-- phpMyAdmin SQL Dump -- version 5.2.1 -- https://www.phpmyadmin.net/ -- -- Host: localhost -- Generation Time: May 11, 2026 at 05:42 AM -- Server version: 10.11.15-MariaDB -- PHP Version: 8.3.27 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: `rame_laundry` -- -- -------------------------------------------------------- -- -- Table structure for table `abouts` -- CREATE TABLE `abouts` ( `id` bigint(20) UNSIGNED NOT NULL, `title` varchar(255) NOT NULL, `phone` varchar(255) DEFAULT NULL, `whatsapp` varchar(255) DEFAULT NULL, `email` varchar(255) DEFAULT NULL, `description` longtext 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 `additionals` -- CREATE TABLE `additionals` ( `id` bigint(20) UNSIGNED NOT NULL, `service_id` bigint(20) UNSIGNED DEFAULT NULL, `product_id` bigint(20) UNSIGNED DEFAULT NULL, `store_id` bigint(20) UNSIGNED DEFAULT NULL, `type` enum('service','item') NOT NULL DEFAULT 'item', `addon_group_name` varchar(255) DEFAULT NULL, `title` varchar(255) NOT NULL, `title_bn` varchar(255) DEFAULT NULL, `price` double NOT NULL, `stock` int(11) NOT NULL DEFAULT 0, `is_active` tinyint(1) NOT NULL DEFAULT 0, `is_template` tinyint(1) NOT NULL DEFAULT 0, `description` longtext DEFAULT NULL, `description_bn` longtext 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 `additionals` -- INSERT INTO `additionals` (`id`, `service_id`, `product_id`, `store_id`, `type`, `addon_group_name`, `title`, `title_bn`, `price`, `stock`, `is_active`, `is_template`, `description`, `description_bn`, `created_at`, `updated_at`) VALUES (44, 21, NULL, 1, 'service', NULL, 'Superwash', NULL, 0, 0, 0, 0, 'Extra deep cleaning wash cycle', NULL, '2026-04-26 03:12:52', '2026-04-29 22:02:08'), (45, 21, NULL, 1, 'service', NULL, 'Add Spin', NULL, 0, 0, 1, 0, 'Extra spin cycle for better drying', NULL, '2026-04-26 03:12:52', '2026-04-26 03:12:52'), (46, 22, NULL, 1, 'service', NULL, 'Add Dry', NULL, 0, 0, 1, 0, 'Additional drying cycle', NULL, '2026-04-26 03:12:52', '2026-04-26 03:12:52'), (47, 21, NULL, 1, 'item', NULL, 'Surf', NULL, 15, 80, 1, 0, 'Detergent', NULL, '2026-04-26 03:12:52', '2026-05-11 13:25:56'), (48, 21, NULL, 1, 'item', NULL, 'Downy', NULL, 15, 77, 1, 0, 'Fabric Softener', NULL, '2026-04-26 03:12:52', '2026-05-11 13:25:56'), (49, 21, NULL, 1, 'item', NULL, 'Zonrox', NULL, 6, 97, 1, 0, 'Color-safe bleach', NULL, '2026-04-26 03:12:52', '2026-04-30 15:50:46'), (52, NULL, NULL, 1, 'item', NULL, 'Ariel', NULL, 18, 99, 1, 0, 'Detergent', NULL, '2026-04-28 10:52:03', '2026-05-11 13:25:56'), (53, NULL, NULL, 1, 'item', NULL, 'Zonrox', NULL, 6, 96, 1, 0, 'Original', NULL, '2026-04-28 10:56:47', '2026-05-11 13:25:56'), (54, NULL, NULL, 1, 'item', NULL, 'Champion', NULL, 15, 98, 1, 0, 'Detergent', NULL, '2026-04-28 10:59:18', '2026-05-11 13:25:56'), (55, NULL, NULL, 1, 'item', NULL, 'Champion', NULL, 12, 98, 1, 0, 'Fabric Softener', NULL, '2026-04-28 11:00:10', '2026-05-11 13:25:56'), (56, NULL, NULL, 1, 'item', NULL, 'Plastic', NULL, 5, 98, 1, 0, 'Plastic', NULL, '2026-04-28 11:01:09', '2026-05-11 13:25:56'), (61, 20, NULL, 1, 'service', 'Wash Temperature', 'Hot', NULL, 0, 0, 1, 0, NULL, NULL, '2026-04-29 18:32:07', '2026-04-29 18:32:07'), (62, 20, NULL, 1, 'service', 'Wash Temperature', 'Warm', NULL, 0, 0, 1, 0, NULL, NULL, '2026-04-29 18:32:07', '2026-04-29 18:32:07'), (63, 20, NULL, 1, 'service', 'Wash Temperature', 'Cold', NULL, 0, 0, 1, 0, NULL, NULL, '2026-04-29 18:32:07', '2026-04-29 18:32:07'), (64, 20, NULL, 1, 'service', 'Wash Temperature', 'Delicates', NULL, 0, 0, 1, 0, NULL, NULL, '2026-04-29 18:32:07', '2026-04-29 18:32:07'), (65, 20, NULL, 1, 'service', 'Dry Temperature', 'High', NULL, 0, 0, 1, 0, NULL, NULL, '2026-04-29 18:32:08', '2026-04-29 18:32:08'), (66, 20, NULL, 1, 'service', 'Dry Temperature', 'Med', NULL, 0, 0, 1, 0, NULL, NULL, '2026-04-29 18:32:08', '2026-04-29 18:32:08'), (67, 20, NULL, 1, 'service', 'Dry Temperature', 'Low', NULL, 0, 0, 1, 0, NULL, NULL, '2026-04-29 18:32:08', '2026-04-29 18:32:08'), (68, 20, NULL, 1, 'service', 'Dry Temperature', 'No heat', NULL, 0, 0, 1, 0, NULL, NULL, '2026-04-29 18:32:08', '2026-04-29 18:32:08'), (69, 21, NULL, 1, 'service', NULL, 'Fold', NULL, 0, 0, 1, 0, NULL, NULL, '2026-04-30 11:11:48', '2026-04-30 11:11:48'), (70, 21, NULL, 10, 'service', NULL, 'Superwash', NULL, 0, 0, 0, 0, 'Extra deep cleaning wash cycle', NULL, '2026-05-06 03:43:02', '2026-05-06 03:43:02'), (71, 21, NULL, 10, 'service', NULL, 'Add Spin', NULL, 0, 0, 1, 0, 'Extra spin cycle for better drying', NULL, '2026-05-06 03:43:02', '2026-05-06 03:43:02'), (72, 22, NULL, 10, 'service', NULL, 'Add Dry', NULL, 0, 0, 1, 0, 'Additional drying cycle', NULL, '2026-05-06 03:43:02', '2026-05-06 03:43:02'), (73, 21, NULL, 10, 'item', NULL, 'Surf', NULL, 15, 83, 1, 0, 'Detergent', NULL, '2026-05-06 03:43:02', '2026-05-06 03:43:02'), (74, 21, NULL, 10, 'item', NULL, 'Downy', NULL, 15, 85, 1, 0, 'Fabric Softener', NULL, '2026-05-06 03:43:02', '2026-05-06 03:43:02'), (75, 21, NULL, 10, 'item', NULL, 'Zonrox', NULL, 6, 97, 1, 0, 'Color-safe bleach', NULL, '2026-05-06 03:43:02', '2026-05-06 03:43:02'), (76, NULL, NULL, 10, 'item', NULL, 'Ariel', NULL, 18, 100, 1, 0, 'Detergent', NULL, '2026-05-06 03:43:02', '2026-05-06 03:43:02'), (77, NULL, NULL, 10, 'item', NULL, 'Zonrox', NULL, 6, 97, 1, 0, 'Original', NULL, '2026-05-06 03:43:02', '2026-05-06 03:43:02'), (78, NULL, NULL, 10, 'item', NULL, 'Champion', NULL, 15, 99, 1, 0, 'Detergent', NULL, '2026-05-06 03:43:02', '2026-05-06 03:43:02'), (79, NULL, NULL, 10, 'item', NULL, 'Champion', NULL, 12, 99, 1, 0, 'Fabric Softener', NULL, '2026-05-06 03:43:02', '2026-05-06 03:43:02'), (80, NULL, NULL, 10, 'item', NULL, 'Plastic', NULL, 5, 99, 1, 0, 'Plastic', NULL, '2026-05-06 03:43:02', '2026-05-06 03:43:02'), (81, 20, NULL, 10, 'service', 'Wash Temperature', 'Hot', NULL, 0, 0, 1, 0, NULL, NULL, '2026-05-06 03:43:02', '2026-05-06 03:43:02'), (82, 20, NULL, 10, 'service', 'Wash Temperature', 'Warm', NULL, 0, 0, 1, 0, NULL, NULL, '2026-05-06 03:43:02', '2026-05-06 03:43:02'), (83, 20, NULL, 10, 'service', 'Wash Temperature', 'Cold', NULL, 0, 0, 1, 0, NULL, NULL, '2026-05-06 03:43:02', '2026-05-06 03:43:02'), (84, 20, NULL, 10, 'service', 'Wash Temperature', 'Delicates', NULL, 0, 0, 1, 0, NULL, NULL, '2026-05-06 03:43:02', '2026-05-06 03:43:02'), (85, 20, NULL, 10, 'service', 'Dry Temperature', 'High', NULL, 0, 0, 1, 0, NULL, NULL, '2026-05-06 03:43:02', '2026-05-06 03:43:02'), (86, 20, NULL, 10, 'service', 'Dry Temperature', 'Med', NULL, 0, 0, 1, 0, NULL, NULL, '2026-05-06 03:43:02', '2026-05-06 03:43:02'), (87, 20, NULL, 10, 'service', 'Dry Temperature', 'Low', NULL, 0, 0, 1, 0, NULL, NULL, '2026-05-06 03:43:02', '2026-05-06 03:43:02'), (88, 20, NULL, 10, 'service', 'Dry Temperature', 'No heat', NULL, 0, 0, 1, 0, NULL, NULL, '2026-05-06 03:43:02', '2026-05-06 03:43:02'), (89, 21, NULL, 10, 'service', NULL, 'Fold', NULL, 0, 0, 1, 0, NULL, NULL, '2026-05-06 03:43:02', '2026-05-06 03:43:02'), (90, 21, NULL, 11, 'service', NULL, 'Superwash', NULL, 0, 0, 0, 0, 'Extra deep cleaning wash cycle', NULL, '2026-05-06 03:43:02', '2026-05-06 03:43:02'), (91, 21, NULL, 11, 'service', NULL, 'Add Spin', NULL, 0, 0, 1, 0, 'Extra spin cycle for better drying', NULL, '2026-05-06 03:43:02', '2026-05-06 03:43:02'), (92, 22, NULL, 11, 'service', NULL, 'Add Dry', NULL, 0, 0, 1, 0, 'Additional drying cycle', NULL, '2026-05-06 03:43:02', '2026-05-06 03:43:02'), (93, 21, NULL, 11, 'item', NULL, 'Surf', NULL, 15, 83, 1, 0, 'Detergent', NULL, '2026-05-06 03:43:02', '2026-05-06 03:43:02'), (94, 21, NULL, 11, 'item', NULL, 'Downy', NULL, 15, 85, 1, 0, 'Fabric Softener', NULL, '2026-05-06 03:43:02', '2026-05-06 03:43:02'), (95, 21, NULL, 11, 'item', NULL, 'Zonrox', NULL, 6, 97, 1, 0, 'Color-safe bleach', NULL, '2026-05-06 03:43:02', '2026-05-06 03:43:02'), (96, NULL, NULL, 11, 'item', NULL, 'Ariel', NULL, 18, 100, 1, 0, 'Detergent', NULL, '2026-05-06 03:43:02', '2026-05-06 03:43:02'), (97, NULL, NULL, 11, 'item', NULL, 'Zonrox', NULL, 6, 97, 1, 0, 'Original', NULL, '2026-05-06 03:43:02', '2026-05-06 03:43:02'), (98, NULL, NULL, 11, 'item', NULL, 'Champion', NULL, 15, 99, 1, 0, 'Detergent', NULL, '2026-05-06 03:43:02', '2026-05-06 03:43:02'), (99, NULL, NULL, 11, 'item', NULL, 'Champion', NULL, 12, 99, 1, 0, 'Fabric Softener', NULL, '2026-05-06 03:43:02', '2026-05-06 03:43:02'), (100, NULL, NULL, 11, 'item', NULL, 'Plastic', NULL, 5, 99, 1, 0, 'Plastic', NULL, '2026-05-06 03:43:02', '2026-05-06 03:43:02'), (101, 20, NULL, 11, 'service', 'Wash Temperature', 'Hot', NULL, 0, 0, 1, 0, NULL, NULL, '2026-05-06 03:43:02', '2026-05-06 03:43:02'), (102, 20, NULL, 11, 'service', 'Wash Temperature', 'Warm', NULL, 0, 0, 1, 0, NULL, NULL, '2026-05-06 03:43:02', '2026-05-06 03:43:02'), (103, 20, NULL, 11, 'service', 'Wash Temperature', 'Cold', NULL, 0, 0, 1, 0, NULL, NULL, '2026-05-06 03:43:02', '2026-05-06 03:43:02'), (104, 20, NULL, 11, 'service', 'Wash Temperature', 'Delicates', NULL, 0, 0, 1, 0, NULL, NULL, '2026-05-06 03:43:02', '2026-05-06 03:43:02'), (105, 20, NULL, 11, 'service', 'Dry Temperature', 'High', NULL, 0, 0, 1, 0, NULL, NULL, '2026-05-06 03:43:02', '2026-05-06 03:43:02'), (106, 20, NULL, 11, 'service', 'Dry Temperature', 'Med', NULL, 0, 0, 1, 0, NULL, NULL, '2026-05-06 03:43:02', '2026-05-06 03:43:02'), (107, 20, NULL, 11, 'service', 'Dry Temperature', 'Low', NULL, 0, 0, 1, 0, NULL, NULL, '2026-05-06 03:43:02', '2026-05-06 03:43:02'), (108, 20, NULL, 11, 'service', 'Dry Temperature', 'No heat', NULL, 0, 0, 1, 0, NULL, NULL, '2026-05-06 03:43:02', '2026-05-06 03:43:02'), (109, 21, NULL, 11, 'service', NULL, 'Fold', NULL, 0, 0, 1, 0, NULL, NULL, '2026-05-06 03:43:02', '2026-05-06 03:43:02'), (110, 21, NULL, 12, 'service', NULL, 'Superwash', NULL, 0, 0, 0, 0, 'Extra deep cleaning wash cycle', NULL, '2026-05-06 03:43:03', '2026-05-06 03:43:03'), (111, 21, NULL, 12, 'service', NULL, 'Add Spin', NULL, 0, 0, 1, 0, 'Extra spin cycle for better drying', NULL, '2026-05-06 03:43:03', '2026-05-06 03:43:03'), (112, 22, NULL, 12, 'service', NULL, 'Add Dry', NULL, 0, 0, 1, 0, 'Additional drying cycle', NULL, '2026-05-06 03:43:03', '2026-05-06 03:43:03'), (113, 21, NULL, 12, 'item', NULL, 'Surf', NULL, 15, 83, 1, 0, 'Detergent', NULL, '2026-05-06 03:43:03', '2026-05-06 03:43:03'), (114, 21, NULL, 12, 'item', NULL, 'Downy', NULL, 15, 85, 1, 0, 'Fabric Softener', NULL, '2026-05-06 03:43:03', '2026-05-06 03:43:03'), (115, 21, NULL, 12, 'item', NULL, 'Zonrox', NULL, 6, 97, 1, 0, 'Color-safe bleach', NULL, '2026-05-06 03:43:03', '2026-05-06 03:43:03'), (116, NULL, NULL, 12, 'item', NULL, 'Ariel', NULL, 18, 100, 1, 0, 'Detergent', NULL, '2026-05-06 03:43:03', '2026-05-06 03:43:03'), (117, NULL, NULL, 12, 'item', NULL, 'Zonrox', NULL, 6, 97, 1, 0, 'Original', NULL, '2026-05-06 03:43:03', '2026-05-06 03:43:03'), (118, NULL, NULL, 12, 'item', NULL, 'Champion', NULL, 15, 99, 1, 0, 'Detergent', NULL, '2026-05-06 03:43:03', '2026-05-06 03:43:03'), (119, NULL, NULL, 12, 'item', NULL, 'Champion', NULL, 12, 99, 1, 0, 'Fabric Softener', NULL, '2026-05-06 03:43:03', '2026-05-06 03:43:03'), (120, NULL, NULL, 12, 'item', NULL, 'Plastic', NULL, 5, 99, 1, 0, 'Plastic', NULL, '2026-05-06 03:43:03', '2026-05-06 03:43:03'), (121, 20, NULL, 12, 'service', 'Wash Temperature', 'Hot', NULL, 0, 0, 1, 0, NULL, NULL, '2026-05-06 03:43:03', '2026-05-06 03:43:03'), (122, 20, NULL, 12, 'service', 'Wash Temperature', 'Warm', NULL, 0, 0, 1, 0, NULL, NULL, '2026-05-06 03:43:03', '2026-05-06 03:43:03'), (123, 20, NULL, 12, 'service', 'Wash Temperature', 'Cold', NULL, 0, 0, 1, 0, NULL, NULL, '2026-05-06 03:43:03', '2026-05-06 03:43:03'), (124, 20, NULL, 12, 'service', 'Wash Temperature', 'Delicates', NULL, 0, 0, 1, 0, NULL, NULL, '2026-05-06 03:43:03', '2026-05-06 03:43:03'), (125, 20, NULL, 12, 'service', 'Dry Temperature', 'High', NULL, 0, 0, 1, 0, NULL, NULL, '2026-05-06 03:43:03', '2026-05-06 03:43:03'), (126, 20, NULL, 12, 'service', 'Dry Temperature', 'Med', NULL, 0, 0, 1, 0, NULL, NULL, '2026-05-06 03:43:03', '2026-05-06 03:43:03'), (127, 20, NULL, 12, 'service', 'Dry Temperature', 'Low', NULL, 0, 0, 1, 0, NULL, NULL, '2026-05-06 03:43:03', '2026-05-06 03:43:03'), (128, 20, NULL, 12, 'service', 'Dry Temperature', 'No heat', NULL, 0, 0, 1, 0, NULL, NULL, '2026-05-06 03:43:03', '2026-05-06 03:43:03'), (129, 21, NULL, 12, 'service', NULL, 'Fold', NULL, 0, 0, 1, 0, NULL, NULL, '2026-05-06 03:43:03', '2026-05-06 03:43:03'), (130, 21, NULL, 13, 'service', NULL, 'Superwash', NULL, 0, 0, 0, 0, 'Extra deep cleaning wash cycle', NULL, '2026-05-06 03:43:03', '2026-05-06 03:43:03'), (131, 21, NULL, 13, 'service', NULL, 'Add Spin', NULL, 0, 0, 1, 0, 'Extra spin cycle for better drying', NULL, '2026-05-06 03:43:03', '2026-05-06 03:43:03'), (132, 22, NULL, 13, 'service', NULL, 'Add Dry', NULL, 0, 0, 1, 0, 'Additional drying cycle', NULL, '2026-05-06 03:43:03', '2026-05-06 03:43:03'), (133, 21, NULL, 13, 'item', NULL, 'Surf', NULL, 15, 83, 1, 0, 'Detergent', NULL, '2026-05-06 03:43:03', '2026-05-06 03:43:03'), (134, 21, NULL, 13, 'item', NULL, 'Downy', NULL, 15, 85, 1, 0, 'Fabric Softener', NULL, '2026-05-06 03:43:03', '2026-05-06 03:43:03'), (135, 21, NULL, 13, 'item', NULL, 'Zonrox', NULL, 6, 97, 1, 0, 'Color-safe bleach', NULL, '2026-05-06 03:43:03', '2026-05-06 03:43:03'), (136, NULL, NULL, 13, 'item', NULL, 'Ariel', NULL, 18, 100, 1, 0, 'Detergent', NULL, '2026-05-06 03:43:03', '2026-05-06 03:43:03'), (137, NULL, NULL, 13, 'item', NULL, 'Zonrox', NULL, 6, 97, 1, 0, 'Original', NULL, '2026-05-06 03:43:03', '2026-05-06 03:43:03'), (138, NULL, NULL, 13, 'item', NULL, 'Champion', NULL, 15, 99, 1, 0, 'Detergent', NULL, '2026-05-06 03:43:03', '2026-05-06 03:43:03'), (139, NULL, NULL, 13, 'item', NULL, 'Champion', NULL, 12, 99, 1, 0, 'Fabric Softener', NULL, '2026-05-06 03:43:03', '2026-05-06 03:43:03'), (140, NULL, NULL, 13, 'item', NULL, 'Plastic', NULL, 5, 99, 1, 0, 'Plastic', NULL, '2026-05-06 03:43:03', '2026-05-06 03:43:03'), (141, 20, NULL, 13, 'service', 'Wash Temperature', 'Hot', NULL, 0, 0, 1, 0, NULL, NULL, '2026-05-06 03:43:03', '2026-05-06 03:43:03'), (142, 20, NULL, 13, 'service', 'Wash Temperature', 'Warm', NULL, 0, 0, 1, 0, NULL, NULL, '2026-05-06 03:43:03', '2026-05-06 03:43:03'), (143, 20, NULL, 13, 'service', 'Wash Temperature', 'Cold', NULL, 0, 0, 1, 0, NULL, NULL, '2026-05-06 03:43:03', '2026-05-06 03:43:03'), (144, 20, NULL, 13, 'service', 'Wash Temperature', 'Delicates', NULL, 0, 0, 1, 0, NULL, NULL, '2026-05-06 03:43:03', '2026-05-06 03:43:03'), (145, 20, NULL, 13, 'service', 'Dry Temperature', 'High', NULL, 0, 0, 1, 0, NULL, NULL, '2026-05-06 03:43:03', '2026-05-06 03:43:03'), (146, 20, NULL, 13, 'service', 'Dry Temperature', 'Med', NULL, 0, 0, 1, 0, NULL, NULL, '2026-05-06 03:43:03', '2026-05-06 03:43:03'), (147, 20, NULL, 13, 'service', 'Dry Temperature', 'Low', NULL, 0, 0, 1, 0, NULL, NULL, '2026-05-06 03:43:03', '2026-05-06 03:43:03'), (148, 20, NULL, 13, 'service', 'Dry Temperature', 'No heat', NULL, 0, 0, 1, 0, NULL, NULL, '2026-05-06 03:43:03', '2026-05-06 03:43:03'), (149, 21, NULL, 13, 'service', NULL, 'Fold', NULL, 0, 0, 1, 0, NULL, NULL, '2026-05-06 03:43:03', '2026-05-06 03:43:03'), (150, 21, NULL, 14, 'service', NULL, 'Superwash', NULL, 0, 0, 0, 0, 'Extra deep cleaning wash cycle', NULL, '2026-05-06 03:43:03', '2026-05-06 03:43:03'), (151, 21, NULL, 14, 'service', NULL, 'Add Spin', NULL, 0, 0, 1, 0, 'Extra spin cycle for better drying', NULL, '2026-05-06 03:43:03', '2026-05-06 03:43:03'), (152, 22, NULL, 14, 'service', NULL, 'Add Dry', NULL, 0, 0, 1, 0, 'Additional drying cycle', NULL, '2026-05-06 03:43:03', '2026-05-06 03:43:03'), (153, 21, NULL, 14, 'item', NULL, 'Surf', NULL, 15, 83, 1, 0, 'Detergent', NULL, '2026-05-06 03:43:03', '2026-05-06 03:43:03'), (154, 21, NULL, 14, 'item', NULL, 'Downy', NULL, 15, 85, 1, 0, 'Fabric Softener', NULL, '2026-05-06 03:43:03', '2026-05-06 03:43:03'), (155, 21, NULL, 14, 'item', NULL, 'Zonrox', NULL, 6, 97, 1, 0, 'Color-safe bleach', NULL, '2026-05-06 03:43:03', '2026-05-06 03:43:03'), (156, NULL, NULL, 14, 'item', NULL, 'Ariel', NULL, 18, 100, 1, 0, 'Detergent', NULL, '2026-05-06 03:43:03', '2026-05-06 03:43:03'), (157, NULL, NULL, 14, 'item', NULL, 'Zonrox', NULL, 6, 97, 1, 0, 'Original', NULL, '2026-05-06 03:43:03', '2026-05-06 03:43:03'), (158, NULL, NULL, 14, 'item', NULL, 'Champion', NULL, 15, 99, 1, 0, 'Detergent', NULL, '2026-05-06 03:43:03', '2026-05-06 03:43:03'), (159, NULL, NULL, 14, 'item', NULL, 'Champion', NULL, 12, 99, 1, 0, 'Fabric Softener', NULL, '2026-05-06 03:43:03', '2026-05-06 03:43:03'), (160, NULL, NULL, 14, 'item', NULL, 'Plastic', NULL, 5, 99, 1, 0, 'Plastic', NULL, '2026-05-06 03:43:03', '2026-05-06 03:43:03'), (161, 20, NULL, 14, 'service', 'Wash Temperature', 'Hot', NULL, 0, 0, 1, 0, NULL, NULL, '2026-05-06 03:43:03', '2026-05-06 03:43:03'), (162, 20, NULL, 14, 'service', 'Wash Temperature', 'Warm', NULL, 0, 0, 1, 0, NULL, NULL, '2026-05-06 03:43:03', '2026-05-06 03:43:03'), (163, 20, NULL, 14, 'service', 'Wash Temperature', 'Cold', NULL, 0, 0, 1, 0, NULL, NULL, '2026-05-06 03:43:03', '2026-05-06 03:43:03'), (164, 20, NULL, 14, 'service', 'Wash Temperature', 'Delicates', NULL, 0, 0, 1, 0, NULL, NULL, '2026-05-06 03:43:03', '2026-05-06 03:43:03'), (165, 20, NULL, 14, 'service', 'Dry Temperature', 'High', NULL, 0, 0, 1, 0, NULL, NULL, '2026-05-06 03:43:03', '2026-05-06 03:43:03'), (166, 20, NULL, 14, 'service', 'Dry Temperature', 'Med', NULL, 0, 0, 1, 0, NULL, NULL, '2026-05-06 03:43:03', '2026-05-06 03:43:03'), (167, 20, NULL, 14, 'service', 'Dry Temperature', 'Low', NULL, 0, 0, 1, 0, NULL, NULL, '2026-05-06 03:43:03', '2026-05-06 03:43:03'), (168, 20, NULL, 14, 'service', 'Dry Temperature', 'No heat', NULL, 0, 0, 1, 0, NULL, NULL, '2026-05-06 03:43:03', '2026-05-06 03:43:03'), (169, 21, NULL, 14, 'service', NULL, 'Fold', NULL, 0, 0, 1, 0, NULL, NULL, '2026-05-06 03:43:03', '2026-05-06 03:43:03'), (170, 21, NULL, 15, 'service', NULL, 'Superwash', NULL, 0, 0, 0, 0, 'Extra deep cleaning wash cycle', NULL, '2026-05-06 03:43:03', '2026-05-06 03:43:03'), (171, 21, NULL, 15, 'service', NULL, 'Add Spin', NULL, 0, 0, 1, 0, 'Extra spin cycle for better drying', NULL, '2026-05-06 03:43:03', '2026-05-06 03:43:03'), (172, 22, NULL, 15, 'service', NULL, 'Add Dry', NULL, 0, 0, 1, 0, 'Additional drying cycle', NULL, '2026-05-06 03:43:03', '2026-05-06 03:43:03'), (173, 21, NULL, 15, 'item', NULL, 'Surf', NULL, 15, 83, 1, 0, 'Detergent', NULL, '2026-05-06 03:43:03', '2026-05-06 03:43:03'), (174, 21, NULL, 15, 'item', NULL, 'Downy', NULL, 15, 85, 1, 0, 'Fabric Softener', NULL, '2026-05-06 03:43:03', '2026-05-06 03:43:03'), (175, 21, NULL, 15, 'item', NULL, 'Zonrox', NULL, 6, 97, 1, 0, 'Color-safe bleach', NULL, '2026-05-06 03:43:03', '2026-05-06 03:43:03'), (176, NULL, NULL, 15, 'item', NULL, 'Ariel', NULL, 18, 100, 1, 0, 'Detergent', NULL, '2026-05-06 03:43:03', '2026-05-06 03:43:03'), (177, NULL, NULL, 15, 'item', NULL, 'Zonrox', NULL, 6, 97, 1, 0, 'Original', NULL, '2026-05-06 03:43:03', '2026-05-06 03:43:03'), (178, NULL, NULL, 15, 'item', NULL, 'Champion', NULL, 15, 99, 1, 0, 'Detergent', NULL, '2026-05-06 03:43:03', '2026-05-06 03:43:03'), (179, NULL, NULL, 15, 'item', NULL, 'Champion', NULL, 12, 99, 1, 0, 'Fabric Softener', NULL, '2026-05-06 03:43:03', '2026-05-06 03:43:03'), (180, NULL, NULL, 15, 'item', NULL, 'Plastic', NULL, 5, 99, 1, 0, 'Plastic', NULL, '2026-05-06 03:43:03', '2026-05-06 03:43:03'), (181, 20, NULL, 15, 'service', 'Wash Temperature', 'Hot', NULL, 0, 0, 1, 0, NULL, NULL, '2026-05-06 03:43:03', '2026-05-06 03:43:03'), (182, 20, NULL, 15, 'service', 'Wash Temperature', 'Warm', NULL, 0, 0, 1, 0, NULL, NULL, '2026-05-06 03:43:03', '2026-05-06 03:43:03'), (183, 20, NULL, 15, 'service', 'Wash Temperature', 'Cold', NULL, 0, 0, 1, 0, NULL, NULL, '2026-05-06 03:43:03', '2026-05-06 03:43:03'), (184, 20, NULL, 15, 'service', 'Wash Temperature', 'Delicates', NULL, 0, 0, 1, 0, NULL, NULL, '2026-05-06 03:43:03', '2026-05-06 03:43:03'), (185, 20, NULL, 15, 'service', 'Dry Temperature', 'High', NULL, 0, 0, 1, 0, NULL, NULL, '2026-05-06 03:43:03', '2026-05-06 03:43:03'), (186, 20, NULL, 15, 'service', 'Dry Temperature', 'Med', NULL, 0, 0, 1, 0, NULL, NULL, '2026-05-06 03:43:03', '2026-05-06 03:43:03'), (187, 20, NULL, 15, 'service', 'Dry Temperature', 'Low', NULL, 0, 0, 1, 0, NULL, NULL, '2026-05-06 03:43:03', '2026-05-06 03:43:03'), (188, 20, NULL, 15, 'service', 'Dry Temperature', 'No heat', NULL, 0, 0, 1, 0, NULL, NULL, '2026-05-06 03:43:03', '2026-05-06 03:43:03'), (189, 21, NULL, 15, 'service', NULL, 'Fold', NULL, 0, 0, 1, 0, NULL, NULL, '2026-05-06 03:43:03', '2026-05-06 03:43:03'), (190, 21, NULL, 16, 'service', NULL, 'Superwash', NULL, 0, 0, 0, 0, 'Extra deep cleaning wash cycle', NULL, '2026-05-06 03:43:03', '2026-05-06 03:43:03'), (191, 21, NULL, 16, 'service', NULL, 'Add Spin', NULL, 0, 0, 1, 0, 'Extra spin cycle for better drying', NULL, '2026-05-06 03:43:03', '2026-05-06 03:43:03'), (192, 22, NULL, 16, 'service', NULL, 'Add Dry', NULL, 0, 0, 1, 0, 'Additional drying cycle', NULL, '2026-05-06 03:43:03', '2026-05-06 03:43:03'), (193, 21, NULL, 16, 'item', NULL, 'Surf', NULL, 15, 83, 1, 0, 'Detergent', NULL, '2026-05-06 03:43:03', '2026-05-06 03:43:03'), (194, 21, NULL, 16, 'item', NULL, 'Downy', NULL, 15, 85, 1, 0, 'Fabric Softener', NULL, '2026-05-06 03:43:03', '2026-05-06 03:43:03'), (195, 21, NULL, 16, 'item', NULL, 'Zonrox', NULL, 6, 97, 1, 0, 'Color-safe bleach', NULL, '2026-05-06 03:43:03', '2026-05-06 03:43:03'), (196, NULL, NULL, 16, 'item', NULL, 'Ariel', NULL, 18, 100, 1, 0, 'Detergent', NULL, '2026-05-06 03:43:03', '2026-05-06 03:43:03'), (197, NULL, NULL, 16, 'item', NULL, 'Zonrox', NULL, 6, 97, 1, 0, 'Original', NULL, '2026-05-06 03:43:03', '2026-05-06 03:43:03'), (198, NULL, NULL, 16, 'item', NULL, 'Champion', NULL, 15, 99, 1, 0, 'Detergent', NULL, '2026-05-06 03:43:03', '2026-05-06 03:43:03'), (199, NULL, NULL, 16, 'item', NULL, 'Champion', NULL, 12, 99, 1, 0, 'Fabric Softener', NULL, '2026-05-06 03:43:03', '2026-05-06 03:43:03'), (200, NULL, NULL, 16, 'item', NULL, 'Plastic', NULL, 5, 99, 1, 0, 'Plastic', NULL, '2026-05-06 03:43:03', '2026-05-06 03:43:03'), (201, 20, NULL, 16, 'service', 'Wash Temperature', 'Hot', NULL, 0, 0, 1, 0, NULL, NULL, '2026-05-06 03:43:03', '2026-05-06 03:43:03'), (202, 20, NULL, 16, 'service', 'Wash Temperature', 'Warm', NULL, 0, 0, 1, 0, NULL, NULL, '2026-05-06 03:43:03', '2026-05-06 03:43:03'), (203, 20, NULL, 16, 'service', 'Wash Temperature', 'Cold', NULL, 0, 0, 1, 0, NULL, NULL, '2026-05-06 03:43:03', '2026-05-06 03:43:03'), (204, 20, NULL, 16, 'service', 'Wash Temperature', 'Delicates', NULL, 0, 0, 1, 0, NULL, NULL, '2026-05-06 03:43:03', '2026-05-06 03:43:03'), (205, 20, NULL, 16, 'service', 'Dry Temperature', 'High', NULL, 0, 0, 1, 0, NULL, NULL, '2026-05-06 03:43:03', '2026-05-06 03:43:03'), (206, 20, NULL, 16, 'service', 'Dry Temperature', 'Med', NULL, 0, 0, 1, 0, NULL, NULL, '2026-05-06 03:43:03', '2026-05-06 03:43:03'), (207, 20, NULL, 16, 'service', 'Dry Temperature', 'Low', NULL, 0, 0, 1, 0, NULL, NULL, '2026-05-06 03:43:03', '2026-05-06 03:43:03'), (208, 20, NULL, 16, 'service', 'Dry Temperature', 'No heat', NULL, 0, 0, 1, 0, NULL, NULL, '2026-05-06 03:43:03', '2026-05-06 03:43:03'), (209, 21, NULL, 16, 'service', NULL, 'Fold', NULL, 0, 0, 1, 0, NULL, NULL, '2026-05-06 03:43:03', '2026-05-06 03:43:03'), (210, 21, NULL, 17, 'service', NULL, 'Superwash', NULL, 0, 0, 0, 0, 'Extra deep cleaning wash cycle', NULL, '2026-05-06 03:43:03', '2026-05-06 03:43:03'), (211, 21, NULL, 17, 'service', NULL, 'Add Spin', NULL, 0, 0, 1, 0, 'Extra spin cycle for better drying', NULL, '2026-05-06 03:43:03', '2026-05-06 03:43:03'), (212, 22, NULL, 17, 'service', NULL, 'Add Dry', NULL, 0, 0, 1, 0, 'Additional drying cycle', NULL, '2026-05-06 03:43:03', '2026-05-06 03:43:03'), (213, 21, NULL, 17, 'item', NULL, 'Surf', NULL, 15, 83, 1, 0, 'Detergent', NULL, '2026-05-06 03:43:03', '2026-05-06 03:43:03'), (214, 21, NULL, 17, 'item', NULL, 'Downy', NULL, 15, 85, 1, 0, 'Fabric Softener', NULL, '2026-05-06 03:43:03', '2026-05-06 03:43:03'), (215, 21, NULL, 17, 'item', NULL, 'Zonrox', NULL, 6, 97, 1, 0, 'Color-safe bleach', NULL, '2026-05-06 03:43:03', '2026-05-06 03:43:03'), (216, NULL, NULL, 17, 'item', NULL, 'Ariel', NULL, 18, 100, 1, 0, 'Detergent', NULL, '2026-05-06 03:43:03', '2026-05-06 03:43:03'), (217, NULL, NULL, 17, 'item', NULL, 'Zonrox', NULL, 6, 97, 1, 0, 'Original', NULL, '2026-05-06 03:43:03', '2026-05-06 03:43:03'), (218, NULL, NULL, 17, 'item', NULL, 'Champion', NULL, 15, 99, 1, 0, 'Detergent', NULL, '2026-05-06 03:43:03', '2026-05-06 03:43:03'), (219, NULL, NULL, 17, 'item', NULL, 'Champion', NULL, 12, 99, 1, 0, 'Fabric Softener', NULL, '2026-05-06 03:43:03', '2026-05-06 03:43:03'), (220, NULL, NULL, 17, 'item', NULL, 'Plastic', NULL, 5, 99, 1, 0, 'Plastic', NULL, '2026-05-06 03:43:03', '2026-05-06 03:43:03'), (221, 20, NULL, 17, 'service', 'Wash Temperature', 'Hot', NULL, 0, 0, 1, 0, NULL, NULL, '2026-05-06 03:43:03', '2026-05-06 03:43:03'), (222, 20, NULL, 17, 'service', 'Wash Temperature', 'Warm', NULL, 0, 0, 1, 0, NULL, NULL, '2026-05-06 03:43:03', '2026-05-06 03:43:03'), (223, 20, NULL, 17, 'service', 'Wash Temperature', 'Cold', NULL, 0, 0, 1, 0, NULL, NULL, '2026-05-06 03:43:03', '2026-05-06 03:43:03'), (224, 20, NULL, 17, 'service', 'Wash Temperature', 'Delicates', NULL, 0, 0, 1, 0, NULL, NULL, '2026-05-06 03:43:03', '2026-05-06 03:43:03'), (225, 20, NULL, 17, 'service', 'Dry Temperature', 'High', NULL, 0, 0, 1, 0, NULL, NULL, '2026-05-06 03:43:03', '2026-05-06 03:43:03'), (226, 20, NULL, 17, 'service', 'Dry Temperature', 'Med', NULL, 0, 0, 1, 0, NULL, NULL, '2026-05-06 03:43:03', '2026-05-06 03:43:03'), (227, 20, NULL, 17, 'service', 'Dry Temperature', 'Low', NULL, 0, 0, 1, 0, NULL, NULL, '2026-05-06 03:43:03', '2026-05-06 03:43:03'), (228, 20, NULL, 17, 'service', 'Dry Temperature', 'No heat', NULL, 0, 0, 1, 0, NULL, NULL, '2026-05-06 03:43:03', '2026-05-06 03:43:03'), (229, 21, NULL, 17, 'service', NULL, 'Fold', NULL, 0, 0, 1, 0, NULL, NULL, '2026-05-06 03:43:03', '2026-05-06 03:43:03'), (230, 21, NULL, 18, 'service', NULL, 'Superwash', NULL, 0, 0, 0, 0, 'Extra deep cleaning wash cycle', NULL, '2026-05-06 03:43:03', '2026-05-06 03:43:03'), (231, 21, NULL, 18, 'service', NULL, 'Add Spin', NULL, 0, 0, 1, 0, 'Extra spin cycle for better drying', NULL, '2026-05-06 03:43:03', '2026-05-06 03:43:03'), (232, 22, NULL, 18, 'service', NULL, 'Add Dry', NULL, 0, 0, 1, 0, 'Additional drying cycle', NULL, '2026-05-06 03:43:03', '2026-05-06 03:43:03'), (233, 21, NULL, 18, 'item', NULL, 'Surf', NULL, 15, 83, 1, 0, 'Detergent', NULL, '2026-05-06 03:43:03', '2026-05-06 03:43:03'), (234, 21, NULL, 18, 'item', NULL, 'Downy', NULL, 15, 85, 1, 0, 'Fabric Softener', NULL, '2026-05-06 03:43:03', '2026-05-06 03:43:03'), (235, 21, NULL, 18, 'item', NULL, 'Zonrox', NULL, 6, 97, 1, 0, 'Color-safe bleach', NULL, '2026-05-06 03:43:03', '2026-05-06 03:43:03'), (236, NULL, NULL, 18, 'item', NULL, 'Ariel', NULL, 18, 100, 1, 0, 'Detergent', NULL, '2026-05-06 03:43:03', '2026-05-06 03:43:03'), (237, NULL, NULL, 18, 'item', NULL, 'Zonrox', NULL, 6, 97, 1, 0, 'Original', NULL, '2026-05-06 03:43:03', '2026-05-06 03:43:03'), (238, NULL, NULL, 18, 'item', NULL, 'Champion', NULL, 15, 99, 1, 0, 'Detergent', NULL, '2026-05-06 03:43:03', '2026-05-06 03:43:03'), (239, NULL, NULL, 18, 'item', NULL, 'Champion', NULL, 12, 99, 1, 0, 'Fabric Softener', NULL, '2026-05-06 03:43:03', '2026-05-06 03:43:03'), (240, NULL, NULL, 18, 'item', NULL, 'Plastic', NULL, 5, 99, 1, 0, 'Plastic', NULL, '2026-05-06 03:43:03', '2026-05-06 03:43:03'), (241, 20, NULL, 18, 'service', 'Wash Temperature', 'Hot', NULL, 0, 0, 1, 0, NULL, NULL, '2026-05-06 03:43:03', '2026-05-06 03:43:03'), (242, 20, NULL, 18, 'service', 'Wash Temperature', 'Warm', NULL, 0, 0, 1, 0, NULL, NULL, '2026-05-06 03:43:03', '2026-05-06 03:43:03'), (243, 20, NULL, 18, 'service', 'Wash Temperature', 'Cold', NULL, 0, 0, 1, 0, NULL, NULL, '2026-05-06 03:43:03', '2026-05-06 03:43:03'), (244, 20, NULL, 18, 'service', 'Wash Temperature', 'Delicates', NULL, 0, 0, 1, 0, NULL, NULL, '2026-05-06 03:43:03', '2026-05-06 03:43:03'), (245, 20, NULL, 18, 'service', 'Dry Temperature', 'High', NULL, 0, 0, 1, 0, NULL, NULL, '2026-05-06 03:43:03', '2026-05-06 03:43:03'), (246, 20, NULL, 18, 'service', 'Dry Temperature', 'Med', NULL, 0, 0, 1, 0, NULL, NULL, '2026-05-06 03:43:03', '2026-05-06 03:43:03'), (247, 20, NULL, 18, 'service', 'Dry Temperature', 'Low', NULL, 0, 0, 1, 0, NULL, NULL, '2026-05-06 03:43:03', '2026-05-06 03:43:03'), (248, 20, NULL, 18, 'service', 'Dry Temperature', 'No heat', NULL, 0, 0, 1, 0, NULL, NULL, '2026-05-06 03:43:03', '2026-05-06 03:43:03'), (249, 21, NULL, 18, 'service', NULL, 'Fold', NULL, 0, 0, 1, 0, NULL, NULL, '2026-05-06 03:43:03', '2026-05-06 03:43:03'), (250, 21, NULL, 19, 'service', NULL, 'Superwash', NULL, 0, 0, 0, 0, 'Extra deep cleaning wash cycle', NULL, '2026-05-06 03:43:04', '2026-05-06 03:43:04'), (251, 21, NULL, 19, 'service', NULL, 'Add Spin', NULL, 0, 0, 1, 0, 'Extra spin cycle for better drying', NULL, '2026-05-06 03:43:04', '2026-05-06 03:43:04'), (252, 22, NULL, 19, 'service', NULL, 'Add Dry', NULL, 0, 0, 1, 0, 'Additional drying cycle', NULL, '2026-05-06 03:43:04', '2026-05-06 03:43:04'), (253, 21, NULL, 19, 'item', NULL, 'Surf', NULL, 15, 83, 1, 0, 'Detergent', NULL, '2026-05-06 03:43:04', '2026-05-06 03:43:04'), (254, 21, NULL, 19, 'item', NULL, 'Downy', NULL, 15, 85, 1, 0, 'Fabric Softener', NULL, '2026-05-06 03:43:04', '2026-05-06 03:43:04'), (255, 21, NULL, 19, 'item', NULL, 'Zonrox', NULL, 6, 97, 1, 0, 'Color-safe bleach', NULL, '2026-05-06 03:43:04', '2026-05-06 03:43:04'), (256, NULL, NULL, 19, 'item', NULL, 'Ariel', NULL, 18, 100, 1, 0, 'Detergent', NULL, '2026-05-06 03:43:04', '2026-05-06 03:43:04'), (257, NULL, NULL, 19, 'item', NULL, 'Zonrox', NULL, 6, 97, 1, 0, 'Original', NULL, '2026-05-06 03:43:04', '2026-05-06 03:43:04'), (258, NULL, NULL, 19, 'item', NULL, 'Champion', NULL, 15, 99, 1, 0, 'Detergent', NULL, '2026-05-06 03:43:04', '2026-05-06 03:43:04'), (259, NULL, NULL, 19, 'item', NULL, 'Champion', NULL, 12, 99, 1, 0, 'Fabric Softener', NULL, '2026-05-06 03:43:04', '2026-05-06 03:43:04'), (260, NULL, NULL, 19, 'item', NULL, 'Plastic', NULL, 5, 99, 1, 0, 'Plastic', NULL, '2026-05-06 03:43:04', '2026-05-06 03:43:04'), (261, 20, NULL, 19, 'service', 'Wash Temperature', 'Hot', NULL, 0, 0, 1, 0, NULL, NULL, '2026-05-06 03:43:04', '2026-05-06 03:43:04'), (262, 20, NULL, 19, 'service', 'Wash Temperature', 'Warm', NULL, 0, 0, 1, 0, NULL, NULL, '2026-05-06 03:43:04', '2026-05-06 03:43:04'), (263, 20, NULL, 19, 'service', 'Wash Temperature', 'Cold', NULL, 0, 0, 1, 0, NULL, NULL, '2026-05-06 03:43:04', '2026-05-06 03:43:04'), (264, 20, NULL, 19, 'service', 'Wash Temperature', 'Delicates', NULL, 0, 0, 1, 0, NULL, NULL, '2026-05-06 03:43:04', '2026-05-06 03:43:04'), (265, 20, NULL, 19, 'service', 'Dry Temperature', 'High', NULL, 0, 0, 1, 0, NULL, NULL, '2026-05-06 03:43:04', '2026-05-06 03:43:04'), (266, 20, NULL, 19, 'service', 'Dry Temperature', 'Med', NULL, 0, 0, 1, 0, NULL, NULL, '2026-05-06 03:43:04', '2026-05-06 03:43:04'), (267, 20, NULL, 19, 'service', 'Dry Temperature', 'Low', NULL, 0, 0, 1, 0, NULL, NULL, '2026-05-06 03:43:04', '2026-05-06 03:43:04'), (268, 20, NULL, 19, 'service', 'Dry Temperature', 'No heat', NULL, 0, 0, 1, 0, NULL, NULL, '2026-05-06 03:43:04', '2026-05-06 03:43:04'), (269, 21, NULL, 19, 'service', NULL, 'Fold', NULL, 0, 0, 1, 0, NULL, NULL, '2026-05-06 03:43:04', '2026-05-06 03:43:04'), (270, 21, NULL, 20, 'service', NULL, 'Superwash', NULL, 0, 0, 0, 0, 'Extra deep cleaning wash cycle', NULL, '2026-05-06 03:43:04', '2026-05-06 03:43:04'), (271, 21, NULL, 20, 'service', NULL, 'Add Spin', NULL, 0, 0, 1, 0, 'Extra spin cycle for better drying', NULL, '2026-05-06 03:43:04', '2026-05-06 03:43:04'), (272, 22, NULL, 20, 'service', NULL, 'Add Dry', NULL, 0, 0, 1, 0, 'Additional drying cycle', NULL, '2026-05-06 03:43:04', '2026-05-06 03:43:04'), (273, 21, NULL, 20, 'item', NULL, 'Surf', NULL, 15, 83, 1, 0, 'Detergent', NULL, '2026-05-06 03:43:04', '2026-05-06 03:43:04'), (274, 21, NULL, 20, 'item', NULL, 'Downy', NULL, 15, 85, 1, 0, 'Fabric Softener', NULL, '2026-05-06 03:43:04', '2026-05-06 03:43:04'), (275, 21, NULL, 20, 'item', NULL, 'Zonrox', NULL, 6, 97, 1, 0, 'Color-safe bleach', NULL, '2026-05-06 03:43:04', '2026-05-06 03:43:04'), (276, NULL, NULL, 20, 'item', NULL, 'Ariel', NULL, 18, 100, 1, 0, 'Detergent', NULL, '2026-05-06 03:43:04', '2026-05-06 03:43:04'), (277, NULL, NULL, 20, 'item', NULL, 'Zonrox', NULL, 6, 97, 1, 0, 'Original', NULL, '2026-05-06 03:43:04', '2026-05-06 03:43:04'), (278, NULL, NULL, 20, 'item', NULL, 'Champion', NULL, 15, 99, 1, 0, 'Detergent', NULL, '2026-05-06 03:43:04', '2026-05-06 03:43:04'), (279, NULL, NULL, 20, 'item', NULL, 'Champion', NULL, 12, 99, 1, 0, 'Fabric Softener', NULL, '2026-05-06 03:43:04', '2026-05-06 03:43:04'), (280, NULL, NULL, 20, 'item', NULL, 'Plastic', NULL, 5, 99, 1, 0, 'Plastic', NULL, '2026-05-06 03:43:04', '2026-05-06 03:43:04'), (281, 20, NULL, 20, 'service', 'Wash Temperature', 'Hot', NULL, 0, 0, 1, 0, NULL, NULL, '2026-05-06 03:43:04', '2026-05-06 03:43:04'), (282, 20, NULL, 20, 'service', 'Wash Temperature', 'Warm', NULL, 0, 0, 1, 0, NULL, NULL, '2026-05-06 03:43:04', '2026-05-06 03:43:04'), (283, 20, NULL, 20, 'service', 'Wash Temperature', 'Cold', NULL, 0, 0, 1, 0, NULL, NULL, '2026-05-06 03:43:04', '2026-05-06 03:43:04'), (284, 20, NULL, 20, 'service', 'Wash Temperature', 'Delicates', NULL, 0, 0, 1, 0, NULL, NULL, '2026-05-06 03:43:04', '2026-05-06 03:43:04'), (285, 20, NULL, 20, 'service', 'Dry Temperature', 'High', NULL, 0, 0, 1, 0, NULL, NULL, '2026-05-06 03:43:04', '2026-05-06 03:43:04'), (286, 20, NULL, 20, 'service', 'Dry Temperature', 'Med', NULL, 0, 0, 1, 0, NULL, NULL, '2026-05-06 03:43:04', '2026-05-06 03:43:04'), (287, 20, NULL, 20, 'service', 'Dry Temperature', 'Low', NULL, 0, 0, 1, 0, NULL, NULL, '2026-05-06 03:43:04', '2026-05-06 03:43:04'), (288, 20, NULL, 20, 'service', 'Dry Temperature', 'No heat', NULL, 0, 0, 1, 0, NULL, NULL, '2026-05-06 03:43:04', '2026-05-06 03:43:04'), (289, 21, NULL, 20, 'service', NULL, 'Fold', NULL, 0, 0, 1, 0, NULL, NULL, '2026-05-06 03:43:04', '2026-05-06 03:43:04'), (290, 21, NULL, 21, 'service', NULL, 'Superwash', NULL, 0, 0, 0, 0, 'Extra deep cleaning wash cycle', NULL, '2026-05-06 03:43:04', '2026-05-06 03:43:04'), (291, 21, NULL, 21, 'service', NULL, 'Add Spin', NULL, 0, 0, 1, 0, 'Extra spin cycle for better drying', NULL, '2026-05-06 03:43:04', '2026-05-06 03:43:04'), (292, 22, NULL, 21, 'service', NULL, 'Add Dry', NULL, 0, 0, 1, 0, 'Additional drying cycle', NULL, '2026-05-06 03:43:04', '2026-05-06 03:43:04'), (293, 21, NULL, 21, 'item', NULL, 'Surf', NULL, 15, 83, 1, 0, 'Detergent', NULL, '2026-05-06 03:43:04', '2026-05-06 03:43:04'), (294, 21, NULL, 21, 'item', NULL, 'Downy', NULL, 15, 85, 1, 0, 'Fabric Softener', NULL, '2026-05-06 03:43:04', '2026-05-06 03:43:04'), (295, 21, NULL, 21, 'item', NULL, 'Zonrox', NULL, 6, 97, 1, 0, 'Color-safe bleach', NULL, '2026-05-06 03:43:04', '2026-05-06 03:43:04'), (296, NULL, NULL, 21, 'item', NULL, 'Ariel', NULL, 18, 100, 1, 0, 'Detergent', NULL, '2026-05-06 03:43:04', '2026-05-06 03:43:04'), (297, NULL, NULL, 21, 'item', NULL, 'Zonrox', NULL, 6, 97, 1, 0, 'Original', NULL, '2026-05-06 03:43:04', '2026-05-06 03:43:04'), (298, NULL, NULL, 21, 'item', NULL, 'Champion', NULL, 15, 99, 1, 0, 'Detergent', NULL, '2026-05-06 03:43:04', '2026-05-06 03:43:04'), (299, NULL, NULL, 21, 'item', NULL, 'Champion', NULL, 12, 99, 1, 0, 'Fabric Softener', NULL, '2026-05-06 03:43:04', '2026-05-06 03:43:04'), (300, NULL, NULL, 21, 'item', NULL, 'Plastic', NULL, 5, 99, 1, 0, 'Plastic', NULL, '2026-05-06 03:43:04', '2026-05-06 03:43:04'), (301, 20, NULL, 21, 'service', 'Wash Temperature', 'Hot', NULL, 0, 0, 1, 0, NULL, NULL, '2026-05-06 03:43:04', '2026-05-06 03:43:04'), (302, 20, NULL, 21, 'service', 'Wash Temperature', 'Warm', NULL, 0, 0, 1, 0, NULL, NULL, '2026-05-06 03:43:04', '2026-05-06 03:43:04'), (303, 20, NULL, 21, 'service', 'Wash Temperature', 'Cold', NULL, 0, 0, 1, 0, NULL, NULL, '2026-05-06 03:43:04', '2026-05-06 03:43:04'), (304, 20, NULL, 21, 'service', 'Wash Temperature', 'Delicates', NULL, 0, 0, 1, 0, NULL, NULL, '2026-05-06 03:43:04', '2026-05-06 03:43:04'), (305, 20, NULL, 21, 'service', 'Dry Temperature', 'High', NULL, 0, 0, 1, 0, NULL, NULL, '2026-05-06 03:43:04', '2026-05-06 03:43:04'), (306, 20, NULL, 21, 'service', 'Dry Temperature', 'Med', NULL, 0, 0, 1, 0, NULL, NULL, '2026-05-06 03:43:04', '2026-05-06 03:43:04'), (307, 20, NULL, 21, 'service', 'Dry Temperature', 'Low', NULL, 0, 0, 1, 0, NULL, NULL, '2026-05-06 03:43:04', '2026-05-06 03:43:04'), (308, 20, NULL, 21, 'service', 'Dry Temperature', 'No heat', NULL, 0, 0, 1, 0, NULL, NULL, '2026-05-06 03:43:04', '2026-05-06 03:43:04'), (309, 21, NULL, 21, 'service', NULL, 'Fold', NULL, 0, 0, 1, 0, NULL, NULL, '2026-05-06 03:43:04', '2026-05-06 03:43:04'), (310, 21, NULL, 22, 'service', NULL, 'Superwash', NULL, 0, 0, 0, 0, 'Extra deep cleaning wash cycle', NULL, '2026-05-06 03:43:04', '2026-05-06 03:43:04'), (311, 21, NULL, 22, 'service', NULL, 'Add Spin', NULL, 0, 0, 1, 0, 'Extra spin cycle for better drying', NULL, '2026-05-06 03:43:04', '2026-05-06 03:43:04'), (312, 22, NULL, 22, 'service', NULL, 'Add Dry', NULL, 0, 0, 1, 0, 'Additional drying cycle', NULL, '2026-05-06 03:43:04', '2026-05-06 03:43:04'), (313, 21, NULL, 22, 'item', NULL, 'Surf', NULL, 15, 83, 1, 0, 'Detergent', NULL, '2026-05-06 03:43:04', '2026-05-06 03:43:04'), (314, 21, NULL, 22, 'item', NULL, 'Downy', NULL, 15, 85, 1, 0, 'Fabric Softener', NULL, '2026-05-06 03:43:04', '2026-05-06 03:43:04'), (315, 21, NULL, 22, 'item', NULL, 'Zonrox', NULL, 6, 97, 1, 0, 'Color-safe bleach', NULL, '2026-05-06 03:43:04', '2026-05-06 03:43:04'), (316, NULL, NULL, 22, 'item', NULL, 'Ariel', NULL, 18, 100, 1, 0, 'Detergent', NULL, '2026-05-06 03:43:04', '2026-05-06 03:43:04'), (317, NULL, NULL, 22, 'item', NULL, 'Zonrox', NULL, 6, 97, 1, 0, 'Original', NULL, '2026-05-06 03:43:04', '2026-05-06 03:43:04'), (318, NULL, NULL, 22, 'item', NULL, 'Champion', NULL, 15, 99, 1, 0, 'Detergent', NULL, '2026-05-06 03:43:04', '2026-05-06 03:43:04'), (319, NULL, NULL, 22, 'item', NULL, 'Champion', NULL, 12, 99, 1, 0, 'Fabric Softener', NULL, '2026-05-06 03:43:04', '2026-05-06 03:43:04'), (320, NULL, NULL, 22, 'item', NULL, 'Plastic', NULL, 5, 99, 1, 0, 'Plastic', NULL, '2026-05-06 03:43:04', '2026-05-06 03:43:04'), (321, 20, NULL, 22, 'service', 'Wash Temperature', 'Hot', NULL, 0, 0, 1, 0, NULL, NULL, '2026-05-06 03:43:04', '2026-05-06 03:43:04'), (322, 20, NULL, 22, 'service', 'Wash Temperature', 'Warm', NULL, 0, 0, 1, 0, NULL, NULL, '2026-05-06 03:43:04', '2026-05-06 03:43:04'), (323, 20, NULL, 22, 'service', 'Wash Temperature', 'Cold', NULL, 0, 0, 1, 0, NULL, NULL, '2026-05-06 03:43:04', '2026-05-06 03:43:04'), (324, 20, NULL, 22, 'service', 'Wash Temperature', 'Delicates', NULL, 0, 0, 1, 0, NULL, NULL, '2026-05-06 03:43:04', '2026-05-06 03:43:04'), (325, 20, NULL, 22, 'service', 'Dry Temperature', 'High', NULL, 0, 0, 1, 0, NULL, NULL, '2026-05-06 03:43:04', '2026-05-06 03:43:04'), (326, 20, NULL, 22, 'service', 'Dry Temperature', 'Med', NULL, 0, 0, 1, 0, NULL, NULL, '2026-05-06 03:43:04', '2026-05-06 03:43:04'), (327, 20, NULL, 22, 'service', 'Dry Temperature', 'Low', NULL, 0, 0, 1, 0, NULL, NULL, '2026-05-06 03:43:04', '2026-05-06 03:43:04'), (328, 20, NULL, 22, 'service', 'Dry Temperature', 'No heat', NULL, 0, 0, 1, 0, NULL, NULL, '2026-05-06 03:43:04', '2026-05-06 03:43:04'), (329, 21, NULL, 22, 'service', NULL, 'Fold', NULL, 0, 0, 1, 0, NULL, NULL, '2026-05-06 03:43:04', '2026-05-06 03:43:04'), (330, 21, NULL, 23, 'service', NULL, 'Superwash', NULL, 0, 0, 0, 0, 'Extra deep cleaning wash cycle', NULL, '2026-05-06 03:43:04', '2026-05-06 03:43:04'), (331, 21, NULL, 23, 'service', NULL, 'Add Spin', NULL, 0, 0, 1, 0, 'Extra spin cycle for better drying', NULL, '2026-05-06 03:43:04', '2026-05-06 03:43:04'), (332, 22, NULL, 23, 'service', NULL, 'Add Dry', NULL, 0, 0, 1, 0, 'Additional drying cycle', NULL, '2026-05-06 03:43:04', '2026-05-06 03:43:04'), (333, 21, NULL, 23, 'item', NULL, 'Surf', NULL, 15, 83, 1, 0, 'Detergent', NULL, '2026-05-06 03:43:04', '2026-05-06 03:43:04'), (334, 21, NULL, 23, 'item', NULL, 'Downy', NULL, 15, 85, 1, 0, 'Fabric Softener', NULL, '2026-05-06 03:43:04', '2026-05-06 03:43:04'), (335, 21, NULL, 23, 'item', NULL, 'Zonrox', NULL, 6, 97, 1, 0, 'Color-safe bleach', NULL, '2026-05-06 03:43:04', '2026-05-06 03:43:04'), (336, NULL, NULL, 23, 'item', NULL, 'Ariel', NULL, 18, 100, 1, 0, 'Detergent', NULL, '2026-05-06 03:43:04', '2026-05-06 03:43:04'), (337, NULL, NULL, 23, 'item', NULL, 'Zonrox', NULL, 6, 97, 1, 0, 'Original', NULL, '2026-05-06 03:43:04', '2026-05-06 03:43:04'), (338, NULL, NULL, 23, 'item', NULL, 'Champion', NULL, 15, 99, 1, 0, 'Detergent', NULL, '2026-05-06 03:43:04', '2026-05-06 03:43:04'), (339, NULL, NULL, 23, 'item', NULL, 'Champion', NULL, 12, 99, 1, 0, 'Fabric Softener', NULL, '2026-05-06 03:43:04', '2026-05-06 03:43:04'), (340, NULL, NULL, 23, 'item', NULL, 'Plastic', NULL, 5, 99, 1, 0, 'Plastic', NULL, '2026-05-06 03:43:04', '2026-05-06 03:43:04'), (341, 20, NULL, 23, 'service', 'Wash Temperature', 'Hot', NULL, 0, 0, 1, 0, NULL, NULL, '2026-05-06 03:43:04', '2026-05-06 03:43:04'), (342, 20, NULL, 23, 'service', 'Wash Temperature', 'Warm', NULL, 0, 0, 1, 0, NULL, NULL, '2026-05-06 03:43:04', '2026-05-06 03:43:04'), (343, 20, NULL, 23, 'service', 'Wash Temperature', 'Cold', NULL, 0, 0, 1, 0, NULL, NULL, '2026-05-06 03:43:04', '2026-05-06 03:43:04'), (344, 20, NULL, 23, 'service', 'Wash Temperature', 'Delicates', NULL, 0, 0, 1, 0, NULL, NULL, '2026-05-06 03:43:04', '2026-05-06 03:43:04'), (345, 20, NULL, 23, 'service', 'Dry Temperature', 'High', NULL, 0, 0, 1, 0, NULL, NULL, '2026-05-06 03:43:04', '2026-05-06 03:43:04'), (346, 20, NULL, 23, 'service', 'Dry Temperature', 'Med', NULL, 0, 0, 1, 0, NULL, NULL, '2026-05-06 03:43:04', '2026-05-06 03:43:04'), (347, 20, NULL, 23, 'service', 'Dry Temperature', 'Low', NULL, 0, 0, 1, 0, NULL, NULL, '2026-05-06 03:43:04', '2026-05-06 03:43:04'), (348, 20, NULL, 23, 'service', 'Dry Temperature', 'No heat', NULL, 0, 0, 1, 0, NULL, NULL, '2026-05-06 03:43:04', '2026-05-06 03:43:04'), (349, 21, NULL, 23, 'service', NULL, 'Fold', NULL, 0, 0, 1, 0, NULL, NULL, '2026-05-06 03:43:04', '2026-05-06 03:43:04'), (350, 21, NULL, 24, 'service', NULL, 'Superwash', NULL, 0, 0, 0, 0, 'Extra deep cleaning wash cycle', NULL, '2026-05-06 03:43:04', '2026-05-06 03:43:04'), (351, 21, NULL, 24, 'service', NULL, 'Add Spin', NULL, 0, 0, 1, 0, 'Extra spin cycle for better drying', NULL, '2026-05-06 03:43:04', '2026-05-06 03:43:04'), (352, 22, NULL, 24, 'service', NULL, 'Add Dry', NULL, 0, 0, 1, 0, 'Additional drying cycle', NULL, '2026-05-06 03:43:04', '2026-05-06 03:43:04'), (353, 21, NULL, 24, 'item', NULL, 'Surf', NULL, 15, 83, 1, 0, 'Detergent', NULL, '2026-05-06 03:43:04', '2026-05-06 03:43:04'), (354, 21, NULL, 24, 'item', NULL, 'Downy', NULL, 15, 85, 1, 0, 'Fabric Softener', NULL, '2026-05-06 03:43:04', '2026-05-06 03:43:04'), (355, 21, NULL, 24, 'item', NULL, 'Zonrox', NULL, 6, 97, 1, 0, 'Color-safe bleach', NULL, '2026-05-06 03:43:04', '2026-05-06 03:43:04'), (356, NULL, NULL, 24, 'item', NULL, 'Ariel', NULL, 18, 100, 1, 0, 'Detergent', NULL, '2026-05-06 03:43:04', '2026-05-06 03:43:04'), (357, NULL, NULL, 24, 'item', NULL, 'Zonrox', NULL, 6, 97, 1, 0, 'Original', NULL, '2026-05-06 03:43:04', '2026-05-06 03:43:04'), (358, NULL, NULL, 24, 'item', NULL, 'Champion', NULL, 15, 99, 1, 0, 'Detergent', NULL, '2026-05-06 03:43:04', '2026-05-06 03:43:04'), (359, NULL, NULL, 24, 'item', NULL, 'Champion', NULL, 12, 99, 1, 0, 'Fabric Softener', NULL, '2026-05-06 03:43:04', '2026-05-06 03:43:04'), (360, NULL, NULL, 24, 'item', NULL, 'Plastic', NULL, 5, 99, 1, 0, 'Plastic', NULL, '2026-05-06 03:43:04', '2026-05-06 03:43:04'), (361, 20, NULL, 24, 'service', 'Wash Temperature', 'Hot', NULL, 0, 0, 1, 0, NULL, NULL, '2026-05-06 03:43:04', '2026-05-06 03:43:04'), (362, 20, NULL, 24, 'service', 'Wash Temperature', 'Warm', NULL, 0, 0, 1, 0, NULL, NULL, '2026-05-06 03:43:04', '2026-05-06 03:43:04'), (363, 20, NULL, 24, 'service', 'Wash Temperature', 'Cold', NULL, 0, 0, 1, 0, NULL, NULL, '2026-05-06 03:43:04', '2026-05-06 03:43:04'), (364, 20, NULL, 24, 'service', 'Wash Temperature', 'Delicates', NULL, 0, 0, 1, 0, NULL, NULL, '2026-05-06 03:43:04', '2026-05-06 03:43:04'), (365, 20, NULL, 24, 'service', 'Dry Temperature', 'High', NULL, 0, 0, 1, 0, NULL, NULL, '2026-05-06 03:43:04', '2026-05-06 03:43:04'), (366, 20, NULL, 24, 'service', 'Dry Temperature', 'Med', NULL, 0, 0, 1, 0, NULL, NULL, '2026-05-06 03:43:04', '2026-05-06 03:43:04'), (367, 20, NULL, 24, 'service', 'Dry Temperature', 'Low', NULL, 0, 0, 1, 0, NULL, NULL, '2026-05-06 03:43:04', '2026-05-06 03:43:04'), (368, 20, NULL, 24, 'service', 'Dry Temperature', 'No heat', NULL, 0, 0, 1, 0, NULL, NULL, '2026-05-06 03:43:04', '2026-05-06 03:43:04'), (369, 21, NULL, 24, 'service', NULL, 'Fold', NULL, 0, 0, 1, 0, NULL, NULL, '2026-05-06 03:43:04', '2026-05-06 03:43:04'), (370, 21, NULL, 25, 'service', NULL, 'Superwash', NULL, 0, 0, 0, 0, 'Extra deep cleaning wash cycle', NULL, '2026-05-06 03:43:04', '2026-05-06 03:43:04'), (371, 21, NULL, 25, 'service', NULL, 'Add Spin', NULL, 0, 0, 1, 0, 'Extra spin cycle for better drying', NULL, '2026-05-06 03:43:04', '2026-05-06 03:43:04'), (372, 22, NULL, 25, 'service', NULL, 'Add Dry', NULL, 0, 0, 1, 0, 'Additional drying cycle', NULL, '2026-05-06 03:43:04', '2026-05-06 03:43:04'), (373, 21, NULL, 25, 'item', NULL, 'Surf', NULL, 15, 83, 1, 0, 'Detergent', NULL, '2026-05-06 03:43:04', '2026-05-06 03:43:04'), (374, 21, NULL, 25, 'item', NULL, 'Downy', NULL, 15, 85, 1, 0, 'Fabric Softener', NULL, '2026-05-06 03:43:04', '2026-05-06 03:43:04'), (375, 21, NULL, 25, 'item', NULL, 'Zonrox', NULL, 6, 97, 1, 0, 'Color-safe bleach', NULL, '2026-05-06 03:43:04', '2026-05-06 03:43:04'), (376, NULL, NULL, 25, 'item', NULL, 'Ariel', NULL, 18, 100, 1, 0, 'Detergent', NULL, '2026-05-06 03:43:04', '2026-05-06 03:43:04'), (377, NULL, NULL, 25, 'item', NULL, 'Zonrox', NULL, 6, 97, 1, 0, 'Original', NULL, '2026-05-06 03:43:04', '2026-05-06 03:43:04'), (378, NULL, NULL, 25, 'item', NULL, 'Champion', NULL, 15, 99, 1, 0, 'Detergent', NULL, '2026-05-06 03:43:04', '2026-05-06 03:43:04'), (379, NULL, NULL, 25, 'item', NULL, 'Champion', NULL, 12, 99, 1, 0, 'Fabric Softener', NULL, '2026-05-06 03:43:04', '2026-05-06 03:43:04'), (380, NULL, NULL, 25, 'item', NULL, 'Plastic', NULL, 5, 99, 1, 0, 'Plastic', NULL, '2026-05-06 03:43:04', '2026-05-06 03:43:04'), (381, 20, NULL, 25, 'service', 'Wash Temperature', 'Hot', NULL, 0, 0, 1, 0, NULL, NULL, '2026-05-06 03:43:04', '2026-05-06 03:43:04'), (382, 20, NULL, 25, 'service', 'Wash Temperature', 'Warm', NULL, 0, 0, 1, 0, NULL, NULL, '2026-05-06 03:43:04', '2026-05-06 03:43:04'), (383, 20, NULL, 25, 'service', 'Wash Temperature', 'Cold', NULL, 0, 0, 1, 0, NULL, NULL, '2026-05-06 03:43:04', '2026-05-06 03:43:04'), (384, 20, NULL, 25, 'service', 'Wash Temperature', 'Delicates', NULL, 0, 0, 1, 0, NULL, NULL, '2026-05-06 03:43:04', '2026-05-06 03:43:04'), (385, 20, NULL, 25, 'service', 'Dry Temperature', 'High', NULL, 0, 0, 1, 0, NULL, NULL, '2026-05-06 03:43:04', '2026-05-06 03:43:04'), (386, 20, NULL, 25, 'service', 'Dry Temperature', 'Med', NULL, 0, 0, 1, 0, NULL, NULL, '2026-05-06 03:43:04', '2026-05-06 03:43:04'), (387, 20, NULL, 25, 'service', 'Dry Temperature', 'Low', NULL, 0, 0, 1, 0, NULL, NULL, '2026-05-06 03:43:04', '2026-05-06 03:43:04'), (388, 20, NULL, 25, 'service', 'Dry Temperature', 'No heat', NULL, 0, 0, 1, 0, NULL, NULL, '2026-05-06 03:43:04', '2026-05-06 03:43:04'), (389, 21, NULL, 25, 'service', NULL, 'Fold', NULL, 0, 0, 1, 0, NULL, NULL, '2026-05-06 03:43:04', '2026-05-06 03:43:04'), (390, 21, NULL, 26, 'service', NULL, 'Superwash', NULL, 0, 0, 0, 0, 'Extra deep cleaning wash cycle', NULL, '2026-05-06 03:43:05', '2026-05-06 03:43:05'), (391, 21, NULL, 26, 'service', NULL, 'Add Spin', NULL, 0, 0, 1, 0, 'Extra spin cycle for better drying', NULL, '2026-05-06 03:43:05', '2026-05-06 03:43:05'), (392, 22, NULL, 26, 'service', NULL, 'Add Dry', NULL, 0, 0, 1, 0, 'Additional drying cycle', NULL, '2026-05-06 03:43:05', '2026-05-06 03:43:05'), (393, 21, NULL, 26, 'item', NULL, 'Surf', NULL, 15, 83, 1, 0, 'Detergent', NULL, '2026-05-06 03:43:05', '2026-05-06 03:43:05'), (394, 21, NULL, 26, 'item', NULL, 'Downy', NULL, 15, 85, 1, 0, 'Fabric Softener', NULL, '2026-05-06 03:43:05', '2026-05-06 03:43:05'), (395, 21, NULL, 26, 'item', NULL, 'Zonrox', NULL, 6, 97, 1, 0, 'Color-safe bleach', NULL, '2026-05-06 03:43:05', '2026-05-06 03:43:05'), (396, NULL, NULL, 26, 'item', NULL, 'Ariel', NULL, 18, 100, 1, 0, 'Detergent', NULL, '2026-05-06 03:43:05', '2026-05-06 03:43:05'), (397, NULL, NULL, 26, 'item', NULL, 'Zonrox', NULL, 6, 97, 1, 0, 'Original', NULL, '2026-05-06 03:43:05', '2026-05-06 03:43:05'), (398, NULL, NULL, 26, 'item', NULL, 'Champion', NULL, 15, 99, 1, 0, 'Detergent', NULL, '2026-05-06 03:43:05', '2026-05-06 03:43:05'), (399, NULL, NULL, 26, 'item', NULL, 'Champion', NULL, 12, 99, 1, 0, 'Fabric Softener', NULL, '2026-05-06 03:43:05', '2026-05-06 03:43:05'), (400, NULL, NULL, 26, 'item', NULL, 'Plastic', NULL, 5, 99, 1, 0, 'Plastic', NULL, '2026-05-06 03:43:05', '2026-05-06 03:43:05'), (401, 20, NULL, 26, 'service', 'Wash Temperature', 'Hot', NULL, 0, 0, 1, 0, NULL, NULL, '2026-05-06 03:43:05', '2026-05-06 03:43:05'), (402, 20, NULL, 26, 'service', 'Wash Temperature', 'Warm', NULL, 0, 0, 1, 0, NULL, NULL, '2026-05-06 03:43:05', '2026-05-06 03:43:05'), (403, 20, NULL, 26, 'service', 'Wash Temperature', 'Cold', NULL, 0, 0, 1, 0, NULL, NULL, '2026-05-06 03:43:05', '2026-05-06 03:43:05'), (404, 20, NULL, 26, 'service', 'Wash Temperature', 'Delicates', NULL, 0, 0, 1, 0, NULL, NULL, '2026-05-06 03:43:05', '2026-05-06 03:43:05'), (405, 20, NULL, 26, 'service', 'Dry Temperature', 'High', NULL, 0, 0, 1, 0, NULL, NULL, '2026-05-06 03:43:05', '2026-05-06 03:43:05'), (406, 20, NULL, 26, 'service', 'Dry Temperature', 'Med', NULL, 0, 0, 1, 0, NULL, NULL, '2026-05-06 03:43:05', '2026-05-06 03:43:05'), (407, 20, NULL, 26, 'service', 'Dry Temperature', 'Low', NULL, 0, 0, 1, 0, NULL, NULL, '2026-05-06 03:43:05', '2026-05-06 03:43:05'), (408, 20, NULL, 26, 'service', 'Dry Temperature', 'No heat', NULL, 0, 0, 1, 0, NULL, NULL, '2026-05-06 03:43:05', '2026-05-06 03:43:05'), (409, 21, NULL, 26, 'service', NULL, 'Fold', NULL, 0, 0, 1, 0, NULL, NULL, '2026-05-06 03:43:05', '2026-05-06 03:43:05'), (410, 21, NULL, 27, 'service', NULL, 'Superwash', NULL, 0, 0, 0, 0, 'Extra deep cleaning wash cycle', NULL, '2026-05-06 03:43:05', '2026-05-06 03:43:05'), (411, 21, NULL, 27, 'service', NULL, 'Add Spin', NULL, 0, 0, 1, 0, 'Extra spin cycle for better drying', NULL, '2026-05-06 03:43:05', '2026-05-06 03:43:05'), (412, 22, NULL, 27, 'service', NULL, 'Add Dry', NULL, 0, 0, 1, 0, 'Additional drying cycle', NULL, '2026-05-06 03:43:05', '2026-05-06 03:43:05'), (413, 21, NULL, 27, 'item', NULL, 'Surf', NULL, 15, 83, 1, 0, 'Detergent', NULL, '2026-05-06 03:43:05', '2026-05-06 03:43:05'), (414, 21, NULL, 27, 'item', NULL, 'Downy', NULL, 15, 85, 1, 0, 'Fabric Softener', NULL, '2026-05-06 03:43:05', '2026-05-06 03:43:05'), (415, 21, NULL, 27, 'item', NULL, 'Zonrox', NULL, 6, 97, 1, 0, 'Color-safe bleach', NULL, '2026-05-06 03:43:05', '2026-05-06 03:43:05'), (416, NULL, NULL, 27, 'item', NULL, 'Ariel', NULL, 18, 100, 1, 0, 'Detergent', NULL, '2026-05-06 03:43:05', '2026-05-06 03:43:05'), (417, NULL, NULL, 27, 'item', NULL, 'Zonrox', NULL, 6, 97, 1, 0, 'Original', NULL, '2026-05-06 03:43:05', '2026-05-06 03:43:05'), (418, NULL, NULL, 27, 'item', NULL, 'Champion', NULL, 15, 99, 1, 0, 'Detergent', NULL, '2026-05-06 03:43:05', '2026-05-06 03:43:05'); INSERT INTO `additionals` (`id`, `service_id`, `product_id`, `store_id`, `type`, `addon_group_name`, `title`, `title_bn`, `price`, `stock`, `is_active`, `is_template`, `description`, `description_bn`, `created_at`, `updated_at`) VALUES (419, NULL, NULL, 27, 'item', NULL, 'Champion', NULL, 12, 99, 1, 0, 'Fabric Softener', NULL, '2026-05-06 03:43:05', '2026-05-06 03:43:05'), (420, NULL, NULL, 27, 'item', NULL, 'Plastic', NULL, 5, 99, 1, 0, 'Plastic', NULL, '2026-05-06 03:43:05', '2026-05-06 03:43:05'), (421, 20, NULL, 27, 'service', 'Wash Temperature', 'Hot', NULL, 0, 0, 1, 0, NULL, NULL, '2026-05-06 03:43:05', '2026-05-06 03:43:05'), (422, 20, NULL, 27, 'service', 'Wash Temperature', 'Warm', NULL, 0, 0, 1, 0, NULL, NULL, '2026-05-06 03:43:05', '2026-05-06 03:43:05'), (423, 20, NULL, 27, 'service', 'Wash Temperature', 'Cold', NULL, 0, 0, 1, 0, NULL, NULL, '2026-05-06 03:43:05', '2026-05-06 03:43:05'), (424, 20, NULL, 27, 'service', 'Wash Temperature', 'Delicates', NULL, 0, 0, 1, 0, NULL, NULL, '2026-05-06 03:43:05', '2026-05-06 03:43:05'), (425, 20, NULL, 27, 'service', 'Dry Temperature', 'High', NULL, 0, 0, 1, 0, NULL, NULL, '2026-05-06 03:43:05', '2026-05-06 03:43:05'), (426, 20, NULL, 27, 'service', 'Dry Temperature', 'Med', NULL, 0, 0, 1, 0, NULL, NULL, '2026-05-06 03:43:05', '2026-05-06 03:43:05'), (427, 20, NULL, 27, 'service', 'Dry Temperature', 'Low', NULL, 0, 0, 1, 0, NULL, NULL, '2026-05-06 03:43:05', '2026-05-06 03:43:05'), (428, 20, NULL, 27, 'service', 'Dry Temperature', 'No heat', NULL, 0, 0, 1, 0, NULL, NULL, '2026-05-06 03:43:05', '2026-05-06 03:43:05'), (429, 21, NULL, 27, 'service', NULL, 'Fold', NULL, 0, 0, 1, 0, NULL, NULL, '2026-05-06 03:43:05', '2026-05-06 03:43:05'), (430, 21, NULL, 28, 'service', NULL, 'Superwash', NULL, 0, 0, 0, 0, 'Extra deep cleaning wash cycle', NULL, '2026-05-06 03:43:05', '2026-05-06 03:43:05'), (431, 21, NULL, 28, 'service', NULL, 'Add Spin', NULL, 0, 0, 1, 0, 'Extra spin cycle for better drying', NULL, '2026-05-06 03:43:05', '2026-05-06 03:43:05'), (432, 22, NULL, 28, 'service', NULL, 'Add Dry', NULL, 0, 0, 1, 0, 'Additional drying cycle', NULL, '2026-05-06 03:43:05', '2026-05-06 03:43:05'), (433, 21, NULL, 28, 'item', NULL, 'Surf', NULL, 15, 83, 1, 0, 'Detergent', NULL, '2026-05-06 03:43:05', '2026-05-06 03:43:05'), (434, 21, NULL, 28, 'item', NULL, 'Downy', NULL, 15, 85, 1, 0, 'Fabric Softener', NULL, '2026-05-06 03:43:05', '2026-05-06 03:43:05'), (435, 21, NULL, 28, 'item', NULL, 'Zonrox', NULL, 6, 97, 1, 0, 'Color-safe bleach', NULL, '2026-05-06 03:43:05', '2026-05-06 03:43:05'), (436, NULL, NULL, 28, 'item', NULL, 'Ariel', NULL, 18, 100, 1, 0, 'Detergent', NULL, '2026-05-06 03:43:05', '2026-05-06 03:43:05'), (437, NULL, NULL, 28, 'item', NULL, 'Zonrox', NULL, 6, 97, 1, 0, 'Original', NULL, '2026-05-06 03:43:05', '2026-05-06 03:43:05'), (438, NULL, NULL, 28, 'item', NULL, 'Champion', NULL, 15, 99, 1, 0, 'Detergent', NULL, '2026-05-06 03:43:05', '2026-05-06 03:43:05'), (439, NULL, NULL, 28, 'item', NULL, 'Champion', NULL, 12, 99, 1, 0, 'Fabric Softener', NULL, '2026-05-06 03:43:05', '2026-05-06 03:43:05'), (440, NULL, NULL, 28, 'item', NULL, 'Plastic', NULL, 5, 99, 1, 0, 'Plastic', NULL, '2026-05-06 03:43:05', '2026-05-06 03:43:05'), (441, 20, NULL, 28, 'service', 'Wash Temperature', 'Hot', NULL, 0, 0, 1, 0, NULL, NULL, '2026-05-06 03:43:05', '2026-05-06 03:43:05'), (442, 20, NULL, 28, 'service', 'Wash Temperature', 'Warm', NULL, 0, 0, 1, 0, NULL, NULL, '2026-05-06 03:43:05', '2026-05-06 03:43:05'), (443, 20, NULL, 28, 'service', 'Wash Temperature', 'Cold', NULL, 0, 0, 1, 0, NULL, NULL, '2026-05-06 03:43:05', '2026-05-06 03:43:05'), (444, 20, NULL, 28, 'service', 'Wash Temperature', 'Delicates', NULL, 0, 0, 1, 0, NULL, NULL, '2026-05-06 03:43:05', '2026-05-06 03:43:05'), (445, 20, NULL, 28, 'service', 'Dry Temperature', 'High', NULL, 0, 0, 1, 0, NULL, NULL, '2026-05-06 03:43:05', '2026-05-06 03:43:05'), (446, 20, NULL, 28, 'service', 'Dry Temperature', 'Med', NULL, 0, 0, 1, 0, NULL, NULL, '2026-05-06 03:43:05', '2026-05-06 03:43:05'), (447, 20, NULL, 28, 'service', 'Dry Temperature', 'Low', NULL, 0, 0, 1, 0, NULL, NULL, '2026-05-06 03:43:05', '2026-05-06 03:43:05'), (448, 20, NULL, 28, 'service', 'Dry Temperature', 'No heat', NULL, 0, 0, 1, 0, NULL, NULL, '2026-05-06 03:43:05', '2026-05-06 03:43:05'), (449, 21, NULL, 28, 'service', NULL, 'Fold', NULL, 0, 0, 1, 0, NULL, NULL, '2026-05-06 03:43:05', '2026-05-06 03:43:05'), (450, 21, NULL, 29, 'service', NULL, 'Superwash', NULL, 0, 0, 0, 0, 'Extra deep cleaning wash cycle', NULL, '2026-05-06 03:43:05', '2026-05-06 03:43:05'), (451, 21, NULL, 29, 'service', NULL, 'Add Spin', NULL, 0, 0, 1, 0, 'Extra spin cycle for better drying', NULL, '2026-05-06 03:43:05', '2026-05-06 03:43:05'), (452, 22, NULL, 29, 'service', NULL, 'Add Dry', NULL, 0, 0, 1, 0, 'Additional drying cycle', NULL, '2026-05-06 03:43:05', '2026-05-06 03:43:05'), (453, 21, NULL, 29, 'item', NULL, 'Surf', NULL, 15, 83, 1, 0, 'Detergent', NULL, '2026-05-06 03:43:05', '2026-05-06 03:43:05'), (454, 21, NULL, 29, 'item', NULL, 'Downy', NULL, 15, 85, 1, 0, 'Fabric Softener', NULL, '2026-05-06 03:43:05', '2026-05-06 03:43:05'), (455, 21, NULL, 29, 'item', NULL, 'Zonrox', NULL, 6, 97, 1, 0, 'Color-safe bleach', NULL, '2026-05-06 03:43:05', '2026-05-06 03:43:05'), (456, NULL, NULL, 29, 'item', NULL, 'Ariel', NULL, 18, 100, 1, 0, 'Detergent', NULL, '2026-05-06 03:43:05', '2026-05-06 03:43:05'), (457, NULL, NULL, 29, 'item', NULL, 'Zonrox', NULL, 6, 97, 1, 0, 'Original', NULL, '2026-05-06 03:43:05', '2026-05-06 03:43:05'), (458, NULL, NULL, 29, 'item', NULL, 'Champion', NULL, 15, 99, 1, 0, 'Detergent', NULL, '2026-05-06 03:43:05', '2026-05-06 03:43:05'), (459, NULL, NULL, 29, 'item', NULL, 'Champion', NULL, 12, 99, 1, 0, 'Fabric Softener', NULL, '2026-05-06 03:43:05', '2026-05-06 03:43:05'), (460, NULL, NULL, 29, 'item', NULL, 'Plastic', NULL, 5, 99, 1, 0, 'Plastic', NULL, '2026-05-06 03:43:05', '2026-05-06 03:43:05'), (461, 20, NULL, 29, 'service', 'Wash Temperature', 'Hot', NULL, 0, 0, 1, 0, NULL, NULL, '2026-05-06 03:43:05', '2026-05-06 03:43:05'), (462, 20, NULL, 29, 'service', 'Wash Temperature', 'Warm', NULL, 0, 0, 1, 0, NULL, NULL, '2026-05-06 03:43:05', '2026-05-06 03:43:05'), (463, 20, NULL, 29, 'service', 'Wash Temperature', 'Cold', NULL, 0, 0, 1, 0, NULL, NULL, '2026-05-06 03:43:05', '2026-05-06 03:43:05'), (464, 20, NULL, 29, 'service', 'Wash Temperature', 'Delicates', NULL, 0, 0, 1, 0, NULL, NULL, '2026-05-06 03:43:05', '2026-05-06 03:43:05'), (465, 20, NULL, 29, 'service', 'Dry Temperature', 'High', NULL, 0, 0, 1, 0, NULL, NULL, '2026-05-06 03:43:05', '2026-05-06 03:43:05'), (466, 20, NULL, 29, 'service', 'Dry Temperature', 'Med', NULL, 0, 0, 1, 0, NULL, NULL, '2026-05-06 03:43:05', '2026-05-06 03:43:05'), (467, 20, NULL, 29, 'service', 'Dry Temperature', 'Low', NULL, 0, 0, 1, 0, NULL, NULL, '2026-05-06 03:43:05', '2026-05-06 03:43:05'), (468, 20, NULL, 29, 'service', 'Dry Temperature', 'No heat', NULL, 0, 0, 1, 0, NULL, NULL, '2026-05-06 03:43:05', '2026-05-06 03:43:05'), (469, 21, NULL, 29, 'service', NULL, 'Fold', NULL, 0, 0, 1, 0, NULL, NULL, '2026-05-06 03:43:05', '2026-05-06 03:43:05'), (470, 21, NULL, 30, 'service', NULL, 'Superwash', NULL, 0, 0, 0, 0, 'Extra deep cleaning wash cycle', NULL, '2026-05-06 03:43:05', '2026-05-06 03:43:05'), (471, 21, NULL, 30, 'service', NULL, 'Add Spin', NULL, 0, 0, 1, 0, 'Extra spin cycle for better drying', NULL, '2026-05-06 03:43:05', '2026-05-06 03:43:05'), (472, 22, NULL, 30, 'service', NULL, 'Add Dry', NULL, 0, 0, 1, 0, 'Additional drying cycle', NULL, '2026-05-06 03:43:05', '2026-05-06 03:43:05'), (473, 21, NULL, 30, 'item', NULL, 'Surf', NULL, 15, 83, 1, 0, 'Detergent', NULL, '2026-05-06 03:43:05', '2026-05-06 03:43:05'), (474, 21, NULL, 30, 'item', NULL, 'Downy', NULL, 15, 85, 1, 0, 'Fabric Softener', NULL, '2026-05-06 03:43:05', '2026-05-06 03:43:05'), (475, 21, NULL, 30, 'item', NULL, 'Zonrox', NULL, 6, 97, 1, 0, 'Color-safe bleach', NULL, '2026-05-06 03:43:05', '2026-05-06 03:43:05'), (476, NULL, NULL, 30, 'item', NULL, 'Ariel', NULL, 18, 100, 1, 0, 'Detergent', NULL, '2026-05-06 03:43:05', '2026-05-06 03:43:05'), (477, NULL, NULL, 30, 'item', NULL, 'Zonrox', NULL, 6, 97, 1, 0, 'Original', NULL, '2026-05-06 03:43:05', '2026-05-06 03:43:05'), (478, NULL, NULL, 30, 'item', NULL, 'Champion', NULL, 15, 99, 1, 0, 'Detergent', NULL, '2026-05-06 03:43:05', '2026-05-06 03:43:05'), (479, NULL, NULL, 30, 'item', NULL, 'Champion', NULL, 12, 99, 1, 0, 'Fabric Softener', NULL, '2026-05-06 03:43:05', '2026-05-06 03:43:05'), (480, NULL, NULL, 30, 'item', NULL, 'Plastic', NULL, 5, 99, 1, 0, 'Plastic', NULL, '2026-05-06 03:43:05', '2026-05-06 03:43:05'), (481, 20, NULL, 30, 'service', 'Wash Temperature', 'Hot', NULL, 0, 0, 1, 0, NULL, NULL, '2026-05-06 03:43:05', '2026-05-06 03:43:05'), (482, 20, NULL, 30, 'service', 'Wash Temperature', 'Warm', NULL, 0, 0, 1, 0, NULL, NULL, '2026-05-06 03:43:05', '2026-05-06 03:43:05'), (483, 20, NULL, 30, 'service', 'Wash Temperature', 'Cold', NULL, 0, 0, 1, 0, NULL, NULL, '2026-05-06 03:43:05', '2026-05-06 03:43:05'), (484, 20, NULL, 30, 'service', 'Wash Temperature', 'Delicates', NULL, 0, 0, 1, 0, NULL, NULL, '2026-05-06 03:43:05', '2026-05-06 03:43:05'), (485, 20, NULL, 30, 'service', 'Dry Temperature', 'High', NULL, 0, 0, 1, 0, NULL, NULL, '2026-05-06 03:43:05', '2026-05-06 03:43:05'), (486, 20, NULL, 30, 'service', 'Dry Temperature', 'Med', NULL, 0, 0, 1, 0, NULL, NULL, '2026-05-06 03:43:05', '2026-05-06 03:43:05'), (487, 20, NULL, 30, 'service', 'Dry Temperature', 'Low', NULL, 0, 0, 1, 0, NULL, NULL, '2026-05-06 03:43:05', '2026-05-06 03:43:05'), (488, 20, NULL, 30, 'service', 'Dry Temperature', 'No heat', NULL, 0, 0, 1, 0, NULL, NULL, '2026-05-06 03:43:05', '2026-05-06 03:43:05'), (489, 21, NULL, 30, 'service', NULL, 'Fold', NULL, 0, 0, 1, 0, NULL, NULL, '2026-05-06 03:43:05', '2026-05-06 03:43:05'), (490, 21, NULL, 31, 'service', NULL, 'Superwash', NULL, 0, 0, 0, 0, 'Extra deep cleaning wash cycle', NULL, '2026-05-06 03:43:05', '2026-05-06 03:43:05'), (491, 21, NULL, 31, 'service', NULL, 'Add Spin', NULL, 0, 0, 1, 0, 'Extra spin cycle for better drying', NULL, '2026-05-06 03:43:05', '2026-05-06 03:43:05'), (492, 22, NULL, 31, 'service', NULL, 'Add Dry', NULL, 0, 0, 1, 0, 'Additional drying cycle', NULL, '2026-05-06 03:43:05', '2026-05-06 03:43:05'), (493, 21, NULL, 31, 'item', NULL, 'Surf', NULL, 15, 83, 1, 0, 'Detergent', NULL, '2026-05-06 03:43:05', '2026-05-06 03:43:05'), (494, 21, NULL, 31, 'item', NULL, 'Downy', NULL, 15, 85, 1, 0, 'Fabric Softener', NULL, '2026-05-06 03:43:05', '2026-05-06 03:43:05'), (495, 21, NULL, 31, 'item', NULL, 'Zonrox', NULL, 6, 97, 1, 0, 'Color-safe bleach', NULL, '2026-05-06 03:43:05', '2026-05-06 03:43:05'), (496, NULL, NULL, 31, 'item', NULL, 'Ariel', NULL, 18, 100, 1, 0, 'Detergent', NULL, '2026-05-06 03:43:05', '2026-05-06 03:43:05'), (497, NULL, NULL, 31, 'item', NULL, 'Zonrox', NULL, 6, 97, 1, 0, 'Original', NULL, '2026-05-06 03:43:05', '2026-05-06 03:43:05'), (498, NULL, NULL, 31, 'item', NULL, 'Champion', NULL, 15, 99, 1, 0, 'Detergent', NULL, '2026-05-06 03:43:05', '2026-05-06 03:43:05'), (499, NULL, NULL, 31, 'item', NULL, 'Champion', NULL, 12, 99, 1, 0, 'Fabric Softener', NULL, '2026-05-06 03:43:05', '2026-05-06 03:43:05'), (500, NULL, NULL, 31, 'item', NULL, 'Plastic', NULL, 5, 99, 1, 0, 'Plastic', NULL, '2026-05-06 03:43:05', '2026-05-06 03:43:05'), (501, 20, NULL, 31, 'service', 'Wash Temperature', 'Hot', NULL, 0, 0, 1, 0, NULL, NULL, '2026-05-06 03:43:05', '2026-05-06 03:43:05'), (502, 20, NULL, 31, 'service', 'Wash Temperature', 'Warm', NULL, 0, 0, 1, 0, NULL, NULL, '2026-05-06 03:43:05', '2026-05-06 03:43:05'), (503, 20, NULL, 31, 'service', 'Wash Temperature', 'Cold', NULL, 0, 0, 1, 0, NULL, NULL, '2026-05-06 03:43:05', '2026-05-06 03:43:05'), (504, 20, NULL, 31, 'service', 'Wash Temperature', 'Delicates', NULL, 0, 0, 1, 0, NULL, NULL, '2026-05-06 03:43:05', '2026-05-06 03:43:05'), (505, 20, NULL, 31, 'service', 'Dry Temperature', 'High', NULL, 0, 0, 1, 0, NULL, NULL, '2026-05-06 03:43:05', '2026-05-06 03:43:05'), (506, 20, NULL, 31, 'service', 'Dry Temperature', 'Med', NULL, 0, 0, 1, 0, NULL, NULL, '2026-05-06 03:43:05', '2026-05-06 03:43:05'), (507, 20, NULL, 31, 'service', 'Dry Temperature', 'Low', NULL, 0, 0, 1, 0, NULL, NULL, '2026-05-06 03:43:05', '2026-05-06 03:43:05'), (508, 20, NULL, 31, 'service', 'Dry Temperature', 'No heat', NULL, 0, 0, 1, 0, NULL, NULL, '2026-05-06 03:43:05', '2026-05-06 03:43:05'), (509, 21, NULL, 31, 'service', NULL, 'Fold', NULL, 0, 0, 1, 0, NULL, NULL, '2026-05-06 03:43:05', '2026-05-06 03:43:05'), (510, 21, NULL, 32, 'service', NULL, 'Superwash', NULL, 0, 0, 0, 0, 'Extra deep cleaning wash cycle', NULL, '2026-05-06 03:43:05', '2026-05-06 03:43:05'), (511, 21, NULL, 32, 'service', NULL, 'Add Spin', NULL, 0, 0, 1, 0, 'Extra spin cycle for better drying', NULL, '2026-05-06 03:43:05', '2026-05-06 03:43:05'), (512, 22, NULL, 32, 'service', NULL, 'Add Dry', NULL, 0, 0, 1, 0, 'Additional drying cycle', NULL, '2026-05-06 03:43:05', '2026-05-06 03:43:05'), (513, 21, NULL, 32, 'item', NULL, 'Surf', NULL, 15, 83, 1, 0, 'Detergent', NULL, '2026-05-06 03:43:05', '2026-05-06 03:43:05'), (514, 21, NULL, 32, 'item', NULL, 'Downy', NULL, 15, 85, 1, 0, 'Fabric Softener', NULL, '2026-05-06 03:43:05', '2026-05-06 03:43:05'), (515, 21, NULL, 32, 'item', NULL, 'Zonrox', NULL, 6, 97, 1, 0, 'Color-safe bleach', NULL, '2026-05-06 03:43:05', '2026-05-06 03:43:05'), (516, NULL, NULL, 32, 'item', NULL, 'Ariel', NULL, 18, 100, 1, 0, 'Detergent', NULL, '2026-05-06 03:43:05', '2026-05-06 03:43:05'), (517, NULL, NULL, 32, 'item', NULL, 'Zonrox', NULL, 6, 97, 1, 0, 'Original', NULL, '2026-05-06 03:43:05', '2026-05-06 03:43:05'), (518, NULL, NULL, 32, 'item', NULL, 'Champion', NULL, 15, 99, 1, 0, 'Detergent', NULL, '2026-05-06 03:43:05', '2026-05-06 03:43:05'), (519, NULL, NULL, 32, 'item', NULL, 'Champion', NULL, 12, 99, 1, 0, 'Fabric Softener', NULL, '2026-05-06 03:43:05', '2026-05-06 03:43:05'), (520, NULL, NULL, 32, 'item', NULL, 'Plastic', NULL, 5, 99, 1, 0, 'Plastic', NULL, '2026-05-06 03:43:05', '2026-05-06 03:43:05'), (521, 20, NULL, 32, 'service', 'Wash Temperature', 'Hot', NULL, 0, 0, 1, 0, NULL, NULL, '2026-05-06 03:43:05', '2026-05-06 03:43:05'), (522, 20, NULL, 32, 'service', 'Wash Temperature', 'Warm', NULL, 0, 0, 1, 0, NULL, NULL, '2026-05-06 03:43:05', '2026-05-06 03:43:05'), (523, 20, NULL, 32, 'service', 'Wash Temperature', 'Cold', NULL, 0, 0, 1, 0, NULL, NULL, '2026-05-06 03:43:05', '2026-05-06 03:43:05'), (524, 20, NULL, 32, 'service', 'Wash Temperature', 'Delicates', NULL, 0, 0, 1, 0, NULL, NULL, '2026-05-06 03:43:05', '2026-05-06 03:43:05'), (525, 20, NULL, 32, 'service', 'Dry Temperature', 'High', NULL, 0, 0, 1, 0, NULL, NULL, '2026-05-06 03:43:05', '2026-05-06 03:43:05'), (526, 20, NULL, 32, 'service', 'Dry Temperature', 'Med', NULL, 0, 0, 1, 0, NULL, NULL, '2026-05-06 03:43:05', '2026-05-06 03:43:05'), (527, 20, NULL, 32, 'service', 'Dry Temperature', 'Low', NULL, 0, 0, 1, 0, NULL, NULL, '2026-05-06 03:43:05', '2026-05-06 03:43:05'), (528, 20, NULL, 32, 'service', 'Dry Temperature', 'No heat', NULL, 0, 0, 1, 0, NULL, NULL, '2026-05-06 03:43:05', '2026-05-06 03:43:05'), (529, 21, NULL, 32, 'service', NULL, 'Fold', NULL, 0, 0, 1, 0, NULL, NULL, '2026-05-06 03:43:05', '2026-05-06 03:43:05'), (530, 21, NULL, 33, 'service', NULL, 'Superwash', NULL, 0, 0, 0, 0, 'Extra deep cleaning wash cycle', NULL, '2026-05-06 03:43:06', '2026-05-06 03:43:06'), (531, 21, NULL, 33, 'service', NULL, 'Add Spin', NULL, 0, 0, 1, 0, 'Extra spin cycle for better drying', NULL, '2026-05-06 03:43:06', '2026-05-06 03:43:06'), (532, 22, NULL, 33, 'service', NULL, 'Add Dry', NULL, 0, 0, 1, 0, 'Additional drying cycle', NULL, '2026-05-06 03:43:06', '2026-05-06 03:43:06'), (533, 21, NULL, 33, 'item', NULL, 'Surf', NULL, 15, 83, 1, 0, 'Detergent', NULL, '2026-05-06 03:43:06', '2026-05-06 03:43:06'), (534, 21, NULL, 33, 'item', NULL, 'Downy', NULL, 15, 85, 1, 0, 'Fabric Softener', NULL, '2026-05-06 03:43:06', '2026-05-06 03:43:06'), (535, 21, NULL, 33, 'item', NULL, 'Zonrox', NULL, 6, 97, 1, 0, 'Color-safe bleach', NULL, '2026-05-06 03:43:06', '2026-05-06 03:43:06'), (536, NULL, NULL, 33, 'item', NULL, 'Ariel', NULL, 18, 100, 1, 0, 'Detergent', NULL, '2026-05-06 03:43:06', '2026-05-06 03:43:06'), (537, NULL, NULL, 33, 'item', NULL, 'Zonrox', NULL, 6, 97, 1, 0, 'Original', NULL, '2026-05-06 03:43:06', '2026-05-06 03:43:06'), (538, NULL, NULL, 33, 'item', NULL, 'Champion', NULL, 15, 99, 1, 0, 'Detergent', NULL, '2026-05-06 03:43:06', '2026-05-06 03:43:06'), (539, NULL, NULL, 33, 'item', NULL, 'Champion', NULL, 12, 99, 1, 0, 'Fabric Softener', NULL, '2026-05-06 03:43:06', '2026-05-06 03:43:06'), (540, NULL, NULL, 33, 'item', NULL, 'Plastic', NULL, 5, 99, 1, 0, 'Plastic', NULL, '2026-05-06 03:43:06', '2026-05-06 03:43:06'), (541, 20, NULL, 33, 'service', 'Wash Temperature', 'Hot', NULL, 0, 0, 1, 0, NULL, NULL, '2026-05-06 03:43:06', '2026-05-06 03:43:06'), (542, 20, NULL, 33, 'service', 'Wash Temperature', 'Warm', NULL, 0, 0, 1, 0, NULL, NULL, '2026-05-06 03:43:06', '2026-05-06 03:43:06'), (543, 20, NULL, 33, 'service', 'Wash Temperature', 'Cold', NULL, 0, 0, 1, 0, NULL, NULL, '2026-05-06 03:43:06', '2026-05-06 03:43:06'), (544, 20, NULL, 33, 'service', 'Wash Temperature', 'Delicates', NULL, 0, 0, 1, 0, NULL, NULL, '2026-05-06 03:43:06', '2026-05-06 03:43:06'), (545, 20, NULL, 33, 'service', 'Dry Temperature', 'High', NULL, 0, 0, 1, 0, NULL, NULL, '2026-05-06 03:43:06', '2026-05-06 03:43:06'), (546, 20, NULL, 33, 'service', 'Dry Temperature', 'Med', NULL, 0, 0, 1, 0, NULL, NULL, '2026-05-06 03:43:06', '2026-05-06 03:43:06'), (547, 20, NULL, 33, 'service', 'Dry Temperature', 'Low', NULL, 0, 0, 1, 0, NULL, NULL, '2026-05-06 03:43:06', '2026-05-06 03:43:06'), (548, 20, NULL, 33, 'service', 'Dry Temperature', 'No heat', NULL, 0, 0, 1, 0, NULL, NULL, '2026-05-06 03:43:06', '2026-05-06 03:43:06'), (549, 21, NULL, 33, 'service', NULL, 'Fold', NULL, 0, 0, 1, 0, NULL, NULL, '2026-05-06 03:43:06', '2026-05-06 03:43:06'), (550, 21, NULL, 34, 'service', NULL, 'Superwash', NULL, 0, 0, 0, 0, 'Extra deep cleaning wash cycle', NULL, '2026-05-06 03:43:06', '2026-05-06 03:43:06'), (551, 21, NULL, 34, 'service', NULL, 'Add Spin', NULL, 0, 0, 1, 0, 'Extra spin cycle for better drying', NULL, '2026-05-06 03:43:06', '2026-05-06 03:43:06'), (552, 22, NULL, 34, 'service', NULL, 'Add Dry', NULL, 0, 0, 1, 0, 'Additional drying cycle', NULL, '2026-05-06 03:43:06', '2026-05-06 03:43:06'), (553, 21, NULL, 34, 'item', NULL, 'Surf', NULL, 15, 83, 1, 0, 'Detergent', NULL, '2026-05-06 03:43:06', '2026-05-06 03:43:06'), (554, 21, NULL, 34, 'item', NULL, 'Downy', NULL, 15, 85, 1, 0, 'Fabric Softener', NULL, '2026-05-06 03:43:06', '2026-05-06 03:43:06'), (555, 21, NULL, 34, 'item', NULL, 'Zonrox', NULL, 6, 97, 1, 0, 'Color-safe bleach', NULL, '2026-05-06 03:43:06', '2026-05-06 03:43:06'), (556, NULL, NULL, 34, 'item', NULL, 'Ariel', NULL, 18, 100, 1, 0, 'Detergent', NULL, '2026-05-06 03:43:06', '2026-05-06 03:43:06'), (557, NULL, NULL, 34, 'item', NULL, 'Zonrox', NULL, 6, 97, 1, 0, 'Original', NULL, '2026-05-06 03:43:06', '2026-05-06 03:43:06'), (558, NULL, NULL, 34, 'item', NULL, 'Champion', NULL, 15, 99, 1, 0, 'Detergent', NULL, '2026-05-06 03:43:06', '2026-05-06 03:43:06'), (559, NULL, NULL, 34, 'item', NULL, 'Champion', NULL, 12, 99, 1, 0, 'Fabric Softener', NULL, '2026-05-06 03:43:06', '2026-05-06 03:43:06'), (560, NULL, NULL, 34, 'item', NULL, 'Plastic', NULL, 5, 99, 1, 0, 'Plastic', NULL, '2026-05-06 03:43:06', '2026-05-06 03:43:06'), (561, 20, NULL, 34, 'service', 'Wash Temperature', 'Hot', NULL, 0, 0, 1, 0, NULL, NULL, '2026-05-06 03:43:06', '2026-05-06 03:43:06'), (562, 20, NULL, 34, 'service', 'Wash Temperature', 'Warm', NULL, 0, 0, 1, 0, NULL, NULL, '2026-05-06 03:43:06', '2026-05-06 03:43:06'), (563, 20, NULL, 34, 'service', 'Wash Temperature', 'Cold', NULL, 0, 0, 1, 0, NULL, NULL, '2026-05-06 03:43:06', '2026-05-06 03:43:06'), (564, 20, NULL, 34, 'service', 'Wash Temperature', 'Delicates', NULL, 0, 0, 1, 0, NULL, NULL, '2026-05-06 03:43:06', '2026-05-06 03:43:06'), (565, 20, NULL, 34, 'service', 'Dry Temperature', 'High', NULL, 0, 0, 1, 0, NULL, NULL, '2026-05-06 03:43:06', '2026-05-06 03:43:06'), (566, 20, NULL, 34, 'service', 'Dry Temperature', 'Med', NULL, 0, 0, 1, 0, NULL, NULL, '2026-05-06 03:43:06', '2026-05-06 03:43:06'), (567, 20, NULL, 34, 'service', 'Dry Temperature', 'Low', NULL, 0, 0, 1, 0, NULL, NULL, '2026-05-06 03:43:06', '2026-05-06 03:43:06'), (568, 20, NULL, 34, 'service', 'Dry Temperature', 'No heat', NULL, 0, 0, 1, 0, NULL, NULL, '2026-05-06 03:43:06', '2026-05-06 03:43:06'), (569, 21, NULL, 34, 'service', NULL, 'Fold', NULL, 0, 0, 1, 0, NULL, NULL, '2026-05-06 03:43:06', '2026-05-06 03:43:06'), (570, 21, NULL, 35, 'service', NULL, 'Superwash', NULL, 0, 0, 0, 0, 'Extra deep cleaning wash cycle', NULL, '2026-05-06 03:43:06', '2026-05-06 03:43:06'), (571, 21, NULL, 35, 'service', NULL, 'Add Spin', NULL, 0, 0, 1, 0, 'Extra spin cycle for better drying', NULL, '2026-05-06 03:43:06', '2026-05-06 03:43:06'), (572, 22, NULL, 35, 'service', NULL, 'Add Dry', NULL, 0, 0, 1, 0, 'Additional drying cycle', NULL, '2026-05-06 03:43:06', '2026-05-06 03:43:06'), (573, 21, NULL, 35, 'item', NULL, 'Surf', NULL, 15, 83, 1, 0, 'Detergent', NULL, '2026-05-06 03:43:06', '2026-05-06 03:43:06'), (574, 21, NULL, 35, 'item', NULL, 'Downy', NULL, 15, 85, 1, 0, 'Fabric Softener', NULL, '2026-05-06 03:43:06', '2026-05-06 03:43:06'), (575, 21, NULL, 35, 'item', NULL, 'Zonrox', NULL, 6, 97, 1, 0, 'Color-safe bleach', NULL, '2026-05-06 03:43:06', '2026-05-06 03:43:06'), (576, NULL, NULL, 35, 'item', NULL, 'Ariel', NULL, 18, 100, 1, 0, 'Detergent', NULL, '2026-05-06 03:43:06', '2026-05-06 03:43:06'), (577, NULL, NULL, 35, 'item', NULL, 'Zonrox', NULL, 6, 97, 1, 0, 'Original', NULL, '2026-05-06 03:43:06', '2026-05-06 03:43:06'), (578, NULL, NULL, 35, 'item', NULL, 'Champion', NULL, 15, 99, 1, 0, 'Detergent', NULL, '2026-05-06 03:43:06', '2026-05-06 03:43:06'), (579, NULL, NULL, 35, 'item', NULL, 'Champion', NULL, 12, 99, 1, 0, 'Fabric Softener', NULL, '2026-05-06 03:43:06', '2026-05-06 03:43:06'), (580, NULL, NULL, 35, 'item', NULL, 'Plastic', NULL, 5, 99, 1, 0, 'Plastic', NULL, '2026-05-06 03:43:06', '2026-05-06 03:43:06'), (581, 20, NULL, 35, 'service', 'Wash Temperature', 'Hot', NULL, 0, 0, 1, 0, NULL, NULL, '2026-05-06 03:43:06', '2026-05-06 03:43:06'), (582, 20, NULL, 35, 'service', 'Wash Temperature', 'Warm', NULL, 0, 0, 1, 0, NULL, NULL, '2026-05-06 03:43:06', '2026-05-06 03:43:06'), (583, 20, NULL, 35, 'service', 'Wash Temperature', 'Cold', NULL, 0, 0, 1, 0, NULL, NULL, '2026-05-06 03:43:06', '2026-05-06 03:43:06'), (584, 20, NULL, 35, 'service', 'Wash Temperature', 'Delicates', NULL, 0, 0, 1, 0, NULL, NULL, '2026-05-06 03:43:06', '2026-05-06 03:43:06'), (585, 20, NULL, 35, 'service', 'Dry Temperature', 'High', NULL, 0, 0, 1, 0, NULL, NULL, '2026-05-06 03:43:06', '2026-05-06 03:43:06'), (586, 20, NULL, 35, 'service', 'Dry Temperature', 'Med', NULL, 0, 0, 1, 0, NULL, NULL, '2026-05-06 03:43:06', '2026-05-06 03:43:06'), (587, 20, NULL, 35, 'service', 'Dry Temperature', 'Low', NULL, 0, 0, 1, 0, NULL, NULL, '2026-05-06 03:43:06', '2026-05-06 03:43:06'), (588, 20, NULL, 35, 'service', 'Dry Temperature', 'No heat', NULL, 0, 0, 1, 0, NULL, NULL, '2026-05-06 03:43:06', '2026-05-06 03:43:06'), (589, 21, NULL, 35, 'service', NULL, 'Fold', NULL, 0, 0, 1, 0, NULL, NULL, '2026-05-06 03:43:06', '2026-05-06 03:43:06'), (590, NULL, NULL, NULL, 'item', NULL, 'Zonrox', NULL, 15, 100, 1, 1, NULL, NULL, '2026-05-11 12:41:33', '2026-05-11 12:41:33'), (591, NULL, NULL, NULL, 'item', NULL, 'Champion', NULL, 15, 100, 1, 1, NULL, NULL, '2026-05-11 12:41:33', '2026-05-11 12:41:33'), (592, NULL, NULL, NULL, 'item', NULL, 'Ariel', NULL, 18, 100, 1, 1, NULL, NULL, '2026-05-11 12:41:33', '2026-05-11 12:41:33'), (593, NULL, NULL, NULL, 'item', NULL, 'Downy', NULL, 15, 100, 1, 1, NULL, NULL, '2026-05-11 12:41:33', '2026-05-11 12:41:33'), (594, NULL, NULL, NULL, 'item', NULL, 'Bounce', NULL, 15, 100, 1, 1, NULL, NULL, '2026-05-11 12:41:33', '2026-05-11 12:41:33'), (595, 26, NULL, NULL, 'service', 'Wash Temperature', 'Hot', NULL, 70, 0, 1, 1, NULL, NULL, '2026-05-11 12:41:33', '2026-05-11 12:41:33'), (596, 26, NULL, NULL, 'service', 'Wash Temperature', 'Warm', NULL, 70, 0, 1, 1, NULL, NULL, '2026-05-11 12:41:33', '2026-05-11 12:41:33'), (597, 26, NULL, NULL, 'service', 'Wash Temperature', 'Cold', NULL, 70, 0, 1, 1, NULL, NULL, '2026-05-11 12:41:33', '2026-05-11 12:41:33'), (598, 26, NULL, NULL, 'service', 'Wash Temperature', 'Delicates', NULL, 70, 0, 1, 1, NULL, NULL, '2026-05-11 12:41:33', '2026-05-11 12:41:33'), (599, 26, NULL, NULL, 'service', NULL, 'Add Spin', NULL, 20, 0, 1, 1, NULL, NULL, '2026-05-11 12:41:33', '2026-05-11 12:41:33'), (600, 27, NULL, NULL, 'service', 'Dry Temperature', 'High', NULL, 75, 0, 1, 1, NULL, NULL, '2026-05-11 12:41:33', '2026-05-11 12:41:33'), (601, 27, NULL, NULL, 'service', 'Dry Temperature', 'Med', NULL, 75, 0, 1, 1, NULL, NULL, '2026-05-11 12:41:33', '2026-05-11 12:41:33'), (602, 27, NULL, NULL, 'service', 'Dry Temperature', 'Low', NULL, 75, 0, 1, 1, NULL, NULL, '2026-05-11 12:41:33', '2026-05-11 12:41:33'), (603, 27, NULL, NULL, 'service', 'Dry Temperature', 'No Heat', NULL, 75, 0, 1, 1, NULL, NULL, '2026-05-11 12:41:33', '2026-05-11 12:41:33'), (604, 27, NULL, NULL, 'service', NULL, 'Add Dry', NULL, 20, 0, 1, 1, NULL, NULL, '2026-05-11 12:41:33', '2026-05-11 12:41:33'); -- -------------------------------------------------------- -- -- Table structure for table `additional_orders` -- CREATE TABLE `additional_orders` ( `order_id` bigint(20) UNSIGNED NOT NULL, `additional_id` bigint(20) UNSIGNED NOT NULL, `quantity` int(11) NOT NULL DEFAULT 1, `price` decimal(10,2) NOT NULL DEFAULT 0.00 ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -------------------------------------------------------- -- -- Table structure for table `additional_prices` -- CREATE TABLE `additional_prices` ( `id` bigint(20) UNSIGNED NOT NULL, `additional_id` bigint(20) UNSIGNED NOT NULL, `product_id` bigint(20) UNSIGNED NOT NULL, `price` decimal(10,2) NOT NULL, `is_template` 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 `additional_prices` -- INSERT INTO `additional_prices` (`id`, `additional_id`, `product_id`, `price`, `is_template`, `created_at`, `updated_at`) VALUES (1, 44, 121, 30.00, 0, '2026-04-26 03:12:52', '2026-04-26 03:12:52'), (2, 44, 122, 50.00, 0, '2026-04-26 03:12:52', '2026-04-26 03:12:52'), (3, 44, 119, 30.00, 0, '2026-04-26 03:12:52', '2026-04-26 03:12:52'), (4, 44, 120, 50.00, 0, '2026-04-26 03:12:52', '2026-04-26 03:12:52'), (47, 46, 119, 20.00, 0, '2026-04-29 14:16:25', '2026-04-29 14:16:25'), (48, 46, 120, 30.00, 0, '2026-04-29 14:16:25', '2026-04-29 14:16:25'), (49, 46, 123, 20.00, 0, '2026-04-29 14:16:25', '2026-04-29 14:16:25'), (50, 46, 124, 30.00, 0, '2026-04-29 14:16:25', '2026-04-29 14:16:25'), (147, 65, 119, 0.00, 0, '2026-04-30 11:19:09', '2026-04-30 11:19:09'), (148, 65, 120, 0.00, 0, '2026-04-30 11:19:09', '2026-04-30 11:19:09'), (149, 65, 123, 80.00, 0, '2026-04-30 11:19:09', '2026-04-30 11:19:09'), (150, 65, 124, 180.00, 0, '2026-04-30 11:19:09', '2026-04-30 11:19:09'), (155, 67, 119, 0.00, 0, '2026-04-30 11:20:50', '2026-04-30 11:20:50'), (156, 67, 120, 0.00, 0, '2026-04-30 11:20:50', '2026-04-30 11:20:50'), (157, 67, 123, 75.00, 0, '2026-04-30 11:20:50', '2026-04-30 11:20:50'), (158, 67, 124, 120.00, 0, '2026-04-30 11:20:50', '2026-04-30 11:20:50'), (159, 68, 119, 0.00, 0, '2026-04-30 11:21:21', '2026-04-30 11:21:21'), (160, 68, 120, 0.00, 0, '2026-04-30 11:21:21', '2026-04-30 11:21:21'), (161, 68, 123, 75.00, 0, '2026-04-30 11:21:21', '2026-04-30 11:21:21'), (162, 68, 124, 120.00, 0, '2026-04-30 11:21:21', '2026-04-30 11:21:21'), (163, 62, 119, 0.00, 0, '2026-04-30 11:22:54', '2026-04-30 11:22:54'), (164, 62, 121, 70.00, 0, '2026-04-30 11:22:54', '2026-04-30 11:22:54'), (165, 62, 122, 110.00, 0, '2026-04-30 11:22:54', '2026-04-30 11:22:54'), (166, 64, 119, 0.00, 0, '2026-04-30 11:39:37', '2026-04-30 11:39:37'), (167, 64, 120, 0.00, 0, '2026-04-30 11:39:37', '2026-04-30 11:39:37'), (168, 64, 121, 70.00, 0, '2026-04-30 11:39:37', '2026-04-30 11:39:37'), (169, 64, 122, 110.00, 0, '2026-04-30 11:39:37', '2026-04-30 11:39:37'), (170, 45, 119, 20.00, 0, '2026-04-30 11:39:59', '2026-04-30 11:39:59'), (171, 45, 120, 30.00, 0, '2026-04-30 11:39:59', '2026-04-30 11:39:59'), (172, 45, 121, 20.00, 0, '2026-04-30 11:39:59', '2026-04-30 11:39:59'), (173, 45, 122, 30.00, 0, '2026-04-30 11:39:59', '2026-04-30 11:39:59'), (174, 63, 119, 0.00, 0, '2026-04-30 11:40:28', '2026-04-30 11:40:28'), (175, 63, 120, 0.00, 0, '2026-04-30 11:40:28', '2026-04-30 11:40:28'), (176, 63, 121, 70.00, 0, '2026-04-30 11:40:28', '2026-04-30 11:40:28'), (177, 63, 122, 110.00, 0, '2026-04-30 11:40:28', '2026-04-30 11:40:28'), (178, 69, 121, 35.00, 0, '2026-04-30 11:40:44', '2026-04-30 11:40:44'), (179, 69, 122, 45.00, 0, '2026-04-30 11:40:44', '2026-04-30 11:40:44'), (180, 69, 123, 35.00, 0, '2026-04-30 11:40:44', '2026-04-30 11:40:44'), (181, 69, 124, 45.00, 0, '2026-04-30 11:40:44', '2026-04-30 11:40:44'), (182, 61, 119, 0.00, 0, '2026-04-30 11:42:05', '2026-04-30 11:42:05'), (183, 61, 120, 0.00, 0, '2026-04-30 11:42:05', '2026-04-30 11:42:05'), (184, 61, 121, 70.00, 0, '2026-04-30 11:42:05', '2026-04-30 11:42:05'), (185, 61, 122, 110.00, 0, '2026-04-30 11:42:05', '2026-04-30 11:42:05'), (186, 66, 119, 0.00, 0, '2026-04-30 11:43:04', '2026-04-30 11:43:04'), (187, 66, 120, 0.00, 0, '2026-04-30 11:43:04', '2026-04-30 11:43:04'), (188, 66, 123, 75.00, 0, '2026-04-30 11:43:04', '2026-04-30 11:43:04'), (189, 66, 124, 120.00, 0, '2026-04-30 11:43:04', '2026-04-30 11:43:04'), (190, 595, 418, 70.00, 1, '2026-05-11 12:41:33', '2026-05-11 12:41:33'), (191, 595, 419, 110.00, 1, '2026-05-11 12:41:33', '2026-05-11 12:41:33'), (192, 596, 418, 70.00, 1, '2026-05-11 12:41:33', '2026-05-11 12:41:33'), (193, 596, 419, 110.00, 1, '2026-05-11 12:41:33', '2026-05-11 12:41:33'), (194, 597, 418, 70.00, 1, '2026-05-11 12:41:33', '2026-05-11 12:41:33'), (195, 597, 419, 110.00, 1, '2026-05-11 12:41:33', '2026-05-11 12:41:33'), (196, 598, 418, 70.00, 1, '2026-05-11 12:41:33', '2026-05-11 12:41:33'), (197, 598, 419, 110.00, 1, '2026-05-11 12:41:33', '2026-05-11 12:41:33'), (198, 599, 418, 20.00, 1, '2026-05-11 12:41:33', '2026-05-11 12:41:33'), (199, 599, 419, 30.00, 1, '2026-05-11 12:41:33', '2026-05-11 12:41:33'), (200, 600, 420, 75.00, 1, '2026-05-11 12:41:33', '2026-05-11 12:41:33'), (201, 600, 421, 120.00, 1, '2026-05-11 12:41:33', '2026-05-11 12:41:33'), (202, 601, 420, 75.00, 1, '2026-05-11 12:41:33', '2026-05-11 12:41:33'), (203, 601, 421, 120.00, 1, '2026-05-11 12:41:33', '2026-05-11 12:41:33'), (204, 602, 420, 75.00, 1, '2026-05-11 12:41:33', '2026-05-11 12:41:33'), (205, 602, 421, 120.00, 1, '2026-05-11 12:41:33', '2026-05-11 12:41:33'), (206, 603, 420, 75.00, 1, '2026-05-11 12:41:33', '2026-05-11 12:41:33'), (207, 603, 421, 120.00, 1, '2026-05-11 12:41:33', '2026-05-11 12:41:33'), (208, 604, 420, 20.00, 1, '2026-05-11 12:41:33', '2026-05-11 12:41:33'), (209, 604, 421, 30.00, 1, '2026-05-11 12:41:33', '2026-05-11 12:41:33'); -- -------------------------------------------------------- -- -- Table structure for table `addresses` -- CREATE TABLE `addresses` ( `id` bigint(20) UNSIGNED NOT NULL, `customer_id` bigint(20) UNSIGNED DEFAULT NULL, `store_id` bigint(20) UNSIGNED DEFAULT NULL, `address_name` varchar(255) DEFAULT NULL, `road_no` varchar(255) DEFAULT NULL, `house_no` varchar(255) DEFAULT NULL, `flat_no` varchar(255) DEFAULT NULL, `house_name` varchar(255) DEFAULT NULL, `block` varchar(255) DEFAULT NULL, `sub_district_id` bigint(20) UNSIGNED DEFAULT NULL, `district_id` bigint(20) UNSIGNED DEFAULT NULL, `area` varchar(255) DEFAULT NULL, `address_line` varchar(255) DEFAULT NULL, `address_line2` varchar(255) DEFAULT NULL, `delivery_note` text DEFAULT NULL, `post_code` varchar(255) DEFAULT NULL, `latitude` varchar(255) DEFAULT NULL, `longitude` varchar(255) DEFAULT NULL, `is_default` tinyint(1) NOT NULL DEFAULT 0, `deleted_at` timestamp NULL DEFAULT NULL, `created_at` timestamp NULL DEFAULT NULL, `updated_at` timestamp NULL DEFAULT NULL, `name` varchar(255) DEFAULT NULL, `phone_number` varchar(255) DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -- Dumping data for table `addresses` -- INSERT INTO `addresses` (`id`, `customer_id`, `store_id`, `address_name`, `road_no`, `house_no`, `flat_no`, `house_name`, `block`, `sub_district_id`, `district_id`, `area`, `address_line`, `address_line2`, `delivery_note`, `post_code`, `latitude`, `longitude`, `is_default`, `deleted_at`, `created_at`, `updated_at`, `name`, `phone_number`) VALUES (1, NULL, NULL, 'Home', 'Dicki Field', '21514', '7', NULL, 'nesciunt', NULL, NULL, 'Basundhara', '8736 Leuschke Freeway', '62921 Green Via', 'Fugiat quis impedit cupiditate iste. Quaerat velit molestias neque. Ipsam mollitia tempore sunt consequatur. Fuga qui pariatur amet aut. Sit reprehenderit corporis omnis mollitia amet earum maiores.', '93696', '15.478812', '126.011713', 0, NULL, '2026-04-25 12:03:13', '2026-04-25 12:03:13', NULL, NULL), (2, NULL, NULL, 'Home', 'Donna Forks', '9675074', '5', NULL, 'vel', NULL, NULL, 'Basundhara', '97435 Fredy Rue Suite 655', '258 Flatley Spurs Apt. 479', 'Aliquam qui fugiat possimus eum. Cum consequuntur asperiores temporibus et eos optio. Laudantium debitis quia sit assumenda assumenda ipsa. Eos iste esse ipsa enim.', '00109', '37.811135', '53.473614', 0, NULL, '2026-04-25 12:03:13', '2026-04-25 12:03:13', NULL, NULL), (3, NULL, NULL, 'Home', 'Reichel Trail', '93778195', '2', NULL, 'quia', NULL, NULL, 'Basundhara', '5365 Macejkovic Overpass Apt. 162', '115 Mohamed Forge', 'Saepe quo excepturi necessitatibus voluptate maxime iure. Sit velit occaecati aut molestias deserunt. Dolores tempora aliquam similique quos.', '68055', '-22.318959', '-120.833574', 0, NULL, '2026-04-25 12:03:14', '2026-04-25 12:03:14', NULL, NULL), (4, NULL, NULL, 'Home', 'Orn Shores', '939988', '5', NULL, 'hic', NULL, NULL, 'Basundhara', '94612 Hershel Forge Suite 376', '8861 Valentin Courts', 'Sint nam adipisci vel optio. Esse sed aut qui numquam. Labore impedit rerum unde repellendus. Optio quo distinctio dolores rerum expedita eius ab.', '98791', '48.713518', '-60.482804', 0, NULL, '2026-04-25 12:03:14', '2026-04-25 12:03:14', NULL, NULL), (5, NULL, NULL, 'other', 'Reinhold Throughway', '74473', '4', NULL, 'et', NULL, NULL, 'Basundhara', '634 Anderson Mountain', '192 Jeramie Roads Suite 366', 'Libero sed qui magni. Aut non sed rerum non sed reprehenderit eius eaque. Error dolores hic pariatur quis ut dolor dignissimos.', '68053-8001', '7.291553', '-169.512489', 0, NULL, '2026-04-25 12:03:14', '2026-04-25 12:03:14', NULL, NULL), (6, NULL, NULL, 'office', 'Reichert Lakes', '80574', '1', NULL, 'reprehenderit', NULL, NULL, 'Basundhara', '125 Aaliyah Hill Suite 949', '9776 Milton Hill Suite 708', 'Quae at adipisci architecto alias reiciendis reprehenderit. Consequatur at nemo perferendis quis. Qui voluptatem quo quisquam ipsum voluptatem iusto quam. Ab voluptate consectetur error labore optio.', '66414', '-67.995481', '124.400255', 0, NULL, '2026-04-25 12:03:14', '2026-04-25 12:03:14', NULL, NULL), (7, NULL, NULL, 'Home', 'Delmer Ports', '33', '3', NULL, 'quae', NULL, NULL, 'Basundhara', '850 Kuphal Divide Suite 859', '179 Block Prairie Suite 038', 'Aut mollitia voluptatem iste neque ipsa nihil est. Nostrum sit ratione voluptatibus sapiente vero aperiam. Ab quia officiis pariatur occaecati. Optio hic reiciendis magnam enim quo.', '48928-1023', '38.430799', '73.552139', 0, NULL, '2026-04-25 12:03:14', '2026-04-25 12:03:14', NULL, NULL), (8, NULL, NULL, 'Test', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '629 Kiehn Mountain', '35575 Strosin Gardens', 'Eius aperiam aut vel voluptatem nisi molestiae modi. Et pariatur optio ut temporibus nesciunt labore natus consequatur. Nisi cumque et repellat error consequuntur non.', '67196-7385', '14.5', '121', 0, NULL, '2026-04-25 12:03:14', '2026-04-26 12:24:17', NULL, NULL), (9, 1, 1, 'Bulevar Shaw Highway Hills, Mandaluyong, Philippines', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '75605 Hickle Manor', '9451 Bogan Glen', 'Voluptatum dolorem atque quia reprehenderit alias totam. Dolorem velit porro ut excepturi ut autem sed. Sequi aut consequuntur voluptatibus optio sapiente sunt corrupti.', '33095-6718', '14.584022', '121.050316', 0, NULL, '2026-04-25 12:03:15', '2026-04-27 21:54:43', NULL, NULL), (10, 2, 1, 'Home', 'Gabrielle Hill', '7089', '4', NULL, 'atque', NULL, NULL, 'Basundhara', '33908 Rhianna Fall', '194 Dooley Harbor Suite 313', 'Consequatur corporis architecto ipsam sint alias quo. Illum culpa saepe rerum aut distinctio. Deleniti distinctio autem corrupti et asperiores non voluptatem.', '16990', '-73.085138', '-115.930534', 1, NULL, '2026-04-25 12:03:15', '2026-04-28 13:50:47', NULL, NULL), (11, 3, 1, 'home', 'N/A', 'N/A', 'N/A', 'N/A', NULL, NULL, NULL, 'N/A', '9494 Elsie Trail', NULL, NULL, 'N/A', '14.660172479505015', '121.03977987789449', 1, NULL, '2026-04-25 12:03:15', '2026-05-11 13:41:16', 'tse', '09762541234'), (12, 3, 1, 'office', 'Maynard Pines', '53150', '5', NULL, 'est', NULL, NULL, 'Basundhara', '708 Eve Manor Apt. 483', '76197 Marcos Fort', 'Qui voluptatem earum delectus ex molestiae. Cupiditate consequatur numquam enim temporibus aut dolorum nihil. Vero ea nam explicabo quasi ea quidem.', '59028', '-40.648311', '-17.014061', 0, NULL, '2026-04-25 12:03:15', '2026-04-25 12:03:15', NULL, NULL), (13, 3, 1, 'Home', 'Rath Haven', '13764', '5', NULL, 'debitis', NULL, NULL, 'Basundhara', '7985 Ratke Bypass Apt. 020', '62685 Muller Overpass', 'Molestiae repellat nisi facilis nobis animi. Voluptates minus quas assumenda sed. Dolor officia qui earum asperiores cumque nobis voluptatem.', '66013', '19.78292', '10.275642', 0, NULL, '2026-04-25 12:03:15', '2026-04-25 12:03:15', NULL, NULL), (14, 4, 1, 'other', 'Carroll Street', '51', '9', NULL, 'dolores', NULL, NULL, 'Basundhara', '378 Fahey Burgs', '3281 Carroll Tunnel', 'Eum aut sed ut voluptas minima enim dignissimos. Non deleniti architecto est distinctio. Consequatur et aperiam quo excepturi aut. Et sequi pariatur incidunt et molestiae.', '60440', '75.498826', '-5.365178', 0, NULL, '2026-04-25 12:03:15', '2026-04-29 11:11:10', NULL, NULL), (15, 4, 1, 'Home', 'Eugenia Parks', '9162145', '1', NULL, 'illo', NULL, NULL, 'Basundhara', '784 Mac Station Suite 323', '18429 Zemlak Canyon Apt. 394', 'Expedita nihil sint ducimus ipsa dolor quae nihil. Modi adipisci dignissimos vitae dolorum vel error. Atque id nisi beatae recusandae ea. Hic error consequatur est assumenda.', '47491-0362', '-57.824909', '-14.696274', 0, NULL, '2026-04-25 12:03:15', '2026-04-25 12:03:15', NULL, NULL), (16, 5, 1, 'other', 'Xavier Dale', '9', '7', NULL, 'quo', NULL, NULL, 'Basundhara', '456 Nolan Walk Suite 805', '621 Raynor Motorway', 'Rerum voluptates excepturi ut laudantium impedit odio ullam nostrum. Debitis velit nemo voluptatem velit nisi et minima. Deleniti nisi ad maxime.', '34230', '-24.360961', '90.775475', 0, NULL, '2026-04-25 12:03:15', '2026-04-29 11:26:48', NULL, NULL), (17, 6, 1, 'Home', 'Kuhlman Flats', '92004', '2', NULL, 'sit', NULL, NULL, 'Basundhara', '212 Rowe Lakes Suite 260', '1102 Braun Springs', 'Molestias quo rerum ex. Cumque temporibus odio quae impedit numquam necessitatibus. Vel et vel dolore.', '49182-8918', '9.150172', '148.808518', 0, NULL, '2026-04-25 12:03:15', '2026-04-25 12:03:15', NULL, NULL), (18, 6, 1, 'Home', 'Hilpert Villages', '616587098', '5', NULL, 'occaecati', NULL, NULL, 'Basundhara', '63324 Gaylord Port', '75051 Hane Extensions Suite 638', 'Ut voluptas et esse corrupti ea. Qui quod ipsum ut officia. Veniam quod inventore sed ut.', '13435', '-40.280232', '81.304415', 0, NULL, '2026-04-25 12:03:15', '2026-04-25 12:03:15', NULL, NULL), (19, 6, 1, 'other', 'Dietrich Turnpike', '491975755', '3', NULL, 'vel', NULL, NULL, 'Basundhara', '580 Abbott Isle', '629 Ronaldo Mill', 'Quo vero qui deserunt quia et porro nihil. Ducimus veritatis et omnis rerum. Quas temporibus assumenda et perferendis est. In possimus impedit animi necessitatibus.', '16906-0268', '-79.234433', '-12.027301', 0, NULL, '2026-04-25 12:03:15', '2026-04-25 12:03:15', NULL, NULL), (20, 7, 1, 'other', 'Morissette Plain', '3', '7', NULL, 'et', NULL, NULL, 'Basundhara', '6796 Zulauf Fields Apt. 035', '939 Sienna Island Apt. 582', 'Nobis voluptas quo qui voluptas natus ipsam. Exercitationem ipsa doloribus est ducimus tempore. Neque rerum vel est.', '38204-0776', '-70.552684', '-53.115398', 0, NULL, '2026-04-25 12:03:15', '2026-04-29 12:59:00', NULL, NULL), (21, 8, 1, 'home', 'N/A', 'N/A', 'N/A', 'N/A', NULL, NULL, NULL, 'N/A', 'sdfsd', NULL, NULL, 'N/A', '14.651055000000015', '121.04862500000002', 1, NULL, '2026-04-25 12:03:15', '2026-04-29 13:20:32', 'edwa', '09345345'), (22, 8, 1, 'Home', 'Simone Springs', '757', '2', NULL, 'sunt', NULL, NULL, 'Basundhara', '7117 Karine Falls', '5768 Guadalupe Vista Apt. 640', 'Quia doloremque doloremque earum accusantium. Nisi ab quibusdam est amet est. Blanditiis hic enim aut expedita. Voluptatibus ut facere magni saepe.', '42098', '31.535007', '-16.933101', 0, NULL, '2026-04-25 12:03:15', '2026-04-25 12:03:15', NULL, NULL), (23, 9, 1, 'office', 'Tremaine Causeway', '565999', '3', NULL, 'iure', NULL, NULL, 'Basundhara', '549 Turcotte Lake Suite 386', '14425 Eda Rapid', 'Rerum voluptatem amet et quidem possimus in necessitatibus. Distinctio vero distinctio sunt quo et. Eaque fuga fugiat mollitia veritatis eos facere facere.', '80401-6664', '52.821666', '-74.717635', 0, NULL, '2026-04-25 12:03:15', '2026-04-29 14:09:59', NULL, NULL), (24, 9, 1, 'Home', 'Georgianna Point', '7885', '8', NULL, 'aut', NULL, NULL, 'Basundhara', '43059 Yasmine Green Apt. 176', '22147 Wisoky Springs', 'Aut accusantium nemo aperiam ex odio. Incidunt consequuntur aut iusto doloremque aut facere facilis. Et eos ad consequatur. Suscipit libero optio odio.', '24805', '4.304311', '45.070264', 0, NULL, '2026-04-25 12:03:15', '2026-04-25 12:03:15', NULL, NULL), (25, 9, 1, 'office', 'Sporer Flat', '273', '7', NULL, 'perspiciatis', NULL, NULL, 'Basundhara', '341 Bobby Circles Apt. 854', '401 Orpha Turnpike Suite 950', 'Vero qui sint quibusdam ratione. Tenetur labore repudiandae omnis placeat perferendis qui vero. Accusamus architecto ex at animi asperiores.', '24431-5067', '-19.764761', '104.845666', 0, NULL, '2026-04-25 12:03:15', '2026-04-25 12:03:15', NULL, NULL), (26, 10, 1, 'Home', 'Alex Gateway', '270325', '2', NULL, 'doloremque', NULL, NULL, 'Basundhara', '80965 Blanda Turnpike', '381 Reilly Shoals', 'Vel culpa vel nemo placeat qui quod tempore. Atque ut minus temporibus porro et. Quia est est enim sint. Animi enim ea modi ratione est repudiandae ut eos.', '75180-4887', '7.539864', '-169.938466', 0, NULL, '2026-04-25 12:03:15', '2026-04-29 15:29:43', NULL, NULL), (27, 10, 1, 'Home', 'Percival Avenue', '530297278', '9', NULL, 'sit', NULL, NULL, 'Basundhara', '547 Corene Flats Apt. 809', '2332 Green Wells', 'Et et blanditiis autem ex ullam aperiam. Repudiandae et enim dolor quis nesciunt sit sunt dolorem.', '48097-5455', '87.616455', '66.335389', 0, NULL, '2026-04-25 12:03:15', '2026-04-25 12:03:15', NULL, NULL), (28, 10, 1, 'Home', 'Jakubowski Vista', '56882553', '4', NULL, 'consequatur', NULL, NULL, 'Basundhara', '307 Thiel Drive', '9260 Morissette Cliffs Apt. 211', 'Aut qui dolorum numquam odit voluptatum quisquam error quas. Labore tenetur minima nihil. Maiores quis animi sint vel dolore natus itaque.', '07367-8136', '44.242839', '66.202472', 0, NULL, '2026-04-25 12:03:15', '2026-04-25 12:03:15', NULL, NULL), (29, 1, 1, 'home', 'N/A', 'N/A', 'N/A', 'N/A', NULL, NULL, NULL, 'N/A', 'blk 5 lot 15 magnolia st Sampaguita village San Pedro', NULL, NULL, 'N/A', '14.34385000000002', '121.03404200000007', 1, NULL, '2026-04-25 12:03:15', '2026-04-27 21:54:43', 'Dan Anthony Villanueva', '09365422829'), (30, 1, 1, 'office', 'Bradly Glens', '2554', '7', NULL, 'aut', NULL, NULL, 'Basundhara', '760 Marquardt Port Apt. 338', '194 Lynch Valley', 'Temporibus quasi aliquam odit quidem. Eos et corrupti earum nobis assumenda autem dicta. Et quasi et laborum at eos quae. Et iure qui officiis non ea.', '81560', '17.226625', '17.801074', 0, NULL, '2026-04-25 12:03:15', '2026-04-25 12:03:15', NULL, NULL), (31, 1, 1, 'Home', 'Gia Lane', '787317', '1', NULL, 'architecto', NULL, NULL, 'Basundhara', '3396 Alivia Locks Suite 585', '774 Nils Creek', 'Dolore maxime in pariatur odit. Ea non a rerum minima temporibus. Veritatis iste sapiente dicta fuga et neque.', '60455', '-26.386452', '-35.894482', 0, NULL, '2026-04-25 12:03:15', '2026-04-25 12:03:15', NULL, NULL), (32, 1, 1, 'Home', 'Christine Loop', '54915', '5', NULL, 'ex', NULL, NULL, 'Basundhara', '933 Martine Estate', '57769 Romaguera Trafficway Apt. 007', 'Nobis laboriosam nihil accusamus eos. Rerum quo libero impedit esse non. Ipsam unde cum eaque. Est harum natus consectetur et fuga. Reprehenderit et exercitationem qui sint. Non molestias quia ea.', '76284-8750', '87.078806', '-23.851827', 0, NULL, '2026-04-25 12:03:15', '2026-04-25 12:03:15', NULL, NULL), (33, 1, 1, 'other', 'Deborah Crossing', '5015', '8', NULL, 'beatae', NULL, NULL, 'Basundhara', '55680 Blick Drive', '64138 Kenna Stream', 'Vel quia error aut ullam aut aut est. Sit impedit impedit distinctio sed doloremque ut laudantium ut. Consequatur laudantium quibusdam aut ullam.', '55596', '-85.07468', '-12.539632', 0, NULL, '2026-04-25 12:03:15', '2026-04-25 12:03:15', NULL, NULL), (34, 1, 1, 'office', 'Tromp Spring', '441', '9', NULL, 'dicta', NULL, NULL, 'Basundhara', '56554 Lauriane Via Suite 612', '8627 Clare Fort Suite 595', 'Fugiat sed illo cum voluptatibus non ut. Rerum labore omnis aliquam unde recusandae culpa. Quia similique temporibus impedit molestiae ad.', '06823-2893', '10.493023', '-74.755585', 0, NULL, '2026-04-25 12:03:15', '2026-04-25 12:03:15', NULL, NULL), (35, 1, 1, 'Home', 'Domenic Drives', '507960840', '9', NULL, 'atque', NULL, NULL, 'Basundhara', '7044 Thompson Motorway', '735 Van Coves Apt. 761', 'Nihil exercitationem dolor qui quibusdam. Fugiat sequi provident dicta nam neque laborum ut ratione. Impedit porro aut architecto ipsam. Natus velit dolorem placeat totam.', '52288-7664', '73.747931', '-17.183191', 0, NULL, '2026-04-25 12:03:15', '2026-04-25 12:03:15', NULL, NULL), (36, 1, 1, 'other', 'Chandler Mission', '3797697', '6', NULL, 'repellendus', NULL, NULL, 'Basundhara', '86234 Hill Station', '1107 Brakus Rest', 'Facilis occaecati nam ullam sint. Cum officiis voluptatum earum quo in. Officiis rerum molestias unde qui dolorum. Optio eligendi suscipit praesentium.', '31514', '12.586148', '-127.295148', 0, NULL, '2026-04-25 12:03:15', '2026-04-25 12:03:15', NULL, NULL), (37, 1, 1, 'Home', 'Schowalter Causeway', '397991470', '9', NULL, 'praesentium', NULL, NULL, 'Basundhara', '232 Hane Circles Suite 852', '944 Green Shore Suite 585', 'Ipsa vero neque id laudantium. Reprehenderit et eos eum. Eum est quae modi porro blanditiis vel cum.', '59025', '33.605172', '-88.404472', 0, NULL, '2026-04-25 12:03:15', '2026-04-25 12:03:15', NULL, NULL), (38, 1, 1, 'other', 'Lueilwitz Forge', '917873', '4', NULL, 'veniam', NULL, NULL, 'Basundhara', '38759 Harvey Islands Suite 618', '4203 Emmerich Dam Suite 969', 'Exercitationem dicta quas eos libero et minus. Id quia qui voluptas velit magnam optio. Sunt nisi enim ducimus molestiae maiores. Excepturi sit cupiditate quia saepe autem.', '76648', '-65.574553', '139.306048', 0, NULL, '2026-04-25 12:03:15', '2026-04-25 12:03:15', NULL, NULL), (39, 1, 1, 'office', 'Daron Spurs', '554', '4', NULL, 'voluptate', NULL, NULL, 'Basundhara', '112 Cremin Lake', '9964 Koelpin Keys Suite 740', 'Ut minima maxime similique. Nihil dicta repellat est harum vero qui. Architecto esse labore facere ducimus. Sed repellat aspernatur ullam laudantium.', '78290', '-41.07423', '19.493021', 0, NULL, '2026-04-25 12:03:15', '2026-04-25 12:03:15', NULL, NULL), (40, 1, 1, 'Home', 'Beahan Isle', '9678668', '3', NULL, 'ipsam', NULL, NULL, 'Basundhara', '1052 Abernathy Walks', '7363 Alfred Forks Apt. 873', 'Quisquam animi similique at illum repudiandae inventore. Omnis delectus magni commodi. Nostrum quia magnam ullam. Incidunt fuga velit dolor.', '67937-6634', '-63.255444', '-127.305366', 0, NULL, '2026-04-25 12:03:15', '2026-04-25 12:03:15', NULL, NULL), (41, 1, 1, 'other', 'Harber Greens', '923', '6', NULL, 'cumque', NULL, NULL, 'Basundhara', '7478 Darien Views Suite 965', '433 Turner Ford', 'Consectetur molestiae voluptatem et illum quasi animi cumque. Magni neque impedit sed at saepe. Et ipsam voluptatem rem molestias laborum sunt quia.', '29780-1031', '46.859249', '-78.282242', 0, NULL, '2026-04-25 12:03:15', '2026-04-25 12:03:15', NULL, NULL), (42, 1, 1, 'Home', 'Sauer Groves', '6', '6', NULL, 'nihil', NULL, NULL, 'Basundhara', '2494 Dedric Causeway Apt. 273', '3714 Grant Islands Apt. 030', 'At corporis eveniet est incidunt aliquam. Numquam deleniti vero qui aut dicta corrupti doloribus. Pariatur numquam nulla quis et velit dolor possimus. Tempore rem est quam ipsa.', '37723', '69.581877', '2.679089', 0, NULL, '2026-04-25 12:03:15', '2026-04-25 12:03:15', NULL, NULL), (43, 1, 1, 'Home', 'Kellen Squares', '96', '2', NULL, 'reprehenderit', NULL, NULL, 'Basundhara', '6643 Carolyne Track', '653 Haylee Flats Apt. 081', 'Quod est omnis ut exercitationem. Vel qui excepturi dolorem officiis officiis est.', '29517', '-9.560078', '-150.801703', 0, NULL, '2026-04-25 12:03:15', '2026-04-25 12:03:15', NULL, NULL), (44, 1, 1, 'office', 'Wintheiser Burg', '7105', '2', NULL, 'qui', NULL, NULL, 'Basundhara', '4922 Labadie Rapids Apt. 247', '21974 Brendon Tunnel', 'Cupiditate dolorem cumque quidem vitae cumque aperiam impedit. Repudiandae illum consectetur et harum. Qui aspernatur soluta ut eveniet. Doloremque est ut non doloribus est itaque fugit.', '95771', '-72.730175', '-143.275614', 0, NULL, '2026-04-25 12:03:15', '2026-04-25 12:03:15', NULL, NULL), (45, 1, 1, 'office', 'Cummerata Overpass', '54137', '1', NULL, 'corporis', NULL, NULL, 'Basundhara', '58896 Roob Ramp', '495 Charlotte Camp Suite 834', 'Rerum dolores et aliquam ipsum placeat. Beatae incidunt nihil cum illo. Soluta perspiciatis est quod harum. Sunt accusantium autem quod error.', '49265', '-78.219476', '61.498906', 0, NULL, '2026-04-25 12:03:15', '2026-04-25 12:03:15', NULL, NULL), (46, 1, 1, 'Home', 'Allan Lodge', '80', '9', NULL, 'praesentium', NULL, NULL, 'Basundhara', '4796 Gulgowski Squares', '7315 Lydia Radial Apt. 656', 'Ea commodi ullam harum placeat modi. Et aspernatur quod et perspiciatis. Earum id sunt officia.', '67888-5410', '31.048051', '-88.811779', 0, NULL, '2026-04-25 12:03:15', '2026-04-25 12:03:15', NULL, NULL), (47, 1, 1, 'office', 'Rubye Roads', '42', '7', NULL, 'ipsa', NULL, NULL, 'Basundhara', '4313 Keeling Wells Suite 310', '25725 Thompson Crest', 'Dignissimos neque blanditiis aperiam porro occaecati quas molestias. Et harum sunt ut et. Debitis et quasi delectus dolores ipsum ratione.', '43245-0499', '-77.898201', '-149.655709', 0, NULL, '2026-04-25 12:03:15', '2026-04-25 12:03:15', NULL, NULL), (48, 1, 1, 'other', 'Emerson Greens', '37', '2', NULL, 'consequatur', NULL, NULL, 'Basundhara', '646 Kunde Tunnel', '89325 Reilly Dale Suite 734', 'Omnis non sapiente quia facere inventore. Culpa architecto molestiae quo asperiores. Blanditiis quod ea et aut dignissimos provident sit.', '48126-3220', '-8.77862', '-106.415034', 0, NULL, '2026-04-25 12:03:15', '2026-04-25 12:03:15', NULL, NULL), (49, 1, 1, 'Home', 'Heathcote Island', '90790127', '2', NULL, 'porro', NULL, NULL, 'Basundhara', '68002 Taurean Vista', '62564 Goldner Ports Suite 045', 'Hic mollitia non quae. Qui eveniet nostrum nesciunt ut consequatur asperiores. Quos nulla nam dolorem beatae.', '60022', '13.853864', '169.368465', 0, NULL, '2026-04-25 12:03:15', '2026-04-25 12:03:15', NULL, NULL), (50, 1, 1, 'other', 'Kristy Green', '40030', '5', NULL, 'eos', NULL, NULL, 'Basundhara', '6868 DuBuque Alley', '85957 Rhoda Summit Apt. 791', 'Consequatur pariatur distinctio non cumque voluptas. Perferendis rerum fugiat distinctio est. Totam quasi sequi ducimus aspernatur ullam.', '33906-4617', '14.231986', '-67.696294', 0, NULL, '2026-04-25 12:03:15', '2026-04-25 12:03:15', NULL, NULL), (51, 1, 1, 'Home', 'Elouise Expressway', '4016340', '4', NULL, 'non', NULL, NULL, 'Basundhara', '185 Morar Alley Suite 517', '25225 Nedra Locks', 'Voluptatem et et tempora eveniet porro. Necessitatibus beatae voluptatem explicabo id ea aperiam quos. Autem labore et qui.', '62874-2019', '-20.596173', '-123.051174', 0, NULL, '2026-04-25 12:03:15', '2026-04-25 12:03:15', NULL, NULL), (52, 1, 1, 'office', 'Gloria Rue', '19812883', '6', NULL, 'ab', NULL, NULL, 'Basundhara', '26467 Hoyt Dam Suite 897', '1444 Kautzer Junction', 'Nam autem ut ab et quia. Praesentium quae itaque temporibus aliquid ad autem. Est est enim id ut. Corporis fugit ut officia animi dolorem voluptatem dignissimos delectus.', '34101', '-76.598324', '43.493483', 0, NULL, '2026-04-25 12:03:15', '2026-04-25 12:03:15', NULL, NULL), (53, 1, 1, 'other', 'Faustino Creek', '634100990', '1', NULL, 'recusandae', NULL, NULL, 'Basundhara', '846 Gutkowski Walk Suite 608', '98799 Corine Track Suite 546', 'Quis quod atque natus voluptatibus. Eum ullam sint eum amet eum architecto veniam. Quaerat minima ratione est. Non aliquid sint facilis numquam et maxime ipsam. Architecto placeat quod eius odio.', '18349-6345', '-8.811908', '91.787196', 0, NULL, '2026-04-25 12:03:15', '2026-04-25 12:03:15', NULL, NULL), (54, 1, 1, 'office', 'Schultz Lock', '37495608', '8', NULL, 'possimus', NULL, NULL, 'Basundhara', '9566 Nickolas Burg Suite 186', '6941 Darian Centers', 'Expedita molestiae nulla consequuntur impedit ab. Non sapiente numquam consectetur architecto consequatur doloremque corrupti.', '54306-5129', '14.458325', '-109.260258', 0, NULL, '2026-04-25 12:03:15', '2026-04-25 12:03:15', NULL, NULL), (55, 1, 1, 'office', 'Abshire Causeway', '9858062', '2', NULL, 'et', NULL, NULL, 'Basundhara', '1230 Tomas Light Suite 641', '60792 Sigrid Heights', 'Non quibusdam sit ducimus voluptas velit fugit est. Mollitia consequatur labore ut. Tempore dolor sunt sed non et explicabo. Aliquid odit molestias ducimus.', '08522', '-3.982166', '93.651847', 0, NULL, '2026-04-25 12:03:15', '2026-04-25 12:03:15', NULL, NULL), (56, 1, 1, 'office', 'O\'Hara Prairie', '5', '3', NULL, 'autem', NULL, NULL, 'Basundhara', '3441 Clara Knoll Suite 388', '30177 Gina Springs Apt. 752', 'Mollitia eos consequuntur ducimus libero quis. Illo deserunt modi quas architecto. Autem laboriosam eaque laudantium tenetur unde ea. Hic sint dolorem fugit culpa quia corporis.', '73341', '-71.236543', '66.92786', 0, NULL, '2026-04-25 12:03:15', '2026-04-25 12:03:15', NULL, NULL), (57, 11, NULL, 'home', 'N/A', 'N/A', 'N/A', 'N/A', NULL, NULL, NULL, 'N/A', 'address', NULL, NULL, 'N/A', '14.651055000000015', '121.04862500000002', 1, NULL, '2026-04-27 00:21:41', '2026-04-27 00:21:41', 'Charles', '09085819330'), (58, 12, NULL, 'home', 'N/A', 'N/A', 'N/A', 'N/A', NULL, NULL, NULL, 'N/A', 'test', NULL, NULL, 'N/A', '14.631561999999986', '121.034609', 1, NULL, '2026-04-27 01:36:00', '2026-04-27 01:36:00', 'Charles', '09085819333'), (59, 4, NULL, 'home', 'N/A', 'N/A', 'N/A', 'N/A', NULL, NULL, NULL, 'N/A', '11111', NULL, NULL, 'N/A', '14.648784999999997', '121.05093899999997', 0, NULL, '2026-04-29 11:10:19', '2026-04-29 11:12:00', 'test', '11111111111'), (60, 4, NULL, 'home', 'N/A', 'N/A', 'N/A', 'N/A', NULL, NULL, NULL, 'N/A', '73rd2', NULL, NULL, 'N/A', '14.648784999999997', '121.05093899999997', 1, NULL, '2026-04-29 11:11:51', '2026-04-29 11:12:20', 'test', '11111111111'), (61, 5, NULL, 'home', 'N/A', 'N/A', 'N/A', 'N/A', NULL, NULL, NULL, 'N/A', 'test test test', NULL, NULL, 'N/A', '14.648784999999997', '121.05093899999997', 1, NULL, '2026-04-29 11:26:00', '2026-04-29 11:26:48', 'Test1', '09123456789'), (62, 7, NULL, 'home', 'N/A', 'N/A', 'N/A', 'N/A', NULL, NULL, NULL, 'N/A', '73road2', NULL, NULL, 'N/A', '14.648784999999997', '121.05093899999997', 0, NULL, '2026-04-29 12:58:53', '2026-04-29 13:01:49', 'test12', '09232154389'), (63, 7, NULL, 'office', 'N/A', 'N/A', 'N/A', 'N/A', NULL, NULL, NULL, 'N/A', '73', NULL, NULL, 'N/A', '14.648784999999997', '121.05093899999997', 1, NULL, '2026-04-29 13:01:44', '2026-04-29 13:01:49', 'ere', '09212121212'), (64, 5, NULL, 'home', 'N/A', 'N/A', 'N/A', 'N/A', NULL, NULL, NULL, 'N/A', 'test', NULL, NULL, 'N/A', '14.648784999999997', '121.05093899999997', 0, NULL, '2026-04-29 13:02:06', '2026-04-29 13:02:06', 'test', '09123456789'), (65, 8, NULL, 'home', 'N/A', 'N/A', 'N/A', 'N/A', NULL, NULL, NULL, 'N/A', '32423423', NULL, NULL, 'N/A', '14.651055000000015', '121.04862500000002', 0, NULL, '2026-04-29 13:17:29', '2026-04-29 13:17:29', 'charles', '90345345'), (66, 5, NULL, 'home', 'N/A', 'N/A', 'N/A', 'N/A', NULL, NULL, NULL, 'N/A', 'test', NULL, NULL, 'N/A', '14.648784999999997', '121.05093899999997', 0, NULL, '2026-04-29 14:08:43', '2026-04-29 14:08:43', 'test', '09123456789'), (67, 9, NULL, 'office', 'N/A', 'N/A', 'N/A', 'N/A', NULL, NULL, NULL, 'N/A', '73r2', NULL, NULL, 'N/A', '14.648784999999997', '121.05093899999997', 0, NULL, '2026-04-29 14:09:47', '2026-04-29 14:11:05', 'tester', '09898989898'), (68, 9, NULL, 'home', 'N/A', 'N/A', 'N/A', 'N/A', NULL, NULL, NULL, 'N/A', 'sdasdsad', NULL, NULL, 'N/A', '14.648784999999997', '121.05093899999997', 1, NULL, '2026-04-29 14:10:58', '2026-04-29 14:11:05', 'dfsafsfa', '21212121'), (69, 10, NULL, 'other', 'N/A', 'N/A', 'N/A', 'N/A', NULL, NULL, NULL, 'N/A', 'tester', NULL, NULL, 'N/A', '14.648784999999997', '121.05093899999997', 0, NULL, '2026-04-29 15:29:33', '2026-04-29 15:30:45', 'homee', '09878787878'), (70, 10, NULL, 'office', 'N/A', 'N/A', 'N/A', 'N/A', NULL, NULL, NULL, 'N/A', 'rere', NULL, NULL, 'N/A', '14.648784999999997', '121.05093899999997', 1, NULL, '2026-04-29 15:30:33', '2026-04-29 15:30:45', 'homes', '0987878787877'), (71, 11, NULL, 'home', 'N/A', 'N/A', 'N/A', 'N/A', NULL, NULL, NULL, 'N/A', 'test', NULL, NULL, 'N/A', '14.599500000000027', '120.98419999999999', 0, NULL, '2026-04-30 11:12:39', '2026-04-30 11:12:39', 'test', '09034534544'), (72, 14, NULL, 'Home', NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'Quezon City', 'Sample address near Manila HQ', NULL, NULL, NULL, '14.6800', '121.0500', 1, NULL, '2026-05-03 12:19:25', '2026-05-03 12:19:25', NULL, NULL), (73, 15, NULL, 'Home', NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'Quezon City', 'Sample address near Manila HQ', NULL, NULL, NULL, '14.6800', '121.0500', 1, NULL, '2026-05-03 12:19:25', '2026-05-03 12:19:25', NULL, NULL), (74, 16, NULL, 'Home', NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'Quezon City', 'Sample address near Manila HQ', NULL, NULL, NULL, '14.6800', '121.0500', 1, NULL, '2026-05-03 12:19:25', '2026-05-03 12:19:25', NULL, NULL), (75, 17, NULL, 'office', 'N/A', 'N/A', 'N/A', 'N/A', NULL, NULL, NULL, 'N/A', 'office', NULL, NULL, 'N/A', '14.648784999999997', '121.05093899999997', 1, NULL, '2026-05-05 13:40:13', '2026-05-05 13:40:20', 'hub', '093232323232'), (76, 17, NULL, 'home', 'N/A', 'N/A', 'N/A', 'N/A', NULL, NULL, NULL, 'N/A', '123 test add', NULL, NULL, 'N/A', '14.648218728728594', '121.05034553357494', 0, NULL, '2026-05-05 13:46:13', '2026-05-05 13:46:13', 'test add', '0912345678'), (77, 17, NULL, 'office', 'N/A', 'N/A', 'N/A', 'N/A', NULL, NULL, NULL, 'N/A', 'road2', NULL, NULL, 'N/A', '14.648784999999997', '121.05093899999997', 0, NULL, '2026-05-05 14:17:39', '2026-05-05 14:17:39', 'Hub', '09212121212'), (78, 17, NULL, 'office', 'N/A', 'N/A', 'N/A', 'N/A', NULL, NULL, NULL, 'N/A', 'road2', NULL, NULL, 'N/A', '14.648784999999997', '121.05093899999997', 0, NULL, '2026-05-05 14:23:56', '2026-05-05 14:23:56', 'hub', '04329432'), (79, 17, NULL, 'office', 'N/A', 'N/A', 'N/A', 'N/A', NULL, NULL, NULL, 'N/A', 'road2', NULL, NULL, 'N/A', '14.648784999999997', '121.05093899999997', 0, NULL, '2026-05-05 15:03:01', '2026-05-05 15:03:01', 'hub', '93232323'), (80, 18, NULL, 'home', 'N/A', 'N/A', 'N/A', 'N/A', NULL, NULL, NULL, 'N/A', 'sdfsf', NULL, NULL, 'N/A', '14.651055000000015', '121.04862500000002', 1, NULL, '2026-05-05 15:18:38', '2026-05-05 15:18:38', 'test', '345345'), (81, 19, NULL, 'home', 'N/A', 'N/A', 'N/A', 'N/A', NULL, NULL, NULL, 'N/A', 'test address', NULL, NULL, 'N/A', '14.648784999999997', '121.05093899999997', 1, NULL, '2026-05-06 10:35:06', '2026-05-06 10:35:06', 'tester 123', '09123456789'), (82, NULL, 10, 'office', 'Nolan Plains', '2610873', '4', NULL, 'sit', NULL, NULL, 'Basundhara', 'Blk 6 lot 6 Ph 10 St Joseph, Langgam, San Pedro, Laguna', 'https://maps.app.goo.gl/NEArQy8iU1RQKoEy9?g_st=afm', 'Corrupti omnis magni facere illum. Cumque eveniet sint animi similique iure qui.', '87403-8464', '-39.525883', '118.661929', 0, NULL, '2026-05-06 03:43:02', '2026-05-06 03:43:02', 'LB 1', NULL), (83, NULL, 11, 'other', 'Freeman Square', '7', '1', NULL, 'nam', NULL, NULL, 'Basundhara', 'Hernandez st., Landayan, San Pedro, Laguna', 'https://maps.app.goo.gl/xPKSA7jYW4vNoYXCA?g_st=afm', 'Reiciendis enim id corrupti omnis. Ut illo magnam molestiae possimus error eos error accusantium. Explicabo nihil quae perferendis inventore cum quia. Voluptatum atque nam quis rerum quidem nihil.', '11675-4963', '14.135184', '109.546601', 0, NULL, '2026-05-06 03:43:02', '2026-05-06 03:43:02', 'LANDAYAN', NULL), (84, NULL, 12, 'office', 'Kertzmann Passage', '20674721', '4', NULL, 'impedit', NULL, NULL, 'Basundhara', '11 Don Pepe, Alangilan, Batangas City', 'https://maps.app.goo.gl/esR4LSd4hHoeFhNx8?g_st=afm', 'Voluptate inventore culpa architecto. Numquam iste quasi hic voluptatem voluptas consequatur nam. Facere necessitatibus molestiae fuga ut. Voluptatem eum magni quaerat voluptatum.', '86575-9109', '-11.033574', '117.754051', 0, NULL, '2026-05-06 03:43:03', '2026-05-06 03:43:03', 'ALANGILAN', NULL), (85, NULL, 13, 'Home', 'Norma Loaf', '10652', '6', NULL, 'odio', NULL, NULL, 'Basundhara', 'R. Magsaysay Ave., Magsaysay, San Pedro, Laguna', 'https://maps.app.goo.gl/nNGU9xb7KuTXeouD8?g_st=afm', 'Consequuntur maxime dolore aut qui rerum porro et. Aut quis delectus exercitationem reiciendis. Est nisi temporibus enim tenetur. Perspiciatis est in ut et quia.', '97363', '10.525531', '-66.666688', 0, NULL, '2026-05-06 03:43:03', '2026-05-06 03:43:03', 'MAGSAYSAY', NULL), (86, NULL, 14, 'office', 'Upton Ranch', '8', '3', NULL, 'cumque', NULL, NULL, 'Basundhara', 'P. Laurel Hwy, Kumintang Ilaya, Batangas City', 'https://maps.app.goo.gl/zuexFgGUhhHPvQqS6?g_st=afm', 'Ut quia non et fuga vitae. Corporis aut vero rerum aut hic ratione vero error. Veniam omnis mollitia veritatis pariatur.', '45905', '-64.354078', '57.329994', 0, NULL, '2026-05-06 03:43:03', '2026-05-06 03:43:03', 'KUMINTANG', NULL), (87, NULL, 15, 'other', 'Savanna Camp', '23952655', '5', NULL, 'aut', NULL, NULL, 'Basundhara', 'MRR Queen of Peace St. Lourdes Extension Treasure Link Building', 'https://maps.app.goo.gl/41dGtehsbFNfsRe66?g_st=afm', 'Sequi illo quo quia quod. Aliquid laborum provident voluptates ipsa placeat. Doloremque consequatur velit harum sint aut beatae. Dignissimos omnis sit earum voluptatem.', '21018', '-66.855906', '-26.55302', 0, NULL, '2026-05-06 03:43:03', '2026-05-06 03:43:03', 'BAGUIO 1', NULL), (88, NULL, 16, 'office', 'Amanda Knoll', '7551', '1', NULL, 'dolores', NULL, NULL, 'Basundhara', 'Pag Asa St. Patubig, Marilao', 'https://maps.app.goo.gl/eWXSDSjx3MGY7vth8', 'Vel quasi dolor doloribus facere. Esse consequatur atque quia facere consequatur incidunt. Atque omnis hic ut odio doloribus suscipit tempora.', '41401', '0.914394', '-11.08014', 0, NULL, '2026-05-06 03:43:03', '2026-05-06 03:43:03', 'MARILAO', NULL), (89, NULL, 17, 'office', 'Viviane Roads', '8463', '1', NULL, 'error', NULL, NULL, 'Basundhara', 'closed', '', 'Qui soluta nisi quo quaerat occaecati. Beatae ullam repellat velit aut dolor. Voluptates quia recusandae aspernatur non dolorem qui aut.', '09802-5459', '-45.732149', '139.646807', 0, NULL, '2026-05-06 03:43:03', '2026-05-06 03:43:03', 'BOLBOK', NULL), (90, NULL, 18, 'Home', 'Glover Station', '21112', '9', NULL, 'totam', NULL, NULL, 'Basundhara', '2nd unit 1st floor 006-Saint Dominic St., San Carlos Heights, Baguio City', 'https://maps.app.goo.gl/Sc5BLLCUWWtUMANb7?g_st=afm', 'Voluptatum est qui aut architecto tempora voluptatum. Fugit dolor et vel fugit tempora dolores. Eum rerum corporis harum maiores hic nobis modi nulla. Quidem harum cumque pariatur repellat.', '10559', '27.128793', '-32.462025', 0, NULL, '2026-05-06 03:43:03', '2026-05-06 03:43:03', 'BAGUIO 2', NULL), (91, NULL, 19, 'Home', 'Levi Knolls', '74', '4', NULL, 'dignissimos', NULL, NULL, 'Basundhara', 'Blk 73 Lot 2 & 3, Grand Parklane, Antel Grand Village, Brgy. Bacao II, Gentri, Cavite', 'https://maps.app.goo.gl/b9ZnwZkzZZgb6qty9', 'Magnam nobis saepe aliquid est reiciendis quia saepe est. Deleniti repudiandae praesentium beatae dignissimos dolores. Incidunt sapiente exercitationem impedit ut debitis assumenda laborum.', '25515', '52.667932', '37.451212', 0, NULL, '2026-05-06 03:43:04', '2026-05-06 03:43:04', 'Gen-Tri Antel', NULL), (92, NULL, 20, 'other', 'Luettgen Island', '1097629', '3', NULL, 'atque', NULL, NULL, 'Basundhara', '898 Llano road, Caloocan City', 'https://share.google/LNiE5ywK35sBc2BkG', 'Asperiores nisi vel facilis officia. Officia inventore illum molestiae eius occaecati saepe. Aut officia hic ex voluptas eveniet.', '27745-9691', '-71.05906', '-42.73665', 0, NULL, '2026-05-06 03:43:04', '2026-05-06 03:43:04', 'CALOOCAN', NULL), (93, NULL, 21, 'Home', 'Shanie Shores', '79033286', '7', NULL, 'qui', NULL, NULL, 'Basundhara', 'Blk 6 lot 6 Ph 10 St Joseph, Langgam, San Pedro, Laguna', 'https://maps.app.goo.gl/gwZjV2VgRAtyEE139?g_st=afm', 'Soluta aut voluptatum fugiat et. Numquam quidem aut eos id. Aperiam sed occaecati id sunt molestiae sapiente earum. Facere est quod fugit.', '15832', '-47.456624', '175.791', 0, NULL, '2026-05-06 03:43:04', '2026-05-06 03:43:04', 'LB 2 (LANGGAM 2)', NULL), (94, NULL, 22, 'other', 'Korey Islands', '91', '9', NULL, 'est', NULL, NULL, 'Basundhara', 'Benito Ave. Langgam, San Pedro, Laguna.', 'https://maps.app.goo.gl/pXAWhN5QQejVxPSm9?g_st=afm', 'Dolorum nam in voluptatem at quibusdam illum velit. Nihil sint architecto ut perspiciatis veritatis eum praesentium.', '77304', '-64.985149', '-137.150602', 0, NULL, '2026-05-06 03:43:04', '2026-05-06 03:43:04', 'BENITO', NULL), (95, NULL, 23, 'office', 'Rosenbaum Gardens', '7590', '2', NULL, 'fugit', NULL, NULL, 'Basundhara', 'Bugtong Lipa, Batangas', 'https://maps.app.goo.gl/v5b4vZLMhmc9wQ899', 'Tenetur perspiciatis omnis illum voluptatem dignissimos accusantium libero. Commodi suscipit quidem culpa laboriosam.', '09850', '33.835155', '5.175777', 0, NULL, '2026-05-06 03:43:04', '2026-05-06 03:43:04', 'LIPA', NULL), (96, NULL, 24, 'Home', 'Dewayne Radial', '505296', '6', NULL, 'ea', NULL, NULL, 'Basundhara', 'Mount Apo St. UBL, San Pedro, Laguna', 'https://maps.app.goo.gl/CQRa6DozEg5vJ7bZ9', 'Omnis aut dolor quis culpa. Laudantium et sint consequuntur. Dolor beatae quidem impedit ex quis rerum tempore qui.', '84394', '-68.130448', '-135.383196', 0, NULL, '2026-05-06 03:43:04', '2026-05-06 03:43:04', 'UBL', NULL), (97, NULL, 25, 'Home', 'Waters Lane', '8', '3', NULL, 'cum', NULL, NULL, 'Basundhara', 'Blk 19 lot 1A Narra st, Calendola, San Pedro, Laguna', 'https://maps.app.goo.gl/K4uPutXXY5f3WpxaA', 'Nobis aut rerum doloribus aut. Possimus dolore impedit quia ut ad ut ipsam autem. Sed aperiam excepturi recusandae reiciendis.', '92159-3524', '-34.629137', '34.67382', 0, NULL, '2026-05-06 03:43:04', '2026-05-06 03:43:04', 'CALENDOLA', NULL), (98, NULL, 26, 'office', 'Hermann Dam', '3', '4', NULL, 'recusandae', NULL, NULL, 'Basundhara', 'Closed', '', 'Quam recusandae sit exercitationem ea. In modi accusamus modi temporibus ad aperiam id. Et minus aut qui corporis tempora. Voluptate architecto nobis tempore doloribus amet tempore ut.', '70551-8139', '-5.453605', '0.929673', 0, NULL, '2026-05-06 03:43:05', '2026-05-06 03:43:05', 'SAN FERNANDO', NULL), (99, NULL, 27, 'Home', 'Wilkinson Isle', '2', '3', NULL, 'repellendus', NULL, NULL, 'Basundhara', 'Bacao 2, General Trias, Cavite', 'https://maps.app.goo.gl/7C662UqAMbmekE6e6', 'Iusto sint nihil deleniti est nihil consequatur dolorem quo. Aliquid molestiae eum nemo error cupiditate veritatis dolor. Et quo occaecati dolorum dolores tempora.', '20908', '-37.413501', '128.243041', 0, NULL, '2026-05-06 03:43:05', '2026-05-06 03:43:05', 'GEN TRI', NULL), (100, NULL, 28, 'office', 'Alf Neck', '9', '2', NULL, 'quasi', NULL, NULL, 'Basundhara', 'Chino Roces Ave. Legazpi Village, Makati, Philippines', 'https://maps.app.goo.gl/ePrH18tSLVGFHTAj7', 'Vel iste officia eum cum quis suscipit fuga. Asperiores officia voluptate id tenetur. Assumenda ut et molestias facilis et. Illum id et suscipit alias sapiente.', '21792', '-40.428828', '81.679415', 0, NULL, '2026-05-06 03:43:05', '2026-05-06 03:43:05', 'MAKATI', NULL), (101, NULL, 29, 'office', 'Volkman Pike', '99531', '1', NULL, 'qui', NULL, NULL, 'Basundhara', 'Alfamart Bldg., Balagtas, Batagas City', 'https://maps.app.goo.gl/n1toN2LbehvDJUGB8', 'Harum aut qui nostrum aliquid est et veniam error. Nostrum sint occaecati debitis eligendi delectus facilis iusto. Porro deleniti et ut dolores odio earum eum officiis.', '64893', '-33.414588', '100.814741', 0, NULL, '2026-05-06 03:43:05', '2026-05-06 03:43:05', 'BALAGTAS', NULL), (102, NULL, 30, 'Home', 'Lubowitz Curve', '9', '8', NULL, 'illum', NULL, NULL, 'Basundhara', 'R. Magsaysay Ave., United Bayanahian, San Pedro, Laguna', 'https://maps.app.goo.gl/mSUrr5LhWF3wgEJi8', 'Soluta quo deleniti et repellendus consequatur aliquid. Non ipsa incidunt dignissimos. Sequi impedit in minima in.', '63491-4302', '35.99108', '-24.230506', 0, NULL, '2026-05-06 03:43:05', '2026-05-06 03:43:05', 'UB', NULL), (103, NULL, 31, 'other', 'Emery Manors', '6', '3', NULL, 'tempora', NULL, NULL, 'Basundhara', 'closed', '', 'Maiores id eum molestias. Eligendi quo aut repellendus. Iusto et in id minus. Ab rem ad aperiam perspiciatis aut aperiam. Dolor esse accusamus blanditiis ea. Quae quia eos ullam.', '24294', '7.839339', '4.472316', 0, NULL, '2026-05-06 03:43:05', '2026-05-06 03:43:05', 'NARRA', NULL), (104, NULL, 32, 'office', 'Theodora Plaza', '59707181', '5', NULL, 'ratione', NULL, NULL, 'Basundhara', 'Nat\'l Rd., Libjo, Batangas City', 'https://maps.app.goo.gl/78poRYnYWXKfH2Hj6', 'Consectetur praesentium velit iste consequatur recusandae qui. Accusamus voluptas ut asperiores architecto excepturi. Provident doloribus ut iure perferendis aperiam aperiam quam.', '53952', '-42.069598', '153.768409', 0, NULL, '2026-05-06 03:43:05', '2026-05-06 03:43:05', 'LIBJO', NULL), (105, NULL, 33, 'other', 'Darwin Mountains', '332064', '7', NULL, 'quas', NULL, NULL, 'Basundhara', '226 Vincent, Balibago, Angeles, Pampanga', 'https://maps.app.goo.gl/LczZVieDNnmbdtLw5', 'Sit sint minima minima veritatis qui sit. Et dignissimos repudiandae nulla et atque. Iusto placeat qui rerum saepe et explicabo exercitationem.', '52901-4054', '-26.110619', '155.7024', 0, NULL, '2026-05-06 03:43:06', '2026-05-06 03:43:06', 'ANGELES', NULL), (106, NULL, 34, 'other', 'Tyree Rapids', '751945', '6', NULL, 'dolore', NULL, NULL, 'Basundhara', 'closed', '', 'In cumque omnis consequatur et et voluptatum alias. Ea qui voluptas perspiciatis sunt assumenda ab eos. Est totam rerum minus praesentium quam eos. Qui sed dolorum iusto ut odio.', '15106-5004', '59.457131', '30.174863', 0, NULL, '2026-05-06 03:43:06', '2026-05-06 03:43:06', 'MALOLOS', NULL), (107, NULL, 35, 'Home', 'Kirlin Turnpike', '94224', '3', NULL, 'est', NULL, NULL, 'Basundhara', 'Block 1, Lot 6 Anami Homes, Lapu-Lapu, Cebu', 'https://maps.app.goo.gl/pNggxuBVcEvjid9j6', 'Sed maiores voluptatem sed id maiores quis rem. Dolorum nemo eaque reprehenderit ex nihil molestiae. Omnis cumque atque culpa et.', '07301-6734', '52.397873', '-59.936862', 0, NULL, '2026-05-06 03:43:06', '2026-05-06 03:43:06', 'LAPU-LAPU', NULL), (108, 20, NULL, 'home', 'N/A', 'N/A', 'N/A', 'N/A', NULL, NULL, NULL, 'N/A', 'test address', NULL, NULL, 'N/A', '14.648784999999997', '121.05093899999997', 1, NULL, '2026-05-11 09:55:34', '2026-05-11 09:55:34', 'home test', '1234567896'), (109, 21, NULL, 'office', 'N/A', 'N/A', 'N/A', 'N/A', NULL, NULL, NULL, 'N/A', 'road2', NULL, NULL, 'N/A', '14.648784999999997', '121.05093899999997', 1, NULL, '2026-05-11 11:24:51', '2026-05-11 11:24:51', 'hub', '09999999999'), (110, 21, NULL, 'office', 'N/A', 'N/A', 'N/A', 'N/A', NULL, NULL, NULL, 'N/A', 'road2', NULL, NULL, 'N/A', '14.648784999999997', '121.05093899999997', 0, NULL, '2026-05-11 12:37:28', '2026-05-11 12:37:28', 'hub`', '09212121211'); -- -------------------------------------------------------- -- -- Table structure for table `admin_device_keys` -- CREATE TABLE `admin_device_keys` ( `id` bigint(20) UNSIGNED NOT NULL, `user_id` bigint(20) UNSIGNED NOT NULL, `key` 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; -- -------------------------------------------------------- -- -- Table structure for table `app_settings` -- CREATE TABLE `app_settings` ( `id` bigint(20) UNSIGNED NOT NULL, `name` varchar(255) NOT NULL, `title` varchar(255) DEFAULT NULL, `logo` varchar(255) DEFAULT NULL, `fav_icon` varchar(255) DEFAULT NULL, `city` varchar(255) DEFAULT NULL, `road` varchar(255) DEFAULT NULL, `area` varchar(255) DEFAULT NULL, `mobile` varchar(255) DEFAULT NULL, `address` varchar(255) DEFAULT NULL, `signature_id` bigint(20) UNSIGNED DEFAULT NULL, `currency` varchar(255) NOT NULL DEFAULT '$', `rush_type` enum('flat','percentage') NOT NULL DEFAULT 'flat', `rush_value` decimal(8,2) NOT NULL DEFAULT 50.00, `created_at` timestamp NULL DEFAULT NULL, `updated_at` timestamp NULL DEFAULT NULL, `direction` varchar(255) DEFAULT 'ltr', `pick_to_delivery_gap` int(11) NOT NULL, `business_based_on` varchar(255) NOT NULL, `is_commission_due` tinyint(1) NOT NULL DEFAULT 0, `currency_position` varchar(255) DEFAULT 'prefix' ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -- Dumping data for table `app_settings` -- INSERT INTO `app_settings` (`id`, `name`, `title`, `logo`, `fav_icon`, `city`, `road`, `area`, `mobile`, `address`, `signature_id`, `currency`, `rush_type`, `rush_value`, `created_at`, `updated_at`, `direction`, `pick_to_delivery_gap`, `business_based_on`, `is_commission_due`, `currency_position`) VALUES (1, 'Laundry Premier', 'Laundry Premier - Admin Dashboard', '181', '182', 'Metro Manila', NULL, NULL, '+63 9081234567', 'Philippines', NULL, '₱', 'flat', 50.00, '2026-04-25 12:03:13', '2026-04-27 18:15:12', 'ltr', 3, 'commission', 0, 'prefix'); -- -------------------------------------------------------- -- -- Table structure for table `areas` -- CREATE TABLE `areas` ( `id` bigint(20) UNSIGNED NOT NULL, `name` varchar(255) NOT NULL, `status` tinyint(1) NOT NULL DEFAULT 1, `created_at` timestamp NULL DEFAULT NULL, `updated_at` timestamp NULL DEFAULT NULL, `store_id` bigint(20) UNSIGNED NOT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -------------------------------------------------------- -- -- Table structure for table `areas_lat_lng` -- CREATE TABLE `areas_lat_lng` ( `area_id` bigint(20) UNSIGNED NOT NULL, `lat` varchar(255) DEFAULT NULL, `lng` varchar(255) DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -------------------------------------------------------- -- -- Table structure for table `banners` -- CREATE TABLE `banners` ( `id` bigint(20) UNSIGNED NOT NULL, `title` varchar(255) DEFAULT NULL, `description` text DEFAULT NULL, `thumbnail_id` bigint(20) UNSIGNED NOT NULL, `is_active` tinyint(1) NOT NULL DEFAULT 0, `is_banner` 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 `banners` -- INSERT INTO `banners` (`id`, `title`, `description`, `thumbnail_id`, `is_active`, `is_banner`, `created_at`, `updated_at`) VALUES (1, 'fuga', 'Soluta qui aspernatur rerum enim eaque debitis cum.', 153, 1, 0, '2026-04-25 12:03:15', '2026-04-25 12:03:15'), (2, 'unde', 'A ut fugit esse officia dolorem.', 154, 0, 0, '2026-04-25 12:03:15', '2026-04-25 12:03:15'), (3, 'praesentium', 'Optio quisquam ipsa fuga sit hic.', 155, 0, 0, '2026-04-25 12:03:15', '2026-04-25 12:03:15'), (4, 'ea', 'Qui fugiat minima error ipsa quia illum ut.', 156, 1, 0, '2026-04-25 12:03:15', '2026-04-25 12:03:15'), (5, 'exercitationem', 'Sint maxime consequatur consectetur dolores quis voluptas.', 157, 0, 0, '2026-04-25 12:03:15', '2026-04-25 12:03:15'), (6, 'labore', 'Et magnam dicta ducimus.', 158, 1, 1, '2026-04-25 12:03:15', '2026-04-25 12:03:15'), (7, 'incidunt', 'Ut accusantium dolores sunt quia at.', 159, 0, 1, '2026-04-25 12:03:15', '2026-04-25 12:03:15'), (8, 'quis', 'Excepturi rerum quod voluptatem distinctio exercitationem est voluptatum.', 160, 1, 1, '2026-04-25 12:03:15', '2026-04-25 12:03:15'), (9, 'dolor', 'Porro ea laboriosam est voluptas consequatur cupiditate voluptatem.', 161, 0, 1, '2026-04-25 12:03:15', '2026-04-25 12:03:15'), (10, 'natus', 'Unde voluptates officia odio eum maxime provident.', 162, 1, 1, '2026-04-25 12:03:15', '2026-04-25 12:03:15'); -- -------------------------------------------------------- -- -- Table structure for table `card_infos` -- CREATE TABLE `card_infos` ( `id` bigint(20) UNSIGNED NOT NULL, `customer_id` bigint(20) UNSIGNED NOT NULL, `name` varchar(255) NOT NULL, `card` varchar(255) NOT NULL, `cvc` varchar(255) NOT NULL, `last_no` int(11) DEFAULT NULL, `brand` varchar(255) DEFAULT NULL, `exp_month` int(11) NOT NULL, `exp_year` int(11) NOT NULL, `deleted_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 `commission_history` -- CREATE TABLE `commission_history` ( `id` bigint(20) UNSIGNED NOT NULL, `store_id` bigint(20) UNSIGNED NOT NULL, `order_id` bigint(20) UNSIGNED DEFAULT NULL, `amount` decimal(12,2) NOT NULL, `type` enum('add','deduct') NOT NULL, `payment_gateway` varchar(50) DEFAULT NULL, `description` text DEFAULT NULL, `status` tinyint(4) 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 `contacts` -- CREATE TABLE `contacts` ( `id` bigint(20) UNSIGNED NOT NULL, `name` varchar(100) NOT NULL, `phone_number` varchar(20) NOT NULL, `email` varchar(80) DEFAULT NULL, `subject` varchar(255) NOT NULL, `message` text 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 `coupons` -- CREATE TABLE `coupons` ( `id` bigint(20) UNSIGNED NOT NULL, `code` varchar(255) NOT NULL, `store_id` bigint(20) UNSIGNED DEFAULT NULL, `type` varchar(255) NOT NULL, `discount` double NOT NULL, `min_amount` double NOT NULL, `started_at` timestamp NOT NULL, `expired_at` timestamp NULL DEFAULT NULL, `created_at` timestamp NULL DEFAULT NULL, `updated_at` timestamp NULL DEFAULT NULL, `description` text NOT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -- Dumping data for table `coupons` -- INSERT INTO `coupons` (`id`, `code`, `store_id`, `type`, `discount`, `min_amount`, `started_at`, `expired_at`, `created_at`, `updated_at`, `description`) VALUES (1, '34244443', 1, 'Amount', 17.25, 90.54, '1986-07-24 07:59:51', '1987-03-15 14:11:16', '2026-04-25 12:03:15', '2026-04-25 12:03:15', 'Id rem ut amet vel voluptatem.'), (2, '51745500', 1, 'Amount', 5.65, 40.36, '2022-08-16 23:44:15', '1990-06-04 05:58:00', '2026-04-25 12:03:15', '2026-04-25 12:03:15', 'Ut tenetur sint accusantium.'), (3, '26874604', 1, 'Amount', 15.27, 23.92, '2018-06-05 03:10:28', '2001-05-04 12:41:49', '2026-04-25 12:03:15', '2026-04-25 12:03:15', 'Nobis ab ipsa optio officia sint id recusandae.'), (4, '64471133', 1, 'Percentage', 10.9, 22.68, '1975-05-20 00:36:31', '2007-11-06 10:09:32', '2026-04-25 12:03:15', '2026-04-25 12:03:15', 'Ratione sit ad quia quidem est cupiditate neque.'), (5, '57596253', 1, 'Percentage', 8.28, 17.89, '2013-02-10 09:19:59', '1980-11-05 02:03:34', '2026-04-25 12:03:15', '2026-04-25 12:03:15', 'Vel unde nesciunt quam sit.'), (6, '57467625', 1, 'Amount', 19.23, 70.91, '1987-10-20 05:40:52', '1973-08-01 04:02:59', '2026-04-25 12:03:15', '2026-04-25 12:03:15', 'Laborum et qui id accusantium.'), (7, '45983228', 1, 'Percentage', 9.29, 11.25, '1986-09-08 13:22:46', '1974-03-18 18:59:03', '2026-04-25 12:03:15', '2026-04-25 12:03:15', 'Perspiciatis et non recusandae eum dolor.'), (8, '24581748', 1, 'Amount', 14.95, 49.18, '1977-09-04 05:39:36', '2018-09-24 12:55:57', '2026-04-25 12:03:15', '2026-04-25 12:03:15', 'Sunt libero cum dolor quisquam.'), (9, '78155413', 1, 'Amount', 9.1, 60.75, '2025-06-28 16:52:20', '1993-11-28 16:50:46', '2026-04-25 12:03:15', '2026-04-25 12:03:15', 'Enim rem quos consequuntur beatae corrupti dolor.'), (10, '51942912', 1, 'Amount', 6.69, 16.85, '1987-08-09 11:25:07', '2024-06-11 18:07:53', '2026-04-25 12:03:15', '2026-04-25 12:03:15', 'Accusamus consectetur recusandae ut iure quia labore.'), (11, '29527366', 1, 'Amount', 19.9, 99.96, '1985-01-26 19:00:05', '2018-09-17 03:15:09', '2026-04-25 12:03:15', '2026-04-25 12:03:15', 'Quaerat labore neque harum assumenda nisi neque.'), (12, '18483333', 1, 'Percentage', 8.3, 64.65, '2007-06-06 16:45:54', '1989-10-23 21:11:53', '2026-04-25 12:03:15', '2026-04-25 12:03:15', 'Sed ut sunt ea minus cum aperiam quaerat.'), (13, '59817583', 1, 'Percentage', 17.9, 62.78, '1995-05-22 04:21:40', '2019-03-02 00:35:04', '2026-04-25 12:03:15', '2026-04-25 12:03:15', 'Nemo maiores non ullam reiciendis.'), (14, '55926319', 2, 'Amount', 9.5, 79.43, '1983-06-16 18:05:46', '1998-03-26 18:05:59', '2026-04-25 12:03:15', '2026-04-25 12:03:15', 'Est reprehenderit odio ut et blanditiis necessitatibus.'), (15, '38347245', 2, 'Amount', 7.53, 13.28, '1970-06-13 17:52:34', '1970-10-10 06:42:44', '2026-04-25 12:03:15', '2026-04-25 12:03:15', 'A nihil alias inventore officia sunt fugiat qui.'), (16, '38493742', 2, 'Percentage', 8.88, 89.34, '1984-03-21 16:37:55', '1990-11-01 05:35:40', '2026-04-25 12:03:15', '2026-04-25 12:03:15', 'Eveniet tempore dolor aut velit.'), (17, '18555252', 2, 'Percentage', 17.13, 81.99, '1997-03-23 16:16:26', '2018-05-17 05:03:58', '2026-04-25 12:03:15', '2026-04-25 12:03:15', 'Reiciendis occaecati inventore officia incidunt ea deleniti.'), (18, '76054223', 2, 'Percentage', 17.01, 14.24, '1996-01-20 12:50:58', '2001-07-25 00:48:32', '2026-04-25 12:03:15', '2026-04-25 12:03:15', 'Alias tempore rem facilis voluptates.'), (19, '85460147', 2, 'Percentage', 11.9, 61.41, '1991-06-25 22:25:11', '2004-12-23 09:10:46', '2026-04-25 12:03:15', '2026-04-25 12:03:15', 'Et et accusamus eaque explicabo impedit et.'), (20, '60639479', 2, 'Amount', 8.84, 26.19, '1974-02-16 10:13:33', '2009-06-12 17:32:06', '2026-04-25 12:03:15', '2026-04-25 12:03:15', 'A sunt assumenda nisi dolorum quaerat.'), (21, '43830416', 2, 'Amount', 15.54, 59.37, '1993-02-21 20:01:33', '1987-08-13 22:13:58', '2026-04-25 12:03:15', '2026-04-25 12:03:15', 'Totam modi cumque fuga suscipit est.'), (22, '19224552', 2, 'Percentage', 12.69, 25.65, '1990-10-23 19:34:00', '1977-03-14 03:51:58', '2026-04-25 12:03:15', '2026-04-25 12:03:15', 'Rem eos necessitatibus et exercitationem facilis.'), (23, '43341010', 2, 'Percentage', 8.42, 91.98, '2001-10-12 18:34:18', '1976-11-18 19:27:04', '2026-04-25 12:03:15', '2026-04-25 12:03:15', 'Quibusdam quis incidunt est labore error molestias.'), (24, '69750995', 2, 'Amount', 9.07, 41.04, '1978-04-07 13:57:08', '2020-04-06 02:56:31', '2026-04-25 12:03:15', '2026-04-25 12:03:15', 'Eligendi eum temporibus placeat inventore et saepe odio officiis.'), (25, '40656315', 2, 'Percentage', 13.68, 61.13, '1990-01-22 15:43:42', '2016-08-05 04:15:42', '2026-04-25 12:03:15', '2026-04-25 12:03:15', 'Quis pariatur commodi quos aut.'), (26, '59286489', 2, 'Percentage', 19.34, 96.14, '1996-01-16 14:34:54', '2023-02-28 15:02:16', '2026-04-25 12:03:15', '2026-04-25 12:03:15', 'Quas est dignissimos quasi architecto alias.'), (27, '12673185', 2, 'Amount', 17.91, 32.31, '1998-01-16 15:35:45', '2017-04-29 01:35:19', '2026-04-25 12:03:15', '2026-04-25 12:03:15', 'Harum vero qui aut consequatur aliquid qui.'), (28, '71637454', 3, 'Amount', 12.14, 78.95, '2017-11-08 04:49:07', '1984-02-28 00:03:48', '2026-04-25 12:03:15', '2026-04-25 12:03:15', 'Iste sed qui porro illo nesciunt.'), (29, '99220219', 3, 'Amount', 8.31, 13.46, '2010-02-05 02:39:48', '1995-04-15 12:55:46', '2026-04-25 12:03:15', '2026-04-25 12:03:15', 'Architecto nobis dolores deleniti qui.'), (30, '31592461', 3, 'Percentage', 13.68, 39.33, '1991-12-06 20:40:00', '2022-07-26 07:57:07', '2026-04-25 12:03:15', '2026-04-25 12:03:15', 'Voluptates fuga rem sint vel ut.'), (31, '17609227', 3, 'Amount', 9.58, 10.66, '1980-08-14 23:06:31', '1978-07-02 15:29:02', '2026-04-25 12:03:15', '2026-04-25 12:03:15', 'Dolore sed commodi sed ea.'), (32, '38420508', 3, 'Amount', 7.1, 93.89, '1991-09-22 06:04:58', '2011-09-21 01:06:52', '2026-04-25 12:03:15', '2026-04-25 12:03:15', 'Voluptatibus molestiae autem quos rerum.'), (33, '97747159', 3, 'Percentage', 6.57, 23.62, '1983-08-27 09:53:16', '1995-04-09 22:46:18', '2026-04-25 12:03:15', '2026-04-25 12:03:15', 'Aut dolor ad id enim.'), (34, '12057084', 3, 'Percentage', 18.08, 95.85, '2021-01-30 20:20:30', '2012-08-13 05:12:10', '2026-04-25 12:03:15', '2026-04-25 12:03:15', 'Dolorum mollitia qui magni adipisci voluptas ab.'), (35, '52755789', 3, 'Percentage', 9.88, 27.08, '2018-06-17 22:08:24', '1999-05-05 22:16:55', '2026-04-25 12:03:15', '2026-04-25 12:03:15', 'Saepe ut explicabo consequatur officiis est exercitationem maiores sint.'), (36, '61004513', 3, 'Percentage', 12.36, 28.81, '2002-05-05 06:57:06', '1980-12-29 09:31:15', '2026-04-25 12:03:15', '2026-04-25 12:03:15', 'Id sit sunt labore omnis.'), (37, '25037805', 3, 'Percentage', 5.02, 32.27, '1995-08-26 02:39:14', '1998-06-15 08:35:13', '2026-04-25 12:03:15', '2026-04-25 12:03:15', 'Perferendis aliquid ullam soluta voluptates.'), (38, '78123793', 3, 'Amount', 5.62, 22.58, '2022-01-01 10:20:14', '2005-01-18 09:30:52', '2026-04-25 12:03:15', '2026-04-25 12:03:15', 'Vel vel tempora vitae ut.'), (39, '16595039', 3, 'Percentage', 15.54, 51.42, '2000-11-27 03:00:40', '2018-01-01 19:01:53', '2026-04-25 12:03:15', '2026-04-25 12:03:15', 'Non officia qui hic et sint harum odio.'), (40, '55435106', 3, 'Amount', 5.78, 66.27, '2016-04-01 03:49:33', '2018-05-22 15:19:58', '2026-04-25 12:03:15', '2026-04-25 12:03:15', 'Fugit adipisci impedit quibusdam eveniet omnis tempora sapiente.'), (41, '19627988', 4, 'Amount', 6.47, 24.18, '1994-10-12 00:19:02', '1970-08-12 12:51:08', '2026-04-25 12:03:15', '2026-04-25 12:03:15', 'Nesciunt illum accusantium illo iure et.'), (42, '43779606', 4, 'Amount', 7.47, 63.96, '2007-04-15 13:13:54', '2007-03-22 00:59:26', '2026-04-25 12:03:15', '2026-04-25 12:03:15', 'Eaque aut alias aliquam officia.'), (43, '88843270', 4, 'Amount', 8.52, 70.08, '1990-05-19 08:31:51', '1981-06-04 07:25:47', '2026-04-25 12:03:15', '2026-04-25 12:03:15', 'Qui ea similique quasi eligendi.'), (44, '52373852', 4, 'Amount', 13.84, 81.72, '1982-12-03 04:19:29', '1989-08-28 01:04:28', '2026-04-25 12:03:15', '2026-04-25 12:03:15', 'Sint facere nulla sed autem sit.'), (45, '58179687', 4, 'Amount', 11.27, 69.06, '1976-04-20 15:20:46', '1978-12-31 13:56:11', '2026-04-25 12:03:15', '2026-04-25 12:03:15', 'Sint qui non reiciendis quam.'), (46, '87229965', 4, 'Amount', 5.9, 10.52, '2018-05-14 15:13:51', '2020-02-27 21:24:52', '2026-04-25 12:03:15', '2026-04-25 12:03:15', 'Facilis cumque consequatur quam qui eligendi corporis repudiandae.'), (47, '73074597', 4, 'Amount', 11.71, 37.81, '2006-08-04 15:15:27', '2023-01-26 23:36:31', '2026-04-25 12:03:15', '2026-04-25 12:03:15', 'Necessitatibus et eum aut possimus nostrum fugiat.'), (48, '43404018', 4, 'Percentage', 19.34, 78.46, '1985-09-22 21:52:14', '1971-12-01 13:52:23', '2026-04-25 12:03:15', '2026-04-25 12:03:15', 'Quia molestias et deserunt earum qui ipsa maxime.'), (49, '29102450', 4, 'Amount', 6.35, 70.58, '1977-01-29 04:08:24', '2008-04-08 10:02:56', '2026-04-25 12:03:15', '2026-04-25 12:03:15', 'Praesentium recusandae rerum eos eveniet quisquam est aspernatur quibusdam.'), (50, '48593586', 4, 'Amount', 5.2, 43.6, '1994-07-02 02:49:06', '2023-10-05 14:31:59', '2026-04-25 12:03:15', '2026-04-25 12:03:15', 'Rerum a aut cum sit voluptas eos ut non.'), (51, '37109683', 4, 'Amount', 15.99, 46.66, '2010-05-07 20:41:32', '1998-08-13 13:10:30', '2026-04-25 12:03:15', '2026-04-25 12:03:15', 'Et fuga est sed dignissimos sit.'), (52, '17378502', 4, 'Amount', 12.71, 98.52, '1986-04-27 23:17:57', '2003-11-03 11:13:36', '2026-04-25 12:03:15', '2026-04-25 12:03:15', 'Molestiae deserunt possimus unde laboriosam ipsum molestiae et.'), (53, '24535871', 4, 'Percentage', 18.09, 87.22, '2020-11-29 14:35:34', '1996-06-23 06:46:54', '2026-04-25 12:03:15', '2026-04-25 12:03:15', 'Et necessitatibus fugiat omnis et.'), (54, '16814247', 4, 'Percentage', 15.63, 81.16, '1982-12-14 11:09:39', '2021-06-27 02:13:39', '2026-04-25 12:03:15', '2026-04-25 12:03:15', 'In dolor sequi repudiandae vel in suscipit est.'), (55, '36961800', 4, 'Amount', 14.19, 35.56, '2002-01-10 14:45:13', '1988-11-17 03:36:39', '2026-04-25 12:03:15', '2026-04-25 12:03:15', 'Magni earum labore soluta atque rerum dolores in ad.'), (56, '30467002', 5, 'Percentage', 19.89, 52.91, '1970-03-27 15:54:45', '1985-06-20 16:33:49', '2026-04-25 12:03:15', '2026-04-25 12:03:15', 'Reiciendis reprehenderit voluptatibus ipsum voluptatem qui assumenda.'), (57, '97644122', 5, 'Amount', 13.35, 74.23, '1999-04-15 03:36:09', '2007-10-29 03:04:52', '2026-04-25 12:03:15', '2026-04-25 12:03:15', 'Recusandae aut maiores in quia.'), (58, '96725805', 5, 'Percentage', 14.09, 61.99, '2023-07-06 02:56:55', '2022-10-23 20:44:45', '2026-04-25 12:03:15', '2026-04-25 12:03:15', 'A occaecati eius quas tempora.'), (59, '29059827', 5, 'Percentage', 11.82, 11.57, '1997-01-22 02:51:02', '1986-11-07 23:49:26', '2026-04-25 12:03:15', '2026-04-25 12:03:15', 'Nostrum illum asperiores dolores architecto sint.'), (60, '19140400', 5, 'Amount', 13.2, 56.7, '2018-04-24 02:35:59', '2006-02-09 13:33:54', '2026-04-25 12:03:15', '2026-04-25 12:03:15', 'Voluptatum aspernatur possimus reprehenderit velit qui consequatur.'), (61, '25081751', 5, 'Amount', 16.27, 80.98, '2023-01-18 01:40:05', '1993-11-22 03:02:36', '2026-04-25 12:03:15', '2026-04-25 12:03:15', 'Deleniti dicta totam accusantium molestiae.'), (62, '60335217', 5, 'Percentage', 11.58, 37.48, '2004-07-30 11:45:35', '1991-03-04 10:43:05', '2026-04-25 12:03:15', '2026-04-25 12:03:15', 'Laudantium excepturi harum cumque et et officiis esse vitae.'), (63, '78481404', 5, 'Amount', 18.42, 13.56, '2010-01-23 22:15:50', '2014-01-05 02:47:12', '2026-04-25 12:03:15', '2026-04-25 12:03:15', 'Dolor voluptatem ex ratione occaecati.'), (64, '11335955', 5, 'Amount', 5.89, 81.99, '1973-02-03 10:32:23', '2000-11-24 03:50:25', '2026-04-25 12:03:15', '2026-04-25 12:03:15', 'Id nihil tempora harum nihil.'), (65, '34421422', 5, 'Percentage', 8.14, 48.32, '1977-02-10 11:59:36', '1983-05-28 02:36:25', '2026-04-25 12:03:15', '2026-04-25 12:03:15', 'Qui quam distinctio repudiandae possimus sit sit.'), (66, '12272435', 5, 'Amount', 8.77, 24.13, '1998-10-29 08:54:12', '1976-02-20 13:07:10', '2026-04-25 12:03:15', '2026-04-25 12:03:15', 'Rerum est illo perferendis ut voluptate.'), (67, '16800969', 6, 'Percentage', 9.69, 11.37, '1977-07-08 12:56:08', '1975-01-26 23:46:01', '2026-04-25 12:03:15', '2026-04-25 12:03:15', 'Non ipsum sed saepe voluptas totam.'), (68, '50485208', 6, 'Percentage', 16.46, 18.42, '1976-12-26 09:05:33', '1975-05-10 12:30:53', '2026-04-25 12:03:15', '2026-04-25 12:03:15', 'Non omnis quo delectus qui.'), (69, '37277650', 6, 'Amount', 10.92, 57.11, '1997-06-01 21:29:03', '2001-10-19 07:33:37', '2026-04-25 12:03:15', '2026-04-25 12:03:15', 'Nihil quia et consectetur laborum ut.'), (70, '33112860', 6, 'Percentage', 7.31, 13.97, '1999-10-04 01:19:38', '1999-01-22 19:15:22', '2026-04-25 12:03:15', '2026-04-25 12:03:15', 'Eius et dolores quo et.'), (71, '96943395', 6, 'Percentage', 7.34, 89.24, '2004-08-24 03:13:03', '1982-03-12 01:23:27', '2026-04-25 12:03:15', '2026-04-25 12:03:15', 'Nesciunt dolorum et et.'), (72, '35648680', 6, 'Percentage', 9.47, 70.49, '1990-05-05 11:40:59', '1990-10-08 01:58:23', '2026-04-25 12:03:15', '2026-04-25 12:03:15', 'Aut animi et ullam optio mollitia dolor quis.'), (73, '97190179', 6, 'Percentage', 16.88, 91.87, '2015-07-09 00:05:21', '2011-01-26 05:44:49', '2026-04-25 12:03:15', '2026-04-25 12:03:15', 'Expedita saepe deserunt voluptatum sed culpa nisi vero.'), (74, '29476542', 6, 'Amount', 13.77, 19.21, '1976-04-15 10:16:44', '2024-05-29 14:04:18', '2026-04-25 12:03:15', '2026-04-25 12:03:15', 'Sed impedit quam voluptatibus neque.'), (75, '25089698', 6, 'Amount', 15.46, 46.06, '2025-09-19 06:59:57', '1976-03-26 20:07:21', '2026-04-25 12:03:15', '2026-04-25 12:03:15', 'Necessitatibus quibusdam quas distinctio aut perferendis.'), (76, '60068900', 6, 'Amount', 10.13, 17.81, '2017-11-15 19:21:00', '1990-01-14 10:34:12', '2026-04-25 12:03:15', '2026-04-25 12:03:15', 'Ut alias eum minus voluptatem molestias nemo.'), (77, '83227996', 6, 'Percentage', 5.84, 39.13, '1999-09-07 17:35:27', '1990-07-27 00:35:59', '2026-04-25 12:03:15', '2026-04-25 12:03:15', 'Architecto et animi dicta veniam.'), (78, '54495990', 6, 'Amount', 12.22, 25.34, '2022-01-22 01:34:48', '2015-03-09 21:45:26', '2026-04-25 12:03:15', '2026-04-25 12:03:15', 'Id in nisi sit modi id.'), (79, '27469153', 6, 'Amount', 7.92, 15.89, '1995-01-02 23:20:20', '2022-02-16 04:12:14', '2026-04-25 12:03:15', '2026-04-25 12:03:15', 'Quia ad deserunt id sint qui ducimus voluptas eius.'), (80, '31173723', 6, 'Percentage', 15.55, 72.64, '1993-02-16 16:44:49', '1980-01-21 11:24:15', '2026-04-25 12:03:15', '2026-04-25 12:03:15', 'Modi vitae tempore illum aut.'), (81, '16860462', 7, 'Percentage', 15.37, 32.62, '1982-08-30 17:56:00', '1991-07-20 06:14:12', '2026-04-25 12:03:15', '2026-04-25 12:03:15', 'Eum quo sed voluptatibus consequuntur rerum.'), (82, '92117754', 7, 'Percentage', 9.13, 79.34, '1983-07-13 17:55:45', '2006-08-02 18:29:36', '2026-04-25 12:03:15', '2026-04-25 12:03:15', 'Est a minus soluta dolor dolorem est.'), (83, '58371846', 7, 'Amount', 18.58, 60.78, '2009-08-25 16:18:51', '1983-03-05 07:52:24', '2026-04-25 12:03:15', '2026-04-25 12:03:15', 'Hic quia placeat et aperiam id vel laboriosam.'), (84, '89016640', 7, 'Percentage', 7.2, 21.92, '2025-08-10 04:16:10', '1991-07-10 08:20:21', '2026-04-25 12:03:15', '2026-04-25 12:03:15', 'Nisi ratione aliquam illo laborum odit.'), (85, '61902576', 7, 'Amount', 9.23, 27.28, '1988-02-25 18:20:30', '1979-05-10 12:32:56', '2026-04-25 12:03:15', '2026-04-25 12:03:15', 'Beatae doloremque ea id voluptatem aperiam id.'), (86, '57289514', 7, 'Percentage', 11.83, 30.54, '2019-11-30 06:20:48', '1986-06-26 13:59:22', '2026-04-25 12:03:15', '2026-04-25 12:03:15', 'Sapiente aliquid eos accusantium ratione libero neque.'), (87, '16918220', 7, 'Percentage', 12.27, 63.13, '2025-10-11 14:04:03', '1980-07-14 02:11:22', '2026-04-25 12:03:15', '2026-04-25 12:03:15', 'Ut aut ipsum ipsum et.'), (88, '43757038', 7, 'Percentage', 16.17, 79.46, '1990-11-15 04:57:03', '1995-04-14 03:40:15', '2026-04-25 12:03:15', '2026-04-25 12:03:15', 'Provident id animi commodi veniam inventore.'), (89, '82770252', 7, 'Percentage', 14.78, 47.37, '1982-05-09 03:59:30', '1981-11-16 04:54:46', '2026-04-25 12:03:15', '2026-04-25 12:03:15', 'Vel ut voluptas voluptatem libero aut aliquam vitae.'), (90, '52245467', 7, 'Amount', 17.17, 49.24, '2007-06-22 00:40:17', '2014-02-05 07:29:15', '2026-04-25 12:03:15', '2026-04-25 12:03:15', 'Minima quibusdam quis corporis molestias voluptates.'), (91, '94342128', 7, 'Percentage', 18.6, 74.57, '1976-02-29 04:47:17', '1984-09-24 09:18:03', '2026-04-25 12:03:15', '2026-04-25 12:03:15', 'Ut enim voluptas atque asperiores veniam sequi enim.'), (92, '58732114', 7, 'Percentage', 18.89, 13.27, '2011-04-12 00:23:32', '1999-03-06 01:29:37', '2026-04-25 12:03:15', '2026-04-25 12:03:15', 'Soluta ducimus quisquam qui.'), (93, '71043081', 8, 'Amount', 5.55, 26.08, '1975-05-31 13:42:19', '2001-02-10 01:34:36', '2026-04-25 12:03:15', '2026-04-25 12:03:15', 'Eum possimus quibusdam in ea laudantium.'), (94, '78168328', 8, 'Amount', 10.09, 12.26, '2011-09-06 21:38:20', '2022-12-01 00:52:31', '2026-04-25 12:03:15', '2026-04-25 12:03:15', 'Architecto sed distinctio maxime.'), (95, '76332511', 8, 'Amount', 11.02, 48.42, '2020-02-12 05:28:38', '2020-04-05 12:35:33', '2026-04-25 12:03:15', '2026-04-25 12:03:15', 'Numquam debitis quia sed nostrum tempore esse dolor.'), (96, '38461282', 8, 'Percentage', 7.2, 23.4, '1998-05-12 11:13:53', '1974-12-18 04:57:53', '2026-04-25 12:03:15', '2026-04-25 12:03:15', 'Omnis sunt id enim perferendis dolores architecto.'), (97, '52815420', 8, 'Percentage', 13.74, 75.61, '1976-08-04 16:47:16', '1994-11-21 22:59:27', '2026-04-25 12:03:15', '2026-04-25 12:03:15', 'Doloremque mollitia neque harum iure esse necessitatibus odio maiores.'), (98, '48727161', 8, 'Percentage', 12.01, 30.69, '2019-06-09 08:47:56', '1973-12-12 17:32:28', '2026-04-25 12:03:15', '2026-04-25 12:03:15', 'Eius distinctio voluptatem iusto quisquam aliquid.'), (99, '61782091', 8, 'Amount', 13.25, 25.89, '1979-06-10 16:49:30', '2019-09-23 02:56:19', '2026-04-25 12:03:15', '2026-04-25 12:03:15', 'Qui nulla sit dolorum pariatur et debitis voluptatem.'), (100, '36613732', 8, 'Percentage', 19.35, 10.15, '2021-05-20 01:25:12', '2020-08-28 07:45:15', '2026-04-25 12:03:15', '2026-04-25 12:03:15', 'Est et eum non fugit.'), (101, '91777195', 8, 'Percentage', 7.38, 43.83, '1984-08-30 16:50:44', '2003-05-18 04:29:40', '2026-04-25 12:03:15', '2026-04-25 12:03:15', 'Porro sequi enim ea omnis nulla asperiores.'), (102, '80349360', 8, 'Amount', 12.24, 80.6, '2024-04-23 22:29:43', '1976-10-23 21:57:32', '2026-04-25 12:03:15', '2026-04-25 12:03:15', 'Cumque voluptas harum aut dolorem est et.'), (103, '86981334', 8, 'Amount', 17.29, 86.5, '2004-05-15 14:27:36', '1989-12-20 10:30:28', '2026-04-25 12:03:15', '2026-04-25 12:03:15', 'Sit dolor vitae non assumenda.'), (104, '79392675', 9, 'Percentage', 11.2, 87.29, '1972-02-24 20:01:07', '1982-08-01 02:22:52', '2026-04-25 12:03:15', '2026-04-25 12:03:15', 'Quia laudantium et qui facere at eligendi quisquam nesciunt.'), (105, '19104278', 9, 'Amount', 11.4, 88.99, '2019-10-23 03:13:24', '1990-12-10 10:23:14', '2026-04-25 12:03:15', '2026-04-25 12:03:15', 'Unde quo suscipit neque dignissimos eos.'), (106, '13129700', 9, 'Amount', 14.83, 61.36, '1992-01-28 08:03:27', '2022-06-26 04:48:23', '2026-04-25 12:03:15', '2026-04-25 12:03:15', 'Qui aut dicta ullam iste.'), (107, '58247752', 9, 'Amount', 7.95, 66.18, '1972-07-09 09:55:50', '1982-08-29 20:18:16', '2026-04-25 12:03:15', '2026-04-25 12:03:15', 'Sed sed sint qui et sit reiciendis.'), (108, '47800367', 9, 'Percentage', 9.09, 76.36, '1991-08-18 04:05:45', '1994-09-04 15:33:19', '2026-04-25 12:03:15', '2026-04-25 12:03:15', 'Debitis autem architecto ducimus et consequatur placeat aut.'), (109, '60651304', 9, 'Amount', 6.39, 55.11, '2017-08-31 21:23:08', '1975-03-09 11:16:26', '2026-04-25 12:03:15', '2026-04-25 12:03:15', 'Nobis error odio beatae debitis accusamus.'), (110, '56267454', 9, 'Amount', 5.8, 24.94, '1997-03-23 22:23:40', '1989-04-15 14:39:20', '2026-04-25 12:03:15', '2026-04-25 12:03:15', 'Dignissimos adipisci et est.'), (111, '28664984', 9, 'Percentage', 10.71, 88.22, '1987-04-15 10:54:10', '1988-09-01 16:41:21', '2026-04-25 12:03:15', '2026-04-25 12:03:15', 'Possimus qui quis deleniti et ut.'), (112, '94523597', 9, 'Percentage', 9.93, 56.5, '2009-04-02 05:55:43', '1985-01-17 16:01:01', '2026-04-25 12:03:15', '2026-04-25 12:03:15', 'Perferendis qui labore cupiditate reprehenderit quia dignissimos quia.'), (113, '58946130', 9, 'Percentage', 14.74, 61.67, '2024-03-22 10:58:28', '2009-12-01 00:38:38', '2026-04-25 12:03:15', '2026-04-25 12:03:15', 'Illo repellat numquam vero qui fugit voluptatem est.'), (114, '33931272', 9, 'Percentage', 19.49, 77.66, '2014-08-26 22:20:05', '1980-12-29 00:04:16', '2026-04-25 12:03:15', '2026-04-25 12:03:15', 'Ipsa unde sunt dolorum ipsa ab quia.'), (115, '79538684', 9, 'Percentage', 17.1, 72.19, '1996-10-16 05:08:33', '1987-12-25 17:05:34', '2026-04-25 12:03:15', '2026-04-25 12:03:15', 'Aperiam minima deleniti veniam fugiat.'), (117, 'SHAW10', 1, 'Amount', 10, 0, '2026-05-03 03:59:51', '2026-08-04 03:59:51', '2026-05-03 12:19:25', '2026-05-04 03:59:51', 'Per-store demo coupon'), (118, 'WELCOME10', NULL, 'Percentage', 10, 0, '2026-05-03 03:59:51', '2026-08-04 03:59:51', '2026-05-03 12:19:25', '2026-05-04 03:59:51', 'Platform-wide welcome 10%'); -- -------------------------------------------------------- -- -- Table structure for table `coupon_users` -- CREATE TABLE `coupon_users` ( `id` bigint(20) UNSIGNED NOT NULL, `coupon_id` bigint(20) UNSIGNED NOT NULL, `user_id` bigint(20) UNSIGNED NOT NULL, `created_at` timestamp NULL DEFAULT NULL, `updated_at` timestamp NULL DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -------------------------------------------------------- -- -- Table structure for table `customers` -- CREATE TABLE `customers` ( `id` bigint(20) UNSIGNED NOT NULL, `user_id` bigint(20) UNSIGNED NOT NULL, `stripe_customer` 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 `customers` -- INSERT INTO `customers` (`id`, `user_id`, `stripe_customer`, `created_at`, `updated_at`) VALUES (1, 25, NULL, '2026-04-27 19:49:34', '2026-04-27 19:49:34'), (2, 29, NULL, '2026-04-28 13:50:14', '2026-04-28 13:50:14'), (3, 30, NULL, '2026-04-29 10:54:09', '2026-04-29 10:54:09'), (4, 31, NULL, '2026-04-29 10:55:55', '2026-04-29 10:55:55'), (5, 32, NULL, '2026-04-29 11:24:32', '2026-04-29 11:24:32'), (6, 33, NULL, '2026-04-29 11:39:08', '2026-04-29 11:39:08'), (7, 34, NULL, '2026-04-29 12:56:57', '2026-04-29 12:56:57'), (8, 35, NULL, '2026-04-29 13:16:14', '2026-04-29 13:16:14'), (9, 36, NULL, '2026-04-29 14:09:01', '2026-04-29 14:09:01'), (10, 37, NULL, '2026-04-29 15:29:00', '2026-04-29 15:29:00'), (11, 39, NULL, '2026-04-30 11:06:58', '2026-04-30 11:06:58'), (12, 42, NULL, '2026-04-30 15:52:36', '2026-04-30 15:52:36'), (13, 44, NULL, '2026-04-30 16:54:04', '2026-04-30 16:54:04'), (14, 54, NULL, '2026-05-03 12:18:29', '2026-05-03 12:18:29'), (15, 55, NULL, '2026-05-03 12:19:25', '2026-05-03 12:19:25'), (16, 56, NULL, '2026-05-03 12:19:25', '2026-05-03 12:19:25'), (17, 57, NULL, '2026-05-05 10:23:57', '2026-05-05 10:23:57'), (18, 59, NULL, '2026-05-05 15:14:25', '2026-05-05 15:14:25'), (19, 60, NULL, '2026-05-06 10:33:37', '2026-05-06 10:33:37'), (20, 87, NULL, '2026-05-11 09:53:15', '2026-05-11 09:53:15'), (21, 88, NULL, '2026-05-11 11:23:41', '2026-05-11 11:23:41'); -- -------------------------------------------------------- -- -- Table structure for table `device_keys` -- CREATE TABLE `device_keys` ( `id` bigint(20) UNSIGNED NOT NULL, `customer_id` bigint(20) UNSIGNED NOT NULL, `key` varchar(255) NOT NULL, `device_type` 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 `drivers` -- CREATE TABLE `drivers` ( `id` bigint(20) UNSIGNED NOT NULL, `user_id` bigint(20) UNSIGNED NOT NULL, `is_approve` tinyint(1) NOT NULL DEFAULT 0, `created_at` timestamp NULL DEFAULT NULL, `updated_at` timestamp NULL DEFAULT NULL, `store_id` bigint(20) UNSIGNED DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -- Dumping data for table `drivers` -- INSERT INTO `drivers` (`id`, `user_id`, `is_approve`, `created_at`, `updated_at`, `store_id`) VALUES (1, 27, 1, '2026-04-27 23:01:44', '2026-04-30 17:00:09', NULL), (2, 28, 1, '2026-04-28 10:45:11', '2026-04-28 10:45:11', NULL), (3, 38, 1, '2026-04-30 00:38:00', '2026-04-30 00:38:00', NULL), (4, 40, 1, '2026-04-30 15:21:06', '2026-04-30 15:21:06', NULL), (5, 41, 1, '2026-04-30 15:28:49', '2026-04-30 15:28:49', NULL), (6, 43, 1, '2026-04-30 16:28:42', '2026-04-30 16:28:42', NULL), (7, 45, 1, '2026-04-30 17:02:43', '2026-04-30 17:02:43', NULL), (8, 46, 1, '2026-04-30 23:04:57', '2026-04-30 23:04:57', NULL), (9, 52, 0, '2026-05-03 12:16:46', '2026-05-03 12:16:46', NULL), (10, 53, 0, '2026-05-03 12:16:46', '2026-05-03 12:16:46', NULL), (11, 58, 1, '2026-05-05 13:36:55', '2026-05-05 13:36:55', NULL); -- -------------------------------------------------------- -- -- Table structure for table `driver_device_keys` -- CREATE TABLE `driver_device_keys` ( `id` bigint(20) UNSIGNED NOT NULL, `driver_id` bigint(20) UNSIGNED NOT NULL, `key` 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; -- -------------------------------------------------------- -- -- Table structure for table `driver_histories` -- CREATE TABLE `driver_histories` ( `id` bigint(20) UNSIGNED NOT NULL, `driver_id` bigint(20) UNSIGNED NOT NULL, `order_id` bigint(20) UNSIGNED NOT NULL, `status` 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; -- -------------------------------------------------------- -- -- Table structure for table `driver_notifications` -- CREATE TABLE `driver_notifications` ( `id` bigint(20) UNSIGNED NOT NULL, `driver_id` bigint(20) UNSIGNED NOT NULL, `message` text NOT NULL, `isRead` tinyint(1) DEFAULT 0, `created_at` timestamp NULL DEFAULT NULL, `updated_at` timestamp NULL DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -- Dumping data for table `driver_notifications` -- INSERT INTO `driver_notifications` (`id`, `driver_id`, `message`, `isRead`, `created_at`, `updated_at`) VALUES (1, 6, 'You have received a Delivered request. Order ID: MV000007', 0, '2026-05-11 13:38:31', '2026-05-11 13:38:31'); -- -------------------------------------------------------- -- -- Table structure for table `driver_orders` -- CREATE TABLE `driver_orders` ( `id` bigint(20) UNSIGNED NOT NULL, `order_id` bigint(20) UNSIGNED NOT NULL, `driver_id` bigint(20) UNSIGNED NOT NULL, `is_completed` tinyint(1) NOT NULL DEFAULT 0, `assign_for` varchar(255) DEFAULT NULL, `is_accept` tinyint(1) NOT NULL DEFAULT 0, `is_approve` tinyint(1) NOT NULL DEFAULT 0, `status` varchar(255) NOT NULL DEFAULT 'To-Pickup', `last_lat` decimal(10,7) DEFAULT NULL, `last_lng` decimal(10,7) DEFAULT NULL, `last_location_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 `driver_orders` -- INSERT INTO `driver_orders` (`id`, `order_id`, `driver_id`, `is_completed`, `assign_for`, `is_accept`, `is_approve`, `status`, `last_lat`, `last_lng`, `last_location_at`, `created_at`, `updated_at`) VALUES (1, 7, 6, 1, 'Delivered', 0, 0, 'Delivered', NULL, NULL, NULL, '2026-05-11 13:38:31', '2026-05-11 13:40:02'); -- -------------------------------------------------------- -- -- 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 `faqs` -- CREATE TABLE `faqs` ( `id` bigint(20) UNSIGNED NOT NULL, `slug` varchar(255) DEFAULT NULL, `content` longtext 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 `faqs` -- INSERT INTO `faqs` (`id`, `slug`, `content`, `created_at`, `updated_at`) VALUES (1, 'general', '{\"faqs\":[{\"ques\":\"How do I track my order?\",\"answer\":\"Lorem ipsum dolor, sit amet consectetur adipisicing elit. Minima expedita nesciunt explicabo velit sequi facere maiores illo dolores in veritatis doloribus delectus non, amet temporibus, recusandae porro eum ullam possimus.\"},{\"ques\":\"Do you offer international shipping?\",\"answer\":\"Lorem ipsum dolor, sit amet consectetur adipisicing elit. Minima expedita nesciunt explicabo velit sequi facere maiores illo dolores in veritatis doloribus delectus non, amet temporibus, recusandae porro eum ullam possimus.\"},{\"ques\":\"How can I contact customer support?\",\"answer\":\"Lorem ipsum dolor, sit amet consectetur adipisicing elit. Minima expedita nesciunt explicabo velit sequi facere maiores illo dolores in veritatis doloribus delectus non, amet temporibus, recusandae porro eum ullam possimus.\"},{\"ques\":\"Can I change my order after it has been placed?\",\"answer\":\"Lorem ipsum dolor, sit amet consectetur adipisicing elit. Minima expedita nesciunt explicabo velit sequi facere maiores illo dolores in veritatis doloribus delectus non, amet temporibus, recusandae porro eum ullam possimus.\"}]}', '2026-04-25 12:03:13', '2026-04-25 12:03:13'), (2, 'order-and-pricing', '{\"faqs\":[{\"ques\":\"How do I track my order?\",\"answer\":\"Lorem ipsum dolor, sit amet consectetur adipisicing elit. Minima expedita nesciunt explicabo velit sequi facere maiores illo dolores in veritatis doloribus delectus non, amet temporibus, recusandae porro eum ullam possimus.\"},{\"ques\":\"Do you offer international shipping?\",\"answer\":\"Lorem ipsum dolor, sit amet consectetur adipisicing elit. Minima expedita nesciunt explicabo velit sequi facere maiores illo dolores in veritatis doloribus delectus non, amet temporibus, recusandae porro eum ullam possimus.\"},{\"ques\":\"How can I contact customer support?\",\"answer\":\"Lorem ipsum dolor, sit amet consectetur adipisicing elit. Minima expedita nesciunt explicabo velit sequi facere maiores illo dolores in veritatis doloribus delectus non, amet temporibus, recusandae porro eum ullam possimus.\"},{\"ques\":\"Can I change my order after it has been placed?\",\"answer\":\"Lorem ipsum dolor, sit amet consectetur adipisicing elit. Minima expedita nesciunt explicabo velit sequi facere maiores illo dolores in veritatis doloribus delectus non, amet temporibus, recusandae porro eum ullam possimus.\"}]}', '2026-04-25 12:03:13', '2026-04-25 12:03:13'), (3, 'service-and-quality', '{\"faqs\":[{\"ques\":\"How do I track my order?\",\"answer\":\"Lorem ipsum dolor, sit amet consectetur adipisicing elit. Minima expedita nesciunt explicabo velit sequi facere maiores illo dolores in veritatis doloribus delectus non, amet temporibus, recusandae porro eum ullam possimus.\"},{\"ques\":\"Do you offer international shipping?\",\"answer\":\"Lorem ipsum dolor, sit amet consectetur adipisicing elit. Minima expedita nesciunt explicabo velit sequi facere maiores illo dolores in veritatis doloribus delectus non, amet temporibus, recusandae porro eum ullam possimus.\"},{\"ques\":\"How can I contact customer support?\",\"answer\":\"Lorem ipsum dolor, sit amet consectetur adipisicing elit. Minima expedita nesciunt explicabo velit sequi facere maiores illo dolores in veritatis doloribus delectus non, amet temporibus, recusandae porro eum ullam possimus.\"},{\"ques\":\"Can I change my order after it has been placed?\",\"answer\":\"Lorem ipsum dolor, sit amet consectetur adipisicing elit. Minima expedita nesciunt explicabo velit sequi facere maiores illo dolores in veritatis doloribus delectus non, amet temporibus, recusandae porro eum ullam possimus.\"}]}', '2026-04-25 12:03:13', '2026-04-25 12:03:13'), (4, 'pickup-and-delivery', '{\"faqs\":[{\"ques\":\"How do I track my order?\",\"answer\":\"Lorem ipsum dolor, sit amet consectetur adipisicing elit. Minima expedita nesciunt explicabo velit sequi facere maiores illo dolores in veritatis doloribus delectus non, amet temporibus, recusandae porro eum ullam possimus.\"},{\"ques\":\"Do you offer international shipping?\",\"answer\":\"Lorem ipsum dolor, sit amet consectetur adipisicing elit. Minima expedita nesciunt explicabo velit sequi facere maiores illo dolores in veritatis doloribus delectus non, amet temporibus, recusandae porro eum ullam possimus.\"},{\"ques\":\"How can I contact customer support?\",\"answer\":\"Lorem ipsum dolor, sit amet consectetur adipisicing elit. Minima expedita nesciunt explicabo velit sequi facere maiores illo dolores in veritatis doloribus delectus non, amet temporibus, recusandae porro eum ullam possimus.\"},{\"ques\":\"Can I change my order after it has been placed?\",\"answer\":\"Lorem ipsum dolor, sit amet consectetur adipisicing elit. Minima expedita nesciunt explicabo velit sequi facere maiores illo dolores in veritatis doloribus delectus non, amet temporibus, recusandae porro eum ullam possimus.\"}]}', '2026-04-25 12:03:13', '2026-04-25 12:03:13'), (5, 'account-and-stores', '{\"faqs\":[{\"ques\":\"How do I track my order?\",\"answer\":\"Lorem ipsum dolor, sit amet consectetur adipisicing elit. Minima expedita nesciunt explicabo velit sequi facere maiores illo dolores in veritatis doloribus delectus non, amet temporibus, recusandae porro eum ullam possimus.\"},{\"ques\":\"Do you offer international shipping?\",\"answer\":\"Lorem ipsum dolor, sit amet consectetur adipisicing elit. Minima expedita nesciunt explicabo velit sequi facere maiores illo dolores in veritatis doloribus delectus non, amet temporibus, recusandae porro eum ullam possimus.\"},{\"ques\":\"How can I contact customer support?\",\"answer\":\"Lorem ipsum dolor, sit amet consectetur adipisicing elit. Minima expedita nesciunt explicabo velit sequi facere maiores illo dolores in veritatis doloribus delectus non, amet temporibus, recusandae porro eum ullam possimus.\"},{\"ques\":\"Can I change my order after it has been placed?\",\"answer\":\"Lorem ipsum dolor, sit amet consectetur adipisicing elit. Minima expedita nesciunt explicabo velit sequi facere maiores illo dolores in veritatis doloribus delectus non, amet temporibus, recusandae porro eum ullam possimus.\"}]}', '2026-04-25 12:03:13', '2026-04-25 12:03:13'); -- -------------------------------------------------------- -- -- Table structure for table `favourite_stores` -- CREATE TABLE `favourite_stores` ( `id` bigint(20) UNSIGNED NOT NULL, `customer_id` bigint(20) UNSIGNED NOT NULL, `store_id` bigint(20) UNSIGNED NOT NULL, `created_at` timestamp NULL DEFAULT NULL, `updated_at` timestamp NULL DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -------------------------------------------------------- -- -- Table structure for table `invoice_manages` -- CREATE TABLE `invoice_manages` ( `id` bigint(20) UNSIGNED NOT NULL, `type` varchar(255) NOT NULL, `invoice_name` varchar(255) DEFAULT 'invoice1', `user_id` bigint(20) UNSIGNED NOT NULL, `created_at` timestamp NULL DEFAULT NULL, `updated_at` timestamp NULL DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -------------------------------------------------------- -- -- Table structure for table `job_orders` -- CREATE TABLE `job_orders` ( `id` bigint(20) UNSIGNED NOT NULL, `support_ticket_id` bigint(20) UNSIGNED DEFAULT NULL, `store_id` bigint(20) UNSIGNED NOT NULL, `service_center_id` bigint(20) UNSIGNED DEFAULT NULL, `machine_id` bigint(20) UNSIGNED DEFAULT NULL, `technician_id` bigint(20) UNSIGNED DEFAULT NULL, `issue_description` text DEFAULT NULL, `service_kind` enum('installation','repair','deep_cleaning_pms','machine_checkup','ocular_inspection') NOT NULL DEFAULT 'repair', `scheduled_for` datetime DEFAULT NULL, `scheduled_slot` varchar(32) DEFAULT NULL, `status` varchar(255) NOT NULL DEFAULT 'pending', `notes` text DEFAULT NULL, `created_at` timestamp NULL DEFAULT NULL, `updated_at` timestamp NULL DEFAULT NULL, `scheduled_by` bigint(20) UNSIGNED DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -- Dumping data for table `job_orders` -- INSERT INTO `job_orders` (`id`, `support_ticket_id`, `store_id`, `service_center_id`, `machine_id`, `technician_id`, `issue_description`, `service_kind`, `scheduled_for`, `scheduled_slot`, `status`, `notes`, `created_at`, `updated_at`, `scheduled_by`) VALUES (1, NULL, 1, 1, 1, NULL, 'Drum makes loud noise', 'repair', NULL, NULL, 'pending', 'Demo job order — JOB-001', '2026-05-03 12:19:25', '2026-05-03 12:19:25', NULL), (2, NULL, 1, 1, 2, 49, 'Door sensor flaky', 'machine_checkup', '2026-05-05 14:00:00', '13:00-17:00', 'accepted', 'Demo job order — JOB-002', '2026-05-03 12:19:25', '2026-05-04 03:59:27', 49), (3, NULL, 1, 1, 3, 49, 'Coin jam', 'repair', '2026-05-04 10:00:00', '09:00-12:00', 'diagnosing', 'Demo job order — JOB-003', '2026-05-03 12:19:25', '2026-05-04 03:59:27', 49), (4, NULL, 1, 1, 4, 49, 'Belt slipping', 'repair', NULL, NULL, 'quoted', 'Demo job order — JOB-004', '2026-05-03 12:19:25', '2026-05-03 12:19:25', NULL), (5, NULL, 1, 2, 1, 50, 'Heater fault', 'repair', '2026-05-04 13:00:00', '13:00-17:00', 'in_repair', 'Demo job order — JOB-005', '2026-05-03 12:19:25', '2026-05-04 03:59:27', 50), (6, NULL, 1, 2, 2, 50, 'Vibration excess', 'repair', '2026-05-03 10:00:00', '09:00-12:00', 'resolved', 'Demo job order — JOB-006', '2026-05-03 12:19:25', '2026-05-04 03:59:27', 50), (7, NULL, 1, 2, 3, 50, 'Spin cycle stuck', 'deep_cleaning_pms', '2026-05-02 08:00:00', '08:00-12:00', 'closed', 'Demo job order — JOB-007', '2026-05-03 12:19:25', '2026-05-04 03:59:27', 50), (8, NULL, 1, 1, 4, NULL, 'Wrong machine reported', 'ocular_inspection', NULL, NULL, 'cancelled', 'Demo job order — JOB-008', '2026-05-03 12:19:25', '2026-05-04 03:59:27', NULL), (9, NULL, 1, 1, 1, NULL, 'New machine install at front room', 'installation', '2026-05-06 09:00:00', '08:00-12:00', 'pending', 'Demo job order — JOB-001', '2026-05-04 03:59:27', '2026-05-04 03:59:27', NULL); -- -------------------------------------------------------- -- -- Table structure for table `job_order_attachments` -- CREATE TABLE `job_order_attachments` ( `id` bigint(20) UNSIGNED NOT NULL, `job_order_id` bigint(20) UNSIGNED NOT NULL, `uploaded_by` bigint(20) UNSIGNED DEFAULT NULL, `kind` enum('photo','technical_report','proof_of_payment','acknowledgement_receipt','promissory_note','other') NOT NULL DEFAULT 'photo', `stage` enum('before','during','after','na') NOT NULL DEFAULT 'na', `path` varchar(255) NOT NULL, `mime` varchar(64) DEFAULT NULL, `size_bytes` int(10) UNSIGNED DEFAULT NULL, `caption` 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 `job_order_attachments` -- INSERT INTO `job_order_attachments` (`id`, `job_order_id`, `uploaded_by`, `kind`, `stage`, `path`, `mime`, `size_bytes`, `caption`, `created_at`, `updated_at`) VALUES (8, 5, 50, 'photo', 'before', 'job-orders/5/before.jpg', 'image/jpeg', NULL, 'Issue documented before repair', '2026-05-04 03:59:51', '2026-05-04 03:59:51'), (9, 5, 50, 'photo', 'after', 'job-orders/5/after.jpg', 'image/jpeg', NULL, 'After repair', '2026-05-04 03:59:51', '2026-05-04 03:59:51'), (10, 6, 50, 'photo', 'before', 'job-orders/6/before.jpg', 'image/jpeg', NULL, 'Issue documented before repair', '2026-05-04 03:59:51', '2026-05-04 03:59:51'), (11, 6, 50, 'photo', 'after', 'job-orders/6/after.jpg', 'image/jpeg', NULL, 'After repair', '2026-05-04 03:59:51', '2026-05-04 03:59:51'), (12, 7, 50, 'photo', 'before', 'job-orders/7/before.jpg', 'image/jpeg', NULL, 'Issue documented before repair', '2026-05-04 03:59:51', '2026-05-04 03:59:51'), (13, 7, 50, 'photo', 'after', 'job-orders/7/after.jpg', 'image/jpeg', NULL, 'After repair', '2026-05-04 03:59:51', '2026-05-04 03:59:51'), (14, 7, 50, 'proof_of_payment', 'na', 'job-orders/7/payment-receipt.pdf', 'application/pdf', NULL, 'Cash payment receipt', '2026-05-04 03:59:51', '2026-05-04 03:59:51'); -- -------------------------------------------------------- -- -- Table structure for table `job_order_status_logs` -- CREATE TABLE `job_order_status_logs` ( `id` bigint(20) UNSIGNED NOT NULL, `job_order_id` bigint(20) UNSIGNED NOT NULL, `from_status` varchar(255) DEFAULT NULL, `to_status` varchar(255) NOT NULL, `actor_type` varchar(255) NOT NULL, `actor_id` bigint(20) UNSIGNED DEFAULT NULL, `reason` 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 `job_order_status_logs` -- INSERT INTO `job_order_status_logs` (`id`, `job_order_id`, `from_status`, `to_status`, `actor_type`, `actor_id`, `reason`, `created_at`, `updated_at`) VALUES (67, 2, 'pending', 'accepted', 'technician', 49, 'accepted assignment', '2026-05-04 03:59:51', '2026-05-04 03:59:51'), (68, 3, 'pending', 'accepted', 'technician', 49, NULL, '2026-05-04 03:59:51', '2026-05-04 03:59:51'), (69, 3, 'accepted', 'diagnosing', 'technician', 49, 'inspecting now', '2026-05-04 03:59:51', '2026-05-04 03:59:51'), (70, 4, 'pending', 'accepted', 'technician', 49, NULL, '2026-05-04 03:59:51', '2026-05-04 03:59:51'), (71, 4, 'accepted', 'diagnosing', 'technician', 49, NULL, '2026-05-04 03:59:51', '2026-05-04 03:59:51'), (72, 4, 'diagnosing', 'quoted', 'technician', 49, 'quotation submitted', '2026-05-04 03:59:51', '2026-05-04 03:59:51'), (73, 5, 'pending', 'accepted', 'technician', 50, NULL, '2026-05-04 03:59:51', '2026-05-04 03:59:51'), (74, 5, 'accepted', 'diagnosing', 'technician', 50, NULL, '2026-05-04 03:59:51', '2026-05-04 03:59:51'), (75, 5, 'diagnosing', 'quoted', 'technician', 50, NULL, '2026-05-04 03:59:51', '2026-05-04 03:59:51'), (76, 5, 'quoted', 'in_repair', 'store', 50, 'approved by store', '2026-05-04 03:59:51', '2026-05-04 03:59:51'), (77, 6, 'pending', 'accepted', 'technician', 50, NULL, '2026-05-04 03:59:51', '2026-05-04 03:59:51'), (78, 6, 'accepted', 'diagnosing', 'technician', 50, NULL, '2026-05-04 03:59:51', '2026-05-04 03:59:51'), (79, 6, 'diagnosing', 'quoted', 'technician', 50, NULL, '2026-05-04 03:59:51', '2026-05-04 03:59:51'), (80, 6, 'quoted', 'in_repair', 'store', 50, NULL, '2026-05-04 03:59:51', '2026-05-04 03:59:51'), (81, 6, 'in_repair', 'resolved', 'technician', 50, 'repair complete', '2026-05-04 03:59:51', '2026-05-04 03:59:51'), (82, 7, 'pending', 'accepted', 'technician', 50, NULL, '2026-05-04 03:59:51', '2026-05-04 03:59:51'), (83, 7, 'accepted', 'diagnosing', 'technician', 50, NULL, '2026-05-04 03:59:51', '2026-05-04 03:59:51'), (84, 7, 'diagnosing', 'quoted', 'technician', 50, NULL, '2026-05-04 03:59:51', '2026-05-04 03:59:51'), (85, 7, 'quoted', 'in_repair', 'store', 50, NULL, '2026-05-04 03:59:51', '2026-05-04 03:59:51'), (86, 7, 'in_repair', 'resolved', 'technician', 50, NULL, '2026-05-04 03:59:51', '2026-05-04 03:59:51'), (87, 7, 'resolved', 'closed', 'sc_manager', 50, 'signed off', '2026-05-04 03:59:51', '2026-05-04 03:59:51'), (88, 8, 'pending', 'cancelled', 'sc_manager', NULL, 'duplicate of JOB-001', '2026-05-04 03:59:51', '2026-05-04 03:59:51'); -- -------------------------------------------------------- -- -- Table structure for table `languages` -- CREATE TABLE `languages` ( `id` bigint(20) UNSIGNED NOT NULL, `title` varchar(255) 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 `languages` -- INSERT INTO `languages` (`id`, `title`, `name`, `created_at`, `updated_at`) VALUES (1, 'ar', 'ar', '2026-04-28 09:28:22', '2026-04-28 09:28:22'), (2, 'bn', 'bn', '2026-04-28 09:28:22', '2026-04-28 09:28:22'), (3, 'en', 'en', '2026-04-28 09:28:22', '2026-04-28 09:28:22'); -- -------------------------------------------------------- -- -- Table structure for table `machines` -- CREATE TABLE `machines` ( `id` bigint(20) UNSIGNED NOT NULL, `store_id` bigint(20) UNSIGNED NOT NULL, `type` varchar(255) DEFAULT NULL, `serial_number` varchar(255) DEFAULT NULL, `model_name` varchar(255) DEFAULT NULL, `status` varchar(255) NOT NULL DEFAULT 'active', `created_at` timestamp NULL DEFAULT NULL, `updated_at` timestamp NULL DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -- Dumping data for table `machines` -- INSERT INTO `machines` (`id`, `store_id`, `type`, `serial_number`, `model_name`, `status`, `created_at`, `updated_at`) VALUES (1, 1, 'washer', 'WSH-001', 'Giant 9kg', 'active', '2026-05-03 12:19:25', '2026-05-03 12:19:25'), (2, 1, 'washer', 'WSH-002', 'Titan 13kg', 'active', '2026-05-03 12:19:25', '2026-05-03 12:19:25'), (3, 1, 'dryer', 'DRY-001', 'Dryer 10kg', 'active', '2026-05-03 12:19:25', '2026-05-03 12:19:25'), (4, 1, 'dryer', 'DRY-002', 'Dryer 14kg', 'active', '2026-05-03 12:19:25', '2026-05-03 12:19:25'); -- -------------------------------------------------------- -- -- Table structure for table `map_api_keys` -- CREATE TABLE `map_api_keys` ( `id` bigint(20) UNSIGNED NOT NULL, `key` 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; -- -------------------------------------------------------- -- -- Table structure for table `media` -- CREATE TABLE `media` ( `id` bigint(20) UNSIGNED NOT NULL, `type` varchar(255) DEFAULT NULL, `name` text DEFAULT NULL, `src` text NOT NULL, `extention` varchar(45) DEFAULT NULL, `description` text DEFAULT NULL, `path` 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 `media` -- INSERT INTO `media` (`id`, `type`, `name`, `src`, `extention`, `description`, `path`, `created_at`, `updated_at`) VALUES (1, 'image', 'Stripe', 'gateway/logo/Stripe.png', 'png', '', 'gateway/', '2026-04-25 12:03:13', '2026-04-25 12:03:13'), (2, 'image', 'Razorpay', 'gateway/logo/Razorpay.png', 'png', '', 'gateway/', '2026-04-25 12:03:13', '2026-04-25 12:03:13'), (3, 'image', 'PayStack', 'gateway/logo/PayStack.png', 'png', '', 'gateway/', '2026-04-25 12:03:13', '2026-04-25 12:03:13'), (4, 'image', 'Paypal', 'gateway/logo/PayPal.png', 'png', '', 'gateway/', '2026-04-25 12:03:13', '2026-04-25 12:03:13'), (5, 'image', 'ex', 'images/dummy/dummy-placeholder.png', 'png', 'Ex neque nostrum et odit suscipit sit cumque reprehenderit.', 'images/dummy/', '2026-04-25 12:03:13', '2026-04-25 12:03:13'), (6, 'image', 'officiis', 'images/dummy/dummy-placeholder.png', 'png', 'Reprehenderit rerum dolores molestiae quos praesentium.', 'images/dummy/', '2026-04-25 12:03:13', '2026-04-25 12:03:13'), (7, 'image', 'pariatur', 'images/dummy/dummy-placeholder.png', 'png', 'Enim assumenda aliquid aspernatur omnis et saepe a.', 'images/dummy/', '2026-04-25 12:03:13', '2026-04-25 12:03:13'), (8, 'image', 'eveniet', 'images/dummy/dummy-placeholder.png', 'png', 'Rerum culpa sit itaque sed ducimus.', 'images/dummy/', '2026-04-25 12:03:13', '2026-04-25 12:03:13'), (9, 'image', 'magni', 'images/dummy/dummy-placeholder.png', 'png', 'Eius odit dignissimos qui dicta non nemo consectetur.', 'images/dummy/', '2026-04-25 12:03:13', '2026-04-25 12:03:13'), (10, 'image', 'beatae', 'images/dummy/dummy-placeholder.png', 'png', 'Vel eius vitae debitis aperiam itaque.', 'images/dummy/', '2026-04-25 12:03:13', '2026-04-25 12:03:13'), (11, 'image', 'vero', 'images/dummy/dummy-placeholder.png', 'png', 'Cumque eaque consequatur voluptate aliquid tempore ut nemo.', 'images/dummy/', '2026-04-25 12:03:13', '2026-04-25 12:03:13'), (12, 'image', 'minus', 'images/dummy/dummy-placeholder.png', 'png', 'Pariatur aut quibusdam sint voluptates.', 'images/dummy/', '2026-04-25 12:03:14', '2026-04-25 12:03:14'), (13, 'image', 'ut', 'images/dummy/dummy-placeholder.png', 'png', 'Saepe quia tempore quo quam esse porro ad.', 'images/dummy/', '2026-04-25 12:03:14', '2026-04-25 12:03:14'), (14, 'image', 'qui', 'images/dummy/dummy-placeholder.png', 'png', 'Nemo omnis id quaerat reiciendis animi.', 'images/dummy/', '2026-04-25 12:03:14', '2026-04-25 12:03:14'), (15, 'image', 'est', 'images/dummy/dummy-placeholder.png', 'png', 'Et numquam aut enim dicta.', 'images/dummy/', '2026-04-25 12:03:14', '2026-04-25 12:03:14'), (16, 'image', 'magnam', 'images/dummy/dummy-placeholder.png', 'png', 'Dicta dignissimos dolor necessitatibus cum ipsa quo delectus.', 'images/dummy/', '2026-04-25 12:03:14', '2026-04-25 12:03:14'), (17, 'image', 'saepe', 'images/dummy/dummy-placeholder.png', 'png', 'Et illo ut qui suscipit.', 'images/dummy/', '2026-04-25 12:03:14', '2026-04-25 12:03:14'), (18, 'image', 'dolores', 'images/dummy/dummy-placeholder.png', 'png', 'Harum cumque enim quos commodi id quasi saepe asperiores.', 'images/dummy/', '2026-04-25 12:03:14', '2026-04-25 12:03:14'), (19, 'image', 'minima', 'images/dummy/dummy-placeholder.png', 'png', 'Amet perferendis alias totam distinctio.', 'images/dummy/', '2026-04-25 12:03:14', '2026-04-25 12:03:14'), (20, 'image', 'commodi', 'images/dummy/dummy-placeholder.png', 'png', 'Ratione autem aut quibusdam doloribus enim omnis.', 'images/dummy/', '2026-04-25 12:03:14', '2026-04-25 12:03:14'), (21, 'image', 'nisi', 'images/dummy/dummy-placeholder.png', 'png', 'Harum aut quaerat minima.', 'images/dummy/', '2026-04-25 12:03:14', '2026-04-25 12:03:14'), (22, 'image', 'sapiente', 'images/dummy/dummy-placeholder.png', 'png', 'Iste neque et saepe molestias accusamus iure.', 'images/dummy/', '2026-04-25 12:03:14', '2026-04-25 12:03:14'), (23, 'image', 'sit', 'images/dummy/dummy-placeholder.png', 'png', 'Esse sunt ut eveniet magni aut.', 'images/dummy/', '2026-04-25 12:03:14', '2026-04-25 12:03:14'), (24, 'image', 'nulla', 'images/dummy/dummy-placeholder.png', 'png', 'Suscipit ducimus nesciunt et qui voluptatem.', 'images/dummy/', '2026-04-25 12:03:14', '2026-04-25 12:03:14'), (25, 'image', 'corporis', 'images/dummy/dummy-placeholder.png', 'png', 'Magnam quos itaque corrupti ipsa.', 'images/dummy/', '2026-04-25 12:03:14', '2026-04-25 12:03:14'), (26, 'image', 'sunt', 'images/dummy/dummy-placeholder.png', 'png', 'Repellat aut est earum fugit rerum numquam aut.', 'images/dummy/', '2026-04-25 12:03:14', '2026-04-25 12:03:14'), (27, 'image', 'architecto', 'images/dummy/dummy-placeholder.png', 'png', 'Dignissimos et explicabo ad.', 'images/dummy/', '2026-04-25 12:03:14', '2026-04-25 12:03:14'), (28, 'image', 'iste', 'images/dummy/dummy-placeholder.png', 'png', 'Ut officiis eligendi magni non.', 'images/dummy/', '2026-04-25 12:03:14', '2026-04-25 12:03:14'), (29, 'image', 'blanditiis', 'images/dummy/dummy-placeholder.png', 'png', 'Molestiae omnis modi tempora labore delectus impedit doloribus.', 'images/dummy/', '2026-04-25 12:03:14', '2026-04-25 12:03:14'), (30, 'image', 'culpa', 'images/dummy/dummy-placeholder.png', 'png', 'Quod reiciendis doloremque sapiente consequatur est eos.', 'images/dummy/', '2026-04-25 12:03:14', '2026-04-25 12:03:14'), (31, 'image', 'beatae', 'images/dummy/dummy-placeholder.png', 'png', 'Culpa et cupiditate ipsum animi.', 'images/dummy/', '2026-04-25 12:03:14', '2026-04-25 12:03:14'), (32, 'image', 'perferendis', 'images/dummy/dummy-placeholder.png', 'png', 'Praesentium amet mollitia odio.', 'images/dummy/', '2026-04-25 12:03:14', '2026-04-25 12:03:14'), (33, 'image', 'ex', 'images/dummy/dummy-placeholder.png', 'png', 'Pariatur alias a consequatur qui voluptas quidem aut.', 'images/dummy/', '2026-04-25 12:03:14', '2026-04-25 12:03:14'), (34, 'image', 'eligendi', 'images/dummy/dummy-placeholder.png', 'png', 'Perferendis quaerat explicabo amet quisquam excepturi.', 'images/dummy/', '2026-04-25 12:03:14', '2026-04-25 12:03:14'), (35, 'image', 'excepturi', 'images/dummy/dummy-placeholder.png', 'png', 'Sit facere non id in omnis illum.', 'images/dummy/', '2026-04-25 12:03:14', '2026-04-25 12:03:14'), (36, 'image', 'voluptas', 'images/dummy/dummy-placeholder.png', 'png', 'Sapiente repellendus aspernatur sed pariatur.', 'images/dummy/', '2026-04-25 12:03:14', '2026-04-25 12:03:14'), (37, 'image', 'amet', 'images/dummy/dummy-placeholder.png', 'png', 'Ut voluptate aut nam cupiditate non.', 'images/dummy/', '2026-04-25 12:03:14', '2026-04-25 12:03:14'), (38, 'image', 'occaecati', 'images/dummy/dummy-placeholder.png', 'png', 'Et aliquid ipsa ratione dolorum.', 'images/dummy/', '2026-04-25 12:03:14', '2026-04-25 12:03:14'), (39, 'image', 'inventore', 'images/dummy/dummy-placeholder.png', 'png', 'Et odit officiis qui magnam possimus.', 'images/dummy/', '2026-04-25 12:03:14', '2026-04-25 12:03:14'), (40, 'image', 'qui', 'images/dummy/dummy-placeholder.png', 'png', 'Ut explicabo nihil fugit sit sed laborum eos.', 'images/dummy/', '2026-04-25 12:03:14', '2026-04-25 12:03:14'), (41, 'image', 'qui', 'images/dummy/dummy-placeholder.png', 'png', 'Asperiores aut dolore perspiciatis quibusdam deleniti.', 'images/dummy/', '2026-04-25 12:03:14', '2026-04-25 12:03:14'), (42, 'image', 'modi', 'images/dummy/dummy-placeholder.png', 'png', 'Dicta labore iusto excepturi ut tempora aut.', 'images/dummy/', '2026-04-25 12:03:15', '2026-04-25 12:03:15'), (43, 'image', 'magni', 'images/dummy/dummy-placeholder.png', 'png', 'Inventore aut rem doloremque ut.', 'images/dummy/', '2026-04-25 12:03:15', '2026-04-25 12:03:15'), (44, 'image', 'blanditiis', 'images/dummy/dummy-placeholder.png', 'png', 'Rerum quasi necessitatibus quis animi eaque.', 'images/dummy/', '2026-04-25 12:03:15', '2026-04-25 12:03:15'), (45, 'image', 'laudantium', 'images/dummy/dummy-placeholder.png', 'png', 'Quis nostrum voluptates et vel explicabo perferendis ea sapiente.', 'images/dummy/', '2026-04-25 12:03:15', '2026-04-25 12:03:15'), (46, 'image', 'iste', 'images/dummy/dummy-placeholder.png', 'png', 'Modi suscipit odit sapiente consectetur aliquam dolores dolores.', 'images/dummy/', '2026-04-25 12:03:15', '2026-04-25 12:03:15'), (47, 'image', 'ipsa', 'images/dummy/dummy-placeholder.png', 'png', 'Minima aperiam quaerat eos et hic.', 'images/dummy/', '2026-04-25 12:03:15', '2026-04-25 12:03:15'), (48, 'image', 'quis', 'images/dummy/dummy-placeholder.png', 'png', 'Dolores vero omnis delectus possimus soluta odit aut.', 'images/dummy/', '2026-04-25 12:03:15', '2026-04-25 12:03:15'), (49, 'image', 'aliquid', 'images/dummy/dummy-placeholder.png', 'png', 'Sint quia quis qui itaque voluptas.', 'images/dummy/', '2026-04-25 12:03:15', '2026-04-25 12:03:15'), (50, 'image', 'facilis', 'images/dummy/dummy-placeholder.png', 'png', 'Molestiae mollitia ullam et omnis repellendus necessitatibus.', 'images/dummy/', '2026-04-25 12:03:15', '2026-04-25 12:03:15'), (51, 'image', 'cupiditate', 'images/dummy/dummy-placeholder.png', 'png', 'Vitae sed earum quae consequuntur.', 'images/dummy/', '2026-04-25 12:03:15', '2026-04-25 12:03:15'), (52, 'image', 'et', 'images/dummy/dummy-placeholder.png', 'png', 'Aut id architecto natus exercitationem aut aut ea reiciendis.', 'images/dummy/', '2026-04-25 12:03:15', '2026-04-25 12:03:15'), (53, 'image', 'voluptas', 'images/dummy/dummy-placeholder.png', 'png', 'Rerum odio earum labore sit.', 'images/dummy/', '2026-04-25 12:03:15', '2026-04-25 12:03:15'), (54, 'image', 'exercitationem', 'images/dummy/dummy-placeholder.png', 'png', 'Occaecati porro porro similique tenetur.', 'images/dummy/', '2026-04-25 12:03:15', '2026-04-25 12:03:15'), (55, 'image', 'veniam', 'images/dummy/dummy-placeholder.png', 'png', 'Quia eum impedit quae consequatur amet veritatis similique.', 'images/dummy/', '2026-04-25 12:03:15', '2026-04-25 12:03:15'), (56, 'image', 'quas', 'images/dummy/dummy-placeholder.png', 'png', 'Voluptatem nesciunt velit rerum.', 'images/dummy/', '2026-04-25 12:03:15', '2026-04-25 12:03:15'), (57, 'image', 'quibusdam', 'images/dummy/dummy-placeholder.png', 'png', 'Impedit tempore omnis beatae quia.', 'images/dummy/', '2026-04-25 12:03:15', '2026-04-25 12:03:15'), (58, 'image', 'itaque', 'images/dummy/dummy-placeholder.png', 'png', 'Ex voluptas dolorem quisquam aperiam.', 'images/dummy/', '2026-04-25 12:03:15', '2026-04-25 12:03:15'), (59, 'image', 'illum', 'images/dummy/dummy-placeholder.png', 'png', 'Aut assumenda ducimus ex quos nihil numquam minus quo.', 'images/dummy/', '2026-04-25 12:03:15', '2026-04-25 12:03:15'), (60, 'image', 'quisquam', 'images/dummy/dummy-placeholder.png', 'png', 'A vitae maxime ut aliquid quos.', 'images/dummy/', '2026-04-25 12:03:15', '2026-04-25 12:03:15'), (61, 'image', 'incidunt', 'images/dummy/dummy-placeholder.png', 'png', 'Quaerat et et nostrum est voluptatibus.', 'images/dummy/', '2026-04-25 12:03:15', '2026-04-25 12:03:15'), (62, 'image', 'dolor', 'images/dummy/dummy-placeholder.png', 'png', 'Dolor itaque amet dolor ipsa aut expedita sint.', 'images/dummy/', '2026-04-25 12:03:15', '2026-04-25 12:03:15'), (63, 'image', 'est', 'images/dummy/dummy-placeholder.png', 'png', 'Tempore ex tempora voluptatem consequatur at nulla.', 'images/dummy/', '2026-04-25 12:03:15', '2026-04-25 12:03:15'), (64, 'image', 'placeat', 'images/dummy/dummy-placeholder.png', 'png', 'Beatae quia qui iure velit provident.', 'images/dummy/', '2026-04-25 12:03:15', '2026-04-25 12:03:15'), (65, 'image', 'asperiores', 'images/dummy/dummy-placeholder.png', 'png', 'Et sit deserunt in dolorum inventore quis.', 'images/dummy/', '2026-04-25 12:03:15', '2026-04-25 12:03:15'), (66, 'image', 'maiores', 'images/dummy/dummy-placeholder.png', 'png', 'Aut et voluptas culpa magnam eos.', 'images/dummy/', '2026-04-25 12:03:15', '2026-04-25 12:03:15'), (67, 'image', 'molestias', 'images/dummy/dummy-placeholder.png', 'png', 'Nemo modi quae dolore qui asperiores.', 'images/dummy/', '2026-04-25 12:03:15', '2026-04-25 12:03:15'), (68, 'image', 'autem', 'images/dummy/dummy-placeholder.png', 'png', 'Illum deleniti numquam maiores et iusto repellendus nobis.', 'images/dummy/', '2026-04-25 12:03:15', '2026-04-25 12:03:15'), (69, 'image', 'aut', 'images/dummy/dummy-placeholder.png', 'png', 'Voluptatem voluptas omnis esse eum expedita.', 'images/dummy/', '2026-04-25 12:03:15', '2026-04-25 12:03:15'), (70, 'image', 'rem', 'images/dummy/dummy-placeholder.png', 'png', 'Officiis suscipit alias quos nam adipisci non.', 'images/dummy/', '2026-04-25 12:03:15', '2026-04-25 12:03:15'), (71, 'image', 'quia', 'images/dummy/dummy-placeholder.png', 'png', 'Omnis qui ut nisi eius numquam magnam.', 'images/dummy/', '2026-04-25 12:03:15', '2026-04-25 12:03:15'), (72, 'image', 'aut', 'images/dummy/dummy-placeholder.png', 'png', 'Beatae omnis et atque soluta ullam ab tempore magni.', 'images/dummy/', '2026-04-25 12:03:15', '2026-04-25 12:03:15'), (73, 'image', 'expedita', 'images/dummy/dummy-placeholder.png', 'png', 'Quis ipsum sint ea ad fuga nihil ipsa voluptatem.', 'images/dummy/', '2026-04-25 12:03:15', '2026-04-25 12:03:15'), (74, 'image', 'et', 'images/dummy/dummy-placeholder.png', 'png', 'Pariatur enim qui ut nulla et numquam.', 'images/dummy/', '2026-04-25 12:03:15', '2026-04-25 12:03:15'), (75, 'image', 'delectus', 'images/dummy/dummy-placeholder.png', 'png', 'Recusandae quisquam ea ad ducimus.', 'images/dummy/', '2026-04-25 12:03:15', '2026-04-25 12:03:15'), (76, 'image', 'voluptatem', 'images/dummy/dummy-placeholder.png', 'png', 'Et debitis voluptas inventore.', 'images/dummy/', '2026-04-25 12:03:15', '2026-04-25 12:03:15'), (77, 'image', 'quis', 'images/dummy/dummy-placeholder.png', 'png', 'Iusto amet enim modi qui quo soluta.', 'images/dummy/', '2026-04-25 12:03:15', '2026-04-25 12:03:15'), (78, 'image', 'unde', 'images/dummy/dummy-placeholder.png', 'png', 'Harum et quis molestiae alias veritatis et veritatis debitis.', 'images/dummy/', '2026-04-25 12:03:15', '2026-04-25 12:03:15'), (79, 'image', 'natus', 'images/dummy/dummy-placeholder.png', 'png', 'Quae et id illo et vel ipsam perspiciatis.', 'images/dummy/', '2026-04-25 12:03:15', '2026-04-25 12:03:15'), (80, 'image', 'molestiae', 'images/dummy/dummy-placeholder.png', 'png', 'Omnis ut id qui sit et.', 'images/dummy/', '2026-04-25 12:03:15', '2026-04-25 12:03:15'), (81, 'image', 'accusamus', 'images/dummy/dummy-placeholder.png', 'png', 'Architecto vero delectus dolorem aut vel dolor nulla.', 'images/dummy/', '2026-04-25 12:03:15', '2026-04-25 12:03:15'), (82, 'image', 'facere', 'images/dummy/dummy-placeholder.png', 'png', 'Cumque ipsa facilis id sint.', 'images/dummy/', '2026-04-25 12:03:15', '2026-04-25 12:03:15'), (83, 'image', 'sit', 'images/dummy/dummy-placeholder.png', 'png', 'Eaque et quia voluptatem enim excepturi sit nesciunt dolore.', 'images/dummy/', '2026-04-25 12:03:15', '2026-04-25 12:03:15'), (84, 'image', 'ut', 'images/dummy/dummy-placeholder.png', 'png', 'Dolorem provident molestiae eligendi animi autem voluptatibus aut.', 'images/dummy/', '2026-04-25 12:03:15', '2026-04-25 12:03:15'), (85, 'image', 'et', 'images/dummy/dummy-placeholder.png', 'png', 'Perspiciatis nulla dolor ut nesciunt.', 'images/dummy/', '2026-04-25 12:03:15', '2026-04-25 12:03:15'), (86, 'image', 'voluptas', 'images/dummy/dummy-placeholder.png', 'png', 'Quos architecto veritatis qui deleniti alias.', 'images/dummy/', '2026-04-25 12:03:15', '2026-04-25 12:03:15'), (87, 'image', 'qui', 'images/dummy/dummy-placeholder.png', 'png', 'Vel vel est voluptatem pariatur cupiditate.', 'images/dummy/', '2026-04-25 12:03:15', '2026-04-25 12:03:15'), (88, 'image', 'omnis', 'images/dummy/dummy-placeholder.png', 'png', 'Qui possimus nostrum commodi.', 'images/dummy/', '2026-04-25 12:03:15', '2026-04-25 12:03:15'), (89, 'image', 'dolor', 'images/dummy/dummy-placeholder.png', 'png', 'Aspernatur et deserunt ut eius ex.', 'images/dummy/', '2026-04-25 12:03:15', '2026-04-25 12:03:15'), (90, 'image', 'aliquid', 'images/dummy/dummy-placeholder.png', 'png', 'Sint et dolorum distinctio odio.', 'images/dummy/', '2026-04-25 12:03:15', '2026-04-25 12:03:15'), (91, 'image', 'odio', 'images/dummy/dummy-placeholder.png', 'png', 'Consequatur quia ut molestiae eos dolores reprehenderit ipsam omnis.', 'images/dummy/', '2026-04-25 12:03:15', '2026-04-25 12:03:15'), (92, 'image', 'vel', 'images/dummy/dummy-placeholder.png', 'png', 'Blanditiis suscipit cumque qui.', 'images/dummy/', '2026-04-25 12:03:15', '2026-04-25 12:03:15'), (93, 'image', 'adipisci', 'images/dummy/dummy-placeholder.png', 'png', 'Et saepe amet voluptas cupiditate cupiditate quas.', 'images/dummy/', '2026-04-25 12:03:15', '2026-04-25 12:03:15'), (94, 'image', 'architecto', 'images/dummy/dummy-placeholder.png', 'png', 'Tempora iusto aut tenetur rerum possimus.', 'images/dummy/', '2026-04-25 12:03:15', '2026-04-25 12:03:15'), (95, 'image', 'rerum', 'images/dummy/dummy-placeholder.png', 'png', 'Et nihil aliquid autem modi repellendus cupiditate reprehenderit voluptate.', 'images/dummy/', '2026-04-25 12:03:15', '2026-04-25 12:03:15'), (96, 'image', 'rerum', 'images/dummy/dummy-placeholder.png', 'png', 'Ipsa in similique dicta qui ut voluptatem sunt.', 'images/dummy/', '2026-04-25 12:03:15', '2026-04-25 12:03:15'), (97, 'image', 'sint', 'images/dummy/dummy-placeholder.png', 'png', 'Voluptas eos dolorum sed et quia voluptatum.', 'images/dummy/', '2026-04-25 12:03:15', '2026-04-25 12:03:15'), (98, 'image', 'minima', 'images/dummy/dummy-placeholder.png', 'png', 'Molestiae voluptas et aliquid iusto maiores sed.', 'images/dummy/', '2026-04-25 12:03:15', '2026-04-25 12:03:15'), (99, 'image', 'consequatur', 'images/dummy/dummy-placeholder.png', 'png', 'Ipsa hic consectetur qui neque dicta.', 'images/dummy/', '2026-04-25 12:03:15', '2026-04-25 12:03:15'), (100, 'image', 'architecto', 'images/dummy/dummy-placeholder.png', 'png', 'Sunt recusandae molestiae dolores cum non.', 'images/dummy/', '2026-04-25 12:03:15', '2026-04-25 12:03:15'), (101, 'image', 'nobis', 'images/dummy/dummy-placeholder.png', 'png', 'Aut consectetur sit repellat voluptas.', 'images/dummy/', '2026-04-25 12:03:15', '2026-04-25 12:03:15'), (102, 'image', 'sint', 'images/dummy/dummy-placeholder.png', 'png', 'Neque nostrum molestiae natus eveniet sequi.', 'images/dummy/', '2026-04-25 12:03:15', '2026-04-25 12:03:15'), (103, 'image', 'dignissimos', 'images/dummy/dummy-placeholder.png', 'png', 'Nobis facere voluptates et atque laudantium saepe.', 'images/dummy/', '2026-04-25 12:03:15', '2026-04-25 12:03:15'), (104, 'image', 'inventore', 'images/dummy/dummy-placeholder.png', 'png', 'Doloremque sed molestias voluptas ut.', 'images/dummy/', '2026-04-25 12:03:15', '2026-04-25 12:03:15'), (105, 'image', 'aut', 'images/dummy/dummy-placeholder.png', 'png', 'Vel nihil ut et voluptate.', 'images/dummy/', '2026-04-25 12:03:15', '2026-04-25 12:03:15'), (106, 'image', 'autem', 'images/dummy/dummy-placeholder.png', 'png', 'Doloribus quo eos qui beatae.', 'images/dummy/', '2026-04-25 12:03:15', '2026-04-25 12:03:15'), (107, 'image', 'est', 'images/dummy/dummy-placeholder.png', 'png', 'Quis eos ullam illo ut sed quaerat deserunt.', 'images/dummy/', '2026-04-25 12:03:15', '2026-04-25 12:03:15'), (108, 'image', 'ipsum', 'images/dummy/dummy-placeholder.png', 'png', 'Nostrum aperiam aut quo quo magni temporibus et.', 'images/dummy/', '2026-04-25 12:03:15', '2026-04-25 12:03:15'), (109, 'image', 'in', 'images/dummy/dummy-placeholder.png', 'png', 'Repellat eveniet aut explicabo labore aut et repellendus qui.', 'images/dummy/', '2026-04-25 12:03:15', '2026-04-25 12:03:15'), (110, 'image', 'doloribus', 'images/dummy/dummy-placeholder.png', 'png', 'Tenetur facere est voluptatem repellat a aliquam incidunt.', 'images/dummy/', '2026-04-25 12:03:15', '2026-04-25 12:03:15'), (111, 'image', 'necessitatibus', 'images/dummy/dummy-placeholder.png', 'png', 'Cumque rem asperiores molestiae aut ea velit.', 'images/dummy/', '2026-04-25 12:03:15', '2026-04-25 12:03:15'), (112, 'image', 'ea', 'images/dummy/dummy-placeholder.png', 'png', 'Architecto voluptate amet possimus consequuntur ut.', 'images/dummy/', '2026-04-25 12:03:15', '2026-04-25 12:03:15'), (113, 'image', 'dolor', 'images/dummy/dummy-placeholder.png', 'png', 'Vitae autem possimus facere.', 'images/dummy/', '2026-04-25 12:03:15', '2026-04-25 12:03:15'), (114, 'image', 'repellendus', 'images/dummy/dummy-placeholder.png', 'png', 'Qui deleniti odio unde eos.', 'images/dummy/', '2026-04-25 12:03:15', '2026-04-25 12:03:15'), (115, 'image', 'voluptas', 'images/dummy/dummy-placeholder.png', 'png', 'Asperiores sunt hic quaerat ducimus.', 'images/dummy/', '2026-04-25 12:03:15', '2026-04-25 12:03:15'), (116, 'image', 'accusamus', 'images/dummy/dummy-placeholder.png', 'png', 'Qui deserunt blanditiis et atque perferendis sit.', 'images/dummy/', '2026-04-25 12:03:15', '2026-04-25 12:03:15'), (117, 'image', 'ducimus', 'images/dummy/dummy-placeholder.png', 'png', 'Similique quisquam voluptatem exercitationem et corrupti odit.', 'images/dummy/', '2026-04-25 12:03:15', '2026-04-25 12:03:15'), (118, 'image', 'libero', 'images/dummy/dummy-placeholder.png', 'png', 'Et qui quam ex eius rerum suscipit temporibus.', 'images/dummy/', '2026-04-25 12:03:15', '2026-04-25 12:03:15'), (119, 'image', 'aliquam', 'images/dummy/dummy-placeholder.png', 'png', 'Voluptatem est eius alias fugiat ipsam sint.', 'images/dummy/', '2026-04-25 12:03:15', '2026-04-25 12:03:15'), (120, 'image', 'id', 'images/dummy/dummy-placeholder.png', 'png', 'Voluptatem cupiditate voluptatum non cum sequi deleniti.', 'images/dummy/', '2026-04-25 12:03:15', '2026-04-25 12:03:15'), (121, 'image', 'cupiditate', 'images/dummy/dummy-placeholder.png', 'png', 'Velit ipsam qui facere.', 'images/dummy/', '2026-04-25 12:03:15', '2026-04-25 12:03:15'), (122, 'image', 'dolores', 'images/dummy/dummy-placeholder.png', 'png', 'Iste dolorem deserunt modi sed voluptas rerum.', 'images/dummy/', '2026-04-25 12:03:15', '2026-04-25 12:03:15'), (123, 'image', 'repellat', 'images/dummy/dummy-placeholder.png', 'png', 'Veniam quia rerum ut et.', 'images/dummy/', '2026-04-25 12:03:15', '2026-04-25 12:03:15'), (124, 'image', 'beatae', 'images/dummy/dummy-placeholder.png', 'png', 'Ipsam consequatur non libero et quo quaerat non qui.', 'images/dummy/', '2026-04-25 12:03:15', '2026-04-25 12:03:15'), (125, 'image', 'sed', 'images/dummy/dummy-placeholder.png', 'png', 'Velit ea quisquam et dolorem.', 'images/dummy/', '2026-04-25 12:03:15', '2026-04-25 12:03:15'), (126, 'image', 'ut', 'images/dummy/dummy-placeholder.png', 'png', 'Doloremque est a molestiae dolorem quos.', 'images/dummy/', '2026-04-25 12:03:15', '2026-04-25 12:03:15'), (127, 'image', 'vero', 'images/dummy/dummy-placeholder.png', 'png', 'Quia blanditiis est et necessitatibus porro laudantium.', 'images/dummy/', '2026-04-25 12:03:15', '2026-04-25 12:03:15'), (128, 'image', 'voluptas', 'images/dummy/dummy-placeholder.png', 'png', 'Ea omnis sequi ullam.', 'images/dummy/', '2026-04-25 12:03:15', '2026-04-25 12:03:15'), (129, 'image', 'eum', 'images/dummy/dummy-placeholder.png', 'png', 'Labore et magnam quam qui eligendi consequatur ut est.', 'images/dummy/', '2026-04-25 12:03:15', '2026-04-25 12:03:15'), (130, 'image', 'quos', 'images/dummy/dummy-placeholder.png', 'png', 'Facere voluptas molestiae magnam facere animi corrupti est.', 'images/dummy/', '2026-04-25 12:03:15', '2026-04-25 12:03:15'), (131, 'image', 'qui', 'images/dummy/dummy-placeholder.png', 'png', 'Itaque nisi suscipit labore non porro et repellat.', 'images/dummy/', '2026-04-25 12:03:15', '2026-04-25 12:03:15'), (132, 'image', 'est', 'images/dummy/dummy-placeholder.png', 'png', 'Exercitationem adipisci enim perferendis et tempora nihil ducimus.', 'images/dummy/', '2026-04-25 12:03:15', '2026-04-25 12:03:15'), (133, 'image', 'pariatur', 'images/dummy/dummy-placeholder.png', 'png', 'Magnam sed est accusamus et consequatur quia rerum.', 'images/dummy/', '2026-04-25 12:03:15', '2026-04-25 12:03:15'), (134, 'image', 'iste', 'images/dummy/dummy-placeholder.png', 'png', 'Ut nemo adipisci omnis laborum sed explicabo quia.', 'images/dummy/', '2026-04-25 12:03:15', '2026-04-25 12:03:15'), (135, 'image', 'dolores', 'images/dummy/dummy-placeholder.png', 'png', 'Vel officiis vel tempore illum.', 'images/dummy/', '2026-04-25 12:03:15', '2026-04-25 12:03:15'), (136, 'image', 'perferendis', 'images/dummy/dummy-placeholder.png', 'png', 'Optio distinctio distinctio aut.', 'images/dummy/', '2026-04-25 12:03:15', '2026-04-25 12:03:15'), (137, 'image', 'similique', 'images/dummy/dummy-placeholder.png', 'png', 'Libero nisi alias iure architecto.', 'images/dummy/', '2026-04-25 12:03:15', '2026-04-25 12:03:15'), (138, 'image', 'alias', 'images/dummy/dummy-placeholder.png', 'png', 'Doloribus voluptas dolores aut et sit eum dolores.', 'images/dummy/', '2026-04-25 12:03:15', '2026-04-25 12:03:15'), (139, 'image', 'quae', 'images/dummy/dummy-placeholder.png', 'png', 'Aut aperiam unde ex sint aliquid assumenda.', 'images/dummy/', '2026-04-25 12:03:15', '2026-04-25 12:03:15'), (140, 'image', 'sed', 'images/dummy/dummy-placeholder.png', 'png', 'Quia et iure perspiciatis eveniet consectetur quasi.', 'images/dummy/', '2026-04-25 12:03:15', '2026-04-25 12:03:15'), (141, 'image', 'molestiae', 'images/dummy/dummy-placeholder.png', 'png', 'Aliquam rerum doloribus natus.', 'images/dummy/', '2026-04-25 12:03:15', '2026-04-25 12:03:15'), (142, 'image', 'ut', 'images/dummy/dummy-placeholder.png', 'png', 'Et fugit officiis est a.', 'images/dummy/', '2026-04-25 12:03:15', '2026-04-25 12:03:15'), (143, 'image', 'architecto', 'images/dummy/dummy-placeholder.png', 'png', 'Rem delectus voluptas voluptas odio quas aut.', 'images/dummy/', '2026-04-25 12:03:15', '2026-04-25 12:03:15'), (144, 'image', 'ut', 'images/dummy/dummy-placeholder.png', 'png', 'Eum enim incidunt vel maxime et.', 'images/dummy/', '2026-04-25 12:03:15', '2026-04-25 12:03:15'), (145, 'image', 'voluptas', 'images/dummy/dummy-placeholder.png', 'png', 'Sunt aliquid ea et dolorem at voluptatem.', 'images/dummy/', '2026-04-25 12:03:15', '2026-04-25 12:03:15'), (146, 'image', 'sed', 'images/dummy/dummy-placeholder.png', 'png', 'Modi explicabo dolorem ea ducimus.', 'images/dummy/', '2026-04-25 12:03:15', '2026-04-25 12:03:15'), (147, 'image', 'est', 'images/dummy/dummy-placeholder.png', 'png', 'Et odio dicta et et cumque in.', 'images/dummy/', '2026-04-25 12:03:15', '2026-04-25 12:03:15'), (148, 'image', 'dolore', 'images/dummy/dummy-placeholder.png', 'png', 'Accusamus quo reprehenderit est est consectetur odit.', 'images/dummy/', '2026-04-25 12:03:15', '2026-04-25 12:03:15'), (149, 'image', 'fugiat', 'images/dummy/dummy-placeholder.png', 'png', 'Saepe sed quia nesciunt qui.', 'images/dummy/', '2026-04-25 12:03:15', '2026-04-25 12:03:15'), (150, 'image', 'repellendus', 'images/dummy/dummy-placeholder.png', 'png', 'Est quia maxime quisquam blanditiis itaque.', 'images/dummy/', '2026-04-25 12:03:15', '2026-04-25 12:03:15'), (151, 'image', 'harum', 'images/dummy/dummy-placeholder.png', 'png', 'Quidem aut aliquam corporis rerum libero dolor id impedit.', 'images/dummy/', '2026-04-25 12:03:15', '2026-04-25 12:03:15'), (152, 'image', 'voluptatum', 'images/dummy/dummy-placeholder.png', 'png', 'Voluptatum repellendus ipsa omnis voluptas reprehenderit.', 'images/dummy/', '2026-04-25 12:03:15', '2026-04-25 12:03:15'), (153, 'image', 'quia', 'images/dummy/dummy-placeholder.png', 'png', 'Aliquid et facere vero impedit tempore corporis sequi.', 'images/dummy/', '2026-04-25 12:03:15', '2026-04-25 12:03:15'), (154, 'image', 'nesciunt', 'images/dummy/dummy-placeholder.png', 'png', 'Magni autem explicabo numquam ut veniam ea quia.', 'images/dummy/', '2026-04-25 12:03:15', '2026-04-25 12:03:15'), (155, 'image', 'facilis', 'images/dummy/dummy-placeholder.png', 'png', 'Neque ut atque natus tempora ipsam omnis.', 'images/dummy/', '2026-04-25 12:03:15', '2026-04-25 12:03:15'), (156, 'image', 'voluptate', 'images/dummy/dummy-placeholder.png', 'png', 'Consequatur repellendus non necessitatibus ipsam aliquid ad possimus.', 'images/dummy/', '2026-04-25 12:03:15', '2026-04-25 12:03:15'), (157, 'image', 'omnis', 'images/dummy/dummy-placeholder.png', 'png', 'Minus ipsam omnis et omnis.', 'images/dummy/', '2026-04-25 12:03:15', '2026-04-25 12:03:15'), (158, 'image', 'est', 'images/dummy/dummy-placeholder.png', 'png', 'Officia autem eaque error rerum sint sunt iste.', 'images/dummy/', '2026-04-25 12:03:15', '2026-04-25 12:03:15'), (159, 'image', 'explicabo', 'images/dummy/dummy-placeholder.png', 'png', 'Quia necessitatibus vel amet perferendis.', 'images/dummy/', '2026-04-25 12:03:15', '2026-04-25 12:03:15'), (160, 'image', 'magni', 'images/dummy/dummy-placeholder.png', 'png', 'Alias accusantium quia voluptatem sit iure sunt amet.', 'images/dummy/', '2026-04-25 12:03:15', '2026-04-25 12:03:15'), (161, 'image', 'maiores', 'images/dummy/dummy-placeholder.png', 'png', 'Consequuntur enim quod optio ut omnis laboriosam ducimus.', 'images/dummy/', '2026-04-25 12:03:15', '2026-04-25 12:03:15'), (162, 'image', 'voluptates', 'images/dummy/dummy-placeholder.png', 'png', 'Facere rerum ratione quidem voluptas autem quaerat iusto.', 'images/dummy/', '2026-04-25 12:03:15', '2026-04-25 12:03:15'), (163, 'image', 'Screenshot 2026-04-25 at 3.47.37 PM.png', 'images/services/h1HmVmxSbxj3l8MtfrDeeTVqLedhuEzlKvjTzPLj.png', NULL, 'this image for service thumbnail', 'images/services/h1HmVmxSbxj3l8MtfrDeeTVqLedhuEzlKvjTzPLj.png', '2026-04-25 14:10:00', '2026-04-25 14:10:00'), (164, 'image', NULL, 'images/products/placeholder.png', NULL, 'Placeholder thumbnail for seeded products', NULL, '2026-04-25 14:28:19', '2026-04-25 14:28:19'), (165, 'image', NULL, 'images/products/placeholder.png', NULL, 'Placeholder thumbnail for seeded products', NULL, '2026-04-25 14:28:40', '2026-04-25 14:28:40'), (166, 'image', NULL, 'images/products/placeholder.png', NULL, 'Placeholder thumbnail for seeded products', NULL, '2026-04-25 14:29:15', '2026-04-25 14:29:15'), (167, 'image', 'Washing Machine.png', 'images/services/2a7lTA4YP4mft5qArGrthHEJnhXinfIhueDG2OEH.png', NULL, 'this image for service thumbnail', 'images/services/2a7lTA4YP4mft5qArGrthHEJnhXinfIhueDG2OEH.png', '2026-04-26 01:08:45', '2026-04-26 01:08:45'), (168, 'image', 'Suit.png', 'images/services/mh4FuxUNnGL2tupnlWAMialJmMip9LF4YS6GvAwS.png', NULL, 'this image for service thumbnail', 'images/services/mh4FuxUNnGL2tupnlWAMialJmMip9LF4YS6GvAwS.png', '2026-04-26 02:25:12', '2026-04-26 02:25:12'), (169, 'image', NULL, 'images/services/5zp5nnbIDZHu75iYhwrLpJi5LXzYQGmMeTuXqXB8.jpg', NULL, NULL, 'images/services/5zp5nnbIDZHu75iYhwrLpJi5LXzYQGmMeTuXqXB8.jpg', '2026-04-26 04:02:30', '2026-04-26 04:02:30'), (170, 'image', NULL, 'images/services/6dtCZw4WfjKvLkoRwZPHqLznbhW7coEY0NU00lxe.jpg', NULL, NULL, 'images/services/6dtCZw4WfjKvLkoRwZPHqLznbhW7coEY0NU00lxe.jpg', '2026-04-26 04:03:02', '2026-04-26 04:03:02'), (171, 'image', NULL, 'images/services/BrA30d0EPNO5Bzt6ZImNQClk75ejTTBpV9A8nM9F.jpg', NULL, NULL, 'images/services/BrA30d0EPNO5Bzt6ZImNQClk75ejTTBpV9A8nM9F.jpg', '2026-04-26 04:04:24', '2026-04-28 14:14:05'), (172, 'image', NULL, 'images/services/rO5lEPGgKlgnBA5moA11a9zq78mTc5jGnHSVP5s5.jpg', NULL, NULL, 'images/services/rO5lEPGgKlgnBA5moA11a9zq78mTc5jGnHSVP5s5.jpg', '2026-04-26 04:04:36', '2026-04-28 14:13:50'), (173, 'image', NULL, 'images/services/jF8jhPwUC8Ys57jq5TltMdPqQsDRFfxGiqznQBd7.jpg', NULL, NULL, 'images/services/jF8jhPwUC8Ys57jq5TltMdPqQsDRFfxGiqznQBd7.jpg', '2026-04-26 04:04:43', '2026-04-28 14:13:58'), (174, 'image', NULL, 'images/services/bjoE1dUGvaK7U2MBZIFfpXlUZUsCd3ZKm889E7U5.jpg', NULL, NULL, 'images/services/bjoE1dUGvaK7U2MBZIFfpXlUZUsCd3ZKm889E7U5.jpg', '2026-04-26 04:04:48', '2026-04-28 14:14:11'), (175, 'image', NULL, 'images/services/DEMR74E2Cd3d66J17dPAOokECa998JvQJHKDMhIN.jpg', NULL, NULL, 'images/services/DEMR74E2Cd3d66J17dPAOokECa998JvQJHKDMhIN.jpg', '2026-04-26 04:07:59', '2026-04-28 14:14:20'), (176, 'image', NULL, 'images/products/PWey53MDcc6yhAkepG5H47FYkKZGACZLFjIEMV7n.jpg', NULL, NULL, 'images/products/PWey53MDcc6yhAkepG5H47FYkKZGACZLFjIEMV7n.jpg', '2026-04-26 04:17:17', '2026-04-26 04:17:17'), (177, 'image', NULL, 'images/products/s1OjZ6PwEw0mH15dqhK8JykoCAPXylkcEayYRNzj.jpg', NULL, NULL, 'images/products/s1OjZ6PwEw0mH15dqhK8JykoCAPXylkcEayYRNzj.jpg', '2026-04-26 04:18:51', '2026-04-26 04:18:51'), (178, 'image', NULL, 'images/products/oKVGY5qnnzrGrTxhqWjpTROlsr26Tp75BbyMrJQM.jpg', NULL, NULL, 'images/products/oKVGY5qnnzrGrTxhqWjpTROlsr26Tp75BbyMrJQM.jpg', '2026-04-26 04:19:04', '2026-04-26 04:19:04'), (179, 'image', 'app_logo.png', 'images/shops/bv80oXQ4uCpyYfurTWPNxy4Y76CGRx3j5kM2vnbC.jpg', NULL, 'shop images', 'images/shops/bv80oXQ4uCpyYfurTWPNxy4Y76CGRx3j5kM2vnbC.jpg', '2026-04-27 17:47:52', '2026-04-28 13:31:37'), (180, 'image', 'Untitled design.png', 'images/shops/s9Sw0dK3T63cxQQ2Lz7d60lvjWH1JVLeHohLsSKR.jpg', NULL, 'shop images', 'images/shops/s9Sw0dK3T63cxQQ2Lz7d60lvjWH1JVLeHohLsSKR.jpg', '2026-04-27 17:47:52', '2026-04-28 13:31:37'), (181, 'image', 'app_logo.png', 'images/webs/4Mx50VEMxkWZ6WwgfejVzDzGhseNuAt0WPv8I9GK.png', NULL, 'website logo', 'images/webs/4Mx50VEMxkWZ6WwgfejVzDzGhseNuAt0WPv8I9GK.png', '2026-04-27 18:12:24', '2026-04-27 18:12:24'), (182, 'image', 'app_icon.png', 'images/webs/3bNSXtMGxoFMldN0JMkBWotWwVlpVV8DYF7yg2EZ.png', NULL, 'website favicon', 'images/webs/3bNSXtMGxoFMldN0JMkBWotWwVlpVV8DYF7yg2EZ.png', '2026-04-27 18:12:24', '2026-04-27 18:12:24'), (183, 'image', 'profile_photo.jpg', 'images/customers/Dqrthsc5ygE0ugfUXRRJNvAFjm6Y74hcZKjfkqtH.jpg', NULL, 'customer images', 'images/customers/Dqrthsc5ygE0ugfUXRRJNvAFjm6Y74hcZKjfkqtH.jpg', '2026-04-27 23:01:44', '2026-04-27 23:01:44'), (184, 'image', 'profile_photo.jpg', 'images/customers/tmQHCxVM9onr3h35iIlyMADjJd7GPm8Kn26cPmde.jpg', NULL, 'customer images', 'images/customers/tmQHCxVM9onr3h35iIlyMADjJd7GPm8Kn26cPmde.jpg', '2026-04-28 10:45:11', '2026-04-28 10:45:11'), (185, 'image', 'profile_photo.jpg', 'images/customers/XNXocjJtUfloAbREGlPsKQwZBuFI4LqMa63ErnbA.jpg', NULL, 'customer images', 'images/customers/XNXocjJtUfloAbREGlPsKQwZBuFI4LqMa63ErnbA.jpg', '2026-04-30 00:37:59', '2026-04-30 00:37:59'), (186, 'image', 'profile_photo.jpg', 'images/customers/Pgya4wTIRCj6fYinPmn5Yt3lFzPo3pAWEEFrrXot.jpg', NULL, 'customer images', 'images/customers/Pgya4wTIRCj6fYinPmn5Yt3lFzPo3pAWEEFrrXot.jpg', '2026-04-30 15:21:06', '2026-04-30 15:21:06'), (187, 'image', 'profile_photo.jpg', 'images/customers/7BtKO7dqrMCzxRHBFPdQkXSQU0TQRcJReyMFhXIN.jpg', NULL, 'customer images', 'images/customers/7BtKO7dqrMCzxRHBFPdQkXSQU0TQRcJReyMFhXIN.jpg', '2026-04-30 15:28:49', '2026-04-30 15:28:49'), (188, 'image', 'profile_photo.jpg', 'images/customers/h0kaX5BtwImOsxKbq7L7HhxgdQTmlaCRtVZ5cCyF.jpg', NULL, 'customer images', 'images/customers/h0kaX5BtwImOsxKbq7L7HhxgdQTmlaCRtVZ5cCyF.jpg', '2026-04-30 16:28:42', '2026-04-30 16:28:42'), (189, 'image', 'profile_photo.jpg', 'images/customers/lJySyfSmsqKm4ubdWHm2fbCLEJEyBsTYbyMmHJ48.jpg', NULL, 'customer images', 'images/customers/lJySyfSmsqKm4ubdWHm2fbCLEJEyBsTYbyMmHJ48.jpg', '2026-04-30 17:02:43', '2026-04-30 17:02:43'), (190, 'image', 'profile_photo.jpg', 'images/customers/IirbnrnlMK2cor7T8kCAGtNFG4csbqdABhdal0MH.jpg', NULL, 'customer images', 'images/customers/IirbnrnlMK2cor7T8kCAGtNFG4csbqdABhdal0MH.jpg', '2026-04-30 23:04:57', '2026-04-30 23:04:57'), (191, 'image', 'profile_photo.jpg', 'images/customers/HD6Jr80OFrCIUupcGhq1Q0CvE2eagQ8YqGGT1ISy.png', NULL, 'customer images', 'images/customers/HD6Jr80OFrCIUupcGhq1Q0CvE2eagQ8YqGGT1ISy.png', '2026-05-05 13:36:55', '2026-05-05 13:36:55'), (192, 'image', 'tempora', 'images/dummy/dummy-placeholder.png', 'png', 'Autem aut officiis sunt maiores necessitatibus at.', 'images/dummy/', '2026-05-06 03:43:02', '2026-05-06 03:43:02'), (193, 'image', 'aut', 'images/dummy/dummy-placeholder.png', 'png', 'Beatae dolor alias et vitae in ea dicta.', 'images/dummy/', '2026-05-06 03:43:02', '2026-05-06 03:43:02'), (194, 'image', 'iure', 'images/dummy/dummy-placeholder.png', 'png', 'Enim nostrum omnis et qui ut et.', 'images/dummy/', '2026-05-06 03:43:02', '2026-05-06 03:43:02'), (195, 'image', 'consequuntur', 'images/dummy/dummy-placeholder.png', 'png', 'A nam tenetur soluta illo ducimus.', 'images/dummy/', '2026-05-06 03:43:02', '2026-05-06 03:43:02'), (196, 'image', 'quis', 'images/dummy/dummy-placeholder.png', 'png', 'Fugiat et natus ut pariatur modi in.', 'images/dummy/', '2026-05-06 03:43:02', '2026-05-06 03:43:02'), (197, 'image', 'expedita', 'images/dummy/dummy-placeholder.png', 'png', 'Sit porro maiores sed numquam saepe assumenda.', 'images/dummy/', '2026-05-06 03:43:02', '2026-05-06 03:43:02'), (198, 'image', 'porro', 'images/dummy/dummy-placeholder.png', 'png', 'Blanditiis eum voluptas autem.', 'images/dummy/', '2026-05-06 03:43:02', '2026-05-06 03:43:02'), (199, 'image', 'eius', 'images/dummy/dummy-placeholder.png', 'png', 'Ut amet accusamus voluptas et excepturi alias harum.', 'images/dummy/', '2026-05-06 03:43:03', '2026-05-06 03:43:03'), (200, 'image', 'nostrum', 'images/dummy/dummy-placeholder.png', 'png', 'Quas rerum voluptas recusandae aperiam unde.', 'images/dummy/', '2026-05-06 03:43:03', '2026-05-06 03:43:03'), (201, 'image', 'ea', 'images/dummy/dummy-placeholder.png', 'png', 'Rerum quidem debitis officia quae commodi cupiditate.', 'images/dummy/', '2026-05-06 03:43:03', '2026-05-06 03:43:03'), (202, 'image', 'dolor', 'images/dummy/dummy-placeholder.png', 'png', 'Fuga magnam ipsa eos.', 'images/dummy/', '2026-05-06 03:43:03', '2026-05-06 03:43:03'), (203, 'image', 'officiis', 'images/dummy/dummy-placeholder.png', 'png', 'Libero omnis nihil amet aspernatur.', 'images/dummy/', '2026-05-06 03:43:03', '2026-05-06 03:43:03'), (204, 'image', 'quis', 'images/dummy/dummy-placeholder.png', 'png', 'Et atque fugiat quibusdam consequatur nostrum.', 'images/dummy/', '2026-05-06 03:43:03', '2026-05-06 03:43:03'), (205, 'image', 'dignissimos', 'images/dummy/dummy-placeholder.png', 'png', 'Fuga quidem distinctio et ut.', 'images/dummy/', '2026-05-06 03:43:03', '2026-05-06 03:43:03'), (206, 'image', 'odio', 'images/dummy/dummy-placeholder.png', 'png', 'Animi laborum possimus officiis.', 'images/dummy/', '2026-05-06 03:43:03', '2026-05-06 03:43:03'), (207, 'image', 'esse', 'images/dummy/dummy-placeholder.png', 'png', 'Nostrum illo quia sit.', 'images/dummy/', '2026-05-06 03:43:03', '2026-05-06 03:43:03'), (208, 'image', 'aut', 'images/dummy/dummy-placeholder.png', 'png', 'Cumque magni aut suscipit voluptas iure accusantium debitis.', 'images/dummy/', '2026-05-06 03:43:03', '2026-05-06 03:43:03'), (209, 'image', 'qui', 'images/dummy/dummy-placeholder.png', 'png', 'Nemo distinctio deleniti mollitia earum labore veniam fugiat.', 'images/dummy/', '2026-05-06 03:43:03', '2026-05-06 03:43:03'), (210, 'image', 'perferendis', 'images/dummy/dummy-placeholder.png', 'png', 'Nam voluptatum numquam autem aut autem.', 'images/dummy/', '2026-05-06 03:43:03', '2026-05-06 03:43:03'), (211, 'image', 'eveniet', 'images/dummy/dummy-placeholder.png', 'png', 'Id non nihil incidunt laborum assumenda atque ipsa ad.', 'images/dummy/', '2026-05-06 03:43:03', '2026-05-06 03:43:03'), (212, 'image', 'modi', 'images/dummy/dummy-placeholder.png', 'png', 'Nisi est tenetur quas sed.', 'images/dummy/', '2026-05-06 03:43:03', '2026-05-06 03:43:03'), (213, 'image', 'totam', 'images/dummy/dummy-placeholder.png', 'png', 'Eos similique eveniet saepe ea tempora.', 'images/dummy/', '2026-05-06 03:43:03', '2026-05-06 03:43:03'), (214, 'image', 'dolorem', 'images/dummy/dummy-placeholder.png', 'png', 'Dolorem et rerum hic sit.', 'images/dummy/', '2026-05-06 03:43:03', '2026-05-06 03:43:03'), (215, 'image', 'ut', 'images/dummy/dummy-placeholder.png', 'png', 'Molestias voluptates velit sint magni accusamus debitis neque.', 'images/dummy/', '2026-05-06 03:43:03', '2026-05-06 03:43:03'), (216, 'image', 'dolor', 'images/dummy/dummy-placeholder.png', 'png', 'Animi aliquid dolorem mollitia enim.', 'images/dummy/', '2026-05-06 03:43:03', '2026-05-06 03:43:03'), (217, 'image', 'eveniet', 'images/dummy/dummy-placeholder.png', 'png', 'Reprehenderit iure eius id fugit repudiandae quod.', 'images/dummy/', '2026-05-06 03:43:03', '2026-05-06 03:43:03'), (218, 'image', 'officia', 'images/dummy/dummy-placeholder.png', 'png', 'Qui enim molestiae numquam consequatur aliquid quam eos ipsam.', 'images/dummy/', '2026-05-06 03:43:03', '2026-05-06 03:43:03'), (219, 'image', 'sapiente', 'images/dummy/dummy-placeholder.png', 'png', 'Cumque omnis magnam consequatur officiis qui.', 'images/dummy/', '2026-05-06 03:43:04', '2026-05-06 03:43:04'), (220, 'image', 'at', 'images/dummy/dummy-placeholder.png', 'png', 'Esse perferendis fuga dolorem modi ipsam saepe iure commodi.', 'images/dummy/', '2026-05-06 03:43:04', '2026-05-06 03:43:04'), (221, 'image', 'vel', 'images/dummy/dummy-placeholder.png', 'png', 'Illum quisquam facere animi beatae similique velit officiis.', 'images/dummy/', '2026-05-06 03:43:04', '2026-05-06 03:43:04'), (222, 'image', 'laudantium', 'images/dummy/dummy-placeholder.png', 'png', 'Ut possimus perferendis et dicta eaque cumque.', 'images/dummy/', '2026-05-06 03:43:04', '2026-05-06 03:43:04'), (223, 'image', 'officia', 'images/dummy/dummy-placeholder.png', 'png', 'Error voluptatibus id maiores accusamus excepturi laboriosam aliquid.', 'images/dummy/', '2026-05-06 03:43:04', '2026-05-06 03:43:04'), (224, 'image', 'porro', 'images/dummy/dummy-placeholder.png', 'png', 'Voluptas molestiae accusantium ipsum aut.', 'images/dummy/', '2026-05-06 03:43:04', '2026-05-06 03:43:04'), (225, 'image', 'nihil', 'images/dummy/dummy-placeholder.png', 'png', 'Aliquid eius perspiciatis minus.', 'images/dummy/', '2026-05-06 03:43:04', '2026-05-06 03:43:04'), (226, 'image', 'rerum', 'images/dummy/dummy-placeholder.png', 'png', 'Ut voluptatem saepe natus voluptatem soluta doloribus.', 'images/dummy/', '2026-05-06 03:43:04', '2026-05-06 03:43:04'), (227, 'image', 'repudiandae', 'images/dummy/dummy-placeholder.png', 'png', 'Ut unde atque ut.', 'images/dummy/', '2026-05-06 03:43:04', '2026-05-06 03:43:04'), (228, 'image', 'illo', 'images/dummy/dummy-placeholder.png', 'png', 'Provident minima dolores impedit qui voluptatum et.', 'images/dummy/', '2026-05-06 03:43:04', '2026-05-06 03:43:04'), (229, 'image', 'delectus', 'images/dummy/dummy-placeholder.png', 'png', 'Quia quas harum voluptates est autem.', 'images/dummy/', '2026-05-06 03:43:04', '2026-05-06 03:43:04'), (230, 'image', 'debitis', 'images/dummy/dummy-placeholder.png', 'png', 'Dolores autem id perferendis minus quia maxime.', 'images/dummy/', '2026-05-06 03:43:04', '2026-05-06 03:43:04'), (231, 'image', 'dolore', 'images/dummy/dummy-placeholder.png', 'png', 'Nulla dolore voluptates nam.', 'images/dummy/', '2026-05-06 03:43:04', '2026-05-06 03:43:04'), (232, 'image', 'non', 'images/dummy/dummy-placeholder.png', 'png', 'Voluptas voluptatem ea sapiente itaque.', 'images/dummy/', '2026-05-06 03:43:04', '2026-05-06 03:43:04'), (233, 'image', 'molestiae', 'images/dummy/dummy-placeholder.png', 'png', 'Consequatur reprehenderit facere soluta tempore.', 'images/dummy/', '2026-05-06 03:43:04', '2026-05-06 03:43:04'), (234, 'image', 'sed', 'images/dummy/dummy-placeholder.png', 'png', 'Laborum qui sapiente ut dolorem.', 'images/dummy/', '2026-05-06 03:43:04', '2026-05-06 03:43:04'), (235, 'image', 'consequuntur', 'images/dummy/dummy-placeholder.png', 'png', 'Soluta exercitationem voluptas vero assumenda non illo voluptate.', 'images/dummy/', '2026-05-06 03:43:04', '2026-05-06 03:43:04'), (236, 'image', 'dolores', 'images/dummy/dummy-placeholder.png', 'png', 'Nobis aut fuga cum.', 'images/dummy/', '2026-05-06 03:43:04', '2026-05-06 03:43:04'), (237, 'image', 'quis', 'images/dummy/dummy-placeholder.png', 'png', 'Sit dolorum tenetur perspiciatis.', 'images/dummy/', '2026-05-06 03:43:04', '2026-05-06 03:43:04'), (238, 'image', 'illo', 'images/dummy/dummy-placeholder.png', 'png', 'In dolores adipisci nemo atque consequatur nihil sint.', 'images/dummy/', '2026-05-06 03:43:04', '2026-05-06 03:43:04'), (239, 'image', 'ut', 'images/dummy/dummy-placeholder.png', 'png', 'Adipisci facere aut temporibus voluptate ipsum saepe.', 'images/dummy/', '2026-05-06 03:43:04', '2026-05-06 03:43:04'), (240, 'image', 'est', 'images/dummy/dummy-placeholder.png', 'png', 'Natus quod qui facere qui qui amet ipsum.', 'images/dummy/', '2026-05-06 03:43:05', '2026-05-06 03:43:05'), (241, 'image', 'non', 'images/dummy/dummy-placeholder.png', 'png', 'Aut sunt eius quae rerum dolores ducimus.', 'images/dummy/', '2026-05-06 03:43:05', '2026-05-06 03:43:05'), (242, 'image', 'alias', 'images/dummy/dummy-placeholder.png', 'png', 'Repellendus voluptatem cumque omnis error est commodi voluptatem.', 'images/dummy/', '2026-05-06 03:43:05', '2026-05-06 03:43:05'), (243, 'image', 'aut', 'images/dummy/dummy-placeholder.png', 'png', 'Voluptas eaque animi laudantium eligendi ullam eius.', 'images/dummy/', '2026-05-06 03:43:05', '2026-05-06 03:43:05'), (244, 'image', 'placeat', 'images/dummy/dummy-placeholder.png', 'png', 'Occaecati debitis aut iure omnis voluptates.', 'images/dummy/', '2026-05-06 03:43:05', '2026-05-06 03:43:05'), (245, 'image', 'dolores', 'images/dummy/dummy-placeholder.png', 'png', 'Nesciunt aliquam quam perferendis et facilis molestiae assumenda odit.', 'images/dummy/', '2026-05-06 03:43:05', '2026-05-06 03:43:05'), (246, 'image', 'earum', 'images/dummy/dummy-placeholder.png', 'png', 'Natus et sapiente quaerat sunt adipisci et enim.', 'images/dummy/', '2026-05-06 03:43:05', '2026-05-06 03:43:05'), (247, 'image', 'et', 'images/dummy/dummy-placeholder.png', 'png', 'Recusandae eos id officia et debitis voluptatem.', 'images/dummy/', '2026-05-06 03:43:05', '2026-05-06 03:43:05'), (248, 'image', 'nesciunt', 'images/dummy/dummy-placeholder.png', 'png', 'Commodi in iste magnam est beatae in hic.', 'images/dummy/', '2026-05-06 03:43:05', '2026-05-06 03:43:05'), (249, 'image', 'odio', 'images/dummy/dummy-placeholder.png', 'png', 'Doloremque adipisci doloremque quis quasi est.', 'images/dummy/', '2026-05-06 03:43:05', '2026-05-06 03:43:05'), (250, 'image', 'veniam', 'images/dummy/dummy-placeholder.png', 'png', 'Repellat est animi incidunt ad dolore dolorum laboriosam.', 'images/dummy/', '2026-05-06 03:43:05', '2026-05-06 03:43:05'), (251, 'image', 'facere', 'images/dummy/dummy-placeholder.png', 'png', 'Ratione est sed nostrum ratione cumque doloremque voluptatem asperiores.', 'images/dummy/', '2026-05-06 03:43:05', '2026-05-06 03:43:05'), (252, 'image', 'architecto', 'images/dummy/dummy-placeholder.png', 'png', 'Aliquid molestiae veniam dolor odio corrupti.', 'images/dummy/', '2026-05-06 03:43:05', '2026-05-06 03:43:05'), (253, 'image', 'nesciunt', 'images/dummy/dummy-placeholder.png', 'png', 'Dolorum officiis consequatur doloremque ut sequi voluptatem.', 'images/dummy/', '2026-05-06 03:43:05', '2026-05-06 03:43:05'), (254, 'image', 'nihil', 'images/dummy/dummy-placeholder.png', 'png', 'Perspiciatis alias dignissimos deleniti aperiam.', 'images/dummy/', '2026-05-06 03:43:05', '2026-05-06 03:43:05'), (255, 'image', 'sequi', 'images/dummy/dummy-placeholder.png', 'png', 'Laudantium blanditiis ut omnis et debitis nihil.', 'images/dummy/', '2026-05-06 03:43:05', '2026-05-06 03:43:05'), (256, 'image', 'molestiae', 'images/dummy/dummy-placeholder.png', 'png', 'Ea quia et et rerum velit.', 'images/dummy/', '2026-05-06 03:43:05', '2026-05-06 03:43:05'), (257, 'image', 'optio', 'images/dummy/dummy-placeholder.png', 'png', 'Molestiae suscipit nihil laudantium qui dignissimos.', 'images/dummy/', '2026-05-06 03:43:05', '2026-05-06 03:43:05'), (258, 'image', 'asperiores', 'images/dummy/dummy-placeholder.png', 'png', 'Magnam veritatis similique ipsa quis aliquam.', 'images/dummy/', '2026-05-06 03:43:05', '2026-05-06 03:43:05'), (259, 'image', 'quisquam', 'images/dummy/dummy-placeholder.png', 'png', 'Voluptatum vero nam minima inventore at.', 'images/dummy/', '2026-05-06 03:43:05', '2026-05-06 03:43:05'), (260, 'image', 'voluptatem', 'images/dummy/dummy-placeholder.png', 'png', 'Ullam rerum beatae autem dolorem.', 'images/dummy/', '2026-05-06 03:43:05', '2026-05-06 03:43:05'), (261, 'image', 'quasi', 'images/dummy/dummy-placeholder.png', 'png', 'Consequuntur recusandae quo ut in numquam aut perferendis.', 'images/dummy/', '2026-05-06 03:43:06', '2026-05-06 03:43:06'), (262, 'image', 'incidunt', 'images/dummy/dummy-placeholder.png', 'png', 'Est distinctio quibusdam facilis necessitatibus minima.', 'images/dummy/', '2026-05-06 03:43:06', '2026-05-06 03:43:06'), (263, 'image', 'tempora', 'images/dummy/dummy-placeholder.png', 'png', 'Minima odit ducimus cum.', 'images/dummy/', '2026-05-06 03:43:06', '2026-05-06 03:43:06'), (264, 'image', 'qui', 'images/dummy/dummy-placeholder.png', 'png', 'Consectetur at et placeat et reiciendis alias dolores.', 'images/dummy/', '2026-05-06 03:43:06', '2026-05-06 03:43:06'), (265, 'image', 'est', 'images/dummy/dummy-placeholder.png', 'png', 'Maiores eveniet explicabo a ut adipisci omnis voluptatem.', 'images/dummy/', '2026-05-06 03:43:06', '2026-05-06 03:43:06'), (266, 'image', 'unde', 'images/dummy/dummy-placeholder.png', 'png', 'Cumque perferendis quidem expedita nostrum ut maxime.', 'images/dummy/', '2026-05-06 03:43:06', '2026-05-06 03:43:06'), (267, 'image', 'sit', 'images/dummy/dummy-placeholder.png', 'png', 'Provident quo earum pariatur enim iusto dignissimos.', 'images/dummy/', '2026-05-06 03:43:06', '2026-05-06 03:43:06'), (268, 'image', 'sapiente', 'images/dummy/dummy-placeholder.png', 'png', 'Recusandae qui veritatis quisquam et ducimus est.', 'images/dummy/', '2026-05-06 03:43:06', '2026-05-06 03:43:06'), (269, 'image', 'sed', 'images/dummy/dummy-placeholder.png', 'png', 'Aperiam quod et facilis odio aut.', 'images/dummy/', '2026-05-06 03:43:06', '2026-05-06 03:43:06'); -- -------------------------------------------------------- -- -- 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, '2016_06_01_000001_create_oauth_auth_codes_table', 1), (2, '2016_06_01_000002_create_oauth_access_tokens_table', 1), (3, '2016_06_01_000003_create_oauth_refresh_tokens_table', 1), (4, '2016_06_01_000004_create_oauth_clients_table', 1), (5, '2016_06_01_000005_create_oauth_personal_access_clients_table', 1), (6, '2021_09_01_000000_create_media_table', 1), (7, '2021_09_01_100000_create_users_table', 1), (8, '2021_09_01_200000_create_password_resets_table', 1), (9, '2021_09_02_131940_create_failed_jobs_table', 1), (10, '2021_09_02_131953_create_permission_tables', 1), (11, '2021_09_08_162725_create_services_table', 1), (12, '2021_09_11_085103_create_customers_table', 1), (13, '2021_09_11_093146_create_stors_table', 1), (14, '2021_09_13_171450_create_variants_table', 1), (15, '2021_09_15_064533_create_products_table', 1), (16, '2021_09_20_052130_create_addresses_table', 1), (17, '2021_09_21_045821_create_banners_table', 1), (18, '2021_09_21_045849_create_coupons_table', 1), (19, '2021_09_21_045910_create_orders_table', 1), (20, '2021_09_22_051934_create_order_products_table', 1), (21, '2021_10_20_105127_create_verification_codes_table', 1), (22, '2021_10_26_163146_create_settings_table', 1), (23, '2021_11_02_115237_create_ratings_table', 1), (24, '2021_11_20_072845_create_coupon_users_table', 1), (25, '2022_03_05_120307_create_additionals_table', 1), (26, '2022_03_06_103410_create_additional_orders_table', 1), (27, '2022_04_13_123324_create_contacts_table', 1), (28, '2022_06_30_152555_create_mobile_app_urls_table', 1), (29, '2022_07_05_123925_create_payments_table', 1), (30, '2022_08_03_114942_create_device_keys_table', 1), (31, '2022_08_11_120358_create_notifications_table', 1), (32, '2022_08_11_163235_create_admin_device_key_table', 1), (33, '2022_08_21_180225_create_card_infos_table', 1), (34, '2022_09_21_182517_create_drivers_table', 1), (35, '2022_09_22_125851_create_driver_orders_table', 1), (36, '2022_09_26_162755_create_driver_device_key_table', 1), (37, '2022_09_28_170609_create_driver_notifications_table', 1), (38, '2022_10_30_152931_create_social_link_table', 1), (39, '2023_01_12_104744_create_stripe_keys_table', 1), (40, '2023_01_12_114626_create_app_settings_table', 1), (41, '2023_02_01_164032_create_order_schedules_table', 1), (42, '2023_02_11_122549_create_invoice_manages_table', 1), (43, '2023_03_31_115106_create_areas_table', 1), (44, '2023_04_01_111037_create_driver_histories_table', 1), (45, '2023_05_08_093157_create_wallets_table', 1), (46, '2023_05_08_093206_create_transactions_table', 1), (47, '2023_06_07_064343_add_is_withdrow_column_to_transaction_table', 1), (48, '2023_06_20_045614_create_store_services_table', 1), (49, '2023_07_23_104415_add_shop_id_to_address_table', 1), (50, '2023_07_25_050825_add_invoice_path_to_order_table', 1), (51, '2023_07_26_053821_add_is_default_to_address_table', 1), (52, '2023_08_10_051912_add_qrcode_url_to_product_table', 1), (53, '2023_08_29_091920_create_branch_price_lists_table', 1), (54, '2023_10_25_092944_add_user_id_to_invoice_manages_table', 1), (55, '2023_11_14_042507_create_abouts_table', 1), (56, '2023_11_18_043429_create_languages_table', 1), (57, '2023_11_18_065741_add_column_to_app_setting_table', 1), (58, '2023_12_12_130451_add_store_id_column_to_drivers_table', 1), (59, '2023_12_12_131915_add_vehicle_type_column_to_users_table', 1), (60, '2023_12_13_130741_add_column_to_driver_orders_table', 1), (61, '2023_12_26_015817_add_invoice_name_column_to_invoice_manages_table', 1), (62, '2023_12_27_164653_create_areas_lat_lng_table', 1), (63, '2023_12_27_185524_add_store_id_to_areas_table', 1), (64, '2023_12_28_133221_create_map_api_keys_table', 1), (65, '2024_07_31_103330_add_column_to_orders_table', 1), (66, '2024_11_12_113711_add_is_approve_column_to_drivers_table', 1), (67, '2024_12_01_100337_add_column_status_to_driver_orders', 1), (68, '2024_12_22_110640_add_column_to_app_settings', 1), (69, '2024_12_22_114043_subscriptions', 1), (70, '2024_12_22_150720_store_subscriptions', 1), (71, '2024_12_22_173930_store_users', 1), (72, '2024_12_24_115221_payment_gateways', 1), (73, '2025_04_15_141126_change_is_active_to_integer_in_users_table', 1), (74, '2025_04_29_130854_create_store_payment_gateways_table', 1), (75, '2025_05_07_142731_add_new_columns_to_addresses_table', 1), (76, '2025_10_15_192810_add_new_column_transactions', 1), (77, '2025_10_16_160549_add_new_column_store_payment_gateways', 1), (78, '2025_11_25_175132_add_new_column_stores', 1), (79, '2025_12_07_182436_add_new_column_to_app_settings', 1), (80, '2025_12_15_145954_add_slug_to_services_table', 1), (81, '2025_12_15_151722_add_slug_to_stores_table', 1), (82, '2025_12_15_152149_add_slug_to_variants_table', 1), (83, '2025_12_15_152156_add_slug_to_orders_table', 1), (84, '2025_12_18_122316_create_favourite_stores', 1), (85, '2025_12_25_103607_add_two_column_table', 1), (86, '2025_12_25_123708_add_subject_column_table', 1), (87, '2025_12_25_155943_create_faqs_table', 1), (88, '2025_12_28_112347_create_web_settings_table', 1), (89, '2026_01_04_175946_add_social_columns_to_users_table', 1), (90, '2026_01_05_180247_add_description_column_coupons', 1), (91, '2026_01_20_183856_add_is_commission_due_to_app_settings_table', 1), (92, '2026_01_21_111716_add_commission_fields_to_stores_table', 1), (93, '2026_01_22_153244_create_commission_history_table', 1), (94, '2026_01_24_123021_add_payment_gateway_to_commission_history_table', 1), (95, '2026_02_16_113000_add_shop_signature_id_to_stores_table', 1), (96, '2026_04_25_205858_add_service_type_to_services_table', 2), (97, '2026_04_25_205900_add_weight_fields_to_orders_table', 2), (98, '2026_04_25_205903_add_weight_capacity_to_products_table', 2), (99, '2026_04_25_205906_add_product_id_to_additionals_table', 2), (100, '2026_04_25_222640_create_service_packages_table', 3), (101, '2026_04_26_110852_add_type_to_additionals_table', 4), (102, '2026_04_26_110852_create_additional_prices_table', 4), (103, '2026_04_26_141712_add_stock_to_additionals_table', 5), (104, '2026_04_26_141717_create_stock_adjustments_table', 5), (105, '2026_04_26_142049_add_quantity_price_to_additional_orders_table', 6), (106, '2026_04_26_143409_add_rush_settings_to_stores_table', 7), (107, '2026_04_26_181752_add_paid_amount_to_orders_table', 8), (108, '2026_04_26_212554_add_delivery_radius_to_stores_table', 9), (109, '2026_04_26_223000_add_excess_kilometer_fee_to_stores_table', 10), (110, '2026_04_26_225308_add_delivery_surcharge_to_orders_table', 11), (111, '2026_04_27_084754_create_staff_table', 12), (112, '2026_04_27_084754_create_support_tickets_table', 12), (113, '2026_04_27_084754_create_ticket_messages_table', 12), (114, '2026_04_27_093128_create_store_notifications_table', 13), (115, '2026_04_27_101321_add_is_open_to_stores_table', 14), (116, '2026_04_27_164721_alter_staff_pin_column_length', 15), (117, '2026_04_27_201741_create_machines_table', 16), (118, '2026_04_27_201741_create_service_center_inventories_table', 16), (119, '2026_04_27_201742_create_job_orders_table', 16), (120, '2026_04_27_201743_create_quotations_table', 16), (121, '2026_04_27_201744_create_quotation_items_table', 16), (122, '2026_04_27_204255_create_technician_notifications_table', 16), (123, '2026_04_27_204759_add_support_ticket_id_to_job_orders_table', 16), (124, '2026_04_27_215707_make_pick_date_nullable_on_orders_table', 17), (125, '2026_04_28_082110_create_owners_manuals_table', 18), (126, '2026_04_28_094328_create_training_courses_table', 19), (127, '2026_04_28_094328_create_training_lessons_table', 19), (128, '2026_04_28_094329_create_technician_course_progress_table', 19), (129, '2026_04_28_094329_create_technician_quiz_results_table', 19), (130, '2026_04_28_094329_create_training_quizzes_table', 19), (131, '2026_04_28_104843_make_service_id_nullable_in_additionals_table', 20), (132, '2026_04_28_110240_create_reviews_table', 21), (133, '2026_04_28_125206_add_addon_group_name_to_additionals_table', 21), (134, '2026_04_29_122352_add_modifiers_to_order_products_table', 22), (135, '2019_12_14_000001_create_personal_access_tokens_table', 23), (136, '2026_05_03_112146_create_store_product_prices_and_template_flag', 24), (137, '2026_05_03_112818_add_business_mode_to_stores_and_make_coupon_store_nullable', 25), (138, '2026_05_03_125518_create_order_status_logs_table', 26), (139, '2026_05_03_130446_add_actor_audit_columns_to_orders_table', 27), (140, '2026_05_03_134048_create_service_centers_and_pivots', 28), (141, '2026_05_03_142552_add_approval_workflow_to_quotations', 29), (142, '2026_05_03_142819_create_technician_timesheets_table', 30), (143, '2026_05_03_185549_create_job_order_status_logs_table', 31), (144, '2026_05_03_191138_add_location_columns_to_driver_orders', 32), (145, '2026_05_03_191423_add_max_delivery_distance_to_stores', 33), (146, '2026_05_03_180000_add_dunning_markers_to_store_subscriptions', 34), (147, '2026_05_04_090000_add_service_kind_to_job_orders', 34), (148, '2026_05_04_100000_add_scheduling_to_job_orders', 34), (149, '2026_05_04_110000_create_job_order_attachments', 34), (150, '2026_05_04_120000_create_repair_invoices_and_payments', 34), (151, '2026_05_08_095522_add_fulfillment_type_to_orders_table', 35), (152, '2026_05_08_161019_create_training_requests_table', 36), (153, '2026_05_08_164757_create_staff_attendances_table', 37), (154, '2026_05_11_120937_add_is_template_to_services_products_additionals_table', 38), (155, '2026_05_11_121134_make_store_id_nullable_in_products_and_additionals', 38), (156, '2026_05_11_121249_add_is_template_to_variants_table', 38); -- -------------------------------------------------------- -- -- Table structure for table `mobile_app_urls` -- CREATE TABLE `mobile_app_urls` ( `id` bigint(20) UNSIGNED NOT NULL, `android_url` text DEFAULT NULL, `ios_url` text 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 `model_has_permissions` -- CREATE TABLE `model_has_permissions` ( `permission_id` bigint(20) UNSIGNED NOT NULL, `model_type` varchar(255) NOT NULL, `model_id` bigint(20) UNSIGNED NOT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -- Dumping data for table `model_has_permissions` -- INSERT INTO `model_has_permissions` (`permission_id`, `model_type`, `model_id`) VALUES (1, 'App\\Models\\User', 1), (1, 'App\\Models\\User', 2), (1, 'App\\Models\\User', 3), (1, 'App\\Models\\User', 5), (1, 'App\\Models\\User', 6), (1, 'App\\Models\\User', 7), (1, 'App\\Models\\User', 8), (1, 'App\\Models\\User', 9), (1, 'App\\Models\\User', 10), (1, 'App\\Models\\User', 11), (1, 'App\\Models\\User', 12), (1, 'App\\Models\\User', 61), (1, 'App\\Models\\User', 62), (1, 'App\\Models\\User', 63), (1, 'App\\Models\\User', 64), (1, 'App\\Models\\User', 65), (1, 'App\\Models\\User', 66), (1, 'App\\Models\\User', 67), (1, 'App\\Models\\User', 68), (1, 'App\\Models\\User', 69), (1, 'App\\Models\\User', 70), (1, 'App\\Models\\User', 71), (1, 'App\\Models\\User', 72), (1, 'App\\Models\\User', 73), (1, 'App\\Models\\User', 74), (1, 'App\\Models\\User', 75), (1, 'App\\Models\\User', 76), (1, 'App\\Models\\User', 77), (1, 'App\\Models\\User', 78), (1, 'App\\Models\\User', 79), (1, 'App\\Models\\User', 80), (1, 'App\\Models\\User', 81), (1, 'App\\Models\\User', 82), (1, 'App\\Models\\User', 83), (1, 'App\\Models\\User', 84), (1, 'App\\Models\\User', 85), (1, 'App\\Models\\User', 86), (2, 'App\\Models\\User', 5), (2, 'App\\Models\\User', 6), (2, 'App\\Models\\User', 7), (2, 'App\\Models\\User', 8), (2, 'App\\Models\\User', 9), (2, 'App\\Models\\User', 10), (2, 'App\\Models\\User', 11), (2, 'App\\Models\\User', 12), (2, 'App\\Models\\User', 61), (2, 'App\\Models\\User', 62), (2, 'App\\Models\\User', 63), (2, 'App\\Models\\User', 64), (2, 'App\\Models\\User', 65), (2, 'App\\Models\\User', 66), (2, 'App\\Models\\User', 67), (2, 'App\\Models\\User', 68), (2, 'App\\Models\\User', 69), (2, 'App\\Models\\User', 70), (2, 'App\\Models\\User', 71), (2, 'App\\Models\\User', 72), (2, 'App\\Models\\User', 73), (2, 'App\\Models\\User', 74), (2, 'App\\Models\\User', 75), (2, 'App\\Models\\User', 76), (2, 'App\\Models\\User', 77), (2, 'App\\Models\\User', 78), (2, 'App\\Models\\User', 79), (2, 'App\\Models\\User', 80), (2, 'App\\Models\\User', 81), (2, 'App\\Models\\User', 82), (2, 'App\\Models\\User', 83), (2, 'App\\Models\\User', 84), (2, 'App\\Models\\User', 85), (2, 'App\\Models\\User', 86), (3, 'App\\Models\\User', 5), (3, 'App\\Models\\User', 6), (3, 'App\\Models\\User', 7), (3, 'App\\Models\\User', 8), (3, 'App\\Models\\User', 9), (3, 'App\\Models\\User', 10), (3, 'App\\Models\\User', 11), (3, 'App\\Models\\User', 12), (3, 'App\\Models\\User', 61), (3, 'App\\Models\\User', 62), (3, 'App\\Models\\User', 63), (3, 'App\\Models\\User', 64), (3, 'App\\Models\\User', 65), (3, 'App\\Models\\User', 66), (3, 'App\\Models\\User', 67), (3, 'App\\Models\\User', 68), (3, 'App\\Models\\User', 69), (3, 'App\\Models\\User', 70), (3, 'App\\Models\\User', 71), (3, 'App\\Models\\User', 72), (3, 'App\\Models\\User', 73), (3, 'App\\Models\\User', 74), (3, 'App\\Models\\User', 75), (3, 'App\\Models\\User', 76), (3, 'App\\Models\\User', 77), (3, 'App\\Models\\User', 78), (3, 'App\\Models\\User', 79), (3, 'App\\Models\\User', 80), (3, 'App\\Models\\User', 81), (3, 'App\\Models\\User', 82), (3, 'App\\Models\\User', 83), (3, 'App\\Models\\User', 84), (3, 'App\\Models\\User', 85), (3, 'App\\Models\\User', 86), (4, 'App\\Models\\User', 5), (4, 'App\\Models\\User', 6), (4, 'App\\Models\\User', 7), (4, 'App\\Models\\User', 8), (4, 'App\\Models\\User', 9), (4, 'App\\Models\\User', 10), (4, 'App\\Models\\User', 11), (4, 'App\\Models\\User', 12), (4, 'App\\Models\\User', 61), (4, 'App\\Models\\User', 62), (4, 'App\\Models\\User', 63), (4, 'App\\Models\\User', 64), (4, 'App\\Models\\User', 65), (4, 'App\\Models\\User', 66), (4, 'App\\Models\\User', 67), (4, 'App\\Models\\User', 68), (4, 'App\\Models\\User', 69), (4, 'App\\Models\\User', 70), (4, 'App\\Models\\User', 71), (4, 'App\\Models\\User', 72), (4, 'App\\Models\\User', 73), (4, 'App\\Models\\User', 74), (4, 'App\\Models\\User', 75), (4, 'App\\Models\\User', 76), (4, 'App\\Models\\User', 77), (4, 'App\\Models\\User', 78), (4, 'App\\Models\\User', 79), (4, 'App\\Models\\User', 80), (4, 'App\\Models\\User', 81), (4, 'App\\Models\\User', 82), (4, 'App\\Models\\User', 83), (4, 'App\\Models\\User', 84), (4, 'App\\Models\\User', 85), (4, 'App\\Models\\User', 86), (5, 'App\\Models\\User', 5), (5, 'App\\Models\\User', 6), (5, 'App\\Models\\User', 7), (5, 'App\\Models\\User', 8), (5, 'App\\Models\\User', 9), (5, 'App\\Models\\User', 10), (5, 'App\\Models\\User', 11), (5, 'App\\Models\\User', 12), (5, 'App\\Models\\User', 61), (5, 'App\\Models\\User', 62), (5, 'App\\Models\\User', 63), (5, 'App\\Models\\User', 64), (5, 'App\\Models\\User', 65), (5, 'App\\Models\\User', 66), (5, 'App\\Models\\User', 67), (5, 'App\\Models\\User', 68), (5, 'App\\Models\\User', 69), (5, 'App\\Models\\User', 70), (5, 'App\\Models\\User', 71), (5, 'App\\Models\\User', 72), (5, 'App\\Models\\User', 73), (5, 'App\\Models\\User', 74), (5, 'App\\Models\\User', 75), (5, 'App\\Models\\User', 76), (5, 'App\\Models\\User', 77), (5, 'App\\Models\\User', 78), (5, 'App\\Models\\User', 79), (5, 'App\\Models\\User', 80), (5, 'App\\Models\\User', 81), (5, 'App\\Models\\User', 82), (5, 'App\\Models\\User', 83), (5, 'App\\Models\\User', 84), (5, 'App\\Models\\User', 85), (5, 'App\\Models\\User', 86), (6, 'App\\Models\\User', 5), (6, 'App\\Models\\User', 6), (6, 'App\\Models\\User', 7), (6, 'App\\Models\\User', 8), (6, 'App\\Models\\User', 9), (6, 'App\\Models\\User', 10), (6, 'App\\Models\\User', 11), (6, 'App\\Models\\User', 12), (6, 'App\\Models\\User', 61), (6, 'App\\Models\\User', 62), (6, 'App\\Models\\User', 63), (6, 'App\\Models\\User', 64), (6, 'App\\Models\\User', 65), (6, 'App\\Models\\User', 66), (6, 'App\\Models\\User', 67), (6, 'App\\Models\\User', 68), (6, 'App\\Models\\User', 69), (6, 'App\\Models\\User', 70), (6, 'App\\Models\\User', 71), (6, 'App\\Models\\User', 72), (6, 'App\\Models\\User', 73), (6, 'App\\Models\\User', 74), (6, 'App\\Models\\User', 75), (6, 'App\\Models\\User', 76), (6, 'App\\Models\\User', 77), (6, 'App\\Models\\User', 78), (6, 'App\\Models\\User', 79), (6, 'App\\Models\\User', 80), (6, 'App\\Models\\User', 81), (6, 'App\\Models\\User', 82), (6, 'App\\Models\\User', 83), (6, 'App\\Models\\User', 84), (6, 'App\\Models\\User', 85), (6, 'App\\Models\\User', 86), (7, 'App\\Models\\User', 5), (7, 'App\\Models\\User', 6), (7, 'App\\Models\\User', 7), (7, 'App\\Models\\User', 8), (7, 'App\\Models\\User', 9), (7, 'App\\Models\\User', 10), (7, 'App\\Models\\User', 11), (7, 'App\\Models\\User', 12), (7, 'App\\Models\\User', 61), (7, 'App\\Models\\User', 62), (7, 'App\\Models\\User', 63), (7, 'App\\Models\\User', 64), (7, 'App\\Models\\User', 65), (7, 'App\\Models\\User', 66), (7, 'App\\Models\\User', 67), (7, 'App\\Models\\User', 68), (7, 'App\\Models\\User', 69), (7, 'App\\Models\\User', 70), (7, 'App\\Models\\User', 71), (7, 'App\\Models\\User', 72), (7, 'App\\Models\\User', 73), (7, 'App\\Models\\User', 74), (7, 'App\\Models\\User', 75), (7, 'App\\Models\\User', 76), (7, 'App\\Models\\User', 77), (7, 'App\\Models\\User', 78), (7, 'App\\Models\\User', 79), (7, 'App\\Models\\User', 80), (7, 'App\\Models\\User', 81), (7, 'App\\Models\\User', 82), (7, 'App\\Models\\User', 83), (7, 'App\\Models\\User', 84), (7, 'App\\Models\\User', 85), (7, 'App\\Models\\User', 86), (8, 'App\\Models\\User', 5), (8, 'App\\Models\\User', 6), (8, 'App\\Models\\User', 7), (8, 'App\\Models\\User', 8), (8, 'App\\Models\\User', 9), (8, 'App\\Models\\User', 10), (8, 'App\\Models\\User', 11), (8, 'App\\Models\\User', 12), (8, 'App\\Models\\User', 61), (8, 'App\\Models\\User', 62), (8, 'App\\Models\\User', 63), (8, 'App\\Models\\User', 64), (8, 'App\\Models\\User', 65), (8, 'App\\Models\\User', 66), (8, 'App\\Models\\User', 67), (8, 'App\\Models\\User', 68), (8, 'App\\Models\\User', 69), (8, 'App\\Models\\User', 70), (8, 'App\\Models\\User', 71), (8, 'App\\Models\\User', 72), (8, 'App\\Models\\User', 73), (8, 'App\\Models\\User', 74), (8, 'App\\Models\\User', 75), (8, 'App\\Models\\User', 76), (8, 'App\\Models\\User', 77), (8, 'App\\Models\\User', 78), (8, 'App\\Models\\User', 79), (8, 'App\\Models\\User', 80), (8, 'App\\Models\\User', 81), (8, 'App\\Models\\User', 82), (8, 'App\\Models\\User', 83), (8, 'App\\Models\\User', 84), (8, 'App\\Models\\User', 85), (8, 'App\\Models\\User', 86), (9, 'App\\Models\\User', 5), (9, 'App\\Models\\User', 6), (9, 'App\\Models\\User', 7), (9, 'App\\Models\\User', 8), (9, 'App\\Models\\User', 9), (9, 'App\\Models\\User', 10), (9, 'App\\Models\\User', 11), (9, 'App\\Models\\User', 12), (9, 'App\\Models\\User', 61), (9, 'App\\Models\\User', 62), (9, 'App\\Models\\User', 63), (9, 'App\\Models\\User', 64), (9, 'App\\Models\\User', 65), (9, 'App\\Models\\User', 66), (9, 'App\\Models\\User', 67), (9, 'App\\Models\\User', 68), (9, 'App\\Models\\User', 69), (9, 'App\\Models\\User', 70), (9, 'App\\Models\\User', 71), (9, 'App\\Models\\User', 72), (9, 'App\\Models\\User', 73), (9, 'App\\Models\\User', 74), (9, 'App\\Models\\User', 75), (9, 'App\\Models\\User', 76), (9, 'App\\Models\\User', 77), (9, 'App\\Models\\User', 78), (9, 'App\\Models\\User', 79), (9, 'App\\Models\\User', 80), (9, 'App\\Models\\User', 81), (9, 'App\\Models\\User', 82), (9, 'App\\Models\\User', 83), (9, 'App\\Models\\User', 84), (9, 'App\\Models\\User', 85), (9, 'App\\Models\\User', 86), (10, 'App\\Models\\User', 5), (10, 'App\\Models\\User', 6), (10, 'App\\Models\\User', 7), (10, 'App\\Models\\User', 8), (10, 'App\\Models\\User', 9), (10, 'App\\Models\\User', 10), (10, 'App\\Models\\User', 11), (10, 'App\\Models\\User', 12), (10, 'App\\Models\\User', 61), (10, 'App\\Models\\User', 62), (10, 'App\\Models\\User', 63), (10, 'App\\Models\\User', 64), (10, 'App\\Models\\User', 65), (10, 'App\\Models\\User', 66), (10, 'App\\Models\\User', 67), (10, 'App\\Models\\User', 68), (10, 'App\\Models\\User', 69), (10, 'App\\Models\\User', 70), (10, 'App\\Models\\User', 71), (10, 'App\\Models\\User', 72), (10, 'App\\Models\\User', 73), (10, 'App\\Models\\User', 74), (10, 'App\\Models\\User', 75), (10, 'App\\Models\\User', 76), (10, 'App\\Models\\User', 77), (10, 'App\\Models\\User', 78), (10, 'App\\Models\\User', 79), (10, 'App\\Models\\User', 80), (10, 'App\\Models\\User', 81), (10, 'App\\Models\\User', 82), (10, 'App\\Models\\User', 83), (10, 'App\\Models\\User', 84), (10, 'App\\Models\\User', 85), (10, 'App\\Models\\User', 86), (11, 'App\\Models\\User', 1), (11, 'App\\Models\\User', 5), (11, 'App\\Models\\User', 6), (11, 'App\\Models\\User', 7), (11, 'App\\Models\\User', 8), (11, 'App\\Models\\User', 9), (11, 'App\\Models\\User', 10), (11, 'App\\Models\\User', 11), (11, 'App\\Models\\User', 12), (11, 'App\\Models\\User', 61), (11, 'App\\Models\\User', 62), (11, 'App\\Models\\User', 63), (11, 'App\\Models\\User', 64), (11, 'App\\Models\\User', 65), (11, 'App\\Models\\User', 66), (11, 'App\\Models\\User', 67), (11, 'App\\Models\\User', 68), (11, 'App\\Models\\User', 69), (11, 'App\\Models\\User', 70), (11, 'App\\Models\\User', 71), (11, 'App\\Models\\User', 72), (11, 'App\\Models\\User', 73), (11, 'App\\Models\\User', 74), (11, 'App\\Models\\User', 75), (11, 'App\\Models\\User', 76), (11, 'App\\Models\\User', 77), (11, 'App\\Models\\User', 78), (11, 'App\\Models\\User', 79), (11, 'App\\Models\\User', 80), (11, 'App\\Models\\User', 81), (11, 'App\\Models\\User', 82), (11, 'App\\Models\\User', 83), (11, 'App\\Models\\User', 84), (11, 'App\\Models\\User', 85), (11, 'App\\Models\\User', 86), (12, 'App\\Models\\User', 1), (13, 'App\\Models\\User', 1), (14, 'App\\Models\\User', 1), (15, 'App\\Models\\User', 1), (16, 'App\\Models\\User', 1), (17, 'App\\Models\\User', 1), (17, 'App\\Models\\User', 5), (17, 'App\\Models\\User', 6), (17, 'App\\Models\\User', 7), (17, 'App\\Models\\User', 8), (17, 'App\\Models\\User', 9), (17, 'App\\Models\\User', 10), (17, 'App\\Models\\User', 11), (17, 'App\\Models\\User', 12), (17, 'App\\Models\\User', 61), (17, 'App\\Models\\User', 62), (17, 'App\\Models\\User', 63), (17, 'App\\Models\\User', 64), (17, 'App\\Models\\User', 65), (17, 'App\\Models\\User', 66), (17, 'App\\Models\\User', 67), (17, 'App\\Models\\User', 68), (17, 'App\\Models\\User', 69), (17, 'App\\Models\\User', 70), (17, 'App\\Models\\User', 71), (17, 'App\\Models\\User', 72), (17, 'App\\Models\\User', 73), (17, 'App\\Models\\User', 74), (17, 'App\\Models\\User', 75), (17, 'App\\Models\\User', 76), (17, 'App\\Models\\User', 77), (17, 'App\\Models\\User', 78), (17, 'App\\Models\\User', 79), (17, 'App\\Models\\User', 80), (17, 'App\\Models\\User', 81), (17, 'App\\Models\\User', 82), (17, 'App\\Models\\User', 83), (17, 'App\\Models\\User', 84), (17, 'App\\Models\\User', 85), (17, 'App\\Models\\User', 86), (18, 'App\\Models\\User', 1), (18, 'App\\Models\\User', 5), (18, 'App\\Models\\User', 6), (18, 'App\\Models\\User', 7), (18, 'App\\Models\\User', 8), (18, 'App\\Models\\User', 9), (18, 'App\\Models\\User', 10), (18, 'App\\Models\\User', 11), (18, 'App\\Models\\User', 12), (18, 'App\\Models\\User', 61), (18, 'App\\Models\\User', 62), (18, 'App\\Models\\User', 63), (18, 'App\\Models\\User', 64), (18, 'App\\Models\\User', 65), (18, 'App\\Models\\User', 66), (18, 'App\\Models\\User', 67), (18, 'App\\Models\\User', 68), (18, 'App\\Models\\User', 69), (18, 'App\\Models\\User', 70), (18, 'App\\Models\\User', 71), (18, 'App\\Models\\User', 72), (18, 'App\\Models\\User', 73), (18, 'App\\Models\\User', 74), (18, 'App\\Models\\User', 75), (18, 'App\\Models\\User', 76), (18, 'App\\Models\\User', 77), (18, 'App\\Models\\User', 78), (18, 'App\\Models\\User', 79), (18, 'App\\Models\\User', 80), (18, 'App\\Models\\User', 81), (18, 'App\\Models\\User', 82), (18, 'App\\Models\\User', 83), (18, 'App\\Models\\User', 84), (18, 'App\\Models\\User', 85), (18, 'App\\Models\\User', 86), (19, 'App\\Models\\User', 1), (19, 'App\\Models\\User', 5), (19, 'App\\Models\\User', 6), (19, 'App\\Models\\User', 7), (19, 'App\\Models\\User', 8), (19, 'App\\Models\\User', 9), (19, 'App\\Models\\User', 10), (19, 'App\\Models\\User', 11), (19, 'App\\Models\\User', 12), (19, 'App\\Models\\User', 61), (19, 'App\\Models\\User', 62), (19, 'App\\Models\\User', 63), (19, 'App\\Models\\User', 64), (19, 'App\\Models\\User', 65), (19, 'App\\Models\\User', 66), (19, 'App\\Models\\User', 67), (19, 'App\\Models\\User', 68), (19, 'App\\Models\\User', 69), (19, 'App\\Models\\User', 70), (19, 'App\\Models\\User', 71), (19, 'App\\Models\\User', 72), (19, 'App\\Models\\User', 73), (19, 'App\\Models\\User', 74), (19, 'App\\Models\\User', 75), (19, 'App\\Models\\User', 76), (19, 'App\\Models\\User', 77), (19, 'App\\Models\\User', 78), (19, 'App\\Models\\User', 79), (19, 'App\\Models\\User', 80), (19, 'App\\Models\\User', 81), (19, 'App\\Models\\User', 82), (19, 'App\\Models\\User', 83), (19, 'App\\Models\\User', 84), (19, 'App\\Models\\User', 85), (19, 'App\\Models\\User', 86), (20, 'App\\Models\\User', 1), (20, 'App\\Models\\User', 5), (20, 'App\\Models\\User', 6), (20, 'App\\Models\\User', 7), (20, 'App\\Models\\User', 8), (20, 'App\\Models\\User', 9), (20, 'App\\Models\\User', 10), (20, 'App\\Models\\User', 11), (20, 'App\\Models\\User', 12), (20, 'App\\Models\\User', 61), (20, 'App\\Models\\User', 62), (20, 'App\\Models\\User', 63), (20, 'App\\Models\\User', 64), (20, 'App\\Models\\User', 65), (20, 'App\\Models\\User', 66), (20, 'App\\Models\\User', 67), (20, 'App\\Models\\User', 68), (20, 'App\\Models\\User', 69), (20, 'App\\Models\\User', 70), (20, 'App\\Models\\User', 71), (20, 'App\\Models\\User', 72), (20, 'App\\Models\\User', 73), (20, 'App\\Models\\User', 74), (20, 'App\\Models\\User', 75), (20, 'App\\Models\\User', 76), (20, 'App\\Models\\User', 77), (20, 'App\\Models\\User', 78), (20, 'App\\Models\\User', 79), (20, 'App\\Models\\User', 80), (20, 'App\\Models\\User', 81), (20, 'App\\Models\\User', 82), (20, 'App\\Models\\User', 83), (20, 'App\\Models\\User', 84), (20, 'App\\Models\\User', 85), (20, 'App\\Models\\User', 86), (21, 'App\\Models\\User', 1), (21, 'App\\Models\\User', 5), (21, 'App\\Models\\User', 6), (21, 'App\\Models\\User', 7), (21, 'App\\Models\\User', 8), (21, 'App\\Models\\User', 9), (21, 'App\\Models\\User', 10), (21, 'App\\Models\\User', 11), (21, 'App\\Models\\User', 12), (21, 'App\\Models\\User', 61), (21, 'App\\Models\\User', 62), (21, 'App\\Models\\User', 63), (21, 'App\\Models\\User', 64), (21, 'App\\Models\\User', 65), (21, 'App\\Models\\User', 66), (21, 'App\\Models\\User', 67), (21, 'App\\Models\\User', 68), (21, 'App\\Models\\User', 69), (21, 'App\\Models\\User', 70), (21, 'App\\Models\\User', 71), (21, 'App\\Models\\User', 72), (21, 'App\\Models\\User', 73), (21, 'App\\Models\\User', 74), (21, 'App\\Models\\User', 75), (21, 'App\\Models\\User', 76), (21, 'App\\Models\\User', 77), (21, 'App\\Models\\User', 78), (21, 'App\\Models\\User', 79), (21, 'App\\Models\\User', 80), (21, 'App\\Models\\User', 81), (21, 'App\\Models\\User', 82), (21, 'App\\Models\\User', 83), (21, 'App\\Models\\User', 84), (21, 'App\\Models\\User', 85), (21, 'App\\Models\\User', 86), (22, 'App\\Models\\User', 1), (22, 'App\\Models\\User', 5), (22, 'App\\Models\\User', 6), (22, 'App\\Models\\User', 7), (22, 'App\\Models\\User', 8), (22, 'App\\Models\\User', 9), (22, 'App\\Models\\User', 10), (22, 'App\\Models\\User', 11), (22, 'App\\Models\\User', 12), (22, 'App\\Models\\User', 61), (22, 'App\\Models\\User', 62), (22, 'App\\Models\\User', 63), (22, 'App\\Models\\User', 64), (22, 'App\\Models\\User', 65), (22, 'App\\Models\\User', 66), (22, 'App\\Models\\User', 67), (22, 'App\\Models\\User', 68), (22, 'App\\Models\\User', 69), (22, 'App\\Models\\User', 70), (22, 'App\\Models\\User', 71), (22, 'App\\Models\\User', 72), (22, 'App\\Models\\User', 73), (22, 'App\\Models\\User', 74), (22, 'App\\Models\\User', 75), (22, 'App\\Models\\User', 76), (22, 'App\\Models\\User', 77), (22, 'App\\Models\\User', 78), (22, 'App\\Models\\User', 79), (22, 'App\\Models\\User', 80), (22, 'App\\Models\\User', 81), (22, 'App\\Models\\User', 82), (22, 'App\\Models\\User', 83), (22, 'App\\Models\\User', 84), (22, 'App\\Models\\User', 85), (22, 'App\\Models\\User', 86), (23, 'App\\Models\\User', 1), (23, 'App\\Models\\User', 5), (23, 'App\\Models\\User', 6), (23, 'App\\Models\\User', 7), (23, 'App\\Models\\User', 8), (23, 'App\\Models\\User', 9), (23, 'App\\Models\\User', 10), (23, 'App\\Models\\User', 11), (23, 'App\\Models\\User', 12), (23, 'App\\Models\\User', 61), (23, 'App\\Models\\User', 62), (23, 'App\\Models\\User', 63), (23, 'App\\Models\\User', 64), (23, 'App\\Models\\User', 65), (23, 'App\\Models\\User', 66), (23, 'App\\Models\\User', 67), (23, 'App\\Models\\User', 68), (23, 'App\\Models\\User', 69), (23, 'App\\Models\\User', 70), (23, 'App\\Models\\User', 71), (23, 'App\\Models\\User', 72), (23, 'App\\Models\\User', 73), (23, 'App\\Models\\User', 74), (23, 'App\\Models\\User', 75), (23, 'App\\Models\\User', 76), (23, 'App\\Models\\User', 77), (23, 'App\\Models\\User', 78), (23, 'App\\Models\\User', 79), (23, 'App\\Models\\User', 80), (23, 'App\\Models\\User', 81), (23, 'App\\Models\\User', 82), (23, 'App\\Models\\User', 83), (23, 'App\\Models\\User', 84), (23, 'App\\Models\\User', 85), (23, 'App\\Models\\User', 86), (24, 'App\\Models\\User', 1), (24, 'App\\Models\\User', 5), (24, 'App\\Models\\User', 6), (24, 'App\\Models\\User', 7), (24, 'App\\Models\\User', 8), (24, 'App\\Models\\User', 9), (24, 'App\\Models\\User', 10), (24, 'App\\Models\\User', 11), (24, 'App\\Models\\User', 12), (24, 'App\\Models\\User', 61), (24, 'App\\Models\\User', 62), (24, 'App\\Models\\User', 63), (24, 'App\\Models\\User', 64), (24, 'App\\Models\\User', 65), (24, 'App\\Models\\User', 66), (24, 'App\\Models\\User', 67), (24, 'App\\Models\\User', 68), (24, 'App\\Models\\User', 69), (24, 'App\\Models\\User', 70), (24, 'App\\Models\\User', 71), (24, 'App\\Models\\User', 72), (24, 'App\\Models\\User', 73), (24, 'App\\Models\\User', 74), (24, 'App\\Models\\User', 75), (24, 'App\\Models\\User', 76), (24, 'App\\Models\\User', 77), (24, 'App\\Models\\User', 78), (24, 'App\\Models\\User', 79), (24, 'App\\Models\\User', 80), (24, 'App\\Models\\User', 81), (24, 'App\\Models\\User', 82), (24, 'App\\Models\\User', 83), (24, 'App\\Models\\User', 84), (24, 'App\\Models\\User', 85), (24, 'App\\Models\\User', 86), (25, 'App\\Models\\User', 5), (25, 'App\\Models\\User', 6), (25, 'App\\Models\\User', 7), (25, 'App\\Models\\User', 8), (25, 'App\\Models\\User', 9), (25, 'App\\Models\\User', 10), (25, 'App\\Models\\User', 11), (25, 'App\\Models\\User', 12), (25, 'App\\Models\\User', 61), (25, 'App\\Models\\User', 62), (25, 'App\\Models\\User', 63), (25, 'App\\Models\\User', 64), (25, 'App\\Models\\User', 65), (25, 'App\\Models\\User', 66), (25, 'App\\Models\\User', 67), (25, 'App\\Models\\User', 68), (25, 'App\\Models\\User', 69), (25, 'App\\Models\\User', 70), (25, 'App\\Models\\User', 71), (25, 'App\\Models\\User', 72), (25, 'App\\Models\\User', 73), (25, 'App\\Models\\User', 74), (25, 'App\\Models\\User', 75), (25, 'App\\Models\\User', 76), (25, 'App\\Models\\User', 77), (25, 'App\\Models\\User', 78), (25, 'App\\Models\\User', 79), (25, 'App\\Models\\User', 80), (25, 'App\\Models\\User', 81), (25, 'App\\Models\\User', 82), (25, 'App\\Models\\User', 83), (25, 'App\\Models\\User', 84), (25, 'App\\Models\\User', 85), (25, 'App\\Models\\User', 86), (26, 'App\\Models\\User', 5), (26, 'App\\Models\\User', 6), (26, 'App\\Models\\User', 7), (26, 'App\\Models\\User', 8), (26, 'App\\Models\\User', 9), (26, 'App\\Models\\User', 10), (26, 'App\\Models\\User', 11), (26, 'App\\Models\\User', 12), (26, 'App\\Models\\User', 61), (26, 'App\\Models\\User', 62), (26, 'App\\Models\\User', 63), (26, 'App\\Models\\User', 64), (26, 'App\\Models\\User', 65), (26, 'App\\Models\\User', 66), (26, 'App\\Models\\User', 67), (26, 'App\\Models\\User', 68), (26, 'App\\Models\\User', 69), (26, 'App\\Models\\User', 70), (26, 'App\\Models\\User', 71), (26, 'App\\Models\\User', 72), (26, 'App\\Models\\User', 73), (26, 'App\\Models\\User', 74), (26, 'App\\Models\\User', 75), (26, 'App\\Models\\User', 76), (26, 'App\\Models\\User', 77), (26, 'App\\Models\\User', 78), (26, 'App\\Models\\User', 79), (26, 'App\\Models\\User', 80), (26, 'App\\Models\\User', 81), (26, 'App\\Models\\User', 82), (26, 'App\\Models\\User', 83), (26, 'App\\Models\\User', 84), (26, 'App\\Models\\User', 85), (26, 'App\\Models\\User', 86), (27, 'App\\Models\\User', 1), (27, 'App\\Models\\User', 5), (27, 'App\\Models\\User', 6), (27, 'App\\Models\\User', 7), (27, 'App\\Models\\User', 8), (27, 'App\\Models\\User', 9), (27, 'App\\Models\\User', 10), (27, 'App\\Models\\User', 11), (27, 'App\\Models\\User', 12), (27, 'App\\Models\\User', 61), (27, 'App\\Models\\User', 62), (27, 'App\\Models\\User', 63), (27, 'App\\Models\\User', 64), (27, 'App\\Models\\User', 65), (27, 'App\\Models\\User', 66), (27, 'App\\Models\\User', 67), (27, 'App\\Models\\User', 68), (27, 'App\\Models\\User', 69), (27, 'App\\Models\\User', 70), (27, 'App\\Models\\User', 71), (27, 'App\\Models\\User', 72), (27, 'App\\Models\\User', 73), (27, 'App\\Models\\User', 74), (27, 'App\\Models\\User', 75), (27, 'App\\Models\\User', 76), (27, 'App\\Models\\User', 77), (27, 'App\\Models\\User', 78), (27, 'App\\Models\\User', 79), (27, 'App\\Models\\User', 80), (27, 'App\\Models\\User', 81), (27, 'App\\Models\\User', 82), (27, 'App\\Models\\User', 83), (27, 'App\\Models\\User', 84), (27, 'App\\Models\\User', 85), (27, 'App\\Models\\User', 86), (28, 'App\\Models\\User', 1), (29, 'App\\Models\\User', 1), (29, 'App\\Models\\User', 5), (29, 'App\\Models\\User', 6), (29, 'App\\Models\\User', 7), (29, 'App\\Models\\User', 8), (29, 'App\\Models\\User', 9), (29, 'App\\Models\\User', 10), (29, 'App\\Models\\User', 11), (29, 'App\\Models\\User', 12), (29, 'App\\Models\\User', 61), (29, 'App\\Models\\User', 62), (29, 'App\\Models\\User', 63), (29, 'App\\Models\\User', 64), (29, 'App\\Models\\User', 65), (29, 'App\\Models\\User', 66), (29, 'App\\Models\\User', 67), (29, 'App\\Models\\User', 68), (29, 'App\\Models\\User', 69), (29, 'App\\Models\\User', 70), (29, 'App\\Models\\User', 71), (29, 'App\\Models\\User', 72), (29, 'App\\Models\\User', 73), (29, 'App\\Models\\User', 74), (29, 'App\\Models\\User', 75), (29, 'App\\Models\\User', 76), (29, 'App\\Models\\User', 77), (29, 'App\\Models\\User', 78), (29, 'App\\Models\\User', 79), (29, 'App\\Models\\User', 80), (29, 'App\\Models\\User', 81), (29, 'App\\Models\\User', 82), (29, 'App\\Models\\User', 83), (29, 'App\\Models\\User', 84), (29, 'App\\Models\\User', 85), (29, 'App\\Models\\User', 86), (30, 'App\\Models\\User', 1), (31, 'App\\Models\\User', 1), (32, 'App\\Models\\User', 1), (33, 'App\\Models\\User', 5), (33, 'App\\Models\\User', 6), (33, 'App\\Models\\User', 7), (33, 'App\\Models\\User', 8), (33, 'App\\Models\\User', 9), (33, 'App\\Models\\User', 10), (33, 'App\\Models\\User', 11), (33, 'App\\Models\\User', 12), (33, 'App\\Models\\User', 61), (33, 'App\\Models\\User', 62), (33, 'App\\Models\\User', 63), (33, 'App\\Models\\User', 64), (33, 'App\\Models\\User', 65), (33, 'App\\Models\\User', 66), (33, 'App\\Models\\User', 67), (33, 'App\\Models\\User', 68), (33, 'App\\Models\\User', 69), (33, 'App\\Models\\User', 70), (33, 'App\\Models\\User', 71), (33, 'App\\Models\\User', 72), (33, 'App\\Models\\User', 73), (33, 'App\\Models\\User', 74), (33, 'App\\Models\\User', 75), (33, 'App\\Models\\User', 76), (33, 'App\\Models\\User', 77), (33, 'App\\Models\\User', 78), (33, 'App\\Models\\User', 79), (33, 'App\\Models\\User', 80), (33, 'App\\Models\\User', 81), (33, 'App\\Models\\User', 82), (33, 'App\\Models\\User', 83), (33, 'App\\Models\\User', 84), (33, 'App\\Models\\User', 85), (33, 'App\\Models\\User', 86), (34, 'App\\Models\\User', 5), (34, 'App\\Models\\User', 6), (34, 'App\\Models\\User', 7), (34, 'App\\Models\\User', 8), (34, 'App\\Models\\User', 9), (34, 'App\\Models\\User', 10), (34, 'App\\Models\\User', 11), (34, 'App\\Models\\User', 12), (34, 'App\\Models\\User', 61), (34, 'App\\Models\\User', 62), (34, 'App\\Models\\User', 63), (34, 'App\\Models\\User', 64), (34, 'App\\Models\\User', 65), (34, 'App\\Models\\User', 66), (34, 'App\\Models\\User', 67), (34, 'App\\Models\\User', 68), (34, 'App\\Models\\User', 69), (34, 'App\\Models\\User', 70), (34, 'App\\Models\\User', 71), (34, 'App\\Models\\User', 72), (34, 'App\\Models\\User', 73), (34, 'App\\Models\\User', 74), (34, 'App\\Models\\User', 75), (34, 'App\\Models\\User', 76), (34, 'App\\Models\\User', 77), (34, 'App\\Models\\User', 78), (34, 'App\\Models\\User', 79), (34, 'App\\Models\\User', 80), (34, 'App\\Models\\User', 81), (34, 'App\\Models\\User', 82), (34, 'App\\Models\\User', 83), (34, 'App\\Models\\User', 84), (34, 'App\\Models\\User', 85), (34, 'App\\Models\\User', 86), (35, 'App\\Models\\User', 1), (36, 'App\\Models\\User', 1), (37, 'App\\Models\\User', 1), (38, 'App\\Models\\User', 1), (39, 'App\\Models\\User', 1), (40, 'App\\Models\\User', 1), (41, 'App\\Models\\User', 1), (42, 'App\\Models\\User', 1), (43, 'App\\Models\\User', 1), (44, 'App\\Models\\User', 1), (45, 'App\\Models\\User', 5), (45, 'App\\Models\\User', 6), (45, 'App\\Models\\User', 7), (45, 'App\\Models\\User', 8), (45, 'App\\Models\\User', 9), (45, 'App\\Models\\User', 10), (45, 'App\\Models\\User', 11), (45, 'App\\Models\\User', 12), (45, 'App\\Models\\User', 61), (45, 'App\\Models\\User', 62), (45, 'App\\Models\\User', 63), (45, 'App\\Models\\User', 64), (45, 'App\\Models\\User', 65), (45, 'App\\Models\\User', 66), (45, 'App\\Models\\User', 67), (45, 'App\\Models\\User', 68), (45, 'App\\Models\\User', 69), (45, 'App\\Models\\User', 70), (45, 'App\\Models\\User', 71), (45, 'App\\Models\\User', 72), (45, 'App\\Models\\User', 73), (45, 'App\\Models\\User', 74), (45, 'App\\Models\\User', 75), (45, 'App\\Models\\User', 76), (45, 'App\\Models\\User', 77), (45, 'App\\Models\\User', 78), (45, 'App\\Models\\User', 79), (45, 'App\\Models\\User', 80), (45, 'App\\Models\\User', 81), (45, 'App\\Models\\User', 82), (45, 'App\\Models\\User', 83), (45, 'App\\Models\\User', 84), (45, 'App\\Models\\User', 85), (45, 'App\\Models\\User', 86), (46, 'App\\Models\\User', 5), (46, 'App\\Models\\User', 6), (46, 'App\\Models\\User', 7), (46, 'App\\Models\\User', 8), (46, 'App\\Models\\User', 9), (46, 'App\\Models\\User', 10), (46, 'App\\Models\\User', 11), (46, 'App\\Models\\User', 12), (46, 'App\\Models\\User', 61), (46, 'App\\Models\\User', 62), (46, 'App\\Models\\User', 63), (46, 'App\\Models\\User', 64), (46, 'App\\Models\\User', 65), (46, 'App\\Models\\User', 66), (46, 'App\\Models\\User', 67), (46, 'App\\Models\\User', 68), (46, 'App\\Models\\User', 69), (46, 'App\\Models\\User', 70), (46, 'App\\Models\\User', 71), (46, 'App\\Models\\User', 72), (46, 'App\\Models\\User', 73), (46, 'App\\Models\\User', 74), (46, 'App\\Models\\User', 75), (46, 'App\\Models\\User', 76), (46, 'App\\Models\\User', 77), (46, 'App\\Models\\User', 78), (46, 'App\\Models\\User', 79), (46, 'App\\Models\\User', 80), (46, 'App\\Models\\User', 81), (46, 'App\\Models\\User', 82), (46, 'App\\Models\\User', 83), (46, 'App\\Models\\User', 84), (46, 'App\\Models\\User', 85), (46, 'App\\Models\\User', 86), (47, 'App\\Models\\User', 1), (47, 'App\\Models\\User', 5), (47, 'App\\Models\\User', 6), (47, 'App\\Models\\User', 7), (47, 'App\\Models\\User', 8), (47, 'App\\Models\\User', 9), (47, 'App\\Models\\User', 10), (47, 'App\\Models\\User', 11), (47, 'App\\Models\\User', 12), (47, 'App\\Models\\User', 61), (47, 'App\\Models\\User', 62), (47, 'App\\Models\\User', 63), (47, 'App\\Models\\User', 64), (47, 'App\\Models\\User', 65), (47, 'App\\Models\\User', 66), (47, 'App\\Models\\User', 67), (47, 'App\\Models\\User', 68), (47, 'App\\Models\\User', 69), (47, 'App\\Models\\User', 70), (47, 'App\\Models\\User', 71), (47, 'App\\Models\\User', 72), (47, 'App\\Models\\User', 73), (47, 'App\\Models\\User', 74), (47, 'App\\Models\\User', 75), (47, 'App\\Models\\User', 76), (47, 'App\\Models\\User', 77), (47, 'App\\Models\\User', 78), (47, 'App\\Models\\User', 79), (47, 'App\\Models\\User', 80), (47, 'App\\Models\\User', 81), (47, 'App\\Models\\User', 82), (47, 'App\\Models\\User', 83), (47, 'App\\Models\\User', 84), (47, 'App\\Models\\User', 85), (47, 'App\\Models\\User', 86), (48, 'App\\Models\\User', 5), (48, 'App\\Models\\User', 6), (48, 'App\\Models\\User', 7), (48, 'App\\Models\\User', 8), (48, 'App\\Models\\User', 9), (48, 'App\\Models\\User', 10), (48, 'App\\Models\\User', 11), (48, 'App\\Models\\User', 12), (48, 'App\\Models\\User', 61), (48, 'App\\Models\\User', 62), (48, 'App\\Models\\User', 63), (48, 'App\\Models\\User', 64), (48, 'App\\Models\\User', 65), (48, 'App\\Models\\User', 66), (48, 'App\\Models\\User', 67), (48, 'App\\Models\\User', 68), (48, 'App\\Models\\User', 69), (48, 'App\\Models\\User', 70), (48, 'App\\Models\\User', 71), (48, 'App\\Models\\User', 72), (48, 'App\\Models\\User', 73), (48, 'App\\Models\\User', 74), (48, 'App\\Models\\User', 75), (48, 'App\\Models\\User', 76), (48, 'App\\Models\\User', 77), (48, 'App\\Models\\User', 78), (48, 'App\\Models\\User', 79), (48, 'App\\Models\\User', 80), (48, 'App\\Models\\User', 81), (48, 'App\\Models\\User', 82), (48, 'App\\Models\\User', 83), (48, 'App\\Models\\User', 84), (48, 'App\\Models\\User', 85), (48, 'App\\Models\\User', 86), (49, 'App\\Models\\User', 5), (49, 'App\\Models\\User', 6), (49, 'App\\Models\\User', 7), (49, 'App\\Models\\User', 8), (49, 'App\\Models\\User', 9), (49, 'App\\Models\\User', 10), (49, 'App\\Models\\User', 11), (49, 'App\\Models\\User', 12), (49, 'App\\Models\\User', 61), (49, 'App\\Models\\User', 62), (49, 'App\\Models\\User', 63), (49, 'App\\Models\\User', 64), (49, 'App\\Models\\User', 65), (49, 'App\\Models\\User', 66), (49, 'App\\Models\\User', 67), (49, 'App\\Models\\User', 68), (49, 'App\\Models\\User', 69), (49, 'App\\Models\\User', 70), (49, 'App\\Models\\User', 71), (49, 'App\\Models\\User', 72), (49, 'App\\Models\\User', 73), (49, 'App\\Models\\User', 74), (49, 'App\\Models\\User', 75), (49, 'App\\Models\\User', 76), (49, 'App\\Models\\User', 77), (49, 'App\\Models\\User', 78), (49, 'App\\Models\\User', 79), (49, 'App\\Models\\User', 80), (49, 'App\\Models\\User', 81), (49, 'App\\Models\\User', 82), (49, 'App\\Models\\User', 83), (49, 'App\\Models\\User', 84), (49, 'App\\Models\\User', 85), (49, 'App\\Models\\User', 86), (50, 'App\\Models\\User', 1), (50, 'App\\Models\\User', 5), (50, 'App\\Models\\User', 6), (50, 'App\\Models\\User', 7), (50, 'App\\Models\\User', 8), (50, 'App\\Models\\User', 9), (50, 'App\\Models\\User', 10), (50, 'App\\Models\\User', 11), (50, 'App\\Models\\User', 12), (50, 'App\\Models\\User', 61), (50, 'App\\Models\\User', 62), (50, 'App\\Models\\User', 63), (50, 'App\\Models\\User', 64), (50, 'App\\Models\\User', 65), (50, 'App\\Models\\User', 66), (50, 'App\\Models\\User', 67), (50, 'App\\Models\\User', 68), (50, 'App\\Models\\User', 69), (50, 'App\\Models\\User', 70), (50, 'App\\Models\\User', 71), (50, 'App\\Models\\User', 72), (50, 'App\\Models\\User', 73), (50, 'App\\Models\\User', 74), (50, 'App\\Models\\User', 75), (50, 'App\\Models\\User', 76), (50, 'App\\Models\\User', 77), (50, 'App\\Models\\User', 78), (50, 'App\\Models\\User', 79), (50, 'App\\Models\\User', 80), (50, 'App\\Models\\User', 81), (50, 'App\\Models\\User', 82), (50, 'App\\Models\\User', 83), (50, 'App\\Models\\User', 84), (50, 'App\\Models\\User', 85), (50, 'App\\Models\\User', 86), (51, 'App\\Models\\User', 1), (51, 'App\\Models\\User', 5), (51, 'App\\Models\\User', 6), (51, 'App\\Models\\User', 7), (51, 'App\\Models\\User', 8), (51, 'App\\Models\\User', 9), (51, 'App\\Models\\User', 10), (51, 'App\\Models\\User', 11), (51, 'App\\Models\\User', 12), (51, 'App\\Models\\User', 61), (51, 'App\\Models\\User', 62), (51, 'App\\Models\\User', 63), (51, 'App\\Models\\User', 64), (51, 'App\\Models\\User', 65), (51, 'App\\Models\\User', 66), (51, 'App\\Models\\User', 67), (51, 'App\\Models\\User', 68), (51, 'App\\Models\\User', 69), (51, 'App\\Models\\User', 70), (51, 'App\\Models\\User', 71), (51, 'App\\Models\\User', 72), (51, 'App\\Models\\User', 73), (51, 'App\\Models\\User', 74), (51, 'App\\Models\\User', 75), (51, 'App\\Models\\User', 76), (51, 'App\\Models\\User', 77), (51, 'App\\Models\\User', 78), (51, 'App\\Models\\User', 79), (51, 'App\\Models\\User', 80), (51, 'App\\Models\\User', 81), (51, 'App\\Models\\User', 82), (51, 'App\\Models\\User', 83), (51, 'App\\Models\\User', 84), (51, 'App\\Models\\User', 85), (51, 'App\\Models\\User', 86), (52, 'App\\Models\\User', 1), (52, 'App\\Models\\User', 5), (52, 'App\\Models\\User', 6), (52, 'App\\Models\\User', 7), (52, 'App\\Models\\User', 8), (52, 'App\\Models\\User', 9), (52, 'App\\Models\\User', 10), (52, 'App\\Models\\User', 11), (52, 'App\\Models\\User', 12), (52, 'App\\Models\\User', 61), (52, 'App\\Models\\User', 62), (52, 'App\\Models\\User', 63), (52, 'App\\Models\\User', 64), (52, 'App\\Models\\User', 65), (52, 'App\\Models\\User', 66), (52, 'App\\Models\\User', 67), (52, 'App\\Models\\User', 68), (52, 'App\\Models\\User', 69), (52, 'App\\Models\\User', 70), (52, 'App\\Models\\User', 71), (52, 'App\\Models\\User', 72), (52, 'App\\Models\\User', 73), (52, 'App\\Models\\User', 74), (52, 'App\\Models\\User', 75), (52, 'App\\Models\\User', 76), (52, 'App\\Models\\User', 77), (52, 'App\\Models\\User', 78), (52, 'App\\Models\\User', 79), (52, 'App\\Models\\User', 80), (52, 'App\\Models\\User', 81), (52, 'App\\Models\\User', 82), (52, 'App\\Models\\User', 83), (52, 'App\\Models\\User', 84), (52, 'App\\Models\\User', 85), (52, 'App\\Models\\User', 86), (53, 'App\\Models\\User', 1), (53, 'App\\Models\\User', 5), (53, 'App\\Models\\User', 6), (53, 'App\\Models\\User', 7), (53, 'App\\Models\\User', 8), (53, 'App\\Models\\User', 9), (53, 'App\\Models\\User', 10), (53, 'App\\Models\\User', 11), (53, 'App\\Models\\User', 12), (53, 'App\\Models\\User', 61), (53, 'App\\Models\\User', 62), (53, 'App\\Models\\User', 63), (53, 'App\\Models\\User', 64), (53, 'App\\Models\\User', 65), (53, 'App\\Models\\User', 66), (53, 'App\\Models\\User', 67), (53, 'App\\Models\\User', 68), (53, 'App\\Models\\User', 69), (53, 'App\\Models\\User', 70), (53, 'App\\Models\\User', 71), (53, 'App\\Models\\User', 72), (53, 'App\\Models\\User', 73), (53, 'App\\Models\\User', 74), (53, 'App\\Models\\User', 75), (53, 'App\\Models\\User', 76), (53, 'App\\Models\\User', 77), (53, 'App\\Models\\User', 78), (53, 'App\\Models\\User', 79), (53, 'App\\Models\\User', 80), (53, 'App\\Models\\User', 81), (53, 'App\\Models\\User', 82), (53, 'App\\Models\\User', 83), (53, 'App\\Models\\User', 84), (53, 'App\\Models\\User', 85), (53, 'App\\Models\\User', 86), (54, 'App\\Models\\User', 1), (55, 'App\\Models\\User', 1), (56, 'App\\Models\\User', 1), (57, 'App\\Models\\User', 1), (58, 'App\\Models\\User', 1), (59, 'App\\Models\\User', 1), (60, 'App\\Models\\User', 1), (61, 'App\\Models\\User', 1), (61, 'App\\Models\\User', 5), (61, 'App\\Models\\User', 6), (61, 'App\\Models\\User', 7), (61, 'App\\Models\\User', 8), (61, 'App\\Models\\User', 9), (61, 'App\\Models\\User', 10), (61, 'App\\Models\\User', 11), (61, 'App\\Models\\User', 12), (61, 'App\\Models\\User', 61), (61, 'App\\Models\\User', 62), (61, 'App\\Models\\User', 63), (61, 'App\\Models\\User', 64), (61, 'App\\Models\\User', 65), (61, 'App\\Models\\User', 66), (61, 'App\\Models\\User', 67), (61, 'App\\Models\\User', 68), (61, 'App\\Models\\User', 69), (61, 'App\\Models\\User', 70), (61, 'App\\Models\\User', 71), (61, 'App\\Models\\User', 72), (61, 'App\\Models\\User', 73), (61, 'App\\Models\\User', 74), (61, 'App\\Models\\User', 75), (61, 'App\\Models\\User', 76), (61, 'App\\Models\\User', 77), (61, 'App\\Models\\User', 78), (61, 'App\\Models\\User', 79), (61, 'App\\Models\\User', 80), (61, 'App\\Models\\User', 81), (61, 'App\\Models\\User', 82), (61, 'App\\Models\\User', 83), (61, 'App\\Models\\User', 84), (61, 'App\\Models\\User', 85), (61, 'App\\Models\\User', 86), (62, 'App\\Models\\User', 1), (62, 'App\\Models\\User', 5), (62, 'App\\Models\\User', 6), (62, 'App\\Models\\User', 7), (62, 'App\\Models\\User', 8), (62, 'App\\Models\\User', 9), (62, 'App\\Models\\User', 10), (62, 'App\\Models\\User', 11), (62, 'App\\Models\\User', 12), (62, 'App\\Models\\User', 61), (62, 'App\\Models\\User', 62), (62, 'App\\Models\\User', 63), (62, 'App\\Models\\User', 64), (62, 'App\\Models\\User', 65), (62, 'App\\Models\\User', 66), (62, 'App\\Models\\User', 67), (62, 'App\\Models\\User', 68), (62, 'App\\Models\\User', 69), (62, 'App\\Models\\User', 70), (62, 'App\\Models\\User', 71), (62, 'App\\Models\\User', 72), (62, 'App\\Models\\User', 73), (62, 'App\\Models\\User', 74), (62, 'App\\Models\\User', 75), (62, 'App\\Models\\User', 76), (62, 'App\\Models\\User', 77), (62, 'App\\Models\\User', 78), (62, 'App\\Models\\User', 79), (62, 'App\\Models\\User', 80), (62, 'App\\Models\\User', 81), (62, 'App\\Models\\User', 82), (62, 'App\\Models\\User', 83), (62, 'App\\Models\\User', 84), (62, 'App\\Models\\User', 85), (62, 'App\\Models\\User', 86), (63, 'App\\Models\\User', 1), (63, 'App\\Models\\User', 5), (63, 'App\\Models\\User', 6), (63, 'App\\Models\\User', 7), (63, 'App\\Models\\User', 8), (63, 'App\\Models\\User', 9), (63, 'App\\Models\\User', 10), (63, 'App\\Models\\User', 11), (63, 'App\\Models\\User', 12), (63, 'App\\Models\\User', 61), (63, 'App\\Models\\User', 62), (63, 'App\\Models\\User', 63), (63, 'App\\Models\\User', 64), (63, 'App\\Models\\User', 65), (63, 'App\\Models\\User', 66), (63, 'App\\Models\\User', 67), (63, 'App\\Models\\User', 68), (63, 'App\\Models\\User', 69), (63, 'App\\Models\\User', 70), (63, 'App\\Models\\User', 71), (63, 'App\\Models\\User', 72), (63, 'App\\Models\\User', 73), (63, 'App\\Models\\User', 74), (63, 'App\\Models\\User', 75), (63, 'App\\Models\\User', 76), (63, 'App\\Models\\User', 77), (63, 'App\\Models\\User', 78), (63, 'App\\Models\\User', 79), (63, 'App\\Models\\User', 80), (63, 'App\\Models\\User', 81), (63, 'App\\Models\\User', 82), (63, 'App\\Models\\User', 83), (63, 'App\\Models\\User', 84), (63, 'App\\Models\\User', 85), (63, 'App\\Models\\User', 86), (64, 'App\\Models\\User', 5), (64, 'App\\Models\\User', 6), (64, 'App\\Models\\User', 7), (64, 'App\\Models\\User', 8), (64, 'App\\Models\\User', 9), (64, 'App\\Models\\User', 10), (64, 'App\\Models\\User', 11), (64, 'App\\Models\\User', 12), (64, 'App\\Models\\User', 61), (64, 'App\\Models\\User', 62), (64, 'App\\Models\\User', 63), (64, 'App\\Models\\User', 64), (64, 'App\\Models\\User', 65), (64, 'App\\Models\\User', 66), (64, 'App\\Models\\User', 67), (64, 'App\\Models\\User', 68), (64, 'App\\Models\\User', 69), (64, 'App\\Models\\User', 70), (64, 'App\\Models\\User', 71), (64, 'App\\Models\\User', 72), (64, 'App\\Models\\User', 73), (64, 'App\\Models\\User', 74), (64, 'App\\Models\\User', 75), (64, 'App\\Models\\User', 76), (64, 'App\\Models\\User', 77), (64, 'App\\Models\\User', 78), (64, 'App\\Models\\User', 79), (64, 'App\\Models\\User', 80), (64, 'App\\Models\\User', 81), (64, 'App\\Models\\User', 82), (64, 'App\\Models\\User', 83), (64, 'App\\Models\\User', 84), (64, 'App\\Models\\User', 85), (64, 'App\\Models\\User', 86), (65, 'App\\Models\\User', 1), (65, 'App\\Models\\User', 5), (65, 'App\\Models\\User', 6), (65, 'App\\Models\\User', 7), (65, 'App\\Models\\User', 8), (65, 'App\\Models\\User', 9), (65, 'App\\Models\\User', 10), (65, 'App\\Models\\User', 11), (65, 'App\\Models\\User', 12), (65, 'App\\Models\\User', 61), (65, 'App\\Models\\User', 62), (65, 'App\\Models\\User', 63), (65, 'App\\Models\\User', 64), (65, 'App\\Models\\User', 65), (65, 'App\\Models\\User', 66), (65, 'App\\Models\\User', 67), (65, 'App\\Models\\User', 68), (65, 'App\\Models\\User', 69), (65, 'App\\Models\\User', 70), (65, 'App\\Models\\User', 71), (65, 'App\\Models\\User', 72), (65, 'App\\Models\\User', 73), (65, 'App\\Models\\User', 74), (65, 'App\\Models\\User', 75), (65, 'App\\Models\\User', 76), (65, 'App\\Models\\User', 77), (65, 'App\\Models\\User', 78), (65, 'App\\Models\\User', 79), (65, 'App\\Models\\User', 80), (65, 'App\\Models\\User', 81), (65, 'App\\Models\\User', 82), (65, 'App\\Models\\User', 83), (65, 'App\\Models\\User', 84), (65, 'App\\Models\\User', 85), (65, 'App\\Models\\User', 86), (66, 'App\\Models\\User', 1), (66, 'App\\Models\\User', 5), (66, 'App\\Models\\User', 6), (66, 'App\\Models\\User', 7), (66, 'App\\Models\\User', 8), (66, 'App\\Models\\User', 9), (66, 'App\\Models\\User', 10), (66, 'App\\Models\\User', 11), (66, 'App\\Models\\User', 12), (66, 'App\\Models\\User', 61), (66, 'App\\Models\\User', 62), (66, 'App\\Models\\User', 63), (66, 'App\\Models\\User', 64), (66, 'App\\Models\\User', 65), (66, 'App\\Models\\User', 66), (66, 'App\\Models\\User', 67), (66, 'App\\Models\\User', 68), (66, 'App\\Models\\User', 69), (66, 'App\\Models\\User', 70), (66, 'App\\Models\\User', 71), (66, 'App\\Models\\User', 72), (66, 'App\\Models\\User', 73), (66, 'App\\Models\\User', 74), (66, 'App\\Models\\User', 75), (66, 'App\\Models\\User', 76), (66, 'App\\Models\\User', 77), (66, 'App\\Models\\User', 78), (66, 'App\\Models\\User', 79), (66, 'App\\Models\\User', 80), (66, 'App\\Models\\User', 81), (66, 'App\\Models\\User', 82), (66, 'App\\Models\\User', 83), (66, 'App\\Models\\User', 84), (66, 'App\\Models\\User', 85), (66, 'App\\Models\\User', 86), (67, 'App\\Models\\User', 1), (67, 'App\\Models\\User', 5), (67, 'App\\Models\\User', 6), (67, 'App\\Models\\User', 7), (67, 'App\\Models\\User', 8), (67, 'App\\Models\\User', 9), (67, 'App\\Models\\User', 10), (67, 'App\\Models\\User', 11), (67, 'App\\Models\\User', 12), (67, 'App\\Models\\User', 61), (67, 'App\\Models\\User', 62), (67, 'App\\Models\\User', 63), (67, 'App\\Models\\User', 64), (67, 'App\\Models\\User', 65), (67, 'App\\Models\\User', 66), (67, 'App\\Models\\User', 67), (67, 'App\\Models\\User', 68), (67, 'App\\Models\\User', 69), (67, 'App\\Models\\User', 70), (67, 'App\\Models\\User', 71), (67, 'App\\Models\\User', 72), (67, 'App\\Models\\User', 73), (67, 'App\\Models\\User', 74), (67, 'App\\Models\\User', 75), (67, 'App\\Models\\User', 76), (67, 'App\\Models\\User', 77), (67, 'App\\Models\\User', 78), (67, 'App\\Models\\User', 79), (67, 'App\\Models\\User', 80), (67, 'App\\Models\\User', 81), (67, 'App\\Models\\User', 82), (67, 'App\\Models\\User', 83), (67, 'App\\Models\\User', 84), (67, 'App\\Models\\User', 85), (67, 'App\\Models\\User', 86), (68, 'App\\Models\\User', 1), (68, 'App\\Models\\User', 5), (68, 'App\\Models\\User', 6), (68, 'App\\Models\\User', 7), (68, 'App\\Models\\User', 8), (68, 'App\\Models\\User', 9), (68, 'App\\Models\\User', 10), (68, 'App\\Models\\User', 11), (68, 'App\\Models\\User', 12), (68, 'App\\Models\\User', 61), (68, 'App\\Models\\User', 62), (68, 'App\\Models\\User', 63), (68, 'App\\Models\\User', 64), (68, 'App\\Models\\User', 65), (68, 'App\\Models\\User', 66), (68, 'App\\Models\\User', 67), (68, 'App\\Models\\User', 68), (68, 'App\\Models\\User', 69), (68, 'App\\Models\\User', 70), (68, 'App\\Models\\User', 71), (68, 'App\\Models\\User', 72), (68, 'App\\Models\\User', 73), (68, 'App\\Models\\User', 74), (68, 'App\\Models\\User', 75), (68, 'App\\Models\\User', 76), (68, 'App\\Models\\User', 77), (68, 'App\\Models\\User', 78), (68, 'App\\Models\\User', 79), (68, 'App\\Models\\User', 80), (68, 'App\\Models\\User', 81), (68, 'App\\Models\\User', 82), (68, 'App\\Models\\User', 83), (68, 'App\\Models\\User', 84), (68, 'App\\Models\\User', 85), (68, 'App\\Models\\User', 86), (69, 'App\\Models\\User', 1), (69, 'App\\Models\\User', 5), (69, 'App\\Models\\User', 6), (69, 'App\\Models\\User', 7), (69, 'App\\Models\\User', 8), (69, 'App\\Models\\User', 9), (69, 'App\\Models\\User', 10), (69, 'App\\Models\\User', 11), (69, 'App\\Models\\User', 12), (69, 'App\\Models\\User', 61), (69, 'App\\Models\\User', 62), (69, 'App\\Models\\User', 63), (69, 'App\\Models\\User', 64), (69, 'App\\Models\\User', 65), (69, 'App\\Models\\User', 66), (69, 'App\\Models\\User', 67), (69, 'App\\Models\\User', 68), (69, 'App\\Models\\User', 69), (69, 'App\\Models\\User', 70), (69, 'App\\Models\\User', 71), (69, 'App\\Models\\User', 72), (69, 'App\\Models\\User', 73), (69, 'App\\Models\\User', 74), (69, 'App\\Models\\User', 75), (69, 'App\\Models\\User', 76), (69, 'App\\Models\\User', 77), (69, 'App\\Models\\User', 78), (69, 'App\\Models\\User', 79), (69, 'App\\Models\\User', 80), (69, 'App\\Models\\User', 81), (69, 'App\\Models\\User', 82), (69, 'App\\Models\\User', 83), (69, 'App\\Models\\User', 84), (69, 'App\\Models\\User', 85), (69, 'App\\Models\\User', 86), (70, 'App\\Models\\User', 1), (70, 'App\\Models\\User', 5), (70, 'App\\Models\\User', 6), (70, 'App\\Models\\User', 7), (70, 'App\\Models\\User', 8), (70, 'App\\Models\\User', 9), (70, 'App\\Models\\User', 10), (70, 'App\\Models\\User', 11), (70, 'App\\Models\\User', 12), (70, 'App\\Models\\User', 61), (70, 'App\\Models\\User', 62), (70, 'App\\Models\\User', 63), (70, 'App\\Models\\User', 64), (70, 'App\\Models\\User', 65), (70, 'App\\Models\\User', 66), (70, 'App\\Models\\User', 67), (70, 'App\\Models\\User', 68), (70, 'App\\Models\\User', 69), (70, 'App\\Models\\User', 70), (70, 'App\\Models\\User', 71), (70, 'App\\Models\\User', 72), (70, 'App\\Models\\User', 73), (70, 'App\\Models\\User', 74), (70, 'App\\Models\\User', 75), (70, 'App\\Models\\User', 76), (70, 'App\\Models\\User', 77), (70, 'App\\Models\\User', 78), (70, 'App\\Models\\User', 79), (70, 'App\\Models\\User', 80), (70, 'App\\Models\\User', 81), (70, 'App\\Models\\User', 82), (70, 'App\\Models\\User', 83), (70, 'App\\Models\\User', 84), (70, 'App\\Models\\User', 85), (70, 'App\\Models\\User', 86), (71, 'App\\Models\\User', 1), (71, 'App\\Models\\User', 5), (71, 'App\\Models\\User', 6), (71, 'App\\Models\\User', 7), (71, 'App\\Models\\User', 8), (71, 'App\\Models\\User', 9), (71, 'App\\Models\\User', 10), (71, 'App\\Models\\User', 11), (71, 'App\\Models\\User', 12), (71, 'App\\Models\\User', 61), (71, 'App\\Models\\User', 62), (71, 'App\\Models\\User', 63), (71, 'App\\Models\\User', 64), (71, 'App\\Models\\User', 65), (71, 'App\\Models\\User', 66), (71, 'App\\Models\\User', 67), (71, 'App\\Models\\User', 68), (71, 'App\\Models\\User', 69), (71, 'App\\Models\\User', 70), (71, 'App\\Models\\User', 71), (71, 'App\\Models\\User', 72), (71, 'App\\Models\\User', 73), (71, 'App\\Models\\User', 74), (71, 'App\\Models\\User', 75), (71, 'App\\Models\\User', 76), (71, 'App\\Models\\User', 77), (71, 'App\\Models\\User', 78), (71, 'App\\Models\\User', 79), (71, 'App\\Models\\User', 80), (71, 'App\\Models\\User', 81), (71, 'App\\Models\\User', 82), (71, 'App\\Models\\User', 83), (71, 'App\\Models\\User', 84), (71, 'App\\Models\\User', 85), (71, 'App\\Models\\User', 86), (72, 'App\\Models\\User', 1), (72, 'App\\Models\\User', 5), (72, 'App\\Models\\User', 6), (72, 'App\\Models\\User', 7), (72, 'App\\Models\\User', 8), (72, 'App\\Models\\User', 9), (72, 'App\\Models\\User', 10), (72, 'App\\Models\\User', 11), (72, 'App\\Models\\User', 12), (72, 'App\\Models\\User', 61), (72, 'App\\Models\\User', 62), (72, 'App\\Models\\User', 63), (72, 'App\\Models\\User', 64), (72, 'App\\Models\\User', 65), (72, 'App\\Models\\User', 66), (72, 'App\\Models\\User', 67), (72, 'App\\Models\\User', 68), (72, 'App\\Models\\User', 69), (72, 'App\\Models\\User', 70), (72, 'App\\Models\\User', 71), (72, 'App\\Models\\User', 72), (72, 'App\\Models\\User', 73), (72, 'App\\Models\\User', 74), (72, 'App\\Models\\User', 75), (72, 'App\\Models\\User', 76), (72, 'App\\Models\\User', 77), (72, 'App\\Models\\User', 78), (72, 'App\\Models\\User', 79), (72, 'App\\Models\\User', 80), (72, 'App\\Models\\User', 81), (72, 'App\\Models\\User', 82), (72, 'App\\Models\\User', 83), (72, 'App\\Models\\User', 84), (72, 'App\\Models\\User', 85), (72, 'App\\Models\\User', 86), (73, 'App\\Models\\User', 5), (73, 'App\\Models\\User', 6), (73, 'App\\Models\\User', 7), (73, 'App\\Models\\User', 8), (73, 'App\\Models\\User', 9), (73, 'App\\Models\\User', 10), (73, 'App\\Models\\User', 11), (73, 'App\\Models\\User', 12), (73, 'App\\Models\\User', 61), (73, 'App\\Models\\User', 62), (73, 'App\\Models\\User', 63), (73, 'App\\Models\\User', 64), (73, 'App\\Models\\User', 65), (73, 'App\\Models\\User', 66), (73, 'App\\Models\\User', 67), (73, 'App\\Models\\User', 68), (73, 'App\\Models\\User', 69), (73, 'App\\Models\\User', 70), (73, 'App\\Models\\User', 71), (73, 'App\\Models\\User', 72), (73, 'App\\Models\\User', 73), (73, 'App\\Models\\User', 74), (73, 'App\\Models\\User', 75), (73, 'App\\Models\\User', 76), (73, 'App\\Models\\User', 77), (73, 'App\\Models\\User', 78), (73, 'App\\Models\\User', 79), (73, 'App\\Models\\User', 80), (73, 'App\\Models\\User', 81), (73, 'App\\Models\\User', 82), (73, 'App\\Models\\User', 83), (73, 'App\\Models\\User', 84), (73, 'App\\Models\\User', 85), (73, 'App\\Models\\User', 86), (74, 'App\\Models\\User', 5), (74, 'App\\Models\\User', 6), (74, 'App\\Models\\User', 7), (74, 'App\\Models\\User', 8), (74, 'App\\Models\\User', 9), (74, 'App\\Models\\User', 10), (74, 'App\\Models\\User', 11), (74, 'App\\Models\\User', 12), (74, 'App\\Models\\User', 61), (74, 'App\\Models\\User', 62), (74, 'App\\Models\\User', 63), (74, 'App\\Models\\User', 64), (74, 'App\\Models\\User', 65), (74, 'App\\Models\\User', 66), (74, 'App\\Models\\User', 67), (74, 'App\\Models\\User', 68), (74, 'App\\Models\\User', 69), (74, 'App\\Models\\User', 70), (74, 'App\\Models\\User', 71), (74, 'App\\Models\\User', 72), (74, 'App\\Models\\User', 73), (74, 'App\\Models\\User', 74), (74, 'App\\Models\\User', 75), (74, 'App\\Models\\User', 76), (74, 'App\\Models\\User', 77), (74, 'App\\Models\\User', 78), (74, 'App\\Models\\User', 79), (74, 'App\\Models\\User', 80), (74, 'App\\Models\\User', 81), (74, 'App\\Models\\User', 82), (74, 'App\\Models\\User', 83), (74, 'App\\Models\\User', 84), (74, 'App\\Models\\User', 85), (74, 'App\\Models\\User', 86), (75, 'App\\Models\\User', 1), (75, 'App\\Models\\User', 5), (75, 'App\\Models\\User', 6), (75, 'App\\Models\\User', 7), (75, 'App\\Models\\User', 8), (75, 'App\\Models\\User', 9), (75, 'App\\Models\\User', 10), (75, 'App\\Models\\User', 11), (75, 'App\\Models\\User', 12), (75, 'App\\Models\\User', 61), (75, 'App\\Models\\User', 62), (75, 'App\\Models\\User', 63), (75, 'App\\Models\\User', 64), (75, 'App\\Models\\User', 65), (75, 'App\\Models\\User', 66), (75, 'App\\Models\\User', 67), (75, 'App\\Models\\User', 68), (75, 'App\\Models\\User', 69), (75, 'App\\Models\\User', 70), (75, 'App\\Models\\User', 71), (75, 'App\\Models\\User', 72), (75, 'App\\Models\\User', 73), (75, 'App\\Models\\User', 74), (75, 'App\\Models\\User', 75), (75, 'App\\Models\\User', 76), (75, 'App\\Models\\User', 77), (75, 'App\\Models\\User', 78), (75, 'App\\Models\\User', 79), (75, 'App\\Models\\User', 80), (75, 'App\\Models\\User', 81), (75, 'App\\Models\\User', 82), (75, 'App\\Models\\User', 83), (75, 'App\\Models\\User', 84), (75, 'App\\Models\\User', 85), (75, 'App\\Models\\User', 86), (76, 'App\\Models\\User', 1), (76, 'App\\Models\\User', 5), (76, 'App\\Models\\User', 6), (76, 'App\\Models\\User', 7), (76, 'App\\Models\\User', 8), (76, 'App\\Models\\User', 9), (76, 'App\\Models\\User', 10), (76, 'App\\Models\\User', 11), (76, 'App\\Models\\User', 12), (76, 'App\\Models\\User', 61), (76, 'App\\Models\\User', 62), (76, 'App\\Models\\User', 63), (76, 'App\\Models\\User', 64), (76, 'App\\Models\\User', 65), (76, 'App\\Models\\User', 66), (76, 'App\\Models\\User', 67), (76, 'App\\Models\\User', 68), (76, 'App\\Models\\User', 69), (76, 'App\\Models\\User', 70); INSERT INTO `model_has_permissions` (`permission_id`, `model_type`, `model_id`) VALUES (76, 'App\\Models\\User', 71), (76, 'App\\Models\\User', 72), (76, 'App\\Models\\User', 73), (76, 'App\\Models\\User', 74), (76, 'App\\Models\\User', 75), (76, 'App\\Models\\User', 76), (76, 'App\\Models\\User', 77), (76, 'App\\Models\\User', 78), (76, 'App\\Models\\User', 79), (76, 'App\\Models\\User', 80), (76, 'App\\Models\\User', 81), (76, 'App\\Models\\User', 82), (76, 'App\\Models\\User', 83), (76, 'App\\Models\\User', 84), (76, 'App\\Models\\User', 85), (76, 'App\\Models\\User', 86), (77, 'App\\Models\\User', 1), (78, 'App\\Models\\User', 1), (78, 'App\\Models\\User', 5), (78, 'App\\Models\\User', 6), (78, 'App\\Models\\User', 7), (78, 'App\\Models\\User', 8), (78, 'App\\Models\\User', 9), (78, 'App\\Models\\User', 10), (78, 'App\\Models\\User', 11), (78, 'App\\Models\\User', 12), (78, 'App\\Models\\User', 61), (78, 'App\\Models\\User', 62), (78, 'App\\Models\\User', 63), (78, 'App\\Models\\User', 64), (78, 'App\\Models\\User', 65), (78, 'App\\Models\\User', 66), (78, 'App\\Models\\User', 67), (78, 'App\\Models\\User', 68), (78, 'App\\Models\\User', 69), (78, 'App\\Models\\User', 70), (78, 'App\\Models\\User', 71), (78, 'App\\Models\\User', 72), (78, 'App\\Models\\User', 73), (78, 'App\\Models\\User', 74), (78, 'App\\Models\\User', 75), (78, 'App\\Models\\User', 76), (78, 'App\\Models\\User', 77), (78, 'App\\Models\\User', 78), (78, 'App\\Models\\User', 79), (78, 'App\\Models\\User', 80), (78, 'App\\Models\\User', 81), (78, 'App\\Models\\User', 82), (78, 'App\\Models\\User', 83), (78, 'App\\Models\\User', 84), (78, 'App\\Models\\User', 85), (78, 'App\\Models\\User', 86), (79, 'App\\Models\\User', 5), (79, 'App\\Models\\User', 6), (79, 'App\\Models\\User', 7), (79, 'App\\Models\\User', 8), (79, 'App\\Models\\User', 9), (79, 'App\\Models\\User', 10), (79, 'App\\Models\\User', 11), (79, 'App\\Models\\User', 12), (79, 'App\\Models\\User', 61), (79, 'App\\Models\\User', 62), (79, 'App\\Models\\User', 63), (79, 'App\\Models\\User', 64), (79, 'App\\Models\\User', 65), (79, 'App\\Models\\User', 66), (79, 'App\\Models\\User', 67), (79, 'App\\Models\\User', 68), (79, 'App\\Models\\User', 69), (79, 'App\\Models\\User', 70), (79, 'App\\Models\\User', 71), (79, 'App\\Models\\User', 72), (79, 'App\\Models\\User', 73), (79, 'App\\Models\\User', 74), (79, 'App\\Models\\User', 75), (79, 'App\\Models\\User', 76), (79, 'App\\Models\\User', 77), (79, 'App\\Models\\User', 78), (79, 'App\\Models\\User', 79), (79, 'App\\Models\\User', 80), (79, 'App\\Models\\User', 81), (79, 'App\\Models\\User', 82), (79, 'App\\Models\\User', 83), (79, 'App\\Models\\User', 84), (79, 'App\\Models\\User', 85), (79, 'App\\Models\\User', 86), (80, 'App\\Models\\User', 5), (80, 'App\\Models\\User', 6), (80, 'App\\Models\\User', 7), (80, 'App\\Models\\User', 8), (80, 'App\\Models\\User', 9), (80, 'App\\Models\\User', 10), (80, 'App\\Models\\User', 11), (80, 'App\\Models\\User', 12), (80, 'App\\Models\\User', 61), (80, 'App\\Models\\User', 62), (80, 'App\\Models\\User', 63), (80, 'App\\Models\\User', 64), (80, 'App\\Models\\User', 65), (80, 'App\\Models\\User', 66), (80, 'App\\Models\\User', 67), (80, 'App\\Models\\User', 68), (80, 'App\\Models\\User', 69), (80, 'App\\Models\\User', 70), (80, 'App\\Models\\User', 71), (80, 'App\\Models\\User', 72), (80, 'App\\Models\\User', 73), (80, 'App\\Models\\User', 74), (80, 'App\\Models\\User', 75), (80, 'App\\Models\\User', 76), (80, 'App\\Models\\User', 77), (80, 'App\\Models\\User', 78), (80, 'App\\Models\\User', 79), (80, 'App\\Models\\User', 80), (80, 'App\\Models\\User', 81), (80, 'App\\Models\\User', 82), (80, 'App\\Models\\User', 83), (80, 'App\\Models\\User', 84), (80, 'App\\Models\\User', 85), (80, 'App\\Models\\User', 86), (81, 'App\\Models\\User', 1), (81, 'App\\Models\\User', 5), (81, 'App\\Models\\User', 6), (81, 'App\\Models\\User', 7), (81, 'App\\Models\\User', 8), (81, 'App\\Models\\User', 9), (81, 'App\\Models\\User', 10), (81, 'App\\Models\\User', 11), (81, 'App\\Models\\User', 12), (81, 'App\\Models\\User', 61), (81, 'App\\Models\\User', 62), (81, 'App\\Models\\User', 63), (81, 'App\\Models\\User', 64), (81, 'App\\Models\\User', 65), (81, 'App\\Models\\User', 66), (81, 'App\\Models\\User', 67), (81, 'App\\Models\\User', 68), (81, 'App\\Models\\User', 69), (81, 'App\\Models\\User', 70), (81, 'App\\Models\\User', 71), (81, 'App\\Models\\User', 72), (81, 'App\\Models\\User', 73), (81, 'App\\Models\\User', 74), (81, 'App\\Models\\User', 75), (81, 'App\\Models\\User', 76), (81, 'App\\Models\\User', 77), (81, 'App\\Models\\User', 78), (81, 'App\\Models\\User', 79), (81, 'App\\Models\\User', 80), (81, 'App\\Models\\User', 81), (81, 'App\\Models\\User', 82), (81, 'App\\Models\\User', 83), (81, 'App\\Models\\User', 84), (81, 'App\\Models\\User', 85), (81, 'App\\Models\\User', 86), (82, 'App\\Models\\User', 1), (82, 'App\\Models\\User', 5), (82, 'App\\Models\\User', 6), (82, 'App\\Models\\User', 7), (82, 'App\\Models\\User', 8), (82, 'App\\Models\\User', 9), (82, 'App\\Models\\User', 10), (82, 'App\\Models\\User', 11), (82, 'App\\Models\\User', 12), (82, 'App\\Models\\User', 61), (82, 'App\\Models\\User', 62), (82, 'App\\Models\\User', 63), (82, 'App\\Models\\User', 64), (82, 'App\\Models\\User', 65), (82, 'App\\Models\\User', 66), (82, 'App\\Models\\User', 67), (82, 'App\\Models\\User', 68), (82, 'App\\Models\\User', 69), (82, 'App\\Models\\User', 70), (82, 'App\\Models\\User', 71), (82, 'App\\Models\\User', 72), (82, 'App\\Models\\User', 73), (82, 'App\\Models\\User', 74), (82, 'App\\Models\\User', 75), (82, 'App\\Models\\User', 76), (82, 'App\\Models\\User', 77), (82, 'App\\Models\\User', 78), (82, 'App\\Models\\User', 79), (82, 'App\\Models\\User', 80), (82, 'App\\Models\\User', 81), (82, 'App\\Models\\User', 82), (82, 'App\\Models\\User', 83), (82, 'App\\Models\\User', 84), (82, 'App\\Models\\User', 85), (82, 'App\\Models\\User', 86), (83, 'App\\Models\\User', 1), (84, 'App\\Models\\User', 1), (85, 'App\\Models\\User', 1), (86, 'App\\Models\\User', 1), (87, 'App\\Models\\User', 1), (87, 'App\\Models\\User', 5), (87, 'App\\Models\\User', 6), (87, 'App\\Models\\User', 7), (87, 'App\\Models\\User', 8), (87, 'App\\Models\\User', 9), (87, 'App\\Models\\User', 10), (87, 'App\\Models\\User', 11), (87, 'App\\Models\\User', 12), (87, 'App\\Models\\User', 61), (87, 'App\\Models\\User', 62), (87, 'App\\Models\\User', 63), (87, 'App\\Models\\User', 64), (87, 'App\\Models\\User', 65), (87, 'App\\Models\\User', 66), (87, 'App\\Models\\User', 67), (87, 'App\\Models\\User', 68), (87, 'App\\Models\\User', 69), (87, 'App\\Models\\User', 70), (87, 'App\\Models\\User', 71), (87, 'App\\Models\\User', 72), (87, 'App\\Models\\User', 73), (87, 'App\\Models\\User', 74), (87, 'App\\Models\\User', 75), (87, 'App\\Models\\User', 76), (87, 'App\\Models\\User', 77), (87, 'App\\Models\\User', 78), (87, 'App\\Models\\User', 79), (87, 'App\\Models\\User', 80), (87, 'App\\Models\\User', 81), (87, 'App\\Models\\User', 82), (87, 'App\\Models\\User', 83), (87, 'App\\Models\\User', 84), (87, 'App\\Models\\User', 85), (87, 'App\\Models\\User', 86), (88, 'App\\Models\\User', 1), (88, 'App\\Models\\User', 5), (88, 'App\\Models\\User', 6), (88, 'App\\Models\\User', 7), (88, 'App\\Models\\User', 8), (88, 'App\\Models\\User', 9), (88, 'App\\Models\\User', 10), (88, 'App\\Models\\User', 11), (88, 'App\\Models\\User', 12), (88, 'App\\Models\\User', 61), (88, 'App\\Models\\User', 62), (88, 'App\\Models\\User', 63), (88, 'App\\Models\\User', 64), (88, 'App\\Models\\User', 65), (88, 'App\\Models\\User', 66), (88, 'App\\Models\\User', 67), (88, 'App\\Models\\User', 68), (88, 'App\\Models\\User', 69), (88, 'App\\Models\\User', 70), (88, 'App\\Models\\User', 71), (88, 'App\\Models\\User', 72), (88, 'App\\Models\\User', 73), (88, 'App\\Models\\User', 74), (88, 'App\\Models\\User', 75), (88, 'App\\Models\\User', 76), (88, 'App\\Models\\User', 77), (88, 'App\\Models\\User', 78), (88, 'App\\Models\\User', 79), (88, 'App\\Models\\User', 80), (88, 'App\\Models\\User', 81), (88, 'App\\Models\\User', 82), (88, 'App\\Models\\User', 83), (88, 'App\\Models\\User', 84), (88, 'App\\Models\\User', 85), (88, 'App\\Models\\User', 86), (89, 'App\\Models\\User', 1), (89, 'App\\Models\\User', 5), (89, 'App\\Models\\User', 6), (89, 'App\\Models\\User', 7), (89, 'App\\Models\\User', 8), (89, 'App\\Models\\User', 9), (89, 'App\\Models\\User', 10), (89, 'App\\Models\\User', 11), (89, 'App\\Models\\User', 12), (89, 'App\\Models\\User', 61), (89, 'App\\Models\\User', 62), (89, 'App\\Models\\User', 63), (89, 'App\\Models\\User', 64), (89, 'App\\Models\\User', 65), (89, 'App\\Models\\User', 66), (89, 'App\\Models\\User', 67), (89, 'App\\Models\\User', 68), (89, 'App\\Models\\User', 69), (89, 'App\\Models\\User', 70), (89, 'App\\Models\\User', 71), (89, 'App\\Models\\User', 72), (89, 'App\\Models\\User', 73), (89, 'App\\Models\\User', 74), (89, 'App\\Models\\User', 75), (89, 'App\\Models\\User', 76), (89, 'App\\Models\\User', 77), (89, 'App\\Models\\User', 78), (89, 'App\\Models\\User', 79), (89, 'App\\Models\\User', 80), (89, 'App\\Models\\User', 81), (89, 'App\\Models\\User', 82), (89, 'App\\Models\\User', 83), (89, 'App\\Models\\User', 84), (89, 'App\\Models\\User', 85), (89, 'App\\Models\\User', 86), (90, 'App\\Models\\User', 1), (90, 'App\\Models\\User', 5), (90, 'App\\Models\\User', 6), (90, 'App\\Models\\User', 7), (90, 'App\\Models\\User', 8), (90, 'App\\Models\\User', 9), (90, 'App\\Models\\User', 10), (90, 'App\\Models\\User', 11), (90, 'App\\Models\\User', 12), (90, 'App\\Models\\User', 61), (90, 'App\\Models\\User', 62), (90, 'App\\Models\\User', 63), (90, 'App\\Models\\User', 64), (90, 'App\\Models\\User', 65), (90, 'App\\Models\\User', 66), (90, 'App\\Models\\User', 67), (90, 'App\\Models\\User', 68), (90, 'App\\Models\\User', 69), (90, 'App\\Models\\User', 70), (90, 'App\\Models\\User', 71), (90, 'App\\Models\\User', 72), (90, 'App\\Models\\User', 73), (90, 'App\\Models\\User', 74), (90, 'App\\Models\\User', 75), (90, 'App\\Models\\User', 76), (90, 'App\\Models\\User', 77), (90, 'App\\Models\\User', 78), (90, 'App\\Models\\User', 79), (90, 'App\\Models\\User', 80), (90, 'App\\Models\\User', 81), (90, 'App\\Models\\User', 82), (90, 'App\\Models\\User', 83), (90, 'App\\Models\\User', 84), (90, 'App\\Models\\User', 85), (90, 'App\\Models\\User', 86), (91, 'App\\Models\\User', 1), (91, 'App\\Models\\User', 5), (91, 'App\\Models\\User', 6), (91, 'App\\Models\\User', 7), (91, 'App\\Models\\User', 8), (91, 'App\\Models\\User', 9), (91, 'App\\Models\\User', 10), (91, 'App\\Models\\User', 11), (91, 'App\\Models\\User', 12), (91, 'App\\Models\\User', 61), (91, 'App\\Models\\User', 62), (91, 'App\\Models\\User', 63), (91, 'App\\Models\\User', 64), (91, 'App\\Models\\User', 65), (91, 'App\\Models\\User', 66), (91, 'App\\Models\\User', 67), (91, 'App\\Models\\User', 68), (91, 'App\\Models\\User', 69), (91, 'App\\Models\\User', 70), (91, 'App\\Models\\User', 71), (91, 'App\\Models\\User', 72), (91, 'App\\Models\\User', 73), (91, 'App\\Models\\User', 74), (91, 'App\\Models\\User', 75), (91, 'App\\Models\\User', 76), (91, 'App\\Models\\User', 77), (91, 'App\\Models\\User', 78), (91, 'App\\Models\\User', 79), (91, 'App\\Models\\User', 80), (91, 'App\\Models\\User', 81), (91, 'App\\Models\\User', 82), (91, 'App\\Models\\User', 83), (91, 'App\\Models\\User', 84), (91, 'App\\Models\\User', 85), (91, 'App\\Models\\User', 86), (92, 'App\\Models\\User', 1), (92, 'App\\Models\\User', 5), (92, 'App\\Models\\User', 6), (92, 'App\\Models\\User', 7), (92, 'App\\Models\\User', 8), (92, 'App\\Models\\User', 9), (92, 'App\\Models\\User', 10), (92, 'App\\Models\\User', 11), (92, 'App\\Models\\User', 12), (92, 'App\\Models\\User', 61), (92, 'App\\Models\\User', 62), (92, 'App\\Models\\User', 63), (92, 'App\\Models\\User', 64), (92, 'App\\Models\\User', 65), (92, 'App\\Models\\User', 66), (92, 'App\\Models\\User', 67), (92, 'App\\Models\\User', 68), (92, 'App\\Models\\User', 69), (92, 'App\\Models\\User', 70), (92, 'App\\Models\\User', 71), (92, 'App\\Models\\User', 72), (92, 'App\\Models\\User', 73), (92, 'App\\Models\\User', 74), (92, 'App\\Models\\User', 75), (92, 'App\\Models\\User', 76), (92, 'App\\Models\\User', 77), (92, 'App\\Models\\User', 78), (92, 'App\\Models\\User', 79), (92, 'App\\Models\\User', 80), (92, 'App\\Models\\User', 81), (92, 'App\\Models\\User', 82), (92, 'App\\Models\\User', 83), (92, 'App\\Models\\User', 84), (92, 'App\\Models\\User', 85), (92, 'App\\Models\\User', 86), (93, 'App\\Models\\User', 1), (94, 'App\\Models\\User', 1), (95, 'App\\Models\\User', 1), (96, 'App\\Models\\User', 1), (97, 'App\\Models\\User', 1), (98, 'App\\Models\\User', 1), (99, 'App\\Models\\User', 1), (100, 'App\\Models\\User', 1), (101, 'App\\Models\\User', 1), (102, 'App\\Models\\User', 1), (103, 'App\\Models\\User', 1), (104, 'App\\Models\\User', 1), (105, 'App\\Models\\User', 1), (106, 'App\\Models\\User', 1), (107, 'App\\Models\\User', 1), (108, 'App\\Models\\User', 1), (109, 'App\\Models\\User', 1), (110, 'App\\Models\\User', 1), (111, 'App\\Models\\User', 1), (112, 'App\\Models\\User', 1), (113, 'App\\Models\\User', 1), (114, 'App\\Models\\User', 1), (115, 'App\\Models\\User', 1), (116, 'App\\Models\\User', 1), (117, 'App\\Models\\User', 1), (118, 'App\\Models\\User', 1), (119, 'App\\Models\\User', 1), (120, 'App\\Models\\User', 1), (121, 'App\\Models\\User', 1), (122, 'App\\Models\\User', 1), (123, 'App\\Models\\User', 1), (124, 'App\\Models\\User', 1), (125, 'App\\Models\\User', 1), (126, 'App\\Models\\User', 1), (127, 'App\\Models\\User', 1), (128, 'App\\Models\\User', 1), (129, 'App\\Models\\User', 1), (130, 'App\\Models\\User', 1), (131, 'App\\Models\\User', 5), (131, 'App\\Models\\User', 6), (131, 'App\\Models\\User', 7), (131, 'App\\Models\\User', 8), (131, 'App\\Models\\User', 9), (131, 'App\\Models\\User', 10), (131, 'App\\Models\\User', 11), (131, 'App\\Models\\User', 12), (131, 'App\\Models\\User', 61), (131, 'App\\Models\\User', 62), (131, 'App\\Models\\User', 63), (131, 'App\\Models\\User', 64), (131, 'App\\Models\\User', 65), (131, 'App\\Models\\User', 66), (131, 'App\\Models\\User', 67), (131, 'App\\Models\\User', 68), (131, 'App\\Models\\User', 69), (131, 'App\\Models\\User', 70), (131, 'App\\Models\\User', 71), (131, 'App\\Models\\User', 72), (131, 'App\\Models\\User', 73), (131, 'App\\Models\\User', 74), (131, 'App\\Models\\User', 75), (131, 'App\\Models\\User', 76), (131, 'App\\Models\\User', 77), (131, 'App\\Models\\User', 78), (131, 'App\\Models\\User', 79), (131, 'App\\Models\\User', 80), (131, 'App\\Models\\User', 81), (131, 'App\\Models\\User', 82), (131, 'App\\Models\\User', 83), (131, 'App\\Models\\User', 84), (131, 'App\\Models\\User', 85), (131, 'App\\Models\\User', 86), (133, 'App\\Models\\User', 1), (134, 'App\\Models\\User', 5), (134, 'App\\Models\\User', 6), (134, 'App\\Models\\User', 7), (134, 'App\\Models\\User', 8), (134, 'App\\Models\\User', 9), (134, 'App\\Models\\User', 10), (134, 'App\\Models\\User', 11), (134, 'App\\Models\\User', 12), (134, 'App\\Models\\User', 61), (134, 'App\\Models\\User', 62), (134, 'App\\Models\\User', 63), (134, 'App\\Models\\User', 64), (134, 'App\\Models\\User', 65), (134, 'App\\Models\\User', 66), (134, 'App\\Models\\User', 67), (134, 'App\\Models\\User', 68), (134, 'App\\Models\\User', 69), (134, 'App\\Models\\User', 70), (134, 'App\\Models\\User', 71), (134, 'App\\Models\\User', 72), (134, 'App\\Models\\User', 73), (134, 'App\\Models\\User', 74), (134, 'App\\Models\\User', 75), (134, 'App\\Models\\User', 76), (134, 'App\\Models\\User', 77), (134, 'App\\Models\\User', 78), (134, 'App\\Models\\User', 79), (134, 'App\\Models\\User', 80), (134, 'App\\Models\\User', 81), (134, 'App\\Models\\User', 82), (134, 'App\\Models\\User', 83), (134, 'App\\Models\\User', 84), (134, 'App\\Models\\User', 85), (134, 'App\\Models\\User', 86), (135, 'App\\Models\\User', 5), (135, 'App\\Models\\User', 6), (135, 'App\\Models\\User', 7), (135, 'App\\Models\\User', 8), (135, 'App\\Models\\User', 9), (135, 'App\\Models\\User', 10), (135, 'App\\Models\\User', 11), (135, 'App\\Models\\User', 12), (135, 'App\\Models\\User', 61), (135, 'App\\Models\\User', 62), (135, 'App\\Models\\User', 63), (135, 'App\\Models\\User', 64), (135, 'App\\Models\\User', 65), (135, 'App\\Models\\User', 66), (135, 'App\\Models\\User', 67), (135, 'App\\Models\\User', 68), (135, 'App\\Models\\User', 69), (135, 'App\\Models\\User', 70), (135, 'App\\Models\\User', 71), (135, 'App\\Models\\User', 72), (135, 'App\\Models\\User', 73), (135, 'App\\Models\\User', 74), (135, 'App\\Models\\User', 75), (135, 'App\\Models\\User', 76), (135, 'App\\Models\\User', 77), (135, 'App\\Models\\User', 78), (135, 'App\\Models\\User', 79), (135, 'App\\Models\\User', 80), (135, 'App\\Models\\User', 81), (135, 'App\\Models\\User', 82), (135, 'App\\Models\\User', 83), (135, 'App\\Models\\User', 84), (135, 'App\\Models\\User', 85), (135, 'App\\Models\\User', 86), (136, 'App\\Models\\User', 1), (136, 'App\\Models\\User', 5), (136, 'App\\Models\\User', 6), (136, 'App\\Models\\User', 7), (136, 'App\\Models\\User', 8), (136, 'App\\Models\\User', 9), (136, 'App\\Models\\User', 10), (136, 'App\\Models\\User', 11), (136, 'App\\Models\\User', 12), (136, 'App\\Models\\User', 61), (136, 'App\\Models\\User', 62), (136, 'App\\Models\\User', 63), (136, 'App\\Models\\User', 64), (136, 'App\\Models\\User', 65), (136, 'App\\Models\\User', 66), (136, 'App\\Models\\User', 67), (136, 'App\\Models\\User', 68), (136, 'App\\Models\\User', 69), (136, 'App\\Models\\User', 70), (136, 'App\\Models\\User', 71), (136, 'App\\Models\\User', 72), (136, 'App\\Models\\User', 73), (136, 'App\\Models\\User', 74), (136, 'App\\Models\\User', 75), (136, 'App\\Models\\User', 76), (136, 'App\\Models\\User', 77), (136, 'App\\Models\\User', 78), (136, 'App\\Models\\User', 79), (136, 'App\\Models\\User', 80), (136, 'App\\Models\\User', 81), (136, 'App\\Models\\User', 82), (136, 'App\\Models\\User', 83), (136, 'App\\Models\\User', 84), (136, 'App\\Models\\User', 85), (136, 'App\\Models\\User', 86), (137, 'App\\Models\\User', 5), (137, 'App\\Models\\User', 6), (137, 'App\\Models\\User', 7), (137, 'App\\Models\\User', 8), (137, 'App\\Models\\User', 9), (137, 'App\\Models\\User', 10), (137, 'App\\Models\\User', 11), (137, 'App\\Models\\User', 12), (137, 'App\\Models\\User', 61), (137, 'App\\Models\\User', 62), (137, 'App\\Models\\User', 63), (137, 'App\\Models\\User', 64), (137, 'App\\Models\\User', 65), (137, 'App\\Models\\User', 66), (137, 'App\\Models\\User', 67), (137, 'App\\Models\\User', 68), (137, 'App\\Models\\User', 69), (137, 'App\\Models\\User', 70), (137, 'App\\Models\\User', 71), (137, 'App\\Models\\User', 72), (137, 'App\\Models\\User', 73), (137, 'App\\Models\\User', 74), (137, 'App\\Models\\User', 75), (137, 'App\\Models\\User', 76), (137, 'App\\Models\\User', 77), (137, 'App\\Models\\User', 78), (137, 'App\\Models\\User', 79), (137, 'App\\Models\\User', 80), (137, 'App\\Models\\User', 81), (137, 'App\\Models\\User', 82), (137, 'App\\Models\\User', 83), (137, 'App\\Models\\User', 84), (137, 'App\\Models\\User', 85), (137, 'App\\Models\\User', 86), (138, 'App\\Models\\User', 5), (138, 'App\\Models\\User', 6), (138, 'App\\Models\\User', 7), (138, 'App\\Models\\User', 8), (138, 'App\\Models\\User', 9), (138, 'App\\Models\\User', 10), (138, 'App\\Models\\User', 11), (138, 'App\\Models\\User', 12), (138, 'App\\Models\\User', 61), (138, 'App\\Models\\User', 62), (138, 'App\\Models\\User', 63), (138, 'App\\Models\\User', 64), (138, 'App\\Models\\User', 65), (138, 'App\\Models\\User', 66), (138, 'App\\Models\\User', 67), (138, 'App\\Models\\User', 68), (138, 'App\\Models\\User', 69), (138, 'App\\Models\\User', 70), (138, 'App\\Models\\User', 71), (138, 'App\\Models\\User', 72), (138, 'App\\Models\\User', 73), (138, 'App\\Models\\User', 74), (138, 'App\\Models\\User', 75), (138, 'App\\Models\\User', 76), (138, 'App\\Models\\User', 77), (138, 'App\\Models\\User', 78), (138, 'App\\Models\\User', 79), (138, 'App\\Models\\User', 80), (138, 'App\\Models\\User', 81), (138, 'App\\Models\\User', 82), (138, 'App\\Models\\User', 83), (138, 'App\\Models\\User', 84), (138, 'App\\Models\\User', 85), (138, 'App\\Models\\User', 86), (139, 'App\\Models\\User', 5), (139, 'App\\Models\\User', 6), (139, 'App\\Models\\User', 7), (139, 'App\\Models\\User', 8), (139, 'App\\Models\\User', 9), (139, 'App\\Models\\User', 10), (139, 'App\\Models\\User', 11), (139, 'App\\Models\\User', 12), (139, 'App\\Models\\User', 61), (139, 'App\\Models\\User', 62), (139, 'App\\Models\\User', 63), (139, 'App\\Models\\User', 64), (139, 'App\\Models\\User', 65), (139, 'App\\Models\\User', 66), (139, 'App\\Models\\User', 67), (139, 'App\\Models\\User', 68), (139, 'App\\Models\\User', 69), (139, 'App\\Models\\User', 70), (139, 'App\\Models\\User', 71), (139, 'App\\Models\\User', 72), (139, 'App\\Models\\User', 73), (139, 'App\\Models\\User', 74), (139, 'App\\Models\\User', 75), (139, 'App\\Models\\User', 76), (139, 'App\\Models\\User', 77), (139, 'App\\Models\\User', 78), (139, 'App\\Models\\User', 79), (139, 'App\\Models\\User', 80), (139, 'App\\Models\\User', 81), (139, 'App\\Models\\User', 82), (139, 'App\\Models\\User', 83), (139, 'App\\Models\\User', 84), (139, 'App\\Models\\User', 85), (139, 'App\\Models\\User', 86), (140, 'App\\Models\\User', 5), (140, 'App\\Models\\User', 6), (140, 'App\\Models\\User', 7), (140, 'App\\Models\\User', 8), (140, 'App\\Models\\User', 9), (140, 'App\\Models\\User', 10), (140, 'App\\Models\\User', 11), (140, 'App\\Models\\User', 12), (140, 'App\\Models\\User', 61), (140, 'App\\Models\\User', 62), (140, 'App\\Models\\User', 63), (140, 'App\\Models\\User', 64), (140, 'App\\Models\\User', 65), (140, 'App\\Models\\User', 66), (140, 'App\\Models\\User', 67), (140, 'App\\Models\\User', 68), (140, 'App\\Models\\User', 69), (140, 'App\\Models\\User', 70), (140, 'App\\Models\\User', 71), (140, 'App\\Models\\User', 72), (140, 'App\\Models\\User', 73), (140, 'App\\Models\\User', 74), (140, 'App\\Models\\User', 75), (140, 'App\\Models\\User', 76), (140, 'App\\Models\\User', 77), (140, 'App\\Models\\User', 78), (140, 'App\\Models\\User', 79), (140, 'App\\Models\\User', 80), (140, 'App\\Models\\User', 81), (140, 'App\\Models\\User', 82), (140, 'App\\Models\\User', 83), (140, 'App\\Models\\User', 84), (140, 'App\\Models\\User', 85), (140, 'App\\Models\\User', 86), (141, 'App\\Models\\User', 1), (141, 'App\\Models\\User', 5), (141, 'App\\Models\\User', 6), (141, 'App\\Models\\User', 7), (141, 'App\\Models\\User', 8), (141, 'App\\Models\\User', 9), (141, 'App\\Models\\User', 10), (141, 'App\\Models\\User', 11), (141, 'App\\Models\\User', 12), (141, 'App\\Models\\User', 61), (141, 'App\\Models\\User', 62), (141, 'App\\Models\\User', 63), (141, 'App\\Models\\User', 64), (141, 'App\\Models\\User', 65), (141, 'App\\Models\\User', 66), (141, 'App\\Models\\User', 67), (141, 'App\\Models\\User', 68), (141, 'App\\Models\\User', 69), (141, 'App\\Models\\User', 70), (141, 'App\\Models\\User', 71), (141, 'App\\Models\\User', 72), (141, 'App\\Models\\User', 73), (141, 'App\\Models\\User', 74), (141, 'App\\Models\\User', 75), (141, 'App\\Models\\User', 76), (141, 'App\\Models\\User', 77), (141, 'App\\Models\\User', 78), (141, 'App\\Models\\User', 79), (141, 'App\\Models\\User', 80), (141, 'App\\Models\\User', 81), (141, 'App\\Models\\User', 82), (141, 'App\\Models\\User', 83), (141, 'App\\Models\\User', 84), (141, 'App\\Models\\User', 85), (141, 'App\\Models\\User', 86), (142, 'App\\Models\\User', 1), (142, 'App\\Models\\User', 5), (142, 'App\\Models\\User', 6), (142, 'App\\Models\\User', 7), (142, 'App\\Models\\User', 8), (142, 'App\\Models\\User', 9), (142, 'App\\Models\\User', 10), (142, 'App\\Models\\User', 11), (142, 'App\\Models\\User', 12), (142, 'App\\Models\\User', 61), (142, 'App\\Models\\User', 62), (142, 'App\\Models\\User', 63), (142, 'App\\Models\\User', 64), (142, 'App\\Models\\User', 65), (142, 'App\\Models\\User', 66), (142, 'App\\Models\\User', 67), (142, 'App\\Models\\User', 68), (142, 'App\\Models\\User', 69), (142, 'App\\Models\\User', 70), (142, 'App\\Models\\User', 71), (142, 'App\\Models\\User', 72), (142, 'App\\Models\\User', 73), (142, 'App\\Models\\User', 74), (142, 'App\\Models\\User', 75), (142, 'App\\Models\\User', 76), (142, 'App\\Models\\User', 77), (142, 'App\\Models\\User', 78), (142, 'App\\Models\\User', 79), (142, 'App\\Models\\User', 80), (142, 'App\\Models\\User', 81), (142, 'App\\Models\\User', 82), (142, 'App\\Models\\User', 83), (142, 'App\\Models\\User', 84), (142, 'App\\Models\\User', 85), (142, 'App\\Models\\User', 86), (143, 'App\\Models\\User', 1), (144, 'App\\Models\\User', 1), (144, 'App\\Models\\User', 5), (144, 'App\\Models\\User', 6), (144, 'App\\Models\\User', 7), (144, 'App\\Models\\User', 8), (144, 'App\\Models\\User', 9), (144, 'App\\Models\\User', 10), (144, 'App\\Models\\User', 11), (144, 'App\\Models\\User', 12), (144, 'App\\Models\\User', 61), (144, 'App\\Models\\User', 62), (144, 'App\\Models\\User', 63), (144, 'App\\Models\\User', 64), (144, 'App\\Models\\User', 65), (144, 'App\\Models\\User', 66), (144, 'App\\Models\\User', 67), (144, 'App\\Models\\User', 68), (144, 'App\\Models\\User', 69), (144, 'App\\Models\\User', 70), (144, 'App\\Models\\User', 71), (144, 'App\\Models\\User', 72), (144, 'App\\Models\\User', 73), (144, 'App\\Models\\User', 74), (144, 'App\\Models\\User', 75), (144, 'App\\Models\\User', 76), (144, 'App\\Models\\User', 77), (144, 'App\\Models\\User', 78), (144, 'App\\Models\\User', 79), (144, 'App\\Models\\User', 80), (144, 'App\\Models\\User', 81), (144, 'App\\Models\\User', 82), (144, 'App\\Models\\User', 83), (144, 'App\\Models\\User', 84), (144, 'App\\Models\\User', 85), (144, 'App\\Models\\User', 86), (145, 'App\\Models\\User', 1), (145, 'App\\Models\\User', 5), (145, 'App\\Models\\User', 6), (145, 'App\\Models\\User', 7), (145, 'App\\Models\\User', 8), (145, 'App\\Models\\User', 9), (145, 'App\\Models\\User', 10), (145, 'App\\Models\\User', 11), (145, 'App\\Models\\User', 12), (145, 'App\\Models\\User', 61), (145, 'App\\Models\\User', 62), (145, 'App\\Models\\User', 63), (145, 'App\\Models\\User', 64), (145, 'App\\Models\\User', 65), (145, 'App\\Models\\User', 66), (145, 'App\\Models\\User', 67), (145, 'App\\Models\\User', 68), (145, 'App\\Models\\User', 69), (145, 'App\\Models\\User', 70), (145, 'App\\Models\\User', 71), (145, 'App\\Models\\User', 72), (145, 'App\\Models\\User', 73), (145, 'App\\Models\\User', 74), (145, 'App\\Models\\User', 75), (145, 'App\\Models\\User', 76), (145, 'App\\Models\\User', 77), (145, 'App\\Models\\User', 78), (145, 'App\\Models\\User', 79), (145, 'App\\Models\\User', 80), (145, 'App\\Models\\User', 81), (145, 'App\\Models\\User', 82), (145, 'App\\Models\\User', 83), (145, 'App\\Models\\User', 84), (145, 'App\\Models\\User', 85), (145, 'App\\Models\\User', 86), (146, 'App\\Models\\User', 1), (146, 'App\\Models\\User', 5), (146, 'App\\Models\\User', 6), (146, 'App\\Models\\User', 7), (146, 'App\\Models\\User', 8), (146, 'App\\Models\\User', 9), (146, 'App\\Models\\User', 10), (146, 'App\\Models\\User', 11), (146, 'App\\Models\\User', 12), (146, 'App\\Models\\User', 61), (146, 'App\\Models\\User', 62), (146, 'App\\Models\\User', 63), (146, 'App\\Models\\User', 64), (146, 'App\\Models\\User', 65), (146, 'App\\Models\\User', 66), (146, 'App\\Models\\User', 67), (146, 'App\\Models\\User', 68), (146, 'App\\Models\\User', 69), (146, 'App\\Models\\User', 70), (146, 'App\\Models\\User', 71), (146, 'App\\Models\\User', 72), (146, 'App\\Models\\User', 73), (146, 'App\\Models\\User', 74), (146, 'App\\Models\\User', 75), (146, 'App\\Models\\User', 76), (146, 'App\\Models\\User', 77), (146, 'App\\Models\\User', 78), (146, 'App\\Models\\User', 79), (146, 'App\\Models\\User', 80), (146, 'App\\Models\\User', 81), (146, 'App\\Models\\User', 82), (146, 'App\\Models\\User', 83), (146, 'App\\Models\\User', 84), (146, 'App\\Models\\User', 85), (146, 'App\\Models\\User', 86), (147, 'App\\Models\\User', 1), (147, 'App\\Models\\User', 5), (147, 'App\\Models\\User', 6), (147, 'App\\Models\\User', 7), (147, 'App\\Models\\User', 8), (147, 'App\\Models\\User', 9), (147, 'App\\Models\\User', 10), (147, 'App\\Models\\User', 11), (147, 'App\\Models\\User', 12), (147, 'App\\Models\\User', 61), (147, 'App\\Models\\User', 62), (147, 'App\\Models\\User', 63), (147, 'App\\Models\\User', 64), (147, 'App\\Models\\User', 65), (147, 'App\\Models\\User', 66), (147, 'App\\Models\\User', 67), (147, 'App\\Models\\User', 68), (147, 'App\\Models\\User', 69), (147, 'App\\Models\\User', 70), (147, 'App\\Models\\User', 71), (147, 'App\\Models\\User', 72), (147, 'App\\Models\\User', 73), (147, 'App\\Models\\User', 74), (147, 'App\\Models\\User', 75), (147, 'App\\Models\\User', 76), (147, 'App\\Models\\User', 77), (147, 'App\\Models\\User', 78), (147, 'App\\Models\\User', 79), (147, 'App\\Models\\User', 80), (147, 'App\\Models\\User', 81), (147, 'App\\Models\\User', 82), (147, 'App\\Models\\User', 83), (147, 'App\\Models\\User', 84), (147, 'App\\Models\\User', 85), (147, 'App\\Models\\User', 86), (148, 'App\\Models\\User', 1), (148, 'App\\Models\\User', 5), (148, 'App\\Models\\User', 6), (148, 'App\\Models\\User', 7), (148, 'App\\Models\\User', 8), (148, 'App\\Models\\User', 9), (148, 'App\\Models\\User', 10), (148, 'App\\Models\\User', 11), (148, 'App\\Models\\User', 12), (148, 'App\\Models\\User', 61), (148, 'App\\Models\\User', 62), (148, 'App\\Models\\User', 63), (148, 'App\\Models\\User', 64), (148, 'App\\Models\\User', 65), (148, 'App\\Models\\User', 66), (148, 'App\\Models\\User', 67), (148, 'App\\Models\\User', 68), (148, 'App\\Models\\User', 69), (148, 'App\\Models\\User', 70), (148, 'App\\Models\\User', 71), (148, 'App\\Models\\User', 72), (148, 'App\\Models\\User', 73), (148, 'App\\Models\\User', 74), (148, 'App\\Models\\User', 75), (148, 'App\\Models\\User', 76), (148, 'App\\Models\\User', 77), (148, 'App\\Models\\User', 78), (148, 'App\\Models\\User', 79), (148, 'App\\Models\\User', 80), (148, 'App\\Models\\User', 81), (148, 'App\\Models\\User', 82), (148, 'App\\Models\\User', 83), (148, 'App\\Models\\User', 84), (148, 'App\\Models\\User', 85), (148, 'App\\Models\\User', 86), (149, 'App\\Models\\User', 1), (149, 'App\\Models\\User', 5), (149, 'App\\Models\\User', 6), (149, 'App\\Models\\User', 7), (149, 'App\\Models\\User', 8), (149, 'App\\Models\\User', 9), (149, 'App\\Models\\User', 10), (149, 'App\\Models\\User', 11), (149, 'App\\Models\\User', 12), (149, 'App\\Models\\User', 61), (149, 'App\\Models\\User', 62), (149, 'App\\Models\\User', 63), (149, 'App\\Models\\User', 64), (149, 'App\\Models\\User', 65), (149, 'App\\Models\\User', 66), (149, 'App\\Models\\User', 67), (149, 'App\\Models\\User', 68), (149, 'App\\Models\\User', 69), (149, 'App\\Models\\User', 70), (149, 'App\\Models\\User', 71), (149, 'App\\Models\\User', 72), (149, 'App\\Models\\User', 73), (149, 'App\\Models\\User', 74), (149, 'App\\Models\\User', 75), (149, 'App\\Models\\User', 76), (149, 'App\\Models\\User', 77), (149, 'App\\Models\\User', 78), (149, 'App\\Models\\User', 79), (149, 'App\\Models\\User', 80), (149, 'App\\Models\\User', 81), (149, 'App\\Models\\User', 82), (149, 'App\\Models\\User', 83), (149, 'App\\Models\\User', 84), (149, 'App\\Models\\User', 85), (149, 'App\\Models\\User', 86), (150, 'App\\Models\\User', 1), (150, 'App\\Models\\User', 5), (150, 'App\\Models\\User', 6), (150, 'App\\Models\\User', 7), (150, 'App\\Models\\User', 8), (150, 'App\\Models\\User', 9), (150, 'App\\Models\\User', 10), (150, 'App\\Models\\User', 11), (150, 'App\\Models\\User', 12), (150, 'App\\Models\\User', 61), (150, 'App\\Models\\User', 62), (150, 'App\\Models\\User', 63), (150, 'App\\Models\\User', 64), (150, 'App\\Models\\User', 65), (150, 'App\\Models\\User', 66), (150, 'App\\Models\\User', 67), (150, 'App\\Models\\User', 68), (150, 'App\\Models\\User', 69), (150, 'App\\Models\\User', 70), (150, 'App\\Models\\User', 71), (150, 'App\\Models\\User', 72), (150, 'App\\Models\\User', 73), (150, 'App\\Models\\User', 74), (150, 'App\\Models\\User', 75), (150, 'App\\Models\\User', 76), (150, 'App\\Models\\User', 77), (150, 'App\\Models\\User', 78), (150, 'App\\Models\\User', 79), (150, 'App\\Models\\User', 80), (150, 'App\\Models\\User', 81), (150, 'App\\Models\\User', 82), (150, 'App\\Models\\User', 83), (150, 'App\\Models\\User', 84), (150, 'App\\Models\\User', 85), (150, 'App\\Models\\User', 86), (151, 'App\\Models\\User', 1), (151, 'App\\Models\\User', 5), (151, 'App\\Models\\User', 6), (151, 'App\\Models\\User', 7), (151, 'App\\Models\\User', 8), (151, 'App\\Models\\User', 9), (151, 'App\\Models\\User', 10), (151, 'App\\Models\\User', 11), (151, 'App\\Models\\User', 12), (151, 'App\\Models\\User', 61), (151, 'App\\Models\\User', 62), (151, 'App\\Models\\User', 63), (151, 'App\\Models\\User', 64), (151, 'App\\Models\\User', 65), (151, 'App\\Models\\User', 66), (151, 'App\\Models\\User', 67), (151, 'App\\Models\\User', 68), (151, 'App\\Models\\User', 69), (151, 'App\\Models\\User', 70), (151, 'App\\Models\\User', 71), (151, 'App\\Models\\User', 72), (151, 'App\\Models\\User', 73), (151, 'App\\Models\\User', 74), (151, 'App\\Models\\User', 75), (151, 'App\\Models\\User', 76), (151, 'App\\Models\\User', 77), (151, 'App\\Models\\User', 78), (151, 'App\\Models\\User', 79), (151, 'App\\Models\\User', 80), (151, 'App\\Models\\User', 81), (151, 'App\\Models\\User', 82), (151, 'App\\Models\\User', 83), (151, 'App\\Models\\User', 84), (151, 'App\\Models\\User', 85), (151, 'App\\Models\\User', 86); -- -------------------------------------------------------- -- -- Table structure for table `model_has_roles` -- CREATE TABLE `model_has_roles` ( `role_id` bigint(20) UNSIGNED NOT NULL, `model_type` varchar(255) NOT NULL, `model_id` bigint(20) UNSIGNED NOT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -- Dumping data for table `model_has_roles` -- INSERT INTO `model_has_roles` (`role_id`, `model_type`, `model_id`) VALUES (1, 'App\\Models\\User', 1), (2, 'App\\Models\\User', 2), (4, 'App\\Models\\User', 3), (4, 'App\\Models\\User', 5), (4, 'App\\Models\\User', 6), (4, 'App\\Models\\User', 7), (4, 'App\\Models\\User', 8), (4, 'App\\Models\\User', 9), (4, 'App\\Models\\User', 10), (4, 'App\\Models\\User', 11), (4, 'App\\Models\\User', 12), (4, 'App\\Models\\User', 61), (4, 'App\\Models\\User', 62), (4, 'App\\Models\\User', 63), (4, 'App\\Models\\User', 64), (4, 'App\\Models\\User', 65), (4, 'App\\Models\\User', 66), (4, 'App\\Models\\User', 67), (4, 'App\\Models\\User', 68), (4, 'App\\Models\\User', 69), (4, 'App\\Models\\User', 70), (4, 'App\\Models\\User', 71), (4, 'App\\Models\\User', 72), (4, 'App\\Models\\User', 73), (4, 'App\\Models\\User', 74), (4, 'App\\Models\\User', 75), (4, 'App\\Models\\User', 76), (4, 'App\\Models\\User', 77), (4, 'App\\Models\\User', 78), (4, 'App\\Models\\User', 79), (4, 'App\\Models\\User', 80), (4, 'App\\Models\\User', 81), (4, 'App\\Models\\User', 82), (4, 'App\\Models\\User', 83), (4, 'App\\Models\\User', 84), (4, 'App\\Models\\User', 85), (4, 'App\\Models\\User', 86), (6, 'App\\Models\\User', 23), (6, 'App\\Models\\User', 24), (6, 'App\\Models\\User', 25), (6, 'App\\Models\\User', 29), (6, 'App\\Models\\User', 30), (6, 'App\\Models\\User', 31), (6, 'App\\Models\\User', 32), (6, 'App\\Models\\User', 33), (6, 'App\\Models\\User', 34), (6, 'App\\Models\\User', 35), (6, 'App\\Models\\User', 36), (6, 'App\\Models\\User', 37), (6, 'App\\Models\\User', 39), (6, 'App\\Models\\User', 42), (6, 'App\\Models\\User', 44), (6, 'App\\Models\\User', 54), (6, 'App\\Models\\User', 55), (6, 'App\\Models\\User', 56), (6, 'App\\Models\\User', 57), (6, 'App\\Models\\User', 59), (6, 'App\\Models\\User', 60), (6, 'App\\Models\\User', 87), (6, 'App\\Models\\User', 88), (7, 'App\\Models\\User', 4), (8, 'App\\Models\\User', 27), (8, 'App\\Models\\User', 28), (8, 'App\\Models\\User', 38), (8, 'App\\Models\\User', 40), (8, 'App\\Models\\User', 41), (8, 'App\\Models\\User', 43), (8, 'App\\Models\\User', 45), (8, 'App\\Models\\User', 46), (8, 'App\\Models\\User', 52), (8, 'App\\Models\\User', 53), (8, 'App\\Models\\User', 58), (9, 'App\\Models\\User', 47), (9, 'App\\Models\\User', 48), (10, 'App\\Models\\User', 26), (10, 'App\\Models\\User', 49), (10, 'App\\Models\\User', 50), (10, 'App\\Models\\User', 51); -- -------------------------------------------------------- -- -- Table structure for table `notifications` -- CREATE TABLE `notifications` ( `id` bigint(20) UNSIGNED NOT NULL, `customer_id` bigint(20) UNSIGNED NOT NULL, `title` varchar(255) DEFAULT NULL, `message` varchar(255) NOT NULL, `isRead` tinyint(1) DEFAULT 0, `created_at` timestamp NULL DEFAULT NULL, `updated_at` timestamp NULL DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -- Dumping data for table `notifications` -- INSERT INTO `notifications` (`id`, `customer_id`, `title`, `message`, `isRead`, `created_at`, `updated_at`) VALUES (1, 21, 'New Order Added', 'Hello,\rNew order added from tester56 .\rTotal amount : 220 \rPick Date: 11 May 2026 - \rDelivery Date: TBD (Rush)', 0, '2026-05-11 13:20:22', '2026-05-11 13:20:22'), (2, 21, 'New Order Added', 'Hello,\rNew order added from tester56 .\rTotal amount : 220 \rPick Date: 11 May 2026 - \rDelivery Date: 15 May 2026 - ', 0, '2026-05-11 13:21:08', '2026-05-11 13:21:08'), (3, 21, 'New Order Added', 'Hello,\rNew order added from tester56 .\rTotal amount : 360 \rPick Date: 11 May 2026 - \rDelivery Date: 14 May 2026 - ', 0, '2026-05-11 13:24:00', '2026-05-11 13:24:00'), (4, 21, 'New Order Added', 'Hello,\rNew order added from tester56 .\rTotal amount : 560 \rPick Date: 11 May 2026 - \rDelivery Date: TBD (Rush)', 0, '2026-05-11 13:25:34', '2026-05-11 13:25:34'), (5, 3, 'New Order Added', 'Hello,\rNew order added from tester .\rTotal amount : 384 \rPick Date: 11 May 2026 - \rDelivery Date: 11 May 2026 - ', 0, '2026-05-11 13:38:08', '2026-05-11 13:38:08'); -- -------------------------------------------------------- -- -- Table structure for table `oauth_access_tokens` -- CREATE TABLE `oauth_access_tokens` ( `id` varchar(100) NOT NULL, `user_id` bigint(20) UNSIGNED DEFAULT NULL, `client_id` bigint(20) UNSIGNED NOT NULL, `name` varchar(255) DEFAULT NULL, `scopes` text DEFAULT NULL, `revoked` tinyint(1) NOT NULL, `created_at` timestamp NULL DEFAULT NULL, `updated_at` timestamp NULL DEFAULT NULL, `expires_at` datetime DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -- Dumping data for table `oauth_access_tokens` -- INSERT INTO `oauth_access_tokens` (`id`, `user_id`, `client_id`, `name`, `scopes`, `revoked`, `created_at`, `updated_at`, `expires_at`) VALUES ('08201f833df579e181cf05a570ca0d38628cdeba6547501abb03552b14008ea05ca558218596a7a5', 32, 2, 'user token', '[]', 0, '2026-04-29 13:01:37', '2026-04-29 13:01:37', '2027-04-29 13:01:37'), ('0a5626c769fe6cb51eaed6933923b527c534bd3d92b185d6a8236a8cbb2a88cacd4c8e52a872a470', 57, 2, 'user token', '[]', 0, '2026-05-05 14:17:00', '2026-05-05 14:17:00', '2027-05-05 14:17:00'), ('0acc3078b5ff09dc68e8ca45045772404a916b58ec5069a50844fbe9e9c723398c4715886faa15a3', 40, 2, 'user token', '[]', 0, '2026-05-11 11:39:54', '2026-05-11 11:39:54', '2027-05-11 11:39:54'), ('0d5c716142d8ccf1bf98c2506e2e65263706e6669cb5550e74c39d8f06d63cdf018d7f366018923b', 25, 2, 'user token', '[]', 0, '2026-05-08 10:12:32', '2026-05-08 10:12:32', '2027-05-08 10:12:32'), ('0f1458d2672fcd440f896e3ff43a1f03cd9946fef2ca850cb2047388b240c79194abe5704f93c6ab', 3, 2, 'user token', '[]', 0, '2026-05-05 11:34:33', '2026-05-05 11:34:33', '2027-05-05 11:34:33'), ('0f49b019fb19ad5bdcf9fcdd82078f8a400e0533784868f21f941350b2f670c2ee64cafebd08525b', 60, 2, 'user token', '[]', 0, '2026-05-06 10:36:24', '2026-05-06 10:36:24', '2027-05-06 10:36:24'), ('102766e7571b01e2e6b4052a311eda21c8f8536acf9ae21348f3af1a1207dc8b2024ef6803ee8a63', 57, 2, 'user token', '[]', 0, '2026-05-06 09:45:17', '2026-05-06 09:45:17', '2027-05-06 09:45:17'), ('145daa562bf479a53e541c8489fe7f6fb4c4fd2cdaca427b4da874aa6185161822085b2032cec5fa', 42, 2, 'user token', '[]', 0, '2026-04-30 15:52:36', '2026-04-30 15:52:36', '2027-04-30 15:52:36'), ('1613d77e11d6349e7991c40c0cc40e7577e409d37e33ee17b987f45131a4cce064dc682112006a08', 3, 2, 'user token', '[]', 0, '2026-04-30 16:45:29', '2026-04-30 16:45:29', '2027-04-30 16:45:29'), ('1885b5af3b7bc8709ec336ae568b3ef1d9c6dff08aba904b8d248cc539930466b25e6d478be17ec3', 3, 2, 'user token', '[]', 0, '2026-04-28 11:58:55', '2026-04-28 11:58:55', '2027-04-28 11:58:55'), ('1dc236d23871dd6d255dfd79155d3b6053b4c70002d57a1b4a9f2a543a006e04097f04e95f470b63', 3, 2, 'user token', '[]', 0, '2026-04-28 10:43:52', '2026-04-28 10:43:52', '2027-04-28 10:43:52'), ('1de8ad864883655d38e61a56cf572e28921a0e9f63fa7a93118d10ca81791819f9896c186b3672ca', 88, 2, 'user token', '[]', 0, '2026-05-11 13:19:11', '2026-05-11 13:19:11', '2027-05-11 13:19:11'), ('1f9d66f45d008c68888d3b7f94ccc4d7d00a43a357cd00e119194c09ff4d6ea7b48bef092b8df72f', 26, 2, 'user token', '[]', 0, '2026-04-30 15:24:38', '2026-04-30 15:24:38', '2027-04-30 15:24:38'), ('20ab72cb82cce2e0861c7564d98c56abe7a2d33ebf051be8150b6e4de434560be1b797506f57f722', 32, 2, 'user token', '[]', 0, '2026-04-29 11:24:32', '2026-04-29 11:24:32', '2027-04-29 11:24:32'), ('2383db7879c0222604513f7b7cb9c19b3c17c98717cd9364d7c7145b0c5106719d6059b45674bbce', 25, 2, 'user token', '[]', 0, '2026-04-28 11:12:32', '2026-04-28 11:12:32', '2027-04-28 11:12:32'), ('23cac121b8e369865a65ff2d407b58a72b0a0928d650f11053690006c95a851c9c5cc15674461552', 3, 2, 'user token', '[]', 0, '2026-05-06 10:37:31', '2026-05-06 10:37:31', '2027-05-06 10:37:31'), ('272bb42d2a87d0105127f044491a40f2e6288c17deabc63f1c531033366ca5a5abb2c6bb27a5d529', 29, 2, 'user token', '[]', 0, '2026-04-30 09:54:14', '2026-04-30 09:54:14', '2027-04-30 09:54:14'), ('27b712d32749b55d7be6fdc633f442d5a03c1a2402e4b3d467e5cf72e16dbac616b0abca5f0225c6', 3, 2, 'user token', '[]', 0, '2026-04-29 11:01:02', '2026-04-29 11:01:02', '2027-04-29 11:01:02'), ('29e5a0a58303ac77d3e2eb435eb7e57542fa05a56eb945138ddc68e9210e7f58ea0f92c230e23ee6', 37, 2, 'user token', '[]', 0, '2026-04-29 15:29:00', '2026-04-29 15:29:00', '2027-04-29 15:29:00'), ('2cddc026bcf304cf3736028d60f6c426ccbf235aab41bf00f8070c2859191bed64e86b5a9733b1ba', 3, 1, 'user token', '[]', 0, '2026-04-27 22:41:19', '2026-04-27 22:41:19', '2027-04-27 22:41:19'), ('30ec5f879fc15752f9a0ce9671dfc656650cd29fc317eb7fd59acea96b13b04253121dff5b929e02', 3, 2, 'user token', '[]', 0, '2026-04-30 00:07:56', '2026-04-30 00:07:56', '2027-04-30 00:07:56'), ('34d5477d29ffd8fc54c0309e20091b8b8deff840f34792777ec7f5a1829ad5a03780d2bdf2623334', 31, 2, 'user token', '[]', 0, '2026-04-29 10:55:55', '2026-04-29 10:55:55', '2027-04-29 10:55:55'), ('3569185de88e523afe37d0cfd41d2c56665bf167f73b115e676b9d9cf21c3e7c42338a3415581bb6', 57, 2, 'user token', '[]', 0, '2026-05-05 14:23:29', '2026-05-05 14:23:29', '2027-05-05 14:23:29'), ('365eb213c30b938cc67add746afb67ce67a9544b57d022a4f301f851d0b2a47e0881cba9e98e3838', 57, 2, 'user token', '[]', 0, '2026-05-05 12:19:12', '2026-05-05 12:19:12', '2027-05-05 12:19:12'), ('3738a78767d8634a3ee13bcd991c123b1461183bde41ebeb245da166c619193b8a979b60980651e5', 26, 2, 'user token', '[]', 0, '2026-04-30 15:24:49', '2026-04-30 15:24:49', '2027-04-30 15:24:49'), ('378fd79e5fa4584f516d7b889bce38fd7a6a83ab579afb0ab017d0e752f1c4caaedce21e5e371198', 3, 2, 'user token', '[]', 0, '2026-04-30 15:40:41', '2026-04-30 15:40:41', '2027-04-30 15:40:41'), ('41c1a30cc958bfd12d1ce1ca5a9de0a39503d39062fe1c3b819e8a902ae1f8e33870097266a84775', 32, 2, 'user token', '[]', 0, '2026-04-29 14:08:20', '2026-04-29 14:08:20', '2027-04-29 14:08:20'), ('42f4b86317346c16528d43b2d04a279773e8dcb064107eec349907c67c56a3e144d2a2fa5d28a582', 3, 2, 'user token', '[]', 0, '2026-04-30 15:50:45', '2026-04-30 15:50:45', '2027-04-30 15:50:45'), ('43dfaf854360e5f2218b6ce1ef2d5f4d39fe237fde31694388b5b6ea10c1f3e28e1718d19cf18cfd', 25, 1, 'user token', '[]', 0, '2026-04-27 19:49:34', '2026-04-27 19:49:34', '2027-04-27 19:49:34'), ('4c8a2513dc1652567f1432b8514be285de81182d67ff83f0851ae267f1dfc99d475b6d72006e09f4', 3, 2, 'user token', '[]', 0, '2026-05-11 10:10:49', '2026-05-11 10:10:49', '2027-05-11 10:10:49'), ('4d40ff047c82926802e66653ad921dcb279622c47a079f3cefd819f3239a475232cb5e98987ac0c5', 40, 2, 'user token', '[]', 1, '2026-05-11 12:44:42', '2026-05-11 13:22:44', '2027-05-11 12:44:42'), ('565d0360d9d3dd980c588eff1b69d18d193b34597a8d9d346517354ed310b48bc156ed58d5ed96b9', 3, 2, 'user token', '[]', 0, '2026-05-11 12:39:22', '2026-05-11 12:39:22', '2027-05-11 12:39:22'), ('568b786956199c551db0293b6b77c01e70c5359dadae2de4660e1ffec8ca91295913d90ecf5d98ac', 46, 2, 'user token', '[]', 0, '2026-04-30 23:15:24', '2026-04-30 23:15:24', '2027-04-30 23:15:24'), ('57b9a682e81ecfd1f096b33c0ea95b352ad638142bc8dc27f336b043922d8752453b785565f68cfb', 46, 2, 'user token', '[]', 0, '2026-04-30 23:07:53', '2026-04-30 23:07:53', '2027-04-30 23:07:53'), ('5cd1f03840cb82f7641d64268f91456f734999a0a7b64eeafc0fae4bc25bd6d020fe6b3bf3b14460', 57, 2, 'user token', '[]', 0, '2026-05-05 15:02:37', '2026-05-05 15:02:37', '2027-05-05 15:02:37'), ('5d43b3b9b019e7a110dafba3f6231f181396560a4c7fe72d892c239718fc732009db66ab47b3b04f', 60, 2, 'user token', '[]', 0, '2026-05-06 10:33:37', '2026-05-06 10:33:37', '2027-05-06 10:33:37'), ('5d9b5245132edd32e5e621a220cd575358b5e21e5542553af525a06a9084a51d5e59611aeedc4159', 30, 2, 'user token', '[]', 0, '2026-04-29 10:54:09', '2026-04-29 10:54:09', '2027-04-29 10:54:09'), ('657fb939f5f742e4565ddc13790506b04f1ce24090babecd0c67468ef6a165ee603543a1b9e0ce3e', 28, 2, 'user token', '[]', 0, '2026-04-28 10:45:16', '2026-04-28 10:45:16', '2027-04-28 10:45:16'), ('699db767bbf5ed9ed0b09066a58428e2cb82706f965c26b6ec0583718e1314cdbe37a7b469ef74aa', 39, 2, 'user token', '[]', 0, '2026-04-30 11:06:58', '2026-04-30 11:06:58', '2027-04-30 11:06:58'), ('6cf13b6b457078f7a1b6864128398ef32314b8a1aea7d96621767ab15857d4cf0bb80897a9edbbfd', 35, 2, 'user token', '[]', 0, '2026-04-29 13:16:15', '2026-04-29 13:16:15', '2027-04-29 13:16:15'), ('6d4140ad9c3fdea441f37026a0d555b7ba62113c660d642d66013cbefc2331de252714b419a73ebc', 29, 2, 'user token', '[]', 0, '2026-04-29 08:59:55', '2026-04-29 08:59:55', '2027-04-29 08:59:55'), ('6fd0a54f0f03d91afa31cd5a94130adfb5236a1f4a25f6148918498df2037f9457db01d510da3b4e', 3, 1, 'user token', '[]', 0, '2026-04-28 08:10:09', '2026-04-28 08:10:09', '2027-04-28 08:10:09'), ('715a570749c351937f2a1d38d276b912321b7fc5291082237eb87d9a785b4e842e0fc2056cde297c', 88, 2, 'user token', '[]', 0, '2026-05-11 12:36:06', '2026-05-11 12:36:06', '2027-05-11 12:36:06'), ('731f4169430070c211a683b7272ffdf7a18362954177a7499bd6908f86392aa52631f554d52f8da7', 26, 2, 'user token', '[]', 0, '2026-04-30 15:36:36', '2026-04-30 15:36:36', '2027-04-30 15:36:36'), ('73ad362016c7b5446ef9a1d70c6bcb6097d5092f216c0e9ade5941e104b7dbe7d9ac919376698233', 40, 2, 'user token', '[]', 0, '2026-05-11 11:41:28', '2026-05-11 11:41:28', '2027-05-11 11:41:28'), ('756c98bd4548c7f0f14b5abe11f007dc9529f5a13f6d712c18392b9c4cbb034e572b924b5955b55c', 23, 1, 'user token', '[]', 0, '2026-04-26 13:44:09', '2026-04-26 13:44:09', '2027-04-26 21:44:09'), ('75e2165b7ea0dc1923acb5e01a010dd11f47d980248c6b5ea1f5a77469c77e0969615ec77285237d', 3, 2, 'user token', '[]', 0, '2026-05-05 13:33:30', '2026-05-05 13:33:30', '2027-05-05 13:33:30'), ('7769752d2374ca2e025a492c381a5fa0d50e4c90d7c8b6223ee10e07d953f11851601f15487ac408', 26, 2, 'user token', '[]', 0, '2026-04-30 15:42:52', '2026-04-30 15:42:52', '2027-04-30 15:42:52'), ('7b32f001bc3118089582208c42496c6130ffb6650b0fc40698ab2df7bb5d611531360145ca428da7', 3, 2, 'user token', '[]', 0, '2026-04-28 14:09:13', '2026-04-28 14:09:13', '2027-04-28 14:09:13'), ('7d65a42f79b76df8eaf0f960fa4f2fd71df9001c3edc80d4138983ea056860c86eb8bc29ef60f016', 3, 2, 'user token', '[]', 0, '2026-04-28 11:02:56', '2026-04-28 11:02:56', '2027-04-28 11:02:56'), ('7e6718977f546f2aaa3fc20cdf8c450941db4d652bf0fac77fbfbf7c24d448ba08b2ee6066ffbd47', 26, 1, 'user token', '[]', 0, '2026-04-27 21:23:35', '2026-04-27 21:23:35', '2027-04-27 21:23:35'), ('7e784d7611919af140f9863ad31636ddd4b1738f40edabfd44b842e2df7fc7a74c8fc175d06b670f', 26, 2, 'user token', '[]', 0, '2026-04-30 15:16:46', '2026-04-30 15:16:46', '2027-04-30 15:16:46'), ('834fc8ae9d445d0e867930974cff18270703ca776d31ee97f6e48c956972fcf0b175fdf0b762df6d', 36, 2, 'user token', '[]', 0, '2026-04-29 14:09:01', '2026-04-29 14:09:01', '2027-04-29 14:09:01'), ('881e324746c6167422d68f1367fb2d656ab14619bae2f29705efeea1c0aff59e8e0676d4a90f5d0b', 3, 2, 'user token', '[]', 0, '2026-05-05 13:50:25', '2026-05-05 13:50:25', '2027-05-05 13:50:25'), ('9156cfa9ea196b6540e2d035f3d3f79560f705b63a7e30872d9a48e8ed5619d34bb4df4f9ec32f51', 3, 2, 'user token', '[]', 0, '2026-04-29 11:57:03', '2026-04-29 11:57:03', '2027-04-29 11:57:03'), ('97c56913c410aba043a3ad4154b24ad88a51c54c966bf83ed624f4370ddb69f303f722875e6a45aa', 3, 2, 'user token', '[]', 0, '2026-05-05 10:20:26', '2026-05-05 10:20:26', '2027-05-05 10:20:26'), ('9b2b69d1caed83539cd27fd67c0deff305945899819110654f272518ceb10cb5334a2a930624d6e3', 43, 2, 'user token', '[]', 0, '2026-04-30 16:30:01', '2026-04-30 16:30:01', '2027-04-30 16:30:01'), ('9b388558ac3184b13f2d1b2402dc7660b0430818697df382e7bb604f18f9e6556fdceb8229f161af', 26, 2, 'user token', '[]', 0, '2026-04-30 15:31:33', '2026-04-30 15:31:33', '2027-04-30 15:31:33'), ('9da9f0b3757282a805d4f0dfd9d9b68d60fdefd23efc5fd0d9946d7f4813cb097b04bf40bd44e525', 24, 1, 'user token', '[]', 0, '2026-04-27 01:29:16', '2026-04-27 01:29:16', '2027-04-27 09:29:16'), ('9f2aa1acce94dc95365dfd73608bcf884795a1dbd88fcca16184ad2b70e1e7c3b8331cf935ef7d7c', 29, 2, 'user token', '[]', 0, '2026-04-28 13:54:47', '2026-04-28 13:54:47', '2027-04-28 13:54:47'), ('9f6169f99c0451984506efac5fb3a632094be2217c561ac63f9cd8c9fa3fb72debb2bf82a58b7f47', 29, 2, 'user token', '[]', 0, '2026-04-28 13:55:33', '2026-04-28 13:55:33', '2027-04-28 13:55:33'), ('a25cc20b6a4eaf356daaffce27b58db58dd2ed5c335f292bea41a28100042f0501abf0aea11931d3', 40, 2, 'user token', '[]', 0, '2026-05-11 13:22:58', '2026-05-11 13:22:58', '2027-05-11 13:22:58'), ('ab3b39580e9aafa09fdce36fa6692f048b1a58c43763ee82300a2adad7c2e7dcc12dc0e6a92266c4', 40, 2, 'user token', '[]', 0, '2026-05-11 12:40:58', '2026-05-11 12:40:58', '2027-05-11 12:40:58'), ('ac6a3ae9de8bbceca26a939415de5960d322bbc0450cd83ca1e66252fad1de0443212846ec3cf85e', 40, 2, 'user token', '[]', 0, '2026-04-30 15:30:40', '2026-04-30 15:30:40', '2027-04-30 15:30:40'), ('ae490140f216e7a77b4c392742d9294299c4d265d23c612abdf74e4b5f543c292816522fb67b1341', 3, 2, 'user token', '[]', 0, '2026-05-05 11:00:13', '2026-05-05 11:00:13', '2027-05-05 11:00:13'), ('b01d4da7d396e7158c7db8172dc8598c5f61030ed5c3380bac131287424502738581c5bd23e925f4', 43, 2, 'user token', '[]', 0, '2026-05-06 10:39:49', '2026-05-06 10:39:49', '2027-05-06 10:39:49'), ('b0d33720d7688c63784b30dca893f40a3ef9feb3bcdbe316f039df3961d1b95abcdf5dbbbb4fa16d', 58, 2, 'user token', '[]', 0, '2026-05-05 13:37:41', '2026-05-05 13:37:41', '2027-05-05 13:37:41'), ('b1f6432617f17e9e750e383851344095dbad0b5b03ba779e73c82865571e875fc8f2342be7cfd33d', 3, 1, 'user token', '[]', 0, '2026-04-26 07:25:57', '2026-04-26 07:25:57', '2027-04-26 15:25:57'), ('b44bda2c10ba8ba2e6c99dc4c60c356838f0ec9e7b37bda9f9b9a59ce9b81cde43a7f8bc70cd93a2', 3, 2, 'user token', '[]', 0, '2026-04-30 15:18:04', '2026-04-30 15:18:04', '2027-04-30 15:18:04'), ('b8eec036eb0d38d6ad187afabb4f121ee1f407271680b3f54ebee66a162e39137ecb00c465a15133', 3, 1, 'user token', '[]', 0, '2026-04-27 22:31:45', '2026-04-27 22:31:45', '2027-04-27 22:31:45'), ('c073e33879d04d644eb46396de77ceefe8b770683b1e29f97cd36db971212e702b92ce25f3d27aba', 3, 2, 'user token', '[]', 0, '2026-05-11 09:53:34', '2026-05-11 09:53:34', '2027-05-11 09:53:34'), ('c1bac05f74d5a8cde472d736e36c2d853e0c2e8042db5a31294fb18b772f2b59dd632c41c0bbad22', 57, 2, 'user token', '[]', 0, '2026-05-05 13:32:22', '2026-05-05 13:32:22', '2027-05-05 13:32:22'), ('c21fe776369334db7d0eb644debf33dd4f46ff64fc36032d9cb3fe7681141f85b56e128815a91592', 87, 2, 'user token', '[]', 0, '2026-05-11 09:53:15', '2026-05-11 09:53:15', '2027-05-11 09:53:15'), ('c2a871de8c0e4751450952fce4c5df82e241d2fc0065f31b366b4c399994cdcef88608663f2008c6', 3, 2, 'user token', '[]', 0, '2026-05-11 11:31:23', '2026-05-11 11:31:23', '2027-05-11 11:31:23'), ('c50f3be269c870ba364883130b3006bd81ae7f2014385693f60c95aa375cbf0827342ab88dace057', 43, 2, 'user token', '[]', 1, '2026-05-11 09:54:05', '2026-05-11 11:39:42', '2027-05-11 09:54:05'), ('c8d4e4650c3c083f401512e261b36accb12c5673143e01439e24dced6b666430f30d86f59c3b361d', 3, 2, 'user token', '[]', 0, '2026-05-11 11:37:51', '2026-05-11 11:37:51', '2027-05-11 11:37:51'), ('ca8da1e3d438616cc2ed299c69835b788a8273926eb1d6bd4f411a940157fb0de910b05771ecdf94', 88, 2, 'user token', '[]', 0, '2026-05-11 11:23:41', '2026-05-11 11:23:41', '2027-05-11 11:23:41'), ('cb08b19ccea6fec6d0d46502e38187240f44003b140d1b76ee1c69bdd1351b2ceba697677a346ef7', 26, 2, 'user token', '[]', 0, '2026-04-30 15:36:57', '2026-04-30 15:36:57', '2027-04-30 15:36:57'), ('ccc01aa30a44277799264f48d8723ba5ac8907f69b0a198fe45068f6961add3fb9bc8e57015063c0', 57, 2, 'user token', '[]', 0, '2026-05-05 11:02:15', '2026-05-05 11:02:15', '2027-05-05 11:02:15'), ('cddd9028ad0095e792d00eabd96f3131f7a0550c03fbe558a58d7d060a4ccaf3723e4755bb8e8987', 57, 2, 'user token', '[]', 1, '2026-05-11 11:13:35', '2026-05-11 11:15:24', '2027-05-11 11:13:35'), ('cfece0a654351eb8b54fa28b866435f1a9f406ba7141bd5042f293176fb92fe323011dd67140bbd8', 26, 2, 'user token', '[]', 0, '2026-04-30 15:22:29', '2026-04-30 15:22:29', '2027-04-30 15:22:29'), ('d158264ba60fda7fd0a33e95d20f8cfa2baeaeeb9dc796a741a733da0384d7161d9874844c381eb8', 30, 2, 'user token', '[]', 0, '2026-04-30 15:33:35', '2026-04-30 15:33:35', '2027-04-30 15:33:35'), ('d44a49cb5f1f873cac0517c55e406fec40fb424c650bb67e96cb4f4ae9967b1ca9559144d95ab64c', 26, 2, 'user token', '[]', 1, '2026-04-29 14:18:04', '2026-04-29 14:43:39', '2027-04-29 14:18:04'), ('da33378870986970eb2a931e1d16f40856b3373e8c8ec2ef996bf800c05cbc4a7be9d7192c64c3a1', 29, 2, 'user token', '[]', 0, '2026-04-28 14:45:52', '2026-04-28 14:45:52', '2027-04-28 14:45:52'), ('da57f8b070025379e76621e56fb48becd328400b40012ba5647a20bc052cf76f03c9284c5146bc83', 59, 2, 'user token', '[]', 0, '2026-05-05 15:14:25', '2026-05-05 15:14:25', '2027-05-05 15:14:25'), ('df341ada27c36f332082bbb436e28a0479d909843dd91dda440cfe5324617a07015e2f73b270fce6', 34, 2, 'user token', '[]', 0, '2026-04-29 12:56:57', '2026-04-29 12:56:57', '2027-04-29 12:56:57'), ('e192c2ace2cb95862ea25c2343938664bb02eecb4a01b95981c2c44d5ea4f8146812e7d9a8f0312a', 30, 2, 'user token', '[]', 0, '2026-04-29 11:23:35', '2026-04-29 11:23:35', '2027-04-29 11:23:35'), ('e1fb2641f7a8c12b465bad1d16ec730cda4d2ba0a37a233429384291ded9c5623267adb056425df7', 57, 2, 'user token', '[]', 0, '2026-05-05 13:44:57', '2026-05-05 13:44:57', '2027-05-05 13:44:57'), ('e856eb533514dab9ea0a06ff7d6ca7174bffcb5ce18796aa6fa74a5237e874999c8e526cc7430ea9', 3, 2, 'user token', '[]', 0, '2026-05-05 12:00:16', '2026-05-05 12:00:16', '2027-05-05 12:00:16'), ('eb99d57bc91532223f0bee554e447ad304f2f8d7f747485814751048faa2d59fa9a29596f1981c9c', 57, 2, 'user token', '[]', 0, '2026-05-05 15:06:30', '2026-05-05 15:06:30', '2027-05-05 15:06:30'), ('eb9a2b9cc6a0708981cf2c72cf984b4f316bc9e4a9c9d98a1a9425777a27538997c12d113668895b', 25, 2, 'user token', '[]', 0, '2026-04-29 14:22:20', '2026-04-29 14:22:20', '2027-04-29 14:22:20'), ('ec2d7211a099a65519026a5c727ef1816cd122e81af392b64b5648ee698c850485166fda2dccda85', 29, 2, 'user token', '[]', 0, '2026-04-30 09:55:47', '2026-04-30 09:55:47', '2027-04-30 09:55:47'), ('ee96a6b2d4557f209d84099c6cf122b8804b0b1b90b2a8664e81a324ac872e4a6f8fd3f4afdf67fe', 57, 2, 'user token', '[]', 0, '2026-05-05 10:23:57', '2026-05-05 10:23:57', '2027-05-05 10:23:57'), ('eee12a06b8735aacd6b6c35e18010c60101a0024831deb4816715ec2186122d1ee17afd7c97c32dc', 29, 2, 'user token', '[]', 0, '2026-04-28 15:01:51', '2026-04-28 15:01:51', '2027-04-28 15:01:51'), ('efd0fedd95b3b213bfc6a0b1597b0eb471cfb8ee845c49bf51ba07fc17049d888e7b02218f3943f9', 3, 1, 'user token', '[]', 0, '2026-04-28 10:13:16', '2026-04-28 10:13:16', '2027-04-28 10:13:16'), ('f30d14dd4bfe5bf184f259949ffe0d83965d59bb858efce8d35d6dfc47309903c6f6d29626df88b3', 40, 2, 'user token', '[]', 0, '2026-05-05 11:56:59', '2026-05-05 11:56:59', '2027-05-05 11:56:59'), ('f314e3702800234fb07b178b29d6b4ec5ce2ef99506d1c2146fb234cb34260721707ccdf9bf269f2', 29, 2, 'user token', '[]', 0, '2026-04-28 13:50:14', '2026-04-28 13:50:14', '2027-04-28 13:50:14'), ('f56f79680bf560c0e9c7b22af4f5e5904e9e1dc2b789fb8c6b156903ce3f5cc628a6bfa0f367bc9f', 40, 2, 'user token', '[]', 1, '2026-04-30 15:28:16', '2026-04-30 15:30:31', '2027-04-30 15:28:16'), ('f5736f74675bfb61eccbc725ea31fecd358d993afa5ccadf6777123e2325418c97a8fff2963cf8a8', 3, 2, 'user token', '[]', 0, '2026-05-05 11:12:04', '2026-05-05 11:12:04', '2027-05-05 11:12:04'); -- -------------------------------------------------------- -- -- Table structure for table `oauth_auth_codes` -- CREATE TABLE `oauth_auth_codes` ( `id` varchar(100) NOT NULL, `user_id` bigint(20) UNSIGNED NOT NULL, `client_id` bigint(20) UNSIGNED NOT NULL, `scopes` text DEFAULT NULL, `revoked` tinyint(1) NOT NULL, `expires_at` datetime DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -------------------------------------------------------- -- -- Table structure for table `oauth_clients` -- CREATE TABLE `oauth_clients` ( `id` bigint(20) UNSIGNED NOT NULL, `user_id` bigint(20) UNSIGNED DEFAULT NULL, `name` varchar(255) NOT NULL, `secret` varchar(100) DEFAULT NULL, `provider` varchar(255) DEFAULT NULL, `redirect` text NOT NULL, `personal_access_client` tinyint(1) NOT NULL, `password_client` tinyint(1) NOT NULL, `revoked` 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; -- -- Dumping data for table `oauth_clients` -- INSERT INTO `oauth_clients` (`id`, `user_id`, `name`, `secret`, `provider`, `redirect`, `personal_access_client`, `password_client`, `revoked`, `created_at`, `updated_at`) VALUES (1, NULL, 'Store-APP Personal Access', '5vBdNGWTAthnISxcmE9rJvVFVEaOy4MOkVnrW5J7', NULL, 'http://localhost', 1, 0, 0, '2026-04-26 07:25:34', '2026-04-26 07:25:34'), (2, NULL, 'Laravel Personal Access Client', 'PHdWwlTjrX10AyLx69SMtjSJreU2ifZ3O8EzOWBL', NULL, 'http://localhost', 1, 0, 0, '2026-04-28 10:41:46', '2026-04-28 10:41:46'), (3, NULL, 'Laravel Password Grant Client', '3xkjC4Qikf8L4pAhvNUuStmjCrawI7d6jXarj002', 'users', 'http://localhost', 0, 1, 0, '2026-04-28 10:41:46', '2026-04-28 10:41:46'); -- -------------------------------------------------------- -- -- Table structure for table `oauth_personal_access_clients` -- CREATE TABLE `oauth_personal_access_clients` ( `id` bigint(20) UNSIGNED NOT NULL, `client_id` bigint(20) UNSIGNED NOT NULL, `created_at` timestamp NULL DEFAULT NULL, `updated_at` timestamp NULL DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -- Dumping data for table `oauth_personal_access_clients` -- INSERT INTO `oauth_personal_access_clients` (`id`, `client_id`, `created_at`, `updated_at`) VALUES (1, 1, '2026-04-26 07:25:34', '2026-04-26 07:25:34'), (2, 2, '2026-04-28 10:41:46', '2026-04-28 10:41:46'); -- -------------------------------------------------------- -- -- Table structure for table `oauth_refresh_tokens` -- CREATE TABLE `oauth_refresh_tokens` ( `id` varchar(100) NOT NULL, `access_token_id` varchar(100) NOT NULL, `revoked` tinyint(1) NOT NULL, `expires_at` datetime 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, `order_code` varchar(255) NOT NULL, `slug` varchar(255) DEFAULT NULL, `prefix` varchar(255) DEFAULT NULL, `customer_id` bigint(20) UNSIGNED DEFAULT NULL, `store_id` bigint(20) UNSIGNED NOT NULL, `coupon_id` bigint(20) UNSIGNED DEFAULT NULL, `pos_order` tinyint(1) NOT NULL DEFAULT 0, `pick_date` date DEFAULT NULL, `delivery_date` date DEFAULT NULL, `pick_hour` varchar(255) DEFAULT NULL, `delivery_hour` varchar(255) DEFAULT NULL, `payable_amount` double NOT NULL, `paid_amount` decimal(12,2) NOT NULL DEFAULT 0.00, `total_amount` double NOT NULL, `discount` double NOT NULL DEFAULT 0, `delivery_charge` double NOT NULL DEFAULT 0, `delivery_surcharge` decimal(10,2) NOT NULL DEFAULT 0.00, `delivery_distance` decimal(8,2) DEFAULT NULL, `payment_status` varchar(255) NOT NULL, `order_status` varchar(255) NOT NULL, `payment_type` varchar(255) DEFAULT NULL, `fulfillment_type` varchar(255) DEFAULT NULL, `address_id` bigint(20) UNSIGNED DEFAULT NULL, `instruction` longtext DEFAULT NULL, `estimated_weight` decimal(8,2) DEFAULT NULL, `actual_weight` decimal(8,2) DEFAULT NULL, `is_weight_confirmed` tinyint(1) NOT NULL DEFAULT 0, `order_type` enum('item_based','machine_based') NOT NULL DEFAULT 'item_based', `package_type` varchar(255) DEFAULT NULL, `rush_surcharge` decimal(8,2) NOT NULL DEFAULT 0.00, `total_pieces` int(11) NOT NULL DEFAULT 0, `actual_pieces` int(11) DEFAULT NULL, `is_pieces_confirmed` tinyint(1) NOT NULL DEFAULT 0, `created_at` timestamp NULL DEFAULT NULL, `updated_at` timestamp NULL DEFAULT NULL, `created_by_type` varchar(255) DEFAULT NULL, `created_by_id` bigint(20) UNSIGNED DEFAULT NULL, `updated_by_type` varchar(255) DEFAULT NULL, `updated_by_id` bigint(20) UNSIGNED DEFAULT NULL, `invoice_path` varchar(255) DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -- Dumping data for table `orders` -- INSERT INTO `orders` (`id`, `order_code`, `slug`, `prefix`, `customer_id`, `store_id`, `coupon_id`, `pos_order`, `pick_date`, `delivery_date`, `pick_hour`, `delivery_hour`, `payable_amount`, `paid_amount`, `total_amount`, `discount`, `delivery_charge`, `delivery_surcharge`, `delivery_distance`, `payment_status`, `order_status`, `payment_type`, `fulfillment_type`, `address_id`, `instruction`, `estimated_weight`, `actual_weight`, `is_weight_confirmed`, `order_type`, `package_type`, `rush_surcharge`, `total_pieces`, `actual_pieces`, `is_pieces_confirmed`, `created_at`, `updated_at`, `created_by_type`, `created_by_id`, `updated_by_type`, `updated_by_id`, `invoice_path`) VALUES (1, '000001', 'order-6a0167165466e', 'MV', 21, 1, NULL, 0, NULL, NULL, '08:00:00', NULL, 270, 0.00, 220, 0, 0, 0.00, NULL, 'Pending', 'Pending', 'cop', 'drop_off', NULL, NULL, NULL, NULL, 0, 'item_based', NULL, 50.00, 0, NULL, 0, '2026-05-11 13:20:22', '2026-05-11 13:20:22', 'customer', 88, 'customer', 88, 'pdf/order1MV00000160161.pdf'), (2, '000002', 'order-6a0167442c539', 'MV', 21, 1, NULL, 0, NULL, '2026-05-15', '08:00:00', '12:00:00', 220, 0.00, 220, 0, 0, 0.00, NULL, 'Pending', 'Pending', 'cop', 'drop_off', NULL, NULL, NULL, NULL, 0, 'item_based', NULL, 0.00, 0, NULL, 0, '2026-05-11 13:21:08', '2026-05-11 13:21:08', 'customer', 88, 'customer', 88, 'pdf/order2MV00000229684.pdf'), (3, '000003', 'order-6a0167f029914', 'MV', 21, 1, NULL, 0, NULL, '2026-05-14', '08:00:00', '12:00:00', 360, 0.00, 360, 0, 0, 0.00, NULL, 'Pending', 'Pending', 'cop', 'drop_off', NULL, NULL, NULL, NULL, 0, 'item_based', NULL, 0.00, 0, NULL, 0, '2026-05-11 13:24:00', '2026-05-11 13:24:00', 'customer', 88, 'customer', 88, 'pdf/order3MV00000344283.pdf'), (4, '000004', 'order-6a016836388e6', 'MV', NULL, 1, NULL, 1, '2026-05-11', NULL, '13:00:00', NULL, 180, 0.00, 180, 0, 0, 0.00, NULL, 'Pending', 'Confirm', 'cash', NULL, NULL, NULL, NULL, NULL, 1, 'machine_based', NULL, 0.00, 0, NULL, 0, '2026-05-11 13:25:10', '2026-05-11 13:25:10', 'staff', 3, NULL, NULL, NULL), (5, '000005', 'order-6a01684e1310f', 'MV', 21, 1, NULL, 0, NULL, NULL, '08:00:00', NULL, 560, 0.00, 560, 0, 0, 0.00, NULL, 'Pending', 'Pending', 'cop', 'drop_off', NULL, NULL, NULL, NULL, 0, 'item_based', NULL, 0.00, 0, NULL, 0, '2026-05-11 13:25:34', '2026-05-11 13:25:34', 'customer', 88, 'customer', 88, 'pdf/order5MV00000521706.pdf'), (6, '000006', 'order-6a016864206eb', 'MV', NULL, 1, NULL, 1, '2026-05-11', NULL, '13:00:00', NULL, 180, 0.00, 180, 0, 0, 0.00, NULL, 'Pending', 'Confirm', 'cash', NULL, NULL, NULL, NULL, NULL, 1, 'machine_based', NULL, 0.00, 0, NULL, 0, '2026-05-11 13:25:56', '2026-05-11 13:25:56', 'staff', 3, NULL, NULL, NULL), (7, '000007', 'order-6a016b3f65caf', 'MV', 3, 1, NULL, 0, '2026-05-11', '2026-05-11', '10:00:00', '18:00:00', 82050, 82050.00, 82000, 0, 50, 86714.60, 8673.46, 'Paid', 'Confirm', 'cop', 'delivery', 11, NULL, NULL, 35.00, 1, 'item_based', NULL, 0.00, 0, 3, 1, '2026-05-11 13:38:07', '2026-05-11 13:39:44', 'customer', 30, 'driver', 43, 'pdf/order7MV00000788978.pdf'); -- -------------------------------------------------------- -- -- Table structure for table `order_products` -- CREATE TABLE `order_products` ( `id` bigint(20) UNSIGNED NOT NULL, `order_id` bigint(20) UNSIGNED NOT NULL, `product_id` bigint(20) UNSIGNED NOT NULL, `quantity` int(11) NOT NULL DEFAULT 1, `weight` decimal(8,2) DEFAULT NULL, `unit_price` double DEFAULT NULL, `service_label` varchar(255) DEFAULT NULL, `modifiers` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin 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 `order_products` -- INSERT INTO `order_products` (`id`, `order_id`, `product_id`, `quantity`, `weight`, `unit_price`, `service_label`, `modifiers`, `created_at`, `updated_at`) VALUES (1, 1, 122, 2, 22.00, 0, 'Wash', '{\"supplies\":[],\"extra_services\":{\"61\":2}}', '2026-05-11 13:20:22', '2026-05-11 13:20:22'), (2, 2, 122, 2, 22.00, 0, 'Wash', '{\"supplies\":[],\"extra_services\":{\"61\":2}}', '2026-05-11 13:21:08', '2026-05-11 13:21:08'), (3, 3, 124, 2, 22.00, 0, 'Dry', '{\"supplies\":[],\"extra_services\":{\"65\":2}}', '2026-05-11 13:24:00', '2026-05-11 13:24:00'), (4, 4, 119, 1, 2.00, 180, 'Full Service (Wash + Dry + Fold)', '{\"supplies\":{\"48\":2},\"extra_services\":[]}', '2026-05-11 13:25:10', '2026-05-11 13:25:10'), (5, 5, 120, 2, 22.00, 280, 'Full Service (Wash + Dry + Fold)', '{\"supplies\":[],\"extra_services\":{\"61\":2,\"65\":2}}', '2026-05-11 13:25:34', '2026-05-11 13:25:34'), (6, 6, 119, 1, 2.00, 180, 'Full Service (Wash + Dry + Fold)', '{\"supplies\":{\"47\":1,\"48\":1,\"52\":1,\"53\":1,\"54\":1,\"55\":1,\"56\":1},\"extra_services\":[]}', '2026-05-11 13:25:56', '2026-05-11 13:25:56'), (7, 7, 124, 3, 35.00, 0, 'Dry', '{\"supplies\":{\"49\":1,\"52\":1},\"extra_services\":{\"66\":3}}', '2026-05-11 13:38:07', '2026-05-11 13:38:07'); -- -------------------------------------------------------- -- -- Table structure for table `order_schedules` -- CREATE TABLE `order_schedules` ( `id` bigint(20) UNSIGNED NOT NULL, `store_id` bigint(20) UNSIGNED NOT NULL, `day` varchar(255) NOT NULL, `start_time` int(11) NOT NULL, `end_time` int(11) NOT NULL, `per_hour` int(11) NOT NULL, `is_active` tinyint(1) NOT NULL, `type` enum('pickup','delivery') 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 `order_status_logs` -- CREATE TABLE `order_status_logs` ( `id` bigint(20) UNSIGNED NOT NULL, `order_id` bigint(20) UNSIGNED NOT NULL, `from_status` varchar(255) DEFAULT NULL, `to_status` varchar(255) NOT NULL, `actor_type` varchar(255) NOT NULL, `actor_id` bigint(20) UNSIGNED DEFAULT NULL, `reason` 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 `order_status_logs` -- INSERT INTO `order_status_logs` (`id`, `order_id`, `from_status`, `to_status`, `actor_type`, `actor_id`, `reason`, `created_at`, `updated_at`) VALUES (1, 7, 'Pending', 'Confirm', 'staff', 3, 'manual update by seller', '2026-05-11 13:38:25', '2026-05-11 13:38:25'); -- -------------------------------------------------------- -- -- Table structure for table `owners_manuals` -- CREATE TABLE `owners_manuals` ( `id` bigint(20) UNSIGNED NOT NULL, `title` varchar(255) NOT NULL, `file_path` varchar(255) NOT NULL, `tags` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin 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 `owners_manuals` -- INSERT INTO `owners_manuals` (`id`, `title`, `file_path`, `tags`, `is_active`, `created_at`, `updated_at`) VALUES (9, 'Owner\'s Guide Express Clean', 'owners_manuals/fNig0xWUZoMxeHUdwyr8KVAAsCTKRZ8C3D1Gak4x.pdf', '[\"owners\",\"guide\",\"owners guide\"]', 1, '2026-05-08 16:32:47', '2026-05-08 16:32:47'); -- -------------------------------------------------------- -- -- Table structure for table `password_resets` -- CREATE TABLE `password_resets` ( `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, `object` varchar(255) NOT NULL, `brand` varchar(255) NOT NULL, `status` varchar(255) NOT NULL, `exp` date NOT NULL, `last_no` int(11) NOT NULL, `transaction` varchar(255) NOT NULL, `amount` float 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 `payment_gateways` -- CREATE TABLE `payment_gateways` ( `id` bigint(20) UNSIGNED NOT NULL, `name` varchar(255) NOT NULL, `title` varchar(255) NOT NULL, `media_id` bigint(20) UNSIGNED DEFAULT NULL, `mode` varchar(255) NOT NULL DEFAULT 'test' COMMENT 'test or live', `alias` varchar(255) DEFAULT NULL COMMENT 'controller namespace', `config` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, `is_active` tinyint(1) NOT NULL DEFAULT 0, `store_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 `payment_gateways` -- INSERT INTO `payment_gateways` (`id`, `name`, `title`, `media_id`, `mode`, `alias`, `config`, `is_active`, `store_id`, `created_at`, `updated_at`) VALUES (1, 'stripe', 'Stripe', 1, 'test', 'stripe', '{\"secret_key\": \"sk_test_AC8LYQ8cVN0RNGdhZ7G02zWe00lYKYw7LR\", \"published_key\": \"pk_test_2Iu9vNpu2ROjYOb9KHDBa3Hb00KSavaClK\"}', 0, NULL, NULL, '2026-04-25 12:31:24'), (2, 'razorpay', 'Razorpay', 2, 'test', 'razorpay', '{\"key\": \"rzp_test_k23Mr4BskGqpBu\", \"secret\": \"LTrXh7U5xWeZoAHcqdhemFkg\"}', 0, NULL, NULL, '2026-04-25 12:31:29'), (3, 'paystack', 'Paystack', 3, 'test', 'paystack', '{\"public_key\": \"pk_test_0c871ddaa80aafd5b64f14390e0745a6c3c274bc\", \"secret_key\": \"sk_test_03c7e6762cf1772676272d4677e21e60323610aa\", \"machant_email\": \"\"}', 0, NULL, NULL, '2026-04-25 12:31:36'), (4, 'payfast', 'PayFast', 4, 'test', 'payfast', '{\"merchant_id\": \"10036184\", \"merchant_key\": \"iz2owp36ngf2n\"}', 0, NULL, NULL, '2026-04-25 12:31:39'); -- -------------------------------------------------------- -- -- Table structure for table `permissions` -- CREATE TABLE `permissions` ( `id` bigint(20) UNSIGNED NOT NULL, `name` varchar(255) NOT NULL, `guard_name` varchar(255) NOT NULL, `created_at` timestamp NULL DEFAULT NULL, `updated_at` timestamp NULL DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -- Dumping data for table `permissions` -- INSERT INTO `permissions` (`id`, `name`, `guard_name`, `created_at`, `updated_at`) VALUES (1, 'root', 'web', '2026-04-25 12:03:13', '2026-04-25 12:03:13'), (2, 'pos.index', 'web', '2026-04-25 12:03:13', '2026-04-25 12:03:13'), (3, 'pos.store', 'web', '2026-04-25 12:03:13', '2026-04-25 12:03:13'), (4, 'pos.update', 'web', '2026-04-25 12:03:13', '2026-04-25 12:03:13'), (5, 'pos.sales', 'web', '2026-04-25 12:03:13', '2026-04-25 12:03:13'), (6, 'pos.payment', 'web', '2026-04-25 12:03:13', '2026-04-25 12:03:13'), (7, 'pos.customerStore', 'web', '2026-04-25 12:03:13', '2026-04-25 12:03:13'), (8, 'pos.order.show', 'web', '2026-04-25 12:03:13', '2026-04-25 12:03:13'), (9, 'pos.fetch.variants', 'web', '2026-04-25 12:03:13', '2026-04-25 12:03:13'), (10, 'pos.fetch.products', 'web', '2026-04-25 12:03:13', '2026-04-25 12:03:13'), (11, 'service.index', 'web', '2026-04-25 12:03:13', '2026-04-25 12:03:13'), (12, 'service.create', 'web', '2026-04-25 12:03:13', '2026-04-25 12:03:13'), (13, 'service.store', 'web', '2026-04-25 12:03:13', '2026-04-25 12:03:13'), (14, 'service.edit', 'web', '2026-04-25 12:03:13', '2026-04-25 12:03:13'), (15, 'service.update', 'web', '2026-04-25 12:03:13', '2026-04-25 12:03:13'), (16, 'service.status.toggle', 'web', '2026-04-25 12:03:13', '2026-04-25 12:03:13'), (17, 'additional.index', 'web', '2026-04-25 12:03:13', '2026-04-25 12:03:13'), (18, 'additional.create', 'web', '2026-04-25 12:03:13', '2026-04-25 12:03:13'), (19, 'additional.store', 'web', '2026-04-25 12:03:13', '2026-04-25 12:03:13'), (20, 'additional.edit', 'web', '2026-04-25 12:03:13', '2026-04-25 12:03:13'), (21, 'additional.update', 'web', '2026-04-25 12:03:13', '2026-04-25 12:03:13'), (22, 'additional.status.toggle', 'web', '2026-04-25 12:03:13', '2026-04-25 12:03:13'), (23, 'variant.index', 'web', '2026-04-25 12:03:13', '2026-04-25 12:03:13'), (24, 'variant.update', 'web', '2026-04-25 12:03:13', '2026-04-25 12:03:13'), (25, 'variant.create', 'web', '2026-04-25 12:03:13', '2026-04-25 12:03:13'), (26, 'variant.store', 'web', '2026-04-25 12:03:13', '2026-04-25 12:03:13'), (27, 'variant.products', 'web', '2026-04-25 12:03:13', '2026-04-25 12:03:13'), (28, 'subscription.index', 'web', '2026-04-25 12:03:13', '2026-04-25 12:03:13'), (29, 'subscription.report', 'web', '2026-04-25 12:03:13', '2026-04-25 12:03:13'), (30, 'subscription.status.chanage', 'web', '2026-04-25 12:03:13', '2026-04-25 12:03:13'), (31, 'subscription.store', 'web', '2026-04-25 12:03:13', '2026-04-25 12:03:13'), (32, 'subscription.update', 'web', '2026-04-25 12:03:13', '2026-04-25 12:03:13'), (33, 'subscription.purchase.index', 'web', '2026-04-25 12:03:13', '2026-04-25 12:03:13'), (34, 'subscription.purchase.update', 'web', '2026-04-25 12:03:13', '2026-04-25 12:03:13'), (35, 'notification.index', 'web', '2026-04-25 12:03:13', '2026-04-25 12:03:13'), (36, 'notification.send', 'web', '2026-04-25 12:03:13', '2026-04-25 12:03:13'), (37, 'customer.index', 'web', '2026-04-25 12:03:13', '2026-04-25 12:03:13'), (38, 'customer.show', 'web', '2026-04-25 12:03:13', '2026-04-25 12:03:13'), (39, 'customer.create', 'web', '2026-04-25 12:03:13', '2026-04-25 12:03:13'), (40, 'customer.store', 'web', '2026-04-25 12:03:13', '2026-04-25 12:03:13'), (41, 'customer.edit', 'web', '2026-04-25 12:03:13', '2026-04-25 12:03:13'), (42, 'customer.update', 'web', '2026-04-25 12:03:13', '2026-04-25 12:03:13'), (43, 'customer.change.password', 'web', '2026-04-25 12:03:13', '2026-04-25 12:03:13'), (44, 'customer.update.password', 'web', '2026-04-25 12:03:13', '2026-04-25 12:03:13'), (45, 'driver.assign', 'web', '2026-04-25 12:03:13', '2026-04-25 12:03:13'), (46, 'driver.status.toggle', 'web', '2026-04-25 12:03:13', '2026-04-25 12:03:13'), (47, 'product.index', 'web', '2026-04-25 12:03:13', '2026-04-25 12:03:13'), (48, 'product.create', 'web', '2026-04-25 12:03:13', '2026-04-25 12:03:13'), (49, 'product.store', 'web', '2026-04-25 12:03:13', '2026-04-25 12:03:13'), (50, 'product.show', 'web', '2026-04-25 12:03:13', '2026-04-25 12:03:13'), (51, 'product.edit', 'web', '2026-04-25 12:03:13', '2026-04-25 12:03:13'), (52, 'product.update', 'web', '2026-04-25 12:03:13', '2026-04-25 12:03:13'), (53, 'product.status.toggle', 'web', '2026-04-25 12:03:13', '2026-04-25 12:03:13'), (54, 'banner.index', 'web', '2026-04-25 12:03:13', '2026-04-25 12:03:13'), (55, 'banner.promotional', 'web', '2026-04-25 12:03:13', '2026-04-25 12:03:13'), (56, 'banner.store', 'web', '2026-04-25 12:03:13', '2026-04-25 12:03:13'), (57, 'banner.edit', 'web', '2026-04-25 12:03:13', '2026-04-25 12:03:13'), (58, 'banner.update', 'web', '2026-04-25 12:03:13', '2026-04-25 12:03:13'), (59, 'banner.destroy', 'web', '2026-04-25 12:03:13', '2026-04-25 12:03:13'), (60, 'banner.status.toggle', 'web', '2026-04-25 12:03:13', '2026-04-25 12:03:13'), (61, 'order.index', 'web', '2026-04-25 12:03:13', '2026-04-25 12:03:13'), (62, 'order.show', 'web', '2026-04-25 12:03:13', '2026-04-25 12:03:13'), (63, 'order.edit', 'web', '2026-04-25 12:03:13', '2026-04-25 12:03:13'), (64, 'order.status.change', 'web', '2026-04-25 12:03:13', '2026-04-25 12:03:13'), (65, 'order.print.labels', 'web', '2026-04-25 12:03:13', '2026-04-25 12:03:13'), (66, 'order.print.invioce', 'web', '2026-04-25 12:03:13', '2026-04-25 12:03:13'), (67, 'orderIncomplete.index', 'web', '2026-04-25 12:03:13', '2026-04-25 12:03:13'), (68, 'orderIncomplete.paid', 'web', '2026-04-25 12:03:13', '2026-04-25 12:03:13'), (69, 'revenue.index', 'web', '2026-04-25 12:03:13', '2026-04-25 12:03:13'), (70, 'revenue.generate.pdf', 'web', '2026-04-25 12:03:13', '2026-04-25 12:03:13'), (71, 'report.generate.pdf', 'web', '2026-04-25 12:03:13', '2026-04-25 12:03:13'), (72, 'coupon.index', 'web', '2026-04-25 12:03:13', '2026-04-25 12:03:13'), (73, 'coupon.create', 'web', '2026-04-25 12:03:13', '2026-04-25 12:03:13'), (74, 'coupon.store', 'web', '2026-04-25 12:03:13', '2026-04-25 12:03:13'), (75, 'coupon.edit', 'web', '2026-04-25 12:03:13', '2026-04-25 12:03:13'), (76, 'coupon.update', 'web', '2026-04-25 12:03:13', '2026-04-25 12:03:13'), (77, 'contact', 'web', '2026-04-25 12:03:13', '2026-04-25 12:03:13'), (78, 'driver.index', 'web', '2026-04-25 12:03:13', '2026-04-25 12:03:13'), (79, 'driver.create', 'web', '2026-04-25 12:03:13', '2026-04-25 12:03:13'), (80, 'driver.store', 'web', '2026-04-25 12:03:13', '2026-04-25 12:03:13'), (81, 'driverAssign', 'web', '2026-04-25 12:03:13', '2026-04-25 12:03:13'), (82, 'driver.details', 'web', '2026-04-25 12:03:13', '2026-04-25 12:03:13'), (83, 'profile.index', 'web', '2026-04-25 12:03:13', '2026-04-25 12:03:13'), (84, 'profile.update', 'web', '2026-04-25 12:03:13', '2026-04-25 12:03:13'), (85, 'profile.edit', 'web', '2026-04-25 12:03:13', '2026-04-25 12:03:13'), (86, 'profile.change-password', 'web', '2026-04-25 12:03:13', '2026-04-25 12:03:13'), (87, 'schedule.index', 'web', '2026-04-25 12:03:13', '2026-04-25 12:03:13'), (88, 'toggole.status.update', 'web', '2026-04-25 12:03:13', '2026-04-25 12:03:13'), (89, 'schedule.update', 'web', '2026-04-25 12:03:13', '2026-04-25 12:03:13'), (90, 'dashboard.calculation', 'web', '2026-04-25 12:03:13', '2026-04-25 12:03:13'), (91, 'dashboard.revenue', 'web', '2026-04-25 12:03:13', '2026-04-25 12:03:13'), (92, 'dashboard.overview', 'web', '2026-04-25 12:03:13', '2026-04-25 12:03:13'), (93, 'setting.show', 'web', '2026-04-25 12:03:13', '2026-04-25 12:03:13'), (94, 'setting.edit', 'web', '2026-04-25 12:03:13', '2026-04-25 12:03:13'), (95, 'setting.update', 'web', '2026-04-25 12:03:13', '2026-04-25 12:03:13'), (96, 'vendor.index', 'web', '2026-04-25 12:03:13', '2026-04-25 12:03:13'), (97, 'vendor.create', 'web', '2026-04-25 12:03:13', '2026-04-25 12:03:13'), (98, 'vendor.store', 'web', '2026-04-25 12:03:13', '2026-04-25 12:03:13'), (99, 'vendor.edit', 'web', '2026-04-25 12:03:13', '2026-04-25 12:03:13'), (100, 'vendor.update', 'web', '2026-04-25 12:03:13', '2026-04-25 12:03:13'), (101, 'vendor.delete', 'web', '2026-04-25 12:03:13', '2026-04-25 12:03:13'), (102, 'vendor.wallet', 'web', '2026-04-25 12:03:13', '2026-04-25 12:03:13'), (103, 'vendor.shop', 'web', '2026-04-25 12:03:13', '2026-04-25 12:03:13'), (104, 'vendor.shop.transaction', 'web', '2026-04-25 12:03:13', '2026-04-25 12:03:13'), (105, 'vendor.status.toggle', 'web', '2026-04-25 12:03:13', '2026-04-25 12:03:13'), (106, 'vendor.shop.details', 'web', '2026-04-25 12:03:13', '2026-04-25 12:03:13'), (107, 'vendor.commissionUpdate', 'web', '2026-04-25 12:03:13', '2026-04-25 12:03:13'), (108, 'shop.index', 'web', '2026-04-25 12:03:13', '2026-04-25 12:03:13'), (109, 'shop.create', 'web', '2026-04-25 12:03:13', '2026-04-25 12:03:13'), (110, 'shop.store', 'web', '2026-04-25 12:03:13', '2026-04-25 12:03:13'), (111, 'shop.edit', 'web', '2026-04-25 12:03:13', '2026-04-25 12:03:13'), (112, 'shop.update', 'web', '2026-04-25 12:03:13', '2026-04-25 12:03:13'), (113, 'shop.delete', 'web', '2026-04-25 12:03:13', '2026-04-25 12:03:13'), (114, 'shop.wallet', 'web', '2026-04-25 12:03:13', '2026-04-25 12:03:13'), (115, 'shop.transaction', 'web', '2026-04-25 12:03:13', '2026-04-25 12:03:13'), (116, 'shop.order', 'web', '2026-04-25 12:03:13', '2026-04-25 12:03:13'), (117, 'shop.status.toggle', 'web', '2026-04-25 12:03:13', '2026-04-25 12:03:13'), (118, 'shop.show', 'web', '2026-04-25 12:03:13', '2026-04-25 12:03:13'), (119, 'shoplist.index', 'web', '2026-04-25 12:03:13', '2026-04-25 12:03:13'), (120, 'shoplist.details', 'web', '2026-04-25 12:03:13', '2026-04-25 12:03:13'), (121, 'shop.service', 'web', '2026-04-25 12:03:13', '2026-04-25 12:03:13'), (122, 'shop.service.update', 'web', '2026-04-25 12:03:13', '2026-04-25 12:03:13'), (123, 'shop.product', 'web', '2026-04-25 12:03:13', '2026-04-25 12:03:13'), (124, 'shop.product.approve', 'web', '2026-04-25 12:03:13', '2026-04-25 12:03:13'), (125, 'shop.variant', 'web', '2026-04-25 12:03:13', '2026-04-25 12:03:13'), (126, 'shop.variant.approve', 'web', '2026-04-25 12:03:13', '2026-04-25 12:03:13'), (127, 'shop.commissionUpdate', 'web', '2026-04-25 12:03:13', '2026-04-25 12:03:13'), (128, 'shop.generateReport', 'web', '2026-04-25 12:03:13', '2026-04-25 12:03:13'), (129, 'shop.order.export', 'web', '2026-04-25 12:03:13', '2026-04-25 12:03:13'), (130, 'shop.store.export', 'web', '2026-04-25 12:03:13', '2026-04-25 12:03:13'), (131, 'wallet.index', 'web', '2026-04-25 12:03:13', '2026-04-25 12:03:13'), (132, 'wallet.store', 'web', '2026-04-25 12:03:13', '2026-04-25 12:03:13'), (133, 'wallet.update', 'web', '2026-04-25 12:03:13', '2026-04-25 12:03:13'), (134, 'wallet.transction', 'web', '2026-04-25 12:03:13', '2026-04-25 12:03:13'), (135, 'wallet.withdraw', 'web', '2026-04-25 12:03:13', '2026-04-25 12:03:13'), (136, 'store.location-update', 'web', '2026-04-25 12:03:13', '2026-04-25 12:03:13'), (137, 'store.index', 'web', '2026-04-25 12:03:13', '2026-04-25 12:03:13'), (138, 'store.edit', 'web', '2026-04-25 12:03:13', '2026-04-25 12:03:13'), (139, 'store.update', 'web', '2026-04-25 12:03:13', '2026-04-25 12:03:13'), (140, 'store.user.update', 'web', '2026-04-25 12:03:13', '2026-04-25 12:03:13'), (141, 'store.address', 'web', '2026-04-25 12:03:13', '2026-04-25 12:03:13'), (142, 'store.address.update', 'web', '2026-04-25 12:03:13', '2026-04-25 12:03:13'), (143, 'shops.map-view', 'web', '2026-04-25 12:03:13', '2026-04-25 12:03:13'), (144, 'invoiceManage.index', 'web', '2026-04-25 12:03:13', '2026-04-25 12:03:13'), (145, 'invoiceManage.update', 'web', '2026-04-25 12:03:13', '2026-04-25 12:03:13'), (146, 'invoiceManage.preview', 'web', '2026-04-25 12:03:13', '2026-04-25 12:03:13'), (147, 'invoiceManage.pdfUpdate', 'web', '2026-04-25 12:03:13', '2026-04-25 12:03:13'), (148, 'language.index', 'web', '2026-04-25 12:03:13', '2026-04-25 12:03:13'), (149, 'language.edit', 'web', '2026-04-25 12:03:13', '2026-04-25 12:03:13'), (150, 'language.update', 'web', '2026-04-25 12:03:13', '2026-04-25 12:03:13'), (151, 'language.delete', 'web', '2026-04-25 12:03:13', '2026-04-25 12:03:13'), (152, 'checkout', 'web', '2026-04-25 12:03:13', '2026-04-25 12:03:13'), (153, 'orders-web', 'web', '2026-04-25 12:03:13', '2026-04-25 12:03:13'), (154, 'pick-schedule', 'web', '2026-04-25 12:03:13', '2026-04-25 12:03:13'), (155, 'delivery-schedule', 'web', '2026-04-25 12:03:13', '2026-04-25 12:03:13'), (156, 'order-details', 'web', '2026-04-25 12:03:13', '2026-04-25 12:03:13'), (157, 'order-detail', 'web', '2026-04-25 12:03:13', '2026-04-25 12:03:13'), (158, 'my-dashboard', 'web', '2026-04-25 12:03:13', '2026-04-25 12:03:13'), (159, 'my-orders', 'web', '2026-04-25 12:03:13', '2026-04-25 12:03:13'), (160, 'delivery-address', 'web', '2026-04-25 12:03:13', '2026-04-25 12:03:13'), (161, 'manage-addresses', 'web', '2026-04-25 12:03:13', '2026-04-25 12:03:13'), (162, 'delivery-address-update', 'web', '2026-04-25 12:03:13', '2026-04-25 12:03:13'), (163, 'default-address', 'web', '2026-04-25 12:03:13', '2026-04-25 12:03:13'), (164, 'delete-address', 'web', '2026-04-25 12:03:13', '2026-04-25 12:03:13'), (165, 'favourite-store', 'web', '2026-04-25 12:03:13', '2026-04-25 12:03:13'), (166, 'my-favourite', 'web', '2026-04-25 12:03:13', '2026-04-25 12:03:13'), (167, 'my-settings', 'web', '2026-04-25 12:03:13', '2026-04-25 12:03:13'), (168, 'promotion-notify', 'web', '2026-04-25 12:03:13', '2026-04-25 12:03:13'), (169, 'order-update-notify', 'web', '2026-04-25 12:03:13', '2026-04-25 12:03:13'), (170, 'update-user', 'web', '2026-04-25 12:03:13', '2026-04-25 12:03:13'), (171, 'order.invioce', 'web', '2026-04-25 12:03:13', '2026-04-25 12:03:13'), (172, 'logout-web', 'web', '2026-04-25 12:03:13', '2026-04-25 12:03:13'), (173, 'commisiion.index', 'web', '2026-04-25 12:03:13', '2026-04-25 12:03:13'); -- -------------------------------------------------------- -- -- 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` varchar(255) 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 `products` -- CREATE TABLE `products` ( `id` bigint(20) UNSIGNED NOT NULL, `service_id` bigint(20) UNSIGNED NOT NULL, `variant_id` bigint(20) UNSIGNED NOT NULL, `store_id` bigint(20) UNSIGNED DEFAULT NULL, `thumbnail_id` bigint(20) UNSIGNED DEFAULT NULL, `name` varchar(255) NOT NULL, `name_bn` varchar(255) DEFAULT NULL, `slug` varchar(255) DEFAULT NULL, `discount_price` double DEFAULT NULL, `price` double NOT NULL, `weight_capacity` decimal(8,2) DEFAULT NULL, `is_active` tinyint(1) NOT NULL DEFAULT 0, `is_template` tinyint(1) NOT NULL DEFAULT 0, `order` bigint(20) NOT NULL DEFAULT 0, `description` text DEFAULT NULL, `created_at` timestamp NULL DEFAULT NULL, `updated_at` timestamp NULL DEFAULT NULL, `qrcode` varchar(255) DEFAULT NULL, `qrcode_url` varchar(255) DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -- Dumping data for table `products` -- INSERT INTO `products` (`id`, `service_id`, `variant_id`, `store_id`, `thumbnail_id`, `name`, `name_bn`, `slug`, `discount_price`, `price`, `weight_capacity`, `is_active`, `is_template`, `order`, `description`, `created_at`, `updated_at`, `qrcode`, `qrcode_url`) VALUES (119, 20, 112, 1, 177, 'Giant Full Service', NULL, NULL, 0, 180, 9.00, 1, 0, 1, 'Wash + Dry + Fold for 8kg load', '2026-04-26 02:47:37', '2026-04-28 11:06:21', NULL, ''), (120, 20, 112, 1, 178, 'Titan Full Service', NULL, NULL, 0, 280, 13.00, 1, 0, 2, 'Wash + Dry + Fold for 12kg load', '2026-04-26 02:47:37', '2026-04-28 14:37:19', NULL, ''), (121, 21, 113, 1, NULL, 'Giant Wash', NULL, NULL, NULL, 0, 9.00, 1, 0, 1, 'Hot', '2026-04-26 02:47:37', '2026-04-30 11:33:05', NULL, ''), (122, 21, 113, 1, NULL, 'Titan Wash', NULL, NULL, NULL, 0, 13.00, 1, 0, 2, 'Wash cycle for 12kg load', '2026-04-26 02:47:37', '2026-04-30 11:33:35', NULL, ''), (123, 22, 114, 1, NULL, 'Giant Dry', NULL, NULL, NULL, 0, 9.00, 1, 0, 1, 'High', '2026-04-26 02:47:37', '2026-04-30 11:32:52', NULL, ''), (124, 22, 114, 1, NULL, 'Titan Dry', NULL, NULL, NULL, 0, 13.00, 1, 0, 2, 'Dry cycle for 12kg load', '2026-04-26 02:47:37', '2026-04-30 11:33:22', NULL, ''), (125, 23, 115, 1, NULL, 'Titan Fold', NULL, NULL, NULL, 50, NULL, 1, 0, 1, 'Folding service per load', '2026-04-26 02:47:37', '2026-04-28 14:38:22', NULL, ''), (126, 24, 116, 1, NULL, 'Suit', NULL, NULL, NULL, 75, NULL, 1, 0, 1, 'Steam styling for suits', '2026-04-26 02:47:37', '2026-04-26 02:47:37', NULL, NULL), (127, 24, 116, 1, NULL, 'Robe', NULL, NULL, NULL, 60, NULL, 1, 0, 2, 'Steam styling for robes', '2026-04-26 02:47:37', '2026-04-26 02:47:37', NULL, NULL), (128, 24, 116, 1, NULL, 'Sweater', NULL, NULL, NULL, 45, NULL, 1, 0, 3, 'Steam styling for sweaters', '2026-04-26 02:47:37', '2026-04-26 02:47:37', NULL, NULL), (129, 20, 117, 10, 177, 'Giant Full Service', NULL, NULL, 0, 180, 9.00, 1, 0, 1, 'Wash + Dry + Fold for 8kg load', '2026-05-06 03:43:02', '2026-05-06 03:43:02', NULL, ''), (130, 20, 117, 10, 178, 'Titan Full Service', NULL, NULL, 0, 280, 13.00, 1, 0, 2, 'Wash + Dry + Fold for 12kg load', '2026-05-06 03:43:02', '2026-05-06 03:43:02', NULL, ''), (131, 21, 118, 10, NULL, 'Giant Wash', NULL, NULL, NULL, 0, 9.00, 1, 0, 1, 'Hot', '2026-05-06 03:43:02', '2026-05-06 03:43:02', NULL, ''), (132, 21, 118, 10, NULL, 'Titan Wash', NULL, NULL, NULL, 0, 13.00, 1, 0, 2, 'Wash cycle for 12kg load', '2026-05-06 03:43:02', '2026-05-06 03:43:02', NULL, ''), (133, 22, 119, 10, NULL, 'Giant Dry', NULL, NULL, NULL, 0, 9.00, 1, 0, 1, 'High', '2026-05-06 03:43:02', '2026-05-06 03:43:02', NULL, ''), (134, 22, 119, 10, NULL, 'Titan Dry', NULL, NULL, NULL, 0, 13.00, 1, 0, 2, 'Dry cycle for 12kg load', '2026-05-06 03:43:02', '2026-05-06 03:43:02', NULL, ''), (135, 23, 120, 10, NULL, 'Titan Fold', NULL, NULL, NULL, 50, NULL, 1, 0, 1, 'Folding service per load', '2026-05-06 03:43:02', '2026-05-06 03:43:02', NULL, ''), (136, 24, 121, 10, NULL, 'Suit', NULL, NULL, NULL, 75, NULL, 1, 0, 1, 'Steam styling for suits', '2026-05-06 03:43:02', '2026-05-06 03:43:02', NULL, NULL), (137, 24, 121, 10, NULL, 'Robe', NULL, NULL, NULL, 60, NULL, 1, 0, 2, 'Steam styling for robes', '2026-05-06 03:43:02', '2026-05-06 03:43:02', NULL, NULL), (138, 24, 121, 10, NULL, 'Sweater', NULL, NULL, NULL, 45, NULL, 1, 0, 3, 'Steam styling for sweaters', '2026-05-06 03:43:02', '2026-05-06 03:43:02', NULL, NULL), (139, 20, 122, 11, 177, 'Giant Full Service', NULL, NULL, 0, 180, 9.00, 1, 0, 1, 'Wash + Dry + Fold for 8kg load', '2026-05-06 03:43:02', '2026-05-06 03:43:02', NULL, ''), (140, 20, 122, 11, 178, 'Titan Full Service', NULL, NULL, 0, 280, 13.00, 1, 0, 2, 'Wash + Dry + Fold for 12kg load', '2026-05-06 03:43:02', '2026-05-06 03:43:02', NULL, ''), (141, 21, 123, 11, NULL, 'Giant Wash', NULL, NULL, NULL, 0, 9.00, 1, 0, 1, 'Hot', '2026-05-06 03:43:02', '2026-05-06 03:43:02', NULL, ''), (142, 21, 123, 11, NULL, 'Titan Wash', NULL, NULL, NULL, 0, 13.00, 1, 0, 2, 'Wash cycle for 12kg load', '2026-05-06 03:43:02', '2026-05-06 03:43:02', NULL, ''), (143, 22, 124, 11, NULL, 'Giant Dry', NULL, NULL, NULL, 0, 9.00, 1, 0, 1, 'High', '2026-05-06 03:43:02', '2026-05-06 03:43:02', NULL, ''), (144, 22, 124, 11, NULL, 'Titan Dry', NULL, NULL, NULL, 0, 13.00, 1, 0, 2, 'Dry cycle for 12kg load', '2026-05-06 03:43:02', '2026-05-06 03:43:02', NULL, ''), (145, 23, 125, 11, NULL, 'Titan Fold', NULL, NULL, NULL, 50, NULL, 1, 0, 1, 'Folding service per load', '2026-05-06 03:43:02', '2026-05-06 03:43:02', NULL, ''), (146, 24, 126, 11, NULL, 'Suit', NULL, NULL, NULL, 75, NULL, 1, 0, 1, 'Steam styling for suits', '2026-05-06 03:43:02', '2026-05-06 03:43:02', NULL, NULL), (147, 24, 126, 11, NULL, 'Robe', NULL, NULL, NULL, 60, NULL, 1, 0, 2, 'Steam styling for robes', '2026-05-06 03:43:02', '2026-05-06 03:43:02', NULL, NULL), (148, 24, 126, 11, NULL, 'Sweater', NULL, NULL, NULL, 45, NULL, 1, 0, 3, 'Steam styling for sweaters', '2026-05-06 03:43:02', '2026-05-06 03:43:02', NULL, NULL), (149, 20, 127, 12, 177, 'Giant Full Service', NULL, NULL, 0, 180, 9.00, 1, 0, 1, 'Wash + Dry + Fold for 8kg load', '2026-05-06 03:43:03', '2026-05-06 03:43:03', NULL, ''), (150, 20, 127, 12, 178, 'Titan Full Service', NULL, NULL, 0, 280, 13.00, 1, 0, 2, 'Wash + Dry + Fold for 12kg load', '2026-05-06 03:43:03', '2026-05-06 03:43:03', NULL, ''), (151, 21, 128, 12, NULL, 'Giant Wash', NULL, NULL, NULL, 0, 9.00, 1, 0, 1, 'Hot', '2026-05-06 03:43:03', '2026-05-06 03:43:03', NULL, ''), (152, 21, 128, 12, NULL, 'Titan Wash', NULL, NULL, NULL, 0, 13.00, 1, 0, 2, 'Wash cycle for 12kg load', '2026-05-06 03:43:03', '2026-05-06 03:43:03', NULL, ''), (153, 22, 129, 12, NULL, 'Giant Dry', NULL, NULL, NULL, 0, 9.00, 1, 0, 1, 'High', '2026-05-06 03:43:03', '2026-05-06 03:43:03', NULL, ''), (154, 22, 129, 12, NULL, 'Titan Dry', NULL, NULL, NULL, 0, 13.00, 1, 0, 2, 'Dry cycle for 12kg load', '2026-05-06 03:43:03', '2026-05-06 03:43:03', NULL, ''), (155, 23, 130, 12, NULL, 'Titan Fold', NULL, NULL, NULL, 50, NULL, 1, 0, 1, 'Folding service per load', '2026-05-06 03:43:03', '2026-05-06 03:43:03', NULL, ''), (156, 24, 131, 12, NULL, 'Suit', NULL, NULL, NULL, 75, NULL, 1, 0, 1, 'Steam styling for suits', '2026-05-06 03:43:03', '2026-05-06 03:43:03', NULL, NULL), (157, 24, 131, 12, NULL, 'Robe', NULL, NULL, NULL, 60, NULL, 1, 0, 2, 'Steam styling for robes', '2026-05-06 03:43:03', '2026-05-06 03:43:03', NULL, NULL), (158, 24, 131, 12, NULL, 'Sweater', NULL, NULL, NULL, 45, NULL, 1, 0, 3, 'Steam styling for sweaters', '2026-05-06 03:43:03', '2026-05-06 03:43:03', NULL, NULL), (159, 20, 132, 13, 177, 'Giant Full Service', NULL, NULL, 0, 180, 9.00, 1, 0, 1, 'Wash + Dry + Fold for 8kg load', '2026-05-06 03:43:03', '2026-05-06 03:43:03', NULL, ''), (160, 20, 132, 13, 178, 'Titan Full Service', NULL, NULL, 0, 280, 13.00, 1, 0, 2, 'Wash + Dry + Fold for 12kg load', '2026-05-06 03:43:03', '2026-05-06 03:43:03', NULL, ''), (161, 21, 133, 13, NULL, 'Giant Wash', NULL, NULL, NULL, 0, 9.00, 1, 0, 1, 'Hot', '2026-05-06 03:43:03', '2026-05-06 03:43:03', NULL, ''), (162, 21, 133, 13, NULL, 'Titan Wash', NULL, NULL, NULL, 0, 13.00, 1, 0, 2, 'Wash cycle for 12kg load', '2026-05-06 03:43:03', '2026-05-06 03:43:03', NULL, ''), (163, 22, 134, 13, NULL, 'Giant Dry', NULL, NULL, NULL, 0, 9.00, 1, 0, 1, 'High', '2026-05-06 03:43:03', '2026-05-06 03:43:03', NULL, ''), (164, 22, 134, 13, NULL, 'Titan Dry', NULL, NULL, NULL, 0, 13.00, 1, 0, 2, 'Dry cycle for 12kg load', '2026-05-06 03:43:03', '2026-05-06 03:43:03', NULL, ''), (165, 23, 135, 13, NULL, 'Titan Fold', NULL, NULL, NULL, 50, NULL, 1, 0, 1, 'Folding service per load', '2026-05-06 03:43:03', '2026-05-06 03:43:03', NULL, ''), (166, 24, 136, 13, NULL, 'Suit', NULL, NULL, NULL, 75, NULL, 1, 0, 1, 'Steam styling for suits', '2026-05-06 03:43:03', '2026-05-06 03:43:03', NULL, NULL), (167, 24, 136, 13, NULL, 'Robe', NULL, NULL, NULL, 60, NULL, 1, 0, 2, 'Steam styling for robes', '2026-05-06 03:43:03', '2026-05-06 03:43:03', NULL, NULL), (168, 24, 136, 13, NULL, 'Sweater', NULL, NULL, NULL, 45, NULL, 1, 0, 3, 'Steam styling for sweaters', '2026-05-06 03:43:03', '2026-05-06 03:43:03', NULL, NULL), (169, 20, 137, 14, 177, 'Giant Full Service', NULL, NULL, 0, 180, 9.00, 1, 0, 1, 'Wash + Dry + Fold for 8kg load', '2026-05-06 03:43:03', '2026-05-06 03:43:03', NULL, ''), (170, 20, 137, 14, 178, 'Titan Full Service', NULL, NULL, 0, 280, 13.00, 1, 0, 2, 'Wash + Dry + Fold for 12kg load', '2026-05-06 03:43:03', '2026-05-06 03:43:03', NULL, ''), (171, 21, 138, 14, NULL, 'Giant Wash', NULL, NULL, NULL, 0, 9.00, 1, 0, 1, 'Hot', '2026-05-06 03:43:03', '2026-05-06 03:43:03', NULL, ''), (172, 21, 138, 14, NULL, 'Titan Wash', NULL, NULL, NULL, 0, 13.00, 1, 0, 2, 'Wash cycle for 12kg load', '2026-05-06 03:43:03', '2026-05-06 03:43:03', NULL, ''), (173, 22, 139, 14, NULL, 'Giant Dry', NULL, NULL, NULL, 0, 9.00, 1, 0, 1, 'High', '2026-05-06 03:43:03', '2026-05-06 03:43:03', NULL, ''), (174, 22, 139, 14, NULL, 'Titan Dry', NULL, NULL, NULL, 0, 13.00, 1, 0, 2, 'Dry cycle for 12kg load', '2026-05-06 03:43:03', '2026-05-06 03:43:03', NULL, ''), (175, 23, 140, 14, NULL, 'Titan Fold', NULL, NULL, NULL, 50, NULL, 1, 0, 1, 'Folding service per load', '2026-05-06 03:43:03', '2026-05-06 03:43:03', NULL, ''), (176, 24, 141, 14, NULL, 'Suit', NULL, NULL, NULL, 75, NULL, 1, 0, 1, 'Steam styling for suits', '2026-05-06 03:43:03', '2026-05-06 03:43:03', NULL, NULL), (177, 24, 141, 14, NULL, 'Robe', NULL, NULL, NULL, 60, NULL, 1, 0, 2, 'Steam styling for robes', '2026-05-06 03:43:03', '2026-05-06 03:43:03', NULL, NULL), (178, 24, 141, 14, NULL, 'Sweater', NULL, NULL, NULL, 45, NULL, 1, 0, 3, 'Steam styling for sweaters', '2026-05-06 03:43:03', '2026-05-06 03:43:03', NULL, NULL), (179, 20, 142, 15, 177, 'Giant Full Service', NULL, NULL, 0, 180, 9.00, 1, 0, 1, 'Wash + Dry + Fold for 8kg load', '2026-05-06 03:43:03', '2026-05-06 03:43:03', NULL, ''), (180, 20, 142, 15, 178, 'Titan Full Service', NULL, NULL, 0, 280, 13.00, 1, 0, 2, 'Wash + Dry + Fold for 12kg load', '2026-05-06 03:43:03', '2026-05-06 03:43:03', NULL, ''), (181, 21, 143, 15, NULL, 'Giant Wash', NULL, NULL, NULL, 0, 9.00, 1, 0, 1, 'Hot', '2026-05-06 03:43:03', '2026-05-06 03:43:03', NULL, ''), (182, 21, 143, 15, NULL, 'Titan Wash', NULL, NULL, NULL, 0, 13.00, 1, 0, 2, 'Wash cycle for 12kg load', '2026-05-06 03:43:03', '2026-05-06 03:43:03', NULL, ''), (183, 22, 144, 15, NULL, 'Giant Dry', NULL, NULL, NULL, 0, 9.00, 1, 0, 1, 'High', '2026-05-06 03:43:03', '2026-05-06 03:43:03', NULL, ''), (184, 22, 144, 15, NULL, 'Titan Dry', NULL, NULL, NULL, 0, 13.00, 1, 0, 2, 'Dry cycle for 12kg load', '2026-05-06 03:43:03', '2026-05-06 03:43:03', NULL, ''), (185, 23, 145, 15, NULL, 'Titan Fold', NULL, NULL, NULL, 50, NULL, 1, 0, 1, 'Folding service per load', '2026-05-06 03:43:03', '2026-05-06 03:43:03', NULL, ''), (186, 24, 146, 15, NULL, 'Suit', NULL, NULL, NULL, 75, NULL, 1, 0, 1, 'Steam styling for suits', '2026-05-06 03:43:03', '2026-05-06 03:43:03', NULL, NULL), (187, 24, 146, 15, NULL, 'Robe', NULL, NULL, NULL, 60, NULL, 1, 0, 2, 'Steam styling for robes', '2026-05-06 03:43:03', '2026-05-06 03:43:03', NULL, NULL), (188, 24, 146, 15, NULL, 'Sweater', NULL, NULL, NULL, 45, NULL, 1, 0, 3, 'Steam styling for sweaters', '2026-05-06 03:43:03', '2026-05-06 03:43:03', NULL, NULL), (189, 20, 147, 16, 177, 'Giant Full Service', NULL, NULL, 0, 180, 9.00, 1, 0, 1, 'Wash + Dry + Fold for 8kg load', '2026-05-06 03:43:03', '2026-05-06 03:43:03', NULL, ''), (190, 20, 147, 16, 178, 'Titan Full Service', NULL, NULL, 0, 280, 13.00, 1, 0, 2, 'Wash + Dry + Fold for 12kg load', '2026-05-06 03:43:03', '2026-05-06 03:43:03', NULL, ''), (191, 21, 148, 16, NULL, 'Giant Wash', NULL, NULL, NULL, 0, 9.00, 1, 0, 1, 'Hot', '2026-05-06 03:43:03', '2026-05-06 03:43:03', NULL, ''), (192, 21, 148, 16, NULL, 'Titan Wash', NULL, NULL, NULL, 0, 13.00, 1, 0, 2, 'Wash cycle for 12kg load', '2026-05-06 03:43:03', '2026-05-06 03:43:03', NULL, ''), (193, 22, 149, 16, NULL, 'Giant Dry', NULL, NULL, NULL, 0, 9.00, 1, 0, 1, 'High', '2026-05-06 03:43:03', '2026-05-06 03:43:03', NULL, ''), (194, 22, 149, 16, NULL, 'Titan Dry', NULL, NULL, NULL, 0, 13.00, 1, 0, 2, 'Dry cycle for 12kg load', '2026-05-06 03:43:03', '2026-05-06 03:43:03', NULL, ''), (195, 23, 150, 16, NULL, 'Titan Fold', NULL, NULL, NULL, 50, NULL, 1, 0, 1, 'Folding service per load', '2026-05-06 03:43:03', '2026-05-06 03:43:03', NULL, ''), (196, 24, 151, 16, NULL, 'Suit', NULL, NULL, NULL, 75, NULL, 1, 0, 1, 'Steam styling for suits', '2026-05-06 03:43:03', '2026-05-06 03:43:03', NULL, NULL), (197, 24, 151, 16, NULL, 'Robe', NULL, NULL, NULL, 60, NULL, 1, 0, 2, 'Steam styling for robes', '2026-05-06 03:43:03', '2026-05-06 03:43:03', NULL, NULL), (198, 24, 151, 16, NULL, 'Sweater', NULL, NULL, NULL, 45, NULL, 1, 0, 3, 'Steam styling for sweaters', '2026-05-06 03:43:03', '2026-05-06 03:43:03', NULL, NULL), (199, 20, 152, 17, 177, 'Giant Full Service', NULL, NULL, 0, 180, 9.00, 1, 0, 1, 'Wash + Dry + Fold for 8kg load', '2026-05-06 03:43:03', '2026-05-06 03:43:03', NULL, ''), (200, 20, 152, 17, 178, 'Titan Full Service', NULL, NULL, 0, 280, 13.00, 1, 0, 2, 'Wash + Dry + Fold for 12kg load', '2026-05-06 03:43:03', '2026-05-06 03:43:03', NULL, ''), (201, 21, 153, 17, NULL, 'Giant Wash', NULL, NULL, NULL, 0, 9.00, 1, 0, 1, 'Hot', '2026-05-06 03:43:03', '2026-05-06 03:43:03', NULL, ''), (202, 21, 153, 17, NULL, 'Titan Wash', NULL, NULL, NULL, 0, 13.00, 1, 0, 2, 'Wash cycle for 12kg load', '2026-05-06 03:43:03', '2026-05-06 03:43:03', NULL, ''), (203, 22, 154, 17, NULL, 'Giant Dry', NULL, NULL, NULL, 0, 9.00, 1, 0, 1, 'High', '2026-05-06 03:43:03', '2026-05-06 03:43:03', NULL, ''), (204, 22, 154, 17, NULL, 'Titan Dry', NULL, NULL, NULL, 0, 13.00, 1, 0, 2, 'Dry cycle for 12kg load', '2026-05-06 03:43:03', '2026-05-06 03:43:03', NULL, ''), (205, 23, 155, 17, NULL, 'Titan Fold', NULL, NULL, NULL, 50, NULL, 1, 0, 1, 'Folding service per load', '2026-05-06 03:43:03', '2026-05-06 03:43:03', NULL, ''), (206, 24, 156, 17, NULL, 'Suit', NULL, NULL, NULL, 75, NULL, 1, 0, 1, 'Steam styling for suits', '2026-05-06 03:43:03', '2026-05-06 03:43:03', NULL, NULL), (207, 24, 156, 17, NULL, 'Robe', NULL, NULL, NULL, 60, NULL, 1, 0, 2, 'Steam styling for robes', '2026-05-06 03:43:03', '2026-05-06 03:43:03', NULL, NULL), (208, 24, 156, 17, NULL, 'Sweater', NULL, NULL, NULL, 45, NULL, 1, 0, 3, 'Steam styling for sweaters', '2026-05-06 03:43:03', '2026-05-06 03:43:03', NULL, NULL), (209, 20, 157, 18, 177, 'Giant Full Service', NULL, NULL, 0, 180, 9.00, 1, 0, 1, 'Wash + Dry + Fold for 8kg load', '2026-05-06 03:43:03', '2026-05-06 03:43:03', NULL, ''), (210, 20, 157, 18, 178, 'Titan Full Service', NULL, NULL, 0, 280, 13.00, 1, 0, 2, 'Wash + Dry + Fold for 12kg load', '2026-05-06 03:43:03', '2026-05-06 03:43:03', NULL, ''), (211, 21, 158, 18, NULL, 'Giant Wash', NULL, NULL, NULL, 0, 9.00, 1, 0, 1, 'Hot', '2026-05-06 03:43:03', '2026-05-06 03:43:03', NULL, ''), (212, 21, 158, 18, NULL, 'Titan Wash', NULL, NULL, NULL, 0, 13.00, 1, 0, 2, 'Wash cycle for 12kg load', '2026-05-06 03:43:03', '2026-05-06 03:43:03', NULL, ''), (213, 22, 159, 18, NULL, 'Giant Dry', NULL, NULL, NULL, 0, 9.00, 1, 0, 1, 'High', '2026-05-06 03:43:03', '2026-05-06 03:43:03', NULL, ''), (214, 22, 159, 18, NULL, 'Titan Dry', NULL, NULL, NULL, 0, 13.00, 1, 0, 2, 'Dry cycle for 12kg load', '2026-05-06 03:43:03', '2026-05-06 03:43:03', NULL, ''), (215, 23, 160, 18, NULL, 'Titan Fold', NULL, NULL, NULL, 50, NULL, 1, 0, 1, 'Folding service per load', '2026-05-06 03:43:03', '2026-05-06 03:43:03', NULL, ''), (216, 24, 161, 18, NULL, 'Suit', NULL, NULL, NULL, 75, NULL, 1, 0, 1, 'Steam styling for suits', '2026-05-06 03:43:03', '2026-05-06 03:43:03', NULL, NULL), (217, 24, 161, 18, NULL, 'Robe', NULL, NULL, NULL, 60, NULL, 1, 0, 2, 'Steam styling for robes', '2026-05-06 03:43:03', '2026-05-06 03:43:03', NULL, NULL), (218, 24, 161, 18, NULL, 'Sweater', NULL, NULL, NULL, 45, NULL, 1, 0, 3, 'Steam styling for sweaters', '2026-05-06 03:43:03', '2026-05-06 03:43:03', NULL, NULL), (219, 20, 162, 19, 177, 'Giant Full Service', NULL, NULL, 0, 180, 9.00, 1, 0, 1, 'Wash + Dry + Fold for 8kg load', '2026-05-06 03:43:04', '2026-05-06 03:43:04', NULL, ''), (220, 20, 162, 19, 178, 'Titan Full Service', NULL, NULL, 0, 280, 13.00, 1, 0, 2, 'Wash + Dry + Fold for 12kg load', '2026-05-06 03:43:04', '2026-05-06 03:43:04', NULL, ''), (221, 21, 163, 19, NULL, 'Giant Wash', NULL, NULL, NULL, 0, 9.00, 1, 0, 1, 'Hot', '2026-05-06 03:43:04', '2026-05-06 03:43:04', NULL, ''), (222, 21, 163, 19, NULL, 'Titan Wash', NULL, NULL, NULL, 0, 13.00, 1, 0, 2, 'Wash cycle for 12kg load', '2026-05-06 03:43:04', '2026-05-06 03:43:04', NULL, ''), (223, 22, 164, 19, NULL, 'Giant Dry', NULL, NULL, NULL, 0, 9.00, 1, 0, 1, 'High', '2026-05-06 03:43:04', '2026-05-06 03:43:04', NULL, ''), (224, 22, 164, 19, NULL, 'Titan Dry', NULL, NULL, NULL, 0, 13.00, 1, 0, 2, 'Dry cycle for 12kg load', '2026-05-06 03:43:04', '2026-05-06 03:43:04', NULL, ''), (225, 23, 165, 19, NULL, 'Titan Fold', NULL, NULL, NULL, 50, NULL, 1, 0, 1, 'Folding service per load', '2026-05-06 03:43:04', '2026-05-06 03:43:04', NULL, ''), (226, 24, 166, 19, NULL, 'Suit', NULL, NULL, NULL, 75, NULL, 1, 0, 1, 'Steam styling for suits', '2026-05-06 03:43:04', '2026-05-06 03:43:04', NULL, NULL), (227, 24, 166, 19, NULL, 'Robe', NULL, NULL, NULL, 60, NULL, 1, 0, 2, 'Steam styling for robes', '2026-05-06 03:43:04', '2026-05-06 03:43:04', NULL, NULL), (228, 24, 166, 19, NULL, 'Sweater', NULL, NULL, NULL, 45, NULL, 1, 0, 3, 'Steam styling for sweaters', '2026-05-06 03:43:04', '2026-05-06 03:43:04', NULL, NULL), (229, 20, 167, 20, 177, 'Giant Full Service', NULL, NULL, 0, 180, 9.00, 1, 0, 1, 'Wash + Dry + Fold for 8kg load', '2026-05-06 03:43:04', '2026-05-06 03:43:04', NULL, ''), (230, 20, 167, 20, 178, 'Titan Full Service', NULL, NULL, 0, 280, 13.00, 1, 0, 2, 'Wash + Dry + Fold for 12kg load', '2026-05-06 03:43:04', '2026-05-06 03:43:04', NULL, ''), (231, 21, 168, 20, NULL, 'Giant Wash', NULL, NULL, NULL, 0, 9.00, 1, 0, 1, 'Hot', '2026-05-06 03:43:04', '2026-05-06 03:43:04', NULL, ''), (232, 21, 168, 20, NULL, 'Titan Wash', NULL, NULL, NULL, 0, 13.00, 1, 0, 2, 'Wash cycle for 12kg load', '2026-05-06 03:43:04', '2026-05-06 03:43:04', NULL, ''), (233, 22, 169, 20, NULL, 'Giant Dry', NULL, NULL, NULL, 0, 9.00, 1, 0, 1, 'High', '2026-05-06 03:43:04', '2026-05-06 03:43:04', NULL, ''), (234, 22, 169, 20, NULL, 'Titan Dry', NULL, NULL, NULL, 0, 13.00, 1, 0, 2, 'Dry cycle for 12kg load', '2026-05-06 03:43:04', '2026-05-06 03:43:04', NULL, ''), (235, 23, 170, 20, NULL, 'Titan Fold', NULL, NULL, NULL, 50, NULL, 1, 0, 1, 'Folding service per load', '2026-05-06 03:43:04', '2026-05-06 03:43:04', NULL, ''), (236, 24, 171, 20, NULL, 'Suit', NULL, NULL, NULL, 75, NULL, 1, 0, 1, 'Steam styling for suits', '2026-05-06 03:43:04', '2026-05-06 03:43:04', NULL, NULL), (237, 24, 171, 20, NULL, 'Robe', NULL, NULL, NULL, 60, NULL, 1, 0, 2, 'Steam styling for robes', '2026-05-06 03:43:04', '2026-05-06 03:43:04', NULL, NULL), (238, 24, 171, 20, NULL, 'Sweater', NULL, NULL, NULL, 45, NULL, 1, 0, 3, 'Steam styling for sweaters', '2026-05-06 03:43:04', '2026-05-06 03:43:04', NULL, NULL), (239, 20, 172, 21, 177, 'Giant Full Service', NULL, NULL, 0, 180, 9.00, 1, 0, 1, 'Wash + Dry + Fold for 8kg load', '2026-05-06 03:43:04', '2026-05-06 03:43:04', NULL, ''), (240, 20, 172, 21, 178, 'Titan Full Service', NULL, NULL, 0, 280, 13.00, 1, 0, 2, 'Wash + Dry + Fold for 12kg load', '2026-05-06 03:43:04', '2026-05-06 03:43:04', NULL, ''), (241, 21, 173, 21, NULL, 'Giant Wash', NULL, NULL, NULL, 0, 9.00, 1, 0, 1, 'Hot', '2026-05-06 03:43:04', '2026-05-06 03:43:04', NULL, ''), (242, 21, 173, 21, NULL, 'Titan Wash', NULL, NULL, NULL, 0, 13.00, 1, 0, 2, 'Wash cycle for 12kg load', '2026-05-06 03:43:04', '2026-05-06 03:43:04', NULL, ''), (243, 22, 174, 21, NULL, 'Giant Dry', NULL, NULL, NULL, 0, 9.00, 1, 0, 1, 'High', '2026-05-06 03:43:04', '2026-05-06 03:43:04', NULL, ''), (244, 22, 174, 21, NULL, 'Titan Dry', NULL, NULL, NULL, 0, 13.00, 1, 0, 2, 'Dry cycle for 12kg load', '2026-05-06 03:43:04', '2026-05-06 03:43:04', NULL, ''), (245, 23, 175, 21, NULL, 'Titan Fold', NULL, NULL, NULL, 50, NULL, 1, 0, 1, 'Folding service per load', '2026-05-06 03:43:04', '2026-05-06 03:43:04', NULL, ''), (246, 24, 176, 21, NULL, 'Suit', NULL, NULL, NULL, 75, NULL, 1, 0, 1, 'Steam styling for suits', '2026-05-06 03:43:04', '2026-05-06 03:43:04', NULL, NULL), (247, 24, 176, 21, NULL, 'Robe', NULL, NULL, NULL, 60, NULL, 1, 0, 2, 'Steam styling for robes', '2026-05-06 03:43:04', '2026-05-06 03:43:04', NULL, NULL), (248, 24, 176, 21, NULL, 'Sweater', NULL, NULL, NULL, 45, NULL, 1, 0, 3, 'Steam styling for sweaters', '2026-05-06 03:43:04', '2026-05-06 03:43:04', NULL, NULL), (249, 20, 177, 22, 177, 'Giant Full Service', NULL, NULL, 0, 180, 9.00, 1, 0, 1, 'Wash + Dry + Fold for 8kg load', '2026-05-06 03:43:04', '2026-05-06 03:43:04', NULL, ''), (250, 20, 177, 22, 178, 'Titan Full Service', NULL, NULL, 0, 280, 13.00, 1, 0, 2, 'Wash + Dry + Fold for 12kg load', '2026-05-06 03:43:04', '2026-05-06 03:43:04', NULL, ''), (251, 21, 178, 22, NULL, 'Giant Wash', NULL, NULL, NULL, 0, 9.00, 1, 0, 1, 'Hot', '2026-05-06 03:43:04', '2026-05-06 03:43:04', NULL, ''), (252, 21, 178, 22, NULL, 'Titan Wash', NULL, NULL, NULL, 0, 13.00, 1, 0, 2, 'Wash cycle for 12kg load', '2026-05-06 03:43:04', '2026-05-06 03:43:04', NULL, ''), (253, 22, 179, 22, NULL, 'Giant Dry', NULL, NULL, NULL, 0, 9.00, 1, 0, 1, 'High', '2026-05-06 03:43:04', '2026-05-06 03:43:04', NULL, ''), (254, 22, 179, 22, NULL, 'Titan Dry', NULL, NULL, NULL, 0, 13.00, 1, 0, 2, 'Dry cycle for 12kg load', '2026-05-06 03:43:04', '2026-05-06 03:43:04', NULL, ''), (255, 23, 180, 22, NULL, 'Titan Fold', NULL, NULL, NULL, 50, NULL, 1, 0, 1, 'Folding service per load', '2026-05-06 03:43:04', '2026-05-06 03:43:04', NULL, ''), (256, 24, 181, 22, NULL, 'Suit', NULL, NULL, NULL, 75, NULL, 1, 0, 1, 'Steam styling for suits', '2026-05-06 03:43:04', '2026-05-06 03:43:04', NULL, NULL), (257, 24, 181, 22, NULL, 'Robe', NULL, NULL, NULL, 60, NULL, 1, 0, 2, 'Steam styling for robes', '2026-05-06 03:43:04', '2026-05-06 03:43:04', NULL, NULL), (258, 24, 181, 22, NULL, 'Sweater', NULL, NULL, NULL, 45, NULL, 1, 0, 3, 'Steam styling for sweaters', '2026-05-06 03:43:04', '2026-05-06 03:43:04', NULL, NULL), (259, 20, 182, 23, 177, 'Giant Full Service', NULL, NULL, 0, 180, 9.00, 1, 0, 1, 'Wash + Dry + Fold for 8kg load', '2026-05-06 03:43:04', '2026-05-06 03:43:04', NULL, ''), (260, 20, 182, 23, 178, 'Titan Full Service', NULL, NULL, 0, 280, 13.00, 1, 0, 2, 'Wash + Dry + Fold for 12kg load', '2026-05-06 03:43:04', '2026-05-06 03:43:04', NULL, ''), (261, 21, 183, 23, NULL, 'Giant Wash', NULL, NULL, NULL, 0, 9.00, 1, 0, 1, 'Hot', '2026-05-06 03:43:04', '2026-05-06 03:43:04', NULL, ''), (262, 21, 183, 23, NULL, 'Titan Wash', NULL, NULL, NULL, 0, 13.00, 1, 0, 2, 'Wash cycle for 12kg load', '2026-05-06 03:43:04', '2026-05-06 03:43:04', NULL, ''), (263, 22, 184, 23, NULL, 'Giant Dry', NULL, NULL, NULL, 0, 9.00, 1, 0, 1, 'High', '2026-05-06 03:43:04', '2026-05-06 03:43:04', NULL, ''), (264, 22, 184, 23, NULL, 'Titan Dry', NULL, NULL, NULL, 0, 13.00, 1, 0, 2, 'Dry cycle for 12kg load', '2026-05-06 03:43:04', '2026-05-06 03:43:04', NULL, ''), (265, 23, 185, 23, NULL, 'Titan Fold', NULL, NULL, NULL, 50, NULL, 1, 0, 1, 'Folding service per load', '2026-05-06 03:43:04', '2026-05-06 03:43:04', NULL, ''), (266, 24, 186, 23, NULL, 'Suit', NULL, NULL, NULL, 75, NULL, 1, 0, 1, 'Steam styling for suits', '2026-05-06 03:43:04', '2026-05-06 03:43:04', NULL, NULL), (267, 24, 186, 23, NULL, 'Robe', NULL, NULL, NULL, 60, NULL, 1, 0, 2, 'Steam styling for robes', '2026-05-06 03:43:04', '2026-05-06 03:43:04', NULL, NULL), (268, 24, 186, 23, NULL, 'Sweater', NULL, NULL, NULL, 45, NULL, 1, 0, 3, 'Steam styling for sweaters', '2026-05-06 03:43:04', '2026-05-06 03:43:04', NULL, NULL), (269, 20, 187, 24, 177, 'Giant Full Service', NULL, NULL, 0, 180, 9.00, 1, 0, 1, 'Wash + Dry + Fold for 8kg load', '2026-05-06 03:43:04', '2026-05-06 03:43:04', NULL, ''), (270, 20, 187, 24, 178, 'Titan Full Service', NULL, NULL, 0, 280, 13.00, 1, 0, 2, 'Wash + Dry + Fold for 12kg load', '2026-05-06 03:43:04', '2026-05-06 03:43:04', NULL, ''), (271, 21, 188, 24, NULL, 'Giant Wash', NULL, NULL, NULL, 0, 9.00, 1, 0, 1, 'Hot', '2026-05-06 03:43:04', '2026-05-06 03:43:04', NULL, ''), (272, 21, 188, 24, NULL, 'Titan Wash', NULL, NULL, NULL, 0, 13.00, 1, 0, 2, 'Wash cycle for 12kg load', '2026-05-06 03:43:04', '2026-05-06 03:43:04', NULL, ''), (273, 22, 189, 24, NULL, 'Giant Dry', NULL, NULL, NULL, 0, 9.00, 1, 0, 1, 'High', '2026-05-06 03:43:04', '2026-05-06 03:43:04', NULL, ''), (274, 22, 189, 24, NULL, 'Titan Dry', NULL, NULL, NULL, 0, 13.00, 1, 0, 2, 'Dry cycle for 12kg load', '2026-05-06 03:43:04', '2026-05-06 03:43:04', NULL, ''), (275, 23, 190, 24, NULL, 'Titan Fold', NULL, NULL, NULL, 50, NULL, 1, 0, 1, 'Folding service per load', '2026-05-06 03:43:04', '2026-05-06 03:43:04', NULL, ''), (276, 24, 191, 24, NULL, 'Suit', NULL, NULL, NULL, 75, NULL, 1, 0, 1, 'Steam styling for suits', '2026-05-06 03:43:04', '2026-05-06 03:43:04', NULL, NULL), (277, 24, 191, 24, NULL, 'Robe', NULL, NULL, NULL, 60, NULL, 1, 0, 2, 'Steam styling for robes', '2026-05-06 03:43:04', '2026-05-06 03:43:04', NULL, NULL), (278, 24, 191, 24, NULL, 'Sweater', NULL, NULL, NULL, 45, NULL, 1, 0, 3, 'Steam styling for sweaters', '2026-05-06 03:43:04', '2026-05-06 03:43:04', NULL, NULL), (279, 20, 192, 25, 177, 'Giant Full Service', NULL, NULL, 0, 180, 9.00, 1, 0, 1, 'Wash + Dry + Fold for 8kg load', '2026-05-06 03:43:04', '2026-05-06 03:43:04', NULL, ''), (280, 20, 192, 25, 178, 'Titan Full Service', NULL, NULL, 0, 280, 13.00, 1, 0, 2, 'Wash + Dry + Fold for 12kg load', '2026-05-06 03:43:04', '2026-05-06 03:43:04', NULL, ''), (281, 21, 193, 25, NULL, 'Giant Wash', NULL, NULL, NULL, 0, 9.00, 1, 0, 1, 'Hot', '2026-05-06 03:43:04', '2026-05-06 03:43:04', NULL, ''), (282, 21, 193, 25, NULL, 'Titan Wash', NULL, NULL, NULL, 0, 13.00, 1, 0, 2, 'Wash cycle for 12kg load', '2026-05-06 03:43:04', '2026-05-06 03:43:04', NULL, ''), (283, 22, 194, 25, NULL, 'Giant Dry', NULL, NULL, NULL, 0, 9.00, 1, 0, 1, 'High', '2026-05-06 03:43:04', '2026-05-06 03:43:04', NULL, ''), (284, 22, 194, 25, NULL, 'Titan Dry', NULL, NULL, NULL, 0, 13.00, 1, 0, 2, 'Dry cycle for 12kg load', '2026-05-06 03:43:04', '2026-05-06 03:43:04', NULL, ''), (285, 23, 195, 25, NULL, 'Titan Fold', NULL, NULL, NULL, 50, NULL, 1, 0, 1, 'Folding service per load', '2026-05-06 03:43:04', '2026-05-06 03:43:04', NULL, ''), (286, 24, 196, 25, NULL, 'Suit', NULL, NULL, NULL, 75, NULL, 1, 0, 1, 'Steam styling for suits', '2026-05-06 03:43:04', '2026-05-06 03:43:04', NULL, NULL), (287, 24, 196, 25, NULL, 'Robe', NULL, NULL, NULL, 60, NULL, 1, 0, 2, 'Steam styling for robes', '2026-05-06 03:43:04', '2026-05-06 03:43:04', NULL, NULL), (288, 24, 196, 25, NULL, 'Sweater', NULL, NULL, NULL, 45, NULL, 1, 0, 3, 'Steam styling for sweaters', '2026-05-06 03:43:04', '2026-05-06 03:43:04', NULL, NULL), (289, 20, 197, 26, 177, 'Giant Full Service', NULL, NULL, 0, 180, 9.00, 1, 0, 1, 'Wash + Dry + Fold for 8kg load', '2026-05-06 03:43:05', '2026-05-06 03:43:05', NULL, ''), (290, 20, 197, 26, 178, 'Titan Full Service', NULL, NULL, 0, 280, 13.00, 1, 0, 2, 'Wash + Dry + Fold for 12kg load', '2026-05-06 03:43:05', '2026-05-06 03:43:05', NULL, ''), (291, 21, 198, 26, NULL, 'Giant Wash', NULL, NULL, NULL, 0, 9.00, 1, 0, 1, 'Hot', '2026-05-06 03:43:05', '2026-05-06 03:43:05', NULL, ''), (292, 21, 198, 26, NULL, 'Titan Wash', NULL, NULL, NULL, 0, 13.00, 1, 0, 2, 'Wash cycle for 12kg load', '2026-05-06 03:43:05', '2026-05-06 03:43:05', NULL, ''), (293, 22, 199, 26, NULL, 'Giant Dry', NULL, NULL, NULL, 0, 9.00, 1, 0, 1, 'High', '2026-05-06 03:43:05', '2026-05-06 03:43:05', NULL, ''), (294, 22, 199, 26, NULL, 'Titan Dry', NULL, NULL, NULL, 0, 13.00, 1, 0, 2, 'Dry cycle for 12kg load', '2026-05-06 03:43:05', '2026-05-06 03:43:05', NULL, ''), (295, 23, 200, 26, NULL, 'Titan Fold', NULL, NULL, NULL, 50, NULL, 1, 0, 1, 'Folding service per load', '2026-05-06 03:43:05', '2026-05-06 03:43:05', NULL, ''), (296, 24, 201, 26, NULL, 'Suit', NULL, NULL, NULL, 75, NULL, 1, 0, 1, 'Steam styling for suits', '2026-05-06 03:43:05', '2026-05-06 03:43:05', NULL, NULL), (297, 24, 201, 26, NULL, 'Robe', NULL, NULL, NULL, 60, NULL, 1, 0, 2, 'Steam styling for robes', '2026-05-06 03:43:05', '2026-05-06 03:43:05', NULL, NULL), (298, 24, 201, 26, NULL, 'Sweater', NULL, NULL, NULL, 45, NULL, 1, 0, 3, 'Steam styling for sweaters', '2026-05-06 03:43:05', '2026-05-06 03:43:05', NULL, NULL), (299, 20, 202, 27, 177, 'Giant Full Service', NULL, NULL, 0, 180, 9.00, 1, 0, 1, 'Wash + Dry + Fold for 8kg load', '2026-05-06 03:43:05', '2026-05-06 03:43:05', NULL, ''), (300, 20, 202, 27, 178, 'Titan Full Service', NULL, NULL, 0, 280, 13.00, 1, 0, 2, 'Wash + Dry + Fold for 12kg load', '2026-05-06 03:43:05', '2026-05-06 03:43:05', NULL, ''), (301, 21, 203, 27, NULL, 'Giant Wash', NULL, NULL, NULL, 0, 9.00, 1, 0, 1, 'Hot', '2026-05-06 03:43:05', '2026-05-06 03:43:05', NULL, ''), (302, 21, 203, 27, NULL, 'Titan Wash', NULL, NULL, NULL, 0, 13.00, 1, 0, 2, 'Wash cycle for 12kg load', '2026-05-06 03:43:05', '2026-05-06 03:43:05', NULL, ''), (303, 22, 204, 27, NULL, 'Giant Dry', NULL, NULL, NULL, 0, 9.00, 1, 0, 1, 'High', '2026-05-06 03:43:05', '2026-05-06 03:43:05', NULL, ''), (304, 22, 204, 27, NULL, 'Titan Dry', NULL, NULL, NULL, 0, 13.00, 1, 0, 2, 'Dry cycle for 12kg load', '2026-05-06 03:43:05', '2026-05-06 03:43:05', NULL, ''), (305, 23, 205, 27, NULL, 'Titan Fold', NULL, NULL, NULL, 50, NULL, 1, 0, 1, 'Folding service per load', '2026-05-06 03:43:05', '2026-05-06 03:43:05', NULL, ''), (306, 24, 206, 27, NULL, 'Suit', NULL, NULL, NULL, 75, NULL, 1, 0, 1, 'Steam styling for suits', '2026-05-06 03:43:05', '2026-05-06 03:43:05', NULL, NULL), (307, 24, 206, 27, NULL, 'Robe', NULL, NULL, NULL, 60, NULL, 1, 0, 2, 'Steam styling for robes', '2026-05-06 03:43:05', '2026-05-06 03:43:05', NULL, NULL), (308, 24, 206, 27, NULL, 'Sweater', NULL, NULL, NULL, 45, NULL, 1, 0, 3, 'Steam styling for sweaters', '2026-05-06 03:43:05', '2026-05-06 03:43:05', NULL, NULL), (309, 20, 207, 28, 177, 'Giant Full Service', NULL, NULL, 0, 180, 9.00, 1, 0, 1, 'Wash + Dry + Fold for 8kg load', '2026-05-06 03:43:05', '2026-05-06 03:43:05', NULL, ''), (310, 20, 207, 28, 178, 'Titan Full Service', NULL, NULL, 0, 280, 13.00, 1, 0, 2, 'Wash + Dry + Fold for 12kg load', '2026-05-06 03:43:05', '2026-05-06 03:43:05', NULL, ''), (311, 21, 208, 28, NULL, 'Giant Wash', NULL, NULL, NULL, 0, 9.00, 1, 0, 1, 'Hot', '2026-05-06 03:43:05', '2026-05-06 03:43:05', NULL, ''), (312, 21, 208, 28, NULL, 'Titan Wash', NULL, NULL, NULL, 0, 13.00, 1, 0, 2, 'Wash cycle for 12kg load', '2026-05-06 03:43:05', '2026-05-06 03:43:05', NULL, ''), (313, 22, 209, 28, NULL, 'Giant Dry', NULL, NULL, NULL, 0, 9.00, 1, 0, 1, 'High', '2026-05-06 03:43:05', '2026-05-06 03:43:05', NULL, ''), (314, 22, 209, 28, NULL, 'Titan Dry', NULL, NULL, NULL, 0, 13.00, 1, 0, 2, 'Dry cycle for 12kg load', '2026-05-06 03:43:05', '2026-05-06 03:43:05', NULL, ''), (315, 23, 210, 28, NULL, 'Titan Fold', NULL, NULL, NULL, 50, NULL, 1, 0, 1, 'Folding service per load', '2026-05-06 03:43:05', '2026-05-06 03:43:05', NULL, ''), (316, 24, 211, 28, NULL, 'Suit', NULL, NULL, NULL, 75, NULL, 1, 0, 1, 'Steam styling for suits', '2026-05-06 03:43:05', '2026-05-06 03:43:05', NULL, NULL), (317, 24, 211, 28, NULL, 'Robe', NULL, NULL, NULL, 60, NULL, 1, 0, 2, 'Steam styling for robes', '2026-05-06 03:43:05', '2026-05-06 03:43:05', NULL, NULL), (318, 24, 211, 28, NULL, 'Sweater', NULL, NULL, NULL, 45, NULL, 1, 0, 3, 'Steam styling for sweaters', '2026-05-06 03:43:05', '2026-05-06 03:43:05', NULL, NULL), (319, 20, 212, 29, 177, 'Giant Full Service', NULL, NULL, 0, 180, 9.00, 1, 0, 1, 'Wash + Dry + Fold for 8kg load', '2026-05-06 03:43:05', '2026-05-06 03:43:05', NULL, ''), (320, 20, 212, 29, 178, 'Titan Full Service', NULL, NULL, 0, 280, 13.00, 1, 0, 2, 'Wash + Dry + Fold for 12kg load', '2026-05-06 03:43:05', '2026-05-06 03:43:05', NULL, ''), (321, 21, 213, 29, NULL, 'Giant Wash', NULL, NULL, NULL, 0, 9.00, 1, 0, 1, 'Hot', '2026-05-06 03:43:05', '2026-05-06 03:43:05', NULL, ''), (322, 21, 213, 29, NULL, 'Titan Wash', NULL, NULL, NULL, 0, 13.00, 1, 0, 2, 'Wash cycle for 12kg load', '2026-05-06 03:43:05', '2026-05-06 03:43:05', NULL, ''), (323, 22, 214, 29, NULL, 'Giant Dry', NULL, NULL, NULL, 0, 9.00, 1, 0, 1, 'High', '2026-05-06 03:43:05', '2026-05-06 03:43:05', NULL, ''), (324, 22, 214, 29, NULL, 'Titan Dry', NULL, NULL, NULL, 0, 13.00, 1, 0, 2, 'Dry cycle for 12kg load', '2026-05-06 03:43:05', '2026-05-06 03:43:05', NULL, ''), (325, 23, 215, 29, NULL, 'Titan Fold', NULL, NULL, NULL, 50, NULL, 1, 0, 1, 'Folding service per load', '2026-05-06 03:43:05', '2026-05-06 03:43:05', NULL, ''), (326, 24, 216, 29, NULL, 'Suit', NULL, NULL, NULL, 75, NULL, 1, 0, 1, 'Steam styling for suits', '2026-05-06 03:43:05', '2026-05-06 03:43:05', NULL, NULL), (327, 24, 216, 29, NULL, 'Robe', NULL, NULL, NULL, 60, NULL, 1, 0, 2, 'Steam styling for robes', '2026-05-06 03:43:05', '2026-05-06 03:43:05', NULL, NULL), (328, 24, 216, 29, NULL, 'Sweater', NULL, NULL, NULL, 45, NULL, 1, 0, 3, 'Steam styling for sweaters', '2026-05-06 03:43:05', '2026-05-06 03:43:05', NULL, NULL), (329, 20, 217, 30, 177, 'Giant Full Service', NULL, NULL, 0, 180, 9.00, 1, 0, 1, 'Wash + Dry + Fold for 8kg load', '2026-05-06 03:43:05', '2026-05-06 03:43:05', NULL, ''), (330, 20, 217, 30, 178, 'Titan Full Service', NULL, NULL, 0, 280, 13.00, 1, 0, 2, 'Wash + Dry + Fold for 12kg load', '2026-05-06 03:43:05', '2026-05-06 03:43:05', NULL, ''), (331, 21, 218, 30, NULL, 'Giant Wash', NULL, NULL, NULL, 0, 9.00, 1, 0, 1, 'Hot', '2026-05-06 03:43:05', '2026-05-06 03:43:05', NULL, ''), (332, 21, 218, 30, NULL, 'Titan Wash', NULL, NULL, NULL, 0, 13.00, 1, 0, 2, 'Wash cycle for 12kg load', '2026-05-06 03:43:05', '2026-05-06 03:43:05', NULL, ''), (333, 22, 219, 30, NULL, 'Giant Dry', NULL, NULL, NULL, 0, 9.00, 1, 0, 1, 'High', '2026-05-06 03:43:05', '2026-05-06 03:43:05', NULL, ''), (334, 22, 219, 30, NULL, 'Titan Dry', NULL, NULL, NULL, 0, 13.00, 1, 0, 2, 'Dry cycle for 12kg load', '2026-05-06 03:43:05', '2026-05-06 03:43:05', NULL, ''), (335, 23, 220, 30, NULL, 'Titan Fold', NULL, NULL, NULL, 50, NULL, 1, 0, 1, 'Folding service per load', '2026-05-06 03:43:05', '2026-05-06 03:43:05', NULL, ''), (336, 24, 221, 30, NULL, 'Suit', NULL, NULL, NULL, 75, NULL, 1, 0, 1, 'Steam styling for suits', '2026-05-06 03:43:05', '2026-05-06 03:43:05', NULL, NULL), (337, 24, 221, 30, NULL, 'Robe', NULL, NULL, NULL, 60, NULL, 1, 0, 2, 'Steam styling for robes', '2026-05-06 03:43:05', '2026-05-06 03:43:05', NULL, NULL), (338, 24, 221, 30, NULL, 'Sweater', NULL, NULL, NULL, 45, NULL, 1, 0, 3, 'Steam styling for sweaters', '2026-05-06 03:43:05', '2026-05-06 03:43:05', NULL, NULL), (339, 20, 222, 31, 177, 'Giant Full Service', NULL, NULL, 0, 180, 9.00, 1, 0, 1, 'Wash + Dry + Fold for 8kg load', '2026-05-06 03:43:05', '2026-05-06 03:43:05', NULL, ''), (340, 20, 222, 31, 178, 'Titan Full Service', NULL, NULL, 0, 280, 13.00, 1, 0, 2, 'Wash + Dry + Fold for 12kg load', '2026-05-06 03:43:05', '2026-05-06 03:43:05', NULL, ''), (341, 21, 223, 31, NULL, 'Giant Wash', NULL, NULL, NULL, 0, 9.00, 1, 0, 1, 'Hot', '2026-05-06 03:43:05', '2026-05-06 03:43:05', NULL, ''), (342, 21, 223, 31, NULL, 'Titan Wash', NULL, NULL, NULL, 0, 13.00, 1, 0, 2, 'Wash cycle for 12kg load', '2026-05-06 03:43:05', '2026-05-06 03:43:05', NULL, ''), (343, 22, 224, 31, NULL, 'Giant Dry', NULL, NULL, NULL, 0, 9.00, 1, 0, 1, 'High', '2026-05-06 03:43:05', '2026-05-06 03:43:05', NULL, ''), (344, 22, 224, 31, NULL, 'Titan Dry', NULL, NULL, NULL, 0, 13.00, 1, 0, 2, 'Dry cycle for 12kg load', '2026-05-06 03:43:05', '2026-05-06 03:43:05', NULL, ''), (345, 23, 225, 31, NULL, 'Titan Fold', NULL, NULL, NULL, 50, NULL, 1, 0, 1, 'Folding service per load', '2026-05-06 03:43:05', '2026-05-06 03:43:05', NULL, ''), (346, 24, 226, 31, NULL, 'Suit', NULL, NULL, NULL, 75, NULL, 1, 0, 1, 'Steam styling for suits', '2026-05-06 03:43:05', '2026-05-06 03:43:05', NULL, NULL), (347, 24, 226, 31, NULL, 'Robe', NULL, NULL, NULL, 60, NULL, 1, 0, 2, 'Steam styling for robes', '2026-05-06 03:43:05', '2026-05-06 03:43:05', NULL, NULL), (348, 24, 226, 31, NULL, 'Sweater', NULL, NULL, NULL, 45, NULL, 1, 0, 3, 'Steam styling for sweaters', '2026-05-06 03:43:05', '2026-05-06 03:43:05', NULL, NULL), (349, 20, 227, 32, 177, 'Giant Full Service', NULL, NULL, 0, 180, 9.00, 1, 0, 1, 'Wash + Dry + Fold for 8kg load', '2026-05-06 03:43:05', '2026-05-06 03:43:05', NULL, ''), (350, 20, 227, 32, 178, 'Titan Full Service', NULL, NULL, 0, 280, 13.00, 1, 0, 2, 'Wash + Dry + Fold for 12kg load', '2026-05-06 03:43:05', '2026-05-06 03:43:05', NULL, ''), (351, 21, 228, 32, NULL, 'Giant Wash', NULL, NULL, NULL, 0, 9.00, 1, 0, 1, 'Hot', '2026-05-06 03:43:05', '2026-05-06 03:43:05', NULL, ''), (352, 21, 228, 32, NULL, 'Titan Wash', NULL, NULL, NULL, 0, 13.00, 1, 0, 2, 'Wash cycle for 12kg load', '2026-05-06 03:43:05', '2026-05-06 03:43:05', NULL, ''), (353, 22, 229, 32, NULL, 'Giant Dry', NULL, NULL, NULL, 0, 9.00, 1, 0, 1, 'High', '2026-05-06 03:43:05', '2026-05-06 03:43:05', NULL, ''), (354, 22, 229, 32, NULL, 'Titan Dry', NULL, NULL, NULL, 0, 13.00, 1, 0, 2, 'Dry cycle for 12kg load', '2026-05-06 03:43:05', '2026-05-06 03:43:05', NULL, ''), (355, 23, 230, 32, NULL, 'Titan Fold', NULL, NULL, NULL, 50, NULL, 1, 0, 1, 'Folding service per load', '2026-05-06 03:43:05', '2026-05-06 03:43:05', NULL, ''), (356, 24, 231, 32, NULL, 'Suit', NULL, NULL, NULL, 75, NULL, 1, 0, 1, 'Steam styling for suits', '2026-05-06 03:43:05', '2026-05-06 03:43:05', NULL, NULL), (357, 24, 231, 32, NULL, 'Robe', NULL, NULL, NULL, 60, NULL, 1, 0, 2, 'Steam styling for robes', '2026-05-06 03:43:05', '2026-05-06 03:43:05', NULL, NULL), (358, 24, 231, 32, NULL, 'Sweater', NULL, NULL, NULL, 45, NULL, 1, 0, 3, 'Steam styling for sweaters', '2026-05-06 03:43:05', '2026-05-06 03:43:05', NULL, NULL), (359, 20, 232, 33, 177, 'Giant Full Service', NULL, NULL, 0, 180, 9.00, 1, 0, 1, 'Wash + Dry + Fold for 8kg load', '2026-05-06 03:43:06', '2026-05-06 03:43:06', NULL, ''), (360, 20, 232, 33, 178, 'Titan Full Service', NULL, NULL, 0, 280, 13.00, 1, 0, 2, 'Wash + Dry + Fold for 12kg load', '2026-05-06 03:43:06', '2026-05-06 03:43:06', NULL, ''), (361, 21, 233, 33, NULL, 'Giant Wash', NULL, NULL, NULL, 0, 9.00, 1, 0, 1, 'Hot', '2026-05-06 03:43:06', '2026-05-06 03:43:06', NULL, ''), (362, 21, 233, 33, NULL, 'Titan Wash', NULL, NULL, NULL, 0, 13.00, 1, 0, 2, 'Wash cycle for 12kg load', '2026-05-06 03:43:06', '2026-05-06 03:43:06', NULL, ''), (363, 22, 234, 33, NULL, 'Giant Dry', NULL, NULL, NULL, 0, 9.00, 1, 0, 1, 'High', '2026-05-06 03:43:06', '2026-05-06 03:43:06', NULL, ''), (364, 22, 234, 33, NULL, 'Titan Dry', NULL, NULL, NULL, 0, 13.00, 1, 0, 2, 'Dry cycle for 12kg load', '2026-05-06 03:43:06', '2026-05-06 03:43:06', NULL, ''), (365, 23, 235, 33, NULL, 'Titan Fold', NULL, NULL, NULL, 50, NULL, 1, 0, 1, 'Folding service per load', '2026-05-06 03:43:06', '2026-05-06 03:43:06', NULL, ''), (366, 24, 236, 33, NULL, 'Suit', NULL, NULL, NULL, 75, NULL, 1, 0, 1, 'Steam styling for suits', '2026-05-06 03:43:06', '2026-05-06 03:43:06', NULL, NULL), (367, 24, 236, 33, NULL, 'Robe', NULL, NULL, NULL, 60, NULL, 1, 0, 2, 'Steam styling for robes', '2026-05-06 03:43:06', '2026-05-06 03:43:06', NULL, NULL), (368, 24, 236, 33, NULL, 'Sweater', NULL, NULL, NULL, 45, NULL, 1, 0, 3, 'Steam styling for sweaters', '2026-05-06 03:43:06', '2026-05-06 03:43:06', NULL, NULL), (369, 20, 237, 34, 177, 'Giant Full Service', NULL, NULL, 0, 180, 9.00, 1, 0, 1, 'Wash + Dry + Fold for 8kg load', '2026-05-06 03:43:06', '2026-05-06 03:43:06', NULL, ''), (370, 20, 237, 34, 178, 'Titan Full Service', NULL, NULL, 0, 280, 13.00, 1, 0, 2, 'Wash + Dry + Fold for 12kg load', '2026-05-06 03:43:06', '2026-05-06 03:43:06', NULL, ''), (371, 21, 238, 34, NULL, 'Giant Wash', NULL, NULL, NULL, 0, 9.00, 1, 0, 1, 'Hot', '2026-05-06 03:43:06', '2026-05-06 03:43:06', NULL, ''), (372, 21, 238, 34, NULL, 'Titan Wash', NULL, NULL, NULL, 0, 13.00, 1, 0, 2, 'Wash cycle for 12kg load', '2026-05-06 03:43:06', '2026-05-06 03:43:06', NULL, ''), (373, 22, 239, 34, NULL, 'Giant Dry', NULL, NULL, NULL, 0, 9.00, 1, 0, 1, 'High', '2026-05-06 03:43:06', '2026-05-06 03:43:06', NULL, ''), (374, 22, 239, 34, NULL, 'Titan Dry', NULL, NULL, NULL, 0, 13.00, 1, 0, 2, 'Dry cycle for 12kg load', '2026-05-06 03:43:06', '2026-05-06 03:43:06', NULL, ''), (375, 23, 240, 34, NULL, 'Titan Fold', NULL, NULL, NULL, 50, NULL, 1, 0, 1, 'Folding service per load', '2026-05-06 03:43:06', '2026-05-06 03:43:06', NULL, ''), (376, 24, 241, 34, NULL, 'Suit', NULL, NULL, NULL, 75, NULL, 1, 0, 1, 'Steam styling for suits', '2026-05-06 03:43:06', '2026-05-06 03:43:06', NULL, NULL), (377, 24, 241, 34, NULL, 'Robe', NULL, NULL, NULL, 60, NULL, 1, 0, 2, 'Steam styling for robes', '2026-05-06 03:43:06', '2026-05-06 03:43:06', NULL, NULL), (378, 24, 241, 34, NULL, 'Sweater', NULL, NULL, NULL, 45, NULL, 1, 0, 3, 'Steam styling for sweaters', '2026-05-06 03:43:06', '2026-05-06 03:43:06', NULL, NULL), (379, 20, 242, 35, 177, 'Giant Full Service', NULL, NULL, 0, 180, 9.00, 1, 0, 1, 'Wash + Dry + Fold for 8kg load', '2026-05-06 03:43:06', '2026-05-06 03:43:06', NULL, ''), (380, 20, 242, 35, 178, 'Titan Full Service', NULL, NULL, 0, 280, 13.00, 1, 0, 2, 'Wash + Dry + Fold for 12kg load', '2026-05-06 03:43:06', '2026-05-06 03:43:06', NULL, ''), (381, 21, 243, 35, NULL, 'Giant Wash', NULL, NULL, NULL, 0, 9.00, 1, 0, 1, 'Hot', '2026-05-06 03:43:06', '2026-05-06 03:43:06', NULL, ''), (382, 21, 243, 35, NULL, 'Titan Wash', NULL, NULL, NULL, 0, 13.00, 1, 0, 2, 'Wash cycle for 12kg load', '2026-05-06 03:43:06', '2026-05-06 03:43:06', NULL, ''), (383, 22, 244, 35, NULL, 'Giant Dry', NULL, NULL, NULL, 0, 9.00, 1, 0, 1, 'High', '2026-05-06 03:43:06', '2026-05-06 03:43:06', NULL, ''), (384, 22, 244, 35, NULL, 'Titan Dry', NULL, NULL, NULL, 0, 13.00, 1, 0, 2, 'Dry cycle for 12kg load', '2026-05-06 03:43:06', '2026-05-06 03:43:06', NULL, ''), (385, 23, 245, 35, NULL, 'Titan Fold', NULL, NULL, NULL, 50, NULL, 1, 0, 1, 'Folding service per load', '2026-05-06 03:43:06', '2026-05-06 03:43:06', NULL, ''), (386, 24, 246, 35, NULL, 'Suit', NULL, NULL, NULL, 75, NULL, 1, 0, 1, 'Steam styling for suits', '2026-05-06 03:43:06', '2026-05-06 03:43:06', NULL, NULL), (387, 24, 246, 35, NULL, 'Robe', NULL, NULL, NULL, 60, NULL, 1, 0, 2, 'Steam styling for robes', '2026-05-06 03:43:06', '2026-05-06 03:43:06', NULL, NULL), (388, 24, 246, 35, NULL, 'Sweater', NULL, NULL, NULL, 45, NULL, 1, 0, 3, 'Steam styling for sweaters', '2026-05-06 03:43:06', '2026-05-06 03:43:06', NULL, NULL), (389, 24, 113, 1, NULL, 'Others', NULL, 'others-styler-1', NULL, 50, NULL, 1, 0, 4, 'Steam styling for other items', '2026-05-06 04:33:30', '2026-05-06 04:33:30', NULL, NULL), (390, 24, 118, 10, NULL, 'Others', NULL, 'others-styler-10', NULL, 50, NULL, 1, 0, 4, 'Steam styling for other items', '2026-05-06 04:33:30', '2026-05-06 04:33:30', NULL, NULL), (391, 24, 123, 11, NULL, 'Others', NULL, 'others-styler-11', NULL, 50, NULL, 1, 0, 4, 'Steam styling for other items', '2026-05-06 04:33:30', '2026-05-06 04:33:30', NULL, NULL), (392, 24, 128, 12, NULL, 'Others', NULL, 'others-styler-12', NULL, 50, NULL, 1, 0, 4, 'Steam styling for other items', '2026-05-06 04:33:30', '2026-05-06 04:33:30', NULL, NULL), (393, 24, 133, 13, NULL, 'Others', NULL, 'others-styler-13', NULL, 50, NULL, 1, 0, 4, 'Steam styling for other items', '2026-05-06 04:33:30', '2026-05-06 04:33:30', NULL, NULL), (394, 24, 138, 14, NULL, 'Others', NULL, 'others-styler-14', NULL, 50, NULL, 1, 0, 4, 'Steam styling for other items', '2026-05-06 04:33:30', '2026-05-06 04:33:30', NULL, NULL), (395, 24, 143, 15, NULL, 'Others', NULL, 'others-styler-15', NULL, 50, NULL, 1, 0, 4, 'Steam styling for other items', '2026-05-06 04:33:30', '2026-05-06 04:33:30', NULL, NULL), (396, 24, 148, 16, NULL, 'Others', NULL, 'others-styler-16', NULL, 50, NULL, 1, 0, 4, 'Steam styling for other items', '2026-05-06 04:33:30', '2026-05-06 04:33:30', NULL, NULL), (397, 24, 153, 17, NULL, 'Others', NULL, 'others-styler-17', NULL, 50, NULL, 1, 0, 4, 'Steam styling for other items', '2026-05-06 04:33:30', '2026-05-06 04:33:30', NULL, NULL), (398, 24, 158, 18, NULL, 'Others', NULL, 'others-styler-18', NULL, 50, NULL, 1, 0, 4, 'Steam styling for other items', '2026-05-06 04:33:30', '2026-05-06 04:33:30', NULL, NULL), (399, 24, 163, 19, NULL, 'Others', NULL, 'others-styler-19', NULL, 50, NULL, 1, 0, 4, 'Steam styling for other items', '2026-05-06 04:33:30', '2026-05-06 04:33:30', NULL, NULL), (400, 24, 168, 20, NULL, 'Others', NULL, 'others-styler-20', NULL, 50, NULL, 1, 0, 4, 'Steam styling for other items', '2026-05-06 04:33:30', '2026-05-06 04:33:30', NULL, NULL), (401, 24, 173, 21, NULL, 'Others', NULL, 'others-styler-21', NULL, 50, NULL, 1, 0, 4, 'Steam styling for other items', '2026-05-06 04:33:30', '2026-05-06 04:33:30', NULL, NULL), (402, 24, 178, 22, NULL, 'Others', NULL, 'others-styler-22', NULL, 50, NULL, 1, 0, 4, 'Steam styling for other items', '2026-05-06 04:33:30', '2026-05-06 04:33:30', NULL, NULL), (403, 24, 183, 23, NULL, 'Others', NULL, 'others-styler-23', NULL, 50, NULL, 1, 0, 4, 'Steam styling for other items', '2026-05-06 04:33:30', '2026-05-06 04:33:30', NULL, NULL), (404, 24, 188, 24, NULL, 'Others', NULL, 'others-styler-24', NULL, 50, NULL, 1, 0, 4, 'Steam styling for other items', '2026-05-06 04:33:30', '2026-05-06 04:33:30', NULL, NULL), (405, 24, 193, 25, NULL, 'Others', NULL, 'others-styler-25', NULL, 50, NULL, 1, 0, 4, 'Steam styling for other items', '2026-05-06 04:33:30', '2026-05-06 04:33:30', NULL, NULL), (406, 24, 198, 26, NULL, 'Others', NULL, 'others-styler-26', NULL, 50, NULL, 1, 0, 4, 'Steam styling for other items', '2026-05-06 04:33:30', '2026-05-06 04:33:30', NULL, NULL), (407, 24, 203, 27, NULL, 'Others', NULL, 'others-styler-27', NULL, 50, NULL, 1, 0, 4, 'Steam styling for other items', '2026-05-06 04:33:30', '2026-05-06 04:33:30', NULL, NULL), (408, 24, 208, 28, NULL, 'Others', NULL, 'others-styler-28', NULL, 50, NULL, 1, 0, 4, 'Steam styling for other items', '2026-05-06 04:33:30', '2026-05-06 04:33:30', NULL, NULL), (409, 24, 213, 29, NULL, 'Others', NULL, 'others-styler-29', NULL, 50, NULL, 1, 0, 4, 'Steam styling for other items', '2026-05-06 04:33:30', '2026-05-06 04:33:30', NULL, NULL), (410, 24, 218, 30, NULL, 'Others', NULL, 'others-styler-30', NULL, 50, NULL, 1, 0, 4, 'Steam styling for other items', '2026-05-06 04:33:30', '2026-05-06 04:33:30', NULL, NULL), (411, 24, 223, 31, NULL, 'Others', NULL, 'others-styler-31', NULL, 50, NULL, 1, 0, 4, 'Steam styling for other items', '2026-05-06 04:33:30', '2026-05-06 04:33:30', NULL, NULL), (412, 24, 228, 32, NULL, 'Others', NULL, 'others-styler-32', NULL, 50, NULL, 1, 0, 4, 'Steam styling for other items', '2026-05-06 04:33:30', '2026-05-06 04:33:30', NULL, NULL), (413, 24, 233, 33, NULL, 'Others', NULL, 'others-styler-33', NULL, 50, NULL, 1, 0, 4, 'Steam styling for other items', '2026-05-06 04:33:30', '2026-05-06 04:33:30', NULL, NULL), (414, 24, 238, 34, NULL, 'Others', NULL, 'others-styler-34', NULL, 50, NULL, 1, 0, 4, 'Steam styling for other items', '2026-05-06 04:33:30', '2026-05-06 04:33:30', NULL, NULL), (415, 24, 243, 35, NULL, 'Others', NULL, 'others-styler-35', NULL, 50, NULL, 1, 0, 4, 'Steam styling for other items', '2026-05-06 04:33:30', '2026-05-06 04:33:30', NULL, NULL), (416, 25, 247, NULL, NULL, 'Giant Full Service', NULL, NULL, NULL, 250, 8.00, 1, 1, 1, NULL, '2026-05-11 12:41:33', '2026-05-11 12:41:33', NULL, NULL), (417, 25, 247, NULL, NULL, 'Titan Full Service', NULL, NULL, NULL, 350, 12.00, 1, 1, 2, NULL, '2026-05-11 12:41:33', '2026-05-11 12:41:33', NULL, NULL), (418, 26, 248, NULL, NULL, 'Giant Wash', NULL, NULL, NULL, 0, 8.00, 1, 1, 1, NULL, '2026-05-11 12:41:33', '2026-05-11 12:41:33', NULL, NULL), (419, 26, 248, NULL, NULL, 'Titan Wash', NULL, NULL, NULL, 0, 12.00, 1, 1, 2, NULL, '2026-05-11 12:41:33', '2026-05-11 12:41:33', NULL, NULL), (420, 27, 249, NULL, NULL, 'Giant Dry', NULL, NULL, NULL, 0, 8.00, 1, 1, 1, NULL, '2026-05-11 12:41:33', '2026-05-11 12:41:33', NULL, NULL), (421, 27, 249, NULL, NULL, 'Titan Dry', NULL, NULL, NULL, 0, 12.00, 1, 1, 2, NULL, '2026-05-11 12:41:33', '2026-05-11 12:41:33', NULL, NULL); -- -------------------------------------------------------- -- -- Table structure for table `quotations` -- CREATE TABLE `quotations` ( `id` bigint(20) UNSIGNED NOT NULL, `job_order_id` bigint(20) UNSIGNED NOT NULL, `technician_id` bigint(20) UNSIGNED NOT NULL, `total_amount` decimal(10,2) NOT NULL DEFAULT 0.00, `status` varchar(255) NOT NULL DEFAULT 'pending', `sc_approved_by` bigint(20) UNSIGNED DEFAULT NULL, `sc_approved_at` timestamp NULL DEFAULT NULL, `store_approved_by` bigint(20) UNSIGNED DEFAULT NULL, `store_approved_at` timestamp NULL DEFAULT NULL, `rejection_reason` varchar(255) DEFAULT NULL, `notes` text DEFAULT NULL, `created_at` timestamp NULL DEFAULT NULL, `updated_at` timestamp NULL DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -- Dumping data for table `quotations` -- INSERT INTO `quotations` (`id`, `job_order_id`, `technician_id`, `total_amount`, `status`, `sc_approved_by`, `sc_approved_at`, `store_approved_by`, `store_approved_at`, `rejection_reason`, `notes`, `created_at`, `updated_at`) VALUES (1, 4, 49, 1500.00, 'pending_sc', NULL, NULL, NULL, NULL, NULL, 'Demo quotation in pending_sc', '2026-05-03 12:19:25', '2026-05-03 12:19:25'), (2, 4, 49, 1500.00, 'approved_sc', 47, '2026-05-04 03:59:51', NULL, NULL, NULL, 'Demo quotation in approved_sc', '2026-05-03 12:19:25', '2026-05-04 03:59:51'), (3, 3, 49, 1500.00, 'rejected_sc', 47, NULL, NULL, NULL, 'Belt overpriced; specify part number', 'Demo quotation in rejected_sc', '2026-05-03 12:19:25', '2026-05-03 12:19:25'), (4, 5, 49, 1500.00, 'approved_store', 47, '2026-05-04 03:59:51', 47, '2026-05-04 03:59:51', NULL, 'Demo quotation in approved_store', '2026-05-03 12:19:25', '2026-05-04 03:59:51'), (5, 7, 49, 1500.00, 'rejected_store', 47, '2026-05-04 03:59:51', NULL, NULL, 'Too expensive; will defer', 'Demo quotation in rejected_store', '2026-05-03 12:19:25', '2026-05-04 03:59:51'), (6, 6, 50, 1500.00, 'approved_store', 47, '2026-05-01 03:59:51', 3, '2026-05-02 03:59:51', NULL, 'Demo (auto) — approved for billing', '2026-05-04 03:59:51', '2026-05-04 03:59:51'), (7, 7, 50, 1500.00, 'approved_store', 47, '2026-05-01 03:59:51', 3, '2026-05-02 03:59:51', NULL, 'Demo (auto) — approved for billing', '2026-05-04 03:59:51', '2026-05-04 03:59:51'); -- -------------------------------------------------------- -- -- Table structure for table `quotation_items` -- CREATE TABLE `quotation_items` ( `id` bigint(20) UNSIGNED NOT NULL, `quotation_id` bigint(20) UNSIGNED NOT NULL, `inventory_id` bigint(20) UNSIGNED DEFAULT NULL, `item_name` varchar(255) NOT NULL, `quantity` int(11) NOT NULL DEFAULT 1, `unit_price` decimal(10,2) NOT NULL DEFAULT 0.00, `total_price` decimal(10,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 `quotation_items` -- INSERT INTO `quotation_items` (`id`, `quotation_id`, `inventory_id`, `item_name`, `quantity`, `unit_price`, `total_price`, `created_at`, `updated_at`) VALUES (31, 1, NULL, 'Drive belt', 1, 350.00, 350.00, '2026-05-04 03:59:51', '2026-05-04 03:59:51'), (32, 1, NULL, 'Labor (3h)', 3, 250.00, 750.00, '2026-05-04 03:59:51', '2026-05-04 03:59:51'), (33, 2, NULL, 'Drive belt', 1, 350.00, 350.00, '2026-05-04 03:59:51', '2026-05-04 03:59:51'), (34, 2, NULL, 'Labor (3h)', 3, 250.00, 750.00, '2026-05-04 03:59:51', '2026-05-04 03:59:51'), (35, 3, NULL, 'Drive belt', 1, 350.00, 350.00, '2026-05-04 03:59:51', '2026-05-04 03:59:51'), (36, 3, NULL, 'Labor (3h)', 3, 250.00, 750.00, '2026-05-04 03:59:51', '2026-05-04 03:59:51'), (37, 4, NULL, 'Drive belt', 1, 350.00, 350.00, '2026-05-04 03:59:51', '2026-05-04 03:59:51'), (38, 4, NULL, 'Labor (3h)', 3, 250.00, 750.00, '2026-05-04 03:59:51', '2026-05-04 03:59:51'), (39, 5, NULL, 'Drive belt', 1, 350.00, 350.00, '2026-05-04 03:59:51', '2026-05-04 03:59:51'), (40, 5, NULL, 'Labor (3h)', 3, 250.00, 750.00, '2026-05-04 03:59:51', '2026-05-04 03:59:51'), (41, 6, NULL, 'Drive belt', 1, 350.00, 350.00, '2026-05-04 03:59:51', '2026-05-04 03:59:51'), (42, 6, NULL, 'Labor', 1, 1150.00, 1150.00, '2026-05-04 03:59:51', '2026-05-04 03:59:51'), (43, 7, NULL, 'Drive belt', 1, 350.00, 350.00, '2026-05-04 03:59:51', '2026-05-04 03:59:51'), (44, 7, NULL, 'Labor', 1, 1150.00, 1150.00, '2026-05-04 03:59:51', '2026-05-04 03:59:51'); -- -------------------------------------------------------- -- -- Table structure for table `quotation_status_logs` -- CREATE TABLE `quotation_status_logs` ( `id` bigint(20) UNSIGNED NOT NULL, `quotation_id` bigint(20) UNSIGNED NOT NULL, `from_status` varchar(255) DEFAULT NULL, `to_status` varchar(255) NOT NULL, `actor_type` varchar(255) NOT NULL, `actor_id` bigint(20) UNSIGNED DEFAULT NULL, `reason` 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 `quotation_status_logs` -- INSERT INTO `quotation_status_logs` (`id`, `quotation_id`, `from_status`, `to_status`, `actor_type`, `actor_id`, `reason`, `created_at`, `updated_at`) VALUES (22, 1, 'pending_sc', 'pending_sc', 'technician', NULL, 'submitted', '2026-05-04 03:59:51', '2026-05-04 03:59:51'), (23, 2, 'pending_sc', 'approved_sc', 'sc_manager', NULL, 'approved by SC', '2026-05-04 03:59:51', '2026-05-04 03:59:51'), (24, 3, 'pending_sc', 'rejected_sc', 'sc_manager', NULL, 'overpriced', '2026-05-04 03:59:51', '2026-05-04 03:59:51'), (25, 4, 'pending_sc', 'approved_sc', 'sc_manager', NULL, NULL, '2026-05-04 03:59:51', '2026-05-04 03:59:51'), (26, 4, 'approved_sc', 'approved_store', 'store', NULL, 'accepted by store', '2026-05-04 03:59:51', '2026-05-04 03:59:51'), (27, 5, 'pending_sc', 'approved_sc', 'sc_manager', NULL, NULL, '2026-05-04 03:59:51', '2026-05-04 03:59:51'), (28, 5, 'approved_sc', 'rejected_store', 'store', NULL, 'too expensive', '2026-05-04 03:59:51', '2026-05-04 03:59:51'); -- -------------------------------------------------------- -- -- Table structure for table `ratings` -- CREATE TABLE `ratings` ( `id` bigint(20) UNSIGNED NOT NULL, `order_id` bigint(20) UNSIGNED NOT NULL, `store_id` bigint(20) UNSIGNED NOT NULL, `customer_id` bigint(20) UNSIGNED NOT NULL, `rating` int(11) NOT NULL, `content` longtext 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 `repair_invoices` -- CREATE TABLE `repair_invoices` ( `id` bigint(20) UNSIGNED NOT NULL, `job_order_id` bigint(20) UNSIGNED NOT NULL, `store_id` bigint(20) UNSIGNED NOT NULL, `invoice_number` varchar(32) NOT NULL, `subtotal` decimal(10,2) NOT NULL DEFAULT 0.00, `vat_amount` decimal(10,2) NOT NULL DEFAULT 0.00, `payable_amount` decimal(10,2) NOT NULL DEFAULT 0.00, `paid_amount` decimal(10,2) NOT NULL DEFAULT 0.00, `status` enum('unpaid','partial','paid','void') NOT NULL DEFAULT 'unpaid', `issued_at` datetime DEFAULT NULL, `due_at` datetime DEFAULT NULL, `notes` text DEFAULT NULL, `issued_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 `repair_invoices` -- INSERT INTO `repair_invoices` (`id`, `job_order_id`, `store_id`, `invoice_number`, `subtotal`, `vat_amount`, `payable_amount`, `paid_amount`, `status`, `issued_at`, `due_at`, `notes`, `issued_by`, `created_at`, `updated_at`) VALUES (1, 6, 1, 'INV-2026-000001', 1339.29, 160.71, 1500.00, 750.00, 'partial', '2026-05-04 11:59:51', '2026-05-11 11:59:51', NULL, 50, '2026-05-04 03:59:51', '2026-05-04 03:59:51'), (2, 7, 1, 'INV-2026-000002', 1339.29, 160.71, 1500.00, 1500.00, 'paid', '2026-05-04 11:59:51', '2026-05-11 11:59:51', NULL, 50, '2026-05-04 03:59:51', '2026-05-04 03:59:51'); -- -------------------------------------------------------- -- -- Table structure for table `repair_payments` -- CREATE TABLE `repair_payments` ( `id` bigint(20) UNSIGNED NOT NULL, `repair_invoice_id` bigint(20) UNSIGNED NOT NULL, `amount` decimal(10,2) NOT NULL, `method` varchar(32) NOT NULL DEFAULT 'cash', `reference` varchar(128) DEFAULT NULL, `proof_path` varchar(255) DEFAULT NULL, `paid_at` datetime DEFAULT NULL, `recorded_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 `repair_payments` -- INSERT INTO `repair_payments` (`id`, `repair_invoice_id`, `amount`, `method`, `reference`, `proof_path`, `paid_at`, `recorded_by`, `created_at`, `updated_at`) VALUES (1, 1, 750.00, 'cash', NULL, NULL, '2026-05-04 05:59:51', 50, '2026-05-04 03:59:51', '2026-05-04 03:59:51'), (2, 2, 750.00, 'cash', NULL, NULL, '2026-05-02 11:59:51', 50, '2026-05-04 03:59:51', '2026-05-04 03:59:51'), (3, 2, 750.00, 'gcash', 'GC-000002', NULL, '2026-05-03 11:59:51', 50, '2026-05-04 03:59:51', '2026-05-04 03:59:51'); -- -------------------------------------------------------- -- -- Table structure for table `reviews` -- CREATE TABLE `reviews` ( `id` bigint(20) UNSIGNED NOT NULL, `user_id` bigint(20) UNSIGNED NOT NULL, `store_id` bigint(20) UNSIGNED NOT NULL, `order_id` bigint(20) UNSIGNED DEFAULT NULL, `rating` int(11) NOT NULL DEFAULT 5, `comment` text 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 `roles` -- CREATE TABLE `roles` ( `id` bigint(20) UNSIGNED NOT NULL, `name` varchar(255) NOT NULL, `guard_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 `roles` -- INSERT INTO `roles` (`id`, `name`, `guard_name`, `created_at`, `updated_at`) VALUES (1, 'root', 'web', '2026-04-25 12:03:13', '2026-04-25 12:03:13'), (2, 'admin', 'web', '2026-04-25 12:03:13', '2026-04-25 12:03:13'), (3, 'vendor', 'web', '2026-04-25 12:03:13', '2026-04-25 12:03:13'), (4, 'store', 'web', '2026-04-25 12:03:13', '2026-04-25 12:03:13'), (5, 'employe', 'web', '2026-04-25 12:03:13', '2026-04-25 12:03:13'), (6, 'customer', 'web', '2026-04-25 12:03:13', '2026-04-25 12:03:13'), (7, 'visitor', 'web', '2026-04-25 12:03:13', '2026-04-25 12:03:13'), (8, 'driver', 'web', '2026-04-25 12:03:13', '2026-04-25 12:03:13'), (9, 'service_center_manager', 'web', '2026-04-27 21:20:12', '2026-04-27 21:20:12'), (10, 'technician', 'web', '2026-04-27 21:20:12', '2026-04-27 21:20:12'); -- -------------------------------------------------------- -- -- Table structure for table `role_has_permissions` -- CREATE TABLE `role_has_permissions` ( `permission_id` bigint(20) UNSIGNED NOT NULL, `role_id` bigint(20) UNSIGNED NOT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -- Dumping data for table `role_has_permissions` -- INSERT INTO `role_has_permissions` (`permission_id`, `role_id`) VALUES (1, 1), (1, 2), (1, 3), (1, 4), (2, 4), (3, 4), (4, 4), (5, 4), (6, 4), (7, 4), (8, 4), (9, 4), (10, 4), (11, 1), (11, 3), (11, 4), (12, 1), (13, 1), (14, 1), (15, 1), (16, 1), (17, 1), (17, 4), (18, 1), (18, 4), (19, 1), (19, 4), (20, 1), (20, 4), (21, 1), (21, 4), (22, 1), (22, 4), (23, 1), (23, 4), (24, 1), (24, 4), (25, 4), (26, 4), (27, 1), (27, 4), (28, 1), (28, 2), (29, 1), (29, 2), (29, 4), (30, 1), (30, 2), (31, 1), (31, 2), (32, 1), (32, 2), (33, 4), (34, 4), (35, 1), (36, 1), (37, 1), (38, 1), (39, 1), (40, 1), (41, 1), (42, 1), (43, 1), (44, 1), (45, 4), (46, 4), (47, 1), (47, 4), (48, 4), (49, 4), (50, 1), (50, 4), (51, 1), (51, 4), (52, 1), (52, 4), (53, 1), (53, 4), (54, 1), (55, 1), (56, 1), (57, 1), (58, 1), (59, 1), (60, 1), (61, 1), (61, 3), (61, 4), (62, 1), (62, 4), (63, 1), (63, 4), (64, 4), (65, 1), (65, 4), (66, 1), (66, 4), (67, 1), (67, 4), (68, 1), (68, 4), (69, 1), (69, 3), (69, 4), (70, 1), (70, 4), (71, 1), (71, 4), (72, 1), (72, 4), (73, 4), (74, 4), (75, 1), (75, 4), (76, 1), (76, 4), (77, 1), (78, 1), (78, 4), (79, 4), (80, 4), (81, 1), (81, 4), (82, 1), (82, 4), (83, 1), (83, 3), (84, 1), (84, 3), (85, 1), (85, 3), (86, 1), (86, 3), (87, 1), (87, 4), (88, 1), (88, 4), (89, 1), (89, 4), (90, 1), (90, 4), (91, 1), (91, 4), (92, 1), (92, 4), (93, 1), (94, 1), (95, 1), (96, 1), (97, 1), (98, 1), (99, 1), (100, 1), (101, 1), (102, 1), (103, 1), (104, 1), (105, 1), (106, 1), (107, 1), (108, 1), (109, 1), (110, 1), (111, 1), (112, 1), (113, 1), (114, 1), (115, 1), (116, 1), (117, 1), (118, 1), (119, 1), (119, 3), (120, 1), (120, 3), (121, 1), (122, 1), (123, 1), (124, 1), (125, 1), (126, 1), (127, 1), (128, 1), (128, 3), (129, 1), (129, 3), (130, 1), (130, 3), (131, 3), (131, 4), (133, 1), (133, 3), (134, 3), (134, 4), (135, 3), (135, 4), (136, 1), (136, 3), (136, 4), (137, 4), (138, 4), (139, 4), (140, 4), (141, 1), (141, 4), (142, 1), (142, 2), (142, 4), (143, 1), (143, 2), (143, 3), (144, 1), (144, 2), (144, 4), (145, 1), (145, 2), (145, 4), (146, 1), (146, 2), (146, 4), (147, 1), (147, 2), (147, 4), (148, 1), (148, 2), (148, 4), (149, 1), (149, 2), (149, 4), (150, 1), (150, 2), (150, 4), (151, 1), (151, 2), (151, 4), (152, 6), (153, 6), (154, 6), (155, 6), (156, 6), (157, 6), (158, 6), (159, 6), (160, 6), (161, 6), (162, 6), (163, 6), (164, 6), (165, 6), (166, 6), (167, 6), (168, 6), (169, 6), (170, 6), (171, 6), (172, 6); -- -------------------------------------------------------- -- -- Table structure for table `services` -- CREATE TABLE `services` ( `id` bigint(20) UNSIGNED NOT NULL, `name` varchar(255) NOT NULL, `slug` varchar(255) DEFAULT NULL, `name_bn` varchar(255) DEFAULT NULL, `description` longtext DEFAULT NULL, `description_bn` longtext DEFAULT NULL, `thumbnail_id` bigint(20) UNSIGNED DEFAULT NULL, `is_active` tinyint(1) NOT NULL DEFAULT 0, `is_template` tinyint(1) NOT NULL DEFAULT 0, `service_type` enum('item_based','machine_based') NOT NULL DEFAULT 'item_based', `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 `services` -- INSERT INTO `services` (`id`, `name`, `slug`, `name_bn`, `description`, `description_bn`, `thumbnail_id`, `is_active`, `is_template`, `service_type`, `created_at`, `updated_at`) VALUES (20, 'Full Service (Wash + Dry + Fold)', 'full-service', NULL, 'Complete laundry: Wash + Dry + Fold bundled at a discount.', NULL, 171, 1, 0, 'machine_based', '2026-04-26 02:47:37', '2026-04-29 14:01:40'), (21, 'Wash', 'wash', NULL, 'Standalone washing service.', NULL, 175, 1, 0, 'machine_based', '2026-04-26 02:47:37', '2026-04-26 04:07:59'), (22, 'Dry', 'dry', NULL, 'Standalone drying service.', NULL, 172, 1, 0, 'machine_based', '2026-04-26 02:47:37', '2026-04-26 04:04:36'), (23, 'Fold', 'fold', NULL, 'Folding service per load.', NULL, 173, 1, 0, 'item_based', '2026-04-26 02:47:37', '2026-04-26 04:04:43'), (24, 'Styler', 'styler', NULL, 'Steam styling for individual garments.', NULL, 174, 1, 0, 'item_based', '2026-04-26 02:47:37', '2026-04-26 04:04:48'), (25, 'Full Service', 'full-service-1', NULL, 'Complete laundry: Wash + Dry + Fold bundled at a discount.', NULL, NULL, 1, 1, 'machine_based', '2026-05-11 12:41:33', '2026-05-11 12:41:33'), (26, 'Wash', 'wash-1', NULL, 'Standalone washing service.', NULL, NULL, 1, 1, 'machine_based', '2026-05-11 12:41:33', '2026-05-11 12:41:33'), (27, 'Dry', 'dry-1', NULL, 'Standalone drying service.', NULL, NULL, 1, 1, 'machine_based', '2026-05-11 12:41:33', '2026-05-11 12:41:33'); -- -------------------------------------------------------- -- -- Table structure for table `service_centers` -- CREATE TABLE `service_centers` ( `id` bigint(20) UNSIGNED NOT NULL, `name` varchar(255) NOT NULL, `code` varchar(255) NOT NULL, `address` text DEFAULT NULL, `latitude` decimal(10,7) DEFAULT NULL, `longitude` decimal(10,7) DEFAULT NULL, `contact_phone` varchar(255) DEFAULT NULL, `contact_email` 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; -- -- Dumping data for table `service_centers` -- INSERT INTO `service_centers` (`id`, `name`, `code`, `address`, `latitude`, `longitude`, `contact_phone`, `contact_email`, `is_active`, `created_at`, `updated_at`) VALUES (1, 'Manila HQ', 'MNL-HQ', 'Quezon City, Metro Manila', 14.6760000, 121.0437000, '+632-8000-0001', 'manila@laundrypremier.ph', 1, '2026-05-03 12:16:46', '2026-05-03 12:16:46'), (2, 'Cebu HQ', 'CEB-HQ', 'Cebu City, Cebu', 10.3157000, 123.8854000, '+632-8000-0002', 'cebu@laundrypremier.ph', 1, '2026-05-03 12:16:46', '2026-05-03 12:16:46'); -- -------------------------------------------------------- -- -- Table structure for table `service_center_inventories` -- CREATE TABLE `service_center_inventories` ( `id` bigint(20) UNSIGNED NOT NULL, `item_name` varchar(255) NOT NULL, `part_number` varchar(255) DEFAULT NULL, `base_price` decimal(10,2) NOT NULL DEFAULT 0.00, `stock_count` int(11) NOT NULL DEFAULT 0, `is_active` tinyint(1) NOT NULL DEFAULT 1, `created_at` timestamp NULL DEFAULT NULL, `updated_at` timestamp NULL DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -- Dumping data for table `service_center_inventories` -- INSERT INTO `service_center_inventories` (`id`, `item_name`, `part_number`, `base_price`, `stock_count`, `is_active`, `created_at`, `updated_at`) VALUES (1, 'Drive belt', 'P-100', 350.00, 0, 1, '2026-05-03 12:19:25', '2026-05-03 12:19:25'), (2, 'Door sensor', 'P-101', 800.00, 0, 1, '2026-05-03 12:19:25', '2026-05-03 12:19:25'), (3, 'Heater coil', 'P-102', 1500.00, 0, 1, '2026-05-03 12:19:25', '2026-05-03 12:19:25'), (4, 'Coin slot', 'P-103', 250.00, 0, 1, '2026-05-03 12:19:25', '2026-05-03 12:19:25'), (5, 'Drum bearing', 'P-104', 600.00, 0, 1, '2026-05-03 12:19:25', '2026-05-03 12:19:25'), (6, 'Control board', 'P-105', 3500.00, 0, 1, '2026-05-03 12:19:25', '2026-05-03 12:19:25'); -- -------------------------------------------------------- -- -- Table structure for table `service_center_inventory_stock` -- CREATE TABLE `service_center_inventory_stock` ( `id` bigint(20) UNSIGNED NOT NULL, `service_center_id` bigint(20) UNSIGNED NOT NULL, `inventory_id` bigint(20) UNSIGNED NOT NULL, `quantity` int(11) NOT NULL DEFAULT 0, `low_stock_threshold` int(11) 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 `service_center_inventory_stock` -- INSERT INTO `service_center_inventory_stock` (`id`, `service_center_id`, `inventory_id`, `quantity`, `low_stock_threshold`, `created_at`, `updated_at`) VALUES (1, 1, 1, 10, 3, '2026-05-03 12:19:25', '2026-05-03 12:19:25'), (2, 2, 1, 4, 3, '2026-05-03 12:19:25', '2026-05-03 12:19:25'), (3, 1, 2, 5, 3, '2026-05-03 12:19:25', '2026-05-03 12:19:25'), (4, 1, 3, 2, 3, '2026-05-03 12:19:25', '2026-05-03 12:19:25'), (5, 2, 3, 6, 3, '2026-05-03 12:19:25', '2026-05-03 12:19:25'), (6, 1, 4, 8, 3, '2026-05-03 12:19:25', '2026-05-03 12:19:25'), (7, 1, 5, 6, 3, '2026-05-03 12:19:25', '2026-05-03 12:19:25'), (8, 2, 5, 3, 3, '2026-05-03 12:19:25', '2026-05-03 12:19:25'), (9, 1, 6, 1, 3, '2026-05-03 12:19:25', '2026-05-03 12:19:25'), (10, 2, 6, 2, 3, '2026-05-03 12:19:25', '2026-05-03 12:19:25'); -- -------------------------------------------------------- -- -- Table structure for table `service_center_user` -- CREATE TABLE `service_center_user` ( `id` bigint(20) UNSIGNED NOT NULL, `service_center_id` bigint(20) UNSIGNED NOT NULL, `user_id` bigint(20) UNSIGNED NOT NULL, `role` varchar(255) NOT NULL DEFAULT 'staff', `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 `service_center_user` -- INSERT INTO `service_center_user` (`id`, `service_center_id`, `user_id`, `role`, `created_at`, `updated_at`) VALUES (1, 1, 47, 'manager', '2026-05-03 12:16:46', '2026-05-04 03:59:51'), (2, 2, 48, 'manager', '2026-05-03 12:16:46', '2026-05-04 03:59:51'); -- -------------------------------------------------------- -- -- Table structure for table `service_packages` -- CREATE TABLE `service_packages` ( `id` bigint(20) UNSIGNED NOT NULL, `package_name` varchar(255) NOT NULL, `package_slug` varchar(255) NOT NULL, `service_id` bigint(20) UNSIGNED NOT NULL, `sort_order` int(11) 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 `service_packages` -- INSERT INTO `service_packages` (`id`, `package_name`, `package_slug`, `service_id`, `sort_order`, `created_at`, `updated_at`) VALUES (9, 'Full Service', 'full_service', 21, 1, '2026-04-26 02:47:37', '2026-04-26 02:47:37'), (10, 'Full Service', 'full_service', 22, 2, '2026-04-26 02:47:37', '2026-04-26 02:47:37'), (11, 'Full Service', 'full_service', 23, 3, '2026-04-26 02:47:37', '2026-04-26 02:47:37'); -- -------------------------------------------------------- -- -- Table structure for table `settings` -- CREATE TABLE `settings` ( `id` bigint(20) UNSIGNED NOT NULL, `title` varchar(255) NOT NULL, `slug` varchar(255) DEFAULT NULL, `content` longtext 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 `settings` -- INSERT INTO `settings` (`id`, `title`, `slug`, `content`, `created_at`, `updated_at`) VALUES (1, 'Privacy Policy', 'privacy-policy', 'Dolores praesentium iure minima cupiditate. Eos repellendus vel qui dolores provident aut. Qui velit consectetur voluptatibus aut quo. Velit cupiditate vero facere aut nemo omnis adipisci.\n\nFugiat et vel corporis quas laboriosam id corrupti. Sed omnis voluptatem repellendus earum amet maxime veniam. Earum totam praesentium beatae quae accusamus qui tempore. Vel dolores quia dolor incidunt aperiam.\n\nEnim occaecati a ut rerum dolores ipsam. Dolor suscipit aut iure quam autem. Eveniet amet distinctio provident necessitatibus. Laboriosam eius ullam quisquam reprehenderit et harum.\n\nVoluptatem rem enim in reiciendis quae quis est. Fuga quaerat cum aut fuga. Asperiores impedit iusto quidem autem eveniet quae voluptatem.\n\nAdipisci accusamus vero porro provident quo eos cupiditate. Doloribus enim iure nam qui autem blanditiis sunt. Eius officia ducimus nemo saepe libero. Nulla dolorem rerum et officia non voluptas assumenda.', '2026-04-25 12:03:13', '2026-04-25 12:03:13'), (2, 'Trams of service', 'trams-of-service', 'Libero atque ea error quia. Aperiam atque quo soluta laboriosam ex. Dolores vitae esse dolores et omnis assumenda non. Eos iure ut hic qui consectetur corporis officiis.\n\nImpedit neque tempora quia. Sed est non sit quia vel est.\n\nNon velit iste corporis qui qui modi quos. Provident quae dicta dolorem laborum. Harum ducimus velit voluptas exercitationem odio cumque. Blanditiis qui quaerat officiis eaque error rerum perspiciatis. Dolor distinctio ab nobis perspiciatis magni atque suscipit.\n\nEt voluptatem ea laborum explicabo in voluptas maxime ipsam. Dolores sed quam libero sunt et vero sit. Et dignissimos culpa velit rerum. Hic delectus cumque quis error.\n\nUnde quasi voluptas ut. Iste soluta quaerat voluptates fugiat et est dolores. Iusto rerum est est deserunt ab et voluptas.', '2026-04-25 12:03:13', '2026-04-25 12:03:13'), (3, 'Contact us', 'contact-us', 'Ut totam numquam magnam eligendi autem. Sed esse et est nihil. Tempora natus aut tenetur quam nostrum veniam deleniti. Consequatur sapiente dicta consectetur commodi.\n\nDolores enim molestiae veritatis quia non. Architecto doloremque laborum iusto eum ut. Quia id amet aut et dolores alias. Eaque in dignissimos autem dolore numquam repellendus.\n\nMagnam nihil autem exercitationem illo minus minima aperiam. Corrupti esse quisquam voluptas aut. Reiciendis et nemo quia aliquid. Blanditiis ut tempora dolores cupiditate quia aut. In quod et non odio fugit.\n\nQui quidem hic ipsam sint. Rem sit nihil officia assumenda similique laboriosam natus. Asperiores impedit maxime nostrum.\n\nMollitia modi maxime quibusdam temporibus minima. Expedita qui esse fuga dolores et.', '2026-04-25 12:03:13', '2026-04-25 12:03:13'); -- -------------------------------------------------------- -- -- Table structure for table `social_links` -- CREATE TABLE `social_links` ( `id` bigint(20) UNSIGNED NOT NULL, `media_id` bigint(20) UNSIGNED NOT NULL, `name` varchar(255) DEFAULT NULL, `url` 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 `staff` -- CREATE TABLE `staff` ( `id` bigint(20) UNSIGNED NOT NULL, `store_id` bigint(20) UNSIGNED NOT NULL, `name` varchar(255) NOT NULL, `role` varchar(255) NOT NULL DEFAULT 'staff', `pin` 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 `staff` -- INSERT INTO `staff` (`id`, `store_id`, `name`, `role`, `pin`, `is_active`, `created_at`, `updated_at`) VALUES (1, 1, 'ROSALINDA ALVIAR', 'staff', '$2y$10$mRU4ddbFb0VveBDHpMdLselpbHVJwmmrTGeoGZUqOJzaUt.VwpRA6', 1, '2026-04-27 22:39:50', '2026-04-27 22:39:50'), (2, 1, 'JUANITA', 'staff', '$2y$10$s1SVCljJt/fBdAIAfJys.OVBBNOcEzp2AfKaJ.vXIU/J6OkwXpLGC', 1, '2026-04-29 11:44:39', '2026-04-29 11:44:39'); -- -------------------------------------------------------- -- -- Table structure for table `staff_attendances` -- CREATE TABLE `staff_attendances` ( `id` bigint(20) UNSIGNED NOT NULL, `store_id` bigint(20) UNSIGNED NOT NULL, `staff_id` bigint(20) UNSIGNED NOT NULL, `date` date NOT NULL, `check_in_time` time NOT NULL, `check_out_time` time DEFAULT NULL, `total_hours` decimal(8,2) DEFAULT NULL, `status` varchar(255) NOT NULL DEFAULT 'present', `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 `stock_adjustments` -- CREATE TABLE `stock_adjustments` ( `id` bigint(20) UNSIGNED NOT NULL, `additional_id` bigint(20) UNSIGNED NOT NULL, `store_id` bigint(20) UNSIGNED DEFAULT NULL, `user_id` bigint(20) UNSIGNED DEFAULT NULL, `type` enum('in','out','adjustment') NOT NULL, `quantity` int(11) NOT NULL, `stock_before` int(11) NOT NULL DEFAULT 0, `stock_after` int(11) NOT NULL DEFAULT 0, `reason` 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 `stock_adjustments` -- INSERT INTO `stock_adjustments` (`id`, `additional_id`, `store_id`, `user_id`, `type`, `quantity`, `stock_before`, `stock_after`, `reason`, `created_at`, `updated_at`) VALUES (1, 49, 1, 3, 'in', 5, 0, 5, 'In adjustment', '2026-04-26 06:23:37', '2026-04-26 06:23:37'), (2, 47, 1, 3, 'in', 4, 0, 4, 'In adjustment', '2026-04-26 06:23:41', '2026-04-26 06:23:41'), (3, 48, 1, 3, 'in', 6, 0, 6, '7', '2026-04-26 06:23:48', '2026-04-26 06:23:48'), (4, 47, 1, 3, 'out', 1, 4, 3, 'POS Order #000034', '2026-04-26 06:32:04', '2026-04-26 06:32:04'), (5, 48, 1, 3, 'out', 1, 6, 5, 'POS Order #000034', '2026-04-26 06:32:04', '2026-04-26 06:32:04'), (6, 49, 1, 3, 'out', 1, 5, 4, 'POS Order #000034', '2026-04-26 06:32:04', '2026-04-26 06:32:04'), (7, 47, 1, 3, 'out', 1, 3, 2, 'POS Order #000036', '2026-04-26 09:41:03', '2026-04-26 09:41:03'), (8, 48, 1, 3, 'out', 1, 5, 4, 'POS Order #000036', '2026-04-26 09:41:03', '2026-04-26 09:41:03'), (9, 49, 1, 3, 'out', 1, 4, 3, 'POS Order #000036', '2026-04-26 09:41:03', '2026-04-26 09:41:03'), (10, 47, 1, 3, 'out', 1, 2, 1, 'POS Order #000003', '2026-04-26 10:04:34', '2026-04-26 10:04:34'), (11, 48, 1, 3, 'out', 1, 4, 3, 'POS Order #000003', '2026-04-26 10:04:34', '2026-04-26 10:04:34'), (12, 49, 1, 3, 'out', 1, 3, 2, 'POS Order #000003', '2026-04-26 10:04:34', '2026-04-26 10:04:34'), (13, 47, 1, 3, 'out', 1, 1, 0, 'POS Order #000001', '2026-04-26 12:01:36', '2026-04-26 12:01:36'), (14, 48, 1, 3, 'out', 1, 3, 2, 'POS Order #000001', '2026-04-26 12:01:36', '2026-04-26 12:01:36'), (15, 49, 1, 3, 'out', 1, 2, 1, 'POS Order #000001', '2026-04-26 12:01:36', '2026-04-26 12:01:36'), (16, 52, 1, 3, 'in', 10, 0, 10, 'Initial stock', '2026-04-28 10:52:03', '2026-04-28 10:52:03'), (17, 49, 1, 3, 'in', 10, 1, 11, 'In adjustment', '2026-04-28 10:55:05', '2026-04-28 10:55:05'), (18, 49, 1, 3, 'out', 1, 11, 10, 'Out adjustment', '2026-04-28 10:55:17', '2026-04-28 10:55:17'), (19, 53, 1, 3, 'in', 100, 0, 100, 'Initial stock', '2026-04-28 10:56:47', '2026-04-28 10:56:47'), (20, 52, 1, 3, 'in', 90, 10, 100, 'In adjustment', '2026-04-28 10:56:58', '2026-04-28 10:56:58'), (21, 47, 1, 3, 'in', 100, 0, 100, 'In adjustment', '2026-04-28 10:57:46', '2026-04-28 10:57:46'), (22, 49, 1, 3, 'in', 90, 10, 100, 'In adjustment', '2026-04-28 10:57:57', '2026-04-28 10:57:57'), (23, 48, 1, 3, 'in', 98, 2, 100, 'In adjustment', '2026-04-28 10:58:35', '2026-04-28 10:58:35'), (24, 54, 1, 3, 'in', 100, 0, 100, 'Initial stock', '2026-04-28 10:59:18', '2026-04-28 10:59:18'), (25, 55, 1, 3, 'in', 100, 0, 100, 'Initial stock', '2026-04-28 11:00:10', '2026-04-28 11:00:10'), (26, 56, 1, 3, 'in', 100, 0, 100, 'Initial stock', '2026-04-28 11:01:09', '2026-04-28 11:01:09'), (27, 47, 1, 3, 'out', 1, 100, 99, 'POS Order #000018', '2026-04-28 14:08:01', '2026-04-28 14:08:01'), (28, 48, 1, 3, 'out', 1, 100, 99, 'POS Order #000018', '2026-04-28 14:08:01', '2026-04-28 14:08:01'), (29, 47, 1, 3, 'out', 1, 99, 98, 'POS Order #000026', '2026-04-28 15:30:32', '2026-04-28 15:30:32'), (30, 48, 1, 3, 'out', 1, 99, 98, 'POS Order #000026', '2026-04-28 15:30:32', '2026-04-28 15:30:32'), (31, 47, 1, 3, 'out', 1, 98, 97, 'POS Order #000027', '2026-04-28 15:33:13', '2026-04-28 15:33:13'), (32, 48, 1, 3, 'out', 1, 98, 97, 'POS Order #000027', '2026-04-28 15:33:13', '2026-04-28 15:33:13'), (33, 49, 1, 3, 'out', 1, 100, 99, 'POS Order #000027', '2026-04-28 15:33:13', '2026-04-28 15:33:13'), (34, 47, 1, 3, 'out', 1, 97, 96, 'POS Order #000028', '2026-04-28 15:36:42', '2026-04-28 15:36:42'), (35, 48, 1, 3, 'out', 1, 97, 96, 'POS Order #000028', '2026-04-28 15:36:42', '2026-04-28 15:36:42'), (36, 47, 1, 3, 'out', 1, 96, 95, 'POS Order #000031', '2026-04-28 19:15:11', '2026-04-28 19:15:11'), (37, 48, 1, 3, 'out', 1, 96, 95, 'POS Order #000031', '2026-04-28 19:15:11', '2026-04-28 19:15:11'), (38, 47, 1, 3, 'out', 1, 95, 94, 'POS Order #000032', '2026-04-28 21:15:12', '2026-04-28 21:15:12'), (39, 48, 1, 3, 'out', 1, 95, 94, 'POS Order #000032', '2026-04-28 21:15:12', '2026-04-28 21:15:12'), (40, 47, 1, 3, 'out', 4, 94, 90, 'POS Order #000042', '2026-04-29 11:31:22', '2026-04-29 11:31:22'), (41, 53, 1, 3, 'out', 2, 100, 98, 'POS Order #000043', '2026-04-29 11:31:47', '2026-04-29 11:31:47'), (42, 47, 1, 3, 'out', 1, 90, 89, 'POS Order #000053', '2026-04-29 11:41:30', '2026-04-29 11:41:30'), (43, 48, 1, 3, 'out', 1, 94, 93, 'POS Order #000053', '2026-04-29 11:41:30', '2026-04-29 11:41:30'), (44, 53, 1, 3, 'out', 1, 98, 97, 'POS Order #000053', '2026-04-29 11:41:30', '2026-04-29 11:41:30'), (45, 54, 1, 3, 'out', 1, 100, 99, 'POS Order #000053', '2026-04-29 11:41:30', '2026-04-29 11:41:30'), (46, 55, 1, 3, 'out', 1, 100, 99, 'POS Order #000053', '2026-04-29 11:41:30', '2026-04-29 11:41:30'), (47, 56, 1, 3, 'out', 1, 100, 99, 'POS Order #000053', '2026-04-29 11:41:30', '2026-04-29 11:41:30'), (48, 47, 1, 3, 'out', 1, 89, 88, 'POS Order #000083', '2026-04-29 16:10:49', '2026-04-29 16:10:49'), (49, 48, 1, 3, 'out', 1, 93, 92, 'POS Order #000083', '2026-04-29 16:10:49', '2026-04-29 16:10:49'), (50, 49, 1, 3, 'out', 1, 99, 98, 'POS Order #000083', '2026-04-29 16:10:49', '2026-04-29 16:10:49'), (51, 47, 1, 3, 'out', 1, 88, 87, 'POS Order #000084', '2026-04-29 16:15:12', '2026-04-29 16:15:12'), (52, 48, 1, 3, 'out', 1, 92, 91, 'POS Order #000084', '2026-04-29 16:15:12', '2026-04-29 16:15:12'), (53, 47, 1, 3, 'out', 1, 87, 86, 'POS Order #000108', '2026-04-30 08:59:02', '2026-04-30 08:59:02'), (54, 48, 1, 3, 'out', 1, 91, 90, 'POS Order #000108', '2026-04-30 08:59:02', '2026-04-30 08:59:02'), (55, 47, 1, 3, 'out', 1, 86, 85, 'POS Order #000120', '2026-04-30 15:50:46', '2026-04-30 15:50:46'), (56, 48, 1, 3, 'out', 1, 90, 89, 'POS Order #000120', '2026-04-30 15:50:46', '2026-04-30 15:50:46'), (57, 49, 1, 3, 'out', 1, 98, 97, 'POS Order #000120', '2026-04-30 15:50:46', '2026-04-30 15:50:46'), (58, 47, 1, 3, 'out', 1, 85, 84, 'POS Order #000124', '2026-04-30 16:16:16', '2026-04-30 16:16:16'), (59, 48, 1, 3, 'out', 2, 89, 87, 'POS Order #000124', '2026-04-30 16:16:16', '2026-04-30 16:16:16'), (60, 47, 1, 3, 'out', 1, 84, 83, 'POS Order #000138', '2026-05-05 13:36:11', '2026-05-05 13:36:11'), (61, 48, 1, 3, 'out', 2, 87, 85, 'POS Order #000138', '2026-05-05 13:36:11', '2026-05-05 13:36:11'), (62, 48, 1, 3, 'out', 1, 85, 84, 'POS Order #000171', '2026-05-08 11:22:18', '2026-05-08 11:22:18'), (63, 48, 1, 3, 'out', 2, 84, 82, 'POS Order #000018', '2026-05-11 11:46:52', '2026-05-11 11:46:52'), (64, 47, 1, 3, 'out', 2, 83, 81, 'POS Order #000019', '2026-05-11 11:47:50', '2026-05-11 11:47:50'), (65, 48, 1, 3, 'out', 2, 82, 80, 'POS Order #000019', '2026-05-11 11:47:50', '2026-05-11 11:47:50'), (66, 48, 1, 3, 'out', 2, 80, 78, 'POS Order #000004', '2026-05-11 13:25:10', '2026-05-11 13:25:10'), (67, 47, 1, 3, 'out', 1, 81, 80, 'POS Order #000006', '2026-05-11 13:25:56', '2026-05-11 13:25:56'), (68, 48, 1, 3, 'out', 1, 78, 77, 'POS Order #000006', '2026-05-11 13:25:56', '2026-05-11 13:25:56'), (69, 52, 1, 3, 'out', 1, 100, 99, 'POS Order #000006', '2026-05-11 13:25:56', '2026-05-11 13:25:56'), (70, 53, 1, 3, 'out', 1, 97, 96, 'POS Order #000006', '2026-05-11 13:25:56', '2026-05-11 13:25:56'), (71, 54, 1, 3, 'out', 1, 99, 98, 'POS Order #000006', '2026-05-11 13:25:56', '2026-05-11 13:25:56'), (72, 55, 1, 3, 'out', 1, 99, 98, 'POS Order #000006', '2026-05-11 13:25:56', '2026-05-11 13:25:56'), (73, 56, 1, 3, 'out', 1, 99, 98, 'POS Order #000006', '2026-05-11 13:25:56', '2026-05-11 13:25:56'); -- -------------------------------------------------------- -- -- Table structure for table `stores` -- CREATE TABLE `stores` ( `id` bigint(20) UNSIGNED NOT NULL, `shop_owner` bigint(20) UNSIGNED NOT NULL, `name` varchar(255) NOT NULL, `slug` varchar(255) DEFAULT NULL, `logo_id` bigint(20) UNSIGNED DEFAULT NULL, `banner_id` bigint(20) UNSIGNED DEFAULT NULL, `shop_signature_id` bigint(20) UNSIGNED DEFAULT NULL, `delivery_charge` double DEFAULT 0, `excess_kilometer_fee` decimal(8,2) NOT NULL DEFAULT 0.00, `max_delivery_distance_km` decimal(6,2) DEFAULT NULL, `service_time` varchar(255) DEFAULT NULL, `min_order_amount` double NOT NULL DEFAULT 0, `max_order_amount` double NOT NULL DEFAULT 0, `description` text DEFAULT NULL, `latitude` varchar(255) DEFAULT NULL, `longitude` varchar(255) DEFAULT NULL, `commission` double NOT NULL DEFAULT 0, `commission_due_limit` decimal(10,2) NOT NULL DEFAULT 0.00, `commission_wallet` decimal(10,2) NOT NULL DEFAULT 0.00, `prifix` varchar(255) NOT NULL DEFAULT 'MV', `rush_type` varchar(255) NOT NULL DEFAULT 'flat', `rush_value` decimal(10,2) NOT NULL DEFAULT 50.00, `status` tinyint(1) NOT NULL DEFAULT 0, `created_at` timestamp NULL DEFAULT NULL, `updated_at` timestamp NULL DEFAULT NULL, `delivery_radius` double NOT NULL DEFAULT 3, `is_open` tinyint(1) NOT NULL DEFAULT 1, `is_template` tinyint(1) NOT NULL DEFAULT 0, `business_based_on` enum('commission','subscription') DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -- Dumping data for table `stores` -- INSERT INTO `stores` (`id`, `shop_owner`, `name`, `slug`, `logo_id`, `banner_id`, `shop_signature_id`, `delivery_charge`, `excess_kilometer_fee`, `max_delivery_distance_km`, `service_time`, `min_order_amount`, `max_order_amount`, `description`, `latitude`, `longitude`, `commission`, `commission_due_limit`, `commission_wallet`, `prifix`, `rush_type`, `rush_value`, `status`, `created_at`, `updated_at`, `delivery_radius`, `is_open`, `is_template`, `business_based_on`) VALUES (1, 3, 'Laundry Premier Shaw', 'ready-laundry-shop', 179, 180, NULL, 50, 10.00, NULL, NULL, 0, 0, 'Laundry Premier Shaw', '14.584022', '121.050316', 0, 0.00, 0.00, 'MV', 'flat', 50.00, 1, '2026-04-25 12:03:13', '2026-05-05 16:03:09', 2, 1, 1, NULL), (10, 61, 'LB 1', 'lb-1', 193, 194, NULL, 0, 0.00, NULL, NULL, 0, 0, 'Blk 6 lot 6 Ph 10 St Joseph, Langgam, San Pedro, Laguna', '14.538022', '121.086316', 9.68, 0.00, 0.00, 'MV', 'flat', 50.00, 1, '2026-05-06 03:43:02', '2026-05-06 04:18:29', 3, 1, 0, NULL), (11, 62, 'LANDAYAN', 'landayan', 196, 197, NULL, 0, 0.00, NULL, NULL, 0, 0, 'Hernandez st., Landayan, San Pedro, Laguna', '14.631022', '121.078316', 2.64, 0.00, 0.00, 'MV', 'flat', 50.00, 1, '2026-05-06 03:43:02', '2026-05-06 04:18:29', 3, 1, 0, NULL), (12, 63, 'ALANGILAN', 'alangilan', 199, 200, NULL, 0, 0.00, NULL, NULL, 0, 0, '11 Don Pepe, Alangilan, Batangas City', '14.575022', '121.069316', 7.88, 0.00, 0.00, 'MV', 'flat', 50.00, 1, '2026-05-06 03:43:03', '2026-05-06 04:18:29', 3, 1, 0, NULL), (13, 64, 'MAGSAYSAY', 'magsaysay', 202, 203, NULL, 0, 0.00, NULL, NULL, 0, 0, 'R. Magsaysay Ave., Magsaysay, San Pedro, Laguna', '14.555022', '121.075316', 1.81, 0.00, 0.00, 'MV', 'flat', 50.00, 0, '2026-05-06 03:43:03', '2026-05-06 04:18:29', 3, 1, 0, NULL), (14, 65, 'KUMINTANG', 'kumintang', 205, 206, NULL, 0, 0.00, NULL, NULL, 0, 0, 'P. Laurel Hwy, Kumintang Ilaya, Batangas City', '14.536022', '121.046316', 4.48, 0.00, 0.00, 'MV', 'flat', 50.00, 0, '2026-05-06 03:43:03', '2026-05-06 04:18:29', 3, 1, 0, NULL), (15, 66, 'BAGUIO 1', 'baguio-1', 208, 209, NULL, 0, 0.00, NULL, NULL, 0, 0, 'MRR Queen of Peace St. Lourdes Extension Treasure Link Building', '14.600022', '121.075316', 1.56, 0.00, 0.00, 'MV', 'flat', 50.00, 1, '2026-05-06 03:43:03', '2026-05-06 04:18:29', 3, 1, 0, NULL), (16, 67, 'MARILAO', 'marilao', 211, 212, NULL, 0, 0.00, NULL, NULL, 0, 0, 'Pag Asa St. Patubig, Marilao', '14.560022', '121.047316', 4.78, 0.00, 0.00, 'MV', 'flat', 50.00, 1, '2026-05-06 03:43:03', '2026-05-06 04:18:29', 3, 1, 0, NULL), (17, 68, 'BOLBOK', 'bolbok', 214, 215, NULL, 0, 0.00, NULL, NULL, 0, 0, 'closed', '14.624022', '121.030316', 2.38, 0.00, 0.00, 'MV', 'flat', 50.00, 0, '2026-05-06 03:43:03', '2026-05-06 04:18:29', 3, 1, 0, NULL), (18, 69, 'BAGUIO 2', 'baguio-2', 217, 218, NULL, 0, 0.00, NULL, NULL, 0, 0, '2nd unit 1st floor 006-Saint Dominic St., San Carlos Heights, Baguio City', '14.544022', '121.004316', 2.57, 0.00, 0.00, 'MV', 'flat', 50.00, 0, '2026-05-06 03:43:03', '2026-05-06 04:18:29', 3, 1, 0, NULL), (19, 70, 'Gen-Tri Antel', 'gen-tri-antel', 220, 221, NULL, 0, 0.00, NULL, NULL, 0, 0, 'Blk 73 Lot 2 & 3, Grand Parklane, Antel Grand Village, Brgy. Bacao II, Gentri, Cavite', '14.587022', '121.014316', 6.84, 0.00, 0.00, 'MV', 'flat', 50.00, 1, '2026-05-06 03:43:04', '2026-05-06 04:18:29', 3, 1, 0, NULL), (20, 71, 'CALOOCAN', 'caloocan', 223, 224, NULL, 0, 0.00, NULL, NULL, 0, 0, '898 Llano road, Caloocan City', '14.561022', '121.096316', 2.34, 0.00, 0.00, 'MV', 'flat', 50.00, 1, '2026-05-06 03:43:04', '2026-05-06 04:18:29', 3, 1, 0, NULL), (21, 72, 'LB 2 (LANGGAM 2)', 'lb-2-langgam-2', 226, 227, NULL, 0, 0.00, NULL, NULL, 0, 0, 'Blk 6 lot 6 Ph 10 St Joseph, Langgam, San Pedro, Laguna', '14.575022', '121.094316', 2.91, 0.00, 0.00, 'MV', 'flat', 50.00, 0, '2026-05-06 03:43:04', '2026-05-06 04:18:29', 3, 1, 0, NULL), (22, 73, 'BENITO', 'benito', 229, 230, NULL, 0, 0.00, NULL, NULL, 0, 0, 'Benito Ave. Langgam, San Pedro, Laguna.', '14.567022', '121.037316', 8.98, 0.00, 0.00, 'MV', 'flat', 50.00, 0, '2026-05-06 03:43:04', '2026-05-06 04:18:29', 3, 1, 0, NULL), (23, 74, 'LIPA', 'lipa', 232, 233, NULL, 0, 0.00, NULL, NULL, 0, 0, 'Bugtong Lipa, Batangas', '14.620022', '121.013316', 4.19, 0.00, 0.00, 'MV', 'flat', 50.00, 1, '2026-05-06 03:43:04', '2026-05-06 04:18:29', 3, 1, 0, NULL), (24, 75, 'UBL', 'ubl', 235, 236, NULL, 0, 0.00, NULL, NULL, 0, 0, 'Mount Apo St. UBL, San Pedro, Laguna', '14.615022', '121.025316', 3.6, 0.00, 0.00, 'MV', 'flat', 50.00, 0, '2026-05-06 03:43:04', '2026-05-06 04:18:29', 3, 1, 0, NULL), (25, 76, 'CALENDOLA', 'calendola', 238, 239, NULL, 0, 0.00, NULL, NULL, 0, 0, 'Blk 19 lot 1A Narra st, Calendola, San Pedro, Laguna', '14.566022', '121.066316', 4.94, 0.00, 0.00, 'MV', 'flat', 50.00, 0, '2026-05-06 03:43:04', '2026-05-06 04:18:29', 3, 1, 0, NULL), (26, 77, 'SAN FERNANDO', 'san-fernando', 241, 242, NULL, 0, 0.00, NULL, NULL, 0, 0, 'Closed', '14.581022', '121.087316', 7.78, 0.00, 0.00, 'MV', 'flat', 50.00, 1, '2026-05-06 03:43:05', '2026-05-06 04:18:29', 3, 1, 0, NULL), (27, 78, 'GEN TRI', 'gen-tri', 244, 245, NULL, 0, 0.00, NULL, NULL, 0, 0, 'Bacao 2, General Trias, Cavite', '14.549022', '121.022316', 1.24, 0.00, 0.00, 'MV', 'flat', 50.00, 1, '2026-05-06 03:43:05', '2026-05-06 04:18:29', 3, 1, 0, NULL), (28, 79, 'MAKATI', 'makati', 247, 248, NULL, 0, 0.00, NULL, NULL, 0, 0, 'Chino Roces Ave. Legazpi Village, Makati, Philippines', '14.572022', '121.034316', 8.48, 0.00, 0.00, 'MV', 'flat', 50.00, 1, '2026-05-06 03:43:05', '2026-05-06 04:18:29', 3, 1, 0, NULL), (29, 80, 'BALAGTAS', 'balagtas', 250, 251, NULL, 0, 0.00, NULL, NULL, 0, 0, 'Alfamart Bldg., Balagtas, Batagas City', '14.582022', '121.074316', 8.27, 0.00, 0.00, 'MV', 'flat', 50.00, 0, '2026-05-06 03:43:05', '2026-05-06 04:18:29', 3, 1, 0, NULL), (30, 81, 'UB', 'ub', 253, 254, NULL, 0, 0.00, NULL, NULL, 0, 0, 'R. Magsaysay Ave., United Bayanahian, San Pedro, Laguna', '14.569022', '121.087316', 8.67, 0.00, 0.00, 'MV', 'flat', 50.00, 0, '2026-05-06 03:43:05', '2026-05-06 04:18:29', 3, 1, 0, NULL), (31, 82, 'NARRA', 'narra', 256, 257, NULL, 0, 0.00, NULL, NULL, 0, 0, 'closed', '14.563022', '121.057316', 7.73, 0.00, 0.00, 'MV', 'flat', 50.00, 0, '2026-05-06 03:43:05', '2026-05-06 04:18:29', 3, 1, 0, NULL), (32, 83, 'LIBJO', 'libjo', 259, 260, NULL, 0, 0.00, NULL, NULL, 0, 0, 'Nat\'l Rd., Libjo, Batangas City', '14.539022', '121.030316', 9.95, 0.00, 0.00, 'MV', 'flat', 50.00, 1, '2026-05-06 03:43:05', '2026-05-06 04:18:29', 3, 1, 0, NULL), (33, 84, 'ANGELES', 'angeles', 262, 263, NULL, 0, 0.00, NULL, NULL, 0, 0, '226 Vincent, Balibago, Angeles, Pampanga', '14.534022', '121.007316', 9.52, 0.00, 0.00, 'MV', 'flat', 50.00, 0, '2026-05-06 03:43:06', '2026-05-06 04:18:29', 3, 1, 0, NULL), (34, 85, 'MALOLOS', 'malolos', 265, 266, NULL, 0, 0.00, NULL, NULL, 0, 0, 'closed', '14.612022', '121.055316', 1.28, 0.00, 0.00, 'MV', 'flat', 50.00, 0, '2026-05-06 03:43:06', '2026-05-06 04:18:29', 3, 1, 0, NULL), (35, 86, 'LAPU-LAPU', 'lapu-lapu', 268, 269, NULL, 0, 0.00, NULL, NULL, 0, 0, 'Block 1, Lot 6 Anami Homes, Lapu-Lapu, Cebu', '14.554022', '121.033316', 7.11, 0.00, 0.00, 'MV', 'flat', 50.00, 0, '2026-05-06 03:43:06', '2026-05-06 04:18:29', 3, 1, 0, NULL); -- -------------------------------------------------------- -- -- Table structure for table `store_notifications` -- CREATE TABLE `store_notifications` ( `id` bigint(20) UNSIGNED NOT NULL, `store_id` bigint(20) UNSIGNED NOT NULL, `title` varchar(255) NOT NULL, `message` text NOT NULL, `is_read` tinyint(1) NOT NULL DEFAULT 0, `related_type` varchar(255) DEFAULT NULL, `related_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 `store_notifications` -- INSERT INTO `store_notifications` (`id`, `store_id`, `title`, `message`, `is_read`, `related_type`, `related_id`, `created_at`, `updated_at`) VALUES (1, 1, 'New Order Received', 'New order #000001 from tester56 ', 0, 'order', 1, '2026-05-11 13:20:22', '2026-05-11 13:20:22'), (2, 1, 'New Order Received', 'New order #000002 from tester56 ', 0, 'order', 2, '2026-05-11 13:21:08', '2026-05-11 13:21:08'), (3, 1, 'New Order Received', 'New order #000003 from tester56 ', 0, 'order', 3, '2026-05-11 13:24:00', '2026-05-11 13:24:00'), (4, 1, 'New Order Received', 'New order #000005 from tester56 ', 0, 'order', 5, '2026-05-11 13:25:34', '2026-05-11 13:25:34'), (5, 1, 'New Order Received', 'New order #000007 from tester ', 0, 'order', 7, '2026-05-11 13:38:08', '2026-05-11 13:38:08'); -- -------------------------------------------------------- -- -- Table structure for table `store_payment_gateways` -- CREATE TABLE `store_payment_gateways` ( `id` bigint(20) UNSIGNED NOT NULL, `payment_gateway_id` bigint(20) UNSIGNED NOT NULL, `store_id` bigint(20) UNSIGNED NOT NULL, `is_active` tinyint(1) NOT NULL DEFAULT 0, `created_at` timestamp NULL DEFAULT NULL, `updated_at` timestamp NULL DEFAULT NULL, `mode` varchar(255) NOT NULL DEFAULT 'test' COMMENT 'test or live', `config` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -------------------------------------------------------- -- -- Table structure for table `store_product_prices` -- CREATE TABLE `store_product_prices` ( `id` bigint(20) UNSIGNED NOT NULL, `store_id` bigint(20) UNSIGNED NOT NULL, `product_id` bigint(20) UNSIGNED NOT NULL, `price` decimal(10,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 `store_product_prices` -- INSERT INTO `store_product_prices` (`id`, `store_id`, `product_id`, `price`, `created_at`, `updated_at`) VALUES (1, 1, 119, 180.00, '2026-05-03 03:22:38', '2026-05-03 03:22:38'), (2, 1, 120, 280.00, '2026-05-03 03:22:38', '2026-05-03 03:22:38'), (3, 1, 125, 50.00, '2026-05-03 03:22:38', '2026-05-03 03:22:38'), (4, 1, 126, 75.00, '2026-05-03 03:22:38', '2026-05-03 03:22:38'), (5, 1, 127, 60.00, '2026-05-03 03:22:38', '2026-05-03 03:22:38'), (6, 1, 128, 45.00, '2026-05-03 03:22:38', '2026-05-03 03:22:38'), (7, 1, 121, 0.00, '2026-05-05 13:58:30', '2026-05-05 13:58:30'), (8, 1, 122, 0.00, '2026-05-05 13:58:30', '2026-05-05 13:58:30'), (9, 1, 123, 0.00, '2026-05-05 13:58:30', '2026-05-05 13:58:30'), (10, 1, 124, 0.00, '2026-05-05 13:58:30', '2026-05-05 13:58:30'), (11, 10, 129, 180.00, '2026-05-06 03:43:02', '2026-05-06 03:43:02'), (12, 10, 130, 280.00, '2026-05-06 03:43:02', '2026-05-06 03:43:02'), (13, 10, 135, 50.00, '2026-05-06 03:43:02', '2026-05-06 03:43:02'), (14, 10, 136, 75.00, '2026-05-06 03:43:02', '2026-05-06 03:43:02'), (15, 10, 137, 60.00, '2026-05-06 03:43:02', '2026-05-06 03:43:02'), (16, 10, 138, 45.00, '2026-05-06 03:43:02', '2026-05-06 03:43:02'), (17, 10, 131, 0.00, '2026-05-06 03:43:02', '2026-05-06 03:43:02'), (18, 10, 132, 0.00, '2026-05-06 03:43:02', '2026-05-06 03:43:02'), (19, 10, 133, 0.00, '2026-05-06 03:43:02', '2026-05-06 03:43:02'), (20, 10, 134, 0.00, '2026-05-06 03:43:02', '2026-05-06 03:43:02'), (21, 11, 139, 180.00, '2026-05-06 03:43:02', '2026-05-06 03:43:02'), (22, 11, 140, 280.00, '2026-05-06 03:43:02', '2026-05-06 03:43:02'), (23, 11, 141, 0.00, '2026-05-06 03:43:02', '2026-05-06 03:43:02'), (24, 11, 142, 0.00, '2026-05-06 03:43:02', '2026-05-06 03:43:02'), (25, 11, 143, 0.00, '2026-05-06 03:43:02', '2026-05-06 03:43:02'), (26, 11, 144, 0.00, '2026-05-06 03:43:02', '2026-05-06 03:43:02'), (27, 11, 145, 50.00, '2026-05-06 03:43:02', '2026-05-06 03:43:02'), (28, 11, 146, 75.00, '2026-05-06 03:43:02', '2026-05-06 03:43:02'), (29, 11, 147, 60.00, '2026-05-06 03:43:02', '2026-05-06 03:43:02'), (30, 11, 148, 45.00, '2026-05-06 03:43:02', '2026-05-06 03:43:02'), (31, 12, 149, 180.00, '2026-05-06 03:43:03', '2026-05-06 03:43:03'), (32, 12, 150, 280.00, '2026-05-06 03:43:03', '2026-05-06 03:43:03'), (33, 12, 151, 0.00, '2026-05-06 03:43:03', '2026-05-06 03:43:03'), (34, 12, 152, 0.00, '2026-05-06 03:43:03', '2026-05-06 03:43:03'), (35, 12, 153, 0.00, '2026-05-06 03:43:03', '2026-05-06 03:43:03'), (36, 12, 154, 0.00, '2026-05-06 03:43:03', '2026-05-06 03:43:03'), (37, 12, 155, 50.00, '2026-05-06 03:43:03', '2026-05-06 03:43:03'), (38, 12, 156, 75.00, '2026-05-06 03:43:03', '2026-05-06 03:43:03'), (39, 12, 157, 60.00, '2026-05-06 03:43:03', '2026-05-06 03:43:03'), (40, 12, 158, 45.00, '2026-05-06 03:43:03', '2026-05-06 03:43:03'), (41, 13, 159, 180.00, '2026-05-06 03:43:03', '2026-05-06 03:43:03'), (42, 13, 160, 280.00, '2026-05-06 03:43:03', '2026-05-06 03:43:03'), (43, 13, 161, 0.00, '2026-05-06 03:43:03', '2026-05-06 03:43:03'), (44, 13, 162, 0.00, '2026-05-06 03:43:03', '2026-05-06 03:43:03'), (45, 13, 163, 0.00, '2026-05-06 03:43:03', '2026-05-06 03:43:03'), (46, 13, 164, 0.00, '2026-05-06 03:43:03', '2026-05-06 03:43:03'), (47, 13, 165, 50.00, '2026-05-06 03:43:03', '2026-05-06 03:43:03'), (48, 13, 166, 75.00, '2026-05-06 03:43:03', '2026-05-06 03:43:03'), (49, 13, 167, 60.00, '2026-05-06 03:43:03', '2026-05-06 03:43:03'), (50, 13, 168, 45.00, '2026-05-06 03:43:03', '2026-05-06 03:43:03'), (51, 14, 169, 180.00, '2026-05-06 03:43:03', '2026-05-06 03:43:03'), (52, 14, 170, 280.00, '2026-05-06 03:43:03', '2026-05-06 03:43:03'), (53, 14, 171, 0.00, '2026-05-06 03:43:03', '2026-05-06 03:43:03'), (54, 14, 172, 0.00, '2026-05-06 03:43:03', '2026-05-06 03:43:03'), (55, 14, 173, 0.00, '2026-05-06 03:43:03', '2026-05-06 03:43:03'), (56, 14, 174, 0.00, '2026-05-06 03:43:03', '2026-05-06 03:43:03'), (57, 14, 175, 50.00, '2026-05-06 03:43:03', '2026-05-06 03:43:03'), (58, 14, 176, 75.00, '2026-05-06 03:43:03', '2026-05-06 03:43:03'), (59, 14, 177, 60.00, '2026-05-06 03:43:03', '2026-05-06 03:43:03'), (60, 14, 178, 45.00, '2026-05-06 03:43:03', '2026-05-06 03:43:03'), (61, 15, 179, 180.00, '2026-05-06 03:43:03', '2026-05-06 03:43:03'), (62, 15, 180, 280.00, '2026-05-06 03:43:03', '2026-05-06 03:43:03'), (63, 15, 181, 0.00, '2026-05-06 03:43:03', '2026-05-06 03:43:03'), (64, 15, 182, 0.00, '2026-05-06 03:43:03', '2026-05-06 03:43:03'), (65, 15, 183, 0.00, '2026-05-06 03:43:03', '2026-05-06 03:43:03'), (66, 15, 184, 0.00, '2026-05-06 03:43:03', '2026-05-06 03:43:03'), (67, 15, 185, 50.00, '2026-05-06 03:43:03', '2026-05-06 03:43:03'), (68, 15, 186, 75.00, '2026-05-06 03:43:03', '2026-05-06 03:43:03'), (69, 15, 187, 60.00, '2026-05-06 03:43:03', '2026-05-06 03:43:03'), (70, 15, 188, 45.00, '2026-05-06 03:43:03', '2026-05-06 03:43:03'), (71, 16, 189, 180.00, '2026-05-06 03:43:03', '2026-05-06 03:43:03'), (72, 16, 190, 280.00, '2026-05-06 03:43:03', '2026-05-06 03:43:03'), (73, 16, 191, 0.00, '2026-05-06 03:43:03', '2026-05-06 03:43:03'), (74, 16, 192, 0.00, '2026-05-06 03:43:03', '2026-05-06 03:43:03'), (75, 16, 193, 0.00, '2026-05-06 03:43:03', '2026-05-06 03:43:03'), (76, 16, 194, 0.00, '2026-05-06 03:43:03', '2026-05-06 03:43:03'), (77, 16, 195, 50.00, '2026-05-06 03:43:03', '2026-05-06 03:43:03'), (78, 16, 196, 75.00, '2026-05-06 03:43:03', '2026-05-06 03:43:03'), (79, 16, 197, 60.00, '2026-05-06 03:43:03', '2026-05-06 03:43:03'), (80, 16, 198, 45.00, '2026-05-06 03:43:03', '2026-05-06 03:43:03'), (81, 17, 199, 180.00, '2026-05-06 03:43:03', '2026-05-06 03:43:03'), (82, 17, 200, 280.00, '2026-05-06 03:43:03', '2026-05-06 03:43:03'), (83, 17, 201, 0.00, '2026-05-06 03:43:03', '2026-05-06 03:43:03'), (84, 17, 202, 0.00, '2026-05-06 03:43:03', '2026-05-06 03:43:03'), (85, 17, 203, 0.00, '2026-05-06 03:43:03', '2026-05-06 03:43:03'), (86, 17, 204, 0.00, '2026-05-06 03:43:03', '2026-05-06 03:43:03'), (87, 17, 205, 50.00, '2026-05-06 03:43:03', '2026-05-06 03:43:03'), (88, 17, 206, 75.00, '2026-05-06 03:43:03', '2026-05-06 03:43:03'), (89, 17, 207, 60.00, '2026-05-06 03:43:03', '2026-05-06 03:43:03'), (90, 17, 208, 45.00, '2026-05-06 03:43:03', '2026-05-06 03:43:03'), (91, 18, 209, 180.00, '2026-05-06 03:43:03', '2026-05-06 03:43:03'), (92, 18, 210, 280.00, '2026-05-06 03:43:03', '2026-05-06 03:43:03'), (93, 18, 211, 0.00, '2026-05-06 03:43:03', '2026-05-06 03:43:03'), (94, 18, 212, 0.00, '2026-05-06 03:43:03', '2026-05-06 03:43:03'), (95, 18, 213, 0.00, '2026-05-06 03:43:03', '2026-05-06 03:43:03'), (96, 18, 214, 0.00, '2026-05-06 03:43:03', '2026-05-06 03:43:03'), (97, 18, 215, 50.00, '2026-05-06 03:43:03', '2026-05-06 03:43:03'), (98, 18, 216, 75.00, '2026-05-06 03:43:03', '2026-05-06 03:43:03'), (99, 18, 217, 60.00, '2026-05-06 03:43:03', '2026-05-06 03:43:03'), (100, 18, 218, 45.00, '2026-05-06 03:43:03', '2026-05-06 03:43:03'), (101, 19, 219, 180.00, '2026-05-06 03:43:04', '2026-05-06 03:43:04'), (102, 19, 220, 280.00, '2026-05-06 03:43:04', '2026-05-06 03:43:04'), (103, 19, 221, 0.00, '2026-05-06 03:43:04', '2026-05-06 03:43:04'), (104, 19, 222, 0.00, '2026-05-06 03:43:04', '2026-05-06 03:43:04'), (105, 19, 223, 0.00, '2026-05-06 03:43:04', '2026-05-06 03:43:04'), (106, 19, 224, 0.00, '2026-05-06 03:43:04', '2026-05-06 03:43:04'), (107, 19, 225, 50.00, '2026-05-06 03:43:04', '2026-05-06 03:43:04'), (108, 19, 226, 75.00, '2026-05-06 03:43:04', '2026-05-06 03:43:04'), (109, 19, 227, 60.00, '2026-05-06 03:43:04', '2026-05-06 03:43:04'), (110, 19, 228, 45.00, '2026-05-06 03:43:04', '2026-05-06 03:43:04'), (111, 20, 229, 180.00, '2026-05-06 03:43:04', '2026-05-06 03:43:04'), (112, 20, 230, 280.00, '2026-05-06 03:43:04', '2026-05-06 03:43:04'), (113, 20, 231, 0.00, '2026-05-06 03:43:04', '2026-05-06 03:43:04'), (114, 20, 232, 0.00, '2026-05-06 03:43:04', '2026-05-06 03:43:04'), (115, 20, 233, 0.00, '2026-05-06 03:43:04', '2026-05-06 03:43:04'), (116, 20, 234, 0.00, '2026-05-06 03:43:04', '2026-05-06 03:43:04'), (117, 20, 235, 50.00, '2026-05-06 03:43:04', '2026-05-06 03:43:04'), (118, 20, 236, 75.00, '2026-05-06 03:43:04', '2026-05-06 03:43:04'), (119, 20, 237, 60.00, '2026-05-06 03:43:04', '2026-05-06 03:43:04'), (120, 20, 238, 45.00, '2026-05-06 03:43:04', '2026-05-06 03:43:04'), (121, 21, 239, 180.00, '2026-05-06 03:43:04', '2026-05-06 03:43:04'), (122, 21, 240, 280.00, '2026-05-06 03:43:04', '2026-05-06 03:43:04'), (123, 21, 241, 0.00, '2026-05-06 03:43:04', '2026-05-06 03:43:04'), (124, 21, 242, 0.00, '2026-05-06 03:43:04', '2026-05-06 03:43:04'), (125, 21, 243, 0.00, '2026-05-06 03:43:04', '2026-05-06 03:43:04'), (126, 21, 244, 0.00, '2026-05-06 03:43:04', '2026-05-06 03:43:04'), (127, 21, 245, 50.00, '2026-05-06 03:43:04', '2026-05-06 03:43:04'), (128, 21, 246, 75.00, '2026-05-06 03:43:04', '2026-05-06 03:43:04'), (129, 21, 247, 60.00, '2026-05-06 03:43:04', '2026-05-06 03:43:04'), (130, 21, 248, 45.00, '2026-05-06 03:43:04', '2026-05-06 03:43:04'), (131, 22, 249, 180.00, '2026-05-06 03:43:04', '2026-05-06 03:43:04'), (132, 22, 250, 280.00, '2026-05-06 03:43:04', '2026-05-06 03:43:04'), (133, 22, 251, 0.00, '2026-05-06 03:43:04', '2026-05-06 03:43:04'), (134, 22, 252, 0.00, '2026-05-06 03:43:04', '2026-05-06 03:43:04'), (135, 22, 253, 0.00, '2026-05-06 03:43:04', '2026-05-06 03:43:04'), (136, 22, 254, 0.00, '2026-05-06 03:43:04', '2026-05-06 03:43:04'), (137, 22, 255, 50.00, '2026-05-06 03:43:04', '2026-05-06 03:43:04'), (138, 22, 256, 75.00, '2026-05-06 03:43:04', '2026-05-06 03:43:04'), (139, 22, 257, 60.00, '2026-05-06 03:43:04', '2026-05-06 03:43:04'), (140, 22, 258, 45.00, '2026-05-06 03:43:04', '2026-05-06 03:43:04'), (141, 23, 259, 180.00, '2026-05-06 03:43:04', '2026-05-06 03:43:04'), (142, 23, 260, 280.00, '2026-05-06 03:43:04', '2026-05-06 03:43:04'), (143, 23, 261, 0.00, '2026-05-06 03:43:04', '2026-05-06 03:43:04'), (144, 23, 262, 0.00, '2026-05-06 03:43:04', '2026-05-06 03:43:04'), (145, 23, 263, 0.00, '2026-05-06 03:43:04', '2026-05-06 03:43:04'), (146, 23, 264, 0.00, '2026-05-06 03:43:04', '2026-05-06 03:43:04'), (147, 23, 265, 50.00, '2026-05-06 03:43:04', '2026-05-06 03:43:04'), (148, 23, 266, 75.00, '2026-05-06 03:43:04', '2026-05-06 03:43:04'), (149, 23, 267, 60.00, '2026-05-06 03:43:04', '2026-05-06 03:43:04'), (150, 23, 268, 45.00, '2026-05-06 03:43:04', '2026-05-06 03:43:04'), (151, 24, 269, 180.00, '2026-05-06 03:43:04', '2026-05-06 03:43:04'), (152, 24, 270, 280.00, '2026-05-06 03:43:04', '2026-05-06 03:43:04'), (153, 24, 271, 0.00, '2026-05-06 03:43:04', '2026-05-06 03:43:04'), (154, 24, 272, 0.00, '2026-05-06 03:43:04', '2026-05-06 03:43:04'), (155, 24, 273, 0.00, '2026-05-06 03:43:04', '2026-05-06 03:43:04'), (156, 24, 274, 0.00, '2026-05-06 03:43:04', '2026-05-06 03:43:04'), (157, 24, 275, 50.00, '2026-05-06 03:43:04', '2026-05-06 03:43:04'), (158, 24, 276, 75.00, '2026-05-06 03:43:04', '2026-05-06 03:43:04'), (159, 24, 277, 60.00, '2026-05-06 03:43:04', '2026-05-06 03:43:04'), (160, 24, 278, 45.00, '2026-05-06 03:43:04', '2026-05-06 03:43:04'), (161, 25, 279, 180.00, '2026-05-06 03:43:04', '2026-05-06 03:43:04'), (162, 25, 280, 280.00, '2026-05-06 03:43:04', '2026-05-06 03:43:04'), (163, 25, 281, 0.00, '2026-05-06 03:43:04', '2026-05-06 03:43:04'), (164, 25, 282, 0.00, '2026-05-06 03:43:04', '2026-05-06 03:43:04'), (165, 25, 283, 0.00, '2026-05-06 03:43:04', '2026-05-06 03:43:04'), (166, 25, 284, 0.00, '2026-05-06 03:43:04', '2026-05-06 03:43:04'), (167, 25, 285, 50.00, '2026-05-06 03:43:04', '2026-05-06 03:43:04'), (168, 25, 286, 75.00, '2026-05-06 03:43:04', '2026-05-06 03:43:04'), (169, 25, 287, 60.00, '2026-05-06 03:43:04', '2026-05-06 03:43:04'), (170, 25, 288, 45.00, '2026-05-06 03:43:04', '2026-05-06 03:43:04'), (171, 26, 289, 180.00, '2026-05-06 03:43:05', '2026-05-06 03:43:05'), (172, 26, 290, 280.00, '2026-05-06 03:43:05', '2026-05-06 03:43:05'), (173, 26, 291, 0.00, '2026-05-06 03:43:05', '2026-05-06 03:43:05'), (174, 26, 292, 0.00, '2026-05-06 03:43:05', '2026-05-06 03:43:05'), (175, 26, 293, 0.00, '2026-05-06 03:43:05', '2026-05-06 03:43:05'), (176, 26, 294, 0.00, '2026-05-06 03:43:05', '2026-05-06 03:43:05'), (177, 26, 295, 50.00, '2026-05-06 03:43:05', '2026-05-06 03:43:05'), (178, 26, 296, 75.00, '2026-05-06 03:43:05', '2026-05-06 03:43:05'), (179, 26, 297, 60.00, '2026-05-06 03:43:05', '2026-05-06 03:43:05'), (180, 26, 298, 45.00, '2026-05-06 03:43:05', '2026-05-06 03:43:05'), (181, 27, 299, 180.00, '2026-05-06 03:43:05', '2026-05-06 03:43:05'), (182, 27, 300, 280.00, '2026-05-06 03:43:05', '2026-05-06 03:43:05'), (183, 27, 301, 0.00, '2026-05-06 03:43:05', '2026-05-06 03:43:05'), (184, 27, 302, 0.00, '2026-05-06 03:43:05', '2026-05-06 03:43:05'), (185, 27, 303, 0.00, '2026-05-06 03:43:05', '2026-05-06 03:43:05'), (186, 27, 304, 0.00, '2026-05-06 03:43:05', '2026-05-06 03:43:05'), (187, 27, 305, 50.00, '2026-05-06 03:43:05', '2026-05-06 03:43:05'), (188, 27, 306, 75.00, '2026-05-06 03:43:05', '2026-05-06 03:43:05'), (189, 27, 307, 60.00, '2026-05-06 03:43:05', '2026-05-06 03:43:05'), (190, 27, 308, 45.00, '2026-05-06 03:43:05', '2026-05-06 03:43:05'), (191, 28, 309, 180.00, '2026-05-06 03:43:05', '2026-05-06 03:43:05'), (192, 28, 310, 280.00, '2026-05-06 03:43:05', '2026-05-06 03:43:05'), (193, 28, 311, 0.00, '2026-05-06 03:43:05', '2026-05-06 03:43:05'), (194, 28, 312, 0.00, '2026-05-06 03:43:05', '2026-05-06 03:43:05'), (195, 28, 313, 0.00, '2026-05-06 03:43:05', '2026-05-06 03:43:05'), (196, 28, 314, 0.00, '2026-05-06 03:43:05', '2026-05-06 03:43:05'), (197, 28, 315, 50.00, '2026-05-06 03:43:05', '2026-05-06 03:43:05'), (198, 28, 316, 75.00, '2026-05-06 03:43:05', '2026-05-06 03:43:05'), (199, 28, 317, 60.00, '2026-05-06 03:43:05', '2026-05-06 03:43:05'), (200, 28, 318, 45.00, '2026-05-06 03:43:05', '2026-05-06 03:43:05'), (201, 29, 319, 180.00, '2026-05-06 03:43:05', '2026-05-06 03:43:05'), (202, 29, 320, 280.00, '2026-05-06 03:43:05', '2026-05-06 03:43:05'), (203, 29, 321, 0.00, '2026-05-06 03:43:05', '2026-05-06 03:43:05'), (204, 29, 322, 0.00, '2026-05-06 03:43:05', '2026-05-06 03:43:05'), (205, 29, 323, 0.00, '2026-05-06 03:43:05', '2026-05-06 03:43:05'), (206, 29, 324, 0.00, '2026-05-06 03:43:05', '2026-05-06 03:43:05'), (207, 29, 325, 50.00, '2026-05-06 03:43:05', '2026-05-06 03:43:05'), (208, 29, 326, 75.00, '2026-05-06 03:43:05', '2026-05-06 03:43:05'), (209, 29, 327, 60.00, '2026-05-06 03:43:05', '2026-05-06 03:43:05'), (210, 29, 328, 45.00, '2026-05-06 03:43:05', '2026-05-06 03:43:05'), (211, 30, 329, 180.00, '2026-05-06 03:43:05', '2026-05-06 03:43:05'), (212, 30, 330, 280.00, '2026-05-06 03:43:05', '2026-05-06 03:43:05'), (213, 30, 331, 0.00, '2026-05-06 03:43:05', '2026-05-06 03:43:05'), (214, 30, 332, 0.00, '2026-05-06 03:43:05', '2026-05-06 03:43:05'), (215, 30, 333, 0.00, '2026-05-06 03:43:05', '2026-05-06 03:43:05'), (216, 30, 334, 0.00, '2026-05-06 03:43:05', '2026-05-06 03:43:05'), (217, 30, 335, 50.00, '2026-05-06 03:43:05', '2026-05-06 03:43:05'), (218, 30, 336, 75.00, '2026-05-06 03:43:05', '2026-05-06 03:43:05'), (219, 30, 337, 60.00, '2026-05-06 03:43:05', '2026-05-06 03:43:05'), (220, 30, 338, 45.00, '2026-05-06 03:43:05', '2026-05-06 03:43:05'), (221, 31, 339, 180.00, '2026-05-06 03:43:05', '2026-05-06 03:43:05'), (222, 31, 340, 280.00, '2026-05-06 03:43:05', '2026-05-06 03:43:05'), (223, 31, 341, 0.00, '2026-05-06 03:43:05', '2026-05-06 03:43:05'), (224, 31, 342, 0.00, '2026-05-06 03:43:05', '2026-05-06 03:43:05'), (225, 31, 343, 0.00, '2026-05-06 03:43:05', '2026-05-06 03:43:05'), (226, 31, 344, 0.00, '2026-05-06 03:43:05', '2026-05-06 03:43:05'), (227, 31, 345, 50.00, '2026-05-06 03:43:05', '2026-05-06 03:43:05'), (228, 31, 346, 75.00, '2026-05-06 03:43:05', '2026-05-06 03:43:05'), (229, 31, 347, 60.00, '2026-05-06 03:43:05', '2026-05-06 03:43:05'), (230, 31, 348, 45.00, '2026-05-06 03:43:05', '2026-05-06 03:43:05'), (231, 32, 349, 180.00, '2026-05-06 03:43:05', '2026-05-06 03:43:05'), (232, 32, 350, 280.00, '2026-05-06 03:43:05', '2026-05-06 03:43:05'), (233, 32, 351, 0.00, '2026-05-06 03:43:05', '2026-05-06 03:43:05'), (234, 32, 352, 0.00, '2026-05-06 03:43:05', '2026-05-06 03:43:05'), (235, 32, 353, 0.00, '2026-05-06 03:43:05', '2026-05-06 03:43:05'), (236, 32, 354, 0.00, '2026-05-06 03:43:05', '2026-05-06 03:43:05'), (237, 32, 355, 50.00, '2026-05-06 03:43:05', '2026-05-06 03:43:05'), (238, 32, 356, 75.00, '2026-05-06 03:43:05', '2026-05-06 03:43:05'), (239, 32, 357, 60.00, '2026-05-06 03:43:05', '2026-05-06 03:43:05'), (240, 32, 358, 45.00, '2026-05-06 03:43:05', '2026-05-06 03:43:05'), (241, 33, 359, 180.00, '2026-05-06 03:43:06', '2026-05-06 03:43:06'), (242, 33, 360, 280.00, '2026-05-06 03:43:06', '2026-05-06 03:43:06'), (243, 33, 361, 0.00, '2026-05-06 03:43:06', '2026-05-06 03:43:06'), (244, 33, 362, 0.00, '2026-05-06 03:43:06', '2026-05-06 03:43:06'), (245, 33, 363, 0.00, '2026-05-06 03:43:06', '2026-05-06 03:43:06'), (246, 33, 364, 0.00, '2026-05-06 03:43:06', '2026-05-06 03:43:06'), (247, 33, 365, 50.00, '2026-05-06 03:43:06', '2026-05-06 03:43:06'), (248, 33, 366, 75.00, '2026-05-06 03:43:06', '2026-05-06 03:43:06'), (249, 33, 367, 60.00, '2026-05-06 03:43:06', '2026-05-06 03:43:06'), (250, 33, 368, 45.00, '2026-05-06 03:43:06', '2026-05-06 03:43:06'), (251, 34, 369, 180.00, '2026-05-06 03:43:06', '2026-05-06 03:43:06'), (252, 34, 370, 280.00, '2026-05-06 03:43:06', '2026-05-06 03:43:06'), (253, 34, 371, 0.00, '2026-05-06 03:43:06', '2026-05-06 03:43:06'), (254, 34, 372, 0.00, '2026-05-06 03:43:06', '2026-05-06 03:43:06'), (255, 34, 373, 0.00, '2026-05-06 03:43:06', '2026-05-06 03:43:06'), (256, 34, 374, 0.00, '2026-05-06 03:43:06', '2026-05-06 03:43:06'), (257, 34, 375, 50.00, '2026-05-06 03:43:06', '2026-05-06 03:43:06'), (258, 34, 376, 75.00, '2026-05-06 03:43:06', '2026-05-06 03:43:06'), (259, 34, 377, 60.00, '2026-05-06 03:43:06', '2026-05-06 03:43:06'), (260, 34, 378, 45.00, '2026-05-06 03:43:06', '2026-05-06 03:43:06'), (261, 35, 379, 180.00, '2026-05-06 03:43:06', '2026-05-06 03:43:06'), (262, 35, 380, 280.00, '2026-05-06 03:43:06', '2026-05-06 03:43:06'), (263, 35, 381, 0.00, '2026-05-06 03:43:06', '2026-05-06 03:43:06'), (264, 35, 382, 0.00, '2026-05-06 03:43:06', '2026-05-06 03:43:06'), (265, 35, 383, 0.00, '2026-05-06 03:43:06', '2026-05-06 03:43:06'), (266, 35, 384, 0.00, '2026-05-06 03:43:06', '2026-05-06 03:43:06'), (267, 35, 385, 50.00, '2026-05-06 03:43:06', '2026-05-06 03:43:06'), (268, 35, 386, 75.00, '2026-05-06 03:43:06', '2026-05-06 03:43:06'), (269, 35, 387, 60.00, '2026-05-06 03:43:06', '2026-05-06 03:43:06'), (270, 35, 388, 45.00, '2026-05-06 03:43:06', '2026-05-06 03:43:06'); -- -------------------------------------------------------- -- -- Table structure for table `store_services` -- CREATE TABLE `store_services` ( `store_id` bigint(20) UNSIGNED NOT NULL, `service_id` bigint(20) UNSIGNED NOT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -- Dumping data for table `store_services` -- INSERT INTO `store_services` (`store_id`, `service_id`) VALUES (1, 20), (2, 20), (3, 20), (4, 20), (5, 20), (6, 20), (7, 20), (8, 20), (9, 20), (1, 21), (2, 21), (3, 21), (4, 21), (5, 21), (6, 21), (7, 21), (8, 21), (9, 21), (1, 22), (2, 22), (3, 22), (4, 22), (5, 22), (6, 22), (7, 22), (8, 22), (9, 22), (1, 23), (2, 23), (3, 23), (4, 23), (5, 23), (6, 23), (7, 23), (8, 23), (9, 23), (1, 24), (2, 24), (3, 24), (4, 24), (5, 24), (6, 24), (7, 24), (8, 24), (9, 24), (10, 20), (10, 21), (10, 22), (10, 23), (10, 24), (11, 20), (11, 21), (11, 22), (11, 23), (11, 24), (12, 20), (12, 21), (12, 22), (12, 23), (12, 24), (13, 20), (13, 21), (13, 22), (13, 23), (13, 24), (14, 20), (14, 21), (14, 22), (14, 23), (14, 24), (15, 20), (15, 21), (15, 22), (15, 23), (15, 24), (16, 20), (16, 21), (16, 22), (16, 23), (16, 24), (17, 20), (17, 21), (17, 22), (17, 23), (17, 24), (18, 20), (18, 21), (18, 22), (18, 23), (18, 24), (19, 20), (19, 21), (19, 22), (19, 23), (19, 24), (20, 20), (20, 21), (20, 22), (20, 23), (20, 24), (21, 20), (21, 21), (21, 22), (21, 23), (21, 24), (22, 20), (22, 21), (22, 22), (22, 23), (22, 24), (23, 20), (23, 21), (23, 22), (23, 23), (23, 24), (24, 20), (24, 21), (24, 22), (24, 23), (24, 24), (25, 20), (25, 21), (25, 22), (25, 23), (25, 24), (26, 20), (26, 21), (26, 22), (26, 23), (26, 24), (27, 20), (27, 21), (27, 22), (27, 23), (27, 24), (28, 20), (28, 21), (28, 22), (28, 23), (28, 24), (29, 20), (29, 21), (29, 22), (29, 23), (29, 24), (30, 20), (30, 21), (30, 22), (30, 23), (30, 24), (31, 20), (31, 21), (31, 22), (31, 23), (31, 24), (32, 20), (32, 21), (32, 22), (32, 23), (32, 24), (33, 20), (33, 21), (33, 22), (33, 23), (33, 24), (34, 20), (34, 21), (34, 22), (34, 23), (34, 24), (35, 20), (35, 21), (35, 22), (35, 23), (35, 24), (1, 25), (10, 25), (11, 25), (12, 25), (13, 25), (14, 25), (15, 25), (16, 25), (17, 25), (18, 25), (19, 25), (20, 25), (21, 25), (22, 25), (23, 25), (24, 25), (25, 25), (26, 25), (27, 25), (28, 25), (29, 25), (30, 25), (31, 25), (32, 25), (33, 25), (34, 25), (35, 25), (1, 26), (10, 26), (11, 26), (12, 26), (13, 26), (14, 26), (15, 26), (16, 26), (17, 26), (18, 26), (19, 26), (20, 26), (21, 26), (22, 26), (23, 26), (24, 26), (25, 26), (26, 26), (27, 26), (28, 26), (29, 26), (30, 26), (31, 26), (32, 26), (33, 26), (34, 26), (35, 26), (1, 27), (10, 27), (11, 27), (12, 27), (13, 27), (14, 27), (15, 27), (16, 27), (17, 27), (18, 27), (19, 27), (20, 27), (21, 27), (22, 27), (23, 27), (24, 27), (25, 27), (26, 27), (27, 27), (28, 27), (29, 27), (30, 27), (31, 27), (32, 27), (33, 27), (34, 27), (35, 27); -- -------------------------------------------------------- -- -- Table structure for table `store_subscriptions` -- CREATE TABLE `store_subscriptions` ( `id` bigint(20) UNSIGNED NOT NULL, `store_id` bigint(20) UNSIGNED NOT NULL, `subscription_id` bigint(20) UNSIGNED NOT NULL, `status` tinyint(1) NOT NULL, `payment_gateway` varchar(255) DEFAULT NULL, `expired_at` date NOT NULL, `expiry_warning_sent_at` timestamp NULL DEFAULT NULL, `expired_notified_at` timestamp NULL DEFAULT NULL, `grace_period_until` date DEFAULT NULL, `payment_status` 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 `store_subscriptions` -- INSERT INTO `store_subscriptions` (`id`, `store_id`, `subscription_id`, `status`, `payment_gateway`, `expired_at`, `expiry_warning_sent_at`, `expired_notified_at`, `grace_period_until`, `payment_status`, `created_at`, `updated_at`) VALUES (1, 1, 1, 1, 'System', '2027-04-25', NULL, NULL, NULL, 'Paid', '2026-04-25 12:33:10', '2026-04-25 12:33:10'); -- -------------------------------------------------------- -- -- Table structure for table `store_users` -- CREATE TABLE `store_users` ( `id` bigint(20) UNSIGNED NOT NULL, `user_id` bigint(20) UNSIGNED NOT NULL, `store_id` bigint(20) UNSIGNED NOT NULL, `created_at` timestamp NULL DEFAULT NULL, `updated_at` timestamp NULL DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -------------------------------------------------------- -- -- Table structure for table `stripe_keys` -- CREATE TABLE `stripe_keys` ( `id` bigint(20) UNSIGNED NOT NULL, `public_key` varchar(255) NOT NULL, `secret_key` 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; -- -------------------------------------------------------- -- -- Table structure for table `subscriptions` -- CREATE TABLE `subscriptions` ( `id` bigint(20) UNSIGNED NOT NULL, `title` varchar(255) NOT NULL, `price` double NOT NULL, `description` longtext DEFAULT NULL, `type` varchar(255) NOT NULL, `status` 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 `subscriptions` -- INSERT INTO `subscriptions` (`id`, `title`, `price`, `description`, `type`, `status`, `created_at`, `updated_at`) VALUES (1, 'Demo', 100, 'Aut inventore at autem delectus. Ea dolorem dolor consequatur velit molestiae inventore amet. Nihil molestiae numquam ut nesciunt ipsam esse et.', 'Yearly', 'Active', '2026-04-25 12:03:13', '2026-04-25 12:03:13'), (2, 'Demo', 50, 'Ut quaerat quis cum illum exercitationem dolorum voluptatem. Labore necessitatibus ut impedit. Voluptas quos quia aut tenetur qui voluptate. Tenetur alias fuga qui.', 'Monthly', 'Active', '2026-04-25 12:03:13', '2026-04-25 12:03:13'), (3, 'Demo', 50, 'Et voluptatem aperiam quo tempora. Quod sed similique voluptas molestiae eum voluptatem. Hic sed facere et reprehenderit autem sed commodi. Enim nulla repellendus earum enim laborum sed qui.', 'Monthly', 'Active', '2026-04-25 12:03:13', '2026-04-25 12:03:13'), (4, 'Demo Plan', 0, NULL, 'Monthly', 'Active', '2026-05-03 12:16:46', '2026-05-03 12:16:46'); -- -------------------------------------------------------- -- -- Table structure for table `support_tickets` -- CREATE TABLE `support_tickets` ( `id` bigint(20) UNSIGNED NOT NULL, `store_id` bigint(20) UNSIGNED NOT NULL, `subject` varchar(255) NOT NULL, `status` varchar(255) NOT NULL DEFAULT 'open', `priority` varchar(255) NOT NULL DEFAULT 'normal', `created_at` timestamp NULL DEFAULT NULL, `updated_at` timestamp NULL DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -- Dumping data for table `support_tickets` -- INSERT INTO `support_tickets` (`id`, `store_id`, `subject`, `status`, `priority`, `created_at`, `updated_at`) VALUES (1, 1, 'test', 'replied', 'normal', '2026-04-27 01:25:57', '2026-04-27 01:27:24'), (2, 1, 'Issue with Machine ESP32-WA-001', 'replied', 'high', '2026-04-27 01:26:18', '2026-04-27 01:27:17'), (3, 1, 'Repair', 'open', 'high', '2026-04-27 22:46:44', '2026-04-27 22:46:44'), (4, 1, 'Issue with Machine ESP32-DR-003', 'open', 'high', '2026-04-27 23:27:16', '2026-04-27 23:27:16'), (5, 1, 'TEST1', 'open', 'high', '2026-04-29 11:55:51', '2026-04-29 11:55:51'), (6, 1, 'Issue with Machine ESP32-WA-001', 'open', 'high', '2026-04-30 15:44:46', '2026-04-30 15:44:46'), (7, 1, 'Issue with Machine ESP32-WA-001', 'open', 'high', '2026-04-30 17:16:54', '2026-04-30 17:16:54'), (8, 1, 'Issue with Machine ESP32-DR-003', 'open', 'high', '2026-04-30 22:58:07', '2026-04-30 22:58:07'), (9, 1, 'Issue with Machine ESP32-DR-003', 'open', 'high', '2026-05-01 19:37:09', '2026-05-01 19:37:09'); -- -------------------------------------------------------- -- -- Table structure for table `technician_course_progress` -- CREATE TABLE `technician_course_progress` ( `id` bigint(20) UNSIGNED NOT NULL, `user_id` bigint(20) UNSIGNED NOT NULL, `course_id` bigint(20) UNSIGNED NOT NULL, `status` varchar(255) NOT NULL DEFAULT 'in_progress', `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 `technician_course_progress` -- INSERT INTO `technician_course_progress` (`id`, `user_id`, `course_id`, `status`, `created_at`, `updated_at`) VALUES (1, 26, 2, 'completed', '2026-04-30 23:00:11', '2026-04-30 23:00:11'); -- -------------------------------------------------------- -- -- Table structure for table `technician_notifications` -- CREATE TABLE `technician_notifications` ( `id` bigint(20) UNSIGNED NOT NULL, `technician_id` bigint(20) UNSIGNED NOT NULL, `title` varchar(255) DEFAULT NULL, `message` text NOT NULL, `is_read` 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; -- -------------------------------------------------------- -- -- Table structure for table `technician_quiz_results` -- CREATE TABLE `technician_quiz_results` ( `id` bigint(20) UNSIGNED NOT NULL, `user_id` bigint(20) UNSIGNED NOT NULL, `lesson_id` bigint(20) UNSIGNED NOT NULL, `score` int(11) NOT NULL DEFAULT 0, `passed` 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 `technician_quiz_results` -- INSERT INTO `technician_quiz_results` (`id`, `user_id`, `lesson_id`, `score`, `passed`, `created_at`, `updated_at`) VALUES (1, 26, 1, 1, 0, '2026-04-30 23:00:36', '2026-04-30 23:00:49'), (2, 26, 2, 1, 1, '2026-04-30 23:01:03', '2026-04-30 23:01:03'); -- -------------------------------------------------------- -- -- Table structure for table `technician_timesheets` -- CREATE TABLE `technician_timesheets` ( `id` bigint(20) UNSIGNED NOT NULL, `technician_id` bigint(20) UNSIGNED NOT NULL, `service_center_id` bigint(20) UNSIGNED DEFAULT NULL, `clock_in` timestamp NOT NULL, `clock_out` timestamp NULL DEFAULT NULL, `total_hours` decimal(6,2) DEFAULT NULL, `notes` text DEFAULT NULL, `created_at` timestamp NULL DEFAULT NULL, `updated_at` timestamp NULL DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -- Dumping data for table `technician_timesheets` -- INSERT INTO `technician_timesheets` (`id`, `technician_id`, `service_center_id`, `clock_in`, `clock_out`, `total_hours`, `notes`, `created_at`, `updated_at`) VALUES (13, 49, 1, '2026-05-04 01:59:51', NULL, NULL, 'Morning shift — active', '2026-05-04 03:59:51', '2026-05-04 03:59:51'), (14, 49, 1, '2026-05-03 00:00:00', '2026-05-03 08:00:00', 8.00, 'Past shift', '2026-05-04 03:59:51', '2026-05-04 03:59:51'), (15, 49, 1, '2026-05-02 00:00:00', '2026-05-02 08:00:00', 8.00, 'Past shift', '2026-05-04 03:59:51', '2026-05-04 03:59:51'), (16, 49, 1, '2026-04-29 00:00:00', '2026-04-29 08:00:00', 8.00, 'Past shift', '2026-05-04 03:59:51', '2026-05-04 03:59:51'); -- -------------------------------------------------------- -- -- Table structure for table `ticket_messages` -- CREATE TABLE `ticket_messages` ( `id` bigint(20) UNSIGNED NOT NULL, `support_ticket_id` bigint(20) UNSIGNED NOT NULL, `user_id` bigint(20) UNSIGNED DEFAULT NULL, `message` text NOT NULL, `is_admin` 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 `ticket_messages` -- INSERT INTO `ticket_messages` (`id`, `support_ticket_id`, `user_id`, `message`, `is_admin`, `created_at`, `updated_at`) VALUES (1, 1, 3, 'test', 0, '2026-04-27 01:25:57', '2026-04-27 01:25:57'), (2, 2, 3, 'test machine', 0, '2026-04-27 01:26:18', '2026-04-27 01:26:18'), (3, 2, 1, 'hey', 1, '2026-04-27 01:27:17', '2026-04-27 01:27:17'), (4, 1, 1, 'ano un', 1, '2026-04-27 01:27:24', '2026-04-27 01:27:24'), (5, 3, 3, 'Bearing replacement', 0, '2026-04-27 22:46:44', '2026-04-27 22:46:44'), (6, 4, 3, 'IE error', 0, '2026-04-27 23:27:16', '2026-04-27 23:27:16'), (7, 5, 3, 'Testingggg', 0, '2026-04-29 11:55:51', '2026-04-29 11:55:51'), (8, 6, 3, 'grbgtntg', 0, '2026-04-30 15:44:46', '2026-04-30 15:44:46'), (9, 6, 3, 'fergrtg', 0, '2026-04-30 15:45:15', '2026-04-30 15:45:15'), (10, 7, 3, 'test', 0, '2026-04-30 17:16:54', '2026-04-30 17:16:54'), (11, 8, 3, 'Bearing replacement', 0, '2026-04-30 22:58:07', '2026-04-30 22:58:07'), (12, 9, 3, 'bearing', 0, '2026-05-01 19:37:09', '2026-05-01 19:37:09'); -- -------------------------------------------------------- -- -- Table structure for table `training_courses` -- CREATE TABLE `training_courses` ( `id` bigint(20) UNSIGNED NOT NULL, `type` varchar(255) DEFAULT NULL, `title` varchar(255) NOT NULL, `description` text DEFAULT NULL, `thumbnail` 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; -- -- Dumping data for table `training_courses` -- INSERT INTO `training_courses` (`id`, `type`, `title`, `description`, `thumbnail`, `is_active`, `created_at`, `updated_at`) VALUES (1, 'Technical', 'Basic Washing Machine Maintenance', 'Learn the fundamentals of maintaining and troubleshooting standard commercial washing machines. Ideal for new technicians.', NULL, 1, '2026-04-28 10:12:42', '2026-04-28 10:12:42'), (2, 'Soft Skills', 'Customer Service Excellence', 'Guidelines on how to communicate with customers effectively while on-site.', NULL, 1, '2026-04-28 10:12:42', '2026-04-28 10:12:42'); -- -------------------------------------------------------- -- -- Table structure for table `training_lessons` -- CREATE TABLE `training_lessons` ( `id` bigint(20) UNSIGNED NOT NULL, `course_id` bigint(20) UNSIGNED NOT NULL, `title` varchar(255) NOT NULL, `content_html` longtext DEFAULT NULL, `video_url` varchar(255) DEFAULT NULL, `order` int(11) 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 `training_lessons` -- INSERT INTO `training_lessons` (`id`, `course_id`, `title`, `content_html`, `video_url`, `order`, `created_at`, `updated_at`) VALUES (1, 1, 'Introduction to Commercial Washers', '
In this lesson, you will learn the core components of a commercial washer, including the motor, drain pump, and control board.
', 'https://www.youtube.com/watch?v=dQw4w9WgXcQ', 1, '2026-04-28 10:12:42', '2026-04-28 10:12:42'), (2, 1, 'Safety Protocols & Electrical Systems', 'Always disconnect power before servicing. Learn to safely discharge capacitors and test for live voltage.
', NULL, 2, '2026-04-28 10:12:42', '2026-04-28 10:12:42'), (3, 2, 'Greeting and Explaining the Issue', 'Always greet the customer politely, and explain the problem in simple terms without using excessive technical jargon.
', NULL, 1, '2026-04-28 10:12:42', '2026-04-28 10:12:42'); -- -------------------------------------------------------- -- -- Table structure for table `training_quizzes` -- CREATE TABLE `training_quizzes` ( `id` bigint(20) UNSIGNED NOT NULL, `lesson_id` bigint(20) UNSIGNED NOT NULL, `question` text NOT NULL, `type` varchar(255) NOT NULL DEFAULT 'multiple_choice', `options` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, `correct_answer` 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 `training_quizzes` -- INSERT INTO `training_quizzes` (`id`, `lesson_id`, `question`, `type`, `options`, `correct_answer`, `created_at`, `updated_at`) VALUES (1, 1, 'Which component is responsible for draining water from the tub?', 'multiple_choice', '[\"Motor\",\"Drain Pump\",\"Control Board\",\"Inlet Valve\"]', 'Drain Pump', '2026-04-28 10:12:42', '2026-04-28 10:12:42'), (2, 1, 'Commercial washers operate identically to residential washers.', 'true_false', '[\"True\",\"False\"]', 'False', '2026-04-28 10:12:42', '2026-04-28 10:12:42'), (3, 2, 'What is the first step before servicing an electrical component?', 'multiple_choice', '[\"Check the manual\",\"Disconnect power\",\"Call supervisor\",\"Wear gloves\"]', 'Disconnect power', '2026-04-28 10:12:42', '2026-04-28 10:12:42'); -- -------------------------------------------------------- -- -- Table structure for table `training_requests` -- CREATE TABLE `training_requests` ( `id` bigint(20) UNSIGNED NOT NULL, `store_id` bigint(20) UNSIGNED NOT NULL, `user_id` bigint(20) UNSIGNED NOT NULL, `store_name` varchar(255) DEFAULT NULL, `owner_name` varchar(255) DEFAULT NULL, `shop_location` varchar(255) DEFAULT NULL, `contact_number` varchar(255) DEFAULT NULL, `requested_date` date NOT NULL, `requested_time` time NOT NULL, `pax` int(11) NOT NULL DEFAULT 1, `status` enum('pending','scheduled','completed','rejected') NOT NULL DEFAULT 'pending', `scheduled_date` date DEFAULT NULL, `scheduled_time` time DEFAULT NULL, `admin_notes` text DEFAULT NULL, `created_at` timestamp NULL DEFAULT NULL, `updated_at` timestamp NULL DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -------------------------------------------------------- -- -- Table structure for table `transactions` -- CREATE TABLE `transactions` ( `id` bigint(20) UNSIGNED NOT NULL, `store_id` bigint(20) UNSIGNED DEFAULT NULL, `order_id` bigint(20) UNSIGNED NOT NULL, `payment_status` tinyint(1) NOT NULL DEFAULT 0, `amount` double NOT NULL DEFAULT 0, `payment_method` varchar(255) NOT NULL DEFAULT 'cash', `transaction_id` varchar(255) DEFAULT NULL, `created_at` timestamp NULL DEFAULT NULL, `updated_at` timestamp NULL DEFAULT NULL, `is_withdraw` tinyint(1) NOT NULL DEFAULT 0, `accept` timestamp NULL DEFAULT NULL, `status` varchar(255) DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -- Dumping data for table `transactions` -- INSERT INTO `transactions` (`id`, `store_id`, `order_id`, `payment_status`, `amount`, `payment_method`, `transaction_id`, `created_at`, `updated_at`, `is_withdraw`, `accept`, `status`) VALUES (1, 1, 1, 0, 220, 'cop', 'PeXod09OnlSXS6qeqV1KSxePLopQcJs3LZijn6qlYNMprqV21HSeyJLYZ7837HQ0', '2026-05-11 13:20:22', '2026-05-11 13:20:22', 0, NULL, NULL), (2, 1, 2, 0, 220, 'cop', 'TWd30JAur7yVGeuWZyYnF8SfNRrffL2B5Uv4ul7YHCTf9k9xEZiYhwjZRYfBhQHi', '2026-05-11 13:21:08', '2026-05-11 13:21:08', 0, NULL, NULL), (3, 1, 3, 0, 360, 'cop', '3WFySptpyaxcSLcFpUoC0wskIv4YIrJbSCxxFBSucp9TGvkGCXztuDfrInzh7iRG', '2026-05-11 13:24:00', '2026-05-11 13:24:00', 0, NULL, NULL), (4, 1, 4, 0, 180, 'cash', 'VTPgwNaUaa28xGEj9TYffwi2xqOXDF6epwQaykZklHqz5L5voGbCwxRwNu1LaQkB', '2026-05-11 13:25:10', '2026-05-11 13:25:10', 0, NULL, NULL), (5, 1, 5, 0, 560, 'cop', '47uUwJm3Yppjlq6P3cKgzpwTY7cLnfRJDGHwHFDIj0RN1Ftm9rcy5GwVTO7tSJuM', '2026-05-11 13:25:34', '2026-05-11 13:25:34', 0, NULL, NULL), (6, 1, 6, 0, 180, 'cash', '9PSH48PAJctniKejHQ2xKPX7IllaigamHOgUHw7MFMgh9hVt5i6yymO5OvXvjzoc', '2026-05-11 13:25:56', '2026-05-11 13:25:56', 0, NULL, NULL), (7, 1, 7, 0, 384, 'cop', 'pb87CyuXdpFXG6yO3SBVzL9IIxL02rv507gFQLLLHnCN1ufYeOgiFKJPyEDRLaxQ', '2026-05-11 13:38:07', '2026-05-11 13:38:07', 0, NULL, NULL); -- -------------------------------------------------------- -- -- Table structure for table `users` -- CREATE TABLE `users` ( `id` bigint(20) UNSIGNED NOT NULL, `service_center_id` bigint(20) UNSIGNED DEFAULT NULL, `first_name` varchar(255) NOT NULL, `last_name` varchar(255) DEFAULT NULL, `mobile` varchar(255) DEFAULT NULL, `email` varchar(255) DEFAULT NULL, `email_verified_at` timestamp NULL DEFAULT NULL, `mobile_verified_at` timestamp NULL DEFAULT NULL, `is_active` int(11) NOT NULL DEFAULT 0, `password` varchar(255) NOT NULL, `profile_photo_id` bigint(20) UNSIGNED DEFAULT NULL, `gender` enum('Male','Female','Others') DEFAULT NULL, `alternative_phone` varchar(255) DEFAULT NULL, `driving_lience` varchar(255) DEFAULT NULL, `date_of_birth` varchar(255) DEFAULT NULL, `vehicle_type` varchar(255) DEFAULT NULL, `order_update_notify` tinyint(1) NOT NULL DEFAULT 1, `promotion_notify` tinyint(1) NOT NULL DEFAULT 1, `remember_token` varchar(100) DEFAULT NULL, `created_at` timestamp NULL DEFAULT NULL, `updated_at` timestamp NULL DEFAULT NULL, `provider` varchar(255) DEFAULT NULL, `provider_id` varchar(255) DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -- Dumping data for table `users` -- INSERT INTO `users` (`id`, `service_center_id`, `first_name`, `last_name`, `mobile`, `email`, `email_verified_at`, `mobile_verified_at`, `is_active`, `password`, `profile_photo_id`, `gender`, `alternative_phone`, `driving_lience`, `date_of_birth`, `vehicle_type`, `order_update_notify`, `promotion_notify`, `remember_token`, `created_at`, `updated_at`, `provider`, `provider_id`) VALUES (1, NULL, 'Root', NULL, '010000000016354', 'root@laundrypremier.ph', NULL, NULL, 1, '$2y$10$voJ9dA9sJdqzQluXLtcm..TpMXf5rEE.4VHM6oQyPAVjpEnt/Cwoe', NULL, NULL, NULL, NULL, NULL, NULL, 1, 1, NULL, '2026-04-25 12:03:13', '2026-05-03 03:19:59', NULL, NULL), (2, NULL, 'Admin', NULL, '0100000000221', 'admin@example.com', NULL, NULL, 0, '$2y$10$j.XN1QjnX..eqX9qqKbP/OEXGoLhw.bzJr./arEO1z8gQTgsqqOqq', NULL, NULL, NULL, NULL, NULL, NULL, 1, 1, NULL, '2026-04-25 12:03:13', '2026-04-25 12:03:13', NULL, NULL), (3, NULL, 'Laundry', 'Premier Shaw', '639085819330', 'laundrypremiershaw@gmail.com', NULL, NULL, 1, '$2y$10$YrffhXtgzwuiRFo9fv8EWu6KpxXxJVtBvUSZ0vAhqyd/rjSFvgL4C', NULL, 'Others', NULL, NULL, '1990-01-01', NULL, 1, 1, NULL, '2026-04-25 12:03:13', '2026-04-28 10:34:14', NULL, NULL), (4, NULL, 'Visitor', NULL, '0100000000343', 'visitor@example.com', NULL, NULL, 0, '$2y$10$g53pHuLIpju8CSVVzQ08FuLfHT.wXGVwOlK.g/G5nxVRqKsLhABci', NULL, NULL, NULL, NULL, NULL, NULL, 1, 1, NULL, '2026-04-25 12:03:13', '2026-04-25 12:03:13', NULL, NULL), (13, NULL, 'Caitlyn', 'Keebler', '+18389737480', 'franecki.adriel@example.net', '2026-04-25 12:03:14', '2026-04-25 12:03:14', 1, '$2y$10$llzfWtg6tIBKhl/QMpRvWOs6U9aLBODKeHf8KQZNfPkF9uTVi.XK6', 35, NULL, NULL, NULL, NULL, NULL, 1, 1, 'PkQpYEsbEV', '2026-04-25 12:03:14', '2026-04-25 12:03:14', NULL, NULL), (14, NULL, 'Frida', 'Aufderhar', '+14807567968', 'furman.hansen@example.com', '2026-04-25 12:03:14', '2026-04-25 12:03:14', 1, '$2y$10$W5CCyN5AvL.pfCuXnLD5LOueh0k02qCQeHo27pE61Hvw8ZgFYL0Ki', 36, NULL, NULL, NULL, NULL, NULL, 1, 1, 'R03P6jgsla', '2026-04-25 12:03:14', '2026-04-25 12:03:14', NULL, NULL), (15, NULL, 'Crystal', 'Raynor', '+13324002247', 'white.lillie@example.com', '2026-04-25 12:03:14', '2026-04-25 12:03:14', 0, '$2y$10$p5E68mYQUeALJFZejmvrOOGfmESxdnTrlFgh2z.RWESVwulsVgmtm', 37, NULL, NULL, NULL, NULL, NULL, 1, 1, '0GjEpK4bCz', '2026-04-25 12:03:14', '2026-04-25 12:03:14', NULL, NULL), (16, NULL, 'Dasia', 'Mills', '+14703672945', 'huel.sydnie@example.net', '2026-04-25 12:03:14', '2026-04-25 12:03:14', 0, '$2y$10$m.ENjn9nf7PmOKFEEb9VIufuRgQdCZ7GNHQXSKfArCGwKFXve./N6', 38, NULL, NULL, NULL, NULL, NULL, 1, 1, 'f8KQSZRuAn', '2026-04-25 12:03:14', '2026-04-25 12:03:14', NULL, NULL), (17, NULL, 'Scotty', 'Hane', '+12549789002', 'ziemann.juvenal@example.org', '2026-04-25 12:03:14', '2026-04-25 12:03:14', 1, '$2y$10$nao/1ir5auPpO5kXBmcSpe00cM/XXYpEe/GBYkangVAhJ26MMhjCu', 39, NULL, NULL, NULL, NULL, NULL, 1, 1, 'fl72EnSEUh', '2026-04-25 12:03:14', '2026-04-25 12:03:14', NULL, NULL), (18, NULL, 'Julie', 'McLaughlin', '+19474173564', 'foster.leffler@example.org', '2026-04-25 12:03:14', '2026-04-25 12:03:14', 0, '$2y$10$bfCbMKHBuEnU2fM9lEq4IOxwfUlO6GlRRCI/ltWlvL7P45FAh2.5i', 40, NULL, NULL, NULL, NULL, NULL, 1, 1, 'BbKnIlJJ3V', '2026-04-25 12:03:14', '2026-04-25 12:03:14', NULL, NULL), (19, NULL, 'Daphnee', 'Pfeffer', '+18576136415', 'rahul.krajcik@example.net', '2026-04-25 12:03:14', '2026-04-25 12:03:14', 0, '$2y$10$FwTyQgfWhvjJo.NWO3SBm.ETgXhKPKH7S8RTwy4GJ3ARsqiptCbu2', 41, NULL, NULL, NULL, NULL, NULL, 1, 1, 'zqbokb3dbO', '2026-04-25 12:03:14', '2026-04-25 12:03:14', NULL, NULL), (20, NULL, 'Vickie', 'Howell', '+13646663381', 'nicolas.lindsay@example.com', '2026-04-25 12:03:14', '2026-04-25 12:03:14', 1, '$2y$10$MXDqOvT.plcGFyBD6Shz4ev.NZqK3Q28i.5qWjNV5hTrkLYHgQMb6', 42, NULL, NULL, NULL, NULL, NULL, 1, 1, 'Te52AaMqXH', '2026-04-25 12:03:15', '2026-04-25 12:03:15', NULL, NULL), (21, NULL, 'Oswaldo', 'Gleichner', '+12405405229', 'kvonrueden@example.org', '2026-04-25 12:03:15', '2026-04-25 12:03:15', 1, '$2y$10$GTz/uzq.1UpZdBSGadX/8enW2eIYxuT0pCgNAReCIZ.xuLTxvQaPy', 43, NULL, NULL, NULL, NULL, NULL, 1, 1, 'OlHBhkA4db', '2026-04-25 12:03:15', '2026-04-25 12:03:15', NULL, NULL), (22, NULL, 'Trinity', 'Yundt', '+16076679737', 'elian.roob@example.com', '2026-04-25 12:03:15', '2026-04-25 12:03:15', 1, '$2y$10$ijNbLHFuT4Vb.6BrlU6hveIGFweUOU7ZQkQA0s8aaKj6l2sEUAFo.', 44, NULL, NULL, NULL, NULL, NULL, 1, 1, 'x2VUgWkG0B', '2026-04-25 12:03:15', '2026-04-25 12:03:15', NULL, NULL), (25, NULL, 'Dan Anthony Villanueva', NULL, '9365422829', NULL, NULL, '2026-04-27 19:49:34', 1, '$2y$10$kyvj2GXCd68F8H5wnq7aCO/WOmSpvu4oJ.eqkmDv5eltVL9YGwteW', NULL, NULL, NULL, NULL, NULL, NULL, 1, 1, NULL, '2026-04-27 19:49:34', '2026-04-27 19:49:34', NULL, NULL), (26, NULL, 'Demo', 'Technician', '0100000000999', 'technician@example.com', NULL, NULL, 1, '$2y$10$WZlUcY21Ae/BEiyPm2C.Ee0DWrCem4Tt3BGR2HZpiFg80Nh5Bjgxm', NULL, NULL, NULL, NULL, NULL, NULL, 1, 1, NULL, '2026-04-27 21:19:29', '2026-04-27 21:20:21', NULL, NULL), (27, NULL, 'JUAN', 'DELA CRUZ', '968878270', 'villanuevadan95@gmail.com', NULL, '2026-04-27 23:01:44', 1, '$2y$10$6Ln3nhwTuH9PMFvy/zqyDO0tlQQIB1jKd/pxYpBrMo2RU5NpRxJ62', 183, 'Male', NULL, '12345678', '2028-03-04', 'Motorbike', 1, 1, NULL, '2026-04-27 23:01:44', '2026-04-30 17:00:09', NULL, NULL), (28, NULL, 'test', 'test', '90812341234', 'sdkfsldf@gmail.com', NULL, '2026-04-28 10:45:11', 1, '$2y$10$MX78LK.yrqZD9dQDQoRZ8uo/FShbVfjBy6TollwUI17Gi5ZnBQKO.', 184, 'Male', NULL, '345345345', '2011-02-04', 'Motorbike', 1, 1, NULL, '2026-04-28 10:45:11', '2026-04-28 10:45:11', NULL, NULL), (29, NULL, 'Rose Ann Uy', NULL, '9702116547', NULL, NULL, '2026-04-28 13:50:14', 1, '$2y$10$ReWhQVoYkfioPwGp8tXdQ.nNxoxoK40qD89EffEF6LcRc/awh0dL.', NULL, NULL, NULL, NULL, NULL, NULL, 1, 1, NULL, '2026-04-28 13:50:14', '2026-04-28 13:50:14', NULL, NULL), (30, NULL, 'tester', NULL, '123456789', NULL, NULL, '2026-04-29 10:54:09', 1, '$2y$10$PiHExdQGWOGhZVzImkGa2u7ynHRIpC/CCVsUycwUgDo7EhgcesuzC', NULL, NULL, NULL, NULL, NULL, NULL, 1, 1, NULL, '2026-04-29 10:54:09', '2026-04-29 10:54:09', NULL, NULL), (31, NULL, 'Test', NULL, '09121212121', 'testing@gmail.com', NULL, '2026-04-29 10:55:55', 1, '$2y$10$krSEdRGZIegWKvTlx9HjS.afcdRnBVAqyf7drvEVQPNrtkBE2SMeO', NULL, NULL, NULL, NULL, NULL, NULL, 1, 1, NULL, '2026-04-29 10:55:55', '2026-04-29 10:55:55', NULL, NULL), (32, NULL, 'Roxanne Test', NULL, '9193185811', NULL, NULL, '2026-04-29 11:24:32', 1, '$2y$10$hsvsWnNdFLLGTroWB0iHsODWihwF2cjnxUAfWc093OZf48tnp/lBy', NULL, NULL, NULL, NULL, NULL, NULL, 1, 1, NULL, '2026-04-29 11:24:32', '2026-04-29 11:24:32', NULL, NULL), (33, NULL, 'test50', 'test', '32323232323', 'test1@gmail.com', NULL, NULL, 1, '$2y$10$qxPAc6SkjljPmcb0/xkdNe2x1IPlIsn2V1EBXjCprqFxjlkEaHMau', NULL, NULL, NULL, NULL, NULL, NULL, 1, 1, NULL, '2026-04-29 11:39:08', '2026-04-29 11:39:08', NULL, NULL), (34, NULL, 'test', NULL, '09234561718', 'testing21@gmail.com', NULL, '2026-04-29 12:56:57', 1, '$2y$10$nsKm1g8F3DUMirCf4kAuWul6aQCtkgRI1And2dTa6OG6i4y1K03I2', NULL, NULL, NULL, NULL, NULL, NULL, 1, 1, NULL, '2026-04-29 12:56:57', '2026-04-29 12:56:57', NULL, NULL), (35, NULL, 'Charle09', NULL, '9093345343', NULL, NULL, '2026-04-29 13:16:15', 1, '$2y$10$ckPIZ3Gw5cvAdfzXGr15nOqqeamZTOT/UxBoQu7PTcjI47x6.HoQi', NULL, NULL, NULL, NULL, NULL, NULL, 1, 1, NULL, '2026-04-29 13:16:14', '2026-04-29 13:16:15', NULL, NULL), (36, NULL, 'tester', NULL, '09898989898', 'tester@gmail.com', NULL, '2026-04-29 14:09:01', 1, '$2y$10$JnuG/auVo53ozd/JOmjUX.IaEpJ1R7ysm.zszbGHbwZWRW3LYDPxG', NULL, NULL, NULL, NULL, NULL, NULL, 1, 1, NULL, '2026-04-29 14:09:01', '2026-04-29 14:09:01', NULL, NULL), (37, NULL, 'testers', NULL, '09878787878', 'testers@gmail.com', NULL, '2026-04-29 15:29:00', 1, '$2y$10$WPh3nXSQGzqQnFHuVpVUUubfbkfxcPguI6GcZEsfOLXFp0C3Vz/Kq', NULL, NULL, NULL, NULL, NULL, NULL, 1, 1, NULL, '2026-04-29 15:29:00', '2026-04-29 15:29:00', NULL, NULL), (38, NULL, 'charle', 'cab', '1234567890', 'sdnfkslfnksdlf@gmail.com', NULL, '2026-04-30 00:38:00', 1, '$2y$10$PkGcw.MZ190SGuZlYMRrau7M3jFFIGIwKiVSpUfI2accTqYezjgS6', 185, 'Male', NULL, '23423423', '2027-10-04', 'Motorbike', 1, 1, NULL, '2026-04-30 00:38:00', '2026-04-30 00:38:00', NULL, NULL), (39, NULL, 'Charles E', NULL, '93453453', NULL, NULL, '2026-04-30 11:06:58', 1, '$2y$10$OjUiIuvhJ7SZIOe5aBgM4urk9Xa.qMf4o0AENUHY6E7S8UjzkO67O', NULL, NULL, NULL, NULL, NULL, NULL, 1, 1, NULL, '2026-04-30 11:06:58', '2026-04-30 11:06:58', NULL, NULL), (40, NULL, 'Roxanne', 'Test', '9123456789', 'testttt1@gmail.com', NULL, '2026-04-30 15:21:06', 1, '$2y$10$2v2YDikEeAEe58dyr4S8l.q8qwRP83Aw25eEtNaDstITeTMvJ0ijq', 186, 'Male', NULL, 'Driver licence', '1999-09-04', 'Motorbike', 1, 1, NULL, '2026-04-30 15:21:06', '2026-04-30 15:21:06', NULL, NULL), (41, NULL, 'JUAN', 'DELA CRUZ', '9625624273', 'villanuevadan95@yahoo.com', NULL, '2026-04-30 15:28:49', 1, '$2y$10$DrOfI2fJN6l0j71X2E6cZ.HXhfdZ067PxW3ExrsZY6MovDTkhVTS2', 187, 'Male', NULL, '12345678', '1997-06-04', 'Motorbike', 1, 1, NULL, '2026-04-30 15:28:49', '2026-04-30 15:28:49', NULL, NULL), (42, NULL, 'tester29', NULL, '09323232325', 'tester29@gmail.com', NULL, '2026-04-30 15:52:36', 1, '$2y$10$KDtyxp/7JGk9.SDAiJX58eGmf7012tQjPDbbJ0Q1S3q4jpR.YyX7S', NULL, 'Male', NULL, NULL, NULL, NULL, 1, 1, NULL, '2026-04-30 15:52:36', '2026-04-30 16:23:51', NULL, NULL), (43, NULL, 'tes', 'ter', '1234567896', 'test@gmail.com', NULL, '2026-04-30 16:28:42', 1, '$2y$10$CtK3jwW75BOhKAHWE9YdmOT8Y1FSCHPyiWxwDp3zSqen41I.BUVKC', 188, 'Female', NULL, 'd0219123456', '2027-04-04', 'E-Bike', 1, 1, NULL, '2026-04-30 16:28:42', '2026-04-30 16:28:42', NULL, NULL), (44, NULL, 'te', 'ster', '987321654', NULL, NULL, NULL, 1, '$2y$10$.nDsghOJqqNXoBzcgq5X/ueM95QwOFTuMOpSsrF90I/EUHfMAZmae', NULL, NULL, NULL, NULL, NULL, NULL, 1, 1, NULL, '2026-04-30 16:54:04', '2026-04-30 16:54:04', NULL, NULL), (45, NULL, 'JUAN', 'DELA CRUZ', '9688782720', 'villanuevaprecymae@gmail.com', NULL, '2026-04-30 17:02:43', 1, '$2y$10$jovMNcoarl6UCi8jH.v9RO73DkGWkcwA8tL0SA308OMNo4BQYAY3q', 189, 'Male', NULL, '12345678', '1997-06-04', 'Motorbike', 1, 1, NULL, '2026-04-30 17:02:43', '2026-04-30 17:02:43', NULL, NULL), (46, NULL, 'JUAN', 'DELA CRUZ', '9931368131', 'villanuevadan@yahoo.com', NULL, '2026-04-30 23:04:57', 1, '$2y$10$xzmEkYUebG8DMvHI5jHqDuYbgXu/Lfn1cqth3Q2r180rEmJy6PJ/i', 190, 'Female', NULL, '12345678', '1997-06-04', 'Motorbike', 1, 1, NULL, '2026-04-30 23:04:57', '2026-04-30 23:04:57', NULL, NULL), (47, NULL, 'Maria', 'Santos', '09177722260', 'sc.manila@laundrypremier.ph', '2026-05-04 03:59:51', NULL, 1, '$2y$10$djuhV8tQwCXw.9fjWqsSBOQErSSNa2OA87tEqgC08G0JWUSLpkqly', NULL, NULL, NULL, NULL, NULL, NULL, 1, 1, NULL, '2026-05-03 12:16:46', '2026-05-04 03:59:51', NULL, NULL), (48, NULL, 'Juan', 'Dela Cruz', '09175197523', 'sc.cebu@laundrypremier.ph', '2026-05-04 03:59:51', NULL, 1, '$2y$10$i0gxP3LU00nDQG7PNuOxKOkb9sr7tekm.QajDcTp2J0L4hU0jKMl6', NULL, NULL, NULL, NULL, NULL, NULL, 1, 1, NULL, '2026-05-03 12:16:46', '2026-05-04 03:59:51', NULL, NULL), (49, 1, 'Roberto', 'Cruz', '09179212492', 'tech.manila@laundrypremier.ph', '2026-05-04 03:59:51', NULL, 1, '$2y$10$uwjCW50cGIlfQjR0AztG9ugZjKO4ZXUfxjSO4mZF2pcahJLg..w9q', NULL, NULL, NULL, NULL, NULL, NULL, 1, 1, NULL, '2026-05-03 12:16:46', '2026-05-04 03:59:51', NULL, NULL), (50, 2, 'Felipe', 'Reyes', '09176124927', 'tech.cebu@laundrypremier.ph', '2026-05-04 03:59:51', NULL, 1, '$2y$10$uGvURZnYRgtB/SIbLZ6mjeDedbBUuGqn1JyugIUUqe..L8iyokcg2', NULL, NULL, NULL, NULL, NULL, NULL, 1, 1, NULL, '2026-05-03 12:16:46', '2026-05-04 03:59:51', NULL, NULL), (51, NULL, 'Carlos', 'Marquez', '09175328301', 'tech.unassigned@laundrypremier.ph', '2026-05-04 03:59:51', NULL, 1, '$2y$10$/MTjkFqX65VcgNBdyKC8Wu3LQPZPZX8QTA3EzA5LB7sdQfMO0djee', NULL, NULL, NULL, NULL, NULL, NULL, 1, 1, NULL, '2026-05-03 12:16:46', '2026-05-04 03:59:51', NULL, NULL), (52, NULL, 'Mark', 'Pascual', '09179082802', 'driver1@laundrypremier.ph', '2026-05-04 03:59:51', NULL, 1, '$2y$10$MNinxiewvWP6Q3OnO87CQ.h0F5y7U4eDsqFWaAcnCiRVFtojRV0GK', NULL, NULL, NULL, NULL, NULL, NULL, 1, 1, NULL, '2026-05-03 12:16:46', '2026-05-04 03:59:51', NULL, NULL), (53, NULL, 'Joel', 'Tan', '09175545343', 'driver2@laundrypremier.ph', '2026-05-04 03:59:51', NULL, 1, '$2y$10$0vQMLJM3MMMRbs0Y3G9QZeYvHJhzNC8WAk0b5LsYcS08r9KhK6Jj.', NULL, NULL, NULL, NULL, NULL, NULL, 1, 1, NULL, '2026-05-03 12:16:46', '2026-05-04 03:59:51', NULL, NULL), (54, NULL, 'Alice', 'Garcia', '09177758735', 'alice@test.ph', '2026-05-04 03:59:51', NULL, 1, '$2y$10$1WOcTLBzcFl7DbKEHkjc1OPgO2mhrGa6gCsw5A01p/ZReSYta3MDW', NULL, NULL, NULL, NULL, NULL, NULL, 1, 1, NULL, '2026-05-03 12:16:46', '2026-05-04 03:59:51', NULL, NULL), (55, NULL, 'Bob', 'Mendoza', '09173908267', 'bob@test.ph', '2026-05-04 03:59:51', NULL, 1, '$2y$10$n8QjylpYM6VZfkCPqFptteJHDJaN/wbLFLfYdktYjuVLSHxFSFQSW', NULL, NULL, NULL, NULL, NULL, NULL, 1, 1, NULL, '2026-05-03 12:19:25', '2026-05-04 03:59:51', NULL, NULL), (56, NULL, 'Charlie', 'Aquino', '09174110233', 'charlie@test.ph', '2026-05-04 03:59:51', NULL, 1, '$2y$10$VDsaivZ1gfRlo8GdgiABXu7sjKVmgT9c0fbhPG0ZHn7xH4fZHK5QS', NULL, NULL, NULL, NULL, NULL, NULL, 1, 1, NULL, '2026-05-03 12:19:25', '2026-05-04 03:59:51', NULL, NULL), (57, NULL, 'tester05', NULL, '09222222222', 'tester05@gmail.com', NULL, '2026-05-05 10:23:57', 1, '$2y$10$WXRLmieIHGE2sZXKYihCPumYF1LTcVLsKaUqh50CyEkKqNZ0wXt/q', NULL, NULL, NULL, NULL, NULL, NULL, 1, 1, NULL, '2026-05-05 10:23:57', '2026-05-05 10:23:57', NULL, NULL), (58, NULL, 'Tester', 'test', '09252525252', 'testere@gmail.com', NULL, '2026-05-05 13:36:55', 1, '$2y$10$izgrhGq2Ueg9u/5awzWjG.VtEe20wjQGBIH54jPf/A4KKbC93dCjW', 191, 'Male', NULL, '123435433', '2027-03-05', 'Motorbike', 1, 1, NULL, '2026-05-05 13:36:55', '2026-05-05 13:36:55', NULL, NULL), (59, NULL, 'sdmfklsfmklsd', NULL, '9234234233', NULL, NULL, '2026-05-05 15:14:25', 1, '$2y$10$tT9SzzmYLQrC3de6xFyAB.XJG463pCwGIsEZBfViaKT/lEuMu/5g.', NULL, NULL, NULL, NULL, NULL, NULL, 1, 1, NULL, '2026-05-05 15:14:25', '2026-05-05 15:14:25', NULL, NULL), (60, NULL, 'tester67', NULL, '91223456789', NULL, NULL, '2026-05-06 10:33:37', 1, '$2y$10$j.NfStTZG1bTOYqpmPy45eu/YutnPnE06PSvwfa7mEaDkTle9srGO', NULL, NULL, NULL, NULL, NULL, NULL, 1, 1, NULL, '2026-05-06 10:33:37', '2026-05-06 10:33:37', NULL, NULL), (61, NULL, 'LB 1', 'Store', '+639979618613', 'lb-1@example.com', '2026-05-06 03:43:02', '2026-05-06 03:43:02', 0, '$2y$10$qTfiDD3TVc47i1z07rowD.oPjT.lxn9s07slTCEAGSYIqpzursmbW', 192, NULL, NULL, NULL, NULL, NULL, 1, 1, 'ZjCDgvvFk6', '2026-05-06 03:43:02', '2026-05-06 04:21:23', NULL, NULL), (62, NULL, 'LANDAYAN', 'Store', '+639942845240', 'landayan@example.com', '2026-05-06 03:43:02', '2026-05-06 03:43:02', 1, '$2y$10$5fA0RawUhdg210uVuRckp.P7K1NrpgGswnJwHBJb57xztv282F64.', 195, NULL, NULL, NULL, NULL, NULL, 1, 1, 'hjfc9xn2Di', '2026-05-06 03:43:02', '2026-05-06 04:21:23', NULL, NULL), (63, NULL, 'ALANGILAN', 'Store', '+639135638213', 'alangilan@example.com', '2026-05-06 03:43:02', '2026-05-06 03:43:02', 0, '$2y$10$e2Nf6fn1O/rHY/aJJPfuXeJXMkxy9ZDYpOXJWEDPjTaxMtAwe2JV6', 198, NULL, NULL, NULL, NULL, NULL, 1, 1, 'NeuJxm3hFf', '2026-05-06 03:43:02', '2026-05-06 04:21:23', NULL, NULL), (64, NULL, 'MAGSAYSAY', 'Store', '+639123768612', 'magsaysay@example.com', '2026-05-06 03:43:03', '2026-05-06 03:43:03', 1, '$2y$10$0HKZUqzfa0Df8/x3zopauuzTPOx6XwP/mz7UAOEDCnwwAfqhrRjKy', 201, NULL, NULL, NULL, NULL, NULL, 1, 1, 'hZERixdcll', '2026-05-06 03:43:03', '2026-05-06 04:21:23', NULL, NULL), (65, NULL, 'KUMINTANG', 'Store', '+639663554599', 'kumintang@example.com', '2026-05-06 03:43:03', '2026-05-06 03:43:03', 1, '$2y$10$di/nIKhXUfEcQzSvxYTLE.TttYuc938oH.YKRdunpBRSsIKJgdDam', 204, NULL, NULL, NULL, NULL, NULL, 1, 1, '3km8Glzn0o', '2026-05-06 03:43:03', '2026-05-06 04:21:23', NULL, NULL), (66, NULL, 'BAGUIO 1', 'Store', '+639952078959', 'baguio-1@example.com', '2026-05-06 03:43:03', '2026-05-06 03:43:03', 0, '$2y$10$Hd8uc8AbzD33DLv76vHa7eCIbaVT8kcO7F7At7LmbMDnNIw5jWh12', 207, NULL, NULL, NULL, NULL, NULL, 1, 1, 'OZTNEZ2Pxd', '2026-05-06 03:43:03', '2026-05-06 04:21:23', NULL, NULL), (67, NULL, 'MARILAO', 'Store', '+639605590756', 'marilao@example.com', '2026-05-06 03:43:03', '2026-05-06 03:43:03', 1, '$2y$10$whJ0nS32uGrxWlRPKj395Orf3qBIWdOHz.MlSDFf4f1y4IqAt0GPy', 210, NULL, NULL, NULL, NULL, NULL, 1, 1, '4uSNRvkzaE', '2026-05-06 03:43:03', '2026-05-06 04:21:23', NULL, NULL), (68, NULL, 'BOLBOK', 'Store', '+639979835771', 'bolbok@example.com', '2026-05-06 03:43:03', '2026-05-06 03:43:03', 1, '$2y$10$VIB7ZiLotoBa118rjAiHGOJJ0hxb3vyldVTq69p3ZrF5J/CzuzFXK', 213, NULL, NULL, NULL, NULL, NULL, 1, 1, '5iAGAjpaC8', '2026-05-06 03:43:03', '2026-05-06 04:21:23', NULL, NULL), (69, NULL, 'BAGUIO 2', 'Store', '+639852681422', 'baguio-2@example.com', '2026-05-06 03:43:03', '2026-05-06 03:43:03', 1, '$2y$10$Nc1rxFeYrIAg.H3G7XknQOiDVqw6PR1ydj9ig.lx9sfFdXePhCO/y', 216, NULL, NULL, NULL, NULL, NULL, 1, 1, 'O1bGUpOTvi', '2026-05-06 03:43:03', '2026-05-06 04:21:23', NULL, NULL), (70, NULL, 'Gen-Tri Antel', 'Store', '+639919743247', 'gen-tri-antel@example.com', '2026-05-06 03:43:03', '2026-05-06 03:43:03', 1, '$2y$10$IfR3Nf1pIe49uNLsD8VVmukjVQWud.nEWfuyclP7JJVSVnrpO4ib6', 219, NULL, NULL, NULL, NULL, NULL, 1, 1, 'hbQHjz9iBS', '2026-05-06 03:43:04', '2026-05-06 04:21:23', NULL, NULL), (71, NULL, 'CALOOCAN', 'Store', '+639550389309', 'caloocan@example.com', '2026-05-06 03:43:04', '2026-05-06 03:43:04', 0, '$2y$10$SJH0AGTQDIS3A1R5gEP5vOtQRYy/scVN9WUA8vWIjJAMVaaXYrfh6', 222, NULL, NULL, NULL, NULL, NULL, 1, 1, 'DnyrdLhrKX', '2026-05-06 03:43:04', '2026-05-06 04:21:23', NULL, NULL), (72, NULL, 'LB 2 (LANGGAM 2)', 'Store', '+639726846244', 'lb-2-langgam-2@example.com', '2026-05-06 03:43:04', '2026-05-06 03:43:04', 1, '$2y$10$dJQ4WLp.8Zp00PgVUGWfnuM8rQ9sNqL2mrDNMY8koL0vmpx4kHhVW', 225, NULL, NULL, NULL, NULL, NULL, 1, 1, 'wu7dleedx8', '2026-05-06 03:43:04', '2026-05-06 04:21:23', NULL, NULL), (73, NULL, 'BENITO', 'Store', '+639155216368', 'benito@example.com', '2026-05-06 03:43:04', '2026-05-06 03:43:04', 0, '$2y$10$g3pX0y2l8BYW8YnD4LGe8eY0DTxaNp.8mWacuGKyxJRuq5dWwb3yu', 228, NULL, NULL, NULL, NULL, NULL, 1, 1, 'Z7MQizSrVW', '2026-05-06 03:43:04', '2026-05-06 04:21:23', NULL, NULL), (74, NULL, 'LIPA', 'Store', '+639103304251', 'lipa@example.com', '2026-05-06 03:43:04', '2026-05-06 03:43:04', 0, '$2y$10$deM/bbidDAzJ2d4T2RqdA.VYDouevLtQyOTZQhW7mZdtrJ8KcGPMi', 231, NULL, NULL, NULL, NULL, NULL, 1, 1, 'nAwOZaGkb9', '2026-05-06 03:43:04', '2026-05-06 04:21:23', NULL, NULL), (75, NULL, 'UBL', 'Store', '+639933526765', 'ubl@example.com', '2026-05-06 03:43:04', '2026-05-06 03:43:04', 0, '$2y$10$4a8kzV8iNmwNAUhggcK7V.ojypnJignzfE2KmWYtC2JsAAES/GobS', 234, NULL, NULL, NULL, NULL, NULL, 1, 1, 'kBnVS4emdY', '2026-05-06 03:43:04', '2026-05-06 04:21:23', NULL, NULL), (76, NULL, 'CALENDOLA', 'Store', '+639426638373', 'calendola@example.com', '2026-05-06 03:43:04', '2026-05-06 03:43:04', 0, '$2y$10$QwS4MUrFM8zN/n1NPQcykueIuvKSKiuaNncChyvQNKxCDyxEqYzqO', 237, NULL, NULL, NULL, NULL, NULL, 1, 1, 'xWcNNDLnvR', '2026-05-06 03:43:04', '2026-05-06 04:21:23', NULL, NULL), (77, NULL, 'SAN FERNANDO', 'Store', '+639118523705', 'san-fernando@example.com', '2026-05-06 03:43:04', '2026-05-06 03:43:04', 1, '$2y$10$2IGU0J9oD663dIc9cyzHkOHtz5DuEg6vCQG0D3Eh5e4g22DKFjCCa', 240, NULL, NULL, NULL, NULL, NULL, 1, 1, '9yUqgi0OZq', '2026-05-06 03:43:05', '2026-05-06 04:21:23', NULL, NULL), (78, NULL, 'GEN TRI', 'Store', '+639250087117', 'gen-tri@example.com', '2026-05-06 03:43:05', '2026-05-06 03:43:05', 0, '$2y$10$LHJEiSgzJN/r70nfvGMQRuiibW2ut8NCzkYsG6cAu/6Disv0MOk5.', 243, NULL, NULL, NULL, NULL, NULL, 1, 1, 'msBWmIBBSi', '2026-05-06 03:43:05', '2026-05-06 04:21:23', NULL, NULL), (79, NULL, 'MAKATI', 'Store', '+639586111961', 'makati@example.com', '2026-05-06 03:43:05', '2026-05-06 03:43:05', 0, '$2y$10$6xl5zPZc6416lPfjAlmjKuKpzAWURE05RXSucrfLA6uOQ/Zhbgldm', 246, NULL, NULL, NULL, NULL, NULL, 1, 1, 'vcsHkRa463', '2026-05-06 03:43:05', '2026-05-06 04:21:23', NULL, NULL), (80, NULL, 'BALAGTAS', 'Store', '+639602918648', 'balagtas@example.com', '2026-05-06 03:43:05', '2026-05-06 03:43:05', 0, '$2y$10$eVoBG4Mp6AvK6YdQoiooHuw5p7abNxvd134ph/ASqVMj2nuvWnE.O', 249, NULL, NULL, NULL, NULL, NULL, 1, 1, 'LAWbqhMWey', '2026-05-06 03:43:05', '2026-05-06 04:21:23', NULL, NULL), (81, NULL, 'UB', 'Store', '+639487495899', 'ub@example.com', '2026-05-06 03:43:05', '2026-05-06 03:43:05', 1, '$2y$10$UEDqSmnrVgmPLuKoU.mdPedtgrJb1JiX.IgKfQwl4Y0VvFYj7A5Q6', 252, NULL, NULL, NULL, NULL, NULL, 1, 1, 'n7e0BN96mS', '2026-05-06 03:43:05', '2026-05-06 04:21:23', NULL, NULL), (82, NULL, 'NARRA', 'Store', '+639211272507', 'narra@example.com', '2026-05-06 03:43:05', '2026-05-06 03:43:05', 0, '$2y$10$tP6g5jc28I8aMCVivNCPBe1JfxQpXHmeOuo0qR08ikVkylrQQ4Pjq', 255, NULL, NULL, NULL, NULL, NULL, 1, 1, 'C4nG1JfwUJ', '2026-05-06 03:43:05', '2026-05-06 04:21:23', NULL, NULL), (83, NULL, 'LIBJO', 'Store', '+639780725533', 'libjo@example.com', '2026-05-06 03:43:05', '2026-05-06 03:43:05', 0, '$2y$10$xhreksVNTc3f6kBnptR5r.lgKgC4S1zMexM0xYQuvfnZLn.Ese5ii', 258, NULL, NULL, NULL, NULL, NULL, 1, 1, '7d8wktQ0HU', '2026-05-06 03:43:05', '2026-05-06 04:21:23', NULL, NULL), (84, NULL, 'ANGELES', 'Store', '+639744358009', 'angeles@example.com', '2026-05-06 03:43:06', '2026-05-06 03:43:06', 1, '$2y$10$iikkzxpTmSnkJcuPp3eYROsocSvTYJGR1JmTi4KdHG1WIBYljHkg.', 261, NULL, NULL, NULL, NULL, NULL, 1, 1, 'iM0OHVHPn8', '2026-05-06 03:43:06', '2026-05-06 04:21:23', NULL, NULL), (85, NULL, 'MALOLOS', 'Store', '+639678450871', 'malolos@example.com', '2026-05-06 03:43:06', '2026-05-06 03:43:06', 1, '$2y$10$ofiJX9sKxcENBwJQl6zaNujW6ewRWF7oV4ZY.P5UVa5HeZqY5OwKq', 264, NULL, NULL, NULL, NULL, NULL, 1, 1, '1j1qZOhYUE', '2026-05-06 03:43:06', '2026-05-06 04:21:23', NULL, NULL), (86, NULL, 'LAPU-LAPU', 'Store', '+639458870070', 'lapu-lapu@example.com', '2026-05-06 03:43:06', '2026-05-06 03:43:06', 0, '$2y$10$2nzqkILRUt60Wodp.WX3ZOMFTBqlJDBSdpTNtpQah35Syr/Glmg5G', 267, NULL, NULL, NULL, NULL, NULL, 1, 1, '287Ojd7QcH', '2026-05-06 03:43:06', '2026-05-06 04:21:23', NULL, NULL), (87, NULL, 'tester123', NULL, '9123547845', NULL, NULL, '2026-05-11 09:53:15', 1, '$2y$10$06eWU3KQPW2IGlsi2FTVX.klxqYGXMIW8NvQLVVFAfXrDk9IlYgaO', NULL, NULL, NULL, NULL, NULL, NULL, 1, 1, NULL, '2026-05-11 09:53:15', '2026-05-11 09:53:15', NULL, NULL), (88, NULL, 'tester56', NULL, '09999999999', 'test@yahoo.com', NULL, '2026-05-11 11:23:41', 1, '$2y$10$WQ4MOjwaC4TLS/R18WuuIOXJxDejoFus9muPp07cZWR5NdQhqkJle', NULL, NULL, NULL, NULL, NULL, NULL, 1, 1, NULL, '2026-05-11 11:23:41', '2026-05-11 11:23:41', NULL, NULL); -- -------------------------------------------------------- -- -- Table structure for table `variants` -- CREATE TABLE `variants` ( `id` bigint(20) UNSIGNED NOT NULL, `service_id` bigint(20) UNSIGNED NOT NULL, `store_id` bigint(20) UNSIGNED DEFAULT NULL, `name` varchar(255) NOT NULL, `slug` varchar(255) DEFAULT NULL, `name_bn` varchar(255) DEFAULT NULL, `position` int(11) DEFAULT NULL, `is_template` 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 `variants` -- INSERT INTO `variants` (`id`, `service_id`, `store_id`, `name`, `slug`, `name_bn`, `position`, `is_template`, `created_at`, `updated_at`) VALUES (112, 20, 1, 'Laundry Sevices', 'machines', NULL, 1, 0, '2026-04-26 02:47:37', '2026-04-28 10:23:51'), (113, 21, 1, 'Laundry Services', 'machines-1', NULL, 1, 0, '2026-04-26 02:47:37', '2026-04-28 10:24:07'), (114, 22, 1, 'Laundry Services', 'machines-2', NULL, 1, 0, '2026-04-26 02:47:37', '2026-04-28 10:24:15'), (115, 23, 1, 'Laundry Services', 'general', NULL, 1, 0, '2026-04-26 02:47:37', '2026-04-28 10:24:35'), (116, 24, 1, 'Laundry Services', 'garment-types', NULL, 1, 0, '2026-04-26 02:47:37', '2026-04-28 10:24:46'), (117, 20, 10, 'Laundry Sevices', 'machines-10', NULL, 1, 0, '2026-05-06 03:43:02', '2026-05-06 03:43:02'), (118, 21, 10, 'Laundry Services', 'machines-1-10', NULL, 1, 0, '2026-05-06 03:43:02', '2026-05-06 03:43:02'), (119, 22, 10, 'Laundry Services', 'machines-2-10', NULL, 1, 0, '2026-05-06 03:43:02', '2026-05-06 03:43:02'), (120, 23, 10, 'Laundry Services', 'general-10', NULL, 1, 0, '2026-05-06 03:43:02', '2026-05-06 03:43:02'), (121, 24, 10, 'Laundry Services', 'garment-types-10', NULL, 1, 0, '2026-05-06 03:43:02', '2026-05-06 03:43:02'), (122, 20, 11, 'Laundry Sevices', 'machines-11', NULL, 1, 0, '2026-05-06 03:43:02', '2026-05-06 03:43:02'), (123, 21, 11, 'Laundry Services', 'machines-1-11', NULL, 1, 0, '2026-05-06 03:43:02', '2026-05-06 03:43:02'), (124, 22, 11, 'Laundry Services', 'machines-2-11', NULL, 1, 0, '2026-05-06 03:43:02', '2026-05-06 03:43:02'), (125, 23, 11, 'Laundry Services', 'general-11', NULL, 1, 0, '2026-05-06 03:43:02', '2026-05-06 03:43:02'), (126, 24, 11, 'Laundry Services', 'garment-types-11', NULL, 1, 0, '2026-05-06 03:43:02', '2026-05-06 03:43:02'), (127, 20, 12, 'Laundry Sevices', 'machines-12', NULL, 1, 0, '2026-05-06 03:43:03', '2026-05-06 03:43:03'), (128, 21, 12, 'Laundry Services', 'machines-1-12', NULL, 1, 0, '2026-05-06 03:43:03', '2026-05-06 03:43:03'), (129, 22, 12, 'Laundry Services', 'machines-2-12', NULL, 1, 0, '2026-05-06 03:43:03', '2026-05-06 03:43:03'), (130, 23, 12, 'Laundry Services', 'general-12', NULL, 1, 0, '2026-05-06 03:43:03', '2026-05-06 03:43:03'), (131, 24, 12, 'Laundry Services', 'garment-types-12', NULL, 1, 0, '2026-05-06 03:43:03', '2026-05-06 03:43:03'), (132, 20, 13, 'Laundry Sevices', 'machines-13', NULL, 1, 0, '2026-05-06 03:43:03', '2026-05-06 03:43:03'), (133, 21, 13, 'Laundry Services', 'machines-1-13', NULL, 1, 0, '2026-05-06 03:43:03', '2026-05-06 03:43:03'), (134, 22, 13, 'Laundry Services', 'machines-2-13', NULL, 1, 0, '2026-05-06 03:43:03', '2026-05-06 03:43:03'), (135, 23, 13, 'Laundry Services', 'general-13', NULL, 1, 0, '2026-05-06 03:43:03', '2026-05-06 03:43:03'), (136, 24, 13, 'Laundry Services', 'garment-types-13', NULL, 1, 0, '2026-05-06 03:43:03', '2026-05-06 03:43:03'), (137, 20, 14, 'Laundry Sevices', 'machines-14', NULL, 1, 0, '2026-05-06 03:43:03', '2026-05-06 03:43:03'), (138, 21, 14, 'Laundry Services', 'machines-1-14', NULL, 1, 0, '2026-05-06 03:43:03', '2026-05-06 03:43:03'), (139, 22, 14, 'Laundry Services', 'machines-2-14', NULL, 1, 0, '2026-05-06 03:43:03', '2026-05-06 03:43:03'), (140, 23, 14, 'Laundry Services', 'general-14', NULL, 1, 0, '2026-05-06 03:43:03', '2026-05-06 03:43:03'), (141, 24, 14, 'Laundry Services', 'garment-types-14', NULL, 1, 0, '2026-05-06 03:43:03', '2026-05-06 03:43:03'), (142, 20, 15, 'Laundry Sevices', 'machines-15', NULL, 1, 0, '2026-05-06 03:43:03', '2026-05-06 03:43:03'), (143, 21, 15, 'Laundry Services', 'machines-1-15', NULL, 1, 0, '2026-05-06 03:43:03', '2026-05-06 03:43:03'), (144, 22, 15, 'Laundry Services', 'machines-2-15', NULL, 1, 0, '2026-05-06 03:43:03', '2026-05-06 03:43:03'), (145, 23, 15, 'Laundry Services', 'general-15', NULL, 1, 0, '2026-05-06 03:43:03', '2026-05-06 03:43:03'), (146, 24, 15, 'Laundry Services', 'garment-types-15', NULL, 1, 0, '2026-05-06 03:43:03', '2026-05-06 03:43:03'), (147, 20, 16, 'Laundry Sevices', 'machines-16', NULL, 1, 0, '2026-05-06 03:43:03', '2026-05-06 03:43:03'), (148, 21, 16, 'Laundry Services', 'machines-1-16', NULL, 1, 0, '2026-05-06 03:43:03', '2026-05-06 03:43:03'), (149, 22, 16, 'Laundry Services', 'machines-2-16', NULL, 1, 0, '2026-05-06 03:43:03', '2026-05-06 03:43:03'), (150, 23, 16, 'Laundry Services', 'general-16', NULL, 1, 0, '2026-05-06 03:43:03', '2026-05-06 03:43:03'), (151, 24, 16, 'Laundry Services', 'garment-types-16', NULL, 1, 0, '2026-05-06 03:43:03', '2026-05-06 03:43:03'), (152, 20, 17, 'Laundry Sevices', 'machines-17', NULL, 1, 0, '2026-05-06 03:43:03', '2026-05-06 03:43:03'), (153, 21, 17, 'Laundry Services', 'machines-1-17', NULL, 1, 0, '2026-05-06 03:43:03', '2026-05-06 03:43:03'), (154, 22, 17, 'Laundry Services', 'machines-2-17', NULL, 1, 0, '2026-05-06 03:43:03', '2026-05-06 03:43:03'), (155, 23, 17, 'Laundry Services', 'general-17', NULL, 1, 0, '2026-05-06 03:43:03', '2026-05-06 03:43:03'), (156, 24, 17, 'Laundry Services', 'garment-types-17', NULL, 1, 0, '2026-05-06 03:43:03', '2026-05-06 03:43:03'), (157, 20, 18, 'Laundry Sevices', 'machines-18', NULL, 1, 0, '2026-05-06 03:43:03', '2026-05-06 03:43:03'), (158, 21, 18, 'Laundry Services', 'machines-1-18', NULL, 1, 0, '2026-05-06 03:43:03', '2026-05-06 03:43:03'), (159, 22, 18, 'Laundry Services', 'machines-2-18', NULL, 1, 0, '2026-05-06 03:43:03', '2026-05-06 03:43:03'), (160, 23, 18, 'Laundry Services', 'general-18', NULL, 1, 0, '2026-05-06 03:43:03', '2026-05-06 03:43:03'), (161, 24, 18, 'Laundry Services', 'garment-types-18', NULL, 1, 0, '2026-05-06 03:43:03', '2026-05-06 03:43:03'), (162, 20, 19, 'Laundry Sevices', 'machines-19', NULL, 1, 0, '2026-05-06 03:43:04', '2026-05-06 03:43:04'), (163, 21, 19, 'Laundry Services', 'machines-1-19', NULL, 1, 0, '2026-05-06 03:43:04', '2026-05-06 03:43:04'), (164, 22, 19, 'Laundry Services', 'machines-2-19', NULL, 1, 0, '2026-05-06 03:43:04', '2026-05-06 03:43:04'), (165, 23, 19, 'Laundry Services', 'general-19', NULL, 1, 0, '2026-05-06 03:43:04', '2026-05-06 03:43:04'), (166, 24, 19, 'Laundry Services', 'garment-types-19', NULL, 1, 0, '2026-05-06 03:43:04', '2026-05-06 03:43:04'), (167, 20, 20, 'Laundry Sevices', 'machines-20', NULL, 1, 0, '2026-05-06 03:43:04', '2026-05-06 03:43:04'), (168, 21, 20, 'Laundry Services', 'machines-1-20', NULL, 1, 0, '2026-05-06 03:43:04', '2026-05-06 03:43:04'), (169, 22, 20, 'Laundry Services', 'machines-2-20', NULL, 1, 0, '2026-05-06 03:43:04', '2026-05-06 03:43:04'), (170, 23, 20, 'Laundry Services', 'general-20', NULL, 1, 0, '2026-05-06 03:43:04', '2026-05-06 03:43:04'), (171, 24, 20, 'Laundry Services', 'garment-types-20', NULL, 1, 0, '2026-05-06 03:43:04', '2026-05-06 03:43:04'), (172, 20, 21, 'Laundry Sevices', 'machines-21', NULL, 1, 0, '2026-05-06 03:43:04', '2026-05-06 03:43:04'), (173, 21, 21, 'Laundry Services', 'machines-1-21', NULL, 1, 0, '2026-05-06 03:43:04', '2026-05-06 03:43:04'), (174, 22, 21, 'Laundry Services', 'machines-2-21', NULL, 1, 0, '2026-05-06 03:43:04', '2026-05-06 03:43:04'), (175, 23, 21, 'Laundry Services', 'general-21', NULL, 1, 0, '2026-05-06 03:43:04', '2026-05-06 03:43:04'), (176, 24, 21, 'Laundry Services', 'garment-types-21', NULL, 1, 0, '2026-05-06 03:43:04', '2026-05-06 03:43:04'), (177, 20, 22, 'Laundry Sevices', 'machines-22', NULL, 1, 0, '2026-05-06 03:43:04', '2026-05-06 03:43:04'), (178, 21, 22, 'Laundry Services', 'machines-1-22', NULL, 1, 0, '2026-05-06 03:43:04', '2026-05-06 03:43:04'), (179, 22, 22, 'Laundry Services', 'machines-2-22', NULL, 1, 0, '2026-05-06 03:43:04', '2026-05-06 03:43:04'), (180, 23, 22, 'Laundry Services', 'general-22', NULL, 1, 0, '2026-05-06 03:43:04', '2026-05-06 03:43:04'), (181, 24, 22, 'Laundry Services', 'garment-types-22', NULL, 1, 0, '2026-05-06 03:43:04', '2026-05-06 03:43:04'), (182, 20, 23, 'Laundry Sevices', 'machines-23', NULL, 1, 0, '2026-05-06 03:43:04', '2026-05-06 03:43:04'), (183, 21, 23, 'Laundry Services', 'machines-1-23', NULL, 1, 0, '2026-05-06 03:43:04', '2026-05-06 03:43:04'), (184, 22, 23, 'Laundry Services', 'machines-2-23', NULL, 1, 0, '2026-05-06 03:43:04', '2026-05-06 03:43:04'), (185, 23, 23, 'Laundry Services', 'general-23', NULL, 1, 0, '2026-05-06 03:43:04', '2026-05-06 03:43:04'), (186, 24, 23, 'Laundry Services', 'garment-types-23', NULL, 1, 0, '2026-05-06 03:43:04', '2026-05-06 03:43:04'), (187, 20, 24, 'Laundry Sevices', 'machines-24', NULL, 1, 0, '2026-05-06 03:43:04', '2026-05-06 03:43:04'), (188, 21, 24, 'Laundry Services', 'machines-1-24', NULL, 1, 0, '2026-05-06 03:43:04', '2026-05-06 03:43:04'), (189, 22, 24, 'Laundry Services', 'machines-2-24', NULL, 1, 0, '2026-05-06 03:43:04', '2026-05-06 03:43:04'), (190, 23, 24, 'Laundry Services', 'general-24', NULL, 1, 0, '2026-05-06 03:43:04', '2026-05-06 03:43:04'), (191, 24, 24, 'Laundry Services', 'garment-types-24', NULL, 1, 0, '2026-05-06 03:43:04', '2026-05-06 03:43:04'), (192, 20, 25, 'Laundry Sevices', 'machines-25', NULL, 1, 0, '2026-05-06 03:43:04', '2026-05-06 03:43:04'), (193, 21, 25, 'Laundry Services', 'machines-1-25', NULL, 1, 0, '2026-05-06 03:43:04', '2026-05-06 03:43:04'), (194, 22, 25, 'Laundry Services', 'machines-2-25', NULL, 1, 0, '2026-05-06 03:43:04', '2026-05-06 03:43:04'), (195, 23, 25, 'Laundry Services', 'general-25', NULL, 1, 0, '2026-05-06 03:43:04', '2026-05-06 03:43:04'), (196, 24, 25, 'Laundry Services', 'garment-types-25', NULL, 1, 0, '2026-05-06 03:43:04', '2026-05-06 03:43:04'), (197, 20, 26, 'Laundry Sevices', 'machines-26', NULL, 1, 0, '2026-05-06 03:43:05', '2026-05-06 03:43:05'), (198, 21, 26, 'Laundry Services', 'machines-1-26', NULL, 1, 0, '2026-05-06 03:43:05', '2026-05-06 03:43:05'), (199, 22, 26, 'Laundry Services', 'machines-2-26', NULL, 1, 0, '2026-05-06 03:43:05', '2026-05-06 03:43:05'), (200, 23, 26, 'Laundry Services', 'general-26', NULL, 1, 0, '2026-05-06 03:43:05', '2026-05-06 03:43:05'), (201, 24, 26, 'Laundry Services', 'garment-types-26', NULL, 1, 0, '2026-05-06 03:43:05', '2026-05-06 03:43:05'), (202, 20, 27, 'Laundry Sevices', 'machines-27', NULL, 1, 0, '2026-05-06 03:43:05', '2026-05-06 03:43:05'), (203, 21, 27, 'Laundry Services', 'machines-1-27', NULL, 1, 0, '2026-05-06 03:43:05', '2026-05-06 03:43:05'), (204, 22, 27, 'Laundry Services', 'machines-2-27', NULL, 1, 0, '2026-05-06 03:43:05', '2026-05-06 03:43:05'), (205, 23, 27, 'Laundry Services', 'general-27', NULL, 1, 0, '2026-05-06 03:43:05', '2026-05-06 03:43:05'), (206, 24, 27, 'Laundry Services', 'garment-types-27', NULL, 1, 0, '2026-05-06 03:43:05', '2026-05-06 03:43:05'), (207, 20, 28, 'Laundry Sevices', 'machines-28', NULL, 1, 0, '2026-05-06 03:43:05', '2026-05-06 03:43:05'), (208, 21, 28, 'Laundry Services', 'machines-1-28', NULL, 1, 0, '2026-05-06 03:43:05', '2026-05-06 03:43:05'), (209, 22, 28, 'Laundry Services', 'machines-2-28', NULL, 1, 0, '2026-05-06 03:43:05', '2026-05-06 03:43:05'), (210, 23, 28, 'Laundry Services', 'general-28', NULL, 1, 0, '2026-05-06 03:43:05', '2026-05-06 03:43:05'), (211, 24, 28, 'Laundry Services', 'garment-types-28', NULL, 1, 0, '2026-05-06 03:43:05', '2026-05-06 03:43:05'), (212, 20, 29, 'Laundry Sevices', 'machines-29', NULL, 1, 0, '2026-05-06 03:43:05', '2026-05-06 03:43:05'), (213, 21, 29, 'Laundry Services', 'machines-1-29', NULL, 1, 0, '2026-05-06 03:43:05', '2026-05-06 03:43:05'), (214, 22, 29, 'Laundry Services', 'machines-2-29', NULL, 1, 0, '2026-05-06 03:43:05', '2026-05-06 03:43:05'), (215, 23, 29, 'Laundry Services', 'general-29', NULL, 1, 0, '2026-05-06 03:43:05', '2026-05-06 03:43:05'), (216, 24, 29, 'Laundry Services', 'garment-types-29', NULL, 1, 0, '2026-05-06 03:43:05', '2026-05-06 03:43:05'), (217, 20, 30, 'Laundry Sevices', 'machines-30', NULL, 1, 0, '2026-05-06 03:43:05', '2026-05-06 03:43:05'), (218, 21, 30, 'Laundry Services', 'machines-1-30', NULL, 1, 0, '2026-05-06 03:43:05', '2026-05-06 03:43:05'), (219, 22, 30, 'Laundry Services', 'machines-2-30', NULL, 1, 0, '2026-05-06 03:43:05', '2026-05-06 03:43:05'), (220, 23, 30, 'Laundry Services', 'general-30', NULL, 1, 0, '2026-05-06 03:43:05', '2026-05-06 03:43:05'), (221, 24, 30, 'Laundry Services', 'garment-types-30', NULL, 1, 0, '2026-05-06 03:43:05', '2026-05-06 03:43:05'), (222, 20, 31, 'Laundry Sevices', 'machines-31', NULL, 1, 0, '2026-05-06 03:43:05', '2026-05-06 03:43:05'), (223, 21, 31, 'Laundry Services', 'machines-1-31', NULL, 1, 0, '2026-05-06 03:43:05', '2026-05-06 03:43:05'), (224, 22, 31, 'Laundry Services', 'machines-2-31', NULL, 1, 0, '2026-05-06 03:43:05', '2026-05-06 03:43:05'), (225, 23, 31, 'Laundry Services', 'general-31', NULL, 1, 0, '2026-05-06 03:43:05', '2026-05-06 03:43:05'), (226, 24, 31, 'Laundry Services', 'garment-types-31', NULL, 1, 0, '2026-05-06 03:43:05', '2026-05-06 03:43:05'), (227, 20, 32, 'Laundry Sevices', 'machines-32', NULL, 1, 0, '2026-05-06 03:43:05', '2026-05-06 03:43:05'), (228, 21, 32, 'Laundry Services', 'machines-1-32', NULL, 1, 0, '2026-05-06 03:43:05', '2026-05-06 03:43:05'), (229, 22, 32, 'Laundry Services', 'machines-2-32', NULL, 1, 0, '2026-05-06 03:43:05', '2026-05-06 03:43:05'), (230, 23, 32, 'Laundry Services', 'general-32', NULL, 1, 0, '2026-05-06 03:43:05', '2026-05-06 03:43:05'), (231, 24, 32, 'Laundry Services', 'garment-types-32', NULL, 1, 0, '2026-05-06 03:43:05', '2026-05-06 03:43:05'), (232, 20, 33, 'Laundry Sevices', 'machines-33', NULL, 1, 0, '2026-05-06 03:43:06', '2026-05-06 03:43:06'), (233, 21, 33, 'Laundry Services', 'machines-1-33', NULL, 1, 0, '2026-05-06 03:43:06', '2026-05-06 03:43:06'), (234, 22, 33, 'Laundry Services', 'machines-2-33', NULL, 1, 0, '2026-05-06 03:43:06', '2026-05-06 03:43:06'), (235, 23, 33, 'Laundry Services', 'general-33', NULL, 1, 0, '2026-05-06 03:43:06', '2026-05-06 03:43:06'), (236, 24, 33, 'Laundry Services', 'garment-types-33', NULL, 1, 0, '2026-05-06 03:43:06', '2026-05-06 03:43:06'), (237, 20, 34, 'Laundry Sevices', 'machines-34', NULL, 1, 0, '2026-05-06 03:43:06', '2026-05-06 03:43:06'), (238, 21, 34, 'Laundry Services', 'machines-1-34', NULL, 1, 0, '2026-05-06 03:43:06', '2026-05-06 03:43:06'), (239, 22, 34, 'Laundry Services', 'machines-2-34', NULL, 1, 0, '2026-05-06 03:43:06', '2026-05-06 03:43:06'), (240, 23, 34, 'Laundry Services', 'general-34', NULL, 1, 0, '2026-05-06 03:43:06', '2026-05-06 03:43:06'), (241, 24, 34, 'Laundry Services', 'garment-types-34', NULL, 1, 0, '2026-05-06 03:43:06', '2026-05-06 03:43:06'), (242, 20, 35, 'Laundry Sevices', 'machines-35', NULL, 1, 0, '2026-05-06 03:43:06', '2026-05-06 03:43:06'), (243, 21, 35, 'Laundry Services', 'machines-1-35', NULL, 1, 0, '2026-05-06 03:43:06', '2026-05-06 03:43:06'), (244, 22, 35, 'Laundry Services', 'machines-2-35', NULL, 1, 0, '2026-05-06 03:43:06', '2026-05-06 03:43:06'), (245, 23, 35, 'Laundry Services', 'general-35', NULL, 1, 0, '2026-05-06 03:43:06', '2026-05-06 03:43:06'), (246, 24, 35, 'Laundry Services', 'garment-types-35', NULL, 1, 0, '2026-05-06 03:43:06', '2026-05-06 03:43:06'), (247, 25, NULL, 'Machines', 'machines-3', NULL, 1, 1, '2026-05-11 12:41:33', '2026-05-11 12:41:33'), (248, 26, NULL, 'Machines', 'machines-4', NULL, 1, 1, '2026-05-11 12:41:33', '2026-05-11 12:41:33'), (249, 27, NULL, 'Machines', 'machines-5', NULL, 1, 1, '2026-05-11 12:41:33', '2026-05-11 12:41:33'); -- -------------------------------------------------------- -- -- Table structure for table `verification_codes` -- CREATE TABLE `verification_codes` ( `id` bigint(20) UNSIGNED NOT NULL, `contact` varchar(255) NOT NULL, `otp` varchar(255) NOT NULL, `token` 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 `verification_codes` -- INSERT INTO `verification_codes` (`id`, `contact`, `otp`, `token`, `created_at`, `updated_at`) VALUES (1, '9085819328', '3821', '42227f0c90ddbef4a3c469f8d9e05a18d9bde0d556eb5ec8d572d91653032078', '2026-04-26 13:44:09', '2026-04-26 13:44:09'), (2, '9085819325', '8013', '917219de02e9f14d2c737adefcd4f0ae33918b1b66c3a3b6cd462bba489085d8', '2026-04-27 01:29:16', '2026-04-27 01:29:16'), (3, '9365422829', '7256', 'b09b6cf93352adf11fc2226bc868a8bf7767e8992a080da22730ee8a0832d950', '2026-04-27 19:49:34', '2026-04-27 19:49:34'), (4, '9702116547', '9834', '1e0d8de6e16b9669f92d2fa13941d3222983dce0533f70aeb184d6912282f865', '2026-04-28 13:50:14', '2026-04-28 13:50:14'), (5, '123456789', '3015', 'ad5ae9fa836ba83e4943a469b33d439684d639d22dbbac4fbaf01207f6680161', '2026-04-29 10:54:09', '2026-04-29 10:54:09'), (6, 'testing@gmail.com', '2923', '3b0f0e4ba8ff6e75eadfeb7ae169a0a4e7875a03ee4f9207699abde99c010a47', '2026-04-29 10:55:55', '2026-04-29 10:55:55'), (7, '9193185811', '2311', '6ccb3e5001359ddd484e264ce1f94b7fc71acf960db76c981e0b1335a8862264', '2026-04-29 11:24:32', '2026-04-29 11:24:32'), (8, 'testing21@gmail.com', '2287', 'a7a3089a3a90083b166a2b8d9a1a84816668e917f975f25c5bdf2bce32acf685', '2026-04-29 12:56:57', '2026-04-29 12:56:57'), (9, '9093345343', '6279', '11e13e602127341ee8a5457feafe089fd274fa3f5eb50adefb88266cb19d5377', '2026-04-29 13:16:14', '2026-04-29 13:16:14'), (10, 'tester@gmail.com', '3554', '105b3605b33207cff92eb0c1519b138e9c1211bc8c198cf65c20293731fc57f9', '2026-04-29 14:09:01', '2026-04-29 14:09:01'), (11, 'testers@gmail.com', '8640', 'b830e0957c52d34ad907deefa33b637b5f2e3f8ddd44d4dff8653c7268d558cd', '2026-04-29 15:29:00', '2026-04-29 15:29:00'), (12, '93453453', '1883', '9705d240b0ecbd82b993d6d2adeef0322065964ed35f91130eaa85070ac5a1f8', '2026-04-30 11:06:58', '2026-04-30 11:06:58'), (13, 'tester29@gmail.com', '7449', 'ed23cbacc6e5f5296b24502202869c94b4856a32dedf144c589f907efb4764d4', '2026-04-30 15:52:36', '2026-04-30 15:52:36'), (14, 'tester05@gmail.com', '5781', 'cb33dae83f8195392ea72c86cdbe8fe4cecef37582bba130c8115c78e16497f6', '2026-05-05 10:23:57', '2026-05-05 10:23:57'), (15, '9234234233', '6046', 'a9e9b1bcad080ae0e911590a82a8673016894c6d5b1500cdef0730787dc72c7b', '2026-05-05 15:14:25', '2026-05-05 15:14:25'), (16, '91223456789', '1556', '26b2cffae0309a42fbf54f5a7a63e632db893f7bddabcab582ae2add934abf7a', '2026-05-06 10:33:37', '2026-05-06 10:33:37'), (17, '9123547845', '2357', 'cbd5136ffa1deb8d440e9db1a7464472c6d82a4b5ee119e53d4af6c08256376f', '2026-05-11 09:53:15', '2026-05-11 09:53:15'), (18, 'test@yahoo.com', '4167', 'ee462aca474c06c923439839e7ef35217391016c7c0f8479457442ce5c3b2796', '2026-05-11 11:23:41', '2026-05-11 11:23:41'); -- -------------------------------------------------------- -- -- Table structure for table `wallets` -- CREATE TABLE `wallets` ( `id` bigint(20) UNSIGNED NOT NULL, `user_id` bigint(20) UNSIGNED NOT NULL, `amount` double 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 `wallets` -- INSERT INTO `wallets` (`id`, `user_id`, `amount`, `created_at`, `updated_at`) VALUES (1, 1, 0, '2026-04-25 12:03:13', '2026-04-25 12:03:13'), (2, 2, 0, '2026-04-25 12:03:13', '2026-04-25 12:03:13'), (3, 3, 820, '2026-04-25 12:03:13', '2026-05-05 16:03:09'), (4, 4, 0, '2026-04-25 12:03:13', '2026-04-25 12:03:13'), (5, 5, 22.98, '2026-04-25 12:03:13', '2026-04-25 12:03:13'), (6, 6, 78.19, '2026-04-25 12:03:13', '2026-04-25 12:03:13'), (7, 7, 52.14, '2026-04-25 12:03:14', '2026-04-25 12:03:14'), (8, 8, 41.61, '2026-04-25 12:03:14', '2026-04-25 12:03:14'), (9, 9, 72.35, '2026-04-25 12:03:14', '2026-04-25 12:03:14'), (10, 10, 13.79, '2026-04-25 12:03:14', '2026-04-25 12:03:14'), (11, 11, 78.86, '2026-04-25 12:03:14', '2026-04-25 12:03:14'), (12, 12, 98.17, '2026-04-25 12:03:14', '2026-04-25 12:03:14'), (13, 26, 0, '2026-04-27 21:19:29', '2026-04-27 21:19:29'), (14, 61, 92.35, '2026-05-06 03:43:02', '2026-05-06 03:43:02'), (15, 62, 99.18, '2026-05-06 03:43:02', '2026-05-06 03:43:02'), (16, 63, 61.78, '2026-05-06 03:43:02', '2026-05-06 03:43:02'), (17, 64, 38.14, '2026-05-06 03:43:03', '2026-05-06 03:43:03'), (18, 65, 97.82, '2026-05-06 03:43:03', '2026-05-06 03:43:03'), (19, 66, 77.34, '2026-05-06 03:43:03', '2026-05-06 03:43:03'), (20, 67, 97.07, '2026-05-06 03:43:03', '2026-05-06 03:43:03'), (21, 68, 17.96, '2026-05-06 03:43:03', '2026-05-06 03:43:03'), (22, 69, 29.51, '2026-05-06 03:43:03', '2026-05-06 03:43:03'), (23, 70, 89.63, '2026-05-06 03:43:04', '2026-05-06 03:43:04'), (24, 71, 93.84, '2026-05-06 03:43:04', '2026-05-06 03:43:04'), (25, 72, 55.11, '2026-05-06 03:43:04', '2026-05-06 03:43:04'), (26, 73, 13.35, '2026-05-06 03:43:04', '2026-05-06 03:43:04'), (27, 74, 53.38, '2026-05-06 03:43:04', '2026-05-06 03:43:04'), (28, 75, 47.19, '2026-05-06 03:43:04', '2026-05-06 03:43:04'), (29, 76, 22.86, '2026-05-06 03:43:04', '2026-05-06 03:43:04'), (30, 77, 76.6, '2026-05-06 03:43:05', '2026-05-06 03:43:05'), (31, 78, 55.92, '2026-05-06 03:43:05', '2026-05-06 03:43:05'), (32, 79, 82.76, '2026-05-06 03:43:05', '2026-05-06 03:43:05'), (33, 80, 78.45, '2026-05-06 03:43:05', '2026-05-06 03:43:05'), (34, 81, 10.23, '2026-05-06 03:43:05', '2026-05-06 03:43:05'), (35, 82, 27.94, '2026-05-06 03:43:05', '2026-05-06 03:43:05'), (36, 83, 66.86, '2026-05-06 03:43:05', '2026-05-06 03:43:05'), (37, 84, 91.3, '2026-05-06 03:43:06', '2026-05-06 03:43:06'), (38, 85, 43.1, '2026-05-06 03:43:06', '2026-05-06 03:43:06'), (39, 86, 87.58, '2026-05-06 03:43:06', '2026-05-06 03:43:06'); -- -------------------------------------------------------- -- -- Table structure for table `web_settings` -- CREATE TABLE `web_settings` ( `id` bigint(20) UNSIGNED NOT NULL, `key` varchar(255) NOT NULL, `value` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin 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 `web_settings` -- INSERT INTO `web_settings` (`id`, `key`, `value`, `created_at`, `updated_at`) VALUES (1, 'header', '{\"title\": \"Professional Laundry