MOON
Server: Apache
System: Linux e2e-78-16.ssdcloudindia.net 3.10.0-1160.45.1.el7.x86_64 #1 SMP Wed Oct 13 17:20:51 UTC 2021 x86_64
User: imensosw (1005)
PHP: 7.4.33
Disabled: exec,passthru,shell_exec,system
Upload Files
File: /home/imensosw/public_html/ezwork/BK/public/arabeasy.sql
-- phpMyAdmin SQL Dump
-- version 5.0.3
-- https://www.phpmyadmin.net/
--
-- Host: 127.0.0.1
-- Generation Time: Dec 24, 2020 at 01:08 PM
-- Server version: 10.4.14-MariaDB
-- PHP Version: 7.4.11

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


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

--
-- Database: `arabeasy`
--

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

--
-- Table structure for table `address_proof_types`
--

CREATE TABLE `address_proof_types` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `address_proof_type` varchar(100) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=latin1;

--
-- Dumping data for table `address_proof_types`
--

INSERT INTO `address_proof_types` (`id`, `address_proof_type`) VALUES
(2, 'Aadhar'),
(3, 'Driving Licence'),
(16, 'Other'),
(18, 'fff');

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

--
-- Table structure for table `bank_proof_types`
--

CREATE TABLE `bank_proof_types` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `bank_proof_type` varchar(100) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=latin1;

--
-- Dumping data for table `bank_proof_types`
--

INSERT INTO `bank_proof_types` (`id`, `bank_proof_type`) VALUES
(1, 'Passbook'),
(2, 'Other');

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

--
-- Table structure for table `clients`
--

CREATE TABLE `clients` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `name` varchar(200) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4;

--
-- Dumping data for table `clients`
--

INSERT INTO `clients` (`id`, `name`) VALUES
(6, 'DEFGHI'),
(7, 'ABC'),
(8, 'XYZ'),
(9, 'Test'),
(10, 'cxcxcx'),
(11, '3223'),
(13, 'adas'),
(14, 'adasffsadfsd');

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

--
-- Table structure for table `countrys`
--

CREATE TABLE `countrys` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `country` varchar(100) NOT NULL,
  `nationality` varchar(100) NOT NULL,
  `country_code` varchar(100) NOT NULL,
  `country_code_mobile` varchar(100) DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=latin1;

--
-- Dumping data for table `countrys`
--

INSERT INTO `countrys` (`id`, `country`, `nationality`, `country_code`, `country_code_mobile`) VALUES
(1, 'USA', 'American', 'USA', '+1'),
(2, 'India', 'Indian', 'IN', '+91'),
(3, 'Andorra', 'Andorian', 'AD', '+376'),
(4, 'United Arab Emirates', 'Emirian', 'AE', '+971'),
(5, 'Afghanistan', 'Afghani', 'AF', '+93'),
(6, 'Anguilla', 'Anguillan', 'AI', '+1264'),
(7, 'Armenia', 'Armenian', 'AM', '+374'),
(8, 'Angola', 'Angolian', 'AO', '+244'),
(9, 'Antarctica', 'Antarctic', 'AQ', '+672'),
(10, 'Argentina', 'Argentine', 'AR', '+54'),
(11, 'Austria', 'Austrian', 'AS', '+1684'),
(12, 'Australia', 'Australian', 'AU', '+61'),
(13, 'Aruba', 'Arubian', 'AW', '+297'),
(14, 'Bangladesh', 'Bangladeshi', 'BA', '+387'),
(15, 'Barbados', 'Barbadian', 'BB', '+1246'),
(16, 'Belgium', 'Belgian', 'BE', '+32'),
(17, 'Bahrain', 'Bahrainian', 'BH', '+973'),
(18, 'Bermuda', 'Bermuda', 'BM', '+1441'),
(19, 'Bolivia', 'Bolivian', 'BO', '+591'),
(20, 'Brazil', 'Brazilian', 'BR', '+55'),
(21, 'Bahamas', 'Bahameese', 'BS', '+1242'),
(22, 'Bhutan', 'Bhutanese', 'BT', '+975'),
(23, 'Bulgaria', 'Bulgarian', 'BG', '+359'),
(24, 'Belarus', 'Belarusian', 'BY', '+375'),
(25, 'Belize', 'Belizean', 'BZ', '+501'),
(26, 'Canada', 'Canadian', 'CA', '+1'),
(27, 'Congo', 'Congolese', 'CG', '+242'),
(28, 'China', 'Chinese', 'CH', '+41'),
(29, 'Switzerland', 'Swiss', 'CH', '+41'),
(30, 'Chile', 'Chilean', 'CL', '+56'),
(31, 'Cambodia', 'Cambodian', 'CM', '+237'),
(32, 'Cameroon', 'Cameroonian', 'CM', '+237'),
(33, 'Columbia', 'Columbian', 'CO', '+57'),
(34, 'Czech Republic', 'Czech', 'CR', '+506'),
(35, 'Costa Rica', 'Costa Rican', 'CR', '+506'),
(36, 'Cuba', 'Cuban', 'CU', '+53'),
(37, 'Cyprus', 'Cypriot', 'CY', '+357'),
(38, 'Germany', 'German', 'DE', '+49'),
(39, 'Denmark', 'Danish', 'DK', '+45'),
(40, 'Dominica', 'Dominican', 'DM', '+1767'),
(41, 'Ecuador', 'Ecuadorean', 'EC', '+593'),
(42, 'Estonia', 'Estonian', 'EE', '+372'),
(43, 'Egypt', 'Egyptian', 'EG', '+20'),
(44, 'Ethiopia', 'Ethiopian', 'ET', '+251'),
(45, 'Finland', 'Finnish', 'FI', '+358'),
(46, 'Fiji', 'Fijian', 'FJ', '+679'),
(47, 'France', 'French', 'FR', '+33'),
(48, 'United Kingdom', 'British', 'GB', '+44'),
(49, 'Georgia', 'Georgian', 'GE', '+995'),
(50, 'Ghana', 'Ghanaian', 'GH', '+233'),
(51, 'Guinea', 'Guinean', 'GN', '+224'),
(52, 'Greece', 'Greek', 'GR', '+30'),
(53, 'Guyana', 'Guyanese', 'GY', '+592'),
(54, 'Hong Kong', 'Chinese', 'HK', '+852'),
(55, 'Croatia', 'Croatian', 'HR', '+385'),
(56, 'Hungary', 'Hungarian', 'HU', '+36'),
(57, 'Indonesia', 'Indonesian', 'ID', '+62'),
(58, 'Ireland', 'Irish', 'IE', '+353'),
(59, 'India', 'Indian', 'IN', '+91'),
(60, 'Iraq', 'Iraqi', 'IQ', '+964'),
(61, 'Iran', 'Iranian', 'IR', '+98'),
(62, 'Israel', 'Israeli', 'IS', '+354'),
(63, 'Iceland', 'Icelander', 'IS', '+354'),
(64, 'Italy', 'Italian', 'IT', '+39'),
(65, 'Jamaica', 'Jamaican', 'JM', '+1876'),
(66, 'Jordan', 'Jordanian', 'JO', '+962'),
(67, 'Japan', 'Japanese', 'JP', '+81'),
(68, 'Kenya', 'Kenyan', 'KE', '+254'),
(69, 'Korea', 'Korean', 'KR', '+82'),
(70, 'Kuwait', 'Kuwaiti', 'KW', '+965'),
(71, 'Kazakhstan', 'Kazakhstani', 'KZ', '+7'),
(72, 'Kazakhstan', 'Kazakhstani', 'KZ', '+7'),
(73, 'Lebanon', 'Lebanese', 'LB', '+961'),
(74, 'Sri Lanka', 'Sri Lankan', 'LK', '+94'),
(75, 'Lithuania', 'Lithuanian', 'LT', '+370'),
(76, 'Luxembourg', 'Luxembourger', 'LU', '+352'),
(77, 'Morocco', 'Moroccan', 'MA', '+212'),
(78, 'Monaco', 'Monacan', 'MC', '+377'),
(79, 'Mexico', 'Mexican', 'MX', '+52'),
(80, 'Myanmar', 'Mayanmarese', 'MM', '+95'),
(81, 'Mongolia', 'Mongolian', 'MN', '+976'),
(82, 'Macau', 'Macau', 'MO', '+853'),
(83, 'Mauritius', 'Mauritian', 'MU', '+230'),
(84, 'Maldives', 'Maldivan', 'MV', '+960'),
(85, 'Malaysia', 'Malaysian', 'MY', '+60'),
(86, 'Namibia', 'Namibian', 'NA', '+264'),
(87, 'Nigeria', 'Nigerian', 'NG', '+234'),
(88, 'Netherland', 'Dutch', 'NL', '+31'),
(89, 'Norway', 'Norwegian', 'NO', '+47'),
(90, 'Nepal', 'Nepalese', 'NP', '+977'),
(91, 'New Zealand', 'New Zealander', 'NZ', '+64'),
(92, 'Oman', 'Omani', 'OM', '+968'),
(93, 'Panama', 'Panamanian', 'PA', '+507'),
(94, 'Peru', 'Peruvian', 'PE', '+51'),
(95, 'Philippines', 'Filipino', 'PH', '+63'),
(96, 'Pakistan', 'Pakistani', 'PK', '+92'),
(97, 'Poland', 'Polish', 'PL', '+48'),
(98, 'Portugal', 'Portugees', 'PT', '+351'),
(99, 'Paraguay', 'Paraguayan', 'PY', '+595'),
(100, 'Qatar', 'Qatari', 'QA', '+974'),
(101, 'Romania', 'Romanian', 'RO', '+40'),
(102, 'Russia', 'Russian', 'RU', '+70'),
(103, 'Saudi Arabia', 'Saudi Arabian', 'SA', '+966'),
(104, 'Seychelles', 'Seychellois', 'SC', '+248'),
(105, 'Sweden', 'Swedish', 'SE', '+46'),
(106, 'Singapore', 'Singaporean', 'SG', '+65'),
(107, 'Slovakia', 'Slovakian', 'SK', '+421'),
(108, 'Senegal', 'Senegalese', 'SN', '+221'),
(109, 'Somalia', 'Somali', 'SO', '+252'),
(110, 'Spain', 'Spanish', 'ES', '+34'),
(111, 'Thailand', 'Thai', 'TH', '+66'),
(112, 'Tunisia', 'Tunisian', 'TN', '+216'),
(113, 'Turkey', 'Turkish', 'TR', '+90'),
(114, 'Taiwan', 'Taiwanese', 'TW', '+886'),
(115, 'Tanzania', 'Tanzanian', 'TZ', '+255'),
(116, 'Ukraine', 'Ukrainian', 'UA', '+380'),
(117, 'Uganda', 'Ugandan', 'UG', '+256'),
(118, 'United States of America', 'American', 'US', '+1'),
(119, 'Uruguay', 'Uruguayan', 'UY', '+598'),
(120, 'Uzbekistan', 'Uzbekistani', 'UZ', '+998'),
(121, 'Venezuela', 'Venezuelan', 'VE', '+58'),
(122, 'Vietnam', 'Vietnamese', 'VN', '+84'),
(123, 'Yemen', 'Yemeni', 'YE', '+967'),
(124, 'South Africa', 'South African', 'ZA', '+27'),
(125, 'Zambia', 'Zambian', 'ZM', '+260'),
(126, 'Zimbabwe', 'Zimbabwean', 'ZW', '+263');

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

--
-- Table structure for table `days`
--

CREATE TABLE `days` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `day_l` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `day_s` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `so` int(11) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Dumping data for table `days`
--

INSERT INTO `days` (`id`, `day_l`, `day_s`, `so`) VALUES
(1, 'Monday', 'MON', 1),
(2, 'Tuesday', 'TUES', 2),
(3, 'Wednesday', 'WED', 3),
(4, 'Thursday', 'THU', 4),
(5, 'Friday', 'FIR', 5),
(6, 'Saturday', 'SUT', 6),
(7, 'Sunday', 'SUN', 6);

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

--
-- Table structure for table `documents`
--

CREATE TABLE `documents` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `document_status_id` bigint(20) UNSIGNED NOT NULL DEFAULT 1,
  `approval_status_id` bigint(20) UNSIGNED NOT NULL DEFAULT 0,
  `file_title` varchar(200) NOT NULL,
  `file_name` varchar(200) NOT NULL,
  `word_count` int(11) DEFAULT NULL,
  `page_count` int(11) DEFAULT NULL,
  `client_code_id` bigint(20) UNSIGNED DEFAULT NULL,
  `client_charge_code` varchar(100) NOT NULL DEFAULT '',
  `requester_name` varchar(100) NOT NULL DEFAULT '',
  `from_language_id` bigint(20) UNSIGNED DEFAULT NULL,
  `to_language_id` bigint(20) UNSIGNED DEFAULT NULL,
  `pre_processing` bigint(20) UNSIGNED NOT NULL DEFAULT 0,
  `translation` bigint(20) UNSIGNED NOT NULL DEFAULT 0,
  `proofreading` bigint(20) UNSIGNED NOT NULL DEFAULT 0,
  `vga` bigint(20) UNSIGNED NOT NULL DEFAULT 0,
  `qa` bigint(20) UNSIGNED NOT NULL DEFAULT 0,
  `requested_delivery` datetime DEFAULT NULL,
  `committed_delivery` datetime DEFAULT NULL,
  `start_datetime` datetime DEFAULT NULL,
  `context_id` bigint(20) UNSIGNED DEFAULT NULL,
  `include_header` bigint(20) UNSIGNED NOT NULL DEFAULT 0,
  `include_footer` bigint(20) UNSIGNED NOT NULL DEFAULT 0,
  `include_notes` bigint(20) UNSIGNED NOT NULL DEFAULT 0,
  `include_non_words` bigint(20) UNSIGNED NOT NULL DEFAULT 0,
  `client_comment` text DEFAULT NULL,
  `created_at` timestamp NOT NULL DEFAULT current_timestamp(),
  `updated_at` timestamp NOT NULL DEFAULT current_timestamp()
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4;

--
-- Dumping data for table `documents`
--

