-- phpMyAdmin SQL Dump
-- version 5.2.1
-- https://www.phpmyadmin.net/
--
-- Host: 127.0.0.1
-- Generation Time: May 22, 2026 at 10:26 AM
-- Server version: 10.4.32-MariaDB
-- PHP Version: 8.2.12

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

CREATE DATABASE IF NOT EXISTS `ticketing`
  DEFAULT CHARACTER SET utf8mb4
  COLLATE utf8mb4_unicode_ci;

USE `ticketing`;

SET FOREIGN_KEY_CHECKS = 0;

DROP TABLE IF EXISTS `attachments`;
DROP TABLE IF EXISTS `cache`;
DROP TABLE IF EXISTS `cache_locks`;
DROP TABLE IF EXISTS `client_api_keys`;
DROP TABLE IF EXISTS `comments`;
DROP TABLE IF EXISTS `failed_jobs`;
DROP TABLE IF EXISTS `jobs`;
DROP TABLE IF EXISTS `job_batches`;
DROP TABLE IF EXISTS `messages`;
DROP TABLE IF EXISTS `migrations`;
DROP TABLE IF EXISTS `password_reset_tokens`;
DROP TABLE IF EXISTS `personal_access_tokens`;
DROP TABLE IF EXISTS `sessions`;
DROP TABLE IF EXISTS `support_categories`;
DROP TABLE IF EXISTS `ticket_agent`;
DROP TABLE IF EXISTS `tickets`;
DROP TABLE IF EXISTS `users`;

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

--
-- Table structure for table `attachments`
--

