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

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


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

--
-- Database: `jetstream`
--

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

--
-- Table structure for table `attributes`
--

CREATE TABLE `attributes` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `name` varchar(255) NOT NULL,
  `type` enum('select','multi_select','range','boolean') NOT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Dumping data for table `attributes`
--

INSERT INTO `attributes` (`id`, `name`, `type`, `created_at`, `updated_at`) VALUES
(1, 'Body Type', 'select', '2026-04-23 15:52:24', '2026-04-23 15:52:24'),
(2, 'Vehicle Category', 'select', '2026-04-23 15:52:32', '2026-04-23 15:52:32'),
(3, 'Fuel Type', 'select', '2026-04-23 15:52:32', '2026-04-23 15:52:32'),
(4, 'Transmission', 'select', '2026-04-23 15:52:32', '2026-04-23 15:52:32'),
(5, 'Drivetrain', 'select', '2026-04-23 15:52:32', '2026-04-23 15:52:32'),
(6, 'Steering', 'select', '2026-04-23 15:52:32', '2026-04-23 15:52:32'),
(7, 'Color', 'select', '2026-04-23 15:52:32', '2026-04-23 15:52:32'),
(8, 'Interior Material', 'select', '2026-04-23 15:52:32', '2026-04-23 15:52:32'),
(9, 'Truck Type', 'select', '2026-04-23 15:52:32', '2026-04-23 15:52:32'),
(10, 'Cabin Type', 'select', '2026-04-23 15:52:32', '2026-04-23 15:52:32'),
(11, 'Engine CC', 'range', '2026-04-23 15:52:32', '2026-04-23 15:52:32'),
(12, 'Horsepower', 'range', '2026-04-23 15:52:32', '2026-04-23 15:52:32'),
(13, 'Torque', 'range', '2026-04-23 15:52:32', '2026-04-23 15:52:32'),
(14, 'Seats', 'select', '2026-04-23 15:52:32', '2026-05-04 10:26:17'),
(15, 'Doors', 'select', '2026-04-23 15:52:32', '2026-05-13 18:16:18'),
(16, 'Length (m)', 'range', '2026-04-23 15:52:32', '2026-05-20 12:40:21'),
(17, 'Width (m)', 'range', '2026-04-23 15:52:32', '2026-05-20 12:40:21'),
(18, 'Height (m)', 'range', '2026-04-23 15:52:32', '2026-05-20 12:40:21'),
(19, 'Wheelbase', 'range', '2026-04-23 15:52:32', '2026-04-23 15:52:32'),
(20, 'Weight', 'range', '2026-04-23 15:52:32', '2026-04-23 15:52:32'),
(21, 'Load Capacity', 'range', '2026-04-23 15:52:32', '2026-04-23 15:52:32'),
(22, 'Payload Capacity', 'range', '2026-04-23 15:52:32', '2026-04-23 15:52:32'),
(23, 'Axles', 'range', '2026-04-23 15:52:32', '2026-04-23 15:52:32'),
(24, 'Turbo', 'boolean', '2026-04-23 15:52:32', '2026-04-23 15:52:32'),
(25, 'ABS', 'boolean', '2026-04-23 15:52:32', '2026-04-23 15:52:32'),
(26, 'Airbags', 'boolean', '2026-04-23 15:52:32', '2026-04-23 15:52:32'),
(27, 'ESC', 'boolean', '2026-04-23 15:52:32', '2026-04-23 15:52:32'),
(28, 'Traction Control', 'boolean', '2026-04-23 15:52:32', '2026-04-23 15:52:32'),
(29, 'Cruise Control', 'boolean', '2026-04-23 15:52:32', '2026-04-23 15:52:32'),
(30, 'Push Start', 'boolean', '2026-04-23 15:52:32', '2026-04-23 15:52:32'),
(31, 'Keyless Entry', 'boolean', '2026-04-23 15:52:32', '2026-04-23 15:52:32'),
(32, 'Navigation', 'boolean', '2026-04-23 15:52:32', '2026-04-23 15:52:32'),
(33, 'Sunroof', 'boolean', '2026-04-23 15:52:32', '2026-04-23 15:52:32'),
(34, 'Alloy Wheels', 'boolean', '2026-04-23 15:52:32', '2026-04-23 15:52:32'),
(35, 'Fog Lights', 'boolean', '2026-04-23 15:52:32', '2026-04-23 15:52:32'),
(36, 'Rear Camera', 'boolean', '2026-04-23 15:52:32', '2026-04-23 15:52:32'),
(37, '360 Degree Camera', 'boolean', '2026-04-23 15:52:32', '2026-05-13 18:29:06'),
(38, 'Parking Sensors', 'boolean', '2026-04-23 15:52:32', '2026-04-23 15:52:32'),
(39, 'Bluetooth', 'boolean', '2026-04-23 15:52:32', '2026-04-23 15:52:32'),
(40, 'USB', 'boolean', '2026-04-23 15:52:32', '2026-04-23 15:52:32'),
(41, 'Apple CarPlay', 'boolean', '2026-04-23 15:52:32', '2026-04-23 15:52:32'),
(42, 'Android Auto', 'boolean', '2026-04-23 15:52:32', '2026-04-23 15:52:32'),
(43, 'Body Kit', 'boolean', '2026-05-13 18:29:06', '2026-05-13 18:29:06'),
(44, 'Back Camera', 'boolean', '2026-05-13 18:29:06', '2026-05-13 18:29:06'),
(45, 'Wheel Spanner', 'boolean', '2026-05-13 18:29:06', '2026-05-13 18:29:06'),
(46, 'Spare Tire', 'boolean', '2026-05-13 18:29:06', '2026-05-13 18:29:06'),
(47, 'Jack', 'boolean', '2026-05-13 18:29:06', '2026-05-13 18:29:06'),
(48, 'Central Locking', 'boolean', '2026-05-13 18:29:06', '2026-05-13 18:29:06'),
(49, 'Rear Spoiler', 'boolean', '2026-05-13 18:29:06', '2026-05-13 18:29:06'),
(50, 'Grill Guard', 'boolean', '2026-05-13 18:29:06', '2026-05-13 18:29:06'),
(51, 'Back Tire', 'boolean', '2026-05-13 18:29:06', '2026-05-13 18:29:06'),
(52, 'Power Seat', 'boolean', '2026-05-13 18:29:06', '2026-05-13 18:29:06'),
(53, 'TV', 'boolean', '2026-05-13 18:29:06', '2026-05-13 18:29:06'),
(54, 'DVD', 'boolean', '2026-05-13 18:29:06', '2026-05-13 18:29:06'),
(55, 'CD Changer', 'boolean', '2026-05-13 18:29:06', '2026-05-13 18:29:06'),
(56, 'Radio', 'boolean', '2026-05-13 18:29:06', '2026-05-13 18:29:06'),
(57, 'A/C', 'boolean', '2026-05-13 18:29:06', '2026-05-13 18:29:06'),
(58, 'Power Window', 'boolean', '2026-05-13 18:29:06', '2026-05-13 18:29:06'),
(59, 'Power Steering', 'boolean', '2026-05-13 18:29:06', '2026-05-13 18:29:06'),
(60, 'Allow Wheels', 'boolean', '2026-05-13 18:29:06', '2026-05-13 18:29:06'),
(61, 'Leather Seat', 'boolean', '2026-05-13 18:29:06', '2026-05-13 18:29:06'),
(62, 'CD Player', 'boolean', '2026-05-13 18:29:06', '2026-05-13 18:29:06'),
(63, 'Power Slide Door', 'boolean', '2026-05-13 18:29:51', '2026-05-13 18:29:51'),
(64, 'Front Lip Spoiler', 'boolean', '2026-05-13 18:29:51', '2026-05-13 18:29:51'),
(65, 'Side Skirts', 'boolean', '2026-05-13 18:29:51', '2026-05-13 18:29:51'),
(66, 'Power Mirror', 'boolean', '2026-05-13 18:29:51', '2026-05-13 18:29:51'),
(67, 'Side Airbag', 'boolean', '2026-05-13 18:29:51', '2026-05-13 18:29:51'),
(68, 'Vehicle Defects', 'multi_select', '2026-05-18 18:02:35', '2026-05-19 10:39:11'),
(69, 'Grade', 'select', '2026-05-18 18:52:09', '2026-05-18 18:52:09'),
(70, 'Interior Grade', 'multi_select', '2026-05-19 10:38:13', '2026-05-19 11:11:41'),
(71, 'Exterior Grade', 'select', '2026-05-19 10:38:36', '2026-05-19 10:38:36');

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

--
-- Table structure for table `attribute_values`
--

CREATE TABLE `attribute_values` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `attribute_id` bigint(20) UNSIGNED NOT NULL,
  `value` varchar(255) NOT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Dumping data for table `attribute_values`
--

INSERT INTO `attribute_values` (`id`, `attribute_id`, `value`, `created_at`, `updated_at`) VALUES
(1, 1, 'Sedan', '2026-04-23 15:52:32', '2026-04-23 15:52:32'),
(2, 1, 'SUV', '2026-04-23 15:52:32', '2026-04-23 15:52:32'),
(3, 1, 'Truck', '2026-04-23 15:52:32', '2026-04-23 15:52:32'),
(4, 1, 'Hatchback', '2026-04-23 15:52:32', '2026-04-23 15:52:32'),
(5, 1, 'Coupe', '2026-04-23 15:52:32', '2026-04-23 15:52:32'),
(6, 1, 'Wagon', '2026-04-23 15:52:32', '2026-04-23 15:52:32'),
(7, 1, 'Van', '2026-04-23 15:52:32', '2026-04-23 15:52:32'),
(8, 1, 'Bus', '2026-04-23 15:52:32', '2026-04-23 15:52:32'),
(9, 2, 'Passenger', '2026-04-23 15:52:32', '2026-04-23 15:52:32'),
(10, 2, 'Commercial', '2026-04-23 15:52:32', '2026-04-23 15:52:32'),
(11, 2, 'Heavy Duty', '2026-04-23 15:52:32', '2026-04-23 15:52:32'),
(12, 3, 'Petrol', '2026-04-23 15:52:32', '2026-04-23 15:52:32'),
(13, 3, 'Diesel', '2026-04-23 15:52:32', '2026-04-23 15:52:32'),
(14, 3, 'Hybrid', '2026-04-23 15:52:32', '2026-04-23 15:52:32'),
(15, 3, 'Electric', '2026-04-23 15:52:32', '2026-04-23 15:52:32'),
(16, 4, 'Manual', '2026-04-23 15:52:32', '2026-04-23 15:52:32'),
(17, 4, 'Automatic', '2026-04-23 15:52:32', '2026-04-23 15:52:32'),
(18, 4, 'CVT', '2026-04-23 15:52:32', '2026-04-23 15:52:32'),
(19, 4, 'DCT', '2026-04-23 15:52:32', '2026-04-23 15:52:32'),
(20, 5, 'FWD', '2026-04-23 15:52:32', '2026-04-23 15:52:32'),
(21, 5, 'RWD', '2026-04-23 15:52:32', '2026-04-23 15:52:32'),
(22, 5, 'AWD', '2026-04-23 15:52:32', '2026-04-23 15:52:32'),
(23, 5, '4WD', '2026-04-23 15:52:32', '2026-04-23 15:52:32'),
(24, 6, 'Left', '2026-04-23 15:52:32', '2026-04-23 15:52:32'),
(25, 6, 'Right', '2026-04-23 15:52:32', '2026-04-23 15:52:32'),
(26, 7, 'Black', '2026-04-23 15:52:32', '2026-04-23 15:52:32'),
(27, 7, 'White', '2026-04-23 15:52:32', '2026-04-23 15:52:32'),
(28, 7, 'Silver', '2026-04-23 15:52:32', '2026-04-23 15:52:32'),
(29, 7, 'Red', '2026-04-23 15:52:32', '2026-04-23 15:52:32'),
(30, 7, 'Blue', '2026-04-23 15:52:32', '2026-04-23 15:52:32'),
(31, 7, 'Grey', '2026-04-23 15:52:32', '2026-04-23 15:52:32'),
(32, 8, 'Fabric', '2026-04-23 15:52:32', '2026-04-23 15:52:32'),
(33, 8, 'Leather', '2026-04-23 15:52:32', '2026-04-23 15:52:32'),
(34, 9, 'Pickup', '2026-04-23 15:52:32', '2026-04-23 15:52:32'),
(35, 9, 'Dump', '2026-04-23 15:52:32', '2026-04-23 15:52:32'),
(36, 9, 'Trailer', '2026-04-23 15:52:32', '2026-04-23 15:52:32'),
(37, 9, 'Tanker', '2026-04-23 15:52:32', '2026-04-23 15:52:32'),
(38, 10, 'Single', '2026-04-23 15:52:32', '2026-04-23 15:52:32'),
(39, 10, 'Double', '2026-04-23 15:52:32', '2026-04-23 15:52:32'),
(40, 14, '7', '2026-05-04 10:26:17', '2026-05-04 10:26:17'),
(41, 14, '5', '2026-05-04 10:26:17', '2026-05-04 10:26:17'),
(42, 14, '4', '2026-05-04 10:26:17', '2026-05-04 10:26:17'),
(43, 14, '2', '2026-05-04 10:26:17', '2026-05-04 10:26:17'),
(44, 1, 'Subcompact SUV', '2026-05-05 14:24:37', '2026-05-05 14:24:37'),
(45, 1, 'Compact SUV', '2026-05-05 14:24:37', '2026-05-05 14:24:37'),
(46, 1, 'Crossover SUV', '2026-05-05 14:48:19', '2026-05-05 14:48:19'),
(47, 15, '5', '2026-05-13 18:16:18', '2026-05-13 18:16:18'),
(48, 15, '4', '2026-05-13 18:16:18', '2026-05-13 18:16:18'),
(49, 15, '2', '2026-05-13 18:16:18', '2026-05-13 18:16:18'),
(50, 68, 'Y - 3', '2026-05-18 13:02:35', '2026-05-18 13:02:35'),
(51, 68, 'Y - 2', '2026-05-18 13:02:35', '2026-05-18 13:02:35'),
(52, 68, 'Y - 1', '2026-05-18 13:02:35', '2026-05-18 13:02:35'),
(53, 68, 'XX', '2026-05-18 13:02:35', '2026-05-18 13:02:35'),
(54, 68, 'X - 3', '2026-05-18 13:02:35', '2026-05-18 13:02:35'),
(55, 68, 'X - 2', '2026-05-18 13:02:35', '2026-05-18 13:02:35'),
(56, 68, 'X - 1', '2026-05-18 13:02:35', '2026-05-18 13:02:35'),
(57, 68, 'C - 4', '2026-05-18 13:02:35', '2026-05-18 13:02:35'),
(58, 68, 'C - 3', '2026-05-18 13:02:35', '2026-05-18 13:02:35'),
(59, 68, 'C - 2', '2026-05-18 13:02:35', '2026-05-18 13:02:35'),
(60, 68, 'C - 1', '2026-05-18 13:02:35', '2026-05-18 13:02:35'),
(61, 68, 'S - 4', '2026-05-18 13:02:35', '2026-05-18 13:02:35'),
(62, 68, 'S- 3', '2026-05-18 13:02:35', '2026-05-18 13:02:35'),
(63, 68, 'S - 2', '2026-05-18 13:02:35', '2026-05-18 13:02:35'),
(64, 68, 'S - 1', '2026-05-18 13:02:35', '2026-05-18 13:02:35'),
(65, 68, 'W - 3', '2026-05-18 13:02:35', '2026-05-18 13:02:35'),
(66, 68, 'W - 2', '2026-05-18 13:02:35', '2026-05-18 13:02:35'),
(67, 68, 'W - 1', '2026-05-18 13:02:35', '2026-05-18 13:02:35'),
(68, 68, 'P - 4', '2026-05-18 13:02:35', '2026-05-18 13:02:35'),
(69, 68, 'P - 3', '2026-05-18 13:02:35', '2026-05-18 13:02:35'),
(70, 68, 'P - 2', '2026-05-18 13:02:35', '2026-05-18 13:02:35'),
(71, 68, 'P - 1', '2026-05-18 13:02:35', '2026-05-18 13:02:35'),
(72, 68, 'B - 4', '2026-05-18 13:02:35', '2026-05-18 13:02:35'),
(73, 68, 'B - 3', '2026-05-18 13:02:35', '2026-05-18 13:02:35'),
(74, 68, 'B - 2', '2026-05-18 13:02:35', '2026-05-18 13:02:35'),
(75, 68, 'B - 1', '2026-05-18 13:02:35', '2026-05-18 13:02:35'),
(76, 68, 'U - 4', '2026-05-18 13:02:35', '2026-05-18 13:02:35'),
(77, 68, 'U - 3', '2026-05-18 13:02:35', '2026-05-18 13:02:35'),
(78, 68, 'U - 2', '2026-05-18 13:02:35', '2026-05-18 13:02:35'),
(79, 68, 'U - 1', '2026-05-18 13:02:35', '2026-05-18 13:02:35'),
(80, 68, 'A - 4', '2026-05-18 13:02:35', '2026-05-18 13:02:35'),
(81, 68, 'A - 3', '2026-05-18 13:02:35', '2026-05-18 13:02:35'),
(82, 68, 'A - 2', '2026-05-18 13:02:35', '2026-05-18 13:02:35'),
(83, 68, 'A - 1', '2026-05-18 13:02:35', '2026-05-18 13:02:35'),
(84, 68, 'E - 3', '2026-05-18 13:07:02', '2026-05-18 13:07:02'),
(85, 68, 'E - 2', '2026-05-18 13:07:02', '2026-05-18 13:07:02'),
(86, 68, 'E - 1', '2026-05-18 13:07:02', '2026-05-18 13:07:02'),
(87, 68, 'BP', '2026-05-18 13:47:51', '2026-05-18 13:47:51'),
(88, 68, 'O', '2026-05-18 13:47:51', '2026-05-18 13:47:51'),
(89, 68, 'L', '2026-05-18 13:47:51', '2026-05-18 13:47:51'),
(90, 68, 'H - 3', '2026-05-18 13:47:51', '2026-05-18 13:47:51'),
(91, 68, 'H - 2', '2026-05-18 13:47:51', '2026-05-18 13:47:51'),
(92, 68, 'H - 1', '2026-05-18 13:47:51', '2026-05-18 13:47:51'),
(93, 68, 'G', '2026-05-18 13:47:51', '2026-05-18 13:47:51'),
(94, 68, 'T - 3', '2026-05-18 13:47:51', '2026-05-18 13:47:51'),
(95, 68, 'T - 2', '2026-05-18 13:47:51', '2026-05-18 13:47:51'),
(96, 68, 'T - 1', '2026-05-18 13:47:51', '2026-05-18 13:47:51'),
(97, 68, 'F - 3', '2026-05-18 13:47:51', '2026-05-18 13:47:51'),
(98, 68, 'F - 2', '2026-05-18 13:47:51', '2026-05-18 13:47:51'),
(99, 68, 'F - 1', '2026-05-18 13:47:51', '2026-05-18 13:47:51'),
(100, 68, 'D - 3', '2026-05-18 13:47:51', '2026-05-18 13:47:51'),
(101, 68, 'D - 2', '2026-05-18 13:47:51', '2026-05-18 13:47:51'),
(102, 68, 'D - 1', '2026-05-18 13:47:51', '2026-05-18 13:47:51'),
(103, 68, 'x (small)', '2026-05-18 13:47:51', '2026-05-18 13:47:51'),
(104, 69, '***', '2026-05-18 18:52:09', '2026-05-18 18:52:09'),
(105, 69, 'RA', '2026-05-18 18:52:09', '2026-05-18 18:52:09'),
(106, 69, 'R', '2026-05-18 18:52:09', '2026-05-18 18:52:09'),
(107, 69, '0', '2026-05-18 18:52:09', '2026-05-18 18:52:09'),
(108, 69, '1', '2026-05-18 18:52:09', '2026-05-18 18:52:09'),
(109, 69, '2', '2026-05-18 18:52:09', '2026-05-18 18:52:09'),
(110, 69, '3', '2026-05-18 18:52:09', '2026-05-18 18:52:09'),
(111, 69, '3.5', '2026-05-18 18:52:09', '2026-05-18 18:52:09'),
(112, 69, '4', '2026-05-18 18:52:09', '2026-05-18 18:52:09'),
(113, 69, '4.5', '2026-05-18 18:52:09', '2026-05-18 18:52:09'),
(114, 69, '5', '2026-05-18 18:52:09', '2026-05-18 18:52:09'),
(115, 69, '6', '2026-05-18 18:52:09', '2026-05-18 18:52:09'),
(116, 69, 'S', '2026-05-18 18:52:09', '2026-05-18 18:52:09'),
(117, 70, 'A', '2026-05-18 13:02:35', '2026-05-18 13:02:35'),
(118, 70, 'B', '2026-05-18 13:02:35', '2026-05-18 13:02:35'),
(119, 70, 'C', '2026-05-18 13:02:35', '2026-05-18 13:02:35'),
(120, 70, 'D', '2026-05-18 13:02:35', '2026-05-18 13:02:35'),
(121, 70, 'E', '2026-05-18 13:02:35', '2026-05-18 13:02:35'),
(122, 70, 'F', '2026-05-18 13:02:35', '2026-05-18 13:02:35'),
(123, 71, 'F', '2026-05-19 10:38:36', '2026-05-19 10:38:36'),
(124, 71, 'E', '2026-05-19 10:38:36', '2026-05-19 10:38:36'),
(125, 71, 'D', '2026-05-19 10:38:36', '2026-05-19 10:38:36'),
(126, 71, 'C', '2026-05-19 10:38:36', '2026-05-19 10:38:36'),
(127, 71, 'B', '2026-05-19 10:38:36', '2026-05-19 10:38:36'),
(128, 71, 'A', '2026-05-19 10:38:36', '2026-05-19 10:38:36');

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

--
-- Table structure for table `auction_cars`
--

CREATE TABLE `auction_cars` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `make_id` bigint(20) UNSIGNED DEFAULT NULL,
  `model_id` bigint(20) UNSIGNED DEFAULT NULL,
  `vehicle_type_id` bigint(20) UNSIGNED DEFAULT NULL,
  `chassis_no` varchar(255) DEFAULT NULL,
  `purchase_date` date DEFAULT NULL,
  `auction_price` decimal(12,2) NOT NULL,
  `auction_fee` decimal(12,2) DEFAULT NULL,
  `inspection` decimal(12,2) DEFAULT NULL,
  `transportation` decimal(12,2) DEFAULT NULL,
  `h_charge` decimal(12,2) DEFAULT NULL,
  `van` decimal(12,2) DEFAULT NULL,
  `insurance` decimal(12,2) DEFAULT NULL,
  `freight` decimal(12,2) DEFAULT NULL,
  `bl` decimal(12,2) DEFAULT NULL,
  `extra` decimal(12,2) DEFAULT NULL,
  `shipper` decimal(12,2) DEFAULT NULL,
  `storage` decimal(12,2) DEFAULT NULL,
  `total` decimal(12,2) DEFAULT NULL,
  `selling_price` decimal(12,2) DEFAULT NULL,
  `vessel` varchar(255) DEFAULT NULL,
  `bl_files` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL CHECK (json_valid(`bl_files`)),
  `auction_files` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL CHECK (json_valid(`auction_files`)),
  `sailing_date` date DEFAULT NULL,
  `region` varchar(255) DEFAULT NULL,
  `region_id` bigint(20) UNSIGNED DEFAULT NULL,
  `city` varchar(255) DEFAULT NULL,
  `auction_house` varchar(255) DEFAULT NULL,
  `auction_house_id` bigint(20) UNSIGNED DEFAULT NULL,
  `admin_notes` text DEFAULT NULL,
  `status` enum('pending','completed') NOT NULL DEFAULT 'pending',
  `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 `auction_cars`
--

INSERT INTO `auction_cars` (`id`, `make_id`, `model_id`, `vehicle_type_id`, `chassis_no`, `purchase_date`, `auction_price`, `auction_fee`, `inspection`, `transportation`, `h_charge`, `van`, `insurance`, `freight`, `bl`, `extra`, `shipper`, `storage`, `total`, `selling_price`, `vessel`, `bl_files`, `auction_files`, `sailing_date`, `region`, `region_id`, `city`, `auction_house`, `auction_house_id`, `admin_notes`, `status`, `created_at`, `updated_at`) VALUES
(1, 1, 1, 2, 'TRJ150-0087641', '2023-07-20', 2951000.00, 16500.00, 32500.00, 19500.00, 25000.00, 17600.00, 67235.00, 430525.00, 0.00, 5000.00, 14000.00, 9900.00, 3595250.00, 29700.00, 'MORNING CHARLOTTE CHL169', '[\"bl_documents\\/y0Omi8kNe5H5L86fzKG2P4l9sMyPOdDFC6FYyQWk.pdf\"]', '{\"keys\":[],\"psi\":[],\"bill\":[],\"inv\":[],\"as\":[\"auction_documents\\/as\\/eiUsiZeJd0vyNsb5Y41EA3naZDVNMgYOrtinSGYW.pdf\"],\"ec\":[\"auction_documents\\/ec\\/OeF3DWvWIrPEXlcQqAVAJsSfBv8GWu4gclE5EIt4.pdf\"],\"coc\":[\"auction_documents\\/coc\\/uOrxHPsuSzDfdp7d6Ax4UHS1HRksc6SaA95p0Pp5.pdf\"],\"bl\":[\"bl_documents\\/y0Omi8kNe5H5L86fzKG2P4l9sMyPOdDFC6FYyQWk.pdf\"],\"dhl\":[\"auction_documents\\/dhl\\/jfR37oISIhXyn4uuTRm7JpTbUiGXu0hUeaeOed9H.pdf\"],\"pc\":[\"auction_documents\\/pc\\/YgozBMYBTlayKdfbeFMLb5bMlnXWhwfiwxHjFNiu.zip\"]}', '2023-09-15', 'TOHOKU', 6, NULL, 'TAA', 1, NULL, 'pending', '2026-05-04 12:11:34', '2026-05-14 10:56:39'),
(2, 1, 2, 1, 'NZT260-3110340', '2023-11-29', 667000.00, 16500.00, 0.00, 25000.00, 25000.00, 17600.00, 5845.00, 347781.00, 5000.00, 5000.00, 0.00, 13950.00, 1134721.00, 7850.00, 'HOEGH TRANSPORTER V170', '[]', '{\"as\":[],\"ec\":[],\"coc\":[],\"bl\":[],\"dhl\":[],\"keys\":[],\"psi\":[],\"bill\":[],\"inv\":[],\"pc\":[\"auction_documents\\/pc\\/bEsT6lvCGKMhYlZxT5ELLcHkQToPka815YHAc2MU.zip\"]}', '2024-02-03', 'CHUBU', 3, NULL, 'CAA', 2, NULL, 'pending', '2026-05-04 12:57:59', '2026-05-20 14:46:23'),
(3, 2, 3, 2, 'RU3-1330178', '2024-02-29', 1705000.00, 19800.00, 40410.00, 19500.00, 50000.00, 17600.00, 4912.00, 392774.00, 5000.00, 5000.00, 14000.00, 16200.00, 2297646.00, 17322.00, 'HOEGH JEDDAH V62', '[]', '{\"as\":[],\"ec\":[],\"coc\":[],\"bl\":[],\"dhl\":[],\"keys\":[],\"pc\":[],\"psi\":[],\"bill\":[],\"inv\":[]}', '2024-05-10', 'TOCHIGI', 7, NULL, 'IAUC', 3, NULL, 'pending', '2026-05-04 16:01:41', '2026-05-20 14:46:23'),
(4, 1, 4, 2, 'URJ202-4178002', '2024-09-10', 4540000.00, 16500.00, 0.00, 32000.00, 125000.00, 17600.00, 12968.00, 598397.00, 5000.00, 5000.00, 0.00, 10800.00, 5369695.00, 48500.00, 'HOEGH TRACER V51', '[]', '{\"as\":[],\"ec\":[],\"coc\":[],\"bl\":[],\"dhl\":[],\"keys\":[],\"pc\":[],\"psi\":[],\"bill\":[],\"inv\":[]}', '2024-11-08', 'HIROSHIMA', 1, NULL, 'TAA', 4, NULL, 'completed', '2026-05-05 14:22:08', '2026-05-20 14:56:29'),
(5, 2, 6, 44, 'RU1-1218640', '2024-10-24', 1490000.00, 16500.00, 0.00, 25000.00, 50000.00, 17600.00, 4637.00, 381040.00, 5000.00, 5000.00, 0.00, 1350.00, 2000912.00, 14500.00, 'HOEGH ST. PETERSBURG V90', '[]', '{\"as\":[],\"ec\":[],\"coc\":[],\"bl\":[],\"dhl\":[],\"keys\":[],\"pc\":[],\"psi\":[],\"bill\":[],\"inv\":[]}', '2024-12-01', 'CHUBU', 3, NULL, 'TAA', 5, NULL, 'pending', '2026-05-05 14:26:27', '2026-05-14 10:56:39'),
(6, 1, 2, 1, 'NZT260-3184088', '2024-11-12', 1193000.00, 16700.00, 0.00, 43000.00, 50000.00, 17600.00, 3713.00, 352823.00, 5000.00, 5000.00, 0.00, 0.00, 1693306.00, 11900.00, 'HOEGH ST. PETERSBURG V90', '[]', '{\"as\":[],\"ec\":[],\"coc\":[],\"bl\":[],\"dhl\":[],\"keys\":[],\"pc\":[],\"psi\":[],\"bill\":[],\"inv\":[]}', '2024-12-01', 'FUKUOKA', 8, NULL, 'LUM', 6, NULL, 'completed', '2026-05-05 14:28:49', '2026-05-20 14:48:54'),
(7, 2, 6, 44, 'RU1-1117081', '2024-11-12', 1184000.00, 16500.00, 0.00, 32000.00, 50000.00, 17600.00, 3685.00, 375905.00, 5000.00, 5000.00, 0.00, 0.00, 1695040.00, 12000.00, 'HOEGH ST. PETERSBURG V90', '[]', '{\"as\":[],\"ec\":[],\"coc\":[],\"bl\":[],\"dhl\":[],\"keys\":[],\"pc\":[],\"psi\":[],\"bill\":[],\"inv\":[]}', '2024-12-01', 'HIROSHIMA', 1, NULL, 'TAA', 4, NULL, 'pending', '2026-05-05 14:30:16', '2026-05-20 14:46:23'),
(8, 2, 6, 44, 'RU1-1220394', '2024-11-12', 1451000.00, 16500.00, 0.00, 32000.00, 50000.00, 17600.00, 4516.00, 381041.00, 5000.00, 5000.00, 0.00, 0.00, 1968007.00, 13900.00, 'HOEGH ST. PETERSBURG V90', '[]', '{\"as\":[],\"ec\":[],\"coc\":[],\"bl\":[],\"dhl\":[],\"keys\":[],\"pc\":[],\"psi\":[],\"bill\":[],\"inv\":[]}', '2024-12-01', 'HIROSHIMA', 1, NULL, 'TAA', 4, NULL, 'pending', '2026-05-05 14:31:28', '2026-05-20 14:46:23'),
(9, 2, 6, 44, 'RU1-1200712', '2025-01-07', 890000.00, 20000.00, 28942.00, 7000.00, 50000.00, 17600.00, 4951.00, 384132.00, 0.00, 10000.00, 16000.00, 9000.00, 1443825.00, 11600.00, 'HOEGH SEOUL V139', '[]', '{\"as\":[],\"ec\":[],\"coc\":[],\"bl\":[],\"dhl\":[],\"keys\":[],\"pc\":[],\"psi\":[],\"bill\":[],\"inv\":[]}', '2025-03-13', 'YOKOHAMA', 9, NULL, 'USS', 7, NULL, 'pending', '2026-05-05 14:33:28', '2026-05-20 14:46:23'),
(10, 2, 6, 44, 'RU1-1114041', '2025-01-14', 1083000.00, 16500.00, 28942.00, 43000.00, 50000.00, 17600.00, 6024.00, 384132.00, 0.00, 10000.00, 19000.00, 5850.00, 1673483.00, 10796.00, 'HOEGH SEOUL V139', '[]', '{\"as\":[],\"ec\":[],\"coc\":[],\"bl\":[],\"dhl\":[],\"keys\":[],\"pc\":[],\"psi\":[],\"bill\":[],\"inv\":[]}', '2025-03-13', 'KYUSHU', 10, NULL, 'TAA', 8, NULL, 'pending', '2026-05-05 14:35:10', '2026-05-14 10:56:39'),
(11, 9, 7, 2, 'AGL20-0005219', '2025-05-23', 2589000.00, 30000.00, 27206.00, 27400.00, 100000.00, 19500.00, 2961.00, 489953.00, 0.00, 10000.00, 16000.00, 20250.00, 3342635.00, 27500.00, 'HOEGH TRADER V182', '[]', '{\"as\":[],\"ec\":[],\"coc\":[],\"bl\":[],\"dhl\":[],\"keys\":[],\"pc\":[],\"psi\":[],\"bill\":[],\"inv\":[]}', '2025-08-21', 'NAGOYA', 11, NULL, 'USS', 9, NULL, 'pending', '2026-05-05 14:39:39', '2026-05-14 10:56:39'),
(12, 1, 8, 2, 'TRJ250-0018874', '2025-08-26', 6927000.00, 16500.00, 0.00, 0.00, 175000.00, 40000.00, 0.00, 273281.00, 0.00, 0.00, 0.00, 8100.00, 7442341.00, 58000.00, 'NYK DANIELLA 0166S', '[]', '{\"as\":[],\"ec\":[],\"coc\":[],\"bl\":[],\"dhl\":[],\"keys\":[],\"pc\":[],\"psi\":[],\"bill\":[],\"inv\":[]}', '2025-10-28', 'GIFU', 12, NULL, 'CAA', 10, NULL, 'pending', '2026-05-05 14:41:58', '2026-05-14 10:56:39'),
(13, 2, 6, 44, 'RU1-1319057', '2025-09-17', 1821000.00, 16500.00, 0.00, 0.00, 50000.00, 35000.00, 0.00, 273281.00, 0.00, 0.00, 0.00, 0.00, 2197431.00, 17000.00, 'NYK DANIELLA 0166S', '[]', '{\"as\":[],\"ec\":[],\"coc\":[],\"bl\":[],\"dhl\":[],\"keys\":[],\"pc\":[],\"psi\":[],\"bill\":[],\"inv\":[]}', '2025-10-28', 'SAITAMA', 13, NULL, 'MRIVE', 11, NULL, 'pending', '2026-05-05 14:43:40', '2026-05-05 14:43:40'),
(14, 9, 7, 2, 'AGL20-0004648', '2025-09-17', 2670000.00, 16500.00, 0.00, 0.00, 50000.00, 35000.00, 0.00, 273281.00, 0.00, 0.00, 0.00, 0.00, 3046431.00, 27000.00, 'NYK DANIELLA 0166S', '[]', '{\"as\":[],\"ec\":[],\"coc\":[],\"bl\":[],\"dhl\":[],\"keys\":[],\"pc\":[],\"psi\":[],\"bill\":[],\"inv\":[]}', '2025-10-28', 'FUKUOKA', 8, NULL, 'USS', 12, NULL, 'pending', '2026-05-05 14:45:13', '2026-05-14 10:56:39'),
(15, 1, 9, 46, 'ZSU60-0074668', '2025-11-21', 1463000.00, 16500.00, 0.00, 0.00, 50000.00, 46500.00, 0.00, 247613.00, 0.00, 0.00, 0.00, 16200.00, 1843083.00, 14400.00, 'MAERSK ESMERALDAS V605E', '[]', '{\"as\":[],\"ec\":[],\"coc\":[],\"bl\":[],\"dhl\":[],\"keys\":[],\"pc\":[],\"psi\":[],\"bill\":[],\"inv\":[]}', '2025-02-10', 'YAMAGUCHI', 14, NULL, 'KCAA', 13, NULL, 'pending', '2026-05-05 14:47:52', '2026-05-05 14:48:27'),
(16, 2, 6, 44, 'RU1-1403259', '2025-12-17', 1922000.00, 0.00, 0.00, 0.00, 50000.00, 46500.00, 0.00, 247613.00, 0.00, 0.00, 0.00, 4500.00, 2271063.00, 18400.04, 'MAERSK ESMERALDAS V605E', '[]', '{\"as\":[],\"ec\":[],\"coc\":[],\"bl\":[],\"dhl\":[],\"keys\":[],\"pc\":[],\"psi\":[],\"bill\":[],\"inv\":[]}', '2026-02-10', 'SAITAMA', 13, NULL, 'MRIVE', 11, NULL, 'pending', '2026-05-05 14:51:18', '2026-05-20 14:46:23'),
(17, 10, 10, 2, 'YV1LF10MCK1430988', '2025-12-18', 2430000.00, 20000.00, 0.00, 0.00, 50000.00, 46500.00, 0.00, 247613.00, 0.00, 0.00, 0.00, 4050.00, 2800568.00, 23800.00, 'MAERSK ESMERALDAS V605E', '[]', '{\"as\":[],\"ec\":[],\"coc\":[],\"bl\":[],\"dhl\":[],\"keys\":[],\"pc\":[],\"psi\":[],\"bill\":[],\"inv\":[]}', '2026-02-10', 'TOKYO', 2, NULL, 'USS', 14, NULL, 'pending', '2026-05-05 14:54:41', '2026-05-20 14:46:22'),
(18, 1, 9, 46, 'ZSU60-0057791', '2026-03-10', 1350000.00, 26500.00, 0.00, 0.00, 50000.00, 0.00, 0.00, 0.00, 0.00, 0.00, 0.00, 0.00, 1429150.00, NULL, NULL, '[]', '{\"as\":[],\"ec\":[],\"coc\":[],\"bl\":[],\"dhl\":[],\"keys\":[],\"pc\":[],\"psi\":[],\"bill\":[],\"inv\":[]}', NULL, 'TOCHIGI', 7, NULL, 'IAUC', 3, NULL, 'pending', '2026-05-05 14:56:46', '2026-05-05 14:56:46'),
(19, 1, 9, 46, 'ZSU60-0112452', '2026-03-18', 1350000.00, 16500.00, 0.00, 0.00, 50000.00, 0.00, 0.00, 0.00, 0.00, 0.00, 0.00, 0.00, 1418150.00, NULL, NULL, '[]', '{\"as\":[],\"ec\":[],\"coc\":[],\"bl\":[],\"dhl\":[],\"keys\":[],\"pc\":[],\"psi\":[],\"bill\":[],\"inv\":[]}', NULL, 'KOBE', 15, NULL, 'ONE-P', 15, NULL, 'pending', '2026-05-05 14:59:37', '2026-05-06 18:39:12');

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

--
-- Table structure for table `auction_houses`
--

CREATE TABLE `auction_houses` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `name` varchar(255) NOT NULL,
  `region_id` bigint(20) UNSIGNED DEFAULT NULL,
  `auction_fee` decimal(12,2) 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 `auction_houses`
--

INSERT INTO `auction_houses` (`id`, `name`, `region_id`, `auction_fee`, `created_at`, `updated_at`) VALUES
(1, 'TAA', 6, NULL, '2026-05-04 12:01:40', '2026-05-04 12:01:40'),
(2, 'CAA', 3, NULL, '2026-05-04 12:55:47', '2026-05-04 12:55:47'),
(3, 'IAUC', 7, NULL, '2026-05-04 15:59:22', '2026-05-04 15:59:22'),
(4, 'TAA', 1, NULL, '2026-05-05 14:20:32', '2026-05-05 14:20:32'),
(5, 'TAA', 3, NULL, '2026-05-05 14:25:06', '2026-05-05 14:25:06'),
(6, 'LUM', 8, NULL, '2026-05-05 14:27:39', '2026-05-05 14:27:39'),
(7, 'USS', 9, NULL, '2026-05-05 14:32:16', '2026-05-05 14:32:16'),
(8, 'TAA', 10, NULL, '2026-05-05 14:34:10', '2026-05-05 14:34:10'),
(9, 'USS', 11, NULL, '2026-05-05 14:38:34', '2026-05-05 14:38:34'),
(10, 'CAA', 12, NULL, '2026-05-05 14:40:59', '2026-05-05 14:40:59'),
(11, 'MRIVE', 13, 16500.00, '2026-05-05 14:42:47', '2026-05-15 17:46:06'),
(12, 'USS', 8, NULL, '2026-05-05 14:44:18', '2026-05-05 14:44:18'),
(13, 'KCAA', 14, NULL, '2026-05-05 14:47:08', '2026-05-05 14:47:08'),
(14, 'USS', 2, NULL, '2026-05-05 14:53:46', '2026-05-05 14:53:46'),
(15, 'ONE-P', 15, 16500.00, '2026-05-05 14:59:07', '2026-05-15 17:44:53');

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

--
-- Table structure for table `bank_accounts`
--

CREATE TABLE `bank_accounts` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `bank_name` varchar(255) NOT NULL,
  `account_title` varchar(255) NOT NULL,
  `account_number` varchar(255) NOT NULL,
  `iban` varchar(255) DEFAULT NULL,
  `swift_code` varchar(255) DEFAULT NULL,
  `branch` varchar(255) DEFAULT 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;

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

--
-- 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
('kashotrading-cache-4a41ded3d666738fb63fc0287c91b346', 'i:1;', 1779294572),
('kashotrading-cache-4a41ded3d666738fb63fc0287c91b346:timer', 'i:1779294572;', 1779294572),
('kashotrading-cache-7a9ad440a2a628cc6979f25704a876ff', 'i:1;', 1779321656),
('kashotrading-cache-7a9ad440a2a628cc6979f25704a876ff:timer', 'i:1779321656;', 1779321656),
('kashotrading-cache-99e3b436565cda08304bb2c157f7357f', 'i:1;', 1779377387),
('kashotrading-cache-99e3b436565cda08304bb2c157f7357f:timer', 'i:1779377387;', 1779377387),
('kashotrading-cache-setting_reservation_expiry_days', 's:1:\"1\";', 1779306953),
('kashotrading-cache-vehicle-form:countries', 'O:29:\"Illuminate\\Support\\Collection\":2:{s:8:\"\0*\0items\";a:249:{i:0;a:3:{s:2:\"id\";i:3;s:4:\"name\";s:11:\"Afghanistan\";s:4:\"code\";s:2:\"AF\";}i:1;a:3:{s:2:\"id\";i:15;s:4:\"name\";s:14:\"Åland Islands\";s:4:\"code\";s:2:\"AX\";}i:2;a:3:{s:2:\"id\";i:6;s:4:\"name\";s:7:\"Albania\";s:4:\"code\";s:2:\"AL\";}i:3;a:3:{s:2:\"id\";i:62;s:4:\"name\";s:7:\"Algeria\";s:4:\"code\";s:2:\"DZ\";}i:4;a:3:{s:2:\"id\";i:11;s:4:\"name\";s:14:\"American Samoa\";s:4:\"code\";s:2:\"AS\";}i:5;a:3:{s:2:\"id\";i:1;s:4:\"name\";s:7:\"Andorra\";s:4:\"code\";s:2:\"AD\";}i:6;a:3:{s:2:\"id\";i:8;s:4:\"name\";s:6:\"Angola\";s:4:\"code\";s:2:\"AO\";}i:7;a:3:{s:2:\"id\";i:5;s:4:\"name\";s:8:\"Anguilla\";s:4:\"code\";s:2:\"AI\";}i:8;a:3:{s:2:\"id\";i:9;s:4:\"name\";s:10:\"Antarctica\";s:4:\"code\";s:2:\"AQ\";}i:9;a:3:{s:2:\"id\";i:4;s:4:\"name\";s:19:\"Antigua and Barbuda\";s:4:\"code\";s:2:\"AG\";}i:10;a:3:{s:2:\"id\";i:10;s:4:\"name\";s:9:\"Argentina\";s:4:\"code\";s:2:\"AR\";}i:11;a:3:{s:2:\"id\";i:7;s:4:\"name\";s:7:\"Armenia\";s:4:\"code\";s:2:\"AM\";}i:12;a:3:{s:2:\"id\";i:14;s:4:\"name\";s:5:\"Aruba\";s:4:\"code\";s:2:\"AW\";}i:13;a:3:{s:2:\"id\";i:13;s:4:\"name\";s:9:\"Australia\";s:4:\"code\";s:2:\"AU\";}i:14;a:3:{s:2:\"id\";i:12;s:4:\"name\";s:7:\"Austria\";s:4:\"code\";s:2:\"AT\";}i:15;a:3:{s:2:\"id\";i:16;s:4:\"name\";s:10:\"Azerbaijan\";s:4:\"code\";s:2:\"AZ\";}i:16;a:3:{s:2:\"id\";i:32;s:4:\"name\";s:7:\"Bahamas\";s:4:\"code\";s:2:\"BS\";}i:17;a:3:{s:2:\"id\";i:23;s:4:\"name\";s:7:\"Bahrain\";s:4:\"code\";s:2:\"BH\";}i:18;a:3:{s:2:\"id\";i:19;s:4:\"name\";s:10:\"Bangladesh\";s:4:\"code\";s:2:\"BD\";}i:19;a:3:{s:2:\"id\";i:18;s:4:\"name\";s:8:\"Barbados\";s:4:\"code\";s:2:\"BB\";}i:20;a:3:{s:2:\"id\";i:36;s:4:\"name\";s:7:\"Belarus\";s:4:\"code\";s:2:\"BY\";}i:21;a:3:{s:2:\"id\";i:20;s:4:\"name\";s:7:\"Belgium\";s:4:\"code\";s:2:\"BE\";}i:22;a:3:{s:2:\"id\";i:37;s:4:\"name\";s:6:\"Belize\";s:4:\"code\";s:2:\"BZ\";}i:23;a:3:{s:2:\"id\";i:25;s:4:\"name\";s:5:\"Benin\";s:4:\"code\";s:2:\"BJ\";}i:24;a:3:{s:2:\"id\";i:27;s:4:\"name\";s:7:\"Bermuda\";s:4:\"code\";s:2:\"BM\";}i:25;a:3:{s:2:\"id\";i:33;s:4:\"name\";s:6:\"Bhutan\";s:4:\"code\";s:2:\"BT\";}i:26;a:3:{s:2:\"id\";i:29;s:4:\"name\";s:31:\"Bolivia, Plurinational State of\";s:4:\"code\";s:2:\"BO\";}i:27;a:3:{s:2:\"id\";i:30;s:4:\"name\";s:32:\"Bonaire, Sint Eustatius and Saba\";s:4:\"code\";s:2:\"BQ\";}i:28;a:3:{s:2:\"id\";i:17;s:4:\"name\";s:22:\"Bosnia and Herzegovina\";s:4:\"code\";s:2:\"BA\";}i:29;a:3:{s:2:\"id\";i:35;s:4:\"name\";s:8:\"Botswana\";s:4:\"code\";s:2:\"BW\";}i:30;a:3:{s:2:\"id\";i:34;s:4:\"name\";s:13:\"Bouvet Island\";s:4:\"code\";s:2:\"BV\";}i:31;a:3:{s:2:\"id\";i:31;s:4:\"name\";s:6:\"Brazil\";s:4:\"code\";s:2:\"BR\";}i:32;a:3:{s:2:\"id\";i:106;s:4:\"name\";s:30:\"British Indian Ocean Territory\";s:4:\"code\";s:2:\"IO\";}i:33;a:3:{s:2:\"id\";i:28;s:4:\"name\";s:17:\"Brunei Darussalam\";s:4:\"code\";s:2:\"BN\";}i:34;a:3:{s:2:\"id\";i:22;s:4:\"name\";s:8:\"Bulgaria\";s:4:\"code\";s:2:\"BG\";}i:35;a:3:{s:2:\"id\";i:21;s:4:\"name\";s:12:\"Burkina Faso\";s:4:\"code\";s:2:\"BF\";}i:36;a:3:{s:2:\"id\";i:24;s:4:\"name\";s:7:\"Burundi\";s:4:\"code\";s:2:\"BI\";}i:37;a:3:{s:2:\"id\";i:52;s:4:\"name\";s:10:\"Cabo Verde\";s:4:\"code\";s:2:\"CV\";}i:38;a:3:{s:2:\"id\";i:117;s:4:\"name\";s:8:\"Cambodia\";s:4:\"code\";s:2:\"KH\";}i:39;a:3:{s:2:\"id\";i:47;s:4:\"name\";s:8:\"Cameroon\";s:4:\"code\";s:2:\"CM\";}i:40;a:3:{s:2:\"id\";i:38;s:4:\"name\";s:6:\"Canada\";s:4:\"code\";s:2:\"CA\";}i:41;a:3:{s:2:\"id\";i:124;s:4:\"name\";s:14:\"Cayman Islands\";s:4:\"code\";s:2:\"KY\";}i:42;a:3:{s:2:\"id\";i:41;s:4:\"name\";s:24:\"Central African Republic\";s:4:\"code\";s:2:\"CF\";}i:43;a:3:{s:2:\"id\";i:215;s:4:\"name\";s:4:\"Chad\";s:4:\"code\";s:2:\"TD\";}i:44;a:3:{s:2:\"id\";i:46;s:4:\"name\";s:5:\"Chile\";s:4:\"code\";s:2:\"CL\";}i:45;a:3:{s:2:\"id\";i:48;s:4:\"name\";s:5:\"China\";s:4:\"code\";s:2:\"CN\";}i:46;a:3:{s:2:\"id\";i:54;s:4:\"name\";s:16:\"Christmas Island\";s:4:\"code\";s:2:\"CX\";}i:47;a:3:{s:2:\"id\";i:39;s:4:\"name\";s:23:\"Cocos (Keeling) Islands\";s:4:\"code\";s:2:\"CC\";}i:48;a:3:{s:2:\"id\";i:49;s:4:\"name\";s:8:\"Colombia\";s:4:\"code\";s:2:\"CO\";}i:49;a:3:{s:2:\"id\";i:119;s:4:\"name\";s:7:\"Comoros\";s:4:\"code\";s:2:\"KM\";}i:50;a:3:{s:2:\"id\";i:42;s:4:\"name\";s:5:\"Congo\";s:4:\"code\";s:2:\"CG\";}i:51;a:3:{s:2:\"id\";i:40;s:4:\"name\";s:33:\"Congo, Democratic Republic of the\";s:4:\"code\";s:2:\"CD\";}i:52;a:3:{s:2:\"id\";i:45;s:4:\"name\";s:12:\"Cook Islands\";s:4:\"code\";s:2:\"CK\";}i:53;a:3:{s:2:\"id\";i:50;s:4:\"name\";s:10:\"Costa Rica\";s:4:\"code\";s:2:\"CR\";}i:54;a:3:{s:2:\"id\";i:44;s:4:\"name\";s:14:\"Côte d\'Ivoire\";s:4:\"code\";s:2:\"CI\";}i:55;a:3:{s:2:\"id\";i:98;s:4:\"name\";s:7:\"Croatia\";s:4:\"code\";s:2:\"HR\";}i:56;a:3:{s:2:\"id\";i:51;s:4:\"name\";s:4:\"Cuba\";s:4:\"code\";s:2:\"CU\";}i:57;a:3:{s:2:\"id\";i:53;s:4:\"name\";s:8:\"Curaçao\";s:4:\"code\";s:2:\"CW\";}i:58;a:3:{s:2:\"id\";i:55;s:4:\"name\";s:6:\"Cyprus\";s:4:\"code\";s:2:\"CY\";}i:59;a:3:{s:2:\"id\";i:56;s:4:\"name\";s:7:\"Czechia\";s:4:\"code\";s:2:\"CZ\";}i:60;a:3:{s:2:\"id\";i:59;s:4:\"name\";s:7:\"Denmark\";s:4:\"code\";s:2:\"DK\";}i:61;a:3:{s:2:\"id\";i:58;s:4:\"name\";s:8:\"Djibouti\";s:4:\"code\";s:2:\"DJ\";}i:62;a:3:{s:2:\"id\";i:60;s:4:\"name\";s:8:\"Dominica\";s:4:\"code\";s:2:\"DM\";}i:63;a:3:{s:2:\"id\";i:61;s:4:\"name\";s:18:\"Dominican Republic\";s:4:\"code\";s:2:\"DO\";}i:64;a:3:{s:2:\"id\";i:63;s:4:\"name\";s:7:\"Ecuador\";s:4:\"code\";s:2:\"EC\";}i:65;a:3:{s:2:\"id\";i:65;s:4:\"name\";s:5:\"Egypt\";s:4:\"code\";s:2:\"EG\";}i:66;a:3:{s:2:\"id\";i:210;s:4:\"name\";s:11:\"El Salvador\";s:4:\"code\";s:2:\"SV\";}i:67;a:3:{s:2:\"id\";i:88;s:4:\"name\";s:17:\"Equatorial Guinea\";s:4:\"code\";s:2:\"GQ\";}i:68;a:3:{s:2:\"id\";i:67;s:4:\"name\";s:7:\"Eritrea\";s:4:\"code\";s:2:\"ER\";}i:69;a:3:{s:2:\"id\";i:64;s:4:\"name\";s:7:\"Estonia\";s:4:\"code\";s:2:\"EE\";}i:70;a:3:{s:2:\"id\";i:213;s:4:\"name\";s:8:\"Eswatini\";s:4:\"code\";s:2:\"SZ\";}i:71;a:3:{s:2:\"id\";i:69;s:4:\"name\";s:8:\"Ethiopia\";s:4:\"code\";s:2:\"ET\";}i:72;a:3:{s:2:\"id\";i:72;s:4:\"name\";s:27:\"Falkland Islands (Malvinas)\";s:4:\"code\";s:2:\"FK\";}i:73;a:3:{s:2:\"id\";i:74;s:4:\"name\";s:13:\"Faroe Islands\";s:4:\"code\";s:2:\"FO\";}i:74;a:3:{s:2:\"id\";i:71;s:4:\"name\";s:4:\"Fiji\";s:4:\"code\";s:2:\"FJ\";}i:75;a:3:{s:2:\"id\";i:70;s:4:\"name\";s:7:\"Finland\";s:4:\"code\";s:2:\"FI\";}i:76;a:3:{s:2:\"id\";i:75;s:4:\"name\";s:6:\"France\";s:4:\"code\";s:2:\"FR\";}i:77;a:3:{s:2:\"id\";i:80;s:4:\"name\";s:13:\"French Guiana\";s:4:\"code\";s:2:\"GF\";}i:78;a:3:{s:2:\"id\";i:175;s:4:\"name\";s:16:\"French Polynesia\";s:4:\"code\";s:2:\"PF\";}i:79;a:3:{s:2:\"id\";i:216;s:4:\"name\";s:27:\"French Southern Territories\";s:4:\"code\";s:2:\"TF\";}i:80;a:3:{s:2:\"id\";i:76;s:4:\"name\";s:5:\"Gabon\";s:4:\"code\";s:2:\"GA\";}i:81;a:3:{s:2:\"id\";i:85;s:4:\"name\";s:6:\"Gambia\";s:4:\"code\";s:2:\"GM\";}i:82;a:3:{s:2:\"id\";i:79;s:4:\"name\";s:7:\"Georgia\";s:4:\"code\";s:2:\"GE\";}i:83;a:3:{s:2:\"id\";i:57;s:4:\"name\";s:7:\"Germany\";s:4:\"code\";s:2:\"DE\";}i:84;a:3:{s:2:\"id\";i:82;s:4:\"name\";s:5:\"Ghana\";s:4:\"code\";s:2:\"GH\";}i:85;a:3:{s:2:\"id\";i:83;s:4:\"name\";s:9:\"Gibraltar\";s:4:\"code\";s:2:\"GI\";}i:86;a:3:{s:2:\"id\";i:89;s:4:\"name\";s:6:\"Greece\";s:4:\"code\";s:2:\"GR\";}i:87;a:3:{s:2:\"id\";i:84;s:4:\"name\";s:9:\"Greenland\";s:4:\"code\";s:2:\"GL\";}i:88;a:3:{s:2:\"id\";i:78;s:4:\"name\";s:7:\"Grenada\";s:4:\"code\";s:2:\"GD\";}i:89;a:3:{s:2:\"id\";i:87;s:4:\"name\";s:10:\"Guadeloupe\";s:4:\"code\";s:2:\"GP\";}i:90;a:3:{s:2:\"id\";i:92;s:4:\"name\";s:4:\"Guam\";s:4:\"code\";s:2:\"GU\";}i:91;a:3:{s:2:\"id\";i:91;s:4:\"name\";s:9:\"Guatemala\";s:4:\"code\";s:2:\"GT\";}i:92;a:3:{s:2:\"id\";i:81;s:4:\"name\";s:8:\"Guernsey\";s:4:\"code\";s:2:\"GG\";}i:93;a:3:{s:2:\"id\";i:86;s:4:\"name\";s:6:\"Guinea\";s:4:\"code\";s:2:\"GN\";}i:94;a:3:{s:2:\"id\";i:93;s:4:\"name\";s:13:\"Guinea-Bissau\";s:4:\"code\";s:2:\"GW\";}i:95;a:3:{s:2:\"id\";i:94;s:4:\"name\";s:6:\"Guyana\";s:4:\"code\";s:2:\"GY\";}i:96;a:3:{s:2:\"id\";i:99;s:4:\"name\";s:5:\"Haiti\";s:4:\"code\";s:2:\"HT\";}i:97;a:3:{s:2:\"id\";i:96;s:4:\"name\";s:33:\"Heard Island and McDonald Islands\";s:4:\"code\";s:2:\"HM\";}i:98;a:3:{s:2:\"id\";i:236;s:4:\"name\";s:8:\"Holy See\";s:4:\"code\";s:2:\"VA\";}i:99;a:3:{s:2:\"id\";i:97;s:4:\"name\";s:8:\"Honduras\";s:4:\"code\";s:2:\"HN\";}i:100;a:3:{s:2:\"id\";i:95;s:4:\"name\";s:9:\"Hong Kong\";s:4:\"code\";s:2:\"HK\";}i:101;a:3:{s:2:\"id\";i:100;s:4:\"name\";s:7:\"Hungary\";s:4:\"code\";s:2:\"HU\";}i:102;a:3:{s:2:\"id\";i:109;s:4:\"name\";s:7:\"Iceland\";s:4:\"code\";s:2:\"IS\";}i:103;a:3:{s:2:\"id\";i:105;s:4:\"name\";s:5:\"India\";s:4:\"code\";s:2:\"IN\";}i:104;a:3:{s:2:\"id\";i:101;s:4:\"name\";s:9:\"Indonesia\";s:4:\"code\";s:2:\"ID\";}i:105;a:3:{s:2:\"id\";i:108;s:4:\"name\";s:25:\"Iran, Islamic Republic of\";s:4:\"code\";s:2:\"IR\";}i:106;a:3:{s:2:\"id\";i:107;s:4:\"name\";s:4:\"Iraq\";s:4:\"code\";s:2:\"IQ\";}i:107;a:3:{s:2:\"id\";i:102;s:4:\"name\";s:7:\"Ireland\";s:4:\"code\";s:2:\"IE\";}i:108;a:3:{s:2:\"id\";i:104;s:4:\"name\";s:11:\"Isle of Man\";s:4:\"code\";s:2:\"IM\";}i:109;a:3:{s:2:\"id\";i:103;s:4:\"name\";s:6:\"Israel\";s:4:\"code\";s:2:\"IL\";}i:110;a:3:{s:2:\"id\";i:110;s:4:\"name\";s:5:\"Italy\";s:4:\"code\";s:2:\"IT\";}i:111;a:3:{s:2:\"id\";i:112;s:4:\"name\";s:7:\"Jamaica\";s:4:\"code\";s:2:\"JM\";}i:112;a:3:{s:2:\"id\";i:114;s:4:\"name\";s:5:\"Japan\";s:4:\"code\";s:2:\"JP\";}i:113;a:3:{s:2:\"id\";i:111;s:4:\"name\";s:6:\"Jersey\";s:4:\"code\";s:2:\"JE\";}i:114;a:3:{s:2:\"id\";i:113;s:4:\"name\";s:6:\"Jordan\";s:4:\"code\";s:2:\"JO\";}i:115;a:3:{s:2:\"id\";i:125;s:4:\"name\";s:10:\"Kazakhstan\";s:4:\"code\";s:2:\"KZ\";}i:116;a:3:{s:2:\"id\";i:115;s:4:\"name\";s:5:\"Kenya\";s:4:\"code\";s:2:\"KE\";}i:117;a:3:{s:2:\"id\";i:118;s:4:\"name\";s:8:\"Kiribati\";s:4:\"code\";s:2:\"KI\";}i:118;a:3:{s:2:\"id\";i:121;s:4:\"name\";s:38:\"Korea, Democratic People\'s Republic of\";s:4:\"code\";s:2:\"KP\";}i:119;a:3:{s:2:\"id\";i:122;s:4:\"name\";s:18:\"Korea, Republic of\";s:4:\"code\";s:2:\"KR\";}i:120;a:3:{s:2:\"id\";i:123;s:4:\"name\";s:6:\"Kuwait\";s:4:\"code\";s:2:\"KW\";}i:121;a:3:{s:2:\"id\";i:116;s:4:\"name\";s:10:\"Kyrgyzstan\";s:4:\"code\";s:2:\"KG\";}i:122;a:3:{s:2:\"id\";i:126;s:4:\"name\";s:32:\"Lao People\'s Democratic Republic\";s:4:\"code\";s:2:\"LA\";}i:123;a:3:{s:2:\"id\";i:135;s:4:\"name\";s:6:\"Latvia\";s:4:\"code\";s:2:\"LV\";}i:124;a:3:{s:2:\"id\";i:127;s:4:\"name\";s:7:\"Lebanon\";s:4:\"code\";s:2:\"LB\";}i:125;a:3:{s:2:\"id\";i:132;s:4:\"name\";s:7:\"Lesotho\";s:4:\"code\";s:2:\"LS\";}i:126;a:3:{s:2:\"id\";i:131;s:4:\"name\";s:7:\"Liberia\";s:4:\"code\";s:2:\"LR\";}i:127;a:3:{s:2:\"id\";i:136;s:4:\"name\";s:5:\"Libya\";s:4:\"code\";s:2:\"LY\";}i:128;a:3:{s:2:\"id\";i:129;s:4:\"name\";s:13:\"Liechtenstein\";s:4:\"code\";s:2:\"LI\";}i:129;a:3:{s:2:\"id\";i:133;s:4:\"name\";s:9:\"Lithuania\";s:4:\"code\";s:2:\"LT\";}i:130;a:3:{s:2:\"id\";i:134;s:4:\"name\";s:10:\"Luxembourg\";s:4:\"code\";s:2:\"LU\";}i:131;a:3:{s:2:\"id\";i:148;s:4:\"name\";s:5:\"Macao\";s:4:\"code\";s:2:\"MO\";}i:132;a:3:{s:2:\"id\";i:142;s:4:\"name\";s:10:\"Madagascar\";s:4:\"code\";s:2:\"MG\";}i:133;a:3:{s:2:\"id\";i:156;s:4:\"name\";s:6:\"Malawi\";s:4:\"code\";s:2:\"MW\";}i:134;a:3:{s:2:\"id\";i:158;s:4:\"name\";s:8:\"Malaysia\";s:4:\"code\";s:2:\"MY\";}i:135;a:3:{s:2:\"id\";i:155;s:4:\"name\";s:8:\"Maldives\";s:4:\"code\";s:2:\"MV\";}i:136;a:3:{s:2:\"id\";i:145;s:4:\"name\";s:4:\"Mali\";s:4:\"code\";s:2:\"ML\";}i:137;a:3:{s:2:\"id\";i:153;s:4:\"name\";s:5:\"Malta\";s:4:\"code\";s:2:\"MT\";}i:138;a:3:{s:2:\"id\";i:143;s:4:\"name\";s:16:\"Marshall Islands\";s:4:\"code\";s:2:\"MH\";}i:139;a:3:{s:2:\"id\";i:150;s:4:\"name\";s:10:\"Martinique\";s:4:\"code\";s:2:\"MQ\";}i:140;a:3:{s:2:\"id\";i:151;s:4:\"name\";s:10:\"Mauritania\";s:4:\"code\";s:2:\"MR\";}i:141;a:3:{s:2:\"id\";i:154;s:4:\"name\";s:9:\"Mauritius\";s:4:\"code\";s:2:\"MU\";}i:142;a:3:{s:2:\"id\";i:246;s:4:\"name\";s:7:\"Mayotte\";s:4:\"code\";s:2:\"YT\";}i:143;a:3:{s:2:\"id\";i:157;s:4:\"name\";s:6:\"Mexico\";s:4:\"code\";s:2:\"MX\";}i:144;a:3:{s:2:\"id\";i:73;s:4:\"name\";s:31:\"Micronesia, Federated States of\";s:4:\"code\";s:2:\"FM\";}i:145;a:3:{s:2:\"id\";i:139;s:4:\"name\";s:20:\"Moldova, Republic of\";s:4:\"code\";s:2:\"MD\";}i:146;a:3:{s:2:\"id\";i:138;s:4:\"name\";s:6:\"Monaco\";s:4:\"code\";s:2:\"MC\";}i:147;a:3:{s:2:\"id\";i:147;s:4:\"name\";s:8:\"Mongolia\";s:4:\"code\";s:2:\"MN\";}i:148;a:3:{s:2:\"id\";i:140;s:4:\"name\";s:10:\"Montenegro\";s:4:\"code\";s:2:\"ME\";}i:149;a:3:{s:2:\"id\";i:152;s:4:\"name\";s:10:\"Montserrat\";s:4:\"code\";s:2:\"MS\";}i:150;a:3:{s:2:\"id\";i:137;s:4:\"name\";s:7:\"Morocco\";s:4:\"code\";s:2:\"MA\";}i:151;a:3:{s:2:\"id\";i:159;s:4:\"name\";s:10:\"Mozambique\";s:4:\"code\";s:2:\"MZ\";}i:152;a:3:{s:2:\"id\";i:146;s:4:\"name\";s:7:\"Myanmar\";s:4:\"code\";s:2:\"MM\";}i:153;a:3:{s:2:\"id\";i:160;s:4:\"name\";s:7:\"Namibia\";s:4:\"code\";s:2:\"NA\";}i:154;a:3:{s:2:\"id\";i:169;s:4:\"name\";s:5:\"Nauru\";s:4:\"code\";s:2:\"NR\";}i:155;a:3:{s:2:\"id\";i:168;s:4:\"name\";s:5:\"Nepal\";s:4:\"code\";s:2:\"NP\";}i:156;a:3:{s:2:\"id\";i:166;s:4:\"name\";s:27:\"Netherlands, Kingdom of the\";s:4:\"code\";s:2:\"NL\";}i:157;a:3:{s:2:\"id\";i:161;s:4:\"name\";s:13:\"New Caledonia\";s:4:\"code\";s:2:\"NC\";}i:158;a:3:{s:2:\"id\";i:171;s:4:\"name\";s:11:\"New Zealand\";s:4:\"code\";s:2:\"NZ\";}i:159;a:3:{s:2:\"id\";i:165;s:4:\"name\";s:9:\"Nicaragua\";s:4:\"code\";s:2:\"NI\";}i:160;a:3:{s:2:\"id\";i:162;s:4:\"name\";s:5:\"Niger\";s:4:\"code\";s:2:\"NE\";}i:161;a:3:{s:2:\"id\";i:164;s:4:\"name\";s:7:\"Nigeria\";s:4:\"code\";s:2:\"NG\";}i:162;a:3:{s:2:\"id\";i:170;s:4:\"name\";s:4:\"Niue\";s:4:\"code\";s:2:\"NU\";}i:163;a:3:{s:2:\"id\";i:163;s:4:\"name\";s:14:\"Norfolk Island\";s:4:\"code\";s:2:\"NF\";}i:164;a:3:{s:2:\"id\";i:144;s:4:\"name\";s:15:\"North Macedonia\";s:4:\"code\";s:2:\"MK\";}i:165;a:3:{s:2:\"id\";i:149;s:4:\"name\";s:24:\"Northern Mariana Islands\";s:4:\"code\";s:2:\"MP\";}i:166;a:3:{s:2:\"id\";i:167;s:4:\"name\";s:6:\"Norway\";s:4:\"code\";s:2:\"NO\";}i:167;a:3:{s:2:\"id\";i:172;s:4:\"name\";s:4:\"Oman\";s:4:\"code\";s:2:\"OM\";}i:168;a:3:{s:2:\"id\";i:178;s:4:\"name\";s:8:\"Pakistan\";s:4:\"code\";s:2:\"PK\";}i:169;a:3:{s:2:\"id\";i:185;s:4:\"name\";s:5:\"Palau\";s:4:\"code\";s:2:\"PW\";}i:170;a:3:{s:2:\"id\";i:183;s:4:\"name\";s:19:\"Palestine, State of\";s:4:\"code\";s:2:\"PS\";}i:171;a:3:{s:2:\"id\";i:173;s:4:\"name\";s:6:\"Panama\";s:4:\"code\";s:2:\"PA\";}i:172;a:3:{s:2:\"id\";i:176;s:4:\"name\";s:16:\"Papua New Guinea\";s:4:\"code\";s:2:\"PG\";}i:173;a:3:{s:2:\"id\";i:186;s:4:\"name\";s:8:\"Paraguay\";s:4:\"code\";s:2:\"PY\";}i:174;a:3:{s:2:\"id\";i:174;s:4:\"name\";s:4:\"Peru\";s:4:\"code\";s:2:\"PE\";}i:175;a:3:{s:2:\"id\";i:177;s:4:\"name\";s:11:\"Philippines\";s:4:\"code\";s:2:\"PH\";}i:176;a:3:{s:2:\"id\";i:181;s:4:\"name\";s:8:\"Pitcairn\";s:4:\"code\";s:2:\"PN\";}i:177;a:3:{s:2:\"id\";i:179;s:4:\"name\";s:6:\"Poland\";s:4:\"code\";s:2:\"PL\";}i:178;a:3:{s:2:\"id\";i:184;s:4:\"name\";s:8:\"Portugal\";s:4:\"code\";s:2:\"PT\";}i:179;a:3:{s:2:\"id\";i:182;s:4:\"name\";s:11:\"Puerto Rico\";s:4:\"code\";s:2:\"PR\";}i:180;a:3:{s:2:\"id\";i:187;s:4:\"name\";s:5:\"Qatar\";s:4:\"code\";s:2:\"QA\";}i:181;a:3:{s:2:\"id\";i:188;s:4:\"name\";s:8:\"Réunion\";s:4:\"code\";s:2:\"RE\";}i:182;a:3:{s:2:\"id\";i:189;s:4:\"name\";s:7:\"Romania\";s:4:\"code\";s:2:\"RO\";}i:183;a:3:{s:2:\"id\";i:191;s:4:\"name\";s:18:\"Russian Federation\";s:4:\"code\";s:2:\"RU\";}i:184;a:3:{s:2:\"id\";i:192;s:4:\"name\";s:6:\"Rwanda\";s:4:\"code\";s:2:\"RW\";}i:185;a:3:{s:2:\"id\";i:26;s:4:\"name\";s:17:\"Saint Barthélemy\";s:4:\"code\";s:2:\"BL\";}i:186;a:3:{s:2:\"id\";i:199;s:4:\"name\";s:44:\"Saint Helena, Ascension and Tristan da Cunha\";s:4:\"code\";s:2:\"SH\";}i:187;a:3:{s:2:\"id\";i:120;s:4:\"name\";s:21:\"Saint Kitts and Nevis\";s:4:\"code\";s:2:\"KN\";}i:188;a:3:{s:2:\"id\";i:128;s:4:\"name\";s:11:\"Saint Lucia\";s:4:\"code\";s:2:\"LC\";}i:189;a:3:{s:2:\"id\";i:141;s:4:\"name\";s:26:\"Saint Martin (French part)\";s:4:\"code\";s:2:\"MF\";}i:190;a:3:{s:2:\"id\";i:180;s:4:\"name\";s:25:\"Saint Pierre and Miquelon\";s:4:\"code\";s:2:\"PM\";}i:191;a:3:{s:2:\"id\";i:237;s:4:\"name\";s:32:\"Saint Vincent and the Grenadines\";s:4:\"code\";s:2:\"VC\";}i:192;a:3:{s:2:\"id\";i:244;s:4:\"name\";s:5:\"Samoa\";s:4:\"code\";s:2:\"WS\";}i:193;a:3:{s:2:\"id\";i:204;s:4:\"name\";s:10:\"San Marino\";s:4:\"code\";s:2:\"SM\";}i:194;a:3:{s:2:\"id\";i:209;s:4:\"name\";s:21:\"Sao Tome and Principe\";s:4:\"code\";s:2:\"ST\";}i:195;a:3:{s:2:\"id\";i:193;s:4:\"name\";s:12:\"Saudi Arabia\";s:4:\"code\";s:2:\"SA\";}i:196;a:3:{s:2:\"id\";i:205;s:4:\"name\";s:7:\"Senegal\";s:4:\"code\";s:2:\"SN\";}i:197;a:3:{s:2:\"id\";i:190;s:4:\"name\";s:6:\"Serbia\";s:4:\"code\";s:2:\"RS\";}i:198;a:3:{s:2:\"id\";i:195;s:4:\"name\";s:10:\"Seychelles\";s:4:\"code\";s:2:\"SC\";}i:199;a:3:{s:2:\"id\";i:203;s:4:\"name\";s:12:\"Sierra Leone\";s:4:\"code\";s:2:\"SL\";}i:200;a:3:{s:2:\"id\";i:198;s:4:\"name\";s:9:\"Singapore\";s:4:\"code\";s:2:\"SG\";}i:201;a:3:{s:2:\"id\";i:211;s:4:\"name\";s:25:\"Sint Maarten (Dutch part)\";s:4:\"code\";s:2:\"SX\";}i:202;a:3:{s:2:\"id\";i:202;s:4:\"name\";s:8:\"Slovakia\";s:4:\"code\";s:2:\"SK\";}i:203;a:3:{s:2:\"id\";i:200;s:4:\"name\";s:8:\"Slovenia\";s:4:\"code\";s:2:\"SI\";}i:204;a:3:{s:2:\"id\";i:194;s:4:\"name\";s:15:\"Solomon Islands\";s:4:\"code\";s:2:\"SB\";}i:205;a:3:{s:2:\"id\";i:206;s:4:\"name\";s:7:\"Somalia\";s:4:\"code\";s:2:\"SO\";}i:206;a:3:{s:2:\"id\";i:247;s:4:\"name\";s:12:\"South Africa\";s:4:\"code\";s:2:\"ZA\";}i:207;a:3:{s:2:\"id\";i:90;s:4:\"name\";s:44:\"South Georgia and the South Sandwich Islands\";s:4:\"code\";s:2:\"GS\";}i:208;a:3:{s:2:\"id\";i:208;s:4:\"name\";s:11:\"South Sudan\";s:4:\"code\";s:2:\"SS\";}i:209;a:3:{s:2:\"id\";i:68;s:4:\"name\";s:5:\"Spain\";s:4:\"code\";s:2:\"ES\";}i:210;a:3:{s:2:\"id\";i:130;s:4:\"name\";s:9:\"Sri Lanka\";s:4:\"code\";s:2:\"LK\";}i:211;a:3:{s:2:\"id\";i:196;s:4:\"name\";s:5:\"Sudan\";s:4:\"code\";s:2:\"SD\";}i:212;a:3:{s:2:\"id\";i:207;s:4:\"name\";s:8:\"Suriname\";s:4:\"code\";s:2:\"SR\";}i:213;a:3:{s:2:\"id\";i:201;s:4:\"name\";s:22:\"Svalbard and Jan Mayen\";s:4:\"code\";s:2:\"SJ\";}i:214;a:3:{s:2:\"id\";i:197;s:4:\"name\";s:6:\"Sweden\";s:4:\"code\";s:2:\"SE\";}i:215;a:3:{s:2:\"id\";i:43;s:4:\"name\";s:11:\"Switzerland\";s:4:\"code\";s:2:\"CH\";}i:216;a:3:{s:2:\"id\";i:212;s:4:\"name\";s:20:\"Syrian Arab Republic\";s:4:\"code\";s:2:\"SY\";}i:217;a:3:{s:2:\"id\";i:228;s:4:\"name\";s:25:\"Taiwan, Province of China\";s:4:\"code\";s:2:\"TW\";}i:218;a:3:{s:2:\"id\";i:219;s:4:\"name\";s:10:\"Tajikistan\";s:4:\"code\";s:2:\"TJ\";}i:219;a:3:{s:2:\"id\";i:229;s:4:\"name\";s:28:\"Tanzania, United Republic of\";s:4:\"code\";s:2:\"TZ\";}i:220;a:3:{s:2:\"id\";i:218;s:4:\"name\";s:8:\"Thailand\";s:4:\"code\";s:2:\"TH\";}i:221;a:3:{s:2:\"id\";i:221;s:4:\"name\";s:11:\"Timor-Leste\";s:4:\"code\";s:2:\"TL\";}i:222;a:3:{s:2:\"id\";i:217;s:4:\"name\";s:4:\"Togo\";s:4:\"code\";s:2:\"TG\";}i:223;a:3:{s:2:\"id\";i:220;s:4:\"name\";s:7:\"Tokelau\";s:4:\"code\";s:2:\"TK\";}i:224;a:3:{s:2:\"id\";i:224;s:4:\"name\";s:5:\"Tonga\";s:4:\"code\";s:2:\"TO\";}i:225;a:3:{s:2:\"id\";i:226;s:4:\"name\";s:19:\"Trinidad and Tobago\";s:4:\"code\";s:2:\"TT\";}i:226;a:3:{s:2:\"id\";i:223;s:4:\"name\";s:7:\"Tunisia\";s:4:\"code\";s:2:\"TN\";}i:227;a:3:{s:2:\"id\";i:225;s:4:\"name\";s:8:\"Türkiye\";s:4:\"code\";s:2:\"TR\";}i:228;a:3:{s:2:\"id\";i:222;s:4:\"name\";s:12:\"Turkmenistan\";s:4:\"code\";s:2:\"TM\";}i:229;a:3:{s:2:\"id\";i:214;s:4:\"name\";s:24:\"Turks and Caicos Islands\";s:4:\"code\";s:2:\"TC\";}i:230;a:3:{s:2:\"id\";i:227;s:4:\"name\";s:6:\"Tuvalu\";s:4:\"code\";s:2:\"TV\";}i:231;a:3:{s:2:\"id\";i:231;s:4:\"name\";s:6:\"Uganda\";s:4:\"code\";s:2:\"UG\";}i:232;a:3:{s:2:\"id\";i:230;s:4:\"name\";s:7:\"Ukraine\";s:4:\"code\";s:2:\"UA\";}i:233;a:3:{s:2:\"id\";i:2;s:4:\"name\";s:20:\"United Arab Emirates\";s:4:\"code\";s:2:\"AE\";}i:234;a:3:{s:2:\"id\";i:77;s:4:\"name\";s:52:\"United Kingdom of Great Britain and Northern Ireland\";s:4:\"code\";s:2:\"GB\";}i:235;a:3:{s:2:\"id\";i:232;s:4:\"name\";s:36:\"United States Minor Outlying Islands\";s:4:\"code\";s:2:\"UM\";}i:236;a:3:{s:2:\"id\";i:233;s:4:\"name\";s:24:\"United States of America\";s:4:\"code\";s:2:\"US\";}i:237;a:3:{s:2:\"id\";i:234;s:4:\"name\";s:7:\"Uruguay\";s:4:\"code\";s:2:\"UY\";}i:238;a:3:{s:2:\"id\";i:235;s:4:\"name\";s:10:\"Uzbekistan\";s:4:\"code\";s:2:\"UZ\";}i:239;a:3:{s:2:\"id\";i:242;s:4:\"name\";s:7:\"Vanuatu\";s:4:\"code\";s:2:\"VU\";}i:240;a:3:{s:2:\"id\";i:238;s:4:\"name\";s:33:\"Venezuela, Bolivarian Republic of\";s:4:\"code\";s:2:\"VE\";}i:241;a:3:{s:2:\"id\";i:241;s:4:\"name\";s:8:\"Viet Nam\";s:4:\"code\";s:2:\"VN\";}i:242;a:3:{s:2:\"id\";i:239;s:4:\"name\";s:24:\"Virgin Islands (British)\";s:4:\"code\";s:2:\"VG\";}i:243;a:3:{s:2:\"id\";i:240;s:4:\"name\";s:21:\"Virgin Islands (U.S.)\";s:4:\"code\";s:2:\"VI\";}i:244;a:3:{s:2:\"id\";i:243;s:4:\"name\";s:17:\"Wallis and Futuna\";s:4:\"code\";s:2:\"WF\";}i:245;a:3:{s:2:\"id\";i:66;s:4:\"name\";s:14:\"Western Sahara\";s:4:\"code\";s:2:\"EH\";}i:246;a:3:{s:2:\"id\";i:245;s:4:\"name\";s:5:\"Yemen\";s:4:\"code\";s:2:\"YE\";}i:247;a:3:{s:2:\"id\";i:248;s:4:\"name\";s:6:\"Zambia\";s:4:\"code\";s:2:\"ZM\";}i:248;a:3:{s:2:\"id\";i:249;s:4:\"name\";s:8:\"Zimbabwe\";s:4:\"code\";s:2:\"ZW\";}}s:28:\"\0*\0escapeWhenCastingToString\";b:0;}', 1779306184),
('kashotrading-cache-vehicle-form:locations', 'O:29:\"Illuminate\\Support\\Collection\":2:{s:8:\"\0*\0items\";a:1:{i:0;s:7:\"Saitama\";}s:28:\"\0*\0escapeWhenCastingToString\";b:0;}', 1779306184);

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

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

CREATE TABLE `consignees` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `user_id` bigint(20) UNSIGNED NOT NULL,
  `name` varchar(255) NOT NULL,
  `email` varchar(255) DEFAULT NULL,
  `phone` varchar(255) NOT NULL,
  `address` text NOT NULL,
  `city` varchar(255) NOT NULL,
  `country` varchar(255) NOT NULL,
  `postal_code` varchar(255) DEFAULT NULL,
  `is_default` 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 `consignees`
--

INSERT INTO `consignees` (`id`, `user_id`, `name`, `email`, `phone`, `address`, `city`, `country`, `postal_code`, `is_default`, `created_at`, `updated_at`) VALUES
(1, 10, 'My Consignee - 1', 'con@gmail.com', '0123456789', 'Abc Street, 123', 'Los Angeles', 'LA', '2988', 1, '2026-05-04 18:02:26', '2026-05-04 18:02:26'),
(2, 10, 'TRISTONE INVESTMENTS AND AUTO SALES & SPARES', 'tristone@gmail.com', '012345678901', 'ABC Street 123', 'Japan', 'Tokyo', '23456', 0, '2026-05-13 16:18:10', '2026-05-13 16:22:15');

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

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

CREATE TABLE `currencies` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `name` varchar(255) NOT NULL,
  `code` char(3) NOT NULL,
  `symbol` varchar(255) 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 `currencies`
--

INSERT INTO `currencies` (`id`, `name`, `code`, `symbol`, `created_at`, `updated_at`) VALUES
(1, 'UAE Dirham', 'AED', 'د.إ.', '2026-04-23 15:52:31', '2026-04-23 15:52:31'),
(2, 'Afghani', 'AFN', '؋', '2026-04-23 15:52:31', '2026-04-23 15:52:31'),
(3, 'Lek', 'ALL', 'L', '2026-04-23 15:52:31', '2026-04-23 15:52:31'),
(4, 'Armenian Dram', 'AMD', 'դր', '2026-04-23 15:52:31', '2026-04-23 15:52:31'),
(5, 'Kwanza', 'AOA', 'Kz', '2026-04-23 15:52:31', '2026-04-23 15:52:31'),
(6, 'Argentine Peso', 'ARS', '$', '2026-04-23 15:52:31', '2026-04-23 15:52:31'),
(7, 'Australian Dollar', 'AUD', '$', '2026-04-23 15:52:31', '2026-04-23 15:52:31'),
(8, 'Aruban Florin', 'AWG', 'ƒ', '2026-04-23 15:52:31', '2026-04-23 15:52:31'),
(9, 'Azerbaijan Manat', 'AZN', '₼', '2026-04-23 15:52:31', '2026-04-23 15:52:31'),
(10, 'Convertible Mark', 'BAM', 'КМ', '2026-04-23 15:52:31', '2026-04-23 15:52:31'),
(11, 'Barbados Dollar', 'BBD', '$', '2026-04-23 15:52:31', '2026-04-23 15:52:31'),
(12, 'Taka', 'BDT', '৳', '2026-04-23 15:52:31', '2026-04-23 15:52:31'),
(13, 'Bahraini Dinar', 'BHD', 'د.ب.', '2026-04-23 15:52:31', '2026-04-23 15:52:31'),
(14, 'Burundi Franc', 'BIF', 'FBu', '2026-04-23 15:52:31', '2026-04-23 15:52:31'),
(15, 'Bermudian Dollar', 'BMD', '$', '2026-04-23 15:52:31', '2026-04-23 15:52:31'),
(16, 'Brunei Dollar', 'BND', '$', '2026-04-23 15:52:31', '2026-04-23 15:52:31'),
(17, 'Boliviano', 'BOB', 'Bs.', '2026-04-23 15:52:31', '2026-04-23 15:52:31'),
(18, 'Mvdol', 'BOV', NULL, '2026-04-23 15:52:31', '2026-04-23 15:52:31'),
(19, 'Brazilian Real', 'BRL', 'R$', '2026-04-23 15:52:31', '2026-04-23 15:52:31'),
(20, 'Bahamian Dollar', 'BSD', '$', '2026-04-23 15:52:31', '2026-04-23 15:52:31'),
(21, 'Ngultrum', 'BTN', 'Nu.', '2026-04-23 15:52:31', '2026-04-23 15:52:31'),
(22, 'Pula', 'BWP', 'P', '2026-04-23 15:52:31', '2026-04-23 15:52:31'),
(23, 'Belarusian Ruble', 'BYN', 'руб.', '2026-04-23 15:52:31', '2026-04-23 15:52:31'),
(24, 'Belize Dollar', 'BZD', '$', '2026-04-23 15:52:31', '2026-04-23 15:52:31'),
(25, 'Canadian Dollar', 'CAD', '$', '2026-04-23 15:52:31', '2026-04-23 15:52:31'),
(26, 'Congolese Franc', 'CDF', '₣', '2026-04-23 15:52:31', '2026-04-23 15:52:31'),
(27, 'WIR Euro', 'CHE', NULL, '2026-04-23 15:52:31', '2026-04-23 15:52:31'),
(28, 'Swiss Franc', 'CHF', '₣', '2026-04-23 15:52:31', '2026-04-23 15:52:31'),
(29, 'WIR Franc', 'CHW', NULL, '2026-04-23 15:52:31', '2026-04-23 15:52:31'),
(30, 'Unidad de Fomento', 'CLF', NULL, '2026-04-23 15:52:31', '2026-04-23 15:52:31'),
(31, 'Chilean Peso', 'CLP', '$', '2026-04-23 15:52:31', '2026-04-23 15:52:31'),
(32, 'Yuan Renminbi', 'CNY', '¥元', '2026-04-23 15:52:31', '2026-04-23 15:52:31'),
(33, 'Colombian Peso', 'COP', '$', '2026-04-23 15:52:31', '2026-04-23 15:52:31'),
(34, 'Unidad de Valor Real', 'COU', NULL, '2026-04-23 15:52:31', '2026-04-23 15:52:31'),
(35, 'Costa Rican Colon', 'CRC', '₡', '2026-04-23 15:52:31', '2026-04-23 15:52:31'),
(36, 'Cuban Peso', 'CUP', '₱', '2026-04-23 15:52:31', '2026-04-23 15:52:31'),
(37, 'Cabo Verde Escudo', 'CVE', '$', '2026-04-23 15:52:31', '2026-04-23 15:52:31'),
(38, 'Czech Koruna', 'CZK', 'Kč', '2026-04-23 15:52:31', '2026-04-23 15:52:31'),
(39, 'Djibouti Franc', 'DJF', 'ف.ج.', '2026-04-23 15:52:31', '2026-04-23 15:52:31'),
(40, 'Danish Krone', 'DKK', 'kr.', '2026-04-23 15:52:31', '2026-04-23 15:52:31'),
(41, 'Dominican Peso', 'DOP', '$', '2026-04-23 15:52:31', '2026-04-23 15:52:31'),
(42, 'Algerian Dinar', 'DZD', 'د.ج.', '2026-04-23 15:52:31', '2026-04-23 15:52:31'),
(43, 'Egyptian Pound', 'EGP', 'ج.م.', '2026-04-23 15:52:31', '2026-04-23 15:52:31'),
(44, 'Nakfa', 'ERN', 'ناكفا', '2026-04-23 15:52:31', '2026-04-23 15:52:31'),
(45, 'Ethiopian Birr', 'ETB', 'ብር', '2026-04-23 15:52:31', '2026-04-23 15:52:31'),
(46, 'Euro', 'EUR', '€', '2026-04-23 15:52:31', '2026-04-23 15:52:31'),
(47, 'Fiji Dollar', 'FJD', '$', '2026-04-23 15:52:31', '2026-04-23 15:52:31'),
(48, 'Falkland Islands Pound', 'FKP', '£', '2026-04-23 15:52:31', '2026-04-23 15:52:31'),
(49, 'Pound Sterling', 'GBP', '£', '2026-04-23 15:52:31', '2026-04-23 15:52:31'),
(50, 'Lari', 'GEL', '₾', '2026-04-23 15:52:31', '2026-04-23 15:52:31'),
(51, 'Ghana Cedi', 'GHS', '₵', '2026-04-23 15:52:31', '2026-04-23 15:52:31'),
(52, 'Gibraltar Pound', 'GIP', '£', '2026-04-23 15:52:31', '2026-04-23 15:52:31'),
(53, 'Dalasi', 'GMD', 'D', '2026-04-23 15:52:31', '2026-04-23 15:52:31'),
(54, 'Guinean Franc', 'GNF', 'FG', '2026-04-23 15:52:31', '2026-04-23 15:52:31'),
(55, 'Quetzal', 'GTQ', '$', '2026-04-23 15:52:31', '2026-04-23 15:52:31'),
(56, 'Guyana Dollar', 'GYD', '$', '2026-04-23 15:52:31', '2026-04-23 15:52:31'),
(57, 'Hong Kong Dollar', 'HKD', '$', '2026-04-23 15:52:31', '2026-04-23 15:52:31'),
(58, 'Lempira', 'HNL', 'L', '2026-04-23 15:52:31', '2026-04-23 15:52:31'),
(59, 'Gourde', 'HTG', 'G', '2026-04-23 15:52:31', '2026-04-23 15:52:31'),
(60, 'Forint', 'HUF', 'Ft', '2026-04-23 15:52:31', '2026-04-23 15:52:31'),
(61, 'Rupiah', 'IDR', 'Rp', '2026-04-23 15:52:31', '2026-04-23 15:52:31'),
(62, 'New Israeli Sheqel', 'ILS', '₪', '2026-04-23 15:52:31', '2026-04-23 15:52:31'),
(63, 'Indian Rupee', 'INR', '₹', '2026-04-23 15:52:31', '2026-04-23 15:52:31'),
(64, 'Iraqi Dinar', 'IQD', 'د.ع.', '2026-04-23 15:52:31', '2026-04-23 15:52:31'),
(65, 'Iranian Rial', 'IRR', '﷼', '2026-04-23 15:52:31', '2026-04-23 15:52:31'),
(66, 'Iceland Krona', 'ISK', 'kr', '2026-04-23 15:52:31', '2026-04-23 15:52:31'),
(67, 'Jamaican Dollar', 'JMD', '$', '2026-04-23 15:52:31', '2026-04-23 15:52:31'),
(68, 'Jordanian Dinar', 'JOD', 'د.أ.', '2026-04-23 15:52:31', '2026-04-23 15:52:31'),
(69, 'Yen', 'JPY', '¥', '2026-04-23 15:52:31', '2026-04-23 15:52:31'),
(70, 'Kenyan Shilling', 'KES', 'KSh', '2026-04-23 15:52:31', '2026-04-23 15:52:31'),
(71, 'Som', 'KGS', 'с', '2026-04-23 15:52:31', '2026-04-23 15:52:31'),
(72, 'Riel', 'KHR', '៛', '2026-04-23 15:52:31', '2026-04-23 15:52:31'),
(73, 'Comorian Franc', 'KMF', 'CF', '2026-04-23 15:52:31', '2026-04-23 15:52:31'),
(74, 'North Korean Won', 'KPW', '₩', '2026-04-23 15:52:31', '2026-04-23 15:52:31'),
(75, 'Won', 'KRW', '₩', '2026-04-23 15:52:31', '2026-04-23 15:52:31'),
(76, 'Kuwaiti Dinar', 'KWD', 'د.ك.', '2026-04-23 15:52:31', '2026-04-23 15:52:31'),
(77, 'Cayman Islands Dollar', 'KYD', '$', '2026-04-23 15:52:31', '2026-04-23 15:52:31'),
(78, 'Tenge', 'KZT', '₸', '2026-04-23 15:52:31', '2026-04-23 15:52:31'),
(79, 'Lao Kip', 'LAK', '₭', '2026-04-23 15:52:31', '2026-04-23 15:52:31'),
(80, 'Lebanese Pound', 'LBP', 'ل.ل.', '2026-04-23 15:52:31', '2026-04-23 15:52:31'),
(81, 'Sri Lanka Rupee', 'LKR', 'රු or ரூ', '2026-04-23 15:52:31', '2026-04-23 15:52:31'),
(82, 'Liberian Dollar', 'LRD', '$', '2026-04-23 15:52:31', '2026-04-23 15:52:31'),
(83, 'Loti', 'LSL', 'L', '2026-04-23 15:52:31', '2026-04-23 15:52:31'),
(84, 'Libyan Dinar', 'LYD', 'ل.د.', '2026-04-23 15:52:31', '2026-04-23 15:52:31'),
(85, 'Moroccan Dirham', 'MAD', 'د.م.', '2026-04-23 15:52:31', '2026-04-23 15:52:31'),
(86, 'Moldovan Leu', 'MDL', 'L', '2026-04-23 15:52:31', '2026-04-23 15:52:31'),
(87, 'Malagasy Ariary', 'MGA', 'Ar', '2026-04-23 15:52:31', '2026-04-23 15:52:31'),
(88, 'Denar', 'MKD', 'ден', '2026-04-23 15:52:31', '2026-04-23 15:52:31'),
(89, 'Kyat', 'MMK', 'Ks', '2026-04-23 15:52:31', '2026-04-23 15:52:31'),
(90, 'Tugrik', 'MNT', '₮', '2026-04-23 15:52:31', '2026-04-23 15:52:31'),
(91, 'Pataca', 'MOP', 'MOP$', '2026-04-23 15:52:31', '2026-04-23 15:52:31'),
(92, 'Ouguiya', 'MRU', 'أ.م.', '2026-04-23 15:52:31', '2026-04-23 15:52:31'),
(93, 'Mauritius Rupee', 'MUR', 'रु ', '2026-04-23 15:52:31', '2026-04-23 15:52:31'),
(94, 'Rufiyaa', 'MVR', '.ރ', '2026-04-23 15:52:31', '2026-04-23 15:52:31'),
(95, 'Malawi Kwacha', 'MWK', 'MK', '2026-04-23 15:52:31', '2026-04-23 15:52:31'),
(96, 'Mexican Peso', 'MXN', '$', '2026-04-23 15:52:31', '2026-04-23 15:52:31'),
(97, 'Mexican Unidad de Inversion (UDI)', 'MXV', NULL, '2026-04-23 15:52:31', '2026-04-23 15:52:31'),
(98, 'Malaysian Ringgit', 'MYR', 'RM', '2026-04-23 15:52:31', '2026-04-23 15:52:31'),
(99, 'Mozambique Metical', 'MZN', 'MT', '2026-04-23 15:52:31', '2026-04-23 15:52:31'),
(100, 'Namibia Dollar', 'NAD', '$', '2026-04-23 15:52:31', '2026-04-23 15:52:31'),
(101, 'Naira', 'NGN', '₦', '2026-04-23 15:52:31', '2026-04-23 15:52:31'),
(102, 'Cordoba Oro', 'NIO', 'C$', '2026-04-23 15:52:31', '2026-04-23 15:52:31'),
(103, 'Norwegian Krone', 'NOK', 'kr', '2026-04-23 15:52:31', '2026-04-23 15:52:31'),
(104, 'Nepalese Rupee', 'NPR', 'रू', '2026-04-23 15:52:31', '2026-04-23 15:52:31'),
(105, 'New Zealand Dollar', 'NZD', '$', '2026-04-23 15:52:31', '2026-04-23 15:52:31'),
(106, 'Rial Omani', 'OMR', 'ر.ع.', '2026-04-23 15:52:31', '2026-04-23 15:52:31'),
(107, 'Balboa', 'PAB', 'B/.', '2026-04-23 15:52:31', '2026-04-23 15:52:31'),
(108, 'Sol', 'PEN', 'S/.', '2026-04-23 15:52:31', '2026-04-23 15:52:31'),
(109, 'Kina', 'PGK', 'K', '2026-04-23 15:52:31', '2026-04-23 15:52:31'),
(110, 'Philippine Peso', 'PHP', '₱', '2026-04-23 15:52:31', '2026-04-23 15:52:31'),
(111, 'Pakistan Rupee', 'PKR', 'Rs', '2026-04-23 15:52:31', '2026-04-23 15:52:31'),
(112, 'Zloty', 'PLN', 'zł', '2026-04-23 15:52:31', '2026-04-23 15:52:31'),
(113, 'Guarani', 'PYG', '₲', '2026-04-23 15:52:31', '2026-04-23 15:52:31'),
(114, 'Qatari Rial', 'QAR', 'ر.ق.', '2026-04-23 15:52:31', '2026-04-23 15:52:31'),
(115, 'Romanian Leu', 'RON', 'L', '2026-04-23 15:52:31', '2026-04-23 15:52:31'),
(116, 'Serbian Dinar', 'RSD', 'дин', '2026-04-23 15:52:31', '2026-04-23 15:52:31'),
(117, 'Russian Ruble', 'RUB', '₽', '2026-04-23 15:52:31', '2026-04-23 15:52:31'),
(118, 'Rwanda Franc', 'RWF', 'R₣', '2026-04-23 15:52:31', '2026-04-23 15:52:31'),
(119, 'Saudi Riyal', 'SAR', 'ر.س.', '2026-04-23 15:52:31', '2026-04-23 15:52:31'),
(120, 'Solomon Islands Dollar', 'SBD', '$', '2026-04-23 15:52:31', '2026-04-23 15:52:31'),
(121, 'Seychelles Rupee', 'SCR', 'Rs', '2026-04-23 15:52:31', '2026-04-23 15:52:31'),
(122, 'Sudanese Pound', 'SDG', 'ج.س.', '2026-04-23 15:52:31', '2026-04-23 15:52:31'),
(123, 'Swedish Krona', 'SEK', 'kr', '2026-04-23 15:52:31', '2026-04-23 15:52:31'),
(124, 'Singapore Dollar', 'SGD', '$', '2026-04-23 15:52:31', '2026-04-23 15:52:31'),
(125, 'Saint Helena Pound', 'SHP', '£', '2026-04-23 15:52:31', '2026-04-23 15:52:31'),
(126, 'Leone', 'SLE', NULL, '2026-04-23 15:52:31', '2026-04-23 15:52:31'),
(127, 'Somali Shilling', 'SOS', 'Ssh', '2026-04-23 15:52:31', '2026-04-23 15:52:31'),
(128, 'Surinam Dollar', 'SRD', '$', '2026-04-23 15:52:31', '2026-04-23 15:52:31'),
(129, 'South Sudanese Pound', 'SSP', 'SS£', '2026-04-23 15:52:31', '2026-04-23 15:52:31'),
(130, 'Dobra', 'STN', 'Db', '2026-04-23 15:52:31', '2026-04-23 15:52:31'),
(131, 'El Salvador Colon', 'SVC', '₡', '2026-04-23 15:52:31', '2026-04-23 15:52:31'),
(132, 'Syrian Pound', 'SYP', 'ل.س.', '2026-04-23 15:52:31', '2026-04-23 15:52:31'),
(133, 'Lilangeni', 'SZL', 'L', '2026-04-23 15:52:31', '2026-04-23 15:52:31'),
(134, 'Baht', 'THB', '฿', '2026-04-23 15:52:31', '2026-04-23 15:52:31'),
(135, 'Somoni', 'TJS', 'SM', '2026-04-23 15:52:31', '2026-04-23 15:52:31'),
(136, 'Turkmenistan New Manat', 'TMT', 'T', '2026-04-23 15:52:31', '2026-04-23 15:52:31'),
(137, 'Tunisian Dinar', 'TND', 'د.ت.', '2026-04-23 15:52:31', '2026-04-23 15:52:31'),
(138, 'Paâanga', 'TOP', 'PT', '2026-04-23 15:52:31', '2026-04-23 15:52:31'),
(139, 'Turkish Lira', 'TRY', '₺', '2026-04-23 15:52:31', '2026-04-23 15:52:31'),
(140, 'Trinidad and Tobago Dollar', 'TTD', '$', '2026-04-23 15:52:31', '2026-04-23 15:52:31'),
(141, 'New Taiwan Dollar', 'TWD', '圓', '2026-04-23 15:52:31', '2026-04-23 15:52:31'),
(142, 'Tanzanian Shilling', 'TZS', 'TSh', '2026-04-23 15:52:31', '2026-04-23 15:52:31'),
(143, 'Hryvnia', 'UAH', 'грн', '2026-04-23 15:52:31', '2026-04-23 15:52:31'),
(144, 'Uganda Shilling', 'UGX', 'Sh', '2026-04-23 15:52:31', '2026-04-23 15:52:31'),
(145, 'US Dollar', 'USD', '$', '2026-04-23 15:52:31', '2026-04-23 15:52:31'),
(146, 'US Dollar (Next day)', 'USN', NULL, '2026-04-23 15:52:31', '2026-04-23 15:52:31'),
(147, 'Uruguay Peso en Unidades Indexadas (UI)', 'UYI', NULL, '2026-04-23 15:52:31', '2026-04-23 15:52:31'),
(148, 'Peso Uruguayo', 'UYU', '$', '2026-04-23 15:52:31', '2026-04-23 15:52:31'),
(149, 'Unidad Previsional', 'UYW', NULL, '2026-04-23 15:52:31', '2026-04-23 15:52:31'),
(150, 'Uzbekistan Sum', 'UZS', 'сум', '2026-04-23 15:52:31', '2026-04-23 15:52:31'),
(151, 'BolÃ­var Soberano', 'VED', 'Bs.', '2026-04-23 15:52:31', '2026-04-23 15:52:31'),
(152, 'BolÃ­var Soberano', 'VES', 'Bs.F', '2026-04-23 15:52:31', '2026-04-23 15:52:31'),
(153, 'Dong', 'VND', '₫', '2026-04-23 15:52:31', '2026-04-23 15:52:31'),
(154, 'Vatu', 'VUV', 'VT', '2026-04-23 15:52:31', '2026-04-23 15:52:31'),
(155, 'Tala', 'WST', 'ST', '2026-04-23 15:52:31', '2026-04-23 15:52:31'),
(156, 'Arab Accounting Dinar', 'XAD', NULL, '2026-04-23 15:52:31', '2026-04-23 15:52:31'),
(157, 'CFA Franc BEAC', 'XAF', 'Fr.', '2026-04-23 15:52:31', '2026-04-23 15:52:31'),
(158, 'Silver', 'XAG', NULL, '2026-04-23 15:52:31', '2026-04-23 15:52:31'),
(159, 'Gold', 'XAU', NULL, '2026-04-23 15:52:31', '2026-04-23 15:52:31'),
(160, 'Bond Markets Unit European Composite Unit (EURCO)', 'XBA', NULL, '2026-04-23 15:52:31', '2026-04-23 15:52:31'),
(161, 'Bond Markets Unit European Monetary Unit (E.M.U.-6)', 'XBB', NULL, '2026-04-23 15:52:31', '2026-04-23 15:52:31'),
(162, 'Bond Markets Unit European Unit of Account 9 (E.U.A.-9)', 'XBC', NULL, '2026-04-23 15:52:31', '2026-04-23 15:52:31'),
(163, 'Bond Markets Unit European Unit of Account 17 (E.U.A.-17)', 'XBD', NULL, '2026-04-23 15:52:31', '2026-04-23 15:52:31'),
(164, 'East Caribbean Dollar', 'XCD', '$', '2026-04-23 15:52:31', '2026-04-23 15:52:31'),
(165, 'Caribbean Guilder', 'XCG', NULL, '2026-04-23 15:52:31', '2026-04-23 15:52:31'),
(166, 'SDR (Special Drawing Right)', 'XDR', NULL, '2026-04-23 15:52:31', '2026-04-23 15:52:31'),
(167, 'CFA Franc BCEAO', 'XOF', '₣', '2026-04-23 15:52:31', '2026-04-23 15:52:31'),
(168, 'Palladium', 'XPD', NULL, '2026-04-23 15:52:31', '2026-04-23 15:52:31'),
(169, 'CFP Franc', 'XPF', '₣', '2026-04-23 15:52:31', '2026-04-23 15:52:31'),
(170, 'Platinum', 'XPT', NULL, '2026-04-23 15:52:31', '2026-04-23 15:52:31'),
(171, 'Sucre', 'XSU', NULL, '2026-04-23 15:52:31', '2026-04-23 15:52:31'),
(172, 'Codes specifically reserved for testing purposes', 'XTS', NULL, '2026-04-23 15:52:31', '2026-04-23 15:52:31'),
(173, 'ADB Unit of Account', 'XUA', NULL, '2026-04-23 15:52:31', '2026-04-23 15:52:31'),
(174, 'The codes assigned for transactions where no currency is involved', 'XXX', NULL, '2026-04-23 15:52:31', '2026-04-23 15:52:31'),
(175, 'Yemeni Rial', 'YER', 'ر.ي.', '2026-04-23 15:52:31', '2026-04-23 15:52:31'),
(176, 'Rand', 'ZAR', 'R', '2026-04-23 15:52:31', '2026-04-23 15:52:31'),
(177, 'Zambian Kwacha', 'ZMW', 'ZK', '2026-04-23 15:52:31', '2026-04-23 15:52:31'),
(178, 'Zimbabwe Gold', 'ZWG', NULL, '2026-04-23 15:52:31', '2026-04-23 15:52:31');

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

--
-- Table structure for table `deposit_settings`
--

CREATE TABLE `deposit_settings` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `type` varchar(20) NOT NULL,
  `value` 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 `deposit_settings`
--

INSERT INTO `deposit_settings` (`id`, `type`, `value`, `is_active`, `created_at`, `updated_at`) VALUES
(1, 'percentage', 40.00, 1, '2026-04-24 12:00:31', '2026-04-24 12:00:31');

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

--
-- Table structure for table `exchange_rates`
--

CREATE TABLE `exchange_rates` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `date` date NOT NULL,
  `rate` decimal(10,6) NOT NULL,
  `created_at` timestamp NULL DEFAULT current_timestamp(),
  `updated_at` timestamp NULL DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Dumping data for table `exchange_rates`
--

INSERT INTO `exchange_rates` (`id`, `date`, `rate`, `created_at`, `updated_at`) VALUES
(1, '2023-01-02', 130.629000, '2026-05-06 23:08:01', '0000-00-00 00:00:00'),
(2, '2023-01-03', 129.515000, '2026-05-06 23:08:01', '0000-00-00 00:00:00'),
(3, '2023-01-04', 129.930000, '2026-05-06 23:08:01', '0000-00-00 00:00:00'),
(4, '2023-01-05', 131.691000, '2026-05-06 23:08:01', '0000-00-00 00:00:00'),
(5, '2023-01-06', 131.999000, '2026-05-06 23:08:01', '0000-00-00 00:00:00'),
(6, '2023-01-09', 131.309000, '2026-05-06 23:08:01', '0000-00-00 00:00:00'),
(7, '2023-01-10', 131.394000, '2026-05-06 23:08:01', '0000-00-00 00:00:00'),
(8, '2023-01-11', 132.068000, '2026-05-06 23:08:01', '0000-00-00 00:00:00'),
(9, '2023-01-12', 128.874000, '2026-05-06 23:08:01', '0000-00-00 00:00:00'),
(10, '2023-01-13', 127.465000, '2026-05-06 23:08:01', '0000-00-00 00:00:00'),
(11, '2023-01-16', 127.225000, '2026-05-06 23:08:01', '0000-00-00 00:00:00'),
(12, '2023-01-17', 127.997000, '2026-05-06 23:08:01', '0000-00-00 00:00:00'),
(13, '2023-01-18', 127.571000, '2026-05-06 23:08:01', '0000-00-00 00:00:00'),
(14, '2023-01-19', 127.766000, '2026-05-06 23:08:01', '0000-00-00 00:00:00'),
(15, '2023-01-20', 128.353000, '2026-05-06 23:08:01', '0000-00-00 00:00:00'),
(16, '2023-01-23', 129.730000, '2026-05-06 23:08:01', '0000-00-00 00:00:00'),
(17, '2023-01-24', 129.730000, '2026-05-06 23:08:01', '0000-00-00 00:00:00'),
(18, '2023-01-25', 129.272000, '2026-05-06 23:08:01', '0000-00-00 00:00:00'),
(19, '2023-01-26', 129.028000, '2026-05-06 23:08:01', '0000-00-00 00:00:00'),
(20, '2023-01-27', 129.502000, '2026-05-06 23:08:01', '0000-00-00 00:00:00'),
(21, '2023-01-30', 129.208000, '2026-05-06 23:08:01', '0000-00-00 00:00:00'),
(22, '2023-01-31', 129.748000, '2026-05-06 23:08:01', '0000-00-00 00:00:00'),
(23, '2023-02-01', 128.548000, '2026-05-06 23:08:01', '0000-00-00 00:00:00'),
(24, '2023-02-02', 128.086000, '2026-05-06 23:08:01', '0000-00-00 00:00:00'),
(25, '2023-02-03', 128.331000, '2026-05-06 23:08:01', '0000-00-00 00:00:00'),
(26, '2023-02-06', 131.518000, '2026-05-06 23:08:01', '0000-00-00 00:00:00'),
(27, '2023-02-07', 130.481000, '2026-05-06 23:08:01', '0000-00-00 00:00:00'),
(28, '2023-02-08', 130.600000, '2026-05-06 23:08:01', '0000-00-00 00:00:00'),
(29, '2023-02-09', 130.345000, '2026-05-06 23:08:01', '0000-00-00 00:00:00'),
(30, '2023-02-10', 129.813000, '2026-05-06 23:08:01', '0000-00-00 00:00:00'),
(31, '2023-02-13', 131.412000, '2026-05-06 23:08:01', '0000-00-00 00:00:00'),
(32, '2023-02-14', 131.516000, '2026-05-06 23:08:01', '0000-00-00 00:00:00'),
(33, '2023-02-15', 132.548000, '2026-05-06 23:08:01', '0000-00-00 00:00:00'),
(34, '2023-02-16', 133.607000, '2026-05-06 23:08:01', '0000-00-00 00:00:00'),
(35, '2023-02-17', 133.940000, '2026-05-06 23:08:01', '0000-00-00 00:00:00'),
(36, '2023-02-20', 133.927000, '2026-05-06 23:08:01', '0000-00-00 00:00:00'),
(37, '2023-02-21', 134.153000, '2026-05-06 23:08:01', '0000-00-00 00:00:00'),
(38, '2023-02-22', 134.368000, '2026-05-06 23:08:01', '0000-00-00 00:00:00'),
(39, '2023-02-23', 134.493000, '2026-05-06 23:08:01', '0000-00-00 00:00:00'),
(40, '2023-02-24', 134.061000, '2026-05-06 23:08:01', '0000-00-00 00:00:00'),
(41, '2023-02-27', 135.921000, '2026-05-06 23:08:01', '0000-00-00 00:00:00'),
(42, '2023-02-28', 135.746000, '2026-05-06 23:08:01', '0000-00-00 00:00:00'),
(43, '2023-03-01', 135.260000, '2026-05-06 23:08:01', '0000-00-00 00:00:00'),
(44, '2023-03-02', 136.023000, '2026-05-06 23:08:01', '0000-00-00 00:00:00'),
(45, '2023-03-03', 135.748000, '2026-05-06 23:08:01', '0000-00-00 00:00:00'),
(46, '2023-03-06', 135.372000, '2026-05-06 23:08:01', '0000-00-00 00:00:00'),
(47, '2023-03-07', 135.551000, '2026-05-06 23:08:01', '0000-00-00 00:00:00'),
(48, '2023-03-08', 136.483000, '2026-05-06 23:08:01', '0000-00-00 00:00:00'),
(49, '2023-03-09', 135.947000, '2026-05-06 23:08:01', '0000-00-00 00:00:00'),
(50, '2023-03-10', 134.119000, '2026-05-06 23:08:01', '0000-00-00 00:00:00'),
(51, '2023-03-13', 132.289000, '2026-05-06 23:08:01', '0000-00-00 00:00:00'),
(52, '2023-03-14', 133.035000, '2026-05-06 23:08:01', '0000-00-00 00:00:00'),
(53, '2023-03-15', 132.219000, '2026-05-06 23:08:01', '0000-00-00 00:00:00'),
(54, '2023-03-16', 131.725000, '2026-05-06 23:08:01', '0000-00-00 00:00:00'),
(55, '2023-03-17', 131.564000, '2026-05-06 23:08:01', '0000-00-00 00:00:00'),
(56, '2023-03-20', 130.544000, '2026-05-06 23:08:01', '0000-00-00 00:00:00'),
(57, '2023-03-21', 131.036000, '2026-05-06 23:08:01', '0000-00-00 00:00:00'),
(58, '2023-03-22', 131.008000, '2026-05-06 23:08:01', '0000-00-00 00:00:00'),
(59, '2023-03-23', 130.324000, '2026-05-06 23:08:01', '0000-00-00 00:00:00'),
(60, '2023-03-24', 129.647000, '2026-05-06 23:08:01', '0000-00-00 00:00:00'),
(61, '2023-03-27', 130.503000, '2026-05-06 23:08:01', '0000-00-00 00:00:00'),
(62, '2023-03-28', 130.412000, '2026-05-06 23:08:01', '0000-00-00 00:00:00'),
(63, '2023-03-29', 130.762000, '2026-05-06 23:08:01', '0000-00-00 00:00:00'),
(64, '2023-03-30', 132.210000, '2026-05-06 23:08:01', '0000-00-00 00:00:00'),
(65, '2023-03-31', 132.589000, '2026-05-06 23:08:01', '0000-00-00 00:00:00'),
(66, '2023-04-03', 132.206000, '2026-05-06 23:08:01', '0000-00-00 00:00:00'),
(67, '2023-04-04', 131.525000, '2026-05-06 23:08:01', '0000-00-00 00:00:00'),
(68, '2023-04-05', 130.639000, '2026-05-06 23:08:01', '0000-00-00 00:00:00'),
(69, '2023-04-06', 130.784000, '2026-05-06 23:08:01', '0000-00-00 00:00:00'),
(70, '2023-04-07', 131.529000, '2026-05-06 23:08:01', '0000-00-00 00:00:00'),
(71, '2023-04-10', 131.833000, '2026-05-06 23:08:01', '0000-00-00 00:00:00'),
(72, '2023-04-11', 132.976000, '2026-05-06 23:08:01', '0000-00-00 00:00:00'),
(73, '2023-04-12', 132.741000, '2026-05-06 23:08:01', '0000-00-00 00:00:00'),
(74, '2023-04-13', 132.022000, '2026-05-06 23:08:01', '0000-00-00 00:00:00'),
(75, '2023-04-14', 132.171000, '2026-05-06 23:08:01', '0000-00-00 00:00:00'),
(76, '2023-04-17', 133.715000, '2026-05-06 23:08:01', '0000-00-00 00:00:00'),
(77, '2023-04-18', 133.864000, '2026-05-06 23:08:01', '0000-00-00 00:00:00'),
(78, '2023-04-19', 133.955000, '2026-05-06 23:08:01', '0000-00-00 00:00:00'),
(79, '2023-04-20', 134.017000, '2026-05-06 23:08:01', '0000-00-00 00:00:00'),
(80, '2023-04-21', 133.552000, '2026-05-06 23:08:01', '0000-00-00 00:00:00'),
(81, '2023-04-24', 133.895000, '2026-05-06 23:08:01', '0000-00-00 00:00:00'),
(82, '2023-04-25', 133.374000, '2026-05-06 23:08:01', '0000-00-00 00:00:00'),
(83, '2023-04-26', 133.018000, '2026-05-06 23:08:01', '0000-00-00 00:00:00'),
(84, '2023-04-27', 133.268000, '2026-05-06 23:08:01', '0000-00-00 00:00:00'),
(85, '2023-04-28', 133.386000, '2026-05-06 23:08:01', '0000-00-00 00:00:00'),
(86, '2023-05-01', 136.182000, '2026-05-06 23:08:01', '0000-00-00 00:00:00'),
(87, '2023-05-02', 136.319000, '2026-05-06 23:08:01', '0000-00-00 00:00:00'),
(88, '2023-05-03', 134.710000, '2026-05-06 23:08:01', '0000-00-00 00:00:00'),
(89, '2023-05-04', 133.503000, '2026-05-06 23:08:01', '0000-00-00 00:00:00'),
(90, '2023-05-05', 133.887000, '2026-05-06 23:08:01', '0000-00-00 00:00:00'),
(91, '2023-05-08', 134.648000, '2026-05-06 23:08:01', '0000-00-00 00:00:00'),
(92, '2023-05-09', 134.725000, '2026-05-06 23:08:01', '0000-00-00 00:00:00'),
(93, '2023-05-10', 134.114000, '2026-05-06 23:08:01', '0000-00-00 00:00:00'),
(94, '2023-05-11', 133.748000, '2026-05-06 23:08:01', '0000-00-00 00:00:00'),
(95, '2023-05-12', 134.403000, '2026-05-06 23:08:01', '0000-00-00 00:00:00'),
(96, '2023-05-15', 135.643000, '2026-05-06 23:08:01', '0000-00-00 00:00:00'),
(97, '2023-05-16', 135.690000, '2026-05-06 23:08:01', '0000-00-00 00:00:00'),
(98, '2023-05-17', 136.306000, '2026-05-06 23:08:01', '0000-00-00 00:00:00'),
(99, '2023-05-18', 137.291000, '2026-05-06 23:08:01', '0000-00-00 00:00:00'),
(100, '2023-05-19', 137.430000, '2026-05-06 23:08:01', '0000-00-00 00:00:00'),
(101, '2023-05-22', 137.496000, '2026-05-06 23:08:01', '0000-00-00 00:00:00'),
(102, '2023-05-23', 138.248000, '2026-05-06 23:08:01', '0000-00-00 00:00:00'),
(103, '2023-05-24', 138.234000, '2026-05-06 23:08:01', '0000-00-00 00:00:00'),
(104, '2023-05-25', 138.834000, '2026-05-06 23:08:01', '0000-00-00 00:00:00'),
(105, '2023-05-26', 139.499000, '2026-05-06 23:08:01', '0000-00-00 00:00:00'),
(106, '2023-05-29', 140.116000, '2026-05-06 23:08:01', '0000-00-00 00:00:00'),
(107, '2023-05-30', 139.574000, '2026-05-06 23:08:01', '0000-00-00 00:00:00'),
(108, '2023-05-31', 139.236000, '2026-05-06 23:08:01', '0000-00-00 00:00:00'),
(109, '2023-06-01', 138.462000, '2026-05-06 23:08:01', '0000-00-00 00:00:00'),
(110, '2023-06-02', 138.607000, '2026-05-06 23:08:01', '0000-00-00 00:00:00'),
(111, '2023-06-05', 139.254000, '2026-05-06 23:08:01', '0000-00-00 00:00:00'),
(112, '2023-06-06', 139.103000, '2026-05-06 23:08:01', '0000-00-00 00:00:00'),
(113, '2023-06-07', 139.031000, '2026-05-06 23:08:01', '0000-00-00 00:00:00'),
(114, '2023-06-08', 138.810000, '2026-05-06 23:08:01', '0000-00-00 00:00:00'),
(115, '2023-06-09', 138.767000, '2026-05-06 23:08:01', '0000-00-00 00:00:00'),
(116, '2023-06-12', 139.066000, '2026-05-06 23:08:01', '0000-00-00 00:00:00'),
(117, '2023-06-13', 139.015000, '2026-05-06 23:08:01', '0000-00-00 00:00:00'),
(118, '2023-06-14', 139.287000, '2026-05-06 23:08:01', '0000-00-00 00:00:00'),
(119, '2023-06-15', 139.948000, '2026-05-06 23:08:01', '0000-00-00 00:00:00'),
(120, '2023-06-16', 139.854000, '2026-05-06 23:08:01', '0000-00-00 00:00:00'),
(121, '2023-06-19', 141.445000, '2026-05-06 23:08:01', '0000-00-00 00:00:00'),
(122, '2023-06-20', 141.215000, '2026-05-06 23:08:01', '0000-00-00 00:00:00'),
(123, '2023-06-21', 141.287000, '2026-05-06 23:08:01', '0000-00-00 00:00:00'),
(124, '2023-06-22', 141.613000, '2026-05-06 23:08:01', '0000-00-00 00:00:00'),
(125, '2023-06-23', 142.728000, '2026-05-06 23:08:01', '0000-00-00 00:00:00'),
(126, '2023-06-26', 142.946000, '2026-05-06 23:08:01', '0000-00-00 00:00:00'),
(127, '2023-06-27', 143.287000, '2026-05-06 23:08:01', '0000-00-00 00:00:00'),
(128, '2023-06-28', 143.734000, '2026-05-06 23:08:01', '0000-00-00 00:00:00'),
(129, '2023-06-29', 144.137000, '2026-05-06 23:08:01', '0000-00-00 00:00:00'),
(130, '2023-06-30', 144.209000, '2026-05-06 23:08:01', '0000-00-00 00:00:00'),
(131, '2023-07-03', 143.991000, '2026-05-06 23:08:01', '0000-00-00 00:00:00'),
(132, '2023-07-04', 144.208000, '2026-05-06 23:08:01', '0000-00-00 00:00:00'),
(133, '2023-07-05', 144.080000, '2026-05-06 23:08:01', '0000-00-00 00:00:00'),
(134, '2023-07-06', 143.559000, '2026-05-06 23:08:01', '0000-00-00 00:00:00'),
(135, '2023-07-07', 142.073000, '2026-05-06 23:08:01', '0000-00-00 00:00:00'),
(136, '2023-07-10', 141.279000, '2026-05-06 23:08:01', '0000-00-00 00:00:00'),
(137, '2023-07-11', 140.162000, '2026-05-06 23:08:01', '0000-00-00 00:00:00'),
(138, '2023-07-12', 138.168000, '2026-05-06 23:08:01', '0000-00-00 00:00:00'),
(139, '2023-07-13', 137.927000, '2026-05-06 23:08:01', '0000-00-00 00:00:00'),
(140, '2023-07-14', 137.248000, '2026-05-06 23:08:01', '0000-00-00 00:00:00'),
(141, '2023-07-17', 138.005000, '2026-05-06 23:08:01', '0000-00-00 00:00:00'),
(142, '2023-07-18', 137.700000, '2026-05-06 23:08:01', '0000-00-00 00:00:00'),
(143, '2023-07-19', 138.769000, '2026-05-06 23:08:01', '0000-00-00 00:00:00'),
(144, '2023-07-20', 139.117000, '2026-05-06 23:08:01', '0000-00-00 00:00:00'),
(145, '2023-07-21', 139.754000, '2026-05-06 23:08:01', '0000-00-00 00:00:00'),
(146, '2023-07-24', 140.757000, '2026-05-06 23:08:01', '0000-00-00 00:00:00'),
(147, '2023-07-25', 140.856000, '2026-05-06 23:08:01', '0000-00-00 00:00:00'),
(148, '2023-07-26', 139.937000, '2026-05-06 23:08:01', '0000-00-00 00:00:00'),
(149, '2023-07-27', 138.772000, '2026-05-06 23:08:01', '0000-00-00 00:00:00'),
(150, '2023-07-28', 138.069000, '2026-05-06 23:08:01', '0000-00-00 00:00:00'),
(151, '2023-07-31', 140.697000, '2026-05-06 23:08:01', '0000-00-00 00:00:00'),
(152, '2023-08-01', 142.213000, '2026-05-06 23:08:01', '0000-00-00 00:00:00'),
(153, '2023-08-02', 142.241000, '2026-05-06 23:08:01', '0000-00-00 00:00:00'),
(154, '2023-08-03', 142.068000, '2026-05-06 23:08:01', '0000-00-00 00:00:00'),
(155, '2023-08-04', 141.556000, '2026-05-06 23:08:01', '0000-00-00 00:00:00'),
(156, '2023-08-07', 141.522000, '2026-05-06 23:08:01', '0000-00-00 00:00:00'),
(157, '2023-08-08', 142.405000, '2026-05-06 23:08:01', '0000-00-00 00:00:00'),
(158, '2023-08-09', 143.003000, '2026-05-06 23:08:01', '0000-00-00 00:00:00'),
(159, '2023-08-10', 143.305000, '2026-05-06 23:08:01', '0000-00-00 00:00:00'),
(160, '2023-08-11', 144.426000, '2026-05-06 23:08:01', '0000-00-00 00:00:00'),
(161, '2023-08-14', 144.661000, '2026-05-06 23:08:01', '0000-00-00 00:00:00'),
(162, '2023-08-15', 145.106000, '2026-05-06 23:08:01', '0000-00-00 00:00:00'),
(163, '2023-08-16', 145.310000, '2026-05-06 23:08:01', '0000-00-00 00:00:00'),
(164, '2023-08-17', 145.621000, '2026-05-06 23:08:01', '0000-00-00 00:00:00'),
(165, '2023-08-18', 144.931000, '2026-05-06 23:08:01', '0000-00-00 00:00:00'),
(166, '2023-08-21', 145.151000, '2026-05-06 23:08:01', '0000-00-00 00:00:00'),
(167, '2023-08-22', 145.498000, '2026-05-06 23:08:01', '0000-00-00 00:00:00'),
(168, '2023-08-23', 144.547000, '2026-05-06 23:08:01', '0000-00-00 00:00:00'),
(169, '2023-08-24', 144.607000, '2026-05-06 23:08:01', '0000-00-00 00:00:00'),
(170, '2023-08-25', 145.730000, '2026-05-06 23:08:01', '0000-00-00 00:00:00'),
(171, '2023-08-28', 146.279000, '2026-05-06 23:08:01', '0000-00-00 00:00:00'),
(172, '2023-08-29', 145.675000, '2026-05-06 23:08:01', '0000-00-00 00:00:00'),
(173, '2023-08-30', 145.561000, '2026-05-06 23:08:01', '0000-00-00 00:00:00'),
(174, '2023-08-31', 145.352000, '2026-05-06 23:08:01', '0000-00-00 00:00:00'),
(175, '2023-09-01', 144.446000, '2026-05-06 23:08:01', '0000-00-00 00:00:00'),
(176, '2023-09-04', 146.028000, '2026-05-06 23:08:01', '0000-00-00 00:00:00'),
(177, '2023-09-05', 146.419000, '2026-05-06 23:08:01', '0000-00-00 00:00:00'),
(178, '2023-09-06', 147.022000, '2026-05-06 23:08:01', '0000-00-00 00:00:00'),
(179, '2023-09-07', 147.048000, '2026-05-06 23:08:01', '0000-00-00 00:00:00'),
(180, '2023-09-08', 146.592000, '2026-05-06 23:08:01', '0000-00-00 00:00:00'),
(181, '2023-09-11', 145.910000, '2026-05-06 23:08:01', '0000-00-00 00:00:00'),
(182, '2023-09-12', 146.448000, '2026-05-06 23:08:01', '0000-00-00 00:00:00'),
(183, '2023-09-13', 147.019000, '2026-05-06 23:08:01', '0000-00-00 00:00:00'),
(184, '2023-09-14', 147.020000, '2026-05-06 23:08:01', '0000-00-00 00:00:00'),
(185, '2023-09-15', 147.340000, '2026-05-06 23:08:01', '0000-00-00 00:00:00'),
(186, '2023-09-18', 147.559000, '2026-05-06 23:08:01', '0000-00-00 00:00:00'),
(187, '2023-09-19', 147.507000, '2026-05-06 23:08:01', '0000-00-00 00:00:00'),
(188, '2023-09-20', 147.475000, '2026-05-06 23:08:01', '0000-00-00 00:00:00'),
(189, '2023-09-21', 147.322000, '2026-05-06 23:08:01', '0000-00-00 00:00:00'),
(190, '2023-09-22', 147.509000, '2026-05-06 23:08:01', '0000-00-00 00:00:00'),
(191, '2023-09-25', 148.253000, '2026-05-06 23:08:01', '0000-00-00 00:00:00'),
(192, '2023-09-26', 148.708000, '2026-05-06 23:08:01', '0000-00-00 00:00:00'),
(193, '2023-09-27', 148.864000, '2026-05-06 23:08:01', '0000-00-00 00:00:00'),
(194, '2023-09-28', 149.149000, '2026-05-06 23:08:01', '0000-00-00 00:00:00'),
(195, '2023-09-29', 148.530000, '2026-05-06 23:08:01', '0000-00-00 00:00:00'),
(196, '2023-10-02', 149.458000, '2026-05-06 23:08:01', '0000-00-00 00:00:00'),
(197, '2023-10-03', 147.387000, '2026-05-06 23:08:01', '0000-00-00 00:00:00'),
(198, '2023-10-04', 148.737000, '2026-05-06 23:08:01', '0000-00-00 00:00:00'),
(199, '2023-10-05', 148.266000, '2026-05-06 23:08:01', '0000-00-00 00:00:00'),
(200, '2023-10-06', 148.439000, '2026-05-06 23:08:01', '0000-00-00 00:00:00'),
(201, '2023-10-09', 148.438000, '2026-05-06 23:08:01', '0000-00-00 00:00:00'),
(202, '2023-10-10', 148.166000, '2026-05-06 23:08:01', '0000-00-00 00:00:00'),
(203, '2023-10-11', 148.425000, '2026-05-06 23:08:01', '0000-00-00 00:00:00'),
(204, '2023-10-12', 148.959000, '2026-05-06 23:08:01', '0000-00-00 00:00:00'),
(205, '2023-10-13', 149.457000, '2026-05-06 23:08:01', '0000-00-00 00:00:00'),
(206, '2023-10-16', 149.376000, '2026-05-06 23:08:01', '0000-00-00 00:00:00'),
(207, '2023-10-17', 148.810000, '2026-05-06 23:08:01', '0000-00-00 00:00:00'),
(208, '2023-10-18', 149.495000, '2026-05-06 23:08:01', '0000-00-00 00:00:00'),
(209, '2023-10-19', 149.671000, '2026-05-06 23:08:01', '0000-00-00 00:00:00'),
(210, '2023-10-20', 149.676000, '2026-05-06 23:08:01', '0000-00-00 00:00:00'),
(211, '2023-10-23', 149.557000, '2026-05-06 23:08:01', '0000-00-00 00:00:00'),
(212, '2023-10-24', 149.328000, '2026-05-06 23:08:01', '0000-00-00 00:00:00'),
(213, '2023-10-25', 149.797000, '2026-05-06 23:08:01', '0000-00-00 00:00:00'),
(214, '2023-10-26', 149.911000, '2026-05-06 23:08:01', '0000-00-00 00:00:00'),
(215, '2023-10-27', 149.461000, '2026-05-06 23:08:01', '0000-00-00 00:00:00'),
(216, '2023-10-30', 148.809000, '2026-05-06 23:08:01', '0000-00-00 00:00:00'),
(217, '2023-10-31', 149.031000, '2026-05-06 23:08:01', '0000-00-00 00:00:00'),
(218, '2023-11-01', 150.664000, '2026-05-06 23:08:01', '0000-00-00 00:00:00'),
(219, '2023-11-02', 149.846000, '2026-05-06 23:08:01', '0000-00-00 00:00:00'),
(220, '2023-11-03', 149.205000, '2026-05-06 23:08:01', '0000-00-00 00:00:00'),
(221, '2023-11-06', 149.285000, '2026-05-06 23:08:01', '0000-00-00 00:00:00'),
(222, '2023-11-07', 149.936000, '2026-05-06 23:08:01', '0000-00-00 00:00:00'),
(223, '2023-11-08', 150.347000, '2026-05-06 23:08:01', '0000-00-00 00:00:00'),
(224, '2023-11-09', 150.773000, '2026-05-06 23:08:01', '0000-00-00 00:00:00'),
(225, '2023-11-10', 151.223000, '2026-05-06 23:08:01', '0000-00-00 00:00:00'),
(226, '2023-11-13', 151.212000, '2026-05-06 23:08:01', '0000-00-00 00:00:00'),
(227, '2023-11-14', 150.157000, '2026-05-06 23:08:01', '0000-00-00 00:00:00'),
(228, '2023-11-15', 150.057000, '2026-05-06 23:08:01', '0000-00-00 00:00:00'),
(229, '2023-11-16', 150.289000, '2026-05-06 23:08:01', '0000-00-00 00:00:00'),
(230, '2023-11-17', 149.204000, '2026-05-06 23:08:01', '0000-00-00 00:00:00'),
(231, '2023-11-20', 148.105000, '2026-05-06 23:08:01', '0000-00-00 00:00:00'),
(232, '2023-11-21', 147.154000, '2026-05-06 23:08:01', '0000-00-00 00:00:00'),
(233, '2023-11-22', 148.023000, '2026-05-06 23:08:01', '0000-00-00 00:00:00'),
(234, '2023-11-23', 148.892000, '2026-05-06 23:08:01', '0000-00-00 00:00:00'),
(235, '2023-11-24', 149.201000, '2026-05-06 23:08:01', '0000-00-00 00:00:00'),
(236, '2023-11-27', 148.549000, '2026-05-06 23:08:01', '0000-00-00 00:00:00'),
(237, '2023-11-28', 147.325000, '2026-05-06 23:08:01', '0000-00-00 00:00:00'),
(238, '2023-11-29', 146.673000, '2026-05-06 23:08:01', '0000-00-00 00:00:00'),
(239, '2023-11-30', 146.849000, '2026-05-06 23:08:01', '0000-00-00 00:00:00'),
(240, '2023-12-01', 146.662000, '2026-05-06 23:08:01', '0000-00-00 00:00:00'),
(241, '2023-12-04', 146.233000, '2026-05-06 23:08:01', '0000-00-00 00:00:00'),
(242, '2023-12-05', 146.569000, '2026-05-06 23:08:01', '0000-00-00 00:00:00'),
(243, '2023-12-06', 146.902000, '2026-05-06 23:08:01', '0000-00-00 00:00:00'),
(244, '2023-12-07', 141.674000, '2026-05-06 23:08:01', '0000-00-00 00:00:00'),
(245, '2023-12-08', 142.501000, '2026-05-06 23:08:01', '0000-00-00 00:00:00'),
(246, '2023-12-11', 144.819000, '2026-05-06 23:08:01', '0000-00-00 00:00:00'),
(247, '2023-12-12', 144.752000, '2026-05-06 23:08:01', '0000-00-00 00:00:00'),
(248, '2023-12-13', 142.647000, '2026-05-06 23:08:01', '0000-00-00 00:00:00'),
(249, '2023-12-14', 140.970000, '2026-05-06 23:08:01', '0000-00-00 00:00:00'),
(250, '2023-12-15', 141.437000, '2026-05-06 23:08:01', '0000-00-00 00:00:00'),
(251, '2023-12-18', 142.079000, '2026-05-06 23:08:01', '0000-00-00 00:00:00'),
(252, '2023-12-19', 142.252000, '2026-05-06 23:08:01', '0000-00-00 00:00:00'),
(253, '2023-12-20', 143.267000, '2026-05-06 23:08:01', '0000-00-00 00:00:00'),
(254, '2023-12-21', 142.047000, '2026-05-06 23:08:01', '0000-00-00 00:00:00'),
(255, '2023-12-22', 141.874000, '2026-05-06 23:08:01', '0000-00-00 00:00:00'),
(256, '2023-12-25', 142.459000, '2026-05-06 23:08:01', '0000-00-00 00:00:00'),
(257, '2023-12-26', 142.097000, '2026-05-06 23:08:01', '0000-00-00 00:00:00'),
(258, '2023-12-27', 141.557000, '2026-05-06 23:08:01', '0000-00-00 00:00:00'),
(259, '2023-12-28', 140.255000, '2026-05-06 23:08:01', '0000-00-00 00:00:00'),
(260, '2023-12-29', 140.802000, '2026-05-06 23:08:01', '0000-00-00 00:00:00'),
(261, '2024-01-01', 141.029000, '2026-05-06 23:08:01', '0000-00-00 00:00:00'),
(262, '2024-01-02', 140.820000, '2026-05-06 23:08:01', '0000-00-00 00:00:00'),
(263, '2024-01-03', 141.860000, '2026-05-06 23:08:01', '0000-00-00 00:00:00'),
(264, '2024-01-04', 142.859000, '2026-05-06 23:08:01', '0000-00-00 00:00:00'),
(265, '2024-01-05', 143.812000, '2026-05-06 23:08:01', '0000-00-00 00:00:00'),
(266, '2024-01-08', 143.665000, '2026-05-06 23:08:01', '0000-00-00 00:00:00'),
(267, '2024-01-09', 143.423000, '2026-05-06 23:08:01', '0000-00-00 00:00:00'),
(268, '2024-01-10', 144.321000, '2026-05-06 23:08:01', '0000-00-00 00:00:00'),
(269, '2024-01-11', 145.080000, '2026-05-06 23:08:01', '0000-00-00 00:00:00'),
(270, '2024-01-12', 144.358000, '2026-05-06 23:08:01', '0000-00-00 00:00:00'),
(271, '2024-01-15', 144.908000, '2026-05-06 23:08:01', '0000-00-00 00:00:00'),
(272, '2024-01-16', 145.589000, '2026-05-06 23:08:01', '0000-00-00 00:00:00'),
(273, '2024-01-17', 147.078000, '2026-05-06 23:08:01', '0000-00-00 00:00:00'),
(274, '2024-01-18', 147.659000, '2026-05-06 23:08:01', '0000-00-00 00:00:00'),
(275, '2024-01-19', 147.842000, '2026-05-06 23:08:01', '0000-00-00 00:00:00'),
(276, '2024-01-22', 147.623000, '2026-05-06 23:08:01', '0000-00-00 00:00:00'),
(277, '2024-01-23', 146.993000, '2026-05-06 23:08:01', '0000-00-00 00:00:00'),
(278, '2024-01-24', 146.656000, '2026-05-06 23:08:01', '0000-00-00 00:00:00'),
(279, '2024-01-25', 147.085000, '2026-05-06 23:08:01', '0000-00-00 00:00:00'),
(280, '2024-01-26', 147.472000, '2026-05-06 23:08:01', '0000-00-00 00:00:00'),
(281, '2024-01-29', 147.259000, '2026-05-06 23:08:01', '0000-00-00 00:00:00'),
(282, '2024-01-30', 147.101000, '2026-05-06 23:08:01', '0000-00-00 00:00:00'),
(283, '2024-01-31', 146.007000, '2026-05-06 23:08:01', '0000-00-00 00:00:00'),
(284, '2024-02-01', 145.901000, '2026-05-06 23:08:01', '0000-00-00 00:00:00'),
(285, '2024-02-02', 146.246000, '2026-05-06 23:08:01', '0000-00-00 00:00:00'),
(286, '2024-02-05', 148.272000, '2026-05-06 23:08:01', '0000-00-00 00:00:00'),
(287, '2024-02-06', 147.826000, '2026-05-06 23:08:01', '0000-00-00 00:00:00'),
(288, '2024-02-07', 147.634000, '2026-05-06 23:08:01', '0000-00-00 00:00:00'),
(289, '2024-02-08', 147.935000, '2026-05-06 23:08:01', '0000-00-00 00:00:00'),
(290, '2024-02-09', 149.017000, '2026-05-06 23:08:01', '0000-00-00 00:00:00'),
(291, '2024-02-12', 148.930000, '2026-05-06 23:08:01', '0000-00-00 00:00:00'),
(292, '2024-02-13', 149.256000, '2026-05-06 23:08:01', '0000-00-00 00:00:00'),
(293, '2024-02-14', 150.350000, '2026-05-06 23:08:01', '0000-00-00 00:00:00'),
(294, '2024-02-15', 149.560000, '2026-05-06 23:08:01', '0000-00-00 00:00:00'),
(295, '2024-02-16', 149.832000, '2026-05-06 23:08:01', '0000-00-00 00:00:00'),
(296, '2024-02-19', 149.877000, '2026-05-06 23:08:01', '0000-00-00 00:00:00'),
(297, '2024-02-20', 149.687000, '2026-05-06 23:08:01', '0000-00-00 00:00:00'),
(298, '2024-02-21', 149.856000, '2026-05-06 23:08:01', '0000-00-00 00:00:00'),
(299, '2024-02-22', 150.019000, '2026-05-06 23:08:01', '0000-00-00 00:00:00'),
(300, '2024-02-23', 150.298000, '2026-05-06 23:08:01', '0000-00-00 00:00:00'),
(301, '2024-02-26', 150.296000, '2026-05-06 23:08:01', '0000-00-00 00:00:00'),
(302, '2024-02-27', 150.082000, '2026-05-06 23:08:01', '0000-00-00 00:00:00'),
(303, '2024-02-28', 150.375000, '2026-05-06 23:08:01', '0000-00-00 00:00:00'),
(304, '2024-02-29', 149.210000, '2026-05-06 23:08:01', '0000-00-00 00:00:00'),
(305, '2024-03-01', 149.960000, '2026-05-06 23:08:01', '0000-00-00 00:00:00'),
(306, '2024-03-04', 149.843000, '2026-05-06 23:08:01', '0000-00-00 00:00:00'),
(307, '2024-03-05', 149.709000, '2026-05-06 23:08:01', '0000-00-00 00:00:00'),
(308, '2024-03-06', 149.095000, '2026-05-06 23:08:01', '0000-00-00 00:00:00'),
(309, '2024-03-07', 147.594000, '2026-05-06 23:08:01', '0000-00-00 00:00:00'),
(310, '2024-03-08', 146.488000, '2026-05-06 23:08:01', '0000-00-00 00:00:00'),
(311, '2024-03-11', 146.491000, '2026-05-06 23:08:01', '0000-00-00 00:00:00'),
(312, '2024-03-12', 146.623000, '2026-05-06 23:08:01', '0000-00-00 00:00:00'),
(313, '2024-03-13', 147.240000, '2026-05-06 23:08:01', '0000-00-00 00:00:00'),
(314, '2024-03-14', 147.442000, '2026-05-06 23:08:01', '0000-00-00 00:00:00'),
(315, '2024-03-15', 148.034000, '2026-05-06 23:08:01', '0000-00-00 00:00:00'),
(316, '2024-03-18', 148.913000, '2026-05-06 23:08:01', '0000-00-00 00:00:00'),
(317, '2024-03-19', 149.035000, '2026-05-06 23:08:01', '0000-00-00 00:00:00'),
(318, '2024-03-20', 150.738000, '2026-05-06 23:08:01', '0000-00-00 00:00:00'),
(319, '2024-03-21', 150.267000, '2026-05-06 23:08:01', '0000-00-00 00:00:00'),
(320, '2024-03-22', 151.009000, '2026-05-06 23:08:01', '0000-00-00 00:00:00'),
(321, '2024-03-25', 151.056000, '2026-05-06 23:08:01', '0000-00-00 00:00:00'),
(322, '2024-03-26', 151.209000, '2026-05-06 23:08:01', '0000-00-00 00:00:00'),
(323, '2024-03-27', 151.029000, '2026-05-06 23:08:01', '0000-00-00 00:00:00'),
(324, '2024-03-28', 151.154000, '2026-05-06 23:08:01', '0000-00-00 00:00:00'),
(325, '2024-03-29', 151.176000, '2026-05-06 23:08:01', '0000-00-00 00:00:00'),
(326, '2024-04-01', 151.231000, '2026-05-06 23:08:01', '0000-00-00 00:00:00'),
(327, '2024-04-02', 151.466000, '2026-05-06 23:08:01', '0000-00-00 00:00:00'),
(328, '2024-04-03', 151.444000, '2026-05-06 23:08:01', '0000-00-00 00:00:00'),
(329, '2024-04-04', 151.123000, '2026-05-06 23:08:01', '0000-00-00 00:00:00'),
(330, '2024-04-05', 150.816000, '2026-05-06 23:08:01', '0000-00-00 00:00:00'),
(331, '2024-04-08', 151.591000, '2026-05-06 23:08:01', '0000-00-00 00:00:00'),
(332, '2024-04-09', 151.572000, '2026-05-06 23:08:01', '0000-00-00 00:00:00'),
(333, '2024-04-10', 151.684000, '2026-05-06 23:08:01', '0000-00-00 00:00:00'),
(334, '2024-04-11', 152.763000, '2026-05-06 23:08:01', '0000-00-00 00:00:00'),
(335, '2024-04-12', 152.598000, '2026-05-06 23:08:01', '0000-00-00 00:00:00'),
(336, '2024-04-15', 153.012000, '2026-05-06 23:08:01', '0000-00-00 00:00:00'),
(337, '2024-04-16', 153.926000, '2026-05-06 23:08:01', '0000-00-00 00:00:00'),
(338, '2024-04-17', 154.163000, '2026-05-06 23:08:01', '0000-00-00 00:00:00'),
(339, '2024-04-18', 153.961000, '2026-05-06 23:08:01', '0000-00-00 00:00:00'),
(340, '2024-04-19', 153.594000, '2026-05-06 23:08:01', '0000-00-00 00:00:00'),
(341, '2024-04-22', 154.499000, '2026-05-06 23:08:01', '0000-00-00 00:00:00'),
(342, '2024-04-23', 154.563000, '2026-05-06 23:08:01', '0000-00-00 00:00:00'),
(343, '2024-04-24', 154.735000, '2026-05-06 23:08:01', '0000-00-00 00:00:00'),
(344, '2024-04-25', 155.201000, '2026-05-06 23:08:01', '0000-00-00 00:00:00'),
(345, '2024-04-26', 154.978000, '2026-05-06 23:08:01', '0000-00-00 00:00:00'),
(346, '2024-04-29', 154.547000, '2026-05-06 23:08:01', '0000-00-00 00:00:00'),
(347, '2024-04-30', 156.070000, '2026-05-06 23:08:01', '0000-00-00 00:00:00'),
(348, '2024-05-01', 153.043000, '2026-05-06 23:08:01', '0000-00-00 00:00:00'),
(349, '2024-05-02', 153.064000, '2026-05-06 23:08:01', '0000-00-00 00:00:00'),
(350, '2024-05-03', 151.864000, '2026-05-06 23:08:01', '0000-00-00 00:00:00'),
(351, '2024-05-06', 152.842000, '2026-05-06 23:08:01', '0000-00-00 00:00:00'),
(352, '2024-05-07', 153.867000, '2026-05-06 23:08:01', '0000-00-00 00:00:00'),
(353, '2024-05-08', 154.586000, '2026-05-06 23:08:01', '0000-00-00 00:00:00'),
(354, '2024-05-09', 155.173000, '2026-05-06 23:08:01', '0000-00-00 00:00:00'),
(355, '2024-05-10', 155.267000, '2026-05-06 23:08:01', '0000-00-00 00:00:00'),
(356, '2024-05-13', 155.516000, '2026-05-06 23:08:01', '0000-00-00 00:00:00'),
(357, '2024-05-14', 156.163000, '2026-05-06 23:08:01', '0000-00-00 00:00:00'),
(358, '2024-05-15', 154.696000, '2026-05-06 23:08:01', '0000-00-00 00:00:00'),
(359, '2024-05-16', 153.602000, '2026-05-06 23:08:01', '0000-00-00 00:00:00'),
(360, '2024-05-17', 155.254000, '2026-05-06 23:08:01', '0000-00-00 00:00:00'),
(361, '2024-05-20', 155.500000, '2026-05-06 23:08:01', '0000-00-00 00:00:00'),
(362, '2024-05-21', 155.853000, '2026-05-06 23:08:01', '0000-00-00 00:00:00'),
(363, '2024-05-22', 156.121000, '2026-05-06 23:08:01', '0000-00-00 00:00:00'),
(364, '2024-05-23', 156.532000, '2026-05-06 23:08:01', '0000-00-00 00:00:00'),
(365, '2024-05-24', 156.825000, '2026-05-06 23:08:01', '0000-00-00 00:00:00'),
(366, '2024-05-27', 156.669000, '2026-05-06 23:08:01', '0000-00-00 00:00:00'),
(367, '2024-05-28', 156.587000, '2026-05-06 23:08:01', '0000-00-00 00:00:00'),
(368, '2024-05-29', 156.913000, '2026-05-06 23:08:01', '0000-00-00 00:00:00'),
(369, '2024-05-30', 156.380000, '2026-05-06 23:08:01', '0000-00-00 00:00:00'),
(370, '2024-05-31', 156.562000, '2026-05-06 23:08:01', '0000-00-00 00:00:00'),
(371, '2024-06-03', 155.953000, '2026-05-06 23:08:01', '0000-00-00 00:00:00'),
(372, '2024-06-04', 154.551000, '2026-05-06 23:08:01', '0000-00-00 00:00:00'),
(373, '2024-06-05', 154.798000, '2026-05-06 23:08:01', '0000-00-00 00:00:00'),
(374, '2024-06-06', 155.365000, '2026-05-06 23:08:01', '0000-00-00 00:00:00'),
(375, '2024-06-07', 155.124000, '2026-05-06 23:08:01', '0000-00-00 00:00:00'),
(376, '2024-06-10', 156.706000, '2026-05-06 23:08:01', '0000-00-00 00:00:00'),
(377, '2024-06-11', 156.807000, '2026-05-06 23:08:01', '0000-00-00 00:00:00'),
(378, '2024-06-12', 155.720000, '2026-05-06 23:08:01', '0000-00-00 00:00:00'),
(379, '2024-06-13', 156.588000, '2026-05-06 23:08:01', '0000-00-00 00:00:00'),
(380, '2024-06-14', 156.891000, '2026-05-06 23:08:01', '0000-00-00 00:00:00'),
(381, '2024-06-17', 157.161000, '2026-05-06 23:08:01', '0000-00-00 00:00:00'),
(382, '2024-06-18', 157.521000, '2026-05-06 23:08:01', '0000-00-00 00:00:00'),
(383, '2024-06-19', 157.606000, '2026-05-06 23:08:01', '0000-00-00 00:00:00'),
(384, '2024-06-20', 157.927000, '2026-05-06 23:08:01', '0000-00-00 00:00:00'),
(385, '2024-06-21', 158.671000, '2026-05-06 23:08:01', '0000-00-00 00:00:00'),
(386, '2024-06-24', 158.780000, '2026-05-06 23:08:01', '0000-00-00 00:00:00'),
(387, '2024-06-25', 159.197000, '2026-05-06 23:08:01', '0000-00-00 00:00:00'),
(388, '2024-06-26', 159.615000, '2026-05-06 23:08:01', '0000-00-00 00:00:00'),
(389, '2024-06-27', 160.289000, '2026-05-06 23:08:01', '0000-00-00 00:00:00'),
(390, '2024-06-28', 160.264000, '2026-05-06 23:08:01', '0000-00-00 00:00:00'),
(391, '2024-07-01', 160.724000, '2026-05-06 23:08:01', '0000-00-00 00:00:00'),
(392, '2024-07-02', 161.275000, '2026-05-06 23:08:01', '0000-00-00 00:00:00'),
(393, '2024-07-03', 160.779000, '2026-05-06 23:08:01', '0000-00-00 00:00:00'),
(394, '2024-07-04', 160.949000, '2026-05-06 23:08:01', '0000-00-00 00:00:00'),
(395, '2024-07-05', 160.344000, '2026-05-06 23:08:01', '0000-00-00 00:00:00'),
(396, '2024-07-08', 160.264000, '2026-05-06 23:08:01', '0000-00-00 00:00:00'),
(397, '2024-07-09', 160.733000, '2026-05-06 23:08:01', '0000-00-00 00:00:00'),
(398, '2024-07-10', 161.263000, '2026-05-06 23:08:01', '0000-00-00 00:00:00'),
(399, '2024-07-11', 157.434000, '2026-05-06 23:08:01', '0000-00-00 00:00:00'),
(400, '2024-07-12', 157.387000, '2026-05-06 23:08:01', '0000-00-00 00:00:00'),
(401, '2024-07-15', 157.174000, '2026-05-06 23:08:01', '0000-00-00 00:00:00'),
(402, '2024-07-16', 158.022000, '2026-05-06 23:08:01', '0000-00-00 00:00:00'),
(403, '2024-07-17', 156.067000, '2026-05-06 23:08:01', '0000-00-00 00:00:00'),
(404, '2024-07-18', 155.377000, '2026-05-06 23:08:01', '0000-00-00 00:00:00'),
(405, '2024-07-19', 156.969000, '2026-05-06 23:08:01', '0000-00-00 00:00:00'),
(406, '2024-07-22', 156.290000, '2026-05-06 23:08:01', '0000-00-00 00:00:00'),
(407, '2024-07-23', 155.567000, '2026-05-06 23:08:01', '0000-00-00 00:00:00'),
(408, '2024-07-24', 153.112000, '2026-05-06 23:08:01', '0000-00-00 00:00:00'),
(409, '2024-07-25', 151.946000, '2026-05-06 23:08:01', '0000-00-00 00:00:00'),
(410, '2024-07-26', 153.124000, '2026-05-06 23:08:01', '0000-00-00 00:00:00'),
(411, '2024-07-29', 153.025000, '2026-05-06 23:08:01', '0000-00-00 00:00:00'),
(412, '2024-07-30', 152.669000, '2026-05-06 23:08:01', '0000-00-00 00:00:00'),
(413, '2024-07-31', 149.619000, '2026-05-06 23:08:01', '0000-00-00 00:00:00'),
(414, '2024-08-01', 148.513000, '2026-05-06 23:08:01', '0000-00-00 00:00:00'),
(415, '2024-08-02', 146.425000, '2026-05-06 23:08:01', '0000-00-00 00:00:00'),
(416, '2024-08-05', 141.698000, '2026-05-06 23:08:01', '0000-00-00 00:00:00'),
(417, '2024-08-06', 143.640000, '2026-05-06 23:08:01', '0000-00-00 00:00:00'),
(418, '2024-08-07', 144.317000, '2026-05-06 23:08:01', '0000-00-00 00:00:00'),
(419, '2024-08-08', 145.437000, '2026-05-06 23:08:01', '0000-00-00 00:00:00'),
(420, '2024-08-09', 146.274000, '2026-05-06 23:08:01', '0000-00-00 00:00:00'),
(421, '2024-08-12', 146.520000, '2026-05-06 23:08:01', '0000-00-00 00:00:00'),
(422, '2024-08-13', 146.601000, '2026-05-06 23:08:01', '0000-00-00 00:00:00'),
(423, '2024-08-14', 146.078000, '2026-05-06 23:08:01', '0000-00-00 00:00:00'),
(424, '2024-08-15', 147.057000, '2026-05-06 23:08:01', '0000-00-00 00:00:00'),
(425, '2024-08-16', 147.573000, '2026-05-06 23:08:01', '0000-00-00 00:00:00'),
(426, '2024-08-19', 145.193000, '2026-05-06 23:08:01', '0000-00-00 00:00:00'),
(427, '2024-08-20', 145.200000, '2026-05-06 23:08:01', '0000-00-00 00:00:00'),
(428, '2024-08-21', 144.458000, '2026-05-06 23:08:01', '0000-00-00 00:00:00'),
(429, '2024-08-22', 144.854000, '2026-05-06 23:08:01', '0000-00-00 00:00:00'),
(430, '2024-08-23', 144.055000, '2026-05-06 23:08:01', '0000-00-00 00:00:00'),
(431, '2024-08-26', 143.452000, '2026-05-06 23:08:01', '0000-00-00 00:00:00'),
(432, '2024-08-27', 143.921000, '2026-05-06 23:08:01', '0000-00-00 00:00:00'),
(433, '2024-08-28', 143.694000, '2026-05-06 23:08:01', '0000-00-00 00:00:00'),
(434, '2024-08-29', 144.224000, '2026-05-06 23:08:01', '0000-00-00 00:00:00'),
(435, '2024-08-30', 144.658000, '2026-05-06 23:08:01', '0000-00-00 00:00:00'),
(436, '2024-09-02', 145.781000, '2026-05-06 23:08:01', '0000-00-00 00:00:00'),
(437, '2024-09-03', 145.163000, '2026-05-06 23:08:01', '0000-00-00 00:00:00'),
(438, '2024-09-04', 143.714000, '2026-05-06 23:08:01', '0000-00-00 00:00:00'),
(439, '2024-09-05', 142.859000, '2026-05-06 23:08:01', '0000-00-00 00:00:00'),
(440, '2024-09-06', 141.857000, '2026-05-06 23:08:01', '0000-00-00 00:00:00'),
(441, '2024-09-09', 141.987000, '2026-05-06 23:08:01', '0000-00-00 00:00:00'),
(442, '2024-09-10', 142.201000, '2026-05-06 23:08:01', '0000-00-00 00:00:00'),
(443, '2024-09-11', 140.720000, '2026-05-06 23:08:01', '0000-00-00 00:00:00'),
(444, '2024-09-12', 141.732000, '2026-05-06 23:08:01', '0000-00-00 00:00:00'),
(445, '2024-09-13', 140.288000, '2026-05-06 23:08:01', '0000-00-00 00:00:00'),
(446, '2024-09-16', 139.581000, '2026-05-06 23:08:01', '0000-00-00 00:00:00'),
(447, '2024-09-17', 140.327000, '2026-05-06 23:08:01', '0000-00-00 00:00:00'),
(448, '2024-09-18', 140.450000, '2026-05-06 23:08:01', '0000-00-00 00:00:00'),
(449, '2024-09-19', 141.890000, '2026-05-06 23:08:01', '0000-00-00 00:00:00'),
(450, '2024-09-20', 141.741000, '2026-05-06 23:08:01', '0000-00-00 00:00:00'),
(451, '2024-09-23', 143.169000, '2026-05-06 23:08:01', '0000-00-00 00:00:00'),
(452, '2024-09-24', 143.117000, '2026-05-06 23:08:01', '0000-00-00 00:00:00'),
(453, '2024-09-25', 142.913000, '2026-05-06 23:08:01', '0000-00-00 00:00:00'),
(454, '2024-09-26', 144.115000, '2026-05-06 23:08:01', '0000-00-00 00:00:00'),
(455, '2024-09-27', 142.074000, '2026-05-06 23:08:01', '0000-00-00 00:00:00'),
(456, '2024-09-30', 141.655000, '2026-05-06 23:08:01', '0000-00-00 00:00:00'),
(457, '2024-10-01', 142.983000, '2026-05-06 23:08:01', '0000-00-00 00:00:00'),
(458, '2024-10-02', 143.427000, '2026-05-06 23:08:01', '0000-00-00 00:00:00'),
(459, '2024-10-03', 146.292000, '2026-05-06 23:08:01', '0000-00-00 00:00:00'),
(460, '2024-10-04', 145.924000, '2026-05-06 23:08:01', '0000-00-00 00:00:00'),
(461, '2024-10-07', 147.858000, '2026-05-06 23:08:01', '0000-00-00 00:00:00'),
(462, '2024-10-08', 147.353000, '2026-05-06 23:08:01', '0000-00-00 00:00:00'),
(463, '2024-10-09', 148.014000, '2026-05-06 23:08:01', '0000-00-00 00:00:00'),
(464, '2024-10-10', 148.364000, '2026-05-06 23:08:01', '0000-00-00 00:00:00'),
(465, '2024-10-11', 148.408000, '2026-05-06 23:08:01', '0000-00-00 00:00:00'),
(466, '2024-10-14', 149.061000, '2026-05-06 23:08:01', '0000-00-00 00:00:00'),
(467, '2024-10-15', 148.852000, '2026-05-06 23:08:01', '0000-00-00 00:00:00'),
(468, '2024-10-16', 148.882000, '2026-05-06 23:08:01', '0000-00-00 00:00:00'),
(469, '2024-10-17', 149.250000, '2026-05-06 23:08:01', '0000-00-00 00:00:00'),
(470, '2024-10-18', 149.367000, '2026-05-06 23:08:01', '0000-00-00 00:00:00'),
(471, '2024-10-21', 149.094000, '2026-05-06 23:08:01', '0000-00-00 00:00:00'),
(472, '2024-10-22', 150.501000, '2026-05-06 23:08:01', '0000-00-00 00:00:00'),
(473, '2024-10-23', 151.023000, '2026-05-06 23:08:01', '0000-00-00 00:00:00'),
(474, '2024-10-24', 151.555000, '2026-05-06 23:08:01', '0000-00-00 00:00:00'),
(475, '2024-10-25', 151.462000, '2026-05-06 23:08:01', '0000-00-00 00:00:00'),
(476, '2024-10-28', 152.413000, '2026-05-06 23:08:01', '0000-00-00 00:00:00'),
(477, '2024-10-29', 152.759000, '2026-05-06 23:08:01', '0000-00-00 00:00:00'),
(478, '2024-10-30', 152.784000, '2026-05-06 23:08:01', '0000-00-00 00:00:00'),
(479, '2024-10-31', 151.840000, '2026-05-06 23:08:01', '0000-00-00 00:00:00'),
(480, '2024-11-01', 151.794000, '2026-05-06 23:08:01', '0000-00-00 00:00:00'),
(481, '2024-11-04', 151.539000, '2026-05-06 23:08:01', '0000-00-00 00:00:00'),
(482, '2024-11-05', 151.339000, '2026-05-06 23:08:01', '0000-00-00 00:00:00'),
(483, '2024-11-06', 151.298000, '2026-05-06 23:08:01', '0000-00-00 00:00:00'),
(484, '2024-11-07', 152.698000, '2026-05-06 23:08:01', '0000-00-00 00:00:00'),
(485, '2024-11-08', 152.148000, '2026-05-06 23:08:01', '0000-00-00 00:00:00'),
(486, '2024-11-11', 152.681000, '2026-05-06 23:08:01', '0000-00-00 00:00:00'),
(487, '2024-11-12', 153.413000, '2026-05-06 23:08:01', '0000-00-00 00:00:00'),
(488, '2024-11-13', 154.344000, '2026-05-06 23:08:01', '0000-00-00 00:00:00'),
(489, '2024-11-14', 155.346000, '2026-05-06 23:08:01', '0000-00-00 00:00:00'),
(490, '2024-11-15', 153.864000, '2026-05-06 23:08:01', '0000-00-00 00:00:00'),
(491, '2024-11-18', 153.857000, '2026-05-06 23:08:01', '0000-00-00 00:00:00'),
(492, '2024-11-19', 153.288000, '2026-05-06 23:08:01', '0000-00-00 00:00:00'),
(493, '2024-11-20', 154.532000, '2026-05-06 23:08:01', '0000-00-00 00:00:00'),
(494, '2024-11-21', 153.915000, '2026-05-06 23:08:01', '0000-00-00 00:00:00'),
(495, '2024-11-22', 153.977000, '2026-05-06 23:08:01', '0000-00-00 00:00:00'),
(496, '2024-11-25', 153.553000, '2026-05-06 23:08:01', '0000-00-00 00:00:00'),
(497, '2024-11-26', 152.997000, '2026-05-06 23:08:01', '0000-00-00 00:00:00'),
(498, '2024-11-27', 150.462000, '2026-05-06 23:08:01', '0000-00-00 00:00:00'),
(499, '2024-11-28', 150.932000, '2026-05-06 23:08:01', '0000-00-00 00:00:00'),
(500, '2024-11-29', 149.478000, '2026-05-06 23:08:01', '0000-00-00 00:00:00'),
(501, '2024-12-02', 149.084000, '2026-05-06 23:08:01', '0000-00-00 00:00:00'),
(502, '2024-12-03', 148.649000, '2026-05-06 23:08:01', '0000-00-00 00:00:00'),
(503, '2024-12-04', 149.530000, '2026-05-06 23:08:01', '0000-00-00 00:00:00'),
(504, '2024-12-05', 149.658000, '2026-05-06 23:08:01', '0000-00-00 00:00:00'),
(505, '2024-12-06', 149.373000, '2026-05-06 23:08:01', '0000-00-00 00:00:00'),
(506, '2024-12-09', 149.699000, '2026-05-06 23:08:01', '0000-00-00 00:00:00'),
(507, '2024-12-10', 150.901000, '2026-05-06 23:08:01', '0000-00-00 00:00:00'),
(508, '2024-12-11', 151.024000, '2026-05-06 23:08:01', '0000-00-00 00:00:00'),
(509, '2024-12-12', 151.810000, '2026-05-06 23:08:01', '0000-00-00 00:00:00'),
(510, '2024-12-13', 152.463000, '2026-05-06 23:08:01', '0000-00-00 00:00:00'),
(511, '2024-12-16', 153.332000, '2026-05-06 23:08:01', '0000-00-00 00:00:00'),
(512, '2024-12-17', 153.163000, '2026-05-06 23:08:01', '0000-00-00 00:00:00'),
(513, '2024-12-18', 153.339000, '2026-05-06 23:08:01', '0000-00-00 00:00:00'),
(514, '2024-12-19', 154.442000, '2026-05-06 23:08:01', '0000-00-00 00:00:00'),
(515, '2024-12-20', 155.958000, '2026-05-06 23:08:01', '0000-00-00 00:00:00'),
(516, '2024-12-23', 156.342000, '2026-05-06 23:08:01', '0000-00-00 00:00:00'),
(517, '2024-12-24', 156.894000, '2026-05-06 23:08:01', '0000-00-00 00:00:00'),
(518, '2024-12-26', 157.076000, '2026-05-06 23:08:01', '0000-00-00 00:00:00'),
(519, '2024-12-27', 157.355000, '2026-05-06 23:08:01', '0000-00-00 00:00:00'),
(520, '2024-12-30', 156.674000, '2026-05-06 23:08:01', '0000-00-00 00:00:00'),
(521, '2024-12-31', 156.025000, '2026-05-06 23:08:01', '0000-00-00 00:00:00'),
(522, '2025-01-02', 156.444000, '2026-05-06 23:08:01', '0000-00-00 00:00:00'),
(523, '2025-01-03', 156.883000, '2026-05-06 23:08:01', '0000-00-00 00:00:00'),
(524, '2025-01-06', 156.245000, '2026-05-06 23:08:01', '0000-00-00 00:00:00'),
(525, '2025-01-07', 157.381000, '2026-05-06 23:08:01', '0000-00-00 00:00:00'),
(526, '2025-01-08', 157.905000, '2026-05-06 23:08:01', '0000-00-00 00:00:00'),
(527, '2025-01-09', 157.580000, '2026-05-06 23:08:01', '0000-00-00 00:00:00'),
(528, '2025-01-10', 157.233000, '2026-05-06 23:08:01', '0000-00-00 00:00:00'),
(529, '2025-01-13', 156.916000, '2026-05-06 23:08:01', '0000-00-00 00:00:00'),
(530, '2025-01-14', 157.123000, '2026-05-06 23:08:01', '0000-00-00 00:00:00'),
(531, '2025-01-15', 155.955000, '2026-05-06 23:08:01', '0000-00-00 00:00:00'),
(532, '2025-01-16', 155.105000, '2026-05-06 23:08:01', '0000-00-00 00:00:00'),
(533, '2025-01-17', 154.988000, '2026-05-06 23:08:01', '0000-00-00 00:00:00'),
(534, '2025-01-20', 155.418000, '2026-05-06 23:08:01', '0000-00-00 00:00:00'),
(535, '2025-01-21', 154.781000, '2026-05-06 23:08:01', '0000-00-00 00:00:00'),
(536, '2025-01-22', 155.361000, '2026-05-06 23:08:01', '0000-00-00 00:00:00'),
(537, '2025-01-23', 155.747000, '2026-05-06 23:08:01', '0000-00-00 00:00:00'),
(538, '2025-01-24', 154.848000, '2026-05-06 23:08:01', '0000-00-00 00:00:00'),
(539, '2025-01-27', 153.718000, '2026-05-06 23:08:01', '0000-00-00 00:00:00'),
(540, '2025-01-28', 154.494000, '2026-05-06 23:08:01', '0000-00-00 00:00:00'),
(541, '2025-01-29', 154.946000, '2026-05-06 23:08:01', '0000-00-00 00:00:00'),
(542, '2025-01-30', 153.795000, '2026-05-06 23:08:01', '0000-00-00 00:00:00'),
(543, '2025-01-31', 153.932000, '2026-05-06 23:08:01', '0000-00-00 00:00:00'),
(544, '2025-02-03', 154.018000, '2026-05-06 23:08:01', '0000-00-00 00:00:00'),
(545, '2025-02-04', 154.176000, '2026-05-06 23:08:01', '0000-00-00 00:00:00'),
(546, '2025-02-05', 152.119000, '2026-05-06 23:08:01', '0000-00-00 00:00:00'),
(547, '2025-02-06', 151.242000, '2026-05-06 23:08:01', '0000-00-00 00:00:00'),
(548, '2025-02-07', 150.936000, '2026-05-06 23:08:01', '0000-00-00 00:00:00'),
(549, '2025-02-10', 151.245000, '2026-05-06 23:08:01', '0000-00-00 00:00:00'),
(550, '2025-02-11', 151.654000, '2026-05-06 23:08:01', '0000-00-00 00:00:00'),
(551, '2025-02-12', 152.393000, '2026-05-06 23:08:01', '0000-00-00 00:00:00'),
(552, '2025-02-13', 152.706000, '2026-05-06 23:08:01', '0000-00-00 00:00:00'),
(553, '2025-02-14', 152.028000, '2026-05-06 23:08:01', '0000-00-00 00:00:00'),
(554, '2025-02-17', 151.341000, '2026-05-06 23:08:01', '0000-00-00 00:00:00'),
(555, '2025-02-18', 151.248000, '2026-05-06 23:08:01', '0000-00-00 00:00:00'),
(556, '2025-02-19', 151.247000, '2026-05-06 23:08:01', '0000-00-00 00:00:00'),
(557, '2025-02-20', 149.397000, '2026-05-06 23:08:01', '0000-00-00 00:00:00'),
(558, '2025-02-21', 148.929000, '2026-05-06 23:08:01', '0000-00-00 00:00:00'),
(559, '2025-02-24', 148.848000, '2026-05-06 23:08:01', '0000-00-00 00:00:00'),
(560, '2025-02-25', 148.574000, '2026-05-06 23:08:01', '0000-00-00 00:00:00'),
(561, '2025-02-26', 148.643000, '2026-05-06 23:08:01', '0000-00-00 00:00:00'),
(562, '2025-02-27', 148.760000, '2026-05-06 23:08:01', '0000-00-00 00:00:00'),
(563, '2025-02-28', 149.104000, '2026-05-06 23:08:01', '0000-00-00 00:00:00'),
(564, '2025-03-03', 149.102000, '2026-05-06 23:08:01', '0000-00-00 00:00:00'),
(565, '2025-03-04', 148.099000, '2026-05-06 23:08:01', '0000-00-00 00:00:00'),
(566, '2025-03-05', 148.399000, '2026-05-06 23:08:01', '0000-00-00 00:00:00'),
(567, '2025-03-06', 147.319000, '2026-05-06 23:08:01', '0000-00-00 00:00:00'),
(568, '2025-03-07', 146.959000, '2026-05-06 23:08:01', '0000-00-00 00:00:00'),
(569, '2025-03-10', 146.635000, '2026-05-06 23:08:01', '0000-00-00 00:00:00'),
(570, '2025-03-11', 146.550000, '2026-05-06 23:08:01', '0000-00-00 00:00:00'),
(571, '2025-03-12', 147.711000, '2026-05-06 23:08:01', '0000-00-00 00:00:00'),
(572, '2025-03-13', 147.416000, '2026-05-06 23:08:01', '0000-00-00 00:00:00'),
(573, '2025-03-14', 147.760000, '2026-05-06 23:08:01', '0000-00-00 00:00:00'),
(574, '2025-03-17', 148.337000, '2026-05-06 23:08:01', '0000-00-00 00:00:00'),
(575, '2025-03-18', 149.102000, '2026-05-06 23:08:01', '0000-00-00 00:00:00'),
(576, '2025-03-19', 148.609000, '2026-05-06 23:08:01', '0000-00-00 00:00:00'),
(577, '2025-03-20', 148.183000, '2026-05-06 23:08:01', '0000-00-00 00:00:00'),
(578, '2025-03-21', 148.597000, '2026-05-06 23:08:01', '0000-00-00 00:00:00'),
(579, '2025-03-24', 149.370000, '2026-05-06 23:08:01', '0000-00-00 00:00:00'),
(580, '2025-03-25', 149.552000, '2026-05-06 23:08:01', '0000-00-00 00:00:00'),
(581, '2025-03-26', 149.849000, '2026-05-06 23:08:01', '0000-00-00 00:00:00'),
(582, '2025-03-27', 150.063000, '2026-05-06 23:08:01', '0000-00-00 00:00:00'),
(583, '2025-03-28', 149.687000, '2026-05-06 23:08:01', '0000-00-00 00:00:00'),
(584, '2025-03-31', 148.707000, '2026-05-06 23:08:01', '0000-00-00 00:00:00'),
(585, '2025-04-01', 148.978000, '2026-05-06 23:08:01', '0000-00-00 00:00:00'),
(586, '2025-04-02', 149.105000, '2026-05-06 23:08:01', '0000-00-00 00:00:00'),
(587, '2025-04-03', 145.203000, '2026-05-06 23:08:01', '0000-00-00 00:00:00'),
(588, '2025-04-04', 144.570000, '2026-05-06 23:08:01', '0000-00-00 00:00:00'),
(589, '2025-04-07', 144.831000, '2026-05-06 23:08:01', '0000-00-00 00:00:00'),
(590, '2025-04-08', 145.969000, '2026-05-06 23:08:01', '0000-00-00 00:00:00'),
(591, '2025-04-09', 144.001000, '2026-05-06 23:08:01', '0000-00-00 00:00:00'),
(592, '2025-04-10', 144.026000, '2026-05-06 23:08:01', '0000-00-00 00:00:00'),
(593, '2025-04-11', 142.076000, '2026-05-06 23:08:01', '0000-00-00 00:00:00'),
(594, '2025-04-14', 142.239000, '2026-05-06 23:08:01', '0000-00-00 00:00:00'),
(595, '2025-04-15', 142.600000, '2026-05-06 23:08:01', '0000-00-00 00:00:00'),
(596, '2025-04-16', 141.649000, '2026-05-06 23:08:01', '0000-00-00 00:00:00'),
(597, '2025-04-17', 141.620000, '2026-05-06 23:08:01', '0000-00-00 00:00:00'),
(598, '2025-04-18', 142.388000, '2026-05-06 23:08:01', '0000-00-00 00:00:00'),
(599, '2025-04-21', 140.484000, '2026-05-06 23:08:01', '0000-00-00 00:00:00'),
(600, '2025-04-22', 139.890000, '2026-05-06 23:08:01', '0000-00-00 00:00:00'),
(601, '2025-04-23', 141.504000, '2026-05-06 23:08:01', '0000-00-00 00:00:00'),
(602, '2025-04-24', 142.284000, '2026-05-06 23:08:01', '0000-00-00 00:00:00'),
(603, '2025-04-25', 142.591000, '2026-05-06 23:08:01', '0000-00-00 00:00:00'),
(604, '2025-04-28', 141.997000, '2026-05-06 23:08:01', '0000-00-00 00:00:00'),
(605, '2025-04-29', 141.975000, '2026-05-06 23:08:01', '0000-00-00 00:00:00'),
(606, '2025-04-30', 142.165000, '2026-05-06 23:08:01', '0000-00-00 00:00:00'),
(607, '2025-05-01', 142.892000, '2026-05-06 23:08:01', '0000-00-00 00:00:00'),
(608, '2025-05-02', 143.735000, '2026-05-06 23:08:01', '0000-00-00 00:00:00'),
(609, '2025-05-05', 143.544000, '2026-05-06 23:08:01', '0000-00-00 00:00:00'),
(610, '2025-05-06', 142.356000, '2026-05-06 23:08:01', '0000-00-00 00:00:00'),
(611, '2025-05-07', 142.415000, '2026-05-06 23:08:01', '0000-00-00 00:00:00'),
(612, '2025-05-08', 143.455000, '2026-05-06 23:08:01', '0000-00-00 00:00:00'),
(613, '2025-05-09', 144.826000, '2026-05-06 23:08:01', '0000-00-00 00:00:00'),
(614, '2025-05-12', 145.706000, '2026-05-06 23:08:01', '0000-00-00 00:00:00'),
(615, '2025-05-13', 147.374000, '2026-05-06 23:08:01', '0000-00-00 00:00:00'),
(616, '2025-05-14', 145.616000, '2026-05-06 23:08:01', '0000-00-00 00:00:00'),
(617, '2025-05-15', 145.419000, '2026-05-06 23:08:01', '0000-00-00 00:00:00'),
(618, '2025-05-16', 144.926000, '2026-05-06 23:08:01', '0000-00-00 00:00:00'),
(619, '2025-05-19', 144.667000, '2026-05-06 23:08:01', '0000-00-00 00:00:00'),
(620, '2025-05-20', 144.095000, '2026-05-06 23:08:01', '0000-00-00 00:00:00'),
(621, '2025-05-21', 143.288000, '2026-05-06 23:08:01', '0000-00-00 00:00:00'),
(622, '2025-05-22', 142.808000, '2026-05-06 23:08:01', '0000-00-00 00:00:00'),
(623, '2025-05-23', 142.424000, '2026-05-06 23:08:01', '0000-00-00 00:00:00'),
(624, '2025-05-26', 142.230000, '2026-05-06 23:08:01', '0000-00-00 00:00:00'),
(625, '2025-05-27', 142.120000, '2026-05-06 23:08:01', '0000-00-00 00:00:00'),
(626, '2025-05-28', 143.858000, '2026-05-06 23:08:01', '0000-00-00 00:00:00'),
(627, '2025-05-29', 143.963000, '2026-05-06 23:08:01', '0000-00-00 00:00:00'),
(628, '2025-05-30', 143.441000, '2026-05-06 23:08:01', '0000-00-00 00:00:00'),
(629, '2025-06-02', 142.544000, '2026-05-06 23:08:01', '0000-00-00 00:00:00'),
(630, '2025-06-03', 142.397000, '2026-05-06 23:08:01', '0000-00-00 00:00:00'),
(631, '2025-06-04', 142.607000, '2026-05-06 23:08:01', '0000-00-00 00:00:00'),
(632, '2025-06-05', 142.541000, '2026-05-06 23:08:01', '0000-00-00 00:00:00'),
(633, '2025-06-06', 143.460000, '2026-05-06 23:08:01', '0000-00-00 00:00:00'),
(634, '2025-06-09', 143.980000, '2026-05-06 23:08:01', '0000-00-00 00:00:00'),
(635, '2025-06-10', 144.405000, '2026-05-06 23:08:01', '0000-00-00 00:00:00'),
(636, '2025-06-11', 144.328000, '2026-05-06 23:08:01', '0000-00-00 00:00:00'),
(637, '2025-06-12', 143.190000, '2026-05-06 23:08:01', '0000-00-00 00:00:00'),
(638, '2025-06-13', 142.800000, '2026-05-06 23:08:01', '0000-00-00 00:00:00'),
(639, '2025-06-16', 143.656000, '2026-05-06 23:08:01', '0000-00-00 00:00:00'),
(640, '2025-06-17', 144.406000, '2026-05-06 23:08:01', '0000-00-00 00:00:00'),
(641, '2025-06-18', 144.344000, '2026-05-06 23:08:01', '0000-00-00 00:00:00'),
(642, '2025-06-19', 144.743000, '2026-05-06 23:08:01', '0000-00-00 00:00:00'),
(643, '2025-06-20', 145.126000, '2026-05-06 23:08:01', '0000-00-00 00:00:00'),
(644, '2025-06-23', 146.015000, '2026-05-06 23:08:01', '0000-00-00 00:00:00'),
(645, '2025-06-24', 144.517000, '2026-05-06 23:08:01', '0000-00-00 00:00:00'),
(646, '2025-06-25', 144.614000, '2026-05-06 23:08:01', '0000-00-00 00:00:00'),
(647, '2025-06-26', 143.754000, '2026-05-06 23:08:01', '0000-00-00 00:00:00'),
(648, '2025-06-27', 144.188000, '2026-05-06 23:08:01', '0000-00-00 00:00:00'),
(649, '2025-06-30', 143.786000, '2026-05-06 23:08:01', '0000-00-00 00:00:00');
INSERT INTO `exchange_rates` (`id`, `date`, `rate`, `created_at`, `updated_at`) VALUES
(650, '2025-07-01', 142.689000, '2026-05-06 23:08:01', '0000-00-00 00:00:00'),
(651, '2025-07-02', 143.327000, '2026-05-06 23:08:01', '0000-00-00 00:00:00'),
(652, '2025-07-03', 143.448000, '2026-05-06 23:08:01', '0000-00-00 00:00:00'),
(653, '2025-07-04', 144.185000, '2026-05-06 23:08:01', '0000-00-00 00:00:00'),
(654, '2025-07-07', 144.225000, '2026-05-06 23:08:01', '0000-00-00 00:00:00'),
(655, '2025-07-08', 145.841000, '2026-05-06 23:08:01', '0000-00-00 00:00:00'),
(656, '2025-07-09', 146.253000, '2026-05-06 23:08:01', '0000-00-00 00:00:00'),
(657, '2025-07-10', 145.761000, '2026-05-06 23:08:01', '0000-00-00 00:00:00'),
(658, '2025-07-11', 146.143000, '2026-05-06 23:08:01', '0000-00-00 00:00:00'),
(659, '2025-07-14', 146.860000, '2026-05-06 23:08:01', '0000-00-00 00:00:00'),
(660, '2025-07-15', 147.553000, '2026-05-06 23:08:01', '0000-00-00 00:00:00'),
(661, '2025-07-16', 146.927000, '2026-05-06 23:08:01', '0000-00-00 00:00:00'),
(662, '2025-07-17', 147.746000, '2026-05-06 23:08:01', '0000-00-00 00:00:00'),
(663, '2025-07-18', 148.189000, '2026-05-06 23:08:01', '0000-00-00 00:00:00'),
(664, '2025-07-21', 147.089000, '2026-05-06 23:08:01', '0000-00-00 00:00:00'),
(665, '2025-07-22', 146.320000, '2026-05-06 23:08:01', '0000-00-00 00:00:00'),
(666, '2025-07-23', 146.113000, '2026-05-06 23:08:01', '0000-00-00 00:00:00'),
(667, '2025-07-24', 145.857000, '2026-05-06 23:08:01', '0000-00-00 00:00:00'),
(668, '2025-07-25', 146.824000, '2026-05-06 23:08:01', '0000-00-00 00:00:00'),
(669, '2025-07-28', 147.523000, '2026-05-06 23:08:01', '0000-00-00 00:00:00'),
(670, '2025-07-29', 148.159000, '2026-05-06 23:08:01', '0000-00-00 00:00:00'),
(671, '2025-07-30', 147.809000, '2026-05-06 23:08:01', '0000-00-00 00:00:00'),
(672, '2025-07-31', 148.594000, '2026-05-06 23:08:01', '0000-00-00 00:00:00'),
(673, '2025-08-01', 147.296000, '2026-05-06 23:08:01', '0000-00-00 00:00:00'),
(674, '2025-08-04', 146.877000, '2026-05-06 23:08:01', '0000-00-00 00:00:00'),
(675, '2025-08-05', 146.625000, '2026-05-06 23:08:01', '0000-00-00 00:00:00'),
(676, '2025-08-06', 146.977000, '2026-05-06 23:08:01', '0000-00-00 00:00:00'),
(677, '2025-08-07', 146.692000, '2026-05-06 23:08:01', '0000-00-00 00:00:00'),
(678, '2025-08-08', 146.737000, '2026-05-06 23:08:01', '0000-00-00 00:00:00'),
(679, '2025-08-11', 147.352000, '2026-05-06 23:08:01', '0000-00-00 00:00:00'),
(680, '2025-08-12', 147.585000, '2026-05-06 23:08:01', '0000-00-00 00:00:00'),
(681, '2025-08-13', 147.095000, '2026-05-06 23:08:01', '0000-00-00 00:00:00'),
(682, '2025-08-14', 146.216000, '2026-05-06 23:08:01', '0000-00-00 00:00:00'),
(683, '2025-08-15', 146.748000, '2026-05-06 23:08:01', '0000-00-00 00:00:00'),
(684, '2025-08-18', 147.069000, '2026-05-06 23:08:01', '0000-00-00 00:00:00'),
(685, '2025-08-19', 147.446000, '2026-05-06 23:08:01', '0000-00-00 00:00:00'),
(686, '2025-08-20', 146.873000, '2026-05-06 23:08:01', '0000-00-00 00:00:00'),
(687, '2025-08-21', 147.259000, '2026-05-06 23:08:01', '0000-00-00 00:00:00'),
(688, '2025-08-22', 146.579000, '2026-05-06 23:08:01', '0000-00-00 00:00:00'),
(689, '2025-08-25', 146.843000, '2026-05-06 23:08:01', '0000-00-00 00:00:00'),
(690, '2025-08-26', 146.994000, '2026-05-06 23:08:01', '0000-00-00 00:00:00'),
(691, '2025-08-27', 147.295000, '2026-05-06 23:08:01', '0000-00-00 00:00:00'),
(692, '2025-08-28', 146.663000, '2026-05-06 23:08:01', '0000-00-00 00:00:00'),
(693, '2025-08-29', 146.768000, '2026-05-06 23:08:01', '0000-00-00 00:00:00'),
(694, '2025-09-01', 146.787000, '2026-05-06 23:08:01', '0000-00-00 00:00:00'),
(695, '2025-09-02', 147.048000, '2026-05-06 23:08:01', '0000-00-00 00:00:00'),
(696, '2025-09-03', 147.881000, '2026-05-06 23:08:01', '0000-00-00 00:00:00'),
(697, '2025-09-04', 147.803000, '2026-05-06 23:08:01', '0000-00-00 00:00:00'),
(698, '2025-09-05', 146.820000, '2026-05-06 23:08:01', '0000-00-00 00:00:00'),
(699, '2025-09-08', 147.341000, '2026-05-06 23:08:01', '0000-00-00 00:00:00'),
(700, '2025-09-09', 146.311000, '2026-05-06 23:08:01', '0000-00-00 00:00:00'),
(701, '2025-09-10', 147.137000, '2026-05-06 23:08:01', '0000-00-00 00:00:00'),
(702, '2025-09-11', 146.988000, '2026-05-06 23:08:01', '0000-00-00 00:00:00'),
(703, '2025-09-12', 147.130000, '2026-05-06 23:08:01', '0000-00-00 00:00:00'),
(704, '2025-09-15', 147.234000, '2026-05-06 23:08:01', '0000-00-00 00:00:00'),
(705, '2025-09-16', 146.281000, '2026-05-06 23:08:01', '0000-00-00 00:00:00'),
(706, '2025-09-17', 145.487000, '2026-05-06 23:08:01', '0000-00-00 00:00:00'),
(707, '2025-09-18', 146.773000, '2026-05-06 23:08:01', '0000-00-00 00:00:00'),
(708, '2025-09-19', 147.200000, '2026-05-06 23:08:01', '0000-00-00 00:00:00'),
(709, '2025-09-22', 147.659000, '2026-05-06 23:08:01', '0000-00-00 00:00:00'),
(710, '2025-09-23', 147.463000, '2026-05-06 23:08:01', '0000-00-00 00:00:00'),
(711, '2025-09-24', 147.521000, '2026-05-06 23:08:01', '0000-00-00 00:00:00'),
(712, '2025-09-25', 148.561000, '2026-05-06 23:08:01', '0000-00-00 00:00:00'),
(713, '2025-09-26', 149.406000, '2026-05-06 23:08:01', '0000-00-00 00:00:00'),
(714, '2025-09-29', 148.473000, '2026-05-06 23:08:01', '0000-00-00 00:00:00'),
(715, '2025-09-30', 147.653000, '2026-05-06 23:08:01', '0000-00-00 00:00:00'),
(716, '2025-10-01', 146.591000, '2026-05-06 23:08:01', '0000-00-00 00:00:00'),
(717, '2025-10-02', 146.603000, '2026-05-06 23:08:01', '0000-00-00 00:00:00'),
(718, '2025-10-03', 147.096000, '2026-05-06 23:08:01', '0000-00-00 00:00:00'),
(719, '2025-10-06', 149.082000, '2026-05-06 23:08:01', '0000-00-00 00:00:00'),
(720, '2025-10-07', 150.252000, '2026-05-06 23:08:01', '0000-00-00 00:00:00'),
(721, '2025-10-08', 151.742000, '2026-05-06 23:08:01', '0000-00-00 00:00:00'),
(722, '2025-10-09', 152.137000, '2026-05-06 23:08:01', '0000-00-00 00:00:00'),
(723, '2025-10-10', 151.169000, '2026-05-06 23:08:01', '0000-00-00 00:00:00'),
(724, '2025-10-13', 151.723000, '2026-05-06 23:08:01', '0000-00-00 00:00:00'),
(725, '2025-10-14', 151.607000, '2026-05-06 23:08:01', '0000-00-00 00:00:00'),
(726, '2025-10-15', 150.904000, '2026-05-06 23:08:01', '0000-00-00 00:00:00'),
(727, '2025-10-16', 150.215000, '2026-05-06 23:08:01', '0000-00-00 00:00:00'),
(728, '2025-10-17', 149.381000, '2026-05-06 23:08:01', '0000-00-00 00:00:00'),
(729, '2025-10-20', 150.281000, '2026-05-06 23:08:01', '0000-00-00 00:00:00'),
(730, '2025-10-21', 150.475000, '2026-05-06 23:08:01', '0000-00-00 00:00:00'),
(731, '2025-10-22', 151.494000, '2026-05-06 23:08:01', '0000-00-00 00:00:00'),
(732, '2025-10-23', 151.828000, '2026-05-06 23:08:01', '0000-00-00 00:00:00'),
(733, '2025-10-24', 152.334000, '2026-05-06 23:08:01', '0000-00-00 00:00:00'),
(734, '2025-10-27', 152.567000, '2026-05-06 23:08:01', '0000-00-00 00:00:00'),
(735, '2025-10-28', 151.760000, '2026-05-06 23:08:01', '0000-00-00 00:00:00'),
(736, '2025-10-29', 151.545000, '2026-05-06 23:08:01', '0000-00-00 00:00:00'),
(737, '2025-10-30', 152.165000, '2026-05-06 23:08:01', '0000-00-00 00:00:00'),
(738, '2025-10-31', 153.659000, '2026-05-06 23:08:01', '0000-00-00 00:00:00'),
(739, '2025-11-03', 153.936000, '2026-05-06 23:08:01', '0000-00-00 00:00:00'),
(740, '2025-11-04', 153.318000, '2026-05-06 23:08:01', '0000-00-00 00:00:00'),
(741, '2025-11-05', 152.966000, '2026-05-06 23:08:01', '0000-00-00 00:00:00'),
(742, '2025-11-06', 152.834000, '2026-05-06 23:08:01', '0000-00-00 00:00:00'),
(743, '2025-11-07', 152.825000, '2026-05-06 23:08:01', '0000-00-00 00:00:00'),
(744, '2025-11-10', 153.457000, '2026-05-06 23:08:01', '0000-00-00 00:00:00'),
(745, '2025-11-11', 153.669000, '2026-05-06 23:08:01', '0000-00-00 00:00:00'),
(746, '2025-11-12', 154.052000, '2026-05-06 23:08:01', '0000-00-00 00:00:00'),
(747, '2025-11-13', 154.130000, '2026-05-06 23:08:01', '0000-00-00 00:00:00'),
(748, '2025-11-14', 153.620000, '2026-05-06 23:08:01', '0000-00-00 00:00:00'),
(749, '2025-11-17', 154.423000, '2026-05-06 23:08:01', '0000-00-00 00:00:00'),
(750, '2025-11-18', 154.819000, '2026-05-06 23:08:01', '0000-00-00 00:00:00'),
(751, '2025-11-19', 155.214000, '2026-05-06 23:08:01', '0000-00-00 00:00:00'),
(752, '2025-11-20', 156.886000, '2026-05-06 23:08:01', '0000-00-00 00:00:00'),
(753, '2025-11-21', 156.203000, '2026-05-06 23:08:01', '0000-00-00 00:00:00'),
(754, '2025-11-24', 156.483000, '2026-05-06 23:08:01', '0000-00-00 00:00:00'),
(755, '2025-11-25', 155.806000, '2026-05-06 23:08:01', '0000-00-00 00:00:00'),
(756, '2025-11-26', 155.654000, '2026-05-06 23:08:01', '0000-00-00 00:00:00'),
(757, '2025-11-27', 155.726000, '2026-05-06 23:08:01', '0000-00-00 00:00:00'),
(758, '2025-11-28', 155.986000, '2026-05-06 23:08:01', '0000-00-00 00:00:00'),
(759, '2025-12-01', 154.667000, '2026-05-06 23:08:01', '0000-00-00 00:00:00'),
(760, '2025-12-02', 155.435000, '2026-05-06 23:08:01', '0000-00-00 00:00:00'),
(761, '2025-12-03', 155.012000, '2026-05-06 23:08:01', '0000-00-00 00:00:00'),
(762, '2025-12-04', 154.512000, '2026-05-06 23:08:01', '0000-00-00 00:00:00'),
(763, '2025-12-05', 154.347000, '2026-05-06 23:08:01', '0000-00-00 00:00:00'),
(764, '2025-12-08', 154.903000, '2026-05-06 23:08:01', '0000-00-00 00:00:00'),
(765, '2025-12-09', 155.745000, '2026-05-06 23:08:01', '0000-00-00 00:00:00'),
(766, '2025-12-10', 155.797000, '2026-05-06 23:08:01', '0000-00-00 00:00:00'),
(767, '2025-12-11', 154.948000, '2026-05-06 23:08:01', '0000-00-00 00:00:00'),
(768, '2025-12-12', 155.457000, '2026-05-06 23:08:01', '0000-00-00 00:00:00'),
(769, '2025-12-15', 154.839000, '2026-05-06 23:08:01', '0000-00-00 00:00:00'),
(770, '2025-12-16', 154.400000, '2026-05-06 23:08:01', '0000-00-00 00:00:00'),
(771, '2025-12-17', 154.518000, '2026-05-06 23:08:01', '0000-00-00 00:00:00'),
(772, '2025-12-18', 155.285000, '2026-05-06 23:08:01', '0000-00-00 00:00:00'),
(773, '2025-12-19', 155.505000, '2026-05-06 23:08:01', '0000-00-00 00:00:00'),
(774, '2025-12-22', 156.709000, '2026-05-06 23:08:01', '0000-00-00 00:00:00'),
(775, '2025-12-23', 155.656000, '2026-05-06 23:08:01', '0000-00-00 00:00:00'),
(776, '2025-12-24', 155.563000, '2026-05-06 23:08:01', '0000-00-00 00:00:00'),
(777, '2025-12-25', 156.012000, '2026-05-06 23:08:01', '0000-00-00 00:00:00'),
(778, '2025-12-26', 155.761000, '2026-05-06 23:08:01', '0000-00-00 00:00:00'),
(779, '2025-12-29', 155.918000, '2026-05-06 23:08:01', '0000-00-00 00:00:00'),
(780, '2025-12-30', 155.746000, '2026-05-06 23:08:01', '0000-00-00 00:00:00'),
(781, '2025-12-31', 156.332000, '2026-05-06 23:08:01', '0000-00-00 00:00:00'),
(782, '2026-01-01', 156.881000, '2026-05-06 23:08:01', '0000-00-00 00:00:00'),
(783, '2026-01-02', 156.521000, '2026-05-06 23:08:01', '0000-00-00 00:00:00'),
(784, '2026-01-05', 156.116000, '2026-05-06 23:08:01', '0000-00-00 00:00:00'),
(785, '2026-01-06', 156.164000, '2026-05-06 23:08:01', '0000-00-00 00:00:00'),
(786, '2026-01-07', 156.296000, '2026-05-06 23:08:01', '0000-00-00 00:00:00'),
(787, '2026-01-08', 156.461000, '2026-05-06 23:08:01', '0000-00-00 00:00:00'),
(788, '2026-01-09', 156.775000, '2026-05-06 23:08:01', '0000-00-00 00:00:00'),
(789, '2026-01-12', 157.523000, '2026-05-06 23:08:01', '0000-00-00 00:00:00'),
(790, '2026-01-13', 157.911000, '2026-05-06 23:08:01', '0000-00-00 00:00:00'),
(791, '2026-01-14', 158.102000, '2026-05-06 23:08:01', '0000-00-00 00:00:00'),
(792, '2026-01-15', 158.233000, '2026-05-06 23:08:01', '0000-00-00 00:00:00'),
(793, '2026-01-16', 157.823000, '2026-05-06 23:08:01', '0000-00-00 00:00:00'),
(794, '2026-01-19', 157.428000, '2026-05-06 23:08:01', '0000-00-00 00:00:00'),
(795, '2026-01-20', 157.541000, '2026-05-06 23:08:01', '0000-00-00 00:00:00'),
(796, '2026-01-21', 157.748000, '2026-05-06 23:08:01', '0000-00-00 00:00:00'),
(797, '2026-01-22', 158.182000, '2026-05-06 23:08:01', '0000-00-00 00:00:00'),
(798, '2026-01-23', 155.632000, '2026-05-06 23:08:01', '0000-00-00 00:00:00'),
(799, '2026-01-26', 153.311000, '2026-05-06 23:08:01', '0000-00-00 00:00:00'),
(800, '2026-01-27', 152.101000, '2026-05-06 23:08:01', '0000-00-00 00:00:00'),
(801, '2026-01-28', 152.203000, '2026-05-06 23:08:01', '0000-00-00 00:00:00'),
(802, '2026-01-29', 152.687000, '2026-05-06 23:08:01', '0000-00-00 00:00:00'),
(803, '2026-01-30', 152.872000, '2026-05-06 23:08:01', '0000-00-00 00:00:00'),
(804, '2026-02-02', 154.553000, '2026-05-06 23:08:01', '0000-00-00 00:00:00'),
(805, '2026-02-03', 155.309000, '2026-05-06 23:08:01', '0000-00-00 00:00:00'),
(806, '2026-02-04', 155.700000, '2026-05-06 23:08:01', '0000-00-00 00:00:00'),
(807, '2026-02-05', 156.536000, '2026-05-06 23:08:01', '0000-00-00 00:00:00'),
(808, '2026-02-06', 156.529000, '2026-05-06 23:08:01', '0000-00-00 00:00:00'),
(809, '2026-02-09', 155.526000, '2026-05-06 23:08:01', '0000-00-00 00:00:00'),
(810, '2026-02-10', 154.058000, '2026-05-06 23:08:01', '0000-00-00 00:00:00'),
(811, '2026-02-11', 152.556000, '2026-05-06 23:08:01', '0000-00-00 00:00:00'),
(812, '2026-02-12', 152.272000, '2026-05-06 23:08:01', '0000-00-00 00:00:00'),
(813, '2026-02-13', 152.597000, '2026-05-06 23:08:01', '0000-00-00 00:00:00'),
(814, '2026-02-16', 152.657000, '2026-05-06 23:08:01', '0000-00-00 00:00:00'),
(815, '2026-02-17', 152.702000, '2026-05-06 23:08:01', '0000-00-00 00:00:00'),
(816, '2026-02-18', 153.071000, '2026-05-06 23:08:01', '0000-00-00 00:00:00'),
(817, '2026-02-19', 154.544000, '2026-05-06 23:08:01', '0000-00-00 00:00:00'),
(818, '2026-02-20', 154.719000, '2026-05-06 23:08:01', '0000-00-00 00:00:00'),
(819, '2026-02-23', 154.001000, '2026-05-06 23:08:01', '0000-00-00 00:00:00'),
(820, '2026-02-24', 154.531000, '2026-05-06 23:08:01', '0000-00-00 00:00:00'),
(821, '2026-02-25', 155.352000, '2026-05-06 23:08:01', '0000-00-00 00:00:00'),
(822, '2026-02-26', 155.715000, '2026-05-06 23:08:01', '0000-00-00 00:00:00'),
(823, '2026-02-27', 155.539000, '2026-05-06 23:08:01', '0000-00-00 00:00:00'),
(824, '2026-03-02', 156.035000, '2026-05-06 23:08:01', '0000-00-00 00:00:00'),
(825, '2026-03-03', 157.151000, '2026-05-06 23:08:01', '0000-00-00 00:00:00'),
(826, '2026-03-04', 156.857000, '2026-05-06 23:08:01', '0000-00-00 00:00:00'),
(827, '2026-03-05', 156.461000, '2026-05-06 23:08:01', '0000-00-00 00:00:00'),
(828, '2026-03-06', 157.394000, '2026-05-06 23:08:01', '0000-00-00 00:00:00'),
(829, '2026-03-09', 157.634000, '2026-05-06 23:08:01', '0000-00-00 00:00:00'),
(830, '2026-03-10', 157.275000, '2026-05-06 23:08:01', '0000-00-00 00:00:00'),
(831, '2026-03-11', 157.864000, '2026-05-06 23:08:01', '0000-00-00 00:00:00'),
(832, '2026-03-12', 158.573000, '2026-05-06 23:08:01', '0000-00-00 00:00:00'),
(833, '2026-03-13', 159.010000, '2026-05-06 23:08:01', '0000-00-00 00:00:00'),
(834, '2026-03-16', 158.852000, '2026-05-06 23:08:01', '0000-00-00 00:00:00'),
(835, '2026-03-17', 158.723000, '2026-05-06 23:08:01', '0000-00-00 00:00:00'),
(836, '2026-03-18', 158.569000, '2026-05-06 23:08:01', '0000-00-00 00:00:00'),
(837, '2026-03-19', 157.512000, '2026-05-06 23:08:01', '0000-00-00 00:00:00'),
(838, '2026-03-20', 157.628000, '2026-05-06 23:08:01', '0000-00-00 00:00:00'),
(839, '2026-03-23', 158.022000, '2026-05-06 23:08:01', '0000-00-00 00:00:00'),
(840, '2026-03-24', 158.278000, '2026-05-06 23:08:01', '0000-00-00 00:00:00'),
(841, '2026-03-25', 158.577000, '2026-05-06 23:08:01', '0000-00-00 00:00:00'),
(842, '2026-03-26', 159.287000, '2026-05-06 23:08:01', '0000-00-00 00:00:00'),
(843, '2026-03-27', 159.457000, '2026-05-06 23:08:01', '0000-00-00 00:00:00'),
(844, '2026-03-30', 159.329000, '2026-05-06 23:08:01', '0000-00-00 00:00:00'),
(845, '2026-03-31', 158.663000, '2026-05-06 23:08:01', '0000-00-00 00:00:00'),
(846, '2026-04-01', 158.278000, '2026-05-06 23:08:01', '0000-00-00 00:00:00'),
(847, '2026-04-02', 158.546000, '2026-05-06 23:08:01', '0000-00-00 00:00:00'),
(848, '2026-04-03', 159.434000, '2026-05-06 23:08:01', '0000-00-00 00:00:00'),
(849, '2026-04-06', 159.307000, '2026-05-06 23:08:01', '0000-00-00 00:00:00'),
(850, '2026-04-07', 159.474000, '2026-05-06 23:08:01', '0000-00-00 00:00:00'),
(851, '2026-04-08', 157.890000, '2026-05-06 23:08:01', '0000-00-00 00:00:00'),
(852, '2026-04-09', 158.487000, '2026-05-06 23:08:01', '0000-00-00 00:00:00'),
(853, '2026-04-10', 158.952000, '2026-05-06 23:08:01', '0000-00-00 00:00:00'),
(854, '2026-04-13', 159.291000, '2026-05-06 23:08:01', '0000-00-00 00:00:00'),
(855, '2026-04-14', 158.604000, '2026-05-06 23:08:01', '0000-00-00 00:00:00'),
(856, '2026-04-15', 158.648000, '2026-05-06 23:08:01', '0000-00-00 00:00:00'),
(857, '2026-04-16', 158.270000, '2026-05-06 23:08:01', '0000-00-00 00:00:00'),
(858, '2026-04-17', 157.595000, '2026-05-06 23:08:01', '0000-00-00 00:00:00'),
(859, '2026-04-20', 158.553000, '2026-05-06 23:08:01', '0000-00-00 00:00:00'),
(860, '2026-04-21', 158.745000, '2026-05-06 23:08:01', '0000-00-00 00:00:00'),
(861, '2026-04-22', 159.105000, '2026-05-06 23:08:01', '0000-00-00 00:00:00'),
(862, '2026-04-23', 159.297000, '2026-05-06 23:08:01', '0000-00-00 00:00:00'),
(863, '2026-04-24', 159.315000, '2026-05-06 23:08:01', '0000-00-00 00:00:00'),
(864, '2026-04-27', 159.095000, '2026-05-06 23:08:01', '0000-00-00 00:00:00'),
(865, '2026-04-28', 158.963000, '2026-05-06 23:08:01', '0000-00-00 00:00:00'),
(866, '2026-04-29', 159.522000, '2026-05-06 23:08:01', '0000-00-00 00:00:00'),
(867, '2026-04-30', 155.569000, '2026-05-06 23:08:01', '0000-00-00 00:00:00'),
(868, '2026-05-01', 155.498000, '2026-05-06 23:08:01', '0000-00-00 00:00:00'),
(869, '2026-05-04', 155.730000, '2026-05-06 23:08:01', '0000-00-00 00:00:00'),
(870, '2026-05-05', 157.127000, '2026-05-06 23:08:01', '0000-00-00 00:00:00'),
(871, '2026-05-06', 157.544000, '2026-05-06 23:08:01', '0000-00-00 00:00:00'),
(1545, '2026-05-14', 157.586300, '2026-05-13 18:56:54', '2026-05-13 18:56:54');

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

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

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

--
-- Dumping data for table `makes`
--

INSERT INTO `makes` (`id`, `name`, `created_at`, `updated_at`) VALUES
(1, 'Toyota', '2026-04-23 15:52:33', '2026-04-23 15:52:33'),
(2, 'Honda', '2026-04-23 15:52:34', '2026-04-23 15:52:34'),
(3, 'Nissan', '2026-04-23 15:52:35', '2026-04-23 15:52:35'),
(4, 'Mazda', '2026-04-23 15:52:36', '2026-04-23 15:52:36'),
(5, 'BMW', '2026-04-23 15:52:37', '2026-04-23 15:52:37'),
(6, 'Mercedes-Benz', '2026-04-23 15:52:38', '2026-04-23 15:52:38'),
(7, 'Isuzu', '2026-04-23 15:52:39', '2026-04-23 15:52:39'),
(8, 'Mitsubishi', '2026-04-23 15:52:40', '2026-04-23 15:52:40'),
(9, 'LEXUS', '2026-05-05 14:37:20', '2026-05-05 14:37:20'),
(10, 'VOLVO', '2026-05-05 14:51:34', '2026-05-05 14:51:34');

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

--
-- Table structure for table `make_attributes`
--

CREATE TABLE `make_attributes` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `make_id` bigint(20) UNSIGNED NOT NULL,
  `attribute_id` bigint(20) UNSIGNED NOT NULL,
  `min_value` decimal(10,3) DEFAULT NULL,
  `max_value` decimal(10,3) DEFAULT NULL,
  `default_value_id` bigint(20) UNSIGNED DEFAULT NULL,
  `default_raw_value` varchar(255) 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 `make_attributes`
--

INSERT INTO `make_attributes` (`id`, `make_id`, `attribute_id`, `min_value`, `max_value`, `default_value_id`, `default_raw_value`, `created_at`, `updated_at`) VALUES
(1, 1, 3, NULL, NULL, 12, NULL, '2026-05-13 18:14:32', '2026-05-13 18:14:32'),
(2, 1, 7, NULL, NULL, NULL, NULL, '2026-05-13 18:14:32', '2026-05-13 18:14:32'),
(3, 1, 6, NULL, NULL, 25, NULL, '2026-05-13 18:14:32', '2026-05-13 18:14:32'),
(4, 1, 5, NULL, NULL, 23, NULL, '2026-05-13 18:15:31', '2026-05-13 18:15:31'),
(5, 1, 14, NULL, NULL, NULL, NULL, '2026-05-13 18:15:31', '2026-05-13 18:15:31'),
(6, 1, 15, NULL, NULL, NULL, NULL, '2026-05-13 18:16:33', '2026-05-13 18:16:33'),
(7, 1, 4, NULL, NULL, 17, NULL, '2026-05-13 18:16:49', '2026-05-13 18:16:49'),
(8, 1, 16, 2.000, 6.000, NULL, NULL, '2026-05-13 18:20:10', '2026-05-19 10:51:10'),
(9, 1, 17, 2.000, 3.000, NULL, NULL, '2026-05-13 18:21:38', '2026-05-19 10:51:10'),
(10, 1, 18, 1.000, 3.000, NULL, NULL, '2026-05-13 18:23:25', '2026-05-19 10:51:10'),
(81, 1, 63, NULL, NULL, NULL, NULL, '2026-05-13 18:39:22', '2026-05-13 18:39:22'),
(82, 1, 24, NULL, NULL, NULL, NULL, '2026-05-13 18:39:22', '2026-05-13 18:39:22'),
(83, 1, 32, NULL, NULL, NULL, NULL, '2026-05-13 18:39:22', '2026-05-13 18:39:22'),
(84, 1, 64, NULL, NULL, NULL, NULL, '2026-05-13 18:39:22', '2026-05-13 18:39:22'),
(85, 1, 65, NULL, NULL, NULL, NULL, '2026-05-13 18:39:22', '2026-05-13 18:39:22'),
(86, 1, 66, NULL, NULL, NULL, NULL, '2026-05-13 18:39:22', '2026-05-13 18:39:22'),
(87, 1, 67, NULL, NULL, NULL, NULL, '2026-05-13 18:39:22', '2026-05-13 18:39:22'),
(88, 1, 43, NULL, NULL, NULL, NULL, '2026-05-13 18:39:22', '2026-05-13 18:39:22'),
(89, 1, 37, NULL, NULL, NULL, NULL, '2026-05-13 18:39:22', '2026-05-13 18:39:22'),
(90, 1, 27, NULL, NULL, NULL, NULL, '2026-05-13 18:39:22', '2026-05-13 18:39:22'),
(91, 1, 31, NULL, NULL, NULL, NULL, '2026-05-13 18:39:22', '2026-05-13 18:39:22'),
(92, 1, 30, NULL, NULL, NULL, NULL, '2026-05-13 18:39:22', '2026-05-13 18:39:22'),
(93, 1, 44, NULL, NULL, NULL, NULL, '2026-05-13 18:39:22', '2026-05-13 18:39:22'),
(94, 1, 35, NULL, NULL, NULL, NULL, '2026-05-13 18:39:22', '2026-05-13 18:39:22'),
(95, 1, 45, NULL, NULL, NULL, NULL, '2026-05-13 18:39:22', '2026-05-13 18:39:22'),
(96, 1, 46, NULL, NULL, NULL, NULL, '2026-05-13 18:39:22', '2026-05-13 18:39:22'),
(97, 1, 47, NULL, NULL, NULL, NULL, '2026-05-13 18:39:22', '2026-05-13 18:39:22'),
(98, 1, 48, NULL, NULL, NULL, NULL, '2026-05-13 18:39:22', '2026-05-13 18:39:22'),
(99, 1, 49, NULL, NULL, NULL, NULL, '2026-05-13 18:39:22', '2026-05-13 18:39:22'),
(100, 1, 50, NULL, NULL, NULL, NULL, '2026-05-13 18:39:22', '2026-05-13 18:39:22'),
(101, 1, 51, NULL, NULL, NULL, NULL, '2026-05-13 18:39:22', '2026-05-13 18:39:22'),
(102, 1, 52, NULL, NULL, NULL, NULL, '2026-05-13 18:39:22', '2026-05-13 18:39:22'),
(103, 1, 53, NULL, NULL, NULL, NULL, '2026-05-13 18:39:22', '2026-05-13 18:39:22'),
(104, 1, 54, NULL, NULL, NULL, NULL, '2026-05-13 18:39:22', '2026-05-13 18:39:22'),
(105, 1, 55, NULL, NULL, NULL, NULL, '2026-05-13 18:39:22', '2026-05-13 18:39:22'),
(106, 1, 56, NULL, NULL, NULL, NULL, '2026-05-13 18:39:22', '2026-05-13 18:39:22'),
(107, 1, 26, NULL, NULL, NULL, NULL, '2026-05-13 18:39:22', '2026-05-13 18:39:22'),
(108, 1, 25, NULL, NULL, NULL, NULL, '2026-05-13 18:39:22', '2026-05-13 18:39:22'),
(109, 1, 57, NULL, NULL, NULL, NULL, '2026-05-13 18:39:22', '2026-05-13 18:39:22'),
(110, 1, 58, NULL, NULL, NULL, NULL, '2026-05-13 18:39:22', '2026-05-13 18:39:22'),
(111, 1, 59, NULL, NULL, NULL, NULL, '2026-05-13 18:39:22', '2026-05-13 18:39:22'),
(112, 1, 60, NULL, NULL, NULL, NULL, '2026-05-13 18:39:22', '2026-05-13 18:39:22'),
(113, 1, 61, NULL, NULL, NULL, NULL, '2026-05-13 18:39:22', '2026-05-13 18:39:22'),
(114, 1, 33, NULL, NULL, NULL, NULL, '2026-05-13 18:39:22', '2026-05-13 18:39:22'),
(115, 1, 55, NULL, NULL, NULL, NULL, '2026-05-13 18:39:22', '2026-05-13 18:39:22'),
(116, 1, 68, NULL, NULL, NULL, NULL, '2026-05-18 18:07:27', '2026-05-18 18:44:13'),
(117, 1, 69, NULL, NULL, NULL, NULL, '2026-05-18 18:56:28', '2026-05-18 18:56:28'),
(118, 1, 70, NULL, NULL, NULL, NULL, '2026-05-19 11:12:09', '2026-05-19 11:12:09'),
(119, 2, 3, NULL, NULL, 12, NULL, '2026-05-13 13:14:32', '2026-05-13 13:14:32'),
(120, 2, 7, NULL, NULL, NULL, NULL, '2026-05-13 13:14:32', '2026-05-13 13:14:32'),
(121, 2, 6, NULL, NULL, 25, NULL, '2026-05-13 13:14:32', '2026-05-13 13:14:32'),
(122, 2, 5, NULL, NULL, 23, NULL, '2026-05-13 13:15:31', '2026-05-13 13:15:31'),
(123, 2, 14, NULL, NULL, NULL, NULL, '2026-05-13 13:15:31', '2026-05-13 13:15:31'),
(124, 2, 15, NULL, NULL, NULL, NULL, '2026-05-13 13:16:33', '2026-05-13 13:16:33'),
(125, 2, 4, NULL, NULL, 17, NULL, '2026-05-13 13:16:49', '2026-05-13 13:16:49'),
(126, 2, 16, 2.000, 6.000, NULL, NULL, '2026-05-13 13:20:10', '2026-05-19 05:51:10'),
(127, 2, 17, 1.000, 3.000, NULL, NULL, '2026-05-13 13:21:38', '2026-05-19 17:10:58'),
(128, 2, 18, 1.000, 3.000, NULL, NULL, '2026-05-13 13:23:25', '2026-05-19 05:51:10'),
(129, 2, 63, NULL, NULL, NULL, NULL, '2026-05-13 13:39:22', '2026-05-13 13:39:22'),
(130, 2, 24, NULL, NULL, NULL, NULL, '2026-05-13 13:39:22', '2026-05-13 13:39:22'),
(131, 2, 32, NULL, NULL, NULL, NULL, '2026-05-13 13:39:22', '2026-05-13 13:39:22'),
(132, 2, 64, NULL, NULL, NULL, NULL, '2026-05-13 13:39:22', '2026-05-13 13:39:22'),
(133, 2, 65, NULL, NULL, NULL, NULL, '2026-05-13 13:39:22', '2026-05-13 13:39:22'),
(134, 2, 66, NULL, NULL, NULL, NULL, '2026-05-13 13:39:22', '2026-05-13 13:39:22'),
(135, 2, 67, NULL, NULL, NULL, NULL, '2026-05-13 13:39:22', '2026-05-13 13:39:22'),
(136, 2, 43, NULL, NULL, NULL, NULL, '2026-05-13 13:39:22', '2026-05-13 13:39:22'),
(137, 2, 37, NULL, NULL, NULL, NULL, '2026-05-13 13:39:22', '2026-05-13 13:39:22'),
(138, 2, 27, NULL, NULL, NULL, NULL, '2026-05-13 13:39:22', '2026-05-13 13:39:22'),
(139, 2, 31, NULL, NULL, NULL, NULL, '2026-05-13 13:39:22', '2026-05-13 13:39:22'),
(140, 2, 30, NULL, NULL, NULL, NULL, '2026-05-13 13:39:22', '2026-05-13 13:39:22'),
(141, 2, 44, NULL, NULL, NULL, NULL, '2026-05-13 13:39:22', '2026-05-13 13:39:22'),
(142, 2, 35, NULL, NULL, NULL, NULL, '2026-05-13 13:39:22', '2026-05-13 13:39:22'),
(143, 2, 45, NULL, NULL, NULL, NULL, '2026-05-13 13:39:22', '2026-05-13 13:39:22'),
(144, 2, 46, NULL, NULL, NULL, NULL, '2026-05-13 13:39:22', '2026-05-13 13:39:22'),
(145, 2, 47, NULL, NULL, NULL, NULL, '2026-05-13 13:39:22', '2026-05-13 13:39:22'),
(146, 2, 48, NULL, NULL, NULL, NULL, '2026-05-13 13:39:22', '2026-05-13 13:39:22'),
(147, 2, 49, NULL, NULL, NULL, NULL, '2026-05-13 13:39:22', '2026-05-13 13:39:22'),
(148, 2, 50, NULL, NULL, NULL, NULL, '2026-05-13 13:39:22', '2026-05-13 13:39:22'),
(149, 2, 51, NULL, NULL, NULL, NULL, '2026-05-13 13:39:22', '2026-05-13 13:39:22'),
(150, 2, 52, NULL, NULL, NULL, NULL, '2026-05-13 13:39:22', '2026-05-13 13:39:22'),
(151, 2, 53, NULL, NULL, NULL, NULL, '2026-05-13 13:39:22', '2026-05-13 13:39:22'),
(152, 2, 54, NULL, NULL, NULL, NULL, '2026-05-13 13:39:22', '2026-05-13 13:39:22'),
(153, 2, 55, NULL, NULL, NULL, NULL, '2026-05-13 13:39:22', '2026-05-13 13:39:22'),
(154, 2, 56, NULL, NULL, NULL, NULL, '2026-05-13 13:39:22', '2026-05-13 13:39:22'),
(155, 2, 26, NULL, NULL, NULL, NULL, '2026-05-13 13:39:22', '2026-05-13 13:39:22'),
(156, 2, 25, NULL, NULL, NULL, NULL, '2026-05-13 13:39:22', '2026-05-13 13:39:22'),
(157, 2, 57, NULL, NULL, NULL, NULL, '2026-05-13 13:39:22', '2026-05-13 13:39:22'),
(158, 2, 58, NULL, NULL, NULL, NULL, '2026-05-13 13:39:22', '2026-05-13 13:39:22'),
(159, 2, 59, NULL, NULL, NULL, NULL, '2026-05-13 13:39:22', '2026-05-13 13:39:22'),
(160, 2, 60, NULL, NULL, NULL, NULL, '2026-05-13 13:39:22', '2026-05-13 13:39:22'),
(161, 2, 61, NULL, NULL, NULL, NULL, '2026-05-13 13:39:22', '2026-05-13 13:39:22'),
(162, 2, 33, NULL, NULL, NULL, NULL, '2026-05-13 13:39:22', '2026-05-13 13:39:22'),
(163, 2, 55, NULL, NULL, NULL, NULL, '2026-05-13 13:39:22', '2026-05-13 13:39:22'),
(164, 2, 68, NULL, NULL, NULL, NULL, '2026-05-18 13:07:27', '2026-05-18 13:44:13'),
(165, 2, 69, NULL, NULL, NULL, NULL, '2026-05-18 13:56:28', '2026-05-18 13:56:28'),
(166, 2, 70, NULL, NULL, NULL, NULL, '2026-05-19 06:12:09', '2026-05-19 06:12:09'),
(167, 2, 11, 600.000, 4000.000, NULL, NULL, '2026-05-19 13:35:15', '2026-05-19 13:35:15'),
(168, 1, 11, 900.000, 1500.000, NULL, NULL, '2026-05-19 13:35:15', '2026-05-19 13:35:15');

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

--
-- 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_07_182009_add_two_factor_columns_to_users_table', 1),
(5, '2026_04_07_182038_create_personal_access_tokens_table', 1),
(6, '2026_04_07_182039_create_teams_table', 1),
(7, '2026_04_07_182040_create_team_user_table', 1),
(8, '2026_04_07_182041_create_team_invitations_table', 1),
(9, '2026_04_07_194605_add_role_to_users_table', 1),
(10, '2026_04_07_195624_create_vehicles_table', 1),
(11, '2026_04_07_222633_add_extra_fields_to_vehicles_table', 1),
(12, '2026_04_07_231052_create_vehicle_images_table', 1),
(13, '2026_04_08_170254_create_orders_table', 1),
(14, '2026_04_08_170318_create_payments_table', 1),
(15, '2026_04_08_170327_add_discount_fields_to_vehicles_table', 1),
(16, '2026_04_08_170701_add_order_fields_to_users_table', 1),
(17, '2026_04_08_171020_add_type_and_stock_country_to_vehicles_table', 1),
(18, '2026_04_08_174513_create_carts_table', 1),
(19, '2026_04_08_174519_create_order_items_table', 1),
(20, '2026_04_08_180433_remove_vehicle_id_from_orders_table', 1),
(21, '2026_04_08_210056_add_customer_tracking_fields_to_orders_table', 1),
(22, '2026_04_08_210115_create_payment_histories_table', 1),
(23, '2026_04_08_212857_create_vehicle_documents_table', 1),
(24, '2026_04_09_000001_add_status_and_features_to_vehicles_table', 1),
(25, '2026_04_09_000002_create_shipments_table', 1),
(26, '2026_04_09_000003_create_payment_allocations_table', 1),
(27, '2026_04_10_000001_add_shipping_cost_reason_to_orders_table', 1),
(28, '2026_04_10_000002_create_vehicle_catalog_tables', 1),
(29, '2026_04_10_000003_change_engine_capacity_type_on_vehicles_table', 1),
(30, '2026_04_10_000004_add_vehicle_filter_indexes', 1),
(31, '2026_04_10_000005_add_catalog_ranges_and_backfill_body_type', 1),
(32, '2026_04_10_000006_create_make_attributes_and_attribute_defaults', 1),
(33, '2026_04_10_000007_create_model_attribute_defaults_table', 1),
(34, '2026_04_10_000008_normalize_vehicle_locations', 1),
(35, '2026_04_10_000009_extend_model_attributes_for_admin_mapping', 1),
(36, '2026_04_11_000010_create_shipping_countries_table', 1),
(37, '2026_04_11_000011_create_ports_table', 1),
(38, '2026_04_11_000012_create_shipping_rates_table', 1),
(39, '2026_04_11_000013_create_consignees_table', 1),
(40, '2026_04_11_000014_create_remitters_table', 1),
(41, '2026_04_11_000015_add_consignee_and_remitter_to_orders_table', 1),
(42, '2026_04_14_000001_create_bank_accounts_table', 1),
(43, '2026_04_14_000002_add_bank_transfer_fields_to_payments_table', 1),
(44, '2026_04_14_000003_add_approved_by_to_payments_table', 1),
(45, '2026_04_14_000004_add_cif_pricing_fields_to_orders_table', 1),
(46, '2026_04_15_000001_create_pricing_rules_table', 1),
(47, '2026_04_15_000002_add_is_active_to_shipping_countries_and_ports', 1),
(48, '2026_04_15_000003_add_unique_constraint_to_shipping_rates', 1),
(49, '2026_04_15_000004_create_deposit_settings_table', 1),
(50, '2026_04_15_000005_normalize_deposit_settings_table', 1),
(51, '2026_04_15_000006_add_order_snapshot_fields_to_orders_table', 1),
(52, '2026_04_15_000007_add_model_code_to_vehicles_table', 1),
(53, '2026_04_15_000008_refactor_shipments_for_purchase_lifecycle', 1),
(54, '2026_04_15_000009_make_vehicle_seller_nullable', 1),
(55, '2026_04_15_000010_backfill_vehicle_features_json_to_dynamic_attributes', 1),
(56, '2026_04_15_000011_drop_features_json_from_vehicles_table', 1),
(57, '2026_04_16_000001_add_party_snapshot_fields_to_orders_table', 1),
(58, '2026_04_16_000002_create_auction_cars_table', 1),
(59, '2026_04_16_000003_add_auction_fields_to_vehicles_table', 1),
(60, '2026_04_16_000004_add_additional_fields_to_auction_cars_table', 1),
(61, '2026_04_16_000005_refine_auction_cars_business_fields', 1),
(62, '2026_04_17_000001_update_auction_house_and_cost_fields_on_auction_cars_table', 1),
(63, '2026_04_17_000002_add_model_code_to_models_table', 1),
(64, '2026_04_17_000003_add_code_to_makes_table', 1),
(65, '2026_04_18_000001_add_applies_to_to_attributes_table', 1),
(66, '2026_04_18_000001_create_currencies_table_and_add_currency_to_shipping_countries', 1),
(67, '2026_04_18_000002_remove_applies_to_from_attributes_table', 1),
(68, '2026_04_18_000003_remove_code_from_makes_table', 1),
(69, '2026_04_21_000001_add_country_id_to_vehicles_table', 1),
(70, '2026_04_21_120000_create_vehicle_reservations_table', 1),
(71, '2026_04_22_000001_add_hybrid_order_fields_to_orders_table', 1),
(72, '2026_04_22_000001_scope_model_code_uniqueness_to_make', 1),
(73, '2026_04_22_120001_create_regions_table', 1),
(74, '2026_04_22_120002_create_auction_houses_table', 1),
(75, '2026_04_22_120003_add_region_and_auction_house_ids_to_auction_cars_table', 1),
(76, '2026_04_22_205111_drop_unique_from_auction_houses_name', 1),
(77, '2026_04_23_000001_drop_model_code_unique_indexes', 1),
(78, '2026_04_23_000002_add_bl_files_to_auction_cars_table', 1),
(79, '2026_04_23_100000_upgrade_vehicle_reservations_for_auction_hybrid', 1),
(80, '2026_04_24_100000_create_settings_table', 2),
(81, '2026_04_24_110000_add_order_id_to_vehicle_reservations_table', 3),
(82, '2026_04_27_100000_add_reservation_id_to_orders_table', 4),
(83, '2026_04_27_101000_add_is_locked_to_vehicles_table', 4),
(84, '2026_04_27_130000_create_vehicle_types_and_link_auctions', 5),
(85, '2026_04_27_140000_pivot_vehicle_type_id_to_attribute_values', 6),
(86, '2026_04_30_100000_upgrade_vehicle_reservations_unified_targets', 7),
(87, '2026_04_30_100100_create_wallet_transactions_table', 7),
(88, '2026_04_30_100200_upgrade_payments_for_partial_and_audit', 7),
(89, '2026_04_30_100300_upgrade_payment_allocations_for_vehicle_tracking', 7),
(90, '2026_04_30_101000_add_wallet_amount_used_to_vehicle_reservations', 8),
(91, '2026_04_30_182028_add_wallet_amount_used_to_vehicle_reservations', 8),
(92, '2026_04_30_211914_update_customer_status_enum_in_orders', 9),
(93, '2026_05_01_120000_normalize_payments_method_status_and_notes', 10),
(94, '2026_05_04_000001_add_bl_amount_and_auction_files_to_auction_cars_table', 11),
(95, '2026_05_04_000002_add_deposit_fields_to_wallet_transactions_table', 12),
(96, '2026_05_04_000003_add_created_by_to_users_table', 12),
(97, '2026_05_04_000004_create_remittances_table', 12),
(98, '2026_05_05_000010_drop_cart_tables', 13),
(99, '2026_05_05_000011_add_status_and_verified_to_remittances_table', 14),
(100, '2026_05_05_000012_add_seller_pricing_to_vehicle_reservations_table', 14),
(101, '2026_05_06_000001_create_exchange_rates_table', 15),
(102, '2026_05_14_000010_create_remittance_allocations_table', 16),
(103, '2026_05_16_120001_add_auction_fee_to_auction_houses_table', 17),
(104, '2026_05_19_000001_alter_make_attributes_min_max_value_to_decimal', 18),
(106, '2026_05_19_183102_alter_make_attributes_min_max_value_decimal_update', 19);

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

--
-- Table structure for table `models`
--

CREATE TABLE `models` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `make_id` bigint(20) UNSIGNED NOT NULL,
  `name` varchar(255) NOT NULL,
  `model_code` varchar(255) 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 `models`
--

INSERT INTO `models` (`id`, `make_id`, `name`, `model_code`, `created_at`, `updated_at`) VALUES
(1, 1, 'LAND CRUISER PRADO TX', 'TRJ150', '2026-05-04 11:58:32', '2026-05-04 11:58:32'),
(2, 1, 'PREMIO', 'NZT260', '2026-05-04 12:54:23', '2026-05-04 12:54:23'),
(3, 2, 'VEZEL', 'RU3', '2026-05-04 15:58:14', '2026-05-04 15:58:14'),
(4, 1, 'LAND CRUISER', 'URJ202', '2026-05-05 14:19:52', '2026-05-05 14:19:52'),
(6, 2, 'VEZEL 1.5X', 'RU1', '2026-05-05 14:23:28', '2026-05-05 14:23:28'),
(7, 9, 'RX', 'AGL20', '2026-05-05 14:37:59', '2026-05-05 14:37:59'),
(8, 1, 'LAND CRUISER VX', 'TRJ250', '2026-05-05 14:40:20', '2026-05-05 14:40:20'),
(9, 1, 'HARRIER', 'ZSU60', '2026-05-05 14:46:05', '2026-05-05 14:46:05'),
(10, 10, 'XC90', 'PUSHSTART-REVCAM', '2026-05-05 14:52:34', '2026-05-05 14:52:34');

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

--
-- Table structure for table `model_attributes`
--

CREATE TABLE `model_attributes` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `model_id` bigint(20) UNSIGNED NOT NULL,
  `attribute_id` bigint(20) UNSIGNED NOT NULL,
  `min_numeric_value` int(10) UNSIGNED DEFAULT NULL,
  `max_numeric_value` int(10) UNSIGNED DEFAULT NULL,
  `min_value` decimal(12,2) DEFAULT NULL,
  `max_value` decimal(12,2) DEFAULT NULL,
  `default_value_id` bigint(20) UNSIGNED DEFAULT NULL,
  `default_raw_value` varchar(255) DEFAULT NULL,
  `default_value` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL CHECK (json_valid(`default_value`)),
  `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 `model_attribute_defaults`
--

CREATE TABLE `model_attribute_defaults` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `model_id` bigint(20) UNSIGNED NOT NULL,
  `attribute_id` bigint(20) UNSIGNED NOT NULL,
  `value_id` bigint(20) UNSIGNED DEFAULT NULL,
  `raw_value` varchar(255) 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 `orders`
--

CREATE TABLE `orders` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `user_id` bigint(20) UNSIGNED NOT NULL,
  `vehicle_id` bigint(20) UNSIGNED DEFAULT NULL,
  `reservation_id` bigint(20) UNSIGNED DEFAULT NULL,
  `seller_id` bigint(20) UNSIGNED DEFAULT NULL,
  `source` varchar(32) DEFAULT 'checkout' COMMENT 'checkout | reservation',
  `consignee_id` bigint(20) UNSIGNED DEFAULT NULL,
  `remitter_id` bigint(20) UNSIGNED DEFAULT NULL,
  `consignee_name` varchar(255) DEFAULT NULL,
  `consignee_email` varchar(255) DEFAULT NULL,
  `consignee_phone` varchar(50) DEFAULT NULL,
  `consignee_address` text DEFAULT NULL,
  `consignee_country` varchar(255) DEFAULT NULL,
  `remitter_name` varchar(255) DEFAULT NULL,
  `remitter_email` varchar(255) DEFAULT NULL,
  `remitter_phone` varchar(50) DEFAULT NULL,
  `remitter_address` text DEFAULT NULL,
  `remitter_country` varchar(255) DEFAULT NULL,
  `status` varchar(255) NOT NULL DEFAULT 'pending',
  `customer_status` enum('reserved','payment_pending','partially_paid','paid','shipment_pending','shipped','arrived','delivered','completed') NOT NULL DEFAULT 'reserved',
  `total_price` decimal(10,2) NOT NULL,
  `vehicle_price` decimal(12,2) DEFAULT NULL,
  `currency` varchar(3) NOT NULL DEFAULT 'USD',
  `type` varchar(255) NOT NULL DEFAULT 'C&F',
  `discount_amount` decimal(10,2) NOT NULL DEFAULT 0.00,
  `paid_amount` decimal(12,2) NOT NULL DEFAULT 0.00,
  `remaining_balance` decimal(12,2) NOT NULL DEFAULT 0.00,
  `min_ship_deposit_percentage` decimal(5,2) NOT NULL DEFAULT 30.00,
  `shipping_cost` decimal(10,2) NOT NULL DEFAULT 0.00,
  `freight_cost` decimal(10,2) DEFAULT NULL,
  `inspection_fee` decimal(10,2) DEFAULT NULL,
  `insurance_fee` decimal(10,2) DEFAULT NULL,
  `cif_total` decimal(12,2) DEFAULT NULL,
  `deposit_percentage` decimal(5,2) DEFAULT NULL,
  `min_deposit_amount` decimal(12,2) DEFAULT NULL,
  `shipping_country_id` bigint(20) UNSIGNED DEFAULT NULL,
  `shipping_port_id` bigint(20) UNSIGNED DEFAULT NULL,
  `shipping_type` varchar(50) DEFAULT NULL,
  `inspection_enabled` tinyint(1) NOT NULL DEFAULT 0,
  `insurance_enabled` tinyint(1) NOT NULL DEFAULT 0,
  `shipping_cost_reason` text DEFAULT NULL,
  `tracking_number` varchar(255) DEFAULT NULL,
  `shipping_address` text DEFAULT NULL,
  `from_port` varchar(255) DEFAULT NULL,
  `arrival_port` varchar(255) DEFAULT NULL,
  `notes` text DEFAULT NULL,
  `documents` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL CHECK (json_valid(`documents`)),
  `order_date` timestamp NOT NULL DEFAULT current_timestamp() ON UPDATE current_timestamp(),
  `buy_date` timestamp NULL DEFAULT NULL,
  `shipped_at` timestamp NULL DEFAULT NULL,
  `departure_date` timestamp NULL DEFAULT NULL,
  `arrival_date` timestamp NULL DEFAULT NULL,
  `dhl_date` timestamp NULL DEFAULT NULL,
  `delivered_at` timestamp NULL DEFAULT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Dumping data for table `orders`
--

INSERT INTO `orders` (`id`, `user_id`, `vehicle_id`, `reservation_id`, `seller_id`, `source`, `consignee_id`, `remitter_id`, `consignee_name`, `consignee_email`, `consignee_phone`, `consignee_address`, `consignee_country`, `remitter_name`, `remitter_email`, `remitter_phone`, `remitter_address`, `remitter_country`, `status`, `customer_status`, `total_price`, `vehicle_price`, `currency`, `type`, `discount_amount`, `paid_amount`, `remaining_balance`, `min_ship_deposit_percentage`, `shipping_cost`, `freight_cost`, `inspection_fee`, `insurance_fee`, `cif_total`, `deposit_percentage`, `min_deposit_amount`, `shipping_country_id`, `shipping_port_id`, `shipping_type`, `inspection_enabled`, `insurance_enabled`, `shipping_cost_reason`, `tracking_number`, `shipping_address`, `from_port`, `arrival_port`, `notes`, `documents`, `order_date`, `buy_date`, `shipped_at`, `departure_date`, `arrival_date`, `dhl_date`, `delivered_at`, `created_at`, `updated_at`) VALUES
(1, 10, 1, 1, 3, 'seller_checkout', 2, NULL, 'TRISTONE INVESTMENTS AND AUTO SALES & SPARES', 'tristone@gmail.com', '012345678901', 'ABC Street 123', 'Tokyo', NULL, NULL, NULL, NULL, NULL, 'paid', 'reserved', 12500.00, 12500.00, 'USD', 'Package', 0.00, 12500.00, 0.00, 0.00, 0.00, 0.00, 0.00, 0.00, 12500.00, 0.00, 0.00, NULL, NULL, NULL, 0, 0, NULL, NULL, NULL, NULL, NULL, 'Seller checkout submitted and awaiting admin approval.', NULL, '2026-05-20 19:51:03', '2026-05-20 14:48:54', NULL, NULL, NULL, NULL, NULL, '2026-05-20 14:48:54', '2026-05-20 14:51:03'),
(2, 10, 2, 3, 1, 'admin_reservation_checkout', 2, NULL, 'TRISTONE INVESTMENTS AND AUTO SALES & SPARES', 'tristone@gmail.com', '012345678901', 'ABC Street 123', 'Tokyo', NULL, NULL, NULL, NULL, NULL, 'payment_pending', 'reserved', 49200.00, 49200.00, 'USD', 'Package', 0.00, 24600.00, 24600.00, 0.00, 0.00, 0.00, 0.00, 0.00, 49200.00, 0.00, 0.00, NULL, NULL, NULL, 0, 0, NULL, NULL, NULL, NULL, NULL, 'Reserved by admin on behalf of seller/customer.', NULL, '2026-05-20 19:56:29', '2026-05-20 14:56:29', NULL, NULL, NULL, NULL, NULL, '2026-05-20 14:56:29', '2026-05-20 14:56:29');

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

--
-- Table structure for table `order_items`
--

CREATE TABLE `order_items` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `order_id` bigint(20) UNSIGNED NOT NULL,
  `vehicle_id` bigint(20) UNSIGNED NOT NULL,
  `quantity` int(11) NOT NULL DEFAULT 1,
  `price` decimal(12,2) NOT NULL,
  `discount_applied` decimal(12,2) NOT NULL DEFAULT 0.00,
  `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 `order_items`
--

INSERT INTO `order_items` (`id`, `order_id`, `vehicle_id`, `quantity`, `price`, `discount_applied`, `created_at`, `updated_at`) VALUES
(1, 1, 1, 1, 12500.00, 0.00, '2026-05-20 14:48:54', '2026-05-20 14:48:54'),
(2, 2, 2, 1, 49200.00, 0.00, '2026-05-20 14:56:29', '2026-05-20 14:56:29');

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

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

CREATE TABLE `payments` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `order_id` bigint(20) UNSIGNED NOT NULL,
  `bank_account_id` bigint(20) UNSIGNED DEFAULT NULL,
  `payment_method` varchar(255) NOT NULL,
  `transaction_id` varchar(255) DEFAULT NULL,
  `amount` decimal(10,2) NOT NULL,
  `method` enum('wallet','bank','stripe') NOT NULL DEFAULT 'bank',
  `created_by` bigint(20) UNSIGNED DEFAULT NULL,
  `status` enum('pending','completed','failed','refunded') NOT NULL DEFAULT 'pending',
  `payment_data` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL CHECK (json_valid(`payment_data`)),
  `payment_proof` varchar(255) DEFAULT NULL,
  `bank_reference` varchar(255) DEFAULT NULL,
  `notes` text DEFAULT NULL,
  `approved_by` bigint(20) UNSIGNED DEFAULT NULL,
  `paid_at` timestamp NULL DEFAULT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Dumping data for table `payments`
--

INSERT INTO `payments` (`id`, `order_id`, `bank_account_id`, `payment_method`, `transaction_id`, `amount`, `method`, `created_by`, `status`, `payment_data`, `payment_proof`, `bank_reference`, `notes`, `approved_by`, `paid_at`, `created_at`, `updated_at`) VALUES
(1, 1, NULL, 'wallet', NULL, 6250.00, 'wallet', 3, 'completed', '{\"status\":\"pending\",\"method\":\"wallet\",\"created_by\":3,\"allocate_on_create\":false,\"payment_type\":\"partial\",\"wallet_transaction_id\":6,\"allocations\":[{\"order_id\":1,\"vehicle_id\":1,\"amount\":6250}]}', NULL, NULL, NULL, 1, '2026-05-20 14:49:04', '2026-05-20 14:48:54', '2026-05-20 14:49:04'),
(2, 1, NULL, 'wallet', NULL, 3125.00, 'wallet', 3, 'completed', '{\"status\":\"pending\",\"method\":\"wallet\",\"created_by\":3,\"allocate_on_create\":false,\"payment_type\":\"partial\",\"wallet_transaction_id\":7,\"allocations\":[{\"order_id\":1,\"vehicle_id\":1,\"amount\":3125}]}', NULL, NULL, NULL, 1, '2026-05-20 14:50:00', '2026-05-20 14:49:50', '2026-05-20 14:50:00'),
(3, 1, NULL, 'wallet', NULL, 3125.00, 'wallet', 3, 'completed', '{\"status\":\"pending\",\"method\":\"wallet\",\"created_by\":3,\"allocate_on_create\":false,\"payment_type\":\"partial\",\"wallet_transaction_id\":8,\"allocations\":[{\"order_id\":1,\"vehicle_id\":1,\"amount\":3125}]}', NULL, NULL, NULL, 1, '2026-05-20 14:51:03', '2026-05-20 14:50:54', '2026-05-20 14:51:03'),
(4, 2, NULL, 'wallet', NULL, 24600.00, 'wallet', 1, 'completed', '{\"status\":\"completed\",\"method\":\"wallet\",\"created_by\":1,\"payment_type\":\"partial\",\"wallet_transaction_id\":9,\"allocations\":[{\"order_id\":2,\"vehicle_id\":2,\"amount\":24600}]}', NULL, NULL, NULL, NULL, '2026-05-20 14:56:29', '2026-05-20 14:56:29', '2026-05-20 14:56:29');

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

--
-- Table structure for table `payment_allocations`
--

CREATE TABLE `payment_allocations` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `payment_id` bigint(20) UNSIGNED NOT NULL,
  `vehicle_id` bigint(20) UNSIGNED DEFAULT NULL,
  `order_id` bigint(20) UNSIGNED NOT NULL,
  `amount` decimal(12,2) NOT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Dumping data for table `payment_allocations`
--

INSERT INTO `payment_allocations` (`id`, `payment_id`, `vehicle_id`, `order_id`, `amount`, `created_at`, `updated_at`) VALUES
(1, 1, 1, 1, 6250.00, '2026-05-20 14:49:04', '2026-05-20 14:49:04'),
(2, 2, 1, 1, 3125.00, '2026-05-20 14:50:00', '2026-05-20 14:50:00'),
(3, 3, 1, 1, 3125.00, '2026-05-20 14:51:03', '2026-05-20 14:51:03'),
(4, 4, 2, 2, 24600.00, '2026-05-20 14:56:29', '2026-05-20 14:56:29');

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

--
-- Table structure for table `payment_histories`
--

CREATE TABLE `payment_histories` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `user_id` bigint(20) UNSIGNED NOT NULL,
  `order_id` bigint(20) UNSIGNED NOT NULL,
  `currency` varchar(3) NOT NULL DEFAULT 'USD',
  `received_amount` decimal(12,2) NOT NULL,
  `allocated_amount` decimal(12,2) NOT NULL DEFAULT 0.00,
  `balance_amount` decimal(12,2) NOT NULL DEFAULT 0.00,
  `payment_type` varchar(255) NOT NULL DEFAULT 'deposit',
  `payment_method` varchar(255) NOT NULL,
  `transaction_id` varchar(255) DEFAULT NULL,
  `notes` text DEFAULT NULL,
  `receive_date` timestamp NOT NULL DEFAULT current_timestamp() ON UPDATE current_timestamp(),
  `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 `personal_access_tokens`
--

CREATE TABLE `personal_access_tokens` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `tokenable_type` varchar(255) NOT NULL,
  `tokenable_id` bigint(20) UNSIGNED NOT NULL,
  `name` text NOT NULL,
  `token` varchar(64) NOT NULL,
  `abilities` text DEFAULT NULL,
  `last_used_at` timestamp NULL DEFAULT NULL,
  `expires_at` timestamp NULL DEFAULT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

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

--
-- Table structure for table `ports`
--

CREATE TABLE `ports` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `country_id` bigint(20) UNSIGNED NOT NULL,
  `name` varchar(255) 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 `ports`
--

INSERT INTO `ports` (`id`, `country_id`, `name`, `is_active`, `created_at`, `updated_at`) VALUES
(1, 114, 'Sendai-Shiogama', 1, '2026-05-04 15:16:41', '2026-05-04 15:16:41'),
(2, 114, 'Port of Nagoya', 1, '2026-05-04 15:17:50', '2026-05-04 15:17:50');

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

--
-- Table structure for table `pricing_rules`
--

CREATE TABLE `pricing_rules` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `type` enum('inspection','insurance') NOT NULL,
  `country_id` bigint(20) UNSIGNED DEFAULT NULL,
  `port_id` bigint(20) UNSIGNED DEFAULT NULL,
  `vehicle_type` varchar(255) DEFAULT NULL,
  `value` decimal(12,2) NOT NULL,
  `value_type` enum('fixed','percentage') NOT NULL DEFAULT 'fixed',
  `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 `pricing_rules`
--

INSERT INTO `pricing_rules` (`id`, `type`, `country_id`, `port_id`, `vehicle_type`, `value`, `value_type`, `is_active`, `created_at`, `updated_at`) VALUES
(1, 'inspection', NULL, NULL, 'Sedan', 500.00, 'fixed', 1, '2026-05-04 15:14:22', '2026-05-04 15:14:22'),
(2, 'insurance', NULL, NULL, 'Sedan', 750.00, 'fixed', 1, '2026-05-04 15:14:38', '2026-05-04 15:14:38'),
(3, 'inspection', NULL, NULL, 'SUV', 480.00, 'fixed', 1, '2026-05-04 15:15:01', '2026-05-04 15:15:01'),
(4, 'insurance', NULL, NULL, 'SUV', 920.00, 'fixed', 1, '2026-05-04 15:15:14', '2026-05-04 15:15:14');

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

--
-- Table structure for table `regions`
--

CREATE TABLE `regions` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `name` varchar(255) NOT NULL,
  `country_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;

--
-- Dumping data for table `regions`
--

INSERT INTO `regions` (`id`, `name`, `country_id`, `created_at`, `updated_at`) VALUES
(1, 'HIROSHIMA', 112, '2026-04-23 15:57:55', '2026-04-23 15:57:55'),
(2, 'TOKYO', 112, '2026-04-23 16:02:47', '2026-04-23 16:02:47'),
(3, 'CHUBU', 114, '2026-04-23 16:07:18', '2026-05-04 12:55:18'),
(4, 'HAA KOBE', 112, '2026-04-23 16:10:44', '2026-04-23 16:10:44'),
(5, 'OSAKA', 114, '2026-04-23 16:15:24', '2026-04-23 16:16:05'),
(6, 'TOHOKU', 114, '2026-05-04 12:01:24', '2026-05-04 12:01:24'),
(7, 'TOCHIGI', 114, '2026-05-04 15:59:01', '2026-05-04 15:59:01'),
(8, 'FUKUOKA', 114, '2026-05-05 14:27:27', '2026-05-05 14:27:27'),
(9, 'YOKOHAMA', 114, '2026-05-05 14:32:08', '2026-05-05 14:32:08'),
(10, 'KYUSHU', 114, '2026-05-05 14:34:03', '2026-05-05 14:34:03'),
(11, 'NAGOYA', 114, '2026-05-05 14:38:24', '2026-05-05 14:38:24'),
(12, 'GIFU', 114, '2026-05-05 14:40:48', '2026-05-05 14:40:48'),
(13, 'SAITAMA', 114, '2026-05-05 14:42:38', '2026-05-05 14:42:38'),
(14, 'YAMAGUCHI', 114, '2026-05-05 14:46:54', '2026-05-05 14:46:54'),
(15, 'KOBE', 114, '2026-05-05 14:58:58', '2026-05-05 14:58:58');

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

--
-- Table structure for table `remittances`
--

CREATE TABLE `remittances` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `seller_id` bigint(20) UNSIGNED NOT NULL,
  `customer_id` bigint(20) UNSIGNED DEFAULT NULL,
  `customer_company_name` varchar(255) NOT NULL,
  `customer_name` varchar(255) NOT NULL,
  `conversion` decimal(14,4) NOT NULL,
  `average_rate` decimal(14,6) NOT NULL,
  `funds_received_usd` decimal(14,2) NOT NULL,
  `received_date` date NOT NULL,
  `received_by_seller` varchar(255) NOT NULL,
  `customer_country` varchar(255) DEFAULT NULL,
  `deposit_slip_path` varchar(255) NOT NULL,
  `deposit_slip_name` varchar(255) NOT NULL,
  `status` enum('pending','verified','rejected') NOT NULL DEFAULT 'pending',
  `verified_by` bigint(20) UNSIGNED DEFAULT NULL,
  `verified_at` timestamp NULL DEFAULT NULL,
  `rejection_reason` 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 `remittances`
--

INSERT INTO `remittances` (`id`, `seller_id`, `customer_id`, `customer_company_name`, `customer_name`, `conversion`, `average_rate`, `funds_received_usd`, `received_date`, `received_by_seller`, `customer_country`, `deposit_slip_path`, `deposit_slip_name`, `status`, `verified_by`, `verified_at`, `rejection_reason`, `created_at`, `updated_at`) VALUES
(1, 3, 10, 'TRISTONE INVESTMENT AND AUTO SALES', 'TRISTONE INVESTMENTS AND AUTO SALES & SPARES', 1300919.0000, 145.029988, 8970.00, '2023-08-14', 'KAMLESH', 'GUYANA', 'remittances/slips/BitNKDcF3n1dBQJ0XKsTybgAtLXJitIYTf4L7bwk.pdf', '33020-08 14 2023 USD 8 70 GUYANA.pdf', 'verified', 1, '2026-05-20 14:48:16', NULL, '2026-05-05 15:03:08', '2026-05-20 14:48:16'),
(2, 3, 10, 'CTD TRADING LLC', 'TRISTONE INVESTMENTS AND AUTO SALES & SPARES', 3105414.0000, 150.020000, 20700.00, '2023-11-07', 'KAMLESH', 'GUYANA', 'remittances/slips/13D2xQP5DZa1SQyGFlBMhHUYVcXNMD9jawfuoaeY.pdf', '33020-08 14 2023 USD 8 70 GUYANA.pdf', 'verified', 1, '2026-05-20 14:48:18', NULL, '2026-05-05 15:04:06', '2026-05-20 14:48:18'),
(3, 3, 10, 'CTD TRADING LLC', 'TRISTONE INVESTMENTS AND AUTO SALES & SPARES', 582280.0000, 145.570000, 4000.00, '2023-12-13', 'KAMLESH', 'GUYANA', 'remittances/slips/mIK3X7UXxdXrvuMQVGsKkrK0rerd0Gh06LYQD31s.pdf', '33020-08 14 2023 USD 8 70 GUYANA.pdf', 'verified', 1, '2026-05-20 14:48:20', NULL, '2026-05-05 15:05:00', '2026-05-20 14:48:20'),
(4, 3, 10, 'MR. ANDRE LESTER DAVIS', 'TRISTONE INVESTMENTS AND AUTO SALES & SPARES', 1499886.0000, 150.440000, 9969.99, '2024-02-22', 'KAMLESH', 'GUYANA', 'remittances/slips/dZHgBNp9YT3zyYExtdsCocdFWRikn4RTSnjoLf2Z.pdf', '33020-08 14 2023 USD 8 70 GUYANA.pdf', 'verified', 1, '2026-05-20 14:48:21', NULL, '2026-05-05 15:06:03', '2026-05-20 14:48:21'),
(5, 3, 10, 'CTD TRADING LLC', 'TRISTONE INVESTMENTS AND AUTO SALES & SPARES', 583236.0000, 151.490000, 3850.00, '2024-03-22', 'KAMLESH', 'GUYANA', 'remittances/slips/bKgcNGM0jcRvCWozcF79ls5dTr9GclECsIlrRwiR.pdf', '33020-08 14 2023 USD 8 70 GUYANA.pdf', 'verified', 1, '2026-05-20 14:48:23', NULL, '2026-05-05 15:07:10', '2026-05-20 14:48:23'),
(6, 3, 10, 'MR. ANDRE LESTER DAVIS', 'TRISTONE INVESTMENTS AND AUTO SALES & SPARES', 1082411.0000, 147.829964, 7322.00, '2024-08-19', 'KAMLESH', 'GUYANA', 'remittances/slips/gy0Owgmzhy8u0yfjiNrA1h9ohPTT8DHsnFvQ2IS1.pdf', '33020-08 14 2023 USD 8 70 GUYANA.pdf', 'pending', NULL, NULL, NULL, '2026-05-05 15:08:14', '2026-05-05 15:08:14'),
(7, 3, 10, 'CTD TRADING LLC', 'TRISTONE INVESTMENTS AND AUTO SALES & SPARES', 2045394.0000, 140.576907, 14550.00, '2024-09-17', 'KAMLESH', 'GUYANA', 'remittances/slips/MNDR6L8vk3p81DFwqMYli3Ahncn2pUvWSX9fqquV.pdf', '33020-08 14 2023 USD 8 70 GUYANA.pdf', 'pending', NULL, NULL, NULL, '2026-05-05 15:09:32', '2026-05-05 15:09:32'),
(8, 3, 10, 'TRISTONE INVESTMENT AND AUTO SALES', 'TRISTONE INVESTMENTS AND AUTO SALES & SPARES', 669596.0000, 154.819884, 4325.00, '2024-11-20', 'KAMLESH', 'GUYANA', 'remittances/slips/pKYDV87c1ZDVnqIVfOPnmz3MsDQxJeWfvL8lIzN2.pdf', '33020-08 14 2023 USD 8 70 GUYANA.pdf', 'pending', NULL, NULL, NULL, '2026-05-05 15:10:32', '2026-05-05 15:10:32'),
(9, 3, 10, 'CTD TRADING LLC', 'TRISTONE INVESTMENTS AND AUTO SALES & SPARES', 1742016.0000, 152.808421, 11400.00, '2024-12-13', 'KAMLESH', 'GUYANA', 'remittances/slips/NS4bGHgveQk8bzMqn4yuiE24gqnlPUcI1ePqoSHh.pdf', '33020-08 14 2023 USD 8 70 GUYANA.pdf', 'pending', NULL, NULL, NULL, '2026-05-05 15:11:23', '2026-05-05 15:11:23'),
(10, 3, 10, 'CTD TRADING LLC', 'TRISTONE INVESTMENTS AND AUTO SALES & SPARES', 1081850.0000, 154.550000, 7000.00, '2025-01-22', 'KAMLESH', '1081850', 'remittances/slips/b0E6a45EQIqpYBKrgRINAFyksuCykpOP2U0rTSw5.pdf', '33020-08 14 2023 USD 8 70 GUYANA.pdf', 'pending', NULL, NULL, NULL, '2026-05-05 15:12:23', '2026-05-05 15:12:23'),
(11, 3, 10, 'CTD TRADING LLC', 'TRISTONE INVESTMENTS AND AUTO SALES & SPARES', 5147159.0000, 151.609985, 33950.00, '2025-02-06', 'KAMLESH', 'GUYANA', 'remittances/slips/FYNAJB6bNbeHReeARVPIX78M7zOTjmJ4OCnIywgT.pdf', '33020-08 14 2023 USD 8 70 GUYANA.pdf', 'pending', NULL, NULL, NULL, '2026-05-05 15:13:17', '2026-05-05 15:13:17'),
(12, 3, 10, 'CTD TRADING LLC', 'TRISTONE INVESTMENTS AND AUTO SALES & SPARES', 4289680.0000, 147.920000, 29000.00, '2025-02-26', 'KAMLESH', 'GUYANA', 'remittances/slips/Z1ioywiQPXipFHlVq3BJbLeUYoIwb3t0CvRGVGU6.pdf', '33020-08 14 2023 USD 8 70 GUYANA.pdf', 'pending', NULL, NULL, NULL, '2026-05-05 15:13:56', '2026-05-14 12:21:02'),
(13, 3, 10, 'CTD TRADING LLC', 'TRISTONE INVESTMENTS AND AUTO SALES & SPARES', 1098427.0000, 145.679973, 7540.00, '2025-03-11', 'KAMLESH', 'GUYANA', 'remittances/slips/ZUNBPiL2RYK3nQIJ47LCqFPnCOmhSDTSKIFUaDlx.pdf', '33020-08 14 2023 USD 8 70 GUYANA.pdf', 'pending', NULL, NULL, NULL, '2026-05-05 15:14:35', '2026-05-05 15:14:35'),
(15, 3, 10, 'CTD TRADING LLC', 'TRISTONE INVESTMENTS AND AUTO SALES & SPARES', 1737840.0000, 144.820000, 12000.00, '2025-05-09', 'KAMLESH', 'GUYANA', 'remittances/slips/HqS7skak2iJ9gymv1JjPcVIcaNFYzxDSAYqsezar.pdf', '33020-08 14 2023 USD 8 70 GUYANA.pdf', 'pending', NULL, NULL, NULL, '2026-05-05 15:15:56', '2026-05-05 18:33:45'),
(16, 3, 10, 'CTD TRADING LLC', 'TRISTONE INVESTMENTS AND AUTO SALES & SPARES', 605136.0000, 144.080000, 4200.00, '2025-05-16', 'KAMLESH', 'GUYANA', 'remittances/slips/5aREzlJPW5zTbaQgcqIiHiycvHeMtWHdOJM8AypP.pdf', '33020-08 14 2023 USD 8 70 GUYANA.pdf', 'pending', NULL, NULL, NULL, '2026-05-05 15:16:42', '2026-05-07 17:16:59'),
(17, 3, 10, 'CTD TRADING LLC', 'TRISTONE INVESTMENTS AND AUTO SALES & SPARES', 1188660.0000, 144.080000, 8250.00, '2025-06-17', 'KAMLESH', 'GUYANA', 'remittances/slips/ouUq3AYvwtWBQetnax8gtHxR7KOizMfMu1SMqhO7.pdf', '33020-08 14 2023 USD 8 70 GUYANA.pdf', 'pending', NULL, NULL, NULL, '2026-05-05 15:17:26', '2026-05-07 17:16:58'),
(18, 3, 10, 'CTD TRADING LLC', 'TRISTONE INVESTMENTS AND AUTO SALES & SPARES', 4653954.0000, 152.090000, 30600.00, '2025-10-10', 'KAMLESH', 'GUYANA', 'remittances/slips/99MImZRdDwryutdeHb3oQ2T8fMaYlbbAIkklmdm4.pdf', '33020-08 14 2023 USD 8 70 GUYANA.pdf', 'pending', NULL, NULL, NULL, '2026-05-05 15:18:29', '2026-05-07 17:16:57'),
(19, 3, 10, 'CTD TRADING LLC', 'TRISTONE INVESTMENTS AND AUTO SALES & SPARES', 2947175.0000, 153.100000, 19250.00, '2025-10-31', 'KAMLESH', 'GUYANA', 'remittances/slips/JDcEeL8NFomKLPKrrdOJJArGP5TS2uoNPIeRt4Ji.pdf', '33020-08 14 2023 USD 8 70 GUYANA.pdf', 'pending', NULL, NULL, NULL, '2026-05-05 15:19:03', '2026-05-07 17:16:56'),
(20, 3, 10, 'CTD TRADING LLC', 'TRISTONE INVESTMENTS AND AUTO SALES & SPARES', 7888500.0000, 157.770000, 50000.00, '2026-01-16', 'KAMLESH', 'GUYANA', 'remittances/slips/c3Ue5T9yOCDvl5IrtArKNgDSyV8L9VyKeCxlwDhy.pdf', '33020-08 14 2023 USD 8 70 GUYANA.pdf', 'pending', NULL, NULL, NULL, '2026-05-05 15:19:48', '2026-05-07 17:16:55'),
(21, 3, 10, 'CTD TRADING LLC', 'TRISTONE INVESTMENTS AND AUTO SALES & SPARES', 3350170.0000, 156.550000, 21400.00, '2026-01-19', 'KAMLESH', 'GUYANA', 'remittances/slips/piw08deFlCMEwJW2vaXNWNfBtpqOzqWFZuYF63hh.pdf', '33020-08 14 2023 USD 8 70 GUYANA.pdf', 'pending', NULL, NULL, NULL, '2026-05-05 15:20:24', '2026-05-07 17:16:55'),
(22, 3, 10, 'CTD TRADING LLC', 'TRISTONE INVESTMENTS AND AUTO SALES & SPARES', 2592166.0000, 152.659952, 16980.00, '2026-01-30', 'KAMLESH', 'GUYANA', 'remittances/slips/BwuTp6bFk1VBxLMjGtPVY6PFodViLkl71xvTaDtr.pdf', '33020-08 14 2023 USD 8 70 GUYANA.pdf', 'pending', NULL, NULL, NULL, '2026-05-05 15:21:08', '2026-05-07 17:16:54');

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

--
-- Table structure for table `remittance_allocations`
--

CREATE TABLE `remittance_allocations` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `user_id` bigint(20) UNSIGNED NOT NULL,
  `credit_wallet_transaction_id` bigint(20) UNSIGNED NOT NULL,
  `debit_wallet_transaction_id` bigint(20) UNSIGNED NOT NULL,
  `remittance_id` bigint(20) UNSIGNED DEFAULT NULL,
  `order_id` bigint(20) UNSIGNED DEFAULT NULL,
  `payment_id` bigint(20) UNSIGNED DEFAULT NULL,
  `amount` decimal(14,2) NOT NULL,
  `created_by` 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;

--
-- Dumping data for table `remittance_allocations`
--

INSERT INTO `remittance_allocations` (`id`, `user_id`, `credit_wallet_transaction_id`, `debit_wallet_transaction_id`, `remittance_id`, `order_id`, `payment_id`, `amount`, `created_by`, `created_at`, `updated_at`) VALUES
(1, 10, 1, 6, 1, 1, 1, 6250.00, 3, '2026-05-20 14:48:54', '2026-05-20 14:48:54'),
(2, 10, 1, 7, 1, 1, 2, 2720.00, 3, '2026-05-20 14:49:50', '2026-05-20 14:49:50'),
(3, 10, 2, 7, 2, 1, 2, 405.00, 3, '2026-05-20 14:49:50', '2026-05-20 14:49:50'),
(4, 10, 2, 8, 2, 1, 3, 3125.00, 3, '2026-05-20 14:50:54', '2026-05-20 14:50:54'),
(5, 10, 2, 9, 2, 2, 4, 17170.00, 1, '2026-05-20 14:56:29', '2026-05-20 14:56:29'),
(6, 10, 3, 9, 3, 2, 4, 4000.00, 1, '2026-05-20 14:56:29', '2026-05-20 14:56:29'),
(7, 10, 4, 9, 4, 2, 4, 3430.00, 1, '2026-05-20 14:56:29', '2026-05-20 14:56:29');

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

--
-- Table structure for table `remitters`
--

CREATE TABLE `remitters` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `user_id` bigint(20) UNSIGNED NOT NULL,
  `name` varchar(255) NOT NULL,
  `email` varchar(255) DEFAULT NULL,
  `phone` varchar(255) NOT NULL,
  `address` text NOT NULL,
  `city` varchar(255) NOT NULL,
  `country` varchar(255) NOT NULL,
  `postal_code` varchar(255) DEFAULT NULL,
  `is_default` 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 `remitters`
--

INSERT INTO `remitters` (`id`, `user_id`, `name`, `email`, `phone`, `address`, `city`, `country`, `postal_code`, `is_default`, `created_at`, `updated_at`) VALUES
(1, 10, 'My Remitter - 1', 'rem@gmail.com', '0123456789', 'Abc Street', 'NYC', 'New York', '23456', 1, '2026-05-04 18:01:46', '2026-05-04 18:01:46');

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

--
-- 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
('8szRK719mqmTfEBpuFg4yzD6510nRZOMr4fkQYLt', NULL, '127.0.0.1', 'Mozilla/5.0 (Windows NT; Windows NT 10.0; en-US) WindowsPowerShell/5.1.26100.8457', 'YTozOntzOjY6Il90b2tlbiI7czo0MDoiVkhNUmZxVEhCOGVSa2lENXc0blB5QUJGcEVBYjhvVElTRmJHMDRidiI7czo5OiJfcHJldmlvdXMiO2E6Mjp7czozOiJ1cmwiO3M6MjE6Imh0dHA6Ly8xMjcuMC4wLjE6ODAwMCI7czo1OiJyb3V0ZSI7czo0OiJob21lIjt9czo2OiJfZmxhc2giO2E6Mjp7czozOiJvbGQiO2E6MDp7fXM6MzoibmV3IjthOjA6e319fQ==', 1779382064),
('FfNY4hNWoLAxK7M26C4RuKIL5oecACj8khbPG3OQ', 1, '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/148.0.0.0 Safari/537.36', 'YTo1OntzOjY6Il90b2tlbiI7czo0MDoiTUUzOFlhRjU1SkpWQWJnSnZJWFJiN0dOdWoxWWQ0a1c2NHVtNnd0UiI7czo5OiJfcHJldmlvdXMiO2E6Mjp7czozOiJ1cmwiO3M6NDA6Imh0dHA6Ly8xMjcuMC4wLjE6ODAwMC9hZG1pbi9yZXNlcnZhdGlvbnMiO3M6NToicm91dGUiO3M6MjQ6ImFkbWluLnJlc2VydmF0aW9ucy5pbmRleCI7fXM6NjoiX2ZsYXNoIjthOjI6e3M6Mzoib2xkIjthOjA6e31zOjM6Im5ldyI7YTowOnt9fXM6NTA6ImxvZ2luX3dlYl81OWJhMzZhZGRjMmIyZjk0MDE1ODBmMDE0YzdmNThlYTRlMzA5ODlkIjtpOjE7czoyMToicGFzc3dvcmRfaGFzaF9zYW5jdHVtIjtzOjY0OiI2ZmIzYzlkZGM0ZTk3NDk1MmRiZmRmMmUzYTBjZjI3MjZiZGEyNTg5OWMwNTBmYjA1MzU5OWRkOTVhMDY0MDZjIjt9', 1779307411),
('JOG8jAKCUGj1rS67s6jPAVn5pFWU9987ny8xbzzL', 3, '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:151.0) Gecko/20100101 Firefox/151.0', 'YTo1OntzOjY6Il90b2tlbiI7czo0MDoiZWhqUVlHY1hOeE5wRG1JRFRVV3N4ejZXNk9hdElpMnJMRXVqMkF1WSI7czo1MDoibG9naW5fd2ViXzU5YmEzNmFkZGMyYjJmOTQwMTU4MGYwMTRjN2Y1OGVhNGUzMDk4OWQiO2k6MztzOjIxOiJwYXNzd29yZF9oYXNoX3NhbmN0dW0iO3M6NjQ6IjZmYjNjOWRkYzRlOTc0OTUyZGJmZGYyZTNhMGNmMjcyNmJkYTI1ODk5YzA1MGZiMDUzNTk5ZGQ5NWEwNjQwNmMiO3M6OToiX3ByZXZpb3VzIjthOjI6e3M6MzoidXJsIjtzOjQxOiJodHRwOi8vMTI3LjAuMC4xOjgwMDAvc2VsbGVyL3Jlc2VydmF0aW9ucyI7czo1OiJyb3V0ZSI7czoyNToic2VsbGVyLnJlc2VydmF0aW9ucy5pbmRleCI7fXM6NjoiX2ZsYXNoIjthOjI6e3M6Mzoib2xkIjthOjA6e31zOjM6Im5ldyI7YTowOnt9fX0=', 1779464348),
('JxziyCuJmYfJQNDh5G7bIltaAWUjvFPWzz30U1Wa', NULL, '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:151.0) Gecko/20100101 Firefox/151.0', 'YTo0OntzOjY6Il90b2tlbiI7czo0MDoiYmRtSWlLWnVCYkVnYWN6ZVNBWVZNUXB4cHkzZUR3aUxoRkhDZlZyQSI7czozOiJ1cmwiO2E6MTp7czo4OiJpbnRlbmRlZCI7czozNToiaHR0cDovLzEyNy4wLjAuMTo4MDAwL3NlbGxlci9vcmRlcnMiO31zOjk6Il9wcmV2aW91cyI7YToyOntzOjM6InVybCI7czoyNzoiaHR0cDovLzEyNy4wLjAuMTo4MDAwL2xvZ2luIjtzOjU6InJvdXRlIjtzOjU6ImxvZ2luIjt9czo2OiJfZmxhc2giO2E6Mjp7czozOiJvbGQiO2E6MDp7fXM6MzoibmV3IjthOjA6e319fQ==', 1779377322),
('SgkvQZbYE6XddT18YIYMDc37Sm1gFjFAzn0kBGS5', NULL, '127.0.0.1', 'Mozilla/5.0 (Windows NT; Windows NT 10.0; en-US) WindowsPowerShell/5.1.26100.8457', 'YTozOntzOjY6Il90b2tlbiI7czo0MDoiZTJ5UUhQTjBFMWJNMFR0b2pmRUFXWTFLck05N1dGWDVqMWQwOE5NWCI7czo5OiJfcHJldmlvdXMiO2E6Mjp7czozOiJ1cmwiO3M6MjE6Imh0dHA6Ly8xMjcuMC4wLjE6ODAwMCI7czo1OiJyb3V0ZSI7czo0OiJob21lIjt9czo2OiJfZmxhc2giO2E6Mjp7czozOiJvbGQiO2E6MDp7fXM6MzoibmV3IjthOjA6e319fQ==', 1779382121),
('u2u4X8R06mD2aPMwn1ljAAtwwzBqmnWuwwUtWexy', 3, '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:151.0) Gecko/20100101 Firefox/151.0', 'YTo2OntzOjY6Il90b2tlbiI7czo0MDoiZmlVaTFpdGF5QXlGSGhDNnQ1cFFvSFJrbXR6QnRHUFBySWpCZVdQRCI7czozOiJ1cmwiO2E6MDp7fXM6OToiX3ByZXZpb3VzIjthOjI6e3M6MzoidXJsIjtzOjI1NToiaHR0cDovLzEyNy4wLjAuMTo4MDAwL3NlbGxlci92ZWhpY2xlcy9ob25kYS12ZXplbC0xNXgtLWV5SnBkaUk2SWpkNmRtWTJSR3hqU0dRNVdqZEROVGt4VDIxcU5HYzlQU0lzSW5aaGJIVmxJam9pZFZoRFJFdzRSekpNT0c1SWJHaGFWbGMxTlV0VlFUMDlJaXdpYldGaklqb2laV1V5TmpBME9XVTVPR0ZoTlRobU1XVXpZMlEzT1dSak1XWXdOVFZtTldFd01XTXdPRGt3TURNME5UZzRPRGsxTkRReVlqSXlPRGt6T0RSbVptSXlOeUlzSW5SaFp5STZJaUo5IjtzOjU6InJvdXRlIjtzOjIwOiJzZWxsZXIudmVoaWNsZXMuc2hvdyI7fXM6NjoiX2ZsYXNoIjthOjI6e3M6Mzoib2xkIjthOjA6e31zOjM6Im5ldyI7YTowOnt9fXM6NTA6ImxvZ2luX3dlYl81OWJhMzZhZGRjMmIyZjk0MDE1ODBmMDE0YzdmNThlYTRlMzA5ODlkIjtpOjM7czoyMToicGFzc3dvcmRfaGFzaF9zYW5jdHVtIjtzOjY0OiI2ZmIzYzlkZGM0ZTk3NDk1MmRiZmRmMmUzYTBjZjI3MjZiZGEyNTg5OWMwNTBmYjA1MzU5OWRkOTVhMDY0MDZjIjt9', 1779310650),
('UD71mvrOaGwaHVoVrrGpHxZhbN337KKlW53zL7m5', 1, '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/148.0.0.0 Safari/537.36', 'YTo1OntzOjY6Il90b2tlbiI7czo0MDoibHlXUlJsTmliRTdyQlJhbjRGZnVrZFR4UFJKSThvVmN3VXh3Y3V1QyI7czo1MDoibG9naW5fd2ViXzU5YmEzNmFkZGMyYjJmOTQwMTU4MGYwMTRjN2Y1OGVhNGUzMDk4OWQiO2k6MTtzOjIxOiJwYXNzd29yZF9oYXNoX3NhbmN0dW0iO3M6NjQ6IjZmYjNjOWRkYzRlOTc0OTUyZGJmZGYyZTNhMGNmMjcyNmJkYTI1ODk5YzA1MGZiMDUzNTk5ZGQ5NWEwNjQwNmMiO3M6OToiX3ByZXZpb3VzIjthOjI6e3M6MzoidXJsIjtzOjM5OiJodHRwOi8vMTI3LjAuMC4xOjgwMDAvYWRtaW4vcmVtaXR0YW5jZXMiO3M6NToicm91dGUiO3M6MjM6ImFkbWluLnJlbWl0dGFuY2VzLmluZGV4Ijt9czo2OiJfZmxhc2giO2E6Mjp7czozOiJvbGQiO2E6MDp7fXM6MzoibmV3IjthOjA6e319fQ==', 1779377371),
('uevid8z0gP2yk1INDRbECnbIEZFLvKSl6cyFPOsp', 1, '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/148.0.0.0 Safari/537.36', 'YTo1OntzOjY6Il90b2tlbiI7czo0MDoiUWtiV2tyU0UyTXRMN3BmQ0JqcWdoRklvUFdKQm9Eb0x6RXlNNWNUeSI7czo1MDoibG9naW5fd2ViXzU5YmEzNmFkZGMyYjJmOTQwMTU4MGYwMTRjN2Y1OGVhNGUzMDk4OWQiO2k6MTtzOjIxOiJwYXNzd29yZF9oYXNoX3NhbmN0dW0iO3M6NjQ6IjZmYjNjOWRkYzRlOTc0OTUyZGJmZGYyZTNhMGNmMjcyNmJkYTI1ODk5YzA1MGZiMDUzNTk5ZGQ5NWEwNjQwNmMiO3M6OToiX3ByZXZpb3VzIjthOjI6e3M6MzoidXJsIjtzOjM2OiJodHRwOi8vMTI3LjAuMC4xOjgwMDAvYWRtaW4vdXNlcnMvMTAiO3M6NToicm91dGUiO3M6MTY6ImFkbWluLnVzZXJzLnNob3ciO31zOjY6Il9mbGFzaCI7YToyOntzOjM6Im9sZCI7YTowOnt9czozOiJuZXciO2E6MDp7fX19', 1779477102),
('UmjNh3s3EoFFyh1lSBz2JmCr8sJERtWwVu406Ksb', 10, '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/148.0.0.0 Safari/537.36', 'YTo2OntzOjY6Il90b2tlbiI7czo0MDoiTjlTUmczc0JFZVl1czNSYWRBekxNajNGZXljUU52WkdQdzRodDVpeCI7czozOiJ1cmwiO2E6MDp7fXM6OToiX3ByZXZpb3VzIjthOjI6e3M6MzoidXJsIjtzOjI3OiJodHRwOi8vMTI3LjAuMC4xOjgwMDAvbG9naW4iO3M6NToicm91dGUiO3M6NToibG9naW4iO31zOjY6Il9mbGFzaCI7YToyOntzOjM6Im9sZCI7YTowOnt9czozOiJuZXciO2E6MDp7fX1zOjUwOiJsb2dpbl93ZWJfNTliYTM2YWRkYzJiMmY5NDAxNTgwZjAxNGM3ZjU4ZWE0ZTMwOTg5ZCI7aToxMDtzOjIxOiJwYXNzd29yZF9oYXNoX3NhbmN0dW0iO3M6NjQ6ImQ5MmM5ZTA4NjE0NTgwYTFhMmFlZDY1OTcyNzUxZjVkNWIzMTdkY2VlNDYwMDkyYzk5ZDliYjg3YjZhZThiN2QiO30=', 1779321597),
('VuXnLBrYQhoed8InZhEW1NSBTfLMnPwvIhR5KqMQ', NULL, '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Codex/26.519.21041 Chrome/148.0.7778.97 Electron/42.1.0 Safari/537.36', 'YTozOntzOjY6Il90b2tlbiI7czo0MDoiYVZyUEl6ODk4ZXRTZ0h0bmVhMTZOMzByem9lcktDc3lTOUp6Z3prRiI7czo5OiJfcHJldmlvdXMiO2E6Mjp7czozOiJ1cmwiO3M6MjE6Imh0dHA6Ly8xMjcuMC4wLjE6ODAwMCI7czo1OiJyb3V0ZSI7czo0OiJob21lIjt9czo2OiJfZmxhc2giO2E6Mjp7czozOiJvbGQiO2E6MDp7fXM6MzoibmV3IjthOjA6e319fQ==', 1779382130),
('YldeAnW8hbVCY3g12msHKy8gqfOuCiF6x7OUMAT0', 10, '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/148.0.0.0 Safari/537.36', 'YTo1OntzOjY6Il90b2tlbiI7czo0MDoibUJsb3NjMnNzRlFHUFJNb1U3VDV2Mm1kaXhETlRMMGQ2WDZCcVpyeSI7czo5OiJfcHJldmlvdXMiO2E6Mjp7czozOiJ1cmwiO3M6NDA6Imh0dHA6Ly8xMjcuMC4wLjE6ODAwMC9jdXN0b21lci9kYXNoYm9hcmQiO3M6NToicm91dGUiO3M6MTg6ImN1c3RvbWVyLmRhc2hib2FyZCI7fXM6NjoiX2ZsYXNoIjthOjI6e3M6Mzoib2xkIjthOjA6e31zOjM6Im5ldyI7YTowOnt9fXM6NTA6ImxvZ2luX3dlYl81OWJhMzZhZGRjMmIyZjk0MDE1ODBmMDE0YzdmNThlYTRlMzA5ODlkIjtpOjEwO3M6MjE6InBhc3N3b3JkX2hhc2hfc2FuY3R1bSI7czo2NDoiZDkyYzllMDg2MTQ1ODBhMWEyYWVkNjU5NzI3NTFmNWQ1YjMxN2RjZWU0NjAwOTJjOTlkOWJiODdiNmFlOGI3ZCI7fQ==', 1779307008),
('ZSjynNASZwaWJXbvGFuQB7IZkQvSyCozuvpyBiiE', 3, '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:151.0) Gecko/20100101 Firefox/151.0', 'YTo2OntzOjY6Il90b2tlbiI7czo0MDoiZzhiUktndEpua3dONktCWGxQcVJyendKT1lEVHRVTlpxVzVkZEZtYSI7czozOiJ1cmwiO2E6MDp7fXM6OToiX3ByZXZpb3VzIjthOjI6e3M6MzoidXJsIjtzOjI3OiJodHRwOi8vMTI3LjAuMC4xOjgwMDAvbG9naW4iO3M6NToicm91dGUiO3M6NToibG9naW4iO31zOjY6Il9mbGFzaCI7YToyOntzOjM6Im9sZCI7YTowOnt9czozOiJuZXciO2E6MDp7fX1zOjUwOiJsb2dpbl93ZWJfNTliYTM2YWRkYzJiMmY5NDAxNTgwZjAxNGM3ZjU4ZWE0ZTMwOTg5ZCI7aTozO3M6MjE6InBhc3N3b3JkX2hhc2hfc2FuY3R1bSI7czo2NDoiNmZiM2M5ZGRjNGU5NzQ5NTJkYmZkZjJlM2EwY2YyNzI2YmRhMjU4OTljMDUwZmIwNTM1OTlkZDk1YTA2NDA2YyI7fQ==', 1779377331);

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

--
-- Table structure for table `settings`
--

CREATE TABLE `settings` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `key` varchar(255) NOT NULL,
  `value` 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 `settings`
--

INSERT INTO `settings` (`id`, `key`, `value`, `created_at`, `updated_at`) VALUES
(1, 'reservation_require_purchase_history', '0', '2026-04-24 11:40:57', '2026-04-24 11:40:57'),
(2, 'reservation_min_purchases', '0', '2026-04-24 11:40:57', '2026-04-24 11:40:57'),
(3, 'reservation_expiry_days', '1', '2026-04-24 11:40:57', '2026-04-24 11:40:57');

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

--
-- Table structure for table `shipments`
--

CREATE TABLE `shipments` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `order_id` bigint(20) UNSIGNED NOT NULL,
  `vehicle_id` bigint(20) UNSIGNED NOT NULL,
  `arrival_port` varchar(255) NOT NULL,
  `buy_date` date DEFAULT NULL,
  `ship_ok_date` date DEFAULT NULL,
  `departure_date` date DEFAULT NULL,
  `arrival_date` date DEFAULT NULL,
  `local_dispatch_date` date DEFAULT NULL,
  `status` varchar(255) DEFAULT NULL,
  `tracking_number` varchar(255) DEFAULT NULL,
  `origin_port` varchar(255) DEFAULT NULL,
  `destination_port` varchar(255) DEFAULT NULL,
  `shipping_approved_date` date 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 `shipments`
--

INSERT INTO `shipments` (`id`, `order_id`, `vehicle_id`, `arrival_port`, `buy_date`, `ship_ok_date`, `departure_date`, `arrival_date`, `local_dispatch_date`, `status`, `tracking_number`, `origin_port`, `destination_port`, `shipping_approved_date`, `created_at`, `updated_at`) VALUES
(1, 1, 1, 'Karachi Port', '2026-05-11', '2026-05-11', '2026-05-13', '2026-05-14', '2026-05-15', 'delivered', 'TNK-677821', 'Hiroshima, TAA', 'Karachi Port', '2026-05-11', '2026-05-15 10:42:52', '2026-05-15 10:42:52');

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

--
-- Table structure for table `shipping_countries`
--

CREATE TABLE `shipping_countries` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `name` varchar(255) NOT NULL,
  `code` varchar(8) DEFAULT NULL,
  `currency_id` bigint(20) UNSIGNED DEFAULT 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 `shipping_countries`
--

INSERT INTO `shipping_countries` (`id`, `name`, `code`, `currency_id`, `is_active`, `created_at`, `updated_at`) VALUES
(1, 'Andorra', 'AD', 46, 1, '2026-04-23 15:52:31', '2026-04-23 15:52:31'),
(2, 'United Arab Emirates', 'AE', 1, 1, '2026-04-23 15:52:31', '2026-04-23 15:52:31'),
(3, 'Afghanistan', 'AF', 2, 1, '2026-04-23 15:52:31', '2026-04-23 15:52:31'),
(4, 'Antigua and Barbuda', 'AG', 164, 1, '2026-04-23 15:52:31', '2026-04-23 15:52:31'),
(5, 'Anguilla', 'AI', 164, 1, '2026-04-23 15:52:31', '2026-04-23 15:52:31'),
(6, 'Albania', 'AL', 3, 1, '2026-04-23 15:52:31', '2026-04-23 15:52:31'),
(7, 'Armenia', 'AM', 4, 1, '2026-04-23 15:52:31', '2026-04-23 15:52:31'),
(8, 'Angola', 'AO', 5, 1, '2026-04-23 15:52:31', '2026-04-23 15:52:31'),
(9, 'Antarctica', 'AQ', NULL, 1, '2026-04-23 15:52:31', '2026-04-23 15:52:31'),
(10, 'Argentina', 'AR', 6, 1, '2026-04-23 15:52:31', '2026-04-23 15:52:31'),
(11, 'American Samoa', 'AS', 145, 1, '2026-04-23 15:52:31', '2026-04-23 15:52:31'),
(12, 'Austria', 'AT', 46, 1, '2026-04-23 15:52:31', '2026-04-23 15:52:31'),
(13, 'Australia', 'AU', 7, 1, '2026-04-23 15:52:31', '2026-04-23 15:52:31'),
(14, 'Aruba', 'AW', 8, 1, '2026-04-23 15:52:31', '2026-04-23 15:52:31'),
(15, 'Åland Islands', 'AX', 46, 1, '2026-04-23 15:52:31', '2026-04-23 15:52:31'),
(16, 'Azerbaijan', 'AZ', 9, 1, '2026-04-23 15:52:31', '2026-04-23 15:52:31'),
(17, 'Bosnia and Herzegovina', 'BA', 10, 1, '2026-04-23 15:52:31', '2026-04-23 15:52:31'),
(18, 'Barbados', 'BB', 11, 1, '2026-04-23 15:52:31', '2026-04-23 15:52:31'),
(19, 'Bangladesh', 'BD', 12, 1, '2026-04-23 15:52:31', '2026-04-23 15:52:31'),
(20, 'Belgium', 'BE', 46, 1, '2026-04-23 15:52:31', '2026-04-23 15:52:31'),
(21, 'Burkina Faso', 'BF', 167, 1, '2026-04-23 15:52:31', '2026-04-23 15:52:31'),
(22, 'Bulgaria', 'BG', 46, 1, '2026-04-23 15:52:31', '2026-04-23 15:52:31'),
(23, 'Bahrain', 'BH', 13, 1, '2026-04-23 15:52:31', '2026-04-23 15:52:31'),
(24, 'Burundi', 'BI', 14, 1, '2026-04-23 15:52:31', '2026-04-23 15:52:31'),
(25, 'Benin', 'BJ', 167, 1, '2026-04-23 15:52:31', '2026-04-23 15:52:31'),
(26, 'Saint Barthélemy', 'BL', 46, 1, '2026-04-23 15:52:31', '2026-04-23 15:52:31'),
(27, 'Bermuda', 'BM', 15, 1, '2026-04-23 15:52:31', '2026-04-23 15:52:31'),
(28, 'Brunei Darussalam', 'BN', 16, 1, '2026-04-23 15:52:31', '2026-04-23 15:52:31'),
(29, 'Bolivia, Plurinational State of', 'BO', 17, 1, '2026-04-23 15:52:31', '2026-04-23 15:52:31'),
(30, 'Bonaire, Sint Eustatius and Saba', 'BQ', 145, 1, '2026-04-23 15:52:31', '2026-04-23 15:52:31'),
(31, 'Brazil', 'BR', 19, 1, '2026-04-23 15:52:31', '2026-04-23 15:52:31'),
(32, 'Bahamas', 'BS', 20, 1, '2026-04-23 15:52:31', '2026-04-23 15:52:31'),
(33, 'Bhutan', 'BT', 21, 1, '2026-04-23 15:52:31', '2026-04-23 15:52:31'),
(34, 'Bouvet Island', 'BV', 103, 1, '2026-04-23 15:52:31', '2026-04-23 15:52:31'),
(35, 'Botswana', 'BW', 22, 1, '2026-04-23 15:52:31', '2026-04-23 15:52:31'),
(36, 'Belarus', 'BY', 23, 1, '2026-04-23 15:52:31', '2026-04-23 15:52:31'),
(37, 'Belize', 'BZ', 24, 1, '2026-04-23 15:52:31', '2026-04-23 15:52:31'),
(38, 'Canada', 'CA', 25, 1, '2026-04-23 15:52:31', '2026-04-23 15:52:31'),
(39, 'Cocos (Keeling) Islands', 'CC', 7, 1, '2026-04-23 15:52:31', '2026-04-23 15:52:31'),
(40, 'Congo, Democratic Republic of the', 'CD', 26, 1, '2026-04-23 15:52:31', '2026-04-23 15:52:31'),
(41, 'Central African Republic', 'CF', 157, 1, '2026-04-23 15:52:31', '2026-04-23 15:52:31'),
(42, 'Congo', 'CG', 157, 1, '2026-04-23 15:52:31', '2026-04-23 15:52:31'),
(43, 'Switzerland', 'CH', 28, 1, '2026-04-23 15:52:31', '2026-04-23 15:52:31'),
(44, 'Côte d\'Ivoire', 'CI', 167, 1, '2026-04-23 15:52:31', '2026-04-23 15:52:31'),
(45, 'Cook Islands', 'CK', 105, 1, '2026-04-23 15:52:31', '2026-04-23 15:52:31'),
(46, 'Chile', 'CL', 31, 1, '2026-04-23 15:52:31', '2026-04-23 15:52:31'),
(47, 'Cameroon', 'CM', 157, 1, '2026-04-23 15:52:31', '2026-04-23 15:52:31'),
(48, 'China', 'CN', 32, 1, '2026-04-23 15:52:32', '2026-04-23 15:52:32'),
(49, 'Colombia', 'CO', 33, 1, '2026-04-23 15:52:32', '2026-04-23 15:52:32'),
(50, 'Costa Rica', 'CR', 35, 1, '2026-04-23 15:52:32', '2026-04-23 15:52:32'),
(51, 'Cuba', 'CU', 36, 1, '2026-04-23 15:52:32', '2026-04-23 15:52:32'),
(52, 'Cabo Verde', 'CV', 37, 1, '2026-04-23 15:52:32', '2026-04-23 15:52:32'),
(53, 'Curaçao', 'CW', 165, 1, '2026-04-23 15:52:32', '2026-04-23 15:52:32'),
(54, 'Christmas Island', 'CX', 7, 1, '2026-04-23 15:52:32', '2026-04-23 15:52:32'),
(55, 'Cyprus', 'CY', 46, 1, '2026-04-23 15:52:32', '2026-04-23 15:52:32'),
(56, 'Czechia', 'CZ', 38, 1, '2026-04-23 15:52:32', '2026-04-23 15:52:32'),
(57, 'Germany', 'DE', 46, 1, '2026-04-23 15:52:32', '2026-04-23 15:52:32'),
(58, 'Djibouti', 'DJ', 39, 1, '2026-04-23 15:52:32', '2026-04-23 15:52:32'),
(59, 'Denmark', 'DK', 40, 1, '2026-04-23 15:52:32', '2026-04-23 15:52:32'),
(60, 'Dominica', 'DM', 164, 1, '2026-04-23 15:52:32', '2026-04-23 15:52:32'),
(61, 'Dominican Republic', 'DO', 41, 1, '2026-04-23 15:52:32', '2026-04-23 15:52:32'),
(62, 'Algeria', 'DZ', 42, 1, '2026-04-23 15:52:32', '2026-04-23 15:52:32'),
(63, 'Ecuador', 'EC', 145, 1, '2026-04-23 15:52:32', '2026-04-23 15:52:32'),
(64, 'Estonia', 'EE', 46, 1, '2026-04-23 15:52:32', '2026-04-23 15:52:32'),
(65, 'Egypt', 'EG', 43, 1, '2026-04-23 15:52:32', '2026-04-23 15:52:32'),
(66, 'Western Sahara', 'EH', 85, 1, '2026-04-23 15:52:32', '2026-04-23 15:52:32'),
(67, 'Eritrea', 'ER', 44, 1, '2026-04-23 15:52:32', '2026-04-23 15:52:32'),
(68, 'Spain', 'ES', 46, 1, '2026-04-23 15:52:32', '2026-04-23 15:52:32'),
(69, 'Ethiopia', 'ET', 45, 1, '2026-04-23 15:52:32', '2026-04-23 15:52:32'),
(70, 'Finland', 'FI', 46, 1, '2026-04-23 15:52:32', '2026-04-23 15:52:32'),
(71, 'Fiji', 'FJ', 47, 1, '2026-04-23 15:52:32', '2026-04-23 15:52:32'),
(72, 'Falkland Islands (Malvinas)', 'FK', 48, 1, '2026-04-23 15:52:32', '2026-04-23 15:52:32'),
(73, 'Micronesia, Federated States of', 'FM', 145, 1, '2026-04-23 15:52:32', '2026-04-23 15:52:32'),
(74, 'Faroe Islands', 'FO', 40, 1, '2026-04-23 15:52:32', '2026-04-23 15:52:32'),
(75, 'France', 'FR', 46, 1, '2026-04-23 15:52:32', '2026-04-23 15:52:32'),
(76, 'Gabon', 'GA', 157, 1, '2026-04-23 15:52:32', '2026-04-23 15:52:32'),
(77, 'United Kingdom of Great Britain and Northern Ireland', 'GB', 49, 1, '2026-04-23 15:52:32', '2026-04-23 15:52:32'),
(78, 'Grenada', 'GD', 164, 1, '2026-04-23 15:52:32', '2026-04-23 15:52:32'),
(79, 'Georgia', 'GE', 50, 1, '2026-04-23 15:52:32', '2026-04-23 15:52:32'),
(80, 'French Guiana', 'GF', 46, 1, '2026-04-23 15:52:32', '2026-04-23 15:52:32'),
(81, 'Guernsey', 'GG', 49, 1, '2026-04-23 15:52:32', '2026-04-23 15:52:32'),
(82, 'Ghana', 'GH', 51, 1, '2026-04-23 15:52:32', '2026-04-23 15:52:32'),
(83, 'Gibraltar', 'GI', 52, 1, '2026-04-23 15:52:32', '2026-04-23 15:52:32'),
(84, 'Greenland', 'GL', 40, 1, '2026-04-23 15:52:32', '2026-04-23 15:52:32'),
(85, 'Gambia', 'GM', 53, 1, '2026-04-23 15:52:32', '2026-04-23 15:52:32'),
(86, 'Guinea', 'GN', 54, 1, '2026-04-23 15:52:32', '2026-04-23 15:52:32'),
(87, 'Guadeloupe', 'GP', 46, 1, '2026-04-23 15:52:32', '2026-04-23 15:52:32'),
(88, 'Equatorial Guinea', 'GQ', 157, 1, '2026-04-23 15:52:32', '2026-04-23 15:52:32'),
(89, 'Greece', 'GR', 46, 1, '2026-04-23 15:52:32', '2026-04-23 15:52:32'),
(90, 'South Georgia and the South Sandwich Islands', 'GS', NULL, 1, '2026-04-23 15:52:32', '2026-04-23 15:52:32'),
(91, 'Guatemala', 'GT', 55, 1, '2026-04-23 15:52:32', '2026-04-23 15:52:32'),
(92, 'Guam', 'GU', 145, 1, '2026-04-23 15:52:32', '2026-04-23 15:52:32'),
(93, 'Guinea-Bissau', 'GW', 167, 1, '2026-04-23 15:52:32', '2026-04-23 15:52:32'),
(94, 'Guyana', 'GY', 56, 1, '2026-04-23 15:52:32', '2026-04-23 15:52:32'),
(95, 'Hong Kong', 'HK', 57, 1, '2026-04-23 15:52:32', '2026-04-23 15:52:32'),
(96, 'Heard Island and McDonald Islands', 'HM', 7, 1, '2026-04-23 15:52:32', '2026-04-23 15:52:32'),
(97, 'Honduras', 'HN', 58, 1, '2026-04-23 15:52:32', '2026-04-23 15:52:32'),
(98, 'Croatia', 'HR', 46, 1, '2026-04-23 15:52:32', '2026-04-23 15:52:32'),
(99, 'Haiti', 'HT', 59, 1, '2026-04-23 15:52:32', '2026-04-23 15:52:32'),
(100, 'Hungary', 'HU', 60, 1, '2026-04-23 15:52:32', '2026-04-23 15:52:32'),
(101, 'Indonesia', 'ID', 61, 1, '2026-04-23 15:52:32', '2026-04-23 15:52:32'),
(102, 'Ireland', 'IE', 46, 1, '2026-04-23 15:52:32', '2026-04-23 15:52:32'),
(103, 'Israel', 'IL', 62, 1, '2026-04-23 15:52:32', '2026-04-23 15:52:32'),
(104, 'Isle of Man', 'IM', 49, 1, '2026-04-23 15:52:32', '2026-04-23 15:52:32'),
(105, 'India', 'IN', 63, 1, '2026-04-23 15:52:32', '2026-04-23 15:52:32'),
(106, 'British Indian Ocean Territory', 'IO', 145, 1, '2026-04-23 15:52:32', '2026-04-23 15:52:32'),
(107, 'Iraq', 'IQ', 64, 1, '2026-04-23 15:52:32', '2026-04-23 15:52:32'),
(108, 'Iran, Islamic Republic of', 'IR', 65, 1, '2026-04-23 15:52:32', '2026-04-23 15:52:32'),
(109, 'Iceland', 'IS', 66, 1, '2026-04-23 15:52:32', '2026-04-23 15:52:32'),
(110, 'Italy', 'IT', 46, 1, '2026-04-23 15:52:32', '2026-04-23 15:52:32'),
(111, 'Jersey', 'JE', 49, 1, '2026-04-23 15:52:32', '2026-04-23 15:52:32'),
(112, 'Jamaica', 'JM', 67, 1, '2026-04-23 15:52:32', '2026-04-23 15:52:32'),
(113, 'Jordan', 'JO', 68, 1, '2026-04-23 15:52:32', '2026-04-23 15:52:32'),
(114, 'Japan', 'JP', 69, 1, '2026-04-23 15:52:32', '2026-04-23 15:52:32'),
(115, 'Kenya', 'KE', 70, 1, '2026-04-23 15:52:32', '2026-04-23 15:52:32'),
(116, 'Kyrgyzstan', 'KG', 71, 1, '2026-04-23 15:52:32', '2026-04-23 15:52:32'),
(117, 'Cambodia', 'KH', 72, 1, '2026-04-23 15:52:32', '2026-04-23 15:52:32'),
(118, 'Kiribati', 'KI', 7, 1, '2026-04-23 15:52:32', '2026-04-23 15:52:32'),
(119, 'Comoros', 'KM', 73, 1, '2026-04-23 15:52:32', '2026-04-23 15:52:32'),
(120, 'Saint Kitts and Nevis', 'KN', 164, 1, '2026-04-23 15:52:32', '2026-04-23 15:52:32'),
(121, 'Korea, Democratic People\'s Republic of', 'KP', 74, 1, '2026-04-23 15:52:32', '2026-04-23 15:52:32'),
(122, 'Korea, Republic of', 'KR', 75, 1, '2026-04-23 15:52:32', '2026-04-23 15:52:32'),
(123, 'Kuwait', 'KW', 76, 1, '2026-04-23 15:52:32', '2026-04-23 15:52:32'),
(124, 'Cayman Islands', 'KY', 77, 1, '2026-04-23 15:52:32', '2026-04-23 15:52:32'),
(125, 'Kazakhstan', 'KZ', 78, 1, '2026-04-23 15:52:32', '2026-04-23 15:52:32'),
(126, 'Lao People\'s Democratic Republic', 'LA', 79, 1, '2026-04-23 15:52:32', '2026-04-23 15:52:32'),
(127, 'Lebanon', 'LB', 80, 1, '2026-04-23 15:52:32', '2026-04-23 15:52:32'),
(128, 'Saint Lucia', 'LC', 164, 1, '2026-04-23 15:52:32', '2026-04-23 15:52:32'),
(129, 'Liechtenstein', 'LI', 28, 1, '2026-04-23 15:52:32', '2026-04-23 15:52:32'),
(130, 'Sri Lanka', 'LK', 81, 1, '2026-04-23 15:52:32', '2026-04-23 15:52:32'),
(131, 'Liberia', 'LR', 82, 1, '2026-04-23 15:52:32', '2026-04-23 15:52:32'),
(132, 'Lesotho', 'LS', 83, 1, '2026-04-23 15:52:32', '2026-04-23 15:52:32'),
(133, 'Lithuania', 'LT', 46, 1, '2026-04-23 15:52:32', '2026-04-23 15:52:32'),
(134, 'Luxembourg', 'LU', 46, 1, '2026-04-23 15:52:32', '2026-04-23 15:52:32'),
(135, 'Latvia', 'LV', 46, 1, '2026-04-23 15:52:32', '2026-04-23 15:52:32'),
(136, 'Libya', 'LY', 84, 1, '2026-04-23 15:52:32', '2026-04-23 15:52:32'),
(137, 'Morocco', 'MA', 85, 1, '2026-04-23 15:52:32', '2026-04-23 15:52:32'),
(138, 'Monaco', 'MC', 46, 1, '2026-04-23 15:52:32', '2026-04-23 15:52:32'),
(139, 'Moldova, Republic of', 'MD', 86, 1, '2026-04-23 15:52:32', '2026-04-23 15:52:32'),
(140, 'Montenegro', 'ME', 46, 1, '2026-04-23 15:52:32', '2026-04-23 15:52:32'),
(141, 'Saint Martin (French part)', 'MF', 46, 1, '2026-04-23 15:52:32', '2026-04-23 15:52:32'),
(142, 'Madagascar', 'MG', 87, 1, '2026-04-23 15:52:32', '2026-04-23 15:52:32'),
(143, 'Marshall Islands', 'MH', 145, 1, '2026-04-23 15:52:32', '2026-04-23 15:52:32'),
(144, 'North Macedonia', 'MK', 88, 1, '2026-04-23 15:52:32', '2026-04-23 15:52:32'),
(145, 'Mali', 'ML', 167, 1, '2026-04-23 15:52:32', '2026-04-23 15:52:32'),
(146, 'Myanmar', 'MM', 89, 1, '2026-04-23 15:52:32', '2026-04-23 15:52:32'),
(147, 'Mongolia', 'MN', 90, 1, '2026-04-23 15:52:32', '2026-04-23 15:52:32'),
(148, 'Macao', 'MO', 91, 1, '2026-04-23 15:52:32', '2026-04-23 15:52:32'),
(149, 'Northern Mariana Islands', 'MP', 145, 1, '2026-04-23 15:52:32', '2026-04-23 15:52:32'),
(150, 'Martinique', 'MQ', 46, 1, '2026-04-23 15:52:32', '2026-04-23 15:52:32'),
(151, 'Mauritania', 'MR', 92, 1, '2026-04-23 15:52:32', '2026-04-23 15:52:32'),
(152, 'Montserrat', 'MS', 164, 1, '2026-04-23 15:52:32', '2026-04-23 15:52:32'),
(153, 'Malta', 'MT', 46, 1, '2026-04-23 15:52:32', '2026-04-23 15:52:32'),
(154, 'Mauritius', 'MU', 93, 1, '2026-04-23 15:52:32', '2026-04-23 15:52:32'),
(155, 'Maldives', 'MV', 94, 1, '2026-04-23 15:52:32', '2026-04-23 15:52:32'),
(156, 'Malawi', 'MW', 95, 1, '2026-04-23 15:52:32', '2026-04-23 15:52:32'),
(157, 'Mexico', 'MX', 96, 1, '2026-04-23 15:52:32', '2026-04-23 15:52:32'),
(158, 'Malaysia', 'MY', 98, 1, '2026-04-23 15:52:32', '2026-04-23 15:52:32'),
(159, 'Mozambique', 'MZ', 99, 1, '2026-04-23 15:52:32', '2026-04-23 15:52:32'),
(160, 'Namibia', 'NA', 100, 1, '2026-04-23 15:52:32', '2026-04-23 15:52:32'),
(161, 'New Caledonia', 'NC', 169, 1, '2026-04-23 15:52:32', '2026-04-23 15:52:32'),
(162, 'Niger', 'NE', 167, 1, '2026-04-23 15:52:32', '2026-04-23 15:52:32'),
(163, 'Norfolk Island', 'NF', 7, 1, '2026-04-23 15:52:32', '2026-04-23 15:52:32'),
(164, 'Nigeria', 'NG', 101, 1, '2026-04-23 15:52:32', '2026-04-23 15:52:32'),
(165, 'Nicaragua', 'NI', 102, 1, '2026-04-23 15:52:32', '2026-04-23 15:52:32'),
(166, 'Netherlands, Kingdom of the', 'NL', 46, 1, '2026-04-23 15:52:32', '2026-04-23 15:52:32'),
(167, 'Norway', 'NO', 103, 1, '2026-04-23 15:52:32', '2026-04-23 15:52:32'),
(168, 'Nepal', 'NP', 104, 1, '2026-04-23 15:52:32', '2026-04-23 15:52:32'),
(169, 'Nauru', 'NR', 7, 1, '2026-04-23 15:52:32', '2026-04-23 15:52:32'),
(170, 'Niue', 'NU', 105, 1, '2026-04-23 15:52:32', '2026-04-23 15:52:32'),
(171, 'New Zealand', 'NZ', 105, 1, '2026-04-23 15:52:32', '2026-04-23 15:52:32'),
(172, 'Oman', 'OM', 106, 1, '2026-04-23 15:52:32', '2026-04-23 15:52:32'),
(173, 'Panama', 'PA', 107, 1, '2026-04-23 15:52:32', '2026-04-23 15:52:32'),
(174, 'Peru', 'PE', 108, 1, '2026-04-23 15:52:32', '2026-04-23 15:52:32'),
(175, 'French Polynesia', 'PF', 169, 1, '2026-04-23 15:52:32', '2026-04-23 15:52:32'),
(176, 'Papua New Guinea', 'PG', 109, 1, '2026-04-23 15:52:32', '2026-04-23 15:52:32'),
(177, 'Philippines', 'PH', 110, 1, '2026-04-23 15:52:32', '2026-04-23 15:52:32'),
(178, 'Pakistan', 'PK', 111, 1, '2026-04-23 15:52:32', '2026-04-23 15:52:32'),
(179, 'Poland', 'PL', 112, 1, '2026-04-23 15:52:32', '2026-04-23 15:52:32'),
(180, 'Saint Pierre and Miquelon', 'PM', 46, 1, '2026-04-23 15:52:32', '2026-04-23 15:52:32'),
(181, 'Pitcairn', 'PN', 105, 1, '2026-04-23 15:52:32', '2026-04-23 15:52:32'),
(182, 'Puerto Rico', 'PR', 145, 1, '2026-04-23 15:52:32', '2026-04-23 15:52:32'),
(183, 'Palestine, State of', 'PS', NULL, 1, '2026-04-23 15:52:32', '2026-04-23 15:52:32'),
(184, 'Portugal', 'PT', 46, 1, '2026-04-23 15:52:32', '2026-04-23 15:52:32'),
(185, 'Palau', 'PW', 145, 1, '2026-04-23 15:52:32', '2026-04-23 15:52:32'),
(186, 'Paraguay', 'PY', 113, 1, '2026-04-23 15:52:32', '2026-04-23 15:52:32'),
(187, 'Qatar', 'QA', 114, 1, '2026-04-23 15:52:32', '2026-04-23 15:52:32'),
(188, 'Réunion', 'RE', 46, 1, '2026-04-23 15:52:32', '2026-04-23 15:52:32'),
(189, 'Romania', 'RO', 115, 1, '2026-04-23 15:52:32', '2026-04-23 15:52:32'),
(190, 'Serbia', 'RS', 116, 1, '2026-04-23 15:52:32', '2026-04-23 15:52:32'),
(191, 'Russian Federation', 'RU', 117, 1, '2026-04-23 15:52:32', '2026-04-23 15:52:32'),
(192, 'Rwanda', 'RW', 118, 1, '2026-04-23 15:52:32', '2026-04-23 15:52:32'),
(193, 'Saudi Arabia', 'SA', 119, 1, '2026-04-23 15:52:32', '2026-04-23 15:52:32'),
(194, 'Solomon Islands', 'SB', 120, 1, '2026-04-23 15:52:32', '2026-04-23 15:52:32'),
(195, 'Seychelles', 'SC', 121, 1, '2026-04-23 15:52:32', '2026-04-23 15:52:32'),
(196, 'Sudan', 'SD', 122, 1, '2026-04-23 15:52:32', '2026-04-23 15:52:32'),
(197, 'Sweden', 'SE', 123, 1, '2026-04-23 15:52:32', '2026-04-23 15:52:32'),
(198, 'Singapore', 'SG', 124, 1, '2026-04-23 15:52:32', '2026-04-23 15:52:32'),
(199, 'Saint Helena, Ascension and Tristan da Cunha', 'SH', 125, 1, '2026-04-23 15:52:32', '2026-04-23 15:52:32'),
(200, 'Slovenia', 'SI', 46, 1, '2026-04-23 15:52:32', '2026-04-23 15:52:32'),
(201, 'Svalbard and Jan Mayen', 'SJ', 103, 1, '2026-04-23 15:52:32', '2026-04-23 15:52:32'),
(202, 'Slovakia', 'SK', 46, 1, '2026-04-23 15:52:32', '2026-04-23 15:52:32'),
(203, 'Sierra Leone', 'SL', 126, 1, '2026-04-23 15:52:32', '2026-04-23 15:52:32'),
(204, 'San Marino', 'SM', 46, 1, '2026-04-23 15:52:32', '2026-04-23 15:52:32'),
(205, 'Senegal', 'SN', 167, 1, '2026-04-23 15:52:32', '2026-04-23 15:52:32'),
(206, 'Somalia', 'SO', 127, 1, '2026-04-23 15:52:32', '2026-04-23 15:52:32'),
(207, 'Suriname', 'SR', 128, 1, '2026-04-23 15:52:32', '2026-04-23 15:52:32'),
(208, 'South Sudan', 'SS', 129, 1, '2026-04-23 15:52:32', '2026-04-23 15:52:32'),
(209, 'Sao Tome and Principe', 'ST', 130, 1, '2026-04-23 15:52:32', '2026-04-23 15:52:32'),
(210, 'El Salvador', 'SV', 145, 1, '2026-04-23 15:52:32', '2026-04-23 15:52:32'),
(211, 'Sint Maarten (Dutch part)', 'SX', 165, 1, '2026-04-23 15:52:32', '2026-04-23 15:52:32'),
(212, 'Syrian Arab Republic', 'SY', 132, 1, '2026-04-23 15:52:32', '2026-04-23 15:52:32'),
(213, 'Eswatini', 'SZ', 133, 1, '2026-04-23 15:52:32', '2026-04-23 15:52:32'),
(214, 'Turks and Caicos Islands', 'TC', 145, 1, '2026-04-23 15:52:32', '2026-04-23 15:52:32'),
(215, 'Chad', 'TD', 157, 1, '2026-04-23 15:52:32', '2026-04-23 15:52:32'),
(216, 'French Southern Territories', 'TF', 46, 1, '2026-04-23 15:52:32', '2026-04-23 15:52:32'),
(217, 'Togo', 'TG', 167, 1, '2026-04-23 15:52:32', '2026-04-23 15:52:32'),
(218, 'Thailand', 'TH', 134, 1, '2026-04-23 15:52:32', '2026-04-23 15:52:32'),
(219, 'Tajikistan', 'TJ', 135, 1, '2026-04-23 15:52:32', '2026-04-23 15:52:32'),
(220, 'Tokelau', 'TK', 105, 1, '2026-04-23 15:52:32', '2026-04-23 15:52:32'),
(221, 'Timor-Leste', 'TL', 145, 1, '2026-04-23 15:52:32', '2026-04-23 15:52:32'),
(222, 'Turkmenistan', 'TM', 136, 1, '2026-04-23 15:52:32', '2026-04-23 15:52:32'),
(223, 'Tunisia', 'TN', 137, 1, '2026-04-23 15:52:32', '2026-04-23 15:52:32'),
(224, 'Tonga', 'TO', 138, 1, '2026-04-23 15:52:32', '2026-04-23 15:52:32'),
(225, 'Türkiye', 'TR', 139, 1, '2026-04-23 15:52:32', '2026-04-23 15:52:32'),
(226, 'Trinidad and Tobago', 'TT', 140, 1, '2026-04-23 15:52:32', '2026-04-23 15:52:32'),
(227, 'Tuvalu', 'TV', 7, 1, '2026-04-23 15:52:32', '2026-04-23 15:52:32'),
(228, 'Taiwan, Province of China', 'TW', 141, 1, '2026-04-23 15:52:32', '2026-04-23 15:52:32'),
(229, 'Tanzania, United Republic of', 'TZ', 142, 1, '2026-04-23 15:52:32', '2026-04-23 15:52:32'),
(230, 'Ukraine', 'UA', 143, 1, '2026-04-23 15:52:32', '2026-04-23 15:52:32'),
(231, 'Uganda', 'UG', 144, 1, '2026-04-23 15:52:32', '2026-04-23 15:52:32'),
(232, 'United States Minor Outlying Islands', 'UM', 145, 1, '2026-04-23 15:52:32', '2026-04-23 15:52:32'),
(233, 'United States of America', 'US', 145, 1, '2026-04-23 15:52:32', '2026-04-23 15:52:32'),
(234, 'Uruguay', 'UY', 148, 1, '2026-04-23 15:52:32', '2026-04-23 15:52:32'),
(235, 'Uzbekistan', 'UZ', 150, 1, '2026-04-23 15:52:32', '2026-04-23 15:52:32'),
(236, 'Holy See', 'VA', 46, 1, '2026-04-23 15:52:32', '2026-04-23 15:52:32'),
(237, 'Saint Vincent and the Grenadines', 'VC', 164, 1, '2026-04-23 15:52:32', '2026-04-23 15:52:32'),
(238, 'Venezuela, Bolivarian Republic of', 'VE', 152, 1, '2026-04-23 15:52:32', '2026-04-23 15:52:32'),
(239, 'Virgin Islands (British)', 'VG', 145, 1, '2026-04-23 15:52:32', '2026-04-23 15:52:32'),
(240, 'Virgin Islands (U.S.)', 'VI', 145, 1, '2026-04-23 15:52:32', '2026-04-23 15:52:32'),
(241, 'Viet Nam', 'VN', 153, 1, '2026-04-23 15:52:32', '2026-04-23 15:52:32'),
(242, 'Vanuatu', 'VU', 154, 1, '2026-04-23 15:52:32', '2026-04-23 15:52:32'),
(243, 'Wallis and Futuna', 'WF', 169, 1, '2026-04-23 15:52:32', '2026-04-23 15:52:32'),
(244, 'Samoa', 'WS', 155, 1, '2026-04-23 15:52:32', '2026-04-23 15:52:32'),
(245, 'Yemen', 'YE', 175, 1, '2026-04-23 15:52:32', '2026-04-23 15:52:32'),
(246, 'Mayotte', 'YT', 46, 1, '2026-04-23 15:52:32', '2026-04-23 15:52:32'),
(247, 'South Africa', 'ZA', 176, 1, '2026-04-23 15:52:32', '2026-04-23 15:52:32'),
(248, 'Zambia', 'ZM', 177, 1, '2026-04-23 15:52:32', '2026-04-23 15:52:32'),
(249, 'Zimbabwe', 'ZW', 178, 1, '2026-04-23 15:52:32', '2026-04-23 15:52:32');

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

--
-- Table structure for table `shipping_rates`
--

CREATE TABLE `shipping_rates` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `country_id` bigint(20) UNSIGNED NOT NULL,
  `port_id` bigint(20) UNSIGNED NOT NULL,
  `vehicle_type` varchar(255) NOT NULL,
  `shipping_type` enum('roro','container') NOT NULL,
  `price` decimal(12,2) NOT NULL,
  `currency` varchar(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 `shipping_rates`
--

INSERT INTO `shipping_rates` (`id`, `country_id`, `port_id`, `vehicle_type`, `shipping_type`, `price`, `currency`, `created_at`, `updated_at`) VALUES
(1, 114, 2, 'Sedan', 'roro', 1650.00, 'JPY', '2026-05-04 15:18:28', '2026-05-04 15:18:28'),
(2, 114, 2, 'Sedan', 'container', 1900.00, 'JPY', '2026-05-04 15:18:45', '2026-05-04 15:18:45'),
(3, 114, 1, 'Sedan', 'roro', 1720.00, 'JPY', '2026-05-04 15:19:04', '2026-05-04 15:19:04'),
(4, 114, 1, 'Sedan', 'container', 2200.00, 'JPY', '2026-05-04 15:19:18', '2026-05-04 15:19:18'),
(5, 114, 2, 'SUV', 'roro', 2350.00, 'JPY', '2026-05-04 15:19:33', '2026-05-04 15:19:33'),
(6, 114, 2, 'SUV', 'container', 2800.00, 'JPY', '2026-05-04 15:19:48', '2026-05-04 15:19:48'),
(7, 114, 1, 'SUV', 'roro', 2160.00, 'JPY', '2026-05-04 15:20:10', '2026-05-04 15:20:10'),
(8, 114, 1, 'SUV', 'container', 2650.00, 'JPY', '2026-05-04 15:20:26', '2026-05-04 15:20:26');

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

--
-- Table structure for table `teams`
--

CREATE TABLE `teams` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `user_id` bigint(20) UNSIGNED NOT NULL,
  `name` varchar(255) NOT NULL,
  `personal_team` tinyint(1) NOT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

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

--
-- Table structure for table `team_invitations`
--

CREATE TABLE `team_invitations` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `team_id` bigint(20) UNSIGNED NOT NULL,
  `email` varchar(255) NOT NULL,
  `role` varchar(255) 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 `team_user`
--

CREATE TABLE `team_user` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `team_id` bigint(20) UNSIGNED NOT NULL,
  `user_id` bigint(20) UNSIGNED NOT NULL,
  `role` varchar(255) DEFAULT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

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

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

CREATE TABLE `users` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `name` varchar(255) NOT NULL,
  `email` varchar(255) NOT NULL,
  `phone` varchar(255) DEFAULT NULL,
  `address` text DEFAULT NULL,
  `country` varchar(255) DEFAULT NULL,
  `email_verified_at` timestamp NULL DEFAULT NULL,
  `password` varchar(255) NOT NULL,
  `role` varchar(255) NOT NULL DEFAULT 'customer',
  `created_by` bigint(20) UNSIGNED DEFAULT NULL,
  `two_factor_secret` text DEFAULT NULL,
  `two_factor_recovery_codes` text DEFAULT NULL,
  `two_factor_confirmed_at` timestamp NULL DEFAULT NULL,
  `remember_token` varchar(100) DEFAULT NULL,
  `current_team_id` bigint(20) UNSIGNED DEFAULT NULL,
  `profile_photo_path` varchar(2048) DEFAULT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

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

INSERT INTO `users` (`id`, `name`, `email`, `phone`, `address`, `country`, `email_verified_at`, `password`, `role`, `created_by`, `two_factor_secret`, `two_factor_recovery_codes`, `two_factor_confirmed_at`, `remember_token`, `current_team_id`, `profile_photo_path`, `created_at`, `updated_at`) VALUES
(1, 'Super Admin', 'admin@kashotrade.com', NULL, NULL, NULL, '2026-04-23 15:52:31', '$2y$12$QJCbGdCfBE5yuceMW8heVuH36mSxANWID6s806WaeDhQVzoddG9NK', 'admin', NULL, NULL, NULL, NULL, 'JHvCjQRPJKErYBoo154JvVTQkiHdp94BrS2zvQOtM3isYaCnLPLxTd7X7EfF', NULL, 'profile-photos/wOnC1GQh4rXAq9Hrzmi29Dxgdit2POXeruzbyiUp.jpg', '2026-04-23 15:52:31', '2026-04-27 18:18:39'),
(3, 'KAMLESH', 'seller@example.com', '01234567899', NULL, NULL, '2026-04-23 15:52:31', '$2y$12$QJCbGdCfBE5yuceMW8heVuH36mSxANWID6s806WaeDhQVzoddG9NK', 'seller', NULL, NULL, NULL, NULL, 'YZx0pi1GKuaFZW1zGiscohPm3UbYJHD81kIJVFdf9KKdWkKMv9QR1l6RoZj0', NULL, NULL, '2026-04-23 15:52:31', '2026-04-23 15:52:31'),
(10, 'TRISTONE INVESTMENTS AND AUTO SALES & SPARES', 'tristone@gmail.com', '01234567890', NULL, NULL, NULL, '$2y$12$b.WtMENNQdJYfOYGGOsx5OKLUsCekr4u.ALI4Ucps6DBns9fefpTe', 'customer', 3, NULL, NULL, NULL, 'jlWOf7uCQ4paGfSnuxISU6qMVV6coxkGvkvxkFgmH2DXrvY08maHqBUvB0zS', NULL, NULL, '2026-05-04 16:07:31', '2026-05-04 16:07:31');

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

--
-- Table structure for table `vehicles`
--

CREATE TABLE `vehicles` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `rec_no` varchar(255) NOT NULL,
  `seller_id` bigint(20) UNSIGNED DEFAULT NULL,
  `auction_car_id` bigint(20) UNSIGNED DEFAULT NULL,
  `make_id` bigint(20) UNSIGNED DEFAULT NULL,
  `model_id` bigint(20) UNSIGNED DEFAULT NULL,
  `vehicle_type_id` bigint(20) UNSIGNED DEFAULT NULL,
  `make` varchar(255) NOT NULL,
  `model` varchar(255) NOT NULL,
  `model_code` varchar(255) DEFAULT NULL,
  `chassis` varchar(255) DEFAULT NULL,
  `grade` varchar(255) DEFAULT NULL,
  `registration_year` varchar(255) DEFAULT NULL,
  `manufacture_year` year(4) DEFAULT NULL,
  `year` year(4) NOT NULL,
  `mileage` int(11) NOT NULL,
  `location` varchar(255) DEFAULT NULL,
  `country_id` bigint(20) UNSIGNED DEFAULT NULL,
  `stock_country` varchar(255) DEFAULT NULL,
  `price` decimal(10,2) NOT NULL,
  `discount_percentage` decimal(5,2) NOT NULL DEFAULT 0.00,
  `discount_amount` decimal(10,2) NOT NULL DEFAULT 0.00,
  `is_featured` tinyint(1) NOT NULL DEFAULT 0,
  `is_clearance` tinyint(1) NOT NULL DEFAULT 0,
  `condition` enum('new','used') NOT NULL DEFAULT 'used',
  `vehicle_type` varchar(255) DEFAULT NULL,
  `color` varchar(255) DEFAULT NULL,
  `transmission` varchar(255) DEFAULT NULL,
  `fuel_type` varchar(255) DEFAULT NULL,
  `length_m` decimal(4,2) DEFAULT NULL,
  `width_m` decimal(4,2) DEFAULT NULL,
  `height_m` decimal(4,2) DEFAULT NULL,
  `volume_m3` decimal(5,3) DEFAULT NULL,
  `seats` int(11) DEFAULT NULL,
  `doors` int(11) DEFAULT NULL,
  `engine_capacity` int(10) UNSIGNED DEFAULT NULL,
  `primary_image` varchar(255) DEFAULT NULL,
  `stock_status` enum('available','sold') NOT NULL DEFAULT 'available',
  `status` enum('draft','published','reserved','sold') NOT NULL DEFAULT 'draft',
  `is_locked` tinyint(1) NOT NULL DEFAULT 0,
  `is_ready_for_sale` 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 `vehicles`
--

INSERT INTO `vehicles` (`id`, `rec_no`, `seller_id`, `auction_car_id`, `make_id`, `model_id`, `vehicle_type_id`, `make`, `model`, `model_code`, `chassis`, `grade`, `registration_year`, `manufacture_year`, `year`, `mileage`, `location`, `country_id`, `stock_country`, `price`, `discount_percentage`, `discount_amount`, `is_featured`, `is_clearance`, `condition`, `vehicle_type`, `color`, `transmission`, `fuel_type`, `length_m`, `width_m`, `height_m`, `volume_m3`, `seats`, `doors`, `engine_capacity`, `primary_image`, `stock_status`, `status`, `is_locked`, `is_ready_for_sale`, `created_at`, `updated_at`) VALUES
(1, 'Q2-5210', 3, 6, 1, 2, 1, 'Toyota', 'PREMIO', NULL, 'NZT260-3184088', NULL, NULL, NULL, '2024', 0, NULL, NULL, NULL, 11900.00, 0.00, 0.00, 0, 0, 'used', 'Sedan', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'sold', 'sold', 1, 1, '2026-05-20 14:48:54', '2026-05-20 14:51:03'),
(2, 'PQ-3597', 1, 4, 1, 4, 2, 'Toyota', 'LAND CRUISER', NULL, 'URJ202-4178002', NULL, NULL, NULL, '2024', 0, NULL, NULL, NULL, 48500.00, 0.00, 0.00, 0, 0, 'used', 'SUV', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'sold', 'reserved', 1, 1, '2026-05-20 14:56:29', '2026-05-20 14:56:29');

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

--
-- Table structure for table `vehicle_attribute_values`
--

CREATE TABLE `vehicle_attribute_values` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `vehicle_id` bigint(20) UNSIGNED NOT NULL,
  `attribute_id` bigint(20) UNSIGNED NOT NULL,
  `value_id` bigint(20) UNSIGNED DEFAULT NULL,
  `raw_value` varchar(255) 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 `vehicle_documents`
--

CREATE TABLE `vehicle_documents` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `vehicle_id` bigint(20) UNSIGNED NOT NULL,
  `uploaded_by` bigint(20) UNSIGNED NOT NULL,
  `document_name` varchar(255) NOT NULL,
  `file_path` varchar(255) NOT NULL,
  `file_name` varchar(255) NOT NULL,
  `mime_type` varchar(255) NOT NULL DEFAULT 'application/pdf',
  `file_size` bigint(20) UNSIGNED NOT NULL DEFAULT 0,
  `document_type` varchar(255) NOT NULL DEFAULT 'general',
  `description` text DEFAULT NULL,
  `is_required` tinyint(1) NOT NULL DEFAULT 0,
  `issued_date` timestamp NULL DEFAULT NULL,
  `expiry_date` timestamp NULL DEFAULT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

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

--
-- Table structure for table `vehicle_images`
--

CREATE TABLE `vehicle_images` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `vehicle_id` bigint(20) UNSIGNED NOT NULL,
  `image_path` varchar(255) NOT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Dumping data for table `vehicle_images`
--

INSERT INTO `vehicle_images` (`id`, `vehicle_id`, `image_path`, `created_at`, `updated_at`) VALUES
(1, 1, 'vehicle_images/NvgbWlJF5JSAK3XZIcMrDBoC8NDfmW7Tq4Cu5EHE.jpg', '2026-05-05 11:25:07', '2026-05-05 11:25:07'),
(2, 1, 'vehicle_images/CXimJYK8dxkQ54XeHZQzUYRRQKyrb2l5vABEbyXl.jpg', '2026-05-05 11:25:07', '2026-05-05 11:25:07'),
(3, 2, 'vehicle_images/SFlGZHxQOu1wa9BRaNmjWN1HlZU3lMZHdN0RzaGr.jpg', '2026-05-05 13:05:21', '2026-05-05 13:05:21'),
(4, 2, 'vehicle_images/NLhtiwxjt1NHLC7KCpSLG37xrTA1bThC75WfnBwO.jpg', '2026-05-05 13:05:21', '2026-05-05 13:05:21'),
(5, 2, 'vehicle_images/N7LJRyQsWiFNUemt1vGniZLucfqDRVpgVGAR3m4d.jpg', '2026-05-05 13:05:21', '2026-05-05 13:05:21'),
(6, 2, 'vehicle_images/DqybEo1A6br9xYevtPLlJtQtK9gzaD96d3KEsW99.jpg', '2026-05-05 13:05:21', '2026-05-05 13:05:21'),
(7, 2, 'vehicle_images/NUzcCeaY1gCFE59A4MAzdlKPN8AnBe6La8oEPfUN.jpg', '2026-05-05 13:05:21', '2026-05-05 13:05:21'),
(8, 3, 'vehicle_images/nKJgvBUK5Jx2enWdvsaN5p2l63brpVh3qpTPF9uH.jpg', '2026-05-19 12:59:26', '2026-05-19 12:59:26'),
(9, 3, 'vehicle_images/yuuKRaS2Jm8hcuWG1pKKEbhYubS1VxjHy9emcL3B.png', '2026-05-19 12:59:26', '2026-05-19 12:59:26'),
(10, 3, 'vehicle_images/icPyupZGPIMBp6Ac9lK4bOKFfSBy6jhpaNSbjcYu.png', '2026-05-19 12:59:26', '2026-05-19 12:59:26'),
(11, 3, 'vehicle_images/6GUf9vtvrcBxugbFSXXnJqpjoMZk38ThOJJ90FXo.png', '2026-05-19 12:59:26', '2026-05-19 12:59:26');

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

--
-- Table structure for table `vehicle_reservations`
--

CREATE TABLE `vehicle_reservations` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `auction_id` bigint(20) UNSIGNED DEFAULT NULL,
  `auction_car_id` bigint(20) UNSIGNED DEFAULT NULL,
  `seller_id` bigint(20) UNSIGNED NOT NULL,
  `vehicle_id` bigint(20) UNSIGNED DEFAULT NULL,
  `user_id` bigint(20) UNSIGNED NOT NULL,
  `reserved_by` bigint(20) UNSIGNED DEFAULT NULL,
  `wallet_amount_used` decimal(12,2) NOT NULL DEFAULT 0.00,
  `reserved_at` timestamp NOT NULL DEFAULT current_timestamp(),
  `expires_at` timestamp NULL DEFAULT NULL,
  `status` varchar(32) NOT NULL,
  `order_id` bigint(20) UNSIGNED DEFAULT NULL,
  `seller_price` decimal(12,2) DEFAULT NULL,
  `commission_amount` decimal(12,2) DEFAULT NULL,
  `admin_price` decimal(12,2) DEFAULT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL
) ;

--
-- Dumping data for table `vehicle_reservations`
--

INSERT INTO `vehicle_reservations` (`id`, `auction_id`, `auction_car_id`, `seller_id`, `vehicle_id`, `user_id`, `reserved_by`, `wallet_amount_used`, `reserved_at`, `expires_at`, `status`, `order_id`, `seller_price`, `commission_amount`, `admin_price`, `created_at`, `updated_at`) VALUES
(1, 6, 6, 3, 1, 10, 3, 0.00, '2026-05-20 14:47:33', NULL, 'converted', 1, 12500.00, 600.00, 11900.00, '2026-05-20 14:47:33', '2026-05-20 14:49:04'),
(2, 4, 4, 1, NULL, 10, 1, 0.00, '2026-05-20 14:53:36', NULL, 'expired', NULL, 49500.00, 1000.00, 48500.00, '2026-05-20 14:53:36', '2026-05-20 14:54:15'),
(3, 4, 4, 1, 2, 10, 1, 0.00, '2026-05-20 14:54:53', NULL, 'converted', 2, 49200.00, 700.00, 48500.00, '2026-05-20 14:54:53', '2026-05-20 14:56:29');

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

--
-- Table structure for table `vehicle_types`
--

CREATE TABLE `vehicle_types` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `name` varchar(255) NOT NULL,
  `slug` varchar(255) 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 `vehicle_types`
--

INSERT INTO `vehicle_types` (`id`, `name`, `slug`, `is_active`, `created_at`, `updated_at`) VALUES
(1, 'Wagon', 'wagon', 1, '2026-04-27 13:13:00', '2026-04-27 13:13:00'),
(2, 'Sedan', 'sedan', 1, '2026-04-27 13:13:00', '2026-04-27 13:13:00');

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

--
-- Table structure for table `wallet_transactions`
--

CREATE TABLE `wallet_transactions` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `user_id` bigint(20) UNSIGNED NOT NULL,
  `type` varchar(20) NOT NULL,
  `amount` decimal(12,2) NOT NULL,
  `source` varchar(40) NOT NULL,
  `reference_type` varchar(40) DEFAULT NULL,
  `reference_id` bigint(20) UNSIGNED DEFAULT NULL,
  `deposit_note` varchar(1000) DEFAULT NULL,
  `invoice_path` varchar(2048) DEFAULT NULL,
  `deposited_at` date DEFAULT NULL,
  `created_by` 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;

--
-- Dumping data for table `wallet_transactions`
--

INSERT INTO `wallet_transactions` (`id`, `user_id`, `type`, `amount`, `source`, `reference_type`, `reference_id`, `deposit_note`, `invoice_path`, `deposited_at`, `created_by`, `created_at`, `updated_at`) VALUES
(1, 10, 'credit', 8970.00, 'remittance', 'remittance', 1, NULL, NULL, NULL, 1, '2026-05-20 14:48:16', '2026-05-20 14:48:16'),
(2, 10, 'credit', 20700.00, 'remittance', 'remittance', 2, NULL, NULL, NULL, 1, '2026-05-20 14:48:18', '2026-05-20 14:48:18'),
(3, 10, 'credit', 4000.00, 'remittance', 'remittance', 3, NULL, NULL, NULL, 1, '2026-05-20 14:48:20', '2026-05-20 14:48:20'),
(4, 10, 'credit', 9969.99, 'remittance', 'remittance', 4, NULL, NULL, NULL, 1, '2026-05-20 14:48:21', '2026-05-20 14:48:21'),
(5, 10, 'credit', 3850.00, 'remittance', 'remittance', 5, NULL, NULL, NULL, 1, '2026-05-20 14:48:23', '2026-05-20 14:48:23'),
(6, 10, 'debit', 6250.00, 'checkout', 'order', 1, NULL, NULL, NULL, 3, '2026-05-20 14:48:54', '2026-05-20 14:48:54'),
(7, 10, 'debit', 3125.00, 'checkout', 'order', 1, NULL, NULL, NULL, 3, '2026-05-20 14:49:50', '2026-05-20 14:49:50'),
(8, 10, 'debit', 3125.00, 'checkout', 'order', 1, NULL, NULL, NULL, 3, '2026-05-20 14:50:54', '2026-05-20 14:50:54'),
(9, 10, 'debit', 24600.00, 'checkout', 'order', 2, NULL, NULL, NULL, 1, '2026-05-20 14:56:29', '2026-05-20 14:56:29');

--
-- Indexes for dumped tables
--

--
-- Indexes for table `attributes`
--
ALTER TABLE `attributes`
  ADD PRIMARY KEY (`id`),
  ADD UNIQUE KEY `attributes_name_unique` (`name`),
  ADD KEY `attributes_type_index` (`type`);

--
-- Indexes for table `attribute_values`
--
ALTER TABLE `attribute_values`
  ADD PRIMARY KEY (`id`),
  ADD UNIQUE KEY `attribute_values_attribute_id_value_unique` (`attribute_id`,`value`),
  ADD KEY `attribute_values_attribute_id_value_index` (`attribute_id`,`value`);

--
-- Indexes for table `auction_cars`
--
ALTER TABLE `auction_cars`
  ADD PRIMARY KEY (`id`),
  ADD UNIQUE KEY `auction_cars_chassis_no_unique` (`chassis_no`),
  ADD KEY `auction_cars_model_id_foreign` (`model_id`),
  ADD KEY `auction_cars_status_index` (`status`),
  ADD KEY `auction_cars_chassis_no_index` (`chassis_no`),
  ADD KEY `auction_cars_make_id_model_id_index` (`make_id`,`model_id`),
  ADD KEY `auction_cars_region_id_foreign` (`region_id`),
  ADD KEY `auction_cars_auction_house_id_foreign` (`auction_house_id`),
  ADD KEY `auction_cars_vehicle_type_id_index` (`vehicle_type_id`);

--
-- Indexes for table `auction_houses`
--
ALTER TABLE `auction_houses`
  ADD PRIMARY KEY (`id`),
  ADD KEY `auction_houses_region_id_foreign` (`region_id`);

--
-- Indexes for table `bank_accounts`
--
ALTER TABLE `bank_accounts`
  ADD PRIMARY KEY (`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 `consignees`
--
ALTER TABLE `consignees`
  ADD PRIMARY KEY (`id`),
  ADD KEY `consignees_user_id_index` (`user_id`);

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

--
-- Indexes for table `deposit_settings`
--
ALTER TABLE `deposit_settings`
  ADD PRIMARY KEY (`id`),
  ADD KEY `deposit_settings_is_active_index` (`is_active`);

--
-- Indexes for table `exchange_rates`
--
ALTER TABLE `exchange_rates`
  ADD PRIMARY KEY (`id`),
  ADD UNIQUE KEY `exchange_rates_date_unique` (`date`);

--
-- 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 `makes`
--
ALTER TABLE `makes`
  ADD PRIMARY KEY (`id`),
  ADD UNIQUE KEY `makes_name_unique` (`name`);

--
-- Indexes for table `make_attributes`
--
ALTER TABLE `make_attributes`
  ADD PRIMARY KEY (`id`),
  ADD KEY `make_attributes_attribute_id_foreign` (`attribute_id`),
  ADD KEY `make_attributes_default_value_id_foreign` (`default_value_id`),
  ADD KEY `make_attributes_make_id_attribute_id_unique` (`make_id`,`attribute_id`) USING BTREE;

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

--
-- Indexes for table `models`
--
ALTER TABLE `models`
  ADD PRIMARY KEY (`id`),
  ADD UNIQUE KEY `models_make_id_name_unique` (`make_id`,`name`),
  ADD KEY `models_name_make_id_index` (`name`,`make_id`),
  ADD KEY `models_model_code_index` (`model_code`);

--
-- Indexes for table `model_attributes`
--
ALTER TABLE `model_attributes`
  ADD PRIMARY KEY (`id`),
  ADD UNIQUE KEY `model_attributes_model_id_attribute_id_unique` (`model_id`,`attribute_id`),
  ADD KEY `model_attributes_attribute_id_foreign` (`attribute_id`),
  ADD KEY `model_attributes_default_value_id_foreign` (`default_value_id`);

--
-- Indexes for table `model_attribute_defaults`
--
ALTER TABLE `model_attribute_defaults`
  ADD PRIMARY KEY (`id`),
  ADD UNIQUE KEY `model_attribute_defaults_model_id_attribute_id_unique` (`model_id`,`attribute_id`),
  ADD KEY `model_attribute_defaults_attribute_id_foreign` (`attribute_id`),
  ADD KEY `model_attribute_defaults_value_id_foreign` (`value_id`);

--
-- Indexes for table `orders`
--
ALTER TABLE `orders`
  ADD PRIMARY KEY (`id`),
  ADD KEY `orders_user_id_foreign` (`user_id`),
  ADD KEY `orders_consignee_id_foreign` (`consignee_id`),
  ADD KEY `orders_remitter_id_foreign` (`remitter_id`),
  ADD KEY `orders_shipping_country_id_foreign` (`shipping_country_id`),
  ADD KEY `orders_shipping_port_id_foreign` (`shipping_port_id`),
  ADD KEY `orders_vehicle_id_index` (`vehicle_id`),
  ADD KEY `orders_seller_id_index` (`seller_id`),
  ADD KEY `orders_source_index` (`source`),
  ADD KEY `orders_reservation_id_foreign` (`reservation_id`);

--
-- Indexes for table `order_items`
--
ALTER TABLE `order_items`
  ADD PRIMARY KEY (`id`),
  ADD KEY `order_items_order_id_foreign` (`order_id`),
  ADD KEY `order_items_vehicle_id_foreign` (`vehicle_id`);

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

--
-- Indexes for table `payments`
--
ALTER TABLE `payments`
  ADD PRIMARY KEY (`id`),
  ADD KEY `payments_bank_account_id_foreign` (`bank_account_id`),
  ADD KEY `payments_approved_by_foreign` (`approved_by`),
  ADD KEY `payments_order_method_idx` (`order_id`,`method`),
  ADD KEY `payments_created_by_created_at_idx` (`created_by`,`created_at`);

--
-- Indexes for table `payment_allocations`
--
ALTER TABLE `payment_allocations`
  ADD PRIMARY KEY (`id`),
  ADD KEY `payment_allocations_payment_id_index` (`payment_id`),
  ADD KEY `payment_allocations_order_id_index` (`order_id`),
  ADD KEY `payment_allocations_vehicle_id_foreign` (`vehicle_id`);

--
-- Indexes for table `payment_histories`
--
ALTER TABLE `payment_histories`
  ADD PRIMARY KEY (`id`),
  ADD KEY `payment_histories_user_id_foreign` (`user_id`),
  ADD KEY `payment_histories_order_id_foreign` (`order_id`);

--
-- Indexes for table `personal_access_tokens`
--
ALTER TABLE `personal_access_tokens`
  ADD PRIMARY KEY (`id`),
  ADD UNIQUE KEY `personal_access_tokens_token_unique` (`token`),
  ADD KEY `personal_access_tokens_tokenable_type_tokenable_id_index` (`tokenable_type`,`tokenable_id`),
  ADD KEY `personal_access_tokens_expires_at_index` (`expires_at`);

--
-- Indexes for table `ports`
--
ALTER TABLE `ports`
  ADD PRIMARY KEY (`id`),
  ADD UNIQUE KEY `ports_country_id_name_unique` (`country_id`,`name`),
  ADD KEY `ports_country_id_index` (`country_id`);

--
-- Indexes for table `pricing_rules`
--
ALTER TABLE `pricing_rules`
  ADD PRIMARY KEY (`id`),
  ADD KEY `pricing_rules_port_id_foreign` (`port_id`),
  ADD KEY `pricing_rules_type_is_active_index` (`type`,`is_active`),
  ADD KEY `pricing_rules_country_id_port_id_index` (`country_id`,`port_id`);

--
-- Indexes for table `regions`
--
ALTER TABLE `regions`
  ADD PRIMARY KEY (`id`),
  ADD UNIQUE KEY `regions_name_unique` (`name`),
  ADD KEY `regions_country_id_foreign` (`country_id`);

--
-- Indexes for table `remittances`
--
ALTER TABLE `remittances`
  ADD PRIMARY KEY (`id`),
  ADD KEY `remittances_seller_id_received_date_index` (`seller_id`,`received_date`),
  ADD KEY `remittances_customer_id_received_date_index` (`customer_id`,`received_date`),
  ADD KEY `remittances_verified_by_foreign` (`verified_by`);

--
-- Indexes for table `remittance_allocations`
--
ALTER TABLE `remittance_allocations`
  ADD PRIMARY KEY (`id`),
  ADD KEY `remittance_allocations_created_by_foreign` (`created_by`),
  ADD KEY `ra_user_created_idx` (`user_id`,`created_at`),
  ADD KEY `ra_credit_created_idx` (`credit_wallet_transaction_id`,`created_at`),
  ADD KEY `ra_debit_created_idx` (`debit_wallet_transaction_id`,`created_at`),
  ADD KEY `ra_remittance_created_idx` (`remittance_id`,`created_at`),
  ADD KEY `ra_order_created_idx` (`order_id`,`created_at`),
  ADD KEY `ra_payment_created_idx` (`payment_id`,`created_at`);

--
-- Indexes for table `remitters`
--
ALTER TABLE `remitters`
  ADD PRIMARY KEY (`id`),
  ADD KEY `remitters_user_id_index` (`user_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 `settings`
--
ALTER TABLE `settings`
  ADD PRIMARY KEY (`id`),
  ADD UNIQUE KEY `settings_key_unique` (`key`);

--
-- Indexes for table `shipments`
--
ALTER TABLE `shipments`
  ADD PRIMARY KEY (`id`),
  ADD KEY `shipments_order_id_index` (`order_id`),
  ADD KEY `shipments_vehicle_id_index` (`vehicle_id`),
  ADD KEY `shipments_status_index` (`status`);

--
-- Indexes for table `shipping_countries`
--
ALTER TABLE `shipping_countries`
  ADD PRIMARY KEY (`id`),
  ADD UNIQUE KEY `shipping_countries_name_unique` (`name`),
  ADD KEY `shipping_countries_code_index` (`code`),
  ADD KEY `shipping_countries_currency_id_foreign` (`currency_id`);

--
-- Indexes for table `shipping_rates`
--
ALTER TABLE `shipping_rates`
  ADD PRIMARY KEY (`id`),
  ADD UNIQUE KEY `shipping_rates_unique_lookup` (`country_id`,`port_id`,`vehicle_type`,`shipping_type`),
  ADD KEY `shipping_rates_country_id_index` (`country_id`),
  ADD KEY `shipping_rates_port_id_index` (`port_id`),
  ADD KEY `shipping_rates_lookup_index` (`country_id`,`port_id`,`vehicle_type`,`shipping_type`);

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

--
-- Indexes for table `team_invitations`
--
ALTER TABLE `team_invitations`
  ADD PRIMARY KEY (`id`),
  ADD UNIQUE KEY `team_invitations_team_id_email_unique` (`team_id`,`email`);

--
-- Indexes for table `team_user`
--
ALTER TABLE `team_user`
  ADD PRIMARY KEY (`id`),
  ADD UNIQUE KEY `team_user_team_id_user_id_unique` (`team_id`,`user_id`);

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

--
-- Indexes for table `vehicles`
--
ALTER TABLE `vehicles`
  ADD PRIMARY KEY (`id`),
  ADD UNIQUE KEY `vehicles_rec_no_unique` (`rec_no`),
  ADD UNIQUE KEY `vehicles_auction_car_id_unique` (`auction_car_id`),
  ADD KEY `vehicles_status_index` (`status`),
  ADD KEY `vehicles_model_id_foreign` (`model_id`),
  ADD KEY `vehicles_make_id_model_id_index` (`make_id`,`model_id`),
  ADD KEY `vehicles_model_code_index` (`model_code`),
  ADD KEY `vehicles_seller_id_foreign` (`seller_id`),
  ADD KEY `vehicles_is_ready_for_sale_index` (`is_ready_for_sale`),
  ADD KEY `vehicles_country_id_foreign` (`country_id`),
  ADD KEY `vehicles_vehicle_type_id_index` (`vehicle_type_id`);

--
-- Indexes for table `vehicle_attribute_values`
--
ALTER TABLE `vehicle_attribute_values`
  ADD PRIMARY KEY (`id`),
  ADD UNIQUE KEY `vehicle_attribute_values_unique` (`vehicle_id`,`attribute_id`,`value_id`,`raw_value`),
  ADD KEY `vehicle_attribute_values_value_id_foreign` (`value_id`),
  ADD KEY `vehicle_attribute_values_vehicle_id_attribute_id_index` (`vehicle_id`,`attribute_id`),
  ADD KEY `vehicle_attribute_values_attribute_id_value_id_index` (`attribute_id`,`value_id`),
  ADD KEY `vehicle_attribute_values_vehicle_id_index` (`vehicle_id`);

--
-- Indexes for table `vehicle_documents`
--
ALTER TABLE `vehicle_documents`
  ADD PRIMARY KEY (`id`),
  ADD KEY `vehicle_documents_vehicle_id_foreign` (`vehicle_id`),
  ADD KEY `vehicle_documents_uploaded_by_foreign` (`uploaded_by`);

--
-- Indexes for table `vehicle_images`
--
ALTER TABLE `vehicle_images`
  ADD PRIMARY KEY (`id`),
  ADD KEY `vehicle_images_vehicle_id_foreign` (`vehicle_id`);

--
-- Indexes for table `vehicle_reservations`
--
ALTER TABLE `vehicle_reservations`
  ADD PRIMARY KEY (`id`),
  ADD KEY `vehicle_reservations_vehicle_id_status_index` (`vehicle_id`,`status`),
  ADD KEY `vehicle_reservations_user_id_status_index` (`user_id`,`status`),
  ADD KEY `vehicle_reservations_expires_at_index` (`expires_at`),
  ADD KEY `vr_vehicle_status_expires_idx` (`vehicle_id`,`status`,`expires_at`),
  ADD KEY `vehicle_reservations_seller_id_foreign` (`seller_id`),
  ADD KEY `vr_auction_status_expires_idx` (`auction_id`,`status`,`expires_at`),
  ADD KEY `vehicle_reservations_order_id_foreign` (`order_id`),
  ADD KEY `vr_auction_car_status_expires_idx` (`auction_car_id`,`status`,`expires_at`),
  ADD KEY `vr_vehicle_status_expires_idx_2` (`vehicle_id`,`status`,`expires_at`),
  ADD KEY `vr_reserved_by_status_idx` (`reserved_by`,`status`);

--
-- Indexes for table `vehicle_types`
--
ALTER TABLE `vehicle_types`
  ADD PRIMARY KEY (`id`),
  ADD UNIQUE KEY `vehicle_types_name_unique` (`name`),
  ADD UNIQUE KEY `vehicle_types_slug_unique` (`slug`);

--
-- Indexes for table `wallet_transactions`
--
ALTER TABLE `wallet_transactions`
  ADD PRIMARY KEY (`id`),
  ADD KEY `wallet_transactions_created_by_foreign` (`created_by`),
  ADD KEY `wallet_transactions_user_id_type_index` (`user_id`,`type`),
  ADD KEY `wallet_transactions_user_id_created_at_index` (`user_id`,`created_at`),
  ADD KEY `wallet_transactions_reference_type_reference_id_index` (`reference_type`,`reference_id`);

--
-- AUTO_INCREMENT for dumped tables
--

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

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

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

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

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

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

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

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

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

--
-- 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 `makes`
--
ALTER TABLE `makes`
  MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=11;

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

--
-- Constraints for dumped tables
--

--
-- Constraints for table `attribute_values`
--
ALTER TABLE `attribute_values`
  ADD CONSTRAINT `attribute_values_attribute_id_foreign` FOREIGN KEY (`attribute_id`) REFERENCES `attributes` (`id`) ON DELETE CASCADE;

--
-- Constraints for table `auction_cars`
--
ALTER TABLE `auction_cars`
  ADD CONSTRAINT `auction_cars_auction_house_id_foreign` FOREIGN KEY (`auction_house_id`) REFERENCES `auction_houses` (`id`) ON DELETE SET NULL,
  ADD CONSTRAINT `auction_cars_make_id_foreign` FOREIGN KEY (`make_id`) REFERENCES `makes` (`id`) ON DELETE SET NULL,
  ADD CONSTRAINT `auction_cars_model_id_foreign` FOREIGN KEY (`model_id`) REFERENCES `models` (`id`) ON DELETE SET NULL,
  ADD CONSTRAINT `auction_cars_region_id_foreign` FOREIGN KEY (`region_id`) REFERENCES `regions` (`id`) ON DELETE SET NULL,
  ADD CONSTRAINT `auction_cars_vehicle_type_id_foreign` FOREIGN KEY (`vehicle_type_id`) REFERENCES `attribute_values` (`id`) ON DELETE SET NULL;

--
-- Constraints for table `auction_houses`
--
ALTER TABLE `auction_houses`
  ADD CONSTRAINT `auction_houses_region_id_foreign` FOREIGN KEY (`region_id`) REFERENCES `regions` (`id`) ON DELETE SET NULL;

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

--
-- Constraints for table `make_attributes`
--
ALTER TABLE `make_attributes`
  ADD CONSTRAINT `make_attributes_attribute_id_foreign` FOREIGN KEY (`attribute_id`) REFERENCES `attributes` (`id`) ON DELETE CASCADE,
  ADD CONSTRAINT `make_attributes_default_value_id_foreign` FOREIGN KEY (`default_value_id`) REFERENCES `attribute_values` (`id`) ON DELETE SET NULL,
  ADD CONSTRAINT `make_attributes_make_id_foreign` FOREIGN KEY (`make_id`) REFERENCES `makes` (`id`) ON DELETE CASCADE;

--
-- Constraints for table `models`
--
ALTER TABLE `models`
  ADD CONSTRAINT `models_make_id_foreign` FOREIGN KEY (`make_id`) REFERENCES `makes` (`id`) ON DELETE CASCADE;

--
-- Constraints for table `model_attributes`
--
ALTER TABLE `model_attributes`
  ADD CONSTRAINT `model_attributes_attribute_id_foreign` FOREIGN KEY (`attribute_id`) REFERENCES `attributes` (`id`) ON DELETE CASCADE,
  ADD CONSTRAINT `model_attributes_default_value_id_foreign` FOREIGN KEY (`default_value_id`) REFERENCES `attribute_values` (`id`) ON DELETE SET NULL,
  ADD CONSTRAINT `model_attributes_model_id_foreign` FOREIGN KEY (`model_id`) REFERENCES `models` (`id`) ON DELETE CASCADE;

--
-- Constraints for table `model_attribute_defaults`
--
ALTER TABLE `model_attribute_defaults`
  ADD CONSTRAINT `model_attribute_defaults_attribute_id_foreign` FOREIGN KEY (`attribute_id`) REFERENCES `attributes` (`id`) ON DELETE CASCADE,
  ADD CONSTRAINT `model_attribute_defaults_model_id_foreign` FOREIGN KEY (`model_id`) REFERENCES `models` (`id`) ON DELETE CASCADE,
  ADD CONSTRAINT `model_attribute_defaults_value_id_foreign` FOREIGN KEY (`value_id`) REFERENCES `attribute_values` (`id`) ON DELETE SET NULL;

--
-- Constraints for table `orders`
--
ALTER TABLE `orders`
  ADD CONSTRAINT `orders_consignee_id_foreign` FOREIGN KEY (`consignee_id`) REFERENCES `consignees` (`id`) ON DELETE SET NULL,
  ADD CONSTRAINT `orders_remitter_id_foreign` FOREIGN KEY (`remitter_id`) REFERENCES `remitters` (`id`) ON DELETE SET NULL,
  ADD CONSTRAINT `orders_reservation_id_foreign` FOREIGN KEY (`reservation_id`) REFERENCES `vehicle_reservations` (`id`) ON DELETE SET NULL,
  ADD CONSTRAINT `orders_seller_id_foreign` FOREIGN KEY (`seller_id`) REFERENCES `users` (`id`) ON DELETE SET NULL,
  ADD CONSTRAINT `orders_shipping_country_id_foreign` FOREIGN KEY (`shipping_country_id`) REFERENCES `shipping_countries` (`id`) ON DELETE SET NULL,
  ADD CONSTRAINT `orders_shipping_port_id_foreign` FOREIGN KEY (`shipping_port_id`) REFERENCES `ports` (`id`) ON DELETE SET NULL,
  ADD CONSTRAINT `orders_user_id_foreign` FOREIGN KEY (`user_id`) REFERENCES `users` (`id`) ON DELETE CASCADE,
  ADD CONSTRAINT `orders_vehicle_id_foreign` FOREIGN KEY (`vehicle_id`) REFERENCES `vehicles` (`id`) ON DELETE SET NULL;

--
-- Constraints for table `order_items`
--
ALTER TABLE `order_items`
  ADD CONSTRAINT `order_items_order_id_foreign` FOREIGN KEY (`order_id`) REFERENCES `orders` (`id`) ON DELETE CASCADE,
  ADD CONSTRAINT `order_items_vehicle_id_foreign` FOREIGN KEY (`vehicle_id`) REFERENCES `vehicles` (`id`) ON DELETE CASCADE;

--
-- Constraints for table `payments`
--
ALTER TABLE `payments`
  ADD CONSTRAINT `payments_approved_by_foreign` FOREIGN KEY (`approved_by`) REFERENCES `users` (`id`) ON DELETE SET NULL,
  ADD CONSTRAINT `payments_bank_account_id_foreign` FOREIGN KEY (`bank_account_id`) REFERENCES `bank_accounts` (`id`) ON DELETE SET NULL,
  ADD CONSTRAINT `payments_created_by_foreign` FOREIGN KEY (`created_by`) REFERENCES `users` (`id`) ON DELETE SET NULL,
  ADD CONSTRAINT `payments_order_id_foreign` FOREIGN KEY (`order_id`) REFERENCES `orders` (`id`) ON DELETE CASCADE;

--
-- Constraints for table `payment_allocations`
--
ALTER TABLE `payment_allocations`
  ADD CONSTRAINT `payment_allocations_order_id_foreign` FOREIGN KEY (`order_id`) REFERENCES `orders` (`id`) ON DELETE CASCADE,
  ADD CONSTRAINT `payment_allocations_payment_id_foreign` FOREIGN KEY (`payment_id`) REFERENCES `payments` (`id`) ON DELETE CASCADE,
  ADD CONSTRAINT `payment_allocations_vehicle_id_foreign` FOREIGN KEY (`vehicle_id`) REFERENCES `vehicles` (`id`) ON DELETE SET NULL;

--
-- Constraints for table `payment_histories`
--
ALTER TABLE `payment_histories`
  ADD CONSTRAINT `payment_histories_order_id_foreign` FOREIGN KEY (`order_id`) REFERENCES `orders` (`id`) ON DELETE CASCADE,
  ADD CONSTRAINT `payment_histories_user_id_foreign` FOREIGN KEY (`user_id`) REFERENCES `users` (`id`) ON DELETE CASCADE;

--
-- Constraints for table `ports`
--
ALTER TABLE `ports`
  ADD CONSTRAINT `ports_country_id_foreign` FOREIGN KEY (`country_id`) REFERENCES `shipping_countries` (`id`) ON DELETE CASCADE;

--
-- Constraints for table `pricing_rules`
--
ALTER TABLE `pricing_rules`
  ADD CONSTRAINT `pricing_rules_country_id_foreign` FOREIGN KEY (`country_id`) REFERENCES `shipping_countries` (`id`) ON DELETE SET NULL,
  ADD CONSTRAINT `pricing_rules_port_id_foreign` FOREIGN KEY (`port_id`) REFERENCES `ports` (`id`) ON DELETE SET NULL;

--
-- Constraints for table `regions`
--
ALTER TABLE `regions`
  ADD CONSTRAINT `regions_country_id_foreign` FOREIGN KEY (`country_id`) REFERENCES `shipping_countries` (`id`) ON DELETE SET NULL;

--
-- Constraints for table `remittances`
--
ALTER TABLE `remittances`
  ADD CONSTRAINT `remittances_customer_id_foreign` FOREIGN KEY (`customer_id`) REFERENCES `users` (`id`) ON DELETE SET NULL,
  ADD CONSTRAINT `remittances_seller_id_foreign` FOREIGN KEY (`seller_id`) REFERENCES `users` (`id`) ON DELETE CASCADE,
  ADD CONSTRAINT `remittances_verified_by_foreign` FOREIGN KEY (`verified_by`) REFERENCES `users` (`id`) ON DELETE SET NULL;

--
-- Constraints for table `remittance_allocations`
--
ALTER TABLE `remittance_allocations`
  ADD CONSTRAINT `remittance_allocations_created_by_foreign` FOREIGN KEY (`created_by`) REFERENCES `users` (`id`) ON DELETE SET NULL,
  ADD CONSTRAINT `remittance_allocations_credit_wallet_transaction_id_foreign` FOREIGN KEY (`credit_wallet_transaction_id`) REFERENCES `wallet_transactions` (`id`) ON DELETE CASCADE,
  ADD CONSTRAINT `remittance_allocations_debit_wallet_transaction_id_foreign` FOREIGN KEY (`debit_wallet_transaction_id`) REFERENCES `wallet_transactions` (`id`) ON DELETE CASCADE,
  ADD CONSTRAINT `remittance_allocations_order_id_foreign` FOREIGN KEY (`order_id`) REFERENCES `orders` (`id`) ON DELETE SET NULL,
  ADD CONSTRAINT `remittance_allocations_payment_id_foreign` FOREIGN KEY (`payment_id`) REFERENCES `payments` (`id`) ON DELETE SET NULL,
  ADD CONSTRAINT `remittance_allocations_remittance_id_foreign` FOREIGN KEY (`remittance_id`) REFERENCES `remittances` (`id`) ON DELETE SET NULL,
  ADD CONSTRAINT `remittance_allocations_user_id_foreign` FOREIGN KEY (`user_id`) REFERENCES `users` (`id`) ON DELETE CASCADE;

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

--
-- Constraints for table `shipments`
--
ALTER TABLE `shipments`
  ADD CONSTRAINT `shipments_order_id_foreign` FOREIGN KEY (`order_id`) REFERENCES `orders` (`id`) ON DELETE CASCADE,
  ADD CONSTRAINT `shipments_vehicle_id_foreign` FOREIGN KEY (`vehicle_id`) REFERENCES `vehicles` (`id`) ON DELETE CASCADE;

--
-- Constraints for table `shipping_countries`
--
ALTER TABLE `shipping_countries`
  ADD CONSTRAINT `shipping_countries_currency_id_foreign` FOREIGN KEY (`currency_id`) REFERENCES `currencies` (`id`) ON DELETE SET NULL;

--
-- Constraints for table `shipping_rates`
--
ALTER TABLE `shipping_rates`
  ADD CONSTRAINT `shipping_rates_country_id_foreign` FOREIGN KEY (`country_id`) REFERENCES `shipping_countries` (`id`) ON DELETE CASCADE,
  ADD CONSTRAINT `shipping_rates_port_id_foreign` FOREIGN KEY (`port_id`) REFERENCES `ports` (`id`) ON DELETE CASCADE;

--
-- Constraints for table `team_invitations`
--
ALTER TABLE `team_invitations`
  ADD CONSTRAINT `team_invitations_team_id_foreign` FOREIGN KEY (`team_id`) REFERENCES `teams` (`id`) ON DELETE CASCADE;

--
-- Constraints for table `users`
--
ALTER TABLE `users`
  ADD CONSTRAINT `users_created_by_foreign` FOREIGN KEY (`created_by`) REFERENCES `users` (`id`) ON DELETE SET NULL;

--
-- Constraints for table `vehicles`
--
ALTER TABLE `vehicles`
  ADD CONSTRAINT `vehicles_auction_car_id_foreign` FOREIGN KEY (`auction_car_id`) REFERENCES `auction_cars` (`id`) ON DELETE SET NULL,
  ADD CONSTRAINT `vehicles_country_id_foreign` FOREIGN KEY (`country_id`) REFERENCES `shipping_countries` (`id`) ON DELETE SET NULL,
  ADD CONSTRAINT `vehicles_make_id_foreign` FOREIGN KEY (`make_id`) REFERENCES `makes` (`id`) ON DELETE SET NULL,
  ADD CONSTRAINT `vehicles_model_id_foreign` FOREIGN KEY (`model_id`) REFERENCES `models` (`id`) ON DELETE SET NULL,
  ADD CONSTRAINT `vehicles_seller_id_foreign` FOREIGN KEY (`seller_id`) REFERENCES `users` (`id`) ON DELETE SET NULL,
  ADD CONSTRAINT `vehicles_vehicle_type_id_foreign` FOREIGN KEY (`vehicle_type_id`) REFERENCES `attribute_values` (`id`) ON DELETE SET NULL;

--
-- Constraints for table `vehicle_attribute_values`
--
ALTER TABLE `vehicle_attribute_values`
  ADD CONSTRAINT `vehicle_attribute_values_attribute_id_foreign` FOREIGN KEY (`attribute_id`) REFERENCES `attributes` (`id`) ON DELETE CASCADE,
  ADD CONSTRAINT `vehicle_attribute_values_value_id_foreign` FOREIGN KEY (`value_id`) REFERENCES `attribute_values` (`id`) ON DELETE SET NULL,
  ADD CONSTRAINT `vehicle_attribute_values_vehicle_id_foreign` FOREIGN KEY (`vehicle_id`) REFERENCES `vehicles` (`id`) ON DELETE CASCADE;

--
-- Constraints for table `vehicle_documents`
--
ALTER TABLE `vehicle_documents`
  ADD CONSTRAINT `vehicle_documents_uploaded_by_foreign` FOREIGN KEY (`uploaded_by`) REFERENCES `users` (`id`) ON DELETE CASCADE,
  ADD CONSTRAINT `vehicle_documents_vehicle_id_foreign` FOREIGN KEY (`vehicle_id`) REFERENCES `vehicles` (`id`) ON DELETE CASCADE;

--
-- Constraints for table `vehicle_images`
--
ALTER TABLE `vehicle_images`
  ADD CONSTRAINT `vehicle_images_vehicle_id_foreign` FOREIGN KEY (`vehicle_id`) REFERENCES `vehicles` (`id`) ON DELETE CASCADE;

--
-- Constraints for table `vehicle_reservations`
--
ALTER TABLE `vehicle_reservations`
  ADD CONSTRAINT `vehicle_reservations_auction_car_id_foreign` FOREIGN KEY (`auction_car_id`) REFERENCES `auction_cars` (`id`) ON DELETE CASCADE,
  ADD CONSTRAINT `vehicle_reservations_auction_id_foreign` FOREIGN KEY (`auction_id`) REFERENCES `auction_cars` (`id`) ON DELETE CASCADE,
  ADD CONSTRAINT `vehicle_reservations_order_id_foreign` FOREIGN KEY (`order_id`) REFERENCES `orders` (`id`) ON DELETE SET NULL,
  ADD CONSTRAINT `vehicle_reservations_reserved_by_foreign` FOREIGN KEY (`reserved_by`) REFERENCES `users` (`id`) ON DELETE SET NULL,
  ADD CONSTRAINT `vehicle_reservations_seller_id_foreign` FOREIGN KEY (`seller_id`) REFERENCES `users` (`id`) ON DELETE CASCADE,
  ADD CONSTRAINT `vehicle_reservations_user_id_foreign` FOREIGN KEY (`user_id`) REFERENCES `users` (`id`) ON DELETE CASCADE,
  ADD CONSTRAINT `vehicle_reservations_vehicle_id_foreign` FOREIGN KEY (`vehicle_id`) REFERENCES `vehicles` (`id`) ON DELETE CASCADE;

--
-- Constraints for table `wallet_transactions`
--
ALTER TABLE `wallet_transactions`
  ADD CONSTRAINT `wallet_transactions_created_by_foreign` FOREIGN KEY (`created_by`) REFERENCES `users` (`id`) ON DELETE SET NULL,
  ADD CONSTRAINT `wallet_transactions_user_id_foreign` FOREIGN KEY (`user_id`) REFERENCES `users` (`id`) ON DELETE CASCADE;
COMMIT;

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