INSERT INTO `documents` (`id`, `document_status_id`, `approval_status_id`, `file_title`, `file_name`, `word_count`, `page_count`, `client_code_id`, `client_charge_code`, `requester_name`, `from_language_id`, `to_language_id`, `pre_processing`, `translation`, `proofreading`, `vga`, `qa`, `requested_delivery`, `committed_delivery`, `start_datetime`, `context_id`, `include_header`, `include_footer`, `include_notes`, `include_non_words`, `client_comment`, `created_at`, `updated_at`) VALUES
(1, 1, 0, 'dummy.pdf', '1606830524.pdf', 1965, 0, NULL, 'CH123', 'RN123', 3, 6, 0, 0, 0, 0, 0, '1936-12-25 05:52:00', '1924-06-29 05:30:00', '1924-06-29 00:00:00', 1, 0, 0, 0, 0, 'Client comment 2  56', '2020-11-19 11:04:49', '2020-12-09 06:20:17'),
(21, 1, 0, '', '', 100, 100, 1, '', '', NULL, NULL, 0, 0, 0, 0, 0, '1911-05-13 01:42:00', '1933-05-12 01:01:00', '1909-05-12 02:35:00', NULL, 0, 0, 0, 0, 'You can no longer see a contact\'s last seen or online in the chat window. Learn more here. You do not see updates to a contact\'s profile photo. Any messages sent to a contact who has blocked you will always show one check mark (message sent), and never show a second check mark (message delivered).', '2020-11-20 08:33:36', '2020-11-27 02:19:18'),
(22, 1, 0, '', '', 300, 400, 1, '', '', NULL, NULL, 0, 0, 0, 0, 0, NULL, NULL, NULL, NULL, 0, 0, 0, 0, NULL, '2020-11-20 08:33:56', '2020-11-20 08:33:56'),
(23, 1, 0, '', '', 33, 33, 1, '', '', NULL, NULL, 0, 0, 0, 0, 0, NULL, NULL, NULL, NULL, 0, 0, 0, 0, NULL, '2020-11-20 08:34:51', '2020-11-20 08:34:51'),
(24, 1, 0, '', '', 100, 200, 1, '', '', NULL, NULL, 0, 0, 0, 0, 0, NULL, NULL, NULL, NULL, 0, 0, 0, 0, NULL, '2020-11-20 08:48:06', '2020-11-27 01:31:02'),
(25, 1, 0, '', '', 100, 200, 1, '', '', NULL, NULL, 0, 0, 0, 0, 0, NULL, NULL, NULL, NULL, 0, 0, 0, 0, NULL, '2020-11-20 08:49:08', '2020-11-20 08:49:08'),
(26, 1, 0, '', '', 100, 200, 1, '', '', NULL, NULL, 0, 0, 0, 0, 0, NULL, NULL, NULL, NULL, 0, 0, 0, 0, NULL, '2020-11-20 08:49:36', '2020-11-20 08:49:36'),
(27, 1, 0, '', '', 100, 200, 1, '', '', NULL, NULL, 0, 0, 0, 0, 0, NULL, NULL, NULL, NULL, 0, 0, 0, 0, NULL, '2020-11-20 08:50:31', '2020-11-20 08:50:31'),
(28, 1, 0, '', '', 100, 200, 1, '', '', NULL, NULL, 0, 0, 0, 0, 0, NULL, NULL, NULL, NULL, 0, 0, 0, 0, NULL, '2020-11-20 08:51:08', '2020-11-20 08:51:08'),
(29, 1, 0, '', '', 3000, 20, 1, '', '', NULL, NULL, 0, 0, 0, 0, 0, NULL, NULL, NULL, NULL, 0, 0, 0, 0, NULL, '2020-11-23 07:24:12', '2020-11-23 07:24:12'),
(30, 1, 0, 'A Sample PDF.pdf', '', 1000, 20, 1, '', '', NULL, NULL, 0, 0, 0, 0, 0, NULL, NULL, NULL, NULL, 0, 0, 0, 0, NULL, '2020-11-23 07:29:18', '2020-11-23 07:29:18'),
(31, 1, 0, 'dummy.pdf', 'dummy.pdf', 2000, 30, 1, '', '', NULL, 4, 0, 0, 0, 0, 0, NULL, NULL, NULL, 2, 0, 0, 0, 0, NULL, '2020-11-23 07:37:47', '2020-11-25 04:57:43'),
(32, 1, 0, '', '', 0, 0, 1, '', '', NULL, NULL, 0, 0, 0, 0, 0, NULL, NULL, NULL, NULL, 0, 0, 0, 0, NULL, '2020-11-23 07:42:45', '2020-11-24 04:06:34'),
(33, 1, 0, '', '', 0, 0, 1, '', '', NULL, NULL, 0, 0, 0, 0, 0, NULL, NULL, NULL, NULL, 0, 0, 0, 0, NULL, '2020-11-23 07:57:21', '2020-11-24 05:28:02'),
(34, 1, 0, '', '', 3000, 30, 1, '', '', 3, 4, 0, 0, 0, 0, 0, '2020-11-10 07:13:00', NULL, NULL, 1, 0, 0, 0, 0, NULL, '2020-11-23 08:00:19', '2020-11-23 08:13:27'),
(35, 1, 0, 'A Sample PDF.pdf', '1606302263.pdf', 1965, 0, 1, '', '', 2, 3, 0, 0, 0, 0, 0, '1931-05-13 05:16:00', NULL, NULL, NULL, 0, 0, 0, 0, NULL, '2020-11-24 00:44:44', '2020-11-25 06:56:13'),
(36, 1, 0, '', '', 0, 0, 1, '', '', 5, 4, 0, 0, 0, 0, 0, NULL, NULL, '1918-10-31 02:50:00', 2, 0, 0, 0, 0, NULL, '2020-11-24 01:06:37', '2020-11-26 23:55:00'),
(37, 1, 0, '', '', 12, 12, 1, '', '', NULL, NULL, 0, 0, 0, 0, 0, NULL, NULL, NULL, NULL, 0, 0, 0, 0, NULL, '2020-11-24 09:05:01', '2020-11-26 02:16:22'),
(38, 1, 1, 'dummy.pdf', '1606300814.pdf', 1965, 5, 0, '122', 'abc', 3, 6, 0, 0, 0, 0, 0, '2020-12-16 18:18:00', '2020-12-26 18:18:00', '2020-12-16 18:18:00', 2, 0, 0, 0, 0, 'rrre', '2020-11-24 09:05:50', '2020-12-16 07:30:09'),
(39, 1, 0, 'A Sample PDF.pdf', '1606300781.pdf', 1965, 9, 1, 'BBBBBB', 'CCCCCCC', 3, 5, 0, 0, 0, 0, 0, '1924-09-06 04:01:00', '1924-09-06 04:01:00', '1924-09-06 04:01:00', 2, 0, 0, 0, 0, 'DDDDD', '2020-11-25 01:26:29', '2020-11-26 06:55:03'),
(40, 1, 0, '', '', 5, 5, 1, '', '', NULL, NULL, 0, 0, 0, 0, 0, NULL, NULL, NULL, NULL, 0, 0, 0, 0, NULL, '2020-11-26 07:14:05', '2020-11-26 07:14:05'),
(41, 1, 0, '', '', 5, 5, 1, '', '', 4, 4, 0, 0, 0, 0, 0, NULL, NULL, NULL, 2, 0, 0, 0, 0, NULL, '2020-11-26 07:16:23', '2020-11-26 07:32:11'),
(42, 1, 0, 'file-sample_150kB.pdf', '1606395424.pdf', 1, 11, 1, 'CH1', 'R1', 6, 5, 0, 0, 0, 0, 0, '1917-08-15 10:34:00', '1917-08-15 10:34:00', '1917-08-15 10:34:00', NULL, 0, 0, 0, 0, 'AAAA', '2020-11-26 07:27:04', '2020-11-27 00:13:35'),
(43, 1, 0, '', '', 2000, 10, 1, '', '', NULL, NULL, 0, 0, 0, 0, 0, NULL, NULL, NULL, NULL, 0, 0, 0, 0, NULL, '2020-11-26 23:51:24', '2020-11-26 23:51:24'),
(47, 1, 0, 'file-sample_150kB.pdf', '1606456760.pdf', 1965, 0, 1, '', '', NULL, NULL, 0, 0, 0, 0, 0, NULL, NULL, NULL, NULL, 0, 0, 0, 0, NULL, '2020-11-27 00:27:23', '2020-11-27 00:29:20'),
(48, 1, 0, '', '', 1, 1, 1, '', '', NULL, NULL, 0, 0, 0, 0, 0, NULL, NULL, NULL, NULL, 0, 0, 0, 0, NULL, '2020-11-27 00:50:20', '2020-11-27 00:50:20'),
(49, 1, 0, '', '', 1, 1, 1, '', '', NULL, NULL, 0, 0, 0, 0, 0, NULL, NULL, NULL, NULL, 0, 0, 0, 0, NULL, '2020-11-27 00:50:20', '2020-11-27 00:50:20'),
(50, 1, 0, 'dummy.pdf', '1606458043.pdf', 1, 1, 1, '', '', NULL, NULL, 0, 0, 0, 0, 0, NULL, NULL, NULL, NULL, 0, 0, 0, 0, NULL, '2020-11-27 00:50:43', '2020-11-27 00:50:43'),
(51, 1, 0, '', '', 1, 1, 1, '', '', NULL, NULL, 0, 0, 0, 0, 0, NULL, NULL, NULL, NULL, 0, 0, 0, 0, NULL, '2020-11-27 00:51:28', '2020-11-27 00:51:28'),
(52, 1, 0, '', '', 1, 1, 1, '', '', NULL, NULL, 0, 0, 0, 0, 0, NULL, NULL, NULL, NULL, 0, 0, 0, 0, NULL, '2020-11-27 00:56:03', '2020-11-27 00:56:03'),
(53, 1, 0, '', '', 1, 1, 1, '1', '1', 5, 6, 0, 0, 0, 0, 0, '2020-11-02 11:58:00', '2020-11-03 11:58:00', '2020-11-25 11:58:00', 2, 0, 0, 0, 0, '1', '2020-11-27 00:57:02', '2020-11-27 03:14:00'),
(54, 1, 0, '', '', 1, 1, 1, '', '', NULL, NULL, 0, 0, 0, 0, 0, NULL, NULL, NULL, NULL, 0, 0, 0, 0, NULL, '2020-11-27 01:27:49', '2020-11-27 01:27:49'),
(55, 1, 0, '', '', 150, 150, 1, '', '', NULL, NULL, 0, 0, 0, 0, 0, NULL, NULL, NULL, NULL, 0, 0, 0, 0, NULL, '2020-11-27 01:28:09', '2020-11-27 01:28:09'),
(56, 1, 0, '', '', 1, 1, 1, '', '', NULL, NULL, 0, 0, 0, 0, 0, NULL, NULL, NULL, NULL, 0, 0, 0, 0, NULL, '2020-11-27 01:31:39', '2020-11-27 01:31:39'),
(57, 1, 0, '', '', 150, 150, 1, '', '', NULL, NULL, 0, 0, 0, 0, 0, NULL, NULL, NULL, NULL, 0, 0, 0, 0, NULL, '2020-11-27 01:31:52', '2020-11-27 01:32:09'),
(58, 1, 0, '', '', 12, 12, 1, '12', '12', 6, 6, 0, 0, 0, 0, 0, NULL, NULL, NULL, 1, 0, 0, 0, 0, NULL, '2020-11-27 01:32:54', '2020-11-27 01:43:55'),
(59, 1, 0, '', '', 0, 0, 1, '', '', NULL, NULL, 0, 0, 0, 0, 0, NULL, NULL, NULL, NULL, 0, 0, 0, 0, NULL, '2020-11-27 02:16:20', '2020-11-30 00:12:34'),
(60, 1, 0, '', '', 33, 44, 1, '', '', NULL, NULL, 0, 0, 0, 0, 0, NULL, NULL, NULL, NULL, 0, 0, 0, 0, NULL, '2020-11-27 02:21:16', '2020-11-27 02:21:16'),
(61, 1, 0, '', '', 333, 44, 1, '', '', NULL, NULL, 0, 0, 0, 0, 0, NULL, NULL, NULL, NULL, 0, 0, 0, 0, NULL, '2020-11-27 02:21:45', '2020-11-27 02:21:45'),
(62, 1, 0, '', '', 100, 20, 1, '', '', NULL, NULL, 0, 0, 0, 0, 0, NULL, NULL, NULL, NULL, 0, 0, 0, 0, NULL, '2020-11-27 02:25:24', '2020-11-27 02:25:24'),
(63, 1, 0, '', '', 33, 44, 1, '', '', NULL, NULL, 0, 0, 0, 0, 0, NULL, NULL, NULL, NULL, 0, 0, 0, 0, NULL, '2020-11-27 02:26:09', '2020-11-27 02:26:09'),
(64, 1, 0, 'dummy.pdf', '1606466724.pdf', 1, 1, 1, '123', '123', 6, NULL, 0, 0, 0, 0, 0, NULL, NULL, NULL, NULL, 0, 0, 0, 0, NULL, '2020-11-27 03:15:24', '2020-11-27 03:18:43'),
(65, 1, 0, '', '', 0, 0, 1, '', '', NULL, NULL, 0, 0, 0, 0, 0, NULL, NULL, NULL, NULL, 0, 0, 0, 0, NULL, '2020-11-27 03:35:28', '2020-11-30 00:09:50'),
(66, 1, 0, '', '', 1234343, 233, 1, '', '', NULL, NULL, 0, 0, 0, 0, 0, NULL, NULL, NULL, NULL, 0, 0, 0, 0, NULL, '2020-11-27 03:42:17', '2020-11-27 03:42:17'),
(67, 1, 0, '', '', 1234343, 233, 1, '', '', NULL, NULL, 0, 0, 0, 0, 0, NULL, NULL, NULL, NULL, 0, 0, 0, 0, NULL, '2020-11-27 03:42:17', '2020-11-27 03:42:17'),
(68, 1, 0, '', '', 1234343, 233, 1, '', '', NULL, NULL, 0, 0, 0, 0, 0, NULL, NULL, NULL, NULL, 0, 0, 0, 0, NULL, '2020-11-27 03:42:18', '2020-11-27 03:42:18'),
(69, 1, 0, 'dummy.pdf', '1607922667.pdf', 1965, 6, 9, '44', '44', 3, 6, 0, 0, 0, 0, 0, '2020-12-23 10:59:00', '2020-12-11 10:59:00', '2020-12-31 10:59:00', 2, 0, 0, 0, 0, '44', '2020-11-27 03:50:56', '2020-12-13 23:59:55'),
(70, 1, 0, '', '', 22, 33, 1, '', '', NULL, NULL, 0, 0, 0, 0, 0, NULL, NULL, NULL, NULL, 0, 0, 0, 0, NULL, '2020-11-27 03:55:37', '2020-11-27 03:55:37'),
(71, 1, 0, '1604315142 (2).pdf', '1606477760.pdf', 1965, 0, 1, '', '', NULL, NULL, 0, 0, 0, 0, 0, NULL, NULL, NULL, NULL, 0, 0, 0, 0, NULL, '2020-11-27 06:16:41', '2020-11-27 06:19:20'),
(72, 1, 0, 'sample.pdf', '1606730724.pdf', 1965, 0, 1, '', '', 4, 1, 0, 0, 0, 0, 0, '1913-06-15 00:10:00', NULL, NULL, NULL, 0, 0, 0, 0, NULL, '2020-11-28 00:44:44', '2020-11-30 04:35:42'),
(73, 1, 0, '', '', 0, 0, 1, '', '', NULL, NULL, 0, 0, 0, 0, 0, NULL, NULL, NULL, NULL, 0, 0, 0, 0, NULL, '2020-11-28 01:15:19', '2020-11-28 01:35:24'),
(74, 1, 0, '', '', 0, 0, 1, '', '', NULL, NULL, 0, 0, 0, 0, 0, NULL, NULL, NULL, NULL, 0, 0, 0, 0, NULL, '2020-11-28 01:36:22', '2020-11-28 01:39:45'),
(75, 1, 0, '', '', 1, 1, 1, '', '', NULL, NULL, 0, 0, 0, 0, 0, NULL, NULL, NULL, NULL, 0, 0, 0, 0, NULL, '2020-11-28 01:36:34', '2020-11-28 01:36:34'),
(76, 1, 0, '', '', 0, 0, 1, '', '', NULL, NULL, 0, 0, 0, 0, 0, NULL, NULL, NULL, NULL, 0, 0, 0, 0, NULL, '2020-11-28 01:47:46', '2020-11-28 04:35:34'),
(77, 1, 0, '', '', 0, 0, 1, '24', '24', 6, 4, 0, 0, 0, 0, 0, '1912-05-12 10:29:00', '1910-05-13 10:29:00', '1915-05-13 10:29:00', 2, 0, 0, 0, 0, NULL, '2020-11-29 23:27:46', '2020-11-29 23:50:07'),
(78, 1, 0, '', '', 0, 0, 1, '', '', NULL, NULL, 0, 0, 0, 0, 0, NULL, NULL, NULL, 1, 0, 0, 0, 0, NULL, '2020-11-29 23:59:29', '2020-11-30 00:33:53'),
(79, 1, 0, '', '', 1, 1, 1, '', '', NULL, NULL, 0, 0, 0, 0, 0, NULL, NULL, '1931-05-13 11:12:00', NULL, 0, 0, 0, 0, NULL, '2020-11-30 00:06:03', '2020-11-30 00:13:17'),
(80, 1, 0, 'Untitled document - Copy (5).pdf', '1606715117.pdf', 5, 5, 1, 'demo testing 2', 'demo testing 2', 2, 1, 0, 0, 0, 0, 0, '1929-04-06 11:15:00', '1927-04-13 11:15:00', '1928-04-16 11:15:00', 2, 0, 0, 0, 0, 'discuss with developer', '2020-11-30 00:15:17', '2020-11-30 03:59:30'),
(81, 1, 0, 'A Sample PDF.pdf', '1606716333.pdf', 2000, 200, 1, '', '', NULL, NULL, 0, 0, 0, 0, 0, NULL, NULL, NULL, NULL, 0, 0, 0, 0, NULL, '2020-11-30 00:35:33', '2020-11-30 00:35:33'),
(82, 1, 0, '', '', 0, 0, 1, '1', '1', 4, 5, 0, 0, 0, 0, 0, NULL, NULL, NULL, NULL, 0, 0, 0, 0, NULL, '2020-11-30 00:41:21', '2020-11-30 00:47:36'),
(83, 1, 0, 'dummy.pdf', '1606720290.pdf', 1965, 0, 1, '2222', '2222', 6, 5, 0, 0, 0, 0, 0, '1918-07-31 00:41:00', '1918-08-12 00:41:00', '1918-08-12 00:41:00', 2, 0, 0, 0, 0, NULL, '2020-11-30 01:00:33', '2020-11-30 01:52:18'),
(84, 1, 0, 'sample.pdf', '1606718133.pdf', 1965, 0, 1, '', 'ABC', NULL, NULL, 0, 0, 0, 0, 0, '1917-07-29 02:09:00', NULL, NULL, NULL, 0, 0, 0, 0, NULL, '2020-11-30 01:05:17', '2020-11-30 01:21:28'),
(85, 1, 0, 'dummy.pdf', '1607082346.pdf', 1965, 5, 0, '12', '12', 6, 6, 0, 0, 0, 0, 0, '2020-12-24 17:16:00', '2020-12-31 17:16:00', '2020-12-26 17:16:00', 2, 0, 0, 0, 0, 'Client comment', '2020-11-30 01:23:33', '2020-12-04 06:28:33'),
(86, 1, 0, 'A Sample PDF.pdf', '1606720612.pdf', 2000, 30, 1, '', '', NULL, NULL, 0, 0, 0, 0, 0, NULL, NULL, NULL, NULL, 0, 0, 0, 0, NULL, '2020-11-30 01:46:52', '2020-11-30 01:51:09'),
(87, 1, 0, '', '', 1, 1, 1, '', '', NULL, NULL, 0, 0, 0, 0, 0, NULL, NULL, NULL, NULL, 0, 0, 0, 0, NULL, '2020-11-30 01:58:21', '2020-11-30 01:58:21'),
(88, 1, 0, 'dummy.pdf', '1606730811.pdf', 1965, 0, 1, '21', '21', 5, 6, 0, 0, 0, 0, 0, '1910-04-20 03:09:00', NULL, '1935-03-18 03:01:00', 1, 0, 0, 0, 0, NULL, '2020-11-30 02:11:47', '2020-11-30 04:37:40'),
(89, 1, 0, 'Untitled document - Copy (2).pdf', '1606732568.pdf', 1965, 0, 1, '2', '2', 6, 5, 0, 0, 0, 0, 0, '2020-12-01 17:30:00', '1917-10-31 04:05:00', '1918-10-31 04:05:00', 2, 0, 0, 0, 0, '2', '2020-11-30 05:05:46', '2020-12-01 05:33:00'),
(90, 1, 0, '1605881016.pdf', '1606825421.pdf', 350, 20, 9, 'Test 1', 'R1', 4, 4, 0, 0, 0, 0, 0, '2020-12-01 18:02:00', '2020-12-01 18:02:00', '2020-12-01 18:02:00', 2, 0, 0, 0, 0, NULL, '2020-12-01 06:53:41', '2020-12-01 07:55:04'),
(91, 1, 0, '1605881016.pdf', '1606827008.pdf', 300, 30, 6, '1', '2', 6, 3, 0, 0, 0, 0, 0, '2020-12-31 18:55:00', '2020-12-17 18:55:00', '2020-12-02 00:16:00', 2, 0, 0, 0, 0, '222', '2020-12-01 07:20:08', '2020-12-01 07:56:01'),
(92, 1, 0, '1605881016.pdf', '1606830548.pdf', 200, 30, NULL, '', '', NULL, NULL, 0, 0, 0, 0, 0, NULL, NULL, NULL, NULL, 0, 0, 0, 0, NULL, '2020-12-01 08:19:08', '2020-12-01 08:19:08'),
(93, 2, 1, 'Profile.pdf', '1607930525.pdf', 1965, 0, NULL, '4', '1', 3, 5, 0, 0, 0, 0, 0, '2020-12-15 19:21:00', '2020-12-23 19:21:00', '2020-12-26 19:22:00', 2, 0, 0, 0, 0, '11', '2020-12-01 08:21:32', '2020-12-17 07:52:18'),
(94, 1, 0, '', '', 1, 1, NULL, '', '', NULL, NULL, 0, 0, 0, 0, 0, NULL, NULL, NULL, NULL, 0, 0, 0, 0, NULL, '2020-12-07 01:48:37', '2020-12-07 01:48:37'),
(95, 1, 0, '', '', 1, 1, NULL, '', '', NULL, NULL, 0, 0, 0, 0, 0, NULL, NULL, NULL, NULL, 0, 0, 0, 0, NULL, '2020-12-07 01:48:41', '2020-12-07 01:48:41'),
(96, 1, 0, '', '', 0, 0, NULL, '', '', NULL, NULL, 0, 0, 0, 0, 0, NULL, NULL, NULL, NULL, 0, 0, 0, 0, NULL, '2020-12-07 06:01:53', '2020-12-08 00:51:46'),
(97, 1, 0, 'A Sample PDF.pdf', '1607408534.pdf', 1, 1, 7, '5454', '988', 5, 6, 0, 0, 0, 0, 0, NULL, NULL, NULL, NULL, 0, 0, 0, 0, NULL, '2020-12-08 00:52:14', '2020-12-08 00:55:02'),
(98, 1, 0, '', '', 0, 0, NULL, '', '', NULL, NULL, 0, 0, 0, 0, 0, NULL, NULL, NULL, NULL, 0, 0, 0, 0, NULL, '2020-12-08 00:59:14', '2020-12-08 01:01:14'),
(99, 1, 0, 'Profile (13).pdf', '1607408984.pdf', 2, 2, NULL, '', '', NULL, NULL, 0, 0, 0, 0, 0, NULL, NULL, NULL, NULL, 0, 0, 0, 0, NULL, '2020-12-08 00:59:44', '2020-12-08 00:59:44'),
(100, 1, 0, 'Profile (13).pdf', '1607409002.pdf', 2, 2, 8, '', '', 5, 2, 0, 0, 0, 0, 0, NULL, NULL, NULL, NULL, 0, 0, 0, 0, NULL, '2020-12-08 01:00:02', '2020-12-08 01:02:42'),
(101, 1, 0, 'Profile (18).pdf', '1607409440.pdf', 2, 2, NULL, '', '', NULL, NULL, 0, 0, 0, 0, 0, NULL, NULL, NULL, NULL, 0, 0, 0, 0, NULL, '2020-12-08 01:07:20', '2020-12-08 01:07:33'),
(102, 1, 0, '', '', 5, 5, NULL, '', '', NULL, NULL, 0, 0, 0, 0, 0, NULL, NULL, NULL, NULL, 0, 0, 0, 0, NULL, '2020-12-08 01:08:22', '2020-12-08 01:08:22'),
(103, 1, 0, 'Profile (19).pdf', '1607410361.pdf', 1965, 5, NULL, '', '', NULL, NULL, 0, 0, 0, 0, 0, NULL, NULL, NULL, NULL, 0, 0, 0, 0, NULL, '2020-12-08 01:22:06', '2020-12-08 01:22:41'),
(104, 1, 0, 'Profile (21).pdf', '1607410549.pdf', 1, 1, NULL, '', '', NULL, NULL, 0, 0, 0, 0, 0, NULL, NULL, NULL, NULL, 0, 0, 0, 0, NULL, '2020-12-08 01:25:49', '2020-12-08 01:25:49'),
(105, 1, 0, '', '', 0, 0, 8, '52', '52', 4, 6, 0, 0, 0, 0, 0, '2020-12-31 12:27:00', '2020-12-25 12:27:00', '2020-12-31 12:27:00', 2, 0, 0, 0, 0, '554', '2020-12-08 01:27:07', '2020-12-08 01:28:02'),
(106, 1, 0, 'Profile (23).pdf', '1607411939.pdf', 1965, 0, NULL, '', '', 6, 3, 0, 0, 0, 0, 0, NULL, NULL, NULL, NULL, 0, 0, 0, 0, NULL, '2020-12-08 01:45:27', '2020-12-08 01:49:08'),
(107, 1, 0, '', '', 0, 0, NULL, '', '', NULL, NULL, 0, 0, 0, 0, 0, NULL, NULL, NULL, NULL, 0, 0, 0, 0, NULL, '2020-12-08 01:57:09', '2020-12-08 01:57:21'),
(108, 1, 0, 'dummy.pdf', '1607412466.pdf', 1965, 1, NULL, '', '', NULL, NULL, 0, 0, 0, 0, 0, NULL, NULL, NULL, NULL, 0, 0, 0, 0, NULL, '2020-12-08 01:57:37', '2020-12-08 01:57:46'),
(109, 1, 0, '1605881016.pdf', '1607492198.pdf', 200, 4, NULL, '', '', NULL, NULL, 0, 0, 0, 0, 0, NULL, NULL, NULL, NULL, 0, 0, 0, 0, NULL, '2020-12-09 00:06:38', '2020-12-09 00:06:38'),
(110, 1, 0, '1605881016.pdf', '1607493237.pdf', 400, 3, NULL, '', '', NULL, NULL, 0, 0, 0, 0, 0, NULL, NULL, NULL, NULL, 0, 0, 0, 0, NULL, '2020-12-09 00:23:57', '2020-12-09 00:23:57'),
(111, 1, 0, '1605881016.pdf', '1607498956.pdf', 300, 5, NULL, '', '', NULL, NULL, 0, 0, 0, 0, 0, NULL, NULL, NULL, NULL, 0, 0, 0, 0, NULL, '2020-12-09 01:59:16', '2020-12-09 01:59:16'),
(112, 1, 0, '1605881016.pdf', '1607502141.pdf', 200, 3, NULL, '', '', NULL, NULL, 0, 0, 0, 0, 0, NULL, NULL, NULL, NULL, 0, 0, 0, 0, NULL, '2020-12-09 02:52:21', '2020-12-09 02:52:21'),
(113, 1, 0, '', '', 1, 1, NULL, '', '', NULL, NULL, 0, 0, 0, 0, 0, NULL, NULL, NULL, NULL, 0, 0, 0, 0, NULL, '2020-12-09 04:34:03', '2020-12-09 04:34:03'),
(114, 2, 1, '1604315142 (2).pdf', '1607952934.pdf', 1965, 2, NULL, '', '', NULL, NULL, 0, 0, 0, 0, 0, NULL, NULL, NULL, NULL, 0, 0, 0, 0, NULL, '2020-12-09 05:08:40', '2020-12-14 08:05:41'),
(115, 1, 0, 'sample.pdf', '1607516475.pdf', 1965, 1, NULL, '', '', NULL, NULL, 0, 0, 0, 0, 0, NULL, NULL, NULL, NULL, 0, 0, 0, 0, NULL, '2020-12-09 05:19:21', '2020-12-09 06:51:15'),
(116, 1, 0, '', '', 1, 1, NULL, '', '', NULL, NULL, 0, 0, 0, 0, 0, NULL, NULL, NULL, NULL, 0, 0, 0, 0, NULL, '2020-12-09 06:57:17', '2020-12-09 06:57:17'),
(117, 1, 0, '1604315142 (2).pdf', '1607516947.pdf', 1965, 1, NULL, '', '', NULL, NULL, 0, 0, 0, 0, 0, NULL, NULL, NULL, NULL, 0, 0, 0, 0, NULL, '2020-12-09 06:59:02', '2020-12-09 06:59:07'),
(118, 1, 0, 'dummy.pdf', '1607758359.pdf', 2, 2, NULL, '', '', NULL, NULL, 0, 0, 0, 0, 0, NULL, NULL, NULL, NULL, 0, 0, 0, 0, NULL, '2020-12-12 02:02:39', '2020-12-12 02:02:39'),
(119, 1, 0, '1604315142.pdf', '1607758463.pdf', 2, 2, NULL, '', '', NULL, NULL, 0, 0, 0, 0, 0, NULL, NULL, NULL, NULL, 0, 0, 0, 0, NULL, '2020-12-12 02:04:23', '2020-12-12 02:04:23'),
(120, 2, 1, '1605881016.pdf', '1607921573.pdf', 200, 3, NULL, '44', '44', 5, 5, 0, 0, 0, 0, 0, '2020-12-31 11:00:00', '2020-12-10 11:00:00', '2020-12-27 11:00:00', 2, 0, 0, 0, 0, '44444444444444444', '2020-12-13 23:22:53', '2020-12-14 07:37:27'),
(121, 1, 0, 'Profile (26).pdf', '1607923435.pdf', 2, 2, NULL, '', '', NULL, NULL, 0, 0, 0, 0, 0, '2020-12-30 11:56:00', '2020-12-27 11:57:00', '2020-12-31 11:55:00', 2, 0, 0, 0, 0, 'Client comment', '2020-12-13 23:53:55', '2020-12-14 00:57:57'),
(122, 1, 0, 'Profile (15).pdf', '1607927607.pdf', 200, 2, NULL, '', '', NULL, NULL, 0, 0, 0, 0, 0, NULL, NULL, NULL, NULL, 0, 0, 0, 0, NULL, '2020-12-14 01:03:27', '2020-12-14 01:03:44'),
(123, 1, 0, 'Arth SOW.pdf', '1608024182.pdf', 1965, 2, 8, '', '', NULL, NULL, 0, 0, 0, 0, 0, NULL, NULL, NULL, NULL, 0, 0, 0, 0, NULL, '2020-12-15 03:52:03', '2020-12-15 03:53:02'),
(124, 1, 0, 'Arth SOW.pdf', '1608024562.pdf', 1000, 2, NULL, '', '', NULL, NULL, 0, 0, 0, 0, 0, NULL, NULL, NULL, NULL, 0, 0, 0, 0, NULL, '2020-12-15 03:59:22', '2020-12-15 03:59:22'),
(125, 1, 0, 'A Sample PDF.pdf', '1608025384.pdf', 1, 1, NULL, '', '', NULL, NULL, 0, 0, 0, 0, 0, NULL, NULL, NULL, NULL, 0, 0, 0, 0, NULL, '2020-12-15 04:13:04', '2020-12-15 04:13:04'),
(126, 1, 0, 'sample.pdf', '1608025535.pdf', 5, 5, NULL, '', '', NULL, NULL, 0, 0, 0, 0, 0, NULL, NULL, NULL, NULL, 0, 0, 0, 0, NULL, '2020-12-15 04:15:35', '2020-12-15 04:15:35'),
(127, 1, 0, 'test.docx', '1608025814.docx', 200, 20, NULL, '', '', NULL, NULL, 0, 0, 0, 0, 0, NULL, NULL, NULL, NULL, 0, 0, 0, 0, NULL, '2020-12-15 04:20:14', '2020-12-15 04:20:14'),
(128, 1, 0, '1605881016.pdf', '1608025847.pdf', 100, 20, NULL, '', '', NULL, NULL, 0, 0, 0, 0, 0, NULL, NULL, NULL, NULL, 0, 0, 0, 0, NULL, '2020-12-15 04:20:47', '2020-12-15 04:20:47'),
(129, 1, 0, '1605881016.pdf', '1608026202.pdf', 250, 20, NULL, '', '', NULL, NULL, 0, 0, 0, 0, 0, NULL, NULL, NULL, NULL, 0, 0, 0, 0, NULL, '2020-12-15 04:26:42', '2020-12-15 04:38:13'),
(130, 1, 0, '1605881016.pdf', '1608029179.pdf', 1965, 4, NULL, '', '', NULL, NULL, 0, 0, 0, 0, 0, NULL, NULL, NULL, NULL, 0, 0, 0, 0, NULL, '2020-12-15 05:16:19', '2020-12-15 05:16:19'),
(131, 1, 0, '', '', 2065, 2, NULL, '', '', NULL, NULL, 0, 0, 0, 0, 0, NULL, NULL, NULL, NULL, 0, 0, 0, 0, NULL, '2020-12-15 05:16:35', '2020-12-15 05:16:35'),
(132, 1, 0, '1605881016.pdf', '1608029348.pdf', 1965, 4, NULL, '', '', NULL, NULL, 0, 0, 0, 0, 0, NULL, NULL, NULL, NULL, 0, 0, 0, 0, NULL, '2020-12-15 05:18:01', '2020-12-15 05:19:08'),
(133, 1, 0, '1605881016.pdf', '1608029297.pdf', 1965, 8, NULL, '', '', NULL, NULL, 0, 0, 0, 0, 0, NULL, NULL, NULL, NULL, 0, 0, 0, 0, NULL, '2020-12-15 05:18:17', '2020-12-15 05:18:17'),
(134, 2, 1, '1605881016.pdf', '1608031920.pdf', 1965, 4, NULL, '', '', 5, 3, 0, 0, 0, 0, 0, NULL, NULL, NULL, NULL, 0, 0, 0, 0, NULL, '2020-12-15 06:02:00', '2020-12-16 01:54:43'),
(135, 1, 1, 'A Sample PDF.pdf', '1608040502.pdf', 1965, 2, NULL, 'y', 'y', 5, 6, 0, 0, 0, 0, 0, '2020-12-16 19:25:00', '2020-12-17 19:25:00', '2020-12-15 19:25:00', 2, 0, 0, 0, 0, 'y', '2020-12-15 08:25:02', '2020-12-15 08:37:41'),
(136, 1, 1, 'Untitled document - Copy.docx', '1608096092.docx', 1965, 6, 8, '5', '5', 5, 6, 0, 0, 0, 0, 0, NULL, NULL, NULL, 2, 0, 0, 0, 0, NULL, '2020-12-15 23:51:32', '2020-12-16 05:22:54'),
(137, 2, 1, 'Untitled document.docx', '1608102773.docx', 1965, 7, NULL, '50', '02', 5, 5, 0, 0, 0, 0, 0, '2020-12-17 12:45:00', '2020-12-19 12:45:00', '2020-12-31 12:45:00', 2, 0, 0, 0, 0, '444444444444444444444444444', '2020-12-16 01:42:53', '2020-12-16 04:03:59'),
(138, 2, 1, 'Untitled document (1).docx', '1608109892.docx', 1965, 3, 0, '3', '3', 30, 5, 0, 0, 0, 0, 0, '2020-12-24 14:41:00', '2020-12-24 14:41:00', '2020-12-31 14:41:00', 1, 0, 0, 0, 0, 'dddd', '2020-12-16 03:41:32', '2020-12-16 03:53:29'),
(139, 1, 0, 'Untitled document (1).docx', '1608111260.docx', 25, 25, NULL, '', '', NULL, NULL, 0, 0, 0, 0, 0, NULL, NULL, NULL, NULL, 0, 0, 0, 0, NULL, '2020-12-16 04:04:20', '2020-12-16 04:04:20'),
(140, 1, 0, 'Untitled document (1).docx', '1608111263.docx', 25, 25, NULL, '', '', NULL, NULL, 0, 0, 0, 0, 0, NULL, NULL, NULL, NULL, 0, 0, 0, 0, NULL, '2020-12-16 04:04:23', '2020-12-16 04:04:23'),
(141, 1, 0, 'Untitled document (1).docx', '1608111267.docx', 25, 25, NULL, '', '', NULL, NULL, 0, 0, 0, 0, 0, NULL, NULL, NULL, NULL, 0, 0, 0, 0, NULL, '2020-12-16 04:04:27', '2020-12-16 04:04:27'),
(142, 1, 0, 'Untitled document (1).docx', '1608111270.docx', 25, 25, NULL, '', '', NULL, NULL, 0, 0, 0, 0, 0, NULL, NULL, NULL, NULL, 0, 0, 0, 0, NULL, '2020-12-16 04:04:30', '2020-12-16 04:04:30'),
(143, 1, 0, 'Untitled document (1).docx', '1608111273.docx', 25, 25, NULL, '', '', NULL, NULL, 0, 0, 0, 0, 0, NULL, NULL, NULL, NULL, 0, 0, 0, 0, NULL, '2020-12-16 04:04:33', '2020-12-16 04:04:33'),
(144, 1, 0, 'Untitled document (1).docx', '1608111281.docx', 25, 25, NULL, '', '', NULL, NULL, 0, 0, 0, 0, 0, NULL, NULL, NULL, NULL, 0, 0, 0, 0, NULL, '2020-12-16 04:04:41', '2020-12-16 04:04:41'),
(145, 1, 0, 'Untitled document (1).docx', '1608111284.docx', 25, 25, NULL, '', '', NULL, NULL, 0, 0, 0, 0, 0, NULL, NULL, NULL, NULL, 0, 0, 0, 0, NULL, '2020-12-16 04:04:44', '2020-12-16 04:04:44'),
(146, 1, 0, '1605881016.pdf', '1608111370.pdf', 1965, 33, NULL, '', '', NULL, NULL, 0, 0, 0, 0, 0, NULL, NULL, NULL, NULL, 0, 0, 0, 0, NULL, '2020-12-16 04:06:10', '2020-12-16 04:06:10'),
(147, 1, 0, 'Untitled document (1).docx', '1608111388.docx', 25, 25, NULL, '', '', NULL, NULL, 0, 0, 0, 0, 0, NULL, NULL, NULL, NULL, 0, 0, 0, 0, NULL, '2020-12-16 04:06:28', '2020-12-16 04:06:28'),
(148, 1, 0, 'Untitled document - Copy.docx', '1608111403.docx', 1965, 2, NULL, '', '', NULL, NULL, 0, 0, 0, 0, 0, NULL, NULL, NULL, NULL, 0, 0, 0, 0, NULL, '2020-12-16 04:06:43', '2020-12-16 04:06:43'),
(149, 1, 0, 'Untitled document - Copy.docx', '1608111416.docx', 40, 40, NULL, '', '', NULL, NULL, 0, 0, 0, 0, 0, NULL, NULL, NULL, NULL, 0, 0, 0, 0, NULL, '2020-12-16 04:06:56', '2020-12-16 04:06:56'),
(150, 1, 0, 'Untitled document - Copy.docx', '1608111422.docx', 40, 40, NULL, '', '', NULL, NULL, 0, 0, 0, 0, 0, NULL, NULL, NULL, NULL, 0, 0, 0, 0, NULL, '2020-12-16 04:07:02', '2020-12-16 04:07:02'),
(151, 1, 0, 'Untitled document - Copy.docx', '1608111428.docx', 1965, 4, NULL, '', '', NULL, NULL, 0, 0, 0, 0, 0, NULL, NULL, NULL, NULL, 0, 0, 0, 0, NULL, '2020-12-16 04:07:08', '2020-12-16 04:07:08'),
(152, 1, 0, 'Untitled document (1).docx', '1608111465.docx', 44, 444444, NULL, '', '', NULL, NULL, 0, 0, 0, 0, 0, NULL, NULL, NULL, NULL, 0, 0, 0, 0, NULL, '2020-12-16 04:07:45', '2020-12-16 04:07:45'),
(153, 1, 0, '1605881016.pdf', '1608111501.pdf', 40, 40, NULL, '', '', NULL, NULL, 0, 0, 0, 0, 0, NULL, NULL, NULL, NULL, 0, 0, 0, 0, NULL, '2020-12-16 04:08:21', '2020-12-16 04:08:21'),
(154, 1, 0, '', '', 5000, 500, 8, '1', '', NULL, NULL, 0, 0, 0, 0, 0, NULL, NULL, NULL, NULL, 0, 0, 0, 0, NULL, '2020-12-16 04:13:06', '2020-12-16 04:13:21'),
(155, 1, 0, '', '', 2, 2, NULL, '', '', NULL, NULL, 0, 0, 0, 0, 0, NULL, NULL, NULL, NULL, 0, 0, 0, 0, NULL, '2020-12-16 04:34:02', '2020-12-16 04:34:02'),
(156, 1, 0, '', '', 5, 5, NULL, '', '', NULL, NULL, 0, 0, 0, 0, 0, NULL, NULL, NULL, NULL, 0, 0, 0, 0, NULL, '2020-12-16 04:34:17', '2020-12-16 04:34:40'),
(157, 1, 0, 'Untitled document.docx', '1608114478.docx', 1965, 0, NULL, '', '', NULL, NULL, 0, 0, 0, 0, 0, NULL, NULL, NULL, NULL, 0, 0, 0, 0, NULL, '2020-12-16 04:45:47', '2020-12-16 06:37:28'),
(158, 1, 0, 'Untitled document - Copy.docx', '1608114886.docx', 1965, 40, NULL, '', '', NULL, NULL, 0, 0, 0, 0, 0, NULL, NULL, NULL, NULL, 0, 0, 0, 0, NULL, '2020-12-16 05:04:39', '2020-12-16 05:04:46'),
(159, 1, 0, 'BRD_Brief (1).docx', '1608116432.docx', 1965, 3, NULL, '', '', NULL, NULL, 0, 0, 0, 0, 0, NULL, NULL, NULL, NULL, 0, 0, 0, 0, NULL, '2020-12-16 05:30:32', '2020-12-16 05:30:32'),
(160, 1, 0, '', '', 0, 0, NULL, '', '', NULL, NULL, 0, 0, 0, 0, 0, NULL, NULL, NULL, NULL, 0, 0, 0, 0, NULL, '2020-12-16 05:46:23', '2020-12-23 04:03:44'),
(161, 1, 1, '1605881016.pdf', '1608125106.pdf', 1965, 3, NULL, '', '', NULL, NULL, 0, 0, 0, 0, 0, NULL, NULL, NULL, NULL, 0, 0, 0, 0, NULL, '2020-12-16 07:55:06', '2020-12-16 07:56:21'),
(162, 1, 1, 'Assignment 162.pdf', '1608277944.pdf', 1965, 0, NULL, '10', 'ab', 4, 5, 0, 0, 0, 0, 0, '2020-12-18 11:34:00', '2020-12-31 11:34:00', '2020-12-31 11:34:00', 2, 0, 0, 0, 0, 'abcd', '2020-12-16 07:58:29', '2020-12-18 02:22:24'),
(163, 1, 1, 'Assignment 163.pdf', '1608277386.pdf', 1965, 0, NULL, '5', 'ab', 4, 5, 0, 0, 0, 0, 0, '2020-12-18 11:25:00', '2020-12-27 11:25:00', '2020-12-31 11:25:00', 2, 0, 0, 0, 0, 'abc', '2020-12-18 00:23:03', '2020-12-18 02:13:06'),
(164, 1, 0, 'Profile (10).pdf', '1608284274.pdf', 1965, 2, NULL, '', '', NULL, NULL, 0, 0, 0, 0, 0, NULL, NULL, NULL, NULL, 0, 0, 0, 0, NULL, '2020-12-18 04:07:54', '2020-12-18 04:07:54'),
(165, 1, 0, 'Assignment 165.docx', '1608284502.docx', 1965, 22, 8, 'CH165', 'RN165', 2, 6, 0, 0, 0, 0, 0, '2020-12-25 19:47:00', '2020-12-30 19:47:00', '2020-12-20 19:47:00', 2, 0, 0, 0, 0, NULL, '2020-12-18 04:11:42', '2020-12-18 08:47:32'),
(166, 1, 0, 'Assignment 166.pdf', '1608284683.pdf', 1965, 0, NULL, '', '', NULL, NULL, 0, 0, 0, 0, 0, NULL, NULL, NULL, NULL, 0, 0, 0, 0, NULL, '2020-12-18 04:14:18', '2020-12-22 07:31:08'),
(167, 2, 0, '', '', 0, 0, 8, 'CCC1', 'RN1', 3, 5, 0, 0, 0, 0, 0, '2020-12-25 10:41:00', '2020-12-30 10:41:00', '2020-12-22 10:41:00', 2, 0, 0, 0, 0, 'Client comment 1', '2020-12-18 04:16:01', '2020-12-21 03:42:12'),
(168, 1, 1, 'Assignment 168.pdf', '1608622754.pdf', 1965, 55, NULL, '', '', NULL, NULL, 0, 0, 0, 0, 0, NULL, NULL, NULL, NULL, 0, 0, 0, 0, NULL, '2020-12-22 02:09:14', '2020-12-22 02:09:30'),
(169, 1, 0, 'Assignment 169.pdf', '1608723479.pdf', 1965, 0, NULL, '21', 'vikram chouhan', NULL, 5, 0, 0, 0, 0, 0, '2020-12-31 18:36:00', '2020-12-25 18:34:00', '2020-12-26 18:34:00', 2, 0, 0, 0, 0, 'yes this one is small test for unit wise will move forward after discussion with inder sir', '2020-12-22 07:31:43', '2020-12-23 06:43:24'),
(170, 1, 0, 'Assignment 170.pdf', '1608789553.pdf', 1965, NULL, NULL, '', '', 2, 4, 0, 0, 0, 0, 0, NULL, NULL, NULL, NULL, 0, 0, 0, 0, NULL, '2020-12-24 00:29:13', '2020-12-24 00:29:14'),
(171, 1, 0, '1605881016.pdf', '1608789615.pdf', 1965, NULL, NULL, '', '', 1, 6, 0, 0, 0, 0, 0, NULL, NULL, NULL, NULL, 0, 0, 0, 0, NULL, '2020-12-24 00:30:15', '2020-12-24 00:30:15'),
(172, 1, 0, 'Untitled document.docx', '1608789656.docx', 1965, NULL, NULL, '', '', 1, 6, 0, 0, 0, 0, 0, NULL, NULL, NULL, NULL, 0, 0, 0, 0, NULL, '2020-12-24 00:30:56', '2020-12-24 00:30:56'),
(173, 1, 0, '', '', 100, 10, NULL, '', '', NULL, NULL, 0, 0, 0, 0, 0, NULL, NULL, NULL, NULL, 0, 0, 0, 0, NULL, '2020-12-24 00:33:22', '2020-12-24 00:33:22'),
(174, 1, 0, '', '', NULL, NULL, NULL, '', '', 1, 4, 0, 0, 0, 0, 0, NULL, NULL, NULL, NULL, 0, 0, 0, 0, NULL, '2020-12-24 00:34:02', '2020-12-24 00:34:02'),
(175, 1, 0, 'Untitled document.docx', '1608792850.docx', 1965, NULL, NULL, '', '', 1, 5, 0, 0, 0, 0, 0, NULL, NULL, NULL, NULL, 0, 0, 0, 0, NULL, '2020-12-24 01:24:10', '2020-12-24 01:24:11'),
(176, 1, 0, 'Untitled document.docx', '1608792942.docx', 1965, NULL, NULL, '', '', 3, 2, 0, 0, 0, 0, 0, NULL, NULL, NULL, NULL, 0, 0, 0, 0, NULL, '2020-12-24 01:25:42', '2020-12-24 01:25:43'),
(177, 1, 0, 'Untitled document.docx', '1608793120.docx', 1965, NULL, NULL, '', '', 2, 4, 0, 0, 0, 0, 0, NULL, NULL, NULL, NULL, 0, 0, 0, 0, NULL, '2020-12-24 01:28:40', '2020-12-24 01:28:41'),
(178, 1, 0, 'Untitled document.docx', '1608793232.docx', 1965, NULL, NULL, '', '', 1, 2, 0, 0, 0, 0, 0, NULL, NULL, NULL, NULL, 0, 0, 0, 0, NULL, '2020-12-24 01:30:32', '2020-12-24 01:30:33'),
(179, 1, 0, 'Untitled document (1).docx', '1608793286.docx', 1965, NULL, NULL, '', '', 3, 2, 0, 0, 0, 0, 0, NULL, NULL, NULL, NULL, 1, 0, 0, 0, NULL, '2020-12-24 01:31:26', '2020-12-24 01:31:26'),
(180, 1, 0, '1605881016.pdf', '1608793413.pdf', 1965, NULL, NULL, '', '', 1, 2, 0, 0, 0, 0, 0, NULL, NULL, NULL, NULL, 1, 1, 0, 0, NULL, '2020-12-24 01:33:33', '2020-12-24 01:33:34'),
(181, 1, 0, 'Untitled document.docx', '1608793679.docx', 1965, NULL, NULL, '', '', 2, 4, 0, 0, 0, 0, 0, NULL, NULL, NULL, NULL, 1, 1, 0, 0, NULL, '2020-12-24 01:37:59', '2020-12-24 01:37:59'),
(182, 1, 0, 'Untitled document.docx', '1608793757.docx', 1965, NULL, NULL, '', '', 2, 4, 0, 0, 0, 0, 0, NULL, NULL, NULL, NULL, 1, 0, 1, 0, NULL, '2020-12-24 01:39:17', '2020-12-24 01:39:18'),
(183, 1, 0, '1605881016.pdf', '1608793819.pdf', 1965, NULL, NULL, '', '', 3, 3, 0, 0, 0, 0, 0, NULL, NULL, NULL, NULL, 1, 1, 0, 0, NULL, '2020-12-24 01:40:19', '2020-12-24 01:40:19'),
(184, 1, 0, 'Untitled document.docx', '1608793862.docx', 1965, NULL, NULL, '', '', 3, 2, 0, 0, 0, 0, 0, NULL, NULL, NULL, NULL, 1, 0, 1, 0, NULL, '2020-12-24 01:41:02', '2020-12-24 01:41:02'),
(185, 1, 0, 'Untitled document.docx', '1608793911.docx', 1965, NULL, NULL, '', '', 2, 3, 0, 0, 0, 0, 0, NULL, NULL, NULL, NULL, 1, 0, 1, 0, NULL, '2020-12-24 01:41:51', '2020-12-24 01:41:52'),
(186, 1, 0, 'Untitled document.docx', '1608794087.docx', 1965, NULL, NULL, '', '', 1, 6, 0, 0, 0, 0, 0, NULL, NULL, NULL, NULL, 1, 0, 1, 0, NULL, '2020-12-24 01:44:47', '2020-12-24 01:44:48'),
(187, 1, 0, 'Untitled document.docx', '1608794806.docx', NULL, NULL, NULL, '', '', 1, 5, 0, 0, 0, 0, 0, NULL, NULL, NULL, NULL, 1, 0, 1, 0, NULL, '2020-12-24 01:56:46', '2020-12-24 01:56:46'),
(188, 1, 0, 'Untitled document.docx', '1608795019.docx', 1965, NULL, NULL, '', '', 1, 4, 0, 0, 0, 0, 0, NULL, NULL, NULL, NULL, 1, 0, 1, 0, NULL, '2020-12-24 02:00:19', '2020-12-24 02:00:20'),
(189, 1, 0, 'Untitled document.docx', '1608795121.docx', 1965, NULL, NULL, '', '', 1, 4, 0, 0, 0, 0, 0, NULL, NULL, NULL, NULL, 1, 0, 1, 0, NULL, '2020-12-24 02:02:01', '2020-12-24 02:02:02'),
(190, 1, 0, 'Untitled document.docx', '1608796172.docx', 1965, NULL, NULL, '', '', 1, 6, 0, 0, 0, 0, 0, NULL, NULL, NULL, NULL, 1, 0, 1, 0, NULL, '2020-12-24 02:19:32', '2020-12-24 02:19:33'),
(191, 1, 0, '1605881016.pdf', '1608801569.pdf', 1965, NULL, NULL, '', '', 1, 2, 0, 0, 0, 0, 0, NULL, NULL, NULL, NULL, 1, 0, 1, 0, NULL, '2020-12-24 03:49:29', '2020-12-24 03:49:30'),
(192, 1, 0, 'Untitled document.docx', '1608803641.docx', NULL, NULL, NULL, '', '', 2, 5, 0, 0, 0, 0, 0, NULL, NULL, NULL, NULL, 1, 1, 0, 0, NULL, '2020-12-24 04:24:01', '2020-12-24 04:24:01'),
(193, 1, 0, 'Untitled document.docx', '1608803733.docx', NULL, NULL, NULL, '', '', 2, 5, 0, 0, 0, 0, 0, NULL, NULL, NULL, NULL, 1, 1, 0, 0, NULL, '2020-12-24 04:25:33', '2020-12-24 04:25:33'),
(194, 1, 0, 'Untitled document.docx', '1608803832.docx', 13094, NULL, NULL, '', '', 3, 2, 0, 0, 0, 0, 0, NULL, NULL, NULL, NULL, 1, 0, 1, 0, NULL, '2020-12-24 04:27:12', '2020-12-24 04:27:13'),
(195, 1, 0, 'Untitled document.docx', '1608804347.docx', 13094, NULL, NULL, '', '', 2, 3, 0, 0, 0, 0, 0, NULL, NULL, NULL, NULL, 0, 1, 0, 0, NULL, '2020-12-24 04:35:47', '2020-12-24 04:35:48'),
(196, 1, 0, 'Untitled document.docx', '1608804422.docx', 13094, NULL, NULL, '', '', 2, 2, 0, 0, 0, 0, 0, NULL, NULL, NULL, NULL, 1, 0, 0, 0, NULL, '2020-12-24 04:37:02', '2020-12-24 04:37:03'),
(197, 1, 0, '1605881016.pdf', '1608804445.pdf', NULL, NULL, NULL, '', '', 1, 2, 0, 0, 0, 0, 0, NULL, NULL, NULL, NULL, 1, 0, 0, 0, NULL, '2020-12-24 04:37:25', '2020-12-24 04:37:25'),
(198, 1, 0, 'Dickinson_Sample_Slides.pptx', '1608804515.pptx', 1965, NULL, NULL, '', '', 1, 2, 0, 0, 0, 0, 0, NULL, NULL, NULL, NULL, 1, 0, 0, 0, NULL, '2020-12-24 04:38:35', '2020-12-24 04:38:36');

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

--
-- Table structure for table `document_contexts`
--

CREATE TABLE `document_contexts` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `context` varchar(100) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4;

--
-- Dumping data for table `document_contexts`
--

INSERT INTO `document_contexts` (`id`, `context`) VALUES
(1, 'context 1'),
(2, 'context 2');

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

--
-- Table structure for table `document_indexs`
--

CREATE TABLE `document_indexs` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `document_id` bigint(20) UNSIGNED NOT NULL,
  `index_id` bigint(20) UNSIGNED NOT NULL,
  `word_count` int(11) NOT NULL,
  `segment_id` bigint(20) UNSIGNED DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4;

--
-- Dumping data for table `document_indexs`
--