CREATE TABLE `attachments` (
  `id` int(11) NOT NULL,
  `ticket_id` varchar(255) DEFAULT NULL,
  `comment_id` int(11) DEFAULT NULL,
  `filename` varchar(255) NOT NULL,
  `path` varchar(255) NOT NULL,
  `mime_type` varchar(255) DEFAULT NULL,
  `size` int(11) DEFAULT NULL,
  `created_at` datetime DEFAULT NULL,
  `updated_at` datetime DEFAULT NULL,
  `uploaded_by_id` int(11) DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Dumping data for table `attachments`
--

INSERT INTO `attachments` (`id`, `ticket_id`, `comment_id`, `filename`, `path`, `mime_type`, `size`, `created_at`, `updated_at`, `uploaded_by_id`) VALUES
(2, 'TKT-1778850537-2XNEBT', NULL, 'g3.png', 'storage/uploads/idSA3g8qU7Gj29RWMAv4MjHefNkQOGq3X0JZYkID.png', 'image/png', 3248, '2026-05-15 13:08:56', '2026-05-15 13:08:57', 1);

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

--
-- Table structure for table `cache`
--

CREATE TABLE `cache` (
  `key` varchar(255) NOT NULL,
  `value` longtext NOT NULL,
  `expiration` int(11) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Dumping data for table `cache`
--

INSERT INTO `cache` (`key`, `value`, `expiration`) VALUES
('laravel-cache-356a192b7913b04c54574d18c28d46e6395428ab', 'i:1;', 1778850596),
('laravel-cache-356a192b7913b04c54574d18c28d46e6395428ab:timer', 'i:1778850596;', 1778850596),
('laravel-cache-5c785c036466adea360111aa28563bfd556b5fba', 'i:2;', 1778850538),
('laravel-cache-5c785c036466adea360111aa28563bfd556b5fba:timer', 'i:1778850538;', 1778850538),
('laravel-cache-5d289ae17e1a85c9b9d147059013bf17c8c36c77', 'i:1;', 1778323041),
('laravel-cache-5d289ae17e1a85c9b9d147059013bf17c8c36c77:timer', 'i:1778323041;', 1778323041),
('laravel-cache-dae3cf80e17b71e39304ce7db12f9afaec0761f1', 'i:1;', 1778324411),
('laravel-cache-dae3cf80e17b71e39304ce7db12f9afaec0761f1:timer', 'i:1778324411;', 1778324411);

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

--
-- Table structure for table `cache_locks`
--

CREATE TABLE `cache_locks` (
  `key` varchar(255) NOT NULL,
  `owner` varchar(255) NOT NULL,
  `expiration` int(11) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

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

--
-- Table structure for table `client_api_keys`
--

CREATE TABLE `client_api_keys` (
  `id` int(11) NOT NULL,
  `client_name` varchar(255) NOT NULL,
  `api_key` varchar(255) NOT NULL,
  `api_secret` varchar(255) NOT NULL,
  `allowed_origins` longtext DEFAULT NULL,
  `is_active` int(11) NOT NULL DEFAULT 1,
  `feature_cyber_security` tinyint(1) NOT NULL DEFAULT 0,
  `feature_cloud_storage` tinyint(1) NOT NULL DEFAULT 0,
  `feature_full_email_setup` tinyint(1) NOT NULL DEFAULT 0,
  `feature_full_management_system` tinyint(1) NOT NULL DEFAULT 0,
  `email_accounts_used` int(10) UNSIGNED NOT NULL DEFAULT 5,
  `email_accounts_limit` int(10) UNSIGNED NOT NULL DEFAULT 20,
  `created_at` datetime DEFAULT NULL,
  `updated_at` datetime DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Dumping data for table `client_api_keys`
--

INSERT INTO `client_api_keys` (`id`, `client_name`, `api_key`, `api_secret`, `allowed_origins`, `is_active`, `feature_cyber_security`, `feature_cloud_storage`, `feature_full_email_setup`, `feature_full_management_system`, `email_accounts_used`, `email_accounts_limit`, `created_at`, `updated_at`) VALUES
(6, 'Victor', 'ck_moWCQcaUk9cy4nStRtpeCfItjg9s70Dev61zI7ASQfwLUXk4PC8vi9gezX0bi', 'cs_8qk36qAgHQmzNmTWKPOsnZN70jNwgQzZEHmFoarvOmtScJWt9PTQQZynVQoBD', NULL, 1, 0, 0, 0, 0, 5, 20, '2026-04-09 11:47:29', '2026-04-09 11:47:29'),
(7, 'Sommetvine', 'ck_yRuSYOrcZit5u6mt1z9L8JKNjShMyg3b2UWg8Z53KTCLk6vsx7QyH0S9hfa5H', 'cs_lrzxhL0t1JneEcmGjMTK39Lq52AP5DPeYXNz4C1ZFTyk2ot5k35Yeg1PED5IN', NULL, 1, 0, 0, 1, 0, 5, 10, '2026-04-09 14:17:09', '2026-04-10 18:05:31');

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

--
-- Table structure for table `comments`
--

CREATE TABLE `comments` (
  `id` int(11) NOT NULL,
  `ticket_id` varchar(255) NOT NULL,
  `author_id` int(11) NOT NULL,
  `content` longtext NOT NULL,
  `is_internal` int(11) NOT NULL DEFAULT 0,
  `is_first_response` int(11) NOT NULL DEFAULT 0,
  `created_at` datetime DEFAULT NULL,
  `updated_at` datetime DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Dumping data for table `comments`
--

INSERT INTO `comments` (`id`, `ticket_id`, `author_id`, `content`, `is_internal`, `is_first_response`, `created_at`, `updated_at`) VALUES
(35, 'TKT-1776082489-RO01LI', 4, 'Status changed from open to in-progress', 0, 0, '2026-04-13 12:18:16', '2026-04-13 12:18:16'),
(36, 'TKT-1777367015-GLUFES', 4, 'Status changed from open to in-progress', 0, 0, '2026-04-28 10:12:59', '2026-04-28 10:12:59'),
(37, 'TKT-1777367015-GLUFES', 4, 'Status changed from in-progress to waiting-customer', 0, 0, '2026-04-29 10:30:47', '2026-04-29 10:30:47'),
(38, 'TKT-1777367015-GLUFES', 4, 'Thank you for your patience.\n\nWe’ve now implemented an update to address the issue you reported. Please go ahead and test it on your end and let us know if everything is working as expected.\n\nIf you’re still experiencing any problems or notice anything unusual, feel free to reach out and we’ll assist you further.\n\nWe appreciate your cooperation.', 0, 0, '2026-04-29 10:30:55', '2026-04-29 10:30:55'),
(39, 'TKT-1777366839-DRTQAN', 4, 'Thank you for bringing this to our attention.\n\nWe’ve reviewed the orders (IDs: 3192, 3121, 3181, 4381, 4643, 3283) and can confirm that this behavior is intentional. Bump orders in the CRM are not designed to be updated to “Delivered” through standard user access.\n\nOnly users with the **Delivery Manager role** have the permission to update these orders to “Delivered,” as part of the system’s workflow and control structure.\n\nPlease let us know if you’d like further clarification or assistance with this process.', 0, 1, '2026-04-29 10:46:22', '2026-04-29 10:46:22'),
(40, 'TKT-1777366839-DRTQAN', 4, 'Status changed from open to waiting-internal', 0, 0, '2026-04-29 10:46:42', '2026-04-29 10:46:42'),
(41, 'TKT-1777366839-DRTQAN', 4, 'Status changed from waiting-internal to waiting-customer', 0, 0, '2026-04-29 10:48:36', '2026-04-29 10:48:36'),
(42, 'TKT-1777366533-XYUC83', 4, 'Thank you for bringing this to our attention.\n\nWe’ve reviewed the issue, and the necessary permissions have now been granted. The Logistics Manager should now be able to access the module and create waybills without any restrictions.\n\nPlease go ahead and try again, and let us know if the issue persists or if you encounter any further difficulties.', 0, 1, '2026-04-29 10:49:30', '2026-04-29 10:49:30'),
(43, 'TKT-1777366533-XYUC83', 4, 'Status changed from open to waiting-customer', 0, 0, '2026-04-29 10:49:36', '2026-04-29 10:49:36'),
(44, 'TKT-1777367015-GLUFES', 12, 'Thank you for the quick response to treat the speed issue, though we have observed an increase in speed but preferably we request that you still work on it to get it more faster. Thank you as we await a more speedy result.', 0, 0, '2026-04-29 10:55:24', '2026-04-29 10:55:24'),
(45, 'TKT-1777366269-KILF2H', 4, 'Thank you for bringing this to our attention.\n\nThe issue with the Sales Dashboard has now been resolved. Please go ahead and check on your endt the data should now be displaying correctly.\n\nIf you notice anything unusual or still encounter any issues, feel free to let us know and we’ll assist you further.', 0, 1, '2026-04-29 10:57:02', '2026-04-29 10:57:02'),
(46, 'TKT-1777366269-KILF2H', 4, 'Status changed from open to waiting-customer', 0, 0, '2026-04-29 10:57:10', '2026-04-29 10:57:10'),
(47, 'TKT-1777366269-KILF2H', 12, 'Thank you for your swift response, the issue with the sales Dashboard has now been fully resolved and working perfectly.', 0, 0, '2026-04-29 13:31:57', '2026-04-29 13:31:57'),
(48, 'TKT-1777366839-DRTQAN', 12, 'The issue with tagging Bump orders still persist with users using the Delivery manager role access on the CRM, please look into it', 0, 0, '2026-04-29 13:38:54', '2026-04-29 13:38:54'),
(49, 'TKT-1777366533-XYUC83', 12, 'Thank you, the waybill initiating issue has been resolved', 0, 0, '2026-04-29 13:45:02', '2026-04-29 13:45:02'),
(50, 'TKT-1777366533-XYUC83', 4, 'Status changed from waiting-customer to resolved', 0, 0, '2026-04-29 15:19:41', '2026-04-29 15:19:41'),
(51, 'TKT-1777366839-DRTQAN', 12, 'I just detected the issue, when an order comes as a bump e.g main: vision revive tea 1\nBump: Vision revive tea 4 \n\nIf the customer ends up taking 1 pack, it cannot be tagged because none of the  value can be 0.\n\nError message is usually value must be greater than or equal to 1', 0, 0, '2026-04-30 11:43:00', '2026-04-30 11:43:00'),
(52, 'TKT-1777365689-FRW9BH', 4, 'Hi, this has been implemented.\n\nWe now have an activity/status column that shows updates like “UPDATED BY [Delivery Manager]” whenever an order status is changed (e.g., to delivered).\n\nA filter has also been added, allowing you to view orders updated by specific delivery managers.\n\nAdditionally, on both the Operations Manager Dashboard and MD’s Dashboard, there is now a section that displays the total number of deliveries updated by each delivery manager, with an option to filter by date range.', 0, 1, '2026-04-30 16:03:45', '2026-04-30 16:03:45'),
(53, 'TKT-1777365689-FRW9BH', 4, 'Status changed from in-progress to waiting-customer', 0, 0, '2026-04-30 16:03:57', '2026-04-30 16:03:57'),
(54, 'TKT-1777365689-FRW9BH', 4, 'Status changed from waiting-customer to resolved', 0, 0, '2026-04-30 16:04:06', '2026-04-30 16:04:06'),
(55, 'TKT-1777472812-W3KFH6', 4, 'Hi, this has been resolved.\n\nWaybills initiated by the Logistics Manager are now visible on the Operations Manager profile as expected. Please confirm from your end.', 0, 1, '2026-05-01 08:39:39', '2026-05-01 08:39:39'),
(56, 'TKT-1777472812-W3KFH6', 4, 'Status changed from in-progress to waiting-customer', 0, 0, '2026-05-01 08:39:46', '2026-05-01 08:39:46'),
(57, 'TKT-1777366839-DRTQAN', 4, 'Hi, I’ve identified and resolved the issue.\n\nThe problem was caused by the validation rule requiring all values to be at least 1, which affected bump orders when quantities were reduced. This has now been adjusted, so orders can be properly tagged even when one of the values becomes 0.\n\nPlease test from your end and confirm.', 0, 0, '2026-05-01 09:00:59', '2026-05-01 09:00:59'),
(58, 'TKT-1777366839-DRTQAN', 4, 'Status changed from waiting-internal to waiting-customer', 0, 0, '2026-05-01 09:01:09', '2026-05-01 09:01:09'),
(59, 'TKT-1777472812-W3KFH6', 12, 'Hello, it is still showing no waybill records on my end.', 0, 0, '2026-05-01 12:40:35', '2026-05-01 12:40:35'),
(60, 'TKT-1777366839-DRTQAN', 12, 'Thank you, it has been resolved', 0, 0, '2026-05-01 12:41:40', '2026-05-01 12:41:40'),
(61, 'TKT-1777366839-DRTQAN', 4, 'Status changed from waiting-customer to resolved', 0, 0, '2026-05-01 12:49:36', '2026-05-01 12:49:36'),
(62, 'TKT-1777472812-W3KFH6', 4, 'Hello, thanks for the feedback.\n\nWe’ve rechecked the issue and made adjustments. Waybill records should now be visible on your end. Kindly refresh and confirm.', 0, 0, '2026-05-01 12:57:24', '2026-05-01 12:57:24'),
(63, 'TKT-1777472812-W3KFH6', 12, 'The issue persist. Still not seeing waybill records', 0, 0, '2026-05-01 15:46:05', '2026-05-01 15:46:05'),
(64, 'TKT-1777472812-W3KFH6', 12, 'Hi, this is a follow up to remind you to work on it, waybill records are still not visible to me', 0, 0, '2026-05-03 08:28:50', '2026-05-03 08:28:50'),
(65, 'TKT-1777472812-W3KFH6', 12, 'Also take note that on my general dashboard I can see the waybill count: that is total waybills the logistics manager has initiated.\r\n\r\nWhat I most interested in is to be able to see the waybills he has done, Individually on the waybill management section', 0, 0, '2026-05-03 08:43:37', '2026-05-03 08:43:37'),
(66, 'TKT-1777472812-W3KFH6', 4, 'Noted, thank you for the clarification.\r\n\r\nThe issue has now been resolved. You should be able to view the waybills initiated by the Logistics Manager individually within the waybill management section.\r\n\r\nKindly check and confirm from your end.', 0, 0, '2026-05-04 08:42:57', '2026-05-04 08:42:57'),
(67, 'TKT-1777472812-W3KFH6', 12, 'Seen. I can see the populated list of waybills INITIATED.\r\nBut\r\n 1. I noticed the list is continuously populated without splitting into pages, please work on this, this can help to give the logistics manager how many total he has initiated on this section also.\r\n\r\n2. No option to input total quantity of DAMAGE product when updating to received/delivered \r\n\r\n3. No provision to input total quantity of excess received.\r\n\r\n4. No provision to input total quantity of shortages.\r\n\r\n5. No provision to input missing waybill/product.\r\n\r\n6. I noticed the filter is not effective on pending orders, because when I did for pending orders it brought out no record even though we actually have.\r\n\r\nAlso on my OPERATIONS MANAGER DASHBOARD and MD\'S DASHBOARD there should be a section displaying total quantity of shortages, excess, damaged, missing waybill or product.\r\nTotal pending/in transit waybills.\r\n\r\nThis will help me checkmate whatever the logistics manager is doing.\r\n\r\n\r\nAlso let me know if I should log this in a different ticket if it is to be treated as a different issue entirely. Thank you', 0, 0, '2026-05-04 11:54:12', '2026-05-04 11:54:12'),
(68, 'TKT-1777472812-W3KFH6', 4, 'Status changed from waiting-customer to resolved', 0, 0, '2026-05-04 12:02:53', '2026-05-04 12:02:53'),
(69, 'TKT-1777472812-W3KFH6', 4, 'Noted, thank you for the detailed feedback.\r\n\r\nThe previous issue has been resolved. Kindly create a new ticket for these new items so they can be properly tracked and addressed.\r\n\r\nWe’ll take it up once the new ticket is created.', 0, 0, '2026-05-04 12:03:15', '2026-05-04 12:03:15'),
(70, 'TKT-1777365689-FRW9BH', 4, 'Status changed from resolved to closed', 0, 0, '2026-05-04 12:03:53', '2026-05-04 12:03:53'),
(71, 'TKT-1777366269-KILF2H', 4, 'Status changed from resolved to closed', 0, 0, '2026-05-04 12:04:29', '2026-05-04 12:04:29'),
(72, 'TKT-1777366533-XYUC83', 4, 'Status changed from resolved to closed', 0, 0, '2026-05-04 12:05:07', '2026-05-04 12:05:07'),
(73, 'TKT-1777366839-DRTQAN', 4, 'Status changed from resolved to closed', 0, 0, '2026-05-04 12:05:28', '2026-05-04 12:05:28'),
(74, 'TKT-1777367015-GLUFES', 4, 'Status changed from resolved to closed', 0, 0, '2026-05-04 12:05:56', '2026-05-04 12:05:56'),
(75, 'TKT-1777904191-DX28SZ', 4, 'Status changed from open to in-progress', 0, 0, '2026-05-04 15:37:46', '2026-05-04 15:37:46'),
(76, 'TKT-1777903055-A01MRP', 4, 'Status changed from open to in-progress', 0, 0, '2026-05-04 15:38:16', '2026-05-04 15:38:16'),
(77, 'TKT-1777903055-A01MRP', 4, 'Hello, this has been implemented.\r\n\r\nThe initiated waybill list has now been updated with pagination, and the total initiated waybills can now be properly tracked in that section.\r\n\r\nWe have also added provisions to capture damaged products, excess received, shortages, and missing waybill/product when updating waybills to received or delivered.\r\n\r\nThe pending orders filter has also been corrected and should now return the appropriate records.\r\n\r\nAdditionally, the Operations Manager Dashboard and MD’s Dashboard now include sections displaying totals for shortages, excess, damaged products, missing waybill/product, pending waybills, and in-transit waybills.\r\n\r\nKindly check from your end and confirm.', 0, 0, '2026-05-05 15:05:12', '2026-05-05 15:05:12'),
(78, 'TKT-1777903055-A01MRP', 4, 'Status changed from in-progress to waiting-customer', 0, 0, '2026-05-05 15:43:15', '2026-05-05 15:43:15'),
(79, 'TKT-1777903055-A01MRP', 12, 'I can now see shortages, excess and damage on my dashboard but there\'s still no provision for logistics manager to input that on his end... There are also new items added that\'s not supposed to be in the waybill management like sales order and delivery list.\r\nAlso logistics manager complained that after updating status to received or delivered the waybill status is not actually changing, new initiated waybill isn\'t reflecting.\r\n\r\nI uploaded a screen recording to show some of the things  I have mentioned.', 0, 0, '2026-05-06 08:56:17', '2026-05-06 08:56:17'),
(80, 'TKT-1777903055-A01MRP', 12, 'I can now see shortages, excess and damage on my dashboard but there\'s still no provision for logistics manager to input that on his end... There are also new items added that\'s not supposed to be in the waybill management like sales order and delivery list.\r\nAlso logistics manager complained that after updating status to received or delivered the waybill status is not actually changing, new initiated waybill isn\'t reflecting.\r\n\r\nI uploaded a screen recording to show some of the things  I have mentioned.', 0, 0, '2026-05-06 08:56:19', '2026-05-06 08:56:19'),
(81, 'TKT-1777903055-A01MRP', 12, 'I can now see shortages, excess and damage on my dashboard but there\'s still no provision for logistics manager to input that on his end... There are also new items added that\'s not supposed to be in the waybill management like sales order and delivery list.\r\nAlso logistics manager complained that after updating status to received or delivered the waybill status is not actually changing, new initiated waybill isn\'t reflecting.', 0, 0, '2026-05-06 08:56:20', '2026-05-06 08:56:20'),
(82, 'TKT-1777903055-A01MRP', 12, 'The file seems not to be going through', 0, 0, '2026-05-06 09:00:12', '2026-05-06 09:00:12'),
(83, 'TKT-1777903055-A01MRP', 12, 'Also the populated list \"Available delivery list\" should be removed', 0, 0, '2026-05-06 09:01:51', '2026-05-06 09:01:51'),
(84, 'TKT-1777903055-A01MRP', 4, 'Noted, thank you for the feedback.\r\n\r\nWe have seen the issues raised and will work on fixing them.', 0, 0, '2026-05-06 14:14:40', '2026-05-06 14:14:40'),
(85, 'TKT-1777903055-A01MRP', 4, 'Noted, thank you for the feedback.\r\n\r\nWe have seen the issues raised and will work on fixing them.', 0, 0, '2026-05-06 14:16:21', '2026-05-06 14:16:21'),
(86, 'TKT-1777904191-DX28SZ', 4, 'Hello, this has been resolved.\r\n\r\nA cross-sell section has now been added when Delivery Managers are updating an order to delivered.\r\n\r\nDelivery Managers can now add cross-sell products by entering the product, quantity, and price/amount during the delivery update process.\r\n\r\nThe cross-sell details will also be saved with the order record for proper tracking.\r\n\r\nKindly check from your end and confirm.', 0, 0, '2026-05-06 14:33:29', '2026-05-06 14:33:29'),
(87, 'TKT-1777904191-DX28SZ', 4, 'Status changed from in-progress to waiting-customer', 0, 0, '2026-05-06 14:33:48', '2026-05-06 14:33:48'),
(88, 'TKT-1777903055-A01MRP', 4, 'Hello, the “Available Delivery List” populated list has been removed and that issue has been resolved.\r\n\r\nFor the other issue regarding shortages, excess, damage input on the Logistics Manager’s end, waybill status not changing after update, and newly initiated waybills not reflecting, kindly create a new ticket for it so it can be properly tracked and handled separately.\r\n\r\nAlso, I’m currently unable to view the screen recording on my end, so please be patient while we review and address it once the new ticket is created.\r\n\r\nThank you.', 0, 0, '2026-05-06 14:45:18', '2026-05-06 14:45:18'),
(89, 'TKT-1777903055-A01MRP', 12, 'Okay noted', 0, 0, '2026-05-06 15:21:32', '2026-05-06 15:21:32'),
(90, 'TKT-1777472812-W3KFH6', 4, 'Status changed from resolved to closed', 0, 0, '2026-05-06 15:42:50', '2026-05-06 15:42:50'),
(91, 'TKT-1777903055-A01MRP', 4, 'Status changed from waiting-customer to resolved', 0, 0, '2026-05-06 15:43:27', '2026-05-06 15:43:27'),
(92, 'TKT-1777904191-DX28SZ', 12, 'Confirmed, but you used \'Add Upsell product\' instead of \'Add cross-sell product\' please rectify.', 0, 0, '2026-05-06 15:44:18', '2026-05-06 15:44:18'),
(93, 'TKT-1778081667-P9YKNZ', 4, 'Status changed from open to in-progress', 0, 0, '2026-05-06 15:45:50', '2026-05-06 15:45:50'),
(94, 'TKT-1778081667-P9YKNZ', 4, 'Hello, this has been resolved.\r\n\r\nThe Logistics Manager can now input shortage, excess, damage, and missing items from their end.\r\n\r\nThe items that were not supposed to appear in the waybill management section, such as sales order and delivery list, have also been removed.\r\n\r\nThe issue with waybill status not changing after updating to received or delivered has been fixed, and newly initiated waybills should now reflect properly.\r\n\r\nKindly check and confirm from your end.', 0, 0, '2026-05-07 08:32:06', '2026-05-07 08:32:06'),
(95, 'TKT-1778081667-P9YKNZ', 4, 'Status changed from in-progress to waiting-customer', 0, 0, '2026-05-07 08:33:41', '2026-05-07 08:33:41'),
(96, 'TKT-1777903055-A01MRP', 4, 'Status changed from resolved to closed', 0, 0, '2026-05-07 08:34:22', '2026-05-07 08:34:22'),
(97, 'TKT-1778082851-LHI1WG', 4, 'Status changed from open to in-progress', 0, 0, '2026-05-07 08:56:09', '2026-05-07 08:56:09'),
(98, 'TKT-1778081667-P9YKNZ', 12, 'i have confirmed that initiating waybill and updating waybill status is now working.\r\n\r\nhowever we can still see the delivery list and sales order option droplist among the other waybill management droplists options. please rectify.\r\n\r\ni also noticed the logistics manager can now input excesses, shortages, damaged and missing product but the issue is there is no clear provision to input the actual product that was received in excess, that incurred shortage, that was damaged or missing. it tends to calculate generally which i feel might have a negative impact on our stock records.', 0, 0, '2026-05-07 09:00:59', '2026-05-07 09:00:59'),
(99, 'TKT-1777904191-DX28SZ', 12, 'reminder to change it to ADD CROSS-SELL PRODUCT', 0, 0, '2026-05-07 09:34:39', '2026-05-07 09:34:39'),
(100, 'TKT-1777904191-DX28SZ', 4, 'Noted', 0, 0, '2026-05-07 09:38:02', '2026-05-07 09:38:02'),
(101, 'TKT-1777904191-DX28SZ', 4, 'Hello, this has been implemented.\r\n\r\nThe cross-sell section has been added, and the label has been updated to **ADD CROSS-SELL PRODUCT** as requested.\r\n\r\nKindly check from your end and confirm.', 0, 0, '2026-05-07 13:02:44', '2026-05-07 13:02:44'),
(102, 'TKT-1778081667-P9YKNZ', 4, 'Hello, this has been done.\r\n\r\nThe delivery list and sales order options have been removed from the waybill management dropdown list.\r\n\r\nIf they are still showing on your end, kindly do a hard reload/clear cache and check again, as it may still be displaying the old cached version.\r\n\r\nAlso, the input for excesses, shortages, damaged, and missing products has been updated to allow the actual affected product to be specified, instead of calculating everything generally.\r\n\r\nKindly confirm after refreshing.', 0, 0, '2026-05-07 13:05:42', '2026-05-07 13:05:42'),
(103, 'TKT-1778082851-LHI1WG', 4, 'Hello, this has been resolved.\r\n\r\nThe main product quantity validation has been updated to accept `0` as a valid value.\r\n\r\nThis means that if a customer rejects the main order and chooses to take only the cross-sell product, the delivery update can now be completed successfully without affecting the process.\r\n\r\nKindly check and confirm from your end.', 0, 0, '2026-05-07 13:07:24', '2026-05-07 13:07:24'),
(104, 'TKT-1778082851-LHI1WG', 4, 'Status changed from in-progress to waiting-customer', 0, 0, '2026-05-07 13:07:45', '2026-05-07 13:07:45'),
(105, 'TKT-1778082851-LHI1WG', 12, 'Thank you. it has been resolved', 0, 0, '2026-05-07 13:22:08', '2026-05-07 13:22:08'),
(106, 'TKT-1777904191-DX28SZ', 12, 'Thank you. it has been resolved', 0, 0, '2026-05-07 13:26:08', '2026-05-07 13:26:08'),
(107, 'TKT-1778081667-P9YKNZ', 12, 'Uploaded attachment(s).', 0, 0, '2026-05-07 13:36:27', '2026-05-07 13:36:27'),
(108, 'TKT-1778081667-P9YKNZ', 12, 'Uploaded attachment(s).', 0, 0, '2026-05-07 13:36:28', '2026-05-07 13:36:28'),
(109, 'TKT-1778081667-P9YKNZ', 12, 'Uploaded attachment(s).', 0, 0, '2026-05-07 13:36:55', '2026-05-07 13:36:55'),
(110, 'TKT-1778081667-P9YKNZ', 12, 'Uploaded attachment(s).', 0, 0, '2026-05-07 13:36:57', '2026-05-07 13:36:57'),
(111, 'TKT-1777904191-DX28SZ', 4, 'Status changed from waiting-customer to resolved', 0, 0, '2026-05-07 13:43:27', '2026-05-07 13:43:27'),
(112, 'TKT-1778082851-LHI1WG', 4, 'Status changed from waiting-customer to resolved', 0, 0, '2026-05-07 13:44:10', '2026-05-07 13:44:10'),
(113, 'TKT-1778081667-P9YKNZ', 12, 'aftter following all  instructions the delivery list and sales order is still visible.. please let me know if you can see the file i uploaded..\r\nthe inputs has been confirmed and it is now for individual product', 0, 0, '2026-05-07 13:50:41', '2026-05-07 13:50:41'),
(114, 'TKT-1778081667-P9YKNZ', 12, 'Uploaded attachment(s).', 0, 0, '2026-05-07 13:51:37', '2026-05-07 13:51:37'),
(115, 'TKT-1778081667-P9YKNZ', 1, 'Status changed from waiting-customer to waiting-internal', 0, 0, '2026-05-07 14:22:20', '2026-05-07 14:22:20'),
(116, 'TKT-1778058011-LUE4MP', 4, 'Status changed from open to in-progress', 0, 0, '2026-05-07 14:28:15', '2026-05-07 14:28:15'),
(117, 'TKT-1778058011-LUE4MP', 4, 'Hello, the issue has been seen and is currently being worked on.\r\n\r\nWe understand that orders initiated by WhatsApp Closers/Sales Closers should not be randomly assigned to other sales closers. Each initiated order should be automatically assigned to the sales closer or WhatsApp rep who initiated it.\r\n\r\nWe’ll work on correcting the assignment flow so that initiated orders are properly linked to the rep who created them.\r\n\r\nThis should be resolved within **2 working days**.', 0, 0, '2026-05-07 14:28:27', '2026-05-07 14:28:27'),
(118, 'TKT-1778081667-P9YKNZ', 4, 'Hello, this has been implemented.\r\n\r\nThe delivery list and sales order options have now been removed from the waybill management dropdown.\r\n\r\nCheck again to confirm that the updated changes are reflecting on your end.', 0, 0, '2026-05-08 08:15:01', '2026-05-08 08:15:01'),
(119, 'TKT-1778058011-LUE4MP', 4, 'Hello, this has been resolved.\r\n\r\nOrders initiated by WhatsApp Closers/Sales Closers are now automatically assigned to the same sales closer or rep who created the order.\r\n\r\nThe system should no longer assign initiated orders to random sales closers.\r\n\r\nPlease check again and confirm from your end.', 0, 0, '2026-05-08 09:46:10', '2026-05-08 09:46:10'),
(120, 'TKT-1778081667-P9YKNZ', 12, 'Thank you. It has been resolved', 0, 0, '2026-05-08 10:55:13', '2026-05-08 10:55:13'),
(121, 'TKT-1778081667-P9YKNZ', 12, 'BUT I noticed Shortage is displaying 1505, i tasked the logistics manager to manually check where he might have made that error, and he reported back that he could not find where he made such error. Please Zero it out that is from 1505 to 0. Also help run a check to find out where the issue is coming from so it can be fixed to avoid it from reoccurring also let me know if the issue was from the logistics manager end or it was a programing issue.  also let me know if this should be created on a new ticket', 0, 0, '2026-05-08 12:00:22', '2026-05-08 12:00:22'),
(122, 'TKT-1778081667-P9YKNZ', 4, 'Yes, please create this as a new ticket.', 0, 0, '2026-05-08 12:07:04', '2026-05-08 12:07:04'),
(123, 'TKT-1778081667-P9YKNZ', 12, 'OK', 0, 0, '2026-05-08 12:30:30', '2026-05-08 12:30:30'),
(124, 'TKT-1778081667-P9YKNZ', 12, 'I am having issues submitting new tickets.. it\'s not going through', 0, 0, '2026-05-08 13:02:39', '2026-05-08 13:02:39'),
(125, 'TKT-1778081667-P9YKNZ', 4, 'Noted', 0, 0, '2026-05-08 13:11:18', '2026-05-08 13:11:18');

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

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

CREATE TABLE `failed_jobs` (
  `id` int(11) NOT NULL,
  `uuid` varchar(255) NOT NULL,
  `connection` longtext NOT NULL,
  `queue` longtext NOT NULL,
  `payload` longtext NOT NULL,
  `exception` longtext NOT NULL,
  `failed_at` datetime NOT NULL DEFAULT current_timestamp()
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

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

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

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

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

--
-- Table structure for table `job_batches`
--

CREATE TABLE `job_batches` (
  `id` varchar(255) NOT NULL,
  `name` varchar(255) NOT NULL,
  `total_jobs` int(11) NOT NULL,
  `pending_jobs` int(11) NOT NULL,
  `failed_jobs` int(11) NOT NULL,
  `failed_job_ids` longtext NOT NULL,
  `options` longtext DEFAULT NULL,
  `cancelled_at` int(11) DEFAULT NULL,
  `created_at` int(11) NOT NULL,
  `finished_at` int(11) DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

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

--
-- Table structure for table `messages`
--

CREATE TABLE `messages` (
  `id` varchar(255) NOT NULL,
  `user_id` int(11) NOT NULL,
  `message` longtext NOT NULL,
  `room_type` varchar(255) NOT NULL DEFAULT 'general',
  `room_id` varchar(255) DEFAULT NULL,
  `created_at` datetime DEFAULT NULL,
  `updated_at` datetime DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Dumping data for table `messages`
--

INSERT INTO `messages` (`id`, `user_id`, `message`, `room_type`, `room_id`, `created_at`, `updated_at`) VALUES
('488f1b89-e776-4f6c-b6cb-b9b35c976232', 4, 'testing team chat', 'general', NULL, '2026-04-13 12:20:39', '2026-04-13 12:20:39'),
('613e7d26-6221-4257-9793-f211610daed8', 12, 'I just detected the issue, when an order comes as a bump e.g main: vision revive tea 1 Bump: Vision revive tea 4 If the customer ends up taking 1 pack, it cannot be tagged because none of the value can be 0. Error message is usually value must be greater than or equal to 1', 'ticket', 'TKT-1777366839-DRTQAN', '2026-04-30 11:44:21', '2026-04-30 11:44:21'),
('789e97c1-8772-479a-ab8b-ac84818b2324', 15, 'Hello! My name is Mary from Sommetvine Group and I am the Sales Manager. I\'m writing to inform you that Sales Closers are unable to add orders gotten from customers who have previously bought from us and are ordering again directly from the Sales Closers (Returning Customers). This is because they don\'t have access to the ADD ORDER button which will direct them to the form to fill in customer\'s details. Please I\'d like for this to be worked on as soon as possible. Thank you', 'general', NULL, '2026-04-29 13:34:03', '2026-04-29 13:34:03');

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

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

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

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

INSERT INTO `migrations` (`id`, `migration`, `batch`) VALUES
(1, '0001_01_01_000000_create_users_table', 1),
(2, '0001_01_01_000001_create_cache_table', 1),
(3, '0001_01_01_000002_create_jobs_table', 1),
(4, '2026_04_02_000001_add_support_fields_to_users_table', 1),
(5, '2026_04_02_000002_create_tickets_table', 1),
(6, '2026_04_02_000003_create_comments_table', 1),
(7, '2026_04_02_000004_create_attachments_table', 1),
(8, '2026_04_02_000005_create_messages_table', 1),
(9, 'laravel_sanctum_personal_access_tokens', 1),
(10, '2026_04_07_093204_create_client_api_keys_table', 2),
(12, '2026_04_07_100000_add_client_api_key_id_to_users_table', 3),
(13, '2026_04_08_150130_create_ticket_agent_table', 3),
(14, '2026_04_09_130000_create_support_categories_table', 4),
(15, '2026_04_10_090000_add_service_features_to_client_api_keys_table', 4),
(16, '2026_05_06_000001_add_uploaded_by_id_to_attachments_table', 5),
(17, '2026_04_30_000001_add_comment_id_to_attachments_table', 6),
(18, '2026_05_04_000001_add_is_super_admin_to_users_table', 6);

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

--
-- Table structure for table `password_reset_tokens`
--

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

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

--
-- Table structure for table `personal_access_tokens`
--

CREATE TABLE `personal_access_tokens` (
  `id` int(11) NOT NULL,
  `tokenable_type` varchar(255) NOT NULL,
  `tokenable_id` int(11) NOT NULL,
  `name` varchar(255) NOT NULL,
  `token` varchar(255) NOT NULL,
  `abilities` longtext DEFAULT NULL,
  `last_used_at` datetime DEFAULT NULL,
  `expires_at` datetime DEFAULT NULL,
  `created_at` datetime DEFAULT NULL,
  `updated_at` datetime 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`, `last_used_at`, `expires_at`, `created_at`, `updated_at`) VALUES
(40, 'App\\Models\\User', 2, 'auth-token', 'bbaf8e5ecf097e19b4e177c1e0e5aba41493e63f57ce22d17ba2f0d8cc8957a0', '[\"*\"]', '2026-04-03 16:10:35', NULL, '2026-04-03 16:10:33', '2026-04-03 16:10:35'),
(69, 'App\\Models\\User', 6, 'auth-token', '9abb1529ae86b80d7bafc3b4b02250cdf0b8a8ab24cde893f9ec9fc5cb06de78', '[\"*\"]', '2026-04-07 09:56:33', NULL, '2026-04-07 09:56:32', '2026-04-07 09:56:33'),
(70, 'App\\Models\\User', 7, 'auth-token', 'a68365082bd52510b91b9eda2e14544921978c84d1a7cc294f7f4b39f30f4007', '[\"*\"]', '2026-04-07 09:59:52', NULL, '2026-04-07 09:59:51', '2026-04-07 09:59:52'),
(73, 'App\\Models\\User', 9, 'embed-token', '5407b1530c4c67d3e4ac011394a0e9201e52ff144d73f84209a2dcb22b4e7180', '[\"*\"]', NULL, '2026-04-08 20:39:24', '2026-04-08 12:39:24', '2026-04-08 12:39:24'),
(74, 'App\\Models\\User', 9, 'embed-token', 'b54c63733ff83eb0b820caaec551a41725df578924b1b8a7e3a37fff2ec32994', '[\"*\"]', NULL, '2026-04-08 20:47:21', '2026-04-08 12:47:21', '2026-04-08 12:47:21'),
(76, 'App\\Models\\User', 9, 'embed-token', '0525176ea5d3ad8a64c2fe7f41a43f52ccc57c552a39217d5e1493d0be86145d', '[\"*\"]', '2026-04-08 19:16:51', '2026-04-08 22:14:01', '2026-04-08 14:14:01', '2026-04-08 19:16:51'),
(77, 'App\\Models\\User', 10, 'auth-token', 'fd61739347cba54be4d3a2045ae4d73e7c68288e4efa7104b21a9cec28868baf', '[\"*\"]', '2026-04-08 14:40:33', NULL, '2026-04-08 14:20:32', '2026-04-08 14:40:33'),
(101, 'App\\Models\\User', 11, 'embed-token', '2b8bf1d6d63dfd0ae4123b6f00bb915256e1ad24355a3efe8e5b041ddc4513b3', '[\"*\"]', NULL, '2026-04-09 22:19:32', '2026-04-09 14:19:32', '2026-04-09 14:19:32'),
(102, 'App\\Models\\User', 11, 'embed-token', 'e772509831976f86330eff7f502de5b82c897534cf72a5800fd14acde3bbcb57', '[\"*\"]', '2026-04-09 14:19:50', '2026-04-09 22:19:49', '2026-04-09 14:19:49', '2026-04-09 14:19:50'),
(103, 'App\\Models\\User', 11, 'embed-token', '33307800141289fd8796077895fd42c79609f9dd0643d1857c47154bf71a6a23', '[\"*\"]', '2026-04-09 14:20:21', '2026-04-09 22:19:49', '2026-04-09 14:19:49', '2026-04-09 14:20:21'),
(104, 'App\\Models\\User', 11, 'embed-token', '7cdb357ffddd96c295eb86c6ae9a66377196b28ccdb6f05738db70e00f2f3828', '[\"*\"]', '2026-04-09 14:35:10', '2026-04-09 22:20:21', '2026-04-09 14:20:21', '2026-04-09 14:35:10'),
(107, 'App\\Models\\User', 11, 'embed-token', '602d9dfc5bb64cd2e0dae43a74227a67303b1cf55679e38788adbf384723153b', '[\"*\"]', '2026-04-09 14:36:59', '2026-04-09 22:35:09', '2026-04-09 14:35:09', '2026-04-09 14:36:59'),
(108, 'App\\Models\\User', 11, 'embed-token', 'd43468ed52206f284b3218dc680a7901ebf5d85b4ae62404314c92a7cc37f472', '[\"*\"]', '2026-04-09 14:47:41', '2026-04-09 22:36:58', '2026-04-09 14:36:58', '2026-04-09 14:47:41'),
(109, 'App\\Models\\User', 11, 'embed-token', 'e3f38ca27694a3dddbeb271a1e1c9997d343ff52fbc6d34caaec1c9b6758d2ed', '[\"*\"]', '2026-04-09 17:22:32', '2026-04-10 01:22:28', '2026-04-09 17:22:28', '2026-04-09 17:22:32'),
(110, 'App\\Models\\User', 11, 'embed-token', '03633e7c0ece552ccabf3447a85d74c98741bb17da1e527c6278eeec79549f2a', '[\"*\"]', '2026-04-09 17:23:06', '2026-04-10 01:22:32', '2026-04-09 17:22:32', '2026-04-09 17:23:06'),
(111, 'App\\Models\\User', 11, 'embed-token', '1f170c2210b41ba35fc4c4535157ede7f4f251f882e60781d0faada30989bd20', '[\"*\"]', '2026-04-09 17:23:07', '2026-04-10 01:23:06', '2026-04-09 17:23:06', '2026-04-09 17:23:07'),
(112, 'App\\Models\\User', 11, 'embed-token', 'c0d80ccfa968e03641537f0add99286308e26d09d9ecbc15bcd67d28ecc28360', '[\"*\"]', '2026-04-10 12:34:14', '2026-04-10 20:34:11', '2026-04-10 12:34:11', '2026-04-10 12:34:14'),
(113, 'App\\Models\\User', 11, 'embed-token', '797df25a64fcfcaea3565abe96a120f554a496352960b84bb35f7b4fa1c886fb', '[\"*\"]', '2026-04-10 12:34:18', '2026-04-10 20:34:14', '2026-04-10 12:34:14', '2026-04-10 12:34:18'),
(115, 'App\\Models\\User', 11, 'embed-token', 'df7f7596169bc20d5937a338b535c4f43cd10f8827b4a62f36f0275402a75dfa', '[\"*\"]', '2026-04-10 17:51:11', '2026-04-11 01:51:05', '2026-04-10 17:51:05', '2026-04-10 17:51:11'),
(116, 'App\\Models\\User', 11, 'embed-token', 'ef82af4222fb24347986bb36598219aa07e6356da6cdf5ee038de75e91b80793', '[\"*\"]', '2026-04-10 17:53:24', '2026-04-11 01:51:11', '2026-04-10 17:51:11', '2026-04-10 17:53:24'),
(117, 'App\\Models\\User', 11, 'embed-token', 'ab0ce610ca0856e03141056395799b74dab0227f21fe96dc9a59040ad6600724', '[\"*\"]', '2026-04-10 18:02:08', '2026-04-11 01:53:24', '2026-04-10 17:53:24', '2026-04-10 18:02:08'),
(118, 'App\\Models\\User', 11, 'embed-token', '3aaf34da6bbb191ea210de7104245f9b9cfa86838e6aaa2eaeeaf28ce90549ce', '[\"*\"]', '2026-04-10 18:02:10', '2026-04-11 02:02:07', '2026-04-10 18:02:07', '2026-04-10 18:02:10'),
(119, 'App\\Models\\User', 11, 'embed-token', '40b059af7ec734a7d60942bf30154270b748b5e638a39c3740699d5c7194001a', '[\"*\"]', '2026-04-11 08:42:38', '2026-04-11 16:42:35', '2026-04-11 08:42:35', '2026-04-11 08:42:38'),
(120, 'App\\Models\\User', 11, 'embed-token', '1db9e5e9e4238d1aa9901f78d2479ab93c5996df787b448b59e38ee8711f24a4', '[\"*\"]', '2026-04-11 09:32:13', '2026-04-11 16:42:39', '2026-04-11 08:42:39', '2026-04-11 09:32:13'),
(121, 'App\\Models\\User', 11, 'embed-token', '4e3947b098b442d2d21dac49749b351d296ee03e21d590b9297eec4e804af443', '[\"*\"]', '2026-04-11 10:48:01', '2026-04-11 17:32:12', '2026-04-11 09:32:12', '2026-04-11 10:48:01'),
(122, 'App\\Models\\User', 11, 'embed-token', '885bae197791b00bad7404e9e6e65c5d5f943bfeed98f4264f0af230f2523ddd', '[\"*\"]', '2026-04-11 09:43:46', '2026-04-11 17:43:44', '2026-04-11 09:43:44', '2026-04-11 09:43:46'),
(123, 'App\\Models\\User', 11, 'embed-token', 'eb6e90bd3930d1fbdfec9babe015bddc19a6b7cd626872976be307e86bcc6f1a', '[\"*\"]', '2026-04-11 09:43:48', '2026-04-11 17:43:46', '2026-04-11 09:43:46', '2026-04-11 09:43:48'),
(124, 'App\\Models\\User', 11, 'embed-token', '4f5d9d912cb16bb3dbcd9e318b579c1b6a026c95793e3e2c6a8a32e2ee56a200', '[\"*\"]', '2026-04-11 10:45:17', '2026-04-11 18:45:13', '2026-04-11 10:45:13', '2026-04-11 10:45:17'),
(125, 'App\\Models\\User', 11, 'embed-token', 'c83725b1837c5bd9fe5fd07733f106c97c7982cfe15fa41ca974e3a6e58f9f0e', '[\"*\"]', '2026-04-11 10:45:59', '2026-04-11 18:45:17', '2026-04-11 10:45:17', '2026-04-11 10:45:59'),
(126, 'App\\Models\\User', 11, 'embed-token', 'e89141df81fa07b0574d6b47c17f804ecc8f79eb958961c27dcf2bbea33bef84', '[\"*\"]', '2026-04-11 12:57:36', '2026-04-11 18:45:59', '2026-04-11 10:45:59', '2026-04-11 12:57:36'),
(127, 'App\\Models\\User', 11, 'embed-token', 'a28a27961c7f9a6de90c3b7647ac87bf553fd108b9fd5f096bfc1d17cb78630b', '[\"*\"]', '2026-04-11 10:48:02', '2026-04-11 18:48:00', '2026-04-11 10:48:00', '2026-04-11 10:48:02'),
(128, 'App\\Models\\User', 11, 'embed-token', '9d73d957b6b2ef0af9ac114a332ec00e89f396a449cf2427f796b8a16c048a2d', '[\"*\"]', '2026-04-11 10:58:51', '2026-04-11 18:58:48', '2026-04-11 10:58:48', '2026-04-11 10:58:51'),
(129, 'App\\Models\\User', 11, 'embed-token', 'e146263fe824c0abf9797a0b33dea64e0917b138f9cae72505cf69a957abd71e', '[\"*\"]', '2026-04-11 10:58:52', '2026-04-11 18:58:50', '2026-04-11 10:58:51', '2026-04-11 10:58:52'),
(130, 'App\\Models\\User', 11, 'embed-token', '192499508e995ecb7d5815338ca09e8e186a701dc47bee966aa8b51a8b72d728', '[\"*\"]', '2026-04-11 12:57:39', '2026-04-11 20:57:38', '2026-04-11 12:57:38', '2026-04-11 12:57:39'),
(133, 'App\\Models\\User', 5, 'auth-token', '8e984d3f741844a263e488c91c1920a9fa9aab9cdab1f4677e17be4d7ba47b26', '[\"*\"]', '2026-04-13 12:20:58', NULL, '2026-04-13 12:14:08', '2026-04-13 12:20:58'),
(134, 'App\\Models\\User', 11, 'embed-token', '08b60b919ac678257ee207947ee1a8c5139d569dc9b119daa29e56479b765d5a', '[\"*\"]', '2026-04-13 14:12:29', '2026-04-13 22:12:26', '2026-04-13 14:12:26', '2026-04-13 14:12:29'),
(135, 'App\\Models\\User', 11, 'embed-token', 'b668ebab1438c74600e4f6cdac95c1c3d49f4d2278f7fc13a8db94b3bdd69d49', '[\"*\"]', '2026-04-13 14:12:32', '2026-04-13 22:12:30', '2026-04-13 14:12:30', '2026-04-13 14:12:32'),
(137, 'App\\Models\\User', 11, 'embed-token', 'd071ceb25a820255e6d3eea313b382a00580b38c6bd51fc00fdac77702d71ecf', '[\"*\"]', '2026-04-16 17:33:12', '2026-04-17 01:33:09', '2026-04-16 17:33:09', '2026-04-16 17:33:12'),
(138, 'App\\Models\\User', 11, 'embed-token', '7d19db8a5aac78696bf202e3241c189735af36defd19626f3f0e7882e438d960', '[\"*\"]', '2026-04-16 17:33:13', '2026-04-17 01:33:12', '2026-04-16 17:33:12', '2026-04-16 17:33:13'),
(139, 'App\\Models\\User', 11, 'embed-token', '9cbb9fb9aa3e1000953a74637d36ad16568afe78cd7a7d7fea9d960f4dc01a8d', '[\"*\"]', '2026-04-17 05:29:06', '2026-04-17 13:29:04', '2026-04-17 05:29:04', '2026-04-17 05:29:06'),
(140, 'App\\Models\\User', 11, 'embed-token', 'e2146821177b34ff68d230f23bb97332696e3f57220ccc610d7bc100fe1eb10f', '[\"*\"]', '2026-04-17 05:29:07', '2026-04-17 13:29:06', '2026-04-17 05:29:06', '2026-04-17 05:29:07'),
(141, 'App\\Models\\User', 11, 'embed-token', '6293793d65b24cc6c2fb2426590bb52f8a6c1cab894fbb8ad295576ee2361d84', '[\"*\"]', '2026-04-23 13:16:08', '2026-04-23 21:16:05', '2026-04-23 13:16:05', '2026-04-23 13:16:08'),
(142, 'App\\Models\\User', 11, 'embed-token', '5b7d90f0662ff892c9709a04926afdcb133e6cf70c80f0f671d6d4e5ef4768e1', '[\"*\"]', '2026-04-23 13:16:10', '2026-04-23 21:16:09', '2026-04-23 13:16:09', '2026-04-23 13:16:10'),
(143, 'App\\Models\\User', 12, 'embed-token', 'cda69e40f24f36d6fecb3a7909407f41977ba06163fdc4f026f2d30fa8a809d3', '[\"*\"]', '2026-04-25 06:54:45', '2026-04-25 14:54:43', '2026-04-25 06:54:43', '2026-04-25 06:54:45'),
(144, 'App\\Models\\User', 12, 'embed-token', 'bdf7d4763e1bcaf96341faccd628462ea330a4c8722a2ca336bad7b5f11c4bc4', '[\"*\"]', '2026-04-25 06:54:47', '2026-04-25 14:54:46', '2026-04-25 06:54:46', '2026-04-25 06:54:47'),
(145, 'App\\Models\\User', 13, 'embed-token', 'c0c40582da0f18b2e3b7c022c113915960788d50fb22ea58079b908d45db940e', '[\"*\"]', '2026-04-25 10:50:47', '2026-04-25 18:50:41', '2026-04-25 10:50:41', '2026-04-25 10:50:47'),
(146, 'App\\Models\\User', 13, 'embed-token', 'd99a00e82dfdc9dd4bfdab85eba43c72a57e64442502bf8c131e2f8eb2a4e44e', '[\"*\"]', '2026-04-25 11:06:39', '2026-04-25 18:50:50', '2026-04-25 10:50:50', '2026-04-25 11:06:39'),
(147, 'App\\Models\\User', 13, 'embed-token', 'b051435d8265693f34cd300f61c9c2aac3a1bcf3308af9272e8554ad5a72d564', '[\"*\"]', '2026-04-25 11:06:41', '2026-04-25 19:06:38', '2026-04-25 11:06:38', '2026-04-25 11:06:41'),
(148, 'App\\Models\\User', 12, 'embed-token', 'a4206cb319cae3b2eae3537ffb954ba190beeae11ca26d1e75dee63137e227fd', '[\"*\"]', '2026-04-25 11:09:05', '2026-04-25 19:09:02', '2026-04-25 11:09:02', '2026-04-25 11:09:05'),
(149, 'App\\Models\\User', 12, 'embed-token', 'e555c920eeeffe7082ce4aaf7c68fde65d31df65a6b1a12f00cdd905fb0f51be', '[\"*\"]', '2026-04-25 11:09:08', '2026-04-25 19:09:06', '2026-04-25 11:09:06', '2026-04-25 11:09:08'),
(150, 'App\\Models\\User', 13, 'embed-token', '23ac04078ead5d23333c2108d6d003375c2a0e04ab4e4238d78c736c4bf66700', '[\"*\"]', '2026-04-25 11:24:19', '2026-04-25 19:24:17', '2026-04-25 11:24:17', '2026-04-25 11:24:19'),
(151, 'App\\Models\\User', 13, 'embed-token', '85f8b4c02f14dc2fed048c7d832fef7d3016fe4a0c51d408b57271c5123e8de4', '[\"*\"]', '2026-04-25 11:24:21', '2026-04-25 19:24:20', '2026-04-25 11:24:20', '2026-04-25 11:24:21'),
(152, 'App\\Models\\User', 13, 'embed-token', '7bfbf0106243a829a7be40fb0ad026b8e9608026efcd7a8bd0e9235a5eb26a9e', '[\"*\"]', '2026-04-25 11:38:16', '2026-04-25 19:38:14', '2026-04-25 11:38:14', '2026-04-25 11:38:16'),
(153, 'App\\Models\\User', 13, 'embed-token', '2dc656d6ff35f214f808122de2c526aec4ace595d775db54f84d2d01bd5bb295', '[\"*\"]', '2026-04-25 11:38:18', '2026-04-25 19:38:17', '2026-04-25 11:38:17', '2026-04-25 11:38:18'),
(154, 'App\\Models\\User', 13, 'embed-token', 'b8338e082b4ac13bc8ce63879fff828e67a89ad12a5d3366c71dfbfc944c0d25', '[\"*\"]', '2026-04-26 01:11:27', '2026-04-26 09:11:26', '2026-04-26 01:11:26', '2026-04-26 01:11:27'),
(155, 'App\\Models\\User', 13, 'embed-token', '19877ce351dabb1e80dbae6bc7e995d80f39ceb4e000d3cef918d5ebbcdd5204', '[\"*\"]', '2026-04-26 01:11:28', '2026-04-26 09:11:28', '2026-04-26 01:11:28', '2026-04-26 01:11:28'),
(156, 'App\\Models\\User', 13, 'embed-token', 'c9dc74890cd46a198f6bbf7c6e81aa47e42cea13619297ee621b13df830708e9', '[\"*\"]', '2026-04-26 14:30:14', '2026-04-26 22:30:12', '2026-04-26 14:30:12', '2026-04-26 14:30:14'),
(157, 'App\\Models\\User', 13, 'embed-token', '37cde0c616c2e63fd637b677092dc234bba7edc288d458df695de9fb5ccaa8d5', '[\"*\"]', '2026-04-26 15:53:36', '2026-04-26 22:30:19', '2026-04-26 14:30:19', '2026-04-26 15:53:36'),
(158, 'App\\Models\\User', 12, 'embed-token', '457bcb266b0c698a5aaac28ad3ec1c5c70c62fcea1b16be3037fe383626a056b', '[\"*\"]', '2026-04-28 08:24:40', '2026-04-28 16:24:38', '2026-04-28 08:24:38', '2026-04-28 08:24:40'),
(159, 'App\\Models\\User', 12, 'embed-token', '30595579be582434910bbd028cbc097fbce011f2ec5cc93bb60699654a49ba15', '[\"*\"]', '2026-04-28 08:45:39', '2026-04-28 16:24:41', '2026-04-28 08:24:41', '2026-04-28 08:45:39'),
(160, 'App\\Models\\User', 12, 'embed-token', '44d3ff4a3ad9764a346068df1f13291dbe7eb91a193f95b5449224914cd00130', '[\"*\"]', '2026-04-28 09:36:21', '2026-04-28 16:45:38', '2026-04-28 08:45:38', '2026-04-28 09:36:21'),
(161, 'App\\Models\\User', 13, 'embed-token', '1300192bc9585c41c7e28204776e19e7b296d7ac6fcb18c0f6fd138aef38bbf5', '[\"*\"]', '2026-04-28 09:12:09', '2026-04-28 17:12:04', '2026-04-28 09:12:04', '2026-04-28 09:12:09'),
(162, 'App\\Models\\User', 13, 'embed-token', 'bcd956b3871b63bf71d63ecfed1daa0781a7c8528de8483c63a1ec4c99ed154e', '[\"*\"]', '2026-04-28 09:12:18', '2026-04-28 17:12:11', '2026-04-28 09:12:11', '2026-04-28 09:12:18'),
(164, 'App\\Models\\User', 12, 'embed-token', '7d2e0e92bc1978725aa685de2d959204861d44cffd015fb1c1a681eea7fbf72a', '[\"*\"]', '2026-04-28 09:36:25', '2026-04-28 17:36:19', '2026-04-28 09:36:19', '2026-04-28 09:36:25'),
(166, 'App\\Models\\User', 13, 'embed-token', '2aa06e77dbf54bbff0d5a58c6b32548ed54de32a61ef83c23a40963007ffa3d8', '[\"*\"]', '2026-04-28 13:09:24', '2026-04-28 21:09:23', '2026-04-28 13:09:23', '2026-04-28 13:09:24'),
(167, 'App\\Models\\User', 13, 'embed-token', '506555c5fb20738c9d6bb0eadd2a407b8a3fe4832efdd6593b70e932d69a2bc9', '[\"*\"]', '2026-04-28 13:09:27', '2026-04-28 21:09:25', '2026-04-28 13:09:25', '2026-04-28 13:09:27'),
(168, 'App\\Models\\User', 12, 'embed-token', '46c953675334170c7afeb4f8e6870f90718d0892ce136e336c4e40376ebd429d', '[\"*\"]', '2026-04-29 07:56:32', '2026-04-29 15:56:29', '2026-04-29 07:56:29', '2026-04-29 07:56:32'),
(169, 'App\\Models\\User', 12, 'embed-token', '04b40c027ff6d399b59a2b67044eb20d62cb6fe394d2dfe83fe916c3dfde75df', '[\"*\"]', '2026-04-29 10:38:58', '2026-04-29 15:56:32', '2026-04-29 07:56:32', '2026-04-29 10:38:58'),
(171, 'App\\Models\\User', 12, 'embed-token', 'dc170d408c84aeb1099b4c2c764e0d66c57c955e9640025c46bbe06ecae1e5f7', '[\"*\"]', '2026-04-29 10:43:58', '2026-04-29 18:38:57', '2026-04-29 10:38:57', '2026-04-29 10:43:58'),
(172, 'App\\Models\\User', 13, 'embed-token', '63fd2beaf9a1b41edd18879d80cf7d5ff99afbac749d35348d7422f4bb91ddae', '[\"*\"]', '2026-04-29 10:40:02', '2026-04-29 18:39:59', '2026-04-29 10:39:59', '2026-04-29 10:40:02'),
(173, 'App\\Models\\User', 13, 'embed-token', '96c31a91717c7de7851b37f1f16da6acc8618fa42ff8e0938c155b5df42d1d53', '[\"*\"]', '2026-04-29 10:40:55', '2026-04-29 18:40:03', '2026-04-29 10:40:03', '2026-04-29 10:40:55'),
(174, 'App\\Models\\User', 12, 'embed-token', 'cb1ac99fd10e697e67be478acd10e57d5a3eee893f97a2b768960fae36793720', '[\"*\"]', '2026-04-29 13:25:24', '2026-04-29 18:43:58', '2026-04-29 10:43:58', '2026-04-29 13:25:24'),
(175, 'App\\Models\\User', 12, 'embed-token', '1740411b1b11ca5137b21c52d2744cd7f2f6403c235aaf2f73e9657efc480044', '[\"*\"]', '2026-04-29 13:28:30', '2026-04-29 21:25:23', '2026-04-29 13:25:23', '2026-04-29 13:28:30'),
(176, 'App\\Models\\User', 14, 'embed-token', 'df53f8496017a91434905c805598ea4856d1c4747fcac694b192996098aba69c', '[\"*\"]', '2026-04-29 13:28:30', '2026-04-29 21:28:28', '2026-04-29 13:28:28', '2026-04-29 13:28:30'),
(177, 'App\\Models\\User', 12, 'embed-token', 'b2495d702d7eba171e1239b422b164ae5ff338c8168db7c6059bdda6e5578de2', '[\"*\"]', '2026-04-29 14:13:41', '2026-04-29 21:28:31', '2026-04-29 13:28:31', '2026-04-29 14:13:41'),
(178, 'App\\Models\\User', 14, 'embed-token', 'c0990bba741bb1131b4145e828d26acb9d0831f6559ea686fb6375aab37f717d', '[\"*\"]', '2026-04-29 13:28:32', '2026-04-29 21:28:31', '2026-04-29 13:28:31', '2026-04-29 13:28:32'),
(179, 'App\\Models\\User', 15, 'embed-token', 'bb24e1dc2d8b84fccbfd6dc564abeb551d52d2cd65c007b4fc6f02e0d35ce2aa', '[\"*\"]', '2026-04-29 13:29:03', '2026-04-29 21:28:50', '2026-04-29 13:28:50', '2026-04-29 13:29:03'),
(180, 'App\\Models\\User', 15, 'embed-token', 'a9932aeb9d2269cd0ac3d5794630771ae5bffba6673afc32676c0a44acb31967', '[\"*\"]', '2026-04-29 13:41:58', '2026-04-29 21:29:05', '2026-04-29 13:29:05', '2026-04-29 13:41:58'),
(181, 'App\\Models\\User', 15, 'embed-token', '0adf0244d780629b6936de3c7ac15fe6e5126af02ccbd540b870b0a71c016bf3', '[\"*\"]', '2026-04-29 13:42:00', '2026-04-29 21:41:57', '2026-04-29 13:41:57', '2026-04-29 13:42:00'),
(182, 'App\\Models\\User', 12, 'embed-token', '42f2e3e721cd0065417840253e70242b8c4b750d3aaecd0bcec2ad8dbb5f57bb', '[\"*\"]', '2026-04-29 14:22:58', '2026-04-29 22:13:41', '2026-04-29 14:13:41', '2026-04-29 14:22:58'),
(183, 'App\\Models\\User', 12, 'embed-token', 'b750aa33486a7cdc976be7065815bb2784fd10bbd4c5c38f42b797719785849a', '[\"*\"]', '2026-04-29 14:27:01', '2026-04-29 22:22:57', '2026-04-29 14:22:57', '2026-04-29 14:27:01'),
(184, 'App\\Models\\User', 12, 'embed-token', '8a39f78ec92244367f851b8acf4f151001b4efa1a4f65d7fa0659c4d71389871', '[\"*\"]', '2026-04-30 08:06:10', '2026-04-30 16:06:08', '2026-04-30 08:06:08', '2026-04-30 08:06:10'),
(185, 'App\\Models\\User', 12, 'embed-token', '4a116ac47a64f095d50fccd512ebf67b4e4c9b499f1bad6671217d9ab9631add', '[\"*\"]', '2026-04-30 11:29:22', '2026-04-30 16:06:10', '2026-04-30 08:06:10', '2026-04-30 11:29:22'),
(186, 'App\\Models\\User', 12, 'embed-token', '5db0bd41ab93683b663b2896baef44bc8af404286c74dcfe07bbc1370ef55079', '[\"*\"]', '2026-04-30 11:37:35', '2026-04-30 19:29:22', '2026-04-30 11:29:22', '2026-04-30 11:37:35'),
(187, 'App\\Models\\User', 12, 'embed-token', 'be5fdd703acd710670bb473d09e4df0cc761ed0d22a1bb6cb1ee6d1ceedf8d7b', '[\"*\"]', '2026-04-30 12:09:59', '2026-04-30 19:37:35', '2026-04-30 11:37:35', '2026-04-30 12:09:59'),
(188, 'App\\Models\\User', 12, 'embed-token', '051d3b958330495c5500d2ee795336033cb748c6c35903afdcb8f7cc3c01c97f', '[\"*\"]', '2026-04-30 12:10:08', '2026-04-30 20:09:58', '2026-04-30 12:09:58', '2026-04-30 12:10:08'),
(189, 'App\\Models\\User', 15, 'embed-token', 'f1a1776434e0b05362652d7b6bbe3aad654f4c1ea8dfa8fbd959e267077cedf3', '[\"*\"]', '2026-04-30 14:16:48', '2026-04-30 22:16:44', '2026-04-30 14:16:44', '2026-04-30 14:16:48'),
(190, 'App\\Models\\User', 15, 'embed-token', '8ca5f36291ff49419db56b799202cd4b41b13c8e0827c2130b6282984335fe7c', '[\"*\"]', '2026-04-30 14:16:49', '2026-04-30 22:16:48', '2026-04-30 14:16:48', '2026-04-30 14:16:49'),
(191, 'App\\Models\\User', 13, 'embed-token', '21177b22c7aaa149c2f4361e339be5151c0388d6184fc3ed4cb41b55b6b3edda', '[\"*\"]', '2026-05-01 07:26:24', '2026-05-01 15:26:22', '2026-05-01 07:26:22', '2026-05-01 07:26:24'),
(192, 'App\\Models\\User', 13, 'embed-token', 'ad655c36c72e8373621ae2514a75a786d9b38b49a3045cce2d4cac32c23adf97', '[\"*\"]', '2026-05-01 07:26:26', '2026-05-01 15:26:24', '2026-05-01 07:26:24', '2026-05-01 07:26:26'),
(193, 'App\\Models\\User', 12, 'embed-token', 'd14afa7b7ffa79bf35943538e9bc925df7186f48a24fbb83f3ad18a169220460', '[\"*\"]', '2026-05-01 12:28:49', '2026-05-01 20:27:49', '2026-05-01 12:27:49', '2026-05-01 12:28:49'),
(194, 'App\\Models\\User', 12, 'embed-token', 'dfb61827488c3b384e2cfbed09d437184e0b09dfeb5f2af630762fe1ce304177', '[\"*\"]', '2026-05-01 12:35:13', '2026-05-01 20:28:49', '2026-05-01 12:28:49', '2026-05-01 12:35:13'),
(195, 'App\\Models\\User', 12, 'embed-token', '69ce796d27a6f6bf899151014dcd2c201168f97fa94a190bd783ad993af5cd13', '[\"*\"]', '2026-05-01 12:37:57', '2026-05-01 20:35:13', '2026-05-01 12:35:13', '2026-05-01 12:37:57'),
(196, 'App\\Models\\User', 12, 'embed-token', '07693521d7185248aaa62e2c2d7e20c0bc3f64097f3277ccaac1f0061bd3a3d8', '[\"*\"]', '2026-05-01 12:53:38', '2026-05-01 20:37:56', '2026-05-01 12:37:56', '2026-05-01 12:53:38'),
(197, 'App\\Models\\User', 12, 'embed-token', '1feb06c14ba73ce7e8bce0ab5f618e44014a33d80e2cf8ef56f5310b102dedab', '[\"*\"]', '2026-05-01 15:43:03', '2026-05-01 20:53:37', '2026-05-01 12:53:37', '2026-05-01 15:43:03'),
(198, 'App\\Models\\User', 12, 'embed-token', '3e7db7a4bab31323f8d4052b896ea87bbdfd16f40c9d3e602cc1502b8187ae9c', '[\"*\"]', '2026-05-01 15:45:17', '2026-05-01 23:43:03', '2026-05-01 15:43:03', '2026-05-01 15:45:17'),
(199, 'App\\Models\\User', 12, 'embed-token', '7060e5c08e969f1f0fdad57d396845af2f5fed44aaa71b18dbf9e21af9cb1610', '[\"*\"]', '2026-05-01 15:46:06', '2026-05-01 23:45:16', '2026-05-01 15:45:16', '2026-05-01 15:46:06'),
(200, 'App\\Models\\User', 13, 'embed-token', '28e6e2888b9bca57ac1c76a9cb5d82df165b1911270e24655913db76a8a1258b', '[\"*\"]', '2026-05-01 17:36:06', '2026-05-02 01:36:04', '2026-05-01 17:36:04', '2026-05-01 17:36:06'),
(201, 'App\\Models\\User', 13, 'embed-token', 'bc9a294695818dddf9b8dcd960ec10b7f55efcb41031c040c232a80d2df812ca', '[\"*\"]', '2026-05-01 17:36:07', '2026-05-02 01:36:06', '2026-05-01 17:36:06', '2026-05-01 17:36:07'),
(202, 'App\\Models\\User', 13, 'embed-token', '8fd6005df4143e670057cd7a8fd4bec74024d20994f2322818e76946b728ace0', '[\"*\"]', '2026-05-02 08:47:14', '2026-05-02 16:47:12', '2026-05-02 08:47:12', '2026-05-02 08:47:14'),
(203, 'App\\Models\\User', 13, 'embed-token', '2977aff82c14ec4f2f4582beacc08e8946c11e87779b3aca10d575518517d82e', '[\"*\"]', '2026-05-02 09:33:59', '2026-05-02 16:47:15', '2026-05-02 08:47:15', '2026-05-02 09:33:59'),
(204, 'App\\Models\\User', 13, 'embed-token', '5fe6f9b9e69fae76210c7621f95315ef70f2695214e264c2a45090bba82ca8da', '[\"*\"]', '2026-05-02 09:35:10', '2026-05-02 17:33:59', '2026-05-02 09:33:59', '2026-05-02 09:35:10'),
(205, 'App\\Models\\User', 13, 'embed-token', '8fe48474289ab8c502a33b1e994f94475a4df8dc6924c524887bbeb1c48f8e6b', '[\"*\"]', '2026-05-02 09:35:48', '2026-05-02 17:35:11', '2026-05-02 09:35:11', '2026-05-02 09:35:48'),
(206, 'App\\Models\\User', 13, 'embed-token', '734575bec340223fa135819b401c2f8bb122332574b476f0687171d9d841b437', '[\"*\"]', '2026-05-02 09:41:59', '2026-05-02 17:41:58', '2026-05-02 09:41:58', '2026-05-02 09:41:59'),
(207, 'App\\Models\\User', 13, 'embed-token', 'b2a71b9f49146921c92b7fcb571b7588232383c34eb74e49fcf7e402ce294d67', '[\"*\"]', '2026-05-02 09:44:42', '2026-05-02 17:42:03', '2026-05-02 09:42:03', '2026-05-02 09:44:42'),
(208, 'App\\Models\\User', 13, 'embed-token', '27a6498e14b10fcd6de239ebeaa884aa04283cec021e276fc9d933b3925194fa', '[\"*\"]', '2026-05-02 09:44:43', '2026-05-02 17:44:42', '2026-05-02 09:44:42', '2026-05-02 09:44:43'),
(209, 'App\\Models\\User', 12, 'embed-token', '199de4a2b6ebb57245efad084f3a56c6dc6edbf0096ea590e0934eadfc7696f5', '[\"*\"]', '2026-05-02 12:55:08', '2026-05-02 20:55:04', '2026-05-02 12:55:04', '2026-05-02 12:55:08'),
(210, 'App\\Models\\User', 12, 'embed-token', 'ef9167a29c0e6c24132a8cf5a33e1adcaa0e2b2b20d6aa9240b17cb80361fc6e', '[\"*\"]', '2026-05-02 15:09:47', '2026-05-02 20:55:08', '2026-05-02 12:55:08', '2026-05-02 15:09:47'),
(211, 'App\\Models\\User', 12, 'embed-token', '00fa54a5073a4e5a2f492d0702b608fc739c31938ef118a722cfd106055a974f', '[\"*\"]', '2026-05-02 15:09:49', '2026-05-02 23:09:48', '2026-05-02 15:09:48', '2026-05-02 15:09:49'),
(212, 'App\\Models\\User', 12, 'embed-token', '768a5035ca5f2bfc4180c34aa8d7bb7e60988d3faaf7bcee48ef2b5d8811b57f', '[\"*\"]', '2026-05-03 08:26:02', '2026-05-03 16:25:59', '2026-05-03 08:25:59', '2026-05-03 08:26:02'),
(213, 'App\\Models\\User', 12, 'embed-token', 'fc66e723573fb9743e0d51ee211bb875b3b91516f89db44ce921ed1b5305bab1', '[\"*\"]', '2026-05-03 08:34:54', '2026-05-03 16:26:02', '2026-05-03 08:26:02', '2026-05-03 08:34:54'),
(214, 'App\\Models\\User', 12, 'embed-token', 'fad7103b46f9755f6fb33243852776a32220df328184390b76c275bd65138b3e', '[\"*\"]', '2026-05-03 08:40:36', '2026-05-03 16:34:54', '2026-05-03 08:34:54', '2026-05-03 08:40:36'),
(215, 'App\\Models\\User', 12, 'embed-token', '40dba9719a8baba877aaf3f600d1d8d185288c2ddb641d236a8c29b2b20dac0a', '[\"*\"]', '2026-05-03 08:43:38', '2026-05-03 16:40:36', '2026-05-03 08:40:36', '2026-05-03 08:43:38'),
(216, 'App\\Models\\User', 13, 'embed-token', 'a0297f50ed431ad034d2593ccf2cc11558b4078465d91d4382207a20c396c91b', '[\"*\"]', '2026-05-03 10:10:34', '2026-05-03 18:10:33', '2026-05-03 10:10:33', '2026-05-03 10:10:34'),
(217, 'App\\Models\\User', 13, 'embed-token', '06b74866ed24238f556eabfa6cec98a0c0760aacc29a135ada9bdd894c2a87fb', '[\"*\"]', '2026-05-03 10:10:37', '2026-05-03 18:10:37', '2026-05-03 10:10:37', '2026-05-03 10:10:37'),
(218, 'App\\Models\\User', 13, 'embed-token', 'e014ead2661c00f0c17589ca82d0fedd989aed078d229eef5910e8b1f8aee00c', '[\"*\"]', '2026-05-03 18:06:19', '2026-05-04 02:06:17', '2026-05-03 18:06:17', '2026-05-03 18:06:19'),
(219, 'App\\Models\\User', 13, 'embed-token', 'a58de8804dd1b2f5c1698d16bdd801dd972c2ecfe35a9b035e7f4a041dbd3694', '[\"*\"]', '2026-05-03 18:06:20', '2026-05-04 02:06:19', '2026-05-03 18:06:19', '2026-05-03 18:06:20'),
(220, 'App\\Models\\User', 12, 'embed-token', '49180d727a91cb7fa9303bd5f966c1710b9e0fa2f854b60c1f15dfa1371cfbe6', '[\"*\"]', '2026-05-04 08:40:53', '2026-05-04 16:40:50', '2026-05-04 08:40:50', '2026-05-04 08:40:53'),
(221, 'App\\Models\\User', 12, 'embed-token', '8a0041188824e100bf15e3ed9c88c446c55e5f609858418987dcff1cdfc5f778', '[\"*\"]', '2026-05-04 08:41:19', '2026-05-04 16:40:53', '2026-05-04 08:40:53', '2026-05-04 08:41:19'),
(222, 'App\\Models\\User', 15, 'embed-token', '032e00e44a604f8b79ffa4f8af994c59c579af4b6133fcac10136b7552b78404', '[\"*\"]', '2026-05-04 10:49:17', '2026-05-04 18:49:15', '2026-05-04 10:49:15', '2026-05-04 10:49:17'),
(223, 'App\\Models\\User', 15, 'embed-token', 'f23c59e13a9197f962a78ff7682dbffad79b094722dc700f35e7035ec98303a7', '[\"*\"]', '2026-05-04 11:07:46', '2026-05-04 18:49:19', '2026-05-04 10:49:19', '2026-05-04 11:07:46'),
(224, 'App\\Models\\User', 15, 'embed-token', '5ab99383650c246c9734b4d75b74d27dd5b149a1843cb74c10b36fde9031fb40', '[\"*\"]', '2026-05-04 15:01:19', '2026-05-04 19:07:45', '2026-05-04 11:07:45', '2026-05-04 15:01:19'),
(225, 'App\\Models\\User', 12, 'embed-token', 'c3c65e4111a0bcb9828b2ccf3411ecbd731984bcdac24214812cef8ceaa8b959', '[\"*\"]', '2026-05-04 11:27:48', '2026-05-04 19:27:46', '2026-05-04 11:27:46', '2026-05-04 11:27:48'),
(226, 'App\\Models\\User', 12, 'embed-token', '22b27c887a60c7b34471bed7f2e4f15f09a60c15921c81baba924037b2cb28c5', '[\"*\"]', '2026-05-04 11:35:59', '2026-05-04 19:27:48', '2026-05-04 11:27:48', '2026-05-04 11:35:59'),
(227, 'App\\Models\\User', 12, 'embed-token', 'f94b9af301ecd4c40b3a26d2816f0af1f726a0dce6495391b426e5e32fa2bfaf', '[\"*\"]', '2026-05-04 11:54:14', '2026-05-04 19:35:58', '2026-05-04 11:35:58', '2026-05-04 11:54:14'),
(228, 'App\\Models\\User', 13, 'embed-token', '8bb5a6fd700494301ecc260c37c471ffebb0a698b8ddcd80adde4c3438ddc7b7', '[\"*\"]', '2026-05-04 12:59:51', '2026-05-04 20:59:22', '2026-05-04 12:59:22', '2026-05-04 12:59:51'),
(229, 'App\\Models\\User', 13, 'embed-token', 'eaabc8f322960c8fbf980625eb2fc7490e010d0d4418b2b6157bd8dc36328482', '[\"*\"]', '2026-05-04 13:03:13', '2026-05-04 20:59:53', '2026-05-04 12:59:53', '2026-05-04 13:03:13'),
(230, 'App\\Models\\User', 13, 'embed-token', '78d6428c29bab6f803b9110e3971b29b53a2521d9d86ce77a8c6b17accd70de4', '[\"*\"]', '2026-05-04 13:26:41', '2026-05-04 21:03:13', '2026-05-04 13:03:13', '2026-05-04 13:26:41'),
(231, 'App\\Models\\User', 13, 'embed-token', 'd797994bbad22dc4b686f416c190ba22391e75367675a4d7764b491dc3c6557d', '[\"*\"]', '2026-05-04 13:26:41', '2026-05-04 21:26:40', '2026-05-04 13:26:40', '2026-05-04 13:26:41'),
(232, 'App\\Models\\User', 12, 'embed-token', 'ceb6744010ee4add03a6fd07d40c511cd34f2022289609c67a9867afbb088c07', '[\"*\"]', '2026-05-04 13:54:12', '2026-05-04 21:54:09', '2026-05-04 13:54:09', '2026-05-04 13:54:12'),
(233, 'App\\Models\\User', 12, 'embed-token', 'e185763d9c6d23fcb40a57badce9afa5de2c4729101175884eef95203ad01a48', '[\"*\"]', '2026-05-04 13:56:02', '2026-05-04 21:54:12', '2026-05-04 13:54:12', '2026-05-04 13:56:02'),
(234, 'App\\Models\\User', 12, 'embed-token', '79cd7be6a6400f68c9d147b61e8f4dc27ad991d6e08bb58263714d5522a4eea6', '[\"*\"]', '2026-05-04 14:05:40', '2026-05-04 21:56:02', '2026-05-04 13:56:02', '2026-05-04 14:05:40'),
(235, 'App\\Models\\User', 12, 'embed-token', 'f3a9d65d06062eb7fbd9308926794cb5347778fb4551f075d77b337899a16cda', '[\"*\"]', '2026-05-04 14:16:31', '2026-05-04 22:05:39', '2026-05-04 14:05:39', '2026-05-04 14:16:31'),
(236, 'App\\Models\\User', 15, 'embed-token', 'c9376cccd881ab741650a1a9170370716986457f36c80e1dcc80edb3d96b9381', '[\"*\"]', '2026-05-04 14:41:42', '2026-05-04 22:41:25', '2026-05-04 14:41:25', '2026-05-04 14:41:42'),
(237, 'App\\Models\\User', 15, 'embed-token', '60bb9ac528fd56dac2ab89609d55319ae4c96c9c826858a14e2ac8f3ca4ab637', '[\"*\"]', '2026-05-04 14:41:44', '2026-05-04 22:41:41', '2026-05-04 14:41:41', '2026-05-04 14:41:44'),
(238, 'App\\Models\\User', 15, 'embed-token', '8e489d25e98af09ca0fefcbb47845eb4412225f0d29ceae9b95e4d46bb6868c6', '[\"*\"]', '2026-05-04 15:02:57', '2026-05-04 23:01:18', '2026-05-04 15:01:18', '2026-05-04 15:02:57'),
(239, 'App\\Models\\User', 15, 'embed-token', 'cf4c1449ce4f83fd9334e6fa0fad65284ceab543569b0880ea7e416854c200d6', '[\"*\"]', '2026-05-04 15:05:13', '2026-05-04 23:02:57', '2026-05-04 15:02:57', '2026-05-04 15:05:13'),
(240, 'App\\Models\\User', 15, 'embed-token', '99fc0b99e0456a64292ca79eab99d0a7f39625ee62416c11fdc3aad8fc47a09a', '[\"*\"]', '2026-05-04 15:14:07', '2026-05-04 23:05:12', '2026-05-04 15:05:12', '2026-05-04 15:14:07'),
(241, 'App\\Models\\User', 15, 'embed-token', '447a49ce0be64ece21bd9c130fff1ba463712474a03e7f84135e0b34681fe0a0', '[\"*\"]', '2026-05-04 15:14:09', '2026-05-04 23:14:06', '2026-05-04 15:14:06', '2026-05-04 15:14:09'),
(242, 'App\\Models\\User', 15, 'embed-token', 'e03dedabad14e9342595d2a196d19092574e2a5ba5cba420a44bd5fa2c84f925', '[\"*\"]', '2026-05-04 18:37:27', '2026-05-05 02:37:24', '2026-05-04 18:37:24', '2026-05-04 18:37:27'),
(243, 'App\\Models\\User', 15, 'embed-token', '0a2da4751c362ec3c15ade8418d40dbb36b5d1d92fe0f06f7d5f0d34a455008f', '[\"*\"]', '2026-05-04 18:39:27', '2026-05-05 02:37:27', '2026-05-04 18:37:27', '2026-05-04 18:39:27'),
(244, 'App\\Models\\User', 15, 'embed-token', 'f564fce679757cd298fde4445140a864aeb9fd82c913f2106925a2491b2916d5', '[\"*\"]', '2026-05-04 18:39:28', '2026-05-05 02:39:27', '2026-05-04 18:39:27', '2026-05-04 18:39:28'),
(245, 'App\\Models\\User', 12, 'embed-token', '9185c3d36538e45747fb128a5f182d41d362486d5972c48a592ee753501df67d', '[\"*\"]', '2026-05-05 08:31:21', '2026-05-05 16:31:20', '2026-05-05 08:31:20', '2026-05-05 08:31:21'),
(246, 'App\\Models\\User', 12, 'embed-token', 'cc854e3d4866e1ea08bc29d22b8025f35da58db60782a9600dacb782fea4f291', '[\"*\"]', '2026-05-05 10:47:10', '2026-05-05 16:31:21', '2026-05-05 08:31:21', '2026-05-05 10:47:10'),
(247, 'App\\Models\\User', 15, 'embed-token', 'acfee060360adb71a51e5a8522c3f4966fed0fa9adb84f4317c04d34f94566be', '[\"*\"]', '2026-05-05 09:07:23', '2026-05-05 17:07:17', '2026-05-05 09:07:17', '2026-05-05 09:07:23'),
(248, 'App\\Models\\User', 15, 'embed-token', 'aad55acc756bfbff2181a9791ffc8e367bea47297fdbd175aee47eaad7ff5b60', '[\"*\"]', '2026-05-05 09:07:26', '2026-05-05 17:07:23', '2026-05-05 09:07:23', '2026-05-05 09:07:26'),
(252, 'App\\Models\\User', 12, 'embed-token', '98b3acba48b7debee1733316cc6ec2d701bb30b8c23aa19a6ef6052720a77aec', '[\"*\"]', '2026-05-05 10:47:23', '2026-05-05 18:47:09', '2026-05-05 10:47:09', '2026-05-05 10:47:23'),
(253, 'App\\Models\\User', 12, 'embed-token', 'b5b8e81003e95eb14b82b1b27c3ff01663b9e2810eea8ccbeb35ac1f4c3ce13b', '[\"*\"]', '2026-05-05 10:47:41', '2026-05-05 18:47:23', '2026-05-05 10:47:23', '2026-05-05 10:47:41'),
(254, 'App\\Models\\User', 12, 'embed-token', '0627bb9af42ad53cbb7361b93b2b53df591de9782b3cb7dadb55878b54ec06e5', '[\"*\"]', '2026-05-05 10:48:51', '2026-05-05 18:47:41', '2026-05-05 10:47:41', '2026-05-05 10:48:51'),
(255, 'App\\Models\\User', 12, 'embed-token', '90b1e11009fa651149ae98fa1c564b87b4e56017dda33a4dc4ec85bbb3f41023', '[\"*\"]', '2026-05-05 11:01:13', '2026-05-05 18:48:49', '2026-05-05 10:48:49', '2026-05-05 11:01:13'),
(256, 'App\\Models\\User', 12, 'embed-token', 'b96999725b6513b7b5f03b2e999a9d93c26309540fb7de93d5f333f97a2f4d12', '[\"*\"]', '2026-05-05 11:01:30', '2026-05-05 19:01:13', '2026-05-05 11:01:13', '2026-05-05 11:01:30'),
(257, 'App\\Models\\User', 12, 'embed-token', '1b243574c9406fc97d71fb07153fa90e30cd1b554438ca66f57b4390c789a13a', '[\"*\"]', '2026-05-05 13:16:05', '2026-05-05 19:01:28', '2026-05-05 11:01:28', '2026-05-05 13:16:05'),
(259, 'App\\Models\\User', 12, 'embed-token', '9276789a5adead97670dfa782d8f8675252387b1e2e8b197849982b5bab4966c', '[\"*\"]', '2026-05-05 15:00:58', '2026-05-05 21:16:06', '2026-05-05 13:16:06', '2026-05-05 15:00:58'),
(260, 'App\\Models\\User', 13, 'embed-token', '85257ea4c49a5163dbfcbbadd91eb3cf4eb8f3405308fa67ca32e6b1a1b866f5', '[\"*\"]', '2026-05-05 13:59:51', '2026-05-05 21:59:50', '2026-05-05 13:59:50', '2026-05-05 13:59:51'),
(261, 'App\\Models\\User', 13, 'embed-token', '061f754cf268e202e2a646e9259d3da9a0617c4dbfbe514417cf37ec611f6973', '[\"*\"]', '2026-05-05 13:59:55', '2026-05-05 21:59:54', '2026-05-05 13:59:54', '2026-05-05 13:59:55'),
(262, 'App\\Models\\User', 12, 'embed-token', '99b5c1ef57766152bdb41bea3180bdc20672f13ad9e62f276f37b42b1b000647', '[\"*\"]', NULL, '2026-05-05 23:00:57', '2026-05-05 15:00:57', '2026-05-05 15:00:57'),
(263, 'App\\Models\\User', 12, 'embed-token', '3483fd09afa3ce14924ace058aec27e73950ebf18d1b699e83cdb93aac64b387', '[\"*\"]', '2026-05-05 15:02:33', '2026-05-05 23:01:26', '2026-05-05 15:01:26', '2026-05-05 15:02:33'),
(264, 'App\\Models\\User', 12, 'embed-token', '00a8bd51ef1569ac06bfaa00aca1a069a5235c7903938b83788670f235d4a560', '[\"*\"]', '2026-05-05 15:03:01', '2026-05-05 23:02:31', '2026-05-05 15:02:31', '2026-05-05 15:03:01'),
(265, 'App\\Models\\User', 12, 'embed-token', '3dc39c3465630fea6d38b23404e7070c6492ae633e04071458b5b67a7ea775d9', '[\"*\"]', '2026-05-06 08:36:56', '2026-05-06 16:36:54', '2026-05-06 08:36:54', '2026-05-06 08:36:56'),
(266, 'App\\Models\\User', 12, 'embed-token', '9ab0897089046bc9c175ea48da5838bd4c94b3c525347c147afc8f03bebd10a3', '[\"*\"]', '2026-05-06 08:43:33', '2026-05-06 16:36:56', '2026-05-06 08:36:56', '2026-05-06 08:43:33'),
(267, 'App\\Models\\User', 12, 'embed-token', '920f9c48791e87bf158d45d5bceeec5788b4e8f4dbbe98d03f78839a9542e387', '[\"*\"]', '2026-05-06 08:55:06', '2026-05-06 16:43:35', '2026-05-06 08:43:35', '2026-05-06 08:55:06'),
(268, 'App\\Models\\User', 12, 'embed-token', '92542aa8d63c9bc038ca7553a3580ceee2e10e786570a27f5605d8b4f49cbb98', '[\"*\"]', '2026-05-06 08:59:26', '2026-05-06 16:55:03', '2026-05-06 08:55:03', '2026-05-06 08:59:26'),
(269, 'App\\Models\\User', 15, 'embed-token', 'bf97f844d295b78ff0d1e8eedcef4e65de94ce9bdc3fc926ad4c48b78398a503', '[\"*\"]', '2026-05-06 08:56:36', '2026-05-06 16:56:33', '2026-05-06 08:56:33', '2026-05-06 08:56:36'),
(270, 'App\\Models\\User', 15, 'embed-token', '8b2ccffbcae2ca989919dffe4a232333331cf0edf9ce3e2ef739e4ea95fa30f3', '[\"*\"]', '2026-05-06 08:56:51', '2026-05-06 16:56:35', '2026-05-06 08:56:35', '2026-05-06 08:56:51'),
(271, 'App\\Models\\User', 15, 'embed-token', '51f3e8f1cab27ef0cb6d424616bcfb43a30389c17d199a68d6a16f1a7e0fec16', '[\"*\"]', '2026-05-06 08:58:37', '2026-05-06 16:56:50', '2026-05-06 08:56:50', '2026-05-06 08:58:37'),
(272, 'App\\Models\\User', 15, 'embed-token', 'deda691c2699715d69ff07d6d65c1cee4cc8d9ee3350eb712b1c04b55b1c5ae1', '[\"*\"]', '2026-05-06 09:01:13', '2026-05-06 16:58:36', '2026-05-06 08:58:36', '2026-05-06 09:01:13'),
(273, 'App\\Models\\User', 12, 'embed-token', '6e030d7f1f932aeffbff55bbed3130f48a065be2b5937b57c73989269e3bd56b', '[\"*\"]', '2026-05-06 09:41:27', '2026-05-06 16:59:24', '2026-05-06 08:59:24', '2026-05-06 09:41:27'),
(274, 'App\\Models\\User', 15, 'embed-token', '8a902563fac1eb8cfe9e0d583f543314107eefe2c7f569d7a931645b51b0227d', '[\"*\"]', '2026-05-06 09:07:18', '2026-05-06 17:01:11', '2026-05-06 09:01:11', '2026-05-06 09:07:18'),
(275, 'App\\Models\\User', 15, 'embed-token', '02bc0e668f16abebbe741821ddf2fccb8c94645ad882fe7ba2b12cb5b9b9c01f', '[\"*\"]', '2026-05-06 09:07:29', '2026-05-06 17:07:18', '2026-05-06 09:07:18', '2026-05-06 09:07:29'),
(276, 'App\\Models\\User', 12, 'embed-token', '12fa7bade09ef16a870f96802e4bb983068ef5f95436af9b50035ce74e4370b6', '[\"*\"]', '2026-05-06 11:11:31', '2026-05-06 17:41:26', '2026-05-06 09:41:26', '2026-05-06 11:11:31'),
(277, 'App\\Models\\User', 12, 'embed-token', 'cfd7db55e6b7cc23458d801a1d55497448092188e2cb7644b80b3c87779b9a62', '[\"*\"]', '2026-05-06 15:19:28', '2026-05-06 19:11:30', '2026-05-06 11:11:30', '2026-05-06 15:19:28'),
(278, 'App\\Models\\User', 12, 'embed-token', '13d5247334c1b5178a6ea9ea20f92ce26c66e6822bc4e22bc8458941d7c81466', '[\"*\"]', '2026-05-06 15:21:45', '2026-05-06 23:19:29', '2026-05-06 15:19:29', '2026-05-06 15:21:45'),
(279, 'App\\Models\\User', 12, 'embed-token', '9135c21cc3641b5120e72aaed117437e66e55fae4fdbb580e047572a3b43bb96', '[\"*\"]', '2026-05-06 15:23:25', '2026-05-06 23:21:44', '2026-05-06 15:21:44', '2026-05-06 15:23:25'),
(280, 'App\\Models\\User', 12, 'embed-token', '2f64ba038767462507003d6c630ea1227df6ec2fdbeb7bb15d0e69b04fcbf4df', '[\"*\"]', '2026-05-06 15:30:47', '2026-05-06 23:23:25', '2026-05-06 15:23:25', '2026-05-06 15:30:47'),
(281, 'App\\Models\\User', 15, 'embed-token', '5f750b3d86b1d3204ce912263e9be14ec0d67ce90a4409161d3ac677cfad3045', '[\"*\"]', '2026-05-06 15:27:24', '2026-05-06 23:27:23', '2026-05-06 15:27:23', '2026-05-06 15:27:24'),
(282, 'App\\Models\\User', 15, 'embed-token', '5805c50d5220a2c91119211c4f44c47fef892f608eb059363ce999069b845d62', '[\"*\"]', '2026-05-06 15:27:27', '2026-05-06 23:27:24', '2026-05-06 15:27:24', '2026-05-06 15:27:27'),
(283, 'App\\Models\\User', 12, 'embed-token', 'a93cc69fa2c89be8de9751ffc7b3ae1f10d6d91069cc8047d0665be82dd6b59d', '[\"*\"]', '2026-05-06 15:33:48', '2026-05-06 23:30:46', '2026-05-06 15:30:46', '2026-05-06 15:33:48'),
(284, 'App\\Models\\User', 12, 'embed-token', 'b80f4c9cfeac22ff88ee998b9c6cbef038508bc9b5ddf259860f434870f97179', '[\"*\"]', '2026-05-06 15:38:32', '2026-05-06 23:33:47', '2026-05-06 15:33:47', '2026-05-06 15:38:32'),
(285, 'App\\Models\\User', 12, 'embed-token', '2b9ee2bc5e7b2d7169bc206719627f2584e662f45a2a27f4ccbf7f0af369695e', '[\"*\"]', '2026-05-06 15:44:32', '2026-05-06 23:38:32', '2026-05-06 15:38:32', '2026-05-06 15:44:32'),
(286, 'App\\Models\\User', 12, 'embed-token', 'e8db199afdaf018f8c78ee8dbebcc6993b25e82ff3a986bec54e6119b15adf51', '[\"*\"]', '2026-05-06 15:54:56', '2026-05-06 23:44:32', '2026-05-06 15:44:32', '2026-05-06 15:54:56'),
(287, 'App\\Models\\User', 12, 'embed-token', '2ad691a9dc31de44eca62f9d6ee5639ffc650cb96b458f0306ed2c5e169b18f7', '[\"*\"]', '2026-05-06 15:54:58', '2026-05-06 23:54:54', '2026-05-06 15:54:54', '2026-05-06 15:54:58'),
(288, 'App\\Models\\User', 15, 'embed-token', '30de75fad48d018da6a4ac3c64fa07d0bca925ffb59364a76b40cc29a823711d', '[\"*\"]', '2026-05-07 08:39:13', '2026-05-07 16:39:10', '2026-05-07 08:39:10', '2026-05-07 08:39:13'),
(289, 'App\\Models\\User', 15, 'embed-token', '40b6f2a3341cc8acbc8be3e18d13a4e903cb14824f9ff172e019a8e8189320f0', '[\"*\"]', '2026-05-07 08:40:01', '2026-05-07 16:39:13', '2026-05-07 08:39:13', '2026-05-07 08:40:01'),
(290, 'App\\Models\\User', 15, 'embed-token', 'a519663b2839bceeebf706d6d2bfd476b9e14ec8bd1e3dd589a73400c9bb05bf', '[\"*\"]', '2026-05-07 08:40:05', '2026-05-07 16:40:01', '2026-05-07 08:40:01', '2026-05-07 08:40:05'),
(291, 'App\\Models\\User', 12, 'embed-token', '373b7a3db69430e9242d3e603fc3ed95e0ba4a2069e8f34e15398851feddf60b', '[\"*\"]', '2026-05-07 08:49:50', '2026-05-07 16:49:47', '2026-05-07 08:49:47', '2026-05-07 08:49:50'),
(292, 'App\\Models\\User', 12, 'embed-token', '17d4a9ef299e6fa01d6449c71d7eb76d3e9bebcdc7c0b3331b1809bf2c20b93d', '[\"*\"]', '2026-05-07 09:01:20', '2026-05-07 16:49:50', '2026-05-07 08:49:50', '2026-05-07 09:01:20'),
(293, 'App\\Models\\User', 12, 'embed-token', '7b8efb63e7930fe9636234994a5d289568ae669313117bf803ec46f743debc25', '[\"*\"]', '2026-05-07 09:31:30', '2026-05-07 17:01:19', '2026-05-07 09:01:19', '2026-05-07 09:31:30'),
(294, 'App\\Models\\User', 13, 'embed-token', 'c34484ffb5006aa5996891e70197e3601697ba0ea1f4c793342b890ca17c9764', '[\"*\"]', '2026-05-07 09:29:30', '2026-05-07 17:29:29', '2026-05-07 09:29:29', '2026-05-07 09:29:30'),
(295, 'App\\Models\\User', 13, 'embed-token', 'cd2cb006e00fc3f900523e56d6f45b9647b8ef149e8f91f0c7aca7097e4d11c3', '[\"*\"]', '2026-05-07 09:30:36', '2026-05-07 17:29:32', '2026-05-07 09:29:32', '2026-05-07 09:30:36'),
(296, 'App\\Models\\User', 12, 'embed-token', 'e7331dcfd6d854b0a5e2424bcf8f8060a1bcb1fb68a47bdcfb931dcc07d00205', '[\"*\"]', '2026-05-07 09:32:50', '2026-05-07 17:31:28', '2026-05-07 09:31:28', '2026-05-07 09:32:50'),
(297, 'App\\Models\\User', 12, 'embed-token', 'b9b9eaee432d35309ffd008d1ab420a4eb6fc6d5367a32045cc439f495a5dc6b', '[\"*\"]', '2026-05-07 09:34:54', '2026-05-07 17:32:48', '2026-05-07 09:32:48', '2026-05-07 09:34:54'),
(298, 'App\\Models\\User', 12, 'embed-token', 'd457dbc5231cd95ae3a3fe0969996bc28e56c9c4ab3552c327af6073624bdf73', '[\"*\"]', '2026-05-07 13:18:46', '2026-05-07 17:34:54', '2026-05-07 09:34:54', '2026-05-07 13:18:46'),
(299, 'App\\Models\\User', 12, 'embed-token', '0c2c1f8ac42b67a7dc471d87c37cbb53f1ecd02621a6ddbdf4e8d44c0834f351', '[\"*\"]', '2026-05-07 13:22:38', '2026-05-07 21:18:46', '2026-05-07 13:18:46', '2026-05-07 13:22:38'),
(300, 'App\\Models\\User', 12, 'embed-token', '911085c26e3d5ad72fa426f142458f4898f2adbb23583452bf1ae1001a589c05', '[\"*\"]', '2026-05-07 13:27:33', '2026-05-07 21:22:38', '2026-05-07 13:22:38', '2026-05-07 13:27:33'),
(301, 'App\\Models\\User', 12, 'embed-token', '1be862a482fdcecea8b6c6727ee53846f8ed725974aa48acfe024df8ceb0e40c', '[\"*\"]', '2026-05-07 13:28:27', '2026-05-07 21:27:33', '2026-05-07 13:27:33', '2026-05-07 13:28:27'),
(302, 'App\\Models\\User', 12, 'embed-token', '0684fd51d313b71750e70a3c2bc27d8eefc1c7a503d7a3bf9b580ccfe4ba6bc6', '[\"*\"]', '2026-05-07 13:35:35', '2026-05-07 21:35:33', '2026-05-07 13:35:33', '2026-05-07 13:35:35'),
(303, 'App\\Models\\User', 12, 'embed-token', '42d312ef61b63d873212fb6e96b4b2979997eef79ea2092f3b05e02cebef4ae5', '[\"*\"]', '2026-05-07 13:44:02', '2026-05-07 21:35:34', '2026-05-07 13:35:34', '2026-05-07 13:44:02'),
(304, 'App\\Models\\User', 12, 'embed-token', '800e2ef9da93971279d9a6f2de237ccdd87c0412b180fc6389a62700ab98b93f', '[\"*\"]', '2026-05-07 13:50:50', '2026-05-07 21:44:02', '2026-05-07 13:44:02', '2026-05-07 13:50:50'),
(306, 'App\\Models\\User', 12, 'embed-token', 'c2a7db94a825967fa6816cfc03c913b72be4673acefda7f70035f5f92cad46f4', '[\"*\"]', '2026-05-07 13:52:43', '2026-05-07 21:50:50', '2026-05-07 13:50:50', '2026-05-07 13:52:43'),
(307, 'App\\Models\\User', 12, 'embed-token', '210816e7da06d7936a948f48288d7012a2b6248aa5fdfdf66056171f32e132fb', '[\"*\"]', '2026-05-07 14:01:28', '2026-05-07 21:52:41', '2026-05-07 13:52:41', '2026-05-07 14:01:28'),
(308, 'App\\Models\\User', 12, 'embed-token', '512b5ebbc2ca11ebc7a76e1932e5fee034c38446e2e20431aec2a10d8ea9e06b', '[\"*\"]', '2026-05-07 14:22:32', '2026-05-07 22:01:28', '2026-05-07 14:01:28', '2026-05-07 14:22:32'),
(311, 'App\\Models\\User', 12, 'embed-token', '968dc462f617144689dfdb02cfe88c4ded18e726ea10459dbb70d8e47a8889b5', '[\"*\"]', '2026-05-07 14:53:16', '2026-05-07 22:22:32', '2026-05-07 14:22:32', '2026-05-07 14:53:16'),
(313, 'App\\Models\\User', 12, 'embed-token', 'b8f503646d0f4752881f8853c09df02dc97fa3eb3a0166daa1a26cf15ea5abf5', '[\"*\"]', '2026-05-07 15:46:36', '2026-05-07 22:53:16', '2026-05-07 14:53:16', '2026-05-07 15:46:36'),
(314, 'App\\Models\\User', 12, 'embed-token', 'ec86c67c24da15e416901b354485a53fe25fa6efa566dd64b4fdf1ac9362b52f', '[\"*\"]', '2026-05-07 15:46:57', '2026-05-07 23:46:36', '2026-05-07 15:46:36', '2026-05-07 15:46:57'),
(315, 'App\\Models\\User', 15, 'embed-token', 'db317dcebbe8a8edfd5a816d79662c89a98058427ac163921b69b88f726de3f8', '[\"*\"]', '2026-05-08 08:27:24', '2026-05-08 16:27:22', '2026-05-08 08:27:22', '2026-05-08 08:27:24'),
(316, 'App\\Models\\User', 15, 'embed-token', '7eb58a8e3157c8fe903145475e05d612817f49d6849eec362b629802a567b452', '[\"*\"]', '2026-05-08 11:55:59', '2026-05-08 16:27:23', '2026-05-08 08:27:23', '2026-05-08 11:55:59'),
(317, 'App\\Models\\User', 12, 'embed-token', '746873f923a845f625d20dc6394eda637dd2f862562cfa43696cd67d18c7e19a', '[\"*\"]', '2026-05-08 10:50:39', '2026-05-08 18:50:38', '2026-05-08 10:50:38', '2026-05-08 10:50:39'),
(318, 'App\\Models\\User', 12, 'embed-token', '24e0f52ba81ffaadca68d0190e8e7c7d0e90189a621410e072ee1f92fe619c71', '[\"*\"]', '2026-05-08 11:02:47', '2026-05-08 18:50:39', '2026-05-08 10:50:39', '2026-05-08 11:02:47'),
(319, 'App\\Models\\User', 12, 'embed-token', '9cb3fcf40106e5d4310da5c49e42b66d4529461264fdfedf062b20e74c6541ce', '[\"*\"]', '2026-05-08 11:44:28', '2026-05-08 19:02:47', '2026-05-08 11:02:47', '2026-05-08 11:44:28'),
(322, 'App\\Models\\User', 12, 'embed-token', 'b9a12ecc310c18b734a72b0f21d2a74f1272edfe236b0a30a42cb008e59316ab', '[\"*\"]', '2026-05-08 11:54:03', '2026-05-08 19:44:28', '2026-05-08 11:44:28', '2026-05-08 11:54:03'),
(323, 'App\\Models\\User', 12, 'embed-token', '7510d02170f6064a6abbb11152e9d30807c353f05c2d350911ec798172c8ef11', '[\"*\"]', '2026-05-08 11:56:04', '2026-05-08 19:54:03', '2026-05-08 11:54:03', '2026-05-08 11:56:04'),
(324, 'App\\Models\\User', 15, 'embed-token', '921b68ae3b8cb572e8250df7004f58f1f13b9c7623622369ae19fdf968755841', '[\"*\"]', '2026-05-08 11:56:04', '2026-05-08 19:55:57', '2026-05-08 11:55:57', '2026-05-08 11:56:04'),
(325, 'App\\Models\\User', 12, 'embed-token', 'c3a9ce2dad87dd1a5c67cdff0bc7f8c2d931e40044c75a0ad60fa1c624fbad57', '[\"*\"]', '2026-05-08 11:57:07', '2026-05-08 19:56:04', '2026-05-08 11:56:04', '2026-05-08 11:57:07'),
(326, 'App\\Models\\User', 12, 'embed-token', 'e5524092819e2a793df0ef7c1c2d4fde94762e4e67b14ef9b417d1c62ea724b6', '[\"*\"]', '2026-05-08 11:57:36', '2026-05-08 19:57:07', '2026-05-08 11:57:07', '2026-05-08 11:57:36'),
(327, 'App\\Models\\User', 12, 'embed-token', 'd58b7d6f28ca504ad00fda0c5257b109ef74812cebaa144d11d80dc6c8355d1b', '[\"*\"]', '2026-05-08 12:29:40', '2026-05-08 19:57:36', '2026-05-08 11:57:36', '2026-05-08 12:29:40'),
(328, 'App\\Models\\User', 12, 'embed-token', 'c3b64e439f918172cff049e696af39dfa2e95db3ef03d29b15b85b29d1b011ea', '[\"*\"]', '2026-05-08 12:31:32', '2026-05-08 20:29:40', '2026-05-08 12:29:40', '2026-05-08 12:31:32'),
(329, 'App\\Models\\User', 15, 'embed-token', '4811048e8204e715edb40d2a1be5575728ee2eac43df793e8b75a79b9e02afd5', '[\"*\"]', '2026-05-08 12:30:18', '2026-05-08 20:30:17', '2026-05-08 12:30:17', '2026-05-08 12:30:18'),
(330, 'App\\Models\\User', 15, 'embed-token', 'c2f624c46f59ae2ca4698e8cc3bc8bfcba837c4974625d416c2ab0f50077dee9', '[\"*\"]', '2026-05-08 16:53:11', '2026-05-08 20:30:18', '2026-05-08 12:30:18', '2026-05-08 16:53:11'),
(331, 'App\\Models\\User', 15, 'embed-token', '634dce6ee786466616166629fbca5474abc8ec67af2dd737c9d1f8b3bcd79214', '[\"*\"]', '2026-05-08 12:51:43', '2026-05-08 20:51:41', '2026-05-08 12:51:41', '2026-05-08 12:51:43'),
(332, 'App\\Models\\User', 15, 'embed-token', '163d63d617a19ca8e8a786588d1b3ade7bc1b3c5209aa59ab569bfadbe286172', '[\"*\"]', '2026-05-08 12:51:44', '2026-05-08 20:51:42', '2026-05-08 12:51:42', '2026-05-08 12:51:44'),
(333, 'App\\Models\\User', 12, 'embed-token', '74c0c60bc8caa63108ee4c4d8768c73b79c1aed155cb7b357da2f6c290c4f994', '[\"*\"]', '2026-05-08 13:00:10', '2026-05-08 21:00:09', '2026-05-08 13:00:09', '2026-05-08 13:00:10'),
(334, 'App\\Models\\User', 12, 'embed-token', '3c5c8bfd029c7e77a6275f3851210f98d8b7161dd7564b6758e04e14ba44ecb5', '[\"*\"]', '2026-05-08 14:03:42', '2026-05-08 21:00:10', '2026-05-08 13:00:10', '2026-05-08 14:03:42'),
(342, 'App\\Models\\User', 12, 'embed-token', '6a0feb00b539d5d35902d647a1e65821a6aba6e68fc7edd76b3c11171f3ae418', '[\"*\"]', '2026-05-08 14:04:53', '2026-05-08 22:03:42', '2026-05-08 14:03:42', '2026-05-08 14:04:53'),
(347, 'App\\Models\\User', 15, 'embed-token', '155a8ba588425cc240e7ba9b23113486e0a32969f76aaa7559882523ab5ec244', '[\"*\"]', '2026-05-08 16:53:15', '2026-05-09 00:53:14', '2026-05-08 16:53:14', '2026-05-08 16:53:15'),
(348, 'App\\Models\\User', 15, 'embed-token', 'f0f6511de25dd1811e8ebc1bc1453b41be6cc0da3dc8eebdc42dde8fe03d3319', '[\"*\"]', '2026-05-08 16:53:18', '2026-05-09 00:53:15', '2026-05-08 16:53:15', '2026-05-08 16:53:18'),
(350, 'App\\Models\\User', 13, 'embed-token', 'faede98e8aaf58643c10e2267b65acaafcf7c544c0d8ea3f7eb89780b2bb6d24', '[\"*\"]', '2026-05-09 08:02:29', '2026-05-09 16:02:28', '2026-05-09 08:02:28', '2026-05-09 08:02:29'),
(351, 'App\\Models\\User', 13, 'embed-token', '3db99b195428ec285adbe81d5448cbea35ad843a900172311a3998cb7cef3162', '[\"*\"]', '2026-05-09 08:03:00', '2026-05-09 16:02:29', '2026-05-09 08:02:29', '2026-05-09 08:03:00'),
(352, 'App\\Models\\User', 13, 'embed-token', '3fc7b5764af508204a2c87c012f20584597be9ac697d9b0202a89ee4c676f639', '[\"*\"]', '2026-05-09 08:22:49', '2026-05-09 16:22:48', '2026-05-09 08:22:48', '2026-05-09 08:22:49'),
(353, 'App\\Models\\User', 13, 'embed-token', '3e981f15a40e65996309a572335989f83933611cb9bf146bee0b122c011a3018', '[\"*\"]', '2026-05-09 09:28:14', '2026-05-09 16:22:48', '2026-05-09 08:22:48', '2026-05-09 09:28:14'),
(354, 'App\\Models\\User', 13, 'embed-token', '3a4ddb915d395e9f22296f12fd38466c4ecf99045bc77856ae32f673f6feb061', '[\"*\"]', '2026-05-09 09:28:15', '2026-05-09 17:28:14', '2026-05-09 09:28:14', '2026-05-09 09:28:15'),
(355, 'App\\Models\\User', 13, 'embed-token', 'f8d689cbd4899052f44fe4787d65b74d6583edae2ca46073db4e82bec62440f6', '[\"*\"]', '2026-05-09 10:12:28', '2026-05-09 18:12:27', '2026-05-09 10:12:27', '2026-05-09 10:12:28');
INSERT INTO `personal_access_tokens` (`id`, `tokenable_type`, `tokenable_id`, `name`, `token`, `abilities`, `last_used_at`, `expires_at`, `created_at`, `updated_at`) VALUES
(356, 'App\\Models\\User', 13, 'embed-token', '0795b8247d0cb0e938baf0bcde612ac76abe23cc805701b47194eb0209cdcf38', '[\"*\"]', '2026-05-09 10:37:07', '2026-05-09 18:12:28', '2026-05-09 10:12:28', '2026-05-09 10:37:07'),
(358, 'App\\Models\\User', 13, 'embed-token', '6564d3da78782ac7087131a096e52fc5ec44aa81938cd5b8f4efb5acd587df04', '[\"*\"]', '2026-05-09 10:40:46', '2026-05-09 18:37:07', '2026-05-09 10:37:07', '2026-05-09 10:40:46'),
(359, 'App\\Models\\User', 13, 'embed-token', 'faf3503eb914e690229ba8be3a38576151921f5e58ccb713da74d9578d2db5cb', '[\"*\"]', '2026-05-09 10:59:11', '2026-05-09 18:40:47', '2026-05-09 10:40:47', '2026-05-09 10:59:11'),
(360, 'App\\Models\\User', 13, 'embed-token', 'f6c82dc40c20298e0c50cb735f8a73086d1ab08033112fc9e9dfaac1422a9319', '[\"*\"]', '2026-05-09 10:59:45', '2026-05-09 18:59:11', '2026-05-09 10:59:11', '2026-05-09 10:59:45'),
(362, 'App\\Models\\User', 16, 'auth-token', '100e855f8a330eacfb67b6e4870d31f510912aba0459737bb5c65150fb2761bf', '[\"*\"]', '2026-05-09 11:13:17', NULL, '2026-05-09 11:12:43', '2026-05-09 11:13:17'),
(364, 'App\\Models\\User', 13, 'codex-debug', '066c4605a6343c745a4eea62fb8fc9f301126778ee6ff375eb664632605000c9', '[\"*\"]', '2026-05-09 11:24:40', NULL, '2026-05-09 11:24:34', '2026-05-09 11:24:40'),
(365, 'App\\Models\\User', 4, 'auth-token', 'aa2254619eabe828a5ff3a2000ae4073e7794c1456a48334baf91a2c341bb9be', '[\"*\"]', '2026-05-15 13:24:17', NULL, '2026-05-15 13:00:44', '2026-05-15 13:24:17'),
(366, 'App\\Models\\User', 1, 'auth-token', '44c4a3367a497bb8d0ba3f625dcd88845cbc0008de8a1dc95a14ed03dab0d5ce', '[\"*\"]', '2026-05-15 13:24:21', NULL, '2026-05-15 13:08:09', '2026-05-15 13:24:21');

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

--
-- Table structure for table `sessions`
--

CREATE TABLE `sessions` (
  `id` varchar(255) NOT NULL,
  `user_id` int(11) DEFAULT NULL,
  `ip_address` varchar(255) DEFAULT NULL,
  `user_agent` longtext DEFAULT NULL,
  `payload` longtext NOT NULL,
  `last_activity` int(11) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Dumping data for table `sessions`
--

INSERT INTO `sessions` (`id`, `user_id`, `ip_address`, `user_agent`, `payload`, `last_activity`) VALUES
('4e2wmKfviKGh3A2pDvhKKvNGhMKtDBycoK4Q0cUA', NULL, '105.112.26.5', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/147.0.0.0 Safari/537.36', 'YTozOntzOjY6Il90b2tlbiI7czo0MDoiNzVmeHpLOHBQT1RUTEVCTkNUMEdCcFNmakE0dXh0REZkZkF6UDR4USI7czo5OiJfcHJldmlvdXMiO2E6Mjp7czozOiJ1cmwiO3M6ODM6Imh0dHBzOi8vdGlja2V0cy5jcmlzcHNsb29rcy5jb20vP2VtYmVkPTEmcGFyZW50X29yaWdpbj1odHRwcyUzQSUyRiUyRnNvbW1ldHZpbmUuY29tIjtzOjU6InJvdXRlIjtOO31zOjY6Il9mbGFzaCI7YToyOntzOjM6Im9sZCI7YTowOnt9czozOiJuZXciO2E6MDp7fX19', 1778323245),
('5Smz565TmOTatQ1r19lD9fYHYIfqOKgZsM24LdAQ', NULL, '197.211.52.73', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/147.0.0.0 Safari/537.36', 'YTozOntzOjY6Il90b2tlbiI7czo0MDoiWG13YUNxZzZwa0psSXdONmNUM3ZYbkhPU2F2ZVI5dUdzTWFOU2RLMSI7czo5OiJfcHJldmlvdXMiO2E6Mjp7czozOiJ1cmwiO3M6MzE6Imh0dHBzOi8vdGlja2V0cy5jcmlzcHNsb29rcy5jb20iO3M6NToicm91dGUiO047fXM6NjoiX2ZsYXNoIjthOjI6e3M6Mzoib2xkIjthOjA6e31zOjM6Im5ldyI7YTowOnt9fX0=', 1778276980),
('66HXXrZN1Y3gczOT5JUBZre9S4Vq28adopjyGDrh', NULL, '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/147.0.0.0 Safari/537.36', 'YTozOntzOjY6Il90b2tlbiI7czo0MDoieDhGeElkeXNqbmhEMkY3dk4zWHZmNWdwWVRwZVN2Mlg0VnZkZEpZayI7czo5OiJfcHJldmlvdXMiO2E6Mjp7czozOiJ1cmwiO3M6MjE6Imh0dHA6Ly8xMjcuMC4wLjE6ODAwMCI7czo1OiJyb3V0ZSI7Tjt9czo2OiJfZmxhc2giO2E6Mjp7czozOiJvbGQiO2E6MDp7fXM6MzoibmV3IjthOjA6e319fQ==', 1778849988),
('9S058RFBoxIiC4T0A4939efUQt5THIielkJWorFc', NULL, '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/147.0.0.0 Safari/537.36', 'YTozOntzOjY6Il90b2tlbiI7czo0MDoiZGZ4Z1hFdEJubGJISlpsaW5TcTM5cEtnY3NGU0tDaXFwT2UxY3J1YyI7czo5OiJfcHJldmlvdXMiO2E6Mjp7czozOiJ1cmwiO3M6MjE6Imh0dHA6Ly8xMjcuMC4wLjE6ODAwMCI7czo1OiJyb3V0ZSI7Tjt9czo2OiJfZmxhc2giO2E6Mjp7czozOiJvbGQiO2E6MDp7fXM6MzoibmV3IjthOjA6e319fQ==', 1778326639),
('aWlSRlxJ5ObPg1vF6B7O4CZMyaNj0jEc9arc0DW0', NULL, '199.45.154.155', 'Mozilla/5.0 (compatible; CensysInspect/1.1; +https://about.censys.io/)', 'YTozOntzOjY6Il90b2tlbiI7czo0MDoiSm9ocmJpUjNoR0J1WFhkN1ZkSUVMbFFEYzBZSnpzRVBFYkhheHJKUSI7czo5OiJfcHJldmlvdXMiO2E6Mjp7czozOiJ1cmwiO3M6MzE6Imh0dHBzOi8vdGlja2V0cy5jcmlzcHNsb29rcy5jb20iO3M6NToicm91dGUiO047fXM6NjoiX2ZsYXNoIjthOjI6e3M6Mzoib2xkIjthOjA6e31zOjM6Im5ldyI7YTowOnt9fX0=', 1778300712),
('DvGLeO7jo7qJ39aQCBNMinWr8bmxG6i3qJjloItl', NULL, '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/148.0.0.0 Safari/537.36', 'YTozOntzOjY6Il90b2tlbiI7czo0MDoibHBZTjJLRVRESGwwNXh3Zk81Nnk0NkF4Q2t2Y1ZaOUVSQ3U4aDdTNyI7czo5OiJfcHJldmlvdXMiO2E6Mjp7czozOiJ1cmwiO3M6MjE6Imh0dHA6Ly8xMjcuMC4wLjE6ODAwMCI7czo1OiJyb3V0ZSI7Tjt9czo2OiJfZmxhc2giO2E6Mjp7czozOiJvbGQiO2E6MDp7fXM6MzoibmV3IjthOjA6e319fQ==', 1778851346),
('G8mLpJncZj9ejObfJ3o1X5IEXiLGERSgXr17tr2F', NULL, '105.112.26.5', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/147.0.0.0 Safari/537.36', 'YTozOntzOjY6Il90b2tlbiI7czo0MDoiamdZVWhjNGtUeVNTQlp0RzR1YW1Rb3dWQm1hMmZDTWN6SXdEbVdSeiI7czo5OiJfcHJldmlvdXMiO2E6Mjp7czozOiJ1cmwiO3M6ODM6Imh0dHBzOi8vdGlja2V0cy5jcmlzcHNsb29rcy5jb20vP2VtYmVkPTEmcGFyZW50X29yaWdpbj1odHRwcyUzQSUyRiUyRnNvbW1ldHZpbmUuY29tIjtzOjU6InJvdXRlIjtOO31zOjY6Il9mbGFzaCI7YToyOntzOjM6Im9sZCI7YTowOnt9czozOiJuZXciO2E6MDp7fX19', 1778324348),
('JapclayOZHwfLX83Kz8vjzXxqEXHmS3VixXcJ0Yj', NULL, '66.132.172.218', 'Mozilla/5.0 (compatible; CensysInspect/1.1; +https://about.censys.io/)', 'YTozOntzOjY6Il90b2tlbiI7czo0MDoiWE9FN3k0aUs4eU1kRllxeTZYb0kwSXQ3amVRaGtsUXhjNURHOUtqZyI7czo5OiJfcHJldmlvdXMiO2E6Mjp7czozOiJ1cmwiO3M6MzU6Imh0dHBzOi8vd3d3LnRpY2tldHMuY3Jpc3BzbG9va3MuY29tIjtzOjU6InJvdXRlIjtOO31zOjY6Il9mbGFzaCI7YToyOntzOjM6Im9sZCI7YTowOnt9czozOiJuZXciO2E6MDp7fX19', 1778290667),
('MKGqvwzyF18ooppDrLXgR7ur4h48SIUoFhsohNs8', NULL, '105.112.26.5', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/147.0.0.0 Safari/537.36', 'YTozOntzOjY6Il90b2tlbiI7czo0MDoiWDJyb3BBVk1UaHEwSXl0MVE2N0I5SDROcXV0TFBaMkEyajlTRkRudyI7czo5OiJfcHJldmlvdXMiO2E6Mjp7czozOiJ1cmwiO3M6ODM6Imh0dHBzOi8vdGlja2V0cy5jcmlzcHNsb29rcy5jb20vP2VtYmVkPTEmcGFyZW50X29yaWdpbj1odHRwcyUzQSUyRiUyRnNvbW1ldHZpbmUuY29tIjtzOjU6InJvdXRlIjtOO31zOjY6Il9mbGFzaCI7YToyOntzOjM6Im9sZCI7YTowOnt9czozOiJuZXciO2E6MDp7fX19', 1778323025),
('oEl23RaJFJPKBfQIOaBhN0RMXda1wBn1rkj67JDD', NULL, '102.90.103.139', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.3.1 Safari/605.1.15', 'YTozOntzOjY6Il90b2tlbiI7czo0MDoiaEJtRlA2TldqSDJaSWQxNkVwVG11ODNnV01mM2dOeDhVUWNkZXdoSiI7czo5OiJfcHJldmlvdXMiO2E6Mjp7czozOiJ1cmwiO3M6ODM6Imh0dHBzOi8vdGlja2V0cy5jcmlzcHNsb29rcy5jb20vP2VtYmVkPTEmcGFyZW50X29yaWdpbj1odHRwcyUzQSUyRiUyRnNvbW1ldHZpbmUuY29tIjtzOjU6InJvdXRlIjtOO31zOjY6Il9mbGFzaCI7YToyOntzOjM6Im9sZCI7YTowOnt9czozOiJuZXciO2E6MDp7fX19', 1778318892),
('tdM8bcLGgX0aRTnXj78moZ1J0B614IjAuZ7kyprk', NULL, '102.90.103.139', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.3.1 Safari/605.1.15', 'YTozOntzOjY6Il90b2tlbiI7czo0MDoiZUFoMEJ2NHN6ZERJQTlFS1JWdDBaUENDNFJoc2RHZG9LTWRyMEhyOSI7czo5OiJfcHJldmlvdXMiO2E6Mjp7czozOiJ1cmwiO3M6ODM6Imh0dHBzOi8vdGlja2V0cy5jcmlzcHNsb29rcy5jb20vP2VtYmVkPTEmcGFyZW50X29yaWdpbj1odHRwcyUzQSUyRiUyRnNvbW1ldHZpbmUuY29tIjtzOjU6InJvdXRlIjtOO31zOjY6Il9mbGFzaCI7YToyOntzOjM6Im9sZCI7YTowOnt9czozOiJuZXciO2E6MDp7fX19', 1778313746),
('WhKlKArKoGWUBGIce2upQeJsMtAg9Q4VyK3JfsGd', NULL, '102.90.103.139', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.3.1 Safari/605.1.15', 'YTozOntzOjY6Il90b2tlbiI7czo0MDoiWndvSTNrdTBTbkNCaHg0bFlSNUF2SHFrSVBBNFIxVjF2Z05tb1FWayI7czo5OiJfcHJldmlvdXMiO2E6Mjp7czozOiJ1cmwiO3M6ODM6Imh0dHBzOi8vdGlja2V0cy5jcmlzcHNsb29rcy5jb20vP2VtYmVkPTEmcGFyZW50X29yaWdpbj1odHRwcyUzQSUyRiUyRnNvbW1ldHZpbmUuY29tIjtzOjU6InJvdXRlIjtOO31zOjY6Il9mbGFzaCI7YToyOntzOjM6Im9sZCI7YTowOnt9czozOiJuZXciO2E6MDp7fX19', 1778314967),
('XWdifXTXiefLwW2UUjZPpWcBgccGpl6DGN8MI7Um', NULL, '105.112.26.5', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/147.0.0.0 Safari/537.36', 'YTozOntzOjY6Il90b2tlbiI7czo0MDoiM0c5eFVMWmFIc2NLN05KZ2hLYmVJUUhZZUIwU3JDbWZzMXhETGEzTSI7czo5OiJfcHJldmlvdXMiO2E6Mjp7czozOiJ1cmwiO3M6MzE6Imh0dHBzOi8vdGlja2V0cy5jcmlzcHNsb29rcy5jb20iO3M6NToicm91dGUiO047fXM6NjoiX2ZsYXNoIjthOjI6e3M6Mzoib2xkIjthOjA6e31zOjM6Im5ldyI7YTowOnt9fX0=', 1778324137),
('ZRYSsZEbtAXBTuSetpcOJLGyQa6PTzW8RJnBbcLK', NULL, '105.112.26.5', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/147.0.0.0 Safari/537.36', 'YTozOntzOjY6Il90b2tlbiI7czo0MDoieDdQZW5jWGloRGFscWtsSWFhMWVETVJjeFEyd0VGUDMzdjBRd3I0diI7czo5OiJfcHJldmlvdXMiO2E6Mjp7czozOiJ1cmwiO3M6ODM6Imh0dHBzOi8vdGlja2V0cy5jcmlzcHNsb29rcy5jb20vP2VtYmVkPTEmcGFyZW50X29yaWdpbj1odHRwcyUzQSUyRiUyRnNvbW1ldHZpbmUuY29tIjtzOjU6InJvdXRlIjtOO31zOjY6Il9mbGFzaCI7YToyOntzOjM6Im9sZCI7YTowOnt9czozOiJuZXciO2E6MDp7fX19', 1778321545);

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

--
-- Table structure for table `support_categories`
--

CREATE TABLE `support_categories` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `name` varchar(255) NOT NULL,
  `slug` varchar(255) NOT NULL,
  `is_active` tinyint(1) NOT NULL DEFAULT 1,
  `sort_order` int(10) UNSIGNED NOT NULL DEFAULT 0,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Dumping data for table `support_categories`
--

INSERT INTO `support_categories` (`id`, `name`, `slug`, `is_active`, `sort_order`, `created_at`, `updated_at`) VALUES
(1, 'General support', 'general-support', 1, 1, '2026-04-10 21:48:00', '2026-04-10 21:48:00'),
(2, 'Technical support', 'technical-support', 1, 2, '2026-04-10 21:48:00', '2026-04-10 21:48:00'),
(3, 'Sales', 'sales', 1, 3, '2026-04-10 21:48:00', '2026-04-10 21:48:00');

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

--
-- Table structure for table `tickets`
--

CREATE TABLE `tickets` (
  `id` varchar(255) NOT NULL,
  `title` varchar(255) NOT NULL,
  `description` longtext NOT NULL,
  `category` varchar(255) NOT NULL,
  `priority` varchar(255) NOT NULL,
  `status` varchar(255) NOT NULL,
  `requester` varchar(255) DEFAULT NULL,
  `requester_id` int(11) DEFAULT NULL,
  `requester_name` varchar(255) DEFAULT NULL,
  `department` varchar(255) DEFAULT NULL,
  `assigned_to_id` int(11) DEFAULT NULL,
  `sla_due` datetime DEFAULT NULL,
  `first_response_sla` datetime DEFAULT NULL,
  `resolution_sla` datetime DEFAULT NULL,
  `first_response_at` datetime DEFAULT NULL,
  `first_response_met` int(11) NOT NULL DEFAULT 0,
  `created_at` datetime DEFAULT NULL,
  `updated_at` datetime DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Dumping data for table `tickets`
--

INSERT INTO `tickets` (`id`, `title`, `description`, `category`, `priority`, `status`, `requester`, `requester_id`, `requester_name`, `department`, `assigned_to_id`, `sla_due`, `first_response_sla`, `resolution_sla`, `first_response_at`, `first_response_met`, `created_at`, `updated_at`) VALUES
('TKT-1776082489-RO01LI', 'Final testing', 'Final testing', 'Technical support', 'Medium', 'closed', 'David', 5, 'David', 'Shoprite', NULL, '2026-04-15 12:14:49', '2026-04-13 16:14:49', '2026-04-15 12:14:49', NULL, 0, '2026-04-13 12:14:49', '2026-04-30 15:51:02'),
('TKT-1777365689-FRW9BH', 'Upgrade to Delivery Management', 'I want us to have a section/column where activity status can be displayed e.g when any of the delivery Managers update an order status to delivered it should clearly show something like UPDATED BY JAMES\n\nThere should also be a filter to be able to lookup only orders UPDATED by individual delivery Managers if possible.\nOn my OPERATIONS MANAGER DASHBOARD and MD\'S DASHBOARD there should also be a section that displays the total Delivered updated by individual delivery Managers which also can be filtered by choosing a date range.', 'Technical support', 'Medium', 'closed', 'Emmanuel O', 12, 'Emmanuel O', 'Operations', 4, '2026-04-30 08:41:29', '2026-04-28 12:41:29', '2026-04-30 08:41:29', '2026-04-30 16:03:45', 0, '2026-04-28 08:41:29', '2026-05-04 12:03:53'),
('TKT-1777366269-KILF2H', 'Sales Dashboard on OPERATIONS manager DASHBOARD', 'The sales Dashboard displaying on my end is not showing any data. Please work on it', 'Sales', 'Low', 'closed', 'Emmanuel O', 12, 'Emmanuel O', 'Operations', 4, '2026-05-01 08:51:09', '2026-04-29 08:51:09', '2026-05-01 08:51:09', '2026-04-29 10:57:02', 0, '2026-04-28 08:51:09', '2026-05-04 12:04:29'),
('TKT-1777366533-XYUC83', 'LOGISTICS', 'LOGISTICS Manager has not been able to create waybill on the system, the error message he keeps getting is \"sorry! You are not allowed to access this module', 'Technical support', 'High', 'closed', 'Emmanuel O', 12, 'Emmanuel O', 'LOGISTICS', NULL, '2026-04-29 08:55:33', '2026-04-28 09:55:33', '2026-04-29 08:55:33', '2026-04-29 10:49:30', 0, '2026-04-28 08:55:33', '2026-05-04 12:05:07'),
('TKT-1777366839-DRTQAN', 'Issue with BUMP ORDERS', 'We discovered bump orders on the CRM cannot be updated to delivered,  here are few to try out on your end : order ID 3192, 3121, 3181, 4381, 4643, 3283', 'Technical support', 'Urgent', 'closed', 'Emmanuel O', 12, 'Emmanuel O', 'Operations', 4, '2026-04-28 13:00:39', '2026-04-28 09:15:39', '2026-04-28 13:00:39', '2026-04-29 10:46:22', 0, '2026-04-28 09:00:39', '2026-05-04 12:05:28'),
('TKT-1777367015-GLUFES', 'CRM SPEED', 'CRM speed is extremely low for delivery Managers activities hence slowing down work, incurring Backlogs and being put on pressure.', 'Technical support', 'Urgent', 'closed', 'Emmanuel O', 12, 'Emmanuel O', 'Operations', 4, '2026-04-28 13:03:35', '2026-04-28 09:18:35', '2026-04-28 13:03:35', NULL, 0, '2026-04-28 09:03:35', '2026-05-04 12:05:56'),
('TKT-1777472812-W3KFH6', 'Waybill management', 'The logistics manager initiated a waybill on the CRM to confirm if the problem has been fixed which worked, but I noticed on my operations manager profile I cannot see the waybill he has initiated. Please work on this.', 'Technical support', 'Medium', 'closed', 'Emmanuel O', 12, 'Emmanuel O', 'logistics', NULL, '2026-05-01 14:26:52', '2026-04-29 18:26:52', '2026-05-01 14:26:52', '2026-05-01 08:39:39', 0, '2026-04-29 14:26:52', '2026-05-06 15:42:50'),
('TKT-1777892743-DIO12S', 'REPEATED ORDER TAB', 'JUST AS WE HAVE A TAB FOR CALL BACK, NOT PICKING ETC, A TAB FOR REPEATED ORDER SHOULD BE CREATED, SO SALES CLOSERS CAN MOVE ORDERS THAT ARE REPEATED THERE, IT WILL STILL COUNT FOR THEM JUST AS ORDERS ON THE OTHER TABS DOES UNTIL IT IS REVIEWED BY ADMIN OR SALES MANAGER.(THIS HAS ALSO BEEN DISCUSSED AND APPROVED BY MY BOSS).\n\nALSO A TRASH BIN SHOULD BE CREATED, WHEN ADMIN(SALES MANAGER) HAS CONFIRMED AN ORDER AS REPEATED IT SHOULD BE MOVED TO THE TRASH BIN, AT THIS POINT IT STOPS COUNTING FOR THE SALES REP, IT GETS REMOVED FROM THEIR TOTAL ORDER BUT DOES NOT GET PERMANTENTLY DELETED, IT REMAINS IN THE TRASH BIN FOR 30DAYS , WITH A RESTORE OPTION( IT CAN BE RESTORED TO THE SALES CLOSER), AFTER 30 DAYS IF NOT RESTORED IT CAN BE PERMANENTLY DELETED.', 'Sales', 'Urgent', 'open', 'Marytexy', 15, 'Marytexy', 'Sommetvine', NULL, '2026-05-04 15:05:43', '2026-05-04 11:20:43', '2026-05-04 15:05:43', NULL, 0, '2026-05-04 11:05:43', '2026-05-04 11:05:43'),
('TKT-1777903055-A01MRP', 'Upgrade to waybill management', 'I can now see the populated list of waybills INITIATED. But 1. I noticed the list is continuously populated without splitting into pages, please work on this, this can help to give the logistics manager how many total he has initiated on this section also. 2. No option to input total quantity of DAMAGE product when updating to received/delivered 3. No provision to input total quantity of excess received. 4. No provision to input total quantity of shortages. 5. No provision to input missing waybill/product. 6. I noticed the filter is not effective on pending orders, because when I did for pending orders it brought out no record even though we actually have. Also on my OPERATIONS MANAGER DASHBOARD and MD\'S DASHBOARD there should be a section displaying total quantity of shortages, excess, damaged, missing waybill or product. Total pending/in transit waybills. This will help me checkmate whatever the logistics manager is doing. Also let me know if I should log this in a different ticket if it is to be treated as a different issue entirely. Thank you', 'Technical support', 'High', 'closed', 'Emmanuel O', 12, 'Emmanuel O', 'Logistics', 4, '2026-05-05 13:57:35', '2026-05-04 14:57:35', '2026-05-05 13:57:35', NULL, 0, '2026-05-04 13:57:35', '2026-05-07 08:34:22'),
('TKT-1777904191-DX28SZ', 'Upgrade to updating an order status to delivered', 'Our sales closers are often task to offer cross sells to our clients, that is introduced other products that we sell to this clients. In some cases this clients actually agree to receive this additional products.\n\nNow when delivery Managers wants to update such order to delivered there\'s no provision to add such cross sells.\n\nPlease add a section where when updating, delivery Managers can add this cross sells. (Product, Qty and Price/amount)', 'Technical support', 'High', 'resolved', 'Emmanuel O', 12, 'Emmanuel O', 'Operations', NULL, '2026-05-05 14:16:31', '2026-05-04 15:16:31', '2026-05-05 14:16:31', NULL, 0, '2026-05-04 14:16:31', '2026-05-07 13:43:27'),
('TKT-1777907599-Q7C026', 'INITIATING OF ORDERS', 'ORDERS INITIATED BY WHATSAPP CLOSERS GETS ASSIGNED TO RANDOM SALES CLOSERS.\nPLEASE, EACH ORDER INITIATED IS SUPPOSED TO BE ASSIGNED TO THE SALES CLOSER/ WHATSAPP REP WHO INITIATED IT. THEY ALSO DON\'T HAVE THE OPTION TO SELECT THE PERSON THAT THEY WANT THE ORDER TO BE ASSIGNED TO. EVEN IF THE FEATURE OF SELECTING WHO TO ASSIGN THE INITIATED ORDERS TO IS NOT ENABLED, ALL INITIATED ORDERS BY SALES CLOSERS/WHATSAPP REPS SHOULD BE AUTOMATICALLY ASSIGNED TO THE REP THAT INITIATED IT', 'Sales', 'Urgent', 'open', 'Marytexy', 15, 'Marytexy', 'Sommetvine', NULL, '2026-05-04 19:13:19', '2026-05-04 15:28:19', '2026-05-04 19:13:19', NULL, 0, '2026-05-04 15:13:19', '2026-05-04 15:13:19'),
('TKT-1778058011-LUE4MP', 'Initiating of Orders', 'ORDERS INITIATED BY WHATSAPP CLOSERS GETS ASSIGNED TO RANDOM SALES CLOSERS. PLEASE, EACH ORDER INITIATED IS SUPPOSED TO BE ASSIGNED TO THE SALES CLOSER/ WHATSAPP REP WHO INITIATED IT. THEY ALSO DON\'T HAVE THE OPTION TO SELECT THE PERSON THAT THEY WANT THE ORDER TO BE ASSIGNED TO. EVEN IF THE FEATURE OF SELECTING WHO TO ASSIGN THE INITIATED ORDERS TO IS NOT ENABLED, ALL INITIATED ORDERS BY SALES CLOSERS/WHATSAPP REPS SHOULD BE AUTOMATICALLY ASSIGNED TO THE REP THAT INITIATED IT', 'Technical support', 'Urgent', 'in-progress', 'Marytexy', 15, 'Marytexy', 'Sommetvine', 4, '2026-05-06 13:00:11', '2026-05-06 09:15:11', '2026-05-06 13:00:11', NULL, 0, '2026-05-06 09:00:11', '2026-05-08 09:46:10'),
('TKT-1778081667-P9YKNZ', 'Waybill management', 'there\'s still no provision for logistics manager to input shortage, excess, damage, missing on his end... There are also new items added that\'s not supposed to be in the waybill management like sales order and delivery list. Also logistics manager complained that after updating status to received or delivered the waybill status is not actually changing, new initiated waybill isn\'t reflecting.', 'Technical support', 'High', 'resolved', 'Emmanuel O', 12, 'Emmanuel O', 'logistics', NULL, '2026-05-07 15:34:27', '2026-05-06 16:34:27', '2026-05-07 15:34:27', NULL, 0, '2026-05-06 15:34:27', '2026-05-09 10:24:29'),
('TKT-1778082851-LHI1WG', 'IMPROVE TO UPDATING ORDER STATUS TO DELIVERED FOR MAIN PRODUCT', 'We have recently noticed that at point of delivery some customers reject the main order and go for the cross-sell, since the main product Qty cannot be zero it is going to affect when updating. So please to fix this the main product Qty value command should be able to accept the value \"0\"', 'Technical support', 'High', 'resolved', 'Emmanuel O', 12, 'Emmanuel O', 'Opeations', 4, '2026-05-07 15:54:11', '2026-05-06 16:54:11', '2026-05-07 15:54:11', NULL, 0, '2026-05-06 15:54:11', '2026-05-07 13:44:10'),
('TKT-1778325182-9C067W', 'Local API create test', 'Testing the live create-ticket path through HTTP.', 'Technical support', 'Medium', 'open', 'Codex Local', 16, 'Codex Local', 'Sommetvine', 4, '2026-05-11 11:13:02', '2026-05-09 15:13:02', '2026-05-11 11:13:02', NULL, 0, '2026-05-09 11:13:02', '2026-05-09 11:13:02'),
('TKT-1778325880-168KDG', 'Org admin create test', 'Testing organization admin ticket creation via HTTP.', 'Technical support', 'Medium', 'open', 'sommetvineadmin', 13, 'sommetvineadmin', 'Sommetvine', 4, '2026-05-11 11:24:40', '2026-05-09 15:24:40', '2026-05-11 11:24:40', NULL, 0, '2026-05-09 11:24:40', '2026-05-09 11:24:40'),
('TKT-1778325880-EK7CZH', 'Super admin create test', 'Testing super admin ticket creation via HTTP.', 'Technical support', 'Medium', 'open', 'Admin User', 1, 'Admin User', 'IT', 4, '2026-05-11 11:24:40', '2026-05-09 15:24:40', '2026-05-11 11:24:40', NULL, 0, '2026-05-09 11:24:40', '2026-05-09 11:24:40'),
('TKT-1778326654-PCLJQR', 'lhgfcxdghj', 'lojhgfcxdcvhbnm', 'Technical support', 'Low', 'open', 'Admin User', 1, 'Admin User', 'IT', 4, '2026-05-12 11:37:34', '2026-05-10 11:37:34', '2026-05-12 11:37:34', NULL, 0, '2026-05-09 11:37:34', '2026-05-09 11:37:34'),
('TKT-1778850537-2XNEBT', 'testing', 'testing', 'Technical support', 'Medium', 'open', 'Admin User', 1, 'Admin User', 'IT', 4, '2026-05-17 13:08:57', '2026-05-15 17:08:57', '2026-05-17 13:08:57', NULL, 0, '2026-05-15 13:08:57', '2026-05-15 13:08:57');

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

--
-- Table structure for table `ticket_agent`
--

CREATE TABLE `ticket_agent` (
  `ticket_id` varchar(255) NOT NULL,
  `agent_id` int(11) NOT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Dumping data for table `ticket_agent`
--

INSERT INTO `ticket_agent` (`ticket_id`, `agent_id`, `created_at`, `updated_at`) VALUES
('TKT-1776082489-RO01LI', 4, '2026-04-13 16:17:48', '2026-04-13 16:17:48'),
('TKT-1777365689-FRW9BH', 4, '2026-04-28 12:41:29', '2026-04-28 12:41:29'),
('TKT-1777366269-KILF2H', 4, '2026-04-28 12:51:09', '2026-04-28 12:51:09'),
('TKT-1777366839-DRTQAN', 4, '2026-04-28 13:00:39', '2026-04-28 13:00:39'),
('TKT-1777367015-GLUFES', 4, '2026-04-28 13:03:35', '2026-04-28 13:03:35'),
('TKT-1777472812-W3KFH6', 4, '2026-04-30 12:58:07', '2026-04-30 12:58:07'),
('TKT-1777903055-A01MRP', 4, '2026-05-04 17:57:35', '2026-05-04 17:57:35'),
('TKT-1777907599-Q7C026', 4, '2026-05-05 14:15:48', '2026-05-05 14:15:48'),
('TKT-1778058011-LUE4MP', 4, '2026-05-06 13:00:11', '2026-05-06 13:00:11'),
('TKT-1778082851-LHI1WG', 4, '2026-05-06 19:54:11', '2026-05-06 19:54:11'),
('TKT-1778325182-9C067W', 4, '2026-05-09 10:13:02', '2026-05-09 10:13:02'),
('TKT-1778325880-168KDG', 4, '2026-05-09 10:24:40', '2026-05-09 10:24:40'),
('TKT-1778325880-EK7CZH', 4, '2026-05-09 10:24:40', '2026-05-09 10:24:40'),
('TKT-1778326654-PCLJQR', 4, '2026-05-09 10:37:34', '2026-05-09 10:37:34'),
('TKT-1778850537-2XNEBT', 4, '2026-05-15 12:08:57', '2026-05-15 12:08:57');

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

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

CREATE TABLE `users` (
  `id` int(11) NOT NULL,
  `name` varchar(255) NOT NULL,
  `email` varchar(255) NOT NULL,
  `email_verified_at` datetime DEFAULT NULL,
  `password` varchar(255) NOT NULL,
  `remember_token` varchar(255) DEFAULT NULL,
  `created_at` datetime DEFAULT NULL,
  `updated_at` datetime DEFAULT NULL,
  `role` varchar(255) NOT NULL DEFAULT 'user',
  `is_super_admin` tinyint(1) NOT NULL DEFAULT 0,
  `department` varchar(255) DEFAULT NULL,
  `category` varchar(255) DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

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

INSERT INTO `users` (`id`, `name`, `email`, `email_verified_at`, `password`, `remember_token`, `created_at`, `updated_at`, `role`, `is_super_admin`, `department`, `category`) VALUES
(1, 'Admin User', 'ogwubenvic18@gmail.com', NULL, '$2y$12$mlt/1HuTXQxV0cZyMAegc.QdzhlrfdIK4zkRyMJwI1PvxlaVgQjS2', NULL, '2026-04-03 14:54:09', '2026-04-03 15:29:03', 'admin', 1, 'IT', NULL),
(4, 'John', 'ogwubenedict6@gmail.com', NULL, '$2y$12$dY2YLHZfGqA3./EhPzwOU.ZBx94tG2eOhNa4ekNXcFTiyMHFkWOK.', NULL, '2026-04-03 15:32:25', '2026-04-29 08:17:59', 'agent', 0, 'Tech', 'Technical support'),
(11, 'admin', 'admin@gmail.com', NULL, '$2y$12$1gPcqolI6g6WX4kfjpulaefOMY8uptAcFeiNn/ljLdne6R2aUDvEO', NULL, '2026-04-09 14:19:32', '2026-04-09 14:19:32', 'user', 0, 'Sommetvine', NULL),
(12, 'Emmanuel O', 'operations@sommetvine.com', NULL, '$2y$12$YBjsho4mpX7tZnNVX5QVzOo5CbVNpJetRwMfra6iJ49UIz5ot1Hs.', NULL, '2026-04-25 06:54:43', '2026-04-25 06:54:43', 'user', 0, 'Sommetvine', NULL),
(13, 'sommetvineadmin', 'henry@sommetvine.com', NULL, '$2y$12$g4L6wuCCWRKhIkgPM5FUx.CETApSpOSrC.xg9g5u6VcMCo5N4U8jG', NULL, '2026-04-25 10:50:41', '2026-05-09 10:12:05', 'admin', 0, 'Sommetvine', NULL),
(14, 'peacesommetvine', 'peace.hr@sommetvine.com', NULL, '$2y$12$as9d3WuHuXglpdlqewY98OHgNPQceruZBZqqlIniSbuknhIUu8Ib2', NULL, '2026-04-29 13:28:28', '2026-04-29 13:28:28', 'user', 0, 'Sommetvine', NULL),
(15, 'Marytexy', 'sales@sommetvine.com', NULL, '$2y$12$msOouW55o8FApM.O6R7k8ufJwboXWWsFpmGP9y0HKzPAnOlD82iz2', NULL, '2026-04-29 13:28:50', '2026-04-29 13:28:50', 'user', 0, 'Sommetvine', NULL),
(16, 'Codex Local', 'codex.local.20260509@example.com', NULL, '$2y$12$Ta93DPatolIodaWX4.dWJeSrOlUbwXsCuBsdARH9Ndkk1.6pXdzhW', NULL, '2026-05-09 11:12:43', '2026-05-09 11:12:43', 'user', 0, 'Sommetvine', 'Technical support');

--
-- Indexes for dumped tables
--

--
-- Indexes for table `attachments`
--
ALTER TABLE `attachments`
  ADD PRIMARY KEY (`id`),
  ADD KEY `attachments_ticket_id_foreign` (`ticket_id`),
  ADD KEY `attachments_uploaded_by_id_index` (`uploaded_by_id`),
  ADD KEY `attachments_comment_id_foreign` (`comment_id`);

--
-- Indexes for table `cache`
--
ALTER TABLE `cache`
  ADD PRIMARY KEY (`key`),
  ADD KEY `cache_expiration_index` (`expiration`);

--
-- Indexes for table `cache_locks`
--
ALTER TABLE `cache_locks`
  ADD PRIMARY KEY (`key`),
  ADD KEY `cache_locks_expiration_index` (`expiration`);

--
-- Indexes for table `client_api_keys`
--
ALTER TABLE `client_api_keys`
  ADD PRIMARY KEY (`id`),
  ADD UNIQUE KEY `client_api_keys_api_key_unique` (`api_key`);

--
-- Indexes for table `comments`
--
ALTER TABLE `comments`
  ADD PRIMARY KEY (`id`),
  ADD KEY `comments_ticket_id_foreign` (`ticket_id`),
  ADD KEY `comments_author_id_foreign` (`author_id`);

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

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

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

--
-- Indexes for table `messages`
--
ALTER TABLE `messages`
  ADD PRIMARY KEY (`id`),
  ADD KEY `messages_created_at_index` (`created_at`),
  ADD KEY `messages_room_type_room_id_index` (`room_type`,`room_id`),
  ADD KEY `messages_user_id_foreign` (`user_id`);

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

--
-- Indexes for table `password_reset_tokens`
--
ALTER TABLE `password_reset_tokens`
  ADD PRIMARY KEY (`email`);

--
-- 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 `sessions`
--
ALTER TABLE `sessions`
  ADD PRIMARY KEY (`id`),
  ADD KEY `sessions_last_activity_index` (`last_activity`),
  ADD KEY `sessions_user_id_index` (`user_id`);

--
-- Indexes for table `support_categories`
--
ALTER TABLE `support_categories`
  ADD PRIMARY KEY (`id`),
  ADD UNIQUE KEY `support_categories_name_unique` (`name`),
  ADD UNIQUE KEY `support_categories_slug_unique` (`slug`);

--
-- Indexes for table `tickets`
--
ALTER TABLE `tickets`
  ADD PRIMARY KEY (`id`),
  ADD KEY `tickets_updated_at_index` (`updated_at`),
  ADD KEY `tickets_created_at_index` (`created_at`),
  ADD KEY `tickets_assigned_to_id_index` (`assigned_to_id`),
  ADD KEY `tickets_requester_id_index` (`requester_id`),
  ADD KEY `tickets_category_index` (`category`),
  ADD KEY `tickets_priority_index` (`priority`),
  ADD KEY `tickets_status_index` (`status`);

--
-- Indexes for table `ticket_agent`
--
ALTER TABLE `ticket_agent`
  ADD PRIMARY KEY (`ticket_id`,`agent_id`),
  ADD KEY `ticket_agent_agent_id_foreign` (`agent_id`);

--
-- Indexes for table `users`
--
ALTER TABLE `users`
  ADD PRIMARY KEY (`id`),
  ADD UNIQUE KEY `users_email_unique` (`email`),
  ADD KEY `users_email_index` (`email`),
  ADD KEY `users_role_index` (`role`);

--
-- AUTO_INCREMENT for dumped tables
--

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

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

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

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

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

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

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

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

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

--
-- Constraints for dumped tables
--

--
-- Constraints for table `attachments`
--
ALTER TABLE `attachments`
  ADD CONSTRAINT `attachments_comment_id_foreign` FOREIGN KEY (`comment_id`) REFERENCES `comments` (`id`) ON DELETE SET NULL,
  ADD CONSTRAINT `attachments_ticket_id_foreign` FOREIGN KEY (`ticket_id`) REFERENCES `tickets` (`id`) ON DELETE SET NULL ON UPDATE NO ACTION,
  ADD CONSTRAINT `attachments_uploaded_by_id_foreign` FOREIGN KEY (`uploaded_by_id`) REFERENCES `users` (`id`) ON DELETE SET NULL;

--
-- Constraints for table `comments`
--
ALTER TABLE `comments`
  ADD CONSTRAINT `comments_author_id_foreign` FOREIGN KEY (`author_id`) REFERENCES `users` (`id`) ON DELETE CASCADE ON UPDATE NO ACTION,
  ADD CONSTRAINT `comments_ticket_id_foreign` FOREIGN KEY (`ticket_id`) REFERENCES `tickets` (`id`) ON DELETE CASCADE ON UPDATE NO ACTION;

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

--
-- Constraints for table `tickets`
--
ALTER TABLE `tickets`
  ADD CONSTRAINT `tickets_assigned_to_id_foreign` FOREIGN KEY (`assigned_to_id`) REFERENCES `users` (`id`) ON DELETE SET NULL ON UPDATE NO ACTION;

--
-- Constraints for table `ticket_agent`
--
ALTER TABLE `ticket_agent`
  ADD CONSTRAINT `ticket_agent_agent_id_foreign` FOREIGN KEY (`agent_id`) REFERENCES `users` (`id`) ON DELETE CASCADE,
  ADD CONSTRAINT `ticket_agent_ticket_id_foreign` FOREIGN KEY (`ticket_id`) REFERENCES `tickets` (`id`) ON DELETE CASCADE;

SET FOREIGN_KEY_CHECKS = 1;
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 */;
