-- phpMyAdmin SQL Dump
-- version 5.2.1
-- https://www.phpmyadmin.net/
--
-- Host: localhost:3306
-- Generation Time: Jul 09, 2024 at 12:47 AM
-- Server version: 5.7.44
-- PHP Version: 8.1.29

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: `retrocubedevs_tonzii_qa`
--

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

--
-- Table structure for table `admin_settings`
--

CREATE TABLE `admin_settings` (
  `id` int(10) UNSIGNED NOT NULL,
  `identifier` varchar(200) DEFAULT NULL,
  `meta_key` varchar(200) DEFAULT NULL,
  `value` text,
  `is_file` enum('1','0') 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;

--
-- Dumping data for table `admin_settings`
--

INSERT INTO `admin_settings` (`id`, `identifier`, `meta_key`, `value`, `is_file`, `created_at`, `updated_at`, `deleted_at`) VALUES
(16, 'admin-setting', 'admin_share_percentage', '10', '0', '2024-06-27 21:37:23', '2024-06-27 17:37:23', NULL),
(17, 'admin-setting', 'app_fee_usd', '2', '0', '2024-06-27 21:37:23', '2024-06-27 17:37:23', NULL),
(18, 'admin-setting', 'radius_miles', '50', '0', '2024-06-27 21:37:23', '2024-06-27 17:37:23', NULL),
(19, 'admin-setting', 'interval_minutes', '30', '0', '2024-06-27 21:37:23', '2024-06-27 17:37:23', NULL),
(20, 'admin-setting', 'interval_message', 'Is everything going fine ?', '0', '2024-06-27 21:37:23', '2024-06-27 17:37:23', NULL);

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

--
-- Table structure for table `adonis_schema`
--

CREATE TABLE `adonis_schema` (
  `id` int(10) UNSIGNED NOT NULL,
  `name` varchar(255) NOT NULL,
  `batch` int(11) NOT NULL,
  `migration_time` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4;

--
-- Dumping data for table `adonis_schema`
--

INSERT INTO `adonis_schema` (`id`, `name`, `batch`, `migration_time`) VALUES
(210, 'database/migrations/1659977462697_user_groups', 1, '2024-06-06 07:13:33'),
(211, 'database/migrations/1659978202509_users', 1, '2024-06-06 07:13:33'),
(212, 'database/migrations/1659978306687_user_appi_tokens', 1, '2024-06-06 07:13:33'),
(213, 'database/migrations/1659978405290_cms_modules', 1, '2024-06-06 07:13:33'),
(214, 'database/migrations/1659978551137_cms_module_permissions', 1, '2024-06-06 07:13:34'),
(215, 'database/migrations/1659978621069_reset_passwords', 1, '2024-06-06 07:13:34'),
(216, 'database/migrations/1659978720280_application_settings', 1, '2024-06-06 07:13:34'),
(217, 'database/migrations/1659978827283_content_managements', 1, '2024-06-06 07:13:34'),
(218, 'database/migrations/1659978889021_faqs', 1, '2024-06-06 07:13:34'),
(219, 'database/migrations/1659978950214_media', 1, '2024-06-06 07:13:34'),
(220, 'database/migrations/1659979151122_notifications', 1, '2024-06-06 07:13:34'),
(221, 'database/migrations/1659979265046_notification_settings', 1, '2024-06-06 07:13:34'),
(222, 'database/migrations/1693821943794_charges_types', 1, '2024-06-06 07:13:34'),
(223, 'database/migrations/1693999080277_professions', 1, '2024-06-06 07:13:34'),
(224, 'database/migrations/1694001154902_professional_details', 1, '2024-06-06 07:13:34'),
(225, 'database/migrations/1696917126776_bookings', 1, '2024-06-06 07:13:34'),
(226, 'database/migrations/1697105221428_specializations', 1, '2024-06-06 07:13:34'),
(227, 'database/migrations/1697105278776_reviews', 1, '2024-06-06 07:13:34'),
(228, 'database/migrations/1705383735145_banks', 1, '2024-06-06 07:13:34'),
(229, 'database/migrations/1705383758646_cashouts', 1, '2024-06-06 07:13:34'),
(230, 'database/migrations/1706501121551_transactions', 1, '2024-06-06 07:13:34'),
(231, 'database/migrations/1709711821926_chats', 1, '2024-06-06 07:13:34'),
(232, 'database/migrations/1710325412017_user_profesions', 1, '2024-06-06 07:13:34'),
(233, 'database/migrations/1715063748465_contact_us', 1, '2024-06-06 07:13:34'),
(234, 'database/migrations/1715666610871_admin_settings', 1, '2024-06-06 07:13:34'),
(235, 'database/migrations/1715855318328_rewards', 1, '2024-06-06 07:13:34'),
(236, 'database/migrations/1716372563075_booking_complains', 1, '2024-06-06 07:13:34'),
(237, 'database/migrations/1716790315614_services', 1, '2024-06-06 07:13:34'),
(238, 'database/migrations/1716874936295_booking_addons', 1, '2024-06-06 07:13:34'),
(239, 'database/migrations/1716977870842_user_booking_addons', 1, '2024-06-06 07:13:34');

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

--
-- Table structure for table `adonis_schema_versions`
--

CREATE TABLE `adonis_schema_versions` (
  `version` int(11) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4;

--
-- Dumping data for table `adonis_schema_versions`
--

INSERT INTO `adonis_schema_versions` (`version`) VALUES
(2);

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

--
-- Table structure for table `application_settings`
--

CREATE TABLE `application_settings` (
  `id` int(10) UNSIGNED NOT NULL,
  `identifier` varchar(200) DEFAULT NULL,
  `meta_key` varchar(200) DEFAULT NULL,
  `value` text,
  `is_file` enum('1','0') 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;

--
-- Dumping data for table `application_settings`
--

INSERT INTO `application_settings` (`id`, `identifier`, `meta_key`, `value`, `is_file`, `created_at`, `updated_at`, `deleted_at`) VALUES
(1, 'application-setting', 'favicon', '/images/logo.jpg', '1', '2024-06-06 07:13:35', NULL, NULL),
(2, 'application-setting', 'logo', '/images/logo.jpg', '1', '2024-06-06 07:13:35', NULL, NULL),
(3, 'application-setting', 'app_name', 'Tonzi', '0', '2024-06-06 07:13:35', NULL, NULL);

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

--
-- Table structure for table `banks`
--

CREATE TABLE `banks` (
  `id` int(10) UNSIGNED NOT NULL,
  `slug` varchar(150) NOT NULL,
  `user_id` int(10) UNSIGNED DEFAULT NULL,
  `account_holder_name` varchar(255) NOT NULL,
  `routing_no` varchar(255) NOT NULL,
  `account_no` varchar(255) NOT NULL,
  `status` enum('0','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;

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

--
-- Table structure for table `bookings`
--

CREATE TABLE `bookings` (
  `id` int(10) UNSIGNED NOT NULL,
  `slug` varchar(100) NOT NULL,
  `charge_id` varchar(100) DEFAULT NULL,
  `is_time_out` enum('0','1') NOT NULL DEFAULT '0',
  `intent_id` varchar(100) DEFAULT NULL,
  `card_id` varchar(100) NOT NULL,
  `event_type` varchar(100) NOT NULL,
  `no_of_people` int(11) NOT NULL,
  `total_amount` int(11) NOT NULL,
  `over_time` int(11) DEFAULT NULL,
  `start_time` varchar(255) DEFAULT NULL,
  `end_time` varchar(255) DEFAULT NULL,
  `notify_timer_mins` int(11) DEFAULT NULL,
  `meal_type` enum('individual','catered') DEFAULT NULL,
  `meal_time` enum('personal_breakfast','personal_lunch','personal_dinner','business_breakfast','business_lunch','business_dinner','continental_breakfast','brunch','happy_hour','reception','other') DEFAULT NULL,
  `booking_venue` enum('saloon','doorstep') DEFAULT NULL,
  `booking_status` enum('pending','on_the_way','arrived','scheduled','rider_waiting','in_progress','completed','completion_pending','cancelled') NOT NULL DEFAULT 'pending',
  `additional_information` text NOT NULL,
  `others` varchar(250) NOT NULL,
  `cancellation_reason` varchar(250) DEFAULT NULL,
  `cancelled_by` varchar(250) DEFAULT NULL,
  `latitude` varchar(250) NOT NULL,
  `longitude` varchar(250) NOT NULL,
  `address` text NOT NULL,
  `profession_id` int(10) UNSIGNED NOT NULL,
  `user_id` int(10) UNSIGNED NOT NULL,
  `service_provider_id` int(10) UNSIGNED DEFAULT NULL,
  `user_completion_approval` enum('0','1') NOT NULL DEFAULT '0',
  `sp_completion_approval` enum('0','1') NOT NULL DEFAULT '0',
  `status` enum('0','1') NOT NULL DEFAULT '1',
  `stripe_fee_bearer` varchar(100) NOT NULL,
  `addons_arr` text,
  `estimated_minutes` int(11) NOT NULL,
  `estimated_distance` decimal(8,2) NOT NULL,
  `total_cost_usd` decimal(8,2) NOT NULL DEFAULT '0.00',
  `distance_charges_per_mile_usd` decimal(8,2) NOT NULL DEFAULT '0.00',
  `amount_per_hour_usd` decimal(8,2) NOT NULL DEFAULT '0.00',
  `additional_passenger_charges_usd` decimal(8,2) NOT NULL DEFAULT '0.00',
  `admin_share_percentage` decimal(8,2) NOT NULL DEFAULT '0.00',
  `vendor_share_percentage` decimal(8,2) NOT NULL DEFAULT '0.00',
  `admin_share_amount_usd` decimal(8,2) NOT NULL DEFAULT '0.00',
  `vendor_share_amount_usd` decimal(8,2) NOT NULL DEFAULT '0.00',
  `stripe_fee_usd` decimal(8,2) NOT NULL DEFAULT '0.00',
  `discount_amount_usd` decimal(8,2) NOT NULL DEFAULT '0.00',
  `discount_percentage` decimal(8,2) NOT NULL DEFAULT '0.00',
  `app_fee_amount_usd` decimal(8,2) NOT NULL DEFAULT '0.00',
  `is_intent_created` enum('0','1') NOT NULL DEFAULT '0',
  `is_intent_confirmed` enum('0','1') NOT NULL DEFAULT '0',
  `is_intent_captured` enum('0','1') NOT NULL DEFAULT '0',
  `is_intent_cancelled` enum('0','1') NOT NULL DEFAULT '0',
  `is_amount_transfered_to_admin` enum('0','1') NOT NULL DEFAULT '0',
  `is_amount_transfered_to_vendor` enum('0','1') NOT NULL DEFAULT '0',
  `date` varchar(30) NOT NULL,
  `vendor_slug` text,
  `latest_chat_created_at` timestamp NULL 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;

--
-- Dumping data for table `bookings`
--

INSERT INTO `bookings` (`id`, `slug`, `charge_id`, `is_time_out`, `intent_id`, `card_id`, `event_type`, `no_of_people`, `total_amount`, `over_time`, `start_time`, `end_time`, `notify_timer_mins`, `meal_type`, `meal_time`, `booking_venue`, `booking_status`, `additional_information`, `others`, `cancellation_reason`, `cancelled_by`, `latitude`, `longitude`, `address`, `profession_id`, `user_id`, `service_provider_id`, `user_completion_approval`, `sp_completion_approval`, `status`, `stripe_fee_bearer`, `addons_arr`, `estimated_minutes`, `estimated_distance`, `total_cost_usd`, `distance_charges_per_mile_usd`, `amount_per_hour_usd`, `additional_passenger_charges_usd`, `admin_share_percentage`, `vendor_share_percentage`, `admin_share_amount_usd`, `vendor_share_amount_usd`, `stripe_fee_usd`, `discount_amount_usd`, `discount_percentage`, `app_fee_amount_usd`, `is_intent_created`, `is_intent_confirmed`, `is_intent_captured`, `is_intent_cancelled`, `is_amount_transfered_to_admin`, `is_amount_transfered_to_vendor`, `date`, `vendor_slug`, `latest_chat_created_at`, `created_at`, `updated_at`, `deleted_at`) VALUES
(139, '19evir', NULL, '0', NULL, 'card_1PQieGDjokgBOs2yJfiHoGFY', 'dgrddg', 5, 50, NULL, NULL, NULL, 30, 'individual', 'personal_dinner', NULL, 'cancelled', 'dhrvgo', '', NULL, NULL, '24.923013381591506', '67.10191369676875', 'Plot FL 11/2, Block 6 Gulshan-e-Iqbal, Karachi, Karachi City, Sindh, Pakistan', 7, 3, NULL, '0', '0', '1', 'admin', '[{\"id\":24,\"title\":\"No of additional persons\",\"profession_id\":7,\"charge_type\":{\"id\":3,\"title\":\"Flat Rate\",\"description\":\"Booking Charge Flat rate.\",\"amount\":60,\"slug\":\"flat_rate\"},\"service_rate\":20,\"status\":\"1\",\"slug\":\"3_1717687677062\",\"isSelected\":true,\"quantity\":1}]', 30, 0.00, 50.00, 1.00, 0.00, 10.00, 10.00, 90.00, 5.25, 43.00, 1.75, 0.00, 0.00, 2.00, '0', '0', '0', '0', '0', '0', '2024-06-14', '[\"test296\"]', NULL, '2024-06-14 17:55:19', '2024-06-14 17:55:19', NULL),
(140, 'flfrw', NULL, '0', NULL, 'card_1PQhKMDjokgBOs2yJl3hUix1', 'car wash', 1, 50, NULL, NULL, NULL, 30, NULL, NULL, NULL, 'cancelled', 'car wash ', '', NULL, NULL, '30.046188354492188', '-94.88910064929144', '212 Bryan St, Dayton, TX 77535, USA', 39, 11, NULL, '0', '0', '1', 'admin', '[]', 1, 0.00, 50.00, 1.00, 0.00, 0.00, 10.00, 90.00, 5.25, 43.00, 1.75, 0.00, 0.00, 2.00, '0', '0', '0', '0', '0', '0', '2024-06-15', '[\"isaac-hill209\"]', NULL, '2024-06-14 21:05:25', '2024-06-14 21:05:25', NULL),
(141, '5mpde', NULL, '0', NULL, 'card_1PQhKMDjokgBOs2yJl3hUix1', 'bbb', 1, 0, NULL, NULL, NULL, 30, NULL, NULL, NULL, 'cancelled', 'bbb', '', NULL, NULL, '30.04610468583055', '-94.88912467050312', '212 Bryan St, Dayton, TX 77535, USA', 21, 11, NULL, '0', '0', '1', 'admin', '[]', 1, 0.00, 0.00, 0.00, 0.00, 0.00, 10.00, 90.00, 1.70, -2.00, 0.30, 0.00, 0.00, 2.00, '0', '0', '0', '0', '0', '0', '2024-06-15', '[\"isaac-hill209\"]', NULL, '2024-06-14 21:06:50', '2024-06-14 21:06:50', NULL),
(142, '10n3in', NULL, '0', 'pi_3PRhLwDjokgBOs2y46TyeBTE', 'card_1PQhKMDjokgBOs2yJl3hUix1', 'nnb', 888, 50, NULL, NULL, NULL, 30, NULL, NULL, NULL, 'cancelled', 'bbb', '', 'gahah', 'isaac-hill209', '30.04608154296875', '-94.8890872265963', '212 Bryan St, Dayton, TX 77535, USA', 65, 11, 10, '0', '0', '1', 'admin', '[]', 1, 0.01, 50.00, 1.00, 0.00, 0.00, 10.00, 90.00, 5.25, 43.00, 1.75, 0.00, 0.00, 2.00, '1', '0', '0', '0', '0', '0', '2024-06-15', '[\"isaac-hill209\"]', NULL, '2024-06-14 21:07:46', '2024-06-14 21:07:46', NULL),
(143, 'nctik', 'ch_3PRhOSDjokgBOs2y4YuEhyFB', '0', 'pi_3PRhOSDjokgBOs2y48sR0pb7', 'card_1PQhKMDjokgBOs2yJl3hUix1', 'bbb', 4, 120, 0, '2024-06-14T21:13:57', '2024-06-14T22:16:38', 30, NULL, NULL, NULL, 'completed', 'ghhh', '', NULL, NULL, '30.046173095703125', '-94.88906603879104', '212 Bryan St, Dayton, TX 77535, USA', 13, 11, 10, '1', '1', '1', 'admin', '[]', 62, 0.00, 62.00, 1.00, 0.00, 0.00, 10.00, 90.00, 6.10, 53.80, 2.10, 0.00, 0.00, 2.00, '1', '1', '1', '0', '1', '1', '2024-06-15', '[\"isaac-hill209\"]', NULL, '2024-06-14 21:10:37', '2024-06-14 21:10:37', NULL),
(144, '13wgnf', 'ch_3PRk7PDjokgBOs2y4vTnJoAJ', '0', 'pi_3PRk7PDjokgBOs2y4EfAKPJT', 'card_1PQhKMDjokgBOs2yJl3hUix1', 'kkkk', 555, 120, 25274, '2024-06-15T02:42:15', '2024-07-02T17:56:56', 30, NULL, NULL, NULL, 'completed', 'bbbbb', '', NULL, NULL, '30.140426635742188', '-94.88443116470108', '960 Rd 6609, Dayton, TX 77535, USA', 11, 11, 10, '1', '1', '1', 'admin', '[]', 25394, 1.11, 25395.11, 5.00, 0.00, 10.00, 10.00, 90.00, 1804.75, 22853.60, 736.76, 0.00, 0.00, 2.00, '1', '1', '1', '0', '1', '1', '2024-06-15', '[\"isaac-hill209\"]', '2024-06-15 00:06:38', '2024-06-15 00:05:03', '2024-06-15 00:05:03', NULL),
(146, '1l9eff', NULL, '0', NULL, 'card_1PQhKMDjokgBOs2yJl3hUix1', 'nnb', 1, 55, NULL, NULL, NULL, 30, NULL, NULL, NULL, 'cancelled', 'hhg', '', NULL, NULL, '30.140374134824548', '-94.88433802397772', '960 Rd 6609, Dayton, TX 77535, USA', 49, 11, NULL, '0', '0', '1', 'admin', '[]', 1, 0.00, 55.00, 1.00, 0.00, 0.00, 10.00, 90.00, 5.61, 47.50, 1.90, 0.00, 0.00, 2.00, '0', '0', '0', '0', '0', '0', '2024-06-17', '[]', NULL, '2024-06-17 00:26:39', '2024-06-17 00:26:39', NULL),
(147, '1jdv79', NULL, '0', NULL, 'card_1PQhKMDjokgBOs2yJl3hUix1', 'hh', 55, 45, NULL, NULL, NULL, 30, NULL, NULL, NULL, 'pending', 'bbb', '', NULL, NULL, '30.140365600585938', '-94.88433802397772', '960 Rd 6609, Dayton, TX 77535, USA', 48, 11, NULL, '0', '0', '1', 'admin', '[]', 1, 0.00, 45.00, 1.00, 0.00, 0.00, 10.00, 90.00, 4.89, 38.50, 1.61, 0.00, 0.00, 2.00, '0', '0', '0', '0', '0', '0', '2024-06-17', '[]', NULL, '2024-06-17 00:29:23', '2024-06-17 00:29:23', NULL),
(148, 'bd7uc', NULL, '0', NULL, 'card_1PQHGeDjokgBOs2yeMuhMjqN', 'rhuhh', 2, 120, NULL, NULL, NULL, 30, NULL, NULL, NULL, 'cancelled', 'hhjhh', '', NULL, NULL, '21.781219482421875', '-72.16271833360078', 'QRJP+FW Long Bay Hills, Turks and Caicos Islands', 12, 10, NULL, '0', '0', '1', 'admin', '[]', 120, 0.00, 120.00, 1.00, 0.00, 0.00, 10.00, 90.00, 10.22, 106.00, 3.78, 0.00, 0.00, 2.00, '0', '0', '0', '0', '0', '0', '2024-06-20', '[]', NULL, '2024-06-20 12:10:23', '2024-06-20 12:10:23', NULL),
(151, 'qjo4f', NULL, '0', NULL, 'card_1PQsHvDjokgBOs2yCpShqoIX', 'aaaaa', 2, 60, NULL, NULL, NULL, 30, NULL, NULL, NULL, 'pending', 'hhhh', '', NULL, NULL, '24.8012668', '67.0755689', '34 C, Ittehad Commercial Area Phase 6 Defence Housing Authority, Karachi, Karachi City, Sindh 75500, Pakistan', 21, 26, NULL, '0', '0', '1', 'admin', '[]', 60, 0.00, 60.00, 1.00, 0.00, 0.00, 10.00, 90.00, 5.96, 52.00, 2.04, 0.00, 0.00, 2.00, '0', '0', '0', '0', '0', '0', '2024-06-24', '[\"test296\",\"alex-walker523\"]', NULL, '2024-06-24 08:04:39', '2024-06-24 08:04:39', NULL),
(152, '10dlsj', NULL, '0', NULL, 'card_1PQsHvDjokgBOs2yCpShqoIX', 'aaaaa', 2, 60, NULL, NULL, NULL, 30, NULL, NULL, NULL, 'pending', 'hhhh', '', NULL, NULL, '24.8012668', '67.0755689', '34 C, Ittehad Commercial Area Phase 6 Defence Housing Authority, Karachi, Karachi City, Sindh 75500, Pakistan', 21, 26, NULL, '0', '0', '1', 'admin', '[]', 60, 0.00, 60.00, 1.00, 0.00, 0.00, 10.00, 90.00, 5.96, 52.00, 2.04, 0.00, 0.00, 2.00, '0', '0', '0', '0', '0', '0', '2024-06-24', '[\"test296\",\"alex-walker523\"]', NULL, '2024-06-24 08:04:54', '2024-06-24 08:04:54', NULL),
(153, '10ok9t', NULL, '0', 'pi_3PV7uSDjokgBOs2y057j5utH', 'card_1PQsHvDjokgBOs2yCpShqoIX', 'aaaaa', 2, 60, NULL, NULL, NULL, 30, NULL, NULL, NULL, 'on_the_way', 'hhhh', '', NULL, NULL, '24.8012668', '67.0755689', '34 C, Ittehad Commercial Area Phase 6 Defence Housing Authority, Karachi, Karachi City, Sindh 75500, Pakistan', 21, 26, 14, '0', '0', '1', 'admin', '[]', 60, 0.00, 60.00, 1.00, 0.00, 0.00, 10.00, 90.00, 5.96, 52.00, 2.04, 0.00, 0.00, 2.00, '1', '0', '0', '0', '0', '0', '2024-06-24', '[\"test296\",\"alex-walker523\"]', NULL, '2024-06-24 08:05:43', '2024-06-24 08:05:43', NULL),
(154, 'wern4', NULL, '0', 'pi_3PV7wVDjokgBOs2y1OJjlIgB', 'card_1PQsHvDjokgBOs2yCpShqoIX', 'hhhh', 25, 60, NULL, NULL, NULL, 30, NULL, NULL, NULL, 'on_the_way', 'gggggg', '', NULL, NULL, '24.8012668', '67.0755689', '34 C, Ittehad Commercial Area Phase 6 Defence Housing Authority, Karachi, Karachi City, Sindh 75500, Pakistan', 21, 26, 14, '0', '0', '1', 'admin', '[]', 60, 0.00, 60.00, 1.00, 0.00, 0.00, 10.00, 90.00, 5.96, 52.00, 2.04, 0.00, 0.00, 2.00, '1', '0', '0', '0', '0', '0', '2024-06-24', '[\"test296\",\"alex-walker523\"]', NULL, '2024-06-24 08:07:53', '2024-06-24 08:07:53', NULL),
(155, 'aiupb', 'ch_3PV7xuDjokgBOs2y1RT8tZPY', '0', 'pi_3PV7xuDjokgBOs2y1CDIEC6g', 'card_1PQsHvDjokgBOs2yCpShqoIX', 'hhh', 55, 60, 0, '2024-06-24T08:17:24', '2024-06-24T08:35:02', 30, NULL, NULL, NULL, 'completed', 'bbbbn', '', NULL, NULL, '24.8012668', '67.0755689', '34 C, Ittehad Commercial Area Phase 6 Defence Housing Authority, Karachi, Karachi City, Sindh 75500, Pakistan', 21, 26, 14, '1', '1', '1', 'admin', '[]', 17, 0.00, 17.00, 1.00, 0.00, 0.00, 10.00, 90.00, 2.91, 13.30, 0.79, 0.00, 0.00, 2.00, '1', '1', '1', '0', '1', '1', '2024-06-24', '[\"test296\",\"alex-walker523\"]', '2024-06-24 08:17:41', '2024-06-24 08:09:27', '2024-06-24 08:09:27', NULL),
(156, '1dzjwl', NULL, '0', 'pi_3PV8BDDjokgBOs2y2XHlN0e7', 'card_1PQsHvDjokgBOs2yCpShqoIX', 'hhhyy', 22, 175, NULL, NULL, NULL, 30, NULL, NULL, NULL, 'cancelled', 'gtgg', '', 'hhhyy', 'david734', '24.8012668', '67.0755689', '34 C, Ittehad Commercial Area Phase 6 Defence Housing Authority, Karachi, Karachi City, Sindh 75500, Pakistan', 80, 26, 14, '0', '0', '1', 'admin', '[]', 1, 0.00, 175.00, 1.00, 0.00, 0.00, 10.00, 90.00, 14.13, 155.50, 5.38, 0.00, 0.00, 2.00, '1', '0', '0', '0', '0', '0', '2024-06-24', '[\"alex-walker523\"]', NULL, '2024-06-24 08:23:11', '2024-06-24 08:23:11', NULL),
(157, '14ntch', NULL, '0', 'pi_3PV8CgDjokgBOs2y3hHEY57a', 'card_1PQsHvDjokgBOs2yCpShqoIX', 'hhh', 22, 60, NULL, NULL, NULL, 30, NULL, NULL, NULL, 'scheduled', 'ghhhhhg', '', NULL, NULL, '24.8012668', '67.0755689', '34 C, Ittehad Commercial Area Phase 6 Defence Housing Authority, Karachi, Karachi City, Sindh 75500, Pakistan', 21, 26, 14, '0', '0', '1', 'admin', '[]', 60, 0.00, 60.00, 1.00, 0.00, 0.00, 10.00, 90.00, 5.96, 52.00, 2.04, 0.00, 0.00, 2.00, '1', '0', '0', '0', '0', '0', '2024-06-24', '[\"test296\",\"alex-walker523\"]', NULL, '2024-06-24 08:24:43', '2024-06-24 08:24:43', NULL),
(158, '17y9m5', NULL, '0', NULL, 'card_1PQsHvDjokgBOs2yCpShqoIX', 'hhh', 36, 60, NULL, NULL, NULL, 30, NULL, NULL, NULL, 'cancelled', 'bb', '', NULL, NULL, '24.8012575', '67.07557', '34 C, Ittehad Commercial Area Phase 6 Defence Housing Authority, Karachi, Karachi City, Sindh 75500, Pakistan', 21, 26, NULL, '0', '0', '1', 'admin', '[]', 60, 0.00, 60.00, 1.00, 0.00, 0.00, 10.00, 90.00, 5.96, 52.00, 2.04, 0.00, 0.00, 2.00, '0', '0', '0', '0', '0', '0', '2024-06-24', '[\"test296\",\"alex-walker523\"]', NULL, '2024-06-24 13:06:34', '2024-06-24 13:06:34', NULL),
(159, 'f6v3t', NULL, '0', NULL, 'card_1POaa1DjokgBOs2yp4WKraN3', 'Hosting', 10, 70, NULL, NULL, NULL, 30, 'individual', 'personal_breakfast', NULL, 'cancelled', 'Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, eaque ipsa quae ab illo inventore veritatis et quasi architecto beatae vitae dicta sunt explicabo.', '', NULL, NULL, '24.83673095703125', '67.03624446742916', 'R2PP+J9X, Block 8 Clifton, Karachi, Karachi City, Sindh 75600, Pakistan', 6, 3, NULL, '0', '0', '1', 'admin', '[{\"id\":28,\"title\":\"No of additional persons\",\"profession_id\":6,\"charge_type\":{\"id\":3,\"title\":\"Flat Rate\",\"description\":\"Booking Charge Flat rate.\",\"amount\":60,\"slug\":\"flat_rate\"},\"service_rate\":20,\"status\":\"1\",\"slug\":\"3_1717745287883\",\"isSelected\":true,\"quantity\":2}]', 30, 0.00, 70.00, 1.00, 0.00, 10.00, 10.00, 90.00, 6.67, 61.00, 2.33, 0.00, 0.00, 2.00, '0', '0', '0', '0', '0', '0', '2024-06-25', '[\"test296\",\"alex-walker523\"]', NULL, '2024-06-25 06:06:00', '2024-06-25 06:06:00', NULL),
(161, '19j112', NULL, '0', NULL, 'card_1POaa1DjokgBOs2yp4WKraN3', 'Hosting', 10, 70, NULL, NULL, NULL, 30, NULL, NULL, NULL, 'cancelled', 'Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, eaque ipsa quae ab illo inventore veritatis et quasi architecto beatae vitae dicta sunt explicabo.', '', NULL, NULL, '24.8012533', '67.0755675', '34 C, Ittehad Commercial Area Phase 6 Defence Housing Authority, Karachi, Karachi City, Sindh 75500, Pakistan', 64, 3, NULL, '0', '0', '1', 'admin', '[{\"id\":101,\"title\":\"Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop p\",\"profession_id\":64,\"charge_type\":{\"id\":1,\"title\":\"Per Hour\",\"description\":\"Booking Charge hourly rate.\",\"amount\":60,\"slug\":\"per_houre\"},\"service_rate\":2,\"status\":\"1\",\"slug\":\"1_1718118776533\",\"isSelected\":true,\"quantity\":1}]', 2, 0.00, 70.03, 1.00, 0.00, 0.00, 10.00, 90.00, 6.67, 61.03, 2.33, 0.00, 0.00, 2.00, '0', '0', '0', '0', '0', '0', '2024-06-25', '[\"test296\",\"alex-walker523\"]', NULL, '2024-06-25 07:52:00', '2024-06-25 07:52:00', NULL),
(162, '4gc8c', NULL, '0', NULL, 'card_1POaa1DjokgBOs2yp4WKraN3', 'Hosting', 10, 115, NULL, NULL, NULL, 30, NULL, NULL, NULL, 'cancelled', 'Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, eaque ipsa quae ab illo inventore veritatis et quasi architecto beatae vitae dicta sunt explicabo.', '', NULL, NULL, '24.8012752', '67.073454', 'Business Avenue\" Office #302, 3rd floor plot no, 3-c Ittehad Lane 7, Ittehad Commercial Area Phase 6 Defence Housing Authority, Karachi, Karachi City, Sindh 75500, Pakistan', 44, 3, NULL, '0', '0', '1', 'admin', '[{\"id\":9,\"title\":\"Detail Package\",\"profession_id\":44,\"charge_type\":{\"id\":3,\"title\":\"Flat Rate\",\"description\":\"Booking Charge Flat rate.\",\"amount\":60,\"slug\":\"flat_rate\"},\"service_rate\":40,\"status\":\"1\",\"slug\":\"detail_package_truck_mid_size\",\"isSelected\":true,\"quantity\":1}]', 1, 0.00, 115.00, 1.00, 0.00, 0.00, 10.00, 90.00, 9.87, 101.50, 3.63, 0.00, 0.00, 2.00, '0', '0', '0', '0', '0', '0', '2024-06-25', '[\"test296\",\"alex-walker523\"]', NULL, '2024-06-25 10:01:13', '2024-06-25 10:01:13', NULL),
(163, '1lxe6b', NULL, '0', NULL, 'card_1POaa1DjokgBOs2yp4WKraN3', 'Hosting', 10, 230, NULL, NULL, NULL, 30, NULL, NULL, NULL, 'cancelled', 'Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, eaque ipsa quae ab illo inventore veritatis et quasi architecto beatae vitae dicta sunt explicabo.', '', NULL, NULL, '24.8012752', '67.073454', 'Business Avenue\" Office #302, 3rd floor plot no, 3-c Ittehad Lane 7, Ittehad Commercial Area Phase 6 Defence Housing Authority, Karachi, Karachi City, Sindh 75500, Pakistan', 44, 3, NULL, '0', '0', '1', 'admin', '[{\"id\":9,\"title\":\"Detail Package\",\"profession_id\":44,\"charge_type\":{\"id\":3,\"title\":\"Flat Rate\",\"description\":\"Booking Charge Flat rate.\",\"amount\":60,\"slug\":\"flat_rate\"},\"service_rate\":40,\"status\":\"1\",\"slug\":\"detail_package_truck_mid_size\",\"isSelected\":true,\"quantity\":2}]', 2, 0.00, 230.00, 1.00, 0.00, 0.00, 10.00, 90.00, 18.03, 205.00, 6.97, 0.00, 0.00, 2.00, '0', '0', '0', '0', '0', '0', '2024-06-25', '[\"test296\",\"alex-walker523\"]', NULL, '2024-06-25 10:02:22', '2024-06-25 10:02:22', NULL),
(165, 'kpbi5', 'ch_3PVWEHDjokgBOs2y1VvYhhFi', '0', 'pi_3PVWEHDjokgBOs2y1qfNT4jf', 'card_1POaa1DjokgBOs2yp4WKraN3', 'Hosting', 10, 300, 13816, '2024-06-25T10:06:15', '2024-07-05T05:22:56', 30, NULL, NULL, NULL, 'completed', 'Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, eaque ipsa quae ab illo inventore veritatis et quasi architecto beatae vitae dicta sunt explicabo.', '', NULL, NULL, '24.8012752', '67.073454', 'Business Avenue\" Office #302, 3rd floor plot no, 3-c Ittehad Lane 7, Ittehad Commercial Area Phase 6 Defence Housing Authority, Karachi, Karachi City, Sindh 75500, Pakistan', 21, 3, 2, '1', '1', '1', 'admin', '[]', 14116, 4.56, 14120.56, 1.00, 0.00, 0.00, 10.00, 90.00, 1004.26, 12706.50, 409.80, 0.00, 0.00, 2.00, '1', '1', '1', '0', '1', '1', '2024-06-25', '[\"test296\",\"sylvestor-shames992\",\"alex-walker523\"]', '2024-07-01 10:38:15', '2024-06-25 10:03:57', '2024-06-25 10:03:57', NULL),
(166, '27abx', NULL, '0', NULL, 'card_1PQhKMDjokgBOs2yJl3hUix1', 'hhh', 5, 180, NULL, NULL, NULL, 30, 'individual', 'personal_dinner', NULL, 'cancelled', 'bbbb', '', NULL, NULL, '30.048223708065336', '-94.88431534364751', '504 N Hwy 146, Dayton, TX 77535, USA', 6, 11, NULL, '0', '0', '1', 'admin', '[]', 180, 0.00, 180.00, 1.00, 0.00, 10.00, 10.00, 90.00, 14.48, 160.00, 5.52, 0.00, 0.00, 2.00, '0', '0', '0', '0', '0', '0', '2024-06-26', '[]', NULL, '2024-06-25 19:16:49', '2024-06-25 19:16:49', NULL),
(167, '1be42z', NULL, '0', NULL, 'card_1PQhKMDjokgBOs2yJl3hUix1', 'fam', 5, 120, NULL, NULL, NULL, 30, NULL, NULL, NULL, 'cancelled', 'bbb', '', NULL, NULL, '30.0482177734375', '-94.88432549915866', '504 N Hwy 146, Dayton, TX 77535, USA', 13, 11, NULL, '0', '0', '1', 'admin', '[]', 120, 0.00, 120.00, 1.00, 0.00, 0.00, 10.00, 90.00, 10.22, 106.00, 3.78, 0.00, 0.00, 2.00, '0', '0', '0', '0', '0', '0', '2024-06-26', '[]', NULL, '2024-06-25 19:21:42', '2024-06-25 19:21:42', NULL),
(168, '12a972', NULL, '0', NULL, 'card_1PQsHvDjokgBOs2yCpShqoIX', 'bshs', 2, 60, NULL, NULL, NULL, 30, NULL, NULL, NULL, 'cancelled', 'hshs', '', NULL, NULL, '24.801254272460938', '67.075540604108', '34 C, Ittehad Commercial Area Phase 6 Defence Housing Authority, Karachi, Karachi City, Sindh 75500, Pakistan', 11, 26, NULL, '0', '0', '1', 'admin', '[]', 60, 0.00, 60.00, 1.00, 0.00, 10.00, 10.00, 90.00, 5.96, 52.00, 2.04, 0.00, 0.00, 2.00, '0', '0', '0', '0', '0', '0', '2024-06-26', '[\"test296\",\"alex-walker523\"]', NULL, '2024-06-26 08:45:21', '2024-06-26 08:45:21', NULL),
(170, '15nui7', NULL, '0', NULL, 'card_1PWHxNDjokgBOs2yaJdAxF6M', 'uuuu', 22, 60, NULL, NULL, NULL, 30, NULL, NULL, NULL, 'cancelled', 'uuuyy', '', NULL, NULL, '24.801259', '67.0755713', '34 C, Ittehad Commercial Area Phase 6 Defence Housing Authority, Karachi, Karachi City, Sindh 75500, Pakistan', 21, 28, NULL, '0', '0', '1', 'admin', '[]', 60, 0.00, 60.00, 1.00, 0.00, 0.00, 10.00, 90.00, 5.96, 52.00, 2.04, 0.00, 0.00, 2.00, '0', '0', '0', '0', '0', '0', '2024-06-27', '[\"test296\",\"alex-walker523\"]', NULL, '2024-06-27 13:03:35', '2024-06-27 13:03:35', NULL),
(171, 'gqolh', NULL, '0', 'pi_3PWI1XDjokgBOs2y1jGBMTFF', 'card_1PWHxNDjokgBOs2yaJdAxF6M', 'ghhg', 25, 60, NULL, NULL, NULL, 30, NULL, NULL, NULL, 'scheduled', 'ggttty', '', NULL, NULL, '24.8295888', '67.0415397', 'ABTACH Ltd, Khaliq-uz-Zaman Road, Block 8 Clifton, Karachi, Pakistan', 21, 28, 14, '0', '0', '1', 'admin', '[]', 60, 3.36, 63.36, 1.00, 0.00, 0.00, 10.00, 90.00, 6.20, 55.02, 2.14, 0.00, 0.00, 2.00, '1', '0', '0', '0', '0', '0', '2024-06-27', '[\"test296\",\"alex-walker523\"]', '2024-06-27 13:06:48', '2024-06-27 13:04:25', '2024-06-27 13:04:25', NULL),
(172, 'qtwko', NULL, '0', NULL, 'card_1PQHGeDjokgBOs2yeMuhMjqN', 'private dinner', 5, 120, NULL, NULL, NULL, 30, 'individual', 'personal_dinner', NULL, 'cancelled', 'gahahahs', '', NULL, NULL, '28.329971313476562', '-81.58754555289589', '2855 N Old Lake Wilson Rd, Kissimmee, FL 34747, USA', 107, 10, NULL, '0', '0', '1', 'admin', '[]', 120, 0.00, 120.00, 1.00, 0.00, 0.00, 10.00, 90.00, 10.22, 106.00, 3.78, 0.00, 0.00, 2.00, '0', '0', '0', '0', '0', '0', '2024-06-28', '[]', NULL, '2024-06-28 13:24:01', '2024-06-28 13:24:01', NULL),
(173, '1ii0f9', NULL, '0', NULL, 'card_1PQHGeDjokgBOs2yeMuhMjqN', 'Private Dinner', 2, 120, NULL, NULL, NULL, 30, 'individual', 'business_lunch', NULL, 'cancelled', 'yahahsh', '', NULL, NULL, '28.3250732421875', '-81.58907202229754', '7569 Sunny Dreams Ln, Kissimmee, FL 34747, USA', 107, 10, NULL, '0', '0', '1', 'admin', '[]', 120, 0.00, 120.00, 1.00, 0.00, 0.00, 10.00, 90.00, 10.22, 106.00, 3.78, 0.00, 0.00, 2.00, '0', '0', '0', '0', '0', '0', '2024-06-29', '[]', NULL, '2024-06-29 02:35:13', '2024-06-29 02:35:13', NULL),
(175, '3q4gl', NULL, '0', 'pi_3PXfg5DjokgBOs2y3TmGM9nV', 'card_1PWHxNDjokgBOs2yaJdAxF6M', 'hajsjsjsjsj', 25, 60, NULL, '2024-07-01T08:35:20', NULL, 30, NULL, NULL, NULL, 'completion_pending', 'jsjdjsjsisi', '', NULL, NULL, '24.8576831', '67.0456147', 'Caesar\'s Tower, Shahrah-e-Faisal Road, Karachi Cantonment Fowler Lines, Karachi, Pakistan', 21, 28, 29, '0', '1', '1', 'admin', '[]', 60, 7.04, 67.04, 1.00, 0.00, 0.00, 10.00, 90.00, 6.46, 58.34, 2.24, 0.00, 0.00, 2.00, '1', '0', '0', '0', '0', '0', '2024-07-01', '[\"test296\",\"beckham-553\"]', '2024-07-01 08:43:15', '2024-07-01 08:33:28', '2024-07-01 08:33:28', NULL),
(176, 'z0x0g', NULL, '0', NULL, 'card_1PQsHvDjokgBOs2yCpShqoIX', 'jsjdj', 25, 175, NULL, NULL, NULL, 30, NULL, NULL, NULL, 'cancelled', 'ususjs', '', NULL, NULL, '24.8576831', '67.0456147', 'Caesar\'s Tower, Shahrah-e-Faisal Road, Karachi Cantonment Fowler Lines, Karachi, Pakistan', 80, 26, NULL, '0', '0', '1', 'admin', '[]', 1, 0.00, 175.00, 1.00, 0.00, 0.00, 10.00, 90.00, 14.13, 155.50, 5.38, 0.00, 0.00, 2.00, '0', '0', '0', '0', '0', '0', '2024-07-01', '[\"beckham-553\"]', NULL, '2024-07-01 08:53:51', '2024-07-01 08:53:51', NULL),
(177, 'kwztp', NULL, '0', NULL, 'card_1PQsHvDjokgBOs2yCpShqoIX', 'nnjjjj', 2, 60, NULL, NULL, NULL, 30, 'individual', 'personal_breakfast', NULL, 'cancelled', 'mmmm', '', NULL, NULL, '24.8576831', '67.0456147', 'Caesar\'s Tower, Shahrah-e-Faisal Road, Karachi Cantonment Fowler Lines, Karachi, Pakistan', 5, 26, NULL, '0', '0', '1', 'admin', '[]', 60, 0.00, 60.00, 1.00, 0.00, 10.00, 10.00, 90.00, 5.96, 52.00, 2.04, 0.00, 0.00, 2.00, '0', '0', '0', '0', '0', '0', '2024-07-01', '[\"test296\",\"beckham-553\"]', NULL, '2024-07-01 08:56:32', '2024-07-01 08:56:32', NULL),
(178, '1mpnxz', NULL, '0', NULL, 'card_1PQsHvDjokgBOs2yCpShqoIX', 'jjjj', 25, 60, NULL, NULL, NULL, 30, NULL, NULL, NULL, 'cancelled', 'hhhhh', '', NULL, NULL, '24.8576831', '67.0456147', 'Caesar\'s Tower, Shahrah-e-Faisal Road, Karachi Cantonment Fowler Lines, Karachi, Pakistan', 11, 26, NULL, '0', '0', '1', 'admin', '[]', 60, 0.00, 60.00, 1.00, 0.00, 10.00, 10.00, 90.00, 5.96, 52.00, 2.04, 0.00, 0.00, 2.00, '0', '0', '0', '0', '0', '0', '2024-07-01', '[\"test296\",\"beckham-553\"]', NULL, '2024-07-01 08:57:41', '2024-07-01 08:57:41', NULL),
(179, '1d899w', 'ch_3PXg5XDjokgBOs2y2J8tGI7Q', '0', 'pi_3PXg5XDjokgBOs2y2bDYk504', 'card_1PQsHvDjokgBOs2yCpShqoIX', 'ghhhh', 25, 120, 10, '2024-07-01T09:00:09', '2024-07-01T11:10:13', 30, NULL, NULL, NULL, 'completed', 'dddf', '', NULL, NULL, '24.8576831', '67.0456147', 'Caesar\'s Tower, Shahrah-e-Faisal Road, Karachi Cantonment Fowler Lines, Karachi, Pakistan', 21, 26, 29, '1', '1', '1', 'admin', '[]', 130, 7.04, 137.04, 1.00, 0.00, 0.00, 10.00, 90.00, 11.43, 121.34, 4.27, 0.00, 0.00, 2.00, '1', '1', '1', '0', '1', '1', '2024-07-01', '[\"test296\",\"beckham-553\"]', NULL, '2024-07-01 08:59:51', '2024-07-01 08:59:51', NULL),
(180, 'ebcco', NULL, '0', NULL, 'card_1PQsHvDjokgBOs2yCpShqoIX', 'zxddd', 25, 60, NULL, NULL, NULL, 30, NULL, NULL, NULL, 'cancelled', 'ddddo', '', NULL, NULL, '24.8576831', '67.0456147', 'Caesar\'s Tower, Shahrah-e-Faisal Road, Karachi Cantonment Fowler Lines, Karachi, Pakistan', 26, 26, NULL, '0', '0', '1', 'admin', '[]', 60, 0.00, 60.00, 1.00, 0.00, 0.00, 10.00, 90.00, 5.96, 52.00, 2.04, 0.00, 0.00, 2.00, '0', '0', '0', '0', '0', '0', '2024-07-01', '[\"test296\",\"beckham-553\"]', NULL, '2024-07-01 09:12:01', '2024-07-01 09:12:01', NULL),
(181, 'sgfto', NULL, '0', NULL, 'card_1PQsHvDjokgBOs2yCpShqoIX', 'cddd', 74, 50, NULL, NULL, NULL, 30, NULL, NULL, NULL, 'cancelled', 'aaaa', '', NULL, NULL, '24.8576831', '67.0456147', 'Caesar\'s Tower, Shahrah-e-Faisal Road, Karachi Cantonment Fowler Lines, Karachi, Pakistan', 65, 26, NULL, '0', '0', '1', 'admin', '[]', 1, 0.00, 50.00, 1.00, 0.00, 0.00, 10.00, 90.00, 5.25, 43.00, 1.75, 0.00, 0.00, 2.00, '0', '0', '0', '0', '0', '0', '2024-07-01', '[\"test296\",\"beckham-553\"]', NULL, '2024-07-01 09:13:52', '2024-07-01 09:13:52', NULL),
(182, '1k9r0c', NULL, '0', 'pi_3PXgYsDjokgBOs2y2364D0F6', 'card_1PQsHvDjokgBOs2yCpShqoIX', 'ddd', 11, 50, NULL, NULL, NULL, 30, NULL, NULL, NULL, 'scheduled', 'ssss', '', NULL, NULL, '24.8295888', '67.0415397', 'ABTACH Ltd, Khaliq-uz-Zaman Road, Block 8 Clifton, Karachi, Pakistan', 65, 26, 29, '0', '0', '1', 'admin', '[]', 1, 3.64, 50.00, 1.00, 0.00, 0.00, 10.00, 90.00, 5.25, 43.00, 1.75, 0.00, 0.00, 2.00, '1', '0', '0', '0', '0', '0', '2024-07-01', '[\"test296\",\"beckham-553\"]', NULL, '2024-07-01 09:29:26', '2024-07-01 09:29:26', NULL),
(183, 'sxkne', NULL, '0', NULL, 'card_1PQVMiDjokgBOs2yj9Qcsbtq', 'nannsjs', 25, 60, NULL, NULL, NULL, 30, NULL, NULL, NULL, 'cancelled', 'haha', '', NULL, NULL, '24.801254272460938', '67.075540604108', '34 C, Ittehad Commercial Area Phase 6 Defence Housing Authority, Karachi, Karachi City, Sindh 75500, Pakistan', 21, 12, NULL, '0', '0', '1', 'admin', '[]', 60, 0.00, 60.00, 1.00, 0.00, 0.00, 10.00, 90.00, 5.96, 52.00, 2.04, 0.00, 0.00, 2.00, '0', '0', '0', '0', '0', '0', '2024-07-01', '[\"test296\"]', NULL, '2024-07-01 09:33:57', '2024-07-01 09:33:57', NULL),
(184, '197yfr', NULL, '0', 'pi_3PXgdpDjokgBOs2y2xZ7acc2', 'card_1PQVMiDjokgBOs2yj9Qcsbtq', 'saaa', 12, 60, NULL, '2024-07-02T08:07:21', NULL, 30, NULL, NULL, NULL, 'in_progress', 'sssss', '', NULL, NULL, '24.801254272460938', '67.075540604108', '34 C, Ittehad Commercial Area Phase 6 Defence Housing Authority, Karachi, Karachi City, Sindh 75500, Pakistan', 21, 12, 14, '0', '0', '1', 'admin', '[]', 60, 0.00, 60.00, 1.00, 0.00, 0.00, 10.00, 90.00, 5.96, 52.00, 2.04, 0.00, 0.00, 2.00, '1', '0', '0', '0', '0', '0', '2024-07-01', '[\"test296\",\"alex-walker523\"]', NULL, '2024-07-01 09:35:13', '2024-07-01 09:35:13', NULL),
(185, 'i66z', NULL, '0', NULL, 'card_1PQVMiDjokgBOs2yj9Qcsbtq', 'aas', 11, 120, NULL, NULL, NULL, 30, NULL, NULL, NULL, 'cancelled', 'see', '', NULL, NULL, '24.801254272460938', '67.075540604108', '34 C, Ittehad Commercial Area Phase 6 Defence Housing Authority, Karachi, Karachi City, Sindh 75500, Pakistan', 21, 12, NULL, '0', '0', '1', 'admin', '[]', 120, 0.00, 120.00, 1.00, 0.00, 0.00, 10.00, 90.00, 10.22, 106.00, 3.78, 0.00, 0.00, 2.00, '0', '0', '0', '0', '0', '0', '2024-07-01', '[\"test296\",\"alex-walker523\"]', NULL, '2024-07-01 09:37:25', '2024-07-01 09:37:25', NULL),
(186, '1hn85j', NULL, '0', NULL, 'card_1POaa1DjokgBOs2yp4WKraN3', 'Hosting', 10, 200, NULL, NULL, NULL, 30, NULL, NULL, NULL, 'cancelled', 'Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, eaque ipsa quae ab illo inventore veritatis et quasi architecto beatae vitae dicta sunt explicabo.', '', NULL, NULL, '24.801156023466845', '67.07547068585414', '32 C, Ittehad Commercial Area Phase 6 Defence Housing Authority, Karachi, Karachi City, Sindh 75500, Pakistan', 92, 3, NULL, '0', '0', '1', 'admin', '[]', 1, 0.00, 200.00, 1.00, 0.00, 0.00, 10.00, 90.00, 15.90, 178.00, 6.10, 0.00, 0.00, 2.00, '0', '0', '0', '0', '0', '0', '2024-07-01', '[\"alex-walker523\"]', NULL, '2024-07-01 09:59:33', '2024-07-01 09:59:33', NULL),
(187, '5ddtp', NULL, '0', NULL, 'card_1POaa1DjokgBOs2yp4WKraN3', 'Hosting', 10, 120, NULL, NULL, NULL, 30, 'individual', 'personal_dinner', NULL, 'cancelled', 'Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, eaque ipsa quae ab illo inventore veritatis et quasi architecto beatae vitae dicta sunt explicabo.', '', NULL, NULL, '24.80117039838649', '67.07544266030537', '32 C, Ittehad Commercial Area Phase 6 Defence Housing Authority, Karachi, Karachi City, Sindh 75500, Pakistan', 6, 3, NULL, '0', '0', '1', 'admin', '[]', 120, 0.00, 120.00, 1.00, 0.00, 10.00, 10.00, 90.00, 10.22, 106.00, 3.78, 0.00, 0.00, 2.00, '0', '0', '0', '0', '0', '0', '2024-07-01', '[\"test296\",\"alex-walker523\",\"sylvestor-shames992\"]', NULL, '2024-07-01 10:00:35', '2024-07-01 10:00:35', NULL),
(188, 'mdzib', NULL, '0', NULL, 'card_1POaa1DjokgBOs2yp4WKraN3', 'Hosting', 10, 60, NULL, NULL, NULL, 30, NULL, NULL, NULL, 'cancelled', 'Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, eaque ipsa quae ab illo inventore veritatis et quasi architecto beatae vitae dicta sunt explicabo.', '', NULL, NULL, '24.801040649414062', '67.0754916844782', 'R32G+C55, Khayaban-e-Nishat, Ittehad Commercial Area Phase 6 Defence Housing Authority, Karachi, Karachi City, Sindh 75500, Pakistan', 21, 3, NULL, '0', '0', '1', 'admin', '[]', 60, 0.00, 60.00, 1.00, 0.00, 0.00, 10.00, 90.00, 5.96, 52.00, 2.04, 0.00, 0.00, 2.00, '0', '0', '0', '0', '0', '0', '2024-07-01', '[\"test296\",\"alex-walker523\",\"sylvestor-shames992\"]', NULL, '2024-07-01 11:05:20', '2024-07-01 11:05:20', NULL),
(189, '16yxwv', NULL, '0', NULL, 'card_1PQVMiDjokgBOs2yj9Qcsbtq', 'hhhh', 25, 60, NULL, NULL, NULL, 30, NULL, NULL, NULL, 'cancelled', 'bbbbb', '', NULL, NULL, '24.801254272460938', '67.075540604108', '34 C, Ittehad Commercial Area Phase 6 Defence Housing Authority, Karachi, Karachi City, Sindh 75500, Pakistan', 21, 12, NULL, '0', '0', '1', 'admin', '[]', 60, 0.00, 60.00, 1.00, 0.00, 0.00, 10.00, 90.00, 5.96, 52.00, 2.04, 0.00, 0.00, 2.00, '0', '0', '0', '0', '0', '0', '2024-07-01', '[\"test296\",\"alex-walker523\",\"sylvestor-shames992\"]', NULL, '2024-07-01 11:07:43', '2024-07-01 11:07:43', NULL),
(190, '14fvgi', NULL, '0', NULL, 'card_1PQsHvDjokgBOs2yCpShqoIX', 'bhhh', 22, 60, NULL, NULL, NULL, 30, NULL, NULL, NULL, 'cancelled', 'hhhhhjj', '', NULL, NULL, '24.801254272460938', '67.075540604108', '34 C, Ittehad Commercial Area Phase 6 Defence Housing Authority, Karachi, Karachi City, Sindh 75500, Pakistan', 21, 26, NULL, '0', '0', '1', 'admin', '[]', 60, 0.00, 60.00, 1.00, 0.00, 0.00, 10.00, 90.00, 5.96, 52.00, 2.04, 0.00, 0.00, 2.00, '0', '0', '0', '0', '0', '0', '2024-07-01', '[\"test296\",\"sylvestor-shames992\",\"beckham-553\"]', NULL, '2024-07-01 13:34:49', '2024-07-01 13:34:49', NULL),
(191, '15wcr1', NULL, '0', NULL, 'card_1PQHGeDjokgBOs2yeMuhMjqN', 'hshhs', 8, 120, NULL, NULL, NULL, 30, NULL, NULL, NULL, 'pending', 'babbss', '', NULL, NULL, '30.048171997070312', '-94.88430036950024', '504 N Hwy 146, Dayton, TX 77535, USA', 12, 10, NULL, '0', '0', '1', 'admin', '[]', 120, 0.00, 120.00, 1.00, 0.00, 0.00, 10.00, 90.00, 10.22, 106.00, 3.78, 0.00, 0.00, 2.00, '0', '0', '0', '0', '0', '0', '2024-07-01', '[]', NULL, '2024-07-01 18:09:36', '2024-07-01 18:09:36', NULL),
(192, 'gopc2', NULL, '0', NULL, 'card_1POaa1DjokgBOs2yp4WKraN3', 'Hosting', 10, 180, NULL, NULL, NULL, 30, NULL, NULL, NULL, 'cancelled', 'Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, eaque ipsa quae ab illo inventore veritatis et quasi architecto beatae vitae dicta sunt explicabo.', '', NULL, NULL, '24.80108642578125', '67.07550367945005', 'R32G+C55, Khayaban-e-Nishat, Ittehad Commercial Area Phase 6 Defence Housing Authority, Karachi, Karachi City, Sindh 75500, Pakistan', 26, 3, NULL, '0', '0', '1', 'admin', '[]', 180, 0.00, 180.00, 1.00, 0.00, 0.00, 10.00, 90.00, 14.48, 160.00, 5.52, 0.00, 0.00, 2.00, '0', '0', '0', '0', '0', '0', '2024-07-02', '[\"test296\",\"sylvestor-shames992\",\"beckham-553\"]', NULL, '2024-07-02 05:36:36', '2024-07-02 05:36:36', NULL),
(193, '18j9wu', NULL, '0', NULL, 'card_1POaa1DjokgBOs2yp4WKraN3', 'Hosting', 10, 210, NULL, NULL, NULL, 30, NULL, NULL, NULL, 'cancelled', 'Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, eaque ipsa quae ab illo inventore veritatis et quasi architecto beatae vitae dicta sunt explicabo.', '', NULL, NULL, '24.801010131835938', '67.07546971742926', 'R32G+C55, Khayaban-e-Nishat, Ittehad Commercial Area Phase 6 Defence Housing Authority, Karachi, Karachi City, Sindh 75500, Pakistan', 26, 3, NULL, '0', '0', '1', 'admin', '[]', 210, 0.00, 210.00, 1.00, 0.00, 0.00, 10.00, 90.00, 16.61, 187.00, 6.39, 0.00, 0.00, 2.00, '0', '0', '0', '0', '0', '0', '2024-07-02', '[\"test296\",\"sylvestor-shames992\",\"beckham-553\"]', NULL, '2024-07-02 06:16:48', '2024-07-02 06:16:48', NULL),
(194, 'twcwi', NULL, '0', NULL, 'card_1POaa1DjokgBOs2yp4WKraN3', 'Hosting', 10, 270, NULL, NULL, NULL, 30, NULL, NULL, NULL, 'cancelled', 'Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, eaque ipsa quae ab illo inventore veritatis et quasi architecto beatae vitae dicta sunt explicabo.', '', NULL, NULL, '24.801010131835938', '67.07546971391798', 'R32G+C55, Khayaban-e-Nishat, Ittehad Commercial Area Phase 6 Defence Housing Authority, Karachi, Karachi City, Sindh 75500, Pakistan', 26, 3, NULL, '0', '0', '1', 'admin', '[]', 270, 0.00, 270.00, 1.00, 0.00, 0.00, 10.00, 90.00, 20.87, 241.00, 8.13, 0.00, 0.00, 2.00, '0', '0', '0', '0', '0', '0', '2024-07-02', '[\"test296\",\"sylvestor-shames992\",\"beckham-553\"]', NULL, '2024-07-02 06:17:30', '2024-07-02 06:17:30', NULL),
(196, '1l0u99', NULL, '0', NULL, 'card_1POaa1DjokgBOs2yp4WKraN3', 'Hosting', 10, 90, NULL, NULL, NULL, 30, NULL, NULL, NULL, 'cancelled', 'Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, eaque ipsa quae ab illo inventore veritatis et quasi architecto beatae vitae dicta sunt explicabo.', '', NULL, NULL, '24.801162719726562', '67.07562933757714', '4c Khayaban-e-Nishat, D.H.A Phase 6 Ittehad Commercial Area Phase 6 Defence Housing Authority, Karachi, Karachi City, Sindh 75500, Pakistan', 26, 3, NULL, '0', '0', '1', 'admin', '[]', 90, 0.00, 90.00, 1.00, 0.00, 0.00, 10.00, 90.00, 8.09, 79.00, 2.91, 0.00, 0.00, 2.00, '0', '0', '0', '0', '0', '0', '2024-07-02', '[\"test296\",\"sylvestor-shames992\",\"beckham-553\"]', NULL, '2024-07-02 06:23:45', '2024-07-02 06:23:45', NULL),
(197, '7kbv8', NULL, '0', NULL, 'card_1POaa1DjokgBOs2yp4WKraN3', 'Hosting', 10, 90, NULL, NULL, NULL, 30, NULL, NULL, NULL, 'cancelled', 'Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, eaque ipsa quae ab illo inventore veritatis et quasi architecto beatae vitae dicta sunt explicabo.', '', NULL, NULL, '24.801071166992188', '67.07554352794183', 'R32G+C55, Khayaban-e-Nishat, Ittehad Commercial Area Phase 6 Defence Housing Authority, Karachi, Karachi City, Sindh 75500, Pakistan', 26, 3, NULL, '0', '0', '1', 'admin', '[]', 90, 0.00, 90.00, 1.00, 0.00, 0.00, 10.00, 90.00, 8.09, 79.00, 2.91, 0.00, 0.00, 2.00, '0', '0', '0', '0', '0', '0', '2024-07-02', '[\"test296\",\"sylvestor-shames992\",\"beckham-553\"]', NULL, '2024-07-02 06:24:49', '2024-07-02 06:24:49', NULL),
(199, '1j6ncy', NULL, '0', NULL, 'card_1POaa1DjokgBOs2yp4WKraN3', 'Hosting', 10, 125, NULL, NULL, NULL, 30, NULL, NULL, NULL, 'cancelled', 'Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, eaque ipsa quae ab illo inventore veritatis et quasi architecto beatae vitae dicta sunt explicabo.', '', NULL, NULL, '24.801101684570312', '67.07550068214775', 'R32G+C55, Khayaban-e-Nishat, Ittehad Commercial Area Phase 6 Defence Housing Authority, Karachi, Karachi City, Sindh 75500, Pakistan', 45, 3, NULL, '0', '0', '1', 'admin', '[{\"id\":10,\"title\":\"Detail Package (Basic truck wash plus Vacuuming and wiping down all surfaces the seats, headliners, dash, floor, trunk and even the glove compartment – removing all dirt and contaminants.  Stain removal and leather conditioner, as needed. Washing and polishing any glass; such as all windows, mirrors and clear plastics.)\",\"profession_id\":45,\"charge_type\":{\"id\":3,\"title\":\"Flat Rate\",\"description\":\"Booking Charge Flat rate.\",\"amount\":60,\"slug\":\"flat_rate\"},\"service_rate\":40,\"status\":\"1\",\"slug\":\"detail_package_truck_large\",\"isSelected\":true,\"quantity\":1}]', 1, 0.00, 125.00, 1.00, 0.00, 0.00, 10.00, 90.00, 10.57, 110.50, 3.92, 0.00, 0.00, 2.00, '0', '0', '0', '0', '0', '0', '2024-07-02', '[\"test296\",\"beckham-553\"]', NULL, '2024-07-02 06:49:35', '2024-07-02 06:49:35', NULL),
(203, 'k5l2u', NULL, '0', NULL, 'card_1POaa1DjokgBOs2yp4WKraN3', 'Hosting', 10, 150, NULL, NULL, NULL, 30, NULL, NULL, NULL, 'cancelled', 'Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, eaque ipsa quae ab illo inventore veritatis et quasi architecto beatae vitae dicta sunt explicabo.', '', NULL, NULL, '24.801101684570312', '67.07554821073346', 'R32G+C55, Khayaban-e-Nishat, Ittehad Commercial Area Phase 6 Defence Housing Authority, Karachi, Karachi City, Sindh 75500, Pakistan', 26, 3, NULL, '0', '0', '1', 'admin', '[]', 150, 0.00, 150.00, 1.00, 0.00, 0.00, 10.00, 90.00, 12.35, 133.00, 4.65, 0.00, 0.00, 2.00, '0', '0', '0', '0', '0', '0', '2024-07-02', '[\"test296\",\"sylvestor-shames992\",\"beckham-553\"]', NULL, '2024-07-02 06:54:35', '2024-07-02 06:54:35', NULL),
(210, '19xzi7', NULL, '0', NULL, 'card_1PY1yrDjokgBOs2yWVxkmvpb', 'nahshs', 25, 525, NULL, NULL, NULL, 30, NULL, NULL, NULL, 'cancelled', 'hshsjs', '', NULL, NULL, '24.801254272460938', '67.075540604108', '34 C, Ittehad Commercial Area Phase 6 Defence Housing Authority, Karachi, Karachi City, Sindh 75500, Pakistan', 80, 34, NULL, '0', '0', '1', 'admin', '[]', 3, 0.00, 525.00, 1.00, 0.00, 0.00, 10.00, 90.00, 38.97, 470.50, 15.53, 0.00, 0.00, 2.00, '0', '0', '0', '0', '0', '0', '2024-07-02', '[\"beckham-553\"]', NULL, '2024-07-02 08:23:14', '2024-07-02 08:23:14', NULL),
(211, 'yrp05', NULL, '0', NULL, 'card_1PY1yrDjokgBOs2yWVxkmvpb', 'Fair', 25, 525, NULL, NULL, NULL, 30, NULL, NULL, NULL, 'cancelled', 'hsjsjsjsj', '', NULL, NULL, '24.801254272460938', '67.075540604108', '34 C, Ittehad Commercial Area Phase 6 Defence Housing Authority, Karachi, Karachi City, Sindh 75500, Pakistan', 80, 34, NULL, '0', '0', '1', 'admin', '[]', 3, 0.00, 525.00, 1.00, 0.00, 0.00, 10.00, 90.00, 38.97, 470.50, 15.53, 0.00, 0.00, 2.00, '0', '0', '0', '0', '0', '0', '2024-07-02', '[\"beckham-553\"]', NULL, '2024-07-02 08:24:01', '2024-07-02 08:24:01', NULL),
(212, 'w8fr4', NULL, '0', NULL, 'card_1PY1yrDjokgBOs2yWVxkmvpb', 'hdhdhdh', 11, 525, NULL, NULL, NULL, 30, NULL, NULL, NULL, 'cancelled', 'susjjssp', '', NULL, NULL, '24.801254272460938', '67.075540604108', '34 C, Ittehad Commercial Area Phase 6 Defence Housing Authority, Karachi, Karachi City, Sindh 75500, Pakistan', 80, 34, NULL, '0', '0', '1', 'admin', '[]', 3, 0.00, 525.00, 1.00, 0.00, 0.00, 10.00, 90.00, 38.97, 470.50, 15.53, 0.00, 0.00, 2.00, '0', '0', '0', '0', '0', '0', '2024-07-02', '[\"beckham-553\"]', NULL, '2024-07-02 08:25:04', '2024-07-02 08:25:04', NULL),
(213, 'hrai2', 'ch_3PY237DjokgBOs2y1DpYvXdt', '0', 'pi_3PY237DjokgBOs2y130JzdSp', 'card_1PY1yrDjokgBOs2yWVxkmvpb', 'jsjsj', 54, 300, 0, '2024-07-02T08:29:45', '2024-07-02T08:43:23', 30, NULL, NULL, NULL, 'completed', 'hdjdjdj', '', NULL, NULL, '24.801254272460938', '67.075540604108', '34 C, Ittehad Commercial Area Phase 6 Defence Housing Authority, Karachi, Karachi City, Sindh 75500, Pakistan', 13, 34, 33, '1', '1', '1', 'admin', '[]', 13, 0.00, 13.00, 1.00, 0.00, 0.00, 10.00, 90.00, 2.62, 9.70, 0.68, 0.00, 0.00, 2.00, '1', '1', '1', '0', '1', '1', '2024-07-02', '[\"test296\",\"sylvestor-shames992\",\"beckham-553\",\"brooks232\"]', NULL, '2024-07-02 08:26:49', '2024-07-02 08:26:49', NULL),
(214, '17uek9', NULL, '0', NULL, 'card_1PY1yrDjokgBOs2yWVxkmvpb', 'jdjdjjd', 21, 60, NULL, NULL, NULL, 30, NULL, NULL, NULL, 'cancelled', 'jdjs', '', NULL, NULL, '24.9898397', '67.4612628', 'Dha City, Karachi, Pakistan', 11, 34, NULL, '0', '0', '1', 'admin', '[]', 60, 0.00, 60.00, 1.00, 0.00, 10.00, 10.00, 90.00, 5.96, 52.00, 2.04, 0.00, 0.00, 2.00, '0', '0', '0', '0', '0', '0', '2024-07-02', '[\"test296\",\"sylvestor-shames992\",\"beckham-553\",\"brooks232\"]', NULL, '2024-07-02 09:13:20', '2024-07-02 09:13:20', NULL),
(215, 'cssje', NULL, '0', NULL, 'card_1PY1yrDjokgBOs2yWVxkmvpb', 'bsbdbdb', 65, 60, NULL, NULL, NULL, 30, NULL, NULL, NULL, 'cancelled', 'bshs', '', NULL, NULL, '25.1308461', '67.6287155', 'Mosque BTK 2, Gadap Town, Noori Abad, Pakistan', 13, 34, NULL, '0', '0', '1', 'admin', '[]', 60, 0.00, 60.00, 1.00, 0.00, 0.00, 10.00, 90.00, 5.96, 52.00, 2.04, 0.00, 0.00, 2.00, '0', '0', '0', '0', '0', '0', '2024-07-02', '[\"test296\",\"sylvestor-shames992\",\"beckham-553\",\"brooks232\"]', NULL, '2024-07-02 09:21:17', '2024-07-02 09:21:17', NULL),
(216, 'e20pt', NULL, '0', NULL, 'card_1PY1yrDjokgBOs2yWVxkmvpb', 'qwerty', 25, 60, NULL, NULL, NULL, 30, NULL, NULL, NULL, 'cancelled', 'nsnsnsj', '', NULL, NULL, '25.300581', '67.190316', 'Kirthar National Park, Karachi, Pakistan', 11, 34, NULL, '0', '0', '1', 'admin', '[]', 60, 0.00, 60.00, 1.00, 0.00, 10.00, 10.00, 90.00, 5.96, 52.00, 2.04, 0.00, 0.00, 2.00, '0', '0', '0', '0', '0', '0', '2024-07-02', '[\"test296\",\"sylvestor-shames992\",\"beckham-553\",\"brooks232\"]', NULL, '2024-07-02 09:22:56', '2024-07-02 09:22:56', NULL),
(217, '404ff', NULL, '0', NULL, 'card_1PY1yrDjokgBOs2yWVxkmvpb', 'hdjddh', 25, 60, NULL, NULL, NULL, 30, NULL, NULL, NULL, 'cancelled', 'hdjdjdj', '', NULL, NULL, '25.1593135', '67.6635028', 'New Khatri city, Kirthar National Park Road, Pakistan', 21, 34, NULL, '0', '0', '1', 'admin', '[]', 60, 0.00, 60.00, 1.00, 0.00, 0.00, 10.00, 90.00, 5.96, 52.00, 2.04, 0.00, 0.00, 2.00, '0', '0', '0', '0', '0', '0', '2024-07-02', '[\"test296\",\"sylvestor-shames992\",\"beckham-553\",\"brooks232\"]', NULL, '2024-07-02 09:26:46', '2024-07-02 09:26:46', NULL),
(218, 'z1sq1', 'ch_3PYAlGDjokgBOs2y1IBBgeE9', '0', 'pi_3PYAlGDjokgBOs2y1h44IPhi', 'card_1PQhKMDjokgBOs2yJl3hUix1', 'nails', 1, 52, 7, '2024-07-02T17:48:09', '2024-07-02T17:56:42', 30, NULL, NULL, NULL, 'completed', 'n/a', '', NULL, NULL, '30.0482177734375', '-94.8843288207914', '504 N Hwy 146, Dayton, TX 77535, USA', 73, 11, 10, '1', '1', '1', 'admin', '[{\"id\":42,\"title\":\"Hand painted design (per finger)\",\"profession_id\":73,\"charge_type\":{\"id\":3,\"title\":\"Flat Rate\",\"description\":\"Booking Charge Flat rate.\",\"amount\":60,\"slug\":\"flat_rate\"},\"service_rate\":1,\"status\":\"1\",\"slug\":\"3_1717787433980\",\"isSelected\":true,\"quantity\":2}]', 8, 39.62, 50.00, 1.00, 0.00, 0.00, 10.00, 90.00, 5.25, 43.00, 1.75, 0.00, 0.00, 2.00, '1', '1', '1', '0', '1', '1', '2024-07-02', '[\"isaac-hill209\"]', NULL, '2024-07-02 17:44:22', '2024-07-02 17:44:22', NULL),
(219, 'wsge5', 'ch_3PYB29DjokgBOs2y47pz79YI', '0', 'pi_3PYB29DjokgBOs2y478aGc0L', 'card_1PQhKMDjokgBOs2yJl3hUix1', 'house party', 25, 210, 260, '2024-07-02T18:11:16', '2024-07-03T02:01:15', 30, NULL, NULL, NULL, 'completed', 'having a gathering ', '', NULL, NULL, '30.0482177734375', '-94.8843221922118', '504 N Hwy 146, Dayton, TX 77535, USA', 14, 11, 10, '1', '1', '1', 'admin', '[]', 469, 39.62, 508.62, 1.00, 0.00, 0.00, 10.00, 90.00, 37.81, 455.76, 15.05, 0.00, 0.00, 2.00, '1', '1', '1', '0', '1', '1', '2024-07-02', '[\"isaac-hill209\"]', '2024-07-03 01:17:29', '2024-07-02 18:02:16', '2024-07-02 18:02:16', NULL),
(220, '152gl8', NULL, '0', NULL, 'card_1PYKnMDjokgBOs2ymKbiHq5j', 'test', 5, 250, NULL, NULL, NULL, 30, 'individual', 'business_lunch', NULL, 'cancelled', 'test', '', NULL, NULL, '21.581041050675275', '-158.2093873994465', '69-101 Farrington Hwy, Waialua, HI 96791, USA', 5, 35, NULL, '0', '0', '1', 'admin', '[{\"id\":29,\"title\":\"No of additional persons\",\"profession_id\":5,\"charge_type\":{\"id\":3,\"title\":\"Flat Rate\",\"description\":\"Booking Charge Flat rate.\",\"amount\":60,\"slug\":\"flat_rate\"},\"service_rate\":20,\"status\":\"1\",\"slug\":\"3_1717745318364\",\"isSelected\":true,\"quantity\":5}]', 150, 0.00, 250.00, 1.00, 0.00, 10.00, 10.00, 90.00, 19.45, 223.00, 7.55, 0.00, 0.00, 2.00, '0', '0', '0', '0', '0', '0', '2024-07-03', '[]', NULL, '2024-07-03 04:29:30', '2024-07-03 04:29:30', NULL),
(221, 'vrm0u', NULL, '0', NULL, 'card_1PYKnMDjokgBOs2ymKbiHq5j', 'test', 25, 150, NULL, NULL, NULL, 30, NULL, NULL, NULL, 'pending', 'test', '', NULL, NULL, '21.581008911132812', '-158.20938857978578', '69-101 Farrington Hwy, Waialua, HI 96791, USA', 11, 35, NULL, '0', '0', '1', 'admin', '[]', 150, 0.00, 150.00, 1.00, 0.00, 10.00, 10.00, 90.00, 12.35, 133.00, 4.65, 0.00, 0.00, 2.00, '0', '0', '0', '0', '0', '0', '2024-07-03', '[]', NULL, '2024-07-03 04:49:46', '2024-07-03 04:49:46', NULL),
(222, '1bxnk8', NULL, '0', NULL, 'card_1POaa1DjokgBOs2yp4WKraN3', 'Hosting', 10, 175, NULL, NULL, NULL, 30, NULL, NULL, NULL, 'cancelled', 'Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, eaque ipsa quae ab illo inventore veritatis et quasi architecto beatae vitae dicta sunt explicabo.', '', NULL, NULL, '24.801193237304688', '67.07547574088908', '32 C, Ittehad Commercial Area Phase 6 Defence Housing Authority, Karachi, Karachi City, Sindh 75500, Pakistan', 80, 3, NULL, '0', '0', '1', 'admin', '[]', 1, 0.00, 175.00, 1.00, 0.00, 0.00, 10.00, 90.00, 14.13, 155.50, 5.38, 0.00, 0.00, 2.00, '0', '0', '0', '0', '0', '0', '2024-07-03', '[\"beckham-553\",\"brooks232\"]', NULL, '2024-07-03 11:32:18', '2024-07-03 11:32:18', NULL),
(223, 'whiee', NULL, '0', NULL, 'card_1PY1yrDjokgBOs2yWVxkmvpb', 'jjdjej', 24, 464, NULL, NULL, NULL, 30, NULL, NULL, NULL, 'cancelled', 'jejs', '', NULL, NULL, '24.801223754882812', '67.07554226418112', '34 C, Ittehad Commercial Area Phase 6 Defence Housing Authority, Karachi, Karachi City, Sindh 75500, Pakistan', 110, 34, NULL, '0', '0', '1', 'admin', '[]', 2, 0.00, 464.00, 1.00, 0.00, 0.00, 10.00, 90.00, 34.64, 415.60, 13.76, 0.00, 0.00, 2.00, '0', '0', '0', '0', '0', '0', '2024-07-03', '[]', NULL, '2024-07-03 15:04:16', '2024-07-03 15:04:16', NULL),
(224, 'hv0uy', NULL, '0', NULL, 'card_1PY1yrDjokgBOs2yWVxkmvpb', 'ndjdjd', 25, 232, NULL, NULL, NULL, 30, NULL, NULL, NULL, 'cancelled', 'jdjdjd', '', NULL, NULL, '24.801223754882812', '67.07554226418112', '34 C, Ittehad Commercial Area Phase 6 Defence Housing Authority, Karachi, Karachi City, Sindh 75500, Pakistan', 110, 34, NULL, '0', '0', '1', 'admin', '[]', 1, 0.00, 232.00, 1.00, 0.00, 0.00, 10.00, 90.00, 18.17, 206.80, 7.03, 0.00, 0.00, 2.00, '0', '0', '0', '0', '0', '0', '2024-07-03', '[\"brooks232\"]', NULL, '2024-07-03 15:05:50', '2024-07-03 15:05:50', NULL),
(225, '1haelx', NULL, '0', NULL, 'card_1PQhKMDjokgBOs2yJl3hUix1', 'car', 1, 100, NULL, NULL, NULL, 30, NULL, NULL, NULL, 'pending', 'wash', '', NULL, NULL, '30.048187255859375', '-94.88432240505196', '504 N Hwy 146, Dayton, TX 77535, USA', 40, 11, NULL, '0', '0', '1', 'admin', '[{\"id\":6,\"title\":\"Detail Package (Basic car wash plus Vacuuming and wiping down all surfaces the seats, headliners, dash, floor, trunk and even the glove compartment – removing all dirt and contaminants.  Stain removal and leather conditioner, as needed. Washing and polishing any glass; such as all windows, mirrors and clear plastics.)\",\"profession_id\":40,\"charge_type\":{\"id\":3,\"title\":\"Flat Rate\",\"description\":\"Booking Charge Flat rate.\",\"amount\":60,\"slug\":\"flat_rate\"},\"service_rate\":40,\"status\":\"1\",\"slug\":\"detail_package_car_mid_size\",\"isSelected\":true,\"quantity\":1}]', 1, 0.00, 100.00, 1.00, 0.00, 0.00, 10.00, 90.00, 8.80, 88.00, 3.20, 0.00, 0.00, 2.00, '0', '0', '0', '0', '0', '0', '2024-07-04', '[]', NULL, '2024-07-03 19:00:07', '2024-07-03 19:00:07', NULL),
(226, 'oi8kp', NULL, '0', NULL, 'card_1PQhKMDjokgBOs2yJl3hUix1', 'car', 1, 100, NULL, NULL, NULL, 30, NULL, NULL, NULL, 'pending', 'wash', '', NULL, NULL, '30.0484224', '-94.88452269999999', '504 US 90, Dayton, TX, USA', 40, 11, NULL, '0', '0', '1', 'admin', '[{\"id\":6,\"title\":\"Detail Package (Basic car wash plus Vacuuming and wiping down all surfaces the seats, headliners, dash, floor, trunk and even the glove compartment – removing all dirt and contaminants.  Stain removal and leather conditioner, as needed. Washing and polishing any glass; such as all windows, mirrors and clear plastics.)\",\"profession_id\":40,\"charge_type\":{\"id\":3,\"title\":\"Flat Rate\",\"description\":\"Booking Charge Flat rate.\",\"amount\":60,\"slug\":\"flat_rate\"},\"service_rate\":40,\"status\":\"1\",\"slug\":\"detail_package_car_mid_size\",\"isSelected\":true,\"quantity\":1}]', 1, 0.00, 100.00, 1.00, 0.00, 0.00, 10.00, 90.00, 8.80, 88.00, 3.20, 0.00, 0.00, 2.00, '0', '0', '0', '0', '0', '0', '2024-07-04', '[]', NULL, '2024-07-03 19:04:14', '2024-07-03 19:04:14', NULL),
(227, '19phvt', 'ch_3PYvuaDjokgBOs2y3EWkTOk7', '0', 'pi_3PYvuaDjokgBOs2y3WC76FcM', 'card_1PQhKMDjokgBOs2yJl3hUix1', 'nnjj', 6, 120, 0, '2024-07-04T20:14:55', '2024-07-04T21:38:07', 30, 'individual', 'personal_dinner', NULL, 'completed', 'jjjj', '', NULL, NULL, '30.134991503918574', '-94.8975568988293', '278 Rd 6606, Dayton, TX 77535, USA', 5, 11, 10, '1', '1', '1', 'admin', '[]', 83, 65.42, 148.42, 1.00, 0.00, 10.00, 10.00, 90.00, 12.24, 131.58, 4.60, 0.00, 0.00, 2.00, '1', '1', '1', '0', '1', '1', '2024-07-05', '[\"isaac-hill209\"]', '2024-07-04 20:08:53', '2024-07-04 19:49:02', '2024-07-04 19:49:02', NULL);
INSERT INTO `bookings` (`id`, `slug`, `charge_id`, `is_time_out`, `intent_id`, `card_id`, `event_type`, `no_of_people`, `total_amount`, `over_time`, `start_time`, `end_time`, `notify_timer_mins`, `meal_type`, `meal_time`, `booking_venue`, `booking_status`, `additional_information`, `others`, `cancellation_reason`, `cancelled_by`, `latitude`, `longitude`, `address`, `profession_id`, `user_id`, `service_provider_id`, `user_completion_approval`, `sp_completion_approval`, `status`, `stripe_fee_bearer`, `addons_arr`, `estimated_minutes`, `estimated_distance`, `total_cost_usd`, `distance_charges_per_mile_usd`, `amount_per_hour_usd`, `additional_passenger_charges_usd`, `admin_share_percentage`, `vendor_share_percentage`, `admin_share_amount_usd`, `vendor_share_amount_usd`, `stripe_fee_usd`, `discount_amount_usd`, `discount_percentage`, `app_fee_amount_usd`, `is_intent_created`, `is_intent_confirmed`, `is_intent_captured`, `is_intent_cancelled`, `is_amount_transfered_to_admin`, `is_amount_transfered_to_vendor`, `date`, `vendor_slug`, `latest_chat_created_at`, `created_at`, `updated_at`, `deleted_at`) VALUES
(228, '1a2q5q', NULL, '0', NULL, 'card_1POaa1DjokgBOs2yp4WKraN3', 'Hosting', 10, 30, NULL, NULL, NULL, 30, 'individual', 'personal_breakfast', NULL, 'cancelled', 'Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, eaque ipsa quae ab illo inventore veritatis et quasi architecto beatae vitae dicta sunt explicabo.', '', NULL, NULL, '37.0902', '95.7129', '', 6, 3, NULL, '0', '0', '1', 'admin', '[]', 30, 0.00, 30.00, 1.00, 0.00, 10.00, 10.00, 90.00, 3.83, 25.00, 1.17, 0.00, 0.00, 2.00, '0', '0', '0', '0', '0', '0', '2024-07-05', '[]', NULL, '2024-07-05 05:21:03', '2024-07-05 05:21:03', NULL),
(229, '4w7yn', NULL, '0', 'pi_3PZ4aWDjokgBOs2y44SR3bIu', 'card_1POaa1DjokgBOs2yp4WKraN3', 'Hosting', 10, 30, NULL, '2024-07-05T05:22:36', NULL, 30, NULL, NULL, NULL, 'completion_pending', 'Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, eaque ipsa quae ab illo inventore veritatis et quasi architecto beatae vitae dicta sunt explicabo.', '', NULL, NULL, '24.801162719726562', '67.07552057093459', '32 C, Ittehad Commercial Area Phase 6 Defence Housing Authority, Karachi, Karachi City, Sindh 75500, Pakistan', 21, 3, 2, '0', '1', '1', 'admin', '[]', 30, 0.07, 30.07, 1.00, 0.00, 0.00, 10.00, 90.00, 3.83, 25.06, 1.17, 0.00, 0.00, 2.00, '1', '0', '0', '1', '0', '0', '2024-07-05', '[\"test296\",\"sylvestor-shames992\",\"beckham-553\",\"brooks232\"]', NULL, '2024-07-05 05:21:27', '2024-07-05 05:21:27', NULL),
(230, 'qcj18', NULL, '0', 'pi_3PZ68mDjokgBOs2y0TMGkP9N', 'card_1POaa1DjokgBOs2yp4WKraN3', 'Hosting', 10, 30, NULL, '2024-07-05T07:01:29', NULL, 30, NULL, NULL, NULL, 'in_progress', 'Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, eaque ipsa quae ab illo inventore veritatis et quasi architecto beatae vitae dicta sunt explicabo.', '', NULL, NULL, '24.801025390625', '67.07547199398742', 'R32G+C55, Khayaban-e-Nishat, Ittehad Commercial Area Phase 6 Defence Housing Authority, Karachi, Karachi City, Sindh 75500, Pakistan', 21, 3, 2, '0', '0', '1', 'admin', '[]', 30, 0.56, 30.56, 1.00, 0.00, 0.00, 10.00, 90.00, 3.87, 25.50, 1.19, 0.00, 0.00, 2.00, '1', '0', '0', '0', '0', '0', '2024-07-05', '[\"test296\",\"sylvestor-shames992\",\"beckham-553\",\"brooks232\"]', NULL, '2024-07-05 07:01:01', '2024-07-05 07:01:01', NULL),
(231, 'qvgnl', NULL, '0', NULL, 'card_1PZB4rDjokgBOs2yhTruo5eC', 'ggg', 2, 22500, NULL, NULL, NULL, 30, NULL, NULL, NULL, 'cancelled', 'ggggh', '', NULL, NULL, '24.8012663', '67.0755665', '34 C, Ittehad Commercial Area Phase 6 Defence Housing Authority, Karachi, Karachi City, Sindh 75500, Pakistan', 111, 40, NULL, '0', '0', '1', 'admin', '[]', 900, 0.00, 22500.00, 1.00, 0.00, 0.00, 10.00, 90.00, 1599.20, 20248.00, 652.80, 0.00, 0.00, 2.00, '0', '0', '0', '0', '0', '0', '2024-07-05', '[\"ricky257\"]', NULL, '2024-07-05 12:27:57', '2024-07-05 12:27:57', NULL),
(232, 'fieh1', NULL, '0', NULL, 'card_1PZB4rDjokgBOs2yhTruo5eC', 'gggg', 0, 22500, NULL, NULL, NULL, 30, NULL, NULL, NULL, 'cancelled', 'hhhh', '', NULL, NULL, '24.8012663', '67.0755665', '34 C, Ittehad Commercial Area Phase 6 Defence Housing Authority, Karachi, Karachi City, Sindh 75500, Pakistan', 111, 40, NULL, '0', '0', '1', 'admin', '[]', 900, 0.00, 22500.00, 1.00, 0.00, 0.00, 10.00, 90.00, 1599.20, 20248.00, 652.80, 0.00, 0.00, 2.00, '0', '0', '0', '0', '0', '0', '2024-07-05', '[\"ricky257\"]', NULL, '2024-07-05 12:30:50', '2024-07-05 12:30:50', NULL),
(233, '18b3wp', NULL, '0', NULL, 'card_1PZB4rDjokgBOs2yhTruo5eC', '', 0, 31250, NULL, NULL, NULL, 30, NULL, NULL, NULL, 'cancelled', 'yyyyy', '', NULL, NULL, '24.8012663', '67.0755665', '34 C, Ittehad Commercial Area Phase 6 Defence Housing Authority, Karachi, Karachi City, Sindh 75500, Pakistan', 111, 40, NULL, '0', '0', '1', 'admin', '[]', 1250, 0.00, 31250.00, 1.00, 0.00, 0.00, 10.00, 90.00, 2220.45, 28123.00, 906.55, 0.00, 0.00, 2.00, '0', '0', '0', '0', '0', '0', '2024-07-05', '[\"ricky257\"]', NULL, '2024-07-05 12:34:35', '2024-07-05 12:34:35', NULL),
(234, 'qcnpl', NULL, '0', NULL, 'card_1PZB4rDjokgBOs2yhTruo5eC', '', 0, 21, NULL, NULL, NULL, 30, NULL, NULL, NULL, 'pending', 'uuuuj', '', NULL, NULL, '24.8012663', '67.0755665', '34 C, Ittehad Commercial Area Phase 6 Defence Housing Authority, Karachi, Karachi City, Sindh 75500, Pakistan', 113, 40, NULL, '0', '0', '1', 'admin', '[]', 1, 0.00, 21.00, 1.00, 0.00, 0.00, 10.00, 90.00, 3.19, 16.90, 0.91, 0.00, 0.00, 2.00, '0', '0', '0', '0', '0', '0', '2024-07-05', '[]', NULL, '2024-07-05 12:43:20', '2024-07-05 12:43:20', NULL),
(235, '4iv3t', NULL, '0', NULL, 'card_1PZB4rDjokgBOs2yhTruo5eC', '', 0, 21, NULL, NULL, NULL, 30, NULL, NULL, NULL, 'cancelled', 'uuuuj', '', NULL, NULL, '24.8012663', '67.0755665', '34 C, Ittehad Commercial Area Phase 6 Defence Housing Authority, Karachi, Karachi City, Sindh 75500, Pakistan', 113, 40, NULL, '0', '0', '1', 'admin', '[]', 1, 0.00, 21.00, 1.00, 0.00, 0.00, 10.00, 90.00, 3.19, 16.90, 0.91, 0.00, 0.00, 2.00, '0', '0', '0', '0', '0', '0', '2024-07-05', '[\"ricky257\"]', NULL, '2024-07-05 12:44:43', '2024-07-05 12:44:43', NULL),
(236, 'pcyf6', NULL, '0', NULL, 'card_1PZB4rDjokgBOs2yhTruo5eC', '', 0, 21, NULL, NULL, NULL, 30, NULL, NULL, NULL, 'cancelled', 'Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, eaque ipsa quae ab illo inventore veritatis et quasi architecto beatae vitae dicta sunt explicabo.', '', NULL, NULL, '24.793121337890625', '67.07821005633193', '32 Zulfiqar Street No. 4, DHA Karachi Phase VIII Zone A Zone A Phase 8 Defence Housing Authority, Karachi, Karachi City, Sindh 75500, Pakistan', 113, 40, NULL, '0', '0', '1', 'admin', '[]', 1, 0.00, 21.00, 1.00, 0.00, 0.00, 10.00, 90.00, 3.19, 16.90, 0.91, 0.00, 0.00, 2.00, '0', '0', '0', '0', '0', '0', '2024-07-05', '[\"brooks232\"]', NULL, '2024-07-05 13:17:03', '2024-07-05 13:17:03', NULL),
(237, 'wdp6w', NULL, '0', 'pi_3PZDydDjokgBOs2y01XdIWjh', 'card_1PZC4RDjokgBOs2yxBEJv6j6', '', 0, 21, NULL, '2024-07-05T15:24:24', NULL, 30, NULL, NULL, NULL, 'in_progress', 'gghh', '', NULL, NULL, '24.80122540745761', '67.07554226418112', '34 C, Ittehad Commercial Area Phase 6 Defence Housing Authority, Karachi, Karachi City, Sindh 75500, Pakistan', 113, 44, 46, '0', '0', '1', 'admin', '[]', 1, 0.00, 21.00, 1.00, 0.00, 0.00, 10.00, 90.00, 3.19, 16.90, 0.91, 0.00, 0.00, 2.00, '1', '0', '0', '0', '0', '0', '2024-07-05', '[\"brooks232\",\"brooks910\"]', NULL, '2024-07-05 15:23:07', '2024-07-05 15:23:07', NULL),
(238, '1f0l6x', NULL, '0', 'pi_3PZE1KDjokgBOs2y1j8PmpfK', 'card_1PZC4RDjokgBOs2yxBEJv6j6', 'hhhh', 25, 21, NULL, NULL, NULL, 30, NULL, NULL, NULL, 'cancelled', 'bbbb', '', NULL, NULL, '24.801223754882812', '67.07554226418112', '34 C, Ittehad Commercial Area Phase 6 Defence Housing Authority, Karachi, Karachi City, Sindh 75500, Pakistan', 113, 44, 46, '0', '0', '1', 'admin', '[]', 1, 0.00, 21.00, 1.00, 0.00, 0.00, 10.00, 90.00, 3.19, 16.90, 0.91, 0.00, 0.00, 2.00, '1', '0', '0', '1', '0', '0', '2024-07-05', '[\"brooks232\",\"brooks910\"]', NULL, '2024-07-05 15:25:46', '2024-07-05 15:25:46', NULL),
(239, '10u7wu', NULL, '0', 'pi_3PZE2jDjokgBOs2y49iqx69V', 'card_1PZC4RDjokgBOs2yxBEJv6j6', 'nnnn', 25, 21, NULL, NULL, NULL, 30, NULL, NULL, NULL, 'cancelled', 'jjjjk', '', NULL, NULL, '24.801223754882812', '67.07554226418112', '34 C, Ittehad Commercial Area Phase 6 Defence Housing Authority, Karachi, Karachi City, Sindh 75500, Pakistan', 113, 44, 46, '0', '0', '1', 'admin', '[]', 1, 0.00, 21.00, 1.00, 0.00, 0.00, 10.00, 90.00, 3.19, 16.90, 0.91, 0.00, 0.00, 2.00, '1', '0', '0', '1', '0', '0', '2024-07-05', '[\"brooks232\",\"brooks910\"]', NULL, '2024-07-05 15:27:21', '2024-07-05 15:27:21', NULL),
(240, '1jh22n', NULL, '0', 'pi_3PZE3qDjokgBOs2y0TcktYzx', 'card_1PZC4RDjokgBOs2yxBEJv6j6', 'ccc', 28, 21, NULL, NULL, NULL, 30, NULL, NULL, NULL, 'cancelled', 'ddddd', '', NULL, NULL, '24.801223754882812', '67.07554226418112', '34 C, Ittehad Commercial Area Phase 6 Defence Housing Authority, Karachi, Karachi City, Sindh 75500, Pakistan', 113, 44, 46, '0', '0', '1', 'admin', '[]', 1, 0.00, 21.00, 1.00, 0.00, 0.00, 10.00, 90.00, 3.19, 16.90, 0.91, 0.00, 0.00, 2.00, '1', '0', '0', '1', '0', '0', '2024-07-05', '[\"brooks232\",\"brooks910\"]', NULL, '2024-07-05 15:28:30', '2024-07-05 15:28:30', NULL),
(241, 'wkw4p', NULL, '0', NULL, 'card_1POaa1DjokgBOs2yp4WKraN3', 'Hosting', 10, 60, NULL, NULL, NULL, 30, 'individual', 'personal_dinner', NULL, 'cancelled', 'Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, eaque ipsa quae ab illo inventore veritatis et quasi architecto beatae vitae dicta sunt explicabo.', '', NULL, NULL, '24.801162719726562', '67.07559133587347', 'R32G+C6H, Khayaban-e-Nishat, Ittehad Commercial Area Phase 6 Defence Housing Authority, Karachi, Karachi City, Sindh 75500, Pakistan', 5, 3, NULL, '0', '0', '1', 'admin', '[]', 60, 0.00, 60.00, 1.00, 0.00, 10.00, 10.00, 90.00, 5.96, 52.00, 2.04, 0.00, 0.00, 2.00, '0', '0', '0', '0', '0', '0', '2024-07-08', '[\"test296\",\"sylvestor-shames992\",\"beckham-553\",\"brooks232\"]', NULL, '2024-07-08 05:43:25', '2024-07-08 05:43:25', NULL),
(242, 'qb7ul', NULL, '0', 'pi_3PaANVDjokgBOs2y0WiCCnqT', 'card_1POaa1DjokgBOs2yp4WKraN3', 'Hosting', 10, 60, NULL, NULL, NULL, 30, 'individual', 'personal_breakfast', NULL, 'cancelled', 'Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, eaque ipsa quae ab illo inventore veritatis et quasi architecto beatae vitae dicta sunt explicabo.', '', NULL, NULL, '24.801162719726562', '67.07559133587347', 'R32G+C6H, Khayaban-e-Nishat, Ittehad Commercial Area Phase 6 Defence Housing Authority, Karachi, Karachi City, Sindh 75500, Pakistan', 5, 3, 2, '0', '0', '1', 'admin', '[]', 60, 0.07, 60.07, 1.00, 0.00, 10.00, 10.00, 90.00, 5.96, 52.06, 2.04, 0.00, 0.00, 2.00, '1', '0', '0', '1', '0', '0', '2024-07-08', '[\"test296\",\"sylvestor-shames992\",\"beckham-553\",\"brooks232\"]', NULL, '2024-07-08 05:44:34', '2024-07-08 05:44:34', NULL),
(243, '12ueea', NULL, '0', 'pi_3PaASYDjokgBOs2y2ExeRulk', 'card_1POaa1DjokgBOs2yp4WKraN3', 'Hosting', 10, 60, NULL, NULL, NULL, 30, 'individual', 'personal_breakfast', NULL, 'on_the_way', 'Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, eaque ipsa quae ab illo inventore veritatis et quasi architecto beatae vitae dicta sunt explicabo.', '', NULL, NULL, '24.8615984', '67.0290744', 'Saddar Karachi, Pakistan', 6, 3, 2, '0', '0', '1', 'admin', '[]', 60, 6.22, 66.22, 1.00, 0.00, 10.00, 10.00, 90.00, 6.40, 57.60, 2.22, 0.00, 0.00, 2.00, '1', '0', '0', '0', '0', '0', '2024-07-08', '[\"test296\",\"sylvestor-shames992\",\"beckham-553\",\"brooks232\"]', NULL, '2024-07-08 05:49:54', '2024-07-08 05:49:54', NULL),
(244, '1em2u5', NULL, '0', NULL, 'card_1POaa1DjokgBOs2yp4WKraN3', 'Hosting', 10, 30, NULL, NULL, NULL, 30, 'individual', 'personal_dinner', NULL, 'cancelled', 'Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, eaque ipsa quae ab illo inventore veritatis et quasi architecto beatae vitae dicta sunt explicabo.', '', NULL, NULL, '24.801177978515625', '67.0754756957431', '32 C, Ittehad Commercial Area Phase 6 Defence Housing Authority, Karachi, Karachi City, Sindh 75500, Pakistan', 6, 3, NULL, '0', '0', '1', 'admin', '[]', 30, 0.00, 30.00, 1.00, 0.00, 10.00, 10.00, 90.00, 3.83, 25.00, 1.17, 0.00, 0.00, 2.00, '0', '0', '0', '0', '0', '0', '2024-07-08', '[\"test296\",\"sylvestor-shames992\",\"beckham-553\",\"brooks232\"]', NULL, '2024-07-08 05:56:12', '2024-07-08 05:56:12', NULL),
(245, '121ymg', NULL, '0', NULL, 'card_1POaa1DjokgBOs2yp4WKraN3', 'Hosting', 10, 100, NULL, NULL, NULL, 30, 'individual', 'personal_dinner', NULL, 'cancelled', 'Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, eaque ipsa quae ab illo inventore veritatis et quasi architecto beatae vitae dicta sunt explicabo.', '', NULL, NULL, '24.8011474609375', '67.0755081670121', 'R32G+C6H, Khayaban-e-Nishat, Ittehad Commercial Area Phase 6 Defence Housing Authority, Karachi, Karachi City, Sindh 75500, Pakistan', 6, 3, NULL, '0', '0', '1', 'admin', '[{\"id\":28,\"title\":\"No of additional persons\",\"profession_id\":6,\"charge_type\":{\"id\":3,\"title\":\"Flat Rate\",\"description\":\"Booking Charge Flat rate.\",\"amount\":60,\"slug\":\"flat_rate\"},\"service_rate\":20,\"status\":\"1\",\"slug\":\"3_1717745287883\",\"isSelected\":true,\"quantity\":\"2\"}]', 60, 0.00, 100.00, 1.00, 0.00, 10.00, 10.00, 90.00, 8.80, 88.00, 3.20, 0.00, 0.00, 2.00, '0', '0', '0', '0', '0', '0', '2024-07-08', '[\"test296\",\"sylvestor-shames992\",\"beckham-553\",\"brooks232\"]', NULL, '2024-07-08 05:58:24', '2024-07-08 05:58:24', NULL),
(246, '138li3', NULL, '0', NULL, 'card_1POaa1DjokgBOs2yp4WKraN3', 'Hosting', 10, 195, NULL, NULL, NULL, 30, NULL, NULL, NULL, 'cancelled', 'Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, eaque ipsa quae ab illo inventore veritatis et quasi architecto beatae vitae dicta sunt explicabo.', '', NULL, NULL, '24.801177978515625', '67.07551651226645', '34 C, Ittehad Commercial Area Phase 6 Defence Housing Authority, Karachi, Karachi City, Sindh 75500, Pakistan', 44, 3, NULL, '0', '0', '1', 'admin', '[{\"id\":9,\"title\":\"Detail Package (Basic truck wash plus Vacuuming and wiping down all surfaces the seats, headliners, dash, floor, trunk and even the glove compartment – removing all dirt and contaminants.  Stain removal and leather conditioner, as needed. Washing and polishing any glass; such as all windows, mirrors and clear plastics.)\",\"profession_id\":44,\"charge_type\":{\"id\":3,\"title\":\"Flat Rate\",\"description\":\"Booking Charge Flat rate.\",\"amount\":60,\"slug\":\"flat_rate\"},\"service_rate\":40,\"status\":\"1\",\"slug\":\"detail_package_truck_mid_size\",\"isSelected\":true,\"quantity\":\"3\"}]', 1, 0.00, 195.00, 1.00, 0.00, 0.00, 10.00, 90.00, 15.54, 173.50, 5.96, 0.00, 0.00, 2.00, '0', '0', '0', '0', '0', '0', '2024-07-08', '[\"test296\",\"beckham-553\",\"brooks232\"]', NULL, '2024-07-08 06:19:23', '2024-07-08 06:19:23', NULL),
(247, '1fhglj', NULL, '0', NULL, 'card_1POaa1DjokgBOs2yp4WKraN3', 'Hosting', 10, 135380, NULL, NULL, NULL, 30, NULL, NULL, NULL, 'cancelled', 'Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, eaque ipsa quae ab illo inventore veritatis et quasi architecto beatae vitae dicta sunt explicabo.', '', NULL, NULL, '24.801071166992188', '67.07546165568858', 'R32G+C55, Khayaban-e-Nishat, Ittehad Commercial Area Phase 6 Defence Housing Authority, Karachi, Karachi City, Sindh 75500, Pakistan', 29, 3, NULL, '0', '0', '1', 'admin', '[{\"id\":122,\"title\":\"Bathroom (Clean the sink(s), tub, shower, toilet, mirrors, wipe cabinets, sweep & mop the floors and take out the trash. )\",\"profession_id\":29,\"charge_type\":{\"id\":3,\"title\":\"Flat Rate\",\"description\":\"Booking Charge Flat rate.\",\"amount\":60,\"slug\":\"flat_rate\"},\"service_rate\":60,\"status\":\"1\",\"slug\":\"3_1719932548895\",\"isSelected\":true,\"quantity\":\"5\"},{\"id\":123,\"title\":\"Half Bathroom (Clean the sink(s), tub, shower, toilet, mirrors, wipe cabinets, sweep & mop the floors and take out the trash. )\",\"profession_id\":29,\"charge_type\":{\"id\":3,\"title\":\"Flat Rate\",\"description\":\"Booking Charge Flat rate.\",\"amount\":60,\"slug\":\"flat_rate\"},\"service_rate\":40,\"status\":\"1\",\"slug\":\"3_1719932548928\",\"isSelected\":true,\"quantity\":\"2\"}]', 900, 0.00, 135380.00, 1.00, 0.00, 0.00, 10.00, 90.00, 9613.68, 121840.00, 3926.32, 0.00, 0.00, 2.00, '0', '0', '0', '0', '0', '0', '2024-07-08', '[\"test296\",\"beckham-553\",\"brooks232\",\"sylvestor-shames992\"]', NULL, '2024-07-08 06:21:29', '2024-07-08 06:21:29', NULL),
(248, 'us96c', NULL, '0', NULL, 'card_1POaa1DjokgBOs2yp4WKraN3', 'Hosting', 10, 135230, NULL, NULL, NULL, 30, NULL, NULL, NULL, 'cancelled', 'Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, eaque ipsa quae ab illo inventore veritatis et quasi architecto beatae vitae dicta sunt explicabo.', '', NULL, NULL, '24.8011474609375', '67.0755370346307', 'R32G+C6H, Khayaban-e-Nishat, Ittehad Commercial Area Phase 6 Defence Housing Authority, Karachi, Karachi City, Sindh 75500, Pakistan', 29, 3, NULL, '0', '0', '1', 'admin', '[{\"id\":123,\"title\":\"Half Bathroom (Clean the sink(s), tub, shower, toilet, mirrors, wipe cabinets, sweep & mop the floors and take out the trash. )\",\"profession_id\":29,\"charge_type\":{\"id\":3,\"title\":\"Flat Rate\",\"description\":\"Booking Charge Flat rate.\",\"amount\":60,\"slug\":\"flat_rate\"},\"service_rate\":40,\"status\":\"1\",\"slug\":\"3_1719932548928\",\"isSelected\":true,\"quantity\":\"2\"},{\"id\":124,\"title\":\"Kitchen and Dishes (Sweep and mop the kitchen, wipe countertops, cabinets, stove, oven, microwave, kitchen table, wash dishes and take out the trash. )\",\"profession_id\":29,\"charge_type\":{\"id\":3,\"title\":\"Flat Rate\",\"description\":\"Booking Charge Flat rate.\",\"amount\":60,\"slug\":\"flat_rate\"},\"service_rate\":75,\"status\":\"1\",\"slug\":\"3_1719932548913\",\"isSelected\":true,\"quantity\":\"2\"}]', 900, 0.00, 135230.00, 1.00, 0.00, 0.00, 10.00, 90.00, 9603.03, 121705.00, 3921.97, 0.00, 0.00, 2.00, '0', '0', '0', '0', '0', '0', '2024-07-08', '[\"test296\",\"beckham-553\",\"brooks232\",\"sylvestor-shames992\"]', NULL, '2024-07-08 06:23:31', '2024-07-08 06:23:31', NULL),
(249, 'zj8la', NULL, '0', NULL, 'card_1POaa1DjokgBOs2yp4WKraN3', '', 0, 250, NULL, NULL, NULL, 30, NULL, NULL, NULL, 'cancelled', 'Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, eaque ipsa quae ab illo inventore veritatis et quasi architecto beatae vitae dicta sunt explicabo.', '', NULL, NULL, '24.800979614257812', '67.07386373526288', '1 C, Ittehad Commercial Area Phase 6 Defence Housing Authority, Karachi, Karachi City, Sindh 75500, Pakistan', 45, 3, NULL, '0', '0', '1', 'admin', '[{\"id\":10,\"title\":\"Detail Package (Basic truck wash plus Vacuuming and wiping down all surfaces the seats, headliners, dash, floor, trunk and even the glove compartment – removing all dirt and contaminants.  Stain removal and leather conditioner, as needed. Washing and polishing any glass; such as all windows, mirrors and clear plastics.)\",\"profession_id\":45,\"charge_type\":{\"id\":3,\"title\":\"Flat Rate\",\"description\":\"Booking Charge Flat rate.\",\"amount\":60,\"slug\":\"flat_rate\"},\"service_rate\":40,\"status\":\"1\",\"slug\":\"detail_package_truck_large\",\"isSelected\":true,\"quantity\":\"2\"}]', 2, 0.00, 250.00, 1.00, 0.00, 0.00, 10.00, 90.00, 19.45, 223.00, 7.55, 0.00, 0.00, 2.00, '0', '0', '0', '0', '0', '0', '2024-07-08', '[\"test296\",\"beckham-553\",\"brooks232\",\"sylvestor-shames992\"]', NULL, '2024-07-08 06:34:32', '2024-07-08 06:34:32', NULL),
(250, 'eyi47', NULL, '0', NULL, 'card_1POaa1DjokgBOs2yp4WKraN3', '', 0, 125, NULL, NULL, NULL, 30, NULL, NULL, NULL, 'cancelled', 'Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, eaque ipsa quae ab illo inventore veritatis et quasi architecto beatae vitae dicta sunt explicabo.', '', NULL, NULL, '24.80108642578125', '67.07552830700976', 'R32G+C55, Khayaban-e-Nishat, Ittehad Commercial Area Phase 6 Defence Housing Authority, Karachi, Karachi City, Sindh 75500, Pakistan', 45, 3, NULL, '0', '0', '1', 'admin', '[{\"id\":10,\"title\":\"Detail Package (Basic truck wash plus Vacuuming and wiping down all surfaces the seats, headliners, dash, floor, trunk and even the glove compartment – removing all dirt and contaminants.  Stain removal and leather conditioner, as needed. Washing and polishing any glass; such as all windows, mirrors and clear plastics.)\",\"profession_id\":45,\"charge_type\":{\"id\":3,\"title\":\"Flat Rate\",\"description\":\"Booking Charge Flat rate.\",\"amount\":60,\"slug\":\"flat_rate\"},\"service_rate\":40,\"status\":\"1\",\"slug\":\"detail_package_truck_large\",\"isSelected\":true,\"quantity\":1}]', 1, 0.00, 125.00, 1.00, 0.00, 0.00, 10.00, 90.00, 10.57, 110.50, 3.92, 0.00, 0.00, 2.00, '0', '0', '0', '0', '0', '0', '2024-07-08', '[\"test296\",\"beckham-553\",\"brooks232\",\"sylvestor-shames992\"]', NULL, '2024-07-08 06:36:29', '2024-07-08 06:36:29', NULL),
(251, 'f76qq', NULL, '0', NULL, 'card_1POaa1DjokgBOs2yp4WKraN3', '', 0, 125, NULL, NULL, NULL, 30, NULL, NULL, NULL, 'cancelled', 'Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, eaque ipsa quae ab illo inventore veritatis et quasi architecto beatae vitae dicta sunt explicabo.', '', NULL, NULL, '24.801177978515625', '67.07559709122948', '4c Khayaban-e-Nishat, D.H.A Phase 6 Ittehad Commercial Area Phase 6 Defence Housing Authority, Karachi, Karachi City, Sindh 75500, Pakistan', 45, 3, NULL, '0', '0', '1', 'admin', '[{\"id\":10,\"title\":\"Detail Package (Basic truck wash plus Vacuuming and wiping down all surfaces the seats, headliners, dash, floor, trunk and even the glove compartment – removing all dirt and contaminants.  Stain removal and leather conditioner, as needed. Washing and polishing any glass; such as all windows, mirrors and clear plastics.)\",\"profession_id\":45,\"charge_type\":{\"id\":3,\"title\":\"Flat Rate\",\"description\":\"Booking Charge Flat rate.\",\"amount\":60,\"slug\":\"flat_rate\"},\"service_rate\":40,\"status\":\"1\",\"slug\":\"detail_package_truck_large\",\"isSelected\":true,\"quantity\":1}]', 1, 0.00, 125.00, 1.00, 0.00, 0.00, 10.00, 90.00, 10.57, 110.50, 3.92, 0.00, 0.00, 2.00, '0', '0', '0', '0', '0', '0', '2024-07-08', '[\"test296\",\"beckham-553\",\"brooks232\",\"sylvestor-shames992\"]', NULL, '2024-07-08 06:40:57', '2024-07-08 06:40:57', NULL),
(252, 'i6422', NULL, '0', NULL, 'card_1POaa1DjokgBOs2yp4WKraN3', '', 0, 165, NULL, NULL, NULL, 30, NULL, NULL, NULL, 'cancelled', 'Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, eaque ipsa quae ab illo inventore veritatis et quasi architecto beatae vitae dicta sunt explicabo.', '', NULL, NULL, '24.801193237304688', '67.075442875565', '32 C, Ittehad Commercial Area Phase 6 Defence Housing Authority, Karachi, Karachi City, Sindh 75500, Pakistan', 45, 3, NULL, '0', '0', '1', 'admin', '[{\"id\":10,\"title\":\"Detail Package (Basic truck wash plus Vacuuming and wiping down all surfaces the seats, headliners, dash, floor, trunk and even the glove compartment – removing all dirt and contaminants.  Stain removal and leather conditioner, as needed. Washing and polishing any glass; such as all windows, mirrors and clear plastics.)\",\"profession_id\":45,\"charge_type\":{\"id\":3,\"title\":\"Flat Rate\",\"description\":\"Booking Charge Flat rate.\",\"amount\":60,\"slug\":\"flat_rate\"},\"service_rate\":40,\"status\":\"1\",\"slug\":\"detail_package_truck_large\",\"isSelected\":true,\"quantity\":\"2\"}]', 1, 0.00, 165.00, 1.00, 0.00, 0.00, 10.00, 90.00, 13.41, 146.50, 5.08, 0.00, 0.00, 2.00, '0', '0', '0', '0', '0', '0', '2024-07-08', '[\"test296\",\"beckham-553\",\"brooks232\",\"sylvestor-shames992\"]', NULL, '2024-07-08 06:59:11', '2024-07-08 06:59:11', NULL),
(253, '1190db', NULL, '0', NULL, 'card_1POaa1DjokgBOs2yp4WKraN3', 'Hosting', 10, 30, NULL, NULL, NULL, 30, NULL, NULL, NULL, 'cancelled', 'Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, eaque ipsa quae ab illo inventore veritatis et quasi architecto beatae vitae dicta sunt explicabo.', '', NULL, NULL, '24.801162719726562', '67.07550404145698', '32 C, Ittehad Commercial Area Phase 6 Defence Housing Authority, Karachi, Karachi City, Sindh 75500, Pakistan', 21, 3, NULL, '0', '0', '1', 'admin', '[]', 30, 0.00, 30.00, 1.00, 0.00, 0.00, 10.00, 90.00, 3.83, 25.00, 1.17, 0.00, 0.00, 2.00, '0', '0', '0', '0', '0', '0', '2024-07-08', '[\"test296\",\"beckham-553\",\"brooks232\",\"sylvestor-shames992\"]', NULL, '2024-07-08 07:11:34', '2024-07-08 07:11:34', NULL),
(254, 'n4s8l', NULL, '0', NULL, 'card_1POaa1DjokgBOs2yp4WKraN3', 'Hosting', 10, 135783, NULL, NULL, NULL, 30, NULL, NULL, NULL, 'cancelled', 'Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, eaque ipsa quae ab illo inventore veritatis et quasi architecto beatae vitae dicta sunt explicabo.', '', NULL, NULL, '24.801177978515625', '67.07561944207457', '4c Khayaban-e-Nishat, D.H.A Phase 6 Ittehad Commercial Area Phase 6 Defence Housing Authority, Karachi, Karachi City, Sindh 75500, Pakistan', 29, 3, NULL, '0', '0', '1', 'admin', '[{\"id\":115,\"title\":\"Floors (Sweep, mop and/or vacuum.)\",\"profession_id\":29,\"charge_type\":{\"id\":2,\"title\":\"Square Feet\",\"description\":\"Booking Charge sq.ft rate.\",\"amount\":1000,\"slug\":\"sq_feet\"},\"service_rate\":1,\"status\":\"1\",\"slug\":\"2_1719509291171\",\"isSelected\":true,\"quantity\":\"45\"},{\"id\":121,\"title\":\"Dusting\",\"profession_id\":29,\"charge_type\":{\"id\":4,\"title\":\"Room\",\"description\":\"Room\",\"amount\":100,\"slug\":\"chgs_tps1719242763736\"},\"service_rate\":35,\"status\":\"1\",\"slug\":\"4_1719932548902\",\"isSelected\":true,\"quantity\":\"5\"},{\"id\":122,\"title\":\"Bathroom (Clean the sink(s), tub, shower, toilet, mirrors, wipe cabinets, sweep & mop the floors and take out the trash. )\",\"profession_id\":29,\"charge_type\":{\"id\":3,\"title\":\"Flat Rate\",\"description\":\"Booking Charge Flat rate.\",\"amount\":60,\"slug\":\"flat_rate\"},\"service_rate\":60,\"status\":\"1\",\"slug\":\"3_1719932548895\",\"isSelected\":true,\"quantity\":\"3\"},{\"id\":123,\"title\":\"Half Bathroom (Clean the sink(s), tub, shower, toilet, mirrors, wipe cabinets, sweep & mop the floors and take out the trash. )\",\"profession_id\":29,\"charge_type\":{\"id\":3,\"title\":\"Flat Rate\",\"description\":\"Booking Charge Flat rate.\",\"amount\":60,\"slug\":\"flat_rate\"},\"service_rate\":40,\"status\":\"1\",\"slug\":\"3_1719932548928\",\"isSelected\":true,\"quantity\":\"8\"},{\"id\":126,\"title\":\"Holiday/Event Decoration\",\"profession_id\":29,\"charge_type\":{\"id\":1,\"title\":\"Hour\",\"description\":\"Booking Charge hourly rate.\",\"amount\":60,\"slug\":\"per_houre\"},\"service_rate\":75,\"status\":\"1\",\"slug\":\"1_1719932548911\",\"isSelected\":true,\"quantity\":\"50\"}]', 900, 0.00, 135782.50, 1.00, 0.00, 0.00, 10.00, 90.00, 9642.26, 122202.25, 3937.99, 0.00, 0.00, 2.00, '0', '0', '0', '0', '0', '0', '2024-07-08', '[\"test296\",\"beckham-553\",\"brooks232\",\"sylvestor-shames992\"]', NULL, '2024-07-08 07:30:32', '2024-07-08 07:30:32', NULL),
(255, 'odymm', NULL, '0', NULL, 'card_1POaa1DjokgBOs2yp4WKraN3', 'Hosting', 10, 60, NULL, NULL, NULL, 30, NULL, NULL, NULL, 'cancelled', 'Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, eaque ipsa quae ab illo inventore veritatis et quasi architecto beatae vitae dicta sunt explicabo.', '', NULL, NULL, '24.801193237304688', '67.07560712698874', 'Plot 36-C Khayaban-e-Nishat, Ittehad Commercial Area Phase 6 Defence Housing Authority, Karachi, Karachi City, Sindh 75500, Pakistan', 26, 3, NULL, '0', '0', '1', 'admin', '[]', 60, 0.00, 60.00, 1.00, 0.00, 0.00, 10.00, 90.00, 5.96, 52.00, 2.04, 0.00, 0.00, 2.00, '0', '0', '0', '0', '0', '0', '2024-07-08', '[\"test296\",\"beckham-553\",\"brooks232\",\"sylvestor-shames992\"]', NULL, '2024-07-08 07:41:09', '2024-07-08 07:41:09', NULL),
(256, '15zndi', NULL, '0', NULL, 'card_1POaa1DjokgBOs2yp4WKraN3', 'Hosting', 10, 135120, NULL, NULL, NULL, 30, NULL, NULL, NULL, 'cancelled', 'Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, eaque ipsa quae ab illo inventore veritatis et quasi architecto beatae vitae dicta sunt explicabo.', '', NULL, NULL, '24.801177978515625', '67.07546723282455', '32 C, Ittehad Commercial Area Phase 6 Defence Housing Authority, Karachi, Karachi City, Sindh 75500, Pakistan', 29, 3, NULL, '0', '0', '1', 'admin', '[{\"id\":122,\"title\":\"Bathroom (Clean the sink(s), tub, shower, toilet, mirrors, wipe cabinets, sweep & mop the floors and take out the trash. )\",\"profession_id\":29,\"charge_type\":{\"id\":3,\"title\":\"Flat Rate\",\"description\":\"Booking Charge Flat rate.\",\"amount\":60,\"slug\":\"flat_rate\"},\"service_rate\":60,\"status\":\"1\",\"slug\":\"3_1719932548895\",\"isSelected\":true,\"quantity\":\"2\"}]', 900, 0.00, 135120.00, 1.00, 0.00, 0.00, 10.00, 90.00, 9595.22, 121606.00, 3918.78, 0.00, 0.00, 2.00, '0', '0', '0', '0', '0', '0', '2024-07-08', '[\"test296\",\"beckham-553\",\"brooks232\",\"sylvestor-shames992\"]', NULL, '2024-07-08 07:46:05', '2024-07-08 07:46:05', NULL),
(257, '1flfde', NULL, '0', NULL, 'card_1POaa1DjokgBOs2yp4WKraN3', 'Hosting', 10, 60, NULL, NULL, NULL, 30, NULL, NULL, NULL, 'cancelled', 'Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, eaque ipsa quae ab illo inventore veritatis et quasi architecto beatae vitae dicta sunt explicabo.', '', NULL, NULL, '24.801177978515625', '67.0755650182464', '34 C, Ittehad Commercial Area Phase 6 Defence Housing Authority, Karachi, Karachi City, Sindh 75500, Pakistan', 26, 3, NULL, '0', '0', '1', 'admin', '[]', 60, 0.00, 60.00, 1.00, 0.00, 0.00, 10.00, 90.00, 5.96, 52.00, 2.04, 0.00, 0.00, 2.00, '0', '0', '0', '0', '0', '0', '2024-07-08', '[\"test296\",\"beckham-553\",\"brooks232\",\"sylvestor-shames992\"]', NULL, '2024-07-08 07:48:26', '2024-07-08 07:48:26', NULL),
(258, '1j9ght', NULL, '0', NULL, 'card_1POaa1DjokgBOs2yp4WKraN3', 'Hosting', 10, 135100, NULL, NULL, NULL, 30, NULL, NULL, NULL, 'cancelled', 'Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, eaque ipsa quae ab illo inventore veritatis et quasi architecto beatae vitae dicta sunt explicabo.', '', NULL, NULL, '24.801116943359375', '67.0755845722661', 'R32G+C6H, Khayaban-e-Nishat, Ittehad Commercial Area Phase 6 Defence Housing Authority, Karachi, Karachi City, Sindh 75500, Pakistan', 29, 3, NULL, '0', '0', '1', 'admin', '[{\"id\":122,\"title\":\"Bathroom (Clean the sink(s), tub, shower, toilet, mirrors, wipe cabinets, sweep & mop the floors and take out the trash. )\",\"profession_id\":29,\"charge_type\":{\"id\":3,\"title\":\"Flat Rate\",\"description\":\"Booking Charge Flat rate.\",\"amount\":60,\"slug\":\"flat_rate\"},\"service_rate\":60,\"status\":\"1\",\"slug\":\"3_1719932548895\",\"isSelected\":true,\"quantity\":1},{\"id\":123,\"title\":\"Half Bathroom (Clean the sink(s), tub, shower, toilet, mirrors, wipe cabinets, sweep & mop the floors and take out the trash. )\",\"profession_id\":29,\"charge_type\":{\"id\":3,\"title\":\"Flat Rate\",\"description\":\"Booking Charge Flat rate.\",\"amount\":60,\"slug\":\"flat_rate\"},\"service_rate\":40,\"status\":\"1\",\"slug\":\"3_1719932548928\",\"isSelected\":true,\"quantity\":1}]', 900, 0.00, 135100.00, 1.00, 0.00, 0.00, 10.00, 90.00, 9593.80, 121588.00, 3918.20, 0.00, 0.00, 2.00, '0', '0', '0', '0', '0', '0', '2024-07-08', '[\"test296\",\"beckham-553\",\"brooks232\",\"sylvestor-shames992\"]', NULL, '2024-07-08 07:49:26', '2024-07-08 07:49:26', NULL),
(259, 'gfamv', NULL, '0', NULL, 'card_1POaa1DjokgBOs2yp4WKraN3', '', 0, 125, NULL, NULL, NULL, 30, NULL, NULL, NULL, 'cancelled', 'Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, eaque ipsa quae ab illo inventore veritatis et quasi architecto beatae vitae dicta sunt explicabo.', '', NULL, NULL, '24.80120849609375', '67.07560335620835', 'Plot 36-C Khayaban-e-Nishat, Ittehad Commercial Area Phase 6 Defence Housing Authority, Karachi, Karachi City, Sindh 75500, Pakistan', 45, 3, NULL, '0', '0', '1', 'admin', '[{\"id\":10,\"title\":\"Detail Package (Basic truck wash plus Vacuuming and wiping down all surfaces the seats, headliners, dash, floor, trunk and even the glove compartment – removing all dirt and contaminants.  Stain removal and leather conditioner, as needed. Washing and polishing any glass; such as all windows, mirrors and clear plastics.)\",\"profession_id\":45,\"charge_type\":{\"id\":3,\"title\":\"Flat Rate\",\"description\":\"Booking Charge Flat rate.\",\"amount\":60,\"slug\":\"flat_rate\"},\"service_rate\":40,\"status\":\"1\",\"slug\":\"detail_package_truck_large\",\"isSelected\":true,\"quantity\":1}]', 1, 0.00, 125.00, 1.00, 0.00, 0.00, 10.00, 90.00, 10.57, 110.50, 3.92, 0.00, 0.00, 2.00, '0', '0', '0', '0', '0', '0', '2024-07-08', '[\"test296\",\"beckham-553\",\"brooks232\",\"sylvestor-shames992\"]', NULL, '2024-07-08 07:51:40', '2024-07-08 07:51:40', NULL),
(260, 'e51js', NULL, '0', NULL, 'card_1POaa1DjokgBOs2yp4WKraN3', 'Hosting', 10, 120, NULL, NULL, NULL, 30, 'individual', 'personal_dinner', NULL, 'cancelled', 'Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, eaque ipsa quae ab illo inventore veritatis et quasi architecto beatae vitae dicta sunt explicabo.', '', NULL, NULL, '24.801177978515625', '67.07540820871199', '32 C, Ittehad Commercial Area Phase 6 Defence Housing Authority, Karachi, Karachi City, Sindh 75500, Pakistan', 5, 3, NULL, '0', '0', '1', 'admin', '[]', 120, 0.00, 120.00, 1.00, 0.00, 10.00, 10.00, 90.00, 10.22, 106.00, 3.78, 0.00, 0.00, 2.00, '0', '0', '0', '0', '0', '0', '2024-07-08', '[\"test296\",\"beckham-553\",\"brooks232\",\"sylvestor-shames992\"]', NULL, '2024-07-08 12:55:56', '2024-07-08 12:55:56', NULL),
(261, 'wykuj', NULL, '0', NULL, 'card_1POfPCDjokgBOs2yc02hQnqQ', '', 0, 1, NULL, NULL, NULL, 30, NULL, NULL, NULL, 'cancelled', 'jjjju', '', NULL, NULL, '24.801177978515625', '67.07556200566171', '34 C, Ittehad Commercial Area Phase 6 Defence Housing Authority, Karachi, Karachi City, Sindh 75500, Pakistan', 111, 5, NULL, '0', '0', '1', 'admin', '[]', 5, 0.00, 0.60, 1.00, 0.00, 0.00, 10.00, 90.00, 1.74, -1.46, 0.32, 0.00, 0.00, 2.00, '0', '0', '0', '0', '0', '0', '2024-07-08', '[\"brooks232\"]', NULL, '2024-07-08 13:18:48', '2024-07-08 13:18:48', NULL),
(262, '1kcr5h', NULL, '0', NULL, 'card_1POfPCDjokgBOs2yc02hQnqQ', 'ccg', 2, 60, NULL, NULL, NULL, 30, NULL, NULL, NULL, 'cancelled', 'bbbo', '', NULL, NULL, '25.2246415', '68.0599688', 'Kandair Masjid, Looni Kot, Pakistan', 13, 5, NULL, '0', '0', '1', 'admin', '[]', 60, 0.00, 60.00, 1.00, 0.00, 0.00, 10.00, 90.00, 5.96, 52.00, 2.04, 0.00, 0.00, 2.00, '0', '0', '0', '0', '0', '0', '2024-07-08', '[]', NULL, '2024-07-08 13:34:19', '2024-07-08 13:34:19', NULL),
(263, 'dlzkt', NULL, '0', NULL, 'card_1POfPCDjokgBOs2yc02hQnqQ', 'nsjd', 25, 60, NULL, NULL, NULL, 30, NULL, NULL, NULL, 'cancelled', 'znzj', '', NULL, NULL, '25.1960813', '67.8732631', 'RAJI CITY, Noori Abad, Pakistan', 14, 5, NULL, '0', '0', '1', 'admin', '[]', 60, 0.00, 60.00, 1.00, 0.00, 0.00, 10.00, 90.00, 5.96, 52.00, 2.04, 0.00, 0.00, 2.00, '0', '0', '0', '0', '0', '0', '2024-07-08', '[]', NULL, '2024-07-08 13:35:56', '2024-07-08 13:35:56', NULL),
(264, '1eo1ns', NULL, '0', 'pi_3PaHkuDjokgBOs2y4Bh0YJMm', 'card_1POfPCDjokgBOs2yc02hQnqQ', 'nsjsjs', 25, 60, NULL, NULL, NULL, 30, NULL, NULL, NULL, 'cancelled', 'jdjdjdp', '', 'bbb', NULL, '25.1595208', '67.7502179', 'Huffaz Seamless Pipes Industries Ltd, Noori Abad, Pakistan', 21, 5, 46, '0', '0', '1', 'admin', '[]', 60, 68.93, 128.93, 1.00, 0.00, 0.00, 10.00, 90.00, 10.85, 114.04, 4.04, 0.00, 0.00, 2.00, '1', '0', '0', '1', '0', '0', '2024-07-08', '[\"test296\",\"beckham-553\",\"brooks232\",\"brooks910\",\"sylvestor-shames992\"]', NULL, '2024-07-08 13:37:07', '2024-07-08 13:37:07', NULL),
(265, '1ivror', NULL, '0', 'pi_3PaHqNDjokgBOs2y49pjlXKu', 'card_1POfPCDjokgBOs2yc02hQnqQ', 'ggg', 2, 60, NULL, NULL, NULL, 30, NULL, NULL, NULL, 'cancelled', 'ghhh', '', 'bbb', NULL, '25.1595208', '67.7502179', 'Huffaz Seamless Pipes Industries Ltd, Noori Abad, Pakistan', 14, 5, 46, '0', '0', '1', 'admin', '[]', 60, 68.93, 128.93, 1.00, 0.00, 0.00, 10.00, 90.00, 10.85, 114.04, 4.04, 0.00, 0.00, 2.00, '1', '0', '0', '1', '0', '0', '2024-07-08', '[\"test296\",\"beckham-553\",\"brooks232\",\"brooks910\",\"sylvestor-shames992\"]', NULL, '2024-07-08 13:42:43', '2024-07-08 13:42:43', NULL),
(266, 'lqxz', 'ch_3PaJFLDjokgBOs2y1Nkx7l2o', '0', 'pi_3PaJFLDjokgBOs2y1lEaS8Pu', 'card_1POfPCDjokgBOs2yc02hQnqQ', 'nnnp', 25, 60, 0, '2024-07-08T15:15:06', '2024-07-08T15:22:46', 30, NULL, NULL, NULL, 'completed', 'hhh', '', NULL, NULL, '24.8904129', '67.0911409', 'Karsaz Faisal Cantonment, Karachi, Pakistan', 12, 5, 46, '1', '1', '1', 'admin', '[]', 7, 8.25, 15.25, 1.00, 0.00, 0.00, 10.00, 90.00, 2.78, 11.72, 0.74, 0.00, 0.00, 2.00, '1', '1', '1', '0', '1', '1', '2024-07-08', '[\"test296\",\"beckham-553\",\"brooks232\",\"brooks910\",\"sylvestor-shames992\"]', NULL, '2024-07-08 15:12:46', '2024-07-08 15:12:46', NULL),
(267, '1eutx6', NULL, '0', NULL, 'card_1POfPCDjokgBOs2yc02hQnqQ', '', 0, 0, NULL, NULL, NULL, 30, NULL, NULL, NULL, 'cancelled', 'sssd', '', NULL, NULL, '24.801177978515625', '67.07556709762723', '34 C, Ittehad Commercial Area Phase 6 Defence Housing Authority, Karachi, Karachi City, Sindh 75500, Pakistan', 111, 5, 46, '0', '0', '1', 'admin', '[]', 1, 0.07, 0.12, 1.00, 0.00, 0.00, 10.00, 90.00, 1.71, -1.89, 0.30, 0.00, 0.00, 2.00, '0', '0', '0', '0', '0', '0', '2024-07-08', '[\"brooks232\",\"brooks910\"]', NULL, '2024-07-08 15:20:07', '2024-07-08 15:20:07', NULL),
(268, '2kph2', NULL, '0', NULL, 'card_1POfPCDjokgBOs2yc02hQnqQ', 'hhh', 25, 300, NULL, NULL, NULL, 30, NULL, NULL, NULL, 'cancelled', 'hhggg', '', NULL, NULL, '24.801177978515625', '67.07556709762723', '34 C, Ittehad Commercial Area Phase 6 Defence Housing Authority, Karachi, Karachi City, Sindh 75500, Pakistan', 21, 5, NULL, '0', '0', '1', 'admin', '[]', 300, 0.00, 300.00, 1.00, 0.00, 0.00, 10.00, 90.00, 23.00, 268.00, 9.00, 0.00, 0.00, 2.00, '0', '0', '0', '0', '0', '0', '2024-07-08', '[\"test296\",\"beckham-553\",\"brooks232\",\"brooks910\",\"sylvestor-shames992\"]', NULL, '2024-07-08 15:21:37', '2024-07-08 15:21:37', NULL),
(269, 'kbt8p', NULL, '0', 'pi_3PaJQBDjokgBOs2y0SKWGvfH', 'card_1POfPCDjokgBOs2yc02hQnqQ', 'sess', 2, 60, NULL, NULL, NULL, 30, NULL, NULL, NULL, 'cancelled', 'saa', '', 'nnnj', NULL, '24.801177978515625', '67.0755657733208', '34 C, Ittehad Commercial Area Phase 6 Defence Housing Authority, Karachi, Karachi City, Sindh 75500, Pakistan', 12, 5, 46, '0', '0', '1', 'admin', '[]', 60, 0.07, 60.07, 1.00, 0.00, 0.00, 10.00, 90.00, 5.96, 52.06, 2.04, 0.00, 0.00, 2.00, '1', '0', '0', '1', '0', '0', '2024-07-08', '[\"test296\",\"beckham-553\",\"brooks232\",\"brooks910\",\"sylvestor-shames992\"]', NULL, '2024-07-08 15:24:03', '2024-07-08 15:24:03', NULL),
(270, 'hqx4y', NULL, '0', NULL, 'card_1POfPCDjokgBOs2yc02hQnqQ', 'ssssa', 25, 360, NULL, NULL, NULL, 30, NULL, NULL, NULL, 'cancelled', 'zxzx', '', NULL, NULL, '24.801177978515625', '67.07556589547994', '34 C, Ittehad Commercial Area Phase 6 Defence Housing Authority, Karachi, Karachi City, Sindh 75500, Pakistan', 21, 5, NULL, '0', '0', '1', 'admin', '[]', 360, 0.00, 360.00, 1.00, 0.00, 0.00, 10.00, 90.00, 27.26, 322.00, 10.74, 0.00, 0.00, 2.00, '0', '0', '0', '0', '0', '0', '2024-07-08', '[\"test296\",\"beckham-553\",\"brooks232\",\"brooks910\",\"sylvestor-shames992\"]', NULL, '2024-07-08 15:25:49', '2024-07-08 15:25:49', NULL),
(271, '18v2vm', NULL, '0', NULL, 'card_1PQDXbDjokgBOs2yj5VqzFWa', 'nnm', 0, 300, NULL, NULL, NULL, 30, NULL, NULL, NULL, 'cancelled', 'mlo', '', NULL, NULL, '37.0902', '95.7129', '', 91, 9, NULL, '0', '0', '1', 'admin', '[]', 1, 0.00, 300.00, 1.00, 0.00, 0.00, 10.00, 90.00, 23.00, 268.00, 9.00, 0.00, 0.00, 2.00, '0', '0', '0', '0', '0', '0', '2024-07-08', '[]', NULL, '2024-07-08 17:19:29', '2024-07-08 17:19:29', NULL),
(272, 'vxzde', NULL, '0', NULL, 'card_1PQDXbDjokgBOs2yj5VqzFWa', 'ch', 1, 200, NULL, NULL, NULL, 30, NULL, NULL, NULL, 'cancelled', 'bj', '', NULL, NULL, '37.0902', '95.7129', '', 83, 9, NULL, '0', '0', '1', 'admin', '[]', 1, 0.00, 200.00, 1.00, 0.00, 0.00, 10.00, 90.00, 15.90, 178.00, 6.10, 0.00, 0.00, 2.00, '0', '0', '0', '0', '0', '0', '2024-07-08', '[]', NULL, '2024-07-08 17:20:04', '2024-07-08 17:20:04', NULL),
(273, 'm8e8y', NULL, '0', NULL, 'card_1PQDXbDjokgBOs2yj5VqzFWa', ' j', 1, 75, NULL, NULL, NULL, 30, NULL, NULL, NULL, 'cancelled', 'cho', '', NULL, NULL, '24.801250587506985', '67.07555201110138', '34 C, Ittehad Commercial Area Phase 6 Defence Housing Authority, Karachi, Karachi City, Sindh 75500, Pakistan', 97, 9, NULL, '0', '0', '1', 'admin', '[]', 1, 0.00, 75.00, 1.00, 0.00, 0.00, 10.00, 90.00, 7.03, 65.50, 2.48, 0.00, 0.00, 2.00, '0', '0', '0', '0', '0', '0', '2024-07-08', '[\"beckham-553\",\"brooks232\",\"brooks910\",\"anna168\"]', NULL, '2024-07-08 17:22:01', '2024-07-08 17:22:01', NULL),
(274, '138aao', 'ch_3PaLHVDjokgBOs2y45FkDoDc', '0', 'pi_3PaLHVDjokgBOs2y4NusdhRq', 'card_1PQDXbDjokgBOs2yj5VqzFWa', 'nm', 1, 35, 82, '2024-07-08T17:26:04', '2024-07-08T18:49:52', 30, NULL, NULL, NULL, 'completed', 'bj', '', NULL, NULL, '24.8364815', '67.0496923', 'PNS SHIFA Hospital, Main Korangi Rd, near Kala Pul، Clifton, Karachi, Pakistan', 64, 9, 7, '1', '1', '1', 'admin', '[]', 83, 4.32, 35.00, 1.00, 0.00, 0.00, 10.00, 90.00, 4.18, 29.50, 1.32, 0.00, 0.00, 2.00, '1', '1', '1', '0', '1', '1', '2024-07-08', '[\"test296\",\"beckham-553\",\"brooks232\",\"brooks910\",\"anna168\"]', '2024-07-08 18:51:00', '2024-07-08 17:23:06', '2024-07-08 17:23:06', NULL);

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

--
-- Table structure for table `booking_addons`
--

CREATE TABLE `booking_addons` (
  `id` int(10) UNSIGNED NOT NULL,
  `profession_id` int(10) UNSIGNED DEFAULT NULL,
  `charge_type_id` int(10) UNSIGNED DEFAULT NULL,
  `title` varchar(500) NOT NULL,
  `service_rate` double NOT NULL DEFAULT '0',
  `status` enum('0','1') NOT NULL DEFAULT '1',
  `slug` varchar(150) NOT NULL,
  `created_at` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,
  `updated_at` timestamp NOT NULL DEFAULT '0000-00-00 00:00:00',
  `deleted_at` timestamp NULL DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4;

--
-- Dumping data for table `booking_addons`
--

INSERT INTO `booking_addons` (`id`, `profession_id`, `charge_type_id`, `title`, `service_rate`, `status`, `slug`, `created_at`, `updated_at`, `deleted_at`) VALUES
(1, 30, 3, 'Kitchen & Dishes (Sweep and mop the kitchen, wipe countertops, cabinets, stove, oven, microwave, kitchen table, wash dishes and take out the trash.)', 75, '1', 'kitchen-dishes', '2024-06-20 18:09:09', '0000-00-00 00:00:00', NULL),
(2, 30, 3, 'Laundry (Wash, dry and fold service. Customer must provide all detergent and fabric softener)', 35, '1', 'laundry', '2024-06-20 18:09:09', '0000-00-00 00:00:00', NULL),
(3, 30, 1, 'Holiday/Event Decoration', 75, '1', 'holiday-event-decoration', '2024-06-06 07:13:35', '0000-00-00 00:00:00', NULL),
(4, 38, 3, 'Detail Package (Basic car wash plus Vacuuming and wiping down all surfaces — the seats, headliners, dash, floor, trunk and even the glove compartment – removing all dirt and contaminants.  Stain removal and leather conditioner, as needed. Washing and polishing any glass; such as all windows, mirrors and clear plastics.)', 40, '1', 'detail_package_car_subcompact', '2024-06-25 17:52:43', '0000-00-00 00:00:00', NULL),
(5, 39, 3, 'Detail Package (Basic car wash plus Vacuuming and wiping down all surfaces the seats, headliners, dash, floor, trunk and even the glove compartment – removing all dirt and contaminants.  Stain removal and leather conditioner, as needed. Washing and polishing any glass; such as all windows, mirrors and clear plastics.)', 40, '1', 'detail_package_car_compact', '2024-06-25 14:23:57', '0000-00-00 00:00:00', NULL),
(6, 40, 3, 'Detail Package (Basic car wash plus Vacuuming and wiping down all surfaces the seats, headliners, dash, floor, trunk and even the glove compartment – removing all dirt and contaminants.  Stain removal and leather conditioner, as needed. Washing and polishing any glass; such as all windows, mirrors and clear plastics.)', 40, '1', 'detail_package_car_mid_size', '2024-06-25 18:00:50', '0000-00-00 00:00:00', NULL),
(7, 41, 3, 'Detail Package (Basic car wash plus Vacuuming and wiping down all surfaces the seats, headliners, dash, floor, trunk and even the glove compartment – removing all dirt and contaminants.  Stain removal and leather conditioner, as needed. Washing and polishing any glass; such as all windows, mirrors and clear plastics.)', 40, '1', 'detail_package_car_large', '2024-06-25 18:01:57', '0000-00-00 00:00:00', NULL),
(8, 43, 3, 'Detail Package (Basic truck wash plus Vacuuming and wiping down all surfaces the seats, headliners, dash, floor, trunk and even the glove compartment – removing all dirt and contaminants.  Stain removal and leather conditioner, as needed. Washing and polishing any glass; such as all windows, mirrors and clear plastics.)', 40, '1', 'detail_package_truck_compact', '2024-07-01 17:18:37', '0000-00-00 00:00:00', NULL),
(9, 44, 3, 'Detail Package (Basic truck wash plus Vacuuming and wiping down all surfaces the seats, headliners, dash, floor, trunk and even the glove compartment – removing all dirt and contaminants.  Stain removal and leather conditioner, as needed. Washing and polishing any glass; such as all windows, mirrors and clear plastics.)', 40, '1', 'detail_package_truck_mid_size', '2024-07-01 17:18:05', '0000-00-00 00:00:00', NULL),
(10, 45, 3, 'Detail Package (Basic truck wash plus Vacuuming and wiping down all surfaces the seats, headliners, dash, floor, trunk and even the glove compartment – removing all dirt and contaminants.  Stain removal and leather conditioner, as needed. Washing and polishing any glass; such as all windows, mirrors and clear plastics.)', 40, '1', 'detail_package_truck_large', '2024-07-01 17:17:31', '0000-00-00 00:00:00', NULL),
(11, 46, 3, 'Detail Package (Basic truck wash plus Vacuuming and wiping down all surfaces the seats, headliners, dash, floor, trunk and even the glove compartment – removing all dirt and contaminants.  Stain removal and leather conditioner, as needed. Washing and polishing any glass; such as all windows, mirrors and clear plastics.)', 40, '1', 'detail_package_truck_custom', '2024-07-01 17:16:08', '0000-00-00 00:00:00', NULL),
(12, 48, 3, 'Detail Package (Basic car wash plus Vacuuming and wiping down all surfaces the seats, headliners, dash, floor, trunk and even the glove compartment – removing all dirt and contaminants.  Stain removal and leather conditioner, as needed. Washing and polishing any glass; such as all windows, mirrors and clear plastics.)', 50, '1', 'detail_package_suv_subcompact', '2024-06-25 18:10:49', '0000-00-00 00:00:00', NULL),
(13, 49, 3, 'Detail Package (Basic car wash plus Vacuuming and wiping down all surfaces the seats, headliners, dash, floor, trunk and even the glove compartment – removing all dirt and contaminants.  Stain removal and leather conditioner, as needed. Washing and polishing any glass; such as all windows, mirrors and clear plastics.)', 50, '1', 'detail_package_suv_compact', '2024-06-25 18:16:49', '0000-00-00 00:00:00', NULL),
(14, 50, 3, 'Detail Package (Basic car wash plus Vacuuming and wiping down all surfaces the seats, headliners, dash, floor, trunk and even the glove compartment – removing all dirt and contaminants.  Stain removal and leather conditioner, as needed. Washing and polishing any glass; such as all windows, mirrors and clear plastics.)', 50, '1', 'detail_package_suv_mid_size', '2024-06-25 18:17:15', '0000-00-00 00:00:00', NULL),
(15, 51, 3, 'Detail Package (Basic car wash plus Vacuuming and wiping down all surfaces the seats, headliners, dash, floor, trunk and even the glove compartment – removing all dirt and contaminants.  Stain removal and leather conditioner, as needed. Washing and polishing any glass; such as all windows, mirrors and clear plastics.)', 50, '1', 'detail_package_suv_large', '2024-06-25 18:16:10', '0000-00-00 00:00:00', NULL),
(16, 52, 3, 'Detail Package (Basic car wash plus Vacuuming and wiping down all surfaces the seats, headliners, dash, floor, trunk and even the glove compartment – removing all dirt and contaminants.  Stain removal and leather conditioner, as needed. Washing and polishing any glass; such as all windows, mirrors and clear plastics.)', 50, '1', 'detail_package_suv_extended_length', '2024-06-25 18:25:01', '0000-00-00 00:00:00', NULL),
(17, 54, 3, 'Detail Package (Basic van wash plus Vacuuming and wiping down all surfaces the seats, headliners, dash, floor, trunk and even the glove compartment – removing all dirt and contaminants.  Stain removal and leather conditioner, as needed. Washing and polishing any glass; such as all windows, mirrors and clear plastics.)', 50, '1', 'detail_package_van_mid_size', '2024-06-25 19:57:04', '0000-00-00 00:00:00', NULL),
(18, 55, 3, 'Detail Package (Basic van wash plus Vacuuming and wiping down all surfaces the seats, headliners, dash, floor, trunk and even the glove compartment – removing all dirt and contaminants.  Stain removal and leather conditioner, as needed. Washing and polishing any glass; such as all windows, mirrors and clear plastics.)', 50, '1', 'detail_package_van_large', '2024-06-25 19:58:21', '0000-00-00 00:00:00', NULL),
(19, 56, 3, 'Detail Package (Basic van wash plus Vacuuming and wiping down all surfaces the seats, headliners, dash, floor, trunk and even the glove compartment – removing all dirt and contaminants.  Stain removal and leather conditioner, as needed. Washing and polishing any glass; such as all windows, mirrors and clear plastics.)', 50, '1', 'detail_package_van_conversion', '2024-06-25 19:55:37', '0000-00-00 00:00:00', NULL),
(20, 57, 3, 'Detail Package (Basic van wash plus Vacuuming and wiping down all surfaces the seats, headliners, dash, floor, trunk and even the glove compartment – removing all dirt and contaminants.  Stain removal and leather conditioner, as needed. Washing and polishing any glass; such as all windows, mirrors and clear plastics.)', 50, '1', 'detail_package_van_10_16_passenger', '2024-06-25 19:59:07', '0000-00-00 00:00:00', NULL),
(21, 59, 3, 'Detail Package (Removing all dirt and contaminants.  Stain removal and leather conditioner, as needed. Washing and polishing any glass; such as all windows, mirrors and clear plastics.)', 40, '1', 'detail_package_other_motorcycle', '2024-06-25 19:24:38', '0000-00-00 00:00:00', NULL),
(22, 60, 3, 'Detail Package (Basic golf cart wash plus Vacuuming and wiping down all surfaces the seats, headliners, dash, floor, trunk and even the glove compartment – removing all dirt and contaminants.  Stain removal and leather conditioner, as needed. Washing and polishing any glass; such as all windows, mirrors and clear plastics.)', 40, '1', 'detail_package_other_golf_cart', '2024-06-25 19:47:44', '0000-00-00 00:00:00', NULL),
(23, 61, 3, 'Detail Package (Basic truck wash plus Vacuuming and wiping down all surfaces the seats, headliners, dash, floor, trunk and even the glove compartment – removing all dirt and contaminants.  Stain removal and leather conditioner, as needed. Washing and polishing any glass; such as all windows, mirrors and clear plastics.)', 40, '1', 'detail_package_other_food_truck', '2024-06-25 19:54:44', '0000-00-00 00:00:00', NULL),
(24, 7, 3, 'No of additional persons', 20, '1', '3_1717687677062', '2024-06-07 07:24:06', '2024-06-06 15:27:57', NULL),
(25, 10, 3, 'No of additional persons', 20, '1', '3_1717745112736', '2024-06-07 07:25:12', '2024-06-07 07:25:12', NULL),
(26, 9, 3, 'No of additional persons', 20, '1', '3_1717745164465', '2024-06-07 07:26:04', '2024-06-07 07:26:04', NULL),
(27, 8, 3, 'No of additional persons', 20, '1', '3_1717745216232', '2024-06-07 07:26:56', '2024-06-07 07:26:56', NULL),
(28, 6, 3, 'No of additional persons', 20, '1', '3_1717745287883', '2024-06-07 07:28:07', '2024-06-07 07:28:07', NULL),
(29, 5, 3, 'No of additional persons', 20, '1', '3_1717745318364', '2024-06-07 07:28:38', '2024-06-07 07:28:38', NULL),
(30, 72, 3, 'Swarovski crystals', 5, '1', '3_1717786935350', '2024-06-07 19:02:15', '2024-06-07 19:02:15', NULL),
(31, 72, 3, '3d flowers 2+', 5, '1', '3_1717786935314', '2024-06-07 19:02:15', '2024-06-07 19:02:15', NULL),
(32, 72, 3, 'Charms 2+', 5, '1', '3_1717786935328', '2024-06-07 19:02:15', '2024-06-07 19:02:15', NULL),
(33, 72, 3, 'Ombré  (per finger)', 1, '1', '3_1717786935326', '2024-06-07 19:05:55', '2024-06-07 19:02:15', NULL),
(34, 72, 3, 'Hand painted design (per finger)', 1, '1', '3_1717786935345', '2024-06-07 19:05:55', '2024-06-07 19:02:15', NULL),
(35, 72, 3, 'French tips (per finger)', 1, '1', '3_1717786935355', '2024-06-07 19:05:55', '2024-06-07 19:02:15', NULL),
(36, 72, 3, 'Encapsulated nail (per finger)', 1, '1', '3_1717786935374', '2024-06-07 19:05:55', '2024-06-07 19:02:15', NULL),
(37, 72, 3, 'Small Rhinestones', 0, '1', '3_1717786935343', '2024-06-07 19:02:15', '2024-06-07 19:02:15', NULL),
(38, 73, 3, 'Swarovski crystals', 5, '1', '3_1717787434022', '2024-06-07 19:10:33', '2024-06-07 19:10:33', NULL),
(39, 73, 3, '3d flowers 2+', 5, '1', '3_1717787434010', '2024-06-07 19:10:33', '2024-06-07 19:10:33', NULL),
(40, 73, 3, 'charms 2+', 5, '1', '3_1717787433990', '2024-06-07 19:10:33', '2024-06-07 19:10:33', NULL),
(41, 73, 3, 'Ombré (per finger)', 1, '1', '3_1717787434038', '2024-06-07 19:10:33', '2024-06-07 19:10:33', NULL),
(42, 73, 3, 'Hand painted design (per finger)', 1, '1', '3_1717787433980', '2024-06-07 19:10:33', '2024-06-07 19:10:33', NULL),
(43, 73, 3, 'French tips (per finger)', 1, '1', '3_1717787433962', '2024-06-07 19:10:33', '2024-06-07 19:10:33', NULL),
(44, 73, 3, 'Encapsulated nails (per finger)', 1, '1', '3_1717787433967', '2024-06-07 19:10:33', '2024-06-07 19:10:33', NULL),
(45, 73, 3, 'Small Rhinestones', 0, '1', '3_1717787439732', '2024-06-07 19:12:28', '2024-06-07 19:10:39', NULL),
(46, 73, 3, '3d flowers 2+', 5, '0', '3_1717787439771', '2024-06-07 19:12:28', '2024-06-07 19:10:39', NULL),
(47, 73, 3, 'charms 2+', 5, '0', '3_1717787439742', '2024-06-07 19:12:28', '2024-06-07 19:10:39', NULL),
(48, 73, 3, 'Ombré (per finger)', 1, '0', '3_1717787439702', '2024-06-07 19:12:28', '2024-06-07 19:10:39', NULL),
(49, 73, 3, 'Hand painted design (per finger)', 1, '0', '3_1717787439717', '2024-06-07 19:12:28', '2024-06-07 19:10:39', NULL),
(50, 73, 3, 'French tips (per finger)', 1, '0', '3_1717787439712', '2024-06-07 19:12:28', '2024-06-07 19:10:39', NULL),
(51, 73, 3, 'Encapsulated nails (per finger)', 1, '0', '3_1717787439710', '2024-06-07 19:12:28', '2024-06-07 19:10:39', NULL),
(52, 73, 3, 'Swarovski crystals', 5, '0', '3_1717787443002', '2024-06-07 19:12:28', '2024-06-07 19:10:42', NULL),
(53, 73, 3, '3d flowers 2+', 5, '0', '3_1717787443057', '2024-06-07 19:12:28', '2024-06-07 19:10:43', NULL),
(54, 73, 3, 'charms 2+', 5, '0', '3_1717787443087', '2024-06-07 19:12:28', '2024-06-07 19:10:43', NULL),
(56, 73, 3, 'Swarovski crystals', 5, '0', '3_1717787464202', '2024-06-07 19:12:28', '2024-06-07 19:11:04', NULL),
(57, 73, 3, '3d flowers 2+', 5, '0', '3_1717787464211', '2024-06-07 19:12:28', '2024-06-07 19:11:04', NULL),
(58, 74, 3, 'Swarovski crystals', 5, '1', '3_1717787892337', '2024-06-07 19:18:12', '2024-06-07 19:18:12', NULL),
(59, 74, 3, '3d flowers 2+', 5, '0', '3_1717787892347', '2024-06-07 19:19:24', '2024-06-07 19:18:12', NULL),
(60, 74, 3, 'Charms 2+', 5, '0', '3_1717787892421', '2024-06-07 19:19:24', '2024-06-07 19:18:12', NULL),
(62, 74, 3, 'Swarovski crystals', 5, '0', '3_1717787897403', '2024-06-07 19:19:24', '2024-06-07 19:18:17', NULL),
(63, 74, 3, '3d flowers 2+', 5, '1', '3_1717787897385', '2024-06-07 19:18:17', '2024-06-07 19:18:17', NULL),
(64, 74, 3, 'Charms 2+', 5, '1', '3_1717787897352', '2024-06-07 19:18:17', '2024-06-07 19:18:17', NULL),
(65, 74, 3, 'Ombré (per finger)', 1, '1', '3_1717787897361', '2024-06-07 19:18:17', '2024-06-07 19:18:17', NULL),
(66, 74, 3, 'Hand painted design (per finger)', 1, '1', '3_1717787897432', '2024-06-07 19:18:17', '2024-06-07 19:18:17', NULL),
(67, 74, 3, 'French tips (per finger)', 1, '1', '3_1717787897439', '2024-06-07 19:18:17', '2024-06-07 19:18:17', NULL),
(68, 74, 3, 'Encapsulated nails (per finger)', 1, '1', '3_1717787897345', '2024-06-07 19:18:17', '2024-06-07 19:18:17', NULL),
(69, 74, 3, 'Small Rhinestones', 0, '1', '3_1717788975860', '2024-06-07 19:36:44', '2024-06-07 19:36:15', NULL),
(70, 75, 3, 'Swarovski crystals', 5, '1', '3_1717789153738', '2024-06-07 19:39:13', '2024-06-07 19:39:13', NULL),
(71, 75, 3, '3d flowers 2+', 5, '1', '3_1717789153730', '2024-06-07 19:39:13', '2024-06-07 19:39:13', NULL),
(72, 75, 3, 'Charms 2+', 5, '1', '3_1717789153766', '2024-06-07 19:39:13', '2024-06-07 19:39:13', NULL),
(73, 75, 3, 'Ombré (per finger)', 1, '1', '3_1717789153759', '2024-06-07 19:39:13', '2024-06-07 19:39:13', NULL),
(74, 75, 3, 'Hand painted design (per finger)', 1, '1', '3_1717789153803', '2024-06-07 19:39:13', '2024-06-07 19:39:13', NULL),
(75, 75, 3, 'Frenh tips (per finger)', 1, '1', '3_1717789153764', '2024-06-07 19:39:31', '2024-06-07 19:39:13', NULL),
(77, 75, 3, 'Encapsulated nails (per finger)', 1, '1', '3_1717789205240', '2024-06-07 19:40:05', '2024-06-07 19:40:05', NULL),
(78, 75, 3, 'Small Rhinestones', 0, '1', '3_1717789278179', '2024-06-07 19:42:31', '2024-06-07 19:41:18', NULL),
(79, 78, 1, 'addon on', 1, '1', '1_1717999782625', '2024-06-10 06:09:42', '2024-06-10 06:09:42', NULL),
(80, 79, 1, 'qwerty', 5, '1', '1_1717999920387', '2024-06-10 06:12:00', '2024-06-10 06:12:00', NULL),
(81, 79, 1, 'mko', 0, '1', '1_1717999920309', '2024-06-10 06:12:00', '2024-06-10 06:12:00', NULL),
(82, 79, 1, 'asdfaa', 0, '1', '1_1718000092976', '2024-06-10 06:14:52', '2024-06-10 06:14:52', NULL),
(83, 5, 3, 'Test', 0, '0', '1_1718004808487', '2024-06-12 15:22:05', '2024-06-10 07:33:28', NULL),
(84, 76, 3, 'Swarovski crystals', 5, '1', '3_1718020614559', '2024-06-10 11:56:54', '2024-06-10 11:56:54', NULL),
(85, 76, 3, '3d flowers 2+', 5, '1', '3_1718020614507', '2024-06-10 11:56:54', '2024-06-10 11:56:54', NULL),
(86, 76, 3, 'Charms 2+', 5, '1', '3_1718020614535', '2024-06-10 11:56:54', '2024-06-10 11:56:54', NULL),
(87, 76, 3, 'Ombré (per finger)', 1, '1', '3_1718020614586', '2024-06-10 12:00:44', '2024-06-10 11:56:54', NULL),
(88, 76, 3, 'Hand painted design (per finger) ', 1, '1', '3_1718020844988', '2024-06-10 12:00:44', '2024-06-10 12:00:44', NULL),
(89, 76, 3, 'French tips (per finger)', 1, '1', '3_1718020845027', '2024-06-10 12:00:44', '2024-06-10 12:00:44', NULL),
(90, 76, 3, 'Encapsulated nails (per finger)', 1, '1', '3_1718020845037', '2024-06-10 12:00:44', '2024-06-10 12:00:44', NULL),
(91, 76, 3, 'Small Rhinestones', 0, '1', '3_1718020844984', '2024-06-10 12:00:44', '2024-06-10 12:00:44', NULL),
(92, 77, 3, 'Swarovski crystals', 5, '1', '3_1718021217097', '2024-06-10 12:06:57', '2024-06-10 12:06:57', NULL),
(93, 77, 3, '3d flowers 2+', 5, '1', '3_1718021217043', '2024-06-10 12:06:57', '2024-06-10 12:06:57', NULL),
(94, 77, 3, 'Charms 2+', 5, '1', '3_1718021217125', '2024-06-10 12:06:57', '2024-06-10 12:06:57', NULL),
(95, 77, 3, 'Ombré (per finger)', 1, '1', '3_1718021217103', '2024-06-10 12:06:57', '2024-06-10 12:06:57', NULL),
(96, 77, 3, 'Hand painted design (per finger) ', 1, '1', '3_1718021217131', '2024-06-10 12:06:57', '2024-06-10 12:06:57', NULL),
(97, 77, 3, 'French tips (per finger)', 1, '1', '3_1718021217081', '2024-06-10 12:06:57', '2024-06-10 12:06:57', NULL),
(98, 77, 3, 'Encapsulated nails (per finger)', 1, '1', '3_1718021217047', '2024-06-10 12:06:57', '2024-06-10 12:06:57', NULL),
(99, 77, 3, 'Small Rhinestones', 0, '1', '3_1718021217066', '2024-06-10 12:06:57', '2024-06-10 12:06:57', NULL),
(100, 97, 3, 'Additional braid', 25, '1', '3_1718026170861', '2024-06-10 13:29:30', '2024-06-10 13:29:30', NULL),
(102, 31, 3, 'Kitchen and Dishes (Sweep and mop the kitchen, wipe countertops, cabinets, stove, oven, microwave, kitchen table, wash dishes and take out the trash.)', 75, '1', '3_1718985706308', '2024-06-21 16:01:46', '2024-06-21 16:01:46', NULL),
(103, 31, 3, 'Laundry (Wash, dry and fold service. Customer must provide all detergent and fabric softener.) ', 35, '1', '3_1718985706263', '2024-06-21 16:01:46', '2024-06-21 16:01:46', NULL),
(104, 31, 1, 'Holiday/Event Decoration', 75, '1', '3_1718985706331', '2024-06-21 16:04:46', '2024-06-21 16:01:46', NULL),
(105, 32, 3, 'Kitchen & Dishes (Sweep and mop the kitchen, wipe countertops, cabinets, stove, oven, microwave, kitchen table, wash dishes and take out the trash.)', 75, '1', '3_1718986254873', '2024-06-21 16:10:54', '2024-06-21 16:10:54', NULL),
(106, 32, 3, 'Laundry (Wash, dry and fold service. Customer must provide all detergent and fabric softener)', 35, '1', '3_1718986254854', '2024-06-21 16:10:54', '2024-06-21 16:10:54', NULL),
(107, 32, 1, 'Holiday/Event Decoration', 75, '1', '1_1718986254887', '2024-06-21 16:10:54', '2024-06-21 16:10:54', NULL),
(108, 35, 3, 'Kitchen & Dishes (Sweep and mop the kitchen, wipe countertops, cabinets, stove, oven, microwave, kitchen table, wash dishes and take out the trash.)', 75, '1', '3_1718995176131', '2024-06-21 18:39:36', '2024-06-21 18:39:36', NULL),
(109, 35, 3, 'Laundry (Wash, dry and fold service. Customer must provide all detergent and fabric softener)', 35, '1', '3_1718995176153', '2024-06-21 18:39:36', '2024-06-21 18:39:36', NULL),
(110, 35, 1, 'Holiday/Event Decoration', 75, '1', '1_1718995176127', '2024-06-21 18:39:36', '2024-06-21 18:39:36', NULL),
(111, 34, 3, 'Kitchen & Dishes (Sweep and mop the kitchen, wipe countertops, cabinets, stove, oven, microwave, kitchen table, wash dishes and take out the trash.)', 75, '1', '3_1718995387358', '2024-06-21 18:43:07', '2024-06-21 18:43:07', NULL),
(112, 34, 3, 'Laundry (Wash, dry and fold service. Customer must provide all detergent and fabric softener)', 35, '1', '3_1718995387428', '2024-06-21 18:43:07', '2024-06-21 18:43:07', NULL),
(113, 34, 1, 'Holiday/Event Decoration', 75, '1', '1_1718995387425', '2024-06-21 18:43:07', '2024-06-21 18:43:07', NULL),
(114, 108, 1, 'Non ut doloremque ve', 0, '1', '1_1719215736426', '2024-06-24 07:55:36', '2024-06-24 07:55:36', NULL),
(115, 29, 2, 'Floors (Sweep, mop and/or vacuum.)', 0.12, '1', '2_1719509291171', '2024-07-08 15:33:36', '2024-06-27 17:28:11', NULL),
(116, 29, 2, 'Baseboard, Blinds, Windows', 0, '0', '2_1719932543859', '2024-07-02 15:02:28', '2024-07-02 15:02:23', NULL),
(117, 29, 4, 'Dusting', 35, '0', '4_1719932543931', '2024-07-02 15:02:28', '2024-07-02 15:02:23', NULL),
(118, 29, 3, 'Bathroom (Clean the sink(s), tub, shower, toilet, mirrors, wipe cabinets, sweep & mop the floors and take out the trash. )', 60, '0', '3_1719932543872', '2024-07-02 15:02:28', '2024-07-02 15:02:23', NULL),
(120, 29, 2, 'Baseboard, Blinds, Windows', 0.05, '1', '2_1719932548865', '2024-07-08 15:34:24', '2024-07-02 15:02:28', NULL),
(121, 29, 4, 'Dusting', 35, '1', '4_1719932548902', '2024-07-02 15:02:28', '2024-07-02 15:02:28', NULL),
(122, 29, 3, 'Bathroom (Clean the sink(s), tub, shower, toilet, mirrors, wipe cabinets, sweep & mop the floors and take out the trash. )', 60, '1', '3_1719932548895', '2024-07-02 15:02:28', '2024-07-02 15:02:28', NULL),
(123, 29, 3, 'Half Bathroom (Clean the sink(s), tub, shower, toilet, mirrors, wipe cabinets, sweep & mop the floors and take out the trash. )', 40, '1', '3_1719932548928', '2024-07-02 15:02:28', '2024-07-02 15:02:28', NULL),
(124, 29, 3, 'Kitchen and Dishes (Sweep and mop the kitchen, wipe countertops, cabinets, stove, oven, microwave, kitchen table, wash dishes and take out the trash. )', 75, '1', '3_1719932548913', '2024-07-02 15:02:28', '2024-07-02 15:02:28', NULL),
(125, 29, 3, 'Laundry (Wash, dry and fold service. Customer must provide all detergent and fabric softener.)', 35, '1', '3_1719932548922', '2024-07-02 15:02:28', '2024-07-02 15:02:28', NULL),
(126, 29, 1, 'Holiday/Event Decoration', 75, '1', '1_1719932548911', '2024-07-02 15:02:28', '2024-07-02 15:02:28', NULL),
(127, 109, 1, 'flot', 1, '1', '1_1719991956021', '2024-07-03 07:32:35', '2024-07-03 07:32:35', NULL),
(128, 110, 1, 'Soluta nostrum quibu', 0, '1', '1_1720012643122', '2024-07-03 13:17:23', '2024-07-03 13:17:23', NULL),
(129, 111, 1, 'sdaasd', 0.6, '1', '1_1720193497754', '2024-07-08 13:47:20', '2024-07-05 15:31:37', NULL),
(130, 14, 3, 'sad', 0.5, '1', '1_1720446390135', '2024-07-08 17:04:43', '2024-07-08 13:46:30', NULL),
(131, 107, 3, 'No of additional persons', 20, '1', '3_1720461781009', '2024-07-08 18:03:00', '2024-07-08 18:03:00', NULL);

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

--
-- Table structure for table `booking_complains`
--

CREATE TABLE `booking_complains` (
  `id` int(10) UNSIGNED NOT NULL,
  `user_id` int(10) UNSIGNED DEFAULT NULL,
  `service_provider_id` int(10) UNSIGNED DEFAULT NULL,
  `booking_id` int(10) UNSIGNED DEFAULT NULL,
  `status` enum('0','1') NOT NULL DEFAULT '1',
  `is_read` enum('0','1') NOT NULL DEFAULT '0',
  `message` text NOT NULL,
  `slug` varchar(150) NOT NULL,
  `created_at` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,
  `updated_at` timestamp NOT NULL DEFAULT '0000-00-00 00:00:00',
  `deleted_at` timestamp NULL DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4;

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

--
-- Table structure for table `cashouts`
--

CREATE TABLE `cashouts` (
  `id` int(10) UNSIGNED NOT NULL,
  `slug` varchar(150) NOT NULL,
  `user_id` int(10) UNSIGNED DEFAULT NULL,
  `amount` int(11) NOT NULL,
  `month` varchar(255) NOT NULL,
  `request_status` enum('pending','accepted','rejected') NOT NULL DEFAULT 'pending',
  `status` enum('0','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;

--
-- Dumping data for table `cashouts`
--

INSERT INTO `cashouts` (`id`, `slug`, `user_id`, `amount`, `month`, `request_status`, `status`, `created_at`, `updated_at`, `deleted_at`) VALUES
(1, '1717676489194', 5, 0, '2024-06', 'pending', '0', '2024-06-06 16:21:29', '2024-06-06 12:21:29', NULL);

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

--
-- Table structure for table `charges_types`
--

CREATE TABLE `charges_types` (
  `id` int(10) UNSIGNED NOT NULL,
  `title` varchar(255) NOT NULL,
  `description` text NOT NULL,
  `amount` int(11) NOT NULL,
  `status` enum('0','1') NOT NULL DEFAULT '1',
  `slug` varchar(255) NOT NULL,
  `created_at` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,
  `updated_at` timestamp NOT NULL DEFAULT '0000-00-00 00:00:00',
  `deleted_at` timestamp NULL DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4;

--
-- Dumping data for table `charges_types`
--

INSERT INTO `charges_types` (`id`, `title`, `description`, `amount`, `status`, `slug`, `created_at`, `updated_at`, `deleted_at`) VALUES
(1, 'Hour', 'Booking Charge hourly rate.', 60, '1', 'per_houre', '2024-07-01 08:30:35', '0000-00-00 00:00:00', NULL),
(2, 'Square Feet', 'Booking Charge sq.ft rate.', 1000, '1', 'sq_feet', '2024-06-06 07:13:35', '0000-00-00 00:00:00', NULL),
(3, 'Flat Rate', 'Booking Charge Flat rate.', 60, '1', 'flat_rate', '2024-06-06 07:13:35', '0000-00-00 00:00:00', NULL),
(4, 'Room', 'Room', 100, '1', 'chgs_tps1719242763736', '2024-06-24 19:26:03', '2024-06-24 15:26:03', NULL);

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

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

CREATE TABLE `chats` (
  `id` int(10) UNSIGNED NOT NULL,
  `slug` varchar(150) NOT NULL,
  `target_id` int(10) UNSIGNED DEFAULT NULL,
  `sender_id` int(10) UNSIGNED DEFAULT NULL,
  `booking_id` int(10) UNSIGNED DEFAULT NULL,
  `message` varchar(255) DEFAULT NULL,
  `file` varchar(255) DEFAULT NULL,
  `seen` enum('0','1') NOT NULL DEFAULT '0',
  `delivered` enum('0','1') NOT NULL DEFAULT '0',
  `type` enum('text','image','video','file') NOT NULL DEFAULT 'text',
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL,
  `deleted_at` timestamp NULL DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4;

--
-- Dumping data for table `chats`
--

INSERT INTO `chats` (`id`, `slug`, `target_id`, `sender_id`, `booking_id`, `message`, `file`, `seen`, `delivered`, `type`, `created_at`, `updated_at`, `deleted_at`) VALUES
(25, '1718409961783', 11, 10, 144, 'Hey can I pay you outside the app?', NULL, '1', '1', 'text', '2024-06-15 00:06:01', '2024-06-15 00:06:01', NULL),
(26, '1718409998197', 11, 10, 144, '9 1 0 6 fhj 3 8 5689', NULL, '1', '1', 'text', '2024-06-15 00:06:38', '2024-06-15 00:06:38', NULL),
(27, '1719216768439', 14, 26, 155, 'Hhhhh', NULL, '1', '1', 'text', '2024-06-24 08:12:48', '2024-06-24 08:12:48', NULL),
(28, '1719216773411', 26, 14, 155, 'Nnnmj', NULL, '1', '1', 'text', '2024-06-24 08:12:53', '2024-06-24 08:12:53', NULL),
(29, '1719216810623', 14, 26, 155, 'Jjjj', NULL, '1', '1', 'text', '2024-06-24 08:13:30', '2024-06-24 08:13:30', NULL),
(30, '1719216817308', 26, 14, 155, 'Nnnm', NULL, '1', '1', 'text', '2024-06-24 08:13:37', '2024-06-24 08:13:37', NULL),
(31, '1719217061276', 14, 26, 155, 'Vgf', NULL, '1', '1', 'text', '2024-06-24 08:17:41', '2024-06-24 08:17:41', NULL),
(32, '1719493594428', 28, 14, 171, 'Xxxx', NULL, '1', '1', 'text', '2024-06-27 13:06:34', '2024-06-27 13:06:34', NULL),
(33, '1719493603855', 14, 28, 171, 'Ttty', NULL, '1', '1', 'text', '2024-06-27 13:06:43', '2024-06-27 13:06:43', NULL),
(34, '1719493607699', 28, 14, 171, 'Kkjzjzp', NULL, '1', '1', 'text', '2024-06-27 13:06:47', '2024-06-27 13:06:47', NULL),
(35, '1719595560770', 2, 3, 165, 'Hey', NULL, '1', '1', 'text', '2024-06-28 17:26:00', '2024-06-28 17:26:00', NULL),
(36, '1719595616473', 3, 2, 165, 'Yo', NULL, '1', '1', 'text', '2024-06-28 17:26:56', '2024-06-28 17:26:56', NULL),
(37, '1719595621771', 3, 2, 165, 'Sup😂', NULL, '1', '1', 'text', '2024-06-28 17:27:01', '2024-06-28 17:27:01', NULL),
(38, '1719819805114', 2, 3, 165, 'Vmfgixufuch hcjcjcj jcjc', NULL, '1', '1', 'text', '2024-07-01 07:43:25', '2024-07-01 07:43:25', NULL),
(39, '1719819812175', 2, 3, 165, 'Uggigc cjcci kgjgfoy jckhfu jgckgx', NULL, '1', '1', 'text', '2024-07-01 07:43:32', '2024-07-01 07:43:32', NULL),
(40, '1719823214262', 28, 29, 175, 'Bbbb', NULL, '1', '1', 'text', '2024-07-01 08:40:14', '2024-07-01 08:40:14', NULL),
(41, '1719823229678', 28, 29, 175, 'Uhu', NULL, '1', '1', 'text', '2024-07-01 08:40:29', '2024-07-01 08:40:29', NULL),
(42, '1719823243000', 28, 29, 175, 'Mmmmm', NULL, '1', '1', 'text', '2024-07-01 08:40:43', '2024-07-01 08:40:43', NULL),
(43, '1719823363027', 29, 28, 175, 'Fgf', NULL, '1', '1', 'text', '2024-07-01 08:42:43', '2024-07-01 08:42:43', NULL),
(44, '1719823394864', 28, 29, 175, 'Hjjj', NULL, '1', '1', 'text', '2024-07-01 08:43:14', '2024-07-01 08:43:14', NULL),
(45, '1719828952603', 2, 3, 165, 'Gccycyc. Gcgc', NULL, '1', '1', 'text', '2024-07-01 10:15:52', '2024-07-01 10:15:52', NULL),
(46, '1719828976083', 3, 2, 165, 'Htyytggttggggg gggft', NULL, '1', '1', 'text', '2024-07-01 10:16:16', '2024-07-01 10:16:16', NULL),
(47, '1719829108826', 2, 3, 165, 'Hehxhwhxh ', NULL, '1', '1', 'text', '2024-07-01 10:18:28', '2024-07-01 10:18:28', NULL),
(48, '1719829861484', 3, 2, 165, 'Test description of the project to the highest bid ', NULL, '0', '0', 'text', '2024-07-01 10:31:01', '2024-07-01 10:31:01', NULL),
(49, '1719830221481', 3, 2, 165, '5655yy I will also the 1500s of all ', NULL, '0', '0', 'text', '2024-07-01 10:37:01', '2024-07-01 10:37:01', NULL),
(50, '1719830295089', 3, 2, 165, 'Hhhvvvvvvv hgggv', NULL, '0', '0', 'text', '2024-07-01 10:38:15', '2024-07-01 10:38:15', NULL),
(51, '1719969449181', 11, 10, 219, 'Mark done please ', NULL, '0', '0', 'text', '2024-07-03 01:17:29', '2024-07-03 01:17:29', NULL),
(52, '1720123732922', 11, 10, 227, '@', NULL, '0', '0', 'text', '2024-07-04 20:08:52', '2024-07-04 20:08:52', NULL),
(53, '1720459455286', 9, 7, 274, 'Hii', NULL, '1', '1', 'text', '2024-07-08 17:24:15', '2024-07-08 17:24:15', NULL),
(54, '1720459471521', 9, 7, 274, 'Hii', NULL, '1', '1', 'text', '2024-07-08 17:24:31', '2024-07-08 17:24:31', NULL),
(55, '1720459479340', 7, 9, 274, 'Hiii', NULL, '1', '1', 'text', '2024-07-08 17:24:39', '2024-07-08 17:24:39', NULL),
(56, '1720459492793', 7, 9, 274, 'Hii', NULL, '1', '1', 'text', '2024-07-08 17:24:52', '2024-07-08 17:24:52', NULL),
(57, '1720464659860', 7, 9, 274, 'Ggg', NULL, '1', '1', 'text', '2024-07-08 18:50:59', '2024-07-08 18:50:59', NULL);

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

--
-- Table structure for table `cms_modules`
--

CREATE TABLE `cms_modules` (
  `id` int(10) UNSIGNED NOT NULL,
  `parent_id` int(11) DEFAULT '0',
  `name` varchar(100) DEFAULT NULL,
  `route_name` varchar(100) DEFAULT NULL,
  `icon` varchar(100) DEFAULT NULL,
  `status` enum('1','0') DEFAULT '1',
  `sort_order` decimal(8,2) 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;

--
-- Dumping data for table `cms_modules`
--

INSERT INTO `cms_modules` (`id`, `parent_id`, `name`, `route_name`, `icon`, `status`, `sort_order`, `created_at`, `updated_at`, `deleted_at`) VALUES
(1, 0, 'Cms Roles Management', 'cms-roles-management.index', 'fa fa-key', '1', 1.00, '2024-06-06 07:13:35', NULL, NULL),
(2, 0, 'Cms Users Management', 'cms-users-management.index', 'fa fa-users', '1', 2.00, '2024-06-06 07:13:35', NULL, NULL),
(3, 0, 'Application Setting', 'admin.application-setting', 'fa fa-cog', '1', 3.00, '2024-06-06 07:13:35', NULL, NULL),
(4, 0, 'Users Management', 'app-users.index', 'fa fa-users', '1', 4.00, '2024-06-06 07:13:35', NULL, NULL),
(5, 0, 'Content Management', 'content-management.index', 'fa fa-tasks', '1', 5.00, '2024-06-06 07:13:35', NULL, NULL),
(6, 0, 'FAQ\'s', 'faq.index', 'fa fa-question-circle-o', '1', 6.00, '2024-06-06 07:13:35', NULL, NULL);

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

--
-- Table structure for table `cms_module_permissions`
--

CREATE TABLE `cms_module_permissions` (
  `id` int(10) UNSIGNED NOT NULL,
  `user_group_id` int(10) UNSIGNED DEFAULT NULL,
  `user_id` int(10) UNSIGNED DEFAULT NULL,
  `cms_module_id` int(10) UNSIGNED DEFAULT NULL,
  `is_add` enum('1','0') DEFAULT '0',
  `is_view` enum('1','0') DEFAULT '0',
  `is_update` enum('1','0') DEFAULT '0',
  `is_delete` enum('1','0') 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;

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

--
-- Table structure for table `contact_us`
--

CREATE TABLE `contact_us` (
  `id` int(10) UNSIGNED NOT NULL,
  `slug` varchar(255) NOT NULL,
  `name` varchar(255) NOT NULL,
  `email` varchar(255) NOT NULL,
  `message` text NOT NULL,
  `status` enum('0','1') NOT NULL DEFAULT '1',
  `user_id` int(10) UNSIGNED DEFAULT NULL,
  `created_at` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,
  `updated_at` timestamp NOT NULL DEFAULT '0000-00-00 00:00:00',
  `deleted_at` timestamp NULL DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4;

--
-- Dumping data for table `contact_us`
--

INSERT INTO `contact_us` (`id`, `slug`, `name`, `email`, `message`, `status`, `user_id`, `created_at`, `updated_at`, `deleted_at`) VALUES
(1, '1718263599617', 'jdjdj', 'abc@yy.jjj', 'ajaksks', '1', 6, '2024-06-13 11:26:39', '2024-06-13 07:26:39', NULL),
(2, '1718263653483', 'service provider', 'sp1@yopmail.com', 'bdjdjd dbdbdndj', '1', 6, '2024-06-13 11:27:33', '2024-06-13 07:27:33', NULL),
(3, '1718263757970', 'user', 'user1@yopmail.com', 'djjddj', '1', 26, '2024-06-13 11:29:17', '2024-06-13 07:29:17', NULL);

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

--
-- Table structure for table `content_managements`
--

CREATE TABLE `content_managements` (
  `id` int(10) UNSIGNED NOT NULL,
  `title` varchar(150) NOT NULL,
  `slug` varchar(150) NOT NULL,
  `content` text,
  `status` enum('1','0') 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;

--
-- Dumping data for table `content_managements`
--

INSERT INTO `content_managements` (`id`, `title`, `slug`, `content`, `status`, `created_at`, `updated_at`, `deleted_at`) VALUES
(1, 'About US', 'about-us', 'Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.', '1', '2024-06-06 07:13:35', NULL, NULL),
(2, 'Privacy Policy', 'privacy-policy', '<p>Welcome to Tonzii! This privacy policy explains how we collect, use, disclose, and protect your personal information when you use our mobile application, Tonzii, and the services provided therein (&quot;the App&quot;).<br />\r\n<br />\r\nBy using the App, you consent to the practices described in this privacy policy. If you do not agree with this policy, please do not use the App.<br />\r\n<br />\r\n<strong>1. Information We Collect</strong><br />\r\n<br />\r\n<strong>1.1. Personal Information: </strong>We may collect personal information from you when you use the App. This may include but is not limited to:<br />\r\n&bull; Name<br />\r\n&bull; Email address<br />\r\n&bull; Phone number<br />\r\n&bull; Date of birth<br />\r\n&bull; Location data<br />\r\n&bull; Payment information (if applicable)<br />\r\n&bull; User-generated content (e.g., photos, messages)<br />\r\n<br />\r\n<strong>1.2. Automatically Collected Information</strong>: When you use the App, certain information is automatically collected, including but not limited to:<br />\r\n&bull; Device information (e.g., device type, operating system)<br />\r\n&bull; Log data (e.g., IP address, access times)<br />\r\n&bull; Usage data (e.g., pages visited, features used)<br />\r\n&bull; Cookies and similar technologies (see our &quot;Cookie Policy&quot; for more information)<br />\r\n<br />\r\n<strong>2. How We Use Your Information</strong><br />\r\nWe may use the collected information for the following purposes:<br />\r\n&bull; Providing the services offered by the App.<br />\r\n&bull; Personalizing and improving user experience.<br />\r\n&bull; Communicating with you about the App and its updates.<br />\r\n&bull; Responding to your inquiries and providing support.<br />\r\n&bull; Processing transactions (if applicable) and sending transactional notifications.<br />\r\n&bull; Conducting analytics to improve the App&#39;s performance and features.<br />\r\n&bull; Complying with legal obligations and enforcing our rights.<br />\r\n<br />\r\n<strong>3. How We Share Your Information</strong><br />\r\nWe may share your information in the following circumstances:<br />\r\n&bull; With service providers who assist in operating the App and providing services to you (e.g., hosting, customer support).<br />\r\n&bull; With third-party partners or service providers to offer additional features or promotions to you.<br />\r\n&bull; If required by law, in response to a legal process, or to protect our rights or the rights of others.<br />\r\n&bull; In connection with a merger, acquisition, or sale of all or a portion of our assets.<br />\r\n<br />\r\n<strong>4. Your Choices</strong><br />\r\n<br />\r\n<strong>4.1. Account Information:</strong> You may review and update your account information within the App. If you wish to delete your account, please contact us at&nbsp;<a href=\"mailto:info@tonzii.com\"><strong>info@tonzii.com.</strong></a><br />\r\n<br />\r\n<strong>4.2. Communication Preferences:</strong> You can choose to receive promotional communications from us by adjusting your communication preferences within the App or by following the opt-out instructions provided in the communication.<br />\r\n<br />\r\n<strong>4.3. Location Data: </strong>You can control the App&#39;s access to your location data through your device settings.<br />\r\n<br />\r\n<strong>5. Security</strong><br />\r\nWe take reasonable measures to protect your personal information from unauthorized access, loss, misuse, or alteration. However, please understand that no security measure is 100% secure, and we cannot guarantee the absolute security of your information.<br />\r\n<br />\r\n<strong>6. Children&#39;s Privacy </strong><br />\r\nThe App is not intended for use by children under the age of 18. If you are a parent or guardian and believe that we may have collected information about a child, please contact us at <a href=\"mailto:info@tonzii.com\"><strong>info@tonzii.com</strong></a>, and we will promptly address the issue.<br />\r\n<br />\r\n<strong>7. Changes to this Privacy Policy </strong><br />\r\nWe may update this privacy policy from time to time. The latest version will be posted within the App, and the effective date will be revised accordingly. We encourage you to review this policy periodically.<br />\r\n<br />\r\n<strong>8. Security</strong><br />\r\nTonzii will use industry-standard security to safeguard and protect client data.<br />\r\n<br />\r\n<strong>9. Contact Us</strong><br />\r\nIf you have any questions or concerns regarding this privacy policy or your personal information, please contact us at:<br />\r\n<br />\r\n<a href=\"mailto:info@tonzii.com\"><strong>info@tonzii.com</strong></a><br />\r\n<strong>(910) 916-0638</strong></p>\r\n', '1', '2024-06-06 07:13:35', NULL, NULL),
(3, 'Terms & Conditions', 'terms-conditions', '<p><br />\r\n<strong>Terms and Conditions for Tonzii - Users</strong></p>\r\n\r\n<p>Welcome to Tonzii! These Terms and Conditions (&quot;Terms&quot;) govern your use of the Tonzii mobile application and its services, which connect you with providers offering personal services.&nbsp; Please read these Terms carefully before using our app. By accessing or using Tonzii, you agree to be bound by these Terms. If you do not agree to these Terms, please refrain from using the app.<br />\r\n&nbsp;</p>\r\n\r\n<p><strong>1. Definitions</strong></p>\r\n\r\n<p><strong>1.1</strong> &quot;App&quot; refers to the Tonzii mobile application and any related websites or services.</p>\r\n\r\n<p><strong>1.2</strong> &quot;Provider&quot; refers to the independent third-party individuals or entities offering personal services through Tonzii.</p>\r\n\r\n<p><strong>1.3</strong> &quot;User&quot; or &quot;You&quot; refers to any individual who uses the app to request or receive transportation services.</p>\r\n\r\n<p><strong>1.4</strong> &ldquo;Tonzii&rdquo; refers to the application, the developer, the administration, and the employees of the company.</p>\r\n\r\n<p>&nbsp;</p>\r\n\r\n<p><strong>2. Use of the App</strong></p>\r\n\r\n<p><strong>2.1 Eligibility:</strong> You must be at least 18 years old and have the legal capacity to enter into a contract to use Tonzii. By using the app, you represent and warrant that you meet these eligibility criteria.</p>\r\n\r\n<p><strong>2.2 Account Registration:</strong> To use Tonzii, you must create an account. You agree to provide accurate and up-to-date information during the registration process and to keep your account credentials secure. You are solely responsible for any activity that occurs on your account.</p>\r\n\r\n<p><strong>2.3 Prohibited Activities:</strong> You agree not to engage in any illegal, fraudulent, or harmful activities while using the app. Additionally, you shall not attempt to interfere with the app&#39;s proper functioning, including attempting to access accounts, systems, or data without authorization.</p>\r\n\r\n<p><strong>2.4</strong> Miss use of the app can result in suspension from the platform, or a ban on use from Tonzii, at the sole discretion of the administration or developer.</p>\r\n\r\n<p>&nbsp;</p>\r\n\r\n<p><strong>3. Service Requests</strong></p>\r\n\r\n<p><strong>3.1 Requesting a Service</strong>: When you request a service, Tonzii will connect you with a nearby Provider who may fulfill your request. However, Tonzii does not guarantee the availability of Providers at all times.</p>\r\n\r\n<p><strong>3.2 Service Acceptance:</strong> Providers have the discretion to accept or decline service requests. If a Provider declines your request, Tonzii will attempt to find an alternative match.</p>\r\n\r\n<p><strong>3.3 Reviews: </strong>You will be provided an opportunity to review the services which have been rendered by a Provider. These reviews will assist other Users as well as the administration in determining the suitability of the provider.</p>\r\n\r\n<p>&nbsp;</p>\r\n\r\n<p><strong>4. Payments</strong></p>\r\n\r\n<p><strong>4.1 Fee Calculation:</strong> The fee for each service will be calculated based on distance, time, service provided and any additional charges as specified in the app. The estimated fee will be provided upon booking. If the scope of services changes after the service is booked, the provider has the ability to cancel the booking or adjust the fee charge.</p>\r\n\r\n<p><strong>4.2 Payment Authorization: </strong>By using Tonzii, you authorize the app to charge your chosen payment method for the total fee which includes the base fee, additional charges, applicable taxes, and any tips.</p>\r\n\r\n<p><strong>4.3 Refunds: </strong>In case of cancellation or any issue with the service, Tonzii may issue refunds in accordance with our Refund Policy.</p>\r\n\r\n<p>&nbsp;</p>\r\n\r\n<p><strong>5. Ratings and Reviews</strong></p>\r\n\r\n<p><strong>5.1 Feedback:</strong> After each service, you have the option to rate and review the Provider. We encourage honest and fair feedback to maintain the quality of our services.</p>\r\n\r\n<p><strong>5.2 Inappropriate Content:</strong> You agree not to submit any content that is false, defamatory, offensive, or violates the rights of others. Tonzii reserves the right to remove any inappropriate content.</p>\r\n\r\n<p>&nbsp;</p>\r\n\r\n<p><strong>6. Liability and Disputes</strong></p>\r\n\r\n<p><strong>6.1 Limitation of Liability:</strong> Tonzii shall not be liable for any direct, indirect, incidental, special, or consequential damages arising out of your use of the app or services.</p>\r\n\r\n<p><strong>6.2 Disputes with Providers: </strong>Any disputes or issues with a Provider&#39;s services must be resolved directly with the Provider. Tonzii will not be responsible for any such disputes.</p>\r\n\r\n<p><strong>6.3 Binding Arbitration: </strong>By use of this service you agree to arbitrate any and all disputes involving Tonzii or your use there of in ___(city)_____________, _____(state)___, with a mutually agreed certified arbitrator.<br />\r\n&nbsp;</p>\r\n\r\n<p><strong>7. Modifications to the Terms</strong></p>\r\n\r\n<p><strong>7.1 Changes to the Terms:</strong> Tonzii may update these Terms from time to time. We will notify you of any material changes through the app or by other means. Your continued use of the app after such modifications constitutes your acceptance of the updated Terms.</p>\r\n\r\n<p>&nbsp;</p>\r\n\r\n<p><strong>8. Termination</strong></p>\r\n\r\n<p><strong>8.1 Termination by Tonzii: </strong>Tonzii reserves the right to terminate your access to the app for any reason, with or without notice.</p>\r\n\r\n<p><strong>8.2 Termination by You:</strong> You may stop using Tonzii at any time by deleting or suspending your account.</p>\r\n\r\n<p>&nbsp;</p>\r\n\r\n<p><strong>9. Governing Law and Jurisdiction</strong></p>\r\n\r\n<p><strong>9.1 Governing Law:</strong> These Terms shall be governed by and construed in accordance with the laws of the state of North Carolina, without regard to its conflicts of law principles.</p>\r\n\r\n<p><strong>9.2 Jurisdiction:</strong> Any disputes arising from or relating to these Terms shall be subject to the exclusive jurisdiction of the courts in the state of North Carolina.<br />\r\n<br />\r\n&nbsp;</p>\r\n\r\n<p><strong>Terms and Conditions for Tonzii - Service Providers</strong></p>\r\n\r\n<p>Welcome to Tonzii! These Terms and Conditions (&quot;Terms&quot;) govern your use of the Tonzii mobile application and its services, which allow you to offer personal services to customers. Please read these Terms carefully before using our app. By accessing or using Tonzii, you agree to be bound by these Terms. If you do not agree to these Terms, please refrain from using the app.<br />\r\n&nbsp;</p>\r\n\r\n<p><strong>1. Definitions</strong></p>\r\n\r\n<p><strong>1.1 </strong>&quot;App&quot; refers to the Tonzii mobile application and any related websites or services.</p>\r\n\r\n<p><strong>1.2</strong> &quot;Tonzii&quot; refers to the company providing the app and service platform.</p>\r\n\r\n<p><strong>1.3</strong> &quot;User&quot; or &quot;Customer&quot; refers to any individual who uses the app to request or receive services.<br />\r\n&nbsp;</p>\r\n\r\n<p><strong>2. Use of the App</strong></p>\r\n\r\n<p><strong>2.1 Eligibility:</strong> You must be at least 18 years old to use Tonzii as a service provider. By using the app, you represent and warrant that you meet these eligibility criteria.</p>\r\n\r\n<p><strong>2.2 Account Registration:</strong> To become a service provider on Tonzii, you must create an account and provide accurate and up-to-date information during the registration process. You are responsible for maintaining the security of your account and login credentials.</p>\r\n\r\n<p><strong>2.3 Background Checks: </strong>As a service provider, you consent to undergo background checks, including driving records and criminal history checks, to ensure compliance with safety standards.</p>\r\n\r\n<ul>\r\n	<li>You agree to provide to Tonzii all necessary information to complete a background investigation and to update the background investigation from time to time as required by Tonnzii.</li>\r\n	<li>That in the course of providing services, providers will gain access to customers&#39; homes. Because of the access provided Tonzii may request to run credit checks on providers. You agree to provide all necessary information to conduct a credit check.</li>\r\n	<li>Failure to provide the information, deemed by Tonzii, to be necessary to conduct required investigations will result in suspension from the platform.</li>\r\n	<li>You understand that you have a duty to self-report to Tonzii any criminal charges whether pending or fully adjudicated within 48 hours of the action or prior to providing any new services.&nbsp;<br />\r\n	&nbsp;</li>\r\n</ul>\r\n\r\n<p><strong>3. Providing Services</strong></p>\r\n\r\n<p><strong>3.1 Accepting Service Requests:</strong> When you receive a service request from a User, you may choose to accept or decline the request based on your availability and location.</p>\r\n\r\n<p><strong>3.2 Service Fulfillment:</strong> If you accept a service request, you agree to provide safe and efficient services to the Customer.</p>\r\n\r\n<p><strong>3.3 Service Standards:</strong> As a service provider, you shall adhere to all applicable laws and regulations governing transportation services, including safety requirement standards.<br />\r\n&nbsp;</p>\r\n\r\n<p><strong>4. Payments</strong></p>\r\n\r\n<p><strong>4.1 Earnings:</strong> As a service provider, you will earn a fare for each completed service, which will be determined based on the service, distance, time, and additional charges, as specified in the app.</p>\r\n\r\n<p><strong>4.2 Payment Processing:</strong> Tonzii will facilitate the collection of fares from Users and the distribution of earnings to service providers via the app.</p>\r\n\r\n<p><strong>4.3 Disputes</strong>: In case of any payment disputes, Tonzii will mediate between the parties to resolve the issue fairly.<br />\r\n&nbsp;</p>\r\n\r\n<p><strong>5. Ratings and Reviews</strong></p>\r\n\r\n<p><strong>5.1 Feedback: </strong>After each service, Users may rate and review your performance. You acknowledge that these ratings and reviews may affect your standing as a service provider on Tonzii.</p>\r\n\r\n<p><strong>5.2 Inappropriate Content:</strong> Users are not allowed to submit false, defamatory, offensive, or inappropriate content in their reviews. Tonzii reserves the right to remove any such content.</p>\r\n\r\n<p><strong>5.3 User Reviews:</strong> You have a duty to report to Tonzii any actions by a User that are inappropriate or a violation of the terms of use.<br />\r\n&nbsp;</p>\r\n\r\n<p><strong>6. Insurance and Liability</strong></p>\r\n\r\n<p><strong>6.1 Insurance Coverage: </strong>You are responsible for maintaining valid and adequate insurance coverage required for the specialty area of your service. You agree to list Tonzi as an additional insured on said policy.</p>\r\n\r\n<p><strong>6.2 Limitation of Liability:</strong> While Tonzii strives to provide a reliable platform, we shall not be liable for any damages, injuries, or losses arising from your use of the app or services.<br />\r\n&nbsp;</p>\r\n\r\n<p><strong>7. Modifications to the Terms</strong></p>\r\n\r\n<p><strong>7.1 Changes to the Terms:</strong> Tonzii may update these Terms from time to time. We will notify you of any material changes through the app or by other means. Your continued use of the app after such modifications constitutes your acceptance of the updated Terms.<br />\r\n&nbsp;</p>\r\n\r\n<p><strong>8. Termination</strong></p>\r\n\r\n<p><strong>8.1 Termination by Tonzii:</strong> Tonzii reserves the right to terminate your access to the app and services for any reason, with or without notice.</p>\r\n\r\n<p><strong>8.2 Termination by You: </strong>You may stop using Tonzii as a service provider at any time by deactivating your account.<br />\r\n&nbsp;</p>\r\n\r\n<p><strong>9. Governing Law and Jurisdiction</strong></p>\r\n\r\n<p><strong>9.1 Governing Law:</strong> These Terms shall be governed by and construed in accordance with the laws of the state of North Carolina, without regard to its conflicts of law principles.</p>\r\n\r\n<p><strong>9.2 Jurisdiction: </strong>Any disputes arising from or relating to these Terms shall be subject to the exclusive jurisdiction of the courts in the state of North Carolina.<br />\r\n&nbsp;</p>\r\n\r\n<p><strong>10. Restirction on Use:</strong></p>\r\n\r\n<p><strong>10.1 </strong>You agree to provide services that are beneficial in nature to the clients.</p>\r\n\r\n<p><strong>10.2</strong> You agree that you will not provide any services that are immoral, illegal, or reflect negatively upon Tonzii.</p>\r\n\r\n<p><strong>10.3</strong>&nbsp;Failure to adhere to the restriction of use will result in termination from the platform and a restriction on your ability to enroll.<br />\r\n&nbsp;</p>\r\n\r\n<p><strong>11. Disputes</strong></p>\r\n\r\n<p><strong>11.1</strong> Any disputes that arise for the use of Tonzii, payment for services, or terms of use shall be mediated in the State of North Carolina by a mediator approved by the Courts of North Carolina. This administrative remedy must be fully exhausted before any action may be brought in the Courts.</p>\r\n\r\n<p><strong>11.2</strong> Parties hereto agree that the Laws of the State of North Carolina shall be proper regardless of the&nbsp; Conflicts of law.</p>\r\n\r\n<p><strong>11.3 </strong>You agree that the Courts of the state of North Carolina are the proper jurisdiction and venue for the resolution of any disputes with Tonzii.&nbsp;</p>\r\n\r\n<p>&nbsp;</p>\r\n\r\n<p>Thank you for using Tonzii! If you have any questions or concerns, please contact our support team at [<a href=\"mailto:info@tonzii.com\"><strong>info@tonzii.com</strong></a>&nbsp;<strong>/ (910) 916-0638</strong>].</p>\r\n', '1', '2024-06-06 07:13:35', NULL, NULL),
(4, 'Help & Usage', 'faq', '<p>&nbsp;</p>\r\n\r\n<ul>\r\n	<li><strong>&nbsp;Eligibility:</strong> You must be at least 18 years old and have the legal capacity to enter into a contract to use Tonzii. By using the app, you represent and warrant that you meet these eligibility criteria.</li>\r\n	<li><strong>Account Registration: </strong>To use Tonzii, you must create an account. You agree to provide accurate and up-to-date information during the registration process and to keep your account credentials secure. You are solely responsible for any activity that occurs on your account.</li>\r\n	<li><strong>Prohibited Activities: </strong>You agree not to engage in any illegal, fraudulent, or harmful activities while using the app. Additionally, you shall not attempt to interfere with the app&#39;s proper functioning, including attempting to access accounts, systems, or data without authorization.</li>\r\n	<li>Miss use of the app can result in suspension from the platform, or a ban on use from Tonzii, at the sole discretion of the administration or developer.<br />\r\n	<br />\r\n	If you have any questions or concerns, please contact our support team at [<a href=\"mailto:info@tonzii.com\"><strong>info@tonzii.com</strong></a>&nbsp;<strong>/ (910) 916-0638</strong>].</li>\r\n</ul>\r\n', '1', '2024-06-06 07:13:35', NULL, NULL);

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

--
-- Table structure for table `faqs`
--

CREATE TABLE `faqs` (
  `id` int(10) UNSIGNED NOT NULL,
  `slug` varchar(200) NOT NULL,
  `question` text NOT NULL,
  `answer` text 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;

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

--
-- Table structure for table `media`
--

CREATE TABLE `media` (
  `id` int(10) UNSIGNED NOT NULL,
  `module` varchar(100) NOT NULL,
  `module_id` int(11) NOT NULL,
  `filename` varchar(200) NOT NULL,
  `original_name` varchar(200) NOT NULL,
  `file_url` text NOT NULL,
  `file_url_blur` varchar(200) NOT NULL,
  `thumbnail_url` text,
  `mime_type` varchar(255) DEFAULT NULL,
  `file_type` varchar(255) DEFAULT NULL,
  `driver` varchar(50) NOT NULL DEFAULT 'local',
  `media_type` enum('public','private') NOT NULL DEFAULT 'public',
  `meta` text,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL,
  `deleted_at` timestamp NULL DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4;

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

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

CREATE TABLE `notifications` (
  `id` int(10) UNSIGNED NOT NULL,
  `unique_id` varchar(200) NOT NULL,
  `identifier` varchar(200) NOT NULL,
  `actor_id` int(10) UNSIGNED DEFAULT NULL,
  `target_id` int(10) UNSIGNED DEFAULT NULL,
  `module` varchar(100) NOT NULL,
  `module_id` int(11) NOT NULL,
  `module_slug` varchar(100) NOT NULL,
  `reference_module` varchar(255) DEFAULT NULL,
  `reference_id` int(11) DEFAULT NULL,
  `reference_slug` varchar(100) DEFAULT NULL,
  `title` varchar(255) DEFAULT NULL,
  `description` text,
  `web_redirect_link` text,
  `is_badge` enum('1','0') NOT NULL DEFAULT '0',
  `is_read` enum('1','0') NOT NULL DEFAULT '0',
  `is_view` enum('1','0') 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;

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

INSERT INTO `notifications` (`id`, `unique_id`, `identifier`, `actor_id`, `target_id`, `module`, `module_id`, `module_slug`, `reference_module`, `reference_id`, `reference_slug`, `title`, `description`, `web_redirect_link`, `is_badge`, `is_read`, `is_view`, `created_at`, `updated_at`, `deleted_at`) VALUES
(1, '385f6af8ec6cd32a4a85261a1493f884', 'pending', 2, 3, 'bookings', 6, '1mzlgz', 'bookings', NULL, '1mzlgz', 'Booking Accepted', 'Your booking has been accepted', NULL, '', '0', '0', '2024-06-06 11:57:29', '2024-06-06 07:57:29', NULL),
(2, '9ef5e5aa10a75e8fa617207c11e8af68', 'on_the_way', 2, 3, 'bookings', 6, '1mzlgz', 'bookings', NULL, '1mzlgz', 'On The Way', 'Job has been on the way', NULL, '', '0', '0', '2024-06-06 11:57:57', '2024-06-06 07:57:57', NULL),
(3, '87616ab598b7768591730e21632f10ba', 'arrived', 2, 3, 'bookings', 6, '1mzlgz', 'bookings', NULL, '1mzlgz', 'Job Arrived', 'Job has been arrived', NULL, '', '0', '0', '2024-06-06 11:57:59', '2024-06-06 07:57:59', NULL),
(4, '89ff219c5f50e0342ac52beb10e270a3', 'in_progress', 2, 3, 'bookings', 6, '1mzlgz', 'bookings', NULL, '1mzlgz', 'Job Started', 'Job has been started', NULL, '', '0', '0', '2024-06-06 11:58:06', '2024-06-06 07:58:06', NULL),
(5, 'faace761815bbfbed062ed89c699a0d5', 'pending', 2, 3, 'bookings', 7, 'jy7t4', 'bookings', NULL, 'jy7t4', 'Booking Accepted', 'Your booking has been accepted', NULL, '', '0', '0', '2024-06-06 11:58:57', '2024-06-06 07:58:57', NULL),
(6, '373ea917ceb2de2d5999cde3067293b6', 'on_the_way', 2, 3, 'bookings', 7, 'jy7t4', 'bookings', NULL, 'jy7t4', 'On The Way', 'Job has been on the way', NULL, '', '0', '0', '2024-06-06 12:03:43', '2024-06-06 08:03:43', NULL),
(7, '6c638a9059c019a8520aed8766a42cdb', 'customer_booking_notifier', 1, 3, 'bookings', 6, '1mzlgz', 'bookings', NULL, '1mzlgz', 'Admin Notification', 'Is everything going fine ?', NULL, '', '0', '0', '2024-06-06 12:04:17', '2024-06-06 08:04:17', NULL),
(8, '905f8d480638fe9bb187aba02d198d88', 'customer_booking_notifier', 1, 3, 'bookings', 6, '1mzlgz', 'bookings', NULL, '1mzlgz', 'Admin Notification', 'Is everything going fine ?', NULL, '', '0', '0', '2024-06-06 12:04:40', '2024-06-06 08:04:40', NULL),
(9, '2783f7c92661b155c1180c0b51322fd5', 'customer_booking_notifier', 1, 3, 'bookings', 6, '1mzlgz', 'bookings', NULL, '1mzlgz', 'Admin Notification', 'Is everything going fine ?', NULL, '', '0', '0', '2024-06-06 12:18:30', '2024-06-06 08:18:30', NULL),
(10, 'd79790a2e61b00a575c94561e882cd48', 'customer_booking_notifier', 1, 3, 'bookings', 6, '1mzlgz', 'bookings', NULL, '1mzlgz', 'Admin Notification', 'Is everything going fine ?', NULL, '', '0', '0', '2024-06-06 13:30:54', '2024-06-06 09:30:54', NULL),
(11, 'c6a539ec73a915b123bcfd29acecff66', 'customer_booking_notifier', 1, 3, 'bookings', 6, '1mzlgz', 'bookings', NULL, '1mzlgz', 'Admin Notification', 'Is everything going fine ?', NULL, '', '0', '0', '2024-06-06 13:32:07', '2024-06-06 09:32:07', NULL),
(12, 'fb085ec1e12e6e0483d454b6a6f5347c', 'customer_booking_notifier', 1, 3, 'bookings', 6, '1mzlgz', 'bookings', NULL, '1mzlgz', 'Admin Notification', 'Is everything going fine ?', NULL, '', '0', '0', '2024-06-06 13:32:23', '2024-06-06 09:32:23', NULL),
(13, '9834de4555a8863207e0cda0c17c1f9f', 'customer_booking_notifier', 1, 3, 'bookings', 6, '1mzlgz', 'bookings', NULL, '1mzlgz', 'Admin Notification', 'Is everything going fine ?', NULL, '', '0', '0', '2024-06-06 13:36:26', '2024-06-06 09:36:26', NULL),
(14, '0b71cd4cb3583bbba00db14d65311b88', 'customer_booking_notifier', 1, 3, 'bookings', 6, '1mzlgz', 'bookings', NULL, '1mzlgz', 'Admin Notification', 'Is everything going fine ?', NULL, '', '0', '0', '2024-06-06 13:37:19', '2024-06-06 09:37:19', NULL),
(15, 'ba20ff86c6939b6f578273340716bf7b', 'customer_booking_notifier', 1, 3, 'bookings', 6, '1mzlgz', 'bookings', NULL, '1mzlgz', 'Admin Notification', 'Is everything going fine ?', NULL, '', '0', '0', '2024-06-06 13:48:29', '2024-06-06 09:48:29', NULL),
(16, '62c956f5d7680d001182ac6528a25ee9', 'customer_booking_notifier', 1, 3, 'bookings', 6, '1mzlgz', 'bookings', NULL, '1mzlgz', 'Admin Notification', 'Is everything going fine ?', NULL, '', '0', '0', '2024-06-06 13:49:09', '2024-06-06 09:49:09', NULL),
(17, '3ced3259947e5f381960478b40c5a736', 'customer_booking_notifier', 1, 3, 'bookings', 6, '1mzlgz', 'bookings', NULL, '1mzlgz', 'Admin Notification', 'Is everything going fine ?', NULL, '', '0', '0', '2024-06-06 13:50:52', '2024-06-06 09:50:52', NULL),
(18, 'b4da2d8cfb22e0f7f1165d28103e878d', 'customer_booking_notifier', 1, 3, 'bookings', 6, '1mzlgz', 'bookings', NULL, '1mzlgz', 'Admin Notification', 'Is everything going fine ?', NULL, '', '0', '0', '2024-06-06 13:57:59', '2024-06-06 09:57:59', NULL),
(19, '00c6609c079ea5d3c4b1678c4e36cd25', 'customer_booking_notifier', 1, 3, 'bookings', 6, '1mzlgz', 'bookings', NULL, '1mzlgz', 'Admin Notification', 'Is everything going fine ?', NULL, '', '0', '0', '2024-06-06 14:02:03', '2024-06-06 10:02:03', NULL),
(20, 'e67e220cb250dddf7b683fdbc5796079', 'customer_booking_notifier', 1, 3, 'bookings', 6, '1mzlgz', 'bookings', NULL, '1mzlgz', 'Admin Notification', 'Is everything going fine ?', NULL, '', '0', '0', '2024-06-06 14:28:11', '2024-06-06 10:28:11', NULL),
(21, '1ae5f638636c6a82805669f8b77c4a7a', 'customer_booking_notifier', 1, 3, 'bookings', 6, '1mzlgz', 'bookings', NULL, '1mzlgz', 'Admin Notification', 'Is everything going fine ?', NULL, '', '0', '0', '2024-06-06 14:28:59', '2024-06-06 10:28:59', NULL),
(22, '7ae9d3919d714cb697321f8eadcd80d0', 'customer_booking_notifier', 1, 3, 'bookings', 6, '1mzlgz', 'bookings', NULL, '1mzlgz', 'Admin Notification', 'Is everything going fine ?', NULL, '', '0', '0', '2024-06-06 14:31:22', '2024-06-06 10:31:22', NULL),
(23, '8ccea7c8ab9b6c6f248e2ad5f4ed2682', 'customer_booking_notifier', 1, 3, 'bookings', 6, '1mzlgz', 'bookings', NULL, '1mzlgz', 'Admin Notification', 'Is everything going fine ?', NULL, '', '0', '0', '2024-06-06 14:32:02', '2024-06-06 10:32:02', NULL),
(24, 'db28d7c0277f46cd8f91b54c2a9ba57c', 'customer_booking_notifier', 1, 3, 'bookings', 6, '1mzlgz', 'bookings', NULL, '1mzlgz', 'Admin Notification', 'Is everything going fine ?', NULL, '', '0', '0', '2024-06-06 14:32:59', '2024-06-06 10:32:59', NULL),
(25, '71292292bda5393b96b315591746b3e5', 'customer_booking_notifier', 1, 3, 'bookings', 6, '1mzlgz', 'bookings', NULL, '1mzlgz', 'Admin Notification', 'Is everything going fine ?', NULL, '', '0', '0', '2024-06-06 14:33:43', '2024-06-06 10:33:43', NULL),
(26, '764712ebafbd1a7e219e1fa418118a58', 'customer_booking_notifier', 1, 3, 'bookings', 6, '1mzlgz', 'bookings', NULL, '1mzlgz', 'Admin Notification', 'Is everything going fine ?', NULL, '', '0', '0', '2024-06-06 14:35:09', '2024-06-06 10:35:09', NULL),
(27, 'cccbfcf7534c8e9d02393c9f08fa8ba7', 'customer_booking_notifier', 1, 3, 'bookings', 6, '1mzlgz', 'bookings', NULL, '1mzlgz', 'Admin Notification', 'Is everything going fine ?', NULL, '', '0', '0', '2024-06-06 14:35:44', '2024-06-06 10:35:44', NULL),
(28, '039ab7564d6791b2b45f320951468c28', 'customer_booking_notifier', 1, 3, 'bookings', 6, '1mzlgz', 'bookings', NULL, '1mzlgz', 'Admin Notification', 'Is everything going fine ?', NULL, '', '0', '0', '2024-06-06 14:51:51', '2024-06-06 10:51:51', NULL),
(29, '8e28948dda2a5630023207a4a5c36721', 'customer_booking_notifier', 1, 3, 'bookings', 6, '1mzlgz', 'bookings', NULL, '1mzlgz', 'Admin Notification', 'Is everything going fine ?', NULL, '', '0', '0', '2024-06-06 14:52:05', '2024-06-06 10:52:05', NULL),
(30, '5516bc3026889684ae0729af40fe4d48', 'customer_booking_notifier', 1, 3, 'bookings', 6, '1mzlgz', 'bookings', NULL, '1mzlgz', 'Admin Notification', 'Is everything going fine ?', NULL, '', '0', '0', '2024-06-06 14:52:16', '2024-06-06 10:52:16', NULL),
(31, '7e1607bdcbabc526a0cab6b9b5f704a4', 'pending', 2, 3, 'bookings', 10, 'ddguh', 'bookings', NULL, 'ddguh', 'Booking Accepted', 'Your booking has been accepted', NULL, '', '1', '1', '2024-06-06 14:57:38', '2024-06-06 10:57:38', NULL),
(32, '7944dee6198726c8d9c21541ddb0e7f8', 'on_the_way', 2, 3, 'bookings', 10, 'ddguh', 'bookings', NULL, 'ddguh', 'On The Way', 'Job has been on the way', NULL, '', '0', '0', '2024-06-06 14:57:59', '2024-06-06 10:57:59', NULL),
(33, '5c495ed1e71177e7b825cab5d2c02e46', 'arrived', 2, 3, 'bookings', 10, 'ddguh', 'bookings', NULL, 'ddguh', 'Job Arrived', 'Job has been arrived', NULL, '', '1', '1', '2024-06-06 15:00:01', '2024-06-06 11:00:01', NULL),
(34, '90f707fbcc9e7631f7562927f83ff908', 'in_progress', 2, 3, 'bookings', 10, 'ddguh', 'bookings', NULL, 'ddguh', 'Job Started', 'Job has been started', NULL, '', '1', '1', '2024-06-06 15:00:24', '2024-06-06 11:00:24', NULL),
(35, '488da494688e7ea1755bd312881ac251', 'pending', 2, 3, 'bookings', 17, '1mo17d', 'bookings', NULL, '1mo17d', 'Booking Accepted', 'Your booking has been accepted', NULL, '', '0', '0', '2024-06-06 15:49:53', '2024-06-06 11:49:53', NULL),
(36, '91d93f6c7967f1558efd084c9b39853d', 'arrived', 2, 3, 'bookings', 7, 'jy7t4', 'bookings', NULL, 'jy7t4', 'Job Arrived', 'Job has been arrived', NULL, '', '0', '0', '2024-06-06 15:52:33', '2024-06-06 11:52:33', NULL),
(37, 'fcc67d8b89c85278a07e85909f3525b9', 'cancelled', 2, 3, 'bookings', 7, 'jy7t4', 'bookings', NULL, 'jy7t4', 'Job Cancelled', 'Job has been cancelled', NULL, '', '0', '0', '2024-06-06 15:52:45', '2024-06-06 11:52:45', NULL),
(38, '76cd9ce0434dfef79f0ef6029bc8c237', 'completion_pending', 2, 3, 'bookings', 6, '1mzlgz', 'bookings', NULL, '1mzlgz', 'Job Finished', 'Job has been finished', NULL, '', '0', '0', '2024-06-06 16:58:00', '2024-06-06 12:58:00', NULL),
(39, '4ff8f98ae9bfdaafa6df372749ee6583', 'completed', 3, 2, 'bookings', 6, '1mzlgz', 'bookings', NULL, '1mzlgz', 'Job Completed', 'Job has been completed', NULL, '', '0', '0', '2024-06-06 16:58:11', '2024-06-06 12:58:11', NULL),
(40, 'd10cb0695368229969a03115c12e3a14', 'pending', 2, 3, 'bookings', 59, '14h28e', 'bookings', NULL, '14h28e', 'Booking Accepted', 'Your booking has been accepted', NULL, '', '0', '0', '2024-06-06 18:12:42', '2024-06-06 14:12:42', NULL),
(41, 'e93dd34d1046615902f40af9f3227d9f', 'pending', 2, 3, 'bookings', 60, 'btuwg', 'bookings', NULL, 'btuwg', 'Booking Accepted', 'Your booking has been accepted', NULL, '', '0', '0', '2024-06-06 18:15:28', '2024-06-06 14:15:28', NULL),
(42, '9cc8b0d43632dced0f2e3d9ae6e2cb60', 'pending', 2, 3, 'bookings', 61, '1bcngl', 'bookings', NULL, '1bcngl', 'Booking Accepted', 'Your booking has been accepted', NULL, '', '0', '0', '2024-06-06 18:31:24', '2024-06-06 14:31:24', NULL),
(43, '2d41b82efec4ef3d946539361f771705', 'pending', 2, 3, 'bookings', 65, 'f851i', 'bookings', NULL, 'f851i', 'Booking Accepted', 'Your booking has been accepted', NULL, '', '0', '0', '2024-06-06 18:56:49', '2024-06-06 14:56:49', NULL),
(44, 'e03c889b98ca8632509b8c80c11a64e8', 'on_the_way', 2, 3, 'bookings', 65, 'f851i', 'bookings', NULL, 'f851i', 'On The Way', 'Job has been on the way', NULL, '', '0', '0', '2024-06-06 18:58:44', '2024-06-06 14:58:44', NULL),
(45, 'a36c66e8cc280ef1b2f69840d6ae08c0', 'arrived', 2, 3, 'bookings', 65, 'f851i', 'bookings', NULL, 'f851i', 'Arrived', 'Service Provider has arrived', NULL, '', '0', '0', '2024-06-06 19:05:42', '2024-06-06 15:05:42', NULL),
(46, '30d595939d333417bc2c1c21e8962ef9', 'in_progress', 2, 3, 'bookings', 65, 'f851i', 'bookings', NULL, 'f851i', 'Job Started', 'Job has been started', NULL, '', '0', '0', '2024-06-06 19:12:30', '2024-06-06 15:12:30', NULL),
(47, '44ad7e2df12db79419836fdfbb73e907', 'completion_pending', 2, 3, 'bookings', 65, 'f851i', 'bookings', NULL, 'f851i', 'Job Finished', 'Job has been finished', NULL, '', '1', '1', '2024-06-06 19:21:45', '2024-06-06 15:21:45', NULL),
(48, 'ee3195b7ce0f4f88cf394c46ff13f842', 'completed', 3, 2, 'bookings', 65, 'f851i', 'bookings', NULL, 'f851i', 'Job Completed', 'Job has been completed', NULL, '', '1', '1', '2024-06-06 19:22:11', '2024-06-06 15:22:11', NULL),
(49, '1910cec551b31b8259235893b996f5d3', 'review_added', 3, 2, 'bookings', 65, 'f851i', 'bookings', NULL, 'f851i', 'Review Added', 'User has added a review', NULL, '', '1', '1', '2024-06-06 19:23:03', '2024-06-06 15:23:03', NULL),
(50, 'b6102c0373480b072a54cdd3503b4962', 'pending', 2, 3, 'bookings', 68, 'zc9vr', 'bookings', NULL, 'zc9vr', 'Booking Accepted', 'Your booking has been accepted', NULL, '', '0', '0', '2024-06-07 10:58:19', '2024-06-07 06:58:19', NULL),
(51, '52cc58ba31f50a5d79f23471cb7a8742', 'pending', 2, 3, 'bookings', 69, 'nivaw', 'bookings', NULL, 'nivaw', 'Booking Accepted', 'Your booking has been accepted', NULL, '', '0', '0', '2024-06-07 11:35:39', '2024-06-07 07:35:39', NULL),
(52, 'e7373a90f4c0dac37e5bf62b0900c2de', 'pending', 2, 3, 'bookings', 71, 'c40j3', 'bookings', NULL, 'c40j3', 'Booking Accepted', 'Your booking has been accepted', NULL, '', '0', '0', '2024-06-07 13:45:05', '2024-06-07 09:45:05', NULL),
(53, 'c0d744f0e43b863a8c70e7c4361b3338', 'pending', 2, 3, 'bookings', 74, 'sttja', 'bookings', NULL, 'sttja', 'Booking Accepted', 'Your booking has been accepted', NULL, '', '0', '0', '2024-06-07 16:49:35', '2024-06-07 12:49:35', NULL),
(54, 'a9559b40070bec670cd5c31973388367', 'on_the_way', 2, 3, 'bookings', 74, 'sttja', 'bookings', NULL, 'sttja', 'On The Way', 'Service Provider is on the way', NULL, '', '1', '1', '2024-06-07 16:51:15', '2024-06-07 12:51:15', NULL),
(55, 'ff5c892a4dcca97edf4ef1038f755e6e', 'arrived', 2, 3, 'bookings', 74, 'sttja', 'bookings', NULL, 'sttja', 'Arrived', 'Service Provider has arrived', NULL, '', '1', '1', '2024-06-07 16:53:33', '2024-06-07 12:53:33', NULL),
(56, '78e5be7ed44c46974aced7eba4b15f8b', 'in_progress', 2, 3, 'bookings', 74, 'sttja', 'bookings', NULL, 'sttja', 'Job Started', 'Job has been started', NULL, '', '1', '1', '2024-06-07 17:01:28', '2024-06-07 13:01:28', NULL),
(57, '0f57a64d80d0fc6247462e64935fc2c1', 'pending', 2, 3, 'bookings', 76, 'a47ej', 'bookings', NULL, 'a47ej', 'Booking Accepted', 'Your booking has been accepted', NULL, '', '0', '0', '2024-06-07 17:12:49', '2024-06-07 13:12:49', NULL),
(58, '871f480a3aea5468d1a0fc2c7b51d989', 'on_the_way', 2, 3, 'bookings', 76, 'a47ej', 'bookings', NULL, 'a47ej', 'On The Way', 'Service Provider is on the way', NULL, '', '0', '0', '2024-06-07 17:20:59', '2024-06-07 13:20:59', NULL),
(59, '5b4d3957f7d52ab2ee32bb2d143ad435', 'arrived', 2, 3, 'bookings', 76, 'a47ej', 'bookings', NULL, 'a47ej', 'Arrived', 'Service Provider has arrived', NULL, '', '0', '0', '2024-06-07 17:22:25', '2024-06-07 13:22:25', NULL),
(60, '9b5835860e667859ff834f5c4c719c21', 'in_progress', 2, 3, 'bookings', 76, 'a47ej', 'bookings', NULL, 'a47ej', 'Job Started', 'Job has been started', NULL, '', '0', '0', '2024-06-07 17:23:17', '2024-06-07 13:23:17', NULL),
(61, 'a791c081ba0ac4e70ba744466620a661', 'pending', 2, 3, 'bookings', 77, '1csss', 'bookings', NULL, '1csss', 'Booking Accepted', 'Your booking has been accepted', NULL, '', '0', '0', '2024-06-07 17:29:00', '2024-06-07 13:29:00', NULL),
(62, '808327bc32dd186ac1985dae12a728e7', 'on_the_way', 2, 3, 'bookings', 77, '1csss', 'bookings', NULL, '1csss', 'On The Way', 'Service Provider is on the way', NULL, '', '0', '0', '2024-06-07 17:29:24', '2024-06-07 13:29:24', NULL),
(63, 'e1073d57e75a86df2291c1336e2fe3db', 'pending', 2, 3, 'bookings', 78, 'lac8x', 'bookings', NULL, 'lac8x', 'Booking Accepted', 'Your booking has been accepted', NULL, '', '0', '0', '2024-06-07 17:36:26', '2024-06-07 13:36:26', NULL),
(64, 'c34a3f403e71a1249ec5c0ed823a0dbd', 'completion_pending', 2, 3, 'bookings', 76, 'a47ej', 'bookings', NULL, 'a47ej', 'Job Finished', 'Job has been finished', NULL, '', '1', '1', '2024-06-07 17:58:06', '2024-06-07 13:58:06', NULL),
(65, 'ab5d7639a706386b85190ebd0744425a', 'completed', 3, 2, 'bookings', 76, 'a47ej', 'bookings', NULL, 'a47ej', 'Job Completed', 'Job has been completed', NULL, '', '0', '0', '2024-06-07 18:02:32', '2024-06-07 14:02:32', NULL),
(66, 'b5c24756399fe46d1dbb21820cfef69a', 'pending', 2, 3, 'bookings', 79, '1gcesl', 'bookings', NULL, '1gcesl', 'Booking Accepted', 'Your booking has been accepted', NULL, '', '0', '0', '2024-06-07 18:11:55', '2024-06-07 14:11:55', NULL),
(67, '5ddbe16ea81e922e2e8d54f2712fc009', 'on_the_way', 2, 3, 'bookings', 79, '1gcesl', 'bookings', NULL, '1gcesl', 'On The Way', 'Service Provider is on the way', NULL, '', '0', '0', '2024-06-07 18:12:31', '2024-06-07 14:12:31', NULL),
(68, '5e224d2dfb5b91118c87156fa55101e3', 'pending', 2, 3, 'bookings', 80, 'tr6j', 'bookings', NULL, 'tr6j', 'Booking Accepted', 'Your booking has been accepted', NULL, '', '0', '0', '2024-06-07 18:32:54', '2024-06-07 14:32:54', NULL),
(69, 'fc972d0a1f1d289adfcec346cd8d63dd', 'on_the_way', 2, 3, 'bookings', 80, 'tr6j', 'bookings', NULL, 'tr6j', 'On The Way', 'Service Provider is on the way', NULL, '', '0', '0', '2024-06-07 18:33:51', '2024-06-07 14:33:51', NULL),
(70, 'adafaad1edc6ce1f6b4955a1743b6409', 'pending', 2, 3, 'bookings', 81, '16m95', 'bookings', NULL, '16m95', 'Booking Accepted', 'Your booking has been accepted', NULL, '', '0', '0', '2024-06-07 18:41:51', '2024-06-07 14:41:51', NULL),
(71, '70d8a365dd31986b2a8ed371d295f39a', 'on_the_way', 2, 3, 'bookings', 81, '16m95', 'bookings', NULL, '16m95', 'On The Way', 'Service Provider is on the way', NULL, '', '0', '0', '2024-06-07 18:42:18', '2024-06-07 14:42:18', NULL),
(72, '1bfc5627053c937d31626ff681f2b852', 'review_added', 3, 2, 'bookings', 76, 'a47ej', 'bookings', NULL, 'a47ej', 'Review Added', 'User has added a review', NULL, '', '1', '1', '2024-06-07 18:49:26', '2024-06-07 14:49:26', NULL),
(73, '3f80d9737a01e6d4a89ca291c69c4782', 'pending', 2, 3, 'bookings', 82, '1k3xe9', 'bookings', NULL, '1k3xe9', 'Booking Accepted', 'Your booking has been accepted', NULL, '', '0', '0', '2024-06-07 18:50:23', '2024-06-07 14:50:23', NULL),
(74, 'f24032b079367595ced4a523b5f89dbe', 'on_the_way', 2, 3, 'bookings', 82, '1k3xe9', 'bookings', NULL, '1k3xe9', 'On The Way', 'Service Provider is on the way', NULL, '', '0', '0', '2024-06-07 18:52:09', '2024-06-07 14:52:09', NULL),
(75, '40b4f15bd9e7fa9ec0e937f6c6a20d95', 'pending', 2, 3, 'bookings', 83, 'njqbt', 'bookings', NULL, 'njqbt', 'Booking Accepted', 'Your booking has been accepted', NULL, '', '0', '0', '2024-06-07 18:54:00', '2024-06-07 14:54:00', NULL),
(76, 'f737d38069d9b2bfa8cfa4db223eb5f2', 'pending', 2, 3, 'bookings', 86, '1bt1ke', 'bookings', NULL, '1bt1ke', 'Booking Accepted', 'Your booking has been accepted', NULL, '', '0', '0', '2024-06-07 19:07:22', '2024-06-07 15:07:22', NULL),
(77, '3f349ce1727d9c36ac508c121aaf19a7', 'pending', 2, 3, 'bookings', 88, 'd2tbu', 'bookings', NULL, 'd2tbu', 'Booking Accepted', 'Your booking has been accepted', NULL, '', '0', '0', '2024-06-07 19:14:54', '2024-06-07 15:14:54', NULL),
(78, 'adc71bc15e39d74a09b0a8f24b48195d', 'pending', 2, 3, 'bookings', 90, '2xy01', 'bookings', NULL, '2xy01', 'Booking Accepted', 'Your booking has been accepted', NULL, '', '0', '0', '2024-06-07 19:29:29', '2024-06-07 15:29:29', NULL),
(79, '1fcecb84528e0c6237b107750d311d9d', 'on_the_way', 2, 3, 'bookings', 90, '2xy01', 'bookings', NULL, '2xy01', 'On The Way', 'Service Provider is on the way', NULL, '', '1', '1', '2024-06-07 19:30:47', '2024-06-07 15:30:47', NULL),
(80, '550e5b3deb84645e284a0daf85bc6e99', 'arrived', 2, 3, 'bookings', 90, '2xy01', 'bookings', NULL, '2xy01', 'Arrived', 'Service Provider has arrived', NULL, '', '1', '1', '2024-06-07 19:31:08', '2024-06-07 15:31:08', NULL),
(81, '28904082c5b2454574132b8dd3ebb65b', 'in_progress', 2, 3, 'bookings', 90, '2xy01', 'bookings', NULL, '2xy01', 'Job Started', 'Job has been started', NULL, '', '0', '0', '2024-06-07 19:31:16', '2024-06-07 15:31:16', NULL),
(82, '752581583798b7d94720a54a05575388', 'pending', 7, 7, 'bookings', 91, '1fpag8', 'bookings', NULL, '1fpag8', 'Booking Accepted', 'Your booking has been accepted', NULL, '', '0', '0', '2024-06-10 22:10:48', '2024-06-10 18:10:48', NULL),
(83, 'd5418fc28b373f0738499a6cefc8d46e', 'on_the_way', 7, 7, 'bookings', 91, '1fpag8', 'bookings', NULL, '1fpag8', 'On The Way', 'Service Provider is on the way', NULL, '', '1', '1', '2024-06-10 22:11:13', '2024-06-10 18:11:13', NULL),
(84, '5469221ae68103c4e5f707a31ae3d406', 'arrived', 7, 7, 'bookings', 91, '1fpag8', 'bookings', NULL, '1fpag8', 'Arrived', 'Service Provider has arrived', NULL, '', '1', '1', '2024-06-10 22:13:44', '2024-06-10 18:13:44', NULL),
(85, 'd35058e713d4fd91bc442479941d88c4', 'in_progress', 7, 7, 'bookings', 91, '1fpag8', 'bookings', NULL, '1fpag8', 'Job Started', 'Job has been started', NULL, '', '1', '1', '2024-06-10 22:13:54', '2024-06-10 18:13:54', NULL),
(86, '3dcb6722e902acac8e6b7c909564bcf1', 'completion_pending', 7, 7, 'bookings', 91, '1fpag8', 'bookings', NULL, '1fpag8', 'Job Finished', 'Job has been finished', NULL, '', '1', '1', '2024-06-10 22:44:57', '2024-06-10 18:44:57', NULL),
(87, '0f25a6adc726ed064b3409982dfd1529', 'completion_pending', 7, 7, 'bookings', 91, '1fpag8', 'bookings', NULL, '1fpag8', 'Job Finished', 'Job has been finished', NULL, '', '1', '1', '2024-06-10 22:45:19', '2024-06-10 18:45:19', NULL),
(88, '9dc2ec37e9777aa682f49f33da7c378f', 'completion_pending', 7, 7, 'bookings', 91, '1fpag8', 'bookings', NULL, '1fpag8', 'Job Finished', 'Job has been finished', NULL, '', '0', '0', '2024-06-10 22:45:55', '2024-06-10 18:45:55', NULL),
(89, '74ecbf926390f0586e5db1597278219c', 'completion_pending', 7, 7, 'bookings', 91, '1fpag8', 'bookings', NULL, '1fpag8', 'Job Finished', 'Job has been finished', NULL, '', '0', '0', '2024-06-10 22:46:14', '2024-06-10 18:46:14', NULL),
(90, '031fd84fa30acaf66fdad6323c992a99', 'completion_pending', 7, 7, 'bookings', 91, '1fpag8', 'bookings', NULL, '1fpag8', 'Job Finished', 'Job has been finished', NULL, '', '1', '1', '2024-06-10 22:46:41', '2024-06-10 18:46:41', NULL),
(91, 'e14c5417b7d7f5d277c911325e2b5970', 'pending', 7, 7, 'bookings', 93, '6h25c', 'bookings', NULL, '6h25c', 'Booking Accepted', 'Your booking has been accepted', NULL, '', '0', '0', '2024-06-10 22:48:52', '2024-06-10 18:48:52', NULL),
(92, '93caa5a58bc1f0283f6d4a7bc279e806', 'on_the_way', 7, 7, 'bookings', 93, '6h25c', 'bookings', NULL, '6h25c', 'On The Way', 'Service Provider is on the way', NULL, '', '0', '0', '2024-06-10 22:49:13', '2024-06-10 18:49:13', NULL),
(93, '6e05ae94ca08a219c1b2881addd3d805', 'arrived', 7, 7, 'bookings', 93, '6h25c', 'bookings', NULL, '6h25c', 'Arrived', 'Service Provider has arrived', NULL, '', '0', '0', '2024-06-10 22:49:22', '2024-06-10 18:49:22', NULL),
(94, '0176cc7a77263775fc56e6ae1cb28898', 'in_progress', 7, 7, 'bookings', 93, '6h25c', 'bookings', NULL, '6h25c', 'Job Started', 'Job has been started', NULL, '', '0', '0', '2024-06-10 22:49:24', '2024-06-10 18:49:24', NULL),
(95, '874f2a40946d5e08a69a1afafdbbebac', 'completion_pending', 7, 7, 'bookings', 91, '1fpag8', 'bookings', NULL, '1fpag8', 'Job Finished', 'Job has been finished', NULL, '', '1', '1', '2024-06-10 22:52:32', '2024-06-10 18:52:32', NULL),
(96, 'cb66258db31d97af11bcd104aca31449', 'completion_pending', 7, 7, 'bookings', 91, '1fpag8', 'bookings', NULL, '1fpag8', 'Job Finished', 'Job has been finished', NULL, '', '1', '1', '2024-06-10 22:52:54', '2024-06-10 18:52:54', NULL),
(97, '4965c72850fbca34d77b600c15c03baf', 'completion_pending', 7, 7, 'bookings', 91, '1fpag8', 'bookings', NULL, '1fpag8', 'Job Finished', 'Job has been finished', NULL, '', '0', '0', '2024-06-10 22:55:56', '2024-06-10 18:55:56', NULL),
(98, '675472af2e53f99141d71bc4bbcadd71', 'completion_pending', 7, 7, 'bookings', 91, '1fpag8', 'bookings', NULL, '1fpag8', 'Job Finished', 'Job has been finished', NULL, '', '0', '0', '2024-06-10 22:56:18', '2024-06-10 18:56:18', NULL),
(99, 'b231dddcb05e9f16ffef5b05d451a09c', 'completion_pending', 7, 7, 'bookings', 91, '1fpag8', 'bookings', NULL, '1fpag8', 'Job Finished', 'Job has been finished', NULL, '', '0', '0', '2024-06-10 23:03:26', '2024-06-10 19:03:26', NULL),
(100, 'ae0bf6b7ca1a4a4e7ea5b1a11adf960a', 'completion_pending', 7, 7, 'bookings', 93, '6h25c', 'bookings', NULL, '6h25c', 'Job Finished', 'Job has been finished', NULL, '', '0', '0', '2024-06-10 23:08:19', '2024-06-10 19:08:19', NULL),
(101, '7cded291d93e466103774a46186e1488', 'completion_pending', 7, 7, 'bookings', 93, '6h25c', 'bookings', NULL, '6h25c', 'Job Finished', 'Job has been finished', NULL, '', '0', '0', '2024-06-10 23:09:01', '2024-06-10 19:09:01', NULL),
(102, '7366269e61852a69eeebe9cdfc400e29', 'completion_pending', 7, 7, 'bookings', 93, '6h25c', 'bookings', NULL, '6h25c', 'Job Finished', 'Job has been finished', NULL, '', '1', '1', '2024-06-10 23:10:22', '2024-06-10 19:10:22', NULL),
(103, '0f8b6b9d9a53546f523bd9992c980dc7', 'pending', 7, 9, 'bookings', 98, 'zxz66', 'bookings', NULL, 'zxz66', 'Booking Accepted', 'Your booking has been accepted', NULL, '', '0', '0', '2024-06-10 23:14:33', '2024-06-10 19:14:33', NULL),
(104, 'ff1dea5f8ec8e9297a987e3c0bc2e6b6', 'on_the_way', 7, 9, 'bookings', 98, 'zxz66', 'bookings', NULL, 'zxz66', 'On The Way', 'Service Provider is on the way', NULL, '', '1', '1', '2024-06-10 23:14:54', '2024-06-10 19:14:54', NULL),
(105, '818b101aaf993fe704dbc524e53a46f7', 'arrived', 7, 9, 'bookings', 98, 'zxz66', 'bookings', NULL, 'zxz66', 'Arrived', 'Service Provider has arrived', NULL, '', '1', '1', '2024-06-10 23:15:01', '2024-06-10 19:15:01', NULL),
(106, '996bafe70a6ff707a107af34bc83dde8', 'in_progress', 7, 9, 'bookings', 98, 'zxz66', 'bookings', NULL, 'zxz66', 'Job Started', 'Job has been started', NULL, '', '1', '1', '2024-06-10 23:15:03', '2024-06-10 19:15:03', NULL),
(107, '279cf1d6aefff87618e908830e1b4956', 'completion_pending', 7, 9, 'bookings', 98, 'zxz66', 'bookings', NULL, 'zxz66', 'Job Finished', 'Job has been finished', NULL, '', '1', '1', '2024-06-10 23:20:21', '2024-06-10 19:20:21', NULL),
(108, 'bbe341ec1095e99a641cffae6088dec9', 'completed', 9, 7, 'bookings', 98, 'zxz66', 'bookings', NULL, 'zxz66', 'Job Completed', 'Job has been completed', NULL, '', '0', '0', '2024-06-10 23:20:35', '2024-06-10 19:20:35', NULL),
(109, 'b7948e8123d9cc32a3c95c148048c4fd', 'pending', 7, 9, 'bookings', 99, 'cgc9a', 'bookings', NULL, 'cgc9a', 'Booking Accepted', 'Your booking has been accepted', NULL, '', '1', '1', '2024-06-10 23:30:39', '2024-06-10 19:30:39', NULL),
(110, 'ece8436fce9a20eb4f38d7f7e9c3d187', 'pending', 7, 9, 'bookings', 100, 'cqqyu', 'bookings', NULL, 'cqqyu', 'Booking Accepted', 'Your booking has been accepted', NULL, '', '1', '1', '2024-06-10 23:32:00', '2024-06-10 19:32:00', NULL),
(111, '4fa2b08287b4843a541c6aecebc66269', 'on_the_way', 7, 9, 'bookings', 100, 'cqqyu', 'bookings', NULL, 'cqqyu', 'On The Way', 'Service Provider is on the way', NULL, '', '1', '1', '2024-06-10 23:33:44', '2024-06-10 19:33:44', NULL),
(112, '1c200ed2bd3ad2291ad6e1edfc606705', 'cancelled', 9, 7, 'bookings', 99, 'cgc9a', 'bookings', NULL, 'cgc9a', 'Job Cancelled', 'Job has been cancelled', NULL, '', '0', '0', '2024-06-10 23:33:59', '2024-06-10 19:33:59', NULL),
(113, '8618b204ff8d39acefd52bcd1d90bd60', 'arrived', 7, 9, 'bookings', 100, 'cqqyu', 'bookings', NULL, 'cqqyu', 'Arrived', 'Service Provider has arrived', NULL, '', '1', '1', '2024-06-10 23:34:18', '2024-06-10 19:34:18', NULL),
(114, '073662f3066284268f3435d3b273680e', 'in_progress', 7, 9, 'bookings', 100, 'cqqyu', 'bookings', NULL, 'cqqyu', 'Job Started', 'Job has been started', NULL, '', '1', '1', '2024-06-10 23:34:23', '2024-06-10 19:34:23', NULL),
(115, 'c5dcced67614a2cf14f0ad9cee621390', 'completion_pending', 7, 9, 'bookings', 100, 'cqqyu', 'bookings', NULL, 'cqqyu', 'Job Finished', 'Job has been finished', NULL, '', '1', '1', '2024-06-10 23:49:50', '2024-06-10 19:49:50', NULL),
(116, '146f649ff25aaa47657ebd843057c322', 'completed', 9, 7, 'bookings', 100, 'cqqyu', 'bookings', NULL, 'cqqyu', 'Job Completed', 'Job has been completed', NULL, '', '0', '0', '2024-06-10 23:50:06', '2024-06-10 19:50:06', NULL),
(117, 'dce0c429fed2431cccaac2d22a93afc5', 'pending', 7, 9, 'bookings', 101, 'k29ea', 'bookings', NULL, 'k29ea', 'Booking Accepted', 'Your booking has been accepted', NULL, '', '1', '1', '2024-06-10 23:53:29', '2024-06-10 19:53:29', NULL),
(118, 'ad286600b7b91faa446c4ff82f11e81c', 'on_the_way', 7, 9, 'bookings', 101, 'k29ea', 'bookings', NULL, 'k29ea', 'On The Way', 'Service Provider is on the way', NULL, '', '1', '1', '2024-06-10 23:53:43', '2024-06-10 19:53:43', NULL),
(119, '9a0fa2e2a426e8a1dba2cf395ef8dea0', 'arrived', 7, 9, 'bookings', 101, 'k29ea', 'bookings', NULL, 'k29ea', 'Arrived', 'Service Provider has arrived', NULL, '', '1', '1', '2024-06-10 23:53:50', '2024-06-10 19:53:50', NULL),
(120, '34bab23ebd46923ceafbe3d89d9f6690', 'in_progress', 7, 9, 'bookings', 101, 'k29ea', 'bookings', NULL, 'k29ea', 'Job Started', 'Job has been started', NULL, '', '1', '1', '2024-06-10 23:53:52', '2024-06-10 19:53:52', NULL),
(121, '0be65e1c8cf4aab4f8f219b319e90551', 'completion_pending', 7, 9, 'bookings', 101, 'k29ea', 'bookings', NULL, 'k29ea', 'Job Finished', 'Job has been finished', NULL, '', '1', '1', '2024-06-11 00:26:25', '2024-06-10 20:26:25', NULL),
(122, 'a2d2a46ee79dac790ca2bd9bbad1b9b4', 'completed', 9, 7, 'bookings', 101, 'k29ea', 'bookings', NULL, 'k29ea', 'Job Completed', 'Job has been completed', NULL, '', '0', '0', '2024-06-11 00:26:37', '2024-06-10 20:26:37', NULL),
(123, '260c60696725178f2e2b07a6cfd7b1b1', 'pending', 16, 15, 'bookings', 108, '1bk0dy', 'bookings', NULL, '1bk0dy', 'Booking Accepted', 'Your booking has been accepted', NULL, '0', '0', '0', '2024-06-11 20:20:50', '2024-06-11 16:20:50', NULL),
(124, 'e64ad9ac28e4e0f98ef9125248786d37', 'pending', 16, 15, 'bookings', 111, 'kciil', 'bookings', NULL, 'kciil', 'Booking Accepted', 'Your booking has been accepted', NULL, '0', '0', '0', '2024-06-12 08:22:26', '2024-06-12 04:22:26', NULL),
(125, '6f2afaeb648080f94c23098c5304434d', 'pending', 2, 3, 'bookings', 115, '1imsgd', 'bookings', NULL, '1imsgd', 'Booking Accepted', 'Your booking has been accepted', NULL, '', '0', '0', '2024-06-12 09:50:39', '2024-06-12 05:50:39', NULL),
(126, '225e54f08c32ca6f64bb07a53df42e22', 'pending', 6, 26, 'bookings', 117, '1h2n7n', 'bookings', NULL, '1h2n7n', 'Booking Accepted', 'Your booking has been accepted', NULL, '', '0', '0', '2024-06-12 18:39:19', '2024-06-12 14:39:19', NULL),
(127, '58e84144f81d6f895ec7fd09a9fda6c2', 'on_the_way', 6, 26, 'bookings', 117, '1h2n7n', 'bookings', NULL, '1h2n7n', 'On The Way', 'Service Provider is on the way', NULL, '', '1', '1', '2024-06-12 18:39:52', '2024-06-12 14:39:52', NULL),
(128, '77150917f1b847cd5bc644da4aa45594', 'arrived', 6, 26, 'bookings', 117, '1h2n7n', 'bookings', NULL, '1h2n7n', 'Arrived', 'Service Provider has arrived', NULL, '', '1', '1', '2024-06-12 18:40:15', '2024-06-12 14:40:15', NULL),
(129, '786723516bfae5651975bba98f6f9979', 'in_progress', 6, 26, 'bookings', 117, '1h2n7n', 'bookings', NULL, '1h2n7n', 'Job Started', 'Job has been started', NULL, '', '1', '1', '2024-06-12 18:40:51', '2024-06-12 14:40:51', NULL),
(130, 'd42334d3b3578820e651c7d791f8adad', 'completion_pending', 6, 26, 'bookings', 117, '1h2n7n', 'bookings', NULL, '1h2n7n', 'Job Finished', 'Job has been finished', NULL, '', '0', '0', '2024-06-12 18:51:10', '2024-06-12 14:51:10', NULL),
(131, '989fa4d4769688303fde991f1d2350be', 'completed', 26, 6, 'bookings', 117, '1h2n7n', 'bookings', NULL, '1h2n7n', 'Job Completed', 'Job has been completed', NULL, '', '1', '1', '2024-06-12 18:51:32', '2024-06-12 14:51:32', NULL),
(132, '39d0323dab282290cfceb752d58ad647', 'pending', 6, 26, 'bookings', 118, 'uoowj', 'bookings', NULL, 'uoowj', 'Booking Accepted', 'Your booking has been accepted', NULL, '', '0', '0', '2024-06-12 19:11:28', '2024-06-12 15:11:28', NULL),
(133, '74a768087044d9b31db100523fe5942d', 'on_the_way', 6, 26, 'bookings', 118, 'uoowj', 'bookings', NULL, 'uoowj', 'On The Way', 'Service Provider is on the way', NULL, '', '0', '0', '2024-06-12 19:11:43', '2024-06-12 15:11:43', NULL),
(134, '72fbedc5a6e79c26228131dd1a817f3a', 'arrived', 6, 26, 'bookings', 118, 'uoowj', 'bookings', NULL, 'uoowj', 'Arrived', 'Service Provider has arrived', NULL, '', '1', '1', '2024-06-12 19:11:58', '2024-06-12 15:11:58', NULL),
(135, 'ef48cf9d6aeed028ce14bac485eadb55', 'in_progress', 6, 26, 'bookings', 118, 'uoowj', 'bookings', NULL, 'uoowj', 'Job Started', 'Job has been started', NULL, '', '1', '1', '2024-06-12 19:12:08', '2024-06-12 15:12:08', NULL),
(136, '931d2e60b2eb10ab53dffd760d9c78ce', 'customer_booking_notifier', 1, 26, 'bookings', 118, 'uoowj', 'bookings', NULL, 'uoowj', 'Admin Notification', 'Is everything going fine ?', NULL, '', '0', '0', '2024-06-12 19:15:18', '2024-06-12 15:15:18', NULL),
(137, '60b6771aefd7d5b887430c6cbb98f558', 'customer_booking_notifier', 1, 3, 'bookings', 90, '2xy01', 'bookings', NULL, '2xy01', 'Admin Notification', 'Is everything going fine ?', NULL, '', '0', '0', '2024-06-12 19:15:18', '2024-06-12 15:15:18', NULL),
(138, '5c70bc431d375d31062d6999dcbde1ef', 'customer_booking_notifier', 1, 3, 'bookings', 10, 'ddguh', 'bookings', NULL, 'ddguh', 'Admin Notification', 'Is everything going fine ?', NULL, '', '0', '0', '2024-06-12 19:15:18', '2024-06-12 15:15:18', NULL),
(139, '70e902e9d5ae1dccf80c8376a1a391ee', 'customer_booking_notifier', 1, 3, 'bookings', 74, 'sttja', 'bookings', NULL, 'sttja', 'Admin Notification', 'Is everything going fine ?', NULL, '', '0', '0', '2024-06-12 19:15:18', '2024-06-12 15:15:18', NULL),
(140, 'a4f104974a302cccf7a98bcb5e288943', 'customer_booking_notifier', 1, 26, 'bookings', 118, 'uoowj', 'bookings', NULL, 'uoowj', 'Admin Notification', 'Is everything going fine ?', NULL, '', '0', '0', '2024-06-12 19:15:45', '2024-06-12 15:15:45', NULL),
(141, '1195b77b11a1206665d2aba9f084b71a', 'customer_booking_notifier', 1, 3, 'bookings', 74, 'sttja', 'bookings', NULL, 'sttja', 'Admin Notification', 'Is everything going fine ?', NULL, '', '0', '0', '2024-06-12 19:15:45', '2024-06-12 15:15:45', NULL),
(142, '03a5f1444305a867bf1af86891ed78db', 'customer_booking_notifier', 1, 3, 'bookings', 90, '2xy01', 'bookings', NULL, '2xy01', 'Admin Notification', 'Is everything going fine ?', NULL, '', '0', '0', '2024-06-12 19:15:45', '2024-06-12 15:15:45', NULL),
(143, '7753bcead2bf3fc46eea975a5c35d4e9', 'customer_booking_notifier', 1, 3, 'bookings', 10, 'ddguh', 'bookings', NULL, 'ddguh', 'Admin Notification', 'Is everything going fine ?', NULL, '', '0', '0', '2024-06-12 19:15:45', '2024-06-12 15:15:45', NULL),
(144, '79647e01068bee658053f7b9b77cd4d4', 'pending', 6, 26, 'bookings', 119, '2f573', 'bookings', NULL, '2f573', 'Booking Accepted', 'Your booking has been accepted', NULL, '', '0', '0', '2024-06-12 19:17:01', '2024-06-12 15:17:01', NULL),
(145, 'ae3308e9884986e33a30ef4669916da0', 'cancelled', 26, 6, 'bookings', 119, '2f573', 'bookings', NULL, '2f573', 'Job Cancelled', 'Job has been cancelled', NULL, '', '1', '1', '2024-06-12 19:17:28', '2024-06-12 15:17:28', NULL),
(146, '96cb9d96ddb19be9e8e810ec4536c3b4', 'pending', 6, 26, 'bookings', 120, '1i5iot', 'bookings', NULL, '1i5iot', 'Booking Accepted', 'Your booking has been accepted', NULL, '', '0', '0', '2024-06-12 19:20:16', '2024-06-12 15:20:16', NULL),
(147, '82255c8cf4004e1d809928e01c3d7a99', 'cancelled', 26, 6, 'bookings', 120, '1i5iot', 'bookings', NULL, '1i5iot', 'Job Cancelled', 'Job has been cancelled', NULL, '', '0', '0', '2024-06-12 19:20:51', '2024-06-12 15:20:51', NULL),
(148, '1f838b2b8486798f3eaa67eb2aba448d', 'customer_booking_notifier', 1, 26, 'bookings', 118, 'uoowj', 'bookings', NULL, 'uoowj', 'Admin Notification', 'Is everything going fine ?', NULL, '', '0', '0', '2024-06-12 19:26:43', '2024-06-12 15:26:43', NULL),
(149, '96c059e240c34417ac59a5e2510bb7ef', 'customer_booking_notifier', 1, 3, 'bookings', 74, 'sttja', 'bookings', NULL, 'sttja', 'Admin Notification', 'Is everything going fine ?', NULL, '', '0', '0', '2024-06-12 19:26:43', '2024-06-12 15:26:43', NULL),
(150, 'b21bc19b9a672ea8116041c230841853', 'customer_booking_notifier', 1, 3, 'bookings', 90, '2xy01', 'bookings', NULL, '2xy01', 'Admin Notification', 'Is everything going fine ?', NULL, '', '0', '0', '2024-06-12 19:26:43', '2024-06-12 15:26:43', NULL),
(151, 'ce83aa4a3029b65784cd7566adff4b82', 'customer_booking_notifier', 1, 3, 'bookings', 10, 'ddguh', 'bookings', NULL, 'ddguh', 'Admin Notification', 'Is everything going fine ?', NULL, '', '0', '0', '2024-06-12 19:26:43', '2024-06-12 15:26:43', NULL),
(152, '60a925c11f665fb767065e71928b1746', 'customer_booking_notifier', 1, 26, 'bookings', 118, 'uoowj', 'bookings', NULL, 'uoowj', 'Admin Notification', 'Is everything going fine ?', NULL, '', '0', '0', '2024-06-12 19:26:56', '2024-06-12 15:26:56', NULL),
(153, '99c2864089f33acc9e69e85f3902fa79', 'customer_booking_notifier', 1, 3, 'bookings', 90, '2xy01', 'bookings', NULL, '2xy01', 'Admin Notification', 'Is everything going fine ?', NULL, '', '0', '0', '2024-06-12 19:26:56', '2024-06-12 15:26:56', NULL),
(154, '4f0a085a6f6cf27e693fb8d049fd4afa', 'customer_booking_notifier', 1, 3, 'bookings', 10, 'ddguh', 'bookings', NULL, 'ddguh', 'Admin Notification', 'Is everything going fine ?', NULL, '', '0', '0', '2024-06-12 19:26:56', '2024-06-12 15:26:56', NULL),
(155, 'dbb8a59b94ef7d5634541015d74a29af', 'customer_booking_notifier', 1, 3, 'bookings', 74, 'sttja', 'bookings', NULL, 'sttja', 'Admin Notification', 'Is everything going fine ?', NULL, '', '0', '0', '2024-06-12 19:26:56', '2024-06-12 15:26:56', NULL),
(156, '826187962617297a49527f6635d9b27f', 'customer_booking_notifier', 1, 26, 'bookings', 118, 'uoowj', 'bookings', NULL, 'uoowj', 'Admin Notification', 'Is everything going fine ?', NULL, '', '0', '0', '2024-06-12 19:28:31', '2024-06-12 15:28:31', NULL),
(157, '05de65480c906cb295346735c63448b1', 'customer_booking_notifier', 1, 3, 'bookings', 90, '2xy01', 'bookings', NULL, '2xy01', 'Admin Notification', 'Is everything going fine ?', NULL, '', '0', '0', '2024-06-12 19:28:31', '2024-06-12 15:28:31', NULL),
(158, '7a028fb0226338e5c66b663914dad8e4', 'customer_booking_notifier', 1, 3, 'bookings', 74, 'sttja', 'bookings', NULL, 'sttja', 'Admin Notification', 'Is everything going fine ?', NULL, '', '0', '0', '2024-06-12 19:28:31', '2024-06-12 15:28:31', NULL),
(159, '63ee116390e3575bfaf2c6c83d57e24c', 'customer_booking_notifier', 1, 3, 'bookings', 10, 'ddguh', 'bookings', NULL, 'ddguh', 'Admin Notification', 'Is everything going fine ?', NULL, '', '0', '0', '2024-06-12 19:28:31', '2024-06-12 15:28:31', NULL),
(160, 'd6831165198becf9305e40c3a85e5b00', 'customer_booking_notifier', 1, 26, 'bookings', 118, 'uoowj', 'bookings', NULL, 'uoowj', 'Admin Notification', 'Is everything going fine ?', NULL, '', '0', '0', '2024-06-12 19:36:59', '2024-06-12 15:36:59', NULL),
(161, 'b8e3127ba5af91789f47ef8404a1da3e', 'customer_booking_notifier', 1, 3, 'bookings', 90, '2xy01', 'bookings', NULL, '2xy01', 'Admin Notification', 'Is everything going fine ?', NULL, '', '0', '0', '2024-06-12 19:36:59', '2024-06-12 15:36:59', NULL),
(162, '3d205f8c1b6af16e2a18535a3626d776', 'customer_booking_notifier', 1, 3, 'bookings', 74, 'sttja', 'bookings', NULL, 'sttja', 'Admin Notification', 'Is everything going fine ?', NULL, '', '0', '0', '2024-06-12 19:36:59', '2024-06-12 15:36:59', NULL),
(163, 'ec6c89e90cc8569bf87828e0aa9fd3fd', 'customer_booking_notifier', 1, 3, 'bookings', 10, 'ddguh', 'bookings', NULL, 'ddguh', 'Admin Notification', 'Is everything going fine ?', NULL, '', '0', '0', '2024-06-12 19:36:59', '2024-06-12 15:36:59', NULL),
(164, 'b68e8442afd40f0bfef4f8e7cfdab460', 'pending', 6, 26, 'bookings', 124, '1fq1ei', 'bookings', NULL, '1fq1ei', 'Booking Accepted', 'Your booking has been accepted', NULL, '', '0', '0', '2024-06-12 19:43:10', '2024-06-12 15:43:10', NULL),
(165, 'fce5df9faddacccbb493e7508ffeb52e', 'pending', 6, 26, 'bookings', 124, '1fq1ei', 'bookings', NULL, '1fq1ei', 'Booking Accepted', 'Your booking has been accepted', NULL, '', '0', '0', '2024-06-12 19:43:14', '2024-06-12 15:43:14', NULL),
(166, '676898c7f319e6fcc53e5ed45691f3cc', 'pending', 2, 3, 'bookings', 125, '7n5cm', 'bookings', NULL, '7n5cm', 'Booking Accepted', 'Your booking has been accepted', NULL, '', '0', '0', '2024-06-13 11:02:34', '2024-06-13 07:02:34', NULL),
(167, 'a4b219e3d477d2499a006409bb593e54', 'on_the_way', 2, 3, 'bookings', 125, '7n5cm', 'bookings', NULL, '7n5cm', 'On The Way', 'Service Provider is on the way', NULL, '', '0', '0', '2024-06-13 11:03:25', '2024-06-13 07:03:25', NULL),
(168, '56da1e900a0e743b7199ad3f50aa708a', 'arrived', 2, 3, 'bookings', 125, '7n5cm', 'bookings', NULL, '7n5cm', 'Arrived', 'Service Provider has arrived', NULL, '', '0', '0', '2024-06-13 11:04:25', '2024-06-13 07:04:25', NULL),
(169, '236c7d351ae89113a6e75a03c4cb6909', 'in_progress', 2, 3, 'bookings', 125, '7n5cm', 'bookings', NULL, '7n5cm', 'Job Started', 'Job has been started', NULL, '', '0', '0', '2024-06-13 11:20:27', '2024-06-13 07:20:27', NULL),
(170, '5816696519364e5aaf278fce06c7f285', 'completion_pending', 2, 3, 'bookings', 125, '7n5cm', 'bookings', NULL, '7n5cm', 'Job Finished', 'Job has been finished', NULL, '', '0', '0', '2024-06-13 11:39:29', '2024-06-13 07:39:29', NULL),
(171, '9c9df29c064ed78260ce25481ea7dc4a', 'completed', 3, 2, 'bookings', 125, '7n5cm', 'bookings', NULL, '7n5cm', 'Job Completed', 'Job has been completed', NULL, '', '0', '0', '2024-06-13 13:53:56', '2024-06-13 09:53:56', NULL),
(172, '96b9f64adb3b29e3144e246d83b0b596', 'pending', 2, 3, 'bookings', 127, 'w6bo1', 'bookings', NULL, 'w6bo1', 'Booking Accepted', 'Your booking has been accepted', NULL, '', '0', '0', '2024-06-13 13:55:28', '2024-06-13 09:55:28', NULL),
(173, '97313943504f9c684e8d8b1e9417decd', 'on_the_way', 2, 3, 'bookings', 127, 'w6bo1', 'bookings', NULL, 'w6bo1', 'On The Way', 'Service Provider is on the way', NULL, '', '0', '0', '2024-06-13 13:56:11', '2024-06-13 09:56:11', NULL),
(174, '3ea282b30a72cfe612086e75e825435d', 'arrived', 2, 3, 'bookings', 127, 'w6bo1', 'bookings', NULL, 'w6bo1', 'Arrived', 'Service Provider has arrived', NULL, '', '0', '0', '2024-06-13 13:58:31', '2024-06-13 09:58:31', NULL),
(175, '2f7ec49dd2ee6a1f8fbab70ff43af089', 'in_progress', 2, 3, 'bookings', 127, 'w6bo1', 'bookings', NULL, 'w6bo1', 'Job Started', 'Job has been started', NULL, '', '0', '0', '2024-06-13 13:58:52', '2024-06-13 09:58:52', NULL),
(176, '0bf793f1c969de695fe71f8464f0e311', 'completion_pending', 2, 3, 'bookings', 127, 'w6bo1', 'bookings', NULL, 'w6bo1', 'Job Finished', 'Job has been finished', NULL, '', '0', '0', '2024-06-13 14:09:46', '2024-06-13 10:09:46', NULL),
(177, '04240b52ccfadf22c0f53ffdcd4f747d', 'pending', 2, 3, 'bookings', 129, 'xuj77', 'bookings', NULL, 'xuj77', 'Booking Accepted', 'Your booking has been accepted', NULL, '', '0', '0', '2024-06-13 14:33:07', '2024-06-13 10:33:07', NULL),
(178, 'e2a5cbcfcc6714f91eab3c753e4131b8', 'on_the_way', 2, 3, 'bookings', 129, 'xuj77', 'bookings', NULL, 'xuj77', 'On The Way', 'Service Provider is on the way', NULL, '', '0', '0', '2024-06-13 14:33:23', '2024-06-13 10:33:23', NULL),
(179, '56812f1c86502c5ba499c5dfe9e7b351', 'arrived', 2, 3, 'bookings', 129, 'xuj77', 'bookings', NULL, 'xuj77', 'Arrived', 'Service Provider has arrived', NULL, '', '0', '0', '2024-06-13 14:34:51', '2024-06-13 10:34:51', NULL),
(180, '38a818e41b4e2f3158d3692628a11c2a', 'in_progress', 2, 3, 'bookings', 129, 'xuj77', 'bookings', NULL, 'xuj77', 'Job Started', 'Job has been started', NULL, '', '0', '0', '2024-06-13 14:35:47', '2024-06-13 10:35:47', NULL),
(181, '1d1bdf04846a7b4fa82611c37c8ec628', 'completion_pending', 2, 3, 'bookings', 129, 'xuj77', 'bookings', NULL, 'xuj77', 'Job Finished', 'Job has been finished', NULL, '', '0', '0', '2024-06-13 14:39:12', '2024-06-13 10:39:12', NULL),
(182, 'bf82db912edcdf70371fe1846d6ff88a', 'pending', 2, 3, 'bookings', 130, '16lcnm', 'bookings', NULL, '16lcnm', 'Booking Accepted', 'Your booking has been accepted', NULL, '', '0', '0', '2024-06-13 14:42:28', '2024-06-13 10:42:28', NULL),
(183, 'd7402d956d620a51cf01b9c0d2be3f52', 'on_the_way', 2, 3, 'bookings', 115, '1imsgd', 'bookings', NULL, '1imsgd', 'On The Way', 'Service Provider is on the way', NULL, '', '0', '0', '2024-06-13 14:43:06', '2024-06-13 10:43:06', NULL),
(184, '93085fc85253a8b75eed926d40b0e885', 'on_the_way', 2, 3, 'bookings', 130, '16lcnm', 'bookings', NULL, '16lcnm', 'On The Way', 'Service Provider is on the way', NULL, '', '0', '0', '2024-06-13 14:44:51', '2024-06-13 10:44:51', NULL),
(185, '93933798e2730ab8f8472ce2128fd8f0', 'arrived', 2, 3, 'bookings', 130, '16lcnm', 'bookings', NULL, '16lcnm', 'Arrived', 'Service Provider has arrived', NULL, '', '0', '0', '2024-06-13 14:46:42', '2024-06-13 10:46:42', NULL),
(186, '9ebd9cd0468bda57430d741fd98b9645', 'in_progress', 2, 3, 'bookings', 130, '16lcnm', 'bookings', NULL, '16lcnm', 'Job Started', 'Job has been started', NULL, '', '0', '0', '2024-06-13 15:01:35', '2024-06-13 11:01:35', NULL),
(187, '7b5d872509a1af85445afcd9a96407fc', 'completion_pending', 2, 3, 'bookings', 130, '16lcnm', 'bookings', NULL, '16lcnm', 'Job Finished', 'Job has been finished', NULL, '', '0', '0', '2024-06-13 15:14:27', '2024-06-13 11:14:27', NULL),
(188, '3cc4eeb7db656ed83f9ed3e793826c5f', 'arrived', 2, 3, 'bookings', 115, '1imsgd', 'bookings', NULL, '1imsgd', 'Arrived', 'Service Provider has arrived', NULL, '', '0', '0', '2024-06-13 15:44:42', '2024-06-13 11:44:42', NULL),
(189, 'ed34d97f417c8e4f75a8a7bd374f57f5', 'in_progress', 2, 3, 'bookings', 115, '1imsgd', 'bookings', NULL, '1imsgd', 'Job Started', 'Job has been started', NULL, '', '1', '1', '2024-06-13 15:45:41', '2024-06-13 11:45:41', NULL),
(190, '0021f59b63b0b7c44b4586d2b111a372', 'on_the_way', 2, 3, 'bookings', 83, 'njqbt', 'bookings', NULL, 'njqbt', 'On The Way', 'Service Provider is on the way', NULL, '', '1', '1', '2024-06-13 15:47:57', '2024-06-13 11:47:57', NULL),
(191, '19759a5434b4463dd9645de9b2282c02', 'arrived', 2, 3, 'bookings', 82, '1k3xe9', 'bookings', NULL, '1k3xe9', 'Arrived', 'Service Provider has arrived', NULL, '', '0', '0', '2024-06-13 15:49:00', '2024-06-13 11:49:00', NULL),
(192, '64d4e3bce7c4eae4c6b24e304eb706e7', 'in_progress', 2, 3, 'bookings', 82, '1k3xe9', 'bookings', NULL, '1k3xe9', 'Job Started', 'Job has been started', NULL, '', '1', '1', '2024-06-13 15:49:38', '2024-06-13 11:49:38', NULL),
(193, 'dd72b9bdc72bce2520a98686cfe52b2d', 'on_the_way', 2, 3, 'bookings', 86, '1bt1ke', 'bookings', NULL, '1bt1ke', 'On The Way', 'Service Provider is on the way', NULL, '', '0', '0', '2024-06-13 16:02:20', '2024-06-13 12:02:20', NULL),
(194, 'be8de8708221cc163942516b4a3776bb', 'arrived', 2, 3, 'bookings', 86, '1bt1ke', 'bookings', NULL, '1bt1ke', 'Arrived', 'Service Provider has arrived', NULL, '', '1', '1', '2024-06-13 16:03:07', '2024-06-13 12:03:07', NULL),
(195, 'f668ef3c56ffccc9da260b2be21ff79d', 'in_progress', 2, 3, 'bookings', 86, '1bt1ke', 'bookings', NULL, '1bt1ke', 'Job Started', 'Job has been started', NULL, '', '0', '0', '2024-06-13 16:07:44', '2024-06-13 12:07:44', NULL),
(196, '07513a3727cad72373674ca18860c8d7', 'completion_pending', 2, 3, 'bookings', 115, '1imsgd', 'bookings', NULL, '1imsgd', 'Job Finished', 'Job has been finished', NULL, '', '1', '1', '2024-06-13 16:08:22', '2024-06-13 12:08:22', NULL),
(197, '5ac0e6c518b5a768a0b9fa39b43ef5f9', 'completion_pending', 2, 3, 'bookings', 10, 'ddguh', 'bookings', NULL, 'ddguh', 'Job Finished', 'Job has been finished', NULL, '', '0', '0', '2024-06-13 16:10:35', '2024-06-13 12:10:35', NULL),
(198, '9647ea9b339bfca213b2d73c13545cd3', 'completion_pending', 2, 3, 'bookings', 74, 'sttja', 'bookings', NULL, 'sttja', 'Job Finished', 'Job has been finished', NULL, '', '0', '0', '2024-06-13 16:12:12', '2024-06-13 12:12:12', NULL),
(199, '92538f72f1e9f82e7a04f0710843e2d0', 'arrived', 2, 3, 'bookings', 80, 'tr6j', 'bookings', NULL, 'tr6j', 'Arrived', 'Service Provider has arrived', NULL, '', '0', '0', '2024-06-13 16:18:05', '2024-06-13 12:18:05', NULL),
(200, '226fe676a5eed3c23a900785ff4bf831', 'completion_pending', 2, 3, 'bookings', 90, '2xy01', 'bookings', NULL, '2xy01', 'Job Finished', 'Job has been finished', NULL, '', '0', '0', '2024-06-13 16:19:53', '2024-06-13 12:19:53', NULL),
(201, '01cb270ea414988a1fe36d242af8b032', 'on_the_way', 2, 3, 'bookings', 78, 'lac8x', 'bookings', NULL, 'lac8x', 'On The Way', 'Service Provider is on the way', NULL, '', '1', '1', '2024-06-13 16:21:18', '2024-06-13 12:21:18', NULL),
(202, 'a80c49eb12a54af6d8b71cea369cddfc', 'arrived', 2, 3, 'bookings', 79, '1gcesl', 'bookings', NULL, '1gcesl', 'Arrived', 'Service Provider has arrived', NULL, '', '0', '0', '2024-06-13 16:25:13', '2024-06-13 12:25:13', NULL),
(203, '6cc3bf521452db93b8844eeb4474fc6d', 'in_progress', 2, 3, 'bookings', 79, '1gcesl', 'bookings', NULL, '1gcesl', 'Job Started', 'Job has been started', NULL, '', '1', '1', '2024-06-13 16:25:53', '2024-06-13 12:25:53', NULL),
(204, 'a0e16d1245c98497ed0768a58c1285a3', 'arrived', 2, 3, 'bookings', 83, 'njqbt', 'bookings', NULL, 'njqbt', 'Arrived', 'Service Provider has arrived', NULL, '', '0', '0', '2024-06-13 16:28:16', '2024-06-13 12:28:16', NULL),
(205, 'b3d8071afba5777d29b37b6ef3561e65', 'in_progress', 2, 3, 'bookings', 83, 'njqbt', 'bookings', NULL, 'njqbt', 'Job Started', 'Job has been started', NULL, '', '0', '0', '2024-06-13 16:30:14', '2024-06-13 12:30:14', NULL),
(206, 'dada90c2ea0616bc7ae49b21883e639f', 'in_progress', 2, 3, 'bookings', 80, 'tr6j', 'bookings', NULL, 'tr6j', 'Job Started', 'Job has been started', NULL, '', '0', '0', '2024-06-13 16:31:52', '2024-06-13 12:31:52', NULL),
(207, '7f158fa181dce7aad8e6b93b9f6ab3d4', 'arrived', 2, 3, 'bookings', 78, 'lac8x', 'bookings', NULL, 'lac8x', 'Arrived', 'Service Provider has arrived', NULL, '', '0', '0', '2024-06-13 16:33:10', '2024-06-13 12:33:10', NULL),
(208, '19a81b3d348680c31cd7e3946d4bb33f', 'in_progress', 2, 3, 'bookings', 78, 'lac8x', 'bookings', NULL, 'lac8x', 'Job Started', 'Job has been started', NULL, '', '0', '0', '2024-06-13 16:34:02', '2024-06-13 12:34:02', NULL),
(209, '7a31523a19be6539b2678d837fbfe3cb', 'arrived', 2, 3, 'bookings', 77, '1csss', 'bookings', NULL, '1csss', 'Arrived', 'Service Provider has arrived', NULL, '', '0', '0', '2024-06-13 16:34:56', '2024-06-13 12:34:56', NULL),
(210, 'bcbdd2687d017ef744fbcd190ee63c59', 'in_progress', 2, 3, 'bookings', 77, '1csss', 'bookings', NULL, '1csss', 'Job Started', 'Job has been started', NULL, '', '0', '0', '2024-06-13 16:35:46', '2024-06-13 12:35:46', NULL);
INSERT INTO `notifications` (`id`, `unique_id`, `identifier`, `actor_id`, `target_id`, `module`, `module_id`, `module_slug`, `reference_module`, `reference_id`, `reference_slug`, `title`, `description`, `web_redirect_link`, `is_badge`, `is_read`, `is_view`, `created_at`, `updated_at`, `deleted_at`) VALUES
(211, 'd0673ca83a5ff25766ba5176e634828f', 'on_the_way', 2, 3, 'bookings', 60, 'btuwg', 'bookings', NULL, 'btuwg', 'On The Way', 'Service Provider is on the way', NULL, '', '0', '0', '2024-06-13 16:39:05', '2024-06-13 12:39:05', NULL),
(212, '4ea5df446824b79beea0585a45c5153c', 'arrived', 2, 3, 'bookings', 60, 'btuwg', 'bookings', NULL, 'btuwg', 'Arrived', 'Service Provider has arrived', NULL, '', '0', '0', '2024-06-13 16:40:05', '2024-06-13 12:40:05', NULL),
(213, 'd121b5d6da9d7f895a031c3e29dd8b65', 'in_progress', 2, 3, 'bookings', 60, 'btuwg', 'bookings', NULL, 'btuwg', 'Job Started', 'Job has been started', NULL, '', '0', '0', '2024-06-13 16:40:53', '2024-06-13 12:40:53', NULL),
(214, '641db4a7ad2730b67c488988b32dd771', 'on_the_way', 2, 3, 'bookings', 61, '1bcngl', 'bookings', NULL, '1bcngl', 'On The Way', 'Service Provider is on the way', NULL, '', '0', '0', '2024-06-13 16:41:37', '2024-06-13 12:41:37', NULL),
(215, 'a8148813dfd598c496da2b8843b50d4c', 'arrived', 2, 3, 'bookings', 61, '1bcngl', 'bookings', NULL, '1bcngl', 'Arrived', 'Service Provider has arrived', NULL, '', '0', '0', '2024-06-13 16:42:46', '2024-06-13 12:42:46', NULL),
(216, '6f5673a1f72f5d3fffd633be75267fb8', 'in_progress', 2, 3, 'bookings', 61, '1bcngl', 'bookings', NULL, '1bcngl', 'Job Started', 'Job has been started', NULL, '', '0', '0', '2024-06-13 16:44:08', '2024-06-13 12:44:08', NULL),
(217, '2fb05425fd8044d3df4f76a2412f0700', 'on_the_way', 2, 3, 'bookings', 59, '14h28e', 'bookings', NULL, '14h28e', 'On The Way', 'Service Provider is on the way', NULL, '', '1', '1', '2024-06-13 16:44:54', '2024-06-13 12:44:54', NULL),
(218, '4ade53cbe1924d02ef4a27a110ba7a47', 'arrived', 2, 3, 'bookings', 59, '14h28e', 'bookings', NULL, '14h28e', 'Arrived', 'Service Provider has arrived', NULL, '', '0', '0', '2024-06-13 16:53:14', '2024-06-13 12:53:14', NULL),
(219, '8501d0f1d4851b470bce1f647cff955b', 'in_progress', 2, 3, 'bookings', 59, '14h28e', 'bookings', NULL, '14h28e', 'Job Started', 'Job has been started', NULL, '', '0', '0', '2024-06-13 16:55:53', '2024-06-13 12:55:53', NULL),
(220, '82f81fbedb62f27cfb2f6a02243358f3', 'on_the_way', 2, 3, 'bookings', 17, '1mo17d', 'bookings', NULL, '1mo17d', 'On The Way', 'Service Provider is on the way', NULL, '', '0', '0', '2024-06-13 16:56:57', '2024-06-13 12:56:57', NULL),
(221, 'd27e98f96a56d4f78d5677d58476174c', 'arrived', 2, 3, 'bookings', 17, '1mo17d', 'bookings', NULL, '1mo17d', 'Arrived', 'Service Provider has arrived', NULL, '', '0', '0', '2024-06-13 17:02:04', '2024-06-13 13:02:04', NULL),
(222, 'f88eee53e336401a9b2ced3f2c859f3d', 'in_progress', 2, 3, 'bookings', 17, '1mo17d', 'bookings', NULL, '1mo17d', 'Job Started', 'Job has been started', NULL, '', '0', '0', '2024-06-13 17:03:22', '2024-06-13 13:03:22', NULL),
(223, '5a621c05d57e121fea89af86f75dfb83', 'customer_booking_notifier', 1, 26, 'bookings', 118, 'uoowj', 'bookings', NULL, 'uoowj', 'Admin Notification', 'Is everything going fine ?', NULL, '', '0', '0', '2024-06-14 09:30:55', '2024-06-14 05:30:55', NULL),
(224, '2a92dffa62d73e03b75bddd1663111af', 'customer_booking_notifier', 1, 3, 'bookings', 86, '1bt1ke', 'bookings', NULL, '1bt1ke', 'Admin Notification', 'Is everything going fine ?', NULL, '', '0', '0', '2024-06-14 09:30:56', '2024-06-14 05:30:56', NULL),
(225, '8247b442f43ec44f14a87df1ef0f7727', 'customer_booking_notifier', 1, 3, 'bookings', 83, 'njqbt', 'bookings', NULL, 'njqbt', 'Admin Notification', 'Is everything going fine ?', NULL, '', '0', '0', '2024-06-14 09:30:56', '2024-06-14 05:30:56', NULL),
(226, 'e74161922d8e4faec61d89efebeab0f1', 'customer_booking_notifier', 1, 3, 'bookings', 82, '1k3xe9', 'bookings', NULL, '1k3xe9', 'Admin Notification', 'Is everything going fine ?', NULL, '', '0', '0', '2024-06-14 09:30:56', '2024-06-14 05:30:56', NULL),
(227, '5540f8fe65899c9a72f117ffddbaac96', 'customer_booking_notifier', 1, 3, 'bookings', 80, 'tr6j', 'bookings', NULL, 'tr6j', 'Admin Notification', 'Is everything going fine ?', NULL, '', '0', '0', '2024-06-14 09:30:56', '2024-06-14 05:30:56', NULL),
(228, '3ec265c1cf7357ac808bbed1967abece', 'customer_booking_notifier', 1, 3, 'bookings', 78, 'lac8x', 'bookings', NULL, 'lac8x', 'Admin Notification', 'Is everything going fine ?', NULL, '', '0', '0', '2024-06-14 09:30:56', '2024-06-14 05:30:56', NULL),
(229, 'b66c2c501b0c9bdaefb0a45373162f26', 'customer_booking_notifier', 1, 3, 'bookings', 79, '1gcesl', 'bookings', NULL, '1gcesl', 'Admin Notification', 'Is everything going fine ?', NULL, '', '0', '0', '2024-06-14 09:30:56', '2024-06-14 05:30:56', NULL),
(230, '8b0c7343a481c6552c61218ff3a53330', 'customer_booking_notifier', 1, 3, 'bookings', 77, '1csss', 'bookings', NULL, '1csss', 'Admin Notification', 'Is everything going fine ?', NULL, '', '0', '0', '2024-06-14 09:30:56', '2024-06-14 05:30:56', NULL),
(231, '473da6209656fa9b29aaded149435018', 'customer_booking_notifier', 1, 3, 'bookings', 61, '1bcngl', 'bookings', NULL, '1bcngl', 'Admin Notification', 'Is everything going fine ?', NULL, '', '0', '0', '2024-06-14 09:30:56', '2024-06-14 05:30:56', NULL),
(232, 'adeacabda8329ec40cd1d0b61b69a202', 'customer_booking_notifier', 1, 3, 'bookings', 60, 'btuwg', 'bookings', NULL, 'btuwg', 'Admin Notification', 'Is everything going fine ?', NULL, '', '0', '0', '2024-06-14 09:30:56', '2024-06-14 05:30:56', NULL),
(233, '71c2a5ad1630f9bfc36bce011c67c1ac', 'customer_booking_notifier', 1, 3, 'bookings', 59, '14h28e', 'bookings', NULL, '14h28e', 'Admin Notification', 'Is everything going fine ?', NULL, '', '0', '0', '2024-06-14 09:30:56', '2024-06-14 05:30:56', NULL),
(234, 'a92041b96acf469770e4c6553ff25a73', 'customer_booking_notifier', 1, 3, 'bookings', 17, '1mo17d', 'bookings', NULL, '1mo17d', 'Admin Notification', 'Is everything going fine ?', NULL, '', '0', '0', '2024-06-14 09:30:56', '2024-06-14 05:30:56', NULL),
(235, '59bec06eb70c2f99ba0c6a05c028cc8f', 'customer_booking_notifier', 1, 26, 'bookings', 118, 'uoowj', 'bookings', NULL, 'uoowj', 'Admin Notification', 'Is everything going fine ?', NULL, '', '0', '0', '2024-06-14 09:31:31', '2024-06-14 05:31:31', NULL),
(236, 'ebd91dbc8b08791f95897458f0c4e95a', 'customer_booking_notifier', 1, 3, 'bookings', 86, '1bt1ke', 'bookings', NULL, '1bt1ke', 'Admin Notification', 'Is everything going fine ?', NULL, '', '0', '0', '2024-06-14 09:31:31', '2024-06-14 05:31:31', NULL),
(237, 'cb3ab3f118538dd02831db990a888d0c', 'customer_booking_notifier', 1, 3, 'bookings', 83, 'njqbt', 'bookings', NULL, 'njqbt', 'Admin Notification', 'Is everything going fine ?', NULL, '', '0', '0', '2024-06-14 09:31:31', '2024-06-14 05:31:31', NULL),
(238, '3560bf237d7ea1e6d44523e04ea8bb90', 'customer_booking_notifier', 1, 3, 'bookings', 82, '1k3xe9', 'bookings', NULL, '1k3xe9', 'Admin Notification', 'Is everything going fine ?', NULL, '', '0', '0', '2024-06-14 09:31:31', '2024-06-14 05:31:31', NULL),
(239, 'f1a118ab769482c24ea6632243c9817e', 'customer_booking_notifier', 1, 3, 'bookings', 80, 'tr6j', 'bookings', NULL, 'tr6j', 'Admin Notification', 'Is everything going fine ?', NULL, '', '0', '0', '2024-06-14 09:31:31', '2024-06-14 05:31:31', NULL),
(240, '27df0404ed0fd9b9af63815116e55161', 'customer_booking_notifier', 1, 3, 'bookings', 79, '1gcesl', 'bookings', NULL, '1gcesl', 'Admin Notification', 'Is everything going fine ?', NULL, '', '0', '0', '2024-06-14 09:31:31', '2024-06-14 05:31:31', NULL),
(241, '653d62333dabc64c51767dd5ecfcac6a', 'customer_booking_notifier', 1, 3, 'bookings', 61, '1bcngl', 'bookings', NULL, '1bcngl', 'Admin Notification', 'Is everything going fine ?', NULL, '', '0', '0', '2024-06-14 09:31:31', '2024-06-14 05:31:31', NULL),
(242, '05d39c0afe7979b4ab8f4be91834c4a9', 'customer_booking_notifier', 1, 3, 'bookings', 78, 'lac8x', 'bookings', NULL, 'lac8x', 'Admin Notification', 'Is everything going fine ?', NULL, '', '0', '0', '2024-06-14 09:31:31', '2024-06-14 05:31:31', NULL),
(243, '99fd97eb780857c3969b4ef91c3b7a35', 'customer_booking_notifier', 1, 3, 'bookings', 77, '1csss', 'bookings', NULL, '1csss', 'Admin Notification', 'Is everything going fine ?', NULL, '', '0', '0', '2024-06-14 09:31:31', '2024-06-14 05:31:31', NULL),
(244, '6b557e9b4220ad23b6d9cd18b38007e8', 'customer_booking_notifier', 1, 3, 'bookings', 60, 'btuwg', 'bookings', NULL, 'btuwg', 'Admin Notification', 'Is everything going fine ?', NULL, '', '0', '0', '2024-06-14 09:31:31', '2024-06-14 05:31:31', NULL),
(245, 'a81ff26f6502b2e63b9e521dfa9bc309', 'customer_booking_notifier', 1, 3, 'bookings', 59, '14h28e', 'bookings', NULL, '14h28e', 'Admin Notification', 'Is everything going fine ?', NULL, '', '0', '0', '2024-06-14 09:31:31', '2024-06-14 05:31:31', NULL),
(246, '9f7160db36f4e50e6f9a85caaf3e3075', 'customer_booking_notifier', 1, 3, 'bookings', 17, '1mo17d', 'bookings', NULL, '1mo17d', 'Admin Notification', 'Is everything going fine ?', NULL, '', '0', '0', '2024-06-14 09:31:31', '2024-06-14 05:31:31', NULL),
(247, 'f96d15b155be5ff44e074afaef53f288', 'customer_booking_notifier', 1, 26, 'bookings', 118, 'uoowj', 'bookings', NULL, 'uoowj', 'Admin Notification', 'Is everything going fine ?', NULL, '', '0', '0', '2024-06-14 09:36:23', '2024-06-14 05:36:23', NULL),
(248, 'c161522de706430f8db5485b9b692ffc', 'customer_booking_notifier', 1, 3, 'bookings', 86, '1bt1ke', 'bookings', NULL, '1bt1ke', 'Admin Notification', 'Is everything going fine ?', NULL, '', '0', '0', '2024-06-14 09:36:23', '2024-06-14 05:36:23', NULL),
(249, '3d4ea5280f48456eab30778929e4c81f', 'customer_booking_notifier', 1, 3, 'bookings', 83, 'njqbt', 'bookings', NULL, 'njqbt', 'Admin Notification', 'Is everything going fine ?', NULL, '', '0', '0', '2024-06-14 09:36:23', '2024-06-14 05:36:23', NULL),
(250, '13bf1f2141ba021917dd534e48498df7', 'customer_booking_notifier', 1, 3, 'bookings', 82, '1k3xe9', 'bookings', NULL, '1k3xe9', 'Admin Notification', 'Is everything going fine ?', NULL, '', '0', '0', '2024-06-14 09:36:23', '2024-06-14 05:36:23', NULL),
(251, '2bbf6f24f1d4542c0b5ef8b283865d69', 'customer_booking_notifier', 1, 3, 'bookings', 79, '1gcesl', 'bookings', NULL, '1gcesl', 'Admin Notification', 'Is everything going fine ?', NULL, '', '0', '0', '2024-06-14 09:36:23', '2024-06-14 05:36:23', NULL),
(252, '3330a108ae4a68302030136c8073e58f', 'customer_booking_notifier', 1, 3, 'bookings', 80, 'tr6j', 'bookings', NULL, 'tr6j', 'Admin Notification', 'Is everything going fine ?', NULL, '', '0', '0', '2024-06-14 09:36:23', '2024-06-14 05:36:23', NULL),
(253, '57b8f06739822fee19b69341e965dae6', 'customer_booking_notifier', 1, 3, 'bookings', 77, '1csss', 'bookings', NULL, '1csss', 'Admin Notification', 'Is everything going fine ?', NULL, '', '0', '0', '2024-06-14 09:36:23', '2024-06-14 05:36:23', NULL),
(254, 'e72cba6ff1b12f8659d1dc0856aed37c', 'customer_booking_notifier', 1, 3, 'bookings', 61, '1bcngl', 'bookings', NULL, '1bcngl', 'Admin Notification', 'Is everything going fine ?', NULL, '', '0', '0', '2024-06-14 09:36:23', '2024-06-14 05:36:23', NULL),
(255, 'c2fa757014c467a6760b6b966701ed98', 'customer_booking_notifier', 1, 3, 'bookings', 78, 'lac8x', 'bookings', NULL, 'lac8x', 'Admin Notification', 'Is everything going fine ?', NULL, '', '0', '0', '2024-06-14 09:36:23', '2024-06-14 05:36:23', NULL),
(256, '19a5d8599099b569708809ed738f3f54', 'customer_booking_notifier', 1, 3, 'bookings', 60, 'btuwg', 'bookings', NULL, 'btuwg', 'Admin Notification', 'Is everything going fine ?', NULL, '', '1', '1', '2024-06-14 09:36:23', '2024-06-14 05:36:23', NULL),
(257, 'b74840b2a24af87bccab8184dbe85a51', 'customer_booking_notifier', 1, 3, 'bookings', 59, '14h28e', 'bookings', NULL, '14h28e', 'Admin Notification', 'Is everything going fine ?', NULL, '', '0', '0', '2024-06-14 09:36:23', '2024-06-14 05:36:23', NULL),
(258, '115e72ae426a79958b7aefdf4e15651a', 'customer_booking_notifier', 1, 3, 'bookings', 17, '1mo17d', 'bookings', NULL, '1mo17d', 'Admin Notification', 'Is everything going fine ?', NULL, '', '0', '0', '2024-06-14 09:36:23', '2024-06-14 05:36:23', NULL),
(259, '317c8bccc06bc9292ac3f7006d63dd45', 'completed', 3, 2, 'bookings', 127, 'w6bo1', 'bookings', NULL, 'w6bo1', 'Job Completed', 'Job has been completed', NULL, '', '0', '0', '2024-06-14 09:37:59', '2024-06-14 05:37:59', NULL),
(260, '7e6b256b1286b0a9c816fec6f3dde816', 'completed', 3, 2, 'bookings', 129, 'xuj77', 'bookings', NULL, 'xuj77', 'Job Completed', 'Job has been completed', NULL, '', '1', '1', '2024-06-14 09:41:48', '2024-06-14 05:41:48', NULL),
(261, 'bffae2c256ab57c7c44661cd4255d1d7', 'review_added', 3, 2, 'bookings', 129, 'xuj77', 'bookings', NULL, 'xuj77', 'Review Added', 'User has added a review', NULL, '', '0', '0', '2024-06-14 09:43:18', '2024-06-14 05:43:18', NULL),
(262, '050b30ea7885c9fafc7fc829f1c51d36', 'review_added', 3, 2, 'bookings', 127, 'w6bo1', 'bookings', NULL, 'w6bo1', 'Review Added', 'User has added a review', NULL, '', '0', '0', '2024-06-14 09:49:32', '2024-06-14 05:49:32', NULL),
(263, 'd0c3d16e8b35025de7dd0443f35b65e5', 'review_added', 3, 2, 'bookings', 125, '7n5cm', 'bookings', NULL, '7n5cm', 'Review Added', 'User has added a review', NULL, '', '0', '0', '2024-06-14 09:51:41', '2024-06-14 05:51:41', NULL),
(264, 'fc0200189034c019fe109639f19551c1', 'review_added', 3, 2, 'bookings', 6, '1mzlgz', 'bookings', NULL, '1mzlgz', 'Review Added', 'User has added a review', NULL, '', '0', '0', '2024-06-14 09:52:46', '2024-06-14 05:52:46', NULL),
(265, '3df480067439752552fb4743237e29fd', 'completed', 3, 2, 'bookings', 115, '1imsgd', 'bookings', NULL, '1imsgd', 'Job Completed', 'Job has been completed', NULL, '', '1', '1', '2024-06-14 09:53:38', '2024-06-14 05:53:38', NULL),
(266, 'd6fc5399f5c9b503f30587464128f1a8', 'completed', 3, 2, 'bookings', 90, '2xy01', 'bookings', NULL, '2xy01', 'Job Completed', 'Job has been completed', NULL, '', '0', '0', '2024-06-14 09:55:31', '2024-06-14 05:55:31', NULL),
(267, '1e9bcc770c37ed70eb8a48af070d91ae', 'completed', 3, 2, 'bookings', 10, 'ddguh', 'bookings', NULL, 'ddguh', 'Job Completed', 'Job has been completed', NULL, '', '0', '0', '2024-06-14 10:01:22', '2024-06-14 06:01:22', NULL),
(268, '3a611a3ef25feda12e8a95d44d25049f', 'completed', 3, 2, 'bookings', 130, '16lcnm', 'bookings', NULL, '16lcnm', 'Job Completed', 'Job has been completed', NULL, '', '0', '0', '2024-06-14 10:05:11', '2024-06-14 06:05:11', NULL),
(269, 'b070740da852dd7e0665b791d79bd6a3', 'review_added', 3, 2, 'bookings', 130, '16lcnm', 'bookings', NULL, '16lcnm', 'Review Added', 'User has added a review', NULL, '', '0', '0', '2024-06-14 10:08:24', '2024-06-14 06:08:24', NULL),
(270, '6f12ce8c9765bee08919457c0d619399', 'pending', 2, 3, 'bookings', 135, '16htbi', 'bookings', NULL, '16htbi', 'Booking Accepted', 'Your booking has been accepted', NULL, '', '0', '0', '2024-06-14 10:16:53', '2024-06-14 06:16:53', NULL),
(271, 'f0ee3fd904bd2e66e0ea80ce837ed910', 'on_the_way', 2, 3, 'bookings', 135, '16htbi', 'bookings', NULL, '16htbi', 'On The Way', 'Service Provider is on the way', NULL, '', '0', '0', '2024-06-14 10:18:43', '2024-06-14 06:18:43', NULL),
(272, '7b30b19e14a8ed475510432b07dff541', 'pending', 2, 3, 'bookings', 136, '19e99x', 'bookings', NULL, '19e99x', 'Booking Accepted', 'Your booking has been accepted', NULL, '', '0', '0', '2024-06-14 14:13:38', '2024-06-14 10:13:38', NULL),
(273, '84e29254bb0e891ce7614a370ec1620c', 'pending', 2, 3, 'bookings', 137, '1e99sc', 'bookings', NULL, '1e99sc', 'Booking Accepted', 'Your booking has been accepted', NULL, '', '0', '0', '2024-06-14 14:14:16', '2024-06-14 10:14:16', NULL),
(274, '1ede027db7953b84cea85a3f74cddae2', 'pending', 2, 3, 'bookings', 138, 'ehojj', 'bookings', NULL, 'ehojj', 'Booking Accepted', 'Your booking has been accepted', NULL, '', '0', '0', '2024-06-14 14:14:50', '2024-06-14 10:14:50', NULL),
(275, '662eda41a08aec4a21c79e8a84d9931b', 'arrived', 2, 3, 'bookings', 135, '16htbi', 'bookings', NULL, '16htbi', 'Arrived', 'Service Provider has arrived', NULL, '', '0', '0', '2024-06-14 14:15:35', '2024-06-14 10:15:35', NULL),
(276, 'f249e3d2ad47ec14fceb812710e68e64', 'on_the_way', 2, 3, 'bookings', 138, 'ehojj', 'bookings', NULL, 'ehojj', 'On The Way', 'Service Provider is on the way', NULL, '', '0', '0', '2024-06-14 14:17:13', '2024-06-14 10:17:13', NULL),
(277, 'b2ca0902f951d7fe26c293788c5fc13b', 'arrived', 2, 3, 'bookings', 138, 'ehojj', 'bookings', NULL, 'ehojj', 'Arrived', 'Service Provider has arrived', NULL, '', '0', '0', '2024-06-14 14:19:01', '2024-06-14 10:19:01', NULL),
(278, '201e96ac93425123f35c2837d3e8fe04', 'in_progress', 2, 3, 'bookings', 138, 'ehojj', 'bookings', NULL, 'ehojj', 'Job Started', 'Job has been started', NULL, '', '0', '0', '2024-06-14 14:21:21', '2024-06-14 10:21:21', NULL),
(279, '974b8d192d4d7743b89745d4b406df4f', 'completion_pending', 2, 3, 'bookings', 138, 'ehojj', 'bookings', NULL, 'ehojj', 'Job Finished', 'Job has been finished', NULL, '', '1', '1', '2024-06-14 14:47:07', '2024-06-14 10:47:07', NULL),
(280, 'f4437510a4164a8024b91d7f8d5d3b3f', 'customer_booking_notifier', 1, 26, 'bookings', 118, 'uoowj', 'bookings', NULL, 'uoowj', 'Admin Notification', 'Is everything going fine ?', NULL, '', '0', '0', '2024-06-14 14:47:34', '2024-06-14 10:47:34', NULL),
(281, '25b9f0277450645fdebc317e07c450b9', 'customer_booking_notifier', 1, 3, 'bookings', 83, 'njqbt', 'bookings', NULL, 'njqbt', 'Admin Notification', 'Is everything going fine ?', NULL, '', '0', '0', '2024-06-14 14:47:35', '2024-06-14 10:47:35', NULL),
(282, 'fc8a0c795422aeefc897819e8ecebde5', 'customer_booking_notifier', 1, 3, 'bookings', 86, '1bt1ke', 'bookings', NULL, '1bt1ke', 'Admin Notification', 'Is everything going fine ?', NULL, '', '1', '1', '2024-06-14 14:47:35', '2024-06-14 10:47:35', NULL),
(283, '2693c32a0d0486d75ae3a23bb9059535', 'customer_booking_notifier', 1, 3, 'bookings', 80, 'tr6j', 'bookings', NULL, 'tr6j', 'Admin Notification', 'Is everything going fine ?', NULL, '', '1', '1', '2024-06-14 14:47:35', '2024-06-14 10:47:35', NULL),
(284, 'f8b26fed286b25b7383829cc5edd3d5a', 'customer_booking_notifier', 1, 3, 'bookings', 82, '1k3xe9', 'bookings', NULL, '1k3xe9', 'Admin Notification', 'Is everything going fine ?', NULL, '', '1', '1', '2024-06-14 14:47:35', '2024-06-14 10:47:35', NULL),
(285, '7d37d21ed6b3f3e4f02e2b3e76c7fed8', 'customer_booking_notifier', 1, 3, 'bookings', 78, 'lac8x', 'bookings', NULL, 'lac8x', 'Admin Notification', 'Is everything going fine ?', NULL, '', '0', '0', '2024-06-14 14:47:35', '2024-06-14 10:47:35', NULL),
(286, 'eec04dfc11df30d512d040a0dbc6ea7e', 'customer_booking_notifier', 1, 3, 'bookings', 79, '1gcesl', 'bookings', NULL, '1gcesl', 'Admin Notification', 'Is everything going fine ?', NULL, '', '0', '0', '2024-06-14 14:47:35', '2024-06-14 10:47:35', NULL),
(287, 'ca39fe5f5480216565a4f76705acf1c4', 'customer_booking_notifier', 1, 3, 'bookings', 77, '1csss', 'bookings', NULL, '1csss', 'Admin Notification', 'Is everything going fine ?', NULL, '', '0', '0', '2024-06-14 14:47:35', '2024-06-14 10:47:35', NULL),
(288, 'c70fa93236d5c3883614578e7ca19ec1', 'customer_booking_notifier', 1, 3, 'bookings', 61, '1bcngl', 'bookings', NULL, '1bcngl', 'Admin Notification', 'Is everything going fine ?', NULL, '', '0', '0', '2024-06-14 14:47:35', '2024-06-14 10:47:35', NULL),
(289, 'ee1a2a34f37d47b4a299f0cd7b2fcce1', 'customer_booking_notifier', 1, 3, 'bookings', 60, 'btuwg', 'bookings', NULL, 'btuwg', 'Admin Notification', 'Is everything going fine ?', NULL, '', '0', '0', '2024-06-14 14:47:35', '2024-06-14 10:47:35', NULL),
(290, '988e950f1268b0682c36de1adaa1126f', 'customer_booking_notifier', 1, 3, 'bookings', 17, '1mo17d', 'bookings', NULL, '1mo17d', 'Admin Notification', 'Is everything going fine ?', NULL, '', '0', '0', '2024-06-14 14:47:35', '2024-06-14 10:47:35', NULL),
(291, 'c0978e9e2ca039796eb4969b05bb6f47', 'customer_booking_notifier', 1, 3, 'bookings', 59, '14h28e', 'bookings', NULL, '14h28e', 'Admin Notification', 'Is everything going fine ?', NULL, '', '0', '0', '2024-06-14 14:47:35', '2024-06-14 10:47:35', NULL),
(292, 'a53218c7a20111e0862661544c4b7839', 'pending', 10, 11, 'bookings', 142, '10n3in', 'bookings', NULL, '10n3in', 'Booking Accepted', 'Your booking has been accepted', NULL, '', '0', '0', '2024-06-15 01:08:08', '2024-06-14 21:08:08', NULL),
(293, '927d98a9a62f58480aa7b7482ca3a210', 'on_the_way', 10, 11, 'bookings', 142, '10n3in', 'bookings', NULL, '10n3in', 'On The Way', 'Service Provider is on the way', NULL, '', '0', '0', '2024-06-15 01:08:47', '2024-06-14 21:08:47', NULL),
(294, 'd59d59e9e0b8da392fac34705c0884b3', 'arrived', 10, 11, 'bookings', 142, '10n3in', 'bookings', NULL, '10n3in', 'Arrived', 'Service Provider has arrived', NULL, '', '0', '0', '2024-06-15 01:09:10', '2024-06-14 21:09:10', NULL),
(295, 'a2aa0e9862e1df233b6e80363cb1f2ec', 'pending', 10, 11, 'bookings', 143, 'nctik', 'bookings', NULL, 'nctik', 'Booking Accepted', 'Your booking has been accepted', NULL, '', '0', '0', '2024-06-15 01:10:44', '2024-06-14 21:10:44', NULL),
(296, '3288827abcfc3c12ecc3ba96f50ed42c', 'on_the_way', 10, 11, 'bookings', 143, 'nctik', 'bookings', NULL, 'nctik', 'On The Way', 'Service Provider is on the way', NULL, '', '0', '0', '2024-06-15 01:11:43', '2024-06-14 21:11:43', NULL),
(297, '0f33e8f63b1b0cf68d49ebfd75396461', 'arrived', 10, 11, 'bookings', 143, 'nctik', 'bookings', NULL, 'nctik', 'Arrived', 'Service Provider has arrived', NULL, '', '0', '0', '2024-06-15 01:12:11', '2024-06-14 21:12:11', NULL),
(298, '551bb5427315d6bcb1b89d8b29535789', 'in_progress', 10, 11, 'bookings', 143, 'nctik', 'bookings', NULL, 'nctik', 'Job Started', 'Job has been started', NULL, '', '0', '0', '2024-06-15 01:13:57', '2024-06-14 21:13:57', NULL),
(299, '473d1819879f21a4104e02d5f44f844c', 'completion_pending', 10, 11, 'bookings', 143, 'nctik', 'bookings', NULL, 'nctik', 'Job Finished', 'Job has been finished', NULL, '', '1', '1', '2024-06-15 01:29:29', '2024-06-14 21:29:29', NULL),
(300, '2613e4aa2ad6a95f2dcf46e4f050e678', 'cancelled', 10, 11, 'bookings', 142, '10n3in', 'bookings', NULL, '10n3in', 'Job Cancelled', 'Job has been cancelled', NULL, '', '1', '1', '2024-06-15 02:15:56', '2024-06-14 22:15:56', NULL),
(301, '25cf65358b046b501a4ff6bb7dbbec2d', 'completed', 11, 10, 'bookings', 143, 'nctik', 'bookings', NULL, 'nctik', 'Job Completed', 'Job has been completed', NULL, '', '1', '1', '2024-06-15 02:16:41', '2024-06-14 22:16:41', NULL),
(302, '0b128724aacf1515cd34b1131ce1e185', 'review_added', 10, 10, 'bookings', 143, 'nctik', 'bookings', NULL, 'nctik', 'Review Added', 'User has added a review', NULL, '', '1', '1', '2024-06-15 02:17:03', '2024-06-14 22:17:03', NULL),
(303, 'a4bd3293857b61fada14fbe78d7cb92e', 'pending', 10, 11, 'bookings', 144, '13wgnf', 'bookings', NULL, '13wgnf', 'Booking Accepted', 'Your booking has been accepted', NULL, '0', '0', '0', '2024-06-15 04:05:19', '2024-06-15 00:05:19', NULL),
(304, 'cc6dbb726771f8d0310e7520434090a3', 'on_the_way', 10, 11, 'bookings', 144, '13wgnf', 'bookings', NULL, '13wgnf', 'On The Way', 'Service Provider is on the way', NULL, '0', '0', '0', '2024-06-15 04:07:03', '2024-06-15 00:07:03', NULL),
(305, '2dda241b3e70084c92ebfe3140b24af4', 'arrived', 10, 11, 'bookings', 144, '13wgnf', 'bookings', NULL, '13wgnf', 'Arrived', 'Service Provider has arrived', NULL, '0', '0', '0', '2024-06-15 04:22:56', '2024-06-15 00:22:56', NULL),
(306, 'c9164920cc2da6ae7eb87501f5f96fc7', 'in_progress', 10, 11, 'bookings', 144, '13wgnf', 'bookings', NULL, '13wgnf', 'Job Started', 'Job has been started', NULL, '0', '0', '0', '2024-06-15 06:42:15', '2024-06-15 02:42:15', NULL),
(307, '18fe05d28132244f027c5a9c71315760', 'completion_pending', 10, 11, 'bookings', 144, '13wgnf', 'bookings', NULL, '13wgnf', 'Job Finished', 'Job has been finished', NULL, '0', '0', '0', '2024-06-20 09:45:53', '2024-06-20 05:45:53', NULL),
(308, '668eaf5aa37d1e756b4d4319c73b1abf', 'pending', 7, 9, 'bookings', 150, 'zydqp', 'bookings', NULL, 'zydqp', 'Booking Accepted', 'Your booking has been accepted', NULL, '', '1', '1', '2024-06-20 18:14:40', '2024-06-20 14:14:40', NULL),
(309, 'fdf631413ac2da340dec49072e53a90b', 'on_the_way', 7, 9, 'bookings', 150, 'zydqp', 'bookings', NULL, 'zydqp', 'On The Way', 'Service Provider is on the way', NULL, '', '1', '1', '2024-06-20 18:17:39', '2024-06-20 14:17:39', NULL),
(310, '6b2625be81712950f8e4d6636299b90c', 'arrived', 7, 9, 'bookings', 150, 'zydqp', 'bookings', NULL, 'zydqp', 'Arrived', 'Service Provider has arrived', NULL, '', '1', '1', '2024-06-20 18:17:46', '2024-06-20 14:17:46', NULL),
(311, 'a90fe4fd88f6d728c1f9da792e2e08df', 'in_progress', 7, 9, 'bookings', 150, 'zydqp', 'bookings', NULL, 'zydqp', 'Job Started', 'Job has been started', NULL, '', '1', '1', '2024-06-20 18:18:06', '2024-06-20 14:18:06', NULL),
(312, '31f01dce2b0b4458dcfcc1f9e1fcc50b', 'completion_pending', 7, 9, 'bookings', 150, 'zydqp', 'bookings', NULL, 'zydqp', 'Job Finished', 'Job has been finished', NULL, '', '1', '1', '2024-06-20 18:26:16', '2024-06-20 14:26:16', NULL),
(313, 'c95f7cbecd39bdbe96ffb1d4aae25fdd', 'completed', 9, 7, 'bookings', 150, 'zydqp', 'bookings', NULL, 'zydqp', 'Job Completed', 'Job has been completed', NULL, '', '1', '1', '2024-06-20 18:48:09', '2024-06-20 14:48:09', NULL),
(314, 'fa9554fa67d9df9cbe8717de783cb040', 'pending', 14, 26, 'bookings', 153, '10ok9t', 'bookings', NULL, '10ok9t', 'Booking Accepted', 'Your booking has been accepted', NULL, '', '0', '0', '2024-06-24 12:05:56', '2024-06-24 08:05:56', NULL),
(315, '59c77c89adf3837033122f27bb9f1ea5', 'on_the_way', 14, 26, 'bookings', 153, '10ok9t', 'bookings', NULL, '10ok9t', 'On The Way', 'Service Provider is on the way', NULL, '', '0', '0', '2024-06-24 12:06:11', '2024-06-24 08:06:11', NULL),
(316, 'e9bf32c38ae6fbc3be4e903340035066', 'pending', 14, 26, 'bookings', 154, 'wern4', 'bookings', NULL, 'wern4', 'Booking Accepted', 'Your booking has been accepted', NULL, '', '0', '0', '2024-06-24 12:08:04', '2024-06-24 08:08:04', NULL),
(317, 'c735b1c7f077245f583d19a51e4378fb', 'on_the_way', 14, 26, 'bookings', 154, 'wern4', 'bookings', NULL, 'wern4', 'On The Way', 'Service Provider is on the way', NULL, '', '0', '0', '2024-06-24 12:08:33', '2024-06-24 08:08:33', NULL),
(318, 'ca39466178a475c37faee47dac1418b8', 'pending', 14, 26, 'bookings', 155, 'aiupb', 'bookings', NULL, 'aiupb', 'Booking Accepted', 'Your booking has been accepted', NULL, '', '0', '0', '2024-06-24 12:09:31', '2024-06-24 08:09:31', NULL),
(319, 'c6b2a6cb9b71647772921a4a9b265451', 'on_the_way', 14, 26, 'bookings', 155, 'aiupb', 'bookings', NULL, 'aiupb', 'On The Way', 'Service Provider is on the way', NULL, '', '0', '0', '2024-06-24 12:10:01', '2024-06-24 08:10:01', NULL),
(320, 'a0eca6fdb2ce4d35983daa705c1551d9', 'arrived', 14, 26, 'bookings', 155, 'aiupb', 'bookings', NULL, 'aiupb', 'Arrived', 'Service Provider has arrived', NULL, '', '0', '0', '2024-06-24 12:17:22', '2024-06-24 08:17:22', NULL),
(321, '93fccbfe3971869634e19099268cb73a', 'in_progress', 14, 26, 'bookings', 155, 'aiupb', 'bookings', NULL, 'aiupb', 'Job Started', 'Job has been started', NULL, '', '1', '1', '2024-06-24 12:17:24', '2024-06-24 08:17:24', NULL),
(322, '385eae6feabbb0cac82b0b323496380d', 'pending', 14, 26, 'bookings', 156, '1dzjwl', 'bookings', NULL, '1dzjwl', 'Booking Accepted', 'Your booking has been accepted', NULL, '0', '0', '0', '2024-06-24 12:23:15', '2024-06-24 08:23:15', NULL),
(323, '5db0029a3d8bfd50bcc97a09c876936f', 'cancelled', 26, 14, 'bookings', 156, '1dzjwl', 'bookings', NULL, '1dzjwl', 'Job Cancelled', 'Job has been cancelled', NULL, '0', '1', '1', '2024-06-24 12:23:27', '2024-06-24 08:23:27', NULL),
(324, '60cc72b45af5abeed9d47752d8dc75c0', 'pending', 14, 26, 'bookings', 157, '14ntch', 'bookings', NULL, '14ntch', 'Booking Accepted', 'Your booking has been accepted', NULL, '0', '0', '0', '2024-06-24 12:24:46', '2024-06-24 08:24:46', NULL),
(325, 'd9af124febbf956a6ff8f1986b809898', 'completion_pending', 14, 26, 'bookings', 155, 'aiupb', 'bookings', NULL, 'aiupb', 'Job Finished', 'Job has been finished', NULL, '0', '0', '0', '2024-06-24 12:34:50', '2024-06-24 08:34:50', NULL),
(326, '3a805f6c7f9361781a58a37b8fce33ae', 'completed', 26, 14, 'bookings', 155, 'aiupb', 'bookings', NULL, 'aiupb', 'Job Completed', 'Job has been completed', NULL, '0', '0', '0', '2024-06-24 12:35:05', '2024-06-24 08:35:05', NULL),
(327, 'f699858f71d4f48e0b03f1fdeff89032', 'pending', 2, 3, 'bookings', 165, 'kpbi5', 'bookings', NULL, 'kpbi5', 'Booking Accepted', 'Your booking has been accepted', NULL, '', '0', '0', '2024-06-25 14:04:01', '2024-06-25 10:04:01', NULL),
(328, '6f7cb07211ddb1f39ad435dd6b4ec9d7', 'on_the_way', 2, 3, 'bookings', 165, 'kpbi5', 'bookings', NULL, 'kpbi5', 'On The Way', 'Service Provider is on the way', NULL, '', '0', '0', '2024-06-25 14:05:21', '2024-06-25 10:05:21', NULL),
(329, '0488712352756b5ac917e6997625cbd5', 'arrived', 2, 3, 'bookings', 165, 'kpbi5', 'bookings', NULL, 'kpbi5', 'Arrived', 'Service Provider has arrived', NULL, '', '0', '0', '2024-06-25 14:05:56', '2024-06-25 10:05:56', NULL),
(330, '5c9bd183de8256ced693ef68d42d9940', 'in_progress', 2, 3, 'bookings', 165, 'kpbi5', 'bookings', NULL, 'kpbi5', 'Job Started', 'Job has been started', NULL, '', '1', '1', '2024-06-25 14:06:16', '2024-06-25 10:06:16', NULL),
(331, 'e01f478f6ce969d63ea6ed46f7c0f578', 'pending', 14, 28, 'bookings', 171, 'gqolh', 'bookings', NULL, 'gqolh', 'Booking Accepted', 'Your booking has been accepted', NULL, '', '1', '1', '2024-06-27 17:06:03', '2024-06-27 13:06:03', NULL),
(332, 'ffca3f4d617ce7ee3d717511003185d1', 'review_added', 9, 7, 'bookings', 150, 'zydqp', 'bookings', NULL, 'zydqp', 'Review Added', 'User has added a review', NULL, '', '1', '1', '2024-06-27 21:22:32', '2024-06-27 17:22:32', NULL),
(333, '643807af313f28aa6f3f6e1a2b770ab1', 'completion_pending', 2, 3, 'bookings', 165, 'kpbi5', 'bookings', NULL, 'kpbi5', 'Job Finished', 'Job has been finished', NULL, '', '0', '0', '2024-06-28 21:27:17', '2024-06-28 17:27:17', NULL),
(334, '3559938dcdc5382997b31f59dda74d2e', 'pending', 29, 28, 'bookings', 175, '3q4gl', 'bookings', NULL, '3q4gl', 'Booking Accepted', 'Your booking has been accepted', NULL, '0', '0', '0', '2024-07-01 12:33:38', '2024-07-01 08:33:38', NULL),
(335, '1d3a36c75488b8c756ebea9ca17d1ecd', 'on_the_way', 29, 28, 'bookings', 175, '3q4gl', 'bookings', NULL, '3q4gl', 'On The Way', 'Service Provider is on the way', NULL, '0', '0', '0', '2024-07-01 12:35:13', '2024-07-01 08:35:13', NULL),
(336, '4e18f644864a45435e8344a8fe42c8e2', 'arrived', 29, 28, 'bookings', 175, '3q4gl', 'bookings', NULL, '3q4gl', 'Arrived', 'Service Provider has arrived', NULL, '0', '0', '0', '2024-07-01 12:35:18', '2024-07-01 08:35:18', NULL),
(337, '69423578aa8a67bd1994f489b85797d6', 'in_progress', 29, 28, 'bookings', 175, '3q4gl', 'bookings', NULL, '3q4gl', 'Job Started', 'Job has been started', NULL, '0', '0', '0', '2024-07-01 12:35:20', '2024-07-01 08:35:20', NULL),
(338, 'abf59b940136922fb322dd3dca17dfa0', 'completion_pending', 29, 28, 'bookings', 175, '3q4gl', 'bookings', NULL, '3q4gl', 'Job Finished', 'Job has been finished', NULL, '0', '0', '0', '2024-07-01 12:36:13', '2024-07-01 08:36:13', NULL),
(339, 'ebe5845eb9d25186e79939b87855e461', 'pending', 29, 26, 'bookings', 179, '1d899w', 'bookings', NULL, '1d899w', 'Booking Accepted', 'Your booking has been accepted', NULL, '0', '0', '0', '2024-07-01 12:59:55', '2024-07-01 08:59:55', NULL),
(340, 'bbcf1a30869be2436ff75c189d6810a1', 'on_the_way', 29, 26, 'bookings', 179, '1d899w', 'bookings', NULL, '1d899w', 'On The Way', 'Service Provider is on the way', NULL, '0', '0', '0', '2024-07-01 13:00:05', '2024-07-01 09:00:05', NULL),
(341, 'd14571cb862cecb8211053152121556b', 'arrived', 29, 26, 'bookings', 179, '1d899w', 'bookings', NULL, '1d899w', 'Arrived', 'Service Provider has arrived', NULL, '0', '0', '0', '2024-07-01 13:00:07', '2024-07-01 09:00:07', NULL),
(342, 'ece18403c4d94cf69a79b65dec55b677', 'in_progress', 29, 26, 'bookings', 179, '1d899w', 'bookings', NULL, '1d899w', 'Job Started', 'Job has been started', NULL, '0', '0', '0', '2024-07-01 13:00:09', '2024-07-01 09:00:09', NULL),
(343, 'f075de0ca64857b9b65adf0a9d70665e', 'pending', 29, 26, 'bookings', 182, '1k9r0c', 'bookings', NULL, '1k9r0c', 'Booking Accepted', 'Your booking has been accepted', NULL, '0', '0', '0', '2024-07-01 13:30:14', '2024-07-01 09:30:14', NULL),
(344, '7332ff7d43bf176b1a5ecb2b73cf0d91', 'pending', 14, 12, 'bookings', 184, '197yfr', 'bookings', NULL, '197yfr', 'Booking Accepted', 'Your booking has been accepted', NULL, '0', '0', '0', '2024-07-01 13:35:21', '2024-07-01 09:35:21', NULL),
(345, '5bdc536283ce92c8d67c11e9fa3fef87', 'on_the_way', 14, 12, 'bookings', 184, '197yfr', 'bookings', NULL, '197yfr', 'On The Way', 'Service Provider is on the way', NULL, '0', '0', '0', '2024-07-01 13:36:14', '2024-07-01 09:36:14', NULL),
(346, '66a1192a34daaea88f8d43b9805994a4', 'completion_pending', 29, 26, 'bookings', 179, '1d899w', 'bookings', NULL, '1d899w', 'Job Finished', 'Job has been finished', NULL, '0', '0', '0', '2024-07-01 15:09:36', '2024-07-01 11:09:36', NULL),
(347, '408573336a580db6ccbe1edfa66e7c5e', 'completed', 26, 29, 'bookings', 179, '1d899w', 'bookings', NULL, '1d899w', 'Job Completed', 'Job has been completed', NULL, '0', '0', '0', '2024-07-01 15:10:17', '2024-07-01 11:10:17', NULL),
(348, 'dc3e4ba85918f60d3d724a32bdb03357', 'arrived', 14, 12, 'bookings', 184, '197yfr', 'bookings', NULL, '197yfr', 'Arrived', 'Service Provider has arrived', NULL, '0', '0', '0', '2024-07-02 12:07:19', '2024-07-02 08:07:19', NULL),
(349, 'e62ae8d9ce2ab9a25c4dcb7b0a508da1', 'in_progress', 14, 12, 'bookings', 184, '197yfr', 'bookings', NULL, '197yfr', 'Job Started', 'Job has been started', NULL, '0', '0', '0', '2024-07-02 12:07:21', '2024-07-02 08:07:21', NULL),
(350, 'f311fc22485e2af391d1393b2d4cf8fc', 'pending', 33, 34, 'bookings', 213, 'hrai2', 'bookings', NULL, 'hrai2', 'Booking Accepted', 'Your booking has been accepted', NULL, '', '0', '0', '2024-07-02 12:26:54', '2024-07-02 08:26:54', NULL),
(351, 'e5118e196f26edb3a5c9f09794750b9f', 'on_the_way', 33, 34, 'bookings', 213, 'hrai2', 'bookings', NULL, 'hrai2', 'On The Way', 'Service Provider is on the way', NULL, '', '1', '1', '2024-07-02 12:27:50', '2024-07-02 08:27:50', NULL),
(352, 'f7178e219aebeb6cfa020c052aed4a3c', 'arrived', 33, 34, 'bookings', 213, 'hrai2', 'bookings', NULL, 'hrai2', 'Arrived', 'Service Provider has arrived', NULL, '0', '0', '0', '2024-07-02 12:28:41', '2024-07-02 08:28:41', NULL),
(353, '7325b800aea159d0ca1b615e26ed0580', 'in_progress', 33, 34, 'bookings', 213, 'hrai2', 'bookings', NULL, 'hrai2', 'Job Started', 'Job has been started', NULL, '0', '0', '0', '2024-07-02 12:29:45', '2024-07-02 08:29:45', NULL),
(354, '38e238fcaa26171b1956724f09246861', 'completion_pending', 33, 34, 'bookings', 213, 'hrai2', 'bookings', NULL, 'hrai2', 'Job Finished', 'Job has been finished', NULL, '0', '0', '0', '2024-07-02 12:43:10', '2024-07-02 08:43:10', NULL),
(355, 'e7ad5742d5bb6c10578cdb078a17d8bc', 'completed', 34, 33, 'bookings', 213, 'hrai2', 'bookings', NULL, 'hrai2', 'Job Completed', 'Job has been completed', NULL, '', '0', '0', '2024-07-02 12:43:27', '2024-07-02 08:43:27', NULL),
(356, 'f8e67bde172245a89900333d8e9a123b', 'pending', 10, 11, 'bookings', 218, 'z1sq1', 'bookings', NULL, 'z1sq1', 'Booking Accepted', 'Your booking has been accepted', NULL, '0', '0', '0', '2024-07-02 21:45:02', '2024-07-02 17:45:02', NULL),
(357, 'eb5a4bcaa6aac262fa904f6afb3caf89', 'on_the_way', 10, 11, 'bookings', 218, 'z1sq1', 'bookings', NULL, 'z1sq1', 'On The Way', 'Service Provider is on the way', NULL, '0', '1', '1', '2024-07-02 21:46:47', '2024-07-02 17:46:47', NULL),
(358, 'b50e479aacfa986d6e4fccf012bc22aa', 'arrived', 10, 11, 'bookings', 218, 'z1sq1', 'bookings', NULL, 'z1sq1', 'Arrived', 'Service Provider has arrived', NULL, '0', '0', '0', '2024-07-02 21:48:01', '2024-07-02 17:48:01', NULL),
(359, '139dd5926305b6efbb4b8cda2a5cc32a', 'in_progress', 10, 11, 'bookings', 218, 'z1sq1', 'bookings', NULL, 'z1sq1', 'Job Started', 'Job has been started', NULL, '0', '0', '0', '2024-07-02 21:48:09', '2024-07-02 17:48:09', NULL),
(360, '1635ee187a426ed2cea15bbca6fcd3d9', 'completion_pending', 10, 11, 'bookings', 218, 'z1sq1', 'bookings', NULL, 'z1sq1', 'Job Finished', 'Job has been finished', NULL, '0', '1', '1', '2024-07-02 21:53:39', '2024-07-02 17:53:39', NULL),
(361, '7bbe002f008e5ea772444438a71854f7', 'completed', 11, 10, 'bookings', 218, 'z1sq1', 'bookings', NULL, 'z1sq1', 'Job Completed', 'Job has been completed', NULL, '', '1', '1', '2024-07-02 21:56:46', '2024-07-02 17:56:46', NULL),
(362, '5833b7760598fb6e632a43747868ebac', 'completed', 11, 10, 'bookings', 144, '13wgnf', 'bookings', NULL, '13wgnf', 'Job Completed', 'Job has been completed', NULL, '', '0', '0', '2024-07-02 21:57:00', '2024-07-02 17:57:00', NULL),
(363, 'cd60190ad3404b2688acb07002865ab2', 'pending', 10, 11, 'bookings', 219, 'wsge5', 'bookings', NULL, 'wsge5', 'Booking Accepted', 'Your booking has been accepted', NULL, '0', '0', '0', '2024-07-02 22:02:29', '2024-07-02 18:02:29', NULL),
(364, '3d56e0c198ae0ee0370705ce068f0696', 'on_the_way', 10, 11, 'bookings', 219, 'wsge5', 'bookings', NULL, 'wsge5', 'On The Way', 'Service Provider is on the way', NULL, '0', '0', '0', '2024-07-02 22:10:29', '2024-07-02 18:10:29', NULL),
(365, 'c5d953cf4b719bc30e06d6512d907793', 'arrived', 10, 11, 'bookings', 219, 'wsge5', 'bookings', NULL, 'wsge5', 'Arrived', 'Service Provider has arrived', NULL, '0', '0', '0', '2024-07-02 22:11:10', '2024-07-02 18:11:10', NULL),
(366, 'd50655174b5480f335f2d77c6a31c799', 'in_progress', 10, 11, 'bookings', 219, 'wsge5', 'bookings', NULL, 'wsge5', 'Job Started', 'Job has been started', NULL, '0', '0', '0', '2024-07-02 22:11:16', '2024-07-02 18:11:16', NULL),
(367, 'ec795a647f7eeeb1405d4f6bddebb9ba', 'completion_pending', 10, 11, 'bookings', 219, 'wsge5', 'bookings', NULL, 'wsge5', 'Job Finished', 'Job has been finished', NULL, '0', '0', '0', '2024-07-03 05:16:35', '2024-07-03 01:16:35', NULL),
(368, 'ab9e43b9d40e555854f2ac90ba96cca4', 'completed', 11, 10, 'bookings', 219, 'wsge5', 'bookings', NULL, 'wsge5', 'Job Completed', 'Job has been completed', NULL, '', '1', '1', '2024-07-03 06:01:18', '2024-07-03 02:01:18', NULL),
(369, 'c830d443de592899d64fc1fc94b14d61', 'pending', 10, 11, 'bookings', 227, '19phvt', 'bookings', NULL, '19phvt', 'Booking Accepted', 'Your booking has been accepted', NULL, '0', '0', '0', '2024-07-05 00:05:48', '2024-07-04 20:05:48', NULL),
(370, 'adab12cd511587ac8b02aaa23c0b5c26', 'on_the_way', 10, 11, 'bookings', 227, '19phvt', 'bookings', NULL, '19phvt', 'On The Way', 'Service Provider is on the way', NULL, '0', '1', '1', '2024-07-05 00:11:47', '2024-07-04 20:11:47', NULL),
(371, 'f5fbb855a4d9fdd7e8a1886ee5d87c3e', 'arrived', 10, 11, 'bookings', 227, '19phvt', 'bookings', NULL, '19phvt', 'Arrived', 'Service Provider has arrived', NULL, '0', '0', '0', '2024-07-05 00:12:55', '2024-07-04 20:12:55', NULL),
(372, 'bf4bf1b65d0875b939054439378ecf97', 'in_progress', 10, 11, 'bookings', 227, '19phvt', 'bookings', NULL, '19phvt', 'Job Started', 'Job has been started', NULL, '0', '0', '0', '2024-07-05 00:14:55', '2024-07-04 20:14:55', NULL),
(373, '3eb49bd3a9a5a855bc91ede1ea102c24', 'completion_pending', 10, 11, 'bookings', 227, '19phvt', 'bookings', NULL, '19phvt', 'Job Finished', 'Job has been finished', NULL, '0', '0', '0', '2024-07-05 01:18:49', '2024-07-04 21:18:49', NULL),
(374, '6460d033b6fa37eb6a0a6b7bd4c6001c', 'completed', 11, 10, 'bookings', 227, '19phvt', 'bookings', NULL, '19phvt', 'Job Completed', 'Job has been completed', NULL, '', '1', '1', '2024-07-05 01:38:11', '2024-07-04 21:38:11', NULL),
(375, '9ffc3d9bdcf2f6f97c87d3b0b7ddb808', 'pending', 2, 3, 'bookings', 229, '4w7yn', 'bookings', NULL, '4w7yn', 'Booking Accepted', 'Your booking has been accepted', NULL, '0', '0', '0', '2024-07-05 09:21:40', '2024-07-05 05:21:40', NULL),
(376, 'be47df7955f1d910f49a42bc35333b2d', 'on_the_way', 2, 3, 'bookings', 229, '4w7yn', 'bookings', NULL, '4w7yn', 'On The Way', 'Service Provider is on the way', NULL, '0', '0', '0', '2024-07-05 09:22:03', '2024-07-05 05:22:03', NULL),
(377, 'c68259b4ab61985d43bf357dff458471', 'arrived', 2, 3, 'bookings', 229, '4w7yn', 'bookings', NULL, '4w7yn', 'Arrived', 'Service Provider has arrived', NULL, '0', '0', '0', '2024-07-05 09:22:33', '2024-07-05 05:22:33', NULL),
(378, '2492adea5a54db48b0462b3dc9fd2db3', 'in_progress', 2, 3, 'bookings', 229, '4w7yn', 'bookings', NULL, '4w7yn', 'Job Started', 'Job has been started', NULL, '0', '0', '0', '2024-07-05 09:22:36', '2024-07-05 05:22:36', NULL),
(379, 'b83a6a1270cb759e2128de252a2fa2fa', 'completed', 3, 2, 'bookings', 165, 'kpbi5', 'bookings', NULL, 'kpbi5', 'Job Completed', 'Job has been completed', NULL, '0', '0', '0', '2024-07-05 09:22:59', '2024-07-05 05:22:59', NULL),
(380, 'aca7f7702934a52e1a91379f4b7e34c3', 'completion_pending', 2, 3, 'bookings', 229, '4w7yn', 'bookings', NULL, '4w7yn', 'Job Finished', 'Job has been finished', NULL, '0', '0', '0', '2024-07-05 10:47:31', '2024-07-05 06:47:31', NULL),
(381, 'd829dca2b946fc94294a1056b6d884ae', 'pending', 2, 3, 'bookings', 230, 'qcj18', 'bookings', NULL, 'qcj18', 'Booking Accepted', 'Your booking has been accepted', NULL, '0', '0', '0', '2024-07-05 11:01:08', '2024-07-05 07:01:08', NULL),
(382, '6ad3622573f6f48e154a45a90bbb2125', 'on_the_way', 2, 3, 'bookings', 230, 'qcj18', 'bookings', NULL, 'qcj18', 'On The Way', 'Service Provider is on the way', NULL, '0', '0', '0', '2024-07-05 11:01:21', '2024-07-05 07:01:21', NULL),
(383, '7320a65fa3f4f67a7eb89d104fdce003', 'arrived', 2, 3, 'bookings', 230, 'qcj18', 'bookings', NULL, 'qcj18', 'Arrived', 'Service Provider has arrived', NULL, '0', '0', '0', '2024-07-05 11:01:25', '2024-07-05 07:01:25', NULL),
(384, 'b56a3ac6b3fb035427190db7f48f4643', 'in_progress', 2, 3, 'bookings', 230, 'qcj18', 'bookings', NULL, 'qcj18', 'Job Started', 'Job has been started', NULL, '0', '0', '0', '2024-07-05 11:01:29', '2024-07-05 07:01:29', NULL),
(385, '656dd01bd549cb319c39ccd98baa31e6', 'pending', 46, 44, 'bookings', 237, 'wdp6w', 'bookings', NULL, 'wdp6w', 'Booking Accepted', 'Your booking has been accepted', NULL, '0', '0', '0', '2024-07-05 19:23:10', '2024-07-05 15:23:10', NULL),
(386, '43bc9733f38376ad794b29535d6f4c0c', 'pending', 46, 44, 'bookings', 237, 'wdp6w', 'bookings', NULL, 'wdp6w', 'Booking Accepted', 'Your booking has been accepted', NULL, '0', '0', '0', '2024-07-05 19:23:11', '2024-07-05 15:23:11', NULL),
(387, '7d5bdfb856ae9cda6f8a3afa9dad3732', 'on_the_way', 46, 44, 'bookings', 237, 'wdp6w', 'bookings', NULL, 'wdp6w', 'On The Way', 'Service Provider is on the way', NULL, '0', '0', '0', '2024-07-05 19:24:13', '2024-07-05 15:24:13', NULL),
(388, '7cadaab42513e97f53bb52a5b9ff85fa', 'arrived', 46, 44, 'bookings', 237, 'wdp6w', 'bookings', NULL, 'wdp6w', 'Arrived', 'Service Provider has arrived', NULL, '0', '0', '0', '2024-07-05 19:24:17', '2024-07-05 15:24:17', NULL),
(389, 'b136fb1a0beaac3e0ebc41b4644a57ed', 'in_progress', 46, 44, 'bookings', 237, 'wdp6w', 'bookings', NULL, 'wdp6w', 'Job Started', 'Job has been started', NULL, '0', '0', '0', '2024-07-05 19:24:24', '2024-07-05 15:24:24', NULL),
(390, '5eaa75d4d326114d0f806fe315ab35ab', 'pending', 46, 44, 'bookings', 238, '1f0l6x', 'bookings', NULL, '1f0l6x', 'Booking Accepted', 'Your booking has been accepted', NULL, '0', '0', '0', '2024-07-05 19:25:58', '2024-07-05 15:25:58', NULL),
(391, '86de7e44db0a97b0b946895b5898c17d', 'pending', 46, 44, 'bookings', 238, '1f0l6x', 'bookings', NULL, '1f0l6x', 'Booking Accepted', 'Your booking has been accepted', NULL, '0', '0', '0', '2024-07-05 19:25:58', '2024-07-05 15:25:58', NULL),
(392, '38df5f51ed735e03331b5f9b6a73d554', 'pending', 46, 44, 'bookings', 239, '10u7wu', 'bookings', NULL, '10u7wu', 'Booking Accepted', 'Your booking has been accepted', NULL, '0', '0', '0', '2024-07-05 19:27:26', '2024-07-05 15:27:26', NULL),
(393, '745cec701af6e8f6a05e5a60e58fc1ea', 'pending', 46, 44, 'bookings', 240, '1jh22n', 'bookings', NULL, '1jh22n', 'Booking Accepted', 'Your booking has been accepted', NULL, '0', '0', '0', '2024-07-05 19:28:34', '2024-07-05 15:28:34', NULL),
(394, 'bd35938def12217fc43624330f20ec91', 'pending', 2, 3, 'bookings', 242, 'qb7ul', 'bookings', NULL, 'qb7ul', 'Booking Accepted', 'Your booking has been accepted', NULL, '0', '0', '0', '2024-07-08 09:44:45', '2024-07-08 05:44:45', NULL),
(395, '754c5ea434d15b68c3a5361d838798ef', 'pending', 2, 3, 'bookings', 243, '12ueea', 'bookings', NULL, '12ueea', 'Booking Accepted', 'Your booking has been accepted', NULL, '0', '0', '0', '2024-07-08 09:49:58', '2024-07-08 05:49:58', NULL),
(396, 'e34cb53c1e11b23a21ef23851a663e9a', 'on_the_way', 2, 3, 'bookings', 243, '12ueea', 'bookings', NULL, '12ueea', 'On The Way', 'Service Provider is on the way', NULL, '0', '0', '0', '2024-07-08 09:55:26', '2024-07-08 05:55:26', NULL),
(397, 'de6bbbd00f90100b3757445e7b17e6a4', 'pending', 46, 5, 'bookings', 264, '1eo1ns', 'bookings', NULL, '1eo1ns', 'Booking Accepted', 'Your booking has been accepted', NULL, '', '0', '0', '2024-07-08 17:37:24', '2024-07-08 13:37:24', NULL),
(398, '0b509a4333dbadae774a68b08acf5c3c', 'pending', 46, 5, 'bookings', 265, '1ivror', 'bookings', NULL, '1ivror', 'Booking Accepted', 'Your booking has been accepted', NULL, '', '0', '0', '2024-07-08 17:43:03', '2024-07-08 13:43:03', NULL),
(399, '505991d7ee2aa15a2147d9628384d289', 'pending', 46, 5, 'bookings', 266, 'lqxz', 'bookings', NULL, 'lqxz', 'Booking Accepted', 'Your booking has been accepted', NULL, '0', '0', '0', '2024-07-08 19:12:54', '2024-07-08 15:12:54', NULL),
(400, '14d90eae29e0a3a4f6537d0e59ddd2b2', 'pending', 46, 5, 'bookings', 266, 'lqxz', 'bookings', NULL, 'lqxz', 'Booking Accepted', 'Your booking has been accepted', NULL, '0', '0', '0', '2024-07-08 19:12:55', '2024-07-08 15:12:55', NULL),
(401, 'b64440272e54a03fc84ee916a8d6b863', 'on_the_way', 46, 5, 'bookings', 266, 'lqxz', 'bookings', NULL, 'lqxz', 'On The Way', 'Service Provider is on the way', NULL, '0', '0', '0', '2024-07-08 19:14:58', '2024-07-08 15:14:58', NULL),
(402, '4b37394d955e332355d97909850f8d3a', 'arrived', 46, 5, 'bookings', 266, 'lqxz', 'bookings', NULL, 'lqxz', 'Arrived', 'Service Provider has arrived', NULL, '0', '0', '0', '2024-07-08 19:15:02', '2024-07-08 15:15:02', NULL),
(403, '9c1da9faa20ed1f3362e61ccae7bed33', 'in_progress', 46, 5, 'bookings', 266, 'lqxz', 'bookings', NULL, 'lqxz', 'Job Started', 'Job has been started', NULL, '0', '0', '0', '2024-07-08 19:15:06', '2024-07-08 15:15:06', NULL),
(404, '5dcd56231e1cfc2dc7a9f16f510033c6', 'completion_pending', 46, 5, 'bookings', 266, 'lqxz', 'bookings', NULL, 'lqxz', 'Job Finished', 'Job has been finished', NULL, '0', '1', '1', '2024-07-08 19:22:36', '2024-07-08 15:22:36', NULL),
(405, 'bae5c2be2d8548dc364a78a6754a4727', 'completed', 5, 46, 'bookings', 266, 'lqxz', 'bookings', NULL, 'lqxz', 'Job Completed', 'Job has been completed', NULL, '', '0', '0', '2024-07-08 19:22:49', '2024-07-08 15:22:49', NULL),
(406, '71fd6b1383d512616c6461e4570b687a', 'pending', 46, 5, 'bookings', 269, 'kbt8p', 'bookings', NULL, 'kbt8p', 'Booking Accepted', 'Your booking has been accepted', NULL, '0', '0', '0', '2024-07-08 19:24:08', '2024-07-08 15:24:08', NULL),
(407, '5670d946f887e7279ef30460947f45ed', 'pending', 7, 9, 'bookings', 274, '138aao', 'bookings', NULL, '138aao', 'Booking Accepted', 'Your booking has been accepted', NULL, '0', '0', '0', '2024-07-08 21:23:17', '2024-07-08 17:23:17', NULL),
(408, 'b14aae71c345769595f48205e6b8714a', 'on_the_way', 7, 9, 'bookings', 274, '138aao', 'bookings', NULL, '138aao', 'On The Way', 'Service Provider is on the way', NULL, '0', '1', '1', '2024-07-08 21:23:34', '2024-07-08 17:23:34', NULL),
(409, 'f107b59b08e457d98092c6422a372d8e', 'arrived', 7, 9, 'bookings', 274, '138aao', 'bookings', NULL, '138aao', 'Arrived', 'Service Provider has arrived', NULL, '0', '1', '1', '2024-07-08 21:25:57', '2024-07-08 17:25:57', NULL),
(410, 'dfeb45eaef41be8235c8a424aef543c6', 'in_progress', 7, 9, 'bookings', 274, '138aao', 'bookings', NULL, '138aao', 'Job Started', 'Job has been started', NULL, '0', '1', '1', '2024-07-08 21:26:04', '2024-07-08 17:26:04', NULL),
(411, '6aa8a9a3a9788ae8a863107bff7ab55d', 'completion_pending', 7, 9, 'bookings', 274, '138aao', 'bookings', NULL, '138aao', 'Job Finished', 'Job has been finished', NULL, '0', '1', '1', '2024-07-08 22:49:32', '2024-07-08 18:49:32', NULL),
(412, '7daaa48de78ff9fbcf6dd3158f98f6aa', 'completed', 9, 7, 'bookings', 274, '138aao', 'bookings', NULL, '138aao', 'Job Completed', 'Job has been completed', NULL, '0', '1', '1', '2024-07-08 22:49:56', '2024-07-08 18:49:56', NULL);

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

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

CREATE TABLE `notification_settings` (
  `id` int(10) UNSIGNED NOT NULL,
  `user_id` int(10) UNSIGNED DEFAULT NULL,
  `meta_key` varchar(100) NOT NULL,
  `meta_value` text 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;

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

--
-- Table structure for table `professional_details`
--

CREATE TABLE `professional_details` (
  `id` int(10) UNSIGNED NOT NULL,
  `slug` varchar(100) NOT NULL,
  `user_id` int(10) UNSIGNED DEFAULT NULL,
  `license_images` text,
  `license_no` varchar(50) DEFAULT NULL,
  `insurance_images` text,
  `insurance_no` varchar(50) DEFAULT NULL,
  `ssn` varchar(50) DEFAULT NULL,
  `noc` text,
  `status` enum('1','0') 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;

--
-- Dumping data for table `professional_details`
--

INSERT INTO `professional_details` (`id`, `slug`, `user_id`, `license_images`, `license_no`, `insurance_images`, `insurance_no`, `ssn`, `noc`, `status`, `created_at`, `updated_at`, `deleted_at`) VALUES
(1, '1717658277671.975', 2, 'http://tonzii.qa.retrocubedevs.com:5174/uploads/general/1717658235300.jpeg,http://tonzii.qa.retrocubedevs.com:5174/uploads/general/1717658269103.jpeg', '98677557677677', 'http://tonzii.qa.retrocubedevs.com:5174/uploads/general/1717658274473.jpeg,http://tonzii.qa.retrocubedevs.com:5174/uploads/general/1717658258147.jpeg', '5736776676776', '67676776776767', NULL, '1', '2024-06-06 07:17:56', '2024-06-06 07:17:56', NULL),
(2, '1717675668360.9685', 5, NULL, NULL, NULL, NULL, NULL, 'undefined', '1', '2024-06-06 12:07:47', '2024-06-06 12:07:47', NULL),
(3, '1717676558078.7737', 6, NULL, NULL, NULL, NULL, NULL, 'http://tonzii.qa.retrocubedevs.com:5174/uploads/general/1717676553259.pdf', '1', '2024-06-06 12:22:37', '2024-06-06 12:22:37', NULL),
(4, '1717766405720.997', 8, NULL, NULL, NULL, NULL, NULL, 'http://tonzii.qa.retrocubedevs.com:5174/uploads/general/1717766403871.pdf', '1', '2024-06-07 13:20:05', '2024-06-07 13:20:05', NULL),
(5, '1718032242675.6252', 7, 'http://tonzii.qa.retrocubedevs.com:5174/uploads/general/1718032155057.jpeg,http://tonzii.qa.retrocubedevs.com:5174/uploads/general/1718032234350.jpeg', '123456789012', 'http://tonzii.qa.retrocubedevs.com:5174/uploads/general/1718032188331.jpeg,http://tonzii.qa.retrocubedevs.com:5174/uploads/general/1718032223084.jpeg', '5634284864623', '1234567893', NULL, '1', '2024-06-10 15:10:41', '2024-06-10 15:10:41', NULL),
(6, '1718061070774.7285', 10, NULL, NULL, NULL, NULL, NULL, 'http://tonzii.qa.retrocubedevs.com:5174/uploads/general/1718061069295.pdf', '1', '2024-06-10 23:11:10', '2024-06-10 23:11:10', NULL),
(7, '1718081908585.1125', 3, 'http://tonzii.qa.retrocubedevs.com:5174/uploads/general/1718081897026.jpeg,http://tonzii.qa.retrocubedevs.com:5174/uploads/general/1718081898488.jpeg', '45454554542', 'http://tonzii.qa.retrocubedevs.com:5174/uploads/general/1718081901426.jpeg,http://tonzii.qa.retrocubedevs.com:5174/uploads/general/1718081901051.jpeg', '422424224245', '454545445543', NULL, '1', '2024-06-11 04:58:28', '2024-06-11 04:58:28', NULL),
(8, '1718114685101.0327', 12, NULL, NULL, NULL, NULL, NULL, 'http://tonzii.qa.retrocubedevs.com:5174/uploads/general/1718114682576.pdf', '1', '2024-06-11 14:04:44', '2024-06-11 14:04:44', NULL),
(9, '1718115652216.1995', 13, NULL, NULL, NULL, NULL, NULL, 'http://tonzii.qa.retrocubedevs.com:5174/uploads/general/1718115642458.pdf', '1', '2024-06-11 14:20:51', '2024-06-11 14:20:51', NULL),
(10, '1718115934829.8938', 14, NULL, NULL, NULL, NULL, NULL, 'http://tonzii.qa.retrocubedevs.com:5174/uploads/general/1718115928660.pdf', '1', '2024-06-11 14:25:34', '2024-06-11 14:25:34', NULL),
(11, '1718171745548.107', 17, 'http://tonzii.qa.retrocubedevs.com:5174/uploads/general/1718171723625.jpeg,http://tonzii.qa.retrocubedevs.com:5174/uploads/general/1718171722601.jpeg', '6426546576462', 'http://tonzii.qa.retrocubedevs.com:5174/uploads/general/1718171743778.jpeg,http://tonzii.qa.retrocubedevs.com:5174/uploads/general/1718171743033.jpeg', '624657657657', '657624324627', NULL, '1', '2024-06-12 05:55:44', '2024-06-12 05:55:44', NULL),
(12, '1718172534475.4573', 18, 'http://tonzii.qa.retrocubedevs.com:5174/uploads/general/1718172522700.jpeg,http://tonzii.qa.retrocubedevs.com:5174/uploads/general/1718172525177.jpeg', '62426462644623', 'http://tonzii.qa.retrocubedevs.com:5174/uploads/general/1718172531978.jpeg,http://tonzii.qa.retrocubedevs.com:5174/uploads/general/1718172531226.jpeg', '3446995464549', '95465465464', NULL, '1', '2024-06-12 06:08:53', '2024-06-12 06:08:53', NULL),
(13, '1718198398621.0486', 20, 'http://tonzii.qa.retrocubedevs.com:5174/uploads/general/1718198388722.jpeg,http://tonzii.qa.retrocubedevs.com:5174/uploads/general/1718198388001.jpeg', '54515445454', 'http://tonzii.qa.retrocubedevs.com:5174/uploads/general/1718198394874.jpeg,http://tonzii.qa.retrocubedevs.com:5174/uploads/general/1718198392864.jpeg', '545454545454', '54542154543', NULL, '1', '2024-06-12 13:19:58', '2024-06-12 13:19:58', NULL),
(14, '1718203526955.994', 26, NULL, NULL, NULL, NULL, NULL, 'http://tonzii.qa.retrocubedevs.com:5174/uploads/general/1718203524456.pdf', '1', '2024-06-12 14:45:26', '2024-06-12 14:45:26', NULL),
(15, '1718212571910.2075', 27, 'http://tonzii.qa.retrocubedevs.com:5174/uploads/general/1718212491204.jpeg,http://tonzii.qa.retrocubedevs.com:5174/uploads/general/1718212498852.jpeg', '2489365274', 'http://tonzii.qa.retrocubedevs.com:5174/uploads/general/1718212515918.jpeg,http://tonzii.qa.retrocubedevs.com:5174/uploads/general/1718212521977.jpeg', '2563217452', '9621458742', NULL, '1', '2024-06-12 17:16:11', '2024-06-12 17:16:11', NULL),
(16, '1719217896542.605', 28, 'http://tonzii.qa.retrocubedevs.com:5174/uploads/general/1719217831211.jpeg,http://tonzii.qa.retrocubedevs.com:5174/uploads/general/1719217835228.jpeg', '5487963210', 'http://tonzii.qa.retrocubedevs.com:5174/uploads/general/1719217859508.jpeg,undefined', '1472583691', '1593574264', NULL, '1', '2024-06-24 08:31:36', '2024-06-24 08:31:36', NULL),
(17, '1719407548492.6736', 29, NULL, NULL, NULL, NULL, NULL, 'http://tonzii.qa.retrocubedevs.com:5174/uploads/general/1719407546757.pdf', '1', '2024-06-26 13:12:27', '2024-06-26 13:12:27', NULL),
(18, '1719411572622.7349', 30, NULL, NULL, NULL, NULL, NULL, 'undefined', '1', '2024-06-26 14:19:32', '2024-06-26 14:19:32', NULL),
(19, '1719908119041.4558', 33, NULL, NULL, NULL, NULL, NULL, 'http://tonzii.qa.retrocubedevs.com:5174/uploads/general/1719908115021.pdf', '1', '2024-07-02 08:15:18', '2024-07-02 08:15:18', NULL),
(20, '1719981424286.776', 36, NULL, NULL, NULL, NULL, NULL, 'http://tonzii.qa.retrocubedevs.com:5174/uploads/general/1719981420723.pdf', '1', '2024-07-03 04:37:03', '2024-07-03 04:37:03', NULL),
(21, '1720181008427.5723', 38, NULL, NULL, NULL, NULL, NULL, 'http://tonzii.qa.retrocubedevs.com:5174/uploads/general/1720181007092.pdf', '1', '2024-07-05 12:03:28', '2024-07-05 12:03:28', NULL),
(22, '1720183637088.1138', 43, NULL, NULL, NULL, NULL, NULL, 'http://tonzii.qa.retrocubedevs.com:5174/uploads/general/1720183634584.pdf', '1', '2024-07-05 12:47:16', '2024-07-05 12:47:16', NULL),
(23, '1720191670701.2725', 39, NULL, NULL, NULL, NULL, NULL, 'http://tonzii.qa.retrocubedevs.com:5174/uploads/general/1720191667340.pdf', '1', '2024-07-05 15:01:10', '2024-07-05 15:01:10', NULL),
(24, '1720191719333.072', 37, NULL, NULL, NULL, NULL, NULL, 'undefined', '1', '2024-07-05 15:01:59', '2024-07-05 15:01:59', NULL),
(25, '1720191949871.0127', 46, NULL, NULL, NULL, NULL, NULL, 'http://tonzii.qa.retrocubedevs.com:5174/uploads/general/1720191948038.pdf', '1', '2024-07-05 15:05:48', '2024-07-05 15:05:48', NULL),
(26, '1720227763189.6104', 47, NULL, NULL, NULL, NULL, NULL, 'http://tonzii.qa.retrocubedevs.com:5174/uploads/general/1720227760443.pdf', '1', '2024-07-06 01:02:43', '2024-07-06 01:02:43', NULL);

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

--
-- Table structure for table `professions`
--

CREATE TABLE `professions` (
  `id` int(10) UNSIGNED NOT NULL,
  `parent_id` int(11) DEFAULT '0',
  `charges_type` int(10) UNSIGNED DEFAULT NULL,
  `title` varchar(100) NOT NULL,
  `slug` varchar(100) NOT NULL,
  `image_url` text,
  `description` varchar(5000) NOT NULL,
  `status` enum('0','1') NOT NULL DEFAULT '1',
  `is_field` text,
  `distance_charges_usd` decimal(8,2) DEFAULT '0.00',
  `amount_per_hour_usd` decimal(8,2) DEFAULT '0.00',
  `additional_passenger_charges_usd` decimal(8,2) DEFAULT '0.00',
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL,
  `deleted_at` timestamp NULL DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4;

--
-- Dumping data for table `professions`
--

INSERT INTO `professions` (`id`, `parent_id`, `charges_type`, `title`, `slug`, `image_url`, `description`, `status`, `is_field`, `distance_charges_usd`, `amount_per_hour_usd`, `additional_passenger_charges_usd`, `created_at`, `updated_at`, `deleted_at`) VALUES
(1, 0, 1, 'Chefs', 'chefs', 'images/1718364534158.jpeg', 'Book the nearby chefs according to your requirements.', '1', '{\"event_type\": 1, \"no_of_people\": 1, \"estimated_minutes\": 1, \"additional_information\": 1, \"others\": 1}', 1.00, 60.00, 0.00, '2024-06-06 07:13:35', NULL, NULL),
(2, 0, 1, 'Entertainment', 'entertainment', 'images/1718364024232.jpeg', 'Book the nearby Bartender, Host and Hostess tailored to your needs.', '1', '{\"event_type\": 1, \"no_of_people\": 1, \"estimated_minutes\": 1, \"additional_information\": 1, \"others\": 1}', 1.00, 25.00, 0.00, '2024-06-06 07:13:35', NULL, NULL),
(3, 0, 1, 'Beautician', 'beautician', 'images/1718364260767.jpeg', 'Book the nearby beautician according to your requirements.', '1', '{\"event_type\": 1, \"no_of_people\": 1, \"estimated_minutes\": 1, \"additional_information\": 1, \"others\": 1}', 1.00, 25.00, 0.00, '2024-06-06 07:13:35', NULL, NULL),
(4, 0, 1, 'Household Solutions', 'domestic', 'images/1718364661682.jpeg', 'Book the nearby Domestic services according to your requirements.', '1', '{\"event_type\": 1, \"no_of_people\": 1, \"estimated_minutes\": 1, \"additional_information\": 1, \"others\": 1}', 1.00, 25.00, 0.00, '2024-06-06 07:13:35', NULL, NULL),
(5, 1, 1, 'Mexican Cuisine', 'maxican-cuisine', 'images/1719514090447.jpeg', 'Explore a delightful array of dishes, from traditional tacos and enchiladas to hearty burritos and savory tamales. Experience the authentic taste of Mexico in every bite.\r\n\r\nNOTE: Any group over 8 people will incur additional fees per person.', '1', '{\"event_type\":1,\"no_of_people\":0,\"estimated_minutes\":1,\"address\":1,\"additional_information\":1}', 1.00, 60.00, 10.00, '2024-06-06 07:13:35', NULL, NULL),
(6, 1, 1, 'Meditarranean Cuisine', 'meditarranean-cuisine', 'images/1719514007532.octet-stream', 'Embark on a culinary journey through the Mediterranean region, known for its heart-healthy and flavorful dishes. Delight in a diverse selection of olive oil-infused cuisines featuring fresh vegetables, seafood, grains, and aromatic herbs. Experience the harmony of flavors inspired by the coastal regions of Greece, Italy, Spain, and more.\r\n\r\nNOTE: Any group over 8 people will incur additional fees per person.', '1', '{\"event_type\":1,\"no_of_people\":0,\"estimated_minutes\":1,\"address\":0,\"additional_information\":1}', 1.00, 60.00, 10.00, '2024-06-06 07:13:35', NULL, NULL),
(7, 1, 1, 'Italian Cuisine', 'italian-cuisine', 'images/1719514226681.jpeg', 'Italian cuisine is renowned worldwide for its simplicity, fresh ingredients, and rich flavors. Indulge in a symphony of tastes, from the velvety smoothness of homemade pasta dishes like spaghetti and lasagna to the comforting warmth of wood-fired pizzas topped with the finest ingredients. Delight in the delicate balance of flavors in classic dishes like risotto and Osso Buco, and experience the divine sweetness of cannoli and tiramisu for dessert.\r\n\r\nNOTE: Any group over 8 people will incur additional fees per person.', '1', '{\"event_type\":1,\"no_of_people\":0,\"estimated_minutes\":1,\"address\":0,\"additional_information\":1}', 1.00, 60.00, 10.00, '2024-06-06 07:13:35', NULL, NULL),
(8, 1, 1, 'Soul Food Cuisine', 'soul-food-cuisine', 'images/1719514278673.jpeg', 'Discover the soulful and comforting flavors of Soul Food, a cuisine rich in history and culture. Indulge in dishes that celebrate the African-American culinary heritage. Experience the warmth and love that goes into every dish.\r\n\r\nNOTE: Any group over 8 people will incur additional fees per person.', '1', '{\"event_type\":1,\"no_of_people\":0,\"estimated_minutes\":1,\"address\":0,\"additional_information\":1}', 1.00, 60.00, 10.00, '2024-06-06 07:13:35', NULL, NULL),
(9, 1, 1, 'Creole Cuisine', 'creole-cuisine', 'images/1719514336620.avif', 'Treat your taste buds to the lively and unique Creole cuisine, blending French, African, Spanish, and Caribbean influences. Dive into the rich flavors of gumbo, jambalaya, and étouffée, where aromatic spices and a variety of ingredients create a true taste sensation.\r\n\r\nNOTE: Any group over 8 people will incur additional fees per person.', '1', '{\"event_type\":1,\"no_of_people\":0,\"estimated_minutes\":1,\"address\":0,\"additional_information\":1}', 5.00, 60.00, 10.00, '2024-06-06 07:13:35', NULL, NULL),
(10, 1, 1, 'Asian Cuisine', 'asian-cuisine', 'images/1719514598134.webp', 'Asian cuisine encompasses a diverse range of culinary traditions from countries across the Asian continent, including China, Japan, Korea, Thailand, Vietnam, India, and more. It is characterized by its use of fresh ingredients, aromatic spices, bold flavors, and unique cooking techniques, often featuring rice, noodles, vegetables, seafood, and meats in a variety of savory and sometimes sweet dishes.\r\n\r\nNOTE: Any group over 8 people will incur additional fees per person.', '1', '{\"event_type\": 1, \"no_of_people\": 1, \"estimated_minutes\": 1, \"additional_information\": 1, \"others\": 1}', 5.00, 60.00, 10.00, '2024-06-06 07:13:35', NULL, NULL),
(11, 2, 1, 'Bartender', 'bartender', 'images/1718820938415.png', 'Raise the bar at your events with professional bartenders who are masters of mixology. Discover skilled drink artisans ready to craft signature cocktails, serve classic favorites, and create a lively and enjoyable atmosphere for your guests.\r\n\r\nNOTE: Provide your own alcohol.\r\n', '1', '{\"event_type\": 1, \"no_of_people\": 1, \"estimated_minutes\": 1, \"additional_information\": 1, \"others\": 1}', 1.00, 40.00, 10.00, '2024-06-06 07:13:35', NULL, NULL),
(12, 2, 1, 'Event Planner', 'event-planner', 'images/1718821486189.png', 'Leave no detail to chance with the expertise of event planners who excel in creating unforgettable experiences. From intimate gatherings to grand celebrations, connect with professionals who will handle everything, ensuring a seamless and stress-free event.', '1', '{\"event_type\": 1, \"no_of_people\": 1, \"estimated_minutes\": 1, \"additional_information\": 1, \"others\": 1}', 1.00, 25.00, 0.00, '2024-06-06 07:13:35', NULL, NULL),
(13, 2, 1, 'Event Photography', 'event-photography', 'images/1718821641551.png', 'Capture precious moments and create lasting memories with skilled event photographers. Whether it\'s a wedding, corporate gathering, or special celebration, find photographers who will beautifully document the essence of your event.\r\n\r\nNOTE: 30 minute photography session / 30 minutes of editing\r\n', '1', '{\"event_type\": 1, \"no_of_people\": 1, \"estimated_minutes\": 1, \"additional_information\": 1, \"others\": 1}', 1.00, 60.00, 0.00, '2024-06-06 07:13:35', NULL, NULL),
(14, 2, 1, 'DJ', 'event-entertainment', 'images/1718821861252.png', 'Find talented DJs for your events with our app. They specialize in curating and mixing music to create unforgettable experiences.\r\n\r\nNOTE: Space must be cleared for equipment prior to arrival.\r\n', '1', '{\"event_type\":1,\"no_of_people\":1,\"estimated_minutes\":1,\"address\":0,\"additional_information\":1}', 1.00, 40.00, 0.00, '2024-06-06 07:13:35', NULL, NULL),
(15, 2, 1, 'Event Assistant', 'event-assistant', 'images/1718822057454.png', 'Enhance your event with reliable event assistants who provide valuable support to make everything run smoothly. Whether it\'s coordinating logistics, assisting guests, or managing behind-the-scenes tasks, they are instrumental in making your event a success.', '1', '{\"event_type\": 1, \"no_of_people\": 1, \"estimated_minutes\": 1, \"additional_information\": 1, \"others\": 1}', 1.00, 25.00, 0.00, '2024-06-06 07:13:35', NULL, NULL),
(16, 2, 1, 'Host/Hostess', 'host', 'images/1718822168924.png', 'Add a touch of charm and hospitality to your gatherings with gracious hosts and hostesses. These charismatic individuals will welcome guests with warmth, ensure their comfort throughout the event, and create a friendly and inviting ambiance.', '1', '{\"event_type\": 1, \"no_of_people\": 1, \"estimated_minutes\": 1, \"additional_information\": 1, \"others\": 1}', 1.00, 25.00, 0.00, '2024-06-06 07:13:35', NULL, NULL),
(17, 2, 1, 'Hostess', 'hostess', NULL, 'Book the nearby chefs according to your requirements.', '0', '{\"event_type\": 1, \"no_of_people\": 1, \"estimated_minutes\": 1, \"additional_information\": 1, \"others\": 1}', 5.00, 2.00, 10.00, '2024-06-06 07:13:35', NULL, NULL),
(18, 3, 3, 'Barber', 'barber', 'images/1718889439973.png', 'Find skilled barbers near you who specialize in men\'s haircuts and grooming services. From classic cuts to modern styles, discover professionals who can give you the perfect look and a clean, precise shave.', '1', '{\"event_type\": 1, \"no_of_people\": 1, \"estimated_minutes\": 1, \"additional_information\": 1, \"others\": 1}', 0.00, 0.00, 0.00, '2024-06-06 07:13:35', NULL, NULL),
(19, 3, 3, 'Esthetician', 'esthetician', 'images/1718889551080.png', 'Explore a range of esthetician services provided by certified experts. Discover facial treatments, skincare routines, and beauty therapies that will leave your skin feeling refreshed, rejuvenated, and glowing.', '0', '{\"event_type\": 1, \"no_of_people\": 1, \"estimated_minutes\": 1, \"additional_information\": 1, \"others\": 1}', 0.00, 0.00, 10.00, '2024-06-06 07:13:35', NULL, NULL),
(20, 3, 3, 'Massage', 'massage', NULL, 'Book the nearby chefs according to your requirements.', '0', '{\"event_type\": 1, \"no_of_people\": 1, \"estimated_minutes\": 1, \"additional_information\": 1, \"others\": 1}', 0.00, 0.00, 10.00, '2024-06-06 07:13:35', NULL, NULL),
(21, 3, 1, 'Makeup Artist', 'makeup-artist', 'images/1718889769725.png', 'Transform your look with the expertise of talented makeup artists. Whether it\'s for a special occasion or simply to enhance your natural beauty, find skilled artists who can create stunning makeup looks tailored to your preferences.\r\n\r\nNOTE: Picture required upfront.\r\n\r\n', '1', '{\"event_type\":1,\"no_of_people\":0,\"estimated_minutes\":1,\"address\":0,\"additional_information\":1}', 1.00, 45.00, 0.00, '2024-06-06 07:13:35', NULL, NULL),
(22, 3, 3, 'Hair Braiding ', 'hair-stylist', 'images/1718984366499.png', 'Discover hairstylists with a flair for creativity and a passion for hair. From cuts and colors to styling and treatments, connect with professionals who can bring your dream hairstyle to life.\r\n\r\nNOTE: No chemical services.\r\n', '1', '{\"event_type\": 1, \"no_of_people\": 1, \"estimated_minutes\": 1, \"additional_information\": 1, \"others\": 1}', 0.00, 0.00, 0.00, '2024-06-06 07:13:35', NULL, NULL),
(23, 3, 3, 'Nail Artist', 'nail-artist', 'images/1718892624414.png', 'Find nail artists who can turn your nails into stunning works of art. Explore a variety of nail services, including manicures, pedicures, nail extensions, and intricate designs to suit your style and preferences.', '1', '{\"event_type\": 1, \"no_of_people\": 1, \"estimated_minutes\": 1, \"additional_information\": 1, \"others\": 1}', 0.00, 0.00, 0.00, '2024-06-06 07:13:35', NULL, NULL),
(24, 18, 1, 'At Your Doorstep', 'at-your-doorstep', NULL, 'Book the nearby chefs according to your requirements.', '0', '{\"event_type\": 1, \"no_of_people\": 1, \"estimated_minutes\": 1, \"additional_information\": 1, \"others\": 1}', 1.00, 35.00, 0.00, '2024-06-06 07:13:35', NULL, NULL),
(25, 18, 1, 'Go To Salon', 'go-to-salon', NULL, 'Book the nearby chefs according to your requirements.', '0', '{\"event_type\": 1, \"no_of_people\": 1, \"estimated_minutes\": 1, \"additional_information\": 1, \"others\": 1}', 1.00, 35.00, 0.00, '2024-06-06 07:13:35', NULL, NULL),
(26, 4, 1, 'Handyman Service ', 'lawncare', 'images/1718807762459.png', 'Handyman service  involves the regular maintenance and treatment of a lawn to ensure healthy, lush grass.\r\n', '1', '{\"event_type\": 1, \"no_of_people\": 1, \"estimated_minutes\": 1, \"additional_information\": 1, \"others\": 1}', 1.00, 35.00, 0.00, '2024-06-06 07:13:35', NULL, NULL),
(27, 4, 1, 'Carwash', 'carwash', NULL, '', '0', '{\"event_type\": 1, \"no_of_people\": 1, \"estimated_minutes\": 1, \"additional_information\": 1, \"others\": 1}', 1.00, 40.00, 0.00, '2024-06-06 07:13:35', NULL, NULL),
(28, 4, 1, 'House keeping', 'house-keeping', NULL, '', '0', '{\"event_type\": 1, \"no_of_people\": 1, \"estimated_minutes\": 1, \"additional_information\": 1, \"others\": 1}', 1.00, 45.00, 0.00, '2024-06-06 07:13:35', NULL, NULL),
(29, 4, 2, 'Home Cleaning', 'basic_home_cleaning', 'images/1718993931559.png', 'Home cleaning involves the regular maintenance and sanitization of living spaces, including dusting, vacuuming, mopping, wiping surfaces, and organizing items to ensure a clean, healthy, and comfortable environment.', '1', '{\"event_type\":0,\"no_of_people\":0,\"estimated_minutes\":0,\"address\":0,\"additional_information\":1}', 1.00, 0.00, 0.00, '2024-06-06 07:13:35', NULL, NULL),
(30, 29, 2, 'Floors', 'floors', 'images/1718906949906.png', 'Sweep, mop and/or vacuum.', '0', '{\"event_type\": 1, \"no_of_people\": 1, \"estimated_minutes\": 1, \"additional_information\": 1, \"others\": 1}', 1.00, 1.00, 0.00, '2024-06-06 07:13:35', NULL, NULL),
(31, 29, 2, 'Baseboard, Blinds, Windows', 'baseboard_blinds_windows', 'images/1718985706244.png', 'Comprehensive cleaning services for baseboards, blinds, and windows.', '0', '{\"event_type\": 1, \"no_of_people\": 1, \"estimated_minutes\": 1, \"additional_information\": 1, \"others\": 1}', 1.00, 0.50, 0.00, NULL, NULL, NULL),
(32, 29, 4, 'Dusting', 'dusting', 'images/1718994508714.png', 'Detailed dusting services for your home.', '0', '{\"event_type\": 1, \"no_of_people\": 1, \"estimated_minutes\": 1, \"additional_information\": 1, \"others\": 1}', 1.00, 35.00, 0.00, NULL, NULL, NULL),
(33, 29, 3, 'Bathroom(s)', 'bathrooms', 'images/1718994722529.png', 'Clean the sink(s), tub, shower, toilet, mirrors, wipe cabinets, sweep & mop the floors and take out the trash. $60 per bathroom / $40 for a half bath.', '0', '{\"event_type\": 1, \"no_of_people\": 1, \"estimated_minutes\": 1, \"additional_information\": 1, \"others\": 1}', 1.00, 60.00, 0.00, NULL, NULL, NULL),
(34, 33, 3, 'Per Bathroom', 'per_batthroom', 'images/1718995387371.png', 'Clean the sink(s), tub, shower, toilet, mirrors, wipe cabinets, sweep & mop the floors and take out the trash. ', '0', '{\"event_type\": 1, \"no_of_people\": 1, \"estimated_minutes\": 1, \"additional_information\": 1, \"others\": 1}', 1.00, 60.00, 0.00, NULL, NULL, NULL),
(35, 33, 3, 'Half Bathroom', 'half_batthroom', 'images/1718995176082.png', 'Clean the sink(s), tub, shower, toilet, mirrors, wipe cabinets, sweep & mop the floors and take out the trash. ', '0', '{\"event_type\": 1, \"no_of_people\": 1, \"estimated_minutes\": 1, \"additional_information\": 1, \"others\": 1}', 1.00, 40.00, 0.00, NULL, NULL, NULL),
(36, 4, 3, 'Vehicle Wash', 'basic_vehicle_wash', 'images/1720418432484.webp', 'Interior Vacuum, Exterior Wash, Rinse & Dry, Rim and tire clean and polish.', '1', '{\"event_type\":0,\"no_of_people\":0,\"estimated_minutes\":1,\"address\":0,\"additional_information\":1}', 1.00, 35.00, 0.00, NULL, NULL, NULL),
(37, 36, 1, 'Car', 'car', 'images/1718378918876.png', 'lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.', '1', '{\"event_type\": 1, \"no_of_people\": 1, \"estimated_minutes\": 1, \"additional_information\": 1, \"others\": 1}', 1.00, 40.00, 0.00, NULL, NULL, NULL),
(38, 37, 3, 'Sub-Compact', 'sub_compact', 'images/1718395352745.png', 'Interior Vacuum, Exterior Wash, Rinse & Dry, Rim, and tire clean and polish.\r\n\r\n\"Click the checkbox below if you would like a detailed car wash.\"', '1', '{\"event_type\": 1, \"no_of_people\": 1, \"estimated_minutes\": 1, \"additional_information\": 1, \"others\": 1}', 1.00, 40.00, 0.00, NULL, NULL, NULL),
(39, 37, 3, 'Compact', 'compact', 'images/1718395468921.png', 'Interior Vacuum, Exterior Wash, Rinse & Dry, Rim, and tire clean and polish.\r\n\r\n\"Click the checkbox below if you would like a detailed car wash.\"', '1', '{\"event_type\": 1, \"no_of_people\": 1, \"estimated_minutes\": 1, \"additional_information\": 1, \"others\": 1}', 1.00, 50.00, 0.00, NULL, NULL, NULL),
(40, 37, 3, 'Mid Size', 'mid_size', 'images/1718395577171.png', 'Interior Vacuum, Exterior Wash, Rinse & Dry, Rim, and tire clean and polish.\r\n\r\n\"Click the checkbox below if you would like a detailed car wash.\"', '1', '{\"event_type\": 1, \"no_of_people\": 1, \"estimated_minutes\": 1, \"additional_information\": 1, \"others\": 1}', 1.00, 60.00, 0.00, NULL, NULL, NULL),
(41, 37, 3, 'Large', 'large', 'images/1718395959298.png', 'Interior Vacuum, Exterior Wash, Rinse & Dry, Rim, and tire clean and polish.\r\n\r\n\"Click the checkbox below if you would like a detailed car wash.\"', '1', '{\"event_type\": 1, \"no_of_people\": 1, \"estimated_minutes\": 1, \"additional_information\": 1, \"others\": 1}', 1.00, 70.00, 0.00, NULL, NULL, NULL),
(42, 36, 3, 'Truck', 'truck', 'images/1718807270747.png', 'lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.', '1', '{\"event_type\": 1, \"no_of_people\": 1, \"estimated_minutes\": 1, \"additional_information\": 1, \"others\": 1}', 1.00, 40.00, 0.00, NULL, NULL, NULL),
(43, 42, 3, 'Compact', 'truck_compact', 'images/1719256688696.png', 'Interior Vacuum, Exterior Wash, Rinse & Dry, Rim, and tire clean and polish.\r\n\r\n\"Click the checkbox below if you would like a detailed truck wash.\"', '1', '{\"event_type\": 1, \"no_of_people\": 1, \"estimated_minutes\": 1, \"additional_information\": 1, \"others\": 1}', 1.00, 55.00, 0.00, NULL, NULL, NULL),
(44, 42, 3, 'Mid Size', 'truck_mid_size', 'images/1719256517685.png', 'Interior Vacuum, Exterior Wash, Rinse & Dry, Rim, and tire clean and polish.\r\n\r\n\"Click the checkbox below if you would like a detailed truck wash.\"', '1', '{\"event_type\": 1, \"no_of_people\": 1, \"estimated_minutes\": 1, \"additional_information\": 1, \"others\": 1}', 1.00, 75.00, 0.00, NULL, NULL, NULL),
(45, 42, 3, 'Large', 'truck_large', 'images/1719854251639.jpeg', 'Interior Vacuum, Exterior Wash, Rinse & Dry, Rim, and tire clean and polish.\r\n\r\n\"Click the checkbox below if you would like a detailed truck wash.\"', '1', '{\"event_type\":0,\"no_of_people\":0,\"estimated_minutes\":1,\"address\":0,\"additional_information\":1}', 1.00, 85.00, 0.00, NULL, NULL, NULL),
(46, 42, 3, 'Custom (Elevated or Aftermarket Off-Road Tires) ', 'truck_custom', 'images/1719854168489.png', 'Interior Vacuum, Exterior Wash, Rinse & Dry, Rim, and tire clean and polish.\r\n\r\n\"Click the checkbox below if you would like a detailed truck wash.\"', '1', '{\"event_type\": 1, \"no_of_people\": 1, \"estimated_minutes\": 1, \"additional_information\": 1, \"others\": 1}', 1.00, 110.00, 0.00, NULL, NULL, NULL),
(47, 36, 3, 'SUV', 'suv', 'images/1718378983808.png', 'lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.', '1', '{\"event_type\": 1, \"no_of_people\": 1, \"estimated_minutes\": 1, \"additional_information\": 1, \"others\": 1}', 1.00, 40.00, 0.00, NULL, NULL, NULL),
(48, 47, 3, 'Sub Compact', 'suv_subcompact', 'images/1719339049576.jpeg', 'Interior Vacuum, Exterior Wash, Rinse & Dry, Rim, and tire clean and polish.\r\n\r\n\"Click the checkbox below if you would like a detailed car wash.\"\r\n', '1', '{\"event_type\": 1, \"no_of_people\": 1, \"estimated_minutes\": 1, \"additional_information\": 1, \"others\": 1}', 1.00, 45.00, 0.00, NULL, NULL, NULL),
(49, 47, 3, 'Compact', 'suv_compact', 'images/1719339184622.jpeg', 'Interior Vacuum, Exterior Wash, Rinse & Dry, Rim, and tire clean and polish.\r\n\r\n\"Click the checkbox below if you would like a detailed car wash.\"', '1', '{\"event_type\": 1, \"no_of_people\": 1, \"estimated_minutes\": 1, \"additional_information\": 1, \"others\": 1}', 1.00, 55.00, 0.00, NULL, NULL, NULL),
(50, 47, 3, 'Mid Size', 'suv_mid_size', 'images/1719339253367.jpeg', 'Interior Vacuum, Exterior Wash, Rinse & Dry, Rim, and tire clean and polish.\r\n\r\n\"Click the checkbox below if you would like a detailed car wash.\"', '1', '{\"event_type\": 1, \"no_of_people\": 1, \"estimated_minutes\": 1, \"additional_information\": 1, \"others\": 1}', 1.00, 70.00, 0.00, NULL, NULL, NULL),
(51, 47, 3, 'Large', 'suv_large', 'images/1719339370340.jpeg', 'Interior Vacuum, Exterior Wash, Rinse & Dry, Rim, and tire clean and polish.\r\n\r\n\"Click the checkbox below if you would like a detailed car wash.\"', '1', '{\"event_type\": 1, \"no_of_people\": 1, \"estimated_minutes\": 1, \"additional_information\": 1, \"others\": 1}', 1.00, 85.00, 0.00, NULL, NULL, NULL),
(52, 47, 3, 'Extended Length', 'suv_extended_length', 'images/1719339901497.webp', 'Interior Vacuum, Exterior Wash, Rinse & Dry, Rim, and tire clean and polish.\r\n\r\n\"Click the checkbox below if you would like a detailed car wash.\"', '1', '{\"event_type\": 1, \"no_of_people\": 1, \"estimated_minutes\": 1, \"additional_information\": 1, \"others\": 1}', 1.00, 100.00, 0.00, NULL, NULL, NULL),
(53, 36, 3, 'Van', 'van', 'images/1718379286556.png', 'lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.', '1', '{\"event_type\": 1, \"no_of_people\": 1, \"estimated_minutes\": 1, \"additional_information\": 1, \"others\": 1}', 1.00, 110.00, 0.00, NULL, NULL, NULL),
(54, 53, 3, 'Mid Size', 'van_mid_size', 'images/1719341664602.jpeg', 'Interior Vacuum, Exterior Wash, Rinse & Dry, Rim, and tire clean and polish.\r\n\r\n\"Click the checkbox below if you would like a detailed van wash.\"', '1', '{\"event_type\": 1, \"no_of_people\": 1, \"estimated_minutes\": 1, \"additional_information\": 1, \"others\": 1}', 1.00, 70.00, 0.00, NULL, NULL, NULL),
(55, 53, 3, 'Large', 'van_large', 'images/1719341798334.avif', 'Interior Vacuum, Exterior Wash, Rinse & Dry, Rim, and tire clean and polish.\r\n\r\n\"Click the checkbox below if you would like a detailed van wash.\"', '1', '{\"event_type\": 1, \"no_of_people\": 1, \"estimated_minutes\": 1, \"additional_information\": 1, \"others\": 1}', 1.00, 80.00, 0.00, NULL, NULL, NULL),
(56, 53, 3, 'Conversion', 'van_conversion', 'images/1719341984307.jpeg', 'Interior Vacuum, Exterior Wash, Rinse & Dry, Rim, and tire clean and polish.\r\n\r\n\"Click the checkbox below if you would like a detailed van wash.\"', '1', '{\"event_type\": 1, \"no_of_people\": 1, \"estimated_minutes\": 1, \"additional_information\": 1, \"others\": 1}', 1.00, 95.00, 0.00, NULL, NULL, NULL),
(57, 53, 3, '10-16 Passenger van', 'van_10_16_passenger', 'images/1719342250068.jpeg', 'Interior Vacuum, Exterior Wash, Rinse & Dry, Rim, and tire clean and polish.\r\n\r\n\"Click the checkbox below if you would like a detailed van wash.\"', '1', '{\"event_type\": 1, \"no_of_people\": 1, \"estimated_minutes\": 1, \"additional_information\": 1, \"others\": 1}', 1.00, 105.00, 0.00, NULL, NULL, NULL),
(58, 36, 3, 'Other', 'other', 'images/1718394396488.png', 'lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.', '1', '{\"event_type\": 1, \"no_of_people\": 1, \"estimated_minutes\": 1, \"additional_information\": 1, \"others\": 1}', 1.00, 115.00, 0.00, NULL, NULL, NULL),
(59, 58, 3, 'Motorcycle', 'motorcycle', 'images/1719343478615.jpeg', 'Exterior Wash, Rinse & Dry, Rim, and tire clean and polish.\r\n\r\n\"Click the checkbox below if you would like a detailed motorcycle wash.\"', '1', '{\"event_type\": 1, \"no_of_people\": 1, \"estimated_minutes\": 1, \"additional_information\": 1, \"others\": 1}', 1.00, 50.00, 0.00, NULL, NULL, NULL),
(60, 58, 3, 'Golf Cart', 'golf_cart', 'images/1719344864937.jpeg', 'Interior Vacuum, Exterior Wash, Rinse & Dry, Rim, and tire clean and polish.\r\n\r\n\"Click the checkbox below if you would like a detailed golf cart wash.\"', '1', '{\"event_type\": 1, \"no_of_people\": 1, \"estimated_minutes\": 1, \"additional_information\": 1, \"others\": 1}', 1.00, 45.00, 0.00, NULL, NULL, NULL),
(61, 58, 3, 'Food Truck', 'food_truck', 'images/1719345284476.jpeg', 'Interior Vacuum, Exterior Wash, Rinse & Dry, Rim, and tire clean and polish.\r\n\r\n\"Click the checkbox below if you would like a detailed food truck wash.\"\r\n', '1', '{\"event_type\": 1, \"no_of_people\": 1, \"estimated_minutes\": 1, \"additional_information\": 1, \"others\": 1}', 1.00, 150.00, 0.00, NULL, NULL, NULL),
(62, 0, 3, 'Main', 'slug_1717679636925', 'images/1717679636840.jpeg', 'Lorem Ipsum', '0', '{\"event_type\": 1, \"no_of_people\": 1, \"estimated_minutes\": 1, \"additional_information\": 1, \"others\": 1}', 1.00, 25.00, 0.00, '2024-06-06 17:13:56', '2024-06-06 13:13:56', NULL),
(63, 18, 3, 'Kids haircut ', 'slug_1717698906482', 'images/1717698906443.png', 'lorum ipsum', '0', '{\"event_type\": 1, \"no_of_people\": 1, \"estimated_minutes\": 1, \"additional_information\": 1, \"others\": 1}', 1.00, 35.00, 0.00, '2024-06-06 22:35:06', '2024-06-06 18:35:06', NULL),
(64, 18, 3, 'Kid\'s Haircut', 'slug_1717699133411', 'images/1717699133331.png', ' A quick and gentle haircut tailored for children, ensuring they feel comfortable and look great.', '1', '{\"event_type\":0,\"no_of_people\":0,\"estimated_minutes\":0,\"address\":0,\"additional_information\":1}', 1.00, 35.00, 0.00, '2024-06-06 22:38:53', '2024-06-06 18:38:53', NULL),
(65, 18, 3, 'Men\'s Haircut', 'slug_1717699257731', 'images/1718902555380.png', 'Men\'s Haircut', '1', '{\"event_type\":0,\"no_of_people\":0,\"estimated_minutes\":0,\"address\":0,\"additional_information\":1}', 1.00, 50.00, 0.00, '2024-06-06 22:40:57', '2024-06-06 18:40:57', NULL),
(66, 18, 3, 'Women’s Haircut ', 'slug_1717699383867', 'images/1720442354980.png', 'Women’s Haircut ', '1', '{\"event_type\":0,\"no_of_people\":0,\"estimated_minutes\":0,\"address\":0,\"additional_information\":1}', 1.00, 40.00, 0.00, '2024-06-06 22:43:03', '2024-06-06 18:43:03', NULL),
(67, 18, 3, 'Outline', 'slug_1717699695042', 'images/1717699695020.png', 'Outline', '1', '{\"event_type\":0,\"no_of_people\":0,\"estimated_minutes\":0,\"address\":0,\"additional_information\":1}', 1.00, 30.00, 0.00, '2024-06-06 22:48:15', '2024-06-06 18:48:15', NULL),
(68, 18, 3, 'Beard', 'slug_1717700007033', 'images/1717700007018.png', 'beard', '1', '{\"event_type\":0,\"no_of_people\":0,\"estimated_minutes\":0,\"address\":0,\"additional_information\":1}', 1.00, 30.00, 0.00, '2024-06-06 22:53:27', '2024-06-06 18:53:27', NULL),
(69, 18, 3, 'Haircut & Beard ', 'slug_1717700158284', 'images/1717700158268.png', 'Haircut & Beard ', '1', '{\"event_type\":0,\"no_of_people\":0,\"estimated_minutes\":0,\"address\":0,\"additional_information\":1}', 1.00, 45.00, 0.00, '2024-06-06 22:55:58', '2024-06-06 18:55:58', NULL),
(70, 18, 3, 'Fade', 'slug_1717700250449', 'images/1717700250349.png', 'fade', '1', '{\"event_type\":0,\"no_of_people\":0,\"estimated_minutes\":0,\"address\":0,\"additional_information\":1}', 1.00, 40.00, 0.00, '2024-06-06 22:57:30', '2024-06-06 18:57:30', NULL),
(71, 18, 3, 'Full Razor Shave ', 'slug_1717700750654', 'images/1717700750588.png', 'It includes lathering and straight razor of the head and/or face', '1', '{\"event_type\":0,\"no_of_people\":0,\"estimated_minutes\":0,\"address\":0,\"additional_information\":1}', 1.00, 40.00, 0.00, '2024-06-06 23:05:50', '2024-06-06 19:05:50', NULL),
(72, 23, 3, 'Short Set', 'slug_1717701107613', 'images/1718895960376.png', 'Short Set', '1', '{\"event_type\":0,\"no_of_people\":0,\"estimated_minutes\":0,\"address\":0,\"additional_information\":1}', 1.00, 45.00, 0.00, '2024-06-06 23:11:47', '2024-06-06 19:11:47', NULL),
(73, 23, 3, 'Medium Set', 'slug_1717702329280', 'images/1718897352376.png', 'Medium Set', '1', '{\"event_type\":0,\"no_of_people\":0,\"estimated_minutes\":0,\"address\":0,\"additional_information\":1}', 1.00, 50.00, 0.00, '2024-06-06 23:32:09', '2024-06-06 19:32:09', NULL),
(74, 23, 3, 'Long Set', 'slug_1717703474181', 'images/1718897281276.png', 'Long set', '1', '{\"event_type\":0,\"no_of_people\":0,\"estimated_minutes\":0,\"address\":0,\"additional_information\":1}', 1.00, 55.00, 0.00, '2024-06-06 23:51:14', '2024-06-06 19:51:14', NULL),
(75, 23, 3, 'XL Set', 'slug_1717703601849', 'images/1718901628158.png', 'XL Set', '1', '{\"event_type\":0,\"no_of_people\":0,\"estimated_minutes\":0,\"address\":0,\"additional_information\":1}', 1.00, 60.00, 0.00, '2024-06-06 23:53:21', '2024-06-06 19:53:21', NULL),
(76, 23, 3, 'XXL Set', 'slug_1717703668975', 'images/1718901831923.png', 'XXL Set', '1', '{\"event_type\":0,\"no_of_people\":0,\"estimated_minutes\":0,\"address\":0,\"additional_information\":1}', 1.00, 65.00, 0.00, '2024-06-06 23:54:28', '2024-06-06 19:54:28', NULL),
(77, 23, 3, 'Fill', 'slug_1717703766665', 'images/1718901932819.png', 'Fill', '1', '{\"event_type\":0,\"no_of_people\":0,\"estimated_minutes\":0,\"address\":0,\"additional_information\":1}', 1.00, 30.00, 0.00, '2024-06-06 23:56:06', '2024-06-06 19:56:06', NULL),
(78, 0, 1, 'Main', 'slug_1717999782600', 'images/1717999782564.png', 'asdf', '0', '{\"event_type\": 1, \"no_of_people\": 1, \"estimated_minutes\": 1, \"additional_information\": 1, \"others\": 1}', 1.00, 1.00, 0.00, '2024-06-10 10:09:42', '2024-06-10 06:09:42', NULL),
(79, 0, 1, 'Top', 'slug_1717999920304', 'images/1717999920268.png', 'gfd', '0', '{\"event_type\": 1, \"no_of_people\": 1, \"estimated_minutes\": 1, \"additional_information\": 1, \"others\": 1}', 1.00, 1.00, 0.00, '2024-06-10 10:12:00', '2024-06-10 06:12:00', NULL),
(80, 22, 3, 'Soft locs', 'slug_1718021528281', 'images/1718021528210.png', 'Soft locs', '1', '{\"event_type\":0,\"no_of_people\":0,\"estimated_minutes\":0,\"address\":0,\"additional_information\":1}', 1.00, 175.00, 0.00, '2024-06-10 16:12:08', '2024-06-10 12:12:08', NULL),
(81, 22, 3, 'Box braids', 'slug_1718023867535', 'images/1718023867516.png', 'Box braids. ', '1', '{\"event_type\": 1, \"no_of_people\": 1, \"estimated_minutes\": 1, \"additional_information\": 1, \"others\": 1}', 0.00, 0.00, 0.00, '2024-06-10 16:51:07', '2024-06-10 12:51:07', NULL),
(82, 81, 3, 'Small mid back', 'slug_1718023972829', 'images/1719854846745.webp', 'Small mid back', '1', '{\"event_type\":0,\"no_of_people\":0,\"estimated_minutes\":0,\"address\":0,\"additional_information\":1}', 1.00, 300.00, 0.00, '2024-06-10 16:52:52', '2024-06-10 12:52:52', NULL),
(83, 81, 3, 'Medium mid back ', 'slug_1718024113678', 'images/1719855287410.png', 'Medium mid back ', '1', '{\"event_type\":0,\"no_of_people\":0,\"estimated_minutes\":0,\"address\":0,\"additional_information\":1}', 1.00, 200.00, 0.00, '2024-06-10 16:55:13', '2024-06-10 12:55:13', NULL),
(84, 81, 3, 'Large mid back ', 'slug_1718024279815', 'images/1718024279761.png', 'Large mid back ', '0', '{\"event_type\": 1, \"no_of_people\": 1, \"estimated_minutes\": 1, \"additional_information\": 1, \"others\": 1}', 1.00, 125.00, 0.00, '2024-06-10 16:57:59', '2024-06-10 12:57:59', NULL),
(85, 81, 3, 'Large mid back ', 'slug_1718024281568', 'images/1719855022267.png', 'Large mid back ', '1', '{\"event_type\":0,\"no_of_people\":0,\"estimated_minutes\":0,\"address\":0,\"additional_information\":1}', 1.00, 125.00, 0.00, '2024-06-10 16:58:01', '2024-06-10 12:58:01', NULL),
(86, 81, 3, 'Small waist length ', 'slug_1718024818067', 'images/1718024817988.png', 'Small waist length ', '1', '{\"event_type\":0,\"no_of_people\":0,\"estimated_minutes\":0,\"address\":0,\"additional_information\":1}', 1.00, 375.00, 0.00, '2024-06-10 17:06:57', '2024-06-10 13:06:57', NULL),
(87, 81, 3, 'Small waist length ', 'slug_1718024818373', 'images/1718024818282.png', 'Small waist length ', '0', '{\"event_type\": 1, \"no_of_people\": 1, \"estimated_minutes\": 1, \"additional_information\": 1, \"others\": 1}', 1.00, 375.00, 0.00, '2024-06-10 17:06:58', '2024-06-10 13:06:58', NULL),
(88, 81, 3, 'Medium waist length ', 'slug_1718024878378', 'images/1719856548662.jpeg', 'Medium waist length ', '1', '{\"event_type\":0,\"no_of_people\":0,\"estimated_minutes\":0,\"address\":0,\"additional_information\":1}', 1.00, 275.00, 0.00, '2024-06-10 17:07:58', '2024-06-10 13:07:58', NULL),
(89, 81, 3, 'Large waist length ', 'slug_1718024913186', 'images/1719857028038.png', 'Large waist length ', '1', '{\"event_type\":0,\"no_of_people\":0,\"estimated_minutes\":0,\"address\":0,\"additional_information\":1}', 1.00, 200.00, 0.00, '2024-06-10 17:08:33', '2024-06-10 13:08:33', NULL),
(90, 22, 3, 'Knotless braids', 'slug_1718025030384', 'images/1718025030379.png', 'Knotless braids.', '1', '{\"event_type\": 1, \"no_of_people\": 1, \"estimated_minutes\": 1, \"additional_information\": 1, \"others\": 1}', 0.00, 0.00, 0.00, '2024-06-10 17:10:30', '2024-06-10 13:10:30', NULL),
(91, 90, 3, 'Small mid back', 'slug_1718025831290', 'images/1719857633473.png', 'Small mid back', '1', '{\"event_type\":0,\"no_of_people\":0,\"estimated_minutes\":0,\"address\":0,\"additional_information\":1}', 1.00, 300.00, 0.00, '2024-06-10 17:23:51', '2024-06-10 13:23:51', NULL),
(92, 90, 3, 'Medium mid back ', 'slug_1718025863246', 'images/1719857737227.png', 'Medium mid back ', '1', '{\"event_type\":0,\"no_of_people\":0,\"estimated_minutes\":0,\"address\":0,\"additional_information\":1}', 1.00, 200.00, 0.00, '2024-06-10 17:24:23', '2024-06-10 13:24:23', NULL),
(93, 90, 3, 'Large mid back ', 'slug_1718025904993', 'images/1719857832496.png', 'Large mid back ', '1', '{\"event_type\":0,\"no_of_people\":0,\"estimated_minutes\":0,\"address\":0,\"additional_information\":1}', 1.00, 125.00, 0.00, '2024-06-10 17:25:04', '2024-06-10 13:25:04', NULL),
(94, 90, 3, 'Small waist length ', 'slug_1718025964276', 'images/1719857919090.png', 'Small waist length ', '1', '{\"event_type\":0,\"no_of_people\":0,\"estimated_minutes\":0,\"address\":0,\"additional_information\":1}', 1.00, 375.00, 0.00, '2024-06-10 17:26:04', '2024-06-10 13:26:04', NULL),
(95, 90, 1, 'Medium waist length', 'slug_1718025992123', 'images/1719858279944.png', 'Medium waist length', '1', '{\"event_type\":0,\"no_of_people\":0,\"estimated_minutes\":0,\"address\":0,\"additional_information\":1}', 1.00, 275.00, 0.00, '2024-06-10 17:26:32', '2024-06-10 13:26:32', NULL),
(96, 90, 3, 'Large waist length ', 'slug_1718026021724', 'images/1719858548373.png', 'Large waist length ', '1', '{\"event_type\":0,\"no_of_people\":0,\"estimated_minutes\":0,\"address\":0,\"additional_information\":1}', 1.00, 200.00, 0.00, '2024-06-10 17:27:01', '2024-06-10 13:27:01', NULL),
(97, 22, 3, 'Stitch braids (four braids)', 'slug_1718026170805', 'images/1718026170801.png', 'Stitch braids. ', '1', '{\"event_type\":0,\"no_of_people\":0,\"estimated_minutes\":0,\"address\":0,\"additional_information\":1}', 1.00, 75.00, 0.00, '2024-06-10 17:29:30', '2024-06-10 13:29:30', NULL),
(98, 22, 3, 'Natural hair braids ', 'slug_1718026401865', 'images/1718026401837.png', 'Natural hair braids ', '1', '{\"event_type\": 1, \"no_of_people\": 1, \"estimated_minutes\": 1, \"additional_information\": 1, \"others\": 1}', 0.00, 0.00, 0.00, '2024-06-10 17:33:21', '2024-06-10 13:33:21', NULL),
(99, 98, 3, 'Men’s braids ', 'slug_1718026777391', 'images/1718026777358.png', 'Men’s braids ', '1', '{\"event_type\":0,\"no_of_people\":0,\"estimated_minutes\":0,\"address\":0,\"additional_information\":1}', 1.00, 85.00, 0.00, '2024-06-10 17:39:37', '2024-06-10 13:39:37', NULL),
(100, 98, 3, 'Kid\'s Braids ', 'slug_1718026906032', 'images/1718026905966.png', 'Kid\'s Braids ', '1', '{\"event_type\":0,\"no_of_people\":0,\"estimated_minutes\":0,\"address\":0,\"additional_information\":1}', 1.00, 85.00, 0.00, '2024-06-10 17:41:45', '2024-06-10 13:41:45', NULL),
(101, 98, 3, 'Women’s Braids ', 'slug_1718027063927', 'images/1718027063879.png', 'Women’s Braids ', '1', '{\"event_type\":0,\"no_of_people\":0,\"estimated_minutes\":0,\"address\":0,\"additional_information\":1}', 1.00, 85.00, 0.00, '2024-06-10 17:44:23', '2024-06-10 13:44:23', NULL),
(102, 22, 3, 'Kinky twist', 'slug_1718027198727', 'images/1718027198681.png', 'Kinky twist', '1', '{\"event_type\":0,\"no_of_people\":0,\"estimated_minutes\":0,\"address\":0,\"additional_information\":1}', 1.00, 175.00, 0.00, '2024-06-10 17:46:38', '2024-06-10 13:46:38', NULL),
(103, 22, 3, 'Rope twist', 'slug_1718027536346', 'images/1718027536304.png', 'Rope twist', '1', '{\"event_type\":0,\"no_of_people\":0,\"estimated_minutes\":0,\"address\":0,\"additional_information\":1}', 1.00, 250.00, 0.00, '2024-06-10 17:52:16', '2024-06-10 13:52:16', NULL),
(104, 22, 3, 'Loc retwist', 'slug_1718027723480', 'images/1718027723468.png', 'Loc retwist', '1', '{\"event_type\":0,\"no_of_people\":0,\"estimated_minutes\":0,\"address\":0,\"additional_information\":1}', 1.00, 75.00, 0.00, '2024-06-10 17:55:23', '2024-06-10 13:55:23', NULL),
(105, 4, 3, 'landscaping', 'slug_1718041026939', 'images/1718041026887.png', 'landscaping', '0', '{\"event_type\": 1, \"no_of_people\": 1, \"estimated_minutes\": 1, \"additional_information\": 1, \"others\": 1}', 1.00, 1.00, 0.00, '2024-06-10 21:37:06', '2024-06-10 17:37:06', NULL),
(106, 105, 3, 'Yard Cut (0-12 acres)', 'slug_1718041347466', 'images/1718041347384.png', 'Yard Cut', '0', '{\"event_type\": 1, \"no_of_people\": 1, \"estimated_minutes\": 1, \"additional_information\": 1, \"others\": 1}', 1.00, 40.00, 0.00, '2024-06-10 21:42:27', '2024-06-10 17:42:27', NULL),
(107, 1, 1, 'American Cuisine', 'slug_1718902336833', 'images/1719514539915.jpeg', 'American cuisine features a diverse blend of culinary traditions, incorporating flavors and techniques from various cultures, with staples like burgers, barbecue, apple pie, and regional specialties such as Southern fried chicken and New England clam chowder.\r\n\r\nNOTE: Any group over 8 people will incur additional fees per person.', '1', '{\"event_type\":1,\"no_of_people\":0,\"estimated_minutes\":1,\"address\":0,\"additional_information\":1}', 1.00, 60.00, 0.00, '2024-06-20 20:52:16', '2024-06-20 16:52:16', NULL),
(108, 0, 1, 'Voluptatem mollit a', 'slug_1719215736401', 'images/1719215736347.png', 'Dolores nesciunt nu', '0', '{\"event_type\": 1, \"no_of_people\": 1, \"estimated_minutes\": 1, \"additional_information\": 1, \"others\": 1}', 66.00, 19.00, 0.00, '2024-06-24 11:55:36', '2024-06-24 07:55:36', NULL),
(109, 0, 1, 'Dynamic Fields', 'slug_1719915866829', 'images/1719915866779.png', 'lorem ipsum', '1', '{\"event_type\":1,\"no_of_people\":1,\"estimated_minutes\":1,\"address\":0,\"additional_information\":1}', 123.45, 111.11, 0.00, '2024-07-02 14:24:26', '2024-07-02 10:24:26', NULL),
(110, 4, 2, 'Quidem consequatur ', 'slug_1720012643180', 'images/1720012643088.png', 'Iste quae voluptate ', '1', '{\"event_type\":1,\"no_of_people\":1,\"estimated_minutes\":0,\"address\":1,\"additional_information\":1}', 1.00, 15.00, 0.00, '2024-07-03 17:17:23', '2024-07-03 13:17:23', NULL),
(111, 4, 3, 'Test', 'slug_1720182345240', 'images/1720182345159.png', 'saddsasdasasda', '1', '{\"event_type\":0,\"no_of_people\":0,\"estimated_minutes\":0,\"address\":1,\"additional_information\":1}', 1.00, 0.12, 0.00, '2024-07-05 16:25:45', '2024-07-05 12:25:45', NULL),
(112, 109, 1, 'asd', 'slug_1720183303066', 'images/1720183303058.png', 'asd', '0', '{\"event_type\":0,\"no_of_people\":0,\"estimated_minutes\":0,\"address\":0,\"additional_information\":1}', 1.00, 20.00, 0.00, '2024-07-05 16:41:43', '2024-07-05 12:41:43', NULL),
(113, 109, 2, 'sadsa', 'slug_1720183335374', 'images/1720183335346.png', 'sda', '1', '{\"event_type\":1,\"no_of_people\":1,\"estimated_minutes\":0,\"address\":1,\"additional_information\":1}', 1.00, 21.00, 0.00, '2024-07-05 16:42:15', '2024-07-05 12:42:15', NULL);

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

--
-- Table structure for table `reset_passwords`
--

CREATE TABLE `reset_passwords` (
  `id` int(10) UNSIGNED NOT NULL,
  `email` varchar(150) DEFAULT NULL,
  `token` varchar(255) 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;

--
-- Dumping data for table `reset_passwords`
--

INSERT INTO `reset_passwords` (`id`, `email`, `token`, `created_at`, `updated_at`, `deleted_at`) VALUES
(1, 'hilltmarketing@gmail.com', '10-RrCK3U0vdBp31IkvVIn-R-jTEUDNUlr', '2024-06-25 06:05:16', NULL, NULL),
(2, 'operations@mjacvending.com', '327wWcg0TEV0aWjC_tz7DMHcKWLq61Xkjg', '2024-07-02 03:02:20', NULL, NULL);

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

--
-- Table structure for table `reviews`
--

CREATE TABLE `reviews` (
  `id` int(10) UNSIGNED NOT NULL,
  `slug` varchar(100) NOT NULL,
  `booking_id` int(10) UNSIGNED DEFAULT NULL,
  `user_id` int(10) UNSIGNED DEFAULT NULL,
  `service_provider_id` int(10) UNSIGNED DEFAULT NULL,
  `rating` int(11) NOT NULL,
  `comment` varchar(250) NOT NULL,
  `status` enum('0','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;

--
-- Dumping data for table `reviews`
--

INSERT INTO `reviews` (`id`, `slug`, `booking_id`, `user_id`, `service_provider_id`, `rating`, `comment`, `status`, `created_at`, `updated_at`, `deleted_at`) VALUES
(8, '1718403424522.234', 143, 10, 10, 5, '     ', '1', '2024-06-14 22:17:03', '2024-06-14 22:17:03', NULL);

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

--
-- Table structure for table `rewards`
--

CREATE TABLE `rewards` (
  `id` int(10) UNSIGNED NOT NULL,
  `title` varchar(255) NOT NULL,
  `description` text NOT NULL,
  `image` varchar(255) DEFAULT NULL,
  `user_icon_image_url` varchar(255) DEFAULT NULL,
  `discount_percentage` decimal(3,2) NOT NULL,
  `total_bookings` int(11) NOT NULL,
  `status` enum('0','1') NOT NULL DEFAULT '1',
  `slug` varchar(255) NOT NULL,
  `created_at` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,
  `updated_at` timestamp NOT NULL DEFAULT '0000-00-00 00:00:00',
  `deleted_at` timestamp NULL DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4;

--
-- Dumping data for table `rewards`
--

INSERT INTO `rewards` (`id`, `title`, `description`, `image`, `user_icon_image_url`, `discount_percentage`, `total_bookings`, `status`, `slug`, `created_at`, `updated_at`, `deleted_at`) VALUES
(1, 'Level 1', 'Level 1', NULL, NULL, 2.00, 150, '1', 'level_one', '2024-06-06 07:13:35', '0000-00-00 00:00:00', NULL),
(2, 'Level 2', 'Level 2', NULL, NULL, 2.00, 100, '1', 'level_two', '2024-06-06 07:13:35', '0000-00-00 00:00:00', NULL),
(3, 'Level 3', 'Level 3     ', NULL, NULL, 2.00, 50, '1', 'level_three', '2024-07-02 13:04:09', '0000-00-00 00:00:00', NULL);

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

--
-- Table structure for table `services`
--

CREATE TABLE `services` (
  `id` int(10) UNSIGNED NOT NULL,
  `specialization_id` int(10) UNSIGNED DEFAULT NULL,
  `name` varchar(100) NOT NULL,
  `slug` varchar(100) NOT NULL,
  `image_url` text NOT NULL,
  `description` varchar(250) DEFAULT NULL,
  `status` enum('0','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;

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

--
-- Table structure for table `specializations`
--

CREATE TABLE `specializations` (
  `id` int(10) UNSIGNED NOT NULL,
  `profession_id` int(10) UNSIGNED DEFAULT NULL,
  `title` varchar(100) NOT NULL,
  `slug` varchar(100) NOT NULL,
  `image_url` text NOT NULL,
  `description` varchar(250) NOT NULL,
  `icon` text,
  `distance_charges` int(11) NOT NULL,
  `no_of_people_free` int(11) NOT NULL DEFAULT '0',
  `additional_person_charges` int(11) NOT NULL DEFAULT '0',
  `price` int(11) NOT NULL,
  `parent_id` int(11) NOT NULL DEFAULT '0',
  `has_children` enum('0','1') NOT NULL DEFAULT '0',
  `status` enum('1','0') 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;

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

--
-- Table structure for table `transactions`
--

CREATE TABLE `transactions` (
  `id` int(10) UNSIGNED NOT NULL,
  `slug` varchar(150) NOT NULL,
  `user_id` int(10) UNSIGNED DEFAULT NULL,
  `vendor_id` int(10) UNSIGNED DEFAULT NULL,
  `module` varchar(150) NOT NULL,
  `module_id` int(11) NOT NULL,
  `module_title` varchar(150) NOT NULL,
  `amount` int(11) NOT NULL,
  `vendor_share_amount_usd` decimal(8,2) NOT NULL DEFAULT '0.00',
  `payment_method` varchar(150) NOT NULL,
  `month` varchar(255) NOT NULL,
  `date` varchar(255) NOT NULL,
  `status` enum('0','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;

--
-- Dumping data for table `transactions`
--

INSERT INTO `transactions` (`id`, `slug`, `user_id`, `vendor_id`, `module`, `module_id`, `module_title`, `amount`, `vendor_share_amount_usd`, `payment_method`, `month`, `date`, `status`, `created_at`, `updated_at`, `deleted_at`) VALUES
(1, '1717678691772', 3, 2, 'booking', 6, 'Event Planner', 300, 268.00, 'Stripe', '2024-06', '2024-06-06', '0', '2024-06-06 12:58:11', '2024-06-06 12:58:11', NULL),
(2, '1717687331238', 3, 2, 'booking', 65, 'Makeup Artist', 9, 6.11, 'Stripe', '2024-06', '2024-06-06', '0', '2024-06-06 15:22:11', '2024-06-06 15:22:11', NULL),
(3, '1717768952767', 3, 2, 'booking', 76, 'Makeup Artist', 39, 33.10, 'Stripe', '2024-06', '2024-06-07', '0', '2024-06-07 14:02:32', '2024-06-07 14:02:32', NULL),
(4, '1718047235001', 9, 7, 'booking', 98, 'Mexican Cuisine', 5, 2.50, 'Stripe', '2024-06', '2024-06-11', '0', '2024-06-10 19:20:35', '2024-06-10 19:20:35', NULL),
(5, '1718049006637', 9, 7, 'booking', 100, 'Sub-Compact', 40, 34.00, 'Stripe', '2024-06', '2024-06-11', '0', '2024-06-10 19:50:06', '2024-06-10 19:50:06', NULL),
(6, '1718051197421', 9, 7, 'booking', 101, 'Mid Size', 70, 61.00, 'Stripe', '2024-06', '2024-06-11', '0', '2024-06-10 20:26:37', '2024-06-10 20:26:37', NULL),
(7, '1718203892065', 26, 6, 'booking', 117, 'Event Photography', 10, 7.00, 'Stripe', '2024-06', '2024-06-12', '0', '2024-06-12 14:51:32', '2024-06-12 14:51:32', NULL),
(8, '1718272436772', 3, 2, 'booking', 125, 'Dusting', 35, 29.50, 'Stripe', '2024-06', '2024-06-13', '0', '2024-06-13 09:53:56', '2024-06-13 09:53:56', NULL),
(9, '1718343478990', 3, 2, 'booking', 127, 'Dusting', 35, 29.50, 'Stripe', '2024-06', '2024-06-14', '0', '2024-06-14 05:37:58', '2024-06-14 05:37:58', NULL),
(10, '1718343708731', 3, 2, 'booking', 129, 'Half Bathroom', 40, 34.00, 'Stripe', '2024-06', '2024-06-14', '0', '2024-06-14 05:41:48', '2024-06-14 05:41:48', NULL),
(11, '1718344418735', 3, 2, 'booking', 115, 'Dusting', 35, 29.50, 'Stripe', '2024-06', '2024-06-14', '0', '2024-06-14 05:53:38', '2024-06-14 05:53:38', NULL),
(12, '1718344531752', 3, 2, 'booking', 90, 'House keeping', 9504, 8551.60, 'Stripe', '2024-06', '2024-06-14', '0', '2024-06-14 05:55:31', '2024-06-14 05:55:31', NULL),
(13, '1718344882121', 3, 2, 'booking', 10, 'Sub-Compact', 80, 70.00, 'Stripe', '2024-06', '2024-06-14', '0', '2024-06-14 06:01:22', '2024-06-14 06:01:22', NULL),
(14, '1718345111675', 3, 2, 'booking', 130, 'Dusting', 35, 29.50, 'Stripe', '2024-06', '2024-06-14', '0', '2024-06-14 06:05:11', '2024-06-14 06:05:11', NULL),
(15, '1718403401605', 11, 10, 'booking', 143, 'Event Photography', 62, 53.80, 'Stripe', '2024-06', '2024-06-15', '0', '2024-06-14 22:16:41', '2024-06-14 22:16:41', NULL),
(16, '1718894889352', 9, 7, 'booking', 150, 'Dusting', 35, 29.50, 'Stripe', '2024-06', '2024-06-20', '0', '2024-06-20 14:48:09', '2024-06-20 14:48:09', NULL),
(17, '1719218105633', 26, 14, 'booking', 155, 'Makeup Artist', 17, 13.30, 'Stripe', '2024-06', '2024-06-24', '0', '2024-06-24 08:35:05', '2024-06-24 08:35:05', NULL),
(18, '1719832217341', 26, 29, 'booking', 179, 'Makeup Artist', 137, 121.34, 'Stripe', '2024-07', '2024-07-01', '0', '2024-07-01 11:10:17', '2024-07-01 11:10:17', NULL),
(19, '1719909807262', 34, 33, 'booking', 213, 'Event Photography', 13, 9.70, 'Stripe', '2024-07', '2024-07-02', '0', '2024-07-02 08:43:27', '2024-07-02 08:43:27', NULL),
(20, '1719943006382', 11, 10, 'booking', 218, 'Medium Set', 50, 43.00, 'Stripe', '2024-07', '2024-07-02', '0', '2024-07-02 17:56:46', '2024-07-02 17:56:46', NULL),
(21, '1719943020198', 11, 10, 'booking', 144, 'Bartender', 25395, 22853.60, 'Stripe', '2024-07', '2024-07-02', '0', '2024-07-02 17:57:00', '2024-07-02 17:57:00', NULL),
(22, '1719972078785', 11, 10, 'booking', 219, 'DJ', 509, 455.76, 'Stripe', '2024-07', '2024-07-03', '0', '2024-07-03 02:01:18', '2024-07-03 02:01:18', NULL),
(23, '1720129091289', 11, 10, 'booking', 227, 'Mexican Cuisine', 148, 131.58, 'Stripe', '2024-07', '2024-07-05', '0', '2024-07-04 21:38:11', '2024-07-04 21:38:11', NULL),
(24, '1720156979521', 3, 2, 'booking', 165, 'Makeup Artist', 14121, 12706.50, 'Stripe', '2024-07', '2024-07-05', '0', '2024-07-05 05:22:59', '2024-07-05 05:22:59', NULL),
(25, '1720452169808', 5, 46, 'booking', 266, 'Event Planner', 15, 11.72, 'Stripe', '2024-07', '2024-07-08', '0', '2024-07-08 15:22:49', '2024-07-08 15:22:49', NULL),
(26, '1720464596309', 9, 7, 'booking', 274, 'Kid\'s Haircut', 35, 29.50, 'Stripe', '2024-07', '2024-07-08', '0', '2024-07-08 18:49:56', '2024-07-08 18:49:56', NULL);

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

--
-- Table structure for table `unit_options`
--

CREATE TABLE `unit_options` (
  `id` int(11) NOT NULL,
  `charges_type_id` int(10) UNSIGNED NOT NULL,
  `slug` varchar(100) NOT NULL,
  `title` varchar(100) NOT NULL,
  `description` varchar(255) DEFAULT NULL,
  `unit_code` text NOT NULL,
  `unit_size` decimal(10,2) NOT NULL,
  `status` enum('0','1') NOT NULL DEFAULT '1',
  `created_at` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP,
  `updated_at` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,
  `deleted_at` timestamp NULL DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=latin1;

--
-- Dumping data for table `unit_options`
--

INSERT INTO `unit_options` (`id`, `charges_type_id`, `slug`, `title`, `description`, `unit_code`, `unit_size`, `status`, `created_at`, `updated_at`, `deleted_at`) VALUES
(1, 2, '900', '900 Square Feet', 'lorem ipsum.', 'sqft', 900.00, '1', '2024-07-02 07:34:49', '2024-07-08 15:34:50', NULL),
(2, 2, '1250', 'Square Feet', 'lorem ipsum.', 'sqft', 1250.00, '1', '2024-07-02 07:34:49', '2024-07-02 07:34:49', NULL),
(3, 2, '1500', 'Square Feet', 'lorem ipsum.', 'sqft', 1500.00, '1', '2024-07-02 07:34:49', '2024-07-02 07:34:49', NULL),
(4, 1, 'chgs_tps1719994672293', '30 minutes', 'lorem ipsum', 'minutes', 30.00, '1', '2024-07-03 12:17:52', '2024-07-08 13:14:40', NULL),
(5, 1, 'chgs_tps1720075660336', '1 Hour', 'lorem ipsum', 'minutes', 60.00, '1', '2024-07-04 10:47:40', '2024-07-08 14:26:36', NULL),
(6, 1, 'chgs_tps1720095755698', '1 hour and 30 mins', 'sadsad', 'asdsad', 90.00, '1', '2024-07-04 16:22:35', '2024-07-08 14:27:08', NULL),
(7, 1, 'chgs_tps1720102269721', '2 hour', 'asdsadasd', 'sadsad', 120.00, '1', '2024-07-04 18:11:09', '2024-07-08 14:27:30', NULL),
(8, 1, 'chgs_tps1720102565661', '2 hour and 30 mins', 'asdsadasd', 'sdasda', 150.00, '1', '2024-07-04 18:16:05', '2024-07-08 14:27:49', NULL),
(9, 1, 'chgs_tps1720449123188', '3 hour', 'cdd', 'sxxs', 180.00, '1', '2024-07-08 18:32:03', '2024-07-08 14:32:03', NULL),
(10, 1, 'chgs_tps1720449170492', '3 hour and 30 mins', 'das', 'add', 210.00, '1', '2024-07-08 18:32:50', '2024-07-08 14:32:50', NULL),
(11, 1, 'chgs_tps1720449200996', '4 hour', 'sdds', 'sdsd', 240.00, '1', '2024-07-08 18:33:20', '2024-07-08 14:33:20', NULL),
(12, 1, 'chgs_tps1720449238180', '4 hour and 30 mins', 'sdsd', 'sss', 270.00, '1', '2024-07-08 18:33:58', '2024-07-08 14:33:58', NULL),
(13, 1, 'chgs_tps1720449264350', '5 hour', 'dsd', 's', 300.00, '1', '2024-07-08 18:34:24', '2024-07-08 14:34:24', NULL),
(14, 1, 'chgs_tps1720449292187', '5 hour and 30 mins', 'sd', 's', 330.00, '1', '2024-07-08 18:34:52', '2024-07-08 14:34:52', NULL),
(15, 1, 'chgs_tps1720449317083', '6 hour', 's', 'f', 360.00, '1', '2024-07-08 18:35:17', '2024-07-08 14:35:17', NULL);

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

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

CREATE TABLE `users` (
  `id` int(10) UNSIGNED NOT NULL,
  `user_group_id` int(10) UNSIGNED DEFAULT NULL,
  `user_type` enum('admin','user','service-provider') NOT NULL DEFAULT 'user',
  `name` varchar(150) NOT NULL,
  `username` varchar(150) NOT NULL,
  `slug` varchar(150) NOT NULL,
  `email` varchar(150) DEFAULT NULL,
  `mobile_no` varchar(100) DEFAULT NULL,
  `password` varchar(255) NOT NULL,
  `image_url` text,
  `blur_image` varchar(200) DEFAULT NULL,
  `status` enum('1','0') NOT NULL DEFAULT '1',
  `is_email_verify` enum('1','0') NOT NULL DEFAULT '0',
  `email_verify_at` timestamp NULL DEFAULT NULL,
  `reward_id` int(11) DEFAULT NULL,
  `total_bookings` int(11) NOT NULL DEFAULT '0',
  `total_earning_usd` decimal(8,2) NOT NULL DEFAULT '0.00',
  `due_charges_usd` decimal(8,2) NOT NULL DEFAULT '0.00',
  `is_mobile_verify` enum('1','0') DEFAULT '1',
  `mobile_verify_at` timestamp NULL DEFAULT NULL,
  `platform_type` varchar(255) NOT NULL DEFAULT 'custom',
  `platform_id` varchar(255) DEFAULT NULL,
  `country` varchar(100) DEFAULT NULL,
  `city` varchar(100) DEFAULT NULL,
  `state` varchar(100) DEFAULT NULL,
  `zipcode` varchar(100) DEFAULT NULL,
  `address` varchar(100) DEFAULT NULL,
  `latitude` varchar(100) DEFAULT NULL,
  `longitude` varchar(100) DEFAULT NULL,
  `gender` enum('male','female','other') DEFAULT NULL,
  `date_of_birth` varchar(100) DEFAULT NULL,
  `profession_id` int(11) DEFAULT NULL,
  `specialization_id` text,
  `availability` text,
  `online_status` enum('1','0') NOT NULL DEFAULT '0',
  `is_book` enum('1','0') NOT NULL DEFAULT '0',
  `is_completed` enum('1','0') NOT NULL DEFAULT '0',
  `card_active` enum('1','0') NOT NULL DEFAULT '0',
  `bank_active` enum('1','0') NOT NULL DEFAULT '0',
  `mobile_otp` varchar(100) DEFAULT NULL,
  `mobile_otp_created_at` timestamp NULL DEFAULT NULL,
  `email_otp` varchar(100) DEFAULT NULL,
  `customer_id` varchar(100) DEFAULT NULL,
  `connect_id` varchar(100) DEFAULT NULL,
  `email_otp_created_at` timestamp NULL 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;

--
-- Dumping data for table `users`
--

INSERT INTO `users` (`id`, `user_group_id`, `user_type`, `name`, `username`, `slug`, `email`, `mobile_no`, `password`, `image_url`, `blur_image`, `status`, `is_email_verify`, `email_verify_at`, `reward_id`, `total_bookings`, `total_earning_usd`, `due_charges_usd`, `is_mobile_verify`, `mobile_verify_at`, `platform_type`, `platform_id`, `country`, `city`, `state`, `zipcode`, `address`, `latitude`, `longitude`, `gender`, `date_of_birth`, `profession_id`, `specialization_id`, `availability`, `online_status`, `is_book`, `is_completed`, `card_active`, `bank_active`, `mobile_otp`, `mobile_otp_created_at`, `email_otp`, `customer_id`, `connect_id`, `email_otp_created_at`, `created_at`, `updated_at`, `deleted_at`) VALUES
(1, 1, 'admin', 'Tonzi', 'tonzi', 'tonzi', 'admin@tonzi.com', '1-8882051816', 'sha1$cb108610$1$1b266ca68fdb7d7034a496352b3464ae5835cb9b', NULL, NULL, '1', '1', '2024-06-06 07:13:35', NULL, 0, 0.00, 0.00, '1', '2024-06-06 07:13:35', 'custom', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', '0', '0', '0', '0', NULL, NULL, NULL, NULL, NULL, NULL, '2024-06-06 07:13:35', NULL, NULL),
(2, 4, 'service-provider', 'Sylvestor Shames', 'sylvestor-shames992', 'sylvestor-shames992', 'sylvestor@yopmail.com', '+1-2038763532', 'sha1$9357ae40$1$8de22d6b7f2a5cf1ae63af1335cb4f34c35ab7a8', 'user/1717674689936.jpeg', NULL, '1', '', NULL, NULL, 11, 21787.31, 0.00, '1', NULL, 'custom', NULL, NULL, 'Test city', 'Test state', NULL, 'JSI Resort, Jalan Cikopo Selatan, Sukagalih, Bogor Regency, West Java, Indonesia', '24.8012388', '67.075546', 'male', '25-06-2020', 0, NULL, NULL, '0', '0', '1', '1', '1', NULL, NULL, NULL, 'cus_QF4iSJ8DxYf7AP', 'acct_1POaYiRZmGodkfuM', NULL, '2024-06-06 11:16:28', '2024-06-06 07:16:31', NULL),
(3, 3, 'user', 'Alex Shawn Mendez Bo', 'alex396', 'alex396', 'alex@yopmail.com', '+1-2098874125', 'sha1$c5dea7ef$1$eb6493f89cec496d94ddabbf9c17bcc6e9692cb2', 'user/1718387319064.jpeg', NULL, '1', '', NULL, NULL, 0, 0.00, 0.00, '1', NULL, 'custom', NULL, NULL, NULL, NULL, NULL, 'JDT Islam College of Arts And Science, Wayanad Road, Vellimadukunnu, Kozhikode, Kerala, India', '24.8012615', '67.0755585', 'male', '01-01-1954', 0, NULL, NULL, '0', '1', '1', '1', '1', NULL, NULL, NULL, 'cus_QF4iVrW787j4MS', 'acct_1POaZ3RaYCtJLwN8', NULL, '2024-06-06 11:16:48', '2024-06-06 07:16:51', NULL),
(4, 3, 'user', 'Benjamin', 'benjamin572', 'benjamin572', 'benjamin@yopmail.com', '1-2100000010', 'sha1$f375ef69$1$de9a7874c6866dfd4a10297515dc732576dae2a0', NULL, NULL, '1', '', NULL, NULL, 0, 0.00, 0.00, '1', NULL, 'custom', NULL, NULL, NULL, NULL, NULL, NULL, '24.803073', '67.078085', NULL, NULL, NULL, NULL, NULL, '0', '0', '0', '0', '0', NULL, NULL, NULL, 'cus_QF8jy1azP4Gv9P', 'acct_1POeSDRaTFpSZGRN', NULL, '2024-06-06 15:26:00', '2024-06-06 11:26:04', NULL),
(5, 3, 'user', 'alex doe', 'alex-doe579', 'alex-doe579', 'user1@yopmail.com', '+1-3024123675', 'sha1$f2a63f09$1$03634654c4f400d50b986536252706e4242c40ef', NULL, NULL, '1', '', NULL, NULL, 0, 0.00, 0.00, '1', NULL, 'custom', NULL, NULL, NULL, NULL, NULL, 'North 27th Avenue, Phoenix, AZ, USA', '24.800888061523438', '67.07553095859579', 'male', '01-01-1954', 0, NULL, NULL, '1', '1', '1', '1', '0', NULL, NULL, NULL, 'cus_QF9OO6jWluRzws', 'acct_1POf5WDEdacDfWCd', NULL, '2024-06-06 16:06:38', '2024-06-06 12:06:42', NULL),
(6, 3, 'user', 'John Marks', 'john-marks627', 'john-marks627', 'sp1@yopmail.com', '+1-2023642375', 'sha1$04d8d71c$1$1ff0b76807d9e07dd6231df05ba022d2a1c0df18', NULL, NULL, '1', '', NULL, NULL, 1, 7.00, 0.00, '1', NULL, 'custom', NULL, NULL, 'Test city', 'Test state', NULL, '27th Street Garage, West 27th Street, Austin, TX, USA', '24.80126', '67.0755597', 'male', '06-06-2006', NULL, NULL, NULL, '0', '0', '1', '0', '1', NULL, NULL, NULL, 'cus_QF9Yyy9ousvPx4', 'acct_1POfFLDFq58RTC05', NULL, '2024-06-06 16:16:47', '2024-06-06 12:16:50', NULL),
(7, 4, 'service-provider', 'Anna', 'anna168', 'anna168', 'anna@yopmail.com', '+1-7252800241', 'sha1$269b29f0$1$d011079931d53074fcd2b2c3f87d45f19e451f0c', NULL, NULL, '1', '', NULL, NULL, 5, 156.50, 0.00, '1', NULL, 'custom', NULL, NULL, NULL, NULL, NULL, 'Ittehad Commercial Area Phase 6 Defence Housing Authority, Karachi, Pakistan', '24.80126510087573', '67.07555514434868', 'female', '01-01-1954', 0, NULL, NULL, '1', '1', '1', '1', '1', NULL, NULL, NULL, 'cus_QFBH9xDcFosUZj', 'acct_1POgv9D6tFy8Gcg9', NULL, '2024-06-06 18:04:03', '2024-06-06 14:04:06', NULL),
(8, 4, 'service-provider', 'Test', 'test296', 'test296', 'test10@yopmail.com', '+1-2038763544', 'sha1$38e97b01$1$f965d03257c7669f34fcc039e2aceff82dd4ecd9', NULL, NULL, '1', '', NULL, NULL, 0, 0.00, 0.00, '1', NULL, 'custom', NULL, NULL, 'Test city', 'Test state', NULL, '27th Street Garage, West 27th Street, Austin, TX, USA', '24.835952758789062', '67.0369145836742', 'male', '07-06-2006', NULL, NULL, NULL, '1', '0', '1', '0', '1', NULL, NULL, NULL, 'cus_QFXnODy184zWq7', 'acct_1PP2hqRdh59Gkqo4', NULL, '2024-06-07 17:19:46', '2024-06-07 13:19:49', NULL),
(9, 3, 'user', 'hailey', 'hailey852', 'hailey852', 'hailey@yopmail.com', '+1-7258002413', 'sha1$309c55f7$1$d5cfd45d1679e0de344de410dc17dbc0dcce5ea5', 'user/1719933195229.jpeg', NULL, '1', '', NULL, NULL, 0, 0.00, 0.00, '1', NULL, 'custom', NULL, NULL, NULL, NULL, NULL, NULL, '24.801239013671875', '67.07555201110138', NULL, NULL, NULL, NULL, NULL, '1', '1', '0', '1', '0', NULL, NULL, NULL, 'cus_QGl3aOa04C763o', 'acct_1PQDWvDA0ce1vZxh', NULL, '2024-06-10 23:05:20', '2024-06-10 19:05:24', NULL),
(10, 3, 'user', 'king Ice', 'isaac-hill209', 'isaac-hill209', 'hilltmarketing@gmail.com', '+1-9109160638', 'sha1$388a1a02$1$27c7dde4493df579e1b0f55791e346aa2511982d', 'user/1719980383744.jpeg', NULL, '1', '', NULL, NULL, 5, 23537.74, 0.00, '1', NULL, 'custom', NULL, NULL, NULL, NULL, NULL, '13 Road 660, Dayton, TX, USA', '30.139673398765087', '-94.9009157818672', 'male', '31-12-1953', 0, NULL, NULL, '1', '0', '1', '1', '1', NULL, NULL, NULL, 'cus_QGnB4CNjgdA1eC', 'acct_1PQFbbRkh7SYxSFX', NULL, '2024-06-11 01:18:19', '2024-06-10 21:18:22', NULL),
(11, 3, 'user', 'Brandy Burgess', 'brandy-burgess773', 'brandy-burgess773', 'operationshillcompanies@gmail.com', '+1-2813005985', 'sha1$047860b9$1$e340b588651d7e581bfef08374d53dafeb49cfea', NULL, NULL, '1', '', NULL, NULL, 0, 0.00, 0.00, '1', NULL, 'custom', NULL, NULL, NULL, NULL, NULL, NULL, '30.000717163085938', '-95.17301499221705', NULL, NULL, NULL, NULL, NULL, '1', '1', '0', '1', '0', NULL, NULL, NULL, 'cus_QGpBpCYy2HGcCo', 'acct_1PQHWwRcfQokbVtW', NULL, '2024-06-11 03:21:37', '2024-06-10 23:21:41', NULL),
(12, 3, 'user', 'Alex walker', 'alex-walker424', 'alex-walker424', 'user2@yopmail.com', '+1-2023412746', 'sha1$03bddc41$1$fd5c9b8cee27864ed6611e07b4df87b7c6638c6d', NULL, NULL, '1', '', NULL, NULL, 0, 0.00, 0.00, '1', NULL, 'custom', NULL, NULL, NULL, NULL, NULL, '27th Street Garage, West 27th Street, Austin, TX, USA', '24.801254272460938', '67.075540604108', 'male', '11-06-1981', 0, NULL, NULL, '0', '1', '1', '1', '0', NULL, NULL, NULL, 'cus_QH3PmkmeHQqo7M', 'acct_1PQVIYRWyNboEGkm', NULL, '2024-06-11 18:03:41', '2024-06-11 14:03:45', NULL),
(13, 4, 'service-provider', 'John Watson', 'john-watson334', 'john-watson334', 'user3@yopmail.com', '+1-2024569872', 'sha1$b0c0c75d$1$44695d7cac6c452ab83bf724bb213dc82c92b62d', NULL, NULL, '1', '', NULL, NULL, 0, 0.00, 0.00, '1', NULL, 'custom', NULL, NULL, NULL, NULL, NULL, '27th Street Garage, West 27th Street, Austin, TX, USA', '30.29129009999999', '-97.7385564', 'male', '01-01-1954', 0, NULL, NULL, '0', '0', '1', '0', '0', NULL, NULL, NULL, 'cus_QH3eIAftl1DZmY', 'acct_1PQVXXDC25A2pjLT', NULL, '2024-06-11 18:19:10', '2024-06-11 14:19:14', NULL),
(14, 4, 'service-provider', 'alex walker', 'alex-walker523', 'alex-walker523', 'sp2@yopmail.com', '+1-3419764312', 'sha1$2a1e560f$1$6cd0d560f75b90d6a9313e0305acc9a39fde7218', NULL, NULL, '1', '', NULL, NULL, 1, 13.30, 0.00, '1', NULL, 'custom', NULL, NULL, 'Test city', 'Test state', NULL, '27th Street Garage, West 27th Street, Austin, TX, USA', '24.80126', '67.0755597', 'male', '11-06-2006', NULL, NULL, NULL, '0', '0', '1', '1', '1', NULL, NULL, NULL, 'cus_QH3ksJVdVYrpoj', 'acct_1PQVciD5SxJWXSRc', NULL, '2024-06-11 18:24:31', '2024-06-11 14:24:35', NULL),
(15, 3, 'user', 'Jimmy', 'jimmy135', 'jimmy135', 'jimmy@yopmail.com', '1-2100010011', 'sha1$db3e2a29$1$501584783d4de9594a64e407367f982d9c2052b9', NULL, NULL, '1', '', NULL, NULL, 0, 0.00, 0.00, '1', NULL, 'custom', NULL, NULL, NULL, NULL, NULL, NULL, '24.948200', '67.040732', NULL, NULL, NULL, NULL, NULL, '1', '1', '0', '1', '0', NULL, NULL, NULL, 'cus_QH5PyWcbqGvKeY', 'acct_1PQXEGD6yN0AWm7e', NULL, '2024-06-11 20:07:24', '2024-06-11 16:07:27', NULL),
(16, 4, 'service-provider', 'Ben', 'ben755', 'ben755', 'ben@yopmail.com', '1-2000646321', 'sha1$0b75997a$1$34fbea8a627d7e96a14a70f9f093720c1aa39b85', NULL, NULL, '1', '', NULL, NULL, 0, 0.00, 0.00, '1', NULL, 'custom', NULL, NULL, 'New York', 'US', NULL, 'Middle of nowhere', '24.948200', '67.040732', 'male', '12-12-2000', NULL, NULL, NULL, '1', '0', '0', '0', '1', NULL, NULL, NULL, 'cus_QH5SktG2SW9W1V', 'acct_1PQXHsRUuHpSdDPZ', NULL, '2024-06-11 20:11:07', '2024-06-11 16:11:11', NULL),
(17, 4, 'service-provider', 'Firebird', 'firebird492', 'firebird492', 'firebird@yopmail.com', '+1-2038763588', 'sha1$f0cfc1dc$1$ed4a5a4623dbf49875e86c20caa2ace8bbd33a71', NULL, NULL, '1', '', NULL, NULL, 0, 0.00, 0.00, '1', NULL, 'custom', NULL, NULL, 'Test city', 'Test state', NULL, 'Kfarshima, Lebanon', '33.8168657', '35.5360583', 'male', '12-06-2002', NULL, NULL, NULL, '0', '0', '1', '0', '0', NULL, NULL, NULL, 'cus_QHIkNBBOpLSTB2', 'acct_1PQk9FD3bKJuns7t', NULL, '2024-06-12 09:55:04', '2024-06-12 05:55:08', NULL),
(18, 4, 'service-provider', 'faint', 'faint300', 'faint300', 'faint@yopmail.com', '+1-2038763896', 'sha1$b93180a4$1$cc7e9da84f03b98cb39d8b90970be862edded0fa', NULL, NULL, '1', '', NULL, NULL, 0, 0.00, 0.00, '1', NULL, 'custom', NULL, NULL, 'Test city', 'Test state', NULL, 'Idukki, Kerala, India', '24.849197387695312', '67.03347212693836', 'male', '12-06-2006', NULL, NULL, NULL, '0', '0', '1', '0', '1', NULL, NULL, NULL, 'cus_QHIymNCtDn9PFj', 'acct_1PQkM8D6w0DI3xqE', NULL, '2024-06-12 10:08:24', '2024-06-12 06:08:27', NULL),
(19, 4, 'service-provider', 'Test', 'test471', 'test471', 'Testw@yopmail.com', '+1-2038763533', 'sha1$f86b3670$1$be9e99db4448df8c6741f6597a4d62e465f52180', NULL, NULL, '1', '', NULL, NULL, 0, 0.00, 0.00, '1', NULL, 'custom', NULL, NULL, 'Test city', 'Test state', NULL, 'Zhhsp, Velyka Berdychivska Street, Zhytomyr, Zhytomyr Oblast, Ukraine', '50.25158', '28.6702464', 'male', '12-06-2006', NULL, NULL, NULL, '0', '0', '0', '0', '0', NULL, NULL, NULL, 'cus_QHPt4qUO5ZECrV', 'acct_1PQr3mD8Dnz7UOpO', NULL, '2024-06-12 17:17:53', '2024-06-12 13:17:57', NULL),
(20, 4, 'service-provider', 'Test', 'test391', 'test391', 'Testwq@yopmail.com', '+1-2038763447', 'sha1$cbabc6f7$1$992e0f62ae95fc9e7b584260fd3203d4804f4b0c', NULL, NULL, '1', '', NULL, NULL, 0, 0.00, 0.00, '1', NULL, 'custom', NULL, NULL, 'Test city', 'Test state', NULL, 'Zhhsp, Velyka Berdychivska Street, Zhytomyr, Zhytomyr Oblast, Ukraine', '24.849197387695312', '67.03347212693836', 'male', '12-06-2006', NULL, NULL, NULL, '0', '0', '1', '0', '0', NULL, NULL, NULL, 'cus_QHPuIqte2bulqY', 'acct_1PQr4KD01dNFoiTh', NULL, '2024-06-12 17:18:28', '2024-06-12 13:18:32', NULL),
(21, 4, 'service-provider', 'giz', 'giz875', 'giz875', 'giz@yopmail.com', '+1-2087745721', 'sha1$7e253873$1$1ed5d7ca4bfd2d60866ddfd3e802d2c23eecb9a7', NULL, NULL, '1', '', NULL, NULL, 0, 0.00, 0.00, '1', NULL, 'custom', NULL, NULL, NULL, NULL, NULL, NULL, '24.849197387695312', '67.03347212693836', NULL, NULL, NULL, NULL, NULL, '0', '0', '0', '0', '0', NULL, NULL, NULL, 'cus_QHPwcKdy8FK6VH', 'acct_1PQr6ADAKUsA4s50', NULL, '2024-06-12 17:20:21', '2024-06-12 13:20:25', NULL),
(22, 4, 'service-provider', 'Fred', 'fred783', 'fred783', 'fred@yopmail.com', '+1-2038763558', 'sha1$28c4f991$1$06c1a4bb3fbf7a1680fa890d32163ac720a34420', NULL, NULL, '1', '', NULL, NULL, 0, 0.00, 0.00, '1', NULL, 'custom', NULL, NULL, 'Test city', 'Test state', NULL, 'HSHS St. Elizabeth\'s Hospital, St Elizabeth\'s Blvd, O\'Fallon, IL, USA', '38.5837914', '-89.9321801', 'male', '12-06-2006', NULL, NULL, NULL, '0', '0', '0', '0', '0', NULL, NULL, NULL, 'cus_QHPxQctmb298zc', 'acct_1PQr7dRfNQBVBrZ9', NULL, '2024-06-12 17:21:53', '2024-06-12 13:21:56', NULL),
(23, 4, 'service-provider', 'Test', 'test561', 'test561', 'pos@yopmail.com', '+1-2038763369', 'sha1$fd4c1014$1$9c580d1fc56cae89e3b997496681546ca7b4ebd7', NULL, NULL, '1', '', NULL, NULL, 0, 0.00, 0.00, '1', NULL, 'custom', NULL, NULL, 'Test city', 'Test state', NULL, 'Shirdi, Maharashtra, India', '19.7645364', '74.4762124', 'male', '12-06-2006', NULL, NULL, NULL, '0', '0', '0', '0', '0', NULL, NULL, NULL, 'cus_QHPy1MYs6KMa2S', 'acct_1PQr8kD3pgo1sLl3', NULL, '2024-06-12 17:23:02', '2024-06-12 13:23:05', NULL),
(24, 4, 'service-provider', 'Test', 'test774', 'test774', 'aTest@yopmail.com', '+1-2038767707', 'sha1$fdaf5d20$1$acea424a760261c43c90fa59c20f28f060d6496d', NULL, NULL, '1', '', NULL, NULL, 0, 0.00, 0.00, '1', NULL, 'custom', NULL, NULL, 'Test city', 'Test state', NULL, 'Hsr Bda Complex, 12th Main Road, Sector 6, HSR Layout, Bengaluru, Karnataka, India', '12.9137634', '77.63727779999999', 'male', '12-06-2006', NULL, NULL, NULL, '0', '0', '0', '0', '0', NULL, NULL, NULL, 'cus_QHQ0puVvI7pOpF', 'acct_1PQrALD6P76VrU3z', NULL, '2024-06-12 17:24:40', '2024-06-12 13:24:44', NULL),
(25, 4, 'service-provider', 'Tester', 'tester173', 'tester173', 'Tester@yopmail.com', '+1-2038763993', 'sha1$3cc9ab54$1$f3213415045cedeb5a58b4cea5a08fd7085d3de0', NULL, NULL, '1', '', NULL, NULL, 0, 0.00, 0.00, '1', NULL, 'custom', NULL, NULL, 'Test city', 'Test state', NULL, 'GSO Airport, Greensboro, NC, USA', '36.1029481', '-79.9335219', 'male', '12-06-2006', NULL, NULL, NULL, '0', '0', '0', '0', '0', NULL, NULL, NULL, 'cus_QHQ2Nwv9c3HEPw', 'acct_1PQrClRg5ECsf7Ze', NULL, '2024-06-12 17:27:10', '2024-06-12 13:27:14', NULL),
(26, 3, 'user', 'David', 'david734', 'david734', 'user4@yopmail.com', '+1-2024613754', 'sha1$bdaa5e5b$1$67250f1baf6aeaa2a8be8ac94ff9773f0b2568cf', NULL, NULL, '1', '', NULL, NULL, 0, 0.00, 0.00, '1', NULL, 'custom', NULL, NULL, NULL, NULL, NULL, '27th Street Garage, West 27th Street, Austin, TX, USA', '24.801254272460938', '67.075540604108', 'male', '12-06-1981', 0, NULL, NULL, '1', '1', '1', '1', '1', NULL, NULL, NULL, 'cus_QHR9hWkGO80aqt', 'acct_1PQsH9RUuoGpgzv1', NULL, '2024-06-12 18:35:46', '2024-06-12 14:35:50', NULL),
(27, 3, 'user', 'Raymond Sharp', 'raymond-sharp149', 'raymond-sharp149', 'onesharphome@gmail.com', '+1-9109877511', 'sha1$8a21f4e8$1$be23133c83cdcd039f167f54e848dc6ab43bf726', NULL, NULL, '1', '', NULL, NULL, 0, 0.00, 0.00, '1', NULL, 'custom', NULL, NULL, NULL, NULL, NULL, '88 Valley Brook Lane, Spring Lake, NC, USA', '35.069284279139396', '-78.95053431041686', 'male', '31-12-1953', 0, NULL, NULL, '1', '0', '1', '1', '0', NULL, NULL, NULL, 'cus_QHTOPM1Ul16eV0', 'acct_1PQuRoDCr7LX8qED', NULL, '2024-06-12 20:54:55', '2024-06-12 16:54:59', NULL),
(28, 3, 'user', 'Mike', 'mike748', 'mike748', 'user5@yopmail.com', '+1-2026479113', 'sha1$0dfdb2e9$1$30e83c50f40859c58cd958b5dfe18882389ecd6f', NULL, NULL, '1', '', NULL, NULL, 0, 0.00, 0.00, '1', NULL, 'custom', NULL, NULL, NULL, NULL, NULL, '27th Street Garage, West 27th Street, Austin, TX, USA', '24.801266882592017', '67.075540604108', 'male', '01-01-1954', 0, NULL, NULL, '0', '1', '1', '1', '0', NULL, NULL, NULL, 'cus_QLpx6OOgljMcIr', 'acct_1PV8HLD0V8WKg5SX', NULL, '2024-06-24 12:29:35', '2024-06-24 08:29:38', NULL),
(29, 4, 'service-provider', 'Beckham ', 'beckham-553', 'beckham-553', 'sp3@yopmail.com', '+1-6419784632', 'sha1$dc54d267$1$ff495ec0da1bfe1fa166c5f46a8bda57e4519217', NULL, NULL, '1', '', NULL, NULL, 1, 121.34, 0.00, '1', NULL, 'custom', NULL, NULL, 'Test city', 'Test state', NULL, '27th Street Garage, West 27th Street, Austin, TX, USA', '24.801256', '67.0755625', 'male', '26-06-1999', 0, NULL, NULL, '1', '0', '1', '0', '1', NULL, NULL, NULL, 'cus_QMesIkFxSkrqvU', 'acct_1PVvYcD7FQ9EglJB', NULL, '2024-06-26 17:06:42', '2024-06-26 13:06:45', NULL),
(30, 4, 'service-provider', 'potter', 'potter798', 'potter798', 'user6@yopmail.com', '+1-2025149463', 'sha1$4aa3eff5$1$eca27ae950796070ca65ee3b5c3c0b89492ddccc', NULL, NULL, '1', '', NULL, NULL, 0, 0.00, 0.00, '1', NULL, 'custom', NULL, NULL, NULL, NULL, NULL, '27th Street Garage, West 27th Street, Austin, TX, USA', '30.29129009999999', '-97.7385564', 'male', '26-06-2019', 0, NULL, NULL, '0', '0', '1', '0', '0', NULL, NULL, NULL, 'cus_QMg2A8eQccJWaO', 'acct_1PVwgbRkrk9uPkpi', NULL, '2024-06-26 18:19:01', '2024-06-26 14:19:04', NULL),
(31, 3, 'user', 'mike bless', 'mike-bless297', 'mike-bless297', 'redoraclefilms@gmail.com', '+1-3309991344', 'sha1$19a12b37$1$ae7d9bb6235d649e1cfe0cd9aff3a6e73475144d', NULL, NULL, '1', '', NULL, NULL, 0, 0.00, 0.00, '1', NULL, 'custom', NULL, NULL, NULL, NULL, NULL, NULL, '33.7910125138253', '-84.39771401170833', NULL, NULL, NULL, NULL, NULL, '1', '0', '0', '0', '0', NULL, NULL, NULL, 'cus_QNPXPOS2EdED5P', 'acct_1PWeiPRhUDChdiRx', NULL, '2024-06-28 17:19:49', '2024-06-28 13:19:52', NULL),
(32, 4, 'service-provider', 'hello why', 'hello-why717', 'hello-why717', 'operations@mjacvending.com', '+1-3462072381', 'sha1$69ba6775$1$890544324561aecf8ee70011cbc394c6109b7506', NULL, NULL, '1', '', NULL, NULL, 0, 0.00, 0.00, '1', NULL, 'custom', NULL, NULL, 'Test city', 'Test state', NULL, '13 Road 660, Dayton, TX, USA', '30.139791', '-94.90113699999999', 'male', '29-01-1989', NULL, NULL, NULL, '0', '0', '0', '0', '0', NULL, NULL, NULL, 'cus_QOgZ21agIoJjSw', 'acct_1PXtCXRWldOFBIyP', NULL, '2024-07-02 03:00:00', '2024-07-01 23:00:05', NULL),
(33, 4, 'service-provider', 'Brooks', 'brooks232', 'brooks232', 'sp4@yopmail.com', '+1-2054976315', 'sha1$1996a7a0$1$df5f09e3b3493f62580783827d859cd0d4eb6222', NULL, NULL, '1', '', NULL, NULL, 1, 9.70, 0.00, '1', NULL, 'custom', NULL, NULL, 'Test city', 'Test state', NULL, '27th Street Garage, West 27th Street, Austin, TX, USA', '24.8012684', '67.0755686', 'male', '02-07-2003', 0, NULL, NULL, '1', '0', '1', '0', '1', NULL, NULL, NULL, 'cus_QOpTb2vVFRTNTl', 'acct_1PY1onRnoXASWVDJ', NULL, '2024-07-02 12:12:05', '2024-07-02 08:12:08', NULL),
(34, 3, 'user', 'hill', 'hill353', 'hill353', 'user7@yopmail.com', '+1-9457632145', 'sha1$e08aa105$1$8c612cd14cc7a75dfa7daeaf4ba7b50bf7d905e0', NULL, NULL, '1', '', NULL, NULL, 0, 0.00, 0.00, '1', NULL, 'custom', NULL, NULL, NULL, NULL, NULL, NULL, '24.8012388', '67.075546', NULL, NULL, NULL, NULL, NULL, '0', '1', '0', '1', '0', NULL, NULL, NULL, 'cus_QOpVTPD67tfx9G', 'acct_1PY1q4Rcf2NH2Rv4', NULL, '2024-07-02 12:13:24', '2024-07-02 08:13:27', NULL),
(35, 3, 'user', 'Diana Marraccini', 'diana-marraccini946', 'diana-marraccini946', 'dianamarraccini@gmail.com', '+1-8085018217', 'sha1$e5f3bf1b$1$e245d8007e7bea65ad19eb0657e3bc81a587b50f', NULL, NULL, '1', '', NULL, NULL, 0, 0.00, 0.00, '1', NULL, 'custom', NULL, NULL, NULL, NULL, NULL, NULL, '21.405654907226562', '-158.02684783075145', NULL, NULL, NULL, NULL, NULL, '1', '0', '0', '1', '0', NULL, NULL, NULL, 'cus_QP90sDVZJvwya1', 'acct_1PYKi0D7O5dymw2J', NULL, '2024-07-03 08:22:20', '2024-07-03 04:22:23', NULL),
(36, 4, 'service-provider', 'Chris James', 'chris-james579', 'chris-james579', 'chrisjames808@yahoo.com', '+1-8083066424', 'sha1$ca8c77d2$1$1cec4706e5681daa03332c67d173fe6ef0ec5b3d', 'user/1719982236145.jpeg', NULL, '1', '', NULL, NULL, 0, 0.00, 0.00, '1', NULL, 'custom', NULL, NULL, 'Test city', 'Test state', NULL, '94-219 Haea Place, Waipahu, HI, USA', '21.405624389648438', '-158.0268442118719', 'male', '06-08-1972', 0, NULL, NULL, '0', '0', '1', '0', '0', NULL, NULL, NULL, 'cus_QP9DFZxhU1ZLf1', 'acct_1PYKuaRW27vnVg6B', NULL, '2024-07-03 08:35:20', '2024-07-03 04:35:23', NULL),
(37, 4, 'service-provider', 'Ricky', 'ricky305', 'ricky305', 'sp7@yopmail.com', '+1-2028468793', 'sha1$d990dec2$1$59735e0fa16bf5d519015d088e6b605a14d1a60f', NULL, NULL, '1', '', NULL, NULL, 0, 0.00, 0.00, '1', NULL, 'custom', NULL, NULL, 'Test city', 'Test state', NULL, 'North 27th Avenue, Phoenix, AZ, USA', '24.8012501', '67.0755639', 'male', '05-07-2024', 0, NULL, NULL, '0', '0', '1', '0', '0', NULL, NULL, NULL, 'cus_QQ0rYhQDtKplC3', 'acct_1PZApnRWJgOxqcQT', NULL, '2024-07-05 16:01:51', '2024-07-05 12:01:54', NULL),
(38, 4, 'service-provider', 'Ricky', 'ricky257', 'ricky257', 'sp8@yopmail.com', '+1-2818101867', 'sha1$0fa51c5f$1$d58db90fcfe0608383c44291987361a40a44f1b1', NULL, NULL, '1', '', NULL, NULL, 0, 0.00, 0.00, '1', NULL, 'custom', NULL, NULL, 'Test city', 'Test state', NULL, 'North 27th Avenue, Phoenix, AZ, USA', '24.80122540745761', '67.07554226418112', 'male', '05-07-2024', 0, NULL, NULL, '0', '0', '1', '0', '1', NULL, NULL, NULL, 'cus_QQ0siifhVJilz2', 'acct_1PZAr6RnUu4o5z2Y', NULL, '2024-07-05 16:03:11', '2024-07-05 12:03:15', NULL),
(39, 4, 'service-provider', 'Max', 'max298', 'max298', 'sp9@yopmail.com', '+1-6093006179', 'sha1$8fb24c0f$1$8b91d0339b92aa8b6162beb55461c3368fb38a31', NULL, NULL, '1', '', NULL, NULL, 0, 0.00, 0.00, '1', NULL, 'custom', NULL, NULL, 'Test city', 'Test state', NULL, '27th Street Garage, West 27th Street, Austin, TX, USA', '24.8012501', '67.0755639', 'male', '05-07-2005', 0, NULL, NULL, '0', '0', '1', '0', '0', NULL, NULL, NULL, 'cus_QQ0ymvCH3YQxso', 'acct_1PZAwlRYOps33PBo', NULL, '2024-07-05 16:09:02', '2024-07-05 12:09:06', NULL),
(40, 3, 'user', 'brooks', 'brooks728', 'brooks728', 'user8@yopmail.com', '+1-2026497231', 'sha1$a46df304$1$4d1d7563cbe2c169ce49f124c49e7950959b617d', NULL, NULL, '1', '', NULL, NULL, 0, 0.00, 0.00, '1', NULL, 'custom', NULL, NULL, NULL, NULL, NULL, NULL, '24.801010131835938', '67.07548822142245', NULL, NULL, NULL, NULL, NULL, '0', '0', '0', '1', '0', NULL, NULL, NULL, 'cus_QQ11Fsd78Yrjkc', 'acct_1PZAzIRZUtS94Zge', NULL, '2024-07-05 16:11:40', '2024-07-05 12:11:43', NULL),
(41, 4, 'service-provider', 'Test', 'test222', 'test222', 'Test@yopmail.com', '+1-2038763577', 'sha1$a2a55cf9$1$40d1ebc4708712d06a773c1631821d538ffc7f6a', NULL, NULL, '1', '', NULL, NULL, 0, 0.00, 0.00, '1', NULL, 'custom', NULL, NULL, 'Test city', 'Test state', NULL, 'BZN airport, Gallatin Field Road, Belgrade, MT, USA', '45.7784043', '-111.1612273', 'male', '05-07-2024', NULL, NULL, NULL, '0', '0', '0', '0', '0', NULL, NULL, NULL, 'cus_QQ1JWh6whJk9CH', 'acct_1PZBGWRn0ll6HinX', NULL, '2024-07-05 16:29:28', '2024-07-05 12:29:31', NULL),
(42, 4, 'service-provider', 'Test', 'test204', 'test204', 'Test@yopmail.comq', '+1-2038763580', 'sha1$372af8a9$1$644e3b898972cd41fb07ed11cce2b509cb2d1417', NULL, NULL, '1', '', NULL, NULL, 0, 0.00, 0.00, '1', NULL, 'custom', NULL, NULL, 'Test city', 'Test state', NULL, 'Kathmandu, Nepal', '27.7172453', '85.3239605', 'male', '05-07-2024', NULL, NULL, NULL, '0', '0', '0', '0', '0', NULL, NULL, NULL, 'cus_QQ1LPfP37Ys2ev', 'acct_1PZBISRdVfa0btJL', NULL, '2024-07-05 16:31:27', '2024-07-05 12:31:31', NULL),
(43, 4, 'service-provider', 'Rick', 'rick404', 'rick404', 'sp10@yopmail.com', '+1-2026487963', 'sha1$c847416b$1$57e1ca446da57881dba5d84575667a85f191795e', NULL, NULL, '1', '', NULL, NULL, 0, 0.00, 0.00, '1', NULL, 'custom', NULL, NULL, 'Test city', 'Test state', NULL, '27th Street Garage, West 27th Street, Austin, TX, USA', '24.80122540745761', '67.07554226418112', 'male', '05-07-2024', NULL, NULL, NULL, '0', '0', '1', '0', '0', NULL, NULL, NULL, 'cus_QQ1aczDYIX2AXA', 'acct_1PZBXNDHKj2dVtCc', NULL, '2024-07-05 16:46:52', '2024-07-05 12:46:56', NULL),
(44, 3, 'user', 'alex', 'alex111', 'alex111', 'user10@yopmail.com', '+1-2026487966', 'sha1$46bea3c9$1$0bed65409a461ae5e784ea18a63262ef2c87825d', NULL, NULL, '1', '', NULL, NULL, 0, 0.00, 0.00, '1', NULL, 'custom', NULL, NULL, NULL, NULL, NULL, NULL, '24.80122540745761', '67.07554226418112', NULL, NULL, NULL, NULL, NULL, '1', '1', '0', '1', '0', NULL, NULL, NULL, 'cus_QQ28gf2tE4WhWR', 'acct_1PZC47RldfEXRULW', NULL, '2024-07-05 17:20:43', '2024-07-05 13:20:46', NULL),
(45, 4, 'service-provider', 'brooks', 'brooks136', 'brooks136', 'sp11@yopmail.com', '+1-2024917543', 'sha1$5da89a16$1$75666089e981451d50d8f66fd1e3d3e8fc75c1c9', NULL, NULL, '1', '', NULL, NULL, 0, 0.00, 0.00, '1', NULL, 'custom', NULL, NULL, 'Test city', 'Test state', NULL, 'North 27th Avenue, Phoenix, AZ, USA', '33.6713539', '-112.11719', 'male', '05-07-2024', NULL, NULL, NULL, '0', '0', '0', '0', '0', NULL, NULL, NULL, 'cus_QQ3oN5i2Nb3xGb', 'acct_1PZDh9D0XuF3iBJy', NULL, '2024-07-05 19:05:06', '2024-07-05 15:05:10', NULL),
(46, 4, 'service-provider', 'brooks', 'brooks910', 'brooks910', 'sp12@yopmail.com', '+1-2024917544', 'sha1$5723d32c$1$b47834f124687dc6ffcf66bbd1f6dd69ca647cce', NULL, NULL, '1', '', NULL, NULL, 1, 11.72, 0.00, '1', NULL, 'custom', NULL, NULL, 'Test city', 'Test state', NULL, 'North 27th Avenue, Phoenix, AZ, USA', '24.8012548', '67.0755669', 'male', '05-07-2024', NULL, NULL, NULL, '0', '0', '1', '0', '1', NULL, NULL, NULL, 'cus_QQ3pmWOlD8pugz', 'acct_1PZDhTD1BcRwVNb3', NULL, '2024-07-05 19:05:27', '2024-07-05 15:05:30', NULL),
(47, 4, 'service-provider', 'Rochell  Hill', 'rochell-hill828', 'rochell-hill828', 'rfulford89@gmail.com', '+1-4709257784', 'sha1$ebd9be26$1$bec1e37a4f1294722c8107a31884c963800d4f18', NULL, NULL, '1', '', NULL, NULL, 0, 0.00, 0.00, '1', NULL, 'custom', NULL, NULL, 'Test city', 'Test state', NULL, '504 East Houston Street, Dayton, TX, USA', '30.13970947265625', '-94.90103961581154', 'female', '27-07-1989', NULL, NULL, NULL, '0', '0', '1', '0', '1', NULL, NULL, NULL, 'cus_QQDPnTfJ8DRV55', 'acct_1PZMynD3M5TA1EWR', NULL, '2024-07-06 04:59:56', '2024-07-06 01:00:00', NULL),
(48, 4, 'service-provider', 'anna hall', 'anna-hall697', 'anna-hall697', 'annahall@yopmail.com', '+1-9176191803', 'sha1$d58a4738$1$4e55aa972fa5c5afb8f9272ee167dad51e23c3dc', NULL, NULL, '1', '1', NULL, NULL, 0, 0.00, 0.00, '1', NULL, 'custom', NULL, NULL, 'Test city', 'Test state', NULL, 'Texas, USA', '31.9685988', '-99.9018131', 'female', '08-07-2017', NULL, NULL, NULL, '0', '0', '0', '0', '0', NULL, NULL, NULL, 'cus_QRDB6Q4lWHujeF', 'acct_1PaKkvRdY9IAPRdV', NULL, '2024-07-08 20:49:37', '2024-07-08 16:49:40', NULL),
(49, 4, 'service-provider', 'anna hall', 'anna-hall408', 'anna-hall408', 'annahall1@yopmail.com', '+1-9176191802', 'sha1$3ea20270$1$d263fccc47b2f380e1fe1bc0414e94e3221edcd1', NULL, NULL, '1', '1', NULL, NULL, 0, 0.00, 0.00, '1', NULL, 'custom', NULL, NULL, 'Test city', 'Test state', NULL, 'Texas, USA', '31.9685988', '-99.9018131', 'female', '08-07-2017', NULL, NULL, NULL, '0', '0', '0', '0', '0', NULL, NULL, NULL, 'cus_QRDCHz9EbuCBbo', 'acct_1PaKluD0ny8JIqxo', NULL, '2024-07-08 20:50:38', '2024-07-08 16:50:41', NULL);

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

--
-- Table structure for table `user_api_tokens`
--

CREATE TABLE `user_api_tokens` (
  `id` int(10) UNSIGNED NOT NULL,
  `user_id` int(10) UNSIGNED DEFAULT NULL,
  `api_token` text NOT NULL,
  `device_type` varchar(100) DEFAULT NULL,
  `device_token` varchar(5000) DEFAULT NULL,
  `platform_type` varchar(100) DEFAULT NULL,
  `platform_id` varchar(255) DEFAULT NULL,
  `ip_address` varchar(100) DEFAULT NULL,
  `user_agent` text,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL,
  `deleted_at` timestamp NULL DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4;

--
-- Dumping data for table `user_api_tokens`
--

INSERT INTO `user_api_tokens` (`id`, `user_id`, `api_token`, `device_type`, `device_token`, `platform_type`, `platform_id`, `ip_address`, `user_agent`, `created_at`, `updated_at`, `deleted_at`) VALUES
(1, 2, 'eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJlbWFpbCI6InN5bHZlc3RvckB5b3BtYWlsLmNvbSIsImlhdCI6MTcxNzY1ODE5MSwiZXhwIjoxNzE4MjYyOTkxLCJpc3MiOiI1OTIwMDc0OC0zNmZjLTI3NDQtMzU1LThjMTI4MWY3ZmNkMiIsInN1YiI6IjU5MjAwNzQ4LTM2ZmMtMjc0NC0zNTUtOGMxMjgxZjdmY2QyIiwianRpIjoic3lsdmVzdG9yQHlvcG1haWwuY29tIn0.I-5L2r9lybEFcOhb0e885_H1ay8Jta17m92CVAE8bNs', 'android', '123456789001', 'custom', NULL, '154.57.216.237', 'okhttp/4.9.2', '2024-06-06 11:16:31', NULL, NULL),
(2, 3, 'eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJlbWFpbCI6ImFsZXhAeW9wbWFpbC5jb20iLCJpYXQiOjE3MTc2NTgyMTEsImV4cCI6MTcxODI2MzAxMSwiaXNzIjoiNTkyMDA3NDgtMzZmYy0yNzQ0LTM1NS04YzEyODFmN2ZjZDIiLCJzdWIiOiI1OTIwMDc0OC0zNmZjLTI3NDQtMzU1LThjMTI4MWY3ZmNkMiIsImp0aSI6ImFsZXhAeW9wbWFpbC5jb20ifQ.m-2LqS1V2fBjvS5dBKk3waceE49SkzcKF7JabOg6jdA', 'android', '123456789001', 'custom', NULL, '154.57.216.237', 'Tonzii/1 CFNetwork/1240.0.4 Darwin/20.6.0', '2024-06-06 11:16:51', NULL, NULL),
(5, 3, 'eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJlbWFpbCI6ImFsZXhAeW9wbWFpbC5jb20iLCJpYXQiOjE3MTc2NjAwNzgsImV4cCI6MTcxODI2NDg3OCwiaXNzIjoiNTkyMDA3NDgtMzZmYy0yNzQ0LTM1NS04YzEyODFmN2ZjZDIiLCJzdWIiOiI1OTIwMDc0OC0zNmZjLTI3NDQtMzU1LThjMTI4MWY3ZmNkMiIsImp0aSI6ImFsZXhAeW9wbWFpbC5jb20ifQ.V7mwrntPBHRVXFxhX2WNT3e0Dqy2x6Z_wTlDZL_WCuQ', 'android', 'dy_k475JTGCd8btwzgrqKK:APA91bG0q-OAMLlgJNmneC_024McZTtyXHIVQVxIbsyhgnrIwudthyuCIQCM9njHgNIG9wdKRT0K5RCdzly0fkyaM6ZRSX-hf5qzk48ciK4B4SKXdXuDUt5Lf4P91VybdVoT0wc1QvYD', 'custom', NULL, '154.57.216.237', 'okhttp/4.9.2', '2024-06-06 07:47:58', '2024-06-06 07:47:58', NULL),
(7, 3, 'eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJlbWFpbCI6ImFsZXhAeW9wbWFpbC5jb20iLCJpYXQiOjE3MTc2NjkzNDAsImV4cCI6MTcxODI3NDE0MCwiaXNzIjoiNTkyMDA3NDgtMzZmYy0yNzQ0LTM1NS04YzEyODFmN2ZjZDIiLCJzdWIiOiI1OTIwMDc0OC0zNmZjLTI3NDQtMzU1LThjMTI4MWY3ZmNkMiIsImp0aSI6ImFsZXhAeW9wbWFpbC5jb20ifQ.ebYzs0oeECeoxsHMGSjWsn_yVkzx3v1Z3Dfti4HokbM', 'android', 'dg35e26GQ22mxXrxjTdgSl:APA91bHV3Nk6B4sVGk-h-ppNz3MhqGipV0xEzc1mpFc5h86HlTOBo3niKBG8lJJLvdPseYiM06uz3iJsGAG1NHaB_fWU0Ad6GyAqqtgQAMFeZE91sryrvZQBNxdLjz3kvCYEWdqit0OA', 'custom', NULL, '154.57.216.237', 'okhttp/4.9.2', '2024-06-06 10:22:20', '2024-06-06 10:22:20', NULL),
(12, 4, 'eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJlbWFpbCI6ImJlbmphbWluQHlvcG1haWwuY29tIiwiaWF0IjoxNzE3NjczMTY0LCJleHAiOjE3MTgyNzc5NjQsImlzcyI6IjU5MjAwNzQ4LTM2ZmMtMjc0NC0zNTUtOGMxMjgxZjdmY2QyIiwic3ViIjoiNTkyMDA3NDgtMzZmYy0yNzQ0LTM1NS04YzEyODFmN2ZjZDIiLCJqdGkiOiJiZW5qYW1pbkB5b3BtYWlsLmNvbSJ9.GgdS7stATg407gfFWGaNe1_XPO6DohjvLIew4ZSPtlk', 'ios', '12345', 'custom', NULL, '202.165.227.130', 'PostmanRuntime/7.37.3', '2024-06-06 15:26:04', NULL, NULL),
(13, 5, 'eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJlbWFpbCI6InVzZXIxQHlvcG1haWwuY29tIiwiaWF0IjoxNzE3Njc1NjAyLCJleHAiOjE3MTgyODA0MDIsImlzcyI6IjU5MjAwNzQ4LTM2ZmMtMjc0NC0zNTUtOGMxMjgxZjdmY2QyIiwic3ViIjoiNTkyMDA3NDgtMzZmYy0yNzQ0LTM1NS04YzEyODFmN2ZjZDIiLCJqdGkiOiJ1c2VyMUB5b3BtYWlsLmNvbSJ9.9n59iNVqleqQAXibD3vd8uxt87X7_TVT4Acj_Nzn4MU', 'android', '123456789001', 'custom', NULL, '154.57.216.237', 'okhttp/4.9.2', '2024-06-06 16:06:42', NULL, NULL),
(14, 6, 'eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJlbWFpbCI6InNwMUB5b3BtYWlsLmNvbSIsImlhdCI6MTcxNzY3NjIxMCwiZXhwIjoxNzE4MjgxMDEwLCJpc3MiOiI1OTIwMDc0OC0zNmZjLTI3NDQtMzU1LThjMTI4MWY3ZmNkMiIsInN1YiI6IjU5MjAwNzQ4LTM2ZmMtMjc0NC0zNTUtOGMxMjgxZjdmY2QyIiwianRpIjoic3AxQHlvcG1haWwuY29tIn0.FWe6aOf2fQnZxmEZsYXaxGXQx4NPEJcHLehjePoiGY8', 'android', '123456789001', 'custom', NULL, '154.57.216.237', 'okhttp/4.9.2', '2024-06-06 16:16:50', NULL, NULL),
(15, 6, 'eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJlbWFpbCI6InNwMUB5b3BtYWlsLmNvbSIsImlhdCI6MTcxNzY3NjU4MCwiZXhwIjoxNzE4MjgxMzgwLCJpc3MiOiI1OTIwMDc0OC0zNmZjLTI3NDQtMzU1LThjMTI4MWY3ZmNkMiIsInN1YiI6IjU5MjAwNzQ4LTM2ZmMtMjc0NC0zNTUtOGMxMjgxZjdmY2QyIiwianRpIjoic3AxQHlvcG1haWwuY29tIn0.6quVBvQpKdK-Od3O4qtNFUPFoxLK9f4Iw6vhDH2--0Y', 'android', 'foGxZ0DASw-SPXMaajVswd:APA91bFcaMdAgRtdDvNhGvdc6XQ8Pn3qe7Jf7ziVsZQSPEhmpHjCKuxMoPcsHAgh_0ZDL7cwNuLPzdSf3g6opxx6QfiERO5WQe16YSM-Y8mdBdfiQak-eoRnmhk8KpOinGc20RWMVRgI', 'custom', NULL, '154.57.216.237', 'okhttp/4.9.2', '2024-06-06 12:23:00', '2024-06-06 12:23:00', NULL),
(21, 7, 'eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJlbWFpbCI6ImFubmFAeW9wbWFpbC5jb20iLCJpYXQiOjE3MTc2ODI2NDYsImV4cCI6MTcxODI4NzQ0NiwiaXNzIjoiNTkyMDA3NDgtMzZmYy0yNzQ0LTM1NS04YzEyODFmN2ZjZDIiLCJzdWIiOiI1OTIwMDc0OC0zNmZjLTI3NDQtMzU1LThjMTI4MWY3ZmNkMiIsImp0aSI6ImFubmFAeW9wbWFpbC5jb20ifQ.ap3zl2aqQHXmFGbbUWZJg6mZG_391qCse5r9ZpSYQnM', 'android', '123456789001', 'custom', NULL, '154.57.216.237', 'Tonzii/1 CFNetwork/1329 Darwin/21.3.0', '2024-06-06 18:04:06', NULL, NULL),
(22, 2, 'eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJlbWFpbCI6InN5bHZlc3RvckB5b3BtYWlsLmNvbSIsImlhdCI6MTcxNzY4ODM1MSwiZXhwIjoxNzE4MjkzMTUxLCJpc3MiOiI1OTIwMDc0OC0zNmZjLTI3NDQtMzU1LThjMTI4MWY3ZmNkMiIsInN1YiI6IjU5MjAwNzQ4LTM2ZmMtMjc0NC0zNTUtOGMxMjgxZjdmY2QyIiwianRpIjoic3lsdmVzdG9yQHlvcG1haWwuY29tIn0.b1qSGNmzyUZf3QVFoz5bri-2Ucy9vEAgo9ELotN4pzU', 'android', '123456789001', 'custom', NULL, '202.165.227.130', 'PostmanRuntime/7.37.3', '2024-06-06 15:39:11', '2024-06-06 15:39:11', NULL),
(26, 2, 'eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJlbWFpbCI6InN5bHZlc3RvckB5b3BtYWlsLmNvbSIsImlhdCI6MTcxNzc2NTgxNiwiZXhwIjoxNzE4MzcwNjE2LCJpc3MiOiI1OTIwMDc0OC0zNmZjLTI3NDQtMzU1LThjMTI4MWY3ZmNkMiIsInN1YiI6IjU5MjAwNzQ4LTM2ZmMtMjc0NC0zNTUtOGMxMjgxZjdmY2QyIiwianRpIjoic3lsdmVzdG9yQHlvcG1haWwuY29tIn0.BwU7ktCoB0R0gacY5F6CtEnhi8KZUd3zqdO7gaeVbd8', 'ios', 'fVx8ZyRUW0gVvP8YySSSVF:APA91bF8i-QV_lZAcuVwHlN36RHiY8USaDhYZUNbMJ56xJxX3l7s4E7Bz-fTbwXkpZXoBjWpR8GlxQsslCQfJf29yf9Se61lDRVLghmYAPZ8N1Z2C3uFanK6-Go3DYfr2u6VvQz4VdZe', 'custom', NULL, '154.57.216.237', 'Tonzii/1 CFNetwork/1410.1 Darwin/22.6.0', '2024-06-07 13:10:16', '2024-06-07 13:10:16', NULL),
(27, 3, 'eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJlbWFpbCI6ImFsZXhAeW9wbWFpbC5jb20iLCJpYXQiOjE3MTc3NjU4NDcsImV4cCI6MTcxODM3MDY0NywiaXNzIjoiNTkyMDA3NDgtMzZmYy0yNzQ0LTM1NS04YzEyODFmN2ZjZDIiLCJzdWIiOiI1OTIwMDc0OC0zNmZjLTI3NDQtMzU1LThjMTI4MWY3ZmNkMiIsImp0aSI6ImFsZXhAeW9wbWFpbC5jb20ifQ.uq7FJx7aMR01CPh89gfyOSPUTU4qLqhdtFQc2mT7S8o', 'android', 'c3C10MuASmKVqmN0DBhu50:APA91bHloSJKV56-AjEXJezqLV50-IdnBXhkMFSeJCVCkmWtegZBRIj3Yz9YZVkCpXihYLp0_J4ws0Yq48wDHY2icWrPjG-rtRIPV31qAPIB03DWRwRPQ3FrdInIbAZxGjBAp7TE9U5h', 'custom', NULL, '154.57.216.237', 'okhttp/4.9.2', '2024-06-07 13:10:47', '2024-06-07 13:10:47', NULL),
(28, 8, 'eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJlbWFpbCI6InRlc3QxMEB5b3BtYWlsLmNvbSIsImlhdCI6MTcxNzc2NjM4OSwiZXhwIjoxNzE4MzcxMTg5LCJpc3MiOiI1OTIwMDc0OC0zNmZjLTI3NDQtMzU1LThjMTI4MWY3ZmNkMiIsInN1YiI6IjU5MjAwNzQ4LTM2ZmMtMjc0NC0zNTUtOGMxMjgxZjdmY2QyIiwianRpIjoidGVzdDEwQHlvcG1haWwuY29tIn0.4weWNv3eKdEBZa7ASHM1TP8wRw9NHFfF00kAppcKdG4', 'android', '123456789001', 'custom', NULL, '154.57.216.237', 'Tonzii/1 CFNetwork/1335.0.3.4 Darwin/21.6.0', '2024-06-07 17:19:49', NULL, NULL),
(29, 8, 'eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJlbWFpbCI6InRlc3QxMEB5b3BtYWlsLmNvbSIsImlhdCI6MTcxNzc2NjQyMiwiZXhwIjoxNzE4MzcxMjIyLCJpc3MiOiI1OTIwMDc0OC0zNmZjLTI3NDQtMzU1LThjMTI4MWY3ZmNkMiIsInN1YiI6IjU5MjAwNzQ4LTM2ZmMtMjc0NC0zNTUtOGMxMjgxZjdmY2QyIiwianRpIjoidGVzdDEwQHlvcG1haWwuY29tIn0.DonfrT1qrFkieROlrpeOYU3qsqtBafgC8wMUZRB6GbU', 'ios', 'eCIuiCkehk5tmT9UTjqHPm:APA91bG8Fu3lBrPbbALpUV0ADnYy4QbvWux2Ufk25u9ItqCOvN7Eg1vriu7G3tqPQw5d01MoYp63Pq9-p6ZfwlOW_BynXh9ec8706JWdrTKouOal912bx6zW1lLCrCYDWdnTiVHt2TE0', 'custom', NULL, '154.57.216.237', 'Tonzii/1 CFNetwork/1335.0.3.4 Darwin/21.6.0', '2024-06-07 13:20:22', '2024-06-07 13:20:22', NULL),
(30, 7, 'eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJlbWFpbCI6ImFubmFAeW9wbWFpbC5jb20iLCJpYXQiOjE3MTc3ODU1NTcsImV4cCI6MTcxODM5MDM1NywiaXNzIjoiNTkyMDA3NDgtMzZmYy0yNzQ0LTM1NS04YzEyODFmN2ZjZDIiLCJzdWIiOiI1OTIwMDc0OC0zNmZjLTI3NDQtMzU1LThjMTI4MWY3ZmNkMiIsImp0aSI6ImFubmFAeW9wbWFpbC5jb20ifQ.DMGNH3Siwr-uXyWP8REB3U6LwxiOuKjSIvHrEWEAugA', 'ios', 'cIQu9QVJhE3Ftr7VqlQDPV:APA91bEzT0h8go-hUtZUsGWjhb-iaqGPzW-friRszt1hiSYHNDVFNew3MaOJMnqMu7ZpIvFaSXxtb2ZvbKmWzdUmbY0GpS1NdbBwzmt1jEm8DBpH6m4peb64zayVfUiuSgn_zSGkV5d-', 'custom', NULL, '154.57.216.237', 'Tonzii/8 CFNetwork/1496.0.7 Darwin/23.5.0', '2024-06-07 18:39:17', '2024-06-07 18:39:17', NULL),
(31, 7, 'eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJlbWFpbCI6ImFubmFAeW9wbWFpbC5jb20iLCJpYXQiOjE3MTgwMjgwMzQsImV4cCI6MTcxODYzMjgzNCwiaXNzIjoiNTkyMDA3NDgtMzZmYy0yNzQ0LTM1NS04YzEyODFmN2ZjZDIiLCJzdWIiOiI1OTIwMDc0OC0zNmZjLTI3NDQtMzU1LThjMTI4MWY3ZmNkMiIsImp0aSI6ImFubmFAeW9wbWFpbC5jb20ifQ.MBA5hTf3XrG1U5M-3y5r3yRPf7C9SgAL6LtuMausni4', 'ios', 'e1x8k0EH50QqjLxgizUbJM:APA91bGKzTtqWp9z2DUcd77Vp5SfXPp0RuvzRInvsPcdxBjZtfEjwFfL07U8_q8Wm0XiUCXg71IkVURasBVxgfNl2ytn0a7ggkXBXulyaiD5pUok_BZXy7o6b4HPYqHkBERw8M8hQ9LB', 'custom', NULL, '154.57.216.237', 'Tonzii/8 CFNetwork/1335.0.3.4 Darwin/21.6.0', '2024-06-10 14:00:34', '2024-06-10 14:00:34', NULL),
(32, 5, 'eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJlbWFpbCI6InVzZXIxQHlvcG1haWwuY29tIiwiaWF0IjoxNzE4MDI4NTEzLCJleHAiOjE3MTg2MzMzMTMsImlzcyI6IjU5MjAwNzQ4LTM2ZmMtMjc0NC0zNTUtOGMxMjgxZjdmY2QyIiwic3ViIjoiNTkyMDA3NDgtMzZmYy0yNzQ0LTM1NS04YzEyODFmN2ZjZDIiLCJqdGkiOiJ1c2VyMUB5b3BtYWlsLmNvbSJ9.2xA4015OQTCg4r_Mus03koPdXWE2GdNy60WY8qnD72U', 'android', 'cYqMvYVZQkavmGci5cMjkc:APA91bGNt9bd5jx81P0wXnegUgbh39J6ECjZj4V0mzuJLTBC8JczI-b94m5xZA3MmfbNuWKsHx3mpPQ8DjciJx8uAucyrakPvediZkAJh-6nyMiLibKEqPZaDHgYf4sX0d2yge-yYkye', 'custom', NULL, '154.57.216.237', 'okhttp/4.9.2', '2024-06-10 14:08:33', '2024-06-10 14:08:33', NULL),
(34, 9, 'eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJlbWFpbCI6ImhhaWxleUB5b3BtYWlsLmNvbSIsImlhdCI6MTcxODA0NjMyNCwiZXhwIjoxNzE4NjUxMTI0LCJpc3MiOiI1OTIwMDc0OC0zNmZjLTI3NDQtMzU1LThjMTI4MWY3ZmNkMiIsInN1YiI6IjU5MjAwNzQ4LTM2ZmMtMjc0NC0zNTUtOGMxMjgxZjdmY2QyIiwianRpIjoiaGFpbGV5QHlvcG1haWwuY29tIn0.mi4Sv5oGp0FOq8my1KPvYpjE3zl7uOSwECRDYQ35GS4', 'android', '123456789001', 'custom', NULL, '154.57.216.237', 'Tonzii/8 CFNetwork/1496.0.7 Darwin/23.5.0', '2024-06-10 23:05:24', NULL, NULL),
(35, 10, 'eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJlbWFpbCI6ImhpbGx0bWFya2V0aW5nQGdtYWlsLmNvbSIsImlhdCI6MTcxODA1NDMwMiwiZXhwIjoxNzE4NjU5MTAyLCJpc3MiOiI1OTIwMDc0OC0zNmZjLTI3NDQtMzU1LThjMTI4MWY3ZmNkMiIsInN1YiI6IjU5MjAwNzQ4LTM2ZmMtMjc0NC0zNTUtOGMxMjgxZjdmY2QyIiwianRpIjoiaGlsbHRtYXJrZXRpbmdAZ21haWwuY29tIn0.Q1PKQiTPVo6Gw64aMKLZSwl25yIuaszAVB43vawhJUw', 'android', '123456789001', 'custom', NULL, '104.28.97.24', 'Tonzii/8 CFNetwork/1496.0.7 Darwin/23.5.0', '2024-06-11 01:18:22', NULL, NULL),
(36, 11, 'eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJlbWFpbCI6Im9wZXJhdGlvbnNoaWxsY29tcGFuaWVzQGdtYWlsLmNvbSIsImlhdCI6MTcxODA2MTcwMSwiZXhwIjoxNzE4NjY2NTAxLCJpc3MiOiI1OTIwMDc0OC0zNmZjLTI3NDQtMzU1LThjMTI4MWY3ZmNkMiIsInN1YiI6IjU5MjAwNzQ4LTM2ZmMtMjc0NC0zNTUtOGMxMjgxZjdmY2QyIiwianRpIjoib3BlcmF0aW9uc2hpbGxjb21wYW5pZXNAZ21haWwuY29tIn0.W4kNe1C6naIwL_TlAqO2g2yKpedIFpVW4ePc4nYIVwI', 'android', '123456789001', 'custom', NULL, '70.235.75.114', 'Tonzii/8 CFNetwork/1494.0.7 Darwin/23.4.0', '2024-06-11 03:21:41', NULL, NULL),
(37, 10, 'eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJlbWFpbCI6ImhpbGx0bWFya2V0aW5nQGdtYWlsLmNvbSIsImlhdCI6MTcxODA2MTk3NywiZXhwIjoxNzE4NjY2Nzc3LCJpc3MiOiI1OTIwMDc0OC0zNmZjLTI3NDQtMzU1LThjMTI4MWY3ZmNkMiIsInN1YiI6IjU5MjAwNzQ4LTM2ZmMtMjc0NC0zNTUtOGMxMjgxZjdmY2QyIiwianRpIjoiaGlsbHRtYXJrZXRpbmdAZ21haWwuY29tIn0.Ql1qBplA-MXp3-H7HryLX0Z2pKntc3_lXegVcWgYMAQ', 'ios', 'fV2BEy_bfUU-kuVl7s8ou5:APA91bFYGZzWwqOV5bzowXhcgBzijZuB9Mp_yeCFGLAd4_vDR2Ku36dGCD4BPtha9Ht3WG_GJzZEum6TRyW4Zva4mMGGJff4neUllhPBc43SUgBJ0q7S2JanMCdr03XMcfxrcZM-Dakt', 'custom', NULL, '104.28.97.26', 'Tonzii/8 CFNetwork/1496.0.7 Darwin/23.5.0', '2024-06-10 23:26:17', '2024-06-10 23:26:17', NULL),
(38, 3, 'eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJlbWFpbCI6ImFsZXhAeW9wbWFpbC5jb20iLCJpYXQiOjE3MTgwODA0MjUsImV4cCI6MTcxODY4NTIyNSwiaXNzIjoiNTkyMDA3NDgtMzZmYy0yNzQ0LTM1NS04YzEyODFmN2ZjZDIiLCJzdWIiOiI1OTIwMDc0OC0zNmZjLTI3NDQtMzU1LThjMTI4MWY3ZmNkMiIsImp0aSI6ImFsZXhAeW9wbWFpbC5jb20ifQ.6LKraI_N4xIHP2xxmJ6ND3AMeIMIS39wXlZjpQK9zwc', 'ios', 'ebg5oUh4lU2ImalNvP6nlT:APA91bHY1V1WH3pVrBGbc1zMgCViE6Buxo04lBOXN_Is5gxMPa1J2BRUlcn5-zuA_BOGjYuwJguzJsifEly6wxtzFRbN3ovnHNaA_DA7_w0LMfAyuxCm0DuEL6D-UqB8Ji9xg7vtRS1I', 'custom', NULL, '154.57.216.237', 'Tonzii/1 CFNetwork/1240.0.4 Darwin/20.6.0', '2024-06-11 04:33:45', '2024-06-11 04:33:45', NULL),
(41, 2, 'eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJlbWFpbCI6InN5bHZlc3RvckB5b3BtYWlsLmNvbSIsImlhdCI6MTcxODA4ODIyMywiZXhwIjoxNzE4NjkzMDIzLCJpc3MiOiI1OTIwMDc0OC0zNmZjLTI3NDQtMzU1LThjMTI4MWY3ZmNkMiIsInN1YiI6IjU5MjAwNzQ4LTM2ZmMtMjc0NC0zNTUtOGMxMjgxZjdmY2QyIiwianRpIjoic3lsdmVzdG9yQHlvcG1haWwuY29tIn0.9TWH9m4yM_JUW12nqyQqvrVv8IliScA5n7Dx21bO334', 'ios', 'cZgcKaYqb0DEoovOuSjgTE:APA91bHU5xO8rbt8Bt8uigNrk6cQw5w4ox3y9_NBbBoEz_uGhDCGkhjqLWaj_liXveg9NGlxqMc4pU-XUcgYqTFknNnvzSefhc-SKoOkkyTnUhzM6MzAKu0Xw5UfYT8zln-7zbvgwcQ0', 'custom', NULL, '202.165.227.130', 'Tonzii/1 CFNetwork/1494.0.7 Darwin/23.5.0', '2024-06-11 06:43:43', '2024-06-11 06:43:43', NULL),
(50, 2, 'eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJlbWFpbCI6InN5bHZlc3RvckB5b3BtYWlsLmNvbSIsImlhdCI6MTcxODEwODU2NSwiZXhwIjoxNzE4NzEzMzY1LCJpc3MiOiI1OTIwMDc0OC0zNmZjLTI3NDQtMzU1LThjMTI4MWY3ZmNkMiIsInN1YiI6IjU5MjAwNzQ4LTM2ZmMtMjc0NC0zNTUtOGMxMjgxZjdmY2QyIiwianRpIjoic3lsdmVzdG9yQHlvcG1haWwuY29tIn0.gSLhTHpVe4XXPSCImwFNOrJQMK6STYxKMElIenH9CNA', 'ios', 'dpZednXD70KIs1Xx31LdOD:APA91bG_-5oTFV0CV_fwnvv0HO0ID7qaOWbhI5P60Y4YcV1Bhksk4hnl0PZATpdBQMi_woYQ3pyk5aUZt481RCRkiV4K6CZU-jKDMF1QbZKMEUeqZLacuCYYs-boNZVT-2s7jtfY_nNd', 'custom', NULL, '154.57.216.237', 'Tonzii/1 CFNetwork/1335.0.3.4 Darwin/21.6.0', '2024-06-11 12:22:45', '2024-06-11 12:22:45', NULL),
(51, 2, 'eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJlbWFpbCI6InN5bHZlc3RvckB5b3BtYWlsLmNvbSIsImlhdCI6MTcxODEwODgyMywiZXhwIjoxNzE4NzEzNjIzLCJpc3MiOiI1OTIwMDc0OC0zNmZjLTI3NDQtMzU1LThjMTI4MWY3ZmNkMiIsInN1YiI6IjU5MjAwNzQ4LTM2ZmMtMjc0NC0zNTUtOGMxMjgxZjdmY2QyIiwianRpIjoic3lsdmVzdG9yQHlvcG1haWwuY29tIn0.S9cliuNSi3otvR17IG4hyQ6JpZOTr7iLLnpka3Ud9E4', 'android', '123456789001', 'custom', NULL, '202.165.227.130', 'PostmanRuntime/7.37.3', '2024-06-11 12:27:03', '2024-06-11 12:27:03', NULL),
(55, 12, 'eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJlbWFpbCI6InVzZXIyQHlvcG1haWwuY29tIiwiaWF0IjoxNzE4MTE0NjI1LCJleHAiOjE3MTg3MTk0MjUsImlzcyI6IjU5MjAwNzQ4LTM2ZmMtMjc0NC0zNTUtOGMxMjgxZjdmY2QyIiwic3ViIjoiNTkyMDA3NDgtMzZmYy0yNzQ0LTM1NS04YzEyODFmN2ZjZDIiLCJqdGkiOiJ1c2VyMkB5b3BtYWlsLmNvbSJ9.t8g5nW9-yXWCkezKBYh93RlSh1arSgJri4lgSnGZbo0', 'android', '123456789001', 'custom', NULL, '154.57.216.237', 'okhttp/4.9.2', '2024-06-11 18:03:45', NULL, NULL),
(58, 13, 'eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJlbWFpbCI6InVzZXIzQHlvcG1haWwuY29tIiwiaWF0IjoxNzE4MTE1NTU0LCJleHAiOjE3MTg3MjAzNTQsImlzcyI6IjU5MjAwNzQ4LTM2ZmMtMjc0NC0zNTUtOGMxMjgxZjdmY2QyIiwic3ViIjoiNTkyMDA3NDgtMzZmYy0yNzQ0LTM1NS04YzEyODFmN2ZjZDIiLCJqdGkiOiJ1c2VyM0B5b3BtYWlsLmNvbSJ9.YEP1PH5R8Hl08B1LSStY7VKzKluZ4iERmi03-aVvVQs', 'android', '123456789001', 'custom', NULL, '154.57.216.237', 'okhttp/4.9.2', '2024-06-11 18:19:14', NULL, NULL),
(59, 14, 'eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJlbWFpbCI6InNwMkB5b3BtYWlsLmNvbSIsImlhdCI6MTcxODExNTg3NSwiZXhwIjoxNzE4NzIwNjc1LCJpc3MiOiI1OTIwMDc0OC0zNmZjLTI3NDQtMzU1LThjMTI4MWY3ZmNkMiIsInN1YiI6IjU5MjAwNzQ4LTM2ZmMtMjc0NC0zNTUtOGMxMjgxZjdmY2QyIiwianRpIjoic3AyQHlvcG1haWwuY29tIn0.15GeXh_VnuQbMAdYa6Itvc_aviICa_Tjqgla2g93FEw', 'android', '123456789001', 'custom', NULL, '154.57.216.237', 'okhttp/4.9.2', '2024-06-11 18:24:35', NULL, NULL),
(60, 12, 'eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJlbWFpbCI6InVzZXIyQHlvcG1haWwuY29tIiwiaWF0IjoxNzE4MTE1OTY2LCJleHAiOjE3MTg3MjA3NjYsImlzcyI6IjU5MjAwNzQ4LTM2ZmMtMjc0NC0zNTUtOGMxMjgxZjdmY2QyIiwic3ViIjoiNTkyMDA3NDgtMzZmYy0yNzQ0LTM1NS04YzEyODFmN2ZjZDIiLCJqdGkiOiJ1c2VyMkB5b3BtYWlsLmNvbSJ9.ljYAWeXQw81vROPMrakb-RL353pOhEe9g1_fKT4TzGU', 'android', 'ccnQVaO1RTmnFih-YJgFsT:APA91bERNdb9b7GgWN3lOO6ieR65kMkReW6dooWi1C08sWT1Ga99zbV2I1d1PKD6H4nnEEfkLOWIHbvdmsmPnQ2mnY6TY22ctwKbfRhxjfjfY4QK1-mrzWXHxBhQLcIVovcq1OsGpwGK', 'custom', NULL, '154.57.216.237', 'okhttp/4.9.2', '2024-06-11 14:26:06', '2024-06-11 14:26:06', NULL),
(61, 12, 'eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJlbWFpbCI6InVzZXIyQHlvcG1haWwuY29tIiwiaWF0IjoxNzE4MTE1OTkyLCJleHAiOjE3MTg3MjA3OTIsImlzcyI6IjU5MjAwNzQ4LTM2ZmMtMjc0NC0zNTUtOGMxMjgxZjdmY2QyIiwic3ViIjoiNTkyMDA3NDgtMzZmYy0yNzQ0LTM1NS04YzEyODFmN2ZjZDIiLCJqdGkiOiJ1c2VyMkB5b3BtYWlsLmNvbSJ9.LR3xGRXv7ZKDC-gD4haAPhYurDYPkIlkTl5xUs-De-I', 'android', 'ccnQVaO1RTmnFih-YJgFsT:APA91bERNdb9b7GgWN3lOO6ieR65kMkReW6dooWi1C08sWT1Ga99zbV2I1d1PKD6H4nnEEfkLOWIHbvdmsmPnQ2mnY6TY22ctwKbfRhxjfjfY4QK1-mrzWXHxBhQLcIVovcq1OsGpwGK', 'custom', NULL, '154.57.216.237', 'okhttp/4.9.2', '2024-06-11 14:26:32', '2024-06-11 14:26:32', NULL),
(63, 6, 'eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJlbWFpbCI6InNwMUB5b3BtYWlsLmNvbSIsImlhdCI6MTcxODExNzg2MSwiZXhwIjoxNzE4NzIyNjYxLCJpc3MiOiI1OTIwMDc0OC0zNmZjLTI3NDQtMzU1LThjMTI4MWY3ZmNkMiIsInN1YiI6IjU5MjAwNzQ4LTM2ZmMtMjc0NC0zNTUtOGMxMjgxZjdmY2QyIiwianRpIjoic3AxQHlvcG1haWwuY29tIn0.4jsfQOEMY8YMgHm72WFYQTTViH9aUZ7c0pWO7nRID4g', 'ios', 'dZegmGaqqEsfvOq0ew1hk2:APA91bGMLmfvJJFXNd6xlDFHzNn2DXBQjLx81L2spU0TiNwp2tPVrHNg_ZdYluDzZ2yotnDVk0PeadAca-I_O4-NoHbKXA22pwDTN7c7mFPWtMqPSMyk_64VE_XFwNn3LJuvbyjqEM10', 'custom', NULL, '154.57.216.237', 'Tonzii/1 CFNetwork/1329 Darwin/21.3.0', '2024-06-11 14:57:41', '2024-06-11 14:57:41', NULL),
(64, 15, 'eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJlbWFpbCI6ImppbW15QHlvcG1haWwuY29tIiwiaWF0IjoxNzE4MTIyMDQ3LCJleHAiOjE3MTg3MjY4NDcsImlzcyI6IjU5MjAwNzQ4LTM2ZmMtMjc0NC0zNTUtOGMxMjgxZjdmY2QyIiwic3ViIjoiNTkyMDA3NDgtMzZmYy0yNzQ0LTM1NS04YzEyODFmN2ZjZDIiLCJqdGkiOiJqaW1teUB5b3BtYWlsLmNvbSJ9.OgtPamRJ5b7W1G81iF_bFe5IwaCSMtesuJWFiev4Xso', 'ios', '12345', 'custom', NULL, '182.190.222.189', 'PostmanRuntime/7.29.4', '2024-06-11 20:07:27', NULL, NULL),
(65, 16, 'eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJlbWFpbCI6ImJlbkB5b3BtYWlsLmNvbSIsImlhdCI6MTcxODEyMjI3MSwiZXhwIjoxNzE4NzI3MDcxLCJpc3MiOiI1OTIwMDc0OC0zNmZjLTI3NDQtMzU1LThjMTI4MWY3ZmNkMiIsInN1YiI6IjU5MjAwNzQ4LTM2ZmMtMjc0NC0zNTUtOGMxMjgxZjdmY2QyIiwianRpIjoiYmVuQHlvcG1haWwuY29tIn0.854-XW22UTEsQIxvyrfToElDoeksZMc4jooPhFdepCU', 'ios', '12345', 'custom', NULL, '182.190.222.189', 'PostmanRuntime/7.29.4', '2024-06-11 20:11:11', NULL, NULL),
(66, 15, 'eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJlbWFpbCI6ImppbW15QHlvcG1haWwuY29tIiwiaWF0IjoxNzE4MTY2MDU3LCJleHAiOjE3MTg3NzA4NTcsImlzcyI6IjU5MjAwNzQ4LTM2ZmMtMjc0NC0zNTUtOGMxMjgxZjdmY2QyIiwic3ViIjoiNTkyMDA3NDgtMzZmYy0yNzQ0LTM1NS04YzEyODFmN2ZjZDIiLCJqdGkiOiJqaW1teUB5b3BtYWlsLmNvbSJ9.tb1ctd3Re2WfHy3VYnjxsR968EaxTQw68USoK666SbM', 'android', '123456789001', 'custom', NULL, '202.165.227.130', 'PostmanRuntime/7.37.3', '2024-06-12 04:20:57', '2024-06-12 04:20:57', NULL),
(67, 16, 'eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJlbWFpbCI6ImJlbkB5b3BtYWlsLmNvbSIsImlhdCI6MTcxODE2NjA3MSwiZXhwIjoxNzE4NzcwODcxLCJpc3MiOiI1OTIwMDc0OC0zNmZjLTI3NDQtMzU1LThjMTI4MWY3ZmNkMiIsInN1YiI6IjU5MjAwNzQ4LTM2ZmMtMjc0NC0zNTUtOGMxMjgxZjdmY2QyIiwianRpIjoiYmVuQHlvcG1haWwuY29tIn0.xw_0vhQAYuIpaNl6qeDLXIYGRcIvn6iLnA-qjQw51LY', 'android', '123456789001', 'custom', NULL, '202.165.227.130', 'PostmanRuntime/7.37.3', '2024-06-12 04:21:11', '2024-06-12 04:21:11', NULL),
(68, 2, 'eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJlbWFpbCI6InN5bHZlc3RvckB5b3BtYWlsLmNvbSIsImlhdCI6MTcxODE2OTczOSwiZXhwIjoxNzE4Nzc0NTM5LCJpc3MiOiI1OTIwMDc0OC0zNmZjLTI3NDQtMzU1LThjMTI4MWY3ZmNkMiIsInN1YiI6IjU5MjAwNzQ4LTM2ZmMtMjc0NC0zNTUtOGMxMjgxZjdmY2QyIiwianRpIjoic3lsdmVzdG9yQHlvcG1haWwuY29tIn0.wZFkqUB0sBSv5olxhB1W7x0EGoqjeCrPHRBuqsBgTCE', 'android', 'e3FSgvprQR2IOm7z3f9_3K:APA91bGZaDUxHE6kXVKw_RpgX0NdsmcHnNdK7LB293BOEEvVaQwX8Uy-5R3e6VvFxpsFGHm2ek1By4GZBjMQpJJWdnAwuCLtF3clipVotHJi9mBiDrEMSvDoT8X7QzDCas1t3RuIOhL1', 'custom', NULL, '154.57.216.237', 'okhttp/4.9.2', '2024-06-12 05:22:19', '2024-06-12 05:22:19', NULL),
(69, 17, 'eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJlbWFpbCI6ImZpcmViaXJkQHlvcG1haWwuY29tIiwiaWF0IjoxNzE4MTcxNzA4LCJleHAiOjE3MTg3NzY1MDgsImlzcyI6IjU5MjAwNzQ4LTM2ZmMtMjc0NC0zNTUtOGMxMjgxZjdmY2QyIiwic3ViIjoiNTkyMDA3NDgtMzZmYy0yNzQ0LTM1NS04YzEyODFmN2ZjZDIiLCJqdGkiOiJmaXJlYmlyZEB5b3BtYWlsLmNvbSJ9.7LllIBYy1cmWOxs9e7xTISOG8LOJ5AqayPl6RGlWLXE', 'android', '123456789001', 'custom', NULL, '154.57.216.237', 'Tonzii/1 CFNetwork/1312 Darwin/21.0.0', '2024-06-12 09:55:08', NULL, NULL),
(71, 18, 'eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJlbWFpbCI6ImZhaW50QHlvcG1haWwuY29tIiwiaWF0IjoxNzE4MTcyNTA3LCJleHAiOjE3MTg3NzczMDcsImlzcyI6IjU5MjAwNzQ4LTM2ZmMtMjc0NC0zNTUtOGMxMjgxZjdmY2QyIiwic3ViIjoiNTkyMDA3NDgtMzZmYy0yNzQ0LTM1NS04YzEyODFmN2ZjZDIiLCJqdGkiOiJmYWludEB5b3BtYWlsLmNvbSJ9.Zb-IBx0qIf8sa8prboyd88x2hyjWvQfOrWpii1Q_wTY', 'android', '123456789001', 'custom', NULL, '154.57.216.237', 'Tonzii/1 CFNetwork/1312 Darwin/21.0.0', '2024-06-12 10:08:27', NULL, NULL),
(75, 9, 'eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJlbWFpbCI6ImhhaWxleUB5b3BtYWlsLmNvbSIsImlhdCI6MTcxODE5NjUxMiwiZXhwIjoxNzE4ODAxMzEyLCJpc3MiOiI1OTIwMDc0OC0zNmZjLTI3NDQtMzU1LThjMTI4MWY3ZmNkMiIsInN1YiI6IjU5MjAwNzQ4LTM2ZmMtMjc0NC0zNTUtOGMxMjgxZjdmY2QyIiwianRpIjoiaGFpbGV5QHlvcG1haWwuY29tIn0.LEcF8e2uEuV25Zr780MtJCI4m0PWdGH32V5WzHTv23M', 'ios', 'cjG12MUSm0Dxo__nMggm6H:APA91bFaAhR6z8JAbSdx0zS_gw-G378h-AiG9XTYKAg2aKNTqCaPpNKqwyPs-Xw2ajYjKnq5I1Q4isF5_qpAcXSfsbxyutjRfjMf975tJ1FGiAuvMWcZcQbkuwN74W3LSpx3ZgCM1pBS', 'custom', NULL, '154.57.216.237', 'Tonzii/8 CFNetwork/1325.0.1 Darwin/21.1.0', '2024-06-12 12:48:32', '2024-06-12 12:48:32', NULL),
(78, 19, 'eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJlbWFpbCI6IlRlc3R3QHlvcG1haWwuY29tIiwiaWF0IjoxNzE4MTk4Mjc3LCJleHAiOjE3MTg4MDMwNzcsImlzcyI6IjU5MjAwNzQ4LTM2ZmMtMjc0NC0zNTUtOGMxMjgxZjdmY2QyIiwic3ViIjoiNTkyMDA3NDgtMzZmYy0yNzQ0LTM1NS04YzEyODFmN2ZjZDIiLCJqdGkiOiJUZXN0d0B5b3BtYWlsLmNvbSJ9.IiGG6eh19tM1wt8HDQHjFoy1RIdL6NjOag_AfvsbyiM', 'android', '123456789001', 'custom', NULL, '154.57.216.237', 'Tonzii/1 CFNetwork/1312 Darwin/21.0.0', '2024-06-12 17:17:57', NULL, NULL),
(79, 20, 'eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJlbWFpbCI6IlRlc3R3cUB5b3BtYWlsLmNvbSIsImlhdCI6MTcxODE5ODMxMiwiZXhwIjoxNzE4ODAzMTEyLCJpc3MiOiI1OTIwMDc0OC0zNmZjLTI3NDQtMzU1LThjMTI4MWY3ZmNkMiIsInN1YiI6IjU5MjAwNzQ4LTM2ZmMtMjc0NC0zNTUtOGMxMjgxZjdmY2QyIiwianRpIjoiVGVzdHdxQHlvcG1haWwuY29tIn0.F2GAAHvWRbi7d23ImL85JQE3mLyaKnPaNUvP6QwUv-A', 'android', '123456789001', 'custom', NULL, '154.57.216.237', 'Tonzii/1 CFNetwork/1312 Darwin/21.0.0', '2024-06-12 17:18:32', NULL, NULL),
(80, 21, 'eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJlbWFpbCI6ImdpekB5b3BtYWlsLmNvbSIsImlhdCI6MTcxODE5ODQyNSwiZXhwIjoxNzE4ODAzMjI1LCJpc3MiOiI1OTIwMDc0OC0zNmZjLTI3NDQtMzU1LThjMTI4MWY3ZmNkMiIsInN1YiI6IjU5MjAwNzQ4LTM2ZmMtMjc0NC0zNTUtOGMxMjgxZjdmY2QyIiwianRpIjoiZ2l6QHlvcG1haWwuY29tIn0.dXCZhft-IOn5onIQ6AfLs5wAryXU1RZk11P3ZTFYeh0', 'android', '123456789001', 'custom', NULL, '154.57.216.237', 'Tonzii/1 CFNetwork/1312 Darwin/21.0.0', '2024-06-12 17:20:25', NULL, NULL),
(82, 22, 'eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJlbWFpbCI6ImZyZWRAeW9wbWFpbC5jb20iLCJpYXQiOjE3MTgxOTg1MTYsImV4cCI6MTcxODgwMzMxNiwiaXNzIjoiNTkyMDA3NDgtMzZmYy0yNzQ0LTM1NS04YzEyODFmN2ZjZDIiLCJzdWIiOiI1OTIwMDc0OC0zNmZjLTI3NDQtMzU1LThjMTI4MWY3ZmNkMiIsImp0aSI6ImZyZWRAeW9wbWFpbC5jb20ifQ.GF3PRRokS907pGJycW3KfTcUsbSQE-T_r74HMfsQlgc', 'android', '123456789001', 'custom', NULL, '154.57.216.237', 'Tonzii/1 CFNetwork/1312 Darwin/21.0.0', '2024-06-12 17:21:56', NULL, NULL),
(83, 23, 'eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJlbWFpbCI6InBvc0B5b3BtYWlsLmNvbSIsImlhdCI6MTcxODE5ODU4NSwiZXhwIjoxNzE4ODAzMzg1LCJpc3MiOiI1OTIwMDc0OC0zNmZjLTI3NDQtMzU1LThjMTI4MWY3ZmNkMiIsInN1YiI6IjU5MjAwNzQ4LTM2ZmMtMjc0NC0zNTUtOGMxMjgxZjdmY2QyIiwianRpIjoicG9zQHlvcG1haWwuY29tIn0.PpXnpyfABhBKxMBXXtzmQeE5ye-SyNU9fEQnK3uVFvU', 'android', '123456789001', 'custom', NULL, '154.57.216.237', 'Tonzii/1 CFNetwork/1312 Darwin/21.0.0', '2024-06-12 17:23:05', NULL, NULL),
(84, 24, 'eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJlbWFpbCI6ImFUZXN0QHlvcG1haWwuY29tIiwiaWF0IjoxNzE4MTk4Njg0LCJleHAiOjE3MTg4MDM0ODQsImlzcyI6IjU5MjAwNzQ4LTM2ZmMtMjc0NC0zNTUtOGMxMjgxZjdmY2QyIiwic3ViIjoiNTkyMDA3NDgtMzZmYy0yNzQ0LTM1NS04YzEyODFmN2ZjZDIiLCJqdGkiOiJhVGVzdEB5b3BtYWlsLmNvbSJ9.X-FmwKVCy-1EmouTuRudiWl1z1yUGLHPobOTgnZVaek', 'android', '123456789001', 'custom', NULL, '154.57.216.237', 'Tonzii/1 CFNetwork/1312 Darwin/21.0.0', '2024-06-12 17:24:44', NULL, NULL),
(85, 25, 'eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJlbWFpbCI6IlRlc3RlckB5b3BtYWlsLmNvbSIsImlhdCI6MTcxODE5ODgzNCwiZXhwIjoxNzE4ODAzNjM0LCJpc3MiOiI1OTIwMDc0OC0zNmZjLTI3NDQtMzU1LThjMTI4MWY3ZmNkMiIsInN1YiI6IjU5MjAwNzQ4LTM2ZmMtMjc0NC0zNTUtOGMxMjgxZjdmY2QyIiwianRpIjoiVGVzdGVyQHlvcG1haWwuY29tIn0.-HAoRuIk2uNvp28_Cgr6i2ViPwoBOiK59GRi9m3uoAc', 'android', '123456789001', 'custom', NULL, '154.57.216.237', 'Tonzii/1 CFNetwork/1312 Darwin/21.0.0', '2024-06-12 17:27:14', NULL, NULL),
(87, 26, 'eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJlbWFpbCI6InVzZXI0QHlvcG1haWwuY29tIiwiaWF0IjoxNzE4MjAyOTUwLCJleHAiOjE3MTg4MDc3NTAsImlzcyI6IjU5MjAwNzQ4LTM2ZmMtMjc0NC0zNTUtOGMxMjgxZjdmY2QyIiwic3ViIjoiNTkyMDA3NDgtMzZmYy0yNzQ0LTM1NS04YzEyODFmN2ZjZDIiLCJqdGkiOiJ1c2VyNEB5b3BtYWlsLmNvbSJ9.YKL9wE_DoM6EnP1m5_Wk-vtEPzBwuRIsuw8QU_cCPE8', 'android', '123456789001', 'custom', NULL, '154.57.216.237', 'okhttp/4.9.2', '2024-06-12 18:35:50', NULL, NULL),
(99, 26, 'eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJlbWFpbCI6InVzZXI0QHlvcG1haWwuY29tIiwiaWF0IjoxNzE4MjA2OTMxLCJleHAiOjE3MTg4MTE3MzEsImlzcyI6IjU5MjAwNzQ4LTM2ZmMtMjc0NC0zNTUtOGMxMjgxZjdmY2QyIiwic3ViIjoiNTkyMDA3NDgtMzZmYy0yNzQ0LTM1NS04YzEyODFmN2ZjZDIiLCJqdGkiOiJ1c2VyNEB5b3BtYWlsLmNvbSJ9.T5Vui_j49jWwRDt4Zfo3aAOQ5CJzpxNBxuV7izNC2OM', 'android', 'eyg531FBSE6LoKUTDq4U8g:APA91bFquIpdunG54cqR6VAUpUuoyqSvfBSu0Dv6EyAY9_zX0wQa0sZm2fxCyH-p5wSZg9f_tE1v2lSfdLtyPxl3WyMxz2ZHZUTpR8Ew1Onwl9Rl4oh7Zm13HhNSLB-iw0LPjb_fcU0M', 'custom', NULL, '154.57.216.237', 'okhttp/4.9.2', '2024-06-12 15:42:11', '2024-06-12 15:42:11', NULL),
(100, 27, 'eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJlbWFpbCI6Im9uZXNoYXJwaG9tZUBnbWFpbC5jb20iLCJpYXQiOjE3MTgyMTEyOTksImV4cCI6MTcxODgxNjA5OSwiaXNzIjoiNTkyMDA3NDgtMzZmYy0yNzQ0LTM1NS04YzEyODFmN2ZjZDIiLCJzdWIiOiI1OTIwMDc0OC0zNmZjLTI3NDQtMzU1LThjMTI4MWY3ZmNkMiIsImp0aSI6Im9uZXNoYXJwaG9tZUBnbWFpbC5jb20ifQ.wwyUNCOtMOYIQEIOxYcy3ZFzjjiOj_vTrSp8xhbuv9Q', 'android', '123456789001', 'custom', NULL, '216.82.18.93', 'Tonzii/8 CFNetwork/1496.0.7 Darwin/23.5.0', '2024-06-12 20:54:59', NULL, NULL),
(102, 27, 'eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJlbWFpbCI6Im9uZXNoYXJwaG9tZUBnbWFpbC5jb20iLCJpYXQiOjE3MTgyMTMyMTgsImV4cCI6MTcxODgxODAxOCwiaXNzIjoiNTkyMDA3NDgtMzZmYy0yNzQ0LTM1NS04YzEyODFmN2ZjZDIiLCJzdWIiOiI1OTIwMDc0OC0zNmZjLTI3NDQtMzU1LThjMTI4MWY3ZmNkMiIsImp0aSI6Im9uZXNoYXJwaG9tZUBnbWFpbC5jb20ifQ.9XsPJIsykTY0Hf3VPV5g_wb6NlqL-dDqZWnMjzYYsBI', 'ios', 'dBpluemI60qJkbr9s_Oklv:APA91bEo7erYnBIqdmsgXjF7z0mjSz3zdY53t9hf5uweL0J_8owhg3lbYwiGWPHInN0HC6UWKu57ET-Ui3eP632Imn_id8cGKtdhz5F7hOry_WNws2mb3rlhuWlgiYeoHut_x1yeVAU2', 'custom', NULL, '216.82.18.93', 'Tonzii/1 CFNetwork/1496.0.7 Darwin/23.5.0', '2024-06-12 17:26:58', '2024-06-12 17:26:58', NULL),
(103, 3, 'eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJlbWFpbCI6ImFsZXhAeW9wbWFpbC5jb20iLCJpYXQiOjE3MTgyNTc0MzIsImV4cCI6MTcxODg2MjIzMiwiaXNzIjoiNTkyMDA3NDgtMzZmYy0yNzQ0LTM1NS04YzEyODFmN2ZjZDIiLCJzdWIiOiI1OTIwMDc0OC0zNmZjLTI3NDQtMzU1LThjMTI4MWY3ZmNkMiIsImp0aSI6ImFsZXhAeW9wbWFpbC5jb20ifQ.KXNgh9QiDwVeKTSos37M3l9zg8C_1t6MQ2F3AmDVzT4', 'ios', 'eOG4Js9ArUVJlP443X6srR:APA91bGApJac9pa08yrQjw9TaNww9enW9B9p5S5qi03th4yjecyPBAHPVxn_cRnFx9EjzFx0E63bxeH-MKv51lBwQ4C5cd5eyBMNc_AGLztGfQsYXW1Bu27l0852cuNA_eCvxKqqNgjN', 'custom', NULL, '154.57.216.237', 'Tonzii/1 CFNetwork/1312 Darwin/21.0.0', '2024-06-13 05:43:52', '2024-06-13 05:43:52', NULL),
(105, 3, 'eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJlbWFpbCI6ImFsZXhAeW9wbWFpbC5jb20iLCJpYXQiOjE3MTgyNjIwMzMsImV4cCI6MTcxODg2NjgzMywiaXNzIjoiNTkyMDA3NDgtMzZmYy0yNzQ0LTM1NS04YzEyODFmN2ZjZDIiLCJzdWIiOiI1OTIwMDc0OC0zNmZjLTI3NDQtMzU1LThjMTI4MWY3ZmNkMiIsImp0aSI6ImFsZXhAeW9wbWFpbC5jb20ifQ.6zPTdJe4FqS-jOlZe9vXGyNEY2LxE4Jtd60MNyszYUw', 'android', 'fM2iaGfDTmi4fGNC46zdT8:APA91bE5ZTVkj9EGd7x90wrfcrI2NE3AhNmZe5y4NfIvKZC1GApEPvPwg6lXQPSJxQRDtJnrSqu5n0SUDPq5-jhLNy9Uu9IRi9kBpzJ-8SzjfpcRXep6cS-pxYzYsME6U0oLDdHQPp43', 'custom', NULL, '154.57.216.237', 'okhttp/4.9.2', '2024-06-13 07:00:33', '2024-06-13 07:00:33', NULL),
(106, 26, 'eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJlbWFpbCI6InVzZXI0QHlvcG1haWwuY29tIiwiaWF0IjoxNzE4MjYzNzA4LCJleHAiOjE3MTg4Njg1MDgsImlzcyI6IjU5MjAwNzQ4LTM2ZmMtMjc0NC0zNTUtOGMxMjgxZjdmY2QyIiwic3ViIjoiNTkyMDA3NDgtMzZmYy0yNzQ0LTM1NS04YzEyODFmN2ZjZDIiLCJqdGkiOiJ1c2VyNEB5b3BtYWlsLmNvbSJ9.heRwdDyY7fpSHtvOxFASLZ-s-h37eDZA_I25ylVv_zY', 'ios', 'f_fkN2uraE__si1QL7E45Y:APA91bE37OvQ2GbiABT3MzPGM-_qErgG4isNpyGhywsctG1XXt1HUbS7HlU6qDIZtam_Ey_9vnT-MNZhkvUEnODqBSKdjx57ff6D-gMJuc-XwjrNpyeULrhyy9_W5d3aTKJZasgyACEY', 'custom', NULL, '154.57.216.237', 'Tonzii/1 CFNetwork/1329 Darwin/21.3.0', '2024-06-13 07:28:28', '2024-06-13 07:28:28', NULL),
(107, 3, 'eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJlbWFpbCI6ImFsZXhAeW9wbWFpbC5jb20iLCJpYXQiOjE3MTgyNzIxOTIsImV4cCI6MTcxODg3Njk5MiwiaXNzIjoiNTkyMDA3NDgtMzZmYy0yNzQ0LTM1NS04YzEyODFmN2ZjZDIiLCJzdWIiOiI1OTIwMDc0OC0zNmZjLTI3NDQtMzU1LThjMTI4MWY3ZmNkMiIsImp0aSI6ImFsZXhAeW9wbWFpbC5jb20ifQ.wNT5xw7sTobburQ8EN0mlGn0wfx7dDAmVvIx3KCjdXY', 'android', 'dSr3lS3NSuekqG5QStnvYr:APA91bGtQVJ4xerdp0KIzmpo22ovrmj9NF-Qmj9yVH9R0jog8IZsjohtNuoDV6gWaOsFlMAbWllAJOktkh2jQTKBAx7cTgWILmTvpFpPm8JYA9uDWKv74zGbVSQhrdZHIOnKPTdPnoTF', 'custom', NULL, '154.57.216.237', 'okhttp/4.9.2', '2024-06-13 09:49:52', '2024-06-13 09:49:52', NULL),
(108, 3, 'eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJlbWFpbCI6ImFsZXhAeW9wbWFpbC5jb20iLCJpYXQiOjE3MTgyNzI0MDgsImV4cCI6MTcxODg3NzIwOCwiaXNzIjoiNTkyMDA3NDgtMzZmYy0yNzQ0LTM1NS04YzEyODFmN2ZjZDIiLCJzdWIiOiI1OTIwMDc0OC0zNmZjLTI3NDQtMzU1LThjMTI4MWY3ZmNkMiIsImp0aSI6ImFsZXhAeW9wbWFpbC5jb20ifQ.Qm4ciPtXDYk7wcpO327ZTeLE04B5oLVt5aZn4OcQRxc', 'android', 'dS40CYozSgmne5HmiQeeQK:APA91bGpMc-WH5m578YOTL3nypn07gyX1GZprzvEbc5CDawc9GSsUV2v_X-DFs9W9ZH3uL8KXZ_INk3bVfm7YXU1ws9bSONc_PFoAoMlZBnE9FuhXmVMxreAwBPhnmqmbgeaBfdku1bz', 'custom', NULL, '154.57.216.237', 'okhttp/4.9.2', '2024-06-13 09:53:28', '2024-06-13 09:53:28', NULL),
(109, 3, 'eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJlbWFpbCI6ImFsZXhAeW9wbWFpbC5jb20iLCJpYXQiOjE3MTgyNzQ3MTUsImV4cCI6MTcxODg3OTUxNSwiaXNzIjoiNTkyMDA3NDgtMzZmYy0yNzQ0LTM1NS04YzEyODFmN2ZjZDIiLCJzdWIiOiI1OTIwMDc0OC0zNmZjLTI3NDQtMzU1LThjMTI4MWY3ZmNkMiIsImp0aSI6ImFsZXhAeW9wbWFpbC5jb20ifQ.usNqFgybSwJfgojqbSMT1GE1d5KmPEZlaIifnHmitSA', 'android', 'dUDmcLRBQnmbcfU7I10s7q:APA91bF5QH6iEBIAz76VVnowsEiLjqblrQZH9UhTOmWGExbnGxuAM68ryyaDBT1kPhQ8nL5pzhaEFBWybTwwsu0LxBDy7_5bafu0zFDPQVPg3Oe-n4QF4gH4RU5_aKGeoh7dkpknjVhH', 'custom', NULL, '154.57.216.237', 'okhttp/4.9.2', '2024-06-13 10:31:55', '2024-06-13 10:31:55', NULL),
(110, 3, 'eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJlbWFpbCI6ImFsZXhAeW9wbWFpbC5jb20iLCJpYXQiOjE3MTgyNzcyNDEsImV4cCI6MTcxODg4MjA0MSwiaXNzIjoiNTkyMDA3NDgtMzZmYy0yNzQ0LTM1NS04YzEyODFmN2ZjZDIiLCJzdWIiOiI1OTIwMDc0OC0zNmZjLTI3NDQtMzU1LThjMTI4MWY3ZmNkMiIsImp0aSI6ImFsZXhAeW9wbWFpbC5jb20ifQ.a5gzhJfeJNFtSXAXPuYJjwmb2HEgfJNEJ7BDgBWXP4Y', 'android', 'eoZXaUB2Q7G5LOqDTB-fA2:APA91bGUuhryIYZGY2DhLvoESZqJFIo03ciLzmo1BWUqjha3lhhLty6c_7BoJ6gGxy09HkvjdW3PUO0SeG5Q3LiSACC0F7QgjYltMt8IDR4s4NvXZ1vnds37rUXFCQI-KToOvBrMsyH2', 'custom', NULL, '154.57.216.237', 'okhttp/4.9.2', '2024-06-13 11:14:01', '2024-06-13 11:14:01', NULL),
(111, 3, 'eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJlbWFpbCI6ImFsZXhAeW9wbWFpbC5jb20iLCJpYXQiOjE3MTgyNzkwNTEsImV4cCI6MTcxODg4Mzg1MSwiaXNzIjoiNTkyMDA3NDgtMzZmYy0yNzQ0LTM1NS04YzEyODFmN2ZjZDIiLCJzdWIiOiI1OTIwMDc0OC0zNmZjLTI3NDQtMzU1LThjMTI4MWY3ZmNkMiIsImp0aSI6ImFsZXhAeW9wbWFpbC5jb20ifQ.59zfrYltr8XRfqW5-qcmRjRe2KV2oV1gtrGUOwHXgN8', 'android', 'fuswPrJnR_iXjEBaxtHrYK:APA91bFef--V3U1HfPUwA1a_t3wgK51Iwjxap0Y5CALl0QmTgdWYJBz17c6omQurfrl-c08pP5HOfv7ZWpfHiaNmtLfi7gEwRz_cPXt6FgoqEzdPhta10dezuVALkWPwx_lmudsnlOz0', 'custom', NULL, '154.57.216.237', 'okhttp/4.9.2', '2024-06-13 11:44:11', '2024-06-13 11:44:11', NULL),
(112, 9, 'eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJlbWFpbCI6ImhhaWxleUB5b3BtYWlsLmNvbSIsImlhdCI6MTcxODI5Nzk5NiwiZXhwIjoxNzE4OTAyNzk2LCJpc3MiOiI1OTIwMDc0OC0zNmZjLTI3NDQtMzU1LThjMTI4MWY3ZmNkMiIsInN1YiI6IjU5MjAwNzQ4LTM2ZmMtMjc0NC0zNTUtOGMxMjgxZjdmY2QyIiwianRpIjoiaGFpbGV5QHlvcG1haWwuY29tIn0.6GP9rIWWpQ4n-9Hm2CGdmVAMFsiFkWe5bxKaoFypZyE', 'ios', 'cxkWjXTLLkR_qU_8yryQ1Y:APA91bFabMNWlx6XRUDzy2pIr0V1OaHY24uWB2A8YsJq7--BzaJ1OV3rRw9ejj6PuCpj3l2QLDDv1PxKrCWU6fppS5YeVUsVai1VPqF6sXM68w03d4iSrGxEN_-aSkmd5Hhf_KYCq5p7', 'custom', NULL, '154.57.216.237', 'Tonzii/1 CFNetwork/1410.1 Darwin/22.6.0', '2024-06-13 16:59:56', '2024-06-13 16:59:56', NULL),
(113, 3, 'eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJlbWFpbCI6ImFsZXhAeW9wbWFpbC5jb20iLCJpYXQiOjE3MTgzMzY1MzIsImV4cCI6MTcxODk0MTMzMiwiaXNzIjoiNTkyMDA3NDgtMzZmYy0yNzQ0LTM1NS04YzEyODFmN2ZjZDIiLCJzdWIiOiI1OTIwMDc0OC0zNmZjLTI3NDQtMzU1LThjMTI4MWY3ZmNkMiIsImp0aSI6ImFsZXhAeW9wbWFpbC5jb20ifQ.mMP2azFBTsKtUJXx_uA6OVDaP-a2Pd3tQmBGcZUQ1gY', 'ios', 'eOG4Js9ArUVJlP443X6srR:APA91bGApJac9pa08yrQjw9TaNww9enW9B9p5S5qi03th4yjecyPBAHPVxn_cRnFx9EjzFx0E63bxeH-MKv51lBwQ4C5cd5eyBMNc_AGLztGfQsYXW1Bu27l0852cuNA_eCvxKqqNgjN', 'custom', NULL, '154.57.216.237', 'Tonzii/1 CFNetwork/1312 Darwin/21.0.0', '2024-06-14 03:42:12', '2024-06-14 03:42:12', NULL),
(128, 2, 'eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJlbWFpbCI6InN5bHZlc3RvckB5b3BtYWlsLmNvbSIsImlhdCI6MTcxODM1OTk2NSwiZXhwIjoxNzE4OTY0NzY1LCJpc3MiOiI1OTIwMDc0OC0zNmZjLTI3NDQtMzU1LThjMTI4MWY3ZmNkMiIsInN1YiI6IjU5MjAwNzQ4LTM2ZmMtMjc0NC0zNTUtOGMxMjgxZjdmY2QyIiwianRpIjoic3lsdmVzdG9yQHlvcG1haWwuY29tIn0._Xs_CEhCrZ8LWk4pbVajufmqyzJTOQd8U3G0dANCjKc', 'ios', 'c8upSQ6RjkHyngtO82bez2:APA91bGnuk4RZt4mDuOESJ1EKFra-eqJ_KNo9wfLZW3qTvvKDKuaw-GoYAgvAMjiBD6VvBUynCtjpo2YqhSvxSDtEep50-k28UsC-X-c8pgwpR1DAS6q_h1SUIuyEk5PqHoys9BFaNv6', 'custom', NULL, '154.57.216.237', 'Tonzii/1 CFNetwork/1312 Darwin/21.0.0', '2024-06-14 10:12:45', '2024-06-14 10:12:45', NULL),
(131, 10, 'eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJlbWFpbCI6ImhpbGx0bWFya2V0aW5nQGdtYWlsLmNvbSIsImlhdCI6MTcxODY3NDExNSwiZXhwIjoxNzE5Mjc4OTE1LCJpc3MiOiI1OTIwMDc0OC0zNmZjLTI3NDQtMzU1LThjMTI4MWY3ZmNkMiIsInN1YiI6IjU5MjAwNzQ4LTM2ZmMtMjc0NC0zNTUtOGMxMjgxZjdmY2QyIiwianRpIjoiaGlsbHRtYXJrZXRpbmdAZ21haWwuY29tIn0.wokhJexX2CiOnqwEMGtiWOvGKdVpLKNK_9tHV46W5ZA', 'ios', 'fV2BEy_bfUU-kuVl7s8ou5:APA91bFYGZzWwqOV5bzowXhcgBzijZuB9Mp_yeCFGLAd4_vDR2Ku36dGCD4BPtha9Ht3WG_GJzZEum6TRyW4Zva4mMGGJff4neUllhPBc43SUgBJ0q7S2JanMCdr03XMcfxrcZM-Dakt', 'custom', NULL, '104.28.97.18', 'Tonzii/9 CFNetwork/1496.0.7 Darwin/23.5.0', '2024-06-18 01:28:35', '2024-06-18 01:28:35', NULL),
(132, 5, 'eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJlbWFpbCI6InVzZXIxQHlvcG1haWwuY29tIiwiaWF0IjoxNzE4ODA3MjE5LCJleHAiOjE3MTk0MTIwMTksImlzcyI6IjU5MjAwNzQ4LTM2ZmMtMjc0NC0zNTUtOGMxMjgxZjdmY2QyIiwic3ViIjoiNTkyMDA3NDgtMzZmYy0yNzQ0LTM1NS04YzEyODFmN2ZjZDIiLCJqdGkiOiJ1c2VyMUB5b3BtYWlsLmNvbSJ9.n555Avg4RKr1MN72og48o9d0rkjiZ0_MqsiTzx6jn6Q', 'android', 'egEgdFmsSXytGhr6bpaU-p:APA91bFkUshb_zOVVewwUf1CXHeUR44XVOqHzF2Vfx3XAvVOcpMid6Bp5YrOGY2IVInKonu_TOoYNLINhx5wTTGckCAxY2jCG64AmrSnhU3MXIKvDwPEaEiI-Di7XMDeZTTQp5onP8GI', 'custom', NULL, '154.57.216.237', 'okhttp/4.9.2', '2024-06-19 14:26:59', '2024-06-19 14:26:59', NULL),
(133, 9, 'eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJlbWFpbCI6ImhhaWxleUB5b3BtYWlsLmNvbSIsImlhdCI6MTcxODgxMDY1NSwiZXhwIjoxNzE5NDE1NDU1LCJpc3MiOiI1OTIwMDc0OC0zNmZjLTI3NDQtMzU1LThjMTI4MWY3ZmNkMiIsInN1YiI6IjU5MjAwNzQ4LTM2ZmMtMjc0NC0zNTUtOGMxMjgxZjdmY2QyIiwianRpIjoiaGFpbGV5QHlvcG1haWwuY29tIn0.QBU-vooAZauo0CQANDPpGvQDMSI15Ma3hHmVeUGUTj0', 'ios', 'cIQu9QVJhE3Ftr7VqlQDPV:APA91bEzT0h8go-hUtZUsGWjhb-iaqGPzW-friRszt1hiSYHNDVFNew3MaOJMnqMu7ZpIvFaSXxtb2ZvbKmWzdUmbY0GpS1NdbBwzmt1jEm8DBpH6m4peb64zayVfUiuSgn_zSGkV5d-', 'custom', NULL, '154.57.216.237', 'Tonzii/9 CFNetwork/1496.0.7 Darwin/23.5.0', '2024-06-19 15:24:15', '2024-06-19 15:24:15', NULL),
(137, 9, 'eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJlbWFpbCI6ImhhaWxleUB5b3BtYWlsLmNvbSIsImlhdCI6MTcxODgyMDI5MiwiZXhwIjoxNzE5NDI1MDkyLCJpc3MiOiI1OTIwMDc0OC0zNmZjLTI3NDQtMzU1LThjMTI4MWY3ZmNkMiIsInN1YiI6IjU5MjAwNzQ4LTM2ZmMtMjc0NC0zNTUtOGMxMjgxZjdmY2QyIiwianRpIjoiaGFpbGV5QHlvcG1haWwuY29tIn0.w3IRq2l-QZwc_Yzs83479Xj50T4EyYIt2AE-TnYCteQ', 'ios', 'dg-pidLVa0sqtf6FTTcqza:APA91bFwlqHjJ-B5uJ_zrUZPPmD0vdmDR-Yw8FLF7taVK1AY-FPsNc9z8dQQ3xbStr6Kc78erA94Vg9XcjOr1UACp-PjZ-6F1SOFIKEhVVi1HXVJ2se-9tkNKJpnhGG0BV0XzDOf_Zje', 'custom', NULL, '154.57.216.237', 'Tonzii/9 CFNetwork/1410.1 Darwin/22.6.0', '2024-06-19 18:04:52', '2024-06-19 18:04:52', NULL),
(140, 9, 'eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJlbWFpbCI6ImhhaWxleUB5b3BtYWlsLmNvbSIsImlhdCI6MTcxODk3OTA5NywiZXhwIjoxNzE5NTgzODk3LCJpc3MiOiI1OTIwMDc0OC0zNmZjLTI3NDQtMzU1LThjMTI4MWY3ZmNkMiIsInN1YiI6IjU5MjAwNzQ4LTM2ZmMtMjc0NC0zNTUtOGMxMjgxZjdmY2QyIiwianRpIjoiaGFpbGV5QHlvcG1haWwuY29tIn0.i8_hcfWCShV-FPE6dfShgMUfhMljH1bjnMmToL6vFSY', 'ios', 'f_fkN2uraE__si1QL7E45Y:APA91bE37OvQ2GbiABT3MzPGM-_qErgG4isNpyGhywsctG1XXt1HUbS7HlU6qDIZtam_Ey_9vnT-MNZhkvUEnODqBSKdjx57ff6D-gMJuc-XwjrNpyeULrhyy9_W5d3aTKJZasgyACEY', 'custom', NULL, '154.57.216.237', 'Tonzii/1 CFNetwork/1329 Darwin/21.3.0', '2024-06-21 14:11:37', '2024-06-21 14:11:37', NULL),
(143, 3, 'eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJlbWFpbCI6ImFsZXhAeW9wbWFpbC5jb20iLCJpYXQiOjE3MTkyMTQ4ODMsImV4cCI6MTcxOTgxOTY4MywiaXNzIjoiNTkyMDA3NDgtMzZmYy0yNzQ0LTM1NS04YzEyODFmN2ZjZDIiLCJzdWIiOiI1OTIwMDc0OC0zNmZjLTI3NDQtMzU1LThjMTI4MWY3ZmNkMiIsImp0aSI6ImFsZXhAeW9wbWFpbC5jb20ifQ.qWclyKRL6ViTrI5ID6qWAPW9EvaGwgL87SH_kE_8axc', 'ios', 'ebg5oUh4lU2ImalNvP6nlT:APA91bHY1V1WH3pVrBGbc1zMgCViE6Buxo04lBOXN_Is5gxMPa1J2BRUlcn5-zuA_BOGjYuwJguzJsifEly6wxtzFRbN3ovnHNaA_DA7_w0LMfAyuxCm0DuEL6D-UqB8Ji9xg7vtRS1I', 'custom', NULL, '154.57.216.237', 'Tonzii/1 CFNetwork/1240.0.4 Darwin/20.6.0', '2024-06-24 07:41:23', '2024-06-24 07:41:23', NULL),
(147, 28, 'eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJlbWFpbCI6InVzZXI1QHlvcG1haWwuY29tIiwiaWF0IjoxNzE5MjE3Nzc4LCJleHAiOjE3MTk4MjI1NzgsImlzcyI6IjU5MjAwNzQ4LTM2ZmMtMjc0NC0zNTUtOGMxMjgxZjdmY2QyIiwic3ViIjoiNTkyMDA3NDgtMzZmYy0yNzQ0LTM1NS04YzEyODFmN2ZjZDIiLCJqdGkiOiJ1c2VyNUB5b3BtYWlsLmNvbSJ9.5fHY60vkz0JXWI0IM8nEh-VArIzcWn2D47u4YnKisqE', 'android', '123456789001', 'custom', NULL, '154.57.216.237', 'okhttp/4.9.2', '2024-06-24 12:29:38', NULL, NULL),
(152, 26, 'eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJlbWFpbCI6InVzZXI0QHlvcG1haWwuY29tIiwiaWF0IjoxNzE5MjMzNzQ3LCJleHAiOjE3MTk4Mzg1NDcsImlzcyI6IjU5MjAwNzQ4LTM2ZmMtMjc0NC0zNTUtOGMxMjgxZjdmY2QyIiwic3ViIjoiNTkyMDA3NDgtMzZmYy0yNzQ0LTM1NS04YzEyODFmN2ZjZDIiLCJqdGkiOiJ1c2VyNEB5b3BtYWlsLmNvbSJ9.xKrFLzcmJ0DdXVS50RFEMOtjr8yqs3iGyQKXHNlQnY8', 'android', 'eGLAT_CaTWmjMxCfcxvRK4:APA91bHLcRLcB5hBmkg6TtBWwpXS-Cal7oqbVpKkJEMOjU-32USuvEnIqQhNkDL-fiVYVxCfA6QeAwGR28ZZ4JohiTIJh_x0Lf7R4CojRXFoJ-pSERupGnJYtR7p8S-NVRbRb3ebE9qg', 'custom', NULL, '154.57.216.237', 'okhttp/4.9.2', '2024-06-24 12:55:47', '2024-06-24 12:55:47', NULL),
(154, 10, 'eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJlbWFpbCI6ImhpbGx0bWFya2V0aW5nQGdtYWlsLmNvbSIsImlhdCI6MTcxOTI4MTk5NywiZXhwIjoxNzE5ODg2Nzk3LCJpc3MiOiI1OTIwMDc0OC0zNmZjLTI3NDQtMzU1LThjMTI4MWY3ZmNkMiIsInN1YiI6IjU5MjAwNzQ4LTM2ZmMtMjc0NC0zNTUtOGMxMjgxZjdmY2QyIiwianRpIjoiaGlsbHRtYXJrZXRpbmdAZ21haWwuY29tIn0.Cc9odFXmTbtmmW4oO1DglSyz2A-agxIT07pnZv-JFSM', 'ios', 'fV2BEy_bfUU-kuVl7s8ou5:APA91bFYGZzWwqOV5bzowXhcgBzijZuB9Mp_yeCFGLAd4_vDR2Ku36dGCD4BPtha9Ht3WG_GJzZEum6TRyW4Zva4mMGGJff4neUllhPBc43SUgBJ0q7S2JanMCdr03XMcfxrcZM-Dakt', 'custom', NULL, '104.28.123.101', 'Tonzii/9 CFNetwork/1496.0.7 Darwin/23.5.0', '2024-06-25 02:19:57', '2024-06-25 02:19:57', NULL),
(156, 3, 'eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJlbWFpbCI6ImFsZXhAeW9wbWFpbC5jb20iLCJpYXQiOjE3MTkyOTk0NjMsImV4cCI6MTcxOTkwNDI2MywiaXNzIjoiNTkyMDA3NDgtMzZmYy0yNzQ0LTM1NS04YzEyODFmN2ZjZDIiLCJzdWIiOiI1OTIwMDc0OC0zNmZjLTI3NDQtMzU1LThjMTI4MWY3ZmNkMiIsImp0aSI6ImFsZXhAeW9wbWFpbC5jb20ifQ.m_GW7P3WwEigTJ0l4sa5z1EkN0m86xdlovwgyFAMg58', 'android', 'cIBRcipRR-eBOfojpaennu:APA91bFZY5CDHszDDYL8Gh4Rkn9sGYfsJGYoL3-qHwJRpG0fcNxFEjqFUvYWKbLy5LymMvy0vGItu7DHuuR710NyS3ZSJEz6aZcie2zeAuNiZ73CalOt8WrL-LzdXjGqh4RaF3XdFbDg', 'custom', NULL, '154.57.216.237', 'okhttp/4.9.2', '2024-06-25 07:11:03', '2024-06-25 07:11:03', NULL),
(160, 11, 'eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJlbWFpbCI6Im9wZXJhdGlvbnNoaWxsY29tcGFuaWVzQGdtYWlsLmNvbSIsImlhdCI6MTcxOTM0MDEzOSwiZXhwIjoxNzE5OTQ0OTM5LCJpc3MiOiI1OTIwMDc0OC0zNmZjLTI3NDQtMzU1LThjMTI4MWY3ZmNkMiIsInN1YiI6IjU5MjAwNzQ4LTM2ZmMtMjc0NC0zNTUtOGMxMjgxZjdmY2QyIiwianRpIjoib3BlcmF0aW9uc2hpbGxjb21wYW5pZXNAZ21haWwuY29tIn0.Fs7a_PBg8WQ7BhLChzFEMbRNXfXJRhKy0DhQW9PoqsU', 'ios', 'dRsuLc7rjEKbl0KRh5BWsO:APA91bG3UefKMyAhKJq87egXnMqNXifd-64IraB-J4MqkERWa-F3-_vAeDKZ-laFrr51IqoL7aXYrHDlqeTtmOVcSdmiF0iyOb0rY53ghN7yBag3-t_9XV74962Yng7voRQtRgskKyVL', 'custom', NULL, '73.6.44.74', 'Tonzii/1 CFNetwork/1496.0.7 Darwin/23.5.0', '2024-06-25 18:28:59', '2024-06-25 18:28:59', NULL),
(162, 14, 'eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJlbWFpbCI6InNwMkB5b3BtYWlsLmNvbSIsImlhdCI6MTcxOTQwMzAzOCwiZXhwIjoxNzIwMDA3ODM4LCJpc3MiOiI1OTIwMDc0OC0zNmZjLTI3NDQtMzU1LThjMTI4MWY3ZmNkMiIsInN1YiI6IjU5MjAwNzQ4LTM2ZmMtMjc0NC0zNTUtOGMxMjgxZjdmY2QyIiwianRpIjoic3AyQHlvcG1haWwuY29tIn0.jBtZ6GONWfma64JfZKOU_r_C-ODom6VPaM4fYViAl8Q', 'ios', 'fVqmw_tc60RKufh3l5J7Ar:APA91bGIU4y1K7mzL8L2Y5jlR0j9IPASXecUN1UU_vZF275ERPhW4onNnJlFJdI1YU5vl3QXYaMmS3SbVmmnBdKs2yYA8QxULx9p_fyjPRV394m4WC-XriARtq1dPAia72eGhYWjLDIv', 'custom', NULL, '154.57.216.237', 'Tonzii/1 CFNetwork/1329 Darwin/21.3.0', '2024-06-26 11:57:18', '2024-06-26 11:57:18', NULL),
(163, 29, 'eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJlbWFpbCI6InNwM0B5b3BtYWlsLmNvbSIsImlhdCI6MTcxOTQwNzIwNSwiZXhwIjoxNzIwMDEyMDA1LCJpc3MiOiI1OTIwMDc0OC0zNmZjLTI3NDQtMzU1LThjMTI4MWY3ZmNkMiIsInN1YiI6IjU5MjAwNzQ4LTM2ZmMtMjc0NC0zNTUtOGMxMjgxZjdmY2QyIiwianRpIjoic3AzQHlvcG1haWwuY29tIn0.-7n2nYafFKsyFMcMDu9f2WYlgYOh2b_w1M9JljvzNxs', 'android', '123456789001', 'custom', NULL, '154.57.216.237', 'okhttp/4.9.2', '2024-06-26 17:06:45', NULL, NULL),
(168, 30, 'eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJlbWFpbCI6InVzZXI2QHlvcG1haWwuY29tIiwiaWF0IjoxNzE5NDExNTQ0LCJleHAiOjE3MjAwMTYzNDQsImlzcyI6IjU5MjAwNzQ4LTM2ZmMtMjc0NC0zNTUtOGMxMjgxZjdmY2QyIiwic3ViIjoiNTkyMDA3NDgtMzZmYy0yNzQ0LTM1NS04YzEyODFmN2ZjZDIiLCJqdGkiOiJ1c2VyNkB5b3BtYWlsLmNvbSJ9.KnENfaHFrlnGh_YqiCR2u1Cc7jFiMbLyQBermMXNo5c', 'android', '123456789001', 'custom', NULL, '154.57.216.237', 'okhttp/4.9.2', '2024-06-26 18:19:04', NULL, NULL),
(169, 9, 'eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJlbWFpbCI6IkhhaWxleUB5b3BtYWlsLmNvbSIsImlhdCI6MTcxOTQyNDEwMywiZXhwIjoxNzIwMDI4OTAzLCJpc3MiOiI1OTIwMDc0OC0zNmZjLTI3NDQtMzU1LThjMTI4MWY3ZmNkMiIsInN1YiI6IjU5MjAwNzQ4LTM2ZmMtMjc0NC0zNTUtOGMxMjgxZjdmY2QyIiwianRpIjoiSGFpbGV5QHlvcG1haWwuY29tIn0.fc-9rMsSZYW53qUlAj_UuYNeIFZluygYg0J4H5NCW2k', 'ios', 'cIQu9QVJhE3Ftr7VqlQDPV:APA91bEzT0h8go-hUtZUsGWjhb-iaqGPzW-friRszt1hiSYHNDVFNew3MaOJMnqMu7ZpIvFaSXxtb2ZvbKmWzdUmbY0GpS1NdbBwzmt1jEm8DBpH6m4peb64zayVfUiuSgn_zSGkV5d-', 'custom', NULL, '154.57.216.237', 'Tonzii/9 CFNetwork/1496.0.7 Darwin/23.5.0', '2024-06-26 17:48:23', '2024-06-26 17:48:23', NULL),
(171, 14, 'eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJlbWFpbCI6InNwMkB5b3BtYWlsLmNvbSIsImlhdCI6MTcxOTQ5MzIwMywiZXhwIjoxNzIwMDk4MDAzLCJpc3MiOiI1OTIwMDc0OC0zNmZjLTI3NDQtMzU1LThjMTI4MWY3ZmNkMiIsInN1YiI6IjU5MjAwNzQ4LTM2ZmMtMjc0NC0zNTUtOGMxMjgxZjdmY2QyIiwianRpIjoic3AyQHlvcG1haWwuY29tIn0.crzzj8Vc9O9COfSM3UufV4QKCstE_86mTW6ThIW2KVg', 'ios', 'drsSQPljCkXulYvh3m-teU:APA91bFSEPJWfIdymDMJCGthcbOOjyFt9j14cxTcH4qWN4EWGAABBR4yDQmukY34gfwc2iZn5sBqb-af5Pmi8i0cCz3GaD9aq4810xzSCPsLOCZPzGRgv9J6d-UU7bypQJbA8K7tzdU0', 'custom', NULL, '154.57.216.237', 'Tonzii/1 CFNetwork/1335.0.3 Darwin/21.6.0', '2024-06-27 13:00:03', '2024-06-27 13:00:03', NULL),
(172, 28, 'eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJlbWFpbCI6InVzZXI1QHlvcG1haWwuY29tIiwiaWF0IjoxNzE5NDkzMjcxLCJleHAiOjE3MjAwOTgwNzEsImlzcyI6IjU5MjAwNzQ4LTM2ZmMtMjc0NC0zNTUtOGMxMjgxZjdmY2QyIiwic3ViIjoiNTkyMDA3NDgtMzZmYy0yNzQ0LTM1NS04YzEyODFmN2ZjZDIiLCJqdGkiOiJ1c2VyNUB5b3BtYWlsLmNvbSJ9.E9ppZhRwm2u0bfO8EF-j6IdKh6YQs3C2ZwXuix1Qbqc', 'android', 'cqn-g8l1StieRo690Gvt0D:APA91bEuoRJhQyZz2s7KIe8SRh6S91qbrP5q8K8S9pzy_oP2MliEclF_-VhiNq3natKQhHHoC8lIOIA7QstnwnpMxk-nnQnfVtuUm-K9oLFhnv5xf7VR8goGZmGyWPB6PsbdK6UuFYCs', 'custom', NULL, '154.57.216.237', 'okhttp/4.9.2', '2024-06-27 13:01:11', '2024-06-27 13:01:11', NULL),
(173, 9, 'eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJlbWFpbCI6ImhhaWxleUB5b3BtYWlsLmNvbSIsImlhdCI6MTcxOTUwNzI3MiwiZXhwIjoxNzIwMTEyMDcyLCJpc3MiOiI1OTIwMDc0OC0zNmZjLTI3NDQtMzU1LThjMTI4MWY3ZmNkMiIsInN1YiI6IjU5MjAwNzQ4LTM2ZmMtMjc0NC0zNTUtOGMxMjgxZjdmY2QyIiwianRpIjoiaGFpbGV5QHlvcG1haWwuY29tIn0.NRlLhPJF5J0rgb8hiF0vZYGOOKIhHP33XoNKXZbvgxA', 'ios', 'ejBnE3hWsE1zkANBjQoxio:APA91bFR15z_ehcYGPs6LOzR3NLNzSD-bLcNprTkyWVD85D_dXAwIkJX1tISqs8x01k9XZ4pw34KFosUPVqkf_yn1dnJnkDuIAmu5Eevw39VgB0b_ELjWrQTPreFXpvKD-qscD8w_qMs', 'custom', NULL, '154.57.216.237', 'Tonzii/1 CFNetwork/1410.1 Darwin/22.6.0', '2024-06-27 16:54:32', '2024-06-27 16:54:32', NULL),
(174, 3, 'eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJlbWFpbCI6ImFsZXhAeW9wbWFpbC5jb20iLCJpYXQiOjE3MTk1NTgzNTksImV4cCI6MTcyMDE2MzE1OSwiaXNzIjoiNTkyMDA3NDgtMzZmYy0yNzQ0LTM1NS04YzEyODFmN2ZjZDIiLCJzdWIiOiI1OTIwMDc0OC0zNmZjLTI3NDQtMzU1LThjMTI4MWY3ZmNkMiIsImp0aSI6ImFsZXhAeW9wbWFpbC5jb20ifQ.2gzbqRoGP5Hy98deUs01IOfhXqcQG9Nb_7LKX3cjrFM', 'android', '123456789001', 'custom', NULL, '202.165.227.130', 'PostmanRuntime/7.37.3', '2024-06-28 07:05:59', '2024-06-28 07:05:59', NULL),
(175, 3, 'eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJlbWFpbCI6ImFsZXhAeW9wbWFpbC5jb20iLCJpYXQiOjE3MTk1NTkyNjQsImV4cCI6MTcyMDE2NDA2NCwiaXNzIjoiNTkyMDA3NDgtMzZmYy0yNzQ0LTM1NS04YzEyODFmN2ZjZDIiLCJzdWIiOiI1OTIwMDc0OC0zNmZjLTI3NDQtMzU1LThjMTI4MWY3ZmNkMiIsImp0aSI6ImFsZXhAeW9wbWFpbC5jb20ifQ.zY8k46N2bqTSEe5aUgiTbzhuVOKXyVfGDg7nWwne3jc', 'ios', 'd5Qo-Y-zJUDUvDjetqI7Uv:APA91bGpkhnNExifqSDYXbNz65Ju_C691sa8vuR-j1Djj8bTi0ao5ofOH3YKL5OJuSzT_8Nl7SD9kOXQ-Y51a35O9uYI468Nm7bh75LuEVOCICvY1MoeM_2ifoyPJ60L11qvygzDqWCz', 'custom', NULL, '154.57.216.237', 'Tonzii/1 CFNetwork/1410.1 Darwin/22.6.0', '2024-06-28 07:21:04', '2024-06-28 07:21:04', NULL),
(176, 31, 'eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJlbWFpbCI6InJlZG9yYWNsZWZpbG1zQGdtYWlsLmNvbSIsImlhdCI6MTcxOTU4MDc5MiwiZXhwIjoxNzIwMTg1NTkyLCJpc3MiOiI1OTIwMDc0OC0zNmZjLTI3NDQtMzU1LThjMTI4MWY3ZmNkMiIsInN1YiI6IjU5MjAwNzQ4LTM2ZmMtMjc0NC0zNTUtOGMxMjgxZjdmY2QyIiwianRpIjoicmVkb3JhY2xlZmlsbXNAZ21haWwuY29tIn0.YyE_OQkwscZyRPh9opqd1zaHEOXjALPgvACkrig2A5w', 'android', '123456789001', 'custom', NULL, '73.82.6.39', 'Tonzii/10 CFNetwork/1496.0.7 Darwin/23.5.0', '2024-06-28 17:19:52', NULL, NULL),
(177, 10, 'eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJlbWFpbCI6ImhpbGx0bWFya2V0aW5nQGdtYWlsLmNvbSIsImlhdCI6MTcxOTU4MTYzOSwiZXhwIjoxNzIwMTg2NDM5LCJpc3MiOiI1OTIwMDc0OC0zNmZjLTI3NDQtMzU1LThjMTI4MWY3ZmNkMiIsInN1YiI6IjU5MjAwNzQ4LTM2ZmMtMjc0NC0zNTUtOGMxMjgxZjdmY2QyIiwianRpIjoiaGlsbHRtYXJrZXRpbmdAZ21haWwuY29tIn0.QUvqSf0Y51I8P2P8nDVUl0UeenRzALHb4h5gmRvja3I', 'ios', 'eKrK-mnyUU1RqAwabEiyKq:APA91bHEu3hlcFZPD8GQQvbUJHtU838ZQSnw7G0Uz3KGCcj_Tm6k5--9mrc1anT6489cm94XxMc25KdwuANzE6hHtmQAQcPGjh0ONG5CU652DKEeY594fRU2jtQblYyTgs1FVxGO7_QO', 'custom', NULL, '208.184.250.96', 'Tonzii/11 CFNetwork/1496.0.7 Darwin/23.5.0', '2024-06-28 13:33:59', '2024-06-28 13:33:59', NULL),
(178, 9, 'eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJlbWFpbCI6ImhhaWxleUB5b3BtYWlsLmNvbSIsImlhdCI6MTcxOTU4MzU3NCwiZXhwIjoxNzIwMTg4Mzc0LCJpc3MiOiI1OTIwMDc0OC0zNmZjLTI3NDQtMzU1LThjMTI4MWY3ZmNkMiIsInN1YiI6IjU5MjAwNzQ4LTM2ZmMtMjc0NC0zNTUtOGMxMjgxZjdmY2QyIiwianRpIjoiaGFpbGV5QHlvcG1haWwuY29tIn0.Lg-GrOVosLVpNpYwU2tfZGHb9O6ESrjeTnBof9qyRV4', 'ios', 'eVJSdXa-m0TqtnixXoJHPQ:APA91bEq4zBBRthHLqBYq_Z8mKOr_KwxjBdOGPfKnPExRjohsg6jxnhqavoIFcLUDCIrVd6AXGcO1-sRhvyvANOgfto9Rr-MS4ze0Ooiz0SXhYWKL0dGtuQ48gY5d_7ze18GD-VKCXe4', 'custom', NULL, '154.57.216.237', 'Tonzii/11 CFNetwork/1496.0.7 Darwin/23.5.0', '2024-06-28 14:06:14', '2024-06-28 14:06:14', NULL),
(181, 3, 'eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJlbWFpbCI6ImFsZXhAeW9wbWFpbC5jb20iLCJpYXQiOjE3MTk2NzYxMDUsImV4cCI6MTcyMDI4MDkwNSwiaXNzIjoiNTkyMDA3NDgtMzZmYy0yNzQ0LTM1NS04YzEyODFmN2ZjZDIiLCJzdWIiOiI1OTIwMDc0OC0zNmZjLTI3NDQtMzU1LThjMTI4MWY3ZmNkMiIsImp0aSI6ImFsZXhAeW9wbWFpbC5jb20ifQ.A01g6G--Wzl-0pnN9Sn9XsANT6_3Cx-rXtsQtsDj1Zs', 'ios', 'ersuS6G4pUtxo7DmbWfCsn:APA91bFh2xgm5FXIkrXr_6NRtFliOt5efmKNf_uAIpxz8JRaIIJjPJ_luj69SJs6QQ0ILdlXrfKv8EnOl2jNwwMhURT0vJdPLy37ZtSZR6ywhGqmwQS1cVBvjtAjTBlXGDoz1w1fEdxs', 'custom', NULL, '175.107.215.158', 'Tonzii/11 CFNetwork/1485 Darwin/23.1.0', '2024-06-29 15:48:25', '2024-06-29 15:48:25', NULL),
(189, 2, 'eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJlbWFpbCI6InN5bHZlc3RvckB5b3BtYWlsLmNvbSIsImlhdCI6MTcxOTgyNzg5MCwiZXhwIjoxNzIwNDMyNjkwLCJpc3MiOiI1OTIwMDc0OC0zNmZjLTI3NDQtMzU1LThjMTI4MWY3ZmNkMiIsInN1YiI6IjU5MjAwNzQ4LTM2ZmMtMjc0NC0zNTUtOGMxMjgxZjdmY2QyIiwianRpIjoic3lsdmVzdG9yQHlvcG1haWwuY29tIn0.JAYBvqOYrY46B4Dat_hfD6AfGdvb5iGe8i_txfNMVeE', 'android', 'e7743awZQzCSVVYquNBSN0:APA91bG_cVb7StAkRw2DkBbGTpT1KCr5Ib1d1ZTvbEmsYOWTBMzV1nTReHg9JlzUTVxx7-nZ3FJXCUnRwfqdUwulT97a6iXU-VelX6M0GAYEsEmz4u9zhNXm5manSIm1tl6QEsshZr9b', 'custom', NULL, '154.57.216.237', 'okhttp/4.9.2', '2024-07-01 09:58:10', '2024-07-01 09:58:10', NULL),
(193, 26, 'eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJlbWFpbCI6InVzZXI0QHlvcG1haWwuY29tIiwiaWF0IjoxNzE5ODM2MTQ4LCJleHAiOjE3MjA0NDA5NDgsImlzcyI6IjU5MjAwNzQ4LTM2ZmMtMjc0NC0zNTUtOGMxMjgxZjdmY2QyIiwic3ViIjoiNTkyMDA3NDgtMzZmYy0yNzQ0LTM1NS04YzEyODFmN2ZjZDIiLCJqdGkiOiJ1c2VyNEB5b3BtYWlsLmNvbSJ9.nK6oXWu6PDiHPNa5ppmoo6fa3PdmEIAyPKmxjY6kmPk', 'ios', 'd-ehwMqGP0ttgAlIxPL42T:APA91bHTuM0-ZgW7cnSIwxfK1myQa6SRr4VZKSVVPInC_LT-1u1tMJLWCZk_qrjXTH-slJytjvpsMUTaWxjNyWV-7k-syYBTJTIX3eQUbZaIpwQBKI1jMUgIm2ePVzT-W70Q1OTA202_', 'custom', NULL, '154.57.216.237', 'Tonzii/1 CFNetwork/1329 Darwin/21.3.0', '2024-07-01 12:15:48', '2024-07-01 12:15:48', NULL),
(195, 29, 'eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJlbWFpbCI6InNwM0B5b3BtYWlsLmNvbSIsImlhdCI6MTcxOTg0MDg1MSwiZXhwIjoxNzIwNDQ1NjUxLCJpc3MiOiI1OTIwMDc0OC0zNmZjLTI3NDQtMzU1LThjMTI4MWY3ZmNkMiIsInN1YiI6IjU5MjAwNzQ4LTM2ZmMtMjc0NC0zNTUtOGMxMjgxZjdmY2QyIiwianRpIjoic3AzQHlvcG1haWwuY29tIn0.rgymhpvwfCH8fFsk_bUYNs-7YSeR1l8HKAbobIvhDto', 'android', 'dS58MZKFR2S6yoReRx0rwv:APA91bGPEgQUXAzE-T1_JJY8F_YnR5k54pE2s99xrlbTuKQEbj_uwOuBEbUccpZK8VsEMCX9TlKgi9Xyw2Hy2HHLXurTsLL4qorkXdDqdV52sDMwE3X1Pwg262KmviXA6jI60a5Msl3I', 'custom', NULL, '154.57.216.237', 'okhttp/4.9.2', '2024-07-01 13:34:11', '2024-07-01 13:34:11', NULL);
INSERT INTO `user_api_tokens` (`id`, `user_id`, `api_token`, `device_type`, `device_token`, `platform_type`, `platform_id`, `ip_address`, `user_agent`, `created_at`, `updated_at`, `deleted_at`) VALUES
(197, 11, 'eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJlbWFpbCI6Im9wZXJhdGlvbnNoaWxsY29tcGFuaWVzQGdtYWlsLmNvbSIsImlhdCI6MTcxOTg1NzM0MCwiZXhwIjoxNzIwNDYyMTQwLCJpc3MiOiI1OTIwMDc0OC0zNmZjLTI3NDQtMzU1LThjMTI4MWY3ZmNkMiIsInN1YiI6IjU5MjAwNzQ4LTM2ZmMtMjc0NC0zNTUtOGMxMjgxZjdmY2QyIiwianRpIjoib3BlcmF0aW9uc2hpbGxjb21wYW5pZXNAZ21haWwuY29tIn0.BCBKu9ED4kTT_wzAJ3JhjG_wkIzAWEDi7PzGsFIHtnI', 'ios', 'dIBlbQpZt0vlua_ig64c1Y:APA91bHVTziLdc8d35EuAHR9f7GYRBhpCatUtTldu1PepYU-g5S29HOzR1k5xj6HJxRA2LSvJD3BrFExEAL96CRPpxooS6uZuO-w9VFMiAB9O2pxYTwzFLTiw9ZAAteYz-y4lU_pMpwt', 'custom', NULL, '174.202.226.133', 'Tonzii/11 CFNetwork/1496.0.7 Darwin/23.5.0', '2024-07-01 18:09:00', '2024-07-01 18:09:00', NULL),
(198, 11, 'eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJlbWFpbCI6Im9wZXJhdGlvbnNoaWxsY29tcGFuaWVzQGdtYWlsLmNvbSIsImlhdCI6MTcxOTg1NzM0MSwiZXhwIjoxNzIwNDYyMTQxLCJpc3MiOiI1OTIwMDc0OC0zNmZjLTI3NDQtMzU1LThjMTI4MWY3ZmNkMiIsInN1YiI6IjU5MjAwNzQ4LTM2ZmMtMjc0NC0zNTUtOGMxMjgxZjdmY2QyIiwianRpIjoib3BlcmF0aW9uc2hpbGxjb21wYW5pZXNAZ21haWwuY29tIn0.YscW2GJOR61P59ImYckliExYqJnxPsk3xdFYu9ddSzE', 'ios', 'dIBlbQpZt0vlua_ig64c1Y:APA91bHVTziLdc8d35EuAHR9f7GYRBhpCatUtTldu1PepYU-g5S29HOzR1k5xj6HJxRA2LSvJD3BrFExEAL96CRPpxooS6uZuO-w9VFMiAB9O2pxYTwzFLTiw9ZAAteYz-y4lU_pMpwt', 'custom', NULL, '174.202.226.133', 'Tonzii/11 CFNetwork/1496.0.7 Darwin/23.5.0', '2024-07-01 18:09:01', '2024-07-01 18:09:01', NULL),
(201, 32, 'eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJlbWFpbCI6Im9wZXJhdGlvbnNAbWphY3ZlbmRpbmcuY29tIiwiaWF0IjoxNzE5ODc0ODA1LCJleHAiOjE3MjA0Nzk2MDUsImlzcyI6IjU5MjAwNzQ4LTM2ZmMtMjc0NC0zNTUtOGMxMjgxZjdmY2QyIiwic3ViIjoiNTkyMDA3NDgtMzZmYy0yNzQ0LTM1NS04YzEyODFmN2ZjZDIiLCJqdGkiOiJvcGVyYXRpb25zQG1qYWN2ZW5kaW5nLmNvbSJ9.W4LJ83yVTBjny5T6EyPwa2V0pQ1BeuqCzBkD_7dPEaA', 'android', '123456789001', 'custom', NULL, '107.19.0.61', 'Tonzii/11 CFNetwork/1496.0.7 Darwin/23.5.0', '2024-07-02 03:00:05', NULL, NULL),
(202, 10, 'eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJlbWFpbCI6ImhpbGx0bWFya2V0aW5nQGdtYWlsLmNvbSIsImlhdCI6MTcxOTg5NDA0OCwiZXhwIjoxNzIwNDk4ODQ4LCJpc3MiOiI1OTIwMDc0OC0zNmZjLTI3NDQtMzU1LThjMTI4MWY3ZmNkMiIsInN1YiI6IjU5MjAwNzQ4LTM2ZmMtMjc0NC0zNTUtOGMxMjgxZjdmY2QyIiwianRpIjoiaGlsbHRtYXJrZXRpbmdAZ21haWwuY29tIn0.XQuqyBCUWcgKct6j_8L2BxJB6EYd-PqWMMD4Fb6G7vQ', 'android', '123456789001', 'custom', NULL, '202.165.227.130', 'PostmanRuntime/7.37.3', '2024-07-02 04:20:48', '2024-07-02 04:20:48', NULL),
(208, 3, 'eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJlbWFpbCI6ImFsZXhAeW9wbWFpbC5jb20iLCJpYXQiOjE3MTk5MDYwOTUsImV4cCI6MTcyMDUxMDg5NSwiaXNzIjoiNTkyMDA3NDgtMzZmYy0yNzQ0LTM1NS04YzEyODFmN2ZjZDIiLCJzdWIiOiI1OTIwMDc0OC0zNmZjLTI3NDQtMzU1LThjMTI4MWY3ZmNkMiIsImp0aSI6ImFsZXhAeW9wbWFpbC5jb20ifQ.IhN727Ey0nEE0BLMlO3Dihw00jF6DGguDKsBziwOD9A', 'ios', 'eiUcQEvD2UWmlMSuvMl0S1:APA91bHJTOtZIuGEM7Ya0sIv4OHoh7BJCuZEK_7PKatJ33PeFf6k3QhVgTaSF0Wch6AHTkB6HmqOLdnHYsLTao8KLvzzXq-UkJdDKJpfHtY7OXNWXU5oV1th_vu5KTc4nS5Zf1D9A0Cy', 'custom', NULL, '110.93.222.74', 'Tonzii/1 CFNetwork/1410.1 Darwin/22.6.0', '2024-07-02 07:41:35', '2024-07-02 07:41:35', NULL),
(213, 33, 'eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJlbWFpbCI6InNwNEB5b3BtYWlsLmNvbSIsImlhdCI6MTcxOTkwNzkyOCwiZXhwIjoxNzIwNTEyNzI4LCJpc3MiOiI1OTIwMDc0OC0zNmZjLTI3NDQtMzU1LThjMTI4MWY3ZmNkMiIsInN1YiI6IjU5MjAwNzQ4LTM2ZmMtMjc0NC0zNTUtOGMxMjgxZjdmY2QyIiwianRpIjoic3A0QHlvcG1haWwuY29tIn0.bHtj1s77o9VQ3pVhJBp9t7KMmLwYAkCDmro454sjxIM', 'android', '123456789001', 'custom', NULL, '110.93.222.74', 'okhttp/4.9.2', '2024-07-02 12:12:08', NULL, NULL),
(214, 34, 'eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJlbWFpbCI6InVzZXI3QHlvcG1haWwuY29tIiwiaWF0IjoxNzE5OTA4MDA3LCJleHAiOjE3MjA1MTI4MDcsImlzcyI6IjU5MjAwNzQ4LTM2ZmMtMjc0NC0zNTUtOGMxMjgxZjdmY2QyIiwic3ViIjoiNTkyMDA3NDgtMzZmYy0yNzQ0LTM1NS04YzEyODFmN2ZjZDIiLCJqdGkiOiJ1c2VyN0B5b3BtYWlsLmNvbSJ9.U6N0QJ_ReqMhbaYlzLCKvDQDLSrnLJd-nU9wZ1Z3w50', 'android', '123456789001', 'custom', NULL, '110.93.222.74', 'Tonzii/1 CFNetwork/1329 Darwin/21.3.0', '2024-07-02 12:13:27', NULL, NULL),
(215, 33, 'eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJlbWFpbCI6InNwNEB5b3BtYWlsLmNvbSIsImlhdCI6MTcxOTkwODEzNiwiZXhwIjoxNzIwNTEyOTM2LCJpc3MiOiI1OTIwMDc0OC0zNmZjLTI3NDQtMzU1LThjMTI4MWY3ZmNkMiIsInN1YiI6IjU5MjAwNzQ4LTM2ZmMtMjc0NC0zNTUtOGMxMjgxZjdmY2QyIiwianRpIjoic3A0QHlvcG1haWwuY29tIn0.3v8RfKVFhsxCRC9KUqyN2IzCX8E9LK09M6vN_0QBqKw', 'android', 'dfjcjTXrTgqEBU-IchPu_0:APA91bH6dlAK-HUEvwwudzGDx1S-hEsdG2FbE7HOZXCuKfUZOdar4eT8_zlryFuqcQmzlY29DS7Y-jYWqGxtvJxqYHDEt6aNvyxq4hk4r94tje0YXdLXRvZRlSaXJx2X2d4oZjOsyTjZ', 'custom', NULL, '110.93.222.74', 'okhttp/4.9.2', '2024-07-02 08:15:36', '2024-07-02 08:15:36', NULL),
(216, 3, 'eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJlbWFpbCI6ImFsZXhAeW9wbWFpbC5jb20iLCJpYXQiOjE3MTk5MTgxMDEsImV4cCI6MTcyMDUyMjkwMSwiaXNzIjoiNTkyMDA3NDgtMzZmYy0yNzQ0LTM1NS04YzEyODFmN2ZjZDIiLCJzdWIiOiI1OTIwMDc0OC0zNmZjLTI3NDQtMzU1LThjMTI4MWY3ZmNkMiIsImp0aSI6ImFsZXhAeW9wbWFpbC5jb20ifQ.FhacqaJMAAaxV4ROx1t_dpIFq1HHmyaACM_GVQDLCqE', 'ios', 'cdmuN6N-JEXGr8S1JaW94n:APA91bFiFwud5_xKzYa6jJ4tIK9grBWL97ia8eOG4faAQbQRbysN_RGirhaTCanQQr8yHyQWgx664nQi9lLUoIDAvEm9nax2-w_6ZP2yxQjvsyMSUTPCj5e9YvxhaOJe86AodDsqIX8i', 'custom', NULL, '110.93.222.74', 'Tonzii/1 CFNetwork/1410.1 Darwin/22.6.0', '2024-07-02 11:01:41', '2024-07-02 11:01:41', NULL),
(217, 3, 'eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJlbWFpbCI6ImFsZXhAeW9wbWFpbC5jb20iLCJpYXQiOjE3MTk5MTg5ODUsImV4cCI6MTcyMDUyMzc4NSwiaXNzIjoiNTkyMDA3NDgtMzZmYy0yNzQ0LTM1NS04YzEyODFmN2ZjZDIiLCJzdWIiOiI1OTIwMDc0OC0zNmZjLTI3NDQtMzU1LThjMTI4MWY3ZmNkMiIsImp0aSI6ImFsZXhAeW9wbWFpbC5jb20ifQ.UfrHgEIxJrKnrF9PK4qRCzuVXxiBPUft8KxY-47fv-k', 'ios', 'eeeEjZCiHkpuo2LpDUYBZr:APA91bHZRg22yC_FL2PG8gqUtVT-XkhyB_P0Ikh9ACvQZmYOteoAyKer-keY2Th7j7M5Av9ZtOKfAxHNrLIj-H6ea7nnGoh7T6JHkCqVN9wigXI6UhH2rApapotKTF5JvAfR_zvStZwH', 'custom', NULL, '110.93.222.74', 'Tonzii/1 CFNetwork/1410.1 Darwin/22.6.0', '2024-07-02 11:16:25', '2024-07-02 11:16:25', NULL),
(218, 3, 'eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJlbWFpbCI6ImFsZXhAeW9wbWFpbC5jb20iLCJpYXQiOjE3MTk5MjAyNDksImV4cCI6MTcyMDUyNTA0OSwiaXNzIjoiNTkyMDA3NDgtMzZmYy0yNzQ0LTM1NS04YzEyODFmN2ZjZDIiLCJzdWIiOiI1OTIwMDc0OC0zNmZjLTI3NDQtMzU1LThjMTI4MWY3ZmNkMiIsImp0aSI6ImFsZXhAeW9wbWFpbC5jb20ifQ.Gyx2UYPR_MN6XiqdwXnNUVjPdVSCBBbQKjdvteNrXOc', 'ios', 'c96oQR30J08wjDj3HfAKaR:APA91bHj_zadQmv-1sKwP-X-gIu8CTNy8et9iQLcAfv4uuJyLwHFSICaO2QumK4ienopoH8xorJx2zaBf_8JEhbPTghwk9tCj6QN8xS5dKCIIMTyvhfTqlvrVMSG5Qb7ViUtkEbSYyje', 'custom', NULL, '110.93.222.74', 'Tonzii/1 CFNetwork/1410.1 Darwin/22.6.0', '2024-07-02 11:37:29', '2024-07-02 11:37:29', NULL),
(219, 3, 'eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJlbWFpbCI6ImFsZXhAeW9wbWFpbC5jb20iLCJpYXQiOjE3MTk5MjM2NDgsImV4cCI6MTcyMDUyODQ0OCwiaXNzIjoiNTkyMDA3NDgtMzZmYy0yNzQ0LTM1NS04YzEyODFmN2ZjZDIiLCJzdWIiOiI1OTIwMDc0OC0zNmZjLTI3NDQtMzU1LThjMTI4MWY3ZmNkMiIsImp0aSI6ImFsZXhAeW9wbWFpbC5jb20ifQ.5IhlsPf6pWbzzYvS5HBJvFkKllkMwtxsrxRf3zfkmto', 'ios', 'fRW9gx7ba02GkC_OKdBn6W:APA91bFeW67DR4KBTfT3sgRcjiI-Qg0R5zF1ERrF7xUiwmLWikmXvV3-bzDmaOsQ3rOGXm9iTflvylAYk5PhiUFi-RbDZfS3l-5jZyx-e49GFdaHF1faJnwQmYaOVbGkzo2gFIJyoLj6', 'custom', NULL, '110.93.222.74', 'Tonzii/1 CFNetwork/1410.1 Darwin/22.6.0', '2024-07-02 12:34:08', '2024-07-02 12:34:08', NULL),
(220, 3, 'eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJlbWFpbCI6ImFsZXhAeW9wbWFpbC5jb20iLCJpYXQiOjE3MTk5MjQyODAsImV4cCI6MTcyMDUyOTA4MCwiaXNzIjoiNTkyMDA3NDgtMzZmYy0yNzQ0LTM1NS04YzEyODFmN2ZjZDIiLCJzdWIiOiI1OTIwMDc0OC0zNmZjLTI3NDQtMzU1LThjMTI4MWY3ZmNkMiIsImp0aSI6ImFsZXhAeW9wbWFpbC5jb20ifQ.GwcOh1BBkJzB0NeeQXPhUjyXBHGsCgHlmlyOfb0znEU', 'ios', 'fWRz3S6CRE1EpM-__D-K5u:APA91bFq7o8E8H8P5dDoJ7oFXWhM4gjR2r92F_5aLMD21O_ZdDO-JUN2ZbznvhsVu64H7Rb3Gr74ir5c1pJ8XozTQLr0qiId7FiNx_giGljIoe8zgSi8XVtTi3L838m1juGZNCbnQ2Ub', 'custom', NULL, '110.93.222.74', 'Tonzii/1 CFNetwork/1410.1 Darwin/22.6.0', '2024-07-02 12:44:40', '2024-07-02 12:44:40', NULL),
(221, 10, 'eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJlbWFpbCI6ImhpbGx0bWFya2V0aW5nQGdtYWlsLmNvbSIsImlhdCI6MTcxOTkzMDQ4OCwiZXhwIjoxNzIwNTM1Mjg4LCJpc3MiOiI1OTIwMDc0OC0zNmZjLTI3NDQtMzU1LThjMTI4MWY3ZmNkMiIsInN1YiI6IjU5MjAwNzQ4LTM2ZmMtMjc0NC0zNTUtOGMxMjgxZjdmY2QyIiwianRpIjoiaGlsbHRtYXJrZXRpbmdAZ21haWwuY29tIn0.zZ4V5Lg-ZfNRhtNBedruWi1G-jOBWgqaYVLZ2vHJMQk', 'ios', 'd-DSgOFww0cvkGnqy1ZllB:APA91bHu5g7nN6gqVIRrB2oBxzV3XIlO8MyDu9T_fx3-UfcGqkdnHJ0Otq51oS8WDVaVdGElHnmDGcIaDq1kAQgGiEMSjs1xHarvj8KuFsmu1hPtJrFk2rqS5OVUraKKFMQUf9sIrSqs', 'custom', NULL, '104.28.97.20', 'Tonzii/11 CFNetwork/1496.0.7 Darwin/23.5.0', '2024-07-02 14:28:08', '2024-07-02 14:28:08', NULL),
(223, 9, 'eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJlbWFpbCI6ImhhaWxleUB5b3BtYWlsLmNvbSIsImlhdCI6MTcxOTkzMTgyNCwiZXhwIjoxNzIwNTM2NjI0LCJpc3MiOiI1OTIwMDc0OC0zNmZjLTI3NDQtMzU1LThjMTI4MWY3ZmNkMiIsInN1YiI6IjU5MjAwNzQ4LTM2ZmMtMjc0NC0zNTUtOGMxMjgxZjdmY2QyIiwianRpIjoiaGFpbGV5QHlvcG1haWwuY29tIn0.Y5ryvnFdR9rMT5EY0bWQEs4D6G1wN1jYD3Xn4-2Tsvg', 'ios', 'dkcGlU2Wn0CHulqqtbBxcb:APA91bHR8ZPruI0WJ4OnhqxGWnQ9o4BzQ6GyGi011MTbG1aID52i7X73D6gF4CpC0PG1qipzAwLXgU1c4ShdenBGwvN1HvZg6K5Ozql-8OM12m6UlyD7U8VTlEylzTlSF4bfCuEWRYpn', 'custom', NULL, '110.93.222.74', 'Tonzii/11 CFNetwork/1496.0.7 Darwin/23.5.0', '2024-07-02 14:50:24', '2024-07-02 14:50:24', NULL),
(224, 11, 'eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJlbWFpbCI6Im9wZXJhdGlvbnNoaWxsY29tcGFuaWVzQGdtYWlsLmNvbSIsImlhdCI6MTcxOTk0MjIwNywiZXhwIjoxNzIwNTQ3MDA3LCJpc3MiOiI1OTIwMDc0OC0zNmZjLTI3NDQtMzU1LThjMTI4MWY3ZmNkMiIsInN1YiI6IjU5MjAwNzQ4LTM2ZmMtMjc0NC0zNTUtOGMxMjgxZjdmY2QyIiwianRpIjoib3BlcmF0aW9uc2hpbGxjb21wYW5pZXNAZ21haWwuY29tIn0.gtMyz7LaXIypNfTfLtnYG8xn649_7QC-y3rJ2gLFkJI', 'ios', 'dIBlbQpZt0vlua_ig64c1Y:APA91bHVTziLdc8d35EuAHR9f7GYRBhpCatUtTldu1PepYU-g5S29HOzR1k5xj6HJxRA2LSvJD3BrFExEAL96CRPpxooS6uZuO-w9VFMiAB9O2pxYTwzFLTiw9ZAAteYz-y4lU_pMpwt', 'custom', NULL, '174.202.226.252', 'Tonzii/11 CFNetwork/1496.0.7 Darwin/23.5.0', '2024-07-02 17:43:27', '2024-07-02 17:43:27', NULL),
(226, 35, 'eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJlbWFpbCI6ImRpYW5hbWFycmFjY2luaUBnbWFpbC5jb20iLCJpYXQiOjE3MTk5ODA1NDMsImV4cCI6MTcyMDU4NTM0MywiaXNzIjoiNTkyMDA3NDgtMzZmYy0yNzQ0LTM1NS04YzEyODFmN2ZjZDIiLCJzdWIiOiI1OTIwMDc0OC0zNmZjLTI3NDQtMzU1LThjMTI4MWY3ZmNkMiIsImp0aSI6ImRpYW5hbWFycmFjY2luaUBnbWFpbC5jb20ifQ.wM6RbeCur_sCoOwxCtY9TaNqtqcwlUKwkqMAPX6xPVg', 'android', '123456789001', 'custom', NULL, '108.147.189.66', 'Tonzii/11 CFNetwork/1496.0.7 Darwin/23.5.0', '2024-07-03 08:22:23', NULL, NULL),
(227, 36, 'eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJlbWFpbCI6ImNocmlzamFtZXM4MDhAeWFob28uY29tIiwiaWF0IjoxNzE5OTgxMzIzLCJleHAiOjE3MjA1ODYxMjMsImlzcyI6IjU5MjAwNzQ4LTM2ZmMtMjc0NC0zNTUtOGMxMjgxZjdmY2QyIiwic3ViIjoiNTkyMDA3NDgtMzZmYy0yNzQ0LTM1NS04YzEyODFmN2ZjZDIiLCJqdGkiOiJjaHJpc2phbWVzODA4QHlhaG9vLmNvbSJ9.zVhl-xBjPS7iBp_TRX6bDl2dgTyZ-eOnNtrn6Vgj3Vs', 'android', '123456789001', 'custom', NULL, '107.115.229.50', 'Tonzii/11 CFNetwork/1410.0.3 Darwin/22.6.0', '2024-07-03 08:35:23', NULL, NULL),
(228, 36, 'eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJlbWFpbCI6ImNocmlzamFtZXM4MDhAeWFob28uY29tIiwiaWF0IjoxNzE5OTgxNDQwLCJleHAiOjE3MjA1ODYyNDAsImlzcyI6IjU5MjAwNzQ4LTM2ZmMtMjc0NC0zNTUtOGMxMjgxZjdmY2QyIiwic3ViIjoiNTkyMDA3NDgtMzZmYy0yNzQ0LTM1NS04YzEyODFmN2ZjZDIiLCJqdGkiOiJjaHJpc2phbWVzODA4QHlhaG9vLmNvbSJ9.Uiy8CC1yYO_RCK6rGrsUGzkCXzbweHa4txWk0KZmMYo', 'ios', 'cci7UEzpKUwJoGRVICfSZY:APA91bFFpbkDfUxB2x5Nm6G80ltwX0GR9SnZft_QycdWAlXdScBsIRXYUX9lxC97QudHhBSQCk2cdPCpgvlzs2nhPkSfBBV9mfEAYiaNgIn0cACQGqMMgtPz82YSvv2w7H-0iEoFt3xa', 'custom', NULL, '107.115.229.50', 'Tonzii/11 CFNetwork/1410.0.3 Darwin/22.6.0', '2024-07-03 04:37:20', '2024-07-03 04:37:20', NULL),
(229, 33, 'eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJlbWFpbCI6InNwNEB5b3BtYWlsLmNvbSIsImlhdCI6MTcyMDAxMjI4MSwiZXhwIjoxNzIwNjE3MDgxLCJpc3MiOiI1OTIwMDc0OC0zNmZjLTI3NDQtMzU1LThjMTI4MWY3ZmNkMiIsInN1YiI6IjU5MjAwNzQ4LTM2ZmMtMjc0NC0zNTUtOGMxMjgxZjdmY2QyIiwianRpIjoic3A0QHlvcG1haWwuY29tIn0.VxN_ME34p8ESczDMDJP0SR_xHCfh93rr4P5pAFdEwHA', 'android', 'dLkW7PBxSdKIIg87jOLbu1:APA91bG8Cq56eZxLzantoJDsN9wL0ySzsG1JyQeeTb0z2GOYRyxF2pPOj5beeLRNTcpOxTUE6B2Q333oDAMZZyb-FMqoymUCR2RVt-g0KmBUBDRgsqpbfv6YOp5nnqFCOiKWkZ4wpxwG', 'custom', NULL, '110.93.222.74', 'okhttp/4.9.2', '2024-07-03 13:11:21', '2024-07-03 13:11:21', NULL),
(230, 34, 'eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJlbWFpbCI6InVzZXI3QHlvcG1haWwuY29tIiwiaWF0IjoxNzIwMDEyMzcwLCJleHAiOjE3MjA2MTcxNzAsImlzcyI6IjU5MjAwNzQ4LTM2ZmMtMjc0NC0zNTUtOGMxMjgxZjdmY2QyIiwic3ViIjoiNTkyMDA3NDgtMzZmYy0yNzQ0LTM1NS04YzEyODFmN2ZjZDIiLCJqdGkiOiJ1c2VyN0B5b3BtYWlsLmNvbSJ9.zI70cihFiazhy1RzFwykgfsXRp1BNk4glTO9CI4nNGo', 'ios', 'fSePRX5J6EVvn2BlTfo0Yn:APA91bEgnHVybs-uo6B4c12KvSjhzrmEQDBHpopQNZq_v1WnkoNHsH1ROhFwdwqcAdoU9imcAcLPzRc2Tnj-7qFSaww4uw239yFOF0xQ8MSq2gt594b-SpPMZjH0GXCYksW-rlMOtYmV', 'custom', NULL, '110.93.222.74', 'Tonzii/1 CFNetwork/1329 Darwin/21.3.0', '2024-07-03 13:12:50', '2024-07-03 13:12:50', NULL),
(231, 34, 'eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJlbWFpbCI6InVzZXI3QHlvcG1haWwuY29tIiwiaWF0IjoxNzIwMDgxMzk1LCJleHAiOjE3MjA2ODYxOTUsImlzcyI6IjU5MjAwNzQ4LTM2ZmMtMjc0NC0zNTUtOGMxMjgxZjdmY2QyIiwic3ViIjoiNTkyMDA3NDgtMzZmYy0yNzQ0LTM1NS04YzEyODFmN2ZjZDIiLCJqdGkiOiJ1c2VyN0B5b3BtYWlsLmNvbSJ9.b13FjKoxrVpo0GD9N4AhnSB2JXstplSnXstI-c94CoY', 'ios', 'ff8R50eZ3EfZqUvMLjFcrb:APA91bG_RwD_dZu1LRJ3PVUnvYAYAsYwAOB9TkY-vTCAvRjZ0fv0jVV6LeO7GX_O3LINHbk72w-UFmglDi35gRHSi_behK22gW4aZOzYpF3y1uPqeWcWKgFYbsEnH6IHZvzj_MYLOvwX', 'custom', NULL, '110.93.222.74', 'Tonzii/1 CFNetwork/1410.1 Darwin/22.6.0', '2024-07-04 08:23:15', '2024-07-04 08:23:15', NULL),
(235, 34, 'eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJlbWFpbCI6InVzZXI3QHlvcG1haWwuY29tIiwiaWF0IjoxNzIwMTAxNTMzLCJleHAiOjE3MjA3MDYzMzMsImlzcyI6IjU5MjAwNzQ4LTM2ZmMtMjc0NC0zNTUtOGMxMjgxZjdmY2QyIiwic3ViIjoiNTkyMDA3NDgtMzZmYy0yNzQ0LTM1NS04YzEyODFmN2ZjZDIiLCJqdGkiOiJ1c2VyN0B5b3BtYWlsLmNvbSJ9.EXAg8VUYyuuP5glGxKE-SRnT3vKI18fodx14S1fjSHA', 'ios', 'doPOplqCX0JUvGuHX2wbi6:APA91bHfooO6_alA5Leb6odt0SroFryI_ODN9pQw29TBBu_5PDkb-dSMx7Mo2BEz_aLti5ZEIGNLzfvx7vLSSzTDPFu-xaEJkIlo1PQYlB86rt0PoMJX2mtPpjFcJjfDfZCBiI-OU2Ld', 'custom', NULL, '110.93.222.74', 'Tonzii/1 CFNetwork/1335.0.3 Darwin/21.6.0', '2024-07-04 13:58:53', '2024-07-04 13:58:53', NULL),
(236, 34, 'eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJlbWFpbCI6InVzZXI3QHlvcG1haWwuY29tIiwiaWF0IjoxNzIwMTA3MTA2LCJleHAiOjE3MjA3MTE5MDYsImlzcyI6IjU5MjAwNzQ4LTM2ZmMtMjc0NC0zNTUtOGMxMjgxZjdmY2QyIiwic3ViIjoiNTkyMDA3NDgtMzZmYy0yNzQ0LTM1NS04YzEyODFmN2ZjZDIiLCJqdGkiOiJ1c2VyN0B5b3BtYWlsLmNvbSJ9.1Las7uFJiWfDKMHGLMAtILdyQ77PrwU87VZdNLBiDhY', 'ios', 'ePkfCPq16khJnnlD9OjMsj:APA91bGQyilN5Hqd_V43ttCl6b74EfX0DSnrySW3I4gl7vcfdREjyekuZYKlkg1fmHTdsyXNf38cmVAtvnubWdJ1nj2uIKWXjDgNq5SZJhv1McFWA8STs9UQPsByT3Zo-AxbaA7vVi5K', 'custom', NULL, '110.93.222.74', 'Tonzii/1 CFNetwork/1496.0.7 Darwin/23.5.0', '2024-07-04 15:31:46', '2024-07-04 15:31:46', NULL),
(238, 2, 'eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJlbWFpbCI6InN5bHZlc3RvckB5b3BtYWlsLmNvbSIsImlhdCI6MTcyMDE1NjU0NiwiZXhwIjoxNzIwNzYxMzQ2LCJpc3MiOiI1OTIwMDc0OC0zNmZjLTI3NDQtMzU1LThjMTI4MWY3ZmNkMiIsInN1YiI6IjU5MjAwNzQ4LTM2ZmMtMjc0NC0zNTUtOGMxMjgxZjdmY2QyIiwianRpIjoic3lsdmVzdG9yQHlvcG1haWwuY29tIn0.qKVzE9Ye9hkym-dAbYfBJuaiAklP-WH0PF1ABN25r-E', 'android', 'eCuICTBxQauuo6E41Ex6Kj:APA91bEW1T-kqopBrGy6Qt15yftPeiLNEzt-EPfUL1N5XOjB8eLkRHsYR2IE_ebD5aAHwVVbgw4uoOCpNVQHMsv13xqU3gw6uVRL32aqP-WqbxJ9VMBEJKjRngj7OpuD1B0BzfqVfKqa', 'custom', NULL, '110.93.222.74', 'okhttp/4.9.2', '2024-07-05 05:15:46', '2024-07-05 05:15:46', NULL),
(241, 37, 'eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJlbWFpbCI6InNwN0B5b3BtYWlsLmNvbSIsImlhdCI6MTcyMDE4MDkxNCwiZXhwIjoxNzIwNzg1NzE0LCJpc3MiOiI1OTIwMDc0OC0zNmZjLTI3NDQtMzU1LThjMTI4MWY3ZmNkMiIsInN1YiI6IjU5MjAwNzQ4LTM2ZmMtMjc0NC0zNTUtOGMxMjgxZjdmY2QyIiwianRpIjoic3A3QHlvcG1haWwuY29tIn0.SD8lMPxQGnX5R28bNhqBP97kfLOBX_OD22mhsKKoAkU', 'android', '123456789001', 'custom', NULL, '110.93.222.74', 'Tonzii/1 CFNetwork/1329 Darwin/21.3.0', '2024-07-05 16:01:54', NULL, NULL),
(242, 38, 'eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJlbWFpbCI6InNwOEB5b3BtYWlsLmNvbSIsImlhdCI6MTcyMDE4MDk5NSwiZXhwIjoxNzIwNzg1Nzk1LCJpc3MiOiI1OTIwMDc0OC0zNmZjLTI3NDQtMzU1LThjMTI4MWY3ZmNkMiIsInN1YiI6IjU5MjAwNzQ4LTM2ZmMtMjc0NC0zNTUtOGMxMjgxZjdmY2QyIiwianRpIjoic3A4QHlvcG1haWwuY29tIn0._ldGDMbsEnAOt1xalpQRmLV-epaI9aFkhdc1kkkD71g', 'android', '123456789001', 'custom', NULL, '110.93.222.74', 'Tonzii/1 CFNetwork/1329 Darwin/21.3.0', '2024-07-05 16:03:15', NULL, NULL),
(244, 39, 'eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJlbWFpbCI6InNwOUB5b3BtYWlsLmNvbSIsImlhdCI6MTcyMDE4MTM0NiwiZXhwIjoxNzIwNzg2MTQ2LCJpc3MiOiI1OTIwMDc0OC0zNmZjLTI3NDQtMzU1LThjMTI4MWY3ZmNkMiIsInN1YiI6IjU5MjAwNzQ4LTM2ZmMtMjc0NC0zNTUtOGMxMjgxZjdmY2QyIiwianRpIjoic3A5QHlvcG1haWwuY29tIn0.tC9JNhW1iECi41oCw-vuk2r9YXNZa61shDWMG0VgEcg', 'android', '123456789001', 'custom', NULL, '110.93.222.74', 'okhttp/4.9.2', '2024-07-05 16:09:06', NULL, NULL),
(245, 40, 'eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJlbWFpbCI6InVzZXI4QHlvcG1haWwuY29tIiwiaWF0IjoxNzIwMTgxNTAzLCJleHAiOjE3MjA3ODYzMDMsImlzcyI6IjU5MjAwNzQ4LTM2ZmMtMjc0NC0zNTUtOGMxMjgxZjdmY2QyIiwic3ViIjoiNTkyMDA3NDgtMzZmYy0yNzQ0LTM1NS04YzEyODFmN2ZjZDIiLCJqdGkiOiJ1c2VyOEB5b3BtYWlsLmNvbSJ9.c174UQ_Qf4cvHnPqe27WZbBV8eFLqdlrqqKLGm-zF40', 'android', '123456789001', 'custom', NULL, '110.93.222.74', 'okhttp/4.9.2', '2024-07-05 16:11:43', NULL, NULL),
(246, 41, 'eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJlbWFpbCI6IlRlc3RAeW9wbWFpbC5jb20iLCJpYXQiOjE3MjAxODI1NzEsImV4cCI6MTcyMDc4NzM3MSwiaXNzIjoiNTkyMDA3NDgtMzZmYy0yNzQ0LTM1NS04YzEyODFmN2ZjZDIiLCJzdWIiOiI1OTIwMDc0OC0zNmZjLTI3NDQtMzU1LThjMTI4MWY3ZmNkMiIsImp0aSI6IlRlc3RAeW9wbWFpbC5jb20ifQ.lu8l0SIYFmKXp-kPa4B_0PxayWrik0iaJoHCcmx4Dn4', 'android', '123456789001', 'custom', NULL, '110.93.222.74', 'Tonzii/1 CFNetwork/1240.0.4 Darwin/20.6.0', '2024-07-05 16:29:31', NULL, NULL),
(247, 42, 'eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJlbWFpbCI6IlRlc3RAeW9wbWFpbC5jb21xIiwiaWF0IjoxNzIwMTgyNjkxLCJleHAiOjE3MjA3ODc0OTEsImlzcyI6IjU5MjAwNzQ4LTM2ZmMtMjc0NC0zNTUtOGMxMjgxZjdmY2QyIiwic3ViIjoiNTkyMDA3NDgtMzZmYy0yNzQ0LTM1NS04YzEyODFmN2ZjZDIiLCJqdGkiOiJUZXN0QHlvcG1haWwuY29tcSJ9.15Gz_YNaT2RQWZJTym0M0cntghc7WpUte2qCNnkI-dM', 'android', '123456789001', 'custom', NULL, '110.93.222.74', 'Tonzii/1 CFNetwork/1240.0.4 Darwin/20.6.0', '2024-07-05 16:31:31', NULL, NULL),
(248, 43, 'eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJlbWFpbCI6InNwMTBAeW9wbWFpbC5jb20iLCJpYXQiOjE3MjAxODM2MTYsImV4cCI6MTcyMDc4ODQxNiwiaXNzIjoiNTkyMDA3NDgtMzZmYy0yNzQ0LTM1NS04YzEyODFmN2ZjZDIiLCJzdWIiOiI1OTIwMDc0OC0zNmZjLTI3NDQtMzU1LThjMTI4MWY3ZmNkMiIsImp0aSI6InNwMTBAeW9wbWFpbC5jb20ifQ.fK8JUzlDH3SBbFSCx4p6k2nMMy4mkHLPNp52j3KGPRc', 'android', '123456789001', 'custom', NULL, '110.93.222.74', 'Tonzii/1 CFNetwork/1329 Darwin/21.3.0', '2024-07-05 16:46:56', NULL, NULL),
(249, 40, 'eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJlbWFpbCI6InVzZXI4QHlvcG1haWwuY29tIiwiaWF0IjoxNzIwMTg0ODY4LCJleHAiOjE3MjA3ODk2NjgsImlzcyI6IjU5MjAwNzQ4LTM2ZmMtMjc0NC0zNTUtOGMxMjgxZjdmY2QyIiwic3ViIjoiNTkyMDA3NDgtMzZmYy0yNzQ0LTM1NS04YzEyODFmN2ZjZDIiLCJqdGkiOiJ1c2VyOEB5b3BtYWlsLmNvbSJ9.TkpyRfno2qdZ-i3xjtr8aFCF-_6m_zEP4cB7_6pmkdA', 'ios', 'ffuDX2PgZEUCn0cBhJmJvs:APA91bFVtittfpTDgRjNTpevNxxX1Rsi2FupEgP14Xi2Hqc0aiNq-Y3U-1KcqXeX2S0Z40yeWyQepEypJdHAayuALg-QOeLCLeX9CZJX5s4Uqi-npK7R46ETdSUrv1EppoBScAProVdT', 'custom', NULL, '110.93.222.74', 'Tonzii/1 CFNetwork/1329 Darwin/21.3.0', '2024-07-05 13:07:48', '2024-07-05 13:07:48', NULL),
(252, 33, 'eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJlbWFpbCI6InNwNEB5b3BtYWlsLmNvbSIsImlhdCI6MTcyMDE4NTA1MywiZXhwIjoxNzIwNzg5ODUzLCJpc3MiOiI1OTIwMDc0OC0zNmZjLTI3NDQtMzU1LThjMTI4MWY3ZmNkMiIsInN1YiI6IjU5MjAwNzQ4LTM2ZmMtMjc0NC0zNTUtOGMxMjgxZjdmY2QyIiwianRpIjoic3A0QHlvcG1haWwuY29tIn0.vwJh5OG8HjY08KiCJ5IMF96MT1GlMtTnxB1V4eV7wwY', 'android', 'cTF0UC4DQp6aDqyL4MZ2u7:APA91bHVn9ti0-v65io6HHfi5SS6WQa_81aJUNfaYvMcaT-K1lVCCp2j9FO4OXIAbMFlMML960x1kec-lPav2MWOaXWI64nUE7j-V990F7VexIHWdhozma7Pbi0bYwQnK_rFj5XSqn3_', 'custom', NULL, '110.93.222.74', 'okhttp/4.9.2', '2024-07-05 13:10:53', '2024-07-05 13:10:53', NULL),
(254, 44, 'eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJlbWFpbCI6InVzZXIxMEB5b3BtYWlsLmNvbSIsImlhdCI6MTcyMDE4NTY0NiwiZXhwIjoxNzIwNzkwNDQ2LCJpc3MiOiI1OTIwMDc0OC0zNmZjLTI3NDQtMzU1LThjMTI4MWY3ZmNkMiIsInN1YiI6IjU5MjAwNzQ4LTM2ZmMtMjc0NC0zNTUtOGMxMjgxZjdmY2QyIiwianRpIjoidXNlcjEwQHlvcG1haWwuY29tIn0.ZwWrBJ3EuO6_-xeBRkCMOmZlndvf8DVgUdS-zWnFCCs', 'android', '123456789001', 'custom', NULL, '110.93.222.74', 'Tonzii/1 CFNetwork/1329 Darwin/21.3.0', '2024-07-05 17:20:46', NULL, NULL),
(257, 45, 'eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJlbWFpbCI6InNwMTFAeW9wbWFpbC5jb20iLCJpYXQiOjE3MjAxOTE5MTAsImV4cCI6MTcyMDc5NjcxMCwiaXNzIjoiNTkyMDA3NDgtMzZmYy0yNzQ0LTM1NS04YzEyODFmN2ZjZDIiLCJzdWIiOiI1OTIwMDc0OC0zNmZjLTI3NDQtMzU1LThjMTI4MWY3ZmNkMiIsImp0aSI6InNwMTFAeW9wbWFpbC5jb20ifQ.7bfxmAcJu_ZnSOwF8lxXdO2V0waFFRLk_Gv3wIuku3E', 'android', '123456789001', 'custom', NULL, '110.93.222.74', 'okhttp/4.9.2', '2024-07-05 19:05:10', NULL, NULL),
(258, 46, 'eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJlbWFpbCI6InNwMTJAeW9wbWFpbC5jb20iLCJpYXQiOjE3MjAxOTE5MzAsImV4cCI6MTcyMDc5NjczMCwiaXNzIjoiNTkyMDA3NDgtMzZmYy0yNzQ0LTM1NS04YzEyODFmN2ZjZDIiLCJzdWIiOiI1OTIwMDc0OC0zNmZjLTI3NDQtMzU1LThjMTI4MWY3ZmNkMiIsImp0aSI6InNwMTJAeW9wbWFpbC5jb20ifQ.fIkm0ClU37rCecT2CDa9aCwMMnOBkNvsmxPpRGccmg0', 'android', '123456789001', 'custom', NULL, '110.93.222.74', 'okhttp/4.9.2', '2024-07-05 19:05:30', NULL, NULL),
(260, 47, 'eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJlbWFpbCI6InJmdWxmb3JkODlAZ21haWwuY29tIiwiaWF0IjoxNzIwMjI3NjAwLCJleHAiOjE3MjA4MzI0MDAsImlzcyI6IjU5MjAwNzQ4LTM2ZmMtMjc0NC0zNTUtOGMxMjgxZjdmY2QyIiwic3ViIjoiNTkyMDA3NDgtMzZmYy0yNzQ0LTM1NS04YzEyODFmN2ZjZDIiLCJqdGkiOiJyZnVsZm9yZDg5QGdtYWlsLmNvbSJ9.3f78IrgIxF96r8jbWApXaZWAOmPSlKeG5N9w4OIzzlw', 'android', '123456789001', 'custom', NULL, '71.131.40.30', 'Tonzii/12 CFNetwork/1496.0.7 Darwin/23.5.0', '2024-07-06 05:00:00', NULL, NULL),
(261, 47, 'eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJlbWFpbCI6InJmdWxmb3JkODlAZ21haWwuY29tIiwiaWF0IjoxNzIwMjI3NzY4LCJleHAiOjE3MjA4MzI1NjgsImlzcyI6IjU5MjAwNzQ4LTM2ZmMtMjc0NC0zNTUtOGMxMjgxZjdmY2QyIiwic3ViIjoiNTkyMDA3NDgtMzZmYy0yNzQ0LTM1NS04YzEyODFmN2ZjZDIiLCJqdGkiOiJyZnVsZm9yZDg5QGdtYWlsLmNvbSJ9.4fhWAZ1IXkf2IIjUnPIBFwOSnnDnpcfSjo0IJ1TILxw', 'ios', 'dreYVVyJjESRsT7qaxYp4X:APA91bG8fvte3LmBS7A2kWjAYc5Hbq45edo6y6HRHN7vs8FEToJ4EReDG9V9IZZgJ7zPfq5oZ5pHjGRFirQccEdMGykZmwdVFuAghejSoqsnn_oj-3OT4ILXFh08H_Rd9MGs4r5qEFf0', 'custom', NULL, '71.131.40.30', 'Tonzii/12 CFNetwork/1496.0.7 Darwin/23.5.0', '2024-07-06 01:02:48', '2024-07-06 01:02:48', NULL),
(262, 3, 'eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJlbWFpbCI6ImFsZXhAeW9wbWFpbC5jb20iLCJpYXQiOjE3MjAzNjIwOTcsImV4cCI6MTcyMDk2Njg5NywiaXNzIjoiNTkyMDA3NDgtMzZmYy0yNzQ0LTM1NS04YzEyODFmN2ZjZDIiLCJzdWIiOiI1OTIwMDc0OC0zNmZjLTI3NDQtMzU1LThjMTI4MWY3ZmNkMiIsImp0aSI6ImFsZXhAeW9wbWFpbC5jb20ifQ.JdnY5cAWZ3M0T54CtVtlrivScG2VWzwHFhUixJXOdAk', 'ios', 'ersuS6G4pUtxo7DmbWfCsn:APA91bFh2xgm5FXIkrXr_6NRtFliOt5efmKNf_uAIpxz8JRaIIJjPJ_luj69SJs6QQ0ILdlXrfKv8EnOl2jNwwMhURT0vJdPLy37ZtSZR6ywhGqmwQS1cVBvjtAjTBlXGDoz1w1fEdxs', 'custom', NULL, '175.107.215.158', 'Tonzii/12 CFNetwork/1485 Darwin/23.1.0', '2024-07-07 14:21:37', '2024-07-07 14:21:37', NULL),
(264, 2, 'eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJlbWFpbCI6InN5bHZlc3RvckB5b3BtYWlsLmNvbSIsImlhdCI6MTcyMDQxNzMxNSwiZXhwIjoxNzIxMDIyMTE1LCJpc3MiOiI1OTIwMDc0OC0zNmZjLTI3NDQtMzU1LThjMTI4MWY3ZmNkMiIsInN1YiI6IjU5MjAwNzQ4LTM2ZmMtMjc0NC0zNTUtOGMxMjgxZjdmY2QyIiwianRpIjoic3lsdmVzdG9yQHlvcG1haWwuY29tIn0.5IfHu_azqDo_pyMxEtKrQsHpgsaFb-u-bY-7kO3BUNc', 'android', 'fR9uJeHOSIeV3Cp-rYSGbm:APA91bHOVfoA3RQBpn_6eB0tRTLOh18-mpBdFDpQ61QAdCVv_zok0qUJtSj_mJ5PweUQKfgI03uqGEZXNzKS-76PIy1yY58NSt7EJnJzzAf3fETBlfKRz-RYeW8vcvh29jbuQGpqUQ86', 'custom', NULL, '110.93.222.74', 'okhttp/4.9.2', '2024-07-08 05:41:55', '2024-07-08 05:41:55', NULL),
(265, 3, 'eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJlbWFpbCI6ImFsZXhAeW9wbWFpbC5jb20iLCJpYXQiOjE3MjA0MzMxNzAsImV4cCI6MTcyMTAzNzk3MCwiaXNzIjoiNTkyMDA3NDgtMzZmYy0yNzQ0LTM1NS04YzEyODFmN2ZjZDIiLCJzdWIiOiI1OTIwMDc0OC0zNmZjLTI3NDQtMzU1LThjMTI4MWY3ZmNkMiIsImp0aSI6ImFsZXhAeW9wbWFpbC5jb20ifQ.cBPl0aEJGEVQ89NhnEaUWcWZPeaxJwozWMqfNkAljsA', 'ios', 'e2ZC3EZviE_XmRw9RKjEwU:APA91bE2pb-Dcv34IJUVKHHYIDkppnwTnQOKrzAsp7vw5vWhrCIjS7k3kJ1s47Q79x5LkkcVZS1koIfcWSiYeHCnXQNq_v5ewXITdLyB1C_vUFycVR-DW2zhmc4X9yBLQdlKnIypFZs9', 'custom', NULL, '110.93.222.74', 'Tonzii/1 CFNetwork/1240.0.4 Darwin/20.6.0', '2024-07-08 10:06:10', '2024-07-08 10:06:10', NULL),
(266, 3, 'eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJlbWFpbCI6ImFsZXhAeW9wbWFpbC5jb20iLCJpYXQiOjE3MjA0NDMyOTIsImV4cCI6MTcyMTA0ODA5MiwiaXNzIjoiNTkyMDA3NDgtMzZmYy0yNzQ0LTM1NS04YzEyODFmN2ZjZDIiLCJzdWIiOiI1OTIwMDc0OC0zNmZjLTI3NDQtMzU1LThjMTI4MWY3ZmNkMiIsImp0aSI6ImFsZXhAeW9wbWFpbC5jb20ifQ.VcIDUtX_TriuoJXjmXh1iCxBJFo-DYsFwpJqAHxujfs', 'ios', 'e2ZC3EZviE_XmRw9RKjEwU:APA91bE2pb-Dcv34IJUVKHHYIDkppnwTnQOKrzAsp7vw5vWhrCIjS7k3kJ1s47Q79x5LkkcVZS1koIfcWSiYeHCnXQNq_v5ewXITdLyB1C_vUFycVR-DW2zhmc4X9yBLQdlKnIypFZs9', 'custom', NULL, '110.93.222.74', 'Tonzii/1 CFNetwork/1240.0.4 Darwin/20.6.0', '2024-07-08 12:54:52', '2024-07-08 12:54:52', NULL),
(267, 2, 'eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJlbWFpbCI6InN5bHZlc3RvckB5b3BtYWlsLmNvbSIsImlhdCI6MTcyMDQ0MzMyMywiZXhwIjoxNzIxMDQ4MTIzLCJpc3MiOiI1OTIwMDc0OC0zNmZjLTI3NDQtMzU1LThjMTI4MWY3ZmNkMiIsInN1YiI6IjU5MjAwNzQ4LTM2ZmMtMjc0NC0zNTUtOGMxMjgxZjdmY2QyIiwianRpIjoic3lsdmVzdG9yQHlvcG1haWwuY29tIn0.1-_A2uo2j1P9smX9hVqL5gMxGP3U1yvhwe4aecxyZes', 'android', 'fR9uJeHOSIeV3Cp-rYSGbm:APA91bHOVfoA3RQBpn_6eB0tRTLOh18-mpBdFDpQ61QAdCVv_zok0qUJtSj_mJ5PweUQKfgI03uqGEZXNzKS-76PIy1yY58NSt7EJnJzzAf3fETBlfKRz-RYeW8vcvh29jbuQGpqUQ86', 'custom', NULL, '110.93.222.74', 'okhttp/4.9.2', '2024-07-08 12:55:23', '2024-07-08 12:55:23', NULL),
(268, 5, 'eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJlbWFpbCI6InVzZXIxQHlvcG1haWwuY29tIiwiaWF0IjoxNzIwNDQ0MzY0LCJleHAiOjE3MjEwNDkxNjQsImlzcyI6IjU5MjAwNzQ4LTM2ZmMtMjc0NC0zNTUtOGMxMjgxZjdmY2QyIiwic3ViIjoiNTkyMDA3NDgtMzZmYy0yNzQ0LTM1NS04YzEyODFmN2ZjZDIiLCJqdGkiOiJ1c2VyMUB5b3BtYWlsLmNvbSJ9.Hkh-0WYNFSPXZtQJWT3R1Ymn1dd-qv-baesVD98tDnU', 'ios', 'c_zttVcQAUL0ihEVOu7xnX:APA91bF8oS_d8a0oXlRX3DLHoqIiRb6ujed95y8eI1QEy6wXobnAv5WB6NLPUS_hrCN7q0cztVK0fHMC4pE9NO1NM6FACm-KicY6wHOiyMReQ1OWW1QYOhFpflJVBayrLcrxW4sxh8r6', 'custom', NULL, '110.93.222.74', 'Tonzii/1 CFNetwork/1335.0.3 Darwin/21.6.0', '2024-07-08 13:12:44', '2024-07-08 13:12:44', NULL),
(270, 9, 'eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJlbWFpbCI6ImhhaWxleUB5b3BtYWlsLmNvbSIsImlhdCI6MTcyMDQ0NzM4NCwiZXhwIjoxNzIxMDUyMTg0LCJpc3MiOiI1OTIwMDc0OC0zNmZjLTI3NDQtMzU1LThjMTI4MWY3ZmNkMiIsInN1YiI6IjU5MjAwNzQ4LTM2ZmMtMjc0NC0zNTUtOGMxMjgxZjdmY2QyIiwianRpIjoiaGFpbGV5QHlvcG1haWwuY29tIn0.BFIJJ5YC66J61V9cS-jZUD9t1uM3THULs-BECADWTrM', 'ios', 'cvk0T1ILf09wsaHZ4YjrSa:APA91bG_aINO6u5XNn1_uhGczxhH3gdryjd8hxWttXDM6uK-JsLD9oyIvIapKEspW6wlLh7uehFSzX8twHZMkqavQNNE38YVYWn8yOAAlM8y6AUbZSsnCy0nG3mw-bCogeyU681yOuYp', 'custom', NULL, '110.93.222.74', 'Tonzii/14 CFNetwork/1335.0.3.4 Darwin/21.6.0', '2024-07-08 14:03:04', '2024-07-08 14:03:04', NULL),
(271, 9, 'eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJlbWFpbCI6ImhhaWxleUB5b3BtYWlsLmNvbSIsImlhdCI6MTcyMDQ1NjYyMCwiZXhwIjoxNzIxMDYxNDIwLCJpc3MiOiI1OTIwMDc0OC0zNmZjLTI3NDQtMzU1LThjMTI4MWY3ZmNkMiIsInN1YiI6IjU5MjAwNzQ4LTM2ZmMtMjc0NC0zNTUtOGMxMjgxZjdmY2QyIiwianRpIjoiaGFpbGV5QHlvcG1haWwuY29tIn0.nj6qJ_HkuMlLPfaxxxQ-ZApgzMoaC1nZTzboG_bGr2M', 'ios', 'dXD0i2KPk0CEjLq3rwumoQ:APA91bH9clWgfmjXGY2VAUUhaidQNH4BBgFd2dXg3JbgC1DiMb5cXLWxYs2WtrkEx0XTZjv_2gq1PyaFVguITCv6A8xcdlnLaZTBewJDN2i8OcS7V8DtYIRSmlK0YZEEoYnpdJiYRXG3', 'custom', NULL, '110.93.222.74', 'Tonzii/14 CFNetwork/1496.0.7 Darwin/23.5.0', '2024-07-08 16:37:00', '2024-07-08 16:37:00', NULL),
(272, 48, 'eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJlbWFpbCI6ImFubmFoYWxsQHlvcG1haWwuY29tIiwiaWF0IjoxNzIwNDU3MzgwLCJleHAiOjE3MjEwNjIxODAsImlzcyI6IjU5MjAwNzQ4LTM2ZmMtMjc0NC0zNTUtOGMxMjgxZjdmY2QyIiwic3ViIjoiNTkyMDA3NDgtMzZmYy0yNzQ0LTM1NS04YzEyODFmN2ZjZDIiLCJqdGkiOiJhbm5haGFsbEB5b3BtYWlsLmNvbSJ9.gUBhaFywMPV6fNxeGTtJoKlw6wv5M333flrIX2qZOy4', 'android', '123456789001', 'custom', NULL, '110.93.222.74', 'Tonzii/14 CFNetwork/1496.0.7 Darwin/23.5.0', '2024-07-08 20:49:40', NULL, NULL),
(273, 49, 'eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJlbWFpbCI6ImFubmFoYWxsMUB5b3BtYWlsLmNvbSIsImlhdCI6MTcyMDQ1NzQ0MSwiZXhwIjoxNzIxMDYyMjQxLCJpc3MiOiI1OTIwMDc0OC0zNmZjLTI3NDQtMzU1LThjMTI4MWY3ZmNkMiIsInN1YiI6IjU5MjAwNzQ4LTM2ZmMtMjc0NC0zNTUtOGMxMjgxZjdmY2QyIiwianRpIjoiYW5uYWhhbGwxQHlvcG1haWwuY29tIn0.7NNU4t5R1WAlT-2-pQgp0T4OIiKrQMDuthLCD-rdYdA', 'android', '123456789001', 'custom', NULL, '110.93.222.74', 'Tonzii/14 CFNetwork/1496.0.7 Darwin/23.5.0', '2024-07-08 20:50:41', NULL, NULL),
(274, 7, 'eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJlbWFpbCI6ImFubmFAeW9wbWFpbC5jb20iLCJpYXQiOjE3MjA0NTc1MjIsImV4cCI6MTcyMTA2MjMyMiwiaXNzIjoiNTkyMDA3NDgtMzZmYy0yNzQ0LTM1NS04YzEyODFmN2ZjZDIiLCJzdWIiOiI1OTIwMDc0OC0zNmZjLTI3NDQtMzU1LThjMTI4MWY3ZmNkMiIsImp0aSI6ImFubmFAeW9wbWFpbC5jb20ifQ.TuCyplxBRNdJmtZC3fxid2epqL-u4wn9wttdwGK60Qw', 'ios', 'f1JS-g_yHk2-jPd2IhGeNp:APA91bEimHEkdAENhwH5tb3JtXDQ3GsVPOGv_yvPDPv8QneSbKFLVtfiPWt4LApibHPL5hNbsMDfaP0_hDpTGoAMHnuxZRdK4zXVvgfyarWQXwUnf-YjI9Sg3icWlB7DIbugsIMW11-W', 'custom', NULL, '110.93.222.74', 'Tonzii/14 CFNetwork/1496.0.7 Darwin/23.5.0', '2024-07-08 16:52:02', '2024-07-08 16:52:02', NULL),
(277, 2, 'eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJlbWFpbCI6InN5bHZlc3RvckB5b3BtYWlsLmNvbSIsImlhdCI6MTcyMDUwMDM2MiwiZXhwIjoxNzIxMTA1MTYyLCJpc3MiOiI1OTIwMDc0OC0zNmZjLTI3NDQtMzU1LThjMTI4MWY3ZmNkMiIsInN1YiI6IjU5MjAwNzQ4LTM2ZmMtMjc0NC0zNTUtOGMxMjgxZjdmY2QyIiwianRpIjoic3lsdmVzdG9yQHlvcG1haWwuY29tIn0.u4l6ReDajHLMGAxNdyoZ09AAojukBtmwAhdmPFE-lVQ', 'android', 'dumLeF5-TyarUzJKljzdvl:APA91bGrqNjJNe3Ry1eXcRWlENwe9rBxMw5h_UcJwd-lS0JiwVV8jnWEIX1FkXVtkAd65QTzTrP0KG8ifj4W1zXX2BjHiFLkPlnxX7FHLVa9Kob3obilTpjKMyxSXt0Tq45XpGnxlYfV', 'custom', NULL, '110.93.222.74', 'okhttp/4.9.2', '2024-07-09 04:46:02', '2024-07-09 04:46:02', NULL);

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

--
-- Table structure for table `user_booking_addons`
--

CREATE TABLE `user_booking_addons` (
  `id` int(10) UNSIGNED NOT NULL,
  `slug` varchar(255) NOT NULL,
  `booking_id` int(10) UNSIGNED DEFAULT NULL,
  `addon_id` int(10) UNSIGNED DEFAULT NULL,
  `charge_type_id` int(10) UNSIGNED DEFAULT NULL,
  `title` varchar(255) NOT NULL,
  `service_rate` double NOT NULL DEFAULT '0',
  `quantity` int(11) NOT NULL DEFAULT '0',
  `total_amount` double NOT NULL DEFAULT '0',
  `created_at` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,
  `updated_at` timestamp NOT NULL DEFAULT '0000-00-00 00:00:00',
  `deleted_at` timestamp NULL DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4;

--
-- Dumping data for table `user_booking_addons`
--

INSERT INTO `user_booking_addons` (`id`, `slug`, `booking_id`, `addon_id`, `charge_type_id`, `title`, `service_rate`, `quantity`, `total_amount`, `created_at`, `updated_at`, `deleted_at`) VALUES
(25, '3_1718387719424', 139, 24, 3, 'No of additional persons', 20, 1, 20, '2024-06-14 17:55:19', '2024-06-14 17:55:19', NULL),
(26, '3_1719295560962', 159, 28, 3, 'No of additional persons', 20, 2, 40, '2024-06-25 06:06:00', '2024-06-25 06:06:00', NULL),
(31, '3_1719309673183', 162, 9, 3, 'Detail Package', 40, 1, 40, '2024-06-25 10:01:13', '2024-06-25 10:01:13', NULL),
(32, '3_1719309742486', 163, 9, 3, 'Detail Package', 40, 2, 80, '2024-06-25 10:02:22', '2024-06-25 10:02:22', NULL),
(40, '3_1719902975307', 199, 10, 3, 'Detail Package (Basic truck wash plus Vacuuming and wiping down all surfaces the seats, headliners, dash, floor, trunk and even the glove compartment – removing all dirt and contaminants.  Stain removal and leather conditioner, as needed. Washing and poli', 40, 1, 40, '2024-07-02 06:49:35', '2024-07-02 06:49:35', NULL),
(50, '3_1719942262953', 218, 42, 3, 'Hand painted design (per finger)', 1, 2, 2, '2024-07-02 17:44:22', '2024-07-02 17:44:22', NULL),
(51, '3_1719980970831', 220, 29, 3, 'No of additional persons', 20, 5, 100, '2024-07-03 04:29:30', '2024-07-03 04:29:30', NULL),
(52, '3_1720033208082', 225, 6, 3, 'Detail Package (Basic car wash plus Vacuuming and wiping down all surfaces the seats, headliners, dash, floor, trunk and even the glove compartment – removing all dirt and contaminants.  Stain removal and leather conditioner, as needed. Washing and polish', 40, 1, 40, '2024-07-03 19:00:08', '2024-07-03 19:00:08', NULL),
(53, '3_1720033454667', 226, 6, 3, 'Detail Package (Basic car wash plus Vacuuming and wiping down all surfaces the seats, headliners, dash, floor, trunk and even the glove compartment – removing all dirt and contaminants.  Stain removal and leather conditioner, as needed. Washing and polish', 40, 1, 40, '2024-07-03 19:04:14', '2024-07-03 19:04:14', NULL),
(54, '3_1720418304245', 245, 28, 3, 'No of additional persons', 20, 2, 40, '2024-07-08 05:58:24', '2024-07-08 05:58:24', NULL),
(55, '3_1720419563843', 246, 9, 3, 'Detail Package (Basic truck wash plus Vacuuming and wiping down all surfaces the seats, headliners, dash, floor, trunk and even the glove compartment – removing all dirt and contaminants.  Stain removal and leather conditioner, as needed. Washing and poli', 40, 3, 120, '2024-07-08 06:19:23', '2024-07-08 06:19:23', NULL),
(56, '3_1720419689244', 247, 122, 3, 'Bathroom (Clean the sink(s), tub, shower, toilet, mirrors, wipe cabinets, sweep & mop the floors and take out the trash. )', 60, 5, 300, '2024-07-08 06:21:29', '2024-07-08 06:21:29', NULL),
(57, '3_1720419689227', 247, 123, 3, 'Half Bathroom (Clean the sink(s), tub, shower, toilet, mirrors, wipe cabinets, sweep & mop the floors and take out the trash. )', 40, 2, 80, '2024-07-08 06:21:29', '2024-07-08 06:21:29', NULL),
(58, '3_1720419811425', 248, 123, 3, 'Half Bathroom (Clean the sink(s), tub, shower, toilet, mirrors, wipe cabinets, sweep & mop the floors and take out the trash. )', 40, 2, 80, '2024-07-08 06:23:31', '2024-07-08 06:23:31', NULL),
(59, '3_1720419811348', 248, 124, 3, 'Kitchen and Dishes (Sweep and mop the kitchen, wipe countertops, cabinets, stove, oven, microwave, kitchen table, wash dishes and take out the trash. )', 75, 2, 150, '2024-07-08 06:23:31', '2024-07-08 06:23:31', NULL),
(60, '3_1720420473091', 249, 10, 3, 'Detail Package (Basic truck wash plus Vacuuming and wiping down all surfaces the seats, headliners, dash, floor, trunk and even the glove compartment – removing all dirt and contaminants.  Stain removal and leather conditioner, as needed. Washing and poli', 40, 2, 80, '2024-07-08 06:34:33', '2024-07-08 06:34:33', NULL),
(61, '3_1720420590593', 250, 10, 3, 'Detail Package (Basic truck wash plus Vacuuming and wiping down all surfaces the seats, headliners, dash, floor, trunk and even the glove compartment – removing all dirt and contaminants.  Stain removal and leather conditioner, as needed. Washing and poli', 40, 1, 40, '2024-07-08 06:36:30', '2024-07-08 06:36:30', NULL),
(62, '3_1720420857179', 251, 10, 3, 'Detail Package (Basic truck wash plus Vacuuming and wiping down all surfaces the seats, headliners, dash, floor, trunk and even the glove compartment – removing all dirt and contaminants.  Stain removal and leather conditioner, as needed. Washing and poli', 40, 1, 40, '2024-07-08 06:40:57', '2024-07-08 06:40:57', NULL),
(63, '3_1720421951635', 252, 10, 3, 'Detail Package (Basic truck wash plus Vacuuming and wiping down all surfaces the seats, headliners, dash, floor, trunk and even the glove compartment – removing all dirt and contaminants.  Stain removal and leather conditioner, as needed. Washing and poli', 40, 2, 80, '2024-07-08 06:59:11', '2024-07-08 06:59:11', NULL),
(64, '2_1720423832261', 254, 115, 2, 'Floors (Sweep, mop and/or vacuum.)', 1, 45, 45, '2024-07-08 07:30:32', '2024-07-08 07:30:32', NULL),
(65, '4_1720423832327', 254, 121, 4, 'Dusting', 35, 5, 175, '2024-07-08 07:30:32', '2024-07-08 07:30:32', NULL),
(66, '3_1720423832266', 254, 122, 3, 'Bathroom (Clean the sink(s), tub, shower, toilet, mirrors, wipe cabinets, sweep & mop the floors and take out the trash. )', 60, 3, 180, '2024-07-08 07:30:32', '2024-07-08 07:30:32', NULL),
(67, '3_1720423832317', 254, 123, 3, 'Half Bathroom (Clean the sink(s), tub, shower, toilet, mirrors, wipe cabinets, sweep & mop the floors and take out the trash. )', 40, 8, 320, '2024-07-08 07:30:32', '2024-07-08 07:30:32', NULL),
(68, '1_1720423832355', 254, 126, 1, 'Holiday/Event Decoration', 75, 50, 3750, '2024-07-08 07:30:32', '2024-07-08 07:30:32', NULL),
(69, '3_1720424765274', 256, 122, 3, 'Bathroom (Clean the sink(s), tub, shower, toilet, mirrors, wipe cabinets, sweep & mop the floors and take out the trash. )', 60, 2, 120, '2024-07-08 07:46:05', '2024-07-08 07:46:05', NULL),
(70, '3_1720424966829', 258, 122, 3, 'Bathroom (Clean the sink(s), tub, shower, toilet, mirrors, wipe cabinets, sweep & mop the floors and take out the trash. )', 60, 1, 60, '2024-07-08 07:49:26', '2024-07-08 07:49:26', NULL),
(71, '3_1720424966857', 258, 123, 3, 'Half Bathroom (Clean the sink(s), tub, shower, toilet, mirrors, wipe cabinets, sweep & mop the floors and take out the trash. )', 40, 1, 40, '2024-07-08 07:49:26', '2024-07-08 07:49:26', NULL),
(72, '3_1720425100360', 259, 10, 3, 'Detail Package (Basic truck wash plus Vacuuming and wiping down all surfaces the seats, headliners, dash, floor, trunk and even the glove compartment – removing all dirt and contaminants.  Stain removal and leather conditioner, as needed. Washing and poli', 40, 1, 40, '2024-07-08 07:51:40', '2024-07-08 07:51:40', NULL);

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

--
-- Table structure for table `user_groups`
--

CREATE TABLE `user_groups` (
  `id` int(10) UNSIGNED NOT NULL,
  `title` varchar(100) NOT NULL,
  `slug` varchar(100) NOT NULL,
  `description` varchar(255) DEFAULT NULL,
  `type` enum('admin','user') NOT NULL DEFAULT 'user',
  `is_super_admin` enum('1','0') NOT NULL DEFAULT '0',
  `status` enum('1','0') 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;

--
-- Dumping data for table `user_groups`
--

INSERT INTO `user_groups` (`id`, `title`, `slug`, `description`, `type`, `is_super_admin`, `status`, `created_at`, `updated_at`, `deleted_at`) VALUES
(1, 'Super Admin', 'super-admin', NULL, 'admin', '1', '1', '2024-06-06 07:13:35', NULL, NULL),
(2, 'Admin', 'admin', NULL, 'admin', '0', '1', '2024-06-06 07:13:35', NULL, NULL),
(3, 'User', 'user', NULL, 'user', '0', '1', '2024-06-06 07:13:35', NULL, NULL),
(4, 'Service Provider', 'service-provider', NULL, 'user', '0', '1', '2024-06-06 07:13:35', NULL, NULL);

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

--
-- Table structure for table `user_profesions`
--

CREATE TABLE `user_profesions` (
  `id` int(10) UNSIGNED NOT NULL,
  `slug` varchar(150) NOT NULL,
  `user_id` int(10) UNSIGNED DEFAULT NULL,
  `profession_id` int(10) UNSIGNED DEFAULT NULL,
  `created_at` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,
  `updated_at` timestamp NOT NULL DEFAULT '0000-00-00 00:00:00'
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4;

--
-- Dumping data for table `user_profesions`
--

INSERT INTO `user_profesions` (`id`, `slug`, `user_id`, `profession_id`, `created_at`, `updated_at`) VALUES
(762, 'user_prof__36_589', 6, 36, '2024-06-06 12:16:50', '0000-00-00 00:00:00'),
(763, 'user_prof__37_173', 6, 37, '2024-06-06 12:16:50', '0000-00-00 00:00:00'),
(764, 'user_prof__38_181', 6, 38, '2024-06-06 12:16:50', '0000-00-00 00:00:00'),
(765, 'user_prof__39_588', 6, 39, '2024-06-06 12:16:50', '0000-00-00 00:00:00'),
(766, 'user_prof__40_700', 6, 40, '2024-06-06 12:16:50', '0000-00-00 00:00:00'),
(767, 'user_prof__41_694', 6, 41, '2024-06-06 12:16:50', '0000-00-00 00:00:00'),
(768, 'user_prof__42_120', 6, 42, '2024-06-06 12:16:50', '0000-00-00 00:00:00'),
(769, 'user_prof__43_986', 6, 43, '2024-06-06 12:16:50', '0000-00-00 00:00:00'),
(770, 'user_prof__44_121', 6, 44, '2024-06-06 12:16:50', '0000-00-00 00:00:00'),
(771, 'user_prof__45_924', 6, 45, '2024-06-06 12:16:50', '0000-00-00 00:00:00'),
(772, 'user_prof__46_774', 6, 46, '2024-06-06 12:16:50', '0000-00-00 00:00:00'),
(773, 'user_prof__47_915', 6, 47, '2024-06-06 12:16:50', '0000-00-00 00:00:00'),
(774, 'user_prof__48_594', 6, 48, '2024-06-06 12:16:50', '0000-00-00 00:00:00'),
(775, 'user_prof__49_130', 6, 49, '2024-06-06 12:16:50', '0000-00-00 00:00:00'),
(776, 'user_prof__50_844', 6, 50, '2024-06-06 12:16:50', '0000-00-00 00:00:00'),
(777, 'user_prof__51_493', 6, 51, '2024-06-06 12:16:50', '0000-00-00 00:00:00'),
(778, 'user_prof__52_768', 6, 52, '2024-06-06 12:16:50', '0000-00-00 00:00:00'),
(779, 'user_prof__53_470', 6, 53, '2024-06-06 12:16:50', '0000-00-00 00:00:00'),
(780, 'user_prof__54_274', 6, 54, '2024-06-06 12:16:50', '0000-00-00 00:00:00'),
(781, 'user_prof__55_648', 6, 55, '2024-06-06 12:16:50', '0000-00-00 00:00:00'),
(782, 'user_prof__56_915', 6, 56, '2024-06-06 12:16:50', '0000-00-00 00:00:00'),
(783, 'user_prof__57_146', 6, 57, '2024-06-06 12:16:50', '0000-00-00 00:00:00'),
(784, 'user_prof__58_975', 6, 58, '2024-06-06 12:16:50', '0000-00-00 00:00:00'),
(785, 'user_prof__59_689', 6, 59, '2024-06-06 12:16:50', '0000-00-00 00:00:00'),
(786, 'user_prof__60_435', 6, 60, '2024-06-06 12:16:50', '0000-00-00 00:00:00'),
(787, 'user_prof__61_391', 6, 61, '2024-06-06 12:16:50', '0000-00-00 00:00:00'),
(788, 'user_prof__1_758', 6, 1, '2024-06-06 12:16:50', '0000-00-00 00:00:00'),
(789, 'user_prof__5_422', 6, 5, '2024-06-06 12:16:50', '0000-00-00 00:00:00'),
(790, 'user_prof__6_292', 6, 6, '2024-06-06 12:16:50', '0000-00-00 00:00:00'),
(791, 'user_prof__7_565', 6, 7, '2024-06-06 12:16:50', '0000-00-00 00:00:00'),
(792, 'user_prof__8_365', 6, 8, '2024-06-06 12:16:50', '0000-00-00 00:00:00'),
(793, 'user_prof__9_827', 6, 9, '2024-06-06 12:16:50', '0000-00-00 00:00:00'),
(794, 'user_prof__10_726', 6, 10, '2024-06-06 12:16:50', '0000-00-00 00:00:00'),
(795, 'user_prof__2_911', 6, 2, '2024-06-06 12:16:50', '0000-00-00 00:00:00'),
(796, 'user_prof__11_592', 6, 11, '2024-06-06 12:16:50', '0000-00-00 00:00:00'),
(797, 'user_prof__12_961', 6, 12, '2024-06-06 12:16:50', '0000-00-00 00:00:00'),
(798, 'user_prof__13_864', 6, 13, '2024-06-06 12:16:50', '0000-00-00 00:00:00'),
(799, 'user_prof__14_389', 6, 14, '2024-06-06 12:16:50', '0000-00-00 00:00:00'),
(800, 'user_prof__15_625', 6, 15, '2024-06-06 12:16:50', '0000-00-00 00:00:00'),
(801, 'user_prof__16_491', 6, 16, '2024-06-06 12:16:50', '0000-00-00 00:00:00'),
(802, 'user_prof__17_613', 6, 17, '2024-06-06 12:16:50', '0000-00-00 00:00:00'),
(803, 'user_prof__3_951', 6, 3, '2024-06-06 12:16:50', '0000-00-00 00:00:00'),
(804, 'user_prof__18_977', 6, 18, '2024-06-06 12:16:50', '0000-00-00 00:00:00'),
(805, 'user_prof__24_656', 6, 24, '2024-06-06 12:16:50', '0000-00-00 00:00:00'),
(806, 'user_prof__25_234', 6, 25, '2024-06-06 12:16:50', '0000-00-00 00:00:00'),
(807, 'user_prof__19_517', 6, 19, '2024-06-06 12:16:50', '0000-00-00 00:00:00'),
(808, 'user_prof__20_530', 6, 20, '2024-06-06 12:16:50', '0000-00-00 00:00:00'),
(809, 'user_prof__21_910', 6, 21, '2024-06-06 12:16:50', '0000-00-00 00:00:00'),
(810, 'user_prof__22_242', 6, 22, '2024-06-06 12:16:50', '0000-00-00 00:00:00'),
(811, 'user_prof__23_920', 6, 23, '2024-06-06 12:16:50', '0000-00-00 00:00:00'),
(812, 'user_prof__4_960', 6, 4, '2024-06-06 12:16:50', '0000-00-00 00:00:00'),
(813, 'user_prof__26_554', 6, 26, '2024-06-06 12:16:50', '0000-00-00 00:00:00'),
(814, 'user_prof__27_169', 6, 27, '2024-06-06 12:16:50', '0000-00-00 00:00:00'),
(815, 'user_prof__28_855', 6, 28, '2024-06-06 12:16:50', '0000-00-00 00:00:00'),
(816, 'user_prof__29_988', 6, 29, '2024-06-06 12:16:50', '0000-00-00 00:00:00'),
(817, 'user_prof__31_851', 6, 31, '2024-06-06 12:16:50', '0000-00-00 00:00:00'),
(818, 'user_prof__32_390', 6, 32, '2024-06-06 12:16:50', '0000-00-00 00:00:00'),
(819, 'user_prof__33_335', 6, 33, '2024-06-06 12:16:50', '0000-00-00 00:00:00'),
(820, 'user_prof__34_303', 6, 34, '2024-06-06 12:16:50', '0000-00-00 00:00:00'),
(821, 'user_prof__35_777', 6, 35, '2024-06-06 12:16:50', '0000-00-00 00:00:00'),
(822, 'user_prof__30_259', 6, 30, '2024-06-06 12:16:50', '0000-00-00 00:00:00'),
(1156, '249', 5, 36, '2024-06-06 12:21:03', '0000-00-00 00:00:00'),
(1157, '881', 5, 37, '2024-06-06 12:21:03', '0000-00-00 00:00:00'),
(1158, '375', 5, 38, '2024-06-06 12:21:03', '0000-00-00 00:00:00'),
(1159, '263', 5, 39, '2024-06-06 12:21:03', '0000-00-00 00:00:00'),
(1160, '842', 5, 40, '2024-06-06 12:21:03', '0000-00-00 00:00:00'),
(1161, '887', 5, 41, '2024-06-06 12:21:03', '0000-00-00 00:00:00'),
(1162, '538', 5, 42, '2024-06-06 12:21:03', '0000-00-00 00:00:00'),
(1163, '550', 5, 43, '2024-06-06 12:21:03', '0000-00-00 00:00:00'),
(1164, '772', 5, 44, '2024-06-06 12:21:03', '0000-00-00 00:00:00'),
(1165, '819', 5, 45, '2024-06-06 12:21:03', '0000-00-00 00:00:00'),
(1166, '865', 5, 46, '2024-06-06 12:21:03', '0000-00-00 00:00:00'),
(1167, '636', 5, 47, '2024-06-06 12:21:03', '0000-00-00 00:00:00'),
(1168, '455', 5, 48, '2024-06-06 12:21:03', '0000-00-00 00:00:00'),
(1169, '417', 5, 49, '2024-06-06 12:21:03', '0000-00-00 00:00:00'),
(1170, '861', 5, 50, '2024-06-06 12:21:03', '0000-00-00 00:00:00'),
(1171, '232', 5, 51, '2024-06-06 12:21:03', '0000-00-00 00:00:00'),
(1172, '1003', 5, 52, '2024-06-06 12:21:03', '0000-00-00 00:00:00'),
(1173, '279', 5, 53, '2024-06-06 12:21:03', '0000-00-00 00:00:00'),
(1174, '1035', 5, 54, '2024-06-06 12:21:03', '0000-00-00 00:00:00'),
(1175, '876', 5, 55, '2024-06-06 12:21:03', '0000-00-00 00:00:00'),
(1176, '858', 5, 56, '2024-06-06 12:21:03', '0000-00-00 00:00:00'),
(1177, '661', 5, 57, '2024-06-06 12:21:03', '0000-00-00 00:00:00'),
(1178, '664', 5, 58, '2024-06-06 12:21:03', '0000-00-00 00:00:00'),
(1179, '823', 5, 59, '2024-06-06 12:21:03', '0000-00-00 00:00:00'),
(1180, '1011', 5, 60, '2024-06-06 12:21:03', '0000-00-00 00:00:00'),
(1181, '853', 5, 61, '2024-06-06 12:21:03', '0000-00-00 00:00:00'),
(1182, '377', 5, 2, '2024-06-06 12:21:03', '0000-00-00 00:00:00'),
(1183, '659', 5, 11, '2024-06-06 12:21:03', '0000-00-00 00:00:00'),
(1184, '895', 5, 12, '2024-06-06 12:21:03', '0000-00-00 00:00:00'),
(1185, '426', 5, 13, '2024-06-06 12:21:03', '0000-00-00 00:00:00'),
(1186, '854', 5, 14, '2024-06-06 12:21:03', '0000-00-00 00:00:00'),
(1187, '175', 5, 15, '2024-06-06 12:21:03', '0000-00-00 00:00:00'),
(1188, '999', 5, 16, '2024-06-06 12:21:03', '0000-00-00 00:00:00'),
(1189, '350', 5, 17, '2024-06-06 12:21:03', '0000-00-00 00:00:00'),
(1190, '809', 5, 3, '2024-06-06 12:21:03', '0000-00-00 00:00:00'),
(1191, '646', 5, 18, '2024-06-06 12:21:03', '0000-00-00 00:00:00'),
(1192, '359', 5, 24, '2024-06-06 12:21:03', '0000-00-00 00:00:00'),
(1193, '357', 5, 25, '2024-06-06 12:21:03', '0000-00-00 00:00:00'),
(1194, '751', 5, 19, '2024-06-06 12:21:03', '0000-00-00 00:00:00'),
(1195, '847', 5, 20, '2024-06-06 12:21:03', '0000-00-00 00:00:00'),
(1196, '714', 5, 21, '2024-06-06 12:21:03', '0000-00-00 00:00:00'),
(1197, '979', 5, 22, '2024-06-06 12:21:03', '0000-00-00 00:00:00'),
(1198, '595', 5, 23, '2024-06-06 12:21:03', '0000-00-00 00:00:00'),
(1199, '431', 5, 4, '2024-06-06 12:21:03', '0000-00-00 00:00:00'),
(1200, '640', 5, 26, '2024-06-06 12:21:03', '0000-00-00 00:00:00'),
(1201, '941', 5, 27, '2024-06-06 12:21:03', '0000-00-00 00:00:00'),
(1202, '739', 5, 28, '2024-06-06 12:21:03', '0000-00-00 00:00:00'),
(1203, '625', 5, 29, '2024-06-06 12:21:03', '0000-00-00 00:00:00'),
(1204, '459', 5, 31, '2024-06-06 12:21:03', '0000-00-00 00:00:00'),
(1205, '303', 5, 32, '2024-06-06 12:21:03', '0000-00-00 00:00:00'),
(1206, '1025', 5, 33, '2024-06-06 12:21:03', '0000-00-00 00:00:00'),
(1207, '622', 5, 34, '2024-06-06 12:21:03', '0000-00-00 00:00:00'),
(1208, '1043', 5, 35, '2024-06-06 12:21:03', '0000-00-00 00:00:00'),
(1209, '489', 5, 30, '2024-06-06 12:21:03', '0000-00-00 00:00:00'),
(1380, 'user_prof__36_438', 8, 36, '2024-06-07 13:19:49', '0000-00-00 00:00:00'),
(1381, 'user_prof__37_968', 8, 37, '2024-06-07 13:19:49', '0000-00-00 00:00:00'),
(1382, 'user_prof__38_203', 8, 38, '2024-06-07 13:19:49', '0000-00-00 00:00:00'),
(1383, 'user_prof__39_184', 8, 39, '2024-06-07 13:19:49', '0000-00-00 00:00:00'),
(1384, 'user_prof__40_135', 8, 40, '2024-06-07 13:19:49', '0000-00-00 00:00:00'),
(1385, 'user_prof__41_381', 8, 41, '2024-06-07 13:19:49', '0000-00-00 00:00:00'),
(1386, 'user_prof__42_606', 8, 42, '2024-06-07 13:19:49', '0000-00-00 00:00:00'),
(1387, 'user_prof__43_633', 8, 43, '2024-06-07 13:19:49', '0000-00-00 00:00:00'),
(1388, 'user_prof__44_946', 8, 44, '2024-06-07 13:19:49', '0000-00-00 00:00:00'),
(1389, 'user_prof__45_459', 8, 45, '2024-06-07 13:19:49', '0000-00-00 00:00:00'),
(1390, 'user_prof__46_523', 8, 46, '2024-06-07 13:19:49', '0000-00-00 00:00:00'),
(1391, 'user_prof__47_576', 8, 47, '2024-06-07 13:19:49', '0000-00-00 00:00:00'),
(1392, 'user_prof__48_627', 8, 48, '2024-06-07 13:19:49', '0000-00-00 00:00:00'),
(1393, 'user_prof__49_373', 8, 49, '2024-06-07 13:19:49', '0000-00-00 00:00:00'),
(1394, 'user_prof__50_995', 8, 50, '2024-06-07 13:19:49', '0000-00-00 00:00:00'),
(1395, 'user_prof__51_154', 8, 51, '2024-06-07 13:19:49', '0000-00-00 00:00:00'),
(1396, 'user_prof__52_443', 8, 52, '2024-06-07 13:19:49', '0000-00-00 00:00:00'),
(1397, 'user_prof__53_847', 8, 53, '2024-06-07 13:19:49', '0000-00-00 00:00:00'),
(1398, 'user_prof__54_512', 8, 54, '2024-06-07 13:19:49', '0000-00-00 00:00:00'),
(1399, 'user_prof__55_633', 8, 55, '2024-06-07 13:19:49', '0000-00-00 00:00:00'),
(1400, 'user_prof__56_951', 8, 56, '2024-06-07 13:19:49', '0000-00-00 00:00:00'),
(1401, 'user_prof__57_558', 8, 57, '2024-06-07 13:19:49', '0000-00-00 00:00:00'),
(1402, 'user_prof__58_556', 8, 58, '2024-06-07 13:19:49', '0000-00-00 00:00:00'),
(1403, 'user_prof__59_352', 8, 59, '2024-06-07 13:19:49', '0000-00-00 00:00:00'),
(1404, 'user_prof__60_141', 8, 60, '2024-06-07 13:19:49', '0000-00-00 00:00:00'),
(1405, 'user_prof__61_682', 8, 61, '2024-06-07 13:19:49', '0000-00-00 00:00:00'),
(1406, 'user_prof__1_519', 8, 1, '2024-06-07 13:19:49', '0000-00-00 00:00:00'),
(1407, 'user_prof__5_409', 8, 5, '2024-06-07 13:19:49', '0000-00-00 00:00:00'),
(1408, 'user_prof__6_480', 8, 6, '2024-06-07 13:19:49', '0000-00-00 00:00:00'),
(1409, 'user_prof__7_938', 8, 7, '2024-06-07 13:19:49', '0000-00-00 00:00:00'),
(1410, 'user_prof__8_735', 8, 8, '2024-06-07 13:19:49', '0000-00-00 00:00:00'),
(1411, 'user_prof__9_661', 8, 9, '2024-06-07 13:19:49', '0000-00-00 00:00:00'),
(1412, 'user_prof__10_791', 8, 10, '2024-06-07 13:19:49', '0000-00-00 00:00:00'),
(1413, 'user_prof__2_326', 8, 2, '2024-06-07 13:19:49', '0000-00-00 00:00:00'),
(1414, 'user_prof__11_465', 8, 11, '2024-06-07 13:19:49', '0000-00-00 00:00:00'),
(1415, 'user_prof__12_515', 8, 12, '2024-06-07 13:19:49', '0000-00-00 00:00:00'),
(1416, 'user_prof__13_805', 8, 13, '2024-06-07 13:19:49', '0000-00-00 00:00:00'),
(1417, 'user_prof__14_114', 8, 14, '2024-06-07 13:19:49', '0000-00-00 00:00:00'),
(1418, 'user_prof__15_536', 8, 15, '2024-06-07 13:19:49', '0000-00-00 00:00:00'),
(1419, 'user_prof__16_677', 8, 16, '2024-06-07 13:19:49', '0000-00-00 00:00:00'),
(1420, 'user_prof__17_305', 8, 17, '2024-06-07 13:19:49', '0000-00-00 00:00:00'),
(1421, 'user_prof__3_389', 8, 3, '2024-06-07 13:19:49', '0000-00-00 00:00:00'),
(1422, 'user_prof__18_166', 8, 18, '2024-06-07 13:19:49', '0000-00-00 00:00:00'),
(1423, 'user_prof__64_374', 8, 64, '2024-06-07 13:19:49', '0000-00-00 00:00:00'),
(1424, 'user_prof__65_202', 8, 65, '2024-06-07 13:19:49', '0000-00-00 00:00:00'),
(1425, 'user_prof__66_697', 8, 66, '2024-06-07 13:19:49', '0000-00-00 00:00:00'),
(1426, 'user_prof__67_895', 8, 67, '2024-06-07 13:19:49', '0000-00-00 00:00:00'),
(1427, 'user_prof__68_240', 8, 68, '2024-06-07 13:19:49', '0000-00-00 00:00:00'),
(1428, 'user_prof__69_365', 8, 69, '2024-06-07 13:19:49', '0000-00-00 00:00:00'),
(1429, 'user_prof__70_471', 8, 70, '2024-06-07 13:19:49', '0000-00-00 00:00:00'),
(1430, 'user_prof__71_253', 8, 71, '2024-06-07 13:19:49', '0000-00-00 00:00:00'),
(1431, 'user_prof__19_646', 8, 19, '2024-06-07 13:19:49', '0000-00-00 00:00:00'),
(1432, 'user_prof__20_996', 8, 20, '2024-06-07 13:19:49', '0000-00-00 00:00:00'),
(1433, 'user_prof__21_792', 8, 21, '2024-06-07 13:19:49', '0000-00-00 00:00:00'),
(1434, 'user_prof__22_705', 8, 22, '2024-06-07 13:19:49', '0000-00-00 00:00:00'),
(1435, 'user_prof__23_116', 8, 23, '2024-06-07 13:19:49', '0000-00-00 00:00:00'),
(1436, 'user_prof__72_668', 8, 72, '2024-06-07 13:19:49', '0000-00-00 00:00:00'),
(1437, 'user_prof__73_393', 8, 73, '2024-06-07 13:19:49', '0000-00-00 00:00:00'),
(1438, 'user_prof__74_446', 8, 74, '2024-06-07 13:19:49', '0000-00-00 00:00:00'),
(1439, 'user_prof__75_814', 8, 75, '2024-06-07 13:19:49', '0000-00-00 00:00:00'),
(1440, 'user_prof__76_712', 8, 76, '2024-06-07 13:19:49', '0000-00-00 00:00:00'),
(1441, 'user_prof__77_938', 8, 77, '2024-06-07 13:19:49', '0000-00-00 00:00:00'),
(1442, 'user_prof__4_837', 8, 4, '2024-06-07 13:19:49', '0000-00-00 00:00:00'),
(1443, 'user_prof__26_207', 8, 26, '2024-06-07 13:19:49', '0000-00-00 00:00:00'),
(1444, 'user_prof__27_521', 8, 27, '2024-06-07 13:19:49', '0000-00-00 00:00:00'),
(1445, 'user_prof__28_532', 8, 28, '2024-06-07 13:19:49', '0000-00-00 00:00:00'),
(1446, 'user_prof__29_886', 8, 29, '2024-06-07 13:19:49', '0000-00-00 00:00:00'),
(1447, 'user_prof__31_537', 8, 31, '2024-06-07 13:19:49', '0000-00-00 00:00:00'),
(1448, 'user_prof__32_453', 8, 32, '2024-06-07 13:19:49', '0000-00-00 00:00:00'),
(1449, 'user_prof__33_266', 8, 33, '2024-06-07 13:19:49', '0000-00-00 00:00:00'),
(1450, 'user_prof__34_131', 8, 34, '2024-06-07 13:19:49', '0000-00-00 00:00:00'),
(1451, 'user_prof__35_592', 8, 35, '2024-06-07 13:19:49', '0000-00-00 00:00:00'),
(1452, 'user_prof__30_239', 8, 30, '2024-06-07 13:19:49', '0000-00-00 00:00:00'),
(4298, '172', 3, 1, '2024-06-11 05:09:36', '0000-00-00 00:00:00'),
(4299, '920', 3, 5, '2024-06-11 05:09:36', '0000-00-00 00:00:00'),
(4300, '831', 3, 6, '2024-06-11 05:09:36', '0000-00-00 00:00:00'),
(4301, '760', 3, 7, '2024-06-11 05:09:36', '0000-00-00 00:00:00'),
(4302, '891', 3, 8, '2024-06-11 05:09:36', '0000-00-00 00:00:00'),
(4303, '638', 3, 9, '2024-06-11 05:09:36', '0000-00-00 00:00:00'),
(4304, '223', 3, 10, '2024-06-11 05:09:36', '0000-00-00 00:00:00'),
(4390, '12_0_36_989', 12, 36, '2024-06-11 14:05:32', '0000-00-00 00:00:00'),
(4391, '12_1_37_390', 12, 37, '2024-06-11 14:05:32', '0000-00-00 00:00:00'),
(4392, '12_2_38_626', 12, 38, '2024-06-11 14:05:32', '0000-00-00 00:00:00'),
(4393, '12_3_39_303', 12, 39, '2024-06-11 14:05:32', '0000-00-00 00:00:00'),
(4394, '12_4_40_721', 12, 40, '2024-06-11 14:05:32', '0000-00-00 00:00:00'),
(4395, '12_5_41_884', 12, 41, '2024-06-11 14:05:32', '0000-00-00 00:00:00'),
(4396, '12_6_42_326', 12, 42, '2024-06-11 14:05:32', '0000-00-00 00:00:00'),
(4397, '12_7_43_621', 12, 43, '2024-06-11 14:05:32', '0000-00-00 00:00:00'),
(4398, '12_8_44_417', 12, 44, '2024-06-11 14:05:32', '0000-00-00 00:00:00'),
(4399, '12_9_45_487', 12, 45, '2024-06-11 14:05:32', '0000-00-00 00:00:00'),
(4400, '12_10_46_395', 12, 46, '2024-06-11 14:05:32', '0000-00-00 00:00:00'),
(4401, '12_11_47_406', 12, 47, '2024-06-11 14:05:32', '0000-00-00 00:00:00'),
(4402, '12_12_48_532', 12, 48, '2024-06-11 14:05:32', '0000-00-00 00:00:00'),
(4403, '12_13_49_243', 12, 49, '2024-06-11 14:05:32', '0000-00-00 00:00:00'),
(4404, '12_14_50_546', 12, 50, '2024-06-11 14:05:32', '0000-00-00 00:00:00'),
(4405, '12_15_51_596', 12, 51, '2024-06-11 14:05:32', '0000-00-00 00:00:00'),
(4406, '12_16_52_276', 12, 52, '2024-06-11 14:05:32', '0000-00-00 00:00:00'),
(4407, '12_17_53_825', 12, 53, '2024-06-11 14:05:32', '0000-00-00 00:00:00'),
(4408, '12_18_54_693', 12, 54, '2024-06-11 14:05:32', '0000-00-00 00:00:00'),
(4409, '12_19_55_839', 12, 55, '2024-06-11 14:05:32', '0000-00-00 00:00:00'),
(4410, '12_20_56_581', 12, 56, '2024-06-11 14:05:32', '0000-00-00 00:00:00'),
(4411, '12_21_57_655', 12, 57, '2024-06-11 14:05:32', '0000-00-00 00:00:00'),
(4412, '12_22_58_753', 12, 58, '2024-06-11 14:05:32', '0000-00-00 00:00:00'),
(4413, '12_23_59_346', 12, 59, '2024-06-11 14:05:32', '0000-00-00 00:00:00'),
(4414, '12_24_60_467', 12, 60, '2024-06-11 14:05:32', '0000-00-00 00:00:00'),
(4415, '12_25_61_920', 12, 61, '2024-06-11 14:05:32', '0000-00-00 00:00:00'),
(4416, '12_26_1_340', 12, 1, '2024-06-11 14:05:32', '0000-00-00 00:00:00'),
(4417, '12_27_5_408', 12, 5, '2024-06-11 14:05:32', '0000-00-00 00:00:00'),
(4418, '12_28_6_758', 12, 6, '2024-06-11 14:05:32', '0000-00-00 00:00:00'),
(4419, '12_29_7_729', 12, 7, '2024-06-11 14:05:32', '0000-00-00 00:00:00'),
(4420, '12_30_8_431', 12, 8, '2024-06-11 14:05:32', '0000-00-00 00:00:00'),
(4421, '12_31_9_512', 12, 9, '2024-06-11 14:05:32', '0000-00-00 00:00:00'),
(4422, '12_32_10_419', 12, 10, '2024-06-11 14:05:32', '0000-00-00 00:00:00'),
(4423, '12_33_2_283', 12, 2, '2024-06-11 14:05:32', '0000-00-00 00:00:00'),
(4424, '12_34_11_181', 12, 11, '2024-06-11 14:05:32', '0000-00-00 00:00:00'),
(4425, '12_35_12_227', 12, 12, '2024-06-11 14:05:32', '0000-00-00 00:00:00'),
(4426, '12_36_13_259', 12, 13, '2024-06-11 14:05:32', '0000-00-00 00:00:00'),
(4427, '12_37_14_846', 12, 14, '2024-06-11 14:05:32', '0000-00-00 00:00:00'),
(4428, '12_38_15_759', 12, 15, '2024-06-11 14:05:32', '0000-00-00 00:00:00'),
(4429, '12_39_16_260', 12, 16, '2024-06-11 14:05:32', '0000-00-00 00:00:00'),
(4430, '12_40_17_245', 12, 17, '2024-06-11 14:05:32', '0000-00-00 00:00:00'),
(4431, '12_41_3_434', 12, 3, '2024-06-11 14:05:32', '0000-00-00 00:00:00'),
(4432, '12_42_18_362', 12, 18, '2024-06-11 14:05:32', '0000-00-00 00:00:00'),
(4433, '12_43_64_818', 12, 64, '2024-06-11 14:05:32', '0000-00-00 00:00:00'),
(4434, '12_44_65_956', 12, 65, '2024-06-11 14:05:32', '0000-00-00 00:00:00'),
(4435, '12_45_66_644', 12, 66, '2024-06-11 14:05:32', '0000-00-00 00:00:00'),
(4436, '12_46_67_931', 12, 67, '2024-06-11 14:05:32', '0000-00-00 00:00:00'),
(4437, '12_47_68_459', 12, 68, '2024-06-11 14:05:32', '0000-00-00 00:00:00'),
(4438, '12_48_69_177', 12, 69, '2024-06-11 14:05:32', '0000-00-00 00:00:00'),
(4439, '12_49_70_879', 12, 70, '2024-06-11 14:05:32', '0000-00-00 00:00:00'),
(4440, '12_50_71_472', 12, 71, '2024-06-11 14:05:32', '0000-00-00 00:00:00'),
(4441, '12_51_19_851', 12, 19, '2024-06-11 14:05:32', '0000-00-00 00:00:00'),
(4442, '12_52_20_184', 12, 20, '2024-06-11 14:05:32', '0000-00-00 00:00:00'),
(4443, '12_53_21_694', 12, 21, '2024-06-11 14:05:32', '0000-00-00 00:00:00'),
(4444, '12_54_22_777', 12, 22, '2024-06-11 14:05:32', '0000-00-00 00:00:00'),
(4445, '12_55_80_884', 12, 80, '2024-06-11 14:05:32', '0000-00-00 00:00:00'),
(4446, '12_56_81_276', 12, 81, '2024-06-11 14:05:32', '0000-00-00 00:00:00'),
(4447, '12_57_82_147', 12, 82, '2024-06-11 14:05:32', '0000-00-00 00:00:00'),
(4448, '12_58_83_814', 12, 83, '2024-06-11 14:05:32', '0000-00-00 00:00:00'),
(4449, '12_59_85_205', 12, 85, '2024-06-11 14:05:32', '0000-00-00 00:00:00'),
(4450, '12_60_86_395', 12, 86, '2024-06-11 14:05:32', '0000-00-00 00:00:00'),
(4451, '12_61_88_256', 12, 88, '2024-06-11 14:05:32', '0000-00-00 00:00:00'),
(4452, '12_62_89_245', 12, 89, '2024-06-11 14:05:32', '0000-00-00 00:00:00'),
(4453, '12_63_90_356', 12, 90, '2024-06-11 14:05:32', '0000-00-00 00:00:00'),
(4454, '12_64_91_703', 12, 91, '2024-06-11 14:05:32', '0000-00-00 00:00:00'),
(4455, '12_65_92_366', 12, 92, '2024-06-11 14:05:32', '0000-00-00 00:00:00'),
(4456, '12_66_93_920', 12, 93, '2024-06-11 14:05:32', '0000-00-00 00:00:00'),
(4457, '12_67_94_751', 12, 94, '2024-06-11 14:05:32', '0000-00-00 00:00:00'),
(4458, '12_68_95_454', 12, 95, '2024-06-11 14:05:32', '0000-00-00 00:00:00'),
(4459, '12_69_96_919', 12, 96, '2024-06-11 14:05:32', '0000-00-00 00:00:00'),
(4460, '12_70_97_120', 12, 97, '2024-06-11 14:05:32', '0000-00-00 00:00:00'),
(4461, '12_71_98_916', 12, 98, '2024-06-11 14:05:32', '0000-00-00 00:00:00'),
(4462, '12_72_99_572', 12, 99, '2024-06-11 14:05:32', '0000-00-00 00:00:00'),
(4463, '12_73_100_644', 12, 100, '2024-06-11 14:05:32', '0000-00-00 00:00:00'),
(4464, '12_74_101_925', 12, 101, '2024-06-11 14:05:32', '0000-00-00 00:00:00'),
(4465, '12_75_102_905', 12, 102, '2024-06-11 14:05:32', '0000-00-00 00:00:00'),
(4466, '12_76_103_258', 12, 103, '2024-06-11 14:05:32', '0000-00-00 00:00:00'),
(4467, '12_77_104_648', 12, 104, '2024-06-11 14:05:32', '0000-00-00 00:00:00'),
(4468, '12_78_23_264', 12, 23, '2024-06-11 14:05:32', '0000-00-00 00:00:00'),
(4469, '12_79_72_522', 12, 72, '2024-06-11 14:05:32', '0000-00-00 00:00:00'),
(4470, '12_80_73_912', 12, 73, '2024-06-11 14:05:32', '0000-00-00 00:00:00'),
(4471, '12_81_74_368', 12, 74, '2024-06-11 14:05:32', '0000-00-00 00:00:00'),
(4472, '12_82_75_509', 12, 75, '2024-06-11 14:05:32', '0000-00-00 00:00:00'),
(4473, '12_83_76_641', 12, 76, '2024-06-11 14:05:32', '0000-00-00 00:00:00'),
(4474, '12_84_77_742', 12, 77, '2024-06-11 14:05:32', '0000-00-00 00:00:00'),
(4475, '12_85_4_419', 12, 4, '2024-06-11 14:05:32', '0000-00-00 00:00:00'),
(4476, '12_86_26_146', 12, 26, '2024-06-11 14:05:32', '0000-00-00 00:00:00'),
(4477, '12_87_27_399', 12, 27, '2024-06-11 14:05:32', '0000-00-00 00:00:00'),
(4478, '12_88_28_457', 12, 28, '2024-06-11 14:05:32', '0000-00-00 00:00:00'),
(4479, '12_89_29_944', 12, 29, '2024-06-11 14:05:32', '0000-00-00 00:00:00'),
(4480, '12_90_31_715', 12, 31, '2024-06-11 14:05:32', '0000-00-00 00:00:00'),
(4481, '12_91_32_434', 12, 32, '2024-06-11 14:05:32', '0000-00-00 00:00:00'),
(4482, '12_92_33_565', 12, 33, '2024-06-11 14:05:32', '0000-00-00 00:00:00'),
(4483, '12_93_34_983', 12, 34, '2024-06-11 14:05:32', '0000-00-00 00:00:00'),
(4484, '12_94_35_815', 12, 35, '2024-06-11 14:05:32', '0000-00-00 00:00:00'),
(4485, '12_95_30_207', 12, 30, '2024-06-11 14:05:32', '0000-00-00 00:00:00'),
(4486, '12_96_78_620', 12, 78, '2024-06-11 14:05:32', '0000-00-00 00:00:00'),
(4487, '12_97_79_748', 12, 79, '2024-06-11 14:05:32', '0000-00-00 00:00:00'),
(4488, '13_0_1_818', 13, 1, '2024-06-11 14:21:28', '0000-00-00 00:00:00'),
(4489, '13_1_5_870', 13, 5, '2024-06-11 14:21:28', '0000-00-00 00:00:00'),
(4490, '13_2_6_623', 13, 6, '2024-06-11 14:21:28', '0000-00-00 00:00:00'),
(4491, '13_3_7_212', 13, 7, '2024-06-11 14:21:28', '0000-00-00 00:00:00'),
(4492, '13_4_8_113', 13, 8, '2024-06-11 14:21:28', '0000-00-00 00:00:00'),
(4493, '13_5_9_169', 13, 9, '2024-06-11 14:21:28', '0000-00-00 00:00:00'),
(4494, '13_6_10_869', 13, 10, '2024-06-11 14:21:28', '0000-00-00 00:00:00'),
(4495, '13_7_12_548', 13, 12, '2024-06-11 14:21:28', '0000-00-00 00:00:00'),
(4496, '13_8_13_990', 13, 13, '2024-06-11 14:21:28', '0000-00-00 00:00:00'),
(4497, 'user_prof__36_171', 14, 36, '2024-06-11 14:24:35', '0000-00-00 00:00:00'),
(4498, 'user_prof__37_154', 14, 37, '2024-06-11 14:24:35', '0000-00-00 00:00:00'),
(4499, 'user_prof__38_170', 14, 38, '2024-06-11 14:24:35', '0000-00-00 00:00:00'),
(4500, 'user_prof__39_941', 14, 39, '2024-06-11 14:24:35', '0000-00-00 00:00:00'),
(4501, 'user_prof__40_201', 14, 40, '2024-06-11 14:24:35', '0000-00-00 00:00:00'),
(4502, 'user_prof__41_482', 14, 41, '2024-06-11 14:24:35', '0000-00-00 00:00:00'),
(4503, 'user_prof__42_207', 14, 42, '2024-06-11 14:24:35', '0000-00-00 00:00:00'),
(4504, 'user_prof__43_864', 14, 43, '2024-06-11 14:24:35', '0000-00-00 00:00:00'),
(4505, 'user_prof__44_626', 14, 44, '2024-06-11 14:24:35', '0000-00-00 00:00:00'),
(4506, 'user_prof__45_925', 14, 45, '2024-06-11 14:24:35', '0000-00-00 00:00:00'),
(4507, 'user_prof__46_420', 14, 46, '2024-06-11 14:24:35', '0000-00-00 00:00:00'),
(4508, 'user_prof__47_726', 14, 47, '2024-06-11 14:24:35', '0000-00-00 00:00:00'),
(4509, 'user_prof__48_218', 14, 48, '2024-06-11 14:24:35', '0000-00-00 00:00:00'),
(4510, 'user_prof__49_328', 14, 49, '2024-06-11 14:24:35', '0000-00-00 00:00:00'),
(4511, 'user_prof__50_699', 14, 50, '2024-06-11 14:24:35', '0000-00-00 00:00:00'),
(4512, 'user_prof__51_827', 14, 51, '2024-06-11 14:24:35', '0000-00-00 00:00:00'),
(4513, 'user_prof__52_982', 14, 52, '2024-06-11 14:24:35', '0000-00-00 00:00:00'),
(4514, 'user_prof__53_830', 14, 53, '2024-06-11 14:24:35', '0000-00-00 00:00:00'),
(4515, 'user_prof__54_444', 14, 54, '2024-06-11 14:24:35', '0000-00-00 00:00:00'),
(4516, 'user_prof__55_426', 14, 55, '2024-06-11 14:24:35', '0000-00-00 00:00:00'),
(4517, 'user_prof__56_949', 14, 56, '2024-06-11 14:24:35', '0000-00-00 00:00:00'),
(4518, 'user_prof__57_167', 14, 57, '2024-06-11 14:24:35', '0000-00-00 00:00:00'),
(4519, 'user_prof__58_543', 14, 58, '2024-06-11 14:24:35', '0000-00-00 00:00:00'),
(4520, 'user_prof__59_227', 14, 59, '2024-06-11 14:24:35', '0000-00-00 00:00:00'),
(4521, 'user_prof__60_350', 14, 60, '2024-06-11 14:24:35', '0000-00-00 00:00:00'),
(4522, 'user_prof__61_980', 14, 61, '2024-06-11 14:24:35', '0000-00-00 00:00:00'),
(4523, 'user_prof__1_757', 14, 1, '2024-06-11 14:24:35', '0000-00-00 00:00:00'),
(4524, 'user_prof__5_573', 14, 5, '2024-06-11 14:24:35', '0000-00-00 00:00:00'),
(4525, 'user_prof__6_335', 14, 6, '2024-06-11 14:24:35', '0000-00-00 00:00:00'),
(4526, 'user_prof__7_776', 14, 7, '2024-06-11 14:24:35', '0000-00-00 00:00:00'),
(4527, 'user_prof__8_362', 14, 8, '2024-06-11 14:24:35', '0000-00-00 00:00:00'),
(4528, 'user_prof__9_390', 14, 9, '2024-06-11 14:24:35', '0000-00-00 00:00:00'),
(4529, 'user_prof__10_991', 14, 10, '2024-06-11 14:24:35', '0000-00-00 00:00:00'),
(4530, 'user_prof__2_501', 14, 2, '2024-06-11 14:24:35', '0000-00-00 00:00:00'),
(4531, 'user_prof__11_337', 14, 11, '2024-06-11 14:24:35', '0000-00-00 00:00:00'),
(4532, 'user_prof__12_478', 14, 12, '2024-06-11 14:24:35', '0000-00-00 00:00:00'),
(4533, 'user_prof__13_118', 14, 13, '2024-06-11 14:24:35', '0000-00-00 00:00:00'),
(4534, 'user_prof__14_621', 14, 14, '2024-06-11 14:24:35', '0000-00-00 00:00:00'),
(4535, 'user_prof__15_816', 14, 15, '2024-06-11 14:24:35', '0000-00-00 00:00:00'),
(4536, 'user_prof__16_166', 14, 16, '2024-06-11 14:24:35', '0000-00-00 00:00:00'),
(4537, 'user_prof__17_797', 14, 17, '2024-06-11 14:24:35', '0000-00-00 00:00:00'),
(4538, 'user_prof__3_213', 14, 3, '2024-06-11 14:24:35', '0000-00-00 00:00:00'),
(4539, 'user_prof__18_446', 14, 18, '2024-06-11 14:24:35', '0000-00-00 00:00:00'),
(4540, 'user_prof__64_529', 14, 64, '2024-06-11 14:24:35', '0000-00-00 00:00:00'),
(4541, 'user_prof__65_910', 14, 65, '2024-06-11 14:24:35', '0000-00-00 00:00:00'),
(4542, 'user_prof__66_560', 14, 66, '2024-06-11 14:24:35', '0000-00-00 00:00:00'),
(4543, 'user_prof__67_185', 14, 67, '2024-06-11 14:24:35', '0000-00-00 00:00:00'),
(4544, 'user_prof__68_410', 14, 68, '2024-06-11 14:24:35', '0000-00-00 00:00:00'),
(4545, 'user_prof__69_669', 14, 69, '2024-06-11 14:24:35', '0000-00-00 00:00:00'),
(4546, 'user_prof__70_280', 14, 70, '2024-06-11 14:24:35', '0000-00-00 00:00:00'),
(4547, 'user_prof__71_767', 14, 71, '2024-06-11 14:24:35', '0000-00-00 00:00:00'),
(4548, 'user_prof__19_888', 14, 19, '2024-06-11 14:24:35', '0000-00-00 00:00:00'),
(4549, 'user_prof__20_346', 14, 20, '2024-06-11 14:24:35', '0000-00-00 00:00:00'),
(4550, 'user_prof__21_671', 14, 21, '2024-06-11 14:24:35', '0000-00-00 00:00:00'),
(4551, 'user_prof__22_827', 14, 22, '2024-06-11 14:24:35', '0000-00-00 00:00:00'),
(4552, 'user_prof__80_733', 14, 80, '2024-06-11 14:24:35', '0000-00-00 00:00:00'),
(4553, 'user_prof__81_693', 14, 81, '2024-06-11 14:24:35', '0000-00-00 00:00:00'),
(4554, 'user_prof__82_800', 14, 82, '2024-06-11 14:24:35', '0000-00-00 00:00:00'),
(4555, 'user_prof__83_582', 14, 83, '2024-06-11 14:24:35', '0000-00-00 00:00:00'),
(4556, 'user_prof__85_372', 14, 85, '2024-06-11 14:24:35', '0000-00-00 00:00:00'),
(4557, 'user_prof__86_168', 14, 86, '2024-06-11 14:24:35', '0000-00-00 00:00:00'),
(4558, 'user_prof__88_446', 14, 88, '2024-06-11 14:24:35', '0000-00-00 00:00:00'),
(4559, 'user_prof__89_626', 14, 89, '2024-06-11 14:24:35', '0000-00-00 00:00:00'),
(4560, 'user_prof__90_492', 14, 90, '2024-06-11 14:24:35', '0000-00-00 00:00:00'),
(4561, 'user_prof__91_655', 14, 91, '2024-06-11 14:24:35', '0000-00-00 00:00:00'),
(4562, 'user_prof__92_130', 14, 92, '2024-06-11 14:24:35', '0000-00-00 00:00:00'),
(4563, 'user_prof__93_901', 14, 93, '2024-06-11 14:24:35', '0000-00-00 00:00:00'),
(4564, 'user_prof__94_276', 14, 94, '2024-06-11 14:24:35', '0000-00-00 00:00:00'),
(4565, 'user_prof__95_454', 14, 95, '2024-06-11 14:24:35', '0000-00-00 00:00:00'),
(4566, 'user_prof__96_296', 14, 96, '2024-06-11 14:24:35', '0000-00-00 00:00:00'),
(4567, 'user_prof__97_514', 14, 97, '2024-06-11 14:24:35', '0000-00-00 00:00:00'),
(4568, 'user_prof__98_910', 14, 98, '2024-06-11 14:24:35', '0000-00-00 00:00:00'),
(4569, 'user_prof__99_637', 14, 99, '2024-06-11 14:24:35', '0000-00-00 00:00:00'),
(4570, 'user_prof__100_566', 14, 100, '2024-06-11 14:24:35', '0000-00-00 00:00:00'),
(4571, 'user_prof__101_179', 14, 101, '2024-06-11 14:24:35', '0000-00-00 00:00:00'),
(4572, 'user_prof__102_978', 14, 102, '2024-06-11 14:24:35', '0000-00-00 00:00:00'),
(4573, 'user_prof__103_798', 14, 103, '2024-06-11 14:24:35', '0000-00-00 00:00:00'),
(4574, 'user_prof__104_760', 14, 104, '2024-06-11 14:24:35', '0000-00-00 00:00:00'),
(4575, 'user_prof__23_396', 14, 23, '2024-06-11 14:24:35', '0000-00-00 00:00:00'),
(4576, 'user_prof__72_361', 14, 72, '2024-06-11 14:24:35', '0000-00-00 00:00:00'),
(4577, 'user_prof__73_398', 14, 73, '2024-06-11 14:24:35', '0000-00-00 00:00:00'),
(4578, 'user_prof__74_729', 14, 74, '2024-06-11 14:24:35', '0000-00-00 00:00:00'),
(4579, 'user_prof__75_171', 14, 75, '2024-06-11 14:24:35', '0000-00-00 00:00:00'),
(4580, 'user_prof__76_118', 14, 76, '2024-06-11 14:24:35', '0000-00-00 00:00:00'),
(4581, 'user_prof__77_637', 14, 77, '2024-06-11 14:24:35', '0000-00-00 00:00:00'),
(4582, 'user_prof__4_140', 14, 4, '2024-06-11 14:24:35', '0000-00-00 00:00:00'),
(4583, 'user_prof__26_959', 14, 26, '2024-06-11 14:24:35', '0000-00-00 00:00:00'),
(4584, 'user_prof__27_730', 14, 27, '2024-06-11 14:24:35', '0000-00-00 00:00:00'),
(4585, 'user_prof__28_578', 14, 28, '2024-06-11 14:24:35', '0000-00-00 00:00:00'),
(4586, 'user_prof__29_982', 14, 29, '2024-06-11 14:24:35', '0000-00-00 00:00:00'),
(4587, 'user_prof__31_254', 14, 31, '2024-06-11 14:24:35', '0000-00-00 00:00:00'),
(4588, 'user_prof__32_325', 14, 32, '2024-06-11 14:24:35', '0000-00-00 00:00:00'),
(4589, 'user_prof__33_962', 14, 33, '2024-06-11 14:24:35', '0000-00-00 00:00:00'),
(4590, 'user_prof__34_833', 14, 34, '2024-06-11 14:24:35', '0000-00-00 00:00:00'),
(4591, 'user_prof__35_146', 14, 35, '2024-06-11 14:24:35', '0000-00-00 00:00:00'),
(4592, 'user_prof__30_869', 14, 30, '2024-06-11 14:24:35', '0000-00-00 00:00:00'),
(4593, 'user_prof__78_863', 14, 78, '2024-06-11 14:24:35', '0000-00-00 00:00:00'),
(4594, 'user_prof__79_452', 14, 79, '2024-06-11 14:24:35', '0000-00-00 00:00:00'),
(4595, 'user_prof__36_816', 16, 36, '2024-06-11 16:11:11', '0000-00-00 00:00:00'),
(4596, 'user_prof__37_774', 16, 37, '2024-06-11 16:11:11', '0000-00-00 00:00:00'),
(4597, 'user_prof__38_618', 16, 38, '2024-06-11 16:11:11', '0000-00-00 00:00:00'),
(4598, '10_0_36_788', 10, 36, '2024-06-12 00:27:58', '0000-00-00 00:00:00'),
(4599, '10_1_37_111', 10, 37, '2024-06-12 00:27:58', '0000-00-00 00:00:00'),
(4600, '10_2_38_542', 10, 38, '2024-06-12 00:27:58', '0000-00-00 00:00:00'),
(4601, '10_3_39_905', 10, 39, '2024-06-12 00:27:58', '0000-00-00 00:00:00'),
(4602, '10_4_40_403', 10, 40, '2024-06-12 00:27:58', '0000-00-00 00:00:00'),
(4603, '10_5_41_688', 10, 41, '2024-06-12 00:27:58', '0000-00-00 00:00:00'),
(4604, '10_6_42_266', 10, 42, '2024-06-12 00:27:58', '0000-00-00 00:00:00'),
(4605, '10_7_43_508', 10, 43, '2024-06-12 00:27:58', '0000-00-00 00:00:00'),
(4606, '10_8_44_223', 10, 44, '2024-06-12 00:27:58', '0000-00-00 00:00:00'),
(4607, '10_9_45_604', 10, 45, '2024-06-12 00:27:58', '0000-00-00 00:00:00'),
(4608, '10_10_46_604', 10, 46, '2024-06-12 00:27:58', '0000-00-00 00:00:00'),
(4609, '10_11_47_997', 10, 47, '2024-06-12 00:27:58', '0000-00-00 00:00:00'),
(4610, '10_12_48_541', 10, 48, '2024-06-12 00:27:58', '0000-00-00 00:00:00'),
(4611, '10_13_49_647', 10, 49, '2024-06-12 00:27:58', '0000-00-00 00:00:00'),
(4612, '10_14_50_363', 10, 50, '2024-06-12 00:27:58', '0000-00-00 00:00:00'),
(4613, '10_15_51_145', 10, 51, '2024-06-12 00:27:58', '0000-00-00 00:00:00'),
(4614, '10_16_52_496', 10, 52, '2024-06-12 00:27:58', '0000-00-00 00:00:00'),
(4615, '10_17_53_332', 10, 53, '2024-06-12 00:27:58', '0000-00-00 00:00:00'),
(4616, '10_18_54_456', 10, 54, '2024-06-12 00:27:58', '0000-00-00 00:00:00'),
(4617, '10_19_55_344', 10, 55, '2024-06-12 00:27:58', '0000-00-00 00:00:00'),
(4618, '10_20_56_141', 10, 56, '2024-06-12 00:27:58', '0000-00-00 00:00:00'),
(4619, '10_21_57_283', 10, 57, '2024-06-12 00:27:58', '0000-00-00 00:00:00'),
(4620, '10_22_58_256', 10, 58, '2024-06-12 00:27:58', '0000-00-00 00:00:00'),
(4621, '10_23_59_290', 10, 59, '2024-06-12 00:27:58', '0000-00-00 00:00:00'),
(4622, '10_24_60_670', 10, 60, '2024-06-12 00:27:58', '0000-00-00 00:00:00'),
(4623, '10_25_61_148', 10, 61, '2024-06-12 00:27:58', '0000-00-00 00:00:00'),
(4624, '10_26_1_617', 10, 1, '2024-06-12 00:27:58', '0000-00-00 00:00:00'),
(4625, '10_27_5_597', 10, 5, '2024-06-12 00:27:58', '0000-00-00 00:00:00'),
(4626, '10_28_6_236', 10, 6, '2024-06-12 00:27:58', '0000-00-00 00:00:00'),
(4627, '10_29_7_234', 10, 7, '2024-06-12 00:27:58', '0000-00-00 00:00:00'),
(4628, '10_30_8_822', 10, 8, '2024-06-12 00:27:58', '0000-00-00 00:00:00'),
(4629, '10_31_9_671', 10, 9, '2024-06-12 00:27:58', '0000-00-00 00:00:00'),
(4630, '10_32_10_128', 10, 10, '2024-06-12 00:27:58', '0000-00-00 00:00:00'),
(4631, '10_33_2_730', 10, 2, '2024-06-12 00:27:58', '0000-00-00 00:00:00'),
(4632, '10_34_11_257', 10, 11, '2024-06-12 00:27:58', '0000-00-00 00:00:00'),
(4633, '10_35_12_611', 10, 12, '2024-06-12 00:27:58', '0000-00-00 00:00:00'),
(4634, '10_36_13_736', 10, 13, '2024-06-12 00:27:58', '0000-00-00 00:00:00'),
(4635, '10_37_14_266', 10, 14, '2024-06-12 00:27:58', '0000-00-00 00:00:00'),
(4636, '10_38_15_329', 10, 15, '2024-06-12 00:27:58', '0000-00-00 00:00:00'),
(4637, '10_39_16_228', 10, 16, '2024-06-12 00:27:58', '0000-00-00 00:00:00'),
(4638, '10_40_17_951', 10, 17, '2024-06-12 00:27:58', '0000-00-00 00:00:00'),
(4639, '10_41_3_952', 10, 3, '2024-06-12 00:27:58', '0000-00-00 00:00:00'),
(4640, '10_42_18_112', 10, 18, '2024-06-12 00:27:58', '0000-00-00 00:00:00'),
(4641, '10_43_64_759', 10, 64, '2024-06-12 00:27:58', '0000-00-00 00:00:00'),
(4642, '10_44_65_316', 10, 65, '2024-06-12 00:27:58', '0000-00-00 00:00:00'),
(4643, '10_45_66_985', 10, 66, '2024-06-12 00:27:58', '0000-00-00 00:00:00'),
(4644, '10_46_67_859', 10, 67, '2024-06-12 00:27:58', '0000-00-00 00:00:00'),
(4645, '10_47_68_208', 10, 68, '2024-06-12 00:27:58', '0000-00-00 00:00:00'),
(4646, '10_48_69_295', 10, 69, '2024-06-12 00:27:58', '0000-00-00 00:00:00'),
(4647, '10_49_70_231', 10, 70, '2024-06-12 00:27:58', '0000-00-00 00:00:00'),
(4648, '10_50_71_766', 10, 71, '2024-06-12 00:27:58', '0000-00-00 00:00:00'),
(4649, '10_51_19_652', 10, 19, '2024-06-12 00:27:58', '0000-00-00 00:00:00'),
(4650, '10_52_20_311', 10, 20, '2024-06-12 00:27:58', '0000-00-00 00:00:00'),
(4651, '10_53_21_663', 10, 21, '2024-06-12 00:27:58', '0000-00-00 00:00:00'),
(4652, '10_54_22_380', 10, 22, '2024-06-12 00:27:58', '0000-00-00 00:00:00'),
(4653, '10_55_80_714', 10, 80, '2024-06-12 00:27:58', '0000-00-00 00:00:00'),
(4654, '10_56_81_365', 10, 81, '2024-06-12 00:27:58', '0000-00-00 00:00:00'),
(4655, '10_57_82_573', 10, 82, '2024-06-12 00:27:58', '0000-00-00 00:00:00'),
(4656, '10_58_83_911', 10, 83, '2024-06-12 00:27:58', '0000-00-00 00:00:00'),
(4657, '10_59_85_360', 10, 85, '2024-06-12 00:27:58', '0000-00-00 00:00:00'),
(4658, '10_60_86_184', 10, 86, '2024-06-12 00:27:58', '0000-00-00 00:00:00'),
(4659, '10_61_88_821', 10, 88, '2024-06-12 00:27:58', '0000-00-00 00:00:00'),
(4660, '10_62_89_928', 10, 89, '2024-06-12 00:27:58', '0000-00-00 00:00:00'),
(4661, '10_63_90_434', 10, 90, '2024-06-12 00:27:58', '0000-00-00 00:00:00'),
(4662, '10_64_91_702', 10, 91, '2024-06-12 00:27:58', '0000-00-00 00:00:00'),
(4663, '10_65_92_608', 10, 92, '2024-06-12 00:27:58', '0000-00-00 00:00:00'),
(4664, '10_66_93_203', 10, 93, '2024-06-12 00:27:58', '0000-00-00 00:00:00'),
(4665, '10_67_94_124', 10, 94, '2024-06-12 00:27:58', '0000-00-00 00:00:00'),
(4666, '10_68_95_216', 10, 95, '2024-06-12 00:27:58', '0000-00-00 00:00:00'),
(4667, '10_69_96_386', 10, 96, '2024-06-12 00:27:58', '0000-00-00 00:00:00'),
(4668, '10_70_97_237', 10, 97, '2024-06-12 00:27:58', '0000-00-00 00:00:00'),
(4669, '10_71_98_975', 10, 98, '2024-06-12 00:27:58', '0000-00-00 00:00:00'),
(4670, '10_72_99_287', 10, 99, '2024-06-12 00:27:58', '0000-00-00 00:00:00'),
(4671, '10_73_100_191', 10, 100, '2024-06-12 00:27:58', '0000-00-00 00:00:00'),
(4672, '10_74_101_928', 10, 101, '2024-06-12 00:27:58', '0000-00-00 00:00:00'),
(4673, '10_75_102_520', 10, 102, '2024-06-12 00:27:58', '0000-00-00 00:00:00'),
(4674, '10_76_103_414', 10, 103, '2024-06-12 00:27:58', '0000-00-00 00:00:00'),
(4675, '10_77_104_474', 10, 104, '2024-06-12 00:27:58', '0000-00-00 00:00:00'),
(4676, '10_78_23_486', 10, 23, '2024-06-12 00:27:58', '0000-00-00 00:00:00'),
(4677, '10_79_72_627', 10, 72, '2024-06-12 00:27:58', '0000-00-00 00:00:00'),
(4678, '10_80_73_684', 10, 73, '2024-06-12 00:27:58', '0000-00-00 00:00:00'),
(4679, '10_81_74_259', 10, 74, '2024-06-12 00:27:58', '0000-00-00 00:00:00'),
(4680, '10_82_75_689', 10, 75, '2024-06-12 00:27:58', '0000-00-00 00:00:00'),
(4681, '10_83_76_265', 10, 76, '2024-06-12 00:27:58', '0000-00-00 00:00:00'),
(4682, '10_84_77_925', 10, 77, '2024-06-12 00:27:58', '0000-00-00 00:00:00'),
(4683, '10_85_4_461', 10, 4, '2024-06-12 00:27:58', '0000-00-00 00:00:00'),
(4684, '10_86_26_253', 10, 26, '2024-06-12 00:27:58', '0000-00-00 00:00:00'),
(4685, '10_87_27_300', 10, 27, '2024-06-12 00:27:58', '0000-00-00 00:00:00'),
(4686, '10_88_28_719', 10, 28, '2024-06-12 00:27:58', '0000-00-00 00:00:00'),
(4687, '10_89_29_543', 10, 29, '2024-06-12 00:27:58', '0000-00-00 00:00:00'),
(4688, '10_90_31_786', 10, 31, '2024-06-12 00:27:58', '0000-00-00 00:00:00'),
(4689, '10_91_32_540', 10, 32, '2024-06-12 00:27:58', '0000-00-00 00:00:00'),
(4690, '10_92_33_987', 10, 33, '2024-06-12 00:27:58', '0000-00-00 00:00:00'),
(4691, '10_93_34_930', 10, 34, '2024-06-12 00:27:58', '0000-00-00 00:00:00'),
(4692, '10_94_35_344', 10, 35, '2024-06-12 00:27:58', '0000-00-00 00:00:00'),
(4693, '10_95_30_761', 10, 30, '2024-06-12 00:27:58', '0000-00-00 00:00:00'),
(4694, 'user_prof__36_491', 17, 36, '2024-06-12 05:55:08', '0000-00-00 00:00:00'),
(4695, 'user_prof__37_406', 17, 37, '2024-06-12 05:55:08', '0000-00-00 00:00:00'),
(4696, 'user_prof__38_602', 17, 38, '2024-06-12 05:55:08', '0000-00-00 00:00:00'),
(4697, 'user_prof__39_819', 17, 39, '2024-06-12 05:55:08', '0000-00-00 00:00:00'),
(4698, 'user_prof__40_698', 17, 40, '2024-06-12 05:55:08', '0000-00-00 00:00:00'),
(4699, 'user_prof__41_329', 17, 41, '2024-06-12 05:55:08', '0000-00-00 00:00:00'),
(4700, 'user_prof__42_333', 17, 42, '2024-06-12 05:55:08', '0000-00-00 00:00:00'),
(4701, 'user_prof__43_632', 17, 43, '2024-06-12 05:55:08', '0000-00-00 00:00:00'),
(4702, 'user_prof__44_321', 17, 44, '2024-06-12 05:55:08', '0000-00-00 00:00:00'),
(4703, 'user_prof__45_865', 17, 45, '2024-06-12 05:55:08', '0000-00-00 00:00:00'),
(4704, 'user_prof__46_178', 17, 46, '2024-06-12 05:55:08', '0000-00-00 00:00:00'),
(4705, 'user_prof__47_567', 17, 47, '2024-06-12 05:55:08', '0000-00-00 00:00:00'),
(4706, 'user_prof__48_727', 17, 48, '2024-06-12 05:55:08', '0000-00-00 00:00:00'),
(4707, 'user_prof__49_552', 17, 49, '2024-06-12 05:55:08', '0000-00-00 00:00:00'),
(4708, 'user_prof__50_208', 17, 50, '2024-06-12 05:55:08', '0000-00-00 00:00:00'),
(4709, 'user_prof__51_358', 17, 51, '2024-06-12 05:55:08', '0000-00-00 00:00:00'),
(4710, 'user_prof__52_498', 17, 52, '2024-06-12 05:55:08', '0000-00-00 00:00:00'),
(4711, 'user_prof__53_724', 17, 53, '2024-06-12 05:55:08', '0000-00-00 00:00:00'),
(4712, 'user_prof__54_945', 17, 54, '2024-06-12 05:55:08', '0000-00-00 00:00:00'),
(4713, 'user_prof__55_209', 17, 55, '2024-06-12 05:55:08', '0000-00-00 00:00:00'),
(4714, 'user_prof__56_789', 17, 56, '2024-06-12 05:55:08', '0000-00-00 00:00:00'),
(4715, 'user_prof__57_491', 17, 57, '2024-06-12 05:55:08', '0000-00-00 00:00:00'),
(4716, 'user_prof__58_612', 17, 58, '2024-06-12 05:55:08', '0000-00-00 00:00:00'),
(4717, 'user_prof__59_774', 17, 59, '2024-06-12 05:55:08', '0000-00-00 00:00:00'),
(4718, 'user_prof__60_521', 17, 60, '2024-06-12 05:55:08', '0000-00-00 00:00:00'),
(4719, 'user_prof__61_602', 17, 61, '2024-06-12 05:55:08', '0000-00-00 00:00:00'),
(4720, 'user_prof__36_455', 18, 36, '2024-06-12 06:08:27', '0000-00-00 00:00:00'),
(4721, 'user_prof__37_247', 18, 37, '2024-06-12 06:08:27', '0000-00-00 00:00:00'),
(4722, 'user_prof__38_724', 18, 38, '2024-06-12 06:08:27', '0000-00-00 00:00:00'),
(4723, 'user_prof__39_690', 18, 39, '2024-06-12 06:08:27', '0000-00-00 00:00:00'),
(4724, 'user_prof__40_832', 18, 40, '2024-06-12 06:08:27', '0000-00-00 00:00:00'),
(4725, 'user_prof__41_570', 18, 41, '2024-06-12 06:08:27', '0000-00-00 00:00:00'),
(4726, 'user_prof__42_496', 18, 42, '2024-06-12 06:08:27', '0000-00-00 00:00:00'),
(4727, 'user_prof__43_435', 18, 43, '2024-06-12 06:08:27', '0000-00-00 00:00:00'),
(4728, 'user_prof__44_448', 18, 44, '2024-06-12 06:08:27', '0000-00-00 00:00:00'),
(4729, 'user_prof__45_413', 18, 45, '2024-06-12 06:08:27', '0000-00-00 00:00:00'),
(4730, 'user_prof__46_252', 18, 46, '2024-06-12 06:08:27', '0000-00-00 00:00:00'),
(4731, 'user_prof__47_907', 18, 47, '2024-06-12 06:08:27', '0000-00-00 00:00:00'),
(4732, 'user_prof__48_916', 18, 48, '2024-06-12 06:08:27', '0000-00-00 00:00:00'),
(4733, 'user_prof__49_370', 18, 49, '2024-06-12 06:08:27', '0000-00-00 00:00:00'),
(4734, 'user_prof__50_942', 18, 50, '2024-06-12 06:08:27', '0000-00-00 00:00:00'),
(4735, 'user_prof__51_907', 18, 51, '2024-06-12 06:08:27', '0000-00-00 00:00:00'),
(4736, 'user_prof__52_860', 18, 52, '2024-06-12 06:08:27', '0000-00-00 00:00:00'),
(4737, 'user_prof__53_547', 18, 53, '2024-06-12 06:08:27', '0000-00-00 00:00:00'),
(4738, 'user_prof__54_740', 18, 54, '2024-06-12 06:08:27', '0000-00-00 00:00:00'),
(4739, 'user_prof__55_507', 18, 55, '2024-06-12 06:08:27', '0000-00-00 00:00:00'),
(4740, 'user_prof__56_993', 18, 56, '2024-06-12 06:08:27', '0000-00-00 00:00:00'),
(4741, 'user_prof__57_419', 18, 57, '2024-06-12 06:08:27', '0000-00-00 00:00:00'),
(4742, 'user_prof__58_822', 18, 58, '2024-06-12 06:08:27', '0000-00-00 00:00:00'),
(4743, 'user_prof__59_610', 18, 59, '2024-06-12 06:08:27', '0000-00-00 00:00:00'),
(4744, 'user_prof__60_607', 18, 60, '2024-06-12 06:08:27', '0000-00-00 00:00:00'),
(4745, 'user_prof__61_281', 18, 61, '2024-06-12 06:08:27', '0000-00-00 00:00:00'),
(4772, 'user_prof__36_564', 20, 36, '2024-06-12 13:18:32', '0000-00-00 00:00:00'),
(4773, 'user_prof__37_657', 20, 37, '2024-06-12 13:18:32', '0000-00-00 00:00:00'),
(4774, 'user_prof__38_955', 20, 38, '2024-06-12 13:18:32', '0000-00-00 00:00:00'),
(4775, 'user_prof__39_950', 20, 39, '2024-06-12 13:18:32', '0000-00-00 00:00:00'),
(4776, 'user_prof__40_179', 20, 40, '2024-06-12 13:18:32', '0000-00-00 00:00:00'),
(4777, 'user_prof__41_528', 20, 41, '2024-06-12 13:18:32', '0000-00-00 00:00:00'),
(4778, 'user_prof__42_331', 20, 42, '2024-06-12 13:18:32', '0000-00-00 00:00:00'),
(4779, 'user_prof__43_308', 20, 43, '2024-06-12 13:18:32', '0000-00-00 00:00:00'),
(4780, 'user_prof__44_373', 20, 44, '2024-06-12 13:18:32', '0000-00-00 00:00:00'),
(4781, 'user_prof__45_394', 20, 45, '2024-06-12 13:18:32', '0000-00-00 00:00:00'),
(4782, 'user_prof__46_762', 20, 46, '2024-06-12 13:18:32', '0000-00-00 00:00:00'),
(4783, 'user_prof__47_493', 20, 47, '2024-06-12 13:18:32', '0000-00-00 00:00:00'),
(4784, 'user_prof__48_783', 20, 48, '2024-06-12 13:18:32', '0000-00-00 00:00:00'),
(4785, 'user_prof__49_522', 20, 49, '2024-06-12 13:18:32', '0000-00-00 00:00:00'),
(4786, 'user_prof__50_743', 20, 50, '2024-06-12 13:18:32', '0000-00-00 00:00:00'),
(4787, 'user_prof__51_279', 20, 51, '2024-06-12 13:18:32', '0000-00-00 00:00:00'),
(4788, 'user_prof__52_663', 20, 52, '2024-06-12 13:18:32', '0000-00-00 00:00:00'),
(4789, 'user_prof__53_588', 20, 53, '2024-06-12 13:18:32', '0000-00-00 00:00:00'),
(4790, 'user_prof__54_860', 20, 54, '2024-06-12 13:18:32', '0000-00-00 00:00:00'),
(4791, 'user_prof__55_644', 20, 55, '2024-06-12 13:18:32', '0000-00-00 00:00:00'),
(4792, 'user_prof__56_880', 20, 56, '2024-06-12 13:18:32', '0000-00-00 00:00:00'),
(4793, 'user_prof__57_784', 20, 57, '2024-06-12 13:18:32', '0000-00-00 00:00:00'),
(4794, 'user_prof__58_829', 20, 58, '2024-06-12 13:18:32', '0000-00-00 00:00:00'),
(4795, 'user_prof__59_849', 20, 59, '2024-06-12 13:18:32', '0000-00-00 00:00:00'),
(4796, 'user_prof__60_735', 20, 60, '2024-06-12 13:18:32', '0000-00-00 00:00:00'),
(4797, 'user_prof__61_396', 20, 61, '2024-06-12 13:18:32', '0000-00-00 00:00:00'),
(4798, 'user_prof__36_609', 22, 36, '2024-06-12 13:21:56', '0000-00-00 00:00:00'),
(4799, 'user_prof__37_674', 22, 37, '2024-06-12 13:21:56', '0000-00-00 00:00:00'),
(4800, 'user_prof__38_995', 22, 38, '2024-06-12 13:21:56', '0000-00-00 00:00:00'),
(4801, 'user_prof__39_246', 22, 39, '2024-06-12 13:21:56', '0000-00-00 00:00:00'),
(4802, 'user_prof__40_857', 22, 40, '2024-06-12 13:21:56', '0000-00-00 00:00:00'),
(4803, 'user_prof__41_234', 22, 41, '2024-06-12 13:21:56', '0000-00-00 00:00:00'),
(4804, 'user_prof__42_305', 22, 42, '2024-06-12 13:21:56', '0000-00-00 00:00:00'),
(4805, 'user_prof__43_151', 22, 43, '2024-06-12 13:21:56', '0000-00-00 00:00:00'),
(4806, 'user_prof__44_374', 22, 44, '2024-06-12 13:21:56', '0000-00-00 00:00:00'),
(4807, 'user_prof__45_260', 22, 45, '2024-06-12 13:21:56', '0000-00-00 00:00:00'),
(4808, 'user_prof__46_330', 22, 46, '2024-06-12 13:21:56', '0000-00-00 00:00:00'),
(4809, 'user_prof__47_592', 22, 47, '2024-06-12 13:21:56', '0000-00-00 00:00:00'),
(4810, 'user_prof__48_577', 22, 48, '2024-06-12 13:21:56', '0000-00-00 00:00:00'),
(4811, 'user_prof__49_953', 22, 49, '2024-06-12 13:21:56', '0000-00-00 00:00:00'),
(4812, 'user_prof__50_659', 22, 50, '2024-06-12 13:21:56', '0000-00-00 00:00:00'),
(4813, 'user_prof__51_539', 22, 51, '2024-06-12 13:21:56', '0000-00-00 00:00:00'),
(4814, 'user_prof__52_992', 22, 52, '2024-06-12 13:21:56', '0000-00-00 00:00:00'),
(4815, 'user_prof__53_819', 22, 53, '2024-06-12 13:21:56', '0000-00-00 00:00:00'),
(4816, 'user_prof__54_311', 22, 54, '2024-06-12 13:21:56', '0000-00-00 00:00:00'),
(4817, 'user_prof__55_622', 22, 55, '2024-06-12 13:21:56', '0000-00-00 00:00:00'),
(4818, 'user_prof__56_425', 22, 56, '2024-06-12 13:21:56', '0000-00-00 00:00:00'),
(4819, 'user_prof__57_292', 22, 57, '2024-06-12 13:21:56', '0000-00-00 00:00:00'),
(4820, 'user_prof__58_404', 22, 58, '2024-06-12 13:21:56', '0000-00-00 00:00:00'),
(4821, 'user_prof__59_737', 22, 59, '2024-06-12 13:21:56', '0000-00-00 00:00:00'),
(4822, 'user_prof__60_132', 22, 60, '2024-06-12 13:21:56', '0000-00-00 00:00:00'),
(4823, 'user_prof__61_866', 22, 61, '2024-06-12 13:21:56', '0000-00-00 00:00:00'),
(4824, 'user_prof__36_999', 23, 36, '2024-06-12 13:23:05', '0000-00-00 00:00:00'),
(4825, 'user_prof__37_740', 23, 37, '2024-06-12 13:23:05', '0000-00-00 00:00:00'),
(4826, 'user_prof__38_362', 23, 38, '2024-06-12 13:23:05', '0000-00-00 00:00:00'),
(4827, 'user_prof__39_472', 23, 39, '2024-06-12 13:23:05', '0000-00-00 00:00:00'),
(4828, 'user_prof__40_837', 23, 40, '2024-06-12 13:23:05', '0000-00-00 00:00:00'),
(4829, 'user_prof__41_357', 23, 41, '2024-06-12 13:23:05', '0000-00-00 00:00:00'),
(4830, 'user_prof__42_242', 23, 42, '2024-06-12 13:23:05', '0000-00-00 00:00:00'),
(4831, 'user_prof__43_979', 23, 43, '2024-06-12 13:23:05', '0000-00-00 00:00:00'),
(4832, 'user_prof__44_595', 23, 44, '2024-06-12 13:23:05', '0000-00-00 00:00:00'),
(4833, 'user_prof__45_809', 23, 45, '2024-06-12 13:23:05', '0000-00-00 00:00:00'),
(4834, 'user_prof__46_582', 23, 46, '2024-06-12 13:23:05', '0000-00-00 00:00:00'),
(4835, 'user_prof__47_626', 23, 47, '2024-06-12 13:23:05', '0000-00-00 00:00:00'),
(4836, 'user_prof__48_486', 23, 48, '2024-06-12 13:23:05', '0000-00-00 00:00:00'),
(4837, 'user_prof__49_549', 23, 49, '2024-06-12 13:23:05', '0000-00-00 00:00:00'),
(4838, 'user_prof__50_978', 23, 50, '2024-06-12 13:23:05', '0000-00-00 00:00:00'),
(4839, 'user_prof__51_935', 23, 51, '2024-06-12 13:23:05', '0000-00-00 00:00:00'),
(4840, 'user_prof__52_222', 23, 52, '2024-06-12 13:23:05', '0000-00-00 00:00:00'),
(4841, 'user_prof__53_550', 23, 53, '2024-06-12 13:23:05', '0000-00-00 00:00:00'),
(4842, 'user_prof__54_517', 23, 54, '2024-06-12 13:23:05', '0000-00-00 00:00:00'),
(4843, 'user_prof__55_299', 23, 55, '2024-06-12 13:23:05', '0000-00-00 00:00:00'),
(4844, 'user_prof__56_773', 23, 56, '2024-06-12 13:23:05', '0000-00-00 00:00:00'),
(4845, 'user_prof__57_447', 23, 57, '2024-06-12 13:23:05', '0000-00-00 00:00:00'),
(4846, 'user_prof__58_667', 23, 58, '2024-06-12 13:23:05', '0000-00-00 00:00:00'),
(4847, 'user_prof__59_150', 23, 59, '2024-06-12 13:23:05', '0000-00-00 00:00:00'),
(4848, 'user_prof__60_577', 23, 60, '2024-06-12 13:23:05', '0000-00-00 00:00:00'),
(4849, 'user_prof__61_469', 23, 61, '2024-06-12 13:23:05', '0000-00-00 00:00:00'),
(4850, 'user_prof__36_875', 24, 36, '2024-06-12 13:24:44', '0000-00-00 00:00:00'),
(4851, 'user_prof__37_893', 24, 37, '2024-06-12 13:24:44', '0000-00-00 00:00:00'),
(4852, 'user_prof__38_220', 24, 38, '2024-06-12 13:24:44', '0000-00-00 00:00:00'),
(4853, 'user_prof__39_908', 24, 39, '2024-06-12 13:24:44', '0000-00-00 00:00:00'),
(4854, 'user_prof__40_421', 24, 40, '2024-06-12 13:24:44', '0000-00-00 00:00:00'),
(4855, 'user_prof__41_970', 24, 41, '2024-06-12 13:24:44', '0000-00-00 00:00:00'),
(4856, 'user_prof__42_146', 24, 42, '2024-06-12 13:24:44', '0000-00-00 00:00:00'),
(4857, 'user_prof__43_250', 24, 43, '2024-06-12 13:24:44', '0000-00-00 00:00:00'),
(4858, 'user_prof__44_412', 24, 44, '2024-06-12 13:24:44', '0000-00-00 00:00:00'),
(4859, 'user_prof__45_764', 24, 45, '2024-06-12 13:24:44', '0000-00-00 00:00:00'),
(4860, 'user_prof__46_831', 24, 46, '2024-06-12 13:24:44', '0000-00-00 00:00:00'),
(4861, 'user_prof__47_872', 24, 47, '2024-06-12 13:24:44', '0000-00-00 00:00:00'),
(4862, 'user_prof__48_277', 24, 48, '2024-06-12 13:24:44', '0000-00-00 00:00:00'),
(4863, 'user_prof__49_497', 24, 49, '2024-06-12 13:24:44', '0000-00-00 00:00:00');
INSERT INTO `user_profesions` (`id`, `slug`, `user_id`, `profession_id`, `created_at`, `updated_at`) VALUES
(4864, 'user_prof__50_370', 24, 50, '2024-06-12 13:24:44', '0000-00-00 00:00:00'),
(4865, 'user_prof__51_482', 24, 51, '2024-06-12 13:24:44', '0000-00-00 00:00:00'),
(4866, 'user_prof__52_383', 24, 52, '2024-06-12 13:24:44', '0000-00-00 00:00:00'),
(4867, 'user_prof__53_799', 24, 53, '2024-06-12 13:24:44', '0000-00-00 00:00:00'),
(4868, 'user_prof__54_381', 24, 54, '2024-06-12 13:24:44', '0000-00-00 00:00:00'),
(4869, 'user_prof__55_471', 24, 55, '2024-06-12 13:24:44', '0000-00-00 00:00:00'),
(4870, 'user_prof__56_459', 24, 56, '2024-06-12 13:24:44', '0000-00-00 00:00:00'),
(4871, 'user_prof__57_781', 24, 57, '2024-06-12 13:24:44', '0000-00-00 00:00:00'),
(4872, 'user_prof__58_804', 24, 58, '2024-06-12 13:24:44', '0000-00-00 00:00:00'),
(4873, 'user_prof__59_118', 24, 59, '2024-06-12 13:24:44', '0000-00-00 00:00:00'),
(4874, 'user_prof__60_204', 24, 60, '2024-06-12 13:24:44', '0000-00-00 00:00:00'),
(4875, 'user_prof__61_796', 24, 61, '2024-06-12 13:24:44', '0000-00-00 00:00:00'),
(4876, 'user_prof__36_872', 25, 36, '2024-06-12 13:27:14', '0000-00-00 00:00:00'),
(4877, 'user_prof__37_166', 25, 37, '2024-06-12 13:27:14', '0000-00-00 00:00:00'),
(4878, 'user_prof__38_674', 25, 38, '2024-06-12 13:27:14', '0000-00-00 00:00:00'),
(4879, 'user_prof__39_644', 25, 39, '2024-06-12 13:27:14', '0000-00-00 00:00:00'),
(4880, 'user_prof__40_912', 25, 40, '2024-06-12 13:27:14', '0000-00-00 00:00:00'),
(4881, 'user_prof__41_643', 25, 41, '2024-06-12 13:27:14', '0000-00-00 00:00:00'),
(4882, 'user_prof__42_536', 25, 42, '2024-06-12 13:27:14', '0000-00-00 00:00:00'),
(4883, 'user_prof__43_164', 25, 43, '2024-06-12 13:27:14', '0000-00-00 00:00:00'),
(4884, 'user_prof__44_762', 25, 44, '2024-06-12 13:27:14', '0000-00-00 00:00:00'),
(4885, 'user_prof__45_182', 25, 45, '2024-06-12 13:27:14', '0000-00-00 00:00:00'),
(4886, 'user_prof__46_766', 25, 46, '2024-06-12 13:27:14', '0000-00-00 00:00:00'),
(4887, 'user_prof__47_553', 25, 47, '2024-06-12 13:27:14', '0000-00-00 00:00:00'),
(4888, 'user_prof__48_365', 25, 48, '2024-06-12 13:27:14', '0000-00-00 00:00:00'),
(4889, 'user_prof__49_214', 25, 49, '2024-06-12 13:27:14', '0000-00-00 00:00:00'),
(4890, 'user_prof__50_399', 25, 50, '2024-06-12 13:27:14', '0000-00-00 00:00:00'),
(4891, 'user_prof__51_708', 25, 51, '2024-06-12 13:27:14', '0000-00-00 00:00:00'),
(4892, 'user_prof__52_155', 25, 52, '2024-06-12 13:27:14', '0000-00-00 00:00:00'),
(4893, 'user_prof__53_301', 25, 53, '2024-06-12 13:27:14', '0000-00-00 00:00:00'),
(4894, 'user_prof__54_699', 25, 54, '2024-06-12 13:27:14', '0000-00-00 00:00:00'),
(4895, 'user_prof__55_346', 25, 55, '2024-06-12 13:27:14', '0000-00-00 00:00:00'),
(4896, 'user_prof__56_486', 25, 56, '2024-06-12 13:27:14', '0000-00-00 00:00:00'),
(4897, 'user_prof__57_933', 25, 57, '2024-06-12 13:27:14', '0000-00-00 00:00:00'),
(4898, 'user_prof__58_277', 25, 58, '2024-06-12 13:27:14', '0000-00-00 00:00:00'),
(4899, 'user_prof__59_219', 25, 59, '2024-06-12 13:27:14', '0000-00-00 00:00:00'),
(4900, 'user_prof__60_137', 25, 60, '2024-06-12 13:27:14', '0000-00-00 00:00:00'),
(4901, 'user_prof__61_200', 25, 61, '2024-06-12 13:27:14', '0000-00-00 00:00:00'),
(4902, '26_0_36_332', 26, 36, '2024-06-12 14:46:05', '0000-00-00 00:00:00'),
(4903, '26_1_37_873', 26, 37, '2024-06-12 14:46:05', '0000-00-00 00:00:00'),
(4904, '26_2_38_513', 26, 38, '2024-06-12 14:46:05', '0000-00-00 00:00:00'),
(4905, '26_3_39_839', 26, 39, '2024-06-12 14:46:05', '0000-00-00 00:00:00'),
(4906, '26_4_40_292', 26, 40, '2024-06-12 14:46:05', '0000-00-00 00:00:00'),
(4907, '26_5_41_237', 26, 41, '2024-06-12 14:46:05', '0000-00-00 00:00:00'),
(4908, '26_6_42_582', 26, 42, '2024-06-12 14:46:05', '0000-00-00 00:00:00'),
(4909, '26_7_43_457', 26, 43, '2024-06-12 14:46:05', '0000-00-00 00:00:00'),
(4910, '26_8_44_695', 26, 44, '2024-06-12 14:46:05', '0000-00-00 00:00:00'),
(4911, '26_9_45_952', 26, 45, '2024-06-12 14:46:05', '0000-00-00 00:00:00'),
(4912, '26_10_46_298', 26, 46, '2024-06-12 14:46:05', '0000-00-00 00:00:00'),
(4913, '26_11_47_399', 26, 47, '2024-06-12 14:46:05', '0000-00-00 00:00:00'),
(4914, '26_12_48_488', 26, 48, '2024-06-12 14:46:05', '0000-00-00 00:00:00'),
(4915, '26_13_49_994', 26, 49, '2024-06-12 14:46:05', '0000-00-00 00:00:00'),
(4916, '26_14_50_659', 26, 50, '2024-06-12 14:46:05', '0000-00-00 00:00:00'),
(4917, '26_15_51_370', 26, 51, '2024-06-12 14:46:05', '0000-00-00 00:00:00'),
(4918, '26_16_52_761', 26, 52, '2024-06-12 14:46:05', '0000-00-00 00:00:00'),
(4919, '26_17_53_890', 26, 53, '2024-06-12 14:46:05', '0000-00-00 00:00:00'),
(4920, '26_18_54_445', 26, 54, '2024-06-12 14:46:05', '0000-00-00 00:00:00'),
(4921, '26_19_55_346', 26, 55, '2024-06-12 14:46:05', '0000-00-00 00:00:00'),
(4922, '26_20_56_618', 26, 56, '2024-06-12 14:46:05', '0000-00-00 00:00:00'),
(4923, '26_21_57_941', 26, 57, '2024-06-12 14:46:05', '0000-00-00 00:00:00'),
(4924, '26_22_58_769', 26, 58, '2024-06-12 14:46:05', '0000-00-00 00:00:00'),
(4925, '26_23_59_170', 26, 59, '2024-06-12 14:46:05', '0000-00-00 00:00:00'),
(4926, '26_24_60_196', 26, 60, '2024-06-12 14:46:05', '0000-00-00 00:00:00'),
(4927, '26_25_61_938', 26, 61, '2024-06-12 14:46:05', '0000-00-00 00:00:00'),
(4928, '26_26_1_808', 26, 1, '2024-06-12 14:46:05', '0000-00-00 00:00:00'),
(4929, '26_27_5_136', 26, 5, '2024-06-12 14:46:05', '0000-00-00 00:00:00'),
(4930, '26_28_6_376', 26, 6, '2024-06-12 14:46:05', '0000-00-00 00:00:00'),
(4931, '26_29_7_298', 26, 7, '2024-06-12 14:46:05', '0000-00-00 00:00:00'),
(4932, '26_30_8_323', 26, 8, '2024-06-12 14:46:05', '0000-00-00 00:00:00'),
(4933, '26_31_9_508', 26, 9, '2024-06-12 14:46:05', '0000-00-00 00:00:00'),
(4934, '26_32_10_699', 26, 10, '2024-06-12 14:46:05', '0000-00-00 00:00:00'),
(4935, '26_33_2_161', 26, 2, '2024-06-12 14:46:05', '0000-00-00 00:00:00'),
(4936, '26_34_11_719', 26, 11, '2024-06-12 14:46:05', '0000-00-00 00:00:00'),
(4937, '26_35_12_731', 26, 12, '2024-06-12 14:46:05', '0000-00-00 00:00:00'),
(4938, '26_36_13_582', 26, 13, '2024-06-12 14:46:05', '0000-00-00 00:00:00'),
(4939, '26_37_14_865', 26, 14, '2024-06-12 14:46:05', '0000-00-00 00:00:00'),
(4940, '26_38_15_964', 26, 15, '2024-06-12 14:46:05', '0000-00-00 00:00:00'),
(4941, '26_39_16_864', 26, 16, '2024-06-12 14:46:05', '0000-00-00 00:00:00'),
(4942, '26_40_17_460', 26, 17, '2024-06-12 14:46:05', '0000-00-00 00:00:00'),
(4943, '26_41_3_174', 26, 3, '2024-06-12 14:46:05', '0000-00-00 00:00:00'),
(4944, '26_42_18_853', 26, 18, '2024-06-12 14:46:05', '0000-00-00 00:00:00'),
(4945, '26_43_64_814', 26, 64, '2024-06-12 14:46:05', '0000-00-00 00:00:00'),
(4946, '26_44_65_950', 26, 65, '2024-06-12 14:46:05', '0000-00-00 00:00:00'),
(4947, '26_45_66_832', 26, 66, '2024-06-12 14:46:05', '0000-00-00 00:00:00'),
(4948, '26_46_67_578', 26, 67, '2024-06-12 14:46:05', '0000-00-00 00:00:00'),
(4949, '26_47_68_238', 26, 68, '2024-06-12 14:46:05', '0000-00-00 00:00:00'),
(4950, '26_48_69_264', 26, 69, '2024-06-12 14:46:05', '0000-00-00 00:00:00'),
(4951, '26_49_70_283', 26, 70, '2024-06-12 14:46:05', '0000-00-00 00:00:00'),
(4952, '26_50_71_697', 26, 71, '2024-06-12 14:46:05', '0000-00-00 00:00:00'),
(4953, '26_51_19_386', 26, 19, '2024-06-12 14:46:05', '0000-00-00 00:00:00'),
(4954, '26_52_20_550', 26, 20, '2024-06-12 14:46:05', '0000-00-00 00:00:00'),
(4955, '26_53_21_765', 26, 21, '2024-06-12 14:46:05', '0000-00-00 00:00:00'),
(4956, '26_54_22_531', 26, 22, '2024-06-12 14:46:05', '0000-00-00 00:00:00'),
(4957, '26_55_80_203', 26, 80, '2024-06-12 14:46:05', '0000-00-00 00:00:00'),
(4958, '26_56_81_186', 26, 81, '2024-06-12 14:46:05', '0000-00-00 00:00:00'),
(4959, '26_57_82_503', 26, 82, '2024-06-12 14:46:05', '0000-00-00 00:00:00'),
(4960, '26_58_83_526', 26, 83, '2024-06-12 14:46:05', '0000-00-00 00:00:00'),
(4961, '26_59_85_149', 26, 85, '2024-06-12 14:46:05', '0000-00-00 00:00:00'),
(4962, '26_60_86_578', 26, 86, '2024-06-12 14:46:05', '0000-00-00 00:00:00'),
(4963, '26_61_88_947', 26, 88, '2024-06-12 14:46:05', '0000-00-00 00:00:00'),
(4964, '26_62_89_828', 26, 89, '2024-06-12 14:46:05', '0000-00-00 00:00:00'),
(4965, '26_63_90_191', 26, 90, '2024-06-12 14:46:05', '0000-00-00 00:00:00'),
(4966, '26_64_91_728', 26, 91, '2024-06-12 14:46:05', '0000-00-00 00:00:00'),
(4967, '26_65_92_336', 26, 92, '2024-06-12 14:46:05', '0000-00-00 00:00:00'),
(4968, '26_66_93_643', 26, 93, '2024-06-12 14:46:05', '0000-00-00 00:00:00'),
(4969, '26_67_94_221', 26, 94, '2024-06-12 14:46:05', '0000-00-00 00:00:00'),
(4970, '26_68_95_721', 26, 95, '2024-06-12 14:46:05', '0000-00-00 00:00:00'),
(4971, '26_69_96_335', 26, 96, '2024-06-12 14:46:05', '0000-00-00 00:00:00'),
(4972, '26_70_97_599', 26, 97, '2024-06-12 14:46:05', '0000-00-00 00:00:00'),
(4973, '26_71_98_822', 26, 98, '2024-06-12 14:46:05', '0000-00-00 00:00:00'),
(4974, '26_72_99_299', 26, 99, '2024-06-12 14:46:05', '0000-00-00 00:00:00'),
(4975, '26_73_100_580', 26, 100, '2024-06-12 14:46:05', '0000-00-00 00:00:00'),
(4976, '26_74_101_448', 26, 101, '2024-06-12 14:46:05', '0000-00-00 00:00:00'),
(4977, '26_75_102_353', 26, 102, '2024-06-12 14:46:05', '0000-00-00 00:00:00'),
(4978, '26_76_103_246', 26, 103, '2024-06-12 14:46:05', '0000-00-00 00:00:00'),
(4979, '26_77_104_951', 26, 104, '2024-06-12 14:46:05', '0000-00-00 00:00:00'),
(4980, '26_78_23_969', 26, 23, '2024-06-12 14:46:05', '0000-00-00 00:00:00'),
(4981, '26_79_72_848', 26, 72, '2024-06-12 14:46:05', '0000-00-00 00:00:00'),
(4982, '26_80_73_202', 26, 73, '2024-06-12 14:46:05', '0000-00-00 00:00:00'),
(4983, '26_81_74_848', 26, 74, '2024-06-12 14:46:05', '0000-00-00 00:00:00'),
(4984, '26_82_75_301', 26, 75, '2024-06-12 14:46:05', '0000-00-00 00:00:00'),
(4985, '26_83_76_508', 26, 76, '2024-06-12 14:46:05', '0000-00-00 00:00:00'),
(4986, '26_84_77_584', 26, 77, '2024-06-12 14:46:05', '0000-00-00 00:00:00'),
(4987, '26_85_4_731', 26, 4, '2024-06-12 14:46:05', '0000-00-00 00:00:00'),
(4988, '26_86_26_667', 26, 26, '2024-06-12 14:46:05', '0000-00-00 00:00:00'),
(4989, '26_87_27_409', 26, 27, '2024-06-12 14:46:05', '0000-00-00 00:00:00'),
(4990, '26_88_28_159', 26, 28, '2024-06-12 14:46:05', '0000-00-00 00:00:00'),
(4991, '26_89_29_754', 26, 29, '2024-06-12 14:46:05', '0000-00-00 00:00:00'),
(4992, '26_90_31_722', 26, 31, '2024-06-12 14:46:05', '0000-00-00 00:00:00'),
(4993, '26_91_32_813', 26, 32, '2024-06-12 14:46:05', '0000-00-00 00:00:00'),
(4994, '26_92_33_196', 26, 33, '2024-06-12 14:46:05', '0000-00-00 00:00:00'),
(4995, '26_93_34_751', 26, 34, '2024-06-12 14:46:05', '0000-00-00 00:00:00'),
(4996, '26_94_35_412', 26, 35, '2024-06-12 14:46:05', '0000-00-00 00:00:00'),
(4997, '26_95_30_384', 26, 30, '2024-06-12 14:46:05', '0000-00-00 00:00:00'),
(4998, '27_0_36_751', 27, 36, '2024-06-12 17:16:49', '0000-00-00 00:00:00'),
(4999, '27_1_37_203', 27, 37, '2024-06-12 17:16:49', '0000-00-00 00:00:00'),
(5000, '27_2_38_406', 27, 38, '2024-06-12 17:16:49', '0000-00-00 00:00:00'),
(5001, '27_3_39_722', 27, 39, '2024-06-12 17:16:49', '0000-00-00 00:00:00'),
(5002, '27_4_40_985', 27, 40, '2024-06-12 17:16:49', '0000-00-00 00:00:00'),
(5003, '27_5_41_898', 27, 41, '2024-06-12 17:16:49', '0000-00-00 00:00:00'),
(5004, '27_6_42_661', 27, 42, '2024-06-12 17:16:49', '0000-00-00 00:00:00'),
(5005, '27_7_43_209', 27, 43, '2024-06-12 17:16:49', '0000-00-00 00:00:00'),
(5006, '27_8_44_638', 27, 44, '2024-06-12 17:16:49', '0000-00-00 00:00:00'),
(5007, '27_9_45_193', 27, 45, '2024-06-12 17:16:49', '0000-00-00 00:00:00'),
(5008, '27_10_46_560', 27, 46, '2024-06-12 17:16:49', '0000-00-00 00:00:00'),
(5009, '27_11_47_266', 27, 47, '2024-06-12 17:16:49', '0000-00-00 00:00:00'),
(5010, '27_12_48_934', 27, 48, '2024-06-12 17:16:49', '0000-00-00 00:00:00'),
(5011, '27_13_49_785', 27, 49, '2024-06-12 17:16:49', '0000-00-00 00:00:00'),
(5012, '27_14_50_841', 27, 50, '2024-06-12 17:16:49', '0000-00-00 00:00:00'),
(5013, '27_15_51_558', 27, 51, '2024-06-12 17:16:49', '0000-00-00 00:00:00'),
(5014, '27_16_52_750', 27, 52, '2024-06-12 17:16:49', '0000-00-00 00:00:00'),
(5015, '27_17_53_960', 27, 53, '2024-06-12 17:16:49', '0000-00-00 00:00:00'),
(5016, '27_18_54_218', 27, 54, '2024-06-12 17:16:49', '0000-00-00 00:00:00'),
(5017, '27_19_55_272', 27, 55, '2024-06-12 17:16:49', '0000-00-00 00:00:00'),
(5018, '27_20_56_784', 27, 56, '2024-06-12 17:16:49', '0000-00-00 00:00:00'),
(5019, '27_21_57_245', 27, 57, '2024-06-12 17:16:49', '0000-00-00 00:00:00'),
(5020, '27_22_58_775', 27, 58, '2024-06-12 17:16:49', '0000-00-00 00:00:00'),
(5021, '27_23_59_715', 27, 59, '2024-06-12 17:16:49', '0000-00-00 00:00:00'),
(5022, '27_24_60_652', 27, 60, '2024-06-12 17:16:49', '0000-00-00 00:00:00'),
(5023, '27_25_61_984', 27, 61, '2024-06-12 17:16:49', '0000-00-00 00:00:00'),
(5024, '27_26_3_754', 27, 3, '2024-06-12 17:16:49', '0000-00-00 00:00:00'),
(5025, '27_27_18_243', 27, 18, '2024-06-12 17:16:49', '0000-00-00 00:00:00'),
(5026, '27_28_64_333', 27, 64, '2024-06-12 17:16:49', '0000-00-00 00:00:00'),
(5027, '27_29_65_879', 27, 65, '2024-06-12 17:16:49', '0000-00-00 00:00:00'),
(5028, '27_30_66_244', 27, 66, '2024-06-12 17:16:49', '0000-00-00 00:00:00'),
(5029, '27_31_67_706', 27, 67, '2024-06-12 17:16:49', '0000-00-00 00:00:00'),
(5030, '27_32_68_652', 27, 68, '2024-06-12 17:16:49', '0000-00-00 00:00:00'),
(5031, '27_33_69_888', 27, 69, '2024-06-12 17:16:49', '0000-00-00 00:00:00'),
(5032, '27_34_70_594', 27, 70, '2024-06-12 17:16:49', '0000-00-00 00:00:00'),
(5033, '27_35_71_437', 27, 71, '2024-06-12 17:16:49', '0000-00-00 00:00:00'),
(5034, '27_36_19_791', 27, 19, '2024-06-12 17:16:49', '0000-00-00 00:00:00'),
(5035, '27_37_20_148', 27, 20, '2024-06-12 17:16:49', '0000-00-00 00:00:00'),
(5036, '27_38_21_329', 27, 21, '2024-06-12 17:16:49', '0000-00-00 00:00:00'),
(5037, '27_39_22_774', 27, 22, '2024-06-12 17:16:49', '0000-00-00 00:00:00'),
(5038, '27_40_80_960', 27, 80, '2024-06-12 17:16:49', '0000-00-00 00:00:00'),
(5039, '27_41_81_923', 27, 81, '2024-06-12 17:16:49', '0000-00-00 00:00:00'),
(5040, '27_42_82_394', 27, 82, '2024-06-12 17:16:49', '0000-00-00 00:00:00'),
(5041, '27_43_83_860', 27, 83, '2024-06-12 17:16:49', '0000-00-00 00:00:00'),
(5042, '27_44_85_856', 27, 85, '2024-06-12 17:16:49', '0000-00-00 00:00:00'),
(5043, '27_45_86_526', 27, 86, '2024-06-12 17:16:49', '0000-00-00 00:00:00'),
(5044, '27_46_88_789', 27, 88, '2024-06-12 17:16:49', '0000-00-00 00:00:00'),
(5045, '27_47_89_481', 27, 89, '2024-06-12 17:16:49', '0000-00-00 00:00:00'),
(5046, '27_48_90_640', 27, 90, '2024-06-12 17:16:49', '0000-00-00 00:00:00'),
(5047, '27_49_91_240', 27, 91, '2024-06-12 17:16:49', '0000-00-00 00:00:00'),
(5048, '27_50_92_425', 27, 92, '2024-06-12 17:16:49', '0000-00-00 00:00:00'),
(5049, '27_51_93_774', 27, 93, '2024-06-12 17:16:49', '0000-00-00 00:00:00'),
(5050, '27_52_94_533', 27, 94, '2024-06-12 17:16:49', '0000-00-00 00:00:00'),
(5051, '27_53_95_319', 27, 95, '2024-06-12 17:16:49', '0000-00-00 00:00:00'),
(5052, '27_54_96_521', 27, 96, '2024-06-12 17:16:49', '0000-00-00 00:00:00'),
(5053, '27_55_97_286', 27, 97, '2024-06-12 17:16:49', '0000-00-00 00:00:00'),
(5054, '27_56_98_843', 27, 98, '2024-06-12 17:16:49', '0000-00-00 00:00:00'),
(5055, '27_57_99_610', 27, 99, '2024-06-12 17:16:49', '0000-00-00 00:00:00'),
(5056, '27_58_100_927', 27, 100, '2024-06-12 17:16:49', '0000-00-00 00:00:00'),
(5057, '27_59_101_876', 27, 101, '2024-06-12 17:16:49', '0000-00-00 00:00:00'),
(5058, '27_60_102_325', 27, 102, '2024-06-12 17:16:49', '0000-00-00 00:00:00'),
(5059, '27_61_103_831', 27, 103, '2024-06-12 17:16:49', '0000-00-00 00:00:00'),
(5060, '27_62_104_861', 27, 104, '2024-06-12 17:16:49', '0000-00-00 00:00:00'),
(5061, '27_63_23_365', 27, 23, '2024-06-12 17:16:49', '0000-00-00 00:00:00'),
(5062, '27_64_72_935', 27, 72, '2024-06-12 17:16:49', '0000-00-00 00:00:00'),
(5063, '27_65_73_226', 27, 73, '2024-06-12 17:16:49', '0000-00-00 00:00:00'),
(5064, '27_66_74_502', 27, 74, '2024-06-12 17:16:49', '0000-00-00 00:00:00'),
(5065, '27_67_75_295', 27, 75, '2024-06-12 17:16:49', '0000-00-00 00:00:00'),
(5066, '27_68_76_663', 27, 76, '2024-06-12 17:16:49', '0000-00-00 00:00:00'),
(5067, '27_69_77_532', 27, 77, '2024-06-12 17:16:49', '0000-00-00 00:00:00'),
(5068, '27_70_4_647', 27, 4, '2024-06-12 17:16:49', '0000-00-00 00:00:00'),
(5069, '27_71_26_629', 27, 26, '2024-06-12 17:16:49', '0000-00-00 00:00:00'),
(5070, '27_72_27_297', 27, 27, '2024-06-12 17:16:49', '0000-00-00 00:00:00'),
(5071, '27_73_28_130', 27, 28, '2024-06-12 17:16:49', '0000-00-00 00:00:00'),
(5164, '28_0_1_468', 28, 1, '2024-06-24 08:33:19', '0000-00-00 00:00:00'),
(5165, '28_1_5_750', 28, 5, '2024-06-24 08:33:19', '0000-00-00 00:00:00'),
(5166, '28_2_6_370', 28, 6, '2024-06-24 08:33:19', '0000-00-00 00:00:00'),
(5167, '28_3_7_470', 28, 7, '2024-06-24 08:33:19', '0000-00-00 00:00:00'),
(5168, '28_4_8_643', 28, 8, '2024-06-24 08:33:19', '0000-00-00 00:00:00'),
(5169, '28_5_9_403', 28, 9, '2024-06-24 08:33:19', '0000-00-00 00:00:00'),
(5170, '28_6_10_641', 28, 10, '2024-06-24 08:33:19', '0000-00-00 00:00:00'),
(5171, '28_7_107_587', 28, 107, '2024-06-24 08:33:19', '0000-00-00 00:00:00'),
(5172, '28_8_2_116', 28, 2, '2024-06-24 08:33:19', '0000-00-00 00:00:00'),
(5173, '28_9_11_938', 28, 11, '2024-06-24 08:33:19', '0000-00-00 00:00:00'),
(5174, '28_10_12_878', 28, 12, '2024-06-24 08:33:19', '0000-00-00 00:00:00'),
(5175, '28_11_13_233', 28, 13, '2024-06-24 08:33:19', '0000-00-00 00:00:00'),
(5176, '28_12_14_850', 28, 14, '2024-06-24 08:33:19', '0000-00-00 00:00:00'),
(5177, '28_13_15_930', 28, 15, '2024-06-24 08:33:19', '0000-00-00 00:00:00'),
(5178, '28_14_16_478', 28, 16, '2024-06-24 08:33:19', '0000-00-00 00:00:00'),
(5179, '28_15_3_167', 28, 3, '2024-06-24 08:33:19', '0000-00-00 00:00:00'),
(5180, '28_16_18_933', 28, 18, '2024-06-24 08:33:19', '0000-00-00 00:00:00'),
(5181, '28_17_64_393', 28, 64, '2024-06-24 08:33:19', '0000-00-00 00:00:00'),
(5182, '28_18_65_258', 28, 65, '2024-06-24 08:33:19', '0000-00-00 00:00:00'),
(5183, '28_19_66_446', 28, 66, '2024-06-24 08:33:19', '0000-00-00 00:00:00'),
(5184, '28_20_67_289', 28, 67, '2024-06-24 08:33:19', '0000-00-00 00:00:00'),
(5185, '28_21_68_414', 28, 68, '2024-06-24 08:33:19', '0000-00-00 00:00:00'),
(5186, '28_22_69_518', 28, 69, '2024-06-24 08:33:19', '0000-00-00 00:00:00'),
(5187, '28_23_70_249', 28, 70, '2024-06-24 08:33:19', '0000-00-00 00:00:00'),
(5188, '28_24_71_160', 28, 71, '2024-06-24 08:33:19', '0000-00-00 00:00:00'),
(5189, '28_25_19_375', 28, 19, '2024-06-24 08:33:19', '0000-00-00 00:00:00'),
(5190, '28_26_21_815', 28, 21, '2024-06-24 08:33:19', '0000-00-00 00:00:00'),
(5191, '28_27_22_130', 28, 22, '2024-06-24 08:33:19', '0000-00-00 00:00:00'),
(5192, '28_28_80_464', 28, 80, '2024-06-24 08:33:19', '0000-00-00 00:00:00'),
(5193, '28_29_81_755', 28, 81, '2024-06-24 08:33:19', '0000-00-00 00:00:00'),
(5194, '28_30_82_260', 28, 82, '2024-06-24 08:33:19', '0000-00-00 00:00:00'),
(5195, '28_31_83_719', 28, 83, '2024-06-24 08:33:19', '0000-00-00 00:00:00'),
(5196, '28_32_85_186', 28, 85, '2024-06-24 08:33:19', '0000-00-00 00:00:00'),
(5197, '28_33_86_476', 28, 86, '2024-06-24 08:33:19', '0000-00-00 00:00:00'),
(5198, '28_34_88_632', 28, 88, '2024-06-24 08:33:19', '0000-00-00 00:00:00'),
(5199, '28_35_89_648', 28, 89, '2024-06-24 08:33:19', '0000-00-00 00:00:00'),
(5200, '28_36_90_855', 28, 90, '2024-06-24 08:33:19', '0000-00-00 00:00:00'),
(5201, '28_37_91_411', 28, 91, '2024-06-24 08:33:19', '0000-00-00 00:00:00'),
(5202, '28_38_92_828', 28, 92, '2024-06-24 08:33:19', '0000-00-00 00:00:00'),
(5203, '28_39_93_856', 28, 93, '2024-06-24 08:33:19', '0000-00-00 00:00:00'),
(5204, '28_40_94_951', 28, 94, '2024-06-24 08:33:19', '0000-00-00 00:00:00'),
(5205, '28_41_95_978', 28, 95, '2024-06-24 08:33:19', '0000-00-00 00:00:00'),
(5206, '28_42_96_505', 28, 96, '2024-06-24 08:33:19', '0000-00-00 00:00:00'),
(5207, '28_43_97_475', 28, 97, '2024-06-24 08:33:19', '0000-00-00 00:00:00'),
(5208, '28_44_98_674', 28, 98, '2024-06-24 08:33:19', '0000-00-00 00:00:00'),
(5209, '28_45_99_873', 28, 99, '2024-06-24 08:33:19', '0000-00-00 00:00:00'),
(5210, '28_46_100_585', 28, 100, '2024-06-24 08:33:19', '0000-00-00 00:00:00'),
(5211, '28_47_101_293', 28, 101, '2024-06-24 08:33:19', '0000-00-00 00:00:00'),
(5212, '28_48_102_670', 28, 102, '2024-06-24 08:33:19', '0000-00-00 00:00:00'),
(5213, '28_49_103_243', 28, 103, '2024-06-24 08:33:19', '0000-00-00 00:00:00'),
(5214, '28_50_104_961', 28, 104, '2024-06-24 08:33:19', '0000-00-00 00:00:00'),
(5215, '28_51_23_865', 28, 23, '2024-06-24 08:33:19', '0000-00-00 00:00:00'),
(5216, '28_52_72_641', 28, 72, '2024-06-24 08:33:19', '0000-00-00 00:00:00'),
(5217, '28_53_73_791', 28, 73, '2024-06-24 08:33:19', '0000-00-00 00:00:00'),
(5218, '28_54_74_438', 28, 74, '2024-06-24 08:33:19', '0000-00-00 00:00:00'),
(5219, '28_55_75_830', 28, 75, '2024-06-24 08:33:19', '0000-00-00 00:00:00'),
(5220, '28_56_76_442', 28, 76, '2024-06-24 08:33:19', '0000-00-00 00:00:00'),
(5221, '28_57_77_436', 28, 77, '2024-06-24 08:33:19', '0000-00-00 00:00:00'),
(5222, '28_58_4_898', 28, 4, '2024-06-24 08:33:19', '0000-00-00 00:00:00'),
(5223, '28_59_36_996', 28, 36, '2024-06-24 08:33:19', '0000-00-00 00:00:00'),
(5224, '28_60_37_947', 28, 37, '2024-06-24 08:33:19', '0000-00-00 00:00:00'),
(5225, '28_61_38_703', 28, 38, '2024-06-24 08:33:19', '0000-00-00 00:00:00'),
(5226, '28_62_39_471', 28, 39, '2024-06-24 08:33:19', '0000-00-00 00:00:00'),
(5227, '28_63_40_283', 28, 40, '2024-06-24 08:33:19', '0000-00-00 00:00:00'),
(5228, '28_64_41_452', 28, 41, '2024-06-24 08:33:19', '0000-00-00 00:00:00'),
(5229, '28_65_42_865', 28, 42, '2024-06-24 08:33:19', '0000-00-00 00:00:00'),
(5230, '28_66_43_391', 28, 43, '2024-06-24 08:33:19', '0000-00-00 00:00:00'),
(5231, '28_67_44_789', 28, 44, '2024-06-24 08:33:19', '0000-00-00 00:00:00'),
(5232, '28_68_45_592', 28, 45, '2024-06-24 08:33:19', '0000-00-00 00:00:00'),
(5233, '28_69_46_437', 28, 46, '2024-06-24 08:33:19', '0000-00-00 00:00:00'),
(5234, '28_70_47_739', 28, 47, '2024-06-24 08:33:19', '0000-00-00 00:00:00'),
(5235, '28_71_48_486', 28, 48, '2024-06-24 08:33:19', '0000-00-00 00:00:00'),
(5236, '28_72_49_763', 28, 49, '2024-06-24 08:33:19', '0000-00-00 00:00:00'),
(5237, '28_73_50_566', 28, 50, '2024-06-24 08:33:19', '0000-00-00 00:00:00'),
(5238, '28_74_51_327', 28, 51, '2024-06-24 08:33:19', '0000-00-00 00:00:00'),
(5239, '28_75_52_198', 28, 52, '2024-06-24 08:33:19', '0000-00-00 00:00:00'),
(5240, '28_76_53_849', 28, 53, '2024-06-24 08:33:19', '0000-00-00 00:00:00'),
(5241, '28_77_54_535', 28, 54, '2024-06-24 08:33:19', '0000-00-00 00:00:00'),
(5242, '28_78_55_840', 28, 55, '2024-06-24 08:33:19', '0000-00-00 00:00:00'),
(5243, '28_79_56_890', 28, 56, '2024-06-24 08:33:19', '0000-00-00 00:00:00'),
(5244, '28_80_57_581', 28, 57, '2024-06-24 08:33:19', '0000-00-00 00:00:00'),
(5245, '28_81_58_255', 28, 58, '2024-06-24 08:33:19', '0000-00-00 00:00:00'),
(5246, '28_82_59_985', 28, 59, '2024-06-24 08:33:19', '0000-00-00 00:00:00'),
(5247, '28_83_60_302', 28, 60, '2024-06-24 08:33:19', '0000-00-00 00:00:00'),
(5248, '28_84_61_117', 28, 61, '2024-06-24 08:33:19', '0000-00-00 00:00:00'),
(5249, '28_85_26_496', 28, 26, '2024-06-24 08:33:19', '0000-00-00 00:00:00'),
(5250, '28_86_29_931', 28, 29, '2024-06-24 08:33:19', '0000-00-00 00:00:00'),
(5251, '28_87_31_248', 28, 31, '2024-06-24 08:33:19', '0000-00-00 00:00:00'),
(5252, '28_88_32_375', 28, 32, '2024-06-24 08:33:19', '0000-00-00 00:00:00'),
(5253, '28_89_33_124', 28, 33, '2024-06-24 08:33:19', '0000-00-00 00:00:00'),
(5254, '28_90_34_416', 28, 34, '2024-06-24 08:33:19', '0000-00-00 00:00:00'),
(5255, '28_91_35_469', 28, 35, '2024-06-24 08:33:19', '0000-00-00 00:00:00'),
(5256, '28_92_30_501', 28, 30, '2024-06-24 08:33:19', '0000-00-00 00:00:00'),
(5529, '29_0_1_868', 29, 1, '2024-06-26 13:14:35', '0000-00-00 00:00:00'),
(5530, '29_1_5_421', 29, 5, '2024-06-26 13:14:35', '0000-00-00 00:00:00'),
(5531, '29_2_6_121', 29, 6, '2024-06-26 13:14:35', '0000-00-00 00:00:00'),
(5532, '29_3_7_421', 29, 7, '2024-06-26 13:14:35', '0000-00-00 00:00:00'),
(5533, '29_4_8_492', 29, 8, '2024-06-26 13:14:35', '0000-00-00 00:00:00'),
(5534, '29_5_9_254', 29, 9, '2024-06-26 13:14:35', '0000-00-00 00:00:00'),
(5535, '29_6_10_810', 29, 10, '2024-06-26 13:14:35', '0000-00-00 00:00:00'),
(5536, '29_7_107_956', 29, 107, '2024-06-26 13:14:35', '0000-00-00 00:00:00'),
(5537, '29_8_2_449', 29, 2, '2024-06-26 13:14:35', '0000-00-00 00:00:00'),
(5538, '29_9_11_147', 29, 11, '2024-06-26 13:14:35', '0000-00-00 00:00:00'),
(5539, '29_10_12_445', 29, 12, '2024-06-26 13:14:35', '0000-00-00 00:00:00'),
(5540, '29_11_13_834', 29, 13, '2024-06-26 13:14:35', '0000-00-00 00:00:00'),
(5541, '29_12_14_318', 29, 14, '2024-06-26 13:14:35', '0000-00-00 00:00:00'),
(5542, '29_13_15_178', 29, 15, '2024-06-26 13:14:35', '0000-00-00 00:00:00'),
(5543, '29_14_16_692', 29, 16, '2024-06-26 13:14:35', '0000-00-00 00:00:00'),
(5544, '29_15_3_573', 29, 3, '2024-06-26 13:14:35', '0000-00-00 00:00:00'),
(5545, '29_16_18_745', 29, 18, '2024-06-26 13:14:35', '0000-00-00 00:00:00'),
(5546, '29_17_64_664', 29, 64, '2024-06-26 13:14:35', '0000-00-00 00:00:00'),
(5547, '29_18_65_238', 29, 65, '2024-06-26 13:14:35', '0000-00-00 00:00:00'),
(5548, '29_19_66_978', 29, 66, '2024-06-26 13:14:35', '0000-00-00 00:00:00'),
(5549, '29_20_67_447', 29, 67, '2024-06-26 13:14:35', '0000-00-00 00:00:00'),
(5550, '29_21_68_162', 29, 68, '2024-06-26 13:14:35', '0000-00-00 00:00:00'),
(5551, '29_22_69_367', 29, 69, '2024-06-26 13:14:35', '0000-00-00 00:00:00'),
(5552, '29_23_70_251', 29, 70, '2024-06-26 13:14:35', '0000-00-00 00:00:00'),
(5553, '29_24_71_820', 29, 71, '2024-06-26 13:14:35', '0000-00-00 00:00:00'),
(5554, '29_25_19_150', 29, 19, '2024-06-26 13:14:35', '0000-00-00 00:00:00'),
(5555, '29_26_21_419', 29, 21, '2024-06-26 13:14:35', '0000-00-00 00:00:00'),
(5556, '29_27_22_919', 29, 22, '2024-06-26 13:14:35', '0000-00-00 00:00:00'),
(5557, '29_28_80_664', 29, 80, '2024-06-26 13:14:35', '0000-00-00 00:00:00'),
(5558, '29_29_81_661', 29, 81, '2024-06-26 13:14:35', '0000-00-00 00:00:00'),
(5559, '29_30_82_664', 29, 82, '2024-06-26 13:14:35', '0000-00-00 00:00:00'),
(5560, '29_31_83_798', 29, 83, '2024-06-26 13:14:35', '0000-00-00 00:00:00'),
(5561, '29_32_85_431', 29, 85, '2024-06-26 13:14:35', '0000-00-00 00:00:00'),
(5562, '29_33_86_140', 29, 86, '2024-06-26 13:14:35', '0000-00-00 00:00:00'),
(5563, '29_34_88_289', 29, 88, '2024-06-26 13:14:35', '0000-00-00 00:00:00'),
(5564, '29_35_89_490', 29, 89, '2024-06-26 13:14:35', '0000-00-00 00:00:00'),
(5565, '29_36_90_415', 29, 90, '2024-06-26 13:14:35', '0000-00-00 00:00:00'),
(5566, '29_37_91_770', 29, 91, '2024-06-26 13:14:35', '0000-00-00 00:00:00'),
(5567, '29_38_92_848', 29, 92, '2024-06-26 13:14:35', '0000-00-00 00:00:00'),
(5568, '29_39_93_432', 29, 93, '2024-06-26 13:14:35', '0000-00-00 00:00:00'),
(5569, '29_40_94_859', 29, 94, '2024-06-26 13:14:35', '0000-00-00 00:00:00'),
(5570, '29_41_95_826', 29, 95, '2024-06-26 13:14:35', '0000-00-00 00:00:00'),
(5571, '29_42_96_797', 29, 96, '2024-06-26 13:14:35', '0000-00-00 00:00:00'),
(5572, '29_43_97_590', 29, 97, '2024-06-26 13:14:35', '0000-00-00 00:00:00'),
(5573, '29_44_98_423', 29, 98, '2024-06-26 13:14:35', '0000-00-00 00:00:00'),
(5574, '29_45_99_262', 29, 99, '2024-06-26 13:14:35', '0000-00-00 00:00:00'),
(5575, '29_46_100_839', 29, 100, '2024-06-26 13:14:35', '0000-00-00 00:00:00'),
(5576, '29_47_101_972', 29, 101, '2024-06-26 13:14:35', '0000-00-00 00:00:00'),
(5577, '29_48_102_837', 29, 102, '2024-06-26 13:14:35', '0000-00-00 00:00:00'),
(5578, '29_49_103_816', 29, 103, '2024-06-26 13:14:35', '0000-00-00 00:00:00'),
(5579, '29_50_104_766', 29, 104, '2024-06-26 13:14:35', '0000-00-00 00:00:00'),
(5580, '29_51_23_313', 29, 23, '2024-06-26 13:14:35', '0000-00-00 00:00:00'),
(5581, '29_52_72_136', 29, 72, '2024-06-26 13:14:35', '0000-00-00 00:00:00'),
(5582, '29_53_73_490', 29, 73, '2024-06-26 13:14:35', '0000-00-00 00:00:00'),
(5583, '29_54_74_447', 29, 74, '2024-06-26 13:14:35', '0000-00-00 00:00:00'),
(5584, '29_55_75_984', 29, 75, '2024-06-26 13:14:35', '0000-00-00 00:00:00'),
(5585, '29_56_76_254', 29, 76, '2024-06-26 13:14:35', '0000-00-00 00:00:00'),
(5586, '29_57_77_326', 29, 77, '2024-06-26 13:14:35', '0000-00-00 00:00:00'),
(5587, '29_58_4_397', 29, 4, '2024-06-26 13:14:35', '0000-00-00 00:00:00'),
(5588, '29_59_36_239', 29, 36, '2024-06-26 13:14:35', '0000-00-00 00:00:00'),
(5589, '29_60_37_725', 29, 37, '2024-06-26 13:14:35', '0000-00-00 00:00:00'),
(5590, '29_61_38_928', 29, 38, '2024-06-26 13:14:35', '0000-00-00 00:00:00'),
(5591, '29_62_39_142', 29, 39, '2024-06-26 13:14:35', '0000-00-00 00:00:00'),
(5592, '29_63_40_161', 29, 40, '2024-06-26 13:14:35', '0000-00-00 00:00:00'),
(5593, '29_64_41_982', 29, 41, '2024-06-26 13:14:35', '0000-00-00 00:00:00'),
(5594, '29_65_42_947', 29, 42, '2024-06-26 13:14:35', '0000-00-00 00:00:00'),
(5595, '29_66_43_677', 29, 43, '2024-06-26 13:14:35', '0000-00-00 00:00:00'),
(5596, '29_67_44_168', 29, 44, '2024-06-26 13:14:35', '0000-00-00 00:00:00'),
(5597, '29_68_45_328', 29, 45, '2024-06-26 13:14:35', '0000-00-00 00:00:00'),
(5598, '29_69_46_661', 29, 46, '2024-06-26 13:14:35', '0000-00-00 00:00:00'),
(5599, '29_70_47_919', 29, 47, '2024-06-26 13:14:35', '0000-00-00 00:00:00'),
(5600, '29_71_48_896', 29, 48, '2024-06-26 13:14:35', '0000-00-00 00:00:00'),
(5601, '29_72_49_339', 29, 49, '2024-06-26 13:14:35', '0000-00-00 00:00:00'),
(5602, '29_73_50_820', 29, 50, '2024-06-26 13:14:35', '0000-00-00 00:00:00'),
(5603, '29_74_51_290', 29, 51, '2024-06-26 13:14:35', '0000-00-00 00:00:00'),
(5604, '29_75_52_257', 29, 52, '2024-06-26 13:14:35', '0000-00-00 00:00:00'),
(5605, '29_76_53_123', 29, 53, '2024-06-26 13:14:35', '0000-00-00 00:00:00'),
(5606, '29_77_54_975', 29, 54, '2024-06-26 13:14:35', '0000-00-00 00:00:00'),
(5607, '29_78_55_245', 29, 55, '2024-06-26 13:14:35', '0000-00-00 00:00:00'),
(5608, '29_79_56_503', 29, 56, '2024-06-26 13:14:35', '0000-00-00 00:00:00'),
(5609, '29_80_57_424', 29, 57, '2024-06-26 13:14:35', '0000-00-00 00:00:00'),
(5610, '29_81_58_907', 29, 58, '2024-06-26 13:14:35', '0000-00-00 00:00:00'),
(5611, '29_82_59_792', 29, 59, '2024-06-26 13:14:35', '0000-00-00 00:00:00'),
(5612, '29_83_60_563', 29, 60, '2024-06-26 13:14:35', '0000-00-00 00:00:00'),
(5613, '29_84_61_597', 29, 61, '2024-06-26 13:14:35', '0000-00-00 00:00:00'),
(5614, '29_85_26_550', 29, 26, '2024-06-26 13:14:35', '0000-00-00 00:00:00'),
(5615, '29_86_29_443', 29, 29, '2024-06-26 13:14:35', '0000-00-00 00:00:00'),
(5616, '29_87_31_327', 29, 31, '2024-06-26 13:14:35', '0000-00-00 00:00:00'),
(5617, '29_88_32_583', 29, 32, '2024-06-26 13:14:35', '0000-00-00 00:00:00'),
(5618, '29_89_33_315', 29, 33, '2024-06-26 13:14:35', '0000-00-00 00:00:00'),
(5619, '29_90_34_496', 29, 34, '2024-06-26 13:14:35', '0000-00-00 00:00:00'),
(5620, '29_91_35_259', 29, 35, '2024-06-26 13:14:35', '0000-00-00 00:00:00'),
(5621, '29_92_30_539', 29, 30, '2024-06-26 13:14:35', '0000-00-00 00:00:00'),
(5622, '30_0_1_480', 30, 1, '2024-06-26 14:20:04', '0000-00-00 00:00:00'),
(5623, '30_1_5_739', 30, 5, '2024-06-26 14:20:04', '0000-00-00 00:00:00'),
(5624, '30_2_6_491', 30, 6, '2024-06-26 14:20:04', '0000-00-00 00:00:00'),
(5625, '30_3_7_634', 30, 7, '2024-06-26 14:20:04', '0000-00-00 00:00:00'),
(5626, '30_4_8_920', 30, 8, '2024-06-26 14:20:04', '0000-00-00 00:00:00'),
(5627, '30_5_9_128', 30, 9, '2024-06-26 14:20:04', '0000-00-00 00:00:00'),
(5628, '30_6_10_889', 30, 10, '2024-06-26 14:20:04', '0000-00-00 00:00:00'),
(5629, '30_7_107_478', 30, 107, '2024-06-26 14:20:04', '0000-00-00 00:00:00'),
(5809, '36_0_11_930', 36, 11, '2024-07-03 04:50:36', '0000-00-00 00:00:00'),
(6250, 'user_prof__1_697', 41, 1, '2024-07-05 12:29:31', '0000-00-00 00:00:00'),
(6251, 'user_prof__5_366', 41, 5, '2024-07-05 12:29:31', '0000-00-00 00:00:00'),
(6252, 'user_prof__6_704', 41, 6, '2024-07-05 12:29:31', '0000-00-00 00:00:00'),
(6253, 'user_prof__7_331', 41, 7, '2024-07-05 12:29:31', '0000-00-00 00:00:00'),
(6254, 'user_prof__8_629', 41, 8, '2024-07-05 12:29:31', '0000-00-00 00:00:00'),
(6255, 'user_prof__9_198', 41, 9, '2024-07-05 12:29:31', '0000-00-00 00:00:00'),
(6256, 'user_prof__10_516', 41, 10, '2024-07-05 12:29:31', '0000-00-00 00:00:00'),
(6257, 'user_prof__107_258', 41, 107, '2024-07-05 12:29:31', '0000-00-00 00:00:00'),
(6258, 'user_prof__2_446', 41, 2, '2024-07-05 12:29:31', '0000-00-00 00:00:00'),
(6259, 'user_prof__11_173', 41, 11, '2024-07-05 12:29:31', '0000-00-00 00:00:00'),
(6260, 'user_prof__12_382', 41, 12, '2024-07-05 12:29:31', '0000-00-00 00:00:00'),
(6261, 'user_prof__13_759', 41, 13, '2024-07-05 12:29:31', '0000-00-00 00:00:00'),
(6262, 'user_prof__14_613', 41, 14, '2024-07-05 12:29:31', '0000-00-00 00:00:00'),
(6263, 'user_prof__15_317', 41, 15, '2024-07-05 12:29:31', '0000-00-00 00:00:00'),
(6264, 'user_prof__16_271', 41, 16, '2024-07-05 12:29:31', '0000-00-00 00:00:00'),
(6265, 'user_prof__3_537', 41, 3, '2024-07-05 12:29:31', '0000-00-00 00:00:00'),
(6266, 'user_prof__18_514', 41, 18, '2024-07-05 12:29:31', '0000-00-00 00:00:00'),
(6267, 'user_prof__64_876', 41, 64, '2024-07-05 12:29:31', '0000-00-00 00:00:00'),
(6268, 'user_prof__65_459', 41, 65, '2024-07-05 12:29:31', '0000-00-00 00:00:00'),
(6269, 'user_prof__66_418', 41, 66, '2024-07-05 12:29:31', '0000-00-00 00:00:00'),
(6270, 'user_prof__67_479', 41, 67, '2024-07-05 12:29:31', '0000-00-00 00:00:00'),
(6271, 'user_prof__68_363', 41, 68, '2024-07-05 12:29:31', '0000-00-00 00:00:00'),
(6272, 'user_prof__69_340', 41, 69, '2024-07-05 12:29:31', '0000-00-00 00:00:00'),
(6273, 'user_prof__70_378', 41, 70, '2024-07-05 12:29:31', '0000-00-00 00:00:00'),
(6274, 'user_prof__71_624', 41, 71, '2024-07-05 12:29:31', '0000-00-00 00:00:00'),
(6275, 'user_prof__21_384', 41, 21, '2024-07-05 12:29:31', '0000-00-00 00:00:00'),
(6276, 'user_prof__22_222', 41, 22, '2024-07-05 12:29:31', '0000-00-00 00:00:00'),
(6277, 'user_prof__80_785', 41, 80, '2024-07-05 12:29:31', '0000-00-00 00:00:00'),
(6278, 'user_prof__81_129', 41, 81, '2024-07-05 12:29:31', '0000-00-00 00:00:00'),
(6279, 'user_prof__82_423', 41, 82, '2024-07-05 12:29:31', '0000-00-00 00:00:00'),
(6280, 'user_prof__83_401', 41, 83, '2024-07-05 12:29:31', '0000-00-00 00:00:00'),
(6281, 'user_prof__85_256', 41, 85, '2024-07-05 12:29:31', '0000-00-00 00:00:00'),
(6282, 'user_prof__86_419', 41, 86, '2024-07-05 12:29:31', '0000-00-00 00:00:00'),
(6283, 'user_prof__88_743', 41, 88, '2024-07-05 12:29:31', '0000-00-00 00:00:00'),
(6284, 'user_prof__89_586', 41, 89, '2024-07-05 12:29:31', '0000-00-00 00:00:00'),
(6285, 'user_prof__90_379', 41, 90, '2024-07-05 12:29:31', '0000-00-00 00:00:00'),
(6286, 'user_prof__91_955', 41, 91, '2024-07-05 12:29:31', '0000-00-00 00:00:00'),
(6287, 'user_prof__92_494', 41, 92, '2024-07-05 12:29:31', '0000-00-00 00:00:00'),
(6288, 'user_prof__93_289', 41, 93, '2024-07-05 12:29:31', '0000-00-00 00:00:00'),
(6289, 'user_prof__94_286', 41, 94, '2024-07-05 12:29:31', '0000-00-00 00:00:00'),
(6290, 'user_prof__95_394', 41, 95, '2024-07-05 12:29:31', '0000-00-00 00:00:00'),
(6291, 'user_prof__96_452', 41, 96, '2024-07-05 12:29:31', '0000-00-00 00:00:00'),
(6292, 'user_prof__97_311', 41, 97, '2024-07-05 12:29:31', '0000-00-00 00:00:00'),
(6293, 'user_prof__98_431', 41, 98, '2024-07-05 12:29:31', '0000-00-00 00:00:00'),
(6294, 'user_prof__99_967', 41, 99, '2024-07-05 12:29:31', '0000-00-00 00:00:00'),
(6295, 'user_prof__100_540', 41, 100, '2024-07-05 12:29:31', '0000-00-00 00:00:00'),
(6296, 'user_prof__101_694', 41, 101, '2024-07-05 12:29:31', '0000-00-00 00:00:00'),
(6297, 'user_prof__102_771', 41, 102, '2024-07-05 12:29:31', '0000-00-00 00:00:00'),
(6298, 'user_prof__103_839', 41, 103, '2024-07-05 12:29:31', '0000-00-00 00:00:00'),
(6299, 'user_prof__104_703', 41, 104, '2024-07-05 12:29:31', '0000-00-00 00:00:00'),
(6300, 'user_prof__23_402', 41, 23, '2024-07-05 12:29:31', '0000-00-00 00:00:00'),
(6301, 'user_prof__72_168', 41, 72, '2024-07-05 12:29:31', '0000-00-00 00:00:00'),
(6302, 'user_prof__73_641', 41, 73, '2024-07-05 12:29:31', '0000-00-00 00:00:00'),
(6303, 'user_prof__74_638', 41, 74, '2024-07-05 12:29:31', '0000-00-00 00:00:00'),
(6304, 'user_prof__75_255', 41, 75, '2024-07-05 12:29:31', '0000-00-00 00:00:00'),
(6305, 'user_prof__76_852', 41, 76, '2024-07-05 12:29:31', '0000-00-00 00:00:00'),
(6306, 'user_prof__77_135', 41, 77, '2024-07-05 12:29:31', '0000-00-00 00:00:00'),
(6307, 'user_prof__1_445', 42, 1, '2024-07-05 12:31:31', '0000-00-00 00:00:00'),
(6308, 'user_prof__5_231', 42, 5, '2024-07-05 12:31:31', '0000-00-00 00:00:00'),
(6309, 'user_prof__6_455', 42, 6, '2024-07-05 12:31:31', '0000-00-00 00:00:00'),
(6310, 'user_prof__7_578', 42, 7, '2024-07-05 12:31:31', '0000-00-00 00:00:00'),
(6311, 'user_prof__8_855', 42, 8, '2024-07-05 12:31:31', '0000-00-00 00:00:00'),
(6312, 'user_prof__9_314', 42, 9, '2024-07-05 12:31:31', '0000-00-00 00:00:00'),
(6313, 'user_prof__10_478', 42, 10, '2024-07-05 12:31:31', '0000-00-00 00:00:00'),
(6314, 'user_prof__107_463', 42, 107, '2024-07-05 12:31:31', '0000-00-00 00:00:00'),
(6315, 'user_prof__2_383', 42, 2, '2024-07-05 12:31:31', '0000-00-00 00:00:00'),
(6316, 'user_prof__11_669', 42, 11, '2024-07-05 12:31:31', '0000-00-00 00:00:00'),
(6317, 'user_prof__12_338', 42, 12, '2024-07-05 12:31:31', '0000-00-00 00:00:00'),
(6318, 'user_prof__13_806', 42, 13, '2024-07-05 12:31:31', '0000-00-00 00:00:00'),
(6319, 'user_prof__14_925', 42, 14, '2024-07-05 12:31:31', '0000-00-00 00:00:00'),
(6320, 'user_prof__15_305', 42, 15, '2024-07-05 12:31:31', '0000-00-00 00:00:00'),
(6321, 'user_prof__16_871', 42, 16, '2024-07-05 12:31:31', '0000-00-00 00:00:00'),
(6322, 'user_prof__3_549', 42, 3, '2024-07-05 12:31:31', '0000-00-00 00:00:00'),
(6323, 'user_prof__18_886', 42, 18, '2024-07-05 12:31:31', '0000-00-00 00:00:00'),
(6324, 'user_prof__64_844', 42, 64, '2024-07-05 12:31:31', '0000-00-00 00:00:00'),
(6325, 'user_prof__65_338', 42, 65, '2024-07-05 12:31:31', '0000-00-00 00:00:00'),
(6326, 'user_prof__66_730', 42, 66, '2024-07-05 12:31:31', '0000-00-00 00:00:00'),
(6327, 'user_prof__67_685', 42, 67, '2024-07-05 12:31:31', '0000-00-00 00:00:00'),
(6328, 'user_prof__68_593', 42, 68, '2024-07-05 12:31:31', '0000-00-00 00:00:00'),
(6329, 'user_prof__69_986', 42, 69, '2024-07-05 12:31:31', '0000-00-00 00:00:00'),
(6330, 'user_prof__70_549', 42, 70, '2024-07-05 12:31:31', '0000-00-00 00:00:00'),
(6331, 'user_prof__71_224', 42, 71, '2024-07-05 12:31:31', '0000-00-00 00:00:00'),
(6332, 'user_prof__21_935', 42, 21, '2024-07-05 12:31:31', '0000-00-00 00:00:00'),
(6333, 'user_prof__22_816', 42, 22, '2024-07-05 12:31:31', '0000-00-00 00:00:00'),
(6334, 'user_prof__80_114', 42, 80, '2024-07-05 12:31:31', '0000-00-00 00:00:00'),
(6335, 'user_prof__81_294', 42, 81, '2024-07-05 12:31:31', '0000-00-00 00:00:00'),
(6336, 'user_prof__82_590', 42, 82, '2024-07-05 12:31:31', '0000-00-00 00:00:00'),
(6337, 'user_prof__83_946', 42, 83, '2024-07-05 12:31:31', '0000-00-00 00:00:00'),
(6338, 'user_prof__85_945', 42, 85, '2024-07-05 12:31:31', '0000-00-00 00:00:00'),
(6339, 'user_prof__86_342', 42, 86, '2024-07-05 12:31:31', '0000-00-00 00:00:00'),
(6340, 'user_prof__88_694', 42, 88, '2024-07-05 12:31:31', '0000-00-00 00:00:00'),
(6341, 'user_prof__89_384', 42, 89, '2024-07-05 12:31:31', '0000-00-00 00:00:00'),
(6342, 'user_prof__90_309', 42, 90, '2024-07-05 12:31:31', '0000-00-00 00:00:00'),
(6343, 'user_prof__91_618', 42, 91, '2024-07-05 12:31:31', '0000-00-00 00:00:00'),
(6344, 'user_prof__92_689', 42, 92, '2024-07-05 12:31:31', '0000-00-00 00:00:00'),
(6345, 'user_prof__93_731', 42, 93, '2024-07-05 12:31:31', '0000-00-00 00:00:00'),
(6346, 'user_prof__94_652', 42, 94, '2024-07-05 12:31:31', '0000-00-00 00:00:00'),
(6347, 'user_prof__95_572', 42, 95, '2024-07-05 12:31:31', '0000-00-00 00:00:00'),
(6348, 'user_prof__96_835', 42, 96, '2024-07-05 12:31:31', '0000-00-00 00:00:00'),
(6349, 'user_prof__97_690', 42, 97, '2024-07-05 12:31:31', '0000-00-00 00:00:00'),
(6350, 'user_prof__98_343', 42, 98, '2024-07-05 12:31:31', '0000-00-00 00:00:00'),
(6351, 'user_prof__99_763', 42, 99, '2024-07-05 12:31:31', '0000-00-00 00:00:00'),
(6352, 'user_prof__100_297', 42, 100, '2024-07-05 12:31:31', '0000-00-00 00:00:00'),
(6353, 'user_prof__101_787', 42, 101, '2024-07-05 12:31:31', '0000-00-00 00:00:00'),
(6354, 'user_prof__102_362', 42, 102, '2024-07-05 12:31:31', '0000-00-00 00:00:00'),
(6355, 'user_prof__103_703', 42, 103, '2024-07-05 12:31:31', '0000-00-00 00:00:00'),
(6356, 'user_prof__104_246', 42, 104, '2024-07-05 12:31:31', '0000-00-00 00:00:00'),
(6357, 'user_prof__23_303', 42, 23, '2024-07-05 12:31:31', '0000-00-00 00:00:00'),
(6358, 'user_prof__72_490', 42, 72, '2024-07-05 12:31:31', '0000-00-00 00:00:00'),
(6359, 'user_prof__73_506', 42, 73, '2024-07-05 12:31:31', '0000-00-00 00:00:00'),
(6360, 'user_prof__74_406', 42, 74, '2024-07-05 12:31:31', '0000-00-00 00:00:00'),
(6361, 'user_prof__75_680', 42, 75, '2024-07-05 12:31:31', '0000-00-00 00:00:00'),
(6362, 'user_prof__76_233', 42, 76, '2024-07-05 12:31:31', '0000-00-00 00:00:00'),
(6363, 'user_prof__77_177', 42, 77, '2024-07-05 12:31:31', '0000-00-00 00:00:00'),
(6364, 'user_prof__4_432', 42, 4, '2024-07-05 12:31:31', '0000-00-00 00:00:00'),
(6365, 'user_prof__36_593', 42, 36, '2024-07-05 12:31:31', '0000-00-00 00:00:00'),
(6366, 'user_prof__37_506', 42, 37, '2024-07-05 12:31:31', '0000-00-00 00:00:00'),
(6367, 'user_prof__38_807', 42, 38, '2024-07-05 12:31:31', '0000-00-00 00:00:00'),
(6368, 'user_prof__39_411', 42, 39, '2024-07-05 12:31:31', '0000-00-00 00:00:00'),
(6369, 'user_prof__40_155', 42, 40, '2024-07-05 12:31:31', '0000-00-00 00:00:00'),
(6370, 'user_prof__41_426', 42, 41, '2024-07-05 12:31:31', '0000-00-00 00:00:00'),
(6371, 'user_prof__42_706', 42, 42, '2024-07-05 12:31:31', '0000-00-00 00:00:00'),
(6372, 'user_prof__43_673', 42, 43, '2024-07-05 12:31:31', '0000-00-00 00:00:00'),
(6373, 'user_prof__44_157', 42, 44, '2024-07-05 12:31:31', '0000-00-00 00:00:00'),
(6374, 'user_prof__45_610', 42, 45, '2024-07-05 12:31:31', '0000-00-00 00:00:00'),
(6375, 'user_prof__46_584', 42, 46, '2024-07-05 12:31:31', '0000-00-00 00:00:00'),
(6376, 'user_prof__47_824', 42, 47, '2024-07-05 12:31:31', '0000-00-00 00:00:00'),
(6377, 'user_prof__48_675', 42, 48, '2024-07-05 12:31:31', '0000-00-00 00:00:00'),
(6378, 'user_prof__49_557', 42, 49, '2024-07-05 12:31:31', '0000-00-00 00:00:00'),
(6379, 'user_prof__50_772', 42, 50, '2024-07-05 12:31:31', '0000-00-00 00:00:00'),
(6380, 'user_prof__51_608', 42, 51, '2024-07-05 12:31:31', '0000-00-00 00:00:00'),
(6381, 'user_prof__52_261', 42, 52, '2024-07-05 12:31:31', '0000-00-00 00:00:00'),
(6382, 'user_prof__53_798', 42, 53, '2024-07-05 12:31:31', '0000-00-00 00:00:00'),
(6383, 'user_prof__54_726', 42, 54, '2024-07-05 12:31:31', '0000-00-00 00:00:00'),
(6384, 'user_prof__55_650', 42, 55, '2024-07-05 12:31:31', '0000-00-00 00:00:00'),
(6385, 'user_prof__56_148', 42, 56, '2024-07-05 12:31:31', '0000-00-00 00:00:00'),
(6386, 'user_prof__57_122', 42, 57, '2024-07-05 12:31:31', '0000-00-00 00:00:00'),
(6387, 'user_prof__58_624', 42, 58, '2024-07-05 12:31:31', '0000-00-00 00:00:00'),
(6388, 'user_prof__59_222', 42, 59, '2024-07-05 12:31:31', '0000-00-00 00:00:00'),
(6389, 'user_prof__60_715', 42, 60, '2024-07-05 12:31:31', '0000-00-00 00:00:00'),
(6390, 'user_prof__61_221', 42, 61, '2024-07-05 12:31:31', '0000-00-00 00:00:00'),
(6391, 'user_prof__26_818', 42, 26, '2024-07-05 12:31:31', '0000-00-00 00:00:00'),
(6392, 'user_prof__29_708', 42, 29, '2024-07-05 12:31:31', '0000-00-00 00:00:00'),
(6393, 'user_prof__110_322', 42, 110, '2024-07-05 12:31:31', '0000-00-00 00:00:00'),
(6394, 'user_prof__111_670', 42, 111, '2024-07-05 12:31:31', '0000-00-00 00:00:00'),
(6395, 'user_prof__109_308', 42, 109, '2024-07-05 12:31:31', '0000-00-00 00:00:00'),
(6396, '38_0_1_458', 38, 1, '2024-07-05 12:44:21', '0000-00-00 00:00:00'),
(6397, '38_1_5_733', 38, 5, '2024-07-05 12:44:21', '0000-00-00 00:00:00'),
(6398, '38_2_6_452', 38, 6, '2024-07-05 12:44:21', '0000-00-00 00:00:00'),
(6399, '38_3_7_613', 38, 7, '2024-07-05 12:44:21', '0000-00-00 00:00:00'),
(6400, '38_4_8_367', 38, 8, '2024-07-05 12:44:21', '0000-00-00 00:00:00'),
(6401, '38_5_9_601', 38, 9, '2024-07-05 12:44:21', '0000-00-00 00:00:00'),
(6402, '38_6_10_296', 38, 10, '2024-07-05 12:44:21', '0000-00-00 00:00:00'),
(6403, '38_7_107_508', 38, 107, '2024-07-05 12:44:21', '0000-00-00 00:00:00'),
(6404, '38_8_2_627', 38, 2, '2024-07-05 12:44:21', '0000-00-00 00:00:00'),
(6405, '38_9_11_115', 38, 11, '2024-07-05 12:44:21', '0000-00-00 00:00:00'),
(6406, '38_10_12_669', 38, 12, '2024-07-05 12:44:21', '0000-00-00 00:00:00'),
(6407, '38_11_13_914', 38, 13, '2024-07-05 12:44:21', '0000-00-00 00:00:00'),
(6408, '38_12_14_846', 38, 14, '2024-07-05 12:44:21', '0000-00-00 00:00:00'),
(6409, '38_13_15_580', 38, 15, '2024-07-05 12:44:21', '0000-00-00 00:00:00'),
(6410, '38_14_16_409', 38, 16, '2024-07-05 12:44:21', '0000-00-00 00:00:00'),
(6411, '38_15_3_629', 38, 3, '2024-07-05 12:44:21', '0000-00-00 00:00:00'),
(6412, '38_16_18_466', 38, 18, '2024-07-05 12:44:21', '0000-00-00 00:00:00'),
(6413, '38_17_64_406', 38, 64, '2024-07-05 12:44:21', '0000-00-00 00:00:00'),
(6414, '38_18_65_327', 38, 65, '2024-07-05 12:44:21', '0000-00-00 00:00:00'),
(6415, '38_19_66_885', 38, 66, '2024-07-05 12:44:21', '0000-00-00 00:00:00'),
(6416, '38_20_67_929', 38, 67, '2024-07-05 12:44:21', '0000-00-00 00:00:00'),
(6417, '38_21_68_976', 38, 68, '2024-07-05 12:44:21', '0000-00-00 00:00:00'),
(6418, '38_22_69_529', 38, 69, '2024-07-05 12:44:21', '0000-00-00 00:00:00'),
(6419, '38_23_70_743', 38, 70, '2024-07-05 12:44:21', '0000-00-00 00:00:00'),
(6420, '38_24_71_164', 38, 71, '2024-07-05 12:44:21', '0000-00-00 00:00:00'),
(6421, '38_25_21_835', 38, 21, '2024-07-05 12:44:21', '0000-00-00 00:00:00'),
(6422, '38_26_22_797', 38, 22, '2024-07-05 12:44:21', '0000-00-00 00:00:00'),
(6423, '38_27_80_684', 38, 80, '2024-07-05 12:44:21', '0000-00-00 00:00:00'),
(6424, '38_28_81_528', 38, 81, '2024-07-05 12:44:21', '0000-00-00 00:00:00'),
(6425, '38_29_82_834', 38, 82, '2024-07-05 12:44:21', '0000-00-00 00:00:00'),
(6426, '38_30_83_304', 38, 83, '2024-07-05 12:44:21', '0000-00-00 00:00:00'),
(6427, '38_31_85_451', 38, 85, '2024-07-05 12:44:21', '0000-00-00 00:00:00'),
(6428, '38_32_86_206', 38, 86, '2024-07-05 12:44:21', '0000-00-00 00:00:00'),
(6429, '38_33_88_414', 38, 88, '2024-07-05 12:44:21', '0000-00-00 00:00:00'),
(6430, '38_34_89_181', 38, 89, '2024-07-05 12:44:21', '0000-00-00 00:00:00'),
(6431, '38_35_90_869', 38, 90, '2024-07-05 12:44:21', '0000-00-00 00:00:00'),
(6432, '38_36_91_218', 38, 91, '2024-07-05 12:44:21', '0000-00-00 00:00:00'),
(6433, '38_37_92_763', 38, 92, '2024-07-05 12:44:21', '0000-00-00 00:00:00'),
(6434, '38_38_93_605', 38, 93, '2024-07-05 12:44:21', '0000-00-00 00:00:00'),
(6435, '38_39_94_755', 38, 94, '2024-07-05 12:44:21', '0000-00-00 00:00:00'),
(6436, '38_40_95_916', 38, 95, '2024-07-05 12:44:21', '0000-00-00 00:00:00'),
(6437, '38_41_96_733', 38, 96, '2024-07-05 12:44:21', '0000-00-00 00:00:00'),
(6438, '38_42_97_525', 38, 97, '2024-07-05 12:44:21', '0000-00-00 00:00:00'),
(6439, '38_43_98_466', 38, 98, '2024-07-05 12:44:21', '0000-00-00 00:00:00'),
(6440, '38_44_99_173', 38, 99, '2024-07-05 12:44:21', '0000-00-00 00:00:00'),
(6441, '38_45_100_371', 38, 100, '2024-07-05 12:44:21', '0000-00-00 00:00:00'),
(6442, '38_46_101_761', 38, 101, '2024-07-05 12:44:21', '0000-00-00 00:00:00'),
(6443, '38_47_102_755', 38, 102, '2024-07-05 12:44:21', '0000-00-00 00:00:00'),
(6444, '38_48_103_223', 38, 103, '2024-07-05 12:44:21', '0000-00-00 00:00:00'),
(6445, '38_49_104_311', 38, 104, '2024-07-05 12:44:21', '0000-00-00 00:00:00'),
(6446, '38_50_23_289', 38, 23, '2024-07-05 12:44:21', '0000-00-00 00:00:00'),
(6447, '38_51_72_695', 38, 72, '2024-07-05 12:44:21', '0000-00-00 00:00:00'),
(6448, '38_52_73_139', 38, 73, '2024-07-05 12:44:21', '0000-00-00 00:00:00'),
(6449, '38_53_74_831', 38, 74, '2024-07-05 12:44:21', '0000-00-00 00:00:00'),
(6450, '38_54_75_679', 38, 75, '2024-07-05 12:44:21', '0000-00-00 00:00:00'),
(6451, '38_55_76_189', 38, 76, '2024-07-05 12:44:21', '0000-00-00 00:00:00'),
(6452, '38_56_77_312', 38, 77, '2024-07-05 12:44:21', '0000-00-00 00:00:00'),
(6453, '38_57_4_946', 38, 4, '2024-07-05 12:44:21', '0000-00-00 00:00:00'),
(6454, '38_58_36_912', 38, 36, '2024-07-05 12:44:21', '0000-00-00 00:00:00'),
(6455, '38_59_37_729', 38, 37, '2024-07-05 12:44:21', '0000-00-00 00:00:00'),
(6456, '38_60_38_826', 38, 38, '2024-07-05 12:44:21', '0000-00-00 00:00:00'),
(6457, '38_61_39_551', 38, 39, '2024-07-05 12:44:21', '0000-00-00 00:00:00'),
(6458, '38_62_40_220', 38, 40, '2024-07-05 12:44:21', '0000-00-00 00:00:00'),
(6459, '38_63_41_390', 38, 41, '2024-07-05 12:44:21', '0000-00-00 00:00:00'),
(6460, '38_64_42_814', 38, 42, '2024-07-05 12:44:21', '0000-00-00 00:00:00'),
(6461, '38_65_43_329', 38, 43, '2024-07-05 12:44:21', '0000-00-00 00:00:00'),
(6462, '38_66_44_351', 38, 44, '2024-07-05 12:44:21', '0000-00-00 00:00:00'),
(6463, '38_67_45_728', 38, 45, '2024-07-05 12:44:21', '0000-00-00 00:00:00'),
(6464, '38_68_46_551', 38, 46, '2024-07-05 12:44:21', '0000-00-00 00:00:00'),
(6465, '38_69_47_364', 38, 47, '2024-07-05 12:44:21', '0000-00-00 00:00:00'),
(6466, '38_70_48_875', 38, 48, '2024-07-05 12:44:21', '0000-00-00 00:00:00'),
(6467, '38_71_49_657', 38, 49, '2024-07-05 12:44:21', '0000-00-00 00:00:00'),
(6468, '38_72_50_385', 38, 50, '2024-07-05 12:44:21', '0000-00-00 00:00:00'),
(6469, '38_73_51_409', 38, 51, '2024-07-05 12:44:21', '0000-00-00 00:00:00'),
(6470, '38_74_52_257', 38, 52, '2024-07-05 12:44:21', '0000-00-00 00:00:00'),
(6471, '38_75_53_495', 38, 53, '2024-07-05 12:44:21', '0000-00-00 00:00:00'),
(6472, '38_76_54_940', 38, 54, '2024-07-05 12:44:21', '0000-00-00 00:00:00'),
(6473, '38_77_55_455', 38, 55, '2024-07-05 12:44:21', '0000-00-00 00:00:00'),
(6474, '38_78_56_490', 38, 56, '2024-07-05 12:44:21', '0000-00-00 00:00:00'),
(6475, '38_79_57_765', 38, 57, '2024-07-05 12:44:21', '0000-00-00 00:00:00'),
(6476, '38_80_58_339', 38, 58, '2024-07-05 12:44:21', '0000-00-00 00:00:00'),
(6477, '38_81_59_932', 38, 59, '2024-07-05 12:44:21', '0000-00-00 00:00:00'),
(6478, '38_82_60_684', 38, 60, '2024-07-05 12:44:21', '0000-00-00 00:00:00'),
(6479, '38_83_61_712', 38, 61, '2024-07-05 12:44:21', '0000-00-00 00:00:00'),
(6480, '38_84_26_593', 38, 26, '2024-07-05 12:44:21', '0000-00-00 00:00:00'),
(6481, '38_85_29_489', 38, 29, '2024-07-05 12:44:21', '0000-00-00 00:00:00'),
(6482, '38_86_110_406', 38, 110, '2024-07-05 12:44:21', '0000-00-00 00:00:00'),
(6483, '38_87_111_296', 38, 111, '2024-07-05 12:44:21', '0000-00-00 00:00:00'),
(6484, '38_88_109_177', 38, 109, '2024-07-05 12:44:21', '0000-00-00 00:00:00'),
(6485, '38_89_113_649', 38, 113, '2024-07-05 12:44:21', '0000-00-00 00:00:00'),
(6486, 'user_prof__1_815', 43, 1, '2024-07-05 12:46:56', '0000-00-00 00:00:00'),
(6487, 'user_prof__5_918', 43, 5, '2024-07-05 12:46:56', '0000-00-00 00:00:00'),
(6488, 'user_prof__6_387', 43, 6, '2024-07-05 12:46:56', '0000-00-00 00:00:00'),
(6489, 'user_prof__7_843', 43, 7, '2024-07-05 12:46:56', '0000-00-00 00:00:00'),
(6490, 'user_prof__8_193', 43, 8, '2024-07-05 12:46:56', '0000-00-00 00:00:00'),
(6491, 'user_prof__9_709', 43, 9, '2024-07-05 12:46:56', '0000-00-00 00:00:00');
INSERT INTO `user_profesions` (`id`, `slug`, `user_id`, `profession_id`, `created_at`, `updated_at`) VALUES
(6492, 'user_prof__10_613', 43, 10, '2024-07-05 12:46:56', '0000-00-00 00:00:00'),
(6493, 'user_prof__107_614', 43, 107, '2024-07-05 12:46:56', '0000-00-00 00:00:00'),
(6494, 'user_prof__2_439', 43, 2, '2024-07-05 12:46:56', '0000-00-00 00:00:00'),
(6495, 'user_prof__11_206', 43, 11, '2024-07-05 12:46:56', '0000-00-00 00:00:00'),
(6496, 'user_prof__12_435', 43, 12, '2024-07-05 12:46:56', '0000-00-00 00:00:00'),
(6497, 'user_prof__13_302', 43, 13, '2024-07-05 12:46:56', '0000-00-00 00:00:00'),
(6498, 'user_prof__14_260', 43, 14, '2024-07-05 12:46:56', '0000-00-00 00:00:00'),
(6499, 'user_prof__15_932', 43, 15, '2024-07-05 12:46:56', '0000-00-00 00:00:00'),
(6500, 'user_prof__16_207', 43, 16, '2024-07-05 12:46:56', '0000-00-00 00:00:00'),
(6501, 'user_prof__3_933', 43, 3, '2024-07-05 12:46:56', '0000-00-00 00:00:00'),
(6502, 'user_prof__18_320', 43, 18, '2024-07-05 12:46:56', '0000-00-00 00:00:00'),
(6503, 'user_prof__64_884', 43, 64, '2024-07-05 12:46:56', '0000-00-00 00:00:00'),
(6504, 'user_prof__65_724', 43, 65, '2024-07-05 12:46:56', '0000-00-00 00:00:00'),
(6505, 'user_prof__66_506', 43, 66, '2024-07-05 12:46:56', '0000-00-00 00:00:00'),
(6506, 'user_prof__67_964', 43, 67, '2024-07-05 12:46:56', '0000-00-00 00:00:00'),
(6507, 'user_prof__68_414', 43, 68, '2024-07-05 12:46:56', '0000-00-00 00:00:00'),
(6508, 'user_prof__69_146', 43, 69, '2024-07-05 12:46:56', '0000-00-00 00:00:00'),
(6509, 'user_prof__70_558', 43, 70, '2024-07-05 12:46:56', '0000-00-00 00:00:00'),
(6510, 'user_prof__71_466', 43, 71, '2024-07-05 12:46:56', '0000-00-00 00:00:00'),
(6511, 'user_prof__21_163', 43, 21, '2024-07-05 12:46:56', '0000-00-00 00:00:00'),
(6512, 'user_prof__22_258', 43, 22, '2024-07-05 12:46:56', '0000-00-00 00:00:00'),
(6513, 'user_prof__80_403', 43, 80, '2024-07-05 12:46:56', '0000-00-00 00:00:00'),
(6514, 'user_prof__81_545', 43, 81, '2024-07-05 12:46:56', '0000-00-00 00:00:00'),
(6515, 'user_prof__82_160', 43, 82, '2024-07-05 12:46:56', '0000-00-00 00:00:00'),
(6516, 'user_prof__83_558', 43, 83, '2024-07-05 12:46:56', '0000-00-00 00:00:00'),
(6517, 'user_prof__85_667', 43, 85, '2024-07-05 12:46:56', '0000-00-00 00:00:00'),
(6518, 'user_prof__86_278', 43, 86, '2024-07-05 12:46:56', '0000-00-00 00:00:00'),
(6519, 'user_prof__88_822', 43, 88, '2024-07-05 12:46:56', '0000-00-00 00:00:00'),
(6520, 'user_prof__89_376', 43, 89, '2024-07-05 12:46:56', '0000-00-00 00:00:00'),
(6521, 'user_prof__90_113', 43, 90, '2024-07-05 12:46:56', '0000-00-00 00:00:00'),
(6522, 'user_prof__91_757', 43, 91, '2024-07-05 12:46:56', '0000-00-00 00:00:00'),
(6523, 'user_prof__92_534', 43, 92, '2024-07-05 12:46:56', '0000-00-00 00:00:00'),
(6524, 'user_prof__93_871', 43, 93, '2024-07-05 12:46:56', '0000-00-00 00:00:00'),
(6525, 'user_prof__94_350', 43, 94, '2024-07-05 12:46:56', '0000-00-00 00:00:00'),
(6526, 'user_prof__95_967', 43, 95, '2024-07-05 12:46:56', '0000-00-00 00:00:00'),
(6527, 'user_prof__96_215', 43, 96, '2024-07-05 12:46:56', '0000-00-00 00:00:00'),
(6528, 'user_prof__97_426', 43, 97, '2024-07-05 12:46:56', '0000-00-00 00:00:00'),
(6529, 'user_prof__98_555', 43, 98, '2024-07-05 12:46:56', '0000-00-00 00:00:00'),
(6530, 'user_prof__99_928', 43, 99, '2024-07-05 12:46:56', '0000-00-00 00:00:00'),
(6531, 'user_prof__100_756', 43, 100, '2024-07-05 12:46:56', '0000-00-00 00:00:00'),
(6532, 'user_prof__101_512', 43, 101, '2024-07-05 12:46:56', '0000-00-00 00:00:00'),
(6533, 'user_prof__102_399', 43, 102, '2024-07-05 12:46:56', '0000-00-00 00:00:00'),
(6534, 'user_prof__103_506', 43, 103, '2024-07-05 12:46:56', '0000-00-00 00:00:00'),
(6535, 'user_prof__104_889', 43, 104, '2024-07-05 12:46:56', '0000-00-00 00:00:00'),
(6536, 'user_prof__23_950', 43, 23, '2024-07-05 12:46:56', '0000-00-00 00:00:00'),
(6537, 'user_prof__72_339', 43, 72, '2024-07-05 12:46:56', '0000-00-00 00:00:00'),
(6538, 'user_prof__73_568', 43, 73, '2024-07-05 12:46:56', '0000-00-00 00:00:00'),
(6539, 'user_prof__74_143', 43, 74, '2024-07-05 12:46:56', '0000-00-00 00:00:00'),
(6540, 'user_prof__75_593', 43, 75, '2024-07-05 12:46:56', '0000-00-00 00:00:00'),
(6541, 'user_prof__76_800', 43, 76, '2024-07-05 12:46:56', '0000-00-00 00:00:00'),
(6542, 'user_prof__77_146', 43, 77, '2024-07-05 12:46:56', '0000-00-00 00:00:00'),
(6543, 'user_prof__4_353', 43, 4, '2024-07-05 12:46:56', '0000-00-00 00:00:00'),
(6544, 'user_prof__36_738', 43, 36, '2024-07-05 12:46:56', '0000-00-00 00:00:00'),
(6545, 'user_prof__37_324', 43, 37, '2024-07-05 12:46:56', '0000-00-00 00:00:00'),
(6546, 'user_prof__38_525', 43, 38, '2024-07-05 12:46:56', '0000-00-00 00:00:00'),
(6547, 'user_prof__39_403', 43, 39, '2024-07-05 12:46:56', '0000-00-00 00:00:00'),
(6548, 'user_prof__40_874', 43, 40, '2024-07-05 12:46:56', '0000-00-00 00:00:00'),
(6549, 'user_prof__41_787', 43, 41, '2024-07-05 12:46:56', '0000-00-00 00:00:00'),
(6550, 'user_prof__42_944', 43, 42, '2024-07-05 12:46:56', '0000-00-00 00:00:00'),
(6551, 'user_prof__43_482', 43, 43, '2024-07-05 12:46:56', '0000-00-00 00:00:00'),
(6552, 'user_prof__44_302', 43, 44, '2024-07-05 12:46:56', '0000-00-00 00:00:00'),
(6553, 'user_prof__45_961', 43, 45, '2024-07-05 12:46:56', '0000-00-00 00:00:00'),
(6554, 'user_prof__46_466', 43, 46, '2024-07-05 12:46:56', '0000-00-00 00:00:00'),
(6555, 'user_prof__47_223', 43, 47, '2024-07-05 12:46:56', '0000-00-00 00:00:00'),
(6556, 'user_prof__48_415', 43, 48, '2024-07-05 12:46:56', '0000-00-00 00:00:00'),
(6557, 'user_prof__49_823', 43, 49, '2024-07-05 12:46:56', '0000-00-00 00:00:00'),
(6558, 'user_prof__50_168', 43, 50, '2024-07-05 12:46:56', '0000-00-00 00:00:00'),
(6559, 'user_prof__51_871', 43, 51, '2024-07-05 12:46:56', '0000-00-00 00:00:00'),
(6560, 'user_prof__52_633', 43, 52, '2024-07-05 12:46:56', '0000-00-00 00:00:00'),
(6561, 'user_prof__53_952', 43, 53, '2024-07-05 12:46:56', '0000-00-00 00:00:00'),
(6562, 'user_prof__54_167', 43, 54, '2024-07-05 12:46:56', '0000-00-00 00:00:00'),
(6563, 'user_prof__55_300', 43, 55, '2024-07-05 12:46:56', '0000-00-00 00:00:00'),
(6564, 'user_prof__56_205', 43, 56, '2024-07-05 12:46:56', '0000-00-00 00:00:00'),
(6565, 'user_prof__57_682', 43, 57, '2024-07-05 12:46:56', '0000-00-00 00:00:00'),
(6566, 'user_prof__58_516', 43, 58, '2024-07-05 12:46:56', '0000-00-00 00:00:00'),
(6567, 'user_prof__59_519', 43, 59, '2024-07-05 12:46:56', '0000-00-00 00:00:00'),
(6568, 'user_prof__60_433', 43, 60, '2024-07-05 12:46:56', '0000-00-00 00:00:00'),
(6569, 'user_prof__61_594', 43, 61, '2024-07-05 12:46:56', '0000-00-00 00:00:00'),
(6570, 'user_prof__26_669', 43, 26, '2024-07-05 12:46:56', '0000-00-00 00:00:00'),
(6571, 'user_prof__29_321', 43, 29, '2024-07-05 12:46:56', '0000-00-00 00:00:00'),
(6572, 'user_prof__110_831', 43, 110, '2024-07-05 12:46:56', '0000-00-00 00:00:00'),
(6573, 'user_prof__111_137', 43, 111, '2024-07-05 12:46:56', '0000-00-00 00:00:00'),
(6574, 'user_prof__109_800', 43, 109, '2024-07-05 12:46:56', '0000-00-00 00:00:00'),
(6575, 'user_prof__113_954', 43, 113, '2024-07-05 12:46:56', '0000-00-00 00:00:00'),
(6576, '39_0_1_600', 39, 1, '2024-07-05 13:09:19', '0000-00-00 00:00:00'),
(6577, '39_1_5_619', 39, 5, '2024-07-05 13:09:19', '0000-00-00 00:00:00'),
(6578, '39_2_6_271', 39, 6, '2024-07-05 13:09:19', '0000-00-00 00:00:00'),
(6579, '39_3_7_230', 39, 7, '2024-07-05 13:09:19', '0000-00-00 00:00:00'),
(6580, '39_4_8_206', 39, 8, '2024-07-05 13:09:19', '0000-00-00 00:00:00'),
(6581, '39_5_9_365', 39, 9, '2024-07-05 13:09:19', '0000-00-00 00:00:00'),
(6582, '39_6_10_122', 39, 10, '2024-07-05 13:09:19', '0000-00-00 00:00:00'),
(6583, '39_7_107_689', 39, 107, '2024-07-05 13:09:19', '0000-00-00 00:00:00'),
(6584, '39_8_2_221', 39, 2, '2024-07-05 13:09:19', '0000-00-00 00:00:00'),
(6585, '39_9_11_685', 39, 11, '2024-07-05 13:09:19', '0000-00-00 00:00:00'),
(6586, '39_10_12_688', 39, 12, '2024-07-05 13:09:19', '0000-00-00 00:00:00'),
(6587, '39_11_13_200', 39, 13, '2024-07-05 13:09:19', '0000-00-00 00:00:00'),
(6588, '39_12_14_884', 39, 14, '2024-07-05 13:09:19', '0000-00-00 00:00:00'),
(6589, '39_13_15_663', 39, 15, '2024-07-05 13:09:19', '0000-00-00 00:00:00'),
(6590, '39_14_16_803', 39, 16, '2024-07-05 13:09:19', '0000-00-00 00:00:00'),
(6591, '39_15_3_280', 39, 3, '2024-07-05 13:09:19', '0000-00-00 00:00:00'),
(6592, '39_16_18_371', 39, 18, '2024-07-05 13:09:19', '0000-00-00 00:00:00'),
(6593, '39_17_64_928', 39, 64, '2024-07-05 13:09:19', '0000-00-00 00:00:00'),
(6594, '39_18_65_516', 39, 65, '2024-07-05 13:09:19', '0000-00-00 00:00:00'),
(6595, '39_19_66_695', 39, 66, '2024-07-05 13:09:19', '0000-00-00 00:00:00'),
(6596, '39_20_67_256', 39, 67, '2024-07-05 13:09:19', '0000-00-00 00:00:00'),
(6597, '39_21_68_605', 39, 68, '2024-07-05 13:09:19', '0000-00-00 00:00:00'),
(6598, '39_22_69_606', 39, 69, '2024-07-05 13:09:19', '0000-00-00 00:00:00'),
(6599, '39_23_70_537', 39, 70, '2024-07-05 13:09:19', '0000-00-00 00:00:00'),
(6600, '39_24_71_260', 39, 71, '2024-07-05 13:09:19', '0000-00-00 00:00:00'),
(6601, '39_25_21_506', 39, 21, '2024-07-05 13:09:19', '0000-00-00 00:00:00'),
(6602, '39_26_22_966', 39, 22, '2024-07-05 13:09:19', '0000-00-00 00:00:00'),
(6603, '39_27_80_387', 39, 80, '2024-07-05 13:09:19', '0000-00-00 00:00:00'),
(6604, '39_28_81_570', 39, 81, '2024-07-05 13:09:19', '0000-00-00 00:00:00'),
(6605, '39_29_82_496', 39, 82, '2024-07-05 13:09:19', '0000-00-00 00:00:00'),
(6606, '39_30_83_576', 39, 83, '2024-07-05 13:09:19', '0000-00-00 00:00:00'),
(6607, '39_31_85_930', 39, 85, '2024-07-05 13:09:19', '0000-00-00 00:00:00'),
(6608, '39_32_86_394', 39, 86, '2024-07-05 13:09:19', '0000-00-00 00:00:00'),
(6609, '39_33_88_483', 39, 88, '2024-07-05 13:09:19', '0000-00-00 00:00:00'),
(6610, '39_34_89_915', 39, 89, '2024-07-05 13:09:19', '0000-00-00 00:00:00'),
(6611, '39_35_90_602', 39, 90, '2024-07-05 13:09:19', '0000-00-00 00:00:00'),
(6612, '39_36_91_189', 39, 91, '2024-07-05 13:09:19', '0000-00-00 00:00:00'),
(6613, '39_37_92_279', 39, 92, '2024-07-05 13:09:19', '0000-00-00 00:00:00'),
(6614, '39_38_93_383', 39, 93, '2024-07-05 13:09:19', '0000-00-00 00:00:00'),
(6615, '39_39_94_259', 39, 94, '2024-07-05 13:09:19', '0000-00-00 00:00:00'),
(6616, '39_40_95_468', 39, 95, '2024-07-05 13:09:19', '0000-00-00 00:00:00'),
(6617, '39_41_96_265', 39, 96, '2024-07-05 13:09:19', '0000-00-00 00:00:00'),
(6618, '39_42_97_772', 39, 97, '2024-07-05 13:09:19', '0000-00-00 00:00:00'),
(6619, '39_43_98_301', 39, 98, '2024-07-05 13:09:19', '0000-00-00 00:00:00'),
(6620, '39_44_99_721', 39, 99, '2024-07-05 13:09:19', '0000-00-00 00:00:00'),
(6621, '39_45_100_249', 39, 100, '2024-07-05 13:09:19', '0000-00-00 00:00:00'),
(6622, '39_46_101_589', 39, 101, '2024-07-05 13:09:19', '0000-00-00 00:00:00'),
(6623, '39_47_102_887', 39, 102, '2024-07-05 13:09:19', '0000-00-00 00:00:00'),
(6624, '39_48_103_639', 39, 103, '2024-07-05 13:09:19', '0000-00-00 00:00:00'),
(6625, '39_49_104_739', 39, 104, '2024-07-05 13:09:19', '0000-00-00 00:00:00'),
(6626, '39_50_23_867', 39, 23, '2024-07-05 13:09:19', '0000-00-00 00:00:00'),
(6627, '39_51_72_176', 39, 72, '2024-07-05 13:09:19', '0000-00-00 00:00:00'),
(6628, '39_52_73_113', 39, 73, '2024-07-05 13:09:19', '0000-00-00 00:00:00'),
(6629, '39_53_74_206', 39, 74, '2024-07-05 13:09:19', '0000-00-00 00:00:00'),
(6630, '39_54_75_458', 39, 75, '2024-07-05 13:09:19', '0000-00-00 00:00:00'),
(6631, '39_55_76_739', 39, 76, '2024-07-05 13:09:19', '0000-00-00 00:00:00'),
(6632, '39_56_77_980', 39, 77, '2024-07-05 13:09:19', '0000-00-00 00:00:00'),
(6633, '39_57_4_989', 39, 4, '2024-07-05 13:09:19', '0000-00-00 00:00:00'),
(6634, '39_58_36_868', 39, 36, '2024-07-05 13:09:19', '0000-00-00 00:00:00'),
(6635, '39_59_37_607', 39, 37, '2024-07-05 13:09:19', '0000-00-00 00:00:00'),
(6636, '39_60_38_961', 39, 38, '2024-07-05 13:09:19', '0000-00-00 00:00:00'),
(6637, '39_61_39_941', 39, 39, '2024-07-05 13:09:19', '0000-00-00 00:00:00'),
(6638, '39_62_40_701', 39, 40, '2024-07-05 13:09:19', '0000-00-00 00:00:00'),
(6639, '39_63_41_209', 39, 41, '2024-07-05 13:09:19', '0000-00-00 00:00:00'),
(6640, '39_64_42_461', 39, 42, '2024-07-05 13:09:19', '0000-00-00 00:00:00'),
(6641, '39_65_43_816', 39, 43, '2024-07-05 13:09:19', '0000-00-00 00:00:00'),
(6642, '39_66_44_302', 39, 44, '2024-07-05 13:09:19', '0000-00-00 00:00:00'),
(6643, '39_67_45_758', 39, 45, '2024-07-05 13:09:19', '0000-00-00 00:00:00'),
(6644, '39_68_46_311', 39, 46, '2024-07-05 13:09:19', '0000-00-00 00:00:00'),
(6645, '39_69_47_851', 39, 47, '2024-07-05 13:09:19', '0000-00-00 00:00:00'),
(6646, '39_70_48_896', 39, 48, '2024-07-05 13:09:19', '0000-00-00 00:00:00'),
(6647, '39_71_49_295', 39, 49, '2024-07-05 13:09:19', '0000-00-00 00:00:00'),
(6648, '39_72_50_813', 39, 50, '2024-07-05 13:09:19', '0000-00-00 00:00:00'),
(6649, '39_73_51_470', 39, 51, '2024-07-05 13:09:19', '0000-00-00 00:00:00'),
(6650, '39_74_52_413', 39, 52, '2024-07-05 13:09:19', '0000-00-00 00:00:00'),
(6651, '39_75_53_949', 39, 53, '2024-07-05 13:09:19', '0000-00-00 00:00:00'),
(6652, '39_76_54_292', 39, 54, '2024-07-05 13:09:19', '0000-00-00 00:00:00'),
(6653, '39_77_55_290', 39, 55, '2024-07-05 13:09:19', '0000-00-00 00:00:00'),
(6654, '39_78_56_223', 39, 56, '2024-07-05 13:09:19', '0000-00-00 00:00:00'),
(6655, '39_79_57_635', 39, 57, '2024-07-05 13:09:19', '0000-00-00 00:00:00'),
(6656, '39_80_58_941', 39, 58, '2024-07-05 13:09:19', '0000-00-00 00:00:00'),
(6657, '39_81_59_849', 39, 59, '2024-07-05 13:09:19', '0000-00-00 00:00:00'),
(6658, '39_82_60_835', 39, 60, '2024-07-05 13:09:19', '0000-00-00 00:00:00'),
(6659, '39_83_61_241', 39, 61, '2024-07-05 13:09:19', '0000-00-00 00:00:00'),
(6660, '39_84_26_434', 39, 26, '2024-07-05 13:09:19', '0000-00-00 00:00:00'),
(6661, '39_85_29_943', 39, 29, '2024-07-05 13:09:19', '0000-00-00 00:00:00'),
(6662, '39_86_110_827', 39, 110, '2024-07-05 13:09:19', '0000-00-00 00:00:00'),
(6663, '39_87_111_914', 39, 111, '2024-07-05 13:09:19', '0000-00-00 00:00:00'),
(6664, '39_88_109_694', 39, 109, '2024-07-05 13:09:19', '0000-00-00 00:00:00'),
(6665, '39_89_113_603', 39, 113, '2024-07-05 13:09:19', '0000-00-00 00:00:00'),
(6666, '37_0_1_582', 37, 1, '2024-07-05 13:10:27', '0000-00-00 00:00:00'),
(6667, '37_1_5_589', 37, 5, '2024-07-05 13:10:27', '0000-00-00 00:00:00'),
(6668, '37_2_6_113', 37, 6, '2024-07-05 13:10:27', '0000-00-00 00:00:00'),
(6669, '37_3_7_823', 37, 7, '2024-07-05 13:10:27', '0000-00-00 00:00:00'),
(6670, '37_4_8_687', 37, 8, '2024-07-05 13:10:27', '0000-00-00 00:00:00'),
(6671, '37_5_9_399', 37, 9, '2024-07-05 13:10:27', '0000-00-00 00:00:00'),
(6672, '37_6_10_654', 37, 10, '2024-07-05 13:10:27', '0000-00-00 00:00:00'),
(6673, '37_7_107_554', 37, 107, '2024-07-05 13:10:27', '0000-00-00 00:00:00'),
(6674, '37_8_2_618', 37, 2, '2024-07-05 13:10:27', '0000-00-00 00:00:00'),
(6675, '37_9_11_280', 37, 11, '2024-07-05 13:10:27', '0000-00-00 00:00:00'),
(6676, '37_10_12_831', 37, 12, '2024-07-05 13:10:27', '0000-00-00 00:00:00'),
(6677, '37_11_13_423', 37, 13, '2024-07-05 13:10:27', '0000-00-00 00:00:00'),
(6678, '37_12_14_488', 37, 14, '2024-07-05 13:10:27', '0000-00-00 00:00:00'),
(6679, '37_13_15_859', 37, 15, '2024-07-05 13:10:27', '0000-00-00 00:00:00'),
(6680, '37_14_16_338', 37, 16, '2024-07-05 13:10:27', '0000-00-00 00:00:00'),
(6681, '33_0_1_393', 33, 1, '2024-07-05 13:11:18', '0000-00-00 00:00:00'),
(6682, '33_1_5_353', 33, 5, '2024-07-05 13:11:18', '0000-00-00 00:00:00'),
(6683, '33_2_6_357', 33, 6, '2024-07-05 13:11:18', '0000-00-00 00:00:00'),
(6684, '33_3_7_554', 33, 7, '2024-07-05 13:11:18', '0000-00-00 00:00:00'),
(6685, '33_4_8_526', 33, 8, '2024-07-05 13:11:18', '0000-00-00 00:00:00'),
(6686, '33_5_9_581', 33, 9, '2024-07-05 13:11:18', '0000-00-00 00:00:00'),
(6687, '33_6_10_371', 33, 10, '2024-07-05 13:11:18', '0000-00-00 00:00:00'),
(6688, '33_7_107_184', 33, 107, '2024-07-05 13:11:18', '0000-00-00 00:00:00'),
(6689, '33_8_2_880', 33, 2, '2024-07-05 13:11:18', '0000-00-00 00:00:00'),
(6690, '33_9_11_875', 33, 11, '2024-07-05 13:11:18', '0000-00-00 00:00:00'),
(6691, '33_10_12_473', 33, 12, '2024-07-05 13:11:18', '0000-00-00 00:00:00'),
(6692, '33_11_13_494', 33, 13, '2024-07-05 13:11:18', '0000-00-00 00:00:00'),
(6693, '33_12_14_181', 33, 14, '2024-07-05 13:11:18', '0000-00-00 00:00:00'),
(6694, '33_13_15_208', 33, 15, '2024-07-05 13:11:18', '0000-00-00 00:00:00'),
(6695, '33_14_16_503', 33, 16, '2024-07-05 13:11:18', '0000-00-00 00:00:00'),
(6696, '33_15_3_460', 33, 3, '2024-07-05 13:11:18', '0000-00-00 00:00:00'),
(6697, '33_16_18_434', 33, 18, '2024-07-05 13:11:18', '0000-00-00 00:00:00'),
(6698, '33_17_64_570', 33, 64, '2024-07-05 13:11:18', '0000-00-00 00:00:00'),
(6699, '33_18_65_814', 33, 65, '2024-07-05 13:11:18', '0000-00-00 00:00:00'),
(6700, '33_19_66_762', 33, 66, '2024-07-05 13:11:18', '0000-00-00 00:00:00'),
(6701, '33_20_67_623', 33, 67, '2024-07-05 13:11:18', '0000-00-00 00:00:00'),
(6702, '33_21_68_278', 33, 68, '2024-07-05 13:11:18', '0000-00-00 00:00:00'),
(6703, '33_22_69_651', 33, 69, '2024-07-05 13:11:18', '0000-00-00 00:00:00'),
(6704, '33_23_70_312', 33, 70, '2024-07-05 13:11:18', '0000-00-00 00:00:00'),
(6705, '33_24_71_142', 33, 71, '2024-07-05 13:11:18', '0000-00-00 00:00:00'),
(6706, '33_25_21_796', 33, 21, '2024-07-05 13:11:18', '0000-00-00 00:00:00'),
(6707, '33_26_22_380', 33, 22, '2024-07-05 13:11:18', '0000-00-00 00:00:00'),
(6708, '33_27_80_418', 33, 80, '2024-07-05 13:11:18', '0000-00-00 00:00:00'),
(6709, '33_28_81_363', 33, 81, '2024-07-05 13:11:18', '0000-00-00 00:00:00'),
(6710, '33_29_82_356', 33, 82, '2024-07-05 13:11:18', '0000-00-00 00:00:00'),
(6711, '33_30_83_980', 33, 83, '2024-07-05 13:11:18', '0000-00-00 00:00:00'),
(6712, '33_31_85_893', 33, 85, '2024-07-05 13:11:18', '0000-00-00 00:00:00'),
(6713, '33_32_86_656', 33, 86, '2024-07-05 13:11:18', '0000-00-00 00:00:00'),
(6714, '33_33_88_977', 33, 88, '2024-07-05 13:11:18', '0000-00-00 00:00:00'),
(6715, '33_34_89_311', 33, 89, '2024-07-05 13:11:18', '0000-00-00 00:00:00'),
(6716, '33_35_90_523', 33, 90, '2024-07-05 13:11:18', '0000-00-00 00:00:00'),
(6717, '33_36_91_944', 33, 91, '2024-07-05 13:11:18', '0000-00-00 00:00:00'),
(6718, '33_37_92_559', 33, 92, '2024-07-05 13:11:18', '0000-00-00 00:00:00'),
(6719, '33_38_93_355', 33, 93, '2024-07-05 13:11:18', '0000-00-00 00:00:00'),
(6720, '33_39_94_347', 33, 94, '2024-07-05 13:11:18', '0000-00-00 00:00:00'),
(6721, '33_40_95_354', 33, 95, '2024-07-05 13:11:18', '0000-00-00 00:00:00'),
(6722, '33_41_96_426', 33, 96, '2024-07-05 13:11:18', '0000-00-00 00:00:00'),
(6723, '33_42_97_155', 33, 97, '2024-07-05 13:11:18', '0000-00-00 00:00:00'),
(6724, '33_43_98_232', 33, 98, '2024-07-05 13:11:18', '0000-00-00 00:00:00'),
(6725, '33_44_99_692', 33, 99, '2024-07-05 13:11:18', '0000-00-00 00:00:00'),
(6726, '33_45_100_997', 33, 100, '2024-07-05 13:11:18', '0000-00-00 00:00:00'),
(6727, '33_46_101_771', 33, 101, '2024-07-05 13:11:18', '0000-00-00 00:00:00'),
(6728, '33_47_102_312', 33, 102, '2024-07-05 13:11:18', '0000-00-00 00:00:00'),
(6729, '33_48_103_116', 33, 103, '2024-07-05 13:11:18', '0000-00-00 00:00:00'),
(6730, '33_49_104_182', 33, 104, '2024-07-05 13:11:18', '0000-00-00 00:00:00'),
(6731, '33_50_23_112', 33, 23, '2024-07-05 13:11:18', '0000-00-00 00:00:00'),
(6732, '33_51_72_651', 33, 72, '2024-07-05 13:11:18', '0000-00-00 00:00:00'),
(6733, '33_52_73_881', 33, 73, '2024-07-05 13:11:18', '0000-00-00 00:00:00'),
(6734, '33_53_74_256', 33, 74, '2024-07-05 13:11:18', '0000-00-00 00:00:00'),
(6735, '33_54_75_604', 33, 75, '2024-07-05 13:11:18', '0000-00-00 00:00:00'),
(6736, '33_55_76_934', 33, 76, '2024-07-05 13:11:18', '0000-00-00 00:00:00'),
(6737, '33_56_77_900', 33, 77, '2024-07-05 13:11:18', '0000-00-00 00:00:00'),
(6738, '33_57_4_955', 33, 4, '2024-07-05 13:11:18', '0000-00-00 00:00:00'),
(6739, '33_58_36_397', 33, 36, '2024-07-05 13:11:18', '0000-00-00 00:00:00'),
(6740, '33_59_37_267', 33, 37, '2024-07-05 13:11:18', '0000-00-00 00:00:00'),
(6741, '33_60_38_466', 33, 38, '2024-07-05 13:11:18', '0000-00-00 00:00:00'),
(6742, '33_61_39_584', 33, 39, '2024-07-05 13:11:18', '0000-00-00 00:00:00'),
(6743, '33_62_40_182', 33, 40, '2024-07-05 13:11:18', '0000-00-00 00:00:00'),
(6744, '33_63_41_111', 33, 41, '2024-07-05 13:11:18', '0000-00-00 00:00:00'),
(6745, '33_64_42_145', 33, 42, '2024-07-05 13:11:18', '0000-00-00 00:00:00'),
(6746, '33_65_43_928', 33, 43, '2024-07-05 13:11:18', '0000-00-00 00:00:00'),
(6747, '33_66_44_824', 33, 44, '2024-07-05 13:11:18', '0000-00-00 00:00:00'),
(6748, '33_67_45_148', 33, 45, '2024-07-05 13:11:18', '0000-00-00 00:00:00'),
(6749, '33_68_46_964', 33, 46, '2024-07-05 13:11:18', '0000-00-00 00:00:00'),
(6750, '33_69_47_923', 33, 47, '2024-07-05 13:11:18', '0000-00-00 00:00:00'),
(6751, '33_70_48_603', 33, 48, '2024-07-05 13:11:18', '0000-00-00 00:00:00'),
(6752, '33_71_49_647', 33, 49, '2024-07-05 13:11:18', '0000-00-00 00:00:00'),
(6753, '33_72_50_142', 33, 50, '2024-07-05 13:11:18', '0000-00-00 00:00:00'),
(6754, '33_73_51_222', 33, 51, '2024-07-05 13:11:18', '0000-00-00 00:00:00'),
(6755, '33_74_52_226', 33, 52, '2024-07-05 13:11:18', '0000-00-00 00:00:00'),
(6756, '33_75_53_155', 33, 53, '2024-07-05 13:11:18', '0000-00-00 00:00:00'),
(6757, '33_76_54_434', 33, 54, '2024-07-05 13:11:18', '0000-00-00 00:00:00'),
(6758, '33_77_55_266', 33, 55, '2024-07-05 13:11:18', '0000-00-00 00:00:00'),
(6759, '33_78_56_797', 33, 56, '2024-07-05 13:11:18', '0000-00-00 00:00:00'),
(6760, '33_79_57_295', 33, 57, '2024-07-05 13:11:18', '0000-00-00 00:00:00'),
(6761, '33_80_58_214', 33, 58, '2024-07-05 13:11:18', '0000-00-00 00:00:00'),
(6762, '33_81_59_381', 33, 59, '2024-07-05 13:11:18', '0000-00-00 00:00:00'),
(6763, '33_82_60_487', 33, 60, '2024-07-05 13:11:18', '0000-00-00 00:00:00'),
(6764, '33_83_61_116', 33, 61, '2024-07-05 13:11:18', '0000-00-00 00:00:00'),
(6765, '33_84_26_144', 33, 26, '2024-07-05 13:11:18', '0000-00-00 00:00:00'),
(6766, '33_85_29_946', 33, 29, '2024-07-05 13:11:18', '0000-00-00 00:00:00'),
(6767, '33_86_110_856', 33, 110, '2024-07-05 13:11:18', '0000-00-00 00:00:00'),
(6768, '33_87_111_166', 33, 111, '2024-07-05 13:11:18', '0000-00-00 00:00:00'),
(6769, '33_88_109_758', 33, 109, '2024-07-05 13:11:18', '0000-00-00 00:00:00'),
(6770, '33_89_113_930', 33, 113, '2024-07-05 13:11:18', '0000-00-00 00:00:00'),
(6861, 'user_prof__1_572', 46, 1, '2024-07-05 15:05:30', '0000-00-00 00:00:00'),
(6862, 'user_prof__5_278', 46, 5, '2024-07-05 15:05:30', '0000-00-00 00:00:00'),
(6863, 'user_prof__6_804', 46, 6, '2024-07-05 15:05:30', '0000-00-00 00:00:00'),
(6864, 'user_prof__7_680', 46, 7, '2024-07-05 15:05:30', '0000-00-00 00:00:00'),
(6865, 'user_prof__8_503', 46, 8, '2024-07-05 15:05:30', '0000-00-00 00:00:00'),
(6866, 'user_prof__9_342', 46, 9, '2024-07-05 15:05:30', '0000-00-00 00:00:00'),
(6867, 'user_prof__10_451', 46, 10, '2024-07-05 15:05:30', '0000-00-00 00:00:00'),
(6868, 'user_prof__107_715', 46, 107, '2024-07-05 15:05:30', '0000-00-00 00:00:00'),
(6869, 'user_prof__2_956', 46, 2, '2024-07-05 15:05:30', '0000-00-00 00:00:00'),
(6870, 'user_prof__11_580', 46, 11, '2024-07-05 15:05:30', '0000-00-00 00:00:00'),
(6871, 'user_prof__12_926', 46, 12, '2024-07-05 15:05:30', '0000-00-00 00:00:00'),
(6872, 'user_prof__13_928', 46, 13, '2024-07-05 15:05:30', '0000-00-00 00:00:00'),
(6873, 'user_prof__14_732', 46, 14, '2024-07-05 15:05:30', '0000-00-00 00:00:00'),
(6874, 'user_prof__15_871', 46, 15, '2024-07-05 15:05:30', '0000-00-00 00:00:00'),
(6875, 'user_prof__16_155', 46, 16, '2024-07-05 15:05:30', '0000-00-00 00:00:00'),
(6876, 'user_prof__3_948', 46, 3, '2024-07-05 15:05:30', '0000-00-00 00:00:00'),
(6877, 'user_prof__18_456', 46, 18, '2024-07-05 15:05:30', '0000-00-00 00:00:00'),
(6878, 'user_prof__64_577', 46, 64, '2024-07-05 15:05:30', '0000-00-00 00:00:00'),
(6879, 'user_prof__65_414', 46, 65, '2024-07-05 15:05:30', '0000-00-00 00:00:00'),
(6880, 'user_prof__66_607', 46, 66, '2024-07-05 15:05:30', '0000-00-00 00:00:00'),
(6881, 'user_prof__67_502', 46, 67, '2024-07-05 15:05:30', '0000-00-00 00:00:00'),
(6882, 'user_prof__68_252', 46, 68, '2024-07-05 15:05:30', '0000-00-00 00:00:00'),
(6883, 'user_prof__69_832', 46, 69, '2024-07-05 15:05:30', '0000-00-00 00:00:00'),
(6884, 'user_prof__70_895', 46, 70, '2024-07-05 15:05:30', '0000-00-00 00:00:00'),
(6885, 'user_prof__71_118', 46, 71, '2024-07-05 15:05:30', '0000-00-00 00:00:00'),
(6886, 'user_prof__21_127', 46, 21, '2024-07-05 15:05:30', '0000-00-00 00:00:00'),
(6887, 'user_prof__22_495', 46, 22, '2024-07-05 15:05:30', '0000-00-00 00:00:00'),
(6888, 'user_prof__80_395', 46, 80, '2024-07-05 15:05:30', '0000-00-00 00:00:00'),
(6889, 'user_prof__81_135', 46, 81, '2024-07-05 15:05:30', '0000-00-00 00:00:00'),
(6890, 'user_prof__82_965', 46, 82, '2024-07-05 15:05:30', '0000-00-00 00:00:00'),
(6891, 'user_prof__83_862', 46, 83, '2024-07-05 15:05:30', '0000-00-00 00:00:00'),
(6892, 'user_prof__85_243', 46, 85, '2024-07-05 15:05:30', '0000-00-00 00:00:00'),
(6893, 'user_prof__86_818', 46, 86, '2024-07-05 15:05:30', '0000-00-00 00:00:00'),
(6894, 'user_prof__88_830', 46, 88, '2024-07-05 15:05:30', '0000-00-00 00:00:00'),
(6895, 'user_prof__89_407', 46, 89, '2024-07-05 15:05:30', '0000-00-00 00:00:00'),
(6896, 'user_prof__90_631', 46, 90, '2024-07-05 15:05:30', '0000-00-00 00:00:00'),
(6897, 'user_prof__91_592', 46, 91, '2024-07-05 15:05:30', '0000-00-00 00:00:00'),
(6898, 'user_prof__92_573', 46, 92, '2024-07-05 15:05:30', '0000-00-00 00:00:00'),
(6899, 'user_prof__93_222', 46, 93, '2024-07-05 15:05:30', '0000-00-00 00:00:00'),
(6900, 'user_prof__94_538', 46, 94, '2024-07-05 15:05:30', '0000-00-00 00:00:00'),
(6901, 'user_prof__95_302', 46, 95, '2024-07-05 15:05:30', '0000-00-00 00:00:00'),
(6902, 'user_prof__96_754', 46, 96, '2024-07-05 15:05:30', '0000-00-00 00:00:00'),
(6903, 'user_prof__97_352', 46, 97, '2024-07-05 15:05:30', '0000-00-00 00:00:00'),
(6904, 'user_prof__98_534', 46, 98, '2024-07-05 15:05:30', '0000-00-00 00:00:00'),
(6905, 'user_prof__99_442', 46, 99, '2024-07-05 15:05:30', '0000-00-00 00:00:00'),
(6906, 'user_prof__100_688', 46, 100, '2024-07-05 15:05:30', '0000-00-00 00:00:00'),
(6907, 'user_prof__101_492', 46, 101, '2024-07-05 15:05:30', '0000-00-00 00:00:00'),
(6908, 'user_prof__102_574', 46, 102, '2024-07-05 15:05:30', '0000-00-00 00:00:00'),
(6909, 'user_prof__103_393', 46, 103, '2024-07-05 15:05:30', '0000-00-00 00:00:00'),
(6910, 'user_prof__104_525', 46, 104, '2024-07-05 15:05:30', '0000-00-00 00:00:00'),
(6911, 'user_prof__23_661', 46, 23, '2024-07-05 15:05:30', '0000-00-00 00:00:00'),
(6912, 'user_prof__72_712', 46, 72, '2024-07-05 15:05:30', '0000-00-00 00:00:00'),
(6913, 'user_prof__73_209', 46, 73, '2024-07-05 15:05:30', '0000-00-00 00:00:00'),
(6914, 'user_prof__74_361', 46, 74, '2024-07-05 15:05:30', '0000-00-00 00:00:00'),
(6915, 'user_prof__75_235', 46, 75, '2024-07-05 15:05:30', '0000-00-00 00:00:00'),
(6916, 'user_prof__76_260', 46, 76, '2024-07-05 15:05:30', '0000-00-00 00:00:00'),
(6917, 'user_prof__77_847', 46, 77, '2024-07-05 15:05:30', '0000-00-00 00:00:00'),
(6918, 'user_prof__4_165', 46, 4, '2024-07-05 15:05:30', '0000-00-00 00:00:00'),
(6919, 'user_prof__36_367', 46, 36, '2024-07-05 15:05:30', '0000-00-00 00:00:00'),
(6920, 'user_prof__37_288', 46, 37, '2024-07-05 15:05:30', '0000-00-00 00:00:00'),
(6921, 'user_prof__38_201', 46, 38, '2024-07-05 15:05:30', '0000-00-00 00:00:00'),
(6922, 'user_prof__39_792', 46, 39, '2024-07-05 15:05:30', '0000-00-00 00:00:00'),
(6923, 'user_prof__40_627', 46, 40, '2024-07-05 15:05:30', '0000-00-00 00:00:00'),
(6924, 'user_prof__41_112', 46, 41, '2024-07-05 15:05:30', '0000-00-00 00:00:00'),
(6925, 'user_prof__42_859', 46, 42, '2024-07-05 15:05:30', '0000-00-00 00:00:00'),
(6926, 'user_prof__43_817', 46, 43, '2024-07-05 15:05:30', '0000-00-00 00:00:00'),
(6927, 'user_prof__44_911', 46, 44, '2024-07-05 15:05:30', '0000-00-00 00:00:00'),
(6928, 'user_prof__45_405', 46, 45, '2024-07-05 15:05:30', '0000-00-00 00:00:00'),
(6929, 'user_prof__46_990', 46, 46, '2024-07-05 15:05:30', '0000-00-00 00:00:00'),
(6930, 'user_prof__47_451', 46, 47, '2024-07-05 15:05:30', '0000-00-00 00:00:00'),
(6931, 'user_prof__48_948', 46, 48, '2024-07-05 15:05:30', '0000-00-00 00:00:00'),
(6932, 'user_prof__49_480', 46, 49, '2024-07-05 15:05:30', '0000-00-00 00:00:00'),
(6933, 'user_prof__50_534', 46, 50, '2024-07-05 15:05:30', '0000-00-00 00:00:00'),
(6934, 'user_prof__51_194', 46, 51, '2024-07-05 15:05:30', '0000-00-00 00:00:00'),
(6935, 'user_prof__52_539', 46, 52, '2024-07-05 15:05:30', '0000-00-00 00:00:00'),
(6936, 'user_prof__53_368', 46, 53, '2024-07-05 15:05:30', '0000-00-00 00:00:00'),
(6937, 'user_prof__54_355', 46, 54, '2024-07-05 15:05:30', '0000-00-00 00:00:00'),
(6938, 'user_prof__55_825', 46, 55, '2024-07-05 15:05:30', '0000-00-00 00:00:00'),
(6939, 'user_prof__56_573', 46, 56, '2024-07-05 15:05:30', '0000-00-00 00:00:00'),
(6940, 'user_prof__57_681', 46, 57, '2024-07-05 15:05:30', '0000-00-00 00:00:00'),
(6941, 'user_prof__58_569', 46, 58, '2024-07-05 15:05:30', '0000-00-00 00:00:00'),
(6942, 'user_prof__59_968', 46, 59, '2024-07-05 15:05:30', '0000-00-00 00:00:00'),
(6943, 'user_prof__60_360', 46, 60, '2024-07-05 15:05:30', '0000-00-00 00:00:00'),
(6944, 'user_prof__61_629', 46, 61, '2024-07-05 15:05:30', '0000-00-00 00:00:00'),
(6945, 'user_prof__26_435', 46, 26, '2024-07-05 15:05:30', '0000-00-00 00:00:00'),
(6946, 'user_prof__29_639', 46, 29, '2024-07-05 15:05:30', '0000-00-00 00:00:00'),
(6947, 'user_prof__110_750', 46, 110, '2024-07-05 15:05:30', '0000-00-00 00:00:00'),
(6948, 'user_prof__111_320', 46, 111, '2024-07-05 15:05:30', '0000-00-00 00:00:00'),
(6949, 'user_prof__109_635', 46, 109, '2024-07-05 15:05:30', '0000-00-00 00:00:00'),
(6950, 'user_prof__113_235', 46, 113, '2024-07-05 15:05:30', '0000-00-00 00:00:00'),
(6951, 'user_prof__1_983', 47, 1, '2024-07-06 01:00:00', '0000-00-00 00:00:00'),
(6952, 'user_prof__5_763', 47, 5, '2024-07-06 01:00:00', '0000-00-00 00:00:00'),
(6953, 'user_prof__6_259', 47, 6, '2024-07-06 01:00:00', '0000-00-00 00:00:00'),
(6954, 'user_prof__7_120', 47, 7, '2024-07-06 01:00:00', '0000-00-00 00:00:00'),
(6955, 'user_prof__8_972', 47, 8, '2024-07-06 01:00:00', '0000-00-00 00:00:00'),
(6956, 'user_prof__9_240', 47, 9, '2024-07-06 01:00:00', '0000-00-00 00:00:00'),
(6957, 'user_prof__10_445', 47, 10, '2024-07-06 01:00:00', '0000-00-00 00:00:00'),
(6958, 'user_prof__107_492', 47, 107, '2024-07-06 01:00:00', '0000-00-00 00:00:00'),
(6959, 'user_prof__2_622', 47, 2, '2024-07-06 01:00:00', '0000-00-00 00:00:00'),
(6960, 'user_prof__11_897', 47, 11, '2024-07-06 01:00:00', '0000-00-00 00:00:00'),
(6961, 'user_prof__12_922', 47, 12, '2024-07-06 01:00:00', '0000-00-00 00:00:00'),
(6962, 'user_prof__13_180', 47, 13, '2024-07-06 01:00:00', '0000-00-00 00:00:00'),
(6963, 'user_prof__14_895', 47, 14, '2024-07-06 01:00:00', '0000-00-00 00:00:00'),
(6964, 'user_prof__15_246', 47, 15, '2024-07-06 01:00:00', '0000-00-00 00:00:00'),
(6965, 'user_prof__16_734', 47, 16, '2024-07-06 01:00:00', '0000-00-00 00:00:00'),
(6966, '2_0_1_156', 2, 1, '2024-07-08 06:20:29', '0000-00-00 00:00:00'),
(6967, '2_1_5_694', 2, 5, '2024-07-08 06:20:29', '0000-00-00 00:00:00'),
(6968, '2_2_6_681', 2, 6, '2024-07-08 06:20:29', '0000-00-00 00:00:00'),
(6969, '2_3_7_419', 2, 7, '2024-07-08 06:20:29', '0000-00-00 00:00:00'),
(6970, '2_4_8_206', 2, 8, '2024-07-08 06:20:29', '0000-00-00 00:00:00'),
(6971, '2_5_9_464', 2, 9, '2024-07-08 06:20:29', '0000-00-00 00:00:00'),
(6972, '2_6_10_982', 2, 10, '2024-07-08 06:20:29', '0000-00-00 00:00:00'),
(6973, '2_7_107_822', 2, 107, '2024-07-08 06:20:29', '0000-00-00 00:00:00'),
(6974, '2_8_2_695', 2, 2, '2024-07-08 06:20:29', '0000-00-00 00:00:00'),
(6975, '2_9_11_467', 2, 11, '2024-07-08 06:20:29', '0000-00-00 00:00:00'),
(6976, '2_10_12_345', 2, 12, '2024-07-08 06:20:29', '0000-00-00 00:00:00'),
(6977, '2_11_13_685', 2, 13, '2024-07-08 06:20:29', '0000-00-00 00:00:00'),
(6978, '2_12_14_279', 2, 14, '2024-07-08 06:20:29', '0000-00-00 00:00:00'),
(6979, '2_13_15_411', 2, 15, '2024-07-08 06:20:29', '0000-00-00 00:00:00'),
(6980, '2_14_16_512', 2, 16, '2024-07-08 06:20:29', '0000-00-00 00:00:00'),
(6981, '2_15_3_331', 2, 3, '2024-07-08 06:20:29', '0000-00-00 00:00:00'),
(6982, '2_16_18_213', 2, 18, '2024-07-08 06:20:29', '0000-00-00 00:00:00'),
(6983, '2_17_21_313', 2, 21, '2024-07-08 06:20:29', '0000-00-00 00:00:00'),
(6984, '2_18_22_590', 2, 22, '2024-07-08 06:20:29', '0000-00-00 00:00:00'),
(6985, '2_19_23_783', 2, 23, '2024-07-08 06:20:29', '0000-00-00 00:00:00'),
(6986, '2_20_36_539', 2, 36, '2024-07-08 06:20:29', '0000-00-00 00:00:00'),
(6987, '2_21_37_311', 2, 37, '2024-07-08 06:20:29', '0000-00-00 00:00:00'),
(6988, '2_22_38_226', 2, 38, '2024-07-08 06:20:29', '0000-00-00 00:00:00'),
(6989, '2_23_39_119', 2, 39, '2024-07-08 06:20:29', '0000-00-00 00:00:00'),
(6990, '2_24_40_446', 2, 40, '2024-07-08 06:20:29', '0000-00-00 00:00:00'),
(6991, '2_25_41_493', 2, 41, '2024-07-08 06:20:29', '0000-00-00 00:00:00'),
(6992, '2_26_42_390', 2, 42, '2024-07-08 06:20:29', '0000-00-00 00:00:00'),
(6993, '2_27_43_551', 2, 43, '2024-07-08 06:20:29', '0000-00-00 00:00:00'),
(6994, '2_28_44_559', 2, 44, '2024-07-08 06:20:29', '0000-00-00 00:00:00'),
(6995, '2_29_45_984', 2, 45, '2024-07-08 06:20:29', '0000-00-00 00:00:00'),
(6996, '2_30_46_544', 2, 46, '2024-07-08 06:20:29', '0000-00-00 00:00:00'),
(6997, '2_31_47_317', 2, 47, '2024-07-08 06:20:29', '0000-00-00 00:00:00'),
(6998, '2_32_48_177', 2, 48, '2024-07-08 06:20:29', '0000-00-00 00:00:00'),
(6999, '2_33_49_135', 2, 49, '2024-07-08 06:20:29', '0000-00-00 00:00:00'),
(7000, '2_34_50_725', 2, 50, '2024-07-08 06:20:29', '0000-00-00 00:00:00'),
(7001, '2_35_51_813', 2, 51, '2024-07-08 06:20:29', '0000-00-00 00:00:00'),
(7002, '2_36_52_833', 2, 52, '2024-07-08 06:20:29', '0000-00-00 00:00:00'),
(7003, '2_37_53_229', 2, 53, '2024-07-08 06:20:29', '0000-00-00 00:00:00'),
(7004, '2_38_54_672', 2, 54, '2024-07-08 06:20:29', '0000-00-00 00:00:00'),
(7005, '2_39_55_415', 2, 55, '2024-07-08 06:20:29', '0000-00-00 00:00:00'),
(7006, '2_40_56_732', 2, 56, '2024-07-08 06:20:29', '0000-00-00 00:00:00'),
(7007, '2_41_57_361', 2, 57, '2024-07-08 06:20:29', '0000-00-00 00:00:00'),
(7008, '2_42_58_607', 2, 58, '2024-07-08 06:20:29', '0000-00-00 00:00:00'),
(7009, '2_43_59_346', 2, 59, '2024-07-08 06:20:29', '0000-00-00 00:00:00'),
(7010, '2_44_60_428', 2, 60, '2024-07-08 06:20:29', '0000-00-00 00:00:00'),
(7011, '2_45_61_175', 2, 61, '2024-07-08 06:20:29', '0000-00-00 00:00:00'),
(7012, '2_46_26_812', 2, 26, '2024-07-08 06:20:29', '0000-00-00 00:00:00'),
(7013, '2_47_29_393', 2, 29, '2024-07-08 06:20:29', '0000-00-00 00:00:00'),
(7190, '7_0_1_898', 7, 1, '2024-07-08 17:21:35', '0000-00-00 00:00:00'),
(7191, '7_1_5_390', 7, 5, '2024-07-08 17:21:35', '0000-00-00 00:00:00'),
(7192, '7_2_6_628', 7, 6, '2024-07-08 17:21:35', '0000-00-00 00:00:00'),
(7193, '7_3_7_913', 7, 7, '2024-07-08 17:21:35', '0000-00-00 00:00:00'),
(7194, '7_4_8_891', 7, 8, '2024-07-08 17:21:35', '0000-00-00 00:00:00'),
(7195, '7_5_9_713', 7, 9, '2024-07-08 17:21:35', '0000-00-00 00:00:00'),
(7196, '7_6_10_740', 7, 10, '2024-07-08 17:21:35', '0000-00-00 00:00:00'),
(7197, '7_7_2_705', 7, 2, '2024-07-08 17:21:35', '0000-00-00 00:00:00'),
(7198, '7_8_11_755', 7, 11, '2024-07-08 17:21:35', '0000-00-00 00:00:00'),
(7199, '7_9_12_640', 7, 12, '2024-07-08 17:21:35', '0000-00-00 00:00:00'),
(7200, '7_10_13_419', 7, 13, '2024-07-08 17:21:35', '0000-00-00 00:00:00'),
(7201, '7_11_14_428', 7, 14, '2024-07-08 17:21:35', '0000-00-00 00:00:00'),
(7202, '7_12_15_686', 7, 15, '2024-07-08 17:21:35', '0000-00-00 00:00:00'),
(7203, '7_13_16_381', 7, 16, '2024-07-08 17:21:35', '0000-00-00 00:00:00'),
(7204, '7_14_3_375', 7, 3, '2024-07-08 17:21:35', '0000-00-00 00:00:00'),
(7205, '7_15_18_873', 7, 18, '2024-07-08 17:21:35', '0000-00-00 00:00:00'),
(7206, '7_16_64_729', 7, 64, '2024-07-08 17:21:35', '0000-00-00 00:00:00'),
(7207, '7_17_65_954', 7, 65, '2024-07-08 17:21:35', '0000-00-00 00:00:00'),
(7208, '7_18_66_865', 7, 66, '2024-07-08 17:21:35', '0000-00-00 00:00:00'),
(7209, '7_19_67_560', 7, 67, '2024-07-08 17:21:35', '0000-00-00 00:00:00'),
(7210, '7_20_68_414', 7, 68, '2024-07-08 17:21:35', '0000-00-00 00:00:00'),
(7211, '7_21_69_136', 7, 69, '2024-07-08 17:21:35', '0000-00-00 00:00:00'),
(7212, '7_22_70_147', 7, 70, '2024-07-08 17:21:35', '0000-00-00 00:00:00'),
(7213, '7_23_71_117', 7, 71, '2024-07-08 17:21:35', '0000-00-00 00:00:00'),
(7214, '7_24_19_882', 7, 19, '2024-07-08 17:21:35', '0000-00-00 00:00:00'),
(7215, '7_25_21_743', 7, 21, '2024-07-08 17:21:35', '0000-00-00 00:00:00'),
(7216, '7_26_22_783', 7, 22, '2024-07-08 17:21:35', '0000-00-00 00:00:00'),
(7217, '7_27_80_930', 7, 80, '2024-07-08 17:21:35', '0000-00-00 00:00:00'),
(7218, '7_28_81_511', 7, 81, '2024-07-08 17:21:35', '0000-00-00 00:00:00'),
(7219, '7_29_82_577', 7, 82, '2024-07-08 17:21:35', '0000-00-00 00:00:00'),
(7220, '7_30_83_117', 7, 83, '2024-07-08 17:21:35', '0000-00-00 00:00:00'),
(7221, '7_31_85_825', 7, 85, '2024-07-08 17:21:35', '0000-00-00 00:00:00'),
(7222, '7_32_86_818', 7, 86, '2024-07-08 17:21:35', '0000-00-00 00:00:00'),
(7223, '7_33_88_744', 7, 88, '2024-07-08 17:21:35', '0000-00-00 00:00:00'),
(7224, '7_34_89_479', 7, 89, '2024-07-08 17:21:35', '0000-00-00 00:00:00'),
(7225, '7_35_90_759', 7, 90, '2024-07-08 17:21:35', '0000-00-00 00:00:00'),
(7226, '7_36_91_786', 7, 91, '2024-07-08 17:21:35', '0000-00-00 00:00:00'),
(7227, '7_37_92_795', 7, 92, '2024-07-08 17:21:35', '0000-00-00 00:00:00'),
(7228, '7_38_93_696', 7, 93, '2024-07-08 17:21:35', '0000-00-00 00:00:00'),
(7229, '7_39_94_560', 7, 94, '2024-07-08 17:21:35', '0000-00-00 00:00:00'),
(7230, '7_40_95_688', 7, 95, '2024-07-08 17:21:35', '0000-00-00 00:00:00'),
(7231, '7_41_96_275', 7, 96, '2024-07-08 17:21:35', '0000-00-00 00:00:00'),
(7232, '7_42_97_200', 7, 97, '2024-07-08 17:21:35', '0000-00-00 00:00:00'),
(7233, '7_43_98_928', 7, 98, '2024-07-08 17:21:35', '0000-00-00 00:00:00'),
(7234, '7_44_99_719', 7, 99, '2024-07-08 17:21:35', '0000-00-00 00:00:00'),
(7235, '7_45_100_366', 7, 100, '2024-07-08 17:21:35', '0000-00-00 00:00:00'),
(7236, '7_46_101_489', 7, 101, '2024-07-08 17:21:35', '0000-00-00 00:00:00'),
(7237, '7_47_102_181', 7, 102, '2024-07-08 17:21:35', '0000-00-00 00:00:00'),
(7238, '7_48_103_795', 7, 103, '2024-07-08 17:21:35', '0000-00-00 00:00:00'),
(7239, '7_49_104_149', 7, 104, '2024-07-08 17:21:35', '0000-00-00 00:00:00'),
(7240, '7_50_23_798', 7, 23, '2024-07-08 17:21:35', '0000-00-00 00:00:00'),
(7241, '7_51_72_868', 7, 72, '2024-07-08 17:21:35', '0000-00-00 00:00:00'),
(7242, '7_52_73_702', 7, 73, '2024-07-08 17:21:35', '0000-00-00 00:00:00'),
(7243, '7_53_74_530', 7, 74, '2024-07-08 17:21:35', '0000-00-00 00:00:00'),
(7244, '7_54_75_514', 7, 75, '2024-07-08 17:21:35', '0000-00-00 00:00:00'),
(7245, '7_55_76_536', 7, 76, '2024-07-08 17:21:35', '0000-00-00 00:00:00'),
(7246, '7_56_77_253', 7, 77, '2024-07-08 17:21:35', '0000-00-00 00:00:00'),
(7247, '7_57_4_527', 7, 4, '2024-07-08 17:21:35', '0000-00-00 00:00:00'),
(7248, '7_58_36_728', 7, 36, '2024-07-08 17:21:35', '0000-00-00 00:00:00'),
(7249, '7_59_37_716', 7, 37, '2024-07-08 17:21:35', '0000-00-00 00:00:00'),
(7250, '7_60_38_271', 7, 38, '2024-07-08 17:21:35', '0000-00-00 00:00:00'),
(7251, '7_61_39_268', 7, 39, '2024-07-08 17:21:35', '0000-00-00 00:00:00'),
(7252, '7_62_40_545', 7, 40, '2024-07-08 17:21:35', '0000-00-00 00:00:00'),
(7253, '7_63_41_286', 7, 41, '2024-07-08 17:21:35', '0000-00-00 00:00:00'),
(7254, '7_64_42_910', 7, 42, '2024-07-08 17:21:35', '0000-00-00 00:00:00'),
(7255, '7_65_43_157', 7, 43, '2024-07-08 17:21:35', '0000-00-00 00:00:00'),
(7256, '7_66_44_217', 7, 44, '2024-07-08 17:21:35', '0000-00-00 00:00:00'),
(7257, '7_67_45_758', 7, 45, '2024-07-08 17:21:35', '0000-00-00 00:00:00'),
(7258, '7_68_46_795', 7, 46, '2024-07-08 17:21:35', '0000-00-00 00:00:00'),
(7259, '7_69_47_842', 7, 47, '2024-07-08 17:21:35', '0000-00-00 00:00:00'),
(7260, '7_70_48_708', 7, 48, '2024-07-08 17:21:35', '0000-00-00 00:00:00'),
(7261, '7_71_49_237', 7, 49, '2024-07-08 17:21:35', '0000-00-00 00:00:00'),
(7262, '7_72_50_967', 7, 50, '2024-07-08 17:21:35', '0000-00-00 00:00:00'),
(7263, '7_73_51_166', 7, 51, '2024-07-08 17:21:35', '0000-00-00 00:00:00'),
(7264, '7_74_52_442', 7, 52, '2024-07-08 17:21:35', '0000-00-00 00:00:00'),
(7265, '7_75_53_652', 7, 53, '2024-07-08 17:21:35', '0000-00-00 00:00:00'),
(7266, '7_76_54_812', 7, 54, '2024-07-08 17:21:35', '0000-00-00 00:00:00'),
(7267, '7_77_55_145', 7, 55, '2024-07-08 17:21:35', '0000-00-00 00:00:00'),
(7268, '7_78_56_422', 7, 56, '2024-07-08 17:21:35', '0000-00-00 00:00:00'),
(7269, '7_79_57_404', 7, 57, '2024-07-08 17:21:35', '0000-00-00 00:00:00'),
(7270, '7_80_58_283', 7, 58, '2024-07-08 17:21:35', '0000-00-00 00:00:00'),
(7271, '7_81_59_876', 7, 59, '2024-07-08 17:21:35', '0000-00-00 00:00:00'),
(7272, '7_82_60_791', 7, 60, '2024-07-08 17:21:35', '0000-00-00 00:00:00'),
(7273, '7_83_61_327', 7, 61, '2024-07-08 17:21:35', '0000-00-00 00:00:00'),
(7274, '7_84_26_835', 7, 26, '2024-07-08 17:21:35', '0000-00-00 00:00:00'),
(7275, '7_85_29_411', 7, 29, '2024-07-08 17:21:35', '0000-00-00 00:00:00'),
(7276, '7_86_31_624', 7, 31, '2024-07-08 17:21:35', '0000-00-00 00:00:00'),
(7277, '7_87_32_396', 7, 32, '2024-07-08 17:21:35', '0000-00-00 00:00:00'),
(7278, '7_88_33_745', 7, 33, '2024-07-08 17:21:35', '0000-00-00 00:00:00'),
(7279, '7_89_34_190', 7, 34, '2024-07-08 17:21:35', '0000-00-00 00:00:00'),
(7280, '7_90_35_557', 7, 35, '2024-07-08 17:21:35', '0000-00-00 00:00:00'),
(7281, '7_91_30_637', 7, 30, '2024-07-08 17:21:35', '0000-00-00 00:00:00');

--
-- Indexes for dumped tables
--

--
-- Indexes for table `admin_settings`
--
ALTER TABLE `admin_settings`
  ADD PRIMARY KEY (`id`),
  ADD KEY `admin_settings_identifier_index` (`identifier`),
  ADD KEY `admin_settings_meta_key_index` (`meta_key`);

--
-- Indexes for table `adonis_schema`
--
ALTER TABLE `adonis_schema`
  ADD PRIMARY KEY (`id`);

--
-- Indexes for table `application_settings`
--
ALTER TABLE `application_settings`
  ADD PRIMARY KEY (`id`),
  ADD KEY `application_settings_identifier_index` (`identifier`),
  ADD KEY `application_settings_meta_key_index` (`meta_key`);

--
-- Indexes for table `banks`
--
ALTER TABLE `banks`
  ADD PRIMARY KEY (`id`),
  ADD UNIQUE KEY `banks_slug_unique` (`slug`),
  ADD KEY `banks_user_id_foreign` (`user_id`);

--
-- Indexes for table `bookings`
--
ALTER TABLE `bookings`
  ADD PRIMARY KEY (`id`),
  ADD UNIQUE KEY `bookings_slug_unique` (`slug`),
  ADD KEY `bookings_profession_id_foreign` (`profession_id`),
  ADD KEY `bookings_user_id_foreign` (`user_id`),
  ADD KEY `bookings_service_provider_id_foreign` (`service_provider_id`);

--
-- Indexes for table `booking_addons`
--
ALTER TABLE `booking_addons`
  ADD PRIMARY KEY (`id`),
  ADD UNIQUE KEY `booking_addons_slug_unique` (`slug`),
  ADD KEY `booking_addons_profession_id_foreign` (`profession_id`),
  ADD KEY `booking_addons_charge_type_id_foreign` (`charge_type_id`);

--
-- Indexes for table `booking_complains`
--
ALTER TABLE `booking_complains`
  ADD PRIMARY KEY (`id`),
  ADD UNIQUE KEY `booking_complains_slug_unique` (`slug`),
  ADD KEY `booking_complains_user_id_foreign` (`user_id`),
  ADD KEY `booking_complains_service_provider_id_foreign` (`service_provider_id`),
  ADD KEY `booking_complains_booking_id_foreign` (`booking_id`);

--
-- Indexes for table `cashouts`
--
ALTER TABLE `cashouts`
  ADD PRIMARY KEY (`id`),
  ADD UNIQUE KEY `cashouts_slug_unique` (`slug`),
  ADD KEY `cashouts_user_id_foreign` (`user_id`);

--
-- Indexes for table `charges_types`
--
ALTER TABLE `charges_types`
  ADD PRIMARY KEY (`id`),
  ADD UNIQUE KEY `charges_types_slug_unique` (`slug`);

--
-- Indexes for table `chats`
--
ALTER TABLE `chats`
  ADD PRIMARY KEY (`id`),
  ADD UNIQUE KEY `chats_slug_unique` (`slug`),
  ADD KEY `chats_target_id_foreign` (`target_id`),
  ADD KEY `chats_sender_id_foreign` (`sender_id`),
  ADD KEY `chats_booking_id_foreign` (`booking_id`);

--
-- Indexes for table `cms_modules`
--
ALTER TABLE `cms_modules`
  ADD PRIMARY KEY (`id`);

--
-- Indexes for table `cms_module_permissions`
--
ALTER TABLE `cms_module_permissions`
  ADD PRIMARY KEY (`id`),
  ADD KEY `cms_module_permissions_user_group_id_foreign` (`user_group_id`),
  ADD KEY `cms_module_permissions_user_id_foreign` (`user_id`),
  ADD KEY `cms_module_permissions_cms_module_id_foreign` (`cms_module_id`);

--
-- Indexes for table `contact_us`
--
ALTER TABLE `contact_us`
  ADD PRIMARY KEY (`id`),
  ADD UNIQUE KEY `contact_us_slug_unique` (`slug`),
  ADD KEY `contact_us_user_id_foreign` (`user_id`);

--
-- Indexes for table `content_managements`
--
ALTER TABLE `content_managements`
  ADD PRIMARY KEY (`id`),
  ADD UNIQUE KEY `content_managements_slug_unique` (`slug`),
  ADD KEY `content_managements_slug_index` (`slug`);

--
-- Indexes for table `faqs`
--
ALTER TABLE `faqs`
  ADD PRIMARY KEY (`id`),
  ADD UNIQUE KEY `faqs_slug_unique` (`slug`);

--
-- Indexes for table `media`
--
ALTER TABLE `media`
  ADD PRIMARY KEY (`id`),
  ADD KEY `media_module_index` (`module`),
  ADD KEY `media_module_id_index` (`module_id`);

--
-- Indexes for table `notifications`
--
ALTER TABLE `notifications`
  ADD PRIMARY KEY (`id`),
  ADD UNIQUE KEY `notifications_unique_id_unique` (`unique_id`),
  ADD KEY `notifications_actor_id_foreign` (`actor_id`),
  ADD KEY `notifications_target_id_index` (`target_id`);

--
-- Indexes for table `notification_settings`
--
ALTER TABLE `notification_settings`
  ADD PRIMARY KEY (`id`),
  ADD KEY `notification_settings_user_id_foreign` (`user_id`),
  ADD KEY `notification_settings_meta_key_index` (`meta_key`);

--
-- Indexes for table `professional_details`
--
ALTER TABLE `professional_details`
  ADD PRIMARY KEY (`id`),
  ADD UNIQUE KEY `professional_details_slug_unique` (`slug`),
  ADD KEY `professional_details_user_id_foreign` (`user_id`);

--
-- Indexes for table `professions`
--
ALTER TABLE `professions`
  ADD PRIMARY KEY (`id`),
  ADD UNIQUE KEY `professions_slug_unique` (`slug`),
  ADD KEY `professions_charges_type_foreign` (`charges_type`);

--
-- Indexes for table `reset_passwords`
--
ALTER TABLE `reset_passwords`
  ADD PRIMARY KEY (`id`),
  ADD KEY `reset_passwords_email_index` (`email`);

--
-- Indexes for table `reviews`
--
ALTER TABLE `reviews`
  ADD PRIMARY KEY (`id`),
  ADD UNIQUE KEY `reviews_slug_unique` (`slug`),
  ADD KEY `reviews_booking_id_foreign` (`booking_id`),
  ADD KEY `reviews_user_id_foreign` (`user_id`),
  ADD KEY `reviews_service_provider_id_foreign` (`service_provider_id`);

--
-- Indexes for table `rewards`
--
ALTER TABLE `rewards`
  ADD PRIMARY KEY (`id`),
  ADD UNIQUE KEY `rewards_slug_unique` (`slug`);

--
-- Indexes for table `services`
--
ALTER TABLE `services`
  ADD PRIMARY KEY (`id`),
  ADD UNIQUE KEY `services_slug_unique` (`slug`),
  ADD KEY `services_specialization_id_foreign` (`specialization_id`);

--
-- Indexes for table `specializations`
--
ALTER TABLE `specializations`
  ADD PRIMARY KEY (`id`),
  ADD UNIQUE KEY `specializations_slug_unique` (`slug`),
  ADD KEY `specializations_profession_id_foreign` (`profession_id`);

--
-- Indexes for table `transactions`
--
ALTER TABLE `transactions`
  ADD PRIMARY KEY (`id`),
  ADD UNIQUE KEY `transactions_slug_unique` (`slug`),
  ADD KEY `transactions_user_id_foreign` (`user_id`),
  ADD KEY `transactions_vendor_id_foreign` (`vendor_id`);

--
-- Indexes for table `unit_options`
--
ALTER TABLE `unit_options`
  ADD PRIMARY KEY (`id`),
  ADD UNIQUE KEY `slug` (`slug`),
  ADD KEY `charges_type_id` (`charges_type_id`);

--
-- Indexes for table `users`
--
ALTER TABLE `users`
  ADD PRIMARY KEY (`id`),
  ADD UNIQUE KEY `users_username_unique` (`username`),
  ADD UNIQUE KEY `users_slug_unique` (`slug`),
  ADD UNIQUE KEY `users_email_unique` (`email`),
  ADD UNIQUE KEY `users_mobile_no_unique` (`mobile_no`),
  ADD KEY `users_user_group_id_foreign` (`user_group_id`),
  ADD KEY `users_name_index` (`name`);

--
-- Indexes for table `user_api_tokens`
--
ALTER TABLE `user_api_tokens`
  ADD PRIMARY KEY (`id`),
  ADD KEY `user_api_tokens_user_id_foreign` (`user_id`);

--
-- Indexes for table `user_booking_addons`
--
ALTER TABLE `user_booking_addons`
  ADD PRIMARY KEY (`id`),
  ADD UNIQUE KEY `user_booking_addons_slug_unique` (`slug`),
  ADD KEY `user_booking_addons_booking_id_foreign` (`booking_id`),
  ADD KEY `user_booking_addons_addon_id_foreign` (`addon_id`),
  ADD KEY `user_booking_addons_charge_type_id_foreign` (`charge_type_id`);

--
-- Indexes for table `user_groups`
--
ALTER TABLE `user_groups`
  ADD PRIMARY KEY (`id`),
  ADD UNIQUE KEY `user_groups_title_unique` (`title`),
  ADD UNIQUE KEY `user_groups_slug_unique` (`slug`);

--
-- Indexes for table `user_profesions`
--
ALTER TABLE `user_profesions`
  ADD PRIMARY KEY (`id`),
  ADD UNIQUE KEY `user_profesions_slug_unique` (`slug`),
  ADD KEY `user_profesions_user_id_foreign` (`user_id`),
  ADD KEY `user_profesions_profession_id_foreign` (`profession_id`);

--
-- AUTO_INCREMENT for dumped tables
--

--
-- AUTO_INCREMENT for table `admin_settings`
--
ALTER TABLE `admin_settings`
  MODIFY `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=21;

--
-- AUTO_INCREMENT for table `adonis_schema`
--
ALTER TABLE `adonis_schema`
  MODIFY `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=240;

--
-- AUTO_INCREMENT for table `application_settings`
--
ALTER TABLE `application_settings`
  MODIFY `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=4;

--
-- AUTO_INCREMENT for table `banks`
--
ALTER TABLE `banks`
  MODIFY `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `bookings`
--
ALTER TABLE `bookings`
  MODIFY `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=275;

--
-- AUTO_INCREMENT for table `booking_addons`
--
ALTER TABLE `booking_addons`
  MODIFY `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=132;

--
-- AUTO_INCREMENT for table `booking_complains`
--
ALTER TABLE `booking_complains`
  MODIFY `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `cashouts`
--
ALTER TABLE `cashouts`
  MODIFY `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=2;

--
-- AUTO_INCREMENT for table `charges_types`
--
ALTER TABLE `charges_types`
  MODIFY `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=5;

--
-- AUTO_INCREMENT for table `chats`
--
ALTER TABLE `chats`
  MODIFY `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=58;

--
-- AUTO_INCREMENT for table `cms_modules`
--
ALTER TABLE `cms_modules`
  MODIFY `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=7;

--
-- AUTO_INCREMENT for table `cms_module_permissions`
--
ALTER TABLE `cms_module_permissions`
  MODIFY `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `contact_us`
--
ALTER TABLE `contact_us`
  MODIFY `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=4;

--
-- AUTO_INCREMENT for table `content_managements`
--
ALTER TABLE `content_managements`
  MODIFY `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=5;

--
-- AUTO_INCREMENT for table `faqs`
--
ALTER TABLE `faqs`
  MODIFY `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `media`
--
ALTER TABLE `media`
  MODIFY `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `notifications`
--
ALTER TABLE `notifications`
  MODIFY `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=413;

--
-- AUTO_INCREMENT for table `notification_settings`
--
ALTER TABLE `notification_settings`
  MODIFY `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `professional_details`
--
ALTER TABLE `professional_details`
  MODIFY `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=27;

--
-- AUTO_INCREMENT for table `professions`
--
ALTER TABLE `professions`
  MODIFY `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=114;

--
-- AUTO_INCREMENT for table `reset_passwords`
--
ALTER TABLE `reset_passwords`
  MODIFY `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=3;

--
-- AUTO_INCREMENT for table `reviews`
--
ALTER TABLE `reviews`
  MODIFY `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=9;

--
-- AUTO_INCREMENT for table `rewards`
--
ALTER TABLE `rewards`
  MODIFY `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=4;

--
-- AUTO_INCREMENT for table `services`
--
ALTER TABLE `services`
  MODIFY `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `specializations`
--
ALTER TABLE `specializations`
  MODIFY `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `transactions`
--
ALTER TABLE `transactions`
  MODIFY `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=27;

--
-- AUTO_INCREMENT for table `unit_options`
--
ALTER TABLE `unit_options`
  MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=16;

--
-- AUTO_INCREMENT for table `users`
--
ALTER TABLE `users`
  MODIFY `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=50;

--
-- AUTO_INCREMENT for table `user_api_tokens`
--
ALTER TABLE `user_api_tokens`
  MODIFY `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=278;

--
-- AUTO_INCREMENT for table `user_booking_addons`
--
ALTER TABLE `user_booking_addons`
  MODIFY `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=73;

--
-- AUTO_INCREMENT for table `user_groups`
--
ALTER TABLE `user_groups`
  MODIFY `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=5;

--
-- AUTO_INCREMENT for table `user_profesions`
--
ALTER TABLE `user_profesions`
  MODIFY `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=7282;

--
-- Constraints for dumped tables
--

--
-- Constraints for table `banks`
--
ALTER TABLE `banks`
  ADD CONSTRAINT `banks_user_id_foreign` FOREIGN KEY (`user_id`) REFERENCES `users` (`id`) ON DELETE CASCADE ON UPDATE NO ACTION;

--
-- Constraints for table `bookings`
--
ALTER TABLE `bookings`
  ADD CONSTRAINT `bookings_profession_id_foreign` FOREIGN KEY (`profession_id`) REFERENCES `professions` (`id`) ON DELETE CASCADE ON UPDATE NO ACTION,
  ADD CONSTRAINT `bookings_service_provider_id_foreign` FOREIGN KEY (`service_provider_id`) REFERENCES `users` (`id`) ON DELETE CASCADE ON UPDATE NO ACTION,
  ADD CONSTRAINT `bookings_user_id_foreign` FOREIGN KEY (`user_id`) REFERENCES `users` (`id`) ON DELETE CASCADE ON UPDATE NO ACTION;

--
-- Constraints for table `booking_addons`
--
ALTER TABLE `booking_addons`
  ADD CONSTRAINT `booking_addons_charge_type_id_foreign` FOREIGN KEY (`charge_type_id`) REFERENCES `charges_types` (`id`) ON DELETE CASCADE ON UPDATE NO ACTION,
  ADD CONSTRAINT `booking_addons_profession_id_foreign` FOREIGN KEY (`profession_id`) REFERENCES `professions` (`id`) ON DELETE CASCADE ON UPDATE NO ACTION;

--
-- Constraints for table `booking_complains`
--
ALTER TABLE `booking_complains`
  ADD CONSTRAINT `booking_complains_booking_id_foreign` FOREIGN KEY (`booking_id`) REFERENCES `bookings` (`id`) ON DELETE CASCADE ON UPDATE NO ACTION,
  ADD CONSTRAINT `booking_complains_service_provider_id_foreign` FOREIGN KEY (`service_provider_id`) REFERENCES `users` (`id`) ON DELETE CASCADE ON UPDATE NO ACTION,
  ADD CONSTRAINT `booking_complains_user_id_foreign` FOREIGN KEY (`user_id`) REFERENCES `users` (`id`) ON DELETE CASCADE ON UPDATE NO ACTION;

--
-- Constraints for table `cashouts`
--
ALTER TABLE `cashouts`
  ADD CONSTRAINT `cashouts_user_id_foreign` FOREIGN KEY (`user_id`) REFERENCES `users` (`id`) ON DELETE CASCADE ON UPDATE NO ACTION;

--
-- Constraints for table `chats`
--
ALTER TABLE `chats`
  ADD CONSTRAINT `chats_booking_id_foreign` FOREIGN KEY (`booking_id`) REFERENCES `bookings` (`id`) ON DELETE CASCADE ON UPDATE NO ACTION,
  ADD CONSTRAINT `chats_sender_id_foreign` FOREIGN KEY (`sender_id`) REFERENCES `users` (`id`) ON DELETE CASCADE ON UPDATE NO ACTION,
  ADD CONSTRAINT `chats_target_id_foreign` FOREIGN KEY (`target_id`) REFERENCES `users` (`id`) ON DELETE CASCADE ON UPDATE NO ACTION;

--
-- Constraints for table `cms_module_permissions`
--
ALTER TABLE `cms_module_permissions`
  ADD CONSTRAINT `cms_module_permissions_cms_module_id_foreign` FOREIGN KEY (`cms_module_id`) REFERENCES `cms_modules` (`id`) ON DELETE CASCADE ON UPDATE NO ACTION,
  ADD CONSTRAINT `cms_module_permissions_user_group_id_foreign` FOREIGN KEY (`user_group_id`) REFERENCES `user_groups` (`id`) ON DELETE CASCADE ON UPDATE NO ACTION,
  ADD CONSTRAINT `cms_module_permissions_user_id_foreign` FOREIGN KEY (`user_id`) REFERENCES `users` (`id`) ON DELETE CASCADE ON UPDATE NO ACTION;

--
-- Constraints for table `contact_us`
--
ALTER TABLE `contact_us`
  ADD CONSTRAINT `contact_us_user_id_foreign` FOREIGN KEY (`user_id`) REFERENCES `users` (`id`) ON DELETE CASCADE ON UPDATE NO ACTION;

--
-- Constraints for table `notifications`
--
ALTER TABLE `notifications`
  ADD CONSTRAINT `notifications_actor_id_foreign` FOREIGN KEY (`actor_id`) REFERENCES `users` (`id`) ON DELETE CASCADE ON UPDATE NO ACTION,
  ADD CONSTRAINT `notifications_target_id_foreign` FOREIGN KEY (`target_id`) REFERENCES `users` (`id`) ON DELETE CASCADE ON UPDATE NO ACTION;

--
-- Constraints for table `notification_settings`
--
ALTER TABLE `notification_settings`
  ADD CONSTRAINT `notification_settings_user_id_foreign` FOREIGN KEY (`user_id`) REFERENCES `users` (`id`) ON DELETE CASCADE ON UPDATE NO ACTION;

--
-- Constraints for table `professional_details`
--
ALTER TABLE `professional_details`
  ADD CONSTRAINT `professional_details_user_id_foreign` FOREIGN KEY (`user_id`) REFERENCES `users` (`id`) ON DELETE CASCADE ON UPDATE NO ACTION;

--
-- Constraints for table `professions`
--
ALTER TABLE `professions`
  ADD CONSTRAINT `professions_charges_type_foreign` FOREIGN KEY (`charges_type`) REFERENCES `charges_types` (`id`) ON DELETE CASCADE ON UPDATE NO ACTION;

--
-- Constraints for table `reviews`
--
ALTER TABLE `reviews`
  ADD CONSTRAINT `reviews_booking_id_foreign` FOREIGN KEY (`booking_id`) REFERENCES `bookings` (`id`) ON DELETE CASCADE ON UPDATE NO ACTION,
  ADD CONSTRAINT `reviews_service_provider_id_foreign` FOREIGN KEY (`service_provider_id`) REFERENCES `users` (`id`) ON DELETE CASCADE ON UPDATE NO ACTION,
  ADD CONSTRAINT `reviews_user_id_foreign` FOREIGN KEY (`user_id`) REFERENCES `users` (`id`) ON DELETE CASCADE ON UPDATE NO ACTION;

--
-- Constraints for table `services`
--
ALTER TABLE `services`
  ADD CONSTRAINT `services_specialization_id_foreign` FOREIGN KEY (`specialization_id`) REFERENCES `specializations` (`id`) ON DELETE CASCADE ON UPDATE NO ACTION;

--
-- Constraints for table `specializations`
--
ALTER TABLE `specializations`
  ADD CONSTRAINT `specializations_profession_id_foreign` FOREIGN KEY (`profession_id`) REFERENCES `professions` (`id`) ON DELETE CASCADE ON UPDATE NO ACTION;

--
-- Constraints for table `transactions`
--
ALTER TABLE `transactions`
  ADD CONSTRAINT `transactions_user_id_foreign` FOREIGN KEY (`user_id`) REFERENCES `users` (`id`) ON DELETE CASCADE ON UPDATE NO ACTION,
  ADD CONSTRAINT `transactions_vendor_id_foreign` FOREIGN KEY (`vendor_id`) REFERENCES `users` (`id`) ON DELETE CASCADE ON UPDATE NO ACTION;

--
-- Constraints for table `unit_options`
--
ALTER TABLE `unit_options`
  ADD CONSTRAINT `charges_type_id` FOREIGN KEY (`charges_type_id`) REFERENCES `charges_types` (`id`);

--
-- Constraints for table `users`
--
ALTER TABLE `users`
  ADD CONSTRAINT `users_user_group_id_foreign` FOREIGN KEY (`user_group_id`) REFERENCES `user_groups` (`id`) ON DELETE CASCADE ON UPDATE NO ACTION;

--
-- Constraints for table `user_api_tokens`
--
ALTER TABLE `user_api_tokens`
  ADD CONSTRAINT `user_api_tokens_user_id_foreign` FOREIGN KEY (`user_id`) REFERENCES `users` (`id`) ON DELETE CASCADE ON UPDATE NO ACTION;

--
-- Constraints for table `user_booking_addons`
--
ALTER TABLE `user_booking_addons`
  ADD CONSTRAINT `user_booking_addons_addon_id_foreign` FOREIGN KEY (`addon_id`) REFERENCES `booking_addons` (`id`) ON DELETE CASCADE ON UPDATE NO ACTION,
  ADD CONSTRAINT `user_booking_addons_booking_id_foreign` FOREIGN KEY (`booking_id`) REFERENCES `bookings` (`id`) ON DELETE CASCADE ON UPDATE NO ACTION,
  ADD CONSTRAINT `user_booking_addons_charge_type_id_foreign` FOREIGN KEY (`charge_type_id`) REFERENCES `charges_types` (`id`) ON DELETE CASCADE ON UPDATE NO ACTION;

--
-- Constraints for table `user_profesions`
--
ALTER TABLE `user_profesions`
  ADD CONSTRAINT `user_profesions_profession_id_foreign` FOREIGN KEY (`profession_id`) REFERENCES `professions` (`id`) ON DELETE CASCADE ON UPDATE NO ACTION,
  ADD CONSTRAINT `user_profesions_user_id_foreign` FOREIGN KEY (`user_id`) REFERENCES `users` (`id`) ON DELETE CASCADE ON UPDATE NO ACTION;
COMMIT;

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