INSERT INTO `document_indexs` (`id`, `document_id`, `index_id`, `word_count`, `segment_id`) VALUES
(48, 29, 14, 213, NULL),
(49, 29, 13, 74, NULL),
(50, 29, 12, 100, NULL),
(51, 29, 11, 84, NULL),
(52, 29, 10, 340, NULL),
(53, 29, 9, 182, NULL),
(54, 29, 8, 101, NULL),
(55, 29, 7, 114, NULL),
(56, 29, 6, 72, NULL),
(57, 29, 5, 115, NULL),
(58, 29, 4, 64, NULL),
(59, 29, 3, 110, NULL),
(60, 29, 2, 75, NULL),
(61, 29, 1, 220, NULL),
(62, 29, 0, 101, NULL),
(63, 30, 14, 213, NULL),
(64, 30, 13, 74, NULL),
(65, 30, 12, 100, NULL),
(66, 30, 11, 84, NULL),
(67, 30, 10, 340, NULL),
(68, 30, 9, 182, NULL),
(69, 30, 8, 101, NULL),
(70, 30, 7, 114, NULL),
(71, 30, 6, 72, NULL),
(72, 30, 5, 115, NULL),
(73, 30, 4, 64, NULL),
(74, 30, 3, 110, NULL),
(75, 30, 2, 75, NULL),
(76, 30, 1, 220, NULL),
(77, 30, 0, 101, NULL),
(78, 31, 14, 213, NULL),
(79, 31, 13, 74, NULL),
(80, 31, 12, 100, NULL),
(81, 31, 11, 84, NULL),
(82, 31, 10, 340, NULL),
(83, 31, 9, 182, NULL),
(84, 31, 8, 101, NULL),
(85, 31, 7, 114, NULL),
(86, 31, 6, 72, NULL),
(87, 31, 5, 115, NULL),
(88, 31, 4, 64, NULL),
(89, 31, 3, 110, NULL),
(90, 31, 2, 75, NULL),
(91, 31, 1, 220, NULL),
(92, 31, 0, 101, NULL),
(123, 34, 14, 213, NULL),
(124, 34, 13, 74, NULL),
(125, 34, 12, 100, NULL),
(126, 34, 11, 84, NULL),
(127, 34, 10, 340, NULL),
(128, 34, 9, 182, NULL),
(129, 34, 8, 101, NULL),
(130, 34, 7, 114, NULL),
(131, 34, 6, 72, NULL),
(132, 34, 5, 115, NULL),
(133, 34, 4, 64, NULL),
(134, 34, 3, 110, NULL),
(135, 34, 2, 75, NULL),
(136, 34, 1, 220, NULL),
(137, 34, 0, 101, NULL),
(378, 37, 14, 213, NULL),
(379, 37, 13, 74, NULL),
(380, 37, 12, 100, NULL),
(381, 37, 11, 84, NULL),
(382, 37, 10, 340, NULL),
(383, 37, 9, 182, NULL),
(384, 37, 8, 101, NULL),
(385, 37, 7, 114, NULL),
(386, 37, 6, 72, NULL),
(387, 37, 5, 115, NULL),
(388, 37, 4, 64, NULL),
(389, 37, 3, 110, NULL),
(390, 37, 2, 75, NULL),
(391, 37, 1, 220, NULL),
(392, 37, 0, 101, NULL),
(393, 38, 14, 213, NULL),
(394, 38, 13, 74, NULL),
(395, 38, 12, 100, NULL),
(396, 38, 11, 84, NULL),
(397, 38, 10, 340, NULL),
(398, 38, 9, 182, NULL),
(399, 38, 8, 101, 146),
(400, 38, 7, 114, 146),
(401, 38, 6, 72, 146),
(402, 38, 5, 115, 146),
(403, 38, 4, 64, 146),
(404, 38, 3, 110, 146),
(405, 38, 2, 75, 146),
(406, 38, 1, 220, 144),
(407, 38, 0, 101, 143),
(423, 39, 14, 213, NULL),
(424, 39, 13, 74, NULL),
(425, 39, 12, 100, NULL),
(426, 39, 11, 84, NULL),
(427, 39, 10, 340, NULL),
(428, 39, 9, 182, NULL),
(429, 39, 8, 101, NULL),
(430, 39, 7, 114, NULL),
(431, 39, 6, 72, NULL),
(432, 39, 5, 115, NULL),
(433, 39, 4, 64, NULL),
(434, 39, 3, 110, NULL),
(435, 39, 2, 75, NULL),
(436, 39, 1, 220, NULL),
(437, 39, 0, 101, NULL),
(438, 38, 14, 213, NULL),
(439, 38, 13, 74, NULL),
(440, 38, 12, 100, NULL),
(441, 38, 11, 84, NULL),
(442, 38, 10, 340, NULL),
(443, 38, 9, 182, NULL),
(444, 38, 8, 101, 146),
(445, 38, 7, 114, 146),
(446, 38, 6, 72, 146),
(447, 38, 5, 115, 146),
(448, 38, 4, 64, 146),
(449, 38, 3, 110, 146),
(450, 38, 2, 75, 145),
(451, 38, 1, 220, 143),
(452, 38, 0, 101, 143),
(453, 35, 14, 213, NULL),
(454, 35, 13, 74, NULL),
(455, 35, 12, 100, NULL),
(456, 35, 11, 84, NULL),
(457, 35, 10, 340, NULL),
(458, 35, 9, 182, NULL),
(459, 35, 8, 101, NULL),
(460, 35, 7, 114, NULL),
(461, 35, 6, 72, NULL),
(462, 35, 5, 115, NULL),
(463, 35, 4, 64, NULL),
(464, 35, 3, 110, NULL),
(465, 35, 2, 75, NULL),
(466, 35, 1, 220, NULL),
(467, 35, 0, 101, NULL),
(468, 40, 14, 213, NULL),
(469, 40, 13, 74, NULL),
(470, 40, 12, 100, NULL),
(471, 40, 11, 84, NULL),
(472, 40, 10, 340, NULL),
(473, 40, 9, 182, NULL),
(474, 40, 8, 101, NULL),
(475, 40, 7, 114, NULL),
(476, 40, 6, 72, NULL),
(477, 40, 5, 115, NULL),
(478, 40, 4, 64, NULL),
(479, 40, 3, 110, NULL),
(480, 40, 2, 75, NULL),
(481, 40, 1, 220, NULL),
(482, 40, 0, 101, NULL),
(483, 41, 14, 213, NULL),
(484, 41, 13, 74, NULL),
(485, 41, 12, 100, NULL),
(486, 41, 11, 84, NULL),
(487, 41, 10, 340, NULL),
(488, 41, 9, 182, NULL),
(489, 41, 8, 101, NULL),
(490, 41, 7, 114, NULL),
(491, 41, 6, 72, NULL),
(492, 41, 5, 115, NULL),
(493, 41, 4, 64, NULL),
(494, 41, 3, 110, NULL),
(495, 41, 2, 75, NULL),
(496, 41, 1, 220, NULL),
(497, 41, 0, 101, NULL),
(498, 42, 14, 213, NULL),
(499, 42, 13, 74, NULL),
(500, 42, 12, 100, NULL),
(501, 42, 11, 84, NULL),
(502, 42, 10, 340, NULL),
(503, 42, 9, 182, NULL),
(504, 42, 8, 101, NULL),
(505, 42, 7, 114, NULL),
(506, 42, 6, 72, NULL),
(507, 42, 5, 115, NULL),
(508, 42, 4, 64, NULL),
(509, 42, 3, 110, NULL),
(510, 42, 2, 75, NULL),
(511, 42, 1, 220, NULL),
(512, 42, 0, 101, NULL),
(513, 43, 14, 213, NULL),
(514, 43, 13, 74, NULL),
(515, 43, 12, 100, NULL),
(516, 43, 11, 84, NULL),
(517, 43, 10, 340, NULL),
(518, 43, 9, 182, NULL),
(519, 43, 8, 101, NULL),
(520, 43, 7, 114, NULL),
(521, 43, 6, 72, NULL),
(522, 43, 5, 115, NULL),
(523, 43, 4, 64, NULL),
(524, 43, 3, 110, NULL),
(525, 43, 2, 75, NULL),
(526, 43, 1, 220, NULL),
(527, 43, 0, 101, NULL),
(588, 47, 14, 213, NULL),
(589, 47, 13, 74, NULL),
(590, 47, 12, 100, NULL),
(591, 47, 11, 84, NULL),
(592, 47, 10, 340, NULL),
(593, 47, 9, 182, NULL),
(594, 47, 8, 101, NULL),
(595, 47, 7, 114, NULL),
(596, 47, 6, 72, NULL),
(597, 47, 5, 115, NULL),
(598, 47, 4, 64, NULL),
(599, 47, 3, 110, NULL),
(600, 47, 2, 75, NULL),
(601, 47, 1, 220, NULL),
(602, 47, 0, 101, NULL),
(603, 48, 14, 213, NULL),
(604, 48, 13, 74, NULL),
(605, 48, 12, 100, NULL),
(606, 48, 11, 84, NULL),
(607, 48, 10, 340, NULL),
(608, 48, 9, 182, NULL),
(609, 48, 8, 101, NULL),
(610, 48, 7, 114, NULL),
(611, 48, 6, 72, NULL),
(612, 48, 5, 115, NULL),
(613, 48, 4, 64, NULL),
(614, 48, 3, 110, NULL),
(615, 48, 2, 75, NULL),
(616, 48, 1, 220, NULL),
(617, 48, 0, 101, NULL),
(618, 49, 14, 213, NULL),
(619, 49, 13, 74, NULL),
(620, 49, 12, 100, NULL),
(621, 49, 11, 84, NULL),
(622, 49, 10, 340, NULL),
(623, 49, 9, 182, NULL),
(624, 49, 8, 101, NULL),
(625, 49, 7, 114, NULL),
(626, 49, 6, 72, NULL),
(627, 49, 5, 115, NULL),
(628, 49, 4, 64, NULL),
(629, 49, 3, 110, NULL),
(630, 49, 2, 75, NULL),
(631, 49, 1, 220, NULL),
(632, 49, 0, 101, NULL),
(633, 50, 14, 213, NULL),
(634, 50, 13, 74, NULL),
(635, 50, 12, 100, NULL),
(636, 50, 11, 84, NULL),
(637, 50, 10, 340, NULL),
(638, 50, 9, 182, NULL),
(639, 50, 8, 101, NULL),
(640, 50, 7, 114, NULL),
(641, 50, 6, 72, NULL),
(642, 50, 5, 115, NULL),
(643, 50, 4, 64, NULL),
(644, 50, 3, 110, NULL),
(645, 50, 2, 75, NULL),
(646, 50, 1, 220, NULL),
(647, 50, 0, 101, NULL),
(648, 51, 14, 213, NULL),
(649, 51, 13, 74, NULL),
(650, 51, 12, 100, NULL),
(651, 51, 11, 84, NULL),
(652, 51, 10, 340, NULL),
(653, 51, 9, 182, NULL),
(654, 51, 8, 101, NULL),
(655, 51, 7, 114, NULL),
(656, 51, 6, 72, NULL),
(657, 51, 5, 115, NULL),
(658, 51, 4, 64, NULL),
(659, 51, 3, 110, NULL),
(660, 51, 2, 75, NULL),
(661, 51, 1, 220, NULL),
(662, 51, 0, 101, NULL),
(663, 52, 14, 213, NULL),
(664, 52, 13, 74, NULL),
(665, 52, 12, 100, NULL),
(666, 52, 11, 84, NULL),
(667, 52, 10, 340, NULL),
(668, 52, 9, 182, NULL),
(669, 52, 8, 101, NULL),
(670, 52, 7, 114, NULL),
(671, 52, 6, 72, NULL),
(672, 52, 5, 115, NULL),
(673, 52, 4, 64, NULL),
(674, 52, 3, 110, NULL),
(675, 52, 2, 75, NULL),
(676, 52, 1, 220, NULL),
(677, 52, 0, 101, NULL),
(678, 53, 14, 213, NULL),
(679, 53, 13, 74, NULL),
(680, 53, 12, 100, NULL),
(681, 53, 11, 84, NULL),
(682, 53, 10, 340, NULL),
(683, 53, 9, 182, NULL),
(684, 53, 8, 101, NULL),
(685, 53, 7, 114, NULL),
(686, 53, 6, 72, NULL),
(687, 53, 5, 115, NULL),
(688, 53, 4, 64, NULL),
(689, 53, 3, 110, NULL),
(690, 53, 2, 75, NULL),
(691, 53, 1, 220, NULL),
(692, 53, 0, 101, NULL),
(693, 54, 14, 213, NULL),
(694, 54, 13, 74, NULL),
(695, 54, 12, 100, NULL),
(696, 54, 11, 84, NULL),
(697, 54, 10, 340, NULL),
(698, 54, 9, 182, NULL),
(699, 54, 8, 101, NULL),
(700, 54, 7, 114, NULL),
(701, 54, 6, 72, NULL),
(702, 54, 5, 115, NULL),
(703, 54, 4, 64, NULL),
(704, 54, 3, 110, NULL),
(705, 54, 2, 75, NULL),
(706, 54, 1, 220, NULL),
(707, 54, 0, 101, NULL),
(708, 55, 14, 213, NULL),
(709, 55, 13, 74, NULL),
(710, 55, 12, 100, NULL),
(711, 55, 11, 84, NULL),
(712, 55, 10, 340, NULL),
(713, 55, 9, 182, NULL),
(714, 55, 8, 101, NULL),
(715, 55, 7, 114, NULL),
(716, 55, 6, 72, NULL),
(717, 55, 5, 115, NULL),
(718, 55, 4, 64, NULL),
(719, 55, 3, 110, NULL),
(720, 55, 2, 75, NULL),
(721, 55, 1, 220, NULL),
(722, 55, 0, 101, NULL),
(723, 56, 14, 213, NULL),
(724, 56, 13, 74, NULL),
(725, 56, 12, 100, NULL),
(726, 56, 11, 84, NULL),
(727, 56, 10, 340, NULL),
(728, 56, 9, 182, NULL),
(729, 56, 8, 101, NULL),
(730, 56, 7, 114, NULL),
(731, 56, 6, 72, NULL),
(732, 56, 5, 115, NULL),
(733, 56, 4, 64, NULL),
(734, 56, 3, 110, NULL),
(735, 56, 2, 75, NULL),
(736, 56, 1, 220, NULL),
(737, 56, 0, 101, NULL),
(738, 57, 14, 213, NULL),
(739, 57, 13, 74, NULL),
(740, 57, 12, 100, NULL),
(741, 57, 11, 84, NULL),
(742, 57, 10, 340, NULL),
(743, 57, 9, 182, NULL),
(744, 57, 8, 101, NULL),
(745, 57, 7, 114, NULL),
(746, 57, 6, 72, NULL),
(747, 57, 5, 115, NULL),
(748, 57, 4, 64, NULL),
(749, 57, 3, 110, NULL),
(750, 57, 2, 75, NULL),
(751, 57, 1, 220, NULL),
(752, 57, 0, 101, NULL),
(753, 58, 14, 213, NULL),
(754, 58, 13, 74, NULL),
(755, 58, 12, 100, NULL),
(756, 58, 11, 84, NULL),
(757, 58, 10, 340, NULL),
(758, 58, 9, 182, NULL),
(759, 58, 8, 101, NULL),
(760, 58, 7, 114, NULL),
(761, 58, 6, 72, NULL),
(762, 58, 5, 115, NULL),
(763, 58, 4, 64, NULL),
(764, 58, 3, 110, NULL),
(765, 58, 2, 75, NULL),
(766, 58, 1, 220, NULL),
(767, 58, 0, 101, NULL),
(783, 60, 14, 213, NULL),
(784, 60, 13, 74, NULL),
(785, 60, 12, 100, NULL),
(786, 60, 11, 84, NULL),
(787, 60, 10, 340, NULL),
(788, 60, 9, 182, NULL),
(789, 60, 8, 101, NULL),
(790, 60, 7, 114, NULL),
(791, 60, 6, 72, NULL),
(792, 60, 5, 115, NULL),
(793, 60, 4, 64, NULL),
(794, 60, 3, 110, NULL),
(795, 60, 2, 75, NULL),
(796, 60, 1, 220, NULL),
(797, 60, 0, 101, NULL),
(798, 61, 14, 213, NULL),
(799, 61, 13, 74, NULL),
(800, 61, 12, 100, NULL),
(801, 61, 11, 84, NULL),
(802, 61, 10, 340, NULL),
(803, 61, 9, 182, NULL),
(804, 61, 8, 101, NULL),
(805, 61, 7, 114, NULL),
(806, 61, 6, 72, NULL),
(807, 61, 5, 115, NULL),
(808, 61, 4, 64, NULL),
(809, 61, 3, 110, NULL),
(810, 61, 2, 75, NULL),
(811, 61, 1, 220, NULL),
(812, 61, 0, 101, NULL),
(813, 62, 14, 213, NULL),
(814, 62, 13, 74, NULL),
(815, 62, 12, 100, NULL),
(816, 62, 11, 84, NULL),
(817, 62, 10, 340, NULL),
(818, 62, 9, 182, NULL),
(819, 62, 8, 101, NULL),
(820, 62, 7, 114, NULL),
(821, 62, 6, 72, NULL),
(822, 62, 5, 115, NULL),
(823, 62, 4, 64, NULL),
(824, 62, 3, 110, NULL),
(825, 62, 2, 75, NULL),
(826, 62, 1, 220, NULL),
(827, 62, 0, 101, NULL),
(828, 63, 14, 213, NULL),
(829, 63, 13, 74, NULL),
(830, 63, 12, 100, NULL),
(831, 63, 11, 84, NULL),
(832, 63, 10, 340, NULL),
(833, 63, 9, 182, NULL),
(834, 63, 8, 101, NULL),
(835, 63, 7, 114, NULL),
(836, 63, 6, 72, NULL),
(837, 63, 5, 115, NULL),
(838, 63, 4, 64, NULL),
(839, 63, 3, 110, NULL),
(840, 63, 2, 75, NULL),
(841, 63, 1, 220, NULL),
(842, 63, 0, 101, NULL),
(843, 64, 14, 213, NULL),
(844, 64, 13, 74, NULL),
(845, 64, 12, 100, NULL),
(846, 64, 11, 84, NULL),
(847, 64, 10, 340, NULL),
(848, 64, 9, 182, NULL),
(849, 64, 8, 101, NULL),
(850, 64, 7, 114, NULL),
(851, 64, 6, 72, NULL),
(852, 64, 5, 115, NULL),
(853, 64, 4, 64, NULL),
(854, 64, 3, 110, NULL),
(855, 64, 2, 75, NULL),
(856, 64, 1, 220, NULL),
(857, 64, 0, 101, NULL),
(873, 66, 14, 213, NULL),
(874, 66, 13, 74, NULL),
(875, 66, 12, 100, NULL),
(876, 66, 11, 84, NULL),
(877, 66, 10, 340, NULL),
(878, 66, 9, 182, NULL),
(879, 66, 8, 101, NULL),
(880, 66, 7, 114, NULL),
(881, 66, 6, 72, NULL),
(882, 66, 5, 115, NULL),
(883, 66, 4, 64, NULL),
(884, 66, 3, 110, NULL),
(885, 66, 2, 75, NULL),
(886, 66, 1, 220, NULL),
(887, 66, 0, 101, NULL),
(888, 67, 14, 213, NULL),
(889, 67, 13, 74, NULL),
(890, 67, 12, 100, NULL),
(891, 67, 11, 84, NULL),
(892, 67, 10, 340, NULL),
(893, 67, 9, 182, NULL),
(894, 67, 8, 101, NULL),
(895, 67, 7, 114, NULL),
(896, 67, 6, 72, NULL),
(897, 67, 5, 115, NULL),
(898, 67, 4, 64, NULL),
(899, 67, 3, 110, NULL),
(900, 67, 2, 75, NULL),
(901, 67, 1, 220, NULL),
(902, 67, 0, 101, NULL),
(903, 68, 14, 213, NULL),
(904, 68, 13, 74, NULL),
(905, 68, 12, 100, NULL),
(906, 68, 11, 84, NULL),
(907, 68, 10, 340, NULL),
(908, 68, 9, 182, NULL),
(909, 68, 8, 101, NULL),
(910, 68, 7, 114, NULL),
(911, 68, 6, 72, NULL),
(912, 68, 5, 115, NULL),
(913, 68, 4, 64, NULL),
(914, 68, 3, 110, NULL),
(915, 68, 2, 75, NULL),
(916, 68, 1, 220, NULL),
(917, 68, 0, 101, NULL),
(918, 69, 14, 213, NULL),
(919, 69, 13, 74, NULL),
(920, 69, 12, 100, NULL),
(921, 69, 11, 84, NULL),
(922, 69, 10, 340, NULL),
(923, 69, 9, 182, NULL),
(924, 69, 8, 101, 71),
(925, 69, 7, 114, 71),
(926, 69, 6, 72, 71),
(927, 69, 5, 115, 71),
(928, 69, 4, 64, 71),
(929, 69, 3, 110, 71),
(930, 69, 2, 75, 71),
(931, 69, 1, 220, 71),
(932, 69, 0, 101, 71),
(933, 70, 14, 213, NULL),
(934, 70, 13, 74, NULL),
(935, 70, 12, 100, NULL),
(936, 70, 11, 84, NULL),
(937, 70, 10, 340, NULL),
(938, 70, 9, 182, NULL),
(939, 70, 8, 101, NULL),
(940, 70, 7, 114, NULL),
(941, 70, 6, 72, NULL),
(942, 70, 5, 115, NULL),
(943, 70, 4, 64, NULL),
(944, 70, 3, 110, NULL),
(945, 70, 2, 75, NULL),
(946, 70, 1, 220, NULL),
(947, 70, 0, 101, NULL),
(963, 71, 14, 213, NULL),
(964, 71, 13, 74, NULL),
(965, 71, 12, 100, NULL),
(966, 71, 11, 84, NULL),
(967, 71, 10, 340, NULL),
(968, 71, 9, 182, NULL),
(969, 71, 8, 101, NULL),
(970, 71, 7, 114, NULL),
(971, 71, 6, 72, NULL),
(972, 71, 5, 115, NULL),
(973, 71, 4, 64, NULL),
(974, 71, 3, 110, NULL),
(975, 71, 2, 75, NULL),
(976, 71, 1, 220, NULL),
(977, 71, 0, 101, NULL),
(1053, 75, 14, 213, NULL),
(1054, 75, 13, 74, NULL),
(1055, 75, 12, 100, NULL),
(1056, 75, 11, 84, NULL),
(1057, 75, 10, 340, NULL),
(1058, 75, 9, 182, NULL),
(1059, 75, 8, 101, NULL),
(1060, 75, 7, 114, NULL),
(1061, 75, 6, 72, NULL),
(1062, 75, 5, 115, NULL),
(1063, 75, 4, 64, NULL),
(1064, 75, 3, 110, NULL),
(1065, 75, 2, 75, NULL),
(1066, 75, 1, 220, NULL),
(1067, 75, 0, 101, NULL),
(1113, 79, 14, 213, NULL),
(1114, 79, 13, 74, NULL),
(1115, 79, 12, 100, NULL),
(1116, 79, 11, 84, NULL),
(1117, 79, 10, 340, NULL),
(1118, 79, 9, 182, NULL),
(1119, 79, 8, 101, NULL),
(1120, 79, 7, 114, NULL),
(1121, 79, 6, 72, NULL),
(1122, 79, 5, 115, NULL),
(1123, 79, 4, 64, NULL),
(1124, 79, 3, 110, NULL),
(1125, 79, 2, 75, NULL),
(1126, 79, 1, 220, NULL),
(1127, 79, 0, 101, NULL),
(1128, 80, 14, 213, NULL),
(1129, 80, 13, 74, NULL),
(1130, 80, 12, 100, NULL),
(1131, 80, 11, 84, NULL),
(1132, 80, 10, 340, NULL),
(1133, 80, 9, 182, NULL),
(1134, 80, 8, 101, NULL),
(1135, 80, 7, 114, NULL),
(1136, 80, 6, 72, NULL),
(1137, 80, 5, 115, NULL),
(1138, 80, 4, 64, NULL),
(1139, 80, 3, 110, NULL),
(1140, 80, 2, 75, NULL),
(1141, 80, 1, 220, NULL),
(1142, 80, 0, 101, NULL),
(1248, 81, 14, 213, NULL),
(1249, 81, 13, 74, NULL),
(1250, 81, 12, 100, NULL),
(1251, 81, 11, 84, NULL),
(1252, 81, 10, 340, NULL),
(1253, 81, 9, 182, NULL),
(1254, 81, 8, 101, NULL),
(1255, 81, 7, 114, NULL),
(1256, 81, 6, 72, NULL),
(1257, 81, 5, 115, NULL),
(1258, 81, 4, 64, NULL),
(1259, 81, 3, 110, NULL),
(1260, 81, 2, 75, NULL),
(1261, 81, 1, 220, NULL),
(1262, 81, 0, 101, NULL),
(1338, 84, 14, 213, NULL),
(1339, 84, 13, 74, NULL),
(1340, 84, 12, 100, NULL),
(1341, 84, 11, 84, NULL),
(1342, 84, 10, 340, NULL),
(1343, 84, 9, 182, NULL),
(1344, 84, 8, 101, NULL),
(1345, 84, 7, 114, NULL),
(1346, 84, 6, 72, NULL),
(1347, 84, 5, 115, NULL),
(1348, 84, 4, 64, NULL),
(1349, 84, 3, 110, NULL),
(1350, 84, 2, 75, NULL),
(1351, 84, 1, 220, NULL),
(1352, 84, 0, 101, NULL),
(1368, 83, 14, 213, NULL),
(1369, 83, 13, 74, NULL),
(1370, 83, 12, 100, NULL),
(1371, 83, 11, 84, NULL),
(1372, 83, 10, 340, NULL),
(1373, 83, 9, 182, NULL),
(1374, 83, 8, 101, NULL),
(1375, 83, 7, 114, NULL),
(1376, 83, 6, 72, NULL),
(1377, 83, 5, 115, NULL),
(1378, 83, 4, 64, NULL),
(1379, 83, 3, 110, NULL),
(1380, 83, 2, 75, NULL),
(1381, 83, 1, 220, NULL),
(1382, 83, 0, 101, NULL),
(1383, 86, 14, 213, NULL),
(1384, 86, 13, 74, NULL),
(1385, 86, 12, 100, NULL),
(1386, 86, 11, 84, NULL),
(1387, 86, 10, 340, NULL),
(1388, 86, 9, 182, NULL),
(1389, 86, 8, 101, NULL),
(1390, 86, 7, 114, NULL),
(1391, 86, 6, 72, NULL),
(1392, 86, 5, 115, NULL),
(1393, 86, 4, 64, NULL),
(1394, 86, 3, 110, NULL),
(1395, 86, 2, 75, NULL),
(1396, 86, 1, 220, NULL),
(1397, 86, 0, 101, NULL),
(1398, 87, 14, 213, NULL),
(1399, 87, 13, 74, NULL),
(1400, 87, 12, 100, NULL),
(1401, 87, 11, 84, NULL),
(1402, 87, 10, 340, NULL),
(1403, 87, 9, 182, NULL),
(1404, 87, 8, 101, NULL),
(1405, 87, 7, 114, NULL),
(1406, 87, 6, 72, NULL),
(1407, 87, 5, 115, NULL),
(1408, 87, 4, 64, NULL),
(1409, 87, 3, 110, NULL),
(1410, 87, 2, 75, NULL),
(1411, 87, 1, 220, NULL),
(1412, 87, 0, 101, NULL),
(1443, 72, 14, 213, NULL),
(1444, 72, 13, 74, NULL),
(1445, 72, 12, 100, NULL),
(1446, 72, 11, 84, NULL),
(1447, 72, 10, 340, NULL),
(1448, 72, 9, 182, NULL),
(1449, 72, 8, 101, NULL),
(1450, 72, 7, 114, NULL),
(1451, 72, 6, 72, NULL),
(1452, 72, 5, 115, NULL),
(1453, 72, 4, 64, NULL),
(1454, 72, 3, 110, NULL),
(1455, 72, 2, 75, NULL),
(1456, 72, 1, 220, NULL),
(1457, 72, 0, 101, NULL),
(1458, 88, 14, 213, NULL),
(1459, 88, 13, 74, NULL),
(1460, 88, 12, 100, NULL),
(1461, 88, 11, 84, NULL),
(1462, 88, 10, 340, NULL),
(1463, 88, 9, 182, NULL),
(1464, 88, 8, 101, NULL),
(1465, 88, 7, 114, NULL),
(1466, 88, 6, 72, NULL),
(1467, 88, 5, 115, NULL),
(1468, 88, 4, 64, NULL),
(1469, 88, 3, 110, NULL),
(1470, 88, 2, 75, NULL),
(1471, 88, 1, 220, NULL),
(1472, 88, 0, 101, NULL),
(1503, 89, 14, 213, NULL),
(1504, 89, 13, 74, NULL),
(1505, 89, 12, 100, NULL),
(1506, 89, 11, 84, NULL),
(1507, 89, 10, 340, NULL),
(1508, 89, 9, 182, NULL),
(1509, 89, 8, 101, NULL),
(1510, 89, 7, 114, NULL),
(1511, 89, 6, 72, NULL),
(1512, 89, 5, 115, NULL),
(1513, 89, 4, 64, NULL),
(1514, 89, 3, 110, NULL),
(1515, 89, 2, 75, NULL),
(1516, 89, 1, 220, NULL),
(1517, 89, 0, 101, NULL),
(1518, 90, 14, 213, NULL),
(1519, 90, 13, 74, NULL),
(1520, 90, 12, 100, NULL),
(1521, 90, 11, 84, NULL),
(1522, 90, 10, 340, NULL),
(1523, 90, 9, 182, NULL),
(1524, 90, 8, 101, NULL),
(1525, 90, 7, 114, NULL),
(1526, 90, 6, 72, NULL),
(1527, 90, 5, 115, NULL),
(1528, 90, 4, 64, NULL),
(1529, 90, 3, 110, NULL),
(1530, 90, 2, 75, NULL),
(1531, 90, 1, 220, NULL),
(1532, 90, 0, 101, NULL),
(1533, 91, 14, 213, NULL),
(1534, 91, 13, 74, NULL),
(1535, 91, 12, 100, NULL),
(1536, 91, 11, 84, NULL),
(1537, 91, 10, 340, NULL),
(1538, 91, 9, 182, NULL),
(1539, 91, 8, 101, NULL),
(1540, 91, 7, 114, NULL),
(1541, 91, 6, 72, NULL),
(1542, 91, 5, 115, NULL),
(1543, 91, 4, 64, NULL),
(1544, 91, 3, 110, NULL),
(1545, 91, 2, 75, NULL),
(1546, 91, 1, 220, NULL),
(1547, 91, 0, 101, NULL),
(1548, 1, 14, 213, NULL),
(1549, 1, 13, 74, NULL),
(1550, 1, 12, 100, NULL),
(1551, 1, 11, 84, NULL),
(1552, 1, 10, 340, NULL),
(1553, 1, 9, 182, NULL),
(1554, 1, 8, 101, NULL),
(1555, 1, 7, 114, 48),
(1556, 1, 6, 72, 48),
(1557, 1, 5, 115, 2),
(1558, 1, 4, 64, 2),
(1559, 1, 3, 110, 2),
(1560, 1, 2, 75, 2),
(1561, 1, 1, 220, 1),
(1562, 1, 0, 101, 1),
(1563, 92, 14, 213, NULL),
(1564, 92, 13, 74, NULL),
(1565, 92, 12, 100, NULL),
(1566, 92, 11, 84, NULL),
(1567, 92, 10, 340, NULL),
(1568, 92, 9, 182, NULL),
(1569, 92, 8, 101, NULL),
(1570, 92, 7, 114, NULL),
(1571, 92, 6, 72, NULL),
(1572, 92, 5, 115, NULL),
(1573, 92, 4, 64, NULL),
(1574, 92, 3, 110, NULL),
(1575, 92, 2, 75, NULL),
(1576, 92, 1, 220, NULL),
(1577, 92, 0, 101, NULL),
(1683, 85, 14, 213, NULL),
(1684, 85, 13, 74, NULL),
(1685, 85, 12, 100, NULL),
(1686, 85, 11, 84, NULL),
(1687, 85, 10, 340, NULL),
(1688, 85, 9, 182, NULL),
(1689, 85, 8, 101, NULL),
(1690, 85, 7, 114, NULL),
(1691, 85, 6, 72, NULL),
(1692, 85, 5, 115, NULL),
(1693, 85, 4, 64, NULL),
(1694, 85, 3, 110, NULL),
(1695, 85, 2, 75, NULL),
(1696, 85, 1, 220, NULL),
(1697, 85, 0, 101, NULL),
(1713, 103, 14, 213, NULL),
(1714, 103, 13, 74, NULL),
(1715, 103, 12, 100, NULL),
(1716, 103, 11, 84, NULL),
(1717, 103, 10, 340, NULL),
(1718, 103, 9, 182, NULL),
(1719, 103, 8, 101, NULL),
(1720, 103, 7, 114, NULL),
(1721, 103, 6, 72, NULL),
(1722, 103, 5, 115, NULL),
(1723, 103, 4, 64, NULL),
(1724, 103, 3, 110, NULL),
(1725, 103, 2, 75, NULL),
(1726, 103, 1, 220, NULL),
(1727, 103, 0, 101, NULL),
(1728, 103, 14, 213, NULL),
(1729, 103, 13, 74, NULL),
(1730, 103, 12, 100, NULL),
(1731, 103, 11, 84, NULL),
(1732, 103, 10, 340, NULL),
(1733, 103, 9, 182, NULL),
(1734, 103, 8, 101, NULL),
(1735, 103, 7, 114, NULL),
(1736, 103, 6, 72, NULL),
(1737, 103, 5, 115, NULL),
(1738, 103, 4, 64, NULL),
(1739, 103, 3, 110, NULL),
(1740, 103, 2, 75, NULL),
(1741, 103, 1, 220, NULL),
(1742, 103, 0, 101, NULL),
(1743, 104, 14, 213, NULL),
(1744, 104, 13, 74, NULL),
(1745, 104, 12, 100, NULL),
(1746, 104, 11, 84, NULL),
(1747, 104, 10, 340, NULL),
(1748, 104, 9, 182, NULL),
(1749, 104, 8, 101, NULL),
(1750, 104, 7, 114, NULL),
(1751, 104, 6, 72, NULL),
(1752, 104, 5, 115, NULL),
(1753, 104, 4, 64, NULL),
(1754, 104, 3, 110, NULL),
(1755, 104, 2, 75, NULL),
(1756, 104, 1, 220, NULL),
(1757, 104, 0, 101, NULL),
(1803, 106, 14, 213, NULL),
(1804, 106, 13, 74, NULL),
(1805, 106, 12, 100, NULL),
(1806, 106, 11, 84, NULL),
(1807, 106, 10, 340, NULL),
(1808, 106, 9, 182, NULL),
(1809, 106, 8, 101, NULL),
(1810, 106, 7, 114, NULL),
(1811, 106, 6, 72, NULL),
(1812, 106, 5, 115, NULL),
(1813, 106, 4, 64, NULL),
(1814, 106, 3, 110, NULL),
(1815, 106, 2, 75, NULL),
(1816, 106, 1, 220, NULL),
(1817, 106, 0, 101, NULL),
(1833, 108, 14, 213, NULL),
(1834, 108, 13, 74, NULL),
(1835, 108, 12, 100, NULL),
(1836, 108, 11, 84, NULL),
(1837, 108, 10, 340, NULL),
(1838, 108, 9, 182, NULL),
(1839, 108, 8, 101, NULL),
(1840, 108, 7, 114, NULL),
(1841, 108, 6, 72, NULL),
(1842, 108, 5, 115, NULL),
(1843, 108, 4, 64, NULL),
(1844, 108, 3, 110, NULL),
(1845, 108, 2, 75, NULL),
(1846, 108, 1, 220, NULL),
(1847, 108, 0, 101, NULL),
(1848, 108, 14, 213, NULL),
(1849, 108, 13, 74, NULL),
(1850, 108, 12, 100, NULL),
(1851, 108, 11, 84, NULL),
(1852, 108, 10, 340, NULL),
(1853, 108, 9, 182, NULL),
(1854, 108, 8, 101, NULL),
(1855, 108, 7, 114, NULL),
(1856, 108, 6, 72, NULL),
(1857, 108, 5, 115, NULL),
(1858, 108, 4, 64, NULL),
(1859, 108, 3, 110, NULL),
(1860, 108, 2, 75, NULL),
(1861, 108, 1, 220, NULL),
(1862, 108, 0, 101, NULL),
(1863, 109, 14, 213, NULL),
(1864, 109, 13, 74, NULL),
(1865, 109, 12, 100, NULL),
(1866, 109, 11, 84, NULL),
(1867, 109, 10, 340, NULL),
(1868, 109, 9, 182, NULL),
(1869, 109, 8, 101, NULL),
(1870, 109, 7, 114, NULL),
(1871, 109, 6, 72, NULL),
(1872, 109, 5, 115, NULL),
(1873, 109, 4, 64, NULL),
(1874, 109, 3, 110, NULL),
(1875, 109, 2, 75, NULL),
(1876, 109, 1, 220, NULL),
(1877, 109, 0, 101, NULL),
(1878, 110, 14, 213, NULL),
(1879, 110, 13, 74, NULL),
(1880, 110, 12, 100, NULL),
(1881, 110, 11, 84, NULL),
(1882, 110, 10, 340, NULL),
(1883, 110, 9, 182, NULL),
(1884, 110, 8, 101, NULL),
(1885, 110, 7, 114, NULL),
(1886, 110, 6, 72, NULL),
(1887, 110, 5, 115, NULL),
(1888, 110, 4, 64, NULL),
(1889, 110, 3, 110, NULL),
(1890, 110, 2, 75, NULL),
(1891, 110, 1, 220, NULL),
(1892, 110, 0, 101, NULL),
(1893, 111, 14, 213, NULL),
(1894, 111, 13, 74, NULL),
(1895, 111, 12, 100, NULL),
(1896, 111, 11, 84, NULL),
(1897, 111, 10, 340, NULL),
(1898, 111, 9, 182, NULL),
(1899, 111, 8, 101, NULL),
(1900, 111, 7, 114, NULL),
(1901, 111, 6, 72, NULL),
(1902, 111, 5, 115, NULL),
(1903, 111, 4, 64, NULL),
(1904, 111, 3, 110, NULL),
(1905, 111, 2, 75, NULL),
(1906, 111, 1, 220, NULL),
(1907, 111, 0, 101, NULL),
(1908, 112, 14, 213, NULL),
(1909, 112, 13, 74, NULL),
(1910, 112, 12, 100, NULL),
(1911, 112, 11, 84, NULL),
(1912, 112, 10, 340, NULL),
(1913, 112, 9, 182, NULL),
(1914, 112, 8, 101, NULL),
(1915, 112, 7, 114, NULL),
(1916, 112, 6, 72, NULL),
(1917, 112, 5, 115, NULL),
(1918, 112, 4, 64, NULL),
(1919, 112, 3, 110, NULL),
(1920, 112, 2, 75, NULL),
(1921, 112, 1, 220, NULL),
(1922, 112, 0, 101, NULL),
(1923, 113, 14, 213, NULL),
(1924, 113, 13, 74, NULL),
(1925, 113, 12, 100, NULL),
(1926, 113, 11, 84, NULL),
(1927, 113, 10, 340, NULL),
(1928, 113, 9, 182, NULL),
(1929, 113, 8, 101, NULL),
(1930, 113, 7, 114, NULL),
(1931, 113, 6, 72, NULL),
(1932, 113, 5, 115, NULL),
(1933, 113, 4, 64, NULL),
(1934, 113, 3, 110, NULL),
(1935, 113, 2, 75, NULL),
(1936, 113, 1, 220, NULL),
(1937, 113, 0, 101, NULL),
(1938, 114, 14, 213, NULL),
(1939, 114, 13, 74, NULL),
(1940, 114, 12, 100, NULL),
(1941, 114, 11, 84, NULL),
(1942, 114, 10, 340, NULL),
(1943, 114, 9, 182, NULL),
(1944, 114, 8, 101, NULL),
(1945, 114, 7, 114, NULL),
(1946, 114, 6, 72, NULL),
(1947, 114, 5, 115, NULL),
(1948, 114, 4, 64, NULL),
(1949, 114, 3, 110, NULL),
(1950, 114, 2, 75, NULL),
(1951, 114, 1, 220, NULL),
(1952, 114, 0, 101, NULL),
(1953, 115, 14, 213, NULL),
(1954, 115, 13, 74, NULL),
(1955, 115, 12, 100, NULL),
(1956, 115, 11, 84, NULL),
(1957, 115, 10, 340, NULL),
(1958, 115, 9, 182, NULL),
(1959, 115, 8, 101, NULL),
(1960, 115, 7, 114, NULL),
(1961, 115, 6, 72, NULL),
(1962, 115, 5, 115, NULL),
(1963, 115, 4, 64, NULL),
(1964, 115, 3, 110, NULL),
(1965, 115, 2, 75, NULL),
(1966, 115, 1, 220, NULL),
(1967, 115, 0, 101, NULL),
(1968, 115, 14, 213, NULL),
(1969, 115, 13, 74, NULL),
(1970, 115, 12, 100, NULL),
(1971, 115, 11, 84, NULL),
(1972, 115, 10, 340, NULL),
(1973, 115, 9, 182, NULL),
(1974, 115, 8, 101, NULL),
(1975, 115, 7, 114, NULL),
(1976, 115, 6, 72, NULL),
(1977, 115, 5, 115, NULL),
(1978, 115, 4, 64, NULL),
(1979, 115, 3, 110, NULL),
(1980, 115, 2, 75, NULL),
(1981, 115, 1, 220, NULL),
(1982, 115, 0, 101, NULL),
(1983, 116, 14, 213, NULL),
(1984, 116, 13, 74, NULL),
(1985, 116, 12, 100, NULL),
(1986, 116, 11, 84, NULL),
(1987, 116, 10, 340, NULL),
(1988, 116, 9, 182, NULL),
(1989, 116, 8, 101, NULL),
(1990, 116, 7, 114, NULL),
(1991, 116, 6, 72, NULL),
(1992, 116, 5, 115, NULL),
(1993, 116, 4, 64, NULL),
(1994, 116, 3, 110, NULL),
(1995, 116, 2, 75, NULL),
(1996, 116, 1, 220, NULL),
(1997, 116, 0, 101, NULL),
(2006, 117, 6, 72, 59),
(2007, 117, 5, 115, 59),
(2009, 117, 3, 110, 57),
(2013, 117, 14, 213, NULL),
(2014, 117, 13, 74, NULL),
(2015, 117, 12, 100, 61),
(2016, 117, 11, 84, 61),
(2017, 117, 10, 340, 59),
(2018, 117, 9, 182, 59),
(2019, 117, 8, 101, 59),
(2020, 117, 7, 114, 59),
(2023, 117, 4, 64, 59),
(2025, 117, 2, 75, 56),
(2026, 117, 1, 220, 56),
(2027, 117, 0, 101, 53),
(2028, 118, 14, 213, NULL),
(2029, 118, 13, 74, NULL),
(2030, 118, 12, 100, NULL),
(2031, 118, 11, 84, NULL),
(2032, 118, 10, 340, NULL),
(2033, 118, 9, 182, NULL),
(2034, 118, 8, 101, NULL),
(2035, 118, 7, 114, NULL),
(2036, 118, 6, 72, NULL),
(2037, 118, 5, 115, NULL),
(2038, 118, 4, 64, NULL),
(2039, 118, 3, 110, NULL),
(2040, 118, 2, 75, 63),
(2041, 118, 1, 220, 62),
(2042, 118, 0, 101, 62),
(2043, 119, 14, 213, NULL),
(2044, 119, 13, 74, NULL),
(2045, 119, 12, 100, NULL),
(2046, 119, 11, 84, NULL),
(2047, 119, 10, 340, NULL),
(2048, 119, 9, 182, NULL),
(2049, 119, 8, 101, NULL),
(2050, 119, 7, 114, NULL),
(2051, 119, 6, 72, NULL),
(2052, 119, 5, 115, NULL),
(2053, 119, 4, 64, NULL),
(2054, 119, 3, 110, NULL),
(2055, 119, 2, 75, 65),
(2056, 119, 1, 220, 64),
(2057, 119, 0, 101, 64),
(2058, 120, 14, 213, NULL),
(2059, 120, 13, 74, NULL),
(2060, 120, 12, 100, NULL),
(2061, 120, 11, 84, NULL),
(2062, 120, 10, 340, NULL),
(2063, 120, 9, 182, NULL),
(2064, 120, 8, 101, NULL),
(2065, 120, 7, 114, NULL),
(2066, 120, 6, 72, NULL),
(2067, 120, 5, 115, 75),
(2068, 120, 4, 64, 75),
(2069, 120, 3, 110, 74),
(2070, 120, 2, 75, 72),
(2071, 120, 1, 220, 68),
(2072, 120, 0, 101, 68),
(2073, 69, 14, 213, NULL),
(2074, 69, 13, 74, NULL),
(2075, 69, 12, 100, NULL),
(2076, 69, 11, 84, NULL),
(2077, 69, 10, 340, NULL),
(2078, 69, 9, 182, 71),
(2079, 69, 8, 101, 71),
(2080, 69, 7, 114, 71),
(2081, 69, 6, 72, 71),
(2082, 69, 5, 115, 71),
(2083, 69, 4, 64, 71),
(2084, 69, 3, 110, 71),
(2085, 69, 2, 75, 71),
(2086, 69, 1, 220, 71),
(2087, 69, 0, 101, 71),
(2088, 121, 14, 213, NULL),
(2089, 121, 13, 74, NULL),
(2090, 121, 12, 100, NULL),
(2091, 121, 11, 84, NULL),
(2092, 121, 10, 340, NULL),
(2093, 121, 9, 182, NULL),
(2094, 121, 8, 101, NULL),
(2095, 121, 7, 114, 70),
(2096, 121, 6, 72, 70),
(2097, 121, 5, 115, 70),
(2098, 121, 4, 64, 70),
(2099, 121, 3, 110, 70),
(2100, 121, 2, 75, 70),
(2101, 121, 1, 220, 69),
(2102, 121, 0, 101, 69),
(2103, 122, 14, 213, NULL),
(2104, 122, 13, 74, NULL),
(2105, 122, 12, 100, NULL),
(2106, 122, 11, 84, NULL),
(2107, 122, 10, 340, NULL),
(2108, 122, 9, 182, NULL),
(2109, 122, 8, 101, NULL),
(2110, 122, 7, 114, NULL),
(2111, 122, 6, 72, NULL),
(2112, 122, 5, 115, NULL),
(2113, 122, 4, 64, NULL),
(2114, 122, 3, 110, NULL),
(2115, 122, 2, 75, NULL),
(2116, 122, 1, 220, 88),
(2117, 122, 0, 101, 88),
(2118, 93, 14, 213, 87),
(2119, 93, 13, 74, 87),
(2120, 93, 12, 100, 87),
(2121, 93, 11, 84, 87),
(2122, 93, 10, 340, 87),
(2123, 93, 9, 182, 87),
(2124, 93, 8, 101, 87),
(2125, 93, 7, 114, 87),
(2126, 93, 6, 72, 87),
(2127, 93, 5, 115, 87),
(2128, 93, 4, 64, 87),
(2129, 93, 3, 110, 87),
(2130, 93, 2, 75, 87),
(2131, 93, 1, 220, 86),
(2132, 93, 0, 101, 86),
(2133, 114, 14, 213, NULL),
(2134, 114, 13, 74, NULL),
(2135, 114, 12, 100, NULL),
(2136, 114, 11, 84, NULL),
(2137, 114, 10, 340, NULL),
(2138, 114, 9, 182, NULL),
(2139, 114, 8, 101, NULL),
(2140, 114, 7, 114, NULL),
(2141, 114, 6, 72, NULL),
(2142, 114, 5, 115, NULL),
(2143, 114, 4, 64, NULL),
(2144, 114, 3, 110, NULL),
(2145, 114, 2, 75, NULL),
(2146, 114, 1, 220, NULL),
(2147, 114, 0, 101, NULL),
(2148, 123, 14, 213, NULL),
(2149, 123, 13, 74, NULL),
(2150, 123, 12, 100, NULL),
(2151, 123, 11, 84, NULL),
(2152, 123, 10, 340, NULL),
(2153, 123, 9, 182, NULL),
(2154, 123, 8, 101, NULL),
(2155, 123, 7, 114, 94),
(2156, 123, 6, 72, 93),
(2157, 123, 5, 115, 93),
(2158, 123, 4, 64, 93),
(2159, 123, 3, 110, 93),
(2160, 123, 2, 75, 93),
(2161, 123, 1, 220, 93),
(2162, 123, 0, 101, 92),
(2163, 123, 14, 213, NULL),
(2164, 123, 13, 74, NULL),
(2165, 123, 12, 100, NULL),
(2166, 123, 11, 84, NULL),
(2167, 123, 10, 340, NULL),
(2168, 123, 9, 182, NULL),
(2169, 123, 8, 101, NULL),
(2170, 123, 7, 114, 94),
(2171, 123, 6, 72, 93),
(2172, 123, 5, 115, 93),
(2173, 123, 4, 64, 93),
(2174, 123, 3, 110, 93),
(2175, 123, 2, 75, 93),
(2176, 123, 1, 220, 93),
(2177, 123, 0, 101, 92),
(2178, 124, 14, 213, NULL),
(2179, 124, 13, 74, NULL),
(2180, 124, 12, 100, NULL),
(2181, 124, 11, 84, NULL),
(2182, 124, 10, 340, NULL),
(2183, 124, 9, 182, NULL),
(2184, 124, 8, 101, NULL),
(2185, 124, 7, 114, NULL),
(2186, 124, 6, 72, NULL),
(2187, 124, 5, 115, NULL),
(2188, 124, 4, 64, NULL),
(2189, 124, 3, 110, NULL),
(2190, 124, 2, 75, NULL),
(2191, 124, 1, 220, NULL),
(2192, 124, 0, 101, NULL),
(2193, 125, 14, 213, NULL),
(2194, 125, 13, 74, NULL),
(2195, 125, 12, 100, NULL),
(2196, 125, 11, 84, NULL),
(2197, 125, 10, 340, NULL),
(2198, 125, 9, 182, NULL),
(2199, 125, 8, 101, NULL),
(2200, 125, 7, 114, NULL),
(2201, 125, 6, 72, NULL),
(2202, 125, 5, 115, NULL),
(2203, 125, 4, 64, NULL),
(2204, 125, 3, 110, NULL),
(2205, 125, 2, 75, NULL),
(2206, 125, 1, 220, NULL),
(2207, 125, 0, 101, NULL),
(2208, 126, 14, 213, NULL),
(2209, 126, 13, 74, NULL),
(2210, 126, 12, 100, NULL),
(2211, 126, 11, 84, NULL),
(2212, 126, 10, 340, NULL),
(2213, 126, 9, 182, NULL),
(2214, 126, 8, 101, NULL),
(2215, 126, 7, 114, NULL),
(2216, 126, 6, 72, NULL),
(2217, 126, 5, 115, NULL),
(2218, 126, 4, 64, NULL),
(2219, 126, 3, 110, NULL),
(2220, 126, 2, 75, NULL),
(2221, 126, 1, 220, NULL),
(2222, 126, 0, 101, NULL),
(2223, 127, 14, 213, NULL),
(2224, 127, 13, 74, NULL),
(2225, 127, 12, 100, NULL),
(2226, 127, 11, 84, NULL),
(2227, 127, 10, 340, NULL),
(2228, 127, 9, 182, NULL),
(2229, 127, 8, 101, NULL),
(2230, 127, 7, 114, NULL),
(2231, 127, 6, 72, NULL),
(2232, 127, 5, 115, NULL),
(2233, 127, 4, 64, NULL),
(2234, 127, 3, 110, NULL),
(2235, 127, 2, 75, NULL),
(2236, 127, 1, 220, NULL),
(2237, 127, 0, 101, NULL),
(2238, 128, 14, 213, NULL),
(2239, 128, 13, 74, NULL),
(2240, 128, 12, 100, NULL),
(2241, 128, 11, 84, NULL),
(2242, 128, 10, 340, NULL),
(2243, 128, 9, 182, NULL),
(2244, 128, 8, 101, NULL),
(2245, 128, 7, 114, NULL),
(2246, 128, 6, 72, NULL),
(2247, 128, 5, 115, NULL),
(2248, 128, 4, 64, NULL),
(2249, 128, 3, 110, NULL),
(2250, 128, 2, 75, NULL),
(2251, 128, 1, 220, NULL),
(2252, 128, 0, 101, NULL),
(2253, 129, 14, 213, NULL),
(2254, 129, 13, 74, NULL),
(2255, 129, 12, 100, NULL),
(2256, 129, 11, 84, NULL),
(2257, 129, 10, 340, NULL),
(2258, 129, 9, 182, NULL),
(2259, 129, 8, 101, NULL),
(2260, 129, 7, 114, NULL),
(2261, 129, 6, 72, NULL),
(2262, 129, 5, 115, NULL),
(2263, 129, 4, 64, NULL),
(2264, 129, 3, 110, NULL),
(2265, 129, 2, 75, NULL),
(2266, 129, 1, 220, 108),
(2267, 129, 0, 101, 103),
(2268, 130, 14, 213, NULL),
(2269, 130, 13, 74, NULL),
(2270, 130, 12, 100, NULL),
(2271, 130, 11, 84, NULL),
(2272, 130, 10, 340, NULL),
(2273, 130, 9, 182, NULL),
(2274, 130, 8, 101, NULL),
(2275, 130, 7, 114, NULL),
(2276, 130, 6, 72, NULL),
(2277, 130, 5, 115, NULL),
(2278, 130, 4, 64, NULL),
(2279, 130, 3, 110, NULL),
(2280, 130, 2, 75, NULL),
(2281, 130, 1, 220, NULL),
(2282, 130, 0, 101, NULL),
(2283, 131, 14, 213, NULL),
(2284, 131, 13, 74, NULL),
(2285, 131, 12, 100, NULL),
(2286, 131, 11, 84, NULL),
(2287, 131, 10, 340, NULL),
(2288, 131, 9, 182, NULL),
(2289, 131, 8, 101, NULL),
(2290, 131, 7, 114, NULL),
(2291, 131, 6, 72, NULL),
(2292, 131, 5, 115, NULL),
(2293, 131, 4, 64, NULL),
(2294, 131, 3, 110, NULL),
(2295, 131, 2, 75, NULL),
(2296, 131, 1, 220, NULL),
(2297, 131, 0, 101, NULL),
(2298, 132, 14, 213, NULL),
(2299, 132, 13, 74, NULL),
(2300, 132, 12, 100, NULL),
(2301, 132, 11, 84, NULL),
(2302, 132, 10, 340, NULL),
(2303, 132, 9, 182, NULL),
(2304, 132, 8, 101, 114),
(2305, 132, 7, 114, 114),
(2306, 132, 6, 72, 114),
(2307, 132, 5, 115, 114),
(2308, 132, 4, 64, 114),
(2309, 132, 3, 110, 114),
(2310, 132, 2, 75, 114),
(2311, 132, 1, 220, 114),
(2312, 132, 0, 101, 113),
(2313, 133, 14, 213, NULL),
(2314, 133, 13, 74, NULL),
(2315, 133, 12, 100, NULL),
(2316, 133, 11, 84, NULL),
(2317, 133, 10, 340, NULL),
(2318, 133, 9, 182, NULL),
(2319, 133, 8, 101, NULL),
(2320, 133, 7, 114, NULL),
(2321, 133, 6, 72, NULL),
(2322, 133, 5, 115, NULL),
(2323, 133, 4, 64, NULL),
(2324, 133, 3, 110, NULL),
(2325, 133, 2, 75, NULL),
(2326, 133, 1, 220, NULL),
(2327, 133, 0, 101, NULL),
(2328, 132, 14, 213, NULL),
(2329, 132, 13, 74, NULL),
(2330, 132, 12, 100, NULL),
(2331, 132, 11, 84, NULL),
(2332, 132, 10, 340, NULL),
(2333, 132, 9, 182, 114),
(2334, 132, 8, 101, 114),
(2335, 132, 7, 114, 114),
(2336, 132, 6, 72, 114),
(2337, 132, 5, 115, 114),
(2338, 132, 4, 64, 114),
(2339, 132, 3, 110, 114),
(2340, 132, 2, 75, 114),
(2341, 132, 1, 220, 113),
(2342, 132, 0, 101, 113),
(2343, 134, 14, 213, 116),
(2344, 134, 13, 74, 116),
(2345, 134, 12, 100, 116),
(2346, 134, 11, 84, 116),
(2347, 134, 10, 340, 116),
(2348, 134, 9, 182, 116),
(2349, 134, 8, 101, 116),
(2350, 134, 7, 114, 116),
(2351, 134, 6, 72, 116),
(2352, 134, 5, 115, 116),
(2353, 134, 4, 64, 116),
(2354, 134, 3, 110, 116),
(2355, 134, 2, 75, 116),
(2356, 134, 1, 220, 116),
(2357, 134, 0, 101, 115),
(2358, 135, 14, 213, 126),
(2359, 135, 13, 74, 123),
(2360, 135, 12, 100, 122),
(2361, 135, 11, 84, 122),
(2362, 135, 10, 340, 122),
(2363, 135, 9, 182, 121),
(2364, 135, 8, 101, 121),
(2365, 135, 7, 114, 121),
(2366, 135, 6, 72, 121),
(2367, 135, 5, 115, 121),
(2368, 135, 4, 64, 121),
(2369, 135, 3, 110, 119),
(2370, 135, 2, 75, 119),
(2371, 135, 1, 220, 119),
(2372, 135, 0, 101, 119),
(2373, 136, 14, 213, 129),
(2374, 136, 13, 74, 129),
(2375, 136, 12, 100, 129),
(2376, 136, 11, 84, 129),
(2377, 136, 10, 340, 129),
(2378, 136, 9, 182, 129),
(2379, 136, 8, 101, 129),
(2380, 136, 7, 114, 129),
(2381, 136, 6, 72, 129),
(2382, 136, 5, 115, 128),
(2383, 136, 4, 64, 128),
(2384, 136, 3, 110, 128),
(2385, 136, 2, 75, 128),
(2386, 136, 1, 220, 128),
(2387, 136, 0, 101, 127),
(2388, 137, 14, 213, 136),
(2389, 137, 13, 74, 136),
(2390, 137, 12, 100, 136),
(2391, 137, 11, 84, 136),
(2392, 137, 10, 340, 136),
(2393, 137, 9, 182, 136),
(2394, 137, 8, 101, 136),
(2395, 137, 7, 114, 136),
(2396, 137, 6, 72, 136),
(2397, 137, 5, 115, 136),
(2398, 137, 4, 64, 135),
(2399, 137, 3, 110, 134),
(2400, 137, 2, 75, 133),
(2401, 137, 1, 220, 132),
(2402, 137, 0, 101, 131),
(2403, 138, 14, 213, 140),
(2404, 138, 13, 74, 140),
(2405, 138, 12, 100, 140),
(2406, 138, 11, 84, 140),
(2407, 138, 10, 340, 140),
(2408, 138, 9, 182, 140),
(2409, 138, 8, 101, 140),
(2410, 138, 7, 114, 140),
(2411, 138, 6, 72, 140),
(2412, 138, 5, 115, 140),
(2413, 138, 4, 64, 139),
(2414, 138, 3, 110, 139),
(2415, 138, 2, 75, 139),
(2416, 138, 1, 220, 139),
(2417, 138, 0, 101, 138),
(2418, 146, 14, 213, NULL),
(2419, 146, 13, 74, NULL),
(2420, 146, 12, 100, NULL),
(2421, 146, 11, 84, NULL),
(2422, 146, 10, 340, NULL),
(2423, 146, 9, 182, NULL),
(2424, 146, 8, 101, NULL),
(2425, 146, 7, 114, NULL),
(2426, 146, 6, 72, NULL),
(2427, 146, 5, 115, NULL),
(2428, 146, 4, 64, NULL),
(2429, 146, 3, 110, NULL),
(2430, 146, 2, 75, NULL),
(2431, 146, 1, 220, NULL),
(2432, 146, 0, 101, NULL),
(2433, 148, 14, 213, NULL),
(2434, 148, 13, 74, NULL),
(2435, 148, 12, 100, NULL),
(2436, 148, 11, 84, NULL),
(2437, 148, 10, 340, NULL),
(2438, 148, 9, 182, NULL),
(2439, 148, 8, 101, NULL),
(2440, 148, 7, 114, NULL),
(2441, 148, 6, 72, NULL),
(2442, 148, 5, 115, NULL),
(2443, 148, 4, 64, NULL),
(2444, 148, 3, 110, NULL),
(2445, 148, 2, 75, NULL),
(2446, 148, 1, 220, NULL),
(2447, 148, 0, 101, NULL),
(2448, 151, 14, 213, NULL),
(2449, 151, 13, 74, NULL),
(2450, 151, 12, 100, NULL),
(2451, 151, 11, 84, NULL),
(2452, 151, 10, 340, NULL),
(2453, 151, 9, 182, NULL),
(2454, 151, 8, 101, NULL),
(2455, 151, 7, 114, NULL),
(2456, 151, 6, 72, NULL),
(2457, 151, 5, 115, NULL),
(2458, 151, 4, 64, NULL),
(2459, 151, 3, 110, NULL),
(2460, 151, 2, 75, NULL),
(2461, 151, 1, 220, NULL),
(2462, 151, 0, 101, NULL),
(2463, 154, 14, 213, NULL),
(2464, 154, 13, 74, NULL),
(2465, 154, 12, 100, NULL),
(2466, 154, 11, 84, NULL),
(2467, 154, 10, 340, NULL),
(2468, 154, 9, 182, NULL),
(2469, 154, 8, 101, NULL),
(2470, 154, 7, 114, NULL),
(2471, 154, 6, 72, NULL),
(2472, 154, 5, 115, NULL),
(2473, 154, 4, 64, NULL),
(2474, 154, 3, 110, NULL),
(2475, 154, 2, 75, NULL),
(2476, 154, 1, 220, NULL),
(2477, 154, 0, 101, NULL),
(2478, 155, 14, 213, NULL),
(2479, 155, 13, 74, NULL),
(2480, 155, 12, 100, NULL),
(2481, 155, 11, 84, NULL),
(2482, 155, 10, 340, NULL),
(2483, 155, 9, 182, NULL),
(2484, 155, 8, 101, NULL),
(2485, 155, 7, 114, NULL),
(2486, 155, 6, 72, NULL),
(2487, 155, 5, 115, NULL),
(2488, 155, 4, 64, NULL),
(2489, 155, 3, 110, NULL),
(2490, 155, 2, 75, NULL),
(2491, 155, 1, 220, NULL),
(2492, 155, 0, 101, NULL),
(2493, 156, 14, 213, NULL),
(2494, 156, 13, 74, NULL),
(2495, 156, 12, 100, NULL),
(2496, 156, 11, 84, NULL),
(2497, 156, 10, 340, NULL),
(2498, 156, 9, 182, NULL),
(2499, 156, 8, 101, NULL),
(2500, 156, 7, 114, NULL),
(2501, 156, 6, 72, NULL),
(2502, 156, 5, 115, NULL),
(2503, 156, 4, 64, NULL),
(2504, 156, 3, 110, NULL),
(2505, 156, 2, 75, NULL),
(2506, 156, 1, 220, NULL),
(2507, 156, 0, 101, NULL),
(2538, 157, 14, 213, NULL),
(2539, 157, 13, 74, NULL),
(2540, 157, 12, 100, NULL),
(2541, 157, 11, 84, NULL),
(2542, 157, 10, 340, NULL),
(2543, 157, 9, 182, NULL),
(2544, 157, 8, 101, NULL),
(2545, 157, 7, 114, NULL),
(2546, 157, 6, 72, NULL),
(2547, 157, 5, 115, NULL),
(2548, 157, 4, 64, NULL),
(2549, 157, 3, 110, NULL),
(2550, 157, 2, 75, NULL),
(2551, 157, 1, 220, NULL),
(2552, 157, 0, 101, NULL),
(2553, 158, 14, 213, NULL),
(2554, 158, 13, 74, NULL),
(2555, 158, 12, 100, NULL),
(2556, 158, 11, 84, NULL),
(2557, 158, 10, 340, NULL),
(2558, 158, 9, 182, NULL),
(2559, 158, 8, 101, NULL),
(2560, 158, 7, 114, NULL),
(2561, 158, 6, 72, NULL),
(2562, 158, 5, 115, NULL),
(2563, 158, 4, 64, NULL),
(2564, 158, 3, 110, NULL),
(2565, 158, 2, 75, NULL),
(2566, 158, 1, 220, NULL),
(2567, 158, 0, 101, NULL),
(2568, 158, 14, 213, NULL),
(2569, 158, 13, 74, NULL),
(2570, 158, 12, 100, NULL),
(2571, 158, 11, 84, NULL),
(2572, 158, 10, 340, NULL),
(2573, 158, 9, 182, NULL),
(2574, 158, 8, 101, NULL),
(2575, 158, 7, 114, NULL),
(2576, 158, 6, 72, NULL),
(2577, 158, 5, 115, NULL),
(2578, 158, 4, 64, NULL),
(2579, 158, 3, 110, NULL),
(2580, 158, 2, 75, NULL),
(2581, 158, 1, 220, NULL),
(2582, 158, 0, 101, NULL),
(2583, 159, 14, 213, NULL),
(2584, 159, 13, 74, NULL),
(2585, 159, 12, 100, NULL),
(2586, 159, 11, 84, NULL),
(2587, 159, 10, 340, NULL),
(2588, 159, 9, 182, NULL),
(2589, 159, 8, 101, NULL),
(2590, 159, 7, 114, NULL),
(2591, 159, 6, 72, NULL),
(2592, 159, 5, 115, NULL),
(2593, 159, 4, 64, NULL),
(2594, 159, 3, 110, NULL),
(2595, 159, 2, 75, NULL),
(2596, 159, 1, 220, NULL),
(2597, 159, 0, 101, NULL),
(2613, 161, 14, 213, 149),
(2614, 161, 13, 74, 148),
(2615, 161, 12, 100, 148),
(2616, 161, 11, 84, 148),
(2617, 161, 10, 340, 148),
(2618, 161, 9, 182, 148),
(2619, 161, 8, 101, 148),
(2620, 161, 7, 114, 148),
(2621, 161, 6, 72, 148),
(2622, 161, 5, 115, 147),
(2623, 161, 4, 64, 147),
(2624, 161, 3, 110, 147),
(2625, 161, 2, 75, 147),
(2626, 161, 1, 220, 147),
(2627, 161, 0, 101, 147),
(2658, 163, 14, 213, NULL),
(2659, 163, 13, 74, NULL),
(2660, 163, 12, 100, NULL),
(2661, 163, 11, 84, NULL),
(2662, 163, 10, 340, NULL),
(2663, 163, 9, 182, NULL),
(2664, 163, 8, 101, NULL),
(2665, 163, 7, 114, NULL),
(2666, 163, 6, 72, NULL),
(2667, 163, 5, 115, NULL),
(2668, 163, 4, 64, NULL),
(2669, 163, 3, 110, NULL),
(2670, 163, 2, 75, NULL),
(2671, 163, 1, 220, NULL),
(2672, 163, 0, 101, NULL),
(2673, 162, 14, 213, NULL),
(2674, 162, 13, 74, NULL),
(2675, 162, 12, 100, NULL),
(2676, 162, 11, 84, NULL),
(2677, 162, 10, 340, NULL),
(2678, 162, 9, 182, NULL),
(2679, 162, 8, 101, NULL),
(2680, 162, 7, 114, NULL),
(2681, 162, 6, 72, NULL),
(2682, 162, 5, 115, NULL),
(2683, 162, 4, 64, NULL),
(2684, 162, 3, 110, NULL),
(2685, 162, 2, 75, NULL),
(2686, 162, 1, 220, NULL),
(2687, 162, 0, 101, NULL),
(2703, 164, 14, 213, NULL),
(2704, 164, 13, 74, NULL),
(2705, 164, 12, 100, NULL),
(2706, 164, 11, 84, NULL),
(2707, 164, 10, 340, NULL),
(2708, 164, 9, 182, NULL),
(2709, 164, 8, 101, NULL),
(2710, 164, 7, 114, NULL),
(2711, 164, 6, 72, NULL),
(2712, 164, 5, 115, NULL),
(2713, 164, 4, 64, NULL),
(2714, 164, 3, 110, NULL),
(2715, 164, 2, 75, NULL),
(2716, 164, 1, 220, NULL),
(2717, 164, 0, 101, NULL),
(2718, 165, 14, 213, NULL),
(2719, 165, 13, 74, NULL),
(2720, 165, 12, 100, NULL),
(2721, 165, 11, 84, NULL),
(2722, 165, 10, 340, NULL),
(2723, 165, 9, 182, NULL),
(2724, 165, 8, 101, NULL),
(2725, 165, 7, 114, NULL),
(2726, 165, 6, 72, NULL),
(2727, 165, 5, 115, NULL),
(2728, 165, 4, 64, NULL),
(2729, 165, 3, 110, NULL),
(2730, 165, 2, 75, NULL),
(2731, 165, 1, 220, NULL),
(2732, 165, 0, 101, NULL),
(2748, 166, 14, 213, NULL),
(2749, 166, 13, 74, 169),
(2750, 166, 12, 100, 169),
(2751, 166, 11, 84, 169),
(2752, 166, 10, 340, 169),
(2753, 166, 9, 182, 169),
(2754, 166, 8, 101, 169),
(2755, 166, 7, 114, 169),
(2756, 166, 6, 72, 169),
(2757, 166, 5, 115, 169),
(2758, 166, 4, 64, 168),
(2759, 166, 3, 110, 167),
(2760, 166, 2, 75, 167),
(2761, 166, 1, 220, 166),
(2762, 166, 0, 101, 165),
(2778, 168, 14, 213, 193),
(2779, 168, 13, 74, 193),
(2780, 168, 12, 100, 193),
(2781, 168, 11, 84, 193),
(2782, 168, 10, 340, 193),
(2783, 168, 9, 182, 192),
(2784, 168, 8, 101, 192),
(2785, 168, 7, 114, 172),
(2786, 168, 6, 72, 172),
(2787, 168, 5, 115, 172),
(2788, 168, 4, 64, 172),
(2789, 168, 3, 110, 172),
(2790, 168, 2, 75, 172),
(2791, 168, 1, 220, 171),
(2792, 168, 0, 101, 171),
(2808, 169, 14, 213, 181),
(2809, 169, 13, 74, 181),
(2810, 169, 12, 100, 181),
(2811, 169, 11, 84, 181),
(2812, 169, 10, 340, 181),
(2813, 169, 9, 182, 181),
(2814, 169, 8, 101, 181),
(2815, 169, 7, 114, 180),
(2816, 169, 6, 72, 179),
(2817, 169, 5, 115, 178),
(2818, 169, 4, 64, 177),
(2819, 169, 3, 110, 176),
(2820, 169, 2, 75, 176),
(2821, 169, 1, 220, 176),
(2822, 169, 0, 101, 173),
(2823, 170, 14, 213, NULL),
(2824, 170, 13, 74, NULL),
(2825, 170, 12, 100, NULL),
(2826, 170, 11, 84, NULL),
(2827, 170, 10, 340, NULL),
(2828, 170, 9, 182, NULL),
(2829, 170, 8, 101, NULL),
(2830, 170, 7, 114, NULL),
(2831, 170, 6, 72, NULL),
(2832, 170, 5, 115, NULL),
(2833, 170, 4, 64, NULL),
(2834, 170, 3, 110, NULL),
(2835, 170, 2, 75, NULL),
(2836, 170, 1, 220, NULL),
(2837, 170, 0, 101, NULL),
(2838, 171, 14, 213, NULL),
(2839, 171, 13, 74, NULL),
(2840, 171, 12, 100, NULL),
(2841, 171, 11, 84, NULL),
(2842, 171, 10, 340, NULL),
(2843, 171, 9, 182, NULL),
(2844, 171, 8, 101, NULL),
(2845, 171, 7, 114, NULL),
(2846, 171, 6, 72, NULL),
(2847, 171, 5, 115, NULL),
(2848, 171, 4, 64, NULL),
(2849, 171, 3, 110, NULL),
(2850, 171, 2, 75, NULL),
(2851, 171, 1, 220, NULL),
(2852, 171, 0, 101, NULL),
(2853, 172, 14, 213, NULL),
(2854, 172, 13, 74, NULL),
(2855, 172, 12, 100, NULL),
(2856, 172, 11, 84, NULL),
(2857, 172, 10, 340, NULL),
(2858, 172, 9, 182, NULL),
(2859, 172, 8, 101, NULL),
(2860, 172, 7, 114, NULL),
(2861, 172, 6, 72, NULL),
(2862, 172, 5, 115, NULL),
(2863, 172, 4, 64, NULL),
(2864, 172, 3, 110, NULL),
(2865, 172, 2, 75, NULL),
(2866, 172, 1, 220, NULL),
(2867, 172, 0, 101, NULL),
(2868, 173, 14, 213, NULL),
(2869, 173, 13, 74, NULL),
(2870, 173, 12, 100, NULL),
(2871, 173, 11, 84, NULL),
(2872, 173, 10, 340, NULL),
(2873, 173, 9, 182, NULL),
(2874, 173, 8, 101, NULL),
(2875, 173, 7, 114, NULL),
(2876, 173, 6, 72, NULL),
(2877, 173, 5, 115, NULL),
(2878, 173, 4, 64, NULL),
(2879, 173, 3, 110, NULL),
(2880, 173, 2, 75, NULL),
(2881, 173, 1, 220, NULL),
(2882, 173, 0, 101, NULL),
(2883, 174, 14, 213, NULL),
(2884, 174, 13, 74, NULL),
(2885, 174, 12, 100, NULL),
(2886, 174, 11, 84, NULL),
(2887, 174, 10, 340, NULL),
(2888, 174, 9, 182, NULL),
(2889, 174, 8, 101, NULL),
(2890, 174, 7, 114, NULL),
(2891, 174, 6, 72, NULL),
(2892, 174, 5, 115, NULL),
(2893, 174, 4, 64, NULL),
(2894, 174, 3, 110, NULL),
(2895, 174, 2, 75, NULL),
(2896, 174, 1, 220, NULL),
(2897, 174, 0, 101, NULL),
(2898, 175, 14, 213, NULL),
(2899, 175, 13, 74, NULL),
(2900, 175, 12, 100, NULL),
(2901, 175, 11, 84, NULL),
(2902, 175, 10, 340, NULL),
(2903, 175, 9, 182, NULL),
(2904, 175, 8, 101, NULL),
(2905, 175, 7, 114, NULL),
(2906, 175, 6, 72, NULL),
(2907, 175, 5, 115, NULL),
(2908, 175, 4, 64, NULL),
(2909, 175, 3, 110, NULL),
(2910, 175, 2, 75, NULL),
(2911, 175, 1, 220, NULL),
(2912, 175, 0, 101, NULL),
(2913, 176, 14, 213, NULL),
(2914, 176, 13, 74, NULL),
(2915, 176, 12, 100, NULL),
(2916, 176, 11, 84, NULL),
(2917, 176, 10, 340, NULL),
(2918, 176, 9, 182, NULL),
(2919, 176, 8, 101, NULL),
(2920, 176, 7, 114, NULL),
(2921, 176, 6, 72, NULL),
(2922, 176, 5, 115, NULL),
(2923, 176, 4, 64, NULL),
(2924, 176, 3, 110, NULL),
(2925, 176, 2, 75, NULL),
(2926, 176, 1, 220, NULL),
(2927, 176, 0, 101, NULL),
(2928, 177, 14, 213, NULL),
(2929, 177, 13, 74, NULL),
(2930, 177, 12, 100, NULL),
(2931, 177, 11, 84, NULL),
(2932, 177, 10, 340, NULL),
(2933, 177, 9, 182, NULL),
(2934, 177, 8, 101, NULL),
(2935, 177, 7, 114, NULL),
(2936, 177, 6, 72, NULL),
(2937, 177, 5, 115, NULL),
(2938, 177, 4, 64, NULL),
(2939, 177, 3, 110, NULL),
(2940, 177, 2, 75, NULL),
(2941, 177, 1, 220, NULL),
(2942, 177, 0, 101, NULL),
(2943, 178, 14, 213, NULL),
(2944, 178, 13, 74, NULL),
(2945, 178, 12, 100, NULL),
(2946, 178, 11, 84, NULL),
(2947, 178, 10, 340, NULL),
(2948, 178, 9, 182, NULL),
(2949, 178, 8, 101, NULL),
(2950, 178, 7, 114, NULL),
(2951, 178, 6, 72, NULL),
(2952, 178, 5, 115, NULL),
(2953, 178, 4, 64, NULL),
(2954, 178, 3, 110, NULL),
(2955, 178, 2, 75, NULL),
(2956, 178, 1, 220, NULL),
(2957, 178, 0, 101, NULL),
(2958, 179, 14, 213, NULL),
(2959, 179, 13, 74, NULL),
(2960, 179, 12, 100, NULL),
(2961, 179, 11, 84, NULL),
(2962, 179, 10, 340, NULL),
(2963, 179, 9, 182, NULL),
(2964, 179, 8, 101, NULL),
(2965, 179, 7, 114, NULL),
(2966, 179, 6, 72, NULL),
(2967, 179, 5, 115, NULL),
(2968, 179, 4, 64, NULL),
(2969, 179, 3, 110, NULL),
(2970, 179, 2, 75, NULL),
(2971, 179, 1, 220, NULL),
(2972, 179, 0, 101, NULL),
(2973, 180, 14, 213, NULL),
(2974, 180, 13, 74, NULL),
(2975, 180, 12, 100, NULL),
(2976, 180, 11, 84, NULL),
(2977, 180, 10, 340, NULL),
(2978, 180, 9, 182, NULL),
(2979, 180, 8, 101, NULL),
(2980, 180, 7, 114, NULL),
(2981, 180, 6, 72, NULL),
(2982, 180, 5, 115, NULL),
(2983, 180, 4, 64, NULL),
(2984, 180, 3, 110, NULL),
(2985, 180, 2, 75, NULL),
(2986, 180, 1, 220, NULL),
(2987, 180, 0, 101, NULL),
(2988, 181, 14, 213, NULL),
(2989, 181, 13, 74, NULL),
(2990, 181, 12, 100, NULL),
(2991, 181, 11, 84, NULL),
(2992, 181, 10, 340, NULL),
(2993, 181, 9, 182, NULL),
(2994, 181, 8, 101, NULL),
(2995, 181, 7, 114, NULL),
(2996, 181, 6, 72, NULL),
(2997, 181, 5, 115, NULL),
(2998, 181, 4, 64, NULL),
(2999, 181, 3, 110, NULL),
(3000, 181, 2, 75, NULL),
(3001, 181, 1, 220, NULL),
(3002, 181, 0, 101, NULL),
(3003, 182, 14, 213, NULL),
(3004, 182, 13, 74, NULL),
(3005, 182, 12, 100, NULL),
(3006, 182, 11, 84, NULL),
(3007, 182, 10, 340, NULL),
(3008, 182, 9, 182, NULL),
(3009, 182, 8, 101, NULL),
(3010, 182, 7, 114, NULL),
(3011, 182, 6, 72, NULL),
(3012, 182, 5, 115, NULL),
(3013, 182, 4, 64, NULL),
(3014, 182, 3, 110, NULL),
(3015, 182, 2, 75, NULL),
(3016, 182, 1, 220, NULL),
(3017, 182, 0, 101, NULL),
(3018, 183, 14, 213, NULL),
(3019, 183, 13, 74, NULL),
(3020, 183, 12, 100, NULL),
(3021, 183, 11, 84, NULL),
(3022, 183, 10, 340, NULL),
(3023, 183, 9, 182, NULL),
(3024, 183, 8, 101, NULL),
(3025, 183, 7, 114, NULL),
(3026, 183, 6, 72, NULL),
(3027, 183, 5, 115, NULL),
(3028, 183, 4, 64, NULL),
(3029, 183, 3, 110, NULL),
(3030, 183, 2, 75, NULL),
(3031, 183, 1, 220, NULL),
(3032, 183, 0, 101, NULL),
(3033, 184, 14, 213, NULL),
(3034, 184, 13, 74, NULL),
(3035, 184, 12, 100, NULL),
(3036, 184, 11, 84, NULL),
(3037, 184, 10, 340, NULL),
(3038, 184, 9, 182, NULL),
(3039, 184, 8, 101, NULL),
(3040, 184, 7, 114, NULL),
(3041, 184, 6, 72, NULL),
(3042, 184, 5, 115, NULL),
(3043, 184, 4, 64, NULL),
(3044, 184, 3, 110, NULL),
(3045, 184, 2, 75, NULL),
(3046, 184, 1, 220, NULL),
(3047, 184, 0, 101, NULL),
(3048, 185, 14, 213, NULL),
(3049, 185, 13, 74, NULL),
(3050, 185, 12, 100, NULL),
(3051, 185, 11, 84, NULL),
(3052, 185, 10, 340, NULL),
(3053, 185, 9, 182, NULL),
(3054, 185, 8, 101, NULL),
(3055, 185, 7, 114, NULL),
(3056, 185, 6, 72, NULL),
(3057, 185, 5, 115, NULL),
(3058, 185, 4, 64, NULL),
(3059, 185, 3, 110, NULL),
(3060, 185, 2, 75, NULL),
(3061, 185, 1, 220, NULL),
(3062, 185, 0, 101, NULL),
(3063, 186, 14, 213, NULL),
(3064, 186, 13, 74, NULL),
(3065, 186, 12, 100, NULL),
(3066, 186, 11, 84, NULL),
(3067, 186, 10, 340, NULL),
(3068, 186, 9, 182, NULL),
(3069, 186, 8, 101, NULL),
(3070, 186, 7, 114, NULL),
(3071, 186, 6, 72, NULL),
(3072, 186, 5, 115, NULL),
(3073, 186, 4, 64, NULL),
(3074, 186, 3, 110, NULL),
(3075, 186, 2, 75, NULL),
(3076, 186, 1, 220, NULL),
(3077, 186, 0, 101, NULL),
(3078, 188, 14, 213, 187),
(3079, 188, 13, 74, 187),
(3080, 188, 12, 100, 187),
(3081, 188, 11, 84, 187),
(3082, 188, 10, 340, 186),
(3083, 188, 9, 182, 185),
(3084, 188, 8, 101, 185),
(3085, 188, 7, 114, 185),
(3086, 188, 6, 72, 185),
(3087, 188, 5, 115, 185),
(3088, 188, 4, 64, 185),
(3089, 188, 3, 110, 185),
(3090, 188, 2, 75, 185),
(3091, 188, 1, 220, 185),
(3092, 188, 0, 101, 185),
(3093, 189, 14, 213, NULL),
(3094, 189, 13, 74, NULL),
(3095, 189, 12, 100, NULL),
(3096, 189, 11, 84, NULL),
(3097, 189, 10, 340, NULL),
(3098, 189, 9, 182, NULL),
(3099, 189, 8, 101, NULL),
(3100, 189, 7, 114, NULL),
(3101, 189, 6, 72, NULL),
(3102, 189, 5, 115, NULL),
(3103, 189, 4, 64, NULL),
(3104, 189, 3, 110, NULL),
(3105, 189, 2, 75, NULL),
(3106, 189, 1, 220, NULL),
(3107, 189, 0, 101, NULL),
(3108, 190, 14, 213, NULL),
(3109, 190, 13, 74, NULL),
(3110, 190, 12, 100, NULL),
(3111, 190, 11, 84, NULL),
(3112, 190, 10, 340, NULL),
(3113, 190, 9, 182, NULL),
(3114, 190, 8, 101, NULL),
(3115, 190, 7, 114, NULL),
(3116, 190, 6, 72, NULL),
(3117, 190, 5, 115, NULL),
(3118, 190, 4, 64, NULL),
(3119, 190, 3, 110, NULL),
(3120, 190, 2, 75, NULL),
(3121, 190, 1, 220, NULL),
(3122, 190, 0, 101, NULL),
(3123, 191, 14, 213, NULL),
(3124, 191, 13, 74, NULL),
(3125, 191, 12, 100, NULL),
(3126, 191, 11, 84, NULL),
(3127, 191, 10, 340, NULL),
(3128, 191, 9, 182, NULL),
(3129, 191, 8, 101, NULL),
(3130, 191, 7, 114, NULL),
(3131, 191, 6, 72, NULL),
(3132, 191, 5, 115, NULL),
(3133, 191, 4, 64, NULL),
(3134, 191, 3, 110, NULL),
(3135, 191, 2, 75, NULL),
(3136, 191, 1, 220, NULL),
(3137, 191, 0, 101, NULL),
(3138, 194, 61, 508, NULL),
(3139, 194, 60, 541, NULL),
(3140, 194, 59, 141, NULL),
(3141, 194, 58, 314, NULL),
(3142, 194, 57, 198, NULL),
(3143, 194, 56, 121, NULL),
(3144, 194, 55, 163, NULL),
(3145, 194, 54, 299, NULL),
(3146, 194, 53, 253, NULL),
(3147, 194, 52, 241, NULL),
(3148, 194, 51, 212, NULL),
(3149, 194, 50, 134, NULL),
(3150, 194, 49, 291, NULL),
(3151, 194, 48, 336, NULL),
(3152, 194, 47, 219, NULL),
(3153, 194, 46, 306, NULL),
(3154, 194, 45, 381, NULL),
(3155, 194, 44, 95, NULL),
(3156, 194, 43, 118, NULL),
(3157, 194, 42, 276, NULL),
(3158, 194, 41, 146, NULL),
(3159, 194, 40, 154, NULL),
(3160, 194, 39, 162, NULL),
(3161, 194, 38, 162, NULL),
(3162, 194, 37, 86, NULL),
(3163, 194, 36, 288, NULL),
(3164, 194, 35, 261, NULL),
(3165, 194, 34, 257, NULL),
(3166, 194, 33, 275, NULL),
(3167, 194, 32, 251, NULL),
(3168, 194, 31, 245, NULL),
(3169, 194, 30, 158, NULL),
(3170, 194, 29, 183, NULL),
(3171, 194, 28, 160, NULL),
(3172, 194, 27, 326, NULL),
(3173, 194, 26, 80, NULL),
(3174, 194, 25, 54, NULL),
(3175, 194, 24, 199, NULL),
(3176, 194, 23, 299, NULL),
(3177, 194, 22, 167, NULL),
(3178, 194, 21, 109, NULL),
(3179, 194, 20, 147, NULL),
(3180, 194, 19, 139, NULL),
(3181, 194, 18, 244, NULL),
(3182, 194, 17, 79, NULL),
(3183, 194, 16, 339, NULL),
(3184, 194, 15, 360, NULL),
(3185, 194, 14, 283, NULL),
(3186, 194, 13, 352, NULL),
(3187, 194, 12, 334, NULL),
(3188, 194, 11, 229, NULL),
(3189, 194, 10, 135, NULL),
(3190, 194, 9, 146, NULL),
(3191, 194, 8, 242, NULL),
(3192, 194, 7, 190, NULL),
(3193, 194, 6, 158, NULL),
(3194, 194, 5, 91, NULL),
(3195, 194, 4, 143, NULL),
(3196, 194, 3, 30, NULL),
(3197, 194, 2, 48, NULL),
(3198, 194, 1, 226, NULL),
(3199, 194, 0, 10, NULL),
(3200, 195, 61, 508, NULL),
(3201, 195, 60, 541, NULL),
(3202, 195, 59, 141, NULL),
(3203, 195, 58, 314, NULL),
(3204, 195, 57, 198, NULL),
(3205, 195, 56, 121, NULL),
(3206, 195, 55, 163, NULL),
(3207, 195, 54, 299, NULL);
INSERT INTO `document_indexs` (`id`, `document_id`, `index_id`, `word_count`, `segment_id`) VALUES
(3208, 195, 53, 253, NULL),
(3209, 195, 52, 241, NULL),
(3210, 195, 51, 212, NULL),
(3211, 195, 50, 134, NULL),
(3212, 195, 49, 291, NULL),
(3213, 195, 48, 336, NULL),
(3214, 195, 47, 219, NULL),
(3215, 195, 46, 306, NULL),
(3216, 195, 45, 381, NULL),
(3217, 195, 44, 95, NULL),
(3218, 195, 43, 118, NULL),
(3219, 195, 42, 276, NULL),
(3220, 195, 41, 146, NULL),
(3221, 195, 40, 154, NULL),
(3222, 195, 39, 162, NULL),
(3223, 195, 38, 162, NULL),
(3224, 195, 37, 86, NULL),
(3225, 195, 36, 288, NULL),
(3226, 195, 35, 261, NULL),
(3227, 195, 34, 257, NULL),
(3228, 195, 33, 275, NULL),
(3229, 195, 32, 251, NULL),
(3230, 195, 31, 245, NULL),
(3231, 195, 30, 158, NULL),
(3232, 195, 29, 183, NULL),
(3233, 195, 28, 160, NULL),
(3234, 195, 27, 326, NULL),
(3235, 195, 26, 80, NULL),
(3236, 195, 25, 54, NULL),
(3237, 195, 24, 199, NULL),
(3238, 195, 23, 299, NULL),
(3239, 195, 22, 167, NULL),
(3240, 195, 21, 109, NULL),
(3241, 195, 20, 147, NULL),
(3242, 195, 19, 139, NULL),
(3243, 195, 18, 244, NULL),
(3244, 195, 17, 79, NULL),
(3245, 195, 16, 339, NULL),
(3246, 195, 15, 360, NULL),
(3247, 195, 14, 283, NULL),
(3248, 195, 13, 352, NULL),
(3249, 195, 12, 334, NULL),
(3250, 195, 11, 229, NULL),
(3251, 195, 10, 135, NULL),
(3252, 195, 9, 146, NULL),
(3253, 195, 8, 242, NULL),
(3254, 195, 7, 190, NULL),
(3255, 195, 6, 158, NULL),
(3256, 195, 5, 91, NULL),
(3257, 195, 4, 143, NULL),
(3258, 195, 3, 30, NULL),
(3259, 195, 2, 48, NULL),
(3260, 195, 1, 226, NULL),
(3261, 195, 0, 10, NULL),
(3262, 196, 61, 508, NULL),
(3263, 196, 60, 541, NULL),
(3264, 196, 59, 141, NULL),
(3265, 196, 58, 314, NULL),
(3266, 196, 57, 198, NULL),
(3267, 196, 56, 121, NULL),
(3268, 196, 55, 163, NULL),
(3269, 196, 54, 299, NULL),
(3270, 196, 53, 253, NULL),
(3271, 196, 52, 241, NULL),
(3272, 196, 51, 212, NULL),
(3273, 196, 50, 134, NULL),
(3274, 196, 49, 291, NULL),
(3275, 196, 48, 336, NULL),
(3276, 196, 47, 219, NULL),
(3277, 196, 46, 306, NULL),
(3278, 196, 45, 381, NULL),
(3279, 196, 44, 95, NULL),
(3280, 196, 43, 118, NULL),
(3281, 196, 42, 276, NULL),
(3282, 196, 41, 146, NULL),
(3283, 196, 40, 154, NULL),
(3284, 196, 39, 162, NULL),
(3285, 196, 38, 162, NULL),
(3286, 196, 37, 86, NULL),
(3287, 196, 36, 288, NULL),
(3288, 196, 35, 261, NULL),
(3289, 196, 34, 257, NULL),
(3290, 196, 33, 275, NULL),
(3291, 196, 32, 251, NULL),
(3292, 196, 31, 245, NULL),
(3293, 196, 30, 158, NULL),
(3294, 196, 29, 183, NULL),
(3295, 196, 28, 160, NULL),
(3296, 196, 27, 326, NULL),
(3297, 196, 26, 80, NULL),
(3298, 196, 25, 54, NULL),
(3299, 196, 24, 199, NULL),
(3300, 196, 23, 299, NULL),
(3301, 196, 22, 167, NULL),
(3302, 196, 21, 109, NULL),
(3303, 196, 20, 147, NULL),
(3304, 196, 19, 139, NULL),
(3305, 196, 18, 244, NULL),
(3306, 196, 17, 79, NULL),
(3307, 196, 16, 339, NULL),
(3308, 196, 15, 360, NULL),
(3309, 196, 14, 283, NULL),
(3310, 196, 13, 352, NULL),
(3311, 196, 12, 334, NULL),
(3312, 196, 11, 229, NULL),
(3313, 196, 10, 135, NULL),
(3314, 196, 9, 146, NULL),
(3315, 196, 8, 242, NULL),
(3316, 196, 7, 190, NULL),
(3317, 196, 6, 158, NULL),
(3318, 196, 5, 91, NULL),
(3319, 196, 4, 143, NULL),
(3320, 196, 3, 30, NULL),
(3321, 196, 2, 48, NULL),
(3322, 196, 1, 226, NULL),
(3323, 196, 0, 10, NULL),
(3324, 198, 14, 213, NULL),
(3325, 198, 13, 74, NULL),
(3326, 198, 12, 100, NULL),
(3327, 198, 11, 84, NULL),
(3328, 198, 10, 340, NULL),
(3329, 198, 9, 182, NULL),
(3330, 198, 8, 101, NULL),
(3331, 198, 7, 114, NULL),
(3332, 198, 6, 72, NULL),
(3333, 198, 5, 115, NULL),
(3334, 198, 4, 64, NULL),
(3335, 198, 3, 110, NULL),
(3336, 198, 2, 75, NULL),
(3337, 198, 1, 220, 189),
(3338, 198, 0, 101, 188);

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

