-- phpMyAdmin SQL Dump
-- version 4.9.7
-- https://www.phpmyadmin.net/
--
-- Host: localhost:3306
-- Generation Time: Sep 08, 2022 at 03:46 AM
-- Server version: 5.7.39
-- PHP Version: 7.4.30

SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";
SET AUTOCOMMIT = 0;
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: `retrocub_gigme_dev2`
--

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

--
-- Table structure for table `application_setting`
--

CREATE TABLE `application_setting` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `identifier` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `meta_key` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `value` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `is_file` tinyint(4) NOT NULL DEFAULT '0',
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL,
  `deleted_at` timestamp NULL DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Dumping data for table `application_setting`
--

INSERT INTO `application_setting` (`id`, `identifier`, `meta_key`, `value`, `is_file`, `created_at`, `updated_at`, `deleted_at`) VALUES
(8, 'application_setting', 'favicon', 'application_setting/1b28zgYDEamrSHGR6L38N91hVMStXQiK1svaFxu6.png', 1, '2022-08-17 18:46:45', NULL, NULL),
(9, 'application_setting', 'application_name', 'GIGME', 0, '2022-08-22 14:22:46', NULL, NULL),
(10, 'application_setting', 'logo', 'application_setting/oRFp05LwYKgYqr30R2krkXoV4KXDzUV3668MpmAT.png', 1, '2022-08-22 14:22:46', NULL, NULL);

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

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

CREATE TABLE `bookings` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `slug` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `actor_id` bigint(20) UNSIGNED NOT NULL,
  `gig_id` bigint(20) UNSIGNED NOT NULL,
  `location` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `longitude` decimal(8,2) DEFAULT NULL,
  `latitude` decimal(8,2) DEFAULT NULL,
  `date_time` datetime NOT NULL,
  `additional_notes` text COLLATE utf8mb4_unicode_ci,
  `reason` text COLLATE utf8mb4_unicode_ci,
  `status` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'pending',
  `is_complete` int(11) NOT NULL DEFAULT '0',
  `is_dispute` tinyint(3) NOT NULL DEFAULT '0',
  `is_settled` int(11) NOT NULL DEFAULT '0',
  `transaction_id` varchar(100) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '0',
  `platform_fee` decimal(10,2) NOT NULL DEFAULT '0.00',
  `net_amount` decimal(10,2) NOT NULL DEFAULT '0.00',
  `status_updated_at` datetime NOT NULL,
  `created_at` datetime NOT NULL DEFAULT CURRENT_TIMESTAMP,
  `updated_at` datetime DEFAULT NULL,
  `deleted_at` timestamp NULL DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

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

INSERT INTO `bookings` (`id`, `slug`, `actor_id`, `gig_id`, `location`, `longitude`, `latitude`, `date_time`, `additional_notes`, `reason`, `status`, `is_complete`, `is_dispute`, `is_settled`, `transaction_id`, `platform_fee`, `net_amount`, `status_updated_at`, `created_at`, `updated_at`, `deleted_at`) VALUES
(1, '6305cacc802526305cacc80253', 2, 3, 'Dubai Mall-Lower Ground Floor - وسط مدينة دبي - دبي - United Arab Emirates', '55.28', '25.20', '2022-08-24 06:52:40', 'None', NULL, 'completed', 1, 0, 0, 'ch_3LaDaEKFcCzojb2q1EamBcER', '14.80', '485.20', '0000-00-00 00:00:00', '2022-08-24 06:53:00', '2022-08-24 07:04:01', NULL),
(2, '6305d152367126305d15236714', 2, 3, 'GF 143 Financial Center Street - وسط مدينة دبي - دبي - United Arab Emirates', '55.28', '25.20', '2022-08-24 07:20:29', 'None', NULL, 'pending', 0, 0, 0, '0', '0.00', '0.00', '0000-00-00 00:00:00', '2022-08-24 07:20:50', '2022-08-24 07:20:50', NULL),
(3, '6305d535382346305d53538236', 2, 2, 'Dubai Mall-Lower Ground Floor - وسط مدينة دبي - دبي - United Arab Emirates', '55.28', '25.20', '2022-08-24 07:37:07', 'None', NULL, 'accepted', 0, 0, 0, 'ch_3Lf0XOKFcCzojb2q12P5NWWA', '7.55', '242.45', '0000-00-00 00:00:00', '2022-08-24 07:37:25', '2022-09-06 12:05:55', NULL),
(4, '6305d55a347976305d55a34798', 2, 1, 'Dubai Mall-Lower Ground Floor - وسط مدينة دبي - دبي - United Arab Emirates', '55.28', '25.20', '2022-08-24 07:37:47', 'None', NULL, 'accepted', 0, 0, 0, 'ch_3Lf0WcKFcCzojb2q0COJnKO1', '9.00', '291.00', '0000-00-00 00:00:00', '2022-08-24 07:38:02', '2022-09-06 12:05:07', NULL),
(5, '631735fd4cefa631735fd4cefc', 6, 4, '1558 Bush St, San Francisco, CA 94109, USA', '-122.42', '37.79', '2022-09-06 11:58:37', 'Xzcvxzv', NULL, 'accepted', 0, 0, 0, 'ch_3Lf0RiKFcCzojb2q0DJ3n2IF', '0.65', '11.35', '0000-00-00 00:00:00', '2022-09-06 11:58:53', '2022-09-06 12:00:03', NULL),
(6, '631736d785a26631736d785a27', 6, 4, '1987 California St, San Francisco, CA 94109, USA', '-122.43', '37.79', '2022-09-07 13:02:17', 'Cfvxzcvzx', NULL, 'accepted', 0, 0, 0, 'ch_3Lf0UaKFcCzojb2q0axPrzEw', '1.00', '23.00', '0000-00-00 00:00:00', '2022-09-06 12:02:31', '2022-09-06 12:03:01', NULL);

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

--
-- Table structure for table `booking_package_log`
--

CREATE TABLE `booking_package_log` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `slug` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `package_type` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `title` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `price` int(11) NOT NULL DEFAULT '0',
  `package_details` text COLLATE utf8mb4_unicode_ci,
  `booking_id` int(11) NOT NULL,
  `created_at` datetime NOT NULL DEFAULT CURRENT_TIMESTAMP,
  `updated_at` datetime DEFAULT NULL,
  `deleted_at` timestamp NULL DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Dumping data for table `booking_package_log`
--

INSERT INTO `booking_package_log` (`id`, `slug`, `package_type`, `title`, `price`, `package_details`, `booking_id`, `created_at`, `updated_at`, `deleted_at`) VALUES
(1, '6305cacc81e316305cacc81e32', 'silver', 'Silver', 500, 'All my self-written articles include:  - Previous thorough research of the topic - Original words created to appeal to your audience - A guarantee that the articles will be plagiarism-free - Proofread', 1, '2022-08-24 02:53:00', NULL, NULL),
(2, '6305d15237dec6305d15237ded', 'silver', 'Silver', 500, 'All my self-written articles include:  - Previous thorough research of the topic - Original words created to appeal to your audience - A guarantee that the articles will be plagiarism-free - Proofread', 2, '2022-08-24 03:20:50', NULL, NULL),
(3, '6305d535395b86305d535395b9', 'gold', 'Gold', 250, 'I have almost two decades of writing experience; from Ghost-writing and Editing, developing Accredited Educational Textbooks and Training Programs, to Script-writing and Proofreading. My experience', 3, '2022-08-24 03:37:25', NULL, NULL),
(4, '6305d55a35bd46305d55a35bd5', 'diamond', 'Diamond', 300, 'I am a professional screenwriter currently working for CBS, Paramount+, Amazon, and Paramount Pictures. I\'ve written features for 20th Century Fox, Warner Bros., Happy Madison, and Bad Robot. A pilot', 4, '2022-08-24 03:38:02', NULL, NULL),
(5, '631735fd4ef6a631735fd4ef6b', 'silver', 'Silver', 12, 'Sdfasd', 5, '2022-09-06 07:58:53', NULL, NULL),
(6, '631736d787085631736d787086', 'gold', 'Gold', 24, 'Sdasd', 6, '2022-09-06 08:02:31', NULL, NULL);

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

--
-- Table structure for table `booking_status_log`
--

CREATE TABLE `booking_status_log` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `slug` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `actor_id` int(11) NOT NULL,
  `booking_id` int(11) NOT NULL,
  `reason` text COLLATE utf8mb4_unicode_ci,
  `status` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'pending',
  `created_at` datetime NOT NULL DEFAULT CURRENT_TIMESTAMP,
  `updated_at` datetime DEFAULT NULL,
  `deleted_at` timestamp NULL DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Dumping data for table `booking_status_log`
--

INSERT INTO `booking_status_log` (`id`, `slug`, `actor_id`, `booking_id`, `reason`, `status`, `created_at`, `updated_at`, `deleted_at`) VALUES
(1, '6305cacc80d606305cacc80d61', 2, 1, NULL, 'pending', '2022-08-24 02:53:00', NULL, NULL),
(2, '6305ccafe11996305ccafe119b', 1, 1, NULL, 'accepted', '2022-08-24 03:01:03', NULL, NULL),
(3, '6305ccf33437c6305ccf33437d', 1, 1, NULL, 'ongoing', '2022-08-24 03:02:11', NULL, NULL),
(4, '6305cd447308c6305cd447308e', 1, 1, NULL, 'completed', '2022-08-24 03:03:32', NULL, NULL),
(5, '6305d15236f1f6305d15236f20', 2, 2, NULL, 'pending', '2022-08-24 03:20:50', NULL, NULL),
(6, '6305d53538cc26305d53538cc4', 2, 3, NULL, 'pending', '2022-08-24 03:37:25', NULL, NULL),
(7, '6305d55a3511c6305d55a3511d', 2, 4, NULL, 'pending', '2022-08-24 03:38:02', NULL, NULL),
(8, '631735fd4dcbb631735fd4dcbc', 6, 5, NULL, 'pending', '2022-09-06 07:58:53', NULL, NULL),
(9, '63173643918e963173643918eb', 7, 5, NULL, 'accepted', '2022-09-06 08:00:03', NULL, NULL),
(10, '631736d78633f631736d786340', 6, 6, NULL, 'pending', '2022-09-06 08:02:31', NULL, NULL),
(11, '631736f5597c1631736f5597c2', 7, 6, NULL, 'accepted', '2022-09-06 08:03:01', NULL, NULL),
(12, '631737737523d631737737523f', 3, 4, NULL, 'accepted', '2022-09-06 08:05:07', NULL, NULL),
(13, '631737a3d8854631737a3d8855', 3, 3, NULL, 'accepted', '2022-09-06 08:05:55', NULL, NULL);

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

--
-- Table structure for table `categories`
--

CREATE TABLE `categories` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `parent_id` int(11) NOT NULL DEFAULT '0',
  `slug` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `title` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `status` tinyint(4) NOT NULL DEFAULT '1',
  `description` text COLLATE utf8mb4_unicode_ci,
  `image` text COLLATE utf8mb4_unicode_ci,
  `created_at` datetime NOT NULL DEFAULT CURRENT_TIMESTAMP,
  `updated_at` datetime DEFAULT NULL,
  `deleted_at` timestamp NULL DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Dumping data for table `categories`
--

INSERT INTO `categories` (`id`, `parent_id`, `slug`, `title`, `status`, `description`, `image`, `created_at`, `updated_at`, `deleted_at`) VALUES
(1, 0, '61e96ae6a0b0561e96ae6a0b06', 'IT and Web', 1, NULL, NULL, '2022-01-20 19:00:06', NULL, NULL),
(2, 0, '61e96ae6a0b0861e96ae6a0b09', 'SEO', 1, NULL, NULL, '2022-01-20 19:00:06', NULL, NULL),
(3, 0, '61e96ae6a0b0a61e96ae6a0b0b', 'Digital Marketing', 1, NULL, NULL, '2022-01-20 19:00:06', NULL, NULL),
(4, 0, '61e96ae6a0b0c61e96ae6a0b0d', 'Content Writing', 1, NULL, NULL, '2022-01-20 19:00:06', NULL, NULL),
(5, 0, '61e96ae6a0b0e61e96ae6a0b0f', 'VR', 1, NULL, NULL, '2022-01-20 19:00:06', NULL, NULL),
(6, 0, '61e96ae6a0b1061e96ae6a0b11', 'Mobile Apps', 1, NULL, NULL, '2022-01-20 19:00:06', NULL, NULL),
(7, 0, '61e96ae6a0b1261e96ae6a0b13', 'E-commerce', 1, NULL, NULL, '2022-01-20 19:00:06', NULL, NULL),
(8, 0, '61e96ae6a0b1461e96ae6a0b15', 'Graphics', 1, NULL, NULL, '2022-01-20 19:00:06', NULL, NULL),
(9, 0, '61e96ae6a0b1e61e96ae6a0b1f', 'Writing', 1, NULL, NULL, '2022-01-20 19:00:06', NULL, NULL),
(10, 0, '61e96ae6a0b2061e96ae6a0b21', 'Web Development', 1, NULL, NULL, '2022-01-20 19:00:06', NULL, NULL),
(11, 0, '61e96ae6a0b2261e96ae6a0b23', 'User Persona', 1, NULL, NULL, '2022-01-20 19:00:06', NULL, NULL),
(12, 0, '61e96ae6a0b2461e96ae6a0b25', 'UI', 1, NULL, NULL, '2022-01-20 19:00:06', NULL, NULL),
(13, 0, '61e96ae6a0b2661e96ae6a0b27', 'User Experience', 1, NULL, NULL, '2022-01-20 19:00:06', NULL, NULL),
(14, 0, '61e96ae6a0b2861e96ae6a0b29', 'Animation', 1, NULL, NULL, '2022-01-20 19:00:06', NULL, NULL),
(15, 0, '61e96ae6a0b2a61e96ae6a0b2b', 'Sketch', 1, NULL, NULL, '2022-01-20 19:00:06', NULL, NULL),
(16, 0, '61e96ae6a0b2c61e96ae6a0b2d', 'Story Based', 1, NULL, 'category/E35vaOeU6qYqQu4yOGDEyTjFyy8QuMT2LR18HraE.jpg', '2022-01-20 19:00:06', '2022-08-12 15:33:01', NULL),
(18, 0, '62136aa0c5ad262136aa0c5ad4', 'ututuu', 0, 'rtrt', 'category/Q8SgYrzInNiSIwSDGQKJpiEW3zPNGDI1fMOyCQlV.png', '2022-02-21 10:34:08', '2022-08-17 10:02:17', NULL),
(19, 0, '62136bd67826f62136bd678270', 'test', 0, 'rtrt', 'category/HAO1MjZHq2nm5EYRjmrr94pHYtEO1lyS2259Yg3I.png', '2022-02-21 10:39:18', '2022-02-22 04:47:10', NULL),
(20, 0, '63030c6204dba63030c6204dbc', 'Abrasive services', 1, 'Surface cleaning and preparation', 'category/GYMJQZX3gRA0xHPqU7Nnie0ijVh8Hh9xNARdhJqH.jpg', '2022-08-22 04:56:02', '2022-08-22 04:56:08', NULL),
(21, 0, '63030cd19212663030cd192127', 'AC Repairs', 1, 'Air-conditioning repair and maintenance services', 'category/MevZt5gmCyZO4lLa8fFbgB4eBAN1cvRaj69Cisn0.jpg', '2022-08-22 04:57:53', '2022-08-22 05:00:43', NULL),
(22, 0, '6303b359321f46303b359321f7', 'Development & IT', 1, 'Computer services', 'category/SyQo9U7xYayOqOK6AMzcE8fuInfylBAHFxA3270q.jpg', '2022-08-22 16:48:25', '2022-08-22 16:48:25', NULL),
(23, 0, '6303b3d3737ea6303b3d3737ec', 'Design & Creative', 1, NULL, 'category/ocKvFUgDCsceTLrAPpMJVlQ6wFJhORIUHseLNVXU.png', '2022-08-22 16:50:27', '2022-08-22 16:50:27', NULL),
(24, 0, '6303b40fb93cc6303b40fb93cf', 'Sales & Marketing', 1, NULL, 'category/YkYcl5wfEISWHNsXN42K9I4e0PJdVx0Y5p19bcYO.jpg', '2022-08-22 16:51:27', '2022-08-22 16:51:47', NULL),
(25, 0, '6303b44cd67656303b44cd6767', 'Writing & Translation', 1, NULL, 'category/0QnUILxL8AdNzZPmt50lHQsJK0N4W8BC0UXWqX4Z.jpg', '2022-08-22 16:52:28', '2022-08-22 16:52:28', NULL),
(26, 0, '6303b48c42fa06303b48c42fa2', 'Administration & Customer Support', 1, NULL, 'category/qTVlmFtArFEZAg6w5aeP3ukgfGtnvO3GM3gTX0rm.jpg', '2022-08-22 16:53:32', '2022-08-22 16:53:32', NULL),
(27, 0, '6303b867e6e146303b867e6e15', 'Engineering & Architecture', 1, NULL, 'category/VGma6kYRuJDnHsFSruexJZK1kgh4vdLARy9z2dup.jpg', '2022-08-22 17:09:59', '2022-08-22 17:10:12', NULL),
(28, 0, '6303b894654f96303b894654fb', 'Legal', 1, NULL, 'category/RUFOqv5cEBk8QnjiPBeZyJcOtnL4JPBxokzmZb7n.jpg', '2022-08-22 17:10:44', '2022-08-22 17:10:48', NULL),
(29, 0, '6303ba10d35cf6303ba10d35d0', 'Home Help', 1, 'For help around the house', 'category/naT4HOwWmXgdNXart14ySA5NZ0CopbwXfXKeQEGl.webp', '2022-08-22 17:17:04', '2022-09-07 13:04:26', NULL);

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

--
-- Table structure for table `chat_messages`
--

