-- phpMyAdmin SQL Dump
-- version 5.2.2
-- https://www.phpmyadmin.net/
--
-- Host: localhost:3306
-- Generation Time: Apr 03, 2026 at 04:11 AM
-- Server version: 10.6.24-MariaDB-cll-lve
-- PHP Version: 8.3.30

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

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

--
-- Table structure for table `accommodation`
--

CREATE TABLE `accommodation` (
  `id` int(11) NOT NULL,
  `uid` int(11) NOT NULL,
  `number_of_rooms` int(11) NOT NULL,
  `guest` text NOT NULL,
  `note` text NOT NULL,
  `link` varchar(255) NOT NULL,
  `booked_by` varchar(255) DEFAULT NULL,
  `created_at` timestamp NOT NULL DEFAULT current_timestamp(),
  `updated_at` timestamp NOT NULL DEFAULT current_timestamp() ON UPDATE current_timestamp()
) ENGINE=InnoDB DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci;

--
-- Dumping data for table `accommodation`
--

INSERT INTO `accommodation` (`id`, `uid`, `number_of_rooms`, `guest`, `note`, `link`, `booked_by`, `created_at`, `updated_at`) VALUES
(1, 23, 3, '[{\"name\":\"John Doe\"},{\"name\":\"Jane Smith\"}]', 'This is a sample note.', 'https://example.com/details', '', '2024-12-03 05:52:36', '2024-12-03 06:06:01'),
(25, 177, 66, '[{\"name\":\"888\"},{\"name\":\"55555\"},{\"name\":\"666\"},{\"name\":\"5555\"}]', 'ghy', 'hh', NULL, '2024-12-04 11:46:41', '2024-12-04 12:51:55'),
(26, 182, 10, '[{\"name\":\"2\"},{\"name\":\"2\"}]', 'Note .... Note', 'https://bookmyshow.in', NULL, '2025-04-14 12:08:24', '2025-04-14 12:09:00'),
(27, 182, 1212, '[{\"name\":\"2\"}]', 'fdgfdd', 'https://wedding.londontechequity.co.uk/', NULL, '2025-04-14 12:09:24', '2025-04-14 12:09:24'),
(28, 184, 20, '[{\"name\":\"ram\"},{\"name\":\"name\"}]', 'sdsdsd', 'dsdsds', NULL, '2025-04-16 07:12:26', '2025-04-16 07:12:26'),
(29, 161, 32220, '[{\"name\":\"RGRGRGRGRG\"}]', 'DSWDSDSDRGRGRG', 'https://wedding.londontechequity.co.uk/portal/accommodation_store/161', NULL, '2025-04-16 10:15:35', '2025-04-16 10:15:35'),
(30, 184, 25, '[{\"name\":\"Banga\"}]', 'adadasds', 'https://wedding.londontechequity.co.uk/portal/accommodation_store/184', NULL, '2025-04-16 10:22:08', '2025-04-16 10:22:08'),
(31, 185, 1, '[{\"name\":\"hirva\"}]', 'hello', 'abc', NULL, '2025-04-30 12:14:47', '2025-04-30 12:14:47'),
(37, 156, 2, '[{\"name\":\"d\"}]', 'sa', 'sa', NULL, '2026-03-10 06:23:40', '2026-03-10 06:23:40'),
(38, 192, 438, '[{\"name\":\"oi\"}]', 'Ex qui illum veniam', 'https://www.ratecezihu.com.au', NULL, '2026-03-10 06:57:10', '2026-03-10 06:57:10');

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

--
-- Table structure for table `booking`
--

CREATE TABLE `booking` (
  `id` int(11) NOT NULL,
  `uid` int(11) NOT NULL,
  `vid` int(11) NOT NULL,
  `description` text NOT NULL,
  `booking_date` date NOT NULL,
  `layout` text DEFAULT NULL,
  `created_at` datetime NOT NULL DEFAULT current_timestamp()
) ENGINE=MyISAM DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci;

--
-- Dumping data for table `booking`
--

INSERT INTO `booking` (`id`, `uid`, `vid`, `description`, `booking_date`, `layout`, `created_at`) VALUES
(1, 17, 126, 'asdafdsa,asfdasf', '2023-10-07', NULL, '2023-10-07 11:20:59'),
(2, 16, 126, 'asdafdsa,asfdasf', '2023-10-06', NULL, '2023-10-07 11:20:59'),
(3, 20, 126, 'asdafdsa,asfdasf', '2023-09-06', NULL, '2023-10-07 11:20:59');

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

--
-- Table structure for table `bookings`
--

CREATE TABLE `bookings` (
  `id` int(11) NOT NULL,
  `venue_id` int(11) DEFAULT 0,
  `supplier_id` int(11) DEFAULT NULL,
  `catg_id` int(11) DEFAULT NULL,
  `bride_groom_id` int(11) NOT NULL,
  `event_date` date NOT NULL,
  `due_date` varchar(255) NOT NULL,
  `invoice_no` varchar(255) NOT NULL,
  `guest_count` int(11) DEFAULT NULL,
  `contact_name` varchar(500) NOT NULL,
  `contact_email` varchar(255) NOT NULL,
  `contact_phone` varchar(255) NOT NULL,
  `services_info` text DEFAULT NULL,
  `inv_amt` int(11) NOT NULL,
  `additional_notes` text NOT NULL,
  `inv_file` varchar(255) DEFAULT NULL,
  `booking_status` int(11) NOT NULL COMMENT '1-Pending,2-Confirmed,3-Cancelled',
  `created_at` datetime NOT NULL DEFAULT current_timestamp()
) ENGINE=MyISAM DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci;

--
-- Dumping data for table `bookings`
--

INSERT INTO `bookings` (`id`, `venue_id`, `supplier_id`, `catg_id`, `bride_groom_id`, `event_date`, `due_date`, `invoice_no`, `guest_count`, `contact_name`, `contact_email`, `contact_phone`, `services_info`, `inv_amt`, `additional_notes`, `inv_file`, `booking_status`, `created_at`) VALUES
(1, 177, NULL, NULL, 15, '2023-10-18', '', 'F12345', 80, 'ram patel', 'ram@gmail.com', '123456', NULL, 0, 'asasas,asfadrs', 'https://wedding.fableadtechnolabs.com/portal/public/invoices/100811464604.png', 1, '2023-10-21 11:06:53'),
(3, 203, 268, NULL, 34, '2023-10-18', '', 'F12345', 80, 'ram patel', 'ram@gmail.com', '123456', NULL, 0, 'asasas,asfadrs', 'https://wedding.fableadtechnolabs.com/portal/public/invoices/100811464604.png', 1, '2023-10-21 11:06:53'),
(4, 98, NULL, NULL, 31, '2023-10-31', '2023-11-16', 'Invoice 4', NULL, 'Lerris', 'lae@gmail.com', '6615641645', '[{\"s_title\":\"Service 1 Title\",\"service_desc\":\"Service 1 Description\",\"s_price\":\"2500\"},{\"s_title\":\"Service 2 Title\",\"service_desc\":\"Service 2 Description\",\"s_price\":\"5022\"},{\"s_title\":\"Service 3 Title\",\"service_desc\":\"Service 3 Description\",\"s_price\":\"120\"}]', 7642, 'More Bookings Notes.....', 'https://wedding.fableadtechnolabs.com/portal/public/invoices/100811464604.png', 0, '2023-10-30 17:27:05'),
(5, 245, NULL, NULL, 45, '2023-11-07', '', 'Invoice 5', NULL, 'Max Walker', 'maxy@gmail.com', '4516488112', '[{\"s_title\":\"Service 1 Title\",\"service_desc\":\"Service 1 Description\",\"s_price\":\"500\"},{\"s_title\":\"Service 3 Title\",\"service_desc\":\"Service 3 TitlDescription\",\"s_price\":\"600\"}]', 6000, 'Booking Note :more Notes', 'https://wedding.fableadtechnolabs.com/portal/public/invoices/100811464604.png', 0, '2023-10-31 14:46:49'),
(6, 251, NULL, NULL, 45, '2023-11-09', '', 'Invoice 6', NULL, 'cont name', 'contname@gmail.com', '9894551544', '[{\"s_title\":\"Service 1 Title\",\"service_desc\":\"Service 1 Description\",\"s_price\":\"5250\"},{\"s_title\":\"Service 2 Title\",\"service_desc\":\"Service 2 Description\",\"s_price\":\"6520\"}]', 2500, 'More notes about......', 'https://wedding.fableadtechnolabs.com/portal/public/invoices/100811464604.png', 0, '2023-10-31 14:52:42'),
(8, 251, 251, 4, 45, '2023-10-24', '', 'Invoice 7', NULL, 'calcy', 'calcy@gmail.com', '86541346123', '[{\"s_title\":\"Service 1 Title\",\"service_desc\":\"Service 1 Description\",\"s_price\":\"2501\"},{\"s_title\":\"Service 2 Title\",\"service_desc\":\"Service 2 Description\",\"s_price\":\"2500\"}]', 5001, 'More info.......', 'https://wedding.fableadtechnolabs.com/portal/public/invoices/100811464604.png', 0, '2023-10-31 15:02:05'),
(9, 252, NULL, NULL, 51, '2023-01-20', '2023-02-26', 'Invoice 9', NULL, 'vijay', 'vijay22023@gmail.com', '9724825968', '[{\"s_title\":\"dfdf\",\"service_desc\":\"dfdfdf\",\"s_price\":\"2500\"}]', 5000, 'fdfdfdfdfdf', 'https://wedding.fableadtechnolabs.com/portal/public/invoices/100811464604.png', 0, '2023-11-02 13:06:39'),
(10, NULL, 256, 2, 51, '2024-09-12', '2026-01-12', 'Invoice 10', NULL, 'dsdsd', 'sdsdsdsddsd@gmail.com', '9724825968', '[{\"s_title\":\"sdsd\",\"service_desc\":\"sdsdsd\",\"s_price\":\"250\"}]', 1500, 'adsfsdfsdfsdfdsdsfdsf', 'https://wedding.fableadtechnolabs.com/portal/public/invoices/100811464604.png', 0, '2023-11-02 17:00:09'),
(11, NULL, 269, 1, 52, '2023-11-12', '2023-11-25', 'Invoice 11', NULL, 'Book name', 'book@gmail.com', '88765694168', '[{\"s_title\":\"Menu 1\",\"service_desc\":\"fdh ,gdfb  xvtrnjn,yrb   fgurghdshhd\",\"s_price\":\"3000\"},{\"s_title\":\"Menu 2\",\"service_desc\":\"gethfgn,tyhhfgbsfdz,yhrthr\",\"s_price\":\"2000\"}]', 5000, 'fhryfyj grtthbxc jj,ghshdgiufgbsjvvbuvv ,uisvkbsuigvuuf fffv,dgbvg78sgjsb', 'https://wedding.fableadtechnolabs.com/portal/public/invoices/100811464604.png', 0, '2023-11-03 10:24:45'),
(12, 252, NULL, NULL, 51, '2023-07-12', '2023-07-24', 'Invoice 12', NULL, 'lll', 'll@gmail.com', '451211323232', '[{\"s_title\":\"asfdsfdf\",\"service_desc\":\"gfhfghfghfghfh\",\"s_price\":\"1500\"}]', 2000, 'fghfghfghfghfghfghfghf', 'https://wedding.fableadtechnolabs.com/portal/public/invoices/100811464604.png', 0, '2023-11-03 11:41:53'),
(13, 98, NULL, NULL, 15, '2023-11-15', '2023-11-18', 'Invoice 13', NULL, 'solo', 'solowm@gmail.com', '1234567894', '[{\"s_title\":\"Service 1 Title\",\"service_desc\":\"Description \",\"s_price\":\"500\"}]', 4500, 'hfgh bbdhf bfghv rh fhgfb vbg gh cbgfngf  gfhhfgbvchhgn g', 'https://wedding.fableadtechnolabs.com/portal/public/invoices/100811464604.png', 0, '2023-11-03 15:56:17'),
(14, 0, 269, 1, 53, '2023-11-12', '2023-11-20', 'Invoice 14', NULL, 'Booking Name', 'bookemail@gmail.com', '6615641645', '[{\"s_title\":\"Service 1 Title\",\"service_desc\":\"fdsgtdhdb\",\"s_price\":\"6000\"},{\"s_title\":\"Service 2 Title\",\"service_desc\":\"Service 2 Description \",\"s_price\":\"12000\"},{\"s_title\":\"Service 3 Title\",\"service_desc\":\"Service 3 Description\",\"s_price\":\"18000\"},{\"s_title\":\"Service 4 Title\",\"service_desc\":\"Service 4 Description\",\"s_price\":\"6000\"}]', 42000, 'frtjukhm cvhgm fgjkhh bdfgfdghjfn  dvnhhgmfvc cv fng\r\nhdsfd   vbn\\\\\r\nfdggb g \r\nj  fgjjhgmk', 'https://wedding.fableadtechnolabs.com/portal/public/invoices/100811464604.png', 0, '2023-11-06 17:37:10'),
(15, 0, 104, 2, 23, '2023-10-24', '2023-11-15', 'Invoice 15', NULL, 'Raghav', 'raghav@gmail.com', '856132165120', '[{\"s_title\":\"Service 1 Title\",\"service_desc\":\"Service 1 Description\",\"s_price\":\"10000\"},{\"s_title\":\"Service 2 Title\",\"service_desc\":\"Service 2 Description\",\"s_price\":\"14999\"}]', 24999, 'Candid at its best you don`t even know when he takes your picture you are laughing dancing wearing good clothes and he is taking your pictures and capturing those moments into your memories and his camera. virali had hired him with the very reasonable amount and that to was an amazing moment got captured in his camera.', 'https://wedding.fableadtechnolabs.com/portal/public/invoices/100811464604.png', 0, '2023-11-07 17:29:06'),
(16, 0, 314, 2, 59, '2023-11-25', '2023-11-30', 'Invoice 16', NULL, 'Olivia Narcos', 'olivia@gmail.com', '66661561964', '[{\"s_title\":\"Style Consultation\",\"service_desc\":\"Style Consultation\",\"s_price\":\"500\"},{\"s_title\":\"Printed Album\",\"service_desc\":\"Printed Album\",\"s_price\":\"500\"},{\"s_title\":\"Digital Album\",\"service_desc\":\"Digital Album\",\"s_price\":\"600\"},{\"s_title\":\"After-Party Photographs\",\"service_desc\":\"After-Party Photographs\",\"s_price\":\"200\"},{\"s_title\":\"Professional Retouching\",\"service_desc\":\"Professional Retouching\",\"s_price\":\"200\"}]', 2800, 'rfthjfydhv fghgcdv gdghdbxv ffhhd xcgrtb x\r\nfhsdfkff 100', 'https://wedding.fableadtechnolabs.com/portal/public/invoices/100811464604.png', 0, '2023-11-08 12:15:13'),
(17, 0, 315, 4, 59, '2023-11-25', '2023-11-30', 'Invoice 17', NULL, 'Olivia', 'olivia@gmail.com', '9866216152', '[{\"s_title\":\"Service 1\",\"service_desc\":\"Service 1 Description\",\"s_price\":\"50\"},{\"s_title\":\"Service 2\",\"service_desc\":\"Service 2 Description\",\"s_price\":\"450\"}]', 500, 'Booking Note Informations', '', 0, '2023-11-08 16:10:48');

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

--
-- Table structure for table `bride_groom`
--

CREATE TABLE `bride_groom` (
  `id` int(11) NOT NULL,
  `vid` int(11) NOT NULL,
  `BrideName` varchar(200) DEFAULT NULL,
  `GroomName` varchar(200) DEFAULT NULL,
  `FunctionDate` date NOT NULL,
  `profile_img` varchar(255) DEFAULT NULL,
  `Email` varchar(100) NOT NULL,
  `Password` varchar(100) NOT NULL,
  `phone` varchar(255) DEFAULT NULL,
  `address` varchar(500) DEFAULT NULL,
  `forgot_pass_key` text DEFAULT NULL,
  `budget` varchar(255) NOT NULL DEFAULT '0',
  `final_cost` varchar(255) NOT NULL DEFAULT '0',
  `Created_at` timestamp NOT NULL DEFAULT current_timestamp()
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci;

--
-- Dumping data for table `bride_groom`
--

INSERT INTO `bride_groom` (`id`, `vid`, `BrideName`, `GroomName`, `FunctionDate`, `profile_img`, `Email`, `Password`, `phone`, `address`, `forgot_pass_key`, `budget`, `final_cost`, `Created_at`) VALUES
(111, 399, 'ewrwe', 'ewef', '2024-03-21', '1732696268_7dc4859fb2a0f873da8e.jpg', 'tuc@gmail.com', '827ccb0eea8a706c4c34a16891f84e7b', '6353375103', 'sura', NULL, '0', '0', '2024-03-01 10:33:00'),
(112, 399, 'ewrfrwef', 'rewfrfrf', '2024-03-22', NULL, 'abc1@gmail.com', '23fc4cba066f390a8cc729c7592b6ee8', NULL, NULL, NULL, '0', '0', '2024-03-01 11:21:58'),
(113, 399, 'opl', 'oplf', '2024-04-03', NULL, 'abc2@gmail.com', '3aa72fc7a46bca8f1b5a6941279a4480', NULL, NULL, NULL, '0', '0', '2024-03-01 11:45:17'),
(114, 399, '110', '120', '2024-03-19', NULL, 'abcde@gmail.com', '827ccb0eea8a706c4c34a16891f84e7b', NULL, NULL, NULL, '0', '0', '2024-03-01 11:53:36'),
(115, 284, 'jetha', 'jethi', '2024-02-09', '1709641235_001a7e3b3e094e4e6881.jpg', 'lion@gmail.com', '827ccb0eea8a706c4c34a16891f84e7b', '78412457', 'surat', NULL, '0', '0', '2024-03-02 04:34:19'),
(121, 426, 'Raja', 'Rani', '2024-03-21', '1709624454_731e2c7e27d3cc8e3a8b.jpg', 'rani@gmail.com', '827ccb0eea8a706c4c34a16891f84e7b', '254355', 'kameej,gujrat,', NULL, '40', '0', '2024-03-05 07:18:53'),
(123, 428, 'tyujtyuyutyt', 'yutyu', '2024-03-29', NULL, 'nio@gmail.com', '827ccb0eea8a706c4c34a16891f84e7b', NULL, NULL, NULL, '0', '0', '2024-03-05 09:26:05'),
(128, 436, 'chako', 'chaki', '2024-03-30', NULL, 'xx@gmail.com', 'e10adc3949ba59abbe56e057f20f883e', NULL, NULL, NULL, '0', '0', '2024-03-06 06:27:40'),
(136, 497, 'Arya', 'Arya 2', '2024-04-16', NULL, 'wedding1@gmail.com', '81dc9bdb52d04dc20036dbd8313ed055', NULL, NULL, NULL, '0', '0', '2024-04-11 09:36:00'),
(138, 501, 'ram', 'bhabhi', '2024-05-01', NULL, 'ramli@gmail.com', '202cb962ac59075b964b07152d234b70', NULL, NULL, NULL, '0', '0', '2024-04-12 07:50:36'),
(150, 525, 'Megan Glover', 'Donna Hester', '2011-01-17', NULL, 'masysuko', 'f3ed11bbdb94fd9ebdefbaf646ab94d3', NULL, NULL, NULL, '0', '0', '2024-09-23 12:24:08'),
(151, 525, 'harsh', 'harsh', '1985-10-26', NULL, 'harsing@123gmail.com', '827ccb0eea8a706c4c34a16891f84e7b', NULL, NULL, NULL, '0', '0', '2024-09-23 12:31:50'),
(153, 525, 'harsh', 'abc', '2024-09-28', NULL, 'abc@gmail.com', 'af66f957bf8659831cd9a14a3a6cbe99', NULL, NULL, NULL, '0', '0', '2024-09-25 07:01:24'),
(156, 98, 'laswell', 'Rani', '2024-10-09', NULL, 'arunfablead@gmail.com', 'e10adc3949ba59abbe56e057f20f883e', NULL, NULL, 'azy4s83nBdMXFmOC7ghVSLpP5EUjJ6iv0bkNt1IHKWrfAeQx9DoGqRYc', '0', '0', '2024-10-07 12:44:37'),
(158, 528, 'Ajay', 'Kajal', '2024-10-21', '1729600619_e86bfbcf75bff2af909e.jpg', 'ram1@gmail.com', '827ccb0eea8a706c4c34a16891f84e7b', '63533751402', 'Surat', NULL, '10000', '0', '2024-10-21 10:53:35'),
(159, 535, 'Neha', 'Nikesh', '2024-10-31', NULL, 'nikesh@gmail.com', '81dc9bdb52d04dc20036dbd8313ed055', NULL, NULL, NULL, '0', '0', '2024-10-24 03:36:33'),
(160, 98, 'Jaya', 'Mahek', '2024-10-25', NULL, 'anjanadmiko1@gmail.com', 'e10adc3949ba59abbe56e057f20f883e', NULL, NULL, 'UsPCIj1aYOE9yDFG', '0', '0', '2024-10-24 09:21:58'),
(161, 98, 'Kavya', 'Karan', '2024-10-26', NULL, 'anjanadmiko121@gmail.com', 'e10adc3949ba59abbe56e057f20f883e', NULL, NULL, NULL, '0', '0', '2024-10-24 09:32:25'),
(162, 98, 'Maya', 'Mohan', '2024-10-27', NULL, 'anjanadmiko120@gmail.com', 'e10adc3949ba59abbe56e057f20f883e', NULL, NULL, NULL, '0', '0', '2024-10-24 09:35:07'),
(165, 537, 'Ahinsha', 'Sanket', '2024-10-27', NULL, 'jarvish.test@gmail.com', 'e10adc3949ba59abbe56e057f20f883e', NULL, NULL, NULL, '0', '0', '2024-10-26 07:07:45'),
(167, 537, 'g', 'h', '2024-10-27', NULL, 'jarvish@gmail.com', 'e10adc3949ba59abbe56e057f20f883e', NULL, NULL, NULL, '0', '0', '2024-10-26 08:07:41'),
(168, 535, NULL, NULL, '2024-11-14', NULL, 'priya@ey.come', 'a2c5c9295ae7adf799fdd1eff05dc64c', NULL, NULL, NULL, '0', '0', '2024-10-26 10:53:38'),
(169, 537, 'e', 'f', '2024-10-31', NULL, 'krish.fablead@gmail.com', 'e10adc3949ba59abbe56e057f20f883e', NULL, NULL, NULL, '0', '0', '2024-10-28 11:13:24'),
(170, 537, 'c', 'd', '2024-11-01', NULL, 'chahal@gmail.com', '25d55ad283aa400af464c76d713c07ad', NULL, NULL, NULL, '0', '0', '2024-10-28 12:29:55'),
(171, 537, 'Female', 'Male', '2024-10-29', NULL, 'chandu@gmail.com', 'e10adc3949ba59abbe56e057f20f883e', NULL, NULL, NULL, '0', '0', '2024-10-29 11:36:20'),
(172, 537, 'a', 'b', '2024-11-13', NULL, 'venue.name@gmail.com', '25d55ad283aa400af464c76d713c07ad', NULL, NULL, NULL, '0', '0', '2024-11-13 05:56:15'),
(173, 535, 'Neha', 'Nikesh', '2024-11-30', NULL, 'testing@gmail.com', '25d55ad283aa400af464c76d713c07ad', NULL, NULL, NULL, '0', '0', '2024-11-25 11:30:21'),
(174, 98, 'baki', 'bako', '2024-11-27', '1732795753_b92081acd9eec3243062.jpg', 'new@gmail.com', '81dc9bdb52d04dc20036dbd8313ed055', '6353375103', 'Surat', NULL, '0', '0', '2024-11-27 09:27:00'),
(175, 537, 'Kiran', 'Arya', '2024-11-28', NULL, 'app.user@gmail.com', 'e10adc3949ba59abbe56e057f20f883e', NULL, NULL, NULL, '0', '0', '2024-11-27 11:09:31'),
(176, 537, 'Kiran', 'Arya', '2024-11-28', NULL, 'app.user@gmail.com', 'e10adc3949ba59abbe56e057f20f883e', NULL, NULL, NULL, '0', '0', '2024-11-27 11:09:31'),
(177, 98, 'Syra', 'Micky', '2024-12-06', '1732859768_05195bbd6316f47822a3.jpg', 'anjanadmiko12@gmail.com', '25d55ad283aa400af464c76d713c07ad', '886644248', 'Abc addressed', NULL, '670000', '0', '2024-11-29 05:49:12'),
(178, 98, NULL, NULL, '2024-12-04', NULL, 'tedudotoqy@mailinator.com', '827ccb0eea8a706c4c34a16891f84e7b', NULL, NULL, NULL, '0', '0', '2024-11-30 06:37:49'),
(179, 98, NULL, NULL, '2024-12-06', NULL, 'Tallulah@mailinator.com', '827ccb0eea8a706c4c34a16891f84e7b', NULL, NULL, NULL, '0', '0', '2024-11-30 06:39:17'),
(180, 535, 'Neha', 'Akhil', '2025-05-15', NULL, 'neha.a305@gmail.com', '81dc9bdb52d04dc20036dbd8313ed055', NULL, NULL, NULL, '0', '0', '2025-03-12 10:50:10'),
(181, 558, NULL, NULL, '2025-04-24', NULL, 'portal@gmail.com', 'e10adc3949ba59abbe56e057f20f883e', NULL, NULL, NULL, '0', '0', '2025-04-14 10:13:23'),
(182, 98, NULL, NULL, '2025-04-15', NULL, 'jayesh@gmail.com', 'e10adc3949ba59abbe56e057f20f883e', NULL, NULL, NULL, '0', '0', '2025-04-14 11:59:13'),
(183, 98, NULL, NULL, '2010-01-09', NULL, 'pqr@gmail.com', 'e10adc3949ba59abbe56e057f20f883e', NULL, NULL, NULL, '0', '0', '2025-04-14 12:24:19'),
(184, 98, 'Vadodara', 'Hiren', '2025-04-24', '1744794807_92496714ec9d5194d77f.jpg', 'ramlo@gmail.com', 'e10adc3949ba59abbe56e057f20f883e', '6353375103', 'surat', NULL, '0', '0', '2025-04-16 06:52:57'),
(185, 98, NULL, NULL, '2025-05-10', NULL, 'komal@gmail.com', 'e10adc3949ba59abbe56e057f20f883e', NULL, NULL, NULL, '0', '0', '2025-04-30 11:57:21'),
(186, 98, NULL, NULL, '2025-05-24', NULL, 'hirva@gmail.com', 'e10adc3949ba59abbe56e057f20f883e', NULL, NULL, NULL, '0', '0', '2025-05-01 05:48:49'),
(187, 98, NULL, NULL, '2025-05-31', NULL, 'nita@gmail.com', 'e10adc3949ba59abbe56e057f20f883e', NULL, NULL, NULL, '0', '0', '2025-05-05 09:53:23'),
(188, 98, 'janal', 'kajal', '2025-05-30', NULL, 'kavi@gmail.com', 'e10adc3949ba59abbe56e057f20f883e', NULL, NULL, NULL, '0', '0', '2025-05-05 12:20:42'),
(189, 564, 'teju', 'tejas', '2026-03-05', NULL, 'test001@gmail.com', 'fcea920f7412b5da7be0cf42b8c93759', '9658471236', 'surat', NULL, '4999', '0', '2026-03-05 12:23:34'),
(190, 564, NULL, NULL, '2026-03-10', NULL, 'test001@gmail.com', 'e10adc3949ba59abbe56e057f20f883e', NULL, NULL, NULL, '0', '0', '2026-03-06 05:46:37'),
(191, 566, NULL, NULL, '2005-11-21', NULL, 'xubyjavo', 'f3ed11bbdb94fd9ebdefbaf646ab94d3', NULL, NULL, NULL, '0', '0', '2026-03-10 06:36:25'),
(192, 566, 'dvd', 'dvd', '2010-08-06', NULL, 'test002@gmail.com', 'e10adc3949ba59abbe56e057f20f883e', NULL, NULL, NULL, 'v', '0', '2026-03-10 06:37:56'),
(195, 568, NULL, NULL, '2026-03-12', NULL, 'haresh.fablead@gmail.com', 'e10adc3949ba59abbe56e057f20f883e', NULL, NULL, 'I0g2QGfCUlqpxV3RSesy48urZnP7vJ9OTDtLAojhdNMK5iBzcbWmE6wH', '0', '0', '2026-03-12 09:27:26');

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

--
-- Table structure for table `bride_groom_accommodation`
--

CREATE TABLE `bride_groom_accommodation` (
  `accommodation_id` int(11) NOT NULL,
  `bride_groom_id` int(11) NOT NULL,
  `b_name` varchar(255) NOT NULL,
  `guest_ids` text NOT NULL,
  `number_of_nights` int(11) NOT NULL,
  `room_category` varchar(255) NOT NULL,
  `accommodation_cost` varchar(255) NOT NULL,
  `check_in_date` date NOT NULL,
  `check_out_date` date NOT NULL,
  `booking_date` date NOT NULL,
  `accommodation_link` text NOT NULL,
  `created_at` timestamp NOT NULL DEFAULT current_timestamp() ON UPDATE current_timestamp(),
  `updated_at` timestamp NOT NULL DEFAULT '0000-00-00 00:00:00' ON UPDATE current_timestamp()
) ENGINE=MyISAM DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci;

--
-- Dumping data for table `bride_groom_accommodation`
--

INSERT INTO `bride_groom_accommodation` (`accommodation_id`, `bride_groom_id`, `b_name`, `guest_ids`, `number_of_nights`, `room_category`, `accommodation_cost`, `check_in_date`, `check_out_date`, `booking_date`, `accommodation_link`, `created_at`, `updated_at`) VALUES
(4, 57, 'James', '84', 2, 'Delux', '2000', '2023-11-25', '2023-11-28', '2023-11-24', 'https://ab.com', '2024-01-05 10:17:59', '2024-01-05 10:17:59'),
(2, 57, 'Olivia', '83', 4, 'Luxury', '20000', '2023-11-24', '2023-11-26', '2023-11-24', 'https://ab.com', '2024-01-05 10:18:21', '2024-01-05 10:18:21'),
(5, 23, 'Jamesd', '24', 1, 'Luxury', '500', '2023-12-02', '2023-12-10', '2024-01-11', 'https://ab.com', '2024-01-11 05:27:35', '2024-01-11 05:27:35'),
(9, 51, 'asas', '46', 2, 'asas', '200', '2024-01-23', '2024-01-30', '2024-01-10', 'asasas.com', '2024-01-10 11:52:17', '0000-00-00 00:00:00'),
(10, 51, 'asas', '49', 1, 'asas', '200', '2024-01-15', '2024-02-05', '2024-01-11', 'asasas.com', '2024-01-11 05:27:26', '0000-00-00 00:00:00');

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

--
-- Table structure for table `bride_groom_budget`
--

CREATE TABLE `bride_groom_budget` (
  `id` int(11) NOT NULL,
  `uid` int(11) NOT NULL,
  `category_id` int(11) NOT NULL,
  `supplier_id` int(11) NOT NULL,
  `estimate_cost` int(11) NOT NULL,
  `booking_cost` int(11) NOT NULL,
  `note` text DEFAULT NULL,
  `created_at` timestamp NOT NULL DEFAULT current_timestamp()
) ENGINE=MyISAM DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci;

--
-- Dumping data for table `bride_groom_budget`
--

INSERT INTO `bride_groom_budget` (`id`, `uid`, `category_id`, `supplier_id`, `estimate_cost`, `booking_cost`, `note`, `created_at`) VALUES
(7, 17, 1, 191, 2, 0, NULL, '2023-10-20 11:46:24'),
(6, 17, 1, 191, 2, 0, NULL, '2023-10-20 11:00:40'),
(8, 17, 1, 191, 2, 0, NULL, '2023-10-20 12:34:50'),
(27, 26, 2, 192, 100, 0, NULL, '2023-10-25 09:59:42'),
(25, 23, 1, 197, 0, 0, NULL, '2023-10-25 09:20:30'),
(20, 23, 3, 191, 42342, 0, NULL, '2023-10-21 06:24:08'),
(19, 23, 3, 180, 250, 0, NULL, '2023-10-21 06:16:20'),
(22, 23, 3, 193, 250, 0, NULL, '2023-10-23 07:41:31'),
(26, 26, 2, 191, 3, 0, NULL, '2023-10-25 09:57:01'),
(28, 28, 1, 191, 2, 0, NULL, '2023-10-25 10:40:46'),
(29, 29, 1, 197, 0, 0, NULL, '2023-10-25 11:14:53'),
(30, 31, 1, 191, 2, 0, NULL, '2023-10-25 11:18:13'),
(32, 32, 2, 201, 250, 0, NULL, '2023-10-26 06:54:59'),
(33, 37, 4, 214, 50, 0, NULL, '2023-10-26 09:53:35'),
(34, 52, 1, 269, 0, 0, NULL, '2023-11-03 04:46:21'),
(35, 59, 2, 314, 0, 0, NULL, '2023-11-08 06:05:37'),
(36, 16, 4, 102, 0, 0, NULL, '2024-01-10 11:10:38'),
(37, 17, 3, 191, 0, 0, NULL, '2024-03-05 11:23:06'),
(38, 17, 3, 191, 0, 0, NULL, '2024-03-07 06:18:56'),
(39, 17, 3, 191, 0, 0, NULL, '2024-03-07 06:23:29');

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

--
-- Table structure for table `bride_groom_checklist`
--

CREATE TABLE `bride_groom_checklist` (
  `id` int(11) NOT NULL,
  `uid` int(11) NOT NULL COMMENT 'UserID - bride_groom',
  `type` int(11) NOT NULL DEFAULT 1 COMMENT '1-CheckList,2 -Meetings',
  `task_title` text DEFAULT NULL,
  `place_type` int(11) DEFAULT NULL,
  `place_name` varchar(255) DEFAULT NULL,
  `place_data` text DEFAULT NULL,
  `task_desc` text NOT NULL,
  `time_type` int(11) DEFAULT NULL,
  `category` varchar(255) NOT NULL COMMENT 'event task,wedding day task,sangeet task',
  `status` int(11) DEFAULT NULL COMMENT '1- completed, 0-pending',
  `start_time` varchar(255) NOT NULL,
  `end_time` varchar(255) NOT NULL,
  `is_completed` int(11) NOT NULL,
  `teammenber` int(11) DEFAULT NULL,
  `event_id` int(11) DEFAULT NULL,
  `created_at` datetime NOT NULL DEFAULT current_timestamp()
) ENGINE=MyISAM DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci;

--
-- Dumping data for table `bride_groom_checklist`
--

INSERT INTO `bride_groom_checklist` (`id`, `uid`, `type`, `task_title`, `place_type`, `place_name`, `place_data`, `task_desc`, `time_type`, `category`, `status`, `start_time`, `end_time`, `is_completed`, `teammenber`, `event_id`, `created_at`) VALUES
(40, 17, 1, 'test', NULL, NULL, '', 'rfeerrewrwrwe', NULL, 'eweqeqweqw', NULL, '2023-10-25', '25/10/2023', 1, NULL, NULL, '2023-10-18 17:57:05'),
(38, 17, 1, 'test', NULL, NULL, '', 'rfeerrewrwrwe', NULL, 'eweqeqweqw', NULL, '18/10/2023', '18/10/2023', 1, NULL, NULL, '2023-10-18 17:55:58'),
(37, 17, 1, 'test', NULL, NULL, '', 'rfeerrewrwrwe', NULL, 'eweqeqweqw', NULL, '18/10/2023', '18/10/2023', 1, NULL, NULL, '2023-10-18 17:09:18'),
(5, 17, 1, 'New To Do OK', NULL, NULL, '', 'OK, What New To Do.', NULL, 'Wedding Day', NULL, '2023-10-13', '2023-10-16', 1, NULL, NULL, '2023-10-12 10:22:55'),
(6, 17, 1, 'add new task', NULL, NULL, '', 'new task for added', NULL, 'wedding', NULL, '2023-10-19', '2023-10-21', 1, NULL, NULL, '2023-10-13 16:03:28'),
(7, 17, 1, 'my task fo  weddng', NULL, NULL, '', 'wedding event', NULL, 'test', NULL, '2023-10-20', '2023-10-28', 1, NULL, NULL, '2023-10-17 12:13:39'),
(8, 17, 1, 'task 1', NULL, NULL, '', 'teak desscritio 1', NULL, 'fsdsdfs', NULL, '2023-10-17', '2023-10-17', 1, NULL, NULL, '2023-10-17 12:16:31'),
(9, 17, 1, 'task2', NULL, NULL, '', 'Good', NULL, 'FIne', NULL, '2023-10-19', '2023-10-31', 1, NULL, NULL, '2023-10-17 12:26:21'),
(10, 17, 1, 'yo yo', NULL, NULL, '', 'yoyo', NULL, 'hahha', NULL, '2023-10-17', '2023-10-31', 1, NULL, NULL, '2023-10-17 12:27:32'),
(11, 17, 1, 'oyo', NULL, NULL, '', 'hotel good', NULL, 'hotel', NULL, '2023-10-17', '2023-10-17', 1, NULL, NULL, '2023-10-17 12:28:19'),
(12, 17, 1, 'ice', NULL, NULL, '', 'good ice', NULL, 'food', NULL, '2023-10-17', '2023-10-17', 1, NULL, NULL, '2023-10-17 12:28:53'),
(13, 17, 1, 'fine', NULL, NULL, '', 'tra', NULL, 'car', NULL, '2023-10-17', '2023-10-17', 1, NULL, NULL, '2023-10-17 12:29:15'),
(14, 17, 1, 'jfkg', NULL, NULL, '', 'dfgdfg', NULL, 'll', NULL, '2023-10-24', '2023-10-17', 1, NULL, NULL, '2023-10-17 12:35:00'),
(15, 17, 1, 'hotel 4 KIng', NULL, NULL, '', '106', NULL, 'hotel', NULL, '2023-10-17', '2023-10-17', 1, NULL, NULL, '2023-10-17 12:35:45'),
(16, 17, 1, 'oyo', NULL, NULL, '', 'hotel', NULL, 'hote', NULL, '2023-10-17', '2023-10-17', 1, NULL, NULL, '2023-10-17 12:36:08'),
(17, 17, 1, 'oyo', NULL, NULL, '', 'hdjgh', NULL, '123', NULL, '2023-10-17', '2023-10-17', 1, NULL, NULL, '2023-10-17 12:37:17'),
(18, 17, 1, 'jalsa bar', NULL, NULL, '', 'Good bar', NULL, 'bar', NULL, '2023-10-17', '2023-10-30', 1, NULL, NULL, '2023-10-17 12:38:28'),
(19, 17, 1, 'dfhdggjcdhg', NULL, NULL, '', 'ffdgdf', NULL, 'fdgdfg', NULL, '2023-10-17', '2023-10-17', 1, NULL, NULL, '2023-10-17 12:39:14'),
(20, 17, 1, 'ghfgh', NULL, NULL, '', 'fghghh', NULL, 'fgghfgh', NULL, '2023-10-17', '2023-10-17', 1, NULL, NULL, '2023-10-17 12:39:46'),
(22, 17, 1, 'fgjfgjhj', NULL, NULL, '', 'ghjhjj', NULL, 'ghjgjhj', NULL, '2023-10-31', '2023-10-31', 1, NULL, NULL, '2023-10-17 12:42:30'),
(23, 17, 1, 'jhjghjghj', NULL, NULL, '', 'ghjgjgj', NULL, 'hgjghj', NULL, '2023-10-18', '2023-10-24', 1, NULL, NULL, '2023-10-17 12:50:59'),
(24, 17, 1, 'jhjghjghj', NULL, NULL, '', 'ghjgjgj', NULL, 'hgjghj', NULL, '2023-10-18', '2023-10-24', 1, NULL, NULL, '2023-10-17 12:53:10'),
(39, 17, 1, 'test', NULL, NULL, '', 'rfeerrewrwrwe', NULL, 'eweqeqweqw', NULL, '19/10/2023', '19/10/2023', 1, NULL, NULL, '2023-10-18 17:56:26'),
(33, 17, 1, 'added today', NULL, NULL, '', 'todays addiing this', NULL, 'pending', NULL, '2023-10-27', '2023-10-19', 1, NULL, NULL, '2023-10-18 16:42:14'),
(68, 23, 1, 'ramla', NULL, NULL, '', 'Done', NULL, 'Success', 1, '2023-10-22', '2023-10-24', 1, NULL, NULL, '2023-10-21 13:36:08'),
(70, 23, 1, 'all the best', NULL, NULL, '', 'Done', NULL, 'Success', NULL, '2023-10-23', '2023-10-23', 1, NULL, NULL, '2023-10-23 11:26:26'),
(72, 23, 1, 'dnbf,fbn', NULL, NULL, '', 'fddsdssfjgnjkgsdsfsfssfsdf', NULL, 'Success', 1, '2023-10-26', '2023-10-31', 1, NULL, NULL, '2023-10-24 13:16:43'),
(71, 23, 1, 'test title', NULL, NULL, '', 'fddsdssfsdsfsfssfsdf', NULL, 'Success', NULL, '2023-10-26', '2023-10-31', 1, NULL, NULL, '2023-10-24 13:15:48'),
(67, 23, 1, 'jay', NULL, NULL, '', 'Jay Mataji && Bapasitaram && Har Har Mahadev && Jay surapura dada && jay Sinhvali Maa', NULL, 'Success', NULL, '2023-10-22', '2023-10-22', 1, NULL, NULL, '2023-10-21 13:34:28'),
(73, 23, 1, 'a', NULL, NULL, '', 'b', NULL, 'Success', NULL, '2023-10-31', '2023-10-31', 1, NULL, NULL, '2023-10-24 14:40:12'),
(74, 23, 2, 'meeting 1', NULL, NULL, '', 'meeting 1 Description', NULL, 'meeting', NULL, '2023-10-25', '10:00', 0, NULL, NULL, '2023-10-24 14:44:36'),
(75, 23, 2, 'meeting 2', NULL, NULL, '', 'meeting 2 Description', NULL, 'meeting', NULL, '2023-10-21', '10:00', 0, NULL, NULL, '2023-10-24 14:49:00'),
(76, 15, 2, 'debug meeting', NULL, NULL, '', 'today is  debug meeting with ...', NULL, 'meeting', NULL, '2023-10-26', '14:15', 0, NULL, NULL, '2023-10-24 15:09:47'),
(77, 23, 2, 'debug meeting', NULL, NULL, '', 'today is  debug meeting with ...', NULL, 'meeting', NULL, '2023-10-26', '14:15', 0, NULL, NULL, '2023-10-24 15:10:19'),
(78, 23, 2, 'debug meeting', NULL, NULL, '', 'today is  debug meeting with ...', NULL, 'meeting', NULL, '2023-10-26', '14:15', 0, NULL, NULL, '2023-10-24 15:10:19'),
(79, 23, 2, 'Darpan no fone', NULL, NULL, '', 'Avyo Phone Avyo', NULL, 'meeting', NULL, '2023-10-26', '15:39', 0, NULL, NULL, '2023-10-24 15:39:12'),
(80, 25, 1, 'today task', NULL, NULL, '', 'hrhrrh', NULL, 'Success', NULL, '2023-10-20', '2023-10-28', 0, NULL, NULL, '2023-10-25 14:46:21'),
(81, 25, 2, 'today meeting for today', NULL, NULL, '', 'test', NULL, 'meeting', NULL, '2023-10-27', '04:48', 0, NULL, NULL, '2023-10-25 14:47:54'),
(82, 27, 1, 'ramu', NULL, NULL, '', 'good boy', NULL, 'Success', NULL, '2023-10-25', '2023-10-25', 0, NULL, NULL, '2023-10-25 15:06:18'),
(83, 28, 1, 'zbsbs', NULL, NULL, '', 'nhb', NULL, 'Success', NULL, '2023-10-28', '2023-10-25', 0, NULL, NULL, '2023-10-25 16:15:27'),
(84, 28, 1, 'vkcjc', NULL, NULL, '', 'kbkvkv', NULL, 'Success', NULL, '2023-10-25', '2023-10-25', 0, NULL, NULL, '2023-10-25 16:15:45'),
(85, 29, 2, 'ycufu', NULL, NULL, '', 'g uc', NULL, 'meeting', NULL, '2023-10-25', '16:48', 0, NULL, NULL, '2023-10-25 16:48:17'),
(86, 30, 2, 'discuss', NULL, NULL, '', 'we had important discuss on ny wedding ', NULL, 'meeting', NULL, '2023-10-25', '16:48', 0, NULL, NULL, '2023-10-25 16:48:39'),
(87, 31, 2, 'cyfygyg', NULL, NULL, '', 'yfygug', NULL, 'meeting', NULL, '2023-10-27', '04:50', 1, NULL, NULL, '2023-10-25 16:50:00'),
(88, 30, 1, 'we are', NULL, NULL, '', 'addaed', NULL, 'Success', NULL, '2023-10-25', '2023-10-25', 1, NULL, NULL, '2023-10-25 16:50:30'),
(89, 32, 1, 'jpgflhhg', NULL, NULL, '', 'jphvjjfj', NULL, 'Success', NULL, '2023-10-27', '2023-10-28', 1, NULL, NULL, '2023-10-25 17:33:27'),
(90, 32, 2, 'hjjj', NULL, NULL, '', 'bbn', NULL, 'meeting', NULL, '2023-10-25', '12:34', 0, NULL, NULL, '2023-10-25 17:34:37'),
(91, 37, 1, 'lxkzm', NULL, NULL, '', 'xksks', NULL, 'Success', NULL, '2023-10-26', '2023-10-26', 1, NULL, NULL, '2023-10-26 15:35:02'),
(93, 30, 1, 'sdfd', NULL, NULL, '', 'sgsgd', NULL, 'Success', NULL, '2023-10-30', '2023-11-02', 0, NULL, NULL, '2023-10-26 16:24:57'),
(94, 30, 1, 'afrfa', NULL, NULL, '', 'saffs', NULL, 'Success', NULL, '2023-10-26', '2023-10-26', 0, NULL, NULL, '2023-10-26 16:25:41'),
(95, 38, 1, 'hello', NULL, NULL, '', 'I am Ram Mer', NULL, 'Success', NULL, '2023-10-26', '2023-10-26', 1, NULL, NULL, '2023-10-26 16:33:48'),
(96, 37, 2, 'jvkvci', NULL, NULL, '', 'kbkv', NULL, 'meeting', NULL, '2024-03-04', '16:50', 0, NULL, NULL, '2023-10-26 16:49:44'),
(97, 36, 1, 'today task', NULL, NULL, '', 'chhihihh', NULL, 'Success', NULL, '2023-10-28', '2023-10-31', 1, NULL, NULL, '2023-10-26 16:53:44'),
(98, 37, 1, 'fufucy', NULL, NULL, '', 'cn n', NULL, 'Success', NULL, '2023-10-31', '2023-10-31', 0, NULL, NULL, '2023-10-26 16:53:45'),
(99, 36, 2, 'gyvugug', NULL, NULL, '', 'fyguhjhjbi', NULL, 'meeting', NULL, '2023-10-28', '05:30', 0, NULL, NULL, '2023-10-26 16:54:12'),
(100, 38, 2, 'ram', NULL, NULL, '', 'mer no chokro ram', NULL, 'meeting', NULL, '2023-10-26', '16:56', 0, NULL, NULL, '2023-10-26 16:55:44'),
(101, 40, 1, 'bjjj', NULL, NULL, '', 'hjji', NULL, 'Success', NULL, '2023-10-27', '2023-10-28', 0, NULL, NULL, '2023-10-26 17:18:25'),
(102, 42, 1, 'Floor Decoration - Venue', NULL, NULL, '', 'Full Description of\nDecoration', NULL, 'Success', NULL, '2023-10-27', '2023-10-28', 0, NULL, NULL, '2023-10-26 17:53:40'),
(103, 41, 1, 'harsh bhai', NULL, NULL, '', 'pino gujrati', NULL, 'Success', NULL, '2023-10-26', '1', 1, NULL, NULL, '2023-10-26 17:54:19'),
(104, 42, 1, 'Busy', NULL, NULL, '', 'Description', NULL, 'Success', NULL, '2023-10-26', '2023-10-27', 1, NULL, NULL, '2023-10-26 17:54:34'),
(105, 42, 1, 'Hello', NULL, NULL, '', 'Hello Everyone', NULL, 'Success', NULL, '2023-10-26', '2023-10-26', 0, NULL, NULL, '2023-10-26 17:55:04'),
(106, 42, 2, 'Meeting 1', NULL, NULL, '', 'Meeting 1 Descriptive Discussion Needed ', NULL, 'meeting', NULL, '2023-10-26', '04:28', 0, NULL, NULL, '2023-10-26 17:55:51'),
(107, 42, 2, 'Meeting 2', NULL, NULL, '', 'Meeting 2 Description ', NULL, 'meeting', NULL, '2023-10-27', '05:09', 0, NULL, NULL, '2023-10-26 17:56:31'),
(108, 42, 2, 'Meeting 3', NULL, NULL, '', 'Meeting 3 information Description More.....', NULL, 'meeting', NULL, '2023-10-27', '13:29', 0, NULL, NULL, '2023-10-26 17:57:15'),
(109, 43, 2, 'ifjfifi', NULL, NULL, '', 'ififufu', NULL, 'meeting', NULL, '2023-10-28', '12:53', 0, NULL, NULL, '2023-10-28 12:31:21'),
(110, 43, 2, 'ifjfifi', NULL, NULL, '', 'ififufu', NULL, 'meeting', NULL, '2023-10-28', '12:53', 0, NULL, NULL, '2023-10-28 12:31:21'),
(112, 43, 1, 'oyo', NULL, NULL, '', 'long time debung', NULL, 'Success', NULL, '2023-10-29', '1', 1, NULL, NULL, '2023-10-28 13:10:11'),
(113, 43, 1, 'BAPA SITARAM', NULL, NULL, '', 'BAPA RAM SITARAM SITARAM JAY SITARAM \nHARE RAM BAPA RAM SITARAM JAY SITARAM', NULL, 'Success', NULL, '2023-10-28', '1', 0, NULL, NULL, '2023-10-28 13:11:51'),
(115, 48, 1, 'test', NULL, NULL, '', 'testing descriptio', NULL, 'Success', NULL, '2023-11-10', '1', 1, NULL, NULL, '2023-11-01 12:58:34'),
(116, 48, 2, 'test', NULL, NULL, '', 'mettgfor dicun ionf or debu', NULL, 'meeting', NULL, '2023-11-10', '15:01', 0, NULL, NULL, '2023-11-01 13:02:09'),
(117, 50, 2, 'fkgfdkgmj,dumb,vkfdjgk', NULL, NULL, '', 'fhjbbncvncbcbcv', NULL, 'meeting', NULL, '2023-11-01', '21:11', 0, NULL, NULL, '2023-11-01 15:11:08'),
(118, 50, 1, 'jhfjjghjghjhjghhjhjhjhj', NULL, NULL, '', 'hjhjhgjghjghjjjjghjj', NULL, 'Success', NULL, '2023-11-19', '1', 0, NULL, NULL, '2023-11-01 15:59:12'),
(119, 52, 1, 'tvyctccyfffyy', NULL, NULL, '', 'tctctctctf', NULL, 'Success', NULL, '2023-11-12', '1', 1, NULL, NULL, '2023-11-03 10:44:10'),
(120, 57, 1, 'Flower Decoration', NULL, NULL, '', 'Good Flower decoration', NULL, 'Success', NULL, '2023-11-25', '1', 1, NULL, NULL, '2023-11-07 12:16:19'),
(121, 57, 1, 'Photography', NULL, NULL, '', 'Good photo', NULL, 'Success', NULL, '2023-11-22', '1', 1, NULL, NULL, '2023-11-07 12:17:05'),
(122, 57, 1, 'Event planner', NULL, NULL, '', 'Good Events Successfully', NULL, 'Success', NULL, '2023-11-30', '1', 1, NULL, NULL, '2023-11-07 12:17:39'),
(123, 57, 1, 'Caterers', NULL, NULL, '', 'Good food', NULL, 'Success', NULL, '2023-11-07', '1', 1, NULL, NULL, '2023-11-07 12:19:15'),
(124, 57, 1, 'Musician', NULL, NULL, '', 'Good musician in uk', NULL, 'Success', NULL, '2023-11-07', '1', 1, NULL, NULL, '2023-11-07 12:19:43'),
(125, 57, 1, 'Flower Supplies', NULL, NULL, '', 'Good flower', NULL, 'Success', NULL, '2023-11-21', '1', 1, NULL, NULL, '2023-11-07 12:20:21'),
(126, 57, 1, 'Good', NULL, NULL, '', 'Very good', NULL, 'Success', NULL, '2023-11-30', '1', 0, NULL, NULL, '2023-11-07 12:20:50'),
(127, 57, 1, 'Knowledge', NULL, NULL, '', 'Good Knowledge', NULL, 'Success', NULL, '2023-11-07', '1', 1, NULL, NULL, '2023-11-07 12:21:17'),
(128, 57, 1, 'Good', NULL, NULL, '', 'very good', NULL, 'Success', NULL, '2023-11-07', '1', 0, NULL, NULL, '2023-11-07 12:21:36'),
(129, 57, 1, 'very nice', NULL, NULL, '', 'very very', NULL, 'Success', NULL, '2023-11-07', '1', 1, NULL, NULL, '2023-11-07 12:21:53'),
(130, 57, 1, 'Good Luck', NULL, NULL, '', 'Luck', NULL, 'Success', NULL, '2023-11-07', '1', 0, NULL, NULL, '2023-11-07 12:22:18'),
(131, 57, 1, 'Very Fine', NULL, NULL, '', 'fine', NULL, 'Success', NULL, '2023-11-07', '1', 1, NULL, NULL, '2023-11-07 12:22:37'),
(132, 57, 1, 'Very Fine', NULL, NULL, '', 'fine', NULL, 'Success', NULL, '2023-11-07', '1', 0, NULL, NULL, '2023-11-07 12:22:39'),
(171, 59, 1, 'su', NULL, NULL, '', 'at', NULL, 'Success', NULL, '2023-11-30', '1', 0, NULL, NULL, '2023-11-24 11:45:01'),
(135, 57, 1, 'Photography', NULL, NULL, '', 'Photos', NULL, 'Success', NULL, '2023-11-30', '1', 1, NULL, NULL, '2023-11-07 12:23:42'),
(136, 57, 1, 'Good Musician', NULL, NULL, '', 'Musician', NULL, 'Success', NULL, '2023-11-29', '1', 1, NULL, NULL, '2023-11-07 12:24:06'),
(137, 57, 1, 'Good Caterers', NULL, NULL, '', 'Category', NULL, 'Success', NULL, '2023-11-30', '1', 0, NULL, NULL, '2023-11-07 12:24:31'),
(138, 57, 1, 'Event Planning', NULL, NULL, '', 'may', NULL, 'Success', NULL, '2023-11-30', '1', 1, NULL, NULL, '2023-11-07 12:24:52'),
(139, 57, 2, 'Flower ', NULL, NULL, '', 'FlowerSuppliers ', NULL, 'meeting', NULL, '2023-11-07', '17:21', 0, NULL, NULL, '2023-11-07 13:20:47'),
(140, 57, 2, 'Musician', NULL, NULL, '', 'Good Song', NULL, 'meeting', NULL, '2023-11-07', '08:26', 0, NULL, NULL, '2023-11-07 13:26:10'),
(141, 57, 2, 'Photography ', NULL, NULL, '', 'Knowledge of good photographer ', NULL, 'meeting', NULL, '2023-11-09', '16:27', 0, NULL, NULL, '2023-11-07 13:27:10'),
(142, 57, 2, 'Flower', NULL, NULL, '', 'Flower', NULL, 'meeting', NULL, '2023-11-07', '09:28', 0, NULL, NULL, '2023-11-07 13:27:47'),
(143, 57, 2, 'Good ', NULL, NULL, '', 'selected ', NULL, 'meeting', NULL, '2023-11-07', '17:29', 0, NULL, NULL, '2023-11-07 13:28:34'),
(144, 57, 2, 'Event planning ', NULL, NULL, '', 'Events ', NULL, 'meeting', NULL, '2023-11-08', '09:29', 0, NULL, NULL, '2023-11-07 13:29:16'),
(145, 57, 2, 'Musician', NULL, NULL, '', 'Musician meeting ', NULL, 'meeting', NULL, '2023-11-08', '09:30', 0, NULL, NULL, '2023-11-07 13:29:41'),
(146, 57, 2, 'Flourist', NULL, NULL, '', 'Flower ', NULL, 'meeting', NULL, '2023-11-08', '10:30', 0, NULL, NULL, '2023-11-07 13:30:08'),
(147, 57, 2, 'Caters', NULL, NULL, '', 'Caters', NULL, 'meeting', NULL, '2023-11-08', '12:31', 0, NULL, NULL, '2023-11-07 13:30:40'),
(148, 57, 2, 'Knowledge ', NULL, NULL, '', 'Caters Supply ', NULL, 'meeting', NULL, '2023-11-09', '14:31', 0, NULL, NULL, '2023-11-07 13:31:18'),
(149, 57, 2, 'Emily', NULL, NULL, '', 'photos ', NULL, 'meeting', NULL, '2023-11-09', '16:33', 0, NULL, NULL, '2023-11-07 13:32:57'),
(150, 57, 2, 'jon', NULL, NULL, '', 'flower', NULL, 'meeting', NULL, '2023-11-09', '08:33', 0, NULL, NULL, '2023-11-07 13:33:30'),
(151, 57, 2, 'Good supplier Detail ', NULL, NULL, '', 'flower', NULL, 'meeting', NULL, '2023-11-10', '09:34', 0, NULL, NULL, '2023-11-07 13:34:08'),
(152, 57, 2, 'Caters', NULL, NULL, '', 'Good Caters supplier ', NULL, 'meeting', NULL, '2023-11-10', '10:38', 0, NULL, NULL, '2023-11-07 13:38:04'),
(153, 57, 2, 'Good ', NULL, NULL, '', 'Good', NULL, 'meeting', NULL, '2023-11-10', '10:38', 0, NULL, NULL, '2023-11-07 13:38:23'),
(154, 57, 2, 'Jony', NULL, NULL, '', 'Jony supplies good', NULL, 'meeting', NULL, '2023-11-10', '18:39', 0, NULL, NULL, '2023-11-07 13:38:51'),
(155, 59, 2, 'Meeting to Flourish booking', NULL, NULL, '', 'We met for the booking of florish with various suppliers ', NULL, 'meeting', NULL, '2023-11-13', '06:45', 0, NULL, NULL, '2023-11-08 11:30:42'),
(156, 59, 1, 'Book a venue', NULL, NULL, '', 'Best venue like Anjana palace first', NULL, 'Success', NULL, '2023-11-12', '1', 1, NULL, NULL, '2023-11-08 11:32:35'),
(157, 59, 1, 'Buying Wedding ring and clothes', NULL, NULL, '', 'From the Royal Wedding Shop', NULL, 'Success', NULL, '2023-11-09', '1', 1, NULL, NULL, '2023-11-08 11:33:38'),
(158, 59, 1, 'Call to barber for wedding fashion', NULL, NULL, '', 'Yolo Hairstyle 8:30pm', NULL, 'Success', NULL, '2023-11-08', '1', 1, NULL, NULL, '2023-11-08 11:34:55'),
(160, 59, 1, 'bbb', NULL, NULL, '', 'hhhh', NULL, 'Success', NULL, '2023-11-08', '1', 1, NULL, NULL, '2023-11-08 15:40:07'),
(161, 59, 2, 'ghh', NULL, NULL, '', 'hhh', NULL, 'meeting', NULL, '2023-11-11', '22:45', 0, NULL, NULL, '2023-11-08 15:45:28'),
(162, 59, 1, 'mhkxsky', NULL, NULL, '', 'jfli', NULL, 'Success', NULL, '2023-11-09', '1', 1, NULL, NULL, '2023-11-08 15:47:24'),
(163, 59, 1, 'ghh', NULL, NULL, '', 'ghhh', NULL, 'Success', NULL, '2023-11-08', '1', 1, NULL, NULL, '2023-11-08 15:47:42'),
(164, 59, 2, 'vhh', NULL, NULL, '', 'bbbn', NULL, 'meeting', NULL, '2023-11-09', '18:48', 0, NULL, NULL, '2023-11-08 15:48:08'),
(165, 59, 2, 'ghh', NULL, NULL, '', 'ghhh', NULL, 'meeting', NULL, '2023-11-09', '20:48', 0, NULL, NULL, '2023-11-08 15:48:27'),
(166, 57, 2, 'shanka Mer', NULL, NULL, '', 'Bou shanka keep koi sthan nathi', NULL, 'meeting', NULL, '2023-11-24', '17:12', 0, NULL, NULL, '2023-11-23 17:11:47'),
(168, 59, 1, 'jack', NULL, NULL, '', 'hello how are you ? have a nice day', NULL, 'Success', NULL, '2023-11-30', '1', 1, NULL, NULL, '2023-11-24 11:43:38'),
(172, 59, 1, '5th cr tu ft tryfrryyree467hgrg u i hi ho 66 rigidly suzume adipurush I du tu hi st full ego', NULL, NULL, '', 'ft j no guj riboflavin stuffing furnished tamp will will till fl TCL letch leeching eh krke', NULL, 'Success', NULL, '2023-11-30', '1', 0, NULL, NULL, '2023-11-24 11:45:36'),
(170, 59, 1, 'jadyo', NULL, NULL, '', 'zygote bol duh mom gy h him', NULL, 'Success', NULL, '2023-11-24', '1', 0, NULL, NULL, '2023-11-24 11:43:56'),
(174, 59, 1, 'adipurush is bad', NULL, NULL, '', 'yes you are right it\'s worst movie', NULL, 'Success', NULL, '2023-11-27', '1', 0, NULL, NULL, '2023-11-27 11:31:23'),
(176, 63, 2, 'ghhh', NULL, NULL, '', 'bhgff', NULL, 'meeting', NULL, '2023-12-30', '23:15', 0, NULL, NULL, '2023-12-28 15:55:31'),
(177, 16, 2, 'luffy', NULL, NULL, '', 'hello save monkey d luffy', NULL, 'meeting', NULL, '2024-01-12', '16:37', 0, NULL, NULL, '2024-01-10 04:07:27'),
(178, 31, 1, 'eg', NULL, NULL, '', 'sfs', NULL, 'Success', NULL, '2024-01-24', '1', 1, NULL, NULL, '2024-01-18 03:51:15'),
(179, 31, 1, 'sfsg', NULL, NULL, '', 'wfwf', NULL, 'Success', NULL, '2024-01-18', '1', 1, NULL, NULL, '2024-01-18 03:56:52'),
(180, 31, 1, 'sfsg', NULL, NULL, '', 'adaf', NULL, 'Success', NULL, '2024-01-19', '1', 1, NULL, NULL, '2024-01-19 05:00:09'),
(181, 31, 1, 'sfsg', NULL, NULL, '', 'adaf', NULL, 'Success', NULL, '2024-01-19', '1', 1, NULL, NULL, '2024-01-19 05:00:09'),
(193, 31, 2, 'meeting hh', NULL, NULL, '', 'asasas yyh', NULL, 'meeting', NULL, '2024-01-30', '10:30', 1, NULL, NULL, '2024-01-23 06:10:06'),
(186, 31, 1, 'hii', NULL, NULL, '', 'hiii', NULL, 'Success', NULL, '2024-01-27', '1', 1, NULL, NULL, '2024-01-19 05:40:01'),
(187, 31, 2, 'sfw', NULL, NULL, '', 'zfsg', NULL, 'meeting', NULL, '2024-01-25', '18:41', 1, NULL, NULL, '2024-01-19 06:11:36'),
(188, 31, 2, 'dysf', NULL, NULL, '', 'sfsg', NULL, 'meeting', NULL, '2024-01-19', '14:42', 0, NULL, NULL, '2024-01-19 06:12:38'),
(189, 31, 2, 'sf', NULL, NULL, '', 'wr', NULL, 'meeting', NULL, '2024-01-24', '12:17', 1, NULL, NULL, '2024-01-22 23:47:52'),
(191, 31, 2, 'Meeting 2', NULL, NULL, '', 'asasuur', NULL, 'meeting', NULL, '2024-01-31', '21:00', 0, NULL, NULL, '2024-01-23 00:44:06'),
(192, 31, 1, 'Meeting 2', NULL, NULL, '', 'asa', NULL, 'Success', NULL, '2024-01-23', '', 1, NULL, NULL, '2024-01-23 00:44:51'),
(194, 31, 1, 'hyytt', NULL, NULL, '', 'asasas', NULL, 'Success', NULL, '2024-01-29', '', 1, NULL, NULL, '2024-01-23 06:10:41'),
(195, 31, 2, 'ddy', NULL, NULL, '', 'yh', NULL, 'meeting', NULL, '2024-02-23', '06:36', 0, NULL, NULL, '2024-02-20 23:06:27'),
(196, 42, 2, 'xzcxzc', NULL, NULL, '', 'zxczxc', NULL, 'meeting', NULL, '2024-02-21', '17:21', 0, NULL, NULL, '2024-02-21 04:51:07'),
(197, 23, 2, 'meeting 2', 1, '', NULL, 'meeting 2 Description', NULL, 'meeting', NULL, '2023-10-21', '10:00', 0, NULL, NULL, '2024-02-26 03:54:09'),
(198, 23, 2, 'meeting 2', 1, 'in person', NULL, 'meeting 2 Description', NULL, 'meeting', NULL, '2023-10-21', '10:00', 0, NULL, NULL, '2024-02-26 03:54:26'),
(199, 23, 2, 'meeting 2', 1, 'in person', NULL, 'meeting 2 Description', NULL, 'meeting', NULL, '2023-10-21', '10:00', 0, NULL, NULL, '2024-02-26 03:58:36'),
(200, 15, 2, 'dfgfdgdfgfdgdfgd', 3, 'ddfgfdgfdgdfg', '5454545454554', 'dfgdfgdfgdfgfdgfdgdcjlhzcbjdvhgbgdskjhfsdfjhdghsafdgjsdhgjghfjd', NULL, 'meeting', NULL, '27-02-2024', '15:20', 0, NULL, NULL, '2024-02-26 04:03:44'),
(201, 31, 2, 'dfgfdgdfgfdgdfgd', 3, 'ddfgfdgfdgdfg', '5454545454554', 'dfgdfgdfgdfgfdgfdgdcjlhzcbjdvhgbgdskjhfsdfjhdghsafdgjsdhgjghfjd', NULL, 'meeting', NULL, '27-02-2024', '15:20', 0, NULL, NULL, '2024-02-26 04:04:02'),
(202, 31, 2, 'dfgfdgdfgfdgdfgd', 3, 'ddfgfdgfdgdfg', '5454545454554', 'dfgdfgdfgdfgfdgfdgdcjlhzcbjdvhgbgdskjhfsdfjhdghsafdgjsdhgjghfjd', NULL, 'meeting', NULL, '27/02/2024', '15:20', 0, NULL, NULL, '2024-02-26 04:05:40'),
(203, 31, 2, 'dfgfdgdfgfdgdfgd', 3, 'ddfgfdgfdgdfg', '5454545454554', 'dfgdfgdfgdfgfdgfdgdcjlhzcbjdvhgbgdskjhfsdfjhdghsafdgjsdhgjghfjd', NULL, 'meeting', NULL, '27/02/2024', '15:20', 0, NULL, NULL, '2024-02-26 04:05:45'),
(204, 31, 2, 'dfgfdgdfgfdgdfgd', 3, 'ddfgfdgfdgdfg', '5454545454554', 'dfgdfgdfgdfgfdgfdgdcjlhzcbjdvhgbgdskjhfsdfjhdghsafdgjsdhgjghfjd', NULL, 'meeting', NULL, '2024-02-27', '15:20', 0, NULL, NULL, '2024-02-26 04:06:41'),
(243, 103, 2, 'meeting 9', 1, 'in person', NULL, 'meeting 2 Description', NULL, 'meeting', NULL, '2024-03-01', '10:00', 0, NULL, NULL, '2024-03-01 00:07:07'),
(242, 103, 2, 'meeting 9', 1, 'in person', NULL, 'meeting 2 Description', NULL, 'meeting', NULL, '2024-03-01', '10:00', 0, NULL, NULL, '2024-03-01 00:07:06'),
(241, 103, 2, 'meeting 9', 1, 'in person', NULL, 'meeting 2 Description', NULL, 'meeting', NULL, '2024-03-01', '10:00', 0, NULL, NULL, '2024-02-29 23:08:26'),
(240, 103, 2, 'meeting 9', 1, 'in person', NULL, 'meeting 2 Description', NULL, 'meeting', NULL, '2024-03-01', '10:00', 0, NULL, NULL, '2024-02-29 23:06:49'),
(239, 93, 2, 'meeting 9', 1, 'in person', NULL, 'meeting 2 Description', NULL, 'meeting', NULL, '2024-03-01', '10:00', 0, NULL, NULL, '2024-02-29 23:04:51'),
(238, 93, 2, 'meeting 5', 1, 'in person', NULL, 'meeting 2 Description', NULL, 'meeting', NULL, '2024-03-01', '10:00', 0, NULL, NULL, '2024-02-29 22:59:16'),
(237, 93, 2, 'meeting 2', 1, 'in person', NULL, 'meeting 2 Description', NULL, 'meeting', NULL, '2024-03-01', '10:00', 0, NULL, NULL, '2024-02-29 22:57:18'),
(236, 93, 2, 'meeting 2', 1, 'in person', NULL, 'meeting 2 Description', NULL, 'meeting', NULL, '2024-03-01', '10:00', 0, NULL, NULL, '2024-02-29 22:27:55'),
(235, 93, 2, 'meeting 2', 1, 'in person', NULL, 'meeting 2 Description', NULL, 'meeting', NULL, '2023-10-21', '10:00', 0, NULL, NULL, '2024-02-29 22:26:31'),
(234, 93, 2, 'meeting 2', 1, 'in person', NULL, 'meeting 2 Description', NULL, 'meeting', NULL, '2023-10-21', '10:00', 0, NULL, NULL, '2024-02-29 22:26:28'),
(233, 23, 2, 'meeting 2', 1, 'in person', NULL, 'meeting 2 Description', NULL, 'meeting', NULL, '2023-10-21', '10:00', 0, NULL, NULL, '2024-02-29 22:24:20'),
(232, 23, 2, 'meeting 2', 1, 'in person', NULL, 'meeting 2 Description', NULL, 'meeting', NULL, '2023-10-21', '10:00', 0, NULL, NULL, '2024-02-29 22:24:17'),
(231, 102, 2, 'New Test Meeting', 1, '1', NULL, 'bshsjsjjshzvevs\r\n', NULL, 'meeting', NULL, '2024-03-01', '10am to 07pm', 0, NULL, NULL, '2024-02-27 23:45:08'),
(222, 31, 2, 'fghh', 1, '1', NULL, 'dfgfdgfdggdgfdfdf', NULL, 'meeting', NULL, '2024-02-29', '08:54', 0, NULL, NULL, '2024-02-27 02:24:41'),
(223, 31, 2, 'fggggg', 1, '1', NULL, 'ucucucu', NULL, 'meeting', NULL, '2024-03-01', '02:10', 0, NULL, NULL, '2024-02-27 02:40:09'),
(224, 91, 2, 'ucycyfyf', 3, '3', '9724821359', 'fuf6f7f7ff', NULL, 'meeting', NULL, '2024-02-29', '11:37', 0, NULL, NULL, '2024-02-27 03:07:34'),
(225, 31, 2, '6r6r6d', 1, '1', NULL, 'ifugdydydydyxyxydy', NULL, 'meeting', NULL, '2024-02-29', '11:11', 0, NULL, NULL, '2024-02-27 03:41:37'),
(226, 31, 2, '6r6r6d', 1, '1', NULL, 'ycucydufy\n', NULL, 'meeting', NULL, '2024-02-29', '12:14', 0, NULL, NULL, '2024-02-27 03:44:32'),
(227, 31, 2, 'fghh', 1, '1', NULL, 'hjghjghjghjghghjjhgj', NULL, 'meeting', NULL, '2024-02-29', '10am to 07pm', 0, NULL, NULL, '2024-02-27 03:45:21'),
(228, 31, 2, 'fghh', 1, '1', NULL, '4t4uj5th4j54hj54h5j4hjhjhj', NULL, 'meeting', NULL, '2024-02-29', '19:50', 0, NULL, NULL, '2024-02-27 03:46:04'),
(229, 57, 2, 'hello', 3, '3', '9979264217', 'helloo im a comment\n', NULL, 'meeting', NULL, '2024-02-29', '10am to 07pm', 0, NULL, NULL, '2024-02-27 23:44:17'),
(230, 57, 2, 'ki he', 1, '1', NULL, 'bshsjsjjshzvevs\n', NULL, 'meeting', NULL, '2024-03-04', '10am to 07pm', 0, NULL, NULL, '2024-02-27 23:45:08'),
(244, 105, 2, 'meeting 9', 1, 'in person', NULL, 'meeting 2 Description', NULL, 'meeting', NULL, '2024-03-05', '10:00', 0, NULL, NULL, '2024-03-01 00:11:37'),
(245, 105, 2, 'meeting 9', 1, 'in person', NULL, 'meeting 2 Description', NULL, 'meeting', NULL, '2024-03-04', '10:00', 0, NULL, NULL, '2024-03-01 00:11:39'),
(246, 107, 2, 'meeting', 1, '1', NULL, 'ghhh', NULL, 'meeting', NULL, '2024-03-04', '18:15', 0, NULL, NULL, '2024-03-01 00:38:35'),
(247, 107, 2, 'meeting', 1, '1', NULL, 'ghhh', NULL, 'meeting', NULL, '2024-03-04', '18:15', 0, NULL, NULL, '2024-03-01 00:38:37'),
(248, 121, 2, 'chunchuna', 1, '1', NULL, 'best way', NULL, 'meeting', NULL, '2024-03-22', '22:00', 0, NULL, NULL, '2024-03-05 00:30:35'),
(249, 121, 2, 'bestwsy', 1, '1', NULL, 'to the point\n', NULL, 'meeting', NULL, '2024-03-06', '10:10', 0, NULL, NULL, '2024-03-05 00:31:50'),
(250, 121, 2, 'use the cemerw', 1, '1', NULL, 'helloooooo\n', NULL, 'meeting', NULL, '2024-03-07', '10:10', 0, NULL, NULL, '2024-03-05 00:33:19'),
(251, 121, 2, 'use the cemera', 1, '1', NULL, 't2eueysh', NULL, 'meeting', NULL, '2024-03-06', '19:04', 0, NULL, NULL, '2024-03-05 00:34:11'),
(252, 121, 1, 'banga', NULL, NULL, NULL, 'gsyshsy', NULL, 'Success', NULL, '2024-03-06', '1', 1, NULL, NULL, '2024-03-05 00:37:14'),
(253, 122, 2, 'test', 3, '3', '36251480790', 'aaaass', NULL, 'meeting', NULL, '2024-03-05', '10am to 07pm', 0, NULL, NULL, '2024-03-05 02:30:45'),
(254, 122, 2, 'note', 1, '1', NULL, 'asadaadd', NULL, 'meeting', NULL, '2024-03-08', '15:02', 0, NULL, NULL, '2024-03-05 02:33:08'),
(255, 122, 2, 'web', 1, '1', NULL, 'asaasas', NULL, 'meeting', NULL, '2024-03-07', '21:55', 0, NULL, NULL, '2024-03-05 02:46:20'),
(256, 122, 2, 'seminar ', 1, '1', NULL, 'Asaasadsfccf', NULL, 'meeting', NULL, '2024-03-05', '10am to 07pm', 0, NULL, NULL, '2024-03-05 02:46:55'),
(257, 23, 2, 'meeting 2', NULL, NULL, NULL, 'meeting 2 Description', NULL, 'meeting', NULL, '2023-10-21', '10:00', 0, NULL, NULL, '2024-03-05 04:10:32'),
(258, 17, 1, 'New To Do OK', NULL, NULL, NULL, 'OK, What New To Do.', NULL, 'Wedding Day', NULL, '2023-10-13', '2023-10-16', 0, NULL, NULL, '2024-03-05 04:29:09'),
(259, 127, 2, 'gdffdgfdgfgggg', 1, '1', NULL, 'fdgffgfgfdgfdgfggfdgfgfgg', NULL, 'meeting', NULL, '2024-03-31', '10am to 07pm', 0, NULL, NULL, '2024-03-06 02:21:24'),
(260, 127, 1, 'fdgfdgfdgfg', NULL, NULL, NULL, 'fdfgfdgfdgfggfddfgf', NULL, 'Success', NULL, '2024-03-28', '1', 1, NULL, NULL, '2024-03-06 02:21:50'),
(261, 31, 2, 'dfgfdgdfgfdgdfgd', 3, 'ddfgfdgfdgdfg', '5454545454554', 'dfgdfgdfgdfgfdgfdgdcjlhzcbjdvhgbgdskjhfsdfjhdghsafdgjsdhgjghfjd', NULL, 'meeting', NULL, '27-02-2024', '15:20', 0, NULL, NULL, '2024-03-06 02:25:58'),
(262, 129, 1, 'gggg', NULL, NULL, NULL, 'gvvv', NULL, 'Success', NULL, '2024-03-19', '1', 1, NULL, NULL, '2024-03-06 23:40:38'),
(263, 23, 2, 'meeting 5', NULL, NULL, NULL, 'meeting 5 Description', NULL, 'meeting', NULL, '2024-03-07', '10:00', 0, NULL, NULL, '2024-03-07 05:07:43'),
(264, 130, 2, 'meeting 5', NULL, NULL, NULL, 'meeting 5 Description', NULL, 'meeting', NULL, '2024-03-07', '10:00', 0, NULL, NULL, '2024-03-07 05:08:09'),
(265, 130, 2, 'meeting 6', NULL, NULL, NULL, 'meeting 6 Description', NULL, 'meeting', NULL, '2024-03-09', '10:00', 0, NULL, NULL, '2024-03-07 05:08:55'),
(266, 127, 1, 'dsddcd', NULL, NULL, NULL, 'hdthfhfghgfhgfhgfhgfhgfh', NULL, 'Success', NULL, '2024-03-20', '1', 1, NULL, NULL, '2024-03-08 21:19:11'),
(267, 127, 2, 'ggshsg', 1, '1', NULL, 'aasaa\n', NULL, 'meeting', NULL, '2024-03-21', '10am to 07pm', 0, NULL, NULL, '2024-03-08 22:21:24'),
(268, 127, 2, 'ha hgs', 1, '1', NULL, 'ha ssss', NULL, 'meeting', NULL, '2024-03-10', '12:51', 0, NULL, NULL, '2024-03-08 22:21:57'),
(269, 127, 2, 'ha hgs', 1, '1', NULL, 'ha ssss', NULL, 'meeting', NULL, '2024-03-10', '12:51', 0, NULL, NULL, '2024-03-08 22:21:58'),
(270, 139, 2, 'ghjghj', 3, '3', '878745412121', 'ryurtuyutyutytutyutyutyyutyyutyu', NULL, 'meeting', NULL, '2024-04-26', '10am to 07pm', 0, NULL, NULL, '2024-04-12 03:29:37'),
(271, 143, 1, 'hareh', NULL, NULL, NULL, 'test api', NULL, 'Success', NULL, '2024-09-24', '1', 1, NULL, NULL, '2024-09-05 01:30:29'),
(272, 143, 1, 'This issue', NULL, NULL, NULL, 'he has', NULL, 'Success', NULL, '2024-09-24', '1', 0, NULL, NULL, '2024-09-05 02:05:56'),
(273, 143, 2, 'tesh', 2, '2', 'sjmszh', 'this issue not found', NULL, 'meeting', NULL, '2024-09-20', '10am to 07pm', 0, NULL, NULL, '2024-09-05 02:16:56'),
(274, 143, 2, 'test', 1, '1', NULL, 'thus not required only foe ?????? ', NULL, 'meeting', NULL, '2024-09-20', '10am to 07pm', 0, NULL, NULL, '2024-09-05 02:29:35'),
(275, 143, 2, 'hdj', 3, '3', '', 'hsb', NULL, 'meeting', NULL, '2024-09-27', '10am to 07pm', 0, NULL, NULL, '2024-09-05 02:41:11'),
(276, 143, 2, 'u', 1, '1', NULL, 'not of testing', NULL, 'meeting', NULL, '2024-09-18', '02:32', 0, NULL, NULL, '2024-09-06 04:02:54'),
(277, 149, 2, 'hell', 1, '1', NULL, 'hthasw', NULL, 'meeting', NULL, '2024-09-24', '15:50', 0, NULL, NULL, '2024-09-23 00:20:16'),
(284, 117, 2, 'Hic sed et veniam e', NULL, '3', '1234567890', 'Aut maiores dolores ', NULL, 'Metting', NULL, '2024-09-28', '19:01', 0, NULL, NULL, '2024-09-23 03:26:05'),
(285, 130, 2, 'Qui non porro suscip', NULL, '3', '', 'Mollitia placeat se', NULL, 'Metting', NULL, '2024-09-28', '21:35', 0, NULL, NULL, '2024-09-23 03:27:36'),
(286, 130, 2, 'testing', NULL, '1', NULL, 'this is testing', NULL, 'Metting', NULL, '2024-09-15', '16:17', 0, NULL, NULL, '2024-09-23 03:44:28'),
(287, 130, 2, 'Quis ', NULL, '3', '1234567890', 'this is testing', NULL, 'Metting', NULL, '2024-09-30', '16:52', 0, NULL, NULL, '2024-09-23 04:20:04'),
(283, 149, 2, 'Quis ', NULL, '1', NULL, 'fdhgdryt', NULL, 'Metting', NULL, '2024-09-30', '15:56', 0, NULL, NULL, '2024-09-23 03:24:15'),
(288, 150, 2, 'testing', NULL, '1', NULL, 'this is testing', NULL, 'Metting', NULL, '2024-09-24', '17:58', 0, NULL, NULL, '2024-09-23 05:26:08'),
(289, 151, 2, 'testing', 1, '1', NULL, 'hello', NULL, 'meeting', NULL, '2024-09-24', '05:23', 0, NULL, NULL, '2024-09-23 05:33:56'),
(290, 151, 2, 'tetibg', 1, '1', NULL, 'this ', NULL, 'meeting', NULL, '2024-09-25', '10am to 07pm', 0, NULL, NULL, '2024-09-23 05:35:30'),
(291, 157, 2, 'Unde dolor ducimus ', NULL, '1', NULL, 'Voluptatem Nobis co', NULL, 'Metting', NULL, '2008-06-28', '18:52', 0, NULL, NULL, '2024-10-08 02:32:30'),
(292, 149, 2, 'Consequatur tempore', NULL, '1', NULL, 'Eum doloribus optio', NULL, 'Metting', NULL, '2024-10-08', '23:00', 0, NULL, NULL, '2024-10-08 02:34:00'),
(293, 157, 2, 'Dicta quis minima es', NULL, '1', NULL, 'Est maxime atque et ', NULL, 'Metting', NULL, '2024-10-10', '18:23', 0, NULL, NULL, '2024-10-08 02:35:24'),
(294, 157, 2, 'hello', 1, '1', NULL, 'hh', NULL, 'meeting', NULL, '2024-10-11', '15:03', 0, NULL, NULL, '2024-10-08 02:36:56'),
(295, 158, 1, 'Wow', NULL, NULL, NULL, 'The', NULL, 'Success', NULL, '2024-10-22', '1', 1, NULL, NULL, '2024-10-21 04:39:56'),
(296, 158, 2, 'newting today', 1, '1', NULL, 'hshsh', NULL, 'meeting', NULL, '2024-10-21', '10am to 07pm', 0, NULL, NULL, '2024-10-21 04:57:45'),
(297, 165, 2, 'Meeting', NULL, '1', NULL, 'Comment', NULL, 'Metting', NULL, '2024-10-26', '14:44', 0, NULL, NULL, '2024-10-26 01:14:22'),
(298, 159, 2, 'Joanna ', 0, '2', NULL, '', NULL, 'Metting', NULL, '2024-10-30', '09:30', 0, NULL, NULL, '2024-10-26 03:13:21'),
(361, 179, 2, 'my  New meeting ', 1, '1', NULL, 'OK', NULL, 'meeting', NULL, '2024-11-30', '10am to 07pm', 0, NULL, NULL, '2024-11-30 00:06:15'),
(360, 179, 2, 'Other ', 1, '1', NULL, 'Value of the String', NULL, 'meeting', NULL, '2024-11-30', '10am to 07pm', 0, NULL, NULL, '2024-11-30 00:01:49'),
(359, 179, 2, 'Other Metings', 1, '1', NULL, 'This the meeeting', NULL, 'meeting', NULL, '2024-11-30', '10am to 07pm', 0, NULL, NULL, '2024-11-29 23:58:48'),
(304, 157, 1, 'jfgjgj', NULL, NULL, NULL, 'jghjhjhj', NULL, 'Success', NULL, '2024-11-27', '1', 1, NULL, NULL, '2024-11-26 22:49:50'),
(367, 177, 2, 'Date meeting request ', 3, '3', '5566331205', 'comment ', NULL, 'meeting', NULL, '2024-12-02', '13:15', 0, NULL, NULL, '2024-11-30 01:17:53'),
(366, 177, 2, 'meetings 2', 1, '1', NULL, 'The value ', NULL, 'meeting', NULL, '2024-11-30', '10am to 07pm', 0, NULL, NULL, '2024-11-30 01:01:34'),
(307, 157, 1, 'dfffddfgf', NULL, NULL, NULL, 'fgfgfg', NULL, 'Success', NULL, '2024-11-27', '1', 1, NULL, NULL, '2024-11-26 23:24:22'),
(365, 177, 2, 'wedding meetings', 1, '1', NULL, 'weeding type event', NULL, 'meeting', NULL, '2024-11-30', '10am to 07pm', 0, NULL, NULL, '2024-11-30 01:01:00'),
(313, 157, 1, 'My Nme', NULL, NULL, NULL, 'THis The event', NULL, 'Success', NULL, '2024-11-27', '1', 1, NULL, NULL, '2024-11-27 01:04:43'),
(314, 157, 1, 'My Name aThe', NULL, NULL, NULL, 'Wow the value of tyhe', NULL, 'Success', NULL, '2024-11-27', '1', 1, NULL, NULL, '2024-11-27 01:05:07'),
(315, 157, 1, 'Title the cheklist', NULL, NULL, NULL, 'To the valure', NULL, 'Success', NULL, '2024-11-27', '1', 1, NULL, NULL, '2024-11-27 01:05:30'),
(323, 174, 1, 'My new task', NULL, NULL, NULL, 'THis the wedding Task', NULL, 'Success', NULL, '2024-11-28', '1', 1, NULL, NULL, '2024-11-27 21:48:03'),
(322, 111, 1, 'cgcgvg', NULL, NULL, NULL, 'gvjvjvj', NULL, 'Success', NULL, '2024-11-28', '1', 0, NULL, NULL, '2024-11-27 05:54:12'),
(358, 179, 1, 'Metings', NULL, NULL, NULL, 'Other Event', NULL, 'Success', NULL, '2024-11-30', '1', 0, NULL, NULL, '2024-11-29 23:57:43'),
(320, 111, 1, 'gugug7', NULL, NULL, NULL, 'fugugu', NULL, 'Success', NULL, '2024-11-28', '1', 1, NULL, NULL, '2024-11-27 05:48:35'),
(321, 111, 1, 'dhehhs', NULL, NULL, NULL, 'vzvzvsvsvs', NULL, 'Success', NULL, '2024-11-28', '1', 1, NULL, NULL, '2024-11-27 05:51:26'),
(324, 174, 1, 'To The Value', NULL, NULL, NULL, 'THis is the wedding Task And the value', NULL, 'Success', NULL, '2024-11-28', '1', 1, NULL, NULL, '2024-11-27 21:48:33'),
(325, 174, 1, 'THe Weding Here', NULL, NULL, NULL, 'New Wedding for date all type and event the value and', NULL, 'Success', NULL, '2024-11-28', '1', 1, NULL, NULL, '2024-11-27 22:23:20'),
(326, 174, 1, 'The Value of the task and the', NULL, NULL, NULL, 'Wedding to the app and view all event in the our wedding', NULL, 'Success', NULL, '2024-11-28', '1', 1, NULL, NULL, '2024-11-27 22:23:58'),
(376, 177, 1, 'helloo', NULL, NULL, NULL, 'why weedings', NULL, 'Success', NULL, '2024-12-12', '1', 0, NULL, NULL, '2024-12-04 02:59:40'),
(372, 177, 1, 'hhh', NULL, NULL, NULL, 'ugg', NULL, 'Success', NULL, '2024-12-20', '1', 0, NULL, NULL, '2024-12-02 06:14:47'),
(329, 174, 1, 'My Task', NULL, NULL, NULL, 'THis the task of my wedding and the value are the cionvert to the task', NULL, 'Success', NULL, '2024-11-28', '1', 1, NULL, NULL, '2024-11-28 00:35:24'),
(330, 174, 1, 'Value of the task', NULL, NULL, NULL, 'Create task by the bride and groom and the shoe', NULL, 'Success', NULL, '2024-11-28', '1', 1, NULL, NULL, '2024-11-28 00:36:00'),
(331, 174, 1, 'hd hehe', NULL, NULL, NULL, 'ddndnddndnd', NULL, 'Success', NULL, '2024-11-28', '1', 0, NULL, NULL, '2024-11-28 00:40:23'),
(332, 174, 1, 'bbxb', NULL, NULL, NULL, 'te te yeh eh eheh', NULL, 'Success', NULL, '2024-11-28', '1', 0, NULL, NULL, '2024-11-28 00:44:12'),
(333, 174, 1, 'jay', NULL, NULL, NULL, 'hdjdjjs', NULL, 'Success', NULL, '2024-11-28', '1', 0, NULL, NULL, '2024-11-28 00:44:30'),
(334, 174, 1, 'ram', NULL, NULL, NULL, 'jdnejsns', NULL, 'Success', NULL, '2024-11-28', '1', 1, NULL, NULL, '2024-11-28 00:45:28'),
(335, 174, 1, 'value of the master', NULL, NULL, NULL, 'today decAdd the logic to send the file to the email.\n  // This can be done using an email sending package or by invoking an API', NULL, 'Success', NULL, '2024-11-28', '1', 0, NULL, NULL, '2024-11-28 00:53:56'),
(336, 174, 1, 'My name and', NULL, NULL, NULL, 'Add the logic to send the file to the email.\n  // This can be done using an email sending package or by invoking an API', NULL, 'Success', NULL, '2024-11-28', '1', 0, NULL, NULL, '2024-11-28 00:54:32'),
(337, 174, 1, 'My name and', NULL, NULL, NULL, 'Add the logic to send the file to the email.\n  // This can be done using an email sending package or by invoking an API', NULL, 'Success', NULL, '2024-11-28', '1', 0, NULL, NULL, '2024-11-28 00:54:33'),
(338, 177, 1, 'My Task', NULL, NULL, NULL, 'desc', NULL, 'Success', NULL, '2024-11-29', '1', 1, NULL, NULL, '2024-11-28 22:51:25'),
(339, 177, 1, 'My Task 2', NULL, NULL, NULL, 'Hello', NULL, 'Success', NULL, '2024-11-29', '1', 1, NULL, NULL, '2024-11-28 22:51:57'),
(374, 177, 1, 'helloo', NULL, NULL, NULL, 'why weedings', NULL, 'Success', NULL, '2024-12-12', '1', 0, NULL, NULL, '2024-12-04 02:59:30'),
(375, 177, 1, 'helloo', NULL, NULL, NULL, 'why weedings', NULL, 'Success', NULL, '2024-12-12', '1', 0, NULL, NULL, '2024-12-04 02:59:35'),
(368, 177, 2, 'Meeting Request ', 1, '1', NULL, 'okoko', NULL, 'meeting', NULL, '2024-12-03', '13:50', 0, NULL, NULL, '2024-11-30 01:21:07'),
(355, 177, 1, 'Task weeding', NULL, NULL, NULL, 'value of string', NULL, 'Success', NULL, '2024-11-29', '1', 1, NULL, NULL, '2024-11-29 04:02:23'),
(354, 177, 1, 'Task Add the', NULL, NULL, NULL, 'both of you', NULL, 'Success', NULL, '2024-11-29', '1', 1, NULL, NULL, '2024-11-29 04:01:39'),
(377, 177, 1, 'why', NULL, NULL, NULL, 'hello', NULL, 'Success', NULL, '2024-12-04', '1', 0, NULL, NULL, '2024-12-04 03:00:15'),
(379, 177, 1, 'why', NULL, NULL, NULL, 'hello', NULL, 'Success', NULL, '2024-12-04', '1', 0, NULL, NULL, '2024-12-04 03:00:38'),
(356, 177, 2, 'BEST ONE', 1, '1', NULL, 'GENUSE COME TO MREETINGS\n', NULL, 'meeting', NULL, '2024-11-29', '10am to 07pm', 0, NULL, NULL, '2024-11-29 04:49:12'),
(378, 177, 1, 'why', NULL, NULL, NULL, 'hello', NULL, 'Success', NULL, '2024-12-04', '1', 0, NULL, NULL, '2024-12-04 03:00:37'),
(380, 177, 1, 'why', NULL, NULL, NULL, 'hello', NULL, 'Success', NULL, '2024-12-04', '1', 0, NULL, NULL, '2024-12-04 03:00:38'),
(381, 177, 1, 'why', NULL, NULL, NULL, 'hello', NULL, 'Success', NULL, '2024-12-04', '1', 0, NULL, NULL, '2024-12-04 03:00:39'),
(382, 177, 1, 'why', NULL, NULL, NULL, 'hello', NULL, 'Success', NULL, '2024-12-04', '1', 0, NULL, NULL, '2024-12-04 03:00:39'),
(383, 177, 1, 'why', NULL, NULL, NULL, 'hello', NULL, 'Success', NULL, '2024-12-04', '1', 0, NULL, NULL, '2024-12-04 03:00:39'),
(384, 177, 1, 'why', NULL, NULL, NULL, 'hello', NULL, 'Success', NULL, '2024-12-04', '1', 0, NULL, NULL, '2024-12-04 03:00:49'),
(385, 177, 2, 'mettings', 1, '1', NULL, 'no', NULL, 'meeting', NULL, '2024-12-04', '10am to 07pm', 0, NULL, NULL, '2024-12-04 03:01:26'),
(386, 98, 2, 'test', NULL, '1', NULL, 'dfsdfd', NULL, 'Metting', NULL, '2025-04-12', '14:34', 0, 2, 52, '2025-04-12 02:04:13'),
(387, 558, 2, '1012', NULL, '3', '', '1012021', NULL, 'Metting', NULL, '2025-04-21', '19:48', 0, 58, 120, '2025-04-14 03:14:14'),
(388, 184, 2, 'Heloo ', 1, '1', NULL, 'Helloo ', NULL, 'meeting', NULL, '2025-04-17', '12:28', 0, NULL, NULL, '2025-04-15 23:58:42'),
(389, 184, 2, 'dsdsdsdsd', 1, '1', NULL, 'sdsdsdsd', NULL, 'meeting', NULL, '2025-04-17', '12:29', 0, NULL, NULL, '2025-04-15 23:59:32'),
(390, 184, 2, 'fdfd', 1, '1', NULL, 'dfgfgfg', NULL, 'meeting', NULL, '2025-04-17', '12:38', 0, NULL, NULL, '2025-04-16 00:08:48'),
(391, 184, 1, 'bjhjh', NULL, NULL, NULL, 'hjhjhjh', NULL, 'Success', NULL, '2025-04-17', '1', 1, NULL, NULL, '2025-04-16 00:09:20'),
(392, 184, 1, 'bjhjh', NULL, NULL, NULL, 'hjhjhjh', NULL, 'Success', NULL, '2025-04-17', '1', 1, NULL, NULL, '2025-04-16 00:09:50'),
(393, 184, 1, 'bjhjh', NULL, NULL, NULL, 'hjhjhjh', NULL, 'Success', NULL, '2025-04-17', '1', 1, NULL, NULL, '2025-04-16 00:09:50'),
(394, 184, 1, 'bjhjh', NULL, NULL, NULL, 'hjhjhjh', NULL, 'Success', NULL, '2025-04-17', '1', 1, NULL, NULL, '2025-04-16 00:09:54'),
(395, 184, 1, 'bjhjh', NULL, NULL, NULL, 'hjhjhjh', NULL, 'Success', NULL, '2025-04-17', '1', 0, NULL, NULL, '2025-04-16 00:09:54'),
(396, 184, 1, 'bjhjh', NULL, NULL, NULL, 'hjhjhjh', NULL, 'Success', NULL, '2025-04-17', '1', 0, NULL, NULL, '2025-04-16 00:09:56'),
(397, 184, 2, 'rgrgfgfg', 1, '1', NULL, 'dfhhfh', NULL, 'meeting', NULL, '2025-04-16', '10am to 07pm', 0, NULL, NULL, '2025-04-16 00:36:36'),
(398, 184, 1, 'zzxzxzx', NULL, NULL, NULL, 'zxzxzx', NULL, 'Success', NULL, '2025-04-16', '1', 0, NULL, NULL, '2025-04-16 00:42:54'),
(399, 184, 1, 'zzxzxzx', NULL, NULL, NULL, 'zxzxzx', NULL, 'Success', NULL, '2025-04-16', '1', 0, NULL, NULL, '2025-04-16 00:43:03'),
(400, 184, 1, '55555', NULL, NULL, NULL, '5555', NULL, 'Success', NULL, '2025-04-16', '1', 0, NULL, NULL, '2025-04-16 00:44:24'),
(401, 184, 1, 'dfdf', NULL, NULL, NULL, 'fdfdf', NULL, 'Success', NULL, '2025-04-16', '1', 0, NULL, NULL, '2025-04-16 00:46:40'),
(402, 184, 1, 'dfdf', NULL, NULL, NULL, 'fdfdf', NULL, 'Success', NULL, '2025-04-16', '1', 0, NULL, NULL, '2025-04-16 00:47:38'),
(403, 184, 1, 'dfdf', NULL, NULL, NULL, 'fdfdf', NULL, 'Success', NULL, '2025-04-16', '1', 0, NULL, NULL, '2025-04-16 00:47:42'),
(404, 184, 1, 'dfdf', NULL, NULL, NULL, 'fdfdf', NULL, 'Success', NULL, '2025-04-16', '1', 0, NULL, NULL, '2025-04-16 00:47:57'),
(405, 184, 1, 'dfdf', NULL, NULL, NULL, 'fdfdf', NULL, 'Success', NULL, '2025-04-16', '1', 0, NULL, NULL, '2025-04-16 00:47:58'),
(406, 123, 1, 'harsh', NULL, NULL, NULL, 'lorem ipush', NULL, 'tetsing', NULL, '12:00 ', '1:00', 0, NULL, NULL, '2025-04-16 00:51:42'),
(407, 184, 1, 'sdsdsds', NULL, NULL, NULL, 'sdsdsdsd', NULL, 'Success', NULL, '2025-04-16', '1', 0, NULL, NULL, '2025-04-16 00:52:58'),
(408, 184, 1, 'sdsdsds', NULL, NULL, NULL, 'sdsdsdsd', NULL, 'Success', NULL, '2025-04-16', '1', 0, NULL, NULL, '2025-04-16 00:53:40'),
(409, 111, 1, 'harsh', NULL, NULL, NULL, 'lorem ipush', NULL, 'tetsing', NULL, '12:00 ', '1:00', 0, NULL, NULL, '2025-04-16 00:54:22'),
(410, 111, 1, 'harsh', NULL, NULL, NULL, 'lorem ipush', NULL, 'tetsing', NULL, '12:00 ', '1:00', 0, NULL, NULL, '2025-04-16 00:55:44'),
(411, 184, 1, 'Ram Amar', NULL, NULL, NULL, 'Hellon mr RAm', NULL, 'Success', NULL, '2025-04-16', '1', 0, NULL, NULL, '2025-04-16 00:57:10'),
(412, 184, 2, 'Hiren', 1, '1', NULL, 'Nixon ', NULL, 'meeting', NULL, '2025-04-17', '14:30', 0, NULL, NULL, '2025-04-16 01:00:15'),
(413, 23, 2, 'meeting 2', NULL, NULL, NULL, 'meeting 2 Description', NULL, 'meeting', NULL, '2023-10-21', '10:00', 0, NULL, NULL, '2025-04-16 01:12:53'),
(414, 184, 2, 'cucu', 1, '1', NULL, '\ncc\n', NULL, 'meeting', NULL, '2025-04-18', '15:51', 0, NULL, NULL, '2025-04-16 02:21:11'),
(415, 23, 2, 'meeting 2', NULL, NULL, NULL, 'meeting 2 Description', NULL, 'meeting', NULL, '2023-10-21', '10:00', 0, NULL, NULL, '2025-04-16 02:30:10'),
(416, 184, 2, 'meeting 2', NULL, NULL, NULL, 'meeting 2 Description', NULL, 'meeting', NULL, '2025-04-15', '10:00', 0, NULL, NULL, '2025-04-16 02:33:51'),
(417, 184, 2, 'meeting 2', NULL, NULL, NULL, 'meeting 2 Description', NULL, 'meeting', NULL, '2025-04-15', '10:00', 0, NULL, NULL, '2025-04-16 02:33:54'),
(418, 184, 2, 'meeting 2', NULL, NULL, NULL, 'meeting 2 Description', NULL, 'meeting', NULL, '2025-04-17', '10:00', 0, NULL, NULL, '2025-04-16 02:34:26'),
(419, 184, 2, 'meeting 2', NULL, NULL, NULL, 'meeting 2 Description', NULL, 'meeting', 0, '2025-04-15', '10:00', 0, NULL, NULL, '2025-04-16 02:59:47'),
(420, 156, 1, 'hhh', NULL, NULL, NULL, 'gy', NULL, 'Success', NULL, '2025-04-30', '1', 1, NULL, NULL, '2025-04-30 04:19:42'),
(421, 156, 1, 'hhh', NULL, NULL, NULL, 'gy', NULL, 'Success', NULL, '2025-04-30', '1', 1, NULL, NULL, '2025-04-30 04:19:44'),
(422, 98, 2, 'birthday party', NULL, '1', NULL, 'hi', NULL, 'Metting', NULL, '2025-05-02', '17:57', 0, 9, 124, '2025-04-30 05:24:12'),
(423, 189, 2, 'tegs', 1, '1', NULL, 'df', NULL, 'meeting', 0, '2026-03-06', '12:30', 0, NULL, NULL, '2026-03-05 22:50:20'),
(424, 564, 2, 'c x', 0, '2', NULL, 'nhfdfdn', NULL, 'Metting', NULL, '2026-03-06', '16:10', 0, NULL, NULL, '2026-03-06 03:40:43'),
(425, 189, 1, 'gtdf', NULL, NULL, NULL, 'hgdc', NULL, 'Success', NULL, '2026-03-09', '1', 1, NULL, NULL, '2026-03-09 00:12:29'),
(431, 156, 2, 'hh', 1, '1', NULL, 'h', NULL, 'meeting', 0, '2026-03-11', '11:26', 0, NULL, NULL, '2026-03-09 22:56:43'),
(427, 189, 1, 'tj', NULL, NULL, NULL, 'mh', NULL, 'Success', NULL, '2026-03-09', '1', 1, NULL, NULL, '2026-03-09 04:38:36'),
(428, 189, 1, 'tj', NULL, NULL, NULL, 'mh', NULL, 'Success', NULL, '2026-03-09', '1', 1, NULL, NULL, '2026-03-09 04:38:36'),
(430, 189, 1, 'tj', NULL, NULL, NULL, 'mh', NULL, 'Success', NULL, '2026-03-09', '1', 1, NULL, NULL, '2026-03-09 04:38:37'),
(432, 156, 2, 'hh', 1, '1', NULL, 'h', NULL, 'meeting', 0, '2026-03-11', '11:26', 0, NULL, NULL, '2026-03-09 22:56:44'),
(433, 189, 2, 'testgg', 1, '1', NULL, 'cf', NULL, 'meeting', 0, '2026-03-10', '11:56', 0, NULL, NULL, '2026-03-09 23:26:38'),
(434, 192, 1, 'hi', NULL, NULL, NULL, 'hi', NULL, 'Success', NULL, '2026-03-11', '1', 1, NULL, NULL, '2026-03-09 23:39:29'),
(435, 192, 2, 'biii', 1, '1', NULL, 'ngnfnchf', NULL, 'meeting', 0, '2026-03-11', '10am to 07pm', 0, NULL, NULL, '2026-03-09 23:51:38'),
(436, 566, 2, 'TEST', NULL, '1', NULL, 'Amazone parcel ', NULL, 'Metting', NULL, '2026-03-10', '12:22', 0, NULL, NULL, '2026-03-09 23:52:30'),
(437, 189, 2, 'dvdv', 1, '1', NULL, 'dvx ', NULL, 'meeting', 0, '2026-03-12', '10:09', 0, NULL, NULL, '2026-03-11 21:40:02'),
(438, 190, 1, 'testing', NULL, NULL, NULL, 'yetay', NULL, 'Success', NULL, '2026-03-12', '1', 1, NULL, NULL, '2026-03-12 04:26:15'),
(439, 190, 1, 'frbc', NULL, NULL, NULL, 'hrrhbr', NULL, 'Success', NULL, '2026-03-12', '1', 1, NULL, NULL, '2026-03-12 04:26:44'),
(440, 190, 1, 'hf', NULL, NULL, NULL, 'gfg', NULL, 'Success', NULL, '2026-03-13', '1', 1, NULL, NULL, '2026-03-12 04:28:37'),
(443, 189, 2, 'helloi', 1, '1', NULL, 'new sone', NULL, 'meeting', 0, '2026-04-16', '05:20', 0, NULL, NULL, '2026-04-02 03:46:47'),
(444, 189, 2, 'new one', 3, '3', '63533751.6', 'no one', NULL, 'meeting', 0, '2026-04-03', '10am to 07pm', 0, NULL, NULL, '2026-04-02 03:47:27');

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

--
-- Table structure for table `bride_groom_favourites`
--

CREATE TABLE `bride_groom_favourites` (
  `id` int(11) NOT NULL,
  `uid` int(11) NOT NULL,
  `supplier_id` int(11) NOT NULL,
  `category_id` int(11) NOT NULL,
  `is_fav` int(11) NOT NULL,
  `created_at` timestamp NOT NULL DEFAULT current_timestamp()
) ENGINE=MyISAM DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci;

--
-- Dumping data for table `bride_groom_favourites`
--

INSERT INTO `bride_groom_favourites` (`id`, `uid`, `supplier_id`, `category_id`, `is_fav`, `created_at`) VALUES
(102, 174, 104, 1, 1, '2024-11-27 10:02:09'),
(101, 158, 533, 2, 0, '2024-10-22 10:10:13'),
(100, 158, 531, 4, 0, '2024-10-22 06:50:02'),
(99, 158, 529, 4, 1, '2024-10-22 06:11:41'),
(98, 158, 530, 3, 1, '2024-10-21 11:55:13'),
(97, 156, 521, 4, 1, '2024-10-21 08:11:38'),
(96, 156, 104, 1, 0, '2024-10-21 08:05:43'),
(95, 156, 524, 1, 0, '2024-10-21 08:04:15'),
(94, 157, 522, 2, 1, '2024-10-08 09:59:38'),
(93, 139, 502, 1, 1, '2024-04-12 10:09:46'),
(92, 133, 288, 1, 1, '2024-04-11 10:10:08'),
(91, 128, 483, 1, 1, '2024-04-11 04:47:36'),
(90, 128, 472, 1, 1, '2024-04-11 04:47:30'),
(89, 127, 481, 15, 1, '2024-03-11 07:42:25'),
(88, 127, 472, 1, 0, '2024-03-08 10:50:10'),
(87, 130, 180, 2, 1, '2024-03-08 05:46:21'),
(86, 130, 102, 3, 1, '2024-03-07 11:07:21'),
(85, 130, 104, 1, 0, '2024-03-07 11:04:28'),
(84, 129, 391, 1, 1, '2024-03-07 07:25:57'),
(83, 129, 185, 1, 1, '2024-03-07 06:32:50'),
(82, 129, 104, 1, 1, '2024-03-07 06:29:27'),
(81, 17, 102, 3, 1, '2024-03-06 08:12:15'),
(80, 125, 427, 15, 1, '2024-03-05 12:39:29'),
(79, 121, 427, 15, 1, '2024-03-05 07:36:42'),
(78, 31, 185, 1, 1, '2024-02-26 09:22:34'),
(77, 31, 104, 1, 1, '2024-02-26 09:22:28');

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

--
-- Table structure for table `bride_groom_itinerary`
--

CREATE TABLE `bride_groom_itinerary` (
  `id` int(11) NOT NULL,
  `uid` int(11) NOT NULL,
  `itinerary_file_name` text NOT NULL,
  `itinerary` text NOT NULL,
  `created_at` timestamp NOT NULL DEFAULT current_timestamp(),
  `updated_at` timestamp NOT NULL DEFAULT current_timestamp()
) ENGINE=MyISAM DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci;

--
-- Dumping data for table `bride_groom_itinerary`
--

INSERT INTO `bride_groom_itinerary` (`id`, `uid`, `itinerary_file_name`, `itinerary`, `created_at`, `updated_at`) VALUES
(25, 42, 'Couples App (1).pdf', '1708759438_b90fd5730d2c0462304e.pdf', '2024-02-24 07:23:58', '2024-02-24 07:23:58'),
(26, 42, 'joinquery.png', '1708759460_aa9ee84316ce84d91600.png', '2024-02-24 07:24:20', '2024-02-24 07:24:20'),
(4, 15, 'Wedding Itinerary Template - Jotform PDF Editor.pdf', '1699075198_8729188d6b6ddbe5b368.pdf', '2023-11-04 05:19:58', '2023-11-04 05:19:58'),
(32, 31, 'IMG-20240225-WA0014.jpg', '1708939065_e07a1427bf8073311939.jpg', '2024-02-26 09:17:45', '2024-02-26 09:17:45'),
(27, 42, 'joinquery.png', '1708759478_2aa252f03a107a42bed8.png', '2024-02-24 07:24:38', '2024-02-24 07:24:38'),
(28, 93, 'joinquery.png', '1708759516_35d117a109511a68fdb1.png', '2024-02-24 07:25:16', '2024-02-24 07:25:16'),
(29, 42, 'joinquery.png', '1708759526_abac60924b10f6abc544.png', '2024-02-24 07:25:26', '2024-02-24 07:25:26'),
(30, 42, 'Couples App (1).pdf', '1708759542_7627d9537c904eb9e6c3.pdf', '2024-02-24 07:25:42', '2024-02-24 07:25:42'),
(36, 114, 'IMG-20240229-WA0005.jpg', '1709294055_aaa84ca33187e4aeb21e.jpg', '2024-03-01 11:54:15', '2024-03-01 11:54:15'),
(41, 115, 'istockphoto-1737181835-1024x1024.jpg', '1709640961_e66ff3538159c75e3fc9.jpg', '2024-03-05 12:16:01', '2024-03-05 12:16:01'),
(35, 57, 'IMG_20231004_134620.jpg', '1709181686_27a92b23d97d6076cdfd.jpg', '2024-02-29 04:41:26', '2024-02-29 04:41:26'),
(37, 121, 'IMG-20240305-WA0001.jpg', '1709624755_cb7c933516bef05597f4.jpg', '2024-03-05 07:45:55', '2024-03-05 07:45:55'),
(38, 42, 'joinquery.png', '1709636934_1b81770fa91d3c4eb2f7.png', '2024-03-05 11:08:54', '2024-03-05 11:08:54'),
(39, 42, 'joinquery.png', '1709640242_6696adce84fe6c574a25.png', '2024-03-05 12:04:02', '2024-03-05 12:04:02'),
(40, 42, 'joinquery.png', '1709640292_96127d535312cf00caa6.png', '2024-03-05 12:04:52', '2024-03-05 12:04:52'),
(43, 130, '428ff857accf0ff59bf10c16e7b30c16.jpg', '1709813070_36192a1692296c718c09.jpg', '2024-03-07 12:04:30', '2024-03-07 12:04:30'),
(46, 143, 'IMG-20240901-WA0042.jpg', '1725528769_463a539a155435a7dce4.jpg', '2024-09-05 09:32:49', '2024-09-05 09:32:49'),
(45, 127, 'Topic_file_6e15bd9f.pdf', '1709963140_ff757e7e9e133ad21657.pdf', '2024-03-09 05:45:40', '2024-03-09 05:45:40'),
(47, 151, 'IMG-20240922-WA0003.jpg', '1727094753_4fee409114565395a7d9.jpg', '2024-09-23 12:32:33', '2024-09-23 12:32:33'),
(48, 158, 'Supplier3.pdf', '1729510040_ec443d5b34248efb9582.jpg', '2024-10-21 11:27:20', '2024-10-21 11:27:20'),
(49, 160, 'joinquery.png', '1709636934_1b81770fa91d3c4eb2f7.png', '2024-03-05 11:08:54', '2024-03-05 11:08:54'),
(80, 174, 'laravel.png', '1733116152_5daaf34bd1647ec2e7de.png', '2024-12-02 05:09:12', '2024-12-02 05:09:12'),
(79, 174, 'laravel.png', '1733115834_58540c7d4e5eab82ef70.png', '2024-12-02 05:03:54', '2024-12-02 05:03:54'),
(75, 174, 'Kalol Nagarpalika.pdf', '1732866476_f5bb6b0754e9cc1e3273.pdf', '2024-11-29 07:47:56', '2024-11-29 07:47:56'),
(78, 177, 'demo3-2024-10-24-05-44-54-PM.pdf', '1732953829_5b4747f81b3cfc71b528.pdf', '2024-11-30 08:03:49', '2024-11-30 08:03:49'),
(81, 174, 'laravel.png', '1733116175_265dab9af19c16b188e3.png', '2024-12-02 05:09:35', '2024-12-02 05:09:35'),
(82, 174, 'laravel.png', '1733116295_0b82989def3443975eab.png', '2024-12-02 05:11:35', '2024-12-02 05:11:35'),
(83, 174, 'laravel.png', '1733116438_0910e30ab10d9b722554.png', '2024-12-02 05:13:58', '2024-12-02 05:13:58'),
(84, 174, 'laravel.png', '1733116769_82ffc5b67f4e199d80b8.png', '2024-12-02 05:19:29', '2024-12-02 05:19:29'),
(85, 184, 'Screenshot_2025-04-03-10-37-49-744_com.wavee.community.jpg', '1744794705_1cb06f3bed3902ab2d63.jpg', '2025-04-16 09:11:45', '2025-04-16 09:11:45'),
(86, 185, 'vivek_cv.pdf', '1746016689_196339a8e6e34479eb30.pdf', '2025-04-30 12:38:09', '2025-04-30 12:38:09'),
(88, 156, 'Screenshot_2026-03-09-17-54-01-00_3cffb9bfc2828ff3a0a0e6c251faf7e1.jpg', '1773122888_0d7c06ce3ed8fc800055.jpg', '2026-03-10 06:08:08', '2026-03-10 06:08:08'),
(90, 189, 'Screenshot_2026-03-27-17-30-20-53_28b579ab1893f8a6ea79e45229ce7ac2.jpg', '1775130529_77110acd7e85e7fba385.jpg', '2026-04-02 11:48:49', '2026-04-02 11:48:49');

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

--
-- Table structure for table `bride_groom_mood_boards`
--

CREATE TABLE `bride_groom_mood_boards` (
  `id` int(11) NOT NULL,
  `uid` int(11) NOT NULL,
  `supplier_id` int(11) NOT NULL,
  `category_id` int(11) NOT NULL,
  `image` varchar(255) NOT NULL,
  `created_at` timestamp NOT NULL DEFAULT current_timestamp()
) ENGINE=MyISAM DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci;

--
-- Dumping data for table `bride_groom_mood_boards`
--

INSERT INTO `bride_groom_mood_boards` (`id`, `uid`, `supplier_id`, `category_id`, `image`, `created_at`) VALUES
(278, 57, 305, 3, 'https://wedding.fableadtechnolabs.com/portal/public/mood_boards/1702382236_3801a54687ea9da30ec6.jpg', '2023-12-12 11:57:16'),
(277, 59, 314, 1, 'https://wedding.fableadtechnolabs.com/portal/public/mood_boards/1701064806_59ef2050ac81978f2a2c.jpg', '2023-11-27 06:00:06'),
(276, 59, 314, 1, 'https://wedding.fableadtechnolabs.com/portal/public/mood_boards/1701064806_1218de3ce96f3ea4769c.jpg', '2023-11-27 06:00:06'),
(275, 59, 315, 4, 'https://wedding.fableadtechnolabs.com/portal/public/mood_boards/1699517741_29537fc4a08cfba4159f.jpg', '2023-11-09 08:15:41'),
(274, 59, 315, 4, 'https://wedding.fableadtechnolabs.com/portal/public/mood_boards/1699517732_dacfe0b4a315f453a637.jpg', '2023-11-09 08:15:32'),
(273, 59, 315, 4, 'https://wedding.fableadtechnolabs.com/portal/public/mood_boards/1699517724_169e6c7490ac82be2dae.jpg', '2023-11-09 08:15:24'),
(272, 59, 315, 4, 'https://wedding.fableadtechnolabs.com/portal/public/mood_boards/1699517717_6a6a99a4937349438c14.jpg', '2023-11-09 08:15:17'),
(271, 59, 314, 2, 'https://wedding.fableadtechnolabs.com/portal/public/mood_boards/1699440363_203ae52e0d5a31b8d720.jpg', '2023-11-08 10:46:03'),
(270, 59, 314, 2, 'https://wedding.fableadtechnolabs.com/portal/public/mood_boards/1699438346_63be1757f5a33235b09c.jpg', '2023-11-08 10:12:26'),
(269, 59, 314, 2, 'https://wedding.fableadtechnolabs.com/portal/public/mood_boards/1699426394_908fe81fb275b105c0ea.jpg', '2023-11-08 06:53:14'),
(268, 59, 314, 2, 'https://wedding.fableadtechnolabs.com/portal/public/mood_boards/1699426374_6c9b17e82a346682ea5f.jpg', '2023-11-08 06:52:54'),
(267, 59, 314, 2, 'https://wedding.fableadtechnolabs.com/portal/public/mood_boards/1699426351_2114ce49b6f7705bc42c.jpg', '2023-11-08 06:52:31'),
(266, 59, 314, 2, 'https://wedding.fableadtechnolabs.com/portal/public/mood_boards/1699426305_94ff344cda6d41fc03be.jpg', '2023-11-08 06:51:45'),
(265, 59, 314, 2, 'https://wedding.fableadtechnolabs.com/portal/public/mood_boards/1699426234_cab81b61f83f2c672bf7.jpg', '2023-11-08 06:50:34'),
(264, 59, 314, 2, 'https://wedding.fableadtechnolabs.com/portal/public/mood_boards/1699426064_9ceaf83793b1c57b5cc5.jpg', '2023-11-08 06:47:44'),
(263, 59, 314, 2, 'https://wedding.fableadtechnolabs.com/portal/public/mood_boards/1699426012_192ed5d3752ae1b743ea.jpg', '2023-11-08 06:46:52'),
(221, 52, 269, 1, 'https://wedding.fableadtechnolabs.com/portal/public/mood_boards/1698988207_05bcdac89934e96d94fc.jpg', '2023-11-03 05:10:07'),
(220, 52, 269, 1, 'https://wedding.fableadtechnolabs.com/portal/public/mood_boards/1698988207_7c633f6de33c73bbacee.jpg', '2023-11-03 05:10:07'),
(219, 52, 269, 1, 'https://wedding.fableadtechnolabs.com/portal/public/mood_boards/1698988207_8b61bcc907ad53727565.jpg', '2023-11-03 05:10:07'),
(218, 52, 269, 1, 'https://wedding.fableadtechnolabs.com/portal/public/mood_boards/1698988206_6bab9f19ef43ba83726e.jpg', '2023-11-03 05:10:07'),
(217, 52, 269, 1, 'https://wedding.fableadtechnolabs.com/portal/public/mood_boards/1698988206_56adef35c8342c2e42c1.jpg', '2023-11-03 05:10:06'),
(216, 51, 254, 3, 'https://wedding.fableadtechnolabs.com/portal/public/mood_boards/1698926389_6c73f3499c1884a36686.jpg', '2023-11-02 11:59:50'),
(215, 51, 254, 3, 'https://wedding.fableadtechnolabs.com/portal/public/mood_boards/1698926388_4d7da660cbecea88b5fa.jpg', '2023-11-02 11:59:49'),
(214, 51, 254, 3, 'https://wedding.fableadtechnolabs.com/portal/public/mood_boards/1698926388_f7be926fdea9856f285c.jpg', '2023-11-02 11:59:48'),
(213, 51, 254, 3, 'https://wedding.fableadtechnolabs.com/portal/public/mood_boards/1698926388_211e60bdcf0fc34cf55b.jpg', '2023-11-02 11:59:48'),
(212, 51, 254, 3, 'https://wedding.fableadtechnolabs.com/portal/public/mood_boards/1698926388_7d49b1bdd178b311fe74.jpg', '2023-11-02 11:59:48'),
(211, 51, 253, 2, 'https://wedding.fableadtechnolabs.com/portal/public/mood_boards/1698926304_7a47215574c3480df2e0.jpg', '2023-11-02 11:58:24'),
(210, 51, 253, 2, 'https://wedding.fableadtechnolabs.com/portal/public/mood_boards/1698926304_5a4f98f96987cbba941b.jpg', '2023-11-02 11:58:24'),
(209, 51, 253, 2, 'https://wedding.fableadtechnolabs.com/portal/public/mood_boards/1698926304_210a6f4e25d358b2455b.jpg', '2023-11-02 11:58:24'),
(208, 51, 253, 2, 'https://wedding.fableadtechnolabs.com/portal/public/mood_boards/1698926304_177d8ce80d545ba4e910.jpg', '2023-11-02 11:58:24'),
(207, 51, 253, 2, 'https://wedding.fableadtechnolabs.com/portal/public/mood_boards/1698926304_ff3fb340c55f127b2991.jpg', '2023-11-02 11:58:24'),
(206, 51, 253, 2, 'https://wedding.fableadtechnolabs.com/portal/public/mood_boards/1698926304_02a8e1bb995ff4de6bce.jpg', '2023-11-02 11:58:24'),
(205, 51, 253, 2, 'https://wedding.fableadtechnolabs.com/portal/public/mood_boards/1698926304_f38db942fdb8877a70e4.jpg', '2023-11-02 11:58:24'),
(204, 51, 253, 2, 'https://wedding.fableadtechnolabs.com/portal/public/mood_boards/1698926304_830fc8dbe07dfebb03aa.jpg', '2023-11-02 11:58:24'),
(203, 51, 253, 2, 'https://wedding.fableadtechnolabs.com/portal/public/mood_boards/1698926304_b50bcd32d3f5d1ca949f.jpg', '2023-11-02 11:58:24'),
(202, 51, 253, 2, 'https://wedding.fableadtechnolabs.com/portal/public/mood_boards/1698926304_756dbaa250eb0623b291.jpg', '2023-11-02 11:58:24'),
(201, 51, 253, 2, 'https://wedding.fableadtechnolabs.com/portal/public/mood_boards/1698926304_cf06cd873809fc69b819.jpg', '2023-11-02 11:58:24'),
(200, 51, 253, 2, 'https://wedding.fableadtechnolabs.com/portal/public/mood_boards/1698910794_e29480a75544b2169fca.jpg', '2023-11-02 07:39:54'),
(199, 50, 253, 2, 'https://wedding.fableadtechnolabs.com/portal/public/mood_boards/1698832504_0122dfddf2d67e973a48.jpg', '2023-11-01 09:55:04'),
(198, 50, 253, 2, 'https://wedding.fableadtechnolabs.com/portal/public/mood_boards/1698832504_fb7da776413220ab27ae.jpg', '2023-11-01 09:55:04'),
(197, 50, 253, 2, 'https://wedding.fableadtechnolabs.com/portal/public/mood_boards/1698832504_8cea85e7e93e0181ccf4.png', '2023-11-01 09:55:04'),
(54, 98, 109, 1, 'https://wedding.fableadtechnolabs.com/portal/public/mood_boards/1698301855_71a8241e96f4bd077476.jpg', '2023-10-26 06:30:55'),
(55, 108, 110, 1, 'https://wedding.fableadtechnolabs.com/portal/public/mood_boards/1698302083_88c8611c71102e07c43b.jpg', '2023-10-26 06:34:43'),
(56, 98, 110, 1, 'https://wedding.fableadtechnolabs.com/portal/public/mood_boards/1698302751_ef35b822edc345c4eac6.jpg', '2023-10-26 06:45:51'),
(57, 98, 109, 2, 'https://wedding.fableadtechnolabs.com/portal/public/mood_boards/1698303703_d37754daa265dd8c827d.jpg', '2023-10-26 07:01:43'),
(58, 108, 102, 2, 'https://wedding.fableadtechnolabs.com/portal/public/mood_boards/1698303703_186db80e86321f4af3f7.jpg', '2023-10-26 07:01:43'),
(179, 45, 247, 2, 'https://wedding.fableadtechnolabs.com/portal/public/mood_boards/1698737724_2ae3c6f35fb3bd642cdf.jpg', '2023-10-31 07:35:24'),
(178, 45, 247, 2, 'https://wedding.fableadtechnolabs.com/portal/public/mood_boards/1698737723_3d002eed9d34de567558.jpg', '2023-10-31 07:35:24'),
(61, 114, 118, 2, 'https://wedding.fableadtechnolabs.com/portal/public/mood_boards/1698304870_7706e3cd27bd6d69fc1d.jpg', '2023-10-26 07:21:10'),
(260, 57, 287, 3, 'https://wedding.fableadtechnolabs.com/portal/public/mood_boards/1699352747_6b30ab1224ea69a5ba39.jpg', '2023-11-07 10:25:47'),
(261, 57, 287, 3, 'https://wedding.fableadtechnolabs.com/portal/public/mood_boards/1699352753_9cf23a8190b93fae795a.jpg', '2023-11-07 10:25:53'),
(262, 57, 287, 3, 'https://wedding.fableadtechnolabs.com/portal/public/mood_boards/1699352769_97f41ecc004d53ce75ef.jpg', '2023-11-07 10:26:09'),
(259, 57, 288, 1, 'https://wedding.fableadtechnolabs.com/portal/public/mood_boards/1699352730_d70d81f69c5b5ca4bb2e.jpg', '2023-11-07 10:25:30'),
(177, 45, 247, 2, 'https://wedding.fableadtechnolabs.com/portal/public/mood_boards/1698737723_c57572de09b9e4fd1430.jpg', '2023-10-31 07:35:23'),
(258, 57, 287, 3, 'https://wedding.fableadtechnolabs.com/portal/public/mood_boards/1699343214_d1a3ed7881f11f8f1657.jpg', '2023-11-07 07:46:54'),
(257, 57, 287, 3, 'https://wedding.fableadtechnolabs.com/portal/public/mood_boards/1699343214_3cf65244e37604ac9f6b.jpg', '2023-11-07 07:46:54'),
(256, 57, 287, 3, 'https://wedding.fableadtechnolabs.com/portal/public/mood_boards/1699343214_51156dc20cbd2c527498.jpg', '2023-11-07 07:46:54'),
(244, 57, 290, 2, 'https://wedding.fableadtechnolabs.com/portal/public/mood_boards/1699342955_8d9260935cbcd0c2c2b3.jpg', '2023-11-07 07:42:35'),
(245, 57, 290, 2, 'https://wedding.fableadtechnolabs.com/portal/public/mood_boards/1699342955_2efc745aee242d0abceb.jpg', '2023-11-07 07:42:35'),
(246, 57, 290, 2, 'https://wedding.fableadtechnolabs.com/portal/public/mood_boards/1699342955_034edd897d636107124d.webp', '2023-11-07 07:42:35'),
(247, 57, 290, 2, 'https://wedding.fableadtechnolabs.com/portal/public/mood_boards/1699342955_5c02193e030ccbbc8ed9.webp', '2023-11-07 07:42:35'),
(248, 57, 290, 2, 'https://wedding.fableadtechnolabs.com/portal/public/mood_boards/1699342955_7c173f27186da751d1aa.jpg', '2023-11-07 07:42:35'),
(249, 57, 290, 2, 'https://wedding.fableadtechnolabs.com/portal/public/mood_boards/1699342955_52ec9447698bd16c6e39.webp', '2023-11-07 07:42:35'),
(250, 57, 287, 3, 'https://wedding.fableadtechnolabs.com/portal/public/mood_boards/1699343037_af292f57192f32746d55.jpg', '2023-11-07 07:43:57'),
(251, 57, 287, 3, 'https://wedding.fableadtechnolabs.com/portal/public/mood_boards/1699343037_c2c3907bdedaa621f13c.jpg', '2023-11-07 07:43:57'),
(252, 57, 287, 3, 'https://wedding.fableadtechnolabs.com/portal/public/mood_boards/1699343182_65d5cbeb95aca2a16670.jpg', '2023-11-07 07:46:22'),
(253, 57, 287, 3, 'https://wedding.fableadtechnolabs.com/portal/public/mood_boards/1699343182_a4cfd1faeeb3778f7b03.jpg', '2023-11-07 07:46:22'),
(254, 57, 287, 3, 'https://wedding.fableadtechnolabs.com/portal/public/mood_boards/1699343182_be38d4faca8b33ece789.jpg', '2023-11-07 07:46:22'),
(255, 57, 287, 3, 'https://wedding.fableadtechnolabs.com/portal/public/mood_boards/1699343214_be2a4aaa3672e2c990f7.jpg', '2023-11-07 07:46:54'),
(243, 57, 290, 2, 'https://wedding.fableadtechnolabs.com/portal/public/mood_boards/1699342948_04a088fc026554f3a258.webp', '2023-11-07 07:42:28'),
(242, 57, 290, 2, 'https://wedding.fableadtechnolabs.com/portal/public/mood_boards/1699342948_ee987b657f48a2b11048.jpg', '2023-11-07 07:42:28'),
(241, 57, 290, 2, 'https://wedding.fableadtechnolabs.com/portal/public/mood_boards/1699342948_713e4ea9d0aaaf957840.webp', '2023-11-07 07:42:28'),
(240, 57, 290, 2, 'https://wedding.fableadtechnolabs.com/portal/public/mood_boards/1699342948_549c4e85291417787899.webp', '2023-11-07 07:42:28'),
(239, 57, 290, 2, 'https://wedding.fableadtechnolabs.com/portal/public/mood_boards/1699342948_c05808483f800da55c65.jpg', '2023-11-07 07:42:28'),
(154, 41, 229, 3, 'https://wedding.fableadtechnolabs.com/portal/public/mood_boards/1698468601_1c1709af35c664dbea1c.png', '2023-10-28 04:50:01'),
(155, 41, 229, 3, 'https://wedding.fableadtechnolabs.com/portal/public/mood_boards/1698468601_ca32398ba723517e8d47.png', '2023-10-28 04:50:01'),
(156, 41, 229, 3, 'https://wedding.fableadtechnolabs.com/portal/public/mood_boards/1698468601_fd14d308d3db12a9df52.jpg', '2023-10-28 04:50:01'),
(157, 41, 229, 3, 'https://wedding.fableadtechnolabs.com/portal/public/mood_boards/1698468601_2b50e27ee62b148f4a6c.jpg', '2023-10-28 04:50:01'),
(158, 41, 229, 3, 'https://wedding.fableadtechnolabs.com/portal/public/mood_boards/1698468601_ceb13634d0d461389e9b.jpg', '2023-10-28 04:50:01'),
(159, 41, 229, 3, 'https://wedding.fableadtechnolabs.com/portal/public/mood_boards/1698468601_7ae38171058f777ce682.jpg', '2023-10-28 04:50:01'),
(161, 43, 244, 3, 'https://wedding.fableadtechnolabs.com/portal/public/mood_boards/1698478459_0f2bfce98b5dd79e29b2.jpg', '2023-10-28 07:34:19'),
(162, 43, 244, 3, 'https://wedding.fableadtechnolabs.com/portal/public/mood_boards/1698478459_638dcc7d219200daadfb.jpg', '2023-10-28 07:34:19'),
(163, 43, 244, 3, 'https://wedding.fableadtechnolabs.com/portal/public/mood_boards/1698478612_68d70f1fda29994a75d8.jpg', '2023-10-28 07:36:52'),
(164, 43, 244, 3, 'https://wedding.fableadtechnolabs.com/portal/public/mood_boards/1698478612_3a14024f87dfdf756cd2.jpg', '2023-10-28 07:36:52'),
(165, 43, 244, 3, 'https://wedding.fableadtechnolabs.com/portal/public/mood_boards/1698478612_c54d5e22437e5fd39a4e.jpg', '2023-10-28 07:36:53'),
(166, 43, 244, 3, 'https://wedding.fableadtechnolabs.com/portal/public/mood_boards/1698478613_ea697fbcbebd5915212a.heic', '2023-10-28 07:36:53'),
(167, 43, 244, 3, 'https://wedding.fableadtechnolabs.com/portal/public/mood_boards/1698478613_f085ec688699d845b8eb.heic', '2023-10-28 07:36:53'),
(168, 43, 244, 3, 'https://wedding.fableadtechnolabs.com/portal/public/mood_boards/1698478613_1dbcbf03457325db4934.heic', '2023-10-28 07:36:53'),
(169, 43, 244, 3, 'https://wedding.fableadtechnolabs.com/portal/public/mood_boards/1698478613_4e54e0d165abae34a0c6.heic', '2023-10-28 07:36:53'),
(170, 43, 244, 3, 'https://wedding.fableadtechnolabs.com/portal/public/mood_boards/1698478613_2d6d52a6ba1697bc8bbe.jpg', '2023-10-28 07:36:54'),
(238, 57, 290, 2, 'https://wedding.fableadtechnolabs.com/portal/public/mood_boards/1699342948_0a360115a12b030f58b8.jpg', '2023-11-07 07:42:28'),
(237, 57, 295, 1, 'https://wedding.fableadtechnolabs.com/portal/public/mood_boards/1699342873_fe6f69f959519b40cfc6.jpg', '2023-11-07 07:41:13'),
(236, 57, 295, 1, 'https://wedding.fableadtechnolabs.com/portal/public/mood_boards/1699342873_889689afae30ed72dd50.jpg', '2023-11-07 07:41:13'),
(235, 57, 295, 1, 'https://wedding.fableadtechnolabs.com/portal/public/mood_boards/1699342873_5f26a44b15d905a2da80.jpg', '2023-11-07 07:41:13'),
(234, 57, 295, 1, 'https://wedding.fableadtechnolabs.com/portal/public/mood_boards/1699342873_e7e28d57069eb965b2cf.jpg', '2023-11-07 07:41:13'),
(233, 57, 295, 1, 'https://wedding.fableadtechnolabs.com/portal/public/mood_boards/1699342865_24b035717d05f2e82076.jpg', '2023-11-07 07:41:05'),
(232, 57, 295, 1, 'https://wedding.fableadtechnolabs.com/portal/public/mood_boards/1699342865_1d2cc6ff4928536dca88.jpg', '2023-11-07 07:41:05'),
(231, 57, 295, 1, 'https://wedding.fableadtechnolabs.com/portal/public/mood_boards/1699342865_4c663fd72e179cca93e3.jpg', '2023-11-07 07:41:05'),
(230, 57, 295, 1, 'https://wedding.fableadtechnolabs.com/portal/public/mood_boards/1699342865_2370eb13eb3e6ce71757.jpg', '2023-11-07 07:41:05'),
(196, 50, 253, 2, 'https://wedding.fableadtechnolabs.com/portal/public/mood_boards/1698832504_cb3b981f7123e822a972.jpg', '2023-11-01 09:55:04'),
(195, 50, 253, 2, 'https://wedding.fableadtechnolabs.com/portal/public/mood_boards/1698832504_d26de8088578ab84ec72.jpg', '2023-11-01 09:55:04'),
(194, 50, 253, 2, 'https://wedding.fableadtechnolabs.com/portal/public/mood_boards/1698832494_0ae21e215618480c5560.jpg', '2023-11-01 09:54:55'),
(193, 50, 253, 2, 'https://wedding.fableadtechnolabs.com/portal/public/mood_boards/1698832494_d64b59f70b4d86cb62d9.jpg', '2023-11-01 09:54:54'),
(192, 50, 253, 2, 'https://wedding.fableadtechnolabs.com/portal/public/mood_boards/1698832494_f45d5a022cdcb0b5a587.jpg', '2023-11-01 09:54:54'),
(191, 50, 253, 2, 'https://wedding.fableadtechnolabs.com/portal/public/mood_boards/1698832474_100d364eecc821a6dad7.jpg', '2023-11-01 09:54:34'),
(229, 57, 288, 1, 'https://wedding.fableadtechnolabs.com/portal/public/mood_boards/1699342854_c8cf773de5a40403bc80.jpg', '2023-11-07 07:40:54'),
(228, 57, 288, 1, 'https://wedding.fableadtechnolabs.com/portal/public/mood_boards/1699342854_d52cdf82df66d8a9b916.jpg', '2023-11-07 07:40:54'),
(227, 57, 288, 1, 'https://wedding.fableadtechnolabs.com/portal/public/mood_boards/1699342854_292b7a0e77282d2d8658.jpg', '2023-11-07 07:40:54'),
(226, 57, 288, 1, 'https://wedding.fableadtechnolabs.com/portal/public/mood_boards/1699342854_460a0a8baaf248eb3f6b.jpg', '2023-11-07 07:40:54'),
(225, 57, 288, 1, 'https://wedding.fableadtechnolabs.com/portal/public/mood_boards/1699342846_03df2c89ac0d4787aadc.jpg', '2023-11-07 07:40:46'),
(224, 57, 288, 1, 'https://wedding.fableadtechnolabs.com/portal/public/mood_boards/1699342846_b361a894797d94683fe6.jpg', '2023-11-07 07:40:46'),
(223, 57, 288, 1, 'https://wedding.fableadtechnolabs.com/portal/public/mood_boards/1699342846_0fda56874a2994d0fa14.jpg', '2023-11-07 07:40:46'),
(222, 57, 288, 1, 'https://wedding.fableadtechnolabs.com/portal/public/mood_boards/1699342846_fd297fcc00bc16d84c05.jpg', '2023-11-07 07:40:46'),
(279, 31, 192, 2, 'https://wedding.londontechequity.co.uk/portal/public/mood_boards/1706072372_07e0f6c1884a48a5d4e3.jpg', '2024-01-24 04:59:32'),
(280, 31, 192, 2, 'https://wedding.londontechequity.co.uk/portal/public/mood_boards/1706081038_97e8349b3c3a6b92c033.png', '2024-01-24 07:23:58'),
(281, 31, 192, 2, 'https://wedding.londontechequity.co.uk/portal/public/mood_boards/1706081118_696303855d6cb1cb3cab.png', '2024-01-24 07:25:18'),
(282, 31, 312, 4, 'https://wedding.londontechequity.co.uk/portal/public/mood_boards/1706081163_11ff9d1ede93943d3baf.webp', '2024-01-24 07:26:03'),
(283, 31, 312, 4, 'https://wedding.londontechequity.co.uk/portal/public/mood_boards/1706081239_d771bd72e0b7fee84ad1.webp', '2024-01-24 07:27:19'),
(284, 31, 312, 4, 'https://wedding.londontechequity.co.uk/portal/public/mood_boards/1706081379_4a6972df4c4c503615f8.webp', '2024-01-24 07:29:39'),
(285, 31, 192, 2, 'https://wedding.londontechequity.co.uk/portal/public/mood_boards/1706081785_e32de003082adad0f9b0.png', '2024-01-24 07:36:25'),
(286, 31, 192, 2, 'https://wedding.londontechequity.co.uk/portal/public/mood_boards/1706081785_40a6e6aa3d95596e8275.png', '2024-01-24 07:36:25'),
(287, 31, 192, 2, 'https://wedding.londontechequity.co.uk/portal/public/mood_boards/1706081785_126d40e20765e06fa895.png', '2024-01-24 07:36:25'),
(288, 31, 192, 2, 'https://wedding.londontechequity.co.uk/portal/public/mood_boards/1706081791_c755324c10e93ff5e839.png', '2024-01-24 07:36:31'),
(289, 31, 192, 2, 'https://wedding.londontechequity.co.uk/portal/public/mood_boards/1706081791_ec66fb1949b28355a660.png', '2024-01-24 07:36:31'),
(290, 31, 192, 2, 'https://wedding.londontechequity.co.uk/portal/public/mood_boards/1706081791_0b57751bc1b874558d4f.png', '2024-01-24 07:36:31'),
(291, 31, 192, 2, 'https://wedding.londontechequity.co.uk/portal/public/mood_boards/1706082154_4bf97957c4ab5fe42003.webp', '2024-01-24 07:42:34'),
(292, 31, 192, 2, 'https://wedding.londontechequity.co.uk/portal/public/mood_boards/1706082154_a5f311edd3f6eee7e74d.png', '2024-01-24 07:42:34'),
(293, 31, 192, 2, 'https://wedding.londontechequity.co.uk/portal/public/mood_boards/1706082154_08f673cdffb2afcc3ade.png', '2024-01-24 07:42:34'),
(294, 31, 192, 2, 'https://wedding.londontechequity.co.uk/portal/public/mood_boards/1706082172_39b23051f39746252847.webp', '2024-01-24 07:42:52'),
(295, 31, 192, 2, 'https://wedding.londontechequity.co.uk/portal/public/mood_boards/1706082172_755e2d6552d451e6e555.png', '2024-01-24 07:42:52'),
(296, 31, 192, 2, 'https://wedding.londontechequity.co.uk/portal/public/mood_boards/1706082172_d90c50d2970f15ffd6ed.png', '2024-01-24 07:42:52'),
(297, 31, 192, 2, 'https://wedding.londontechequity.co.uk/portal/public/mood_boards/1706082203_213cb3e670048de70018.webp', '2024-01-24 07:43:23'),
(298, 31, 192, 2, 'https://wedding.londontechequity.co.uk/portal/public/mood_boards/1706082203_3b515123eb4735397cd3.png', '2024-01-24 07:43:23'),
(299, 31, 192, 2, 'https://wedding.londontechequity.co.uk/portal/public/mood_boards/1706082203_85dbf33ead58575fd14b.png', '2024-01-24 07:43:23'),
(300, 31, 192, 2, 'https://wedding.londontechequity.co.uk/portal/public/mood_boards/1706082277_1d35b22a33a4aea90be9.webp', '2024-01-24 07:44:37'),
(301, 31, 192, 2, 'https://wedding.londontechequity.co.uk/portal/public/mood_boards/1706082277_5e2cb297853ccfce26c8.png', '2024-01-24 07:44:37'),
(302, 31, 192, 2, 'https://wedding.londontechequity.co.uk/portal/public/mood_boards/1706082277_18fca03ddd868cd0c823.png', '2024-01-24 07:44:37'),
(303, 31, 104, 2, 'https://wedding.londontechequity.co.uk/portal/public/mood_boards/1706082379_bcf9e370d02cb41f4e8a.webp', '2024-01-24 07:46:19'),
(304, 31, 104, 2, 'https://wedding.londontechequity.co.uk/portal/public/mood_boards/1706082379_47b7b62ce2ca54345c4b.png', '2024-01-24 07:46:19'),
(305, 31, 192, 2, 'https://wedding.londontechequity.co.uk/portal/public/mood_boards/1707285600_d6d59aa0d9d4720a0a18.jpg', '2024-02-07 06:00:00');

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

--
-- Table structure for table `bride_groom_quotation_requests`
--

CREATE TABLE `bride_groom_quotation_requests` (
  `id` int(11) NOT NULL,
  `uid` int(11) NOT NULL,
  `s_id` int(11) NOT NULL COMMENT 'SupplierID',
  `c_id` int(11) NOT NULL COMMENT 'CategoryID',
  `q_comment` varchar(500) DEFAULT 'Quotation Comment',
  `res_details` text DEFAULT NULL,
  `total_amount` text DEFAULT NULL,
  `deposit_amount` text DEFAULT NULL,
  `status` int(11) NOT NULL DEFAULT 0 COMMENT '0-pending, 1-accepted, 2-rejected',
  `created_at` timestamp NOT NULL DEFAULT current_timestamp(),
  `updated_at` timestamp NOT NULL DEFAULT current_timestamp() ON UPDATE current_timestamp()
) ENGINE=MyISAM DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci;

--
-- Dumping data for table `bride_groom_quotation_requests`
--

INSERT INTO `bride_groom_quotation_requests` (`id`, `uid`, `s_id`, `c_id`, `q_comment`, `res_details`, `total_amount`, `deposit_amount`, `status`, `created_at`, `updated_at`) VALUES
(18, 23, 193, 3, 'Quotation Comment', 'i am willing to do your order brother let\'s do ', '100000', '6500', 1, '2023-10-23 06:06:50', '2023-10-23 06:46:42'),
(17, 23, 192, 2, 'Quotation Comment', 'i responsed you beother Vayo ja eey. debugya', '50000', '3000', 1, '2023-10-23 05:41:19', '2023-10-23 05:48:49'),
(59, 52, 269, 2, 'hcjcchxjchc m ', 'dsgdfsfgh \r\ngsdgdfhiuvgsgviksv\r\njvoiosdgsuigb5000mnisgviodsv\r\nkxvpbojdo2 fdgd', '1000', '50', 0, '2023-11-03 05:04:47', '2023-11-03 05:08:06'),
(58, 51, 254, 3, 'bagahcndj', 'ffdsgyjg 0101gg0d0n01000hhhnhlgdfkln\r\nhnjkfszhggsknb\r\nxmj[\'fdgkmgk;g', '100000', '5000', 2, '2023-11-02 11:38:40', '2023-11-16 05:34:43'),
(21, 26, 192, 2, 'Quotation Comment', NULL, NULL, NULL, 0, '2023-10-25 09:59:44', '2023-10-25 09:59:44'),
(23, 29, 197, 1, 'Quotation Comment', NULL, NULL, NULL, 0, '2023-10-25 11:14:54', '2023-10-25 11:14:54'),
(25, 30, 193, 3, 'Quotation Comment', 'anjdkfhfsjghfjsg', '100000', '5000', 1, '2023-10-25 11:20:56', '2023-10-25 11:30:48'),
(26, 32, 201, 2, 'Quotation Comment', 'Supplier accepted', '50000', '6000', 1, '2023-10-25 12:01:49', '2023-10-25 12:23:23'),
(47, 41, 233, 2, 'sdgbdfhfgbn,', NULL, NULL, NULL, 1, '2023-10-27 10:24:26', '2023-11-06 05:34:03'),
(28, 34, 202, 2, 'Quotation Comment', 'yukyuky', '200', '1000', 0, '2023-10-26 05:38:26', '2024-01-11 05:25:53'),
(30, 32, 203, 3, 'Quotation Comment', 'i am supplier fg nfgnfgnfgn\r\ntyjtyjtyj', '250000', '21500', 1, '2023-10-26 05:38:26', '2023-10-26 07:58:26'),
(31, 32, 204, 1, 'Quotation Comment', 'i am supplier fg nfgnfgnfgn\r\ntyjtyjtyj', '20000', '2500', 0, '2023-10-26 05:38:26', '2023-10-26 07:58:29'),
(32, 32, 204, 3, 'Quotation Comment', 'i am supplier fg nfgnfgnfgn\r\ntyjtyjtyj', '2000', '200', 2, '2023-10-26 05:38:26', '2023-10-26 07:58:33'),
(33, 32, 204, 6, 'Quotation Comment', NULL, NULL, NULL, 0, '2023-10-26 05:38:26', '2023-10-26 07:58:33'),
(34, 30, 192, 2, 'Quotation Comment', 'gdrtstrsrtdt', '5000000', '500', 2, '2023-10-26 09:33:58', '2023-10-26 10:31:11'),
(35, 32, 204, 3, 'New Request Quotations', NULL, NULL, NULL, 0, '2023-10-26 09:49:23', '2023-10-26 09:49:23'),
(36, 37, 214, 4, 'res', 'res', '1000', '500', 1, '2023-10-26 09:53:37', '2023-10-26 10:01:54'),
(37, 37, 211, 2, NULL, 'i am doing this', '50000', '10000', 0, '2023-10-26 09:55:06', '2023-10-26 10:30:16'),
(38, 37, 212, 3, NULL, NULL, NULL, NULL, 0, '2023-10-26 10:08:59', '2023-10-26 10:08:59'),
(57, 30, 182, 2, 'Avvi ??', 'jo to aavi k ny?', '80000', '20000', 1, '2023-10-26 10:29:14', '2023-10-27 07:47:03'),
(40, 30, 180, 3, 'my quot', 'avyu ne?', '5000', '200', 0, '2023-10-26 10:20:23', '2023-10-26 10:35:33'),
(41, 30, 182, 3, 'Avvi ??', 'jo to aavi k ny?', '80000', '20000', 1, '2023-10-26 10:29:14', '2023-10-27 07:47:03'),
(42, 37, 215, 6, 'vicucyxyfyxufyd gufydu', NULL, NULL, NULL, 0, '2023-10-26 11:22:38', '2023-10-26 11:22:38'),
(43, 36, 221, 1, 'hvjvhvj9vu', NULL, NULL, NULL, 0, '2023-10-26 11:24:31', '2023-10-26 11:24:31'),
(44, 39, 224, 3, 'haresh bhai', '5000', '50000', '200', 1, '2023-10-26 11:39:33', '2023-10-26 11:41:07'),
(45, 41, 229, 3, 'ftj', 'done bro', '15000', '500', 1, '2023-10-26 12:20:42', '2023-10-27 10:26:13'),
(46, 42, 227, 3, 'Quotation Request for Floor Decoration.', NULL, NULL, NULL, 2, '2023-10-26 12:22:15', '2023-11-06 09:20:12'),
(48, 41, 234, 1, 'errtyyjujhbgfgdhjnvcfrtuy', NULL, NULL, NULL, 1, '2023-10-27 10:31:10', '2023-10-27 10:31:40'),
(49, 41, 235, 1, 'ggrdsrtsrs', 'RESPONSED\r\n', '500000', '15000', 1, '2023-10-27 12:45:18', '2023-10-27 12:52:22'),
(50, 45, 247, 2, 'my photographer', NULL, NULL, NULL, 1, '2023-10-31 06:38:31', '2023-10-31 06:49:44'),
(51, 45, 246, 3, 'my comment', 'add to  your quotation is verified ', '1000', '100', 1, '2023-10-31 06:40:14', '2023-11-01 08:27:25'),
(52, 45, 250, 1, 'fyfyugyfyfyf6dyd7x7dyx', NULL, NULL, NULL, 1, '2023-10-31 07:41:04', '2023-10-31 09:40:23'),
(53, 45, 250, 1, 'gdtrdghcgh', 'wertewr rtrtt ertete', '10000', '200', 2, '2023-10-31 07:41:23', '2023-10-31 07:42:24'),
(54, 45, 251, 4, 'quotation for test', 'my quote accepted ?\r\n1000 for service 1\r\n1000 for service 2\r\n1000 for service 3\r\n1000 for service 4\r\nTotal Cost 4000', '5000', '1000', 1, '2023-10-31 07:48:24', '2023-10-31 09:40:50'),
(55, 48, 247, 2, 'dhchf vjvhv vjvjbigi', 'Quotation Details of my photography ', '1000', '200', 1, '2023-11-01 05:09:43', '2023-11-01 06:09:55'),
(56, 50, 253, 2, 'pleas fast  ', NULL, NULL, NULL, 1, '2023-11-01 09:40:12', '2023-11-01 09:40:30'),
(60, 57, 310, 9, 'Please Give me Quotation up to 1500$', NULL, NULL, NULL, 0, '2023-11-07 09:39:57', '2023-11-07 09:39:57'),
(61, 57, 297, 1, 'please give maximum 50$\n', NULL, NULL, NULL, 0, '2023-11-07 09:41:09', '2023-11-07 09:41:09'),
(62, 57, 305, 3, 'good flower supply ', 'i have good suppliers', '250', '150', 1, '2023-11-07 09:42:06', '2023-11-07 09:47:04'),
(63, 57, 296, 1, 'give Quotation ', 'Good ', '5000', '2000', 2, '2023-11-07 09:48:51', '2023-11-07 09:53:56'),
(64, 57, 299, 1, 'Quotes ', NULL, NULL, NULL, 0, '2023-11-07 09:49:21', '2023-11-07 09:49:21'),
(65, 57, 301, 2, 'Quotes ', 'Good photo', '2500', '1500', 0, '2023-11-07 09:49:54', '2023-11-07 09:50:58'),
(66, 59, 314, 2, 'We saw your work of photography and we are searching for our wedding photographer so send us your quotation of photography with the details ', 'Style Consultation	: $500\r\nPrinted Album	: $500\r\nDigital Album	: $600\r\nAfter-Party Photographs : $200\r\nProfessional Retouching : $200', '2800', '1500', 1, '2023-11-08 06:07:35', '2023-11-08 06:39:40'),
(67, 59, 315, 4, 'dsfsdfgsdfssdfsdfsdsdsdf', 'Service 1 $50\r\nService 2 $450', '500', '500', 1, '2023-11-08 07:04:40', '2023-11-08 10:39:30'),
(68, 16, 102, 4, 'I want to book this ', NULL, NULL, NULL, 0, '2024-01-10 11:10:55', '2024-01-10 11:10:55'),
(69, 31, 185, 1, 'guhvf', NULL, NULL, NULL, 1, '2024-01-22 05:35:53', '2024-01-23 06:52:18'),
(70, 31, 185, 1, 'guhvf', NULL, NULL, NULL, 0, '2024-01-22 05:35:53', '2024-01-22 05:35:53'),
(71, 31, 185, 1, 'guhvf', NULL, NULL, NULL, 0, '2024-01-22 05:35:54', '2024-01-22 05:35:54'),
(72, 31, 185, 1, 'guhvf', NULL, NULL, NULL, 0, '2024-01-22 05:35:54', '2024-01-22 05:35:54'),
(76, 31, 104, 1, 'hhh', 'hjghjng', '5275', '721741', 1, '2024-01-23 11:43:45', '2024-01-23 12:19:56'),
(91, 31, 311, 3, 'yjhntgfjnghjnghn', NULL, NULL, NULL, 0, '2024-01-23 12:48:08', '2024-01-23 12:48:08'),
(92, 32, 204, 3, 'New Request Quotations', NULL, NULL, NULL, 0, '2024-03-05 11:17:47', '2024-03-05 11:17:47'),
(93, 130, 494, 3, 'New Request Quotations', NULL, NULL, NULL, 0, '2024-03-07 11:51:19', '2024-03-07 11:51:19'),
(90, 31, 293, 3, 'ergergtt', 'regerg', '10', '100', 0, '2024-01-23 12:46:48', '2024-01-23 12:48:33');

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

--
-- Table structure for table `bride_groom_seating_chart`
--

CREATE TABLE `bride_groom_seating_chart` (
  `id` int(11) NOT NULL,
  `vid` int(11) NOT NULL,
  `b_g_id` int(11) NOT NULL,
  `seating_chart_file` text NOT NULL,
  `seating_chart` text NOT NULL,
  `created_at` timestamp NOT NULL DEFAULT current_timestamp(),
  `updated_at` timestamp NOT NULL DEFAULT current_timestamp()
) ENGINE=InnoDB DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci;

--
-- Dumping data for table `bride_groom_seating_chart`
--

INSERT INTO `bride_groom_seating_chart` (`id`, `vid`, `b_g_id`, `seating_chart_file`, `seating_chart`, `created_at`, `updated_at`) VALUES
(9, 98, 15, 'VenueChanges.pdf', '1706088591_3101ed0f07d3490cbe06.pdf', '2024-01-24 09:29:51', '2024-01-24 09:29:51');

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

--
-- Table structure for table `bride_groom_supplier_bookings`
--

CREATE TABLE `bride_groom_supplier_bookings` (
  `id` int(11) NOT NULL,
  `uid` int(11) NOT NULL,
  `booking_no` varchar(255) NOT NULL,
  `supplier_id` int(11) NOT NULL,
  `category_id` int(11) NOT NULL,
  `b_comment` text NOT NULL,
  `b_date` text NOT NULL,
  `booking_date` date DEFAULT NULL,
  `b_time` text NOT NULL,
  `b_status` int(11) NOT NULL COMMENT '0-pending,1-booked,2-rejected',
  `created_at` timestamp NOT NULL DEFAULT current_timestamp(),
  `updated_at` timestamp NULL DEFAULT current_timestamp() ON UPDATE current_timestamp()
) ENGINE=MyISAM DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci;

--
-- Dumping data for table `bride_groom_supplier_bookings`
--

INSERT INTO `bride_groom_supplier_bookings` (`id`, `uid`, `booking_no`, `supplier_id`, `category_id`, `b_comment`, `b_date`, `booking_date`, `b_time`, `b_status`, `created_at`, `updated_at`) VALUES
(2, 23, 'S5NAIOPJ', 191, 3, 'Comments', '2023-10-24', NULL, '10:29', 0, '2023-10-24 05:11:15', '2023-10-24 05:11:15'),
(3, 23, '6QQ5STEM', 104, 3, 'We need supplier for photographer', '2023-10-24', NULL, '10:29', 1, '2023-10-24 06:13:32', '2024-01-10 11:42:56'),
(4, 23, 'VDRBPIEW', 191, 3, 'Comments', '2023-10-24', NULL, '10:29', 0, '2023-10-24 06:14:09', '2023-10-24 06:14:09'),
(5, 23, 'KLMR9SIX', 193, 3, 'Hello Man', '24-10-2023', NULL, '12:51', 0, '2023-10-24 07:21:13', '2023-10-24 07:21:13'),
(54, 45, '3D3JUG8P', 251, 4, 'ygyg5 gygyg', '18-11-2023', NULL, '04:11', 0, '2023-10-31 09:40:50', '2023-10-31 10:39:50'),
(53, 45, '8U8XVEG0', 250, 1, 'yvubub', '23-11-2023', NULL, '04:10', 0, '2023-10-31 09:40:23', '2023-10-31 09:40:23'),
(52, 45, 'S1014IN0', 247, 2, 'tfychv guvugy vhvjvu bubjvj bubuh', '25-11-2023', NULL, '06:19', 1, '2023-10-31 06:49:44', '2023-11-01 06:08:10'),
(11, 23, 'ERTYIRW2', 191, 1, 'zjzjn', '25-10-2023', NULL, '18:48', 0, '2023-10-25 09:18:23', '2023-10-25 09:18:23'),
(12, 25, '9O2Z4LZ1', 191, 1, 'ydyfyf7fugufugufugugyghchchchvhvuvug', '27-10-2023', NULL, '04:53', 0, '2023-10-25 09:23:09', '2023-10-25 09:23:09'),
(13, 27, 'WOWT8NHM', 191, 1, 'sdjvjhvhdfhsdf', '25-10-2023', NULL, '15:17', 0, '2023-10-25 09:47:05', '2023-10-25 09:47:05'),
(14, 26, 'SCGQ7W5S', 191, 2, 'civkvkvkvkvkvkcjchxhxhxuxuduciv', '25-10-2023', NULL, '00:27', 0, '2023-10-25 09:57:16', '2023-10-25 09:57:16'),
(15, 26, 'EDYX90X3', 192, 2, 'vuvuvvibinuvtctxdxexe', '26-10-2023', NULL, '22:30', 0, '2023-10-25 09:59:55', '2023-10-25 09:59:55'),
(16, 28, 'DPDGKR5Z', 191, 1, 'ugucuchchvhvvuv', '26-10-2023', NULL, '23:11', 0, '2023-10-25 10:40:57', '2023-10-25 10:40:57'),
(17, 29, 'ZWMIJJUH', 197, 1, 'gxhxychchdycycydydydydydy', '25-10-2023', NULL, '16:45', 0, '2023-10-25 11:15:05', '2023-10-25 11:15:05'),
(18, 31, 'U7A4G1HG', 191, 1, 'ytufychfugug', '12-12-2023', NULL, '03:48', 0, '2023-10-25 11:18:35', '2023-10-25 11:18:35'),
(19, 30, 'XZ90XD8D', 193, 3, 'we want to make our wedding', '26-10-2023', NULL, '07:53', 0, '2023-10-25 11:22:58', '2023-10-25 11:22:58'),
(25, 31, 'REK4U3H8', 192, 2, 'ddgg', '26-10-2023', NULL, '08:07', 1, '2023-10-26 05:37:26', '2024-03-04 08:12:04'),
(22, 32, 'LB3EBEAM', 201, 2, 'tyi', '25-10-2023', NULL, '18:18', 0, '2023-10-25 12:48:18', '2023-10-25 12:48:18'),
(23, 15, 'EP3O0YL7', 191, 2, '', '', NULL, '', 0, '2023-10-26 03:59:30', '2023-11-01 05:27:39'),
(24, 31, 'TAOECR9C', 191, 2, '', '', NULL, '', 0, '2023-10-26 03:59:40', '2023-10-26 03:59:40'),
(26, 29, 'IIKXWTK1', 191, 2, 'ergdgddggfggdfgdffdg', '28-10-2023', NULL, '12:35', 0, '2023-10-26 06:14:41', '2023-10-26 06:14:41'),
(27, 30, 'WIYA3RMJ', 197, 1, 'connexion do 7-04 do o', '26-10-2023', NULL, '12:29', 0, '2023-10-26 06:58:54', '2024-01-11 05:25:01'),
(28, 30, '97O7PM4J', 191, 1, 'tvtvyvyninin', '28-10-2023', '2023-10-27', '02:25', 0, '2023-10-26 07:14:15', '2023-11-06 09:53:22'),
(29, 30, 'MZ5BH0HI', 202, 2, 'vynunimik', '31-10-2023', '2023-10-25', '04:54', 1, '2023-10-26 07:23:56', '2023-11-06 10:16:37'),
(30, 30, 'UD4HCWQO', 192, 2, 'sdhnbf,srybbyfcre', '26-10-2023', '2023-10-26', '15:05', 0, '2023-10-26 09:35:22', '2023-11-06 09:53:01'),
(31, 37, '2A99441X', 213, 3, 'cjcncjcncchcj', '26-10-2023', NULL, '15:23', 0, '2023-10-26 09:53:05', '2023-10-26 09:53:05'),
(32, 37, '56OVH184', 214, 4, 'hhghbb', '26-10-2023', NULL, '19:32', 0, '2023-10-26 10:01:54', '2023-10-26 10:01:54'),
(33, 30, 'LKHFQBLO', 192, 3, 'I Want to Make this Same Ui', '26-10-2023', NULL, '15:53', 0, '2023-10-26 10:23:42', '2023-10-26 10:23:42'),
(34, 30, 'VDL2UY3C', 198, 3, 'yhjytjtdyjdtyjtyjt', '26-10-2023', NULL, '16:03', 0, '2023-10-26 10:32:53', '2023-10-26 10:32:53'),
(35, 30, '6B3QL2KR', 199, 3, 'afghj', '26-10-2023', NULL, '16:04', 0, '2023-10-26 10:34:41', '2023-10-26 10:34:41'),
(36, 36, 'DPU8DNJH', 221, 1, 'hvjhihih', '28-10-2023', NULL, '03:55', 0, '2023-10-26 11:24:42', '2023-10-26 11:24:42'),
(37, 39, 'GF0AZ4SB', 224, 3, 'ydfu7r', '26-10-2023', NULL, '17:11', 0, '2023-10-26 11:41:07', '2023-10-26 11:41:07'),
(38, 40, 'VZH5TCD2', 226, 2, 'jjjjj', '12-10-2023', NULL, '08:20', 0, '2023-10-26 11:49:54', '2023-10-26 11:49:54'),
(39, 40, '38GBI7XR', 226, 4, 'jjjj', '28-10-2023', NULL, '08:21', 0, '2023-10-26 11:51:42', '2023-10-26 11:51:42'),
(40, 41, 'RDKOTPKA', 229, 3, 'i want to make more colorfull flowers and all should be real and fress flowers.', '27-10-2023', NULL, '10:47', 0, '2023-10-27 05:17:21', '2023-10-27 05:17:21'),
(41, 41, '9L1WP9F5', 233, 2, 'dsfsdfsdf', '27-10-2023', NULL, '15:55', 0, '2023-10-27 10:24:59', '2023-10-27 10:24:59'),
(42, 41, 'JRZREIKA', 229, 3, 'ss', '27-10-2023', NULL, '15:56', 0, '2023-10-27 10:26:13', '2023-10-27 10:26:13'),
(43, 41, 'EW728UQ9', 234, 1, 'rrhjxddff', '27-10-2023', NULL, '16:01', 1, '2023-10-27 10:31:40', '2023-11-09 05:30:17'),
(44, 41, 'C92QOT3W', 235, 1, 'QWR JBCJY  ZDGRES S R R', '27-10-2023', NULL, '18:22', 1, '2023-10-27 12:52:22', '2023-11-06 06:31:11'),
(55, 48, 'PKADRUV6', 250, 1, 'gdhhcc gjgjcug', '11-01-2024', NULL, '04:14', 0, '2023-11-01 04:44:16', '2023-11-01 04:44:16'),
(46, 41, 'RUV4AYUE', 237, 2, 'werewr  rtetretr', '31-10-2023', NULL, '03:25', 0, '2023-10-28 05:35:23', '2023-10-30 07:40:53'),
(47, 41, 'Y90JSKMX', 238, 4, 'rtt etretretr ertrtrtre', '09-11-2023', NULL, '03:45', 0, '2023-10-28 05:36:41', '2023-10-28 05:36:41'),
(48, 41, 'I7RIUVVK', 241, 3, 'yjhjhgjhgjhgjhgjhj   yyrrytr', '18-11-2023', NULL, '02:50', 0, '2023-10-28 06:00:35', '2023-10-28 06:00:35'),
(49, 41, 'UZUEUBOI', 240, 6, 'fhfhfhh ttrr  ertrtret', '28-12-2023', NULL, '02:45', 0, '2023-10-28 06:01:47', '2023-10-28 06:01:47'),
(50, 41, 'O483IDO8', 242, 2, 'uyyy', '21-12-2023', NULL, '03:25', 0, '2023-10-28 06:02:58', '2023-10-28 06:02:58'),
(51, 43, '80V58YKF', 244, 3, 'dnxnsnnsns', '28-10-2023', NULL, '06:48', 0, '2023-10-28 07:29:40', '2023-10-28 07:29:40'),
(56, 48, 'E3W277YU', 247, 2, 'cttcct tfygy vtcyf vyvyg', '11-01-2024', NULL, '04:40', 1, '2023-11-01 06:09:55', '2023-11-01 06:10:24'),
(57, 45, 'MQLRY7UW', 246, 3, 'sgdfhgdfgdfgdfgdfg2', '01-11-2023', NULL, '09:57', 0, '2023-11-01 08:27:25', '2023-11-01 08:27:25'),
(58, 50, 'GWIBY3B9', 253, 2, 'dfgdfgdfgdfgdgdg', '02-11-2023', NULL, '12:10', 0, '2023-11-01 09:40:30', '2023-11-01 09:40:30'),
(59, 50, 'EGVO8HXX', 254, 3, '45444444121222356589899897', '30-11-2023', NULL, '15:22', 0, '2023-11-01 09:51:49', '2023-11-01 09:51:49'),
(60, 50, 'T4SE2H49', 259, 2, 'dgdfggfgfggg', '18-01-2024', NULL, '20:01', 0, '2023-11-01 10:31:02', '2023-11-01 10:31:02'),
(61, 50, '8B5XUSHK', 254, 6, 'fgdfgdfgfgf', '02-11-2023', NULL, '22:33', 0, '2023-11-01 12:03:25', '2023-11-01 12:03:25'),
(62, 51, 'Q9SIZX9O', 253, 2, 'fdg,ndfg,fgmgmdfgfg', '22-02-2024', NULL, '18:47', 2, '2023-11-02 06:17:45', '2023-11-02 09:20:23'),
(63, 51, 'UH3LZ8C4', 254, 6, 'fgdfgdfgdfgdfg', '24-02-2024', NULL, '20:23', 0, '2023-11-02 06:52:50', '2023-11-02 06:52:50'),
(64, 51, 'BEFWWDTJ', 257, 4, 'gfhfhfghgfhhghfh', '23-11-2023', NULL, '14:24', 0, '2023-11-02 06:54:34', '2023-11-02 06:54:34'),
(65, 51, 'R9AYMA8E', 259, 2, 'fdgdfhdfgdfgdgdfgdg', '25-11-2023', NULL, '16:25', 1, '2023-11-02 06:55:00', '2023-11-02 06:59:11'),
(66, 51, 'A8PEY9YM', 258, 3, 'dsfsdfsdfdsfdfsdfsdff', '29-12-2023', NULL, '17:25', 1, '2023-11-02 06:55:29', '2023-11-02 07:00:00'),
(67, 51, 'DBJSH9DJ', 259, 3, 'hzhzh', '24-11-2023', NULL, '20:56', 1, '2023-11-02 11:26:14', '2023-11-02 11:37:12'),
(68, 51, 'XKGNJ7EO', 254, 3, 'nvmvkvkch', '24-11-2023', NULL, '17:17', 0, '2023-11-02 11:47:02', '2023-11-02 11:47:02'),
(69, 52, 'M0MOIDCS', 269, 1, 'b jvjvvjchchchxgxt', '12-11-2023', NULL, '14:17', 1, '2023-11-03 04:47:01', '2023-11-03 04:51:08'),
(70, 53, 'M0MOIDCT', 269, 1, 'b jvjvvjchchchxgxt', '12-11-2023', NULL, '14:17', 1, '2023-11-03 04:47:01', '2023-11-03 04:51:08'),
(71, 54, 'DNLY6M9O', 269, 2, 'Comment sdhgfhfghfgnjn vhhghd hghfdgd', '7-12-2023', '2023-12-07', '10:29', 0, '2023-11-06 10:02:32', '2023-11-06 10:02:32'),
(72, 57, '2B5DOTW2', 288, 1, 'Book supplier', '30-11-2023', '2023-11-30', '17:06', 1, '2023-11-07 07:36:37', '2023-11-09 10:43:11'),
(73, 57, 'R8ZH5KTS', 295, 1, 'Good', '30-11-2023', '2023-11-30', '18:08', 0, '2023-11-07 07:37:44', '2023-11-07 07:37:44'),
(74, 57, '8CC3D636', 290, 2, 'Good photo', '21-11-2023', '2023-11-21', '15:08', 0, '2023-11-07 07:38:04', '2023-11-07 07:38:04'),
(75, 57, '4KPTJR0T', 287, 3, 'Good flower list', '30-11-2023', '2023-11-30', '16:08', 0, '2023-11-07 07:38:25', '2023-11-07 07:38:25'),
(76, 57, '94CTVT5L', 305, 3, 'good work', '21-12-2023', '2023-12-21', '12:17', 0, '2023-11-07 09:47:04', '2023-11-07 09:47:04'),
(77, 59, 'GBBJBD51', 314, 2, 'Our wedding was very precious to us.', '25-11-2023', '2023-11-25', '09:30', 1, '2023-11-08 06:39:40', '2023-11-08 06:40:41'),
(78, 59, 'OD5KQK9A', 314, 1, 'ghhhjj', '09-11-2023', '2023-11-09', '12:45', 0, '2023-11-08 10:08:37', '2023-11-08 10:08:37'),
(79, 59, 'O2WL80T8', 315, 4, 'ok we want you.', '25-11-2023', '2023-11-25', '06:49', 1, '2023-11-08 10:24:00', '2023-11-08 10:24:14'),
(80, 16, 'B48DAMZG', 102, 1, 'eyhfgnvcdghdfv Reddit WI all do go to t to TJ tells good r Ii RR if I\'d do that I\'ll in he egg too enjoy SSRI I\'ll see hmmm ask good trespass thick sexy ess too', '11-01-2024', '2024-01-11', '16:39', 0, '2024-01-10 11:10:08', '2024-01-10 11:10:08'),
(81, 31, 'GA7UXMEK', 293, 1, 'xx numeric jii ICICI', '22-01-2024', '2024-01-22', '11:07', 1, '2024-01-22 05:37:42', '2024-04-12 11:10:13'),
(82, 31, 'RKIO24UH', 293, 1, 'xx numeric jii ICICI', '22-01-2024', '2024-01-22', '11:07', 1, '2024-01-22 05:37:42', '2024-04-12 11:10:17'),
(84, 31, 'BF90P1IJ', 289, 1, 'gsdtcy', '24-01-2024', '2024-01-24', '12:24', 1, '2024-01-22 07:54:08', '2024-04-12 11:10:28'),
(85, 31, 'TKEA6WBL', 289, 1, 'gsdtcy', '24-01-2024', '2024-01-24', '12:24', 1, '2024-01-22 07:54:08', '2024-04-12 11:10:34'),
(86, 31, 'CL76I8A9', 289, 1, 'gsdtcy', '24-01-2024', '2024-01-24', '12:24', 1, '2024-01-22 07:54:09', '2024-04-12 11:10:48'),
(87, 31, 'BOW8GHQI', 289, 1, 'gsdtcy', '24-01-2024', '2024-01-24', '12:24', 1, '2024-01-22 07:54:09', '2024-04-12 11:10:52'),
(88, 31, '0EHIDAJ9', 289, 1, 'gsdtcy', '24-01-2024', '2024-01-24', '12:24', 1, '2024-01-22 07:54:11', '2024-04-12 11:11:06'),
(89, 31, '3BYG9I8G', 185, 2, 'hhhh', '24-01-2024', '2024-01-24', '09:27', 1, '2024-01-22 07:57:32', '2024-04-12 11:11:01'),
(90, 31, 'I0250D4S', 185, 2, 'hhhh', '24-01-2024', '2024-01-24', '09:27', 1, '2024-01-22 07:57:36', '2024-04-12 11:10:57'),
(91, 31, '6R0ZC2AX', 293, 2, 'stsrs', '23-01-2024', '2024-01-23', '11:29', 0, '2024-01-22 07:59:32', '2024-01-22 07:59:32'),
(92, 31, 'LH4WZ6UA', 312, 4, 'about', '25-01-2024', '2024-01-25', '05:42', 1, '2024-01-22 08:12:25', '2024-01-22 08:16:33'),
(93, 31, '50LUKE2R', 312, 4, 'about', '25-01-2024', '2024-01-25', '05:42', 0, '2024-01-22 08:12:30', '2024-01-22 08:12:30'),
(143, 31, 'NRM9DMUV', 104, 1, 'hu', '27-01-2024', '2024-01-27', '10:15', 0, '2024-01-23 11:45:54', '2024-01-23 11:45:54'),
(95, 31, 'FOQCDTT7', 104, 2, 'hi', '27-01-2024', '2024-01-27', '09:22', 0, '2024-01-23 05:52:13', '2024-01-23 05:52:13'),
(96, 31, '2O9J0EHY', 182, 2, 'gy', '24-01-2024', '2024-01-24', '11:24', 0, '2024-01-23 05:54:08', '2024-01-23 05:54:08'),
(97, 31, 'GDLIWC9Q', 182, 2, 'gy', '24-01-2024', '2024-01-24', '11:24', 0, '2024-01-23 05:54:09', '2024-01-23 05:54:09'),
(98, 31, 'PWSJCXZP', 182, 2, 'gy', '24-01-2024', '2024-01-24', '11:24', 0, '2024-01-23 05:55:47', '2024-01-23 05:55:47'),
(99, 31, 'IZBVF6LF', 182, 3, 'hh', '27-01-2024', '2024-01-27', '04:11', 0, '2024-01-23 06:41:08', '2024-01-23 06:41:08'),
(100, 31, '4NH09VLK', 182, 3, 'hh', '27-01-2024', '2024-01-27', '04:11', 0, '2024-01-23 06:41:09', '2024-01-23 06:41:09'),
(101, 31, 'AH2O5MHO', 185, 1, 'gh', '24-01-2024', '2024-01-24', '10:22', 0, '2024-01-23 06:52:18', '2024-01-23 06:52:18'),
(102, 31, '6H5PLMQY', 185, 1, 'gh', '24-01-2024', '2024-01-24', '10:22', 0, '2024-01-23 06:52:21', '2024-01-23 06:52:21'),
(103, 31, 'Q4IMTZZG', 185, 1, 'gh', '24-01-2024', '2024-01-24', '10:22', 0, '2024-01-23 07:21:14', '2024-01-23 07:21:14'),
(104, 31, '1UAD8IPF', 185, 1, 'gh', '24-01-2024', '2024-01-24', '10:22', 0, '2024-01-23 07:21:14', '2024-01-23 07:21:14'),
(105, 31, 'VHWRLLVC', 185, 1, 'gh', '24-01-2024', '2024-01-24', '10:22', 0, '2024-01-23 07:21:14', '2024-01-23 07:21:14'),
(106, 31, '2DODY7PE', 185, 1, 'gh', '24-01-2024', '2024-01-24', '10:22', 0, '2024-01-23 07:21:15', '2024-01-23 07:21:15'),
(107, 31, 'SHSDVKO3', 185, 1, 'gh', '24-01-2024', '2024-01-24', '10:22', 0, '2024-01-23 07:21:16', '2024-01-23 07:21:16'),
(108, 31, 'ZVU8SEX0', 185, 1, 'gh', '24-01-2024', '2024-01-24', '10:22', 1, '2024-01-23 07:21:16', '2024-02-01 10:36:39'),
(109, 31, '5OMC3IBW', 180, 3, 'rsdtxyc', '25-01-2024', '2024-01-25', '10:53', 0, '2024-01-23 07:23:09', '2024-01-23 07:23:09'),
(110, 31, 'HKD4FDK4', 104, 2, 'weferf', '2024-01-11', '2024-01-11', '01:00', 0, '2024-01-23 07:56:17', '2024-01-23 07:56:17'),
(111, 31, 'DRFLUPVP', 104, 2, 'referf', '2024-01-27', '2024-01-27', '01:30', 0, '2024-01-23 08:00:12', '2024-01-23 08:00:12'),
(112, 31, 'SA817CFC', 104, 2, 'adc sac', '2024-01-06', '2024-01-06', '01:30', 0, '2024-01-23 08:02:23', '2024-01-23 08:02:23'),
(113, 31, '52PXM3CU', 104, 2, 'adc sacfvfdsv', '2024-01-06', '2024-01-06', '00:30', 0, '2024-01-23 08:07:26', '2024-01-23 08:07:26'),
(114, 31, '0RDTMZN5', 104, 2, 'adc sacfvfdsv', '2024-01-06', '2024-01-06', '01:30', 0, '2024-01-23 08:08:31', '2024-01-23 08:08:31'),
(115, 31, 'IJ1GHVKW', 104, 2, 'adc sacfvfdsv', '2024-01-06', '2024-01-06', '01:30', 0, '2024-01-23 08:09:35', '2024-01-23 08:09:35'),
(116, 31, '3NQGPNVM', 104, 2, 'adc sacfvfdsv', '2024-01-06', '2024-01-06', '01:30', 0, '2024-01-23 08:10:15', '2024-01-23 08:10:15'),
(117, 31, 'VJLWD6UU', 104, 2, 'adc sacfvfdsv', '2024-01-06', '2024-01-06', '01:30', 0, '2024-01-23 08:11:56', '2024-01-23 08:11:56'),
(118, 31, 'D37BUZN4', 104, 2, 'adc sacfvfdsv', '2024-01-06', '2024-01-06', '01:30', 0, '2024-01-23 08:14:05', '2024-01-23 08:14:05'),
(119, 31, 'DJBCRTWU', 104, 2, 'adc sacfvfdsv', '2024-01-06', '2024-01-06', '01:30', 0, '2024-01-23 08:14:40', '2024-01-23 08:14:40'),
(120, 31, 'MN834HX4', 104, 2, 'adc sacfvfdsv', '2024-01-06', '2024-01-06', '01:30', 0, '2024-01-23 08:15:43', '2024-01-23 08:15:43'),
(121, 31, 'RTS3YXV4', 104, 2, 'adc sacfvfdsv', '2024-01-06', '2024-01-06', '01:30', 0, '2024-01-23 08:15:52', '2024-01-23 08:15:52'),
(122, 31, 'F3X84X69', 104, 2, 'adc sacfvfdsv', '2024-01-06', '2024-01-06', '01:30', 0, '2024-01-23 08:17:34', '2024-01-23 08:17:34'),
(123, 31, '60RGBUUO', 104, 2, 'fdgvbdfgbf', '2024-01-13', '2024-01-13', '02:00', 0, '2024-01-23 08:19:19', '2024-01-23 08:19:19'),
(124, 31, 'XKAJGLV0', 104, 2, 'qwedwqed', '2024-01-06', '2024-01-06', '02:00', 0, '2024-01-23 08:20:48', '2024-01-23 08:20:48'),
(125, 31, 'AR5CZBRX', 104, 2, 'weffd', '2024-01-18', '2024-01-18', '02:00', 0, '2024-01-23 08:22:55', '2024-01-23 08:22:55'),
(126, 31, 'Q5MHJEHJ', 104, 2, 'weffdefgvedg', '2024-02-02', '2024-02-02', '00:00', 0, '2024-01-23 08:23:59', '2024-01-23 08:23:59'),
(127, 31, '3U5L028Q', 293, 4, 'gg', '26-01-2024', '2024-01-26', '05:58', 0, '2024-01-23 08:29:00', '2024-01-23 08:29:00'),
(128, 31, 'H1IMA5UN', 293, 4, 'gg', '26-01-2024', '2024-01-26', '05:58', 0, '2024-01-23 08:29:02', '2024-01-23 08:29:02'),
(129, 31, 'EX58VXGS', 104, 3, 'vv', '27-01-2024', '2024-01-27', '10:43', 0, '2024-01-23 09:13:38', '2024-01-23 09:13:38'),
(130, 31, 'AF2LC489', 104, 3, 'vv', '27-01-2024', '2024-01-27', '10:43', 0, '2024-01-23 09:13:40', '2024-01-23 09:13:40'),
(131, 31, 'YN79VZUP', 104, 3, 'vv', '27-01-2024', '2024-01-27', '10:43', 1, '2024-01-23 09:13:42', '2024-02-05 07:12:14'),
(132, 31, '2R3SJ1VA', 104, 3, 'vv', '27-01-2024', '2024-01-27', '10:43', 0, '2024-01-23 09:33:15', '2024-01-23 09:33:15'),
(133, 31, 'VDVK4YEF', 104, 3, 'vv', '27-01-2024', '2024-01-27', '10:43', 0, '2024-01-23 09:33:19', '2024-01-23 09:33:19'),
(134, 31, 'KMRSTZ8T', 104, 3, 'vv', '27-01-2024', '2024-01-27', '10:43', 0, '2024-01-23 09:33:20', '2024-01-23 09:33:20'),
(135, 31, 'XLLDG7SQ', 104, 2, 'fdvbdfvb', '2024-01-11', '2024-01-11', '01:00', 0, '2024-01-23 09:55:04', '2024-01-23 09:55:04'),
(136, 31, 'PC6Y5K08', 104, 2, 'sacsac', '2024-01-19', '2024-01-19', '01:00', 0, '2024-01-23 09:55:41', '2024-01-23 09:55:41'),
(137, 31, 'KBB9NO17', 104, 2, 'wefwerf', '2024-01-19', '2024-01-19', '03:00', 0, '2024-01-23 09:56:39', '2024-01-23 09:56:39'),
(138, 31, 'XAWYEFT6', 104, 2, 'gjmngjyh', '2024-01-12', '2024-01-12', '01:00', 1, '2024-01-23 09:59:36', '2024-01-23 10:00:12'),
(144, 31, 'L2BWO3Q7', 104, 1, 'hu', '27-01-2024', '2024-01-27', '10:15', 0, '2024-01-23 11:45:54', '2024-01-23 11:45:54'),
(142, 31, '2AGN9TA5', 104, 1, 'hu', '27-01-2024', '2024-01-27', '10:15', 0, '2024-01-23 11:45:50', '2024-01-23 11:45:50'),
(145, 122, '8RQ9XCDI', 104, 1, 'asaas', '05-03-2024', '2024-03-05', '14:49', 0, '2024-03-05 09:20:03', '2024-03-05 09:20:03'),
(146, 122, '0R4VAFIV', 104, 1, 'asaas', '05-03-2024', '2024-03-05', '14:49', 0, '2024-03-05 09:20:04', '2024-03-05 09:20:04'),
(147, 158, 'BP9CPEEG', 531, 4, 'wowo', '22-10-2024', '2024-10-22', '18:12', 0, '2024-10-21 12:19:05', '2024-10-21 12:19:05');

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

--
-- Table structure for table `certificates_and_docs`
--

CREATE TABLE `certificates_and_docs` (
  `id` int(11) NOT NULL,
  `supplier_id` int(11) NOT NULL,
  `doc_name` varchar(255) NOT NULL,
  `doc_type` varchar(255) NOT NULL COMMENT 'e.g., Certificate, License, Contract',
  `doc_file` text NOT NULL,
  `doc_icon` text NOT NULL,
  `created_at` datetime NOT NULL DEFAULT current_timestamp()
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci;

--
-- Dumping data for table `certificates_and_docs`
--

INSERT INTO `certificates_and_docs` (`id`, `supplier_id`, `doc_name`, `doc_type`, `doc_file`, `doc_icon`, `created_at`) VALUES
(1, 229, '', 'licence', 'V2.0_Screening Website (1).pdf', '', '2023-10-05 17:22:27'),
(2, 229, '', 'Certificate', 'V2.0_Screening Website (1).pdf', '', '2023-10-05 17:23:00'),
(4, 237, 'doc_name', 'Photography Certificate', '1698650871_ef05914974ed0f0b9441.jpg', '', '2023-10-30 12:57:51'),
(5, 247, 'doc_name', 'certi.pdf', '1698730672_e7db0473fa97277449ca.pdf', '', '2023-10-31 11:07:52'),
(6, 104, 'doc_name', 'Photography Certificate', '1698735137_afe6ef47c42b02c36bdc.jpg', '', '2023-10-31 12:22:17'),
(7, 251, 'doc_name', 'newfile', '1698743550_c7aaaf00da4c911e6512.pdf', '', '2023-10-31 14:42:30'),
(9, 253, 'doc_name', 'fdsgfdgfg', '1698911366_16ec7604259d5387b19a.png', '', '2023-11-02 13:19:26'),
(10, 269, 'doc_name', 'dsgrth  gfhjgfhnnf', '1698986313_8cefc643a22a8baa7a9c.jpg', '', '2023-11-03 10:08:33'),
(12, 284, 'File Title', 'File Type', '1704370461_9822a4e0b78b5b6ae71f.pdf', '1704370461_0cdb50b49681b7356a27.png', '2024-01-04 17:44:21');

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

--
-- Table structure for table `chat`
--

CREATE TABLE `chat` (
  `id` int(11) NOT NULL,
  `user_type` varchar(255) NOT NULL COMMENT 'supplier/BandG',
  `topic_id` int(11) DEFAULT NULL,
  `from_id` int(11) NOT NULL,
  `to_id` int(11) DEFAULT NULL,
  `message_type` int(11) NOT NULL,
  `message` text NOT NULL,
  `read_status` int(11) NOT NULL,
  `cc` varchar(255) DEFAULT NULL,
  `bcc` varchar(255) DEFAULT NULL,
  `created_at` timestamp NOT NULL DEFAULT current_timestamp()
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci;

--
-- Dumping data for table `chat`
--

INSERT INTO `chat` (`id`, `user_type`, `topic_id`, `from_id`, `to_id`, `message_type`, `message`, `read_status`, `cc`, `bcc`, `created_at`) VALUES
(9, 'supplier', NULL, 100, 98, 1, 'Hi', 1, NULL, NULL, '2023-10-05 12:40:32'),
(10, 'supplier', NULL, 98, 104, 1, 'HI', 1, NULL, NULL, '2023-10-05 12:53:30'),
(11, 'supplier', NULL, 100, 98, 1, 'Ok', 1, NULL, NULL, '2023-10-05 12:53:42'),
(12, 'supplier', NULL, 98, 100, 1, 'jydsfaujfs<br>vmnvlfsfd', 1, NULL, NULL, '2023-10-05 12:54:31'),
(13, 'supplier', NULL, 98, 100, 2, 'https://wedding.fableadtechnolabs.com/wedding/portal/public/chat_file/1696510503_aa0dd13bb01d6d07f360.png', 1, NULL, NULL, '2023-10-05 12:55:03'),
(14, 'supplier', NULL, 108, 121, 1, 'hi', 1, NULL, NULL, '2023-10-06 10:09:21'),
(15, 'supplier', NULL, 146, 98, 1, 'hi', 1, NULL, NULL, '2023-10-06 11:51:18'),
(16, 'supplier', NULL, 180, 98, 1, 'Hello', 1, NULL, NULL, '2023-10-09 05:21:21'),
(17, 'supplier', NULL, 180, 98, 1, 'gfgfd', 1, NULL, NULL, '2023-10-09 05:24:22'),
(18, 'supplier', NULL, 98, 180, 1, 'good', 1, NULL, NULL, '2023-10-09 05:28:41'),
(19, 'supplier', NULL, 126, 181, 1, 'hh', 1, NULL, NULL, '2023-10-09 11:25:50'),
(20, 'supplier', NULL, 126, 181, 1, 'h', 1, NULL, NULL, '2023-10-09 11:25:53'),
(26, 'BandG', NULL, 17, 179, 1, 'Hi', 1, NULL, NULL, '2023-10-10 05:30:34'),
(33, 'BandG', NULL, 17, 98, 1, 'Hi', 1, NULL, NULL, '2023-10-10 07:16:21'),
(34, 'BandG', NULL, 98, 17, 1, 'Hi', 1, NULL, NULL, '2023-10-10 07:16:30'),
(35, 'BandG', NULL, 17, 98, 2, 'https://wedding.fableadtechnolabs.com/wedding/portal/public/chat_file/1696922339_73f25a059ab4b0bea3ac.png', 1, NULL, NULL, '2023-10-10 07:18:59'),
(36, 'BandG', NULL, 17, 98, 1, 'Hacker', 1, NULL, NULL, '2023-10-10 07:18:59'),
(37, 'BandG', NULL, 98, 17, 1, 'Hi', 1, NULL, NULL, '2023-10-10 07:49:49'),
(38, 'supplier', NULL, 98, 179, 1, 'Hello', 1, NULL, NULL, '2023-10-10 11:11:00'),
(39, 'BandG', NULL, 17, 98, 1, 'Hacker', 1, NULL, NULL, '2023-10-11 11:01:38'),
(40, 'supplier', NULL, 98, 179, 3, 'https://wedding.fableadtechnolabs.com/wedding/portal/public/chat_file/1697102331_f5419e42c0fb653107ac.webm', 1, NULL, NULL, '2023-10-12 09:18:51'),
(41, 'BandG', NULL, 17, 179, 1, 'hello', 1, NULL, NULL, '2023-10-12 10:00:46'),
(42, 'BandG', NULL, 17, 102, 1, 'hello', 1, NULL, NULL, '2023-10-12 10:01:17'),
(43, 'BandG', NULL, 17, 104, 1, 'hello', 1, NULL, NULL, '2023-10-12 10:01:30'),
(44, 'BandG', NULL, 17, 107, 1, 'hello', 1, NULL, NULL, '2023-10-12 10:01:39'),
(45, 'BandG', NULL, 17, 109, 1, 'hello', 1, NULL, NULL, '2023-10-12 10:01:53'),
(46, 'BandG', NULL, 17, 110, 1, 'hello', 1, NULL, NULL, '2023-10-12 10:01:59'),
(47, 'BandG', NULL, 17, 146, 1, 'hello', 1, NULL, NULL, '2023-10-12 10:02:18'),
(48, 'BandG', NULL, 17, 157, 1, 'hello', 1, NULL, NULL, '2023-10-12 10:02:36'),
(49, 'BandG', NULL, 104, 17, 1, 'Hi', 1, NULL, NULL, '2023-10-12 10:02:47'),
(50, 'BandG', NULL, 17, 180, 1, 'hello', 1, NULL, NULL, '2023-10-12 10:02:49'),
(51, 'BandG', NULL, 17, 98, 1, 'hello', 1, NULL, NULL, '2023-10-12 10:29:12'),
(52, 'BandG', NULL, 17, 180, 1, 'hello', 1, NULL, NULL, '2023-10-12 10:30:12'),
(53, 'BandG', NULL, 98, 17, 1, 'Nice', 1, NULL, NULL, '2023-10-12 10:32:40'),
(54, 'BandG', NULL, 17, 98, 1, 'bnbvbnbvnbnbvn', 1, NULL, NULL, '2023-10-12 10:49:34'),
(55, 'BandG', NULL, 17, 98, 1, 'bnbvbnbvnbnbvn', 1, NULL, NULL, '2023-10-12 10:49:34'),
(56, 'BandG', NULL, 98, 17, 1, 'Okovoshhgjdbgfd', 1, NULL, NULL, '2023-10-12 10:57:53'),
(57, 'BandG', NULL, 17, 98, 2, 'https://wedding.fableadtechnolabs.com/wedding/portal/public/chat_file/1697108835_d3d945ae96330ac5b9c1.jpg', 1, NULL, NULL, '2023-10-12 11:07:15'),
(58, 'BandG', NULL, 17, 98, 1, 'rgdgfrgdfgf', 1, NULL, NULL, '2023-10-12 11:31:09'),
(59, 'BandG', NULL, 17, 98, 1, 'rgdgfrgdfgf', 1, NULL, NULL, '2023-10-12 11:31:09'),
(60, 'BandG', NULL, 17, 98, 1, 'how r u?', 1, NULL, NULL, '2023-10-12 11:31:41'),
(61, 'BandG', NULL, 17, 98, 1, 'how r u?', 1, NULL, NULL, '2023-10-12 11:31:41'),
(62, 'BandG', NULL, 17, 180, 1, 'jhnjhjjhgjgjghj', 1, NULL, NULL, '2023-10-12 11:35:26'),
(63, 'BandG', NULL, 17, 180, 2, 'https://wedding.fableadtechnolabs.com/wedding/portal/public/chat_file/1697170220_3370b9b80bb193e5f448.jpg', 1, NULL, NULL, '2023-10-13 04:10:21'),
(64, 'BandG', NULL, 98, 17, 1, 'Hi', 1, NULL, NULL, '2023-10-13 05:15:19'),
(65, 'BandG', NULL, 17, 98, 1, 'rtytryrt', 1, NULL, NULL, '2023-10-13 05:59:12'),
(66, 'BandG', NULL, 17, 98, 1, 'thth', 1, NULL, NULL, '2023-10-13 06:44:11'),
(67, 'BandG', NULL, 98, 17, 1, 'Kon ho bhai', 1, NULL, NULL, '2023-10-13 06:44:32'),
(68, 'BandG', NULL, 17, 180, 1, 'ergttgddgd', 1, NULL, NULL, '2023-10-13 07:11:09'),
(69, 'BandG', NULL, 98, 17, 2, 'https://wedding.fableadtechnolabs.com/wedding/portal/public/chat_file/1697183727_5f0416a5338e9df860d9.jpg', 1, NULL, NULL, '2023-10-13 07:55:27'),
(70, 'BandG', NULL, 98, 17, 4, 'https://wedding.fableadtechnolabs.com/wedding/portal/public/chat_file/1697183746_4740a8386e4306bddc5a.pdf', 1, NULL, NULL, '2023-10-13 07:55:46'),
(71, 'BandG', NULL, 98, 17, 2, 'https://wedding.fableadtechnolabs.com/wedding/portal/public/chat_file/1697184700_0d5e2841f8a7ef072f21.gif', 1, NULL, NULL, '2023-10-13 08:11:40'),
(72, 'supplier', NULL, 126, 181, 1, 'gfdgf', 1, NULL, NULL, '2023-10-13 09:34:30'),
(73, 'supplier', NULL, 126, 181, 1, 'vfgdf', 1, NULL, NULL, '2023-10-13 09:34:44'),
(74, 'BandG', NULL, 98, 17, 1, 'fdsfdsdsfdsfdsfdsfds', 1, NULL, NULL, '2023-10-13 10:55:23'),
(75, 'BandG', NULL, 98, 17, 1, 'Hi', 1, NULL, NULL, '2023-10-13 11:15:19'),
(76, 'BandG', NULL, 98, 17, 1, 'Ok', 1, NULL, NULL, '2023-10-13 11:17:53'),
(77, 'BandG', NULL, 98, 17, 1, 'Done', 1, NULL, NULL, '2023-10-13 11:21:33'),
(78, 'supplier', NULL, 183, 98, 1, 'Hi', 1, NULL, NULL, '2023-10-13 11:25:00'),
(79, 'supplier', NULL, 98, 183, 1, 'Hello', 1, NULL, NULL, '2023-10-13 11:25:18'),
(80, 'supplier', NULL, 183, 98, 1, 'Good', 1, NULL, NULL, '2023-10-13 11:25:23'),
(81, 'BandG', NULL, 17, 107, 1, 'hi', 1, NULL, NULL, '2023-10-14 07:16:50'),
(82, 'BandG', NULL, 17, 180, 1, 'fhi', 1, NULL, NULL, '2023-10-18 09:35:08'),
(83, 'BandG', NULL, 17, 180, 1, 'fhi', 1, NULL, NULL, '2023-10-18 09:35:08'),
(84, 'BandG', NULL, 17, 104, 1, 'hiii', 1, NULL, NULL, '2023-10-18 09:47:40'),
(85, 'BandG', NULL, 98, 17, 1, 'hi', 1, NULL, NULL, '2023-10-18 09:57:34'),
(86, 'BandG', NULL, 98, 17, 1, 'Hi Arun', 1, NULL, NULL, '2023-10-18 10:10:08'),
(87, 'BandG', NULL, 17, 98, 1, 'Hi Zoro', 1, NULL, NULL, '2023-10-18 10:10:29'),
(88, 'BandG', NULL, 17, 98, 1, 'How Are you ?', 1, NULL, NULL, '2023-10-18 10:10:41'),
(89, 'BandG', NULL, 98, 17, 1, 'I am Fine and You?', 1, NULL, NULL, '2023-10-18 10:11:02'),
(92, 'BandG', NULL, 17, 98, 1, 'Fine and how About You?', 1, NULL, NULL, '2023-10-18 10:13:26'),
(93, 'BandG', NULL, 98, 17, 1, 'I m  Also Fine', 1, NULL, NULL, '2023-10-18 10:14:40'),
(94, 'BandG', NULL, 17, 98, 1, 'Where You Sailed THis Time I have been Finding You on Docks THis Whole time and someone told me thst you sailed without telling me', 1, NULL, NULL, '2023-10-18 10:16:48'),
(95, 'BandG', NULL, 98, 17, 1, 'Sorry ! My brother i apologize for my bad behaviour can you forgive me this time only i will tell you from now', 1, NULL, NULL, '2023-10-18 10:17:04'),
(96, 'BandG', NULL, 17, 98, 1, 'Nani', 1, NULL, NULL, '2023-10-18 10:17:29'),
(97, 'BandG', NULL, 17, 104, 2, 'https://wedding.fableadtechnolabs.com/wedding/portal/public/chat_file/1697624491_594e8f39cdbc3c8be6e0.mp4', 1, NULL, NULL, '2023-10-18 10:21:31'),
(98, 'BandG', NULL, 17, 104, 2, 'https://wedding.fableadtechnolabs.com/wedding/portal/public/chat_file/1697624665_a158544cf1924dd33879.mp4', 1, NULL, NULL, '2023-10-18 10:24:25'),
(99, 'BandG', NULL, 17, 98, 3, 'https://wedding.fableadtechnolabs.com/wedding/portal/public/chat_file/1697624930_ee8591d8c8c1b816c3b1.mp4', 1, NULL, NULL, '2023-10-18 10:28:50'),
(100, 'BandG', NULL, 17, 98, 1, 'Hacker', 1, NULL, NULL, '2023-10-18 10:28:50'),
(101, 'BandG', NULL, 17, 98, 3, 'https://wedding.fableadtechnolabs.com/wedding/portal/public/chat_file/1697625638_3c39844f73edd2743fa2.mp4', 1, NULL, NULL, '2023-10-18 10:40:38'),
(102, 'BandG', NULL, 17, 98, 1, 'hyh', 1, NULL, NULL, '2023-10-20 05:41:51'),
(103, 'BandG', NULL, 17, 98, 1, '45', 1, NULL, NULL, '2023-10-20 05:42:01'),
(104, 'BandG', NULL, 17, 98, 1, 'hyh', 1, NULL, NULL, '2023-10-20 05:42:06'),
(105, 'BandG', NULL, 23, 98, 1, 'hi', 1, NULL, NULL, '2023-10-21 07:41:04'),
(106, 'BandG', NULL, 23, 193, 1, 'hi', 1, NULL, NULL, '2023-10-23 06:07:09'),
(107, 'BandG', NULL, 23, 193, 1, '123', 1, NULL, NULL, '2023-10-23 06:07:22'),
(108, 'BandG', NULL, 193, 23, 1, 'vayo ja eey', 1, NULL, NULL, '2023-10-23 06:10:14'),
(109, 'BandG', NULL, 23, 193, 1, 'ha moj ha', 1, NULL, NULL, '2023-10-23 06:11:43'),
(110, 'BandG', NULL, 23, 193, 1, '1123', 1, NULL, NULL, '2023-10-23 06:11:49'),
(111, 'BandG', NULL, 193, 23, 1, 'debug mer', 1, NULL, NULL, '2023-10-23 06:11:52'),
(112, 'BandG', NULL, 23, 193, 1, '5555', 1, NULL, NULL, '2023-10-23 06:12:32'),
(113, 'BandG', NULL, 23, 193, 2, 'https://wedding.fableadtechnolabs.com/wedding/portal/public/chat_file/1698043073_8cb94cfcfd2f8317b37f.jpg', 1, NULL, NULL, '2023-10-23 06:37:53'),
(114, 'supplier', NULL, 193, 98, 1, 'fgfgfgfgfg', 1, NULL, NULL, '2023-10-23 06:38:27'),
(115, 'BandG', NULL, 193, 23, 2, 'https://wedding.fableadtechnolabs.com/wedding/portal/public/chat_file/1698043127_04ff40e542904c5013dc.psd', 1, NULL, NULL, '2023-10-23 06:38:47'),
(116, 'BandG', NULL, 193, 23, 2, 'https://wedding.fableadtechnolabs.com/wedding/portal/public/chat_file/1698043138_453c87cb376d62d1b0ab.png', 1, NULL, NULL, '2023-10-23 06:38:58'),
(117, 'BandG', NULL, 193, 23, 2, 'https://wedding.fableadtechnolabs.com/wedding/portal/public/chat_file/1698043138_4fff7d6ad2f801777661.jpeg', 1, NULL, NULL, '2023-10-23 06:38:58'),
(118, 'BandG', NULL, 23, 193, 3, 'https://wedding.fableadtechnolabs.com/wedding/portal/public/chat_file/1698043262_4ab4bed1894deb6a703e.mp4', 1, NULL, NULL, '2023-10-23 06:41:02'),
(119, 'BandG', NULL, 193, 23, 1, 'rtytytytryrtyrt', 1, NULL, NULL, '2023-10-23 07:00:53'),
(120, 'BandG', NULL, 23, 193, 1, 'hjhhhj', 1, NULL, NULL, '2023-10-24 06:08:38'),
(121, 'BandG', NULL, 23, 193, 1, 'hgjghjff', 1, NULL, NULL, '2023-10-24 06:08:59'),
(122, 'BandG', NULL, 25, 98, 1, 'hi', 1, NULL, NULL, '2023-10-25 04:18:16'),
(123, 'BandG', NULL, 25, 98, 1, 'hi', 1, NULL, NULL, '2023-10-25 04:18:26'),
(124, 'supplier', NULL, 193, 98, 1, 'hi', 1, NULL, NULL, '2023-10-25 06:54:20'),
(125, 'supplier', NULL, 192, 98, 1, 'hello', 1, NULL, NULL, '2023-10-25 06:55:06'),
(126, 'BandG', NULL, 23, 199, 1, 'hiiiii', 1, NULL, NULL, '2023-10-25 09:11:01'),
(127, 'BandG', NULL, 23, 199, 1, 'hiiii', 1, NULL, NULL, '2023-10-25 09:11:16'),
(128, 'BandG', NULL, 23, 193, 2, 'https://wedding.fableadtechnolabs.com/wedding/portal/public/chat_file/1698225740_f5353524cae43ad8c5d5.jpg', 1, NULL, NULL, '2023-10-25 09:22:21'),
(129, 'BandG', NULL, 23, 193, 3, 'https://wedding.fableadtechnolabs.com/wedding/portal/public/chat_file/1698225741_333b1fbf9a4a56e8a0e9.mp4', 1, NULL, NULL, '2023-10-25 09:22:22'),
(132, 'BandG', NULL, 26, 109, 1, 'hi', 1, NULL, NULL, '2023-10-25 10:02:30'),
(133, 'BandG', NULL, 26, 109, 1, 'hi', 1, NULL, NULL, '2023-10-25 10:02:35'),
(134, 'BandG', NULL, 31, 191, 1, 'hiighjv', 1, NULL, NULL, '2023-10-25 11:18:04'),
(135, 'BandG', NULL, 31, 191, 1, 'cyyff', 1, NULL, NULL, '2023-10-25 11:18:09'),
(136, 'BandG', NULL, 29, 109, 1, 'hi', 1, NULL, NULL, '2023-10-25 11:22:21'),
(137, 'BandG', NULL, 29, 109, 1, 'hi', 1, NULL, NULL, '2023-10-25 11:22:30'),
(138, 'BandG', NULL, 29, 109, 2, 'https://wedding.fableadtechnolabs.com/wedding/portal/public/chat_file/1698232966_a7c1a26db2e43db38390.jpg', 1, NULL, NULL, '2023-10-25 11:22:46'),
(139, 'BandG', NULL, 30, 193, 1, 'hello brother', 1, NULL, NULL, '2023-10-25 11:24:39'),
(140, 'BandG', NULL, 30, 193, 1, 'hello', 1, NULL, NULL, '2023-10-25 11:24:51'),
(141, 'BandG', NULL, 193, 30, 1, 'yes my friend how are you ??', 1, NULL, NULL, '2023-10-25 11:25:36'),
(142, 'BandG', NULL, 30, 193, 2, 'https://wedding.fableadtechnolabs.com/wedding/portal/public/chat_file/1698233147_74067972d9a25622055d.jpg', 1, NULL, NULL, '2023-10-25 11:25:47'),
(143, 'BandG', NULL, 30, 193, 3, 'https://wedding.fableadtechnolabs.com/wedding/portal/public/chat_file/1698233156_641d7496c5b188b822c4.mp4', 1, NULL, NULL, '2023-10-25 11:25:56'),
(144, 'supplier', NULL, 193, 98, 1, 'tttt', 1, NULL, NULL, '2023-10-25 11:26:55'),
(145, 'BandG', NULL, 193, 30, 2, 'https://wedding.fableadtechnolabs.com/wedding/portal/public/chat_file/1698233223_5fc3295b1d2e3b5db222.png', 1, NULL, NULL, '2023-10-25 11:27:03'),
(146, 'supplier', NULL, 98, 193, 1, 'Bol Bhai', 1, NULL, NULL, '2023-10-25 11:32:04'),
(147, 'BandG', NULL, 200, 32, 1, 'hello', 1, NULL, NULL, '2023-10-25 12:05:42'),
(148, 'BandG', NULL, 32, 200, 1, 'jhjj', 1, NULL, NULL, '2023-10-25 12:06:27'),
(149, 'BandG', NULL, 32, 201, 1, 'yhhhhh', 1, NULL, NULL, '2023-10-25 12:08:17'),
(150, 'BandG', NULL, 32, 201, 1, 'jjjjj', 1, NULL, NULL, '2023-10-25 12:08:27'),
(151, 'BandG', NULL, 32, 161, 1, 'hi', 1, NULL, NULL, '2023-10-25 12:56:37'),
(152, 'BandG', NULL, 32, 161, 1, 'hi', 1, NULL, NULL, '2023-10-25 12:56:45'),
(153, 'BandG', NULL, 36, 207, 1, 'tcyvjbjnb', 1, NULL, NULL, '2023-10-26 08:53:29'),
(154, 'BandG', NULL, 207, 36, 1, 'wererrwerwer', 1, NULL, NULL, '2023-10-26 08:54:22'),
(155, 'BandG', NULL, 36, 207, 1, 'fycyvhv', 1, NULL, NULL, '2023-10-26 08:54:26'),
(156, 'BandG', NULL, 31, 183, 1, 'fdfdsfdfd', 1, NULL, NULL, '2023-10-26 09:03:59'),
(157, 'BandG', NULL, 31, 183, 1, 'dsfdsfsdfds', 1, NULL, NULL, '2023-10-26 09:04:04'),
(158, 'BandG', NULL, 31, 186, 1, 'vcdddsdsfdsf', 1, NULL, NULL, '2023-10-26 09:06:32'),
(159, 'BandG', NULL, 31, 186, 1, 'dasdd', 1, NULL, NULL, '2023-10-26 09:07:07'),
(160, 'BandG', NULL, 37, 210, 1, 'hi', 1, NULL, NULL, '2023-10-26 09:43:46'),
(161, 'BandG', NULL, 37, 210, 1, 'hi', 1, NULL, NULL, '2023-10-26 09:43:48'),
(162, 'BandG', NULL, 37, 210, 1, 'hi', 1, NULL, NULL, '2023-10-26 09:44:45'),
(163, 'BandG', NULL, 210, 37, 1, 'iuhih', 1, NULL, NULL, '2023-10-26 09:45:16'),
(164, 'BandG', NULL, 37, 210, 1, 'gucj j', 1, NULL, NULL, '2023-10-26 09:45:26'),
(165, 'BandG', NULL, 37, 210, 1, 'j', 1, NULL, NULL, '2023-10-26 09:45:30'),
(166, 'BandG', NULL, 37, 210, 2, 'https://wedding.fableadtechnolabs.com/wedding/portal/public/chat_file/1698313553_c74f70f0329b4a8e912a.jpg', 1, NULL, NULL, '2023-10-26 09:45:53'),
(167, 'BandG', NULL, 37, 214, 1, '...', 1, NULL, NULL, '2023-10-26 10:50:48'),
(168, 'BandG', NULL, 37, 214, 1, '..', 1, NULL, NULL, '2023-10-26 10:50:51'),
(169, 'BandG', NULL, 37, 214, 1, '54545645994', 1, NULL, NULL, '2023-10-26 10:51:06'),
(170, 'BandG', NULL, 36, 220, 1, 'tdtxtyf', 1, NULL, NULL, '2023-10-26 11:29:29'),
(171, 'BandG', NULL, 42, 227, 1, 'Hello', 1, NULL, NULL, '2023-10-26 12:28:24'),
(172, 'BandG', NULL, 42, 227, 1, 'Bhai', 1, NULL, NULL, '2023-10-26 12:28:36'),
(173, 'BandG', NULL, 227, 42, 1, 'hello', 1, NULL, NULL, '2023-10-26 12:28:52'),
(174, 'BandG', NULL, 41, 228, 1, 'hiiiii', 1, NULL, NULL, '2023-10-27 11:19:37'),
(175, 'BandG', NULL, 41, 228, 1, 'fghfhg', 1, NULL, NULL, '2023-10-27 11:19:45'),
(176, 'BandG', NULL, 41, 229, 1, 'eetetwet', 1, NULL, NULL, '2023-10-27 11:21:15'),
(177, 'BandG', NULL, 41, 229, 1, 'yjghjghjhj', 1, NULL, NULL, '2023-10-27 11:23:48'),
(178, 'BandG', NULL, 41, 229, 1, 'tttjhjj', 1, NULL, NULL, '2023-10-27 11:23:56'),
(179, 'BandG', NULL, 41, 233, 1, 'hy', 1, NULL, NULL, '2023-10-27 11:25:52'),
(180, 'BandG', NULL, 41, 233, 1, 'hy', 1, NULL, NULL, '2023-10-27 11:27:14'),
(181, 'BandG', NULL, 41, 234, 1, 'hgy', 1, NULL, NULL, '2023-10-27 11:27:28'),
(182, 'BandG', NULL, 41, 233, 1, 'bcc v', 1, NULL, NULL, '2023-10-27 11:40:34'),
(183, 'BandG', NULL, 41, 235, 1, 'donr', 1, NULL, NULL, '2023-10-27 11:42:03'),
(184, 'BandG', NULL, 41, 236, 1, 'helo maro hambhlo', 1, NULL, NULL, '2023-10-27 12:07:40'),
(185, 'BandG', NULL, 235, 41, 1, 'OKKK', 1, NULL, NULL, '2023-10-27 12:53:26'),
(186, 'BandG', NULL, 235, 41, 2, 'https://wedding.fableadtechnolabs.com/wedding/portal/public/chat_file/1698411224_fc65930ebb7a97858eaf.jpg', 1, NULL, NULL, '2023-10-27 12:53:44'),
(187, 'BandG', NULL, 235, 41, 1, 'CHECK THIS !!', 1, NULL, NULL, '2023-10-27 12:53:44'),
(188, 'BandG', NULL, 41, 240, 1, 'hello', 1, NULL, NULL, '2023-10-28 06:36:49'),
(189, 'BandG', NULL, 41, 241, 1, 'hi', 1, NULL, NULL, '2023-10-28 06:37:29'),
(190, 'BandG', NULL, 43, 243, 1, 'gyy', 1, NULL, NULL, '2023-10-28 07:04:27'),
(191, 'BandG', NULL, 43, 243, 1, 'hhh', 1, NULL, NULL, '2023-10-28 07:04:31'),
(192, 'BandG', NULL, 43, 243, 2, 'https://wedding.fableadtechnolabs.com/wedding/portal/public/chat_file/1698476692_f30ca511d2cc35b58f21.jpg', 1, NULL, NULL, '2023-10-28 07:04:52'),
(193, 'BandG', NULL, 43, 243, 2, 'https://wedding.fableadtechnolabs.com/wedding/portal/public/chat_file/1698476703_1632c95200eab42c545a.jpg', 1, NULL, NULL, '2023-10-28 07:05:03'),
(194, 'BandG', NULL, 43, 243, 3, 'https://wedding.fableadtechnolabs.com/wedding/portal/public/chat_file/1698476754_e0ea216040834f44c2a7.mp4', 1, NULL, NULL, '2023-10-28 07:05:54'),
(195, 'BandG', NULL, 41, 228, 1, 'jhhjhhjhjfgff', 1, NULL, NULL, '2023-10-28 08:08:56'),
(196, 'BandG', NULL, 41, 228, 1, 'dddd', 1, NULL, NULL, '2023-10-28 08:10:05'),
(197, 'BandG', NULL, 41, 228, 1, 'fhfggfghhfy', 1, NULL, NULL, '2023-10-28 08:10:14'),
(198, 'BandG', NULL, 41, 228, 1, 'fhfgfghhfgh', 1, NULL, NULL, '2023-10-28 08:10:21'),
(199, 'BandG', NULL, 41, 228, 1, 'hfgfghgfhfgf', 1, NULL, NULL, '2023-10-28 08:10:42'),
(200, 'BandG', NULL, 41, 228, 1, 'fjhfgfgh', 1, NULL, NULL, '2023-10-28 08:10:56'),
(201, 'BandG', NULL, 41, 228, 1, 'jgjghj', 1, NULL, NULL, '2023-10-28 08:11:46'),
(202, 'BandG', NULL, 43, 244, 1, 'hiiiii', 1, NULL, NULL, '2023-10-28 08:33:35'),
(203, 'BandG', NULL, 43, 244, 1, 'hrhehrhr', 1, NULL, NULL, '2023-10-28 08:33:47'),
(204, 'BandG', NULL, 43, 244, 1, 'dufjufuf', 1, NULL, NULL, '2023-10-28 08:33:50'),
(205, 'BandG', NULL, 43, 244, 1, 'hdhduddu', 1, NULL, NULL, '2023-10-28 08:34:00'),
(206, 'BandG', NULL, 43, 244, 1, 'fsfsgdgdg', 1, NULL, NULL, '2023-10-28 08:34:20'),
(207, 'BandG', NULL, 43, 244, 1, 'fsgdgsgs', 1, NULL, NULL, '2023-10-28 08:34:23'),
(208, 'BandG', NULL, 43, 244, 1, 'ufiufyfyg', 1, NULL, NULL, '2023-10-28 08:34:31'),
(209, 'BandG', NULL, 43, 244, 1, '1e7t2s78gds5', 1, NULL, NULL, '2023-10-28 08:34:36'),
(210, 'BandG', NULL, 43, 244, 1, 'ksksksks', 1, NULL, NULL, '2023-10-28 08:34:38'),
(211, 'BandG', NULL, 43, 244, 1, 'ususjsususususis', 1, NULL, NULL, '2023-10-28 08:34:41'),
(212, 'BandG', NULL, 43, 244, 1, 'hHzjz', 1, NULL, NULL, '2023-10-28 08:34:43'),
(213, 'BandG', NULL, 43, 244, 1, 'obecoecpwnowhxqh0xq', 1, NULL, NULL, '2023-10-28 08:34:45'),
(214, 'BandG', NULL, 43, 244, 1, 'bq0 bw0 bw', 1, NULL, NULL, '2023-10-28 08:34:46'),
(215, 'BandG', NULL, 43, 244, 1, 'w0bqbx9qx', 1, NULL, NULL, '2023-10-28 08:34:48'),
(216, 'BandG', NULL, 43, 244, 1, 'xbhdjsjs', 1, NULL, NULL, '2023-10-28 08:35:02'),
(217, 'BandG', NULL, 43, 244, 1, 'bxbxhdhd', 1, NULL, NULL, '2023-10-28 08:35:04'),
(218, 'BandG', NULL, 45, 247, 1, 'Fuchs c', 1, NULL, NULL, '2023-10-31 05:50:50'),
(219, 'BandG', NULL, 247, 45, 1, 'how do you do?', 1, NULL, NULL, '2023-10-31 05:51:35'),
(220, 'BandG', NULL, 247, 45, 4, 'https://wedding.fableadtechnolabs.com/wedding/portal/public/chat_file/1698731521_09bd667d0b0185db3a32.pdf', 1, NULL, NULL, '2023-10-31 05:52:01'),
(221, 'BandG', NULL, 247, 45, 2, 'https://wedding.fableadtechnolabs.com/wedding/portal/public/chat_file/1698731536_0c2c0fead1f9fc63f7bf.png', 1, NULL, NULL, '2023-10-31 05:52:16'),
(222, 'BandG', NULL, 45, 247, 2, 'https://wedding.fableadtechnolabs.com/wedding/portal/public/chat_file/1698731610_198bb9e50d01aad92945.jpg', 1, NULL, NULL, '2023-10-31 05:53:30'),
(223, 'BandG', NULL, 45, 247, 3, 'https://wedding.fableadtechnolabs.com/wedding/portal/public/chat_file/1698731626_f9cad6b939335b9da195.mp4', 1, NULL, NULL, '2023-10-31 05:53:46'),
(224, 'BandG', NULL, 45, 247, 4, 'https://wedding.fableadtechnolabs.com/wedding/portal/public/chat_file/1698733140_2b9eeb0496e8a6c17d1b.mp4', 1, NULL, NULL, '2023-10-31 06:19:00'),
(225, 'BandG', NULL, 45, 247, 4, 'https://wedding.fableadtechnolabs.com/wedding/portal/public/chat_file/1698733232_3ba44f62eba486f2a7e5.mp4', 1, NULL, NULL, '2023-10-31 06:20:32'),
(226, 'BandG', NULL, 45, 247, 4, 'https://wedding.fableadtechnolabs.com/wedding/portal/public/chat_file/1698734047_dd571d4a64250954050a.pdf', 1, NULL, NULL, '2023-10-31 06:34:07'),
(227, 'BandG', NULL, 45, 247, 1, 'noo', 1, NULL, NULL, '2023-10-31 06:34:07'),
(228, 'BandG', NULL, 45, 247, 4, 'https://wedding.fableadtechnolabs.com/wedding/portal/public/chat_file/1698734102_184d1921f6bcc73af8e7.pdf', 1, NULL, NULL, '2023-10-31 06:35:02'),
(229, 'supplier', NULL, 248, 249, 1, 'Hi', 1, NULL, NULL, '2023-10-31 07:26:38'),
(230, 'BandG', NULL, 248, 46, 1, 'Hello', 1, NULL, NULL, '2023-10-31 07:26:47'),
(231, 'BandG', NULL, 248, 47, 1, 'Hi', 1, NULL, NULL, '2023-10-31 07:26:56'),
(232, 'BandG', NULL, 45, 245, 1, 'gdgcghc', 1, NULL, NULL, '2023-10-31 11:18:35'),
(233, 'BandG', NULL, 45, 245, 3, 'https://wedding.fableadtechnolabs.com/wedding/portal/public/chat_file/1698751141_e59c7cd9a5e2e4a2e5ec.pdf', 1, NULL, NULL, '2023-10-31 11:19:01'),
(234, 'BandG', NULL, 45, 245, 2, 'https://wedding.fableadtechnolabs.com/wedding/portal/public/chat_file/1698751152_29122d38868521262030.jpg', 1, NULL, NULL, '2023-10-31 11:19:12'),
(235, 'BandG', NULL, 45, 245, 4, 'https://wedding.fableadtechnolabs.com/wedding/portal/public/chat_file/1698751165_7dd1bcc168ae153fd1af.pdf', 1, NULL, NULL, '2023-10-31 11:19:25'),
(236, 'BandG', NULL, 245, 45, 2, 'https://wedding.fableadtechnolabs.com/wedding/portal/public/chat_file/1698751210_f15124088342964d5403.jpg', 1, NULL, NULL, '2023-10-31 11:20:10'),
(237, 'BandG', NULL, 245, 45, 1, 'eyhtdhgfh', 1, NULL, NULL, '2023-10-31 11:20:53'),
(238, 'supplier', NULL, 245, 251, 1, 'gsddsgsdf', 1, NULL, NULL, '2023-10-31 11:21:09'),
(239, 'supplier', NULL, 251, 245, 1, 'werfwerewrew', 1, NULL, NULL, '2023-10-31 11:21:57'),
(240, 'supplier', NULL, 245, 251, 1, 'how r u?', 1, NULL, NULL, '2023-10-31 11:22:13'),
(241, 'supplier', NULL, 251, 245, 1, 'fine..', 1, NULL, NULL, '2023-10-31 11:22:24'),
(242, 'supplier', NULL, 245, 251, 2, 'https://wedding.fableadtechnolabs.com/wedding/portal/public/chat_file/1698751362_cc85df86a432d593690f.avif', 1, NULL, NULL, '2023-10-31 11:22:42'),
(243, 'supplier', NULL, 245, 251, 4, 'https://wedding.fableadtechnolabs.com/wedding/portal/public/chat_file/1698751386_079d9fa036c1bb8fa1dc.pdf', 1, NULL, NULL, '2023-10-31 11:23:06'),
(244, 'supplier', NULL, 251, 245, 4, 'https://wedding.fableadtechnolabs.com/wedding/portal/public/chat_file/1698751516_27d9479fd419e2f681bd.pdf', 1, NULL, NULL, '2023-10-31 11:25:16'),
(245, 'BandG', NULL, 247, 45, 1, 'hi', 1, NULL, NULL, '2023-11-01 05:35:00'),
(246, 'BandG', NULL, 247, 45, 1, 'Hi', 1, NULL, NULL, '2023-11-01 05:44:33'),
(247, 'BandG', NULL, 45, 247, 2, 'https://wedding.fableadtechnolabs.com/portal/public/chat_file/1698825616_1cc73e8033bb167719b7.jpg', 1, NULL, NULL, '2023-11-01 08:00:16'),
(248, 'BandG', NULL, 45, 247, 2, 'https://wedding.fableadtechnolabs.com/portal/public/chat_file/1698825652_7f51b73b8d13524c19f9.jpg', 1, NULL, NULL, '2023-11-01 08:00:52'),
(249, 'BandG', NULL, 45, 251, 1, '123lkjljkljkl', 1, NULL, NULL, '2023-11-01 08:05:47'),
(250, 'BandG', NULL, 50, 253, 1, 'hi', 1, NULL, NULL, '2023-11-01 09:42:20'),
(251, 'supplier', NULL, 252, 253, 1, 'hi', 1, NULL, NULL, '2023-11-01 09:42:27'),
(252, 'BandG', NULL, 252, 50, 1, 'hi', 1, NULL, NULL, '2023-11-01 09:43:05'),
(253, 'BandG', NULL, 50, 252, 1, 'hi', 1, NULL, NULL, '2023-11-01 09:43:15'),
(254, 'BandG', NULL, 50, 252, 1, 'hi', 1, NULL, NULL, '2023-11-01 09:44:05'),
(255, 'BandG', NULL, 252, 50, 2, 'https://wedding.fableadtechnolabs.com/portal/public/chat_file/1698831923_0e59a96690ceb8a68feb.png', 1, NULL, NULL, '2023-11-01 09:45:23'),
(256, 'BandG', NULL, 50, 252, 2, 'https://wedding.fableadtechnolabs.com/portal/public/chat_file/1698831952_fe6a482f72a48bc67f32.jpg', 1, NULL, NULL, '2023-11-01 09:45:52'),
(257, 'supplier', NULL, 252, 254, 1, 'hi', 1, NULL, NULL, '2023-11-01 12:06:31'),
(258, 'BandG', NULL, 50, 254, 1, 'hi', 1, NULL, NULL, '2023-11-01 12:07:10'),
(259, 'supplier', NULL, 253, 252, 1, 'hi', 1, NULL, NULL, '2023-11-02 06:23:47'),
(260, 'supplier', NULL, 252, 253, 3, 'https://wedding.fableadtechnolabs.com/portal/public/chat_file/1698906476_777ab7376800ac14bb7c.mov', 1, NULL, NULL, '2023-11-02 06:27:56'),
(261, 'supplier', NULL, 253, 252, 1, '00', 1, NULL, NULL, '2023-11-02 06:32:33'),
(262, 'supplier', NULL, 253, 252, 1, 'hi', 1, NULL, NULL, '2023-11-02 09:11:48'),
(263, 'supplier', NULL, 98, 183, 1, 'edw2dw2', 1, NULL, NULL, '2023-11-02 11:07:47'),
(264, 'supplier', NULL, 98, 183, 1, '5463454', 1, NULL, NULL, '2023-11-02 11:08:01'),
(265, 'BandG', NULL, 252, 51, 1, 'dfgdgdfgdfgggdfg', 1, NULL, NULL, '2023-11-02 11:11:00'),
(266, 'BandG', NULL, 252, 51, 2, 'https://wedding.fableadtechnolabs.com/portal/public/chat_file/1698923470_6afd11b37404b9d2a1e6.png', 1, NULL, NULL, '2023-11-02 11:11:10'),
(267, 'BandG', NULL, 252, 51, 2, 'https://wedding.fableadtechnolabs.com/portal/public/chat_file/1698923488_580d32e26fd4db7be01d.png', 1, NULL, NULL, '2023-11-02 11:11:28'),
(268, 'BandG', NULL, 252, 51, 1, 'hjjkjkh', 1, NULL, NULL, '2023-11-02 11:11:37'),
(269, 'BandG', NULL, 51, 252, 2, 'https://wedding.fableadtechnolabs.com/portal/public/chat_file/1698923520_15330d89ec667220034a.jpg', 1, NULL, NULL, '2023-11-02 11:12:00'),
(270, 'BandG', NULL, 51, 252, 3, 'https://wedding.fableadtechnolabs.com/portal/public/chat_file/1698924149_3b60ff3449f7eff1c7c2.pdf', 1, NULL, NULL, '2023-11-02 11:22:29'),
(271, 'BandG', NULL, 252, 51, 1, 'dfgfg', 1, NULL, NULL, '2023-11-02 11:24:07'),
(272, 'BandG', NULL, 51, 252, 2, 'https://wedding.fableadtechnolabs.com/portal/public/chat_file/1698924259_06978b6e211a68340a11.jpg', 1, NULL, NULL, '2023-11-02 11:24:19'),
(273, 'BandG', NULL, 252, 51, 1, 'fgfgfg', 1, NULL, NULL, '2023-11-02 11:24:26'),
(274, 'BandG', NULL, 252, 51, 2, 'https://wedding.fableadtechnolabs.com/portal/public/chat_file/1698924275_6fd633ee43d16bb2143d.png', 1, NULL, NULL, '2023-11-02 11:24:35'),
(275, 'BandG', NULL, 51, 259, 1, 'ho', 1, NULL, NULL, '2023-11-02 11:34:02'),
(276, 'supplier', NULL, 259, 252, 1, 'hi', 1, NULL, NULL, '2023-11-02 11:34:33'),
(277, 'BandG', NULL, 51, 259, 1, 'hi', 1, NULL, NULL, '2023-11-02 11:34:45'),
(278, 'BandG', NULL, 259, 51, 1, 'gdfgdfgdfgdfgfdgdfgdfg', 1, NULL, NULL, '2023-11-02 11:35:07'),
(279, 'BandG', NULL, 259, 51, 2, 'https://wedding.fableadtechnolabs.com/portal/public/chat_file/1698924920_c50f160b499d892e7aba.png', 1, NULL, NULL, '2023-11-02 11:35:20'),
(280, 'supplier', NULL, 252, 259, 1, 'cvcv', 1, NULL, NULL, '2023-11-02 11:37:55'),
(281, 'BandG', NULL, 51, 259, 2, 'https://wedding.fableadtechnolabs.com/portal/public/chat_file/1698926950_594d991587a91cd81723.jpg', 1, NULL, NULL, '2023-11-02 12:09:10'),
(282, 'supplier', NULL, 269, 268, 1, 'Hi', 1, NULL, NULL, '2023-11-03 07:12:21'),
(283, 'supplier', NULL, 270, 202, 1, 'hii venue', 1, NULL, NULL, '2023-11-03 07:33:37'),
(284, 'BandG', NULL, 272, 55, 1, 'hii', 1, NULL, NULL, '2023-11-03 09:52:27'),
(285, 'BandG', NULL, 272, 55, 1, '737437474', 1, NULL, NULL, '2023-11-03 09:53:09'),
(286, 'BandG', NULL, 272, 55, 1, 'tyfikyikyukyu', 1, NULL, NULL, '2023-11-03 09:53:10'),
(287, 'BandG', NULL, 272, 55, 1, 'yikygikg', 1, NULL, NULL, '2023-11-03 09:53:13'),
(288, 'supplier', NULL, 272, 271, 1, 'ertfgewrh', 1, NULL, NULL, '2023-11-03 09:53:39'),
(289, 'supplier', NULL, 272, 271, 1, '89p;i90p;[', 1, NULL, NULL, '2023-11-03 09:53:42'),
(290, 'supplier', NULL, 272, 271, 2, 'https://wedding.fableadtechnolabs.com/portal/public/chat_file/1699005285_292a88cbee9d3bad0215.jpg', 1, NULL, NULL, '2023-11-03 09:54:45'),
(291, 'supplier', NULL, 270, 202, 1, 'thyyhyjgjgjgjg', 1, NULL, NULL, '2023-11-03 10:24:36'),
(292, 'supplier', NULL, 270, 202, 1, '6tut7u7ti7ti7tki8ykk8yilli2524724524544444024502', 1, NULL, NULL, '2023-11-03 10:25:08'),
(293, 'supplier', NULL, 270, 202, 1, '7421', 1, NULL, NULL, '2023-11-03 10:25:42'),
(294, 'supplier', NULL, 281, 248, 1, 'g4ygryh', 1, NULL, NULL, '2023-11-06 12:03:49'),
(295, 'supplier', NULL, 281, 248, 1, 'gr5tgrgh5rh56jh', 1, NULL, NULL, '2023-11-06 12:03:52'),
(296, 'BandG', NULL, 281, 46, 1, 'fgvevr', 1, NULL, NULL, '2023-11-06 12:04:04'),
(297, 'BandG', NULL, 281, 47, 1, 'hyy!', 1, NULL, NULL, '2023-11-06 12:12:34'),
(298, 'BandG', NULL, 281, 47, 1, 'hrhrthrh', 1, NULL, NULL, '2023-11-06 12:12:38'),
(299, 'BandG', NULL, 281, 47, 2, 'https://wedding.fableadtechnolabs.com/portal/public/chat_file/1699272764_3d4da965282db42e7b1b.jpg', 1, NULL, NULL, '2023-11-06 12:12:45'),
(300, 'BandG', NULL, 281, 47, 2, 'https://wedding.fableadtechnolabs.com/portal/public/chat_file/1699272774_a528a007b3f854ddcfcd.jpg', 1, NULL, NULL, '2023-11-06 12:12:54'),
(301, 'BandG', NULL, 281, 47, 1, 'gedgedgr', 1, NULL, NULL, '2023-11-06 12:36:56'),
(302, 'BandG', NULL, 281, 47, 1, 'ip;ijjp[o', 1, NULL, NULL, '2023-11-06 12:36:59'),
(303, 'supplier', NULL, 274, 273, 1, 'hyy!', 1, NULL, NULL, '2023-11-07 05:29:18'),
(304, 'supplier', NULL, 274, 273, 1, 'hggggg', 1, NULL, NULL, '2023-11-07 05:29:21'),
(305, 'BandG', NULL, 57, 287, 1, 'bhh', 1, NULL, NULL, '2023-11-07 07:53:55'),
(306, 'supplier', NULL, 314, 313, 1, 'Hi', 1, NULL, NULL, '2023-11-08 05:09:24'),
(307, 'supplier', NULL, 313, 314, 1, 'Hello', 1, NULL, NULL, '2023-11-08 05:09:57'),
(308, 'BandG', NULL, 59, 314, 1, 'Can we nagotiate on your quotation Price', 1, NULL, NULL, '2023-11-08 06:34:23'),
(309, 'BandG', NULL, 314, 59, 1, 'No, That is our lowest costs ever', 1, NULL, NULL, '2023-11-08 06:35:45'),
(310, 'BandG', NULL, 59, 314, 1, 'ok', 1, NULL, NULL, '2023-11-08 06:36:05'),
(311, 'BandG', NULL, 59, 314, 1, 'remove full video coverage ', 1, NULL, NULL, '2023-11-08 06:36:51'),
(312, 'BandG', NULL, 314, 59, 1, 'Okay ', 1, NULL, NULL, '2023-11-08 06:37:17'),
(313, 'BandG', NULL, 59, 314, 1, 'hi', 1, NULL, NULL, '2023-11-08 10:08:53'),
(314, 'BandG', NULL, 59, 313, 1, 'hi', 1, NULL, NULL, '2023-11-09 05:47:37'),
(315, 'BandG', NULL, 59, 313, 1, 'hi', 1, NULL, NULL, '2023-11-09 05:48:58'),
(316, 'BandG', NULL, 98, 15, 1, 'hii', 1, NULL, NULL, '2023-11-09 06:25:11'),
(317, 'BandG', NULL, 98, 15, 1, 'hello!', 1, NULL, NULL, '2023-11-09 06:25:23'),
(318, 'BandG', NULL, 98, 15, 2, 'https://wedding.fableadtechnolabs.com/portal/public/chat_file/1699511557_7a3b6acdff589b9cd9a3.jpg', 1, NULL, NULL, '2023-11-09 06:32:37'),
(319, 'BandG', NULL, 98, 15, 1, '3643', 1, NULL, NULL, '2023-11-09 06:40:29'),
(320, 'BandG', NULL, 98, 15, 1, '43543543', 1, NULL, NULL, '2023-11-09 06:40:31'),
(321, 'BandG', NULL, 98, 15, 1, 'wewefdef', 1, NULL, NULL, '2023-11-09 06:40:35'),
(322, 'BandG', NULL, 98, 15, 1, '36456', 1, NULL, NULL, '2023-11-09 06:40:37'),
(323, 'BandG', NULL, 98, 15, 1, '46', 1, NULL, NULL, '2023-11-09 06:40:37'),
(324, 'BandG', NULL, 98, 15, 1, 'kjkl', 1, NULL, NULL, '2023-11-09 06:41:26'),
(325, 'BandG', NULL, 98, 15, 1, '3546', 1, NULL, NULL, '2023-11-09 06:41:46'),
(326, 'BandG', NULL, 98, 15, 2, 'https://wedding.fableadtechnolabs.com/portal/public/chat_file/1699512112_27e242d5fefc0d1fc36c.jpg', 1, NULL, NULL, '2023-11-09 06:41:52'),
(327, 'BandG', NULL, 98, 15, 2, 'https://wedding.fableadtechnolabs.com/portal/public/chat_file/1699512162_ab4d7ef6104bcf7342fb.jpg', 1, NULL, NULL, '2023-11-09 06:42:42'),
(328, 'supplier', NULL, 98, 183, 1, '6544645', 1, NULL, NULL, '2023-11-09 06:44:10'),
(329, 'supplier', NULL, 98, 183, 1, 'gdetgbt', 1, NULL, NULL, '2023-11-09 06:44:12'),
(330, 'supplier', NULL, 98, 183, 1, 'fgtertgertg', 1, NULL, NULL, '2023-11-09 06:44:14'),
(331, 'supplier', NULL, 98, 183, 2, 'https://wedding.fableadtechnolabs.com/portal/public/chat_file/1699512259_fb961b6b15fb80253186.jpg', 1, NULL, NULL, '2023-11-09 06:44:19'),
(332, 'BandG', NULL, 284, 57, 1, 'hi', 1, NULL, NULL, '2023-11-09 10:45:27'),
(333, 'BandG', NULL, 57, 284, 1, 'hi', 1, NULL, NULL, '2023-11-09 10:45:34'),
(334, 'BandG', NULL, 284, 57, 1, 'How are you?', 1, NULL, NULL, '2023-11-09 10:45:44'),
(335, 'BandG', NULL, 57, 284, 1, 'I am fine', 1, NULL, NULL, '2023-11-09 10:45:59'),
(336, 'BandG', NULL, 57, 284, 1, 'and you?', 1, NULL, NULL, '2023-11-09 10:46:04'),
(337, 'BandG', NULL, 57, 287, 2, 'https://wedding.fableadtechnolabs.com/portal/public/chat_file/1699526808_c0484094198420d22455.jpg', 1, NULL, NULL, '2023-11-09 10:46:48'),
(338, 'supplier', NULL, 98, 183, 1, 'dewfjeowfhweifdj cwdgwfvhj veuwcicihiwdfbe  bdwiofwjf wnwfiwfjrf jfvbeirf3r f', 1, NULL, NULL, '2023-11-10 06:35:44'),
(339, 'supplier', NULL, 183, 98, 1, 'ajdgeuk', 1, NULL, NULL, '2023-11-10 06:38:04'),
(340, 'supplier', NULL, 98, 183, 1, 'vfdg]', 1, NULL, NULL, '2023-11-10 06:39:42'),
(341, 'supplier', NULL, 183, 98, 1, 'gdyhh', 1, NULL, NULL, '2023-11-10 06:39:47'),
(342, 'supplier', NULL, 98, 183, 1, 'Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard', 1, NULL, NULL, '2023-11-10 06:41:06'),
(343, 'supplier', NULL, 183, 98, 1, 'Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard', 1, NULL, NULL, '2023-11-10 06:41:11'),
(344, 'supplier', NULL, 98, 183, 1, 'Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard', 1, NULL, NULL, '2023-11-10 06:49:54'),
(345, 'supplier', NULL, 183, 98, 1, 'Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard', 1, NULL, NULL, '2023-11-10 06:50:59'),
(346, 'supplier', NULL, 313, 315, 1, 'dffge', 1, NULL, NULL, '2023-11-10 09:42:27'),
(347, 'BandG', NULL, 313, 59, 1, 'c C ', 1, NULL, NULL, '2023-11-10 10:10:12'),
(348, 'BandG', NULL, 313, 59, 1, 'fvsfvfgb', 1, NULL, NULL, '2023-11-10 10:10:42'),
(349, 'BandG', NULL, 313, 59, 1, 'dsvwefv', 1, NULL, NULL, '2023-11-10 10:10:57'),
(350, 'BandG', NULL, 313, 59, 1, 'hello fghkjdftyjsersrtryk ', 1, NULL, NULL, '2023-11-10 10:20:32'),
(351, 'BandG', NULL, 313, 59, 1, 'fshSEDGHSD', 1, NULL, NULL, '2023-11-10 10:20:41'),
(352, 'BandG', NULL, 313, 59, 1, 'fbadfgb', 1, NULL, NULL, '2023-11-10 10:21:23'),
(353, 'BandG', NULL, 313, 59, 1, 'fdbawfbab', 1, NULL, NULL, '2023-11-10 10:26:35'),
(354, 'BandG', NULL, 313, 59, 1, 'wdfwqefqewf', 1, NULL, NULL, '2023-11-10 10:26:50'),
(355, 'BandG', NULL, 313, 59, 1, 'dff', 1, NULL, NULL, '2023-11-10 10:27:06'),
(356, 'BandG', NULL, 313, 59, 1, 'tetyrt', 1, NULL, NULL, '2023-11-10 10:28:18'),
(357, 'BandG', NULL, 313, 59, 1, 'gvsrgaerg', 1, NULL, NULL, '2023-11-10 10:30:42'),
(358, 'BandG', NULL, 313, 59, 1, 'Lorem Ipsum is simply dummy text of the printing and typesetting industry.', 1, NULL, NULL, '2023-11-10 10:31:17'),
(359, 'BandG', NULL, 313, 59, 1, 'sdcfSDf', 1, NULL, NULL, '2023-11-10 10:32:11'),
(360, 'BandG', NULL, 313, 59, 1, 'cbCB', 1, NULL, NULL, '2023-11-10 10:32:47'),
(361, 'BandG', NULL, 313, 59, 1, 'Lorem Ipsum is simply dummy text of the printing and typesetting industry.', 1, NULL, NULL, '2023-11-10 10:33:17'),
(362, 'BandG', NULL, 313, 59, 1, 'Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, ', 1, NULL, NULL, '2023-11-10 10:36:55'),
(363, 'BandG', NULL, 313, 59, 1, 'xxc vz', 1, NULL, NULL, '2023-11-10 10:37:01'),
(364, 'BandG', NULL, 313, 59, 1, 'Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries,', 1, NULL, NULL, '2023-11-10 10:39:56'),
(365, 'BandG', NULL, 313, 59, 1, 'Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries,', 1, NULL, NULL, '2023-11-10 10:41:16'),
(366, 'BandG', NULL, 313, 59, 1, 'hii', 1, NULL, NULL, '2023-11-10 10:44:28'),
(367, 'BandG', NULL, 313, 59, 1, 'cSD', 1, NULL, NULL, '2023-11-10 10:46:01'),
(368, 'BandG', NULL, 313, 59, 1, 'XCC', 1, NULL, NULL, '2023-11-10 10:46:48'),
(369, 'BandG', NULL, 313, 59, 1, 'FGHRHRSHT', 1, NULL, NULL, '2023-11-10 10:48:08'),
(370, 'BandG', NULL, 313, 59, 1, 'zzxcsxc', 1, NULL, NULL, '2023-11-10 10:49:44'),
(371, 'BandG', NULL, 313, 59, 1, 'Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, ', 1, NULL, NULL, '2023-11-10 10:49:50'),
(372, 'supplier', NULL, 313, 315, 1, 'dxAcx', 1, NULL, NULL, '2023-11-10 10:51:03'),
(373, 'supplier', NULL, 313, 315, 1, 'xscvadscf', 1, NULL, NULL, '2023-11-10 10:51:09'),
(374, 'BandG', NULL, 313, 59, 1, 'dfsvafv', 1, NULL, NULL, '2023-11-10 10:51:55'),
(375, 'BandG', NULL, 313, 59, 1, 'drfzsert', 1, NULL, NULL, '2023-11-10 10:57:33'),
(376, 'BandG', NULL, 313, 59, 1, 'fdgvsdf', 1, NULL, NULL, '2023-11-10 10:59:49'),
(377, 'BandG', NULL, 313, 59, 1, 'vSDVsdfv', 1, NULL, NULL, '2023-11-10 11:00:58'),
(378, 'BandG', NULL, 313, 59, 1, 'fdbdsfb', 1, NULL, NULL, '2023-11-10 11:02:37'),
(379, 'BandG', NULL, 313, 59, 1, 'Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, ', 1, NULL, NULL, '2023-11-10 11:05:31'),
(380, 'BandG', NULL, 313, 59, 1, 'Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries,', 1, NULL, NULL, '2023-11-10 11:07:00'),
(381, 'BandG', NULL, 313, 59, 1, 'hi', 1, NULL, NULL, '2023-11-23 05:37:09'),
(382, 'BandG', NULL, 59, 313, 1, 'go to home ', 1, NULL, NULL, '2023-11-24 06:22:22'),
(383, 'BandG', NULL, 59, 314, 1, 'hello ', 1, NULL, NULL, '2023-11-24 06:56:28'),
(384, 'BandG', NULL, 59, 314, 1, 'are you there ????', 1, NULL, NULL, '2023-11-27 06:00:31'),
(385, 'BandG', NULL, 318, 63, 1, 'hi', 1, NULL, NULL, '2023-12-28 10:17:20'),
(386, 'BandG', NULL, 63, 318, 1, 'hi', 1, NULL, NULL, '2023-12-28 10:17:24'),
(387, 'BandG', NULL, 63, 318, 1, 'banga', 1, NULL, NULL, '2023-12-28 10:17:32'),
(388, 'BandG', NULL, 318, 63, 1, 'vayo ja', 1, NULL, NULL, '2023-12-28 10:17:43'),
(389, 'BandG', NULL, 63, 318, 4, 'https://wedding.fableadtechnolabs.com/portal/public/chat_file/1703758705_949db27f6a4b3789ca62.pdf', 1, NULL, NULL, '2023-12-28 10:18:25'),
(390, 'BandG', NULL, 63, 318, 3, 'https://wedding.fableadtechnolabs.com/portal/public/chat_file/1703758712_23281d36e14c118521a1.pdf', 1, NULL, NULL, '2023-12-28 10:18:32'),
(391, 'BandG', NULL, 63, 318, 3, 'https://wedding.fableadtechnolabs.com/portal/public/chat_file/1703758718_9fb2bff4d39f5835e518.pdf', 1, NULL, NULL, '2023-12-28 10:18:38'),
(392, 'BandG', NULL, 63, 318, 3, 'https://wedding.fableadtechnolabs.com/portal/public/chat_file/1703758983_396bdc2d52a3b591c2df.pdf', 1, NULL, NULL, '2023-12-28 10:23:03'),
(393, 'BandG', NULL, 63, 318, 1, 'hiii', 1, NULL, NULL, '2023-12-28 10:32:50'),
(394, 'BandG', NULL, 318, 63, 1, 'hiiii', 1, NULL, NULL, '2023-12-28 10:33:14'),
(395, 'supplier', NULL, 315, 313, 4, 'https://wedding.fableadtechnolabs.com/portal/public/chat_file/1703761512_7fe6508f0c7f5f3b504f.pdf', 1, NULL, NULL, '2023-12-28 11:05:12'),
(396, 'supplier', NULL, 313, 315, 4, 'https://wedding.fableadtechnolabs.com/portal/public/chat_file/1703761742_0abad7c398300ae2967a.pdf', 1, NULL, NULL, '2023-12-28 11:09:02'),
(397, 'supplier', NULL, 315, 313, 4, 'https://wedding.fableadtechnolabs.com/portal/public/chat_file/1703761754_de7924a04e6dca993e1e.pdf', 1, NULL, NULL, '2023-12-28 11:09:14'),
(398, 'supplier', NULL, 313, 315, 4, 'https://wedding.fableadtechnolabs.com/portal/public/chat_file/1703761803_2a0b3dabdba8d26f09a8.pdf', 1, NULL, NULL, '2023-12-28 11:10:03'),
(399, 'supplier', NULL, 315, 313, 4, 'https://wedding.fableadtechnolabs.com/portal/public/chat_file/1703761811_e5417ace2d9f5256d899.pdf', 1, NULL, NULL, '2023-12-28 11:10:11'),
(400, 'supplier', NULL, 315, 313, 4, 'https://wedding.fableadtechnolabs.com/portal/public/chat_file/1703762018_5886af3c955b3a78fa73.pdf', 1, NULL, NULL, '2023-12-28 11:13:38'),
(401, 'supplier', NULL, 313, 315, 4, 'https://wedding.fableadtechnolabs.com/portal/public/chat_file/1703762032_54768614b5398fbac68e.pdf', 1, NULL, NULL, '2023-12-28 11:13:52'),
(402, 'supplier', NULL, 315, 313, 4, 'https://wedding.fableadtechnolabs.com/portal/public/chat_file/1703762123_89f751e6a83c83a9e761.pdf', 1, NULL, NULL, '2023-12-28 11:15:23'),
(403, 'supplier', NULL, 313, 315, 4, 'https://wedding.fableadtechnolabs.com/portal/public/chat_file/1703762443_63de2273ca9149d60fd3.pdf', 1, NULL, NULL, '2023-12-28 11:20:43'),
(404, 'supplier', NULL, 315, 313, 4, 'https://wedding.fableadtechnolabs.com/portal/public/chat_file/1703762715_9f45bb9b3a602ed7e839.pdf', 1, NULL, NULL, '2023-12-28 11:25:15'),
(405, 'supplier', NULL, 313, 315, 4, 'https://wedding.fableadtechnolabs.com/portal/public/chat_file/1703762746_04cb89bc8251e336fdde.pdf', 1, NULL, NULL, '2023-12-28 11:25:46'),
(406, 'supplier', NULL, 315, 313, 1, 'Hi', 1, NULL, NULL, '2024-01-04 09:39:33'),
(407, 'supplier', NULL, 315, 313, 1, 'Hello', 1, NULL, NULL, '2024-01-04 09:39:33'),
(408, 'supplier', NULL, 315, 313, 1, 'Hello', 1, NULL, NULL, '2024-01-04 09:39:33'),
(409, 'BandG', NULL, 313, 64, 1, 'heelo', 1, NULL, NULL, '2024-01-04 10:58:36'),
(410, 'BandG', NULL, 98, 23, 1, 'hi', 1, NULL, NULL, '2024-01-11 05:47:13'),
(411, 'BandG', NULL, 31, 67, 1, 'asas', 1, NULL, NULL, '2024-01-22 05:09:28'),
(412, 'supplier', NULL, 31, 98, 1, 'hii', 1, NULL, NULL, '2024-01-22 05:09:41'),
(413, 'BandG', NULL, 31, 30, 1, 'trhrt', 1, NULL, NULL, '2024-01-22 05:38:02'),
(414, 'BandG', NULL, 31, 30, 2, 'https://wedding.londontechequity.co.uk/portal/public/chat_file/1705901892_7b1d370a91bb66c42ad7.webp', 1, NULL, NULL, '2024-01-22 05:38:12'),
(415, 'BandG', NULL, 31, 23, 1, 'ewfwe', 1, NULL, NULL, '2024-01-22 05:38:44'),
(416, 'BandG', NULL, 31, 23, 2, 'https://wedding.londontechequity.co.uk/portal/public/chat_file/1705901931_1bd2dc35da6b3a395481.webp', 1, NULL, NULL, '2024-01-22 05:38:51'),
(417, 'supplier', NULL, 31, 98, 1, 'fcsaf', 1, NULL, NULL, '2024-01-22 05:40:00'),
(418, 'BandG', NULL, 98, 31, 1, 'hii', 1, NULL, NULL, '2024-01-30 11:29:42'),
(419, 'supplier', NULL, 31, 185, 1, 'asasas', 1, NULL, NULL, '2024-01-30 13:12:52'),
(420, 'supplier', NULL, 31, 98, 1, 'asas', 1, NULL, NULL, '2024-01-30 13:13:03'),
(421, 'supplier', NULL, 31, 109, 1, 'hi', 1, NULL, NULL, '2024-01-31 05:54:07'),
(422, 'supplier', NULL, 31, 98, 1, 'hi', 1, NULL, NULL, '2024-01-31 05:55:03'),
(423, 'supplier', NULL, 31, 98, 1, 'hi', 1, NULL, NULL, '2024-01-31 05:55:43'),
(424, 'BandG', NULL, 98, 31, 1, 'hii', 1, NULL, NULL, '2024-01-31 05:56:00'),
(425, 'supplier', NULL, 98, 110, 1, 'hi', 1, NULL, NULL, '2024-01-31 10:17:12'),
(426, 'supplier', NULL, 98, 157, 1, 'hii', 1, NULL, NULL, '2024-01-31 10:29:47'),
(427, 'supplier', NULL, 98, NULL, 1, 'hi', 1, NULL, NULL, '2024-01-31 11:05:54'),
(428, 'supplier', NULL, 98, NULL, 1, 'hello', 1, NULL, NULL, '2024-01-31 11:06:13'),
(429, 'supplier', 13, 98, NULL, 1, 'hh', 1, NULL, NULL, '2024-01-31 11:10:22'),
(430, 'supplier', 15, 98, NULL, 1, 'welcome', 1, NULL, NULL, '2024-01-31 11:12:37'),
(431, 'supplier', 15, 98, NULL, 1, 'hello', 1, NULL, NULL, '2024-01-31 11:16:06'),
(432, 'supplier', 16, 98, NULL, 1, 'hiii', 1, NULL, NULL, '2024-01-31 11:19:19'),
(433, 'supplier', 17, 98, 157, 1, 'hiii', 1, NULL, NULL, '2024-01-31 11:21:03'),
(434, 'supplier', 17, 98, 157, 1, 'hello', 1, NULL, NULL, '2024-01-31 11:22:15'),
(435, 'supplier', 17, 98, 157, 2, 'https://wedding.londontechequity.co.uk/portal/public/chat_file/1706700231_de57de5761690dca6fec.png', 1, NULL, NULL, '2024-01-31 11:23:51'),
(436, 'BandG', 18, 98, 31, 1, 'asas', 1, NULL, NULL, '2024-01-31 11:25:35'),
(437, 'supplier', 21, 98, NULL, 1, 'sjdhhsd', 1, NULL, NULL, '2024-01-31 11:30:24'),
(438, 'supplier', 21, 98, NULL, 1, 'asas', 1, NULL, NULL, '2024-01-31 11:30:51'),
(439, 'supplier', 21, 98, NULL, 1, 'sdffs', 1, NULL, NULL, '2024-01-31 11:32:16'),
(440, 'supplier', 21, 98, NULL, 1, 'xfccvd', 1, NULL, NULL, '2024-01-31 11:32:49'),
(441, 'supplier', 21, 98, NULL, 1, 'asas', 1, NULL, NULL, '2024-01-31 11:39:04'),
(442, 'supplier', 21, 98, NULL, 1, 'hfoof', 1, NULL, NULL, '2024-01-31 11:40:17'),
(443, 'supplier', 22, 98, NULL, 1, 'hii', 1, NULL, NULL, '2024-01-31 11:40:45'),
(444, 'supplier', 22, 98, NULL, 1, 'hello', 1, NULL, NULL, '2024-01-31 11:40:57'),
(445, 'supplier', 22, 98, NULL, 1, 'hii', 1, NULL, NULL, '2024-01-31 11:41:01'),
(446, 'supplier', 22, 98, NULL, 2, 'https://wedding.londontechequity.co.uk/portal/public/chat_file/1706701306_37dc14a4f40ea53a3ddf.png', 1, NULL, NULL, '2024-01-31 11:41:46'),
(447, 'supplier', 22, 98, NULL, 1, 'hii', 1, NULL, NULL, '2024-01-31 11:41:52'),
(448, 'BandG', 23, 98, NULL, 1, 'hii', 1, NULL, NULL, '2024-01-31 11:46:09'),
(449, 'BandG', 24, 98, NULL, 1, 'hww', 0, NULL, NULL, '2024-01-31 11:46:45'),
(450, 'BandG', 26, 98, NULL, 1, 'hello', 1, NULL, NULL, '2024-01-31 11:52:25'),
(451, 'BandG', 27, 185, NULL, 1, 'hello', 0, NULL, NULL, '2024-01-31 12:22:06'),
(452, 'BandG', 28, 185, NULL, 1, 'asadf', 1, NULL, NULL, '2024-01-31 12:23:10'),
(453, 'BandG', 29, 98, NULL, 1, 'hihi', 1, NULL, NULL, '2024-01-31 12:44:13'),
(454, 'BandG', 31, 98, NULL, 1, 'ghgh', 0, NULL, NULL, '2024-01-31 12:46:51'),
(455, 'BandG', 33, 31, NULL, 1, 'hello', 0, NULL, NULL, '2024-01-31 13:15:50'),
(456, 'supplier', 34, 31, NULL, 1, 'sdsd', 1, NULL, NULL, '2024-01-31 13:19:20'),
(457, 'supplier', 34, 31, NULL, 1, 'hyhyh', 1, NULL, NULL, '2024-01-31 13:19:28'),
(458, 'supplier', 34, 31, NULL, 1, 'gh', 1, NULL, NULL, '2024-01-31 13:19:44'),
(459, 'supplier', 35, 31, NULL, 1, 'hii', 0, NULL, NULL, '2024-01-31 13:25:16'),
(460, 'supplier', 35, 31, NULL, 1, 'asadds', 0, NULL, NULL, '2024-01-31 13:29:16'),
(461, 'supplier', 36, 98, NULL, 1, 'hello', 0, NULL, NULL, '2024-02-01 04:36:22'),
(462, 'supplier', 37, 98, NULL, 1, 'hh', 1, NULL, NULL, '2024-02-01 04:37:20'),
(463, 'supplier', 37, 98, NULL, 1, 'hi', 1, NULL, NULL, '2024-02-01 04:37:29'),
(464, 'supplier', 37, 98, NULL, 1, 'hh', 1, NULL, NULL, '2024-02-01 04:40:47'),
(465, 'supplier', 37, 98, NULL, 1, 'hello', 1, NULL, NULL, '2024-02-01 04:49:52'),
(466, 'supplier', 37, 98, NULL, 1, 'welcome', 1, NULL, NULL, '2024-02-01 04:50:00'),
(467, 'supplier', NULL, 98, 367, 1, 'hi', 1, NULL, NULL, '2024-02-01 04:53:45'),
(468, 'supplier', 37, 98, NULL, 2, 'https://wedding.londontechequity.co.uk/portal/public/chat_file/1706763327_7590a58f13c85fb22276.png', 1, NULL, NULL, '2024-02-01 04:55:27'),
(469, 'BandG', 38, 98, NULL, 1, 'hello', 1, NULL, NULL, '2024-02-01 04:56:06'),
(470, 'supplier', 39, 98, NULL, 1, 'hi', 0, NULL, NULL, '2024-02-01 05:37:03'),
(471, 'supplier', 40, 98, NULL, 1, 'heloo', 1, NULL, NULL, '2024-02-01 05:49:00'),
(472, 'supplier', NULL, 98, 367, 1, 'hyy', 1, NULL, NULL, '2024-02-01 05:57:33'),
(473, 'supplier', NULL, 98, 367, 1, 'asas', 1, NULL, NULL, '2024-02-01 05:57:53'),
(474, 'supplier', NULL, 98, 367, 1, 'aSAS<br><br><br><br>AS', 1, NULL, NULL, '2024-02-01 05:58:09'),
(475, 'supplier', NULL, 98, 367, 1, 'hello', 1, NULL, NULL, '2024-02-01 05:58:25'),
(476, 'supplier', 40, 98, NULL, 1, 'as<br>as', 1, NULL, NULL, '2024-02-01 05:58:52'),
(477, 'supplier', 40, 98, NULL, 1, 'asyy', 1, NULL, NULL, '2024-02-01 05:58:59'),
(478, 'supplier', 40, 367, NULL, 1, 'hii', 1, NULL, NULL, '2024-02-01 06:16:01'),
(479, 'supplier', 40, 367, NULL, 1, 'heo', 1, NULL, NULL, '2024-02-01 06:34:01'),
(480, 'supplier', 40, 367, NULL, 1, 'hi', 1, NULL, NULL, '2024-02-01 06:38:36'),
(481, 'supplier', 40, 367, NULL, 1, 'hiiii', 1, NULL, NULL, '2024-02-01 06:38:43'),
(482, 'supplier', 40, 98, NULL, 1, 'helolo', 1, NULL, NULL, '2024-02-01 06:40:44'),
(483, 'supplier', 40, 367, NULL, 1, 'hh', 1, NULL, NULL, '2024-02-01 06:40:49'),
(484, 'supplier', 40, 98, NULL, 1, 'hhy', 1, NULL, NULL, '2024-02-01 06:41:05'),
(485, 'supplier', 40, 367, NULL, 1, 'hii', 1, NULL, NULL, '2024-02-01 06:44:52'),
(486, 'supplier', 40, 367, NULL, 1, 'HHH', 1, NULL, NULL, '2024-02-01 06:46:04'),
(487, 'supplier', 40, 367, NULL, 1, 'tyu7yuy', 1, NULL, NULL, '2024-02-01 06:53:30'),
(488, 'supplier', 40, 367, NULL, 1, 'hi', 1, NULL, NULL, '2024-02-01 06:54:16'),
(489, 'supplier', 40, 98, NULL, 1, 'hello', 1, NULL, NULL, '2024-02-01 06:54:46'),
(490, 'supplier', 40, 98, NULL, 1, 'Bro', 1, NULL, NULL, '2024-02-01 06:59:58'),
(491, 'supplier', 40, 367, NULL, 1, 'hi', 1, NULL, NULL, '2024-02-01 07:05:27'),
(492, 'supplier', 40, 367, NULL, 1, 'hello', 1, NULL, NULL, '2024-02-01 07:05:59'),
(493, 'supplier', 40, 367, NULL, 1, 'hh', 1, NULL, NULL, '2024-02-01 07:06:21'),
(494, 'BandG', 29, 98, NULL, 1, 'yyy', 1, NULL, NULL, '2024-02-01 07:09:10'),
(495, 'supplier', 29, 367, NULL, 1, 'hello', 1, NULL, NULL, '2024-02-01 07:11:08'),
(496, 'BandG', 29, 98, NULL, 1, 'hh', 1, NULL, NULL, '2024-02-01 07:11:21'),
(497, 'supplier', 29, 367, NULL, 1, 'hyyy', 1, NULL, NULL, '2024-02-01 07:11:27'),
(498, 'supplier', 29, 367, NULL, 2, 'https://wedding.londontechequity.co.uk/portal/public/chat_file/1706771507_65ba5e57780d020d2e3e.png', 1, NULL, NULL, '2024-02-01 07:11:47'),
(499, 'supplier', NULL, 367, 98, 1, 'Hello', 1, NULL, NULL, '2024-02-01 07:20:53'),
(500, 'supplier', 29, 367, NULL, 1, 'hii', 1, NULL, NULL, '2024-02-01 07:21:20'),
(501, 'BandG', 29, 98, NULL, 1, 'hfyu', 1, NULL, NULL, '2024-02-01 07:24:55'),
(502, 'BandG', 29, 98, NULL, 1, 'hhy', 1, NULL, NULL, '2024-02-01 07:27:10'),
(503, 'BandG', 29, 98, NULL, 1, 'qasasas', 1, NULL, NULL, '2024-02-01 07:27:33'),
(504, 'BandG', 29, 98, NULL, 1, 'sdsd', 1, NULL, NULL, '2024-02-01 07:27:56'),
(505, 'BandG', 29, 98, NULL, 1, 'as', 1, NULL, NULL, '2024-02-01 07:28:31'),
(506, 'BandG', 29, 98, NULL, 1, 'hi', 1, NULL, NULL, '2024-02-01 07:29:19'),
(507, 'supplier', 29, 367, NULL, 1, 'hi', 1, NULL, NULL, '2024-02-01 07:29:29'),
(508, 'BandG', 29, 98, NULL, 1, 'hello', 1, NULL, NULL, '2024-02-01 07:29:42');
INSERT INTO `chat` (`id`, `user_type`, `topic_id`, `from_id`, `to_id`, `message_type`, `message`, `read_status`, `cc`, `bcc`, `created_at`) VALUES
(509, 'BandG', 29, 98, NULL, 1, 'Hello', 1, NULL, NULL, '2024-02-01 07:30:51'),
(510, 'supplier', 29, 367, NULL, 1, 'hi', 1, NULL, NULL, '2024-02-01 07:30:55'),
(511, 'supplier', 26, 367, NULL, 1, 'asasrt', 1, NULL, NULL, '2024-02-01 07:32:48'),
(512, 'supplier', 37, 98, NULL, 1, 'hiii', 1, NULL, NULL, '2024-02-01 07:34:27'),
(513, 'supplier', 37, 367, NULL, 1, 'sa', 1, NULL, NULL, '2024-02-01 07:34:33'),
(514, 'supplier', 19, 31, NULL, 1, 'hi', 1, NULL, NULL, '2024-02-01 07:43:10'),
(515, 'BandG', 19, 98, NULL, 1, 'hello', 1, NULL, NULL, '2024-02-01 07:43:16'),
(516, 'supplier', 19, 31, NULL, 1, 'welcome', 1, NULL, NULL, '2024-02-01 07:43:22'),
(517, 'BandG', 19, 98, NULL, 1, 'ass', 1, NULL, NULL, '2024-02-01 07:44:18'),
(518, 'supplier', 19, 31, NULL, 2, 'https://wedding.londontechequity.co.uk/portal/public/chat_file/1706773512_e4ddad31ef105f63a062.png', 1, NULL, NULL, '2024-02-01 07:45:12'),
(519, 'supplier', 28, 31, NULL, 1, 'sadhgashb', 0, NULL, NULL, '2024-02-01 07:46:47'),
(520, 'supplier', 34, 31, NULL, 1, 'hello', 1, NULL, NULL, '2024-02-01 07:49:19'),
(521, 'BandG', 34, 185, NULL, 1, 'welcome', 1, NULL, NULL, '2024-02-01 07:49:25'),
(522, 'supplier', 34, 31, NULL, 1, 'aas', 1, NULL, NULL, '2024-02-01 07:49:29'),
(523, 'BandG', 34, 185, NULL, 1, 'ashajs', 1, NULL, NULL, '2024-02-01 07:49:37'),
(524, 'supplier', 34, 31, NULL, 1, 'aa', 1, NULL, NULL, '2024-02-01 07:49:44'),
(525, 'BandG', 34, 185, NULL, 1, 'asasyyy', 1, NULL, NULL, '2024-02-01 07:49:50'),
(526, 'BandG', 34, 185, NULL, 1, 'eer', 1, NULL, NULL, '2024-02-01 07:49:57'),
(527, 'supplier', 34, 31, NULL, 1, 'asas', 1, NULL, NULL, '2024-02-01 07:50:05'),
(528, 'supplier', 41, 31, NULL, 1, 'asasas', 1, NULL, NULL, '2024-02-01 07:51:17'),
(529, 'BandG', 41, 182, NULL, 1, 'ytwers', 1, NULL, NULL, '2024-02-01 07:53:30'),
(530, 'supplier', 41, 31, NULL, 1, 'asast', 1, NULL, NULL, '2024-02-01 07:53:37'),
(531, 'supplier', 1, 31, NULL, 1, 'hii', 1, NULL, NULL, '2024-02-01 08:57:49'),
(532, 'BandG', 41, 98, NULL, 1, 'hh', 0, NULL, NULL, '2024-02-01 09:02:21'),
(533, 'supplier', 40, 31, NULL, 1, 'hhh', 1, NULL, NULL, '2024-02-01 09:05:55'),
(534, 'supplier', 40, 31, NULL, 1, 'asas', 1, NULL, NULL, '2024-02-01 09:11:57'),
(535, 'supplier', 40, 31, NULL, 1, 'asas', 1, NULL, NULL, '2024-02-01 09:16:28'),
(536, 'supplier', 40, 31, NULL, 1, 'hello', 1, NULL, NULL, '2024-02-01 09:16:38'),
(537, 'supplier', 1, 31, NULL, 1, 'asasas', 1, NULL, NULL, '2024-02-01 09:20:00'),
(538, 'BandG', 42, 31, NULL, 1, 'asas', 0, NULL, NULL, '2024-02-01 09:24:14'),
(539, 'supplier', 42, 31, NULL, 1, 'asas', 0, NULL, NULL, '2024-02-01 09:26:28'),
(540, 'supplier', 42, 31, NULL, 1, 'as', 0, NULL, NULL, '2024-02-01 09:26:38'),
(541, 'supplier', 40, 98, NULL, 1, 'as', 1, NULL, NULL, '2024-02-01 09:28:05'),
(542, 'supplier', 42, 31, NULL, 1, 'assa', 0, NULL, NULL, '2024-02-01 09:30:11'),
(543, 'supplier', 42, 31, NULL, 1, 'as', 0, NULL, NULL, '2024-02-01 09:30:18'),
(544, 'supplier', 42, 31, NULL, 1, '7u6jh7jh7', 0, NULL, NULL, '2024-02-01 09:35:04'),
(545, 'supplier', 42, 31, NULL, 1, 'asas', 0, NULL, NULL, '2024-02-01 09:35:15'),
(546, 'supplier', 42, 31, NULL, 1, 'asasas', 0, NULL, NULL, '2024-02-01 09:36:39'),
(547, 'supplier', 42, 31, NULL, 1, 'asas', 0, NULL, NULL, '2024-02-01 09:37:09'),
(548, 'supplier', 42, 31, NULL, 1, '7u6jh7jh7', 0, NULL, NULL, '2024-02-01 09:37:44'),
(549, 'supplier', 42, 31, NULL, 1, 'as', 0, NULL, NULL, '2024-02-01 09:37:49'),
(550, 'supplier', 42, 31, NULL, 1, 'tyty', 0, NULL, NULL, '2024-02-01 09:37:54'),
(551, 'supplier', 40, 31, NULL, 1, 'helloooo', 1, NULL, NULL, '2024-02-01 09:39:51'),
(552, 'supplier', 40, 31, NULL, 1, 'fine', 1, NULL, NULL, '2024-02-01 09:40:38'),
(553, 'supplier', 40, 98, NULL, 1, 'asasyu', 1, NULL, NULL, '2024-02-01 09:40:58'),
(554, 'supplier', 40, 31, NULL, 2, 'https://wedding.londontechequity.co.uk/portal/public/chat_file/1706780485_98923de3f2492f7d7d5a.png', 1, NULL, NULL, '2024-02-01 09:41:25'),
(555, 'supplier', 40, 31, NULL, 1, 'asas', 1, NULL, NULL, '2024-02-01 09:44:51'),
(556, 'supplier', 40, 31, NULL, 1, 'asasasyuy', 1, NULL, NULL, '2024-02-01 09:46:36'),
(557, 'BandG', 43, 31, NULL, 1, 'hhhy', 1, NULL, NULL, '2024-02-01 09:59:19'),
(558, 'BandG', 43, 31, NULL, 1, 'hiii', 1, NULL, NULL, '2024-02-01 09:59:56'),
(559, 'BandG', 43, 98, NULL, 1, 'asas', 1, NULL, NULL, '2024-02-01 10:01:23'),
(560, 'BandG', 43, 98, NULL, 2, 'https://wedding.londontechequity.co.uk/portal/public/chat_file/1706781730_06ce134fed4f53a32c17.png', 1, NULL, NULL, '2024-02-01 10:02:10'),
(561, 'BandG', 43, 31, NULL, 2, 'https://wedding.londontechequity.co.uk/portal/public/chat_file/1706781760_8b04de51c58302d0a325.png', 1, NULL, NULL, '2024-02-01 10:02:40'),
(562, 'supplier', NULL, 98, 185, 1, 'hii', 1, NULL, NULL, '2024-02-01 10:42:58'),
(563, 'supplier', NULL, 185, 98, 1, 'hii', 1, NULL, NULL, '2024-02-01 10:43:31'),
(564, 'BandG', 44, 31, NULL, 1, 'send_message_app', 1, NULL, NULL, '2024-02-01 12:33:51'),
(565, 'BandG', 44, 98, NULL, 1, 'hii', 0, NULL, NULL, '2024-02-02 05:01:14'),
(566, 'BandG', 44, 31, NULL, 1, 'send_message_app', 1, NULL, NULL, '2024-02-02 05:11:27'),
(567, 'BandG', 45, 98, NULL, 1, 'hello', 0, NULL, NULL, '2024-02-02 05:16:38'),
(568, 'BandG', 46, 31, NULL, 1, 'send_message_app', 1, NULL, NULL, '2024-02-02 05:25:09'),
(569, 'BandG', 46, 31, NULL, 1, 'HII', 1, NULL, NULL, '2024-02-02 05:25:32'),
(570, 'BandG', 46, 185, NULL, 1, 'asas', 1, NULL, NULL, '2024-02-02 05:25:39'),
(571, 'BandG', 45, 98, NULL, 2, 'https://wedding.londontechequity.co.uk/portal/public/chat_file/1706851734_a93130c9c31979d8086f.png', 0, NULL, NULL, '2024-02-02 05:28:54'),
(572, 'supplier', NULL, 98, 185, 1, 'hii', 1, NULL, NULL, '2024-02-02 05:53:07'),
(573, 'BandG', NULL, 98, 23, 1, 'hii', 1, NULL, NULL, '2024-02-02 05:54:10'),
(574, 'supplier', NULL, 185, 98, 1, 'hello', 1, NULL, NULL, '2024-02-02 05:55:03'),
(575, 'supplier', NULL, 31, 98, 1, 'hiiii', 1, NULL, NULL, '2024-02-02 05:58:21'),
(576, 'supplier', NULL, 31, 98, 1, 'yuuu', 1, NULL, NULL, '2024-02-02 05:58:37'),
(577, 'supplier', NULL, 31, 109, 1, 'hiiiiiu', 1, NULL, NULL, '2024-02-02 06:00:45'),
(578, 'BandG', 46, 98, NULL, 1, 'aas', 0, NULL, NULL, '2024-02-02 09:19:06'),
(579, 'BandG', 46, 31, NULL, 1, 'HII', 1, NULL, NULL, '2024-02-02 09:51:57'),
(580, 'BandG', 46, 31, NULL, 1, 'HII', 1, NULL, NULL, '2024-02-02 09:52:20'),
(581, 'BandG', 46, 31, NULL, 1, 'HII', 1, NULL, NULL, '2024-02-02 09:52:57'),
(582, 'supplier', 46, 98, NULL, 1, 'asas', 0, NULL, NULL, '2024-02-02 09:54:54'),
(583, 'supplier', 46, 98, NULL, 1, 'hh', 0, NULL, NULL, '2024-02-02 09:56:41'),
(584, 'supplier', 46, 98, NULL, 1, 'as', 0, NULL, NULL, '2024-02-02 09:56:53'),
(585, 'supplier', 46, 98, NULL, 1, 'KK', 0, NULL, NULL, '2024-02-02 09:57:09'),
(586, 'supplier', 46, 98, NULL, 1, 'hjrhtf', 0, NULL, NULL, '2024-02-02 09:57:44'),
(587, 'supplier', 46, 98, NULL, 1, 'Hi', 0, NULL, NULL, '2024-02-02 09:59:34'),
(588, 'supplier', 46, 98, NULL, 1, 'Hi', 0, NULL, NULL, '2024-02-02 10:00:03'),
(589, 'supplier', 46, 98, NULL, 1, 'hi', 0, NULL, NULL, '2024-02-02 10:01:45'),
(590, 'supplier', 46, 98, NULL, 1, 'Hi', 0, NULL, NULL, '2024-02-02 10:05:25'),
(591, 'supplier', 46, 98, NULL, 1, 'gfgf', 0, NULL, NULL, '2024-02-02 10:07:05'),
(592, 'supplier', 46, 98, NULL, 1, 'hgii', 0, NULL, NULL, '2024-02-02 10:10:20'),
(593, 'supplier', 46, 98, NULL, 1, 'gi', 0, NULL, NULL, '2024-02-02 10:11:17'),
(594, 'BandG', 47, 98, NULL, 1, 'hii', 1, NULL, NULL, '2024-02-02 10:13:03'),
(595, 'supplier', 47, 31, NULL, 1, 'hii', 1, NULL, NULL, '2024-02-02 10:13:43'),
(596, 'BandG', 47, 98, NULL, 1, 'huu', 1, NULL, NULL, '2024-02-02 10:13:55'),
(597, 'supplier', 47, 31, NULL, 1, 'hello', 1, NULL, NULL, '2024-02-02 10:14:27'),
(598, 'BandG', 47, 98, NULL, 1, 'hiii', 1, NULL, NULL, '2024-02-02 10:14:38'),
(599, 'supplier', 47, 31, NULL, 1, 'hih', 1, NULL, NULL, '2024-02-02 10:15:03'),
(600, 'supplier', 47, 31, NULL, 1, 'huu', 1, NULL, NULL, '2024-02-02 10:15:14'),
(601, 'BandG', 47, 98, NULL, 1, 'asasas', 1, NULL, NULL, '2024-02-02 10:15:24'),
(602, 'supplier', 47, 31, NULL, 1, 'hiiiii', 1, NULL, NULL, '2024-02-02 10:16:57'),
(603, 'supplier', 47, 31, NULL, 1, 'asasyy', 1, NULL, NULL, '2024-02-02 10:17:20'),
(604, 'supplier', 47, 31, NULL, 1, '7u6jh7jh7', 1, NULL, NULL, '2024-02-02 10:21:38'),
(605, 'BandG', 47, 98, NULL, 1, 'hiiiiu', 1, NULL, NULL, '2024-02-02 10:22:29'),
(606, 'supplier', 47, 31, NULL, 1, '7u6jh7jh7', 1, NULL, NULL, '2024-02-02 10:22:48'),
(607, 'BandG', 47, 98, NULL, 1, 'uuu', 1, NULL, NULL, '2024-02-02 10:25:04'),
(608, 'BandG', 47, 98, NULL, 1, 'asast', 1, NULL, NULL, '2024-02-02 10:25:17'),
(609, 'supplier', 47, 31, NULL, 1, 'sd', 1, NULL, NULL, '2024-02-02 10:25:27'),
(610, 'BandG', 47, 98, NULL, 1, 'asas', 1, NULL, NULL, '2024-02-02 10:25:38'),
(611, 'supplier', 47, 31, NULL, 1, 'as', 1, NULL, NULL, '2024-02-02 10:25:51'),
(612, 'supplier', 47, 31, NULL, 1, 'as', 1, NULL, NULL, '2024-02-02 10:31:37'),
(613, 'supplier', 47, 31, NULL, 1, '7u6jh7jh7', 1, NULL, NULL, '2024-02-02 10:31:58'),
(614, 'supplier', 47, 31, NULL, 1, 'asas', 1, NULL, NULL, '2024-02-02 10:32:46'),
(615, 'supplier', NULL, 31, 98, 1, 'hii', 1, NULL, NULL, '2024-02-02 10:33:44'),
(616, 'supplier', 47, 185, NULL, 1, 'hii', 1, NULL, NULL, '2024-02-02 10:51:15'),
(617, 'BandG', 48, 185, NULL, 1, 'hi', 1, NULL, NULL, '2024-02-02 11:09:07'),
(618, 'BandG', 49, 185, NULL, 1, 'hello', 1, NULL, NULL, '2024-02-02 11:14:04'),
(619, 'supplier', 49, 98, NULL, 1, 'hh', 1, NULL, NULL, '2024-02-02 11:14:34'),
(620, 'supplier', 49, 98, NULL, 1, 'asas', 1, NULL, NULL, '2024-02-02 11:14:47'),
(621, 'BandG', 50, 98, NULL, 1, 'hello', 1, NULL, NULL, '2024-02-02 11:16:50'),
(622, 'supplier', 50, 23, NULL, 1, 'hii', 1, NULL, NULL, '2024-02-02 11:20:08'),
(623, 'BandG', 50, 98, NULL, 1, 'as', 1, NULL, NULL, '2024-02-02 11:20:21'),
(624, 'supplier', 50, 23, NULL, 1, 'hyy', 1, NULL, NULL, '2024-02-02 11:20:26'),
(625, 'supplier', 50, 23, NULL, 1, 'uuutt', 1, NULL, NULL, '2024-02-02 11:31:37'),
(626, 'BandG', 50, 98, NULL, 1, 'hh', 1, NULL, NULL, '2024-02-02 11:31:47'),
(627, 'supplier', 51, 109, NULL, 1, 'hii', 1, NULL, NULL, '2024-02-02 11:35:40'),
(628, 'supplier', 53, 31, NULL, 1, 'hi', 0, NULL, NULL, '2024-02-05 06:58:30'),
(629, 'supplier', 56, 31, NULL, 1, 'hi', 1, NULL, NULL, '2024-02-05 07:45:40'),
(630, 'BandG', 56, 312, NULL, 1, 'hello', 1, NULL, NULL, '2024-02-05 07:46:26'),
(631, 'BandG', 46, 31, NULL, 1, 'HII', 0, NULL, NULL, '2024-02-05 08:00:21'),
(632, 'BandG', 56, 312, NULL, 1, 'hii', 0, NULL, NULL, '2024-02-05 09:11:14'),
(633, 'BandG', NULL, 31, 98, 1, 'HII', 1, NULL, NULL, '2024-02-05 09:21:27'),
(634, 'BandG', 46, 31, NULL, 1, 'HII', 0, NULL, NULL, '2024-02-05 09:22:29'),
(635, 'BandG', 46, 31, NULL, 1, 'HII', 0, NULL, NULL, '2024-02-05 09:47:23'),
(636, 'BandG', 46, 31, NULL, 1, 'https://wedding.londontechequity.co.uk/portal/public/chat_file/1707126573_84e668790b3323fde8d3.png', 0, NULL, NULL, '2024-02-05 09:49:33'),
(637, 'BandG', 63, 31, NULL, 1, 'hello', 1, NULL, NULL, '2024-02-06 04:56:10'),
(638, 'supplier', 63, 31, NULL, 1, 'hii', 1, NULL, NULL, '2024-02-06 05:01:00'),
(639, 'BandG', 63, 98, NULL, 1, 'hhh', 1, NULL, NULL, '2024-02-06 05:02:43'),
(640, 'BandG', 69, 31, NULL, 1, 'hello', 0, NULL, NULL, '2024-02-06 06:42:57'),
(641, 'BandG', 69, 31, NULL, 1, 'hello', 0, NULL, NULL, '2024-02-06 06:43:08'),
(642, 'BandG', 69, 31, NULL, 1, 'NEW THREAD STARETS FROM', 0, NULL, NULL, '2024-02-06 06:43:37'),
(643, 'BandG', 71, 31, NULL, 1, 'hello', 1, NULL, NULL, '2024-02-07 05:57:32'),
(644, 'BandG', 71, 98, NULL, 1, 'hii', 0, NULL, NULL, '2024-02-07 05:57:51'),
(645, 'BandG', 71, 31, NULL, 1, 'by', 1, NULL, NULL, '2024-02-07 05:57:55'),
(646, 'BandG', 71, 31, NULL, 1, 'by', 1, NULL, NULL, '2024-02-07 05:57:56'),
(647, 'BandG', 72, 31, NULL, 1, 'hello new', 1, NULL, NULL, '2024-02-07 05:58:37'),
(648, 'BandG', 72, 185, NULL, 1, 'hello', 0, NULL, NULL, '2024-02-07 05:58:52'),
(649, 'BandG', NULL, 31, 185, 1, 'hello 31', 1, NULL, NULL, '2024-02-07 05:59:13'),
(650, 'BandG', NULL, 185, 31, 1, 'hiii', 1, NULL, NULL, '2024-02-07 05:59:21'),
(651, 'BandG', 73, 185, NULL, 1, 'gcfghdcvhj', 0, NULL, NULL, '2024-02-07 06:00:54'),
(652, 'BandG', 73, 31, NULL, 1, 'ok', 1, NULL, NULL, '2024-02-07 06:01:09'),
(653, 'BandG', 73, 31, NULL, 1, 'by', 1, NULL, NULL, '2024-02-07 06:01:47'),
(654, 'BandG', 73, 185, NULL, 1, 'hii', 0, NULL, NULL, '2024-02-07 06:01:54'),
(655, 'BandG', NULL, 31, 98, 1, 'hi', 1, NULL, NULL, '2024-02-27 07:48:09'),
(656, 'BandG', NULL, 98, 31, 1, '54544', 1, NULL, NULL, '2024-02-27 07:50:48'),
(657, 'BandG', NULL, 31, 98, 2, 'https://wedding.londontechequity.co.uk/portal/public/chat_file/1709020273_f8e6d576d15d9813de10.jpg', 1, NULL, NULL, '2024-02-27 07:51:13'),
(658, '4', NULL, 98, 34, 1, 'hii', 0, NULL, NULL, '2024-02-27 09:19:06'),
(659, 'BandG', 90, 98, NULL, 1, 'trhrh', 0, NULL, NULL, '2024-02-27 09:20:04'),
(660, 'BandG', NULL, 96, 401, 1, 'hi', 1, NULL, NULL, '2024-02-29 07:53:41'),
(661, 'BandG', NULL, 401, 96, 1, 'viyo ja bache', 1, NULL, NULL, '2024-02-29 07:54:14'),
(662, 'BandG', NULL, 96, 401, 1, 'ka bhai', 1, NULL, NULL, '2024-02-29 07:54:18'),
(663, 'BandG', NULL, 401, 96, 1, 'ki he?', 1, NULL, NULL, '2024-02-29 07:54:26'),
(664, 'BandG', NULL, 401, 96, 1, 'kau kare?', 1, NULL, NULL, '2024-02-29 07:54:31'),
(665, 'BandG', NULL, 96, 401, 1, 'bhacha khushuva', 1, NULL, NULL, '2024-02-29 07:54:32'),
(666, 'BandG', NULL, 96, 401, 1, 'dibung karga ', 1, NULL, NULL, '2024-02-29 07:54:46'),
(667, 'BandG', NULL, 401, 96, 1, 'bs have samay jav halo', 1, NULL, NULL, '2024-02-29 07:54:50'),
(668, 'BandG', NULL, 96, 401, 1, 'gajar bi khayega', 1, NULL, NULL, '2024-02-29 07:55:02'),
(669, 'BandG', NULL, 401, 96, 1, 'nikl yaha se ', 1, NULL, NULL, '2024-02-29 07:55:12'),
(670, 'BandG', NULL, 96, 401, 1, 'kothal fadg', 1, NULL, NULL, '2024-02-29 07:55:20'),
(671, 'BandG', NULL, 401, 96, 1, 'alakhniranjan', 1, NULL, NULL, '2024-02-29 07:55:21'),
(672, 'BandG', NULL, 96, 401, 1, 'jay apasitaam', 1, NULL, NULL, '2024-02-29 07:55:37'),
(673, 'BandG', 91, 96, NULL, 1, 'ka bhai', 1, NULL, NULL, '2024-02-29 07:56:21'),
(674, 'BandG', 91, 401, NULL, 1, 'bolo bachha', 0, NULL, NULL, '2024-02-29 07:56:43'),
(675, 'BandG', 91, 96, NULL, 1, 'bababa ', 1, NULL, NULL, '2024-02-29 07:56:49'),
(676, 'BandG', 91, 96, NULL, 1, 'bababa ', 1, NULL, NULL, '2024-02-29 07:56:53'),
(677, 'BandG', 91, 401, NULL, 1, 'nikl yaha se', 0, NULL, NULL, '2024-02-29 07:56:56'),
(678, 'BandG', 91, 401, NULL, 1, 'alakahniranjan', 0, NULL, NULL, '2024-02-29 07:57:01'),
(679, 'BandG', 91, 96, NULL, 1, ' dibung babab', 1, NULL, NULL, '2024-02-29 07:57:05'),
(680, 'BandG', 91, 96, NULL, 1, ' dibung babab', 1, NULL, NULL, '2024-02-29 07:57:09'),
(681, 'BandG', 91, 96, NULL, 1, 'jay ho aba', 1, NULL, NULL, '2024-02-29 07:57:14'),
(682, 'BandG', NULL, 98, 102, 1, 'hi', 0, NULL, NULL, '2024-03-01 06:03:34'),
(683, 'BandG', NULL, 399, 105, 1, 'gffggh', 0, NULL, NULL, '2024-03-01 06:37:15'),
(684, 'BandG', 92, 399, NULL, 1, 'hii', 0, NULL, NULL, '2024-03-01 06:37:48'),
(685, 'BandG', 92, 399, NULL, 2, 'https://wedding.londontechequity.co.uk/portal/public/chat_file/1709275073_0fbfe02385429837f423.png', 0, NULL, NULL, '2024-03-01 06:37:53'),
(686, 'BandG', NULL, 399, 105, 1, 'jo', 0, NULL, NULL, '2024-03-01 06:38:11'),
(687, 'BandG', NULL, 399, 105, 1, '5435', 0, NULL, NULL, '2024-03-01 06:38:15'),
(688, 'BandG', NULL, 399, 105, 1, '35454', 0, NULL, NULL, '2024-03-01 06:38:15'),
(689, 'BandG', NULL, 399, 105, 1, '65', 0, NULL, NULL, '2024-03-01 06:38:16'),
(690, 'BandG', NULL, 399, 105, 2, 'https://wedding.londontechequity.co.uk/portal/public/chat_file/1709275108_962d62f8b530a0fea536.png', 0, NULL, NULL, '2024-03-01 06:38:28'),
(691, 'BandG', NULL, 121, 426, 1, 'hiiii', 1, NULL, NULL, '2024-03-05 07:43:40'),
(692, 'BandG', NULL, 426, 121, 1, 'helooo', 1, NULL, NULL, '2024-03-05 07:43:59'),
(693, 'BandG', NULL, 426, 121, 1, 'ka', 1, NULL, NULL, '2024-03-05 07:44:04'),
(694, 'BandG', NULL, 426, 121, 1, 'kem', 1, NULL, NULL, '2024-03-05 07:44:07'),
(695, 'BandG', NULL, 121, 426, 1, 'wait', 1, NULL, NULL, '2024-03-05 07:44:15'),
(696, 'BandG', NULL, 122, 98, 1, 'Hey ', 1, NULL, NULL, '2024-03-05 09:24:03'),
(697, 'BandG', NULL, 98, 122, 1, 'hello', 1, NULL, NULL, '2024-03-05 09:24:31'),
(698, 'BandG', NULL, 98, 122, 2, 'https://wedding.londontechequity.co.uk/portal/public/chat_file/1709630712_a02c82da8f9b78a151cf.jpg', 1, NULL, NULL, '2024-03-05 09:25:12'),
(699, 'BandG', NULL, 122, 98, 1, '????', 1, NULL, NULL, '2024-03-05 09:25:55'),
(702, 'BandG', NULL, 129, 391, 1, 'hii', 0, NULL, NULL, '2024-03-07 07:26:38'),
(703, 'BandG', NULL, 129, 391, 1, 'hii', 0, NULL, NULL, '2024-03-07 07:26:39'),
(704, 'BandG', NULL, 98, 129, 1, 'hii', 0, NULL, NULL, '2024-03-07 07:27:00'),
(705, 'BandG', NULL, 130, 98, 1, 'hello ', 1, NULL, NULL, '2024-03-08 06:19:28'),
(706, 'BandG', NULL, 98, 130, 1, 'Hello', 1, NULL, NULL, '2024-03-08 06:22:30'),
(707, 'BandG', NULL, 130, 98, 1, 'good', 1, NULL, NULL, '2024-03-08 06:25:21'),
(708, 'BandG', NULL, 98, 130, 1, 'ok', 1, NULL, NULL, '2024-03-08 06:28:17'),
(709, 'BandG', 98, 130, NULL, 1, 'Hello', 1, NULL, NULL, '2024-03-08 06:40:14'),
(710, 'BandG', 98, 130, NULL, 1, 'Hello', 1, NULL, NULL, '2024-03-08 06:48:54'),
(711, 'BandG', 94, 130, NULL, 1, 'Hello', 0, NULL, NULL, '2024-03-08 06:49:15'),
(712, 'BandG', 95, 98, NULL, 1, 'Hello', 0, NULL, NULL, '2024-03-08 06:51:31'),
(713, 'BandG', 97, 98, NULL, 1, 'hello', 1, NULL, NULL, '2024-03-08 06:52:42'),
(714, 'BandG', 97, 130, NULL, 1, 'Hello', 1, NULL, NULL, '2024-03-08 06:53:20'),
(715, 'BandG', 97, 98, NULL, 1, 'hello', 1, NULL, NULL, '2024-03-08 06:54:46'),
(716, 'BandG', NULL, 98, 130, 1, 'gsg', 0, NULL, NULL, '2024-04-03 12:12:12'),
(717, 'BandG', NULL, 98, 130, 1, 'dsf', 0, NULL, NULL, '2024-04-03 12:12:37'),
(718, 'supplier', 98, 98, NULL, 1, 'retgretg', 0, NULL, NULL, '2024-04-03 12:13:14'),
(719, 'BandG', 97, 98, NULL, 1, 'ggdgdryt', 0, NULL, NULL, '2024-04-03 12:13:49'),
(720, 'BandG', NULL, 98, 116, 1, 'gdsfg', 0, NULL, NULL, '2024-04-03 12:14:14'),
(721, '4', NULL, 284, 133, 2, 'https://wedding.londontechequity.co.uk/portal/public/chat_file/1712751381_7559d9c5d7bf8e019d3f.jpg', 0, NULL, NULL, '2024-04-10 12:16:21'),
(722, '4', NULL, 284, 133, 1, 'Hi Levi how are you? ', 0, NULL, NULL, '2024-04-10 12:16:21'),
(723, 'BandG', NULL, 284, 133, 1, 'fdsgdh', 0, NULL, NULL, '2024-04-11 10:31:32'),
(724, 'BandG', 99, 139, NULL, 1, 'hello debung', 0, NULL, NULL, '2024-04-12 09:26:09'),
(725, 'BandG', NULL, 501, 138, 1, 'hi', 0, NULL, NULL, '2024-04-12 10:54:20'),
(726, 'BandG', NULL, 139, 501, 1, 'hi', 1, NULL, NULL, '2024-04-12 10:54:37'),
(727, 'BandG', NULL, 139, 501, 1, 'tytddhhu', 1, NULL, NULL, '2024-04-12 10:54:48'),
(728, 'BandG', NULL, 501, 139, 1, 'jfghhgffghfgh', 1, NULL, NULL, '2024-04-12 10:54:57'),
(729, 'BandG', NULL, 139, 501, 1, 'gfghfghfghghg', 1, NULL, NULL, '2024-04-12 10:55:03'),
(730, 'BandG', NULL, 501, 139, 1, 'fghgfhfg', 1, NULL, NULL, '2024-04-12 10:55:05'),
(731, 'BandG', NULL, 139, 501, 1, 'gfhfghfghfgh', 1, NULL, NULL, '2024-04-12 10:55:12'),
(732, 'BandG', NULL, 501, 139, 2, 'https://wedding.londontechequity.co.uk/portal/public/chat_file/1712919322_dc790d128c72ce582b17.png', 1, NULL, NULL, '2024-04-12 10:55:22'),
(733, 'BandG', NULL, 139, 501, 2, 'https://wedding.londontechequity.co.uk/portal/public/chat_file/1712919345_2d0463ee1518b0dcbd70.jpg', 1, NULL, NULL, '2024-04-12 10:55:45'),
(734, 'BandG', 100, 284, NULL, 1, 'sdflijzsglkjslfjsfg', 0, NULL, NULL, '2024-09-03 16:55:26'),
(735, 'BandG', 100, 284, NULL, 1, 'adhaudhse;of;sog', 0, NULL, NULL, '2024-09-03 16:55:37'),
(736, '4', NULL, 98, 130, 1, 'hey to not come', 0, NULL, NULL, '2024-09-05 06:58:36'),
(737, '4', NULL, 98, 130, 1, ' comto ', 0, NULL, NULL, '2024-09-05 06:58:46'),
(738, '4', NULL, 98, 130, 1, 'not ', 0, NULL, NULL, '2024-09-05 06:58:49'),
(739, 'BandG', NULL, 98, 130, 1, 'fff', 0, NULL, NULL, '2024-09-05 06:59:07'),
(740, 'BandG', 97, 98, NULL, 1, 'ggg', 0, NULL, NULL, '2024-09-05 06:59:25'),
(741, 'BandG', 104, 503, NULL, 1, 'fdgdf', 0, NULL, NULL, '2024-09-05 08:00:30'),
(742, 'BandG', 104, 503, NULL, 1, 'fdg', 0, NULL, NULL, '2024-09-05 08:00:34'),
(743, 'BandG', NULL, 143, 503, 1, 'hi', 1, NULL, NULL, '2024-09-05 09:04:05'),
(744, 'BandG', NULL, 143, 503, 1, 'hba', 1, NULL, NULL, '2024-09-05 09:04:12'),
(745, 'BandG', NULL, 143, 503, 1, 'com', 1, NULL, NULL, '2024-09-05 09:04:19'),
(746, 'BandG', NULL, 143, 503, 1, 'com', 1, NULL, NULL, '2024-09-05 09:04:20'),
(747, 'BandG', NULL, 503, 143, 1, 'hey\\', 1, NULL, NULL, '2024-09-05 09:06:26'),
(748, 'BandG', NULL, 143, 503, 1, 'ઓઇલ ', 1, NULL, NULL, '2024-09-05 09:11:04'),
(749, 'BandG', NULL, 143, 503, 1, 'we', 1, NULL, NULL, '2024-09-05 09:11:24'),
(750, 'BandG', NULL, 143, 503, 1, 'tu note ', 1, NULL, NULL, '2024-09-05 09:11:35'),
(751, 'BandG', NULL, 143, 503, 1, 'come ', 1, NULL, NULL, '2024-09-05 09:11:51'),
(752, 'BandG', NULL, 143, 503, 1, 'come ', 1, NULL, NULL, '2024-09-05 09:11:52'),
(753, 'BandG', NULL, 503, 143, 1, 'HEY', 1, NULL, NULL, '2024-09-05 09:12:16'),
(754, 'supplier', 105, 503, NULL, 1, 'tghwsbe', 0, NULL, NULL, '2024-09-05 09:31:51'),
(755, 'BandG', NULL, 143, 503, 1, 'not ', 1, NULL, NULL, '2024-09-05 09:37:03'),
(756, 'BandG', NULL, 503, 143, 1, 'hbbvbv', 1, NULL, NULL, '2024-09-05 09:37:07'),
(757, '2', NULL, 98, 494, 1, 'get', 0, NULL, NULL, '2024-09-09 05:28:16'),
(758, 'BandG', NULL, 98, 130, 1, 'let now ', 0, NULL, NULL, '2024-09-09 06:43:38'),
(759, 'BandG', NULL, 98, 130, 1, 'dd', 0, NULL, NULL, '2024-09-09 06:44:53'),
(760, 'BandG', NULL, 98, 130, 1, 'trhyu', 0, NULL, NULL, '2024-09-09 06:44:59'),
(761, 'BandG', NULL, 98, 130, 1, 'ret', 0, NULL, NULL, '2024-09-09 07:05:37'),
(762, 'BandG', NULL, 98, 130, 1, 'r', 0, NULL, NULL, '2024-09-09 07:05:41'),
(763, 'BandG', NULL, 98, 130, 1, 'ss', 0, NULL, NULL, '2024-09-09 07:29:02'),
(764, 'BandG', NULL, 98, 130, 1, 'ss', 0, NULL, NULL, '2024-09-09 07:29:04'),
(765, 'BandG', NULL, 98, 130, 1, 's', 0, NULL, NULL, '2024-09-09 07:29:07'),
(766, 'BandG', NULL, 98, 130, 1, 'dd', 0, NULL, NULL, '2024-09-09 07:33:27'),
(767, 'BandG', NULL, 98, 130, 2, 'https://wedding.londontechequity.co.uk/portal/public/chat_file/1725867215_fca2829394c3c7f10320.png', 0, NULL, NULL, '2024-09-09 07:33:35'),
(768, 'BandG', NULL, 98, 76, 1, 'ffd', 0, NULL, NULL, '2024-09-09 07:36:47'),
(769, 'supplier', 106, 98, NULL, 1, 'come next chet', 0, NULL, NULL, '2024-09-09 07:37:30'),
(770, 'BandG', NULL, 503, 143, 1, 'sdddgg', 0, NULL, NULL, '2024-09-09 09:20:33'),
(771, 'BandG', NULL, 503, 144, 1, 'jkh', 0, NULL, NULL, '2024-09-09 09:36:36'),
(772, 'BandG', NULL, 98, 130, 1, 'sds', 0, NULL, NULL, '2024-09-09 10:13:40'),
(773, 'BandG', NULL, 98, 76, 1, 'SS', 0, NULL, NULL, '2024-09-09 10:34:57'),
(774, 'BandG', NULL, 98, 76, 2, 'https://wedding.londontechequity.co.uk/portal/public/chat_file/1725878111_9447f1223f3ae4f5f617.jpg', 0, NULL, NULL, '2024-09-09 10:35:11'),
(775, 'BandG', NULL, 98, 76, 1, 'hey', 0, NULL, NULL, '2024-09-09 10:41:07'),
(776, 'BandG', NULL, 98, 76, 2, 'https://wedding.londontechequity.co.uk/portal/public/chat_file/1725878474_d95e3d66538edbce4ee9.png', 0, NULL, NULL, '2024-09-09 10:41:14'),
(777, 'undefined', NULL, 98, 76, 1, 'ujhilhu', 0, NULL, NULL, '2024-09-09 11:06:43'),
(778, 'undefined', NULL, 98, 76, 2, 'https://wedding.londontechequity.co.uk/portal/public/chat_file/1725880030_ac57fb718f2e99d4a00a.jpg', 0, NULL, NULL, '2024-09-09 11:07:10'),
(779, 'undefined', NULL, 98, 76, 1, 'iuu', 0, NULL, NULL, '2024-09-09 11:07:10'),
(780, 'BandG', NULL, 98, 76, 1, 'le come ', 0, NULL, NULL, '2024-09-09 11:08:38'),
(781, 'undefined', NULL, 98, 76, 1, 's', 0, NULL, NULL, '2024-09-09 11:11:31'),
(782, 'BandG', NULL, 98, 76, 1, 'ss', 0, NULL, NULL, '2024-09-09 11:20:04'),
(783, 'BandG', NULL, 98, 116, 2, 'https://wedding.londontechequity.co.uk/portal/public/chat_file/1725881636_fc2321ca5e75e3b12e00.jpg', 0, NULL, NULL, '2024-09-09 11:33:56'),
(784, 'BandG', NULL, 98, 116, 1, 'hey', 0, NULL, NULL, '2024-09-09 11:33:56'),
(785, 'BandG', NULL, 98, 130, 1, 'h', 0, NULL, NULL, '2024-09-09 11:55:36'),
(786, 'BandG', NULL, 98, 130, 1, 'ee', 0, NULL, NULL, '2024-09-09 11:55:46'),
(787, 'BandG', NULL, 98, 130, 1, 'sdvgfds', 0, NULL, NULL, '2024-09-09 12:07:02'),
(788, 'BandG', NULL, 98, 130, 1, 'sdf', 0, NULL, NULL, '2024-09-09 12:07:07'),
(789, 'BandG', NULL, 98, 130, 1, 'dd', 0, NULL, NULL, '2024-09-09 12:07:14'),
(790, 'BandG', NULL, 98, 130, 1, 'dd', 0, NULL, NULL, '2024-09-09 12:07:17'),
(791, 'BandG', NULL, 98, 130, 1, 'dd', 0, NULL, NULL, '2024-09-09 12:07:26'),
(792, 'BandG', NULL, 98, 130, 1, 'dfv', 0, NULL, NULL, '2024-09-09 12:07:31'),
(793, 'BandG', NULL, 98, 130, 1, 'ss', 0, NULL, NULL, '2024-09-09 12:26:39'),
(794, 'BandG', NULL, 98, 130, 1, 'f', 0, NULL, NULL, '2024-09-09 12:27:15'),
(795, 'BandG', NULL, 98, 130, 1, 'ddd', 0, NULL, NULL, '2024-09-09 12:50:39'),
(796, 'BandG', NULL, 98, 130, 1, 'dd', 0, NULL, NULL, '2024-09-09 12:50:47'),
(797, 'BandG', NULL, 98, 130, 1, 'fdvgsreg', 0, '', '', '2024-09-09 12:53:33'),
(798, 'BandG', NULL, 98, 130, 1, 'sdfse', 0, 'dsfasef', 'dsf', '2024-09-09 12:53:41'),
(799, 'BandG', NULL, 98, 130, 1, 'sdfvawe', 0, '', '', '2024-09-09 12:53:45'),
(800, 'BandG', NULL, 98, 130, 1, 'ddd', 0, 'sdfaddsf', 'dgf', '2024-09-09 12:54:01'),
(801, 'BandG', NULL, 98, 130, 1, 'asdx', 0, '', '', '2024-09-09 12:54:42'),
(802, 'BandG', NULL, 98, 130, 2, 'https://wedding.londontechequity.co.uk/portal/public/chat_file/1725886500_13db3a2a3904c99628f8.jpg', 0, NULL, NULL, '2024-09-09 12:55:00'),
(803, 'BandG', NULL, 98, 130, 1, 'ss', 0, 'ss', 'ss', '2024-09-09 12:55:00'),
(804, 'BandG', NULL, 98, 130, 1, 'sdfsaf', 0, '', '', '2024-09-09 12:55:19'),
(805, 'BandG', NULL, 98, 130, 1, 'dd', 0, '', '', '2024-09-09 12:55:28'),
(806, 'BandG', NULL, 98, 130, 1, 'dd', 0, 'dd', 'ddd', '2024-09-09 12:55:46'),
(807, 'BandG', NULL, 98, 130, 1, 'ddd', 0, '', '', '2024-09-09 12:56:58'),
(808, 'BandG', NULL, 98, 130, 1, 'dddd', 0, NULL, NULL, '2024-09-09 12:58:22'),
(809, 'BandG', NULL, 98, 130, 1, 'sdsd', 0, NULL, NULL, '2024-09-09 12:58:25'),
(810, 'BandG', NULL, 98, 130, 1, 'sdsdf', 0, NULL, NULL, '2024-09-09 12:58:28'),
(811, '2', NULL, 98, 521, 1, 'fdbvdf', 0, '', '', '2024-09-19 11:30:33'),
(812, 'BandG', NULL, 98, 149, 1, 'frgtr', 0, 'fre', 'tryht', '2024-10-01 09:49:57'),
(813, 'BandG', NULL, 98, 130, 1, 'jhk', 0, 'jhgj', '', '2024-10-01 09:50:16'),
(814, 'BandG', NULL, 98, 130, 1, 'fhbghr', 0, '', '', '2024-10-01 11:10:29'),
(815, 'BandG', NULL, 98, 130, 1, 'ff', 0, '', '', '2024-10-01 11:10:55'),
(816, 'BandG', NULL, 98, 130, 1, 'dsgs', 0, '', '', '2024-10-01 11:14:16'),
(817, 'BandG', NULL, 98, 130, 2, 'https://wedding.londontechequity.co.uk/portal/public/chat_file/1727781283_d16d9db840487bb40423.jpg', 0, NULL, NULL, '2024-10-01 11:14:43'),
(818, 'BandG', NULL, 98, 130, 1, 'HI', 0, '', '', '2024-10-01 11:27:15'),
(819, 'BandG', NULL, 98, 130, 1, 'GHJ', 0, '', '', '2024-10-01 11:27:33'),
(820, 'BandG', 97, 98, NULL, 1, 'HIU', 0, NULL, NULL, '2024-10-01 11:43:04'),
(821, 'BandG', 97, 98, NULL, 1, 'HI', 0, NULL, NULL, '2024-10-01 11:43:07'),
(822, 'BandG', 97, 98, NULL, 1, 'GG', 0, NULL, NULL, '2024-10-01 11:43:25'),
(823, 'BandG', 97, 98, NULL, 1, 'XDV', 0, NULL, NULL, '2024-10-01 11:43:52'),
(824, 'BandG', NULL, 98, 152, 1, 'GG', 0, '', '', '2024-10-01 11:44:49'),
(825, 'BandG', NULL, 98, 152, 1, 'SDF', 0, '', '', '2024-10-01 11:45:44'),
(826, 'BandG', 97, 98, NULL, 1, 'FDD', 0, NULL, NULL, '2024-10-01 11:47:08'),
(827, 'BandG', NULL, 98, 152, 1, 'FDHGRE', 0, '', '', '2024-10-01 11:50:09'),
(828, 'BandG', NULL, 98, 152, 1, 'HO', 0, '', '', '2024-10-01 11:54:31'),
(829, 'BandG', 97, 98, NULL, 1, 'GJFY', 0, NULL, NULL, '2024-10-01 12:04:25'),
(830, 'BandG', NULL, 98, 152, 1, 'BN', 0, '', '', '2024-10-01 12:05:01'),
(831, 'BandG', NULL, 98, 152, 1, 'gfg', 0, '', '', '2024-10-01 12:07:32'),
(832, 'BandG', NULL, 98, 152, 1, 'hi', 0, '', '', '2024-10-01 12:08:48'),
(833, 'BandG', NULL, 98, 152, 1, 'dd', 0, '', '', '2024-10-01 12:09:15'),
(834, 'BandG', NULL, 98, 130, 1, 'fdfdg', 0, '', '', '2024-10-01 12:10:17'),
(835, 'BandG', 97, 98, NULL, 1, 'ddd', 0, NULL, NULL, '2024-10-01 12:10:41'),
(836, 'BandG', NULL, 98, 130, 1, 'hh', 0, '', '', '2024-10-01 12:12:32'),
(837, 'BandG', NULL, 98, 130, 1, 'hh', 0, '', '', '2024-10-01 12:12:35'),
(838, 'BandG', NULL, 98, 130, 1, 'dsf', 0, '', '', '2024-10-01 12:13:34'),
(839, 'BandG', NULL, 98, 130, 1, 'fdsgrse', 0, '', '', '2024-10-01 12:13:41'),
(840, 'BandG', 97, 98, NULL, 1, 'ff', 0, NULL, NULL, '2024-10-01 12:14:11'),
(841, 'BandG', 97, 98, NULL, 1, 'ff', 0, NULL, NULL, '2024-10-01 12:14:13'),
(842, 'BandG', NULL, 98, 130, 1, 'fghgf', 0, '', '', '2024-10-01 12:15:27'),
(843, 'BandG', NULL, 98, 130, 1, 'fgnhgf', 0, '', '', '2024-10-01 12:17:01'),
(844, 'BandG', NULL, 98, 130, 1, 'fdgdefr', 0, '', '', '2024-10-01 12:17:09'),
(845, 'BandG', NULL, 98, 130, 1, 'gfff', 0, '', '', '2024-10-01 12:19:36'),
(846, 'BandG', 97, 98, NULL, 1, 'hh', 0, NULL, NULL, '2024-10-01 12:20:31'),
(847, 'BandG', NULL, 98, 130, 1, 'hhh', 0, '', '', '2024-10-01 12:23:31'),
(848, 'BandG', NULL, 98, 130, 1, 'hh', 0, '', '', '2024-10-01 12:23:35'),
(849, 'BandG', NULL, 98, 130, 1, 'hh', 0, '', '', '2024-10-01 12:23:44'),
(850, 'BandG', NULL, 98, 130, 1, 'ff', 0, '', '', '2024-10-01 12:24:02'),
(851, 'BandG', NULL, 98, 130, 1, 'coma', 0, '', '', '2024-10-01 12:24:25'),
(852, 'BandG', NULL, 98, 130, 1, 'sdfa', 0, '', '', '2024-10-01 12:27:45'),
(853, 'BandG', NULL, 98, 130, 1, 'fdg', 0, '', '', '2024-10-01 12:34:40'),
(854, 'BandG', NULL, 98, 130, 1, 'ss', 0, '', '', '2024-10-01 12:35:05'),
(855, '', NULL, 98, 130, 1, 'ss', 0, '', '', '2024-10-01 12:37:55'),
(856, 'BandG', NULL, 98, 130, 1, 'njj', 0, '', '', '2024-10-01 12:39:23'),
(857, 'BandG', NULL, 98, 130, 1, 'dsfd', 0, '', '', '2024-10-01 12:43:50'),
(858, ' ', NULL, 98, 0, 1, 'wwq', 0, '', '', '2024-10-01 12:47:22'),
(859, ' ', NULL, 98, 0, 1, 'ww', 0, '', '', '2024-10-01 12:47:36'),
(860, ' ', NULL, 98, 0, 1, 'jj', 0, '', '', '2024-10-01 12:48:12'),
(861, ' ', NULL, 98, 0, 1, 'hhh', 0, '', '', '2024-10-01 12:48:18'),
(862, 'BandG', NULL, 98, 130, 1, 'hhh', 0, '', '', '2024-10-01 12:50:33'),
(863, 'BandG', NULL, 98, 130, 1, 'fgfg', 0, '', '', '2024-10-01 12:50:42'),
(864, 'BandG', NULL, 98, 130, 2, 'https://wedding.londontechequity.co.uk/portal/public/chat_file/1727787092_c175a4b44102b3286dac.jpg', 0, NULL, NULL, '2024-10-01 12:51:32'),
(865, 'BandG', NULL, 98, 130, 1, 'ddd', 0, '', '', '2024-10-01 12:51:46'),
(866, 'BandG', NULL, 98, 130, 1, 'zz', 0, '', '', '2024-10-01 12:52:11'),
(867, 'BandG', NULL, 98, 130, 1, 'd', 0, '', '', '2024-10-01 12:55:19'),
(868, 'BandG', NULL, 98, 130, 1, 'dd', 0, '', '', '2024-10-01 12:55:24'),
(869, 'BandG', NULL, 98, 130, 1, 'ss', 0, '', '', '2024-10-01 12:56:44'),
(870, 'BandG', NULL, 98, 130, 1, 'dd', 0, '', '', '2024-10-01 13:07:27'),
(871, 'BandG', NULL, 98, 130, 1, 'dd', 0, '', '', '2024-10-01 13:07:40'),
(872, 'BandG', NULL, 98, 130, 1, 'oo', 0, '', '', '2024-10-01 13:09:28'),
(873, 'BandG', NULL, 98, 130, 1, 'ww', 0, '', '', '2024-10-01 13:09:43'),
(874, 'BandG', NULL, 98, 130, 1, 'ff', 0, '', '', '2024-10-01 13:13:04'),
(875, 'BandG', NULL, 98, 130, 1, 'ddd', 0, '', '', '2024-10-01 13:13:14'),
(876, 'BandG', NULL, 98, 130, 1, 'dddf', 0, '', '', '2024-10-01 13:13:24'),
(877, 'BandG', NULL, 98, 130, 1, 'ythsjd', 0, '', '', '2024-10-01 13:13:29'),
(878, 'BandG', NULL, 98, 130, 1, 'njkjasn', 0, '', '', '2024-10-01 13:13:32'),
(879, 'BandG', NULL, 98, 130, 1, 'dsfgf', 0, '', '', '2024-10-01 13:15:30'),
(880, 'BandG', 97, 98, NULL, 1, 'safd', 0, NULL, NULL, '2024-10-01 13:16:11'),
(881, 'BandG', NULL, 98, 130, 1, 'sss', 0, '', '', '2024-10-01 13:18:06'),
(882, 'BandG', NULL, 98, 152, 1, 'ff', 0, '', '', '2024-10-01 13:18:31'),
(883, 'BandG', NULL, 98, 152, 1, 'ff', 0, '', '', '2024-10-01 13:18:35'),
(884, 'BandG', NULL, 98, 152, 1, 'fff', 0, '', '', '2024-10-01 13:18:43'),
(885, 'BandG', NULL, 98, 152, 1, 'ff', 0, '', '', '2024-10-01 13:18:46'),
(886, 'BandG', NULL, 98, 152, 1, 'jfyj', 0, '', '', '2024-10-01 13:32:02'),
(887, 'BandG', NULL, 98, 152, 1, 'fkhfk', 0, '', '', '2024-10-01 13:32:08'),
(888, 'BandG', NULL, 98, 152, 1, 'dssd', 0, '', '', '2024-10-01 13:34:11'),
(889, 'BandG', NULL, 98, 152, 1, 'asa', 0, '', '', '2024-10-01 13:34:27'),
(890, 'BandG', NULL, 98, 152, 1, 'sdfsf', 0, '', '', '2024-10-01 13:36:04'),
(891, 'BandG', NULL, 98, 152, 1, 'dfshds', 0, '', '', '2024-10-01 13:37:17'),
(892, 'BandG', NULL, 98, 152, 1, 'sdgfsd', 0, '', '', '2024-10-01 13:37:26'),
(893, 'BandG', NULL, 98, 152, 1, 'lr6tyu', 0, '', '', '2024-10-01 13:37:30'),
(894, 'BandG', NULL, 98, 152, 1, 'jfjy', 0, '', '', '2024-10-01 13:37:33'),
(895, 'BandG', NULL, 98, 152, 1, 'dfhdfh', 0, '', '', '2024-10-01 13:37:36'),
(896, 'BandG', NULL, 98, 152, 1, 'fdh', 0, '', '', '2024-10-01 13:37:38'),
(897, 'BandG', NULL, 98, 152, 1, 'fgtyjft', 0, '', '', '2024-10-02 05:06:55'),
(898, 'BandG', NULL, 98, 152, 2, 'https://wedding.londontechequity.co.uk/portal/public/chat_file/1727845623_a5df0c99c13b478f7b1a.png', 0, NULL, NULL, '2024-10-02 05:07:03'),
(899, 'BandG', NULL, 98, 152, 1, 'ghjgf', 0, '', '', '2024-10-02 05:07:03'),
(900, 'BandG', NULL, 98, 152, 2, 'https://wedding.londontechequity.co.uk/portal/public/chat_file/1727845642_b7d082342e76643a59fa.jpg', 0, NULL, NULL, '2024-10-02 05:07:22'),
(901, 'BandG', NULL, 98, 152, 5, 'Please review the attached public insurance document for your event. Ensure all details are correct and contact us if any updates are required.', 1, NULL, NULL, '2024-10-02 06:43:38'),
(902, 'BandG', NULL, 98, 152, 5, 'Please review the attached public insurance \ndocument for your event. \nEnsure all details are correct and \ncontact us if any updates are required.', 0, NULL, NULL, '2024-10-02 06:53:50'),
(903, 'BandG', NULL, 98, 152, 5, 'Please find attached the updated itinerary', 0, NULL, NULL, '2024-10-02 07:00:20'),
(904, 'BandG', NULL, 98, 152, 5, 'Attached is the list of suppliers for \nyour upcoming event', 0, NULL, NULL, '2024-10-02 07:01:22'),
(905, 'BandG', NULL, 98, 152, 5, 'Please find attached the updated itinerary', 0, NULL, NULL, '2024-10-02 07:11:17'),
(906, 'BandG', NULL, 98, 152, 5, 'Please find attached the updated itinerary', 0, NULL, NULL, '2024-10-02 07:12:51'),
(907, 'BandG', NULL, 98, 152, 5, 'Please review the attached public insurance document for your event. Ensure all details are correct and contact us if any updates are required.', 0, NULL, NULL, '2024-10-02 07:18:39'),
(908, 'BandG', NULL, 98, 152, 5, 'Please review the attached public insurance document for your event. Ensure all details are correct and contact us if any updates are required.', 0, NULL, NULL, '2024-10-02 07:18:40'),
(909, 'BandG', NULL, 98, 152, 5, 'Please review the attached public insurance document for your event. Ensure all details are correct and contact us if any updates are required.', 0, NULL, NULL, '2024-10-02 07:18:41'),
(910, 'BandG', NULL, 98, 152, 5, 'Please review the attached public insurance document for your event. Ensure all details are correct and contact us if any updates are required.', 0, NULL, NULL, '2024-10-02 07:18:42'),
(911, 'BandG', NULL, 98, 152, 5, 'Please review the attached public insurance document for your event. Ensure all details are correct and contact us if any updates are required.', 0, NULL, NULL, '2024-10-02 07:18:43'),
(912, 'BandG', NULL, 98, 152, 5, 'Please review the attached public insurance document for your event. Ensure all details are correct and contact us if any updates are required.', 0, NULL, NULL, '2024-10-02 07:18:44'),
(913, 'BandG', NULL, 98, 152, 5, 'Please review the attached public insurance document for your event. Ensure all details are correct and contact us if any updates are required.', 0, NULL, NULL, '2024-10-02 07:18:45'),
(914, 'BandG', NULL, 98, 152, 5, 'Please review the attached public insurance document for your event. Ensure all details are correct and contact us if any updates are required.', 0, NULL, NULL, '2024-10-02 07:18:46'),
(915, 'BandG', NULL, 98, 152, 5, 'Please review the attached public insurance document for your event. Ensure all details are correct and contact us if any updates are required.', 0, NULL, NULL, '2024-10-02 07:18:47'),
(916, 'BandG', NULL, 98, 152, 5, 'Please review the attached public insurance document for your event. Ensure all details are correct and contact us if any updates are required.', 0, NULL, NULL, '2024-10-02 07:18:48'),
(917, 'BandG', NULL, 98, 152, 5, 'Please review the attached public insurance document for your event. Ensure all details are correct and contact us if any updates are required.', 0, NULL, NULL, '2024-10-02 07:18:49'),
(918, 'BandG', NULL, 98, 152, 5, 'Please review the attached public insurance document for your event. Ensure all details are correct and contact us if any updates are required.', 0, NULL, NULL, '2024-10-02 07:18:50'),
(919, 'BandG', NULL, 98, 152, 5, 'Please review the attached public insurance document for your event. Ensure all details are correct and contact us if any updates are required.', 0, NULL, NULL, '2024-10-02 07:18:51'),
(920, 'BandG', NULL, 98, 152, 5, 'Please review the attached public insurance document for your event. Ensure all details are correct and contact us if any updates are required.', 0, NULL, NULL, '2024-10-02 07:18:52'),
(921, 'BandG', NULL, 98, 152, 5, 'Please review the attached public insurance document for your event. Ensure all details are correct and contact us if any updates are required.', 0, NULL, NULL, '2024-10-02 07:18:53'),
(922, 'BandG', NULL, 98, 152, 5, 'Please review the attached public insurance document for your event. Ensure all details are correct and contact us if any updates are required.', 0, NULL, NULL, '2024-10-02 07:18:54'),
(923, 'BandG', NULL, 98, 152, 5, 'Please review the attached public insurance document for your event. Ensure all details are correct and contact us if any updates are required.', 0, NULL, NULL, '2024-10-02 07:18:55'),
(924, 'BandG', NULL, 98, 152, 5, 'Please review the attached public insurance document for your event. Ensure all details are correct and contact us if any updates are required.', 0, NULL, NULL, '2024-10-02 07:18:56'),
(925, 'BandG', NULL, 98, 152, 5, 'Please review the attached public insurance document for your event. Ensure all details are correct and contact us if any updates are required.', 0, NULL, NULL, '2024-10-02 07:18:57'),
(926, 'BandG', NULL, 98, 152, 5, 'Please review the attached public insurance document for your event. Ensure all details are correct and contact us if any updates are required.', 0, NULL, NULL, '2024-10-02 07:18:58'),
(927, 'BandG', NULL, 98, 152, 5, 'Please review the attached public insurance document for your event. Ensure all details are correct and contact us if any updates are required.', 0, NULL, NULL, '2024-10-02 07:18:59'),
(928, 'BandG', NULL, 98, 152, 5, 'Please review the attached public insurance document for your event. Ensure all details are correct and contact us if any updates are required.', 0, NULL, NULL, '2024-10-02 07:19:00'),
(929, 'BandG', NULL, 98, 152, 5, 'Please review the attached public insurance document for your event. Ensure all details are correct and contact us if any updates are required.', 0, NULL, NULL, '2024-10-02 07:19:01'),
(930, 'BandG', NULL, 98, 152, 5, 'Please review the attached public insurance document for your event. Ensure all details are correct and contact us if any updates are required.', 0, NULL, NULL, '2024-10-02 07:19:02'),
(931, 'BandG', NULL, 98, 152, 5, 'Please review the attached public insurance document for your event. Ensure all details are correct and contact us if any updates are required.', 0, NULL, NULL, '2024-10-02 07:19:04'),
(932, 'BandG', NULL, 98, 152, 5, 'Please review the attached public insurance document for your event. Ensure all details are correct and contact us if any updates are required.', 0, NULL, NULL, '2024-10-02 07:19:05'),
(933, 'BandG', NULL, 98, 152, 5, 'Please review the attached public insurance document for your event. Ensure all details are correct and contact us if any updates are required.', 0, NULL, NULL, '2024-10-02 07:19:06'),
(934, 'BandG', NULL, 98, 152, 5, 'Please review the attached public insurance document for your event. Ensure all details are correct and contact us if any updates are required.', 0, NULL, NULL, '2024-10-02 07:19:07'),
(935, 'BandG', NULL, 98, 152, 5, 'Please review the attached public insurance document for your event. Ensure all details are correct and contact us if any updates are required.', 0, NULL, NULL, '2024-10-02 07:19:08'),
(936, 'BandG', NULL, 98, 152, 5, 'Please review the attached public insurance document for your event. Ensure all details are correct and contact us if any updates are required.', 0, NULL, NULL, '2024-10-02 07:19:09'),
(937, 'BandG', NULL, 98, 152, 5, 'Please review the attached public insurance document for your event. Ensure all details are correct and contact us if any updates are required.', 0, NULL, NULL, '2024-10-02 07:19:10'),
(938, 'BandG', NULL, 98, 152, 5, 'Please review the attached public insurance document for your event. Ensure all details are correct and contact us if any updates are required.', 0, NULL, NULL, '2024-10-02 07:19:11'),
(939, 'BandG', NULL, 98, 152, 5, 'Please review the attached public insurance document for your event. Ensure all details are correct and contact us if any updates are required.', 0, NULL, NULL, '2024-10-02 07:19:12'),
(940, 'BandG', NULL, 98, 152, 5, 'Please review the attached public insurance document for your event. Ensure all details are correct and contact us if any updates are required.', 0, NULL, NULL, '2024-10-02 07:19:13'),
(941, 'BandG', NULL, 98, 152, 5, 'Please review the attached public insurance document for your event. Ensure all details are correct and contact us if any updates are required.', 0, NULL, NULL, '2024-10-02 07:19:14'),
(942, 'BandG', NULL, 98, 152, 5, 'Please review the attached public insurance document for your event. Ensure all details are correct and contact us if any updates are required.', 0, NULL, NULL, '2024-10-02 07:19:15'),
(943, 'BandG', NULL, 98, 152, 5, 'Please review the attached public insurance document for your event. Ensure all details are correct and contact us if any updates are required.', 0, NULL, NULL, '2024-10-02 07:19:16'),
(944, 'BandG', NULL, 98, 152, 5, 'Please review the attached public insurance document for your event. Ensure all details are correct and contact us if any updates are required.', 0, NULL, NULL, '2024-10-02 07:19:17'),
(945, 'BandG', NULL, 98, 152, 5, 'Please review the attached public insurance document for your event. Ensure all details are correct and contact us if any updates are required.', 0, NULL, NULL, '2024-10-02 07:19:18'),
(946, 'BandG', NULL, 98, 152, 5, 'Please review the attached public insurance document for your event. Ensure all details are correct and contact us if any updates are required.', 0, NULL, NULL, '2024-10-02 07:19:19'),
(947, 'BandG', NULL, 98, 152, 5, 'Please review the attached public insurance document for your event. Ensure all details are correct and contact us if any updates are required.', 0, NULL, NULL, '2024-10-02 07:19:20'),
(948, 'BandG', NULL, 98, 152, 5, 'Please review the attached public insurance document for your event. Ensure all details are correct and contact us if any updates are required.', 0, NULL, NULL, '2024-10-02 07:19:21'),
(949, 'BandG', NULL, 98, 152, 5, 'Please review the attached public insurance document for your event. Ensure all details are correct and contact us if any updates are required.', 0, NULL, NULL, '2024-10-02 07:19:22'),
(950, 'BandG', NULL, 98, 152, 5, 'Please review the attached public insurance document for your event. Ensure all details are correct and contact us if any updates are required.', 0, NULL, NULL, '2024-10-02 07:19:23'),
(951, 'BandG', NULL, 98, 152, 5, 'Please review the attached public insurance document for your event. Ensure all details are correct and contact us if any updates are required.', 0, NULL, NULL, '2024-10-02 07:19:24'),
(952, 'BandG', NULL, 98, 152, 5, 'Please review the attached public insurance document for your event. Ensure all details are correct and contact us if any updates are required.', 0, NULL, NULL, '2024-10-02 07:19:25'),
(953, 'BandG', NULL, 98, 152, 5, 'Please review the attached public insurance document for your event. Ensure all details are correct and contact us if any updates are required.', 0, NULL, NULL, '2024-10-02 07:19:26'),
(954, 'BandG', NULL, 98, 152, 5, 'Please review the attached public insurance document for your event. Ensure all details are correct and contact us if any updates are required.', 0, NULL, NULL, '2024-10-02 07:19:27'),
(955, 'BandG', NULL, 98, 152, 5, 'Please review the attached public insurance document for your event. Ensure all details are correct and contact us if any updates are required.', 0, NULL, NULL, '2024-10-02 07:19:28'),
(956, 'BandG', NULL, 98, 152, 5, 'Please review the attached public insurance document for your event. Ensure all details are correct and contact us if any updates are required.', 0, NULL, NULL, '2024-10-02 07:19:29'),
(957, 'BandG', NULL, 98, 152, 5, 'Please review the attached public insurance document for your event. Ensure all details are correct and contact us if any updates are required.', 0, NULL, NULL, '2024-10-02 07:19:30'),
(958, 'BandG', NULL, 98, 152, 5, 'Please review the attached public insurance document for your event. Ensure all details are correct and contact us if any updates are required.', 0, NULL, NULL, '2024-10-02 07:19:31'),
(959, 'BandG', NULL, 98, 152, 5, 'Please review the attached public insurance document for your event. Ensure all details are correct and contact us if any updates are required.', 0, NULL, NULL, '2024-10-02 07:19:32'),
(960, 'BandG', NULL, 98, 152, 5, 'Please review the attached public insurance document for your event. Ensure all details are correct and contact us if any updates are required.', 0, NULL, NULL, '2024-10-02 07:19:33'),
(961, 'BandG', NULL, 98, 152, 5, 'Please review the attached public insurance document for your event. Ensure all details are correct and contact us if any updates are required.', 0, NULL, NULL, '2024-10-02 07:19:34'),
(962, 'BandG', NULL, 98, 152, 5, 'Please review the attached public insurance document for your event. Ensure all details are correct and contact us if any updates are required.', 0, NULL, NULL, '2024-10-02 07:19:35'),
(963, 'BandG', NULL, 98, 152, 5, 'Please review the attached public insurance document for your event. Ensure all details are correct and contact us if any updates are required.', 0, NULL, NULL, '2024-10-02 07:19:36'),
(964, 'BandG', NULL, 98, 152, 5, 'Please review the attached public insurance document for your event. Ensure all details are correct and contact us if any updates are required.', 0, NULL, NULL, '2024-10-02 07:19:37'),
(965, 'BandG', NULL, 98, 152, 5, 'Please review the attached public insurance document for your event. Ensure all details are correct and contact us if any updates are required.', 0, NULL, NULL, '2024-10-02 07:19:38'),
(966, 'BandG', NULL, 98, 152, 5, 'Please review the attached public insurance document for your event. Ensure all details are correct and contact us if any updates are required.', 0, NULL, NULL, '2024-10-02 07:19:39'),
(967, 'BandG', NULL, 98, 152, 5, 'Please review the attached public insurance document for your event. Ensure all details are correct and contact us if any updates are required.', 0, NULL, NULL, '2024-10-02 07:19:40'),
(968, 'BandG', NULL, 98, 152, 5, 'Please review the attached public insurance document for your event. Ensure all details are correct and contact us if any updates are required.', 0, NULL, NULL, '2024-10-02 07:19:41'),
(969, 'BandG', NULL, 98, 152, 5, 'Please review the attached public insurance document for your event. Ensure all details are correct and contact us if any updates are required.', 0, NULL, NULL, '2024-10-02 07:19:42'),
(970, 'BandG', NULL, 98, 152, 5, 'Please review the attached public insurance document for your event. Ensure all details are correct and contact us if any updates are required.', 0, NULL, NULL, '2024-10-02 07:19:43'),
(971, 'BandG', NULL, 98, 152, 5, 'Please review the attached public insurance document for your event. Ensure all details are correct and contact us if any updates are required.', 0, NULL, NULL, '2024-10-02 07:19:44'),
(972, 'BandG', NULL, 98, 152, 5, 'Please review the attached public insurance document for your event. Ensure all details are correct and contact us if any updates are required.', 0, NULL, NULL, '2024-10-02 07:19:45'),
(973, 'BandG', NULL, 98, 152, 5, 'Please review the attached public insurance document for your event. Ensure all details are correct and contact us if any updates are required.', 0, NULL, NULL, '2024-10-02 07:19:46'),
(974, 'BandG', NULL, 98, 152, 5, 'Please review the attached public insurance document for your event. Ensure all details are correct and contact us if any updates are required.', 0, NULL, NULL, '2024-10-02 07:19:47'),
(975, 'BandG', NULL, 98, 152, 5, 'Please review the attached public insurance document for your event. Ensure all details are correct and contact us if any updates are required.', 0, NULL, NULL, '2024-10-02 07:19:48'),
(976, 'BandG', NULL, 98, 152, 5, 'Please review the attached public insurance document for your event. Ensure all details are correct and contact us if any updates are required.', 0, NULL, NULL, '2024-10-02 07:19:49'),
(977, 'BandG', NULL, 98, 152, 5, 'Please review the attached public insurance document for your event. Ensure all details are correct and contact us if any updates are required.', 0, NULL, NULL, '2024-10-02 07:19:50'),
(978, 'BandG', NULL, 98, 152, 5, 'Please review the attached public insurance document for your event. Ensure all details are correct and contact us if any updates are required.', 0, NULL, NULL, '2024-10-02 07:19:51'),
(979, 'BandG', NULL, 98, 152, 5, 'Please review the attached public insurance document for your event. Ensure all details are correct and contact us if any updates are required.', 0, NULL, NULL, '2024-10-02 07:19:52'),
(980, 'BandG', NULL, 98, 152, 5, 'Please review the attached public insurance document for your event. Ensure all details are correct and contact us if any updates are required.', 0, NULL, NULL, '2024-10-02 07:19:53'),
(981, 'BandG', NULL, 98, 152, 5, 'Please review the attached public insurance document for your event. Ensure all details are correct and contact us if any updates are required.', 0, NULL, NULL, '2024-10-02 07:19:54');
INSERT INTO `chat` (`id`, `user_type`, `topic_id`, `from_id`, `to_id`, `message_type`, `message`, `read_status`, `cc`, `bcc`, `created_at`) VALUES
(982, 'BandG', NULL, 98, 152, 5, 'Please review the attached public insurance document for your event. Ensure all details are correct and contact us if any updates are required.', 0, NULL, NULL, '2024-10-02 07:19:55'),
(983, 'BandG', NULL, 98, 152, 5, 'Please review the attached public insurance document for your event. Ensure all details are correct and contact us if any updates are required.', 0, NULL, NULL, '2024-10-02 07:19:56'),
(984, 'BandG', NULL, 98, 152, 5, 'Please review the attached public insurance document for your event. Ensure all details are correct and contact us if any updates are required.', 0, NULL, NULL, '2024-10-02 07:19:57'),
(985, 'BandG', NULL, 98, 152, 5, 'Please review the attached public insurance document for your event. Ensure all details are correct and contact us if any updates are required.', 0, NULL, NULL, '2024-10-02 07:19:58'),
(986, 'BandG', NULL, 98, 152, 5, 'Please review the attached public insurance document for your event. Ensure all details are correct and contact us if any updates are required.', 0, NULL, NULL, '2024-10-02 07:19:59'),
(987, 'BandG', NULL, 98, 152, 5, 'Please review the attached public insurance document for your event. Ensure all details are correct and contact us if any updates are required.', 0, NULL, NULL, '2024-10-02 07:20:00'),
(988, 'BandG', NULL, 98, 152, 5, 'Please review the attached public insurance document for your event. Ensure all details are correct and contact us if any updates are required.', 0, NULL, NULL, '2024-10-02 07:20:01'),
(989, 'BandG', NULL, 98, 152, 5, 'Please review the attached public insurance document for your event. Ensure all details are correct and contact us if any updates are required.', 0, NULL, NULL, '2024-10-02 07:20:02'),
(990, 'BandG', NULL, 98, 152, 5, 'Please review the attached public insurance document for your event. Ensure all details are correct and contact us if any updates are required.', 0, NULL, NULL, '2024-10-02 07:20:08'),
(991, 'BandG', NULL, 98, 152, 5, 'Please review the attached public insurance document for your event. Ensure all details are correct and contact us if any updates are required.', 0, NULL, NULL, '2024-10-02 07:20:09'),
(1093, 'BandG', NULL, 98, NULL, 5, 'No template available for the selected option.', 0, NULL, NULL, '2024-10-03 09:55:53'),
(1094, 'BandG', NULL, 98, 152, 5, 'Please find attached the updated itinerary.', 0, NULL, NULL, '2024-10-03 10:49:00'),
(1095, 'BandG', NULL, 98, 130, 1, 'sdfdsaf', 0, '', '', '2024-10-03 11:45:07'),
(1096, 'BandG', NULL, 98, 130, 1, 'Ho', 0, '', '', '2024-10-03 11:45:54'),
(1097, 'BandG', NULL, 98, NULL, 5, 'No template available for the selected option.', 0, NULL, NULL, '2024-10-03 11:48:14'),
(1098, 'BandG', NULL, 98, 154, 1, 'hjf', 0, '', '', '2024-10-03 11:51:27'),
(1099, 'BandG', NULL, 98, NULL, 5, 'No template available for the selected option.', 0, NULL, NULL, '2024-10-03 11:51:54'),
(1100, 'BandG', NULL, 98, NULL, 5, 'No template available for the selected option.', 0, NULL, NULL, '2024-10-03 11:52:26'),
(1101, 'BandG', NULL, 98, 152, 5, 'Please find attached the updated itinerary.', 0, NULL, NULL, '2024-10-03 11:54:07'),
(1102, 'BandG', NULL, 98, 152, 5, 'Attached is the list of suppliers for your upcoming event.', 0, NULL, NULL, '2024-10-03 11:54:10'),
(1103, 'BandG', NULL, 98, 152, 5, 'Please review the attached public insurance document for your event.\nEnsure all details are correct and contact us if any updates are required.', 0, NULL, NULL, '2024-10-03 11:54:12'),
(1104, 'BandG', NULL, 98, 152, 5, 'Dear Bride and Groom,We ve attached the list of suppliers for your wedding day. Please review the details carefully to ensure everything is in place for your special day. If you have any questions or concerns, dont hesitate to reach out to us.', 0, NULL, NULL, '2024-10-03 12:06:17'),
(1105, 'BandG', NULL, 98, 152, 5, 'Dear Bride and Groom Please find attached the updated itinerary for your special day. We re excited to help make your wedding day unforgettable and don t hesitate to reach out to us if you have any questions or concerns', 0, NULL, NULL, '2024-10-03 12:06:43'),
(1106, 'BandG', NULL, 98, 152, 5, 'Dear Bride and Groom,We ve attached the list of suppliers for your wedding day. Please review the details carefully to ensure everything is in place for your special day. If you have any questions or concerns, dont hesitate to reach out to us.', 0, NULL, NULL, '2024-10-03 12:06:46'),
(1107, 'BandG', NULL, 98, 152, 5, 'Dear Bride and Groom ,Please review the attached public insurance document for your event and verify that all details are correct. If you have any questions or concerns, dont hesitate to reach out to us', 0, NULL, NULL, '2024-10-03 12:06:56'),
(1108, 'BandG', NULL, 98, 152, 5, 'Dear Bride and Groom, please find attached the updated itinerary for your special day. We are excited to help make your wedding day unforgettable, and don\'t hesitate to reach out to us if you have any questions or concerns.', 0, NULL, NULL, '2024-10-03 12:08:18'),
(1109, 'BandG', NULL, 98, 152, 5, 'Dear Bride and Groom, we\'ve attached the list of suppliers for your wedding day. Please review the details carefully to ensure everything is in place for your special day. If you have any questions or concerns, don\'t hesitate to reach out to us.', 0, NULL, NULL, '2024-10-03 12:08:27'),
(1110, 'BandG', NULL, 98, 152, 5, 'Dear Bride and Groom, please review the attached public insurance document for your event and verify that all details are correct. If you have any questions or concerns, don\'t hesitate to reach out to us.', 0, NULL, NULL, '2024-10-03 12:08:37'),
(1111, 'BandG', NULL, 98, 149, 1, 'beyh', 0, 'harsing.fablead@gmail.com', '', '2024-10-03 12:09:22'),
(1112, 'BandG', NULL, 98, 149, 1, 'fdthgdh', 0, 'harsing.fablead@gmail.com', '', '2024-10-03 12:11:22'),
(1113, 'BandG', NULL, 98, 149, 1, 'fff', 0, 'harsing.fablead@gmail.com', '', '2024-10-03 12:18:35'),
(1114, 'BandG', NULL, 98, 149, 1, 'dfgd', 0, 'harsing.fablead@gmail.com', '', '2024-10-03 12:24:02'),
(1115, 'BandG', NULL, 98, 149, 1, 'fdhg', 0, 'dfgd', '', '2024-10-03 12:27:54'),
(1116, 'BandG', NULL, 98, 149, 1, 'sdf', 0, 'sss', '', '2024-10-03 12:28:44'),
(1117, 'BandG', NULL, 98, 149, 1, 'vevyzatig', 0, 'bodefim@mailinator.com', '', '2024-10-03 12:29:03'),
(1118, 'BandG', NULL, 98, 149, 1, 'sdsd', 0, '', '', '2024-10-03 12:29:27'),
(1119, 'BandG', NULL, 98, 149, 1, 'fuhyl', 0, 'zobej@mailinator.com', '', '2024-10-03 12:29:39'),
(1120, 'BandG', NULL, 98, 152, 1, 'fdh', 0, '', '', '2024-10-03 12:46:39'),
(1121, 'BandG', NULL, 98, 152, 1, 'dfgd', 0, 'harsing.fablead@gmail.com', '', '2024-10-03 12:46:57'),
(1122, 'BandG', NULL, 98, 152, 1, 'hel', 0, 'harsing.fablead@gmail.com', '', '2024-10-03 12:47:50'),
(1123, 'BandG', NULL, 98, 152, 1, 'hi', 0, 'harsing.fablead@gmail.com', '', '2024-10-03 12:49:19'),
(1124, 'BandG', NULL, 98, 152, 1, 'fg', 0, '', '', '2024-10-03 12:49:44'),
(1125, 'BandG', NULL, 98, 152, 1, 'Hi', 0, '', '', '2024-10-03 12:50:19'),
(1126, 'BandG', NULL, 98, 152, 5, 'Dear Bride and Groom, we\'ve attached the list of suppliers for your wedding day. Please review the details carefully to ensure everything is in place for your special day. If you have any questions or concerns, don\'t hesitate to reach out to us.', 0, NULL, NULL, '2024-10-03 12:50:37'),
(1127, 'BandG', NULL, 98, 152, 5, 'Dear Bride and Groom, please find attached the updated itinerary for your special day. We are excited to help make your wedding day unforgettable, and don\'t hesitate to reach out to us if you have any questions or concerns.', 0, NULL, NULL, '2024-10-03 12:51:36'),
(1128, 'BandG', NULL, 98, 152, 5, 'Dear Bride and Groom, please review the attached public insurance document for your event and verify that all details are correct. If you have any questions or concerns, don\'t hesitate to reach out to us.', 0, NULL, NULL, '2024-10-03 12:51:57'),
(1129, 'BandG', NULL, 98, 152, 1, 'gfhgfh', 0, '', '', '2024-10-03 12:56:04'),
(1130, 'BandG', NULL, 98, 152, 1, 'fghfh', 0, '', '', '2024-10-03 12:56:11'),
(1131, 'BandG', NULL, 98, 152, 1, 'hffh', 0, '', '', '2024-10-03 12:56:45'),
(1132, 'BandG', NULL, 98, 152, 1, 'fdhd', 0, '', '', '2024-10-03 12:57:52'),
(1133, 'BandG', NULL, 98, 149, 1, 'fff', 0, '', '', '2024-10-03 13:00:48'),
(1134, 'BandG', NULL, 98, 149, 1, 'fff', 0, '', '', '2024-10-03 13:06:02'),
(1135, 'BandG', NULL, 98, 149, 1, 'hertr', 0, '', '', '2024-10-03 13:12:06'),
(1136, 'BandG', NULL, 98, 149, 1, 'fdhfh', 0, '', '', '2024-10-03 13:13:19'),
(1137, 'BandG', NULL, 98, 149, 1, 'hh', 0, '', '', '2024-10-03 13:14:14'),
(1138, 'BandG', NULL, 98, 149, 1, 'hd', 0, '', '', '2024-10-03 13:16:20'),
(1139, 'BandG', NULL, 98, 149, 1, 'dh', 0, '', '', '2024-10-03 13:23:45'),
(1140, 'BandG', NULL, 98, 149, 1, 'hi', 0, '', '', '2024-10-03 13:27:26'),
(1141, 'BandG', NULL, 98, 149, 1, 'gfh', 0, '', '', '2024-10-03 13:28:48'),
(1142, 'BandG', NULL, 98, 149, 1, 'hi', 0, '', '', '2024-10-03 13:28:56'),
(1143, 'BandG', NULL, 157, 522, 1, 'hiii', 0, NULL, NULL, '2024-10-08 09:53:43'),
(1144, 'BandG', NULL, 158, 530, 1, 'hello', 0, NULL, NULL, '2024-10-21 12:01:22'),
(1145, 'BandG', NULL, 528, 158, 1, 'hiiii', 1, '', '', '2024-10-21 12:01:38'),
(1146, 'BandG', 108, 158, NULL, 1, 'hiiii', 1, NULL, NULL, '2024-10-21 12:02:36'),
(1147, 'BandG', NULL, 528, 158, 5, 'Dear Bride and Groom, please review the attached public insurance document for your event and verify that all details are correct. If you have any questions or concerns, don\'t hesitate to reach out to us.', 1, NULL, NULL, '2024-10-21 12:03:05'),
(1148, 'BandG', NULL, 528, 158, 5, 'Dear Bride and Groom, please find attached the updated itinerary for your special day. We are excited to help make your wedding day unforgettable, and don\'t hesitate to reach out to us if you have any questions or concerns.', 1, NULL, NULL, '2024-10-21 12:03:18'),
(1149, 'BandG', NULL, 528, NULL, 5, 'No template is available for the selected option.', 0, NULL, NULL, '2024-10-21 12:05:38'),
(1150, '4', NULL, 98, NULL, 5, 'No template is available for the selected option.', 0, NULL, NULL, '2024-10-21 12:44:05'),
(1151, 'BandG', NULL, 158, 529, 1, 'hiiiii', 0, NULL, NULL, '2024-10-22 12:33:02'),
(1152, 'BandG', NULL, 158, 528, 1, 'hiiiii', 0, NULL, NULL, '2024-10-22 12:35:40'),
(1153, 'BandG', NULL, 158, 528, 1, 'hiiiii', 0, NULL, NULL, '2024-10-22 12:35:42'),
(1154, 'BandG', NULL, 158, 528, 2, 'https://wedding.londontechequity.co.uk/portal/public/chat_file/1729600559_4bb32ab6bd40b8989e4c.jpg', 0, NULL, NULL, '2024-10-22 12:35:59'),
(1155, 'BandG', NULL, 535, 159, 1, 'Hey ', 0, '', '', '2024-10-24 03:53:15'),
(1156, 'BandG', NULL, 535, 159, 1, 'Hey 2 ', 0, '', '', '2024-10-24 03:53:29'),
(1157, 'BandG', NULL, 535, 159, 5, 'Dear Bride and Groom, please find attached the updated itinerary for your special day. We are excited to help make your wedding day unforgettable, and don\'t hesitate to reach out to us if you have any questions or concerns.', 0, NULL, NULL, '2024-10-24 03:58:55'),
(1158, 'BandG', NULL, 535, 159, 5, 'Dear Bride and Groom, we\'ve attached the list of suppliers for your wedding day. Please review the details carefully to ensure everything is in place for your special day. If you have any questions or concerns, don\'t hesitate to reach out to us.', 0, NULL, NULL, '2024-10-24 03:59:03'),
(1159, 'BandG', NULL, 535, 159, 5, 'Dear Bride and Groom, please review the attached public insurance document for your event and verify that all details are correct. If you have any questions or concerns, don\'t hesitate to reach out to us.', 0, NULL, NULL, '2024-10-24 03:59:06'),
(1160, 'BandG', NULL, 98, 157, 2, 'https://wedding.londontechequity.co.uk/portal/public/chat_file/1729746226_3416e7a3aa6e5a2469cd.png', 1, NULL, NULL, '2024-10-24 05:03:46'),
(1161, 'BandG', NULL, 98, 156, 1, 'hi', 1, '', '', '2024-10-24 11:13:53'),
(1162, 'BandG', NULL, 98, 162, 1, 'Hy', 0, '', '', '2024-10-24 11:14:16'),
(1163, 'BandG', NULL, 98, 162, 5, 'Dear Bride and Groom, please find attached the updated itinerary for your special day. We are excited to help make your wedding day unforgettable, and don\'t hesitate to reach out to us if you have any questions or concerns.', 0, NULL, NULL, '2024-10-24 11:15:10'),
(1164, 'BandG', NULL, 98, 162, 5, 'Dear Bride and Groom, we\'ve attached the list of suppliers for your wedding day. Please review the details carefully to ensure everything is in place for your special day. If you have any questions or concerns, don\'t hesitate to reach out to us.', 0, NULL, NULL, '2024-10-24 11:15:12'),
(1165, 'BandG', NULL, 98, 162, 5, 'Dear Bride and Groom, please review the attached public insurance document for your event and verify that all details are correct. If you have any questions or concerns, don\'t hesitate to reach out to us.', 0, NULL, NULL, '2024-10-24 11:15:14'),
(1166, 'BandG', NULL, 98, 156, 5, 'Dear Bride and Groom, we\'ve attached the list of suppliers for your wedding day. Please review the details carefully to ensure everything is in place for your special day. If you have any questions or concerns, don\'t hesitate to reach out to us.', 1, NULL, NULL, '2024-10-24 11:16:09'),
(1167, 'BandG', NULL, 98, 162, 5, 'Dear Bride and Groom, please review the attached public insurance document for your event and verify that all details are correct. If you have any questions or concerns, don\'t hesitate to reach out to us.', 0, NULL, NULL, '2024-10-24 11:16:23'),
(1168, 'BandG', NULL, 98, 162, 1, 'sdfsaf', 0, '', '', '2024-10-24 11:29:26'),
(1169, 'BandG', NULL, 98, 160, 1, 'Hi', 0, '', '', '2024-10-24 12:01:20'),
(1170, 'BandG', NULL, 98, 152, 1, 'Dear Bride and Groom, we\'ve attached the list of suppliers for your wedding day. Please review the details carefully to ensure everything is in place for your special day. If you have any questions or concerns, don\'t hesitate to reach out to us.Ok', 0, '', '', '2024-10-24 12:05:21'),
(1171, 'BandG', NULL, 98, 152, 1, 'Hi', 0, '', '', '2024-10-24 12:06:11'),
(1172, 'BandG', NULL, 98, 152, 1, 'ffdfd', 0, '', '', '2024-10-24 12:07:22'),
(1173, 'BandG', NULL, 98, 152, 1, 'ff', 0, '', '', '2024-10-24 12:08:05'),
(1174, 'BandG', NULL, 98, 152, 1, 'Hi', 0, '', '', '2024-10-24 12:11:42'),
(1175, 'BandG', NULL, 98, 152, 1, 'Good', 0, '', '', '2024-10-24 12:12:44'),
(1176, 'supplier', NULL, 160, 532, 1, 'Hii', 0, '', '', '2024-10-26 06:10:13'),
(1177, 'BandG', NULL, 537, 165, 1, 'Dear ahinsha, please find attached the updated itinerary for your special day. We are excited to help make your wedding day unforgettable, and don\'t hesitate to reach out to us if you have any questions or concerns.', 0, '', '', '2024-10-26 08:18:06'),
(1178, 'BandG', 109, 537, NULL, 1, 'This is new thread for discussion', 0, NULL, NULL, '2024-10-26 08:19:07'),
(1179, 'BandG', NULL, 535, 159, 2, 'https://wedding.londontechequity.co.uk/portal/public/chat_file/1729938944_c2134dcdc3f05a4be212.jpeg', 0, NULL, NULL, '2024-10-26 10:35:44'),
(1180, 'BandG', NULL, 535, 159, 1, 'Dear Bride and Groom, please find attached the updated itinerary for your special day. We are excited to help make your wedding day unforgettable, and don\'t hesitate to reach out to us if you have any questions or concerns.', 0, '', '', '2024-10-26 10:36:09'),
(1181, 'BandG', NULL, 535, 168, 1, 'iuhdskhfk', 0, '', '', '2024-10-26 10:55:49'),
(1182, 'BandG', NULL, 537, 165, 1, 'Dear Bride and Grooms, please review the attached public insurance document for your event and verify that all details are correct. If you have any questions or concerns, don\'t hesitate to reach out to us.', 0, '', '', '2024-11-12 13:18:13'),
(1183, 'BandG', NULL, 537, 165, 2, 'https://wedding.londontechequity.co.uk/portal/public/chat_file/1731482041_2e7548e9f2034be0eccc.webp', 0, NULL, NULL, '2024-11-13 07:14:01'),
(1184, 'BandG', NULL, 537, 165, 1, 'Dear Bride and Groom, we\'ve attached the list of suppliers for your wedding day. Please review the details carefully to ensure everything is in esitate to reach out to us.', 0, '', '', '2024-11-13 07:14:20'),
(1185, 'BandG', NULL, 537, 165, 1, 'Dear Bride and Groom, please review the attached public insurance document for your event and verify that all details are correct. If you have any questions or concerns, don\'t hesitate to reach out to us.', 0, '', '', '2024-11-13 07:14:40'),
(1186, 'BandG', NULL, 537, 165, 1, 'hii', 0, '', '', '2024-11-13 07:16:52'),
(1187, 'BandG', NULL, 537, 165, 1, 'whats\'app\r\n', 0, '', '', '2024-11-13 07:17:02'),
(1188, 'BandG', NULL, 537, 169, 1, 'Dear Bride and Groom, please review the attached public insurance document for your event and verify that all details are correct. If you have any questions or concerns, don\'t hesitate to reach out to us.', 0, '', '', '2024-11-13 07:17:35'),
(1189, 'BandG', 109, 537, NULL, 1, 'hii', 0, NULL, NULL, '2024-11-13 07:18:49'),
(1190, 'BandG', 109, 537, NULL, 2, 'https://wedding.londontechequity.co.uk/portal/public/chat_file/1731482591_37eb072c56417f615e64.webp', 0, NULL, NULL, '2024-11-13 07:23:11'),
(1191, 'BandG', 110, 537, NULL, 1, 'hii', 0, NULL, NULL, '2024-11-13 07:40:27'),
(1192, 'BandG', 110, 537, NULL, 1, 'hello', 0, NULL, NULL, '2024-11-13 07:40:43'),
(1193, 'BandG', 110, 537, NULL, 2, 'https://wedding.londontechequity.co.uk/portal/public/chat_file/1731483762_76faaa3a60dec88d5b4a.webp', 0, NULL, NULL, '2024-11-13 07:42:42'),
(1194, 'supplier', 111, 537, NULL, 1, 'hii', 0, NULL, NULL, '2024-11-13 07:43:35'),
(1195, 'supplier', 112, 537, NULL, 1, 'hii hello', 0, NULL, NULL, '2024-11-13 07:50:08'),
(1196, 'BandG', 113, 537, NULL, 1, 'hiii', 0, NULL, NULL, '2024-11-13 07:51:27'),
(1197, 'BandG', NULL, 537, 172, 1, 'Dear Bride and Groom, we\'ve attached the list of suppliers for your wedding day. Please review the details carefully to ensure everything is in place for your special day. If you have any questions or concerns, don\'t hesitate to reach out to us.', 0, '', '', '2024-11-13 09:59:53'),
(1198, 'BandG', NULL, 537, 171, 1, 'hiii', 0, '', '', '2024-11-13 10:00:48'),
(1199, 'BandG', NULL, 537, 171, 2, 'https://wedding.londontechequity.co.uk/portal/public/chat_file/1731492061_ac7dc7e54de96a1dabbb.webp', 0, NULL, NULL, '2024-11-13 10:01:01'),
(1200, 'BandG', NULL, 537, 171, 1, '\r\n', 0, '', '', '2024-11-13 10:01:01'),
(1201, 'BandG', NULL, 537, 171, 1, ' ', 0, '', '', '2024-11-13 10:01:12'),
(1202, 'BandG', NULL, 537, 170, 1, 'hii', 0, '', '', '2024-11-13 10:02:36'),
(1203, 'BandG', NULL, 537, 170, 1, 'Dear Bride and Groom, we\'ve attached the list of suppliers for your wedding day. Please review the details carefully to ensure everything is in place for your special day. If you have any questions or concerns, don\'t hesitate to reach out to us.', 0, '', '', '2024-11-13 10:02:42'),
(1204, 'BandG', NULL, 537, 170, 2, 'https://wedding.londontechequity.co.uk/portal/public/chat_file/1731492171_6176f82631af6c02ea54.webp', 0, NULL, NULL, '2024-11-13 10:02:51'),
(1205, 'BandG', NULL, 537, 165, 1, 'hii', 0, '', '', '2024-11-13 10:03:48'),
(1206, 'BandG', NULL, 537, 167, 1, 'hii, hello', 0, '', '', '2024-11-13 10:04:05'),
(1207, 'BandG', NULL, 537, 167, 1, 'Dear Bride and Groom, please review the attached public insurance document for your event and verify that all details are correct. If you have any questions or concerns, don\'t hesitate to reach out to us.', 0, '', '', '2024-11-13 10:04:09'),
(1208, 'BandG', NULL, 537, 169, 2, 'https://wedding.londontechequity.co.uk/portal/public/chat_file/1731492268_1325991c95b74f745bc7.webp', 0, NULL, NULL, '2024-11-13 10:04:28'),
(1209, 'BandG', NULL, 537, 165, 1, 'hii', 0, '', '', '2024-11-13 10:11:48'),
(1210, 'BandG', NULL, 173, 535, 1, 'hi ', 1, NULL, NULL, '2024-11-25 11:33:05'),
(1211, 'BandG', NULL, 537, 165, 1, 'gfhdh', 0, '', '', '2024-11-25 13:20:21'),
(1212, 'BandG', NULL, 537, 169, 1, 'o[pk', 0, '', '', '2024-11-25 13:21:10'),
(1213, 'BandG', 115, 157, NULL, 1, 'hhiuiiii', 1, NULL, NULL, '2024-11-27 08:27:06'),
(1214, 'BandG', NULL, 157, 98, 1, '555555', 1, NULL, NULL, '2024-11-27 08:27:31'),
(1215, '4', NULL, 537, 175, 1, 'yjurd', 0, '', '', '2024-11-27 12:55:31'),
(1216, '4', NULL, 537, 175, 1, '\r\nyfdi7yd', 0, '', '', '2024-11-27 12:55:38'),
(1217, 'BandG', NULL, 174, 98, 1, 'hi', 1, NULL, NULL, '2024-11-28 09:09:15'),
(1218, 'BandG', NULL, 98, 152, 1, 'fdfs', 0, '', '', '2024-11-28 12:05:38'),
(1219, 'BandG', NULL, 98, 152, 1, 'fsdfs', 0, '', '', '2024-11-28 12:05:39'),
(1220, 'BandG', NULL, 98, 156, 1, 'Hello', 1, '', '', '2024-11-28 12:14:56'),
(1221, 'BandG', NULL, 98, 156, 1, '?', 1, '', '', '2024-11-28 12:15:00'),
(1222, 'BandG', NULL, 98, 156, 1, '\r\nGoood not good', 1, '', '', '2024-11-28 12:15:09'),
(1223, 'BandG', NULL, 98, 174, 1, 'Hello', 1, '', '', '2024-11-28 12:15:17'),
(1224, 'BandG', NULL, 98, 174, 1, 'Not Good', 1, '', '', '2024-11-28 12:15:21'),
(1225, 'BandG', NULL, 98, 174, 1, 'Work on this////', 1, '', '', '2024-11-28 12:15:33'),
(1226, 'BandG', NULL, 98, 174, 1, '\r\nHello', 1, '', '', '2024-11-28 12:15:35'),
(1227, 'BandG', NULL, 177, 552, 1, 'hello', 0, NULL, NULL, '2024-11-29 06:05:05'),
(1228, 'BandG', NULL, 177, 552, 1, 'i was requested to supply in my weddings ', 0, NULL, NULL, '2024-11-29 06:05:39'),
(1229, 'BandG', NULL, 177, 98, 1, 'hiiii', 1, NULL, NULL, '2024-11-29 06:25:07'),
(1230, 'BandG', NULL, 177, 98, 1, 'wow', 1, NULL, NULL, '2024-11-29 06:25:29'),
(1231, 'BandG', NULL, 177, 98, 1, 'i want to delivery a product of Turms company', 1, NULL, NULL, '2024-11-29 06:26:06'),
(1232, 'BandG', NULL, 98, 177, 1, 'ok', 1, '', '', '2024-11-29 06:26:13'),
(1233, 'BandG', NULL, 177, 98, 1, 'date 6 dec', 1, NULL, NULL, '2024-11-29 06:26:37'),
(1234, 'BandG', NULL, 98, 177, 1, 'ok', 1, '', '', '2024-11-29 06:26:49'),
(1235, 'BandG', 120, 98, NULL, 1, 'hiiiiii', 0, NULL, NULL, '2024-11-29 06:33:06'),
(1236, 'BandG', 120, 177, NULL, 1, 'hiii', 1, NULL, NULL, '2024-11-29 06:33:14'),
(1237, 'BandG', 120, 98, NULL, 1, 'hey', 0, NULL, NULL, '2024-11-29 08:32:34'),
(1238, 'BandG', 120, 98, NULL, 1, 'hey', 0, NULL, NULL, '2024-11-29 08:34:07'),
(1239, 'BandG', 120, 98, NULL, 1, 'hey', 0, NULL, NULL, '2024-11-29 08:57:08'),
(1240, 'BandG', 120, 98, NULL, 1, 'hey', 0, NULL, NULL, '2024-11-29 08:58:07'),
(1241, 'BandG', NULL, 174, 98, 1, 'hiiiii', 1, NULL, NULL, '2024-11-29 09:00:05'),
(1242, 'BandG', 120, 98, NULL, 1, 'hello', 0, NULL, NULL, '2024-11-29 09:00:51'),
(1243, 'BandG', 120, 98, NULL, 1, 'hey', 0, NULL, NULL, '2024-11-29 09:01:45'),
(1244, 'BandG', 120, 98, NULL, 1, 'hey ', 0, NULL, NULL, '2024-11-29 09:04:57'),
(1245, 'BandG', 120, 98, NULL, 1, 'get ', 0, NULL, NULL, '2024-11-29 09:06:14'),
(1246, 'BandG', NULL, 98, 174, 1, 'hey ', 1, '', '', '2024-11-29 09:09:56'),
(1247, 'BandG', NULL, 98, 174, 1, 'hey ', 0, '', '', '2024-11-29 09:11:14'),
(1248, 'BandG', NULL, 98, 174, 1, 'hey ', 0, '', '', '2024-11-29 09:12:09'),
(1249, 'BandG', 116, 98, NULL, 1, 'hey', 0, NULL, NULL, '2024-11-29 09:23:38'),
(1250, 'BandG', 116, 98, NULL, 1, '1234567890', 0, NULL, NULL, '2024-11-29 09:23:55'),
(1251, 'BandG', NULL, 98, 174, 1, 'mbnmbnmbnm', 0, '', '', '2024-11-29 09:31:15'),
(1252, 'BandG', NULL, 98, 174, 1, '5656', 0, '', '', '2024-11-29 09:41:00'),
(1253, 'BandG', NULL, 98, 174, 1, 'hey ', 0, '', '', '2024-11-29 09:46:47'),
(1254, 'BandG', NULL, 98, 174, 1, 'hey ', 0, '', '', '2024-11-29 09:47:20'),
(1255, 'BandG', NULL, 98, 174, 1, 'ndfj', 0, '', '', '2024-11-29 09:47:46'),
(1256, 'BandG', NULL, 98, 174, 1, 'gyjhgjhgjhgj', 0, '', '', '2024-11-29 09:48:32'),
(1257, 'BandG', NULL, 98, 177, 1, 'Dear Bride and Groom, please find attached the updated itinerary for your special day. We are excited to help make your wedding day unforgettable, and don\'t hesitate to reach out to us if you have any questions or concerns.', 1, '', '', '2024-11-29 10:56:39'),
(1258, 'BandG', NULL, 98, 177, 1, 'Hii', 1, '', '', '2024-11-30 04:40:11'),
(1259, 'BandG', NULL, 177, 98, 1, 'hello ', 1, NULL, NULL, '2024-11-30 07:27:23'),
(1260, 'BandG', NULL, 177, 98, 2, 'https://wedding.londontechequity.co.uk/portal/public/chat_file/1733145504_b36442e6191d91bb7971.jpg', 1, NULL, NULL, '2024-12-02 13:18:24'),
(1261, 'BandG', NULL, 177, 98, 1, 'uhh', 1, NULL, NULL, '2024-12-02 13:18:32'),
(1262, 'BandG', NULL, 98, 177, 1, 'sdgsd', 0, '', '', '2025-04-12 08:58:16'),
(1263, 'BandG', NULL, 98, 178, 1, 'hi', 0, '', '', '2025-04-14 07:02:25'),
(1264, 'BandG', NULL, 98, 178, 1, 'Dear Bride and Groom, please find attached the updated itinerary for your special day. We are excited to help make your wedding day unforgettable, and don\'t hesitate to reach out to us if you have any questions or concerns.', 0, '', '', '2025-04-14 07:02:28'),
(1265, 'BandG', NULL, 98, 174, 1, 'fgdfg', 0, '', '', '2025-04-14 07:29:02'),
(1266, 'BandG', NULL, 98, 174, 1, 'fgbfdg', 0, '', '', '2025-04-14 07:29:05'),
(1267, 'BandG', NULL, 98, 178, 1, 'dfgd', 0, '', '', '2025-04-14 07:33:03'),
(1268, 'BandG', NULL, 98, 162, 1, 'dfgd', 0, '', '', '2025-04-14 07:33:12'),
(1269, 'BandG', NULL, 98, 161, 1, 'fdhd', 0, '', '', '2025-04-14 07:33:25'),
(1270, 'BandG', NULL, 98, 177, 1, 'dgfdfsg', 0, '', '', '2025-04-14 07:35:01'),
(1271, 'BandG', NULL, 98, 177, 1, 'fhgfg', 0, '', '', '2025-04-14 07:35:09'),
(1272, 'BandG', NULL, 98, 177, 1, 'sdfsa', 0, '', '', '2025-04-14 07:41:39'),
(1273, 'BandG', NULL, 98, 177, 1, 'sdfs', 0, '', '', '2025-04-14 07:41:41'),
(1274, 'BandG', NULL, 98, 177, 1, 'sdfaa', 0, '', '', '2025-04-14 07:41:44'),
(1275, 'BandG', NULL, 98, 177, 1, 'sdfa', 0, '', '', '2025-04-14 07:42:38'),
(1276, 'BandG', NULL, 98, 177, 1, 'sdfsa', 0, '', '', '2025-04-14 07:42:44'),
(1277, 'BandG', NULL, 98, 177, 1, 'dsfgd', 0, '', '', '2025-04-14 07:46:34'),
(1278, '', NULL, 98, 0, 1, 'dsfds', 0, '', '', '2025-04-14 07:57:51'),
(1279, '', NULL, 98, 0, 1, 'sdfsa', 0, '', '', '2025-04-14 07:58:36'),
(1280, '', NULL, 98, 0, 1, 'sada', 0, '', '', '2025-04-14 08:00:37'),
(1281, 'BandG', NULL, 98, 177, 1, 'sad', 0, '', '', '2025-04-14 08:00:48'),
(1282, 'BandG', NULL, 98, 177, 1, 'dfgsgf', 0, '', '', '2025-04-14 08:01:11'),
(1283, 'BandG', NULL, 558, 181, 1, 'hi', 0, '', '', '2025-04-14 10:20:00'),
(1284, 'BandG', NULL, 98, 182, 1, 'Aje kevu rhyu jamanvar', 0, '', '', '2025-04-14 12:05:28'),
(1285, 'BandG', NULL, 184, 98, 1, 'jhjhjhj', 1, NULL, NULL, '2025-04-16 07:04:30'),
(1286, 'BandG', NULL, 184, 98, 1, 'jhjhjhj', 1, NULL, NULL, '2025-04-16 07:04:31'),
(1287, 'BandG', NULL, 98, 184, 1, 'helooooo', 1, '', '', '2025-04-16 10:24:04'),
(1288, 'BandG', NULL, 98, 184, 1, 'Dear Bride and Groom, we\'ve attached the list of suppliers for your wedding day. Please review the details carefully to ensure everything is in place for your special day. If you have any questions or concerns, don\'t hesitate to reach out to us.', 1, '', '', '2025-04-16 10:24:25'),
(1289, 'BandG', NULL, 98, 184, 1, 'Dear Bride and Groom, please review the attached public insurance document for your event and verify that all details are correct. If you have any questions or concerns, don\'t hesitate to reach out to us.', 1, '', '', '2025-04-16 10:24:39'),
(1290, 'BandG', NULL, 185, 98, 1, 'hi', 1, NULL, NULL, '2025-04-30 12:31:24'),
(1291, '4', NULL, 98, 185, 1, 'hello', 1, '', '', '2025-04-30 12:31:59'),
(1292, 'BandG', NULL, 564, 189, 1, 'heyty', 1, '', '', '2026-03-05 12:55:48'),
(1293, 'BandG', NULL, 189, 564, 1, 'chhh', 1, NULL, NULL, '2026-03-05 12:56:04'),
(1294, 'BandG', 121, 189, NULL, 1, 'vhu', 1, NULL, NULL, '2026-03-05 12:57:41'),
(1295, 'BandG', 121, 189, NULL, 1, 'vhu', 1, NULL, NULL, '2026-03-05 12:57:41'),
(1296, 'BandG', 121, 189, NULL, 1, 'rf', 0, NULL, NULL, '2026-03-09 06:34:45'),
(1297, 'BandG', NULL, 189, 564, 2, 'https://wedding.londontechequity.co.uk/portal/public/chat_file/1773056166_97990f9610a3d06f1ef9.jpg', 1, NULL, NULL, '2026-03-09 11:36:06'),
(1298, 'BandG', NULL, 189, 564, 2, 'https://wedding.londontechequity.co.uk/portal/public/chat_file/1773056167_112503f0913037d3728b.jpg', 1, NULL, NULL, '2026-03-09 11:36:07'),
(1299, 'BandG', NULL, 98, 188, 1, 'Dear Bride and Groom, we\'ve attached the list of suppliers for your wedding day. Please review the details carefully to ensure everything is in place for your special day. If you have any questions or concerns, don\'t hesitate to reach out to us.', 0, '', '', '2026-03-09 12:16:43'),
(1300, 'BandG', NULL, 98, 188, 1, 'Dear Bride and Groom, please review the attached public insurance document for your event and verify that all details are correct. If you have any questions or concerns, don\'t hesitate to reach out to us.', 0, '', '', '2026-03-09 12:16:48'),
(1301, 'BandG', NULL, 156, 98, 1, 'fds days', 0, NULL, NULL, '2026-03-09 12:17:01'),
(1302, 'BandG', 122, 156, NULL, 1, 'hi', 0, NULL, NULL, '2026-03-09 12:17:26'),
(1303, 'BandG', NULL, 566, 192, 1, 'Hi', 1, '', '', '2026-03-10 06:41:48'),
(1304, 'BandG', NULL, 566, 192, 1, '\r\n213', 1, '', '', '2026-03-10 06:42:18'),
(1305, 'BandG', NULL, 566, 192, 1, '123131\r\n', 1, '', '', '2026-03-10 06:42:18'),
(1306, 'BandG', NULL, 566, 192, 1, '\r\n', 1, '', '', '2026-03-10 06:42:18'),
(1307, 'BandG', NULL, 566, 192, 1, '12', 1, '', '', '2026-03-10 06:42:18'),
(1308, 'BandG', NULL, 566, 192, 1, '12', 1, '', '', '2026-03-10 06:42:37'),
(1309, 'BandG', NULL, 566, 192, 1, 'qwe', 1, '', '', '2026-03-10 06:42:41'),
(1310, 'BandG', NULL, 566, 192, 1, 'asdadsadasd', 1, '', '', '2026-03-10 06:43:01'),
(1311, 'BandG', NULL, 566, 192, 4, 'https://wedding.londontechequity.co.uk/portal/public/chat_file/1773124993_dce1190586050be87d5f.pdf', 1, NULL, NULL, '2026-03-10 06:43:13'),
(1312, 'BandG', NULL, 566, 192, 1, 'Dear Bride and Groom, please find attached the updated itinerary for your special day. We are excited to help make your wedding day unforgettable, and don\'t hesitate to reach out to us if you have any questions or concerns.', 1, '', '', '2026-03-10 06:43:19'),
(1313, 'BandG', NULL, 566, 192, 1, 'Dear Bride and Groom, we\'ve attached the list of suppliers for your wedding day. Please review the details carefully to ensure everything is in place for your special day. If you have any questions or concerns, don\'t hesitate to reach out to us.', 1, '', '', '2026-03-10 06:43:22'),
(1314, 'BandG', NULL, 566, 192, 1, 'Dear Bride and Groom, please review the attached public insurance document for your event and verify that all details are correct. If you have any questions or concerns, don\'t hesitate to reach out to us.', 1, '', '', '2026-03-10 06:43:25'),
(1315, 'BandG', NULL, 566, 192, 1, 'dsfsfddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddd', 1, '', '', '2026-03-10 06:43:33'),
(1316, 'BandG', NULL, 566, 192, 1, 'Hi', 1, '', '', '2026-03-10 07:47:03'),
(1317, 'BandG', NULL, 192, 566, 1, 'hii', 1, NULL, NULL, '2026-03-10 07:47:09'),
(1318, 'BandG', NULL, 566, 192, 1, 'dvd dvd\r\n\r\n\r\n', 1, '', '', '2026-03-10 07:47:16'),
(1319, 'BandG', NULL, 192, 566, 1, 'Rad ', 1, NULL, NULL, '2026-03-10 07:47:24'),
(1320, 'BandG', 123, 192, NULL, 1, 'ev', 0, NULL, NULL, '2026-03-10 07:48:11'),
(1321, 'BandG', NULL, 566, 192, 1, 'sasddsssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssasddsssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssasddsssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssasddsssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssasddsssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssasddsssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssasddsssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssasddsssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssasddsssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssasddsssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssasddsssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssasddsssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssasddsssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssasddsssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssasddsssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssasddsssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssasddssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssss', 1, '', '', '2026-03-10 07:50:08');
INSERT INTO `chat` (`id`, `user_type`, `topic_id`, `from_id`, `to_id`, `message_type`, `message`, `read_status`, `cc`, `bcc`, `created_at`) VALUES
(1322, 'BandG', NULL, 566, 192, 1, 'sasddsssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssasddsssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssasddsssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssasddsssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssasddsssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssasddsssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssasddsssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssasddsssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssasddsssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssasddsssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssasddsssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssasddsssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssasddsssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssasddsssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssasddsssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssasddsssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssasddssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssss\r\n\r\nsasddsssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssasddsssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssasddsssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssasddsssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssasddsssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssasddsssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssasddsssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssasddsssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssasddsssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssasddsssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssasddsssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssasddsssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssasddsssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssasddsssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssasddsssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssasddsssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssasddssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssss\r\n\r\nsasddsssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssasddsssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssasddsssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssasddsssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssasddsssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssasddsssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssasddsssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssasddsssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssasddsssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssasddsssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssasddsssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssasddsssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssasddsssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssasddsssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssasddsssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssasddsssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssasddssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssss\r\n\r\nsasddsssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssasddsssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssasddsssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssasddsssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssasddsssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssasddsssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssasddsssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssasddsssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssasddsssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssasddsssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssasddsssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssasddsssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssasddsssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssasddsssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssasddsssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssasddsssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssasddssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssss\r\n\r\nsasddsssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssasddsssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssasddsssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssasddsssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssasddsssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssasddsssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssasddsssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssasddsssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssasddsssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssasddsssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssasddsssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssasddsssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssasddsssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssasddsssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssasddsssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssasddsssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssasddssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssss\r\n\r\nsasddsssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssasddsssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssasddsssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssasddsssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssasddsssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssasddsssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssasddsssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssasddsssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssasddsssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssasddsssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssasddsssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssasddsssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssasddsssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssasddsssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssasddsssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssasddsssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssasddssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssss\r\n\r\nsasddsssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssasddsssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssasddsssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssasddsssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssasddsssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssasddsssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssasddsssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssasddsssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssasddsssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssasddsssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssasddsssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssasddsssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssasddsssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssasddsssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssasddsssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssasddsssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssasddssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssss\r\n\r\nsasddsssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssasddsssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssasddsssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssasddsssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssasddsssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssasddsssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssasddsssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssasddsssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssasddsssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssasddsssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssasddsssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssasddsssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssasddsssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssasddsssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssasddsssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssasddsssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssasddssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssss\r\n\r\nsasddsssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssasddsssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssasddsssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssasddsssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssasddsssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssasddsssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssasddsssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssasddsssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssasddsssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssasddsssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssasddsssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssasddsssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssasddsssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssasddsssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssasddsssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssasddsssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssasddssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssss\r\n\r\nsasddsssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssasddsssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssasddsssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssasddsssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssasddsssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssasddsssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssasddsssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssasddsssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssasddsssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssasddsssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssasddsssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssasddsssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssasddsssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssasddsssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssasddsssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssasddsssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssasddssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssss\r\n\r\n', 1, '', '', '2026-03-10 07:50:34'),
(1323, 'BandG', NULL, 189, 564, 1, 'svsv', 1, NULL, NULL, '2026-03-12 04:41:12'),
(1324, 'BandG', NULL, 189, 564, 1, 'xcxcxc', 0, NULL, NULL, '2026-03-12 11:03:46'),
(1325, 'BandG', NULL, 189, 564, 1, 'cvbvvcbcbcvbcvb', 0, NULL, NULL, '2026-03-12 11:05:30'),
(1326, 'BandG', NULL, 189, 564, 1, 'etrterte', 0, NULL, NULL, '2026-03-12 11:05:35'),
(1327, 'BandG', NULL, 189, 564, 2, 'https://wedding.londontechequity.co.uk/portal/public/chat_file/1773315508_6b5fb9bf784c99003235.jpg', 0, NULL, NULL, '2026-03-12 11:38:28'),
(1328, 'BandG', NULL, 189, 564, 2, 'https://wedding.londontechequity.co.uk/portal/public/chat_file/1773315531_19e2e7b470122956a5d0.jpg', 0, NULL, NULL, '2026-03-12 11:38:51'),
(1329, 'BandG', NULL, 189, 564, 1, 'bvnbvnvbnvnnv', 0, NULL, NULL, '2026-03-12 11:44:46'),
(1330, 'BandG', NULL, 189, 564, 1, '87878778787', 0, NULL, NULL, '2026-03-12 11:47:34'),
(1331, 'BandG', NULL, 189, 564, 1, '741', 0, NULL, NULL, '2026-03-12 11:48:08'),
(1332, 'BandG', NULL, 189, 564, 2, 'https://wedding.londontechequity.co.uk/portal/public/chat_file/1773316099_45c56ff1e3ee2c1b7c12.jpg', 0, NULL, NULL, '2026-03-12 11:48:19'),
(1333, 'BandG', NULL, 189, 564, 1, 'vcvcvcv', 0, NULL, NULL, '2026-03-12 11:48:48'),
(1334, 'BandG', NULL, 189, 564, 2, 'https://wedding.londontechequity.co.uk/portal/public/chat_file/1773316138_48f61ab9cf508b6c4680.jpg', 0, NULL, NULL, '2026-03-12 11:48:58');

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

--
-- Table structure for table `contracts`
--

CREATE TABLE `contracts` (
  `id` int(11) NOT NULL,
  `supplier_id` int(11) DEFAULT NULL,
  `venue_id` int(11) DEFAULT NULL,
  `bridegroom_id` int(11) DEFAULT NULL,
  `category_id` int(11) DEFAULT NULL,
  `uploaded_by` varchar(500) DEFAULT NULL,
  `contact_title` varchar(255) DEFAULT NULL,
  `contract_file` varchar(500) NOT NULL,
  `file_type` varchar(100) DEFAULT NULL,
  `contract_date` varchar(255) DEFAULT NULL,
  `contract_desc` text DEFAULT NULL,
  `contract_amount` decimal(10,0) DEFAULT NULL,
  `created_at` timestamp NOT NULL DEFAULT current_timestamp()
) ENGINE=MyISAM DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci;

--
-- Dumping data for table `contracts`
--

INSERT INTO `contracts` (`id`, `supplier_id`, `venue_id`, `bridegroom_id`, `category_id`, `uploaded_by`, `contact_title`, `contract_file`, `file_type`, `contract_date`, `contract_desc`, `contract_amount`, `created_at`) VALUES
(1, NULL, 252, 51, NULL, 'vs', '', '', NULL, '2023-10-12', 'This is contract between Supplier(Caterer),Venue Owner And Bride and Groom.', 24000, '2023-10-12 10:52:00'),
(2, 183, 98, 15, NULL, 'bride_groom', '', 'file.pdf', NULL, '2023-10-14', 'This is contract between Supplier(Caterer),Venue Owner And Bride and Groom.', 24500, '2023-10-12 10:52:00'),
(3, 182, 98, 17, NULL, 'sa', '', 'file.pdf', NULL, '2023-10-12', 'This is contract between Supplier(Caterer),Venue Owner And Bride and Groom.', 26000, '2023-10-12 10:52:00'),
(4, 262, 98, 15, NULL, '', '', '', NULL, '2023-10-14', 'This is contract between Supplier(Caterer),Venue Owner And Bride and Groom.', 24500, '2023-10-12 10:52:00'),
(5, 262, 126, 22, NULL, '', '', '', NULL, '2023-10-14', 'This is contract between Supplier(Caterer),Venue Owner And Bride and Groom.', 24500, '2023-10-12 10:52:00'),
(6, 185, 98, 23, NULL, 'upload_by_bride_groom', '', '1704714056_a42b343094c81182bad8.png', NULL, '2023-10-21', 'Hello First Contract of yours', 25140, '2023-10-21 08:33:00'),
(7, NULL, 98, NULL, NULL, 'venue', '', '1704716555_428d5c26a9d6e8847b0e.jpg', NULL, NULL, NULL, NULL, '2024-01-08 12:22:35'),
(8, NULL, 98, NULL, NULL, 'venue', '', '1704716723_2c82a692956b62473e4f.png', NULL, NULL, NULL, NULL, '2024-01-08 12:25:23'),
(9, NULL, 98, 31, NULL, 'venue', '', '1704716953_a7888931dc889786f974.png', NULL, NULL, NULL, NULL, '2024-01-08 12:29:13'),
(10, NULL, 98, 31, NULL, 'venue', '', '1704718354_8fe3f34a2d719c6d7d51.png', NULL, NULL, NULL, NULL, '2024-01-08 12:52:34'),
(11, NULL, 98, 0, NULL, 'venue', '', '1704795202_4dc2a53c1e1b6e5bc2e3.webp', NULL, NULL, NULL, NULL, '2024-01-09 10:13:22'),
(12, NULL, 98, 31, NULL, 'venue', '', '1704799645_078e0715e70b40ed9cb3.png', NULL, NULL, NULL, NULL, '2024-01-09 11:27:25'),
(13, NULL, 98, 30, NULL, 'venue', '', '1704800279_0d96e6926148f32e774e.png', NULL, NULL, NULL, NULL, '2024-01-09 11:37:59'),
(14, NULL, 98, 30, NULL, 'venue', '', '1706095147_f66b5e12d127f2524e2c.pdf', NULL, NULL, NULL, NULL, '2024-01-24 11:19:07'),
(16, 364, 98, NULL, NULL, 'about_supplier_by_venue', '', '1706161711_7e3613479fb51850b2f7.pdf', NULL, NULL, NULL, NULL, '2024-01-25 05:48:31'),
(17, 364, 98, NULL, NULL, 'about_supplier_by_venue', '', '1706528489_d5ed2cf2c0ebbd21c37b.pdf', NULL, NULL, NULL, NULL, '2024-01-29 11:41:29'),
(18, 367, 98, NULL, NULL, 'about_supplier_by_venue', '', '1706534498_46c01fee1c564bab6b7c.pdf', NULL, NULL, NULL, NULL, '2024-01-29 13:21:38'),
(19, 367, 98, NULL, NULL, 'about_supplier_by_venue', '', '1706535070_bc36b37566b3dad44f26.pdf', NULL, NULL, NULL, NULL, '2024-01-29 13:31:10'),
(21, 192, 98, 31, 2, 'upload_by_bride_groom', '', '1706606260_2b73f59db279ac790f9b.pdf', NULL, NULL, NULL, NULL, '2024-01-30 09:17:40'),
(26, 425, 98, NULL, NULL, 'about_supplier_by_venue', '', '1709626139_b6840402c09896d70b78.pdf', NULL, NULL, NULL, NULL, '2024-03-05 08:08:59'),
(27, 0, 98, NULL, NULL, 'about_supplier_by_venue', '', '1726659475_27378cc2c2c0d36f83e6.php', NULL, NULL, NULL, NULL, '2024-09-18 11:37:55'),
(28, 542, 537, NULL, NULL, 'about_supplier_by_venue', '', '1732703007_d2763b6069ac65095ca4.csv', NULL, NULL, NULL, NULL, '2024-11-27 10:23:27'),
(31, 522, 98, NULL, NULL, 'about_supplier_by_venue', NULL, '1732790481_3877fd39a9853cf52b32.webp', NULL, NULL, NULL, NULL, '2024-11-28 10:41:21'),
(56, NULL, NULL, 189, NULL, 'bride_groom', 'grf', '1773120576_531a54ffd6c3f710377b.jpg', 'image/jpeg', '2026-03-10', 'IMG20251223144633.jpg', NULL, '2026-03-10 05:29:36'),
(42, 551, 98, NULL, NULL, 'about_supplier_by_venue', NULL, '1732800445_c3a8af0c9c68b8de28b1.pdf', NULL, NULL, NULL, NULL, '2024-11-28 13:27:25'),
(52, NULL, NULL, 174, NULL, 'bride_groom', 'abcd', '1733122937_992590cc32d7fe043c97.png', 'image/png', '2024-12-02', 'laravel.png', NULL, '2024-12-02 07:02:17'),
(51, NULL, NULL, 174, NULL, 'bride_groom', 'Test', '1733115414_9cd8959622ff30a69d99.pdf', 'application/pdf', '2024-12-02', '1732954306_42c4f14aab776eb44694.pdf', NULL, '2024-12-02 04:56:54'),
(50, NULL, NULL, 177, NULL, 'bride_groom', 'New conteact', '1732954306_42c4f14aab776eb44694.pdf', 'application/pdf', '2024-11-30', 'demo3-2024-10-24-05-44-54-PM.pdf', NULL, '2024-11-30 08:11:46'),
(47, NULL, NULL, 174, NULL, 'bride_groom', 'To the file send', '1732865470_1356b31e9de1e9cc1730.pdf', 'application/pdf', '2024-11-29', 'Kalol Nagarpalika.pdf', NULL, '2024-11-29 07:31:10'),
(46, NULL, NULL, 160, NULL, 'bride_groom', '12345678', '1732865297_caef763cd4fbac7da63f.pdf', 'application/pdf', '2024-11-29', 'Invoice_9517-00087.pdf', NULL, '2024-11-29 07:28:17'),
(57, NULL, NULL, 156, NULL, 'bride_groom', 'g', '1773121508_f6d1d8909d28c3269f78.jpg', 'image/jpeg', '2026-03-10', 'Screenshot_2026-03-09-17-54-01-00_3cffb9bfc2828ff3a0a0e6c251faf7e1.jpg', NULL, '2026-03-10 05:45:08'),
(58, NULL, NULL, 156, NULL, 'bride_groom', '', '1773123511_7ccbc44326405b1a89cf.jpg', 'image/jpeg', '2026-03-10', 'Screenshot_2026-03-03-11-36-19-49_a0d031f3503298a25f1475d7417f6e7b.jpg', NULL, '2026-03-10 06:18:31'),
(59, NULL, NULL, 189, NULL, 'bride_groom', 'vhhh', '1773290124_4bf1b8c483aa9e06c8d2.jpg', 'image/jpeg', '2026-03-12', 'IMG20251223144633.jpg', NULL, '2026-03-12 04:35:24');

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

--
-- Table structure for table `delievery_collection`
--

CREATE TABLE `delievery_collection` (
  `id` int(11) NOT NULL,
  `scheduled_date` date NOT NULL,
  `time` time NOT NULL,
  `event_id` int(11) NOT NULL,
  `Company` text NOT NULL,
  `contact_details` text NOT NULL,
  `Items` text NOT NULL,
  `type` text NOT NULL,
  `is_completed` text DEFAULT NULL,
  `Comments` text NOT NULL,
  `created_at` timestamp NOT NULL DEFAULT current_timestamp(),
  `updated_at` timestamp NOT NULL DEFAULT current_timestamp()
) ENGINE=InnoDB DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci;

--
-- Dumping data for table `delievery_collection`
--

INSERT INTO `delievery_collection` (`id`, `scheduled_date`, `time`, `event_id`, `Company`, `contact_details`, `Items`, `type`, `is_completed`, `Comments`, `created_at`, `updated_at`) VALUES
(6, '2024-02-22', '03:18:00', 6, 'dfghfghdfgdg', 'regerg', 'ertgerte', '2', '0', 'ertgetg', '2024-02-21 05:48:49', '2024-02-21 05:48:49'),
(8, '2023-01-22', '21:30:00', 5, 'ghghg', 'gfhfg', 'jhfgjhhf', '1', 'No', 'trhrthtrrthhrtrfhfgfhf', '2024-02-21 07:37:06', '2024-02-21 07:37:06'),
(10, '2023-01-22', '21:30:00', 7, 'ghghg', 'gfhfg', 'jhfgjhhf', '1', '1', 'trhrthtrrthhrtrfhfgfhf', '2024-02-21 07:57:20', '2024-02-21 07:57:20'),
(12, '2023-01-22', '21:30:00', 18, 'ghghg', 'wqedqwedqw', 'jhfgjhhf', '1', '0', 'aksj', '2024-02-21 09:43:04', '2024-02-21 09:43:04'),
(13, '2023-01-22', '21:30:00', 8, 'ghghg', 'wqedqwedqw', 'jhfgjhhf', '1', '1', 'aksj', '2024-02-21 10:10:42', '2024-02-21 10:10:42'),
(14, '2023-01-22', '21:30:00', 5, 'ghghg', 'rtfgrergeg', 'ghghg', '1', '1', 'aksj', '2024-02-21 11:28:37', '2024-02-21 11:28:37'),
(15, '2024-03-05', '02:40:00', 26, 'sddfdsfdfsdfdsfsd', 'sdfdfsdsdfsdfsdf', '1221212', '2', '0', 'ssfggfgdfdf', '2024-02-27 08:09:57', '2024-02-27 08:09:57'),
(16, '2024-03-03', '15:42:00', 31, 'fgtfgdsfgddfgdfgfdsgdgsfd', '74878787878787', '`8dfsgf7gfd8gfdg8``', '2', '1', 'dfgfdgfdgdfgdfg', '2024-02-27 08:11:03', '2024-02-27 08:11:03'),
(17, '2024-05-04', '16:45:00', 16, ' sdgfsdgsdfgsdfdsf', 'qs4s7dfg5s4g5sg44g545dfg45fg5fdg5f4g', 'sfsgsgfgfdsgfsfg', '1', '0', 'weefrwefgfdgfgffgfgfggfgfgq', '2024-02-27 08:16:12', '2024-02-27 08:16:12'),
(18, '2024-02-13', '03:34:00', 18, 'dfgv', '232rr4', 'r234r324r', '2', '1', 'rewferwf', '2024-02-29 05:04:50', '2024-02-29 05:04:50'),
(19, '2024-03-15', '02:37:00', 8, 'rfrerf', 'ewfwerfrf', 'werfwefw', '1', '1', 'wefdwef', '2024-02-29 05:07:20', '2024-02-29 05:07:20'),
(23, '2024-03-21', '16:26:00', 41, 'efgverfgrf', 'weffwef', 'weweweew', '2', '1', 'ewdwed', '2024-03-01 06:53:03', '2024-03-01 06:53:03'),
(24, '2024-03-21', '17:28:00', 41, 'wewede', 'eede', 'eeded', '1', '0', 'ewwdfwe', '2024-03-01 06:53:27', '2024-03-01 06:53:27'),
(25, '2024-03-14', '15:24:00', 50, 'haldi', 'ffff', '12', '2', '1', 'frsfrsfsedfsdfdsf', '2024-03-05 07:53:55', '2024-03-05 07:53:55'),
(26, '2024-04-15', '04:59:00', 67, 'Abc PVL.rwerw', 'vsdfsd', 'sgfsfg', '2', '0', 'fgdfgdfg', '2024-04-11 10:29:33', '2024-04-11 10:29:33'),
(27, '2024-04-26', '07:10:00', 74, 'salman', 'Room Booking', '15', '2', '1', 'Salman ', '2024-04-12 10:38:37', '2024-04-12 10:38:37'),
(28, '2024-05-02', '07:54:00', 76, 'rsthhgdh', 'dghdghdgh', 'fghfghfgh', '2', '1', 'ghghgh', '2024-04-12 12:22:51', '2024-04-12 12:22:51'),
(29, '2024-04-26', '07:57:00', 78, 'gfhghfgh', 'fgdfg', 'dfgdfgdfg', '1', '1', 'dffgdfgdfggdggdffg', '2024-04-12 12:26:37', '2024-04-12 12:26:37'),
(30, '2024-04-26', '08:01:00', 74, 'sdfsdfds', 'sdfdsfdsf', 'sddfdsfdsf', '2', '1', 'sdfdsfdsf', '2024-04-12 12:28:37', '2024-04-12 12:28:37'),
(31, '2024-04-18', '08:02:00', 78, 'ddfgdfg', 'dfgdfgdf', 'dffgdfg', '1', '1', 'dfgdfgdfgdg', '2024-04-12 12:30:42', '2024-04-12 12:30:42'),
(32, '2024-04-27', '09:12:00', 78, 'dfghdghd', 'sdffgdfsgdfg', 'dfdfgdfgdfg', '1', '0', 'dfgdgdgg', '2024-04-12 12:40:00', '2024-04-12 12:40:00'),
(33, '2020-10-12', '06:49:00', 79, 'Johnson and Chen Plc', 'Ipsa at tenetur nos', 'Blanditiis excepturi', '2', '0', 'Laudantium voluptat', '2024-09-05 09:30:21', '2024-09-05 09:30:21'),
(34, '2020-01-23', '10:46:00', 79, 'Nielsen and Sanchez Plc', 'Impedit voluptate i', 'Obcaecati est labori', '2', '0', 'Porro molestiae pers', '2024-09-05 09:30:37', '2024-09-05 09:30:37'),
(35, '2018-04-20', '19:30:00', 79, 'Brock and Erickson Traders', 'Nemo voluptatibus do', 'Perferendis ad dolor', '1', '1', 'Ad voluptatem Neces', '2024-09-05 09:30:48', '2024-09-05 09:30:48'),
(36, '2023-08-28', '06:36:00', 62, 'Riley and Hutchinson Traders', 'In aliqua Deserunt ', 'Excepteur delectus ', '1', '1', 'Dolore nisi non saep', '2024-09-18 10:10:11', '2024-09-18 10:10:11'),
(37, '2021-12-05', '20:42:00', 58, 'Daugherty and Nolan Plc', 'Possimus sapiente a', 'Anim voluptas nostru', '1', '0', 'Occaecat voluptatem ', '2024-09-18 10:13:32', '2024-09-18 10:13:32'),
(38, '2024-10-16', '15:08:00', 54, 'haldi', 'ffff', '12', '2', '0', 'gg', '2024-10-21 07:37:03', '2024-10-21 07:37:03'),
(39, '2024-10-21', '15:09:00', 92, 'haldi', 'ffff', '12', '1', '0', 'thrthrt', '2024-10-21 07:38:03', '2024-10-21 07:38:03'),
(40, '2024-10-21', '19:22:00', 94, 'haldi', '9563525458', 'gift', '1', '0', 'helloo still waiting', '2024-10-21 11:50:40', '2024-10-21 11:50:40'),
(41, '2024-10-25', '19:30:00', 96, 'Abc PVL.rwerw', 'Name fdfsdf abcd to deliver on time', '123456', '1', '0', 'Comments', '2024-10-24 13:04:38', '2024-10-24 13:04:38'),
(42, '2024-11-15', '10:00:00', 95, 'The Wedding Touch', 'asdasds - 0776890353', 'chairs, tables, linen bags x10. ', '1', '1', 'sdadas', '2024-10-26 10:23:41', '2024-10-26 10:23:41'),
(43, '2024-10-28', '12:37:00', 104, 'Abc PVL.rwerw', 'Name fdfsdf abcd to deliver on time', '123456', '1', '1', 'rhtjht', '2024-10-28 06:06:25', '2024-10-28 06:06:25'),
(44, '2024-10-29', '17:02:00', 106, 'Company', 'Contact', '10', '1', '0', 'dzfdsf', '2024-10-28 10:32:50', '2024-10-28 10:32:50'),
(45, '2024-10-30', '18:30:00', 106, 'Angel', 'Details', '15', '2', '1', 'Comments Comments', '2024-10-28 11:01:37', '2024-10-28 11:01:37'),
(46, '2024-11-27', '15:55:00', 58, 'haldi', 'no', '12', '2', '0', 'yjuyuy', '2024-11-27 09:24:57', '2024-11-27 09:24:57'),
(47, '2024-11-27', '15:59:00', 58, 'swds', 'sdsdsd', 'dsdsd', '2', '0', 'sdsdsdsdsdsdd', '2024-11-27 09:28:29', '2024-11-27 09:28:29'),
(48, '2024-11-27', '16:08:00', 113, 'mac', '6353375103', '12', '2', '0', 'ewfefewf', '2024-11-27 09:38:08', '2024-11-27 09:38:08'),
(49, '2024-11-30', '01:59:00', 116, 'Company', 'Contact', '10', '1', '0', 'Heloo Guys', '2024-11-29 06:27:59', '2024-11-29 06:27:59'),
(51, '2024-12-02', '10:38:00', 116, 'Angel', 'aBC', 'iTEMS', '2', '1', 'eTC', '2024-11-30 08:09:12', '2024-11-30 08:09:12'),
(52, '2025-04-15', '19:54:00', 120, '575 Rocky New Freeway', 'fchnfyhj', 'ghjhg', '2', '0', 'ghjgujk', '2025-04-14 10:20:27', '2025-04-14 10:20:27'),
(53, '2025-04-17', '14:33:00', 123, ' sdgfsdgsdfgsdfdsf', '74878787878787', 'sfsgsgfgfdsgfsfg', '2', '0', 'sdsadsd', '2025-04-16 07:01:40', '2025-04-16 07:01:40'),
(54, '2025-04-16', '14:37:00', 123, 'fdfd', 'dfdfdf', 'dfdf', '2', '0', 'dfdfdsfdsf', '2025-04-16 07:05:29', '2025-04-16 07:05:29'),
(55, '2025-05-15', '20:10:00', 124, 'demo', '1234567890', 'no', '1', '0', 'hi', '2025-04-30 12:41:36', '2025-04-30 12:41:36'),
(57, '2026-03-15', '10:29:00', 128, 'Bright Decorators', '9876543210', 'Stage Decoration Material', '1', '1', 'Deliver before guest arrival', '2026-03-09 06:40:37', '2026-03-09 06:40:37'),
(58, '2024-09-15', '03:34:00', 131, 'Mccormick Kidd Traders', 'Obcaecati nobis quis', 'Odio saepe pariatur', '2', '0', 'Rem magni ut est nu', '2026-03-10 06:53:54', '2026-03-10 06:53:54'),
(59, '2026-03-10', '22:34:00', 131, 'Burks Washington Co', 'Sunt ea debitis ut o', 'Porro quod ex esse f', '1', '0', 'Commodo in sit amet', '2026-03-10 06:54:26', '2026-03-10 06:54:26');

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

--
-- Table structure for table `events`
--

CREATE TABLE `events` (
  `event_id` int(11) NOT NULL,
  `vid` int(11) NOT NULL,
  `event_type` int(11) NOT NULL COMMENT 'Fk of event_type',
  `booking_type` varchar(255) DEFAULT NULL,
  `event_name` varchar(255) NOT NULL,
  `event_comments` text DEFAULT NULL,
  `guests` text DEFAULT NULL,
  `dates_of_event` text NOT NULL,
  `billing_address` text NOT NULL,
  `post_code` text NOT NULL,
  `team_members` text NOT NULL,
  `event_group_id` text DEFAULT NULL,
  `event_space_ids` text NOT NULL,
  `event_space_timing` text DEFAULT NULL,
  `couple_email` text NOT NULL,
  `etc_spaces` mediumtext DEFAULT NULL,
  `other_info_desc` text DEFAULT NULL,
  `other_info_files` text DEFAULT NULL,
  `created_at` datetime NOT NULL DEFAULT current_timestamp()
) ENGINE=MyISAM DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci;

--
-- Dumping data for table `events`
--

INSERT INTO `events` (`event_id`, `vid`, `event_type`, `booking_type`, `event_name`, `event_comments`, `guests`, `dates_of_event`, `billing_address`, `post_code`, `team_members`, `event_group_id`, `event_space_ids`, `event_space_timing`, `couple_email`, `etc_spaces`, `other_info_desc`, `other_info_files`, `created_at`) VALUES
(42, 399, 1, NULL, 'tgrrtg', 'NA', '10', '2024-03-04', 'ererer', '52727', '[\"14\"]', '10', '[\"14\"]', NULL, 'abc@gmail.com', NULL, NULL, NULL, '2024-02-29 23:56:12'),
(43, 399, 1, NULL, 'gukhkh', 'bhjikk', '100', '2024-03-15', 'rwefgergrtger', '123465678', '[\"14\",\"15\",\"16\"]', '9', '[\"17\"]', NULL, 'yhthtyhy@gmail.com', NULL, NULL, NULL, '2024-03-01 00:37:26'),
(47, 399, 1, NULL, 'trghrtghrt', 'NA', '0', '2024-03-21', 'dwqedwedweewqdwqe', 'dwqedwed', '[\"14\",\"15\",\"16\",\"17\"]', '11', '[\"14\",\"17\"]', NULL, 'tuc@gmail.com', NULL, NULL, NULL, '2024-03-01 03:33:00'),
(48, 399, 1, NULL, 'frgvrege', 'NA', '0', '2024-03-22', 'ewwewewe', 'wewewe', '[\"15\",\"16\",\"17\"]', '8', '[\"14\"]', NULL, 'abc1@gmail.com', NULL, NULL, NULL, '2024-03-01 04:21:58'),
(49, 399, 2, NULL, 'wedding10', 'NAwerfwewrf', '0', '2024-04-03', 'etertereet', 'erterer', '[\"14\",\"15\",\"16\"]', '12', '[\"14\"]', NULL, 'abc2@gmail.com', NULL, NULL, NULL, '2024-03-01 04:45:17'),
(50, 399, 2, NULL, 'opl', 'NA', '100', '2024-03-19', 'dfgdfd', 'dfdf', '[\"14\",\"15\",\"16\",\"17\"]', '11', '[\"14\",\"17\"]', NULL, 'abcde@gmail.com', NULL, NULL, NULL, '2024-03-01 04:53:36'),
(51, 284, 1, NULL, 'jetha', 'gdhfghghfghfgh', '100', '2024-02-09', 'kakubai', '395004', '[\"12\",\"13\"]', '7', '[\"8\"]', NULL, 'coordinator@kimptonfitzroy.com', NULL, NULL, NULL, '2024-03-01 21:34:19'),
(52, 98, 2, NULL, 'rtghrtghr', 'rttyh', '100', '2024-03-21', 'refwerf', 'erwferferfgerf', '[\"10\",\"11\"]', '5', '[\"3\",\"9\"]', NULL, 'abc3@gmail.com', NULL, NULL, NULL, '2024-03-02 01:38:05'),
(53, 98, 1, NULL, 'tyujtyujt', 'yrtyrty', '100', '2024-03-22', 'tyutytyu', 'tutyt', '[\"2\",\"9\"]', '4', '[\"3\",\"4\"]', NULL, 'abc3@gmail.com', NULL, NULL, NULL, '2024-03-02 01:38:52'),
(54, 98, 1, NULL, 'fun events', 'this is events', '4', '2024-03-18', '72 surat', '395001', '[\"11\"]', '4', '[\"4\"]', NULL, 'abc3@gmail.com', NULL, NULL, NULL, '2024-03-02 01:44:35'),
(55, 98, 1, NULL, 'ddf', 'fddfdf', '200', '2024-03-05', 'dfdfd', 'dfddfd', '[\"2\"]', '4', '[\"3\"]', NULL, 'abc3@gmail.com', NULL, NULL, NULL, '2024-03-02 01:52:11'),
(56, 98, 1, NULL, 'event xyz', 'rtgergrg', '0', '2024-03-22', 'werfewrerf', 'erwfrewf', '[\"2\",\"11\"]', '5', '[\"3\",\"4\",\"6\",\"7\",\"9\"]', NULL, 'abc3@gmail.com', NULL, NULL, NULL, '2024-03-04 00:16:48'),
(57, 425, 1, NULL, 'Haldi', 'Best event Planer', '10', '2024-03-21', 'kamreh,gvujrat,india', '395004', '[\"18\",\"19\",\"22\",\"21\"]', '13', '[\"18\"]', NULL, 'rani@gmail.com', NULL, NULL, NULL, '2024-03-05 00:18:53'),
(58, 98, 1, NULL, 'wedding', 'NA', '50', '2024-03-07', 'Surat', '394150', '[\"2\",\"10\",\"9\"]', '5', '[\"4\",\"6\"]', NULL, 'abc3@gmail.com', NULL, NULL, NULL, '2024-03-05 01:27:30'),
(59, 428, 1, NULL, 'ytujtyujty', 'etytyry', '100', '2024-03-29', 'tyutyu', '5555', '[\"26\",\"27\"]', '14', '[\"22\"]', NULL, 'nio@gmail.com', NULL, NULL, NULL, '2024-03-05 02:26:05'),
(61, 426, 2, NULL, 'dfjsdhfgudsjf', 'ewfrsddsfsdffdsdfs', '500', '2024-03-30', 'sdgsdfsdsdffssdff', '395004', '[\"18\",\"19\",\"22\",\"21\"]', '13', '[\"18\",\"19\",\"20\"]', NULL, 'lolo@gmail.com', NULL, NULL, NULL, '2024-03-05 05:26:12'),
(38, 98, 1, NULL, 'Wedding Event', 'fdfgf', '23', '2024-03-10', 'Billing Address informations', '856412', '[\"2\",\"10\"]', '4', '[\"4\"]', NULL, 'abc3@gmail.com', NULL, NULL, NULL, '2024-02-29 05:53:37'),
(41, 399, 2, NULL, 'abv', 'grfedgr', '10', '2024-04-03', 'egegerg', 'ergrgg', '[\"14\"]', '9', '[\"13\"]', NULL, 'xyz@gmail.com', NULL, NULL, NULL, '2024-02-29 23:28:41'),
(62, 98, 2, 'caterer', 'fgvdfgvf', 'NA', '1000', '2024-03-27', 'hjkh', 'hjkhljkh', '[\"2\",\"10\",\"11\",\"9\"]', '5', '[\"3\",\"9\"]', NULL, 'abc3@gmail.com', NULL, NULL, NULL, '2024-03-05 22:36:45'),
(63, 436, 2, 'caterer', 'llll', 'NA', '500', '2024-03-30', 'sdfgdsfdsfdfsdsf', '395004', '[\"31\",\"32\",\"33\"]', '16', '[\"24\"]', NULL, 'qq@gmail.com', NULL, NULL, NULL, '2024-03-05 23:23:55'),
(64, 436, 1, 'flourist', 'Ram Mer', 'dfdfdsfdsfsdf', '54545', '2024-03-30', 'sdfgdsfdsfdf', '1223456', '[\"31\",\"32\",\"33\"]', '16', '[\"24\"]', NULL, 'xx@gmail.com', NULL, NULL, NULL, '2024-03-05 23:27:40'),
(65, 98, 1, 'caterer', 'today event', 'rryhryh', '11', '2024-03-07', 'thrfthgh', '394107', '[\"2\",\"10\",\"11\",\"9\"]', '5', '[\"3\",\"4\",\"6\",\"7\",\"9\"]', NULL, 'abc3@gmail.com', NULL, NULL, NULL, '2024-03-06 23:28:49'),
(90, 98, 9, 'Dry Hire', 'Testing', '', '10', '2024-10-25', 'surat,adajan', '395005', '[\"10\",\"11\",\"9\",\"42\",\"45\"]', NULL, '[\"3\",\"4\",\"6\"]', NULL, 'rahulkumar', NULL, NULL, NULL, '2024-10-03 04:50:33'),
(67, 284, 9, 'Wedding Client ', 'Levi and Lauren Wedding ', 'Wedding ceremony from 10am \r\nLunch from 12pm \r\nReception from 5pm ', '180', '2024-07-25', 'London ', 'SW11 7AY ', '[\"35\"]', '17', '[\"26\"]', NULL, 'coordinator@kimptonfitzroy.com', NULL, NULL, NULL, '2024-04-10 05:13:54'),
(76, 501, 10, 'Hotel Client', 'tyrtyrty', 'sdfdsf', '05454', '2024-04-26', 'adfdsafad', '395004', '[\"37\"]', '19', '[\"29\"]', NULL, 'rj@gmail.com', NULL, NULL, NULL, '2024-04-12 05:02:46'),
(77, 501, 11, 'jk', 'adfdf', 'ghdfgdfg', '7', '2024-04-26', 'gdfgdfgfdg', '395004', '[\"38\"]', '19', '[\"29\"]', NULL, 'rd@gmail.com', NULL, NULL, NULL, '2024-04-12 05:05:37'),
(70, 497, 10, 'Corporate Client ', 'Event DNA', 'ry6ioyrtyy', '14', '2024-04-15', 'yrhsety', '856412', '[\"36\"]', '18', '[\"27\"]', NULL, 'char@gmail.com', NULL, NULL, NULL, '2024-04-11 02:23:13'),
(71, 497, 10, 'Corporate Client ', 'Event DNA1', 'dfsfdg', '10', '2024-04-15', 'fsdgfdg', '544565', '[\"36\"]', '18', '[\"27\"]', NULL, 'newevent@gmail.com', NULL, NULL, NULL, '2024-04-11 02:33:37'),
(72, 497, 9, 'Wedding Client ', 'Wedding Event', 'dfggd g', '0110', '2024-04-16', 'fdsgfd', '856412', '[\"36\"]', '18', '[\"27\"]', NULL, 'wedding1@gmail.com', NULL, NULL, NULL, '2024-04-11 02:36:00'),
(73, 497, 10, 'Hotel Client', 'Corporatre event', 'EWREWR', '11', '2024-04-15', 'EFWER', '544565', '[\"36\"]', '18', '[\"27\"]', NULL, 'bglogin@gmail.com', NULL, NULL, NULL, '2024-04-11 02:45:48'),
(74, 501, 11, 'Hotel Client', 'ramlanalagan', 'NA', '21', '2024-05-01', 'dsdswfdsfdsfdsf', '392001', '[\"37\",\"38\"]', '19', '[\"29\"]', NULL, 'ram@gmail.com', NULL, NULL, NULL, '2024-04-12 00:50:36'),
(79, 503, 9, 'Wedding Client ', 'Harsh Test Event ', 'NA', '67', '2019-04-26', 'Provident nesciunt', 'Animi magnam offici', '[\"39\"]', '20', '[\"32\"]', NULL, 'test@gmail.com', NULL, NULL, NULL, '2024-09-05 01:29:36'),
(78, 501, 10, 'Wedding Client ', 'fghfghfgh', 'NA', '7', '2024-04-19', 'fgdfgdfg', '5412454', '[\"38\"]', '19', '[\"29\"]', NULL, 'lola@gmail.com', NULL, NULL, NULL, '2024-04-12 05:25:01'),
(80, 503, 9, 'Wedding Client ', 'fablead Event Test', 'Proident aut do nih', '18', '2005-01-24', 'Molestiae possimus ', 'Adipisicing nihil de', '[\"40\"]', '20', '[\"32\"]', NULL, 'fablead@gmail.com', NULL, NULL, NULL, '2024-09-05 03:24:20'),
(81, 98, 11, 'House catering', 'Gloria ', '', '86', '2024-09-20', 'Nihil dolor pariatur', 'Eum numquam fuga De', '[\"10\",\"11\"]', '4', '[\"3\"]', NULL, 'xahubem', NULL, NULL, NULL, '2024-09-18 06:24:19'),
(83, 98, 10, 'Dry Hire', 'Abraham Cervantes', 'NA', '51', '2016-09-11', 'Ex labore qui ipsa ', 'Dolores qui vel veni', '[\"10\",\"11\"]', NULL, '[\"3\",\"4\",\"6\",\"10\"]', NULL, 'hubow', NULL, NULL, NULL, '2024-09-19 03:41:24'),
(84, 98, 10, 'Through caterer', 'Vaughan Mann', '', '85', '1986-10-30', 'Sint officiis est iu', 'Voluptate amet volu', '[\"9\"]', NULL, '[\"4\",\"6\"]', NULL, 'hbc@123gmail.com', NULL, NULL, NULL, '2024-09-19 03:51:33'),
(116, 98, 9, 'Dry Hire', 'Wedding Swallo', '<p><strong>Comments……..&nbsp;</strong><br><strong>&nbsp; &nbsp;</strong>Cannot seem to find the page you were looking for.</p>', '250', '2024-12-06', 'UA, Ack roads, 43456', '852121', '[\"42\"]', NULL, '[\"52\"]', NULL, 'anjanadmiko12@gmail.com', NULL, 'Hii Good', '[{\"fileName\":\"1709636934_1b81770fa91d3c4eb2f7 (4).png\",\"fileUrl\":\"https:\\/\\/wedding.londontechequity.co.uk\\/portal\\/public\\/event_other_info\\/1732944667_781e84bb90149f5f0eb9.png\"},{\"fileName\":\"WeddingLogo.pdf\",\"fileUrl\":\"https:\\/\\/wedding.londontechequity.co.uk\\/portal\\/public\\/event_other_info\\/1732944687_010768fcadfd7b5b191d.pdf\"}]', '2024-11-28 22:49:12'),
(86, 525, 10, 'Dry Hire', 'Dawn Chapman', '', '39', '2025-09-25', 'Anim maiores aute te', 'Esse modi voluptate', '[\"44\"]', NULL, '[\"41\",\"40\"]', NULL, 'harray@123gmail.com', NULL, NULL, NULL, '2024-09-23 05:24:08'),
(87, 525, 10, 'House catering', 'Amethyst Stone', '', '14', '1985-10-26', 'Dolorem modi nemo no', 'Neque quo sunt magna', '[\"44\"]', NULL, '[\"41\",\"40\"]', NULL, 'harsing@123gmail.com', NULL, NULL, NULL, '2024-09-23 05:31:50'),
(89, 525, 9, 'House catering', 'Harsh events', '', '56', '2024-09-28', 'hello this is testing purpose data', '2515165145', '[\"43\",\"44\",\"46\"]', NULL, '[\"41\",\"40\"]', NULL, 'abc@gmail.com', NULL, NULL, NULL, '2024-09-25 00:01:24'),
(92, 98, 9, 'Dry Hire', 'jay sardhara', '', '10', '2024-10-09', 'fablaqaf', '395004', '[\"42\"]', NULL, '[\"3\",\"4\"]', NULL, 'arunfablead@gmail.com', NULL, NULL, NULL, '2024-10-07 05:44:37'),
(94, 528, 9, 'Dry Hire', 'Party And nDj', '<p>Hello</p>', '25', '2024-10-21', 'Ved Road Dabholi Katargam Surat ', '395004', '[\"47\",\"48\"]', NULL, '[\"43\",\"42\"]', NULL, 'ram1@gmail.com', NULL, NULL, NULL, '2024-10-21 03:53:35'),
(95, 535, 9, 'Dry Hire', 'Nikesh Wedding ', '', '200', '2024-10-31', 'London', 'SW11 7AY ', '[\"49\"]', NULL, '[\"44\"]', NULL, 'nikesh@gmail.com', NULL, NULL, NULL, '2024-10-23 20:36:33'),
(96, 98, 9, 'In-House Catering', 'Wedding Event Test', '', '200', '2024-10-25', 'Billing Address', '395004', '[\"9\"]', NULL, '[\"46\"]', NULL, 'anjanadmiko88@gmail.com', NULL, 'Info', '[{\"fileName\":\"krishna.jpg\",\"fileUrl\":\"https:\\/\\/wedding.londontechequity.co.uk\\/portal\\/public\\/event_other_info\\/1729837569_b9e6fb847e5744d4bf2e.jpg\"},{\"fileName\":\"krishna.jpg\",\"fileUrl\":\"https:\\/\\/wedding.londontechequity.co.uk\\/portal\\/public\\/event_other_info\\/1729838000_e9fcc93fe71d49ca543f.jpg\"}]', '2024-10-24 02:21:58'),
(97, 98, 9, '', 'Wedding Event Test 2', '', '50', '2024-10-26', 'Adajan Address', '395004', '[\"11\"]', NULL, '[\"46\"]', NULL, 'anjanadmiko121@gmail.com', NULL, NULL, NULL, '2024-10-24 02:32:25'),
(98, 98, 9, 'In-House Catering', 'Wedding Event Test 3', '', '25', '2024-10-27', 'Adajan Address', '395004', '[\"42\"]', NULL, '[\"4\"]', '[{\"start_time\":\"01:00 AM\",\"end_time\":\"02:00 AM\"}]', 'anjanadmiko120@gmail.com', NULL, NULL, NULL, '2024-10-24 02:35:07'),
(108, 537, 11, 'Dry Hire', 'Test party', '<p>Party</p><p>&nbsp;</p>', '100', '2024-10-31', 'Billing Address', 'Post Code', '[\"53\"]', NULL, '[\"51\"]', NULL, 'krish.fablead@gmail.com', NULL, NULL, NULL, '2024-10-28 04:13:24'),
(107, 535, 15, 'Dry Hire', 'EY Diwali Party', '', '150', '2024-11-14', 'sdfs', 'M4 7FD', '[\"50\",\"54\"]', NULL, '[\"48\"]', NULL, 'priya@ey.come', NULL, NULL, NULL, '2024-10-26 03:53:38'),
(104, 537, 9, 'Dry Hire', 'Test Wedding', '', '100', '2024-10-28', 'Billing Address', '856942', '[\"53\"]', NULL, '[\"51\"]', NULL, 'jarvish.test@gmail.com', NULL, NULL, NULL, '2024-10-26 00:07:45'),
(106, 537, 15, 'Dry Hire', 'Test Corporate ', '<p><strong>Comment</strong></p>', '100', '2024-10-27', 'Billing Address', '856221', '[\"52\"]', NULL, '[\"50\"]', NULL, 'jarvish@gmail.com', NULL, NULL, NULL, '2024-10-26 01:07:41'),
(109, 537, 11, 'Dry Hire', 'Party 2', '<p>Party 2 : In the House <strong>Highlighted</strong><br><br><strong>Goal</strong></p>', '50', '2024-11-01', 'Billing Address', 'Post Code', '[\"52\"]', NULL, '[\"50\",\"51\"]', '[{\"start_time\":\"12:00 AM\",\"end_time\":\"01:00 AM\"},{\"start_time\":\"01:00 AM\",\"end_time\":\"02:00 AM\"}]', 'chahal@gmail.com', '[{\"id\":\"50\",\"note\":\"Good Note\"},{\"id\":\"51\",\"note\":\"Good Note 2\"}]', NULL, NULL, '2024-10-28 05:29:55'),
(110, 537, 9, 'Dry Hire', 'Wedding Event Test', '<p>For Dashboard Entry</p>', '50', '2024-10-29', 'Billing Address', '855621', '[\"53\"]', NULL, '[\"50\"]', NULL, 'chandu@gmail.com', '[{\"id\":\"50\",\"note\":\"sds\"}]', NULL, NULL, '2024-10-29 04:36:20'),
(111, 537, 11, 'Dry Hire', 'abc', '', '20', '2024-11-13', 'abc complex', '394510', '[\"52\"]', NULL, '[\"50\",\"51\"]', '[{\"start_time\":\"03:30 AM\",\"end_time\":\"07:00 AM\"},{\"start_time\":\"01:00 AM\",\"end_time\":\"12:00 AM\"}]', 'venue.name@gmail.com', '[{\"id\":\"51\",\"note\":\"a\"}]', NULL, NULL, '2024-11-12 22:56:15'),
(112, 535, 9, 'Dry Hire', 'Nikesh & Neha Wedding', '<p>Notes 1&nbsp;</p><p>Testing 2&nbsp;</p><p>Testing 3&nbsp;</p><p>Notes 4&nbsp;</p><p>Notes 5&nbsp;</p><p>Testing 6&nbsp;</p>', '100', '2024-11-30', 'London', 'se1 2as', '[\"50\"]', NULL, '[\"49\"]', NULL, 'testing@gmail.com', NULL, NULL, NULL, '2024-11-25 04:30:21'),
(113, 98, 9, 'Dry Hire', 'jay sardhara', '<p>Hello Bhaiooo…..</p>', '201', '2024-12-03', 'fablead\r\nSurat', '395004', '[\"10\"]', NULL, '[\"3\",\"4\"]', '[{\"start_time\":\"01:30 AM\",\"end_time\":\"02:30 AM\"}]', 'new@gmail.com', '[{\"id\":\"4\",\"note\":\"hdht\"},{\"id\":\"3\",\"note\":\"ftyru\"}]', NULL, NULL, '2024-11-27 02:27:00'),
(114, 537, 9, 'Dry Hire', 'Wedding Test', '<p>Notes Etc….<br>&nbsp; &nbsp;Something……..</p><p>&nbsp; &nbsp;Something……..</p><p>&nbsp; &nbsp;Something……..</p><p>&nbsp; &nbsp;Something……..</p><p>&nbsp; &nbsp;Something……..</p><p>&nbsp; &nbsp;Something……..</p>', '100', '2024-11-28', 'Gamdu aa kevu', '855684', '[\"52\",\"53\"]', NULL, '[\"50\"]', NULL, 'app.user@gmail.com', NULL, NULL, NULL, '2024-11-27 04:09:31'),
(115, 537, 9, 'Dry Hire', 'Wedding Test', '<p>Notes Etc….<br>&nbsp; &nbsp;Something……..</p><p>&nbsp; &nbsp;Something……..</p><p>&nbsp; &nbsp;Something……..</p><p>&nbsp; &nbsp;Something……..</p><p>&nbsp; &nbsp;Something……..</p><p>&nbsp; &nbsp;Something……..</p>', '100', '2024-11-28', 'Gamdu aa kevu', '855684', '[\"52\",\"53\"]', NULL, '[\"50\"]', NULL, 'app.user@gmail.com', NULL, NULL, NULL, '2024-11-27 04:09:31'),
(117, 98, 17, 'Dry Hire', 'Corporate', '<p>test</p>', '50', '2024-12-04', '575 Rocky New Freeway\r\nEarum provident deleniti voluptas est tempore assumenda praesentium sint ullam ut non assumenda nesciunt vo', '545454', '[\"10\",\"11\"]', NULL, '[\"3\",\"4\"]', NULL, 'tedudotoqy@mailinator.com', NULL, NULL, NULL, '2024-11-29 23:37:49'),
(118, 98, 18, 'In House Catering', 'Other Event', '<p>test</p>', '51', '2024-12-06', '575 Rocky New Freeway\r\nEarum provident deleniti voluptas est tempore assumenda praesentium sint ullam ut non assumenda nesciunt vo', '545454', '[\"10\",\"9\"]', NULL, '[\"46\",\"52\"]', NULL, 'Tallulah@mailinator.com', NULL, NULL, NULL, '2024-11-29 23:39:17'),
(119, 535, 9, 'Dry Hire', 'Neha Akhil Wedding', '', '0', '2025-05-15', 'surrey', 'CR8 1FB', '[\"50\"]', NULL, '[\"53\",\"49\"]', NULL, 'neha.a305@gmail.com', NULL, NULL, NULL, '2025-03-12 03:50:10'),
(120, 558, 20, 'Dry Hire', 'Tallulah Chavez Ginger Rosa', '<p>dgbdfg</p>', '10', '2025-04-24', '575 Rocky New Freeway\r\nEarum provident deleniti voluptas est tempore assumenda praesentium sint ullam ut non assumenda nesciunt vo', '545454', '[\"58\"]', NULL, '[\"62\"]', NULL, 'portal@gmail.com', NULL, NULL, NULL, '2025-04-14 03:13:23'),
(121, 98, 18, 'In House Catering', 'Jamanvar', '<p>This event is bigger than you thought brother…….<br>This event is bigger than you thought brother…….<br>This event is bigger than you thought brother…….<br>This event is bigger than you thought brother…….<br>This event is bigger than you thought brother…….<br>This event is bigger than you thought brother…….<br>This event is bigger than you thought brother…….<br>This event is bigger than you thought brother…….</p>', '20', '2025-04-15', 'Adajan', '395004', '[\"9\",\"56\"]', NULL, '[\"55\"]', '[{\"start_time\":\"10:00 AM\",\"end_time\":\"11:30 AM\"}]', 'jayesh@gmail.com', '[{\"id\":\"55\",\"note\":\"this this this need to in Event on today before event start\"},{\"id\":\"4\",\"note\":\"fsreyty\"}]', NULL, NULL, '2025-04-14 04:59:13'),
(122, 98, 21, 'In House Catering', 'Mohammad Bryan', '<p>this testing&nbsp;</p>', '10', '2010-01-09', 'Vitae ullamco invent', 'Autem temporibus qui', '[\"10\"]', NULL, '[\"4\",\"6\",\"55\",\"52\",\"60\"]', NULL, 'pqr@gmail.com', NULL, NULL, NULL, '2025-04-14 05:24:19'),
(123, 98, 17, 'In House Catering', 'Dadiya Night ', '<p>No Notes</p>', '200', '2025-04-24', 'Surat Katargam Dabholi ', '3695004', '[\"45\",\"57\"]', NULL, '[\"3\",\"6\",\"46\",\"52\",\"60\",\"66\"]', NULL, 'ramlo@gmail.com', NULL, NULL, NULL, '2025-04-15 23:52:57'),
(124, 98, 22, 'In House Catering', 'birthday party', '<p>h</p>', '200', '2025-05-10', '123,Katargam darvaja', '123456', '[\"10\"]', NULL, '[\"46\"]', NULL, 'komal@gmail.com', NULL, NULL, NULL, '2025-04-30 04:57:21'),
(125, 98, 23, 'In House Catering', 'function of reception', '', '200', '2025-05-24', '123,Katargam darvaja', '123456', '[\"42\"]', NULL, '[\"46\"]', NULL, 'hirva@gmail.com', NULL, NULL, NULL, '2025-04-30 22:48:49'),
(126, 98, 20, 'In House Catering', 'Ras garba', '<p>hi</p>', '200', '2025-05-31', '123,Katargam darvaja', '123456', '[\"9\"]', NULL, '[\"46\"]', NULL, 'nita@gmail.com', NULL, NULL, NULL, '2025-05-05 02:53:23'),
(127, 98, 17, 'In House Catering', 'function of wedding', '<p>hi</p>', '100', '2025-05-30', '123,Katargam darvaja', '123456', '[\"42\"]', NULL, '[\"46\"]', NULL, 'kavi@gmail.com', NULL, NULL, NULL, '2025-05-05 05:20:42'),
(128, 564, 20, 'In House Catering', 'Wedding  ', '', '50', '2026-03-05', 'surat ', '968574', '[\"59\"]', NULL, '[\"67\"]', NULL, 'test001@gmail.com', NULL, NULL, NULL, '2026-03-05 05:23:34'),
(129, 564, 22, 'In House Catering', 'Wedding   Test', '<p>gnb&nbsp;</p>', '50', '2026-03-10', 'surat', '365060', '[\"59\"]', NULL, '[\"67\"]', NULL, 'test001@gmail.com', NULL, NULL, NULL, '2026-03-05 22:46:37'),
(130, 566, 21, 'Through Madhus', 'Tara Hale', '', '52', '2005-11-21', 'Nulla modi ut ut del', 'Rerum voluptates rat', '[\"60\"]', NULL, '[\"69\"]', NULL, 'xubyjavo', NULL, NULL, NULL, '2026-03-09 23:36:25'),
(131, 566, 17, 'Through Madhus', 'Iona Eaton', '', '66', '2010-08-06', 'Blanditiis sit possi', 'Cillum sit veniam v', '[\"60\"]', NULL, '[\"69\"]', NULL, 'test002@gmail.com', NULL, NULL, NULL, '2026-03-09 23:37:56'),
(134, 568, 18, 'Dry Hire', 'OTHERS', '', '10', '2026-03-12', 'surat', '365060', '[\"61\"]', NULL, '[\"70\"]', NULL, 'haresh.fablead@gmail.com', NULL, NULL, NULL, '2026-03-12 02:27:26');

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

--
-- Table structure for table `events_suppliers`
--

CREATE TABLE `events_suppliers` (
  `id` int(11) NOT NULL,
  `event_id` int(11) NOT NULL,
  `supplier_id` int(11) NOT NULL,
  `is_requested` tinyint(4) NOT NULL COMMENT '0-added by venue\r\n1-accepted\r\n2-requested',
  `created_at` timestamp NOT NULL DEFAULT current_timestamp(),
  `updated_at` timestamp NOT NULL DEFAULT current_timestamp() ON UPDATE current_timestamp()
) ENGINE=InnoDB DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci;

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

--
-- Table structure for table `event_companies`
--

CREATE TABLE `event_companies` (
  `e_comp_id` int(11) NOT NULL,
  `event_ID` int(11) NOT NULL,
  `company_name` varchar(255) NOT NULL,
  `created_at` timestamp NOT NULL DEFAULT current_timestamp()
) ENGINE=InnoDB DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci;

--
-- Dumping data for table `event_companies`
--

INSERT INTO `event_companies` (`e_comp_id`, `event_ID`, `company_name`, `created_at`) VALUES
(1, 7, 'Company 1', '2024-02-20 12:00:35'),
(2, 7, 'Company 2', '2024-02-20 12:00:35'),
(3, 8, 'Company 3', '2024-02-20 12:00:35'),
(4, 14, 'L&T', '2024-02-22 11:10:24'),
(5, 14, 'TATA', '2024-02-22 11:10:24'),
(6, 15, 'L&T', '2024-02-22 11:45:04'),
(7, 15, 'L&T1', '2024-02-22 11:45:04'),
(25, 31, 'xyz', '2024-02-27 09:16:24'),
(26, 31, 'abc', '2024-02-27 09:16:24'),
(72, 63, 'pogal', '2024-03-06 06:54:30'),
(76, 62, 'dfddf', '2024-03-06 07:03:10'),
(77, 71, 'TATA', '2024-04-11 09:33:37'),
(78, 71, 'L&T', '2024-04-11 09:33:37'),
(79, 73, 'L&T', '2024-04-11 09:45:48'),
(80, 73, 'TATA', '2024-04-11 09:45:48'),
(81, 67, 'TATA', '2024-04-11 09:45:48'),
(87, 83, 'text company', '2024-09-19 10:41:24'),
(88, 84, 'Harsh@Pvt', '2024-09-19 10:51:33'),
(90, 86, 'Harsh@Pvt', '2024-09-23 12:24:08'),
(91, 86, 'Harsh@Pvt', '2024-09-23 12:24:08'),
(92, 87, 'Johns Gillespie Plc', '2024-09-23 12:31:50'),
(105, 106, 'Company 1', '2024-10-26 08:13:24'),
(106, 106, 'Company 2', '2024-10-26 08:13:24'),
(107, 106, 'Company 3', '2024-10-26 08:13:24'),
(109, 107, 'EY', '2024-10-26 11:25:09'),
(110, 117, 'test company', '2024-11-30 06:37:49'),
(111, 117, 'test company1', '2024-11-30 06:37:49'),
(112, 117, 'test company2', '2024-11-30 06:37:49'),
(113, 122, 'Harsh@Pvt', '2025-04-14 12:24:19'),
(114, 130, 'HHH', '2026-03-10 06:36:25');

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

--
-- Table structure for table `event_contacts`
--

CREATE TABLE `event_contacts` (
  `e_contact_id` int(11) NOT NULL,
  `event_ID` int(11) NOT NULL,
  `contact_name` text NOT NULL,
  `contact_email` text NOT NULL,
  `contact_phone` text NOT NULL,
  `created_at` timestamp NOT NULL DEFAULT current_timestamp()
) ENGINE=InnoDB DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci;

--
-- Dumping data for table `event_contacts`
--

INSERT INTO `event_contacts` (`e_contact_id`, `event_ID`, `contact_name`, `contact_email`, `contact_phone`, `created_at`) VALUES
(1, 6, 'contact name', 'contactEmail1@gmail.com', '8565469456', '2024-02-20 12:02:09'),
(2, 7, 'contact name 2', 'contactEmail2@gmail.com', '6876413263', '2024-02-20 12:02:09'),
(3, 8, 'contact name 3', 'contactEmail3@gmail.com', '6876413516', '2024-02-20 12:02:09'),
(4, 15, 'Arun', 'arun@gmail.com', '8554511445', '2024-02-22 11:45:04'),
(5, 16, 'ramla mer', 'ramla.mer@gmail.com', '784512645312', '2024-02-23 10:30:30'),
(6, 17, 'sadcsdcsdc', 'sdacsadcd', 'sdcsdcssadc', '2024-02-23 12:01:50'),
(7, 18, 'rtgrgg', 'xyz@gmail.com', '752', '2024-02-23 12:37:47'),
(8, 19, 'trgrtg', 'xyz123@gmail.com', '2785278527527852', '2024-02-23 12:38:51'),
(9, 20, 'rtgrgrt', 'rttrrtrt', 'rtrgrt', '2024-02-26 06:44:05'),
(10, 21, 'rtyhtryr', 'yrtyrtyrt', 'yhrtrtyhrty', '2024-02-26 08:01:46'),
(11, 21, 'yrtytyrt', 'ryrttyhrt', 'rtyh', '2024-02-26 08:01:46'),
(12, 22, 'tyujtyj', 'tytyty', 'tyty', '2024-02-26 09:35:36'),
(13, 23, 'tyjuty', 'tytytytyyt', 'tyty', '2024-02-26 09:36:08'),
(14, 1, 'tyjuty', 'tytytytyyt', 'tyty', '2024-02-26 09:50:53'),
(15, 1, 'tyjuty', 'tytytytyyt', 'tyty', '2024-02-26 09:57:14'),
(16, 1, 'tyjuty', 'tytytytyyt', 'tyty', '2024-02-26 09:58:09'),
(17, 1, 'tyhtyhty', 'tytytyjhty', 'ytyt', '2024-02-26 09:58:09'),
(18, 1, 'tyjuty', 'tytytytyyt', 'tyty', '2024-02-26 10:00:13'),
(19, 1, 'tyjuty', 'tytytytyyt', 'tyty', '2024-02-26 10:09:17'),
(20, 24, 'htty', 'hyhyhyhy', 'hrhh', '2024-02-26 12:04:06'),
(21, 25, 'trhrthgrtyttyyt', 'hrthyhhhtut', 'thrthtrhtyuty', '2024-02-26 12:04:41'),
(22, 26, 'ergerge', 'regtregere', 'ergege', '2024-02-27 04:42:01'),
(23, 27, 'tyjhty', 'tytyhtyty', 'tytyry', '2024-02-27 04:45:00'),
(24, 1, 'tyjhty', 'tytyhtyty', 'tytyry', '2024-02-27 05:03:05'),
(25, 29, 'tyjhty', 'tytyhtyty', 'tytyry', '2024-02-27 05:07:15'),
(26, 28, 'rtyhrty', 'rtyrtyrtyrt', 'rtyrt', '2024-02-27 05:36:10'),
(27, 29, 'uyyyu', 'yuyuyu', 'yuyuiky', '2024-02-27 05:36:44'),
(28, 30, 'tyjhtyjtyjty', 'jtytyjtytyty', 'jtyjtyj', '2024-02-27 06:54:57'),
(29, 30, 'tyjtyjyt', 'tyjtyjty', 'jtyjtyj', '2024-02-27 06:54:57'),
(30, 31, 'avc', 'xyz@gmail.com', '123456789', '2024-02-27 07:55:00'),
(31, 32, 'asdasd', 'il@gmail.com', '87845421', '2024-02-27 11:47:30'),
(32, 33, 'regerre', 'rferferfer', '285775', '2024-02-29 05:01:32'),
(33, 33, 'regerre', 'rferferfer', '285775', '2024-02-29 05:01:32'),
(34, 34, 'rthrth', 'hrthrthrtr', 'thrthrthhrt', '2024-02-29 10:14:40'),
(35, 34, 'rthrthr', 'hrhrhrt', 'trhrt', '2024-02-29 10:14:40'),
(36, 35, 'trghrtrt', 'rtrthrtrt', 'ghrthrt', '2024-02-29 10:20:20'),
(37, 35, 'trghrtrt', 'rtrthrtrt', 'ghrthrt', '2024-02-29 10:20:20'),
(38, 36, 'hari', 'hari@gmail.com', '85665498899', '2024-02-29 11:39:42'),
(40, 38, 'Contact Name', 'name@gmail.com', '8896554455', '2024-02-29 12:53:37'),
(44, 41, 'gegerg', 'geegerger', 'regerger', '2024-03-01 06:28:41'),
(45, 41, 'egege', 'gegege', 'egeg', '2024-03-01 06:28:41'),
(46, 42, 'refer', 'erreerre', 'eerre', '2024-03-01 06:56:12'),
(47, 42, 'refer', 'erreerre', 'eerre', '2024-03-01 06:56:12'),
(48, 43, 'akshay', 'xyz123@gmail.com', '1234567890', '2024-03-01 07:37:26'),
(49, 43, 'akshay', 'xyz123@gmail.com', '1234567890', '2024-03-01 07:37:26'),
(55, 47, 'ewdfwqe', 'ewqdwqedqwewqe', 'edwqedweqdqewwqe', '2024-03-01 10:33:00'),
(56, 48, 'wefwefewe', 'wfwefwf', 'wef', '2024-03-01 11:21:58'),
(57, 48, 'wefwefewe', 'wfwefwf', 'wef', '2024-03-01 11:21:58'),
(58, 49, 'werwe', 'werwerwer', 'wrwr', '2024-03-01 11:45:17'),
(59, 49, 'werwe', 'werwerwer', 'wrwr', '2024-03-01 11:45:17'),
(60, 50, 'retere', 'rererer', 'ereret', '2024-03-01 11:53:36'),
(61, 50, 'retere', 'rererer', 'ereret', '2024-03-01 11:53:36'),
(62, 51, 'jethalala', 'lala@gmail.com', '784511248', '2024-03-02 04:34:19'),
(63, 52, 'refgerfg', 'ererfre', 'rferfg', '2024-03-02 08:38:05'),
(64, 53, 'tyjuty', 'tytuj', 'tytyty', '2024-03-02 08:38:52'),
(65, 54, 'kunal', 'kunal@gmail.com', '985854525', '2024-03-02 08:44:35'),
(66, 55, 'dfdfd', 'fd', 'fdfd', '2024-03-02 08:52:11'),
(67, 56, 'rtgrt', 'gtrgrt', 'regrtgtr', '2024-03-04 07:16:48'),
(68, 56, 'referfer', 'rerferr', 'erre', '2024-03-04 07:16:48'),
(69, 57, 'Rajadulara', 'raja@gmail.com', '457899454', '2024-03-05 07:18:53'),
(70, 58, 'rahul', 'rahul@gmail.com', '9685741203', '2024-03-05 08:27:30'),
(71, 59, 'utrutyu', 'tyu', 'tyutyu', '2024-03-05 09:26:05'),
(72, 59, 'tutyyu', 'utyutyu', 'utyu', '2024-03-05 09:26:05'),
(73, 60, 'event with sahil ', 'event@gmail.com', '8569032564', '2024-03-05 09:56:36'),
(74, 61, 'dfdffdsf', 'lele@gmail.com', '123456789', '2024-03-05 12:26:12'),
(75, 62, 'ujhjtg', 'tgiuuyitjgy', 'jhihhjkhj', '2024-03-06 05:36:45'),
(76, 63, 'sdsdd', 'azs@gmail.com', '564451212454', '2024-03-06 06:23:55'),
(77, 64, 'eewweewe', 'pp@gmail.com', '545875212122', '2024-03-06 06:27:40'),
(78, 65, 'contact 1 ', 'contact1@gmail.com', '1234567890', '2024-03-07 06:28:49'),
(79, 65, 'contact 2 ', 'contact2@gmail.com', '0987654321', '2024-03-07 06:28:49'),
(81, 67, 'Levi ', 'levi@londontechequity.com', '020853636366', '2024-04-10 12:13:54'),
(85, 70, 'Arun', 'arun@gmail.com', '8896554455', '2024-04-11 09:23:13'),
(86, 71, 'Contact Name', 'name@gmail.com', '8896554455', '2024-04-11 09:33:37'),
(87, 72, 'Arun', 'arun@gmail.com', '8896554455', '2024-04-11 09:36:00'),
(88, 73, 'Arun', 'name@gmail.com', '8896554455', '2024-04-11 09:45:48'),
(89, 74, 'hari', 'har@gmail.com', '7845129636', '2024-04-12 07:50:36'),
(91, 76, 'yutyutyu', 'ty@gmail.com', '875451212454', '2024-04-12 12:02:46'),
(92, 77, 'asafasdf', 'sd@gmail.com', '541215478', '2024-04-12 12:05:37'),
(93, 78, 'gfhfgh', 'jay@gmail.com', 'ssdsd4545', '2024-04-12 12:25:01'),
(94, 79, 'Astra Roman', 'nodowypoba@mailinator.com', '+1 (133) 788-6441', '2024-09-05 08:29:36'),
(95, 80, 'Ronan Lawson', 'tezaxu@mailinator.com', '+1 (299) 975-8595', '2024-09-05 10:24:20'),
(96, 81, 'Francesca Johns', 'daba@mailinator.com', '+1 (973) 889-7408', '2024-09-18 13:24:19'),
(98, 83, 'Denton Hardin', 'tirut@mailinator.com', '+1 (906) 215-1174', '2024-09-19 10:41:24'),
(99, 84, 'Quemby Mcleod', 'qusiluryte@mailinator.com', '+1 (963) 468-2789', '2024-09-19 10:51:33'),
(101, 86, 'David Patrick', 'tepy@mailinator.com', '+1 (763) 652-7211', '2024-09-23 12:24:08'),
(102, 87, 'Arsenio Drake', 'xydunyq@mailinator.com', '+1 (547) 631-3892', '2024-09-23 12:31:50'),
(104, 89, 'Ronan Lawson', 'tezaxu@mailinator.com', '+1 (973) 889-7408', '2024-09-25 07:01:24'),
(105, 90, 'Rahul kumar', 'rahul@gmail.com', '1234567890', '2024-10-03 11:50:33'),
(107, 92, 'jay sardhara', 'ram.fablead@gmail.com', '07041648493', '2024-10-07 12:44:37'),
(109, 94, 'Ram Mer', 'ram@gmail.com', '6356369854', '2024-10-21 10:53:35'),
(110, 95, 'Nikesh Panchal', 'nikesh@gmail.com', '02077383993', '2024-10-24 03:36:33'),
(111, 95, 'Neha Panchal', '', '', '2024-10-24 03:36:33'),
(112, 96, 'Arun', 'arun@gmail.com', '8866761752', '2024-10-24 09:21:58'),
(113, 97, 'Arun', 'arun@gmail.com', '9866761752', '2024-10-24 09:32:25'),
(114, 98, 'Arun', 'arun@gmail.com', '7866761752', '2024-10-24 09:35:07'),
(120, 104, 'jarvish', 'jarvish@gmail.com', '1234567890', '2024-10-26 07:07:45'),
(122, 106, 'jarvish', 'jarvish@gmail.com', '855669712', '2024-10-26 08:07:41'),
(123, 107, 'Priya', 'priya@ey.com', '34-58360983-0', '2024-10-26 10:53:38'),
(124, 108, 'Krish', 'krish.fablead@gmail.com', '1234567890', '2024-10-28 11:13:24'),
(125, 109, 'Chahal', 'chahal@gmail.com', '1234567890', '2024-10-28 12:29:55'),
(126, 110, 'Chandu', 'chandu@gmail.com', '8574521352', '2024-10-29 11:36:20'),
(127, 111, 'Sneh', 'fablead.sneh@gmail.com', '768768768', '2024-11-13 05:56:15'),
(128, 112, 'Nikesh Panchal', 'nikeshpanchal@hotmail.co.uk', '07964905079', '2024-11-25 11:30:21'),
(129, 112, 'Neha Agarwala', 'neha@ymail.com', '079649059974', '2024-11-25 11:30:21'),
(130, 113, 'Ram Amar', 'ram.fablead@gmail.com', '06353375101', '2024-11-27 09:27:00'),
(131, 114, 'Contact Name 1', 'c.name1@gmail.com', '8855668211', '2024-11-27 11:09:31'),
(132, 114, 'Contact Name 2', 'c.name2@gmail.com', '8855668212', '2024-11-27 11:09:31'),
(133, 114, 'Contact Name 3', 'c.name3@gmail.com', '8855668213', '2024-11-27 11:09:31'),
(134, 115, 'Contact Name 1', 'c.name1@gmail.com', '8855668211', '2024-11-27 11:09:31'),
(135, 115, 'Contact Name 2', 'c.name2@gmail.com', '8855668212', '2024-11-27 11:09:31'),
(136, 115, 'Contact Name 3', 'c.name3@gmail.com', '8855668213', '2024-11-27 11:09:31'),
(137, 116, 'Contact Name', 'contact@gmail.com', '889955784', '2024-11-29 05:49:12'),
(138, 117, 'Tallulah Chavez Ginger Rosa', 'tedudotoqy@mailinator.com', '06353375101', '2024-11-30 06:37:49'),
(139, 118, 'Tallulah', 'Tallulah@mailinator.com', '06353375102', '2024-11-30 06:39:17'),
(140, 119, 'Neha', 'neha.a305@gmail.com', '07776138321', '2025-03-12 10:50:10'),
(141, 120, 'Tallulah Chavez Ginger Rosa', 'tedudotoqy@mailinator.com', '01234567890', '2025-04-14 10:13:23'),
(142, 121, 'Abc', 'abc@gmail.com', '8855774451', '2025-04-14 11:59:13'),
(143, 121, 'DC', '', '08866761752', '2025-04-14 11:59:13'),
(144, 122, 'Dante Mendez', 'vaqacifema@mailinator.com', '+1 (771) 635-1394', '2025-04-14 12:24:19'),
(145, 123, 'Ram Mer ', 'Ram@gmail.com', '6358974563', '2025-04-16 06:52:57'),
(146, 123, 'Jay Sardhara', 'Jay@gmail.com', '6587945123', '2025-04-16 06:52:57'),
(147, 124, 'komal', 'komal@gmail.com', '12345678', '2025-04-30 11:57:21'),
(148, 125, 'hirva', 'hirva@gmail.com', '1234567890', '2025-05-01 05:48:49'),
(149, 126, 'nita', 'nita@gmail.com', '1234567890', '2025-05-05 09:53:23'),
(150, 127, 'kavi', 'kavi@gmail.com', '1234567890', '2025-05-05 12:20:42'),
(151, 128, 'test', 'test@gmail.com', '7845129856', '2026-03-05 12:23:34'),
(152, 129, 'hfboihb', 'test@gmail.com', '968574123', '2026-03-06 05:46:37'),
(153, 130, 'Odette Schroeder', 'gukizafufi@mailinator.com', '+1 (782) 582-6064', '2026-03-10 06:36:25'),
(154, 131, 'Macaulay Fulton', 'gopaxylyc@mailinator.com', '+1 (212) 153-5697', '2026-03-10 06:37:56'),
(157, 134, 'tset', 'test@gmail.com', '7485964121', '2026-03-12 09:27:26');

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

--
-- Table structure for table `event_couples`
--

CREATE TABLE `event_couples` (
  `e_c_id` int(11) NOT NULL,
  `event_ID` int(11) NOT NULL,
  `couples_name` text NOT NULL,
  `gender` text NOT NULL,
  `created_at` timestamp NOT NULL DEFAULT current_timestamp()
) ENGINE=InnoDB DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci;

--
-- Dumping data for table `event_couples`
--

INSERT INTO `event_couples` (`e_c_id`, `event_ID`, `couples_name`, `gender`, `created_at`) VALUES
(1, 6, 'Couple 1', 'male', '2024-02-20 11:58:46'),
(2, 6, 'Couple 2', 'male', '2024-02-20 11:58:46'),
(3, 8, 'Couple 3', 'Female', '2024-02-20 11:58:46'),
(4, 8, 'Couple 4', 'male', '2024-02-20 11:58:46'),
(5, 16, 'laswell', 'Female', '2024-02-23 10:30:30'),
(6, 16, 'mactavis', 'Male', '2024-02-23 10:30:30'),
(7, 18, 'rgegrg', 'Male', '2024-02-23 12:37:47'),
(8, 18, 'regege', 'Female', '2024-02-23 12:37:47'),
(9, 22, 'yukukuy', 'Male', '2024-02-26 09:35:36'),
(10, 22, 'tyuytuiyu', 'Female', '2024-02-26 09:35:36'),
(11, 24, 'tyhtyhty', 'Male', '2024-02-26 12:04:06'),
(12, 24, 'htyhtyh', 'Female', '2024-02-26 12:04:06'),
(13, 26, 'rthgrtrrt', 'Male', '2024-02-27 04:42:01'),
(14, 26, 'trtghrtgh', 'Female', '2024-02-27 04:42:01'),
(15, 27, 'tiuy', 'Male', '2024-02-27 05:07:15'),
(16, 27, 'yuiyuiik', 'Female', '2024-02-27 05:07:15'),
(17, 25, 'fgjhgtj', 'Male', '2024-02-27 05:34:44'),
(18, 25, 'tyjyujytj', 'Female', '2024-02-27 05:34:44'),
(21, 30, 'tytyjtytyt', 'Male', '2024-02-27 06:54:57'),
(22, 30, 'yjtyj', 'Female', '2024-02-27 06:54:57'),
(25, 32, 'mor', 'Male', '2024-02-27 11:47:30'),
(26, 32, 'morali', 'Female', '2024-02-27 11:47:30'),
(29, 33, 'tfgertgrt', 'Male', '2024-02-29 05:02:43'),
(30, 33, 'gtgrtrt', 'Female', '2024-02-29 05:02:43'),
(31, 34, 'tytyhtht', 'Male', '2024-02-29 10:14:40'),
(32, 34, 'rthrhryhr', 'Female', '2024-02-29 10:14:40'),
(35, 36, 'haresh', 'Male', '2024-02-29 11:39:42'),
(36, 36, 'hirni', 'Female', '2024-02-29 11:39:42'),
(37, 38, 'Wedding Groom', 'Male', '2024-02-29 12:53:37'),
(38, 38, 'Wedding Bride', 'Female', '2024-02-29 12:53:37'),
(39, 43, 'abc', 'Male', '2024-03-01 07:37:26'),
(40, 43, 'def', 'Female', '2024-03-01 07:37:26'),
(41, 43, 'abc', 'Male', '2024-03-01 07:41:48'),
(42, 43, 'def', 'Female', '2024-03-01 07:41:48'),
(61, 42, 'fgveeergergreg', 'Male', '2024-03-01 09:14:34'),
(62, 42, 'referfr', 'Female', '2024-03-01 09:14:34'),
(77, 51, 'jetha', 'Male', '2024-03-02 04:34:19'),
(78, 51, 'jethi', 'Female', '2024-03-02 04:34:19'),
(79, 53, 'tyujty', 'Male', '2024-03-02 08:38:52'),
(80, 53, 'tytyujt', 'Female', '2024-03-02 08:38:52'),
(81, 54, 'dfdd', 'Male', '2024-03-02 08:44:35'),
(82, 54, 'fdfdf', 'Female', '2024-03-02 08:44:35'),
(83, 55, 'dfdf', 'Female', '2024-03-02 08:52:11'),
(84, 55, 'fdff', 'Male', '2024-03-02 08:52:11'),
(85, 56, 'ab', 'Male', '2024-03-04 07:16:48'),
(86, 56, 'bc', 'Female', '2024-03-04 07:16:48'),
(87, 57, 'Raja', 'Male', '2024-03-05 07:18:53'),
(88, 57, 'Rani', 'Female', '2024-03-05 07:18:53'),
(89, 58, 'meet', 'Male', '2024-03-05 08:27:30'),
(90, 58, 'mital', 'Female', '2024-03-05 08:27:30'),
(91, 59, 'tyujtyuyutyt', 'Male', '2024-03-05 09:26:05'),
(92, 59, 'yutyu', 'Female', '2024-03-05 09:26:05'),
(95, 64, 'chako', 'Male', '2024-03-06 06:27:40'),
(96, 64, 'chaki', 'Female', '2024-03-06 06:27:40'),
(97, 65, 'alk1', 'Female', '2024-03-07 06:28:49'),
(98, 65, 'alk2', 'Male', '2024-03-07 06:28:49'),
(101, 72, 'Arya', 'Male', '2024-04-11 09:36:00'),
(102, 72, 'Arya 2', 'Female', '2024-04-11 09:36:00'),
(105, 67, 'Dharti', 'Female', '2024-03-07 10:42:56'),
(106, 67, 'Dev', 'Male', '2024-03-07 10:42:56'),
(107, 74, 'ram', 'Male', '2024-04-12 07:50:36'),
(108, 74, 'bhabhi', 'Female', '2024-04-12 07:50:36'),
(109, 80, 'Felicia Gillespie', 'Male', '2024-09-05 10:24:20'),
(110, 80, 'Teegan Doyle', 'Female', '2024-09-05 10:24:20'),
(113, 89, 'harsh', 'Male', '2024-09-25 07:01:24'),
(114, 89, 'abc', 'Female', '2024-09-25 07:01:24'),
(115, 90, 'Rahul', 'Male', '2024-10-03 11:50:33'),
(116, 90, 'Teegan Doyle', 'Female', '2024-10-03 11:50:33'),
(119, 92, 'laswell', 'Male', '2024-10-07 12:44:37'),
(120, 92, 'Rani', 'Female', '2024-10-07 12:44:37'),
(123, 94, 'Ajay', 'Male', '2024-10-21 10:53:35'),
(124, 94, 'Kajal', 'Female', '2024-10-21 10:53:35'),
(125, 95, 'Nikesh ', 'Male', '2024-10-24 03:36:33'),
(126, 95, 'Neha', 'Female', '2024-10-24 03:36:33'),
(127, 96, 'Jaya', 'Female', '2024-10-24 09:21:58'),
(128, 96, 'Mahek', 'Male', '2024-10-24 09:21:58'),
(129, 97, 'Karan', 'Male', '2024-10-24 09:32:25'),
(130, 97, 'Kavya', 'Female', '2024-10-24 09:32:25'),
(131, 98, 'Maya', 'Female', '2024-10-24 09:35:07'),
(132, 98, 'Mohan', 'Male', '2024-10-24 09:35:07'),
(133, 104, 'Sanket', 'Male', '2024-10-26 07:07:45'),
(134, 104, 'Ahinsha', 'Female', '2024-10-26 07:07:45'),
(135, 110, 'Male', 'Male', '2024-10-29 11:36:20'),
(136, 110, 'Female', 'Female', '2024-10-29 11:36:20'),
(137, 112, 'Nikesh', 'Male', '2024-11-25 11:30:21'),
(138, 112, 'Neha', 'Female', '2024-11-25 11:30:21'),
(139, 113, 'bako', 'Male', '2024-11-27 09:27:00'),
(140, 113, 'bakis', 'Female', '2024-11-27 09:27:00'),
(141, 114, 'Arya', 'Male', '2024-11-27 11:09:31'),
(142, 114, 'Kiran', 'Female', '2024-11-27 11:09:31'),
(143, 115, 'Arya', 'Male', '2024-11-27 11:09:31'),
(144, 115, 'Kiran', 'Female', '2024-11-27 11:09:31'),
(145, 116, 'Syra', 'Female', '2024-11-29 05:49:12'),
(146, 116, 'Micky', 'Male', '2024-11-29 05:49:12'),
(147, 119, 'Neha', 'Female', '2025-03-12 10:50:10'),
(148, 119, 'Akhil', 'Male', '2025-03-12 10:50:10'),
(149, 123, 'Hiren ', 'Male', '2025-04-16 06:52:57'),
(150, 123, 'Vadodara', 'Female', '2025-04-16 06:52:57'),
(151, 127, 'kajal', 'Male', '2025-05-05 12:20:42'),
(152, 127, 'janal', 'Female', '2025-05-05 12:20:42'),
(153, 131, 'dvd', 'Male', '2026-03-10 06:37:56'),
(154, 131, 'dvd', 'Female', '2026-03-10 06:37:56');

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

--
-- Table structure for table `event_planning`
--

CREATE TABLE `event_planning` (
  `id` int(11) NOT NULL,
  `venueID` int(11) NOT NULL,
  `event_ID` int(11) NOT NULL,
  `events_space_ids` text NOT NULL,
  `event_space_timing` text NOT NULL,
  `furniture_space` text NOT NULL,
  `comments` text NOT NULL,
  `created_at` timestamp NOT NULL DEFAULT current_timestamp(),
  `updated_at` timestamp NOT NULL DEFAULT current_timestamp()
) ENGINE=MyISAM DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci;

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

--
-- Table structure for table `event_space`
--

CREATE TABLE `event_space` (
  `id` int(11) NOT NULL,
  `venueID` int(11) NOT NULL,
  `event_space_name` varchar(255) DEFAULT NULL,
  `event_space_time` timestamp NOT NULL DEFAULT current_timestamp(),
  `capacity` varchar(255) DEFAULT NULL,
  `doc_file` text DEFAULT NULL,
  `doc_file_label` varchar(255) DEFAULT NULL,
  `fixed_furniture` text DEFAULT NULL,
  `created_at` datetime NOT NULL DEFAULT current_timestamp(),
  `updated_at` datetime NOT NULL DEFAULT current_timestamp()
) ENGINE=MyISAM DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci;

--
-- Dumping data for table `event_space`
--

INSERT INTO `event_space` (`id`, `venueID`, `event_space_name`, `event_space_time`, `capacity`, `doc_file`, `doc_file_label`, `fixed_furniture`, `created_at`, `updated_at`) VALUES
(3, 98, 'Event Space 2OKAy', '2024-10-14 09:51:40', '[{\"capacityName\":\"Theatre\",\"capacity\":\"01\"},{\"capacityName\":\"Classroom\",\"capacity\":\"10\"},{\"capacityName\":\"Reception\",\"capacity\":\"5\"}]', '[\"https:\\/\\/wedding.londontechequity.co.uk\\/portal\\/public\\/eventSpace\\/1708434335_facddce38da7ed85eeb7.jpg\",\"https:\\/\\/wedding.londontechequity.co.uk\\/portal\\/public\\/eventSpace\\/1709204100_10193c3b8b02cddac2ec.jpg\"]', '[\"dsf\",\"dsf1\"]', '[{\"itemName\":\"Space Item 1\",\"itemDetails\":\"Space Item 1\"},{\"itemName\":\"Space Item 22\",\"itemDetails\":\"Space Item 22\"}]', '2024-02-16 05:26:32', '2024-02-16 05:26:32'),
(4, 98, 'Event Space 3', '2024-02-24 06:08:47', '[{\"capacityName\":\"Theatre\",\"capacity\":\"01\"},{\"capacityName\":\"Classroom\",\"capacity\":\"10\"},{\"capacityName\":\"Reception\",\"capacity\":\"5\"}]', '[\"https:\\/\\/wedding.londontechequity.co.uk\\/portal\\/public\\/eventSpace\\/1708434335_facddce38da7ed85eeb7.jpg\"]', '[\"dsf\"]', '[{\"itemName\":\"Space Item 3\",\"itemDetails\":\"Space Items\"},{\"itemName\":\"Space Item 4\",\"itemDetails\":\"Space Items\"}]', '2024-02-16 05:36:02', '2024-02-16 05:36:02'),
(6, 98, 'Event Space Capacity', '2024-02-24 06:08:47', '[{\"capacityName\":\"Theatre\",\"capacity\":\"01\"},{\"capacityName\":\"Classroom\",\"capacity\":\"10\"},{\"capacityName\":\"Reception\",\"capacity\":\"5\"}]', '[\"https:\\/\\/wedding.londontechequity.co.uk\\/portal\\/public\\/eventSpace\\/1708492938_76197130110a9ced11f3.jpg\",\"https:\\/\\/wedding.londontechequity.co.uk\\/portal\\/public\\/eventSpace\\/1708492938_12398f867963e99f5ef4.jpg\"]', '[\"doc cap 1\",\"doc cap 2\"]', '[{\"itemName\":\"Item cap 1\",\"itemDetails\":\"Item cap 1\"},{\"itemName\":\"Item cap 2\",\"itemDetails\":\"Item cap 2\"}]', '2024-02-20 22:22:18', '2024-02-20 22:22:18'),
(55, 98, 'Event Space 20', '2025-04-08 11:59:52', '[{\"capacityName\":\"Theatre\",\"capacity\":\"0\"}]', '[]', '[\"\"]', '[{\"itemName\":\"\",\"itemDetails\":\"\"}]', '2025-04-08 04:59:52', '2025-04-08 04:59:52'),
(27, 497, 'Event Space 1', '2024-04-15 07:00:00', '[{\"capacityName\":\"Dinner\",\"capacity\":\"10\"}]', '[\"https:\\/\\/wedding.londontechequity.co.uk\\/portal\\/public\\/eventSpace\\/1712827281_e6ada7746495d9468fff.jpg\"]', '[\"doc\"]', '[{\"itemName\":\"Item 1\",\"itemDetails\":\"Item 1\"}]', '2024-04-11 02:21:21', '2024-04-11 02:21:21'),
(53, 535, 'Ballroom', '2025-03-12 10:44:36', '[{\"capacityName\":\"Theatre\",\"capacity\":\"300\"}]', '[]', '[\"\"]', '[{\"itemName\":\"\",\"itemDetails\":\"\"}]', '2025-03-12 03:44:36', '2025-03-12 03:44:36'),
(54, 535, 'Ballroom', '2025-03-26 16:35:56', '[{\"capacityName\":\"Theatre\",\"capacity\":\"100\"}]', '[]', '[\"\"]', '[{\"itemName\":\"\",\"itemDetails\":\"\"}]', '2025-03-26 09:35:56', '2025-03-26 09:35:56'),
(46, 98, 'Event Space 20', '2024-10-24 08:09:26', '[{\"capacityName\":\"Theatre\",\"capacity\":\"0\"}]', '[]', '[\"\"]', '[{\"itemName\":\"\",\"itemDetails\":\"\"}]', '2024-10-24 01:09:26', '2024-10-24 01:09:26'),
(11, 388, 'Dj Song', '2024-03-01 07:00:00', '[{\"capacityName\":\"Dinner\",\"capacity\":\"200\"},{\"capacityName\":\"Buffet\",\"capacity\":\"200\"}]', '[\"https:\\/\\/wedding.londontechequity.co.uk\\/portal\\/public\\/eventSpace\\/1709028740_4a8d3442f5c78ce6f12d.pdf\",\"https:\\/\\/wedding.londontechequity.co.uk\\/portal\\/public\\/eventSpace\\/1709028740_bdd731cb30e98bb6592c.pdf\"]', '[\"Dj Song\",\"nvbnvnvbnnnbvnvbnbnbnbv\"]', '[{\"itemName\":\"1\",\"itemDetails\":\"1\"},{\"itemName\":\"2\",\"itemDetails\":\"2\"},{\"itemName\":\"3\",\"itemDetails\":\"3\"}]', '2024-02-27 03:12:20', '2024-02-27 03:12:20'),
(49, 535, 'The Great Room', '2024-10-25 13:19:42', '[{\"capacityName\":\"Theatre\",\"capacity\":\"150\"}]', '[]', '[\"\"]', '[{\"itemName\":\"\",\"itemDetails\":\"\"}]', '2024-10-25 06:19:42', '2024-10-25 06:19:42'),
(50, 537, 'Test Space 1', '2024-10-26 06:42:39', '[{\"capacityName\":\"Reception\",\"capacity\":\"50\"},{\"capacityName\":\"Boardroom\",\"capacity\":\"50\"}]', '[]', '[\"\"]', '[{\"itemName\":\"\",\"itemDetails\":\"\"}]', '2024-10-25 23:42:39', '2024-10-25 23:42:39'),
(52, 98, 'Test Event Space', '2024-11-28 13:22:23', '[{\"capacityName\":\"Theatre\",\"capacity\":\"150\"}]', '[]', '[\"\"]', '[{\"itemName\":\"Item 1\",\"itemDetails\":\"Item 1\"}]', '2024-11-28 06:22:23', '2024-11-28 06:22:23'),
(43, 528, 'Event Space 2', '2024-10-22 12:11:05', '[{\"capacityName\":\"Classroom\",\"capacity\":\"20\"}]', '[\"https:\\/\\/wedding.londontechequity.co.uk\\/portal\\/public\\/eventSpace\\/1729599065_44f11f0a5e9b3383a722.webp\"]', '[\"doc\"]', '[{\"itemName\":\"Item 1\",\"itemDetails\":\"Item 1\"}]', '2024-10-22 05:11:05', '2024-10-22 05:11:05'),
(42, 528, 'space  1', '2024-10-21 10:51:24', '[{\"capacityName\":\"Dinner\",\"capacity\":\"100\"}]', '[\"https:\\/\\/wedding.londontechequity.co.uk\\/portal\\/public\\/eventSpace\\/1729507884_5f1571562a746c0a83bb.png\"]', '[\"My floor\"]', '[{\"itemName\":\"14\",\"itemDetails\":\"14\"}]', '2024-10-21 03:51:24', '2024-10-21 03:51:24'),
(41, 525, 'Jarrod Daugherty', '2024-09-23 12:23:31', '[{\"capacityName\":\"Reception\",\"capacity\":\"92\"}]', '[\"https:\\/\\/wedding.londontechequity.co.uk\\/portal\\/public\\/eventSpace\\/1727094211_c1d7afb6943ae415178b.jpg\"]', '[\"Ainsley Sparks\"]', '[{\"itemName\":\"Fugiat omnis quidem\",\"itemDetails\":\"Fugiat omnis quidem\"}]', '2024-09-23 05:23:31', '2024-09-23 05:23:31'),
(18, 426, 'dededewd', '2024-03-06 07:00:00', '[{\"capacityName\":\"Dinner\",\"capacity\":\"5\"}]', '[\"https:\\/\\/wedding.londontechequity.co.uk\\/portal\\/public\\/eventSpace\\/1709622667_2bc7db3828f72fc6100c.webp\"]', '[\"text\"]', '[{\"itemName\":\"11\",\"itemDetails\":\"11\"}]', '2024-03-05 00:11:07', '2024-03-05 00:11:07'),
(19, 426, 'qedawwqrweq', '2024-03-12 07:00:00', '[{\"capacityName\":\"Buffet\",\"capacity\":\"10\"}]', '[\"https:\\/\\/wedding.londontechequity.co.uk\\/portal\\/public\\/eventSpace\\/1709622881_456475bc65b5d3ab36f1.webp\"]', '[\"text\"]', '[{\"itemName\":\"14\",\"itemDetails\":\"14\"}]', '2024-03-05 00:14:41', '2024-03-05 00:14:41'),
(40, 525, 'Ruth Heath', '2024-09-23 12:23:10', '[{\"capacityName\":\"Buffet\",\"capacity\":\"28\"}]', '[\"https:\\/\\/wedding.londontechequity.co.uk\\/portal\\/public\\/eventSpace\\/1727094190_a81cc81543400c16818d.jpg\"]', '[\"Barrett Miranda\"]', '[{\"itemName\":\"Sit proident aute \",\"itemDetails\":\"Sit proident aute \"}]', '2024-09-23 05:23:10', '2024-09-23 05:23:10'),
(21, 426, 'dededewd', '2024-03-04 07:00:00', '[{\"capacityName\":\"Classroom\",\"capacity\":\"12\"}]', '[\"https:\\/\\/wedding.londontechequity.co.uk\\/portal\\/public\\/eventSpace\\/1709626075_b8e29a469e54ac937f8a.jpeg\"]', '[\"text\"]', '[{\"itemName\":\"14\",\"itemDetails\":\"14\"}]', '2024-03-05 01:07:55', '2024-03-05 01:07:55'),
(22, 428, 'errgegreg', '2024-03-27 07:00:00', '[{\"capacityName\":\"Classroom\",\"capacity\":\"4\"},{\"capacityName\":\"Theatre\",\"capacity\":\"14\"}]', '[\"https:\\/\\/wedding.londontechequity.co.uk\\/portal\\/public\\/eventSpace\\/1709630657_18f779d446ce063b9511.png\",\"https:\\/\\/wedding.londontechequity.co.uk\\/portal\\/public\\/eventSpace\\/1709630657_96b1a02a52712d16e394.png\"]', '[\"regrergerg\",\"eregrerg\"]', '[{\"itemName\":\"eree\",\"itemDetails\":\"eree\"},{\"itemName\":\"ererer\",\"itemDetails\":\"ererer\"}]', '2024-03-05 02:24:17', '2024-03-05 02:24:17'),
(23, 432, 'Event', '2024-03-13 07:00:00', '[{\"capacityName\":\"Classroom\",\"capacity\":\"10\"},{\"capacityName\":\"Theatre\",\"capacity\":\"0\"}]', '[\"https:\\/\\/wedding.londontechequity.co.uk\\/portal\\/public\\/eventSpace\\/1709631645_79eadeadc1ae11ad95f6.jpg\"]', '[\"Anniversry\"]', '[{\"itemName\":\"5\",\"itemDetails\":\"5\"}]', '2024-03-05 02:40:45', '2024-03-05 02:40:45'),
(24, 436, 'chako', '2024-03-29 07:00:00', '[{\"capacityName\":\"Dinner\",\"capacity\":\"500\"}]', '[\"https:\\/\\/wedding.londontechequity.co.uk\\/portal\\/public\\/eventSpace\\/1709706006_34a554cbfa8bb1ab8821.png\"]', '[\"Dj Song\"]', '[{\"itemName\":\"1\",\"itemDetails\":\"1\"}]', '2024-03-05 23:20:06', '2024-03-05 23:20:06'),
(25, 436, 'fgfgfd', '2024-03-21 07:00:00', '[{\"capacityName\":\"Classroom\",\"capacity\":\"500\"}]', '[\"https:\\/\\/wedding.londontechequity.co.uk\\/portal\\/public\\/eventSpace\\/1709706079_7ab9b1a8dbb3062a4530.png\"]', '[\"dfgdfsgdfgdfg\"]', '[{\"itemName\":\"2\",\"itemDetails\":\"2\"}]', '2024-03-05 23:21:19', '2024-03-05 23:21:19'),
(30, 501, 'salman khan', '2024-05-31 07:00:00', '[{\"capacityName\":\"Buffet\",\"capacity\":\"47\"}]', '[\"https:\\/\\/wedding.londontechequity.co.uk\\/portal\\/public\\/eventSpace\\/1712918185_f8c2d61747243d79d459.png\"]', '[\"Tiger Abhi Jida He\"]', '[{\"itemName\":\"sohil khan\",\"itemDetails\":\"sohil khan\"}]', '2024-04-12 03:36:25', '2024-04-12 03:36:25'),
(31, 284, 'The Great Room', '2024-09-20 07:00:00', '[{\"capacityName\":\"Theatre\",\"capacity\":\"300\"},{\"capacityName\":\"Buffet\",\"capacity\":\"160\"}]', '[\"https:\\/\\/wedding.londontechequity.co.uk\\/portal\\/public\\/eventSpace\\/1725295537_d3f166a81064c0776770.jpeg\"]', '[\"Floorplan 1\"]', '[{\"itemName\":\"Chivari chairs\",\"itemDetails\":\"Chivari chairs\"}]', '2024-09-02 09:45:37', '2024-09-02 09:45:37'),
(51, 537, 'Test Space 2', '2024-10-26 06:43:23', '[{\"capacityName\":\"Reception\",\"capacity\":\"100\"},{\"capacityName\":\"Dinner\",\"capacity\":\"50\"},{\"capacityName\":\"Boardroom\",\"capacity\":\"100\"}]', '[]', '[\"\"]', '[{\"itemName\":\"\",\"itemDetails\":\"\"}]', '2024-10-25 23:43:23', '2024-10-25 23:43:23'),
(62, 558, 'Olga Parrish', '2025-04-14 09:57:40', '[{\"capacityName\":\"Buffet\",\"capacity\":\"10\"},{\"capacityName\":\"Reception\",\"capacity\":\"1010\"}]', '[\"https:\\/\\/wedding.londontechequity.co.uk\\/portal\\/public\\/eventSpace\\/1744624660_20ae4e641a5bffca4258.webp\",\"https:\\/\\/wedding.londontechequity.co.uk\\/portal\\/public\\/eventSpace\\/1744624660_4a91caf084b40852a442.webp\"]', '[\"Garrison Baldwin\",\"Garrison Baldwin\",\"\"]', '[{\"itemName\":\"ssadasda\",\"itemDetails\":\"ssadasda\"}]', '2025-04-14 02:57:40', '2025-04-14 02:57:40'),
(60, 98, 'Joelle Paul', '2025-04-14 09:52:36', '[{\"capacityName\":\"Classroom\",\"capacity\":\"62\"},{\"capacityName\":\"Buffet\",\"capacity\":\"54\"}]', '[\"https:\\/\\/wedding.londontechequity.co.uk\\/portal\\/public\\/eventSpace\\/1744624356_a979879af5f53156ce71.webp\"]', '[\"Brett Fuller\"]', '[{\"itemName\":\"Ipsum elit omnis es\",\"itemDetails\":\"Ipsum elit omnis es\"}]', '2025-04-14 02:52:36', '2025-04-14 02:52:36'),
(34, 503, 'Emerald Maddox', '2024-09-06 07:16:31', '[{\"capacityName\":\"Classroom\",\"capacity\":\"43\"}]', '[\"https:\\/\\/wedding.londontechequity.co.uk\\/portal\\/public\\/eventSpace\\/1725606991_86116bceb8e3aad47c0f.jpg\"]', '[\"Michelle Mcintosh\"]', '[{\"itemName\":\"Dolorem vel non est \",\"itemDetails\":\"Dolorem vel non est \"}]', '2024-09-06 00:16:31', '2024-09-06 00:16:31'),
(35, 503, 'Emerald Maddox', '2024-09-06 07:16:31', '[{\"capacityName\":\"Classroom\",\"capacity\":\"43\"}]', '[\"https:\\/\\/wedding.londontechequity.co.uk\\/portal\\/public\\/eventSpace\\/1725606991_e7b0c9e977b423411d8a.jpg\"]', '[\"Michelle Mcintosh\"]', '[{\"itemName\":\"Dolorem vel non est \",\"itemDetails\":\"Dolorem vel non est \"}]', '2024-09-06 00:16:31', '2024-09-06 00:16:31'),
(36, 503, 'Emerald Maddox', '2024-09-06 07:16:31', '[{\"capacityName\":\"Classroom\",\"capacity\":\"43\"}]', '[\"https:\\/\\/wedding.londontechequity.co.uk\\/portal\\/public\\/eventSpace\\/1725606991_6b8485a615fe5ad88b91.jpg\"]', '[\"Michelle Mcintosh\"]', '[{\"itemName\":\"Dolorem vel non est \",\"itemDetails\":\"Dolorem vel non est \"}]', '2024-09-06 00:16:31', '2024-09-06 00:16:31'),
(37, 503, 'Emerald Maddox', '2024-09-06 07:16:32', '[{\"capacityName\":\"Classroom\",\"capacity\":\"43\"}]', '[\"https:\\/\\/wedding.londontechequity.co.uk\\/portal\\/public\\/eventSpace\\/1725606992_9e1ce95dbe3e2d84fc82.jpg\"]', '[\"Michelle Mcintosh\"]', '[{\"itemName\":\"Dolorem vel non est \",\"itemDetails\":\"Dolorem vel non est \"}]', '2024-09-06 00:16:32', '2024-09-06 00:16:32'),
(38, 503, 'Emerald Maddox', '2024-09-06 07:16:32', '[{\"capacityName\":\"Classroom\",\"capacity\":\"43\"}]', '[\"https:\\/\\/wedding.londontechequity.co.uk\\/portal\\/public\\/eventSpace\\/1725606992_6471dc22dbceaad2e755.jpg\"]', '[\"Michelle Mcintosh\"]', '[{\"itemName\":\"Dolorem vel non est \",\"itemDetails\":\"Dolorem vel non est \"}]', '2024-09-06 00:16:32', '2024-09-06 00:16:32'),
(39, 503, 'Lester Walls', '2024-09-06 07:19:59', '[{\"capacityName\":\"Boardroom\",\"capacity\":\"5\"}]', '[\"https:\\/\\/wedding.londontechequity.co.uk\\/portal\\/public\\/eventSpace\\/1725607199_43c42339788ecf8255e6.jpg\"]', '[\"Sopoline Wilder\"]', '[{\"itemName\":\"Culpa maxime corrup\",\"itemDetails\":\"Culpa maxime corrup\"}]', '2024-09-06 00:19:59', '2024-09-06 00:19:59'),
(61, 98, 'Guy Guzman', '2025-04-14 09:53:14', '[{\"capacityName\":\"Boardroom\",\"capacity\":\"101\"},{\"capacityName\":\"Buffet\",\"capacity\":\"101\"}]', '[\"https:\\/\\/wedding.londontechequity.co.uk\\/portal\\/public\\/eventSpace\\/1744624356_a979879af5f53156ce71.webp\"]', '[\"Phyllis Robinson\"]', '[{\"itemName\":\"Esse dignissimos qu\",\"itemDetails\":\"Esse dignissimos qu\"},{\"itemName\":\"Ipsum elit omnis es\",\"itemDetails\":\"Ipsum elit omnis es\"}]', '2025-04-14 02:53:14', '2025-04-14 02:53:14'),
(63, 558, 'Event Space 1`12123', '2025-04-14 10:06:21', '[{\"capacityName\":\"Reception\",\"capacity\":\"101\"},{\"capacityName\":\"Reception\",\"capacity\":\"101\"}]', '[\"https:\\/\\/wedding.londontechequity.co.uk\\/portal\\/public\\/eventSpace\\/1744625175_f592315e8cfd13459b99.webp\"]', '[\"Brett Fuller\"]', '[{\"itemName\":\"Expedita qui cillum \",\"itemDetails\":\"Expedita qui cillum \"}]', '2025-04-14 02:58:27', '2025-04-14 02:58:27'),
(65, 558, 'Joelle karane', '2025-04-14 10:02:29', '[{\"capacityName\":\"Boardroom\",\"capacity\":\"10\"}]', '[]', '[\"12003\"]', '[{\"itemName\":\"dfgdsg\",\"itemDetails\":\"dfgdsg\"}]', '2025-04-14 03:02:29', '2025-04-14 03:02:29'),
(66, 98, 'Haldi rasham', '2025-04-16 06:47:13', '[{\"capacityName\":\"Reception\",\"capacity\":\"200\"}]', '[\"https:\\/\\/wedding.londontechequity.co.uk\\/portal\\/public\\/eventSpace\\/1744786033_359f9999c426540bab3b.jpeg\"]', '[\"Dj Song\"]', '[{\"itemName\":\"sasasas\",\"itemDetails\":\"sasasas\"}]', '2025-04-15 23:47:13', '2025-04-15 23:47:13'),
(69, 566, 'Griffin Barrera', '2026-03-10 06:35:55', '[{\"capacityName\":\"Boardroom\",\"capacity\":\"87\"}]', '[]', '[\"Zachary Butler\"]', '[{\"itemName\":\"Qui amet ratione re\",\"itemDetails\":\"Qui amet ratione re\"}]', '2026-03-09 23:35:55', '2026-03-09 23:35:55'),
(68, 564, ' Grand Hall', '2026-03-09 06:23:23', '[{\"capacityName\":\"Dinner\",\"capacity\":\"300\"}]', '[\"https:\\/\\/wedding.londontechequity.co.uk\\/portal\\/public\\/eventSpace\\/1773037403_0ae7e4fa7da0057c63fe.jpg\"]', '[\"grandhall-plan \"]', '[{\"itemName\":\"Stage\",\"itemDetails\":\"Stage\"},{\"itemName\":\"Chairs\",\"itemDetails\":\"Chairs\"},{\"itemName\":\"Tables \",\"itemDetails\":\"Tables \"}]', '2026-03-08 23:23:23', '2026-03-08 23:23:23'),
(70, 568, ' Grand Hall 2 ', '2026-03-12 09:23:24', '[{\"capacityName\":\"Theatre\",\"capacity\":\"50\"}]', '[]', '[\"\"]', '[{\"itemName\":\"\",\"itemDetails\":\"\"}]', '2026-03-12 02:23:24', '2026-03-12 02:23:24');

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

--
-- Table structure for table `event_space_group`
--

CREATE TABLE `event_space_group` (
  `id` int(11) NOT NULL,
  `venueID` int(11) NOT NULL COMMENT 'FK from user_master',
  `group_name` varchar(255) NOT NULL,
  `event_space_ids` text DEFAULT NULL,
  `room_details` text DEFAULT NULL,
  `created_at` datetime NOT NULL DEFAULT current_timestamp(),
  `updated_at` datetime NOT NULL DEFAULT current_timestamp()
) ENGINE=MyISAM DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci;

--
-- Dumping data for table `event_space_group`
--

INSERT INTO `event_space_group` (`id`, `venueID`, `group_name`, `event_space_ids`, `room_details`, `created_at`, `updated_at`) VALUES
(4, 98, 'Group 1', '[\"3\",\"4\"]', '[{\"room\":\"Room1\",\"from_time\":\"01:00\",\"to_time\":\"01:30\"},{\"room\":\"Room2\",\"from_time\":\"02:00\",\"to_time\":\"02:30\"}]', '2024-02-17 00:59:50', '2024-02-17 00:59:50'),
(5, 98, 'abc', '[\"3\",\"4\",\"6\",\"7\",\"9\"]', '[{\"room\":\"scasdc\",\"from_time\":\"08:30\",\"to_time\":\"07:30\"}]', '2024-02-26 00:32:25', '2024-02-26 00:32:25'),
(6, 98, 'dtegegfgfggffddfgdffgfgg', '[\"6\"]', '[{\"room\":\"106\",\"from_time\":\"09:30\",\"to_time\":\"07:00\"},{\"room\":\"111\",\"from_time\":\"08:30\",\"to_time\":\"07:00\"}]', '2024-02-27 00:57:37', '2024-02-27 00:57:37'),
(17, 284, 'Ballroom', '[\"26\"]', '[{\"room\":\"Ballroom\",\"from_time\":\"06:00\",\"to_time\":\"23:00\"},{\"room\":\"Palm Court \",\"from_time\":\"06:00\",\"to_time\":\"21:00\"}]', '2024-04-10 05:11:08', '2024-04-10 05:11:08'),
(8, 399, 'abc', '[\"14\"]', '[{\"room\":\"ujmkyhjkyhkk\",\"from_time\":\"06:30\",\"to_time\":\"06:00\"},{\"room\":\"yukyukyuk\",\"from_time\":\"06:00\",\"to_time\":\"05:30\"},{\"room\":\"yuyuyuy\",\"from_time\":\"04:00\",\"to_time\":\"09:30\"}]', '2024-02-28 21:53:04', '2024-02-28 21:53:04'),
(9, 399, 'dscsdvfsd', '[\"17\"]', '[{\"room\":\"dfasdfas\",\"from_time\":\"06:30\",\"to_time\":\"00:00\"},{\"room\":\"adasdf\",\"from_time\":\"03:30\",\"to_time\":\"06:00\"}]', '2024-02-29 03:17:05', '2024-02-29 03:17:05'),
(10, 399, 'asf', '[\"13\",\"14\"]', '[{\"room\":\"afcsaff\",\"from_time\":\"08:30\",\"to_time\":\"09:00\"},{\"room\":\"edfsf\",\"from_time\":\"07:30\",\"to_time\":\"09:30\"},{\"room\":\"dfsdf\",\"from_time\":\"07:00\",\"to_time\":\"07:30\"}]', '2024-02-29 03:18:08', '2024-02-29 03:18:08'),
(11, 399, 'iop', '[\"14\",\"17\"]', '[{\"room\":\"fgvegege\",\"from_time\":\"08:30\",\"to_time\":\"07:30\"},{\"room\":\"erfgerfgre\",\"from_time\":\"09:00\",\"to_time\":\"06:00\"}]', '2024-02-29 23:58:44', '2024-02-29 23:58:44'),
(12, 399, 'geeg', '[\"14\",\"17\"]', '[{\"room\":\"rfrwef\",\"from_time\":\"08:00\",\"to_time\":\"09:00\"}]', '2024-02-29 23:59:04', '2024-02-29 23:59:04'),
(13, 426, 'haldi group', '[\"20\",\"18\",\"19\"]', '[{\"room\":\"12\",\"from_time\":\"08:00\",\"to_time\":\"07:30\"}]', '2024-03-05 00:15:43', '2024-03-05 00:15:43'),
(14, 428, 'trgrtgrtg', '[\"22\"]', '[{\"room\":\"ergertgr\",\"from_time\":\"08:30\",\"to_time\":\"08:00\"},{\"room\":\"rtgerge\",\"from_time\":\"07:00\",\"to_time\":\"07:00\"}]', '2024-03-05 02:24:48', '2024-03-05 02:24:48'),
(15, 432, 'haldi group', '[\"23\"]', '[{\"room\":\"1\",\"from_time\":\"08:30\",\"to_time\":\"09:00\"}]', '2024-03-05 02:41:14', '2024-03-05 02:41:14'),
(16, 436, 'fgfdgfdg', '[\"24\"]', '[{\"room\":\"106\",\"from_time\":\"07:00\",\"to_time\":\"08:30\"}]', '2024-03-05 23:20:27', '2024-03-05 23:20:27'),
(18, 497, 'Group 1', '[\"27\"]', '[{\"room\":\"Room1\",\"from_time\":\"08:00\",\"to_time\":\"09:30\"}]', '2024-04-11 02:22:08', '2024-04-11 02:22:08'),
(19, 501, 'ascdasascsc', '[\"29\"]', '[{\"room\":\"111\",\"from_time\":\"01:00\",\"to_time\":\"17:00\"}]', '2024-04-12 00:49:14', '2024-04-12 00:49:14'),
(20, 503, 'Joan Bullock', '[\"32\"]', '[{\"room\":\"Maiores praesentium \",\"from_time\":\"08:30\",\"to_time\":\"07:30\"},{\"room\":\"Odio qui et enim con\",\"from_time\":\"00:00\",\"to_time\":\"00:00\"}]', '2024-09-05 01:26:42', '2024-09-05 01:26:42');

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

--
-- Table structure for table `event_type`
--

CREATE TABLE `event_type` (
  `id` int(11) NOT NULL,
  `event_type` varchar(255) NOT NULL,
  `created_at` timestamp NOT NULL DEFAULT current_timestamp(),
  `updated_at` timestamp NOT NULL DEFAULT current_timestamp()
) ENGINE=MyISAM DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci;

--
-- Dumping data for table `event_type`
--

INSERT INTO `event_type` (`id`, `event_type`, `created_at`, `updated_at`) VALUES
(20, 'Weddings', '2025-04-14 10:08:14', '2025-04-14 10:08:14'),
(18, 'Other', '2024-11-30 06:34:43', '2024-11-30 06:34:43'),
(17, 'Wedding', '2024-11-30 06:34:08', '2024-11-30 06:34:08'),
(22, 'Birthday', '2025-04-30 11:54:45', '2025-04-30 11:54:45'),
(21, 'Corporate', '2025-04-14 11:52:30', '2025-04-14 11:52:30'),
(23, 'Reception', '2025-05-01 05:47:13', '2025-05-01 05:47:13');

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

--
-- Table structure for table `guest_list`
--

CREATE TABLE `guest_list` (
  `id` int(11) NOT NULL,
  `uid` int(11) NOT NULL COMMENT 'Bride Groom ID',
  `guest_name` varchar(255) NOT NULL,
  `guest_email` varchar(255) NOT NULL,
  `guest_contact` varchar(255) NOT NULL,
  `guest_floor_id` int(11) NOT NULL,
  `guest_table_id` int(11) NOT NULL,
  `guest_seat_no` int(11) DEFAULT NULL,
  `bride_or_groom` varchar(255) NOT NULL,
  `guest_relation_group` varchar(255) DEFAULT NULL,
  `attending_status` int(11) NOT NULL DEFAULT 0,
  `created_at` timestamp NOT NULL DEFAULT current_timestamp()
) ENGINE=MyISAM DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci;

--
-- Dumping data for table `guest_list`
--

INSERT INTO `guest_list` (`id`, `uid`, `guest_name`, `guest_email`, `guest_contact`, `guest_floor_id`, `guest_table_id`, `guest_seat_no`, `bride_or_groom`, `guest_relation_group`, `attending_status`, `created_at`) VALUES
(24, 23, 'ui', 'mm@gmail.com', '78878454222', 0, 2, NULL, 'groom', 'sun', 0, '2023-10-21 05:46:12'),
(20, 17, 'dfgdfgfdgfdgdfgdfgdfgdfg', 'fghfghfghgfh', 'hjjkjhkhjkhjkhjkhkjk', 0, 0, NULL, 'groom', 'fghfghfghhgghfghgh', 0, '2023-10-20 05:57:35'),
(18, 17, 'hfghfghfghghfghfghh', 'ff@gmail.com', '89899898698', 0, 0, NULL, 'bride ', '4665656', 0, '2023-10-20 05:56:25'),
(4, 17, 'Test Guest', 'testguest@gmail.com', '8542123657', 0, 0, NULL, 'groom', 'friend', 0, '2023-10-16 09:38:53'),
(10, 22, 'my guest', 'guest@gmail.com', '123456789', 0, 0, NULL, 'bride ', 'fried', 0, '2023-10-17 06:33:20'),
(19, 17, 'dfgdfgdfgdfgdfgdfgfdg', 'ff@gmail.com', '8787545545454', 0, 0, NULL, 'groom', '889899889889', 0, '2023-10-20 05:57:01'),
(25, 20, 'tt', 'io@gmail.com', '123456789', 0, 4, 2, 'bride ', 'uuiiu', 0, '2023-10-21 05:46:38'),
(26, 20, 'arun', 'a@gmail.com', '704545874', 0, 3, 3, 'groom', 'ha', 0, '2023-10-23 04:44:51'),
(27, 23, 'nikita', 'N@gmail.com', '5641314677', 0, 2, 5, 'bride ', 'sdf', 0, '2023-10-23 04:45:46'),
(28, 23, 'esegt', 'a@gm', '425456354', 0, 1, 1, 'bride ', 'dfg', 0, '2023-10-23 04:47:48'),
(37, 23, 'tes55', 'dvz', '123456789', 0, 2, 0, 'groom', 'frnd', 0, '2023-10-23 11:11:18'),
(38, 42, 'tyi', 'asadsa', '123455', 0, 2, 0, 'groom', 'fried', 0, '2023-10-23 11:14:25'),
(36, 42, 'tesddc', 'hjjmdfkdmd', 'sfsdffs', 0, 2, 0, 'bride ', 'fffsdfs', 0, '2023-10-23 11:08:58'),
(39, 23, 'lates', 'ddasdasd', '16565644644646', 0, 2, 0, 'groom', 'fran', 0, '2023-10-23 11:25:48'),
(35, 23, 'test daa', 'hdjhdf', '123456', 0, 3, 0, 'bride ', 'frnd', 0, '2023-10-23 11:07:42'),
(41, 23, 'ramala annd debug', 'debug@gmail.com', '7878741234', 0, 4, 0, 'bride ', 'love', 0, '2023-10-24 09:45:28'),
(45, 36, 'debug', 'debug@gmail.com', '12345689', 0, 5, 0, 'bride ', 'friend', 0, '2023-10-26 11:28:58'),
(46, 51, 'haa', 'qq@gmail.com', '97258654411', 21, 10, 0, 'bride ', 'groom', 0, '2023-11-02 10:14:24'),
(47, 51, 'dfdsfdsfdsfdsf', '12123233@gmail.com', '121121212121', 0, 11, 0, 'groom', 'scsgvgdgdf', 0, '2023-11-02 10:14:45'),
(48, 51, 'bagali', 'bahah@gmail.com', '21231222326355', 0, 11, 0, 'bride ', 'll', 0, '2023-11-02 10:19:10'),
(49, 51, 'dasfsdfgsdf', 'hh@gmail.com', '21345656', 0, 12, 0, 'bride ', '51212121', 0, '2023-11-02 10:21:15'),
(50, 51, 'sfsdgfdg', 'dfgdgfg', 'fdgfg', 0, 12, 0, 'bride ', 'dfgdfgdfg', 0, '2023-11-02 10:21:26'),
(51, 51, 'dfgdfgdg', 'kk@gmail.com', 'fdgdfgdfg', 0, 12, 0, 'bride ', 'fgfdgdg', 0, '2023-11-02 10:21:43'),
(52, 51, '332323236565', '6565665@gmail.com', '656+56+565', 0, 10, 0, 'bride ', '52323232', 0, '2023-11-02 10:22:00'),
(53, 51, 'dfgdfg', '101@gmail.,com', 'dfgdfg', 0, 10, 0, 'bride ', '1112121', 0, '2023-11-02 10:22:31'),
(54, 51, 'asdfdfdfdf', 'sdffdgg', '12123132326565', 0, 12, 0, 'bride ', ' ccbvbfbbv', 0, '2023-11-02 10:26:54'),
(55, 51, 'ccvcvcvcv', 'cvcvcvcv', 'ccvvcvvcvvcvv', 0, 11, 0, 'bride ', 'ccvvcvvcv', 0, '2023-11-02 10:27:06'),
(56, 51, 'cvxcvv', 'cxcvcxvv', 'xccvcv', 0, 10, 0, 'bride ', 'cdsxcvcvxcv', 0, '2023-11-02 10:27:18'),
(57, 51, 'cxvcxvxvcx', '32sddf2ds32f3ds2f3+sd2', 'cvv25652323.20312+58545130', 0, 11, 0, 'bride ', ' daafsdfdf', 0, '2023-11-02 10:27:32'),
(58, 51, 'dfgdfgdfgdfg', 'dffgdg', 'dfgdfgdfg', 0, 13, 0, 'bride ', 'dffgdfg', 0, '2023-11-02 10:36:34'),
(59, 51, 'sddfdfdf', 'dasfsdfdsf', 'dsfdsf', 0, 13, 0, 'groom', 'sffdfdsf', 0, '2023-11-02 10:37:35'),
(60, 51, 'hfghfghfgh', 'ghfghfhfgh@gmail.com', 'hgfhfghfgh', 0, 11, 0, 'bride ', 'ghghfgh', 0, '2023-11-02 10:58:04'),
(61, 52, 'tab', 'tt@gmail.com', '885422', 0, 14, 0, 'bride ', 'bride', 0, '2023-11-03 05:16:39'),
(81, 57, 'Snow', 'snow@gmail.com', '5465123', 17, 16, 0, 'bride ', 'Frnd', 0, '2023-11-23 10:42:28'),
(80, 57, 'Alice', 'alice@gmail.com', '8754721', 16, 15, 0, 'groom', 'Guide', 0, '2023-11-23 10:30:45'),
(83, 59, 'guest mer', 'mer@gmail.com', '123456700,68', 21, 22, 0, 'groom', 'debug', 0, '2023-11-23 12:24:12'),
(84, 59, 'New Guest', 'mer@gmail.com', '123456700,68', 21, 22, 0, 'bride ', 'debug', 0, '2023-11-23 12:24:12'),
(85, 31, 'New Guest', 'mer@gmail.com', '123456700,68', 21, 22, 0, 'bride ', 'debug', 0, '2023-11-23 12:24:12'),
(86, 59, 'Test Guest', 'testguest@gmail.com', '8542123657', 21, 22, 4, 'groom', 'friend', 0, '2024-03-05 11:27:59'),
(87, 59, 'Test Guest', 'testguest@gmail.com', '8542123657', 21, 22, 4, 'groom', 'friend', 0, '2024-03-05 12:08:31');

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

--
-- Table structure for table `invoice`
--

CREATE TABLE `invoice` (
  `inv_id` int(11) NOT NULL,
  `user_id` int(11) NOT NULL,
  `supplier_id` int(11) NOT NULL,
  `cat_id` int(11) NOT NULL,
  `invoice_date` varchar(255) NOT NULL,
  `due_date` varchar(255) NOT NULL,
  `invoice_total_amt` varchar(255) NOT NULL,
  `pay_status` int(11) NOT NULL,
  `pay_method` varchar(255) DEFAULT NULL,
  `inv_file` varchar(255) DEFAULT NULL,
  `created_at` timestamp NOT NULL DEFAULT current_timestamp(),
  `updated_at` timestamp NOT NULL DEFAULT current_timestamp() ON UPDATE current_timestamp()
) ENGINE=MyISAM DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci;

--
-- Dumping data for table `invoice`
--

INSERT INTO `invoice` (`inv_id`, `user_id`, `supplier_id`, `cat_id`, `invoice_date`, `due_date`, `invoice_total_amt`, `pay_status`, `pay_method`, `inv_file`, `created_at`, `updated_at`) VALUES
(1, 23, 191, 3, '25/10/2023', '31/10/2023', '5000', 0, 'null', 'https://wedding.fableadtechnolabs.com/wedding/portal/public/invoices/100811464604.png', '2023-10-25 05:46:11', '2023-10-25 06:38:59'),
(2, 41, 229, 3, '23-10-2023', '26-10-2023', '150000', 0, NULL, 'https://wedding.fableadtechnolabs.com/wedding/portal/public/invoices/100811464604.png', '2023-10-25 07:41:17', '2023-10-27 10:01:28'),
(3, 45, 251, 4, '23-10-2023', '26-10-2023', '150000', 0, NULL, 'https://wedding.fableadtechnolabs.com/wedding/portal/public/invoices/100811464604.png', '2023-10-25 07:41:17', '2023-10-31 11:01:49'),
(4, 59, 314, 2, '25-11-2023', '25-11-2023', '2800', 0, NULL, 'https://wedding.fableadtechnolabs.com/wedding/portal/public/invoices/100811464604.png', '2023-10-25 07:41:17', '2023-10-31 11:01:49');

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

--
-- Table structure for table `Metting`
--

CREATE TABLE `Metting` (
  `id` int(255) NOT NULL,
  `user_id` int(255) NOT NULL,
  `Metting_name` varchar(255) DEFAULT NULL,
  `supplier_name` varchar(255) DEFAULT NULL,
  `groomname` varchar(255) NOT NULL,
  `metting_date` date DEFAULT NULL,
  `metting_time` time DEFAULT NULL,
  `create_at` timestamp NOT NULL DEFAULT current_timestamp(),
  `update_at` timestamp NOT NULL DEFAULT current_timestamp()
) ENGINE=InnoDB DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci;

--
-- Dumping data for table `Metting`
--

INSERT INTO `Metting` (`id`, `user_id`, `Metting_name`, `supplier_name`, `groomname`, `metting_date`, `metting_time`, `create_at`, `update_at`) VALUES
(1, 0, 'Quia repellendus Ip', '516', '', '2003-07-19', '18:07:00', '2024-09-20 09:47:14', '2024-09-20 09:47:14'),
(2, 0, 'Quia repellendus Ip', '516', '', '2003-07-19', '18:07:00', '2024-09-20 09:47:26', '2024-09-20 09:47:26'),
(3, 98, 'Deleniti maxime omni', '104', '', '2016-05-20', '14:44:00', '2024-09-20 09:53:17', '2024-09-20 09:53:17'),
(4, 98, 'Porro optio commodi', '104', '', '1987-04-22', '06:12:00', '2024-09-20 09:55:41', '2024-09-20 09:55:41'),
(5, 98, 'Ut ab dignissimos am', '517', '', '1975-10-28', '00:52:00', '2024-09-20 10:14:02', '2024-09-20 10:14:02'),
(6, 98, 'Tempor exercitatione', '104', '', '1997-07-25', '23:39:00', '2024-09-20 10:15:53', '2024-09-20 10:15:53'),
(7, 98, 'Dicta dolor consequa', '517', '119', '2008-05-15', '21:28:00', '2024-09-20 10:41:11', '2024-09-20 10:41:11'),
(8, 98, 'Ut', '517', '122', '2024-09-26', '01:11:00', '2024-09-20 10:53:15', '2024-09-20 10:53:15'),
(9, 98, 'Quos labore ad non i', '104', '113', '2018-11-15', '22:42:00', '2024-09-20 11:08:28', '2024-09-20 11:08:28'),
(10, 98, 'Officia voluptas eum', '521', '76', '2024-10-25', '04:39:00', '2024-09-20 11:08:54', '2024-09-20 11:08:54');

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

--
-- Table structure for table `notification`
--

CREATE TABLE `notification` (
  `id` int(11) NOT NULL,
  `uid` int(11) DEFAULT NULL,
  `bridegroom_id` int(11) DEFAULT NULL,
  `noti_type` varchar(255) NOT NULL COMMENT 'chat,quotation,invoice genrated,,',
  `noti_title` varchar(255) NOT NULL,
  `noti_body` text NOT NULL,
  `read_status` int(11) NOT NULL DEFAULT 0,
  `created_at` timestamp NOT NULL DEFAULT current_timestamp()
) ENGINE=MyISAM DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci;

--
-- Dumping data for table `notification`
--

INSERT INTO `notification` (`id`, `uid`, `bridegroom_id`, `noti_type`, `noti_title`, `noti_body`, `read_status`, `created_at`) VALUES
(1, NULL, 23, 'invoice', 'Notification', 'This is New Notification', 1, '2023-10-17 06:29:09'),
(2, NULL, 23, 'invoice', 'Notification', 'This is Letest Notification', 1, '2023-10-17 06:29:42'),
(3, NULL, 23, 'quotation', 'flower decoration noti', 'my new notification', 1, '2023-10-18 06:15:35'),
(4, NULL, 23, 'booking', 'caterer noti', 'notification for new', 1, '2023-10-18 06:16:23'),
(5, NULL, 23, 'chat', 'new notification', 'text text testing', 1, '2023-10-18 06:17:52'),
(6, NULL, 28, 'chat', 'new message', 'hiii, how r u?', 1, '2023-10-18 06:17:52'),
(8, NULL, 41, 'invoice', 'Notification Invoice', 'This is Letest Notification', 1, '2023-10-17 06:29:42'),
(9, NULL, 41, 'quotation', 'flower decoration Quotation', 'my new notification', 1, '2023-10-18 06:15:35'),
(10, NULL, 41, 'booking', 'caterer Booking Info', 'notification for new', 1, '2023-10-18 06:16:23'),
(11, NULL, 41, 'chat', 'new messages', 'text text testing', 1, '2023-10-18 06:17:52'),
(14, NULL, 48, 'quotation', 'phograph is responsed your photographer quotation request.', 'Quotation Details of my photography ', 1, '2023-11-01 06:05:46'),
(15, NULL, 48, 'quotation', 'phograph is responsed your photographer quotation request.', 'Quotation Details of my photography ', 1, '2023-11-01 06:09:26'),
(16, NULL, 51, 'invoice', 'Your \"Venue :hares mangukiya\" invoice generated.', 'fdfdfdfdfdf', 1, '2023-11-02 07:36:39'),
(17, NULL, 51, 'invoice', 'Your booking Service :photographer by jdk invoice generated.', 'adsfsdfsdfsdfdsdsfdsf', 1, '2023-11-02 11:30:09'),
(18, NULL, 51, 'quotation', 'jay is responsed your flourist quotation request.', 'ffdsgyjg 0101gg0d0n01000hhhnhlgdfkln\r\nhnjkfszhggsknb\r\nxmj[\'fdgkmgk;g', 1, '2023-11-02 11:44:50'),
(19, NULL, 52, 'invoice', 'Your booking Service :Caterers  by testSup invoice generated.', 'fhryfyj grtthbxc jj,ghshdgiufgbsjvvbuvv ,uisvkbsuigvuuf fffv,dgbvg78sgjsb', 1, '2023-11-03 04:54:45'),
(20, NULL, 52, 'quotation', 'testSup is responsed your photographer quotation request.', 'dsgdfsfgh \r\ngsdgdfhiuvgsgviksv\r\njvoiosdgsuigb5000mnisgviodsv\r\nkxvpbojdo2 fdgd', 1, '2023-11-03 05:08:06'),
(21, NULL, 51, 'invoice', 'Your \"Venue :hares mangukiya\" invoice generated.', 'fghfghfghfghfghfghfghf', 1, '2023-11-03 06:11:53'),
(22, NULL, 15, 'invoice', 'Your \"Venue :Le Venue Name\" invoice generated.', 'hfgh bbdhf bfghv rh fhgfb vbg gh cbgfngf  gfhhfgbvchhgn g', 1, '2023-11-03 10:26:17'),
(23, NULL, 53, 'invoice', 'Your booking Service :Caterers  by testSup invoice generated.', 'frtjukhm cvhgm fgjkhh bdfgfdghjfn  dvnhhgmfvc cv fng\r\nhdsfd   vbn\\\\\r\nfdggb g \r\nj  fgjjhgmk', 0, '2023-11-06 12:07:10'),
(24, NULL, 57, 'quotation', 'lamy is responsed your flourist quotation request.', 'i have good suppliers', 1, '2023-11-07 09:42:56'),
(25, NULL, 57, 'quotation', 'Jake is responsed your photographer quotation request.', 'Good photo', 1, '2023-11-07 09:50:58'),
(26, NULL, 57, 'quotation', 'David is responsed your Caterers  quotation request.', 'Good ', 1, '2023-11-07 09:53:32'),
(27, NULL, 23, 'invoice', 'Your booking Service :photographer by Supplier3 invoice generated.', 'Candid at its best you don`t even know when he takes your picture you are laughing dancing wearing good clothes and he is taking your pictures and capturing those moments into your memories and his camera. virali had hired him with the very reasonable amount and that to was an amazing moment got captured in his camera.', 0, '2023-11-07 11:59:06'),
(28, NULL, 59, 'quotation', 'paltololte is responsed your photographer quotation request.', 'Full Video Coverage : $800\r\nStyle Consultation	: $500\r\nPrinted Album	: $500\r\nDigital Album	: $600\r\nAfter-Party Photographs : $200\r\nProfessional Retouching : $200', 1, '2023-11-08 06:24:08'),
(29, NULL, 59, 'quotation', 'paltololte is responsed your photographer quotation request.', 'Style Consultation	: $500\r\nPrinted Album	: $500\r\nDigital Album	: $600\r\nAfter-Party Photographs : $200\r\nProfessional Retouching : $200', 1, '2023-11-08 06:37:25'),
(30, NULL, 59, 'invoice', 'Your booking Service :photographer by paltololte invoice generated.', 'rfthjfydhv fghgcdv gdghdbxv ffhhd xcgrtb x\r\nfhsdfkff 100', 1, '2023-11-08 06:45:13'),
(31, NULL, 59, 'quotation', 'Lane Kamba is responsed your musician quotation request.', 'Service 1 $50\r\nService 2 $250', 1, '2023-11-08 10:21:09'),
(32, NULL, 59, 'quotation', 'Lane Kamba is responsed your musician quotation request.', 'Service 1 $50\r\nService 2 $450', 1, '2023-11-08 10:39:30'),
(33, NULL, 59, 'invoice', 'Your booking Service :musician by Lane Kamba invoice generated.', 'Booking Note Informations', 1, '2023-11-08 10:40:48'),
(34, NULL, 31, 'quotation', 'Supplier3 is responsed your Caterers  quotation request.', 'hjghjng', 1, '2024-01-23 12:19:56'),
(35, NULL, 31, 'quotation', 'Supplier3 is responsed your Caterers  quotation request.', 'hjghjng', 1, '2024-01-23 12:19:58'),
(36, NULL, 31, 'quotation', 'hjju is responsed your flourist quotation request.', 'rthrtfh', 1, '2024-01-23 12:21:55'),
(37, NULL, 31, 'quotation', 'hjju is responsed your flourist quotation request.', 'rthrtfh', 1, '2024-01-23 12:22:54'),
(38, NULL, 31, 'quotation', 'hjju is responsed your flourist quotation request.', 'rtghgh', 1, '2024-01-23 12:39:00'),
(39, NULL, 31, 'quotation', 'hjju is responsed your flourist quotation request.', 'rtghgh', 1, '2024-01-23 12:41:20'),
(40, NULL, 31, 'quotation', 'hjju is responsed your flourist quotation request.', 'rtghgh', 1, '2024-01-23 12:41:30'),
(41, NULL, 31, 'quotation', 'hjju is responsed your flourist quotation request.', 'rtghgh', 1, '2024-01-23 12:41:36'),
(42, NULL, 31, 'quotation', 'hjju is responsed your flourist quotation request.', 'rtghgh', 1, '2024-01-23 12:43:30'),
(43, NULL, 31, 'quotation', 'hjju is responsed your flourist quotation request.', 'rtghghnfg', 1, '2024-01-23 12:43:38'),
(44, NULL, 31, 'quotation', 'hjju is responsed your flourist quotation request.', 'regerg', 1, '2024-01-23 12:48:33'),
(45, 85, 149, 'Itinerary', 'Itinerary will be uploaded', 'Itinerary reminder', 1, '2024-09-23 07:17:17'),
(46, 85, 149, 'Itinerary', 'Itinerary will be updated', 'Itinerary reminder', 1, '2024-09-23 07:18:26'),
(47, 85, 149, 'Itinerary', 'Itinerary will be updated', 'Itinerary reminder', 1, '2024-09-23 07:31:45'),
(48, 85, 149, 'reminder', 'supplier will be updated', 'supplier reminder', 1, '2024-09-23 07:32:34'),
(49, 85, 149, 'reminder', 'supplier will be updated', 'supplier reminder', 1, '2024-09-23 07:33:17'),
(50, 85, 149, 'reminder', 'supplier will be updated', 'supplier reminder', 1, '2024-09-23 07:33:27'),
(51, 85, 149, 'Itinerary', 'Itinerary will be updated', 'Itinerary reminder', 0, '2024-09-23 11:25:15'),
(52, 85, 149, 'reminder', 'supplier will be updated', 'supplier reminder', 0, '2024-09-23 11:25:38'),
(53, 85, 149, 'Itinerary', 'Itinerary will be updated', 'Itinerary reminder', 0, '2024-09-23 12:00:14'),
(54, 87, 151, 'Itinerary', 'Itinerary will be updated', 'Itinerary reminder', 0, '2024-09-25 06:23:39'),
(55, 87, 151, 'reminder', 'supplier will be updated', 'supplier reminder', 0, '2024-09-25 06:23:42'),
(56, 93, 157, 'reminder', 'supplier will be updated', 'supplier reminder', 1, '2024-10-21 08:08:36'),
(57, 93, 157, 'reminder', 'supplier will be updated', 'supplier reminder', 1, '2024-10-21 08:11:21'),
(58, 93, 157, 'reminder', 'supplier will be updated', 'supplier reminder', 1, '2024-10-21 08:12:49'),
(59, 93, 157, 'reminder', 'supplier will be updated', 'supplier reminder', 1, '2024-10-21 08:13:01'),
(60, 92, 156, 'reminder', 'supplier will be updated', 'supplier reminder', 1, '2024-10-21 09:31:04'),
(61, 92, 156, 'reminder', 'supplier will be updated', 'supplier reminder', 1, '2024-10-21 09:31:12'),
(62, 94, 158, 'Itinerary', 'Itinerary will be updated', 'Itinerary reminder', 1, '2024-10-21 11:25:01'),
(63, 85, 149, 'Itinerary', 'Itinerary will be updated', 'Itinerary reminder', 0, '2024-10-21 12:44:20'),
(64, 94, 158, 'Itinerary', 'Itinerary will be updated', 'Itinerary reminder', 1, '2024-10-22 12:14:01'),
(65, 94, 158, 'reminder', 'supplier will be updated', 'supplier reminder', 1, '2024-10-22 12:14:04'),
(66, 95, 159, 'Itinerary', 'Itinerary will be updated', 'Itinerary reminder', 0, '2024-10-24 03:42:22'),
(67, 95, 159, 'reminder', 'supplier will be updated', 'supplier reminder', 0, '2024-10-24 03:42:27'),
(68, 106, 167, 'Itinerary', 'Itinerary will be updated', 'Itinerary reminder', 0, '2024-10-26 09:10:41'),
(69, 106, 167, 'reminder', 'supplier will be updated', 'supplier reminder', 0, '2024-10-26 09:10:49'),
(70, 106, 167, 'reminder', 'supplier will be updated', 'supplier reminder', 0, '2024-10-28 06:00:44'),
(71, 109, 170, 'reminder', 'supplier will be updated', 'supplier reminder', 0, '2024-10-29 06:37:22'),
(72, 111, 172, 'Itinerary', 'Itinerary will be updated', 'Itinerary reminder', 0, '2024-11-13 12:03:25'),
(73, 113, 174, 'reminder', 'supplier will be updated', 'supplier reminder', 1, '2024-11-27 09:36:12'),
(74, 113, 174, 'Itinerary', 'Itinerary will be updated', 'Itinerary reminder', 1, '2024-11-27 09:36:24'),
(75, 113, 174, 'Itinerary', 'Itinerary will be updated', 'Itinerary reminder', 1, '2024-11-27 12:07:19'),
(76, 115, 175, 'Itinerary', 'Itinerary will be updated', 'Itinerary reminder', 0, '2024-11-27 12:19:48'),
(77, 115, 175, 'reminder', 'supplier will be updated', 'supplier reminder', 0, '2024-11-27 12:29:35'),
(78, 115, 175, 'Itinerary', 'Itinerary will be updated', 'Itinerary reminder', 0, '2024-11-27 12:36:05'),
(79, 113, 174, 'Itinerary', 'Itinerary will be updated', 'Itinerary reminder', 1, '2024-11-27 13:44:58'),
(80, 113, 174, 'reminder', 'supplier will be updated', 'supplier reminder', 1, '2024-11-27 13:47:32'),
(81, 113, 174, 'reminder', 'supplier will be updated', 'supplier reminder', 1, '2024-11-28 13:25:30'),
(82, 116, 160, 'Itinerary', 'Itinerary will be updated', 'Itinerary reminder', 0, '2024-11-29 06:13:12'),
(83, 116, 160, 'reminder', 'supplier will be updated', 'supplier reminder', 0, '2024-11-29 06:14:25'),
(84, 116, 160, 'reminder', 'supplier will be updated', 'supplier reminder', 0, '2024-11-29 06:14:25'),
(85, 116, 160, 'reminder', 'supplier will be updated', 'supplier reminder', 0, '2024-11-29 06:14:25'),
(86, 116, 177, 'Itinerary', 'Itinerary will be updated', 'Itinerary reminder', 1, '2024-11-30 06:46:21'),
(87, 116, 177, 'reminder', 'supplier will be updated', 'supplier reminder', 1, '2024-11-30 06:46:53'),
(88, 117, 178, 'Itinerary', 'Itinerary will be updated', 'Itinerary reminder', 0, '2025-04-14 04:51:34'),
(89, 121, 182, 'reminder', 'supplier will be updated', 'supplier reminder', 0, '2025-04-14 12:02:21'),
(90, 121, 182, 'Itinerary', 'Itinerary will be updated', 'Itinerary reminder', 0, '2025-04-14 12:02:25'),
(91, 123, 184, 'Itinerary', 'Itinerary will be updated', 'Itinerary reminder', 1, '2025-04-16 09:23:16');

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

--
-- Table structure for table `notification_portal`
--

CREATE TABLE `notification_portal` (
  `id` int(11) NOT NULL,
  `vid` int(11) NOT NULL,
  `insertId` int(11) NOT NULL,
  `uid` int(11) NOT NULL,
  `noti_type` varchar(255) NOT NULL,
  `noti_title` varchar(255) NOT NULL,
  `noti_body` text NOT NULL,
  `read_status` int(11) NOT NULL,
  `created_at` datetime NOT NULL DEFAULT current_timestamp()
) ENGINE=InnoDB DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci;

--
-- Dumping data for table `notification_portal`
--

INSERT INTO `notification_portal` (`id`, `vid`, `insertId`, `uid`, `noti_type`, `noti_title`, `noti_body`, `read_status`, `created_at`) VALUES
(1, 98, 84, 174, 'Itinerary', 'Itinerary Nofication', '1733116769_82ffc5b67f4e199d80b8.png', 1, '2024-12-01 22:19:29'),
(2, 98, 52, 174, 'Contract', 'Contract Nofication', 'abcd', 1, '2024-12-02 00:02:17'),
(3, 399, 410, 111, 'Checklist', 'Checklist Nofication', 'harsh', 0, '2025-04-16 00:55:44'),
(4, 98, 411, 184, 'Checklist', 'Checklist Nofication', 'Ram Amar', 0, '2025-04-16 00:57:10'),
(5, 98, 85, 184, 'Itinerary', 'Itinerary Nofication', '1744794705_1cb06f3bed3902ab2d63.jpg', 0, '2025-04-16 02:11:45'),
(6, 98, 420, 156, 'Checklist', 'Checklist Nofication', 'hhh', 0, '2025-04-30 04:19:42'),
(7, 98, 421, 156, 'Checklist', 'Checklist Nofication', 'hhh', 0, '2025-04-30 04:19:44'),
(8, 98, 86, 185, 'Itinerary', 'Itinerary Nofication', '1746016689_196339a8e6e34479eb30.pdf', 0, '2025-04-30 05:38:09'),
(9, 564, 87, 189, 'Itinerary', 'Itinerary Nofication', '1772777258_bbbcf87ec67a7ffc10ff.jpg', 0, '2026-03-05 23:07:38'),
(10, 564, 53, 189, 'Itinerary', 'Itinerary Nofication', 'bd bv', 0, '2026-03-06 00:56:07'),
(11, 564, 54, 189, 'Itinerary', 'Itinerary Nofication', 'rvdv', 0, '2026-03-08 22:31:43'),
(12, 564, 55, 189, 'Itinerary', 'Itinerary Nofication', 'htng', 0, '2026-03-08 22:43:27'),
(13, 564, 425, 189, 'Checklist', 'Checklist Nofication', 'gtdf', 0, '2026-03-09 00:12:29'),
(14, 564, 426, 189, 'Checklist', 'Checklist Nofication', 'tj', 0, '2026-03-09 04:38:36'),
(15, 564, 427, 189, 'Checklist', 'Checklist Nofication', 'tj', 0, '2026-03-09 04:38:36'),
(16, 564, 428, 189, 'Checklist', 'Checklist Nofication', 'tj', 0, '2026-03-09 04:38:36'),
(17, 564, 429, 189, 'Checklist', 'Checklist Nofication', 'tj', 0, '2026-03-09 04:38:37'),
(18, 564, 430, 189, 'Checklist', 'Checklist Nofication', 'tj', 0, '2026-03-09 04:38:37'),
(19, 564, 56, 189, 'Itinerary', 'Itinerary Nofication', 'grf', 0, '2026-03-09 22:29:36'),
(20, 98, 57, 156, 'Itinerary', 'Itinerary Nofication', 'g', 0, '2026-03-09 22:45:08'),
(21, 98, 88, 156, 'Itinerary', 'Itinerary Nofication', '1773122888_0d7c06ce3ed8fc800055.jpg', 0, '2026-03-09 23:08:08'),
(22, 98, 58, 156, 'Itinerary', 'Itinerary Nofication', '', 0, '2026-03-09 23:18:31'),
(23, 566, 434, 192, 'Checklist', 'Checklist Nofication', 'hi', 0, '2026-03-09 23:39:29'),
(24, 564, 89, 189, 'Itinerary', 'Itinerary Nofication', '1773289717_d10c325d698dc60ff0a5.jpg', 0, '2026-03-11 21:28:37'),
(25, 564, 59, 189, 'Itinerary', 'Itinerary Nofication', 'vhhh', 0, '2026-03-11 21:35:24'),
(26, 564, 438, 190, 'Checklist', 'Checklist Nofication', 'testing', 0, '2026-03-12 04:26:15'),
(27, 564, 439, 190, 'Checklist', 'Checklist Nofication', 'frbc', 0, '2026-03-12 04:26:44'),
(28, 564, 440, 190, 'Checklist', 'Checklist Nofication', 'hf', 0, '2026-03-12 04:28:37'),
(29, 564, 441, 190, 'Checklist', 'Checklist Nofication', 'hhh', 0, '2026-03-12 04:45:51'),
(30, 564, 442, 190, 'Checklist', 'Checklist Nofication', 'bb', 0, '2026-03-12 04:49:19'),
(31, 564, 90, 189, 'Itinerary', 'Itinerary Nofication', '1775130529_77110acd7e85e7fba385.jpg', 0, '2026-04-02 04:48:49');

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

--
-- Table structure for table `payments`
--

CREATE TABLE `payments` (
  `id` int(11) NOT NULL,
  `booking_id` int(11) NOT NULL,
  `transaction_id` varchar(255) NOT NULL,
  `total_amount` double NOT NULL,
  `paid_amount` double NOT NULL,
  `due_amount` double NOT NULL,
  `due_date` date NOT NULL,
  `pay_method` varchar(255) NOT NULL,
  `payment_date` date NOT NULL,
  `created_at` datetime NOT NULL DEFAULT current_timestamp()
) ENGINE=MyISAM DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci;

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

INSERT INTO `payments` (`id`, `booking_id`, `transaction_id`, `total_amount`, `paid_amount`, `due_amount`, `due_date`, `pay_method`, `payment_date`, `created_at`) VALUES
(1, 1, '', 50000, 30000, 20000, '2023-10-31', '0', '2023-10-21', '2023-10-21 11:12:54'),
(2, 2, '', 56000, 36000, 20000, '2023-10-31', '0', '2023-10-21', '2023-10-21 11:12:54'),
(3, 5, '', 100, 100, 100, '2023-11-02', '0', '2023-11-02', '2023-10-31 18:27:37'),
(4, 4, '1698842102522', 1000, 1000, 6642, '2023-11-01', 'Online', '2023-11-01', '2023-11-01 10:01:46'),
(5, 4, '1698842102522', 100, 100, 6542, '2023-11-02', 'Check', '2023-11-02', '2023-11-01 15:23:14'),
(6, 4, '1698842102523', 100, 100, 6442, '2023-11-02', 'Card', '2023-11-02', '2023-11-01 15:48:02'),
(7, 4, '1698842102524', 7442, 5442, 1000, '2023-11-02', 'Cash', '2023-11-02', '2023-11-01 17:16:25'),
(9, 4, '1698843246341', 7642, 100, 900, '2023-11-02', 'Card', '2023-11-02', '2023-11-01 18:24:20'),
(11, 11, '1698910646028', 5000, 5000, 0, '2023-08-25', 'Cash', '2023-08-25', '2023-11-02 13:07:20');

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

--
-- Table structure for table `quotes_request`
--

CREATE TABLE `quotes_request` (
  `id` int(11) NOT NULL,
  `sid` int(11) NOT NULL,
  `uid` int(11) NOT NULL,
  `description` text NOT NULL,
  `response` text NOT NULL,
  `created_at` datetime NOT NULL DEFAULT current_timestamp()
) ENGINE=MyISAM DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci;

--
-- Dumping data for table `quotes_request`
--

INSERT INTO `quotes_request` (`id`, `sid`, `uid`, `description`, `response`, `created_at`) VALUES
(1, 127, 98, 'asas', 'hi', '2023-10-06 18:15:04');

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

--
-- Table structure for table `requested_suppliers`
--

CREATE TABLE `requested_suppliers` (
  `id` int(11) NOT NULL,
  `bride_groom_id` int(11) NOT NULL,
  `suppliers_id` int(11) NOT NULL,
  `comments` text DEFAULT NULL,
  `created_at` timestamp NOT NULL DEFAULT current_timestamp()
) ENGINE=InnoDB DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci;

--
-- Dumping data for table `requested_suppliers`
--

INSERT INTO `requested_suppliers` (`id`, `bride_groom_id`, `suppliers_id`, `comments`, `created_at`) VALUES
(1, 15, 370, NULL, '2024-02-21 10:07:45'),
(2, 15, 371, NULL, '2024-02-21 10:07:45'),
(3, 15, 373, NULL, '2024-02-21 10:53:21'),
(7, 42, 377, NULL, '2024-02-22 06:44:42'),
(8, 57, 378, NULL, '2024-02-23 07:37:47'),
(9, 57, 379, NULL, '2024-02-23 11:31:15'),
(10, 15, 381, NULL, '2024-02-26 05:02:39'),
(11, 31, 382, NULL, '2024-02-27 07:21:23'),
(13, 31, 384, NULL, '2024-02-27 07:32:20'),
(14, 31, 385, NULL, '2024-02-27 08:07:04'),
(15, 31, 386, NULL, '2024-02-27 08:07:15'),
(16, 31, 387, NULL, '2024-02-27 08:07:15'),
(17, 91, 389, NULL, '2024-02-27 10:15:04'),
(18, 31, 390, NULL, '2024-02-27 10:51:54'),
(19, 31, 391, NULL, '2024-02-27 10:52:41'),
(20, 31, 392, NULL, '2024-02-27 10:53:39'),
(21, 31, 393, NULL, '2024-02-27 10:54:37'),
(22, 57, 394, NULL, '2024-02-27 11:49:52'),
(23, 57, 395, NULL, '2024-02-27 11:59:59'),
(24, 57, 396, NULL, '2024-02-27 12:10:22'),
(25, 57, 397, NULL, '2024-02-27 12:29:43'),
(26, 57, 398, NULL, '2024-02-28 07:54:24'),
(27, 92, 402, NULL, '2024-02-29 09:44:09'),
(28, 99, 403, NULL, '2024-02-29 10:30:29'),
(29, 97, 404, NULL, '2024-02-29 10:31:43'),
(30, 100, 405, NULL, '2024-02-29 11:40:45'),
(31, 102, 406, NULL, '2024-02-29 12:56:19'),
(35, 114, 410, NULL, '2024-03-01 12:20:23'),
(36, 114, 411, NULL, '2024-03-01 12:21:28'),
(37, 114, 412, NULL, '2024-03-01 12:35:20'),
(38, 114, 413, NULL, '2024-03-01 12:35:22'),
(40, 92, 415, NULL, '2024-03-02 04:26:26'),
(41, 115, 416, NULL, '2024-03-02 04:35:20'),
(42, 115, 417, NULL, '2024-03-02 05:09:56'),
(43, 121, 427, NULL, '2024-03-05 07:29:14'),
(44, 122, 429, NULL, '2024-03-05 09:21:59'),
(47, 124, 433, NULL, '2024-03-05 10:00:17'),
(48, 127, 437, NULL, '2024-03-06 07:11:05'),
(49, 127, 440, NULL, '2024-03-06 09:47:15'),
(50, 127, 441, NULL, '2024-03-06 09:55:54'),
(51, 128, 442, NULL, '2024-03-06 10:25:21'),
(52, 128, 443, NULL, '2024-03-06 10:26:02'),
(53, 128, 444, NULL, '2024-03-06 10:27:04'),
(54, 128, 445, NULL, '2024-03-06 10:30:44'),
(55, 128, 446, NULL, '2024-03-06 10:32:04'),
(56, 128, 447, NULL, '2024-03-06 10:35:33'),
(57, 128, 448, NULL, '2024-03-06 10:36:17'),
(58, 128, 449, NULL, '2024-03-06 10:38:14'),
(59, 128, 450, NULL, '2024-03-06 10:38:36'),
(60, 128, 451, NULL, '2024-03-06 10:38:55'),
(61, 128, 452, NULL, '2024-03-06 10:41:13'),
(62, 128, 453, NULL, '2024-03-06 10:42:52'),
(63, 128, 454, NULL, '2024-03-06 10:43:38'),
(64, 128, 455, NULL, '2024-03-06 10:44:59'),
(65, 128, 456, NULL, '2024-03-06 10:46:16'),
(66, 128, 457, NULL, '2024-03-06 10:49:21'),
(67, 128, 458, NULL, '2024-03-06 10:54:18'),
(68, 128, 459, NULL, '2024-03-06 10:55:09'),
(69, 128, 460, NULL, '2024-03-06 10:56:07'),
(70, 128, 461, NULL, '2024-03-06 10:56:54'),
(71, 128, 462, NULL, '2024-03-06 10:57:45'),
(72, 128, 463, NULL, '2024-03-06 10:58:08'),
(73, 128, 464, NULL, '2024-03-06 10:59:02'),
(74, 128, 465, NULL, '2024-03-06 10:59:33'),
(75, 128, 466, NULL, '2024-03-06 11:00:46'),
(76, 128, 467, NULL, '2024-03-06 11:04:27'),
(77, 128, 468, NULL, '2024-03-06 11:05:17'),
(78, 128, 469, NULL, '2024-03-06 11:05:45'),
(79, 128, 470, NULL, '2024-03-06 11:18:24'),
(80, 128, 471, NULL, '2024-03-06 11:19:02'),
(81, 128, 472, NULL, '2024-03-06 11:20:03'),
(82, 126, 473, NULL, '2024-03-06 11:54:44'),
(83, 127, 474, NULL, '2024-03-06 11:55:39'),
(87, 127, 478, NULL, '2024-03-06 12:26:48'),
(89, 127, 480, NULL, '2024-03-07 04:36:10'),
(90, 127, 481, NULL, '2024-03-07 04:39:00'),
(92, 127, 483, NULL, '2024-03-07 04:40:43'),
(93, 127, 484, NULL, '2024-03-07 04:54:14'),
(94, 127, 486, NULL, '2024-03-07 04:58:24'),
(95, 127, 487, NULL, '2024-03-07 05:30:28'),
(96, 127, 488, NULL, '2024-03-07 05:35:29'),
(97, 127, 489, NULL, '2024-03-07 05:35:33'),
(98, 127, 490, NULL, '2024-03-07 05:35:51'),
(99, 127, 491, NULL, '2024-03-07 05:37:38'),
(100, 129, 492, NULL, '2024-03-07 07:33:58'),
(101, 129, 493, NULL, '2024-03-07 07:34:00'),
(102, 130, 494, NULL, '2024-03-07 11:33:08'),
(104, 128, 496, NULL, '2024-04-11 05:03:12'),
(105, 133, 499, NULL, '2024-04-11 09:54:26'),
(106, 133, 500, NULL, '2024-04-11 09:54:29'),
(107, 139, 502, NULL, '2024-04-12 08:23:18'),
(108, 143, 504, NULL, '2024-09-05 09:15:03'),
(109, 143, 505, NULL, '2024-09-05 09:15:05'),
(110, 143, 506, NULL, '2024-09-05 09:15:05'),
(111, 143, 507, NULL, '2024-09-05 09:15:07'),
(112, 143, 508, NULL, '2024-09-05 09:15:07'),
(113, 143, 509, NULL, '2024-09-05 09:15:07'),
(114, 143, 510, NULL, '2024-09-05 09:15:07'),
(115, 143, 518, NULL, '2024-09-19 05:21:26'),
(116, 143, 519, NULL, '2024-09-19 05:21:28'),
(118, 148, 521, NULL, '2024-09-19 10:57:33'),
(119, 148, 522, NULL, '2024-09-19 10:59:14'),
(120, 149, 523, NULL, '2024-09-23 06:05:13'),
(121, 149, 524, NULL, '2024-09-23 06:05:15'),
(122, 156, 527, '<p>hi</p>', '2024-10-21 08:02:27'),
(123, 158, 529, NULL, '2024-10-21 11:10:29'),
(124, 158, 530, NULL, '2024-10-21 11:22:36'),
(125, 158, 533, NULL, '2024-10-22 09:46:38'),
(126, 158, 534, NULL, '2024-10-22 11:02:03'),
(127, 160, 370, NULL, '2024-02-21 10:07:45'),
(129, 170, 543, '<p>Good Verify</p>', '2024-10-29 10:50:53'),
(130, 157, 544, NULL, '2024-11-27 05:25:01'),
(131, 157, 547, NULL, '2024-11-27 05:32:57'),
(132, 157, 548, NULL, '2024-11-27 09:22:23'),
(133, 174, 549, '', '2024-11-27 09:33:40'),
(135, 174, 551, NULL, '2024-11-28 12:35:12'),
(136, 177, 552, '<p>Approved…</p>', '2024-11-29 06:01:44'),
(137, 177, 553, '', '2024-11-30 08:06:31'),
(138, 184, 561, '', '2025-04-16 09:14:50'),
(139, 185, 563, '', '2025-04-30 12:03:43');

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

--
-- Table structure for table `service_categories`
--

CREATE TABLE `service_categories` (
  `category_id` int(11) NOT NULL,
  `venue_id` int(11) NOT NULL DEFAULT 0,
  `category_icon` text DEFAULT NULL,
  `category_name` varchar(255) NOT NULL,
  `category_desc` text DEFAULT NULL,
  `created_at` timestamp NOT NULL DEFAULT current_timestamp() ON UPDATE current_timestamp()
) ENGINE=MyISAM DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci;

--
-- Dumping data for table `service_categories`
--

INSERT INTO `service_categories` (`category_id`, `venue_id`, `category_icon`, `category_name`, `category_desc`, `created_at`) VALUES
(1, 98, '1744615374_0d34cf635e3e6c3804c9', 'Caterers', 'Caterers are responsible for cooking and serving meals at many different kinds of events. Their typical duties include: Preparing and storing food safety before and during events. Setting up all tables and food service areas with chairs, linens and dishes', '2025-04-14 07:22:54'),
(2, 98, '1744615427_6879ec650135bfa675c0', 'photographer', 'Photograpshers use a variety of photographic equipment to capture events, people, objects or scenes for records, art or commercial use. Many photographers begin their careers as photographic assistants, setting up lights and stands', '2025-04-14 07:23:47'),
(37, 564, NULL, 'Testing ', NULL, '2026-03-06 06:09:54'),
(38, 566, NULL, '3', NULL, '2026-03-10 06:59:04'),
(3, 98, 'https://wedding.fableadtechnolabs.com/portal/public/assets/img/services-images/pngtree-save-the-date-wedding-ornament-with-flourist-border-png-image_3953231.png', 'flourist', 'Floral designers, also called florists, arrange live, dried, and silk flowers and greenery to make decorative displays. They also help customers select flowers and containers, ribbons, and other accessories.', '2024-10-24 10:12:25'),
(4, 98, '1726653515_505b8833cd374ed96b5b', 'musician', 'Musical Wedding days Musician Plays All Music', '2024-10-24 10:12:27'),
(25, 98, '1744615448_29d9c7975d15f362ac9a', 'Mixologists', 'Mixologists Description', '2025-04-14 07:24:08'),
(36, 558, NULL, 'dsfgdsg', NULL, '2025-04-14 10:28:20'),
(31, 537, '1729931318_d0dfe4e34398971a1e85', 'Supplier Cat 1', 'Description', '2024-10-26 08:28:38'),
(32, 537, '1729931331_a0d5248896feb1b45eb5', 'Supplier Cat 2', 'Description', '2024-10-26 08:28:51'),
(33, 535, '1729946209_a4695f2c262d19c5cc7e', 'CATERER', 'fsfsf', '2024-10-26 12:36:49'),
(34, 535, '1729946202_dea6dbc2ac222b10a2a7', 'DECOR', 'DSDF', '2024-10-26 12:36:42');

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

--
-- Table structure for table `supplier_details`
--

CREATE TABLE `supplier_details` (
  `id` int(11) NOT NULL,
  `uid` int(11) NOT NULL,
  `vid` int(11) NOT NULL,
  `address` text DEFAULT NULL,
  `type` varchar(250) DEFAULT NULL,
  `status` varchar(200) DEFAULT NULL COMMENT '1-active, 2-inactive',
  `description` text NOT NULL,
  `created_at` timestamp NOT NULL DEFAULT current_timestamp()
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci;

--
-- Dumping data for table `supplier_details`
--

INSERT INTO `supplier_details` (`id`, `uid`, `vid`, `address`, `type`, `status`, `description`, `created_at`) VALUES
(24, 102, 126, 'Ghar', '[\"1\",\"2\",\"3\"]', NULL, 'I am Florist.', '2023-10-05 12:47:33'),
(25, 104, 98, 'Plazas', '[\"1\",\"2\",\"3\"]', NULL, 'I am Caterer', '2023-10-05 12:49:55'),
(27, 109, 98, 'sadas', '[\"1\",\"2\",\"3\"]', '1', 'as', '2023-10-05 13:01:35'),
(28, 110, 98, 'asast', '[\"1\",\"2\",\"3\"]', NULL, 'asast', '2023-10-05 13:04:28'),
(35, 120, 108, 'ashgahs', '[\"1\",\"2\",\"3\"]', NULL, 'asasas', '2023-10-06 06:24:58'),
(36, 121, 108, 'asgahgs', '[\"1\",\"2\",\"3\"]', NULL, 'asgahs', '2023-10-06 06:31:30'),
(38, 124, 122, 'rthgg', '[\"1\",\"2\",\"3\"]', '1', 'rthrthrt', '2023-10-06 09:29:43'),
(45, 135, 113, 'tyujhtrujr', '[\"1\",\"2\",\"3\"]', '1', 'ytujrtju', '2023-10-06 10:07:58'),
(46, 136, 113, 'tyujhtrujr', '[\"1\",\"2\",\"3\"]', '1', 'ytujrtju', '2023-10-06 10:08:08'),
(47, 137, 113, 'tyujhtrujr', '[\"1\",\"2\",\"3\"]', '1', 'ytujrtju', '2023-10-06 10:08:32'),
(48, 138, 113, 'tyujhtrujr', '[\"1\",\"2\",\"3\"]', '1', 'ytujrtju', '2023-10-06 10:11:22'),
(49, 139, 113, 'tyujhtrujr', '[\"1\",\"2\",\"3\"]', '1', 'ytujrtju', '2023-10-06 10:12:13'),
(51, 141, 122, 'trhrthth', '[\"1\",\"2\",\"3\"]', '1', 'htjtyj', '2023-10-06 10:16:29'),
(52, 142, 122, 'trhrthth', '[\"1\",\"2\",\"3\"]', '1', 'htjtyj', '2023-10-06 10:16:45'),
(53, 143, 122, 'trhrthth', '[\"1\",\"2\",\"3\"]', '2', 'htjtyj', '2023-10-06 10:17:38'),
(56, 146, 98, 'gyjgyty', '[\"1\",\"2\",\"3\"]', '1', 'tyjtj', '2023-10-06 10:22:33'),
(57, 147, 98, 'gyjgyty', '[\"1\",\"2\",\"3\"]', '1', 'tyjtj', '2023-10-06 10:23:30'),
(59, 157, 98, 'bhfdbgb', '[\"1\",\"2\",\"3\"]', '1', 'fgbfgbgb', '2023-10-06 10:45:28'),
(60, 160, 108, 'sdvcfsdvsdv', '[\"1\",\"2\",\"3\"]', '1', 'fgvgv', '2023-10-06 11:17:53'),
(61, 161, 108, '1,asvas,asas', '[\"1\",\"2\",\"3\"]', NULL, 'this is caterers', '2023-10-06 11:18:47'),
(62, 162, 108, '1,asvas,asas', '[\"1\",\"2\",\"3\"]', NULL, 'this is caterers', '2023-10-06 11:25:38'),
(63, 164, 108, '1,asvas,asas', '[\"1\",\"2\",\"3\"]', NULL, 'this is caterers', '2023-10-06 11:28:42'),
(64, 165, 114, 'rthgrthg', '[\"1\",\"2\",\"3\"]', '1', 'rthgrthgr', '2023-10-06 11:29:09'),
(65, 166, 98, 'io78oi78o8', '[\"1\",\"2\",\"3\"]', '1', '658678i7', '2023-10-06 11:30:47'),
(66, 167, 108, '1,asvas,asas', '[\"1\",\"2\",\"3\"]', NULL, '', '2023-10-06 11:31:12'),
(67, 168, 108, 'thyty', '[\"1\",\"2\",\"3\"]', '1', 'jhtyjj', '2023-10-06 11:32:55'),
(68, 169, 113, 'yjhnmm', '[\"1\",\"2\",\"3\"]', '1', 'gjmngmfjmn', '2023-10-06 11:34:22'),
(69, 170, 98, 'dfdgvdfg', '[\"1\",\"2\",\"3\"]', '2', 'gdgb', '2023-10-06 11:44:17'),
(70, 171, 108, 'tythtrhty', '[\"1\",\"2\",\"3\"]', '1', 'htyhjh', '2023-10-06 11:46:48'),
(71, 172, 108, 'tythtrhty', '[\"1\",\"2\",\"3\"]', '1', 'htyhjh', '2023-10-06 11:48:06'),
(73, 179, 98, 'trhrthrth', '[\"1\",\"2\",\"3\"]', '2', '5rydyhh', '2023-10-07 05:48:36'),
(74, 180, 98, 'Jahanum', '[\"1\",\"2\",\"3\"]', NULL, 'I am Jaydeep.', '2023-10-09 05:18:08'),
(75, 181, 126, 'asas', '[\"1\",\"2\",\"3\"]', NULL, 'asas', '2023-10-09 05:32:08'),
(76, 182, 98, 'CID', '[\"1\",\"2\",\"3\"]', NULL, 'I am caterer.', '2023-10-12 10:08:02'),
(77, 183, 98, 'GJ', '[\"1\",\"2\",\"3\"]', NULL, 'This about ME.', '2023-10-12 10:09:14'),
(78, 184, 98, 'Guj', '[\"1\",\"2\",\"3\"]', NULL, 'dfdsfsfsd', '2023-10-14 08:13:09'),
(79, 185, 98, 'Ghar', '[\"3\"]', NULL, 'I am Florist.', '2023-10-16 11:07:25'),
(80, 186, 98, 'Ghar', '[\"1\"]', NULL, 'I am Florist.', '2023-10-16 11:07:34'),
(106, 192, 223, 'gdfg', NULL, NULL, 'hfdfdhd', '2023-10-26 11:39:16'),
(107, 226, 225, 'weqweqwe', NULL, NULL, 'dffdf', '2023-10-26 11:45:45'),
(108, 227, 222, 'Fransico ', NULL, NULL, 'I am Jenny Lopez.', '2023-10-26 12:11:04'),
(109, 229, 228, 'katargaam', NULL, NULL, 'i am jay sardhara Flower Expert Making All Types of Flower Decoration', '2023-10-26 12:18:44'),
(110, 230, 113, 'rthbrthrth', 'cateras', '1', 'tgrtghrtgh', '2023-10-27 06:25:50'),
(111, 231, 222, 'fddfdf', NULL, NULL, 'fdfdf', '2023-10-27 07:42:25'),
(112, 232, 222, 'fddfdf', NULL, NULL, 'fdfdf', '2023-10-27 07:43:10'),
(113, 233, 228, 'gdsgdfdfhfh', NULL, NULL, 'ESTEWGfgDgzhthhxhxt', '2023-10-27 10:24:01'),
(114, 234, 228, 'fdgfkhkj', NULL, NULL, 'hjkjljkl;l;;', '2023-10-27 10:30:43'),
(115, 235, 228, 'SDF', NULL, NULL, 'SDG', '2023-10-27 11:29:23'),
(116, 236, 228, 'elmweenwbne', NULL, NULL, 'nrewowehbuo', '2023-10-27 12:06:56'),
(117, 237, 228, 'katargam,surat', NULL, NULL, 'fghfghfghfghfghfgh', '2023-10-28 05:30:08'),
(118, 238, 228, 'surat', NULL, NULL, 'dfghddfhdfgdfgdfgfdgf', '2023-10-28 05:31:13'),
(119, 239, 228, 'dfgdfgdfg', NULL, NULL, 'dfgdfgdfg', '2023-10-28 05:32:24'),
(120, 240, 228, '1212154545645', NULL, NULL, '1212121', '2023-10-28 05:35:28'),
(121, 241, 228, 'surat', NULL, NULL, 'qhehdfw jiwejnfejkwlfn jwnfjf jdwkdfjs jklsdmfkds jkdjfskj jsdfkkf', '2023-10-28 05:56:38'),
(122, 242, 228, 'surat', NULL, NULL, 'erjgjndg ernfdsjkfnsfs snmfkldsnfgds jdfkgjnfd jngklngdf', '2023-10-28 05:58:15'),
(123, 244, 243, 'fghjj', NULL, NULL, 'i am Debug  Master Jinya Mer', '2023-10-28 07:01:04'),
(124, 246, 245, 'surat,gujarat', NULL, NULL, 'fsdfsfjs jdshfbdskjfb ljsdnfjkdsnf jnsdkjvnsfds dsnkjsns jnkdsj', '2023-10-31 05:17:57'),
(126, 249, 248, 'My Supplier Address', NULL, NULL, 'My Supplier Descriptions', '2023-10-31 06:56:44'),
(127, 250, 245, 'surat,gujarat', NULL, NULL, 'gsdgsd fsdfsfsd fdfsd fdasfds fvsdfds ', '2023-10-31 07:33:52'),
(128, 251, 245, 'surat,gujarat', NULL, NULL, '', '2023-10-31 07:45:25'),
(129, 253, 252, 'surat', NULL, NULL, 'ksdgkjnnsjgsjgjgsj fjkfjgigijdfiknf', '2023-11-01 09:34:53'),
(130, 254, 252, 'surat', NULL, NULL, 'dgdsfgdfgdfg', '2023-11-01 09:38:22'),
(131, 255, 252, '12345678', NULL, NULL, 'sdfgsgfsg', '2023-11-01 10:02:34'),
(133, 257, 252, 'dfdsf', NULL, NULL, 'dsgbgv', '2023-11-01 10:03:54'),
(134, 258, 252, 'bnvbnmnbmnb jn', NULL, NULL, ',xb,mv,lmlmljmnjlh', '2023-11-01 10:04:34'),
(135, 259, 252, 'surat', NULL, NULL, 'dfdssfg121g212', '2023-11-01 10:28:24'),
(136, 261, 260, 'surat', NULL, NULL, 'ddbnkdgkjkdjhkjhkgjhl', '2023-11-01 12:15:04'),
(137, 262, 98, 'Colony - 78347568', NULL, NULL, 'vdsfgg fdswsgsg', '2023-11-02 04:35:04'),
(139, 267, 113, 'Ahjfhf, Gujarat fdsgfdsg', NULL, '1', 'ggggdfgd', '2023-11-02 13:10:59'),
(140, 269, 268, 'supplier Address -300014', NULL, NULL, 'HI, I am Supplier.', '2023-11-03 04:36:51'),
(143, 274, 273, 'rhbt', NULL, '2', 'yhrtyhrtfhtyjhn', '2023-11-04 05:21:10'),
(144, 280, 203, 'fsdff-77546ty', NULL, NULL, 'v dvfgsv  vwfx dgvgsv', '2023-11-06 10:38:06'),
(145, 281, 248, 'g dvdfvxb -54645x', NULL, NULL, 'bchbfhnfh', '2023-11-06 10:40:52'),
(148, 287, 284, 'Uk', NULL, NULL, 'A florist is a person who sells flowers and ornamental plants. They also arrange flowers and plants into artistic displays, such as bouquets and wreaths. Florists are sometimes called floral designers. \r\nA florist\'s shop is a shop where flowers and house plants are sold. Florists manage their shops and make and sell artistic arrangements of flowers and plants.', '2023-11-07 05:00:33'),
(149, 288, 284, 'Uk', NULL, NULL, 'Culinary Expertise: A top-notch caterer possesses exceptional culinary skills and creativity. They can craft diverse menus, incorporating a variety of cuisines and flavors to suit the event\'s theme and the client\'s preferences', '2023-11-07 05:06:18'),
(150, 289, 98, 's, Gfsdfdsffujarat 395002', NULL, NULL, 'dsfdghn  cvbdgcv bxc vettb xcc fdfhgf', '2023-11-07 05:16:13'),
(151, 290, 284, 'UK', NULL, NULL, 'A photographer has a deep understanding of photography techniques, including exposure, composition, lighting, and post-processing. They are proficient in operating a wide range of camera equipment.', '2023-11-07 05:19:09'),
(152, 291, 284, 'Uk', NULL, NULL, 'Musicians are skilled in playing musical instruments or using their voice as an instrument. They spend years honing their technical abilities to create harmonious sounds.', '2023-11-07 05:23:45'),
(153, 292, 284, 'Uk', NULL, NULL, 'Event planners are meticulous in their approach. They manage various aspects of an event, including logistics, scheduling, budgeting, and vendor coordination, while paying close attention to even the smallest details', '2023-11-07 05:26:12'),
(154, 293, 98, 'fvsdfgfd', NULL, NULL, 'fbdffbfdxgbfdbs', '2023-11-07 05:53:34'),
(155, 294, 284, 'Uk', NULL, NULL, 'Describe the colors of the flowers in the arrangement. Are they vibrant and bold, or soft and pastel? The color scheme can convey different moods and themes', '2023-11-07 06:38:13'),
(156, 295, 284, 'Uk', NULL, NULL, 'Caterers work closely with their clients to create a menu that suits the event\'s theme, dietary preferences, and budget. They can offer a variety of cuisines, from traditional to international, and can accommodate special dietary requirements such as vegetarian, vegan, gluten-free, or allergen-free options', '2023-11-07 07:19:34'),
(157, 296, 284, 'Uk', NULL, NULL, 'Caterers deliver the food to the event location and set up the serving stations, ensuring that everything is ready for guests to enjoy', '2023-11-07 07:30:24'),
(158, 297, 284, 'Uk', NULL, NULL, 'Caterers can also provide or arrange for equipment and rentals, including tables, chairs, linens, glassware, and tableware to enhance the dining experience', '2023-11-07 07:32:46'),
(159, 299, 284, 'Uk', NULL, NULL, 'After the event, caterers are responsible for cleaning up the catering area, disposing of waste, and ensuring that the event space is left in good condition', '2023-11-07 08:12:09'),
(160, 300, 284, 'Uk', NULL, NULL, 'Caterers work closely with their clients to create a menu that suits the event\'s theme, dietary preferences, and budget. They can offer a variety of cuisines, from traditional to international, and can accommodate special dietary requirements such as vegetarian, vegan, gluten-free, or allergen-free options', '2023-11-07 08:14:55'),
(161, 301, 284, 'Uk', NULL, NULL, 'Photographers use cameras to capture still images or moving images (in the case of videographers) of people, places, objects, or events. They may work with various types of cameras, from traditional film cameras to digital and high-definition video cameras.', '2023-11-07 08:21:45'),
(162, 302, 284, 'Uk', NULL, NULL, 'Photographers often specialize in specific types of photography, such as portrait photography, wedding photography, fashion photography, wildlife photography, landscape photography, product photography, sports photography, and more. Each specialization requires unique skills and equipment', '2023-11-07 08:26:01'),
(163, 303, 284, 'UK', NULL, NULL, ' A photographer needs to understand the technical aspects of photography, such as exposure, aperture, shutter speed, ISO settings, and white balance, to control the quality and look of the images.', '2023-11-07 08:28:07'),
(164, 304, 284, 'UK', NULL, NULL, 'Staying updated with floral design trends and incorporating new techniques and materials is important for florists to remain competitive and offer unique arrangements.', '2023-11-07 09:10:54'),
(165, 305, 284, 'Uk', NULL, NULL, 'Excellent customer service is a key aspect of a florist\'s role. They work closely with clients to understand their needs, offer suggestions, and fulfill orders to the client\'s satisfaction', '2023-11-07 09:16:00'),
(166, 306, 284, 'Uk', NULL, NULL, 'Florists are aware of the seasonal availability of flowers and may offer guidance to clients about which flowers are in season and which are not.', '2023-11-07 09:20:20'),
(167, 307, 284, 'Uk', NULL, NULL, 'Excellent customer service is a key aspect of a florist\'s role. They work closely with clients to understand their ', '2023-11-07 09:22:24'),
(168, 308, 284, 'Uk', NULL, NULL, 'Florists use their artistic and creative skills to design arrangements that are visually appealing, harmonious, and in line with the client\'s preferences or the intended theme of the event', '2023-11-07 09:24:03'),
(169, 309, 284, 'Uk', NULL, NULL, 'Event planners begin by meeting with clients to understand their goals, preferences, and expectations for the event. They discuss details such as the event\'s purpose, budget, location, theme, and any specific requirements', '2023-11-07 09:31:18'),
(170, 310, 284, 'UK', NULL, NULL, 'Event planners help clients choose a suitable event venue, taking into consideration factors like capacity, location, accessibility, and style. They often negotiate contracts with venues on behalf of their clients.', '2023-11-07 09:33:02'),
(171, 311, 98, 'sfgdgh', NULL, NULL, 'bgfhbcb', '2023-11-07 09:47:43'),
(172, 312, 98, 'erwtgre', NULL, NULL, 'ret', '2023-11-07 09:50:09'),
(173, 314, 313, 'This is an industry that is made up of multiple smaller enterprises that are part of different industries like caterers, wedding consultants, dresses, various beauty suppliers (hair, makeup), photographers, favors/bridesmaids gifts, music, honeymoon related, etc.', NULL, NULL, 'This is an industry that is made up of multiple smaller enterprises that are part of different industries like caterers, wedding consultants, dresses, various beauty suppliers (hair, makeup), photographers, favors/bridesmaids gifts, music, honeymoon related, etc.', '2023-11-08 05:07:23'),
(174, 315, 313, 'Narrow Your Search. ...', NULL, NULL, 'Vendor Management as a service from a wedding planner has one main aim: Smooth and Flawless Run-through of the event. This one aim ultimately solves the other major dilemma of the clients to supervise and micro manage everything.', '2023-11-08 05:56:42'),
(175, 317, 114, '7557857857575sergergh', NULL, NULL, 'rthrfthyhtyjhthtyj', '2023-11-16 04:58:33'),
(176, 327, 98, 'asas', NULL, NULL, 'as', '2024-01-10 11:37:05'),
(177, 328, 98, 'asas', NULL, NULL, 'asas', '2024-01-10 11:54:33'),
(181, 338, 98, 'asas', NULL, NULL, 'asas', '2024-01-11 05:39:09'),
(182, 343, 98, 'asas', NULL, NULL, 'asas', '2024-01-11 08:13:14'),
(183, 344, 31, 'wefwerf', NULL, NULL, 'wefwefw', '2024-01-24 10:28:59'),
(184, 345, 98, 'rfgrftb', NULL, NULL, '', '2024-01-24 10:29:51'),
(185, 346, 31, 'wefwerf', NULL, NULL, 'wefwefw', '2024-01-24 10:39:28'),
(186, 347, 31, 'wefwerf', NULL, NULL, 'wefwefw', '2024-01-24 10:40:30'),
(187, 348, 31, 'wefwerf', NULL, NULL, 'wefwefw', '2024-01-24 10:41:26'),
(188, 349, 31, 'wefwerf', NULL, NULL, 'wefwefw', '2024-01-24 10:43:36'),
(189, 350, 31, 'wefwerf', NULL, NULL, 'wefwefw', '2024-01-24 10:47:26'),
(190, 351, 31, 'hgthytf', NULL, NULL, 'frgdrg', '2024-01-24 10:48:58'),
(191, 352, 31, 'ghht', NULL, NULL, '', '2024-01-24 10:52:43'),
(192, 353, 31, 'ghht', NULL, NULL, '', '2024-01-24 11:03:45'),
(193, 354, 31, 'tyj', NULL, NULL, 'yjyuj', '2024-01-24 11:11:32'),
(194, 355, 31, 'tyj', NULL, NULL, 'yjyuj', '2024-01-24 11:12:49'),
(195, 356, 31, 'tyj', NULL, NULL, 'yjyuj', '2024-01-24 11:15:05'),
(196, 357, 31, 'tyj', NULL, NULL, 'yjyuj', '2024-01-24 11:15:53'),
(197, 358, 31, 'rtgrrt', NULL, NULL, 'rtgrtgrt', '2024-01-24 11:17:02'),
(198, 359, 31, 'tyjhtyj', NULL, NULL, 'yy', '2024-01-24 11:19:30'),
(199, 360, 31, 'ythntt', NULL, NULL, '', '2024-01-24 11:23:54'),
(200, 361, 31, 'fvb ggfb ', NULL, NULL, '', '2024-01-24 11:27:32'),
(201, 362, 31, 'fvb ggfb ', NULL, NULL, '', '2024-01-24 11:31:21'),
(202, 363, 31, 'bghfghb', NULL, NULL, 'ghjg', '2024-01-24 11:34:26'),
(203, 364, 98, 'rfgrftb', NULL, NULL, '', '2024-01-24 11:35:59'),
(204, 365, 114, 'ertfgerfger', NULL, NULL, 'fgerefg', '2024-01-25 04:38:01'),
(205, 366, 113, 'rfgergfg', NULL, NULL, 'tgrghrtfgh', '2024-01-25 04:39:43'),
(206, 367, 98, 'rthbthrh', NULL, NULL, '', '2024-01-25 04:51:17'),
(207, 368, 31, 'asas', NULL, NULL, '', '2024-02-01 08:10:34'),
(208, 369, 98, 'asas', NULL, NULL, '', '2024-02-01 08:20:21'),
(209, 247, 245, 'asas', NULL, NULL, '', '2024-02-01 08:20:21'),
(210, 370, 98, 'address', NULL, '1', 'description', '2024-02-21 09:48:25'),
(211, 371, 98, 'address', NULL, NULL, 'description', '2024-02-21 10:48:12'),
(212, 373, 98, 'address', NULL, NULL, 'description', '2024-02-21 10:53:21'),
(216, 377, 222, 'address', NULL, NULL, 'description', '2024-02-22 06:44:42'),
(217, 378, 284, 'address', NULL, NULL, 'description', '2024-02-23 07:37:47'),
(218, 379, 284, 'address', NULL, NULL, 'description', '2024-02-23 11:31:15'),
(219, 380, 203, 'chakala bazar', NULL, NULL, 'ka bhai debung jskdjskdjskd', '2024-02-23 11:48:19'),
(220, 381, 98, 'address', NULL, NULL, 'description', '2024-02-26 05:02:39'),
(221, 382, 98, 'address', NULL, NULL, 'description', '2024-02-27 07:21:23'),
(223, 384, 98, 'address', NULL, NULL, 'description', '2024-02-27 07:32:20'),
(225, 386, 98, 'address', NULL, NULL, 'description', '2024-02-27 08:07:15'),
(226, 387, 98, 'address', NULL, NULL, 'description', '2024-02-27 08:07:15'),
(227, 389, 388, 'address', NULL, NULL, 'description', '2024-02-27 10:15:04'),
(228, 390, 98, 'address', NULL, NULL, 'description', '2024-02-27 10:51:54'),
(229, 391, 98, 'address', NULL, NULL, 'description', '2024-02-27 10:52:41'),
(230, 392, 98, 'address', NULL, NULL, 'description', '2024-02-27 10:53:39'),
(232, 394, 284, 'address', NULL, NULL, 'description', '2024-02-27 11:49:52'),
(233, 395, 284, 'address', NULL, NULL, 'description', '2024-02-27 11:59:59'),
(234, 396, 284, 'address', NULL, NULL, 'description', '2024-02-27 12:10:22'),
(235, 397, 284, 'address', NULL, NULL, 'description', '2024-02-27 12:29:43'),
(236, 398, 284, 'address', NULL, NULL, 'description', '2024-02-28 07:54:24'),
(237, 402, 284, 'address', NULL, NULL, 'description', '2024-02-29 09:44:09'),
(238, 403, 399, 'address', NULL, NULL, 'description', '2024-02-29 10:30:29'),
(239, 404, 399, 'address', NULL, NULL, 'description', '2024-02-29 10:31:43'),
(240, 405, 399, 'address', NULL, NULL, 'description', '2024-02-29 11:40:45'),
(241, 406, 98, 'address', NULL, NULL, 'description', '2024-02-29 12:56:19'),
(245, 410, 399, 'address', NULL, NULL, 'description', '2024-03-01 12:20:23'),
(246, 411, 399, 'address', NULL, NULL, 'description', '2024-03-01 12:21:28'),
(250, 415, 284, 'address', NULL, NULL, 'description', '2024-03-02 04:26:26'),
(251, 416, 284, 'address', NULL, NULL, 'description', '2024-03-02 04:35:20'),
(252, 417, 284, 'address', NULL, NULL, 'description', '2024-03-02 05:09:56'),
(253, 420, 419, '77 royal park soc nr rampura', NULL, NULL, 'cloths suits choli dress material ', '2024-03-04 06:13:21'),
(254, 421, 286, 'Surat', NULL, NULL, 'I am  ...assasaas', '2024-03-04 07:59:44'),
(255, 425, 98, 'Surat', NULL, NULL, 'asasasa', '2024-03-04 11:25:46'),
(256, 427, 426, 'address', NULL, NULL, 'description', '2024-03-05 07:29:14'),
(260, 433, 432, 'address', NULL, NULL, 'description', '2024-03-05 10:00:17'),
(262, 437, 436, 'address', NULL, NULL, 'description', '2024-03-06 07:11:05'),
(263, 438, 426, 'trhyrthr', NULL, NULL, 'rtryhrtyh', '2024-03-06 09:38:17'),
(264, 439, 426, 'wetfgertgert', NULL, NULL, 'etgrt', '2024-03-06 09:39:42'),
(265, 440, 436, 'address', NULL, NULL, 'description', '2024-03-06 09:47:15'),
(266, 441, 436, 'address', NULL, NULL, 'description', '2024-03-06 09:55:54'),
(267, 442, 436, 'address', NULL, NULL, 'description', '2024-03-06 10:25:21'),
(268, 443, 436, 'address', NULL, NULL, 'description', '2024-03-06 10:26:02'),
(269, 444, 436, 'address', NULL, NULL, 'description', '2024-03-06 10:27:04'),
(270, 445, 436, 'address', NULL, NULL, 'description', '2024-03-06 10:30:44'),
(271, 446, 436, 'address', NULL, NULL, 'description', '2024-03-06 10:32:04'),
(272, 447, 436, 'address', NULL, NULL, 'description', '2024-03-06 10:35:33'),
(273, 448, 436, 'address', NULL, NULL, 'description', '2024-03-06 10:36:17'),
(274, 449, 436, 'address', NULL, NULL, 'description', '2024-03-06 10:38:14'),
(275, 450, 436, 'address', NULL, NULL, 'description', '2024-03-06 10:38:36'),
(276, 451, 436, 'address', NULL, NULL, 'description', '2024-03-06 10:38:55'),
(277, 452, 436, 'address', NULL, NULL, 'description', '2024-03-06 10:41:13'),
(278, 453, 436, 'address', NULL, NULL, 'description', '2024-03-06 10:42:52'),
(279, 454, 436, 'address', NULL, NULL, 'description', '2024-03-06 10:43:38'),
(280, 455, 436, 'address', NULL, NULL, 'description', '2024-03-06 10:44:59'),
(281, 456, 436, 'address', NULL, NULL, 'description', '2024-03-06 10:46:16'),
(282, 457, 436, 'address', NULL, NULL, 'description', '2024-03-06 10:49:21'),
(283, 458, 436, 'address', NULL, NULL, 'description', '2024-03-06 10:54:18'),
(284, 459, 436, 'address', NULL, NULL, 'description', '2024-03-06 10:55:09'),
(285, 460, 436, 'address', NULL, NULL, 'description', '2024-03-06 10:56:07'),
(286, 461, 436, 'address', NULL, NULL, 'description', '2024-03-06 10:56:54'),
(287, 462, 436, 'address', NULL, NULL, 'description', '2024-03-06 10:57:45'),
(288, 463, 436, 'address', NULL, NULL, 'description', '2024-03-06 10:58:08'),
(289, 464, 436, 'address', NULL, NULL, 'description', '2024-03-06 10:59:02'),
(290, 465, 436, 'address', NULL, NULL, 'description', '2024-03-06 10:59:33'),
(291, 466, 436, 'address', NULL, NULL, 'description', '2024-03-06 11:00:46'),
(292, 467, 436, 'address', NULL, NULL, 'description', '2024-03-06 11:04:27'),
(293, 468, 436, 'address', NULL, NULL, 'description', '2024-03-06 11:05:17'),
(294, 469, 436, 'address', NULL, NULL, 'description', '2024-03-06 11:05:45'),
(295, 470, 436, 'address', NULL, NULL, 'description', '2024-03-06 11:18:24'),
(296, 471, 436, 'address', NULL, NULL, 'description', '2024-03-06 11:19:02'),
(297, 472, 436, 'address', NULL, NULL, 'description', '2024-03-06 11:20:03'),
(299, 474, 436, 'address', NULL, NULL, 'description', '2024-03-06 11:55:39'),
(303, 478, 436, 'address', NULL, NULL, 'description', '2024-03-06 12:26:48'),
(305, 480, 436, 'address', NULL, NULL, 'description', '2024-03-07 04:36:10'),
(306, 481, 436, 'address', NULL, NULL, 'description', '2024-03-07 04:39:00'),
(308, 483, 436, 'address', NULL, NULL, 'description', '2024-03-07 04:40:43'),
(309, 484, 436, 'address', NULL, NULL, 'description', '2024-03-07 04:54:14'),
(310, 486, 436, 'address', NULL, NULL, 'description', '2024-03-07 04:58:24'),
(311, 487, 436, 'address', NULL, NULL, 'description', '2024-03-07 05:30:28'),
(312, 488, 436, 'address', NULL, NULL, 'description', '2024-03-07 05:35:29'),
(313, 489, 436, 'address', NULL, NULL, 'description', '2024-03-07 05:35:33'),
(314, 490, 436, 'address', NULL, NULL, 'description', '2024-03-07 05:35:51'),
(315, 491, 436, 'address', NULL, NULL, 'description', '2024-03-07 05:37:38'),
(320, 496, 436, 'address', NULL, NULL, 'description', '2024-04-11 05:03:12'),
(321, 498, 497, 'Address Arjun', NULL, NULL, 'Address Arjun Description', '2024-04-11 07:11:18'),
(322, 499, 284, 'address', NULL, NULL, 'description', '2024-04-11 09:54:26'),
(323, 500, 284, 'address', NULL, NULL, 'description', '2024-04-11 09:54:29'),
(324, 502, 501, 'address', NULL, NULL, 'description', '2024-04-12 08:23:18'),
(325, 504, 503, 'address', NULL, NULL, 'description', '2024-09-05 09:15:03'),
(326, 505, 503, 'address', NULL, NULL, 'description', '2024-09-05 09:15:05'),
(327, 506, 503, 'address', NULL, NULL, 'description', '2024-09-05 09:15:05'),
(328, 507, 503, 'address', NULL, NULL, 'description', '2024-09-05 09:15:07'),
(329, 508, 503, 'address', NULL, NULL, 'description', '2024-09-05 09:15:07'),
(330, 509, 503, 'address', NULL, NULL, 'description', '2024-09-05 09:15:07'),
(331, 510, 503, 'address', NULL, NULL, 'description', '2024-09-05 09:15:07'),
(334, 513, 98, 'Labore accusamus dol', NULL, NULL, 'Voluptatem Atque ve', '2024-09-18 12:04:32'),
(335, 514, 98, 'Aliqua Nulla est c', NULL, NULL, 'Et nostrum qui quasi', '2024-09-18 12:05:10'),
(336, 515, 98, 'Tempora fugiat omnis', NULL, NULL, 'Quia id mollit illo ', '2024-09-18 12:11:47'),
(337, 516, 98, 'Praesentium exercita', NULL, NULL, 'Amet qui enim maior', '2024-09-18 12:15:12'),
(338, 517, 98, 'Rerum iure culpa cor', NULL, NULL, 'Laboris atque volupt', '2024-09-18 12:25:44'),
(339, 518, 503, 'address', NULL, NULL, 'description', '2024-09-19 05:21:26'),
(340, 519, 503, 'address', NULL, NULL, 'description', '2024-09-19 05:21:28'),
(342, 521, 98, 'address', NULL, NULL, 'description', '2024-09-19 10:57:33'),
(343, 522, 98, 'address', NULL, NULL, 'description', '2024-09-19 10:59:14'),
(345, 524, 98, 'address', NULL, NULL, 'description', '2024-09-23 06:05:15'),
(346, 526, 98, 'Voluptate Nam autem ', NULL, NULL, 'Iste eligendi tempor', '2024-09-25 06:16:19'),
(347, 527, 98, 'address', NULL, NULL, 'description', '2024-10-21 08:02:27'),
(348, 529, 528, 'address', NULL, '1', 'description', '2024-10-21 11:10:29'),
(349, 530, 528, 'address', NULL, NULL, 'description', '2024-10-21 11:22:36'),
(350, 531, 528, 'Surat', NULL, NULL, 'Wow ', '2024-10-21 11:46:38'),
(351, 532, 98, 'Sit non et facilis ', NULL, NULL, 'Quia quaerat asperna', '2024-10-22 06:03:47'),
(352, 533, 528, 'address', NULL, NULL, 'description', '2024-10-22 09:46:38'),
(353, 534, 528, 'address', NULL, NULL, 'description', '2024-10-22 11:02:03'),
(354, 536, 98, 'Address', NULL, NULL, 'Description', '2024-10-24 11:08:14'),
(356, 539, 535, 'sefsfe', NULL, NULL, '', '2024-10-26 12:59:57'),
(359, 542, 537, 'address', NULL, NULL, 'description', '2024-10-28 10:06:16'),
(361, 544, 98, 'address', NULL, NULL, 'description', '2024-11-27 05:25:01'),
(362, 545, 98, 'dsfdsfdfd', NULL, NULL, 'rrgrdeggfg', '2024-11-27 05:28:16'),
(363, 546, 98, 'address', NULL, NULL, 'description', '2024-11-27 05:31:28'),
(364, 547, 98, 'address', NULL, NULL, 'description', '2024-11-27 05:32:57'),
(365, 548, 98, 'address', NULL, NULL, 'description', '2024-11-27 09:22:23'),
(366, 549, 98, 'address', NULL, NULL, 'description', '2024-11-27 09:33:40'),
(368, 551, 98, 'address', NULL, NULL, 'description', '2024-11-28 12:35:12'),
(369, 552, 98, 'address', NULL, NULL, 'description', '2024-11-29 06:01:44'),
(370, 553, 98, 'address', NULL, NULL, 'description', '2024-11-30 08:06:31'),
(372, 556, 98, 'address', NULL, NULL, 'description', '2025-04-12 09:08:05'),
(373, 557, 98, 'address', NULL, NULL, 'description', '2025-04-14 04:41:59'),
(374, 559, 558, 'address', NULL, NULL, 'description', '2025-04-14 10:28:49'),
(375, 560, 98, 'address', NULL, NULL, 'description', '2025-04-16 07:06:55'),
(376, 561, 98, 'address', NULL, NULL, 'description', '2025-04-16 09:14:50'),
(377, 562, 98, 'address', NULL, NULL, 'description', '2025-04-30 12:01:46'),
(378, 563, 98, 'address', NULL, NULL, 'description', '2025-04-30 12:03:43'),
(379, 565, 537, 'near Taxshila,Sarthana Jakatnaka', NULL, NULL, 'dasd', '2026-03-09 12:06:27'),
(380, 567, 566, 'address', NULL, NULL, 'description', '2026-03-10 07:00:03');

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

--
-- Table structure for table `supplier_services`
--

CREATE TABLE `supplier_services` (
  `id` int(11) NOT NULL,
  `s_id` int(11) NOT NULL,
  `category_id` int(11) NOT NULL,
  `service_photos` text DEFAULT NULL,
  `description` text DEFAULT NULL,
  `cost` int(11) NOT NULL,
  `created_at` timestamp NOT NULL DEFAULT current_timestamp()
) ENGINE=MyISAM DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci;

--
-- Dumping data for table `supplier_services`
--

INSERT INTO `supplier_services` (`id`, `s_id`, `category_id`, `service_photos`, `description`, `cost`, `created_at`) VALUES
(1, 180, 3, NULL, 'I am Flourist. And I have excellent team to decor stage,winfdows,marriage hall', 250, '2023-10-18 11:49:24'),
(96, 281, 3, '[\"1699272033_128a2f8174e888e8b31d.jpg\"]', 'rujtyjut', 0, '2023-11-06 12:00:33'),
(76, 253, 2, '[\"1698831293_e3d355f666c8224246e6.jpg\"]', 'dfghdgdfgdgdfgdfg', 0, '2023-11-01 09:34:53'),
(97, 281, 2, '[\"1699272087_11f488e2c637c0c2bb48.jpg\"]', 'trhtrhtru76', 0, '2023-11-06 12:01:27'),
(69, 246, 3, '[\"1698729477_a8512b35c6c09fa4fb6d.jpg\"]', 'Floral designers, also called florists, arrange live, dried, and silk flowers and greenery to make decorative displays. They also help customers select flowers and containers, ribbons, and other accessories.', 0, '2023-10-31 05:17:57'),
(6, 192, 3, NULL, 'klhjjfdgjfhjnfertv erfgtyert[ouyirtopuirtpuiptruopuopyyuomvlbmlvbnjfjhfjfgjfgjfjfhjhjhjhjjhjhj', 50, '2023-10-23 05:38:03'),
(7, 192, 2, NULL, 'fgjhfjghjghjghjhgjhj', 100, '2023-10-23 05:38:03'),
(8, 193, 3, '[\"1698392545_1d42c58b3ac012ddb9a9.jpg\",\"1698392545_9ca3eef1d2f96415ec9b.jpg\"]', 'flower man', 250, '2023-10-23 06:05:49'),
(9, 194, 2, '[\"1698392545_1d42c58b3ac012ddb9a9.jpg\",\"1698392545_9ca3eef1d2f96415ec9b.jpg\"]', 'hgjghjhghgjjhghhhgjhjhhj', 10, '2023-10-23 06:41:21'),
(10, 196, 3, '[\"1698392545_1d42c58b3ac012ddb9a9.jpg\",\"1698392545_9ca3eef1d2f96415ec9b.jpg\"]', 'dfgdfg', 50, '2023-10-25 07:23:23'),
(11, 197, 3, '[\"1698392545_1d42c58b3ac012ddb9a9.jpg\",\"1698392545_9ca3eef1d2f96415ec9b.jpg\"]', 'goood', 50, '2023-10-25 07:25:06'),
(12, 197, 1, '[\"1698392545_1d42c58b3ac012ddb9a9.jpg\",\"1698392545_9ca3eef1d2f96415ec9b.jpg\"]', '', 0, '2023-10-25 07:25:06'),
(13, 198, 3, '[\"1698392545_1d42c58b3ac012ddb9a9.jpg\",\"1698392545_9ca3eef1d2f96415ec9b.jpg\"]', 'uk', 50, '2023-10-25 07:26:22'),
(14, 199, 3, '[\"1698392545_1d42c58b3ac012ddb9a9.jpg\",\"1698392545_9ca3eef1d2f96415ec9b.jpg\"]', 'Flower man', 250, '2023-10-25 07:26:30'),
(15, 201, 2, '[\"1698392545_1d42c58b3ac012ddb9a9.jpg\",\"1698392545_9ca3eef1d2f96415ec9b.jpg\"]', 'fgfg', 250, '2023-10-25 12:00:13'),
(16, 202, 2, '[\"1698392545_1d42c58b3ac012ddb9a9.jpg\",\"1698392545_9ca3eef1d2f96415ec9b.jpg\"]', 'dfdfdf', 1, '2023-10-26 05:37:46'),
(17, 204, 1, '[\"1698392545_1d42c58b3ac012ddb9a9.jpg\",\"1698392545_9ca3eef1d2f96415ec9b.jpg\"]', 'I am best caterer service Provider .', 1000, '2023-10-26 07:54:32'),
(18, 204, 3, '[\"1698392545_1d42c58b3ac012ddb9a9.jpg\",\"1698392545_9ca3eef1d2f96415ec9b.jpg\"]', 'I am best Flouwer  service Provider .', 500, '2023-10-26 07:54:32'),
(19, 204, 4, '[\"1698392545_1d42c58b3ac012ddb9a9.jpg\",\"1698392545_9ca3eef1d2f96415ec9b.jpg\"]', 'I am best Bar Dancer service Provider .', 50000, '2023-10-26 07:54:32'),
(20, 204, 6, '[\"1698392545_1d42c58b3ac012ddb9a9.jpg\",\"1698392545_9ca3eef1d2f96415ec9b.jpg\"]', '', 0, '2023-10-26 07:54:32'),
(65, 104, 2, '[\"1698641408_08e9ee4f13d2a77704b0.jpg\"]', 'Hi I am craziest caterer', 5440, '2023-10-30 04:50:08'),
(22, 212, 3, '[\"1698392545_1d42c58b3ac012ddb9a9.jpg\",\"1698392545_9ca3eef1d2f96415ec9b.jpg\"]', 'jljkl', 10, '2023-10-26 09:50:30'),
(23, 213, 3, '[\"1698392545_1d42c58b3ac012ddb9a9.jpg\",\"1698392545_9ca3eef1d2f96415ec9b.jpg\"]', 'hjkhjk', 140, '2023-10-26 09:51:06'),
(27, 218, 2, '[\"1698392545_1d42c58b3ac012ddb9a9.jpg\",\"1698392545_9ca3eef1d2f96415ec9b.jpg\"]', 'dfdfdfdffdfddfdfdfdff', 25, '2023-10-26 10:53:07'),
(28, 219, 2, '[\"1698392545_1d42c58b3ac012ddb9a9.jpg\",\"1698392545_9ca3eef1d2f96415ec9b.jpg\"]', '64631231231', 32323, '2023-10-26 10:55:13'),
(29, 220, 3, '[\"1698392545_1d42c58b3ac012ddb9a9.jpg\",\"1698392545_9ca3eef1d2f96415ec9b.jpg\"]', '', 0, '2023-10-26 11:21:43'),
(30, 221, 1, '[\"1698392545_1d42c58b3ac012ddb9a9.jpg\",\"1698392545_9ca3eef1d2f96415ec9b.jpg\"]', '', 0, '2023-10-26 11:22:31'),
(31, 224, 3, '[\"1698392545_1d42c58b3ac012ddb9a9.jpg\",\"1698392545_9ca3eef1d2f96415ec9b.jpg\"]', 'dhghghfd gfhgthghg chdfydfhd', 10000, '2023-10-26 11:39:16'),
(32, 226, 2, '[\"1698392545_1d42c58b3ac012ddb9a9.jpg\",\"1698392545_9ca3eef1d2f96415ec9b.jpg\"]', 'fgfgf', 456, '2023-10-26 11:45:45'),
(33, 226, 4, '[\"1698392545_1d42c58b3ac012ddb9a9.jpg\",\"1698392545_9ca3eef1d2f96415ec9b.jpg\"]', 'fdfsdfsd', 5435345, '2023-10-26 11:45:45'),
(34, 227, 3, '[\"1698392545_1d42c58b3ac012ddb9a9.jpg\",\"1698392545_9ca3eef1d2f96415ec9b.jpg\"]', 'I am Jenny Lopez Best Flourist Service Provider. ', 1000, '2023-10-26 12:11:04'),
(35, 227, 4, '[\"1698392545_1d42c58b3ac012ddb9a9.jpg\",\"1698392545_9ca3eef1d2f96415ec9b.jpg\"]', 'I am Jenny Lopez Best DJ Service Provider. ', 2500, '2023-10-26 12:11:04'),
(36, 229, 3, '[\"1698392545_1d42c58b3ac012ddb9a9.jpg\",\"1698392545_9ca3eef1d2f96415ec9b.jpg\"]', 'flower', 1500, '2023-10-26 12:18:44'),
(37, 231, 1, '[\"1698392545_1d42c58b3ac012ddb9a9.jpg\",\"1698392545_9ca3eef1d2f96415ec9b.jpg\"]', 'Hi', 0, '2023-10-27 07:42:25'),
(44, 235, 1, '[\"1698406163_db959b5037b16e3e3892.png\"]', 'DSG', 0, '2023-10-27 11:29:23'),
(45, 236, 1, '[\"1698408416_4fd7d77129555ccd7e75.jpg\"]', 'eguigwigiuewguiewg', 0, '2023-10-27 12:06:56'),
(39, 232, 1, '[\"1698392590_789bfa2cf867600344e5.jpg\",\"1698392590_b9ec235818d84785d6f3.jpg\"]', 'Hi', 0, '2023-10-27 07:43:10'),
(127, 314, 1, '[\"1699420043_76b29b3dfbec0e5808b7.jpg\",\"1699420043_3ed6891ccea787ffcdf8.jpg\"]', 'Wedding catering services can provide a variety of food and drink options for wedding guests. They can also provide serving staff, rental equipment, and other services to help make your wedding day run smoothly.', 0, '2023-11-08 05:07:23'),
(67, 102, 1, '[\"1698642652_ddff8db0f39820f12cf8.jpg\",\"1698642652_c835b6581b844ffb4a49.jpg\",\"1698642652_627ccfec15853c463a1b.jpg\"]', 'fhnfgjhnghjngng', 0, '2023-10-30 05:10:52'),
(64, 104, 1, '[\"1698641211_fddd8a56a4f71351e4ee.png\"]', 'I am funniest caterer', 2051, '2023-10-30 04:46:51'),
(40, 233, 2, '[\"1698402241_3ae8524fcde91f1ca974.jpg\"]', 'phota padi dau chu', 0, '2023-10-27 10:24:01'),
(42, 185, 1, '[\"1698402643_b56f533d047a8aa1a0bd.png\"]', 'asassdfaf', 0, '2023-10-27 10:30:43'),
(43, 185, 2, '[\"1698402643_b56f533d047a8aa1a0bd.png\"]', 'asdasdwsdd', 0, '2023-10-27 10:30:43'),
(79, 255, 4, '[\"1698832954_46fa9ac61739a7c103d0.jpg\"]', '445454', 0, '2023-11-01 10:02:34'),
(78, 254, 6, '[\"1698832127_f2e18c7b53e19e108e78.jpeg\"]', 'fsdfgsfgdfgdfg', 0, '2023-11-01 09:48:47'),
(77, 254, 3, '[\"1698831502_38105f787f224f7b20a0.jpeg\"]', 'dfgdfgdfdfgdfg', 0, '2023-11-01 09:38:22'),
(46, 237, 2, '[\"1698471008_785d4cf88c60aa3ec83a.png\"]', '212323454', 0, '2023-10-28 05:30:08'),
(47, 238, 4, '[\"1698471073_511d2c5bcf7b37b04244.png\"]', 'fdsgdfgdfgdfgdgdfg', 0, '2023-10-28 05:31:13'),
(72, 249, 6, '[\"1698735561_86ceaae4e8cb50256b7a.jpg\"]', 'Event Organizer Descriptions', 0, '2023-10-31 06:56:44'),
(93, 270, 4, '[\"1698996729_e53a2dc9edd65644816a.jpg\"]', 'ertgertgtge', 0, '2023-11-03 07:32:09'),
(95, 272, 4, '[\"1698997491_01ef30af7985ac363c6c.jpg\"]', 'htyjhtjh', 0, '2023-11-03 07:44:51'),
(74, 249, 4, '[\"1698737970_7e6503ab16cf4804386c.jpg\"]', 'Dj Services', 0, '2023-10-31 07:39:30'),
(49, 239, 4, '[\"1698471144_268032e2ea850d063df2.png\"]', '3231212132', 0, '2023-10-28 05:32:24'),
(50, 240, 6, '[\"1698471328_8b0afe7170f0f63da755.jpeg\"]', '1212112152dfgdfg', 0, '2023-10-28 05:35:28'),
(90, 269, 1, '[\"1698986211_43207e530530971de4a2.jpg\"]', 'bghrsh gedhdfbrh gfdsv,ygn trhfghrth', 0, '2023-11-03 04:36:51'),
(91, 269, 2, '[\"1698986211_19bd6358ffa8c3474c1c.png\"]', 'gghfgb  dfbdfhgrbxbgn cbnrfhfrhfgghyhrtur', 0, '2023-11-03 04:36:51'),
(92, 270, 3, '[\"1698996701_8e56898ca090e84806d4.jpg\"]', 'rfgbfgbfn', 0, '2023-11-03 07:31:41'),
(71, 249, 2, '[\"1698735404_2ed6a65121abdea4490f.jpg\"]', 'Photographer Description', 0, '2023-10-31 06:56:44'),
(68, 102, 4, '[\"1698642672_70584345d64ec9da5024.jpg\",\"1698642672_2646ca3415eb9ccb9d55.jpg\",\"1698642672_2ea4f7770d22e88e809a.jpg\",\"1698642672_3f2c21edccabb565581c.jpg\",\"1698642672_04695ddee2c13b35d654.jpg\",\"1698642672_16c76865e78badf04a95.jpg\",\"1698642672_fe0bf780f76ee28aa61a.jpg\"]', 'fgnfgvnfnnnjnnmyfjtyjtuj', 0, '2023-10-30 05:11:12'),
(59, 119, 3, '[\"1698479878_d46b5e7fb6724e39556d.jpg\",\"1698479878_46e35e9731a9599aedff.jpg\",\"1698479878_9056517b6c07f36ef940.jpg\",\"1698479878_6583257d278bc2f875f8.jpg\"]', 'fgn gghng', 2147483647, '2023-10-28 07:47:54'),
(61, 119, 3, '[\"1698480691_da6141f841f535169af0.jpg\",\"1698480691_25f2f6d39586094d958a.jpg\",\"1698480691_ba4f4eccfcf3beaad1e0.jpg\"]', 'fgn gghng', 232, '2023-10-28 08:11:31'),
(62, 119, 6, '[\"1698480763_473883d2f4e3c5b4b6b0.jpg\",\"1698480763_7b4a69300b2496733cb2.jpg\",\"1698480763_343bc60358dfe9ad3055.jpg\"]', 'fgn gghng', 232, '2023-10-28 08:12:43'),
(54, 241, 3, '[\"1698472598_9a9a38bca4d624c5137c.png\"]', 'ewddasdadasa', 0, '2023-10-28 05:56:38'),
(55, 242, 4, '[\"1698472695_bc8c29e0a4916a759646.png\"]', 'refrtte rtgr tret ret etrtr r4t rrt rtrt et', 0, '2023-10-28 05:58:15'),
(56, 242, 2, '[\"1698472695_bc8c29e0a4916a759646.png\",\"1698472695_a6c865e1e91a77c9e6ef.png\"]', 'fsdfsdfds sdrffrsdfsd wefffds fdfsfsdfd ffsdff', 0, '2023-10-28 05:58:15'),
(57, 244, 3, '[\"1698476464_70def4acbdc59d8887ca.jpg\"]', 'gggrte5ggyuklerjlcmntyjk', 0, '2023-10-28 07:01:04'),
(80, 256, 2, '[\"1698832997_f78f6341feb9f50b9ea9.jpeg\"]', 'fg,ldfjfdgj', 0, '2023-11-01 10:03:17'),
(81, 257, 4, '[\"1698833034_894cb6d8dcdcd4cd5889.png\"]', 'dhkkgfhjkfgjhjlp', 0, '2023-11-01 10:03:54'),
(82, 258, 3, '[\"1698833074_5bdf2816dc025dd70ea7.png\"]', 'd,ghlfkhlnglhnkm', 0, '2023-11-01 10:04:34'),
(83, 259, 3, '[\"1698834504_29854024a767bcdb2d6e.png\"]', 'dgfgfgfgg', 0, '2023-11-01 10:28:24'),
(84, 259, 2, '[\"1698834504_29854024a767bcdb2d6e.png\",\"1698834504_fc06be1caa0efb6396db.jpeg\"]', 'cvhnhfghfgh', 0, '2023-11-01 10:28:24'),
(85, 261, 6, '[\"1698840904_5e1c4b257458e22c2f4a.jpg\"]', 'dfhfghfghghghfghhh', 0, '2023-11-01 12:15:04'),
(86, 262, 1, '[\"1698899704_a74f468a9705aeb3586e.png\"]', 're Description', 0, '2023-11-02 04:35:04'),
(87, 262, 2, '[\"1698899704_9f7c0c8c7fc6caca0db9.png\"]', 'Hi Description', 0, '2023-11-02 04:35:04'),
(88, 182, 3, '[\"1698907007_653fa5cc8a7ffdc53f0e.jpg\"]', 'Hello', 0, '2023-11-02 06:36:47'),
(89, 182, 2, '[\"1698907093_1562458278367ba71bc7.png\"]', 'Photo', 0, '2023-11-02 06:38:13'),
(99, 287, 3, '[\"1699333233_2c2f01648990e2c1d07b.jpeg\"]', 'A florist is a person who sells flowers and ornamental plants. They also arrange flowers and plants into artistic displays, such as bouquets and wreaths. Florists are sometimes called floral designers. \r\nA florist\'s shop is a shop where flowers and house plants are sold. Florists manage their shops and make and sell artistic arrangements of flowers and plants.', 0, '2023-11-07 05:00:33'),
(100, 288, 1, '[\"1699333578_c92d076b3905f5e1fb0d.jpeg\"]', 'Culinary Expertise: A top-notch caterer possesses exceptional culinary skills and creativity. They can craft diverse menus, incorporating a variety of cuisines and flavors to suit the event\'s theme and the client\'s preferences', 0, '2023-11-07 05:06:18'),
(101, 289, 1, '[\"1699334173_e80a475482f13c408753.jpg\"]', 'vfdbhgb', 0, '2023-11-07 05:16:13'),
(102, 290, 2, '[\"1699334349_92ad3d6d1ca2b74a2c83.jpeg\"]', 'A photographer has a deep understanding of photography techniques, including exposure, composition, lighting, and post-processing. They are proficient in operating a wide range of camera equipment.', 0, '2023-11-07 05:19:09'),
(103, 291, 4, '[\"1699334625_94c3f3e944db7c9d05e2.jpeg\"]', 'Musicians are skilled in playing musical instruments or using their voice as an instrument. They spend years honing their technical abilities to create harmonious sounds.', 0, '2023-11-07 05:23:45'),
(104, 292, 9, '[\"1699334772_3838907d9d58e14be2f7.jpeg\"]', 'Event planners are meticulous in their approach. They manage various aspects of an event, including logistics, scheduling, budgeting, and vendor coordination, while paying close attention to even the smallest details', 0, '2023-11-07 05:26:12'),
(105, 293, 1, '[\"1699340420_f0f7b91ca5cd2e2c724e.jpg\",\"1699340420_ef0d60e6b6b09bbbe1ad.jpg\"]', 'HELLO', 0, '2023-11-07 05:53:34'),
(106, 293, 3, '[\"1699336414_6d8920ae9e8dff091563.jpg\",\"1699336414_57ed9591cc9f0a730a3c.jpg\",\"1699336414_a5ab84ece03eb433e838.jpg\"]', 'Mall decorator', 0, '2023-11-07 05:53:34'),
(107, 294, 3, '[\"1699339093_523b0e91a743881469a2.jpeg\",\"1699339093_815b08cfdf4a4b83f07b.jpeg\",\"1699339093_b94fb1c5a224da72a9a3.jpeg\",\"1699339093_e9ced06a85d9fba83929.jpeg\",\"1699339093_610f6be1a16cf0cef1d0.jpeg\"]', 'Describe the colors of the flowers in the arrangement. Are they vibrant and bold, or soft and pastel? The color scheme can convey different moods and themes', 0, '2023-11-07 06:38:13'),
(108, 295, 1, '[\"1699341574_9674d718cbbcc9169e7c.jpeg\",\"1699341574_67e3b8e3a7adaf1e80e6.jpeg\",\"1699341574_2801f0869ddee9eee096.jpeg\",\"1699341574_6cb870fc711f8b6c720b.jpeg\",\"1699341574_103176c74b1d0dcb71c9.jpeg\"]', 'Catering services are highly customizable, allowing clients to tailor the menu and service to their specific needs and preferences', 0, '2023-11-07 07:19:34'),
(109, 296, 1, '[\"1699342224_f0eb8be54f0bd9c6fa36.jpeg\",\"1699342224_ba74007897b86d3a4115.jpeg\",\"1699342224_bb0a5f697c9c1a23c46c.jpeg\",\"1699342224_506ebbce2b23eeb76240.jpeg\",\"1699342224_ba8f162596fa6d559659.jpeg\",\"1699342224_2d8b3a1398cecaaa74a7.jpeg\"]', 'After the event, caterers are responsible for cleaning up the catering area, disposing of waste, and ensuring that the event space is left in good condition.', 0, '2023-11-07 07:30:24'),
(110, 297, 1, '[\"1699342366_5b7de72c3a2ef5b600fb.jpeg\",\"1699342366_42c7b82e92660db77df1.jpeg\",\"1699342366_a71f2a2173b97fe6e081.jpeg\",\"1699342366_fe63152d5e67ece534db.jpeg\",\"1699342366_58455a59bd58a9684ef0.jpeg\",\"1699342366_b02bd4d716c0094ad262.jpeg\"]', 'Caterers deliver the food to the event location and set up the serving stations, ensuring that everything is ready for guests to enjoy', 0, '2023-11-07 07:32:46'),
(111, 299, 1, '[\"1699344729_3be4c2f544a67f99cd7f.jpeg\",\"1699344729_dc3507ca0797d4f005e5.jpeg\",\"1699344729_852b8f5e16be64b18b7e.jpeg\",\"1699344729_dd7951f5932887106b10.jpeg\",\"1699344729_01697ef8d500283273df.jpeg\",\"1699344729_e8cae489a9b1617b6d74.jpeg\"]', 'Catering services are highly customizable, allowing clients to tailor the menu and service to their specific needs and preferences', 0, '2023-11-07 08:12:09'),
(112, 300, 1, '[\"1699344895_b8b5561731b2251ea00d.jpeg\",\"1699344895_74c63609b86cc029eb1e.jpeg\",\"1699344895_c9f956a85cd1b4597505.jpeg\",\"1699344895_6b2236a6825c9519b7fc.jpeg\",\"1699344895_da97c935a89656460a93.jpeg\",\"1699344895_699016ce799e85c0a627.jpeg\"]', 'After the event, caterers are responsible for cleaning up the catering area, disposing of waste, and ensuring that the event space is left in good condition', 0, '2023-11-07 08:14:55'),
(113, 301, 2, '[\"1699345305_601681b05a5a16ec1bff.jpeg\",\"1699345305_7b92031b8dd168dfcfb1.jpeg\",\"1699345305_f2666b2774ee0a9c874a.jpeg\",\"1699345305_a8025b1b3568607134fc.jpeg\",\"1699345305_1a347020d0763a5af610.jpeg\"]', 'Photography is both an art and a craft. Photographers use their creative vision to compose shots, select angles, and manipulate lighting to create visually appealing and meaningful images', 0, '2023-11-07 08:21:45'),
(114, 302, 2, '[\"1699345561_3c705434a743a588ba14.jpeg\",\"1699345561_3bb65eeb11927acb088f.jpeg\",\"1699345561_20f468991462ee59966c.jpeg\",\"1699345561_9f9e08f4d9b52cafad39.jpeg\",\"1699345561_90829c2a3bb8acdead1e.jpeg\",\"1699345561_733a8196b01b33af6fd5.jpeg\"]', 'Photographers use a range of equipment, including cameras, lenses, lighting, tripods, and other accessories to achieve their desired results. They may also use post-processing software, such as Adobe Photoshop, to edit and enhance their photos', 0, '2023-11-07 08:26:01'),
(115, 303, 2, '[\"1699345687_f58de3c6c837c7e3665e.jpeg\",\"1699345687_bdeadc73f0dfaa1e7d2c.jpeg\",\"1699345687_dbdfa76a99ec2d89a42d.jpeg\",\"1699345687_53a1e1bd729a31fdf06c.jpeg\",\"1699345687_7e1098a166d26940264b.jpeg\"]', 'Many photographers work with clients to understand their needs and preferences. They may also provide guidance on location, styling, and other aspects of the shoot', 0, '2023-11-07 08:28:07'),
(116, 293, 2, '[\"1699345841_5912a0eaf097bc606c24.png\",\"1699345841_cc1d318856560e7bed1f.png\"]', 'Goju', 0, '2023-11-07 08:29:23'),
(117, 293, 4, '[\"1699345817_7200e02303db8be287bb.png\",\"1699345817_69eb7a85d77c0c70108c.jpg\"]', 'Hello', 0, '2023-11-07 08:29:23'),
(118, 304, 3, '[\"1699348254_32739f792c87071545d1.jpeg\",\"1699348254_a3055946b982f3bf8cd0.jpeg\",\"1699348254_cff606ec90e9f78ba6e2.jpeg\",\"1699348254_7c2d4c9c26902d7246d8.jpeg\",\"1699348254_9f121710e4411832ea40.jpeg\"]', 'Florists ensure the longevity of the arrangements by properly conditioning and caring for the flowers, which includes cutting stems, changing water, and adding preservatives.', 0, '2023-11-07 09:10:54'),
(119, 305, 3, '[\"1699348560_e149e8d4cd639647e0ce.jpeg\",\"1699348560_1163268ee011400de3b7.jpeg\",\"1699348560_2380929ae15768285147.jpeg\",\"1699348560_e955242a2b2c0e721ae9.jpeg\",\"1699348560_e64ce04e25cd3410c484.jpeg\",\"1699348560_cb2bda77b4c18dd13348.jpeg\"]', 'Excellent customer service is a key aspect of a florist\'s role. They work closely with clients to understand their needs, offer suggestions, and fulfill orders to the client\'s satisfaction', 0, '2023-11-07 09:16:00'),
(120, 306, 4, '[\"1699348820_b6be72fb2ca89b2e2006.jpeg\",\"1699348821_fa5610bebd6c75729dbd.jpeg\",\"1699348821_de6906e6ec1e5e62afd4.jpeg\",\"1699348821_bdf4ceab5c1d7111d3ad.jpeg\",\"1699348821_7e570f4f043f4f863c1b.jpeg\",\"1699348821_8dce9897599ecde677fc.jpeg\"]', 'Florists are aware of the seasonal availability of flowers and may offer guidance to clients about which flowers are in season and which are not.', 0, '2023-11-07 09:20:21'),
(121, 307, 4, '[\"1699348944_ce6303247f468117670c.jpeg\",\"1699348944_2989336c2fd05324f57e.jpeg\",\"1699348944_c27b733c69123f401148.jpeg\",\"1699348944_38834497912ba4564aac.jpeg\",\"1699348944_2b6e31c783a4f508fc03.jpeg\"]', 'Excellent customer service is a key aspect of a florist\'s role. They work closely with clients to understand their ', 0, '2023-11-07 09:22:24'),
(122, 308, 4, '[\"1699349043_e469d2227c6e5559d7b0.jpeg\",\"1699349043_b13c36600234bc93715e.jpeg\",\"1699349043_e1bb071cf7283cd0d627.jpeg\",\"1699349043_5ac47ff7f3a0c10f42a1.jpeg\",\"1699349043_06b8e0e3198894073d44.jpeg\"]', 'Florists use their artistic and creative skills to design arrangements that are visually appealing, harmonious, and in line with the client\'s preferences or the intended theme of the event', 0, '2023-11-07 09:24:03'),
(123, 309, 9, '[\"1699349478_c2f66a85ee630b9ce627.jpeg\",\"1699349478_1129f322189044825a74.jpeg\",\"1699349478_11cf9cff4e29c0d327d3.jpeg\",\"1699349478_c9935328a608eba5fe0c.jpeg\",\"1699349478_700698add1b6b65f94b2.jpeg\"]', 'Event planners begin by meeting with clients to understand their goals, preferences, and expectations for the event. They discuss details such as the event\'s purpose, budget, location, theme, and any specific requirements', 0, '2023-11-07 09:31:18'),
(124, 310, 9, '[\"1699349582_740af979259a52ac72f5.jpeg\",\"1699349582_cc49395404bdd93608e4.jpeg\",\"1699349582_964695849a95595f9f44.jpeg\",\"1699349582_940c2a3b646710b3cca2.jpeg\",\"1699349582_4a1b91f2673e55c50e76.jpeg\"]', 'Event planners help clients choose a suitable event venue, taking into consideration factors like capacity, location, accessibility, and style. They often negotiate contracts with venues on behalf of their clients.', 0, '2023-11-07 09:33:02'),
(125, 311, 3, '[\"1699350463_cee6efd164e7a0c240b7.png\",\"1699350463_dd5a9801d7220ab17e73.png\"]', 'gdhg', 0, '2023-11-07 09:47:43'),
(126, 312, 4, '[\"1699350609_3bf024dc6506bf485108.jpg\"]', 'trtert', 0, '2023-11-07 09:50:09'),
(128, 314, 2, '[\"1699420043_b1e8b622074682588f3f.jpg\",\"1699420043_ca148612c3d199280854.jpg\",\"1699420043_a0f16af679ce71a74eb0.jpg\"]', 'I\'m so excited to officially welcome [Bride] and [Groom] as a new [Your Business Name] couple today! I can\'t wait to photograph their beautiful wedding at [Venue Name] next [month / year, etc.]! Our 2022 wedding season is looking to be pretty busy already but I\'m excited about it', 0, '2023-11-08 05:07:23'),
(129, 315, 3, '[\"1699423002_cd6138a08d0f2bf995bb.jpg\",\"1699423002_15d4dd3b8a83dbbddd25.jpg\",\"1699423002_c1682a53ce6cb5a1f957.jpg\",\"1699423002_c3b952ed3709e90b7b47.jpg\"]', 'Full-service planning\r\nPricing starts at $5,500\r\n\r\nPlanning begins 12 Months out\r\n\r\nDescription\r\nWhen you hire us for wedding planning, you can focus on the fun parts of planning your wedding and let us manage the details. This is a true full service experience and includes vendor selection, wedding design, budgeting tools, planning timelines and concierge service. We will guide you through our step by step 3-phase wedding planning process.\r\n\r\n:: Services included in starting price ::\r\n\r\n1.Event Styling & Design\r\n2.Budget Planning\r\n3.Venue Recommendations\r\n4.Vendor Selection\r\n5.Vendor Management\r\n6.Contract Review\r\n\r\n:: Services available for extra costs ::\r\n\r\ni) Rentals & Linens\r\nii) Invites & Stationery\r\niii) Wedding Website', 0, '2023-11-08 05:56:42'),
(130, 315, 4, '[\"1699423002_ff3e8a01a1156bb5b9fd.jpg\",\"1699423002_4d592da7ef8d62894341.jpg\",\"1699423002_7d8db3a4fff9f238468c.jpeg\"]', 'A wedding band for hire is a group of musicians who specifically perform live music at weddings. They usually have specially designed live setlists just for weddings and also specialise in performing first dances, last dances, and father/bride songs amongst others. They perform in varying line-ups and perform all genres of music so there is always a wide variety of choice out there for any wedding requirements or theme.', 0, '2023-11-08 05:56:42'),
(131, 274, 4, '[\"1699424773_7371c764f021dd806220.jpg\"]', 'rytrhtrh', 0, '2023-11-08 06:26:13'),
(132, 274, 2, '[\"1699424830_cbef2b5108abb5a14690.jpg\"]', 'gbrtgh', 0, '2023-11-08 06:27:11'),
(133, 328, 2, '[\"1704887673_8a2be6db5fa815e2e4c9.png\"]', 'asas', 0, '2024-01-10 11:54:33'),
(134, 338, 1, '[\"1704951549_c5c089b6e91f7773375d.png\"]', 'as', 0, '2024-01-11 05:39:09'),
(135, 338, 2, '[\"1704951801_c8b1d65a697b13cfaad2.png\"]', 'asas', 0, '2024-01-11 05:43:21'),
(136, 338, 2, '[\"1704951820_80553ade99c623b7ff80.png\"]', 'asas', 0, '2024-01-11 05:43:40'),
(137, 104, 3, '[\"1704951946_78f5d494690f73d81c10.png\"]', 'asas', 0, '2024-01-11 05:45:46'),
(138, 343, 1, '[\"1704960794_9a3aaba2d70132b21c24.png\"]', 'asas', 0, '2024-01-11 08:13:14'),
(140, 344, 15, '[\"1706092139_edcda65b1ae8e4dcb64c.webp\"]', 'grfv', 0, '2024-01-24 10:28:59'),
(141, 344, 2, '[\"1706092139_4ee1aa5a3544db2b2cfd.webp\"]', 'qdcweafdwed', 0, '2024-01-24 10:28:59'),
(142, 345, 1, '[\"1706092191_8f605d6e8057408dc9cc.webp\"]', 'yujkyuhjku', 0, '2024-01-24 10:29:51'),
(143, 346, 15, '[\"1706092768_0e11c2face35bd094e03.webp\"]', 'grfv', 0, '2024-01-24 10:39:28'),
(144, 346, 2, '[\"1706092768_ef0729a34b51f5b7cad0.webp\"]', 'qdcweafdwed', 0, '2024-01-24 10:39:28'),
(145, 347, 15, '[\"1706092830_a166936378b67af8d764.webp\"]', 'grfv', 0, '2024-01-24 10:40:30'),
(146, 347, 2, '[\"1706092830_34de4697cb738c923169.webp\"]', 'qdcweafdwed', 0, '2024-01-24 10:40:30'),
(152, 350, 2, '[\"1706093246_f9c9adac26edbe1a0c4c.webp\"]', 'qdcweafdwed', 0, '2024-01-24 10:47:26'),
(151, 350, 15, '[\"1706093246_2ce49883d96ab9459a02.webp\"]', 'grfv', 0, '2024-01-24 10:47:26'),
(170, 368, 1, '[\"1706775034_854ddd0178e158197bf8.png\"]', 'as', 0, '2024-02-01 08:10:34'),
(169, 367, 1, '[\"1706158277_ee6b2a3e47052db33318.webp\"]', 'trgrtgt', 0, '2024-01-25 04:51:17'),
(168, 364, 1, '[\"1706096159_d21cc65fc9fd097832f6.webp\"]', 'yujkyuhjku', 0, '2024-01-24 11:35:59'),
(167, 363, 1, '[\"1706096066_678566beb205161e3e1a.webp\"]', 'ghmghmg', 0, '2024-01-24 11:34:26'),
(166, 362, 1, '[\"1706095881_2094a050b2c119d3ca7d.webp\"]', 'dfgbvb', 0, '2024-01-24 11:31:21'),
(165, 361, 1, '[\"1706095652_1ee9e5a5af114b9d4dde.webp\"]', 'dfgbvb', 0, '2024-01-24 11:27:32'),
(164, 360, 1, '[\"1706095434_7bc16f73d55ca690aa21.webp\"]', 'yhrth', 0, '2024-01-24 11:23:54'),
(163, 359, 1, '[\"1706095170_02ab6ba20e4396975e3c.webp\"]', 'tyjhtjhtyjh', 0, '2024-01-24 11:19:30'),
(171, 369, 1, '[\"1706775621_0ced9617cf866ab69ce0.png\"]', 'as', 0, '2024-02-01 08:20:21'),
(172, 370, 1, NULL, 'Details', 0, '2024-02-21 09:48:25'),
(173, 371, 2, NULL, 'Details', 0, '2024-02-21 10:48:12'),
(174, 373, 2, NULL, 'Details More', 0, '2024-02-21 10:53:21'),
(179, 378, 1, NULL, 'descriptionucv', 0, '2024-02-23 07:37:47'),
(178, 377, 1, NULL, 'description', 0, '2024-02-22 06:44:42'),
(180, 379, 1, NULL, '5415454545454545', 0, '2024-02-23 11:31:15'),
(181, 381, 3, NULL, 'Details', 0, '2024-02-26 05:02:39'),
(182, 382, 15, NULL, 'hdufudydihidihhzyfh,hfhgbxi gghduxufhsg', 0, '2024-02-27 07:21:23'),
(188, 389, 1, NULL, 'description jvkvviviv', 0, '2024-02-27 10:15:04'),
(184, 384, 3, NULL, 'kgjkfgjjgjkjnmcvncvnnnvn', 0, '2024-02-27 07:32:20'),
(199, 403, 3, NULL, 'yuusjxjdj', 0, '2024-02-29 10:30:29'),
(186, 386, 1, NULL, 'ygycyc', 0, '2024-02-27 08:07:15'),
(187, 387, 1, NULL, 'ygycyc', 0, '2024-02-27 08:07:15'),
(189, 390, 1, NULL, 'fsdgfgfgfgfhg', 0, '2024-02-27 10:51:54'),
(190, 391, 1, NULL, 'sdgfdfhgfdgfdfhgggg', 0, '2024-02-27 10:52:41'),
(191, 392, 1, NULL, 'dghhghgghh', 0, '2024-02-27 10:53:39'),
(198, 402, 1, NULL, 'dudjdhdh', 0, '2024-02-29 09:44:09'),
(193, 394, 2, NULL, 'd HHC jg', 0, '2024-02-27 11:49:52'),
(194, 395, 1, NULL, 'cjjcjx', 0, '2024-02-27 11:59:59'),
(195, 396, 2, NULL, 'jjgdefhmm', 0, '2024-02-27 12:10:22'),
(196, 397, 15, NULL, 'ffdsffsfdff', 0, '2024-02-27 12:29:43'),
(197, 398, 2, NULL, 'i am a photo valo', 0, '2024-02-28 07:54:24'),
(200, 404, 2, NULL, 'fsyshyssh', 0, '2024-02-29 10:31:43'),
(201, 405, 3, NULL, '633727282919', 0, '2024-02-29 11:40:45'),
(202, 406, 3, NULL, 'Details', 0, '2024-02-29 12:56:19'),
(207, 411, 4, NULL, 'hhbbvvvb', 0, '2024-03-01 12:21:28'),
(206, 410, 4, NULL, '5yyh', 0, '2024-03-01 12:20:23'),
(208, 412, 4, NULL, 'hhbbvvvb', 0, '2024-03-01 12:35:20'),
(209, 413, 4, NULL, 'hhbbvvvb', 0, '2024-03-01 12:35:22'),
(211, 415, 1, NULL, 'sdsdsdsdsd', 0, '2024-03-02 04:26:26'),
(212, 416, 1, NULL, 'ffsdgsfsdfdsfdsf', 0, '2024-03-02 04:35:20'),
(213, 417, 9, NULL, 'sadsaasdassdassdassd', 0, '2024-03-02 05:09:56'),
(214, 427, 15, NULL, 'to do the point to be noted', 0, '2024-03-05 07:29:14'),
(215, 345, 2, '[\"1709626535_2320d9cbafc0b411c6de.jpg\"]', 'aaasassasassass', 0, '2024-03-05 08:15:35'),
(217, 429, 2, NULL, 'this aaa', 0, '2024-03-05 09:21:59'),
(220, 433, 9, NULL, 'gx8t8tx8td9ydy9d9yd9yd9y', 0, '2024-03-05 10:00:17'),
(221, 437, 2, NULL, 'cjdjjddjejwj', 0, '2024-03-06 07:11:05'),
(222, 438, 3, '[\"1709717897_43c4397b9aed459b90d7.png\"]', 'retfgertrt', 0, '2024-03-06 09:38:17'),
(223, 439, 4, '[\"1709717982_0ca28da7aae4712103fb.png\",\"1709717982_5360110554faf8ef3adc.png\"]', 'tyhrtyhtr', 0, '2024-03-06 09:39:42'),
(224, 439, 9, '[\"1709717982_03bb76ad74f87757de70.png\",\"1709717982_58d1325bc61a6fa45501.png\"]', 'dfgdgg', 0, '2024-03-06 09:39:42'),
(225, 440, 2, NULL, 'chcvjv', 0, '2024-03-06 09:47:15'),
(226, 441, 15, '[\"1709717897_43c4397b9aed459b90d7.png\"]', 'hdbdb', 0, '2024-03-06 09:55:54'),
(291, 514, 3, '[\"1726661110_413d492ca87c9686d06e.png\"]', 'Fuga Quibusdam dign', 0, '2024-09-18 12:05:10'),
(252, 471, 3, '[\"1709723942_df9f923dc24ab395d851.png\",\"1709723942_77861070c8cf0d5346ca.png\"]', 'Details', 0, '2024-03-06 11:19:02'),
(253, 472, 1, '[\"1709724003_68e9458428ea537052fa.png\",\"1709724003_a9a9c324410d1cbe3d16.png\"]', 'Details', 0, '2024-03-06 11:20:03'),
(251, 470, 3, '[\"1709723904_099c7f4fa9435b884b9b.png\",\"1709723904_df7a4176714f2a26b7a3.png\"]', 'Details', 0, '2024-03-06 11:18:24'),
(250, 469, 3, '[\"1709723145_03c9257a5edc4b277cc9.png\"]', 'Details', 0, '2024-03-06 11:05:45'),
(249, 468, 3, '[\"1709723117_ff8966208486f2be063c.png\"]', 'Details', 0, '2024-03-06 11:05:17'),
(289, 425, 1, '[\"1726660460_b4ce5f967e3e77a8444c.png\"]', 'chabge', 0, '2024-09-18 11:54:20'),
(290, 513, 1, '[\"1726661072_c03a63c6a7f800708f10.png\"]', 'Odio fugiat non qua', 0, '2024-09-18 12:04:32'),
(255, 474, 3, '[\"1709726139_86cc79a1b0c5e16ce131.png\",\"1709726139_19ec446692f2689a03bb.png\",\"1709726139_f7ad18d56b29e937f2b4.png\",\"1709726139_a0ce75c781f6e8505535.png\",\"1709726139_26a17af8d6e80ead4b26.jpeg\"]', 'sdfdfdfdsfdsf', 0, '2024-03-06 11:55:39'),
(277, 499, 1, '[\"1712829266_4cd7ec9876389485aaa5.webp\",\"1712829266_8a20bbddacf2f9abc805.jpg\",\"1712829266_c65661844bd67c049096.jpg\",\"1712829266_0aee211e524ea39e2377.webp\",\"1712829266_2a7f6286e3873bbe510f.webp\",\"1712829266_bb90ac3bd5e0e35b02df.jpg\",\"1712829266_3709ab20ae829c17e587.jpg\",\"1712829266_7bab8b857a8e941b6675.webp\",\"1712829266_12308e4bc190e3a51493.webp\"]', 'fccffffggggvvcv', 0, '2024-04-11 09:54:26'),
(259, 478, 2, '[\"1709728008_cc081b76a9790fdf36b7.jpg\"]', 'sfgfdgfdgfdg', 0, '2024-03-06 12:26:48'),
(261, 480, 2, '[\"1709786170_7cc4492d697a2a097e89.jpg\"]', 'jj xxjjdjsjsjejwkwk', 0, '2024-03-07 04:36:10'),
(262, 481, 15, '[\"1709786340_384bde13113d40c96ca7.jpg\",\"1709786340_1e20f1551ccc31a91bfb.jpg\",\"1709786340_e8d1ce27776a68bc71d5.jpg\",\"1709786340_8af693b3cdee4f2a7f61.jpg\",\"1709786340_8bc79595841656ad36f1.jpg\",\"1709786340_b71f25d9c9e629ec0d73.jpg\",\"1709786340_131e402325eb5850820c.jpg\",\"1709786340_68b988658ac871f8db43.jpg\",\"1709786340_32229a4ec67416c49c73.jpg\"]', 'jsjsjsjs', 0, '2024-03-07 04:39:00'),
(276, 496, 2, '[\"1712811792_514752fd7ec259a66f68.webp\",\"1712811792_5e9bd3996ab172ad070e.webp\",\"1712811792_c7076d2f6584d679175e.jpg\",\"1712811792_38c227bfff26bcca740c.jpg\",\"1712811792_01e676cd0aed9a9c781c.jpg\",\"1712811792_70e8e0f8fe29e5ea28b5.webp\",\"1712811792_78b6c1f793526e2a8d96.jpg\"]', 'djjdjdjs jss jsjs', 0, '2024-04-11 05:03:12'),
(264, 483, 1, '[\"1709786443_87a6f68be21f1cfaf31d.png\",\"1709786443_db8be7f1068d7d800862.png\"]', 'Details', 0, '2024-03-07 04:40:43'),
(265, 484, 1, '[\"1709787254_d130024094045dffbbb9.png\",\"1709787254_84825adbfd492f155aa4.png\"]', 'Details', 0, '2024-03-07 04:54:14'),
(266, 486, 1, '[\"1709787504_c1372fe377b761bd8a92.png\",\"1709787504_97b1bd07e318b62b4fac.png\"]', 'Details', 0, '2024-03-07 04:58:24'),
(267, 487, 1, '[\"1709789428_156bd79b31a8841fe634.png\",\"1709789428_81203403d3fe3a379b1a.png\"]', 'Details', 0, '2024-03-07 05:30:28'),
(268, 488, 1, '[\"1709789729_84658528ab4196480cbd.png\",\"1709789729_218851a1864e881d047f.png\"]', 'Details', 0, '2024-03-07 05:35:29'),
(269, 489, 1, '[\"1709789733_c83c4384258c5533db9a.png\",\"1709789733_7961506fd2ab0e1676df.png\"]', 'Details', 0, '2024-03-07 05:35:33'),
(270, 490, 1, '[\"1709789751_c3936424fb5240168d34.png\",\"1709789751_c6840dda125e2ae2f630.png\"]', 'Details', 0, '2024-03-07 05:35:51'),
(271, 491, 3, '[\"1709789858_7aa3be2bb8626be983f4.jpg\",\"1709789858_0c7b2ac8f1eb61c3fbfd.jpg\",\"1709789858_74f22601c17f2f2b2f2b.jpg\"]', 'Donqioqxte doflamingo', 0, '2024-03-07 05:37:38'),
(292, 515, 21, '[\"1726661507_c080079eb492d87b2d27.jpg\"]', 'Sed alias consequatu', 0, '2024-09-18 12:11:47'),
(293, 516, 2, '[\"1726661712_d8cb6d5b1c5d0362b247.png\"]', 'Exercitation ex aliq', 0, '2024-09-18 12:15:12'),
(278, 500, 1, '[\"1712829269_a54273589fb2712c8592.webp\",\"1712829269_848557e6881a0f4ef42c.jpg\",\"1712829269_07f864cdf2c7027d23c4.jpg\",\"1712829269_5f1c222fd905c0e8525c.webp\",\"1712829269_00d25753bab7afb412e7.webp\",\"1712829269_5c6dd038a562647647f8.jpg\",\"1712829269_231eef960ea15cf277ab.jpg\",\"1712829269_a092b5ca55a735dec036.webp\",\"1712829269_6b5f3285688bf9b6215b.webp\"]', 'fccffffggggvvcv', 0, '2024-04-11 09:54:29'),
(279, 502, 1, '[\"1712910198_b33d70d1f1bb7a752313.jpg\"]', 'ddfdsfdsfdsff', 0, '2024-04-12 08:23:18'),
(280, 504, 1, '[\"1725527703_48cc401f5927c8b76d4f.jpg\"]', 'cgyfcthhcfv ujvfuisxcu', 0, '2024-09-05 09:15:03'),
(281, 505, 1, '[\"1725527705_839c8ef81f007a718e75.jpg\"]', 'cgyfcthhcfv ujvfuisxcu', 0, '2024-09-05 09:15:05'),
(282, 506, 1, '[\"1725527705_8f2fd2cabb2103c6662a.jpg\"]', 'cgyfcthhcfv ujvfuisxcu', 0, '2024-09-05 09:15:05'),
(283, 507, 1, '[\"1725527707_8dad9aed3995e1c39281.jpg\"]', 'cgyfcthhcfv ujvfuisxcu', 0, '2024-09-05 09:15:07'),
(284, 508, 1, '[\"1725527707_b263969ca5df2b9f5dc1.jpg\"]', 'cgyfcthhcfv ujvfuisxcu', 0, '2024-09-05 09:15:07'),
(285, 509, 1, '[\"1725527707_f97638aa1333dc156910.jpg\"]', 'cgyfcthhcfv ujvfuisxcu', 0, '2024-09-05 09:15:07'),
(286, 510, 1, '[\"1725527707_6f3cc7eab2b1f9526089.jpg\"]', 'cgyfcthhcfv ujvfuisxcu', 0, '2024-09-05 09:15:07'),
(298, 518, 1, '[\"1726723286_16172377e1f6fbca2d1e.jpg\"]', 'hnshjs', 0, '2024-09-19 05:21:26'),
(299, 519, 1, '[\"1726723288_13d0e78ed4e77eb36d16.jpg\"]', 'hnshjs', 0, '2024-09-19 05:21:28'),
(301, 521, 4, '[\"1726743453_79476dc4543f6bc1e95e.jpg\"]', '', 0, '2024-09-19 10:57:33'),
(302, 522, 2, '[\"1726743554_4a22cb86a449cfbcf90b.jpg\"]', 'that', 0, '2024-09-19 10:59:14'),
(305, 527, 2, '[\"1729497747_7123fe3188927cfb2c7d.jpg\",\"1729497747_6da0e6fc8b138bd9a755.jpg\",\"1729497747_af1e1e74edd802adcb9a.jpg\",\"1729497747_1e9755c1ce6bbc6055ef.jpg\"]', 'hi..', 0, '2024-10-21 08:02:27'),
(304, 524, 1, '[\"1727071515_8f884787efbf712f086a.jpg\"]', 'shhs', 0, '2024-09-23 06:05:15'),
(306, 529, 4, '[\"1729509029_ba0905c152b9eea21882.jpg\"]', 'Must check sound and', 0, '2024-10-21 11:10:29'),
(307, 530, 3, '[\"1729509756_e67a62335e7e58a9e726.jpg\",\"1729509756_570990658fe1349f55b6.jpg\"]', 'My n', 0, '2024-10-21 11:22:36'),
(308, 531, 4, '[\"1729511198_82249ff5072c00e8081e.png\"]', 'fghjfghfgh', 0, '2024-10-21 11:46:38'),
(309, 533, 2, '[\"1729590398_ac555d7e883da166bc5a.jpg\",\"1729590398_9b13afabd52a45e2d6fb.jpg\"]', 'Details is photographer', 0, '2024-10-22 09:46:38'),
(310, 534, 4, '[\"1729594923_55093dc7af295740d142.jpg\"]', 'hahshah', 0, '2024-10-22 11:02:03'),
(311, 536, 4, '[\"1729768094_e1bb59eae383820ac72e.jpg\"]', 'Category Description', 0, '2024-10-24 11:08:14'),
(317, 544, 33, '[\"1732685101_e5a697ef39ad547194ed.png\"]', 'grggtfrg', 0, '2024-11-27 05:25:01'),
(313, 539, 33, '[\"1729947597_cbc4c15bc87ee86a4950.jpg\"]', 'weqwwqwa', 0, '2024-10-26 12:59:57'),
(315, 542, 31, '[]', 'Hello', 0, '2024-10-28 10:06:16'),
(318, 546, 3, '[\"1732685488_5fdd505ec2f0a3dbd3a5.jpg\"]', 'sadsd', 0, '2024-11-27 05:31:28'),
(319, 547, 1, '[\"1732685577_3fc10a871d2596a6b295.png\"]', 'fsrfgd', 0, '2024-11-27 05:32:57'),
(320, 548, 2, '[\"1732699343_063ade9669509e33de15.jpg\",\"1732699343_8cd3361177c83d972bb2.jpg\"]', 'dfewff', 0, '2024-11-27 09:22:23'),
(321, 549, 1, '[\"1732700060_48dfebd6066e9870ca1b.jpg\"]', 'THis the', 0, '2024-11-27 09:33:40'),
(323, 551, 2, '[\"1732797312_6826e80c29434137cc21.jpg\"]', 'jw ha jsjahsh', 0, '2024-11-28 12:35:12'),
(324, 552, 1, '[\"1732860104_7ac2537b58fa0e72389a.jpg\",\"1732860104_cc8491fa6b78141e0387.jpg\"]', 'Details.....', 0, '2024-11-29 06:01:44'),
(325, 553, 1, '[\"1732953991_f8c09448c21f17696625.jpg\"]', 'details', 0, '2024-11-30 08:06:31'),
(330, 562, 1, 'public/assets/img/services-images', '', 0, '2025-04-30 12:01:46'),
(329, 561, 33, '[\"1744794890_7b149b3b5e8b1633381c.jpg\"]', 'ahhqh', 0, '2025-04-16 09:14:50'),
(331, 563, 33, '[\"1746014623_def1792b6d1fb81eb353.jpg\"]', 'hi', 0, '2025-04-30 12:03:43'),
(332, 567, 38, 'public/assets/img/services-images', '', 0, '2026-03-10 07:00:03');

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

--
-- Table structure for table `team_member`
--

CREATE TABLE `team_member` (
  `id` int(11) NOT NULL,
  `venueID` int(11) NOT NULL,
  `full_name` varchar(255) NOT NULL,
  `profile_picture` text DEFAULT NULL,
  `holiday_start` varchar(255) DEFAULT NULL,
  `holiday` text NOT NULL,
  `created_at` timestamp NOT NULL DEFAULT current_timestamp(),
  `updated_at` timestamp NOT NULL DEFAULT current_timestamp()
) ENGINE=MyISAM DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci;

--
-- Dumping data for table `team_member`
--

INSERT INTO `team_member` (`id`, `venueID`, `full_name`, `profile_picture`, `holiday_start`, `holiday`, `created_at`, `updated_at`) VALUES
(34, 284, 'Levi James', 'https://wedding.londontechequity.co.uk/portal/public/team_member/1721042981_3da45bf05cf37cb5cea7.png', NULL, 'November 10th - November 18th ', '2024-04-10 12:05:12', '2024-04-10 12:05:12'),
(14, 399, 'yui', 'https://wedding.londontechequity.co.uk/portal/public/team_member/1709182552_e0d5701927d9cfb40999.png', NULL, 'rtuyhrtuyry', '2024-02-29 04:55:52', '2024-02-29 04:55:52'),
(2, 98, 'John Nairo', 'https://wedding.londontechequity.co.uk/portal/public/team_member/1707993740_0950d0733b03e40a8548.webp', NULL, 'September 26th - September 28th', '2024-09-20 10:42:20', '2024-09-27 10:42:20'),
(10, 98, 'abc', 'https://wedding.londontechequity.co.uk/portal/public/team_member/1708691973_6afe97dd1029c1560fd8.png', NULL, 'September 18th - September 27th', '2024-02-23 12:39:33', '2024-02-23 12:39:33'),
(11, 98, 'chetan', 'https://wedding.londontechequity.co.uk/portal/public/team_member/1726728877_08c17452fa3f7f0c8c89.jpg', '2024-09-21', 'September 23rd - September 27th', '2024-02-27 07:59:03', '2024-02-27 07:59:03'),
(26, 428, 'ffddf', 'https://wedding.londontechequity.co.uk/portal/public/team_member/1709630509_327e7083b12cf01d1694.png', NULL, 'dfdf', '2024-03-05 09:21:49', '2024-03-05 09:21:49'),
(35, 284, 'Nik Panchal ', 'https://wedding.londontechequity.co.uk/portal/public/team_member/1721043131_4eba55ee9e9c1425032b.png', NULL, 'November 10th ', '2024-04-10 12:06:18', '2024-04-10 12:06:18'),
(9, 98, 'Team Member 1', 'https://wedding.londontechequity.co.uk/portal/public/team_member/1726728936_51b517b79d9fcaeadeac.jpg', NULL, 'September 26th - September 27th', '2024-02-16 04:49:24', '2024-02-16 04:49:24'),
(15, 399, 'tyetyet', 'https://wedding.londontechequity.co.uk/portal/public/team_member/1709276705_0b98b21c4c8e761c2795.png', NULL, 'yetet', '2024-03-01 07:05:05', '2024-03-01 07:05:05'),
(16, 399, 'iuk', 'https://wedding.londontechequity.co.uk/portal/public/team_member/1709278778_70e6334f037b119ce795.png', NULL, 'ggggbuuuj', '2024-03-01 07:39:38', '2024-03-01 07:39:38'),
(17, 399, 'lok', 'https://wedding.londontechequity.co.uk/portal/public/team_member/1709279313_1a7e4c970e9613571870.png', NULL, 'rthyrthr', '2024-03-01 07:48:33', '2024-03-01 07:48:33'),
(18, 426, 'dhaglo', 'https://wedding.londontechequity.co.uk/portal/public/team_member/1709622227_c20168f5aaa697b19648.jpg', NULL, '4484854', '2024-03-05 07:03:47', '2024-03-05 07:03:47'),
(19, 426, 'dhago', 'https://wedding.londontechequity.co.uk/portal/public/team_member/1709622255_b1d8f2734dda32a77866.webp', NULL, 'gewiug', '2024-03-05 07:04:15', '2024-03-05 07:04:15'),
(22, 426, 'hgjhgj', 'https://wedding.londontechequity.co.uk/portal/public/team_member/1709622390_be954096544c3b4dd268.webp', NULL, 'jhgjghjgh', '2024-03-05 07:06:30', '2024-03-05 07:06:30'),
(21, 426, 'chunchun', 'https://wedding.londontechequity.co.uk/portal/public/team_member/1709622277_0fc68a3783c1bb22ae25.jpg', NULL, 'rgrdfgdg', '2024-03-05 07:04:37', '2024-03-05 07:04:37'),
(27, 428, 'fdfdfd', 'https://wedding.londontechequity.co.uk/portal/public/team_member/1709630524_ab0490defd0755b35dec.png', NULL, 'gdgd', '2024-03-05 09:22:04', '2024-03-05 09:22:04'),
(28, 432, 'rohit (dj)', 'https://wedding.londontechequity.co.uk/portal/public/team_member/1709631845_ec241448f18194ebb051.webp', NULL, 'Not one', '2024-03-05 09:44:05', '2024-03-05 09:44:05'),
(29, 432, 'Akash(Flower Decor)', 'https://wedding.londontechequity.co.uk/portal/public/team_member/1709631908_623f4f35e4c48c5bc701.jpg', NULL, 'no way', '2024-03-05 09:45:08', '2024-03-05 09:45:08'),
(30, 432, 'Jay(Table mangement)', 'https://wedding.londontechequity.co.uk/portal/public/team_member/1709632046_808fbe6465c68676d8db.jpg', NULL, 'no way', '2024-03-05 09:47:26', '2024-03-05 09:47:26'),
(31, 436, 'ghfghfgh', 'https://wedding.londontechequity.co.uk/portal/public/team_member/1709706115_4d9ac570fe7bfc174811.jpeg', NULL, 'fgfhfghfgh', '2024-03-06 06:21:55', '2024-03-06 06:21:55'),
(32, 436, 'fghjfghfgh', 'https://wedding.londontechequity.co.uk/portal/public/team_member/1709706128_c9fe40d8278976bcfb10.png', NULL, 'fghfghfgh', '2024-03-06 06:22:08', '2024-03-06 06:22:08'),
(33, 436, 'sgghfgrtwetrewt', 'https://wedding.londontechequity.co.uk/portal/public/team_member/1709706144_74ca7f45b112b16e9ac7.png', NULL, 'ertretrwersdf', '2024-03-06 06:22:24', '2024-03-06 06:22:24'),
(36, 497, 'Team Member 1', 'https://wedding.londontechequity.co.uk/portal/public/team_member/1712827163_7e90e3a814ef56c35894.jpg', NULL, '1 april', '2024-04-11 09:19:23', '2024-04-11 09:19:23'),
(37, 501, 'iuiuyiyui', 'https://wedding.londontechequity.co.uk/portal/public/team_member/1712907355_70b2fd8ac20ac16651bf.jpeg', NULL, 'yuuiyuiyuiyi', '2024-04-12 07:35:55', '2024-04-12 07:35:55'),
(38, 501, 'qwdqwdqwdqwdqw', 'https://wedding.londontechequity.co.uk/portal/public/team_member/1712908020_b60df8f9b86a7df7e887.png', NULL, 'qwdqwdqwdqwdqwd', '2024-04-12 07:47:00', '2024-04-12 07:47:00'),
(39, 503, 'Daria Dillard', 'https://wedding.londontechequity.co.uk/portal/public/team_member/1725524851_c8bef542c8913ec6d155.jpg', NULL, 'Officia in illo mole', '2024-09-05 08:27:31', '2024-09-05 08:27:31'),
(40, 503, 'Daria Dillard', 'https://wedding.londontechequity.co.uk/portal/public/team_member/1725524853_3f5926aa4a680acb283e.jpg', NULL, 'Officia in illo mole', '2024-09-05 08:27:33', '2024-09-05 08:27:33'),
(42, 98, 'Marny English', 'https://wedding.londontechequity.co.uk/portal/public/team_member/1726733258_b5853282895853dab93e.jpg', '2024-09-25', 'September 25th - September 27th', '2024-09-19 08:07:38', '2024-09-19 08:07:38'),
(43, 525, 'Cora Wade', 'https://wedding.londontechequity.co.uk/portal/public/team_member/1727094061_545705ff058c3df8332e.jpg', '0000-00-00', 'September 26th - September 27th', '2024-09-23 12:21:01', '2024-09-23 12:21:01'),
(44, 525, 'Harsing', 'https://wedding.londontechequity.co.uk/portal/public/team_member/1727094104_9287ec248e52e928d24d.png', NULL, 'September 26th - September 27th', '2024-09-23 12:21:44', '2024-09-23 12:21:44'),
(45, 98, 'Casey Berger', 'https://wedding.londontechequity.co.uk/portal/public/team_member/1727246007_f079f39513805fc02b45.jpg', NULL, 'April 9th - April 12th', '2024-09-25 06:33:27', '2024-09-25 06:33:27'),
(46, 525, 'Signe Durham', 'https://wedding.londontechequity.co.uk/portal/public/team_member/1727247021_f15101dbea9be1cd8425.jpg', '2024-09-11', 'September 11th - January 23rd', '2024-09-25 06:50:21', '2024-09-25 06:50:21'),
(47, 528, 'Member 1', 'https://wedding.londontechequity.co.uk/portal/public/team_member/1729507665_f2b59698f03b39c7afd2.png', '2024-10-23', 'October 23rd - October 25th', '2024-10-21 10:47:45', '2024-10-21 10:47:45'),
(48, 528, 'Member 2', 'https://wedding.londontechequity.co.uk/portal/public/team_member/1729599159_2e0515bd99fa0da129c7.png', '2024-10-26', 'October 26th - October 27th', '2024-10-22 12:12:39', '2024-10-22 12:12:39'),
(49, 535, 'Nikesh Panchal', 'https://wedding.londontechequity.co.uk/portal/public/team_member/1729740676_c57901316dd907a53bc2.png', '', 'e', '2024-10-24 03:31:16', '2024-10-24 03:31:16'),
(50, 535, 'James Smith ', 'https://wedding.londontechequity.co.uk/portal/public/team_member/1729740691_4fb148455ad89c86dd3e.png', NULL, 'March 28th - March 31st', '2024-10-24 03:31:31', '2024-10-24 03:31:31'),
(52, 537, 'Test team 1', 'https://wedding.londontechequity.co.uk/portal/public/team_member/1729924868_c76cbb7fe162ea746a7c.jpg', NULL, 'October 31st - October 31st', '2024-10-26 06:41:08', '2024-10-26 06:41:08'),
(53, 537, 'Test team 2', 'https://wedding.londontechequity.co.uk/portal/public/team_member/1729924893_3b5c91064646fcb5f56f.jpg', '', '', '2024-10-26 06:41:33', '2024-10-26 06:41:33'),
(54, 535, 'Neha Agarwal', 'https://wedding.londontechequity.co.uk/portal/public/team_member/1729933676_4149e591a1d2c1b7c74d.jpeg', '', 'October 10th - October 18th', '2024-10-26 09:07:56', '2024-10-26 09:07:56'),
(55, 537, 'Sneh chaudhary', 'https://wedding.londontechequity.co.uk/portal/public/team_member/1731485274_9bf694f2f4dfe9dba923.png', '2024-11-13', 'November 13th - November 29th', '2024-11-13 08:07:54', '2024-11-13 08:07:54'),
(56, 98, 'test', 'https://wedding.londontechequity.co.uk/portal/public/team_member/1744182276_5c1598b4592b5d7504d4.png', '2025-04-10', 'April 10th - April 15th', '2025-04-09 07:04:36', '2025-04-09 07:04:36'),
(57, 98, 'test', NULL, '[{\"start\":\"2025-04-12\",\"end\":\"2025-04-12\"}]', '', '2025-04-12 09:16:24', '2025-04-12 09:16:24'),
(58, 558, 'Arun', 'https://wedding.londontechequity.co.uk/portal/public/team_member/1744625408_5d1ab676af01b8b0b040.webp', '[{\"start\":\"2025-04-16\",\"end\":\"2025-04-15\"}]', '', '2025-04-14 10:10:08', '2025-04-14 10:10:08'),
(59, 564, 'vd', NULL, '[]', '', '2026-03-05 12:14:52', '2026-03-05 12:14:52'),
(60, 566, 'Oliver Brewer', NULL, '[{\"start\":\"1993-06-06\",\"end\":\"1974-10-22\"}]', '', '2026-03-10 06:35:16', '2026-03-10 06:35:16'),
(61, 568, 'test', NULL, '[{\"start\":\"2026-03-12\",\"end\":\"2026-03-30\"}]', '', '2026-03-12 09:22:55', '2026-03-12 09:22:55');

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

--
-- Table structure for table `topics`
--

CREATE TABLE `topics` (
  `id` int(11) NOT NULL,
  `member_id` int(11) DEFAULT NULL,
  `created_by_id` int(11) DEFAULT NULL,
  `user_type` varchar(255) DEFAULT NULL,
  `topic_title` varchar(255) DEFAULT NULL,
  `created_by_type` int(11) DEFAULT NULL,
  `created_at` timestamp NOT NULL DEFAULT current_timestamp()
) ENGINE=InnoDB DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci;

--
-- Dumping data for table `topics`
--

INSERT INTO `topics` (`id`, `member_id`, `created_by_id`, `user_type`, `topic_title`, `created_by_type`, `created_at`) VALUES
(1, 109, 98, 'supplier', 'FloorPlan', NULL, '2024-01-31 08:20:44'),
(2, 23, 98, 'bride_groom', 'FloorPlanas', NULL, '2024-01-31 08:28:01'),
(3, 180, 98, 'supplier', 'FloorPlanas1', NULL, '2024-01-31 09:38:47'),
(4, 180, 98, 'supplier', 'FloorPlanas11', NULL, '2024-01-31 09:40:07'),
(5, 157, 98, 'supplier', 'FloorPlan12', NULL, '2024-01-31 09:40:42'),
(6, 23, 98, 'bride_groom', 'FloorPlan12', NULL, '2024-01-31 09:44:31'),
(7, 367, 98, 'supplier', 'asas', NULL, '2024-01-31 09:52:10'),
(8, 110, 98, 'supplier', 'FloorPlan12', NULL, '2024-01-31 10:02:54'),
(9, 15, 98, 'bride_groom', 'FloorPlan12', NULL, '2024-01-31 10:13:55'),
(10, 110, 98, 'supplier', 'FloorPlan12', NULL, '2024-01-31 10:15:55'),
(11, 157, 98, 'supplier', 'FloorPlanasas', NULL, '2024-01-31 10:29:33'),
(12, 367, 98, 'supplier', 'asas', NULL, '2024-01-31 11:01:11'),
(13, 364, 98, 'supplier', 'asas', NULL, '2024-01-31 11:02:58'),
(14, 30, 98, 'bride_groom', 'asasy', NULL, '2024-01-31 11:11:19'),
(15, 110, 98, 'supplier', 'asastyty', NULL, '2024-01-31 11:12:26'),
(16, 364, 98, 'supplier', 'asasty', NULL, '2024-01-31 11:19:12'),
(17, 157, 98, 'supplier', 'asasrrt', NULL, '2024-01-31 11:20:55'),
(18, 31, 98, 'bride_groom', 'asast', NULL, '2024-01-31 11:25:22'),
(19, 31, 98, 'bride_groom', 'itinerary', NULL, '2024-01-31 11:29:50'),
(20, 157, 98, 'supplier', 'asasasr', NULL, '2024-01-31 11:30:10'),
(21, 157, 98, 'supplier', 'asasasr', NULL, '2024-01-31 11:30:11'),
(22, 327, 98, 'supplier', 'asasas', NULL, '2024-01-31 11:40:37'),
(23, 31, 98, 'bride_groom', 'asas', NULL, '2024-01-31 11:45:49'),
(24, 30, 98, 'bride_groom', 'asas', NULL, '2024-01-31 11:46:34'),
(25, 23, 98, 'bride_groom', 'asae', NULL, '2024-01-31 11:50:59'),
(26, 67, 98, 'bride_groom', 'as', NULL, '2024-01-31 11:52:18'),
(27, 67, 185, 'bride_groom', 'asas', NULL, '2024-01-31 12:21:52'),
(28, 98, 185, 'venue', 'asastyty', NULL, '2024-01-31 12:23:02'),
(29, 67, 98, 'bride_groom', 'asas', NULL, '2024-01-31 12:44:05'),
(30, NULL, 31, 'venue', 'assad', NULL, '2024-01-31 12:45:00'),
(31, 31, 98, 'bride_groom', 'asas', NULL, '2024-01-31 12:46:41'),
(32, 345, 31, 'supplier', 'fggf bdgh', NULL, '2024-01-31 12:58:05'),
(33, 98, 31, 'venue', 'asasac', 1, '2024-01-31 13:15:15'),
(34, 185, 31, 'supplier', 'asasr', 1, '2024-01-31 13:19:12'),
(35, 110, 31, 'supplier', 'asas', 1, '2024-01-31 13:25:08'),
(36, 367, 98, 'supplier', 'asae', NULL, '2024-02-01 04:36:13'),
(37, 367, 98, 'supplier', 'sddg', NULL, '2024-02-01 04:36:38'),
(38, 30, 98, 'bride_groom', 'asas', NULL, '2024-02-01 04:55:57'),
(39, 367, 98, 'supplier', 'asas', NULL, '2024-02-01 05:36:54'),
(40, 367, 98, 'supplier', 'hello', NULL, '2024-02-01 05:48:44'),
(41, 182, 31, 'supplier', 'asas', 1, '2024-02-01 07:51:11'),
(42, 98, 31, 'venue', 'asas', 1, '2024-02-01 09:24:06'),
(43, 98, 31, 'venue', 'hello', 1, '2024-02-01 09:59:10'),
(44, 98, 31, 'venue', 'hello', 1, '2024-02-01 11:45:42'),
(45, 98, 31, 'venue', 'Demo', 1, '2024-02-02 05:12:54'),
(46, 185, 31, 'supplier', 'Demo1', 1, '2024-02-02 05:22:21'),
(47, 31, 98, 'bride_groom', 'arun', NULL, '2024-02-02 10:12:53'),
(48, 98, 185, 'venue', 'demo topic', NULL, '2024-02-02 11:09:00'),
(49, 98, 185, 'venue', 'topic2', NULL, '2024-02-02 11:13:57'),
(50, 23, 98, 'bride_groom', 'topic3', NULL, '2024-02-02 11:16:44'),
(51, 109, 98, 'supplier', 'topic 4', NULL, '2024-02-02 11:32:59'),
(52, 31, 98, 'bride_groom', 'mrg', NULL, '2024-02-03 07:15:00'),
(53, 185, 31, 'supplier', 'asastui', 1, '2024-02-05 06:58:21'),
(54, 192, 31, 'supplier', 'FloorPlansss', 1, '2024-02-05 07:34:07'),
(55, 312, 31, 'supplier', 'demotopic', 1, '2024-02-05 07:36:58'),
(56, 312, 31, 'supplier', 'asrr', 1, '2024-02-05 07:42:33'),
(57, 185, 31, 'supplier', 'Demo', 1, '2024-02-05 08:05:02'),
(58, 98, 31, 'venue', 'astt', 1, '2024-02-05 08:08:39'),
(62, 31, 312, 'bride_groom', 'demo', NULL, '2024-02-05 10:05:28'),
(63, 98, 31, 'venue', 'xsvxzvv', 1, '2024-02-05 10:10:32'),
(64, 104, 23, 'supplier', 'demo', 1, '2024-02-05 10:11:39'),
(65, 185, 31, 'supplier', 'Demo123', 1, '2024-02-06 05:53:34'),
(66, 104, 31, 'supplier', 'Demo123', 1, '2024-02-06 05:54:28'),
(67, 104, 31, 'supplier', 'Demo123', 1, '2024-02-06 06:02:59'),
(68, 104, 31, 'supplier', 'Demo123', 1, '2024-02-06 06:03:07'),
(69, 104, 31, 'supplier', 'new add', 1, '2024-02-06 06:42:26'),
(70, 98, 31, 'venue', 'new iphone task', 1, '2024-02-07 05:57:20'),
(71, 98, 31, 'venue', 'new iphone task', 1, '2024-02-07 05:57:23'),
(72, 185, 31, 'supplier', 'new supplier', 1, '2024-02-07 05:58:21'),
(73, 31, 185, 'bride_groom', 'Topic Demo', NULL, '2024-02-07 06:00:27'),
(74, 98, 31, 'venue', 'project', 1, '2024-02-21 11:23:02'),
(88, 284, 57, 'venue', '10', 1, '2024-02-24 05:08:43'),
(89, 31, 98, 'bride_groom', 'kio', NULL, '2024-02-27 09:19:57'),
(90, 31, 98, 'bride_groom', 'kio', NULL, '2024-02-27 09:19:58'),
(91, 401, 96, 'venue', 'baba', 1, '2024-02-29 07:56:09'),
(92, 99, 399, 'bride_groom', 'abc', NULL, '2024-03-01 06:37:37'),
(93, 99, 399, 'bride_groom', 'abc', NULL, '2024-03-01 06:37:39'),
(94, 99, 130, 'bride_groom', 'Test', 1, '2024-03-08 06:36:22'),
(97, 130, 98, 'bride_groom', 'test2', NULL, '2024-03-08 06:51:24'),
(98, 364, 98, 'supplier', 'fdsf', NULL, '2024-04-03 12:13:03'),
(99, 501, 139, 'venue', 'hello', 1, '2024-04-12 09:23:37'),
(100, 115, 284, 'bride_groom', 'kjfhskjdhf', NULL, '2024-09-03 16:55:20'),
(101, NULL, 503, 'bride_groom', 'New test', NULL, '2024-09-05 08:00:22'),
(102, NULL, 503, 'bride_groom', 'New test', NULL, '2024-09-05 08:00:23'),
(103, NULL, 503, 'bride_groom', 'New test', NULL, '2024-09-05 08:00:23'),
(104, NULL, 503, 'bride_groom', 'New test', NULL, '2024-09-05 08:00:23'),
(105, 508, 503, 'supplier', 'wefdwe', NULL, '2024-09-05 09:31:44'),
(106, 104, 98, 'supplier', 'test', NULL, '2024-09-09 07:37:18'),
(107, 104, 98, 'supplier', 'test', NULL, '2024-09-09 07:37:20'),
(108, 528, 158, 'venue', 'wedding', 1, '2024-10-21 12:02:28'),
(109, 165, 537, 'bride_groom', 'New Thread', NULL, '2024-10-26 08:18:51'),
(110, 171, 537, 'bride_groom', 'Sangeet', NULL, '2024-11-13 07:40:15'),
(111, 542, 537, 'supplier', 'Abc', NULL, '2024-11-13 07:43:28'),
(112, 542, 537, 'supplier', 'Sangeet', NULL, '2024-11-13 07:50:01'),
(113, 165, 537, 'bride_groom', 'Sangeet', NULL, '2024-11-13 07:51:20'),
(114, 165, 537, 'bride_groom', 'Sangeet', NULL, '2024-11-13 07:51:21'),
(115, 98, 157, 'venue', 'hellooo', 1, '2024-11-27 08:26:57'),
(116, 98, 174, 'venue', 'wedding ', 1, '2024-11-28 09:11:01'),
(117, 177, 98, 'bride_groom', 'haldi', NULL, '2024-11-29 06:30:44'),
(118, 177, 98, 'bride_groom', 'haldi', NULL, '2024-11-29 06:30:44'),
(119, 98, 177, 'venue', 'new event', 1, '2024-11-29 06:31:44'),
(120, 98, 177, 'venue', 'haldi rasam', 1, '2024-11-29 06:32:48'),
(121, 564, 189, 'venue', 'tedt', 1, '2026-03-05 12:57:26'),
(122, 98, 156, 'venue', 'str', 1, '2026-03-09 12:17:20'),
(123, 566, 192, 'venue', 'GD', 1, '2026-03-10 07:47:59'),
(124, NULL, NULL, NULL, NULL, 1, '2026-03-12 10:32:34'),
(125, NULL, NULL, NULL, NULL, 1, '2026-03-12 10:33:21');

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

--
-- Table structure for table `type_of_booking`
--

CREATE TABLE `type_of_booking` (
  `id` int(11) NOT NULL,
  `venueID` int(11) NOT NULL,
  `booking_type` varchar(255) NOT NULL,
  `created_at` timestamp NOT NULL DEFAULT current_timestamp(),
  `updated_at` timestamp NOT NULL DEFAULT current_timestamp()
) ENGINE=InnoDB DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci;

--
-- Dumping data for table `type_of_booking`
--

INSERT INTO `type_of_booking` (`id`, `venueID`, `booking_type`, `created_at`, `updated_at`) VALUES
(14, 284, 'In House Catering', '2024-04-10 12:12:17', '2024-04-10 12:12:17'),
(17, 535, 'Through Madhus', '2024-10-25 13:14:04', '2024-10-25 13:14:04'),
(19, 535, 'Dry Hire', '2025-03-26 16:51:38', '2025-03-26 16:51:38'),
(21, 566, 'Harum assumenda dolo', '2026-03-10 06:56:22', '2026-03-10 06:56:22');

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

--
-- Table structure for table `user_master`
--

CREATE TABLE `user_master` (
  `id` int(11) NOT NULL,
  `name` varchar(255) NOT NULL,
  `email` varchar(500) NOT NULL,
  `password` varchar(500) NOT NULL,
  `role` int(11) NOT NULL COMMENT '1-admin,2-venue,3-suppliers',
  `supplier_approval_status` int(11) DEFAULT NULL,
  `profile` varchar(500) DEFAULT NULL,
  `contact` varchar(100) DEFAULT NULL,
  `pl` varchar(255) DEFAULT NULL,
  `company_name` varchar(255) DEFAULT NULL,
  `position` varchar(155) DEFAULT NULL,
  `forgot_pass_key` varchar(250) DEFAULT NULL,
  `created_at` timestamp NOT NULL DEFAULT current_timestamp()
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci;

--
-- Dumping data for table `user_master`
--

INSERT INTO `user_master` (`id`, `name`, `email`, `password`, `role`, `supplier_approval_status`, `profile`, `contact`, `pl`, `company_name`, `position`, `forgot_pass_key`, `created_at`) VALUES
(3, 'Admin', 'admin@gmail.com', '827ccb0eea8a706c4c34a16891f84e7b', 1, NULL, '1756369406_feb65395bd6c98851da0.jpg', '0123456781', '', NULL, NULL, 'fwgKDn9Uvay7J20X', '2023-09-20 10:07:56'),
(98, 'Test Venue', 'arunfablead@gmail.com', 'e10adc3949ba59abbe56e057f20f883e', 2, NULL, '1744623113_1f86aea37cbcc14cc42b.jpg', '5566887842', '', NULL, '', 'QOTcwL3NEGvq76od', '2023-10-05 12:21:31'),
(102, 'vSupplier2', 'supplier2@gmail.com', 'e10adc3949ba59abbe56e057f20f883e', 3, 1, '1696593418_fc7576e115c21bafce5c.png', '1234567890', '', NULL, NULL, NULL, '2023-10-05 12:47:33'),
(104, 'Supplier3', 'supplier3@gmail.com', 'e10adc3949ba59abbe56e057f20f883e', 3, 1, '1696593418_fc7576e115c21bafce5c.png', '8154564558', '', NULL, NULL, NULL, '2023-10-05 12:49:55'),
(114, 'akshay', 'akshayfableadsd@gmail.com', '827ccb0eea8a706c4c34a16891f84e7b', 2, NULL, '1696570843_b9122ee5ccd54f299959.jpg', '1234567890', '', NULL, NULL, NULL, '2023-10-06 05:40:43'),
(126, 'akshay', 'kiran.fablead1212@gmail.com', '827ccb0eea8a706c4c34a16891f84e7b', 2, NULL, '1696594199_cb2b36cedf5c42726204.png', '1234567890', '', NULL, NULL, '2fwSGTlO7a6r4voZ', '2023-10-06 09:33:51'),
(516, 'Nicholas Yates', 'mimonu@mailinator.com', 'f3ed11bbdb94fd9ebdefbaf646ab94d3', 3, 1, NULL, '9512115415', NULL, NULL, NULL, NULL, '2024-09-18 12:15:12'),
(517, 'Wesley Mercado', 'ligyliwupi@mailinator.com', 'f3ed11bbdb94fd9ebdefbaf646ab94d3', 3, 1, '1726662344_965285ac55e96cfea2ae.png', '87', '1726663786_f50fb63896d7651343ea.pdf', '5', NULL, NULL, '2024-09-18 12:25:44'),
(518, 'harsh', 'harsh@gmail.co.', 'e10adc3949ba59abbe56e057f20f883e', 3, NULL, '1726723286_3b3ba088c35d0f64c267.jpg', '1346789990', NULL, NULL, NULL, NULL, '2024-09-19 05:21:26'),
(519, 'harsh', 'harsh@gmail.co.', 'e10adc3949ba59abbe56e057f20f883e', 3, NULL, '1726723288_9cf0937c0f20c7eda2db.jpg', '1346789990', NULL, NULL, NULL, NULL, '2024-09-19 05:21:28'),
(521, 'harsh', 'abdcdfg@gmail.com', 'e10adc3949ba59abbe56e057f20f883e', 3, 1, '1726743453_62ebd503537ad0507253.jpg', '123456890', '1744606243_9474bdf776dc6881aa41.pdf', 'harsh', NULL, NULL, '2024-09-19 10:57:33'),
(522, 'Bcs0pvt', 'bsc@gmail.com', 'e10adc3949ba59abbe56e057f20f883e', 3, NULL, '1726743554_52a10b5fa30fa6341cc3.jpg', '1234567890', '1726745053_322865952959b813ecb1.pdf', '1', NULL, NULL, '2024-09-19 10:59:14'),
(524, 'harsh', 'abc@gmail.com', 'e10adc3949ba59abbe56e057f20f883e', 3, 1, '1727071515_28eabc40818b1e8c1be9.jpg', '1234567879', NULL, NULL, NULL, NULL, '2024-09-23 06:05:15'),
(525, 'Phelan Elliott', 'harsing@123gmail.com', '25d55ad283aa400af464c76d713c07ad', 2, NULL, '1727093570_a42004f1a22b504ead8d.jpg', '296', NULL, NULL, NULL, NULL, '2024-09-23 12:12:50'),
(526, 'Harsh chaudhari', 'chaudhari@123gmail.com', 'fcea920f7412b5da7be0cf42b8c93759', 3, 1, '1727244979_f0c6704f699ab934e3e5.jpg', '1234567890', NULL, NULL, NULL, NULL, '2024-09-25 06:16:19'),
(527, 'My compny', 'my@gmail.com', 'e10adc3949ba59abbe56e057f20f883e', 3, 1, '1729497747_b01ac37449b9da0fc6cd.jpg', '8826625412', '1744787191_24b51b4e315e2d257a0a.jpeg', 'Boss', NULL, NULL, '2024-10-21 08:02:27'),
(528, 'Ram Mer ', 'newchange@gmail.com', '827ccb0eea8a706c4c34a16891f84e7b', 2, NULL, '1729506966_2e1aa2408910c010a88b.jpg', '6353375110', NULL, NULL, NULL, NULL, '2024-10-21 10:36:06'),
(529, 'RK HOUSE', 'Rk@gmail.com', 'e10adc3949ba59abbe56e057f20f883e', 3, 1, '1729509029_bd88a553873cee3ae6cb.jpg', '9965445678', NULL, NULL, NULL, NULL, '2024-10-21 11:10:29'),
(530, 'Nk down', 'nk@gmail.com', 'e10adc3949ba59abbe56e057f20f883e', 3, 1, '1729509756_8ea6a5e4ea1e8b3e13dd.jpg', '6353375105', NULL, NULL, NULL, NULL, '2024-10-21 11:22:36'),
(531, 'New Sup by venue', 'sup2@gmail.com', '827ccb0eea8a706c4c34a16891f84e7b', 3, 1, '1729511198_1774540f757e468f66e1.png', '6353375103', '1729511198_e96af65d8df2182b1599.jpg', '1', NULL, NULL, '2024-10-21 11:46:38'),
(532, 'Test', 'test.123@gmail.com', 'e10adc3949ba59abbe56e057f20f883e', 3, 1, NULL, '89566984', NULL, NULL, NULL, NULL, '2024-10-22 06:03:47'),
(533, 'A', 'a1212@gmail.com', 'e10adc3949ba59abbe56e057f20f883e', 3, 1, '1729590398_65566702b2a5fd4bd839.jpg', '8855684', NULL, NULL, NULL, NULL, '2024-10-22 09:46:38'),
(534, 'hhehe', 'ywywyw@gmail.com', 'e10adc3949ba59abbe56e057f20f883e', 3, NULL, '1729594923_2575474786389eca99fe.jpg', '6543234516', NULL, NULL, NULL, NULL, '2024-10-22 11:02:03'),
(535, 'Lucy Lock', 'kimpton@gmail.com', '81dc9bdb52d04dc20036dbd8313ed055', 2, NULL, '1729746005_c30e2189b6940196a944.jpg', '0207477838', NULL, NULL, 'Director ', NULL, '2024-10-24 03:13:26'),
(536, 'Supplier test', 'supplier.test@gmail.com', 'e10adc3949ba59abbe56e057f20f883e', 3, 1, NULL, '8877445241', NULL, 'Company', NULL, NULL, '2024-10-24 11:08:14'),
(537, 'Devlopers lab', 'venue.name@gmail.com', '25d55ad283aa400af464c76d713c07ad', 2, NULL, NULL, '887745121', NULL, NULL, 'My App', NULL, '2024-10-25 13:23:13'),
(539, 'Madhus', 'arun@madhus.com', '561fa58e400e9aa8f1cbd850126971a0', 3, 1, NULL, '04545645654', NULL, '', NULL, NULL, '2024-10-26 12:59:57'),
(542, 'Tester', 'anjanadmiko12@gmail.com', 'e10adc3949ba59abbe56e057f20f883e', 3, NULL, NULL, '8569635487', '1730110544_b98e78cf5b523b2ca2d4.pdf', 'Test company', NULL, NULL, '2024-10-28 10:06:16'),
(544, 'yjghjghjhgj', '55@gmail.com', 'e10adc3949ba59abbe56e057f20f883e', 3, NULL, '1732685101_a3f57d878f31caa8ebcf.jpg', '6353375103', NULL, NULL, NULL, NULL, '2024-11-27 05:25:01'),
(545, 'ghfghgfh', '66@gmail.com', '81dc9bdb52d04dc20036dbd8313ed055', 3, 1, '1732685296_8527d08c841bc4176d68.jpg', '6353375103', NULL, NULL, NULL, NULL, '2024-11-27 05:28:16'),
(546, 'jay sardhara', 'arunfablead@gmail.com', 'e10adc3949ba59abbe56e057f20f883e', 3, 1, NULL, '07041648493', '1732685488_de8435c86b923d08a6e6.jpg', 'fablead', NULL, NULL, '2024-11-27 05:31:28'),
(547, 'fgregg', 'ram@gmail.com', 'e10adc3949ba59abbe56e057f20f883e', 3, 1, '1732685577_155f472eaa7e378c7c83.jpg', '6353375103', NULL, NULL, NULL, NULL, '2024-11-27 05:32:57'),
(548, 'dsdsd', 'maro@gmail.comn', 'e10adc3949ba59abbe56e057f20f883e', 3, 1, '1732699343_b8ea552d90909634c828.jpg', '6353375102', NULL, NULL, NULL, NULL, '2024-11-27 09:22:23'),
(549, 'Ram Mer', 'mer@gmail.com', 'e10adc3949ba59abbe56e057f20f883e', 3, 1, '1732700020_47d915d034465b2081d6.jpg', '6353375103', NULL, 'Mac', NULL, NULL, '2024-11-27 09:33:40'),
(551, 'demo', 'test@gmail.com', 'e10adc3949ba59abbe56e057f20f883e', 3, 1, '1732797312_98b7dd1a127701fc1444.jpg', '9834567897', NULL, NULL, NULL, NULL, '2024-11-28 12:35:12'),
(552, 'Company', 'suraj.lk@gmail.com', 'e10adc3949ba59abbe56e057f20f883e', 3, 1, '1732860104_a974d8f500cdd2c0c2c0.jpg', '556431', NULL, '', NULL, NULL, '2024-11-29 06:01:44'),
(553, 'Company\'s', 'jack@gmail.com', 'e10adc3949ba59abbe56e057f20f883e', 3, 1, '1732953991_f94f579d10d40ad0e116.jpg', '668884431', NULL, '', NULL, NULL, '2024-11-30 08:06:31'),
(556, 'Ann Santiago', 'heqipira@mailinator.com', 'd41d8cd98f00b204e9800998ecf8427e', 3, 1, NULL, '54', NULL, 'Wood and Alvarado Co', NULL, NULL, '2025-04-12 09:08:05'),
(557, 'Paul Decker', 'wikelynebu@mailinator.com', 'd41d8cd98f00b204e9800998ecf8427e', 3, 1, NULL, '81', '1744605719_2bbc260179be2dcdead6.pdf', 'Hill and Small Associates', NULL, NULL, '2025-04-14 04:41:59'),
(558, 'Tallulah Chavez Ginger Rosa', 'harsh@123gmail.com', '827ccb0eea8a706c4c34a16891f84e7b', 2, NULL, '1744623705_9f7bc12f92f48c2d9536.webp', '01234567890', NULL, NULL, '', NULL, '2025-04-14 09:41:45'),
(559, 'Tallulah Chavez Ginger Rosa', 'tedudotoqy@mailinator.com', 'd41d8cd98f00b204e9800998ecf8427e', 3, 1, NULL, '01234567890', '1744626529_e429efd60f9862f93b72.webp', 'Project Management', NULL, NULL, '2025-04-14 10:28:49'),
(560, 'Ramaben', 'last@gmail.com', 'd41d8cd98f00b204e9800998ecf8427e', 3, 1, NULL, '09724824359', '1744787215_04efe5965ba88e854216.jpeg', 'Boss', NULL, NULL, '2025-04-16 07:06:55'),
(561, 'jwloo', 'helo@gmail.com', 'e10adc3949ba59abbe56e057f20f883e', 3, 1, '1744794890_8c7601e312d3cac95a88.jpg', '09724824359', NULL, '', NULL, NULL, '2025-04-16 09:14:50'),
(562, '1234567890', 'supplier@gmail.com', 'd41d8cd98f00b204e9800998ecf8427e', 3, 1, NULL, '1234567890', '1746014506_8aa340528989ed39a1f9.csv', 'abc', NULL, NULL, '2025-04-30 12:01:46'),
(563, 'abcdhhh', 'komal@gmail.com', 'e10adc3949ba59abbe56e057f20f883e', 3, 1, '1746014623_6dcd41c733ec45f59ffc.jpg', '123456789', NULL, 'abc', NULL, NULL, '2025-04-30 12:03:43'),
(564, 'Test 001', 'test001@gmail.com', 'e10adc3949ba59abbe56e057f20f883e', 2, NULL, NULL, '96385685478', NULL, NULL, NULL, NULL, '2026-03-05 12:09:15'),
(565, 'Ansj', 'ansh@gmail.com', '827ccb0eea8a706c4c34a16891f84e7b', 3, 1, '1773057987_a4dcc238eab1b752df70.png', '3213131313', NULL, NULL, NULL, NULL, '2026-03-09 12:06:27'),
(566, 'TMK ', 'tm@gmail.com', '827ccb0eea8a706c4c34a16891f84e7b', 2, NULL, '1773124376_a55d3e8a44fcd7c76eb2.png', '89955656565', NULL, NULL, NULL, NULL, '2026-03-10 06:32:56'),
(567, 'Melinda Booth', 'wodofolag@mailinator.com', 'd41d8cd98f00b204e9800998ecf8427e', 3, 1, NULL, '92', NULL, 'Langley and Oneill Co', NULL, NULL, '2026-03-10 07:00:03'),
(568, 'HarshFablead', 'haresh@gmail.com', 'e10adc3949ba59abbe56e057f20f883e', 2, NULL, NULL, '8978455632', NULL, NULL, NULL, NULL, '2026-03-12 09:20:59');

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

--
-- Table structure for table `venue`
--

CREATE TABLE `venue` (
  `id` int(11) NOT NULL,
  `uid` int(11) NOT NULL,
  `v_name` varchar(255) NOT NULL,
  `address` text NOT NULL,
  `subscription_renewal` varchar(255) DEFAULT NULL,
  `photos` text DEFAULT NULL,
  `v_capacity` int(11) DEFAULT NULL,
  `v_details` text DEFAULT NULL,
  `loading_unloading` text DEFAULT NULL,
  `parking_info` text DEFAULT NULL,
  `furniture_info` text DEFAULT NULL,
  `kitchen_bar_info` text DEFAULT NULL,
  `sound_info` text DEFAULT NULL,
  `safety_info` text DEFAULT NULL,
  `supplier_access` text DEFAULT NULL,
  `guest_access` text DEFAULT NULL,
  `rigging_allowed` text DEFAULT NULL COMMENT 'Yes/No',
  `onsite_accomodation` text DEFAULT NULL,
  `created_at` timestamp NOT NULL DEFAULT current_timestamp()
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci;

--
-- Dumping data for table `venue`
--

INSERT INTO `venue` (`id`, `uid`, `v_name`, `address`, `subscription_renewal`, `photos`, `v_capacity`, `v_details`, `loading_unloading`, `parking_info`, `furniture_info`, `kitchen_bar_info`, `sound_info`, `safety_info`, `supplier_access`, `guest_access`, `rigging_allowed`, `onsite_accomodation`, `created_at`) VALUES
(9, 98, 'Test Venue', 'Test Venue Address', 'Yes', '[]', 10, 'Hi, This is new Venue.fds\r\n', 'Loading/Unloading Details', 'Parking Details\r\n200 Bike Parking Space\r\n50 Car Parking Space', 'Venue Furniture Informations', 'Kitchen Details\r\n\r\nBar Details', 'After 7 o`clock of Day Sound Restrictions', 'Fire Safety Informations', 'Supplier Access Timings 1\r\nSupplier Access Timings 2\r\nSupplier Access Timings 3', 'Guest Access Timings 1\r\nGuest Access Timings 2\r\nGuest Access Timings 3', 'No', 'On Site Accommodation Details', '2023-10-05 12:21:31'),
(15, 108, '', 'sdsd', '', '', NULL, '', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2023-10-05 12:57:28'),
(16, 113, '', 'form', '', '', NULL, '', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2023-10-06 05:40:21'),
(17, 114, '', 'form', '', '', NULL, '', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2023-10-06 05:40:43'),
(19, 122, '', 'rajvenue', '', '', NULL, '', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2023-10-06 08:25:42'),
(20, 125, '', 'farm', '', '', NULL, '', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2023-10-06 09:32:04'),
(22, 133, '', 'tyhnjn', '', '', NULL, '', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2023-10-06 09:59:42'),
(23, 134, '', 'tyhnjn', '', '', NULL, '', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2023-10-06 10:00:12'),
(24, 148, '', 'yhe55', '', '', NULL, '', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2023-10-06 10:24:35'),
(25, 149, '', 'yhe55', '', '', NULL, '', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2023-10-06 10:25:35'),
(26, 150, '', 'yhe55', '', '', NULL, '', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2023-10-06 10:28:38'),
(27, 151, '', 'yhe55', '', '', NULL, '', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2023-10-06 10:29:57'),
(28, 152, '', 'gjnmghjgh', '', '', NULL, '', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2023-10-06 10:31:05'),
(29, 153, '', 'gjnmghjgh', '', '', NULL, '', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2023-10-06 10:33:48'),
(30, 154, '', 'gjnmghjgh', '', '', NULL, '', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2023-10-06 10:34:48'),
(31, 155, '', 'gjnmghjgh', '', '', NULL, '', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2023-10-06 10:35:43'),
(32, 158, '', 'ergv', '', '', NULL, '', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2023-10-06 11:15:28'),
(33, 159, '', '5yh4r5yh', '', '', NULL, '', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2023-10-06 11:16:12'),
(34, 163, '', 'rtyhrthr', '', '', NULL, '', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2023-10-06 11:27:32'),
(35, 173, '', 'ur6t7i', '', '', NULL, '', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2023-10-06 11:53:01'),
(36, 174, '', '7iyjk', '', '', NULL, '', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2023-10-06 11:53:44'),
(37, 175, '', 'tgerygreg', '', '', NULL, '', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2023-10-06 11:55:09'),
(38, 176, '', 'yjhntyj', '', '', NULL, '', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2023-10-06 13:03:17'),
(40, 200, '', 'rajvenue1', '', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2023-10-25 11:57:06'),
(42, 205, '', 'mer', '', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2023-10-26 08:03:34'),
(43, 206, '', 'ram', '', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2023-10-26 08:08:27'),
(44, 207, '', 'my venue,ascon plaza,surat', '', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2023-10-26 08:10:11'),
(45, 208, '', 'Venue', '', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2023-10-26 08:14:20'),
(46, 209, '', 'dfsdfg', '', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2023-10-26 08:14:59'),
(49, 222, 'Dream Festive', 'Dream Festive, LA -536253', '', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2023-10-26 11:36:11'),
(50, 223, 'Ramvalo', 'VeerRaamValo', '', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2023-10-26 11:37:17'),
(51, 225, 'developer', 'dfdf', '', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2023-10-26 11:43:11'),
(52, 228, 'Hare ram', 'Ram Krishna', '', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2023-10-26 12:16:20'),
(53, 243, 'Debug test', 'debug test', '', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2023-10-28 06:58:33'),
(54, 245, 'lemon grass', 'near Bagban catos, surat', '', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2023-10-31 05:14:56'),
(55, 248, 'Venue Name', 'Venue Address1', '', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2023-10-31 06:54:22'),
(56, 252, 'hares mangukiya', 'katargam,surat', '', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2023-11-01 09:28:11'),
(57, 260, 'vijay', 'vijay mer', '', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2023-11-01 12:11:12'),
(58, 263, 'ryhrtyhrt', 'yhrtyhtryhrt', '', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2023-11-02 10:49:23'),
(62, 273, 'akshay ', 'rgvededg', '', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2023-11-04 05:18:43'),
(66, 268, 'Goju', 'fdsfsfs', '', NULL, 33, 'fdfdsfsfs', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2023-11-04 05:18:43'),
(69, 284, 'Kimpton Fitzroy ', ' Uk', 'Yes', NULL, NULL, NULL, 'Bay is outside the front door - loading time 1 hour ', 'NCP Car Park 2 minutes away ', 'All furniture is moveable ', 'NA', 'No music after midnight ', 'See document attached ', 'from 6am ', 'From 8am ', 'No', 'www.kimptonfitzroy.com ', '2023-11-07 04:39:11'),
(70, 286, 'Harry', ' Uk', '', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2023-11-07 04:55:04'),
(71, 298, 'amroli', ' chhaparabhatha road, amroli, surat', '', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2023-11-07 07:37:11'),
(72, 313, 'Anjana Palace', 'Shop No 1, H No 17 - 85/2, Srinagar Colony, Kamala Nagar, Dilsukhnagar, Hyderabad, Telangana - 500060', '', NULL, NULL, '               Anjana Function Hall, Hyderabad, is located in Dilsukhnagar is one of the best banquet halls in the city. Anjana Function Hall, Dilsukhnagar has dining hall capacity 0 . Anjana Function Hall, Dilsukhnagar has reception hall capacity 0. Go through its photos and videos and also check its catering menu prices. Anjana Function Hall, Dilsukhnagar is a veg and non veg function hall. This banquet hall has 0 car parking slots available and 0 two wheeler parking units are present at this banquet hall venue. You can find all details about this banquet hall on this page. It is a good idea to go through facilities and services for Anjana Function Hall, Hyderabad along with prices. The rates of this venue for events like wedding, engagement, sangeet, anniversary, etc, can be viewed on this page. \r\n                \r\n                Anjana Function Hall, Hyderabad has 0 AC (air conditioned) rooms at this reception hall for the guests. This banquet has 0 non airconditioned rooms at this venue for guests. These air conditioned or non AC rooms may be used as changing rooms or for resting rooms for guests travelling from out of station. You check check the photos and rates of all types of rooms available at this hall here. \r\n                \r\n                Anjana Function Hall, Dilsukhnagar is a good function hall for events like Afternoon Tea/Hi Tea, Anniversary, Annual Function, Baby Shower, Bachelor Party, Baptism, Birthday Party, Dealers Meet, Exhibition, Engagement, Get together, Kitty Party, Marriage/Wedding, Naming Ceremony/Namakarna, Project Party, Reception, Sangeet, Seminar, Team Building Activities, Team Outing, Upanayanam. Anjana Function Hall, Dilsukhnagar is situated on Shop No 1, H No 17 - 85/2, Srinagar Colony, Kamala Nagar, Dilsukhnagar, Hyderabad, Telangana - 500060. You can check its map location also here. Go ahead and shortlist the best venues with the desired guest capacity for your ceremony. ', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2023-11-08 04:40:47'),
(73, 316, 'adajan', ' wefwerfgergerfger', '', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2023-11-10 04:37:54'),
(74, 318, 'vikaram thakor', ' kheda', '', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2023-12-28 10:09:28'),
(80, 324, 'asasa', ' as', '', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2024-01-10 11:22:24'),
(82, 326, 'asas', ' asas', '', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2024-01-10 11:34:28'),
(93, 388, 'haresh mangukiya', 'katargam,surta ', '', NULL, NULL, 'gdfgdfgdfgdgdfg', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2024-02-27 10:04:30'),
(94, 399, 'myvenue', ' amroli, surat', 'No', NULL, NULL, NULL, '7898', 'ythy5htyt', 'htyhtth', 'yhbythtyhty', 'hbtyhthty', 'NA', 'ytjtyjtyj', 'tyjtgjyu', 'No', 'ytjtju', '2024-02-29 04:32:08'),
(95, 400, 'vikaram thakor', ' surat', 'Yes', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2024-02-29 07:21:46'),
(96, 401, 'bibung', ' surat', NULL, NULL, NULL, NULL, 'fgfg', 'fdgfdg', 'NAdfgdfgfdg', 'NAfdgfdgfdg', 'NAdfgfdgfdg', 'NAdfgdfgfdgfdg', 'NAdfgdfgdfg', 'dfgfdgfdgfdgNA', 'No', 'NAdfgfdgdfg', '2024-02-29 07:39:30'),
(97, 418, 'Golden resort', 'golden resort near Bharuch ', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2024-03-04 05:44:32'),
(98, 419, 'lolita', ' lolita garden surat', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2024-03-04 05:46:55'),
(99, 424, 'abv', ' ertgertrteterert', 'Yes', NULL, NULL, NULL, 'ddfdf', 'NA', 'trghrtrtrtg', 'rtgtgrtggrt', 'NA', 'NA', 'NA', 'NA', 'Yes', 'NA', '2024-03-04 09:52:40'),
(100, 426, 'test', ' katargam', 'Yes', NULL, NULL, NULL, 'loading', 'good parking', 'yes', 'bar', 'yes', 'yes', '12:00', '1:00', 'Yes', 'surat', '2024-03-05 06:56:05'),
(101, 428, 'olpk', ' rwefewferwfw', 'No', NULL, NULL, NULL, 'rfwrf', 'wefweferwff', 'wefwe', 'fwefwe', 'rtrthgrtt', 'rhthrhruyrttu', 'NA', 'Ntrtrtrtrhgtrg', 'Yes', 'NA', '2024-03-05 08:24:29'),
(102, 432, ' Sahil ', ' YogiChowk Surat ,Kenal road', 'Yes', NULL, NULL, NULL, 'Loding', 'Good Parking', 'NO Furniture', 'Kitchen', 'Yes', 'Yes', '1:00 pm', '3:00 pm', 'Yes', 'dj,vithaaal vadi', '2024-03-05 09:27:39'),
(103, 434, 'kiran', ' pandesara', 'No', NULL, NULL, NULL, 'retgertre', 'tertreter', 'eerre', 'terert', 'ertgertetert', 'ertereretyd', 'ghfghfgh', 'hfhfgfg', 'No', 'hgfhfhfh', '2024-03-05 10:31:12'),
(104, 436, 'naresh kanudiya', 'Bagali khadi,surat ', 'Yes', NULL, NULL, NULL, 'Loading', 'yes', 'yes', 'bar', 'yes big sound', 'yes', '12:00am', '1:00pm', 'Yes', 'sjfkjhdkfhjdfh', '2024-03-06 06:18:45'),
(105, 485, '5te54t5et', ' etgertgert', 'Yes', NULL, NULL, NULL, 'trghrthr', 'htrhrthr', 'hrthtrh', 'trhrtth', 'tgtrghtr', 'ertgee', 'egegdg', 'dfgdfgdf', 'No', 'dfgdfg', '2024-03-07 04:56:14'),
(106, 497, 'Tester Venue', ' Tester Venue Address', 'Yes', NULL, NULL, NULL, 'Loading/Unloading Details', 'Parking Details', 'Furniture', 'Kitchen/Bar', 'Sound Restrictions', 'Fire Safety Restrictions', 'Supplier Access Timings', 'Guest Access Timings', 'Yes', 'On Site Accommodation Details', '2024-04-11 07:09:34'),
(107, 501, 'rajkot', 'rajkot ', 'Yes', NULL, NULL, NULL, 'Londing', 'yes', 'yes', 'Yes', 'Yes', 'Yes', '12:00', '12:00', 'Yes', 'Good Location', '2024-04-12 07:33:36'),
(108, 503, 'Daniel French', 'Molestiae proident ', 'Yes', NULL, NULL, NULL, 'Et excepturi quis ve', 'Aliquid in recusanda', 'Et ea excepturi aut ', 'Laborum quis impedit', 'Necessitatibus nisi ', 'Sit nisi architecto', 'Est omnis ex sed lab', 'Dolores velit deseru', 'Yes', 'Non dolore tenetur i', '2024-09-05 07:52:27'),
(109, 525, 'Amy Garner', 'Et animi consequatu', 'Yes', NULL, NULL, NULL, 'Nostrum tempora id r', 'Vitae non voluptatib', 'Est dicta doloremque', 'Amet vel quia enim ', 'Iusto nesciunt prov', 'Et non quisquam illu', 'Laborum culpa dicta', 'Eu numquam reiciendi', 'Yes', 'Minim illo iure ea q', '2024-09-23 12:12:50'),
(110, 528, 'New change 2024', ' Ktargam road dabholi', 'Yes', NULL, NULL, NULL, 'Yes True', 'Yes ', 'No ', 'Yes', 'Yes', 'Yes', '45 hour', '30 hour', 'Yes', 'No detail found', '2024-10-21 10:36:06'),
(111, 535, 'Kimpton Fitzroy', 'London ', 'Yes', NULL, NULL, NULL, 'Yes 9am - 10am', 'Yes qPark ', 'Yes ', 'Yes ', '11pm - 5am ', 'Not allowed Fire ', '7am - 10pm ', '8am - 10pm ', 'Yes', 'Available in Hotel ', '2024-10-24 03:13:26'),
(112, 537, 'Venue Title', ' Venue again Address', 'Yes', NULL, NULL, NULL, '', '', '', '', '', '', '', '', 'Yes', '', '2024-10-25 13:23:13'),
(114, 558, 'harsh ', '575 Rocky New Freeway\r\nEarum provident deleniti voluptas est tempore assumenda praesentium sint ullam ut non assumenda nesciunt vo', 'Yes', NULL, NULL, NULL, 'Ut voluptatem conse', 'Laborum Esse odit p', 'Aute commodo praesen', 'Et quod ad temporibu', 'Esse expedita commod', 'Sunt quidem quia do', 'Adipisicing accusamu', 'Nulla autem officia ', 'Yes', 'Quisquam saepe qui v', '2025-04-14 09:41:45'),
(115, 564, 'Test Venue', ' Surat', 'Yes', NULL, NULL, NULL, '', '', '', '', '', '', '', '', 'Yes', '', '2026-03-05 12:09:15'),
(116, 566, 'DREAM LAND', 'Aurat', 'Yes', NULL, NULL, NULL, '', '', '', '', '', '', '', '', 'Yes', '', '2026-03-10 06:32:56'),
(117, 568, 'HarshFablead', ' surat', 'Yes', NULL, NULL, NULL, '', '', '', '', '', '', '', '', 'Yes', '', '2026-03-12 09:20:59');

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

--
-- Table structure for table `venue_fixture`
--

CREATE TABLE `venue_fixture` (
  `id` int(11) NOT NULL,
  `vid` int(11) NOT NULL,
  `v_floor_id` int(11) DEFAULT NULL,
  `name` varchar(255) NOT NULL,
  `capacity` int(11) NOT NULL,
  `t_type` varchar(255) NOT NULL,
  `created_at` timestamp NOT NULL DEFAULT current_timestamp()
) ENGINE=MyISAM DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci;

--
-- Dumping data for table `venue_fixture`
--

INSERT INTO `venue_fixture` (`id`, `vid`, `v_floor_id`, `name`, `capacity`, `t_type`, `created_at`) VALUES
(7, 98, 7, '2Table', 2, 'Square', '2023-11-02 09:32:53'),
(8, 98, 13, 'T44343', 22, 'Square', '2023-11-02 10:09:06'),
(9, 98, 13, 'T44344', 22, 'Square', '2023-11-02 10:09:11'),
(10, 252, 12, 'baga', 5, 'Round', '2023-11-02 10:12:22'),
(11, 252, 11, 'baga2', 10, 'Square', '2023-11-02 10:12:48'),
(12, 252, 10, 'baga3', 100, 'Rectangular', '2023-11-02 10:13:05'),
(13, 252, 12, 'sfsfgdfg', 1, 'Square', '2023-11-02 10:36:18'),
(14, 268, 15, 'T1', 4, 'Round', '2023-11-03 05:15:49'),
(15, 284, 16, 'Smith', 8, 'Round', '2023-11-07 07:03:18'),
(16, 284, 17, 'Evans', 15, 'Square', '2023-11-07 07:03:36'),
(17, 284, 20, 'Garcia', 15, 'Rectangular', '2023-11-07 07:03:53'),
(18, 284, 18, 'Walsh', 45, 'Square', '2023-11-07 07:04:09'),
(19, 284, 19, 'Miller', 70, 'Square', '2023-11-07 07:04:28'),
(20, 284, 18, 'Murphy', 41, 'Square', '2023-11-07 07:04:58'),
(22, 313, 21, 'T1', 10, 'Square', '2023-11-08 06:59:30');

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

--
-- Table structure for table `venue_floors`
--

CREATE TABLE `venue_floors` (
  `id` int(11) NOT NULL,
  `venue_id` int(11) NOT NULL,
  `floor_name` varchar(255) NOT NULL,
  `floor_desc` text NOT NULL,
  `floor_capacity` int(11) NOT NULL,
  `floor_plan` varchar(500) NOT NULL,
  `created_at` timestamp NOT NULL DEFAULT current_timestamp(),
  `updated_at` timestamp NOT NULL DEFAULT current_timestamp() ON UPDATE current_timestamp()
) ENGINE=MyISAM DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci;

--
-- Dumping data for table `venue_floors`
--

INSERT INTO `venue_floors` (`id`, `venue_id`, `floor_name`, `floor_desc`, `floor_capacity`, `floor_plan`, `created_at`, `updated_at`) VALUES
(1, 222, 'Floor 1', 'Floor 1 is bigger', 500, 'https://wedding.fableadtechnolabs.com/portal/public/floor_plans/1698410483_7719df8513a2344a6e94.png', '2023-10-27 12:41:23', '2023-11-01 13:02:09'),
(13, 98, 'Floor 2', 'Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries,', 20, 'https://wedding.fableadtechnolabs.com/portal/public/floor_plans/1698918964_1e822d75b3a780bed014.jpg', '2023-11-02 09:56:04', '2023-11-08 09:36:47'),
(12, 252, 'ktm', 'adfgdsfgsdfdsfdsf', 250, 'https://wedding.fableadtechnolabs.com/portal/public/floor_plans/1698910245_89e9a4bab2329bd8a2e9.jpeg', '2023-11-02 07:30:45', '2023-11-02 07:30:45'),
(11, 252, 'i10', 'dsjfkdshjfkhjsdkvncvioeruuyierouyitu', 200, 'https://wedding.fableadtechnolabs.com/portal/public/floor_plans/1698905003_1da39c5bf42d01bb27d8.jpeg', '2023-11-02 06:03:23', '2023-11-02 06:03:23'),
(9, 245, 'floor 1', 'first floor', 100, 'https://wedding.fableadtechnolabs.com/portal/public/floor_plans/1698749475_d227c098a80789219290.webp', '2023-10-31 10:49:58', '2023-11-01 13:02:15'),
(7, 98, 'Floor 1', 'Floor 1 Description', 90, 'https://wedding.fableadtechnolabs.com/portal/public/floor_plans/1698471730_fb43312174300d8816dc.jpg', '2023-10-28 04:30:29', '2023-11-01 13:02:22'),
(14, 252, 'jay ', 'dfdfdf', 105, 'https://wedding.fableadtechnolabs.com/portal/public/floor_plans/1698926850_3d31f7a805591691bd36.png', '2023-11-02 12:07:30', '2023-11-02 12:07:30'),
(10, 252, 'i20', 'sgojskgjskgjskgjskdjgsjkfjdkfjdksfjkdsjffkdsjffkdsjkfjkjdkjdsfdfdsf', 150, 'https://wedding.fableadtechnolabs.com/portal/public/floor_plans/1698904888_d27cb802d5173a3d890a.jpeg', '2023-11-02 06:01:28', '2023-11-02 06:01:28'),
(15, 268, 'Floor 1', 'gfdgbdbb cbfdbdffbgdf', 450, 'https://wedding.fableadtechnolabs.com/portal/public/floor_plans/1698988529_9aa2ba3279c9be9ecf73.jpg', '2023-11-03 05:15:29', '2023-11-03 05:15:29'),
(16, 284, 'Anderson', 'Event floors come in various sizes and layouts, offering flexibility for different event types. They can range from intimate settings for small gatherings to expansive spaces for large conferences or exhibitions', 250, 'https://wedding.fableadtechnolabs.com/portal/public/floor_plans/1699340332_f5d447d38206df8a3d02.jpeg', '2023-11-07 06:58:52', '2023-11-07 06:58:52'),
(17, 284, 'Wilson', 'The flooring may vary, but it\'s often designed to be durable and easy to clean. Common options include hardwood, carpet, or concrete, depending on the event\'s purpose', 150, 'https://wedding.fableadtechnolabs.com/portal/public/floor_plans/1699340385_c7e7a632144bc92d7498.jpeg', '2023-11-07 06:59:45', '2023-11-07 06:59:45'),
(18, 284, 'Morton', 'Modern event floors are equipped with audio-visual equipment, sound systems, projectors, screens, and Wi-Fi, making them suitable for presentations, seminars, and entertainment', 200, 'https://wedding.fableadtechnolabs.com/portal/public/floor_plans/1699340437_e3f14fc0f75a4180fc0d.jpeg', '2023-11-07 07:00:37', '2023-11-07 07:00:37'),
(19, 284, 'Gelbero', 'Event floors can be found in various venues, such as hotels, convention centers, ballrooms, or standalone event spaces, and their location can be a key factor in their appeal', 275, 'https://wedding.fableadtechnolabs.com/portal/public/floor_plans/1699340494_4425a63122edd8b4d601.jpeg', '2023-11-07 07:01:34', '2023-11-07 07:01:34'),
(20, 284, 'Williams', ' Flexible seating arrangements can be arranged, including rows of chairs, round tables, banquet-style setups, or an open floor for standing events', 350, 'https://wedding.fableadtechnolabs.com/portal/public/floor_plans/1699340538_e0693d5fe80723c2c3aa.jpeg', '2023-11-07 07:02:18', '2023-11-07 07:02:18'),
(21, 313, 'Floor 1', 'fdtfggregdsvx fdsv xccvsvggs', 500, 'https://wedding.fableadtechnolabs.com/portal/public/floor_plans/1699426742_50bf54a54011b9df6265.jpg', '2023-11-08 06:59:02', '2023-11-08 06:59:02');

--
-- Indexes for dumped tables
--

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

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

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

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

--
-- Indexes for table `bride_groom_accommodation`
--
ALTER TABLE `bride_groom_accommodation`
  ADD PRIMARY KEY (`accommodation_id`);

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

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

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

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

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

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

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

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

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

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

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

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

--
-- Indexes for table `events`
--
ALTER TABLE `events`
  ADD PRIMARY KEY (`event_id`);

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

--
-- Indexes for table `event_companies`
--
ALTER TABLE `event_companies`
  ADD PRIMARY KEY (`e_comp_id`);

--
-- Indexes for table `event_contacts`
--
ALTER TABLE `event_contacts`
  ADD PRIMARY KEY (`e_contact_id`);

--
-- Indexes for table `event_couples`
--
ALTER TABLE `event_couples`
  ADD PRIMARY KEY (`e_c_id`);

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

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

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

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

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

--
-- Indexes for table `invoice`
--
ALTER TABLE `invoice`
  ADD PRIMARY KEY (`inv_id`);

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

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

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

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

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

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

--
-- Indexes for table `service_categories`
--
ALTER TABLE `service_categories`
  ADD PRIMARY KEY (`category_id`);

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

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

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

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

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

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

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

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

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

--
-- AUTO_INCREMENT for dumped tables
--

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

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

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

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

--
-- AUTO_INCREMENT for table `bride_groom_accommodation`
--
ALTER TABLE `bride_groom_accommodation`
  MODIFY `accommodation_id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=11;

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

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

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

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

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

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

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

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

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

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

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

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

--
-- AUTO_INCREMENT for table `events`
--
ALTER TABLE `events`
  MODIFY `event_id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=135;

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

--
-- AUTO_INCREMENT for table `event_companies`
--
ALTER TABLE `event_companies`
  MODIFY `e_comp_id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=115;

--
-- AUTO_INCREMENT for table `event_contacts`
--
ALTER TABLE `event_contacts`
  MODIFY `e_contact_id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=158;

--
-- AUTO_INCREMENT for table `event_couples`
--
ALTER TABLE `event_couples`
  MODIFY `e_c_id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=155;

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

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

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

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

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

--
-- AUTO_INCREMENT for table `invoice`
--
ALTER TABLE `invoice`
  MODIFY `inv_id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=5;

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

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

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

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

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

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

--
-- AUTO_INCREMENT for table `service_categories`
--
ALTER TABLE `service_categories`
  MODIFY `category_id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=39;

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

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

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

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

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

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

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

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

--
-- AUTO_INCREMENT for table `venue_floors`
--
ALTER TABLE `venue_floors`
  MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=22;
COMMIT;

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