--
-- Table structure for table `document_parts`
--

CREATE TABLE `document_parts` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `document_id` bigint(20) UNSIGNED NOT NULL,
  `part_id` bigint(20) UNSIGNED NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4;

--
-- Dumping data for table `document_parts`
--

INSERT INTO `document_parts` (`id`, `document_id`, `part_id`) VALUES
(2123, 1, 1),
(2124, 1, 2),
(2133, 93, 1),
(2134, 93, 2),
(2135, 93, 3),
(2150, 1, 3),
(2152, 1, 4),
(2153, 1, 5),
(2154, 1, 6),
(2155, 1, 7),
(2156, 1, 8),
(2158, 85, 1),
(2159, 85, 2),
(2160, 85, 3),
(2161, 85, 4),
(2162, 96, 1),
(2163, 96, 1),
(2164, 96, 1),
(2165, 97, 1),
(2166, 98, 1),
(2167, 98, 2),
(2168, 103, 1),
(2169, 103, 2),
(2170, 103, 3),
(2171, 103, 4),
(2172, 103, 5),
(2173, 104, 1),
(2174, 105, 1),
(2175, 105, 2),
(2176, 106, 1),
(2177, 107, 1),
(2178, 108, 1),
(2179, 108, 2),
(2180, 109, 1),
(2181, 109, 2),
(2182, 109, 3),
(2183, 109, 4),
(2184, 109, 5),
(2185, 109, 6),
(2186, 109, 7),
(2187, 109, 8),
(2188, 109, 9),
(2190, 110, 1),
(2191, 110, 2),
(2192, 110, 3),
(2193, 110, 4),
(2194, 110, 5),
(2195, 110, 6),
(2196, 110, 7),
(2197, 110, 8),
(2198, 110, 9),
(2199, 110, 10),
(2200, 111, 1),
(2201, 111, 2),
(2202, 111, 3),
(2203, 111, 4),
(2204, 111, 5),
(2205, 112, 1),
(2206, 112, 2),
(2207, 112, 3),
(2208, 112, 4),
(2209, 112, 5),
(2210, 112, 6),
(2211, 113, 1),
(2215, 116, 1),
(2216, 117, 1),
(2217, 117, 2),
(2219, 117, 3),
(2221, 117, 4),
(2222, 118, 1),
(2223, 118, 2),
(2224, 118, 3),
(2225, 119, 1),
(2226, 119, 2),
(2227, 119, 3),
(2228, 120, 1),
(2229, 120, 2),
(2230, 120, 3),
(2231, 121, 1),
(2232, 121, 2),
(2243, 122, 1),
(2244, 122, 2),
(2245, 122, 3),
(2248, 123, 1),
(2249, 123, 2),
(2250, 123, 3),
(2252, 124, 1),
(2253, 124, 2),
(2254, 125, 1),
(2256, 126, 1),
(2257, 126, 2),
(2258, 126, 3),
(2259, 126, 4),
(2260, 126, 5),
(2261, 127, 1),
(2262, 127, 2),
(2263, 127, 3),
(2264, 127, 4),
(2265, 127, 5),
(2266, 128, 1),
(2267, 128, 2),
(2268, 128, 3),
(2269, 128, 4),
(2270, 129, 1),
(2271, 129, 2),
(2272, 129, 3),
(2273, 129, 4),
(2274, 129, 5),
(2275, 129, 6),
(2276, 130, 1),
(2277, 130, 2),
(2278, 130, 3),
(2279, 130, 4),
(2280, 131, 1),
(2281, 131, 2),
(2282, 132, 1),
(2283, 132, 2),
(2284, 132, 3),
(2285, 132, 4),
(2286, 133, 1),
(2287, 133, 2),
(2288, 133, 3),
(2289, 133, 4),
(2290, 133, 5),
(2291, 133, 6),
(2292, 133, 7),
(2293, 133, 8),
(2294, 134, 1),
(2295, 134, 2),
(2300, 135, 1),
(2301, 135, 2),
(2302, 135, 3),
(2303, 136, 1),
(2304, 136, 2),
(2305, 136, 3),
(2306, 136, 4),
(2307, 136, 5),
(2308, 136, 6),
(2309, 137, 1),
(2310, 137, 2),
(2311, 137, 3),
(2312, 137, 4),
(2313, 137, 5),
(2316, 138, 1),
(2317, 138, 2),
(2318, 138, 3),
(2494, 146, 1),
(2495, 146, 2),
(2496, 146, 3),
(2522, 148, 1),
(2523, 148, 2),
(2604, 151, 1),
(2605, 151, 2),
(2606, 151, 3),
(2607, 151, 4),
(2648, 154, 1),
(2649, 154, 2),
(2650, 154, 3),
(2651, 154, 4),
(2652, 154, 5),
(2653, 154, 6),
(2654, 154, 7),
(2655, 154, 8),
(2656, 154, 9),
(2657, 154, 10),
(2658, 154, 11),
(2659, 154, 12),
(2660, 154, 13),
(2661, 154, 14),
(2662, 154, 15),
(2663, 154, 16),
(2664, 154, 17),
(2665, 154, 18),
(2666, 154, 19),
(2667, 154, 20),
(2668, 154, 21),
(2669, 154, 22),
(2670, 154, 23),
(2671, 154, 24),
(2672, 154, 25),
(2673, 155, 1),
(2674, 155, 2),
(2675, 156, 1),
(2676, 156, 2),
(2677, 156, 3),
(2678, 156, 4),
(2679, 156, 5),
(2680, 157, 1),
(2681, 157, 2),
(2682, 157, 3),
(2683, 157, 4),
(2684, 158, 1),
(2685, 158, 2),
(2686, 158, 3),
(2687, 158, 4),
(2688, 158, 5),
(2689, 158, 6),
(2690, 158, 7),
(2691, 158, 8),
(2692, 158, 9),
(2693, 158, 10),
(2694, 158, 11),
(2695, 158, 12),
(2696, 158, 13),
(2697, 158, 14),
(2698, 158, 15),
(2699, 158, 16),
(2700, 158, 17),
(2701, 158, 18),
(2702, 158, 19),
(2703, 158, 20),
(2704, 158, 21),
(2705, 158, 22),
(2706, 158, 23),
(2707, 158, 24),
(2708, 158, 25),
(2709, 158, 26),
(2710, 158, 27),
(2711, 158, 28),
(2712, 158, 29),
(2713, 158, 30),
(2714, 158, 31),
(2715, 158, 32),
(2716, 158, 33),
(2717, 158, 34),
(2718, 158, 35),
(2719, 158, 36),
(2720, 158, 37),
(2721, 158, 38),
(2722, 158, 39),
(2723, 158, 40),
(2727, 160, 1),
(2728, 160, 2),
(2729, 160, 3),
(2730, 160, 4),
(2731, 160, 5),
(2732, 160, 6),
(2733, 160, 7),
(2734, 160, 8),
(2735, 160, 9),
(2736, 160, 10),
(2737, 160, 11),
(2738, 160, 12),
(2739, 160, 13),
(2740, 160, 14),
(2741, 160, 15),
(2742, 160, 16),
(2743, 160, 17),
(2744, 160, 18),
(2745, 160, 19),
(2746, 160, 20),
(2747, 160, 21),
(2748, 160, 22),
(2749, 160, 23),
(2750, 160, 24),
(2751, 160, 25),
(2752, 160, 26),
(2753, 160, 27),
(2754, 160, 28),
(2755, 160, 29),
(2756, 160, 30),
(2757, 160, 31),
(2758, 160, 32),
(2759, 160, 33),
(2760, 160, 34),
(2761, 160, 35),
(2762, 160, 36),
(2763, 160, 37),
(2764, 160, 38),
(2765, 160, 39),
(2766, 160, 40),
(2767, 160, 41),
(2768, 160, 42),
(2769, 160, 43),
(2770, 160, 44),
(2771, 160, 45),
(2772, 160, 46),
(2773, 160, 47),
(2774, 160, 48),
(2775, 160, 49),
(2776, 160, 50),
(2777, 38, 1),
(2778, 38, 2),
(2779, 38, 3),
(2783, 162, 1),
(2784, 162, 2),
(2788, 163, 1),
(2790, 159, 1),
(2791, 159, 2),
(2792, 164, 1),
(2793, 164, 2),
(2794, 165, 1),
(2795, 165, 2),
(2796, 166, 1),
(2797, 166, 2),
(2798, 166, 3),
(2799, 167, 1),
(2800, 167, 2),
(2801, 168, 1),
(2802, 168, 2),
(2803, 168, 3),
(2804, 168, 4),
(2805, 168, 5),
(2806, 168, 6),
(2807, 168, 7),
(2808, 168, 8),
(2809, 168, 9),
(2810, 168, 10),
(2811, 168, 11),
(2812, 168, 12),
(2813, 168, 13),
(2814, 168, 14),
(2815, 168, 15),
(2816, 168, 16),
(2817, 168, 17),
(2818, 168, 18),
(2819, 168, 19),
(2820, 168, 20),
(2821, 168, 21),
(2822, 168, 22),
(2823, 168, 23),
(2824, 168, 24),
(2825, 168, 25),
(2826, 168, 26),
(2827, 168, 27),
(2828, 168, 28),
(2829, 168, 29),
(2830, 168, 30),
(2831, 168, 31),
(2832, 168, 32),
(2833, 168, 33),
(2834, 168, 34),
(2835, 168, 35),
(2836, 168, 36),
(2856, 169, 1),
(2857, 169, 2),
(2858, 173, 1),
(2859, 173, 2),
(2860, 173, 3),
(2861, 173, 4),
(2862, 173, 5),
(2863, 187, 1),
(2864, 188, 1),
(2865, 189, 1),
(2866, 189, 2),
(2867, 190, 1),
(2868, 191, 1),
(2869, 188, 2),
(2870, 188, 3),
(2871, 194, 1),
(2872, 195, 1),
(2873, 196, 1),
(2874, 198, 1),
(2875, 198, 2),
(2876, 198, 3);

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

