-- phpMyAdmin SQL Dump
-- version 5.2.1
-- https://www.phpmyadmin.net/
--
-- Host: 127.0.0.1
-- Generation Time: May 22, 2026 at 09:01 PM
-- 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: `flink_freigh_its_system`
--

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

--
-- Table structure for table `activity_logs`
--

CREATE TABLE `activity_logs` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `user_id` bigint(20) UNSIGNED NOT NULL,
  `action` varchar(255) NOT NULL,
  `model_type` varchar(255) DEFAULT NULL,
  `model_id` bigint(20) UNSIGNED DEFAULT NULL,
  `changes` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL CHECK (json_valid(`changes`)),
  `ip_address` varchar(255) DEFAULT NULL,
  `user_agent` text DEFAULT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Dumping data for table `activity_logs`
--

INSERT INTO `activity_logs` (`id`, `user_id`, `action`, `model_type`, `model_id`, `changes`, `ip_address`, `user_agent`, `created_at`, `updated_at`) VALUES
(1, 4, 'updated', 'App\\Models\\User', 4, '{\"old\":{\"theme\":\"light\",\"updated_at\":\"2026-04-23T18:29:36.000000Z\"},\"new\":{\"theme\":\"dark\",\"updated_at\":\"2026-04-23 18:35:55\"}}', '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', '2026-04-23 22:35:55', '2026-04-23 22:35:55'),
(2, 4, 'updated', 'App\\Models\\User', 4, '{\"old\":{\"theme\":\"dark\",\"updated_at\":\"2026-04-23T18:35:55.000000Z\"},\"new\":{\"theme\":\"light\",\"updated_at\":\"2026-04-23 18:35:56\"}}', '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', '2026-04-23 22:35:56', '2026-04-23 22:35:56'),
(3, 4, 'updated', 'App\\Models\\User', 3, '{\"old\":{\"google2fa_secret\":null,\"two_factor_enabled\":false,\"updated_at\":\"2026-04-22T21:06:59.000000Z\"},\"new\":{\"google2fa_secret\":\"eyJpdiI6ImhoaWtnQjhwT3NmMXFZZUMzbFF0WWc9PSIsInZhbHVlIjoiNGhYZytNODJCNmZXTGVXRC80N0sxRnUxUmpvNWhiMU1BallwZ0tVTkRwdz0iLCJtYWMiOiJkNDBlNjc1ZjA1N2RkMDc1MTllN2YzNDA1MmYwNjc2YTNiYmEwOTA5MDY5NmU3ODg0YTNiNjZjNzljYTQwNjdhIiwidGFnIjoiIn0=\",\"two_factor_enabled\":true,\"updated_at\":\"2026-04-23 18:37:08\"}}', '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', '2026-04-23 22:37:08', '2026-04-23 22:37:08'),
(4, 4, 'updated', 'App\\Models\\User', 3, '{\"old\":{\"google2fa_secret\":\"eyJpdiI6ImhoaWtnQjhwT3NmMXFZZUMzbFF0WWc9PSIsInZhbHVlIjoiNGhYZytNODJCNmZXTGVXRC80N0sxRnUxUmpvNWhiMU1BallwZ0tVTkRwdz0iLCJtYWMiOiJkNDBlNjc1ZjA1N2RkMDc1MTllN2YzNDA1MmYwNjc2YTNiYmEwOTA5MDY5NmU3ODg0YTNiNjZjNzljYTQwNjdhIiwidGFnIjoiIn0=\",\"two_factor_enabled\":true,\"updated_at\":\"2026-04-23T18:37:08.000000Z\"},\"new\":{\"google2fa_secret\":null,\"two_factor_enabled\":false,\"updated_at\":\"2026-04-23 18:37:09\"}}', '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', '2026-04-23 22:37:09', '2026-04-23 22:37:09'),
(5, 4, 'updated', 'App\\Models\\User', 4, '{\"old\":{\"theme\":\"light\",\"updated_at\":\"2026-04-23T18:35:56.000000Z\"},\"new\":{\"theme\":\"dark\",\"updated_at\":\"2026-04-23 18:37:14\"}}', '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', '2026-04-23 22:37:14', '2026-04-23 22:37:14'),
(6, 1, 'created', 'App\\Models\\User', 6, '{\"new\":{\"name\":\"WW\",\"email\":\"wwer@gmail.com\",\"password\":\"$2y$12$k9wzkeMtj3SUeI8Ou5\\/XwORbCHVjPu8yXbn1gao4OAIPQfqoKm8Ne\",\"updated_at\":\"2026-04-23 18:41:10\",\"created_at\":\"2026-04-23 18:41:10\",\"id\":6}}', '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', '2026-04-23 22:41:10', '2026-04-23 22:41:10'),
(7, 1, 'updated', 'App\\Models\\User', 1, '{\"old\":{\"theme\":\"light\",\"updated_at\":\"2026-04-23T18:02:41.000000Z\"},\"new\":{\"theme\":\"dark\",\"updated_at\":\"2026-04-23 18:42:22\"}}', '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', '2026-04-23 22:42:22', '2026-04-23 22:42:22'),
(8, 1, 'updated', 'App\\Models\\User', 1, '{\"old\":{\"theme\":\"dark\",\"updated_at\":\"2026-04-23T18:42:22.000000Z\"},\"new\":{\"theme\":\"light\",\"updated_at\":\"2026-04-23 18:42:24\"}}', '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', '2026-04-23 22:42:24', '2026-04-23 22:42:24'),
(9, 1, 'updated', 'App\\Models\\User', 1, '{\"old\":{\"theme\":\"light\",\"updated_at\":\"2026-04-23T18:42:24.000000Z\"},\"new\":{\"theme\":\"dark\",\"updated_at\":\"2026-04-23 18:44:35\"}}', '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', '2026-04-23 22:44:35', '2026-04-23 22:44:35'),
(10, 1, 'updated', 'App\\Models\\User', 1, '{\"old\":{\"theme\":\"dark\",\"updated_at\":\"2026-04-23T18:44:35.000000Z\"},\"new\":{\"theme\":\"light\",\"updated_at\":\"2026-04-23 18:48:39\"}}', '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', '2026-04-23 22:48:39', '2026-04-23 22:48:39'),
(11, 1, 'updated', 'App\\Models\\User', 1, '{\"old\":{\"theme\":\"light\",\"updated_at\":\"2026-04-23T18:48:39.000000Z\"},\"new\":{\"theme\":\"dark\",\"updated_at\":\"2026-04-23 18:50:09\"}}', '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', '2026-04-23 22:50:09', '2026-04-23 22:50:09'),
(12, 1, 'updated', 'App\\Models\\User', 1, '{\"old\":{\"theme\":\"dark\",\"updated_at\":\"2026-04-23T18:50:09.000000Z\"},\"new\":{\"theme\":\"light\",\"updated_at\":\"2026-04-23 18:50:11\"}}', '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', '2026-04-23 22:50:11', '2026-04-23 22:50:11'),
(13, 1, 'created', 'App\\Models\\User', 7, '{\"new\":{\"name\":\"hamza raja\",\"email\":\"hm@gmail.com\",\"password\":\"$2y$12$gmwz5grvOQUhPyxnY9o1he.cWUxlJmnXP7L7C38J3b2p94Nm092Rm\",\"updated_at\":\"2026-04-23 18:51:09\",\"created_at\":\"2026-04-23 18:51:09\",\"id\":7}}', '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', '2026-04-23 22:51:09', '2026-04-23 22:51:09'),
(14, 1, 'created', 'App\\Models\\User', 8, '{\"new\":{\"name\":\"dfdff\",\"email\":\"sdd@gmail.com\",\"password\":\"$2y$12$kRJtuFG9PhD\\/FNofhsc.vO6XXsJdLgwaGr2btdwFG.ZJsmM1EMDzW\",\"updated_at\":\"2026-04-23 19:01:15\",\"created_at\":\"2026-04-23 19:01:15\",\"id\":8}}', '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', '2026-04-23 23:01:15', '2026-04-23 23:01:15'),
(15, 1, 'updated', 'App\\Models\\User', 1, '{\"old\":{\"theme\":\"light\",\"updated_at\":\"2026-04-23T18:50:11.000000Z\"},\"new\":{\"theme\":\"dark\",\"updated_at\":\"2026-04-23 19:07:53\"}}', '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', '2026-04-23 23:07:53', '2026-04-23 23:07:53'),
(16, 1, 'updated', 'App\\Models\\User', 1, '{\"old\":{\"theme\":\"dark\"},\"new\":{\"theme\":\"light\"}}', '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', '2026-04-23 23:07:53', '2026-04-23 23:07:53'),
(17, 1, 'updated', 'App\\Models\\User', 1, '{\"old\":{\"theme\":\"light\",\"updated_at\":\"2026-04-23T19:07:53.000000Z\"},\"new\":{\"theme\":\"dark\",\"updated_at\":\"2026-04-23 19:10:42\"}}', '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', '2026-04-23 23:10:42', '2026-04-23 23:10:42'),
(18, 1, 'updated', 'App\\Models\\User', 1, '{\"old\":{\"theme\":\"dark\",\"updated_at\":\"2026-04-23T19:10:42.000000Z\"},\"new\":{\"theme\":\"light\",\"updated_at\":\"2026-04-23 19:10:45\"}}', '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', '2026-04-23 23:10:45', '2026-04-23 23:10:45'),
(19, 4, 'updated', 'App\\Models\\User', 4, '{\"old\":{\"theme\":\"dark\",\"updated_at\":\"2026-04-23T18:37:14.000000Z\"},\"new\":{\"theme\":\"light\",\"updated_at\":\"2026-04-23 19:13:48\"}}', '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', '2026-04-23 23:13:48', '2026-04-23 23:13:48'),
(20, 4, 'updated', 'App\\Models\\User', 4, '{\"old\":{\"theme\":\"light\",\"updated_at\":\"2026-04-23T19:13:48.000000Z\"},\"new\":{\"theme\":\"dark\",\"updated_at\":\"2026-04-23 19:16:40\"}}', '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', '2026-04-23 23:16:40', '2026-04-23 23:16:40'),
(21, 4, 'updated', 'App\\Models\\User', 4, '{\"old\":{\"theme\":\"dark\",\"updated_at\":\"2026-04-23T19:16:40.000000Z\"},\"new\":{\"theme\":\"light\",\"updated_at\":\"2026-04-23 19:16:42\"}}', '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', '2026-04-23 23:16:42', '2026-04-23 23:16:42'),
(22, 1, 'updated', 'App\\Models\\User', 1, '{\"old\":{\"theme\":\"light\",\"updated_at\":\"2026-04-23T19:10:45.000000Z\"},\"new\":{\"theme\":\"dark\",\"updated_at\":\"2026-04-23 19:25:31\"}}', '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', '2026-04-23 23:25:31', '2026-04-23 23:25:31'),
(23, 1, 'updated', 'App\\Models\\User', 1, '{\"old\":{\"theme\":\"dark\",\"updated_at\":\"2026-04-23T19:25:31.000000Z\"},\"new\":{\"theme\":\"light\",\"updated_at\":\"2026-04-23 19:25:37\"}}', '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', '2026-04-23 23:25:37', '2026-04-23 23:25:37'),
(24, 1, 'deleted', 'App\\Models\\User', 8, 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', '2026-04-23 23:25:52', '2026-04-23 23:25:52'),
(25, 1, 'updated', 'App\\Models\\User', 1, '{\"old\":{\"theme\":\"light\",\"updated_at\":\"2026-04-23T19:25:37.000000Z\"},\"new\":{\"theme\":\"dark\",\"updated_at\":\"2026-04-23 19:26:04\"}}', '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', '2026-04-23 23:26:04', '2026-04-23 23:26:04'),
(26, 1, 'updated', 'App\\Models\\User', 1, '{\"old\":{\"theme\":\"dark\"},\"new\":{\"theme\":\"light\"}}', '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', '2026-04-23 23:26:05', '2026-04-23 23:26:05'),
(27, 1, 'updated', 'App\\Models\\User', 1, '{\"old\":{\"theme\":\"light\",\"updated_at\":\"2026-04-23T19:26:04.000000Z\"},\"new\":{\"theme\":\"dark\",\"updated_at\":\"2026-04-23 19:26:36\"}}', '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', '2026-04-23 23:26:36', '2026-04-23 23:26:36'),
(28, 1, 'updated', 'App\\Models\\User', 1, '{\"old\":{\"theme\":\"dark\",\"updated_at\":\"2026-04-23T19:26:36.000000Z\"},\"new\":{\"theme\":\"light\",\"updated_at\":\"2026-04-23 19:26:38\"}}', '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', '2026-04-23 23:26:38', '2026-04-23 23:26:38'),
(29, 1, 'deleted', 'App\\Models\\User', 6, 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', '2026-04-23 23:29:14', '2026-04-23 23:29:14'),
(32, 1, 'deleted', 'App\\Models\\User', 9, 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', '2026-04-23 23:32:56', '2026-04-23 23:32:56'),
(33, 1, 'updated', 'App\\Models\\User', 7, '{\"old\":{\"name\":\"hamza raja\",\"updated_at\":\"2026-04-23T18:51:09.000000Z\"},\"new\":{\"name\":\"hammad rajpoot\",\"updated_at\":\"2026-04-23 19:34:19\"}}', '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', '2026-04-23 23:34:19', '2026-04-23 23:34:19'),
(34, 1, 'updated', 'App\\Models\\User', 1, '{\"old\":{\"theme\":\"light\",\"updated_at\":\"2026-04-23T19:26:38.000000Z\"},\"new\":{\"theme\":\"dark\",\"updated_at\":\"2026-04-23 19:50:54\"}}', '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', '2026-04-23 23:50:54', '2026-04-23 23:50:54'),
(35, 1, 'updated', 'App\\Models\\User', 1, '{\"old\":{\"theme\":\"dark\",\"updated_at\":\"2026-04-23T19:50:54.000000Z\"},\"new\":{\"theme\":\"light\",\"updated_at\":\"2026-04-23 19:51:15\"}}', '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', '2026-04-23 23:51:15', '2026-04-23 23:51:15'),
(36, 1, 'updated', 'App\\Models\\User', 1, '{\"old\":{\"theme\":\"light\",\"updated_at\":\"2026-04-23T19:51:15.000000Z\"},\"new\":{\"theme\":\"dark\",\"updated_at\":\"2026-04-23 19:52:16\"}}', '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', '2026-04-23 23:52:16', '2026-04-23 23:52:16'),
(37, 1, 'updated', 'App\\Models\\User', 1, '{\"old\":{\"theme\":\"dark\",\"updated_at\":\"2026-04-23T19:52:16.000000Z\"},\"new\":{\"theme\":\"light\",\"updated_at\":\"2026-04-23 19:52:17\"}}', '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', '2026-04-23 23:52:17', '2026-04-23 23:52:17'),
(38, 1, 'updated', 'App\\Models\\User', 1, '{\"old\":{\"theme\":\"light\",\"updated_at\":\"2026-04-23T19:52:17.000000Z\"},\"new\":{\"theme\":\"dark\",\"updated_at\":\"2026-04-23 20:13:30\"}}', '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', '2026-04-24 00:13:30', '2026-04-24 00:13:30'),
(39, 1, 'updated', 'App\\Models\\User', 1, '{\"old\":{\"theme\":\"dark\",\"updated_at\":\"2026-04-23T20:13:30.000000Z\"},\"new\":{\"theme\":\"light\",\"updated_at\":\"2026-04-23 20:13:31\"}}', '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', '2026-04-24 00:13:31', '2026-04-24 00:13:31'),
(40, 1, 'updated', 'App\\Models\\User', 1, '{\"old\":{\"theme\":\"light\",\"updated_at\":\"2026-04-23T20:13:31.000000Z\"},\"new\":{\"theme\":\"dark\",\"updated_at\":\"2026-04-23 20:20:25\"}}', '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', '2026-04-24 00:20:25', '2026-04-24 00:20:25'),
(41, 1, 'updated', 'App\\Models\\User', 1, '{\"old\":{\"theme\":\"dark\",\"updated_at\":\"2026-04-23T20:20:25.000000Z\"},\"new\":{\"theme\":\"light\",\"updated_at\":\"2026-04-23 20:20:50\"}}', '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', '2026-04-24 00:20:50', '2026-04-24 00:20:50'),
(42, 1, 'updated', 'App\\Models\\User', 1, '{\"old\":{\"theme\":\"light\",\"updated_at\":\"2026-04-23T20:20:50.000000Z\"},\"new\":{\"theme\":\"dark\",\"updated_at\":\"2026-04-23 20:20:59\"}}', '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', '2026-04-24 00:20:59', '2026-04-24 00:20:59'),
(43, 1, 'updated', 'App\\Models\\User', 1, '{\"old\":{\"theme\":\"dark\",\"updated_at\":\"2026-04-23T20:20:59.000000Z\"},\"new\":{\"theme\":\"light\",\"updated_at\":\"2026-04-23 20:21:08\"}}', '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', '2026-04-24 00:21:08', '2026-04-24 00:21:08'),
(44, 1, 'updated', 'App\\Models\\User', 1, '{\"old\":{\"theme\":\"light\",\"updated_at\":\"2026-04-23T20:21:08.000000Z\"},\"new\":{\"theme\":\"dark\",\"updated_at\":\"2026-04-23 20:21:12\"}}', '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', '2026-04-24 00:21:12', '2026-04-24 00:21:12'),
(45, 1, 'updated', 'App\\Models\\User', 1, '{\"old\":{\"theme\":\"dark\",\"updated_at\":\"2026-04-23T20:21:12.000000Z\"},\"new\":{\"theme\":\"light\",\"updated_at\":\"2026-04-23 20:21:13\"}}', '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', '2026-04-24 00:21:13', '2026-04-24 00:21:13'),
(46, 1, 'updated', 'App\\Models\\User', 1, '{\"old\":{\"theme\":\"light\",\"updated_at\":\"2026-04-23T20:21:13.000000Z\"},\"new\":{\"theme\":\"dark\",\"updated_at\":\"2026-04-23 20:21:32\"}}', '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', '2026-04-24 00:21:32', '2026-04-24 00:21:32'),
(47, 1, 'updated', 'App\\Models\\User', 1, '{\"old\":{\"theme\":\"dark\",\"updated_at\":\"2026-04-23T20:21:32.000000Z\"},\"new\":{\"theme\":\"light\",\"updated_at\":\"2026-04-23 20:23:02\"}}', '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', '2026-04-24 00:23:02', '2026-04-24 00:23:02'),
(48, 2, 'deleted', 'App\\Models\\User', 5, 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', '2026-04-24 00:50:44', '2026-04-24 00:50:44'),
(49, 1, 'updated', 'App\\Models\\User', 1, '{\"old\":{\"theme\":\"light\",\"updated_at\":\"2026-04-23T20:23:02.000000Z\"},\"new\":{\"theme\":\"dark\",\"updated_at\":\"2026-04-23 20:55:51\"}}', '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', '2026-04-24 00:55:51', '2026-04-24 00:55:51'),
(50, 1, 'updated', 'App\\Models\\User', 1, '{\"old\":{\"theme\":\"dark\",\"updated_at\":\"2026-04-23T20:55:51.000000Z\"},\"new\":{\"theme\":\"light\",\"updated_at\":\"2026-04-23 21:00:10\"}}', '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', '2026-04-24 01:00:10', '2026-04-24 01:00:10'),
(51, 1, 'updated', 'App\\Models\\User', 1, '{\"old\":{\"theme\":\"light\",\"updated_at\":\"2026-04-23T21:00:10.000000Z\"},\"new\":{\"theme\":\"dark\",\"updated_at\":\"2026-04-23 21:00:11\"}}', '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', '2026-04-24 01:00:11', '2026-04-24 01:00:11'),
(52, 1, 'updated', 'App\\Models\\User', 1, '{\"old\":{\"theme\":\"dark\"},\"new\":{\"theme\":\"light\"}}', '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', '2026-04-24 01:00:11', '2026-04-24 01:00:11'),
(53, 1, 'updated', 'App\\Models\\User', 1, '{\"old\":{\"theme\":\"light\",\"updated_at\":\"2026-04-23T21:00:11.000000Z\"},\"new\":{\"theme\":\"dark\",\"updated_at\":\"2026-04-23 21:00:12\"}}', '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', '2026-04-24 01:00:12', '2026-04-24 01:00:12'),
(54, 1, 'updated', 'App\\Models\\User', 1, '{\"old\":{\"theme\":\"dark\",\"updated_at\":\"2026-04-23T21:00:12.000000Z\"},\"new\":{\"theme\":\"light\",\"updated_at\":\"2026-04-23 21:00:17\"}}', '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', '2026-04-24 01:00:17', '2026-04-24 01:00:17'),
(55, 1, 'updated', 'App\\Models\\User', 1, '{\"old\":{\"theme\":\"light\"},\"new\":{\"theme\":\"dark\"}}', '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', '2026-04-24 01:00:17', '2026-04-24 01:00:17'),
(56, 1, 'updated', 'App\\Models\\User', 1, '{\"old\":{\"theme\":\"dark\",\"updated_at\":\"2026-04-23T21:00:17.000000Z\"},\"new\":{\"theme\":\"light\",\"updated_at\":\"2026-04-23 21:00:27\"}}', '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', '2026-04-24 01:00:27', '2026-04-24 01:00:27'),
(57, 1, 'updated', 'App\\Models\\User', 1, '{\"old\":{\"theme\":\"light\",\"updated_at\":\"2026-04-23T21:00:27.000000Z\"},\"new\":{\"theme\":\"dark\",\"updated_at\":\"2026-04-23 21:00:42\"}}', '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', '2026-04-24 01:00:42', '2026-04-24 01:00:42'),
(58, 1, 'updated', 'App\\Models\\User', 1, '{\"old\":{\"theme\":\"dark\",\"updated_at\":\"2026-04-23T21:00:42.000000Z\"},\"new\":{\"theme\":\"light\",\"updated_at\":\"2026-04-23 21:00:44\"}}', '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', '2026-04-24 01:00:44', '2026-04-24 01:00:44'),
(59, 1, 'updated', 'App\\Models\\User', 1, '{\"old\":{\"theme\":\"light\",\"updated_at\":\"2026-04-23T21:00:44.000000Z\"},\"new\":{\"theme\":\"dark\",\"updated_at\":\"2026-04-23 21:00:55\"}}', '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', '2026-04-24 01:00:55', '2026-04-24 01:00:55'),
(60, 1, 'updated', 'App\\Models\\User', 1, '{\"old\":{\"theme\":\"dark\",\"updated_at\":\"2026-04-23T21:00:55.000000Z\"},\"new\":{\"theme\":\"light\",\"updated_at\":\"2026-04-23 21:01:05\"}}', '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', '2026-04-24 01:01:05', '2026-04-24 01:01:05'),
(61, 1, 'updated', 'App\\Models\\User', 1, '{\"old\":{\"theme\":\"light\",\"updated_at\":\"2026-04-23T21:01:05.000000Z\"},\"new\":{\"theme\":\"dark\",\"updated_at\":\"2026-04-24 15:42:56\"}}', '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', '2026-04-24 19:42:56', '2026-04-24 19:42:56'),
(62, 1, 'updated', 'App\\Models\\User', 1, '{\"old\":{\"theme\":\"dark\",\"updated_at\":\"2026-04-24T15:42:56.000000Z\"},\"new\":{\"theme\":\"light\",\"updated_at\":\"2026-04-24 15:42:59\"}}', '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', '2026-04-24 19:42:59', '2026-04-24 19:42:59'),
(63, 1, 'deleted', 'App\\Models\\User', 7, 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', '2026-04-24 19:43:57', '2026-04-24 19:43:57'),
(64, 1, 'updated', 'App\\Models\\User', 1, '{\"old\":{\"theme\":\"light\",\"updated_at\":\"2026-04-24T15:42:59.000000Z\"},\"new\":{\"theme\":\"dark\",\"updated_at\":\"2026-04-24 15:44:17\"}}', '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', '2026-04-24 19:44:17', '2026-04-24 19:44:17'),
(65, 1, 'updated', 'App\\Models\\User', 1, '{\"old\":{\"theme\":\"dark\",\"updated_at\":\"2026-04-24T15:44:17.000000Z\"},\"new\":{\"theme\":\"light\",\"updated_at\":\"2026-04-24 15:44:21\"}}', '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', '2026-04-24 19:44:21', '2026-04-24 19:44:21'),
(66, 1, 'updated', 'App\\Models\\User', 1, '{\"old\":{\"theme\":\"light\",\"updated_at\":\"2026-04-24T15:44:21.000000Z\"},\"new\":{\"theme\":\"dark\",\"updated_at\":\"2026-04-24 15:45:02\"}}', '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', '2026-04-24 19:45:02', '2026-04-24 19:45:02'),
(67, 1, 'updated', 'App\\Models\\User', 1, '{\"old\":{\"theme\":\"dark\",\"updated_at\":\"2026-04-24T15:45:02.000000Z\"},\"new\":{\"theme\":\"light\",\"updated_at\":\"2026-04-24 15:45:12\"}}', '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', '2026-04-24 19:45:12', '2026-04-24 19:45:12'),
(68, 1, 'updated', 'App\\Models\\User', 1, '{\"old\":{\"theme\":\"light\",\"updated_at\":\"2026-04-24T15:45:12.000000Z\"},\"new\":{\"theme\":\"dark\",\"updated_at\":\"2026-04-24 15:46:19\"}}', '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', '2026-04-24 19:46:19', '2026-04-24 19:46:19'),
(69, 1, 'updated', 'App\\Models\\User', 1, '{\"old\":{\"theme\":\"dark\",\"updated_at\":\"2026-04-24T15:46:19.000000Z\"},\"new\":{\"theme\":\"light\",\"updated_at\":\"2026-04-24 15:46:45\"}}', '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', '2026-04-24 19:46:45', '2026-04-24 19:46:45'),
(70, 1, 'updated', 'App\\Models\\User', 1, '{\"old\":{\"theme\":\"light\",\"updated_at\":\"2026-04-24T15:46:45.000000Z\"},\"new\":{\"theme\":\"dark\",\"updated_at\":\"2026-04-24 15:48:32\"}}', '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', '2026-04-24 19:48:32', '2026-04-24 19:48:32'),
(71, 1, 'updated', 'App\\Models\\User', 1, '{\"old\":{\"theme\":\"dark\",\"updated_at\":\"2026-04-24T15:48:32.000000Z\"},\"new\":{\"theme\":\"light\",\"updated_at\":\"2026-04-24 15:48:33\"}}', '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', '2026-04-24 19:48:33', '2026-04-24 19:48:33'),
(72, 1, 'updated', 'App\\Models\\User', 1, '{\"old\":{\"theme\":\"light\",\"updated_at\":\"2026-04-24T15:48:33.000000Z\"},\"new\":{\"theme\":\"dark\",\"updated_at\":\"2026-04-24 18:15:52\"}}', '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', '2026-04-24 22:15:52', '2026-04-24 22:15:52'),
(73, 1, 'updated', 'App\\Models\\User', 1, '{\"old\":{\"theme\":\"dark\",\"updated_at\":\"2026-04-24T18:15:52.000000Z\"},\"new\":{\"theme\":\"light\",\"updated_at\":\"2026-04-24 18:15:58\"}}', '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', '2026-04-24 22:15:58', '2026-04-24 22:15:58'),
(74, 4, 'updated', 'App\\Models\\User', 4, '{\"old\":{\"theme\":\"light\",\"updated_at\":\"2026-04-23T19:16:42.000000Z\"},\"new\":{\"theme\":\"dark\",\"updated_at\":\"2026-04-24 18:24:17\"}}', '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', '2026-04-24 22:24:17', '2026-04-24 22:24:17'),
(75, 4, 'updated', 'App\\Models\\User', 4, '{\"old\":{\"theme\":\"dark\",\"updated_at\":\"2026-04-24T18:24:17.000000Z\"},\"new\":{\"theme\":\"light\",\"updated_at\":\"2026-04-24 18:24:44\"}}', '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', '2026-04-24 22:24:44', '2026-04-24 22:24:44'),
(76, 4, 'updated', 'App\\Models\\User', 4, '{\"old\":{\"theme\":\"light\",\"updated_at\":\"2026-04-24T18:24:44.000000Z\"},\"new\":{\"theme\":\"dark\",\"updated_at\":\"2026-04-24 18:24:52\"}}', '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', '2026-04-24 22:24:52', '2026-04-24 22:24:52'),
(77, 4, 'updated', 'App\\Models\\User', 4, '{\"old\":{\"theme\":\"dark\",\"updated_at\":\"2026-04-24T18:24:52.000000Z\"},\"new\":{\"theme\":\"light\",\"updated_at\":\"2026-04-24 18:26:13\"}}', '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', '2026-04-24 22:26:13', '2026-04-24 22:26:13'),
(78, 4, 'updated', 'App\\Models\\User', 4, '{\"old\":{\"theme\":\"light\",\"updated_at\":\"2026-04-24T18:26:13.000000Z\"},\"new\":{\"theme\":\"dark\",\"updated_at\":\"2026-04-24 18:26:45\"}}', '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', '2026-04-24 22:26:45', '2026-04-24 22:26:45'),
(79, 4, 'updated', 'App\\Models\\User', 4, '{\"old\":{\"theme\":\"dark\",\"updated_at\":\"2026-04-24T18:26:45.000000Z\"},\"new\":{\"theme\":\"light\",\"updated_at\":\"2026-04-24 18:26:49\"}}', '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', '2026-04-24 22:26:49', '2026-04-24 22:26:49'),
(80, 4, 'updated', 'App\\Models\\User', 4, '{\"old\":{\"theme\":\"light\",\"updated_at\":\"2026-04-24T18:26:49.000000Z\"},\"new\":{\"theme\":\"dark\",\"updated_at\":\"2026-04-24 18:27:14\"}}', '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', '2026-04-24 22:27:14', '2026-04-24 22:27:14'),
(81, 4, 'updated', 'App\\Models\\User', 4, '{\"old\":{\"theme\":\"dark\",\"updated_at\":\"2026-04-24T18:27:14.000000Z\"},\"new\":{\"theme\":\"light\",\"updated_at\":\"2026-04-24 18:27:15\"}}', '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', '2026-04-24 22:27:15', '2026-04-24 22:27:15'),
(82, 4, 'updated', 'App\\Models\\User', 4, '{\"old\":{\"theme\":\"light\",\"updated_at\":\"2026-04-24T18:27:15.000000Z\"},\"new\":{\"theme\":\"dark\",\"updated_at\":\"2026-04-24 18:27:32\"}}', '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', '2026-04-24 22:27:32', '2026-04-24 22:27:32'),
(83, 4, 'updated', 'App\\Models\\User', 4, '{\"old\":{\"theme\":\"dark\",\"updated_at\":\"2026-04-24T18:27:32.000000Z\"},\"new\":{\"theme\":\"light\",\"updated_at\":\"2026-04-24 18:27:34\"}}', '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', '2026-04-24 22:27:34', '2026-04-24 22:27:34'),
(84, 4, 'updated', 'App\\Models\\User', 4, '{\"old\":{\"theme\":\"light\",\"updated_at\":\"2026-04-24T18:27:34.000000Z\"},\"new\":{\"theme\":\"dark\",\"updated_at\":\"2026-04-24 18:30:11\"}}', '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', '2026-04-24 22:30:11', '2026-04-24 22:30:11'),
(85, 4, 'updated', 'App\\Models\\User', 4, '{\"old\":{\"theme\":\"dark\",\"updated_at\":\"2026-04-24T18:30:11.000000Z\"},\"new\":{\"theme\":\"light\",\"updated_at\":\"2026-04-24 18:30:12\"}}', '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', '2026-04-24 22:30:12', '2026-04-24 22:30:12'),
(86, 4, 'updated', 'App\\Models\\User', 4, '{\"old\":{\"theme\":\"light\",\"updated_at\":\"2026-04-24T18:30:12.000000Z\"},\"new\":{\"theme\":\"dark\",\"updated_at\":\"2026-04-24 18:30:38\"}}', '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', '2026-04-24 22:30:38', '2026-04-24 22:30:38'),
(87, 4, 'updated', 'App\\Models\\User', 4, '{\"old\":{\"theme\":\"dark\",\"updated_at\":\"2026-04-24T18:30:38.000000Z\"},\"new\":{\"theme\":\"light\",\"updated_at\":\"2026-04-24 18:30:43\"}}', '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', '2026-04-24 22:30:43', '2026-04-24 22:30:43'),
(88, 4, 'updated', 'App\\Models\\User', 3, '{\"old\":{\"google2fa_secret\":null,\"two_factor_enabled\":false,\"updated_at\":\"2026-04-23T18:37:09.000000Z\"},\"new\":{\"google2fa_secret\":\"eyJpdiI6IjZYTE4xbStUaWtGbmV0cHY3QU1lMlE9PSIsInZhbHVlIjoialVWdk80bURmQ3VyVnVybEYzS3M0SExJYXdnWkk3dEdWeXEwOGZFTjFhQT0iLCJtYWMiOiJhYWI0OTY3MmU0ZDZjNTRkMWMwNDU2OTI5OTE3YzU0MjgxYTk5MTllM2FmN2ZmMDg3NjY5MTQxOGMwZGYwZDA1IiwidGFnIjoiIn0=\",\"two_factor_enabled\":true,\"updated_at\":\"2026-04-24 18:34:43\"}}', '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', '2026-04-24 22:34:43', '2026-04-24 22:34:43'),
(89, 4, 'updated', 'App\\Models\\User', 3, '{\"old\":{\"google2fa_secret\":\"eyJpdiI6IjZYTE4xbStUaWtGbmV0cHY3QU1lMlE9PSIsInZhbHVlIjoialVWdk80bURmQ3VyVnVybEYzS3M0SExJYXdnWkk3dEdWeXEwOGZFTjFhQT0iLCJtYWMiOiJhYWI0OTY3MmU0ZDZjNTRkMWMwNDU2OTI5OTE3YzU0MjgxYTk5MTllM2FmN2ZmMDg3NjY5MTQxOGMwZGYwZDA1IiwidGFnIjoiIn0=\",\"two_factor_enabled\":true,\"updated_at\":\"2026-04-24T18:34:43.000000Z\"},\"new\":{\"google2fa_secret\":null,\"two_factor_enabled\":false,\"updated_at\":\"2026-04-24 18:34:46\"}}', '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', '2026-04-24 22:34:46', '2026-04-24 22:34:46'),
(90, 4, 'updated', 'App\\Models\\User', 4, '{\"old\":{\"theme\":\"light\",\"updated_at\":\"2026-04-24T18:30:43.000000Z\"},\"new\":{\"theme\":\"dark\",\"updated_at\":\"2026-04-24 18:36:04\"}}', '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', '2026-04-24 22:36:04', '2026-04-24 22:36:04'),
(91, 4, 'updated', 'App\\Models\\User', 4, '{\"old\":{\"theme\":\"dark\",\"updated_at\":\"2026-04-24T18:36:04.000000Z\"},\"new\":{\"theme\":\"light\",\"updated_at\":\"2026-04-24 18:36:08\"}}', '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', '2026-04-24 22:36:08', '2026-04-24 22:36:08'),
(92, 4, 'updated', 'App\\Models\\User', 4, '{\"old\":{\"theme\":\"light\",\"updated_at\":\"2026-04-24T18:36:08.000000Z\"},\"new\":{\"theme\":\"dark\",\"updated_at\":\"2026-04-24 18:36:11\"}}', '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', '2026-04-24 22:36:11', '2026-04-24 22:36:11'),
(93, 4, 'updated', 'App\\Models\\User', 4, '{\"old\":{\"theme\":\"dark\",\"updated_at\":\"2026-04-24T18:36:11.000000Z\"},\"new\":{\"theme\":\"light\",\"updated_at\":\"2026-04-24 18:36:14\"}}', '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', '2026-04-24 22:36:14', '2026-04-24 22:36:14'),
(94, 4, 'updated', 'App\\Models\\User', 4, '{\"old\":{\"theme\":\"light\",\"updated_at\":\"2026-04-24T18:36:14.000000Z\"},\"new\":{\"theme\":\"dark\",\"updated_at\":\"2026-04-24 18:40:18\"}}', '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', '2026-04-24 22:40:18', '2026-04-24 22:40:18'),
(95, 4, 'updated', 'App\\Models\\User', 4, '{\"old\":{\"theme\":\"dark\",\"updated_at\":\"2026-04-24T18:40:18.000000Z\"},\"new\":{\"theme\":\"light\",\"updated_at\":\"2026-04-24 18:40:19\"}}', '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', '2026-04-24 22:40:19', '2026-04-24 22:40:19'),
(96, 4, 'updated', 'App\\Models\\User', 4, '{\"old\":{\"remember_token\":null},\"new\":{\"remember_token\":\"ewvJmpBl8VlCbvYbGesZo3C5VLy7ARfUEScH0qHWhjBhu6xmNODyunYnbp7j\"}}', '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', '2026-04-24 22:51:15', '2026-04-24 22:51:15'),
(97, 4, 'updated', 'App\\Models\\User', 4, '{\"old\":{\"remember_token\":\"ewvJmpBl8VlCbvYbGesZo3C5VLy7ARfUEScH0qHWhjBhu6xmNODyunYnbp7j\"},\"new\":{\"remember_token\":\"zMlSAvRlLUdQOoa6TqSncDQjkJ1L1Tky9q0LLgtQrC5lNPPPVPfQLId0OLrB\"}}', '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', '2026-04-24 22:52:04', '2026-04-24 22:52:04'),
(98, 4, 'updated', 'App\\Models\\User', 4, '{\"old\":{\"theme\":\"light\",\"updated_at\":\"2026-04-24T18:40:19.000000Z\"},\"new\":{\"theme\":\"dark\",\"updated_at\":\"2026-04-24 18:55:01\"}}', '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', '2026-04-24 22:55:01', '2026-04-24 22:55:01'),
(99, 4, 'updated', 'App\\Models\\User', 4, '{\"old\":{\"theme\":\"dark\",\"updated_at\":\"2026-04-24T18:55:01.000000Z\"},\"new\":{\"theme\":\"light\",\"updated_at\":\"2026-04-24 18:55:12\"}}', '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', '2026-04-24 22:55:12', '2026-04-24 22:55:12'),
(100, 4, 'updated', 'App\\Models\\User', 3, '{\"old\":{\"google2fa_secret\":null,\"two_factor_enabled\":false,\"updated_at\":\"2026-04-24T18:34:46.000000Z\"},\"new\":{\"google2fa_secret\":\"eyJpdiI6Ild2alVTTWdXZjR3cFNNVElxUW1WQ3c9PSIsInZhbHVlIjoiZWpRZ2RkcjR3ejRaRnJFaWw0c1pqUXBRU3FZNHdlQVBZbzdqOS84KzNGQT0iLCJtYWMiOiJhMjQ4MTk4NGFlYzM0ZmRiZDk3M2Q2YjU5NTE4NTViNjNlYTFmNGQzM2ZhZDBkNTlkNTA1ZjljN2Y1ZWJmYTQ1IiwidGFnIjoiIn0=\",\"two_factor_enabled\":true,\"updated_at\":\"2026-04-24 18:55:31\"}}', '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', '2026-04-24 22:55:31', '2026-04-24 22:55:31'),
(101, 4, 'updated', 'App\\Models\\User', 4, '{\"old\":{\"remember_token\":\"zMlSAvRlLUdQOoa6TqSncDQjkJ1L1Tky9q0LLgtQrC5lNPPPVPfQLId0OLrB\"},\"new\":{\"remember_token\":\"tD03YOz9bbnfB7dbgl5rh4OoWRYskKsttwHtsQuArU0wQJOUUN30SRKrYiyp\"}}', '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', '2026-04-24 22:55:50', '2026-04-24 22:55:50'),
(102, 3, 'updated', 'App\\Models\\User', 3, '{\"old\":{\"google2fa_secret\":\"eyJpdiI6Ild2alVTTWdXZjR3cFNNVElxUW1WQ3c9PSIsInZhbHVlIjoiZWpRZ2RkcjR3ejRaRnJFaWw0c1pqUXBRU3FZNHdlQVBZbzdqOS84KzNGQT0iLCJtYWMiOiJhMjQ4MTk4NGFlYzM0ZmRiZDk3M2Q2YjU5NTE4NTViNjNlYTFmNGQzM2ZhZDBkNTlkNTA1ZjljN2Y1ZWJmYTQ1IiwidGFnIjoiIn0=\",\"two_factor_confirmed\":false,\"updated_at\":\"2026-04-24T18:55:31.000000Z\"},\"new\":{\"google2fa_secret\":\"eyJpdiI6IjN1K3lqWFRtK1ZJZEFRSG1DUzErbkE9PSIsInZhbHVlIjoiNEtOYzdJdzdBa1FKazJ1cU5aREl0RVU1QnROYXRRcmorRXpCQlVjalhhWT0iLCJtYWMiOiIwMzA0ZTBkYzU4MDYzNGI2YzRhM2YxMGY2MTE2ZDk4ZDBmYzUwNWQxNTM5ZDJjMjkxNjEzMGYxMDg0MzRkNzNjIiwidGFnIjoiIn0=\",\"two_factor_confirmed\":true,\"updated_at\":\"2026-04-24 18:56:31\"}}', '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', '2026-04-24 22:56:31', '2026-04-24 22:56:31'),
(103, 3, 'updated', 'App\\Models\\User', 4, '{\"old\":{\"name\":\"uzma\",\"password\":\"$2y$12$pkJT6r\\/FDMtOAw0WMn4vPuBNWeSPJ6imHS.23cW7chqvx3lVMBjX2\",\"updated_at\":\"2026-04-24T18:55:12.000000Z\"},\"new\":{\"name\":\"uzma ABC\",\"password\":\"$2y$12$sujY\\/P4TbFkt8aYTng4EgeW\\/HXVvTt03PsOA\\/E5p7K0PX7Ao1YN2u\",\"updated_at\":\"2026-04-24 18:59:29\"}}', '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', '2026-04-24 22:59:29', '2026-04-24 22:59:29'),
(104, 3, 'updated', 'App\\Models\\User', 3, '{\"old\":{\"theme\":\"dark\",\"updated_at\":\"2026-04-24T18:56:31.000000Z\"},\"new\":{\"theme\":\"light\",\"updated_at\":\"2026-04-24 19:01:33\"}}', '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', '2026-04-24 23:01:33', '2026-04-24 23:01:33'),
(105, 3, 'updated', 'App\\Models\\User', 3, '{\"old\":{\"theme\":\"light\",\"updated_at\":\"2026-04-24T19:01:33.000000Z\"},\"new\":{\"theme\":\"dark\",\"updated_at\":\"2026-04-24 19:01:41\"}}', '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', '2026-04-24 23:01:41', '2026-04-24 23:01:41'),
(106, 3, 'updated', 'App\\Models\\User', 3, '{\"old\":{\"theme\":\"dark\",\"updated_at\":\"2026-04-24T19:01:41.000000Z\"},\"new\":{\"theme\":\"light\",\"updated_at\":\"2026-04-24 19:02:06\"}}', '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', '2026-04-24 23:02:06', '2026-04-24 23:02:06'),
(107, 3, 'updated', 'App\\Models\\User', 3, '{\"old\":{\"theme\":\"light\",\"updated_at\":\"2026-04-24T19:02:06.000000Z\"},\"new\":{\"theme\":\"dark\",\"updated_at\":\"2026-04-24 20:46:14\"}}', '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', '2026-04-25 00:46:14', '2026-04-25 00:46:14'),
(108, 2, 'created', 'App\\Models\\User', 10, '{\"new\":{\"name\":\"test1\",\"email\":\"test1@gmail.com\",\"password\":\"$2y$12$BdWyrtFfwsrjiroVMiRbA.L9GuO1S6DTYghI0xjh6rxfrDK3Bs9Ve\",\"updated_at\":\"2026-04-24 20:56:33\",\"created_at\":\"2026-04-24 20:56:33\",\"id\":10}}', '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', '2026-04-25 00:56:33', '2026-04-25 00:56:33'),
(109, 2, 'updated', 'App\\Models\\User', 10, '{\"old\":{\"google2fa_secret\":null,\"two_factor_enabled\":false,\"updated_at\":\"2026-04-24T20:56:33.000000Z\"},\"new\":{\"google2fa_secret\":\"eyJpdiI6Im5BUFBWQ1dEYWFScHFvbDZqcGpRd1E9PSIsInZhbHVlIjoiR003dEljYnZhaitlb0RtK2xNMGZZU2pxR0l4U3VHV0ZmRXhLeFk3TXVJOD0iLCJtYWMiOiI1Y2FmN2YyNjAzNWI0ZTExZjM5ZjIwZjE0ZTk0MDU2ZjZkYTYxNzk2ZGVjMzI2NzE3NTQ5YzUxYjA0NDYyODM2IiwidGFnIjoiIn0=\",\"two_factor_enabled\":true,\"updated_at\":\"2026-04-24 20:57:28\"}}', '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', '2026-04-25 00:57:28', '2026-04-25 00:57:28'),
(110, 10, 'updated', 'App\\Models\\User', 10, '{\"old\":{\"google2fa_secret\":\"eyJpdiI6Im5BUFBWQ1dEYWFScHFvbDZqcGpRd1E9PSIsInZhbHVlIjoiR003dEljYnZhaitlb0RtK2xNMGZZU2pxR0l4U3VHV0ZmRXhLeFk3TXVJOD0iLCJtYWMiOiI1Y2FmN2YyNjAzNWI0ZTExZjM5ZjIwZjE0ZTk0MDU2ZjZkYTYxNzk2ZGVjMzI2NzE3NTQ5YzUxYjA0NDYyODM2IiwidGFnIjoiIn0=\",\"two_factor_confirmed\":false,\"updated_at\":\"2026-04-24T20:57:28.000000Z\"},\"new\":{\"google2fa_secret\":\"eyJpdiI6IlRudEZqZTdyaytnL2YyMCs1cUloMWc9PSIsInZhbHVlIjoiSUF1RkxVYk9acFRFdGVYbExWSzZOZURxNzVqVUZxc0MyMDRla1BNNHliST0iLCJtYWMiOiIzODcwZWRiNDhlNTY4ZjM0NDhhMGE0NDQ1MDdiY2RjMDNjYWIwMzlhNDgzOTdkNjg0Y2JkZDU2ZGU4ZGFiYmE4IiwidGFnIjoiIn0=\",\"two_factor_confirmed\":true,\"updated_at\":\"2026-04-24 21:08:01\"}}', '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', '2026-04-25 01:08:01', '2026-04-25 01:08:01'),
(111, 10, 'created', 'App\\Models\\User', 11, '{\"new\":{\"name\":\"test2\",\"email\":\"test2@gmail.com\",\"password\":\"$2y$12$ftSesqoZswBhFmlvIBj5se0WTuVXqSQlyhsol0XJd5SOoebFT\\/U6e\",\"updated_at\":\"2026-04-24 21:10:03\",\"created_at\":\"2026-04-24 21:10:03\",\"id\":11}}', '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', '2026-04-25 01:10:03', '2026-04-25 01:10:03'),
(112, 10, 'updated', 'App\\Models\\User', 10, '{\"old\":{\"google2fa_secret\":\"eyJpdiI6IlRudEZqZTdyaytnL2YyMCs1cUloMWc9PSIsInZhbHVlIjoiSUF1RkxVYk9acFRFdGVYbExWSzZOZURxNzVqVUZxc0MyMDRla1BNNHliST0iLCJtYWMiOiIzODcwZWRiNDhlNTY4ZjM0NDhhMGE0NDQ1MDdiY2RjMDNjYWIwMzlhNDgzOTdkNjg0Y2JkZDU2ZGU4ZGFiYmE4IiwidGFnIjoiIn0=\",\"two_factor_enabled\":true,\"two_factor_confirmed\":true,\"updated_at\":\"2026-04-24T21:08:01.000000Z\"},\"new\":{\"google2fa_secret\":null,\"two_factor_enabled\":false,\"two_factor_confirmed\":false,\"updated_at\":\"2026-04-24 21:10:14\"}}', '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', '2026-04-25 01:10:14', '2026-04-25 01:10:14'),
(113, 10, 'updated', 'App\\Models\\User', 10, '{\"old\":{\"google2fa_secret\":null,\"two_factor_enabled\":false,\"updated_at\":\"2026-04-24T21:10:14.000000Z\"},\"new\":{\"google2fa_secret\":\"eyJpdiI6IkJtZWdybWRYRTVHODNYTWJadDZKWFE9PSIsInZhbHVlIjoiYks0cVRVbmc2VVNJMmxMMXo5T0E4WXpXOFhLVzUzSkhFZndCbWFrQjNOND0iLCJtYWMiOiJiOTE0ZGViN2QxODVhMGNiMDlmN2VjMzQ1ZTBjZTRlMzM2NTE5NDIxM2M1NGFhYjdhNDY0OWY5OTMyMTQ1ODZjIiwidGFnIjoiIn0=\",\"two_factor_enabled\":true,\"updated_at\":\"2026-04-24 21:10:15\"}}', '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', '2026-04-25 01:10:15', '2026-04-25 01:10:15'),
(114, 10, 'updated', 'App\\Models\\User', 10, '{\"old\":{\"google2fa_secret\":\"eyJpdiI6IkJtZWdybWRYRTVHODNYTWJadDZKWFE9PSIsInZhbHVlIjoiYks0cVRVbmc2VVNJMmxMMXo5T0E4WXpXOFhLVzUzSkhFZndCbWFrQjNOND0iLCJtYWMiOiJiOTE0ZGViN2QxODVhMGNiMDlmN2VjMzQ1ZTBjZTRlMzM2NTE5NDIxM2M1NGFhYjdhNDY0OWY5OTMyMTQ1ODZjIiwidGFnIjoiIn0=\",\"two_factor_enabled\":true,\"updated_at\":\"2026-04-24T21:10:15.000000Z\"},\"new\":{\"google2fa_secret\":null,\"two_factor_enabled\":false,\"updated_at\":\"2026-04-24 21:10:19\"}}', '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', '2026-04-25 01:10:19', '2026-04-25 01:10:19'),
(115, 10, 'updated', 'App\\Models\\User', 11, '{\"old\":{\"google2fa_secret\":null,\"two_factor_enabled\":false,\"updated_at\":\"2026-04-24T21:10:03.000000Z\"},\"new\":{\"google2fa_secret\":\"eyJpdiI6IlVMcVBXRDRjK1dRby85T1g4TXA1c2c9PSIsInZhbHVlIjoiRkdnNXhRVGZBY2lmSG1MTjZjbGh5cWI5YkdIZWdXbVBxMEFyN3E5dThTUT0iLCJtYWMiOiI2NGFlMTM5Y2E3NDNhY2Y0Zjk1NGFmYjA4YmJhNDY1YjU0MjY3NzhmOWUzNmQwOWU5MGEyYmQ4YzlmYzgyOGQ3IiwidGFnIjoiIn0=\",\"two_factor_enabled\":true,\"updated_at\":\"2026-04-24 21:10:28\"}}', '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', '2026-04-25 01:10:28', '2026-04-25 01:10:28'),
(116, 11, 'updated', 'App\\Models\\User', 11, '{\"old\":{\"google2fa_secret\":\"eyJpdiI6IlVMcVBXRDRjK1dRby85T1g4TXA1c2c9PSIsInZhbHVlIjoiRkdnNXhRVGZBY2lmSG1MTjZjbGh5cWI5YkdIZWdXbVBxMEFyN3E5dThTUT0iLCJtYWMiOiI2NGFlMTM5Y2E3NDNhY2Y0Zjk1NGFmYjA4YmJhNDY1YjU0MjY3NzhmOWUzNmQwOWU5MGEyYmQ4YzlmYzgyOGQ3IiwidGFnIjoiIn0=\",\"two_factor_confirmed\":false,\"updated_at\":\"2026-04-24T21:10:28.000000Z\"},\"new\":{\"google2fa_secret\":\"eyJpdiI6IkpFSTRzZzhVOHd0NGVIbERTUldIWVE9PSIsInZhbHVlIjoiK082c2ZKeER2SDlneERsRTdSaGh0akZHdlVTbEdSSGVEQjhBaHUwS1VjWT0iLCJtYWMiOiJhODhhYTExZDE0ZTU1ODg5ZjNmM2QwYzUyMmUyMGZiMjdjNDZlOWViYmNhYTcxMzU2ODNhOWYxOTM0NDYzMjBlIiwidGFnIjoiIn0=\",\"two_factor_confirmed\":true,\"updated_at\":\"2026-04-24 21:14:23\"}}', '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', '2026-04-25 01:14:23', '2026-04-25 01:14:23'),
(117, 11, 'updated', 'App\\Models\\User', 3, '{\"old\":{\"name\":\"yasir\",\"password\":\"$2y$12$2108c0OvCpqyckfS2133X.ZXqgLSsRMvRdwC9UPerCPJg07uTNG.i\",\"updated_at\":\"2026-04-24T20:46:14.000000Z\"},\"new\":{\"name\":\"yasir flink\",\"password\":\"$2y$12$Jwca7So6WWSKGQmC8kzFJu79WfQzETdXtzaaBPGnGpWClpplXQ0tS\",\"updated_at\":\"2026-04-24 21:15:48\"}}', '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', '2026-04-25 01:15:48', '2026-04-25 01:15:48'),
(118, 11, 'updated', 'App\\Models\\User', 11, '{\"old\":{\"theme\":\"dark\",\"updated_at\":\"2026-04-24T21:14:23.000000Z\"},\"new\":{\"theme\":\"light\",\"updated_at\":\"2026-04-24 21:17:57\"}}', '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', '2026-04-25 01:17:57', '2026-04-25 01:17:57'),
(119, 1, 'updated', 'App\\Models\\User', 1, '{\"old\":{\"theme\":\"light\",\"updated_at\":\"2026-04-24T18:15:58.000000Z\"},\"new\":{\"theme\":\"dark\",\"updated_at\":\"2026-04-27 15:31:48\"}}', '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', '2026-04-27 19:31:48', '2026-04-27 19:31:48'),
(120, 1, 'updated', 'App\\Models\\User', 1, '{\"old\":{\"theme\":\"dark\",\"updated_at\":\"2026-04-27T15:31:48.000000Z\"},\"new\":{\"theme\":\"light\",\"updated_at\":\"2026-04-27 15:31:53\"}}', '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', '2026-04-27 19:31:53', '2026-04-27 19:31:53'),
(121, 1, 'updated', 'App\\Models\\User', 1, '{\"old\":{\"theme\":\"light\",\"updated_at\":\"2026-04-27T15:31:53.000000Z\"},\"new\":{\"theme\":\"dark\",\"updated_at\":\"2026-04-27 15:31:55\"}}', '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', '2026-04-27 19:31:55', '2026-04-27 19:31:55'),
(122, 1, 'updated', 'App\\Models\\User', 1, '{\"old\":{\"theme\":\"dark\",\"updated_at\":\"2026-04-27T15:31:55.000000Z\"},\"new\":{\"theme\":\"light\",\"updated_at\":\"2026-04-27 15:31:59\"}}', '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', '2026-04-27 19:31:59', '2026-04-27 19:31:59'),
(123, 1, 'updated', 'App\\Models\\User', 1, '{\"old\":{\"theme\":\"light\",\"updated_at\":\"2026-04-27T15:31:59.000000Z\"},\"new\":{\"theme\":\"dark\",\"updated_at\":\"2026-04-27 16:09:58\"}}', '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', '2026-04-27 20:09:58', '2026-04-27 20:09:58'),
(124, 1, 'updated', 'App\\Models\\User', 1, '{\"old\":{\"theme\":\"dark\",\"updated_at\":\"2026-04-27T16:09:58.000000Z\"},\"new\":{\"theme\":\"light\",\"updated_at\":\"2026-04-27 16:10:00\"}}', '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', '2026-04-27 20:10:00', '2026-04-27 20:10:00'),
(125, 1, 'updated', 'App\\Models\\User', 1, '{\"old\":{\"theme\":\"light\",\"updated_at\":\"2026-04-27T16:10:00.000000Z\"},\"new\":{\"theme\":\"dark\",\"updated_at\":\"2026-04-27 16:10:13\"}}', '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', '2026-04-27 20:10:13', '2026-04-27 20:10:13'),
(126, 1, 'updated', 'App\\Models\\User', 1, '{\"old\":{\"theme\":\"dark\",\"updated_at\":\"2026-04-27T16:10:13.000000Z\"},\"new\":{\"theme\":\"light\",\"updated_at\":\"2026-04-27 16:10:14\"}}', '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', '2026-04-27 20:10:14', '2026-04-27 20:10:14');
INSERT INTO `activity_logs` (`id`, `user_id`, `action`, `model_type`, `model_id`, `changes`, `ip_address`, `user_agent`, `created_at`, `updated_at`) VALUES
(127, 1, 'updated', 'App\\Models\\User', 1, '{\"old\":{\"theme\":\"light\",\"updated_at\":\"2026-04-27T16:10:14.000000Z\"},\"new\":{\"theme\":\"dark\",\"updated_at\":\"2026-04-27 16:14:53\"}}', '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', '2026-04-27 20:14:53', '2026-04-27 20:14:53'),
(128, 1, 'updated', 'App\\Models\\User', 1, '{\"old\":{\"theme\":\"dark\",\"updated_at\":\"2026-04-27T16:14:53.000000Z\"},\"new\":{\"theme\":\"light\",\"updated_at\":\"2026-04-27 16:14:57\"}}', '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', '2026-04-27 20:14:57', '2026-04-27 20:14:57'),
(129, 1, 'updated', 'App\\Models\\User', 1, '{\"old\":{\"theme\":\"light\",\"updated_at\":\"2026-04-27T16:14:57.000000Z\"},\"new\":{\"theme\":\"dark\",\"updated_at\":\"2026-04-27 16:15:00\"}}', '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', '2026-04-27 20:15:00', '2026-04-27 20:15:00'),
(130, 1, 'updated', 'App\\Models\\User', 1, '{\"old\":{\"theme\":\"dark\",\"updated_at\":\"2026-04-27T16:15:00.000000Z\"},\"new\":{\"theme\":\"light\",\"updated_at\":\"2026-04-27 16:15:02\"}}', '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', '2026-04-27 20:15:02', '2026-04-27 20:15:02'),
(131, 1, 'updated', 'App\\Models\\User', 1, '{\"old\":{\"theme\":\"light\",\"updated_at\":\"2026-04-27T16:15:02.000000Z\"},\"new\":{\"theme\":\"dark\",\"updated_at\":\"2026-04-27 16:15:07\"}}', '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', '2026-04-27 20:15:07', '2026-04-27 20:15:07'),
(132, 1, 'updated', 'App\\Models\\User', 1, '{\"old\":{\"theme\":\"dark\",\"updated_at\":\"2026-04-27T16:15:07.000000Z\"},\"new\":{\"theme\":\"light\",\"updated_at\":\"2026-04-27 16:15:10\"}}', '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', '2026-04-27 20:15:10', '2026-04-27 20:15:10'),
(133, 1, 'updated', 'App\\Models\\User', 1, '{\"old\":{\"theme\":\"light\",\"updated_at\":\"2026-04-27T16:15:10.000000Z\"},\"new\":{\"theme\":\"dark\",\"updated_at\":\"2026-04-27 16:15:16\"}}', '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', '2026-04-27 20:15:16', '2026-04-27 20:15:16'),
(134, 1, 'updated', 'App\\Models\\User', 1, '{\"old\":{\"theme\":\"dark\",\"updated_at\":\"2026-04-27T16:15:16.000000Z\"},\"new\":{\"theme\":\"light\",\"updated_at\":\"2026-04-27 16:15:18\"}}', '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', '2026-04-27 20:15:18', '2026-04-27 20:15:18'),
(135, 1, 'updated', 'App\\Models\\User', 1, '{\"old\":{\"theme\":\"light\",\"updated_at\":\"2026-04-27T16:15:18.000000Z\"},\"new\":{\"theme\":\"dark\",\"updated_at\":\"2026-04-27 16:27:36\"}}', '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', '2026-04-27 20:27:36', '2026-04-27 20:27:36'),
(136, 1, 'updated', 'App\\Models\\User', 1, '{\"old\":{\"theme\":\"dark\",\"updated_at\":\"2026-04-27T16:27:36.000000Z\"},\"new\":{\"theme\":\"light\",\"updated_at\":\"2026-04-27 16:27:48\"}}', '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', '2026-04-27 20:27:48', '2026-04-27 20:27:48'),
(137, 1, 'updated', 'App\\Models\\User', 1, '{\"old\":{\"theme\":\"light\",\"updated_at\":\"2026-04-27T16:27:48.000000Z\"},\"new\":{\"theme\":\"dark\",\"updated_at\":\"2026-04-27 16:31:01\"}}', '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', '2026-04-27 20:31:01', '2026-04-27 20:31:01'),
(138, 1, 'updated', 'App\\Models\\User', 1, '{\"old\":{\"theme\":\"dark\",\"updated_at\":\"2026-04-27T16:31:01.000000Z\"},\"new\":{\"theme\":\"light\",\"updated_at\":\"2026-04-27 16:36:45\"}}', '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', '2026-04-27 20:36:45', '2026-04-27 20:36:45'),
(139, 1, 'updated', 'App\\Models\\User', 1, '{\"old\":{\"theme\":\"light\",\"updated_at\":\"2026-04-27T16:36:45.000000Z\"},\"new\":{\"theme\":\"dark\",\"updated_at\":\"2026-04-27 16:37:14\"}}', '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', '2026-04-27 20:37:14', '2026-04-27 20:37:14'),
(140, 1, 'updated', 'App\\Models\\User', 1, '{\"old\":{\"theme\":\"dark\",\"updated_at\":\"2026-04-27T16:37:14.000000Z\"},\"new\":{\"theme\":\"light\",\"updated_at\":\"2026-04-27 16:37:15\"}}', '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', '2026-04-27 20:37:15', '2026-04-27 20:37:15'),
(141, 1, 'updated', 'App\\Models\\User', 1, '{\"old\":{\"theme\":\"light\",\"updated_at\":\"2026-04-27T16:37:15.000000Z\"},\"new\":{\"theme\":\"dark\",\"updated_at\":\"2026-04-27 16:37:20\"}}', '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', '2026-04-27 20:37:20', '2026-04-27 20:37:20'),
(142, 1, 'updated', 'App\\Models\\User', 1, '{\"old\":{\"theme\":\"dark\",\"updated_at\":\"2026-04-27T16:37:20.000000Z\"},\"new\":{\"theme\":\"light\",\"updated_at\":\"2026-04-27 16:37:22\"}}', '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', '2026-04-27 20:37:22', '2026-04-27 20:37:22'),
(143, 1, 'updated', 'App\\Models\\User', 1, '{\"old\":{\"theme\":\"light\",\"updated_at\":\"2026-04-27T16:37:22.000000Z\"},\"new\":{\"theme\":\"dark\",\"updated_at\":\"2026-04-27 16:37:28\"}}', '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', '2026-04-27 20:37:28', '2026-04-27 20:37:28'),
(144, 1, 'updated', 'App\\Models\\User', 1, '{\"old\":{\"theme\":\"dark\",\"updated_at\":\"2026-04-27T16:37:28.000000Z\"},\"new\":{\"theme\":\"light\",\"updated_at\":\"2026-04-27 16:37:29\"}}', '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', '2026-04-27 20:37:29', '2026-04-27 20:37:29'),
(145, 1, 'updated', 'App\\Models\\User', 1, '{\"old\":{\"theme\":\"light\",\"updated_at\":\"2026-04-27T16:37:29.000000Z\"},\"new\":{\"theme\":\"dark\",\"updated_at\":\"2026-04-27 16:37:30\"}}', '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', '2026-04-27 20:37:30', '2026-04-27 20:37:30'),
(146, 1, 'updated', 'App\\Models\\User', 1, '{\"old\":{\"theme\":\"dark\",\"updated_at\":\"2026-04-27T16:37:30.000000Z\"},\"new\":{\"theme\":\"light\",\"updated_at\":\"2026-04-27 16:37:31\"}}', '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', '2026-04-27 20:37:31', '2026-04-27 20:37:31'),
(147, 1, 'updated', 'App\\Models\\User', 1, '{\"old\":{\"theme\":\"light\",\"updated_at\":\"2026-04-27T16:37:31.000000Z\"},\"new\":{\"theme\":\"dark\",\"updated_at\":\"2026-04-27 16:37:33\"}}', '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', '2026-04-27 20:37:33', '2026-04-27 20:37:33'),
(148, 1, 'updated', 'App\\Models\\User', 1, '{\"old\":{\"theme\":\"dark\",\"updated_at\":\"2026-04-27T16:37:33.000000Z\"},\"new\":{\"theme\":\"light\",\"updated_at\":\"2026-04-27 16:37:38\"}}', '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', '2026-04-27 20:37:38', '2026-04-27 20:37:38'),
(149, 1, 'updated', 'App\\Models\\User', 1, '{\"old\":{\"theme\":\"light\",\"updated_at\":\"2026-04-27T16:37:38.000000Z\"},\"new\":{\"theme\":\"dark\",\"updated_at\":\"2026-04-27 16:38:05\"}}', '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', '2026-04-27 20:38:05', '2026-04-27 20:38:05'),
(150, 1, 'updated', 'App\\Models\\User', 1, '{\"old\":{\"theme\":\"dark\",\"updated_at\":\"2026-04-27T16:38:05.000000Z\"},\"new\":{\"theme\":\"light\",\"updated_at\":\"2026-04-27 16:38:55\"}}', '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', '2026-04-27 20:38:55', '2026-04-27 20:38:55'),
(151, 1, 'updated', 'App\\Models\\User', 1, '{\"old\":{\"theme\":\"light\",\"updated_at\":\"2026-04-27T16:38:55.000000Z\"},\"new\":{\"theme\":\"dark\",\"updated_at\":\"2026-04-27 16:40:30\"}}', '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', '2026-04-27 20:40:30', '2026-04-27 20:40:30'),
(152, 1, 'updated', 'App\\Models\\User', 1, '{\"old\":{\"theme\":\"dark\",\"updated_at\":\"2026-04-27T16:40:30.000000Z\"},\"new\":{\"theme\":\"light\",\"updated_at\":\"2026-04-27 16:40:49\"}}', '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', '2026-04-27 20:40:49', '2026-04-27 20:40:49'),
(153, 1, 'updated', 'App\\Models\\User', 1, '{\"old\":{\"theme\":\"light\",\"updated_at\":\"2026-04-27T16:40:49.000000Z\"},\"new\":{\"theme\":\"dark\",\"updated_at\":\"2026-04-27 16:40:51\"}}', '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', '2026-04-27 20:40:51', '2026-04-27 20:40:51'),
(154, 1, 'updated', 'App\\Models\\User', 1, '{\"old\":{\"theme\":\"dark\",\"updated_at\":\"2026-04-27T16:40:51.000000Z\"},\"new\":{\"theme\":\"light\",\"updated_at\":\"2026-04-27 16:41:18\"}}', '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', '2026-04-27 20:41:18', '2026-04-27 20:41:18'),
(155, 1, 'updated', 'App\\Models\\User', 1, '{\"old\":{\"theme\":\"light\",\"updated_at\":\"2026-04-27T16:41:18.000000Z\"},\"new\":{\"theme\":\"dark\",\"updated_at\":\"2026-04-27 16:41:28\"}}', '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', '2026-04-27 20:41:28', '2026-04-27 20:41:28'),
(156, 1, 'updated', 'App\\Models\\User', 1, '{\"old\":{\"theme\":\"dark\",\"updated_at\":\"2026-04-27T16:41:28.000000Z\"},\"new\":{\"theme\":\"light\",\"updated_at\":\"2026-04-27 16:41:29\"}}', '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', '2026-04-27 20:41:29', '2026-04-27 20:41:29'),
(157, 1, 'updated', 'App\\Models\\User', 1, '{\"old\":{\"theme\":\"light\",\"updated_at\":\"2026-04-27T16:41:29.000000Z\"},\"new\":{\"theme\":\"dark\",\"updated_at\":\"2026-04-27 16:43:03\"}}', '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', '2026-04-27 20:43:03', '2026-04-27 20:43:03'),
(158, 1, 'updated', 'App\\Models\\User', 1, '{\"old\":{\"theme\":\"dark\",\"updated_at\":\"2026-04-27T16:43:03.000000Z\"},\"new\":{\"theme\":\"light\",\"updated_at\":\"2026-04-27 16:45:11\"}}', '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', '2026-04-27 20:45:11', '2026-04-27 20:45:11'),
(159, 1, 'updated', 'App\\Models\\User', 1, '{\"old\":{\"theme\":\"light\",\"updated_at\":\"2026-04-27T16:45:11.000000Z\"},\"new\":{\"theme\":\"dark\",\"updated_at\":\"2026-04-27 16:45:50\"}}', '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', '2026-04-27 20:45:50', '2026-04-27 20:45:50'),
(160, 1, 'updated', 'App\\Models\\User', 1, '{\"old\":{\"theme\":\"dark\",\"updated_at\":\"2026-04-27T16:45:50.000000Z\"},\"new\":{\"theme\":\"light\",\"updated_at\":\"2026-04-27 16:46:05\"}}', '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', '2026-04-27 20:46:05', '2026-04-27 20:46:05'),
(161, 1, 'updated', 'App\\Models\\User', 1, '{\"old\":{\"theme\":\"light\",\"updated_at\":\"2026-04-27T16:46:05.000000Z\"},\"new\":{\"theme\":\"dark\",\"updated_at\":\"2026-04-27 16:46:07\"}}', '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', '2026-04-27 20:46:07', '2026-04-27 20:46:07'),
(162, 1, 'updated', 'App\\Models\\User', 1, '{\"old\":{\"theme\":\"dark\",\"updated_at\":\"2026-04-27T16:46:07.000000Z\"},\"new\":{\"theme\":\"light\",\"updated_at\":\"2026-04-27 16:46:30\"}}', '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', '2026-04-27 20:46:30', '2026-04-27 20:46:30'),
(163, 1, 'updated', 'App\\Models\\User', 1, '{\"old\":{\"theme\":\"light\",\"updated_at\":\"2026-04-27T16:46:30.000000Z\"},\"new\":{\"theme\":\"dark\",\"updated_at\":\"2026-04-27 16:46:47\"}}', '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', '2026-04-27 20:46:47', '2026-04-27 20:46:47'),
(164, 1, 'updated', 'App\\Models\\User', 1, '{\"old\":{\"theme\":\"dark\",\"updated_at\":\"2026-04-27T16:46:47.000000Z\"},\"new\":{\"theme\":\"light\",\"updated_at\":\"2026-04-27 16:58:20\"}}', '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', '2026-04-27 20:58:20', '2026-04-27 20:58:20'),
(165, 1, 'updated', 'App\\Models\\User', 1, '{\"old\":{\"theme\":\"light\",\"updated_at\":\"2026-04-27T16:58:20.000000Z\"},\"new\":{\"theme\":\"dark\",\"updated_at\":\"2026-04-27 16:58:26\"}}', '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', '2026-04-27 20:58:26', '2026-04-27 20:58:26'),
(166, 1, 'updated', 'App\\Models\\User', 1, '{\"old\":{\"theme\":\"dark\"},\"new\":{\"theme\":\"light\"}}', '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', '2026-04-27 20:58:26', '2026-04-27 20:58:26'),
(167, 1, 'updated', 'App\\Models\\User', 1, '{\"old\":{\"theme\":\"light\",\"updated_at\":\"2026-04-27T16:58:26.000000Z\"},\"new\":{\"theme\":\"dark\",\"updated_at\":\"2026-04-27 16:59:52\"}}', '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', '2026-04-27 20:59:52', '2026-04-27 20:59:52'),
(168, 1, 'updated', 'App\\Models\\User', 1, '{\"old\":{\"theme\":\"dark\",\"updated_at\":\"2026-04-27T16:59:52.000000Z\"},\"new\":{\"theme\":\"light\",\"updated_at\":\"2026-04-27 16:59:56\"}}', '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', '2026-04-27 20:59:56', '2026-04-27 20:59:56'),
(169, 1, 'updated', 'App\\Models\\User', 1, '{\"old\":{\"theme\":\"light\",\"updated_at\":\"2026-04-27T16:59:56.000000Z\"},\"new\":{\"theme\":\"dark\",\"updated_at\":\"2026-04-27 17:00:20\"}}', '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', '2026-04-27 21:00:20', '2026-04-27 21:00:20'),
(170, 1, 'updated', 'App\\Models\\User', 1, '{\"old\":{\"theme\":\"dark\",\"updated_at\":\"2026-04-27T17:00:20.000000Z\"},\"new\":{\"theme\":\"light\",\"updated_at\":\"2026-04-27 17:01:55\"}}', '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', '2026-04-27 21:01:55', '2026-04-27 21:01:55'),
(171, 1, 'updated', 'App\\Models\\User', 1, '{\"old\":{\"theme\":\"light\",\"updated_at\":\"2026-04-27T17:01:55.000000Z\"},\"new\":{\"theme\":\"dark\",\"updated_at\":\"2026-04-27 17:01:58\"}}', '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', '2026-04-27 21:01:58', '2026-04-27 21:01:58'),
(172, 1, 'updated', 'App\\Models\\User', 1, '{\"old\":{\"theme\":\"dark\",\"updated_at\":\"2026-04-27T17:01:58.000000Z\"},\"new\":{\"theme\":\"light\",\"updated_at\":\"2026-04-27 17:15:28\"}}', '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', '2026-04-27 21:15:29', '2026-04-27 21:15:29'),
(173, 1, 'updated', 'App\\Models\\User', 1, '{\"old\":{\"theme\":\"light\",\"updated_at\":\"2026-04-27T17:15:28.000000Z\"},\"new\":{\"theme\":\"dark\",\"updated_at\":\"2026-04-27 17:15:31\"}}', '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', '2026-04-27 21:15:31', '2026-04-27 21:15:31'),
(174, 1, 'updated', 'App\\Models\\User', 1, '{\"old\":{\"theme\":\"dark\",\"updated_at\":\"2026-04-27T17:15:31.000000Z\"},\"new\":{\"theme\":\"light\",\"updated_at\":\"2026-04-27 17:16:48\"}}', '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', '2026-04-27 21:16:48', '2026-04-27 21:16:48'),
(175, 1, 'updated', 'App\\Models\\User', 1, '{\"old\":{\"theme\":\"light\",\"updated_at\":\"2026-04-27T17:16:48.000000Z\"},\"new\":{\"theme\":\"dark\",\"updated_at\":\"2026-04-27 17:16:50\"}}', '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', '2026-04-27 21:16:50', '2026-04-27 21:16:50'),
(176, 1, 'updated', 'App\\Models\\User', 1, '{\"old\":{\"theme\":\"dark\",\"updated_at\":\"2026-04-27T17:16:50.000000Z\"},\"new\":{\"theme\":\"light\",\"updated_at\":\"2026-04-27 17:19:30\"}}', '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', '2026-04-27 21:19:30', '2026-04-27 21:19:30'),
(177, 1, 'updated', 'App\\Models\\User', 1, '{\"old\":{\"theme\":\"light\",\"updated_at\":\"2026-04-27T17:19:30.000000Z\"},\"new\":{\"theme\":\"dark\",\"updated_at\":\"2026-04-27 17:25:52\"}}', '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', '2026-04-27 21:25:52', '2026-04-27 21:25:52'),
(178, 1, 'updated', 'App\\Models\\User', 1, '{\"old\":{\"theme\":\"dark\",\"updated_at\":\"2026-04-27T17:25:52.000000Z\"},\"new\":{\"theme\":\"light\",\"updated_at\":\"2026-04-27 17:27:53\"}}', '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', '2026-04-27 21:27:53', '2026-04-27 21:27:53'),
(179, 1, 'updated', 'App\\Models\\User', 1, '{\"old\":{\"theme\":\"light\",\"updated_at\":\"2026-04-27T17:27:53.000000Z\"},\"new\":{\"theme\":\"dark\",\"updated_at\":\"2026-04-27 17:31:37\"}}', '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', '2026-04-27 21:31:37', '2026-04-27 21:31:37'),
(180, 1, 'updated', 'App\\Models\\User', 1, '{\"old\":{\"theme\":\"dark\",\"updated_at\":\"2026-04-27T17:31:37.000000Z\"},\"new\":{\"theme\":\"light\",\"updated_at\":\"2026-04-27 17:34:59\"}}', '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', '2026-04-27 21:34:59', '2026-04-27 21:34:59'),
(181, 1, 'updated', 'App\\Models\\User', 1, '{\"old\":{\"theme\":\"light\",\"updated_at\":\"2026-04-27T17:34:59.000000Z\"},\"new\":{\"theme\":\"dark\",\"updated_at\":\"2026-04-27 18:04:10\"}}', '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', '2026-04-27 22:04:10', '2026-04-27 22:04:10'),
(182, 2, 'updated', 'App\\Models\\User', 2, '{\"old\":{\"theme\":\"dark\",\"updated_at\":\"2026-04-22T21:06:16.000000Z\"},\"new\":{\"theme\":\"light\",\"updated_at\":\"2026-04-27 18:58:08\"}}', '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', '2026-04-27 22:58:08', '2026-04-27 22:58:08'),
(183, 2, 'updated', 'App\\Models\\User', 2, '{\"old\":{\"theme\":\"light\",\"updated_at\":\"2026-04-27T18:58:08.000000Z\"},\"new\":{\"theme\":\"dark\",\"updated_at\":\"2026-04-27 18:58:30\"}}', '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', '2026-04-27 22:58:30', '2026-04-27 22:58:30'),
(184, 2, 'updated', 'App\\Models\\User', 2, '{\"old\":{\"theme\":\"dark\",\"updated_at\":\"2026-04-27T18:58:30.000000Z\"},\"new\":{\"theme\":\"light\",\"updated_at\":\"2026-04-27 19:04:19\"}}', '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', '2026-04-27 23:04:19', '2026-04-27 23:04:19'),
(185, 2, 'updated', 'App\\Models\\User', 2, '{\"old\":{\"theme\":\"light\",\"updated_at\":\"2026-04-27T19:04:19.000000Z\"},\"new\":{\"theme\":\"dark\",\"updated_at\":\"2026-04-27 19:04:46\"}}', '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', '2026-04-27 23:04:46', '2026-04-27 23:04:46'),
(186, 2, 'updated', 'App\\Models\\User', 2, '{\"old\":{\"theme\":\"dark\",\"updated_at\":\"2026-04-27T19:04:46.000000Z\"},\"new\":{\"theme\":\"light\",\"updated_at\":\"2026-04-27 19:04:47\"}}', '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', '2026-04-27 23:04:47', '2026-04-27 23:04:47'),
(187, 2, 'updated', 'App\\Models\\User', 2, '{\"old\":{\"theme\":\"light\",\"updated_at\":\"2026-04-27T19:04:47.000000Z\"},\"new\":{\"theme\":\"dark\",\"updated_at\":\"2026-04-27 19:05:50\"}}', '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', '2026-04-27 23:05:50', '2026-04-27 23:05:50'),
(188, 2, 'updated', 'App\\Models\\User', 2, '{\"old\":{\"theme\":\"dark\",\"updated_at\":\"2026-04-27T19:05:50.000000Z\"},\"new\":{\"theme\":\"light\",\"updated_at\":\"2026-04-27 19:06:24\"}}', '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', '2026-04-27 23:06:24', '2026-04-27 23:06:24'),
(189, 2, 'updated', 'App\\Models\\User', 2, '{\"old\":{\"theme\":\"light\",\"updated_at\":\"2026-04-27T19:06:24.000000Z\"},\"new\":{\"theme\":\"dark\",\"updated_at\":\"2026-04-27 19:13:15\"}}', '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', '2026-04-27 23:13:15', '2026-04-27 23:13:15'),
(190, 2, 'updated', 'App\\Models\\User', 2, '{\"old\":{\"theme\":\"dark\",\"updated_at\":\"2026-04-27T19:13:15.000000Z\"},\"new\":{\"theme\":\"light\",\"updated_at\":\"2026-04-27 19:53:55\"}}', '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', '2026-04-27 23:53:55', '2026-04-27 23:53:55'),
(191, 2, 'updated', 'App\\Models\\User', 2, '{\"old\":{\"theme\":\"light\",\"updated_at\":\"2026-04-27T19:53:55.000000Z\"},\"new\":{\"theme\":\"dark\",\"updated_at\":\"2026-04-27 19:55:13\"}}', '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', '2026-04-27 23:55:13', '2026-04-27 23:55:13'),
(192, 2, 'updated', 'App\\Models\\User', 2, '{\"old\":{\"theme\":\"dark\",\"updated_at\":\"2026-04-27T19:55:13.000000Z\"},\"new\":{\"theme\":\"light\",\"updated_at\":\"2026-04-27 19:58:40\"}}', '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', '2026-04-27 23:58:40', '2026-04-27 23:58:40'),
(193, 2, 'updated', 'App\\Models\\User', 2, '{\"old\":{\"theme\":\"light\",\"updated_at\":\"2026-04-27T19:58:40.000000Z\"},\"new\":{\"theme\":\"dark\",\"updated_at\":\"2026-04-27 19:58:52\"}}', '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', '2026-04-27 23:58:52', '2026-04-27 23:58:52'),
(194, 2, 'updated', 'App\\Models\\User', 11, '{\"old\":{\"name\":\"test2\",\"password\":\"$2y$12$ftSesqoZswBhFmlvIBj5se0WTuVXqSQlyhsol0XJd5SOoebFT\\/U6e\",\"updated_at\":\"2026-04-24T21:17:57.000000Z\"},\"new\":{\"name\":\"test demo\",\"password\":\"$2y$12$C87kleh088Zp\\/yI.IFAjn.dBDgbnPJcsGTe43iPf5XoUlHAeMfRiu\",\"updated_at\":\"2026-04-27 20:02:23\"}}', '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', '2026-04-28 00:02:23', '2026-04-28 00:02:23'),
(195, 2, 'updated', 'App\\Models\\User', 2, '{\"old\":{\"theme\":\"dark\",\"updated_at\":\"2026-04-27T19:58:52.000000Z\"},\"new\":{\"theme\":\"light\",\"updated_at\":\"2026-04-27 20:04:48\"}}', '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', '2026-04-28 00:04:48', '2026-04-28 00:04:48'),
(196, 2, 'updated', 'App\\Models\\User', 2, '{\"old\":{\"theme\":\"light\",\"updated_at\":\"2026-04-27T20:04:48.000000Z\"},\"new\":{\"theme\":\"dark\",\"updated_at\":\"2026-04-27 20:04:54\"}}', '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', '2026-04-28 00:04:54', '2026-04-28 00:04:54'),
(197, 2, 'updated', 'App\\Models\\User', 11, '{\"old\":{\"name\":\"test demo\",\"updated_at\":\"2026-04-27T20:02:23.000000Z\"},\"new\":{\"name\":\"test demo1\",\"updated_at\":\"2026-04-27 20:09:47\"}}', '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', '2026-04-28 00:09:47', '2026-04-28 00:09:47'),
(198, 2, 'updated', 'App\\Models\\User', 2, '{\"old\":{\"theme\":\"dark\",\"updated_at\":\"2026-04-27T20:04:54.000000Z\"},\"new\":{\"theme\":\"light\",\"updated_at\":\"2026-04-27 20:27:39\"}}', '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', '2026-04-28 00:27:39', '2026-04-28 00:27:39'),
(199, 2, 'updated', 'App\\Models\\Permission', 14, '{\"old\":{\"is_delete\":false,\"updated_at\":\"2026-04-24T21:17:15.000000Z\"},\"new\":{\"is_delete\":true,\"updated_at\":\"2026-04-27 20:29:10\"}}', '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', '2026-04-28 00:29:10', '2026-04-28 00:29:10'),
(200, 2, 'updated', 'App\\Models\\User', 2, '{\"old\":{\"theme\":\"light\",\"updated_at\":\"2026-04-27T20:27:39.000000Z\"},\"new\":{\"theme\":\"dark\",\"updated_at\":\"2026-04-27 20:29:49\"}}', '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', '2026-04-28 00:29:49', '2026-04-28 00:29:49'),
(201, 1, 'updated', 'App\\Models\\User', 1, '{\"old\":{\"theme\":\"dark\",\"updated_at\":\"2026-04-27T18:04:10.000000Z\"},\"new\":{\"theme\":\"light\",\"updated_at\":\"2026-04-29 13:44:20\"}}', '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', '2026-04-29 17:44:20', '2026-04-29 17:44:20'),
(202, 1, 'updated', 'App\\Models\\User', 1, '{\"old\":{\"theme\":\"light\",\"updated_at\":\"2026-04-29T13:44:20.000000Z\"},\"new\":{\"theme\":\"dark\",\"updated_at\":\"2026-04-29 13:50:19\"}}', '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', '2026-04-29 17:50:19', '2026-04-29 17:50:19'),
(203, 1, 'updated', 'App\\Models\\User', 1, '{\"old\":{\"theme\":\"dark\",\"updated_at\":\"2026-04-29T13:50:19.000000Z\"},\"new\":{\"theme\":\"light\",\"updated_at\":\"2026-05-13 16:51:02\"}}', '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', '2026-05-13 20:51:02', '2026-05-13 20:51:02'),
(204, 1, 'updated', 'App\\Models\\User', 1, '{\"old\":{\"theme\":\"light\",\"updated_at\":\"2026-05-13T16:51:02.000000Z\"},\"new\":{\"theme\":\"dark\",\"updated_at\":\"2026-05-13 18:38:14\"}}', '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', '2026-05-13 22:38:14', '2026-05-13 22:38:14'),
(205, 1, 'updated', 'App\\Models\\User', 1, '{\"old\":{\"theme\":\"dark\",\"updated_at\":\"2026-05-13T18:38:14.000000Z\"},\"new\":{\"theme\":\"light\",\"updated_at\":\"2026-05-13 18:38:22\"}}', '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', '2026-05-13 22:38:22', '2026-05-13 22:38:22'),
(206, 1, 'updated', 'App\\Models\\User', 1, '{\"old\":{\"theme\":\"light\",\"updated_at\":\"2026-05-13T18:38:22.000000Z\"},\"new\":{\"theme\":\"dark\",\"updated_at\":\"2026-05-13 19:56:14\"}}', '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', '2026-05-13 23:56:14', '2026-05-13 23:56:14'),
(207, 1, 'updated', 'App\\Models\\User', 1, '{\"old\":{\"theme\":\"dark\",\"updated_at\":\"2026-05-13T19:56:14.000000Z\"},\"new\":{\"theme\":\"light\",\"updated_at\":\"2026-05-13 19:56:31\"}}', '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', '2026-05-13 23:56:31', '2026-05-13 23:56:31'),
(208, 1, 'updated', 'App\\Models\\User', 1, '{\"old\":{\"theme\":\"light\",\"updated_at\":\"2026-05-13T19:56:31.000000Z\"},\"new\":{\"theme\":\"dark\",\"updated_at\":\"2026-05-13 19:59:09\"}}', '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', '2026-05-13 23:59:09', '2026-05-13 23:59:09'),
(209, 1, 'updated', 'App\\Models\\User', 1, '{\"old\":{\"theme\":\"dark\",\"updated_at\":\"2026-05-13T19:59:09.000000Z\"},\"new\":{\"theme\":\"light\",\"updated_at\":\"2026-05-13 19:59:45\"}}', '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', '2026-05-13 23:59:45', '2026-05-13 23:59:45'),
(210, 1, 'updated', 'App\\Models\\User', 1, '{\"old\":{\"theme\":\"light\",\"updated_at\":\"2026-05-13T19:59:45.000000Z\"},\"new\":{\"theme\":\"dark\",\"updated_at\":\"2026-05-13 20:03:46\"}}', '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', '2026-05-14 00:03:46', '2026-05-14 00:03:46'),
(211, 1, 'updated', 'App\\Models\\User', 1, '{\"old\":{\"theme\":\"dark\",\"updated_at\":\"2026-05-13T20:03:46.000000Z\"},\"new\":{\"theme\":\"light\",\"updated_at\":\"2026-05-13 20:07:31\"}}', '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', '2026-05-14 00:07:31', '2026-05-14 00:07:31'),
(212, 1, 'updated', 'App\\Models\\User', 1, '{\"old\":{\"theme\":\"light\",\"updated_at\":\"2026-05-13T20:07:31.000000Z\"},\"new\":{\"theme\":\"dark\",\"updated_at\":\"2026-05-14 16:08:33\"}}', '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', '2026-05-14 20:08:34', '2026-05-14 20:08:34'),
(213, 1, 'updated', 'App\\Models\\User', 1, '{\"old\":{\"theme\":\"dark\",\"updated_at\":\"2026-05-14T16:08:33.000000Z\"},\"new\":{\"theme\":\"light\",\"updated_at\":\"2026-05-14 16:09:32\"}}', '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', '2026-05-14 20:09:32', '2026-05-14 20:09:32'),
(214, 1, 'updated', 'App\\Models\\User', 1, '{\"old\":{\"theme\":\"light\",\"updated_at\":\"2026-05-14T16:09:32.000000Z\"},\"new\":{\"theme\":\"dark\",\"updated_at\":\"2026-05-14 16:31:01\"}}', '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', '2026-05-14 20:31:01', '2026-05-14 20:31:01'),
(215, 1, 'updated', 'App\\Models\\User', 1, '{\"old\":{\"theme\":\"dark\",\"updated_at\":\"2026-05-14T16:31:01.000000Z\"},\"new\":{\"theme\":\"light\",\"updated_at\":\"2026-05-14 16:31:03\"}}', '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', '2026-05-14 20:31:03', '2026-05-14 20:31:03'),
(216, 1, 'updated', 'App\\Models\\User', 1, '{\"old\":{\"theme\":\"light\",\"updated_at\":\"2026-05-14T16:31:03.000000Z\"},\"new\":{\"theme\":\"dark\",\"updated_at\":\"2026-05-18 16:26:32\"}}', '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', '2026-05-18 20:26:32', '2026-05-18 20:26:32'),
(217, 1, 'updated', 'App\\Models\\User', 1, '{\"old\":{\"theme\":\"dark\",\"updated_at\":\"2026-05-18T16:26:32.000000Z\"},\"new\":{\"theme\":\"light\",\"updated_at\":\"2026-05-18 16:26:34\"}}', '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', '2026-05-18 20:26:34', '2026-05-18 20:26:34'),
(218, 1, 'updated', 'App\\Models\\User', 1, '{\"old\":{\"theme\":\"light\",\"updated_at\":\"2026-05-18T16:26:34.000000Z\"},\"new\":{\"theme\":\"dark\",\"updated_at\":\"2026-05-18 16:28:37\"}}', '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', '2026-05-18 20:28:38', '2026-05-18 20:28:38'),
(219, 1, 'updated', 'App\\Models\\User', 1, '{\"old\":{\"theme\":\"dark\",\"updated_at\":\"2026-05-18T16:28:37.000000Z\"},\"new\":{\"theme\":\"light\",\"updated_at\":\"2026-05-18 16:33:34\"}}', '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', '2026-05-18 20:33:34', '2026-05-18 20:33:34'),
(220, 1, 'updated', 'App\\Models\\User', 1, '{\"old\":{\"theme\":\"light\",\"updated_at\":\"2026-05-18T16:33:34.000000Z\"},\"new\":{\"theme\":\"dark\",\"updated_at\":\"2026-05-18 16:33:38\"}}', '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', '2026-05-18 20:33:38', '2026-05-18 20:33:38'),
(221, 1, 'updated', 'App\\Models\\User', 1, '{\"old\":{\"theme\":\"dark\",\"updated_at\":\"2026-05-18T16:33:38.000000Z\"},\"new\":{\"theme\":\"light\",\"updated_at\":\"2026-05-18 16:33:39\"}}', '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', '2026-05-18 20:33:39', '2026-05-18 20:33:39'),
(222, 1, 'updated', 'App\\Models\\User', 1, '{\"old\":{\"theme\":\"light\",\"updated_at\":\"2026-05-18T16:33:39.000000Z\"},\"new\":{\"theme\":\"dark\",\"updated_at\":\"2026-05-18 16:55:28\"}}', '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', '2026-05-18 20:55:28', '2026-05-18 20:55:28'),
(223, 1, 'updated', 'App\\Models\\User', 1, '{\"old\":{\"theme\":\"dark\",\"updated_at\":\"2026-05-18T16:55:28.000000Z\"},\"new\":{\"theme\":\"light\",\"updated_at\":\"2026-05-18 16:55:29\"}}', '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', '2026-05-18 20:55:29', '2026-05-18 20:55:29'),
(224, 1, 'updated', 'App\\Models\\User', 1, '{\"old\":{\"theme\":\"light\",\"updated_at\":\"2026-05-18T16:55:29.000000Z\"},\"new\":{\"theme\":\"dark\",\"updated_at\":\"2026-05-18 16:58:34\"}}', '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', '2026-05-18 20:58:34', '2026-05-18 20:58:34'),
(225, 1, 'updated', 'App\\Models\\User', 1, '{\"old\":{\"theme\":\"dark\",\"updated_at\":\"2026-05-18T16:58:34.000000Z\"},\"new\":{\"theme\":\"light\",\"updated_at\":\"2026-05-18 16:58:52\"}}', '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', '2026-05-18 20:58:52', '2026-05-18 20:58:52'),
(226, 1, 'updated', 'App\\Models\\User', 1, '{\"old\":{\"theme\":\"light\",\"updated_at\":\"2026-05-18T16:58:52.000000Z\"},\"new\":{\"theme\":\"dark\",\"updated_at\":\"2026-05-19 16:38:33\"}}', '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', '2026-05-19 20:38:33', '2026-05-19 20:38:33'),
(227, 1, 'updated', 'App\\Models\\User', 1, '{\"old\":{\"theme\":\"dark\",\"updated_at\":\"2026-05-19T16:38:33.000000Z\"},\"new\":{\"theme\":\"light\",\"updated_at\":\"2026-05-19 16:52:51\"}}', '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', '2026-05-19 20:52:51', '2026-05-19 20:52:51'),
(228, 1, 'updated', 'App\\Models\\User', 1, '{\"old\":{\"theme\":\"light\",\"updated_at\":\"2026-05-19T16:52:51.000000Z\"},\"new\":{\"theme\":\"dark\",\"updated_at\":\"2026-05-19 16:55:39\"}}', '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', '2026-05-19 20:55:39', '2026-05-19 20:55:39'),
(229, 1, 'updated', 'App\\Models\\User', 1, '{\"old\":{\"theme\":\"dark\",\"updated_at\":\"2026-05-19T16:55:39.000000Z\"},\"new\":{\"theme\":\"light\",\"updated_at\":\"2026-05-19 16:56:03\"}}', '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', '2026-05-19 20:56:03', '2026-05-19 20:56:03'),
(230, 1, 'updated', 'App\\Models\\User', 1, '{\"old\":{\"theme\":\"light\",\"updated_at\":\"2026-05-19T16:56:03.000000Z\"},\"new\":{\"theme\":\"dark\",\"updated_at\":\"2026-05-19 16:56:05\"}}', '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', '2026-05-19 20:56:05', '2026-05-19 20:56:05'),
(231, 1, 'updated', 'App\\Models\\User', 1, '{\"old\":{\"theme\":\"dark\",\"updated_at\":\"2026-05-19T16:56:05.000000Z\"},\"new\":{\"theme\":\"light\",\"updated_at\":\"2026-05-19 16:56:48\"}}', '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', '2026-05-19 20:56:48', '2026-05-19 20:56:48'),
(232, 1, 'updated', 'App\\Models\\User', 1, '{\"old\":{\"theme\":\"light\",\"updated_at\":\"2026-05-19T16:56:48.000000Z\"},\"new\":{\"theme\":\"dark\",\"updated_at\":\"2026-05-19 16:59:09\"}}', '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', '2026-05-19 20:59:09', '2026-05-19 20:59:09'),
(233, 1, 'updated', 'App\\Models\\User', 1, '{\"old\":{\"theme\":\"dark\",\"updated_at\":\"2026-05-19T16:59:09.000000Z\"},\"new\":{\"theme\":\"light\",\"updated_at\":\"2026-05-19 17:01:04\"}}', '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', '2026-05-19 21:01:04', '2026-05-19 21:01:04'),
(234, 1, 'updated', 'App\\Models\\User', 1, '{\"old\":{\"theme\":\"light\",\"updated_at\":\"2026-05-19T17:01:04.000000Z\"},\"new\":{\"theme\":\"dark\",\"updated_at\":\"2026-05-19 17:01:05\"}}', '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', '2026-05-19 21:01:05', '2026-05-19 21:01:05'),
(235, 1, 'updated', 'App\\Models\\User', 1, '{\"old\":{\"theme\":\"dark\",\"updated_at\":\"2026-05-19T17:01:05.000000Z\"},\"new\":{\"theme\":\"light\",\"updated_at\":\"2026-05-19 17:03:18\"}}', '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', '2026-05-19 21:03:18', '2026-05-19 21:03:18'),
(236, 1, 'updated', 'App\\Models\\User', 1, '{\"old\":{\"theme\":\"light\",\"updated_at\":\"2026-05-19T17:03:18.000000Z\"},\"new\":{\"theme\":\"dark\",\"updated_at\":\"2026-05-19 17:03:21\"}}', '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', '2026-05-19 21:03:21', '2026-05-19 21:03:21'),
(237, 1, 'updated', 'App\\Models\\User', 1, '{\"old\":{\"theme\":\"dark\",\"updated_at\":\"2026-05-19T17:03:21.000000Z\"},\"new\":{\"theme\":\"light\",\"updated_at\":\"2026-05-19 17:03:46\"}}', '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', '2026-05-19 21:03:46', '2026-05-19 21:03:46'),
(238, 1, 'updated', 'App\\Models\\User', 1, '{\"old\":{\"theme\":\"light\",\"updated_at\":\"2026-05-19T17:03:46.000000Z\"},\"new\":{\"theme\":\"dark\",\"updated_at\":\"2026-05-19 18:07:18\"}}', '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', '2026-05-19 22:07:19', '2026-05-19 22:07:19'),
(239, 1, 'updated', 'App\\Models\\User', 1, '{\"old\":{\"theme\":\"dark\",\"updated_at\":\"2026-05-19T18:07:18.000000Z\"},\"new\":{\"theme\":\"light\",\"updated_at\":\"2026-05-19 18:07:23\"}}', '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', '2026-05-19 22:07:23', '2026-05-19 22:07:23'),
(240, 1, 'created', 'App\\Models\\Company', 5, '{\"new\":{\"company_code\":null,\"legal_name\":\"Omnis pariatur Volu\",\"display_name\":\"Omnis pariatur Volu\",\"default_currency_code\":\"USD\",\"payment_terms\":null,\"credit_limit\":null,\"blacklisted\":false,\"is_broker\":false,\"is_corporation\":false,\"show_phone_fax_on_invoice\":false,\"status\":\"active\",\"website_url\":null,\"mc_number\":null,\"federal_tax_id\":null,\"dot_number\":null,\"updated_at\":\"2026-05-19 21:26:57\",\"created_at\":\"2026-05-19 21:26:57\",\"id\":5}}', '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', '2026-05-20 01:26:57', '2026-05-20 01:26:57'),
(241, 1, 'created', 'App\\Models\\Company', 6, '{\"new\":{\"company_code\":null,\"legal_name\":\"Amet in quasi cillu\",\"display_name\":\"Amet in quasi cillu\",\"default_currency_code\":\"USD\",\"payment_terms\":null,\"credit_limit\":null,\"blacklisted\":false,\"is_broker\":false,\"is_corporation\":false,\"show_phone_fax_on_invoice\":false,\"status\":\"active\",\"website_url\":null,\"mc_number\":null,\"federal_tax_id\":null,\"dot_number\":null,\"updated_at\":\"2026-05-19 21:27:20\",\"created_at\":\"2026-05-19 21:27:20\",\"id\":6}}', '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', '2026-05-20 01:27:20', '2026-05-20 01:27:20'),
(242, 1, 'updated', 'App\\Models\\User', 1, '{\"old\":{\"theme\":\"light\",\"updated_at\":\"2026-05-19T18:07:23.000000Z\"},\"new\":{\"theme\":\"dark\",\"updated_at\":\"2026-05-20 15:42:18\"}}', '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', '2026-05-20 19:42:18', '2026-05-20 19:42:18'),
(243, 1, 'updated', 'App\\Models\\User', 1, '{\"old\":{\"theme\":\"dark\",\"updated_at\":\"2026-05-20T15:42:18.000000Z\"},\"new\":{\"theme\":\"light\",\"updated_at\":\"2026-05-20 15:42:20\"}}', '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', '2026-05-20 19:42:20', '2026-05-20 19:42:20'),
(244, 1, 'created', 'App\\Models\\Company', 7, '{\"new\":{\"company_code\":\"Porro aliquam eaque\",\"legal_name\":\"Amet cupidatat cons\",\"display_name\":\"Amet cupidatat cons\",\"default_currency_code\":\"USD\",\"payment_terms\":null,\"credit_limit\":null,\"blacklisted\":false,\"is_broker\":false,\"is_corporation\":false,\"show_phone_fax_on_invoice\":false,\"status\":\"active\",\"website_url\":null,\"mc_number\":null,\"federal_tax_id\":null,\"dot_number\":null,\"updated_at\":\"2026-05-20 17:27:39\",\"created_at\":\"2026-05-20 17:27:39\",\"id\":7}}', '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', '2026-05-20 21:27:39', '2026-05-20 21:27:39'),
(245, 1, 'updated', 'App\\Models\\Company', 7, '{\"old\":{\"legal_name\":\"Amet cupidatat cons\",\"display_name\":\"Amet cupidatat cons\",\"updated_at\":\"2026-05-20T17:27:39.000000Z\"},\"new\":{\"legal_name\":\"Amet cupidatat cons1\",\"display_name\":\"Amet cupidatat cons1\",\"updated_at\":\"2026-05-20 17:28:21\"}}', '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', '2026-05-20 21:28:21', '2026-05-20 21:28:21'),
(246, 1, 'created', 'App\\Models\\Company', 8, '{\"new\":{\"company_code\":null,\"legal_name\":\"Optio amet volupta\",\"display_name\":\"Optio amet volupta\",\"default_currency_code\":\"USD\",\"payment_terms\":null,\"credit_limit\":null,\"blacklisted\":false,\"is_broker\":false,\"is_corporation\":false,\"show_phone_fax_on_invoice\":false,\"status\":\"active\",\"website_url\":null,\"mc_number\":null,\"federal_tax_id\":null,\"dot_number\":null,\"updated_at\":\"2026-05-20 17:28:41\",\"created_at\":\"2026-05-20 17:28:41\",\"id\":8}}', '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', '2026-05-20 21:28:41', '2026-05-20 21:28:41'),
(247, 1, 'created', 'App\\Models\\Company', 9, '{\"new\":{\"company_code\":null,\"legal_name\":\"Ad fuga Ea rerum be\",\"display_name\":\"Ad fuga Ea rerum be\",\"default_currency_code\":\"USD\",\"payment_terms\":null,\"credit_limit\":null,\"blacklisted\":false,\"is_broker\":false,\"is_corporation\":false,\"show_phone_fax_on_invoice\":false,\"status\":\"active\",\"website_url\":null,\"mc_number\":null,\"federal_tax_id\":null,\"dot_number\":null,\"updated_at\":\"2026-05-20 17:29:04\",\"created_at\":\"2026-05-20 17:29:04\",\"id\":9}}', '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', '2026-05-20 21:29:04', '2026-05-20 21:29:04'),
(248, 1, 'created', 'App\\Models\\Company', 10, '{\"new\":{\"company_code\":null,\"legal_name\":\"Ea quia similique de\",\"display_name\":\"Ea quia similique de\",\"default_currency_code\":\"USD\",\"payment_terms\":null,\"credit_limit\":null,\"blacklisted\":false,\"is_broker\":false,\"is_corporation\":false,\"show_phone_fax_on_invoice\":false,\"status\":\"active\",\"website_url\":null,\"mc_number\":\"Voluptatibus magnam\",\"federal_tax_id\":null,\"dot_number\":null,\"updated_at\":\"2026-05-20 17:29:38\",\"created_at\":\"2026-05-20 17:29:38\",\"id\":10}}', '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', '2026-05-20 21:29:38', '2026-05-20 21:29:38'),
(249, 1, 'created', 'App\\Models\\Driver', 2, '{\"new\":{\"driver_type\":\"team\",\"full_name\":\"Possimus dolor in s\",\"email\":\"tetiburyk@mailinator.com\",\"country_id\":2,\"state_province_id\":null,\"date_of_birth\":\"1977-01-03 00:00:00\",\"license_expires_on\":null,\"status\":\"active\",\"updated_at\":\"2026-05-20 17:31:27\",\"created_at\":\"2026-05-20 17:31:27\",\"id\":2}}', '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', '2026-05-20 21:31:27', '2026-05-20 21:31:27'),
(250, 1, 'created', 'App\\Models\\Load', 2, '{\"new\":{\"load_number\":\"Magni dolores optio\",\"customer_company_id\":7,\"bill_to_company_id\":7,\"dispatcher_user_id\":11,\"sales_rep1_user_id\":11,\"sales_rep2_user_id\":null,\"load_mode_id\":3,\"load_status_id\":2,\"equipment_type_id\":null,\"currency_code\":\"USD\",\"wo_reference\":\"Quam ratione quos et\",\"rate\":\"15\",\"pd_amount\":\"1\",\"fsc_enabled\":false,\"fsc_rate_percent\":\"50\",\"other_charges\":\"100\",\"carrier_fee\":\"2\",\"is_open_load\":true,\"show_time\":true,\"updated_at\":\"2026-05-20 17:33:28\",\"created_at\":\"2026-05-20 17:33:28\",\"id\":2}}', '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', '2026-05-20 21:33:28', '2026-05-20 21:33:28'),
(251, 1, 'updated', 'App\\Models\\User', 1, '{\"old\":{\"theme\":\"light\",\"updated_at\":\"2026-05-20T15:42:20.000000Z\"},\"new\":{\"theme\":\"dark\",\"updated_at\":\"2026-05-20 17:39:22\"}}', '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', '2026-05-20 21:39:22', '2026-05-20 21:39:22'),
(252, 1, 'updated', 'App\\Models\\User', 1, '{\"old\":{\"theme\":\"dark\",\"updated_at\":\"2026-05-20T17:39:22.000000Z\"},\"new\":{\"theme\":\"light\",\"updated_at\":\"2026-05-20 17:39:25\"}}', '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', '2026-05-20 21:39:25', '2026-05-20 21:39:25'),
(253, 1, 'updated', 'App\\Models\\User', 1, '{\"old\":{\"theme\":\"light\"},\"new\":{\"theme\":\"dark\"}}', '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', '2026-05-20 21:39:25', '2026-05-20 21:39:25');
INSERT INTO `activity_logs` (`id`, `user_id`, `action`, `model_type`, `model_id`, `changes`, `ip_address`, `user_agent`, `created_at`, `updated_at`) VALUES
(254, 1, 'updated', 'App\\Models\\User', 1, '{\"old\":{\"theme\":\"dark\",\"updated_at\":\"2026-05-20T17:39:25.000000Z\"},\"new\":{\"theme\":\"light\",\"updated_at\":\"2026-05-20 17:39:28\"}}', '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', '2026-05-20 21:39:28', '2026-05-20 21:39:28'),
(255, 1, 'updated', 'App\\Models\\User', 1, '{\"old\":{\"theme\":\"light\",\"updated_at\":\"2026-05-20T17:39:28.000000Z\"},\"new\":{\"theme\":\"dark\",\"updated_at\":\"2026-05-20 17:39:35\"}}', '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', '2026-05-20 21:39:35', '2026-05-20 21:39:35'),
(256, 1, 'updated', 'App\\Models\\User', 1, '{\"old\":{\"theme\":\"dark\",\"updated_at\":\"2026-05-20T17:39:35.000000Z\"},\"new\":{\"theme\":\"light\",\"updated_at\":\"2026-05-20 17:39:42\"}}', '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', '2026-05-20 21:39:42', '2026-05-20 21:39:42'),
(257, 1, 'created', 'App\\Models\\Truck', 2, '{\"new\":{\"truck_number\":\"A odit ut ut nihil u\",\"truck_type\":\"Temporibus nemo ut q\",\"registered_state_id\":null,\"status\":\"inactive\",\"ownership\":\"company\",\"include_for_ifta\":true,\"mileage\":17,\"model_year\":2004,\"axles\":20,\"fuel_type\":null,\"insurance_policy_number\":null,\"vin\":null,\"notes_internal\":\"Rerum deserunt rerum\",\"empty_gross_weight_lbs\":null,\"plate_expires_on\":\"1973-05-08 00:00:00\",\"inspection_expires_on\":\"1996-10-27 00:00:00\",\"dot_expires_on\":\"1987-09-09 00:00:00\",\"ifta_start_on\":\"1972-08-11 00:00:00\",\"deactivated_on\":\"1970-10-09 00:00:00\",\"updated_at\":\"2026-05-20 17:52:14\",\"created_at\":\"2026-05-20 17:52:14\",\"id\":2}}', '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', '2026-05-20 21:52:14', '2026-05-20 21:52:14'),
(258, 1, 'updated', 'App\\Models\\Company', 7, '{\"old\":{\"company_code\":\"Porro aliquam eaque\",\"legal_name\":\"Amet cupidatat cons1\",\"display_name\":\"Amet cupidatat cons1\",\"updated_at\":\"2026-05-20T17:28:21.000000Z\"},\"new\":{\"company_code\":\"Eveniet voluptate q\",\"legal_name\":\"Pariatur Molestiae\",\"display_name\":\"Pariatur Molestiae\",\"updated_at\":\"2026-05-20 17:54:29\"}}', '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', '2026-05-20 21:54:29', '2026-05-20 21:54:29'),
(259, 1, 'updated', 'App\\Models\\User', 1, '{\"old\":{\"theme\":\"light\",\"updated_at\":\"2026-05-20T17:39:42.000000Z\"},\"new\":{\"theme\":\"dark\",\"updated_at\":\"2026-05-20 17:54:49\"}}', '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', '2026-05-20 21:54:49', '2026-05-20 21:54:49'),
(260, 1, 'updated', 'App\\Models\\Company', 1, '{\"old\":{\"payment_terms\":\"Net 30\",\"updated_at\":\"2026-05-19T20:34:53.000000Z\"},\"new\":{\"payment_terms\":null,\"updated_at\":\"2026-05-20 17:55:13\"}}', '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', '2026-05-20 21:55:13', '2026-05-20 21:55:13'),
(261, 1, 'updated', 'App\\Models\\User', 1, '{\"old\":{\"theme\":\"dark\",\"updated_at\":\"2026-05-20T17:54:49.000000Z\"},\"new\":{\"theme\":\"light\",\"updated_at\":\"2026-05-20 17:56:43\"}}', '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', '2026-05-20 21:56:43', '2026-05-20 21:56:43'),
(262, 1, 'created', 'App\\Models\\Load', 3, '{\"new\":{\"customer_company_id\":2,\"bill_to_company_id\":2,\"dispatcher_user_id\":4,\"sales_rep1_user_id\":4,\"sales_rep2_user_id\":null,\"load_mode_id\":3,\"load_status_id\":1,\"equipment_type_id\":3,\"currency_code\":\"CAD\",\"wo_reference\":\"Pariatur Ea volupta\",\"rate\":\"74\",\"pd_amount\":\"9\",\"fsc_enabled\":false,\"fsc_rate_percent\":\"43\",\"other_charges\":\"87\",\"carrier_fee\":\"5\",\"is_open_load\":true,\"show_time\":false,\"load_number\":\"LD-2848\",\"updated_at\":\"2026-05-20 17:56:54\",\"created_at\":\"2026-05-20 17:56:54\",\"id\":3}}', '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', '2026-05-20 21:56:54', '2026-05-20 21:56:54'),
(263, 1, 'created', 'App\\Models\\Company', 11, '{\"new\":{\"company_code\":null,\"legal_name\":\"Ad ut dolore ut dign\",\"display_name\":\"Ad ut dolore ut dign\",\"default_currency_code\":\"USD\",\"payment_terms\":null,\"credit_limit\":null,\"blacklisted\":false,\"is_broker\":false,\"is_corporation\":false,\"show_phone_fax_on_invoice\":false,\"status\":\"active\",\"website_url\":null,\"mc_number\":null,\"federal_tax_id\":null,\"dot_number\":null,\"updated_at\":\"2026-05-20 17:57:14\",\"created_at\":\"2026-05-20 17:57:14\",\"id\":11}}', '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', '2026-05-20 21:57:14', '2026-05-20 21:57:14'),
(264, 1, 'created', 'App\\Models\\Company', 12, '{\"new\":{\"company_code\":null,\"legal_name\":\"Enim voluptate tempo\",\"display_name\":\"Enim voluptate tempo\",\"default_currency_code\":\"USD\",\"payment_terms\":null,\"credit_limit\":null,\"blacklisted\":false,\"is_broker\":false,\"is_corporation\":false,\"show_phone_fax_on_invoice\":false,\"status\":\"active\",\"website_url\":null,\"mc_number\":null,\"federal_tax_id\":null,\"dot_number\":null,\"updated_at\":\"2026-05-20 18:40:05\",\"created_at\":\"2026-05-20 18:40:05\",\"id\":12}}', '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', '2026-05-20 22:40:05', '2026-05-20 22:40:05'),
(265, 1, 'created', 'App\\Models\\Driver', 3, '{\"new\":{\"driver_code\":\"Eum sunt nihil non\",\"driver_type\":\"single\",\"full_name\":\"Explicabo Saepe cul\",\"email\":\"zitubuparo@mailinator.com\",\"phone_primary\":\"Minus minim non ad t\",\"phone_alt\":\"Quaerat sunt molest\",\"pager\":\"Vel veritatis dolore\",\"country_id\":1,\"state_province_id\":null,\"city\":\"Irure consequuntur c\",\"postal_code\":\"Vel aut eaque dicta\",\"date_of_birth\":\"1990-11-24 00:00:00\",\"license_number\":\"Aut asperiores volup\",\"license_expires_on\":\"2025-12-16 00:00:00\",\"hazmat_expires_on\":\"2006-08-23 00:00:00\",\"passport_expires_on\":\"2015-02-08 00:00:00\",\"medical_expires_on\":\"2004-09-05 00:00:00\",\"drug_test_last_on\":\"1997-12-23 00:00:00\",\"drug_test_next_on\":\"1984-02-28 00:00:00\",\"fast_card_expires_on\":\"2001-04-28 00:00:00\",\"termination_on\":\"1994-04-13 00:00:00\",\"notes_internal\":\"Laboris aperiam maxi\",\"status\":\"active\",\"updated_at\":\"2026-05-20 18:42:17\",\"created_at\":\"2026-05-20 18:42:17\",\"id\":3}}', '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', '2026-05-20 22:42:17', '2026-05-20 22:42:17'),
(266, 1, 'created', 'App\\Models\\Truck', 3, '{\"new\":{\"truck_number\":\"Labore perspiciatis\",\"truck_type\":\"Assumenda nostrud au\",\"registered_state_id\":14,\"status\":\"inactive\",\"ownership\":\"company\",\"include_for_ifta\":true,\"mileage\":69,\"model_year\":2004,\"axles\":20,\"fuel_type\":\"gasoline\",\"insurance_policy_number\":\"Laudantium quam tem\",\"vin\":\"Sint libero dolores\",\"notes_internal\":\"Doloribus iusto est\",\"empty_gross_weight_lbs\":74,\"plate_expires_on\":\"1973-11-09 00:00:00\",\"inspection_expires_on\":\"2019-10-19 00:00:00\",\"dot_expires_on\":\"2019-06-15 00:00:00\",\"ifta_start_on\":\"1975-10-17 00:00:00\",\"deactivated_on\":\"1995-06-14 00:00:00\",\"updated_at\":\"2026-05-20 18:44:23\",\"created_at\":\"2026-05-20 18:44:23\",\"id\":3}}', '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', '2026-05-20 22:44:23', '2026-05-20 22:44:23'),
(267, 1, 'created', 'App\\Models\\Company', 13, '{\"new\":{\"legal_name\":\"PHPUnit Customer\",\"display_name\":\"PHPUnit Customer\",\"default_currency_code\":\"USD\",\"customer_rate\":1,\"status\":\"active\",\"updated_at\":\"2026-05-20 19:04:45\",\"created_at\":\"2026-05-20 19:04:45\",\"id\":13}}', '127.0.0.1', 'Symfony', '2026-05-20 23:04:45', '2026-05-20 23:04:45'),
(268, 1, 'created', 'App\\Models\\Company', 14, '{\"new\":{\"company_code\":\"Velit est omnis ips\",\"legal_name\":\"Omnis occaecat excep\",\"display_name\":\"Omnis occaecat excep\",\"default_currency_code\":\"CAD\",\"payment_terms\":\"30\",\"credit_limit\":\"1\",\"customer_rate\":1,\"blacklisted\":false,\"is_broker\":false,\"is_corporation\":true,\"show_phone_fax_on_invoice\":true,\"status\":\"active\",\"website_url\":\"http:\\/\\/localhost:8000\\/ui\\/customers\",\"mc_number\":\"Eaque sed fuga Dolo\",\"ff_number\":\"Sunt in consectetur\",\"fmcsa_number\":\"Perferendis animi c\",\"federal_tax_id\":\"1\",\"wsib_number\":\"Quia vero corrupti\",\"dot_number\":\"Reprehenderit place\",\"urs_number\":\"Velit incididunt est\",\"notes_internal\":\"TErt\",\"updated_at\":\"2026-05-20 19:13:41\",\"created_at\":\"2026-05-20 19:13:41\",\"id\":14}}', '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', '2026-05-20 23:13:41', '2026-05-20 23:13:41'),
(269, 1, 'created', 'App\\Models\\Company', 15, '{\"new\":{\"company_code\":\"Mollitia sint obcaec\",\"legal_name\":\"Facere ut quod volup\",\"display_name\":\"Facere ut quod volup\",\"default_currency_code\":\"CAD\",\"payment_terms\":\"45\",\"credit_limit\":\"1.2\",\"customer_rate\":0,\"blacklisted\":true,\"is_broker\":true,\"is_corporation\":true,\"show_phone_fax_on_invoice\":true,\"status\":\"active\",\"website_url\":\"http:\\/\\/localhost:8000\\/ui\\/customers\",\"mc_number\":\"Esse tempora placeat\",\"ff_number\":\"Voluptates deserunt\",\"fmcsa_number\":\"Nostrum rem enim eve\",\"federal_tax_id\":\"21\",\"wsib_number\":\"Rerum illo deleniti\",\"dot_number\":\"Velit adipisicing pr\",\"urs_number\":\"Voluptate facere sin\",\"notes_internal\":\"Test\",\"updated_at\":\"2026-05-20 19:32:37\",\"created_at\":\"2026-05-20 19:32:37\",\"id\":15}}', '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', '2026-05-20 23:32:37', '2026-05-20 23:32:37'),
(270, 1, 'updated', 'App\\Models\\Company', 13, '{\"old\":{\"company_code\":null,\"mc_number\":null,\"ff_number\":null,\"fmcsa_number\":null,\"federal_tax_id\":null,\"wsib_number\":null,\"dot_number\":null,\"urs_number\":null,\"website_url\":null,\"payment_terms\":null,\"credit_limit\":null,\"notes_internal\":null,\"updated_at\":\"2026-05-20T19:04:45.000000Z\"},\"new\":{\"company_code\":\"321\",\"mc_number\":\"12\",\"ff_number\":\"21\",\"fmcsa_number\":\"521\",\"federal_tax_id\":\"21\",\"wsib_number\":\"521\",\"dot_number\":\"54\",\"urs_number\":\"698\",\"website_url\":\"http:\\/\\/localhost:8000\\/ui\\/customers\",\"payment_terms\":\"63\",\"credit_limit\":\"0.21\",\"notes_internal\":\"tEST\",\"updated_at\":\"2026-05-20 19:41:18\"}}', '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', '2026-05-20 23:41:18', '2026-05-20 23:41:18'),
(271, 1, 'updated', 'App\\Models\\Company', 13, '{\"old\":{\"payment_terms\":\"63\",\"updated_at\":\"2026-05-20T19:41:18.000000Z\"},\"new\":{\"payment_terms\":\"1.5\\/15 Net 30\",\"updated_at\":\"2026-05-20 19:45:55\"}}', '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', '2026-05-20 23:45:55', '2026-05-20 23:45:55'),
(272, 1, 'created', 'App\\Models\\Company', 16, '{\"new\":{\"company_code\":null,\"legal_name\":\"Consectetur dolore\",\"display_name\":\"Consectetur dolore\",\"default_currency_code\":\"USD\",\"payment_terms\":null,\"credit_limit\":null,\"customer_rate\":0,\"blacklisted\":false,\"is_broker\":false,\"is_corporation\":false,\"show_phone_fax_on_invoice\":false,\"status\":\"inactive\",\"website_url\":null,\"mc_number\":null,\"ff_number\":null,\"fmcsa_number\":null,\"federal_tax_id\":null,\"wsib_number\":null,\"dot_number\":null,\"urs_number\":null,\"notes_internal\":\"hammamd\",\"updated_at\":\"2026-05-20 19:46:50\",\"created_at\":\"2026-05-20 19:46:50\",\"id\":16}}', '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', '2026-05-20 23:46:50', '2026-05-20 23:46:50'),
(273, 1, 'updated', 'App\\Models\\Company', 16, '{\"old\":{\"status\":\"inactive\",\"updated_at\":\"2026-05-20T19:46:50.000000Z\"},\"new\":{\"status\":\"active\",\"updated_at\":\"2026-05-20 19:47:19\"}}', '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', '2026-05-20 23:47:19', '2026-05-20 23:47:19'),
(274, 1, 'updated', 'App\\Models\\Company', 2, '{\"old\":{\"company_code\":\"SHIP-001\",\"legal_name\":\"Toronto Port Terminal\",\"customer_rate\":null,\"notes_internal\":null,\"updated_at\":\"2026-05-19T20:34:53.000000Z\"},\"new\":{\"company_code\":null,\"legal_name\":\"Toronto Port\",\"customer_rate\":0,\"notes_internal\":\"hammad\",\"updated_at\":\"2026-05-20 19:52:38\"}}', '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', '2026-05-20 23:52:38', '2026-05-20 23:52:38'),
(275, 1, 'updated', 'App\\Models\\Company', 2, '{\"old\":{\"notes_shipping\":null,\"updated_at\":\"2026-05-20T19:52:38.000000Z\"},\"new\":{\"notes_shipping\":\"Hammad notes 123\",\"updated_at\":\"2026-05-20 19:53:15\"}}', '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', '2026-05-20 23:53:15', '2026-05-20 23:53:15'),
(276, 1, 'created', 'App\\Models\\Company', 17, '{\"new\":{\"company_code\":null,\"legal_name\":\"Est qui laborum Occ\",\"display_name\":\"Est qui laborum Occ\",\"default_currency_code\":\"USD\",\"payment_terms\":null,\"credit_limit\":null,\"customer_rate\":0,\"blacklisted\":false,\"is_broker\":false,\"is_corporation\":false,\"show_phone_fax_on_invoice\":false,\"status\":\"inactive\",\"website_url\":null,\"mc_number\":null,\"ff_number\":null,\"fmcsa_number\":null,\"federal_tax_id\":null,\"wsib_number\":null,\"dot_number\":null,\"urs_number\":null,\"notes_internal\":\"int test\",\"notes_shipping\":\"dv test\",\"updated_at\":\"2026-05-20 19:55:07\",\"created_at\":\"2026-05-20 19:55:07\",\"id\":17}}', '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', '2026-05-20 23:55:07', '2026-05-20 23:55:07'),
(277, 1, 'updated', 'App\\Models\\Company', 9, '{\"old\":{\"customer_rate\":null,\"notes_internal\":null,\"notes_shipping\":null,\"updated_at\":\"2026-05-20T17:29:04.000000Z\"},\"new\":{\"customer_rate\":0,\"notes_internal\":\"hamnd\",\"notes_shipping\":\"Test\",\"updated_at\":\"2026-05-20 19:59:07\"}}', '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', '2026-05-20 23:59:07', '2026-05-20 23:59:07'),
(278, 1, 'updated', 'App\\Models\\Company', 6, '{\"old\":{\"legal_name\":\"Amet in quasi cillu\",\"display_name\":\"Amet in quasi cillu\",\"customer_rate\":null,\"notes_internal\":null,\"notes_shipping\":null,\"updated_at\":\"2026-05-19T21:27:20.000000Z\"},\"new\":{\"legal_name\":\"Amet in quasi cillu 12\",\"display_name\":\"Amet in quasi cillu 12\",\"customer_rate\":0,\"notes_internal\":\"fd\",\"notes_shipping\":\"fd\",\"updated_at\":\"2026-05-20 20:00:40\"}}', '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', '2026-05-21 00:00:40', '2026-05-21 00:00:40'),
(279, 1, 'updated', 'App\\Models\\Company', 3, '{\"old\":{\"company_code\":\"CONS-001\",\"legal_name\":\"Extreme Abrasives Inc\",\"customer_rate\":null,\"notes_internal\":null,\"notes_shipping\":null,\"updated_at\":\"2026-05-19T20:34:53.000000Z\"},\"new\":{\"company_code\":null,\"legal_name\":\"EXTREME ABRASIVES\",\"customer_rate\":0,\"notes_internal\":\"T dvt\",\"notes_shipping\":\"TEst dev\",\"updated_at\":\"2026-05-20 20:05:41\"}}', '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', '2026-05-21 00:05:41', '2026-05-21 00:05:41'),
(280, 1, 'created', 'App\\Models\\Company', 26, '{\"new\":{\"company_code\":null,\"legal_name\":\"Architecto dicta est\",\"display_name\":\"Architecto dicta est\",\"default_currency_code\":\"USD\",\"payment_terms\":\"5\\/10 Net 30\",\"credit_limit\":null,\"customer_rate\":0,\"blacklisted\":true,\"is_broker\":false,\"is_corporation\":false,\"show_phone_fax_on_invoice\":false,\"status\":\"active\",\"website_url\":null,\"mc_number\":\"Ipsum minim et temp\",\"ff_number\":\"Dolore quis quia id\",\"fmcsa_number\":\"Culpa ut eveniet qu\",\"federal_tax_id\":\"In commodi accusanti\",\"wsib_number\":\"Quia possimus amet\",\"dot_number\":\"Facilis unde quisqua\",\"urs_number\":\"Culpa rerum sit qui\",\"portal_username\":\"Deserunt dolore ipsa\",\"portal_password\":\"Pa$$w0rd!\",\"notes_internal\":\"Eaque aliqua Explic\",\"notes_shipping\":null,\"updated_at\":\"2026-05-20 20:20:17\",\"created_at\":\"2026-05-20 20:20:17\",\"id\":26}}', '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', '2026-05-21 00:20:17', '2026-05-21 00:20:17'),
(281, 1, 'updated', 'App\\Models\\Company', 4, '{\"old\":{\"company_code\":\"CARR-001\",\"legal_name\":\"Huna Transport Inc\",\"display_name\":\"HUNA TRANSPORT INC\",\"ff_number\":null,\"fmcsa_number\":null,\"federal_tax_id\":null,\"wsib_number\":null,\"dot_number\":null,\"urs_number\":null,\"payment_terms\":null,\"customer_rate\":null,\"notes_internal\":null,\"portal_username\":null,\"portal_password\":null,\"updated_at\":\"2026-05-19T20:34:53.000000Z\"},\"new\":{\"company_code\":null,\"legal_name\":\"HUNA TRANSPORT INC 123\",\"display_name\":\"HUNA TRANSPORT INC 123\",\"ff_number\":\"Dolore quis quia id\",\"fmcsa_number\":\"Culpa ut eveniet qu\",\"federal_tax_id\":\"In commodi accusanti\",\"wsib_number\":\"Sint consequat Qui\",\"dot_number\":\"Facilis unde quisqua\",\"urs_number\":\"Culpa rerum sit qui\",\"payment_terms\":\"5\\/10 Net 30\",\"customer_rate\":0,\"notes_internal\":\"HAmza\",\"portal_username\":\"Deserunt dolore ipsa\",\"portal_password\":\"123456\",\"updated_at\":\"2026-05-20 20:21:41\"}}', '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', '2026-05-21 00:21:41', '2026-05-21 00:21:41'),
(282, 1, 'created', 'App\\Models\\Truck', 4, '{\"new\":{\"truck_number\":\"2541\",\"truck_type\":\"Sunt excepturi sequi\",\"license_plate\":\"Nihil qui nostrud et\",\"registered_state_id\":37,\"status\":\"inactive\",\"ownership\":\"company\",\"include_for_ifta\":false,\"mileage\":43,\"model_year\":1990,\"axles\":12,\"fuel_type\":\"gasoline\",\"insurance_policy_number\":\"Duis nemo vero est\",\"vin\":\"In quis suscipit sed\",\"notes_internal\":\"Dolorum veniam ut d\",\"empty_gross_weight_lbs\":79,\"plate_expires_on\":\"2012-06-02 00:00:00\",\"inspection_expires_on\":\"1972-10-22 00:00:00\",\"dot_expires_on\":\"2024-08-26 00:00:00\",\"ifta_start_on\":\"1984-06-07 00:00:00\",\"deactivated_on\":\"2025-01-20 00:00:00\",\"updated_at\":\"2026-05-20 20:28:40\",\"created_at\":\"2026-05-20 20:28:40\",\"id\":4}}', '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', '2026-05-21 00:28:40', '2026-05-21 00:28:40'),
(283, 1, 'created', 'App\\Models\\Trailer', 2, '{\"new\":{\"trailer_number\":\"Similique voluptatum\",\"trailer_type_id\":2,\"license_plate\":\"Impedit fugit eu s\",\"model\":\"1985\",\"registered_state_id\":15,\"vin\":\"123\",\"notes_internal\":\"Delectus quia labor\",\"status\":\"inactive\",\"model_year\":2021,\"axles\":12,\"plate_expires_on\":\"2004-08-22 00:00:00\",\"inspection_expires_on\":\"1970-07-16 00:00:00\",\"dot_expires_on\":\"2026-05-19 00:00:00\",\"activated_on\":\"2026-05-20 00:00:00\",\"updated_at\":\"2026-05-20 20:29:21\",\"created_at\":\"2026-05-20 20:29:21\",\"id\":2}}', '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', '2026-05-21 00:29:21', '2026-05-21 00:29:21'),
(284, 1, 'created', 'App\\Models\\Driver', 4, '{\"new\":{\"driver_code\":\"12\",\"full_name\":\"Commodi optio esse\",\"driver_type\":\"single\",\"phone_primary\":\"Harum ut optio quid\",\"cell_phone\":\"03115632652\",\"email\":\"mekuporu@mailinator.com\",\"line1\":\"Nesciunt est nesci\",\"city\":\"Ad harum voluptatem\",\"country_id\":2,\"state_province_id\":52,\"postal_code\":\"Velit quas error nat\",\"status\":\"active\",\"pay_profile\":{\"id\":1,\"driver_id\":4,\"pay_type\":\"hourly\",\"currency_code\":\"CAD\",\"loaded_miles_rate\":\"11.0000\",\"empty_miles_rate\":\"81.0000\",\"picks_per_rate\":\"1.0000\",\"picks_start_after\":71,\"drops_per_rate\":\"83.0000\",\"drops_start_after\":56,\"wait_hourly_rate\":\"100.0000\",\"pay_summary_on_confirmation\":true,\"standard_other_pay\":[{\"description\":\"Enim porro quidem ra\",\"amount\":30},{\"description\":\"Recusandae Et eveni\",\"amount\":38},{\"description\":\"Ducimus quis ab est\",\"amount\":25}],\"standard_deductions\":[{\"description\":\"Reiciendis molestias\",\"amount\":96},{\"description\":\"Ipsum temporibus au\",\"amount\":100},{\"description\":\"Ex quibusdam eiusmod\",\"amount\":19}],\"created_at\":\"2026-05-20T20:41:16.000000Z\",\"updated_at\":\"2026-05-20T20:41:16.000000Z\"},\"recurring_items\":[{\"item_type\":\"pay\",\"description\":\"dd\",\"amount\":\"12.00\",\"is_active\":true},{\"item_type\":\"pay\",\"description\":\"d\",\"amount\":\"32.00\",\"is_active\":true},{\"item_type\":\"deduction\",\"description\":\"dd\",\"amount\":\"12.00\",\"is_active\":true}]}}', '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', '2026-05-21 00:41:16', '2026-05-21 00:41:16'),
(285, 1, 'deleted', 'App\\Models\\Driver', 1, '{\"old\":{\"driver_code\":\"DRV-001\",\"full_name\":\"James Kowalski\",\"driver_type\":\"single\",\"phone_primary\":\"(555) 123-4567\",\"cell_phone\":null,\"email\":\"james.kowalski@example.com\",\"line1\":null,\"city\":null,\"country_id\":null,\"state_province_id\":null,\"postal_code\":null,\"status\":\"active\",\"pay_profile\":null,\"recurring_items\":[]}}', '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', '2026-05-21 00:47:38', '2026-05-21 00:47:38'),
(286, 1, 'login', 'App\\Models\\User', 1, 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', '2026-05-21 18:47:55', '2026-05-21 18:47:55'),
(287, 1, 'created', 'App\\Models\\Company', 27, '{\"new\":{\"display_name\":\"Odit sint fuga Qua\",\"legal_name\":\"Odit sint fuga Qua\",\"company_code\":\"5214\",\"status\":\"active\",\"payment_terms\":\".5\\/10 Net 30\",\"default_currency_code\":\"USD\",\"roles\":[\"customer\",\"shipper\",\"consignee\"],\"addresses\":[{\"address_type\":\"mailing\",\"line1\":\"Consectetur laborum\",\"city\":\"Dolorem et consequun\",\"country_id\":2,\"state_province_id\":51,\"postal_code\":\"Placeat voluptatem\"},{\"address_type\":\"billing\",\"line1\":\"Consectetur laborum\",\"city\":\"Dolorem et consequun\",\"country_id\":2,\"state_province_id\":51,\"postal_code\":\"Placeat voluptatem\"}],\"contacts\":[{\"contact_type\":\"primary\",\"full_name\":\"Ipsa pariatur Dolo\",\"email\":\"suvemonami@mailinator.com\",\"phone\":\"Repudiandae aute ut vitae ab i\"},{\"contact_type\":\"billing\",\"full_name\":\"Ipsa pariatur Dolo\",\"email\":\"vynuqyf@mailinator.com\",\"phone\":null}],\"accounting_profile\":{\"sales_rep_user_id\":1,\"factoring_company_id\":null,\"workers_comp_number\":\"Corporis aspernatur\",\"duplicate_as_shipper\":true,\"duplicate_as_consignee\":true},\"quote_setting\":{\"id\":4,\"company_id\":27,\"show_miles_on_quote\":false,\"rate_type\":\"fixed\",\"rate_ratio_num\":22,\"rate_ratio_den\":14,\"fsc_type\":\"percent\",\"fsc_value\":\"45.0000\",\"created_at\":\"2026-05-21T15:17:48.000000Z\",\"updated_at\":\"2026-05-21T15:17:48.000000Z\"},\"insurance_policies\":[],\"notifications\":[{\"event_code\":null,\"email\":\"cezezuzucu@mailinator.com\",\"is_active\":null}],\"carrier_profile\":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', '2026-05-21 19:17:48', '2026-05-21 19:17:48'),
(288, 1, 'created', 'App\\Models\\Company', 28, '{\"new\":{\"display_name\":\"Illum eu quae repud\",\"legal_name\":\"Illum eu quae repud\",\"company_code\":null,\"status\":\"active\",\"payment_terms\":\"1\\/10 Net 30\",\"default_currency_code\":\"USD\",\"roles\":[\"carrier\"],\"addresses\":[{\"address_type\":\"physical\",\"line1\":\"Consequuntur earum l\",\"city\":\"Nam dolor voluptatem\",\"country_id\":2,\"state_province_id\":51,\"postal_code\":\"Et fugiat veniam o\"}],\"contacts\":[{\"contact_type\":\"primary\",\"full_name\":\"Eiusmod occaecat eum\",\"email\":\"bulep@mailinator.com\",\"phone\":\"Sint elit in officia dolorem\"},{\"contact_type\":\"secondary\",\"full_name\":\"Obcaecati quia venia\",\"email\":\"bisedob@mailinator.com\",\"phone\":\"Et pariatur Mollitia quis rer\"},{\"contact_type\":\"operations\",\"full_name\":\"Consequatur non cons 12\",\"email\":\"jamow@mailinator.com\",\"phone\":\"Et voluptatem quia blanditiis\"}],\"accounting_profile\":{\"sales_rep_user_id\":null,\"factoring_company_id\":null,\"workers_comp_number\":null,\"duplicate_as_shipper\":false,\"duplicate_as_consignee\":false},\"quote_setting\":null,\"insurance_policies\":[{\"policy_type\":\"liability\",\"provider_name\":\"Minus voluptas sint\",\"policy_number\":\"Suscipit nemo quo al\",\"expires_on\":\"2001-04-12T00:00:00.000000Z\"},{\"policy_type\":\"auto\",\"provider_name\":\"Officia vitae non cu\",\"policy_number\":\"Beatae sed incidunt\",\"expires_on\":\"1994-02-03T00:00:00.000000Z\"},{\"policy_type\":\"cargo\",\"provider_name\":\"Qui neque porro nost\",\"policy_number\":\"Odit laudantium qui\",\"expires_on\":\"1987-05-18T00:00:00.000000Z\"}],\"notifications\":[],\"carrier_profile\":{\"fleet_size\":\"Occaecat sint quis s\",\"equipment\":[{\"code\":\"van_22\",\"label\":\"22\' Van\",\"quantity\":44,\"enabled\":true},{\"code\":\"reefer_53\",\"label\":\"53\' Reefer\",\"quantity\":11,\"enabled\":true},{\"code\":\"van_53\",\"label\":\"53\' Van\",\"quantity\":71,\"enabled\":true},{\"code\":\"auto_carrier\",\"label\":\"Auto Carrier\",\"quantity\":71,\"enabled\":true}]}}}', '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', '2026-05-21 19:20:13', '2026-05-21 19:20:13'),
(289, 1, 'created', 'App\\Models\\Company', 29, '{\"new\":{\"display_name\":\"Deserunt possimus m\",\"legal_name\":\"Deserunt possimus m\",\"company_code\":null,\"status\":\"active\",\"payment_terms\":null,\"default_currency_code\":\"USD\",\"roles\":[\"shipper\",\"consignee\"],\"addresses\":[{\"address_type\":\"physical\",\"line1\":\"Molestiae dolore eos\",\"city\":\"Assumenda elit qui\",\"country_id\":2,\"state_province_id\":51,\"postal_code\":\"Modi tempore vel na\"}],\"contacts\":[{\"contact_type\":\"primary\",\"full_name\":\"Consectetur nulla qu\",\"email\":\"vanej@mailinator.com\",\"phone\":\"Ut consequat Quisquam dolorum\"}],\"accounting_profile\":{\"sales_rep_user_id\":null,\"factoring_company_id\":null,\"workers_comp_number\":null,\"duplicate_as_shipper\":true,\"duplicate_as_consignee\":false},\"quote_setting\":null,\"insurance_policies\":[],\"notifications\":[],\"carrier_profile\":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', '2026-05-21 19:21:04', '2026-05-21 19:21:04'),
(290, 1, 'created', 'App\\Models\\Load', 4, '{\"new\":{\"load_number\":\"LD-2849\",\"customer_company_id\":7,\"customer_name\":\"Pariatur Molestiae\",\"bill_to_company_id\":1,\"load_status_id\":2,\"load_mode_id\":1,\"equipment_type_id\":null,\"rate\":\"16.00\",\"currency_code\":\"USD\",\"wo_reference\":\"Maiores exercitation\",\"is_open_load\":true,\"additional_customers\":[],\"stops_count\":2,\"stops\":[{\"stop_type\":\"shipper\",\"city\":\"ISB\",\"location_name\":\"Toronto Port\",\"scheduled_at\":\"1975-02-09\"},{\"stop_type\":\"consignee\",\"city\":\"Tenetur distinctio\",\"location_name\":null,\"scheduled_at\":\"2003-10-10\"}],\"assignments_count\":1,\"assignments\":[{\"assignment_type\":\"driver\",\"driver_id\":null,\"carrier_company_id\":null,\"truck_id\":null,\"trailer_id\":null}],\"customs_entries_count\":0}}', '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', '2026-05-21 19:22:10', '2026-05-21 19:22:10'),
(291, 1, 'created', 'App\\Models\\Truck', 5, '{\"new\":{\"truck_number\":\"Rerum culpa vel illo\",\"truck_type\":\"Delectus nulla magn\",\"license_plate\":\"Eu deserunt quia ips\",\"registered_state_id\":10,\"status\":\"active\",\"ownership\":\"company\",\"include_for_ifta\":false,\"mileage\":28,\"model_year\":1995,\"axles\":15,\"fuel_type\":\"diesel\",\"insurance_policy_number\":\"Est culpa illo vita\",\"vin\":\"Necessitatibus quam\",\"notes_internal\":\"Est minus dolor temp\",\"empty_gross_weight_lbs\":42,\"plate_expires_on\":\"1998-01-02 00:00:00\",\"inspection_expires_on\":\"1988-09-25 00:00:00\",\"dot_expires_on\":\"1992-01-03 00:00:00\",\"ifta_start_on\":\"1997-05-13 00:00:00\",\"deactivated_on\":\"1989-10-14 00:00:00\",\"updated_at\":\"2026-05-21 15:26:00\",\"created_at\":\"2026-05-21 15:26:00\",\"id\":5}}', '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', '2026-05-21 19:26:00', '2026-05-21 19:26:00'),
(292, 1, 'created', 'App\\Models\\Company', 30, '{\"new\":{\"display_name\":\"Sunt dolorum obcaec\",\"legal_name\":\"Sunt dolorum obcaec\",\"company_code\":null,\"status\":\"active\",\"payment_terms\":null,\"default_currency_code\":\"USD\",\"roles\":[\"carrier\"],\"addresses\":[{\"address_type\":\"physical\",\"line1\":\"Maiores maxime elit\",\"city\":\"Similique quo esse\",\"country_id\":2,\"state_province_id\":49,\"postal_code\":\"Voluptatem Repudian\"}],\"contacts\":[{\"contact_type\":\"primary\",\"full_name\":\"Laboris temporibus d\",\"email\":\"mynyn@mailinator.com\",\"phone\":\"Aut rerum fugiat nostrum earum\"},{\"contact_type\":\"secondary\",\"full_name\":\"Magni accusamus quis\",\"email\":\"garusoca@mailinator.com\",\"phone\":\"Voluptatem Provident veniam\"},{\"contact_type\":\"operations\",\"full_name\":\"Molestiae ut est cup\",\"email\":\"cymun@mailinator.com\",\"phone\":\"Ipsa ullamco voluptas dolorem\"}],\"accounting_profile\":{\"sales_rep_user_id\":null,\"factoring_company_id\":null,\"workers_comp_number\":null,\"duplicate_as_shipper\":false,\"duplicate_as_consignee\":false},\"quote_setting\":null,\"insurance_policies\":[{\"policy_type\":\"liability\",\"provider_name\":\"Ut ut quo id ad solu\",\"policy_number\":\"Occaecat impedit an\",\"expires_on\":\"1995-02-09T00:00:00.000000Z\"},{\"policy_type\":\"auto\",\"provider_name\":\"Reprehenderit offic\",\"policy_number\":\"Veritatis sequi occa\",\"expires_on\":\"2002-12-01T00:00:00.000000Z\"},{\"policy_type\":\"cargo\",\"provider_name\":\"Ut ut quo id ad solu\",\"policy_number\":\"Occaecat impedit an\",\"expires_on\":\"1995-02-09T00:00:00.000000Z\"}],\"notifications\":[],\"carrier_profile\":{\"fleet_size\":\"Soluta ad sapiente i\",\"equipment\":[{\"code\":\"reefer_48\",\"label\":\"48\' Reefer\",\"quantity\":11,\"enabled\":true},{\"code\":\"reefer_53\",\"label\":\"53\' Reefer\",\"quantity\":41,\"enabled\":true},{\"code\":\"van_53\",\"label\":\"53\' Van\",\"quantity\":2,\"enabled\":true}]}}}', '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', '2026-05-21 19:27:09', '2026-05-21 19:27:09'),
(293, 1, 'updated', 'App\\Models\\Load', 1, '{\"new\":{\"load_number\":\"LD-2847\",\"customer_company_id\":1,\"customer_name\":\"Global Logistics Solutions\",\"bill_to_company_id\":1,\"load_status_id\":5,\"load_mode_id\":1,\"equipment_type_id\":null,\"rate\":\"90.00\",\"currency_code\":\"CAD\",\"wo_reference\":\"Anim sapiente dolore\",\"is_open_load\":true,\"additional_customers\":[],\"stops_count\":2,\"stops\":[{\"stop_type\":\"shipper\",\"city\":\"Toronto\",\"location_name\":\"PHPUnit Customer\",\"scheduled_at\":\"1987-03-23\"},{\"stop_type\":\"consignee\",\"city\":\"Minim quasi qui dolo\",\"location_name\":\"EXTREME ABRASIVES\",\"scheduled_at\":\"2003-04-16\"}],\"assignments_count\":1,\"assignments\":[{\"assignment_type\":\"driver\",\"driver_id\":1,\"carrier_company_id\":null,\"truck_id\":null,\"trailer_id\":null}],\"customs_entries_count\":0}}', '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', '2026-05-21 19:28:07', '2026-05-21 19:28:07'),
(294, 1, 'updated', 'App\\Models\\User', 1, '{\"old\":{\"theme\":\"light\",\"updated_at\":\"2026-05-20T17:56:43.000000Z\"},\"new\":{\"theme\":\"dark\",\"updated_at\":\"2026-05-21 15:30:28\"}}', '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', '2026-05-21 19:30:28', '2026-05-21 19:30:28'),
(295, 1, 'updated', 'App\\Models\\User', 1, '{\"old\":{\"theme\":\"dark\",\"updated_at\":\"2026-05-21T15:30:28.000000Z\"},\"new\":{\"theme\":\"light\",\"updated_at\":\"2026-05-21 15:40:18\"}}', '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', '2026-05-21 19:40:18', '2026-05-21 19:40:18'),
(296, 1, 'updated', 'App\\Models\\User', 1, '{\"old\":{\"theme\":\"light\",\"updated_at\":\"2026-05-21T15:40:18.000000Z\"},\"new\":{\"theme\":\"dark\",\"updated_at\":\"2026-05-21 17:55:22\"}}', '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', '2026-05-21 21:55:22', '2026-05-21 21:55:22'),
(297, 1, 'updated', 'App\\Models\\Company', 26, '{\"new\":{\"display_name\":\"Architecto dicta est\",\"legal_name\":\"Architecto dicta est\",\"company_code\":null,\"status\":\"active\",\"payment_terms\":\"5\\/10 Net 30\",\"default_currency_code\":\"USD\",\"roles\":[\"carrier\"],\"addresses\":[{\"address_type\":\"physical\",\"line1\":\"Id odio beatae qui d\",\"city\":\"Antartica\",\"country_id\":1,\"state_province_id\":2,\"postal_code\":\"52100\"}],\"contacts\":[{\"contact_type\":\"primary\",\"full_name\":\"Molestiae natus earu\",\"email\":\"pylyravoh@mailinator.com\",\"phone\":\"111-555-7410\"},{\"contact_type\":\"secondary\",\"full_name\":\"Duis in itaque rerum\",\"email\":\"menujepajo@mailinator.com\",\"phone\":\"111-415-5555\"},{\"contact_type\":\"operations\",\"full_name\":\"Deserunt eos sit au\",\"email\":\"ziregynes@mailinator.com\",\"phone\":\"111-415-5555\"}],\"accounting_profile\":{\"sales_rep_user_id\":null,\"factoring_company_id\":18,\"workers_comp_number\":null,\"duplicate_as_shipper\":false,\"duplicate_as_consignee\":false},\"quote_setting\":null,\"insurance_policies\":[{\"policy_type\":\"liability\",\"provider_name\":\"Ducimus vel labore\",\"policy_number\":\"Reiciendis explicabo\",\"expires_on\":\"1977-02-20T00:00:00.000000Z\"},{\"policy_type\":\"auto\",\"provider_name\":\"Ducimus vel labore\",\"policy_number\":\"Reiciendis explicabo\",\"expires_on\":\"1977-02-20T00:00:00.000000Z\"},{\"policy_type\":\"cargo\",\"provider_name\":\"Aut nihil magni eu q\",\"policy_number\":\"Rerum id voluptatem\",\"expires_on\":\"1995-12-12T00:00:00.000000Z\"}],\"notifications\":[],\"carrier_profile\":{\"fleet_size\":\"Ratione dicta conseq\",\"equipment\":[{\"code\":\"reefer_48\",\"label\":\"48\' Reefer\",\"quantity\":46,\"enabled\":true},{\"code\":\"reefer_53\",\"label\":\"53\' Reefer\",\"quantity\":73,\"enabled\":true},{\"code\":\"van_53\",\"label\":\"53\' Van\",\"quantity\":89,\"enabled\":true},{\"code\":\"auto_carrier\",\"label\":\"Auto Carrier\",\"quantity\":17,\"enabled\":true}]}}}', '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', '2026-05-21 21:57:10', '2026-05-21 21:57:10'),
(298, 1, 'updated', 'App\\Models\\User', 1, '{\"old\":{\"theme\":\"dark\",\"updated_at\":\"2026-05-21T17:55:22.000000Z\"},\"new\":{\"theme\":\"light\",\"updated_at\":\"2026-05-21 17:57:46\"}}', '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', '2026-05-21 21:57:46', '2026-05-21 21:57:46'),
(299, 1, 'updated', 'App\\Models\\User', 1, '{\"old\":{\"theme\":\"light\",\"updated_at\":\"2026-05-21T17:57:46.000000Z\"},\"new\":{\"theme\":\"dark\",\"updated_at\":\"2026-05-21 17:57:47\"}}', '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', '2026-05-21 21:57:47', '2026-05-21 21:57:47'),
(300, 1, 'updated', 'App\\Models\\User', 1, '{\"old\":{\"theme\":\"dark\",\"updated_at\":\"2026-05-21T17:57:47.000000Z\"},\"new\":{\"theme\":\"light\",\"updated_at\":\"2026-05-21 18:35:09\"}}', '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', '2026-05-21 22:35:09', '2026-05-21 22:35:09'),
(301, 1, 'updated', 'App\\Models\\User', 1, '{\"old\":{\"theme\":\"light\",\"updated_at\":\"2026-05-21T18:35:09.000000Z\"},\"new\":{\"theme\":\"dark\",\"updated_at\":\"2026-05-21 18:39:17\"}}', '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', '2026-05-21 22:39:17', '2026-05-21 22:39:17'),
(302, 1, 'updated', 'App\\Models\\User', 1, '{\"old\":{\"theme\":\"dark\",\"updated_at\":\"2026-05-21T18:39:17.000000Z\"},\"new\":{\"theme\":\"light\",\"updated_at\":\"2026-05-21 18:39:20\"}}', '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', '2026-05-21 22:39:20', '2026-05-21 22:39:20'),
(303, 1, 'updated', 'App\\Models\\User', 1, '{\"old\":{\"theme\":\"light\",\"updated_at\":\"2026-05-21T18:39:20.000000Z\"},\"new\":{\"theme\":\"dark\",\"updated_at\":\"2026-05-21 18:39:21\"}}', '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', '2026-05-21 22:39:21', '2026-05-21 22:39:21'),
(304, 1, 'updated', 'App\\Models\\User', 1, '{\"old\":{\"theme\":\"dark\",\"updated_at\":\"2026-05-21T18:39:21.000000Z\"},\"new\":{\"theme\":\"light\",\"updated_at\":\"2026-05-21 18:48:18\"}}', '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', '2026-05-21 22:48:18', '2026-05-21 22:48:18'),
(305, 1, 'updated', 'App\\Models\\User', 1, '{\"old\":{\"theme\":\"light\",\"updated_at\":\"2026-05-21T18:48:18.000000Z\"},\"new\":{\"theme\":\"dark\",\"updated_at\":\"2026-05-21 18:48:39\"}}', '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', '2026-05-21 22:48:39', '2026-05-21 22:48:39'),
(306, 1, 'updated', 'App\\Models\\User', 1, '{\"old\":{\"theme\":\"dark\",\"updated_at\":\"2026-05-21T18:48:39.000000Z\"},\"new\":{\"theme\":\"light\",\"updated_at\":\"2026-05-21 18:48:43\"}}', '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', '2026-05-21 22:48:43', '2026-05-21 22:48:43');

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

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

CREATE TABLE `cache` (
  `key` varchar(255) NOT NULL,
  `value` mediumtext 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-activity-log-actions', 'O:29:\"Illuminate\\Support\\Collection\":2:{s:8:\"\0*\0items\";a:4:{i:0;s:7:\"created\";i:1;s:7:\"deleted\";i:2;s:5:\"login\";i:3;s:7:\"updated\";}s:28:\"\0*\0escapeWhenCastingToString\";b:0;}', 1779388318),
('laravel-cache-activity-log-models', 'O:29:\"Illuminate\\Support\\Collection\":2:{s:8:\"\0*\0items\";a:7:{i:0;s:18:\"App\\Models\\Company\";i:1;s:17:\"App\\Models\\Driver\";i:2;s:15:\"App\\Models\\Load\";i:3;s:21:\"App\\Models\\Permission\";i:4;s:18:\"App\\Models\\Trailer\";i:5;s:16:\"App\\Models\\Truck\";i:6;s:15:\"App\\Models\\User\";}s:28:\"\0*\0escapeWhenCastingToString\";b:0;}', 1779388318),
('laravel-cache-activity-log-users', 'O:39:\"Illuminate\\Database\\Eloquent\\Collection\":2:{s:8:\"\0*\0items\";a:6:{i:0;O:15:\"App\\Models\\User\":36:{s:13:\"\0*\0connection\";s:5:\"mysql\";s:8:\"\0*\0table\";s:5:\"users\";s:13:\"\0*\0primaryKey\";s:2:\"id\";s:10:\"\0*\0keyType\";s:3:\"int\";s:12:\"incrementing\";b:1;s:7:\"\0*\0with\";a:0:{}s:12:\"\0*\0withCount\";a:0:{}s:19:\"preventsLazyLoading\";b:0;s:10:\"\0*\0perPage\";i:15;s:6:\"exists\";b:1;s:18:\"wasRecentlyCreated\";b:0;s:28:\"\0*\0escapeWhenCastingToString\";b:0;s:13:\"\0*\0attributes\";a:2:{s:2:\"id\";i:1;s:4:\"name\";s:13:\"Hammad Naseer\";}s:11:\"\0*\0original\";a:2:{s:2:\"id\";i:1;s:4:\"name\";s:13:\"Hammad Naseer\";}s:10:\"\0*\0changes\";a:0:{}s:11:\"\0*\0previous\";a:0:{}s:8:\"\0*\0casts\";a:6:{s:17:\"email_verified_at\";s:8:\"datetime\";s:8:\"password\";s:6:\"hashed\";s:18:\"two_factor_enabled\";s:7:\"boolean\";s:20:\"two_factor_confirmed\";s:7:\"boolean\";s:9:\"is_delete\";s:7:\"boolean\";s:10:\"deleted_at\";s:8:\"datetime\";}s:17:\"\0*\0classCastCache\";a:0:{}s:21:\"\0*\0attributeCastCache\";a:0:{}s:13:\"\0*\0dateFormat\";N;s:10:\"\0*\0appends\";a:0:{}s:19:\"\0*\0dispatchesEvents\";a:0:{}s:14:\"\0*\0observables\";a:0:{}s:12:\"\0*\0relations\";a:0:{}s:10:\"\0*\0touches\";a:0:{}s:27:\"\0*\0relationAutoloadCallback\";N;s:26:\"\0*\0relationAutoloadContext\";N;s:10:\"timestamps\";b:1;s:13:\"usesUniqueIds\";b:0;s:9:\"\0*\0hidden\";a:3:{i:0;s:8:\"password\";i:1;s:14:\"remember_token\";i:2;s:16:\"google2fa_secret\";}s:10:\"\0*\0visible\";a:0:{}s:11:\"\0*\0fillable\";a:8:{i:0;s:4:\"name\";i:1;s:5:\"email\";i:2;s:8:\"password\";i:3;s:5:\"theme\";i:4;s:16:\"google2fa_secret\";i:5;s:18:\"two_factor_enabled\";i:6;s:20:\"two_factor_confirmed\";i:7;s:9:\"is_delete\";}s:10:\"\0*\0guarded\";a:1:{i:0;s:1:\"*\";}s:19:\"\0*\0authPasswordName\";s:8:\"password\";s:20:\"\0*\0rememberTokenName\";s:14:\"remember_token\";s:16:\"\0*\0forceDeleting\";b:0;}i:1;O:15:\"App\\Models\\User\":36:{s:13:\"\0*\0connection\";s:5:\"mysql\";s:8:\"\0*\0table\";s:5:\"users\";s:13:\"\0*\0primaryKey\";s:2:\"id\";s:10:\"\0*\0keyType\";s:3:\"int\";s:12:\"incrementing\";b:1;s:7:\"\0*\0with\";a:0:{}s:12:\"\0*\0withCount\";a:0:{}s:19:\"preventsLazyLoading\";b:0;s:10:\"\0*\0perPage\";i:15;s:6:\"exists\";b:1;s:18:\"wasRecentlyCreated\";b:0;s:28:\"\0*\0escapeWhenCastingToString\";b:0;s:13:\"\0*\0attributes\";a:2:{s:2:\"id\";i:11;s:4:\"name\";s:10:\"test demo1\";}s:11:\"\0*\0original\";a:2:{s:2:\"id\";i:11;s:4:\"name\";s:10:\"test demo1\";}s:10:\"\0*\0changes\";a:0:{}s:11:\"\0*\0previous\";a:0:{}s:8:\"\0*\0casts\";a:6:{s:17:\"email_verified_at\";s:8:\"datetime\";s:8:\"password\";s:6:\"hashed\";s:18:\"two_factor_enabled\";s:7:\"boolean\";s:20:\"two_factor_confirmed\";s:7:\"boolean\";s:9:\"is_delete\";s:7:\"boolean\";s:10:\"deleted_at\";s:8:\"datetime\";}s:17:\"\0*\0classCastCache\";a:0:{}s:21:\"\0*\0attributeCastCache\";a:0:{}s:13:\"\0*\0dateFormat\";N;s:10:\"\0*\0appends\";a:0:{}s:19:\"\0*\0dispatchesEvents\";a:0:{}s:14:\"\0*\0observables\";a:0:{}s:12:\"\0*\0relations\";a:0:{}s:10:\"\0*\0touches\";a:0:{}s:27:\"\0*\0relationAutoloadCallback\";N;s:26:\"\0*\0relationAutoloadContext\";N;s:10:\"timestamps\";b:1;s:13:\"usesUniqueIds\";b:0;s:9:\"\0*\0hidden\";a:3:{i:0;s:8:\"password\";i:1;s:14:\"remember_token\";i:2;s:16:\"google2fa_secret\";}s:10:\"\0*\0visible\";a:0:{}s:11:\"\0*\0fillable\";a:8:{i:0;s:4:\"name\";i:1;s:5:\"email\";i:2;s:8:\"password\";i:3;s:5:\"theme\";i:4;s:16:\"google2fa_secret\";i:5;s:18:\"two_factor_enabled\";i:6;s:20:\"two_factor_confirmed\";i:7;s:9:\"is_delete\";}s:10:\"\0*\0guarded\";a:1:{i:0;s:1:\"*\";}s:19:\"\0*\0authPasswordName\";s:8:\"password\";s:20:\"\0*\0rememberTokenName\";s:14:\"remember_token\";s:16:\"\0*\0forceDeleting\";b:0;}i:2;O:15:\"App\\Models\\User\":36:{s:13:\"\0*\0connection\";s:5:\"mysql\";s:8:\"\0*\0table\";s:5:\"users\";s:13:\"\0*\0primaryKey\";s:2:\"id\";s:10:\"\0*\0keyType\";s:3:\"int\";s:12:\"incrementing\";b:1;s:7:\"\0*\0with\";a:0:{}s:12:\"\0*\0withCount\";a:0:{}s:19:\"preventsLazyLoading\";b:0;s:10:\"\0*\0perPage\";i:15;s:6:\"exists\";b:1;s:18:\"wasRecentlyCreated\";b:0;s:28:\"\0*\0escapeWhenCastingToString\";b:0;s:13:\"\0*\0attributes\";a:2:{s:2:\"id\";i:10;s:4:\"name\";s:5:\"test1\";}s:11:\"\0*\0original\";a:2:{s:2:\"id\";i:10;s:4:\"name\";s:5:\"test1\";}s:10:\"\0*\0changes\";a:0:{}s:11:\"\0*\0previous\";a:0:{}s:8:\"\0*\0casts\";a:6:{s:17:\"email_verified_at\";s:8:\"datetime\";s:8:\"password\";s:6:\"hashed\";s:18:\"two_factor_enabled\";s:7:\"boolean\";s:20:\"two_factor_confirmed\";s:7:\"boolean\";s:9:\"is_delete\";s:7:\"boolean\";s:10:\"deleted_at\";s:8:\"datetime\";}s:17:\"\0*\0classCastCache\";a:0:{}s:21:\"\0*\0attributeCastCache\";a:0:{}s:13:\"\0*\0dateFormat\";N;s:10:\"\0*\0appends\";a:0:{}s:19:\"\0*\0dispatchesEvents\";a:0:{}s:14:\"\0*\0observables\";a:0:{}s:12:\"\0*\0relations\";a:0:{}s:10:\"\0*\0touches\";a:0:{}s:27:\"\0*\0relationAutoloadCallback\";N;s:26:\"\0*\0relationAutoloadContext\";N;s:10:\"timestamps\";b:1;s:13:\"usesUniqueIds\";b:0;s:9:\"\0*\0hidden\";a:3:{i:0;s:8:\"password\";i:1;s:14:\"remember_token\";i:2;s:16:\"google2fa_secret\";}s:10:\"\0*\0visible\";a:0:{}s:11:\"\0*\0fillable\";a:8:{i:0;s:4:\"name\";i:1;s:5:\"email\";i:2;s:8:\"password\";i:3;s:5:\"theme\";i:4;s:16:\"google2fa_secret\";i:5;s:18:\"two_factor_enabled\";i:6;s:20:\"two_factor_confirmed\";i:7;s:9:\"is_delete\";}s:10:\"\0*\0guarded\";a:1:{i:0;s:1:\"*\";}s:19:\"\0*\0authPasswordName\";s:8:\"password\";s:20:\"\0*\0rememberTokenName\";s:14:\"remember_token\";s:16:\"\0*\0forceDeleting\";b:0;}i:3;O:15:\"App\\Models\\User\":36:{s:13:\"\0*\0connection\";s:5:\"mysql\";s:8:\"\0*\0table\";s:5:\"users\";s:13:\"\0*\0primaryKey\";s:2:\"id\";s:10:\"\0*\0keyType\";s:3:\"int\";s:12:\"incrementing\";b:1;s:7:\"\0*\0with\";a:0:{}s:12:\"\0*\0withCount\";a:0:{}s:19:\"preventsLazyLoading\";b:0;s:10:\"\0*\0perPage\";i:15;s:6:\"exists\";b:1;s:18:\"wasRecentlyCreated\";b:0;s:28:\"\0*\0escapeWhenCastingToString\";b:0;s:13:\"\0*\0attributes\";a:2:{s:2:\"id\";i:2;s:4:\"name\";s:11:\"usman mirza\";}s:11:\"\0*\0original\";a:2:{s:2:\"id\";i:2;s:4:\"name\";s:11:\"usman mirza\";}s:10:\"\0*\0changes\";a:0:{}s:11:\"\0*\0previous\";a:0:{}s:8:\"\0*\0casts\";a:6:{s:17:\"email_verified_at\";s:8:\"datetime\";s:8:\"password\";s:6:\"hashed\";s:18:\"two_factor_enabled\";s:7:\"boolean\";s:20:\"two_factor_confirmed\";s:7:\"boolean\";s:9:\"is_delete\";s:7:\"boolean\";s:10:\"deleted_at\";s:8:\"datetime\";}s:17:\"\0*\0classCastCache\";a:0:{}s:21:\"\0*\0attributeCastCache\";a:0:{}s:13:\"\0*\0dateFormat\";N;s:10:\"\0*\0appends\";a:0:{}s:19:\"\0*\0dispatchesEvents\";a:0:{}s:14:\"\0*\0observables\";a:0:{}s:12:\"\0*\0relations\";a:0:{}s:10:\"\0*\0touches\";a:0:{}s:27:\"\0*\0relationAutoloadCallback\";N;s:26:\"\0*\0relationAutoloadContext\";N;s:10:\"timestamps\";b:1;s:13:\"usesUniqueIds\";b:0;s:9:\"\0*\0hidden\";a:3:{i:0;s:8:\"password\";i:1;s:14:\"remember_token\";i:2;s:16:\"google2fa_secret\";}s:10:\"\0*\0visible\";a:0:{}s:11:\"\0*\0fillable\";a:8:{i:0;s:4:\"name\";i:1;s:5:\"email\";i:2;s:8:\"password\";i:3;s:5:\"theme\";i:4;s:16:\"google2fa_secret\";i:5;s:18:\"two_factor_enabled\";i:6;s:20:\"two_factor_confirmed\";i:7;s:9:\"is_delete\";}s:10:\"\0*\0guarded\";a:1:{i:0;s:1:\"*\";}s:19:\"\0*\0authPasswordName\";s:8:\"password\";s:20:\"\0*\0rememberTokenName\";s:14:\"remember_token\";s:16:\"\0*\0forceDeleting\";b:0;}i:4;O:15:\"App\\Models\\User\":36:{s:13:\"\0*\0connection\";s:5:\"mysql\";s:8:\"\0*\0table\";s:5:\"users\";s:13:\"\0*\0primaryKey\";s:2:\"id\";s:10:\"\0*\0keyType\";s:3:\"int\";s:12:\"incrementing\";b:1;s:7:\"\0*\0with\";a:0:{}s:12:\"\0*\0withCount\";a:0:{}s:19:\"preventsLazyLoading\";b:0;s:10:\"\0*\0perPage\";i:15;s:6:\"exists\";b:1;s:18:\"wasRecentlyCreated\";b:0;s:28:\"\0*\0escapeWhenCastingToString\";b:0;s:13:\"\0*\0attributes\";a:2:{s:2:\"id\";i:4;s:4:\"name\";s:8:\"uzma ABC\";}s:11:\"\0*\0original\";a:2:{s:2:\"id\";i:4;s:4:\"name\";s:8:\"uzma ABC\";}s:10:\"\0*\0changes\";a:0:{}s:11:\"\0*\0previous\";a:0:{}s:8:\"\0*\0casts\";a:6:{s:17:\"email_verified_at\";s:8:\"datetime\";s:8:\"password\";s:6:\"hashed\";s:18:\"two_factor_enabled\";s:7:\"boolean\";s:20:\"two_factor_confirmed\";s:7:\"boolean\";s:9:\"is_delete\";s:7:\"boolean\";s:10:\"deleted_at\";s:8:\"datetime\";}s:17:\"\0*\0classCastCache\";a:0:{}s:21:\"\0*\0attributeCastCache\";a:0:{}s:13:\"\0*\0dateFormat\";N;s:10:\"\0*\0appends\";a:0:{}s:19:\"\0*\0dispatchesEvents\";a:0:{}s:14:\"\0*\0observables\";a:0:{}s:12:\"\0*\0relations\";a:0:{}s:10:\"\0*\0touches\";a:0:{}s:27:\"\0*\0relationAutoloadCallback\";N;s:26:\"\0*\0relationAutoloadContext\";N;s:10:\"timestamps\";b:1;s:13:\"usesUniqueIds\";b:0;s:9:\"\0*\0hidden\";a:3:{i:0;s:8:\"password\";i:1;s:14:\"remember_token\";i:2;s:16:\"google2fa_secret\";}s:10:\"\0*\0visible\";a:0:{}s:11:\"\0*\0fillable\";a:8:{i:0;s:4:\"name\";i:1;s:5:\"email\";i:2;s:8:\"password\";i:3;s:5:\"theme\";i:4;s:16:\"google2fa_secret\";i:5;s:18:\"two_factor_enabled\";i:6;s:20:\"two_factor_confirmed\";i:7;s:9:\"is_delete\";}s:10:\"\0*\0guarded\";a:1:{i:0;s:1:\"*\";}s:19:\"\0*\0authPasswordName\";s:8:\"password\";s:20:\"\0*\0rememberTokenName\";s:14:\"remember_token\";s:16:\"\0*\0forceDeleting\";b:0;}i:5;O:15:\"App\\Models\\User\":36:{s:13:\"\0*\0connection\";s:5:\"mysql\";s:8:\"\0*\0table\";s:5:\"users\";s:13:\"\0*\0primaryKey\";s:2:\"id\";s:10:\"\0*\0keyType\";s:3:\"int\";s:12:\"incrementing\";b:1;s:7:\"\0*\0with\";a:0:{}s:12:\"\0*\0withCount\";a:0:{}s:19:\"preventsLazyLoading\";b:0;s:10:\"\0*\0perPage\";i:15;s:6:\"exists\";b:1;s:18:\"wasRecentlyCreated\";b:0;s:28:\"\0*\0escapeWhenCastingToString\";b:0;s:13:\"\0*\0attributes\";a:2:{s:2:\"id\";i:3;s:4:\"name\";s:11:\"yasir flink\";}s:11:\"\0*\0original\";a:2:{s:2:\"id\";i:3;s:4:\"name\";s:11:\"yasir flink\";}s:10:\"\0*\0changes\";a:0:{}s:11:\"\0*\0previous\";a:0:{}s:8:\"\0*\0casts\";a:6:{s:17:\"email_verified_at\";s:8:\"datetime\";s:8:\"password\";s:6:\"hashed\";s:18:\"two_factor_enabled\";s:7:\"boolean\";s:20:\"two_factor_confirmed\";s:7:\"boolean\";s:9:\"is_delete\";s:7:\"boolean\";s:10:\"deleted_at\";s:8:\"datetime\";}s:17:\"\0*\0classCastCache\";a:0:{}s:21:\"\0*\0attributeCastCache\";a:0:{}s:13:\"\0*\0dateFormat\";N;s:10:\"\0*\0appends\";a:0:{}s:19:\"\0*\0dispatchesEvents\";a:0:{}s:14:\"\0*\0observables\";a:0:{}s:12:\"\0*\0relations\";a:0:{}s:10:\"\0*\0touches\";a:0:{}s:27:\"\0*\0relationAutoloadCallback\";N;s:26:\"\0*\0relationAutoloadContext\";N;s:10:\"timestamps\";b:1;s:13:\"usesUniqueIds\";b:0;s:9:\"\0*\0hidden\";a:3:{i:0;s:8:\"password\";i:1;s:14:\"remember_token\";i:2;s:16:\"google2fa_secret\";}s:10:\"\0*\0visible\";a:0:{}s:11:\"\0*\0fillable\";a:8:{i:0;s:4:\"name\";i:1;s:5:\"email\";i:2;s:8:\"password\";i:3;s:5:\"theme\";i:4;s:16:\"google2fa_secret\";i:5;s:18:\"two_factor_enabled\";i:6;s:20:\"two_factor_confirmed\";i:7;s:9:\"is_delete\";}s:10:\"\0*\0guarded\";a:1:{i:0;s:1:\"*\";}s:19:\"\0*\0authPasswordName\";s:8:\"password\";s:20:\"\0*\0rememberTokenName\";s:14:\"remember_token\";s:16:\"\0*\0forceDeleting\";b:0;}}s:28:\"\0*\0escapeWhenCastingToString\";b:0;}', 1779388318),
('laravel-cache-spatie.permission.cache', 'a:3:{s:5:\"alias\";a:5:{s:1:\"a\";s:2:\"id\";s:1:\"b\";s:4:\"name\";s:1:\"c\";s:10:\"guard_name\";s:1:\"d\";s:9:\"is_delete\";s:1:\"r\";s:5:\"roles\";}s:11:\"permissions\";a:10:{i:0;a:5:{s:1:\"a\";i:1;s:1:\"b\";s:9:\"role-list\";s:1:\"c\";s:3:\"web\";s:1:\"d\";i:0;s:1:\"r\";a:5:{i:0;i:1;i:1;i:2;i:2;i:3;i:3;i:5;i:4;i:7;}}i:1;a:5:{s:1:\"a\";i:2;s:1:\"b\";s:11:\"role-create\";s:1:\"c\";s:3:\"web\";s:1:\"d\";i:0;s:1:\"r\";a:2:{i:0;i:1;i:1;i:2;}}i:2;a:5:{s:1:\"a\";i:3;s:1:\"b\";s:9:\"role-edit\";s:1:\"c\";s:3:\"web\";s:1:\"d\";i:0;s:1:\"r\";a:2:{i:0;i:1;i:1;i:2;}}i:3;a:5:{s:1:\"a\";i:4;s:1:\"b\";s:11:\"role-delete\";s:1:\"c\";s:3:\"web\";s:1:\"d\";i:0;s:1:\"r\";a:2:{i:0;i:1;i:1;i:2;}}i:4;a:5:{s:1:\"a\";i:9;s:1:\"b\";s:9:\"2fa.setup\";s:1:\"c\";s:3:\"web\";s:1:\"d\";i:0;s:1:\"r\";a:2:{i:0;i:2;i:1;i:7;}}i:5;a:5:{s:1:\"a\";i:10;s:1:\"b\";s:10:\"2fa.enable\";s:1:\"c\";s:3:\"web\";s:1:\"d\";i:0;s:1:\"r\";a:1:{i:0;i:2;}}i:6;a:5:{s:1:\"a\";i:11;s:1:\"b\";s:11:\"2fa.disable\";s:1:\"c\";s:3:\"web\";s:1:\"d\";i:0;s:1:\"r\";a:1:{i:0;i:2;}}i:7;a:5:{s:1:\"a\";i:12;s:1:\"b\";s:10:\"2fa.toggle\";s:1:\"c\";s:3:\"web\";s:1:\"d\";i:0;s:1:\"r\";a:1:{i:0;i:2;}}i:8;a:5:{s:1:\"a\";i:13;s:1:\"b\";s:13:\"roles.destroy\";s:1:\"c\";s:3:\"web\";s:1:\"d\";i:0;s:1:\"r\";a:1:{i:0;i:2;}}i:9;a:4:{s:1:\"a\";i:14;s:1:\"b\";s:16:\"user list access\";s:1:\"c\";s:3:\"web\";s:1:\"d\";i:1;}}s:5:\"roles\";a:5:{i:0;a:4:{s:1:\"a\";i:1;s:1:\"b\";s:5:\"Admin\";s:1:\"c\";s:3:\"web\";s:1:\"d\";i:0;}i:1;a:4:{s:1:\"a\";i:2;s:1:\"b\";s:11:\"super admin\";s:1:\"c\";s:3:\"web\";s:1:\"d\";i:0;}i:2;a:4:{s:1:\"a\";i:3;s:1:\"b\";s:4:\"user\";s:1:\"c\";s:3:\"web\";s:1:\"d\";i:0;}i:3;a:4:{s:1:\"a\";i:5;s:1:\"b\";s:13:\"Dispatch User\";s:1:\"c\";s:3:\"web\";s:1:\"d\";i:0;}i:4;a:4:{s:1:\"a\";i:7;s:1:\"b\";s:3:\"ABC\";s:1:\"c\";s:3:\"web\";s:1:\"d\";i:0;}}}', 1779464455);

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

--
-- 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 `companies`
--

CREATE TABLE `companies` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `company_code` varchar(30) DEFAULT NULL,
  `legal_name` varchar(180) NOT NULL,
  `display_name` varchar(180) NOT NULL,
  `mc_number` varchar(30) DEFAULT NULL,
  `ff_number` varchar(30) DEFAULT NULL,
  `fmcsa_number` varchar(30) DEFAULT NULL,
  `federal_tax_id` varchar(50) DEFAULT NULL,
  `wsib_number` varchar(50) DEFAULT NULL,
  `dot_number` varchar(30) DEFAULT NULL,
  `urs_number` varchar(30) DEFAULT NULL,
  `website_url` varchar(255) DEFAULT NULL,
  `default_currency_code` char(3) NOT NULL DEFAULT 'USD',
  `payment_terms` varchar(80) DEFAULT NULL,
  `credit_limit` decimal(14,2) DEFAULT NULL,
  `customer_rate` decimal(14,4) DEFAULT NULL,
  `blacklisted` tinyint(1) NOT NULL DEFAULT 0,
  `is_broker` tinyint(1) NOT NULL DEFAULT 0,
  `is_corporation` tinyint(1) NOT NULL DEFAULT 0,
  `show_phone_fax_on_invoice` tinyint(1) NOT NULL DEFAULT 0,
  `notes_internal` text DEFAULT NULL,
  `notes_shipping` text DEFAULT NULL,
  `portal_username` varchar(190) DEFAULT NULL,
  `portal_password` varchar(255) DEFAULT NULL,
  `status` enum('active','inactive') NOT NULL DEFAULT 'active',
  `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 `companies`
--

INSERT INTO `companies` (`id`, `company_code`, `legal_name`, `display_name`, `mc_number`, `ff_number`, `fmcsa_number`, `federal_tax_id`, `wsib_number`, `dot_number`, `urs_number`, `website_url`, `default_currency_code`, `payment_terms`, `credit_limit`, `customer_rate`, `blacklisted`, `is_broker`, `is_corporation`, `show_phone_fax_on_invoice`, `notes_internal`, `notes_shipping`, `portal_username`, `portal_password`, `status`, `created_at`, `updated_at`) VALUES
(1, 'CUST-001', 'Global Logistics Solutions', 'Global Logistics Solutions', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'CAD', NULL, NULL, NULL, 0, 0, 0, 0, NULL, NULL, NULL, NULL, 'active', '2026-05-20 00:34:53', '2026-05-20 21:55:13'),
(2, NULL, 'Toronto Port', 'Toronto Port', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'CAD', NULL, NULL, 0.0000, 0, 0, 0, 0, 'hammad', 'Hammad notes 123', NULL, NULL, 'active', '2026-05-20 00:34:53', '2026-05-20 23:53:15'),
(3, NULL, 'EXTREME ABRASIVES', 'EXTREME ABRASIVES', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'CAD', NULL, NULL, 0.0000, 0, 0, 0, 0, 'T dvt', 'TEst dev', NULL, NULL, 'active', '2026-05-20 00:34:53', '2026-05-21 00:05:41'),
(4, NULL, 'HUNA TRANSPORT INC 123', 'HUNA TRANSPORT INC 123', 'MC-123456', 'Dolore quis quia id', 'Culpa ut eveniet qu', 'In commodi accusanti', 'Sint consequat Qui', 'Facilis unde quisqua', 'Culpa rerum sit qui', NULL, 'CAD', '5/10 Net 30', NULL, 0.0000, 0, 0, 0, 0, 'HAmza', NULL, 'Deserunt dolore ipsa', '123456', 'active', '2026-05-20 00:34:53', '2026-05-21 00:21:41'),
(5, NULL, 'Omnis pariatur Volu', 'Omnis pariatur Volu', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'USD', NULL, NULL, NULL, 0, 0, 0, 0, NULL, NULL, NULL, NULL, 'active', '2026-05-20 01:26:57', '2026-05-20 01:26:57'),
(6, NULL, 'Amet in quasi cillu 12', 'Amet in quasi cillu 12', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'USD', NULL, NULL, 0.0000, 0, 0, 0, 0, 'fd', 'fd', NULL, NULL, 'active', '2026-05-20 01:27:20', '2026-05-21 00:00:40'),
(7, 'Eveniet voluptate q', 'Pariatur Molestiae', 'Pariatur Molestiae', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'USD', NULL, NULL, NULL, 0, 0, 0, 0, NULL, NULL, NULL, NULL, 'active', '2026-05-20 21:27:39', '2026-05-20 21:54:29'),
(8, NULL, 'Optio amet volupta', 'Optio amet volupta', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'USD', NULL, NULL, NULL, 0, 0, 0, 0, NULL, NULL, NULL, NULL, 'active', '2026-05-20 21:28:41', '2026-05-20 21:28:41'),
(9, NULL, 'Ad fuga Ea rerum be', 'Ad fuga Ea rerum be', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'USD', NULL, NULL, 0.0000, 0, 0, 0, 0, 'hamnd', 'Test', NULL, NULL, 'active', '2026-05-20 21:29:04', '2026-05-20 23:59:07'),
(10, NULL, 'Ea quia similique de', 'Ea quia similique de', 'Voluptatibus magnam', NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'USD', NULL, NULL, NULL, 0, 0, 0, 0, NULL, NULL, NULL, NULL, 'active', '2026-05-20 21:29:38', '2026-05-20 21:29:38'),
(11, NULL, 'Ad ut dolore ut dign', 'Ad ut dolore ut dign', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'USD', NULL, NULL, NULL, 0, 0, 0, 0, NULL, NULL, NULL, NULL, 'active', '2026-05-20 21:57:14', '2026-05-20 21:57:14'),
(12, NULL, 'Enim voluptate tempo', 'Enim voluptate tempo', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'USD', NULL, NULL, NULL, 0, 0, 0, 0, NULL, NULL, NULL, NULL, 'active', '2026-05-20 22:40:05', '2026-05-20 22:40:05'),
(13, '321', 'PHPUnit Customer', 'PHPUnit Customer', '12', '21', '521', '21', '521', '54', '698', 'http://localhost:8000/ui/customers', 'USD', '1.5/15 Net 30', 0.21, 1.0000, 0, 0, 0, 0, 'tEST', NULL, NULL, NULL, 'active', '2026-05-20 23:04:45', '2026-05-20 23:45:55'),
(14, 'Velit est omnis ips', 'Omnis occaecat excep', 'Omnis occaecat excep', 'Eaque sed fuga Dolo', 'Sunt in consectetur', 'Perferendis animi c', '1', 'Quia vero corrupti', 'Reprehenderit place', 'Velit incididunt est', 'http://localhost:8000/ui/customers', 'CAD', '30', 1.00, 1.0000, 0, 0, 1, 1, 'TErt', NULL, NULL, NULL, 'active', '2026-05-20 23:13:41', '2026-05-20 23:13:41'),
(15, 'Mollitia sint obcaec', 'Facere ut quod volup', 'Facere ut quod volup', 'Esse tempora placeat', 'Voluptates deserunt', 'Nostrum rem enim eve', '21', 'Rerum illo deleniti', 'Velit adipisicing pr', 'Voluptate facere sin', 'http://localhost:8000/ui/customers', 'CAD', '45', 1.20, 0.0000, 1, 1, 1, 1, 'Test', NULL, NULL, NULL, 'active', '2026-05-20 23:32:37', '2026-05-20 23:32:37'),
(16, NULL, 'Consectetur dolore', 'Consectetur dolore', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'USD', NULL, NULL, 0.0000, 0, 0, 0, 0, 'hammamd', NULL, NULL, NULL, 'active', '2026-05-20 23:46:50', '2026-05-20 23:47:19'),
(17, NULL, 'Est qui laborum Occ', 'Est qui laborum Occ', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'USD', NULL, NULL, 0.0000, 0, 0, 0, 0, 'int test', 'dv test', NULL, NULL, 'inactive', '2026-05-20 23:55:07', '2026-05-20 23:55:07'),
(18, 'FACT-001', 'eCapital', 'eCapital', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'USD', NULL, NULL, NULL, 0, 0, 0, 0, NULL, NULL, NULL, NULL, 'active', '2026-05-21 00:17:14', '2026-05-21 00:17:14'),
(19, 'FACT-002', 'OTR Solutions', 'OTR Solutions', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'USD', NULL, NULL, NULL, 0, 0, 0, 0, NULL, NULL, NULL, NULL, 'active', '2026-05-21 00:17:14', '2026-05-21 00:17:14'),
(20, 'FACT-003', 'Apex Capital Corp', 'Apex Capital Corp', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'USD', NULL, NULL, NULL, 0, 0, 0, 0, NULL, NULL, NULL, NULL, 'active', '2026-05-21 00:17:14', '2026-05-21 00:17:14'),
(21, 'FACT-004', 'Triumph Business Capital', 'Triumph Business Capital', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'USD', NULL, NULL, NULL, 0, 0, 0, 0, NULL, NULL, NULL, NULL, 'active', '2026-05-21 00:17:14', '2026-05-21 00:17:14'),
(22, 'FACT-005', 'RTS Financial', 'RTS Financial', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'USD', NULL, NULL, NULL, 0, 0, 0, 0, NULL, NULL, NULL, NULL, 'active', '2026-05-21 00:17:14', '2026-05-21 00:17:14'),
(23, 'FACT-006', 'TBS Factoring Service', 'TBS Factoring Service', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'USD', NULL, NULL, NULL, 0, 0, 0, 0, NULL, NULL, NULL, NULL, 'active', '2026-05-21 00:17:14', '2026-05-21 00:17:14'),
(24, 'FACT-007', 'Porter Freight Funding', 'Porter Freight Funding', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'USD', NULL, NULL, NULL, 0, 0, 0, 0, NULL, NULL, NULL, NULL, 'active', '2026-05-21 00:17:14', '2026-05-21 00:17:14'),
(25, 'FACT-008', 'Saint John Capital', 'Saint John Capital', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'USD', NULL, NULL, NULL, 0, 0, 0, 0, NULL, NULL, NULL, NULL, 'active', '2026-05-21 00:17:14', '2026-05-21 00:17:14'),
(26, NULL, 'Architecto dicta est', 'Architecto dicta est', 'Ipsum minim et temp', 'Dolore quis quia id', 'Culpa ut eveniet qu', 'In commodi accusanti', 'Quia possimus amet', 'Facilis unde quisqua', 'Culpa rerum sit qui', NULL, 'USD', '5/10 Net 30', NULL, 0.0000, 1, 0, 0, 0, 'Eaque aliqua Explic', NULL, 'Deserunt dolore ipsa', 'Pa$$w0rd!', 'active', '2026-05-21 00:20:17', '2026-05-21 00:20:17'),
(27, '5214', 'Odit sint fuga Qua', 'Odit sint fuga Qua', 'Sunt et aut asperior', 'Neque et deserunt se', 'Totam dolores aut su', 'Sint consectetur odi', 'Omnis quia rem omnis', 'Ipsum voluptate exer', 'Officiis adipisicing', 'https://Culpa nulla aut atqu', 'USD', '.5/10 Net 30', 100.00, 0.0000, 0, 0, 1, 1, 'Tempore sint eum pr', NULL, NULL, NULL, 'active', '2026-05-21 19:17:47', '2026-05-21 19:17:47'),
(28, NULL, 'Illum eu quae repud', 'Illum eu quae repud', 'Non non odio sed qui', 'Voluptas saepe velit', 'Voluptatum dolore mi', 'Porro odio ex nemo a', 'Doloremque necessita', 'Sed quaerat veritati', 'Non soluta in ut ali', NULL, 'USD', '1/10 Net 30', NULL, 0.0000, 1, 0, 0, 0, 'Add exterenaal Carrier', NULL, 'Aut quam exercitatio', 'Pa$$w0rd!', 'active', '2026-05-21 19:20:13', '2026-05-21 19:20:13'),
(29, NULL, 'Deserunt possimus m', 'Deserunt possimus m', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'USD', NULL, NULL, 0.0000, 0, 0, 0, 0, 'Add Consignee test', 'Add Consignee test', NULL, NULL, 'active', '2026-05-21 19:21:04', '2026-05-21 19:21:04'),
(30, NULL, 'Sunt dolorum obcaec', 'Sunt dolorum obcaec', 'Omnis magna corporis', 'Molestiae eveniet r', 'Omnis excepturi a do', 'Sed doloribus Nam qu', 'Vel impedit quis es', 'Asperiores dolor des', 'Eum ipsa a quia sin', NULL, 'USD', NULL, NULL, 0.0000, 1, 0, 0, 0, 'Add External Carrier test', NULL, 'Dolore obcaecati aut', 'Pa$$w0rd!', 'active', '2026-05-21 19:27:08', '2026-05-21 19:27:08');

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

--
-- Table structure for table `company_accounting_profiles`
--

CREATE TABLE `company_accounting_profiles` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `company_id` bigint(20) UNSIGNED NOT NULL,
  `factoring_company_id` bigint(20) UNSIGNED DEFAULT NULL,
  `sales_rep_user_id` bigint(20) UNSIGNED DEFAULT NULL,
  `workers_comp_number` varchar(60) DEFAULT NULL,
  `duplicate_as_shipper` tinyint(1) NOT NULL DEFAULT 0,
  `duplicate_as_consignee` tinyint(1) 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 `company_accounting_profiles`
--

INSERT INTO `company_accounting_profiles` (`id`, `company_id`, `factoring_company_id`, `sales_rep_user_id`, `workers_comp_number`, `duplicate_as_shipper`, `duplicate_as_consignee`, `created_at`, `updated_at`) VALUES
(1, 13, 11, 4, '12', 1, 0, '2026-05-20 23:04:45', '2026-05-20 23:41:19'),
(2, 14, 10, 1, '1', 0, 0, '2026-05-20 23:13:41', '2026-05-20 23:13:41'),
(3, 15, 11, 2, '12', 1, 0, '2026-05-20 23:32:37', '2026-05-20 23:32:37'),
(4, 16, NULL, NULL, NULL, 0, 1, '2026-05-20 23:46:50', '2026-05-20 23:46:50'),
(5, 2, NULL, NULL, NULL, 0, 0, '2026-05-20 23:52:38', '2026-05-20 23:52:38'),
(6, 17, NULL, NULL, NULL, 1, 0, '2026-05-20 23:55:07', '2026-05-20 23:55:07'),
(7, 9, NULL, NULL, NULL, 0, 0, '2026-05-20 23:59:07', '2026-05-20 23:59:07'),
(8, 6, NULL, NULL, NULL, 0, 0, '2026-05-21 00:00:40', '2026-05-21 00:00:40'),
(9, 3, NULL, NULL, NULL, 0, 0, '2026-05-21 00:05:41', '2026-05-21 00:05:41'),
(10, 26, 18, NULL, NULL, 0, 0, '2026-05-21 00:20:17', '2026-05-21 00:20:17'),
(11, 4, 25, NULL, NULL, 0, 0, '2026-05-21 00:21:41', '2026-05-21 00:21:41'),
(12, 27, NULL, 1, 'Corporis aspernatur', 1, 1, '2026-05-21 19:17:47', '2026-05-21 19:17:47'),
(13, 28, NULL, NULL, NULL, 0, 0, '2026-05-21 19:20:13', '2026-05-21 19:20:13'),
(14, 29, NULL, NULL, NULL, 1, 0, '2026-05-21 19:21:04', '2026-05-21 19:21:04'),
(15, 30, NULL, NULL, NULL, 0, 0, '2026-05-21 19:27:08', '2026-05-21 19:27:08');

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

--
-- Table structure for table `company_addresses`
--

CREATE TABLE `company_addresses` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `company_id` bigint(20) UNSIGNED NOT NULL,
  `address_type` enum('mailing','billing','physical','other') NOT NULL DEFAULT 'physical',
  `line1` varchar(180) NOT NULL,
  `line2` varchar(180) DEFAULT NULL,
  `line3` varchar(180) DEFAULT NULL,
  `city` varchar(100) NOT NULL,
  `state_province_id` int(10) UNSIGNED DEFAULT NULL,
  `postal_code` varchar(20) DEFAULT NULL,
  `country_id` smallint(5) UNSIGNED NOT NULL,
  `is_default` tinyint(1) NOT NULL DEFAULT 0,
  `shipping_hours` varchar(120) DEFAULT NULL,
  `directions` text DEFAULT NULL,
  `appointments_required` tinyint(1) 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 `company_addresses`
--

INSERT INTO `company_addresses` (`id`, `company_id`, `address_type`, `line1`, `line2`, `line3`, `city`, `state_province_id`, `postal_code`, `country_id`, `is_default`, `shipping_hours`, `directions`, `appointments_required`, `created_at`, `updated_at`) VALUES
(4, 7, 'physical', 'Corporis ut voluptat', NULL, NULL, 'antario', NULL, 'Sed qui deserunt in', 1, 1, NULL, NULL, 0, '2026-05-20 21:54:29', '2026-05-20 21:54:29'),
(5, 1, 'physical', 'Corporis ut voluptat', NULL, NULL, 'antario', NULL, 'Sed qui deserunt in', 2, 1, NULL, NULL, 0, '2026-05-20 21:55:13', '2026-05-20 21:55:13'),
(7, 14, 'mailing', 'Error sit maiores ni', 'Omnis quia voluptate', 'Similique ad est dol', 'Esse elit distinct', 51, 'Ad quod nemo facere', 2, 1, NULL, NULL, 0, '2026-05-20 23:13:41', '2026-05-20 23:13:41'),
(8, 15, 'mailing', 'Quo recusandae Assu', 'Cumque quis quia id', 'Est dolor velit qua', 'Facilis est dolorem', 49, 'Reprehenderit dolor', 2, 1, NULL, NULL, 0, '2026-05-20 23:32:37', '2026-05-20 23:32:37'),
(9, 15, 'billing', 'Test', 'Test2', 'test 3', 'DSaw', 55, '45210', 2, 0, NULL, NULL, 0, '2026-05-20 23:32:37', '2026-05-20 23:32:37'),
(12, 13, 'mailing', '100 Test Ave', 'YT', 'ZZ', 'Toronto', 19, '45555', 1, 1, NULL, NULL, 0, '2026-05-20 23:45:55', '2026-05-20 23:45:55'),
(13, 13, 'billing', 'Hamza', 'Hamza2', 'hAMZA3', 'alBAMA', 55, '65412', 2, 0, NULL, NULL, 0, '2026-05-20 23:45:55', '2026-05-20 23:45:55'),
(15, 16, 'physical', 'Accusantium culpa ex', 'Eos ratione voluptat', 'Anim consectetur dol', 'Laudantium corrupti', 3, 'Amet vero consequat', 1, 1, NULL, NULL, 0, '2026-05-20 23:47:19', '2026-05-20 23:47:19'),
(17, 2, 'physical', 'Hammad', 'Test 1', 'test 2', 'ISB', 50, '45600', 2, 1, '8am - 5pm', 'TEst', 0, '2026-05-20 23:53:15', '2026-05-20 23:53:15'),
(18, 17, 'physical', 'Corrupti soluta qui', 'Nisi dolores iusto n', 'Ut eius beatae et in', 'Quam itaque consequa', 50, '41000', 2, 1, 'Dignissimos culpa no', 'Molestiae cillum com', 0, '2026-05-20 23:55:07', '2026-05-20 23:55:07'),
(19, 9, 'physical', 'Tgre', 'KL1', 'UY-9', 'Tst', 51, '52100', 2, 1, '1pm 6Am', 'sa', 0, '2026-05-20 23:59:07', '2026-05-20 23:59:07'),
(20, 6, 'physical', 'rew', 'dg', 'tr', 'w', 56, '231', 2, 1, '5', 'landmark', 0, '2026-05-21 00:00:40', '2026-05-21 00:00:40'),
(21, 3, 'physical', 'fdsa', 'asd', 'fsa', 'Dsa', 51, '8521', 2, 1, '2', 'lnd mark', 0, '2026-05-21 00:05:41', '2026-05-21 00:05:41'),
(23, 4, 'physical', 'Id odio beatae qui d', 'Facilis adipisci rep', 'Debitis repudiandae', 'gf', 2, '52100', 1, 1, NULL, NULL, 0, '2026-05-21 00:21:41', '2026-05-21 00:21:41'),
(24, 27, 'mailing', 'Consectetur laborum', 'Quisquam mollitia at', 'Iste facilis irure e', 'Dolorem et consequun', 51, 'Placeat voluptatem', 2, 1, NULL, NULL, 0, '2026-05-21 19:17:47', '2026-05-21 19:17:47'),
(25, 27, 'billing', 'Consectetur laborum', 'Quisquam mollitia at', 'Iste facilis irure e', 'Dolorem et consequun', 51, 'Placeat voluptatem', 2, 0, NULL, NULL, 0, '2026-05-21 19:17:47', '2026-05-21 19:17:47'),
(26, 28, 'physical', 'Consequuntur earum l', 'Molestias perspiciat', 'Aut odit unde placea', 'Nam dolor voluptatem', 51, 'Et fugiat veniam o', 2, 1, NULL, NULL, 0, '2026-05-21 19:20:13', '2026-05-21 19:20:13'),
(27, 29, 'physical', 'Molestiae dolore eos', 'Rerum pariatur Ut d', 'Nemo natus repudiand', 'Assumenda elit qui', 51, 'Modi tempore vel na', 2, 1, 'Cupidatat nostrum mi', 'Eum quo ad Nam dolor', 0, '2026-05-21 19:21:04', '2026-05-21 19:21:04'),
(28, 30, 'physical', 'Maiores maxime elit', 'Eos voluptas nemo ex', 'Cumque dolor iure ve', 'Similique quo esse', 49, 'Voluptatem Repudian', 2, 1, NULL, NULL, 0, '2026-05-21 19:27:08', '2026-05-21 19:27:08'),
(29, 26, 'physical', 'Id odio beatae qui d', 'Facilis adipisci rep', 'Debitis repudiandae', 'Antartica', 2, '52100', 1, 1, NULL, NULL, 0, '2026-05-21 21:57:09', '2026-05-21 21:57:09');

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

--
-- Table structure for table `company_carrier_profiles`
--

CREATE TABLE `company_carrier_profiles` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `company_id` bigint(20) UNSIGNED NOT NULL,
  `fleet_size` varchar(60) DEFAULT NULL,
  `equipment` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL CHECK (json_valid(`equipment`)),
  `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 `company_carrier_profiles`
--

INSERT INTO `company_carrier_profiles` (`id`, `company_id`, `fleet_size`, `equipment`, `created_at`, `updated_at`) VALUES
(1, 26, 'Ratione dicta conseq', '[{\"code\":\"reefer_48\",\"label\":\"48\' Reefer\",\"quantity\":46,\"enabled\":true},{\"code\":\"reefer_53\",\"label\":\"53\' Reefer\",\"quantity\":73,\"enabled\":true},{\"code\":\"van_53\",\"label\":\"53\' Van\",\"quantity\":89,\"enabled\":true},{\"code\":\"auto_carrier\",\"label\":\"Auto Carrier\",\"quantity\":17,\"enabled\":true}]', '2026-05-21 00:20:17', '2026-05-21 00:20:17'),
(2, 4, 'Ratione dicta conseq', '[{\"code\":\"van_22\",\"label\":\"22\' Van\",\"quantity\":0,\"enabled\":true}]', '2026-05-21 00:21:41', '2026-05-21 00:21:41'),
(3, 28, 'Occaecat sint quis s', '[{\"code\":\"van_22\",\"label\":\"22\' Van\",\"quantity\":44,\"enabled\":true},{\"code\":\"reefer_53\",\"label\":\"53\' Reefer\",\"quantity\":11,\"enabled\":true},{\"code\":\"van_53\",\"label\":\"53\' Van\",\"quantity\":71,\"enabled\":true},{\"code\":\"auto_carrier\",\"label\":\"Auto Carrier\",\"quantity\":71,\"enabled\":true}]', '2026-05-21 19:20:13', '2026-05-21 19:20:13'),
(4, 30, 'Soluta ad sapiente i', '[{\"code\":\"reefer_48\",\"label\":\"48\' Reefer\",\"quantity\":11,\"enabled\":true},{\"code\":\"reefer_53\",\"label\":\"53\' Reefer\",\"quantity\":41,\"enabled\":true},{\"code\":\"van_53\",\"label\":\"53\' Van\",\"quantity\":2,\"enabled\":true}]', '2026-05-21 19:27:08', '2026-05-21 19:27:08');

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

--
-- Table structure for table `company_contacts`
--

CREATE TABLE `company_contacts` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `company_id` bigint(20) UNSIGNED NOT NULL,
  `contact_type` enum('primary','secondary','billing','operations','other') NOT NULL DEFAULT 'other',
  `full_name` varchar(120) NOT NULL,
  `email` varchar(190) DEFAULT NULL,
  `phone` varchar(30) DEFAULT NULL,
  `extension` varchar(12) DEFAULT NULL,
  `fax` varchar(30) DEFAULT NULL,
  `toll_free` varchar(30) DEFAULT NULL,
  `is_default` tinyint(1) NOT NULL DEFAULT 0,
  `is_active` tinyint(1) NOT NULL DEFAULT 1,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Dumping data for table `company_contacts`
--

INSERT INTO `company_contacts` (`id`, `company_id`, `contact_type`, `full_name`, `email`, `phone`, `extension`, `fax`, `toll_free`, `is_default`, `is_active`, `created_at`, `updated_at`) VALUES
(4, 7, 'primary', 'Laudantium non cupi', 'zohuruh@mailinator.com', NULL, NULL, NULL, NULL, 1, 1, '2026-05-20 21:54:29', '2026-05-20 21:54:29'),
(5, 1, 'primary', 'Laudantium non cupi', 'zohuruh@mailinator.com', NULL, NULL, NULL, NULL, 1, 1, '2026-05-20 21:55:13', '2026-05-20 21:55:13'),
(7, 14, 'primary', 'Voluptate esse et a', 'wutag@mailinator.com', '555-123-4567', 'Architecto s', 'Perferendis quae dol', 'Rerum cum eum sed si', 1, 1, '2026-05-20 23:13:41', '2026-05-20 23:13:41'),
(8, 14, 'billing', 'Voluptate esse et a', 'tozuzyxaj@mailinator.com', NULL, NULL, NULL, NULL, 0, 1, '2026-05-20 23:13:41', '2026-05-20 23:13:41'),
(9, 15, 'primary', 'Voluptatum itaque qu', 'rygumi@mailinator.com', '222-111-8521', 'Incidunt es', '02154', '21', 1, 1, '2026-05-20 23:32:37', '2026-05-20 23:32:37'),
(10, 15, 'billing', 'Voluptatum itaque qu', 'fowazumyk@mailinator.com', NULL, NULL, NULL, NULL, 0, 1, '2026-05-20 23:32:37', '2026-05-20 23:32:37'),
(13, 13, 'primary', 'Jane Doe', 'jane@example.com', '741-521-3215', '1', '21', '12', 1, 1, '2026-05-20 23:45:55', '2026-05-20 23:45:55'),
(14, 13, 'billing', 'Jane Doe', 'HAMZA@GMAIL.COM', NULL, NULL, NULL, NULL, 0, 1, '2026-05-20 23:45:55', '2026-05-20 23:45:55'),
(16, 16, 'primary', 'Excepturi accusamus', 'hobajihow@mailinator.com', '121-321-1234', 'Iste ut cons', 'Molestiae sequi veli', '1', 1, 1, '2026-05-20 23:47:19', '2026-05-20 23:47:19'),
(18, 2, 'primary', 'JHJH', 'tes21@gmail.com', '123-521-2211', '1', '123', '12', 1, 1, '2026-05-20 23:53:15', '2026-05-20 23:53:15'),
(19, 17, 'primary', 'Illo provident cons', 'qusoru@mailinator.com', '03115276352', 'Adipisicing', 'Natus iure repudiand', 'Hic veniam voluptas', 1, 1, '2026-05-20 23:55:07', '2026-05-20 23:55:07'),
(20, 9, 'primary', 'hJ', 'GTR@gmal.com', '0331974852', '1', '1', '1', 1, 1, '2026-05-20 23:59:07', '2026-05-20 23:59:07'),
(21, 6, 'primary', 'fd', 'tr@gmail.com', '03129748582', '1', '12', '21', 1, 1, '2026-05-21 00:00:40', '2026-05-21 00:00:40'),
(22, 3, 'primary', 'KDJ', 'rida@gmail.com', '111-555-2131', '1', '1', '1', 1, 1, '2026-05-21 00:05:41', '2026-05-21 00:05:41'),
(26, 4, 'primary', 'Molestiae natus earu', 'pylyravoh@mailinator.com', '111-555-7410', 'Impedit dol', '123', 'Iure qui sunt sit fuga', 1, 1, '2026-05-21 00:21:41', '2026-05-21 00:21:41'),
(27, 4, 'secondary', 'Deserunt similique s', 'pucig@mailinator.com', 'Sapiente autem consectetur ir', NULL, NULL, NULL, 0, 1, '2026-05-21 00:21:41', '2026-05-21 00:21:41'),
(28, 4, 'operations', 'Iste sed Nam aliquam', 'vonuv@mailinator.com', 'Laudantium architecto minim i', NULL, NULL, NULL, 0, 1, '2026-05-21 00:21:41', '2026-05-21 00:21:41'),
(29, 27, 'primary', 'Ipsa pariatur Dolo', 'suvemonami@mailinator.com', 'Repudiandae aute ut vitae ab i', 'Est qui fug', '2145', 'Tempore vel ratione', 1, 1, '2026-05-21 19:17:47', '2026-05-21 19:17:47'),
(30, 27, 'billing', 'Ipsa pariatur Dolo', 'vynuqyf@mailinator.com', NULL, NULL, NULL, NULL, 0, 1, '2026-05-21 19:17:47', '2026-05-21 19:17:47'),
(31, 28, 'primary', 'Eiusmod occaecat eum', 'bulep@mailinator.com', 'Sint elit in officia dolorem', 'Expedita nis', '111-222-3213', 'Nihil eveniet cumque minima m', 1, 1, '2026-05-21 19:20:13', '2026-05-21 19:20:13'),
(32, 28, 'secondary', 'Obcaecati quia venia', 'bisedob@mailinator.com', 'Et pariatur Mollitia quis rer', NULL, NULL, NULL, 0, 1, '2026-05-21 19:20:13', '2026-05-21 19:20:13'),
(33, 28, 'operations', 'Consequatur non cons 12', 'jamow@mailinator.com', 'Et voluptatem quia blanditiis', NULL, NULL, NULL, 0, 1, '2026-05-21 19:20:13', '2026-05-21 19:20:13'),
(34, 29, 'primary', 'Consectetur nulla qu', 'vanej@mailinator.com', 'Ut consequat Quisquam dolorum', 'Reprehenderi', 'Cumque nulla consect', 'Nam pariatur Ipsum', 1, 1, '2026-05-21 19:21:04', '2026-05-21 19:21:04'),
(35, 30, 'primary', 'Laboris temporibus d', 'mynyn@mailinator.com', 'Aut rerum fugiat nostrum earum', 'Est sapient', 'Aut eos laudantium ut duis ip', 'Libero sequi ullamco et eius t', 1, 1, '2026-05-21 19:27:08', '2026-05-21 19:27:08'),
(36, 30, 'secondary', 'Magni accusamus quis', 'garusoca@mailinator.com', 'Voluptatem Provident veniam', NULL, NULL, NULL, 0, 1, '2026-05-21 19:27:08', '2026-05-21 19:27:08'),
(37, 30, 'operations', 'Molestiae ut est cup', 'cymun@mailinator.com', 'Ipsa ullamco voluptas dolorem', NULL, NULL, NULL, 0, 1, '2026-05-21 19:27:08', '2026-05-21 19:27:08'),
(38, 26, 'primary', 'Molestiae natus earu', 'pylyravoh@mailinator.com', '111-555-7410', 'Impedit dol', '123', 'Iure qui sunt sit fuga', 1, 1, '2026-05-21 21:57:09', '2026-05-21 21:57:09'),
(39, 26, 'secondary', 'Duis in itaque rerum', 'menujepajo@mailinator.com', '111-415-5555', NULL, NULL, NULL, 0, 1, '2026-05-21 21:57:09', '2026-05-21 21:57:09'),
(40, 26, 'operations', 'Deserunt eos sit au', 'ziregynes@mailinator.com', '111-415-5555', NULL, NULL, NULL, 0, 1, '2026-05-21 21:57:09', '2026-05-21 21:57:09');

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

--
-- Table structure for table `company_insurance_policies`
--

CREATE TABLE `company_insurance_policies` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `company_id` bigint(20) UNSIGNED NOT NULL,
  `policy_type` enum('liability','auto','cargo') NOT NULL,
  `provider_name` varchar(160) NOT NULL,
  `policy_number` varchar(80) DEFAULT NULL,
  `contact_name` varchar(120) DEFAULT NULL,
  `phone` varchar(30) DEFAULT NULL,
  `extension` varchar(12) DEFAULT NULL,
  `coverage_amount` decimal(14,2) DEFAULT NULL,
  `rating` varchar(60) DEFAULT NULL,
  `expires_on` date DEFAULT NULL,
  `notes` text DEFAULT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Dumping data for table `company_insurance_policies`
--

INSERT INTO `company_insurance_policies` (`id`, `company_id`, `policy_type`, `provider_name`, `policy_number`, `contact_name`, `phone`, `extension`, `coverage_amount`, `rating`, `expires_on`, `notes`, `created_at`, `updated_at`) VALUES
(4, 4, 'liability', 'Sed fugiat commodi', 'Perspiciatis aliqui', 'Et eos nulla quibus', 'Proident rerum aute nulla exp', 'Duis aut pla', 63.00, 'Qui obcaecati illo a', '1981-01-17', 'Proident architecto', '2026-05-21 00:21:41', '2026-05-21 00:21:41'),
(5, 4, 'auto', 'Sed fugiat commodi', 'Perspiciatis aliqui', 'Et eos nulla quibus', 'Proident rerum aute nulla exp', 'Duis aut pla', 63.00, 'Qui obcaecati illo a', '1981-01-17', 'Proident architecto', '2026-05-21 00:21:41', '2026-05-21 00:21:41'),
(6, 4, 'cargo', 'Fugit qui officia i', 'Eos aut ea impedit', 'Aut ipsum sed repudi', 'Tenetur dolorum possimus ipsa', 'Porro mollit', 78.00, 'Cupiditate est quisq', '2016-12-02', 'Est voluptate est n', '2026-05-21 00:21:41', '2026-05-21 00:21:41'),
(7, 28, 'liability', 'Minus voluptas sint', 'Suscipit nemo quo al', 'Nobis laborum Aliqu', 'Voluptatibus consequat Aut ab', 'Sint id pers', 19.00, 'Delectus et volupta', '2001-04-12', 'In totam voluptatem', '2026-05-21 19:20:13', '2026-05-21 19:20:13'),
(8, 28, 'auto', 'Officia vitae non cu', 'Beatae sed incidunt', 'Quia tempora eum acc', 'Recusandae Doloremque exceptu', 'Ullam autem', 3.00, 'Deserunt cupidatat o', '1994-02-03', 'Necessitatibus dolor', '2026-05-21 19:20:13', '2026-05-21 19:20:13'),
(9, 28, 'cargo', 'Qui neque porro nost', 'Odit laudantium qui', 'Aperiam aliquip illu', 'Qui eum dolorum natus soluta c', 'Incidunt vo', 39.00, 'Blanditiis eu optio', '1987-05-18', 'A aliquam veritatis', '2026-05-21 19:20:13', '2026-05-21 19:20:13'),
(10, 30, 'liability', 'Ut ut quo id ad solu', 'Occaecat impedit an', 'Numquam quaerat atqu', 'Quis non nemo in itaque eu qui', 'Iusto commod', 7.00, 'Et mollitia aspernat', '1995-02-09', 'Vero tempora velit n', '2026-05-21 19:27:08', '2026-05-21 19:27:08'),
(11, 30, 'auto', 'Reprehenderit offic', 'Veritatis sequi occa', 'Perspiciatis verita', 'Occaecat nobis ad vitae id eum', 'Voluptate ut', 4.00, 'Nulla consequatur ne', '2002-12-01', 'Quaerat rerum dolore', '2026-05-21 19:27:08', '2026-05-21 19:27:08'),
(12, 30, 'cargo', 'Ut ut quo id ad solu', 'Occaecat impedit an', 'Numquam quaerat atqu', 'Quis non nemo in itaque eu qui', 'Iusto commod', 7.00, 'Et mollitia aspernat', '1995-02-09', 'Vero tempora velit n', '2026-05-21 19:27:08', '2026-05-21 19:27:08'),
(13, 26, 'liability', 'Ducimus vel labore', 'Reiciendis explicabo', 'In id a et est quis', '212-541-8521', 'Labore magni', 51.00, 'Deserunt natus ipsa', '1977-02-20', 'In voluptate invento', '2026-05-21 21:57:09', '2026-05-21 21:57:09'),
(14, 26, 'auto', 'Ducimus vel labore', 'Reiciendis explicabo', 'In id a et est quis', '212-541-8521', 'Labore magni', 51.00, 'Deserunt natus ipsa', '1977-02-20', 'In voluptate invento', '2026-05-21 21:57:09', '2026-05-21 21:57:09'),
(15, 26, 'cargo', 'Aut nihil magni eu q', 'Rerum id voluptatem', 'Eius assumenda id s', 'Ex facere in labore quia magna', 'Id veniam', 65.00, 'Sed quos totam aliqu', '1995-12-12', 'Est molestias quia i', '2026-05-21 21:57:09', '2026-05-21 21:57:09');

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

--
-- Table structure for table `company_notifications`
--

CREATE TABLE `company_notifications` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `company_id` bigint(20) UNSIGNED NOT NULL,
  `email` varchar(190) NOT NULL,
  `notification_for` varchar(100) NOT NULL,
  `options` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL CHECK (json_valid(`options`)),
  `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 `company_notifications`
--

INSERT INTO `company_notifications` (`id`, `company_id`, `email`, `notification_for`, `options`, `created_at`, `updated_at`) VALUES
(2, 15, 'tujipozy@mailinator.com', 'in_yard, delivered', '{\"copy_initiator\":true,\"events\":[\"in_yard\",\"delivered\"]}', '2026-05-20 23:32:37', '2026-05-20 23:32:37'),
(4, 13, 'notify@example.com', 'dispatched, delivered', '{\"events\":[\"dispatched\",\"delivered\"]}', '2026-05-20 23:45:55', '2026-05-20 23:45:55'),
(5, 27, 'cezezuzucu@mailinator.com', 'dispatched, on_route, unloading, delivered, completed', '{\"copy_initiator\":true,\"events\":[\"dispatched\",\"on_route\",\"unloading\",\"delivered\",\"completed\"]}', '2026-05-21 19:17:48', '2026-05-21 19:17:48');

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

--
-- Table structure for table `company_quote_settings`
--

CREATE TABLE `company_quote_settings` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `company_id` bigint(20) UNSIGNED NOT NULL,
  `show_miles_on_quote` tinyint(1) NOT NULL DEFAULT 0,
  `rate_type` enum('ratio','fixed') NOT NULL DEFAULT 'ratio',
  `rate_ratio_num` smallint(5) UNSIGNED DEFAULT NULL,
  `rate_ratio_den` smallint(5) UNSIGNED DEFAULT NULL,
  `fsc_type` enum('percent','amount') NOT NULL DEFAULT 'percent',
  `fsc_value` decimal(10,4) DEFAULT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Dumping data for table `company_quote_settings`
--

INSERT INTO `company_quote_settings` (`id`, `company_id`, `show_miles_on_quote`, `rate_type`, `rate_ratio_num`, `rate_ratio_den`, `fsc_type`, `fsc_value`, `created_at`, `updated_at`) VALUES
(1, 13, 1, 'ratio', 1, 10, 'amount', 12.5000, '2026-05-20 23:04:45', '2026-05-20 23:04:45'),
(2, 14, 0, 'ratio', 1, 15, 'amount', 1.0000, '2026-05-20 23:13:41', '2026-05-20 23:13:41'),
(3, 15, 1, 'ratio', 2, 21, 'amount', 2.5000, '2026-05-20 23:32:37', '2026-05-20 23:32:37'),
(4, 27, 0, 'fixed', 22, 14, 'percent', 45.0000, '2026-05-21 19:17:48', '2026-05-21 19:17:48');

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

--
-- Table structure for table `company_roles`
--

CREATE TABLE `company_roles` (
  `company_id` bigint(20) UNSIGNED NOT NULL,
  `role_code` enum('customer','carrier','shipper','consignee','customs_broker','factoring_company') NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Dumping data for table `company_roles`
--

INSERT INTO `company_roles` (`company_id`, `role_code`) VALUES
(1, 'customer'),
(2, 'shipper'),
(3, 'consignee'),
(4, 'carrier'),
(5, 'consignee'),
(6, 'shipper'),
(7, 'customer'),
(8, 'shipper'),
(9, 'shipper'),
(10, 'carrier'),
(11, 'shipper'),
(12, 'shipper'),
(13, 'customer'),
(13, 'shipper'),
(14, 'customer'),
(15, 'customer'),
(15, 'shipper'),
(16, 'shipper'),
(16, 'consignee'),
(17, 'shipper'),
(17, 'consignee'),
(18, 'factoring_company'),
(19, 'factoring_company'),
(20, 'factoring_company'),
(21, 'factoring_company'),
(22, 'factoring_company'),
(23, 'factoring_company'),
(24, 'factoring_company'),
(25, 'factoring_company'),
(26, 'carrier'),
(27, 'customer'),
(27, 'shipper'),
(27, 'consignee'),
(28, 'carrier'),
(29, 'shipper'),
(29, 'consignee'),
(30, 'carrier');

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

--
-- Table structure for table `countries`
--

CREATE TABLE `countries` (
  `id` smallint(5) UNSIGNED NOT NULL,
  `iso2` char(2) NOT NULL,
  `iso3` char(3) NOT NULL,
  `name` varchar(100) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Dumping data for table `countries`
--

INSERT INTO `countries` (`id`, `iso2`, `iso3`, `name`) VALUES
(1, 'US', 'USA', 'United States'),
(2, 'CA', 'CAN', 'Canada');

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

--
-- Table structure for table `currencies`
--

CREATE TABLE `currencies` (
  `code` char(3) NOT NULL,
  `name` varchar(50) NOT NULL,
  `symbol` varchar(8) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Dumping data for table `currencies`
--

INSERT INTO `currencies` (`code`, `name`, `symbol`) VALUES
('CAD', 'Canadian Dollar', '$'),
('USD', 'US Dollar', '$');

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

--
-- Table structure for table `drivers`
--

CREATE TABLE `drivers` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `driver_code` varchar(30) DEFAULT NULL,
  `driver_type` enum('single','team') NOT NULL DEFAULT 'single',
  `full_name` varchar(140) NOT NULL,
  `email` varchar(190) DEFAULT NULL,
  `phone_primary` varchar(30) DEFAULT NULL,
  `phone_alt` varchar(30) DEFAULT NULL,
  `cell_phone` varchar(30) DEFAULT NULL,
  `pager` varchar(30) DEFAULT NULL,
  `line1` varchar(180) DEFAULT NULL,
  `country_id` smallint(5) UNSIGNED DEFAULT NULL,
  `state_province_id` int(10) UNSIGNED DEFAULT NULL,
  `city` varchar(100) DEFAULT NULL,
  `postal_code` varchar(20) DEFAULT NULL,
  `date_of_birth` date DEFAULT NULL,
  `date_of_hire` date DEFAULT NULL,
  `license_number` varchar(60) DEFAULT NULL,
  `license_expires_on` date DEFAULT NULL,
  `medical_last_on` date DEFAULT NULL,
  `hazmat_expires_on` date DEFAULT NULL,
  `passport_expires_on` date DEFAULT NULL,
  `medical_expires_on` date DEFAULT NULL,
  `drug_test_last_on` date DEFAULT NULL,
  `drug_test_next_on` date DEFAULT NULL,
  `fast_card_expires_on` date DEFAULT NULL,
  `termination_on` date DEFAULT NULL,
  `notes_internal` text DEFAULT NULL,
  `status` enum('active','inactive') NOT NULL DEFAULT 'active',
  `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 `drivers`
--

INSERT INTO `drivers` (`id`, `driver_code`, `driver_type`, `full_name`, `email`, `phone_primary`, `phone_alt`, `cell_phone`, `pager`, `line1`, `country_id`, `state_province_id`, `city`, `postal_code`, `date_of_birth`, `date_of_hire`, `license_number`, `license_expires_on`, `medical_last_on`, `hazmat_expires_on`, `passport_expires_on`, `medical_expires_on`, `drug_test_last_on`, `drug_test_next_on`, `fast_card_expires_on`, `termination_on`, `notes_internal`, `status`, `created_at`, `updated_at`) VALUES
(1, 'DRV-001', 'single', 'James Kowalski', 'james.kowalski@example.com', '(555) 123-4567', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active', '2026-05-20 00:34:53', '2026-05-20 00:34:53'),
(2, NULL, 'team', 'Possimus dolor in s', 'tetiburyk@mailinator.com', NULL, NULL, NULL, NULL, NULL, 2, NULL, NULL, NULL, '1977-01-03', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active', '2026-05-20 21:31:27', '2026-05-20 21:31:27'),
(3, 'Eum sunt nihil non', 'single', 'Explicabo Saepe cul', 'zitubuparo@mailinator.com', 'Minus minim non ad t', 'Quaerat sunt molest', NULL, 'Vel veritatis dolore', NULL, 1, NULL, 'Irure consequuntur c', 'Vel aut eaque dicta', '1990-11-24', NULL, 'Aut asperiores volup', '2025-12-16', NULL, '2006-08-23', '2015-02-08', '2004-09-05', '1997-12-23', '1984-02-28', '2001-04-28', '1994-04-13', 'Laboris aperiam maxi', 'active', '2026-05-20 22:42:17', '2026-05-20 22:42:17'),
(4, '12', 'single', 'Commodi optio esse', 'mekuporu@mailinator.com', 'Harum ut optio quid', '12354', '03115632652', 'Porro at odit adipis', 'Nesciunt est nesci', 2, 52, 'Ad harum voluptatem', 'Velit quas error nat', '2022-05-18', '1971-11-24', 'Quas sed quis sed mo', '1990-05-18', '2024-07-28', '1995-11-17', '1986-03-15', '1990-12-19', '1979-07-28', '2016-07-18', '1988-01-10', '1971-02-12', 'Nisi voluptate liber', 'active', '2026-05-21 00:41:15', '2026-05-21 00:41:15');

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

--
-- Table structure for table `driver_pay_profiles`
--

CREATE TABLE `driver_pay_profiles` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `driver_id` bigint(20) UNSIGNED NOT NULL,
  `pay_type` enum('per_mile','flat','hourly','other') NOT NULL DEFAULT 'per_mile',
  `currency_code` char(3) NOT NULL DEFAULT 'USD',
  `loaded_miles_rate` decimal(12,4) DEFAULT NULL,
  `empty_miles_rate` decimal(12,4) DEFAULT NULL,
  `picks_per_rate` decimal(12,4) DEFAULT NULL,
  `picks_start_after` smallint(5) UNSIGNED DEFAULT NULL,
  `drops_per_rate` decimal(12,4) DEFAULT NULL,
  `drops_start_after` smallint(5) UNSIGNED DEFAULT NULL,
  `wait_hourly_rate` decimal(12,4) DEFAULT NULL,
  `pay_summary_on_confirmation` tinyint(1) NOT NULL DEFAULT 0,
  `standard_other_pay` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL CHECK (json_valid(`standard_other_pay`)),
  `standard_deductions` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL CHECK (json_valid(`standard_deductions`)),
  `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 `driver_pay_profiles`
--

INSERT INTO `driver_pay_profiles` (`id`, `driver_id`, `pay_type`, `currency_code`, `loaded_miles_rate`, `empty_miles_rate`, `picks_per_rate`, `picks_start_after`, `drops_per_rate`, `drops_start_after`, `wait_hourly_rate`, `pay_summary_on_confirmation`, `standard_other_pay`, `standard_deductions`, `created_at`, `updated_at`) VALUES
(1, 4, 'hourly', 'CAD', 11.0000, 81.0000, 1.0000, 71, 83.0000, 56, 100.0000, 1, '[{\"description\":\"Enim porro quidem ra\",\"amount\":30},{\"description\":\"Recusandae Et eveni\",\"amount\":38},{\"description\":\"Ducimus quis ab est\",\"amount\":25}]', '[{\"description\":\"Reiciendis molestias\",\"amount\":96},{\"description\":\"Ipsum temporibus au\",\"amount\":100},{\"description\":\"Ex quibusdam eiusmod\",\"amount\":19}]', '2026-05-21 00:41:16', '2026-05-21 00:41:16');

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

--
-- Table structure for table `driver_recurring_pay_items`
--

CREATE TABLE `driver_recurring_pay_items` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `driver_id` bigint(20) UNSIGNED NOT NULL,
  `item_type` enum('pay','deduction') NOT NULL,
  `description` varchar(150) NOT NULL,
  `amount` decimal(12,2) NOT NULL,
  `is_active` tinyint(1) NOT NULL DEFAULT 1,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Dumping data for table `driver_recurring_pay_items`
--

INSERT INTO `driver_recurring_pay_items` (`id`, `driver_id`, `item_type`, `description`, `amount`, `is_active`, `created_at`, `updated_at`) VALUES
(1, 4, 'pay', 'dd', 12.00, 1, '2026-05-21 00:41:16', '2026-05-21 00:41:16'),
(2, 4, 'pay', 'd', 32.00, 1, '2026-05-21 00:41:16', '2026-05-21 00:41:16'),
(3, 4, 'deduction', 'dd', 12.00, 1, '2026-05-21 00:41:16', '2026-05-21 00:41:16');

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

--
-- Table structure for table `equipment_types`
--

CREATE TABLE `equipment_types` (
  `id` smallint(5) UNSIGNED NOT NULL,
  `code` varchar(30) NOT NULL,
  `name` varchar(100) NOT NULL,
  `is_active` tinyint(1) NOT NULL DEFAULT 1
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Dumping data for table `equipment_types`
--

INSERT INTO `equipment_types` (`id`, `code`, `name`, `is_active`) VALUES
(1, 'van', 'Van', 1),
(2, 'reefer', 'Reefer', 1),
(3, 'flatbed', 'Flatbed', 1),
(4, 'step_deck', 'Step Deck', 1),
(5, 'dry_van', 'Dry Van', 1);

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

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

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

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

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

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

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

--
-- Table structure for table `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` mediumtext 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 `loads`
--

CREATE TABLE `loads` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `load_number` varchar(30) NOT NULL,
  `customer_company_id` bigint(20) UNSIGNED NOT NULL,
  `bill_to_company_id` bigint(20) UNSIGNED DEFAULT NULL,
  `dispatcher_user_id` bigint(20) UNSIGNED NOT NULL,
  `sales_rep1_user_id` bigint(20) UNSIGNED DEFAULT NULL,
  `sales_rep2_user_id` bigint(20) UNSIGNED DEFAULT NULL,
  `load_mode_id` tinyint(3) UNSIGNED NOT NULL,
  `load_status_id` tinyint(3) UNSIGNED NOT NULL,
  `equipment_type_id` smallint(5) UNSIGNED DEFAULT NULL,
  `rate` decimal(14,2) DEFAULT NULL,
  `rate_percent` decimal(7,4) DEFAULT NULL,
  `pd_amount` decimal(14,2) DEFAULT NULL,
  `fsc_enabled` tinyint(1) NOT NULL DEFAULT 0,
  `fsc_rate_percent` decimal(7,4) DEFAULT NULL,
  `other_charges` decimal(14,2) DEFAULT NULL,
  `carrier_fee` decimal(14,2) DEFAULT NULL,
  `currency_code` char(3) NOT NULL DEFAULT 'USD',
  `wo_reference` varchar(80) DEFAULT NULL,
  `is_open_load` tinyint(1) NOT NULL DEFAULT 1,
  `show_time` tinyint(1) NOT NULL DEFAULT 1,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Dumping data for table `loads`
--

INSERT INTO `loads` (`id`, `load_number`, `customer_company_id`, `bill_to_company_id`, `dispatcher_user_id`, `sales_rep1_user_id`, `sales_rep2_user_id`, `load_mode_id`, `load_status_id`, `equipment_type_id`, `rate`, `rate_percent`, `pd_amount`, `fsc_enabled`, `fsc_rate_percent`, `other_charges`, `carrier_fee`, `currency_code`, `wo_reference`, `is_open_load`, `show_time`, `created_at`, `updated_at`) VALUES
(1, 'LD-2847', 1, 1, 1, NULL, NULL, 1, 5, NULL, 90.00, NULL, 29.00, 0, 92.0000, 53.00, 90.00, 'CAD', 'Anim sapiente dolore', 1, 1, '2026-05-20 00:34:53', '2026-05-21 19:28:07'),
(2, 'Magni dolores optio', 7, 7, 11, 11, NULL, 3, 2, NULL, 15.00, NULL, 1.00, 0, 50.0000, 100.00, 2.00, 'USD', 'Quam ratione quos et', 1, 1, '2026-05-20 21:33:28', '2026-05-20 21:33:28'),
(3, 'LD-2848', 2, 2, 4, 4, NULL, 3, 1, 3, 74.00, NULL, 9.00, 0, 43.0000, 87.00, 5.00, 'CAD', 'Pariatur Ea volupta', 1, 0, '2026-05-20 21:56:54', '2026-05-20 21:56:54'),
(4, 'LD-2849', 7, 1, 1, NULL, NULL, 1, 2, NULL, 16.00, NULL, 47.00, 1, 14.0000, 78.00, 50.00, 'USD', 'Maiores exercitation', 1, 0, '2026-05-21 19:22:10', '2026-05-21 19:22:10');

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

--
-- Table structure for table `load_additional_customers`
--

CREATE TABLE `load_additional_customers` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `load_id` bigint(20) UNSIGNED NOT NULL,
  `sequence_no` tinyint(3) UNSIGNED NOT NULL,
  `customer_company_id` bigint(20) UNSIGNED NOT NULL,
  `bill_to_company_id` bigint(20) UNSIGNED DEFAULT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

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

--
-- Table structure for table `load_assignments`
--

CREATE TABLE `load_assignments` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `load_id` bigint(20) UNSIGNED NOT NULL,
  `assignment_type` enum('carrier','driver') NOT NULL,
  `carrier_company_id` bigint(20) UNSIGNED DEFAULT NULL,
  `driver_id` bigint(20) UNSIGNED DEFAULT NULL,
  `truck_id` bigint(20) UNSIGNED DEFAULT NULL,
  `trailer_id` bigint(20) UNSIGNED DEFAULT NULL,
  `equipment_type_id` smallint(5) UNSIGNED DEFAULT NULL,
  `flat_rate` decimal(14,2) DEFAULT NULL,
  `pro_miles` decimal(10,2) DEFAULT NULL,
  `driver_miles` decimal(10,2) DEFAULT NULL,
  `hourly_rate` decimal(12,2) DEFAULT NULL,
  `currency_code` char(3) NOT NULL DEFAULT 'USD',
  `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 `load_assignments`
--

INSERT INTO `load_assignments` (`id`, `load_id`, `assignment_type`, `carrier_company_id`, `driver_id`, `truck_id`, `trailer_id`, `equipment_type_id`, `flat_rate`, `pro_miles`, `driver_miles`, `hourly_rate`, `currency_code`, `created_at`, `updated_at`) VALUES
(3, 2, 'driver', NULL, 1, 1, 1, 4, 39.00, 23.00, 36.00, 14.00, 'USD', '2026-05-20 21:33:28', '2026-05-20 21:33:28'),
(4, 3, 'carrier', 10, NULL, NULL, NULL, 3, NULL, 35.00, 35.00, 67.00, 'CAD', '2026-05-20 21:56:54', '2026-05-20 21:56:54'),
(5, 4, 'driver', NULL, NULL, NULL, NULL, NULL, 29.00, 26.00, 23.00, 39.00, 'USD', '2026-05-21 19:22:10', '2026-05-21 19:22:10'),
(6, 1, 'driver', NULL, 1, NULL, NULL, NULL, 97.00, 87.00, 71.00, 49.00, 'CAD', '2026-05-21 19:28:07', '2026-05-21 19:28:07');

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

--
-- Table structure for table `load_customs_entries`
--

CREATE TABLE `load_customs_entries` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `load_id` bigint(20) UNSIGNED NOT NULL,
  `customs_broker_company_id` bigint(20) UNSIGNED NOT NULL,
  `border_crossing` varchar(120) DEFAULT NULL,
  `phone` varchar(30) DEFAULT NULL,
  `extension` varchar(12) DEFAULT NULL,
  `toll_free` varchar(30) DEFAULT NULL,
  `fax` varchar(30) DEFAULT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Dumping data for table `load_customs_entries`
--

INSERT INTO `load_customs_entries` (`id`, `load_id`, `customs_broker_company_id`, `border_crossing`, `phone`, `extension`, `toll_free`, `fax`, `created_at`, `updated_at`) VALUES
(1, 2, 3, NULL, NULL, NULL, NULL, NULL, '2026-05-20 21:33:28', '2026-05-20 21:33:28'),
(2, 3, 3, NULL, NULL, NULL, NULL, NULL, '2026-05-20 21:56:54', '2026-05-20 21:56:54');

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

--
-- Table structure for table `load_modes`
--

CREATE TABLE `load_modes` (
  `id` tinyint(3) UNSIGNED NOT NULL,
  `code` varchar(30) NOT NULL,
  `name` varchar(50) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Dumping data for table `load_modes`
--

INSERT INTO `load_modes` (`id`, `code`, `name`) VALUES
(1, 'line_haul', 'Line Haul'),
(2, 'drayage', 'Drayage'),
(3, 'intermodal', 'Intermodal');

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

--
-- Table structure for table `load_statuses`
--

CREATE TABLE `load_statuses` (
  `id` tinyint(3) UNSIGNED NOT NULL,
  `code` varchar(30) NOT NULL,
  `name` varchar(50) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Dumping data for table `load_statuses`
--

INSERT INTO `load_statuses` (`id`, `code`, `name`) VALUES
(1, 'pending', 'Pending'),
(2, 'open', 'Open'),
(3, 'refused', 'Refused'),
(4, 'covered', 'Covered'),
(5, 'dispatched', 'Dispatched'),
(6, 'on_route', 'On Route'),
(7, 'unloading', '(Un)Loading'),
(8, 'in_yard', 'In Yard'),
(9, 'delivered', 'Delivered');

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

--
-- Table structure for table `load_stops`
--

CREATE TABLE `load_stops` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `load_id` bigint(20) UNSIGNED NOT NULL,
  `stop_type` enum('shipper','consignee') NOT NULL,
  `sequence_no` tinyint(3) UNSIGNED NOT NULL,
  `company_id` bigint(20) UNSIGNED DEFAULT NULL,
  `location_name` varchar(160) DEFAULT NULL,
  `location_address` varchar(220) DEFAULT NULL,
  `city` varchar(100) DEFAULT NULL,
  `state_province_id` int(10) UNSIGNED DEFAULT NULL,
  `country_id` smallint(5) UNSIGNED DEFAULT NULL,
  `postal_code` varchar(20) DEFAULT NULL,
  `scheduled_at` datetime DEFAULT NULL,
  `description` varchar(255) DEFAULT NULL,
  `commodity_type` varchar(100) DEFAULT NULL,
  `quantity` decimal(12,3) DEFAULT NULL,
  `weight_lbs` decimal(12,3) DEFAULT NULL,
  `cargo_value` decimal(14,2) DEFAULT NULL,
  `po_numbers` varchar(255) DEFAULT NULL,
  `primary_notes` text DEFAULT NULL,
  `internal_notes` text DEFAULT NULL,
  `appointments_required` tinyint(1) NOT NULL DEFAULT 0,
  `show_time` tinyint(1) NOT NULL DEFAULT 1,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Dumping data for table `load_stops`
--

INSERT INTO `load_stops` (`id`, `load_id`, `stop_type`, `sequence_no`, `company_id`, `location_name`, `location_address`, `city`, `state_province_id`, `country_id`, `postal_code`, `scheduled_at`, `description`, `commodity_type`, `quantity`, `weight_lbs`, `cargo_value`, `po_numbers`, `primary_notes`, `internal_notes`, `appointments_required`, `show_time`, `created_at`, `updated_at`) VALUES
(5, 2, 'shipper', 1, 8, NULL, NULL, 'Ut sit quaerat aute', NULL, NULL, NULL, '2026-10-01 00:00:00', 'Quos reprehenderit p', 'Et sit aperiam ipsu', 86.000, 61.000, 6.00, 'Exercitationem proid', 'Asperiores sit volup', NULL, 0, 1, '2026-05-20 21:33:28', '2026-05-20 21:33:28'),
(6, 2, 'consignee', 1, 9, NULL, 'Laboriosam natus qu', 'Quis et dolor et vel', NULL, NULL, NULL, '2020-04-02 00:00:00', 'Amet blanditiis ali', NULL, NULL, NULL, NULL, 'Harum ipsa rerum ea', 'Quidem ex eiusmod do', NULL, 0, 1, '2026-05-20 21:33:28', '2026-05-20 21:33:28'),
(7, 3, 'shipper', 1, 2, NULL, 'Consectetur veniam', 'Et porro quisquam an', NULL, NULL, NULL, '1991-11-23 00:00:00', 'In ut quia voluptas', 'Eu doloribus sit neq', 52.000, 22.000, 92.00, 'Perferendis commodo', 'Aut voluptatem natus', NULL, 0, 0, '2026-05-20 21:56:54', '2026-05-20 21:56:54'),
(8, 3, 'consignee', 1, 5, NULL, 'Autem aut non itaque', 'Saepe tenetur velit', NULL, NULL, NULL, '1984-03-02 00:00:00', 'Iste perferendis fug', NULL, NULL, NULL, NULL, 'Sequi sint distincti', 'Non eu reiciendis co', NULL, 0, 1, '2026-05-20 21:56:54', '2026-05-20 21:56:54'),
(9, 4, 'shipper', 1, NULL, 'Toronto Port', 'Hammad', 'ISB', NULL, NULL, NULL, '1975-02-09 00:00:00', 'Aut non magna enim v', 'Veniam dolores cons', 58.000, 21.000, 63.00, 'Voluptatibus dolore', 'Voluptas excepturi f', NULL, 0, 0, '2026-05-21 19:22:10', '2026-05-21 19:22:10'),
(10, 4, 'consignee', 1, NULL, NULL, 'Ex expedita odit nes', 'Tenetur distinctio', NULL, NULL, NULL, '2003-10-10 00:00:00', 'Qui recusandae Vel', 'Omnis est qui optio', 69.000, 62.000, 43.00, 'Saepe ut illum fugi', 'Assumenda voluptatib', NULL, 0, 1, '2026-05-21 19:22:10', '2026-05-21 19:22:10'),
(11, 1, 'shipper', 1, 2, 'PHPUnit Customer', '100 Test Ave', 'Toronto', NULL, NULL, NULL, '1987-03-23 00:00:00', 'In voluptatum volupt', 'Optio consectetur q', 74.000, 6.000, 29.00, 'Sed facilis quis exe', 'Velit temporibus nih', NULL, 0, 1, '2026-05-21 19:28:07', '2026-05-21 19:28:07'),
(12, 1, 'consignee', 1, 3, 'EXTREME ABRASIVES', 'Rerum enim et sit al', 'Minim quasi qui dolo', NULL, NULL, NULL, '2003-04-16 00:00:00', 'Doloribus aliquid so', 'Molestiae voluptate', 30.000, 18.000, 67.00, 'Enim pariatur Provi', 'Debitis sed tempor a', NULL, 0, 1, '2026-05-21 19:28:07', '2026-05-21 19:28:07');

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

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

CREATE TABLE `migrations` (
  `id` int(10) UNSIGNED 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_17_193024_create_permission_tables', 2),
(5, '2026_04_20_183653_create_dispatch_domain_tables', 3),
(6, '2026_04_22_175419_add_two_factor_fields_to_users_table', 4),
(7, '2026_04_22_193211_add_theme_to_users_table', 5),
(8, '2026_04_22_194321_add_two_factor_confirmed_to_users_table', 6),
(9, '2026_04_23_183017_create_activity_logs_table', 7),
(10, '2026_04_23_184309_add_deleted_at_to_users_roles_permissions', 8),
(11, '2026_04_27_202500_add_is_delete_to_users_roles_permissions', 9),
(12, '2026_05_19_100000_create_dispatch_lookup_tables', 10),
(13, '2026_05_19_100001_create_companies_tables', 10),
(14, '2026_05_19_100002_create_fleet_tables', 10),
(15, '2026_05_19_100003_create_loads_tables', 10),
(16, '2026_05_20_194929_add_shipper_location_fields_to_companies_tables', 11),
(17, '2026_05_20_201112_create_company_carrier_profiles_table', 12),
(18, '2026_05_20_203535_add_driver_detail_fields_to_fleet_tables', 13),
(19, '2026_05_20_204748_create_load_additional_customers_table', 14),
(20, '2026_05_20_205517_update_dispatch_foreign_keys_for_safe_delete', 15);

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

--
-- Table structure for table `model_has_permissions`
--

CREATE TABLE `model_has_permissions` (
  `permission_id` bigint(20) UNSIGNED NOT NULL,
  `model_type` varchar(255) NOT NULL,
  `model_id` bigint(20) UNSIGNED NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

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

--
-- Table structure for table `model_has_roles`
--

CREATE TABLE `model_has_roles` (
  `role_id` bigint(20) UNSIGNED NOT NULL,
  `model_type` varchar(255) NOT NULL,
  `model_id` bigint(20) UNSIGNED NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Dumping data for table `model_has_roles`
--

INSERT INTO `model_has_roles` (`role_id`, `model_type`, `model_id`) VALUES
(1, 'App\\Models\\User', 1),
(1, 'App\\Models\\User', 8),
(2, 'App\\Models\\User', 2),
(2, 'App\\Models\\User', 3),
(2, 'App\\Models\\User', 4),
(2, 'App\\Models\\User', 9),
(2, 'App\\Models\\User', 10),
(2, 'App\\Models\\User', 11),
(5, 'App\\Models\\User', 7);

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

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

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

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

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

CREATE TABLE `permissions` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `name` varchar(255) NOT NULL,
  `guard_name` varchar(255) NOT NULL,
  `is_delete` tinyint(1) NOT NULL DEFAULT 0,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL,
  `deleted_at` timestamp NULL DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Dumping data for table `permissions`
--

INSERT INTO `permissions` (`id`, `name`, `guard_name`, `is_delete`, `created_at`, `updated_at`, `deleted_at`) VALUES
(1, 'role-list', 'web', 0, '2026-04-17 23:55:06', '2026-04-17 23:55:06', NULL),
(2, 'role-create', 'web', 0, '2026-04-17 23:55:06', '2026-04-17 23:55:06', NULL),
(3, 'role-edit', 'web', 0, '2026-04-17 23:55:06', '2026-04-17 23:55:06', NULL),
(4, 'role-delete', 'web', 0, '2026-04-17 23:55:06', '2026-04-17 23:55:06', NULL),
(9, '2fa.setup', 'web', 0, '2026-04-22 23:33:47', '2026-04-22 23:33:47', NULL),
(10, '2fa.enable', 'web', 0, '2026-04-22 23:34:01', '2026-04-22 23:34:01', NULL),
(11, '2fa.disable', 'web', 0, '2026-04-22 23:34:12', '2026-04-22 23:34:12', NULL),
(12, '2fa.toggle', 'web', 0, '2026-04-22 23:34:24', '2026-04-22 23:34:24', NULL),
(13, 'roles.destroy', 'web', 0, '2026-04-23 23:14:26', '2026-04-23 23:14:26', NULL),
(14, 'user list access', 'web', 1, '2026-04-25 01:17:15', '2026-04-28 00:29:10', NULL);

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

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

CREATE TABLE `roles` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `name` varchar(255) NOT NULL,
  `guard_name` varchar(255) NOT NULL,
  `is_delete` tinyint(1) NOT NULL DEFAULT 0,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL,
  `deleted_at` timestamp NULL DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Dumping data for table `roles`
--

INSERT INTO `roles` (`id`, `name`, `guard_name`, `is_delete`, `created_at`, `updated_at`, `deleted_at`) VALUES
(1, 'Admin', 'web', 0, '2026-04-17 23:55:44', '2026-04-17 23:55:44', NULL),
(2, 'super admin', 'web', 0, '2026-04-22 00:26:30', '2026-04-22 00:26:30', NULL),
(3, 'user', 'web', 0, '2026-04-22 00:44:43', '2026-04-22 00:44:43', NULL),
(4, 'guest user', 'web', 0, '2026-04-22 00:45:04', '2026-04-27 23:57:15', '2026-04-27 23:57:15'),
(5, 'Dispatch User', 'web', 0, '2026-04-22 00:46:34', '2026-04-22 00:46:34', NULL),
(7, 'ABC', 'web', 0, '2026-04-24 22:57:15', '2026-04-24 22:57:15', NULL);

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

--
-- Table structure for table `role_has_permissions`
--

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

--
-- Dumping data for table `role_has_permissions`
--

INSERT INTO `role_has_permissions` (`permission_id`, `role_id`) VALUES
(1, 1),
(1, 2),
(1, 3),
(1, 4),
(1, 5),
(1, 7),
(2, 1),
(2, 2),
(3, 1),
(3, 2),
(4, 1),
(4, 2),
(9, 2),
(9, 7),
(10, 2),
(11, 2),
(12, 2),
(13, 2);

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

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

CREATE TABLE `sessions` (
  `id` varchar(255) NOT NULL,
  `user_id` bigint(20) UNSIGNED DEFAULT NULL,
  `ip_address` varchar(45) DEFAULT NULL,
  `user_agent` text 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
('1wZC5CrVPi5sdxSGp78EQqNinj0BesxFeidTuUjy', 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', 'YTozOntzOjY6Il90b2tlbiI7czo0MDoiM3VialZ4NUpmdVJHVHNkZ2F2MjJHQ0Zma09xSWkxM3pqQTQwN1VwdCI7czo5OiJfcHJldmlvdXMiO2E6Mjp7czozOiJ1cmwiO3M6Mjc6Imh0dHA6Ly9sb2NhbGhvc3Q6ODAwMC9sb2dpbiI7czo1OiJyb3V0ZSI7czo1OiJsb2dpbiI7fXM6NjoiX2ZsYXNoIjthOjI6e3M6Mzoib2xkIjthOjA6e31zOjM6Im5ldyI7YTowOnt9fX0=', 1779473978),
('9u8up0O5Gu5q9S6nETAjRjrun4hsiPONSKml3UQU', 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', 'YToyOntzOjY6Il90b2tlbiI7czo0MDoiNHdEWnBwUVZmTW9WYkFvYmNBMWlqTml0dDFrVHNaWGVRREtaV0luWSI7czo2OiJfZmxhc2giO2E6Mjp7czozOiJvbGQiO2E6MDp7fXM6MzoibmV3IjthOjA6e319fQ==', 1779396748),
('gJ8s13pINng79uLfhwow2zl3hHFIKli49krp0mr4', 1, '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', 'YTo2OntzOjY6Il90b2tlbiI7czo0MDoid1FqYkZ0OWVHRjczTFc2UkI1TGtFdTJ5WjFBSlZuUkpkSzhJQTJ2NSI7czozOiJ1cmwiO2E6MDp7fXM6OToiX3ByZXZpb3VzIjthOjI6e3M6MzoidXJsIjtzOjM2OiJodHRwOi8vbG9jYWxob3N0OjgwMDAvdWkvYWN0aXZlLWxvYWQiO3M6NToicm91dGUiO3M6MTQ6InVpLmFjdGl2ZS1sb2FkIjt9czo2OiJfZmxhc2giO2E6Mjp7czozOiJvbGQiO2E6MDp7fXM6MzoibmV3IjthOjA6e319czo1MDoibG9naW5fd2ViXzU5YmEzNmFkZGMyYjJmOTQwMTU4MGYwMTRjN2Y1OGVhNGUzMDk4OWQiO2k6MTtzOjQ6ImF1dGgiO2E6MTp7czoyMToicGFzc3dvcmRfY29uZmlybWVkX2F0IjtpOjE3NzkzNzQ4NzU7fX0=', 1779389323),
('KJELgCy3qYiy21aNAki2SAhNdY8prZRmoq3YAeBO', 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', 'YTozOntzOjY6Il90b2tlbiI7czo0MDoiV0xOZDc3dkVqOGMySG5JOEJ0MmZETGk0WUk3dGthNGZqMUdGakNBYiI7czo5OiJfcHJldmlvdXMiO2E6Mjp7czozOiJ1cmwiO3M6Mjc6Imh0dHA6Ly8xMjcuMC4wLjE6ODAwMC9sb2dpbiI7czo1OiJyb3V0ZSI7czo1OiJsb2dpbiI7fXM6NjoiX2ZsYXNoIjthOjI6e3M6Mzoib2xkIjthOjA6e31zOjM6Im5ldyI7YTowOnt9fX0=', 1779393063),
('weTQaeaRzgrKIGimrWTnSn8J5m1AarA52pbKE2ou', 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', 'YTo0OntzOjY6Il90b2tlbiI7czo0MDoicGk0NzROaENPWXNmUjkxUlZyYmJmR1JFRGJ1aGNkSHFGVHg4UkJyQSI7czozOiJ1cmwiO2E6MTp7czo4OiJpbnRlbmRlZCI7czozNjoiaHR0cDovL2xvY2FsaG9zdDo4MDAwL3VpL2FjdGl2ZS1sb2FkIjt9czo5OiJfcHJldmlvdXMiO2E6Mjp7czozOiJ1cmwiO3M6Mjc6Imh0dHA6Ly9sb2NhbGhvc3Q6ODAwMC9sb2dpbiI7czo1OiJyb3V0ZSI7czo1OiJsb2dpbiI7fXM6NjoiX2ZsYXNoIjthOjI6e3M6Mzoib2xkIjthOjA6e31zOjM6Im5ldyI7YTowOnt9fX0=', 1779455359),
('ZqMhBfE29RuUtdKhPJ27yDfhno5YUqira81S5rVL', 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', 'YTozOntzOjY6Il90b2tlbiI7czo0MDoiU09zc2ttY2ZUYWJoS2REZmsyemVGdHhPV3BEQlZ6TFRYODNQeThzZSI7czo5OiJfcHJldmlvdXMiO2E6Mjp7czozOiJ1cmwiO3M6Mjc6Imh0dHA6Ly8xMjcuMC4wLjE6ODAwMC9sb2dpbiI7czo1OiJyb3V0ZSI7czo1OiJsb2dpbiI7fXM6NjoiX2ZsYXNoIjthOjI6e3M6Mzoib2xkIjthOjA6e31zOjM6Im5ldyI7YTowOnt9fX0=', 1779466693);

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

--
-- Table structure for table `states_provinces`
--

CREATE TABLE `states_provinces` (
  `id` int(10) UNSIGNED NOT NULL,
  `country_id` smallint(5) UNSIGNED NOT NULL,
  `code` varchar(10) NOT NULL,
  `name` varchar(100) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Dumping data for table `states_provinces`
--

INSERT INTO `states_provinces` (`id`, `country_id`, `code`, `name`) VALUES
(1, 1, 'AL', 'Alabama'),
(2, 1, 'AK', 'Alaska'),
(3, 1, 'AZ', 'Arizona'),
(4, 1, 'AR', 'Arkansas'),
(5, 1, 'CA', 'California'),
(6, 1, 'CO', 'Colorado'),
(7, 1, 'CT', 'Connecticut'),
(8, 1, 'DE', 'Delaware'),
(9, 1, 'FL', 'Florida'),
(10, 1, 'GA', 'Georgia'),
(11, 1, 'IL', 'Illinois'),
(12, 1, 'IN', 'Indiana'),
(13, 1, 'IA', 'Iowa'),
(14, 1, 'KS', 'Kansas'),
(15, 1, 'KY', 'Kentucky'),
(16, 1, 'LA', 'Louisiana'),
(17, 1, 'ME', 'Maine'),
(18, 1, 'MD', 'Maryland'),
(19, 1, 'MA', 'Massachusetts'),
(20, 1, 'MI', 'Michigan'),
(21, 1, 'MN', 'Minnesota'),
(22, 1, 'MS', 'Mississippi'),
(23, 1, 'MO', 'Missouri'),
(24, 1, 'MT', 'Montana'),
(25, 1, 'NE', 'Nebraska'),
(26, 1, 'NV', 'Nevada'),
(27, 1, 'NH', 'New Hampshire'),
(28, 1, 'NJ', 'New Jersey'),
(29, 1, 'NM', 'New Mexico'),
(30, 1, 'NY', 'New York'),
(31, 1, 'NC', 'North Carolina'),
(32, 1, 'ND', 'North Dakota'),
(33, 1, 'OH', 'Ohio'),
(34, 1, 'OK', 'Oklahoma'),
(35, 1, 'OR', 'Oregon'),
(36, 1, 'PA', 'Pennsylvania'),
(37, 1, 'RI', 'Rhode Island'),
(38, 1, 'SC', 'South Carolina'),
(39, 1, 'SD', 'South Dakota'),
(40, 1, 'TN', 'Tennessee'),
(41, 1, 'TX', 'Texas'),
(42, 1, 'UT', 'Utah'),
(43, 1, 'VT', 'Vermont'),
(44, 1, 'VA', 'Virginia'),
(45, 1, 'WA', 'Washington'),
(46, 1, 'WV', 'West Virginia'),
(47, 1, 'WI', 'Wisconsin'),
(48, 1, 'WY', 'Wyoming'),
(49, 2, 'AB', 'Alberta'),
(50, 2, 'BC', 'British Columbia'),
(51, 2, 'MB', 'Manitoba'),
(52, 2, 'NB', 'New Brunswick'),
(53, 2, 'NL', 'Newfoundland and Labrador'),
(54, 2, 'NS', 'Nova Scotia'),
(55, 2, 'ON', 'Ontario'),
(56, 2, 'PE', 'Prince Edward Island'),
(57, 2, 'QC', 'Quebec'),
(58, 2, 'SK', 'Saskatchewan');

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

--
-- Table structure for table `trailers`
--

CREATE TABLE `trailers` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `trailer_number` varchar(30) NOT NULL,
  `trailer_type_id` smallint(5) UNSIGNED DEFAULT NULL,
  `license_plate` varchar(30) DEFAULT NULL,
  `plate_expires_on` date DEFAULT NULL,
  `inspection_expires_on` date DEFAULT NULL,
  `model` varchar(80) DEFAULT NULL,
  `model_year` smallint(5) UNSIGNED DEFAULT NULL,
  `axles` tinyint(3) UNSIGNED DEFAULT NULL,
  `registered_state_id` int(10) UNSIGNED DEFAULT NULL,
  `vin` varchar(60) DEFAULT NULL,
  `dot_expires_on` date DEFAULT NULL,
  `activated_on` date DEFAULT NULL,
  `notes_internal` text DEFAULT NULL,
  `status` enum('active','inactive') NOT NULL DEFAULT 'active',
  `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 `trailers`
--

INSERT INTO `trailers` (`id`, `trailer_number`, `trailer_type_id`, `license_plate`, `plate_expires_on`, `inspection_expires_on`, `model`, `model_year`, `axles`, `registered_state_id`, `vin`, `dot_expires_on`, `activated_on`, `notes_internal`, `status`, `created_at`, `updated_at`) VALUES
(1, 'TRL-9001', 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active', '2026-05-20 00:34:53', '2026-05-20 00:34:53'),
(2, 'Similique voluptatum', 2, 'Impedit fugit eu s', '2004-08-22', '1970-07-16', '1985', 2021, 12, 15, '123', '2026-05-19', '2026-05-20', 'Delectus quia labor', 'inactive', '2026-05-21 00:29:21', '2026-05-21 00:29:21');

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

--
-- Table structure for table `trucks`
--

CREATE TABLE `trucks` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `truck_number` varchar(30) NOT NULL,
  `truck_type` varchar(80) DEFAULT NULL,
  `license_plate` varchar(30) DEFAULT NULL,
  `plate_expires_on` date DEFAULT NULL,
  `inspection_expires_on` date DEFAULT NULL,
  `mileage` int(10) UNSIGNED DEFAULT NULL,
  `model_year` smallint(5) UNSIGNED DEFAULT NULL,
  `axles` tinyint(3) UNSIGNED DEFAULT NULL,
  `fuel_type` varchar(40) DEFAULT NULL,
  `include_for_ifta` tinyint(1) NOT NULL DEFAULT 0,
  `registered_state_id` int(10) UNSIGNED DEFAULT NULL,
  `insurance_policy_number` varchar(60) DEFAULT NULL,
  `empty_gross_weight_lbs` int(10) UNSIGNED DEFAULT NULL,
  `vin` varchar(60) DEFAULT NULL,
  `dot_expires_on` date DEFAULT NULL,
  `ifta_start_on` date DEFAULT NULL,
  `deactivated_on` date DEFAULT NULL,
  `ownership` enum('company','owner_operator','other') NOT NULL DEFAULT 'company',
  `notes_internal` text DEFAULT NULL,
  `status` enum('active','inactive') NOT NULL DEFAULT 'active',
  `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 `trucks`
--

INSERT INTO `trucks` (`id`, `truck_number`, `truck_type`, `license_plate`, `plate_expires_on`, `inspection_expires_on`, `mileage`, `model_year`, `axles`, `fuel_type`, `include_for_ifta`, `registered_state_id`, `insurance_policy_number`, `empty_gross_weight_lbs`, `vin`, `dot_expires_on`, `ifta_start_on`, `deactivated_on`, `ownership`, `notes_internal`, `status`, `created_at`, `updated_at`) VALUES
(1, 'TRK-44I', 'Tractor', NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'company', NULL, 'active', '2026-05-20 00:34:53', '2026-05-20 00:34:53'),
(2, 'A odit ut ut nihil u', 'Temporibus nemo ut q', NULL, '1973-05-08', '1996-10-27', 17, 2004, 20, NULL, 1, NULL, NULL, NULL, NULL, '1987-09-09', '1972-08-11', '1970-10-09', 'company', 'Rerum deserunt rerum', 'inactive', '2026-05-20 21:52:14', '2026-05-20 21:52:14'),
(3, 'Labore perspiciatis', 'Assumenda nostrud au', NULL, '1973-11-09', '2019-10-19', 69, 2004, 20, 'gasoline', 1, 14, 'Laudantium quam tem', 74, 'Sint libero dolores', '2019-06-15', '1975-10-17', '1995-06-14', 'company', 'Doloribus iusto est', 'inactive', '2026-05-20 22:44:23', '2026-05-20 22:44:23'),
(4, '2541', 'Sunt excepturi sequi', 'Nihil qui nostrud et', '2012-06-02', '1972-10-22', 43, 1990, 12, 'gasoline', 0, 37, 'Duis nemo vero est', 79, 'In quis suscipit sed', '2024-08-26', '1984-06-07', '2025-01-20', 'company', 'Dolorum veniam ut d', 'inactive', '2026-05-21 00:28:40', '2026-05-21 00:28:40'),
(5, 'Rerum culpa vel illo', 'Delectus nulla magn', 'Eu deserunt quia ips', '1998-01-02', '1988-09-25', 28, 1995, 15, 'diesel', 0, 10, 'Est culpa illo vita', 42, 'Necessitatibus quam', '1992-01-03', '1997-05-13', '1989-10-14', 'company', 'Est minus dolor temp', 'active', '2026-05-21 19:26:00', '2026-05-21 19:26:00');

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

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

CREATE TABLE `users` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `name` varchar(255) NOT NULL,
  `email` varchar(255) NOT NULL,
  `theme` varchar(255) NOT NULL DEFAULT 'dark',
  `email_verified_at` timestamp NULL DEFAULT NULL,
  `password` varchar(255) NOT NULL,
  `remember_token` varchar(100) DEFAULT NULL,
  `google2fa_secret` text DEFAULT NULL,
  `two_factor_enabled` tinyint(1) NOT NULL DEFAULT 0,
  `two_factor_confirmed` tinyint(1) NOT NULL DEFAULT 0,
  `is_delete` tinyint(1) NOT NULL DEFAULT 0,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL,
  `deleted_at` timestamp NULL DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

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

INSERT INTO `users` (`id`, `name`, `email`, `theme`, `email_verified_at`, `password`, `remember_token`, `google2fa_secret`, `two_factor_enabled`, `two_factor_confirmed`, `is_delete`, `created_at`, `updated_at`, `deleted_at`) VALUES
(1, 'Hammad Naseer', 'admin@gmail.com', 'light', NULL, '$2y$12$k6Qt9f2qoiVrHkla8UFi1eS1Jqo0d13lJKQprltVW88WeUzjEQ1Vm', NULL, NULL, 0, 0, 0, '2026-04-17 23:55:44', '2026-05-21 22:48:43', NULL),
(2, 'usman mirza', 'usman@gmail.com', 'dark', NULL, '$2y$12$UlUvMvqK1oJfXoul4UeX9OyztB5cDdv0ESBKchcF4HU636mXcutPa', NULL, 'eyJpdiI6IjIxekMxbXlJN0hqSjQrSFh3Y3ZzcXc9PSIsInZhbHVlIjoiL3FWNnNadlZKamhXMC83TzhpaDg3RDFjb2Z2YldUTGFkM2w3UkJPMmZpaz0iLCJtYWMiOiI1ZjE2MTI5NjIzMmQ2ODdmZTdkNWI2YTExMzNmMzMzMWJmZjZhMzA4YzY5NzVhNDY4NDhjYmQ3NzQzYzUwYzVhIiwidGFnIjoiIn0=', 1, 1, 0, '2026-04-22 00:40:26', '2026-04-28 00:29:49', NULL),
(3, 'yasir flink', 'yasir@flinkfreight.com', 'dark', NULL, '$2y$12$Jwca7So6WWSKGQmC8kzFJu79WfQzETdXtzaaBPGnGpWClpplXQ0tS', NULL, 'eyJpdiI6IjN1K3lqWFRtK1ZJZEFRSG1DUzErbkE9PSIsInZhbHVlIjoiNEtOYzdJdzdBa1FKazJ1cU5aREl0RVU1QnROYXRRcmorRXpCQlVjalhhWT0iLCJtYWMiOiIwMzA0ZTBkYzU4MDYzNGI2YzRhM2YxMGY2MTE2ZDk4ZDBmYzUwNWQxNTM5ZDJjMjkxNjEzMGYxMDg0MzRkNzNjIiwidGFnIjoiIn0=', 1, 1, 0, '2026-04-22 00:41:39', '2026-04-25 01:15:48', NULL),
(4, 'uzma ABC', 'uzma@flinkfreight.com', 'light', NULL, '$2y$12$sujY/P4TbFkt8aYTng4EgeW/HXVvTt03PsOA/E5p7K0PX7Ao1YN2u', 'tD03YOz9bbnfB7dbgl5rh4OoWRYskKsttwHtsQuArU0wQJOUUN30SRKrYiyp', 'eyJpdiI6ImFCWkVTQzFmWUxYbnA4NlR1Z2FKNWc9PSIsInZhbHVlIjoiRkxLT25aNmJqYnh0Y0xzUjhOQ3lKUU9hbjRSM0NBUGFWNjNGQ3ZNdVhZdz0iLCJtYWMiOiI5OTE4ZGJjNWFiNzZiODY0YTExY2Y0ZDhlNzAwNTQwMzEzMDkyMDE4YTU5Nzg5YTFlNmIwODU4YzY2NDc1ZjU5IiwidGFnIjoiIn0=', 1, 1, 0, '2026-04-22 00:45:52', '2026-04-24 22:59:29', NULL),
(5, 'Test', 'test@gmail.com', 'dark', NULL, '$2y$12$z7FEpzoZiutIO0k6rN18f.iAAwTEVEGY2Zn/yom26gcU0MOpk4ii2', NULL, NULL, 0, 0, 0, '2026-04-23 22:26:54', '2026-04-24 00:50:44', '2026-04-24 00:50:44'),
(6, 'WW', 'wwer@gmail.com', 'dark', NULL, '$2y$12$k9wzkeMtj3SUeI8Ou5/XwORbCHVjPu8yXbn1gao4OAIPQfqoKm8Ne', NULL, NULL, 0, 0, 0, '2026-04-23 22:41:10', '2026-04-23 23:29:14', '2026-04-23 23:29:14'),
(7, 'hammad rajpoot', 'hm@gmail.com', 'dark', NULL, '$2y$12$gmwz5grvOQUhPyxnY9o1he.cWUxlJmnXP7L7C38J3b2p94Nm092Rm', NULL, NULL, 0, 0, 0, '2026-04-23 22:51:09', '2026-04-24 19:43:57', '2026-04-24 19:43:57'),
(8, 'dfdff', 'sdd@gmail.com', 'dark', NULL, '$2y$12$kRJtuFG9PhD/FNofhsc.vO6XXsJdLgwaGr2btdwFG.ZJsmM1EMDzW', NULL, NULL, 0, 0, 0, '2026-04-23 23:01:15', '2026-04-23 23:25:52', '2026-04-23 23:25:52'),
(9, 'WWEEE', 'aaaa@gmail.com', 'dark', NULL, '$2y$12$QMwuLr8wnfXft2F6CeTMtezaJznsImJ.TIxnjT3Q3.NwAmgashty2', NULL, NULL, 0, 0, 0, '2026-04-23 23:32:27', '2026-04-23 23:32:56', '2026-04-23 23:32:56'),
(10, 'test1', 'test1@gmail.com', 'dark', NULL, '$2y$12$BdWyrtFfwsrjiroVMiRbA.L9GuO1S6DTYghI0xjh6rxfrDK3Bs9Ve', NULL, NULL, 0, 0, 0, '2026-04-25 00:56:33', '2026-04-25 01:10:19', NULL),
(11, 'test demo1', 'test2@gmail.com', 'light', NULL, '$2y$12$C87kleh088Zp/yI.IFAjn.dBDgbnPJcsGTe43iPf5XoUlHAeMfRiu', NULL, 'eyJpdiI6IkpFSTRzZzhVOHd0NGVIbERTUldIWVE9PSIsInZhbHVlIjoiK082c2ZKeER2SDlneERsRTdSaGh0akZHdlVTbEdSSGVEQjhBaHUwS1VjWT0iLCJtYWMiOiJhODhhYTExZDE0ZTU1ODg5ZjNmM2QwYzUyMmUyMGZiMjdjNDZlOWViYmNhYTcxMzU2ODNhOWYxOTM0NDYzMjBlIiwidGFnIjoiIn0=', 1, 1, 0, '2026-04-25 01:10:03', '2026-04-28 00:09:47', NULL);

--
-- Indexes for dumped tables
--

--
-- Indexes for table `activity_logs`
--
ALTER TABLE `activity_logs`
  ADD PRIMARY KEY (`id`),
  ADD KEY `activity_logs_user_id_foreign` (`user_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 `companies`
--
ALTER TABLE `companies`
  ADD PRIMARY KEY (`id`),
  ADD UNIQUE KEY `companies_company_code_unique` (`company_code`),
  ADD KEY `companies_default_currency_code_foreign` (`default_currency_code`),
  ADD KEY `companies_status_index` (`status`),
  ADD KEY `companies_display_name_index` (`display_name`);

--
-- Indexes for table `company_accounting_profiles`
--
ALTER TABLE `company_accounting_profiles`
  ADD PRIMARY KEY (`id`),
  ADD UNIQUE KEY `company_accounting_profiles_company_id_unique` (`company_id`),
  ADD KEY `company_accounting_profiles_sales_rep_user_id_foreign` (`sales_rep_user_id`),
  ADD KEY `company_accounting_profiles_factoring_company_id_foreign` (`factoring_company_id`);

--
-- Indexes for table `company_addresses`
--
ALTER TABLE `company_addresses`
  ADD PRIMARY KEY (`id`),
  ADD KEY `company_addresses_state_province_id_foreign` (`state_province_id`),
  ADD KEY `company_addresses_country_id_foreign` (`country_id`),
  ADD KEY `company_addresses_company_id_address_type_index` (`company_id`,`address_type`);

--
-- Indexes for table `company_carrier_profiles`
--
ALTER TABLE `company_carrier_profiles`
  ADD PRIMARY KEY (`id`),
  ADD UNIQUE KEY `company_carrier_profiles_company_id_unique` (`company_id`);

--
-- Indexes for table `company_contacts`
--
ALTER TABLE `company_contacts`
  ADD PRIMARY KEY (`id`),
  ADD KEY `company_contacts_company_id_contact_type_index` (`company_id`,`contact_type`);

--
-- Indexes for table `company_insurance_policies`
--
ALTER TABLE `company_insurance_policies`
  ADD PRIMARY KEY (`id`),
  ADD KEY `company_insurance_policies_company_id_policy_type_index` (`company_id`,`policy_type`);

--
-- Indexes for table `company_notifications`
--
ALTER TABLE `company_notifications`
  ADD PRIMARY KEY (`id`),
  ADD KEY `company_notifications_company_id_index` (`company_id`);

--
-- Indexes for table `company_quote_settings`
--
ALTER TABLE `company_quote_settings`
  ADD PRIMARY KEY (`id`),
  ADD UNIQUE KEY `company_quote_settings_company_id_unique` (`company_id`);

--
-- Indexes for table `company_roles`
--
ALTER TABLE `company_roles`
  ADD PRIMARY KEY (`company_id`,`role_code`);

--
-- Indexes for table `countries`
--
ALTER TABLE `countries`
  ADD PRIMARY KEY (`id`),
  ADD UNIQUE KEY `countries_iso2_unique` (`iso2`),
  ADD UNIQUE KEY `countries_iso3_unique` (`iso3`);

--
-- Indexes for table `currencies`
--
ALTER TABLE `currencies`
  ADD PRIMARY KEY (`code`);

--
-- Indexes for table `drivers`
--
ALTER TABLE `drivers`
  ADD PRIMARY KEY (`id`),
  ADD UNIQUE KEY `drivers_driver_code_unique` (`driver_code`),
  ADD KEY `drivers_country_id_foreign` (`country_id`),
  ADD KEY `drivers_state_province_id_foreign` (`state_province_id`),
  ADD KEY `drivers_full_name_index` (`full_name`),
  ADD KEY `drivers_status_index` (`status`);

--
-- Indexes for table `driver_pay_profiles`
--
ALTER TABLE `driver_pay_profiles`
  ADD PRIMARY KEY (`id`),
  ADD UNIQUE KEY `driver_pay_profiles_driver_id_unique` (`driver_id`),
  ADD KEY `driver_pay_profiles_currency_code_foreign` (`currency_code`);

--
-- Indexes for table `driver_recurring_pay_items`
--
ALTER TABLE `driver_recurring_pay_items`
  ADD PRIMARY KEY (`id`),
  ADD KEY `driver_recurring_pay_items_driver_id_item_type_index` (`driver_id`,`item_type`);

--
-- Indexes for table `equipment_types`
--
ALTER TABLE `equipment_types`
  ADD PRIMARY KEY (`id`),
  ADD UNIQUE KEY `equipment_types_code_unique` (`code`);

--
-- 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 `loads`
--
ALTER TABLE `loads`
  ADD PRIMARY KEY (`id`),
  ADD UNIQUE KEY `loads_load_number_unique` (`load_number`),
  ADD KEY `loads_dispatcher_user_id_foreign` (`dispatcher_user_id`),
  ADD KEY `loads_sales_rep1_user_id_foreign` (`sales_rep1_user_id`),
  ADD KEY `loads_sales_rep2_user_id_foreign` (`sales_rep2_user_id`),
  ADD KEY `loads_load_mode_id_foreign` (`load_mode_id`),
  ADD KEY `loads_equipment_type_id_foreign` (`equipment_type_id`),
  ADD KEY `loads_currency_code_foreign` (`currency_code`),
  ADD KEY `loads_load_status_id_created_at_index` (`load_status_id`,`created_at`),
  ADD KEY `loads_customer_company_id_created_at_index` (`customer_company_id`,`created_at`),
  ADD KEY `loads_is_open_load_index` (`is_open_load`),
  ADD KEY `loads_bill_to_company_id_foreign` (`bill_to_company_id`);

--
-- Indexes for table `load_additional_customers`
--
ALTER TABLE `load_additional_customers`
  ADD PRIMARY KEY (`id`),
  ADD UNIQUE KEY `load_additional_customers_load_id_sequence_no_unique` (`load_id`,`sequence_no`),
  ADD KEY `load_additional_customers_customer_company_id_foreign` (`customer_company_id`),
  ADD KEY `load_additional_customers_bill_to_company_id_foreign` (`bill_to_company_id`);

--
-- Indexes for table `load_assignments`
--
ALTER TABLE `load_assignments`
  ADD PRIMARY KEY (`id`),
  ADD KEY `load_assignments_equipment_type_id_foreign` (`equipment_type_id`),
  ADD KEY `load_assignments_currency_code_foreign` (`currency_code`),
  ADD KEY `load_assignments_load_id_index` (`load_id`),
  ADD KEY `load_assignments_carrier_company_id_foreign` (`carrier_company_id`),
  ADD KEY `load_assignments_driver_id_foreign` (`driver_id`),
  ADD KEY `load_assignments_truck_id_foreign` (`truck_id`),
  ADD KEY `load_assignments_trailer_id_foreign` (`trailer_id`);

--
-- Indexes for table `load_customs_entries`
--
ALTER TABLE `load_customs_entries`
  ADD PRIMARY KEY (`id`),
  ADD KEY `load_customs_entries_customs_broker_company_id_foreign` (`customs_broker_company_id`),
  ADD KEY `load_customs_entries_load_id_index` (`load_id`);

--
-- Indexes for table `load_modes`
--
ALTER TABLE `load_modes`
  ADD PRIMARY KEY (`id`),
  ADD UNIQUE KEY `load_modes_code_unique` (`code`);

--
-- Indexes for table `load_statuses`
--
ALTER TABLE `load_statuses`
  ADD PRIMARY KEY (`id`),
  ADD UNIQUE KEY `load_statuses_code_unique` (`code`);

--
-- Indexes for table `load_stops`
--
ALTER TABLE `load_stops`
  ADD PRIMARY KEY (`id`),
  ADD UNIQUE KEY `load_stops_load_id_stop_type_sequence_no_unique` (`load_id`,`stop_type`,`sequence_no`),
  ADD KEY `load_stops_state_province_id_foreign` (`state_province_id`),
  ADD KEY `load_stops_country_id_foreign` (`country_id`),
  ADD KEY `load_stops_load_id_stop_type_index` (`load_id`,`stop_type`),
  ADD KEY `load_stops_scheduled_at_index` (`scheduled_at`),
  ADD KEY `load_stops_company_id_foreign` (`company_id`);

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

--
-- Indexes for table `model_has_permissions`
--
ALTER TABLE `model_has_permissions`
  ADD PRIMARY KEY (`permission_id`,`model_id`,`model_type`),
  ADD KEY `model_has_permissions_model_id_model_type_index` (`model_id`,`model_type`);

--
-- Indexes for table `model_has_roles`
--
ALTER TABLE `model_has_roles`
  ADD PRIMARY KEY (`role_id`,`model_id`,`model_type`),
  ADD KEY `model_has_roles_model_id_model_type_index` (`model_id`,`model_type`);

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

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

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

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

--
-- Indexes for table `sessions`
--
ALTER TABLE `sessions`
  ADD PRIMARY KEY (`id`),
  ADD KEY `sessions_user_id_index` (`user_id`),
  ADD KEY `sessions_last_activity_index` (`last_activity`);

--
-- Indexes for table `states_provinces`
--
ALTER TABLE `states_provinces`
  ADD PRIMARY KEY (`id`),
  ADD UNIQUE KEY `states_provinces_country_id_code_unique` (`country_id`,`code`);

--
-- Indexes for table `trailers`
--
ALTER TABLE `trailers`
  ADD PRIMARY KEY (`id`),
  ADD UNIQUE KEY `trailers_trailer_number_unique` (`trailer_number`),
  ADD KEY `trailers_trailer_type_id_foreign` (`trailer_type_id`),
  ADD KEY `trailers_registered_state_id_foreign` (`registered_state_id`),
  ADD KEY `trailers_status_index` (`status`);

--
-- Indexes for table `trucks`
--
ALTER TABLE `trucks`
  ADD PRIMARY KEY (`id`),
  ADD UNIQUE KEY `trucks_truck_number_unique` (`truck_number`),
  ADD KEY `trucks_registered_state_id_foreign` (`registered_state_id`),
  ADD KEY `trucks_status_index` (`status`);

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

--
-- AUTO_INCREMENT for dumped tables
--

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

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

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

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

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

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

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

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

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

--
-- AUTO_INCREMENT for table `countries`
--
ALTER TABLE `countries`
  MODIFY `id` smallint(5) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=3;

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

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

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

--
-- AUTO_INCREMENT for table `equipment_types`
--
ALTER TABLE `equipment_types`
  MODIFY `id` smallint(5) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=16;

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

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

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

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

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

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

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

--
-- AUTO_INCREMENT for table `load_statuses`
--
ALTER TABLE `load_statuses`
  MODIFY `id` tinyint(3) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=28;

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

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

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

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

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

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

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

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

--
-- Constraints for dumped tables
--

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

--
-- Constraints for table `companies`
--
ALTER TABLE `companies`
  ADD CONSTRAINT `companies_default_currency_code_foreign` FOREIGN KEY (`default_currency_code`) REFERENCES `currencies` (`code`);

--
-- Constraints for table `company_accounting_profiles`
--
ALTER TABLE `company_accounting_profiles`
  ADD CONSTRAINT `company_accounting_profiles_company_id_foreign` FOREIGN KEY (`company_id`) REFERENCES `companies` (`id`) ON DELETE CASCADE,
  ADD CONSTRAINT `company_accounting_profiles_factoring_company_id_foreign` FOREIGN KEY (`factoring_company_id`) REFERENCES `companies` (`id`) ON DELETE SET NULL,
  ADD CONSTRAINT `company_accounting_profiles_sales_rep_user_id_foreign` FOREIGN KEY (`sales_rep_user_id`) REFERENCES `users` (`id`);

--
-- Constraints for table `company_addresses`
--
ALTER TABLE `company_addresses`
  ADD CONSTRAINT `company_addresses_company_id_foreign` FOREIGN KEY (`company_id`) REFERENCES `companies` (`id`) ON DELETE CASCADE,
  ADD CONSTRAINT `company_addresses_country_id_foreign` FOREIGN KEY (`country_id`) REFERENCES `countries` (`id`),
  ADD CONSTRAINT `company_addresses_state_province_id_foreign` FOREIGN KEY (`state_province_id`) REFERENCES `states_provinces` (`id`);

--
-- Constraints for table `company_carrier_profiles`
--
ALTER TABLE `company_carrier_profiles`
  ADD CONSTRAINT `company_carrier_profiles_company_id_foreign` FOREIGN KEY (`company_id`) REFERENCES `companies` (`id`) ON DELETE CASCADE;

--
-- Constraints for table `company_contacts`
--
ALTER TABLE `company_contacts`
  ADD CONSTRAINT `company_contacts_company_id_foreign` FOREIGN KEY (`company_id`) REFERENCES `companies` (`id`) ON DELETE CASCADE;

--
-- Constraints for table `company_insurance_policies`
--
ALTER TABLE `company_insurance_policies`
  ADD CONSTRAINT `company_insurance_policies_company_id_foreign` FOREIGN KEY (`company_id`) REFERENCES `companies` (`id`) ON DELETE CASCADE;

--
-- Constraints for table `company_notifications`
--
ALTER TABLE `company_notifications`
  ADD CONSTRAINT `company_notifications_company_id_foreign` FOREIGN KEY (`company_id`) REFERENCES `companies` (`id`) ON DELETE CASCADE;

--
-- Constraints for table `company_quote_settings`
--
ALTER TABLE `company_quote_settings`
  ADD CONSTRAINT `company_quote_settings_company_id_foreign` FOREIGN KEY (`company_id`) REFERENCES `companies` (`id`) ON DELETE CASCADE;

--
-- Constraints for table `company_roles`
--
ALTER TABLE `company_roles`
  ADD CONSTRAINT `company_roles_company_id_foreign` FOREIGN KEY (`company_id`) REFERENCES `companies` (`id`) ON DELETE CASCADE;

--
-- Constraints for table `drivers`
--
ALTER TABLE `drivers`
  ADD CONSTRAINT `drivers_country_id_foreign` FOREIGN KEY (`country_id`) REFERENCES `countries` (`id`),
  ADD CONSTRAINT `drivers_state_province_id_foreign` FOREIGN KEY (`state_province_id`) REFERENCES `states_provinces` (`id`);

--
-- Constraints for table `driver_pay_profiles`
--
ALTER TABLE `driver_pay_profiles`
  ADD CONSTRAINT `driver_pay_profiles_currency_code_foreign` FOREIGN KEY (`currency_code`) REFERENCES `currencies` (`code`),
  ADD CONSTRAINT `driver_pay_profiles_driver_id_foreign` FOREIGN KEY (`driver_id`) REFERENCES `drivers` (`id`) ON DELETE CASCADE;

--
-- Constraints for table `driver_recurring_pay_items`
--
ALTER TABLE `driver_recurring_pay_items`
  ADD CONSTRAINT `driver_recurring_pay_items_driver_id_foreign` FOREIGN KEY (`driver_id`) REFERENCES `drivers` (`id`) ON DELETE CASCADE;

--
-- Constraints for table `loads`
--
ALTER TABLE `loads`
  ADD CONSTRAINT `loads_bill_to_company_id_foreign` FOREIGN KEY (`bill_to_company_id`) REFERENCES `companies` (`id`) ON DELETE SET NULL,
  ADD CONSTRAINT `loads_currency_code_foreign` FOREIGN KEY (`currency_code`) REFERENCES `currencies` (`code`),
  ADD CONSTRAINT `loads_customer_company_id_foreign` FOREIGN KEY (`customer_company_id`) REFERENCES `companies` (`id`),
  ADD CONSTRAINT `loads_dispatcher_user_id_foreign` FOREIGN KEY (`dispatcher_user_id`) REFERENCES `users` (`id`),
  ADD CONSTRAINT `loads_equipment_type_id_foreign` FOREIGN KEY (`equipment_type_id`) REFERENCES `equipment_types` (`id`),
  ADD CONSTRAINT `loads_load_mode_id_foreign` FOREIGN KEY (`load_mode_id`) REFERENCES `load_modes` (`id`),
  ADD CONSTRAINT `loads_load_status_id_foreign` FOREIGN KEY (`load_status_id`) REFERENCES `load_statuses` (`id`),
  ADD CONSTRAINT `loads_sales_rep1_user_id_foreign` FOREIGN KEY (`sales_rep1_user_id`) REFERENCES `users` (`id`),
  ADD CONSTRAINT `loads_sales_rep2_user_id_foreign` FOREIGN KEY (`sales_rep2_user_id`) REFERENCES `users` (`id`);

--
-- Constraints for table `load_additional_customers`
--
ALTER TABLE `load_additional_customers`
  ADD CONSTRAINT `load_additional_customers_bill_to_company_id_foreign` FOREIGN KEY (`bill_to_company_id`) REFERENCES `companies` (`id`) ON DELETE SET NULL,
  ADD CONSTRAINT `load_additional_customers_customer_company_id_foreign` FOREIGN KEY (`customer_company_id`) REFERENCES `companies` (`id`),
  ADD CONSTRAINT `load_additional_customers_load_id_foreign` FOREIGN KEY (`load_id`) REFERENCES `loads` (`id`) ON DELETE CASCADE;

--
-- Constraints for table `load_assignments`
--
ALTER TABLE `load_assignments`
  ADD CONSTRAINT `load_assignments_carrier_company_id_foreign` FOREIGN KEY (`carrier_company_id`) REFERENCES `companies` (`id`) ON DELETE SET NULL,
  ADD CONSTRAINT `load_assignments_currency_code_foreign` FOREIGN KEY (`currency_code`) REFERENCES `currencies` (`code`),
  ADD CONSTRAINT `load_assignments_driver_id_foreign` FOREIGN KEY (`driver_id`) REFERENCES `drivers` (`id`) ON DELETE SET NULL,
  ADD CONSTRAINT `load_assignments_equipment_type_id_foreign` FOREIGN KEY (`equipment_type_id`) REFERENCES `equipment_types` (`id`),
  ADD CONSTRAINT `load_assignments_load_id_foreign` FOREIGN KEY (`load_id`) REFERENCES `loads` (`id`) ON DELETE CASCADE,
  ADD CONSTRAINT `load_assignments_trailer_id_foreign` FOREIGN KEY (`trailer_id`) REFERENCES `trailers` (`id`) ON DELETE SET NULL,
  ADD CONSTRAINT `load_assignments_truck_id_foreign` FOREIGN KEY (`truck_id`) REFERENCES `trucks` (`id`) ON DELETE SET NULL;

--
-- Constraints for table `load_customs_entries`
--
ALTER TABLE `load_customs_entries`
  ADD CONSTRAINT `load_customs_entries_customs_broker_company_id_foreign` FOREIGN KEY (`customs_broker_company_id`) REFERENCES `companies` (`id`),
  ADD CONSTRAINT `load_customs_entries_load_id_foreign` FOREIGN KEY (`load_id`) REFERENCES `loads` (`id`) ON DELETE CASCADE;

--
-- Constraints for table `load_stops`
--
ALTER TABLE `load_stops`
  ADD CONSTRAINT `load_stops_company_id_foreign` FOREIGN KEY (`company_id`) REFERENCES `companies` (`id`) ON DELETE SET NULL,
  ADD CONSTRAINT `load_stops_country_id_foreign` FOREIGN KEY (`country_id`) REFERENCES `countries` (`id`),
  ADD CONSTRAINT `load_stops_load_id_foreign` FOREIGN KEY (`load_id`) REFERENCES `loads` (`id`) ON DELETE CASCADE,
  ADD CONSTRAINT `load_stops_state_province_id_foreign` FOREIGN KEY (`state_province_id`) REFERENCES `states_provinces` (`id`);

--
-- Constraints for table `model_has_permissions`
--
ALTER TABLE `model_has_permissions`
  ADD CONSTRAINT `model_has_permissions_permission_id_foreign` FOREIGN KEY (`permission_id`) REFERENCES `permissions` (`id`) ON DELETE CASCADE;

--
-- Constraints for table `model_has_roles`
--
ALTER TABLE `model_has_roles`
  ADD CONSTRAINT `model_has_roles_role_id_foreign` FOREIGN KEY (`role_id`) REFERENCES `roles` (`id`) ON DELETE CASCADE;

--
-- Constraints for table `role_has_permissions`
--
ALTER TABLE `role_has_permissions`
  ADD CONSTRAINT `role_has_permissions_permission_id_foreign` FOREIGN KEY (`permission_id`) REFERENCES `permissions` (`id`) ON DELETE CASCADE,
  ADD CONSTRAINT `role_has_permissions_role_id_foreign` FOREIGN KEY (`role_id`) REFERENCES `roles` (`id`) ON DELETE CASCADE;

--
-- Constraints for table `states_provinces`
--
ALTER TABLE `states_provinces`
  ADD CONSTRAINT `states_provinces_country_id_foreign` FOREIGN KEY (`country_id`) REFERENCES `countries` (`id`);

--
-- Constraints for table `trailers`
--
ALTER TABLE `trailers`
  ADD CONSTRAINT `trailers_registered_state_id_foreign` FOREIGN KEY (`registered_state_id`) REFERENCES `states_provinces` (`id`),
  ADD CONSTRAINT `trailers_trailer_type_id_foreign` FOREIGN KEY (`trailer_type_id`) REFERENCES `equipment_types` (`id`);

--
-- Constraints for table `trucks`
--
ALTER TABLE `trucks`
  ADD CONSTRAINT `trucks_registered_state_id_foreign` FOREIGN KEY (`registered_state_id`) REFERENCES `states_provinces` (`id`);
COMMIT;

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