-- phpMyAdmin SQL Dump -- version 5.2.1 -- https://www.phpmyadmin.net/ -- -- Host: localhost:3306 -- Generation Time: Aug 26, 2024 at 01:25 PM -- Server version: 8.0.39 -- PHP Version: 8.3.8 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: `lawfirmadmin_lfm` -- -- -------------------------------------------------------- -- -- Table structure for table `activity_logs` -- CREATE TABLE `activity_logs` ( `id` bigint UNSIGNED NOT 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 `authorities` -- CREATE TABLE `authorities` ( `id` bigint UNSIGNED NOT NULL, `name` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `nameAr` 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 `authorities` -- INSERT INTO `authorities` (`id`, `name`, `nameAr`, `created_at`, `updated_at`) VALUES (1, 'Option 1', 'الخيار الأول', '2024-06-13 17:46:39', '2024-06-13 17:46:39'), (2, 'Option 2', 'الخيار الثاني', '2024-06-13 17:46:39', '2024-06-13 17:46:39'); -- -------------------------------------------------------- -- -- Table structure for table `banks` -- CREATE TABLE `banks` ( `id` bigint UNSIGNED NOT NULL, `name` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `nameAr` 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 `banks` -- INSERT INTO `banks` (`id`, `name`, `nameAr`, `created_at`, `updated_at`) VALUES (1, 'FAB', 'القوات المسلحة البوروندية', '2024-07-04 07:28:47', '2024-07-04 07:28:47'), (2, 'DUBAI BANK', 'بنك دبي', '2024-07-05 08:34:31', '2024-07-05 08:34:31'), (3, 'BOB', 'بوب', '2024-07-05 08:34:32', '2024-07-05 08:34:32'), (4, 'HSBC', 'إتش إس بي سي', '2024-07-05 08:34:33', '2024-07-05 08:34:33'), (5, 'MASHREQ', 'المشرق', '2024-07-05 08:34:35', '2024-07-05 08:34:35'), (6, 'RAK', 'رأس الخيمة', '2024-07-05 08:34:36', '2024-07-05 08:34:36'), (7, 'SCB', 'بنك التسليف والادخار', '2024-07-05 08:34:37', '2024-07-05 08:34:37'), (8, 'AJMAN BANK', 'مصرف عجمان', '2024-07-05 08:34:38', '2024-07-05 08:34:38'), (9, 'ADCB', 'بنك أبوظبي التجاري', '2024-07-05 08:34:39', '2024-07-05 08:34:39'), (10, 'ENBD', 'بنك دبي الوطني', '2024-07-05 08:34:41', '2024-07-05 08:34:41'), (11, 'FGB', 'بنك الخليج الأول', '2024-07-05 08:34:42', '2024-07-05 08:34:42'), (12, 'UNB', 'بنك الاتحاد الوطني', '2024-07-05 08:34:45', '2024-07-05 08:34:45'), (13, 'INVEST BANK', 'بنك الاستثمار', '2024-07-05 08:34:49', '2024-07-05 08:34:49'), (14, 'NOOR', 'نور', '2024-07-05 08:34:50', '2024-07-05 08:34:50'), (15, 'CBD', 'اتفاقية التنوع البيولوجي', '2024-07-05 08:34:51', '2024-07-05 08:34:51'), (16, 'HABIB BANK', 'بنك حبيب', '2024-07-05 08:34:54', '2024-07-05 08:34:54'), (17, 'EIB', 'بنك الاستثمار الأوروبي', '2024-07-05 08:34:55', '2024-07-05 08:34:55'), (18, 'ADIB', 'مصرف أبوظبي الإسلامي', '2024-07-05 08:34:58', '2024-07-05 08:34:58'), (19, 'NBAD', 'بنك أبو ظبي الوطني', '2024-07-05 08:35:00', '2024-07-05 08:35:00'); -- -------------------------------------------------------- -- -- Table structure for table `case_stages` -- CREATE TABLE `case_stages` ( `id` bigint UNSIGNED NOT NULL, `name` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `nameAr` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `caseTypeId` bigint UNSIGNED 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 `case_stages` -- INSERT INTO `case_stages` (`id`, `name`, `nameAr`, `caseTypeId`, `created_at`, `updated_at`) VALUES (1, 'Option 1', 'الخيار الأول', 1, '2024-06-13 17:46:38', '2024-06-13 17:46:38'), (2, 'Option 2', 'الخيار الثاني', 2, '2024-06-13 17:46:38', '2024-06-13 17:46:38'); -- -------------------------------------------------------- -- -- Table structure for table `case_types` -- CREATE TABLE `case_types` ( `id` bigint UNSIGNED NOT NULL, `section` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `sectionAr` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `name` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `nameAr` 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 `case_types` -- INSERT INTO `case_types` (`id`, `section`, `sectionAr`, `name`, `nameAr`, `created_at`, `updated_at`) VALUES (1, 'Judicial', 'قضائية', 'Option 1', 'الخيار الأول', '2024-06-13 17:46:38', '2024-06-13 17:46:38'), (2, 'Procedural', 'إجرائية', 'Option 2', 'الخيار الثاني', '2024-06-13 17:46:38', '2024-06-13 17:46:38'); -- -------------------------------------------------------- -- -- Table structure for table `cities` -- CREATE TABLE `cities` ( `id` bigint UNSIGNED NOT NULL, `name` varchar(100) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `nameAr` varchar(100) 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 `clients` -- CREATE TABLE `clients` ( `id` bigint UNSIGNED NOT NULL, `serial` varchar(100) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `name` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `nameAr` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `fileType` varchar(100) COLLATE utf8mb4_unicode_ci DEFAULT 'Civil File', `phone` varchar(100) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `landline` varchar(100) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `fax` varchar(100) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `email` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `accessEmail` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `alternativeEmail` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `secondAlternativeEmail` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `thirdAlternativeEmail` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `fourthAlternativeEmail` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `fifthAlternativeEmail` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `password` text COLLATE utf8mb4_unicode_ci, `imageFile` text COLLATE utf8mb4_unicode_ci, `clientTypeId` bigint UNSIGNED DEFAULT NULL, `identity` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `nationalityId` bigint UNSIGNED DEFAULT NULL, `address` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `addressAr` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `branchCityId` bigint UNSIGNED DEFAULT NULL, `note` text COLLATE utf8mb4_unicode_ci, `noteAr` text COLLATE utf8mb4_unicode_ci, `isActive` tinyint(1) DEFAULT '1', `creationDate` varchar(100) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `creatorId` bigint UNSIGNED 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 `clients` -- INSERT INTO `clients` (`id`, `serial`, `name`, `nameAr`, `fileType`, `phone`, `landline`, `fax`, `email`, `accessEmail`, `alternativeEmail`, `secondAlternativeEmail`, `thirdAlternativeEmail`, `fourthAlternativeEmail`, `fifthAlternativeEmail`, `password`, `imageFile`, `clientTypeId`, `identity`, `nationalityId`, `address`, `addressAr`, `branchCityId`, `note`, `noteAr`, `isActive`, `creationDate`, `creatorId`, `created_at`, `updated_at`) VALUES (2, 'C-0001', 'First Abu Dhabi Bank', 'بنك أبوظبي الأول', 'Civil File', '0501234567', '040000000', NULL, 'info@123.com', 'info@123.com', NULL, NULL, NULL, NULL, NULL, '$2y$12$p0AXAJ4T/GaOk5cDi4gtouMNzn4GyDZ/QKxNNuC3ICpEwVwYw//3W', 'CLN-05.21AM481613574274.jpg', 1, '123', 4, NULL, NULL, NULL, 'nothing', 'لا يوجد', 1, '2024-07-04', 1, '2024-07-04 05:21:29', '2024-07-04 05:21:29'); -- -------------------------------------------------------- -- -- Table structure for table `client_attachments` -- CREATE TABLE `client_attachments` ( `id` bigint UNSIGNED NOT NULL, `issueDate` varchar(100) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `expiryDate` varchar(100) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `documentFile` text COLLATE utf8mb4_unicode_ci, `documentFileSize` varchar(100) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `note` text COLLATE utf8mb4_unicode_ci, `noteAr` text COLLATE utf8mb4_unicode_ci, `identityTypeId` bigint UNSIGNED DEFAULT NULL, `clientId` bigint UNSIGNED DEFAULT NULL, `creationDate` varchar(100) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `creatorId` bigint UNSIGNED 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 `client_contracts` -- CREATE TABLE `client_contracts` ( `id` bigint UNSIGNED NOT NULL, `issueDate` varchar(100) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `expiryDate` varchar(100) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `documentFile` text COLLATE utf8mb4_unicode_ci, `documentFileSize` varchar(100) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `note` text COLLATE utf8mb4_unicode_ci, `noteAr` text COLLATE utf8mb4_unicode_ci, `contractTypeId` bigint UNSIGNED DEFAULT NULL, `clientId` bigint UNSIGNED DEFAULT NULL, `creationDate` varchar(100) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `creatorId` bigint UNSIGNED 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 `client_titles` -- CREATE TABLE `client_titles` ( `id` bigint UNSIGNED NOT NULL, `title` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `titleAr` 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 `client_titles` -- INSERT INTO `client_titles` (`id`, `title`, `titleAr`, `created_at`, `updated_at`) VALUES (1, 'Option 1', 'الخيار الأول', '2024-06-13 17:46:38', '2024-06-13 17:46:38'), (2, 'Option 2', 'الخيار الثاني', '2024-06-13 17:46:38', '2024-06-13 17:46:38'); -- -------------------------------------------------------- -- -- Table structure for table `client_types` -- CREATE TABLE `client_types` ( `id` bigint UNSIGNED NOT NULL, `name` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `nameAr` 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 `client_types` -- INSERT INTO `client_types` (`id`, `name`, `nameAr`, `created_at`, `updated_at`) VALUES (1, 'Type 1', 'النوع الأول', '2024-06-13 17:46:39', '2024-06-13 17:46:39'), (2, 'Type 2', 'النوع الثاني', '2024-06-13 17:46:39', '2024-06-13 17:46:39'); -- -------------------------------------------------------- -- -- Table structure for table `contract_types` -- CREATE TABLE `contract_types` ( `id` bigint UNSIGNED NOT NULL, `name` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `nameAr` 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 `contract_types` -- INSERT INTO `contract_types` (`id`, `name`, `nameAr`, `created_at`, `updated_at`) VALUES (1, 'Legal Attorney', 'توكيل قانوني', '2024-06-13 17:46:38', '2024-06-13 17:46:38'), (2, 'Delegation', 'تفويض', '2024-06-13 17:46:38', '2024-06-13 17:46:38'), (3, 'Bilateral Agreements', 'اتفاقيات ثنائية', '2024-06-13 17:46:38', '2024-06-13 17:46:38'), (4, 'Main Contract', 'القعد الأساسي', '2024-06-13 17:46:38', '2024-06-13 17:46:38'); -- -------------------------------------------------------- -- -- Table structure for table `courts` -- CREATE TABLE `courts` ( `id` bigint UNSIGNED NOT NULL, `name` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `nameAr` 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 `courts` -- INSERT INTO `courts` (`id`, `name`, `nameAr`, `created_at`, `updated_at`) VALUES (1, 'Dubai Court', 'محكمة دبي', '2024-06-13 17:46:38', '2024-06-13 17:46:38'), (2, 'Abu Dhabi Court', 'محكمة أبوظبي', '2024-06-13 17:46:38', '2024-06-13 17:46:38'), (3, 'DUBAI - COURT', 'دبي - المحكمة', '2024-07-04 07:28:46', '2024-07-04 07:28:46'), (4, 'AUH - COURT', 'محكمة أبوظبي', '2024-07-04 07:28:48', '2024-07-22 12:49:37'), (5, 'AJMAN - COURT', 'عجمان - المحكمة', '2024-07-05 08:34:39', '2024-07-05 08:34:39'); -- -------------------------------------------------------- -- -- Table structure for table `departments` -- CREATE TABLE `departments` ( `id` bigint UNSIGNED NOT NULL, `name` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `nameAr` 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 `departments` -- INSERT INTO `departments` (`id`, `name`, `nameAr`, `created_at`, `updated_at`) VALUES (1, 'Option 1', 'الخيار الأول', '2024-06-13 17:46:38', '2024-06-13 17:46:38'), (2, 'Option 2', 'الخيار الثاني', '2024-06-13 17:46:38', '2024-06-13 17:46:38'); -- -------------------------------------------------------- -- -- Table structure for table `document_types` -- CREATE TABLE `document_types` ( `id` bigint UNSIGNED NOT NULL, `isFor` varchar(100) COLLATE utf8mb4_unicode_ci DEFAULT 'General', `name` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `nameAr` 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 `document_types` -- INSERT INTO `document_types` (`id`, `isFor`, `name`, `nameAr`, `created_at`, `updated_at`) VALUES (1, 'General', 'Type 1', 'النوع الأول', '2024-06-13 17:46:39', '2024-06-13 17:46:39'), (2, 'Execution', 'Type 2', 'النوع الثاني', '2024-06-13 17:46:39', '2024-06-13 17:46:39'), (3, 'General', 'Implementation documents', 'مستندات التنفيدات', '2024-08-08 06:45:58', '2024-08-08 06:45:58'); -- -------------------------------------------------------- -- -- Table structure for table `execution_files` -- CREATE TABLE `execution_files` ( `id` bigint UNSIGNED NOT NULL, `serial` varchar(100) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `executionNumber` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `executionDate` varchar(100) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `receivingDate` varchar(100) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `status` varchar(100) COLLATE utf8mb4_unicode_ci DEFAULT 'Pending', `information` text COLLATE utf8mb4_unicode_ci, `informationAr` text COLLATE utf8mb4_unicode_ci, `executionTypeId` bigint UNSIGNED DEFAULT NULL, `defendantId` bigint UNSIGNED DEFAULT NULL, `registrarId` bigint UNSIGNED DEFAULT NULL, `secRegistrarId` bigint UNSIGNED DEFAULT NULL, `followerId` bigint UNSIGNED DEFAULT NULL, `secFollowerId` bigint UNSIGNED DEFAULT NULL, `accountNumber` text COLLATE utf8mb4_unicode_ci, `cardNumber` text COLLATE utf8mb4_unicode_ci, `loanNumber` text COLLATE utf8mb4_unicode_ci, `circularNumber` text COLLATE utf8mb4_unicode_ci, `chequeNumber` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `chequeAmount` double DEFAULT NULL, `chequeActualAmount` double DEFAULT NULL, `bankId` bigint UNSIGNED DEFAULT NULL, `courtId` bigint UNSIGNED DEFAULT NULL, `productId` bigint UNSIGNED DEFAULT NULL, `isConceded` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `concedingDate` varchar(100) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `officeFees` double(15,2) DEFAULT NULL, `executionFees` double(15,2) DEFAULT NULL, `caseId` bigint UNSIGNED DEFAULT NULL, `clientId` bigint UNSIGNED DEFAULT NULL, `creationDate` varchar(100) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `creatorId` bigint UNSIGNED 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 `execution_files` -- INSERT INTO `execution_files` (`id`, `serial`, `executionNumber`, `executionDate`, `receivingDate`, `status`, `information`, `informationAr`, `executionTypeId`, `defendantId`, `registrarId`, `secRegistrarId`, `followerId`, `secFollowerId`, `accountNumber`, `cardNumber`, `loanNumber`, `circularNumber`, `chequeNumber`, `chequeAmount`, `chequeActualAmount`, `bankId`, `courtId`, `productId`, `isConceded`, `concedingDate`, `officeFees`, `executionFees`, `caseId`, `clientId`, `creationDate`, `creatorId`, `created_at`, `updated_at`) VALUES (1, 'FI-0001', '0001', '2024-07-04', NULL, 'Active', 'The check is original', 'الشيك اصل', NULL, 1, NULL, NULL, NULL, NULL, '0005242041927284886', '1031151754348015', NULL, NULL, '1361959', 30000, 31197.43, 1, 3, 1, NULL, NULL, NULL, NULL, NULL, 2, '2024-07-04', 1, '2024-07-04 07:28:47', '2024-07-04 07:28:47'), (2, 'FI-0002', '0002', '2024-07-04', NULL, 'Active', 'The check is original', 'الشيك اصل', NULL, 2, NULL, NULL, NULL, NULL, '0005161004199503224', '1031151756165018', NULL, NULL, '1359224', 30000, 34194.66, 1, 4, 1, NULL, NULL, NULL, NULL, NULL, 2, '2024-07-04', 1, '2024-07-04 07:28:48', '2024-07-04 07:28:48'), (3, 'FI-0003', '0003', '2024-07-04', NULL, 'Active', 'The check is original', 'الشيك اصل', NULL, 3, NULL, NULL, NULL, NULL, '0005242044082921292', '1031151882975015', NULL, NULL, '1419249', 30000, 30967.34, 1, 3, 1, NULL, NULL, NULL, NULL, NULL, 2, '2024-07-04', 1, '2024-07-04 07:28:49', '2024-07-04 07:28:49'), (4, 'FI-0004', '0004', '2024-07-04', NULL, 'Active', 'The check is original', 'الشيك اصل', NULL, 4, NULL, NULL, NULL, NULL, '0005242041107124381', '1031151927771015', NULL, NULL, '1453679', 30000, 31745.78, 1, 3, 1, NULL, NULL, NULL, NULL, NULL, 2, '2024-07-04', 1, '2024-07-04 07:28:49', '2024-07-04 07:28:49'), (5, 'FI-0005', '0005', '2024-07-04', NULL, 'Active', 'The check is original', 'الشيك اصل', NULL, 5, NULL, NULL, NULL, NULL, '0005161004199536430', '1031151792968015', NULL, NULL, '1377153', 31000, 48350.23, 1, 3, 1, NULL, NULL, NULL, NULL, NULL, 2, '2024-07-04', 1, '2024-07-04 07:28:50', '2024-07-04 07:28:50'), (6, 'FI-0006', '0006', '2024-07-04', NULL, 'Active', 'The check is original', 'الشيك اصل', NULL, 6, NULL, NULL, NULL, NULL, '0005161004033627007', '1031151133460038', NULL, NULL, '1354736', 35000, 29786.14, 1, 3, 1, NULL, NULL, NULL, NULL, NULL, 2, '2024-07-04', 1, '2024-07-04 07:28:51', '2024-07-04 07:28:51'), (7, 'FI-0007', '0007', '2024-07-04', NULL, 'Active', 'The check is original', 'الشيك اصل', NULL, 7, NULL, NULL, NULL, NULL, '0005242042517946090', '1031151173378020', '123445', NULL, '1437423', 35000, 39667.92, 1, 3, 1, NULL, NULL, NULL, NULL, NULL, 2, '2024-07-04', 1, '2024-07-04 07:28:51', '2024-07-05 06:58:18'), (8, 'FI-0008', '0008', '2024-07-04', NULL, 'Active', 'The check is original', 'الشيك اصل', NULL, 8, NULL, NULL, NULL, NULL, '0005242040760405673', '1031151795989016', NULL, NULL, '1377065', 36000, 39920.6, 1, 3, 1, NULL, NULL, NULL, NULL, NULL, 2, '2024-07-04', 1, '2024-07-04 07:28:52', '2024-07-04 07:28:52'), (9, 'FI-0009', '0009', '2024-07-04', NULL, 'Active', 'The check is original', 'الشيك اصل', NULL, 9, NULL, NULL, NULL, NULL, '0005161784199522197', '1031151760586016', NULL, NULL, '1361765', 40000, 49123.61, 1, 3, 1, NULL, NULL, NULL, NULL, NULL, 2, '2024-07-04', 1, '2024-07-04 07:28:53', '2024-07-04 07:28:53'), (10, 'FI-0010', '0010', '2024-07-05', NULL, 'Active', 'The check is original', 'الشيك اصل', NULL, 10, NULL, NULL, NULL, NULL, '0005242043175856753', NULL, NULL, NULL, '000156', 52400, 24755.24, 2, 3, 1, NULL, NULL, NULL, NULL, NULL, 2, '2024-07-05', 1, '2024-07-05 08:34:31', '2024-07-05 08:34:31'), (11, 'FI-0011', '0011', '2024-07-05', NULL, 'Active', 'The check is original', 'الشيك اصل', NULL, 11, NULL, NULL, NULL, NULL, '0004211734499377001', NULL, NULL, NULL, '445376', 32000, 49769.73, 3, 3, 1, NULL, NULL, NULL, NULL, NULL, 2, '2024-07-05', 1, '2024-07-05 08:34:32', '2024-07-05 08:34:32'), (12, 'FI-0012', '0012', '2024-07-05', NULL, 'Active', 'The check is original', 'الشيك اصل', NULL, 12, NULL, NULL, NULL, NULL, '0005451505000094186', '1031154051871001', NULL, NULL, '375085', 250000, 174834.82, 4, 3, 2, NULL, NULL, NULL, NULL, NULL, 2, '2024-07-05', 1, '2024-07-05 08:34:34', '2024-07-05 08:34:34'), (13, 'FI-0013', '0013', '2024-07-05', NULL, 'Active', 'The check is original', 'الشيك اصل', NULL, 13, NULL, NULL, NULL, NULL, '0004573295350177007', NULL, NULL, NULL, '000132', 40800, 30363.61, 2, 3, 1, NULL, NULL, NULL, NULL, NULL, 2, '2024-07-05', 1, '2024-07-05 08:34:34', '2024-07-05 08:34:34'), (14, 'FI-0014', '0014', '2024-07-05', NULL, 'Active', 'The check is original', 'الشيك اصل', NULL, 14, NULL, NULL, NULL, NULL, '0005161784199504609', NULL, NULL, NULL, '000014', 30000, 31259.95, 5, 3, 1, NULL, NULL, NULL, NULL, NULL, 2, '2024-07-05', 1, '2024-07-05 08:34:35', '2024-07-05 08:34:35'), (15, 'FI-0015', '0015', '2024-07-05', NULL, 'Active', 'The check is original', 'الشيك اصل', NULL, 15, NULL, NULL, NULL, NULL, '0005451505000098088', NULL, NULL, NULL, '456921', 250000, 147256.43, 6, 3, 1, NULL, NULL, NULL, NULL, NULL, 2, '2024-07-05', 1, '2024-07-05 08:34:36', '2024-07-05 08:34:36'), (16, 'FI-0016', '0016', '2024-07-05', NULL, 'Active', 'The check is original', 'الشيك اصل', NULL, 16, NULL, NULL, NULL, NULL, '0005242040666006005', NULL, NULL, NULL, '912798', 33000, 34917.57, 7, 3, 1, NULL, NULL, NULL, NULL, NULL, 2, '2024-07-05', 1, '2024-07-05 08:34:37', '2024-07-05 08:34:37'), (17, 'FI-0017', '0017', '2024-07-05', NULL, 'Active', 'The check is original', 'الشيك اصل', NULL, 17, NULL, NULL, NULL, NULL, '0005242043120417818', NULL, NULL, NULL, '000001', 35000, 62623.69, 8, 3, 1, NULL, NULL, NULL, NULL, NULL, 2, '2024-07-05', 1, '2024-07-05 08:34:38', '2024-07-05 08:34:38'), (18, 'FI-0018', '0018', '2024-07-05', NULL, 'Active', 'The check is original', 'الشيك اصل', NULL, 18, NULL, NULL, NULL, NULL, '0004225966803548026', NULL, NULL, NULL, '000089', 30000, 32547.61, 9, 5, 1, NULL, NULL, NULL, NULL, NULL, 2, '2024-07-05', 1, '2024-07-05 08:34:39', '2024-07-05 08:34:39'), (19, 'FI-0019', '0019', '2024-07-05', NULL, 'Active', 'The check is original', 'الشيك اصل', NULL, 19, NULL, NULL, NULL, NULL, '0005213897364150467', NULL, NULL, NULL, '08046', 54000, 70009.92, 1, 3, 1, NULL, NULL, NULL, NULL, NULL, 2, '2024-07-05', 1, '2024-07-05 08:34:40', '2024-07-05 08:34:40'), (20, 'FI-0020', '0020', '2024-07-05', NULL, 'Active', 'The check is original', 'الشيك اصل', NULL, 20, NULL, NULL, NULL, NULL, '0004573294350459002', NULL, NULL, NULL, '000181', 50000, 39598.69, 10, 3, 1, NULL, NULL, NULL, NULL, NULL, 2, '2024-07-05', 1, '2024-07-05 08:34:41', '2024-07-05 08:34:41'), (21, 'FI-0021', '0021', '2024-07-05', NULL, 'Active', 'The check is original', 'الشيك اصل', NULL, 21, NULL, NULL, NULL, NULL, '0005161784199518633', '1031151724823018', NULL, NULL, '1332408', 60000, 54334.85, 11, 3, 1, NULL, NULL, NULL, NULL, NULL, 2, '2024-07-05', 1, '2024-07-05 08:34:42', '2024-07-05 08:34:42'), (22, 'FI-0022', '0022', '2024-07-05', NULL, 'Active', 'The check is original', 'الشيك اصل', NULL, 22, NULL, NULL, NULL, NULL, '0005441525000025637', NULL, NULL, NULL, '1486334', 50000, 76205.21, 11, 3, 1, NULL, NULL, NULL, NULL, NULL, 2, '2024-07-05', 1, '2024-07-05 08:34:43', '2024-07-05 08:34:43'), (23, 'FI-0023', '0023', '2024-07-05', NULL, 'Active', 'The check is original', 'الشيك اصل', NULL, 23, NULL, NULL, NULL, NULL, '0005242041910333435', NULL, NULL, NULL, '1649434', 69000, 84075.67, 1, 3, 1, NULL, NULL, NULL, NULL, NULL, 2, '2024-07-05', 1, '2024-07-05 08:34:43', '2024-07-05 08:34:43'), (24, 'FI-0024', '0024', '2024-07-05', NULL, 'Active', 'The check is original', 'الشيك اصل', NULL, 24, NULL, NULL, NULL, NULL, '0005161784228628031', '1031154119370010', NULL, NULL, '1597302', 30000, 38091, 1, 3, 1, NULL, NULL, NULL, NULL, NULL, 2, '2024-07-05', 1, '2024-07-05 08:34:44', '2024-07-05 08:34:44'), (25, 'FI-0025', '0025', '2024-07-05', NULL, 'Active', 'The check is original', 'الشيك اصل', NULL, 25, NULL, NULL, NULL, NULL, '0005242045260082765', NULL, NULL, NULL, '000012', 32990, 32994.62, 12, 4, 1, NULL, NULL, NULL, NULL, NULL, 2, '2024-07-05', 1, '2024-07-05 08:34:45', '2024-07-05 08:34:45'), (26, 'FI-0026', '0026', '2024-07-05', NULL, 'Active', 'The check is original', 'الشيك اصل', NULL, 26, NULL, NULL, NULL, NULL, '0005161004080698000', '1031001928751010', NULL, NULL, '1445888', 40000, 40881.7, 11, 3, 1, NULL, NULL, NULL, NULL, NULL, 2, '2024-07-05', 1, '2024-07-05 08:34:46', '2024-07-05 08:34:46'), (27, 'FI-0027', '0027', '2024-07-05', NULL, 'Active', 'The check is original', 'الشيك اصل', NULL, 27, NULL, NULL, NULL, NULL, '0005242045251278802', '1031151793976017', NULL, NULL, '1377233', 32500, 45214.91, 11, 3, 1, NULL, NULL, NULL, NULL, NULL, 2, '2024-07-05', 1, '2024-07-05 08:34:46', '2024-07-05 08:34:46'), (28, 'FI-0028', '0028', '2024-07-05', NULL, 'Active', 'The check is original', 'الشيك اصل', NULL, 28, NULL, NULL, NULL, NULL, '0005161004014814004', 'AE050351031151745865012', NULL, NULL, '1358330', 32000, 38154.19, 11, 3, 3, NULL, NULL, NULL, NULL, NULL, 2, '2024-07-05', 1, '2024-07-05 08:34:47', '2024-07-05 08:34:47'), (29, 'FI-0029', '0029', '2024-07-05', NULL, 'Active', 'The check is original', 'الشيك اصل', NULL, 29, NULL, NULL, NULL, NULL, '0005242043041622389', '1031154598578014', NULL, NULL, '1616505', 40000, 51377.1, 1, 3, 3, NULL, NULL, NULL, NULL, NULL, 2, '2024-07-05', 1, '2024-07-05 08:34:48', '2024-07-05 08:34:48'), (30, 'FI-0030', '0030', '2024-07-05', NULL, 'Active', 'The check is original', 'الشيك اصل', NULL, 30, NULL, NULL, NULL, NULL, '0005161784098062006', '1031151840469014', NULL, NULL, '000030', 199282, 247162.54, 13, 3, 1, NULL, NULL, NULL, NULL, NULL, 2, '2024-07-05', 1, '2024-07-05 08:34:49', '2024-07-05 08:34:49'), (31, 'FI-0031', '0031', '2024-07-05', NULL, 'Active', 'The check is original', 'الشيك اصل', NULL, 31, NULL, NULL, NULL, NULL, '0005242045260174000', '1031154086496001', NULL, NULL, '100017', 105900, 72925, 14, 3, 1, NULL, NULL, NULL, NULL, NULL, 2, '2024-07-05', 1, '2024-07-05 08:34:50', '2024-07-05 08:34:50'), (32, 'FI-0032', '0032', '2024-07-05', NULL, 'Active', 'The check is original', 'الشيك اصل', NULL, 32, NULL, NULL, NULL, NULL, '0005242045274143009', '1001261602878026', NULL, NULL, '000002', 33600, 34159.31, 15, 3, 1, NULL, NULL, NULL, NULL, NULL, 2, '2024-07-05', 1, '2024-07-05 08:34:51', '2024-07-05 08:34:51'), (33, 'FI-0033', '0033', '2024-07-05', NULL, 'Active', 'The check is original', 'الشيك اصل', NULL, 33, NULL, NULL, NULL, NULL, '0004573304744360004', '1031154068412001', NULL, NULL, '000201', 75000, 104253.28, 10, 3, 1, NULL, NULL, NULL, NULL, NULL, 2, '2024-07-05', 1, '2024-07-05 08:34:51', '2024-07-05 08:34:51'), (34, 'FI-0034', '0034', '2024-07-05', NULL, 'Active', 'The check is original', 'الشيك اصل', NULL, 34, NULL, NULL, NULL, NULL, '0005242044277274002', NULL, NULL, NULL, '000001', 32400, 26158.91, 10, 3, 1, NULL, NULL, NULL, NULL, NULL, 2, '2024-07-05', 1, '2024-07-05 08:34:52', '2024-07-05 08:34:52'), (35, 'FI-0035', '0035', '2024-07-05', NULL, 'Active', 'The check is original', 'الشيك اصل', NULL, 35, NULL, NULL, NULL, NULL, '0005161004082978004', NULL, NULL, NULL, '000001', 30000, 36745.12, 10, 3, 1, NULL, NULL, NULL, NULL, NULL, 2, '2024-07-05', 1, '2024-07-05 08:34:53', '2024-07-05 08:34:53'), (36, 'FI-0036', '0036', '2024-07-05', NULL, 'Active', 'The check is original', 'الشيك اصل', NULL, 36, NULL, NULL, NULL, NULL, '0005525774047268003', NULL, NULL, NULL, '008068', 112500, 62976.39, 16, 3, 1, NULL, NULL, NULL, NULL, NULL, 2, '2024-07-05', 1, '2024-07-05 08:34:54', '2024-07-05 08:34:54'), (37, 'FI-0037', '0037', '2024-07-05', NULL, 'Active', 'The check is original', 'الشيك اصل', NULL, 37, NULL, NULL, NULL, NULL, '0005242045250111806', NULL, NULL, NULL, '000587', 36770, 36775.45, 17, 3, 1, NULL, NULL, NULL, NULL, NULL, 2, '2024-07-05', 1, '2024-07-05 08:34:55', '2024-07-05 08:34:55'), (38, 'FI-0038', '0038', '2024-07-05', NULL, 'Active', 'The check is original', 'الشيك اصل', NULL, 38, NULL, NULL, NULL, NULL, '0005242045260091303', NULL, NULL, NULL, '000002', 44000, 35454.25, 17, 3, 1, NULL, NULL, NULL, NULL, NULL, 2, '2024-07-05', 1, '2024-07-05 08:34:55', '2024-07-05 08:34:55'), (39, 'FI-0039', '0039', '2024-07-05', NULL, 'Active', 'The check is original', 'الشيك اصل', NULL, 39, NULL, NULL, NULL, NULL, '0005242040404055231', '1031155626448001', NULL, NULL, '012193', 50000, 65793.7, 1, 4, 1, NULL, NULL, NULL, NULL, NULL, 2, '2024-07-05', 1, '2024-07-05 08:34:56', '2024-07-05 08:34:56'), (40, 'FI-0040', '0040', '2024-07-05', NULL, 'Active', 'The check is original', 'الشيك اصل', NULL, 40, NULL, NULL, NULL, NULL, '0005161784013932002', NULL, NULL, NULL, '000012', 54700, 51794.59, 6, 4, 1, NULL, NULL, NULL, NULL, NULL, 2, '2024-07-05', 1, '2024-07-05 08:34:57', '2024-07-05 08:34:57'), (41, 'FI-0041', '0041', '2024-07-05', NULL, 'Active', 'The check is original', 'الشيك اصل', NULL, 41, NULL, NULL, NULL, NULL, '0005213894016661009', NULL, NULL, NULL, '500001', 50400, 45606.18, 18, 4, 1, NULL, NULL, NULL, NULL, NULL, 2, '2024-07-05', 1, '2024-07-05 08:34:58', '2024-07-05 08:34:58'), (42, 'FI-0042', '0042', '2024-07-05', NULL, 'Active', 'The check is original', 'الشيك اصل', NULL, 42, NULL, NULL, NULL, NULL, '0005242045262265004', '1001261256532035', NULL, NULL, '963428', 47700, 41564.39, 11, 4, 1, NULL, NULL, NULL, NULL, NULL, 2, '2024-07-05', 1, '2024-07-05 08:34:58', '2024-07-05 08:34:58'), (43, 'FI-0043', '0043', '2024-07-05', NULL, 'Active', 'The check is original', 'الشيك اصل', NULL, 43, NULL, NULL, NULL, NULL, '0005242040294106300', '1001383977449027', NULL, NULL, '1597838', 30000, 37941.36, 1, 3, 1, NULL, NULL, NULL, NULL, NULL, 2, '2024-07-05', 1, '2024-07-05 08:34:59', '2024-07-05 08:34:59'), (44, 'FI-0044', '0044', '2024-07-05', NULL, 'Active', 'The check is original', 'الشيك اصل', NULL, 44, NULL, NULL, NULL, NULL, '0005451504652162003', NULL, NULL, NULL, '385', 249000, 215967.62, 5, 3, 1, NULL, NULL, NULL, NULL, NULL, 2, '2024-07-05', 1, '2024-07-05 08:34:59', '2024-07-05 08:34:59'), (45, 'FI-0045', '0045', '2024-07-05', NULL, 'Active', 'The check is original', 'الشيك اصل', NULL, 45, NULL, NULL, NULL, NULL, '0005213894006756009', NULL, NULL, NULL, '109', 75000, 489327.81, 19, 4, 1, NULL, NULL, NULL, NULL, NULL, 2, '2024-07-05', 1, '2024-07-05 08:35:00', '2024-07-05 08:35:00'), (46, 'FI-0046', '0046', '2024-07-05', NULL, 'Active', 'The check is original', 'الشيك اصل', NULL, 46, NULL, NULL, NULL, NULL, '0005242045250363100', NULL, NULL, NULL, '82', 54000, 133644.22, 9, 4, 1, NULL, NULL, NULL, NULL, NULL, 2, '2024-07-05', 1, '2024-07-05 08:35:01', '2024-07-05 08:35:01'), (47, 'FI-0047', '0047', '2024-07-05', NULL, 'Active', 'The check is original', 'الشيك اصل', NULL, 10, NULL, NULL, NULL, NULL, '0005242043175856753', NULL, NULL, NULL, '000156', 52400, 24755.24, 2, 3, 1, NULL, NULL, NULL, NULL, NULL, 2, '2024-07-05', 1, '2024-07-05 08:48:22', '2024-07-05 08:48:22'), (48, 'FI-0048', '0048', '2024-07-05', NULL, 'Active', 'The check is original', 'الشيك اصل', NULL, 11, NULL, NULL, NULL, NULL, '0004211734499377001', NULL, NULL, NULL, '445376', 32000, 49769.73, 3, 3, 1, NULL, NULL, NULL, NULL, NULL, 2, '2024-07-05', 1, '2024-07-05 08:48:23', '2024-07-05 08:48:23'), (49, 'FI-0049', '0049', '2024-07-05', NULL, 'Active', 'The check is original', 'الشيك اصل', NULL, 12, NULL, NULL, NULL, NULL, '0005451505000094186', '1031154051871001', NULL, NULL, '375085', 250000, 174834.82, 4, 3, 2, NULL, NULL, NULL, NULL, NULL, 2, '2024-07-05', 1, '2024-07-05 08:48:23', '2024-07-05 08:48:23'), (50, 'FI-0050', '0050', '2024-07-05', NULL, 'Active', 'The check is original', 'الشيك اصل', NULL, 13, NULL, NULL, NULL, NULL, '0004573295350177007', NULL, NULL, NULL, '000132', 40800, 30363.61, 2, 3, 1, NULL, NULL, NULL, NULL, NULL, 2, '2024-07-05', 1, '2024-07-05 08:48:23', '2024-07-05 08:48:23'), (51, 'FI-0051', '0051', '2024-07-05', NULL, 'Active', 'The check is original', 'الشيك اصل', NULL, 14, NULL, NULL, NULL, NULL, '0005161784199504609', NULL, NULL, NULL, '000014', 30000, 31259.95, 5, 3, 1, NULL, NULL, NULL, NULL, NULL, 2, '2024-07-05', 1, '2024-07-05 08:48:24', '2024-07-05 08:48:24'), (52, 'FI-0052', '0052', '2024-07-05', NULL, 'Active', 'The check is original', 'الشيك اصل', NULL, 15, NULL, NULL, NULL, NULL, '0005451505000098088', NULL, NULL, NULL, '456921', 250000, 147256.43, 6, 3, 1, NULL, NULL, NULL, NULL, NULL, 2, '2024-07-05', 1, '2024-07-05 08:48:24', '2024-07-05 08:48:24'), (53, 'FI-0053', '0053', '2024-07-05', NULL, 'Active', 'The check is original', 'الشيك اصل', NULL, 16, NULL, NULL, NULL, NULL, '0005242040666006005', NULL, NULL, NULL, '912798', 33000, 34917.57, 7, 3, 1, NULL, NULL, NULL, NULL, NULL, 2, '2024-07-05', 1, '2024-07-05 08:48:24', '2024-07-05 08:48:24'), (54, 'FI-0054', '0054', '2024-07-05', NULL, 'Active', 'The check is original', 'الشيك اصل', NULL, 17, NULL, NULL, NULL, NULL, '0005242043120417818', NULL, NULL, NULL, '000001', 35000, 62623.69, 8, 3, 1, NULL, NULL, NULL, NULL, NULL, 2, '2024-07-05', 1, '2024-07-05 08:48:24', '2024-07-05 08:48:24'), (55, 'FI-0055', '0055', '2024-07-05', NULL, 'Active', 'The check is original', 'الشيك اصل', NULL, 18, NULL, NULL, NULL, NULL, '0004225966803548026', NULL, NULL, NULL, '000089', 30000, 32547.61, 9, 5, 1, NULL, NULL, NULL, NULL, NULL, 2, '2024-07-05', 1, '2024-07-05 08:48:25', '2024-07-05 08:48:25'), (56, 'FI-0056', '0056', '2024-07-05', NULL, 'Active', 'The check is original', 'الشيك اصل', NULL, 19, NULL, NULL, NULL, NULL, '0005213897364150467', NULL, NULL, NULL, '08046', 54000, 70009.92, 1, 3, 1, NULL, NULL, NULL, NULL, NULL, 2, '2024-07-05', 1, '2024-07-05 08:48:25', '2024-07-05 08:48:25'), (57, 'FI-0057', '0057', '2024-07-05', NULL, 'Active', 'The check is original', 'الشيك اصل', NULL, 20, NULL, NULL, NULL, NULL, '0004573294350459002', NULL, NULL, NULL, '000181', 50000, 39598.69, 10, 3, 1, NULL, NULL, NULL, NULL, NULL, 2, '2024-07-05', 1, '2024-07-05 08:48:25', '2024-07-05 08:48:25'), (58, 'FI-0058', '0058', '2024-07-05', NULL, 'Active', 'The check is original', 'الشيك اصل', NULL, 21, NULL, NULL, NULL, NULL, '0005161784199518633', '1031151724823018', NULL, NULL, '1332408', 60000, 54334.85, 11, 3, 1, NULL, NULL, NULL, NULL, NULL, 2, '2024-07-05', 1, '2024-07-05 08:48:26', '2024-07-05 08:48:26'), (59, 'FI-0059', '0059', '2024-07-05', NULL, 'Active', 'The check is original', 'الشيك اصل', NULL, 22, NULL, NULL, NULL, NULL, '0005441525000025637', NULL, NULL, NULL, '1486334', 50000, 76205.21, 11, 3, 1, NULL, NULL, NULL, NULL, NULL, 2, '2024-07-05', 1, '2024-07-05 08:48:26', '2024-07-05 08:48:26'), (60, 'FI-0060', '0060', '2024-07-05', NULL, 'Active', 'The check is original', 'الشيك اصل', NULL, 23, NULL, NULL, NULL, NULL, '0005242041910333435', NULL, NULL, NULL, '1649434', 69000, 84075.67, 1, 3, 1, NULL, NULL, NULL, NULL, NULL, 2, '2024-07-05', 1, '2024-07-05 08:48:26', '2024-07-05 08:48:26'), (61, 'FI-0061', '0061', '2024-07-05', NULL, 'Active', 'The check is original', 'الشيك اصل', NULL, 24, NULL, NULL, NULL, NULL, '0005161784228628031', '1031154119370010', NULL, NULL, '1597302', 30000, 38091, 1, 3, 1, NULL, NULL, NULL, NULL, NULL, 2, '2024-07-05', 1, '2024-07-05 08:48:27', '2024-07-05 08:48:27'), (62, 'FI-0062', '0062', '2024-07-05', NULL, 'Active', 'The check is original', 'الشيك اصل', NULL, 25, NULL, NULL, NULL, NULL, '0005242045260082765', NULL, NULL, NULL, '000012', 32990, 32994.62, 12, 4, 1, NULL, NULL, NULL, NULL, NULL, 2, '2024-07-05', 1, '2024-07-05 08:48:27', '2024-07-05 08:48:27'), (63, 'FI-0063', '0063', '2024-07-05', NULL, 'Active', 'The check is original', 'الشيك اصل', NULL, 26, NULL, NULL, NULL, NULL, '0005161004080698000', '1031001928751010', NULL, NULL, '1445888', 40000, 40881.7, 11, 3, 1, NULL, NULL, NULL, NULL, NULL, 2, '2024-07-05', 1, '2024-07-05 08:48:27', '2024-07-05 08:48:27'), (64, 'FI-0064', '0064', '2024-07-05', NULL, 'Active', 'The check is original', 'الشيك اصل', NULL, 27, NULL, NULL, NULL, NULL, '0005242045251278802', '1031151793976017', NULL, NULL, '1377233', 32500, 45214.91, 11, 3, 1, NULL, NULL, NULL, NULL, NULL, 2, '2024-07-05', 1, '2024-07-05 08:48:28', '2024-07-05 08:48:28'), (65, 'FI-0065', '0065', '2024-07-05', NULL, 'Active', 'The check is original', 'الشيك اصل', NULL, 28, NULL, NULL, NULL, NULL, '0005161004014814004', 'AE050351031151745865012', NULL, NULL, '1358330', 32000, 38154.19, 11, 3, 3, NULL, NULL, NULL, NULL, NULL, 2, '2024-07-05', 1, '2024-07-05 08:48:28', '2024-07-05 08:48:28'), (66, 'FI-0066', '0066', '2024-07-05', NULL, 'Active', 'The check is original', 'الشيك اصل', NULL, 29, NULL, NULL, NULL, NULL, '0005242043041622389', '1031154598578014', NULL, NULL, '1616505', 40000, 51377.1, 1, 3, 3, NULL, NULL, NULL, NULL, NULL, 2, '2024-07-05', 1, '2024-07-05 08:48:28', '2024-07-05 08:48:28'), (67, 'FI-0067', '0067', '2024-07-05', NULL, 'Active', 'The check is original', 'الشيك اصل', NULL, 30, NULL, NULL, NULL, NULL, '0005161784098062006', '1031151840469014', NULL, NULL, '000030', 199282, 247162.54, 13, 3, 1, NULL, NULL, NULL, NULL, NULL, 2, '2024-07-05', 1, '2024-07-05 08:48:28', '2024-07-05 08:48:28'), (68, 'FI-0068', '0068', '2024-07-05', NULL, 'Active', 'The check is original', 'الشيك اصل', NULL, 31, NULL, NULL, NULL, NULL, '0005242045260174000', '1031154086496001', NULL, NULL, '100017', 105900, 72925, 14, 3, 1, NULL, NULL, NULL, NULL, NULL, 2, '2024-07-05', 1, '2024-07-05 08:48:29', '2024-07-05 08:48:29'), (69, 'FI-0069', '0069', '2024-07-05', NULL, 'Active', 'The check is original', 'الشيك اصل', NULL, 32, NULL, NULL, NULL, NULL, '0005242045274143009', '1001261602878026', NULL, NULL, '000002', 33600, 34159.31, 15, 3, 1, NULL, NULL, NULL, NULL, NULL, 2, '2024-07-05', 1, '2024-07-05 08:48:29', '2024-07-05 08:48:29'), (70, 'FI-0070', '0070', '2024-07-05', NULL, 'Active', 'The check is original', 'الشيك اصل', NULL, 33, NULL, NULL, NULL, NULL, '0004573304744360004', '1031154068412001', NULL, NULL, '000201', 75000, 104253.28, 10, 3, 1, NULL, NULL, NULL, NULL, NULL, 2, '2024-07-05', 1, '2024-07-05 08:48:29', '2024-07-05 08:48:29'), (71, 'FI-0071', '0071', '2024-07-05', NULL, 'Active', 'The check is original', 'الشيك اصل', NULL, 34, NULL, NULL, NULL, NULL, '0005242044277274002', NULL, NULL, NULL, '000001', 32400, 26158.91, 10, 3, 1, NULL, NULL, NULL, NULL, NULL, 2, '2024-07-05', 1, '2024-07-05 08:48:30', '2024-07-05 08:48:30'), (72, 'FI-0072', '0072', '2024-07-05', NULL, 'Active', 'The check is original', 'الشيك اصل', NULL, 35, NULL, NULL, NULL, NULL, '0005161004082978004', NULL, NULL, NULL, '000001', 30000, 36745.12, 10, 3, 1, NULL, NULL, NULL, NULL, NULL, 2, '2024-07-05', 1, '2024-07-05 08:48:30', '2024-07-05 08:48:30'), (73, 'FI-0073', '0073', '2024-07-05', NULL, 'Active', 'The check is original', 'الشيك اصل', NULL, 36, NULL, NULL, NULL, NULL, '0005525774047268003', NULL, NULL, NULL, '008068', 112500, 62976.39, 16, 3, 1, NULL, NULL, NULL, NULL, NULL, 2, '2024-07-05', 1, '2024-07-05 08:48:30', '2024-07-05 08:48:30'), (74, 'FI-0074', '0074', '2024-07-05', NULL, 'Active', 'The check is original', 'الشيك اصل', NULL, 37, NULL, NULL, NULL, NULL, '0005242045250111806', NULL, NULL, NULL, '000587', 36770, 36775.45, 17, 3, 1, NULL, NULL, NULL, NULL, NULL, 2, '2024-07-05', 1, '2024-07-05 08:48:31', '2024-07-05 08:48:31'), (75, 'FI-0075', '0075', '2024-07-05', NULL, 'Active', 'The check is original', 'الشيك اصل', NULL, 38, NULL, NULL, NULL, NULL, '0005242045260091303', NULL, NULL, NULL, '000002', 44000, 35454.25, 17, 3, 1, NULL, NULL, NULL, NULL, NULL, 2, '2024-07-05', 1, '2024-07-05 08:48:31', '2024-07-05 08:48:31'), (76, 'FI-0076', '0076', '2024-07-05', NULL, 'Active', 'The check is original', 'الشيك اصل', NULL, 39, NULL, NULL, NULL, NULL, '0005242040404055231', '1031155626448001', NULL, NULL, '012193', 50000, 65793.7, 1, 4, 1, NULL, NULL, NULL, NULL, NULL, 2, '2024-07-05', 1, '2024-07-05 08:48:31', '2024-07-05 08:48:31'), (77, 'FI-0077', '0077', '2024-07-05', '2020-01-01', 'Final Dismissal', 'The check is original', 'الشيك اصل', NULL, 40, NULL, NULL, NULL, NULL, '0005161784013932002', NULL, NULL, NULL, '000012', 54700, 51794.59, 6, 4, 1, NULL, NULL, NULL, NULL, NULL, 2, '2024-07-05', 1, '2024-07-05 08:48:32', '2024-07-25 06:10:32'), (78, 'FI-0078', '0078', '2024-07-05', NULL, 'Active', 'The check is original', 'الشيك اصل', NULL, 41, NULL, NULL, NULL, NULL, '0005213894016661009', NULL, NULL, NULL, '500001', 50400, 45606.18, 18, 4, 1, NULL, NULL, NULL, NULL, NULL, 2, '2024-07-05', 1, '2024-07-05 08:48:32', '2024-07-05 08:48:32'), (79, 'FI-0079', '0079', '2024-07-05', '2024-01-01', 'Active', 'The check is original', 'الشيك اصل', NULL, 42, 2, NULL, 2, NULL, '0005242045262265004', '1001261256532035', NULL, NULL, '963428', 47700, 41564.39, 11, 4, 1, NULL, NULL, NULL, NULL, NULL, 2, '2024-07-05', 1, '2024-07-05 08:48:32', '2024-07-30 06:06:31'), (80, 'FI-0080', '0080', '2024-07-05', NULL, 'Active', 'The check is original', 'الشيك اصل', NULL, 43, NULL, NULL, NULL, NULL, '0005242040294106300', '1001383977449027', NULL, NULL, '1597838', 30000, 37941.36, 1, 3, 1, NULL, NULL, NULL, NULL, NULL, 2, '2024-07-05', 1, '2024-07-05 08:48:32', '2024-07-05 08:48:32'), (81, 'FI-0081', '0081', '2024-07-05', '2024-01-01', 'Active', 'The check is original 123', 'الشيك اصل 123', NULL, 44, NULL, NULL, NULL, NULL, '0005451504652162003', NULL, NULL, NULL, '385', 249000, 215967.62, 5, 3, 1, NULL, NULL, NULL, NULL, NULL, 2, '2024-07-05', 1, '2024-07-05 08:48:33', '2024-07-26 11:34:39'), (82, 'FI-0082', '0082', '2024-07-05', '2024-01-01', 'Active', 'The check is original', 'الشيك اصل', NULL, 45, 2, NULL, 2, NULL, '0005213894006756009', NULL, NULL, NULL, '109', 75000, 489327.81, 19, 3, 1, NULL, NULL, 1500.00, NULL, NULL, 2, '2024-07-05', 1, '2024-07-05 08:48:33', '2024-07-22 11:53:07'), (83, 'FI-0083', '0083', '2024-07-05', NULL, 'Active', 'The check is original', 'الشيك اصل', NULL, 46, NULL, NULL, NULL, NULL, '0005242045250363100', NULL, NULL, NULL, '82', 54000, 133644.22, 9, 4, 1, NULL, NULL, NULL, NULL, NULL, 2, '2024-07-05', 1, '2024-07-05 08:48:33', '2024-07-05 08:48:33'); -- -------------------------------------------------------- -- -- Table structure for table `execution_file_attachments` -- CREATE TABLE `execution_file_attachments` ( `id` bigint UNSIGNED NOT NULL, `name` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `nameAr` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `documentNumber` varchar(100) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `documentDate` varchar(100) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `documentTypeId` bigint UNSIGNED DEFAULT NULL, `documentFile` text COLLATE utf8mb4_unicode_ci, `documentFileSize` text COLLATE utf8mb4_unicode_ci, `information` text COLLATE utf8mb4_unicode_ci, `informationAr` text COLLATE utf8mb4_unicode_ci, `executionFileId` bigint UNSIGNED DEFAULT NULL, `clientId` bigint UNSIGNED DEFAULT NULL, `creationDate` varchar(100) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `creatorId` bigint UNSIGNED 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 `execution_file_attachments` -- INSERT INTO `execution_file_attachments` (`id`, `name`, `nameAr`, `documentNumber`, `documentDate`, `documentTypeId`, `documentFile`, `documentFileSize`, `information`, `informationAr`, `executionFileId`, `clientId`, `creationDate`, `creatorId`, `created_at`, `updated_at`) VALUES (1, 'Regulations', 'اللائحة', 'D-0001', '2024-07-22', 2, 'DOC-12.24PM965142221521.pdf', '230.8 KB', NULL, NULL, 83, 2, '2024-07-22', 1, '2024-07-22 12:24:36', '2024-07-22 12:24:36'), (2, 'Regulations', 'اللائحة', 'D-0001', '2024-07-25', 2, 'DOC-06.50AM112867986003.pdf', '556 KB', NULL, NULL, 78, 2, '2024-07-25', 1, '2024-07-25 06:50:52', '2024-07-25 06:50:52'), (3, 'The check', 'الشيك', 'D-0002', '2024-07-25', 2, 'DOC-06.51AM456198868701.pdf', '104.7 KB', NULL, NULL, 78, 2, '2024-07-25', 1, '2024-07-25 06:51:20', '2024-07-25 06:51:20'), (4, 'Return', 'الرجوع', 'D-0003', '2024-07-25', 2, 'DOC-06.51AM17002656613.jpg', '135.8 KB', NULL, NULL, 78, 2, '2024-07-25', 1, '2024-07-25 06:51:55', '2024-07-25 06:51:55'), (5, 'Regulations', 'اللوائح', 'D-0004', '2024-07-25', 2, 'DOC-06.52AM247225974483.docx', '332.7 KB', NULL, NULL, 78, 2, '2024-07-25', 1, '2024-07-25 06:52:39', '2024-07-25 06:52:39'); -- -------------------------------------------------------- -- -- Table structure for table `execution_file_invoices` -- CREATE TABLE `execution_file_invoices` ( `id` bigint UNSIGNED NOT NULL, `title` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `titleAr` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `fees` double DEFAULT NULL, `documentFile` text COLLATE utf8mb4_unicode_ci, `executionFileId` bigint UNSIGNED DEFAULT NULL, `clientId` bigint UNSIGNED DEFAULT NULL, `creationDate` varchar(100) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `creatorId` bigint UNSIGNED 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 `execution_file_operations` -- CREATE TABLE `execution_file_operations` ( `id` bigint UNSIGNED NOT NULL, `operationDate` varchar(100) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `status` varchar(100) COLLATE utf8mb4_unicode_ci DEFAULT 'Pending', `information` text COLLATE utf8mb4_unicode_ci, `informationAr` text COLLATE utf8mb4_unicode_ci, `note` text COLLATE utf8mb4_unicode_ci, `noteAr` text COLLATE utf8mb4_unicode_ci, `operationFees` double(15,2) DEFAULT NULL, `operationAmount` double(15,2) DEFAULT NULL, `documentFile` text COLLATE utf8mb4_unicode_ci, `secondDocumentFile` text COLLATE utf8mb4_unicode_ci, `thirdDocumentFile` text COLLATE utf8mb4_unicode_ci, `fourthDocumentFile` text COLLATE utf8mb4_unicode_ci, `executionOperationTypeId` bigint UNSIGNED DEFAULT NULL, `executionOperationAuthorityId` bigint UNSIGNED DEFAULT NULL, `executionFileId` bigint UNSIGNED DEFAULT NULL, `clientId` bigint UNSIGNED DEFAULT NULL, `creationDate` varchar(100) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `creatorId` bigint UNSIGNED 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 `execution_file_operations` -- INSERT INTO `execution_file_operations` (`id`, `operationDate`, `status`, `information`, `informationAr`, `note`, `noteAr`, `operationFees`, `operationAmount`, `documentFile`, `secondDocumentFile`, `thirdDocumentFile`, `fourthDocumentFile`, `executionOperationTypeId`, `executionOperationAuthorityId`, `executionFileId`, `clientId`, `creationDate`, `creatorId`, `created_at`, `updated_at`) VALUES (1, NULL, 'Pending', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 1, NULL, 1, NULL, '2024-07-04', 1, '2024-07-04 07:28:47', '2024-07-04 07:28:47'), (2, NULL, 'Pending', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 2, NULL, 1, NULL, '2024-07-04', 1, '2024-07-04 07:28:47', '2024-07-04 07:28:47'), (3, NULL, 'Pending', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 3, NULL, 1, NULL, '2024-07-04', 1, '2024-07-04 07:28:47', '2024-07-04 07:28:47'), (4, NULL, 'Pending', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 4, NULL, 1, NULL, '2024-07-04', 1, '2024-07-04 07:28:47', '2024-07-04 07:28:47'), (5, NULL, 'Pending', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 5, NULL, 1, NULL, '2024-07-04', 1, '2024-07-04 07:28:47', '2024-07-04 07:28:47'), (6, NULL, 'Pending', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 6, NULL, 1, NULL, '2024-07-04', 1, '2024-07-04 07:28:47', '2024-07-04 07:28:47'), (7, NULL, 'Pending', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 7, NULL, 1, NULL, '2024-07-04', 1, '2024-07-04 07:28:47', '2024-07-04 07:28:47'), (8, NULL, 'Pending', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 8, NULL, 1, NULL, '2024-07-04', 1, '2024-07-04 07:28:47', '2024-07-04 07:28:47'), (9, NULL, 'Pending', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 1, NULL, 2, NULL, '2024-07-04', 1, '2024-07-04 07:28:48', '2024-07-04 07:28:48'), (10, NULL, 'Pending', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 2, NULL, 2, NULL, '2024-07-04', 1, '2024-07-04 07:28:48', '2024-07-04 07:28:48'), (11, NULL, 'Pending', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 3, NULL, 2, NULL, '2024-07-04', 1, '2024-07-04 07:28:48', '2024-07-04 07:28:48'), (12, NULL, 'Pending', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 4, NULL, 2, NULL, '2024-07-04', 1, '2024-07-04 07:28:48', '2024-07-04 07:28:48'), (13, NULL, 'Pending', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 5, NULL, 2, NULL, '2024-07-04', 1, '2024-07-04 07:28:48', '2024-07-04 07:28:48'), (14, NULL, 'Pending', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 6, NULL, 2, NULL, '2024-07-04', 1, '2024-07-04 07:28:48', '2024-07-04 07:28:48'), (15, NULL, 'Pending', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 7, NULL, 2, NULL, '2024-07-04', 1, '2024-07-04 07:28:48', '2024-07-04 07:28:48'), (16, NULL, 'Pending', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 8, NULL, 2, NULL, '2024-07-04', 1, '2024-07-04 07:28:48', '2024-07-04 07:28:48'), (17, NULL, 'Pending', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 1, NULL, 3, NULL, '2024-07-04', 1, '2024-07-04 07:28:49', '2024-07-04 07:28:49'), (18, NULL, 'Pending', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 2, NULL, 3, NULL, '2024-07-04', 1, '2024-07-04 07:28:49', '2024-07-04 07:28:49'), (19, NULL, 'Pending', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 3, NULL, 3, NULL, '2024-07-04', 1, '2024-07-04 07:28:49', '2024-07-04 07:28:49'), (20, NULL, 'Pending', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 4, NULL, 3, NULL, '2024-07-04', 1, '2024-07-04 07:28:49', '2024-07-04 07:28:49'), (21, NULL, 'Pending', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 5, NULL, 3, NULL, '2024-07-04', 1, '2024-07-04 07:28:49', '2024-07-04 07:28:49'), (22, NULL, 'Pending', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 6, NULL, 3, NULL, '2024-07-04', 1, '2024-07-04 07:28:49', '2024-07-04 07:28:49'), (23, NULL, 'Pending', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 7, NULL, 3, NULL, '2024-07-04', 1, '2024-07-04 07:28:49', '2024-07-04 07:28:49'), (24, NULL, 'Pending', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 8, NULL, 3, NULL, '2024-07-04', 1, '2024-07-04 07:28:49', '2024-07-04 07:28:49'), (25, NULL, 'Pending', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 1, NULL, 4, NULL, '2024-07-04', 1, '2024-07-04 07:28:49', '2024-07-04 07:28:49'), (26, NULL, 'Pending', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 2, NULL, 4, NULL, '2024-07-04', 1, '2024-07-04 07:28:49', '2024-07-04 07:28:49'), (27, NULL, 'Pending', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 3, NULL, 4, NULL, '2024-07-04', 1, '2024-07-04 07:28:49', '2024-07-04 07:28:49'), (28, NULL, 'Pending', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 4, NULL, 4, NULL, '2024-07-04', 1, '2024-07-04 07:28:49', '2024-07-04 07:28:49'), (29, NULL, 'Pending', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 5, NULL, 4, NULL, '2024-07-04', 1, '2024-07-04 07:28:49', '2024-07-04 07:28:49'), (30, NULL, 'Pending', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 6, NULL, 4, NULL, '2024-07-04', 1, '2024-07-04 07:28:49', '2024-07-04 07:28:49'), (31, NULL, 'Pending', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 7, NULL, 4, NULL, '2024-07-04', 1, '2024-07-04 07:28:49', '2024-07-04 07:28:49'), (32, NULL, 'Pending', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 8, NULL, 4, NULL, '2024-07-04', 1, '2024-07-04 07:28:49', '2024-07-04 07:28:49'), (33, NULL, 'Pending', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 1, NULL, 5, NULL, '2024-07-04', 1, '2024-07-04 07:28:50', '2024-07-04 07:28:50'), (34, NULL, 'Pending', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 2, NULL, 5, NULL, '2024-07-04', 1, '2024-07-04 07:28:50', '2024-07-04 07:28:50'), (35, NULL, 'Pending', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 3, NULL, 5, NULL, '2024-07-04', 1, '2024-07-04 07:28:50', '2024-07-04 07:28:50'), (36, NULL, 'Pending', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 4, NULL, 5, NULL, '2024-07-04', 1, '2024-07-04 07:28:50', '2024-07-04 07:28:50'), (37, NULL, 'Pending', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 5, NULL, 5, NULL, '2024-07-04', 1, '2024-07-04 07:28:50', '2024-07-04 07:28:50'), (38, NULL, 'Pending', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 6, NULL, 5, NULL, '2024-07-04', 1, '2024-07-04 07:28:50', '2024-07-04 07:28:50'), (39, NULL, 'Pending', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 7, NULL, 5, NULL, '2024-07-04', 1, '2024-07-04 07:28:50', '2024-07-04 07:28:50'), (40, NULL, 'Pending', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 8, NULL, 5, NULL, '2024-07-04', 1, '2024-07-04 07:28:50', '2024-07-04 07:28:50'), (41, NULL, 'Pending', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 1, NULL, 6, NULL, '2024-07-04', 1, '2024-07-04 07:28:51', '2024-07-04 07:28:51'), (42, NULL, 'Pending', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 2, NULL, 6, NULL, '2024-07-04', 1, '2024-07-04 07:28:51', '2024-07-04 07:28:51'), (43, NULL, 'Pending', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 3, NULL, 6, NULL, '2024-07-04', 1, '2024-07-04 07:28:51', '2024-07-04 07:28:51'), (44, NULL, 'Pending', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 4, NULL, 6, NULL, '2024-07-04', 1, '2024-07-04 07:28:51', '2024-07-04 07:28:51'), (45, NULL, 'Pending', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 5, NULL, 6, NULL, '2024-07-04', 1, '2024-07-04 07:28:51', '2024-07-04 07:28:51'), (46, NULL, 'Pending', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 6, NULL, 6, NULL, '2024-07-04', 1, '2024-07-04 07:28:51', '2024-07-04 07:28:51'), (47, NULL, 'Pending', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 7, NULL, 6, NULL, '2024-07-04', 1, '2024-07-04 07:28:51', '2024-07-04 07:28:51'), (48, NULL, 'Pending', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 8, NULL, 6, NULL, '2024-07-04', 1, '2024-07-04 07:28:51', '2024-07-04 07:28:51'), (49, NULL, 'Pending', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 1, NULL, 7, NULL, '2024-07-04', 1, '2024-07-04 07:28:51', '2024-07-04 07:28:51'), (50, NULL, 'Pending', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 2, NULL, 7, NULL, '2024-07-04', 1, '2024-07-04 07:28:51', '2024-07-04 07:28:51'), (51, NULL, 'Pending', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 3, NULL, 7, NULL, '2024-07-04', 1, '2024-07-04 07:28:51', '2024-07-04 07:28:51'), (52, NULL, 'Pending', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 4, NULL, 7, NULL, '2024-07-04', 1, '2024-07-04 07:28:51', '2024-07-04 07:28:51'), (53, NULL, 'Pending', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 5, NULL, 7, NULL, '2024-07-04', 1, '2024-07-04 07:28:51', '2024-07-04 07:28:51'), (54, NULL, 'Pending', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 6, NULL, 7, NULL, '2024-07-04', 1, '2024-07-04 07:28:51', '2024-07-04 07:28:51'), (55, NULL, 'Pending', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 7, NULL, 7, NULL, '2024-07-04', 1, '2024-07-04 07:28:51', '2024-07-04 07:28:51'), (56, NULL, 'Pending', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 8, NULL, 7, NULL, '2024-07-04', 1, '2024-07-04 07:28:51', '2024-07-04 07:28:51'), (57, NULL, 'Pending', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 1, NULL, 8, NULL, '2024-07-04', 1, '2024-07-04 07:28:52', '2024-07-04 07:28:52'), (58, NULL, 'Pending', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 2, NULL, 8, NULL, '2024-07-04', 1, '2024-07-04 07:28:52', '2024-07-04 07:28:52'), (59, NULL, 'Pending', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 3, NULL, 8, NULL, '2024-07-04', 1, '2024-07-04 07:28:52', '2024-07-04 07:28:52'), (60, NULL, 'Pending', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 4, NULL, 8, NULL, '2024-07-04', 1, '2024-07-04 07:28:52', '2024-07-04 07:28:52'), (61, NULL, 'Pending', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 5, NULL, 8, NULL, '2024-07-04', 1, '2024-07-04 07:28:52', '2024-07-04 07:28:52'), (62, NULL, 'Pending', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 6, NULL, 8, NULL, '2024-07-04', 1, '2024-07-04 07:28:52', '2024-07-04 07:28:52'), (63, NULL, 'Pending', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 7, NULL, 8, NULL, '2024-07-04', 1, '2024-07-04 07:28:52', '2024-07-04 07:28:52'), (64, NULL, 'Pending', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 8, NULL, 8, NULL, '2024-07-04', 1, '2024-07-04 07:28:52', '2024-07-04 07:28:52'), (65, NULL, 'Pending', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 1, NULL, 9, NULL, '2024-07-04', 1, '2024-07-04 07:28:53', '2024-07-04 07:28:53'), (66, NULL, 'Pending', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 2, NULL, 9, NULL, '2024-07-04', 1, '2024-07-04 07:28:53', '2024-07-04 07:28:53'), (67, NULL, 'Pending', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 3, NULL, 9, NULL, '2024-07-04', 1, '2024-07-04 07:28:53', '2024-07-04 07:28:53'), (68, NULL, 'Pending', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 4, NULL, 9, NULL, '2024-07-04', 1, '2024-07-04 07:28:53', '2024-07-04 07:28:53'), (69, NULL, 'Pending', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 5, NULL, 9, NULL, '2024-07-04', 1, '2024-07-04 07:28:53', '2024-07-04 07:28:53'), (70, NULL, 'Pending', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 6, NULL, 9, NULL, '2024-07-04', 1, '2024-07-04 07:28:53', '2024-07-04 07:28:53'), (71, NULL, 'Pending', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 7, NULL, 9, NULL, '2024-07-04', 1, '2024-07-04 07:28:53', '2024-07-04 07:28:53'), (72, NULL, 'Pending', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 8, NULL, 9, NULL, '2024-07-04', 1, '2024-07-04 07:28:53', '2024-07-04 07:28:53'), (73, '2024-06-03', 'Pending', 'A travel ban has been issued', 'تم اصدار منع السفر', NULL, NULL, 320.00, NULL, NULL, NULL, NULL, NULL, 8, 1, 9, NULL, '2024-07-04', 1, '2024-07-04 07:48:11', '2024-07-04 07:49:47'), (74, '2024-06-10', 'Pending', 'Cancel the travel ban', 'الغاء المنع من السفر', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 8, NULL, 9, NULL, '2024-07-04', 1, '2024-07-04 07:49:19', '2024-07-04 07:49:19'), (75, NULL, 'Pending', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 1, NULL, 10, NULL, '2024-07-05', 1, '2024-07-05 08:34:31', '2024-07-05 08:34:31'), (76, NULL, 'Pending', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 2, NULL, 10, NULL, '2024-07-05', 1, '2024-07-05 08:34:31', '2024-07-05 08:34:31'), (77, NULL, 'Pending', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 3, NULL, 10, NULL, '2024-07-05', 1, '2024-07-05 08:34:31', '2024-07-05 08:34:31'), (78, NULL, 'Pending', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 4, NULL, 10, NULL, '2024-07-05', 1, '2024-07-05 08:34:31', '2024-07-05 08:34:31'), (79, NULL, 'Pending', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 5, NULL, 10, NULL, '2024-07-05', 1, '2024-07-05 08:34:31', '2024-07-05 08:34:31'), (80, NULL, 'Pending', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 6, NULL, 10, NULL, '2024-07-05', 1, '2024-07-05 08:34:31', '2024-07-05 08:34:31'), (81, NULL, 'Pending', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 7, NULL, 10, NULL, '2024-07-05', 1, '2024-07-05 08:34:31', '2024-07-05 08:34:31'), (82, NULL, 'Pending', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 8, NULL, 10, NULL, '2024-07-05', 1, '2024-07-05 08:34:31', '2024-07-05 08:34:31'), (83, NULL, 'Pending', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 1, NULL, 11, NULL, '2024-07-05', 1, '2024-07-05 08:34:32', '2024-07-05 08:34:32'), (84, NULL, 'Pending', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 2, NULL, 11, NULL, '2024-07-05', 1, '2024-07-05 08:34:32', '2024-07-05 08:34:32'), (85, NULL, 'Pending', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 3, NULL, 11, NULL, '2024-07-05', 1, '2024-07-05 08:34:32', '2024-07-05 08:34:32'), (86, NULL, 'Pending', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 4, NULL, 11, NULL, '2024-07-05', 1, '2024-07-05 08:34:32', '2024-07-05 08:34:32'), (87, NULL, 'Pending', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 5, NULL, 11, NULL, '2024-07-05', 1, '2024-07-05 08:34:32', '2024-07-05 08:34:32'), (88, NULL, 'Pending', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 6, NULL, 11, NULL, '2024-07-05', 1, '2024-07-05 08:34:32', '2024-07-05 08:34:32'), (89, NULL, 'Pending', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 7, NULL, 11, NULL, '2024-07-05', 1, '2024-07-05 08:34:32', '2024-07-05 08:34:32'), (90, NULL, 'Pending', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 8, NULL, 11, NULL, '2024-07-05', 1, '2024-07-05 08:34:32', '2024-07-05 08:34:32'), (91, NULL, 'Pending', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 1, NULL, 12, NULL, '2024-07-05', 1, '2024-07-05 08:34:34', '2024-07-05 08:34:34'), (92, NULL, 'Pending', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 2, NULL, 12, NULL, '2024-07-05', 1, '2024-07-05 08:34:34', '2024-07-05 08:34:34'), (93, NULL, 'Pending', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 3, NULL, 12, NULL, '2024-07-05', 1, '2024-07-05 08:34:34', '2024-07-05 08:34:34'), (94, NULL, 'Pending', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 4, NULL, 12, NULL, '2024-07-05', 1, '2024-07-05 08:34:34', '2024-07-05 08:34:34'), (95, NULL, 'Pending', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 5, NULL, 12, NULL, '2024-07-05', 1, '2024-07-05 08:34:34', '2024-07-05 08:34:34'), (96, NULL, 'Pending', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 6, NULL, 12, NULL, '2024-07-05', 1, '2024-07-05 08:34:34', '2024-07-05 08:34:34'), (97, NULL, 'Pending', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 7, NULL, 12, NULL, '2024-07-05', 1, '2024-07-05 08:34:34', '2024-07-05 08:34:34'), (98, NULL, 'Pending', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 8, NULL, 12, NULL, '2024-07-05', 1, '2024-07-05 08:34:34', '2024-07-05 08:34:34'), (99, NULL, 'Pending', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 1, NULL, 13, NULL, '2024-07-05', 1, '2024-07-05 08:34:34', '2024-07-05 08:34:34'), (100, NULL, 'Pending', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 2, NULL, 13, NULL, '2024-07-05', 1, '2024-07-05 08:34:34', '2024-07-05 08:34:34'), (101, NULL, 'Pending', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 3, NULL, 13, NULL, '2024-07-05', 1, '2024-07-05 08:34:34', '2024-07-05 08:34:34'), (102, NULL, 'Pending', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 4, NULL, 13, NULL, '2024-07-05', 1, '2024-07-05 08:34:34', '2024-07-05 08:34:34'), (103, NULL, 'Pending', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 5, NULL, 13, NULL, '2024-07-05', 1, '2024-07-05 08:34:34', '2024-07-05 08:34:34'), (104, NULL, 'Pending', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 6, NULL, 13, NULL, '2024-07-05', 1, '2024-07-05 08:34:34', '2024-07-05 08:34:34'), (105, NULL, 'Pending', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 7, NULL, 13, NULL, '2024-07-05', 1, '2024-07-05 08:34:34', '2024-07-05 08:34:34'), (106, NULL, 'Pending', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 8, NULL, 13, NULL, '2024-07-05', 1, '2024-07-05 08:34:34', '2024-07-05 08:34:34'), (107, NULL, 'Pending', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 1, NULL, 14, NULL, '2024-07-05', 1, '2024-07-05 08:34:35', '2024-07-05 08:34:35'), (108, NULL, 'Pending', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 2, NULL, 14, NULL, '2024-07-05', 1, '2024-07-05 08:34:35', '2024-07-05 08:34:35'), (109, NULL, 'Pending', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 3, NULL, 14, NULL, '2024-07-05', 1, '2024-07-05 08:34:35', '2024-07-05 08:34:35'), (110, NULL, 'Pending', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 4, NULL, 14, NULL, '2024-07-05', 1, '2024-07-05 08:34:35', '2024-07-05 08:34:35'), (111, NULL, 'Pending', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 5, NULL, 14, NULL, '2024-07-05', 1, '2024-07-05 08:34:35', '2024-07-05 08:34:35'), (112, NULL, 'Pending', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 6, NULL, 14, NULL, '2024-07-05', 1, '2024-07-05 08:34:35', '2024-07-05 08:34:35'), (113, NULL, 'Pending', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 7, NULL, 14, NULL, '2024-07-05', 1, '2024-07-05 08:34:35', '2024-07-05 08:34:35'), (114, NULL, 'Pending', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 8, NULL, 14, NULL, '2024-07-05', 1, '2024-07-05 08:34:35', '2024-07-05 08:34:35'), (115, NULL, 'Pending', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 1, NULL, 15, NULL, '2024-07-05', 1, '2024-07-05 08:34:36', '2024-07-05 08:34:36'), (116, NULL, 'Pending', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 2, NULL, 15, NULL, '2024-07-05', 1, '2024-07-05 08:34:36', '2024-07-05 08:34:36'), (117, NULL, 'Pending', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 3, NULL, 15, NULL, '2024-07-05', 1, '2024-07-05 08:34:36', '2024-07-05 08:34:36'), (118, NULL, 'Pending', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 4, NULL, 15, NULL, '2024-07-05', 1, '2024-07-05 08:34:36', '2024-07-05 08:34:36'), (119, NULL, 'Pending', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 5, NULL, 15, NULL, '2024-07-05', 1, '2024-07-05 08:34:36', '2024-07-05 08:34:36'), (120, NULL, 'Pending', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 6, NULL, 15, NULL, '2024-07-05', 1, '2024-07-05 08:34:36', '2024-07-05 08:34:36'), (121, NULL, 'Pending', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 7, NULL, 15, NULL, '2024-07-05', 1, '2024-07-05 08:34:36', '2024-07-05 08:34:36'), (122, NULL, 'Pending', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 8, NULL, 15, NULL, '2024-07-05', 1, '2024-07-05 08:34:36', '2024-07-05 08:34:36'), (123, NULL, 'Pending', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 1, NULL, 16, NULL, '2024-07-05', 1, '2024-07-05 08:34:37', '2024-07-05 08:34:37'), (124, NULL, 'Pending', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 2, NULL, 16, NULL, '2024-07-05', 1, '2024-07-05 08:34:37', '2024-07-05 08:34:37'), (125, NULL, 'Pending', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 3, NULL, 16, NULL, '2024-07-05', 1, '2024-07-05 08:34:37', '2024-07-05 08:34:37'), (126, NULL, 'Pending', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 4, NULL, 16, NULL, '2024-07-05', 1, '2024-07-05 08:34:37', '2024-07-05 08:34:37'), (127, NULL, 'Pending', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 5, NULL, 16, NULL, '2024-07-05', 1, '2024-07-05 08:34:37', '2024-07-05 08:34:37'), (128, NULL, 'Pending', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 6, NULL, 16, NULL, '2024-07-05', 1, '2024-07-05 08:34:37', '2024-07-05 08:34:37'), (129, NULL, 'Pending', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 7, NULL, 16, NULL, '2024-07-05', 1, '2024-07-05 08:34:37', '2024-07-05 08:34:37'), (130, NULL, 'Pending', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 8, NULL, 16, NULL, '2024-07-05', 1, '2024-07-05 08:34:37', '2024-07-05 08:34:37'), (131, NULL, 'Pending', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 1, NULL, 17, NULL, '2024-07-05', 1, '2024-07-05 08:34:38', '2024-07-05 08:34:38'), (132, NULL, 'Pending', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 2, NULL, 17, NULL, '2024-07-05', 1, '2024-07-05 08:34:38', '2024-07-05 08:34:38'), (133, NULL, 'Pending', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 3, NULL, 17, NULL, '2024-07-05', 1, '2024-07-05 08:34:38', '2024-07-05 08:34:38'), (134, NULL, 'Pending', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 4, NULL, 17, NULL, '2024-07-05', 1, '2024-07-05 08:34:38', '2024-07-05 08:34:38'), (135, NULL, 'Pending', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 5, NULL, 17, NULL, '2024-07-05', 1, '2024-07-05 08:34:38', '2024-07-05 08:34:38'), (136, NULL, 'Pending', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 6, NULL, 17, NULL, '2024-07-05', 1, '2024-07-05 08:34:38', '2024-07-05 08:34:38'), (137, NULL, 'Pending', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 7, NULL, 17, NULL, '2024-07-05', 1, '2024-07-05 08:34:38', '2024-07-05 08:34:38'), (138, NULL, 'Pending', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 8, NULL, 17, NULL, '2024-07-05', 1, '2024-07-05 08:34:38', '2024-07-05 08:34:38'), (139, NULL, 'Pending', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 1, NULL, 18, NULL, '2024-07-05', 1, '2024-07-05 08:34:39', '2024-07-05 08:34:39'), (140, NULL, 'Pending', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 2, NULL, 18, NULL, '2024-07-05', 1, '2024-07-05 08:34:39', '2024-07-05 08:34:39'), (141, NULL, 'Pending', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 3, NULL, 18, NULL, '2024-07-05', 1, '2024-07-05 08:34:39', '2024-07-05 08:34:39'), (142, NULL, 'Pending', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 4, NULL, 18, NULL, '2024-07-05', 1, '2024-07-05 08:34:39', '2024-07-05 08:34:39'), (143, NULL, 'Pending', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 5, NULL, 18, NULL, '2024-07-05', 1, '2024-07-05 08:34:39', '2024-07-05 08:34:39'), (144, NULL, 'Pending', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 6, NULL, 18, NULL, '2024-07-05', 1, '2024-07-05 08:34:39', '2024-07-05 08:34:39'), (145, NULL, 'Pending', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 7, NULL, 18, NULL, '2024-07-05', 1, '2024-07-05 08:34:39', '2024-07-05 08:34:39'), (146, NULL, 'Pending', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 8, NULL, 18, NULL, '2024-07-05', 1, '2024-07-05 08:34:39', '2024-07-05 08:34:39'), (147, NULL, 'Pending', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 1, NULL, 19, NULL, '2024-07-05', 1, '2024-07-05 08:34:40', '2024-07-05 08:34:40'), (148, NULL, 'Pending', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 2, NULL, 19, NULL, '2024-07-05', 1, '2024-07-05 08:34:40', '2024-07-05 08:34:40'), (149, NULL, 'Pending', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 3, NULL, 19, NULL, '2024-07-05', 1, '2024-07-05 08:34:40', '2024-07-05 08:34:40'), (150, NULL, 'Pending', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 4, NULL, 19, NULL, '2024-07-05', 1, '2024-07-05 08:34:40', '2024-07-05 08:34:40'), (151, NULL, 'Pending', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 5, NULL, 19, NULL, '2024-07-05', 1, '2024-07-05 08:34:40', '2024-07-05 08:34:40'), (152, NULL, 'Pending', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 6, NULL, 19, NULL, '2024-07-05', 1, '2024-07-05 08:34:40', '2024-07-05 08:34:40'), (153, NULL, 'Pending', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 7, NULL, 19, NULL, '2024-07-05', 1, '2024-07-05 08:34:40', '2024-07-05 08:34:40'), (154, NULL, 'Pending', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 8, NULL, 19, NULL, '2024-07-05', 1, '2024-07-05 08:34:40', '2024-07-05 08:34:40'), (155, NULL, 'Pending', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 1, NULL, 20, NULL, '2024-07-05', 1, '2024-07-05 08:34:41', '2024-07-05 08:34:41'), (156, NULL, 'Pending', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 2, NULL, 20, NULL, '2024-07-05', 1, '2024-07-05 08:34:41', '2024-07-05 08:34:41'), (157, NULL, 'Pending', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 3, NULL, 20, NULL, '2024-07-05', 1, '2024-07-05 08:34:41', '2024-07-05 08:34:41'), (158, NULL, 'Pending', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 4, NULL, 20, NULL, '2024-07-05', 1, '2024-07-05 08:34:41', '2024-07-05 08:34:41'), (159, NULL, 'Pending', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 5, NULL, 20, NULL, '2024-07-05', 1, '2024-07-05 08:34:41', '2024-07-05 08:34:41'), (160, NULL, 'Pending', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 6, NULL, 20, NULL, '2024-07-05', 1, '2024-07-05 08:34:41', '2024-07-05 08:34:41'), (161, NULL, 'Pending', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 7, NULL, 20, NULL, '2024-07-05', 1, '2024-07-05 08:34:41', '2024-07-05 08:34:41'), (162, NULL, 'Pending', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 8, NULL, 20, NULL, '2024-07-05', 1, '2024-07-05 08:34:41', '2024-07-05 08:34:41'), (163, NULL, 'Pending', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 1, NULL, 21, NULL, '2024-07-05', 1, '2024-07-05 08:34:42', '2024-07-05 08:34:42'), (164, NULL, 'Pending', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 2, NULL, 21, NULL, '2024-07-05', 1, '2024-07-05 08:34:42', '2024-07-05 08:34:42'), (165, NULL, 'Pending', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 3, NULL, 21, NULL, '2024-07-05', 1, '2024-07-05 08:34:42', '2024-07-05 08:34:42'), (166, NULL, 'Pending', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 4, NULL, 21, NULL, '2024-07-05', 1, '2024-07-05 08:34:42', '2024-07-05 08:34:42'), (167, NULL, 'Pending', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 5, NULL, 21, NULL, '2024-07-05', 1, '2024-07-05 08:34:42', '2024-07-05 08:34:42'), (168, NULL, 'Pending', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 6, NULL, 21, NULL, '2024-07-05', 1, '2024-07-05 08:34:42', '2024-07-05 08:34:42'), (169, NULL, 'Pending', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 7, NULL, 21, NULL, '2024-07-05', 1, '2024-07-05 08:34:42', '2024-07-05 08:34:42'), (170, NULL, 'Pending', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 8, NULL, 21, NULL, '2024-07-05', 1, '2024-07-05 08:34:42', '2024-07-05 08:34:42'), (171, NULL, 'Pending', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 1, NULL, 22, NULL, '2024-07-05', 1, '2024-07-05 08:34:43', '2024-07-05 08:34:43'), (172, NULL, 'Pending', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 2, NULL, 22, NULL, '2024-07-05', 1, '2024-07-05 08:34:43', '2024-07-05 08:34:43'), (173, NULL, 'Pending', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 3, NULL, 22, NULL, '2024-07-05', 1, '2024-07-05 08:34:43', '2024-07-05 08:34:43'), (174, NULL, 'Pending', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 4, NULL, 22, NULL, '2024-07-05', 1, '2024-07-05 08:34:43', '2024-07-05 08:34:43'), (175, NULL, 'Pending', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 5, NULL, 22, NULL, '2024-07-05', 1, '2024-07-05 08:34:43', '2024-07-05 08:34:43'), (176, NULL, 'Pending', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 6, NULL, 22, NULL, '2024-07-05', 1, '2024-07-05 08:34:43', '2024-07-05 08:34:43'), (177, NULL, 'Pending', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 7, NULL, 22, NULL, '2024-07-05', 1, '2024-07-05 08:34:43', '2024-07-05 08:34:43'), (178, NULL, 'Pending', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 8, NULL, 22, NULL, '2024-07-05', 1, '2024-07-05 08:34:43', '2024-07-05 08:34:43'), (179, NULL, 'Pending', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 1, NULL, 23, NULL, '2024-07-05', 1, '2024-07-05 08:34:43', '2024-07-05 08:34:43'), (180, NULL, 'Pending', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 2, NULL, 23, NULL, '2024-07-05', 1, '2024-07-05 08:34:43', '2024-07-05 08:34:43'), (181, NULL, 'Pending', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 3, NULL, 23, NULL, '2024-07-05', 1, '2024-07-05 08:34:43', '2024-07-05 08:34:43'), (182, NULL, 'Pending', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 4, NULL, 23, NULL, '2024-07-05', 1, '2024-07-05 08:34:43', '2024-07-05 08:34:43'), (183, NULL, 'Pending', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 5, NULL, 23, NULL, '2024-07-05', 1, '2024-07-05 08:34:43', '2024-07-05 08:34:43'), (184, NULL, 'Pending', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 6, NULL, 23, NULL, '2024-07-05', 1, '2024-07-05 08:34:43', '2024-07-05 08:34:43'), (185, NULL, 'Pending', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 7, NULL, 23, NULL, '2024-07-05', 1, '2024-07-05 08:34:43', '2024-07-05 08:34:43'), (186, NULL, 'Pending', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 8, NULL, 23, NULL, '2024-07-05', 1, '2024-07-05 08:34:43', '2024-07-05 08:34:43'), (187, NULL, 'Pending', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 1, NULL, 24, NULL, '2024-07-05', 1, '2024-07-05 08:34:44', '2024-07-05 08:34:44'), (188, NULL, 'Pending', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 2, NULL, 24, NULL, '2024-07-05', 1, '2024-07-05 08:34:44', '2024-07-05 08:34:44'), (189, NULL, 'Pending', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 3, NULL, 24, NULL, '2024-07-05', 1, '2024-07-05 08:34:44', '2024-07-05 08:34:44'), (190, NULL, 'Pending', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 4, NULL, 24, NULL, '2024-07-05', 1, '2024-07-05 08:34:44', '2024-07-05 08:34:44'), (191, NULL, 'Pending', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 5, NULL, 24, NULL, '2024-07-05', 1, '2024-07-05 08:34:44', '2024-07-05 08:34:44'), (192, NULL, 'Pending', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 6, NULL, 24, NULL, '2024-07-05', 1, '2024-07-05 08:34:44', '2024-07-05 08:34:44'), (193, NULL, 'Pending', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 7, NULL, 24, NULL, '2024-07-05', 1, '2024-07-05 08:34:44', '2024-07-05 08:34:44'), (194, NULL, 'Pending', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 8, NULL, 24, NULL, '2024-07-05', 1, '2024-07-05 08:34:44', '2024-07-05 08:34:44'), (195, NULL, 'Pending', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 1, NULL, 25, NULL, '2024-07-05', 1, '2024-07-05 08:34:45', '2024-07-05 08:34:45'), (196, NULL, 'Pending', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 2, NULL, 25, NULL, '2024-07-05', 1, '2024-07-05 08:34:45', '2024-07-05 08:34:45'), (197, NULL, 'Pending', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 3, NULL, 25, NULL, '2024-07-05', 1, '2024-07-05 08:34:45', '2024-07-05 08:34:45'), (198, NULL, 'Pending', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 4, NULL, 25, NULL, '2024-07-05', 1, '2024-07-05 08:34:45', '2024-07-05 08:34:45'), (199, NULL, 'Pending', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 5, NULL, 25, NULL, '2024-07-05', 1, '2024-07-05 08:34:45', '2024-07-05 08:34:45'), (200, NULL, 'Pending', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 6, NULL, 25, NULL, '2024-07-05', 1, '2024-07-05 08:34:45', '2024-07-05 08:34:45'), (201, NULL, 'Pending', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 7, NULL, 25, NULL, '2024-07-05', 1, '2024-07-05 08:34:45', '2024-07-05 08:34:45'), (202, NULL, 'Pending', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 8, NULL, 25, NULL, '2024-07-05', 1, '2024-07-05 08:34:45', '2024-07-05 08:34:45'), (203, NULL, 'Pending', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 1, NULL, 26, NULL, '2024-07-05', 1, '2024-07-05 08:34:46', '2024-07-05 08:34:46'), (204, NULL, 'Pending', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 2, NULL, 26, NULL, '2024-07-05', 1, '2024-07-05 08:34:46', '2024-07-05 08:34:46'), (205, NULL, 'Pending', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 3, NULL, 26, NULL, '2024-07-05', 1, '2024-07-05 08:34:46', '2024-07-05 08:34:46'), (206, NULL, 'Pending', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 4, NULL, 26, NULL, '2024-07-05', 1, '2024-07-05 08:34:46', '2024-07-05 08:34:46'), (207, NULL, 'Pending', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 5, NULL, 26, NULL, '2024-07-05', 1, '2024-07-05 08:34:46', '2024-07-05 08:34:46'), (208, NULL, 'Pending', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 6, NULL, 26, NULL, '2024-07-05', 1, '2024-07-05 08:34:46', '2024-07-05 08:34:46'), (209, NULL, 'Pending', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 7, NULL, 26, NULL, '2024-07-05', 1, '2024-07-05 08:34:46', '2024-07-05 08:34:46'), (210, NULL, 'Pending', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 8, NULL, 26, NULL, '2024-07-05', 1, '2024-07-05 08:34:46', '2024-07-05 08:34:46'), (211, NULL, 'Pending', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 1, NULL, 27, NULL, '2024-07-05', 1, '2024-07-05 08:34:46', '2024-07-05 08:34:46'), (212, NULL, 'Pending', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 2, NULL, 27, NULL, '2024-07-05', 1, '2024-07-05 08:34:46', '2024-07-05 08:34:46'), (213, NULL, 'Pending', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 3, NULL, 27, NULL, '2024-07-05', 1, '2024-07-05 08:34:46', '2024-07-05 08:34:46'), (214, NULL, 'Pending', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 4, NULL, 27, NULL, '2024-07-05', 1, '2024-07-05 08:34:46', '2024-07-05 08:34:46'), (215, NULL, 'Pending', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 5, NULL, 27, NULL, '2024-07-05', 1, '2024-07-05 08:34:46', '2024-07-05 08:34:46'), (216, NULL, 'Pending', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 6, NULL, 27, NULL, '2024-07-05', 1, '2024-07-05 08:34:46', '2024-07-05 08:34:46'), (217, NULL, 'Pending', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 7, NULL, 27, NULL, '2024-07-05', 1, '2024-07-05 08:34:46', '2024-07-05 08:34:46'), (218, NULL, 'Pending', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 8, NULL, 27, NULL, '2024-07-05', 1, '2024-07-05 08:34:46', '2024-07-05 08:34:46'), (219, NULL, 'Pending', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 1, NULL, 28, NULL, '2024-07-05', 1, '2024-07-05 08:34:47', '2024-07-05 08:34:47'), (220, NULL, 'Pending', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 2, NULL, 28, NULL, '2024-07-05', 1, '2024-07-05 08:34:47', '2024-07-05 08:34:47'), (221, NULL, 'Pending', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 3, NULL, 28, NULL, '2024-07-05', 1, '2024-07-05 08:34:47', '2024-07-05 08:34:47'), (222, NULL, 'Pending', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 4, NULL, 28, NULL, '2024-07-05', 1, '2024-07-05 08:34:47', '2024-07-05 08:34:47'), (223, NULL, 'Pending', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 5, NULL, 28, NULL, '2024-07-05', 1, '2024-07-05 08:34:47', '2024-07-05 08:34:47'), (224, NULL, 'Pending', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 6, NULL, 28, NULL, '2024-07-05', 1, '2024-07-05 08:34:47', '2024-07-05 08:34:47'), (225, NULL, 'Pending', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 7, NULL, 28, NULL, '2024-07-05', 1, '2024-07-05 08:34:47', '2024-07-05 08:34:47'), (226, NULL, 'Pending', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 8, NULL, 28, NULL, '2024-07-05', 1, '2024-07-05 08:34:47', '2024-07-05 08:34:47'), (227, NULL, 'Pending', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 1, NULL, 29, NULL, '2024-07-05', 1, '2024-07-05 08:34:48', '2024-07-05 08:34:48'), (228, NULL, 'Pending', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 2, NULL, 29, NULL, '2024-07-05', 1, '2024-07-05 08:34:48', '2024-07-05 08:34:48'), (229, NULL, 'Pending', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 3, NULL, 29, NULL, '2024-07-05', 1, '2024-07-05 08:34:48', '2024-07-05 08:34:48'), (230, NULL, 'Pending', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 4, NULL, 29, NULL, '2024-07-05', 1, '2024-07-05 08:34:48', '2024-07-05 08:34:48'), (231, NULL, 'Pending', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 5, NULL, 29, NULL, '2024-07-05', 1, '2024-07-05 08:34:48', '2024-07-05 08:34:48'), (232, NULL, 'Pending', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 6, NULL, 29, NULL, '2024-07-05', 1, '2024-07-05 08:34:48', '2024-07-05 08:34:48'), (233, NULL, 'Pending', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 7, NULL, 29, NULL, '2024-07-05', 1, '2024-07-05 08:34:48', '2024-07-05 08:34:48'), (234, NULL, 'Pending', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 8, NULL, 29, NULL, '2024-07-05', 1, '2024-07-05 08:34:48', '2024-07-05 08:34:48'), (235, NULL, 'Pending', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 1, NULL, 30, NULL, '2024-07-05', 1, '2024-07-05 08:34:49', '2024-07-05 08:34:49'), (236, NULL, 'Pending', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 2, NULL, 30, NULL, '2024-07-05', 1, '2024-07-05 08:34:49', '2024-07-05 08:34:49'), (237, NULL, 'Pending', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 3, NULL, 30, NULL, '2024-07-05', 1, '2024-07-05 08:34:49', '2024-07-05 08:34:49'), (238, NULL, 'Pending', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 4, NULL, 30, NULL, '2024-07-05', 1, '2024-07-05 08:34:49', '2024-07-05 08:34:49'), (239, NULL, 'Pending', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 5, NULL, 30, NULL, '2024-07-05', 1, '2024-07-05 08:34:49', '2024-07-05 08:34:49'), (240, NULL, 'Pending', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 6, NULL, 30, NULL, '2024-07-05', 1, '2024-07-05 08:34:49', '2024-07-05 08:34:49'), (241, NULL, 'Pending', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 7, NULL, 30, NULL, '2024-07-05', 1, '2024-07-05 08:34:49', '2024-07-05 08:34:49'), (242, NULL, 'Pending', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 8, NULL, 30, NULL, '2024-07-05', 1, '2024-07-05 08:34:49', '2024-07-05 08:34:49'), (243, NULL, 'Pending', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 1, NULL, 31, NULL, '2024-07-05', 1, '2024-07-05 08:34:50', '2024-07-05 08:34:50'), (244, NULL, 'Pending', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 2, NULL, 31, NULL, '2024-07-05', 1, '2024-07-05 08:34:50', '2024-07-05 08:34:50'), (245, NULL, 'Pending', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 3, NULL, 31, NULL, '2024-07-05', 1, '2024-07-05 08:34:50', '2024-07-05 08:34:50'), (246, NULL, 'Pending', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 4, NULL, 31, NULL, '2024-07-05', 1, '2024-07-05 08:34:50', '2024-07-05 08:34:50'), (247, NULL, 'Pending', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 5, NULL, 31, NULL, '2024-07-05', 1, '2024-07-05 08:34:50', '2024-07-05 08:34:50'), (248, NULL, 'Pending', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 6, NULL, 31, NULL, '2024-07-05', 1, '2024-07-05 08:34:50', '2024-07-05 08:34:50'), (249, NULL, 'Pending', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 7, NULL, 31, NULL, '2024-07-05', 1, '2024-07-05 08:34:50', '2024-07-05 08:34:50'), (250, NULL, 'Pending', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 8, NULL, 31, NULL, '2024-07-05', 1, '2024-07-05 08:34:50', '2024-07-05 08:34:50'), (251, NULL, 'Pending', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 1, NULL, 32, NULL, '2024-07-05', 1, '2024-07-05 08:34:51', '2024-07-05 08:34:51'), (252, NULL, 'Pending', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 2, NULL, 32, NULL, '2024-07-05', 1, '2024-07-05 08:34:51', '2024-07-05 08:34:51'), (253, NULL, 'Pending', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 3, NULL, 32, NULL, '2024-07-05', 1, '2024-07-05 08:34:51', '2024-07-05 08:34:51'), (254, NULL, 'Pending', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 4, NULL, 32, NULL, '2024-07-05', 1, '2024-07-05 08:34:51', '2024-07-05 08:34:51'), (255, NULL, 'Pending', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 5, NULL, 32, NULL, '2024-07-05', 1, '2024-07-05 08:34:51', '2024-07-05 08:34:51'), (256, NULL, 'Pending', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 6, NULL, 32, NULL, '2024-07-05', 1, '2024-07-05 08:34:51', '2024-07-05 08:34:51'), (257, NULL, 'Pending', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 7, NULL, 32, NULL, '2024-07-05', 1, '2024-07-05 08:34:51', '2024-07-05 08:34:51'), (258, NULL, 'Pending', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 8, NULL, 32, NULL, '2024-07-05', 1, '2024-07-05 08:34:51', '2024-07-05 08:34:51'), (259, NULL, 'Pending', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 1, NULL, 33, NULL, '2024-07-05', 1, '2024-07-05 08:34:51', '2024-07-05 08:34:51'), (260, NULL, 'Pending', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 2, NULL, 33, NULL, '2024-07-05', 1, '2024-07-05 08:34:51', '2024-07-05 08:34:51'), (261, NULL, 'Pending', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 3, NULL, 33, NULL, '2024-07-05', 1, '2024-07-05 08:34:51', '2024-07-05 08:34:51'), (262, NULL, 'Pending', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 4, NULL, 33, NULL, '2024-07-05', 1, '2024-07-05 08:34:51', '2024-07-05 08:34:51'), (263, NULL, 'Pending', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 5, NULL, 33, NULL, '2024-07-05', 1, '2024-07-05 08:34:51', '2024-07-05 08:34:51'), (264, NULL, 'Pending', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 6, NULL, 33, NULL, '2024-07-05', 1, '2024-07-05 08:34:51', '2024-07-05 08:34:51'), (265, NULL, 'Pending', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 7, NULL, 33, NULL, '2024-07-05', 1, '2024-07-05 08:34:51', '2024-07-05 08:34:51'), (266, NULL, 'Pending', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 8, NULL, 33, NULL, '2024-07-05', 1, '2024-07-05 08:34:51', '2024-07-05 08:34:51'), (267, NULL, 'Pending', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 1, NULL, 34, NULL, '2024-07-05', 1, '2024-07-05 08:34:52', '2024-07-05 08:34:52'), (268, NULL, 'Pending', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 2, NULL, 34, NULL, '2024-07-05', 1, '2024-07-05 08:34:52', '2024-07-05 08:34:52'), (269, NULL, 'Pending', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 3, NULL, 34, NULL, '2024-07-05', 1, '2024-07-05 08:34:52', '2024-07-05 08:34:52'), (270, NULL, 'Pending', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 4, NULL, 34, NULL, '2024-07-05', 1, '2024-07-05 08:34:52', '2024-07-05 08:34:52'), (271, NULL, 'Pending', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 5, NULL, 34, NULL, '2024-07-05', 1, '2024-07-05 08:34:52', '2024-07-05 08:34:52'), (272, NULL, 'Pending', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 6, NULL, 34, NULL, '2024-07-05', 1, '2024-07-05 08:34:52', '2024-07-05 08:34:52'), (273, NULL, 'Pending', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 7, NULL, 34, NULL, '2024-07-05', 1, '2024-07-05 08:34:52', '2024-07-05 08:34:52'), (274, NULL, 'Pending', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 8, NULL, 34, NULL, '2024-07-05', 1, '2024-07-05 08:34:52', '2024-07-05 08:34:52'), (275, NULL, 'Pending', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 1, NULL, 35, NULL, '2024-07-05', 1, '2024-07-05 08:34:53', '2024-07-05 08:34:53'), (276, NULL, 'Pending', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 2, NULL, 35, NULL, '2024-07-05', 1, '2024-07-05 08:34:53', '2024-07-05 08:34:53'), (277, NULL, 'Pending', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 3, NULL, 35, NULL, '2024-07-05', 1, '2024-07-05 08:34:53', '2024-07-05 08:34:53'), (278, NULL, 'Pending', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 4, NULL, 35, NULL, '2024-07-05', 1, '2024-07-05 08:34:53', '2024-07-05 08:34:53'), (279, NULL, 'Pending', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 5, NULL, 35, NULL, '2024-07-05', 1, '2024-07-05 08:34:53', '2024-07-05 08:34:53'), (280, NULL, 'Pending', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 6, NULL, 35, NULL, '2024-07-05', 1, '2024-07-05 08:34:53', '2024-07-05 08:34:53'), (281, NULL, 'Pending', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 7, NULL, 35, NULL, '2024-07-05', 1, '2024-07-05 08:34:53', '2024-07-05 08:34:53'), (282, NULL, 'Pending', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 8, NULL, 35, NULL, '2024-07-05', 1, '2024-07-05 08:34:53', '2024-07-05 08:34:53'), (283, NULL, 'Pending', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 1, NULL, 36, NULL, '2024-07-05', 1, '2024-07-05 08:34:54', '2024-07-05 08:34:54'), (284, NULL, 'Pending', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 2, NULL, 36, NULL, '2024-07-05', 1, '2024-07-05 08:34:54', '2024-07-05 08:34:54'), (285, NULL, 'Pending', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 3, NULL, 36, NULL, '2024-07-05', 1, '2024-07-05 08:34:54', '2024-07-05 08:34:54'), (286, NULL, 'Pending', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 4, NULL, 36, NULL, '2024-07-05', 1, '2024-07-05 08:34:54', '2024-07-05 08:34:54'), (287, NULL, 'Pending', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 5, NULL, 36, NULL, '2024-07-05', 1, '2024-07-05 08:34:54', '2024-07-05 08:34:54'), (288, NULL, 'Pending', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 6, NULL, 36, NULL, '2024-07-05', 1, '2024-07-05 08:34:54', '2024-07-05 08:34:54'), (289, NULL, 'Pending', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 7, NULL, 36, NULL, '2024-07-05', 1, '2024-07-05 08:34:54', '2024-07-05 08:34:54'), (290, NULL, 'Pending', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 8, NULL, 36, NULL, '2024-07-05', 1, '2024-07-05 08:34:54', '2024-07-05 08:34:54'), (291, NULL, 'Pending', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 1, NULL, 37, NULL, '2024-07-05', 1, '2024-07-05 08:34:55', '2024-07-05 08:34:55'), (292, NULL, 'Pending', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 2, NULL, 37, NULL, '2024-07-05', 1, '2024-07-05 08:34:55', '2024-07-05 08:34:55'), (293, NULL, 'Pending', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 3, NULL, 37, NULL, '2024-07-05', 1, '2024-07-05 08:34:55', '2024-07-05 08:34:55'), (294, NULL, 'Pending', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 4, NULL, 37, NULL, '2024-07-05', 1, '2024-07-05 08:34:55', '2024-07-05 08:34:55'), (295, NULL, 'Pending', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 5, NULL, 37, NULL, '2024-07-05', 1, '2024-07-05 08:34:55', '2024-07-05 08:34:55'), (296, NULL, 'Pending', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 6, NULL, 37, NULL, '2024-07-05', 1, '2024-07-05 08:34:55', '2024-07-05 08:34:55'), (297, NULL, 'Pending', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 7, NULL, 37, NULL, '2024-07-05', 1, '2024-07-05 08:34:55', '2024-07-05 08:34:55'), (298, NULL, 'Pending', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 8, NULL, 37, NULL, '2024-07-05', 1, '2024-07-05 08:34:55', '2024-07-05 08:34:55'), (299, NULL, 'Pending', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 1, NULL, 38, NULL, '2024-07-05', 1, '2024-07-05 08:34:55', '2024-07-05 08:34:55'), (300, NULL, 'Pending', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 2, NULL, 38, NULL, '2024-07-05', 1, '2024-07-05 08:34:55', '2024-07-05 08:34:55'), (301, NULL, 'Pending', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 3, NULL, 38, NULL, '2024-07-05', 1, '2024-07-05 08:34:55', '2024-07-05 08:34:55'), (302, NULL, 'Pending', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 4, NULL, 38, NULL, '2024-07-05', 1, '2024-07-05 08:34:55', '2024-07-05 08:34:55'); INSERT INTO `execution_file_operations` (`id`, `operationDate`, `status`, `information`, `informationAr`, `note`, `noteAr`, `operationFees`, `operationAmount`, `documentFile`, `secondDocumentFile`, `thirdDocumentFile`, `fourthDocumentFile`, `executionOperationTypeId`, `executionOperationAuthorityId`, `executionFileId`, `clientId`, `creationDate`, `creatorId`, `created_at`, `updated_at`) VALUES (303, NULL, 'Pending', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 5, NULL, 38, NULL, '2024-07-05', 1, '2024-07-05 08:34:55', '2024-07-05 08:34:55'), (304, NULL, 'Pending', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 6, NULL, 38, NULL, '2024-07-05', 1, '2024-07-05 08:34:55', '2024-07-05 08:34:55'), (305, NULL, 'Pending', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 7, NULL, 38, NULL, '2024-07-05', 1, '2024-07-05 08:34:55', '2024-07-05 08:34:55'), (306, NULL, 'Pending', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 8, NULL, 38, NULL, '2024-07-05', 1, '2024-07-05 08:34:55', '2024-07-05 08:34:55'), (307, NULL, 'Pending', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 1, NULL, 39, NULL, '2024-07-05', 1, '2024-07-05 08:34:56', '2024-07-05 08:34:56'), (308, NULL, 'Pending', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 2, NULL, 39, NULL, '2024-07-05', 1, '2024-07-05 08:34:56', '2024-07-05 08:34:56'), (309, NULL, 'Pending', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 3, NULL, 39, NULL, '2024-07-05', 1, '2024-07-05 08:34:56', '2024-07-05 08:34:56'), (310, NULL, 'Pending', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 4, NULL, 39, NULL, '2024-07-05', 1, '2024-07-05 08:34:56', '2024-07-05 08:34:56'), (311, NULL, 'Pending', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 5, NULL, 39, NULL, '2024-07-05', 1, '2024-07-05 08:34:56', '2024-07-05 08:34:56'), (312, NULL, 'Pending', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 6, NULL, 39, NULL, '2024-07-05', 1, '2024-07-05 08:34:56', '2024-07-05 08:34:56'), (313, NULL, 'Pending', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 7, NULL, 39, NULL, '2024-07-05', 1, '2024-07-05 08:34:56', '2024-07-05 08:34:56'), (314, NULL, 'Pending', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 8, NULL, 39, NULL, '2024-07-05', 1, '2024-07-05 08:34:56', '2024-07-05 08:34:56'), (315, NULL, 'Pending', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 1, NULL, 40, NULL, '2024-07-05', 1, '2024-07-05 08:34:57', '2024-07-05 08:34:57'), (316, NULL, 'Pending', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 2, NULL, 40, NULL, '2024-07-05', 1, '2024-07-05 08:34:57', '2024-07-05 08:34:57'), (317, NULL, 'Pending', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 3, NULL, 40, NULL, '2024-07-05', 1, '2024-07-05 08:34:57', '2024-07-05 08:34:57'), (318, NULL, 'Pending', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 4, NULL, 40, NULL, '2024-07-05', 1, '2024-07-05 08:34:57', '2024-07-05 08:34:57'), (319, NULL, 'Pending', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 5, NULL, 40, NULL, '2024-07-05', 1, '2024-07-05 08:34:57', '2024-07-05 08:34:57'), (320, NULL, 'Pending', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 6, NULL, 40, NULL, '2024-07-05', 1, '2024-07-05 08:34:57', '2024-07-05 08:34:57'), (321, NULL, 'Pending', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 7, NULL, 40, NULL, '2024-07-05', 1, '2024-07-05 08:34:57', '2024-07-05 08:34:57'), (322, NULL, 'Pending', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 8, NULL, 40, NULL, '2024-07-05', 1, '2024-07-05 08:34:57', '2024-07-05 08:34:57'), (323, NULL, 'Pending', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 1, NULL, 41, NULL, '2024-07-05', 1, '2024-07-05 08:34:58', '2024-07-05 08:34:58'), (324, NULL, 'Pending', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 2, NULL, 41, NULL, '2024-07-05', 1, '2024-07-05 08:34:58', '2024-07-05 08:34:58'), (325, NULL, 'Pending', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 3, NULL, 41, NULL, '2024-07-05', 1, '2024-07-05 08:34:58', '2024-07-05 08:34:58'), (326, NULL, 'Pending', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 4, NULL, 41, NULL, '2024-07-05', 1, '2024-07-05 08:34:58', '2024-07-05 08:34:58'), (327, NULL, 'Pending', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 5, NULL, 41, NULL, '2024-07-05', 1, '2024-07-05 08:34:58', '2024-07-05 08:34:58'), (328, NULL, 'Pending', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 6, NULL, 41, NULL, '2024-07-05', 1, '2024-07-05 08:34:58', '2024-07-05 08:34:58'), (329, NULL, 'Pending', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 7, NULL, 41, NULL, '2024-07-05', 1, '2024-07-05 08:34:58', '2024-07-05 08:34:58'), (330, NULL, 'Pending', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 8, NULL, 41, NULL, '2024-07-05', 1, '2024-07-05 08:34:58', '2024-07-05 08:34:58'), (331, NULL, 'Pending', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 1, NULL, 42, NULL, '2024-07-05', 1, '2024-07-05 08:34:58', '2024-07-05 08:34:58'), (332, NULL, 'Pending', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 2, NULL, 42, NULL, '2024-07-05', 1, '2024-07-05 08:34:58', '2024-07-05 08:34:58'), (333, NULL, 'Pending', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 3, NULL, 42, NULL, '2024-07-05', 1, '2024-07-05 08:34:58', '2024-07-05 08:34:58'), (334, NULL, 'Pending', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 4, NULL, 42, NULL, '2024-07-05', 1, '2024-07-05 08:34:58', '2024-07-05 08:34:58'), (335, NULL, 'Pending', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 5, NULL, 42, NULL, '2024-07-05', 1, '2024-07-05 08:34:58', '2024-07-05 08:34:58'), (336, NULL, 'Pending', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 6, NULL, 42, NULL, '2024-07-05', 1, '2024-07-05 08:34:58', '2024-07-05 08:34:58'), (337, NULL, 'Pending', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 7, NULL, 42, NULL, '2024-07-05', 1, '2024-07-05 08:34:58', '2024-07-05 08:34:58'), (338, NULL, 'Pending', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 8, NULL, 42, NULL, '2024-07-05', 1, '2024-07-05 08:34:58', '2024-07-05 08:34:58'), (339, NULL, 'Pending', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 1, NULL, 43, NULL, '2024-07-05', 1, '2024-07-05 08:34:59', '2024-07-05 08:34:59'), (340, NULL, 'Pending', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 2, NULL, 43, NULL, '2024-07-05', 1, '2024-07-05 08:34:59', '2024-07-05 08:34:59'), (341, NULL, 'Pending', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 3, NULL, 43, NULL, '2024-07-05', 1, '2024-07-05 08:34:59', '2024-07-05 08:34:59'), (342, NULL, 'Pending', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 4, NULL, 43, NULL, '2024-07-05', 1, '2024-07-05 08:34:59', '2024-07-05 08:34:59'), (343, NULL, 'Pending', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 5, NULL, 43, NULL, '2024-07-05', 1, '2024-07-05 08:34:59', '2024-07-05 08:34:59'), (344, NULL, 'Pending', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 6, NULL, 43, NULL, '2024-07-05', 1, '2024-07-05 08:34:59', '2024-07-05 08:34:59'), (345, NULL, 'Pending', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 7, NULL, 43, NULL, '2024-07-05', 1, '2024-07-05 08:34:59', '2024-07-05 08:34:59'), (346, NULL, 'Pending', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 8, NULL, 43, NULL, '2024-07-05', 1, '2024-07-05 08:34:59', '2024-07-05 08:34:59'), (347, NULL, 'Pending', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 1, NULL, 44, NULL, '2024-07-05', 1, '2024-07-05 08:34:59', '2024-07-05 08:34:59'), (348, NULL, 'Pending', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 2, NULL, 44, NULL, '2024-07-05', 1, '2024-07-05 08:34:59', '2024-07-05 08:34:59'), (349, NULL, 'Pending', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 3, NULL, 44, NULL, '2024-07-05', 1, '2024-07-05 08:34:59', '2024-07-05 08:34:59'), (350, NULL, 'Pending', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 4, NULL, 44, NULL, '2024-07-05', 1, '2024-07-05 08:34:59', '2024-07-05 08:34:59'), (351, NULL, 'Pending', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 5, NULL, 44, NULL, '2024-07-05', 1, '2024-07-05 08:34:59', '2024-07-05 08:34:59'), (352, NULL, 'Pending', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 6, NULL, 44, NULL, '2024-07-05', 1, '2024-07-05 08:34:59', '2024-07-05 08:34:59'), (353, NULL, 'Pending', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 7, NULL, 44, NULL, '2024-07-05', 1, '2024-07-05 08:34:59', '2024-07-05 08:34:59'), (354, NULL, 'Pending', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 8, NULL, 44, NULL, '2024-07-05', 1, '2024-07-05 08:34:59', '2024-07-05 08:34:59'), (355, NULL, 'Pending', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 1, NULL, 45, NULL, '2024-07-05', 1, '2024-07-05 08:35:00', '2024-07-05 08:35:00'), (356, NULL, 'Pending', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 2, NULL, 45, NULL, '2024-07-05', 1, '2024-07-05 08:35:00', '2024-07-05 08:35:00'), (357, NULL, 'Pending', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 3, NULL, 45, NULL, '2024-07-05', 1, '2024-07-05 08:35:00', '2024-07-05 08:35:00'), (358, NULL, 'Pending', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 4, NULL, 45, NULL, '2024-07-05', 1, '2024-07-05 08:35:00', '2024-07-05 08:35:00'), (359, NULL, 'Pending', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 5, NULL, 45, NULL, '2024-07-05', 1, '2024-07-05 08:35:00', '2024-07-05 08:35:00'), (360, NULL, 'Pending', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 6, NULL, 45, NULL, '2024-07-05', 1, '2024-07-05 08:35:00', '2024-07-05 08:35:00'), (361, NULL, 'Pending', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 7, NULL, 45, NULL, '2024-07-05', 1, '2024-07-05 08:35:00', '2024-07-05 08:35:00'), (362, NULL, 'Pending', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 8, NULL, 45, NULL, '2024-07-05', 1, '2024-07-05 08:35:00', '2024-07-05 08:35:00'), (363, NULL, 'Pending', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 1, NULL, 46, NULL, '2024-07-05', 1, '2024-07-05 08:35:01', '2024-07-05 08:35:01'), (364, NULL, 'Pending', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 2, NULL, 46, NULL, '2024-07-05', 1, '2024-07-05 08:35:01', '2024-07-05 08:35:01'), (365, NULL, 'Pending', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 3, NULL, 46, NULL, '2024-07-05', 1, '2024-07-05 08:35:01', '2024-07-05 08:35:01'), (366, NULL, 'Pending', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 4, NULL, 46, NULL, '2024-07-05', 1, '2024-07-05 08:35:01', '2024-07-05 08:35:01'), (367, NULL, 'Pending', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 5, NULL, 46, NULL, '2024-07-05', 1, '2024-07-05 08:35:01', '2024-07-05 08:35:01'), (368, NULL, 'Pending', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 6, NULL, 46, NULL, '2024-07-05', 1, '2024-07-05 08:35:01', '2024-07-05 08:35:01'), (369, NULL, 'Pending', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 7, NULL, 46, NULL, '2024-07-05', 1, '2024-07-05 08:35:01', '2024-07-05 08:35:01'), (370, NULL, 'Pending', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 8, NULL, 46, NULL, '2024-07-05', 1, '2024-07-05 08:35:01', '2024-07-05 08:35:01'), (371, NULL, 'Pending', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 1, NULL, 47, NULL, '2024-07-05', 1, '2024-07-05 08:48:22', '2024-07-05 08:48:22'), (372, NULL, 'Pending', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 2, NULL, 47, NULL, '2024-07-05', 1, '2024-07-05 08:48:22', '2024-07-05 08:48:22'), (373, NULL, 'Pending', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 3, NULL, 47, NULL, '2024-07-05', 1, '2024-07-05 08:48:22', '2024-07-05 08:48:22'), (374, NULL, 'Pending', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 4, NULL, 47, NULL, '2024-07-05', 1, '2024-07-05 08:48:22', '2024-07-05 08:48:22'), (375, NULL, 'Pending', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 5, NULL, 47, NULL, '2024-07-05', 1, '2024-07-05 08:48:22', '2024-07-05 08:48:22'), (376, NULL, 'Pending', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 6, NULL, 47, NULL, '2024-07-05', 1, '2024-07-05 08:48:22', '2024-07-05 08:48:22'), (377, NULL, 'Pending', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 7, NULL, 47, NULL, '2024-07-05', 1, '2024-07-05 08:48:22', '2024-07-05 08:48:22'), (378, NULL, 'Pending', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 8, NULL, 47, NULL, '2024-07-05', 1, '2024-07-05 08:48:22', '2024-07-05 08:48:22'), (379, NULL, 'Pending', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 1, NULL, 48, NULL, '2024-07-05', 1, '2024-07-05 08:48:23', '2024-07-05 08:48:23'), (380, NULL, 'Pending', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 2, NULL, 48, NULL, '2024-07-05', 1, '2024-07-05 08:48:23', '2024-07-05 08:48:23'), (381, NULL, 'Pending', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 3, NULL, 48, NULL, '2024-07-05', 1, '2024-07-05 08:48:23', '2024-07-05 08:48:23'), (382, NULL, 'Pending', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 4, NULL, 48, NULL, '2024-07-05', 1, '2024-07-05 08:48:23', '2024-07-05 08:48:23'), (383, NULL, 'Pending', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 5, NULL, 48, NULL, '2024-07-05', 1, '2024-07-05 08:48:23', '2024-07-05 08:48:23'), (384, NULL, 'Pending', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 6, NULL, 48, NULL, '2024-07-05', 1, '2024-07-05 08:48:23', '2024-07-05 08:48:23'), (385, NULL, 'Pending', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 7, NULL, 48, NULL, '2024-07-05', 1, '2024-07-05 08:48:23', '2024-07-05 08:48:23'), (386, NULL, 'Pending', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 8, NULL, 48, NULL, '2024-07-05', 1, '2024-07-05 08:48:23', '2024-07-05 08:48:23'), (387, NULL, 'Pending', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 1, NULL, 49, NULL, '2024-07-05', 1, '2024-07-05 08:48:23', '2024-07-05 08:48:23'), (388, NULL, 'Pending', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 2, NULL, 49, NULL, '2024-07-05', 1, '2024-07-05 08:48:23', '2024-07-05 08:48:23'), (389, NULL, 'Pending', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 3, NULL, 49, NULL, '2024-07-05', 1, '2024-07-05 08:48:23', '2024-07-05 08:48:23'), (390, NULL, 'Pending', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 4, NULL, 49, NULL, '2024-07-05', 1, '2024-07-05 08:48:23', '2024-07-05 08:48:23'), (391, NULL, 'Pending', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 5, NULL, 49, NULL, '2024-07-05', 1, '2024-07-05 08:48:23', '2024-07-05 08:48:23'), (392, NULL, 'Pending', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 6, NULL, 49, NULL, '2024-07-05', 1, '2024-07-05 08:48:23', '2024-07-05 08:48:23'), (393, NULL, 'Pending', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 7, NULL, 49, NULL, '2024-07-05', 1, '2024-07-05 08:48:23', '2024-07-05 08:48:23'), (394, NULL, 'Pending', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 8, NULL, 49, NULL, '2024-07-05', 1, '2024-07-05 08:48:23', '2024-07-05 08:48:23'), (395, NULL, 'Pending', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 1, NULL, 50, NULL, '2024-07-05', 1, '2024-07-05 08:48:23', '2024-07-05 08:48:23'), (396, NULL, 'Pending', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 2, NULL, 50, NULL, '2024-07-05', 1, '2024-07-05 08:48:23', '2024-07-05 08:48:23'), (397, NULL, 'Pending', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 3, NULL, 50, NULL, '2024-07-05', 1, '2024-07-05 08:48:23', '2024-07-05 08:48:23'), (398, NULL, 'Pending', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 4, NULL, 50, NULL, '2024-07-05', 1, '2024-07-05 08:48:23', '2024-07-05 08:48:23'), (399, NULL, 'Pending', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 5, NULL, 50, NULL, '2024-07-05', 1, '2024-07-05 08:48:23', '2024-07-05 08:48:23'), (400, NULL, 'Pending', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 6, NULL, 50, NULL, '2024-07-05', 1, '2024-07-05 08:48:23', '2024-07-05 08:48:23'), (401, NULL, 'Pending', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 7, NULL, 50, NULL, '2024-07-05', 1, '2024-07-05 08:48:23', '2024-07-05 08:48:23'), (402, NULL, 'Pending', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 8, NULL, 50, NULL, '2024-07-05', 1, '2024-07-05 08:48:23', '2024-07-05 08:48:23'), (403, NULL, 'Pending', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 1, NULL, 51, NULL, '2024-07-05', 1, '2024-07-05 08:48:24', '2024-07-05 08:48:24'), (404, NULL, 'Pending', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 2, NULL, 51, NULL, '2024-07-05', 1, '2024-07-05 08:48:24', '2024-07-05 08:48:24'), (405, NULL, 'Pending', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 3, NULL, 51, NULL, '2024-07-05', 1, '2024-07-05 08:48:24', '2024-07-05 08:48:24'), (406, NULL, 'Pending', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 4, NULL, 51, NULL, '2024-07-05', 1, '2024-07-05 08:48:24', '2024-07-05 08:48:24'), (407, NULL, 'Pending', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 5, NULL, 51, NULL, '2024-07-05', 1, '2024-07-05 08:48:24', '2024-07-05 08:48:24'), (408, NULL, 'Pending', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 6, NULL, 51, NULL, '2024-07-05', 1, '2024-07-05 08:48:24', '2024-07-05 08:48:24'), (409, NULL, 'Pending', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 7, NULL, 51, NULL, '2024-07-05', 1, '2024-07-05 08:48:24', '2024-07-05 08:48:24'), (410, NULL, 'Pending', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 8, NULL, 51, NULL, '2024-07-05', 1, '2024-07-05 08:48:24', '2024-07-05 08:48:24'), (411, NULL, 'Pending', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 1, NULL, 52, NULL, '2024-07-05', 1, '2024-07-05 08:48:24', '2024-07-05 08:48:24'), (412, NULL, 'Pending', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 2, NULL, 52, NULL, '2024-07-05', 1, '2024-07-05 08:48:24', '2024-07-05 08:48:24'), (413, NULL, 'Pending', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 3, NULL, 52, NULL, '2024-07-05', 1, '2024-07-05 08:48:24', '2024-07-05 08:48:24'), (414, NULL, 'Pending', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 4, NULL, 52, NULL, '2024-07-05', 1, '2024-07-05 08:48:24', '2024-07-05 08:48:24'), (415, NULL, 'Pending', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 5, NULL, 52, NULL, '2024-07-05', 1, '2024-07-05 08:48:24', '2024-07-05 08:48:24'), (416, NULL, 'Pending', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 6, NULL, 52, NULL, '2024-07-05', 1, '2024-07-05 08:48:24', '2024-07-05 08:48:24'), (417, NULL, 'Pending', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 7, NULL, 52, NULL, '2024-07-05', 1, '2024-07-05 08:48:24', '2024-07-05 08:48:24'), (418, NULL, 'Pending', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 8, NULL, 52, NULL, '2024-07-05', 1, '2024-07-05 08:48:24', '2024-07-05 08:48:24'), (419, NULL, 'Pending', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 1, NULL, 53, NULL, '2024-07-05', 1, '2024-07-05 08:48:24', '2024-07-05 08:48:24'), (420, NULL, 'Pending', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 2, NULL, 53, NULL, '2024-07-05', 1, '2024-07-05 08:48:24', '2024-07-05 08:48:24'), (421, NULL, 'Pending', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 3, NULL, 53, NULL, '2024-07-05', 1, '2024-07-05 08:48:24', '2024-07-05 08:48:24'), (422, NULL, 'Pending', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 4, NULL, 53, NULL, '2024-07-05', 1, '2024-07-05 08:48:24', '2024-07-05 08:48:24'), (423, NULL, 'Pending', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 5, NULL, 53, NULL, '2024-07-05', 1, '2024-07-05 08:48:24', '2024-07-05 08:48:24'), (424, NULL, 'Pending', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 6, NULL, 53, NULL, '2024-07-05', 1, '2024-07-05 08:48:24', '2024-07-05 08:48:24'), (425, NULL, 'Pending', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 7, NULL, 53, NULL, '2024-07-05', 1, '2024-07-05 08:48:24', '2024-07-05 08:48:24'), (426, NULL, 'Pending', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 8, NULL, 53, NULL, '2024-07-05', 1, '2024-07-05 08:48:24', '2024-07-05 08:48:24'), (427, NULL, 'Pending', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 1, NULL, 54, NULL, '2024-07-05', 1, '2024-07-05 08:48:24', '2024-07-05 08:48:24'), (428, NULL, 'Pending', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 2, NULL, 54, NULL, '2024-07-05', 1, '2024-07-05 08:48:24', '2024-07-05 08:48:24'), (429, NULL, 'Pending', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 3, NULL, 54, NULL, '2024-07-05', 1, '2024-07-05 08:48:24', '2024-07-05 08:48:24'), (430, NULL, 'Pending', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 4, NULL, 54, NULL, '2024-07-05', 1, '2024-07-05 08:48:25', '2024-07-05 08:48:25'), (431, NULL, 'Pending', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 5, NULL, 54, NULL, '2024-07-05', 1, '2024-07-05 08:48:25', '2024-07-05 08:48:25'), (432, NULL, 'Pending', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 6, NULL, 54, NULL, '2024-07-05', 1, '2024-07-05 08:48:25', '2024-07-05 08:48:25'), (433, NULL, 'Pending', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 7, NULL, 54, NULL, '2024-07-05', 1, '2024-07-05 08:48:25', '2024-07-05 08:48:25'), (434, NULL, 'Pending', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 8, NULL, 54, NULL, '2024-07-05', 1, '2024-07-05 08:48:25', '2024-07-05 08:48:25'), (435, NULL, 'Pending', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 1, NULL, 55, NULL, '2024-07-05', 1, '2024-07-05 08:48:25', '2024-07-05 08:48:25'), (436, NULL, 'Pending', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 2, NULL, 55, NULL, '2024-07-05', 1, '2024-07-05 08:48:25', '2024-07-05 08:48:25'), (437, NULL, 'Pending', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 3, NULL, 55, NULL, '2024-07-05', 1, '2024-07-05 08:48:25', '2024-07-05 08:48:25'), (438, NULL, 'Pending', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 4, NULL, 55, NULL, '2024-07-05', 1, '2024-07-05 08:48:25', '2024-07-05 08:48:25'), (439, NULL, 'Pending', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 5, NULL, 55, NULL, '2024-07-05', 1, '2024-07-05 08:48:25', '2024-07-05 08:48:25'), (440, NULL, 'Pending', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 6, NULL, 55, NULL, '2024-07-05', 1, '2024-07-05 08:48:25', '2024-07-05 08:48:25'), (441, NULL, 'Pending', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 7, NULL, 55, NULL, '2024-07-05', 1, '2024-07-05 08:48:25', '2024-07-05 08:48:25'), (442, NULL, 'Pending', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 8, NULL, 55, NULL, '2024-07-05', 1, '2024-07-05 08:48:25', '2024-07-05 08:48:25'), (443, NULL, 'Pending', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 1, NULL, 56, NULL, '2024-07-05', 1, '2024-07-05 08:48:25', '2024-07-05 08:48:25'), (444, NULL, 'Pending', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 2, NULL, 56, NULL, '2024-07-05', 1, '2024-07-05 08:48:25', '2024-07-05 08:48:25'), (445, NULL, 'Pending', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 3, NULL, 56, NULL, '2024-07-05', 1, '2024-07-05 08:48:25', '2024-07-05 08:48:25'), (446, NULL, 'Pending', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 4, NULL, 56, NULL, '2024-07-05', 1, '2024-07-05 08:48:25', '2024-07-05 08:48:25'), (447, NULL, 'Pending', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 5, NULL, 56, NULL, '2024-07-05', 1, '2024-07-05 08:48:25', '2024-07-05 08:48:25'), (448, NULL, 'Pending', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 6, NULL, 56, NULL, '2024-07-05', 1, '2024-07-05 08:48:25', '2024-07-05 08:48:25'), (449, NULL, 'Pending', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 7, NULL, 56, NULL, '2024-07-05', 1, '2024-07-05 08:48:25', '2024-07-05 08:48:25'), (450, NULL, 'Pending', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 8, NULL, 56, NULL, '2024-07-05', 1, '2024-07-05 08:48:25', '2024-07-05 08:48:25'), (451, NULL, 'Pending', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 1, NULL, 57, NULL, '2024-07-05', 1, '2024-07-05 08:48:25', '2024-07-05 08:48:25'), (452, NULL, 'Pending', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 2, NULL, 57, NULL, '2024-07-05', 1, '2024-07-05 08:48:25', '2024-07-05 08:48:25'), (453, NULL, 'Pending', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 3, NULL, 57, NULL, '2024-07-05', 1, '2024-07-05 08:48:25', '2024-07-05 08:48:25'), (454, NULL, 'Pending', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 4, NULL, 57, NULL, '2024-07-05', 1, '2024-07-05 08:48:25', '2024-07-05 08:48:25'), (455, NULL, 'Pending', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 5, NULL, 57, NULL, '2024-07-05', 1, '2024-07-05 08:48:25', '2024-07-05 08:48:25'), (456, NULL, 'Pending', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 6, NULL, 57, NULL, '2024-07-05', 1, '2024-07-05 08:48:25', '2024-07-05 08:48:25'), (457, NULL, 'Pending', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 7, NULL, 57, NULL, '2024-07-05', 1, '2024-07-05 08:48:25', '2024-07-05 08:48:25'), (458, NULL, 'Pending', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 8, NULL, 57, NULL, '2024-07-05', 1, '2024-07-05 08:48:25', '2024-07-05 08:48:25'), (459, NULL, 'Pending', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 1, NULL, 58, NULL, '2024-07-05', 1, '2024-07-05 08:48:26', '2024-07-05 08:48:26'), (460, NULL, 'Pending', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 2, NULL, 58, NULL, '2024-07-05', 1, '2024-07-05 08:48:26', '2024-07-05 08:48:26'), (461, NULL, 'Pending', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 3, NULL, 58, NULL, '2024-07-05', 1, '2024-07-05 08:48:26', '2024-07-05 08:48:26'), (462, NULL, 'Pending', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 4, NULL, 58, NULL, '2024-07-05', 1, '2024-07-05 08:48:26', '2024-07-05 08:48:26'), (463, NULL, 'Pending', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 5, NULL, 58, NULL, '2024-07-05', 1, '2024-07-05 08:48:26', '2024-07-05 08:48:26'), (464, NULL, 'Pending', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 6, NULL, 58, NULL, '2024-07-05', 1, '2024-07-05 08:48:26', '2024-07-05 08:48:26'), (465, NULL, 'Pending', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 7, NULL, 58, NULL, '2024-07-05', 1, '2024-07-05 08:48:26', '2024-07-05 08:48:26'), (466, NULL, 'Pending', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 8, NULL, 58, NULL, '2024-07-05', 1, '2024-07-05 08:48:26', '2024-07-05 08:48:26'), (467, NULL, 'Pending', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 1, NULL, 59, NULL, '2024-07-05', 1, '2024-07-05 08:48:26', '2024-07-05 08:48:26'), (468, NULL, 'Pending', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 2, NULL, 59, NULL, '2024-07-05', 1, '2024-07-05 08:48:26', '2024-07-05 08:48:26'), (469, NULL, 'Pending', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 3, NULL, 59, NULL, '2024-07-05', 1, '2024-07-05 08:48:26', '2024-07-05 08:48:26'), (470, NULL, 'Pending', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 4, NULL, 59, NULL, '2024-07-05', 1, '2024-07-05 08:48:26', '2024-07-05 08:48:26'), (471, NULL, 'Pending', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 5, NULL, 59, NULL, '2024-07-05', 1, '2024-07-05 08:48:26', '2024-07-05 08:48:26'), (472, NULL, 'Pending', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 6, NULL, 59, NULL, '2024-07-05', 1, '2024-07-05 08:48:26', '2024-07-05 08:48:26'), (473, NULL, 'Pending', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 7, NULL, 59, NULL, '2024-07-05', 1, '2024-07-05 08:48:26', '2024-07-05 08:48:26'), (474, NULL, 'Pending', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 8, NULL, 59, NULL, '2024-07-05', 1, '2024-07-05 08:48:26', '2024-07-05 08:48:26'), (475, NULL, 'Pending', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 1, NULL, 60, NULL, '2024-07-05', 1, '2024-07-05 08:48:26', '2024-07-05 08:48:26'), (476, NULL, 'Pending', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 2, NULL, 60, NULL, '2024-07-05', 1, '2024-07-05 08:48:26', '2024-07-05 08:48:26'), (477, NULL, 'Pending', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 3, NULL, 60, NULL, '2024-07-05', 1, '2024-07-05 08:48:26', '2024-07-05 08:48:26'), (478, NULL, 'Pending', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 4, NULL, 60, NULL, '2024-07-05', 1, '2024-07-05 08:48:26', '2024-07-05 08:48:26'), (479, NULL, 'Pending', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 5, NULL, 60, NULL, '2024-07-05', 1, '2024-07-05 08:48:26', '2024-07-05 08:48:26'), (480, NULL, 'Pending', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 6, NULL, 60, NULL, '2024-07-05', 1, '2024-07-05 08:48:26', '2024-07-05 08:48:26'), (481, NULL, 'Pending', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 7, NULL, 60, NULL, '2024-07-05', 1, '2024-07-05 08:48:26', '2024-07-05 08:48:26'), (482, NULL, 'Pending', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 8, NULL, 60, NULL, '2024-07-05', 1, '2024-07-05 08:48:26', '2024-07-05 08:48:26'), (483, NULL, 'Pending', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 1, NULL, 61, NULL, '2024-07-05', 1, '2024-07-05 08:48:27', '2024-07-05 08:48:27'), (484, NULL, 'Pending', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 2, NULL, 61, NULL, '2024-07-05', 1, '2024-07-05 08:48:27', '2024-07-05 08:48:27'), (485, NULL, 'Pending', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 3, NULL, 61, NULL, '2024-07-05', 1, '2024-07-05 08:48:27', '2024-07-05 08:48:27'), (486, NULL, 'Pending', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 4, NULL, 61, NULL, '2024-07-05', 1, '2024-07-05 08:48:27', '2024-07-05 08:48:27'), (487, NULL, 'Pending', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 5, NULL, 61, NULL, '2024-07-05', 1, '2024-07-05 08:48:27', '2024-07-05 08:48:27'), (488, NULL, 'Pending', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 6, NULL, 61, NULL, '2024-07-05', 1, '2024-07-05 08:48:27', '2024-07-05 08:48:27'), (489, NULL, 'Pending', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 7, NULL, 61, NULL, '2024-07-05', 1, '2024-07-05 08:48:27', '2024-07-05 08:48:27'), (490, NULL, 'Pending', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 8, NULL, 61, NULL, '2024-07-05', 1, '2024-07-05 08:48:27', '2024-07-05 08:48:27'), (491, NULL, 'Pending', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 1, NULL, 62, NULL, '2024-07-05', 1, '2024-07-05 08:48:27', '2024-07-05 08:48:27'), (492, NULL, 'Pending', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 2, NULL, 62, NULL, '2024-07-05', 1, '2024-07-05 08:48:27', '2024-07-05 08:48:27'), (493, NULL, 'Pending', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 3, NULL, 62, NULL, '2024-07-05', 1, '2024-07-05 08:48:27', '2024-07-05 08:48:27'), (494, NULL, 'Pending', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 4, NULL, 62, NULL, '2024-07-05', 1, '2024-07-05 08:48:27', '2024-07-05 08:48:27'), (495, NULL, 'Pending', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 5, NULL, 62, NULL, '2024-07-05', 1, '2024-07-05 08:48:27', '2024-07-05 08:48:27'), (496, NULL, 'Pending', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 6, NULL, 62, NULL, '2024-07-05', 1, '2024-07-05 08:48:27', '2024-07-05 08:48:27'), (497, NULL, 'Pending', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 7, NULL, 62, NULL, '2024-07-05', 1, '2024-07-05 08:48:27', '2024-07-05 08:48:27'), (498, NULL, 'Pending', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 8, NULL, 62, NULL, '2024-07-05', 1, '2024-07-05 08:48:27', '2024-07-05 08:48:27'), (499, NULL, 'Pending', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 1, NULL, 63, NULL, '2024-07-05', 1, '2024-07-05 08:48:27', '2024-07-05 08:48:27'), (500, NULL, 'Pending', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 2, NULL, 63, NULL, '2024-07-05', 1, '2024-07-05 08:48:27', '2024-07-05 08:48:27'), (501, NULL, 'Pending', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 3, NULL, 63, NULL, '2024-07-05', 1, '2024-07-05 08:48:27', '2024-07-05 08:48:27'), (502, NULL, 'Pending', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 4, NULL, 63, NULL, '2024-07-05', 1, '2024-07-05 08:48:27', '2024-07-05 08:48:27'), (503, NULL, 'Pending', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 5, NULL, 63, NULL, '2024-07-05', 1, '2024-07-05 08:48:27', '2024-07-05 08:48:27'), (504, NULL, 'Pending', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 6, NULL, 63, NULL, '2024-07-05', 1, '2024-07-05 08:48:27', '2024-07-05 08:48:27'), (505, NULL, 'Pending', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 7, NULL, 63, NULL, '2024-07-05', 1, '2024-07-05 08:48:27', '2024-07-05 08:48:27'), (506, NULL, 'Pending', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 8, NULL, 63, NULL, '2024-07-05', 1, '2024-07-05 08:48:27', '2024-07-05 08:48:27'), (507, NULL, 'Pending', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 1, NULL, 64, NULL, '2024-07-05', 1, '2024-07-05 08:48:28', '2024-07-05 08:48:28'), (508, NULL, 'Pending', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 2, NULL, 64, NULL, '2024-07-05', 1, '2024-07-05 08:48:28', '2024-07-05 08:48:28'), (509, NULL, 'Pending', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 3, NULL, 64, NULL, '2024-07-05', 1, '2024-07-05 08:48:28', '2024-07-05 08:48:28'), (510, NULL, 'Pending', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 4, NULL, 64, NULL, '2024-07-05', 1, '2024-07-05 08:48:28', '2024-07-05 08:48:28'), (511, NULL, 'Pending', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 5, NULL, 64, NULL, '2024-07-05', 1, '2024-07-05 08:48:28', '2024-07-05 08:48:28'), (512, NULL, 'Pending', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 6, NULL, 64, NULL, '2024-07-05', 1, '2024-07-05 08:48:28', '2024-07-05 08:48:28'), (513, NULL, 'Pending', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 7, NULL, 64, NULL, '2024-07-05', 1, '2024-07-05 08:48:28', '2024-07-05 08:48:28'), (514, NULL, 'Pending', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 8, NULL, 64, NULL, '2024-07-05', 1, '2024-07-05 08:48:28', '2024-07-05 08:48:28'), (515, NULL, 'Pending', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 1, NULL, 65, NULL, '2024-07-05', 1, '2024-07-05 08:48:28', '2024-07-05 08:48:28'), (516, NULL, 'Pending', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 2, NULL, 65, NULL, '2024-07-05', 1, '2024-07-05 08:48:28', '2024-07-05 08:48:28'), (517, NULL, 'Pending', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 3, NULL, 65, NULL, '2024-07-05', 1, '2024-07-05 08:48:28', '2024-07-05 08:48:28'), (518, NULL, 'Pending', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 4, NULL, 65, NULL, '2024-07-05', 1, '2024-07-05 08:48:28', '2024-07-05 08:48:28'), (519, NULL, 'Pending', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 5, NULL, 65, NULL, '2024-07-05', 1, '2024-07-05 08:48:28', '2024-07-05 08:48:28'), (520, NULL, 'Pending', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 6, NULL, 65, NULL, '2024-07-05', 1, '2024-07-05 08:48:28', '2024-07-05 08:48:28'), (521, NULL, 'Pending', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 7, NULL, 65, NULL, '2024-07-05', 1, '2024-07-05 08:48:28', '2024-07-05 08:48:28'), (522, NULL, 'Pending', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 8, NULL, 65, NULL, '2024-07-05', 1, '2024-07-05 08:48:28', '2024-07-05 08:48:28'), (523, NULL, 'Pending', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 1, NULL, 66, NULL, '2024-07-05', 1, '2024-07-05 08:48:28', '2024-07-05 08:48:28'), (524, NULL, 'Pending', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 2, NULL, 66, NULL, '2024-07-05', 1, '2024-07-05 08:48:28', '2024-07-05 08:48:28'), (525, NULL, 'Pending', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 3, NULL, 66, NULL, '2024-07-05', 1, '2024-07-05 08:48:28', '2024-07-05 08:48:28'), (526, NULL, 'Pending', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 4, NULL, 66, NULL, '2024-07-05', 1, '2024-07-05 08:48:28', '2024-07-05 08:48:28'), (527, NULL, 'Pending', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 5, NULL, 66, NULL, '2024-07-05', 1, '2024-07-05 08:48:28', '2024-07-05 08:48:28'), (528, NULL, 'Pending', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 6, NULL, 66, NULL, '2024-07-05', 1, '2024-07-05 08:48:28', '2024-07-05 08:48:28'), (529, NULL, 'Pending', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 7, NULL, 66, NULL, '2024-07-05', 1, '2024-07-05 08:48:28', '2024-07-05 08:48:28'), (530, NULL, 'Pending', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 8, NULL, 66, NULL, '2024-07-05', 1, '2024-07-05 08:48:28', '2024-07-05 08:48:28'), (531, NULL, 'Pending', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 1, NULL, 67, NULL, '2024-07-05', 1, '2024-07-05 08:48:28', '2024-07-05 08:48:28'), (532, NULL, 'Pending', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 2, NULL, 67, NULL, '2024-07-05', 1, '2024-07-05 08:48:28', '2024-07-05 08:48:28'), (533, NULL, 'Pending', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 3, NULL, 67, NULL, '2024-07-05', 1, '2024-07-05 08:48:28', '2024-07-05 08:48:28'), (534, NULL, 'Pending', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 4, NULL, 67, NULL, '2024-07-05', 1, '2024-07-05 08:48:28', '2024-07-05 08:48:28'), (535, NULL, 'Pending', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 5, NULL, 67, NULL, '2024-07-05', 1, '2024-07-05 08:48:28', '2024-07-05 08:48:28'), (536, NULL, 'Pending', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 6, NULL, 67, NULL, '2024-07-05', 1, '2024-07-05 08:48:28', '2024-07-05 08:48:28'), (537, NULL, 'Pending', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 7, NULL, 67, NULL, '2024-07-05', 1, '2024-07-05 08:48:28', '2024-07-05 08:48:28'), (538, NULL, 'Pending', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 8, NULL, 67, NULL, '2024-07-05', 1, '2024-07-05 08:48:28', '2024-07-05 08:48:28'), (539, NULL, 'Pending', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 1, NULL, 68, NULL, '2024-07-05', 1, '2024-07-05 08:48:29', '2024-07-05 08:48:29'), (540, NULL, 'Pending', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 2, NULL, 68, NULL, '2024-07-05', 1, '2024-07-05 08:48:29', '2024-07-05 08:48:29'), (541, NULL, 'Pending', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 3, NULL, 68, NULL, '2024-07-05', 1, '2024-07-05 08:48:29', '2024-07-05 08:48:29'), (542, NULL, 'Pending', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 4, NULL, 68, NULL, '2024-07-05', 1, '2024-07-05 08:48:29', '2024-07-05 08:48:29'), (543, NULL, 'Pending', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 5, NULL, 68, NULL, '2024-07-05', 1, '2024-07-05 08:48:29', '2024-07-05 08:48:29'), (544, NULL, 'Pending', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 6, NULL, 68, NULL, '2024-07-05', 1, '2024-07-05 08:48:29', '2024-07-05 08:48:29'), (545, NULL, 'Pending', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 7, NULL, 68, NULL, '2024-07-05', 1, '2024-07-05 08:48:29', '2024-07-05 08:48:29'), (546, NULL, 'Pending', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 8, NULL, 68, NULL, '2024-07-05', 1, '2024-07-05 08:48:29', '2024-07-05 08:48:29'), (547, NULL, 'Pending', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 1, NULL, 69, NULL, '2024-07-05', 1, '2024-07-05 08:48:29', '2024-07-05 08:48:29'), (548, NULL, 'Pending', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 2, NULL, 69, NULL, '2024-07-05', 1, '2024-07-05 08:48:29', '2024-07-05 08:48:29'), (549, NULL, 'Pending', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 3, NULL, 69, NULL, '2024-07-05', 1, '2024-07-05 08:48:29', '2024-07-05 08:48:29'), (550, NULL, 'Pending', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 4, NULL, 69, NULL, '2024-07-05', 1, '2024-07-05 08:48:29', '2024-07-05 08:48:29'), (551, NULL, 'Pending', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 5, NULL, 69, NULL, '2024-07-05', 1, '2024-07-05 08:48:29', '2024-07-05 08:48:29'), (552, NULL, 'Pending', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 6, NULL, 69, NULL, '2024-07-05', 1, '2024-07-05 08:48:29', '2024-07-05 08:48:29'), (553, NULL, 'Pending', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 7, NULL, 69, NULL, '2024-07-05', 1, '2024-07-05 08:48:29', '2024-07-05 08:48:29'), (554, NULL, 'Pending', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 8, NULL, 69, NULL, '2024-07-05', 1, '2024-07-05 08:48:29', '2024-07-05 08:48:29'), (555, NULL, 'Pending', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 1, NULL, 70, NULL, '2024-07-05', 1, '2024-07-05 08:48:29', '2024-07-05 08:48:29'), (556, NULL, 'Pending', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 2, NULL, 70, NULL, '2024-07-05', 1, '2024-07-05 08:48:29', '2024-07-05 08:48:29'), (557, NULL, 'Pending', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 3, NULL, 70, NULL, '2024-07-05', 1, '2024-07-05 08:48:29', '2024-07-05 08:48:29'), (558, NULL, 'Pending', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 4, NULL, 70, NULL, '2024-07-05', 1, '2024-07-05 08:48:29', '2024-07-05 08:48:29'), (559, NULL, 'Pending', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 5, NULL, 70, NULL, '2024-07-05', 1, '2024-07-05 08:48:29', '2024-07-05 08:48:29'), (560, NULL, 'Pending', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 6, NULL, 70, NULL, '2024-07-05', 1, '2024-07-05 08:48:29', '2024-07-05 08:48:29'), (561, NULL, 'Pending', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 7, NULL, 70, NULL, '2024-07-05', 1, '2024-07-05 08:48:29', '2024-07-05 08:48:29'), (562, NULL, 'Pending', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 8, NULL, 70, NULL, '2024-07-05', 1, '2024-07-05 08:48:29', '2024-07-05 08:48:29'), (563, NULL, 'Pending', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 1, NULL, 71, NULL, '2024-07-05', 1, '2024-07-05 08:48:30', '2024-07-05 08:48:30'), (564, NULL, 'Pending', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 2, NULL, 71, NULL, '2024-07-05', 1, '2024-07-05 08:48:30', '2024-07-05 08:48:30'), (565, NULL, 'Pending', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 3, NULL, 71, NULL, '2024-07-05', 1, '2024-07-05 08:48:30', '2024-07-05 08:48:30'), (566, NULL, 'Pending', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 4, NULL, 71, NULL, '2024-07-05', 1, '2024-07-05 08:48:30', '2024-07-05 08:48:30'), (567, NULL, 'Pending', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 5, NULL, 71, NULL, '2024-07-05', 1, '2024-07-05 08:48:30', '2024-07-05 08:48:30'), (568, NULL, 'Pending', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 6, NULL, 71, NULL, '2024-07-05', 1, '2024-07-05 08:48:30', '2024-07-05 08:48:30'), (569, NULL, 'Pending', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 7, NULL, 71, NULL, '2024-07-05', 1, '2024-07-05 08:48:30', '2024-07-05 08:48:30'), (570, NULL, 'Pending', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 8, NULL, 71, NULL, '2024-07-05', 1, '2024-07-05 08:48:30', '2024-07-05 08:48:30'), (571, NULL, 'Pending', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 1, NULL, 72, NULL, '2024-07-05', 1, '2024-07-05 08:48:30', '2024-07-05 08:48:30'), (572, NULL, 'Pending', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 2, NULL, 72, NULL, '2024-07-05', 1, '2024-07-05 08:48:30', '2024-07-05 08:48:30'), (573, NULL, 'Pending', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 3, NULL, 72, NULL, '2024-07-05', 1, '2024-07-05 08:48:30', '2024-07-05 08:48:30'), (574, NULL, 'Pending', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 4, NULL, 72, NULL, '2024-07-05', 1, '2024-07-05 08:48:30', '2024-07-05 08:48:30'), (575, NULL, 'Pending', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 5, NULL, 72, NULL, '2024-07-05', 1, '2024-07-05 08:48:30', '2024-07-05 08:48:30'), (576, NULL, 'Pending', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 6, NULL, 72, NULL, '2024-07-05', 1, '2024-07-05 08:48:30', '2024-07-05 08:48:30'), (577, NULL, 'Pending', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 7, NULL, 72, NULL, '2024-07-05', 1, '2024-07-05 08:48:30', '2024-07-05 08:48:30'), (578, NULL, 'Pending', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 8, NULL, 72, NULL, '2024-07-05', 1, '2024-07-05 08:48:30', '2024-07-05 08:48:30'), (579, NULL, 'Pending', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 1, NULL, 73, NULL, '2024-07-05', 1, '2024-07-05 08:48:30', '2024-07-05 08:48:30'), (580, NULL, 'Pending', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 2, NULL, 73, NULL, '2024-07-05', 1, '2024-07-05 08:48:30', '2024-07-05 08:48:30'), (581, NULL, 'Pending', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 3, NULL, 73, NULL, '2024-07-05', 1, '2024-07-05 08:48:30', '2024-07-05 08:48:30'), (582, NULL, 'Pending', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 4, NULL, 73, NULL, '2024-07-05', 1, '2024-07-05 08:48:30', '2024-07-05 08:48:30'), (583, NULL, 'Pending', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 5, NULL, 73, NULL, '2024-07-05', 1, '2024-07-05 08:48:30', '2024-07-05 08:48:30'), (584, NULL, 'Pending', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 6, NULL, 73, NULL, '2024-07-05', 1, '2024-07-05 08:48:30', '2024-07-05 08:48:30'), (585, NULL, 'Pending', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 7, NULL, 73, NULL, '2024-07-05', 1, '2024-07-05 08:48:30', '2024-07-05 08:48:30'), (586, NULL, 'Pending', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 8, NULL, 73, NULL, '2024-07-05', 1, '2024-07-05 08:48:30', '2024-07-05 08:48:30'), (587, NULL, 'Pending', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 1, NULL, 74, NULL, '2024-07-05', 1, '2024-07-05 08:48:31', '2024-07-05 08:48:31'), (588, NULL, 'Pending', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 2, NULL, 74, NULL, '2024-07-05', 1, '2024-07-05 08:48:31', '2024-07-05 08:48:31'), (589, NULL, 'Pending', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 3, NULL, 74, NULL, '2024-07-05', 1, '2024-07-05 08:48:31', '2024-07-05 08:48:31'), (590, NULL, 'Pending', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 4, NULL, 74, NULL, '2024-07-05', 1, '2024-07-05 08:48:31', '2024-07-05 08:48:31'), (591, NULL, 'Pending', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 5, NULL, 74, NULL, '2024-07-05', 1, '2024-07-05 08:48:31', '2024-07-05 08:48:31'), (592, NULL, 'Pending', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 6, NULL, 74, NULL, '2024-07-05', 1, '2024-07-05 08:48:31', '2024-07-05 08:48:31'), (593, NULL, 'Pending', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 7, NULL, 74, NULL, '2024-07-05', 1, '2024-07-05 08:48:31', '2024-07-05 08:48:31'), (594, NULL, 'Pending', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 8, NULL, 74, NULL, '2024-07-05', 1, '2024-07-05 08:48:31', '2024-07-05 08:48:31'), (595, NULL, 'Pending', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 1, NULL, 75, NULL, '2024-07-05', 1, '2024-07-05 08:48:31', '2024-07-05 08:48:31'), (596, NULL, 'Pending', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 2, NULL, 75, NULL, '2024-07-05', 1, '2024-07-05 08:48:31', '2024-07-05 08:48:31'), (597, NULL, 'Pending', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 3, NULL, 75, NULL, '2024-07-05', 1, '2024-07-05 08:48:31', '2024-07-05 08:48:31'), (598, NULL, 'Pending', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 4, NULL, 75, NULL, '2024-07-05', 1, '2024-07-05 08:48:31', '2024-07-05 08:48:31'), (599, NULL, 'Pending', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 5, NULL, 75, NULL, '2024-07-05', 1, '2024-07-05 08:48:31', '2024-07-05 08:48:31'), (600, NULL, 'Pending', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 6, NULL, 75, NULL, '2024-07-05', 1, '2024-07-05 08:48:31', '2024-07-05 08:48:31'), (601, NULL, 'Pending', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 7, NULL, 75, NULL, '2024-07-05', 1, '2024-07-05 08:48:31', '2024-07-05 08:48:31'), (602, NULL, 'Pending', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 8, NULL, 75, NULL, '2024-07-05', 1, '2024-07-05 08:48:31', '2024-07-05 08:48:31'), (603, NULL, 'Pending', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 1, NULL, 76, NULL, '2024-07-05', 1, '2024-07-05 08:48:31', '2024-07-05 08:48:31'), (604, NULL, 'Pending', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 2, NULL, 76, NULL, '2024-07-05', 1, '2024-07-05 08:48:31', '2024-07-05 08:48:31'); INSERT INTO `execution_file_operations` (`id`, `operationDate`, `status`, `information`, `informationAr`, `note`, `noteAr`, `operationFees`, `operationAmount`, `documentFile`, `secondDocumentFile`, `thirdDocumentFile`, `fourthDocumentFile`, `executionOperationTypeId`, `executionOperationAuthorityId`, `executionFileId`, `clientId`, `creationDate`, `creatorId`, `created_at`, `updated_at`) VALUES (605, NULL, 'Pending', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 3, NULL, 76, NULL, '2024-07-05', 1, '2024-07-05 08:48:31', '2024-07-05 08:48:31'), (606, NULL, 'Pending', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 4, NULL, 76, NULL, '2024-07-05', 1, '2024-07-05 08:48:31', '2024-07-05 08:48:31'), (607, NULL, 'Pending', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 5, NULL, 76, NULL, '2024-07-05', 1, '2024-07-05 08:48:31', '2024-07-05 08:48:31'), (608, NULL, 'Pending', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 6, NULL, 76, NULL, '2024-07-05', 1, '2024-07-05 08:48:31', '2024-07-05 08:48:31'), (609, NULL, 'Pending', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 7, NULL, 76, NULL, '2024-07-05', 1, '2024-07-05 08:48:31', '2024-07-05 08:48:31'), (610, NULL, 'Pending', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 8, NULL, 76, NULL, '2024-07-05', 1, '2024-07-05 08:48:31', '2024-07-05 08:48:31'), (611, NULL, 'Pending', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 1, NULL, 77, NULL, '2024-07-05', 1, '2024-07-05 08:48:32', '2024-07-05 08:48:32'), (612, NULL, 'Pending', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 2, NULL, 77, NULL, '2024-07-05', 1, '2024-07-05 08:48:32', '2024-07-05 08:48:32'), (613, NULL, 'Pending', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 3, NULL, 77, NULL, '2024-07-05', 1, '2024-07-05 08:48:32', '2024-07-05 08:48:32'), (614, NULL, 'Pending', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 4, NULL, 77, NULL, '2024-07-05', 1, '2024-07-05 08:48:32', '2024-07-05 08:48:32'), (615, NULL, 'Pending', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 5, NULL, 77, NULL, '2024-07-05', 1, '2024-07-05 08:48:32', '2024-07-05 08:48:32'), (616, NULL, 'Pending', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 6, NULL, 77, NULL, '2024-07-05', 1, '2024-07-05 08:48:32', '2024-07-05 08:48:32'), (617, NULL, 'Pending', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 7, NULL, 77, NULL, '2024-07-05', 1, '2024-07-05 08:48:32', '2024-07-05 08:48:32'), (618, NULL, 'Pending', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 8, NULL, 77, NULL, '2024-07-05', 1, '2024-07-05 08:48:32', '2024-07-05 08:48:32'), (619, '2024-07-05', 'Pending', 'The announcement was made via text message', 'تم الاعلان برسالة نصية', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 1, 1, 78, NULL, '2024-07-05', 1, '2024-07-05 08:48:32', '2024-07-25 06:14:16'), (620, NULL, 'Pending', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 2, NULL, 78, NULL, '2024-07-05', 1, '2024-07-05 08:48:32', '2024-07-05 08:48:32'), (621, '2024-07-06', 'Pending', 'A travel ban has been issued', 'تم اصدار منع السفر', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 3, 1, 78, NULL, '2024-07-05', 1, '2024-07-05 08:48:32', '2024-07-25 06:15:37'), (622, NULL, 'Pending', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 4, NULL, 78, NULL, '2024-07-05', 1, '2024-07-05 08:48:32', '2024-07-05 08:48:32'), (623, NULL, 'Pending', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 5, NULL, 78, NULL, '2024-07-05', 1, '2024-07-05 08:48:32', '2024-07-05 08:48:32'), (624, NULL, 'Pending', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 6, NULL, 78, NULL, '2024-07-05', 1, '2024-07-05 08:48:32', '2024-07-05 08:48:32'), (625, NULL, 'Pending', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 7, NULL, 78, NULL, '2024-07-05', 1, '2024-07-05 08:48:32', '2024-07-05 08:48:32'), (626, NULL, 'Pending', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 8, NULL, 78, NULL, '2024-07-05', 1, '2024-07-05 08:48:32', '2024-07-05 08:48:32'), (627, NULL, 'Pending', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 1, NULL, 79, NULL, '2024-07-05', 1, '2024-07-05 08:48:32', '2024-07-05 08:48:32'), (628, NULL, 'Pending', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 2, NULL, 79, NULL, '2024-07-05', 1, '2024-07-05 08:48:32', '2024-07-05 08:48:32'), (629, NULL, 'Pending', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 3, NULL, 79, NULL, '2024-07-05', 1, '2024-07-05 08:48:32', '2024-07-05 08:48:32'), (630, NULL, 'Pending', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 4, NULL, 79, NULL, '2024-07-05', 1, '2024-07-05 08:48:32', '2024-07-05 08:48:32'), (631, NULL, 'Pending', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 5, NULL, 79, NULL, '2024-07-05', 1, '2024-07-05 08:48:32', '2024-07-05 08:48:32'), (632, NULL, 'Pending', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 6, NULL, 79, NULL, '2024-07-05', 1, '2024-07-05 08:48:32', '2024-07-05 08:48:32'), (633, NULL, 'Pending', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 7, NULL, 79, NULL, '2024-07-05', 1, '2024-07-05 08:48:32', '2024-07-05 08:48:32'), (634, NULL, 'Pending', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 8, NULL, 79, NULL, '2024-07-05', 1, '2024-07-05 08:48:32', '2024-07-05 08:48:32'), (635, NULL, 'Pending', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 1, NULL, 80, NULL, '2024-07-05', 1, '2024-07-05 08:48:32', '2024-07-05 08:48:32'), (636, NULL, 'Pending', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 2, NULL, 80, NULL, '2024-07-05', 1, '2024-07-05 08:48:32', '2024-07-05 08:48:32'), (637, NULL, 'Pending', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 3, NULL, 80, NULL, '2024-07-05', 1, '2024-07-05 08:48:32', '2024-07-05 08:48:32'), (638, NULL, 'Pending', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 4, NULL, 80, NULL, '2024-07-05', 1, '2024-07-05 08:48:32', '2024-07-05 08:48:32'), (639, NULL, 'Pending', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 5, NULL, 80, NULL, '2024-07-05', 1, '2024-07-05 08:48:32', '2024-07-05 08:48:32'), (640, NULL, 'Pending', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 6, NULL, 80, NULL, '2024-07-05', 1, '2024-07-05 08:48:32', '2024-07-05 08:48:32'), (641, NULL, 'Pending', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 7, NULL, 80, NULL, '2024-07-05', 1, '2024-07-05 08:48:32', '2024-07-05 08:48:32'), (642, NULL, 'Pending', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 8, NULL, 80, NULL, '2024-07-05', 1, '2024-07-05 08:48:32', '2024-07-05 08:48:32'), (644, NULL, 'Pending', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 2, NULL, 81, NULL, '2024-07-05', 1, '2024-07-05 08:48:33', '2024-07-05 08:48:33'), (645, NULL, 'Pending', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 3, NULL, 81, NULL, '2024-07-05', 1, '2024-07-05 08:48:33', '2024-07-05 08:48:33'), (646, '2024-07-25', 'Pending', NULL, 'الغاء منع السفر', NULL, NULL, NULL, 200.00, NULL, NULL, NULL, NULL, 4, NULL, 81, NULL, '2024-07-05', 1, '2024-07-05 08:48:33', '2024-07-24 12:21:25'), (647, NULL, 'Pending', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 5, NULL, 81, NULL, '2024-07-05', 1, '2024-07-05 08:48:33', '2024-07-05 08:48:33'), (648, NULL, 'Pending', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 6, NULL, 81, NULL, '2024-07-05', 1, '2024-07-05 08:48:33', '2024-07-05 08:48:33'), (649, NULL, 'Pending', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 7, NULL, 81, NULL, '2024-07-05', 1, '2024-07-05 08:48:33', '2024-07-05 08:48:33'), (651, NULL, 'Pending', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 1, NULL, 82, NULL, '2024-07-05', 1, '2024-07-05 08:48:33', '2024-07-05 08:48:33'), (652, NULL, 'Pending', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 2, NULL, 82, NULL, '2024-07-05', 1, '2024-07-05 08:48:33', '2024-07-05 08:48:33'), (653, NULL, 'Pending', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 3, NULL, 82, NULL, '2024-07-05', 1, '2024-07-05 08:48:33', '2024-07-05 08:48:33'), (654, NULL, 'Pending', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 4, NULL, 82, NULL, '2024-07-05', 1, '2024-07-05 08:48:33', '2024-07-05 08:48:33'), (655, NULL, 'Pending', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 5, NULL, 82, NULL, '2024-07-05', 1, '2024-07-05 08:48:33', '2024-07-05 08:48:33'), (656, NULL, 'Pending', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 6, NULL, 82, NULL, '2024-07-05', 1, '2024-07-05 08:48:33', '2024-07-05 08:48:33'), (657, NULL, 'Pending', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 7, NULL, 82, NULL, '2024-07-05', 1, '2024-07-05 08:48:33', '2024-07-05 08:48:33'), (658, NULL, 'Pending', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 8, NULL, 82, NULL, '2024-07-05', 1, '2024-07-05 08:48:33', '2024-07-05 08:48:33'), (659, NULL, 'Pending', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 1, NULL, 83, NULL, '2024-07-05', 1, '2024-07-05 08:48:33', '2024-07-05 08:48:33'), (660, NULL, 'Pending', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 2, NULL, 83, NULL, '2024-07-05', 1, '2024-07-05 08:48:33', '2024-07-05 08:48:33'), (661, NULL, 'Pending', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 3, NULL, 83, NULL, '2024-07-05', 1, '2024-07-05 08:48:33', '2024-07-05 08:48:33'), (662, NULL, 'Pending', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 4, NULL, 83, NULL, '2024-07-05', 1, '2024-07-05 08:48:33', '2024-07-05 08:48:33'), (663, NULL, 'Pending', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 5, NULL, 83, NULL, '2024-07-05', 1, '2024-07-05 08:48:33', '2024-07-05 08:48:33'), (664, NULL, 'Pending', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 6, NULL, 83, NULL, '2024-07-05', 1, '2024-07-05 08:48:33', '2024-07-05 08:48:33'), (665, NULL, 'Pending', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 7, NULL, 83, NULL, '2024-07-05', 1, '2024-07-05 08:48:33', '2024-07-05 08:48:33'), (666, NULL, 'Pending', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 8, NULL, 83, NULL, '2024-07-05', 1, '2024-07-05 08:48:33', '2024-07-05 08:48:33'), (668, '2024-04-01', 'Pending', 'Issuing a travel ban', 'اصدار منع السفر', NULL, NULL, 320.00, NULL, 'OPR-12.15PM738971772943.pdf', NULL, NULL, NULL, 3, NULL, 83, NULL, '2024-07-24', 1, '2024-07-24 12:15:47', '2024-07-24 12:15:47'), (670, '2024-07-04', 'Pending', 'Issuing a travel ban', 'اصدار منع السفر', NULL, NULL, NULL, NULL, 'OPR-12.17PM187888824841.pdf', NULL, NULL, NULL, 3, NULL, 81, NULL, '2024-07-24', 1, '2024-07-24 12:17:47', '2024-07-24 12:17:47'), (672, '2024-07-10', 'Pending', 'The arrest and subpoena request was approved', 'تم الموافقة على طلب الضبط والاحضار', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 9, 2, 78, NULL, '2024-07-25', 1, '2024-07-25 06:04:56', '2024-07-25 06:05:15'), (673, '2024-07-25', 'Pending', 'The file has been permanently closed for payment.', 'تم غلق الملف نهائيا للسداد .', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 12, 1, 77, NULL, '2024-07-25', 1, '2024-07-25 06:10:10', '2024-07-25 06:10:10'), (674, '2024-07-25', 'Pending', 'the cars', 'السيارات', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 5, 1, 83, NULL, '2024-07-25', 1, '2024-07-25 08:38:41', '2024-07-25 08:38:41'), (675, '2024-07-01', 'Pending', 'The announcement was made via text message', 'تم الاعلان برسالة نصية', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 1, 1, 79, NULL, '2024-07-30', 1, '2024-07-30 06:07:04', '2024-07-30 06:07:04'), (676, '2024-07-05', 'Pending', 'A travel ban has been issued', 'تم اصدار منع السفر', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 3, 1, 79, NULL, '2024-07-30', 1, '2024-07-30 06:09:31', '2024-07-30 06:09:31'), (677, '2024-07-07', 'Pending', 'The executor\'s account was seized against him', 'تم الحجز على حساب المنفذ ضده', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 5, 1, 79, NULL, '2024-07-30', 1, '2024-07-30 06:15:30', '2024-07-30 06:15:30'), (678, '2024-07-07', 'Pending', 'Cars have been impounded', 'تم الحجز على السيارات', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 5, 1, 79, NULL, '2024-07-30', 1, '2024-07-30 06:15:53', '2024-07-30 06:15:53'); -- -------------------------------------------------------- -- -- Table structure for table `execution_file_operation_invoices` -- CREATE TABLE `execution_file_operation_invoices` ( `id` bigint UNSIGNED NOT NULL, `title` text COLLATE utf8mb4_unicode_ci, `titleAr` text COLLATE utf8mb4_unicode_ci, `invoiceDate` varchar(100) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `invoiceAmount` double(15,2) DEFAULT NULL, `documentFile` text COLLATE utf8mb4_unicode_ci, `note` text COLLATE utf8mb4_unicode_ci, `noteAr` text COLLATE utf8mb4_unicode_ci, `executionFileId` bigint UNSIGNED DEFAULT NULL, `executionFileOperationId` bigint UNSIGNED DEFAULT NULL, `clientId` bigint UNSIGNED DEFAULT NULL, `creationDate` varchar(100) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `creatorId` bigint UNSIGNED 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 `execution_file_tasks` -- CREATE TABLE `execution_file_tasks` ( `id` bigint UNSIGNED NOT NULL, `taskNumber` varchar(100) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `status` varchar(100) COLLATE utf8mb4_unicode_ci DEFAULT 'Pending', `assignDate` varchar(100) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `executionDate` varchar(100) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `dueDate` varchar(100) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `completionDate` varchar(100) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `information` text COLLATE utf8mb4_unicode_ci, `informationAr` text COLLATE utf8mb4_unicode_ci, `taskHandlerId` bigint UNSIGNED DEFAULT NULL, `taskFollowerId` bigint UNSIGNED DEFAULT NULL, `executionFileId` bigint UNSIGNED DEFAULT NULL, `clientId` bigint UNSIGNED DEFAULT NULL, `creationDate` varchar(100) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `creatorId` bigint UNSIGNED 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 `execution_operation_authorities` -- CREATE TABLE `execution_operation_authorities` ( `id` bigint UNSIGNED NOT NULL, `name` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `nameAr` 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 `execution_operation_authorities` -- INSERT INTO `execution_operation_authorities` (`id`, `name`, `nameAr`, `created_at`, `updated_at`) VALUES (1, 'Type 1', 'النوع الأول', '2024-06-13 17:46:39', '2024-06-13 17:46:39'), (2, 'Type 2', 'النوع الثاني', '2024-06-13 17:46:39', '2024-06-13 17:46:39'); -- -------------------------------------------------------- -- -- Table structure for table `execution_operation_types` -- CREATE TABLE `execution_operation_types` ( `id` bigint UNSIGNED NOT NULL, `name` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `nameAr` 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 `execution_operation_types` -- INSERT INTO `execution_operation_types` (`id`, `name`, `nameAr`, `created_at`, `updated_at`) VALUES (1, 'Advertising', 'الاعلان', '2024-06-13 17:46:39', '2024-07-24 12:01:35'), (2, 'News Publishing', 'الاعلان بالنشر', '2024-06-13 17:46:39', '2024-07-24 12:05:07'), (3, 'Issuing a travel ban', 'اصدار منع السفر', '2024-06-13 17:46:39', '2024-07-24 12:05:06'), (4, 'Cancel the travel ban', 'الغاء منع السفر', '2024-06-13 17:46:39', '2024-07-24 12:05:04'), (5, 'Inquiry and seizure of funds and property has been authorized', 'تم التصريح بالاستعلام وتوقيع الحجز على الأموال والممتلكات', '2024-06-13 17:46:39', '2024-07-24 12:05:03'), (6, 'Reservations of assets have been cancelled', 'تم الغاء الحجوزات', '2024-06-13 17:46:39', '2024-07-24 12:06:20'), (7, 'A deduction of a quarter of the salary was issued', 'صدر قرار استقطاع ربع الراتب', '2024-06-13 17:46:39', '2024-07-24 12:07:22'), (8, 'Canceling the decision to deduct a quarter of the salary', 'الغاء قرار استقطاع ربع الراتب', '2024-06-13 17:46:39', '2024-07-24 12:09:12'), (9, 'Issuing arrest warrants', 'اصدار الضبط والاحضار', '2024-07-24 12:09:55', '2024-07-24 12:09:55'), (10, 'Cancel arrest warrants', 'إلغاء الضبط والاحضار', '2024-07-24 12:10:37', '2024-07-24 12:10:50'), (11, 'Temporarily suspended', 'وقف التنفيذ مؤقتا', '2024-07-24 12:11:51', '2024-07-24 12:12:04'), (12, 'Cancel all procedures permanently', 'إلغاء كافة الإجراءات نهائيا', '2024-07-24 12:13:26', '2024-07-24 12:13:26'); -- -------------------------------------------------------- -- -- Table structure for table `execution_services` -- CREATE TABLE `execution_services` ( `id` bigint UNSIGNED NOT NULL, `name` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `nameAr` 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 `execution_stages` -- CREATE TABLE `execution_stages` ( `id` bigint UNSIGNED NOT NULL, `name` text COLLATE utf8mb4_unicode_ci, `nameAr` text COLLATE utf8mb4_unicode_ci, `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 `execution_types` -- CREATE TABLE `execution_types` ( `id` bigint UNSIGNED NOT NULL, `name` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `nameAr` 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 `execution_types` -- INSERT INTO `execution_types` (`id`, `name`, `nameAr`, `created_at`, `updated_at`) VALUES (1, 'Type 1', 'النوع الأول', '2024-06-13 17:46:39', '2024-06-13 17:46:39'), (2, 'Type 2', 'النوع الثاني', '2024-06-13 17:46:39', '2024-06-13 17:46:39'); -- -------------------------------------------------------- -- -- Table structure for table `expert_offices` -- CREATE TABLE `expert_offices` ( `id` bigint UNSIGNED NOT NULL, `serial` varchar(100) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `name` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `nameAr` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `phone` varchar(100) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `email` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `password` text COLLATE utf8mb4_unicode_ci, `contactPerson` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `contactPersonAr` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `contactPersonPhone` varchar(100) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `address` text COLLATE utf8mb4_unicode_ci, `addressAr` text COLLATE utf8mb4_unicode_ci, `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 `files` -- CREATE TABLE `files` ( `id` bigint UNSIGNED NOT NULL, `serial` varchar(100) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `fileNumber` varchar(100) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `information` text COLLATE utf8mb4_unicode_ci, `informationAr` text COLLATE utf8mb4_unicode_ci, `clientId` bigint UNSIGNED DEFAULT NULL, `creationDate` varchar(100) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `creatorId` bigint UNSIGNED 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 `file_associated_cases` -- CREATE TABLE `file_associated_cases` ( `id` bigint UNSIGNED NOT NULL, `serial` varchar(100) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `caseNumber` varchar(100) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `requestNumber` varchar(100) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `requestDate` varchar(100) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `information` text COLLATE utf8mb4_unicode_ci, `informationAr` text COLLATE utf8mb4_unicode_ci, `caseTypeId` bigint UNSIGNED DEFAULT NULL, `caseStageId` bigint UNSIGNED DEFAULT NULL, `clientTitleId` bigint UNSIGNED DEFAULT NULL, `courtFees` double(15,2) DEFAULT NULL, `discountAmount` double(15,2) DEFAULT NULL, `courtId` bigint UNSIGNED DEFAULT NULL, `departmentId` bigint UNSIGNED DEFAULT NULL, `isOpen` tinyint(1) DEFAULT '1', `isMainCase` tinyint(1) DEFAULT '0', `fileId` bigint UNSIGNED DEFAULT NULL, `caseId` bigint UNSIGNED DEFAULT NULL, `clientId` bigint UNSIGNED DEFAULT NULL, `branchCityId` bigint UNSIGNED DEFAULT NULL, `administrativeId` bigint UNSIGNED DEFAULT NULL, `secAdministrativeId` bigint UNSIGNED DEFAULT NULL, `thirdAdministrativeId` bigint UNSIGNED DEFAULT NULL, `advisorId` bigint UNSIGNED DEFAULT NULL, `secAdvisorId` bigint UNSIGNED DEFAULT NULL, `thirdAdvisorId` bigint UNSIGNED DEFAULT NULL, `pleadingLawyerId` bigint UNSIGNED DEFAULT NULL, `secPleadingLawyerId` bigint UNSIGNED DEFAULT NULL, `thirdPleadingLawyerId` bigint UNSIGNED DEFAULT NULL, `creationDate` varchar(100) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `creatorId` bigint UNSIGNED 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 `file_cases` -- CREATE TABLE `file_cases` ( `id` bigint UNSIGNED NOT NULL, `serial` varchar(100) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `caseNumber` varchar(100) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `registerDate` varchar(100) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `caseFees` double(15,2) DEFAULT '0.00', `claimAmount` double(15,2) DEFAULT '0.00', `information` text COLLATE utf8mb4_unicode_ci, `informationAr` text COLLATE utf8mb4_unicode_ci, `caseTypeId` bigint UNSIGNED DEFAULT NULL, `caseStageId` bigint UNSIGNED DEFAULT NULL, `clientTitleId` bigint UNSIGNED DEFAULT NULL, `courtFees` double(15,2) DEFAULT NULL, `discountAmount` double(15,2) DEFAULT NULL, `courtId` bigint UNSIGNED DEFAULT NULL, `departmentId` bigint UNSIGNED DEFAULT NULL, `isOpen` tinyint(1) DEFAULT '1', `isMainCase` tinyint(1) DEFAULT '0', `fileId` bigint UNSIGNED DEFAULT NULL, `clientId` bigint UNSIGNED DEFAULT NULL, `administrativeId` bigint UNSIGNED DEFAULT NULL, `secAdministrativeId` bigint UNSIGNED DEFAULT NULL, `thirdAdministrativeId` bigint UNSIGNED DEFAULT NULL, `advisorId` bigint UNSIGNED DEFAULT NULL, `secAdvisorId` bigint UNSIGNED DEFAULT NULL, `thirdAdvisorId` bigint UNSIGNED DEFAULT NULL, `pleadingLawyerId` bigint UNSIGNED DEFAULT NULL, `secPleadingLawyerId` bigint UNSIGNED DEFAULT NULL, `thirdPleadingLawyerId` bigint UNSIGNED DEFAULT NULL, `creationDate` varchar(100) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `creatorId` bigint UNSIGNED 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 `file_case_attachments` -- CREATE TABLE `file_case_attachments` ( `id` bigint UNSIGNED NOT NULL, `name` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `nameAr` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `documentDate` varchar(100) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `documentNumber` varchar(100) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `documentTypeId` bigint UNSIGNED DEFAULT NULL, `documentFile` text COLLATE utf8mb4_unicode_ci, `documentFileSize` text COLLATE utf8mb4_unicode_ci, `information` text COLLATE utf8mb4_unicode_ci, `informationAr` text COLLATE utf8mb4_unicode_ci, `fileId` bigint UNSIGNED DEFAULT NULL, `caseId` bigint UNSIGNED DEFAULT NULL, `caseExecutionId` bigint UNSIGNED DEFAULT NULL, `associatedCaseId` bigint UNSIGNED DEFAULT NULL, `clientId` bigint UNSIGNED DEFAULT NULL, `creationDate` varchar(100) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `creatorId` bigint UNSIGNED 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 `file_case_claims` -- CREATE TABLE `file_case_claims` ( `id` bigint UNSIGNED NOT NULL, `name` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `nameAr` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `note` text COLLATE utf8mb4_unicode_ci, `noteAr` text COLLATE utf8mb4_unicode_ci, `fileId` bigint UNSIGNED DEFAULT NULL, `caseId` bigint UNSIGNED DEFAULT NULL, `creationDate` varchar(100) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `creatorId` bigint UNSIGNED 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 `file_case_configurations` -- CREATE TABLE `file_case_configurations` ( `id` bigint UNSIGNED NOT NULL, `requirementDate` varchar(100) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `requirementCompletionDate` varchar(100) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `status` varchar(100) COLLATE utf8mb4_unicode_ci DEFAULT 'Pending', `requirementTypeId` bigint UNSIGNED DEFAULT NULL, `information` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `informationAr` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `handlerId` bigint UNSIGNED DEFAULT NULL, `documentFile` text COLLATE utf8mb4_unicode_ci, `documentFileSize` varchar(100) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `fileId` bigint UNSIGNED DEFAULT NULL, `caseId` bigint UNSIGNED DEFAULT NULL, `creationDate` varchar(100) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `creatorId` bigint UNSIGNED 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 `file_case_executions` -- CREATE TABLE `file_case_executions` ( `id` bigint UNSIGNED NOT NULL, `executionNumber` varchar(100) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `executionDate` varchar(100) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `information` text COLLATE utf8mb4_unicode_ci, `informationAr` text COLLATE utf8mb4_unicode_ci, `executionTypeId` bigint UNSIGNED DEFAULT NULL, `claimAmount` double(15,2) DEFAULT NULL, `executionAmount` double(15,2) DEFAULT NULL, `executionFees` double(15,2) DEFAULT NULL, `fileId` bigint UNSIGNED DEFAULT NULL, `caseId` bigint UNSIGNED DEFAULT NULL, `clientId` bigint UNSIGNED DEFAULT NULL, `creationDate` varchar(100) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `creatorId` bigint UNSIGNED 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 `file_case_execution_operations` -- CREATE TABLE `file_case_execution_operations` ( `id` bigint UNSIGNED NOT NULL, `operationDate` varchar(100) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `status` varchar(100) COLLATE utf8mb4_unicode_ci DEFAULT 'Pending', `information` text COLLATE utf8mb4_unicode_ci, `informationAr` text COLLATE utf8mb4_unicode_ci, `note` text COLLATE utf8mb4_unicode_ci, `noteAr` text COLLATE utf8mb4_unicode_ci, `operationFees` double(15,2) DEFAULT NULL, `operationAmount` double(15,2) DEFAULT NULL, `documentFile` text COLLATE utf8mb4_unicode_ci, `secondDocumentFile` text COLLATE utf8mb4_unicode_ci, `thirdDocumentFile` text COLLATE utf8mb4_unicode_ci, `fourthDocumentFile` text COLLATE utf8mb4_unicode_ci, `executionOperationTypeId` bigint UNSIGNED DEFAULT NULL, `executionOperationAuthorityId` bigint UNSIGNED DEFAULT NULL, `caseExecutionId` bigint UNSIGNED DEFAULT NULL, `clientId` bigint UNSIGNED DEFAULT NULL, `creationDate` varchar(100) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `creatorId` bigint UNSIGNED 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 `file_case_execution_operation_invoices` -- CREATE TABLE `file_case_execution_operation_invoices` ( `id` bigint UNSIGNED NOT NULL, `title` text COLLATE utf8mb4_unicode_ci, `titleAr` text COLLATE utf8mb4_unicode_ci, `invoiceDate` varchar(100) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `invoiceAmount` double(15,2) DEFAULT NULL, `note` text COLLATE utf8mb4_unicode_ci, `noteAr` text COLLATE utf8mb4_unicode_ci, `documentFile` text COLLATE utf8mb4_unicode_ci, `caseExecutionOperationId` bigint UNSIGNED DEFAULT NULL, `caseExecutionId` bigint UNSIGNED DEFAULT NULL, `clientId` bigint UNSIGNED DEFAULT NULL, `creationDate` varchar(100) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `creatorId` bigint UNSIGNED 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 `file_case_hearings` -- CREATE TABLE `file_case_hearings` ( `id` bigint UNSIGNED NOT NULL, `hearingDate` varchar(100) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `upcomingHearingDate` varchar(100) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `hearingTypeId` bigint UNSIGNED DEFAULT NULL, `courtHall` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `courtAttendance` varchar(100) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `courtDecision` text COLLATE utf8mb4_unicode_ci, `courtDecisionAr` text COLLATE utf8mb4_unicode_ci, `courtDecisionDate` text COLLATE utf8mb4_unicode_ci, `courtId` bigint UNSIGNED DEFAULT NULL, `note` text COLLATE utf8mb4_unicode_ci, `noteAr` text COLLATE utf8mb4_unicode_ci, `officeFees` double DEFAULT NULL, `expertOfficeId` bigint UNSIGNED DEFAULT NULL, `administrativeId` bigint UNSIGNED DEFAULT NULL, `advisorId` bigint UNSIGNED DEFAULT NULL, `pleadingLawyerId` bigint UNSIGNED DEFAULT NULL, `fileId` bigint UNSIGNED DEFAULT NULL, `caseId` bigint UNSIGNED DEFAULT NULL, `associatedCaseId` bigint UNSIGNED DEFAULT NULL, `clientId` bigint UNSIGNED DEFAULT NULL, `creationDate` varchar(100) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `creatorId` bigint UNSIGNED 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 `file_case_hearing_phases` -- CREATE TABLE `file_case_hearing_phases` ( `id` bigint UNSIGNED NOT NULL, `status` varchar(100) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `submissionDate` varchar(100) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `meetingDateTime` varchar(100) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `hearingPhaseId` bigint UNSIGNED DEFAULT NULL, `caseHearingId` bigint UNSIGNED DEFAULT NULL, `creationDate` varchar(100) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `creatorId` bigint UNSIGNED 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 `file_case_hearing_phase_requirements` -- CREATE TABLE `file_case_hearing_phase_requirements` ( `id` bigint UNSIGNED NOT NULL, `name` text COLLATE utf8mb4_unicode_ci, `nameAr` text COLLATE utf8mb4_unicode_ci, `information` text COLLATE utf8mb4_unicode_ci, `informationAr` text COLLATE utf8mb4_unicode_ci, `documentFile` text COLLATE utf8mb4_unicode_ci, `secondDocumentFile` text COLLATE utf8mb4_unicode_ci, `thirdDocumentFile` text COLLATE utf8mb4_unicode_ci, `caseHearingPhaseId` bigint UNSIGNED DEFAULT NULL, `creationDate` varchar(100) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `creatorId` bigint UNSIGNED 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 `file_case_memoirs` -- CREATE TABLE `file_case_memoirs` ( `id` bigint UNSIGNED NOT NULL, `title` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `titleAr` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `memoirDate` varchar(100) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `status` varchar(100) COLLATE utf8mb4_unicode_ci DEFAULT 'Pending', `documentFile` text COLLATE utf8mb4_unicode_ci, `documentFileSize` varchar(100) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `memoirTypeId` bigint UNSIGNED DEFAULT NULL, `note` text COLLATE utf8mb4_unicode_ci, `noteAr` text COLLATE utf8mb4_unicode_ci, `executionDate` varchar(100) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `completionDate` varchar(100) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `completionDays` int DEFAULT NULL, `advisorId` bigint UNSIGNED DEFAULT NULL, `fileId` bigint UNSIGNED DEFAULT NULL, `caseId` bigint UNSIGNED DEFAULT NULL, `associatedCaseId` bigint UNSIGNED DEFAULT NULL, `clientId` bigint UNSIGNED DEFAULT NULL, `creationDate` varchar(100) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `creatorId` bigint UNSIGNED 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 `file_case_opponents` -- CREATE TABLE `file_case_opponents` ( `id` bigint UNSIGNED NOT NULL, `note` text COLLATE utf8mb4_unicode_ci, `noteAr` text COLLATE utf8mb4_unicode_ci, `fileId` bigint UNSIGNED DEFAULT NULL, `caseId` bigint UNSIGNED DEFAULT NULL, `opponentId` bigint UNSIGNED DEFAULT NULL, `opponentTitleId` bigint UNSIGNED DEFAULT NULL, `creationDate` varchar(100) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `creatorId` bigint UNSIGNED 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 `file_case_reports` -- CREATE TABLE `file_case_reports` ( `id` bigint UNSIGNED NOT NULL, `reportNumber` varchar(100) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `reportDate` varchar(100) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `reportFees` double(15,2) DEFAULT NULL, `status` varchar(100) COLLATE utf8mb4_unicode_ci DEFAULT 'Pending', `reportTypeId` bigint UNSIGNED DEFAULT NULL, `information` text COLLATE utf8mb4_unicode_ci, `informationAr` text COLLATE utf8mb4_unicode_ci, `documentFile` text COLLATE utf8mb4_unicode_ci, `documentFileSize` varchar(100) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `authorityId` bigint UNSIGNED DEFAULT NULL, `departmentId` bigint UNSIGNED DEFAULT NULL, `administrativeId` bigint UNSIGNED DEFAULT NULL, `advisorId` bigint UNSIGNED DEFAULT NULL, `pleadingLawyerId` bigint UNSIGNED DEFAULT NULL, `fileId` bigint UNSIGNED DEFAULT NULL, `caseId` bigint UNSIGNED DEFAULT NULL, `associatedCaseId` bigint UNSIGNED DEFAULT NULL, `clientId` bigint UNSIGNED DEFAULT NULL, `creationDate` varchar(100) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `creatorId` bigint UNSIGNED 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 `file_case_requirements` -- CREATE TABLE `file_case_requirements` ( `id` bigint UNSIGNED NOT NULL, `name` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `nameAr` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `requirementDate` varchar(100) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `status` varchar(100) COLLATE utf8mb4_unicode_ci DEFAULT 'Pending', `documentFile` text COLLATE utf8mb4_unicode_ci, `information` text COLLATE utf8mb4_unicode_ci, `informationAr` text COLLATE utf8mb4_unicode_ci, `executorId` bigint UNSIGNED DEFAULT NULL, `fileId` bigint UNSIGNED DEFAULT NULL, `caseId` bigint UNSIGNED DEFAULT NULL, `associatedCaseId` bigint UNSIGNED DEFAULT NULL, `clientId` bigint UNSIGNED DEFAULT NULL, `creationDate` varchar(100) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `creatorId` bigint UNSIGNED 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 `file_case_tasks` -- CREATE TABLE `file_case_tasks` ( `id` bigint UNSIGNED NOT NULL, `taskNumber` varchar(100) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `status` varchar(100) COLLATE utf8mb4_unicode_ci DEFAULT 'Pending', `assignDate` varchar(100) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `executionDate` varchar(100) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `dueDate` varchar(100) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `completionDate` varchar(100) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `information` text COLLATE utf8mb4_unicode_ci, `informationAr` text COLLATE utf8mb4_unicode_ci, `taskHandlerId` bigint UNSIGNED DEFAULT NULL, `taskFollowerId` bigint UNSIGNED DEFAULT NULL, `fileId` bigint UNSIGNED DEFAULT NULL, `caseId` bigint UNSIGNED DEFAULT NULL, `caseExecutionId` bigint UNSIGNED DEFAULT NULL, `associatedCaseId` bigint UNSIGNED DEFAULT NULL, `clientId` bigint UNSIGNED DEFAULT NULL, `creationDate` varchar(100) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `creatorId` bigint UNSIGNED 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 `file_case_tickets` -- CREATE TABLE `file_case_tickets` ( `id` bigint UNSIGNED NOT NULL, `ticketDate` varchar(100) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `ticketStatus` varchar(100) COLLATE utf8mb4_unicode_ci DEFAULT 'Pending', `ticketTypeId` bigint UNSIGNED DEFAULT NULL, `advisorId` bigint UNSIGNED DEFAULT NULL, `fileId` bigint UNSIGNED DEFAULT NULL, `caseId` bigint UNSIGNED DEFAULT NULL, `associatedCaseId` bigint UNSIGNED DEFAULT NULL, `clientId` bigint UNSIGNED DEFAULT NULL, `creatorId` bigint UNSIGNED 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 `file_case_verdicts` -- CREATE TABLE `file_case_verdicts` ( `id` bigint UNSIGNED NOT NULL, `verdictDate` varchar(100) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `verdictTypeId` bigint UNSIGNED DEFAULT NULL, `courtHall` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `courtDecision` text COLLATE utf8mb4_unicode_ci, `courtDecisionAr` text COLLATE utf8mb4_unicode_ci, `courtDecisionDate` text COLLATE utf8mb4_unicode_ci, `courtId` bigint UNSIGNED DEFAULT NULL, `advisorId` bigint UNSIGNED DEFAULT NULL, `pleadingLawyerId` bigint UNSIGNED DEFAULT NULL, `fileId` bigint UNSIGNED DEFAULT NULL, `caseId` bigint UNSIGNED DEFAULT NULL, `caseHearingId` bigint UNSIGNED DEFAULT NULL, `associatedCaseId` bigint UNSIGNED DEFAULT NULL, `clientId` bigint UNSIGNED DEFAULT NULL, `creationDate` varchar(100) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `creatorId` bigint UNSIGNED 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 `general_settings` -- CREATE TABLE `general_settings` ( `id` bigint UNSIGNED NOT NULL, `fileSerial` bigint DEFAULT '1', `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 `hearing_phases` -- CREATE TABLE `hearing_phases` ( `id` bigint UNSIGNED NOT NULL, `name` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `nameAr` 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 `hearing_phases` -- INSERT INTO `hearing_phases` (`id`, `name`, `nameAr`, `created_at`, `updated_at`) VALUES (1, 'Recruitment of Expert', 'انتداب الخبير', '2024-06-13 17:46:39', '2024-06-13 17:46:39'), (2, 'Expert Meeting', 'اجتماع الخبرة', '2024-06-13 17:46:39', '2024-06-13 17:46:39'), (3, 'Feedback', 'التعقيب', '2024-06-13 17:46:39', '2024-06-13 17:46:39'); -- -------------------------------------------------------- -- -- Table structure for table `hearing_types` -- CREATE TABLE `hearing_types` ( `id` bigint UNSIGNED NOT NULL, `name` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `nameAr` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `type` varchar(100) COLLATE utf8mb4_unicode_ci DEFAULT 'Hearing', `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 `hearing_types` -- INSERT INTO `hearing_types` (`id`, `name`, `nameAr`, `type`, `created_at`, `updated_at`) VALUES (1, 'Type 1', 'النوع الأول', 'Hearing', '2024-06-13 17:46:39', '2024-06-13 17:46:39'), (2, 'Type 2', 'النوع الثاني', 'Hearing', '2024-06-13 17:46:39', '2024-06-13 17:46:39'), (3, 'Type 1', 'النوع الأول', 'Verdict', '2024-06-13 17:46:39', '2024-06-13 17:46:39'), (4, 'Type 2', 'النوع الثاني', 'Verdict', '2024-06-13 17:46:39', '2024-06-13 17:46:39'); -- -------------------------------------------------------- -- -- Table structure for table `identity_types` -- CREATE TABLE `identity_types` ( `id` bigint UNSIGNED NOT NULL, `name` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `nameAr` 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 `identity_types` -- INSERT INTO `identity_types` (`id`, `name`, `nameAr`, `created_at`, `updated_at`) VALUES (1, 'Type 1', 'النوع الأول', '2024-06-13 17:46:39', '2024-06-13 17:46:39'), (2, 'Type 2', 'النوع الثاني', '2024-06-13 17:46:39', '2024-06-13 17:46:39'); -- -------------------------------------------------------- -- -- Table structure for table `job_titles` -- CREATE TABLE `job_titles` ( `id` bigint UNSIGNED NOT NULL, `name` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `nameAr` 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 `meetings` -- CREATE TABLE `meetings` ( `id` bigint UNSIGNED NOT NULL, `topic` text COLLATE utf8mb4_unicode_ci, `topicAr` text COLLATE utf8mb4_unicode_ci, `status` varchar(100) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `meetingPlace` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `meetingPlaceAr` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `meetingDate` varchar(100) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `meetingFrom` varchar(100) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `meetingUntil` varchar(100) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `upcomingMeetingPlace` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `upcomingMeetingPlaceAr` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `upcomingMeetingDate` varchar(100) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `upcomingMeetingFrom` varchar(100) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `upcomingMeetingUntil` varchar(100) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `conclusion` longtext COLLATE utf8mb4_unicode_ci, `conclusionAr` longtext COLLATE utf8mb4_unicode_ci, `clientId` bigint UNSIGNED DEFAULT NULL, `fileId` bigint UNSIGNED DEFAULT NULL, `fileCaseId` bigint UNSIGNED DEFAULT NULL, `creationDate` varchar(100) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `creatorId` bigint UNSIGNED 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 `meeting_action_plans` -- CREATE TABLE `meeting_action_plans` ( `id` bigint UNSIGNED NOT NULL, `information` text COLLATE utf8mb4_unicode_ci, `informationAr` text COLLATE utf8mb4_unicode_ci, `status` varchar(100) COLLATE utf8mb4_unicode_ci DEFAULT 'Pending', `note` text COLLATE utf8mb4_unicode_ci, `noteAr` text COLLATE utf8mb4_unicode_ci, `handlerId` bigint UNSIGNED DEFAULT NULL, `meetingId` bigint UNSIGNED 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 `meeting_agendas` -- CREATE TABLE `meeting_agendas` ( `id` bigint UNSIGNED NOT NULL, `information` text COLLATE utf8mb4_unicode_ci, `informationAr` text COLLATE utf8mb4_unicode_ci, `presenter` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `presenterAr` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `meetingId` bigint UNSIGNED 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 `meeting_discussions` -- CREATE TABLE `meeting_discussions` ( `id` bigint UNSIGNED NOT NULL, `point` text COLLATE utf8mb4_unicode_ci, `pointAr` text COLLATE utf8mb4_unicode_ci, `note` text COLLATE utf8mb4_unicode_ci, `noteAr` text COLLATE utf8mb4_unicode_ci, `meetingId` bigint UNSIGNED 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 `meeting_participants` -- CREATE TABLE `meeting_participants` ( `id` bigint UNSIGNED NOT NULL, `name` varchar(100) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `nameAr` varchar(100) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `hadAttended` tinyint(1) DEFAULT NULL, `authority` varchar(100) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `jobTitleId` bigint UNSIGNED DEFAULT NULL, `meetingId` bigint UNSIGNED 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 `memoir_types` -- CREATE TABLE `memoir_types` ( `id` bigint UNSIGNED NOT NULL, `name` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `nameAr` 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 `memoir_types` -- INSERT INTO `memoir_types` (`id`, `name`, `nameAr`, `created_at`, `updated_at`) VALUES (1, 'Type 1', 'النوع الأول', '2024-06-13 17:46:39', '2024-06-13 17:46:39'), (2, 'Type 2', 'النوع الثاني', '2024-06-13 17:46:39', '2024-06-13 17:46:39'); -- -------------------------------------------------------- -- -- Table structure for table `migrations` -- CREATE TABLE `migrations` ( `id` int UNSIGNED NOT NULL, `migration` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL, `batch` int 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_11_000002_create_permissions_table', 1), (2, '2014_10_11_000004_create_roles_table', 1), (3, '2014_10_11_000008_create_role_permissions_table', 1), (4, '2014_10_12_000000_create_users_table', 1), (5, '2014_10_12_000002_create_activity_logs_table', 1), (6, '2019_12_14_000001_create_personal_access_tokens_table', 1), (7, '2024_01_15_051001_create_cities_table', 1), (8, '2024_01_15_051002_create_general_settings_table', 1), (9, '2024_01_15_051002_create_nationalities_table', 1), (10, '2024_01_15_051003_create_job_titles_table', 1), (11, '2024_01_15_051003_create_products_table', 1), (12, '2024_01_15_051004_create_banks_table', 1), (13, '2024_01_15_051004_create_profiles_table', 1), (14, '2024_01_15_051005_create_courts_table', 1), (15, '2024_01_15_051006_create_authorities_table', 1), (16, '2024_01_15_051006_create_departments_table', 1), (17, '2024_01_15_051007_create_requirement_types_table', 1), (18, '2024_01_15_051008_create_identity_types_table', 1), (19, '2024_01_15_051009_create_contract_types_table', 1), (20, '2024_01_15_051009_create_document_types_table', 1), (21, '2024_01_15_051010_create_case_types_table', 1), (22, '2024_01_15_051011_create_case_stages_table', 1), (23, '2024_01_15_051014_create_ticket_types_table', 1), (24, '2024_01_15_051015_create_memoir_types_table', 1), (25, '2024_01_15_051018_create_hearing_phases_table', 1), (26, '2024_01_15_051018_create_hearing_types_table', 1), (27, '2024_01_15_051018_create_report_types_table', 1), (28, '2024_01_15_051019_create_execution_operation_authorities_table', 1), (29, '2024_01_15_051019_create_execution_operation_types_table', 1), (30, '2024_01_15_051019_create_execution_types_table', 1), (31, '2024_01_15_051020_create_execution_services_table', 1), (32, '2024_01_15_051021_create_client_titles_table', 1), (33, '2024_01_15_051021_create_client_types_table', 1), (34, '2024_01_15_061004_create_clients_table', 1), (35, '2024_01_15_061006_create_client_attachments_table', 1), (36, '2024_01_15_061009_create_client_contracts_table', 1), (37, '2024_01_15_061341_create_opponents_table', 1), (38, '2024_01_15_061344_create_expert_offices_table', 1), (39, '2024_01_15_061457_create_files_table', 1), (40, '2024_01_15_061651_create_file_cases_table', 1), (41, '2024_01_15_061653_create_file_case_claims_table', 1), (42, '2024_01_15_061655_create_file_case_opponents_table', 1), (43, '2024_01_15_062010_create_file_associated_cases_table', 1), (44, '2024_01_15_062016_create_file_case_executions_table', 1), (45, '2024_01_15_062020_create_file_case_execution_operations_table', 1), (46, '2024_01_15_062022_create_file_case_execution_operation_invoices_table', 1), (47, '2024_01_15_062025_create_file_case_hearings_table', 1), (48, '2024_01_15_062030_create_file_case_hearing_phases_table', 1), (49, '2024_01_15_062031_create_file_case_hearing_phase_requirements_table', 1), (50, '2024_01_15_074935_create_file_case_tickets_table', 1), (51, '2024_01_15_075211_create_file_case_attachments_table', 1), (52, '2024_01_15_075213_create_file_case_requirements_table', 1), (53, '2024_01_15_075357_create_file_case_tasks_table', 1), (54, '2024_01_22_064630_create_file_case_memoirs_table', 1), (55, '2024_01_29_101844_create_file_case_verdicts_table', 1), (56, '2024_01_30_121121_create_file_case_reports_table', 1), (57, '2024_02_05_121822_create_file_case_configurations_table', 1), (58, '2024_05_29_064911_create_execution_files_table', 1), (59, '2024_05_29_064915_create_execution_file_operations_table', 1), (60, '2024_05_29_065302_create_execution_file_operation_invoices_table', 1), (61, '2024_05_30_122424_create_execution_file_tasks_table', 1), (62, '2024_05_30_125213_create_execution_file_attachments_table', 1), (63, '2024_06_01_092400_create_report_files_table', 1), (64, '2024_06_01_092427_create_report_file_operations_table', 1), (65, '2024_06_01_092432_create_report_file_operation_invoices_table', 1), (66, '2024_06_01_092526_create_report_file_tasks_table', 1), (67, '2024_06_01_092535_create_report_file_attachments_table', 1), (68, '2024_06_10_102445_create_meetings_table', 1), (69, '2024_06_10_102849_create_meeting_participants_table', 1), (70, '2024_06_10_102910_create_meeting_agendas_table', 1), (71, '2024_06_11_103048_create_meeting_discussions_table', 1); -- -------------------------------------------------------- -- -- Table structure for table `nationalities` -- CREATE TABLE `nationalities` ( `id` bigint UNSIGNED NOT NULL, `name` varchar(100) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `nameAr` varchar(100) 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 `nationalities` -- INSERT INTO `nationalities` (`id`, `name`, `nameAr`, `created_at`, `updated_at`) VALUES (1, 'Afghan', 'الأفغاني', '2024-06-13 17:46:38', '2024-06-13 17:46:38'), (2, 'Albanian', 'الألبانية', '2024-06-13 17:46:38', '2024-06-13 17:46:38'), (3, 'Algerian', 'جزائري', '2024-06-13 17:46:38', '2024-06-13 17:46:38'), (4, 'American', 'أمريكي', '2024-06-13 17:46:38', '2024-06-13 17:46:38'), (5, 'Andorran', 'أندورا', '2024-06-13 17:46:38', '2024-06-13 17:46:38'), (6, 'Angolan', 'أنغولا', '2024-06-13 17:46:38', '2024-06-13 17:46:38'), (7, 'Antiguans', 'أنتيجوان', '2024-06-13 17:46:38', '2024-06-13 17:46:38'), (8, 'Argentinean', 'أرجنتيني', '2024-06-13 17:46:38', '2024-06-13 17:46:38'), (9, 'Armenian', 'أرمنية', '2024-06-13 17:46:38', '2024-06-13 17:46:38'), (10, 'Australian', 'الأسترالي', '2024-06-13 17:46:38', '2024-06-13 17:46:38'), (11, 'Austrian', 'النمساوي', '2024-06-13 17:46:38', '2024-06-13 17:46:38'), (12, 'Azerbaijani', 'الأذربيجانية', '2024-06-13 17:46:38', '2024-06-13 17:46:38'), (13, 'Bahamian', 'البهامية', '2024-06-13 17:46:38', '2024-06-13 17:46:38'), (14, 'Bahraini', 'بحريني', '2024-06-13 17:46:38', '2024-06-13 17:46:38'), (15, 'Bangladeshi', 'بنغلاديش', '2024-06-13 17:46:38', '2024-06-13 17:46:38'), (16, 'Barbadian', 'بربادوسي', '2024-06-13 17:46:38', '2024-06-13 17:46:38'), (17, 'Barbudans', 'البربوديون', '2024-06-13 17:46:39', '2024-06-13 17:46:39'), (18, 'Batswana', 'باتسوانا', '2024-06-13 17:46:39', '2024-06-13 17:46:39'), (19, 'Belarusian', 'البيلاروسية', '2024-06-13 17:46:39', '2024-06-13 17:46:39'), (20, 'Belgian', 'بلجيكي', '2024-06-13 17:46:39', '2024-06-13 17:46:39'), (21, 'Belizean', 'البليزية', '2024-06-13 17:46:39', '2024-06-13 17:46:39'), (22, 'Beninese', 'بنيني', '2024-06-13 17:46:39', '2024-06-13 17:46:39'), (23, 'Bhutanese', 'بوتاني', '2024-06-13 17:46:39', '2024-06-13 17:46:39'), (24, 'Bolivian', 'البوليفي', '2024-06-13 17:46:39', '2024-06-13 17:46:39'), (25, 'Bosnian', 'البوسني', '2024-06-13 17:46:39', '2024-06-13 17:46:39'), (26, 'Brazilian', 'البرازيلي', '2024-06-13 17:46:39', '2024-06-13 17:46:39'), (27, 'British', 'بريطاني', '2024-06-13 17:46:39', '2024-06-13 17:46:39'), (28, 'Bruneian', 'بروني', '2024-06-13 17:46:39', '2024-06-13 17:46:39'), (29, 'Bulgarian', 'البلغارية', '2024-06-13 17:46:39', '2024-06-13 17:46:39'), (30, 'Burkinabe', 'بوركينا فاسو', '2024-06-13 17:46:39', '2024-06-13 17:46:39'), (31, 'Burmese', 'البورمية', '2024-06-13 17:46:39', '2024-06-13 17:46:39'), (32, 'Burundian', 'بوروندي', '2024-06-13 17:46:39', '2024-06-13 17:46:39'), (33, 'Cambodian', 'الكمبودية', '2024-06-13 17:46:39', '2024-06-13 17:46:39'), (34, 'Cameroonian', 'الكاميروني', '2024-06-13 17:46:39', '2024-06-13 17:46:39'), (35, 'Canadian', 'كندي', '2024-06-13 17:46:39', '2024-06-13 17:46:39'), (36, 'Cape Verdean', 'الرأس الأخضر', '2024-06-13 17:46:39', '2024-06-13 17:46:39'), (37, 'Central African', 'أفريقيا الوسطى', '2024-06-13 17:46:39', '2024-06-13 17:46:39'), (38, 'Chadian', 'التشادية', '2024-06-13 17:46:39', '2024-06-13 17:46:39'), (39, 'Chilean', 'التشيلية', '2024-06-13 17:46:39', '2024-06-13 17:46:39'), (40, 'Chinese', 'صينى', '2024-06-13 17:46:39', '2024-06-13 17:46:39'), (41, 'Colombian', 'الكولومبي', '2024-06-13 17:46:39', '2024-06-13 17:46:39'), (42, 'Comoran', 'جزر القمر', '2024-06-13 17:46:39', '2024-06-13 17:46:39'), (43, 'Congolese', 'الكونغولي', '2024-06-13 17:46:39', '2024-06-13 17:46:39'), (44, 'Costa Rican', 'كوستاريكا', '2024-06-13 17:46:39', '2024-06-13 17:46:39'), (45, 'Croatian', 'الكرواتية', '2024-06-13 17:46:39', '2024-06-13 17:46:39'), (46, 'Cuban', 'الكوبي', '2024-06-13 17:46:39', '2024-06-13 17:46:39'), (47, 'Cypriot', 'القبرصي', '2024-06-13 17:46:39', '2024-06-13 17:46:39'), (48, 'Czech', 'التشيكية', '2024-06-13 17:46:39', '2024-06-13 17:46:39'), (49, 'Danish', 'دانماركي', '2024-06-13 17:46:39', '2024-06-13 17:46:39'), (50, 'Djibouti', 'جيبوتي', '2024-06-13 17:46:39', '2024-06-13 17:46:39'), (51, 'Dominican', 'الدومينيكي', '2024-06-13 17:46:39', '2024-06-13 17:46:39'), (52, 'Dutch', 'هولندي', '2024-06-13 17:46:39', '2024-06-13 17:46:39'), (53, 'East Timorese', 'تيمور الشرقية', '2024-06-13 17:46:39', '2024-06-13 17:46:39'), (54, 'Ecuadorean', 'الإكوادوري', '2024-06-13 17:46:39', '2024-06-13 17:46:39'), (55, 'Egyptian', 'مصري', '2024-06-13 17:46:39', '2024-06-13 17:46:39'), (56, 'Emirian', 'أميري', '2024-06-13 17:46:39', '2024-06-13 17:46:39'), (57, 'Equatorial Guinean', 'غينيا الاستوائية', '2024-06-13 17:46:39', '2024-06-13 17:46:39'), (58, 'Eritrean', 'الإريترية', '2024-06-13 17:46:39', '2024-06-13 17:46:39'), (59, 'Estonian', 'الإستونية', '2024-06-13 17:46:39', '2024-06-13 17:46:39'), (60, 'Ethiopian', 'الإثيوبية', '2024-06-13 17:46:39', '2024-06-13 17:46:39'), (61, 'Fijian', 'الفيجي', '2024-06-13 17:46:39', '2024-06-13 17:46:39'), (62, 'Filipino', 'الفلبينية', '2024-06-13 17:46:39', '2024-06-13 17:46:39'), (63, 'Finnish', 'الفنلندية', '2024-06-13 17:46:39', '2024-06-13 17:46:39'), (64, 'French', 'فرنسي', '2024-06-13 17:46:39', '2024-06-13 17:46:39'), (65, 'Gabonese', 'الجابوني', '2024-06-13 17:46:39', '2024-06-13 17:46:39'), (66, 'Gambian', 'غامبيا', '2024-06-13 17:46:39', '2024-06-13 17:46:39'), (67, 'Georgian', 'الجورجية', '2024-06-13 17:46:39', '2024-06-13 17:46:39'), (68, 'German', 'ألمانية', '2024-06-13 17:46:39', '2024-06-13 17:46:39'), (69, 'Ghanaian', 'الغانية', '2024-06-13 17:46:39', '2024-06-13 17:46:39'), (70, 'Greek', 'اليونانية', '2024-06-13 17:46:39', '2024-06-13 17:46:39'), (71, 'Grenadian', 'غريناديان', '2024-06-13 17:46:39', '2024-06-13 17:46:39'), (72, 'Guatemalan', 'غواتيمالا', '2024-06-13 17:46:39', '2024-06-13 17:46:39'), (73, 'Guinea-Bissauan', 'غينيا بيساو', '2024-06-13 17:46:39', '2024-06-13 17:46:39'), (74, 'Guinean', 'غينيا', '2024-06-13 17:46:39', '2024-06-13 17:46:39'), (75, 'Guyanese', 'جويانا', '2024-06-13 17:46:39', '2024-06-13 17:46:39'), (76, 'Haitian', 'هايتي', '2024-06-13 17:46:39', '2024-06-13 17:46:39'), (77, 'Herzegovinian', 'الهرسك', '2024-06-13 17:46:39', '2024-06-13 17:46:39'), (78, 'Honduran', 'هندوراس', '2024-06-13 17:46:39', '2024-06-13 17:46:39'), (79, 'Hungarian', 'المجرية', '2024-06-13 17:46:39', '2024-06-13 17:46:39'), (80, 'I-Kiribati', 'كيريباتي', '2024-06-13 17:46:39', '2024-06-13 17:46:39'), (81, 'Icelander', 'أيسلندا', '2024-06-13 17:46:39', '2024-06-13 17:46:39'), (82, 'Indian', 'الهندي', '2024-06-13 17:46:39', '2024-06-13 17:46:39'), (83, 'Indonesian', 'الإندونيسية', '2024-06-13 17:46:39', '2024-06-13 17:46:39'), (84, 'Iranian', 'إيراني', '2024-06-13 17:46:39', '2024-06-13 17:46:39'), (85, 'Iraqi', 'عراقي', '2024-06-13 17:46:39', '2024-06-13 17:46:39'), (86, 'Irish', 'الأيرلندية', '2024-06-13 17:46:39', '2024-06-13 17:46:39'), (87, 'Israeli', 'إسرائيلي', '2024-06-13 17:46:39', '2024-06-13 17:46:39'), (88, 'Italian', 'الإيطالية', '2024-06-13 17:46:39', '2024-06-13 17:46:39'), (89, 'Ivorian', 'الإيفواري', '2024-06-13 17:46:39', '2024-06-13 17:46:39'), (90, 'Jamaican', 'الجامايكي', '2024-06-13 17:46:39', '2024-06-13 17:46:39'), (91, 'Japanese', 'اليابانية', '2024-06-13 17:46:39', '2024-06-13 17:46:39'), (92, 'Jordanian', 'أردني', '2024-06-13 17:46:39', '2024-06-13 17:46:39'), (93, 'Kazakhstani', 'الكازاخستانية', '2024-06-13 17:46:39', '2024-06-13 17:46:39'), (94, 'Kenyan', 'الكينية', '2024-06-13 17:46:39', '2024-06-13 17:46:39'), (95, 'Kittian and Nevisian', 'كيتيان ونيفيسيان', '2024-06-13 17:46:39', '2024-06-13 17:46:39'), (96, 'Kuwaiti', 'كويتي', '2024-06-13 17:46:39', '2024-06-13 17:46:39'), (97, 'Kyrgyz', 'قيرغيزستان', '2024-06-13 17:46:39', '2024-06-13 17:46:39'), (98, 'Laotian', 'لاوسية', '2024-06-13 17:46:39', '2024-06-13 17:46:39'), (99, 'Latvian', 'لاتفيا', '2024-06-13 17:46:39', '2024-06-13 17:46:39'), (100, 'Lebanese', 'لبناني', '2024-06-13 17:46:39', '2024-06-13 17:46:39'), (101, 'Liberian', 'الليبرية', '2024-06-13 17:46:39', '2024-06-13 17:46:39'), (102, 'Libyan', 'الليبية', '2024-06-13 17:46:39', '2024-06-13 17:46:39'), (103, 'Liechtensteiner', 'ليختنشتاينر', '2024-06-13 17:46:39', '2024-06-13 17:46:39'), (104, 'Lithuanian', 'الليتوانية', '2024-06-13 17:46:39', '2024-06-13 17:46:39'), (105, 'Luxembourger', 'لوكسمبورغ', '2024-06-13 17:46:39', '2024-06-13 17:46:39'), (106, 'Macedonian', 'المقدونية', '2024-06-13 17:46:39', '2024-06-13 17:46:39'), (107, 'Malagasy', 'مدغشقر', '2024-06-13 17:46:39', '2024-06-13 17:46:39'), (108, 'Malawian', 'ملاوي', '2024-06-13 17:46:39', '2024-06-13 17:46:39'), (109, 'Malaysian', 'الماليزية', '2024-06-13 17:46:39', '2024-06-13 17:46:39'), (110, 'Maldivan', 'المالديفية', '2024-06-13 17:46:39', '2024-06-13 17:46:39'), (111, 'Malian', ' مالي ', '2024-06-13 17:46:39', '2024-06-13 17:46:39'), (112, 'Maltese', 'المالطية', '2024-06-13 17:46:39', '2024-06-13 17:46:39'), (113, 'Marshallese', 'المارشالية', '2024-06-13 17:46:39', '2024-06-13 17:46:39'), (114, 'Mauritanian', 'موريتاني', '2024-06-13 17:46:39', '2024-06-13 17:46:39'), (115, 'Mauritian', 'موريتانيا', '2024-06-13 17:46:39', '2024-06-13 17:46:39'), (116, 'Mexican', 'المكسيكي', '2024-06-13 17:46:39', '2024-06-13 17:46:39'), (117, 'Micronesian', 'ميكرونيزيا', '2024-06-13 17:46:39', '2024-06-13 17:46:39'), (118, 'Moldovan', 'المولدوفية', '2024-06-13 17:46:39', '2024-06-13 17:46:39'), (119, 'Monacan', 'موناكان', '2024-06-13 17:46:39', '2024-06-13 17:46:39'), (120, 'Mongolian', 'المنغولية', '2024-06-13 17:46:39', '2024-06-13 17:46:39'), (121, 'Moroccan', 'المغربي', '2024-06-13 17:46:39', '2024-06-13 17:46:39'), (122, 'Mosotho', 'موسوتو', '2024-06-13 17:46:39', '2024-06-13 17:46:39'), (123, 'Motswana', 'موتسوانا', '2024-06-13 17:46:39', '2024-06-13 17:46:39'), (124, 'Mozambican', 'موزمبيقى', '2024-06-13 17:46:39', '2024-06-13 17:46:39'), (125, 'Namibian', 'الناميبي', '2024-06-13 17:46:39', '2024-06-13 17:46:39'), (126, 'Nauruan', 'ناوروان', '2024-06-13 17:46:39', '2024-06-13 17:46:39'), (127, 'Nepalese', 'النيبالية', '2024-06-13 17:46:39', '2024-06-13 17:46:39'), (128, 'New Zealander', 'نيوزيلندي', '2024-06-13 17:46:39', '2024-06-13 17:46:39'), (129, 'Nicaraguan', 'نيكاراغوا', '2024-06-13 17:46:39', '2024-06-13 17:46:39'), (130, 'Nigerian', 'النيجيري', '2024-06-13 17:46:39', '2024-06-13 17:46:39'), (131, 'Nigerien', 'النيجيري', '2024-06-13 17:46:39', '2024-06-13 17:46:39'), (132, 'North Korean', 'كوري شمالي', '2024-06-13 17:46:39', '2024-06-13 17:46:39'), (133, 'Northern Irish', 'شمالية إيرلندية', '2024-06-13 17:46:39', '2024-06-13 17:46:39'), (134, 'Norwegian', 'النرويجية', '2024-06-13 17:46:39', '2024-06-13 17:46:39'), (135, 'Omani', 'العماني', '2024-06-13 17:46:39', '2024-06-13 17:46:39'), (136, 'Pakistani', 'الباكستانية', '2024-06-13 17:46:39', '2024-06-13 17:46:39'), (137, 'Palauan', 'بالاوي', '2024-06-13 17:46:39', '2024-06-13 17:46:39'), (138, 'Panamanian', 'بنمي', '2024-06-13 17:46:39', '2024-06-13 17:46:39'), (139, 'Papua New Guinean', 'بابوا غينيا الجديدة', '2024-06-13 17:46:39', '2024-06-13 17:46:39'), (140, 'Paraguayan', 'باراجواي', '2024-06-13 17:46:39', '2024-06-13 17:46:39'), (141, 'Peruvian', 'بيرو', '2024-06-13 17:46:39', '2024-06-13 17:46:39'), (142, 'Polish', 'تلميع', '2024-06-13 17:46:39', '2024-06-13 17:46:39'), (143, 'Portuguese', 'البرتغالية', '2024-06-13 17:46:39', '2024-06-13 17:46:39'), (144, 'Qatari', 'قطري', '2024-06-13 17:46:39', '2024-06-13 17:46:39'), (145, 'Romanian', 'روماني', '2024-06-13 17:46:39', '2024-06-13 17:46:39'), (146, 'Russian', 'الروسية', '2024-06-13 17:46:39', '2024-06-13 17:46:39'), (147, 'Rwandan', 'الرواندية', '2024-06-13 17:46:39', '2024-06-13 17:46:39'), (148, 'Saint Lucian', 'سانت لوسيان', '2024-06-13 17:46:39', '2024-06-13 17:46:39'), (149, 'Salvadoran', 'السلفادوري', '2024-06-13 17:46:39', '2024-06-13 17:46:39'), (150, 'Samoan', 'ساموا', '2024-06-13 17:46:39', '2024-06-13 17:46:39'), (151, 'San Marinese', 'سان مارينيز', '2024-06-13 17:46:39', '2024-06-13 17:46:39'), (152, 'Sao Tomean', 'ساو توميان', '2024-06-13 17:46:39', '2024-06-13 17:46:39'), (153, 'Saudi', 'سعودي', '2024-06-13 17:46:39', '2024-06-13 17:46:39'), (154, 'Scottish', 'اسكتلندي', '2024-06-13 17:46:39', '2024-06-13 17:46:39'), (155, 'Senegalese', 'سنغالي', '2024-06-13 17:46:39', '2024-06-13 17:46:39'), (156, 'Serbian', 'الصربية', '2024-06-13 17:46:39', '2024-06-13 17:46:39'), (157, 'Seychellois', 'سيشيل', '2024-06-13 17:46:39', '2024-06-13 17:46:39'), (158, 'Sierra Leonean', 'سيراليوني', '2024-06-13 17:46:39', '2024-06-13 17:46:39'), (159, 'Singaporean', 'سنغافوري', '2024-06-13 17:46:39', '2024-06-13 17:46:39'), (160, 'Slovakian', 'السلوفاكية', '2024-06-13 17:46:39', '2024-06-13 17:46:39'), (161, 'Slovenian', 'السلوفينية', '2024-06-13 17:46:39', '2024-06-13 17:46:39'), (162, 'Solomon Islander', 'جزر سليمان', '2024-06-13 17:46:39', '2024-06-13 17:46:39'), (163, 'Somali', 'الصومالي', '2024-06-13 17:46:39', '2024-06-13 17:46:39'), (164, 'South African', 'جنوب افريقيا', '2024-06-13 17:46:39', '2024-06-13 17:46:39'), (165, 'South Korean', 'كوريا الجنوبية', '2024-06-13 17:46:39', '2024-06-13 17:46:39'), (166, 'Spanish', 'الأسبانية', '2024-06-13 17:46:39', '2024-06-13 17:46:39'), (167, 'Sri Lankan', 'سري لانكا', '2024-06-13 17:46:39', '2024-06-13 17:46:39'), (168, 'Sudanese', 'السوداني', '2024-06-13 17:46:39', '2024-06-13 17:46:39'), (169, 'Surinamer', 'سورينمر', '2024-06-13 17:46:39', '2024-06-13 17:46:39'), (170, 'Swazi', 'سوازيلاند', '2024-06-13 17:46:39', '2024-06-13 17:46:39'), (171, 'Swedish', 'السويدي', '2024-06-13 17:46:39', '2024-06-13 17:46:39'), (172, 'Swiss', 'السويسري', '2024-06-13 17:46:39', '2024-06-13 17:46:39'), (173, 'Syrian', 'السورية', '2024-06-13 17:46:39', '2024-06-13 17:46:39'), (174, 'Taiwanese', 'تايوانية', '2024-06-13 17:46:39', '2024-06-13 17:46:39'), (175, 'Tajik', 'الطاجيكية', '2024-06-13 17:46:39', '2024-06-13 17:46:39'), (176, 'Tanzanian', 'التنزانية', '2024-06-13 17:46:39', '2024-06-13 17:46:39'), (177, 'Thai', 'التايلاندية', '2024-06-13 17:46:39', '2024-06-13 17:46:39'), (178, 'Togolese', 'التوغولي', '2024-06-13 17:46:39', '2024-06-13 17:46:39'), (179, 'Tongan', 'تونجا', '2024-06-13 17:46:39', '2024-06-13 17:46:39'), (180, 'Trinidadian or Tobagonian', 'ترينيداد أو توباجوني', '2024-06-13 17:46:39', '2024-06-13 17:46:39'), (181, 'Tunisian', 'تونسي', '2024-06-13 17:46:39', '2024-06-13 17:46:39'), (182, 'Turkish', 'اللغة التركية', '2024-06-13 17:46:39', '2024-06-13 17:46:39'), (183, 'Tuvaluan', 'التوفالوية', '2024-06-13 17:46:39', '2024-06-13 17:46:39'), (184, 'Ugandan', 'الأوغندية', '2024-06-13 17:46:39', '2024-06-13 17:46:39'), (185, 'Ukrainian', 'الأوكرانية', '2024-06-13 17:46:39', '2024-06-13 17:46:39'), (186, 'Uruguayan', 'الأوروغواي', '2024-06-13 17:46:39', '2024-06-13 17:46:39'), (187, 'Uzbekistani', 'أوزبكستاني', '2024-06-13 17:46:39', '2024-06-13 17:46:39'), (188, 'Venezuelan', 'الفنزويلية', '2024-06-13 17:46:39', '2024-06-13 17:46:39'), (189, 'Vietnamese', 'الفيتنامية', '2024-06-13 17:46:39', '2024-06-13 17:46:39'), (190, 'Welsh', 'تهرب من دفع الرهان', '2024-06-13 17:46:39', '2024-06-13 17:46:39'), (191, 'Yemenite', 'اليمني', '2024-06-13 17:46:39', '2024-06-13 17:46:39'), (192, 'Zambian', 'زامبيا', '2024-06-13 17:46:39', '2024-06-13 17:46:39'), (193, 'Zimbabwean', 'زيمبابوي', '2024-06-13 17:46:39', '2024-06-13 17:46:39'); -- -------------------------------------------------------- -- -- Table structure for table `opponents` -- CREATE TABLE `opponents` ( `id` bigint UNSIGNED NOT NULL, `serial` varchar(100) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `name` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `nameAr` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `fileType` varchar(100) COLLATE utf8mb4_unicode_ci DEFAULT 'Civil File', `email` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `phone` varchar(100) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `landline` varchar(100) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `fax` varchar(100) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `imageFile` text COLLATE utf8mb4_unicode_ci, `identity` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `accountNumber` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `nationalityId` bigint UNSIGNED DEFAULT NULL, `address` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `addressAr` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `information` text COLLATE utf8mb4_unicode_ci, `informationAr` text COLLATE utf8mb4_unicode_ci, `creationDate` varchar(100) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `creatorId` bigint UNSIGNED 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 `opponents` -- INSERT INTO `opponents` (`id`, `serial`, `name`, `nameAr`, `fileType`, `email`, `phone`, `landline`, `fax`, `imageFile`, `identity`, `accountNumber`, `nationalityId`, `address`, `addressAr`, `information`, `informationAr`, `creationDate`, `creatorId`, `created_at`, `updated_at`) VALUES (1, 'O-0001', 'MR SATYAWAN SINGH', 'السيد ساتياوان سينغ', 'Execution File', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2024-07-04', 1, '2024-07-04 07:28:46', '2024-07-04 07:28:46'), (2, 'O-0002', 'MR KHENETTE CASTILLO', 'السيد خينيت كاستيلو', 'Execution File', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2024-07-04', 1, '2024-07-04 07:28:48', '2024-07-04 07:28:48'), (3, 'O-0003', 'MARK NOEL LIM DE GUZMAN', 'مارك نويل ليم دي جوزمان', 'Execution File', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2024-07-04', 1, '2024-07-04 07:28:49', '2024-07-04 07:28:49'), (4, 'O-0004', 'MR WARWICK STEPHEN STICHBURY', 'السيد وارويك ستيفن ستيتشبيري', 'Execution File', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2024-07-04', 1, '2024-07-04 07:28:49', '2024-07-04 07:28:49'), (5, 'O-0005', 'MS AILYN NADAL', 'السيدة إيلين نادال', 'Execution File', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2024-07-04', 1, '2024-07-04 07:28:50', '2024-07-04 07:28:50'), (6, 'O-0006', 'MR SHADHEES DHANAPAL', 'السيد شاديس دانبال', 'Execution File', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2024-07-04', 1, '2024-07-04 07:28:51', '2024-07-04 07:28:51'), (7, 'O-0007', 'ASRAF ALI ABDUL MUTHALIEF', 'أشرف علي عبد المخلف', 'Execution File', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2024-07-04', 1, '2024-07-04 07:28:51', '2024-07-04 07:28:51'), (8, 'O-0008', 'MR ALY RASHAD SOLIMAN', 'السيد علي رشاد سليمان', 'Execution File', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2024-07-04', 1, '2024-07-04 07:28:52', '2024-07-04 07:28:52'), (9, 'O-0009', 'MR JAYARAS JACKSON', 'السيد جاياراس جاكسون', 'Execution File', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2024-07-04', 1, '2024-07-04 07:28:53', '2024-07-04 07:28:53'), (10, 'O-0010', 'HUSSEIN ALI ASSAF', 'حسين علي عساف', 'Execution File', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2024-07-05', 1, '2024-07-05 08:34:31', '2024-07-05 08:34:31'), (11, 'O-0011', 'RAJEEVAN KUNNUMMAL', 'راجيفان كونومال', 'Execution File', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2024-07-05', 1, '2024-07-05 08:34:32', '2024-07-05 08:34:32'), (12, 'O-0012', 'AHMED ALBLOUKI', 'أحمد البلوكي', 'Execution File', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2024-07-05', 1, '2024-07-05 08:34:33', '2024-07-05 08:34:33'), (13, 'O-0013', 'MOHAMAD SALEH', 'محمد صالح', 'Execution File', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2024-07-05', 1, '2024-07-05 08:34:34', '2024-07-05 08:34:34'), (14, 'O-0014', 'MR KANNAN ARUMUGAM', 'السيد كنعان أروموجام', 'Execution File', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2024-07-05', 1, '2024-07-05 08:34:35', '2024-07-05 08:34:35'), (15, 'O-0015', 'ABU ALI MALIK SHROFF', 'أبو علي مالك شروف', 'Execution File', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2024-07-05', 1, '2024-07-05 08:34:36', '2024-07-05 08:34:36'), (16, 'O-0016', 'FARIS JEYAD', 'فارس جياد', 'Execution File', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2024-07-05', 1, '2024-07-05 08:34:37', '2024-07-05 08:34:37'), (17, 'O-0017', 'JAYAKUMARAN NAI PILLAI', 'جاياكوماران ناي بيلاي', 'Execution File', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2024-07-05', 1, '2024-07-05 08:34:38', '2024-07-05 08:34:38'), (18, 'O-0018', 'RISHIL THEKKETHAMATTUR - HALO ENGINEERING SERVICES LLC', 'ريشيل ثيكيثاماتور - هالو للخدمات الهندسية ذ.م.م', 'Execution File', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2024-07-05', 1, '2024-07-05 08:34:39', '2024-07-05 08:34:39'), (19, 'O-0019', 'SOURABH KHARADE', 'سوراب خراد', 'Execution File', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2024-07-05', 1, '2024-07-05 08:34:40', '2024-07-05 08:34:40'), (20, 'O-0020', 'MR SHAREEF HASSANEIN SALEH SOROUR', 'السيد شريف حسنين صالح سرور', 'Execution File', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2024-07-05', 1, '2024-07-05 08:34:41', '2024-07-05 08:34:41'), (21, 'O-0021', 'ALI OMAR MAHMOUD YASIN', 'علي عمر محمود ياسين', 'Execution File', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2024-07-05', 1, '2024-07-05 08:34:42', '2024-07-05 08:34:42'), (22, 'O-0022', 'MR OBAID ABDULLA SALEM BIN AYAF ALS', 'السيد عبيد عبدالله سالم بن عياف الس', 'Execution File', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2024-07-05', 1, '2024-07-05 08:34:42', '2024-07-05 08:34:42'), (23, 'O-0023', 'AYMAN IBRAHIM MAHMOUD', 'أيمن إبراهيم محمود', 'Execution File', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2024-07-05', 1, '2024-07-05 08:34:43', '2024-07-05 08:34:43'), (24, 'O-0024', 'TARUN BAJAJ', 'تارون باجاج', 'Execution File', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2024-07-05', 1, '2024-07-05 08:34:44', '2024-07-05 08:34:44'), (25, 'O-0025', 'MR TAREK ABDALLA', 'السيد طارق عبد الله', 'Execution File', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2024-07-05', 1, '2024-07-05 08:34:45', '2024-07-05 08:34:45'), (26, 'O-0026', 'FRANCISCO EVANDRO PINHEIRO DOS SANTOS FILHO', 'فرانسيسكو ايفاندرو بينهيرو دوس سانتوس فيلهو', 'Execution File', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2024-07-05', 1, '2024-07-05 08:34:46', '2024-07-05 08:34:46'), (27, 'O-0027', 'MR BENJIE AGUILAR', 'السيد بنجي أغيلار', 'Execution File', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2024-07-05', 1, '2024-07-05 08:34:46', '2024-07-05 08:34:46'), (28, 'O-0028', 'MR SADDAM OBEIDAT', 'السيد صدام عبيدات', 'Execution File', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2024-07-05', 1, '2024-07-05 08:34:47', '2024-07-05 08:34:47'), (29, 'O-0029', 'UMAR KHAN', 'عمر خان', 'Execution File', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2024-07-05', 1, '2024-07-05 08:34:48', '2024-07-05 08:34:48'), (30, 'O-0030', 'MR MOHAMED HASSANEIN DESSOUKY', 'السيد محمد حسنين دسوقي', 'Execution File', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2024-07-05', 1, '2024-07-05 08:34:49', '2024-07-05 08:34:49'), (31, 'O-0031', 'AJI PHILIP', 'اجي فيليب', 'Execution File', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2024-07-05', 1, '2024-07-05 08:34:50', '2024-07-05 08:34:50'), (32, 'O-0032', 'LUAY AL NAJJAR', 'لؤي النجار', 'Execution File', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2024-07-05', 1, '2024-07-05 08:34:50', '2024-07-05 08:34:50'), (33, 'O-0033', 'MR GHOUKAS KOULOUMIAN', 'السيد غوكاس كولوميان', 'Execution File', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2024-07-05', 1, '2024-07-05 08:34:51', '2024-07-05 08:34:51'), (34, 'O-0034', 'MR DHINESH RACHA', 'السيد دهينيش راشا', 'Execution File', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2024-07-05', 1, '2024-07-05 08:34:52', '2024-07-05 08:34:52'), (35, 'O-0035', 'DIONISIO BORLASA', 'ديونيسيو بورلاسا', 'Execution File', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2024-07-05', 1, '2024-07-05 08:34:53', '2024-07-05 08:34:53'), (36, 'O-0036', 'SYED AL MOSTAJED TECH', 'سيد المجيد للتكنولوجيا', 'Execution File', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2024-07-05', 1, '2024-07-05 08:34:53', '2024-07-05 08:34:53'), (37, 'O-0037', 'RAMESH MANGARAM', 'راميش مانجارام', 'Execution File', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2024-07-05', 1, '2024-07-05 08:34:54', '2024-07-05 08:34:54'), (38, 'O-0038', 'MR MOHAMAD ABDUL AAL', 'السيد محمد عبد العال', 'Execution File', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2024-07-05', 1, '2024-07-05 08:34:55', '2024-07-05 08:34:55'), (39, 'O-0039', 'SADAM HASAN MASOUD HADI', 'صدام حسن مسعود هادي', 'Execution File', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2024-07-05', 1, '2024-07-05 08:34:56', '2024-07-05 08:34:56'), (40, 'O-0040', 'MR ZANHAR GAFFOOR', 'السيد زنهار غفور', 'Execution File', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2024-07-05', 1, '2024-07-05 08:34:57', '2024-07-05 08:34:57'), (41, 'O-0041', 'MABKHOOT ALSEIARI', 'مبخوت السياري', 'Execution File', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2024-07-05', 1, '2024-07-05 08:34:57', '2024-07-05 08:34:57'), (42, 'O-0042', 'RANIL GOMES', 'رانيل جوميز', 'Execution File', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2024-07-05', 1, '2024-07-05 08:34:58', '2024-07-05 08:34:58'), (43, 'O-0043', 'ALI AWADA', 'علي عواضة', 'Execution File', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2024-07-05', 1, '2024-07-05 08:34:59', '2024-07-05 08:34:59'), (44, 'O-0044', 'SANJAY PATTNI', 'سانجاي باتني', 'Execution File', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2024-07-05', 1, '2024-07-05 08:34:59', '2024-07-05 08:34:59'), (45, 'O-0045', 'SALEM ALSHEHHI', 'سالم الشحي', 'Execution File', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2024-07-05', 1, '2024-07-05 08:35:00', '2024-07-05 08:35:00'), (46, 'O-0046', 'MR SAJEEVAN VALAPPIL', 'السيد ساجيفان فالابيل', 'Execution File', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2024-07-05', 1, '2024-07-05 08:35:01', '2024-07-05 08:35:01'); -- -------------------------------------------------------- -- -- Table structure for table `permissions` -- CREATE TABLE `permissions` ( `id` bigint UNSIGNED NOT NULL, `name` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `nameAr` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `isFor` varchar(100) 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 `permissions` -- INSERT INTO `permissions` (`id`, `name`, `nameAr`, `isFor`, `created_at`, `updated_at`) VALUES (1, 'Dashboard', 'الرئيسية', 'Module', '2024-06-13 17:46:39', '2024-06-13 17:46:39'), (2, 'Manage Clients', 'إدارة العملاء', 'Module', '2024-06-13 17:46:39', '2024-06-13 17:46:39'), (3, 'Manage Cases', 'إدارة القضايا', 'Module', '2024-06-13 17:46:39', '2024-06-13 17:46:39'), (4, 'Search', 'البحث', 'Module', '2024-06-13 17:46:39', '2024-06-13 17:46:39'), (5, 'Reports', 'التقارير', 'Module', '2024-06-13 17:46:39', '2024-06-13 17:46:39'), (6, 'Tasks', 'المهام', 'Module', '2024-06-13 17:46:39', '2024-06-13 17:46:39'), (7, 'Management', 'الإدارة', 'Module', '2024-06-13 17:46:39', '2024-06-13 17:46:39'), (8, 'Settings', 'الإعدادات', 'Module', '2024-06-13 17:46:39', '2024-06-13 17:46:39'), (9, 'Create Actions', 'اجراءات الاضافة', 'Action', '2024-06-13 17:46:39', '2024-06-13 17:46:39'), (10, 'Update Actions', 'اجراءات التعديل', 'Action', '2024-06-13 17:46:39', '2024-06-13 17:46:39'), (11, 'Remove Actions', 'اجراءات الحذف', 'Action', '2024-06-13 17:46:39', '2024-06-13 17:46:39'); -- -------------------------------------------------------- -- -- Table structure for table `personal_access_tokens` -- CREATE TABLE `personal_access_tokens` ( `id` bigint UNSIGNED NOT NULL, `tokenable_type` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL, `tokenable_id` bigint UNSIGNED NOT NULL, `name` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL, `token` varchar(64) COLLATE utf8mb4_unicode_ci NOT NULL, `abilities` text COLLATE utf8mb4_unicode_ci, `expires_at` timestamp NULL DEFAULT NULL, `last_used_at` timestamp NULL 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 `personal_access_tokens` -- INSERT INTO `personal_access_tokens` (`id`, `tokenable_type`, `tokenable_id`, `name`, `token`, `abilities`, `expires_at`, `last_used_at`, `created_at`, `updated_at`) VALUES (1, 'App\\Models\\User', 1, 'user', '1c01a3ba50ce82a1f0975c7a32fcbb7f508551d409f97ffab368ce5d17be7b16', '[\"role:user\"]', NULL, '2024-06-13 20:59:44', '2024-06-13 20:58:46', '2024-06-13 20:59:44'), (2, 'App\\Models\\User', 1, 'user', '67ff08f84ecf5431da4d4b3d85b6779c14a2434229ef29e804c351137e0198ac', '[\"role:user\"]', NULL, NULL, '2024-06-13 21:07:03', '2024-06-13 21:07:03'), (3, 'App\\Models\\User', 1, 'user', '7186fea1ac7b16aea7d2d377e127cc065e5f08f7c7a03a58dcdaf9181b50b859', '[\"role:user\"]', NULL, NULL, '2024-06-25 12:05:42', '2024-06-25 12:05:42'), (4, 'App\\Models\\User', 1, 'user', '66552e1d2ed944ebb7927d2aae3d2d9371f34d9b8b8a41aa91fc01b07e04671f', '[\"role:user\"]', NULL, '2024-07-01 06:28:46', '2024-06-28 07:44:35', '2024-07-01 06:28:46'), (5, 'App\\Models\\User', 1, 'user', 'ac95b96fe2bb411752be4838dff764a3eaa1dd4de647ac9ce9d526b4c654fedd', '[\"role:user\"]', NULL, NULL, '2024-07-01 07:53:51', '2024-07-01 07:53:51'), (6, 'App\\Models\\User', 1, 'user', '775626178802026d8e879642404634fc06602e013652401ac03b89e39320b387', '[\"role:user\"]', NULL, NULL, '2024-07-02 08:45:09', '2024-07-02 08:45:09'), (7, 'App\\Models\\User', 1, 'user', '3e8ca2307d66f98073dcd5fcb359421b066d7f0f3c38e37d6731a89d9862a76c', '[\"role:user\"]', NULL, '2024-07-02 09:47:22', '2024-07-02 08:46:52', '2024-07-02 09:47:22'), (8, 'App\\Models\\User', 1, 'user', '6313c545c3bfb6714fb887e28a0e605d2241d8a4be6838edef7bfbb27bdb62a3', '[\"role:user\"]', NULL, NULL, '2024-07-02 09:51:35', '2024-07-02 09:51:35'), (9, 'App\\Models\\User', 1, 'user', '171534134e0889d20867bf09ab3359f449446316304cec7975d1e690a29122d7', '[\"role:user\"]', NULL, NULL, '2024-07-02 09:52:52', '2024-07-02 09:52:52'), (10, 'App\\Models\\User', 1, 'user', '632625a98eed3ebb450fc68020fa18c9e44fcb281f57c92dfe86db295e198619', '[\"role:user\"]', NULL, NULL, '2024-07-02 09:55:48', '2024-07-02 09:55:48'), (11, 'App\\Models\\User', 1, 'user', '5266bf15005a8c905598eafeeb1dafe15cc8a939a5ff8af3c64b191f3bce0e86', '[\"role:user\"]', NULL, NULL, '2024-07-02 09:57:25', '2024-07-02 09:57:25'), (12, 'App\\Models\\User', 1, 'user', '2c4e5d2daae899b5db23123f4232da6929b2f6afe2d3021d3dfdee7660943cf6', '[\"role:user\"]', NULL, NULL, '2024-07-02 09:57:40', '2024-07-02 09:57:40'), (13, 'App\\Models\\User', 1, 'user', '7721be9459b88b24494971bb21faf3666f9514c7094e8b17d0e58790ecbd4c9f', '[\"role:user\"]', NULL, NULL, '2024-07-02 09:59:12', '2024-07-02 09:59:12'), (14, 'App\\Models\\User', 1, 'user', '604bcc88613264331e59a451f63f0949a426829066808610106c7cd3eb4b8973', '[\"role:user\"]', NULL, NULL, '2024-07-02 09:59:28', '2024-07-02 09:59:28'), (15, 'App\\Models\\User', 1, 'user', 'e4272f8d4b942521638c4fe3bb669574623f1a0b3ba93d118385ddfc14dc699f', '[\"role:user\"]', NULL, '2024-07-04 07:59:36', '2024-07-04 05:17:35', '2024-07-04 07:59:36'), (16, 'App\\Models\\User', 1, 'user', '487bb8d112ce2ff2b2c40669d6c8a71008865b8988fa42215b6f5ae8b36a663b', '[\"role:user\"]', NULL, '2024-07-05 06:35:22', '2024-07-05 05:21:04', '2024-07-05 06:35:22'), (17, 'App\\Models\\User', 2, 'user', 'f83cb8a643f0e990541623ff8c8f891760e0fad18572965ecab05a54cd1e3b09', '[\"role:user\"]', NULL, NULL, '2024-07-05 06:35:36', '2024-07-05 06:35:36'), (18, 'App\\Models\\User', 1, 'user', '07ae9f4eff71737e1d59e9db0a62465b9ee76385bd974e1ed7952b76875d8e42', '[\"role:user\"]', NULL, '2024-07-05 09:43:54', '2024-07-05 06:37:03', '2024-07-05 09:43:54'), (19, 'App\\Models\\User', 1, 'user', 'bef325b393f3c20987932e8f99fdd614dfb06177a4ab0a519d98fd06b2bb7efe', '[\"role:user\"]', NULL, NULL, '2024-07-05 06:57:33', '2024-07-05 06:57:33'), (20, 'App\\Models\\User', 6, 'user', '253c4890d6970a28f8084fa1e2f4f5182977867fd5254396160610dc6b2ab18f', '[\"role:user\"]', NULL, NULL, '2024-07-05 08:27:48', '2024-07-05 08:27:48'), (21, 'App\\Models\\User', 3, 'user', '3507b732dcee4a440c1c659e29400b41a25c6c56230ba0678f9f6224ef7d25d4', '[\"role:user\"]', NULL, NULL, '2024-07-05 08:53:16', '2024-07-05 08:53:16'), (22, 'App\\Models\\User', 5, 'user', '16dd0ba98828f8ea43de6472acc0a856fd6ebefd8ef702b47d85f674d5b29f08', '[\"role:user\"]', NULL, NULL, '2024-07-05 09:19:36', '2024-07-05 09:19:36'), (23, 'App\\Models\\User', 9, 'user', 'dcb80899269ea961eb516823ea09ec74667b6caa270452d8f84e5a17e39efdd0', '[\"role:user\"]', NULL, NULL, '2024-07-05 09:50:32', '2024-07-05 09:50:32'), (24, 'App\\Models\\User', 8, 'user', 'b7fc811857402c0cadfab9b8e1f69bfc2f74b8267b3925aeddd7f9c1e7f4de76', '[\"role:user\"]', NULL, NULL, '2024-07-05 10:22:13', '2024-07-05 10:22:13'), (25, 'App\\Models\\User', 5, 'user', '00958adc171e72c2082a095f50e340c55b572c177020d67ef28601ffd8825f61', '[\"role:user\"]', NULL, NULL, '2024-07-08 07:00:06', '2024-07-08 07:00:06'), (26, 'App\\Models\\User', 2, 'user', '81768123e494a093a0c6c3b04b221154640eca3e0e72f9f3d685610a1ab2bd39', '[\"role:user\"]', NULL, NULL, '2024-07-08 08:05:23', '2024-07-08 08:05:23'), (27, 'App\\Models\\User', 1, 'user', 'd1922359db3839fbdaf53d16714ec545fc1b0b21122b7006c38edb84196be8e9', '[\"role:user\"]', NULL, NULL, '2024-07-08 08:05:47', '2024-07-08 08:05:47'), (28, 'App\\Models\\User', 1, 'user', '138c21ffb5f2a6d4e48beeff2bf44f8dd8e0b5e365b79a407cbebe394e280ee0', '[\"role:user\"]', NULL, NULL, '2024-07-10 04:49:38', '2024-07-10 04:49:38'), (29, 'App\\Models\\User', 1, 'user', '6a537ea0dd98d5df4793d3521ec217019a5f3cd7ce37660633771dcaa18d310f', '[\"role:user\"]', NULL, NULL, '2024-07-11 05:59:28', '2024-07-11 05:59:28'), (30, 'App\\Models\\User', 1, 'user', 'd8c1f07eaf1ac5a0f97449656a30485c30903449c1f88dcfe397fdc8d4db671c', '[\"role:user\"]', NULL, NULL, '2024-07-12 07:10:41', '2024-07-12 07:10:41'), (31, 'App\\Models\\User', 1, 'user', '6f3a0520ab09354ea89e05209aa2e6cce1ed23d268a9aff643de355924f96b78', '[\"role:user\"]', NULL, NULL, '2024-07-16 07:32:32', '2024-07-16 07:32:32'), (32, 'App\\Models\\User', 1, 'user', '2d32d3073d43f8d67e52d94ada99ff3617fd0f6f2009f61926e8a4b8ac568638', '[\"role:user\"]', NULL, NULL, '2024-07-17 10:53:53', '2024-07-17 10:53:53'), (33, 'App\\Models\\User', 1, 'user', '96916e46fc61c62b46b0cdfae80bde6cc9da458db9f8694de9c39f8fe63ebaf3', '[\"role:user\"]', NULL, NULL, '2024-07-18 07:10:12', '2024-07-18 07:10:12'), (34, 'App\\Models\\User', 1, 'user', '24b9126a38d8fe9492c1282736160331c3763fc3dd95dd2cdd2a0e07fdf3d7cb', '[\"role:user\"]', NULL, NULL, '2024-07-19 07:05:30', '2024-07-19 07:05:30'), (35, 'App\\Models\\User', 1, 'user', 'a510775291c48bd1634faf57642faa83cd850fc65228984cdcb2d6f174f6d4ad', '[\"role:user\"]', NULL, NULL, '2024-07-20 09:21:12', '2024-07-20 09:21:12'), (36, 'App\\Models\\User', 1, 'user', 'c6e4c4156347a96a27a5f975c5b5ead2cbb98d47b9ddd91ece3d3f0ff7e2519a', '[\"role:user\"]', NULL, NULL, '2024-07-20 10:29:44', '2024-07-20 10:29:44'), (37, 'App\\Models\\User', 1, 'user', '1848b1cbedc46439171cbece90846b46012b28b9b4646a91a50de2c170cef177', '[\"role:user\"]', NULL, '2024-07-22 12:49:37', '2024-07-22 11:32:01', '2024-07-22 12:49:37'), (38, 'App\\Models\\User', 1, 'user', 'afcd883456fcea2a00e1ffe773b608d1b0f8afce3253e9af5c4c63edc9a79160', '[\"role:user\"]', NULL, NULL, '2024-07-23 04:23:43', '2024-07-23 04:23:43'), (39, 'App\\Models\\User', 1, 'user', '7b4dcdbf043d9457b88e189756dc1527313d66d486726807fb2448baa196b0eb', '[\"role:user\"]', NULL, NULL, '2024-07-24 10:16:57', '2024-07-24 10:16:57'), (40, 'App\\Models\\User', 4, 'user', '53334b50c36ad0397f15d7f46ae5e76e6608c176bc1ff7b8c40274aee96b80fe', '[\"role:user\"]', NULL, NULL, '2024-07-24 11:51:36', '2024-07-24 11:51:36'), (41, 'App\\Models\\User', 1, 'user', 'c8387454f360e9f93828885a585e0c998b9be77f945140c68163d386602b6234', '[\"role:user\"]', NULL, '2024-07-24 12:24:07', '2024-07-24 11:58:58', '2024-07-24 12:24:07'), (42, 'App\\Models\\User', 1, 'user', '00415632894632924b613efbbf21268a277504c8464af2622c246d19171b23ec', '[\"role:user\"]', NULL, '2024-07-25 08:38:41', '2024-07-25 06:01:15', '2024-07-25 08:38:41'), (43, 'App\\Models\\User', 1, 'user', '2766374dfc373f908450007364c778a2746bb879edabcdd18baf7deea55c5a25', '[\"role:user\"]', NULL, '2024-07-26 11:34:39', '2024-07-26 11:33:31', '2024-07-26 11:34:39'), (44, 'App\\Models\\User', 1, 'user', 'bbf89f64713435c359bf8f35f992f92b2ec3286ab5888c58413c96cdd5a24cb2', '[\"role:user\"]', NULL, '2024-07-30 06:15:53', '2024-07-30 05:55:34', '2024-07-30 06:15:53'), (45, 'App\\Models\\User', 1, 'user', '2787554d82dcd8fcb731d10bd65ffc2e7ab360b5987cb213cc7428cc05eff9fa', '[\"role:user\"]', NULL, NULL, '2024-07-30 12:39:33', '2024-07-30 12:39:33'), (46, 'App\\Models\\User', 1, 'user', 'c7d6b59f343f24e961d6f75ce6089cc749c2b707e4e013170dae913cd4da1c6f', '[\"role:user\"]', NULL, NULL, '2024-08-05 10:44:24', '2024-08-05 10:44:24'), (47, 'App\\Models\\User', 6, 'user', '05a01c80b75d3731263911784fee2d2a80634762b7a9cfeca05c51afd3b57a99', '[\"role:user\"]', NULL, NULL, '2024-08-05 11:55:02', '2024-08-05 11:55:02'), (48, 'App\\Models\\User', 1, 'user', 'a15b55a5d74c1080424d8cd86894d95a0f047aa84a44cd94b21e652a368f7506', '[\"role:user\"]', NULL, NULL, '2024-08-06 11:07:41', '2024-08-06 11:07:41'), (49, 'App\\Models\\User', 1, 'user', '0f26c3ecd8dfc7efcb5faa2463bc8d4acb127e294630f127b53ce5ae006ed1e0', '[\"role:user\"]', NULL, NULL, '2024-08-08 06:18:12', '2024-08-08 06:18:12'), (50, 'App\\Models\\User', 1, 'user', 'dcd957e108e33ca09059afe8764a84fb8243010de9cca2aef346fb9e636f55c9', '[\"role:user\"]', NULL, '2024-08-08 06:45:58', '2024-08-08 06:37:45', '2024-08-08 06:45:58'), (51, 'App\\Models\\User', 1, 'user', '3b4ba4466dec01ed55eb5bbaa95b0bf5f5c36fbeda354a25a558c34cd25c35d2', '[\"role:user\"]', NULL, NULL, '2024-08-09 05:59:21', '2024-08-09 05:59:21'), (52, 'App\\Models\\User', 1, 'user', '5c8d62c755ab866ef117f514067d398566e1099fd90a18e6383c836d7416c5f9', '[\"role:user\"]', NULL, NULL, '2024-08-16 11:21:49', '2024-08-16 11:21:49'), (53, 'App\\Models\\User', 1, 'user', '6e326730c91edfb9b8922794bc17c4bf8d0d0d40a49fbedfa6d2001bda91d39f', '[\"role:user\"]', NULL, NULL, '2024-08-20 11:57:49', '2024-08-20 11:57:49'), (54, 'App\\Models\\User', 1, 'user', '5867bd0f0a7e63d6f4e88e1638a254474f33cab554ed647953c277ba3aec46cf', '[\"role:user\"]', NULL, NULL, '2024-08-21 08:19:15', '2024-08-21 08:19:15'), (55, 'App\\Models\\User', 1, 'user', '78e98294a907071fa2ae2da19348bb70c0d0ecc4804cd9090df304ee5ba4327a', '[\"role:user\"]', NULL, NULL, '2024-08-22 06:32:54', '2024-08-22 06:32:54'), (56, 'App\\Models\\User', 1, 'user', 'ac81acfad46e1e479087b4433a94e792e986cdd58b724600b0b593ce6e0c6420', '[\"role:user\"]', NULL, NULL, '2024-08-23 09:31:16', '2024-08-23 09:31:16'), (57, 'App\\Models\\User', 1, 'user', '3c28ccefb3f914bb2487daf3185aaf0379137e0bad2d84cea5248413288c81ba', '[\"role:user\"]', NULL, NULL, '2024-08-26 08:39:46', '2024-08-26 08:39:46'); -- -------------------------------------------------------- -- -- Table structure for table `products` -- CREATE TABLE `products` ( `id` bigint UNSIGNED NOT NULL, `name` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `nameAr` 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 `products` -- INSERT INTO `products` (`id`, `name`, `nameAr`, `created_at`, `updated_at`) VALUES (1, 'DF CARDS', 'بطاقات الدفاع', '2024-07-04 07:28:47', '2024-07-04 07:28:47'), (2, 'DF Royale Card', 'بطاقة دي اف رويال', '2024-07-05 08:34:34', '2024-07-05 08:34:34'), (3, 'DF Credit Card', 'بطاقة دي إف الائتمانية', '2024-07-05 08:34:47', '2024-07-05 08:34:47'); -- -------------------------------------------------------- -- -- Table structure for table `profiles` -- CREATE TABLE `profiles` ( `id` bigint UNSIGNED NOT NULL, `name` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `nameAr` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `phone` varchar(100) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `email` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `imageFile` text COLLATE utf8mb4_unicode_ci, `preloaderImageFile` text COLLATE utf8mb4_unicode_ci, `address` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `addressAr` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `information` text COLLATE utf8mb4_unicode_ci, `informationAr` text COLLATE utf8mb4_unicode_ci, `establishment` text COLLATE utf8mb4_unicode_ci, `establishmentAr` text COLLATE utf8mb4_unicode_ci, `WebsiteURL` text COLLATE utf8mb4_unicode_ci, `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 `report_files` -- CREATE TABLE `report_files` ( `id` bigint UNSIGNED NOT NULL, `serial` varchar(100) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `reportNumber` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `reportDate` varchar(100) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `receivingDate` varchar(100) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `status` varchar(100) COLLATE utf8mb4_unicode_ci DEFAULT 'Pending', `information` text COLLATE utf8mb4_unicode_ci, `informationAr` text COLLATE utf8mb4_unicode_ci, `reportTypeId` bigint UNSIGNED DEFAULT NULL, `defendantId` bigint UNSIGNED DEFAULT NULL, `registrarId` bigint UNSIGNED DEFAULT NULL, `secRegistrarId` bigint UNSIGNED DEFAULT NULL, `followerId` bigint UNSIGNED DEFAULT NULL, `secFollowerId` bigint UNSIGNED DEFAULT NULL, `accountNumber` text COLLATE utf8mb4_unicode_ci, `cardNumber` text COLLATE utf8mb4_unicode_ci, `loanNumber` text COLLATE utf8mb4_unicode_ci, `circularNumber` text COLLATE utf8mb4_unicode_ci, `chequeNumber` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `chequeAmount` double DEFAULT NULL, `chequeActualAmount` double DEFAULT NULL, `bankId` bigint UNSIGNED DEFAULT NULL, `courtId` bigint UNSIGNED DEFAULT NULL, `productId` bigint UNSIGNED DEFAULT NULL, `isConceded` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `concedingDate` varchar(100) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `officeFees` double(15,2) DEFAULT NULL, `reportFees` double(15,2) DEFAULT NULL, `caseId` bigint UNSIGNED DEFAULT NULL, `clientId` bigint UNSIGNED DEFAULT NULL, `creationDate` varchar(100) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `creatorId` bigint UNSIGNED 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 `report_file_attachments` -- CREATE TABLE `report_file_attachments` ( `id` bigint UNSIGNED NOT NULL, `name` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `nameAr` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `documentNumber` varchar(100) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `documentDate` varchar(100) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `documentTypeId` bigint UNSIGNED DEFAULT NULL, `documentFile` text COLLATE utf8mb4_unicode_ci, `documentFileSize` text COLLATE utf8mb4_unicode_ci, `information` text COLLATE utf8mb4_unicode_ci, `informationAr` text COLLATE utf8mb4_unicode_ci, `reportFileId` bigint UNSIGNED DEFAULT NULL, `clientId` bigint UNSIGNED DEFAULT NULL, `creationDate` varchar(100) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `creatorId` bigint UNSIGNED 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 `report_file_invoices` -- CREATE TABLE `report_file_invoices` ( `id` bigint UNSIGNED NOT NULL, `title` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `titleAr` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `fees` double DEFAULT NULL, `documentFile` text COLLATE utf8mb4_unicode_ci, `reportFileId` bigint UNSIGNED DEFAULT NULL, `clientId` bigint UNSIGNED DEFAULT NULL, `creationDate` varchar(100) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `creatorId` bigint UNSIGNED 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 `report_file_operations` -- CREATE TABLE `report_file_operations` ( `id` bigint UNSIGNED NOT NULL, `operationDate` varchar(100) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `status` varchar(100) COLLATE utf8mb4_unicode_ci DEFAULT 'Pending', `information` text COLLATE utf8mb4_unicode_ci, `informationAr` text COLLATE utf8mb4_unicode_ci, `note` text COLLATE utf8mb4_unicode_ci, `noteAr` text COLLATE utf8mb4_unicode_ci, `operationFees` double(15,2) DEFAULT NULL, `operationAmount` double(15,2) DEFAULT NULL, `documentFile` text COLLATE utf8mb4_unicode_ci, `secondDocumentFile` text COLLATE utf8mb4_unicode_ci, `thirdDocumentFile` text COLLATE utf8mb4_unicode_ci, `fourthDocumentFile` text COLLATE utf8mb4_unicode_ci, `reportOperationTypeId` bigint UNSIGNED DEFAULT NULL, `reportOperationAuthorityId` bigint UNSIGNED DEFAULT NULL, `reportFileId` bigint UNSIGNED DEFAULT NULL, `clientId` bigint UNSIGNED DEFAULT NULL, `creationDate` varchar(100) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `creatorId` bigint UNSIGNED 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 `report_file_operation_invoices` -- CREATE TABLE `report_file_operation_invoices` ( `id` bigint UNSIGNED NOT NULL, `title` text COLLATE utf8mb4_unicode_ci, `titleAr` text COLLATE utf8mb4_unicode_ci, `invoiceDate` varchar(100) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `invoiceAmount` double(15,2) DEFAULT NULL, `documentFile` text COLLATE utf8mb4_unicode_ci, `note` text COLLATE utf8mb4_unicode_ci, `noteAr` text COLLATE utf8mb4_unicode_ci, `reportFileId` bigint UNSIGNED DEFAULT NULL, `reportFileOperationId` bigint UNSIGNED DEFAULT NULL, `clientId` bigint UNSIGNED DEFAULT NULL, `creationDate` varchar(100) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `creatorId` bigint UNSIGNED 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 `report_file_tasks` -- CREATE TABLE `report_file_tasks` ( `id` bigint UNSIGNED NOT NULL, `taskNumber` varchar(100) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `status` varchar(100) COLLATE utf8mb4_unicode_ci DEFAULT 'Pending', `assignDate` varchar(100) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `executionDate` varchar(100) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `dueDate` varchar(100) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `completionDate` varchar(100) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `information` text COLLATE utf8mb4_unicode_ci, `informationAr` text COLLATE utf8mb4_unicode_ci, `taskHandlerId` bigint UNSIGNED DEFAULT NULL, `taskFollowerId` bigint UNSIGNED DEFAULT NULL, `reportFileId` bigint UNSIGNED DEFAULT NULL, `clientId` bigint UNSIGNED DEFAULT NULL, `creationDate` varchar(100) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `creatorId` bigint UNSIGNED 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 `report_types` -- CREATE TABLE `report_types` ( `id` bigint UNSIGNED NOT NULL, `name` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `nameAr` 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 `report_types` -- INSERT INTO `report_types` (`id`, `name`, `nameAr`, `created_at`, `updated_at`) VALUES (1, 'Standard Report', 'التقرير القياسي', '2024-06-13 17:46:39', '2024-06-13 17:46:39'), (2, 'Detailed Report', 'تقرير مفصل', '2024-06-13 17:46:39', '2024-06-13 17:46:39'); -- -------------------------------------------------------- -- -- Table structure for table `requirement_types` -- CREATE TABLE `requirement_types` ( `id` bigint UNSIGNED NOT NULL, `name` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `nameAr` 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 `roles` -- CREATE TABLE `roles` ( `id` bigint UNSIGNED NOT NULL, `name` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `nameAr` 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`, `nameAr`, `created_at`, `updated_at`) VALUES (1, 'Administrator', 'الأدمن', '2024-06-13 17:46:39', '2024-06-13 17:46:39'), (2, 'administration Department', 'قسم الادارة', '2024-07-04 07:36:20', '2024-07-04 07:36:20'), (3, 'File management check execution department', 'إدارة الملفات قسم تنفيذ الشيكات', '2024-07-04 07:57:23', '2024-07-04 07:57:23'), (4, 'Civil department file management', 'إدارة الملفات قسم المدني', '2024-07-04 07:57:52', '2024-07-04 07:57:52'), (5, 'File management reservations section', 'إدارة الملفات قسم الحجوزات', '2024-07-04 07:58:24', '2024-07-04 07:58:24'), (6, 'Lawyers Check Execution Department', 'المحاميين قسم تنفيذ الشيكات', '2024-07-04 07:59:05', '2024-07-04 07:59:05'), (7, 'Lawyers Civil Department', 'المحاميين قسم المدني', '2024-07-04 07:59:36', '2024-07-04 07:59:36'); -- -------------------------------------------------------- -- -- Table structure for table `role_permissions` -- CREATE TABLE `role_permissions` ( `id` bigint UNSIGNED NOT NULL, `roleId` bigint UNSIGNED DEFAULT NULL, `permissionId` bigint UNSIGNED DEFAULT NULL, `isAllowed` tinyint(1) DEFAULT '0', `created_at` timestamp NULL DEFAULT NULL, `updated_at` timestamp NULL DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -- Dumping data for table `role_permissions` -- INSERT INTO `role_permissions` (`id`, `roleId`, `permissionId`, `isAllowed`, `created_at`, `updated_at`) VALUES (1, 1, 1, 0, '2024-06-13 20:59:44', '2024-06-13 20:59:44'), (2, 1, 2, 0, '2024-06-13 20:59:44', '2024-06-13 20:59:44'), (3, 1, 3, 0, '2024-06-13 20:59:44', '2024-06-13 20:59:44'), (4, 1, 4, 0, '2024-06-13 20:59:44', '2024-06-13 20:59:44'), (5, 1, 5, 0, '2024-06-13 20:59:44', '2024-06-13 20:59:44'), (6, 1, 6, 0, '2024-06-13 20:59:44', '2024-06-13 20:59:44'), (7, 1, 7, 0, '2024-06-13 20:59:44', '2024-06-13 20:59:44'), (8, 1, 8, 0, '2024-06-13 20:59:44', '2024-06-13 20:59:44'), (9, 1, 9, 0, '2024-06-13 20:59:44', '2024-06-13 20:59:44'), (10, 1, 10, 0, '2024-06-13 20:59:44', '2024-06-13 20:59:44'), (11, 1, 11, 0, '2024-06-13 20:59:44', '2024-06-13 20:59:44'), (12, 2, 1, 0, '2024-07-04 07:36:20', '2024-07-04 07:36:20'), (13, 2, 2, 0, '2024-07-04 07:36:20', '2024-07-04 07:36:20'), (14, 2, 3, 0, '2024-07-04 07:36:20', '2024-07-04 07:36:20'), (15, 2, 4, 0, '2024-07-04 07:36:20', '2024-07-04 07:36:20'), (16, 2, 5, 0, '2024-07-04 07:36:20', '2024-07-04 07:36:20'), (17, 2, 6, 0, '2024-07-04 07:36:20', '2024-07-04 07:36:20'), (18, 2, 7, 0, '2024-07-04 07:36:20', '2024-07-04 07:36:20'), (19, 2, 8, 0, '2024-07-04 07:36:20', '2024-07-04 07:36:20'), (20, 2, 9, 0, '2024-07-04 07:36:20', '2024-07-04 07:36:20'), (21, 2, 10, 0, '2024-07-04 07:36:20', '2024-07-04 07:36:20'), (33, 4, 1, 0, '2024-07-04 07:57:52', '2024-07-04 07:57:52'), (34, 4, 2, 0, '2024-07-04 07:57:52', '2024-07-04 07:57:52'), (35, 4, 3, 0, '2024-07-04 07:57:52', '2024-07-04 07:57:52'), (36, 4, 4, 0, '2024-07-04 07:57:52', '2024-07-04 07:57:52'), (37, 4, 5, 0, '2024-07-04 07:57:52', '2024-07-04 07:57:52'), (38, 4, 6, 0, '2024-07-04 07:57:52', '2024-07-04 07:57:52'), (39, 4, 7, 0, '2024-07-04 07:57:52', '2024-07-04 07:57:52'), (40, 4, 8, 0, '2024-07-04 07:57:52', '2024-07-04 07:57:52'), (41, 4, 9, 0, '2024-07-04 07:57:52', '2024-07-04 07:57:52'), (42, 4, 10, 0, '2024-07-04 07:57:52', '2024-07-04 07:57:52'), (43, 4, 11, 0, '2024-07-04 07:57:52', '2024-07-04 07:57:52'), (44, 5, 1, 0, '2024-07-04 07:58:24', '2024-07-04 07:58:24'), (45, 5, 2, 0, '2024-07-04 07:58:24', '2024-07-04 07:58:24'), (46, 5, 3, 0, '2024-07-04 07:58:24', '2024-07-04 07:58:24'), (47, 5, 4, 0, '2024-07-04 07:58:24', '2024-07-04 07:58:24'), (48, 5, 5, 0, '2024-07-04 07:58:24', '2024-07-04 07:58:24'), (49, 5, 6, 0, '2024-07-04 07:58:24', '2024-07-04 07:58:24'), (50, 5, 7, 0, '2024-07-04 07:58:24', '2024-07-04 07:58:24'), (51, 5, 8, 0, '2024-07-04 07:58:24', '2024-07-04 07:58:24'), (52, 5, 9, 0, '2024-07-04 07:58:24', '2024-07-04 07:58:24'), (53, 5, 10, 0, '2024-07-04 07:58:24', '2024-07-04 07:58:24'), (54, 5, 11, 0, '2024-07-04 07:58:24', '2024-07-04 07:58:24'), (55, 6, 1, 0, '2024-07-04 07:59:05', '2024-07-04 07:59:05'), (56, 6, 2, 0, '2024-07-04 07:59:05', '2024-07-04 07:59:05'), (57, 6, 3, 0, '2024-07-04 07:59:05', '2024-07-04 07:59:05'), (58, 6, 4, 0, '2024-07-04 07:59:05', '2024-07-04 07:59:05'), (59, 6, 5, 0, '2024-07-04 07:59:05', '2024-07-04 07:59:05'), (60, 6, 6, 0, '2024-07-04 07:59:05', '2024-07-04 07:59:05'), (61, 6, 7, 0, '2024-07-04 07:59:05', '2024-07-04 07:59:05'), (62, 6, 9, 0, '2024-07-04 07:59:05', '2024-07-04 07:59:05'), (63, 6, 10, 0, '2024-07-04 07:59:05', '2024-07-04 07:59:05'), (73, 7, 3, 0, '2024-07-05 06:32:26', '2024-07-05 06:32:26'), (74, 7, 4, 0, '2024-07-05 06:32:26', '2024-07-05 06:32:26'), (75, 7, 5, 0, '2024-07-05 06:32:26', '2024-07-05 06:32:26'), (76, 7, 9, 0, '2024-07-05 06:32:26', '2024-07-05 06:32:26'), (77, 7, 10, 0, '2024-07-05 06:32:26', '2024-07-05 06:32:26'), (78, 3, 2, 0, '2024-07-05 06:32:59', '2024-07-05 06:32:59'), (79, 3, 3, 0, '2024-07-05 06:32:59', '2024-07-05 06:32:59'), (80, 3, 4, 0, '2024-07-05 06:32:59', '2024-07-05 06:32:59'), (81, 3, 5, 0, '2024-07-05 06:32:59', '2024-07-05 06:32:59'), (82, 3, 9, 0, '2024-07-05 06:32:59', '2024-07-05 06:32:59'), (83, 3, 10, 0, '2024-07-05 06:32:59', '2024-07-05 06:32:59'); -- -------------------------------------------------------- -- -- Table structure for table `ticket_types` -- CREATE TABLE `ticket_types` ( `id` bigint UNSIGNED NOT NULL, `name` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `nameAr` 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 `users` -- CREATE TABLE `users` ( `id` bigint UNSIGNED NOT NULL, `name` varchar(100) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `nameAr` varchar(100) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `phone` varchar(100) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `email` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL, `password` text COLLATE utf8mb4_unicode_ci, `imageFile` text COLLATE utf8mb4_unicode_ci, `isActive` tinyint(1) DEFAULT '1', `roleId` bigint UNSIGNED DEFAULT NULL, `remember_token` varchar(100) 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 `users` -- INSERT INTO `users` (`id`, `name`, `nameAr`, `phone`, `email`, `password`, `imageFile`, `isActive`, `roleId`, `remember_token`, `created_at`, `updated_at`) VALUES (1, 'Administrator', 'الأدمن', '559000000', 'admin@trustdc.ae', '$2y$12$2stMGAHP2lmHzjCbBvs40OWcC2YMoGpaY0ooE.MmsFk74.6J78o/K', NULL, 1, 1, NULL, '2024-06-13 17:46:39', '2024-06-13 17:46:39'), (2, 'Reham Faisal Omar', 'رهام فيصل عمر', '0565711004', 'reham@trust.ae', '$2y$12$m5oDS8z3Xxjw4ka.hUhoCe9KGvmIyor28JsULrdOn3HRsGNyccFIG', 'USR-06.35AM25996344990.png', 1, 3, NULL, '2024-07-05 06:35:22', '2024-07-05 06:35:22'), (3, 'Salem Khaled', 'سالم خالد', '0528454131', 'salem@trust.ae', '$2y$12$1si3tGHoyPfXTsI6IEdbGeXZfh0ibzWfnJSqr.fvsBjBISlHHagG2', 'USR-08.12AM188937095279.jpg', 1, 6, NULL, '2024-07-05 08:12:20', '2024-07-05 08:12:20'), (4, 'Samir Mohamed', 'سمير محمد', '0562126262', 'samir@trust.ae', '$2y$12$EQ61hLgRh5S/QfEzwVoQmu71nzQhPx3//nhmub5mRc3t8/0qSIRpe', 'USR-08.13AM470232388131.jpg', 1, 6, NULL, '2024-07-05 08:13:21', '2024-07-05 08:13:21'), (5, 'Mohammed Abbas', 'محمد عباس', '0544242657', 'mohammed.abbas@trust.ae', '$2y$12$yoz18Z7piICK3v2i4H5Ypub59iupxh/DPWEWvr14.Snqk/QZU4cCW', 'USR-08.16AM771266636411.jpg', 1, 2, NULL, '2024-07-05 08:16:35', '2024-07-05 08:16:35'), (6, 'Diana Haitham', 'ديانا هيثم', '0551505865', 'Diana@trust.ae', '$2y$12$ROsIXsHyXFXf8b76WuRfO.mJaI8f.JF8nRoPNfYf18xKW/kU3sf8K', 'USR-08.17AM961576885411.png', 1, 3, NULL, '2024-07-05 08:17:56', '2024-07-05 08:17:56'), (7, 'Salma Anwar', 'سلمى أنور', '0567515654', 'Salma@trust.ae', '$2y$12$KZrZx/q3LTUbAfxYiIB/OeenOsI7lctRLMzmfHOU6iPBPA4jZRyQ6', 'USR-08.18AM501711238373.png', 1, 4, NULL, '2024-07-05 08:18:58', '2024-07-05 08:18:58'), (8, 'Ahmed Eid', 'احمد عيد', '0509079930', 'ahmed.eid@trust.ae', '$2y$12$pqTEZnuxNSXmnG55J2UJyO5eIpGtOFovrixNSsfbX8UGmbWLueYom', 'USR-08.19AM4437995134.jpg', 1, 7, NULL, '2024-07-05 08:19:47', '2024-07-05 08:19:47'), (9, 'Mousa Abdullah', 'موسى عبدالله', '0501299720', 'mousa@trust.ae', '$2y$12$O8yPHDyCFxmDp9TPYl.6Iuxu8uw2Kh0HKfXEESTEIn3ESuy1uDl5u', 'USR-09.43AM3452722114.jpg', 1, 2, NULL, '2024-07-05 09:43:55', '2024-07-05 09:43:55'); -- -- Indexes for dumped tables -- -- -- Indexes for table `activity_logs` -- ALTER TABLE `activity_logs` ADD PRIMARY KEY (`id`); -- -- Indexes for table `authorities` -- ALTER TABLE `authorities` ADD PRIMARY KEY (`id`); -- -- Indexes for table `banks` -- ALTER TABLE `banks` ADD PRIMARY KEY (`id`); -- -- Indexes for table `case_stages` -- ALTER TABLE `case_stages` ADD PRIMARY KEY (`id`), ADD KEY `case_stages_casetypeid_foreign` (`caseTypeId`); -- -- Indexes for table `case_types` -- ALTER TABLE `case_types` ADD PRIMARY KEY (`id`); -- -- Indexes for table `cities` -- ALTER TABLE `cities` ADD PRIMARY KEY (`id`); -- -- Indexes for table `clients` -- ALTER TABLE `clients` ADD PRIMARY KEY (`id`), ADD KEY `clients_clienttypeid_foreign` (`clientTypeId`), ADD KEY `clients_nationalityid_foreign` (`nationalityId`), ADD KEY `clients_branchcityid_foreign` (`branchCityId`), ADD KEY `clients_creatorid_foreign` (`creatorId`); -- -- Indexes for table `client_attachments` -- ALTER TABLE `client_attachments` ADD PRIMARY KEY (`id`), ADD KEY `client_attachments_identitytypeid_foreign` (`identityTypeId`), ADD KEY `client_attachments_clientid_foreign` (`clientId`), ADD KEY `client_attachments_creatorid_foreign` (`creatorId`); -- -- Indexes for table `client_contracts` -- ALTER TABLE `client_contracts` ADD PRIMARY KEY (`id`), ADD KEY `client_contracts_contracttypeid_foreign` (`contractTypeId`), ADD KEY `client_contracts_clientid_foreign` (`clientId`), ADD KEY `client_contracts_creatorid_foreign` (`creatorId`); -- -- Indexes for table `client_titles` -- ALTER TABLE `client_titles` ADD PRIMARY KEY (`id`); -- -- Indexes for table `client_types` -- ALTER TABLE `client_types` ADD PRIMARY KEY (`id`); -- -- Indexes for table `contract_types` -- ALTER TABLE `contract_types` ADD PRIMARY KEY (`id`); -- -- Indexes for table `courts` -- ALTER TABLE `courts` ADD PRIMARY KEY (`id`); -- -- Indexes for table `departments` -- ALTER TABLE `departments` ADD PRIMARY KEY (`id`); -- -- Indexes for table `document_types` -- ALTER TABLE `document_types` ADD PRIMARY KEY (`id`); -- -- Indexes for table `execution_files` -- ALTER TABLE `execution_files` ADD PRIMARY KEY (`id`), ADD KEY `execution_files_executiontypeid_foreign` (`executionTypeId`), ADD KEY `execution_files_defendantid_foreign` (`defendantId`), ADD KEY `execution_files_registrarid_foreign` (`registrarId`), ADD KEY `execution_files_secregistrarid_foreign` (`secRegistrarId`), ADD KEY `execution_files_followerid_foreign` (`followerId`), ADD KEY `execution_files_secfollowerid_foreign` (`secFollowerId`), ADD KEY `execution_files_bankid_foreign` (`bankId`), ADD KEY `execution_files_courtid_foreign` (`courtId`), ADD KEY `execution_files_productid_foreign` (`productId`), ADD KEY `execution_files_caseid_foreign` (`caseId`), ADD KEY `execution_files_clientid_foreign` (`clientId`), ADD KEY `execution_files_creatorid_foreign` (`creatorId`); -- -- Indexes for table `execution_file_attachments` -- ALTER TABLE `execution_file_attachments` ADD PRIMARY KEY (`id`), ADD KEY `execution_file_attachments_documenttypeid_foreign` (`documentTypeId`), ADD KEY `execution_file_attachments_executionfileid_foreign` (`executionFileId`), ADD KEY `execution_file_attachments_clientid_foreign` (`clientId`), ADD KEY `execution_file_attachments_creatorid_foreign` (`creatorId`); -- -- Indexes for table `execution_file_invoices` -- ALTER TABLE `execution_file_invoices` ADD PRIMARY KEY (`id`), ADD KEY `execution_file_invoices_executionfileid_foreign` (`executionFileId`), ADD KEY `execution_file_invoices_clientid_foreign` (`clientId`), ADD KEY `execution_file_invoices_creatorid_foreign` (`creatorId`); -- -- Indexes for table `execution_file_operations` -- ALTER TABLE `execution_file_operations` ADD PRIMARY KEY (`id`), ADD KEY `execution_file_operations_executionoperationtypeid_foreign` (`executionOperationTypeId`), ADD KEY `eoa_id_foreign` (`executionOperationAuthorityId`), ADD KEY `execution_file_operations_executionfileid_foreign` (`executionFileId`), ADD KEY `execution_file_operations_clientid_foreign` (`clientId`), ADD KEY `execution_file_operations_creatorid_foreign` (`creatorId`); -- -- Indexes for table `execution_file_operation_invoices` -- ALTER TABLE `execution_file_operation_invoices` ADD PRIMARY KEY (`id`), ADD KEY `execution_file_operation_invoices_executionfileid_foreign` (`executionFileId`), ADD KEY `efo_id_foreign` (`executionFileOperationId`), ADD KEY `execution_file_operation_invoices_clientid_foreign` (`clientId`), ADD KEY `execution_file_operation_invoices_creatorid_foreign` (`creatorId`); -- -- Indexes for table `execution_file_tasks` -- ALTER TABLE `execution_file_tasks` ADD PRIMARY KEY (`id`), ADD KEY `execution_file_tasks_taskhandlerid_foreign` (`taskHandlerId`), ADD KEY `execution_file_tasks_taskfollowerid_foreign` (`taskFollowerId`), ADD KEY `execution_file_tasks_executionfileid_foreign` (`executionFileId`), ADD KEY `execution_file_tasks_clientid_foreign` (`clientId`), ADD KEY `execution_file_tasks_creatorid_foreign` (`creatorId`); -- -- Indexes for table `execution_operation_authorities` -- ALTER TABLE `execution_operation_authorities` ADD PRIMARY KEY (`id`); -- -- Indexes for table `execution_operation_types` -- ALTER TABLE `execution_operation_types` ADD PRIMARY KEY (`id`); -- -- Indexes for table `execution_services` -- ALTER TABLE `execution_services` ADD PRIMARY KEY (`id`); -- -- Indexes for table `execution_stages` -- ALTER TABLE `execution_stages` ADD PRIMARY KEY (`id`); -- -- Indexes for table `execution_types` -- ALTER TABLE `execution_types` ADD PRIMARY KEY (`id`); -- -- Indexes for table `expert_offices` -- ALTER TABLE `expert_offices` ADD PRIMARY KEY (`id`); -- -- Indexes for table `files` -- ALTER TABLE `files` ADD PRIMARY KEY (`id`), ADD KEY `files_clientid_foreign` (`clientId`), ADD KEY `files_creatorid_foreign` (`creatorId`); -- -- Indexes for table `file_associated_cases` -- ALTER TABLE `file_associated_cases` ADD PRIMARY KEY (`id`), ADD KEY `file_associated_cases_casetypeid_foreign` (`caseTypeId`), ADD KEY `file_associated_cases_casestageid_foreign` (`caseStageId`), ADD KEY `file_associated_cases_clienttitleid_foreign` (`clientTitleId`), ADD KEY `file_associated_cases_courtid_foreign` (`courtId`), ADD KEY `file_associated_cases_departmentid_foreign` (`departmentId`), ADD KEY `file_associated_cases_fileid_foreign` (`fileId`), ADD KEY `file_associated_cases_caseid_foreign` (`caseId`), ADD KEY `file_associated_cases_clientid_foreign` (`clientId`), ADD KEY `file_associated_cases_branchcityid_foreign` (`branchCityId`), ADD KEY `file_associated_cases_administrativeid_foreign` (`administrativeId`), ADD KEY `file_associated_cases_secadministrativeid_foreign` (`secAdministrativeId`), ADD KEY `file_associated_cases_thirdadministrativeid_foreign` (`thirdAdministrativeId`), ADD KEY `file_associated_cases_advisorid_foreign` (`advisorId`), ADD KEY `file_associated_cases_secadvisorid_foreign` (`secAdvisorId`), ADD KEY `file_associated_cases_thirdadvisorid_foreign` (`thirdAdvisorId`), ADD KEY `file_associated_cases_pleadinglawyerid_foreign` (`pleadingLawyerId`), ADD KEY `file_associated_cases_secpleadinglawyerid_foreign` (`secPleadingLawyerId`), ADD KEY `file_associated_cases_thirdpleadinglawyerid_foreign` (`thirdPleadingLawyerId`), ADD KEY `file_associated_cases_creatorid_foreign` (`creatorId`); -- -- Indexes for table `file_cases` -- ALTER TABLE `file_cases` ADD PRIMARY KEY (`id`), ADD KEY `file_cases_casetypeid_foreign` (`caseTypeId`), ADD KEY `file_cases_casestageid_foreign` (`caseStageId`), ADD KEY `file_cases_clienttitleid_foreign` (`clientTitleId`), ADD KEY `file_cases_courtid_foreign` (`courtId`), ADD KEY `file_cases_departmentid_foreign` (`departmentId`), ADD KEY `file_cases_fileid_foreign` (`fileId`), ADD KEY `file_cases_clientid_foreign` (`clientId`), ADD KEY `file_cases_administrativeid_foreign` (`administrativeId`), ADD KEY `file_cases_secadministrativeid_foreign` (`secAdministrativeId`), ADD KEY `file_cases_thirdadministrativeid_foreign` (`thirdAdministrativeId`), ADD KEY `file_cases_advisorid_foreign` (`advisorId`), ADD KEY `file_cases_secadvisorid_foreign` (`secAdvisorId`), ADD KEY `file_cases_thirdadvisorid_foreign` (`thirdAdvisorId`), ADD KEY `file_cases_pleadinglawyerid_foreign` (`pleadingLawyerId`), ADD KEY `file_cases_secpleadinglawyerid_foreign` (`secPleadingLawyerId`), ADD KEY `file_cases_thirdpleadinglawyerid_foreign` (`thirdPleadingLawyerId`), ADD KEY `file_cases_creatorid_foreign` (`creatorId`); -- -- Indexes for table `file_case_attachments` -- ALTER TABLE `file_case_attachments` ADD PRIMARY KEY (`id`), ADD KEY `file_case_attachments_documenttypeid_foreign` (`documentTypeId`), ADD KEY `file_case_attachments_fileid_foreign` (`fileId`), ADD KEY `file_case_attachments_caseid_foreign` (`caseId`), ADD KEY `file_case_attachments_caseexecutionid_foreign` (`caseExecutionId`), ADD KEY `file_case_attachments_associatedcaseid_foreign` (`associatedCaseId`), ADD KEY `file_case_attachments_clientid_foreign` (`clientId`), ADD KEY `file_case_attachments_creatorid_foreign` (`creatorId`); -- -- Indexes for table `file_case_claims` -- ALTER TABLE `file_case_claims` ADD PRIMARY KEY (`id`), ADD KEY `file_case_claims_fileid_foreign` (`fileId`), ADD KEY `file_case_claims_caseid_foreign` (`caseId`), ADD KEY `file_case_claims_creatorid_foreign` (`creatorId`); -- -- Indexes for table `file_case_configurations` -- ALTER TABLE `file_case_configurations` ADD PRIMARY KEY (`id`), ADD KEY `file_case_configurations_requirementtypeid_foreign` (`requirementTypeId`), ADD KEY `file_case_configurations_handlerid_foreign` (`handlerId`), ADD KEY `file_case_configurations_fileid_foreign` (`fileId`), ADD KEY `file_case_configurations_caseid_foreign` (`caseId`), ADD KEY `file_case_configurations_creatorid_foreign` (`creatorId`); -- -- Indexes for table `file_case_executions` -- ALTER TABLE `file_case_executions` ADD PRIMARY KEY (`id`), ADD KEY `file_case_executions_executiontypeid_foreign` (`executionTypeId`), ADD KEY `file_case_executions_fileid_foreign` (`fileId`), ADD KEY `file_case_executions_caseid_foreign` (`caseId`), ADD KEY `file_case_executions_clientid_foreign` (`clientId`), ADD KEY `file_case_executions_creatorid_foreign` (`creatorId`); -- -- Indexes for table `file_case_execution_operations` -- ALTER TABLE `file_case_execution_operations` ADD PRIMARY KEY (`id`), ADD KEY `file_case_execution_operations_executionoperationtypeid_foreign` (`executionOperationTypeId`), ADD KEY `coa_id_foreign` (`executionOperationAuthorityId`), ADD KEY `file_case_execution_operations_caseexecutionid_foreign` (`caseExecutionId`), ADD KEY `file_case_execution_operations_clientid_foreign` (`clientId`), ADD KEY `file_case_execution_operations_creatorid_foreign` (`creatorId`); -- -- Indexes for table `file_case_execution_operation_invoices` -- ALTER TABLE `file_case_execution_operation_invoices` ADD PRIMARY KEY (`id`), ADD KEY `ceo_id_foreign` (`caseExecutionOperationId`), ADD KEY `file_case_execution_operation_invoices_caseexecutionid_foreign` (`caseExecutionId`), ADD KEY `file_case_execution_operation_invoices_clientid_foreign` (`clientId`), ADD KEY `file_case_execution_operation_invoices_creatorid_foreign` (`creatorId`); -- -- Indexes for table `file_case_hearings` -- ALTER TABLE `file_case_hearings` ADD PRIMARY KEY (`id`), ADD KEY `file_case_hearings_hearingtypeid_foreign` (`hearingTypeId`), ADD KEY `file_case_hearings_courtid_foreign` (`courtId`), ADD KEY `file_case_hearings_expertofficeid_foreign` (`expertOfficeId`), ADD KEY `file_case_hearings_administrativeid_foreign` (`administrativeId`), ADD KEY `file_case_hearings_advisorid_foreign` (`advisorId`), ADD KEY `file_case_hearings_pleadinglawyerid_foreign` (`pleadingLawyerId`), ADD KEY `file_case_hearings_fileid_foreign` (`fileId`), ADD KEY `file_case_hearings_caseid_foreign` (`caseId`), ADD KEY `file_case_hearings_associatedcaseid_foreign` (`associatedCaseId`), ADD KEY `file_case_hearings_clientid_foreign` (`clientId`), ADD KEY `file_case_hearings_creatorid_foreign` (`creatorId`); -- -- Indexes for table `file_case_hearing_phases` -- ALTER TABLE `file_case_hearing_phases` ADD PRIMARY KEY (`id`), ADD KEY `file_case_hearing_phases_hearingphaseid_foreign` (`hearingPhaseId`), ADD KEY `file_case_hearing_phases_casehearingid_foreign` (`caseHearingId`), ADD KEY `file_case_hearing_phases_creatorid_foreign` (`creatorId`); -- -- Indexes for table `file_case_hearing_phase_requirements` -- ALTER TABLE `file_case_hearing_phase_requirements` ADD PRIMARY KEY (`id`), ADD KEY `file_case_hearing_phase_requirements_casehearingphaseid_foreign` (`caseHearingPhaseId`), ADD KEY `file_case_hearing_phase_requirements_creatorid_foreign` (`creatorId`); -- -- Indexes for table `file_case_memoirs` -- ALTER TABLE `file_case_memoirs` ADD PRIMARY KEY (`id`), ADD KEY `file_case_memoirs_memoirtypeid_foreign` (`memoirTypeId`), ADD KEY `file_case_memoirs_advisorid_foreign` (`advisorId`), ADD KEY `file_case_memoirs_fileid_foreign` (`fileId`), ADD KEY `file_case_memoirs_caseid_foreign` (`caseId`), ADD KEY `file_case_memoirs_associatedcaseid_foreign` (`associatedCaseId`), ADD KEY `file_case_memoirs_clientid_foreign` (`clientId`), ADD KEY `file_case_memoirs_creatorid_foreign` (`creatorId`); -- -- Indexes for table `file_case_opponents` -- ALTER TABLE `file_case_opponents` ADD PRIMARY KEY (`id`), ADD KEY `file_case_opponents_fileid_foreign` (`fileId`), ADD KEY `file_case_opponents_caseid_foreign` (`caseId`), ADD KEY `file_case_opponents_opponentid_foreign` (`opponentId`), ADD KEY `file_case_opponents_opponenttitleid_foreign` (`opponentTitleId`), ADD KEY `file_case_opponents_creatorid_foreign` (`creatorId`); -- -- Indexes for table `file_case_reports` -- ALTER TABLE `file_case_reports` ADD PRIMARY KEY (`id`), ADD KEY `file_case_reports_reporttypeid_foreign` (`reportTypeId`), ADD KEY `file_case_reports_authorityid_foreign` (`authorityId`), ADD KEY `file_case_reports_departmentid_foreign` (`departmentId`), ADD KEY `file_case_reports_administrativeid_foreign` (`administrativeId`), ADD KEY `file_case_reports_advisorid_foreign` (`advisorId`), ADD KEY `file_case_reports_pleadinglawyerid_foreign` (`pleadingLawyerId`), ADD KEY `file_case_reports_fileid_foreign` (`fileId`), ADD KEY `file_case_reports_caseid_foreign` (`caseId`), ADD KEY `file_case_reports_associatedcaseid_foreign` (`associatedCaseId`), ADD KEY `file_case_reports_clientid_foreign` (`clientId`), ADD KEY `file_case_reports_creatorid_foreign` (`creatorId`); -- -- Indexes for table `file_case_requirements` -- ALTER TABLE `file_case_requirements` ADD PRIMARY KEY (`id`), ADD KEY `file_case_requirements_executorid_foreign` (`executorId`), ADD KEY `file_case_requirements_fileid_foreign` (`fileId`), ADD KEY `file_case_requirements_caseid_foreign` (`caseId`), ADD KEY `file_case_requirements_associatedcaseid_foreign` (`associatedCaseId`), ADD KEY `file_case_requirements_clientid_foreign` (`clientId`), ADD KEY `file_case_requirements_creatorid_foreign` (`creatorId`); -- -- Indexes for table `file_case_tasks` -- ALTER TABLE `file_case_tasks` ADD PRIMARY KEY (`id`), ADD KEY `file_case_tasks_taskhandlerid_foreign` (`taskHandlerId`), ADD KEY `file_case_tasks_taskfollowerid_foreign` (`taskFollowerId`), ADD KEY `file_case_tasks_fileid_foreign` (`fileId`), ADD KEY `file_case_tasks_caseid_foreign` (`caseId`), ADD KEY `file_case_tasks_caseexecutionid_foreign` (`caseExecutionId`), ADD KEY `file_case_tasks_associatedcaseid_foreign` (`associatedCaseId`), ADD KEY `file_case_tasks_clientid_foreign` (`clientId`), ADD KEY `file_case_tasks_creatorid_foreign` (`creatorId`); -- -- Indexes for table `file_case_tickets` -- ALTER TABLE `file_case_tickets` ADD PRIMARY KEY (`id`), ADD KEY `file_case_tickets_tickettypeid_foreign` (`ticketTypeId`), ADD KEY `file_case_tickets_advisorid_foreign` (`advisorId`), ADD KEY `file_case_tickets_fileid_foreign` (`fileId`), ADD KEY `file_case_tickets_caseid_foreign` (`caseId`), ADD KEY `file_case_tickets_associatedcaseid_foreign` (`associatedCaseId`), ADD KEY `file_case_tickets_clientid_foreign` (`clientId`), ADD KEY `file_case_tickets_creatorid_foreign` (`creatorId`); -- -- Indexes for table `file_case_verdicts` -- ALTER TABLE `file_case_verdicts` ADD PRIMARY KEY (`id`), ADD KEY `file_case_verdicts_verdicttypeid_foreign` (`verdictTypeId`), ADD KEY `file_case_verdicts_courtid_foreign` (`courtId`), ADD KEY `file_case_verdicts_advisorid_foreign` (`advisorId`), ADD KEY `file_case_verdicts_pleadinglawyerid_foreign` (`pleadingLawyerId`), ADD KEY `file_case_verdicts_fileid_foreign` (`fileId`), ADD KEY `file_case_verdicts_caseid_foreign` (`caseId`), ADD KEY `file_case_verdicts_casehearingid_foreign` (`caseHearingId`), ADD KEY `file_case_verdicts_associatedcaseid_foreign` (`associatedCaseId`), ADD KEY `file_case_verdicts_clientid_foreign` (`clientId`), ADD KEY `file_case_verdicts_creatorid_foreign` (`creatorId`); -- -- Indexes for table `general_settings` -- ALTER TABLE `general_settings` ADD PRIMARY KEY (`id`); -- -- Indexes for table `hearing_phases` -- ALTER TABLE `hearing_phases` ADD PRIMARY KEY (`id`); -- -- Indexes for table `hearing_types` -- ALTER TABLE `hearing_types` ADD PRIMARY KEY (`id`); -- -- Indexes for table `identity_types` -- ALTER TABLE `identity_types` ADD PRIMARY KEY (`id`); -- -- Indexes for table `job_titles` -- ALTER TABLE `job_titles` ADD PRIMARY KEY (`id`); -- -- Indexes for table `meetings` -- ALTER TABLE `meetings` ADD PRIMARY KEY (`id`), ADD KEY `meetings_clientid_foreign` (`clientId`), ADD KEY `meetings_fileid_foreign` (`fileId`), ADD KEY `meetings_filecaseid_foreign` (`fileCaseId`), ADD KEY `meetings_creatorid_foreign` (`creatorId`); -- -- Indexes for table `meeting_action_plans` -- ALTER TABLE `meeting_action_plans` ADD PRIMARY KEY (`id`), ADD KEY `meeting_action_plans_handlerid_foreign` (`handlerId`), ADD KEY `meeting_action_plans_meetingid_foreign` (`meetingId`); -- -- Indexes for table `meeting_agendas` -- ALTER TABLE `meeting_agendas` ADD PRIMARY KEY (`id`), ADD KEY `meeting_agendas_meetingid_foreign` (`meetingId`); -- -- Indexes for table `meeting_discussions` -- ALTER TABLE `meeting_discussions` ADD PRIMARY KEY (`id`), ADD KEY `meeting_discussions_meetingid_foreign` (`meetingId`); -- -- Indexes for table `meeting_participants` -- ALTER TABLE `meeting_participants` ADD PRIMARY KEY (`id`), ADD KEY `meeting_participants_jobtitleid_foreign` (`jobTitleId`), ADD KEY `meeting_participants_meetingid_foreign` (`meetingId`); -- -- Indexes for table `memoir_types` -- ALTER TABLE `memoir_types` ADD PRIMARY KEY (`id`); -- -- Indexes for table `migrations` -- ALTER TABLE `migrations` ADD PRIMARY KEY (`id`); -- -- Indexes for table `nationalities` -- ALTER TABLE `nationalities` ADD PRIMARY KEY (`id`); -- -- Indexes for table `opponents` -- ALTER TABLE `opponents` ADD PRIMARY KEY (`id`), ADD KEY `opponents_nationalityid_foreign` (`nationalityId`), ADD KEY `opponents_creatorid_foreign` (`creatorId`); -- -- Indexes for table `permissions` -- ALTER TABLE `permissions` ADD PRIMARY KEY (`id`); -- -- Indexes for table `personal_access_tokens` -- ALTER TABLE `personal_access_tokens` ADD PRIMARY KEY (`id`), ADD UNIQUE KEY `personal_access_tokens_token_unique` (`token`), ADD KEY `personal_access_tokens_tokenable_type_tokenable_id_index` (`tokenable_type`,`tokenable_id`); -- -- Indexes for table `products` -- ALTER TABLE `products` ADD PRIMARY KEY (`id`); -- -- Indexes for table `profiles` -- ALTER TABLE `profiles` ADD PRIMARY KEY (`id`); -- -- Indexes for table `report_files` -- ALTER TABLE `report_files` ADD PRIMARY KEY (`id`), ADD KEY `report_files_reporttypeid_foreign` (`reportTypeId`), ADD KEY `report_files_defendantid_foreign` (`defendantId`), ADD KEY `report_files_registrarid_foreign` (`registrarId`), ADD KEY `report_files_secregistrarid_foreign` (`secRegistrarId`), ADD KEY `report_files_followerid_foreign` (`followerId`), ADD KEY `report_files_secfollowerid_foreign` (`secFollowerId`), ADD KEY `report_files_bankid_foreign` (`bankId`), ADD KEY `report_files_courtid_foreign` (`courtId`), ADD KEY `report_files_productid_foreign` (`productId`), ADD KEY `report_files_caseid_foreign` (`caseId`), ADD KEY `report_files_clientid_foreign` (`clientId`), ADD KEY `report_files_creatorid_foreign` (`creatorId`); -- -- Indexes for table `report_file_attachments` -- ALTER TABLE `report_file_attachments` ADD PRIMARY KEY (`id`), ADD KEY `report_file_attachments_documenttypeid_foreign` (`documentTypeId`), ADD KEY `report_file_attachments_reportfileid_foreign` (`reportFileId`), ADD KEY `report_file_attachments_clientid_foreign` (`clientId`), ADD KEY `report_file_attachments_creatorid_foreign` (`creatorId`); -- -- Indexes for table `report_file_invoices` -- ALTER TABLE `report_file_invoices` ADD PRIMARY KEY (`id`), ADD KEY `report_file_invoices_reportfileid_foreign` (`reportFileId`), ADD KEY `report_file_invoices_clientid_foreign` (`clientId`), ADD KEY `report_file_invoices_creatorid_foreign` (`creatorId`); -- -- Indexes for table `report_file_operations` -- ALTER TABLE `report_file_operations` ADD PRIMARY KEY (`id`), ADD KEY `report_file_operations_reportoperationtypeid_foreign` (`reportOperationTypeId`), ADD KEY `roa_id_foreign` (`reportOperationAuthorityId`), ADD KEY `report_file_operations_reportfileid_foreign` (`reportFileId`), ADD KEY `report_file_operations_clientid_foreign` (`clientId`), ADD KEY `report_file_operations_creatorid_foreign` (`creatorId`); -- -- Indexes for table `report_file_operation_invoices` -- ALTER TABLE `report_file_operation_invoices` ADD PRIMARY KEY (`id`), ADD KEY `report_file_operation_invoices_reportfileid_foreign` (`reportFileId`), ADD KEY `rfo_id_foreign` (`reportFileOperationId`), ADD KEY `report_file_operation_invoices_clientid_foreign` (`clientId`), ADD KEY `report_file_operation_invoices_creatorid_foreign` (`creatorId`); -- -- Indexes for table `report_file_tasks` -- ALTER TABLE `report_file_tasks` ADD PRIMARY KEY (`id`), ADD KEY `report_file_tasks_taskhandlerid_foreign` (`taskHandlerId`), ADD KEY `report_file_tasks_taskfollowerid_foreign` (`taskFollowerId`), ADD KEY `report_file_tasks_reportfileid_foreign` (`reportFileId`), ADD KEY `report_file_tasks_clientid_foreign` (`clientId`), ADD KEY `report_file_tasks_creatorid_foreign` (`creatorId`); -- -- Indexes for table `report_types` -- ALTER TABLE `report_types` ADD PRIMARY KEY (`id`); -- -- Indexes for table `requirement_types` -- ALTER TABLE `requirement_types` ADD PRIMARY KEY (`id`); -- -- Indexes for table `roles` -- ALTER TABLE `roles` ADD PRIMARY KEY (`id`); -- -- Indexes for table `role_permissions` -- ALTER TABLE `role_permissions` ADD PRIMARY KEY (`id`), ADD KEY `role_permissions_roleid_foreign` (`roleId`), ADD KEY `role_permissions_permissionid_foreign` (`permissionId`); -- -- Indexes for table `ticket_types` -- ALTER TABLE `ticket_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 `users_roleid_foreign` (`roleId`); -- -- AUTO_INCREMENT for dumped tables -- -- -- AUTO_INCREMENT for table `activity_logs` -- ALTER TABLE `activity_logs` MODIFY `id` bigint UNSIGNED NOT NULL AUTO_INCREMENT; -- -- AUTO_INCREMENT for table `authorities` -- ALTER TABLE `authorities` MODIFY `id` bigint UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=3; -- -- AUTO_INCREMENT for table `banks` -- ALTER TABLE `banks` MODIFY `id` bigint UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=20; -- -- AUTO_INCREMENT for table `case_stages` -- ALTER TABLE `case_stages` MODIFY `id` bigint UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=3; -- -- AUTO_INCREMENT for table `case_types` -- ALTER TABLE `case_types` MODIFY `id` bigint UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=3; -- -- AUTO_INCREMENT for table `cities` -- ALTER TABLE `cities` MODIFY `id` bigint UNSIGNED NOT NULL AUTO_INCREMENT; -- -- AUTO_INCREMENT for table `clients` -- ALTER TABLE `clients` MODIFY `id` bigint UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=3; -- -- AUTO_INCREMENT for table `client_attachments` -- ALTER TABLE `client_attachments` MODIFY `id` bigint UNSIGNED NOT NULL AUTO_INCREMENT; -- -- AUTO_INCREMENT for table `client_contracts` -- ALTER TABLE `client_contracts` MODIFY `id` bigint UNSIGNED NOT NULL AUTO_INCREMENT; -- -- AUTO_INCREMENT for table `client_titles` -- ALTER TABLE `client_titles` MODIFY `id` bigint UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=3; -- -- AUTO_INCREMENT for table `client_types` -- ALTER TABLE `client_types` MODIFY `id` bigint UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=3; -- -- AUTO_INCREMENT for table `contract_types` -- ALTER TABLE `contract_types` MODIFY `id` bigint UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=5; -- -- AUTO_INCREMENT for table `courts` -- ALTER TABLE `courts` MODIFY `id` bigint UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=6; -- -- AUTO_INCREMENT for table `departments` -- ALTER TABLE `departments` MODIFY `id` bigint UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=3; -- -- AUTO_INCREMENT for table `document_types` -- ALTER TABLE `document_types` MODIFY `id` bigint UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=4; -- -- AUTO_INCREMENT for table `execution_files` -- ALTER TABLE `execution_files` MODIFY `id` bigint UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=84; -- -- AUTO_INCREMENT for table `execution_file_attachments` -- ALTER TABLE `execution_file_attachments` MODIFY `id` bigint UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=6; -- -- AUTO_INCREMENT for table `execution_file_invoices` -- ALTER TABLE `execution_file_invoices` MODIFY `id` bigint UNSIGNED NOT NULL AUTO_INCREMENT; -- -- AUTO_INCREMENT for table `execution_file_operations` -- ALTER TABLE `execution_file_operations` MODIFY `id` bigint UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=679; -- -- AUTO_INCREMENT for table `execution_file_operation_invoices` -- ALTER TABLE `execution_file_operation_invoices` MODIFY `id` bigint UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=2; -- -- AUTO_INCREMENT for table `execution_file_tasks` -- ALTER TABLE `execution_file_tasks` MODIFY `id` bigint UNSIGNED NOT NULL AUTO_INCREMENT; -- -- AUTO_INCREMENT for table `execution_operation_authorities` -- ALTER TABLE `execution_operation_authorities` MODIFY `id` bigint UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=3; -- -- AUTO_INCREMENT for table `execution_operation_types` -- ALTER TABLE `execution_operation_types` MODIFY `id` bigint UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=13; -- -- AUTO_INCREMENT for table `execution_services` -- ALTER TABLE `execution_services` MODIFY `id` bigint UNSIGNED NOT NULL AUTO_INCREMENT; -- -- AUTO_INCREMENT for table `execution_stages` -- ALTER TABLE `execution_stages` MODIFY `id` bigint UNSIGNED NOT NULL AUTO_INCREMENT; -- -- AUTO_INCREMENT for table `execution_types` -- ALTER TABLE `execution_types` MODIFY `id` bigint UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=3; -- -- AUTO_INCREMENT for table `expert_offices` -- ALTER TABLE `expert_offices` MODIFY `id` bigint UNSIGNED NOT NULL AUTO_INCREMENT; -- -- AUTO_INCREMENT for table `files` -- ALTER TABLE `files` MODIFY `id` bigint UNSIGNED NOT NULL AUTO_INCREMENT; -- -- AUTO_INCREMENT for table `file_associated_cases` -- ALTER TABLE `file_associated_cases` MODIFY `id` bigint UNSIGNED NOT NULL AUTO_INCREMENT; -- -- AUTO_INCREMENT for table `file_cases` -- ALTER TABLE `file_cases` MODIFY `id` bigint UNSIGNED NOT NULL AUTO_INCREMENT; -- -- AUTO_INCREMENT for table `file_case_attachments` -- ALTER TABLE `file_case_attachments` MODIFY `id` bigint UNSIGNED NOT NULL AUTO_INCREMENT; -- -- AUTO_INCREMENT for table `file_case_claims` -- ALTER TABLE `file_case_claims` MODIFY `id` bigint UNSIGNED NOT NULL AUTO_INCREMENT; -- -- AUTO_INCREMENT for table `file_case_configurations` -- ALTER TABLE `file_case_configurations` MODIFY `id` bigint UNSIGNED NOT NULL AUTO_INCREMENT; -- -- AUTO_INCREMENT for table `file_case_executions` -- ALTER TABLE `file_case_executions` MODIFY `id` bigint UNSIGNED NOT NULL AUTO_INCREMENT; -- -- AUTO_INCREMENT for table `file_case_execution_operations` -- ALTER TABLE `file_case_execution_operations` MODIFY `id` bigint UNSIGNED NOT NULL AUTO_INCREMENT; -- -- AUTO_INCREMENT for table `file_case_execution_operation_invoices` -- ALTER TABLE `file_case_execution_operation_invoices` MODIFY `id` bigint UNSIGNED NOT NULL AUTO_INCREMENT; -- -- AUTO_INCREMENT for table `file_case_hearings` -- ALTER TABLE `file_case_hearings` MODIFY `id` bigint UNSIGNED NOT NULL AUTO_INCREMENT; -- -- AUTO_INCREMENT for table `file_case_hearing_phases` -- ALTER TABLE `file_case_hearing_phases` MODIFY `id` bigint UNSIGNED NOT NULL AUTO_INCREMENT; -- -- AUTO_INCREMENT for table `file_case_hearing_phase_requirements` -- ALTER TABLE `file_case_hearing_phase_requirements` MODIFY `id` bigint UNSIGNED NOT NULL AUTO_INCREMENT; -- -- AUTO_INCREMENT for table `file_case_memoirs` -- ALTER TABLE `file_case_memoirs` MODIFY `id` bigint UNSIGNED NOT NULL AUTO_INCREMENT; -- -- AUTO_INCREMENT for table `file_case_opponents` -- ALTER TABLE `file_case_opponents` MODIFY `id` bigint UNSIGNED NOT NULL AUTO_INCREMENT; -- -- AUTO_INCREMENT for table `file_case_reports` -- ALTER TABLE `file_case_reports` MODIFY `id` bigint UNSIGNED NOT NULL AUTO_INCREMENT; -- -- AUTO_INCREMENT for table `file_case_requirements` -- ALTER TABLE `file_case_requirements` MODIFY `id` bigint UNSIGNED NOT NULL AUTO_INCREMENT; -- -- AUTO_INCREMENT for table `file_case_tasks` -- ALTER TABLE `file_case_tasks` MODIFY `id` bigint UNSIGNED NOT NULL AUTO_INCREMENT; -- -- AUTO_INCREMENT for table `file_case_tickets` -- ALTER TABLE `file_case_tickets` MODIFY `id` bigint UNSIGNED NOT NULL AUTO_INCREMENT; -- -- AUTO_INCREMENT for table `file_case_verdicts` -- ALTER TABLE `file_case_verdicts` MODIFY `id` bigint UNSIGNED NOT NULL AUTO_INCREMENT; -- -- AUTO_INCREMENT for table `general_settings` -- ALTER TABLE `general_settings` MODIFY `id` bigint UNSIGNED NOT NULL AUTO_INCREMENT; -- -- AUTO_INCREMENT for table `hearing_phases` -- ALTER TABLE `hearing_phases` MODIFY `id` bigint UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=4; -- -- AUTO_INCREMENT for table `hearing_types` -- ALTER TABLE `hearing_types` MODIFY `id` bigint UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=5; -- -- AUTO_INCREMENT for table `identity_types` -- ALTER TABLE `identity_types` MODIFY `id` bigint UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=3; -- -- AUTO_INCREMENT for table `job_titles` -- ALTER TABLE `job_titles` MODIFY `id` bigint UNSIGNED NOT NULL AUTO_INCREMENT; -- -- AUTO_INCREMENT for table `meetings` -- ALTER TABLE `meetings` MODIFY `id` bigint UNSIGNED NOT NULL AUTO_INCREMENT; -- -- AUTO_INCREMENT for table `meeting_action_plans` -- ALTER TABLE `meeting_action_plans` MODIFY `id` bigint UNSIGNED NOT NULL AUTO_INCREMENT; -- -- AUTO_INCREMENT for table `meeting_agendas` -- ALTER TABLE `meeting_agendas` MODIFY `id` bigint UNSIGNED NOT NULL AUTO_INCREMENT; -- -- AUTO_INCREMENT for table `meeting_discussions` -- ALTER TABLE `meeting_discussions` MODIFY `id` bigint UNSIGNED NOT NULL AUTO_INCREMENT; -- -- AUTO_INCREMENT for table `meeting_participants` -- ALTER TABLE `meeting_participants` MODIFY `id` bigint UNSIGNED NOT NULL AUTO_INCREMENT; -- -- AUTO_INCREMENT for table `memoir_types` -- ALTER TABLE `memoir_types` MODIFY `id` bigint UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=3; -- -- AUTO_INCREMENT for table `migrations` -- ALTER TABLE `migrations` MODIFY `id` int UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=72; -- -- AUTO_INCREMENT for table `nationalities` -- ALTER TABLE `nationalities` MODIFY `id` bigint UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=194; -- -- AUTO_INCREMENT for table `opponents` -- ALTER TABLE `opponents` MODIFY `id` bigint UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=47; -- -- AUTO_INCREMENT for table `permissions` -- ALTER TABLE `permissions` MODIFY `id` bigint UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=12; -- -- AUTO_INCREMENT for table `personal_access_tokens` -- ALTER TABLE `personal_access_tokens` MODIFY `id` bigint UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=58; -- -- AUTO_INCREMENT for table `products` -- ALTER TABLE `products` MODIFY `id` bigint UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=4; -- -- AUTO_INCREMENT for table `profiles` -- ALTER TABLE `profiles` MODIFY `id` bigint UNSIGNED NOT NULL AUTO_INCREMENT; -- -- AUTO_INCREMENT for table `report_files` -- ALTER TABLE `report_files` MODIFY `id` bigint UNSIGNED NOT NULL AUTO_INCREMENT; -- -- AUTO_INCREMENT for table `report_file_attachments` -- ALTER TABLE `report_file_attachments` MODIFY `id` bigint UNSIGNED NOT NULL AUTO_INCREMENT; -- -- AUTO_INCREMENT for table `report_file_invoices` -- ALTER TABLE `report_file_invoices` MODIFY `id` bigint UNSIGNED NOT NULL AUTO_INCREMENT; -- -- AUTO_INCREMENT for table `report_file_operations` -- ALTER TABLE `report_file_operations` MODIFY `id` bigint UNSIGNED NOT NULL AUTO_INCREMENT; -- -- AUTO_INCREMENT for table `report_file_operation_invoices` -- ALTER TABLE `report_file_operation_invoices` MODIFY `id` bigint UNSIGNED NOT NULL AUTO_INCREMENT; -- -- AUTO_INCREMENT for table `report_file_tasks` -- ALTER TABLE `report_file_tasks` MODIFY `id` bigint UNSIGNED NOT NULL AUTO_INCREMENT; -- -- AUTO_INCREMENT for table `report_types` -- ALTER TABLE `report_types` MODIFY `id` bigint UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=3; -- -- AUTO_INCREMENT for table `requirement_types` -- ALTER TABLE `requirement_types` MODIFY `id` bigint UNSIGNED NOT NULL AUTO_INCREMENT; -- -- AUTO_INCREMENT for table `roles` -- ALTER TABLE `roles` MODIFY `id` bigint UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=8; -- -- AUTO_INCREMENT for table `role_permissions` -- ALTER TABLE `role_permissions` MODIFY `id` bigint UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=84; -- -- AUTO_INCREMENT for table `ticket_types` -- ALTER TABLE `ticket_types` MODIFY `id` bigint UNSIGNED NOT NULL AUTO_INCREMENT; -- -- AUTO_INCREMENT for table `users` -- ALTER TABLE `users` MODIFY `id` bigint UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=10; -- -- Constraints for dumped tables -- -- -- Constraints for table `case_stages` -- ALTER TABLE `case_stages` ADD CONSTRAINT `case_stages_casetypeid_foreign` FOREIGN KEY (`caseTypeId`) REFERENCES `case_types` (`id`) ON DELETE CASCADE; -- -- Constraints for table `clients` -- ALTER TABLE `clients` ADD CONSTRAINT `clients_branchcityid_foreign` FOREIGN KEY (`branchCityId`) REFERENCES `cities` (`id`) ON DELETE SET NULL, ADD CONSTRAINT `clients_clienttypeid_foreign` FOREIGN KEY (`clientTypeId`) REFERENCES `client_types` (`id`) ON DELETE SET NULL, ADD CONSTRAINT `clients_creatorid_foreign` FOREIGN KEY (`creatorId`) REFERENCES `users` (`id`) ON DELETE SET NULL, ADD CONSTRAINT `clients_nationalityid_foreign` FOREIGN KEY (`nationalityId`) REFERENCES `nationalities` (`id`) ON DELETE SET NULL; -- -- Constraints for table `client_attachments` -- ALTER TABLE `client_attachments` ADD CONSTRAINT `client_attachments_clientid_foreign` FOREIGN KEY (`clientId`) REFERENCES `clients` (`id`) ON DELETE CASCADE, ADD CONSTRAINT `client_attachments_creatorid_foreign` FOREIGN KEY (`creatorId`) REFERENCES `users` (`id`) ON DELETE SET NULL, ADD CONSTRAINT `client_attachments_identitytypeid_foreign` FOREIGN KEY (`identityTypeId`) REFERENCES `identity_types` (`id`) ON DELETE SET NULL; -- -- Constraints for table `client_contracts` -- ALTER TABLE `client_contracts` ADD CONSTRAINT `client_contracts_clientid_foreign` FOREIGN KEY (`clientId`) REFERENCES `clients` (`id`) ON DELETE CASCADE, ADD CONSTRAINT `client_contracts_contracttypeid_foreign` FOREIGN KEY (`contractTypeId`) REFERENCES `contract_types` (`id`) ON DELETE SET NULL, ADD CONSTRAINT `client_contracts_creatorid_foreign` FOREIGN KEY (`creatorId`) REFERENCES `users` (`id`) ON DELETE SET NULL; -- -- Constraints for table `execution_files` -- ALTER TABLE `execution_files` ADD CONSTRAINT `execution_files_bankid_foreign` FOREIGN KEY (`bankId`) REFERENCES `banks` (`id`) ON DELETE SET NULL, ADD CONSTRAINT `execution_files_caseid_foreign` FOREIGN KEY (`caseId`) REFERENCES `file_cases` (`id`) ON DELETE SET NULL, ADD CONSTRAINT `execution_files_clientid_foreign` FOREIGN KEY (`clientId`) REFERENCES `clients` (`id`) ON DELETE CASCADE, ADD CONSTRAINT `execution_files_courtid_foreign` FOREIGN KEY (`courtId`) REFERENCES `courts` (`id`) ON DELETE SET NULL, ADD CONSTRAINT `execution_files_creatorid_foreign` FOREIGN KEY (`creatorId`) REFERENCES `users` (`id`) ON DELETE SET NULL, ADD CONSTRAINT `execution_files_defendantid_foreign` FOREIGN KEY (`defendantId`) REFERENCES `opponents` (`id`) ON DELETE SET NULL, ADD CONSTRAINT `execution_files_executiontypeid_foreign` FOREIGN KEY (`executionTypeId`) REFERENCES `execution_types` (`id`) ON DELETE SET NULL, ADD CONSTRAINT `execution_files_followerid_foreign` FOREIGN KEY (`followerId`) REFERENCES `users` (`id`) ON DELETE SET NULL, ADD CONSTRAINT `execution_files_productid_foreign` FOREIGN KEY (`productId`) REFERENCES `products` (`id`) ON DELETE SET NULL, ADD CONSTRAINT `execution_files_registrarid_foreign` FOREIGN KEY (`registrarId`) REFERENCES `users` (`id`) ON DELETE SET NULL, ADD CONSTRAINT `execution_files_secfollowerid_foreign` FOREIGN KEY (`secFollowerId`) REFERENCES `users` (`id`) ON DELETE SET NULL, ADD CONSTRAINT `execution_files_secregistrarid_foreign` FOREIGN KEY (`secRegistrarId`) REFERENCES `users` (`id`) ON DELETE SET NULL; -- -- Constraints for table `execution_file_attachments` -- ALTER TABLE `execution_file_attachments` ADD CONSTRAINT `execution_file_attachments_clientid_foreign` FOREIGN KEY (`clientId`) REFERENCES `clients` (`id`) ON DELETE CASCADE, ADD CONSTRAINT `execution_file_attachments_creatorid_foreign` FOREIGN KEY (`creatorId`) REFERENCES `users` (`id`) ON DELETE SET NULL, ADD CONSTRAINT `execution_file_attachments_documenttypeid_foreign` FOREIGN KEY (`documentTypeId`) REFERENCES `document_types` (`id`) ON DELETE SET NULL, ADD CONSTRAINT `execution_file_attachments_executionfileid_foreign` FOREIGN KEY (`executionFileId`) REFERENCES `execution_files` (`id`) ON DELETE CASCADE; -- -- Constraints for table `execution_file_invoices` -- ALTER TABLE `execution_file_invoices` ADD CONSTRAINT `execution_file_invoices_clientid_foreign` FOREIGN KEY (`clientId`) REFERENCES `clients` (`id`) ON DELETE CASCADE, ADD CONSTRAINT `execution_file_invoices_creatorid_foreign` FOREIGN KEY (`creatorId`) REFERENCES `users` (`id`) ON DELETE SET NULL, ADD CONSTRAINT `execution_file_invoices_executionfileid_foreign` FOREIGN KEY (`executionFileId`) REFERENCES `execution_files` (`id`) ON DELETE CASCADE; -- -- Constraints for table `execution_file_operations` -- ALTER TABLE `execution_file_operations` ADD CONSTRAINT `eoa_id_foreign` FOREIGN KEY (`executionOperationAuthorityId`) REFERENCES `execution_operation_authorities` (`id`) ON DELETE SET NULL, ADD CONSTRAINT `execution_file_operations_clientid_foreign` FOREIGN KEY (`clientId`) REFERENCES `clients` (`id`) ON DELETE CASCADE, ADD CONSTRAINT `execution_file_operations_creatorid_foreign` FOREIGN KEY (`creatorId`) REFERENCES `users` (`id`) ON DELETE SET NULL, ADD CONSTRAINT `execution_file_operations_executionfileid_foreign` FOREIGN KEY (`executionFileId`) REFERENCES `execution_files` (`id`) ON DELETE CASCADE, ADD CONSTRAINT `execution_file_operations_executionoperationtypeid_foreign` FOREIGN KEY (`executionOperationTypeId`) REFERENCES `execution_operation_types` (`id`) ON DELETE SET NULL; -- -- Constraints for table `execution_file_operation_invoices` -- ALTER TABLE `execution_file_operation_invoices` ADD CONSTRAINT `efo_id_foreign` FOREIGN KEY (`executionFileOperationId`) REFERENCES `execution_file_operations` (`id`) ON DELETE CASCADE, ADD CONSTRAINT `execution_file_operation_invoices_clientid_foreign` FOREIGN KEY (`clientId`) REFERENCES `clients` (`id`) ON DELETE CASCADE, ADD CONSTRAINT `execution_file_operation_invoices_creatorid_foreign` FOREIGN KEY (`creatorId`) REFERENCES `users` (`id`) ON DELETE SET NULL, ADD CONSTRAINT `execution_file_operation_invoices_executionfileid_foreign` FOREIGN KEY (`executionFileId`) REFERENCES `execution_files` (`id`) ON DELETE CASCADE; -- -- Constraints for table `execution_file_tasks` -- ALTER TABLE `execution_file_tasks` ADD CONSTRAINT `execution_file_tasks_clientid_foreign` FOREIGN KEY (`clientId`) REFERENCES `clients` (`id`) ON DELETE CASCADE, ADD CONSTRAINT `execution_file_tasks_creatorid_foreign` FOREIGN KEY (`creatorId`) REFERENCES `users` (`id`) ON DELETE SET NULL, ADD CONSTRAINT `execution_file_tasks_executionfileid_foreign` FOREIGN KEY (`executionFileId`) REFERENCES `execution_files` (`id`) ON DELETE CASCADE, ADD CONSTRAINT `execution_file_tasks_taskfollowerid_foreign` FOREIGN KEY (`taskFollowerId`) REFERENCES `users` (`id`) ON DELETE SET NULL, ADD CONSTRAINT `execution_file_tasks_taskhandlerid_foreign` FOREIGN KEY (`taskHandlerId`) REFERENCES `users` (`id`) ON DELETE SET NULL; -- -- Constraints for table `files` -- ALTER TABLE `files` ADD CONSTRAINT `files_clientid_foreign` FOREIGN KEY (`clientId`) REFERENCES `clients` (`id`) ON DELETE CASCADE, ADD CONSTRAINT `files_creatorid_foreign` FOREIGN KEY (`creatorId`) REFERENCES `users` (`id`) ON DELETE SET NULL; -- -- Constraints for table `file_associated_cases` -- ALTER TABLE `file_associated_cases` ADD CONSTRAINT `file_associated_cases_administrativeid_foreign` FOREIGN KEY (`administrativeId`) REFERENCES `users` (`id`) ON DELETE SET NULL, ADD CONSTRAINT `file_associated_cases_advisorid_foreign` FOREIGN KEY (`advisorId`) REFERENCES `users` (`id`) ON DELETE SET NULL, ADD CONSTRAINT `file_associated_cases_branchcityid_foreign` FOREIGN KEY (`branchCityId`) REFERENCES `cities` (`id`) ON DELETE SET NULL, ADD CONSTRAINT `file_associated_cases_caseid_foreign` FOREIGN KEY (`caseId`) REFERENCES `file_cases` (`id`) ON DELETE CASCADE, ADD CONSTRAINT `file_associated_cases_casestageid_foreign` FOREIGN KEY (`caseStageId`) REFERENCES `case_stages` (`id`) ON DELETE SET NULL, ADD CONSTRAINT `file_associated_cases_casetypeid_foreign` FOREIGN KEY (`caseTypeId`) REFERENCES `case_types` (`id`) ON DELETE SET NULL, ADD CONSTRAINT `file_associated_cases_clientid_foreign` FOREIGN KEY (`clientId`) REFERENCES `clients` (`id`) ON DELETE CASCADE, ADD CONSTRAINT `file_associated_cases_clienttitleid_foreign` FOREIGN KEY (`clientTitleId`) REFERENCES `client_titles` (`id`) ON DELETE SET NULL, ADD CONSTRAINT `file_associated_cases_courtid_foreign` FOREIGN KEY (`courtId`) REFERENCES `courts` (`id`) ON DELETE SET NULL, ADD CONSTRAINT `file_associated_cases_creatorid_foreign` FOREIGN KEY (`creatorId`) REFERENCES `users` (`id`) ON DELETE SET NULL, ADD CONSTRAINT `file_associated_cases_departmentid_foreign` FOREIGN KEY (`departmentId`) REFERENCES `departments` (`id`) ON DELETE SET NULL, ADD CONSTRAINT `file_associated_cases_fileid_foreign` FOREIGN KEY (`fileId`) REFERENCES `files` (`id`) ON DELETE CASCADE, ADD CONSTRAINT `file_associated_cases_pleadinglawyerid_foreign` FOREIGN KEY (`pleadingLawyerId`) REFERENCES `users` (`id`) ON DELETE SET NULL, ADD CONSTRAINT `file_associated_cases_secadministrativeid_foreign` FOREIGN KEY (`secAdministrativeId`) REFERENCES `users` (`id`) ON DELETE SET NULL, ADD CONSTRAINT `file_associated_cases_secadvisorid_foreign` FOREIGN KEY (`secAdvisorId`) REFERENCES `users` (`id`) ON DELETE SET NULL, ADD CONSTRAINT `file_associated_cases_secpleadinglawyerid_foreign` FOREIGN KEY (`secPleadingLawyerId`) REFERENCES `users` (`id`) ON DELETE SET NULL, ADD CONSTRAINT `file_associated_cases_thirdadministrativeid_foreign` FOREIGN KEY (`thirdAdministrativeId`) REFERENCES `users` (`id`) ON DELETE SET NULL, ADD CONSTRAINT `file_associated_cases_thirdadvisorid_foreign` FOREIGN KEY (`thirdAdvisorId`) REFERENCES `users` (`id`) ON DELETE SET NULL, ADD CONSTRAINT `file_associated_cases_thirdpleadinglawyerid_foreign` FOREIGN KEY (`thirdPleadingLawyerId`) REFERENCES `users` (`id`) ON DELETE SET NULL; -- -- Constraints for table `file_cases` -- ALTER TABLE `file_cases` ADD CONSTRAINT `file_cases_administrativeid_foreign` FOREIGN KEY (`administrativeId`) REFERENCES `users` (`id`) ON DELETE SET NULL, ADD CONSTRAINT `file_cases_advisorid_foreign` FOREIGN KEY (`advisorId`) REFERENCES `users` (`id`) ON DELETE SET NULL, ADD CONSTRAINT `file_cases_casestageid_foreign` FOREIGN KEY (`caseStageId`) REFERENCES `case_stages` (`id`) ON DELETE SET NULL, ADD CONSTRAINT `file_cases_casetypeid_foreign` FOREIGN KEY (`caseTypeId`) REFERENCES `case_types` (`id`) ON DELETE SET NULL, ADD CONSTRAINT `file_cases_clientid_foreign` FOREIGN KEY (`clientId`) REFERENCES `clients` (`id`) ON DELETE CASCADE, ADD CONSTRAINT `file_cases_clienttitleid_foreign` FOREIGN KEY (`clientTitleId`) REFERENCES `client_titles` (`id`) ON DELETE SET NULL, ADD CONSTRAINT `file_cases_courtid_foreign` FOREIGN KEY (`courtId`) REFERENCES `courts` (`id`) ON DELETE SET NULL, ADD CONSTRAINT `file_cases_creatorid_foreign` FOREIGN KEY (`creatorId`) REFERENCES `users` (`id`) ON DELETE SET NULL, ADD CONSTRAINT `file_cases_departmentid_foreign` FOREIGN KEY (`departmentId`) REFERENCES `departments` (`id`) ON DELETE SET NULL, ADD CONSTRAINT `file_cases_fileid_foreign` FOREIGN KEY (`fileId`) REFERENCES `files` (`id`) ON DELETE CASCADE, ADD CONSTRAINT `file_cases_pleadinglawyerid_foreign` FOREIGN KEY (`pleadingLawyerId`) REFERENCES `users` (`id`) ON DELETE SET NULL, ADD CONSTRAINT `file_cases_secadministrativeid_foreign` FOREIGN KEY (`secAdministrativeId`) REFERENCES `users` (`id`) ON DELETE SET NULL, ADD CONSTRAINT `file_cases_secadvisorid_foreign` FOREIGN KEY (`secAdvisorId`) REFERENCES `users` (`id`) ON DELETE SET NULL, ADD CONSTRAINT `file_cases_secpleadinglawyerid_foreign` FOREIGN KEY (`secPleadingLawyerId`) REFERENCES `users` (`id`) ON DELETE SET NULL, ADD CONSTRAINT `file_cases_thirdadministrativeid_foreign` FOREIGN KEY (`thirdAdministrativeId`) REFERENCES `users` (`id`) ON DELETE SET NULL, ADD CONSTRAINT `file_cases_thirdadvisorid_foreign` FOREIGN KEY (`thirdAdvisorId`) REFERENCES `users` (`id`) ON DELETE SET NULL, ADD CONSTRAINT `file_cases_thirdpleadinglawyerid_foreign` FOREIGN KEY (`thirdPleadingLawyerId`) REFERENCES `users` (`id`) ON DELETE SET NULL; -- -- Constraints for table `file_case_attachments` -- ALTER TABLE `file_case_attachments` ADD CONSTRAINT `file_case_attachments_associatedcaseid_foreign` FOREIGN KEY (`associatedCaseId`) REFERENCES `file_associated_cases` (`id`) ON DELETE CASCADE, ADD CONSTRAINT `file_case_attachments_caseexecutionid_foreign` FOREIGN KEY (`caseExecutionId`) REFERENCES `file_case_executions` (`id`) ON DELETE CASCADE, ADD CONSTRAINT `file_case_attachments_caseid_foreign` FOREIGN KEY (`caseId`) REFERENCES `file_cases` (`id`) ON DELETE CASCADE, ADD CONSTRAINT `file_case_attachments_clientid_foreign` FOREIGN KEY (`clientId`) REFERENCES `clients` (`id`) ON DELETE CASCADE, ADD CONSTRAINT `file_case_attachments_creatorid_foreign` FOREIGN KEY (`creatorId`) REFERENCES `users` (`id`) ON DELETE SET NULL, ADD CONSTRAINT `file_case_attachments_documenttypeid_foreign` FOREIGN KEY (`documentTypeId`) REFERENCES `document_types` (`id`) ON DELETE SET NULL, ADD CONSTRAINT `file_case_attachments_fileid_foreign` FOREIGN KEY (`fileId`) REFERENCES `files` (`id`) ON DELETE CASCADE; -- -- Constraints for table `file_case_claims` -- ALTER TABLE `file_case_claims` ADD CONSTRAINT `file_case_claims_caseid_foreign` FOREIGN KEY (`caseId`) REFERENCES `file_cases` (`id`) ON DELETE CASCADE, ADD CONSTRAINT `file_case_claims_creatorid_foreign` FOREIGN KEY (`creatorId`) REFERENCES `users` (`id`) ON DELETE SET NULL, ADD CONSTRAINT `file_case_claims_fileid_foreign` FOREIGN KEY (`fileId`) REFERENCES `files` (`id`) ON DELETE CASCADE; -- -- Constraints for table `file_case_configurations` -- ALTER TABLE `file_case_configurations` ADD CONSTRAINT `file_case_configurations_caseid_foreign` FOREIGN KEY (`caseId`) REFERENCES `file_cases` (`id`) ON DELETE CASCADE, ADD CONSTRAINT `file_case_configurations_creatorid_foreign` FOREIGN KEY (`creatorId`) REFERENCES `users` (`id`) ON DELETE SET NULL, ADD CONSTRAINT `file_case_configurations_fileid_foreign` FOREIGN KEY (`fileId`) REFERENCES `files` (`id`) ON DELETE CASCADE, ADD CONSTRAINT `file_case_configurations_handlerid_foreign` FOREIGN KEY (`handlerId`) REFERENCES `users` (`id`) ON DELETE SET NULL, ADD CONSTRAINT `file_case_configurations_requirementtypeid_foreign` FOREIGN KEY (`requirementTypeId`) REFERENCES `requirement_types` (`id`) ON DELETE SET NULL; -- -- Constraints for table `file_case_executions` -- ALTER TABLE `file_case_executions` ADD CONSTRAINT `file_case_executions_caseid_foreign` FOREIGN KEY (`caseId`) REFERENCES `file_cases` (`id`) ON DELETE CASCADE, ADD CONSTRAINT `file_case_executions_clientid_foreign` FOREIGN KEY (`clientId`) REFERENCES `clients` (`id`) ON DELETE CASCADE, ADD CONSTRAINT `file_case_executions_creatorid_foreign` FOREIGN KEY (`creatorId`) REFERENCES `users` (`id`) ON DELETE SET NULL, ADD CONSTRAINT `file_case_executions_executiontypeid_foreign` FOREIGN KEY (`executionTypeId`) REFERENCES `execution_types` (`id`) ON DELETE SET NULL, ADD CONSTRAINT `file_case_executions_fileid_foreign` FOREIGN KEY (`fileId`) REFERENCES `files` (`id`) ON DELETE CASCADE; -- -- Constraints for table `file_case_execution_operations` -- ALTER TABLE `file_case_execution_operations` ADD CONSTRAINT `coa_id_foreign` FOREIGN KEY (`executionOperationAuthorityId`) REFERENCES `execution_operation_authorities` (`id`) ON DELETE SET NULL, ADD CONSTRAINT `file_case_execution_operations_caseexecutionid_foreign` FOREIGN KEY (`caseExecutionId`) REFERENCES `file_case_executions` (`id`) ON DELETE CASCADE, ADD CONSTRAINT `file_case_execution_operations_clientid_foreign` FOREIGN KEY (`clientId`) REFERENCES `clients` (`id`) ON DELETE CASCADE, ADD CONSTRAINT `file_case_execution_operations_creatorid_foreign` FOREIGN KEY (`creatorId`) REFERENCES `users` (`id`) ON DELETE SET NULL, ADD CONSTRAINT `file_case_execution_operations_executionoperationtypeid_foreign` FOREIGN KEY (`executionOperationTypeId`) REFERENCES `execution_operation_types` (`id`) ON DELETE SET NULL; -- -- Constraints for table `file_case_execution_operation_invoices` -- ALTER TABLE `file_case_execution_operation_invoices` ADD CONSTRAINT `ceo_id_foreign` FOREIGN KEY (`caseExecutionOperationId`) REFERENCES `file_case_execution_operations` (`id`) ON DELETE CASCADE, ADD CONSTRAINT `file_case_execution_operation_invoices_caseexecutionid_foreign` FOREIGN KEY (`caseExecutionId`) REFERENCES `file_case_executions` (`id`) ON DELETE CASCADE, ADD CONSTRAINT `file_case_execution_operation_invoices_clientid_foreign` FOREIGN KEY (`clientId`) REFERENCES `clients` (`id`) ON DELETE CASCADE, ADD CONSTRAINT `file_case_execution_operation_invoices_creatorid_foreign` FOREIGN KEY (`creatorId`) REFERENCES `users` (`id`) ON DELETE SET NULL; -- -- Constraints for table `file_case_hearings` -- ALTER TABLE `file_case_hearings` ADD CONSTRAINT `file_case_hearings_administrativeid_foreign` FOREIGN KEY (`administrativeId`) REFERENCES `users` (`id`) ON DELETE SET NULL, ADD CONSTRAINT `file_case_hearings_advisorid_foreign` FOREIGN KEY (`advisorId`) REFERENCES `users` (`id`) ON DELETE SET NULL, ADD CONSTRAINT `file_case_hearings_associatedcaseid_foreign` FOREIGN KEY (`associatedCaseId`) REFERENCES `file_associated_cases` (`id`) ON DELETE CASCADE, ADD CONSTRAINT `file_case_hearings_caseid_foreign` FOREIGN KEY (`caseId`) REFERENCES `file_cases` (`id`) ON DELETE CASCADE, ADD CONSTRAINT `file_case_hearings_clientid_foreign` FOREIGN KEY (`clientId`) REFERENCES `clients` (`id`) ON DELETE CASCADE, ADD CONSTRAINT `file_case_hearings_courtid_foreign` FOREIGN KEY (`courtId`) REFERENCES `courts` (`id`) ON DELETE SET NULL, ADD CONSTRAINT `file_case_hearings_creatorid_foreign` FOREIGN KEY (`creatorId`) REFERENCES `users` (`id`) ON DELETE SET NULL, ADD CONSTRAINT `file_case_hearings_expertofficeid_foreign` FOREIGN KEY (`expertOfficeId`) REFERENCES `expert_offices` (`id`) ON DELETE SET NULL, ADD CONSTRAINT `file_case_hearings_fileid_foreign` FOREIGN KEY (`fileId`) REFERENCES `files` (`id`) ON DELETE CASCADE, ADD CONSTRAINT `file_case_hearings_hearingtypeid_foreign` FOREIGN KEY (`hearingTypeId`) REFERENCES `hearing_types` (`id`) ON DELETE SET NULL, ADD CONSTRAINT `file_case_hearings_pleadinglawyerid_foreign` FOREIGN KEY (`pleadingLawyerId`) REFERENCES `users` (`id`) ON DELETE SET NULL; -- -- Constraints for table `file_case_hearing_phases` -- ALTER TABLE `file_case_hearing_phases` ADD CONSTRAINT `file_case_hearing_phases_casehearingid_foreign` FOREIGN KEY (`caseHearingId`) REFERENCES `file_case_hearings` (`id`) ON DELETE CASCADE, ADD CONSTRAINT `file_case_hearing_phases_creatorid_foreign` FOREIGN KEY (`creatorId`) REFERENCES `users` (`id`) ON DELETE SET NULL, ADD CONSTRAINT `file_case_hearing_phases_hearingphaseid_foreign` FOREIGN KEY (`hearingPhaseId`) REFERENCES `hearing_phases` (`id`) ON DELETE SET NULL; -- -- Constraints for table `file_case_hearing_phase_requirements` -- ALTER TABLE `file_case_hearing_phase_requirements` ADD CONSTRAINT `file_case_hearing_phase_requirements_casehearingphaseid_foreign` FOREIGN KEY (`caseHearingPhaseId`) REFERENCES `file_case_hearing_phases` (`id`) ON DELETE CASCADE, ADD CONSTRAINT `file_case_hearing_phase_requirements_creatorid_foreign` FOREIGN KEY (`creatorId`) REFERENCES `users` (`id`) ON DELETE SET NULL; -- -- Constraints for table `file_case_memoirs` -- ALTER TABLE `file_case_memoirs` ADD CONSTRAINT `file_case_memoirs_advisorid_foreign` FOREIGN KEY (`advisorId`) REFERENCES `users` (`id`) ON DELETE SET NULL, ADD CONSTRAINT `file_case_memoirs_associatedcaseid_foreign` FOREIGN KEY (`associatedCaseId`) REFERENCES `file_associated_cases` (`id`) ON DELETE CASCADE, ADD CONSTRAINT `file_case_memoirs_caseid_foreign` FOREIGN KEY (`caseId`) REFERENCES `file_cases` (`id`) ON DELETE CASCADE, ADD CONSTRAINT `file_case_memoirs_clientid_foreign` FOREIGN KEY (`clientId`) REFERENCES `clients` (`id`) ON DELETE CASCADE, ADD CONSTRAINT `file_case_memoirs_creatorid_foreign` FOREIGN KEY (`creatorId`) REFERENCES `users` (`id`) ON DELETE SET NULL, ADD CONSTRAINT `file_case_memoirs_fileid_foreign` FOREIGN KEY (`fileId`) REFERENCES `files` (`id`) ON DELETE CASCADE, ADD CONSTRAINT `file_case_memoirs_memoirtypeid_foreign` FOREIGN KEY (`memoirTypeId`) REFERENCES `memoir_types` (`id`) ON DELETE SET NULL; -- -- Constraints for table `file_case_opponents` -- ALTER TABLE `file_case_opponents` ADD CONSTRAINT `file_case_opponents_caseid_foreign` FOREIGN KEY (`caseId`) REFERENCES `file_cases` (`id`) ON DELETE CASCADE, ADD CONSTRAINT `file_case_opponents_creatorid_foreign` FOREIGN KEY (`creatorId`) REFERENCES `users` (`id`) ON DELETE SET NULL, ADD CONSTRAINT `file_case_opponents_fileid_foreign` FOREIGN KEY (`fileId`) REFERENCES `files` (`id`) ON DELETE CASCADE, ADD CONSTRAINT `file_case_opponents_opponentid_foreign` FOREIGN KEY (`opponentId`) REFERENCES `opponents` (`id`) ON DELETE CASCADE, ADD CONSTRAINT `file_case_opponents_opponenttitleid_foreign` FOREIGN KEY (`opponentTitleId`) REFERENCES `client_titles` (`id`) ON DELETE SET NULL; -- -- Constraints for table `file_case_reports` -- ALTER TABLE `file_case_reports` ADD CONSTRAINT `file_case_reports_administrativeid_foreign` FOREIGN KEY (`administrativeId`) REFERENCES `users` (`id`) ON DELETE SET NULL, ADD CONSTRAINT `file_case_reports_advisorid_foreign` FOREIGN KEY (`advisorId`) REFERENCES `users` (`id`) ON DELETE SET NULL, ADD CONSTRAINT `file_case_reports_associatedcaseid_foreign` FOREIGN KEY (`associatedCaseId`) REFERENCES `file_associated_cases` (`id`) ON DELETE CASCADE, ADD CONSTRAINT `file_case_reports_authorityid_foreign` FOREIGN KEY (`authorityId`) REFERENCES `authorities` (`id`) ON DELETE SET NULL, ADD CONSTRAINT `file_case_reports_caseid_foreign` FOREIGN KEY (`caseId`) REFERENCES `file_cases` (`id`) ON DELETE CASCADE, ADD CONSTRAINT `file_case_reports_clientid_foreign` FOREIGN KEY (`clientId`) REFERENCES `clients` (`id`) ON DELETE CASCADE, ADD CONSTRAINT `file_case_reports_creatorid_foreign` FOREIGN KEY (`creatorId`) REFERENCES `users` (`id`) ON DELETE SET NULL, ADD CONSTRAINT `file_case_reports_departmentid_foreign` FOREIGN KEY (`departmentId`) REFERENCES `departments` (`id`) ON DELETE SET NULL, ADD CONSTRAINT `file_case_reports_fileid_foreign` FOREIGN KEY (`fileId`) REFERENCES `files` (`id`) ON DELETE CASCADE, ADD CONSTRAINT `file_case_reports_pleadinglawyerid_foreign` FOREIGN KEY (`pleadingLawyerId`) REFERENCES `users` (`id`) ON DELETE SET NULL, ADD CONSTRAINT `file_case_reports_reporttypeid_foreign` FOREIGN KEY (`reportTypeId`) REFERENCES `report_types` (`id`) ON DELETE SET NULL; -- -- Constraints for table `file_case_requirements` -- ALTER TABLE `file_case_requirements` ADD CONSTRAINT `file_case_requirements_associatedcaseid_foreign` FOREIGN KEY (`associatedCaseId`) REFERENCES `file_associated_cases` (`id`) ON DELETE CASCADE, ADD CONSTRAINT `file_case_requirements_caseid_foreign` FOREIGN KEY (`caseId`) REFERENCES `file_cases` (`id`) ON DELETE CASCADE, ADD CONSTRAINT `file_case_requirements_clientid_foreign` FOREIGN KEY (`clientId`) REFERENCES `clients` (`id`) ON DELETE CASCADE, ADD CONSTRAINT `file_case_requirements_creatorid_foreign` FOREIGN KEY (`creatorId`) REFERENCES `users` (`id`) ON DELETE SET NULL, ADD CONSTRAINT `file_case_requirements_executorid_foreign` FOREIGN KEY (`executorId`) REFERENCES `users` (`id`) ON DELETE SET NULL, ADD CONSTRAINT `file_case_requirements_fileid_foreign` FOREIGN KEY (`fileId`) REFERENCES `files` (`id`) ON DELETE CASCADE; -- -- Constraints for table `file_case_tasks` -- ALTER TABLE `file_case_tasks` ADD CONSTRAINT `file_case_tasks_associatedcaseid_foreign` FOREIGN KEY (`associatedCaseId`) REFERENCES `file_associated_cases` (`id`) ON DELETE CASCADE, ADD CONSTRAINT `file_case_tasks_caseexecutionid_foreign` FOREIGN KEY (`caseExecutionId`) REFERENCES `file_case_executions` (`id`) ON DELETE CASCADE, ADD CONSTRAINT `file_case_tasks_caseid_foreign` FOREIGN KEY (`caseId`) REFERENCES `file_cases` (`id`) ON DELETE CASCADE, ADD CONSTRAINT `file_case_tasks_clientid_foreign` FOREIGN KEY (`clientId`) REFERENCES `clients` (`id`) ON DELETE CASCADE, ADD CONSTRAINT `file_case_tasks_creatorid_foreign` FOREIGN KEY (`creatorId`) REFERENCES `users` (`id`) ON DELETE SET NULL, ADD CONSTRAINT `file_case_tasks_fileid_foreign` FOREIGN KEY (`fileId`) REFERENCES `files` (`id`) ON DELETE CASCADE, ADD CONSTRAINT `file_case_tasks_taskfollowerid_foreign` FOREIGN KEY (`taskFollowerId`) REFERENCES `users` (`id`) ON DELETE SET NULL, ADD CONSTRAINT `file_case_tasks_taskhandlerid_foreign` FOREIGN KEY (`taskHandlerId`) REFERENCES `users` (`id`) ON DELETE SET NULL; -- -- Constraints for table `file_case_tickets` -- ALTER TABLE `file_case_tickets` ADD CONSTRAINT `file_case_tickets_advisorid_foreign` FOREIGN KEY (`advisorId`) REFERENCES `users` (`id`) ON DELETE SET NULL, ADD CONSTRAINT `file_case_tickets_associatedcaseid_foreign` FOREIGN KEY (`associatedCaseId`) REFERENCES `file_associated_cases` (`id`) ON DELETE CASCADE, ADD CONSTRAINT `file_case_tickets_caseid_foreign` FOREIGN KEY (`caseId`) REFERENCES `file_cases` (`id`) ON DELETE CASCADE, ADD CONSTRAINT `file_case_tickets_clientid_foreign` FOREIGN KEY (`clientId`) REFERENCES `clients` (`id`) ON DELETE CASCADE, ADD CONSTRAINT `file_case_tickets_creatorid_foreign` FOREIGN KEY (`creatorId`) REFERENCES `users` (`id`) ON DELETE SET NULL, ADD CONSTRAINT `file_case_tickets_fileid_foreign` FOREIGN KEY (`fileId`) REFERENCES `files` (`id`) ON DELETE CASCADE, ADD CONSTRAINT `file_case_tickets_tickettypeid_foreign` FOREIGN KEY (`ticketTypeId`) REFERENCES `ticket_types` (`id`) ON DELETE SET NULL; -- -- Constraints for table `file_case_verdicts` -- ALTER TABLE `file_case_verdicts` ADD CONSTRAINT `file_case_verdicts_advisorid_foreign` FOREIGN KEY (`advisorId`) REFERENCES `users` (`id`) ON DELETE SET NULL, ADD CONSTRAINT `file_case_verdicts_associatedcaseid_foreign` FOREIGN KEY (`associatedCaseId`) REFERENCES `file_associated_cases` (`id`) ON DELETE CASCADE, ADD CONSTRAINT `file_case_verdicts_casehearingid_foreign` FOREIGN KEY (`caseHearingId`) REFERENCES `file_case_hearings` (`id`) ON DELETE CASCADE, ADD CONSTRAINT `file_case_verdicts_caseid_foreign` FOREIGN KEY (`caseId`) REFERENCES `file_cases` (`id`) ON DELETE CASCADE, ADD CONSTRAINT `file_case_verdicts_clientid_foreign` FOREIGN KEY (`clientId`) REFERENCES `clients` (`id`) ON DELETE CASCADE, ADD CONSTRAINT `file_case_verdicts_courtid_foreign` FOREIGN KEY (`courtId`) REFERENCES `courts` (`id`) ON DELETE SET NULL, ADD CONSTRAINT `file_case_verdicts_creatorid_foreign` FOREIGN KEY (`creatorId`) REFERENCES `users` (`id`) ON DELETE SET NULL, ADD CONSTRAINT `file_case_verdicts_fileid_foreign` FOREIGN KEY (`fileId`) REFERENCES `files` (`id`) ON DELETE CASCADE, ADD CONSTRAINT `file_case_verdicts_pleadinglawyerid_foreign` FOREIGN KEY (`pleadingLawyerId`) REFERENCES `users` (`id`) ON DELETE SET NULL, ADD CONSTRAINT `file_case_verdicts_verdicttypeid_foreign` FOREIGN KEY (`verdictTypeId`) REFERENCES `hearing_types` (`id`) ON DELETE SET NULL; -- -- Constraints for table `meetings` -- ALTER TABLE `meetings` ADD CONSTRAINT `meetings_clientid_foreign` FOREIGN KEY (`clientId`) REFERENCES `clients` (`id`) ON DELETE SET NULL, ADD CONSTRAINT `meetings_creatorid_foreign` FOREIGN KEY (`creatorId`) REFERENCES `users` (`id`) ON DELETE SET NULL, ADD CONSTRAINT `meetings_filecaseid_foreign` FOREIGN KEY (`fileCaseId`) REFERENCES `file_cases` (`id`) ON DELETE SET NULL, ADD CONSTRAINT `meetings_fileid_foreign` FOREIGN KEY (`fileId`) REFERENCES `files` (`id`) ON DELETE SET NULL; -- -- Constraints for table `meeting_action_plans` -- ALTER TABLE `meeting_action_plans` ADD CONSTRAINT `meeting_action_plans_handlerid_foreign` FOREIGN KEY (`handlerId`) REFERENCES `meeting_participants` (`id`) ON DELETE SET NULL, ADD CONSTRAINT `meeting_action_plans_meetingid_foreign` FOREIGN KEY (`meetingId`) REFERENCES `meetings` (`id`) ON DELETE CASCADE; -- -- Constraints for table `meeting_agendas` -- ALTER TABLE `meeting_agendas` ADD CONSTRAINT `meeting_agendas_meetingid_foreign` FOREIGN KEY (`meetingId`) REFERENCES `meetings` (`id`) ON DELETE CASCADE; -- -- Constraints for table `meeting_discussions` -- ALTER TABLE `meeting_discussions` ADD CONSTRAINT `meeting_discussions_meetingid_foreign` FOREIGN KEY (`meetingId`) REFERENCES `meetings` (`id`) ON DELETE CASCADE; -- -- Constraints for table `meeting_participants` -- ALTER TABLE `meeting_participants` ADD CONSTRAINT `meeting_participants_jobtitleid_foreign` FOREIGN KEY (`jobTitleId`) REFERENCES `job_titles` (`id`) ON DELETE SET NULL, ADD CONSTRAINT `meeting_participants_meetingid_foreign` FOREIGN KEY (`meetingId`) REFERENCES `meetings` (`id`) ON DELETE CASCADE; -- -- Constraints for table `opponents` -- ALTER TABLE `opponents` ADD CONSTRAINT `opponents_creatorid_foreign` FOREIGN KEY (`creatorId`) REFERENCES `users` (`id`) ON DELETE SET NULL, ADD CONSTRAINT `opponents_nationalityid_foreign` FOREIGN KEY (`nationalityId`) REFERENCES `nationalities` (`id`) ON DELETE SET NULL; -- -- Constraints for table `report_files` -- ALTER TABLE `report_files` ADD CONSTRAINT `report_files_bankid_foreign` FOREIGN KEY (`bankId`) REFERENCES `banks` (`id`) ON DELETE SET NULL, ADD CONSTRAINT `report_files_caseid_foreign` FOREIGN KEY (`caseId`) REFERENCES `file_cases` (`id`) ON DELETE SET NULL, ADD CONSTRAINT `report_files_clientid_foreign` FOREIGN KEY (`clientId`) REFERENCES `clients` (`id`) ON DELETE CASCADE, ADD CONSTRAINT `report_files_courtid_foreign` FOREIGN KEY (`courtId`) REFERENCES `courts` (`id`) ON DELETE SET NULL, ADD CONSTRAINT `report_files_creatorid_foreign` FOREIGN KEY (`creatorId`) REFERENCES `users` (`id`) ON DELETE SET NULL, ADD CONSTRAINT `report_files_defendantid_foreign` FOREIGN KEY (`defendantId`) REFERENCES `opponents` (`id`) ON DELETE SET NULL, ADD CONSTRAINT `report_files_followerid_foreign` FOREIGN KEY (`followerId`) REFERENCES `users` (`id`) ON DELETE SET NULL, ADD CONSTRAINT `report_files_productid_foreign` FOREIGN KEY (`productId`) REFERENCES `products` (`id`) ON DELETE SET NULL, ADD CONSTRAINT `report_files_registrarid_foreign` FOREIGN KEY (`registrarId`) REFERENCES `users` (`id`) ON DELETE SET NULL, ADD CONSTRAINT `report_files_reporttypeid_foreign` FOREIGN KEY (`reportTypeId`) REFERENCES `report_types` (`id`) ON DELETE SET NULL, ADD CONSTRAINT `report_files_secfollowerid_foreign` FOREIGN KEY (`secFollowerId`) REFERENCES `users` (`id`) ON DELETE SET NULL, ADD CONSTRAINT `report_files_secregistrarid_foreign` FOREIGN KEY (`secRegistrarId`) REFERENCES `users` (`id`) ON DELETE SET NULL; -- -- Constraints for table `report_file_attachments` -- ALTER TABLE `report_file_attachments` ADD CONSTRAINT `report_file_attachments_clientid_foreign` FOREIGN KEY (`clientId`) REFERENCES `clients` (`id`) ON DELETE CASCADE, ADD CONSTRAINT `report_file_attachments_creatorid_foreign` FOREIGN KEY (`creatorId`) REFERENCES `users` (`id`) ON DELETE SET NULL, ADD CONSTRAINT `report_file_attachments_documenttypeid_foreign` FOREIGN KEY (`documentTypeId`) REFERENCES `document_types` (`id`) ON DELETE SET NULL, ADD CONSTRAINT `report_file_attachments_reportfileid_foreign` FOREIGN KEY (`reportFileId`) REFERENCES `report_files` (`id`) ON DELETE CASCADE; -- -- Constraints for table `report_file_invoices` -- ALTER TABLE `report_file_invoices` ADD CONSTRAINT `report_file_invoices_clientid_foreign` FOREIGN KEY (`clientId`) REFERENCES `clients` (`id`) ON DELETE CASCADE, ADD CONSTRAINT `report_file_invoices_creatorid_foreign` FOREIGN KEY (`creatorId`) REFERENCES `users` (`id`) ON DELETE SET NULL, ADD CONSTRAINT `report_file_invoices_reportfileid_foreign` FOREIGN KEY (`reportFileId`) REFERENCES `report_files` (`id`) ON DELETE CASCADE; -- -- Constraints for table `report_file_operations` -- ALTER TABLE `report_file_operations` ADD CONSTRAINT `report_file_operations_clientid_foreign` FOREIGN KEY (`clientId`) REFERENCES `clients` (`id`) ON DELETE CASCADE, ADD CONSTRAINT `report_file_operations_creatorid_foreign` FOREIGN KEY (`creatorId`) REFERENCES `users` (`id`) ON DELETE SET NULL, ADD CONSTRAINT `report_file_operations_reportfileid_foreign` FOREIGN KEY (`reportFileId`) REFERENCES `report_files` (`id`) ON DELETE CASCADE, ADD CONSTRAINT `report_file_operations_reportoperationtypeid_foreign` FOREIGN KEY (`reportOperationTypeId`) REFERENCES `execution_operation_types` (`id`) ON DELETE SET NULL, ADD CONSTRAINT `roa_id_foreign` FOREIGN KEY (`reportOperationAuthorityId`) REFERENCES `execution_operation_authorities` (`id`) ON DELETE SET NULL; -- -- Constraints for table `report_file_operation_invoices` -- ALTER TABLE `report_file_operation_invoices` ADD CONSTRAINT `report_file_operation_invoices_clientid_foreign` FOREIGN KEY (`clientId`) REFERENCES `clients` (`id`) ON DELETE CASCADE, ADD CONSTRAINT `report_file_operation_invoices_creatorid_foreign` FOREIGN KEY (`creatorId`) REFERENCES `users` (`id`) ON DELETE SET NULL, ADD CONSTRAINT `report_file_operation_invoices_reportfileid_foreign` FOREIGN KEY (`reportFileId`) REFERENCES `report_files` (`id`) ON DELETE CASCADE, ADD CONSTRAINT `rfo_id_foreign` FOREIGN KEY (`reportFileOperationId`) REFERENCES `report_file_operations` (`id`) ON DELETE CASCADE; -- -- Constraints for table `report_file_tasks` -- ALTER TABLE `report_file_tasks` ADD CONSTRAINT `report_file_tasks_clientid_foreign` FOREIGN KEY (`clientId`) REFERENCES `clients` (`id`) ON DELETE CASCADE, ADD CONSTRAINT `report_file_tasks_creatorid_foreign` FOREIGN KEY (`creatorId`) REFERENCES `users` (`id`) ON DELETE SET NULL, ADD CONSTRAINT `report_file_tasks_reportfileid_foreign` FOREIGN KEY (`reportFileId`) REFERENCES `report_files` (`id`) ON DELETE CASCADE, ADD CONSTRAINT `report_file_tasks_taskfollowerid_foreign` FOREIGN KEY (`taskFollowerId`) REFERENCES `users` (`id`) ON DELETE SET NULL, ADD CONSTRAINT `report_file_tasks_taskhandlerid_foreign` FOREIGN KEY (`taskHandlerId`) REFERENCES `users` (`id`) ON DELETE SET NULL; -- -- Constraints for table `role_permissions` -- ALTER TABLE `role_permissions` ADD CONSTRAINT `role_permissions_permissionid_foreign` FOREIGN KEY (`permissionId`) REFERENCES `permissions` (`id`) ON DELETE CASCADE, ADD CONSTRAINT `role_permissions_roleid_foreign` FOREIGN KEY (`roleId`) REFERENCES `roles` (`id`) ON DELETE CASCADE; -- -- Constraints for table `users` -- ALTER TABLE `users` ADD CONSTRAINT `users_roleid_foreign` FOREIGN KEY (`roleId`) REFERENCES `roles` (`id`) ON DELETE SET NULL; 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 */;