--
-- Table structure for table `document_part_services`
--

CREATE TABLE `document_part_services` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `document_part_id` bigint(20) UNSIGNED NOT NULL,
  `document_service_id` bigint(20) UNSIGNED NOT NULL,
  `delivery_datetime` datetime DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4;

--
-- Dumping data for table `document_part_services`
--

INSERT INTO `document_part_services` (`id`, `document_part_id`, `document_service_id`, `delivery_datetime`) VALUES
(226, 2158, 129, NULL),
(227, 2158, 130, NULL),
(228, 2158, 131, NULL),
(229, 2158, 132, NULL),
(230, 2158, 133, NULL),
(231, 2159, 129, NULL),
(232, 2159, 130, NULL),
(233, 2159, 131, NULL),
(234, 2159, 132, NULL),
(235, 2159, 133, NULL),
(236, 2160, 129, NULL),
(237, 2160, 130, NULL),
(238, 2160, 131, NULL),
(239, 2160, 132, NULL),
(240, 2160, 133, NULL),
(241, 2161, 129, NULL),
(242, 2161, 130, NULL),
(243, 2161, 131, NULL),
(244, 2161, 132, NULL),
(245, 2161, 133, NULL),
(246, 2174, 134, '2020-12-22 12:27:00'),
(247, 2174, 135, '2020-12-17 12:27:00'),
(248, 2175, 134, NULL),
(249, 2175, 135, NULL),
(250, 2176, 136, '2020-12-22 18:15:00'),
(251, 2123, 137, '2020-12-10 14:54:00'),
(252, 2124, 137, NULL),
(253, 2150, 137, NULL),
(254, 2152, 137, NULL),
(255, 2153, 137, NULL),
(256, 2154, 137, NULL),
(257, 2155, 137, NULL),
(258, 2156, 137, NULL),
(267, 2123, 139, NULL),
(268, 2124, 139, NULL),
(269, 2150, 139, NULL),
(270, 2152, 139, NULL),
(271, 2153, 139, NULL),
(272, 2154, 139, NULL),
(273, 2155, 139, NULL),
(274, 2156, 139, NULL),
(275, 2228, 140, '2020-12-24 09:00:00'),
(277, 2228, 142, '2020-12-31 09:01:00'),
(278, 2228, 143, NULL),
(279, 2228, 144, NULL),
(280, 2229, 140, NULL),
(282, 2229, 142, NULL),
(283, 2229, 143, '2020-12-27 09:01:00'),
(284, 2229, 144, NULL),
(285, 2230, 140, NULL),
(287, 2230, 142, NULL),
(288, 2230, 143, NULL),
(289, 2230, 144, '2020-12-26 09:01:00'),
(290, 2243, 145, '2020-12-14 12:03:00'),
(291, 2244, 145, NULL),
(292, 2245, 145, NULL),
(293, 2133, 146, '2020-12-18 18:00:00'),
(294, 2134, 146, NULL),
(295, 2135, 146, NULL),
(303, 2133, 147, '2020-12-19 13:37:00'),
(304, 2134, 147, NULL),
(305, 2135, 147, NULL),
(317, 2300, 150, '2020-12-24 01:00:00'),
(318, 2301, 150, NULL),
(319, 2302, 150, NULL),
(320, 2309, 151, '2020-12-24 16:15:00'),
(321, 2309, 152, NULL),
(323, 2309, 154, NULL),
(324, 2310, 151, NULL),
(325, 2310, 152, NULL),
(327, 2310, 154, NULL),
(328, 2311, 151, NULL),
(329, 2311, 152, '2021-01-01 16:15:00'),
(331, 2311, 154, '2020-12-26 10:58:00'),
(332, 2312, 151, NULL),
(333, 2312, 152, NULL),
(335, 2312, 154, NULL),
(336, 2313, 151, NULL),
(337, 2313, 152, NULL),
(339, 2313, 154, NULL),
(346, 2294, 156, NULL),
(347, 2295, 156, NULL),
(348, 2309, 157, NULL),
(349, 2310, 157, NULL),
(350, 2311, 157, NULL),
(351, 2312, 157, NULL),
(352, 2313, 157, '2020-12-26 16:15:00'),
(353, 2316, 158, '2020-12-25 14:53:00'),
(354, 2317, 158, NULL),
(355, 2318, 158, NULL),
(356, 2316, 159, NULL),
(357, 2317, 159, '2020-12-26 14:53:00'),
(358, 2318, 159, NULL),
(359, 2777, 160, '2020-12-16 18:19:00'),
(360, 2777, 161, '2020-12-16 18:19:00'),
(361, 2777, 162, '2020-12-16 18:19:00'),
(362, 2777, 163, '2020-12-16 18:19:00'),
(363, 2777, 164, '2020-12-16 18:19:00'),
(364, 2778, 160, '2020-12-16 18:19:00'),
(365, 2778, 161, '2020-12-16 18:20:00'),
(366, 2778, 162, '2020-12-16 18:20:00'),
(367, 2778, 163, '2020-12-16 18:20:00'),
(368, 2778, 164, '2020-12-16 18:20:00'),
(369, 2779, 160, '2020-12-16 18:19:00'),
(370, 2779, 161, '2020-12-16 18:20:00'),
(371, 2779, 162, '2020-12-16 18:20:00'),
(372, 2779, 163, '2020-12-16 18:20:00'),
(373, 2779, 164, '2020-12-16 18:20:00'),
(380, 2783, 167, NULL),
(381, 2784, 167, NULL),
(382, 2788, 168, NULL),
(383, 2796, 169, '2020-12-18 22:30:00'),
(384, 2797, 169, '2020-12-18 22:30:00'),
(385, 2798, 169, '2020-12-18 22:30:00'),
(386, 2796, 170, '2020-12-18 22:31:00'),
(387, 2797, 170, '2020-12-18 22:31:00'),
(388, 2798, 170, '2020-12-18 22:31:00'),
(389, 2799, 171, '2020-12-23 14:12:00'),
(390, 2799, 172, '2020-12-24 14:12:00'),
(392, 2800, 171, '2020-12-25 14:12:00'),
(393, 2800, 172, '2020-12-26 14:12:00'),
(395, 2799, 174, NULL),
(396, 2800, 174, NULL),
(397, 2856, 175, '2020-12-26 03:34:00'),
(398, 2856, 176, '2020-12-20 22:05:00'),
(399, 2857, 175, '2020-12-30 22:05:00'),
(400, 2857, 176, '2020-12-27 03:34:00'),
(401, 2856, 177, '2020-12-02 22:05:00'),
(402, 2856, 178, '2020-12-26 22:05:00'),
(403, 2856, 179, '2020-12-27 22:05:00'),
(404, 2857, 177, '2020-12-05 22:05:00'),
(405, 2857, 178, '2020-12-06 22:05:00'),
(406, 2857, 179, '2020-12-27 22:05:00');

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

--
-- Table structure for table `document_segments`
--

CREATE TABLE `document_segments` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `document_id` bigint(20) UNSIGNED NOT NULL,
  `segment_id` bigint(20) UNSIGNED NOT NULL,
  `document_part_id` bigint(20) UNSIGNED DEFAULT NULL,
  `is_skip` bigint(20) UNSIGNED NOT NULL DEFAULT 0
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4;

--
-- Dumping data for table `document_segments`
--

INSERT INTO `document_segments` (`id`, `document_id`, `segment_id`, `document_part_id`, `is_skip`) VALUES
(1, 1, 1, 2155, 1),
(2, 1, 2, 2123, 1),
(3, 1, 3, 2150, 0),
(4, 1, 4, 2124, 1),
(5, 1, 5, 2153, 1),
(27, 85, 1, NULL, 0),
(28, 85, 2, NULL, 0),
(29, 85, 3, NULL, 0),
(30, 85, 4, NULL, 0),
(31, 85, 5, NULL, 0),
(32, 85, 6, NULL, 0),
(33, 109, 1, NULL, 0),
(34, 109, 2, NULL, 0),
(35, 110, 1, NULL, 0),
(36, 111, 1, NULL, 0),
(37, 111, 2, NULL, 0),
(38, 111, 3, NULL, 0),
(39, 111, 4, NULL, 0),
(40, 111, 5, NULL, 0),
(41, 112, 1, NULL, 0),
(42, 112, 2, NULL, 0),
(43, 112, 3, NULL, 0),
(44, 1, 6, NULL, 0),
(45, 1, 7, 2123, 0),
(46, 1, 8, NULL, 0),
(47, 1, 9, 2153, 0),
(48, 1, 10, NULL, 0),
(50, 112, 4, NULL, 0),
(51, 115, 1, NULL, 0),
(52, 115, 2, NULL, 0),
(53, 117, 1, 2219, 0),
(56, 117, 2, 2219, 0),
(57, 117, 3, 2216, 0),
(59, 117, 4, 2216, 0),
(61, 117, 5, 2216, 0),
(62, 118, 1, 2224, 0),
(63, 118, 2, 2222, 0),
(64, 119, 1, 2227, 0),
(65, 119, 2, 2225, 0),
(67, 119, 3, NULL, 0),
(68, 120, 1, 2228, 0),
(69, 121, 1, 2232, 0),
(70, 121, 2, 2232, 0),
(72, 120, 2, 2229, 0),
(74, 120, 3, 2230, 1),
(75, 120, 4, 2230, 0),
(85, 93, 1, 2133, 0),
(86, 93, 2, 2134, 0),
(87, 93, 3, 2135, 0),
(88, 122, 1, 2243, 0),
(89, 122, 2, NULL, 0),
(90, 123, 1, 2250, 1),
(91, 123, 2, 2249, 1),
(92, 123, 3, 2250, 0),
(93, 123, 4, 2250, 0),
(94, 123, 5, 2250, 0),
(102, 128, 1, NULL, 0),
(103, 129, 1, 2271, 0),
(108, 129, 2, 2272, 0),
(112, 129, 3, NULL, 0),
(113, 132, 1, 2282, 0),
(114, 132, 2, 2283, 0),
(115, 134, 1, 2294, 0),
(116, 134, 2, 2295, 0),
(119, 135, 1, 2300, 0),
(121, 135, 2, 2301, 0),
(122, 135, 3, 2301, 0),
(123, 135, 4, 2300, 0),
(126, 135, 5, 2302, 0),
(127, 136, 1, 2304, 0),
(128, 136, 2, 2307, 0),
(129, 136, 3, 2307, 0),
(130, 136, 4, NULL, 0),
(131, 137, 1, 2313, 0),
(132, 137, 2, 2313, 0),
(133, 137, 3, 2311, 0),
(134, 137, 4, 2312, 0),
(135, 137, 5, 2310, 0),
(136, 137, 6, 2309, 0),
(138, 138, 1, 2318, 0),
(139, 138, 2, 2317, 0),
(140, 138, 3, 2316, 0),
(141, 157, 1, NULL, 0),
(142, 158, 1, NULL, 0),
(143, 38, 1, 2778, 0),
(144, 38, 2, 2778, 0),
(145, 38, 3, 2777, 0),
(146, 38, 4, 2779, 0),
(150, 162, 1, 2783, 0),
(151, 162, 2, 2784, 0),
(153, 159, 1, NULL, 0),
(154, 163, 1, 2788, 0),
(156, 160, 1, 2733, 0),
(157, 160, 2, 2731, 0),
(158, 160, 3, 2732, 0),
(159, 160, 4, 2728, 0),
(160, 160, 5, 2733, 0),
(161, 167, 1, 2800, 0),
(162, 167, 2, 2799, 0),
(163, 167, 3, 2800, 0),
(164, 167, 4, 2800, 0),
(165, 166, 1, 2798, 0),
(166, 166, 2, 2797, 1),
(167, 166, 3, 2797, 0),
(168, 166, 4, 2796, 0),
(169, 166, 5, 2797, 0),
(170, 166, 6, NULL, 0),
(171, 168, 1, 2807, 0),
(172, 168, 2, 2805, 0),
(173, 169, 1, 2856, 0),
(176, 169, 2, 2857, 0),
(177, 169, 3, 2857, 0),
(178, 169, 4, 2856, 0),
(179, 169, 5, 2856, 0),
(180, 169, 6, 2856, 0),
(181, 169, 7, 2856, 0),
(182, 164, 1, NULL, 0),
(184, 189, 1, NULL, 0),
(185, 188, 1, 2869, 0),
(186, 188, 2, 2870, 0),
(187, 188, 3, 2864, 0),
(188, 198, 1, 2874, 0),
(189, 198, 2, 2874, 0),
(191, 198, 3, NULL, 0),
(192, 168, 3, 2804, 0),
(193, 168, 4, 2807, 0);

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

--
-- Table structure for table `document_services`
--

CREATE TABLE `document_services` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `document_id` bigint(20) UNSIGNED NOT NULL,
  `service_id` bigint(20) UNSIGNED NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4;

--
-- Dumping data for table `document_services`
--

INSERT INTO `document_services` (`id`, `document_id`, `service_id`) VALUES
(18, 36, 1),
(28, 31, 1),
(29, 31, 2),
(32, 35, 1),
(33, 35, 2),
(39, 39, 1),
(43, 36, 2),
(44, 36, 3),
(49, 36, 4),
(50, 36, 5),
(53, 42, 1),
(66, 58, 2),
(67, 58, 3),
(68, 21, 1),
(69, 21, 3),
(70, 21, 4),
(71, 21, 5),
(72, 21, 2),
(74, 64, 2),
(75, 64, 3),
(76, 64, 4),
(77, 64, 5),
(82, 78, 1),
(85, 79, 2),
(117, 86, 1),
(118, 86, 2),
(121, 88, 1),
(122, 90, 1),
(123, 91, 1),
(124, 91, 2),
(125, 91, 3),
(126, 91, 4),
(127, 91, 5),
(129, 85, 1),
(130, 85, 2),
(131, 85, 3),
(132, 85, 4),
(133, 85, 5),
(134, 105, 1),
(135, 105, 2),
(136, 106, 2),
(137, 1, 1),
(139, 1, 3),
(140, 120, 1),
(142, 120, 4),
(143, 120, 5),
(144, 120, 3),
(145, 122, 3),
(146, 93, 1),
(147, 93, 2),
(150, 135, 1),
(151, 137, 1),
(152, 137, 2),
(154, 137, 5),
(156, 134, 1),
(157, 137, 4),
(158, 138, 3),
(159, 138, 4),
(160, 38, 1),
(161, 38, 2),
(162, 38, 3),
(163, 38, 4),
(164, 38, 5),
(165, 161, 1),
(166, 161, 2),
(167, 162, 1),
(168, 163, 2),
(169, 166, 1),
(170, 166, 2),
(171, 167, 1),
(172, 167, 2),
(174, 167, 4),
(175, 169, 1),
(176, 169, 3),
(177, 169, 2),
(178, 169, 4),
(179, 169, 5);

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

--
-- Table structure for table `document_status`
--

CREATE TABLE `document_status` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `status_name` varchar(100) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4;

--
-- Dumping data for table `document_status`
--

INSERT INTO `document_status` (`id`, `status_name`) VALUES
(1, 'Booked Capacity'),
(2, 'Awaiting Approval'),
(3, 'Active'),
(4, 'Delivered');

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

--
-- Table structure for table `evaluations`
--

CREATE TABLE `evaluations` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `evaluation_name` varchar(100) NOT NULL,
  `evaluation_description` varchar(500) NOT NULL,
  `evaluation_text` text CHARACTER SET utf8 COLLATE utf8_unicode_ci NOT NULL,
  `evaluation_file` varchar(255) DEFAULT NULL,
  `evaluation_text_class` varchar(20) NOT NULL,
  `instructions` text NOT NULL,
  `from_language_id` bigint(20) UNSIGNED NOT NULL,
  `to_language_id` bigint(20) UNSIGNED NOT NULL,
  `duration` int(11) NOT NULL,
  `semantic_score` int(11) NOT NULL,
  `terminology_score` int(11) NOT NULL,
  `syntax_score` int(11) NOT NULL,
  `quality_score` int(11) NOT NULL,
  `beauty_score` int(11) NOT NULL,
  `status_id` bigint(20) UNSIGNED NOT NULL DEFAULT 1,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=latin1;

--
-- Dumping data for table `evaluations`
--