CREATE TABLE `chat_messages` (
  `id` int(11) NOT NULL,
  `user_id` int(11) NOT NULL,
  `chat_room_id` int(11) NOT NULL,
  `message` text COLLATE utf8mb4_unicode_ci NOT NULL,
  `file_url` text COLLATE utf8mb4_unicode_ci,
  `file_data` text COLLATE utf8mb4_unicode_ci,
  `message_type` varchar(100) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'text',
  `ip_address` varchar(100) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `is_anonymous` tinyint(2) DEFAULT '0',
  `created_at` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP,
  `updated_at` timestamp NULL DEFAULT NULL,
  `deleted_at` timestamp NULL DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Dumping data for table `chat_messages`
--

INSERT INTO `chat_messages` (`id`, `user_id`, `chat_room_id`, `message`, `file_url`, `file_data`, `message_type`, `ip_address`, `is_anonymous`, `created_at`, `updated_at`, `deleted_at`) VALUES
(1, 11, 1, 'Image', '/uploads/file-1653542830783', NULL, 'image', NULL, 0, '2022-05-26 09:27:12', NULL, NULL),
(2, 11, 1, 'Bzhs s h shev', NULL, NULL, 'text', NULL, 0, '2022-05-26 09:27:38', NULL, NULL),
(3, 15, 2, 'Tedt', NULL, NULL, 'text', NULL, 0, '2022-05-26 12:52:36', NULL, NULL),
(4, 14, 2, 'Fbj', NULL, NULL, 'text', NULL, 0, '2022-05-26 12:53:30', NULL, NULL),
(5, 14, 3, 'Jzuzdd  dud dh', NULL, NULL, 'text', NULL, 0, '2022-05-26 14:29:11', NULL, NULL),
(6, 11, 3, 'Ixjdd jxd dj', NULL, NULL, 'text', NULL, 0, '2022-05-26 14:53:09', NULL, NULL),
(7, 14, 3, 'Jobs shsv', NULL, NULL, 'text', NULL, 0, '2022-05-26 14:57:20', NULL, NULL),
(8, 11, 3, 'Hzhs s did ', NULL, NULL, 'text', NULL, 0, '2022-05-26 15:41:39', NULL, NULL),
(9, 14, 3, 'Hv. Bbhv', NULL, NULL, 'text', NULL, 0, '2022-05-26 15:42:05', NULL, NULL),
(10, 11, 3, ' Uzbss sheh', NULL, NULL, 'text', NULL, 0, '2022-05-26 15:43:10', NULL, NULL),
(11, 11, 3, 'Jxjd djs s bsbs', NULL, NULL, 'text', NULL, 0, '2022-05-26 15:47:21', NULL, NULL),
(12, 11, 3, 'Bzuz ssh shsvs', NULL, NULL, 'text', NULL, 0, '2022-05-26 15:49:34', NULL, NULL),
(13, 11, 3, 'Jdhe dheb', NULL, NULL, 'text', NULL, 0, '2022-05-26 15:51:12', NULL, NULL),
(14, 15, 4, 'G bugg', NULL, NULL, 'text', NULL, 0, '2022-05-26 15:55:37', NULL, NULL),
(15, 14, 3, 'Chc', NULL, NULL, 'text', NULL, 0, '2022-05-26 15:55:49', NULL, NULL),
(16, 14, 2, 'Hj', NULL, NULL, 'text', NULL, 0, '2022-05-26 15:56:54', NULL, NULL),
(17, 15, 2, 'Hh', NULL, NULL, 'text', NULL, 0, '2022-05-26 15:57:08', NULL, NULL),
(18, 14, 2, '', '/uploads/file-1653566263577', NULL, 'image', NULL, 0, '2022-05-26 15:57:44', NULL, NULL),
(19, 15, 2, 'Hdhdhd s dhdbsbs', NULL, NULL, 'text', NULL, 0, '2022-05-26 16:02:25', NULL, NULL),
(20, 14, 2, '', '/uploads/file-1653566577231', NULL, 'image', NULL, 0, '2022-05-26 16:02:58', NULL, NULL),
(21, 10, 5, '', '/uploads/file-1653567229170', NULL, 'image', NULL, 0, '2022-05-26 16:13:51', NULL, NULL),
(22, 10, 5, '', '/uploads/file-1653567425908', NULL, 'image', NULL, 0, '2022-05-26 16:17:06', NULL, NULL),
(23, 15, 2, 'Vk\n', NULL, NULL, 'text', NULL, 0, '2022-05-26 16:22:19', NULL, NULL),
(24, 14, 2, 'Gnj', NULL, NULL, 'text', NULL, 0, '2022-05-26 16:22:42', NULL, NULL),
(25, 14, 2, 'Bn', NULL, NULL, 'text', NULL, 0, '2022-05-26 16:23:15', NULL, NULL),
(26, 14, 2, 'Chn', NULL, NULL, 'text', NULL, 0, '2022-05-26 16:23:50', NULL, NULL),
(27, 15, 2, 'Bk', NULL, NULL, 'text', NULL, 0, '2022-05-26 16:24:32', NULL, NULL),
(28, 14, 2, 'Hh', NULL, NULL, 'text', NULL, 0, '2022-05-26 16:24:51', NULL, NULL),
(29, 14, 2, 'Hj', NULL, NULL, 'text', NULL, 0, '2022-05-26 16:25:21', NULL, NULL),
(30, 15, 2, 'Bjl', NULL, NULL, 'text', NULL, 0, '2022-05-26 16:25:48', NULL, NULL),
(31, 14, 2, 'Fhj', NULL, NULL, 'text', NULL, 0, '2022-05-26 16:46:34', NULL, NULL),
(32, 15, 2, 'Hj', NULL, NULL, 'text', NULL, 0, '2022-05-26 17:00:39', NULL, NULL),
(33, 16, 6, 'Hello', NULL, NULL, 'text', NULL, 0, '2022-05-28 01:53:53', NULL, NULL),
(34, 18, 6, 'How are you?', NULL, NULL, 'text', NULL, 0, '2022-05-28 01:54:10', NULL, NULL),
(35, 16, 6, 'Grt ', NULL, NULL, 'text', NULL, 0, '2022-05-28 01:54:15', NULL, NULL),
(36, 16, 6, 'And urself?', NULL, NULL, 'text', NULL, 0, '2022-05-28 01:54:19', NULL, NULL),
(37, 18, 6, 'I like your chicken brooth ', NULL, NULL, 'text', NULL, 0, '2022-05-28 01:54:35', NULL, NULL),
(38, 16, 6, 'Oh ok', NULL, NULL, 'text', NULL, 0, '2022-05-28 01:54:48', NULL, NULL),
(39, 16, 6, 'So can we meet snd swap?', NULL, NULL, 'text', NULL, 0, '2022-05-28 01:54:57', NULL, NULL),
(40, 20, 7, 'Hi prof', NULL, NULL, 'text', NULL, 0, '2022-05-28 06:08:07', NULL, NULL),
(41, 20, 7, 'This is Nuru', NULL, NULL, 'text', NULL, 0, '2022-05-28 06:08:43', NULL, NULL),
(42, 16, 7, 'Hello', NULL, NULL, 'text', NULL, 0, '2022-05-28 06:08:47', NULL, NULL),
(43, 16, 7, 'Sup Nuru', NULL, NULL, 'text', NULL, 0, '2022-05-28 06:08:50', NULL, NULL),
(44, 20, 7, 'Great', NULL, NULL, 'text', NULL, 0, '2022-05-28 06:08:53', NULL, NULL),
(45, 16, 7, 'U still awake at this time?', NULL, NULL, 'text', NULL, 0, '2022-05-28 06:09:04', NULL, NULL),
(46, 20, 7, 'The shit is working 😂', NULL, NULL, 'text', NULL, 0, '2022-05-28 06:09:08', NULL, NULL),
(47, 20, 7, 'Yes', NULL, NULL, 'text', NULL, 0, '2022-05-28 06:09:16', NULL, NULL),
(48, 20, 7, 'I\'m a Hustler', NULL, NULL, 'text', NULL, 0, '2022-05-28 06:09:30', NULL, NULL),
(49, 16, 7, 'Yeah', NULL, NULL, 'text', NULL, 0, '2022-05-28 06:09:32', NULL, NULL),
(50, 16, 7, 'Hahahahahaha', NULL, NULL, 'text', NULL, 0, '2022-05-28 06:09:39', NULL, NULL),
(51, 20, 7, 'Zak ask I send u msg to see if it works', NULL, NULL, 'text', NULL, 0, '2022-05-28 06:10:33', NULL, NULL),
(52, 16, 7, 'Yeah it works as we predicted', NULL, NULL, 'text', NULL, 0, '2022-05-28 06:10:53', NULL, NULL),
(53, 16, 7, 'So it\'s OK', NULL, NULL, 'text', NULL, 0, '2022-05-28 06:10:56', NULL, NULL),
(54, 20, 7, '🙏', NULL, NULL, 'text', NULL, 0, '2022-05-28 06:11:06', NULL, NULL),
(55, 16, 7, '🙆‍♂️', NULL, NULL, 'text', NULL, 0, '2022-05-28 06:11:19', NULL, NULL),
(56, 20, 7, 'So assuming I\'m interested in your product you posted this is where we will bargain. Right?', NULL, NULL, 'text', NULL, 0, '2022-05-28 06:12:39', NULL, NULL),
(57, 16, 7, 'Exactly', NULL, NULL, 'text', NULL, 0, '2022-05-28 06:13:14', NULL, NULL),
(58, 20, 7, 'Correct', NULL, NULL, 'text', NULL, 0, '2022-05-28 06:13:21', NULL, NULL),
(59, 16, 7, 'We will chat to address all issues and when we agree then we can go ahead to schedule a place to meet to inspect and then swap. ', NULL, NULL, 'text', NULL, 0, '2022-05-28 06:13:45', NULL, NULL),
(60, 20, 7, 'Isee', NULL, NULL, 'text', NULL, 0, '2022-05-28 06:14:06', NULL, NULL),
(61, 20, 7, 'Makes sense', NULL, NULL, 'text', NULL, 0, '2022-05-28 06:14:31', NULL, NULL),
(62, 16, 7, '👍', NULL, NULL, 'text', NULL, 0, '2022-05-28 06:14:41', NULL, NULL),
(63, 20, 7, 'Ayekoo', NULL, NULL, 'text', NULL, 0, '2022-05-28 06:14:51', NULL, NULL),
(64, 16, 7, 'Hahahahaaaa yaaaayeeee', NULL, NULL, 'text', NULL, 0, '2022-05-28 06:15:13', NULL, NULL),
(65, 20, 7, 'The two Bawumia Junior\'s in the states 😂🤣', NULL, NULL, 'text', NULL, 0, '2022-05-28 06:15:52', NULL, NULL),
(66, 16, 7, 'Lol', NULL, NULL, 'text', NULL, 0, '2022-05-28 06:16:46', NULL, NULL),
(67, 16, 7, 'Hahahaha digital guys abi', NULL, NULL, 'text', NULL, 0, '2022-05-28 06:16:55', NULL, NULL),
(68, 20, 7, 'Lol', NULL, NULL, 'text', NULL, 0, '2022-05-28 06:33:55', NULL, NULL),
(69, 18, 8, 'Hello', NULL, NULL, 'text', NULL, 0, '2022-05-29 00:40:11', NULL, NULL),
(70, 18, 6, 'Hey this is Zack', NULL, NULL, 'text', NULL, 0, '2022-05-29 00:42:09', NULL, NULL),
(71, 14, 2, 'Hahah', NULL, NULL, 'text', NULL, 0, '2022-05-30 17:21:08', NULL, NULL),
(72, 14, 3, 'Abcd', NULL, NULL, 'text', NULL, 0, '2022-05-30 17:38:38', NULL, NULL),
(73, 22, 9, 'Hello ', NULL, NULL, 'text', NULL, 0, '2022-05-30 18:04:57', NULL, NULL),
(74, 22, 10, 'Hello', NULL, NULL, 'text', NULL, 0, '2022-05-30 18:05:12', NULL, NULL),
(75, 16, 10, 'Sup?', NULL, NULL, 'text', NULL, 0, '2022-05-30 18:05:40', NULL, NULL),
(76, 22, 10, 'Coming online ', NULL, NULL, 'text', NULL, 0, '2022-05-30 18:05:53', NULL, NULL),
(77, 16, 10, 'Come up to the meeting. I have been online', NULL, NULL, 'text', NULL, 0, '2022-05-30 18:05:58', NULL, NULL),
(78, 22, 10, 'Yes ', NULL, NULL, 'text', NULL, 0, '2022-05-30 18:06:40', NULL, NULL),
(79, 22, 10, 'Be your own customer service ', NULL, NULL, 'text', NULL, 0, '2022-05-30 18:07:05', NULL, NULL),
(80, 22, 11, 'The iOS is now updated so I can chat with you here ', NULL, NULL, 'text', NULL, 0, '2022-05-30 18:44:32', NULL, NULL),
(81, 23, 12, 'Hi', NULL, NULL, 'text', NULL, 0, '2022-05-30 20:44:01', NULL, NULL),
(82, 23, 12, '', '/uploads/file-1653929062351', NULL, 'image', NULL, 0, '2022-05-30 20:44:23', NULL, NULL),
(83, 23, 13, 'Hey', NULL, NULL, 'text', NULL, 0, '2022-05-31 18:51:14', NULL, NULL),
(84, 16, 13, 'Hey sup?', NULL, NULL, 'text', NULL, 0, '2022-06-01 06:14:01', NULL, NULL),
(85, 23, 13, 'Why didn’t I get notified for this your message ', NULL, NULL, 'text', NULL, 0, '2022-06-01 06:22:34', NULL, NULL),
(86, 23, 13, '?', NULL, NULL, 'text', NULL, 0, '2022-06-01 06:22:36', NULL, NULL),
(87, 23, 13, 'My notification is turned on ', NULL, NULL, 'text', NULL, 0, '2022-06-01 06:23:17', NULL, NULL),
(88, 16, 13, 'Wow. It\'s taking very long for chat to open thru notification ', NULL, NULL, 'text', NULL, 0, '2022-06-01 06:30:03', NULL, NULL),
(89, 16, 13, '', '/uploads/file-1654050607067', NULL, 'image', NULL, 0, '2022-06-01 06:30:07', NULL, NULL),
(90, 16, 13, 'U got the attached pics?', NULL, NULL, 'text', NULL, 0, '2022-06-01 06:30:19', NULL, NULL),
(91, 23, 13, 'I saw the notifications popped up now ', NULL, NULL, 'text', NULL, 0, '2022-06-01 06:32:33', NULL, NULL),
(92, 23, 13, 'I guessed I was busy and didn’t see it ', NULL, NULL, 'text', NULL, 0, '2022-06-01 06:32:48', NULL, NULL),
(93, 23, 13, 'And I see the attached pic ', NULL, NULL, 'text', NULL, 0, '2022-06-01 06:33:02', NULL, NULL),
(94, 23, 13, 'Everything is taking longer because it is not running a proper server yet', NULL, NULL, 'text', NULL, 0, '2022-06-01 06:33:35', NULL, NULL),
(95, 23, 13, '', '/uploads/file-1654050888075', NULL, 'image', NULL, 0, '2022-06-01 06:34:49', NULL, NULL),
(96, 16, 13, 'Yeah I guess so too', NULL, NULL, 'text', NULL, 0, '2022-06-01 07:05:19', NULL, NULL),
(97, 16, 13, 'I can also see the pic u sent', NULL, NULL, 'text', NULL, 0, '2022-06-01 07:05:30', NULL, NULL),
(98, 23, 13, 'If I’m on my phone I can see the notification when you send me messages ', NULL, NULL, 'text', NULL, 0, '2022-06-01 07:15:48', NULL, NULL),
(99, 23, 13, 'But the notification alert doesn’t stay on the app, I’m guessing it is because the app is not yet in the stores ', NULL, NULL, 'text', NULL, 0, '2022-06-01 07:16:27', NULL, NULL),
(100, 23, 14, 'This is not happening with the iOS version ', NULL, NULL, 'text', NULL, 0, '2022-06-02 19:11:53', NULL, NULL),
(101, 23, 12, 'Hello', NULL, NULL, 'text', NULL, 0, '2022-06-20 19:26:26', NULL, NULL),
(102, 22, 15, 'Hello ', NULL, NULL, 'text', NULL, 0, '2022-06-28 13:11:29', NULL, NULL),
(103, 22, 15, 'I’m ', NULL, NULL, 'text', NULL, 0, '2022-06-28 13:19:26', NULL, NULL),
(104, 23, 15, 'Hey', NULL, NULL, 'text', NULL, 0, '2022-06-28 13:46:18', NULL, NULL),
(105, 14, 16, 'Tyyhj', NULL, NULL, 'text', NULL, 0, '2022-06-30 16:07:24', NULL, NULL),
(106, 14, 16, 'Higkb', NULL, NULL, 'text', NULL, 0, '2022-07-01 17:27:56', NULL, NULL),
(107, 23, 13, 'Hello', NULL, NULL, 'text', NULL, 0, '2022-07-02 09:38:53', NULL, NULL),
(108, 30, 17, 'Hello', NULL, NULL, 'text', NULL, 0, '2022-07-02 09:39:17', NULL, NULL),
(109, 30, 18, 'Hello', NULL, NULL, 'text', NULL, 0, '2022-07-03 21:26:45', NULL, NULL),
(110, 23, 18, 'Hey', NULL, NULL, 'text', NULL, 0, '2022-07-03 21:26:52', NULL, NULL),
(111, 30, 18, 'This is Zollyzo', NULL, NULL, 'text', NULL, 0, '2022-07-03 21:26:55', NULL, NULL),
(112, 23, 18, 'This is Zack ', NULL, NULL, 'text', NULL, 0, '2022-07-03 21:27:01', NULL, NULL),
(113, 23, 18, 'Hey ', NULL, NULL, 'text', NULL, 0, '2022-07-03 21:33:36', NULL, NULL),
(114, 22, 19, 'Hey ', NULL, NULL, 'text', NULL, 0, '2022-07-05 10:18:04', NULL, NULL),
(115, 22, 9, 'Hey', NULL, NULL, 'text', NULL, 0, '2022-07-05 12:07:59', NULL, NULL),
(116, 30, 19, 'Hey', NULL, NULL, 'text', NULL, 0, '2022-07-06 01:03:35', NULL, NULL),
(117, 30, 18, 'Sup', NULL, NULL, 'text', NULL, 0, '2022-07-06 01:03:41', NULL, NULL),
(118, 30, 19, 'Zollyzo here', NULL, NULL, 'text', NULL, 0, '2022-07-06 01:30:08', NULL, NULL),
(119, 30, 18, 'Sup Zak Apiiga ', NULL, NULL, 'text', NULL, 0, '2022-07-06 01:30:23', NULL, NULL),
(120, 22, 19, 'Hey hustler', NULL, NULL, 'text', NULL, 0, '2022-07-06 01:33:27', NULL, NULL),
(121, 22, 19, 'Seattle office ', NULL, NULL, 'text', NULL, 0, '2022-07-06 01:34:32', NULL, NULL),
(122, 30, 19, 'Hello Zakie ', NULL, NULL, 'text', NULL, 0, '2022-07-06 01:43:49', NULL, NULL),
(123, 22, 19, '', '/uploads/file-1657057485586', NULL, 'image', NULL, 0, '2022-07-06 01:44:48', NULL, NULL),
(124, 22, 11, 'Hey', NULL, NULL, 'text', NULL, 0, '2022-07-06 06:53:21', NULL, NULL),
(125, 45, 20, 'Hey I would like to swap this item but I am not interested in subscribing\n', NULL, NULL, 'text', NULL, 0, '2022-07-06 06:54:53', NULL, NULL),
(126, 22, 20, 'Why not? ', NULL, NULL, 'text', NULL, 0, '2022-07-06 06:55:21', NULL, NULL),
(127, 22, 20, '', '/uploads/file-1657076252400', NULL, 'image', NULL, 0, '2022-07-06 06:57:35', NULL, NULL),
(128, 23, 18, 'Hey 👋 ', NULL, NULL, 'text', NULL, 0, '2022-07-06 07:03:43', NULL, NULL),
(129, 48, 21, 'Hello', NULL, NULL, 'text', NULL, 0, '2022-07-06 09:36:17', NULL, NULL),
(130, 48, 21, 'Hey Zak ', NULL, NULL, 'text', NULL, 0, '2022-07-06 09:38:51', NULL, NULL),
(131, 23, 21, 'Hello ', NULL, NULL, 'text', NULL, 0, '2022-07-06 09:41:16', NULL, NULL),
(132, 48, 21, 'Checking stuffs out with a new account on a new android', NULL, NULL, 'text', NULL, 0, '2022-07-06 09:42:05', NULL, NULL),
(133, 48, 21, 'Without adding credit card or PayPal for subscription, one can\'t freely use the app ', NULL, NULL, 'text', NULL, 0, '2022-07-06 09:42:39', NULL, NULL),
(134, 23, 21, 'Yes we already talked about that ', NULL, NULL, 'text', NULL, 0, '2022-07-06 09:44:56', NULL, NULL),
(135, 23, 21, 'It will be hard to test with android users ', NULL, NULL, 'text', NULL, 0, '2022-07-06 09:45:37', NULL, NULL),
(136, 23, 21, 'Unless we create iOS account and give them the credentials to use in signing in the android ', NULL, NULL, 'text', NULL, 0, '2022-07-06 09:46:07', NULL, NULL),
(137, 48, 21, 'Yep', NULL, NULL, 'text', NULL, 0, '2022-07-06 09:46:09', NULL, NULL),
(138, 48, 21, 'Play store installation isn\'t working. ', NULL, NULL, 'text', NULL, 0, '2022-07-06 09:46:22', NULL, NULL),
(139, 48, 21, 'We have to test it thru android to be sure we get all stuffs right. ', NULL, NULL, 'text', NULL, 0, '2022-07-06 09:46:53', NULL, NULL),
(140, 48, 21, 'Testing in both platforms are critical. ', NULL, NULL, 'text', NULL, 0, '2022-07-06 09:47:08', NULL, NULL),
(141, 48, 21, 'Are U on the road?', NULL, NULL, 'text', NULL, 0, '2022-07-06 09:47:20', NULL, NULL),
(142, 23, 21, 'Play store installing is not working?', NULL, NULL, 'text', NULL, 0, '2022-07-06 09:47:53', NULL, NULL),
(143, 23, 21, 'How do you mean?', NULL, NULL, 'text', NULL, 0, '2022-07-06 09:48:04', NULL, NULL),
(144, 23, 21, 'Yes on the road ', NULL, NULL, 'text', NULL, 0, '2022-07-06 09:48:10', NULL, NULL),
(145, 48, 21, 'Yep. Play store installation isn\'t working I have to use the link in the email. ', NULL, NULL, 'text', NULL, 0, '2022-07-06 09:48:58', NULL, NULL),
(146, 48, 21, 'We can\'t create IOS account for ppl to use on android as test. ', NULL, NULL, 'text', NULL, 0, '2022-07-06 09:49:15', NULL, NULL),
(147, 23, 21, 'Yes we can create an iOS and subscribe on iOS and they use to login on android ', NULL, NULL, 'text', NULL, 0, '2022-07-06 09:50:52', NULL, NULL),
(148, 23, 21, 'Call me when you can so I can explain things to you', NULL, NULL, 'text', NULL, 0, '2022-07-06 09:51:10', NULL, NULL),
(149, 22, 20, 'Hey', NULL, NULL, 'text', NULL, 0, '2022-07-06 20:15:37', NULL, NULL),
(150, 22, 15, '', '/uploads/file-1657129524180', NULL, 'image', NULL, 0, '2022-07-06 21:45:24', NULL, NULL),
(151, 15, 2, 'Tt', NULL, NULL, 'text', NULL, 0, '2022-07-08 13:51:52', NULL, NULL),
(152, 14, 2, 'Ttt', NULL, NULL, 'text', NULL, 0, '2022-07-08 13:52:01', NULL, NULL),
(153, 23, 21, 'Hello', NULL, NULL, 'text', NULL, 0, '2022-07-12 10:01:41', NULL, NULL),
(154, 23, 15, '', '/uploads/file-1657706844477', NULL, 'image', NULL, 0, '2022-07-13 14:07:33', NULL, NULL),
(155, 22, 19, 'Hi Joe! I’m Sam, I saw your laptop swap listing for an iPhone 11 Pro, is it still available?', NULL, NULL, 'text', NULL, 0, '2022-07-18 01:31:43', NULL, NULL),
(156, 22, 19, 'Hi Joe! I’m Sam, I saw your laptop swap listing for an iPhone 11 Pro, is it still available?', NULL, NULL, 'text', NULL, 0, '2022-07-18 01:32:41', NULL, NULL),
(157, 30, 19, 'Yes it’s still available. Are you interested?', NULL, NULL, 'text', NULL, 0, '2022-07-18 01:32:51', NULL, NULL),
(158, 22, 19, 'Yes, but I don’t have an iPhone 11 Pro to swap with it, do you mind me paying the cash item value on the listing?', NULL, NULL, 'text', NULL, 0, '2022-07-18 01:33:19', NULL, NULL),
(159, 30, 19, 'Sure we can do that. When and where is convenient for you to meet up?', NULL, NULL, 'text', NULL, 0, '2022-07-18 01:33:45', NULL, NULL),
(160, 22, 22, 'Hey ', NULL, NULL, 'text', NULL, 0, '2022-07-21 11:11:00', NULL, NULL),
(161, 22, 23, 'Hi', NULL, NULL, 'text', NULL, 0, '2022-07-24 16:53:02', NULL, NULL),
(162, 20, 7, 'Test', NULL, NULL, 'text', NULL, 0, '2022-08-09 12:20:53', NULL, NULL),
(163, 20, 7, 'Maker', NULL, NULL, 'text', NULL, 0, '2022-08-09 12:21:02', NULL, NULL),
(164, 20, 7, 'Test', NULL, NULL, 'text', NULL, 0, '2022-08-09 12:24:44', NULL, NULL),
(165, 20, 7, 'Hello', NULL, NULL, 'text', NULL, 0, '2022-08-09 12:24:52', NULL, NULL),
(166, 16, 7, 'Yes I am', NULL, NULL, 'text', NULL, 0, '2022-08-09 12:25:05', NULL, NULL),
(167, 16, 20, '', '/uploads/file-1660051597109', NULL, 'image', NULL, 0, '2022-08-09 13:26:38', NULL, NULL),
(168, 16, 7, '', '/uploads/file-1660051669600', NULL, 'image', NULL, 0, '2022-08-09 13:27:50', NULL, NULL),
(169, 16, 7, '', '/uploads/file-1660052134960', NULL, 'image', NULL, 0, '2022-08-09 13:35:36', NULL, NULL),
(170, 16, 7, '', '/uploads/file-1660052501948.jpeg', NULL, 'image', NULL, 0, '2022-08-09 13:41:43', NULL, NULL),
(171, 16, 7, '', '/uploads/file-1660052653570.jpeg', NULL, 'image', NULL, 0, '2022-08-09 13:44:14', NULL, NULL),
(172, 7, 1, 'Dsgsdgsdg', NULL, NULL, 'text', NULL, 0, '2022-08-11 07:32:47', NULL, NULL),
(173, 20, 7, 'Adffas', NULL, NULL, 'text', NULL, 0, '2022-08-11 07:57:31', NULL, NULL),
(174, 23, 4, 'Sadfasfas', NULL, NULL, 'text', NULL, 0, '2022-08-12 05:22:18', NULL, NULL),
(175, 23, 4, 'Asdfasdf', NULL, NULL, 'text', NULL, 0, '2022-08-12 05:22:31', NULL, NULL),
(176, 23, 16, 'Asdfasdf', NULL, NULL, 'text', NULL, 0, '2022-08-12 05:22:43', NULL, NULL),
(177, 23, 16, 'Asdfasdfasdf', NULL, NULL, 'text', NULL, 0, '2022-08-12 05:23:16', NULL, NULL),
(178, 23, 15, 'Sdfsdf', NULL, NULL, 'text', NULL, 0, '2022-08-12 05:24:45', NULL, NULL),
(179, 23, 13, 'Sdfsdf', NULL, NULL, 'text', NULL, 0, '2022-08-12 05:25:00', NULL, NULL),
(180, 23, 16, 'Asdfsdf', NULL, NULL, 'text', NULL, 0, '2022-08-12 05:25:10', NULL, NULL),
(181, 23, 16, 'Dasfsdf', NULL, NULL, 'text', NULL, 0, '2022-08-12 05:26:13', NULL, NULL),
(182, 23, 16, 'Asdfsadf', NULL, NULL, 'text', NULL, 0, '2022-08-12 05:26:39', NULL, NULL),
(183, 23, 13, 'Asdasd', NULL, NULL, 'text', NULL, 0, '2022-08-12 05:27:36', NULL, NULL),
(184, 23, 16, 'Sdasdasd', NULL, NULL, 'text', NULL, 0, '2022-08-12 05:27:50', NULL, NULL),
(185, 23, 4, 'Dsasdas', NULL, NULL, 'text', NULL, 0, '2022-08-12 05:28:05', NULL, NULL),
(186, 23, 8, 'Asdasd', NULL, NULL, 'text', NULL, 0, '2022-08-12 05:28:19', NULL, NULL),
(187, 23, 16, 'Dfasdfsdf', NULL, NULL, 'text', NULL, 0, '2022-08-12 05:29:13', NULL, NULL),
(188, 23, 16, 'Asda', NULL, NULL, 'text', NULL, 0, '2022-08-12 05:55:36', NULL, NULL),
(189, 23, 25, 'Dftefgds', NULL, NULL, 'text', NULL, 0, '2022-08-12 06:08:03', NULL, NULL),
(190, 23, 25, 'Sdfgdsgdg', NULL, NULL, 'text', NULL, 0, '2022-08-12 06:08:07', NULL, NULL),
(191, 23, 25, 'Ergdfgdfg', NULL, NULL, 'text', NULL, 0, '2022-08-12 06:08:40', NULL, NULL),
(192, 23, 25, 'Werwqrqw', NULL, NULL, 'text', NULL, 0, '2022-08-12 06:10:16', NULL, NULL),
(193, 23, 13, 'Asdasd', NULL, NULL, 'text', NULL, 0, '2022-08-12 06:11:12', NULL, NULL),
(194, 23, 13, 'Sdfadsf', NULL, NULL, 'text', NULL, 0, '2022-08-12 06:13:49', NULL, NULL),
(195, 23, 25, 'Asdfsadf', NULL, NULL, 'text', NULL, 0, '2022-08-12 06:20:18', NULL, NULL),
(196, 23, 25, 'Sdsda', NULL, NULL, 'text', NULL, 0, '2022-08-12 06:21:57', NULL, NULL),
(197, 23, 25, 'As', NULL, NULL, 'text', NULL, 0, '2022-08-12 06:49:04', NULL, NULL),
(198, 23, 25, 'Dsfgdsfgd', NULL, NULL, 'text', NULL, 0, '2022-08-12 06:51:35', NULL, NULL),
(199, 23, 13, 'Sdfsdf', NULL, NULL, 'text', NULL, 0, '2022-08-12 06:51:52', NULL, NULL),
(200, 23, 25, 'Asdasd', NULL, NULL, 'text', NULL, 0, '2022-08-12 06:52:18', NULL, NULL),
(201, 23, 25, 'Aasdfasf', NULL, NULL, 'text', NULL, 0, '2022-08-12 06:52:46', NULL, NULL),
(202, 23, 25, 'Xcvzxv', NULL, NULL, 'text', NULL, 0, '2022-08-12 06:57:15', NULL, NULL),
(203, 23, 24, 'Asdfasd', NULL, NULL, 'text', NULL, 0, '2022-08-12 06:58:59', NULL, NULL),
(204, 23, 24, 'Sdfsdfsdf', NULL, NULL, 'text', NULL, 0, '2022-08-12 06:59:03', NULL, NULL),
(205, 23, 24, 'Sdfsds', NULL, NULL, 'text', NULL, 0, '2022-08-12 06:59:11', NULL, NULL),
(206, 23, 13, 'Asdasd', NULL, NULL, 'text', NULL, 0, '2022-08-12 06:59:22', NULL, NULL),
(207, 23, 16, 'Qwerwer', NULL, NULL, 'text', NULL, 0, '2022-08-12 06:59:32', NULL, NULL),
(208, 23, 16, 'Werewrwe', NULL, NULL, 'text', NULL, 0, '2022-08-12 06:59:36', NULL, NULL),
(209, 23, 16, 'Asdfasf', NULL, NULL, 'text', NULL, 0, '2022-08-12 07:00:16', NULL, NULL),
(210, 23, 25, 'Sdasda', NULL, NULL, 'text', NULL, 0, '2022-08-12 07:01:04', NULL, NULL),
(211, 23, 26, 'Asdasda', NULL, NULL, 'text', NULL, 0, '2022-08-12 07:01:19', NULL, NULL),
(212, 23, 16, 'Adsfasdf', NULL, NULL, 'text', NULL, 0, '2022-08-12 07:01:32', NULL, NULL),
(213, 25, 24, 'Dfsasfasf', NULL, NULL, 'text', NULL, 0, '2022-08-12 07:02:27', NULL, NULL),
(214, 22, 15, 'Asdfsadf', NULL, NULL, 'text', NULL, 0, '2022-08-12 10:48:03', NULL, NULL),
(215, 22, 23, 'Dfasf', NULL, NULL, 'text', NULL, 0, '2022-08-12 10:49:01', NULL, NULL),
(216, 22, 23, 'Sdfafs', NULL, NULL, 'text', NULL, 0, '2022-08-12 10:49:14', NULL, NULL),
(217, 23, 16, 'Asdasd', NULL, NULL, 'text', NULL, 0, '2022-08-12 10:54:28', NULL, NULL),
(218, 23, 16, 'Asdasd', NULL, NULL, 'text', NULL, 0, '2022-08-12 10:54:33', NULL, NULL),
(219, 23, 16, 'Asdasd', NULL, NULL, 'text', NULL, 0, '2022-08-12 10:54:44', NULL, NULL),
(220, 23, 15, 'Asdasd', NULL, NULL, 'text', NULL, 0, '2022-08-12 10:54:50', NULL, NULL),
(221, 21, 23, 'Test', NULL, NULL, 'text', NULL, 0, '2022-08-12 11:23:02', NULL, NULL),
(222, 21, 23, 'Dfsdf', NULL, NULL, 'text', NULL, 0, '2022-08-12 11:23:13', NULL, NULL),
(223, 21, 23, 'Xzvxzc', NULL, NULL, 'text', NULL, 0, '2022-08-12 11:23:59', NULL, NULL),
(224, 21, 23, 'Asdasd', NULL, NULL, 'text', NULL, 0, '2022-08-12 11:24:19', NULL, NULL),
(225, 21, 23, 'Sadasda', NULL, NULL, 'text', NULL, 0, '2022-08-12 11:25:43', NULL, NULL),
(226, 21, 23, 'Dsasdas', NULL, NULL, 'text', NULL, 0, '2022-08-12 11:26:29', NULL, NULL),
(227, 22, 23, 'Asdasdas', NULL, NULL, 'text', NULL, 0, '2022-08-12 11:28:17', NULL, NULL),
(228, 22, 23, 'Dfgsdgd', NULL, NULL, 'text', NULL, 0, '2022-08-12 11:28:55', NULL, NULL),
(229, 22, 23, 'Zxczcv', NULL, NULL, 'text', NULL, 0, '2022-08-12 11:29:28', NULL, NULL),
(230, 23, 15, 'Sadads', NULL, NULL, 'text', NULL, 0, '2022-08-16 07:12:36', NULL, NULL),
(231, 23, 15, 'Sdfsdf', NULL, NULL, 'text', NULL, 0, '2022-08-16 07:27:45', NULL, NULL),
(232, 23, 15, 'Dsfgsgds', NULL, NULL, 'text', NULL, 0, '2022-08-16 07:27:50', NULL, NULL),
(233, 21, 27, 'Hi', NULL, NULL, 'text', NULL, 0, '2022-08-16 12:45:34', NULL, NULL),
(234, 26, 27, 'Yes', NULL, NULL, 'text', NULL, 0, '2022-08-16 12:45:50', NULL, NULL),
(235, 26, 27, 'Okay', NULL, NULL, 'text', NULL, 0, '2022-08-16 12:46:00', NULL, NULL),
(236, 21, 27, 'Okayed ', NULL, NULL, 'text', NULL, 0, '2022-08-16 12:46:04', NULL, NULL),
(237, 21, 27, 'Lee', NULL, NULL, 'text', NULL, 0, '2022-08-16 12:46:12', NULL, NULL),
(238, 26, 27, 'Kooo', NULL, NULL, 'text', NULL, 0, '2022-08-16 12:46:24', NULL, NULL),
(239, 21, 27, 'Hhhh', NULL, NULL, 'text', NULL, 0, '2022-08-16 12:46:45', NULL, NULL),
(240, 26, 27, 'Hhh', NULL, NULL, 'text', NULL, 0, '2022-08-16 12:46:56', NULL, NULL),
(241, 26, 27, 'Bbbb', NULL, NULL, 'text', NULL, 0, '2022-08-16 12:47:05', NULL, NULL),
(242, 21, 27, 'Yooii', NULL, NULL, 'text', NULL, 0, '2022-08-16 12:47:38', NULL, NULL),
(243, 26, 27, 'Jjj', NULL, NULL, 'text', NULL, 0, '2022-08-16 12:50:09', NULL, NULL),
(244, 26, 27, 'Kkkk', NULL, NULL, 'text', NULL, 0, '2022-08-16 12:50:24', NULL, NULL),
(245, 26, 27, '', '/uploads/file-1660654243141.jpeg', NULL, 'image', NULL, 0, '2022-08-16 12:50:43', NULL, NULL),
(246, 21, 27, '', '/uploads/file-1660654250217.jpeg', NULL, 'image', NULL, 0, '2022-08-16 12:50:51', NULL, NULL),
(247, 21, 27, '    ', NULL, NULL, 'text', NULL, 0, '2022-08-16 12:51:01', NULL, NULL),
(248, 26, 27, 'Hhhh', NULL, NULL, 'text', NULL, 0, '2022-08-16 12:59:05', NULL, NULL),
(249, 21, 27, 'Njjh', NULL, NULL, 'text', NULL, 0, '2022-08-16 12:59:24', NULL, NULL),
(250, 21, 27, 'Gtb', NULL, NULL, 'text', NULL, 0, '2022-08-16 12:59:26', NULL, NULL),
(251, 21, 27, 'Bhkkk', NULL, NULL, 'text', NULL, 0, '2022-08-16 12:59:28', NULL, NULL),
(252, 21, 27, 'Ssfvv', NULL, NULL, 'text', NULL, 0, '2022-08-16 12:59:29', NULL, NULL),
(253, 21, 27, '😍', NULL, NULL, 'text', NULL, 0, '2022-08-16 12:59:31', NULL, NULL),
(254, 21, 27, '😋😚🤪😍', NULL, NULL, 'text', NULL, 0, '2022-08-16 12:59:33', NULL, NULL),
(255, 26, 27, 'Chbf', NULL, NULL, 'text', NULL, 0, '2022-08-16 12:59:40', NULL, NULL),
(256, 21, 27, 'Vvv ', NULL, NULL, 'text', NULL, 0, '2022-08-16 13:00:14', NULL, NULL),
(257, 26, 27, 'Uuuu', NULL, NULL, 'text', NULL, 0, '2022-08-16 13:00:19', NULL, NULL),
(258, 21, 27, 'Ggggg', NULL, NULL, 'text', NULL, 0, '2022-08-16 13:01:47', NULL, NULL),
(259, 21, 23, 'Ghjh', NULL, NULL, 'text', NULL, 0, '2022-08-16 16:01:00', NULL, NULL),
(260, 21, 23, 'Vvjhc', NULL, NULL, 'text', NULL, 0, '2022-08-16 16:01:08', NULL, NULL),
(261, 21, 23, 'Ccxx', NULL, NULL, 'text', NULL, 0, '2022-08-16 16:01:27', NULL, NULL),
(262, 23, 15, 'Rxrxtc', NULL, NULL, 'text', NULL, 0, '2022-08-17 07:36:11', NULL, NULL),
(263, 23, 15, 'Rct tv', NULL, NULL, 'text', NULL, 0, '2022-08-17 07:36:18', NULL, NULL),
(264, 25, 23, 'Fhdhd', NULL, NULL, 'text', NULL, 0, '2022-08-18 05:19:58', NULL, NULL),
(265, 25, 24, 'Ncjch', NULL, NULL, 'text', NULL, 0, '2022-08-18 05:20:22', NULL, NULL),
(266, 32, 28, 'Chfuf', NULL, NULL, 'text', NULL, 0, '2022-08-18 06:56:38', NULL, NULL),
(267, 31, 28, 'Ewreqwrqw', NULL, NULL, 'text', NULL, 0, '2022-08-18 08:27:52', NULL, NULL),
(268, 31, 28, 'Fdgdfgf', NULL, NULL, 'text', NULL, 0, '2022-08-19 04:50:58', NULL, NULL),
(269, 31, 28, 'Sdfadsfa', NULL, NULL, 'text', NULL, 0, '2022-08-19 04:54:58', NULL, NULL),
(270, 31, 28, 'Asdasdas', NULL, NULL, 'text', NULL, 0, '2022-08-19 05:00:23', NULL, NULL),
(271, 31, 28, 'Asdfasdfsa', NULL, NULL, 'text', NULL, 0, '2022-08-19 05:00:27', NULL, NULL),
(272, 31, 28, 'Adsasdas', NULL, NULL, 'text', NULL, 0, '2022-08-19 05:00:33', NULL, NULL),
(273, 31, 28, 'Adsdasd', NULL, NULL, 'text', NULL, 0, '2022-08-19 05:01:02', NULL, NULL),
(274, 31, 28, 'Qswdasd', NULL, NULL, 'text', NULL, 0, '2022-08-19 05:01:23', NULL, NULL),
(275, 31, 28, 'Sxcdasdas', NULL, NULL, 'text', NULL, 0, '2022-08-19 05:01:26', NULL, NULL),
(276, 31, 28, '', '/uploads/file-1660888403758.jpeg', NULL, 'image', NULL, 0, '2022-08-19 05:53:29', NULL, NULL),
(277, 31, 28, 'Asdfasdf', NULL, NULL, 'text', NULL, 0, '2022-08-19 06:13:03', NULL, NULL),
(278, 31, 28, '', '/uploads/file-1660889588520.jpeg', NULL, 'image', NULL, 0, '2022-08-19 06:13:10', NULL, NULL),
(279, 31, 28, 'Bxhxhx', NULL, NULL, 'text', NULL, 0, '2022-08-19 10:20:29', NULL, NULL),
(280, 36, 29, 'Hi', NULL, NULL, 'text', NULL, 0, '2022-08-19 10:45:27', NULL, NULL),
(281, 35, 29, 'Hey', NULL, NULL, 'text', NULL, 0, '2022-08-19 10:45:36', NULL, NULL),
(282, 35, 29, 'How are you', NULL, NULL, 'text', NULL, 0, '2022-08-19 10:45:41', NULL, NULL),
(283, 36, 29, 'Please share project details', NULL, NULL, 'text', NULL, 0, '2022-08-19 10:45:55', NULL, NULL),
(284, 35, 29, '', '/uploads/file-1660905962991.jpeg', NULL, 'image', NULL, 0, '2022-08-19 10:46:03', NULL, NULL),
(285, 36, 29, '', '/uploads/file-1660906820606.jpeg', NULL, 'image', NULL, 0, '2022-08-19 11:00:21', NULL, NULL),
(286, 35, 29, '', '/uploads/file-1660907294456.jpeg', NULL, 'image', NULL, 0, '2022-08-19 11:08:14', NULL, NULL),
(287, 35, 29, '', '/uploads/file-1660907372653.jpeg', NULL, 'image', NULL, 0, '2022-08-19 11:09:33', NULL, NULL),
(288, 35, 29, '', '/uploads/file-1660907426539.jpeg', NULL, 'image', NULL, 0, '2022-08-19 11:10:26', NULL, NULL),
(289, 36, 29, '', '/uploads/file-1660907500043.jpeg', NULL, 'image', NULL, 0, '2022-08-19 11:11:40', NULL, NULL),
(290, 35, 29, '', '/uploads/file-1660907521612.jpeg', NULL, 'image', NULL, 0, '2022-08-19 11:12:02', NULL, NULL),
(291, 36, 29, '', '/uploads/file-1660907530788.jpeg', NULL, 'image', NULL, 0, '2022-08-19 11:12:11', NULL, NULL),
(292, 35, 29, 'Hi', NULL, NULL, 'text', NULL, 0, '2022-08-19 11:39:14', NULL, NULL),
(293, 35, 29, 'Hiiii', NULL, NULL, 'text', NULL, 0, '2022-08-19 11:40:25', NULL, NULL),
(294, 35, 29, 'Hiiu', NULL, NULL, 'text', NULL, 0, '2022-08-19 11:41:10', NULL, NULL),
(295, 35, 29, '', '/uploads/file-1660909274045.jpeg', NULL, 'image', NULL, 0, '2022-08-19 11:41:14', NULL, NULL),
(296, 35, 29, '', '/uploads/file-1660909284143.jpeg', NULL, 'image', NULL, 0, '2022-08-19 11:41:24', NULL, NULL),
(297, 35, 29, 'Hi', NULL, NULL, 'text', NULL, 0, '2022-08-19 11:41:30', NULL, NULL),
(298, 35, 29, 'Yes', NULL, NULL, 'text', NULL, 0, '2022-08-19 11:41:43', NULL, NULL),
(299, 36, 29, 'Hey', NULL, NULL, 'text', NULL, 0, '2022-08-19 11:45:23', NULL, NULL),
(300, 36, 29, '', '/uploads/file-1660909529620.jpeg', NULL, 'image', NULL, 0, '2022-08-19 11:45:30', NULL, NULL),
(301, 36, 29, 'Yes', NULL, NULL, 'text', NULL, 0, '2022-08-19 11:45:52', NULL, NULL),
(302, 35, 29, 'Fhj', NULL, NULL, 'text', NULL, 0, '2022-08-19 14:55:17', NULL, NULL),
(303, 35, 29, 'Fgbc', NULL, NULL, 'text', NULL, 0, '2022-08-19 14:55:21', NULL, NULL),
(304, 36, 29, '🏉', NULL, NULL, 'text', NULL, 0, '2022-08-19 14:56:42', NULL, NULL),
(305, 36, 29, ' \n  Zbzbzbsh', NULL, NULL, 'text', NULL, 0, '2022-08-19 14:57:23', NULL, NULL),
(306, 31, 28, 'Ydufuf', NULL, NULL, 'text', NULL, 0, '2022-08-19 15:50:48', NULL, NULL),
(307, 3, 30, 'Asdasda', NULL, NULL, 'text', NULL, 0, '2022-09-07 07:34:47', NULL, NULL);

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

--
-- Table structure for table `chat_message_delete`
--

CREATE TABLE `chat_message_delete` (
  `id` int(11) NOT NULL,
  `user_id` int(11) NOT NULL,
  `chat_room_id` int(11) DEFAULT '0',
  `chat_message_id` int(11) NOT NULL,
  `created_at` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP,
  `updated_at` timestamp NULL DEFAULT NULL,
  `deleted_at` timestamp NULL DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8;

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

--
-- Table structure for table `chat_message_status`
--

CREATE TABLE `chat_message_status` (
  `id` int(11) NOT NULL,
  `user_id` int(11) NOT NULL,
  `chat_room_id` int(11) DEFAULT '0',
  `chat_message_id` int(11) NOT NULL,
  `is_read` int(11) NOT NULL DEFAULT '1',
  `created_at` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP,
  `updated_at` timestamp NULL DEFAULT NULL,
  `deleted_at` timestamp NULL DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8;

--
-- Dumping data for table `chat_message_status`
--

INSERT INTO `chat_message_status` (`id`, `user_id`, `chat_room_id`, `chat_message_id`, `is_read`, `created_at`, `updated_at`, `deleted_at`) VALUES
(1, 7, 1, 1, 1, '2022-05-26 05:27:12', NULL, NULL),
(2, 11, 1, 1, 1, '2022-05-26 05:27:12', NULL, NULL),
(3, 7, 1, 2, 1, '2022-05-26 05:27:38', NULL, NULL),
(4, 11, 1, 2, 1, '2022-05-26 05:27:38', NULL, NULL),
(5, 14, 2, 3, 1, '2022-05-26 08:52:37', NULL, NULL),
(6, 15, 2, 3, 1, '2022-05-26 08:52:37', NULL, NULL),
(7, 14, 2, 4, 1, '2022-05-26 08:53:30', NULL, NULL),
(8, 15, 2, 4, 1, '2022-05-26 08:53:30', NULL, NULL),
(9, 11, 3, 5, 1, '2022-05-26 10:29:11', NULL, NULL),
(10, 14, 3, 5, 1, '2022-05-26 10:29:11', NULL, NULL),
(11, 11, 3, 6, 1, '2022-05-26 10:53:10', NULL, NULL),
(12, 14, 3, 6, 1, '2022-05-26 10:53:10', NULL, NULL),
(13, 11, 3, 7, 1, '2022-05-26 10:57:20', NULL, NULL),
(14, 14, 3, 7, 1, '2022-05-26 10:57:20', NULL, NULL),
(15, 11, 3, 8, 1, '2022-05-26 11:41:39', NULL, NULL),
(16, 14, 3, 8, 1, '2022-05-26 11:41:39', NULL, NULL),
(17, 11, 3, 9, 1, '2022-05-26 11:42:05', NULL, NULL),
(18, 14, 3, 9, 1, '2022-05-26 11:42:05', NULL, NULL),
(19, 11, 3, 10, 1, '2022-05-26 11:43:10', NULL, NULL),
(20, 14, 3, 10, 1, '2022-05-26 11:43:10', NULL, NULL),
(21, 11, 3, 11, 1, '2022-05-26 11:47:22', NULL, NULL),
(22, 14, 3, 11, 1, '2022-05-26 11:47:22', NULL, NULL),
(23, 11, 3, 12, 1, '2022-05-26 11:49:35', NULL, NULL),
(24, 14, 3, 12, 1, '2022-05-26 11:49:35', NULL, NULL),
(25, 11, 3, 13, 1, '2022-05-26 11:51:12', NULL, NULL),
(26, 14, 3, 13, 1, '2022-05-26 11:51:12', NULL, NULL),
(27, 11, 4, 14, 0, '2022-05-26 11:55:38', NULL, NULL),
(28, 15, 4, 14, 1, '2022-05-26 11:55:38', NULL, NULL),
(29, 11, 3, 15, 0, '2022-05-26 11:55:49', NULL, NULL),
(30, 14, 3, 15, 1, '2022-05-26 11:55:49', NULL, NULL),
(31, 14, 2, 16, 1, '2022-05-26 11:56:54', NULL, NULL),
(32, 15, 2, 16, 1, '2022-05-26 11:56:54', NULL, NULL),
(33, 14, 2, 17, 1, '2022-05-26 11:57:08', NULL, NULL),
(34, 15, 2, 17, 1, '2022-05-26 11:57:08', NULL, NULL),
(35, 14, 2, 18, 1, '2022-05-26 11:57:44', NULL, NULL),
(36, 15, 2, 18, 1, '2022-05-26 11:57:44', NULL, NULL),
(37, 14, 2, 19, 1, '2022-05-26 12:02:25', NULL, NULL),
(38, 15, 2, 19, 1, '2022-05-26 12:02:25', NULL, NULL),
(39, 14, 2, 20, 1, '2022-05-26 12:02:58', NULL, NULL),
(40, 15, 2, 20, 1, '2022-05-26 12:02:58', NULL, NULL),
(41, 11, 5, 21, 0, '2022-05-26 12:13:51', NULL, NULL),
(42, 10, 5, 21, 1, '2022-05-26 12:13:51', NULL, '2022-05-26 17:35:23'),
(43, 11, 5, 22, 0, '2022-05-26 12:17:07', NULL, NULL),
(44, 10, 5, 22, 1, '2022-05-26 12:17:07', NULL, '2022-05-26 17:35:23'),
(45, 14, 2, 23, 1, '2022-05-26 12:22:19', NULL, NULL),
(46, 15, 2, 23, 1, '2022-05-26 12:22:19', NULL, NULL),
(47, 14, 2, 24, 1, '2022-05-26 12:22:42', NULL, NULL),
(48, 15, 2, 24, 1, '2022-05-26 12:22:42', NULL, NULL),
(49, 14, 2, 25, 1, '2022-05-26 12:23:15', NULL, NULL),
(50, 15, 2, 25, 1, '2022-05-26 12:23:15', NULL, NULL),
(51, 14, 2, 26, 1, '2022-05-26 12:23:50', NULL, NULL),
(52, 15, 2, 26, 1, '2022-05-26 12:23:50', NULL, NULL),
(53, 14, 2, 27, 1, '2022-05-26 12:24:33', NULL, NULL),
(54, 15, 2, 27, 1, '2022-05-26 12:24:33', NULL, NULL),
(55, 14, 2, 28, 1, '2022-05-26 12:24:51', NULL, NULL),
(56, 15, 2, 28, 1, '2022-05-26 12:24:51', NULL, NULL),
(57, 14, 2, 29, 1, '2022-05-26 12:25:22', NULL, NULL),
(58, 15, 2, 29, 1, '2022-05-26 12:25:22', NULL, NULL),
(59, 14, 2, 30, 1, '2022-05-26 12:25:48', NULL, NULL),
(60, 15, 2, 30, 1, '2022-05-26 12:25:48', NULL, NULL),
(61, 14, 2, 31, 1, '2022-05-26 12:46:35', NULL, NULL),
(62, 15, 2, 31, 1, '2022-05-26 12:46:35', NULL, NULL),
(63, 14, 2, 32, 1, '2022-05-26 13:00:39', NULL, NULL),
(64, 15, 2, 32, 1, '2022-05-26 13:00:39', NULL, NULL),
(65, 18, 6, 33, 1, '2022-05-27 21:53:53', NULL, NULL),
(66, 16, 6, 33, 1, '2022-05-27 21:53:53', NULL, NULL),
(67, 18, 6, 34, 1, '2022-05-27 21:54:10', NULL, NULL),
(68, 16, 6, 34, 1, '2022-05-27 21:54:10', NULL, NULL),
(69, 18, 6, 35, 1, '2022-05-27 21:54:15', NULL, NULL),
(70, 16, 6, 35, 1, '2022-05-27 21:54:15', NULL, NULL),
(71, 18, 6, 36, 1, '2022-05-27 21:54:19', NULL, NULL),
(72, 16, 6, 36, 1, '2022-05-27 21:54:19', NULL, NULL),
(73, 18, 6, 37, 1, '2022-05-27 21:54:35', NULL, NULL),
(74, 16, 6, 37, 1, '2022-05-27 21:54:35', NULL, NULL),
(75, 18, 6, 38, 1, '2022-05-27 21:54:49', NULL, NULL),
(76, 16, 6, 38, 1, '2022-05-27 21:54:49', NULL, NULL),
(77, 18, 6, 39, 1, '2022-05-27 21:54:57', NULL, NULL),
(78, 16, 6, 39, 1, '2022-05-27 21:54:57', NULL, NULL),
(79, 16, 7, 40, 1, '2022-05-28 02:08:07', NULL, NULL),
(80, 20, 7, 40, 1, '2022-05-28 02:08:07', NULL, NULL),
(81, 16, 7, 41, 1, '2022-05-28 02:08:43', NULL, NULL),
(82, 20, 7, 41, 1, '2022-05-28 02:08:43', NULL, NULL),
(83, 16, 7, 42, 1, '2022-05-28 02:08:48', NULL, NULL),
(84, 20, 7, 42, 1, '2022-05-28 02:08:48', NULL, NULL),
(85, 16, 7, 43, 1, '2022-05-28 02:08:51', NULL, NULL),
(86, 20, 7, 43, 1, '2022-05-28 02:08:51', NULL, NULL),
(87, 16, 7, 44, 1, '2022-05-28 02:08:53', NULL, NULL),
(88, 20, 7, 44, 1, '2022-05-28 02:08:53', NULL, NULL),
(89, 16, 7, 45, 1, '2022-05-28 02:09:04', NULL, NULL),
(90, 20, 7, 45, 1, '2022-05-28 02:09:04', NULL, NULL),
(91, 16, 7, 46, 1, '2022-05-28 02:09:09', NULL, NULL),
(92, 20, 7, 46, 1, '2022-05-28 02:09:09', NULL, NULL),
(93, 16, 7, 47, 1, '2022-05-28 02:09:17', NULL, NULL),
(94, 20, 7, 47, 1, '2022-05-28 02:09:17', NULL, NULL),
(95, 16, 7, 48, 1, '2022-05-28 02:09:30', NULL, NULL),
(96, 20, 7, 48, 1, '2022-05-28 02:09:30', NULL, NULL),
(97, 16, 7, 49, 1, '2022-05-28 02:09:32', NULL, NULL),
(98, 20, 7, 49, 1, '2022-05-28 02:09:32', NULL, NULL),
(99, 16, 7, 50, 1, '2022-05-28 02:09:39', NULL, NULL),
(100, 20, 7, 50, 1, '2022-05-28 02:09:39', NULL, NULL),
(101, 16, 7, 51, 1, '2022-05-28 02:10:33', NULL, NULL),
(102, 20, 7, 51, 1, '2022-05-28 02:10:33', NULL, NULL),
(103, 16, 7, 52, 1, '2022-05-28 02:10:53', NULL, NULL),
(104, 20, 7, 52, 1, '2022-05-28 02:10:53', NULL, NULL),
(105, 16, 7, 53, 1, '2022-05-28 02:10:57', NULL, NULL),
(106, 20, 7, 53, 1, '2022-05-28 02:10:57', NULL, NULL),
(107, 16, 7, 54, 1, '2022-05-28 02:11:07', NULL, NULL),
(108, 20, 7, 54, 1, '2022-05-28 02:11:07', NULL, NULL),
(109, 16, 7, 55, 1, '2022-05-28 02:11:20', NULL, NULL),
(110, 20, 7, 55, 1, '2022-05-28 02:11:20', NULL, NULL),
(111, 16, 7, 56, 1, '2022-05-28 02:12:40', NULL, NULL),
(112, 20, 7, 56, 1, '2022-05-28 02:12:40', NULL, NULL),
(113, 16, 7, 57, 1, '2022-05-28 02:13:14', NULL, NULL),
(114, 20, 7, 57, 1, '2022-05-28 02:13:14', NULL, NULL),
(115, 16, 7, 58, 1, '2022-05-28 02:13:21', NULL, NULL),
(116, 20, 7, 58, 1, '2022-05-28 02:13:21', NULL, NULL),
(117, 16, 7, 59, 1, '2022-05-28 02:13:45', NULL, NULL),
(118, 20, 7, 59, 1, '2022-05-28 02:13:45', NULL, NULL),
(119, 16, 7, 60, 1, '2022-05-28 02:14:07', NULL, NULL),
(120, 20, 7, 60, 1, '2022-05-28 02:14:07', NULL, NULL),
(121, 16, 7, 61, 1, '2022-05-28 02:14:31', NULL, NULL),
(122, 20, 7, 61, 1, '2022-05-28 02:14:31', NULL, NULL),
(123, 16, 7, 62, 1, '2022-05-28 02:14:42', NULL, NULL),
(124, 20, 7, 62, 1, '2022-05-28 02:14:42', NULL, NULL),
(125, 16, 7, 63, 1, '2022-05-28 02:14:51', NULL, NULL),
(126, 20, 7, 63, 1, '2022-05-28 02:14:51', NULL, NULL),
(127, 16, 7, 64, 1, '2022-05-28 02:15:14', NULL, NULL),
(128, 20, 7, 64, 1, '2022-05-28 02:15:14', NULL, NULL),
(129, 16, 7, 65, 1, '2022-05-28 02:15:52', NULL, NULL),
(130, 20, 7, 65, 1, '2022-05-28 02:15:52', NULL, NULL),
(131, 16, 7, 66, 1, '2022-05-28 02:16:47', NULL, NULL),
(132, 20, 7, 66, 1, '2022-05-28 02:16:47', NULL, NULL),
(133, 16, 7, 67, 1, '2022-05-28 02:16:55', NULL, NULL),
(134, 20, 7, 67, 1, '2022-05-28 02:16:55', NULL, NULL),
(135, 16, 7, 68, 1, '2022-05-28 02:33:55', NULL, NULL),
(136, 20, 7, 68, 1, '2022-05-28 02:33:55', NULL, NULL),
(137, 20, 8, 69, 0, '2022-05-28 20:40:11', NULL, NULL),
(138, 18, 8, 69, 1, '2022-05-28 20:40:11', NULL, NULL),
(139, 18, 6, 70, 1, '2022-05-28 20:42:10', NULL, NULL),
(140, 16, 6, 70, 1, '2022-05-28 20:42:10', NULL, NULL),
(141, 14, 2, 71, 1, '2022-05-30 13:21:08', NULL, NULL),
(142, 15, 2, 71, 1, '2022-05-30 13:21:08', NULL, NULL),
(143, 11, 3, 72, 0, '2022-05-30 13:38:38', NULL, NULL),
(144, 14, 3, 72, 1, '2022-05-30 13:38:38', NULL, NULL),
(145, 20, 9, 73, 0, '2022-05-30 14:04:57', NULL, NULL),
(146, 22, 9, 73, 1, '2022-05-30 14:04:57', NULL, '2022-07-10 08:25:58'),
(147, 16, 10, 74, 1, '2022-05-30 14:05:13', NULL, NULL),
(148, 22, 10, 74, 1, '2022-05-30 14:05:13', NULL, '2022-07-10 08:25:55'),
(149, 16, 10, 75, 1, '2022-05-30 14:05:40', NULL, NULL),
(150, 22, 10, 75, 1, '2022-05-30 14:05:40', NULL, '2022-07-10 08:25:55'),
(151, 16, 10, 76, 1, '2022-05-30 14:05:53', NULL, NULL),
(152, 22, 10, 76, 1, '2022-05-30 14:05:53', NULL, '2022-07-10 08:25:55'),
(153, 16, 10, 77, 1, '2022-05-30 14:05:59', NULL, NULL),
(154, 22, 10, 77, 1, '2022-05-30 14:05:59', NULL, '2022-07-10 08:25:55'),
(155, 16, 10, 78, 1, '2022-05-30 14:06:41', NULL, NULL),
(156, 22, 10, 78, 1, '2022-05-30 14:06:41', NULL, '2022-07-10 08:25:55'),
(157, 16, 10, 79, 1, '2022-05-30 14:07:05', NULL, NULL),
(158, 22, 10, 79, 1, '2022-05-30 14:07:05', NULL, '2022-07-10 08:25:55'),
(159, 18, 11, 80, 0, '2022-05-30 14:44:32', NULL, NULL),
(160, 22, 11, 80, 1, '2022-05-30 14:44:32', NULL, '2022-07-10 08:28:18'),
(161, 20, 12, 81, 0, '2022-05-30 16:44:01', NULL, NULL),
(162, 23, 12, 81, 1, '2022-05-30 16:44:01', NULL, '2022-07-13 14:06:39'),
(163, 20, 12, 82, 0, '2022-05-30 16:44:24', NULL, NULL),
(164, 23, 12, 82, 1, '2022-05-30 16:44:24', NULL, '2022-07-13 14:06:39'),
(165, 16, 13, 83, 1, '2022-05-31 14:51:15', NULL, NULL),
(166, 23, 13, 83, 1, '2022-05-31 14:51:15', NULL, '2022-08-12 11:27:25'),
(167, 16, 13, 84, 1, '2022-06-01 02:14:01', NULL, NULL),
(168, 23, 13, 84, 1, '2022-06-01 02:14:01', NULL, '2022-08-12 11:27:25'),
(169, 16, 13, 85, 1, '2022-06-01 02:22:34', NULL, NULL),
(170, 23, 13, 85, 1, '2022-06-01 02:22:34', NULL, '2022-08-12 11:27:25'),
(171, 16, 13, 86, 1, '2022-06-01 02:22:37', NULL, NULL),
(172, 23, 13, 86, 1, '2022-06-01 02:22:37', NULL, '2022-08-12 11:27:25'),
(173, 16, 13, 87, 1, '2022-06-01 02:23:18', NULL, NULL),
(174, 23, 13, 87, 1, '2022-06-01 02:23:18', NULL, '2022-08-12 11:27:25'),
(175, 16, 13, 88, 1, '2022-06-01 02:30:03', NULL, NULL),
(176, 23, 13, 88, 1, '2022-06-01 02:30:03', NULL, '2022-08-12 11:27:25'),
(177, 16, 13, 89, 1, '2022-06-01 02:30:07', NULL, NULL),
(178, 23, 13, 89, 1, '2022-06-01 02:30:07', NULL, '2022-08-12 11:27:25'),
(179, 16, 13, 90, 1, '2022-06-01 02:30:19', NULL, NULL),
(180, 23, 13, 90, 1, '2022-06-01 02:30:19', NULL, '2022-08-12 11:27:25'),
(181, 16, 13, 91, 1, '2022-06-01 02:32:33', NULL, NULL),
(182, 23, 13, 91, 1, '2022-06-01 02:32:33', NULL, '2022-08-12 11:27:25'),
(183, 16, 13, 92, 1, '2022-06-01 02:32:48', NULL, NULL),
(184, 23, 13, 92, 1, '2022-06-01 02:32:48', NULL, '2022-08-12 11:27:25'),
(185, 16, 13, 93, 1, '2022-06-01 02:33:03', NULL, NULL),
(186, 23, 13, 93, 1, '2022-06-01 02:33:03', NULL, '2022-08-12 11:27:25'),
(187, 16, 13, 94, 1, '2022-06-01 02:33:35', NULL, NULL),
(188, 23, 13, 94, 1, '2022-06-01 02:33:35', NULL, '2022-08-12 11:27:25'),
(189, 16, 13, 95, 1, '2022-06-01 02:34:49', NULL, NULL),
(190, 23, 13, 95, 1, '2022-06-01 02:34:49', NULL, '2022-08-12 11:27:25'),
(191, 16, 13, 96, 1, '2022-06-01 03:05:20', NULL, NULL),
(192, 23, 13, 96, 1, '2022-06-01 03:05:20', NULL, '2022-08-12 11:27:25'),
(193, 16, 13, 97, 1, '2022-06-01 03:05:30', NULL, NULL),
(194, 23, 13, 97, 1, '2022-06-01 03:05:30', NULL, '2022-08-12 11:27:25'),
(195, 16, 13, 98, 1, '2022-06-01 03:15:48', NULL, NULL),
(196, 23, 13, 98, 1, '2022-06-01 03:15:48', NULL, '2022-08-12 11:27:25'),
(197, 16, 13, 99, 1, '2022-06-01 03:16:27', NULL, NULL),
(198, 23, 13, 99, 1, '2022-06-01 03:16:27', NULL, '2022-08-12 11:27:25'),
(199, 18, 14, 100, 0, '2022-06-02 15:11:54', NULL, NULL),
(200, 23, 14, 100, 1, '2022-06-02 15:11:54', NULL, '2022-08-12 11:27:28'),
(201, 20, 12, 101, 0, '2022-06-20 15:26:26', NULL, NULL),
(202, 23, 12, 101, 1, '2022-06-20 15:26:26', NULL, '2022-07-13 14:06:39'),
(203, 23, 15, 102, 1, '2022-06-28 09:11:29', NULL, '2022-08-12 11:27:26'),
(204, 22, 15, 102, 1, '2022-06-28 09:11:29', NULL, '2022-07-14 10:02:06'),
(205, 23, 15, 103, 1, '2022-06-28 09:19:26', NULL, '2022-08-12 11:27:26'),
(206, 22, 15, 103, 1, '2022-06-28 09:19:26', NULL, '2022-07-14 10:02:06'),
(207, 23, 15, 104, 1, '2022-06-28 09:46:19', NULL, '2022-08-12 11:27:26'),
(208, 22, 15, 104, 1, '2022-06-28 09:46:19', NULL, '2022-07-14 10:02:06'),
(209, 14, 16, 105, 1, '2022-06-30 12:07:24', NULL, NULL),
(210, 14, 16, 105, 1, '2022-06-30 12:07:24', NULL, NULL),
(211, 14, 16, 106, 1, '2022-07-01 13:27:56', NULL, NULL),
(212, 14, 16, 106, 1, '2022-07-01 13:27:56', NULL, NULL),
(213, 16, 13, 107, 1, '2022-07-02 05:38:53', NULL, NULL),
(214, 23, 13, 107, 1, '2022-07-02 05:38:53', NULL, '2022-08-12 11:27:25'),
(215, 16, 17, 108, 1, '2022-07-02 05:39:17', NULL, NULL),
(216, 30, 17, 108, 1, '2022-07-02 05:39:17', NULL, NULL),
(217, 23, 18, 109, 1, '2022-07-03 17:26:46', NULL, NULL),
(218, 30, 18, 109, 1, '2022-07-03 17:26:46', NULL, NULL),
(219, 23, 18, 110, 1, '2022-07-03 17:26:53', NULL, NULL),
(220, 30, 18, 110, 1, '2022-07-03 17:26:53', NULL, NULL),
(221, 23, 18, 111, 1, '2022-07-03 17:26:55', NULL, NULL),
(222, 30, 18, 111, 1, '2022-07-03 17:26:55', NULL, NULL),
(223, 23, 18, 112, 1, '2022-07-03 17:27:02', NULL, NULL),
(224, 30, 18, 112, 1, '2022-07-03 17:27:02', NULL, NULL),
(225, 23, 18, 113, 1, '2022-07-03 17:33:37', NULL, NULL),
(226, 30, 18, 113, 1, '2022-07-03 17:33:37', NULL, NULL),
(227, 30, 19, 114, 1, '2022-07-05 06:18:04', NULL, '2022-07-18 01:36:17'),
(228, 22, 19, 114, 1, '2022-07-05 06:18:04', NULL, '2022-07-18 01:32:25'),
(229, 20, 9, 115, 0, '2022-07-05 08:07:59', NULL, NULL),
(230, 22, 9, 115, 1, '2022-07-05 08:07:59', NULL, '2022-07-10 08:25:58'),
(231, 30, 19, 116, 1, '2022-07-05 21:03:35', NULL, '2022-07-18 01:36:17'),
(232, 22, 19, 116, 1, '2022-07-05 21:03:35', NULL, '2022-07-18 01:32:25'),
(233, 23, 18, 117, 1, '2022-07-05 21:03:42', NULL, NULL),
(234, 30, 18, 117, 1, '2022-07-05 21:03:42', NULL, NULL),
(235, 30, 19, 118, 1, '2022-07-05 21:30:09', NULL, '2022-07-18 01:36:17'),
(236, 22, 19, 118, 1, '2022-07-05 21:30:09', NULL, '2022-07-18 01:32:25'),
(237, 23, 18, 119, 1, '2022-07-05 21:30:24', NULL, NULL),
(238, 30, 18, 119, 1, '2022-07-05 21:30:24', NULL, NULL),
(239, 30, 19, 120, 1, '2022-07-05 21:33:27', NULL, '2022-07-18 01:36:17'),
(240, 22, 19, 120, 1, '2022-07-05 21:33:27', NULL, '2022-07-18 01:32:25'),
(241, 30, 19, 121, 1, '2022-07-05 21:34:32', NULL, '2022-07-18 01:36:17'),
(242, 22, 19, 121, 1, '2022-07-05 21:34:32', NULL, '2022-07-18 01:32:25'),
(243, 30, 19, 122, 1, '2022-07-05 21:43:49', NULL, '2022-07-18 01:36:17'),
(244, 22, 19, 122, 1, '2022-07-05 21:43:49', NULL, '2022-07-18 01:32:25'),
(245, 30, 19, 123, 1, '2022-07-05 21:44:48', NULL, '2022-07-18 01:36:17'),
(246, 22, 19, 123, 1, '2022-07-05 21:44:48', NULL, '2022-07-18 01:32:25'),
(247, 18, 11, 124, 0, '2022-07-06 02:53:22', NULL, NULL),
(248, 22, 11, 124, 1, '2022-07-06 02:53:22', NULL, '2022-07-10 08:28:18'),
(249, 22, 20, 125, 1, '2022-07-06 02:54:53', NULL, NULL),
(250, 45, 20, 125, 1, '2022-07-06 02:54:53', NULL, NULL),
(251, 22, 20, 126, 1, '2022-07-06 02:55:22', NULL, NULL),
(252, 45, 20, 126, 1, '2022-07-06 02:55:22', NULL, NULL),
(253, 22, 20, 127, 1, '2022-07-06 02:57:35', NULL, NULL),
(254, 45, 20, 127, 1, '2022-07-06 02:57:35', NULL, NULL),
(255, 23, 18, 128, 1, '2022-07-06 03:03:43', NULL, NULL),
(256, 30, 18, 128, 0, '2022-07-06 03:03:43', NULL, NULL),
(257, 23, 21, 129, 1, '2022-07-06 05:36:17', NULL, NULL),
(258, 48, 21, 129, 1, '2022-07-06 05:36:17', NULL, NULL),
(259, 23, 21, 130, 1, '2022-07-06 05:38:51', NULL, NULL),
(260, 48, 21, 130, 1, '2022-07-06 05:38:51', NULL, NULL),
(261, 23, 21, 131, 1, '2022-07-06 05:41:16', NULL, NULL),
(262, 48, 21, 131, 1, '2022-07-06 05:41:16', NULL, NULL),
(263, 23, 21, 132, 1, '2022-07-06 05:42:05', NULL, NULL),
(264, 48, 21, 132, 1, '2022-07-06 05:42:05', NULL, NULL),
(265, 23, 21, 133, 1, '2022-07-06 05:42:40', NULL, NULL),
(266, 48, 21, 133, 1, '2022-07-06 05:42:40', NULL, NULL),
(267, 23, 21, 134, 1, '2022-07-06 05:44:56', NULL, NULL),
(268, 48, 21, 134, 1, '2022-07-06 05:44:56', NULL, NULL),
(269, 23, 21, 135, 1, '2022-07-06 05:45:38', NULL, NULL),
(270, 48, 21, 135, 1, '2022-07-06 05:45:38', NULL, NULL),
(271, 23, 21, 136, 1, '2022-07-06 05:46:08', NULL, NULL),
(272, 48, 21, 136, 1, '2022-07-06 05:46:08', NULL, NULL),
(273, 23, 21, 137, 1, '2022-07-06 05:46:09', NULL, NULL),
(274, 48, 21, 137, 1, '2022-07-06 05:46:09', NULL, NULL),
(275, 23, 21, 138, 1, '2022-07-06 05:46:23', NULL, NULL),
(276, 48, 21, 138, 1, '2022-07-06 05:46:23', NULL, NULL),
(277, 23, 21, 139, 1, '2022-07-06 05:46:53', NULL, NULL),
(278, 48, 21, 139, 1, '2022-07-06 05:46:53', NULL, NULL),
(279, 23, 21, 140, 1, '2022-07-06 05:47:08', NULL, NULL),
(280, 48, 21, 140, 1, '2022-07-06 05:47:08', NULL, NULL),
(281, 23, 21, 141, 1, '2022-07-06 05:47:21', NULL, NULL),
(282, 48, 21, 141, 1, '2022-07-06 05:47:21', NULL, NULL),
(283, 23, 21, 142, 1, '2022-07-06 05:47:54', NULL, NULL),
(284, 48, 21, 142, 1, '2022-07-06 05:47:54', NULL, NULL),
(285, 23, 21, 143, 1, '2022-07-06 05:48:05', NULL, NULL),
(286, 48, 21, 143, 1, '2022-07-06 05:48:05', NULL, NULL),
(287, 23, 21, 144, 1, '2022-07-06 05:48:10', NULL, NULL),
(288, 48, 21, 144, 1, '2022-07-06 05:48:10', NULL, NULL),
(289, 23, 21, 145, 1, '2022-07-06 05:48:59', NULL, NULL),
(290, 48, 21, 145, 1, '2022-07-06 05:48:59', NULL, NULL),
(291, 23, 21, 146, 1, '2022-07-06 05:49:15', NULL, NULL),
(292, 48, 21, 146, 1, '2022-07-06 05:49:15', NULL, NULL),
(293, 23, 21, 147, 1, '2022-07-06 05:50:52', NULL, NULL),
(294, 48, 21, 147, 1, '2022-07-06 05:50:52', NULL, NULL),
(295, 23, 21, 148, 1, '2022-07-06 05:51:10', NULL, NULL),
(296, 48, 21, 148, 1, '2022-07-06 05:51:10', NULL, NULL),
(297, 22, 20, 149, 1, '2022-07-06 16:15:37', NULL, NULL),
(298, 45, 20, 149, 0, '2022-07-06 16:15:37', NULL, NULL),
(299, 23, 15, 150, 1, '2022-07-06 17:45:24', NULL, '2022-08-12 11:27:26'),
(300, 22, 15, 150, 1, '2022-07-06 17:45:24', NULL, '2022-07-14 10:02:06'),
(301, 14, 2, 151, 1, '2022-07-08 09:51:52', NULL, NULL),
(302, 15, 2, 151, 1, '2022-07-08 09:51:52', NULL, NULL),
(303, 14, 2, 152, 1, '2022-07-08 09:52:02', NULL, NULL),
(304, 15, 2, 152, 0, '2022-07-08 09:52:02', NULL, NULL),
(305, 23, 21, 153, 1, '2022-07-12 06:01:41', NULL, NULL),
(306, 48, 21, 153, 0, '2022-07-12 06:01:41', NULL, NULL),
(307, 23, 15, 154, 1, '2022-07-13 10:07:34', NULL, '2022-08-12 11:27:26'),
(308, 22, 15, 154, 1, '2022-07-13 10:07:34', NULL, '2022-07-14 10:02:06'),
(309, 30, 19, 155, 1, '2022-07-17 21:31:43', NULL, '2022-07-18 01:36:17'),
(310, 22, 19, 155, 1, '2022-07-17 21:31:43', NULL, '2022-07-18 01:32:25'),
(311, 30, 19, 156, 1, '2022-07-17 21:32:41', NULL, '2022-07-18 01:36:17'),
(312, 22, 19, 156, 1, '2022-07-17 21:32:41', NULL, NULL),
(313, 30, 19, 157, 1, '2022-07-17 21:32:52', NULL, '2022-07-18 01:36:17'),
(314, 22, 19, 157, 1, '2022-07-17 21:32:52', NULL, NULL),
(315, 30, 19, 158, 0, '2022-07-17 21:33:20', NULL, '2022-07-18 01:36:17'),
(316, 22, 19, 158, 1, '2022-07-17 21:33:20', NULL, NULL),
(317, 30, 19, 159, 1, '2022-07-17 21:33:45', NULL, '2022-07-18 01:36:17'),
(318, 22, 19, 159, 1, '2022-07-17 21:33:45', NULL, NULL),
(319, 29, 22, 160, 0, '2022-07-21 07:11:00', NULL, NULL),
(320, 22, 22, 160, 1, '2022-07-21 07:11:00', NULL, NULL),
(321, 22, 23, 161, 1, '2022-07-24 12:53:02', NULL, NULL),
(322, 22, 23, 161, 1, '2022-07-24 12:53:02', NULL, NULL),
(323, 16, 7, 162, 1, '2022-08-09 12:20:54', NULL, NULL),
(324, 20, 7, 162, 1, '2022-08-09 12:20:54', NULL, NULL),
(325, 16, 7, 163, 1, '2022-08-09 12:21:02', NULL, NULL),
(326, 20, 7, 163, 1, '2022-08-09 12:21:02', NULL, NULL),
(327, 16, 7, 164, 1, '2022-08-09 12:24:44', NULL, NULL),
(328, 20, 7, 164, 1, '2022-08-09 12:24:44', NULL, NULL),
(329, 16, 7, 165, 1, '2022-08-09 12:24:52', NULL, NULL),
(330, 20, 7, 165, 1, '2022-08-09 12:24:52', NULL, NULL),
(331, 16, 7, 166, 1, '2022-08-09 12:25:05', NULL, NULL),
(332, 20, 7, 166, 1, '2022-08-09 12:25:05', NULL, NULL),
(333, 22, 20, 167, 0, '2022-08-09 13:26:38', NULL, NULL),
(334, 45, 20, 167, 0, '2022-08-09 13:26:38', NULL, NULL),
(335, 16, 7, 168, 1, '2022-08-09 13:27:51', NULL, NULL),
(336, 20, 7, 168, 1, '2022-08-09 13:27:51', NULL, NULL),
(337, 16, 7, 169, 1, '2022-08-09 13:35:36', NULL, NULL),
(338, 20, 7, 169, 1, '2022-08-09 13:35:36', NULL, NULL),
(339, 16, 7, 170, 1, '2022-08-09 13:41:43', NULL, NULL),
(340, 20, 7, 170, 1, '2022-08-09 13:41:43', NULL, NULL),
(341, 16, 7, 171, 1, '2022-08-09 13:44:14', NULL, NULL),
(342, 20, 7, 171, 1, '2022-08-09 13:44:14', NULL, NULL),
(343, 7, 1, 172, 1, '2022-08-11 07:32:47', NULL, NULL),
(344, 11, 1, 172, 0, '2022-08-11 07:32:47', NULL, NULL),
(345, 16, 7, 173, 0, '2022-08-11 07:57:31', NULL, NULL),
(346, 20, 7, 173, 1, '2022-08-11 07:57:31', NULL, NULL),
(347, 11, 4, 174, 0, '2022-08-12 05:22:18', NULL, NULL),
(348, 15, 4, 174, 0, '2022-08-12 05:22:18', NULL, NULL),
(349, 11, 4, 175, 0, '2022-08-12 05:22:31', NULL, NULL),
(350, 15, 4, 175, 0, '2022-08-12 05:22:31', NULL, NULL),
(351, 14, 16, 176, 0, '2022-08-12 05:22:43', NULL, NULL),
(352, 14, 16, 176, 0, '2022-08-12 05:22:43', NULL, NULL),
(353, 14, 16, 177, 0, '2022-08-12 05:23:16', NULL, NULL),
(354, 14, 16, 177, 0, '2022-08-12 05:23:16', NULL, NULL),
(355, 23, 15, 178, 1, '2022-08-12 05:24:45', NULL, '2022-08-12 11:27:26'),
(356, 22, 15, 178, 1, '2022-08-12 05:24:45', NULL, NULL),
(357, 16, 13, 179, 0, '2022-08-12 05:25:00', NULL, NULL),
(358, 23, 13, 179, 1, '2022-08-12 05:25:00', NULL, '2022-08-12 11:27:25'),
(359, 14, 16, 180, 0, '2022-08-12 05:25:11', NULL, NULL),
(360, 14, 16, 180, 0, '2022-08-12 05:25:11', NULL, NULL),
(361, 14, 16, 181, 0, '2022-08-12 05:26:13', NULL, NULL),
(362, 14, 16, 181, 0, '2022-08-12 05:26:13', NULL, NULL),
(363, 14, 16, 182, 0, '2022-08-12 05:26:39', NULL, NULL),
(364, 14, 16, 182, 0, '2022-08-12 05:26:39', NULL, NULL),
(365, 16, 13, 183, 0, '2022-08-12 05:27:36', NULL, NULL),
(366, 23, 13, 183, 1, '2022-08-12 05:27:36', NULL, NULL),
(367, 14, 16, 184, 0, '2022-08-12 05:27:50', NULL, NULL),
(368, 14, 16, 184, 0, '2022-08-12 05:27:50', NULL, NULL),
(369, 11, 4, 185, 0, '2022-08-12 05:28:05', NULL, NULL),
(370, 15, 4, 185, 0, '2022-08-12 05:28:05', NULL, NULL),
(371, 20, 8, 186, 0, '2022-08-12 05:28:19', NULL, NULL),
(372, 18, 8, 186, 0, '2022-08-12 05:28:19', NULL, NULL),
(373, 14, 16, 187, 0, '2022-08-12 05:29:13', NULL, NULL),
(374, 14, 16, 187, 0, '2022-08-12 05:29:13', NULL, NULL),
(375, 14, 16, 188, 0, '2022-08-12 05:55:36', NULL, NULL),
(376, 14, 16, 188, 0, '2022-08-12 05:55:36', NULL, NULL),
(377, 16, 13, 193, 0, '2022-08-12 06:11:13', NULL, NULL),
(378, 23, 13, 193, 1, '2022-08-12 06:11:13', NULL, NULL),
(379, 16, 13, 194, 0, '2022-08-12 06:13:49', NULL, NULL),
(380, 23, 13, 194, 1, '2022-08-12 06:13:49', NULL, NULL),
(381, 16, 13, 199, 0, '2022-08-12 06:51:52', NULL, NULL),
(382, 23, 13, 199, 1, '2022-08-12 06:51:52', NULL, NULL),
(383, 25, 24, 203, 1, '2022-08-12 06:58:59', NULL, NULL),
(384, 23, 24, 203, 1, '2022-08-12 06:58:59', NULL, NULL),
(385, 25, 24, 204, 1, '2022-08-12 06:59:03', NULL, NULL),
(386, 23, 24, 204, 1, '2022-08-12 06:59:03', NULL, NULL),
(387, 25, 24, 205, 1, '2022-08-12 06:59:11', NULL, NULL),
(388, 23, 24, 205, 1, '2022-08-12 06:59:11', NULL, NULL),
(389, 16, 13, 206, 0, '2022-08-12 06:59:22', NULL, NULL),
(390, 23, 13, 206, 1, '2022-08-12 06:59:22', NULL, NULL),
(391, 14, 16, 207, 0, '2022-08-12 06:59:32', NULL, NULL),
(392, 14, 16, 207, 0, '2022-08-12 06:59:32', NULL, NULL),
(393, 14, 16, 208, 0, '2022-08-12 06:59:37', NULL, NULL),
(394, 14, 16, 208, 0, '2022-08-12 06:59:37', NULL, NULL),
(395, 14, 16, 209, 0, '2022-08-12 07:00:16', NULL, NULL),
(396, 14, 16, 209, 0, '2022-08-12 07:00:16', NULL, NULL),
(397, 8, 25, 210, 0, '2022-08-12 07:01:05', NULL, NULL),
(398, 23, 25, 210, 1, '2022-08-12 07:01:05', NULL, NULL),
(399, 4, 26, 211, 0, '2022-08-12 07:01:19', NULL, NULL),
(400, 23, 26, 211, 1, '2022-08-12 07:01:19', NULL, NULL),
(401, 14, 16, 212, 0, '2022-08-12 07:01:32', NULL, NULL),
(402, 14, 16, 212, 0, '2022-08-12 07:01:32', NULL, NULL),
(403, 25, 24, 213, 1, '2022-08-12 07:02:27', NULL, NULL),
(404, 23, 24, 213, 1, '2022-08-12 07:02:27', NULL, NULL),
(405, 23, 15, 214, 1, '2022-08-12 10:48:03', NULL, NULL),
(406, 22, 15, 214, 1, '2022-08-12 10:48:03', NULL, NULL),
(407, 22, 23, 215, 1, '2022-08-12 10:49:01', NULL, NULL),
(408, 22, 23, 215, 1, '2022-08-12 10:49:01', NULL, NULL),
(409, 22, 23, 216, 1, '2022-08-12 10:49:14', NULL, NULL),
(410, 22, 23, 216, 1, '2022-08-12 10:49:14', NULL, NULL),
(411, 14, 16, 217, 0, '2022-08-12 10:54:29', NULL, NULL),
(412, 14, 16, 217, 0, '2022-08-12 10:54:29', NULL, NULL),
(413, 14, 16, 218, 0, '2022-08-12 10:54:33', NULL, NULL),
(414, 14, 16, 218, 0, '2022-08-12 10:54:33', NULL, NULL),
(415, 14, 16, 219, 0, '2022-08-12 10:54:47', NULL, NULL),
(416, 14, 16, 219, 0, '2022-08-12 10:54:47', NULL, NULL),
(417, 23, 15, 220, 1, '2022-08-12 10:54:51', NULL, NULL),
(418, 22, 15, 220, 1, '2022-08-12 10:54:51', NULL, NULL),
(419, 22, 23, 221, 1, '2022-08-12 11:23:03', NULL, NULL),
(420, 22, 23, 221, 1, '2022-08-12 11:23:03', NULL, NULL),
(421, 22, 23, 222, 1, '2022-08-12 11:23:13', NULL, NULL),
(422, 22, 23, 222, 1, '2022-08-12 11:23:13', NULL, NULL),
(423, 22, 23, 223, 1, '2022-08-12 11:23:59', NULL, NULL),
(424, 22, 23, 223, 1, '2022-08-12 11:23:59', NULL, NULL),
(425, 22, 23, 224, 1, '2022-08-12 11:24:20', NULL, NULL),
(426, 22, 23, 224, 1, '2022-08-12 11:24:20', NULL, NULL),
(427, 22, 23, 225, 1, '2022-08-12 11:25:43', NULL, NULL),
(428, 22, 23, 225, 1, '2022-08-12 11:25:43', NULL, NULL),
(429, 22, 23, 226, 1, '2022-08-12 11:26:29', NULL, NULL),
(430, 22, 23, 226, 1, '2022-08-12 11:26:29', NULL, NULL),
(431, 22, 23, 227, 1, '2022-08-12 11:28:17', NULL, NULL),
(432, 22, 23, 227, 1, '2022-08-12 11:28:17', NULL, NULL),
(433, 22, 23, 228, 1, '2022-08-12 11:28:55', NULL, NULL),
(434, 22, 23, 228, 1, '2022-08-12 11:28:55', NULL, NULL),
(435, 22, 23, 229, 1, '2022-08-12 11:29:28', NULL, NULL),
(436, 22, 23, 229, 1, '2022-08-12 11:29:28', NULL, NULL),
(437, 23, 15, 230, 1, '2022-08-16 07:12:37', NULL, NULL),
(438, 22, 15, 230, 1, '2022-08-16 07:12:37', NULL, NULL),
(439, 23, 15, 231, 1, '2022-08-16 07:27:45', NULL, NULL),
(440, 22, 15, 231, 1, '2022-08-16 07:27:45', NULL, NULL),
(441, 23, 15, 232, 1, '2022-08-16 07:27:50', NULL, NULL),
(442, 22, 15, 232, 1, '2022-08-16 07:27:50', NULL, NULL),
(443, 26, 27, 233, 1, '2022-08-16 12:45:34', NULL, NULL),
(444, 21, 27, 233, 1, '2022-08-16 12:45:34', NULL, NULL),
(445, 26, 27, 234, 1, '2022-08-16 12:45:50', NULL, NULL),
(446, 21, 27, 234, 1, '2022-08-16 12:45:50', NULL, NULL),
(447, 26, 27, 235, 1, '2022-08-16 12:46:01', NULL, NULL),
(448, 21, 27, 235, 1, '2022-08-16 12:46:01', NULL, NULL),
(449, 26, 27, 236, 1, '2022-08-16 12:46:04', NULL, NULL),
(450, 21, 27, 236, 1, '2022-08-16 12:46:04', NULL, NULL),
(451, 26, 27, 237, 1, '2022-08-16 12:46:13', NULL, NULL),
(452, 21, 27, 237, 1, '2022-08-16 12:46:13', NULL, NULL),
(453, 26, 27, 238, 1, '2022-08-16 12:46:25', NULL, NULL),
(454, 21, 27, 238, 1, '2022-08-16 12:46:25', NULL, NULL),
(455, 26, 27, 239, 1, '2022-08-16 12:46:45', NULL, NULL),
(456, 21, 27, 239, 1, '2022-08-16 12:46:45', NULL, NULL),
(457, 26, 27, 240, 1, '2022-08-16 12:46:56', NULL, NULL),
(458, 21, 27, 240, 1, '2022-08-16 12:46:56', NULL, NULL),
(459, 26, 27, 241, 1, '2022-08-16 12:47:05', NULL, NULL),
(460, 21, 27, 241, 1, '2022-08-16 12:47:05', NULL, NULL),
(461, 26, 27, 242, 1, '2022-08-16 12:47:39', NULL, NULL),
(462, 21, 27, 242, 1, '2022-08-16 12:47:39', NULL, NULL),
(463, 26, 27, 243, 1, '2022-08-16 12:50:10', NULL, NULL),
(464, 21, 27, 243, 1, '2022-08-16 12:50:10', NULL, NULL),
(465, 26, 27, 244, 1, '2022-08-16 12:50:27', NULL, NULL),
(466, 21, 27, 244, 1, '2022-08-16 12:50:27', NULL, NULL),
(467, 26, 27, 245, 1, '2022-08-16 12:50:44', NULL, NULL),
(468, 21, 27, 245, 1, '2022-08-16 12:50:44', NULL, NULL),
(469, 26, 27, 246, 1, '2022-08-16 12:50:51', NULL, NULL),
(470, 21, 27, 246, 1, '2022-08-16 12:50:51', NULL, NULL),
(471, 26, 27, 247, 1, '2022-08-16 12:51:01', NULL, NULL),
(472, 21, 27, 247, 1, '2022-08-16 12:51:01', NULL, NULL),
(473, 26, 27, 248, 1, '2022-08-16 12:59:08', NULL, NULL),
(474, 21, 27, 248, 1, '2022-08-16 12:59:08', NULL, NULL),
(475, 26, 27, 249, 1, '2022-08-16 12:59:25', NULL, NULL),
(476, 21, 27, 249, 1, '2022-08-16 12:59:25', NULL, NULL),
(477, 26, 27, 250, 1, '2022-08-16 12:59:27', NULL, NULL),
(478, 21, 27, 250, 1, '2022-08-16 12:59:27', NULL, NULL),
(479, 26, 27, 251, 1, '2022-08-16 12:59:28', NULL, NULL),
(480, 21, 27, 251, 1, '2022-08-16 12:59:28', NULL, NULL),
(481, 26, 27, 252, 1, '2022-08-16 12:59:29', NULL, NULL),
(482, 21, 27, 252, 1, '2022-08-16 12:59:29', NULL, NULL),
(483, 26, 27, 253, 1, '2022-08-16 12:59:32', NULL, NULL),
(484, 21, 27, 253, 1, '2022-08-16 12:59:32', NULL, NULL),
(485, 26, 27, 254, 1, '2022-08-16 12:59:33', NULL, NULL),
(486, 21, 27, 254, 1, '2022-08-16 12:59:33', NULL, NULL),
(487, 26, 27, 255, 1, '2022-08-16 12:59:41', NULL, NULL),
(488, 21, 27, 255, 1, '2022-08-16 12:59:41', NULL, NULL),
(489, 26, 27, 256, 1, '2022-08-16 13:00:14', NULL, NULL),
(490, 21, 27, 256, 1, '2022-08-16 13:00:14', NULL, NULL),
(491, 26, 27, 257, 1, '2022-08-16 13:00:20', NULL, NULL),
(492, 21, 27, 257, 1, '2022-08-16 13:00:20', NULL, NULL),
(493, 26, 27, 258, 1, '2022-08-16 13:01:47', NULL, NULL),
(494, 21, 27, 258, 1, '2022-08-16 13:01:47', NULL, NULL),
(495, 22, 23, 259, 0, '2022-08-16 16:01:01', NULL, NULL),
(496, 22, 23, 259, 0, '2022-08-16 16:01:01', NULL, NULL),
(497, 22, 23, 260, 0, '2022-08-16 16:01:09', NULL, NULL),
(498, 22, 23, 260, 0, '2022-08-16 16:01:09', NULL, NULL),
(499, 22, 23, 261, 0, '2022-08-16 16:01:27', NULL, NULL),
(500, 22, 23, 261, 0, '2022-08-16 16:01:27', NULL, NULL),
(501, 23, 15, 262, 1, '2022-08-17 07:36:13', NULL, NULL),
(502, 22, 15, 262, 1, '2022-08-17 07:36:13', NULL, NULL),
(503, 23, 15, 263, 1, '2022-08-17 07:36:18', NULL, NULL),
(504, 22, 15, 263, 1, '2022-08-17 07:36:18', NULL, NULL),
(505, 22, 23, 264, 0, '2022-08-18 05:19:59', NULL, NULL),
(506, 22, 23, 264, 0, '2022-08-18 05:19:59', NULL, NULL),
(507, 25, 24, 265, 1, '2022-08-18 05:20:22', NULL, NULL),
(508, 23, 24, 265, 0, '2022-08-18 05:20:22', NULL, NULL),
(509, 31, 28, 266, 1, '2022-08-18 06:56:41', NULL, NULL),
(510, 32, 28, 266, 1, '2022-08-18 06:56:41', NULL, NULL),
(511, 31, 28, 267, 1, '2022-08-18 08:27:52', NULL, NULL),
(512, 32, 28, 267, 0, '2022-08-18 08:27:52', NULL, NULL),
(513, 31, 28, 268, 1, '2022-08-19 04:50:58', NULL, NULL),
(514, 32, 28, 268, 0, '2022-08-19 04:50:58', NULL, NULL),
(515, 31, 28, 269, 1, '2022-08-19 04:54:58', NULL, NULL),
(516, 32, 28, 269, 0, '2022-08-19 04:54:58', NULL, NULL),
(517, 31, 28, 270, 1, '2022-08-19 05:00:23', NULL, NULL),
(518, 32, 28, 270, 0, '2022-08-19 05:00:23', NULL, NULL),
(519, 31, 28, 271, 1, '2022-08-19 05:00:27', NULL, NULL),
(520, 32, 28, 271, 0, '2022-08-19 05:00:27', NULL, NULL),
(521, 31, 28, 272, 1, '2022-08-19 05:00:33', NULL, NULL),
(522, 32, 28, 272, 0, '2022-08-19 05:00:33', NULL, NULL),
(523, 31, 28, 273, 1, '2022-08-19 05:01:02', NULL, NULL),
(524, 32, 28, 273, 0, '2022-08-19 05:01:02', NULL, NULL),
(525, 31, 28, 274, 1, '2022-08-19 05:01:23', NULL, NULL),
(526, 32, 28, 274, 0, '2022-08-19 05:01:23', NULL, NULL),
(527, 31, 28, 275, 1, '2022-08-19 05:01:26', NULL, NULL),
(528, 32, 28, 275, 0, '2022-08-19 05:01:26', NULL, NULL),
(529, 31, 28, 276, 1, '2022-08-19 05:53:29', NULL, NULL),
(530, 32, 28, 276, 0, '2022-08-19 05:53:29', NULL, NULL),
(531, 31, 28, 277, 1, '2022-08-19 06:13:03', NULL, NULL),
(532, 32, 28, 277, 0, '2022-08-19 06:13:03', NULL, NULL),
(533, 31, 28, 278, 1, '2022-08-19 06:13:10', NULL, NULL),
(534, 32, 28, 278, 0, '2022-08-19 06:13:10', NULL, NULL),
(535, 31, 28, 279, 1, '2022-08-19 10:20:29', NULL, NULL),
(536, 32, 28, 279, 0, '2022-08-19 10:20:29', NULL, NULL),
(537, 35, 29, 280, 1, '2022-08-19 10:45:27', NULL, NULL),
(538, 36, 29, 280, 1, '2022-08-19 10:45:27', NULL, NULL),
(539, 35, 29, 281, 1, '2022-08-19 10:45:36', NULL, NULL),
(540, 36, 29, 281, 1, '2022-08-19 10:45:36', NULL, NULL),
(541, 35, 29, 282, 1, '2022-08-19 10:45:41', NULL, NULL),
(542, 36, 29, 282, 1, '2022-08-19 10:45:41', NULL, NULL),
(543, 35, 29, 283, 1, '2022-08-19 10:45:55', NULL, NULL),
(544, 36, 29, 283, 1, '2022-08-19 10:45:55', NULL, NULL),
(545, 35, 29, 284, 1, '2022-08-19 10:46:03', NULL, NULL),
(546, 36, 29, 284, 1, '2022-08-19 10:46:03', NULL, NULL),
(547, 35, 29, 285, 1, '2022-08-19 11:00:21', NULL, NULL),
(548, 36, 29, 285, 1, '2022-08-19 11:00:21', NULL, NULL),
(549, 35, 29, 286, 1, '2022-08-19 11:08:14', NULL, NULL),
(550, 36, 29, 286, 1, '2022-08-19 11:08:14', NULL, NULL),
(551, 35, 29, 287, 1, '2022-08-19 11:09:33', NULL, NULL),
(552, 36, 29, 287, 1, '2022-08-19 11:09:33', NULL, NULL),
(553, 35, 29, 288, 1, '2022-08-19 11:10:26', NULL, NULL),
(554, 36, 29, 288, 1, '2022-08-19 11:10:26', NULL, NULL),
(555, 35, 29, 289, 1, '2022-08-19 11:11:40', NULL, NULL),
(556, 36, 29, 289, 1, '2022-08-19 11:11:40', NULL, NULL),
(557, 35, 29, 290, 1, '2022-08-19 11:12:02', NULL, NULL),
(558, 36, 29, 290, 1, '2022-08-19 11:12:02', NULL, NULL),
(559, 35, 29, 291, 1, '2022-08-19 11:12:11', NULL, NULL),
(560, 36, 29, 291, 1, '2022-08-19 11:12:11', NULL, NULL),
(561, 35, 29, 292, 1, '2022-08-19 11:39:14', NULL, NULL),
(562, 36, 29, 292, 1, '2022-08-19 11:39:14', NULL, NULL),
(563, 35, 29, 293, 1, '2022-08-19 11:40:25', NULL, NULL),
(564, 36, 29, 293, 1, '2022-08-19 11:40:25', NULL, NULL),
(565, 35, 29, 294, 1, '2022-08-19 11:41:10', NULL, NULL),
(566, 36, 29, 294, 1, '2022-08-19 11:41:10', NULL, NULL),
(567, 35, 29, 295, 1, '2022-08-19 11:41:14', NULL, NULL),
(568, 36, 29, 295, 1, '2022-08-19 11:41:14', NULL, NULL),
(569, 35, 29, 296, 1, '2022-08-19 11:41:24', NULL, NULL),
(570, 36, 29, 296, 1, '2022-08-19 11:41:24', NULL, NULL),
(571, 35, 29, 297, 1, '2022-08-19 11:41:30', NULL, NULL),
(572, 36, 29, 297, 1, '2022-08-19 11:41:30', NULL, NULL),
(573, 35, 29, 298, 1, '2022-08-19 11:41:43', NULL, NULL),
(574, 36, 29, 298, 1, '2022-08-19 11:41:43', NULL, NULL),
(575, 35, 29, 299, 1, '2022-08-19 11:45:23', NULL, NULL),
(576, 36, 29, 299, 1, '2022-08-19 11:45:23', NULL, NULL),
(577, 35, 29, 300, 1, '2022-08-19 11:45:30', NULL, NULL),
(578, 36, 29, 300, 1, '2022-08-19 11:45:30', NULL, NULL),
(579, 35, 29, 301, 1, '2022-08-19 11:45:52', NULL, NULL),
(580, 36, 29, 301, 1, '2022-08-19 11:45:52', NULL, NULL),
(581, 35, 29, 302, 1, '2022-08-19 14:55:17', NULL, NULL),
(582, 36, 29, 302, 1, '2022-08-19 14:55:17', NULL, NULL),
(583, 35, 29, 303, 1, '2022-08-19 14:55:21', NULL, NULL),
(584, 36, 29, 303, 1, '2022-08-19 14:55:21', NULL, NULL),
(585, 35, 29, 304, 0, '2022-08-19 14:56:42', NULL, NULL),
(586, 36, 29, 304, 1, '2022-08-19 14:56:42', NULL, NULL),
(587, 35, 29, 305, 0, '2022-08-19 14:57:23', NULL, NULL),
(588, 36, 29, 305, 1, '2022-08-19 14:57:23', NULL, NULL),
(589, 31, 28, 306, 1, '2022-08-19 15:50:48', NULL, NULL),
(590, 32, 28, 306, 0, '2022-08-19 15:50:48', NULL, NULL),
(591, 2, 30, 307, 0, '2022-09-07 07:34:47', NULL, NULL),
(592, 3, 30, 307, 1, '2022-09-07 07:34:47', NULL, NULL);

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

--
-- Table structure for table `chat_rooms`
--

CREATE TABLE `chat_rooms` (
  `id` int(11) NOT NULL,
  `identifier` varchar(200) NOT NULL,
  `created_by` int(11) NOT NULL,
  `title` varchar(200) DEFAULT NULL,
  `slug` varchar(200) DEFAULT NULL,
  `image_url` text,
  `description` text,
  `status` int(11) NOT NULL DEFAULT '1',
  `type` enum('single','group') NOT NULL,
  `member_limit` int(11) NOT NULL DEFAULT '0',
  `is_anonymous` tinyint(2) DEFAULT '0',
  `created_at` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP,
  `updated_at` timestamp NULL DEFAULT NULL,
  `deleted_at` timestamp NULL DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8;

--
-- Dumping data for table `chat_rooms`
--

INSERT INTO `chat_rooms` (`id`, `identifier`, `created_by`, `title`, `slug`, `image_url`, `description`, `status`, `type`, `member_limit`, `is_anonymous`, `created_at`, `updated_at`, `deleted_at`) VALUES
(1, 'single-1653542831-1653542831', 11, 'single-1653542831', 'single-1653542831', 'https://static.turbosquid.com/Preview/001292/481/WV/_D.jpg', NULL, 1, 'single', 0, 0, '2022-05-26 05:27:11', NULL, NULL),
(2, 'single-1653555156-1653555156', 15, 'single-1653555156', 'single-1653555156', 'https://static.turbosquid.com/Preview/001292/481/WV/_D.jpg', NULL, 1, 'single', 0, 0, '2022-05-26 08:52:36', NULL, NULL),
(3, 'single-1653560951-1653560951', 14, 'single-1653560951', 'single-1653560951', 'https://static.turbosquid.com/Preview/001292/481/WV/_D.jpg', NULL, 1, 'single', 0, 0, '2022-05-26 10:29:11', NULL, NULL),
(4, 'single-1653566137-1653566137', 15, 'single-1653566137', 'single-1653566137', 'https://static.turbosquid.com/Preview/001292/481/WV/_D.jpg', NULL, 1, 'single', 0, 0, '2022-05-26 11:55:37', NULL, NULL),
(5, 'single-1653567230-1653567230', 10, 'single-1653567230', 'single-1653567230', 'https://static.turbosquid.com/Preview/001292/481/WV/_D.jpg', NULL, 1, 'single', 0, 0, '2022-05-26 12:13:50', NULL, NULL),
(6, 'single-1653688432-1653688432', 16, 'single-1653688432', 'single-1653688432', 'https://static.turbosquid.com/Preview/001292/481/WV/_D.jpg', NULL, 1, 'single', 0, 0, '2022-05-27 21:53:53', NULL, NULL),
(7, 'single-1653703686-1653703686', 20, 'single-1653703686', 'single-1653703686', 'https://static.turbosquid.com/Preview/001292/481/WV/_D.jpg', NULL, 1, 'single', 0, 0, '2022-05-28 02:08:06', NULL, NULL),
(8, 'single-1653770411-1653770411', 18, 'single-1653770411', 'single-1653770411', 'https://static.turbosquid.com/Preview/001292/481/WV/_D.jpg', NULL, 1, 'single', 0, 0, '2022-05-28 20:40:11', NULL, NULL),
(9, 'single-1653919496-1653919496', 22, 'single-1653919496', 'single-1653919496', 'https://static.turbosquid.com/Preview/001292/481/WV/_D.jpg', NULL, 1, 'single', 0, 0, '2022-05-30 14:04:56', NULL, NULL),
(10, 'single-1653919512-1653919512', 22, 'single-1653919512', 'single-1653919512', 'https://static.turbosquid.com/Preview/001292/481/WV/_D.jpg', NULL, 1, 'single', 0, 0, '2022-05-30 14:05:12', NULL, NULL),
(11, 'single-1653921872-1653921872', 22, 'single-1653921872', 'single-1653921872', 'https://static.turbosquid.com/Preview/001292/481/WV/_D.jpg', NULL, 1, 'single', 0, 0, '2022-05-30 14:44:32', NULL, NULL),
(12, 'single-1653929041-1653929041', 23, 'single-1653929041', 'single-1653929041', 'https://static.turbosquid.com/Preview/001292/481/WV/_D.jpg', NULL, 1, 'single', 0, 0, '2022-05-30 16:44:01', NULL, NULL),
(13, 'single-1654008674-1654008674', 23, 'single-1654008674', 'single-1654008674', 'https://static.turbosquid.com/Preview/001292/481/WV/_D.jpg', NULL, 1, 'single', 0, 0, '2022-05-31 14:51:14', NULL, NULL),
(14, 'single-1654182713-1654182713', 23, 'single-1654182713', 'single-1654182713', 'https://static.turbosquid.com/Preview/001292/481/WV/_D.jpg', NULL, 1, 'single', 0, 0, '2022-06-02 15:11:53', NULL, NULL),
(15, 'single-1656407489-1656407489', 22, 'single-1656407489', 'single-1656407489', 'https://static.turbosquid.com/Preview/001292/481/WV/_D.jpg', NULL, 1, 'single', 0, 0, '2022-06-28 09:11:29', NULL, NULL),
(16, 'single-1656590844-1656590844', 14, 'single-1656590844', 'single-1656590844', 'https://static.turbosquid.com/Preview/001292/481/WV/_D.jpg', NULL, 1, 'single', 0, 0, '2022-06-30 12:07:24', NULL, NULL),
(17, 'single-1656740357-1656740357', 30, 'single-1656740357', 'single-1656740357', 'https://static.turbosquid.com/Preview/001292/481/WV/_D.jpg', NULL, 1, 'single', 0, 0, '2022-07-02 05:39:17', NULL, NULL),
(18, 'single-1656869205-1656869205', 30, 'single-1656869205', 'single-1656869205', 'https://static.turbosquid.com/Preview/001292/481/WV/_D.jpg', NULL, 1, 'single', 0, 0, '2022-07-03 17:26:45', NULL, NULL),
(19, 'single-1657001884-1657001884', 22, 'single-1657001884', 'single-1657001884', 'https://static.turbosquid.com/Preview/001292/481/WV/_D.jpg', NULL, 1, 'single', 0, 0, '2022-07-05 06:18:04', NULL, NULL),
(20, 'single-1657076092-1657076092', 45, 'single-1657076092', 'single-1657076092', 'https://static.turbosquid.com/Preview/001292/481/WV/_D.jpg', NULL, 1, 'single', 0, 0, '2022-07-06 02:54:52', NULL, NULL),
(21, 'single-1657085776-1657085776', 48, 'single-1657085776', 'single-1657085776', 'https://static.turbosquid.com/Preview/001292/481/WV/_D.jpg', NULL, 1, 'single', 0, 0, '2022-07-06 05:36:16', NULL, NULL),
(22, 'single-1658387460-1658387460', 22, 'single-1658387460', 'single-1658387460', 'https://static.turbosquid.com/Preview/001292/481/WV/_D.jpg', NULL, 1, 'single', 0, 0, '2022-07-21 07:11:00', NULL, NULL),
(23, 'single-1658667182-1658667182', 22, 'single-1658667182', 'single-1658667182', 'https://static.turbosquid.com/Preview/001292/481/WV/_D.jpg', NULL, 1, 'single', 0, 0, '2022-07-24 12:53:02', NULL, NULL),
(24, 'single-1660287539-1660287539', 23, 'single-1660287539', 'single-1660287539', 'https://static.turbosquid.com/Preview/001292/481/WV/_D.jpg', NULL, 1, 'single', 0, 0, '2022-08-12 06:58:59', NULL, NULL),
(25, 'single-1660287664-1660287664', 23, 'single-1660287664', 'single-1660287664', 'https://static.turbosquid.com/Preview/001292/481/WV/_D.jpg', NULL, 1, 'single', 0, 0, '2022-08-12 07:01:04', NULL, NULL),
(26, 'single-1660287678-1660287678', 23, 'single-1660287678', 'single-1660287678', 'https://static.turbosquid.com/Preview/001292/481/WV/_D.jpg', NULL, 1, 'single', 0, 0, '2022-08-12 07:01:19', NULL, NULL),
(27, 'single-1660653933-1660653933', 21, 'single-1660653933', 'single-1660653933', 'https://static.turbosquid.com/Preview/001292/481/WV/_D.jpg', NULL, 1, 'single', 0, 0, '2022-08-16 12:45:33', NULL, NULL),
(28, 'single-1660805797-1660805797', 32, 'single-1660805797', 'single-1660805797', 'https://static.turbosquid.com/Preview/001292/481/WV/_D.jpg', NULL, 1, 'single', 0, 0, '2022-08-18 06:56:37', NULL, NULL),
(29, 'single-1660905927-1660905927', 36, 'single-1660905927', 'single-1660905927', 'https://static.turbosquid.com/Preview/001292/481/WV/_D.jpg', NULL, 1, 'single', 0, 0, '2022-08-19 10:45:27', NULL, NULL),
(30, 'single-1662536087-1662536087', 3, 'single-1662536087', 'single-1662536087', 'https://static.turbosquid.com/Preview/001292/481/WV/_D.jpg', NULL, 1, 'single', 0, 0, '2022-09-07 07:34:47', NULL, NULL);

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

--
-- Table structure for table `chat_room_users`
--

CREATE TABLE `chat_room_users` (
  `id` int(11) NOT NULL,
  `chat_room_id` int(11) NOT NULL,
  `user_id` int(11) NOT NULL,
  `is_owner` int(11) NOT NULL DEFAULT '0',
  `last_chat_message_id` int(11) DEFAULT '0',
  `last_message_timestamp` datetime DEFAULT NULL,
  `unread_message_counts` int(11) DEFAULT '0',
  `is_anonymous` tinyint(2) DEFAULT '0',
  `is_leave` int(11) DEFAULT '0',
  `is_pin` int(1) NOT NULL DEFAULT '0',
  `is_mute` int(1) NOT NULL DEFAULT '0',
  `created_at` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP,
  `updated_at` timestamp NULL DEFAULT NULL,
  `deleted_at` timestamp NULL DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8;

--
-- Dumping data for table `chat_room_users`
--

INSERT INTO `chat_room_users` (`id`, `chat_room_id`, `user_id`, `is_owner`, `last_chat_message_id`, `last_message_timestamp`, `unread_message_counts`, `is_anonymous`, `is_leave`, `is_pin`, `is_mute`, `created_at`, `updated_at`, `deleted_at`) VALUES
(1, 1, 7, 0, 172, '2022-08-11 09:32:47', 0, 0, 0, 0, 0, '2022-05-26 05:27:12', NULL, NULL),
(2, 1, 11, 1, 172, '2022-08-11 09:32:47', 1, 0, 0, 0, 0, '2022-05-26 05:27:12', NULL, NULL),
(3, 2, 14, 0, 152, '2022-07-08 09:52:02', 0, 0, 0, 0, 0, '2022-05-26 08:52:36', NULL, NULL),
(4, 2, 15, 1, 152, '2022-07-08 09:52:02', 1, 0, 0, 0, 0, '2022-05-26 08:52:36', NULL, NULL),
(5, 3, 11, 0, 72, '2022-05-30 13:38:38', 2, 0, 0, 0, 0, '2022-05-26 10:29:11', NULL, NULL),
(6, 3, 14, 1, 72, '2022-05-30 13:38:38', 0, 0, 0, 0, 0, '2022-05-26 10:29:11', NULL, NULL),
(7, 4, 11, 0, 14, '2022-05-26 11:55:38', 1, 0, 0, 0, 0, '2022-05-26 11:55:37', NULL, NULL),
(8, 4, 15, 1, 14, '2022-05-26 11:55:38', 0, 0, 0, 0, 0, '2022-05-26 11:55:37', NULL, NULL),
(9, 5, 11, 0, 22, '2022-05-26 12:17:07', 2, 0, 0, 0, 0, '2022-05-26 12:13:50', NULL, NULL),
(10, 5, 10, 1, 0, '2022-05-26 13:35:23', 0, 0, 0, 0, 0, '2022-05-26 12:13:50', NULL, NULL),
(11, 6, 18, 0, 70, '2022-05-28 20:42:10', 0, 0, 0, 0, 0, '2022-05-27 21:53:53', NULL, NULL),
(12, 6, 16, 1, 70, '2022-05-28 20:42:10', 0, 0, 0, 0, 0, '2022-05-27 21:53:53', NULL, NULL),
(13, 7, 16, 0, 173, '2022-08-11 09:57:32', 1, 0, 0, 0, 0, '2022-05-28 02:08:07', NULL, NULL),
(14, 7, 20, 1, 173, '2022-08-11 09:57:32', 0, 0, 0, 0, 0, '2022-05-28 02:08:07', NULL, NULL),
(15, 8, 20, 0, 69, '2022-05-28 20:40:12', 1, 0, 0, 0, 0, '2022-05-28 20:40:11', NULL, NULL),
(16, 8, 18, 1, 69, '2022-05-28 20:40:12', 0, 0, 0, 0, 0, '2022-05-28 20:40:11', NULL, NULL),
(17, 9, 20, 0, 115, '2022-07-05 08:08:00', 2, 0, 0, 0, 0, '2022-05-30 14:04:57', NULL, NULL),
(18, 9, 22, 1, 0, '2022-07-10 04:25:58', 0, 0, 0, 0, 0, '2022-05-30 14:04:57', NULL, NULL),
(19, 10, 16, 0, 79, '2022-05-30 14:07:06', 0, 0, 0, 0, 0, '2022-05-30 14:05:12', NULL, NULL),
(20, 10, 22, 1, 0, '2022-07-10 04:25:55', 0, 0, 0, 0, 0, '2022-05-30 14:05:12', NULL, NULL),
(21, 11, 18, 0, 124, '2022-07-06 02:53:22', 2, 0, 0, 0, 0, '2022-05-30 14:44:32', NULL, NULL),
(22, 11, 22, 1, 0, '2022-07-10 04:28:18', 0, 0, 0, 0, 0, '2022-05-30 14:44:32', NULL, NULL),
(23, 12, 20, 0, 101, '2022-06-20 15:26:27', 3, 0, 0, 0, 0, '2022-05-30 16:44:01', NULL, NULL),
(24, 12, 23, 1, 0, '2022-07-13 10:06:39', 0, 0, 0, 0, 0, '2022-05-30 16:44:01', NULL, NULL),
(25, 13, 16, 0, 206, '2022-08-12 08:59:22', 6, 0, 0, 0, 0, '2022-05-31 14:51:14', NULL, NULL),
(26, 13, 23, 1, 206, '2022-08-12 08:59:22', 0, 0, 0, 0, 0, '2022-05-31 14:51:14', NULL, NULL),
(27, 14, 18, 0, 100, '2022-06-02 15:11:54', 1, 0, 0, 0, 0, '2022-06-02 15:11:53', NULL, NULL),
(28, 14, 23, 1, 0, '2022-08-12 07:27:28', 0, 0, 0, 0, 0, '2022-06-02 15:11:53', NULL, NULL),
(29, 15, 23, 0, 263, '2022-08-17 09:36:20', 0, 0, 0, 0, 0, '2022-06-28 09:11:29', NULL, NULL),
(30, 15, 22, 1, 263, '2022-08-17 09:36:20', 0, 0, 0, 0, 0, '2022-06-28 09:11:29', NULL, NULL),
(31, 16, 14, 1, 106, '2022-07-01 13:27:57', 0, 0, 0, 0, 0, '2022-06-30 12:07:24', NULL, NULL),
(32, 16, 14, 1, 106, '2022-07-01 13:27:57', 0, 0, 0, 0, 0, '2022-06-30 12:07:24', NULL, NULL),
(33, 17, 16, 0, 108, '2022-07-02 05:39:18', 0, 0, 0, 0, 0, '2022-07-02 05:39:17', NULL, NULL),
(34, 17, 30, 1, 108, '2022-07-02 05:39:18', 0, 0, 0, 0, 0, '2022-07-02 05:39:17', NULL, NULL),
(35, 18, 23, 0, 128, '2022-07-06 03:03:44', 0, 0, 0, 0, 0, '2022-07-03 17:26:45', NULL, NULL),
(36, 18, 30, 1, 128, '2022-07-06 03:03:44', 1, 0, 0, 0, 0, '2022-07-03 17:26:45', NULL, NULL),
(37, 19, 30, 0, 0, '2022-07-17 21:36:16', 0, 0, 0, 0, 0, '2022-07-05 06:18:04', NULL, NULL),
(38, 19, 22, 1, 159, '2022-07-17 21:33:46', 0, 0, 0, 0, 0, '2022-07-05 06:18:04', NULL, NULL),
(39, 20, 22, 0, 149, '2022-07-06 16:15:38', 0, 0, 0, 0, 0, '2022-07-06 02:54:53', NULL, NULL),
(40, 20, 45, 1, 149, '2022-07-06 16:15:38', 1, 0, 0, 0, 0, '2022-07-06 02:54:53', NULL, NULL),
(41, 21, 23, 0, 153, '2022-07-12 06:01:42', 0, 0, 0, 0, 0, '2022-07-06 05:36:17', NULL, NULL),
(42, 21, 48, 1, 153, '2022-07-12 06:01:42', 1, 0, 0, 0, 0, '2022-07-06 05:36:17', NULL, NULL),
(43, 22, 29, 0, 160, '2022-07-21 07:11:01', 1, 0, 0, 0, 0, '2022-07-21 07:11:00', NULL, NULL),
(44, 22, 22, 1, 160, '2022-07-21 07:11:01', 0, 0, 0, 0, 0, '2022-07-21 07:11:00', NULL, NULL),
(45, 23, 22, 1, 229, '2022-08-12 13:29:28', 0, 0, 0, 0, 0, '2022-07-24 12:53:02', NULL, NULL),
(46, 23, 22, 1, 229, '2022-08-12 13:29:28', 0, 0, 0, 0, 0, '2022-07-24 12:53:02', NULL, NULL),
(47, 24, 25, 0, 265, '2022-08-18 07:20:22', 0, 0, 0, 0, 0, '2022-08-12 06:58:59', NULL, NULL),
(48, 24, 23, 1, 265, '2022-08-18 07:20:22', 1, 0, 0, 0, 0, '2022-08-12 06:58:59', NULL, NULL),
(49, 25, 8, 0, 210, '2022-08-12 09:01:05', 1, 0, 0, 0, 0, '2022-08-12 07:01:04', NULL, NULL),
(50, 25, 23, 1, 210, '2022-08-12 09:01:05', 0, 0, 0, 0, 0, '2022-08-12 07:01:04', NULL, NULL),
(51, 26, 4, 0, 211, '2022-08-12 09:01:19', 1, 0, 0, 0, 0, '2022-08-12 07:01:19', NULL, NULL),
(52, 26, 23, 1, 211, '2022-08-12 09:01:19', 0, 0, 0, 0, 0, '2022-08-12 07:01:19', NULL, NULL),
(53, 27, 26, 0, 258, '2022-08-16 15:01:48', 0, 0, 0, 0, 0, '2022-08-16 12:45:34', NULL, NULL),
(54, 27, 21, 1, 258, '2022-08-16 15:01:48', 0, 0, 0, 0, 0, '2022-08-16 12:45:34', NULL, NULL),
(55, 28, 31, 0, 306, '2022-08-19 11:50:48', 0, 0, 0, 0, 0, '2022-08-18 06:56:37', NULL, NULL),
(56, 28, 32, 1, 306, '2022-08-19 11:50:48', 14, 0, 0, 0, 0, '2022-08-18 06:56:37', NULL, NULL),
(57, 29, 35, 0, 305, '2022-08-19 10:57:23', 2, 0, 0, 0, 0, '2022-08-19 10:45:27', NULL, NULL),
(58, 29, 36, 1, 305, '2022-08-19 10:57:23', 0, 0, 0, 0, 0, '2022-08-19 10:45:27', NULL, NULL),
(59, 30, 2, 0, 307, '2022-09-07 03:34:47', 1, 0, 0, 0, 0, '2022-09-07 07:34:47', NULL, NULL),
(60, 30, 3, 1, 307, '2022-09-07 03:34:47', 0, 0, 0, 0, 0, '2022-09-07 07:34:47', NULL, NULL);

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

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

CREATE TABLE `cms_modules` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `parent_id` int(11) NOT NULL DEFAULT '0',
  `name` varchar(50) COLLATE utf8mb4_unicode_ci NOT NULL,
  `route_name` varchar(50) COLLATE utf8mb4_unicode_ci NOT NULL,
  `icon` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'fa fa-list',
  `status` enum('1','0') COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '1',
  `sort_order` decimal(5,2) NOT NULL 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 COLLATE=utf8mb4_unicode_ci;

--
-- 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', '2022-01-20 14:00:06', NULL, NULL),
(2, 0, 'Cms Users Management', 'cms-users-management.index', 'fa fa-users', '1', '2.00', '2022-01-20 14:00:06', NULL, NULL),
(3, 0, 'Freelancer Management', 'freelancer-management.index', 'fa fa-users', '1', '3.00', '2022-01-20 14:00:06', NULL, NULL),
(4, 0, 'Booking Management', 'booking-management.index', 'fa fa-tags', '1', '7.00', '2022-01-20 14:00:06', NULL, NULL),
(5, 0, 'Category Management', 'category-management.index', 'fa fa-tag', '1', '9.00', '2022-01-20 14:00:06', NULL, NULL),
(6, 0, 'Skill Management', 'skill-management.index', 'fa fa-tasks', '1', '11.00', '2022-01-20 14:00:06', NULL, NULL),
(7, 0, 'Dispute Management', 'dispute-management.index', 'fa fa-list', '1', '8.00', '2022-01-20 14:00:06', NULL, NULL),
(8, 0, 'Application Setting', 'admin.application-setting', 'fa fa-cog', '1', '14.00', '2022-01-20 14:00:06', NULL, NULL),
(9, 0, 'Users Management', 'app-users.index', 'fa fa-users', '1', '6.00', '2022-01-20 14:00:06', NULL, NULL),
(10, 0, 'Content Management', 'content-management.index', 'fa fa-pencil', '1', '12.00', '2022-01-20 14:00:06', NULL, NULL),
(11, 0, 'FAQ`s', 'faq.index', 'fa fa-question-circle-o', '1', '13.00', '2022-01-20 14:00:06', NULL, NULL),
(12, 0, 'Gig Management', 'gig-management.index', 'fa fa-pencil', '1', '10.00', '2022-01-20 14:00:06', NULL, NULL),
(13, 0, 'Freelancer Billing A/c', 'user-billing-account.index', 'fa fa-money', '1', '4.00', '2022-01-20 14:00:06', NULL, NULL),
(14, 0, 'Freelancer Cashout ', 'user-cashout-request.index', 'fa fa-university', '1', '5.00', '2022-01-20 14:00:06', NULL, NULL);

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

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

CREATE TABLE `cms_module_permissions` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `cms_role_id` bigint(20) UNSIGNED NOT NULL,
  `cms_module_id` bigint(20) UNSIGNED NOT NULL,
  `is_add` enum('1','0') COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '0',
  `is_view` enum('1','0') COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '0',
  `is_update` enum('1','0') COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '0',
  `is_delete` enum('1','0') COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '0',
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL,
  `deleted_at` timestamp NULL DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Dumping data for table `cms_module_permissions`
--

INSERT INTO `cms_module_permissions` (`id`, `cms_role_id`, `cms_module_id`, `is_add`, `is_view`, `is_update`, `is_delete`, `created_at`, `updated_at`, `deleted_at`) VALUES
(23, 2, 1, '0', '0', '0', '0', '2022-08-04 13:44:20', NULL, NULL),
(24, 2, 2, '0', '0', '0', '0', '2022-08-04 13:44:20', NULL, NULL),
(25, 2, 3, '1', '1', '1', '1', '2022-08-04 13:44:20', NULL, NULL),
(26, 2, 4, '1', '1', '1', '1', '2022-08-04 13:44:20', NULL, NULL),
(27, 2, 5, '1', '1', '1', '1', '2022-08-04 13:44:20', NULL, NULL),
(28, 2, 6, '1', '1', '1', '1', '2022-08-04 13:44:20', NULL, NULL),
(29, 2, 7, '1', '1', '1', '1', '2022-08-04 13:44:20', NULL, NULL),
(30, 2, 12, '0', '0', '0', '0', '2022-08-04 13:44:20', NULL, NULL),
(31, 2, 13, '0', '1', '0', '0', '2022-08-04 13:44:20', NULL, NULL),
(32, 2, 14, '0', '1', '1', '0', '2022-08-04 13:44:20', NULL, NULL),
(33, 2, 8, '0', '0', '0', '0', '2022-08-04 13:44:20', NULL, NULL),
(34, 2, 9, '1', '1', '1', '1', '2022-08-04 13:44:20', NULL, NULL),
(35, 2, 10, '1', '1', '1', '1', '2022-08-04 13:44:20', NULL, NULL),
(36, 2, 11, '1', '1', '1', '1', '2022-08-04 13:44:20', NULL, NULL);

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

--
-- Table structure for table `cms_roles`
--

CREATE TABLE `cms_roles` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `name` varchar(50) COLLATE utf8mb4_unicode_ci NOT NULL,
  `slug` varchar(50) COLLATE utf8mb4_unicode_ci NOT NULL,
  `is_super_admin` enum('1','0') COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '0',
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL,
  `deleted_at` timestamp NULL DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Dumping data for table `cms_roles`
--

INSERT INTO `cms_roles` (`id`, `name`, `slug`, `is_super_admin`, `created_at`, `updated_at`, `deleted_at`) VALUES
(1, 'Super Admin', 'super-admin', '1', '2022-01-20 14:00:05', NULL, NULL),
(2, 'Admin', 'admin', '0', '2022-02-16 06:32:36', '2022-08-04 13:44:20', NULL);

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

--
-- Table structure for table `cms_users`
--

CREATE TABLE `cms_users` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `cms_role_id` bigint(20) UNSIGNED NOT NULL,
  `user_ref_id` int(11) NOT NULL DEFAULT '0',
  `name` varchar(50) COLLATE utf8mb4_unicode_ci NOT NULL,
  `username` varchar(50) COLLATE utf8mb4_unicode_ci NOT NULL,
  `slug` varchar(50) COLLATE utf8mb4_unicode_ci NOT NULL,
  `email` varchar(50) COLLATE utf8mb4_unicode_ci NOT NULL,
  `mobile_no` varchar(50) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `password` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `image_url` text COLLATE utf8mb4_unicode_ci,
  `status` enum('1','0') COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '1',
  `remember_token` varchar(100) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL,
  `deleted_at` timestamp NULL DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Dumping data for table `cms_users`
--

INSERT INTO `cms_users` (`id`, `cms_role_id`, `user_ref_id`, `name`, `username`, `slug`, `email`, `mobile_no`, `password`, `image_url`, `status`, `remember_token`, `created_at`, `updated_at`, `deleted_at`) VALUES
(1, 1, 0, 'RetroCube', 'retrocube', 'retrocube', 'admin@retrocube.com', '1-8882051816', '$2y$10$uncLchdn4SPPVNt2B2adl.Sw.Y/fAKDxiBcQiB1ZbBViXDsiNAyCO', NULL, '1', NULL, '2022-01-20 14:00:06', NULL, NULL),
(2, 2, 0, 'Admin', 'admin', 'admin', 'admin@gigme.com', '+1-238749912', '$2y$10$uncLchdn4SPPVNt2B2adl.Sw.Y/fAKDxiBcQiB1ZbBViXDsiNAyCO', 'cms_user/Wy4QBhkpC0wgPm2iXymN8tzkcmEbVrF6fAZXcxvG.png', '1', NULL, '2022-02-16 06:33:09', '2022-08-22 12:13:18', NULL);

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

--
-- Table structure for table `cms_widgets`
--

CREATE TABLE `cms_widgets` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `title` varchar(200) COLLATE utf8mb4_unicode_ci NOT NULL,
  `description` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `icon` varchar(200) COLLATE utf8mb4_unicode_ci NOT NULL,
  `color` varchar(200) COLLATE utf8mb4_unicode_ci NOT NULL,
  `div_column_class` varchar(200) COLLATE utf8mb4_unicode_ci NOT NULL,
  `link` text COLLATE utf8mb4_unicode_ci NOT NULL,
  `widget_type` enum('small_box','line_chart','bar_chat','pie_chart','map_chart') COLLATE utf8mb4_unicode_ci NOT NULL,
  `sql` text COLLATE utf8mb4_unicode_ci NOT NULL,
  `config` text COLLATE utf8mb4_unicode_ci NOT NULL,
  `status` enum('1','0') COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '0',
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL,
  `deleted_at` timestamp NULL DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Dumping data for table `cms_widgets`
--

INSERT INTO `cms_widgets` (`id`, `title`, `description`, `icon`, `color`, `div_column_class`, `link`, `widget_type`, `sql`, `config`, `status`, `created_at`, `updated_at`, `deleted_at`) VALUES
(1, 'Total User', NULL, 'icon-user', '#4b71fa', 'col-md-3', '/admin/app-users', 'small_box', 'Select count(*) from users limit 1', '', '1', NULL, NULL, NULL),
(2, 'Total Freelancer', NULL, 'icon-people', '#7bcb4d', 'col-md-3', '/admin/app-users', 'small_box', 'Select count(*) from users where user_group_id =  2 limit 1', '', '1', NULL, NULL, NULL),
(3, 'Total Roles', NULL, 'icon-user', '#4b71fa', 'col-md-3', '/admin/app-users', 'small_box', 'Select count(*) from user_groups', '', '1', NULL, NULL, NULL),
(4, 'Total Gigs', NULL, 'fa fa-book', '#7bcb4d ', 'col-md-3', '/admin/app-users', 'small_box', 'Select count(*) from gigs limit 1', '', '1', NULL, NULL, NULL),
(5, 'Users', NULL, 'icon-user', '#fff', 'col-md-12', '/admin/app-users', 'line_chart', 'SELECT count(id) AS value, MONTHNAME(created_at) as label FROM users where YEAR(created_at) = YEAR(now()) group by MONTH(created_at) order by MONTH(created_at) asc', '', '1', NULL, NULL, NULL);

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

--
-- Table structure for table `cms_widget_role`
--

CREATE TABLE `cms_widget_role` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `cms_widget_id` bigint(20) UNSIGNED NOT NULL,
  `cms_role_id` bigint(20) UNSIGNED NOT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL,
  `deleted_at` timestamp NULL DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Dumping data for table `cms_widget_role`
--

INSERT INTO `cms_widget_role` (`id`, `cms_widget_id`, `cms_role_id`, `created_at`, `updated_at`, `deleted_at`) VALUES
(1, 1, 2, '2022-02-16 06:32:36', NULL, NULL),
(2, 2, 2, '2022-02-16 06:32:36', NULL, NULL),
(3, 3, 2, '2022-02-16 06:32:36', NULL, NULL),
(4, 4, 2, '2022-02-16 06:32:36', NULL, NULL),
(5, 5, 2, '2022-02-16 06:32:36', NULL, NULL);

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

--
-- Table structure for table `content_management`
--

CREATE TABLE `content_management` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `title` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `slug` varchar(45) COLLATE utf8mb4_unicode_ci NOT NULL,
  `content` text COLLATE utf8mb4_unicode_ci NOT NULL,
  `status` int(11) NOT NULL DEFAULT '1',
  `created_at` datetime NOT NULL DEFAULT CURRENT_TIMESTAMP,
  `updated_at` datetime DEFAULT NULL,
  `deleted_at` timestamp NULL DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Dumping data for table `content_management`
--

INSERT INTO `content_management` (`id`, `title`, `slug`, `content`, `status`, `created_at`, `updated_at`, `deleted_at`) VALUES
(1, 'Terms Condition', 'terms-condition', 'LLLLLorem ipsum, or lipsum as it is sometimes known, is dummy text used in laying out print, graphic or web designs. The passage is attributed to an unknown typesetter in the 15th century who is thought to have scrambled parts of Cicero\'s De Finibus Bonorum et Malorum for use in a type specimen book.', 1, '2020-02-11 15:01:25', '2022-08-12 15:39:42', NULL),
(2, 'Privacy Policy', 'privacy-policy', 'LLLLLorem ipsum, or lipsum as it is sometimes known, is dummy text used in laying out print, graphic or web designs. The passage is attributed to an unknown typesetter in the 15th century who is thought to have scrambled parts of Cicero\'s De Finibus Bonorum et Malorum for use in a type specimen book.', 1, '2020-02-11 15:01:25', '2022-08-12 15:39:33', NULL),
(3, 'About Us', 'about-us', '<p style=\"margin-right: 0px; margin-bottom: 10px; margin-left: 0px; font-size: 15px; font-family: Poppins, sans-serif; line-height: 25px; text-align: center;\">One platform connecting you to a world of services!</p><p style=\"margin-right: 0px; margin-bottom: 10px; margin-left: 0px; font-size: 15px; font-family: Poppins, sans-serif; line-height: 25px; text-align: center;\">Finding a freelance service near you has just got easier! Gigme HQ all in one app saves you time finding great services at competitive prices.</p><p style=\"margin-right: 0px; margin-bottom: 10px; margin-left: 0px; font-size: 15px; font-family: Poppins, sans-serif; line-height: 25px; text-align: center;\">Take control today! Whether you’re looking for a quick or more comprehensive solution, Gigme HQ is at your service!</p><p style=\"margin-right: 0px; margin-bottom: 10px; margin-left: 0px; font-size: 15px; font-family: Poppins, sans-serif; line-height: 25px; text-align: center;\">We connect you to local and international freelancers, world wide, 24 hours a day. With services to meet every budget and every requirement!</p><p style=\"margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font-size: 15px; font-family: Poppins, sans-serif; line-height: 25px; text-align: center;\">Join us here!</p>', 1, '2020-02-11 15:01:25', '2022-08-23 08:02:08', NULL);

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

--
-- Table structure for table `failed_jobs`
--

CREATE TABLE `failed_jobs` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `uuid` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `connection` text COLLATE utf8mb4_unicode_ci NOT NULL,
  `queue` text COLLATE utf8mb4_unicode_ci NOT NULL,
  `payload` longtext COLLATE utf8mb4_unicode_ci NOT NULL,
  `exception` longtext COLLATE utf8mb4_unicode_ci NOT NULL,
  `failed_at` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

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

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

CREATE TABLE `faqs` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `slug` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `question` text COLLATE utf8mb4_unicode_ci NOT NULL,
  `answer` text COLLATE utf8mb4_unicode_ci NOT NULL,
  `status` int(11) NOT NULL DEFAULT '1',
  `created_at` datetime NOT NULL DEFAULT CURRENT_TIMESTAMP,
  `updated_at` datetime DEFAULT NULL,
  `deleted_at` timestamp NULL DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Dumping data for table `faqs`
--

INSERT INTO `faqs` (`id`, `slug`, `question`, `answer`, `status`, `created_at`, `updated_at`, `deleted_at`) VALUES
(1, '61e96ae6967c761e96ae6967c8', 'How to change the language', 'Lorem ipsum, or lipsum as it is sometimes known, is dummy text used in laying out print, graphic or web designs. The passage is attributed to an unknown typesetter in the 15th century who is thought to have scrambled parts of Cicero\'s De Finibus Bonorum et Malorum for use in a type specimen book.', 1, '2020-02-17 15:45:47', NULL, NULL),
(2, '61e96ae6967c961e96ae6967ca', 'How to restore your chat history', 'Lorem ipsum, or lipsum as it is sometimes known, is dummy text used in laying out print, graphic or web designs. The passage is attributed to an unknown typesetter in the 15th century who is thought to have scrambled parts of Cicero\'s De Finibus Bonorum et Malorum for use in a type specimen book.', 1, '2020-02-17 15:51:16', NULL, NULL),
(3, '630337e7b83531661155303', 'aaabbb', 'aaaa\r\nvbbb', 1, '2022-08-22 08:01:43', '2022-08-23 07:14:28', NULL),
(4, '630e51bc0a20f1661882812', 'What is Gigme?', 'Gigme is an online outsourcing platform that puts clients and businesses in contact with a global network of freelancers. Any member can post a project, whether a short- or long-term job, and choose from skilled freelancers who offer bid proposals with rate quotes and time estimates for completing the work. It\'s a mutually beneficial arrangement.\r\n\r\n\r\nClients can have their pick of thousands of freelancers who have the exact skills needed to get the job done, without undertaking the expense and commitment of hiring full-time employees in person.\r\n\r\nFreelancers can access a readily available source of constant part-time and full-time work opportunities from clients who are specifically seeking them out.', 1, '2022-08-30 18:06:52', '2022-08-30 18:06:52', NULL),
(5, '630e54f62a7631661883638', 'Freelancer Fees and Charges', 'Freelancer Logo\r\nLog In Sign Up\r\nFreelancer Fees and Charges\r\nFor Employers\r\nProjects\r\nFreelancer is free to sign up, post a project, receive bids from freelancers, review the freelancer\'s portfolio and discuss the project requirements. If you choose to award the project, we charge you a small project fee relative to the value of the selected bid, as an introduction fee.\r\n\r\nThe cost and how this fee is charged depends on the type of project.\r\n\r\nFor fixed price projects, a fee of 3% or $3.00 USD (whichever is greater) is levied at the time a project has been awarded by you. If you subsequently pay the freelancer more than the original bid amount we will also charge the project fee on any overage payments.\r\n\r\nFor hourly projects, a fee of 3% is levied on each payment that you make to the freelancer.\r\n\r\nYou may cancel the project from your dashboard at any time for up to seven (7) days after the project has been accepted for a full refund of your fee.\r\n\r\nOptional project upgrades may be purchased.\r\n\r\nContests\r\nAt the time of posting a contest, employers must provide funds equivalent to the total contest prize. We have a Money Back Guarantee for this prize money.\r\n\r\nThe Money Back Guarantee entitles you to get your money back for up to 30 days from contest closing if you are not happy with the submitted entries. You can get refunded simply by contacting support.\r\n\r\nNote that refunds are not available on \'Guaranteed contests\', and this refund does not include any upgrades that you may have selected for the contest. If you\'ve already selected an entry as the winner and completed the contest handover, which has released the prize money to them, you are not eligible for a refund.\r\n\r\nThere is no contest fee for posting and awarding the contest for employers.\r\n\r\nEach additional awarded entry will also require payment of the prize for that entry.\r\n\r\nOptional contest upgrades may be purchased.\r\n\r\nServices\r\nAt the time of ordering a service, employers must provide funds equivalent to the total service price. The payment is protected by the Freelancer Milestone Payment System. Only release the payment once you are 100% happy with the work that has been delivered.\r\n\r\nFor Freelancers\r\nFreelancer is free to sign up, create a profile, select skills of projects you are interested in, upload a portfolio, receive project notifications, discuss project details with the employer, bid on projects (free members receive initially 6 bids per month) and enter contests.\r\n\r\nOptional bid upgrades may be purchased to promote a bid.\r\n\r\nProjects\r\nFor fixed price projects, if you are awarded a project, and you accept, we charge you a small project fee relative to the value of the selected bid, as an introduction fee. If you are subsequently paid more than the original bid amount, we will also charge the project fee on any overage payments.\r\n\r\nFor hourly projects, the fee is levied on each payment as it is made by the employer to you.\r\n\r\nThe fee for fixed price projects is 10% or $5.00 USD, whichever is greater, and 10% for hourly projects.\r\n\r\nContests\r\nSubmitting entries to a contest is free. Contest fee applies when you are awarded a contest prize. This fee is charged when the prize is released, which is after contest has been awarded to you and the handover of entry materials has been completed to the contest poster\'s satisfaction.\r\n\r\nThe freelancer contest fee is 10% or $5.00 USD, whichever is greater.\r\nServices\r\nIf you are subsequently hired to perform that Service, a 20% fee of the total service price is charged. This is charged when the service is ordered by way of a deduction from the payment you receive.\r\n\r\nPreferred Freelancer Program\r\nIf you are in the Preferred Freelancer Program, you will be charged 15% project fee when you are awarded and accept a Recruiter project. This will not be charged upfront, like on regular projects, but rather when you receive the payment.\r\n\r\nRefunds as Bonus Credit\r\nIn some instances, refund of fees may be done as bonus credit. This bonus may only be used on site, and can not be withdrawn or transferred. The bonus will expire in 90 days from the date of receipt.\r\n\r\n0% Fees Promotion\r\nFreelancer project commissions charged for freelancers who refer new employers that do not have an existing account on Freelancer.com and who join and create a new account, will be reduced from 10% to 0%, for all future projects performed by the referring freelancer for the referred employer.\r\n\r\nThis is subject to the following conditions:\r\n\r\nNew employers must be referred using the specific promotional links on https://www.freelancer.com/no-commission.\r\nFor the avoidance of doubt, the reduced freelancer project commission of 0% applies only in relation to new work performed by the freelancer who has successfully applied for this promotion for the specific employer to whom the application relates. The new projects must commence after the employer creates a new account on Freelancer.com and be initiated using that new account.\r\nProject commission fees for the freelancer only are lowered from 10% to 0% under this promotion. All other fees and charges remain unaffected including but not limited to employer commissions and transaction fees.\r\nThis promotion does not apply to contests.\r\nFreelancer reserves the right to review classifications of employers as new employers for the purpose of this promotion, to ensure fair use of this promotion. Employers must have worked with, and paid, the freelancer applying to use this promotion before the beginning of this promotion, for example from another platform. Freelancers may be required to provide evidence of this prior work and payment before being eligible for the commission reduction. To be eligible for this promotion, employers must not have had any active account on Freelancer.com from which a payment was made within the 6 months immediately prior to creating the new account.\r\nAll other elements of the User Agreement continue to apply - see https://www.freelancer.com/about/terms.\r\nAll other elements of the Fees and Charges component of the Additional Terms continue to apply - see https://www.freelancer.com/feesandcharges.\r\nFreelancer may require that both parties fill in and complete their profiles and/or pass identity checks before payments are released.\r\nFreelancer may require that the details for any project for which the commission reduction applies are appropriately complete.\r\nThis promotion may be withdrawn for a specific user, if significant reversals, fraud or chargebacks are observed, if Freelancer believes that there is a risk of funds being subject to reversal or chargeback, in cases of disputes between employer and freelancer, or for any other reason.\r\nFreelancer reserves the right to disallow use of this promotion in its sole and absolute discretion, with respect to fair use of this promotion, and to prevent any suspected fraud.\r\nFreelancer reserves the right to require submission of further information from any party applying to make use of this promotion, for investigating fraud and for risk management and related purposes.\r\nFreelancer reserves the right to cancel or amend this promotion at any time.\r\nFreelancer reserves the right to cancel the promotion in any region if it is deemed or becomes unlawful to offer the promotion to any resident of that region.\r\n3% Quote Fee\r\nFreelancer project commissions charged for freelancers who have a quote awarded by a new external Client will be 3% for all projects between the Freelancer and new Client. For new external Clients accepting a quote, 0% Freelancer project commissions will be charged.\r\n\r\n\"New Client\" refers to clients that have not created an account on Freelancer.com before.\r\nThe promotion does not apply if clients have multiple accounts on Freelancer.com.\r\nThis is subject to the following conditions:\r\n\r\nNew employers must be referred through accepting a quote and registering during the acceptance process.\r\nFor the avoidance of doubt, the reduced freelancer project commission of 3% applies only in relation to work performed by the freelancer who has successfully applied for this promotion for the specific employer to whom the application relates. Work must commence after the employer creates a new account on Freelancer.com and be initiated using that new account.\r\nProject commission fees for the freelancer only are lowered from 10% to 3% and client project commission fees are lowered from 3% to 0% under this promotion. All other fees and charges remain unaffected including but not limited to transaction fees.\r\nThis promotion does not apply to contests.\r\nFreelancer reserves the right to review classifications of employers as new employers for the purpose of this promotion, to ensure fair use of this promotion. To be eligible for this promotion, employers must not have had any active account on Freelancer.com from which a payment was made within the 6 months immediately prior to creating the new account.\r\nAll other elements of the User Agreement continue to apply - see https://www.freelancer.com/about/terms.\r\nAll other elements of the Fees and Charges component of the Additional Terms continue to apply - see https://www.freelancer.com/feesandcharges.\r\nFreelancer may require that both parties fill in and complete their profiles and/or pass identity checks before payments are released.\r\nFreelancer may require that the details for any project for which the commission reduction applies are appropriately complete.\r\nThis promotion may be withdrawn for a specific user, if significant reversals, fraud or chargebacks are observed, if Freelancer believes that there is a risk of funds being subject to reversal or chargeback, in cases of disputes between employer and freelancer, or for any other reason.\r\nFreelancer reserves the right to disallow use of this promotion in its sole and absolute discretion, with respect to fair use of this promotion, and to prevent any suspected fraud.\r\nFreelancer reserves the right to require submission of further information from any party applying to make use of this promotion, for investigating fraud and for risk management and related purposes.\r\nFreelancer reserves the right to cancel or amend this promotion at any time.\r\nFreelancer reserves the right to cancel the promotion in any region if it is deemed or becomes unlawful to offer the promotion to any resident of that region.\r\nMembership Plans\r\nSelect from a range of membership plans to determine the fees you pay for our service. You can work on the site as either an employer or freelancer as a free member, or gain additional benefits as a paid member by upgrading to a paid plan.\r\n\r\nMemberships will recur on either a monthly or annual basis on the anniversary of your subscription, unless cancelled. If funds are insufficient we will try to renew your membership for up to 30 days, until funds are made available.\r\n\r\nYou may cancel your membership at anytime from the user settings page, which will cease billing at the end of your subscription period without additional costs.\r\n\r\nView our membership plans\r\n\r\nOther Fees\r\nProjects\r\nThe following fees are optionally charged for additional services. Unless otherwise specified according to the benefits of a paid membership plan:\r\n\r\nPosting a Project	FREE\r\nFeatured 	$9.00 USD\r\nUrgent 	$9.00 USD\r\nPrivate 	$19.00 USD\r\nFull Time 	$199.00 USD\r\nRecruiter 	$9.50 USD\r\nNon-Disclosure Agreement (NDA) 	$19.00 USD\r\nIP Agreement 	$19.00 USD\r\nSealed 	$9.00 USD\r\nPriority 	$5.00 USD\r\nExtend 	$9.00 USD\r\nContests\r\nThe following fees are optionally charged for additional services. Unless otherwise specified according to the benefits of a paid membership plan:\r\n\r\nPosting a Contest 	FREE\r\nAwarding contest 	FREE\r\nAwarding to additional freelancers 	FREE\r\nGuaranteed 	FREE\r\nFeatured 	$30.00 USD\r\nTop Contest 	$30.00 USD\r\nUrgent 	$35.00 USD\r\nHighlight 	$15.00 USD\r\nSealed 	$30.00 USD\r\nPrivate 	$25.00 USD\r\nNon-Disclosure Agreement (NDA) 	$20.00 USD\r\nExtend 	Costs:\r\n3 days = 15% of contest prize\r\n5 days = 20% of contest prize\r\n7 days = 30% of contest prize\r\n14 days = 40% of contest prize\r\n21 days = 50% of contest prize\r\nHalf of the costs will be used to increase the contest prize (rounded to the nearest whole number).\r\nBid Fees\r\nBidding on projects 	FREE\r\nSponsored bid 	0.75% of bid amount (minimum $5.00 USD, maximum $20.00 USD)\r\nHighlight Bid 	$1.00 USD\r\nSealed Bid 	$0.10 USD\r\nContest Entry Fees\r\nSubmit an Entry	FREE\r\nSealed Entry	$0.50 USD\r\nHighlight Entry	$0.50 USD\r\nDirectory Fees\r\nDirectory sponsorship 	As selected at time of sponsoring (minimum $50.00 USD)\r\nExams\r\nTaking an exam 	Dependent on exam. As specified prior to purchase. Typically either free, $5.00 USD, $10.00 USD, or $15.00 USD.\r\nTransaction Fees\r\nTransaction fees incurred for using Credit Card, PayPal or Skrill.*	$0.30 USD + 2.3%\r\nLocal Bank Deposit	FREE\r\nInternational Wire Transfer	$15.00 USD*Australian users incur $0.30AUD + 0.99% for Credit/Debit card transactions.\r\nArbitration Fees\r\nThe arbitration fee for a milestone dispute is $5.00 USD or 5%, whichever is greater.\r\n\r\nOur dispute resolution system is designed to allow both parties to resolve issues regarding milestone payments amongst themselves without arbitration.\r\n\r\nAfter 4 days of a dispute being filed (or 7 days if the dispute is filed by the freelancer) either party may elect to move the dispute to paid arbitration. The other party will then have a further 4 days to agree to pay this fee and for both parties to submit any final evidence. If the other party fails to pay within time, they will lose the dispute.\r\n\r\nThe arbitration fee will then be refunded to the winner of the dispute.\r\n\r\nWithdrawal Fees\r\nFees may be optionally levied depending on the method of withdrawal. Additional fees may be levied by the third party offering the withdrawal method.\r\n\r\nExpress Withdrawal	FREE\r\nPayPal	FREE\r\nSkrill (Moneybookers)	FREE\r\nPayoneer Debit Card	FREE\r\nInternational Wire	$25.00 USD\r\nWe impose a minimum withdrawal, after fees, of USD $30.\r\n\r\nMaintenance Fee\r\nUser Accounts that have not logged in for six months will incur a maintenance fee of up to $12.00 USD per month until either the account is terminated or reactivated for storage, bandwidth, support and management costs of providing hosting of the user\'s profile, portfolio storage, listing in directories, provision of the HireMe service, file storage and message storage. These fees will be refunded upon request by users on subsequent reactivation.\r\n\r\nTaxes\r\nTaxes are applied based on local rates and rules defined by the user\'s country of residence / registered country.\r\n\r\nAustralia - Goods and Service Tax (GST)	10%\r\nChile - Value Added Tax (VAT)	19%\r\nEuropean Union - Value Added Tax (VAT)	VAT rates\r\nIndia - Tax Collected at Source (TCS)	1%\r\nIndia - Tax Deducted at Source (TDS)	1% / 5%\r\nMexico - Income Tax Withholding	1% / 20%\r\nMexico - Value Added Tax (VAT)	16%\r\nRussia - Value Added Tax (VAT)	20%\r\nSwitzerland - Value Added Tax (VAT)	7.7%\r\nIndia Equalisation Levy Reimbursement\r\nThe treaty relieves freelancers of withholding obligations, for the avoidance of doubt, the Equalisation Levy. You are not being charged or paying for this levy, it is a reimbursement.\r\nCLIENT\r\n\r\nIndian Resident\r\n\r\nFREELANCER\r\n\r\nIndian Resident\r\n\r\nWHO PAYS LEVY\r\n\r\nFreelancer\r\n\r\nLEVY DETAILS\r\n\r\n2% charged to Freelancer on gross earnings\r\n\r\nCLIENT\r\n\r\nIndian Resident\r\n\r\nFREELANCER\r\n\r\nOther\r\n\r\nWHO PAYS LEVY\r\n\r\nClient\r\n\r\nLEVY DETAILS\r\n\r\n2% charged to Client on gross milestone payments\r\n\r\nCLIENT\r\n\r\nOther\r\n\r\nFREELANCER\r\n\r\nIndian Resident\r\n\r\nWHO PAYS LEVY\r\n\r\nFreelancer\r\n\r\nLEVY DETAILS\r\n\r\n2% charged to Freelancer on gross earnings\r\n\r\nCLIENT\r\n\r\nOther\r\n\r\nFREELANCER\r\n\r\nOther\r\n\r\nWHO PAYS LEVY\r\n\r\nN/A\r\n\r\nLEVY DETAILS\r\n\r\nN/A\r\n\r\n* Freelancer and its affiliates do not provide tax, legal or accounting advice. This material has been prepared for informational purposes only, and is not intended to provide, and should not be relied on for, tax, legal or accounting advice. You should consult your own tax, legal and accounting advisors.\r\n\r\nUser Agreement\r\nThe fees and charges summarised on this page are governed by the terms of the Freelancer User Agreement and related site policies. The User Agreement includes other important terms and should be read in full. In particular section 23 of the User Agreement specifies the consequences of termination for violations of the User Agreement. Those consequences can include fines for damages that Freelancer will sustain as a result of actions that breach the User Agreement.', 1, '2022-08-30 18:20:38', '2022-08-30 18:23:21', NULL),
(6, '630e58d4c78b61661884628', 'How do I sign up?', 'Fill out a short signup form. You will be asked to create a unique username for identification in our system, provide a valid email address, and confirm that you have read our Terms and Conditions. You don\'t have to give any personal information to start your Freelancer membership.\r\n\r\nConfirm your email address. When you submit the registration form, we will send a verification email to the email address you provided upon signing up. Follow the link provided on the email to activate your Freelancer account.\r\n\r\nCreate your profile. Fill out your profile correctly and completely to let the Freelancer community know who you are as a person and what you\'re looking for professionally.\r\n\r\nUsers with incomplete profiles will not be allowed to bid on projects. Here are a few tips to complete your profile and get noticed:\r\n\r\nBe sure to upload a photo on your profile. It\'s much easier to recognize and relate to a face than a username.\r\n\r\nYou might want to consider using your full name or company name as your display name.\r\n\r\nYour Professional Headline is a good place to make a solid first impression. It might be your company slogan or a list of the top skills you can offer to a client. It should make other users want to know more about you.\r\n\r\nUse the Summary section to give more details about yourself. This is your chance to really make your profile stand out from the crowd. Talk about your company mission or your work history. Highlight your skills and let people in the Freelancer.com community know why you\'re the best freelancer for the job.\r\n\r\n \r\n\r\nThe information you provide on your profile page will give other users an overview of your skills and/or needs. Gigme does not share your personal and contact information on your Profile Details page.', 1, '2022-08-30 18:37:08', '2022-08-30 18:37:08', NULL),
(7, '630e5962ba20a1661884770', 'I am a client, how will Gigme work for me??', 'You can gain a competitive advantage over your competition by tapping into a skilled global workforce on demand.\r\n\r\n\r\nIf you are a small business and can\'t afford to hire a full-time staff, don\'t fret! The power of Freelancer is available for small to medium businesses! Whether it\'s a website that needs building, business cards or stationery that needs designing, a product that needs to be designed or manufactured, or research that needs to be done, this is the place for you!\r\n\r\n\r\nThousands of skilled workers are ready to start working right now! All you need to do is post a project!', 1, '2022-08-30 18:39:30', '2022-08-30 18:39:46', NULL),
(8, '630e59c7576e11661884871', 'I am a freelancer, what will GIGme do for me?', 'With Freelancer, you can work at home and tap into a global network of businesses and projects across a huge range of industries - the ultimate opportunity in job flexibility!\r\n\r\n\r\nWork on what you want, when you want and where you want to! The lifestyle of a freelancer is taking off. By working as a Freelancer online, you can greatly increase your client base and job throughput.\r\n\r\n \r\n\r\nTo start, all you need to do is sign up and start bidding. It\'s FREE!', 1, '2022-08-30 18:41:11', '2022-08-30 18:41:11', NULL),
(9, '630e5a87264dd1661885063', 'How do I get paid?', 'How do I get paid?\r\nPayments from completing projects and contests will be transferred to your Freelancer.com account. You can then have them requested to be withdrawn.\r\n\r\n \r\n\r\nYour clients can pay you via any of the following methods:\r\n\r\n \r\n\r\n \r\n\r\nMilestone Payments\r\n \r\n\r\nThe Milestone Payment System is the recommended mode of payment on the site. Your client can set funds aside for later payment once you have completed the project. The payment, called a Milestone Payment, can also be released to you by your client for every task met. Also, every Milestone Payment comes with an invoice which you can use for tax purposes.\r\n\r\n \r\n\r\nWe encourage using Proposed Milestones as early as bidding on projects to help your client see the payment schedule for the project per task in case they award you.\r\n\r\n \r\n\r\nUsing Milestone Payments also gives you and your client access to our Dispute Resolution Service in the event that your project does not go as planned.\r\n\r\n \r\n\r\nNote that quote items in quotations you send to clients turn into Milestone Payments once your client accepts your quote.\r\n\r\n \r\n\r\n \r\n\r\nTransfer Funds\r\n \r\n\r\nTransfer Funds allows your client to directly transfer payment to you via the Transfer Funds tab on their Financial Dashboard. However, we still recommend using the Milestone Payment System instead because this mode of payment is not eligible for our Dispute Resolution Service.\r\n\r\n \r\n\r\nTo ensure you have the best protection possible in an unlikely event of a dispute, keep your correspondences and payments within GIGme.com', 1, '2022-08-30 18:44:23', '2022-08-30 18:44:23', NULL);

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

--
-- Table structure for table `file_disputes`
--

CREATE TABLE `file_disputes` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `slug` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `user_id` bigint(20) UNSIGNED NOT NULL,
  `booking_id` bigint(20) UNSIGNED NOT NULL,
  `reason` text COLLATE utf8mb4_unicode_ci,
  `status` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'pending',
  `created_at` datetime NOT NULL DEFAULT CURRENT_TIMESTAMP,
  `updated_at` datetime DEFAULT NULL,
  `deleted_at` timestamp NULL DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

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

--
-- Table structure for table `gigs`
--

CREATE TABLE `gigs` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `slug` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `user_id` int(11) NOT NULL,
  `title` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `description` text COLLATE utf8mb4_unicode_ci,
  `category_id` int(11) NOT NULL,
  `is_delete` int(11) NOT NULL DEFAULT '0',
  `is_active` int(11) NOT NULL DEFAULT '1',
  `is_premium` int(11) NOT NULL DEFAULT '0',
  `status` enum('pending','accepted','rejected','completed','disputed') COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'pending',
  `created_at` datetime NOT NULL DEFAULT CURRENT_TIMESTAMP,
  `updated_at` datetime DEFAULT NULL,
  `deleted_at` timestamp NULL DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Dumping data for table `gigs`
--

INSERT INTO `gigs` (`id`, `slug`, `user_id`, `title`, `description`, `category_id`, `is_delete`, `is_active`, `is_premium`, `status`, `created_at`, `updated_at`, `deleted_at`) VALUES
(1, 'screen-writer-editor', 3, 'Screen Writer Editor', 'I am a professional screenwriter currently working for CBS, Paramount+, Amazon, and Paramount Pictures. I\'ve written features for 20th Century Fox, Warner Bros., Happy Madison, and Bad Robot. A pilot of mine was produced by NBC, as well as a children\'s episodic for Cartoon Network and an animated pilot for Adult Swim. I\'ve also done short-form comedy material for entities like The Onion, HBO, and National Lampoon.', 25, 0, 1, 0, 'pending', '2022-08-24 06:38:34', '2022-08-24 06:38:34', NULL),
(2, 'biography-writer', 3, 'Biography writer', 'I have almost two decades of writing experience; from Ghost-writing and Editing, developing Accredited Educational Textbooks and Training Programs, to Script-writing and Proofreading. My experience also includes Business Plan and Pitch Deck Design and Development, as well as writing pitches for various industries and sectors, for multi-million Dollar projects.', 4, 0, 1, 0, 'pending', '2022-08-24 06:40:53', '2022-08-24 06:40:53', NULL),
(3, 'research-articles-writer', 1, 'Research Articles writer', 'All my self-written articles include:  - Previous thorough research of the topic - Original words created to appeal to your audience - A guarantee that the articles will be plagiarism-free - Proofreading and editing to ensure quality work  All of my editing includes: - Article Flow - Fact Checking - Readability  If you are willing to cooperate and outperform the competition, feel free to contact me. Let\'s get started!', 4, 0, 1, 0, 'pending', '2022-08-24 06:47:21', '2022-08-24 06:47:21', NULL),
(4, 'test', 7, 'Test', 'Asdfsadfasfadsfasf', 29, 0, 1, 0, 'pending', '2022-09-06 11:57:03', '2022-09-06 11:57:03', NULL);

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

--
-- Table structure for table `jobs`
--

CREATE TABLE `jobs` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `queue` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `payload` longtext COLLATE utf8mb4_unicode_ci NOT NULL,
  `attempts` tinyint(3) UNSIGNED NOT NULL,
  `reserved_at` int(10) UNSIGNED DEFAULT NULL,
  `available_at` int(10) UNSIGNED NOT NULL,
  `created_at` int(10) UNSIGNED NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

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

--
-- Table structure for table `mail_templates`
--

CREATE TABLE `mail_templates` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `identifier` varchar(100) COLLATE utf8mb4_unicode_ci NOT NULL,
  `subject` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `body` text COLLATE utf8mb4_unicode_ci NOT NULL,
  `wildcard` text COLLATE utf8mb4_unicode_ci NOT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL,
  `deleted_at` timestamp NULL DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Dumping data for table `mail_templates`
--

INSERT INTO `mail_templates` (`id`, `identifier`, `subject`, `body`, `wildcard`, `created_at`, `updated_at`, `deleted_at`) VALUES
(1, 'forgot-password', 'Forgot Password Confirmation', '<table class=\"main\" style=\"border-collapse: separate; mso-table-lspace: 0pt; mso-table-rspace: 0pt; width: 100%; background: #ffffff; border-radius: 3px;\">\r\n    <tr>\r\n        <td class=\"wrapper\" style=\"font-family: sans-serif; font-size: 14px; vertical-align: top; box-sizing: border-box; padding: 20px;\">\r\n            <table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" style=\"border-collapse: separate; mso-table-lspace: 0pt; mso-table-rspace: 0pt; width: 100%;\">\r\n                <tr>\r\n                    <td style=\"font-family: sans-serif; font-size: 14px; vertical-align: top;\">\r\n                        <p style=\"font-family: sans-serif; font-size: 14px; font-weight: normal; margin: 0; Margin-bottom: 15px;\">Hi [USERNAME],</p>\r\n                        <p style=\"font-family: sans-serif; font-size: 14px; font-weight: normal; margin: 0; Margin-bottom: 15px;\">A request has been made to recover password for your account. Please follow below link to generate new password for your account :</p>\r\n                        <p><a href=\"[LINK]\">Reset Password</a></p>\r\n                        <br>\r\n                        <br>\r\n                        <p style=\"font-family: sans-serif; font-size: 14px; font-weight: normal; margin: 0; Margin-bottom: 15px;\">Regards,</p>\r\n                        <p style=\"font-family: sans-serif; font-size: 14px; font-weight: normal; margin: 0; Margin-bottom: 15px;\">© [YEAR] [APP_NAME] All Rights reserved.</p>\r\n                    </td>\r\n                </tr>\r\n            </table>\r\n        </td>\r\n    </tr>\r\n</table>\r\n', '[USERNAME],[LINK],[YEAR],[APP_NAME]', '2022-01-20 14:00:06', NULL, NULL),
(2, 'user_registration', 'Welcome to [APP_NAME]', '<table class=\"main\" style=\"border-collapse: separate; mso-table-lspace: 0pt; mso-table-rspace: 0pt; width: 100%; background: #ffffff; border-radius: 3px;\">\r\n    <tr>\r\n        <td class=\"wrapper\" style=\"font-family: sans-serif; font-size: 14px; vertical-align: top; box-sizing: border-box; padding: 20px;\">\r\n            <table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" style=\"border-collapse: separate; mso-table-lspace: 0pt; mso-table-rspace: 0pt; width: 100%;\">\r\n                <tr>\r\n                    <td style=\"font-family: sans-serif; font-size: 14px; vertical-align: top;\">\r\n                        <p style=\"font-family: sans-serif; font-size: 14px; font-weight: normal; margin: 0; Margin-bottom: 15px;\">Hi [USERNAME],</p>\r\n                        <p style=\"font-family: sans-serif; font-size: 14px; font-weight: normal; margin: 0; Margin-bottom: 15px;\">Your account has been created successfully. First, you need to confirm your account. Just click the below link</p>\r\n                        <p><a href=\"[LINK]\">Verify Now</a></p>\r\n                        <br>\r\n                        <br>\r\n                        <p style=\"font-family: sans-serif; font-size: 14px; font-weight: normal; margin: 0; Margin-bottom: 15px;\">Regards,</p>\r\n                        <p style=\"font-family: sans-serif; font-size: 14px; font-weight: normal; margin: 0; Margin-bottom: 15px;\">© [YEAR] [APP_NAME] All Rights reserved.</p>\r\n                    </td>\r\n                </tr>\r\n            </table>\r\n        </td>\r\n    </tr>\r\n</table>\r\n', '[USERNAME],[LINK],[YEAR],[APP_NAME]', '2022-01-20 14:00:06', NULL, NULL);

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

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

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

--
-- Dumping data for table `media`
--

INSERT INTO `media` (`id`, `module`, `module_id`, `filename`, `original_name`, `file_url`, `thumbnail_url`, `mime_type`, `file_type`, `image_blur_code`, `driver`, `media_type`, `meta`, `created_at`, `updated_at`, `deleted_at`) VALUES
(1, 'gigs', 1, 'IEbBhID7I6W9jDo5sBMOkLxcfgMXYre5V0rZCUnE.jpg', 'IEbBhID7I6W9jDo5sBMOkLxcfgMXYre5V0rZCUnE.jpg', 'gig_media/IEbBhID7I6W9jDo5sBMOkLxcfgMXYre5V0rZCUnE.jpg', 'gig_media/thumb_IEbBhID7I6W9jDo5sBMOkLxcfgMXYre5V0rZCUnE.jpg', 'image/jpg', 'jpg', '', 'local', 'public', NULL, NULL, NULL, NULL),
(2, 'gigs', 1, 'JY03e3Ypt8eRueqw6p4YmTRbeB8EO3z8YHTfu1BM.jpg', 'JY03e3Ypt8eRueqw6p4YmTRbeB8EO3z8YHTfu1BM.jpg', 'gig_media/JY03e3Ypt8eRueqw6p4YmTRbeB8EO3z8YHTfu1BM.jpg', 'gig_media/thumb_JY03e3Ypt8eRueqw6p4YmTRbeB8EO3z8YHTfu1BM.jpg', 'image/jpg', 'jpg', '', 'local', 'public', NULL, NULL, NULL, NULL),
(3, 'gigs', 1, 'JTQisfcopGQEUgT903tuIQPUrqHWdkqPZC5S1h9o.jpg', 'JTQisfcopGQEUgT903tuIQPUrqHWdkqPZC5S1h9o.jpg', 'gig_media/JTQisfcopGQEUgT903tuIQPUrqHWdkqPZC5S1h9o.jpg', 'gig_media/thumb_JTQisfcopGQEUgT903tuIQPUrqHWdkqPZC5S1h9o.jpg', 'image/jpg', 'jpg', '', 'local', 'public', NULL, NULL, NULL, NULL),
(4, 'gigs', 1, 'FZvk9O3pPmMckEM0idCyupC2GnsYHi0d4EoPH60d.jpg', 'FZvk9O3pPmMckEM0idCyupC2GnsYHi0d4EoPH60d.jpg', 'gig_media/FZvk9O3pPmMckEM0idCyupC2GnsYHi0d4EoPH60d.jpg', 'gig_media/thumb_FZvk9O3pPmMckEM0idCyupC2GnsYHi0d4EoPH60d.jpg', 'image/jpg', 'jpg', '', 'local', 'public', NULL, NULL, NULL, NULL),
(5, 'gigs', 2, 'd6wlKR2DaB00IKaqKrTDtXlg85enzXXQ8AlV9kDB.jpg', 'd6wlKR2DaB00IKaqKrTDtXlg85enzXXQ8AlV9kDB.jpg', 'gig_media/d6wlKR2DaB00IKaqKrTDtXlg85enzXXQ8AlV9kDB.jpg', 'gig_media/thumb_d6wlKR2DaB00IKaqKrTDtXlg85enzXXQ8AlV9kDB.jpg', 'image/jpg', 'jpg', '', 'local', 'public', NULL, NULL, NULL, NULL),
(6, 'gigs', 3, 'vu8a3Mp8iWIrh8lAqP3ByAwrZpkOn4UrvNwjCbTf.jpg', 'vu8a3Mp8iWIrh8lAqP3ByAwrZpkOn4UrvNwjCbTf.jpg', 'gig_media/vu8a3Mp8iWIrh8lAqP3ByAwrZpkOn4UrvNwjCbTf.jpg', 'gig_media/thumb_vu8a3Mp8iWIrh8lAqP3ByAwrZpkOn4UrvNwjCbTf.jpg', 'image/jpg', 'jpg', '', 'local', 'public', NULL, NULL, NULL, NULL),
(7, 'gigs', 3, '5XuRWH5QjTQHk84p7GNXBvdK0yo5LpDgl6126Z5d.jpg', '5XuRWH5QjTQHk84p7GNXBvdK0yo5LpDgl6126Z5d.jpg', 'gig_media/5XuRWH5QjTQHk84p7GNXBvdK0yo5LpDgl6126Z5d.jpg', 'gig_media/thumb_5XuRWH5QjTQHk84p7GNXBvdK0yo5LpDgl6126Z5d.jpg', 'image/jpg', 'jpg', '', 'local', 'public', NULL, NULL, NULL, NULL),
(8, 'gigs', 3, 'uPzz0TXO5fBCcPClNmPvFXTQj2pRVBzLaPq2hIdO.jpg', 'uPzz0TXO5fBCcPClNmPvFXTQj2pRVBzLaPq2hIdO.jpg', 'gig_media/uPzz0TXO5fBCcPClNmPvFXTQj2pRVBzLaPq2hIdO.jpg', 'gig_media/thumb_uPzz0TXO5fBCcPClNmPvFXTQj2pRVBzLaPq2hIdO.jpg', 'image/jpg', 'jpg', '', 'local', 'public', NULL, NULL, NULL, NULL),
(9, 'gigs', 4, 'Yc1jFP6fA5zVSGE4Yc3MfcJ4YMBvCkntLtrKEA1V.jpg', 'Yc1jFP6fA5zVSGE4Yc3MfcJ4YMBvCkntLtrKEA1V.jpg', 'gig_media/Yc1jFP6fA5zVSGE4Yc3MfcJ4YMBvCkntLtrKEA1V.jpg', 'gig_media/thumb_Yc1jFP6fA5zVSGE4Yc3MfcJ4YMBvCkntLtrKEA1V.jpg', 'image/jpg', 'jpg', '', 'local', 'public', NULL, NULL, NULL, NULL);

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

--
-- Table structure for table `migrations`
--

CREATE TABLE `migrations` (
  `id` int(10) UNSIGNED NOT NULL,
  `migration` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `batch` int(11) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Dumping data for table `migrations`
--

INSERT INTO `migrations` (`id`, `migration`, `batch`) VALUES
(32, '2019_08_19_000000_create_failed_jobs_table', 1),
(33, '2021_03_05_000000_create_cms_roles_table', 1),
(34, '2021_03_05_172240_create_cms_users_table', 1),
(35, '2021_03_05_174918_create_cms_modules_table', 1),
(36, '2021_03_05_175415_create_cms_module_permissions_table', 1),
(37, '2021_03_06_185651_create_mail_templates_table', 1),
(38, '2021_03_08_191839_create_reset_password_table', 1),
(39, '2021_03_13_121206_create_application_setting_table', 1),
(40, '2021_04_20_200223_create_user_groups_table', 1),
(41, '2021_04_20_200451_create_users_table', 1),
(42, '2021_04_20_202053_create_user_api_token_table', 1),
(43, '2021_06_04_181436_create_notification_table', 1),
(44, '2021_06_06_130550_create_notification_setting_table', 1),
(45, '2021_08_29_105840_create_jobs_table', 1),
(46, '2021_09_07_154417_create_cms_widgets_table', 1),
(47, '2021_09_07_161059_create_cms_widget_role_table', 1),
(48, '2021_09_08_081135_create_content_management_table', 1),
(49, '2021_09_08_082346_create_faqs_table', 1),
(50, '2021_09_20_180624_create_media_table', 1),
(51, '2021_11_30_121343_create_categories_table', 1),
(52, '2021_12_01_082227_create_user_preferences_table', 1),
(53, '2021_12_02_063940_create_skills_table', 1),
(54, '2021_12_02_070554_create_user_skills_table', 1),
(55, '2021_12_03_075747_create_gigs_table', 1),
(56, '2021_12_03_080928_create_packages_table', 1),
(57, '2021_12_07_062215_create_services_table', 1),
(58, '2021_12_07_062525_create_bookings_table', 1),
(59, '2021_12_07_065250_create_booking_status_log_table', 1),
(60, '2021_12_07_065556_create_rating_review_table', 1),
(61, '2021_12_17_125634_create_user_json_skill_table', 1),
(62, '2022_01_14_072309_create_booking_package_log_table', 1);

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

--
-- Table structure for table `notification`
--

CREATE TABLE `notification` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `unique_id` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `identifier` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `actor_id` int(11) NOT NULL,
  `actor_type` enum('users','cms_users') COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'users',
  `target_id` int(11) NOT NULL,
  `target_type` enum('users','cms_users') COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'users',
  `reference_id` int(11) NOT NULL,
  `reference_module` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `title` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `description` text COLLATE utf8mb4_unicode_ci NOT NULL,
  `web_redirect_link` text COLLATE utf8mb4_unicode_ci,
  `is_read` enum('0','1') COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '0',
  `is_view` enum('0','1') COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '0',
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Dumping data for table `notification`
--

INSERT INTO `notification` (`id`, `unique_id`, `identifier`, `actor_id`, `actor_type`, `target_id`, `target_type`, `reference_id`, `reference_module`, `title`, `description`, `web_redirect_link`, `is_read`, `is_view`, `created_at`, `updated_at`) VALUES
(1, '6305cacc835a9', 'booking', 2, 'users', 1, 'users', 1, 'booking', 'GIGME', 'Booking has been created', NULL, '1', '0', '2022-08-24 10:53:00', '2022-08-24 12:15:40'),
(2, '6305ccafe2b82', 'booking', 1, 'users', 2, 'users', 1, 'booking', 'GIGME', 'Youbooking#1has been accepted', NULL, '1', '0', '2022-08-24 11:01:04', '2022-08-24 11:03:35'),
(3, '6305ccf335459', 'booking', 1, 'users', 2, 'users', 1, 'booking', 'GIGME', 'Your booking#1is in progress', NULL, '1', '0', '2022-08-24 11:02:11', '2022-08-24 11:03:35'),
(4, '6305cd4475409', 'booking', 1, 'users', 2, 'users', 1, 'booking', 'GIGME', 'Your booking#1has been completed', NULL, '1', '0', '2022-08-24 11:03:32', '2022-08-24 11:03:35'),
(5, '6305d15239059', 'booking', 2, 'users', 1, 'users', 2, 'booking', 'GIGME', 'Booking has been created', NULL, '1', '0', '2022-08-24 11:20:50', '2022-08-24 12:15:40');

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

--
-- Table structure for table `notification_setting`
--

CREATE TABLE `notification_setting` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `user_id` bigint(20) UNSIGNED NOT NULL,
  `meta_key` varchar(100) COLLATE utf8mb4_unicode_ci NOT NULL,
  `meta_value` int(11) NOT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL,
  `deleted_at` timestamp NULL DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

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

--
-- Table structure for table `packages`
--

CREATE TABLE `packages` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `slug` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `package_type` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `title` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `price` int(11) NOT NULL DEFAULT '0',
  `package_details` text COLLATE utf8mb4_unicode_ci,
  `gig_id` bigint(20) UNSIGNED NOT NULL,
  `created_at` datetime NOT NULL DEFAULT CURRENT_TIMESTAMP,
  `updated_at` datetime DEFAULT NULL,
  `deleted_at` timestamp NULL DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Dumping data for table `packages`
--

INSERT INTO `packages` (`id`, `slug`, `package_type`, `title`, `price`, `package_details`, `gig_id`, `created_at`, `updated_at`, `deleted_at`) VALUES
(1, '6305c76ae04f76305c76ae04f8', 'silver', 'Silver', 100, 'I am a professional screenwriter currently working for CBS, Paramount+, Amazon, and Paramount Pictures. I\'ve written features for 20th Century Fox, Warner Bros., Happy Madison, and Bad Robot. A pilot', 1, '2022-08-24 02:38:34', NULL, NULL),
(2, '6305c76ae051d6305c76ae051e', 'gold', 'Gold', 200, 'I am a professional screenwriter currently working for CBS, Paramount+, Amazon, and Paramount Pictures. I\'ve written features for 20th Century Fox, Warner Bros., Happy Madison, and Bad Robot. A pilot', 1, '2022-08-24 02:38:34', NULL, NULL),
(3, '6305c76ae05396305c76ae053a', 'diamond', 'Diamond', 300, 'I am a professional screenwriter currently working for CBS, Paramount+, Amazon, and Paramount Pictures. I\'ve written features for 20th Century Fox, Warner Bros., Happy Madison, and Bad Robot. A pilot', 1, '2022-08-24 02:38:34', NULL, NULL),
(4, '6305c76ae05496305c76ae054a', 'custom', 'Custom', 0, ' ', 1, '2022-08-24 02:38:34', NULL, NULL),
(5, '6305c7f547fed6305c7f547fef', 'silver', 'Silver', 150, 'I have almost two decades of writing experience; from Ghost-writing and Editing, developing Accredited Educational Textbooks and Training Programs, to Script-writing and Proofreading.', 2, '2022-08-24 02:40:53', NULL, NULL),
(6, '6305c7f5480156305c7f548016', 'gold', 'Gold', 250, 'I have almost two decades of writing experience; from Ghost-writing and Editing, developing Accredited Educational Textbooks and Training Programs, to Script-writing and Proofreading. My experience', 2, '2022-08-24 02:40:53', NULL, NULL),
(7, '6305c7f5480306305c7f548031', 'diamond', 'Diamond', 350, 'I have almost two decades of writing experience; from Ghost-writing and Editing, developing Accredited Educational Textbooks and Training Programs, to Script-writing and Proofreading.', 2, '2022-08-24 02:40:53', NULL, NULL),
(8, '6305c7f5480406305c7f548041', 'custom', 'Custom', 0, ' ', 2, '2022-08-24 02:40:53', NULL, NULL),
(9, '6305c979558626305c97955864', 'silver', 'Silver', 500, 'All my self-written articles include:  - Previous thorough research of the topic - Original words created to appeal to your audience - A guarantee that the articles will be plagiarism-free - Proofread', 3, '2022-08-24 02:47:21', NULL, NULL),
(10, '6305c979558946305c97955895', 'gold', 'Gold', 700, 'All my self-written articles include:  - Previous thorough research of the topic - Original words created to appeal to your audience - A guarantee that the articles will be plagiarism-free - Proofread', 3, '2022-08-24 02:47:21', NULL, NULL),
(11, '6305c979558b76305c979558b8', 'diamond', 'Diamond', 900, 'All my self-written articles include:  - Previous thorough research of the topic - Original words created to appeal to your audience - A guarantee that the articles will be plagiarism-free - Proofread', 3, '2022-08-24 02:47:21', NULL, NULL),
(12, '6305c979558cb6305c979558cc', 'custom', 'Custom', 0, ' ', 3, '2022-08-24 02:47:21', NULL, NULL),
(13, '6317358f6eac56317358f6eac6', 'silver', 'Silver', 12, 'Sdfasd', 4, '2022-09-06 07:57:03', NULL, NULL),
(14, '6317358f6eaed6317358f6eaee', 'gold', 'Gold', 24, 'Sdasd', 4, '2022-09-06 07:57:03', NULL, NULL),
(15, '6317358f6eb086317358f6eb09', 'diamond', 'Diamond', 36, 'Sdff', 4, '2022-09-06 07:57:03', NULL, NULL),
(16, '6317358f6eb186317358f6eb19', 'custom', 'Custom', 0, ' ', 4, '2022-09-06 07:57:03', NULL, NULL);

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

--
-- Table structure for table `rating_review`
--

CREATE TABLE `rating_review` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `slug` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `actor_id` int(11) NOT NULL,
  `module_id` int(11) NOT NULL,
  `module_type` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `reference_module_id` int(11) NOT NULL,
  `reference_module_type` varchar(20) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `review` text COLLATE utf8mb4_unicode_ci,
  `reply` text COLLATE utf8mb4_unicode_ci,
  `rating` decimal(8,2) DEFAULT NULL,
  `target_id` int(11) NOT NULL,
  `target_module_type` varchar(20) COLLATE utf8mb4_unicode_ci NOT NULL,
  `status` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'pending',
  `created_at` datetime NOT NULL DEFAULT CURRENT_TIMESTAMP,
  `updated_at` datetime DEFAULT NULL,
  `deleted_at` timestamp NULL DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Dumping data for table `rating_review`
--

INSERT INTO `rating_review` (`id`, `slug`, `actor_id`, `module_id`, `module_type`, `reference_module_id`, `reference_module_type`, `review`, `reply`, `rating`, `target_id`, `target_module_type`, `status`, `created_at`, `updated_at`, `deleted_at`) VALUES
(1, '6305cd9d80cdd6305cd9d80cde', 2, 3, 'gigs', 1, 'bookings', 'Great work!', NULL, '5.00', 1, 'users', '', '2022-08-24 07:05:01', '2022-08-24 07:05:01', NULL);

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

--
-- Table structure for table `reset_password`
--

CREATE TABLE `reset_password` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `module` varchar(100) COLLATE utf8mb4_unicode_ci NOT NULL,
  `email` varchar(100) COLLATE utf8mb4_unicode_ci NOT NULL,
  `token` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL,
  `deleted_at` timestamp NULL DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

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

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

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

--
-- Dumping data for table `services`
--

INSERT INTO `services` (`id`, `slug`, `service`, `gig_id`, `created_at`, `updated_at`, `deleted_at`) VALUES
(1, '6305c76adf9736305c76adf974', 'CopyEditing', 1, '2022-08-24 02:38:34', NULL, NULL),
(2, '6305c76adf9866305c76adf987', 'ScreenWriter', 1, '2022-08-24 02:38:34', NULL, NULL),
(3, '6305c76adf98f6305c76adf990', 'Editor', 1, '2022-08-24 02:38:34', NULL, NULL),
(4, '6305c76adf9976305c76adf998', 'ContentWriter', 1, '2022-08-24 02:38:34', NULL, NULL),
(5, '6305c7f5477f16305c7f5477f2', 'Biography', 2, '2022-08-24 02:40:53', NULL, NULL),
(6, '6305c7f5478046305c7f547805', 'Editor', 2, '2022-08-24 02:40:53', NULL, NULL),
(7, '6305c7f54780d6305c7f54780e', 'Writer', 2, '2022-08-24 02:40:53', NULL, NULL),
(8, '6305c979551196305c9795511b', 'Article', 3, '2022-08-24 02:47:21', NULL, NULL),
(9, '6305c979551316305c97955132', 'Research', 3, '2022-08-24 02:47:21', NULL, NULL),
(10, '6305c9795513c6305c9795513d', 'Writer', 3, '2022-08-24 02:47:21', NULL, NULL),
(11, '6305c979551466305c97955147', 'Reader', 3, '2022-08-24 02:47:21', NULL, NULL),
(12, '6305c9795514f6305c97955150', 'Proofread', 3, '2022-08-24 02:47:21', NULL, NULL),
(13, '6317358f6e3676317358f6e369', 'Asdf', 4, '2022-09-06 07:57:03', NULL, NULL);

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

--
-- Table structure for table `skills`
--

CREATE TABLE `skills` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `slug` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `name` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `status` tinyint(4) NOT NULL DEFAULT '1',
  `user_id` int(11) NOT NULL DEFAULT '0',
  `created_at` datetime NOT NULL DEFAULT CURRENT_TIMESTAMP,
  `updated_at` datetime DEFAULT NULL,
  `deleted_at` timestamp NULL DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Dumping data for table `skills`
--

INSERT INTO `skills` (`id`, `slug`, `name`, `status`, `user_id`, `created_at`, `updated_at`, `deleted_at`) VALUES
(1, 'it-and-web', 'IT and Web', 1, 0, '2022-01-20 19:00:06', NULL, NULL),
(2, 'seo', 'SEO', 1, 0, '2022-01-20 19:00:06', NULL, NULL),
(3, 'digital-marketing', 'Digital Marketing', 1, 0, '2022-01-20 19:00:06', NULL, NULL),
(4, 'content-writing', 'Content Writing', 1, 0, '2022-01-20 19:00:06', NULL, NULL),
(5, 'vr', 'VR', 1, 0, '2022-01-20 19:00:06', NULL, NULL),
(6, 'mobile-apps', 'Mobile Apps', 1, 0, '2022-01-20 19:00:06', NULL, NULL),
(7, 'e-commerce', 'E-commerce', 1, 0, '2022-01-20 19:00:06', NULL, NULL),
(8, 'graphics', 'Graphics', 1, 0, '2022-01-20 19:00:06', NULL, NULL),
(9, 'writing', 'Writing', 1, 0, '2022-01-20 19:00:06', NULL, NULL),
(10, 'web-development', 'Web Development', 1, 0, '2022-01-20 19:00:06', NULL, NULL),
(11, 'user-persona', 'User Persona', 1, 0, '2022-01-20 19:00:06', NULL, NULL),
(12, 'ui', 'UI', 1, 0, '2022-01-20 19:00:06', NULL, NULL),
(13, 'user-experience', 'User Experience', 1, 0, '2022-01-20 19:00:06', NULL, NULL),
(14, 'animation', 'Animation', 1, 0, '2022-01-20 19:00:06', NULL, NULL),
(15, 'sketch', 'Sketch', 1, 0, '2022-01-20 19:00:06', NULL, NULL),
(16, 'story-board', 'Story Board', 1, 0, '2022-01-20 19:00:06', NULL, NULL),
(17, 'photoshop', 'Photoshop', 1, 1, '2022-01-20 14:06:54', '2022-01-20 14:06:54', NULL),
(18, 'seo-linking', 'SEO Linking', 1, 4, '2022-01-24 07:09:54', '2022-01-24 07:09:54', NULL),
(19, 'data-entry', 'Data Entry', 1, 4, '2022-01-24 07:41:45', '2022-01-24 07:41:45', NULL),
(20, 'taker', 'Taker', 0, 4, '2022-01-24 07:42:48', '2022-08-17 08:02:49', NULL),
(21, 'hello', 'hello', 0, 4, '2022-01-25 06:41:39', '2022-08-17 08:02:40', NULL),
(22, '62ffab85c1afa62ffab85c1afc', 'Musician', 1, 0, '2022-08-19 15:25:57', '2022-08-19 15:25:57', NULL),
(23, '63033297103836303329710385', 'aaa', 0, 0, '2022-08-22 07:39:03', '2022-08-22 07:39:12', NULL),
(24, '6303b8d7880926303b8d788093', 'Builder', 1, 0, '2022-08-22 17:11:51', '2022-08-22 17:11:51', NULL),
(25, '6303b8f4561926303b8f456194', 'Electrician', 1, 0, '2022-08-22 17:12:20', '2022-08-22 17:12:20', NULL),
(26, '6303b901d78236303b901d7825', 'Web designer', 1, 0, '2022-08-22 17:12:33', '2022-08-22 17:12:55', NULL),
(27, '6303b92ea93206303b92ea9321', 'Cleaner', 1, 0, '2022-08-22 17:13:18', '2022-08-22 17:14:28', NULL),
(28, '6303ba297b6086303ba297b609', 'Housesitter', 1, 0, '2022-08-22 17:17:29', '2022-08-22 17:17:29', NULL),
(29, '6303ba3f5ee6c6303ba3f5ee6e', 'Babysitter', 1, 0, '2022-08-22 17:17:51', '2022-08-22 17:17:55', NULL),
(30, 'crash', 'crash', 1, 3, '2022-09-06 12:09:43', '2022-09-06 12:09:43', NULL),
(31, 'tester', 'tester', 1, 3, '2022-09-06 13:13:30', '2022-09-06 13:13:30', NULL),
(32, 'new', 'new', 1, 3, '2022-09-07 07:19:20', '2022-09-07 07:19:20', NULL),
(33, 'abcde', 'abcde', 1, 3, '2022-09-07 08:16:25', '2022-09-07 08:16:25', NULL),
(34, 'dsfdsfg', 'dsfdsfg', 1, 3, '2022-09-07 08:17:11', '2022-09-07 08:17:11', NULL),
(35, 'dsfdsfgas', 'dsfdsfgas', 1, 3, '2022-09-07 08:17:31', '2022-09-07 08:17:31', NULL),
(36, 'dsfdsfga', 'dsfdsfga', 1, 3, '2022-09-07 08:17:51', '2022-09-07 08:17:51', NULL),
(37, 'test', 'test', 1, 3, '2022-09-07 08:21:45', '2022-09-07 08:21:45', NULL),
(38, 'asd', 'asd', 1, 3, '2022-09-07 08:24:24', '2022-09-07 08:24:24', NULL),
(39, 'asdfsdf', 'asdfsdf', 1, 3, '2022-09-07 08:24:36', '2022-09-07 08:24:36', NULL),
(40, 'jjjjjj', 'jjjjjj', 1, 2, '2022-09-07 12:49:08', '2022-09-07 12:49:08', NULL);

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

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

CREATE TABLE `users` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `user_group_id` bigint(20) UNSIGNED NOT NULL,
  `name` varchar(100) COLLATE utf8mb4_unicode_ci NOT NULL,
  `username` varchar(100) COLLATE utf8mb4_unicode_ci NOT NULL,
  `slug` varchar(100) COLLATE utf8mb4_unicode_ci NOT NULL,
  `email` varchar(100) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `mobile_no` varchar(50) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `password` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `image_url` text COLLATE utf8mb4_unicode_ci,
  `image_blur_code` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `status` enum('1','0') COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '1',
  `is_complete` int(11) NOT NULL DEFAULT '0',
  `is_email_verify` enum('1','0') COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '0',
  `email_verify_at` datetime DEFAULT NULL,
  `is_mobile_verify` enum('1','0') COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '0',
  `mobile_verify_at` datetime DEFAULT NULL,
  `country` varchar(100) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `city` varchar(100) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `state` varchar(100) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `zipcode` varchar(100) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `location` text COLLATE utf8mb4_unicode_ci,
  `latitude` varchar(100) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `longitude` varchar(100) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `online_status` enum('1','0') COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '0',
  `mobile_otp` varchar(100) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `email_otp` varchar(100) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `bio` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `years_of_experience` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `review_count` int(11) NOT NULL DEFAULT '0',
  `total_rating` decimal(10,1) DEFAULT NULL,
  `total_booking` int(11) NOT NULL DEFAULT '0',
  `remember_token` varchar(100) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL,
  `deleted_at` timestamp NULL DEFAULT NULL,
  `gateway_customer_id` varchar(50) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `total_earning` int(11) NOT NULL DEFAULT '0',
  `total_cashout` int(11) NOT NULL DEFAULT '0',
  `current_balance` int(11) NOT NULL DEFAULT '0'
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

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

INSERT INTO `users` (`id`, `user_group_id`, `name`, `username`, `slug`, `email`, `mobile_no`, `password`, `image_url`, `image_blur_code`, `status`, `is_complete`, `is_email_verify`, `email_verify_at`, `is_mobile_verify`, `mobile_verify_at`, `country`, `city`, `state`, `zipcode`, `location`, `latitude`, `longitude`, `online_status`, `mobile_otp`, `email_otp`, `bio`, `years_of_experience`, `review_count`, `total_rating`, `total_booking`, `remember_token`, `created_at`, `updated_at`, `deleted_at`, `gateway_customer_id`, `total_earning`, `total_cashout`, `current_balance`) VALUES
(1, 2, 'Henry', 'henry', 'henry', 'Henry@yopmail.com', '+1-8004444123', '$2y$10$0uAYxYHXDA/YnkXmC6MuwueLKNZVmAInavhZTosxjx3fg7l.ORrYy', 'users/5vzpQbqQqaoQ7UlSOYDygYdLEk3u66ywwW8W77Wf.jpg', NULL, '1', 1, '1', '2022-08-24 06:27:07', '0', NULL, NULL, NULL, NULL, NULL, 'dubai hills estate mall s/n - 462Q+FW3 - دبي - United Arab Emirates', '25.101196504061633', '55.239937249571085', '0', NULL, NULL, 'I am an expert biography writer with over a decade of experience. Throughout my career, I have written thousands of biographies for various types of clients. These clients include A-list actors, real estate brokers, working professionals, blue collar work', '16', 1, '5.0', 1, NULL, '2022-08-24 10:26:53', '2022-08-24 12:00:50', NULL, 'cus_MIogZbHOCY1CZe', 485, 100, 385),
(2, 2, 'Charles', 'charles', 'charles', 'Charles@yopmail.com', '+1-8004444124', '$2y$10$yhbNmSAoGsfXNjwyjsxhMuA7/4g/zN22Zt5wl3Ud7be.QRefk6d32', 'users/5VpqFn8tbkECQWt9Apz5BOii7l3m9MsLZW0s4qxI.jpg', NULL, '1', 1, '1', '2022-08-24 06:27:58', '0', NULL, NULL, NULL, NULL, NULL, '2206 Pine St, San Francisco, CA 94115, USA', '37.78824994088178', '-122.43240002542734', '0', NULL, NULL, 'Hdhddhh', '22', 0, NULL, 0, NULL, '2022-08-24 10:27:49', '2022-09-07 16:47:29', NULL, 'cus_MIohpmhY6lRmtz', 0, 0, 0),
(3, 1, 'Peter', 'peter', 'peter', 'Peter@yopmail.com', '+1-8004444125', '$2y$10$a/hMByhB65zCXCldcHRQbehbIxU3lNr1koAnsVTUBCsrefk1S2bU6', 'users/L5OpdUyjI3VsLduHo4ksnINj78NAPHfiCp3xO3Z7.jpg', NULL, '1', 1, '1', '2022-08-24 06:28:50', '0', NULL, NULL, NULL, NULL, NULL, '101, Block 8 Clifton, Karachi, Karachi City, Sindh 75600, Pakistan', '24.829057927032224', '67.04146765172482', '0', NULL, NULL, 'I am a professional screenwriter currently working for CBS, Paramount+, Amazon, and Paramount Pictures. I\'ve written features for 20th Century Fox, Warner Bros., Happy Madison, and Bad Robot. A pilot of mine was produced by NBC, as well as a children\'s ep', '7', 0, NULL, 0, NULL, '2022-08-24 10:28:40', '2022-09-07 17:03:34', NULL, 'cus_MIoizdVghRL34E', 0, 0, 0),
(4, 1, 'Test', 'test', 'test', 'Test12@gmail.com', '+1-8003256890', '$2y$10$HbPAKSqSNgVfnzl6GxZKAub0ddYl4TvNdyQahLEVW0eatiFkt8kdq', NULL, NULL, '1', 0, '0', NULL, '0', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL, NULL, NULL, NULL, 0, NULL, 0, NULL, '2022-08-30 14:05:45', '2022-08-30 14:05:45', NULL, 'cus_ML7ZQW9t5YLfPg', 0, 0, 0),
(5, 1, 'John', 'john', 'john', 'Johndoe@mailinator.com', '+1-8003568632', '$2y$10$MyshTd1vfQuMoxDBrUw4oOkWoC9vxBznnzSKbujNYBid77HCYCGU.', NULL, NULL, '1', 0, '1', '2022-08-30 10:12:45', '0', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL, NULL, NULL, NULL, 0, NULL, 0, NULL, '2022-08-30 14:07:38', '2022-08-30 14:12:45', NULL, 'cus_ML7bpkjuxRqYUa', 0, 0, 0),
(6, 1, 'John doe', 'john-doe', 'john-doe', 'John1@yopmail.com', '+1-8009845632', '$2y$10$6Niqi1rwoI8.DLdWTd6pQ.Vco/V9Bj78dpojvOr4phezWA0SN3NFG', NULL, NULL, '1', 0, '1', '2022-09-06 11:17:35', '0', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL, NULL, NULL, NULL, 0, NULL, 0, NULL, '2022-09-06 15:17:16', '2022-09-06 15:17:35', NULL, 'cus_MNlIUIcAiIXqPo', 0, 0, 0),
(7, 2, 'John Freelancer', 'john-freelancer', 'john-freelancer', 'John2@yopmail.com', '+1-8009845675', '$2y$10$/V8EVQD2YEsSrMW0.P0g5.hAXq5KCb.i/2tv7fYS6VyS58CAtnKV6', NULL, NULL, '1', 1, '1', '2022-09-06 11:22:53', '0', NULL, NULL, NULL, NULL, NULL, '1900 Pacific Ave, San Francisco, CA 94109, USA', '37.79456454601976', '-122.4268864095211', '0', NULL, NULL, 'Df', '6', 0, NULL, 0, NULL, '2022-09-06 15:22:07', '2022-09-06 15:57:52', NULL, 'cus_MNlN4Bo77QFfUB', 0, 0, 0);

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

--
-- Table structure for table `user_api_token`
--

CREATE TABLE `user_api_token` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `user_id` bigint(20) UNSIGNED NOT NULL,
  `api_token` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `refresh_token` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `udid` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `device_type` varchar(100) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `device_token` text COLLATE utf8mb4_unicode_ci,
  `platform_type` varchar(100) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'custom',
  `platform_id` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `ip_address` varchar(50) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `user_agent` text COLLATE utf8mb4_unicode_ci,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL,
  `deleted_at` timestamp NULL DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Dumping data for table `user_api_token`
--

INSERT INTO `user_api_token` (`id`, `user_id`, `api_token`, `refresh_token`, `udid`, `device_type`, `device_token`, `platform_type`, `platform_id`, `ip_address`, `user_agent`, `created_at`, `updated_at`, `deleted_at`) VALUES
(12, 4, '77bf642d6f81bcf3bd2fea896de1a79b71afdf1e138cc8406cab7d8894dbf1c3', 'c69f4814d3129908b4fe7c9f524080e9b6d74c02355c956fb9b4789f76c39b57', 'api.Pd*!(5675', 'android', '91456c51-4635-4a74-b225-abd9d989e294', 'custom', NULL, '110.93.250.194', 'okhttp/4.9.1', '2022-08-30 14:05:45', NULL, NULL),
(13, 5, '3bc01aa88d3da8f2128a0e7defbcf5ffedbf5690c768483c104b10d9fe088a48', '78ef615af1314889e8dd852ee75cf980e7073db4e6d1ccf7494852e84642c6d1', 'api.Pd*!(5675', 'android', '91456c51-4635-4a74-b225-abd9d989e294', 'custom', NULL, '110.93.250.194', 'okhttp/4.9.1', '2022-08-30 14:08:11', '2022-08-30 14:08:11', NULL),
(25, 3, '77bc498fc294425c315f2d18fe1373301f3a8e1d3781fbdd41ef7c36c03c0f78', '363a6092cfcb64a45cae201f3bd1fd69de290211b4ee2096f10b1d7a1db320fb', 'api.Pd*!(5675', 'android', '6d8b1881-2378-46b0-a6ec-fa17c2776673', 'custom', NULL, '110.93.250.194', 'okhttp/4.9.1', '2022-09-07 17:00:57', '2022-09-07 17:00:57', NULL);

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

--
-- Table structure for table `user_billing_account`
--

CREATE TABLE `user_billing_account` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `slug` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `user_id` int(11) NOT NULL,
  `first_name` varchar(100) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `last_name` varchar(100) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `email` varchar(100) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `mobile_no` varchar(50) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `date_of_birth` date DEFAULT NULL,
  `location` text COLLATE utf8mb4_unicode_ci,
  `ssn` int(11) DEFAULT NULL,
  `account_number` int(11) NOT NULL,
  `routing_number` int(11) NOT NULL,
  `card_holder_name` text COLLATE utf8mb4_unicode_ci NOT NULL,
  `image_front` text COLLATE utf8mb4_unicode_ci,
  `image_back` text COLLATE utf8mb4_unicode_ci,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL,
  `deleted_at` timestamp NULL DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Dumping data for table `user_billing_account`
--

INSERT INTO `user_billing_account` (`id`, `slug`, `user_id`, `first_name`, `last_name`, `email`, `mobile_no`, `date_of_birth`, `location`, `ssn`, `account_number`, `routing_number`, `card_holder_name`, `image_front`, `image_back`, `created_at`, `updated_at`, `deleted_at`) VALUES
(1, '6305de1a9471e6305de1a9471f', 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 456123, 123456, 'Ccccx', NULL, NULL, '2022-08-24 12:15:22', '2022-08-24 12:15:22', NULL);

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

--
-- Table structure for table `user_card_detail`
--

CREATE TABLE `user_card_detail` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `user_id` int(11) NOT NULL,
  `customer_id` varchar(50) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `card_id` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `last_4_digit` int(4) NOT NULL DEFAULT '0',
  `is_default` enum('1','0') COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '1',
  `card_brand` text COLLATE utf8mb4_unicode_ci,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL,
  `deleted_at` timestamp NULL DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Dumping data for table `user_card_detail`
--

INSERT INTO `user_card_detail` (`id`, `user_id`, `customer_id`, `card_id`, `last_4_digit`, `is_default`, `card_brand`, `created_at`, `updated_at`, `deleted_at`) VALUES
(1, 2, 'cus_MIohpmhY6lRmtz', 'card_1LaDRpKFcCzojb2qsFsGVXRh', 4242, '1', 'Visa', '2022-08-24 10:52:23', NULL, NULL),
(2, 2, 'cus_MIohpmhY6lRmtz', 'card_1LaDRpKFcCzojb2qMkzqHglr', 4242, '0', 'Visa', '2022-08-24 10:52:24', NULL, NULL),
(3, 5, 'cus_ML7bpkjuxRqYUa', 'card_1LcRNtKFcCzojb2qZVm2FSrY', 4242, '0', 'Visa', '2022-08-30 14:09:32', '2022-08-30 14:11:16', '2022-08-30 14:11:16'),
(4, 5, 'cus_ML7bpkjuxRqYUa', 'card_1LcRPMKFcCzojb2qt1jRyTSR', 4444, '1', 'MasterCard', '2022-08-30 14:11:03', '2022-08-30 14:11:10', NULL),
(5, 6, 'cus_MNlIUIcAiIXqPo', 'card_1Lf0MFKFcCzojb2qnQk0rJti', 4242, '0', 'Visa', '2022-09-06 15:54:26', '2022-09-06 15:55:08', NULL),
(6, 6, 'cus_MNlIUIcAiIXqPo', 'card_1Lf0MFKFcCzojb2qujt7QZyB', 4242, '0', 'Visa', '2022-09-06 15:54:27', '2022-09-06 15:55:12', NULL),
(7, 6, 'cus_MNlIUIcAiIXqPo', 'card_1Lf0MsKFcCzojb2qHtzhDjXM', 4444, '1', 'MasterCard', '2022-09-06 15:55:04', '2022-09-06 15:55:12', NULL),
(8, 3, 'cus_MIoizdVghRL34E', 'card_1LfNwRKFcCzojb2qXOGrzHR2', 4242, '1', 'Visa', '2022-09-07 17:05:22', '2022-09-07 17:06:11', NULL),
(9, 3, 'cus_MIoizdVghRL34E', 'card_1LfNwjKFcCzojb2qLwYW5nD7', 4444, '0', 'MasterCard', '2022-09-07 17:05:40', '2022-09-07 17:06:11', NULL),
(10, 3, 'cus_MIoizdVghRL34E', 'card_1LfNwkKFcCzojb2qVqSYLKHJ', 4444, '0', 'MasterCard', '2022-09-07 17:05:41', NULL, NULL);

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

--
-- Table structure for table `user_cashout_request`
--

CREATE TABLE `user_cashout_request` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `slug` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `user_id` int(11) NOT NULL,
  `amount` int(11) NOT NULL,
  `status` enum('pending','approved','rejected') COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'pending',
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL,
  `deleted_at` timestamp NULL DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Dumping data for table `user_cashout_request`
--

INSERT INTO `user_cashout_request` (`id`, `slug`, `user_id`, `amount`, `status`, `created_at`, `updated_at`, `deleted_at`) VALUES
(1, '6305cde0a181e6305cde0a1820', 1, 100, 'pending', '2022-08-24 11:06:08', '2022-08-24 11:06:08', NULL);

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

--
-- Table structure for table `user_earnings`
--

CREATE TABLE `user_earnings` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `user_id` int(11) NOT NULL,
  `module_id` int(11) NOT NULL,
  `module` text COLLATE utf8mb4_unicode_ci NOT NULL,
  `amount` decimal(11,2) NOT NULL,
  `admin_amount` decimal(11,2) NOT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL,
  `deleted_at` timestamp NULL DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Dumping data for table `user_earnings`
--

INSERT INTO `user_earnings` (`id`, `user_id`, `module_id`, `module`, `amount`, `admin_amount`, `created_at`, `updated_at`, `deleted_at`) VALUES
(1, 1, 1, 'booking', '485.20', '14.80', '2022-08-24 11:03:32', NULL, NULL);

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

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

CREATE TABLE `user_groups` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `title` varchar(50) COLLATE utf8mb4_unicode_ci NOT NULL,
  `slug` varchar(50) COLLATE utf8mb4_unicode_ci NOT NULL,
  `status` enum('1','0') COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '1',
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL,
  `deleted_at` timestamp NULL DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

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

INSERT INTO `user_groups` (`id`, `title`, `slug`, `status`, `created_at`, `updated_at`, `deleted_at`) VALUES
(1, 'App User', 'app-user', '1', '2022-01-20 14:00:06', NULL, NULL),
(2, 'Freelancer', 'freelancer', '1', '2022-01-20 14:00:06', NULL, NULL);

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

--
-- Table structure for table `user_json_skills`
--

CREATE TABLE `user_json_skills` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `user_id` bigint(20) UNSIGNED NOT NULL,
  `skill_data` longtext COLLATE utf8mb4_unicode_ci,
  `created_at` datetime NOT NULL DEFAULT CURRENT_TIMESTAMP,
  `updated_at` datetime DEFAULT NULL,
  `deleted_at` timestamp NULL DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

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

--
-- Table structure for table `user_preferences`
--

CREATE TABLE `user_preferences` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `category_id` bigint(20) UNSIGNED NOT NULL,
  `user_id` bigint(20) UNSIGNED NOT NULL,
  `created_at` datetime NOT NULL DEFAULT CURRENT_TIMESTAMP,
  `updated_at` datetime DEFAULT NULL,
  `deleted_at` timestamp NULL DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Dumping data for table `user_preferences`
--

INSERT INTO `user_preferences` (`id`, `category_id`, `user_id`, `created_at`, `updated_at`, `deleted_at`) VALUES
(15, 26, 3, '2022-08-24 02:28:40', NULL, NULL),
(16, 25, 3, '2022-08-24 02:28:40', NULL, NULL),
(17, 24, 3, '2022-08-24 02:28:40', NULL, NULL),
(18, 23, 3, '2022-08-24 02:28:40', NULL, NULL),
(19, 22, 3, '2022-08-24 02:28:40', NULL, NULL),
(20, 27, 3, '2022-08-24 02:28:40', NULL, NULL),
(21, 24, 1, '2022-08-24 02:43:24', NULL, NULL),
(22, 23, 1, '2022-08-24 02:43:24', NULL, NULL),
(23, 25, 1, '2022-08-24 02:43:24', NULL, NULL),
(24, 22, 1, '2022-08-24 02:43:24', NULL, NULL),
(25, 26, 1, '2022-08-24 02:43:24', NULL, NULL),
(26, 27, 1, '2022-08-24 02:43:24', NULL, NULL),
(27, 26, 2, '2022-08-24 02:49:33', NULL, NULL),
(28, 25, 2, '2022-08-24 02:49:33', NULL, NULL),
(29, 24, 2, '2022-08-24 02:49:33', NULL, NULL),
(30, 27, 2, '2022-08-24 02:49:33', NULL, NULL),
(31, 29, 2, '2022-08-24 02:49:33', NULL, NULL),
(32, 21, 2, '2022-08-24 02:49:33', NULL, NULL),
(33, 20, 2, '2022-08-24 02:49:33', NULL, NULL),
(34, 22, 2, '2022-08-24 02:49:33', NULL, NULL),
(35, 20, 4, '2022-08-30 06:05:45', NULL, NULL),
(36, 20, 5, '2022-08-30 06:07:38', NULL, NULL),
(37, 29, 5, '2022-08-30 06:07:38', NULL, NULL),
(38, 27, 5, '2022-08-30 06:07:38', NULL, NULL),
(39, 29, 6, '2022-09-06 07:17:16', NULL, NULL),
(40, 26, 6, '2022-09-06 07:17:16', NULL, NULL),
(41, 27, 6, '2022-09-06 07:17:16', NULL, NULL),
(42, 23, 7, '2022-09-06 07:22:07', NULL, NULL),
(43, 21, 7, '2022-09-06 07:22:07', NULL, NULL),
(44, 27, 7, '2022-09-06 07:22:07', NULL, NULL),
(45, 28, 7, '2022-09-06 07:22:07', NULL, NULL),
(46, 29, 7, '2022-09-06 07:22:07', NULL, NULL);

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

--
-- Table structure for table `user_skills`
--

CREATE TABLE `user_skills` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `skill_id` bigint(20) UNSIGNED NOT NULL,
  `user_id` bigint(20) UNSIGNED NOT NULL,
  `created_at` datetime NOT NULL DEFAULT CURRENT_TIMESTAMP,
  `updated_at` datetime DEFAULT NULL,
  `deleted_at` timestamp NULL DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Dumping data for table `user_skills`
--

INSERT INTO `user_skills` (`id`, `skill_id`, `user_id`, `created_at`, `updated_at`, `deleted_at`) VALUES
(5, 26, 1, '2022-08-24 02:44:22', NULL, NULL),
(6, 16, 1, '2022-08-24 02:44:22', NULL, NULL),
(7, 15, 1, '2022-08-24 02:44:22', NULL, NULL),
(8, 29, 7, '2022-09-06 07:23:49', NULL, NULL),
(9, 28, 7, '2022-09-06 07:23:49', NULL, NULL),
(10, 27, 7, '2022-09-06 07:23:49', NULL, NULL),
(11, 26, 7, '2022-09-06 07:23:49', NULL, NULL),
(12, 22, 7, '2022-09-06 07:23:49', NULL, NULL),
(13, 24, 7, '2022-09-06 07:23:49', NULL, NULL),
(14, 25, 7, '2022-09-06 07:23:49', NULL, NULL),
(15, 15, 7, '2022-09-06 07:23:49', NULL, NULL),
(84, 31, 3, '2022-09-07 07:16:06', NULL, NULL),
(85, 32, 3, '2022-09-07 07:16:06', NULL, NULL),
(102, 25, 2, '2022-09-07 08:49:14', NULL, NULL),
(103, 24, 2, '2022-09-07 08:49:14', NULL, NULL),
(104, 22, 2, '2022-09-07 08:49:14', NULL, NULL),
(105, 26, 2, '2022-09-07 08:49:14', NULL, NULL),
(106, 29, 2, '2022-09-07 08:49:14', NULL, NULL),
(107, 27, 2, '2022-09-07 08:49:14', NULL, NULL),
(108, 15, 2, '2022-09-07 08:49:14', NULL, NULL),
(109, 40, 2, '2022-09-07 08:49:14', NULL, NULL);

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

--
-- Table structure for table `user_transactions`
--

CREATE TABLE `user_transactions` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `user_id` int(11) NOT NULL,
  `user_card_id` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `gateway_charge_id` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `module_id` int(11) NOT NULL,
  `module` text COLLATE utf8mb4_unicode_ci NOT NULL,
  `charge_amount` int(11) NOT NULL,
  `platform_fee` decimal(10,2) NOT NULL,
  `net_amount` decimal(11,2) NOT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL,
  `deleted_at` timestamp NULL DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Dumping data for table `user_transactions`
--

INSERT INTO `user_transactions` (`id`, `user_id`, `user_card_id`, `gateway_charge_id`, `module_id`, `module`, `charge_amount`, `platform_fee`, `net_amount`, `created_at`, `updated_at`, `deleted_at`) VALUES
(1, 2, 'card_1LaDRpKFcCzojb2qsFsGVXRh', 'ch_3LaDaEKFcCzojb2q1EamBcER', 1, 'booking', 500, '14.80', '485.20', '2022-08-24 11:01:03', NULL, NULL),
(2, 6, 'card_1Lf0MFKFcCzojb2qnQk0rJti', 'ch_3Lf0RiKFcCzojb2q0DJ3n2IF', 5, 'booking', 12, '0.65', '11.35', '2022-09-06 16:00:03', NULL, NULL),
(3, 6, 'card_1Lf0MFKFcCzojb2qnQk0rJti', 'ch_3Lf0UaKFcCzojb2q0axPrzEw', 6, 'booking', 24, '1.00', '23.00', '2022-09-06 16:03:01', NULL, NULL),
(4, 2, 'card_1LaDRpKFcCzojb2qsFsGVXRh', 'ch_3Lf0WcKFcCzojb2q0COJnKO1', 4, 'booking', 300, '9.00', '291.00', '2022-09-06 16:05:07', NULL, NULL),
(5, 2, 'card_1LaDRpKFcCzojb2qsFsGVXRh', 'ch_3Lf0XOKFcCzojb2q12P5NWWA', 3, 'booking', 250, '7.55', '242.45', '2022-09-06 16:05:55', NULL, NULL);

--
-- Indexes for dumped tables
--

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

--
-- Indexes for table `bookings`
--
ALTER TABLE `bookings`
  ADD PRIMARY KEY (`id`),
  ADD UNIQUE KEY `bookings_slug_unique` (`slug`),
  ADD KEY `bookings_actor_id_foreign` (`actor_id`),
  ADD KEY `bookings_gig_id_foreign` (`gig_id`);

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

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

--
-- Indexes for table `categories`
--
ALTER TABLE `categories`
  ADD PRIMARY KEY (`id`),
  ADD UNIQUE KEY `categories_slug_unique` (`slug`),
  ADD UNIQUE KEY `categories_title_unique` (`title`);

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

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

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

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

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

--
-- Indexes for table `cms_modules`
--
ALTER TABLE `cms_modules`
  ADD PRIMARY KEY (`id`),
  ADD UNIQUE KEY `cms_modules_name_unique` (`name`),
  ADD UNIQUE KEY `cms_modules_route_name_unique` (`route_name`);

--
-- Indexes for table `cms_module_permissions`
--
ALTER TABLE `cms_module_permissions`
  ADD PRIMARY KEY (`id`),
  ADD KEY `cms_module_permissions_cms_role_id_foreign` (`cms_role_id`),
  ADD KEY `cms_module_permissions_cms_module_id_foreign` (`cms_module_id`);

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

--
-- Indexes for table `cms_users`
--
ALTER TABLE `cms_users`
  ADD PRIMARY KEY (`id`),
  ADD UNIQUE KEY `cms_users_username_unique` (`username`),
  ADD UNIQUE KEY `cms_users_slug_unique` (`slug`),
  ADD UNIQUE KEY `cms_users_email_unique` (`email`),
  ADD UNIQUE KEY `cms_users_mobile_no_unique` (`mobile_no`),
  ADD KEY `cms_users_cms_role_id_foreign` (`cms_role_id`);

--
-- Indexes for table `cms_widgets`
--
ALTER TABLE `cms_widgets`
  ADD PRIMARY KEY (`id`),
  ADD KEY `cms_widgets_widget_type_index` (`widget_type`);

--
-- Indexes for table `cms_widget_role`
--
ALTER TABLE `cms_widget_role`
  ADD PRIMARY KEY (`id`),
  ADD KEY `cms_widget_role_cms_widget_id_foreign` (`cms_widget_id`),
  ADD KEY `cms_widget_role_cms_role_id_foreign` (`cms_role_id`);

--
-- Indexes for table `content_management`
--
ALTER TABLE `content_management`
  ADD PRIMARY KEY (`id`),
  ADD KEY `content_management_slug_index` (`slug`);

--
-- Indexes for table `failed_jobs`
--
ALTER TABLE `failed_jobs`
  ADD PRIMARY KEY (`id`),
  ADD UNIQUE KEY `failed_jobs_uuid_unique` (`uuid`);

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

--
-- Indexes for table `file_disputes`
--
ALTER TABLE `file_disputes`
  ADD PRIMARY KEY (`id`),
  ADD UNIQUE KEY `file_disputes_slug_unique` (`slug`),
  ADD KEY `file_disputes_user_id_foreign` (`user_id`),
  ADD KEY `file_disputes_booking_id_foreign` (`booking_id`);

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

--
-- Indexes for table `jobs`
--
ALTER TABLE `jobs`
  ADD PRIMARY KEY (`id`),
  ADD KEY `jobs_queue_index` (`queue`);

--
-- Indexes for table `mail_templates`
--
ALTER TABLE `mail_templates`
  ADD PRIMARY KEY (`id`),
  ADD UNIQUE KEY `mail_templates_identifier_unique` (`identifier`);

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

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

--
-- Indexes for table `notification`
--
ALTER TABLE `notification`
  ADD PRIMARY KEY (`id`),
  ADD KEY `notification_unique_id_identifier_target_id_index` (`unique_id`,`identifier`,`target_id`);

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

--
-- Indexes for table `packages`
--
ALTER TABLE `packages`
  ADD PRIMARY KEY (`id`),
  ADD UNIQUE KEY `packages_slug_unique` (`slug`),
  ADD KEY `packages_gig_id_foreign` (`gig_id`);

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

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

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

--
-- Indexes for table `skills`
--
ALTER TABLE `skills`
  ADD PRIMARY KEY (`id`),
  ADD UNIQUE KEY `skills_slug_unique` (`slug`),
  ADD UNIQUE KEY `skills_name_unique` (`name`);

--
-- 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 `index1` (`user_group_id`,`slug`,`email`,`mobile_no`,`is_email_verify`,`status`);

--
-- Indexes for table `user_api_token`
--
ALTER TABLE `user_api_token`
  ADD PRIMARY KEY (`id`),
  ADD UNIQUE KEY `user_api_token_api_token_unique` (`api_token`),
  ADD UNIQUE KEY `user_api_token_refresh_token_unique` (`refresh_token`),
  ADD KEY `user_api_token_user_id_foreign` (`user_id`),
  ADD KEY `user_api_token_api_token_index` (`api_token`);

--
-- Indexes for table `user_billing_account`
--
ALTER TABLE `user_billing_account`
  ADD PRIMARY KEY (`id`),
  ADD UNIQUE KEY `user_billing_account_email_unique` (`email`),
  ADD UNIQUE KEY `user_billing_account_mobile_no_unique` (`mobile_no`);

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

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

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

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

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

--
-- Indexes for table `user_preferences`
--
ALTER TABLE `user_preferences`
  ADD PRIMARY KEY (`id`),
  ADD KEY `user_preferences_user_id_foreign` (`user_id`),
  ADD KEY `user_preferences_category_id_user_id_index` (`category_id`,`user_id`);

--
-- Indexes for table `user_skills`
--
ALTER TABLE `user_skills`
  ADD PRIMARY KEY (`id`),
  ADD KEY `user_skills_user_id_foreign` (`user_id`),
  ADD KEY `user_skills_skill_id_user_id_index` (`skill_id`,`user_id`);

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

--
-- AUTO_INCREMENT for dumped tables
--

--
-- AUTO_INCREMENT for table `application_setting`
--
ALTER TABLE `application_setting`
  MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=11;

--
-- AUTO_INCREMENT for table `bookings`
--
ALTER TABLE `bookings`
  MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=7;

--
-- AUTO_INCREMENT for table `booking_package_log`
--
ALTER TABLE `booking_package_log`
  MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=7;

--
-- AUTO_INCREMENT for table `booking_status_log`
--
ALTER TABLE `booking_status_log`
  MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=14;

--
-- AUTO_INCREMENT for table `categories`
--
ALTER TABLE `categories`
  MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=30;

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

--
-- AUTO_INCREMENT for table `chat_message_delete`
--
ALTER TABLE `chat_message_delete`
  MODIFY `id` int(11) NOT NULL AUTO_INCREMENT;

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

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

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

--
-- AUTO_INCREMENT for table `cms_modules`
--
ALTER TABLE `cms_modules`
  MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=15;

--
-- AUTO_INCREMENT for table `cms_module_permissions`
--
ALTER TABLE `cms_module_permissions`
  MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=37;

--
-- AUTO_INCREMENT for table `cms_roles`
--
ALTER TABLE `cms_roles`
  MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=3;

--
-- AUTO_INCREMENT for table `cms_users`
--
ALTER TABLE `cms_users`
  MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=3;

--
-- AUTO_INCREMENT for table `cms_widgets`
--
ALTER TABLE `cms_widgets`
  MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=6;

--
-- AUTO_INCREMENT for table `cms_widget_role`
--
ALTER TABLE `cms_widget_role`
  MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=6;

--
-- AUTO_INCREMENT for table `content_management`
--
ALTER TABLE `content_management`
  MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=4;

--
-- AUTO_INCREMENT for table `failed_jobs`
--
ALTER TABLE `failed_jobs`
  MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `faqs`
--
ALTER TABLE `faqs`
  MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=10;

--
-- AUTO_INCREMENT for table `file_disputes`
--
ALTER TABLE `file_disputes`
  MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `gigs`
--
ALTER TABLE `gigs`
  MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=5;

--
-- AUTO_INCREMENT for table `jobs`
--
ALTER TABLE `jobs`
  MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `mail_templates`
--
ALTER TABLE `mail_templates`
  MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=3;

--
-- AUTO_INCREMENT for table `media`
--
ALTER TABLE `media`
  MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=10;

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

--
-- AUTO_INCREMENT for table `notification`
--
ALTER TABLE `notification`
  MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=6;

--
-- AUTO_INCREMENT for table `notification_setting`
--
ALTER TABLE `notification_setting`
  MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `packages`
--
ALTER TABLE `packages`
  MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=17;

--
-- AUTO_INCREMENT for table `rating_review`
--
ALTER TABLE `rating_review`
  MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=2;

--
-- AUTO_INCREMENT for table `reset_password`
--
ALTER TABLE `reset_password`
  MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `services`
--
ALTER TABLE `services`
  MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=14;

--
-- AUTO_INCREMENT for table `skills`
--
ALTER TABLE `skills`
  MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=41;

--
-- AUTO_INCREMENT for table `users`
--
ALTER TABLE `users`
  MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=8;

--
-- AUTO_INCREMENT for table `user_api_token`
--
ALTER TABLE `user_api_token`
  MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=28;

--
-- AUTO_INCREMENT for table `user_billing_account`
--
ALTER TABLE `user_billing_account`
  MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=2;

--
-- AUTO_INCREMENT for table `user_card_detail`
--
ALTER TABLE `user_card_detail`
  MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=11;

--
-- AUTO_INCREMENT for table `user_cashout_request`
--
ALTER TABLE `user_cashout_request`
  MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=2;

--
-- AUTO_INCREMENT for table `user_earnings`
--
ALTER TABLE `user_earnings`
  MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=2;

--
-- AUTO_INCREMENT for table `user_groups`
--
ALTER TABLE `user_groups`
  MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=3;

--
-- AUTO_INCREMENT for table `user_json_skills`
--
ALTER TABLE `user_json_skills`
  MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `user_preferences`
--
ALTER TABLE `user_preferences`
  MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=47;

--
-- AUTO_INCREMENT for table `user_skills`
--
ALTER TABLE `user_skills`
  MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=110;

--
-- AUTO_INCREMENT for table `user_transactions`
--
ALTER TABLE `user_transactions`
  MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=6;

--
-- Constraints for dumped tables
--

--
-- Constraints for table `bookings`
--
ALTER TABLE `bookings`
  ADD CONSTRAINT `bookings_actor_id_foreign` FOREIGN KEY (`actor_id`) REFERENCES `users` (`id`) ON DELETE CASCADE,
  ADD CONSTRAINT `bookings_gig_id_foreign` FOREIGN KEY (`gig_id`) REFERENCES `gigs` (`id`) ON DELETE CASCADE;

--
-- 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,
  ADD CONSTRAINT `cms_module_permissions_cms_role_id_foreign` FOREIGN KEY (`cms_role_id`) REFERENCES `cms_roles` (`id`) ON DELETE CASCADE;

--
-- Constraints for table `cms_users`
--
ALTER TABLE `cms_users`
  ADD CONSTRAINT `cms_users_cms_role_id_foreign` FOREIGN KEY (`cms_role_id`) REFERENCES `cms_roles` (`id`) ON DELETE CASCADE;

--
-- Constraints for table `cms_widget_role`
--
ALTER TABLE `cms_widget_role`
  ADD CONSTRAINT `cms_widget_role_cms_role_id_foreign` FOREIGN KEY (`cms_role_id`) REFERENCES `cms_roles` (`id`) ON DELETE CASCADE,
  ADD CONSTRAINT `cms_widget_role_cms_widget_id_foreign` FOREIGN KEY (`cms_widget_id`) REFERENCES `cms_widgets` (`id`) ON DELETE CASCADE;

--
-- Constraints for table `file_disputes`
--
ALTER TABLE `file_disputes`
  ADD CONSTRAINT `file_disputes_booking_id_foreign` FOREIGN KEY (`booking_id`) REFERENCES `bookings` (`id`) ON DELETE CASCADE,
  ADD CONSTRAINT `file_disputes_user_id_foreign` FOREIGN KEY (`user_id`) REFERENCES `users` (`id`) ON DELETE CASCADE;

--
-- Constraints for table `notification_setting`
--
ALTER TABLE `notification_setting`
  ADD CONSTRAINT `notification_setting_user_id_foreign` FOREIGN KEY (`user_id`) REFERENCES `users` (`id`) ON DELETE CASCADE;

--
-- Constraints for table `packages`
--
ALTER TABLE `packages`
  ADD CONSTRAINT `packages_gig_id_foreign` FOREIGN KEY (`gig_id`) REFERENCES `gigs` (`id`) ON DELETE CASCADE;

--
-- Constraints for table `services`
--
ALTER TABLE `services`
  ADD CONSTRAINT `services_gig_id_foreign` FOREIGN KEY (`gig_id`) REFERENCES `gigs` (`id`) ON DELETE CASCADE;

--
-- 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;

--
-- Constraints for table `user_api_token`
--
ALTER TABLE `user_api_token`
  ADD CONSTRAINT `user_api_token_user_id_foreign` FOREIGN KEY (`user_id`) REFERENCES `users` (`id`) ON DELETE CASCADE;

--
-- Constraints for table `user_json_skills`
--
ALTER TABLE `user_json_skills`
  ADD CONSTRAINT `user_json_skills_user_id_foreign` FOREIGN KEY (`user_id`) REFERENCES `users` (`id`) ON DELETE CASCADE;

--
-- Constraints for table `user_preferences`
--
ALTER TABLE `user_preferences`
  ADD CONSTRAINT `user_preferences_category_id_foreign` FOREIGN KEY (`category_id`) REFERENCES `categories` (`id`) ON DELETE CASCADE,
  ADD CONSTRAINT `user_preferences_user_id_foreign` FOREIGN KEY (`user_id`) REFERENCES `users` (`id`) ON DELETE CASCADE;

--
-- Constraints for table `user_skills`
--
ALTER TABLE `user_skills`
  ADD CONSTRAINT `user_skills_skill_id_foreign` FOREIGN KEY (`skill_id`) REFERENCES `skills` (`id`) ON DELETE CASCADE,
  ADD CONSTRAINT `user_skills_user_id_foreign` FOREIGN KEY (`user_id`) REFERENCES `users` (`id`) ON DELETE CASCADE;
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 */;