INSERT INTO `evaluations` (`id`, `evaluation_name`, `evaluation_description`, `evaluation_text`, `evaluation_file`, `evaluation_text_class`, `instructions`, `from_language_id`, `to_language_id`, `duration`, `semantic_score`, `terminology_score`, `syntax_score`, `quality_score`, `beauty_score`, `status_id`, `created_at`, `updated_at`) VALUES
(2, 'EN-SP Test 1', 'Test two', 'In Germany and until their return, the encyclopedia ran near 30. Heavy theater and even, it is the backyard of some mods. The north has not been separated, but rather a Chinese agreement. Where there may be the reason for the lands. The soldiers grip most not. The cities have turned red, because the largest declaration of retrieval of each, in a form and solutions to control it, ie.\r\n\r\nIn Germany and until their return, the encyclopedia ran near 30. Heavy theater and even, it is the backyard of some mods. The north has not been separated, but rather a Chinese agreement. Where there may be the reason for the lands. The soldiers grip most not. The cities have turned red, because the largest declaration of retrieval of each, in a form and solutions to control it, ie.', '1602245271.pdf', '', '', 1, 3, 122, 50, 50, 102, 102, 150, 1, NULL, '2020-10-15 11:08:50'),
(4, 'AR-SP Test 2', '', '12', NULL, '', '', 2, 3, 25, 50, 50, 50, 50, 50, 1, '2020-09-28 15:08:44', '2020-10-13 02:18:48'),
(5, 'AR-EN Test 3', '', 'uhiuo hiu hiuh iuh uih iuhj @IUh iuh oujoij pij piA uhiuo hiu hiuh iuh uih iuhj @IUh iuh oujoij pij piA uhiuo hiu hiuh iuh uih iuhj @IUh iuh oujoij pij piA uhiuo hiu hiuh iuh uih iuhj @IUh iuh oujoij pij piA uhiuo hiu hiuh iuh uih iuhj @IUh iuh oujoij pij piA uhiuo hiu hiuh iuh uih iuhj @IUh iuh oujoij pij piAuhiuo hiu hiuh iuh uih iuhj @IUh iuh oujoij pij piA v', NULL, '', '', 2, 1, 120, 50, 50, 50, 50, 50, 1, '2020-09-28 16:04:28', '2020-12-21 01:30:33'),
(6, 'SP-EN Test 4', '', 'Question 4', NULL, '', '', 3, 1, 120, 50, 50, 50, 50, 50, 1, '2020-10-08 08:16:33', '2020-12-21 01:30:10'),
(7, 'EN-AR Test 5', '', 'Question 5', NULL, '', '', 1, 2, 120, 50, 50, 50, 50, 50, 1, '2020-10-08 08:37:31', '2020-12-21 01:27:31'),
(8, 'SP-AR Test 6', '', 'Question 6', NULL, '', '', 3, 2, 120, 50, 50, 50, 50, 50, 1, '2020-10-08 08:43:53', '2020-10-08 08:43:53'),
(9, 'AR-SP Test 7', '', 'Question 7', NULL, '', '', 2, 3, 120, 50, 50, 50, 50, 50, 1, '2020-10-08 08:47:21', '2020-10-15 11:13:26'),
(10, 'AR-SP Test 8', '', 'Question 8', 'G:\\xampp\\tmp\\php1AB2.tmp', '', '', 2, 3, 120, 50, 50, 50, 50, 50, 1, '2020-10-09 06:31:11', '2020-10-15 11:17:01'),
(11, 'SP-EN Test 10', '', 'Question', '1602245200.pdf', '', '', 3, 1, 120, 50, 50, 50, 50, 50, 1, '2020-10-09 06:36:40', '2020-10-09 06:36:40'),
(12, 'AR-SP Test 11', '', 'Question', '1602245271.pdf', '', '', 2, 3, 120, 50, 50, 50, 50, 50, 1, '2020-10-09 06:37:51', '2020-11-10 07:17:35'),
(13, 'AR-SP Test 12', '', 'Question 12', NULL, '', '', 2, 3, 120, 50, 50, 50, 50, 50, 1, '2020-10-09 06:38:35', '2020-10-15 11:17:07'),
(14, 'AR-SP Test 13', '', '<p><strong>Test Question Bold</strong></p><p><i>Test Question Itelic</i></p><ol><li><i>&nbsp;a</i></li><li><i>b</i></li></ol>', NULL, '', '', 2, 3, 60, 50, 50, 50, 50, 50, 1, '2020-10-12 02:09:49', '2020-10-15 11:21:26'),
(15, 'Arabic-Spanish#015', '', '<p>Question 15</p>', NULL, '', '<h4><strong>Instructions</strong></h4><p>1. Duration of the test is 60 minutes or 1 hours from the moment of commencement. Once you start the test, the timer will start countdown and can not be reset.</p><p>2. Once the test has begun, you are required to take the complete test. In case you leave the test without submitting, you shall be required to take the whole test again.</p><p>3. A complete verification of personnel details shall be done by the ArabEasy team and only the individual who wishes to join ArabEasy shall take the test.</p>', 2, 3, 60, 30, 30, 30, 30, 30, 0, '2020-10-12 06:54:16', '2020-10-15 11:20:53'),
(16, 'English-Arabic#016', '', '<p>Question 16</p>', NULL, '', '<h4><strong>Instructions</strong></h4><p>1. Duration of the test is 60 minutes or 1 hours from the moment of commencement. Once you start the test, the timer will start countdown and can not be reset.</p><p>2. Once the test has begun, you are required to take the complete test. In case you leave the test without submitting, you shall be required to take the whole test again.</p><p>3. A complete verification of personnel details shall be done by the ArabEasy team and only the individual who wishes to join ArabEasy shall take the test.</p>', 1, 2, 120, 30, 30, 30, 30, 30, 0, '2020-10-12 06:57:00', '2020-10-13 06:28:42'),
(17, 'English-Arabic#017', '', '<p>Question 17</p>', NULL, '', '<p>Instructions 17</p>', 1, 2, 120, 50, 50, 50, 50, 50, 0, '2020-10-12 10:39:32', '2020-10-13 06:28:47'),
(18, 'English-Arabic#018', '', '<h2>AAAA</h2><p>&nbsp;</p>', NULL, '', '<p><span style=\"background-color: rgb(230, 0, 0);\">ssss</span></p>', 1, 2, 120, 30, 30, 30, 30, 30, 0, '2020-10-13 04:53:06', '2020-10-13 06:29:34'),
(19, '<p>English-Arabic#019</p>', '', '<p>Line1</p><p>Line2</p><p>&nbsp;Line3</p>', NULL, '', '<p class=\"ql-align-center\"><span style=\"background-color: rgb(240, 102, 102);\">Line1</span></p><p><span style=\"background-color: rgb(255, 255, 102);\">Line2</span></p><p>&nbsp;Line3</p>', 1, 2, 120, 30, 30, 30, 30, 30, 0, '2020-10-13 06:27:45', '2020-10-13 06:32:06'),
(20, '<p>English-Arabic#020</p>', '', '<p>aaaaaaaa</p>', NULL, '', '<p class=\"ql-align-center\">bbbbbbbbb</p>', 1, 2, 12, 5, 5, 5, 5, 5, 1, '2020-10-13 06:31:36', '2020-10-13 06:31:36'),
(21, 'English-Arabic#021', '', '<p>AAAAAA&nbsp;</p>', NULL, '', '<p>AAAAAA&nbsp;</p>', 1, 2, 120, 30, 30, 30, 30, 30, 1, '2020-10-15 05:21:23', '2020-10-15 05:21:23'),
(22, 'Arabic-Spanish#022', '', '<p>asdsadas</p>', NULL, '', '<p>asdsad</p>', 2, 3, 123, 5, 5, 5, 5, 5, 1, '2020-10-15 05:27:48', '2020-10-15 05:27:48'),
(23, 'Arabic-Spanish#023', '', '<p>asdadsa</p>', NULL, '', '<p>asdasd</p>', 2, 3, 120, 5, 5, 5, 5, 5, 1, '2020-10-15 05:29:47', '2020-10-15 05:29:47'),
(24, 'German-Arabic#024', '', '<p>Question test</p>', NULL, '', '<p>Instructions 1</p><p>Instructions 2</p><p>Instructions 3</p><p>&nbsp;</p><p>&nbsp;</p><p>&nbsp;</p><p><br>&nbsp;</p>', 4, 2, 60, 5, 5, 55, 5, 5, 1, '2020-10-20 03:32:47', '2020-10-20 03:32:47'),
(25, 'German-English 025', '', '<p>Question text</p>', NULL, '', '<p>Instructions 1</p><p>Instructions 2</p>', 4, 1, 20, 5, 5, 5, 5, 5, 1, '2020-10-20 03:36:46', '2020-10-20 03:36:46'),
(26, 'Spanish-French 026', '', '<p>aaaaaa</p><figure class=\"table\"><table><tbody><tr><td>A</td><td>B</td><td>C</td><td>D</td></tr><tr><td>1</td><td>2</td><td>3</td><td>4</td></tr></tbody></table></figure><p>BBBBBB</p><p>&nbsp;</p><p>&nbsp;</p><p>&nbsp;</p><p>&nbsp;</p><p>&nbsp;</p>', NULL, '', '<p>AAAAAAA</p>', 3, 5, 30, 5, 5, 5, 5, 5, 1, '2020-10-21 03:46:43', '2020-10-21 03:46:43'),
(27, 'Arabic-Eng 027', '', '<p>test</p>', NULL, '', '<p>test</p>', 2, 1, 0, 0, 0, 0, 0, 0, 1, '2020-12-21 01:06:39', '2020-12-21 01:06:39');

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

--
-- Table structure for table `evaluation_criterias`
--

CREATE TABLE `evaluation_criterias` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `evaluation_criteria` varchar(100) NOT NULL,
  `description` text NOT NULL,
  `description_mistake` varchar(500) NOT NULL,
  `marks` int(11) NOT NULL,
  `semantic_score` int(11) NOT NULL,
  `terminology_score` int(11) NOT NULL,
  `syntax_score` int(11) NOT NULL,
  `quality_score` int(11) NOT NULL,
  `beauty_score` int(11) NOT NULL,
  `so` int(11) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=latin1;

--
-- Dumping data for table `evaluation_criterias`
--

INSERT INTO `evaluation_criterias` (`id`, `evaluation_criteria`, `description`, `description_mistake`, `marks`, `semantic_score`, `terminology_score`, `syntax_score`, `quality_score`, `beauty_score`, `so`) VALUES
(1, 'Semantics', 'The translator is able to convey the full meaning of SL into TL (no deletion, no addition, no change of meaning, no ambiguity.) Interpretation of TL is the same as that of SL.', 'Deduct 10 for each mistake.', 150, 0, 0, 0, 0, 0, 1),
(2, 'Terminology', '1) Correct usages and choices of words as to convey the meaning correctly (ex: boy, man, male)\r\n2) No lexical ambiguity\r\n3) Using correct jargons when necessary that fit the context and the audience', 'Deduct 5 for each mistake.', 50, 0, 0, 0, 0, 0, 2),
(3, 'Syntax', '- Correct and clear usage of:\r\n1) Grammar (tenses, conditionality, modality.etc.)\r\n2) Spelling, especially for Arabic: (lam Shamsia wal kamaria, ha’a wat aa marbota, tanween)\r\n3) Punctuation\r\n4) Sentence structure:\r\na) Making sure that there is no ambiguity in sentence structure\r\nb) Using correct sentence structure in Arabic (like using verbal sentences whenever suitable) c)Correct conjunctions', 'Deduct 10 for each mistake. (if mistakes are within the same category, consider it one)', 150, 0, 0, 0, 0, 0, 3),
(4, 'Stylistic quality', '1) Suitable expressions\r\n2) Correct usage of translation methods (literal, semantic..)\r\n3) Correct usage of numbering and equivelances in Arabic (Abjad Hawaz) and text/slide direction\r\n4) No repetition\r\n5) Translation fits culture and audience (expert/inexpert). Marks will be deducted for expressions, terms, or style not suitable for the audience or culture.', 'Deduct 5 for each mistake. (if mistakes are within the same category, consider it one)', 100, 0, 0, 0, 0, 0, 4),
(5, 'Stylistic beauty and cultural style', '- Beauty of text such as:\r\n1) Text coherence, and connection of ideas\r\n2) Readability and clarity\r\n3) The translation sounds authentic in TL.\r\n4) Style of translation fits the context (media, legal. etc.)', 'Subjective evaluation', 50, 0, 0, 0, 0, 0, 5);

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

--
-- Table structure for table `evaluation_status`
--

CREATE TABLE `evaluation_status` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `status_name` varchar(100) NOT NULL,
  `css_class` varchar(10) NOT NULL,
  `so` int(11) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=latin1;

--
-- Dumping data for table `evaluation_status`
--

INSERT INTO `evaluation_status` (`id`, `status_name`, `css_class`, `so`) VALUES
(1, 'Pending', '', 1),
(2, 'Under Review', 'review', 2),
(3, 'Need Improvement', 'failed', 3),
(4, 'Passed', 'done', 4);

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

--
-- Table structure for table `experiences`
--

CREATE TABLE `experiences` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `experience` varchar(50) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=latin1;

--
-- Dumping data for table `experiences`
--

INSERT INTO `experiences` (`id`, `experience`) VALUES
(0, 'I am a fresher'),
(1, '1 Year'),
(2, '2 Years'),
(3, '3 Years'),
(4, '4 Years'),
(5, '5 Years'),
(6, '6 Years');

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

--
-- Table structure for table `experience_types`
--

CREATE TABLE `experience_types` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `experience_type` varchar(100) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=latin1;

--
-- Dumping data for table `experience_types`
--

INSERT INTO `experience_types` (`id`, `experience_type`) VALUES
(1, 'Translation'),
(2, 'Proof Reading'),
(3, 'Quality Assurance');

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

--
-- Table structure for table `expertises`
--

CREATE TABLE `expertises` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `expertise_level` varchar(100) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=latin1;

--
-- Dumping data for table `expertises`
--

INSERT INTO `expertises` (`id`, `expertise_level`) VALUES
(1, '1'),
(2, '2'),
(3, '3'),
(4, '4'),
(5, '5');

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

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

CREATE TABLE `failed_jobs` (
  `id` bigint(20) UNSIGNED 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 `genders`
--

CREATE TABLE `genders` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `gender_l` varchar(100) NOT NULL,
  `gender_s` varchar(100) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=latin1;

--
-- Dumping data for table `genders`
--

INSERT INTO `genders` (`id`, `gender_l`, `gender_s`) VALUES
(1, 'Male', 'M'),
(2, 'Female', 'F');

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

--
-- Table structure for table `items`
--

CREATE TABLE `items` (
  `id` int(10) UNSIGNED NOT NULL,
  `title` varchar(255) COLLATE utf8_unicode_ci NOT NULL,
  `description` text COLLATE utf8_unicode_ci NOT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;

--
-- Dumping data for table `items`
--

INSERT INTO `items` (`id`, `title`, `description`, `created_at`, `updated_at`) VALUES
(1, 'itam 1', 'itam 1', NULL, NULL),
(2, 'itam 2', 'itam 2', NULL, NULL),
(3, 'itam 3', 'itam 3', NULL, NULL);

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

--
-- Table structure for table `languages`
--

CREATE TABLE `languages` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `language_l` varchar(100) NOT NULL,
  `language_s` varchar(100) NOT NULL,
  `so` int(11) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=latin1;

--
-- Dumping data for table `languages`
--

INSERT INTO `languages` (`id`, `language_l`, `language_s`, `so`) VALUES
(1, 'Eng', 'E4', 0),
(2, 'Arabic', 'AR', 0),
(3, 'Spanish', 'S', 0),
(4, 'German', 'GE', 0),
(5, 'French', 'FR', 0),
(6, 'Urdu', 'UR', 0),
(30, 'vghghgh', 'j', 0),
(34, 'Hindi', 'HI', 0),
(40, 'hello dost', 'howz uh', 0),
(42, 'n', 'n', 0);

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

--
-- 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
(1, '2014_10_12_000000_create_users_table', 1),
(2, '2014_10_12_100000_create_password_resets_table', 1),
(3, '2019_08_19_000000_create_failed_jobs_table', 1),
(4, '2020_08_16_120815_entrust_setup_tables', 2),
(5, '2016_02_14_090604_create_items_table', 3),
(6, '2020_10_05_135544_create_days_table', 4),
(7, '2020_10_05_135801_create_time_slots_table', 4),
(8, '2020_10_05_140117_create_user_availabilitys_table', 4),
(9, '2020_10_06_094810_create_payment_method_types_table', 5),
(10, '2020_10_06_105036_add_payment_method_type_id_to_user_bank_accounts_table', 6),
(11, '2020_01_10_100000_add_status_id_to_evaluations_table', 7),
(12, '2020_10_09_100000_add_evaluation_file_to_evaluations_table', 8),
(13, '2020_10_09_200000_add_answer_file_to_user_evaluations_table', 9),
(15, '2020_10_12_100000_add_instructions_to_evaluations_table', 10),
(16, '2020_10_13_100000_create_user_skill_pairs_table', 11);

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

--
-- Table structure for table `parts`
--

CREATE TABLE `parts` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `part_name` varchar(100) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4;

--
-- Dumping data for table `parts`
--

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

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

--
-- Table structure for table `password_resets`
--

CREATE TABLE `password_resets` (
  `email` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `token` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `created_at` timestamp NULL DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Dumping data for table `password_resets`
--

INSERT INTO `password_resets` (`email`, `token`, `created_at`) VALUES
('inder@gmail.com', '$2y$10$kAtH3sbqoebWHPEXPjLjOu3ZvGP..at3LspVi93LwUxS387qRoo9C', '2020-10-08 04:47:38');

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

--
-- Table structure for table `payment_method_types`
--

CREATE TABLE `payment_method_types` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `payment_method_type` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Dumping data for table `payment_method_types`
--

INSERT INTO `payment_method_types` (`id`, `payment_method_type`) VALUES
(1, 'Bank'),
(2, 'Other');

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

--
-- Table structure for table `permissions`
--

CREATE TABLE `permissions` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `name` varchar(191) COLLATE utf8mb4_unicode_ci NOT NULL,
  `display_name` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `description` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

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

--
-- Table structure for table `permission_role`
--

CREATE TABLE `permission_role` (
  `permission_id` bigint(20) UNSIGNED NOT NULL,
  `role_id` bigint(20) UNSIGNED NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

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

--
-- Table structure for table `photo_proof_types`
--

CREATE TABLE `photo_proof_types` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `photo_proof_type` varchar(100) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=latin1;

--
-- Dumping data for table `photo_proof_types`
--

INSERT INTO `photo_proof_types` (`id`, `photo_proof_type`) VALUES
(1, 'PAN Card'),
(2, 'Passport'),
(100, 'Other'),
(107, 'AAAAA');

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

--
-- Table structure for table `proficiencys`
--

CREATE TABLE `proficiencys` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `proficiency` varchar(100) NOT NULL,
  `so` int(11) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=latin1;

--
-- Dumping data for table `proficiencys`
--

INSERT INTO `proficiencys` (`id`, `proficiency`, `so`) VALUES
(1, 'Elementory', 0),
(2, 'Limited', 0),
(3, 'Professional Working', 0),
(4, 'Full Professional', 0),
(5, 'Native/Bilingual', 0);

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

--
-- Table structure for table `profiles`
--

CREATE TABLE `profiles` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `user_id` bigint(20) UNSIGNED DEFAULT NULL,
  `bio_data` text NOT NULL,
  `gender_id` bigint(20) UNSIGNED DEFAULT NULL,
  `nationality_country_id` bigint(20) UNSIGNED DEFAULT NULL,
  `residence_country_id` bigint(20) UNSIGNED DEFAULT NULL,
  `profile_status_id` bigint(20) UNSIGNED DEFAULT NULL,
  `info_status` bigint(20) UNSIGNED NOT NULL,
  `skill_status` bigint(20) UNSIGNED NOT NULL,
  `evaluation_status` bigint(20) UNSIGNED NOT NULL,
  `translator_status_id` bigint(20) UNSIGNED NOT NULL DEFAULT 2,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=latin1;

--
-- Dumping data for table `profiles`
--

INSERT INTO `profiles` (`id`, `user_id`, `bio_data`, `gender_id`, `nationality_country_id`, `residence_country_id`, `profile_status_id`, `info_status`, `skill_status`, `evaluation_status`, `translator_status_id`, `created_at`, `updated_at`) VALUES
(2, 2, '1234567890 1234567890 12345  1234567890 1234567890 12345 1234567890 1234567890 12345234567890 12345 1234567890 1234 1234 123 552', 1, 2, 2, 0, 1, 0, 1, 9, '2020-08-26 01:32:08', '2020-12-13 23:12:47'),
(18, 12, 'Dedicated English-Mandarin Chinese translator with years of experience working in professional and scientific communities. Exceptionally accurate translation skills, including simultaneous translation between all parties during teleconferences and in-person meetings. Diverse translation work including proprietary scientific materials and large-scale executive organization documents. Consistently relied upon for verification and correction of translated materials. Experience teaching other translators through one-on-one mentoring and professional development courses. I am passionate about facilitating productive cross-cultural relationships and have created extensive informational material and coursework to help colleagues understand and develop cultural sensitivity.', 1, 1, 1, NULL, 1, 1, 0, 2, '2020-09-23 17:53:24', '2020-10-16 09:17:01'),
(19, 13, 'Passionate multilingual translator with 2.5 years experience in Spanish-English translations and over 1 year with English-Spanish translations. Linguaphile from early childhood. ATA CT English>Spanish & Spanish>English. Successfully translated over 300 complete projects, ranging from documents to entire websites. Looking to further improve translation skills by becoming the head translator at MegaTron Corporation.', 2, 1, 1, NULL, 1, 1, 1, 2, '2020-09-23 18:04:42', '2020-10-14 09:48:41'),
(20, 14, 'Skilled translator of spoken and written Spanish language, with command of English and Spanish sentence structure, spelling, grammar, and composition. Able to read and translate a variety of written material, including news articles and legal documents. Expert interpreter, able to orally translate language simultaneously or consecutively with speakers.', 1, 1, 1, NULL, 1, 1, 0, 2, '2020-09-23 18:08:59', '2020-10-14 09:48:41'),
(21, 15, 'Passionate multilingual translator with 2.5 years experience in Spanish-English translations and over 1 year with English-Spanish translations. Linguaphile from early childhood. ATA CT English>Spanish & Spanish>English. Successfully translated over 300 complete projects, ranging from documents to entire websites. Looking to further improve translation skills by becoming the head translator at MegaTron Corporation.', 1, 2, 2, NULL, 1, 1, 0, 2, '2020-09-23 18:17:57', '2020-10-14 09:48:41'),
(22, 16, 'Interpreter and Translator with expertise in Spanish-language communications and facilitating communication between English and Spanish-language speakers. Highly skilled in translating complex technical, legal, and scientific documents. Strong ability to use active listening and interpersonal communication skills to provide quick, accurate, and concurrent translation and interpretation services.', 1, 1, 1, NULL, 1, 1, 1, 2, '2020-09-23 18:23:59', '2020-10-14 09:48:41'),
(23, 17, 'Passionate multilingual translator with 2.5 years experience in Spanish-English translations and over 1 year with English-Spanish translations. Linguaphile from early childhood. ATA CT English>Spanish & Spanish>English. Successfully translated over 300 complete projects, ranging from documents to entire websites. Looking to further improve translation skills by becoming the head translator at MegaTron Corporation.', 1, 1, 1, NULL, 1, 1, 0, 2, '2020-09-23 18:27:30', '2020-10-14 09:48:41'),
(24, 18, 'iuh iuhiu huih iuh uih iuh iuhiuh iuh iuh i\niuh iuhiu huih iuh uih iuh iuhiuh iuh iuh i\niuh iuhiu huih iuh uih iuh iuhiuh iuh iuh i\niuh iuhiu huih iuh uih iuh iuhiuh iuh iuh i\niuh iuhiu huih iuh uih iuh iuhiuh iuh iuh i\niuh iuhiu huih iuh uih iuh iuhiuh iuh iuh i\niuh iuhiu huih iuh uih iuh iuhiuh iuh iuh i\niuh iuhiu huih iuh uih iuh iuhiuh iuh iuh i\niuh iuhiu huih iuh uih iuh iuhiuh iuh iuh i\nv\niuh iuhiu huih iuh uih iuh iuhiuh iuh iuh i\niuh iuhiu huih iuh uih iuh iuhiuh iuh iuh i\niuh iuhiu huih iuh uih iuh iuhiuh iuh iuh i\niuh iuhiu huih iuh uih iuh iuhiuh iuh iuh i\niuh iuhiu huih iuh uih iuh iuhiuh iuh iuh i\niuh iuhiu huih iuh uih iuh iuhiuh iuh iuh i', 1, 2, 2, NULL, 1, 1, 0, 2, '2020-09-23 22:12:56', '2020-10-14 09:48:41'),
(25, 19, 'Passionate multilingual translator with 2.5 years experience in Spanish-English translations and over 1 year with English-Spanish translations. Linguaphile from early childhood. ATA CT English>Spanish & Spanish>English. Successfully translated over 300 complete projects, ranging from documents to entire websites. Looking to further improve translation skills by becoming the head translator at MegaTron Corporation.', 2, 1, 1, NULL, 1, 1, 1, 2, '2020-09-24 13:21:00', '2020-10-14 09:48:41'),
(26, 20, 'acju,xdgzsdfyghv rafj', 2, 1, 1, NULL, 1, 1, 1, 2, '2020-09-24 15:34:46', '2020-10-14 09:48:41'),
(27, 21, 'The December 21, 2012 edition of the Juggalo publication the Hatchet Herald indicated that Lowery would release a new album in 2013, which he confirmed would be titled Shapeshifter.[8] On March 28, 2014 Anybody Killa posted on his official Twitter account that his new album was almost finished.\n\nIn the April 11, 2014 Hatchet Herald, it was announced that ABK would release a greatest hits album titled The Perfection Collection on June 10, 2014. In a June 2014 interview with YadaMedia, ABK discussed his two new albums coming out on Psychopathic Records: Shapeshifter and Road Fools 2. During his 2014 GOTJ seminar, it was announced that he and Big Hoodoo had created a new group called Tha Hav Knots,[9] which he said might incorporate more people other than just himself and Big Hoodoo.\n\nOn May 14, 2015, on the debut edition of Hoodoo\'s Hood, it was announced that ABK\'s Shapeshifter would be released after Young Wicked’s debut solo album Slaughter, and before Big Hoodoo\'s album in 2015. It was also announced that a third member would be added to Tha Hav Knots, speculated to be Bonez Dubb of Axe Murder Boyz.\n\nOn May 28, 2015 it was announced on The Warpath radio program that ABK would release \"Shapeshifter (Prelude)\" at the GOTJ 2015 to give the fans a taste of what the album would be like. Anybody Killa was slated to go on the \"Shapeshifter Tour\" with Big Hoodoo, Tha Hav Knots (ABK, Big Hoodoo, and Bonez Dubb of AMB) and Native World Showcase.\n\nIn an April 8, 2016 Faygoluvers interview with Violent J, it was said that Anybody Killa was waiting on Psychopathic Records, and J said that Psychopathic Records was waiting on Anybody Killa for the Shapeshifter album. On June 3, 2016, ABK announced via Twitter that he would have a new album titled The Lost War Chief Sessions, which would be available for pre-order soon on his online store, thewarriorspot.com, as it had originally been announced on March 7, 2016.\n\nOn January 1, 2017, ABK was invited to take part in the Juggalo March On Washington, he accepted on January 2 but ended up not participating due to the fact his royalty check from Psychopathic Records bounced. ABK also was featured on the Psypher Hurricane of Diamonds.[10] On July 4, 2017 ABK released Killa Features on his own label. At the 2017 Gathering of the Juggalos, during ABK\'s seminar he was asked about the status of Shapeshifter and why it has not been released, he stated \"beats\". He elaborated in saying \"I had DJ Chop producing it, and then he was off the label. Then Young Wicked came in, and then he was off the label. I\'ve gone through about 3 producers. Now I can either release it as it is through Native World Inc. or spend another year working on it creating new beats. What would y\'all want me to do\"? With that question, the answer was unanimously voted for, releasing it as is, since it has taken 3 years to release it.\n\nDuring ABK\'s 2018 Gathering of the Juggalos seminar he announced that the new Hav Knots album is about 80% complete. He also announced that he received word from producer Brian Kuma, that Shapeshifter was 100% complete and would be released soon. He also said that he has a new release set to come out on Psychopathic Records soon, and he will be going out on tour with DJ Clay during the fall of 2018. He also mentioned that he and Blaze Ya Dead Homie plan to do a new Drive-By album and tour, but haven\'t began production yet due to both of them having conflicting schedules.\n\nOn January 27, 2019 during Drive-By’s “Juggalo Unity Tour”, Anybody Killa confirmed on a Facebook livestream that Shapeshifter was finished and will be released in 2019. He also announced two more albums called Tampon Juice & Always Bringing Knowledge.[11]\n\nOn June 10, 2019, ABK announced that Tampon Juice would be released on July 26 of that same year.[12]', 1, 1, 1, NULL, 1, 1, 0, 2, '2020-09-24 16:31:41', '2020-10-14 09:48:41'),
(28, 43, '', NULL, NULL, NULL, NULL, 1, 0, 0, 2, '2020-09-25 20:42:55', '2020-10-14 09:48:41'),
(29, 44, '', NULL, NULL, NULL, NULL, 1, 1, 0, 2, '2020-09-26 15:37:29', '2020-10-14 09:48:41'),
(30, 45, 'The December 21, 2012 edition of the Juggalo publication the Hatchet Herald indicated that Lowery would release a new album in 2013, which he confirmed would be titled Shapeshifter.[8] On March 28, 2014 Anybody Killa posted on his official Twitter account that his new album was almost finished.\n\nIn the April 11, 2014 Hatchet Herald, it was announced that ABK would release a greatest hits album titled The Perfection Collection on June 10, 2014. In a June 2014 interview with YadaMedia, ABK discussed his two new albums coming out on Psychopathic Records: Shapeshifter and Road Fools 2. During his 2014 GOTJ seminar, it was announced that he and Big Hoodoo had created a new group called Tha Hav Knots,[9] which he said might incorporate more people other than just himself and Big Hoodoo.\n\nOn May 14, 2015, on the debut edition of Hoodoo\'s Hood, it was announced that ABK\'s Shapeshifter would be released after Young Wicked’s debut solo album Slaughter, and before Big Hoodoo\'s album in 2015. It was also announced that a third member would be added to Tha Hav Knots, speculated to be Bonez Dubb of Axe Murder Boyz.\n\nOn May 28, 2015 it was announced on The Warpath radio program that ABK would release \"Shapeshifter (Prelude)\" at the GOTJ 2015 to give the fans a taste of what the album would be like. Anybody Killa was slated to go on the \"Shapeshifter Tour\" with Big Hoodoo, Tha Hav Knots (ABK, Big Hoodoo, and Bonez Dubb of AMB) and Native World Showcase.\n\nIn an April 8, 2016 Faygoluvers interview with Violent J, it was said that Anybody Killa was waiting on Psychopathic Records, and J said that Psychopathic Records was waiting on Anybody Killa for the Shapeshifter album. On June 3, 2016, ABK announced via Twitter that he would have a new album titled The Lost War Chief Sessions, which would be available for pre-order soon on his online store, thewarriorspot.com, as it had originally been announced on March 7, 2016.\n\nOn January 1, 2017, ABK was invited to take part in the Juggalo March On Washington, he accepted on January 2 but ended up not participating due to the fact his royalty check from Psychopathic Records bounced. ABK also was featured on the Psypher Hurricane of Diamonds.[10] On July 4, 2017 ABK released Killa Features on his own label. At the 2017 Gathering of the Juggalos, during ABK\'s seminar he was asked about the status of Shapeshifter and why it has not been released, he stated \"beats\". He elaborated in saying \"I had DJ Chop producing it, and then he was off the label. Then Young Wicked came in, and then he was off the label. I\'ve gone through about 3 producers. Now I can either release it as it is through Native World Inc. or spend another year working on it creating new beats. What would y\'all want me to do\"? With that question, the answer was unanimously voted for, releasing it as is, since it has taken 3 years to release it.\n\nDuring ABK\'s 2018 Gathering of the Juggalos seminar he announced that the new Hav Knots album is about 80% complete. He also announced that he received word from producer Brian Kuma, that Shapeshifter was 100% complete and would be released soon. He also said that he has a new release set to come out on Psychopathic Records soon, and he will be going out on tour with DJ Clay during the fall of 2018. He also mentioned that he and Blaze Ya Dead Homie plan to do a new Drive-By album and tour, but haven\'t began production yet due to both of them having conflicting schedules.\n\nOn January 27, 2019 during Drive-By’s “Juggalo Unity Tour”, Anybody Killa confirmed on a Facebook livestream that Shapeshifter was finished and will be released in 2019. He also announced two more albums called Tampon Juice & Always Bringing Knowledge.[11]\n\nOn June 10, 2019, ABK announced that Tampon Juice would be released on July 26 of that same year.', 1, 1, 1, NULL, 1, 1, 1, 2, '2020-09-28 15:12:57', '2020-10-14 09:48:41'),
(31, 46, '', NULL, NULL, NULL, NULL, 1, 1, 0, 2, '2020-09-28 15:30:57', '2020-10-14 09:48:41'),
(32, 47, '', 2, 1, 2, NULL, 1, 1, 1, 2, '2020-09-28 15:40:45', '2020-10-14 09:48:41'),
(33, 48, 'abcd', 1, 2, 2, NULL, 1, 1, 0, 2, '2020-09-28 15:50:11', '2020-10-14 09:48:41'),
(34, 49, 'The December 21, 2012 edition of the Juggalo publication the Hatchet Herald indicated that Lowery would release a new album in 2013, which he confirmed would be titled Shapeshifter.[8] On March 28, 2014 Anybody Killa posted on his official Twitter account that his new album was almost finished.\n\nIn the April 11, 2014 Hatchet Herald, it was announced that ABK would release a greatest hits album titled The Perfection Collection on June 10, 2014. In a June 2014 interview with YadaMedia, ABK discussed his two new albums coming out on Psychopathic Records: Shapeshifter and Road Fools 2. During his 2014 GOTJ seminar, it was announced that he and Big Hoodoo had created a new group called Tha Hav Knots,[9] which he said might incorporate more people other than just himself and Big Hoodoo.\n\nOn May 14, 2015, on the debut edition of Hoodoo\'s Hood, it was announced that ABK\'s Shapeshifter would be released after Young Wicked’s debut solo album Slaughter, and before Big Hoodoo\'s album in 2015. It was also announced that a third member would be added to Tha Hav Knots, speculated to be Bonez Dubb of Axe Murder Boyz.\n\nOn May 28, 2015 it was announced on The Warpath radio program that ABK would release \"Shapeshifter (Prelude)\" at the GOTJ 2015 to give the fans a taste of what the album would be like. Anybody Killa was slated to go on the \"Shapeshifter Tour\" with Big Hoodoo, Tha Hav Knots (ABK, Big Hoodoo, and Bonez Dubb of AMB) and Native World Showcase.\n\nIn an April 8, 2016 Faygoluvers interview with Violent J, it was said that Anybody Killa was waiting on Psychopathic Records, and J said that Psychopathic Records was waiting on Anybody Killa for the Shapeshifter album. On June 3, 2016, ABK announced via Twitter that he would have a new album titled The Lost War Chief Sessions, which would be available for pre-order soon on his online store, thewarriorspot.com, as it had originally been announced on March 7, 2016.\n\nOn January 1, 2017, ABK was invited to take part in the Juggalo March On Washington, he accepted on January 2 but ended up not participating due to the fact his royalty check from Psychopathic Records bounced. ABK also was featured on the Psypher Hurricane of Diamonds.[10] On July 4, 2017 ABK released Killa Features on his own label. At the 2017 Gathering of the Juggalos, during ABK\'s seminar he was asked about the status of Shapeshifter and why it has not been released, he stated \"beats\". He elaborated in saying \"I had DJ Chop producing it, and then he was off the label. Then Young Wicked came in, and then he was off the label. I\'ve gone through about 3 producers. Now I can either release it as it is through Native World Inc. or spend another year working on it creating new beats. What would y\'all want me to do\"? With that question, the answer was unanimously voted for, releasing it as is, since it has taken 3 years to release it.\n\nDuring ABK\'s 2018 Gathering of the Juggalos seminar he announced that the new Hav Knots album is about 80% complete. He also announced that he received word from producer Brian Kuma, that Shapeshifter was 100% complete and would be released soon. He also said that he has a new release set to come out on Psychopathic Records soon, and he will be going out on tour with DJ Clay during the fall of 2018. He also mentioned that he and Blaze Ya Dead Homie plan to do a new Drive-By album and tour, but haven\'t began production yet due to both of them having conflicting schedules.\n\nOn January 27, 2019 during Drive-By’s “Juggalo Unity Tour”, Anybody Killa confirmed on a Facebook livestream that Shapeshifter was finished and will be released in 2019. He also announced two more albums called Tampon Juice & Always Bringing Knowledge.[11]\n\nOn June 10, 2019, ABK announced that Tampon Juice would be released on July 26 of that same year.', 2, 1, 1, NULL, 1, 0, 0, 2, '2020-09-28 16:57:40', '2020-10-14 09:48:41'),
(35, 50, 'AAAAAAA', 2, 6, 5, NULL, 1, 1, 1, 2, '2020-10-07 00:14:31', '2020-10-15 03:52:14'),
(36, 51, '', NULL, NULL, NULL, NULL, 1, 1, 1, 3, '2020-10-07 02:59:16', '2020-11-07 00:52:15'),
(37, 52, 'SSSSSS', 1, 2, 2, 1, 1, 1, 1, 10, '2020-10-08 03:15:51', '2020-11-09 02:50:18'),
(38, 55, 'hiiiiiiiiiiii', 2, 5, 3, NULL, 1, 1, 0, 6, '2020-10-14 02:56:46', '2020-11-05 04:41:01'),
(39, 56, 'essf', 1, 6, 7, NULL, 1, 0, 0, 2, '2020-10-14 06:43:05', '2020-10-21 03:24:51'),
(40, 57, 'dddddsdfsdfsfssdfdsfsdfdsf sdfdsf', 1, 5, 5, NULL, 1, 0, 0, 6, '2020-10-14 08:58:46', '2020-11-05 05:54:37'),
(41, 58, 'sadsadad', 1, 3, 5, NULL, 1, 0, 0, 2, '2020-10-27 01:44:31', '2020-10-27 06:35:14'),
(42, 59, 'dasd', 1, 6, 5, NULL, 1, 0, 0, 2, '2020-10-28 04:03:40', '2020-10-28 04:06:21'),
(43, 60, 'sa', 1, 6, 6, NULL, 1, 0, 0, 2, '2020-10-28 04:10:29', '2020-10-28 04:12:23'),
(44, 61, 'AAAAA BBBBBBB CCCCC DDDD', 1, 6, 6, 1, 1, 1, 0, 2, '2020-10-29 05:14:45', '2020-11-05 01:49:49'),
(46, 62, 'AAAAA BBBBBBB CCCCC DDDD fgdffgfgf', 1, 6, 6, 0, 1, 1, 0, 2, '2020-10-29 05:14:45', '2020-11-04 02:47:11'),
(47, 63, 'asd', 2, 6, 4, 1, 1, 0, 0, 2, '2020-11-04 01:35:59', '2020-11-04 01:41:46'),
(48, 64, '', NULL, NULL, NULL, NULL, 0, 0, 0, 2, '2020-11-04 02:22:46', '2020-11-04 02:22:46'),
(49, 65, '', NULL, NULL, NULL, NULL, 0, 0, 0, 2, '2020-11-04 02:23:06', '2020-11-04 02:23:06'),
(50, 66, 'AAAA', 1, 6, 6, 1, 1, 0, 0, 2, '2020-11-04 06:13:14', '2020-11-04 07:59:05'),
(51, 67, 'Please use professional headshots and high - quality image only (Only png, jpg, jpeg format and size upto 2 MB is allowed)', 1, 6, 2, 1, 1, 0, 0, 2, '2020-11-04 07:54:07', '2020-11-04 07:56:41'),
(52, 68, 'ional headshots and high - quality image only (Only png, jpg, jpeg format and size upto 2 MB is allowed)', 1, 5, 4, 1, 1, 0, 0, 2, '2020-11-04 08:33:36', '2020-11-04 08:37:38'),
(53, 69, 'Please use professional headshots and high - quality image only (Only png, jpg, jpeg format a', 2, 6, 6, 0, 1, 0, 0, 2, '2020-11-05 01:51:12', '2020-11-05 01:57:21'),
(54, 70, 'AAAAArgdfg', 1, 7, 3, 0, 1, 0, 0, 6, '2020-11-05 02:04:17', '2020-11-05 05:48:48'),
(55, 71, 'dfgsdfgtsdgertetrt', 2, 6, 5, 1, 1, 0, 0, 6, '2020-11-05 05:56:46', '2020-11-05 07:13:25'),
(56, 72, 'e any personal contact informa', 1, 5, 6, 0, 1, 0, 0, 6, '2020-11-05 06:17:25', '2020-11-05 06:34:10'),
(57, 73, 'zxcd@mailinator.com', 2, 6, 6, 1, 1, 0, 0, 8, '2020-11-05 06:35:39', '2020-11-05 09:14:30'),
(58, 74, 'dffd', 2, 7, 5, 1, 1, 0, 0, 8, '2020-11-05 06:39:41', '2020-11-06 06:32:33'),
(59, 75, 'Please use profsional headshots and high - quality image only (Only png, jpg, jpeg format and size upto 2 MB is a', 1, 4, 2, 1, 1, 0, 0, 8, '2020-11-06 06:28:06', '2020-11-06 08:45:03'),
(60, 76, 'Please use professional headshots and high - quality image only (Only png, jpg, jpeg format and size upto 2 MB is allowed)', 1, 4, 5, 1, 1, 0, 0, 9, '2020-11-07 02:01:58', '2020-11-09 04:40:18'),
(61, 1, '', 1, 6, 3, 0, 1, 0, 0, 2, '2020-11-26 07:08:00', '2020-11-26 07:08:00');

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

--
-- Table structure for table `roles`
--

CREATE TABLE `roles` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `name` varchar(191) COLLATE utf8mb4_unicode_ci NOT NULL,
  `display_name` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `description` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `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 `roles`
--

INSERT INTO `roles` (`id`, `name`, `display_name`, `description`, `created_at`, `updated_at`) VALUES
(1, 'Admin', 'Admin', 'Admin', NULL, NULL),
(2, 'Translator', 'Translator', 'Translator', NULL, NULL);

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

--
-- Table structure for table `role_user`
--

CREATE TABLE `role_user` (
  `user_id` bigint(20) UNSIGNED NOT NULL,
  `role_id` bigint(20) UNSIGNED NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Dumping data for table `role_user`
--

INSERT INTO `role_user` (`user_id`, `role_id`) VALUES
(2, 2);

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

--
-- Table structure for table `segments`
--

CREATE TABLE `segments` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `segment_name` varchar(100) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4;

--
-- Dumping data for table `segments`
--

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

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

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

CREATE TABLE `services` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `service_l` varchar(100) NOT NULL,
  `service_s` varchar(100) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4;

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

INSERT INTO `services` (`id`, `service_l`, `service_s`) VALUES
(1, 'Pre-Processing', 'PP'),
(2, 'Translation', 'TR'),
(3, 'Proofreading', 'PR'),
(4, 'VGA', 'VGA'),
(5, 'QA', 'QA');

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

--
-- Table structure for table `softwares`
--

CREATE TABLE `softwares` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `software` varchar(100) NOT NULL,
  `so` int(11) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=latin1;

--
-- Dumping data for table `softwares`
--

INSERT INTO `softwares` (`id`, `software`, `so`) VALUES
(1, 'CAT Tools', 1),
(2, 'Softwares', 2);

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

--
-- Table structure for table `software_tools`
--

CREATE TABLE `software_tools` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `software_id` bigint(20) UNSIGNED NOT NULL,
  `tool` varchar(100) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=latin1;

--
-- Dumping data for table `software_tools`
--

INSERT INTO `software_tools` (`id`, `software_id`, `tool`) VALUES
(1, 1, 'Across'),
(2, 1, 'WordFast'),
(3, 1, 'SDL Trados'),
(4, 1, 'MateCAT'),
(5, 1, 'MemoQ'),
(6, 1, 'Idiom'),
(7, 1, 'Memsource'),
(8, 1, 'Xbench'),
(9, 1, 'SmartCAT'),
(10, 1, 'Crowdin'),
(11, 1, 'CafeTran Espreso'),
(12, 1, 'Crowdin'),
(13, 1, 'SDL X'),
(14, 1, 'IBM Translation Manage'),
(15, 2, 'Adobe Acrobat'),
(16, 2, 'Adobe'),
(17, 2, 'Adobe Photoshop'),
(18, 2, 'Adobe Illustrator'),
(19, 2, 'Adobe Indesign'),
(20, 2, 'Microsoft Word'),
(21, 2, 'Microsoft Excel'),
(22, 2, 'Microsoft Powerpoint'),
(23, 2, 'Apple Pages'),
(24, 2, 'Apple Numbers'),
(25, 2, 'Apple Keynote'),
(26, 2, 'Corel Draw'),
(27, 2, 'Adobe Framemaker'),
(28, 2, 'Adobe Dreamweaver'),
(30, 2, 'AAAAAA'),
(35, 2, 'tegr'),
(36, 2, 'RR'),
(37, 2, 's'),
(38, 2, 'AAAAAAAAA'),
(39, 1, 'xx'),
(40, 2, 'ss'),
(41, 2, 'g'),
(42, 1, 'ssdsff'),
(43, 2, 'n'),
(44, 1, '789'),
(46, 2, 'uu');

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

--
-- Table structure for table `status`
--

CREATE TABLE `status` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `status_bool` varchar(10) NOT NULL,
  `status_yn` varchar(10) NOT NULL,
  `status_pd` varchar(10) NOT NULL,
  `status_urv` varchar(30) NOT NULL,
  `status_ab` varchar(100) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=latin1;

--
-- Dumping data for table `status`
--

INSERT INTO `status` (`id`, `status_bool`, `status_yn`, `status_pd`, `status_urv`, `status_ab`) VALUES
(0, 'FALSE', 'N', 'Pending', 'Under Review', 'Blocklist'),
(1, 'TRUE', 'Y', 'Done', 'Verified', 'Active');

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

--
-- Table structure for table `subjects`
--

CREATE TABLE `subjects` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `subject` varchar(100) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=latin1;

--
-- Dumping data for table `subjects`
--

INSERT INTO `subjects` (`id`, `subject`) VALUES
(1, 'Business'),
(2, 'Technology'),
(3, 'Finance'),
(4, 'Healthcare'),
(8, 'test subject'),
(13, 'business'),
(16, 'Medicine'),
(17, 'Add'),
(18, 'Business'),
(19, 'QQQQQ'),
(20, 'sdf'),
(21, 'sfd'),
(23, 'Bnm'),
(24, 'nm'),
(27, 'ff');

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

--
-- Table structure for table `time_slots`
--

CREATE TABLE `time_slots` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `slot_name` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `from_time` int(11) NOT NULL,
  `to_time` int(11) NOT NULL,
  `so` int(11) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Dumping data for table `time_slots`
--

INSERT INTO `time_slots` (`id`, `slot_name`, `from_time`, `to_time`, `so`) VALUES
(1, '08:00 AM - 12:00 PM', 8, 12, 1),
(2, '12:00 PM - 04:00 PM', 12, 16, 2),
(3, '04:00 PM - 08:00 PM', 16, 20, 3),
(4, '08:00 PM - 12:00 AM', 20, 24, 4),
(5, '12:00 AM - 04:00 AM', 0, 4, 5),
(6, '04:00 AM - 08:00 AM', 4, 8, 6);

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

--
-- Table structure for table `translator_flags`
--

CREATE TABLE `translator_flags` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `translator_flag` varchar(100) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=latin1;

--
-- Dumping data for table `translator_flags`
--

INSERT INTO `translator_flags` (`id`, `translator_flag`) VALUES
(1, 'Pipeline'),
(2, 'Pilot'),
(3, 'Seasoned');

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

--
-- Table structure for table `translator_status`
--

CREATE TABLE `translator_status` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `translator_status_name` varchar(100) NOT NULL,
  `so` int(11) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=latin1;

--
-- Dumping data for table `translator_status`
--

INSERT INTO `translator_status` (`id`, `translator_status_name`, `so`) VALUES
(2, 'Complete Profile', 2),
(3, 'Submit Test', 3),
(4, 'Awaiting Result', 4),
(5, 'Improvement Required', 5),
(6, 'Upload Documents', 6),
(7, 'Awaiting Approval', 7),
(8, 'Awaiting Contract', 8),
(9, 'Sign Contract', 9),
(10, 'Active', 10);

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

--
-- Table structure for table `translator_types`
--

CREATE TABLE `translator_types` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `translator_type` varchar(100) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=latin1;

--
-- Dumping data for table `translator_types`
--

INSERT INTO `translator_types` (`id`, `translator_type`) VALUES
(1, 'Freelancer'),
(2, 'In house');

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

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

CREATE TABLE `users` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `name` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `email` varchar(191) COLLATE utf8mb4_unicode_ci NOT NULL,
  `email_verified_at` timestamp NULL DEFAULT NULL,
  `password` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `remember_token` varchar(100) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `role` bigint(20) UNSIGNED NOT NULL DEFAULT 2,
  `fname` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `lname` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `mobile_country_code_id` bigint(20) UNSIGNED DEFAULT NULL,
  `mobile_no` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `whatup_country_code_id` bigint(20) UNSIGNED DEFAULT NULL,
  `whatup_no` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT '',
  `avatar` varchar(200) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `status_id` bigint(20) UNSIGNED NOT NULL DEFAULT 1,
  `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 `users`
--

INSERT INTO `users` (`id`, `name`, `email`, `email_verified_at`, `password`, `remember_token`, `role`, `fname`, `lname`, `mobile_country_code_id`, `mobile_no`, `whatup_country_code_id`, `whatup_no`, `avatar`, `status_id`, `created_at`, `updated_at`) VALUES
(1, 'Arab easy', 'admin@gmail.com', '2020-10-13 18:30:00', '$2y$10$ESQF8a6Px.2/0q6JIUgJy.RDDEsBZQOTTVIT5vgFxjBIoMdYEByHy', NULL, 1, 'Arab', 'easy', 1, '1234567890', NULL, '', NULL, 1, '2020-09-17 05:57:43', '2020-11-26 07:08:00'),
(2, 'Vikram Chouhan', 'inder@gmail.com', '2020-10-14 18:30:00', '$2y$10$NPXKtTET/YzyHnxqeXz3bOr8HutdR6H77ny/I.iu0gpr4uk8PZHKu', NULL, 2, 'Vikram', 'Chouhan', 2, '1234567890', 2, '1234567890', '1607762944.jpg', 1, '2020-08-24 00:44:49', '2020-12-12 03:19:04'),
(12, 'Carl D. Martindale', 'CarlDMartindale@mailinator.com', '2020-10-30 18:30:00', '$2y$10$jFcCRDcjLdUmpJnP62c8gu03bBbe7dsiMqO/P8U3SCquwVFZmjDp.', NULL, 2, 'Carl D.', 'Martindale', 2, '1234567890', 2, '1234567890', '1600858489.jpg', 1, '2020-09-23 17:46:51', '2020-09-23 17:54:49'),
(13, 'Jesse J Turner', 'zxc@mailinator.com', NULL, '$2y$10$kRlkfLhv9zNGdQi.9QhAyug7sH1RR8EhlcLMoz4fTO5lah6IDg1hm', NULL, 2, 'Jesse J', 'Turner', 1, '1234567890', 2, '1234567890', '1600859145.jpg', 1, '2020-09-23 17:58:33', '2020-09-23 18:05:45'),
(14, 'John micayal', 'john.m@mailinator.com', NULL, '$2y$10$dVGZU5b8oRaIDAxZHXvpVOJhsnotNcCJEn7KByVVU8afe4Zl4scC2', NULL, 2, 'John', 'micayal', 2, '1234567890', 2, '1234567890', '1600859592.jpg', 1, '2020-09-23 18:03:26', '2020-09-23 18:13:12'),
(15, 'Philip Jordan', 'P.Jordan@mailinator.com', NULL, '$2y$10$teH6vwOPLDq.Qt4aIlGkJuBdaVpZLjm4zcZ.g.5nrteGV.KV9AqSy', NULL, 2, 'Philip', 'Jordan', 2, '0987654321', 1, '1234567890', '1600860033.jpg', 1, '2020-09-23 18:05:23', '2020-09-23 18:20:33'),
(16, 'Abraham Lincon', 'Abraham@mailinator.com', NULL, '$2y$10$goPY2AZLytu.nAEHJIwnku3jKZi1MOeTKvYoD3E4Zv8c2rVtgukuG', NULL, 2, 'Abraham', 'Lincon', 2, '7894561231', 2, '0123456789', '1600860293.jpg', 1, '2020-09-23 18:09:15', '2020-09-23 18:24:53'),
(17, 'joseph Elder', 'joseph@mailinator.com', NULL, '$2y$10$fRRmvG2lQTvc/yitFHsDc./dS9lUtwmYVTI49BRL/9CAkW/gPRO1u', NULL, 2, 'joseph', 'Elder', 1, '1234567890', 2, '1234567890', '1600860450.jpg', 1, '2020-09-23 18:12:52', '2020-09-23 18:27:30'),
(18, 'J K', 'qwe@qwe.com', NULL, '$2y$10$2pxKTOdSNUZDZSJuQNSTf.zq3FuSC.EpfIE1i6hIUcDOMPonlNjj2', NULL, 2, 'J', 'K', 2, '8089876765', 2, '', NULL, 1, '2020-09-23 22:08:53', '2020-09-23 22:13:19'),
(19, 'danial desuza', 'D.desuza@mailinator.com', NULL, '$2y$10$H4mM4HZqT.9/2IMubVbtfuvpHPWSQjAp4A7Funh3BI4xwAhqQTj4q', NULL, 2, 'danial', 'desuza', 1, '7894561230', NULL, '', '1600928948.jpeg', 1, '2020-09-24 13:12:17', '2020-09-24 15:30:28'),
(20, 'Merry Zinkins', 'Merry@mailinator.com', NULL, '$2y$10$Iph3fn/2//OvWy5AqaO3wOSucBqg.lKaLoUFOkeInqxsz9HmI0i4O', NULL, 2, 'Merry', 'Zinkins', 2, '1111111111', NULL, '', '1600941437.jpg', 1, '2020-09-24 15:32:51', '2020-09-24 16:57:17'),
(21, 'Andru pawllow', 'pawllow@mailinator.com', NULL, '$2y$10$4w7T6N8Hsx9B2IAFDysNpO/fdzG9uFnsaXVmEO3U0TRPsNJtVP0Cq', NULL, 2, 'Andru', 'pawllow', 2, '1234567890', NULL, '0000000000', '1600939901.png', 1, '2020-09-24 16:11:58', '2020-09-24 16:31:41'),
(43, 'ip043', 'inder.imenso@gmail.com', '2020-09-25 20:42:15', '$2y$10$Fd3d8bng4nGg/015BO1CJuTyw.kye5i8XSpqERV0tJuQtGY9ANO26', NULL, 2, 'ip043', 'imenso', 2, '1234567890', NULL, '', NULL, 1, '2020-09-25 19:44:00', '2020-10-21 08:06:37'),
(44, 'ip044', 'mary@mailinator.com', '2020-09-26 15:47:45', '$2y$10$okqgX.z8udP4QWJ6.dbRAes88mepKObrrHXsmooyrjIc3bS.ltuYO', NULL, 2, 'ip044', 'Poppins', 2, '9876543210', NULL, '', NULL, 1, '2020-09-26 15:04:35', '2020-10-21 08:06:37'),
(45, 'ip045', 'Jeson@mailinator.com', NULL, '$2y$10$FQk5iipxZuLuwF0eN/QRneyNx/cLTI7hhp2vpSao93fWwCPR9JJSi', NULL, 2, 'ip045', 'Morris', 1, '1111111111', 2, '', '1601285924.jpg', 1, '2020-09-28 14:58:01', '2020-10-21 08:06:37'),
(46, 'ip046', 'tom1@gmail.com', NULL, '$2y$10$eg05Awn9OkK786O67zxGu.Dtx47M6NmkSeUTapJI66UpZq4wtuMKe', NULL, 2, 'ip046', 'Make', 2, '9988776655', NULL, '', '1601281857.jpg', 1, '2020-09-28 15:28:59', '2020-10-21 08:06:37'),
(47, 'ip047', 'robert@mailinator.com', NULL, '$2y$10$cp70O/N9oGWrgfkj6VLRQOIz7DOYw9Rh988hRzphPmMEybvxMcsV.', NULL, 2, 'ip047', 'T', 2, '1234567890', NULL, '', NULL, 1, '2020-09-28 15:39:33', '2020-10-21 08:06:37'),
(48, 'ip048', 'care@arabeasy.com', NULL, '$2y$10$QB2ar5Sv.KyL6hLZoak59.NluIeNsSCvCaN5nbo4uJm.zwDeenTL2', NULL, 2, 'ip048', 'Rana', 2, '9810521911', 2, '9810521911', '1601283065.png', 1, '2020-09-28 15:47:47', '2020-10-21 08:06:37'),
(49, 'ip049', 'j.cailly@mailinator.com', NULL, '$2y$10$jaJm3IaMQjTms2JJK.x4ee/w5cXm2leuCNXOCq3dIZnUbSoiW3NFa', NULL, 2, 'ip049', 'cailly', 1, '1234567890', NULL, '', '1601287115.jpg', 1, '2020-09-28 16:55:01', '2020-10-21 08:06:37'),
(50, 'ip050', 'ip008@gmail.com', '2020-11-05 09:51:41', '$2y$10$SaMgJ0IuXIWhu6AMQ76dNuG4hpLAO2kecGXrQOYIaljsqttvIdaIS', NULL, 2, 'ip050', 'ip51', 2, '1234567890', NULL, '', NULL, 1, '2020-10-07 00:12:33', '2020-10-21 08:06:37'),
(51, 'ip051', 'ip009@gmail.com', '2020-11-05 09:51:45', '$2y$10$pgfzY7XAZNH6BQnbOU3fy.k06VzM6nf4HfFczR1tvB6/P5RQUtU5O', NULL, 2, 'ip051', 'ip52', 2, '1234567890', NULL, '', NULL, 1, '2020-10-07 00:19:41', '2020-10-21 08:06:37'),
(52, 'ip052 ip53', 'ip010@gmail.com', '2020-11-05 09:51:50', '$2y$10$NbVd81neK8uYmRzg6vToNOoROuT5HRyGQ1oDkT1K9EBMUILifOSou', NULL, 2, 'ip052', 'ip53', 2, '1234567890', NULL, '', NULL, 1, '2020-10-08 03:14:34', '2020-11-09 00:47:13'),
(53, 'ip053', 'ip011@gmail.com', '2020-11-05 09:51:48', '$2y$10$c21oMTkcBq7PfMwv73xCWOz1UuIVe31WA6HnFNu1JYIZRTTGOvaQa', NULL, 2, 'ip053', 'ip53', 2, '1234567890', NULL, '', NULL, 1, '2020-10-08 03:15:06', '2020-10-21 08:06:37'),
(54, 'ip054', 'ip001@gmail.com', '2020-11-05 09:51:26', '$2y$10$LW4uOqUJlGdor9Z6kGilwe9FZogkAb.mVDWHwrhN68kCjJgInKcJK', NULL, 2, 'ip054', 'ip001', 5, '1234567890', NULL, '', NULL, 1, '2020-10-14 01:50:25', '2020-10-21 08:06:37'),
(55, 'ip055', 'ip002@gmail.com', '2020-11-05 09:51:30', '$2y$10$m2her7NUwaCCP49uA4vR.usBWrDRbfOVm1Ks3I723zWAONKFgB4qO', NULL, 2, 'ip055', 'ip002', 1, '1234567890', NULL, '', NULL, 1, '2020-10-14 02:56:46', '2020-10-23 07:11:54'),
(56, 'ip056', 'ip003@gmail.com', '2020-11-05 09:51:34', '$2y$10$JTYVdg3llFVdTWfNwdetD.PyMVbxPoLd0T.pU89x/30sTidriqoy.', NULL, 2, 'ip056', 'ip003', 3, '1234567890', NULL, '', NULL, 1, '2020-10-14 06:43:05', '2020-10-29 06:02:55'),
(57, 'ip057', 'ip004@gmail.com', '2020-11-05 09:51:37', '$2y$10$WZEWgAtQI2kXHz0WOBLcCuycdqKoqYN4XAGoHIBldPpwZv4EeOjJa', NULL, 2, 'ip057', 'ip004', 5, '1234567890', NULL, '', NULL, 1, '2020-10-14 08:58:46', '2020-10-29 06:03:16'),
(58, 'ip011 ip011', 'ip005@gmail.com', '2020-10-14 18:30:00', '$2y$10$Y52VMhljhohN8fX87WKb9.yCTVSQSkdH5Z6Huwt.AnxAt0mWVaIAO', NULL, 2, 'ip011', 'ip011', 3, '1234567890', NULL, '', NULL, 0, '2020-10-27 01:44:31', '2020-10-27 06:32:58'),
(59, 'ip012 ip012', 'ip006@gmail.com', '2020-10-14 18:30:00', '$2y$10$EEaZfifJOzjYgt1vnDPHpOYflsPUopHeRSHymNqIy4GsriRG/tY7u', NULL, 2, 'ip012', 'ip012', 2, '1234567890', NULL, '', NULL, 0, '2020-10-28 04:03:40', '2020-10-29 05:59:42'),
(60, 'ip013 ip013', 'ip007@gmail.com', '2020-10-14 18:30:00', '$2y$10$DMAewV1/ryihBwH/S8aYyO6/Z9zNcRu/47Kzuu2Rpe8PXmeaiNL2G', NULL, 2, 'ip013', 'ip013', 2, '1234567890', 2, '1234567890', NULL, 1, '2020-10-28 04:10:29', '2020-11-02 09:39:27'),
(61, 'test001 test001', 'test001@gmail.com', '2020-10-14 18:30:00', '$2y$10$9xrc3bxJLY/1Cn3IvkJEq.wCjjgK8Z0p0NBhmFke6x5FnNP.Kad22', NULL, 2, 'test001', 'test001', 2, '1234567890', NULL, '', NULL, 1, '2020-10-29 05:14:44', '2020-10-29 07:29:10'),
(62, 'aaa bbb', 'aabb@gmail.com', '2020-11-03 13:58:50', '$2y$10$vGqeGwo6FTzg2xMWTYOBFuJ0vPUQQVQ9tSVcQcDDVhn01bIW.C7aO', NULL, 2, 'aaa', 'bbb', 3, '1234567890', NULL, '', NULL, 1, '2020-11-03 08:28:16', '2020-11-03 08:28:16'),
(63, 'Gene Norman', 'gene23@mailinator', '2020-11-03 13:58:50', '$2y$10$32rth43AB0oIp07/JIAXWedDltZHzpnpflv0lSY1FWiBukrjyVN8u', NULL, 2, 'Gene', 'Norman', 2, '2484201384', NULL, '', NULL, 1, '2020-11-04 01:35:59', '2020-11-04 01:35:59'),
(64, 'John Millar', 'jm@mailinator.com', NULL, '$2y$10$ZbJdd4lH2Jj2p5LsaxlLuu.DHDu9/nzaijJTkcESm5vIcGIAvNQzS', NULL, 2, 'John', 'Millar', 2, '9876543210', NULL, '', NULL, 1, '2020-11-04 02:22:46', '2020-11-04 02:22:46'),
(65, 'John Millar', 'johnm@mailinator.com', '2020-11-06 06:53:08', '$2y$10$B5zeSfmMykwcnrfnOIr7MumjXBxjK3mDfwSwYzDvjbtGGwJwLofEq', NULL, 2, 'John', 'Millar', 2, '9876543210', NULL, '', NULL, 1, '2020-11-04 02:23:06', '2020-11-04 02:23:06'),
(66, 'a a', 'a1@gmail.com', '2020-11-04 11:44:11', '$2y$10$z4XO56trRSs46vKxp5GoBenzKQ0bYYgvtBaJsZyc68wJaXc6tfFD2', NULL, 2, 'a', 'a', 2, '1234567890', NULL, '', NULL, 1, '2020-11-04 06:13:14', '2020-11-04 06:13:14'),
(67, 'Emily Joly', 'Emily@mailinator.com', '2020-11-04 13:24:13', '$2y$10$PWJRN66H8SJ6nKQD1l9fRO32AZIr8Bd2rrZvhdTSX.SKfIyIm.Jlq', NULL, 2, 'Emily', 'Joly', 3, '1234567890', NULL, '', NULL, 1, '2020-11-04 07:54:07', '2020-11-04 07:54:07'),
(68, 'Sign Up', 'E-mail@mailinator.com', '2020-11-04 14:04:08', '$2y$10$CcR4r1JubD9zAOel5kIJeuuD4uCYVd7RmFIJqp.SPGMSyCwe2aa1a', NULL, 2, 'Sign', 'Up', 5, '7894561230', NULL, '', NULL, 1, '2020-11-04 08:33:36', '2020-11-04 08:33:36'),
(69, '123 456', '123@mailinator.com', '2020-11-05 07:21:20', '$2y$10$Ag5I9jttJF3y94XCXwQjnexvd7aPCGloW3oLQ8qnmWtBXkpuNf.he', NULL, 2, '123', '456', 3, '1234567890', NULL, '', NULL, 1, '2020-11-05 01:51:12', '2020-11-05 01:51:12'),
(70, '1 1', '1@gmail.com', '2020-11-05 07:34:37', '$2y$10$Ddp4Rj4MbJkhh.U1JuNB..jYBKqU9PouSxWS2cJ1sGBHiGCOFmuV2', NULL, 2, '1', '1', 2, '1234567890', NULL, '', NULL, 1, '2020-11-05 02:04:17', '2020-11-05 02:04:17'),
(71, 'ip013@ ip013@', 'ip013@gmail.com', '2020-11-05 11:27:12', '$2y$10$uBCT/vzOBGKlKunARqnJ5eQifaEFRjnPoVZAVYrMO0kcApzPMZLDO', NULL, 2, 'ip013@', 'ip013@', 2, '1234567890', NULL, '', NULL, 0, '2020-11-05 05:56:46', '2020-11-05 07:20:34'),
(72, 'zxc zxc', 'asd@mailinator.com', '2020-11-05 11:48:14', '$2y$10$wRVlkt3W0IAPwQ8RS37ZjeLdtoukaUaiagF6ButL6O2o1Wmb/WpfK', NULL, 2, 'zxc', 'zxc', 2, '1234567890', NULL, '', NULL, 1, '2020-11-05 06:17:25', '2020-11-05 06:17:25'),
(73, 'zxc zxc', 'zxcd@mailinator.com', '2020-11-05 12:06:17', '$2y$10$hyBIOI7XWRh2XeKVk2I6gurQQrAE7xwY8qURXDONPJTwYgqcpw8uG', NULL, 2, 'zxc', 'zxc', 5, '1234568789', NULL, '', NULL, 1, '2020-11-05 06:35:39', '2020-11-05 06:35:39'),
(74, 'zxcvb dffgf', 'zxcvb@mailinator.com', '2020-11-05 12:09:53', '$2y$10$vkBO2mHoTpoImT0Pyfdil.iS3smkExu8F5sgmx7NRygTBHvf/85yO', NULL, 2, 'zxcvb', 'dffgf', 5, '1234567890', NULL, '', '1604582192.jpg', 1, '2020-11-05 06:39:41', '2020-11-05 07:54:41'),
(75, 'Atul jain', 'Atul@mailinator.com', '2020-11-06 11:58:25', '$2y$10$ESQF8a6Px.2/0q6JIUgJy.RDDEsBZQOTTVIT5vgFxjBIoMdYEByHy', NULL, 2, 'Atul', 'jain', 2, '1234567890', NULL, '', '1604664036.jpg', 1, '2020-11-06 06:28:06', '2020-11-07 01:00:35'),
(76, 'Mahesh parihar', 'mahesh@mailinator.com', '2020-11-07 07:32:09', '$2y$10$RTcX.LLhB/SxMqEvEYC5gOBNDLHrff6a5ZckZLSGLeSvR0TmmjFUe', NULL, 2, 'Mahesh', 'parihar', 2, '1234567890', NULL, '', '1604734401.jpg', 1, '2020-11-07 02:01:58', '2020-12-21 04:12:36');

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

--
-- Table structure for table `user_availabilitys`
--

CREATE TABLE `user_availabilitys` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `user_id` bigint(20) UNSIGNED NOT NULL,
  `day_id` bigint(20) UNSIGNED NOT NULL,
  `time_slot_id` bigint(20) UNSIGNED NOT NULL,
  `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 `user_availabilitys`
--

INSERT INTO `user_availabilitys` (`id`, `user_id`, `day_id`, `time_slot_id`, `created_at`, `updated_at`) VALUES
(50, 2, 1, 1, '2020-11-05 08:52:53', '2020-11-05 08:52:53'),
(51, 2, 2, 2, '2020-11-05 08:52:54', '2020-11-05 08:52:54'),
(63, 74, 6, 2, '2020-11-06 00:52:14', '2020-11-06 00:52:14'),
(69, 74, 4, 3, '2020-11-06 05:04:25', '2020-11-06 05:04:25'),
(70, 74, 4, 4, '2020-11-06 05:04:26', '2020-11-06 05:04:26'),
(71, 74, 5, 4, '2020-11-06 05:04:26', '2020-11-06 05:04:26'),
(72, 74, 6, 5, '2020-11-06 05:04:27', '2020-11-06 05:04:27'),
(73, 75, 1, 1, '2020-11-06 08:45:08', '2020-11-06 08:45:08'),
(74, 75, 2, 2, '2020-11-06 08:45:09', '2020-11-06 08:45:09'),
(75, 75, 3, 3, '2020-11-06 08:45:10', '2020-11-06 08:45:10'),
(76, 75, 4, 4, '2020-11-06 08:45:11', '2020-11-06 08:45:11'),
(77, 75, 5, 5, '2020-11-06 08:45:12', '2020-11-06 08:45:12'),
(78, 75, 6, 6, '2020-11-06 08:45:12', '2020-11-06 08:45:12'),
(79, 75, 7, 4, '2020-11-06 08:45:14', '2020-11-06 08:45:14'),
(80, 75, 7, 3, '2020-11-06 08:45:15', '2020-11-06 08:45:15'),
(87, 52, 1, 1, '2020-11-09 00:50:10', '2020-11-09 00:50:10'),
(88, 52, 2, 2, '2020-11-09 00:50:11', '2020-11-09 00:50:11'),
(90, 76, 7, 6, '2020-11-09 01:04:36', '2020-11-09 01:04:36'),
(94, 76, 1, 1, '2020-11-09 01:05:22', '2020-11-09 01:05:22'),
(95, 76, 1, 6, '2020-11-09 01:05:23', '2020-11-09 01:05:23'),
(96, 76, 7, 1, '2020-11-09 01:05:24', '2020-11-09 01:05:24'),
(99, 2, 4, 3, '2020-12-12 03:15:56', '2020-12-12 03:15:56'),
(100, 2, 4, 4, '2020-12-12 03:15:57', '2020-12-12 03:15:57'),
(101, 2, 3, 2, '2020-12-13 23:13:18', '2020-12-13 23:13:18');

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

--
-- Table structure for table `user_bank_accounts`
--

CREATE TABLE `user_bank_accounts` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `status_id` bigint(20) UNSIGNED NOT NULL DEFAULT 0,
  `user_id` bigint(20) NOT NULL,
  `is_primary` bigint(20) UNSIGNED NOT NULL DEFAULT 0,
  `bank_name` varchar(100) NOT NULL,
  `beneficiary_name` varchar(100) NOT NULL,
  `account_no` varchar(100) NOT NULL,
  `ifsc_code` varchar(100) NOT NULL,
  `branch_address` varchar(300) NOT NULL,
  `bank_proof_type_id` bigint(20) UNSIGNED DEFAULT NULL,
  `bank_proof_file` varchar(100) NOT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL,
  `payment_method_type_id` bigint(20) UNSIGNED NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=latin1;

--
-- Dumping data for table `user_bank_accounts`
--

INSERT INTO `user_bank_accounts` (`id`, `status_id`, `user_id`, `is_primary`, `bank_name`, `beneficiary_name`, `account_no`, `ifsc_code`, `branch_address`, `bank_proof_type_id`, `bank_proof_file`, `created_at`, `updated_at`, `payment_method_type_id`) VALUES
(148, 0, 55, 0, 'Bank Name', 'Bank Name', '135654654654', 'Bank Name', 'Bank Name', 1, 'a.png', NULL, NULL, 1),
(149, 1, 74, 0, 'ff', 'ff', '34345.', 'dfxc', 'dsffd', 1, 'a.png', NULL, NULL, 1),
(150, 1, 73, 0, '1', '1', '1', '1', '1', 1, 'a.png', NULL, NULL, 2),
(152, 1, 75, 0, 'dfdf', 'ff', '3243443', 'ffg', 'fgfg', 1, 'a.png', NULL, NULL, 1),
(153, 1, 75, 0, 'jjj', 'jjj444', '5555', '5555', '555', 1, 'a.png', NULL, NULL, 1),
(154, 1, 76, 0, 'Bank Name', 'Bank Name', '1223', 'Bank Name', 'Branch Address', 1, 'a.png', NULL, NULL, 1),
(155, 1, 52, 0, 'Bank Name', 'Beneficiary Name', '1234567890', 'IFSC Code', 'Branch Address', 1, 'a.png', NULL, NULL, 1),
(156, 1, 76, 0, 'Bank Name', 'Bank Name', '2343243', 'Bank Name', 'Bank Name', 1, 'a.png', NULL, NULL, 2),
(160, 0, 2, 0, 'abcdef', 'abcd', '123456', 'aceg456', 'adasda dasdasda', 1, 'a.png', NULL, NULL, 1),
(169, 0, 2, 0, 'aaa', 'aaa', '4545', '35', '345435', 1, 'a.png', NULL, NULL, 1),
(172, 0, 2, 0, 'sdfsdf', 'sdfsd', '4564', '45646', '456456', 1, 'a.png', NULL, NULL, 1),
(173, 0, 2, 1, 'rtgdfg', 'dfgdf', '45345', '345', '345', 1, 'a.png', NULL, NULL, 1),
(174, 0, 2, 0, 'abc', 'cdf', '1234', 'asda2', 'LIG', 1, 'a.png', NULL, NULL, 1);

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

--
-- Table structure for table `user_contracts`
--

CREATE TABLE `user_contracts` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `user_id` bigint(20) UNSIGNED NOT NULL,
  `from_language_id` bigint(20) UNSIGNED NOT NULL,
  `to_language_id` bigint(20) UNSIGNED NOT NULL,
  `status_id` bigint(20) UNSIGNED NOT NULL DEFAULT 0,
  `rating` decimal(10,1) NOT NULL,
  `translator_flag_id` bigint(20) UNSIGNED NOT NULL,
  `translator_type_id` bigint(20) UNSIGNED NOT NULL,
  `fixed_income` int(11) DEFAULT NULL,
  `proofreading_status_id` bigint(20) UNSIGNED NOT NULL,
  `translation_words` int(11) DEFAULT NULL,
  `proofreading_words` int(11) DEFAULT NULL,
  `translation_price` decimal(10,1) NOT NULL,
  `proofreading_price` decimal(10,1) DEFAULT NULL,
  `contract_file` varchar(100) NOT NULL,
  `contract_sent_date` date NOT NULL,
  `contract_accept_date` date DEFAULT NULL,
  `created_at` timestamp NOT NULL DEFAULT current_timestamp(),
  `updated_at` timestamp NOT NULL DEFAULT current_timestamp()
) ENGINE=InnoDB DEFAULT CHARSET=latin1;

--
-- Dumping data for table `user_contracts`
--

INSERT INTO `user_contracts` (`id`, `user_id`, `from_language_id`, `to_language_id`, `status_id`, `rating`, `translator_flag_id`, `translator_type_id`, `fixed_income`, `proofreading_status_id`, `translation_words`, `proofreading_words`, `translation_price`, `proofreading_price`, `contract_file`, `contract_sent_date`, `contract_accept_date`, `created_at`, `updated_at`) VALUES
(9, 74, 1, 3, 1, '1.0', 2, 1, NULL, 0, NULL, NULL, '1.0', NULL, '1604587713.pdf', '2020-11-05', '2020-11-06', '2020-11-05 09:18:33', '2020-11-06 04:42:18'),
(10, 73, 1, 3, 0, '1.0', 1, 2, 1, 0, 1, NULL, '1.0', NULL, '1604587805.pdf', '2020-11-05', NULL, '2020-11-05 09:20:05', '2020-11-05 09:20:05'),
(11, 75, 2, 1, 1, '2.0', 1, 2, 2, 0, 2, 2, '2.0', NULL, '1604672155.pdf', '2020-11-06', '2020-11-06', '2020-11-06 08:45:55', '2020-11-06 08:46:36'),
(12, 75, 3, 1, 1, '2.0', 1, 2, 2, 0, 2, NULL, '2.0', NULL, '1604733655.pdf', '2020-11-07', '2020-11-07', '2020-11-07 01:50:55', '2020-11-07 01:51:10'),
(13, 75, 1, 2, 1, '1.0', 1, 1, NULL, 0, NULL, 1, '1.0', '1.0', '1604733992.pdf', '2020-11-07', '2020-11-07', '2020-11-07 01:56:32', '2020-11-07 01:59:55'),
(14, 76, 3, 1, 1, '1.0', 1, 2, 1, 0, 1, NULL, '1.0', NULL, '1604749099.pdf', '2020-11-07', '2020-11-09', '2020-11-07 06:08:19', '2020-11-09 04:39:24'),
(23, 52, 1, 3, 1, '1.0', 1, 1, NULL, 0, NULL, NULL, '1.0', NULL, '1604908021.pdf', '2020-11-09', '2020-11-09', '2020-11-09 02:17:01', '2020-11-09 02:50:10'),
(24, 52, 3, 1, 1, '1.0', 1, 1, NULL, 0, NULL, NULL, '1.0', NULL, '1604908079.pdf', '2020-11-09', '2020-11-09', '2020-11-09 02:17:59', '2020-11-09 02:50:18'),
(25, 76, 3, 2, 1, '1.0', 1, 1, NULL, 0, NULL, 1, '1.0', '1.0', '1604916618.pdf', '2020-11-09', '2020-11-09', '2020-11-09 04:40:18', '2020-11-09 04:41:27'),
(26, 76, 1, 2, 0, '1.0', 2, 2, 1, 0, 1, 1, '1.0', '1.0', '1604916684.pdf', '2020-11-09', NULL, '2020-11-09 04:41:24', '2020-11-09 04:41:24'),
(27, 2, 2, 1, 1, '4.0', 2, 1, NULL, 0, NULL, NULL, '1.0', NULL, '1606907208.pdf', '2020-12-02', '2020-12-12', '2020-12-02 05:36:48', '2020-12-12 03:17:22'),
(28, 76, 1, 3, 0, '5.0', 2, 2, NULL, 0, 2, NULL, '2.0', NULL, '1608543725.pdf', '2020-12-21', NULL, '2020-12-21 04:12:05', '2020-12-21 04:12:05');

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

--
-- Table structure for table `user_evaluations`
--

CREATE TABLE `user_evaluations` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `user_id` bigint(20) UNSIGNED NOT NULL,
  `evaluation_id` bigint(20) UNSIGNED NOT NULL,
  `evaluation_status_id` bigint(20) UNSIGNED NOT NULL,
  `is_started` bigint(20) UNSIGNED NOT NULL,
  `answer` text NOT NULL,
  `answer_file` varchar(255) DEFAULT NULL,
  `time_expend` int(11) NOT NULL,
  `score` int(11) DEFAULT NULL,
  `semantic_score` int(11) NOT NULL,
  `terminology_score` int(11) NOT NULL,
  `syntax_score` int(11) NOT NULL,
  `quality_score` int(11) NOT NULL,
  `beauty_score` int(11) NOT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=latin1;

--
-- Dumping data for table `user_evaluations`
--

INSERT INTO `user_evaluations` (`id`, `user_id`, `evaluation_id`, `evaluation_status_id`, `is_started`, `answer`, `answer_file`, `time_expend`, `score`, `semantic_score`, `terminology_score`, `syntax_score`, `quality_score`, `beauty_score`, `created_at`, `updated_at`) VALUES
(118, 70, 2, 4, 0, '<p>aaaa</p>', '', 1, NULL, 30, 30, 30, 30, 30, '2020-11-05 04:33:19', '2020-11-05 04:37:22'),
(119, 55, 7, 4, 0, '<p>Random@123<br>&nbsp;</p>', '', 1, NULL, 1, 1, 1, 1, 1, '2020-11-05 04:40:12', '2020-11-05 04:41:01'),
(120, 57, 6, 4, 0, '<p><strong>panish to English</strong></p><p>Question 4</p>', '', 1, NULL, 1, 1, 1, 1, 1, '2020-11-05 05:53:53', '2020-11-05 05:54:37'),
(121, 57, 2, 3, 0, '<p>afdfd</p>', '', 1, NULL, 3, 3, 3, 3, 3, '2020-11-05 05:54:55', '2020-11-05 05:55:10'),
(122, 71, 2, 4, 0, '<p>sdfsfdsfsfsdf</p>', '', 1, NULL, 1, 1, 1, 1, 1, '2020-11-05 05:59:37', '2020-11-05 06:05:19'),
(123, 71, 6, 3, 0, '<p>s</p>', '', 1, NULL, 1, 1, 1, 1, 1, '2020-11-05 05:59:44', '2020-11-05 06:05:29'),
(124, 72, 2, 3, 0, '<p>s</p>', '', 1, NULL, 1, 1, 1, 1, 1, '2020-11-05 06:32:18', '2020-11-05 06:32:37'),
(125, 72, 6, 4, 0, '<p>x</p>', '', 1, NULL, 1, 1, 1, 1, 1, '2020-11-05 06:33:08', '2020-11-05 06:33:25'),
(126, 73, 25, 3, 0, '<p>sss</p>', '', 1, NULL, 1, 1, 1, 1, 1, '2020-11-05 06:36:56', '2020-11-05 06:38:11'),
(127, 73, 6, 3, 0, '<p>sss</p>', '', 1, NULL, 1, 1, 1, 1, 1, '2020-11-05 06:37:01', '2020-11-05 06:38:04'),
(128, 74, 26, 3, 0, '<p>ss</p>', '', 1, NULL, 1, 1, 1, 1, 1, '2020-11-05 06:40:43', '2020-11-06 04:33:09'),
(129, 74, 6, 4, 0, '<p>11</p>', '', 1, NULL, 1, 1, 1, 1, 1, '2020-11-05 08:10:19', '2020-11-06 00:42:41'),
(130, 74, 2, 4, 0, '<p>ee</p>', '1604583721.pdf', 1, NULL, 1, 1, 1, 1, 1, '2020-11-05 08:12:01', '2020-11-05 08:12:31'),
(131, 2, 5, 4, 0, '<p>fdghfgh</p>', '', 1, NULL, 30, 30, 30, 30, 30, '2020-11-05 08:18:55', '2020-11-05 08:29:04'),
(132, 73, 2, 4, 0, '<p>d</p>', '', 1, NULL, 1, 1, 1, 1, 1, '2020-11-05 09:13:33', '2020-11-05 09:13:49'),
(133, 75, 5, 4, 0, '<p>11111111111111111111111111</p>', '', 1, NULL, 2, 2, 2, 2, 2, '2020-11-06 07:38:05', '2020-11-06 07:38:31'),
(134, 75, 24, 4, 0, '<p>URL prefix&nbsp;</p>', '', 1, NULL, 2, 2, 3, 3, 3, '2020-11-07 01:26:17', '2020-11-07 01:26:41'),
(135, 75, 6, 4, 0, '<p><strong>Spanish to English</strong></p><p>Question 4</p>', '', 1, NULL, 1, 1, 1, 1, 1, '2020-11-07 01:32:34', '2020-11-07 01:32:50'),
(136, 75, 25, 4, 0, '<p><strong>Spanish to English</strong></p><p>Question 4</p>', '', 1, NULL, 4, 4, 4, 4, 4, '2020-11-07 01:33:44', '2020-11-07 01:33:55'),
(137, 75, 7, 4, 0, '<p>2</p>', '', 1, NULL, 1, 1, 1, 1, 1, '2020-11-07 01:56:01', '2020-11-07 01:56:13'),
(138, 76, 6, 4, 0, '<p>Question&nbsp;</p>', '', 1, NULL, 1, 1, 1, 1, 1, '2020-11-07 06:05:44', '2020-11-07 06:06:16'),
(139, 76, 8, 4, 0, '<p>dfgdfdfdfg</p>', '', 1, NULL, 5, 5, 5, 5, 5, '2020-11-09 00:44:21', '2020-11-09 01:06:20'),
(140, 52, 2, 4, 0, '<p>dfgdgd</p>', '', 1, NULL, 1, 1, 1, 1, 1, '2020-11-09 00:47:27', '2020-11-09 00:47:39'),
(141, 52, 6, 4, 0, '<p>dfgdfg</p>', '', 1, NULL, 1, 1, 1, 1, 1, '2020-11-09 00:47:33', '2020-11-09 00:47:50'),
(142, 76, 2, 4, 0, '<p>111</p>', '', 1, NULL, 1, 1, 1, 1, 1, '2020-11-09 01:13:52', '2020-11-09 01:14:07'),
(143, 76, 7, 4, 0, '<p>n 5</p>', '', 1, NULL, 1, 1, 1, 1, 1, '2020-11-09 04:39:36', '2020-11-09 04:40:01'),
(144, 2, 7, 4, 0, '<p>ds. The soldiers grip most not. The cities have turned red, because the largest declaration of retrieval of each, in a form and solutions to control it, ie. In Germany and until their return, the encyclopedia ran near 30. Heavy theater and even, it is the backyard of some mods. The north has not been separated, but rather a Chinese agreement. Where there may be the reason for the l</p>', '', 1, NULL, 1, 1, 11, 1, 1, '2020-12-21 02:14:45', '2020-12-24 05:33:32'),
(145, 2, 2, 2, 0, '<p>tt</p>', '', 1, NULL, 0, 0, 0, 0, 0, '2020-12-24 05:32:57', '2020-12-24 05:32:57');

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

--
-- Table structure for table `user_experiences`
--

CREATE TABLE `user_experiences` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `user_id` bigint(20) UNSIGNED NOT NULL,
  `experience_id` bigint(20) UNSIGNED NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=latin1;

--
-- Dumping data for table `user_experiences`
--

INSERT INTO `user_experiences` (`id`, `user_id`, `experience_id`) VALUES
(10, 74, 6),
(11, 2, 1),
(12, 73, 1),
(13, 75, 2),
(14, 76, 1),
(15, 52, 1);

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

--
-- Table structure for table `user_experience_docs`
--

CREATE TABLE `user_experience_docs` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `user_id` bigint(20) UNSIGNED NOT NULL,
  `doc_name` varchar(100) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=latin1;

--
-- Dumping data for table `user_experience_docs`
--

INSERT INTO `user_experience_docs` (`id`, `user_id`, `doc_name`) VALUES
(66, 74, '16045851031.jpg'),
(67, 74, '16045851551.jpg'),
(68, 2, '16045860391.png'),
(71, 2, '16045861371.png'),
(72, 73, '16045874561.jpg'),
(73, 74, '16046462031.jpg'),
(74, 74, '16046462032.jpg'),
(75, 74, '16046462033.jpg'),
(76, 74, '16046462034.jpg'),
(77, 74, '16046462035.jpg'),
(78, 74, '16046462036.jpg'),
(80, 75, '16046744181.jpg'),
(81, 76, '16047490411.jpg'),
(82, 52, '16049028081.jpg'),
(90, 2, '16088104521.pdf');

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

--
-- Table structure for table `user_experience_types`
--

CREATE TABLE `user_experience_types` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `user_id` bigint(20) UNSIGNED NOT NULL,
  `experience_type_id` bigint(20) UNSIGNED NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=latin1;

--
-- Dumping data for table `user_experience_types`
--

INSERT INTO `user_experience_types` (`id`, `user_id`, `experience_type_id`) VALUES
(32, 74, 3),
(33, 74, 1),
(34, 2, 1),
(35, 2, 3),
(36, 73, 2),
(37, 75, 1),
(38, 75, 2),
(39, 75, 3),
(40, 76, 2),
(41, 52, 1),
(42, 2, 2);

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

--
-- Table structure for table `user_identifications`
--

CREATE TABLE `user_identifications` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `user_id` bigint(20) UNSIGNED NOT NULL,
  `photo_proof_type_id` bigint(20) UNSIGNED DEFAULT NULL,
  `photo_proof_file` varchar(100) NOT NULL,
  `photo_proof_status_id` bigint(20) UNSIGNED NOT NULL DEFAULT 0,
  `address_proof_type_id` bigint(20) UNSIGNED DEFAULT NULL,
  `address_proof_file` varchar(100) NOT NULL,
  `address_proof_status_id` bigint(20) UNSIGNED NOT NULL DEFAULT 0,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=latin1;

--
-- Dumping data for table `user_identifications`
--

INSERT INTO `user_identifications` (`id`, `user_id`, `photo_proof_type_id`, `photo_proof_file`, `photo_proof_status_id`, `address_proof_type_id`, `address_proof_file`, `address_proof_status_id`, `created_at`, `updated_at`) VALUES
(27, 71, 1, '1604576544.png', 0, NULL, '', 0, '2020-11-05 06:12:24', '2020-11-05 06:12:24'),
(28, 74, 1, '1604586872.jpg', 1, 3, '1604586879.jpg', 1, '2020-11-05 08:39:51', '2020-11-05 09:04:58'),
(29, 73, 100, '1604587443.jpg', 1, 2, '1604587448.jpg', 1, '2020-11-05 09:14:03', '2020-11-05 09:14:30'),
(30, 75, NULL, '', 0, NULL, '', 0, '2020-11-06 07:39:17', '2020-11-11 08:52:28'),
(31, 76, 2, '1604749027.jpg', 1, 3, '1604749034.webp', 1, '2020-11-07 06:07:07', '2020-11-07 06:08:00'),
(32, 52, 1, '1604902789.jpg', 1, 2, '1604902796.jpg', 1, '2020-11-09 00:49:49', '2020-11-09 00:50:01'),
(33, 2, 100, '1608809972.jpg', 1, 3, '1608810019.jpg', 1, '2020-11-17 06:12:43', '2020-12-24 06:10:40');

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

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

CREATE TABLE `user_skills` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `user_id` bigint(20) UNSIGNED NOT NULL,
  `language_id` bigint(20) UNSIGNED NOT NULL,
  `proficiency_id` bigint(20) UNSIGNED NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=latin1;

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

INSERT INTO `user_skills` (`id`, `user_id`, `language_id`, `proficiency_id`) VALUES
(224, 70, 1, 2),
(225, 70, 3, 2),
(226, 55, 5, 5),
(227, 55, 6, 4),
(228, 55, 1, 4),
(229, 55, 2, 3),
(230, 57, 3, 4),
(231, 57, 1, 2),
(232, 71, 1, 1),
(233, 71, 3, 2),
(234, 72, 6, 4),
(235, 72, 1, 4),
(236, 72, 3, 5),
(237, 73, 4, 4),
(238, 73, 3, 5),
(239, 73, 1, 4),
(258, 74, 3, 4),
(259, 74, 1, 3),
(260, 74, 2, 3),
(273, 2, 1, 2),
(274, 2, 2, 2),
(275, 2, 3, 2),
(276, 51, 2, 2),
(278, 51, 3, 2),
(306, 76, 3, 3),
(307, 76, 1, 3),
(308, 76, 2, 2),
(309, 52, 1, 2),
(310, 52, 3, 1),
(311, 75, 30, 4),
(312, 2, 5, 1),
(313, 2, 4, 1),
(314, 2, 34, 4);

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

--
-- Table structure for table `user_skill_pairs`
--

CREATE TABLE `user_skill_pairs` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `user_id` bigint(20) UNSIGNED NOT NULL,
  `from_language_id` bigint(20) UNSIGNED NOT NULL,
  `to_language_id` bigint(20) UNSIGNED NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Dumping data for table `user_skill_pairs`
--

INSERT INTO `user_skill_pairs` (`id`, `user_id`, `from_language_id`, `to_language_id`) VALUES
(369, 70, 1, 3),
(370, 70, 3, 1),
(379, 55, 5, 6),
(380, 55, 5, 1),
(381, 55, 5, 2),
(382, 55, 6, 5),
(383, 55, 6, 1),
(384, 55, 6, 2),
(385, 55, 1, 5),
(386, 55, 1, 6),
(387, 55, 1, 2),
(388, 55, 2, 5),
(389, 55, 2, 6),
(390, 55, 2, 1),
(391, 57, 3, 1),
(392, 57, 1, 3),
(393, 71, 1, 3),
(394, 71, 3, 1),
(397, 72, 6, 1),
(398, 72, 6, 3),
(399, 72, 1, 6),
(400, 72, 1, 3),
(401, 72, 3, 6),
(402, 72, 3, 1),
(405, 73, 4, 3),
(406, 73, 4, 1),
(407, 73, 3, 4),
(408, 73, 3, 1),
(409, 73, 1, 4),
(410, 73, 1, 3),
(541, 74, 3, 1),
(542, 74, 3, 2),
(543, 74, 1, 3),
(544, 74, 1, 2),
(545, 74, 2, 3),
(546, 74, 2, 1),
(593, 51, 2, 3),
(594, 51, 3, 2),
(855, 76, 3, 1),
(856, 76, 3, 2),
(857, 76, 1, 3),
(858, 76, 1, 2),
(859, 76, 2, 3),
(860, 76, 2, 1),
(861, 52, 1, 3),
(862, 52, 3, 1),
(947, 2, 1, 2),
(948, 2, 1, 3),
(949, 2, 1, 5),
(950, 2, 1, 4),
(951, 2, 1, 34),
(952, 2, 2, 1),
(953, 2, 2, 3),
(954, 2, 2, 5),
(955, 2, 2, 4),
(956, 2, 2, 34),
(957, 2, 3, 1),
(958, 2, 3, 2),
(959, 2, 3, 5),
(960, 2, 3, 4),
(961, 2, 3, 34),
(962, 2, 5, 1),
(963, 2, 5, 2),
(964, 2, 5, 3),
(965, 2, 5, 4),
(966, 2, 5, 34),
(967, 2, 4, 1),
(968, 2, 4, 2),
(969, 2, 4, 3),
(970, 2, 4, 5),
(971, 2, 4, 34),
(972, 2, 34, 1),
(973, 2, 34, 2),
(974, 2, 34, 3),
(975, 2, 34, 5),
(976, 2, 34, 4);

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

--
-- Table structure for table `user_software_tools`
--

CREATE TABLE `user_software_tools` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `user_id` bigint(20) UNSIGNED NOT NULL,
  `software_tool_id` bigint(20) UNSIGNED NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=latin1;

--
-- Dumping data for table `user_software_tools`
--

INSERT INTO `user_software_tools` (`id`, `user_id`, `software_tool_id`) VALUES
(173, 55, 5),
(174, 55, 7),
(175, 55, 3),
(176, 55, 20),
(177, 55, 17),
(178, 74, 4),
(179, 74, 2),
(180, 74, 20),
(181, 74, 17),
(182, 74, 3),
(183, 74, 7),
(184, 74, 1),
(185, 74, 5),
(186, 74, 10),
(187, 74, 9),
(188, 74, 8),
(189, 74, 11),
(190, 74, 13),
(191, 74, 14),
(192, 75, 4),
(193, 75, 5),
(194, 75, 7),
(195, 75, 6),
(196, 75, 19),
(197, 75, 16),
(198, 75, 15),
(199, 76, 4),
(200, 76, 1),
(201, 76, 2),
(202, 76, 3),
(203, 76, 19),
(204, 76, 18),
(205, 76, 16),
(206, 76, 20),
(207, 52, 2),
(208, 52, 16),
(209, 2, 2),
(210, 2, 16),
(212, 2, 18),
(213, 2, 3);

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

--
-- Table structure for table `user_subject_expertises`
--

CREATE TABLE `user_subject_expertises` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `user_id` bigint(20) UNSIGNED NOT NULL,
  `subject_id` bigint(20) UNSIGNED NOT NULL,
  `expertise_id` bigint(20) UNSIGNED NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=latin1;

--
-- Dumping data for table `user_subject_expertises`
--

INSERT INTO `user_subject_expertises` (`id`, `user_id`, `subject_id`, `expertise_id`) VALUES
(141, 55, 3, 3),
(142, 55, 2, 3),
(143, 55, 4, 3),
(148, 74, 3, 3),
(149, 74, 1, 3),
(150, 75, 3, 3),
(151, 75, 2, 3),
(152, 75, 4, 4),
(154, 2, 1, 2),
(155, 76, 2, 3),
(156, 76, 3, 3),
(157, 76, 1, 5),
(158, 76, 4, 3),
(159, 52, 1, 2),
(162, 75, 8, 3),
(163, 75, 17, 3),
(164, 2, 2, 2),
(166, 2, 4, 2);

--
-- Indexes for dumped tables
--

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

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

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

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

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

--
-- Indexes for table `documents`
--
ALTER TABLE `documents`
  ADD PRIMARY KEY (`id`),
  ADD KEY `document_status_id` (`document_status_id`),
  ADD KEY `approval_status_id` (`approval_status_id`),
  ADD KEY `include_header` (`include_header`),
  ADD KEY `include_footer` (`include_footer`),
  ADD KEY `include_notes` (`include_notes`),
  ADD KEY `word_count` (`word_count`,`page_count`);

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

--
-- Indexes for table `document_indexs`
--
ALTER TABLE `document_indexs`
  ADD PRIMARY KEY (`id`),
  ADD KEY `document_id` (`document_id`);

--
-- Indexes for table `document_parts`
--
ALTER TABLE `document_parts`
  ADD PRIMARY KEY (`id`),
  ADD KEY `document_id` (`document_id`),
  ADD KEY `part_id` (`part_id`);

--
-- Indexes for table `document_part_services`
--
ALTER TABLE `document_part_services`
  ADD PRIMARY KEY (`id`),
  ADD KEY `document_part_id` (`document_part_id`),
  ADD KEY `document_service_id` (`document_service_id`);

--
-- Indexes for table `document_segments`
--
ALTER TABLE `document_segments`
  ADD PRIMARY KEY (`id`),
  ADD KEY `document_id` (`document_id`),
  ADD KEY `segment_id` (`segment_id`),
  ADD KEY `document_part_id` (`document_part_id`),
  ADD KEY `is_skip` (`is_skip`);

--
-- Indexes for table `document_services`
--
ALTER TABLE `document_services`
  ADD PRIMARY KEY (`id`),
  ADD KEY `document_id` (`document_id`),
  ADD KEY `service_id` (`service_id`);

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

--
-- Indexes for table `evaluations`
--
ALTER TABLE `evaluations`
  ADD PRIMARY KEY (`id`),
  ADD KEY `from_language_id` (`from_language_id`),
  ADD KEY `to_language_id` (`to_language_id`),
  ADD KEY `evaluations_status_id_index` (`status_id`);

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

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

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

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

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

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

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

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

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

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

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

--
-- Indexes for table `password_resets`
--
ALTER TABLE `password_resets`
  ADD KEY `password_resets_email_index` (`email`(191));

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

--
-- Indexes for table `permissions`
--
ALTER TABLE `permissions`
  ADD PRIMARY KEY (`id`),
  ADD UNIQUE KEY `permissions_name_unique` (`name`);

--
-- Indexes for table `permission_role`
--
ALTER TABLE `permission_role`
  ADD PRIMARY KEY (`permission_id`,`role_id`),
  ADD KEY `permission_role_role_id_foreign` (`role_id`);

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

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

--
-- Indexes for table `profiles`
--
ALTER TABLE `profiles`
  ADD PRIMARY KEY (`id`),
  ADD KEY `gender_id` (`gender_id`),
  ADD KEY `user_id` (`user_id`),
  ADD KEY `nationality_country_id` (`nationality_country_id`),
  ADD KEY `residence_country_id` (`residence_country_id`),
  ADD KEY `translator_status_id` (`translator_status_id`),
  ADD KEY `profile_status_id` (`profile_status_id`);

--
-- Indexes for table `roles`
--
ALTER TABLE `roles`
  ADD PRIMARY KEY (`id`),
  ADD UNIQUE KEY `roles_name_unique` (`name`);

--
-- Indexes for table `role_user`
--
ALTER TABLE `role_user`
  ADD PRIMARY KEY (`user_id`,`role_id`),
  ADD KEY `role_user_role_id_foreign` (`role_id`);

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

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

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

--
-- Indexes for table `software_tools`
--
ALTER TABLE `software_tools`
  ADD PRIMARY KEY (`id`),
  ADD KEY `software_id` (`software_id`);

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

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

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

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

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

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

--
-- Indexes for table `users`
--
ALTER TABLE `users`
  ADD PRIMARY KEY (`id`),
  ADD UNIQUE KEY `users_email_unique` (`email`),
  ADD KEY `mobile_country_code_id` (`mobile_country_code_id`),
  ADD KEY `whatup_country_code_id` (`whatup_country_code_id`),
  ADD KEY `status_id` (`status_id`);

--
-- Indexes for table `user_availabilitys`
--
ALTER TABLE `user_availabilitys`
  ADD PRIMARY KEY (`id`),
  ADD KEY `user_availabilitys_user_id_index` (`user_id`),
  ADD KEY `user_availabilitys_day_id_index` (`day_id`),
  ADD KEY `user_availabilitys_time_slot_id_index` (`time_slot_id`);

--
-- Indexes for table `user_bank_accounts`
--
ALTER TABLE `user_bank_accounts`
  ADD PRIMARY KEY (`id`),
  ADD KEY `bank_proof_type_id` (`bank_proof_type_id`),
  ADD KEY `user_bank_accounts_payment_method_type_id_index` (`payment_method_type_id`),
  ADD KEY `status_id` (`status_id`),
  ADD KEY `is_primary` (`is_primary`);

--
-- Indexes for table `user_contracts`
--
ALTER TABLE `user_contracts`
  ADD PRIMARY KEY (`id`),
  ADD KEY `user_id` (`user_id`),
  ADD KEY `status_id` (`status_id`),
  ADD KEY `from_language_id` (`from_language_id`),
  ADD KEY `to_language_id` (`to_language_id`),
  ADD KEY `translator_flag_id` (`translator_flag_id`),
  ADD KEY `translator_type_id` (`translator_type_id`),
  ADD KEY `proofreading_status_id` (`proofreading_status_id`);

--
-- Indexes for table `user_evaluations`
--
ALTER TABLE `user_evaluations`
  ADD PRIMARY KEY (`id`),
  ADD KEY `user_id` (`user_id`),
  ADD KEY `evaluation_id` (`evaluation_id`),
  ADD KEY `evaluation_status_id` (`evaluation_status_id`),
  ADD KEY `is_started` (`is_started`);

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

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

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

--
-- Indexes for table `user_identifications`
--
ALTER TABLE `user_identifications`
  ADD PRIMARY KEY (`id`),
  ADD KEY `user_id` (`user_id`),
  ADD KEY `photo_proof_type_id` (`photo_proof_type_id`),
  ADD KEY `address_proof_type_id` (`address_proof_type_id`),
  ADD KEY `photo_proof_status_id` (`photo_proof_status_id`),
  ADD KEY `address_proof_status_id` (`address_proof_status_id`);

--
-- Indexes for table `user_skills`
--
ALTER TABLE `user_skills`
  ADD PRIMARY KEY (`id`),
  ADD KEY `user_id` (`user_id`),
  ADD KEY `language_id` (`language_id`),
  ADD KEY `proficiency_id` (`proficiency_id`);

--
-- Indexes for table `user_skill_pairs`
--
ALTER TABLE `user_skill_pairs`
  ADD PRIMARY KEY (`id`),
  ADD KEY `user_skill_pairs_user_id_index` (`user_id`),
  ADD KEY `user_skill_pairs_from_language_id_index` (`from_language_id`),
  ADD KEY `user_skill_pairs_to_language_id_index` (`to_language_id`);

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

--
-- Indexes for table `user_subject_expertises`
--
ALTER TABLE `user_subject_expertises`
  ADD PRIMARY KEY (`id`),
  ADD KEY `user_id` (`user_id`),
  ADD KEY `subject_id` (`subject_id`),
  ADD KEY `expertise_id` (`expertise_id`);

--
-- AUTO_INCREMENT for dumped tables
--

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

--
-- Constraints for dumped tables
--

--
-- Constraints for table `documents`
--
ALTER TABLE `documents`
  ADD CONSTRAINT `documents_ibfk_1` FOREIGN KEY (`approval_status_id`) REFERENCES `status` (`id`),
  ADD CONSTRAINT `documents_ibfk_2` FOREIGN KEY (`document_status_id`) REFERENCES `document_status` (`id`);

--
-- Constraints for table `document_indexs`
--
ALTER TABLE `document_indexs`
  ADD CONSTRAINT `document_indexs_ibfk_1` FOREIGN KEY (`document_id`) REFERENCES `documents` (`id`) ON DELETE CASCADE ON UPDATE CASCADE;

--
-- Constraints for table `document_parts`
--
ALTER TABLE `document_parts`
  ADD CONSTRAINT `document_parts_ibfk_1` FOREIGN KEY (`document_id`) REFERENCES `documents` (`id`) ON DELETE CASCADE ON UPDATE CASCADE,
  ADD CONSTRAINT `document_parts_ibfk_2` FOREIGN KEY (`part_id`) REFERENCES `parts` (`id`);

--
-- Constraints for table `document_part_services`
--
ALTER TABLE `document_part_services`
  ADD CONSTRAINT `document_part_services_ibfk_1` FOREIGN KEY (`document_part_id`) REFERENCES `document_parts` (`id`) ON DELETE CASCADE ON UPDATE CASCADE,
  ADD CONSTRAINT `document_part_services_ibfk_2` FOREIGN KEY (`document_service_id`) REFERENCES `document_services` (`id`) ON DELETE CASCADE ON UPDATE CASCADE;

--
-- Constraints for table `document_segments`
--
ALTER TABLE `document_segments`
  ADD CONSTRAINT `document_segments_ibfk_1` FOREIGN KEY (`document_id`) REFERENCES `documents` (`id`) ON DELETE CASCADE ON UPDATE CASCADE,
  ADD CONSTRAINT `document_segments_ibfk_2` FOREIGN KEY (`segment_id`) REFERENCES `segments` (`id`),
  ADD CONSTRAINT `document_segments_ibfk_3` FOREIGN KEY (`document_part_id`) REFERENCES `document_parts` (`id`) ON DELETE CASCADE ON UPDATE CASCADE,
  ADD CONSTRAINT `document_segments_ibfk_4` FOREIGN KEY (`is_skip`) REFERENCES `status` (`id`);

--
-- Constraints for table `document_services`
--
ALTER TABLE `document_services`
  ADD CONSTRAINT `document_services_ibfk_1` FOREIGN KEY (`document_id`) REFERENCES `documents` (`id`) ON DELETE CASCADE ON UPDATE CASCADE,
  ADD CONSTRAINT `document_services_ibfk_2` FOREIGN KEY (`service_id`) REFERENCES `services` (`id`);

--
-- Constraints for table `evaluations`
--
ALTER TABLE `evaluations`
  ADD CONSTRAINT `evaluations_ibfk_1` FOREIGN KEY (`from_language_id`) REFERENCES `languages` (`id`),
  ADD CONSTRAINT `evaluations_ibfk_2` FOREIGN KEY (`to_language_id`) REFERENCES `languages` (`id`),
  ADD CONSTRAINT `evaluations_status_id_foreign` FOREIGN KEY (`status_id`) REFERENCES `status` (`id`);

--
-- Constraints for table `permission_role`
--
ALTER TABLE `permission_role`
  ADD CONSTRAINT `permission_role_permission_id_foreign` FOREIGN KEY (`permission_id`) REFERENCES `permissions` (`id`) ON DELETE CASCADE ON UPDATE CASCADE,
  ADD CONSTRAINT `permission_role_role_id_foreign` FOREIGN KEY (`role_id`) REFERENCES `roles` (`id`) ON DELETE CASCADE ON UPDATE CASCADE;

--
-- Constraints for table `profiles`
--
ALTER TABLE `profiles`
  ADD CONSTRAINT `profiles_ibfk_1` FOREIGN KEY (`gender_id`) REFERENCES `genders` (`id`),
  ADD CONSTRAINT `profiles_ibfk_2` FOREIGN KEY (`user_id`) REFERENCES `users` (`id`),
  ADD CONSTRAINT `profiles_ibfk_3` FOREIGN KEY (`nationality_country_id`) REFERENCES `countrys` (`id`),
  ADD CONSTRAINT `profiles_ibfk_4` FOREIGN KEY (`residence_country_id`) REFERENCES `countrys` (`id`),
  ADD CONSTRAINT `profiles_ibfk_5` FOREIGN KEY (`translator_status_id`) REFERENCES `translator_status` (`id`),
  ADD CONSTRAINT `profiles_ibfk_6` FOREIGN KEY (`profile_status_id`) REFERENCES `status` (`id`);

--
-- Constraints for table `role_user`
--
ALTER TABLE `role_user`
  ADD CONSTRAINT `role_user_role_id_foreign` FOREIGN KEY (`role_id`) REFERENCES `roles` (`id`) ON DELETE CASCADE ON UPDATE CASCADE,
  ADD CONSTRAINT `role_user_user_id_foreign` FOREIGN KEY (`user_id`) REFERENCES `users` (`id`) ON DELETE CASCADE ON UPDATE CASCADE;

--
-- Constraints for table `software_tools`
--
ALTER TABLE `software_tools`
  ADD CONSTRAINT `software_tools_ibfk_1` FOREIGN KEY (`software_id`) REFERENCES `softwares` (`id`);

--
-- Constraints for table `users`
--
ALTER TABLE `users`
  ADD CONSTRAINT `users_ibfk_1` FOREIGN KEY (`mobile_country_code_id`) REFERENCES `countrys` (`id`),
  ADD CONSTRAINT `users_ibfk_2` FOREIGN KEY (`whatup_country_code_id`) REFERENCES `countrys` (`id`),
  ADD CONSTRAINT `users_ibfk_3` FOREIGN KEY (`status_id`) REFERENCES `status` (`id`);

--
-- Constraints for table `user_availabilitys`
--
ALTER TABLE `user_availabilitys`
  ADD CONSTRAINT `user_availabilitys_day_id_foreign` FOREIGN KEY (`day_id`) REFERENCES `days` (`id`),
  ADD CONSTRAINT `user_availabilitys_time_slot_id_foreign` FOREIGN KEY (`time_slot_id`) REFERENCES `time_slots` (`id`),
  ADD CONSTRAINT `user_availabilitys_user_id_foreign` FOREIGN KEY (`user_id`) REFERENCES `users` (`id`);

--
-- Constraints for table `user_bank_accounts`
--
ALTER TABLE `user_bank_accounts`
  ADD CONSTRAINT `user_bank_accounts_ibfk_1` FOREIGN KEY (`bank_proof_type_id`) REFERENCES `bank_proof_types` (`id`),
  ADD CONSTRAINT `user_bank_accounts_ibfk_2` FOREIGN KEY (`status_id`) REFERENCES `status` (`id`),
  ADD CONSTRAINT `user_bank_accounts_ibfk_3` FOREIGN KEY (`is_primary`) REFERENCES `status` (`id`),
  ADD CONSTRAINT `user_bank_accounts_payment_method_type_id_foreign` FOREIGN KEY (`payment_method_type_id`) REFERENCES `payment_method_types` (`id`);

--
-- Constraints for table `user_contracts`
--
ALTER TABLE `user_contracts`
  ADD CONSTRAINT `user_contracts_ibfk_1` FOREIGN KEY (`user_id`) REFERENCES `users` (`id`) ON DELETE CASCADE ON UPDATE CASCADE,
  ADD CONSTRAINT `user_contracts_ibfk_2` FOREIGN KEY (`status_id`) REFERENCES `status` (`id`),
  ADD CONSTRAINT `user_contracts_ibfk_3` FOREIGN KEY (`from_language_id`) REFERENCES `languages` (`id`),
  ADD CONSTRAINT `user_contracts_ibfk_4` FOREIGN KEY (`to_language_id`) REFERENCES `languages` (`id`),
  ADD CONSTRAINT `user_contracts_ibfk_5` FOREIGN KEY (`translator_flag_id`) REFERENCES `translator_flags` (`id`),
  ADD CONSTRAINT `user_contracts_ibfk_6` FOREIGN KEY (`translator_type_id`) REFERENCES `translator_types` (`id`),
  ADD CONSTRAINT `user_contracts_ibfk_7` FOREIGN KEY (`proofreading_status_id`) REFERENCES `status` (`id`);

--
-- Constraints for table `user_evaluations`
--
ALTER TABLE `user_evaluations`
  ADD CONSTRAINT `user_evaluations_ibfk_1` FOREIGN KEY (`user_id`) REFERENCES `users` (`id`),
  ADD CONSTRAINT `user_evaluations_ibfk_2` FOREIGN KEY (`evaluation_status_id`) REFERENCES `evaluation_status` (`id`),
  ADD CONSTRAINT `user_evaluations_ibfk_3` FOREIGN KEY (`is_started`) REFERENCES `status` (`id`),
  ADD CONSTRAINT `user_evaluations_ibfk_4` FOREIGN KEY (`evaluation_id`) REFERENCES `evaluations` (`id`);

--
-- Constraints for table `user_experiences`
--
ALTER TABLE `user_experiences`
  ADD CONSTRAINT `user_experiences_ibfk_1` FOREIGN KEY (`user_id`) REFERENCES `users` (`id`),
  ADD CONSTRAINT `user_experiences_ibfk_2` FOREIGN KEY (`experience_id`) REFERENCES `experiences` (`id`);

--
-- Constraints for table `user_experience_docs`
--
ALTER TABLE `user_experience_docs`
  ADD CONSTRAINT `user_experience_docs_ibfk_1` FOREIGN KEY (`user_id`) REFERENCES `users` (`id`);

--
-- Constraints for table `user_experience_types`
--
ALTER TABLE `user_experience_types`
  ADD CONSTRAINT `user_experience_types_ibfk_1` FOREIGN KEY (`user_id`) REFERENCES `users` (`id`);

--
-- Constraints for table `user_identifications`
--
ALTER TABLE `user_identifications`
  ADD CONSTRAINT `user_identifications_ibfk_1` FOREIGN KEY (`user_id`) REFERENCES `users` (`id`),
  ADD CONSTRAINT `user_identifications_ibfk_2` FOREIGN KEY (`address_proof_type_id`) REFERENCES `address_proof_types` (`id`),
  ADD CONSTRAINT `user_identifications_ibfk_3` FOREIGN KEY (`photo_proof_type_id`) REFERENCES `photo_proof_types` (`id`),
  ADD CONSTRAINT `user_identifications_ibfk_4` FOREIGN KEY (`photo_proof_status_id`) REFERENCES `status` (`id`),
  ADD CONSTRAINT `user_identifications_ibfk_5` FOREIGN KEY (`address_proof_status_id`) REFERENCES `status` (`id`);

--
-- Constraints for table `user_skills`
--
ALTER TABLE `user_skills`
  ADD CONSTRAINT `user_skills_ibfk_1` FOREIGN KEY (`user_id`) REFERENCES `users` (`id`),
  ADD CONSTRAINT `user_skills_ibfk_2` FOREIGN KEY (`language_id`) REFERENCES `languages` (`id`),
  ADD CONSTRAINT `user_skills_ibfk_3` FOREIGN KEY (`proficiency_id`) REFERENCES `proficiencys` (`id`);

--
-- Constraints for table `user_skill_pairs`
--
ALTER TABLE `user_skill_pairs`
  ADD CONSTRAINT `user_skill_pairs_from_language_id_foreign` FOREIGN KEY (`from_language_id`) REFERENCES `languages` (`id`),
  ADD CONSTRAINT `user_skill_pairs_to_language_id_foreign` FOREIGN KEY (`to_language_id`) REFERENCES `languages` (`id`),
  ADD CONSTRAINT `user_skill_pairs_user_id_foreign` FOREIGN KEY (`user_id`) REFERENCES `users` (`id`);

--
-- Constraints for table `user_software_tools`
--
ALTER TABLE `user_software_tools`
  ADD CONSTRAINT `user_software_tools_ibfk_1` FOREIGN KEY (`user_id`) REFERENCES `users` (`id`),
  ADD CONSTRAINT `user_software_tools_ibfk_2` FOREIGN KEY (`software_tool_id`) REFERENCES `software_tools` (`id`);

--
-- Constraints for table `user_subject_expertises`
--
ALTER TABLE `user_subject_expertises`
  ADD CONSTRAINT `user_subject_expertises_ibfk_1` FOREIGN KEY (`expertise_id`) REFERENCES `expertises` (`id`),
  ADD CONSTRAINT `user_subject_expertises_ibfk_2` FOREIGN KEY (`subject_id`) REFERENCES `subjects` (`id`),
  ADD CONSTRAINT `user_subject_expertises_ibfk_3` FOREIGN KEY (`user_id`) REFERENCES `users` (`id`);
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 */;