-- phpMyAdmin SQL Dump
-- version 5.2.1
-- https://www.phpmyadmin.net/
--
-- Host: localhost:3306
-- Generation Time: Nov 07, 2024 at 03:44 AM
-- Server version: 8.0.40
-- PHP Version: 8.3.13

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

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

--
-- Table structure for table `abouts`
--

CREATE TABLE `abouts` (
  `id` bigint UNSIGNED NOT NULL,
  `title` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
  `description` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci,
  `image` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `user_id` bigint UNSIGNED DEFAULT NULL,
  `slug` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Dumping data for table `abouts`
--

INSERT INTO `abouts` (`id`, `title`, `description`, `image`, `user_id`, `slug`, `created_at`, `updated_at`) VALUES
(1, 'About Us', '<strong><strong><em><span style=\"color: #3366ff;\">Easy2Sell</span></em><br /></strong></strong><strong><br />Helping you find unique and right solutions with our largest networks.</strong><br /><br />Looking for verified and active construction companies in Canada? Then, start your search at Easy2Sell for Canada\'s construction industry. <br /><br />Discover and get exciting deals around you, search for any local businesses, wherever you are, with our Easy 2 sell app.<br /><br />Find any business in our huge business directory and get all details regarding them or uncover the best prices and deals on shopping in your area will be easy and simple with us.<br />', '6204f001423e4-about-us.jpg', 5, 'about-us', '2022-02-10 15:59:13', '2022-06-15 15:23:31');

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

--
-- Table structure for table `amenities`
--

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

--
-- Dumping data for table `amenities`
--

INSERT INTO `amenities` (`id`, `name`, `user_id`, `created_at`, `updated_at`) VALUES
(1, 'Balcony', NULL, '2021-11-12 06:31:38', '2021-11-12 06:31:38'),
(2, 'Basement', NULL, '2021-11-12 06:31:46', '2021-11-12 06:31:46'),
(3, 'Bike Parking', NULL, '2021-11-12 06:32:03', '2021-11-12 06:32:03'),
(4, 'Cable TV', NULL, '2021-11-12 06:32:19', '2021-11-12 06:32:19'),
(5, 'Ceiling Fan', NULL, '2021-11-12 06:32:28', '2021-11-12 06:32:28'),
(6, 'Concierge', NULL, '2021-11-12 06:32:40', '2021-11-12 06:32:40'),
(7, 'Dishwasher', NULL, '2021-11-12 06:32:47', '2021-11-12 06:32:47'),
(8, 'Doorman', NULL, '2021-11-12 06:32:57', '2021-11-12 06:32:57'),
(9, 'Elevator', NULL, '2021-11-12 06:33:06', '2021-11-12 06:33:06'),
(10, 'Fireplace', NULL, '2021-11-12 06:33:17', '2021-11-12 06:33:17'),
(11, 'Fitness Center', NULL, '2021-11-12 06:34:27', '2021-11-12 06:34:27'),
(12, 'Garbage Disposal', NULL, '2021-11-12 06:34:50', '2021-11-12 06:34:50'),
(13, 'Microwave', NULL, '2021-11-12 06:35:00', '2021-11-12 06:35:00'),
(14, 'Onlice Application', NULL, '2021-11-12 06:35:10', '2021-11-12 06:35:10'),
(15, 'Oven', NULL, '2021-11-12 06:35:15', '2021-11-12 06:35:15'),
(16, 'Package Service', NULL, '2021-11-12 06:35:25', '2021-11-12 06:35:25'),
(17, 'Patio', NULL, '2021-11-12 06:35:29', '2021-11-12 06:35:29'),
(18, 'Pet Park', NULL, '2021-11-12 06:35:37', '2021-11-12 06:35:37'),
(19, 'Refrigerator', NULL, '2021-11-12 06:35:47', '2021-11-12 06:35:47'),
(20, 'Resident Lounge', NULL, '2021-11-12 06:43:38', '2021-11-12 06:43:38'),
(21, 'Roof Deck', NULL, '2021-11-12 06:43:46', '2021-11-12 06:43:46'),
(22, 'Secured Entry', NULL, '2021-11-12 06:43:57', '2021-11-12 06:43:57'),
(23, 'Storage', NULL, '2021-11-12 06:44:02', '2021-11-12 06:44:02'),
(24, 'Swimming Pool', NULL, '2021-11-12 06:44:08', '2021-11-12 06:44:08'),
(25, 'Walk-in Closet', NULL, '2021-11-12 06:44:21', '2021-11-12 06:44:31'),
(26, 'Wheelchair Access', NULL, '2021-11-12 06:44:49', '2021-11-12 06:44:49');

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

--
-- Table structure for table `banners`
--

CREATE TABLE `banners` (
  `id` bigint UNSIGNED NOT NULL,
  `image` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `location` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `address` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `city` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `state` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `country` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `zipcode` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `longitude` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `latitude` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Dumping data for table `banners`
--

INSERT INTO `banners` (`id`, `image`, `location`, `address`, `city`, `state`, `country`, `zipcode`, `longitude`, `latitude`, `created_at`, `updated_at`) VALUES
(8, '62cd0376b9c0c-ns-kehal-cpa.jpg', '8028 128 St #214, Surrey, BC V3W 4E9, Canada', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2022-07-12 09:15:34', '2022-07-12 09:15:34'),
(10, '64e6f31fdc051-Alberta1.jpg', '9620 27 Ave NW, Edmonton, AB T6N 1B2, Canada', NULL, 'Edmonton', 'Alberta', 'CA', NULL, '-113.4765281', '53.45756249999999', '2023-08-24 10:05:20', '2023-08-24 10:05:20'),
(11, '64e6f3ef63da9-ad3.jpg', 'Edmonton, AB, Canada', NULL, 'Edmonton', 'Alberta', 'CA', NULL, '-113.4937266', '53.5460983', '2023-08-24 10:06:27', '2023-08-24 10:08:47'),
(12, '64e6f38f6412e-ad2.jpg', 'Edmonton, AB, Canada', NULL, 'Edmonton', 'Alberta', 'CA', NULL, '-113.4937266', '53.5460983', '2023-08-24 10:07:11', '2023-08-24 10:07:11'),
(13, '64e6f4208ce09-ad5.jpg', 'Edmonton, AB, Canada', NULL, 'Edmonton', 'Alberta', 'CA', NULL, '-113.4937266', '53.5460983', '2023-08-24 10:09:36', '2023-08-24 10:13:42'),
(14, '64e6f50acbb00-ad4.jpg', 'Edmonton, AB, Canada', NULL, 'Edmonton', 'Alberta', 'CA', NULL, '-113.4937266', '53.5460983', '2023-08-24 10:13:30', '2023-08-24 10:13:30');

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

--
-- Table structure for table `categories`
--

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

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

--
-- Table structure for table `category_types`
--

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

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

--
-- Table structure for table `constructions`
--

CREATE TABLE `constructions` (
  `id` bigint UNSIGNED NOT NULL,
  `title` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
  `description` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci,
  `category_id` int DEFAULT NULL,
  `location` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `latitude` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `longitude` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `user_id` bigint UNSIGNED DEFAULT NULL,
  `featured` int DEFAULT '0',
  `slug` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `city` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `state` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `country` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `zipcode` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `phone` varchar(20) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Dumping data for table `constructions`
--

INSERT INTO `constructions` (`id`, `title`, `description`, `category_id`, `location`, `latitude`, `longitude`, `user_id`, `featured`, `slug`, `city`, `state`, `country`, `zipcode`, `phone`, `created_at`, `updated_at`) VALUES
(6, 'chris electric', 'chris electric is a electrician', 7, '49114 Range Road 21, Sunnybrook, AB T0C 2M0, Canada', NULL, NULL, 5, 0, 'chris-electric', NULL, NULL, NULL, NULL, '780-818-0519', '2022-11-30 16:38:01', '2022-11-30 16:38:01'),
(7, 'Alberta\'s Custom Electrica', 'Alberta\'s Custom Electrica is a electrician.', 7, '12918 122b Ave NW, Edmonton, AB T5L 2X2, Canada', '53.57755', '-113.54777', 5, 0, 'albertas-custom-electrica', 'Edmonton', 'Alberta', 'CA', NULL, '780-818-9998', '2022-11-30 16:40:51', '2022-11-30 16:40:51'),
(8, 'Mr. Electric of Edmonton', 'Mr. Electric of Edmonton is a electrician.', 7, 'Edmonton, AB T6X 0H1, Canada', '53.4210923', '-113.4515444', 5, 0, 'mr-electric-of-edmonton', 'Edmonton', 'Alberta', 'CA', NULL, '780-628-7757', '2022-11-30 16:43:13', '2022-11-30 16:43:13'),
(9, 'Can Electric Ltd', 'Can Electric Ltd is a electrician', 7, '8751 92a Ave NW, Edmonton, AB T6C 1S7, Canada', '53.5273999', '-113.4633266', 5, 0, 'can-electric-ltd', 'Edmonton', 'Alberta', 'CA', NULL, '(780) 604-3939', '2022-11-30 16:48:01', '2022-11-30 16:48:01'),
(10, 'Professional Electrical', 'Professional Electrical is a electrician.', 7, '4104 97 St NW #209, Edmonton, AB T6E, Canada', '53.47620939999999', '-113.4802092', 5, 0, 'professional-electrical', 'Edmonton', 'Alberta', 'CA', NULL, ' (780) 476-1413', '2022-11-30 16:50:11', '2022-11-30 16:50:11'),
(11, 'Blue Chip Electrical Inc.', 'Blue Chip Electrical Inc. is a electrician.', 7, '2020 49a St NW, Edmonton, AB T6L 2X1, Canada', '53.45142130000001', '-113.418609', 5, 0, 'blue-chip-electrical-inc', 'Edmonton', 'Alberta', 'CA', NULL, ' (780) 984-0695', '2022-11-30 16:53:45', '2022-11-30 16:53:45'),
(12, 'Robart Electrical Services Ltd.', 'Robart Electrical Services Ltd. is a electrician.', 7, 'Edmonton Metropolitan Area, AB, Canada', '53.6865039', '-113.5207795', 5, 0, 'robart-electrical-services-ltd', NULL, 'Alberta', 'CA', NULL, ' (780) 238-8195', '2022-11-30 16:56:25', '2022-11-30 16:56:25'),
(13, 'Three Way Electrical ', 'Three Way Electrical is a electrician.', 7, '9737 42 Ave NW, Edmonton, AB T6E 5P8, Canada', '53.4784392', '-113.4818261', 5, 0, 'three-way-electrical', 'Edmonton', 'Alberta', 'CA', NULL, ' (780) 469-3721', '2022-11-30 16:57:46', '2022-11-30 16:57:46'),
(14, 'MNR Electric', 'MNR Electric is a electrician.', 7, '4104 78 Ave NW, Edmonton, AB T6B 3M8, Canada', '53.5155664', '-113.4047761', 5, 0, 'mnr-electric', 'Edmonton', 'Alberta', 'CA', NULL, ' (780) 466-9106', '2022-11-30 16:59:36', '2022-11-30 16:59:36'),
(15, 'Valiant Electric', 'Valiant Electric is a electrician.', 7, '9416 148 St NW, Edmonton, AB T5R 1A6, Canada', '53.53050289999999', '-113.5766808', 5, 0, 'valiant-electric', 'Edmonton', 'Alberta', 'CA', NULL, ' (780) 459-1306', '2022-11-30 17:01:05', '2022-11-30 17:01:05'),
(16, 'Pure Wave Electric Inc', 'Pure Wave Electric Incis a electrician.', 7, '11420 164 Ave NW, Edmonton, AB T5X 3W2, Canada', '53.6255457', '-113.5198139', 5, 0, 'pure-wave-electric-inc', 'Edmonton', 'Alberta', 'CA', NULL, ' (780) 920-5616', '2022-11-30 17:10:01', '2022-11-30 17:10:01'),
(17, 'ILS Electrical', 'ILS Electricalis a electrician', 7, 'Edmonton and nearby areas', NULL, NULL, 5, 0, 'ils-electrical', NULL, NULL, NULL, NULL, '(780) 257-8558', '2022-11-30 17:11:27', '2022-11-30 17:11:27'),
(18, 'Mayne Electric Ltd.', 'Mayne Electric Ltd. is a electrician.', 7, '11707 37b Ave NW, Edmonton, AB T6L 1R3, Canada', '53.4735474', '-113.4374225', 5, 0, 'mayne-electric-ltd', 'Edmonton', 'Alberta', 'CA', NULL, ': (780) 965-4965', '2022-11-30 17:13:11', '2022-11-30 17:13:11'),
(19, 'F.A. Electrical Services Inc.', 'F.A. Electrical Services Inc.is a electrician.', 7, ' Edmonton, AB T5X 1M1', NULL, NULL, 5, 0, 'fa-electrical-services-inc', NULL, NULL, NULL, NULL, ' (587) 590-2183', '2022-11-30 17:14:32', '2022-11-30 17:14:32'),
(20, 'Alstar Electric Ltd', 'Alstar Electric Ltd is a electrician.', 7, '3503 34b Ave NW, Edmonton, AB T6L 5W5, Canada', '53.4646832', '-113.3954387', 5, 0, 'alstar-electric-ltd', 'Edmonton', 'Alberta', 'CA', NULL, ' (780) 413-9462', '2022-11-30 17:16:17', '2022-11-30 17:16:17'),
(21, 'Mr. Electric of Edmonton Southwest', 'Mr. Electric of Edmonton Southwest is a electrician.', 7, 'T6X and nearby areas', NULL, NULL, 5, 0, 'mr-electric-of-edmonton-southwest', NULL, NULL, NULL, NULL, ' (587) 404-1001', '2022-11-30 17:18:11', '2022-11-30 17:18:11'),
(22, 'Thormack Electric', 'Thormack Electric is a electrician.', 7, 'Terwillegar Link NW, Edmonton, AB T6R 3H6, Canada', '53.4464386', '-113.5808939', 5, 0, 'thormack-electric', 'Edmonton', 'Alberta', 'CA', NULL, ' (780) 802-3687', '2022-11-30 17:19:37', '2022-11-30 17:19:37'),
(23, 'K-Jay Electric Ltd', 'K-Jay Electric Ltd is a electrician.', 7, '21415 100 Ave NW #15, Edmonton, AB T5T 5X8, Canada', '53.53919', '-113.68739', 5, 0, 'k-jay-electric-ltd', 'Edmonton', 'Alberta', 'CA', NULL, ' (780) 484-1721', '2022-11-30 17:20:57', '2022-11-30 17:20:57'),
(24, 'Constar Electric', 'Constar Electric is a electrician.', 7, '3403 18 Ave NW, Edmonton, AB T6L 3C1, Canada', '53.44747830000001', '-113.3944945', 5, 0, 'constar-electric', 'Edmonton', 'Alberta', 'CA', NULL, '(780) 716-4853', '2022-11-30 17:22:52', '2022-11-30 17:22:52'),
(25, 'Jem Electric Services', 'Jem Electric Services is a electrician.', 7, '14519 20 St NW, Edmonton, AB T5Y 1V6, Canada', '53.60765', '-113.372003', 5, 0, 'jem-electric-services', 'Edmonton', 'Alberta', 'CA', NULL, ' (780) 885-8674', '2022-11-30 17:24:07', '2022-11-30 17:24:07'),
(26, 'Edmonton Electric', 'Edmonton Electric is a electrician.', 7, '8011 Argyll Rd NW, Edmonton, AB T6C 4A9, Canada', '53.5049992', '-113.4484023', 5, 0, 'edmonton-electric', 'Edmonton', 'Alberta', 'CA', NULL, ' (780) 463-4911', '2022-11-30 17:25:35', '2022-11-30 17:25:35'),
(27, 'Small Time Electric', 'Small Time Electric is a electrician.', 7, '192 Oeming Rd NW, Edmonton, AB T6R 2G2', NULL, NULL, 5, 0, 'small-time-electric', NULL, NULL, NULL, NULL, ' (780) 991-0398', '2022-11-30 17:26:52', '2022-11-30 17:26:52'),
(28, 'Unique Electric Services Inc.', 'Unique Electric Services Inc.is a electrician.', 7, '10820 63 Ave NW, Edmonton, AB T6H 1P8, Canada', '53.50030539999999', '-113.5102863', 5, 0, 'unique-electric-services-inc', 'Edmonton', 'Alberta', 'CA', NULL, ' (780) 695-1502', '2022-11-30 17:28:01', '2022-11-30 17:28:01'),
(29, 'constar Electric', 'constar Electric is a electrician.', 7, '10405 Jasper Ave, Edmonton, AB T5J 3S2', NULL, NULL, 5, 0, 'constar-electric-1', NULL, NULL, NULL, NULL, ' (604) 442-1943', '2022-11-30 17:29:51', '2022-11-30 17:29:51'),
(30, 'Bright Side Electric', 'Bright Side Electric is a electrician.', 7, 'Edmonton and nearby areas', NULL, NULL, 5, 0, 'bright-side-electric', NULL, NULL, NULL, NULL, ' (780) 886-4646', '2022-11-30 17:31:15', '2022-11-30 17:31:15'),
(31, 'Master Electrical Ltd', 'Master Electrical Ltd is a electrician.', 7, '5424 36 St NW, Edmonton, AB T6B 3P3, Canada', '53.491608', '-113.3984724', 5, 0, 'master-electrical-ltd', 'Edmonton', 'Alberta', 'CA', NULL, ' (780) 466-7200', '2022-11-30 17:32:25', '2022-11-30 17:32:25'),
(32, 'She\'s Electric Inc.', 'She\'s Electric Inc. is a electrician.', 7, ' 7507 77 Ave NW, Edmonton, AB T6C 0K6', NULL, NULL, 5, 0, 'shes-electric-inc', NULL, NULL, NULL, NULL, '(306) 850-0304', '2022-11-30 17:34:51', '2022-11-30 17:34:51'),
(33, 'Lights Out Electric Inc', 'Lights Out Electric Inc is a electrician.', 7, 'Edmonton and nearby areas', NULL, NULL, 5, 0, 'lights-out-electric-inc', NULL, NULL, NULL, NULL, ' (780) 937-2443', '2022-11-30 17:36:00', '2022-11-30 17:36:00'),
(34, 'Riteway Plumbing', 'Riteway Plumbing is a plumbing.', 5, '4202 118 Ave NW, Edmonton, AB T5W 1A4', NULL, NULL, 5, 0, 'riteway-plumbing', NULL, NULL, NULL, NULL, ' (780) 474-7121', '2022-11-30 17:39:48', '2022-11-30 17:39:48'),
(35, 'United Plumbing Ltd', 'United Plumbing Ltd is  a plumber.', 5, 'Edmonton and nearby areas', NULL, NULL, 5, 0, 'united-plumbing-ltd', NULL, NULL, NULL, NULL, '(780) 903-9800', '2022-11-30 17:41:07', '2022-11-30 17:41:07'),
(36, 'Young Guns Plumbing', 'Young Guns Plumbing is a plumber.', 5, '2815 34 Ave NW #1, Edmonton, AB T6T 0K7, Canada', '53.464664', '-113.385188', 5, 0, 'young-guns-plumbing', 'Edmonton', 'Alberta', 'CA', NULL, ' (780) 457-4719', '2022-11-30 17:42:28', '2022-11-30 17:42:28'),
(37, 'Pro Plumbing & Heating Ltd.', 'Pro Plumbing & Heating Ltd. is a plumber.', 5, '6906 82 Ave NW, Edmonton, AB T6B 0E7, Canada', '53.5183085', '-113.4339198', 5, 0, 'pro-plumbing-heating-ltd', 'Edmonton', 'Alberta', 'CA', NULL, ' (780) 462-2225', '2022-11-30 17:43:53', '2022-11-30 17:43:53'),
(38, 'Worry Free Plumbing & Heating ', 'Worry Free Plumbing & Heating  is a plumber.', 5, 'EDMONTON AND NEARBY', NULL, NULL, 5, 0, 'worry-free-plumbing-heating', NULL, NULL, NULL, NULL, '(780) 328-2444', '2022-11-30 17:45:15', '2022-11-30 17:45:15'),
(39, 'Yes She Can Plumbing Ltd.', 'Yes She Can Plumbing Ltd.is a plumber.', 5, '3428 99 St NW #847, Edmonton, AB T6E 5X5, Canada', '53.46847289999999', '-113.4872971', 5, 0, 'yes-she-can-plumbing-ltd', 'Edmonton', 'Alberta', 'CA', NULL, ' (780) 919-6501', '2022-11-30 17:46:36', '2022-11-30 17:46:36'),
(40, 'P J Faucet Plumbing &', 'P J Faucet Plumbing & is a plumber.', 5, '8718 154 St, Edmonton, AB T5R 1S7, Canada', '53.5203925', '-113.5871692', 5, 0, 'p-j-faucet-plumbing', 'Edmonton', 'Alberta', 'CA', NULL, ' (780) 420-0712', '2022-11-30 17:48:10', '2022-11-30 17:48:10'),
(41, 'Little Plumber Girl Inc.', 'Little Plumber Girl Inc. is a plumber.', 5, '10411 45 St NW, Edmonton, AB T6A 1W8, Canada', '53.5468963', '-113.4109824', 5, 0, 'little-plumber-girl-inc', 'Edmonton', 'Alberta', 'CA', NULL, ' (780) 497-1950', '2022-11-30 17:49:23', '2022-11-30 17:49:23'),
(42, 'Plumber in edmonton', 'Plumber in edmonton is a plumber.', 5, 'Edmonton and nearby areas', NULL, NULL, 5, 0, 'plumber-in-edmonton', NULL, NULL, NULL, NULL, '780-920-1411', '2022-11-30 17:50:40', '2022-11-30 17:50:40'),
(43, 'Plumber in edmonton', 'Plumber in edmonton is a plumber.', 5, 'Edmonton and nearby areas', NULL, NULL, 5, 0, 'plumber-in-edmonton-1', NULL, NULL, NULL, NULL, '780-920-1411', '2022-11-30 17:50:41', '2022-11-30 17:50:41'),
(44, 'Go 2 Plumbing & Heating', 'Go 2 Plumbing & Heating is a plumber.', 5, '9544 143 Ave NW, Edmonton, AB T5E 2H3, Canada', '53.6060111', '-113.4896714', 5, 0, 'go-2-plumbing-heating', 'Edmonton', 'Alberta', 'CA', NULL, '(780) 850-8817', '2022-11-30 17:51:45', '2022-11-30 17:51:45'),
(45, 'AIM Plumbing & Heating', 'AIM Plumbing & Heating is a plumber.', 5, '9419 176 St NW, Edmonton, AB T5T 3M7, Canada', '53.5293697', '-113.6241191', 5, 0, 'aim-plumbing-heating', 'Edmonton', 'Alberta', 'CA', NULL, ' (780) 266-3881', '2022-11-30 17:53:11', '2022-11-30 17:53:11'),
(46, 'Vision Plumbing & Heatin', 'Vision Plumbing & Heatin is a plumber.', 5, ' 6903 12 Ave NW, Edmonton, AB T6K 3J6', NULL, NULL, 5, 0, 'vision-plumbing-heatin', NULL, NULL, NULL, NULL, ' (780) 243-7473', '2022-11-30 17:54:22', '2022-11-30 17:54:22'),
(47, 'Always Plumbing & Heati', 'Always Plumbing & Heati is a plumber.', 5, '17633 114 Ave NW #300, Edmonton, AB T5S 2R9, Canada', '53.5629111', '-113.6251201', 5, 0, 'always-plumbing-heati', 'Edmonton', 'Alberta', 'CA', NULL, '(780) 489-8118', '2022-11-30 17:55:46', '2022-11-30 17:55:46'),
(48, 'WAYS PLUMBING & Heating', 'WAYS PLUMBING & Heating is a plumber.', 5, '11507 16 Ave SW, Edmonton, AB T6W 0N3, Canada', '53.4162034', '-113.5245621', 5, 0, 'ways-plumbing-heating', 'Edmonton', 'Alberta', 'CA', NULL, ' (780) 246-2918', '2022-11-30 17:57:31', '2022-11-30 17:57:31'),
(49, 'Dollarwise Plumbing & Heating', 'Dollarwise Plumbing & Heating is a plumber.', 5, '10568 92 St NW, Edmonton, AB T5H 1T9, Canada', '53.552007', '-113.4778547', 5, 0, 'dollarwise-plumbing-heating', 'Edmonton', 'Alberta', 'CA', NULL, ' (780) 444-1166', '2022-11-30 17:58:45', '2022-11-30 17:58:45'),
(50, '2 Ply Plumbing Edmonton', '2 Ply Plumbing Edmonton is a plumber.', 5, '5350 199 St NW, Edmonton, AB T6M 0A5, Canada', '53.4899054', '-113.6656395', 5, 0, '2-ply-plumbing-edmonton', 'Edmonton', 'Alberta', 'CA', NULL, ' (780) 288-3841', '2022-11-30 18:00:13', '2022-11-30 18:00:13'),
(51, 'Superior P', 'Superior P  is a plumber.', 5, '10215 178 St NW, Edmonton, AB T5S 1M3, Canada', '53.5435994', '-113.6270491', 5, 0, 'superior-p', 'Edmonton', 'Alberta', 'CA', NULL, '(587) 807-6902', '2022-11-30 18:01:31', '2022-11-30 18:01:31'),
(52, 'The Hardwood Guy', 'The Hardwood Guy is  flooring .', 14, 'Township Rd 541, Hilliard, AB T0B 2B0, Canada', '53.6410749', '-112.4791325', 5, 0, 'the-hardwood-guy', 'Hilliard', 'Alberta', 'CA', NULL, ' (780) 993-8827', '2022-11-30 18:12:32', '2022-11-30 18:12:32'),
(53, 'Mr Black Flooring', 'Mr Black Flooring is flooring.', 14, ': 107 Watt Common SW Unit 422, Edmonton, AB T6X 2C6', NULL, NULL, 5, 0, 'mr-black-flooring', NULL, NULL, NULL, NULL, '(780) 257-9946', '2022-11-30 18:13:50', '2022-11-30 18:13:50'),
(54, 'Williams Flooring', 'Williams Flooring is floor.', 14, 'Edmonton and nearby areas', NULL, NULL, 5, 0, 'williams-flooring', NULL, NULL, NULL, NULL, ' (780) 904-4373', '2022-11-30 18:14:57', '2022-11-30 18:14:57'),
(55, 'Floor Concepts Ltd', 'Floor Concepts Ltd is  flooring.', 14, '7027 Roper Rd NW, Edmonton, AB T6B 3K3, Canada', '53.49352649999999', '-113.4362042', 5, 0, 'floor-concepts-ltd', 'Edmonton', 'Alberta', 'CA', NULL, ' (780) 235-1615', '2022-11-30 18:16:21', '2022-11-30 18:16:21'),
(56, 'YF Custom Flooring', 'YF Custom Flooring is flooring.', 14, '300 Ormsby Rd E Northwest, Edmonton, AB T5T 5J6, Canada', '53.501431', '-113.6469465', 5, 0, 'yf-custom-flooring', 'Edmonton', 'Alberta', 'CA', NULL, ' (780) 709-2444', '2022-11-30 18:17:31', '2022-11-30 18:17:31'),
(57, 'Simple flooring company l', 'Simple flooring company  is  flooring.', 14, '8304 149a Ave NW, Edmonton, AB T5E 2Z2, Canada', '53.61070420000001', '-113.4689632', 5, 0, 'simple-flooring-company-l', 'Edmonton', 'Alberta', 'CA', NULL, ' (587) 984-4463', '2022-11-30 18:18:52', '2022-11-30 18:18:52'),
(58, 'JL Flooring Refinishing & Installation', 'JL Flooring Refinishing & Installation is flooring.', 14, 'Edmonton, AB T5Y 2B6, Canada', '53.6034593', '-113.3839341', 5, 0, 'jl-flooring-refinishing-installation', 'Edmonton', 'Alberta', 'CA', NULL, '· (780) 807-7117', '2022-11-30 18:20:12', '2022-11-30 18:20:12'),
(59, 'Arcade Flooring Ltd.', 'Arcade Flooring Ltd.is flooring.', 14, '14520 115a Ave NW, Edmonton, AB T5M 3C5, Canada', '53.5664529', '-113.571632', 5, 0, 'arcade-flooring-ltd', 'Edmonton', 'Alberta', 'CA', NULL, '(780) 944-9300', '2022-11-30 18:21:24', '2022-11-30 18:21:24'),
(60, 'Master 1 Flooring', 'Master 1 Flooring is flooring', 14, '8830 Yellowhead Trail NW, Edmonton, AB T5B 1G1, Canada', '53.581829', '-113.4774678', 5, 0, 'master-1-flooring', 'Edmonton', 'Alberta', 'CA', NULL, ' (780) 752-9697', '2022-11-30 18:22:41', '2022-11-30 18:22:41'),
(61, 'New Era Floor Gallery Ltd', 'New Era Floor Gallery Ltd is flooring.', 14, '9830 60 Ave NW, Edmonton, AB T6E 0C5, Canada', '53.49597', '-113.48389', 5, 0, 'new-era-floor-gallery-ltd', 'Edmonton', 'Alberta', 'CA', NULL, ' (587) 710-3552', '2022-11-30 18:24:06', '2022-11-30 18:24:06'),
(62, 'Biggs Custom Flooring', 'Biggs Custom Flooring  is flooring.', 14, 'Edmonton, AB, Canada', '53.5460983', '-113.4937266', 5, 0, 'biggs-custom-flooring', 'Edmonton', 'Alberta', 'CA', NULL, '· (780) 974-3279', '2022-11-30 18:25:23', '2022-11-30 18:25:23'),
(63, 'Alberta Flooring Connect', 'Alberta Flooring Connect is flooring.', 14, '4509 97 St NW, Edmonton, AB T6E 5Y8, Canada', '53.4835823', '-113.4798585', 5, 0, 'alberta-flooring-connect', 'Edmonton', 'Alberta', 'CA', NULL, ' (587) 524-9844', '2022-11-30 18:26:41', '2022-11-30 18:26:41'),
(64, 'The Magic Flooring', 'The Magic Flooring is flooring.', 14, '8132 217 St NW #4, Edmonton, AB T5T 4S1, Canada', '53.51560989999999', '-113.6919523', 5, 0, 'the-magic-flooring', 'Edmonton', 'Alberta', 'CA', NULL, '(780) 504-4810', '2022-11-30 18:28:16', '2022-11-30 18:28:16'),
(65, 'Jangra Tile Installation', 'Jangra Tile Installation is flooring.', 14, '44 Hamilton Crescent NW, Edmonton, AB T5A 2M4, Canada', '53.58850270000001', '-113.4077603', 5, 0, 'jangra-tile-installation', 'Edmonton', 'Alberta', 'CA', NULL, '(780) 718-9088', '2022-11-30 18:29:18', '2022-11-30 18:29:18'),
(66, 'Floor Experts Inc', 'Floor Experts Inc is flooring.', 14, '17615 105 Ave NW, Edmonton, AB T5S 1G4, Canada', '53.5481712', '-113.6255339', 5, 0, 'floor-experts-inc', 'Edmonton', 'Alberta', 'CA', NULL, '(780) 484-9432', '2022-11-30 18:31:01', '2022-11-30 18:31:01'),
(67, 'Edmonton Tile Installer', 'Edmonton Tile Installer is flooring.', 14, 'Edmonton and nearby areas', NULL, NULL, 5, 0, 'edmonton-tile-installer', NULL, NULL, NULL, NULL, ' (780) 905-7655', '2022-11-30 18:32:42', '2022-11-30 18:32:42'),
(68, 'Alberta Flooring Connect', 'Alberta Flooring Connect is flooring.', 14, '4509 97 St NW, Edmonton, AB T6E 5Y8, Canada', '53.4835823', '-113.4798585', 5, 0, 'alberta-flooring-connect-1', 'Edmonton', 'Alberta', 'CA', NULL, ' (587) 524-9844', '2022-11-30 18:35:06', '2022-11-30 18:35:06'),
(69, 'The Magic Flooring', 'The Magic Flooring  is flooring.', 14, '8132 217 St NW #4, Edmonton, AB T5T 4S1, Canada', '53.51560989999999', '-113.6919523', 5, 0, 'the-magic-flooring-1', 'Edmonton', 'Alberta', 'CA', NULL, '(780) 504-4810', '2022-11-30 18:36:13', '2022-11-30 18:36:13'),
(70, 'Jangra Tile Installation', 'Jangra Tile Installation is flooring.', 14, '44 Hamilton Crescent NW, Edmonton, AB T5A 2M4, Canada', '53.58850270000001', '-113.4077603', 5, 0, 'jangra-tile-installation-1', 'Edmonton', 'Alberta', 'CA', NULL, '(780) 718-9088', '2022-11-30 18:37:17', '2022-11-30 18:37:17'),
(71, 'Floor Experts Inc', 'Floor Experts Inc is flooring.', 14, '17615 105 Ave NW, Edmonton, AB T5S 1G4, Canada', '53.5481712', '-113.6255339', 5, 0, 'floor-experts-inc-1', 'Edmonton', 'Alberta', 'CA', NULL, '(780) 484-9432', '2022-11-30 18:38:21', '2022-11-30 18:38:21'),
(72, 'Edmonton Tile Installer', 'Edmonton Tile Installer is flooring .', 14, 'Edmonton and nearby areas', NULL, NULL, 5, 0, 'edmonton-tile-installer-1', NULL, NULL, NULL, NULL, ' (780) 905-7655', '2022-11-30 18:39:19', '2022-11-30 18:39:19'),
(73, 'Tile installer', 'Tile installer is flooring', 14, 'Edmonton and nearby areas', NULL, NULL, 5, 0, 'tile-installer', NULL, NULL, NULL, NULL, ' (587) 778-0912', '2022-11-30 18:40:16', '2022-11-30 18:40:16'),
(74, 'Touchtone Flooring West', 'Touchtone Flooring West is flooring.', 14, ' 4120 98 St NW, Edmonton, AB T6E 5A2', NULL, NULL, 5, 0, 'touchtone-flooring-west', NULL, NULL, NULL, NULL, ' (780) 414-0862', '2022-11-30 18:41:28', '2022-11-30 18:41:28'),
(75, 'Tile Solutions LTD', 'Tile Solutions LTD is flooring.', 14, '371 Walker Rd NW, Edmonton, AB T5T 4C2, Canada', '53.4983119', '-113.6100243', 5, 0, 'tile-solutions-ltd', 'Edmonton', 'Alberta', 'CA', NULL, '(780) 803-3993', '2022-11-30 18:42:36', '2022-11-30 18:42:36'),
(76, 'LCB Hardwood & Tile', 'LCB Hardwood &Tile is flooring.', 14, '11507 40 Ave NW, Edmonton, AB T6J 0R3', NULL, NULL, 5, 0, 'lcb-hardwood-tile', NULL, NULL, NULL, NULL, ' (780) 437-3894', '2022-11-30 18:43:51', '2022-11-30 18:43:51'),
(77, 'Mehmi Tiles', 'Mehmi Tiles is flooring.', 14, '1715 60 St SW, Edmonton, AB T6X 0W4, Canada', '53.41891249999999', '-113.43277', 5, 0, 'mehmi-tiles', 'Edmonton', 'Alberta', 'CA', NULL, ' (780) 850-5960', '2022-11-30 18:45:21', '2022-11-30 18:45:21'),
(78, 'VINYL NOSING', 'VINYL NOSING is flooring.', 14, '556 Eagleson Wynd, Northwest, AB T6M 2N5, Canada', '53.4713212', '-113.6611679', 5, 0, 'vinyl-nosing', 'Northwest', 'Alberta', 'CA', NULL, ' (587) 643-7242', '2022-11-30 18:47:07', '2022-11-30 18:47:07'),
(79, 'Sran Tile And Reno Ltd', 'Sran Tile And Reno Ltd is flooring.', 14, '3415 58 St NW #104, Edmonton, AB T6L 5R9, Canada', '53.466112', '-113.426657', 5, 0, 'sran-tile-and-reno-ltd', 'Edmonton', 'Alberta', 'CA', NULL, ' (587) 710-2000', '2022-11-30 18:48:07', '2022-11-30 18:48:07'),
(80, 'The Flooring Installers', 'The Flooring Installers is flooring.', 14, 'Edmonton and nearby areas', NULL, NULL, 5, 0, 'the-flooring-installers', NULL, NULL, NULL, NULL, ': (780) 905-2680', '2022-11-30 18:49:11', '2022-11-30 18:49:11'),
(81, 'Edge 2 Edge Flooring', 'Edge 2 Edge Flooring is flooring.', 14, '9750 27 Ave NW, Edmonton, AB T6N 1B2, Canada', '53.4568295', '-113.4795153', 5, 0, 'edge-2-edge-flooring', 'Edmonton', 'Alberta', 'CA', NULL, '(780) 463-6050', '2022-11-30 18:50:26', '2022-11-30 18:50:26'),
(82, '1 DAY Hardwood Floor Refinishing', '1 DAY Hardwood Floor Refinishing is flooring.', 14, 'Edmonton and nearby areas', NULL, NULL, 5, 0, '1-day-hardwood-floor-refinishing', NULL, NULL, NULL, NULL, ' (587) 705-0707', '2022-11-30 18:51:26', '2022-11-30 18:51:26'),
(83, 'Sandhu Carpet & Flooring Ltd', 'Sandhu Carpet & Flooring Ltd is flooring.', 14, '9868 33 Ave NW, Edmonton, AB T6N 1C6, Canada', '53.4661562', '-113.4837064', 5, 0, 'sandhu-carpet-flooring-ltd', 'Edmonton', 'Alberta', 'CA', NULL, '(780) 437-8800', '2022-11-30 18:52:28', '2022-11-30 18:52:28'),
(84, 'Edmonton Vinyl Decking', 'Edmonton Vinyl Decking is flooring.', 14, '4252 Chichak Cl SW, Edmonton, AB T6W, Canada', '53.4050324', '-113.5831895', 5, 0, 'edmonton-vinyl-decking', 'Edmonton', 'Alberta', 'CA', NULL, ' (780) 860-7788', '2022-11-30 18:53:34', '2022-11-30 18:53:34'),
(85, 'Ace Quality Renovations', 'Ace Quality Renovations is flooring.', 14, '6604 82 Ave NW #4, Edmonton, AB T6B 0E7, Canada', '53.5184243', '-113.4302314', 5, 0, 'ace-quality-renovations', 'Edmonton', 'Alberta', 'CA', NULL, ' (780) 383-0504', '2022-11-30 18:54:24', '2022-11-30 18:54:24'),
(86, 'Bigstone Custom Cabinets Ltd', 'Bigstone Custom Cabinets Ltd is kitchen cabinets.', 17, '4905 45 Ave, Millet, AB T0C 1Z0, Canada', '53.0900585', '-113.468111', 5, 0, 'bigstone-custom-cabinets-ltd', 'Millet', 'Alberta', 'CA', NULL, '(780) 387-3347', '2022-12-01 12:03:44', '2022-12-01 12:03:44'),
(87, 'Summit Cabinets - Kitchen', 'Summit Cabinets - Kitchen is kitchen cabinets', 17, '6735 76 Ave NW, Edmonton, AB T6B 0A9, Canada', '53.51195', '-113.431614', 5, 0, 'summit-cabinets-kitchen', 'Edmonton', 'Alberta', 'CA', NULL, ' (780) 220-7348', '2022-12-01 12:05:01', '2022-12-01 12:05:01'),
(88, 'Essence Cabinets and Closets', 'Essence Cabinets and Closets is kitchen cabinets.', 17, '2255 90b St SW, Edmonton, AB T6X 1V8, Canada', '53.4128', '-113.47942', 5, 0, 'essence-cabinets-and-closets', 'Edmonton', 'Alberta', 'CA', NULL, ' (780) 401-1750', '2022-12-01 12:05:57', '2022-12-01 12:05:57'),
(89, 'Perfection Kitchen Cabinets', 'Perfection Kitchen Cabinets is kitchen cabinets.', 17, '3916 37 St NW, Edmonton, AB T6L 6M8, Canada', '53.4751912', '-113.3977212', 5, 0, 'perfection-kitchen-cabinets', 'Edmonton', 'Alberta', 'CA', NULL, ' (780) 266-0942', '2022-12-01 12:07:15', '2022-12-01 12:07:15'),
(90, '3D Custom Cabinets', '3D Custom Cabinets is kitchen cabinets.', 17, '9119 39 Ave NW, Edmonton, AB T6E 5Y2, Canada', '53.4736352', '-113.4691329', 5, 0, '3d-custom-cabinets', 'Edmonton', 'Alberta', 'CA', NULL, ' (780) 989-1013', '2022-12-01 12:08:29', '2022-12-01 12:08:29'),
(91, 'Elite Kitchens Inc', 'Elite Kitchens Inc is kitchen cabinet.', 17, '7131 Argyll Rd NW, Edmonton, AB T6C 4A5, Canada', '53.50969389999999', '-113.4389708', 5, 0, 'elite-kitchens-inc', 'Edmonton', 'Alberta', 'CA', NULL, ' (780) 462-6930', '2022-12-01 12:09:25', '2022-12-01 12:09:25'),
(92, 'Evershine Kitchen Cabinets', 'Evershine Kitchen Cabinets is kitchen cabinet.', 17, '4434 Eleniak Rd NW, Edmonton, AB T6B 2N1, Canada', '53.5034867', '-113.4115913', 5, 0, 'evershine-kitchen-cabinets', 'Edmonton', 'Alberta', 'CA', NULL, '(780) 965-5819', '2022-12-01 12:10:32', '2022-12-01 12:10:32'),
(93, 'World Kitchen Cabinets', 'World Kitchen Cabinets is kitchen cabinets', 17, '1831 18 St NW, Edmonton, AB T6T 1J1, Canada', '53.4494456', '-113.3697638', 5, 0, 'world-kitchen-cabinets', 'Edmonton', 'Alberta', 'CA', NULL, '(604) 725-678', '2022-12-01 12:11:25', '2022-12-01 12:11:25'),
(94, 'A-One Kitchen Cabinets Ltd', 'A-One Kitchen Cabinets Ltd is kitchen cabinets', 17, '8798 51 Ave NW, Edmonton, AB T6E 5E8, Canada', '53.48884', '-113.46141', 5, 0, 'a-one-kitchen-cabinets-ltd', 'Edmonton', 'Alberta', 'CA', NULL, '(780) 461-1789', '2022-12-01 12:12:22', '2022-12-01 12:12:22'),
(95, 'Star Kitchen Cabinets Ltd', 'Star Kitchen Cabinets Ltd is kitchen cabinet', 17, '9315 35 Ave NW, Edmonton, AB T6E 5R5, Canada', '53.4683217', '-113.4740274', 5, 0, 'star-kitchen-cabinets-ltd', 'Edmonton', 'Alberta', 'CA', NULL, ' (780) 708-5474', '2022-12-01 12:13:15', '2022-12-01 12:13:15'),
(96, 'Iconic Cabinets Inc', 'Iconic Cabinets Inc is kitchen cabinet', 17, '5330 89 St NW, Edmonton, AB T6E 5P9, Canada', '53.49026910000001', '-113.4646432', 5, 0, 'iconic-cabinets-inc', 'Edmonton', 'Alberta', 'CA', NULL, ' (780) 428-9663', '2022-12-01 12:14:06', '2022-12-01 12:14:06'),
(97, 'Superior Cabinets Edmonton', 'Superior Cabinets Edmonton is kitchen cabinet', 17, '11045 190 St NW, Edmonton, AB T5S 2X4, Canada', '53.5576075', '-113.6488622', 5, 0, 'superior-cabinets-edmonton', 'Edmonton', 'Alberta', 'CA', NULL, '(780) 409-3400', '2022-12-01 12:14:57', '2022-12-01 12:14:57'),
(98, 'Westfork Kitchen Cabinets', 'Westfork Kitchen Cabinets is kitchen cabinets.', 17, '9246 34a Ave NW, Edmonton, AB T6E 5P4, Canada', '53.4675747', '-113.4727845', 5, 0, 'westfork-kitchen-cabinets', 'Edmonton', 'Alberta', 'CA', NULL, ' (780) 490-4983', '2022-12-01 12:15:47', '2022-12-01 12:15:47'),
(99, 'AyA Kitchens of Edmonton', 'AyA Kitchens of Edmonton is kitchen cabinet', 17, '10216 124 St, Edmonton, AB T5N, Canada', '53.54360519999999', '-113.5362523', 5, 0, 'aya-kitchens-of-edmonton', 'Edmonton', 'Alberta', 'CA', NULL, ' (780) 454-4292', '2022-12-01 12:16:37', '2022-12-01 12:16:37'),
(100, 'Best Kitchens Refinishing', 'Best Kitchens Refinishing is kitchen cabinets', 17, '6106 Davies Rd NW, Edmonton, AB T6E 4M9, Canada', '53.4980666', '-113.4469516', 5, 0, 'best-kitchens-refinishing', 'Edmonton', 'Alberta', 'CA', NULL, ' (780) 433-0010', '2022-12-01 12:17:27', '2022-12-01 12:17:27'),
(101, '4k Kitchen Cabinet', '4k Kitchen Cabinet is kitchen cabinets.', 17, '3215 97 St NW, Edmonton, AB T6N 1B7, Canada', '53.4647797', '-113.4788973', 5, 0, '4k-kitchen-cabinet', 'Edmonton', 'Alberta', 'CA', NULL, ' (780) 708-0762', '2022-12-01 12:18:20', '2022-12-01 12:18:20'),
(102, 'Royal Concept Kitchen’s', 'Royal Concept Kitchen’s is kitchen cabinets.', 17, '9205 63 Ave NW, Edmonton, AB T6E 0G2, Canada', '53.49964430000001', '-113.4700881', 5, 0, 'royal-concept-kitchens', 'Edmonton', 'Alberta', 'CA', NULL, '(780) 278-6045', '2022-12-01 12:19:08', '2022-12-01 12:19:08'),
(103, 'Kitchen Art Cabinet Inc.', 'Kitchen Art Cabinet Inc. is kitchen cabinets.', 17, '12610 126 St NW, Edmonton, AB T5L 0X6, Canada', '53.58271389999999', '-113.5400744', 5, 0, 'kitchen-art-cabinet-inc', 'Edmonton', 'Alberta', 'CA', NULL, ' (780) 238-3402', '2022-12-01 12:20:12', '2022-12-01 12:20:12'),
(104, 'Alberta custom kitchens ltd', 'Alberta custom kitchens ltd is kitchen cabinets.', 17, '10008 29a Ave NW, Edmonton, AB T6N 1A8, Canada', '53.460232', '-113.48794', 5, 0, 'alberta-custom-kitchens-ltd', 'Edmonton', 'Alberta', 'CA', NULL, ' (780) 718-0834', '2022-12-01 12:22:02', '2022-12-01 12:22:02'),
(105, 'Fine art kitchen cabinets', 'Fine art kitchen cabinets is kitchen cabinets.', 17, '9211 34a Ave NW, Edmonton, AB T6E 5P4, Canada', '53.46702999999999', '-113.47173', 5, 0, 'fine-art-kitchen-cabinets', 'Edmonton', 'Alberta', 'CA', NULL, NULL, '2022-12-01 12:23:07', '2022-12-01 12:23:07'),
(106, 'Fancy Kitchen & Countertops', 'Fancy Kitchen & Countertops is kitchen cabinets.', 17, '12567 128 St NW, Edmonton, AB T5L 1C9, Canada', '53.5827699', '-113.5424223', 5, 0, 'fancy-kitchen-countertops', 'Edmonton', 'Alberta', 'CA', NULL, ' (780) 716-9055', '2022-12-01 12:24:06', '2022-12-01 12:24:06'),
(107, 'Kitchen Masters', 'Kitchen Mastersis kitchen cabinets.', 17, '5330 89 St NW, Edmonton, AB T6E 5P9, Canada', '53.49026910000001', '-113.4646432', 5, 0, 'kitchen-masters', 'Edmonton', 'Alberta', 'CA', NULL, ' (780) 461-9212', '2022-12-01 12:24:56', '2022-12-01 12:24:56'),
(108, 'Alberta Cabinets & Woodworks', 'Alberta Cabinets & Woodworks is kitchen cabinets.', 17, '3127 28 Ave SW, Edmonton, AB T6X 1A5, Canada', '53.4057714', '-113.3909397', 5, 0, 'alberta-cabinets-woodworks', 'Edmonton', 'Alberta', 'CA', NULL, ' (780) 437-0601', '2022-12-01 12:25:44', '2022-12-01 12:25:44'),
(109, 'King Kitchen and Cabinets', 'King Kitchen and Cabinets is kitchen cabinets.', 17, '6719 50 St NW, Edmonton, AB T6B 3M6, Canada', '53.5029865', '-113.4173895', 5, 0, 'king-kitchen-and-cabinets', 'Edmonton', 'Alberta', 'CA', NULL, ' (780) 440-3696', '2022-12-01 12:26:29', '2022-12-01 12:26:29'),
(110, 'KITCHEN Pro', 'KITCHEN Pro is kitchen cabinets.', 17, '4642 91 Ave NW, Edmonton, AB T6B 2L1, Canada', '53.5251464', '-113.4138834', 5, 0, 'kitchen-pro', 'Edmonton', 'Alberta', 'CA', NULL, '(780) 938-0713', '2022-12-01 12:27:18', '2022-12-01 12:27:18'),
(111, 'Cdn Kitchen Cabinets & Wood', 'Cdn Kitchen Cabinets & Wood is kitchen cabinets.', 17, '4929 118 Ave NW, Edmonton, AB T5W 1B5, Canada', '53.570184', '-113.4177054', 5, 0, 'cdn-kitchen-cabinets-wood', 'Edmonton', 'Alberta', 'CA', NULL, ' (780) 473-1809', '2022-12-01 12:28:02', '2022-12-01 12:28:02'),
(112, 'Diamond Kitchen Designs Ltd', 'Diamond Kitchen Designs Ltd is kitchen cabinets.', 17, '8734 61 Ave NW, Edmonton, AB T6E 5P6, Canada', '53.49699709999999', '-113.4599824', 5, 0, 'diamond-kitchen-designs-ltd', 'Edmonton', 'Alberta', 'CA', NULL, ' (780) 440-6993', '2022-12-01 12:28:48', '2022-12-01 12:28:48'),
(113, 'Custom Cabinet Factory Ltd.', 'Custom Cabinet Factory Ltd. is kitchen cabinets.', 17, '7736 69 St NW, Edmonton, AB T6B 2J7, Canada', '53.51435000000001', '-113.43327', 5, 0, 'custom-cabinet-factory-ltd', 'Edmonton', 'Alberta', 'CA', NULL, ' (780) 469-1020', '2022-12-01 12:29:37', '2022-12-01 12:29:37'),
(114, 'Kitchen Craft Edmonton', 'Kitchen Craft Edmonton is kitchen cabinets.', 17, '2866 Calgary Trail NW, Edmonton, AB T6J 6V7, Canada', '53.4584907', '-113.494345', 5, 0, 'kitchen-craft-edmonton', 'Edmonton', 'Alberta', 'CA', NULL, ' (780) 465-6531', '2022-12-01 12:30:26', '2022-12-01 12:30:26'),
(115, 'KB Cabinets Ltd.', 'KB Cabinets Ltd. is kitchen cabinets.', 17, '3804 74 Ave NW, Edmonton, AB T6B 2P7, Canada', '53.51072', '-113.39838', 5, 0, 'kb-cabinets-ltd', 'Edmonton', 'Alberta', 'CA', NULL, ' (780) 245-6776', '2022-12-01 12:31:10', '2022-12-01 12:31:10'),
(116, 'Edmontonpainterspro', 'Edmontonpainterspro is painters.', 15, '10309 174 St NW, Edmonton, AB T5S 1H1, Canada', '53.54568159999999', '-113.6199603', 5, 0, 'edmontonpainterspro', 'Edmonton', 'Alberta', 'CA', NULL, ' (780) 994-0906', '2022-12-01 12:33:08', '2022-12-01 12:33:08'),
(117, 'Mill Creek Painters Ltd.', 'Mill Creek Painters Ltd. is a painter.', 15, '10060 Jasper Ave tower 1 suite 2020, Edmonton, AB T5J 3R8, Canada', '53.5413977', '-113.4925398', 5, 0, 'mill-creek-painters-ltd', 'Edmonton', 'Alberta', 'CA', NULL, ' (587) 804-5080', '2022-12-01 12:33:56', '2022-12-01 12:33:56'),
(118, 'J&B Quality Painters', 'J&B Quality Painters is a painter.', 15, 'Edmonton and nearby areas', NULL, NULL, 5, 0, 'jb-quality-painters', NULL, NULL, NULL, NULL, ' (780) 935-2896', '2022-12-01 12:34:46', '2022-12-01 12:34:46'),
(119, 'The Repaint Specialists Inc', 'The Repaint Specialists Inc is a painter.', 15, 'Shaske Dr NW, Edmonton, AB T6R 3V8, Canada', '53.4382617', '-113.5745918', 5, 0, 'the-repaint-specialists-inc', 'Edmonton', 'Alberta', 'CA', NULL, ': (780) 448-5996', '2022-12-01 12:35:42', '2022-12-01 12:35:42'),
(120, 'iPaint Painting', 'iPaint Painting is a painter.', 15, '9821 33 Ave NW, Edmonton, AB T6N 1B6, Canada', '53.4651765', '-113.4826411', 5, 0, 'ipaint-painting', 'Edmonton', 'Alberta', 'CA', NULL, ' (587) 806-4439', '2022-12-01 12:36:29', '2022-12-01 12:36:29'),
(121, 'Pro Co Painting', 'Pro Co Painting is a painter.', 15, '4607 92 Ave, Edmonton, AB T6B 2J4, Canada', '53.5263015', '-113.4129492', 5, 0, 'pro-co-painting', 'Edmonton', 'Alberta', 'CA', NULL, ' (780) 707-2521', '2022-12-01 12:39:22', '2022-12-01 12:39:22'),
(122, 'DreamArt Painting Ltd', 'DreamArt Painting Ltd is a painter.', 15, '7205 81 Ave NW, Edmonton, AB T6B 0E1, Canada', '53.5168397', '-113.4388493', 5, 0, 'dreamart-painting-ltd', 'Edmonton', 'Alberta', 'CA', NULL, ' (780) 910-6620', '2022-12-01 12:40:17', '2022-12-01 12:40:17'),
(123, 'Quality Student Painters', 'Quality Student Painters is a painter.', 15, '6604 82 Ave NW, Edmonton, AB T6B 0E7, Canada', '53.5184243', '-113.4302314', 5, 0, 'quality-student-painters', 'Edmonton', 'Alberta', 'CA', NULL, '(780) 499-9700', '2022-12-01 12:41:03', '2022-12-01 12:41:03'),
(124, 'Edmonton Painting', 'Edmonton Painting is a painter.', 15, '6444 157 Ave NW, Edmonton, AB T5Y 2N5, Canada', '53.6186312', '-113.4415126', 5, 0, 'edmonton-painting', 'Edmonton', 'Alberta', 'CA', NULL, ' (587) 400-7009', '2022-12-01 12:41:42', '2022-12-01 12:41:42'),
(125, 'Art-tek painters Edmonton', 'Art-tek painters Edmonton is a painter.', 15, 'Edmonton and nearby areas', NULL, NULL, 5, 0, 'art-tek-painters-edmonton', NULL, NULL, NULL, NULL, ' (780) 554-7946', '2022-12-01 12:42:36', '2022-12-01 12:42:36'),
(126, 'Royal Painting Ltd', 'Royal Painting Ltd is a painter.', 15, '12012 173 Ave NW, Edmonton, AB T5T 0J6, Canada', '53.634968', '-113.5299258', 5, 0, 'royal-painting-ltd', 'Edmonton', 'Alberta', 'CA', NULL, ' (780) 800-2022', '2022-12-01 12:43:37', '2022-12-01 12:43:37'),
(127, 'Gill painting inc.', 'Gill painting inc. is a painter.', 15, '167 62 St SW, Edmonton, AB T5Y 0Z7, Canada', '53.4305552', '-113.4360199', 5, 0, 'gill-painting-inc', 'Edmonton', 'Alberta', 'CA', NULL, '(780) 264-6234', '2022-12-01 12:44:24', '2022-12-01 12:44:24'),
(128, 'Reliable Painters', 'Reliable Painters is a painter.', 15, '121 NW Morin Maze, Edmonton, AB T6K, Canada', '53.4675966', '-113.4436255', 5, 0, 'reliable-painters', 'Edmonton', 'Alberta', 'CA', NULL, ' (780) 265-4650', '2022-12-01 12:45:22', '2022-12-01 12:45:22'),
(129, 'Painters Enterprise', 'Painters Enterprise is a painter.', 15, '6604 82 Ave NW unit 1, Edmonton, AB T6B 0E7, Canada', '53.5184243', '-113.4302314', 5, 0, 'painters-enterprise', 'Edmonton', 'Alberta', 'CA', NULL, ' (780) 668-9311', '2022-12-01 12:46:26', '2022-12-01 12:46:26'),
(130, 'First Class Interior Painting Inc.', 'First Class Interior Painting Inc. is a painter.', 15, 'Edmonton, AB, Canada', '53.5460983', '-113.4937266', 5, 0, 'first-class-interior-painting-inc', 'Edmonton', 'Alberta', 'CA', NULL, '780-504-0588', '2022-12-01 12:47:51', '2022-12-01 12:47:51'),
(131, 'Nkn Professional Painting', 'Nkn Professional Painting is a painter.', 15, '1119 68 St SW, Edmonton, AB T6X 1L1, Canada', '53.423032', '-113.444889', 5, 0, 'nkn-professional-painting', 'Edmonton', 'Alberta', 'CA', NULL, ' (780) 938-9896', '2022-12-01 12:48:36', '2022-12-01 12:48:36'),
(132, 'NINJA PAINTERS', 'NINJA PAINTERS is a painter.', 15, 'Edmonton and nearby areas', NULL, NULL, 5, 0, 'ninja-painters', NULL, NULL, NULL, NULL, '(780) 782-9222', '2022-12-01 12:49:45', '2022-12-01 12:49:45'),
(133, 'The PainterLady', 'The PainterLady is a painter.', 15, 'Edmonton and nearby areas', NULL, NULL, 5, 0, 'the-painterlady', NULL, NULL, NULL, NULL, ' (587) 989-2250', '2022-12-01 12:50:40', '2022-12-01 12:50:40'),
(134, 'Edmonton House Painting', 'Edmonton House Painting is a painter.', 15, 'Edmonton and nearby areas', NULL, NULL, 5, 0, 'edmonton-house-painting', NULL, NULL, NULL, NULL, ' (587) 416-5584', '2022-12-01 12:51:27', '2022-12-01 12:51:27'),
(135, 'Smart Painting Ltd.', 'Smart Painting Ltd. is a painter.', 15, '465 Hemingway Rd NW #73, Edmonton, AB T6M 0H6, Canada', '53.49683', '-113.68468', 5, 0, 'smart-painting-ltd', 'Edmonton', 'Alberta', 'CA', NULL, ': (780) 901-6758', '2022-12-01 12:52:17', '2022-12-01 12:52:17'),
(136, '4 Season Painting & Reanovations', '4 Season Painting & Reanovations is a painter.', 15, '10307 174 St NW, Edmonton, AB T5S 1H1, Canada', '53.5457407', '-113.6197418', 5, 0, '4-season-painting-reanovations', 'Edmonton', 'Alberta', 'CA', NULL, ' (780) 504-6363', '2022-12-01 12:53:16', '2022-12-01 12:53:16'),
(137, 'Repaint Professionals Ltd', 'Repaint Professionals Ltd is a painter.', 15, '455 Ormsby Rd W Northwest, Edmonton, AB T5T 6J5, Canada', '53.50093409999999', '-113.6524102', 5, 0, 'repaint-professionals-ltd', 'Edmonton', 'Alberta', 'CA', NULL, ' (780) 722-1067', '2022-12-01 12:54:08', '2022-12-01 12:54:08'),
(138, 'New Style Painting & Reno', 'New Style Painting & Reno is a painter.', 15, '14524 118 Ave NW, Edmonton, AB T5L 2M8, Canada', '53.57091179999999', '-113.5725751', 5, 0, 'new-style-painting-reno', 'Edmonton', 'Alberta', 'CA', NULL, ' (780) 245-6492', '2022-12-01 12:55:07', '2022-12-01 12:55:07'),
(139, 'PAM PAINTING LTD.', 'PAM PAINTING LTD. is a painter.', 15, '7913 83 Ave NW, Edmonton, AB T6C 1A5, Canada', '53.5188216', '-113.4497824', 5, 0, 'pam-painting-ltd', 'Edmonton', 'Alberta', 'CA', NULL, ' (780) 716-9242', '2022-12-01 12:56:00', '2022-12-01 12:56:00'),
(140, 'M B Painting Services Inc', 'M B Painting Services Inc is a painter.', 15, '2020 Price Landing SW, Edmonton, AB T6W 3P8, Canada', '53.4166245', '-113.5580309', 5, 0, 'm-b-painting-services-inc', 'Edmonton', 'Alberta', 'CA', NULL, ' (780) 885-1450', '2022-12-01 12:56:46', '2022-12-01 12:56:46'),
(141, 'Alberta Painting LTD ', 'Alberta Painting LTD  is a painter.', 15, '8033 Evans Cres, Edmonton, AB T6M 0T7, Canada', '53.472629', '-113.6708453', 5, 0, 'alberta-painting-ltd', 'Edmonton', 'Alberta', 'CA', NULL, '(780) 297-5322', '2022-12-01 12:57:40', '2022-12-01 12:57:40'),
(142, 'On Time Professional painting', 'On Time Professional painting is a painter.', 15, '7003 158 Ave NW, Edmonton, AB T5Z 2Z5, Canada', '53.6196941', '-113.4495707', 5, 0, 'on-time-professional-painting', 'Edmonton', 'Alberta', 'CA', NULL, ' (780) 695-0489', '2022-12-01 12:59:23', '2022-12-01 12:59:23'),
(143, 'Elegant Paint Masters Ltd', 'Elegant Paint Masters Ltd is a painter.', 15, 'Edmonton and nearby areas', NULL, NULL, 5, 0, 'elegant-paint-masters-ltd', NULL, NULL, NULL, NULL, ' (780) 231-0500', '2022-12-01 13:00:21', '2022-12-01 13:00:21'),
(144, 'Paint It Right', 'Paint It Right is  a painter.', 15, '6011 141 Ave NW, Edmonton, AB T5A 1H9, Canada', '53.6030616', '-113.4341003', 5, 0, 'paint-it-right', 'Edmonton', 'Alberta', 'CA', NULL, ' (780) 707-0246', '2022-12-01 13:01:10', '2022-12-01 13:01:10'),
(145, 'New Age Painters LTD', 'New Age Painters LTD is a painter.', 15, 'Edmonton and nearby areas', NULL, NULL, 5, 0, 'new-age-painters-ltd', NULL, NULL, NULL, NULL, '(780) 908-6372', '2022-12-01 13:01:52', '2022-12-01 13:01:52'),
(146, 'Select Drywall Inc.', 'Select Drywall Inc. is a drywall.', 18, '8012 22 Ave NW, Edmonton, AB T6K 1Z3, Canada', '53.4518853', '-113.4554622', 5, 0, 'select-drywall-inc', 'Edmonton', 'Alberta', 'CA', NULL, ' (780) 237-6447', '2022-12-01 13:03:45', '2022-12-01 13:03:45'),
(147, 'Pro City Drywall Ltd.', 'Pro City Drywall Ltd. is a drywall.', 18, '9762b 54 Ave NW, Edmonton, AB T6E 0A9, Canada', '53.49081510000001', '-113.4839925', 5, 0, 'pro-city-drywall-ltd', 'Edmonton', 'Alberta', 'CA', NULL, ' (780) 224-2315', '2022-12-01 13:04:36', '2022-12-01 13:04:36'),
(148, 'City View Drywall System Ltd', 'City View Drywall System Ltd is a drywall.', 18, '3751 21 St NW, Edmonton, AB T6T 1R7, Canada', '53.47340879999999', '-113.3733402', 5, 0, 'city-view-drywall-system-ltd', 'Edmonton', 'Alberta', 'CA', NULL, ' (780) 862-8704', '2022-12-01 13:05:21', '2022-12-01 13:05:21'),
(149, 'Edmonton Drywall Contractors', 'Edmonton Drywall Contractors is a drywall.', 18, '2424b 117 St NW, Edmonton, AB T6J 3S3, Canada', '53.45537789999999', '-113.5319437', 5, 0, 'edmonton-drywall-contractors', 'Edmonton', 'Alberta', 'CA', NULL, '(587) 600-3568', '2022-12-01 13:06:14', '2022-12-01 13:06:14'),
(150, 'Park Drywall', 'Park Drywall is a drywall.', 18, 'Sherwood Park, AB, Canada', '53.5412755', '-113.2957634', 5, 0, 'park-drywall', 'Sherwood Park', 'Alberta', 'CA', NULL, ': (780) 464-3001', '2022-12-01 13:07:14', '2022-12-01 13:07:14'),
(151, 'Ajax Drywall', 'Ajax Drywall is a  drywall.', 18, '16363 130 Ave NW, Edmonton, AB T5V 1K5, Canada', '53.588838', '-113.606731', 5, 0, 'ajax-drywall', 'Edmonton', 'Alberta', 'CA', NULL, ' (780) 447-1029', '2022-12-01 13:08:01', '2022-12-01 13:08:01'),
(152, 'Easy touch drywall ltd.', 'Easy touch drywall ltd. is a drywall.', 18, '1424 Darby Green SW, Edmonton, AB T6W 4N4, Canada', '53.4004823', '-113.5472572', 5, 0, 'easy-touch-drywall-ltd', 'Edmonton', 'Alberta', 'CA', NULL, ' (587) 920-5161', '2022-12-01 13:09:02', '2022-12-01 13:09:02'),
(153, 'Mag Drywall 2008 Ltd', 'Mag Drywall 2008 Ltd is a painter.', 18, '1 Galloway St, Sherwood Park, AB T8A 4X6, Canada', '53.5402936', '-113.2851514', 5, 0, 'mag-drywall-2008-ltd', 'Sherwood Park', 'Alberta', 'CA', NULL, '(780) 570-0160', '2022-12-01 13:17:51', '2022-12-01 13:17:51'),
(154, 'Edmonton Drywall', 'Edmonton Drywall is a painter.', 18, '175 Lilac Ln, Sherwood Park, AB T8H 1W2, Canada', '53.5467711', '-113.2484587', 5, 0, 'edmonton-drywall', 'Sherwood Park', 'Alberta', 'CA', NULL, ' (780) 203-5109', '2022-12-01 13:18:50', '2022-12-01 13:18:50'),
(155, 'Oiltown Drywall', 'Oiltown Drywall is a painter.', 18, 'Edmonton and nearby areas', NULL, NULL, 5, 0, 'oiltown-drywall', NULL, NULL, NULL, NULL, '(587) 200-5504', '2022-12-01 13:19:36', '2022-12-01 13:19:36'),
(156, 'Bay Drywall Inc', 'Bay Drywall Inc is a painter.', 18, '12235 Fort Rd NW, Edmonton, AB T5B 4H2, Canada', '53.57788590000001', '-113.4571992', 5, 0, 'bay-drywall-inc', 'Edmonton', 'Alberta', 'CA', NULL, ' (780) 466-3128', '2022-12-01 13:20:31', '2022-12-01 13:20:31'),
(157, 'Greentree Outdoor Living', 'Greentree Outdoor Living is  landscaping.', 19, '5925 104 St NW, Edmonton, AB T6H 2K5, Canada', '53.4968599', '-113.4971863', 5, 0, 'greentree-outdoor-living', 'Edmonton', 'Alberta', 'CA', NULL, '(780) 476-9273', '2022-12-01 13:22:58', '2022-12-01 13:22:58'),
(158, 'Kelly\'s Landscaping LTD', 'Kelly\'s Landscaping LTD is landscaping.', 19, '2237 Kelly Cres SW, Edmonton, AB T6W 3R9, Canada', '53.4177692', '-113.6240625', 5, 0, 'kellys-landscaping-ltd', 'Edmonton', 'Alberta', 'CA', NULL, ' (780) 444-3191', '2022-12-01 13:23:52', '2022-12-01 13:23:52'),
(159, 'Park Landscaping Ltd', 'Park Landscaping Ltd is landscaping.', 19, '20924 100 Ave NW, Edmonton, AB T5T 5X8, Canada', '53.5401879', '-113.6799641', 5, 0, 'park-landscaping-ltd', 'Edmonton', 'Alberta', 'CA', NULL, ' (780) 486-2744', '2022-12-01 13:24:41', '2022-12-01 13:24:41'),
(160, 'APS Landscaping Inc.', 'APS Landscaping Inc. is landscaping.', 19, 'Edmonton, AB, Canada', '53.5460983', '-113.4937266', 5, 0, 'aps-landscaping-inc', 'Edmonton', 'Alberta', 'CA', NULL, ' (780) 246-5106', '2022-12-01 13:25:35', '2022-12-01 13:25:35'),
(161, 'Great Northern Landscapes', 'Great Northern Landscapes is  landscaping.', 19, 'Sherwood Park and nearby areas', NULL, NULL, 5, 0, 'great-northern-landscapes', NULL, NULL, NULL, NULL, ': (780) 298-5263', '2022-12-01 13:26:30', '2022-12-01 13:26:30'),
(162, 'Landscaping Experts', 'Landscaping Experts is landscaping.', 19, '10250 118 St NW 302 d, Edmonton, AB T5K 1Y5, Canada', '53.544324', '-113.5254687', 5, 0, 'landscaping-experts', 'Edmonton', 'Alberta', 'CA', NULL, ' (587) 600-0612', '2022-12-01 13:27:27', '2022-12-01 13:27:27'),
(163, 'Little Creek Landscaping', 'Little Creek Landscaping is landscaping.', 19, ' 11108 22 Ave NW, Edmonton, AB T6J 5H5', NULL, NULL, 5, 0, 'little-creek-landscaping', NULL, NULL, NULL, NULL, ' (780) 278-5582', '2022-12-01 13:28:11', '2022-12-01 13:28:11'),
(164, 'River Valley Final Grading', 'River Valley Final Grading is landscaping.', 19, 'Edmonton and nearby', NULL, NULL, 5, 0, 'river-valley-final-grading', NULL, NULL, NULL, NULL, ' (780) 868-6588', '2022-12-01 13:29:01', '2022-12-01 13:29:01'),
(165, 'Good Roots Landscapin', 'Good Roots Landscapin is landscaping.', 19, '16728 111 Ave NW, Edmonton, AB T5M 2S5, Canada', '53.55981329999999', '-113.6109652', 5, 0, 'good-roots-landscapin', 'Edmonton', 'Alberta', 'CA', NULL, ' (780) 717-7717', '2022-12-01 13:29:42', '2022-12-01 13:29:42'),
(166, 'Landscape Solutions', 'Landscape Solutions is landscaping.', 19, '9823 152 St NW, Edmonton, AB T5P 1X2, Canada', '53.53687979999999', '-113.5829102', 5, 0, 'landscape-solutions', 'Edmonton', 'Alberta', 'CA', NULL, ' (780) 809-1045', '2022-12-01 13:30:27', '2022-12-01 13:30:27'),
(167, 'Yardi Landscaping', 'Yardi Landscaping is landscaping.', 19, 'Edmonton and nearby areas', NULL, NULL, 5, 0, 'yardi-landscaping', NULL, NULL, NULL, NULL, ' (587) 930-6608', '2022-12-01 13:31:38', '2022-12-01 13:31:38'),
(168, 'Milani Plumbing, Heating & Air Conditioning', 'Burnaby and New Westminster residents have been depending on Milani Plumbing Drainage & Heating for prompt service and cost-effective repairs since 1956. With 6 locations throughout Greater Vancouver and over 75 service vehicles, a Milani Service technician is always nearby. Whether you require emergency repairs or a scheduled installation we are bonded, certified and insured to perform work at your home or business. Call Milani Plumbing Drainage & Heating for more information.\r\n\r\nAsk us for a free, on-site estimate and a well trained and professional Milani plumber who is licensed, insured and bonded will show up at your door. Ask them about our workmanship and parts guarantee. At Milani, we value your time. With 75 trucks covering the Lower Mainland we have a dispatch centre near you. People across the Lower Mainland have counted on Milani for unbeatable service since 1956. Call Milani Plumbing Drainage & Heating Ltd. today!', 5, '10581 King George Blvd, Surrey, BC V3T 2X5, Canada', '49.19485640000001', '-122.845714', 5, 0, 'milani-plumbing-heating-air-conditioning', 'Surrey', 'British Columbia', 'CA', NULL, '604-245-2398', '2023-01-24 11:43:39', '2023-01-24 11:43:39'),
(170, 'Hilltop Plumbing and Heating 2016', 'Hilltop Plumbing & Heating Ltd. is a licensed, bonded and insured plumbing and gas fitting company, proudly serving the White Rock and New Westminster area for over 45 years. Our famous rubber ducky logo on our service vans can be spotted all over White Rock and New Westminster. We at Hilltop Plumbing strive to meet all your plumbing needs, with competitive prices and guaranteed service. Whether you are in need for new installation, renovation, regular repair, or encounter an emergency, our experienced, licensed plumbers and licensed gas fitters at Hilltop Plumbing can answer all of your residential and commercial needs. We offer a full range of plumbing, heating and drain cleaning services both residential and commercial. Trusted for over four decades, we have been providing plumbing & heating solutions, backed up by our guaranteed workmanship and parts warranty. Please call us today and let us know how we may be of service to you. less...', 5, '1341 Johnston Rd, White Rock, BC V4B 3Z3, Canada', '49.02648129999999', '-122.8014014', 5, 0, 'hilltop-plumbing-and-heating-2016', 'White Rock', 'British Columbia', 'CA', NULL, '604-330-3193', '2023-01-24 12:55:50', '2023-01-24 12:55:50'),
(171, 'Rescue Rooter Plumbing & Drain Service Inc', 'If plumbing and drainage issues around your property have you feeling stuck, Rescue Rooter Plumbing & Drain Service Inc. is ready to step in and help you. We provide plumbing services for the Greater Vancouver Area.\r\n\r\nRescue Rooter Plumbing & Drain Service Inc. is a full service plumbing and drainage company serving Vancouver and the Lower Mainland area. Our licensed and bonded plumbing contractors specialize in various projects, including plumbing and pipe repairs, drainage work, new fixture installation, furnace maintenance, heating repairs, and more. When emergency plumbing issues arise, our team is available 24 hours a day, seven days a week to help correct the problems quickly and efficiently. We rely on products from prominent brands for our work, such as Kohler, Samsung, Moen, and InSinkerator. To learn more about our plumbing services, or request a consultation, please contact one of our customer service representatives today. less...', 5, '5544 Lane St, Burnaby, BC V5H 2H5, Canada', '49.2222995', '-122.9840345', 5, 0, 'rescue-rooter-plumbing-drain-service-inc-1', 'Burnaby', 'British Columbia', 'CA', NULL, '604-245-2124', '2023-01-24 13:00:38', '2023-01-24 13:00:38'),
(172, 'Danne & Sons Plumbing & Heating', 'We are a family owned and operated company that has been in business for over 50 years. We strive to ensure that all of our customers - residential and commercial - are 100% satisfied.', 5, '8225 144a St, Surrey, BC V3S 2X9, Canada', '49.1522959', '-122.8223433', 5, 0, 'danne-sons-plumbing-heating', 'Surrey', 'British Columbia', 'CA', NULL, '604-549-0362', '2023-01-24 13:03:37', '2023-01-24 13:03:37');
INSERT INTO `constructions` (`id`, `title`, `description`, `category_id`, `location`, `latitude`, `longitude`, `user_id`, `featured`, `slug`, `city`, `state`, `country`, `zipcode`, `phone`, `created_at`, `updated_at`) VALUES
(173, 'Rotor Plumbers & Drainage Ltd', 'Fast 24 Hour Emergency Response. No Extra Charges Holidays, Nights & Weekends. Rotor Plumbing and Drainage Ltd., provides professional plumbing and drainage service throughout Greater Vancouver including: North Vancouver, West Vancouver, Burnaby, New Westminster, Coquitlam, Port Moody, Surrey, White Rock, Delta, Richmond and Ladner. Locally owned and operated, we have been in the plumbing business since 1998. Our team uses the experience we have gained over the years to bring honest and reliable service to the area. If you are in need of plumbing or drainage repairs or just want to schedule a maintenance call, give us a call today to get an assessment of your situation or to schedule an appointment with one of our licensed and bonded technicians. less...', 5, '21000 Westminster Hwy, Richmond, BC V6V 2S9, Canada', '49.1690437', '-122.9910678', 5, 0, 'rotor-plumbers-drainage-ltd', 'Richmond', 'British Columbia', 'CA', NULL, '778-726-0495', '2023-01-24 13:08:05', '2023-01-24 13:08:05'),
(174, 'Blue Moon Plumbing & Heating', 'Troubled by a water leak? You can rely on Blue Moon Plumbing & Heating in Surrey for a variety of plumbing and heating solutions. From installation to maintenance and repair, we do everything. Contact us for details about our plumbing services.\r\n\r\nInstallation, Maintenance and Repair - Residential & Commercial. (Plumbing & Heating) less...', 5, '22444 72 Ave, Langley, BC V2Y 2K4, Canada', '49.13044379999999', '-122.6017257', 5, 0, 'blue-moon-plumbing-heating', 'Langley', 'British Columbia', 'CA', NULL, '604-539-4983', '2023-01-24 13:11:27', '2023-01-24 13:11:27'),
(175, 'South Surrey Plumbing LTD', 'MP Plumbing and Heating provides full-service plumbing solutions to clients in Langley. No matter how small or how large your plumbing problem, we\'ve got a fix for you. Call us to schedule a visit.\r\n\r\nWhether you have leaky pipes, or your hot water is barely lukewarm, the team at MP Plumbing and Heating can get it done right the first time. Our plumbers serve residential and commercial clients throughout the Langley and Surrey areas. We specialize in hot water tanks, property management, water pipe replacement and more. We offer 24-hour emergency service, so we can be there whenever you need a plumber. Call us today to schedule service and receive a free quote. less...', 5, '2940 King George Blvd, Surrey, BC V4P 0E4, Canada', '49.05581549999999', '-122.8050079', 5, 0, 'south-surrey-plumbing-ltd', 'Surrey', 'British Columbia', 'CA', NULL, '604-607-1059', '2023-01-24 13:14:25', '2023-01-24 13:14:25'),
(176, 'Doty Plumbing & Heating', 'Looking for an experienced plumbing and heating team in the Delta area? Doty Plumbing & Heating are a bonded, certified and insured company backed with over 36 years experience. Give us a call for an estimate today.', 5, '70 Diefenbaker Wynd, Delta, BC V4M 3X3, Canada', '49.003529', '-123.0727535', 5, 0, 'doty-plumbing-heating', 'Delta', 'British Columbia', 'CA', NULL, '604-319-4961', '2023-01-24 13:17:50', '2023-01-24 13:17:50'),
(177, 'Hundal Bros Plumbing & Heating Ltd', 'Hundal Bros. Plumbing and Heating is a full service company built on reliability and trust. We are highly recommended offering professional plumbing, heating, sprinklers and gas services to commercial and residential clientele. We have a combined 40 years of experience, and are highly qualified in all aspects of plumbing and heating services. We specialize in projects for homeowners, contractors, small and large new construction projects and property management companies. Recognized for providing quality, trusted and superior services to our diverse clientele throughout the Lower Mainland. We are committed to continually upgrading our product and industry knowledge, practices and technology. We also strive to be environmentally friendly and implement green, sustainable practices. We provide free estimates for all new construction jobs. All work is fully guaranteed. We are fully insured and bonded. For your future needs, please contact our friendly, professional staff. less.', 5, '110-8299 129 St, Surrey, BC V3W 0A6', NULL, NULL, 5, 0, 'hundal-bros-plumbing-heating-ltd', NULL, NULL, NULL, NULL, '604-594-9676', '2023-01-24 13:23:03', '2023-01-24 13:23:03'),
(178, 'Goldstein Plumbing & Gas', 'Your emergency is our priority\" - We specialize in service, repairs, installations.', 5, '14955 60 Ave, Surrey, BC V3S 1R8', '49.1119778', '-122.8076147', 5, 0, 'goldstein-plumbing-gas', 'Surrey', 'British Columbia', 'CA', NULL, '604-217-8992', '2023-01-24 13:31:49', '2023-01-24 13:31:49'),
(179, 'Hilltop Plumbing and Heating 2016', 'Hilltop Plumbing & Heating Ltd. is a licensed, bonded and insured plumbing and gas fitting company, proudly serving the White Rock and New Westminster area for over 45 years. Our famous rubber ducky logo on our service vans can be spotted all over White Rock and New Westminster.', 5, '1341 Johnston Rd, White Rock, BC V4B 3Z3, Canada', '49.02648129999999', '-122.8014014', 5, 0, 'hilltop-plumbing-and-heating-2016-1', 'White Rock', 'British Columbia', 'CA', NULL, '604-330-3193', '2023-01-24 13:48:41', '2023-01-24 13:48:41'),
(180, 'HS Plumbing', 'HS Plumbing has successfully and proudly managed numerous renovations and construction projects in Surrey and the surrounding area. No matter the size of your project, the experienced professionals at HS Plumbing will plan, design, construct, and maintain your project.', 5, '15432 16A Ave, Surrey, BC V4A 1T3, Canada', '49.0318424', '-122.795193', 5, 0, 'hs-plumbing', 'Surrey', 'British Columbia', 'CA', NULL, '604-808-3655', '2023-01-24 13:55:19', '2023-01-24 13:55:19'),
(181, 'Papa Plumbing & Heating Ltd', 'Residential and commercial plumbing, heating and drainage... No job is to big or small. We specialize in emergency furnace and hot water tank replacements. Serving all areas of the Lower Mainland and Fraser Valley', 5, 'Langley, BC, Canada', '49.1041779', '-122.6603519', 5, 0, 'papa-plumbing-heating-ltd', 'Langley', 'British Columbia', 'CA', NULL, '604-533-1516', '2023-01-24 13:58:49', '2023-01-24 13:58:49'),
(182, 'Good Guys Heating Cooling & Plumbing', 'Searching for a quality heating contractor in the Surrey area? Call the team at Good Guys Heating Cooling & Plumbing. We can repair and install your air conditioning systems, furnaces, boilers and hot water heaters, gas fireplaces, toilets, taps, sinks, plumbing systems and more.', 5, '12981 80 Ave, Surrey, BC V3W 3B1, Canada', '49.1484213', '-122.8636301', 5, 0, 'good-guys-heating-cooling-plumbing', 'Surrey', 'British Columbia', 'CA', NULL, '604-466-3489', '2023-01-24 14:02:35', '2023-01-24 14:02:35'),
(183, 'Danne & Sons Plumbing & Heating', 'We are a family owned and operated company that has been in business for over 50 years. We strive to ensure that all of our customers - residential and commercial - are 100% satisfied.', 5, '8225 144a St, Surrey, BC V3S 2X9, Canada', '49.1522959', '-122.8223433', 5, 0, 'danne-sons-plumbing-heating-1', 'Surrey', 'British Columbia', 'CA', NULL, '604-549-0362', '2023-01-24 14:05:19', '2023-01-24 14:05:19'),
(184, 'Garry Richard\'s Water Heaters Only', 'For over 40 years, Garry Richard’s Water Heaters Only has specialized in residential water heater repair, replacement and installation in Abbotsford and the Tri-Cities area. Our team is fully insured, licensed and bonded, and are trained to service all makes and models of water heaters.', 5, '32914 Harwood Pl, Abbotsford, BC V2S 7C1, Canada', '49.0729991', '-122.3129557', 5, 0, 'garry-richards-water-heaters-only', 'Abbotsford', 'British Columbia', 'CA', NULL, '604-532-0093', '2023-01-24 14:09:16', '2023-01-24 14:09:16'),
(185, 'Sunrise Plumbing and Heating', 'Don’t panic if you come home to find a leaky faucet or a clogged pipe, just call the professional team at Sunrise Plumbing and Heating. Based in Surrey, we offer plumbing maintenance services for home and business owners throughout the Lower Mainland. Our plumbers will find the problem and solve it', 5, '6234 152A St, Surrey, BC V3S 5X5, Canada', '49.1160369', '-122.7997136', 5, 0, 'sunrise-plumbing-and-heating', 'Surrey', 'British Columbia', 'CA', NULL, '604-343-2414', '2023-01-24 14:12:16', '2023-01-24 14:12:16'),
(186, 'Paul Davis Greater Vancouver', 'Paul Davis Systems is a full-service disaster restoration provider, servicing the Greater Vancouver area. We restore property and contents damaged by fire, flood, wind and bio hazards, among many other perils. The health and safety of our customers and employees is our highest priority.', 5, '6984 Palm Ave, Burnaby, BC V5J 4M3, Canada', '49.2199232', '-122.9862199', 5, 0, 'paul-davis-greater-vancouver', 'Burnaby', 'British Columbia', 'CA', NULL, '604-260-7862', '2023-01-24 14:15:45', '2023-01-24 14:15:45'),
(188, 'Modern Drainage Ltd', 'COVID19 Update: As we are all feeling the effects of the COVID-19 pandemic, we at Modern Drainage Ltd. want you to know where we stand when it comes to our service to our community. If you\'re a homeowner or a property manager with a water, sewer or drainage issue, we\'re here for you', 5, '165 Amherst Ave, North Vancouver, BC V7H 1S5, Canada', '49.3045457', '-123.0189232', 5, 0, 'modern-drainage-ltd', 'North Vancouver', 'British Columbia', 'CA', NULL, '604-359-5730', '2023-01-24 14:30:45', '2023-01-24 14:30:45'),
(190, 'Pipe Rite Mechanical', 'At Pipe Rite Mechanical our professional technicians are fully licensed and insured plumbers. We pride ourselves in our technicians professionalism, quality, and customer service. Trust in us to provide you with plumbing services that you can count on. We arrive on time, maintain a clean work space.', 5, 'Beverly Drive, Surrey, BC V3V 1W3', NULL, NULL, 5, 0, 'pipe-rite-mechanical', NULL, NULL, NULL, NULL, '604-513-2548', '2023-01-24 15:44:49', '2023-01-24 15:44:49'),
(191, 'Pipe Rite Mechanical', 'At Pipe Rite Mechanical our professional technicians are fully licensed and insured plumbers. We pride ourselves in our technicians professionalism, quality, and customer service. Trust in us to provide you with plumbing services that you can count on. We arrive on time, maintain a clean work space', 5, 'Beverly Drive, Surrey, BC V3V 1W3', NULL, NULL, 5, 0, 'pipe-rite-mechanical-1', NULL, NULL, NULL, NULL, '604-513-2548', '2023-01-24 15:47:15', '2023-01-24 15:47:15'),
(192, 'Pacific Western Plumbing & Drainage', 'Quick service for a reasonable price and a desire for you to be happy with our work is what sets Pacific Western Plumbing & Drainage apart. Serving the Fraser Valley, our plumbing services include camera inspections, leak troubleshooting, water heater repair and installation, sewer and water main excavation, wet basement repairs and bathroom and kitchen renovations. We guarantee our work and will beat any written quote. Contact us for more information. less...', 5, 'Pacific Western Plumbing & Drainage', NULL, NULL, 5, 0, 'pacific-western-plumbing-drainage', NULL, NULL, NULL, NULL, '778-928-7586', '2023-01-25 12:04:02', '2023-01-25 12:04:02'),
(193, 'Process Plumbing & Heating Ltd', 'Trust the process - Certified professionals who are experienced in maintenance and repair of all plumbing and heating systems.', 5, '8510 152 St, Surrey, BC V3S 3N1, Canada', '49.15762460000001', '-122.8010627', 5, 0, 'process-plumbing-heating-ltd', 'Surrey', 'British Columbia', 'CA', NULL, '604-396-3300', '2023-01-25 12:07:29', '2023-01-25 12:07:29'),
(194, 'McRae\'s Septic Tank Service (Fraser Valley) Ltd', 'McRae\'s Septic Tank Service will come and empty your septic tank thus allowing many years of use without problems with your drain field. We also clean out your soap and distribution boxes as well as cleaning the actual drainage field and providing enzyme treatments. Group rates are available if others in your neighbourhood get theirs emptied at the same time. We can offer a computer maintenance recall program as a preventative maintenance measure. Just bought your home and don\'t know where your tank or septic field is? No problem, we have and electronic locater for tanks and sewer lines. McRae\'s offers combination vacuum & high pressure cleaning units for municipal, storm and sanitary sewer lines and catch basins. Need to remove excess water from underground work areas? We will be there before your work crews show up, saving you time and money. We offer street sweeping and catch basin cleaning to commercial and industrial sites, cities, municipalities and residential properties. less...', 5, '28944 Downes Rd, Abbotsford, BC V4X 1S3, Canada', '49.0745047', '-122.4215421', 5, 0, 'mcraes-septic-tank-service-fraser-valley-ltd', 'Abbotsford', 'British Columbia', 'CA', NULL, '604-607-3614', '2023-01-25 12:11:39', '2023-01-25 12:11:39'),
(195, '911 Plumbing Heating Drainage Ltd', 'Do you need urgent plumbing or heating repairs at your Kelowna home or business? Call the team at 911 Plumbing Heating Drainage Ltd. to the rescue. We are available 24/7 for residential and commercial clients and guarantee all of our work. Check out our website to see our special offers for the summer. Call today! less...', 5, '382 Okaview Rd, Kelowna, BC V1W 4K3', NULL, NULL, 5, 0, '911-plumbing-heating-drainage-ltd', NULL, NULL, NULL, NULL, '778-760-5636', '2023-01-25 12:16:25', '2023-01-25 12:16:25'),
(196, 'Trans Canada Trenchless Ltd', 'Trans Canada Trenchless Ltd. is a full service underground trenchless utility construction contractor providing unparalleled service and deliverance. Using our industry leading horizontal directional drilling experience and methodology we provide top tier trenchless solutions for clients in the construction, oil and gas and underground utility industries. less...Trans Canada Trenchless Ltd', 5, 'Langley, BC V1M 4B1', NULL, NULL, 5, 0, 'trans-canada-trenchless-ltd', NULL, NULL, NULL, NULL, '604-888-1848', '2023-01-25 12:23:09', '2023-01-25 12:23:09'),
(197, 'Riverside Heating & Plumbing', 'Riverside Heating & Plumbing is a family-operated, full-service contractor providing 24/7 service for heating, plumbing and drain cleaning in communities throughout the lower mainland, from West Vancouver and White Rock to Abbotsford and Chilliwack. Our number one priority is to keep your communities, home and businesses safe and operational by providing efficient and affordable services.\r\n\r\nFor all your heating and plumbing issues, get a free over the phone estimate by calling Riverside Heating & Plumbing today! Don’t forget to ask about our promotions and special offers! less...', 5, '20445 62 Ave, Langley, BC V3A 5E6, Canada', '49.1154567', '-122.6562416', 5, 0, 'riverside-heating-plumbing', 'Langley', 'British Columbia', 'CA', NULL, '604-513-4115', '2023-01-25 12:32:30', '2023-01-25 12:32:30'),
(198, 'GVA Plumbing & Heating', 'GVA Plumbing & Heating provides individual plumbing services to the Greater Vancouver Area. Our highly skilled team specializes in boiler repair, drain cleaning, sewer hookup and leakage repair.\r\n\r\nWe know disaster overflows at any time, which is why we have emergency plumbing, heating and drainage services in Vancouver. From water heaters to interior plumbing, our expert team has 15 years of experience handling it all. Call today and ask about our Lifetime Warranty with 100% satisfaction guaranteed. less...', 5, '1664 160th Street, Surrey, BC V4A 4X2', '49.1235751', '-122.6507613', 5, 0, 'gva-plumbing-heating', 'Langley', 'British Columbia', 'CA', NULL, '604-720-8758', '2023-01-25 12:35:55', '2023-01-25 12:35:55'),
(199, 'A & B Plumbing', 'We do complete bathroom renovations... I will work with you on design and build your bathroom that you always wanted... or update your existing bathroom... No job to small.', 5, '20360 42 Ave, Langley, BC V3A 3A7', '49.0780689', '-122.6593981', 5, 0, 'a-b-plumbing', 'Langley', 'British Columbia', 'CA', NULL, '604-514-3955', '2023-01-25 12:38:11', '2023-01-25 12:38:11'),
(200, 'Across Town Plumbing & Heating', 'Working to perfection, Across Town Plumbing & Heating is the business for you! Our customer service, combined with our pricing, is unmatched by any competitor in Vancouver, Surrey and other cities in the Lower Mainland area. We have been in business for 15 years with our owner being in the field for over 45 years, and we have a fleet of vehicles. Our loyal customers love our plumbers’ personalized treatment; it keeps them coming back to us each time a new drainage, gas pipe or hot water tank issue arises. We are red sealed and ticketed to guarantee satisfying installation, repair and inspection services with loyalty and integrity. In line with our mission of providing unmatched service at a competitive price, we offer an array of plumbing and heating services to commercial, residential and industrial properties. We do all types of gas piping, hot water tank and drain cleaning service, installation of shut valves and testing and inspection of backflow assembly and drainage. less...', 5, '17915 94 Ave, Surrey, BC V4N 4A1', NULL, NULL, 5, 0, 'across-town-plumbing-heating', NULL, NULL, NULL, NULL, '604-720-0423', '2023-01-25 12:44:29', '2023-01-25 12:44:29'),
(201, 'Main Street Plumbing', 'Want great quality work at affordable prices? We are a small and efficient Vancouver plumbing company. Because of this we have very few overhead costs and pass the savings to our customers. Unlike many other Vancouver plumbing companies, we have no hidden fees and our pricing is upfront. We\'re always on time and clean up after ourselves when we leave. Check out our website for monthly specials. Give us a call, you wont be disappointed.\r\n\r\nWhen you\'re dealing with Main Street Plumbing, you\'re in the best of hands. Our core team members of our operation keep it running as smoothly as your plumbing systems will after we come install them. Over the years, we have progressed in our success with professionalism, integrity, honesty and our dedication to taking pride in our workmanship. With confidence, we guarantee our workmanship. For your convenience, we offer emergency service and for your protection, we are fully insured and have a staff made up of Red Seal certified and experienced plumbers. less...', 5, '966 W 14th Ave, Vancouver, BC V5Z 1R4, Canada', '49.2585136', '-123.1260467', 5, 0, 'main-street-plumbing', 'Vancouver', 'British Columbia', 'CA', NULL, '604-968-5123', '2023-01-25 12:53:15', '2023-01-25 12:53:15'),
(202, 'Murrayville Plumbing', 'Has your home plumbing got you feeling stuck? If so, let Murrayville Plumbing in Langley step in and help get things flowing for you. We are a locally owned-and-operated business that can assist you with a variety of plumbing and mechanical needs. Our work is fully insured by Westland Insurance and covered by WorkSafe BC. For more information, give us a call today, and ask about our senior citizens’ discount. less...', 5, 'Langley, BC V2Z 1B6', NULL, NULL, 5, 0, 'murrayville-plumbing', NULL, NULL, NULL, NULL, '778-888-6451', '2023-01-25 12:57:36', '2023-01-25 12:57:36'),
(203, 'BC Best Plumbing & Heating Ltd', 'BC Best Plumbing & Heating Ltd provides fast and reliable repairs, servicing, and new construction for all your heating and plumbing needs. Call us in Surrey!\r\n\r\nWhether you’re constructing a new building or doing renos, BC Best Plumbing & Heating Ltd is here to help. Our HVAC contractors and more...', 5, '12842 Carluke Crescent, Surrey, BC V3V 6R4, Canada', '49.1657407', '-122.863228', 5, 0, 'bc-best-plumbing-heating-ltd', 'Surrey', 'British Columbia', 'CA', NULL, '604-354-5584', '2023-01-25 13:01:25', '2023-01-25 13:01:25'),
(204, 'Unclog.it', 'Unclog.it may be a whole new kind of plumbing company—one that is devoted to making its full range of products and services instantly accessible through the Internet. Unclog.it provides full-service plumbing, heating, and drain cleaning solutions for our customers. We are available 24 hours for emergency flood situations.\r\n\r\nThe company’s foundation rests on solid plumbing know-how, and a wealth of experience serving clients in the Vancouver area. Unclog.it was founded by Andrew Henderson, a distinguished plumbing professional and business owner who has worked with home and business owners throughout British Columbia, for many years. Henderson and his team of plumbers are excited to offer a brand new, peerlessly simple way for Vancouver residents to obtain quality plumbing services. And that’s why more and more Vancouverites are coming to choose the unique unclog.it model—because there is just no easier way to get quality plumbing services. You can book a plumbing appointment, from the comfort of your home computer or your mobile device. Unclog.it proudly offers a plumbing report system that allows clients to view photos and notes in real time as the job is completed. All pricing information is laid out ahead of time, and you never have to pick up a phone to have the plumber dispatched. less...', 5, '20821 Fraser Hwy # 47, Langley, BC V3A 4G7, Canada', '49.1027379', '-122.6454008', 5, 0, 'unclogit', 'Langley', 'British Columbia', 'CA', NULL, '1-800-604-0631', '2023-01-25 13:10:16', '2023-01-25 13:10:16'),
(205, 'Accolade Plumbing & Heating', 'Accolade Plumbing and Heating experts are dedicated to the customer, knowing that a job done right saves our customers time, money, and stress. Our mission is to provide customers with high quality, high value services to satisfy all plumbing, heating, and installation. We at Accolade Plumbing and Heating are not just your regular plumbers. We don’t strive to reach 10,000 customers. Our goal is plumbing quality not the quantity of customers or appointments we can make. Everyday, our experts strive to satisfy customers and build relationships. Only through the strength of a relationship we can truly understand the needs of our customers and satisfy them more efficiently and effectively. We are upfront and honest with our customers; we don’t promise our customers that there will never be a warranty issue; what we do promise is high quality work and our dedication to making things right should our customers experience an issue. less...', 5, 'Accolade Plumbing & Heating', NULL, NULL, 5, 0, 'accolade-plumbing-heating', NULL, NULL, NULL, NULL, 'Phone Number  778-68', '2023-01-25 13:14:10', '2023-01-25 13:14:10'),
(206, 'BC Plumbing Heating', '24/7 Service --- BC Plumbing & Heating is the Lower Mainland\'s favourite plumbing company. Our plumbers have been there for home and business owners for years providing the best plumbing service in the area. We provide all of our customers with free quotes before starting on any job. This ensures that nobody is left uncertain on what the final price may be at the end of the project. BC Plumbing & Heating\'s mission is to provide Lower Mainland residents with the very best workmanship at the most affordable prices. Our plumbers take pride in all of their work and will stop at nothing short of perfection.\r\n\r\nWe provide installation of new toilets, sinks & garburators --- New bathroom and basement rough in --- Kitchen Sink removal and replacement --- Upgrades to Kitchen Faucets, Bath Faucets, Hand sinks, kitchen sinks, bath sinks,Toilets,Dishwashers & Appliances. --- Sump pump replacing --- Water Heater repairs. --- less...', 5, '6775 125 St, Surrey, BC V3W 1N7', NULL, NULL, 5, 0, 'bc-plumbing-heating', NULL, NULL, NULL, NULL, '604-243-6944', '2023-01-25 13:17:30', '2023-01-25 13:17:30'),
(207, 'RW Plumbing and Heating', 'Since 1972, RW Plumbing, Heating & Gas Ltd. has provided customers in Langley and surrounding areas with high quality workmanship. We offer a complete job from breaking ground to installation of fixtures and all work in between in our specialty area of custom plumbing design. Give your locally-owned partners a call today to get an estimate.\r\n\r\nWhether you need a new hot water tank or boiler replacement, we are your one-stop shop for plumbing and heating needs. We also provide a complete job with hot water heating from gas pipe and low voltage wiring to mounting thermostats. Our professionals have helped Langley area residents plan, design and install kitchens and bathrooms. We also do small commercial construction as well. Get an estimate from our team today!', 5, '5-20187, 68 Ave, Langley, BC V2Y 0L6', NULL, NULL, 5, 0, 'rw-plumbing-and-heating', NULL, NULL, NULL, NULL, '604-512-2932', '2023-01-25 13:20:34', '2023-01-25 13:20:34'),
(208, 'CPR Plumbing and Heating Inc', 'CPR Plumbing and Heating is a locally-owned plumbing company, helping the people of Langley and the surrounding area with all their plumbing needs. Bobby specializes in plumbing, hot water tanks & renovations. Call now! 778-242-3865', 5, 'Langley, BC V2Y 1B4', NULL, NULL, 5, 0, 'cpr-plumbing-and-heating-inc', NULL, NULL, NULL, NULL, '778-242-3865', '2023-01-25 13:22:50', '2023-01-25 13:22:50'),
(209, 'Lower Mainland H20 Works Mechanical LTD', 'Whether it be your bathroom, kitchen, water heater (tankless), leaky faucets, gas fitting, water lines, pipe leaks or any other plumbing problem, our team is here to take care of it. Our professional team provides agile service in repairing and installation of boilers, heat pump, tankless hot water, natural gas and electric systems. Got any clogged or broken drains? Our team of experts can unblock or repair them in very short time. We can deal with any type of drain and sewer issues (like: tree root intrusion). Give us a call today!', 5, '8808 132B St, Surrey, BC V3V 7W3', NULL, NULL, 5, 0, 'lower-mainland-h20-works-mechanical-ltd', NULL, NULL, NULL, NULL, '604-594-8000', '2023-01-25 13:27:28', '2023-01-25 13:27:28'),
(210, 'Akal Plumbing & Heating Ltd', 'Akal Plumbing and Heating in Surrey provides customers with a full range of plumbing services on both existing and new plumbing systems. From simple plumbing repairs to major plumbing services and kitchen and bathroom installations and renovations, we have the talent and experience to do the job right. We know prompt and reliable service is important to you and that\'s what we deliver. Call Akal Plumbing and Heating for more information.', 5, '111-13035 84 Ave, Surrey, BC V3W 1B3', NULL, NULL, 5, 0, 'akal-plumbing-heating-ltd', NULL, NULL, NULL, NULL, '604-594-1311', '2023-01-25 13:29:05', '2023-01-25 13:29:05'),
(211, 'Hilltop Plumbing & Heating Ltd', 'Hilltop Plumbing & Heating Ltd. is a licensed, bonded and insured plumbing and gas fitting company, proudly serving the White Rock and New Westminster area for over 45 years. Our famous rubber ducky logo on our service vans can be spotted all over White Rock and New Westminster. We at Hilltop Plumbing strive to meet all your plumbing needs, with competitive prices and guaranteed service. Whether you are in need for new installation, renovation, regular repair, or encounter an emergency, our experienced, licensed plumbers and licensed gas fitters at Hilltop Plumbing can answer all of your residential and commercial needs. We offer a full range of plumbing, heating and drain cleaning services both residential and commercial. Trusted for over four decades, we have been providing plumbing & heating solutions, backed up by our guaranteed workmanship and parts warranty. Please call us today and let us know how we may be of service to you', 5, '1341 Johnston Rd, White Rock, BC V4B 3Z3', NULL, NULL, 5, 0, 'hilltop-plumbing-heating-ltd', NULL, NULL, NULL, NULL, '604-536-5545', '2023-01-25 13:31:17', '2023-01-25 13:31:17'),
(212, 'GVA Plumbing & Heating', 'GVA Plumbing & Heating provides individual plumbing services to the Greater Vancouver Area. Our highly skilled team specializes in boiler repair, drain cleaning, sewer hookup and leakage repair.\r\n\r\nWe know disaster overflows at any time, which is why we have emergency plumbing, heating and drainage services in Vancouver. From water heaters to interior plumbing, our expert team has 15 years of experience handling it all. Call today and ask about our Lifetime Warranty with 100% satisfaction guaranteed.', 5, '1664 160th Street, Surrey, BC V4A 4X2', NULL, NULL, 5, 0, 'gva-plumbing-heating-1', NULL, NULL, NULL, NULL, '604-720-8758', '2023-01-25 14:16:41', '2023-01-25 14:16:41'),
(213, '604 Plumbing Services Ltd', '604 Plumbing Services Ltd is located in Langley, British Columbia. This company solves a wide range of issues from boiler/hot water tank installations and replacements, re-piping, appliance hook-ups, leak detection, tenant improvements, and custom home builds and renovations, to name a few. Expect a fair price, excellent customer service, and for your work to be completed efficiently and on time. Our team is professional, polite and will treat your home or site with respect and care.\r\n\r\nThe plumbing and heating industry is constantly evolving with newer and more efficient products and materials- 604 Plumbing Services Ltd in Langley stays current with the newest technology and we are always looking to increase our knowledge. Feel confident that you are working with true professionals that not only know what they\'re doing, but LOVE what they\'re doing too!', 5, '19906 35 Ave, Langley, BC V3A 2P8', NULL, NULL, 5, 0, '604-plumbing-services-ltd', NULL, NULL, NULL, NULL, '604-842-7324', '2023-01-25 14:21:45', '2023-01-25 14:21:45'),
(214, 'NBD Mechanical Inc', 'Our licensed plumbers are on call 24/7 to solve any issue before costly damages occur. So when a plumbing issue arises, rest easy. Count on the friendly plumbers from NBD Mechanical Inc to quickly solve your problems.\r\n\r\nYour time is important to us! That\'s why we carry tonnes of parts in our trucks so we can serve you better! Our parts are from trusted suppliers like Moen and Delta. So whatever your need, we can accommodate you right away', 5, '3643 254 St, Aldergrove, BC V4W 2R3', NULL, NULL, 5, 0, 'nbd-mechanical-inc', NULL, NULL, NULL, NULL, '778-389-1902', '2023-01-25 14:25:15', '2023-01-25 14:25:15'),
(215, 'SJS Plumbing & Mechanical Ltd', 'We offer the best quality Plumbing and heating services across the Lower Mainland. We grantee a high quality of service, on time, at the most reasonable rate. We have experience serving both residential and commercial services. Call us for a free estimate today! Friendly & reliable service - Satisfaction guaranteed! less...', 5, '10982 139A St, Surrey, BC V3R 3E5', NULL, NULL, 5, 0, 'sjs-plumbing-mechanical-ltd', NULL, NULL, NULL, NULL, '604-825-4530', '2023-01-25 14:30:26', '2023-01-25 14:30:26'),
(216, 'Pioneer Plumbing and Heating Inc', 'Throughout the lower mainland, Pioneer Plumbing and Heating is ready to provide all of your plumbing heating needs since 1976. With our fully licensed and experienced tradesmen we are confident we can exceed your expectations with our quick, reliable, and professional same day service. We service the areas of Vancouver, Richmond, North Vancouver, West Vancouver, Delta, Coquitlam, Burnaby, Anmore, Port Coquitlam,White Rock, Maple Ridge, Pitt Meadows, Port Moody, Abbotsford, Surrey, Langley, New Westminster, Langley Township, Langley City \"Big enough to get the job done, Small enough to care\"', 5, '626 Kingsway, Vancouver, BC V5T 3K4', NULL, NULL, 5, 0, 'pioneer-plumbing-and-heating-inc', NULL, NULL, NULL, NULL, '604-872-4946', '2023-01-25 14:36:10', '2023-01-25 14:36:10'),
(217, '626 Kingsway, Vancouver, BC V5T 3K4', 'MMI Plumbing & Heating is a business located in Whistler, British Columbia that provides plumbing and heating repair and installation services in the area. Don’t hesitate to contact us if you wish to obtain further information regarding our range of services, or to schedule an appointment.', 5, '4-2028 Innsbruck Dr, Whistler, BC V8E 0B5', NULL, NULL, 5, 0, '626-kingsway-vancouver-bc-v5t-3k4', NULL, NULL, NULL, NULL, '604-966-1361', '2023-01-25 14:38:54', '2023-01-25 14:38:54'),
(218, 'Jeff\'s Plumbing', 'I have always believe in doing a quality job, with exceptional customer service.. I started out my career in the customer service industry and have always valued my customer. I offer a fair price, prompt service, my knowledge and experiences with an explanation of services rendered. I do high quality installations with a sense of pride like each home is my own. I am in my 10th year, in the plumbing trade, 5th year certified and 2nd year with my own company. I have met and had success with every plumbing challenge that has come along. Jeff\'s Plumbing is expanding through these ideals with repeat business and referrals from very satisfied clients. I have also built a network of other quality tradesmen, I can recommend for other aspects of your project. I look forward to giving you, your dream kitchen or the bathroom you have always wanted in your home, with affordable prices..', 5, '56-35287 Old Yale road, Abbotsford, BC V3G 8H5', NULL, NULL, 5, 0, 'jeffs-plumbing', NULL, NULL, NULL, NULL, '604-306-7951', '2023-01-25 14:42:36', '2023-01-25 14:42:36'),
(219, 'MRV Marine S', 'MRV Marine is a locally owned and operated Greater Vancouver BC boat repair shop and mobile maintenance service company. We specialize in fiberglass repair, refinishing, gel coat, painting, detailing and restoration. MRV is conveniently located off Highway #1 and Golden Ears Way in the Port Kells Surrey / Langley BC area. We also provide onsite mobile service for the Lower Mainland and Fraser Valley.\'', 5, '17832 96th Avenue, Surrey, BC V4N 4A7', NULL, NULL, 5, 0, 'mrv-marine-s', NULL, NULL, NULL, NULL, '778-858-3202', '2023-01-25 14:44:58', '2023-01-25 14:44:58'),
(220, 'Stuart Plumbing and Heating Ltd', 'Stuart Plumbing and Heating Ltd. is a family owned company focusing on residential and commercial plumbing and heating. We proudly serve Vancouver and the Fraser Valley and are dedicated to providing quality, reliable and timely plumbing and heating services. We are licensed, bonded, and insured.\r\n\r\nWhy Stuart Plumbing and Heating Ltd.? We arrive on time! No waiting around during a 4 hour arrival window. Our arrival window of 30 minutes is a cut above industry benchmarks. We leave your house the way we found it! Absolutely no garbage or debris to clean up after we are gone. We provide 24-hour emergency service! We understand that some problems need immediate service and cannot wait! We are available 24/7 during these emergency circumstances. We offer a 10% discount on labour for seniors (60+), and we are family owned and local! l', 5, '310-15313 19 Ave, Surrey, BC V4A 6R8', NULL, NULL, 5, 0, 'stuart-plumbing-and-heating-ltd', NULL, NULL, NULL, NULL, '604-807-5178', '2023-01-25 14:49:31', '2023-01-25 14:49:31'),
(221, 'Ocean Park Plumbing and Heating', 'Offering heating and drainage installation and service for both residential and commercial customers in the White Rock, South Surrey and surrounding areas.', 5, '14777 Upper Roper Ave, White Rock, BC V4B 2E1', NULL, NULL, 5, 0, 'ocean-park-plumbing-and-heating', NULL, NULL, NULL, NULL, '604-614-6550', '2023-01-25 14:52:54', '2023-01-25 14:52:54'),
(222, 'Waterline Plumbing Ltd.', 'Waterline Plumbing Ltd. is “The North Shore\'s Most Trusted Plumbers”, located in North Vancouver and serving the greater Vancouver area with complete plumbing, heating, gas and emergency services.', 5, '2511 Boswell Avenue, North Vancouver, BC V7H 1L8', NULL, NULL, 5, 0, 'waterline-plumbing-ltd', NULL, NULL, NULL, NULL, '778-869-2902', '2023-01-27 11:32:15', '2023-01-27 11:32:15'),
(223, 'Good Guys Heating Cooling & Plumbing Ltd', 'Searching for a quality heating contractor in the Surrey area? Call the team at Good Guys Heating Cooling & Plumbing. We can repair and install your air conditioning systems, furnaces, boilers and hot water heaters, gas fireplaces, toilets, taps, sinks, plumbing systems and more. Call us for an estimate today.\r\n\r\nWe employ licensed, professional gasfitters, refrigeration technicians, and plumbers who receive regular training. This ensures that they can diagnose your problem as quickly as possible and fix it right the first time. less...', 5, 'White Rock, BC', '49.0253085', '-122.802962', 5, 0, 'good-guys-heating-cooling-plumbing-ltd', 'White Rock', 'British Columbia', 'CA', NULL, '604-535-8221', '2023-01-27 11:47:40', '2023-01-27 11:47:40'),
(224, 'Good Guys Heating Cooling & Plumbing Ltd', 'Searching for a quality heating contractor in the Surrey area? Call the team at Good Guys Heating Cooling & Plumbing. We can repair and install your air conditioning systems, furnaces, boilers and hot water heaters, gas fireplaces, toilets, taps, sinks, plumbing systems and more. Call us for an estimate today.\r\n\r\nWe employ licensed, professional gasfitters, refrigeration technicians, and plumbers who receive regular training. This ensures that they can diagnose your problem as quickly as possible and fix it right the first time. less...', 5, 'Surrey', NULL, NULL, 5, 0, 'good-guys-heating-cooling-plumbing-ltd-1', NULL, NULL, NULL, NULL, '604-535-4695', '2023-01-27 12:01:30', '2023-01-27 12:01:30'),
(225, 'Stefano\'s Plumbing', 'STRATA PLUMBING SPECIALIST With Over 19 years of plumbing experience, 10 years in the flood & fire restoration Industry, Stefano’s Plumbing & Drain Cleaning is an owner operated, fully licensed and insured. When you hire Stefano’s plumbing you will get a knowledgeable Red Seal plumber with premium experience. Stefano’s Plumbing & Drain Cleaning believes in quality and honesty. Stefanos Plumbing & Drain Cleaning doesn’t only install the plumbing the way it was, Stefanos Plumbing & Drain Cleaning will install the plumbing better then it was and also makes sure it done correctly by following up to date plumbing codes and procedures.', 5, 'Surrey, BC V3T 5X9', NULL, NULL, 5, 0, 'stefanos-plumbing', NULL, NULL, NULL, NULL, '604-908-9580', '2023-01-27 12:03:39', '2023-01-27 12:03:39'),
(226, 'Stefano\'s Plumbing', 'STRATA PLUMBING SPECIALIST With Over 19 years of plumbing experience, 10 years in the flood & fire restoration Industry, Stefano’s Plumbing & Drain Cleaning is an owner operated, fully licensed and insured. When you hire Stefano’s plumbing you will get a knowledgeable Red Seal plumber with premium experience. Stefano’s Plumbing & Drain Cleaning believes in quality and honesty. Stefanos Plumbing & Drain Cleaning doesn’t only install the plumbing the way it was, Stefanos Plumbing & Drain Cleaning will install the plumbing better then it was and also makes sure it done correctly by following up to date plumbing codes and procedures.', 5, 'Surrey, BC V3T 5X9', NULL, NULL, 5, 0, 'stefanos-plumbing-1', NULL, NULL, NULL, NULL, '604-908-9580', '2023-01-27 12:03:42', '2023-01-27 12:03:42'),
(227, 'Langley Home Plumbing & Heating', 'At Langley Home Plumbing, we make plumbing, heating and drain cleaning simple and hassle free. We offer the highest skills and service at the lowest possible prices. Langley Home Plumbing specializes in highly personalized plumbing, heating, and gas solutions custom designed specifically for you and your own unique house, apartment or townhouse. We are dedicated to taking the fear out of plumbing for homeowners. As our customer, your needs are our only focus. When you call with a problem we are here to HELP you, not to take advantage of your situation. There\'s nothing we love more than when a previous customer calls back with a new project - knowing we have conquered their fear by making them look forward to our next visit. This is our aim with with every call. Join us today! less...', 5, '47-20821 Fraser Hwy, Langley, BC V3A 0B6', NULL, NULL, 5, 0, 'langley-home-plumbing-heating', NULL, NULL, NULL, NULL, '604-868-6843', '2023-01-27 12:05:30', '2023-01-27 12:05:30'),
(228, 'MBBS Plumbing & Heating Ltd', 'At MBBS Plumbing & Heating Ltd., we offer plumbing and heating services to Surrey and the surrounding areas for both residential and commercial clients. We specialize in faucet repairs, clogged drains, water heater repairs, gas installations and more.\r\n\r\nIf you are in need of a plumber in the Surrey area, then look no further! MBBS Plumbing & Heating Ltd. provides plumbing services for both homes and businesses. Whether you have a water leak that needs quick attention or you are in need of general pipe cleaning, we will get the job done fast and affordably. In addition to plumbing, we also offer heating service and repairs. Contact us today!..', 5, '13859 66 Ave, Surrey, BC V3W 9L6, Canada', '49.12319549999999', '-122.8382739', 5, 0, 'mbbs-plumbing-heating-ltd', 'Surrey', 'British Columbia', 'CA', NULL, '604-779-8427', '2023-01-27 12:08:41', '2023-01-27 12:08:41'),
(229, 'Call Scotty Plumbing & Gas', 'I\'m a red seal Plumber and Gas Fitter who is fully licensed, insured and bonded to work on your home. I offer great rates, reliable service and peace of mind. Call now for a free quote. For help at home, just Call Scotty', 5, '20200 56 Ave, Langley, BC V3A 8S1, Canada', '49.1039754', '-122.6630898', 5, 0, 'call-scotty-plumbing-gas', 'Langley', 'British Columbia', 'CA', NULL, '604-613-2929', '2023-01-27 12:10:28', '2023-01-27 12:10:28'),
(230, 'Aquabase Mechanical Ltd.', 'Aquabase Mechanical Ltd. specializes in plumbing, heating and gas.', 5, '13367 67b Ave, Surrey, BC V3W 7L8, Canada', '49.1256247', '-122.8522048', 5, 0, 'aquabase-mechanical-ltd', 'Surrey', 'British Columbia', 'CA', NULL, '604-446-0299', '2023-01-27 12:13:00', '2023-01-27 12:13:00'),
(231, 'Top-Tier Mechanical', 'Get the top-quality service you deserve with Top-Tier Mechanical, providing professional plumbing services throughout Langley and the Lower Mainland. If you are in need of a licensed and insured plumber and gas fitter with competitive rates, call today.', 5, '25660 82 Ave, Langley, BC V1M 2M8, Canada', '49.1492143', '-122.5133025', 5, 0, 'top-tier-mechanical', 'Langley', 'British Columbia', 'CA', NULL, '604-309-4336', '2023-01-27 12:14:45', '2023-01-27 12:14:45'),
(233, 'AP Plumbing & Heating Ltd.', 'AP Plumbing and Heating Ltd. (Red-Seal Certified). Call us today for all your plumbing and heating needs. Excellent service and quality work.', 5, '12468 91 Ave, Surrey, BC V3V 1C9', NULL, NULL, 5, 0, 'ap-plumbing-heating-ltd', NULL, NULL, NULL, NULL, '778-245-9477', '2023-01-27 12:38:53', '2023-01-27 12:38:53'),
(234, 'A & B Plumbing & Bathroom Renovations', 'The professionals at A & B Plumbing have a reputation in Surrey as being the contractors who listen to our customers and perform renovations right the first time. We also take pride in offering rates that few of our competitors can match', 5, 'Langley, BC V3A 3A7', NULL, NULL, 5, 0, 'a-b-plumbing-bathroom-renovations', NULL, NULL, NULL, NULL, '604-760-2041', '2023-01-27 12:40:49', '2023-01-27 12:40:49'),
(235, 'Day & Knight Plumbing & Heating Ltd', 'We offer the best quality Plumbing & Heating services across the Lower Mainland. We grantee a high quality of service, on time, at the most reasonable rate. We have experience serving both residential and commercial services. Certified from POABC (Plumbing Officials Association of BC), Certified from HVCI, Member of Heating & ventilation Committee of BC 20 Years of experience - LICENSED * INSURED * BONDED - BBB A+ rating Call us for a free estimate today!', 5, 'Surrey', NULL, NULL, 5, 0, 'day-knight-plumbing-heating-ltd', NULL, NULL, NULL, NULL, '604-825-2627', '2023-01-27 12:43:10', '2023-01-27 12:43:10'),
(236, 'Starline Mechanical', 'When Star line Mechanical Ltd. was formed we had one objective in mind, to provide quality plumbing services to the people of Surrey and lower mainland of British Columbia. Today, we can claim that we have lived up to that objective and the thousands of happy customers whom we have serviced in the last few years are proof of our claims. We are a family owned business with the mission to bringing you plumbing services at affordable rates. By serving our customers over a decade we have gained valuable experience in plumbing service which gets reflected in the array of services we provide.\r\n\r\nWe cater to both domestic and commercial projects and undertake repair and maintenance of plumbing services and installation of bathroom sanitary ware, kitchen installations, supply and repair of hot water tanks, just to name a few. We invest in high-end technology that ensures that you as a customer only get the best. Add to it our quality craftsmanship which results in every project being completed with same level of quality and within deadline. We know the value of your hard earned money and hence offer our services at extremely affordable prices. We also tailor make our services to suit your needs. Our quality service coupled with affordable price is unmatched in the industry. So be it a leaking tap, or new bathroom installation, or your kitchen renovation, we can be the answer to all your plumbing requirements. Just give us a buzz and experience our service that has made us the leading plumbing company. less...', 5, '13242 65B Ave, Surrey, BC V3W 7Y7', NULL, NULL, 5, 0, 'starline-mechanical', NULL, NULL, NULL, NULL, '604-617-2966', '2023-01-27 12:46:11', '2023-01-27 12:46:11'),
(237, 'Pacific Flow Control Ltd', 'Providing specialized, turn key flow control services such as hot tapping, dry tapping, line stopping, inline valve insertion and emergency leak repair in Western Canada for over 35 years. Pacific Flow Control is recognized as one of the industry leaders. Pacific Flow Control provides these services to the municipal, commercial, industrial, medical, oil and gas and high tech industries on a wide range of pipe, pressure vessels, fluids and gases. Our services allow for uninterrupted operation while eliminating the cost and concerns for lost product, disposal of fluids, and in the case of water, loss of fire protection. This makes your project more economical and eliminates liability. With product on hand, we provide the unique opportunity for our clients to receive next day service on standard hot taps, line stops, valve inserts and emergency leak repairs.', 5, 'Telegraph Trail, Langley, BC V1M 3E5, Canada', '49.1793679', '-122.6767953', 5, 0, 'pacific-flow-control-ltd', 'Langley', 'British Columbia', 'CA', NULL, '604-888-6363', '2023-01-27 12:49:34', '2023-01-27 12:49:34'),
(238, 'Benjamin\'s Plumbing & Heating', 'Top Quality service and installation for all your Plumbing and Heating needs. Supporting Residential and Commercial, we are a friendly, professional team, built on honesty and integrity. Licensed, bonded, insured, and covered under WorkSafeBC, We greatly look forward to becoming your trusted Plumbers.\r\n\r\nAt Benjamin\'s Plumbing and Heating our focus is on providing only top quality services. We look towards a greener future and promote the use of energy saving fixtures and equipment for residential and commercial applications. We specialize in High efficiency, hot water heating systems, hydronic heating systems, on demand hot water, re-circulating systems, gasfitting and well-planned plumbing systems paired with the right fixtures to conserve our natural resources. We also provide residential and commercial plumbing and heating related service, repairs and installations. We are a licensed, bonded and insured company, and covered under WorksafeBC. For further information on who we are and what we do, please visit our website at www.benjaminsplumbing.ca We look forward to doing business with you, and becoming your trusted Plumbers and Heating technicians.', 5, '20484 88A Ave, Langley, BC V1M 1A1', NULL, NULL, 5, 0, 'benjamins-plumbing-heating', NULL, NULL, NULL, NULL, '604-626-7613', '2023-01-27 12:51:52', '2023-01-27 12:51:52'),
(239, 'Benjamin\'s Plumbing & Heating', 'Top Quality service and installation for all your Plumbing and Heating needs. Supporting Residential and Commercial, we are a friendly, professional team, built on honesty and integrity. Licensed, bonded, insured, and covered under WorkSafeBC, We greatly look forward to becoming your trusted Plumbers.\r\n\r\nAt Benjamin\'s Plumbing and Heating our focus is on providing only top quality services. We look towards a greener future and promote the use of energy saving fixtures and equipment for residential and commercial applications. We specialize in High efficiency, hot water heating systems, hydronic heating systems, on demand hot water, re-circulating systems, gasfitting and well-planned plumbing systems paired with the right fixtures to conserve our natural resources. We also provide residential and commercial plumbing and heating related service, repairs and installations. We are a licensed, bonded and insured company, and covered under WorksafeBC. For further information on who we are and what we do, please visit our website at www.benjaminsplumbing.ca We look forward to doing business with you, and becoming your trusted Plumbers and Heating technicians.', 5, '20484 88A Ave, Langley, BC V1M 1A1', NULL, NULL, 5, 0, 'benjamins-plumbing-heating-1', NULL, NULL, NULL, NULL, '604-626-7613', '2023-01-27 12:51:53', '2023-01-27 12:51:53'),
(240, 'Summers Plumbing & Heating Ltd.', 'Let our professional and experienced contractors at J Summers Plumbing & Heating resolve all your plumbing needs. Serving the Langley area, we are your local plumbing repair and maintenance team. For more information, feel free to get in touch with us; give us call!', 5, 'Langley, BC V3A 4G7', NULL, NULL, 5, 0, 'summers-plumbing-heating-ltd', NULL, NULL, NULL, NULL, '604-510-5005', '2023-01-27 12:55:24', '2023-01-27 12:55:24');
INSERT INTO `constructions` (`id`, `title`, `description`, `category_id`, `location`, `latitude`, `longitude`, `user_id`, `featured`, `slug`, `city`, `state`, `country`, `zipcode`, `phone`, `created_at`, `updated_at`) VALUES
(241, 'Ali & Ali Plumbing & Heating', 'Ali & Ali Plumbing & Heating provides reliable, 24/7 commercial and residential plumbing and heating services. We proudly serve Surrey, BC and surrounding areas including Vancouver, Delta, Langley, Ladner and Burnaby. Whether you have a plumbing or heating emergency or need a new plumbing or heating system installed, Ali & Ali is Surrey’s choice for professional plumbing and heating services. We’re experts at finding and fixing leaks, clearing clogs, boiler and hot water tank repairs and designing new plumbing and heating systems for both residential and commercial properties. Vancouver’s business owners and homeowners have relied on Ali&Ali Plumbing & Heating to solve their plumbing and heating challenges. Our clean, uniformed, professional plumbers and heating technicians are available 24 hours a day, 7 days a week and are dedicated to locating and solving your problem quickly and effectively. Trust our 30 years of experience and training to handle your plumbing and heating needs!\r\n\r\nAli & Ali Plumbing & Heating is also a trusted name by Vancouver’s commercial and residential contractors. Our commercial services include complete design and install state-of-the-art plumbing and heating systems. Let us help you repair and install your plumbing and heating needs using the latest technology and top-quality parts. Ali & Ali Plumbing & Heating is licensed, bonded and insured. We stand by our estimates and guarantee our repair work. Contact us today for fast, efficient results. Your 100% satisfaction is our goal! less...', 5, '14-7867 120 St, Delta, BC V4C 6P6', NULL, NULL, 5, 0, 'ali-ali-plumbing-heating', NULL, NULL, NULL, NULL, '604-351-2033', '2023-01-27 13:00:16', '2023-01-27 13:00:16'),
(242, 'Water Heater Rescue', 'Water Heater Rescue is a premier web-based plumbing service company. We carry all sizes and brands of standard and tankless water heaters so we have exactly what you need, when you need it. Our certified water heater technicians specialize in providing: hot water tank repair, hot water tank replacement, custom tank & tankless water heater installation, plumbing service, leak repair, maintenance, installation and more! Check our website for details: www.waterheaterrescue.ca or call 604-628-3333 to get a free quote less...', 5, '215-47 20821 Fraser Hwy, Langley, BC V3A 0B6', NULL, NULL, 5, 0, 'water-heater-rescue', NULL, NULL, NULL, NULL, '778-241-9466', '2023-01-27 13:04:20', '2023-01-27 13:04:20'),
(243, 'Solid Gold Cleaning', 'For superior cleaning services in the Okanagan area, rely on Solid Gold Cleaning. We are a family owned and operated janitorial and maintenance company specializing in construction cleaning, lawn maintenance, commercial cleaning and general maintenance services. Call us for an estimate today or visit our website for further details. less...', 5, '1875 Grouse Crt, Kamloops, BC V2B 8S8', NULL, NULL, 5, 0, 'solid-gold-cleaning', NULL, NULL, NULL, NULL, '250-299-3002', '2023-01-27 13:06:56', '2023-01-27 13:06:56'),
(244, 'BC Plumbing Supplies', 'plumbers and plumbing contractors, plumbing', 5, '7678 132 St, Surrey, BC V3W 4M9', NULL, NULL, 5, 0, 'bc-plumbing-supplies', NULL, NULL, NULL, NULL, '778-218-2563', '2023-01-27 13:09:06', '2023-01-27 13:09:06'),
(245, 'Rotor Plumbers & Drainage Ltd', 'From hot water tanks to leaks and renovations, Rotor Plumbers & Drainage Ltd. will solve all of your plumbing and drainage problems with fast, radio dispatched, 24-hour emergency service. Serving the lower Mainland, we are licensed and insured. The qualified technicians of Rotor Plumbers & Drainage more...', 5, '11670 79A Avenue, Delta, BC V4C 6W1', NULL, NULL, 5, 0, 'rotor-plumbers-drainage-ltd-1', NULL, NULL, NULL, NULL, '604-434-9000', '2023-01-27 13:19:45', '2023-01-27 13:19:45'),
(246, 'Papa Plumbing & Heating Ltd', 'Residential and commercial plumbing, heating and drainage... No job is to big or small. We specialize in emergency furnace and hot water tank replacements. Serving all areas of the Lower Mainland and Fraser Valley', 5, 'White Rock, BC, Canada', '49.0253085', '-122.802962', 5, 0, 'papa-plumbing-heating-ltd-1', 'White Rock', 'British Columbia', 'CA', NULL, '604-598-9567', '2023-01-27 13:33:26', '2023-01-27 13:33:26'),
(247, 'Beyond Plumbing & Heating', 'Our company offers residential & commercial plumbing and heating services throughout the Lower Mainland. Professional Services include leak detection and repair, water heater replacements, disconnects & re-connects, fixture installation, heat exchangers & boilers and gas fitting. We know that opening your door to a stranger can be a little unnerving. We are committed to eliminating that unease at the same time as offering excellent professional service at a reasonable rate. Our mission is to ensure that your experience with Beyond Plumbing & Heating is above and beyond your expectations. Beyond Plumbing & Heating is a company that you will be proud to refer to your family and friends. less...', 5, 'Aldergrove, BC V4W 2T7', NULL, NULL, 5, 0, 'beyond-plumbing-heating', NULL, NULL, NULL, NULL, '604-625-8886', '2023-01-27 13:39:45', '2023-01-27 13:39:45'),
(248, 'Peace Arch Plumbing & Heating Inc', 'Todesco Plumbing continues a tradition established in the 1960\'s. We continue the tradition today with personalized service, reliability, fair rates, and most importantly satisfied customers.', 5, '4757 Gothard St, Vancouver, BC V5R 3L1', NULL, NULL, 5, 0, 'peace-arch-plumbing-heating-inc', NULL, NULL, NULL, NULL, '604-307-7677', '2023-01-27 14:38:21', '2023-01-27 14:38:21'),
(249, 'BC Best Plumbing & Heating Ltd.', 'Here at BC Best Plumbing & Heating, we offer a wide range of services ranging from plumbing to piping to heating. Also, we offer a wealth of experience. Therefore, we provide quality service at reasonable prices. For any questions or inquiries please feel free to give us a call today!', 5, 'Carluke Crescent, BC V3V 6R4', NULL, NULL, 5, 0, 'bc-best-plumbing-heating-ltd-1', NULL, NULL, NULL, NULL, '778-865-5584', '2023-01-27 14:46:08', '2023-01-27 14:46:08'),
(250, 'ASAP Plumbing & Heating Ltd', 'ASAP Plumbing & Heating Ltd. are second generation plumbers with over 25 years experience in the Lower Mainland. Over this time we have built a solid reputation for providing exceptional service with affordable pricing. We offer all round Plumbing, Heating and Gas service and installations to Commercial maintenance and more. ASAP Plumbing & Heating Ltd. is licensed, insured and bonded.', 5, '14362 Park Dr, Surrey, BC V3R 5P3', NULL, NULL, 5, 0, 'asap-plumbing-heating-ltd', NULL, NULL, NULL, NULL, '604-317-0191', '2023-01-27 14:55:34', '2023-01-27 14:55:34'),
(251, 'ASAP Plumbing & Heating Ltd', 'We are specialized in residential and commercial projects. Hundal Bros. Plumbing & Heating Ltd. provides prompt and on-time service we are fully licensed insured and trained; fully stocked service vehicles we respect your home or commercial space and our work is quaranteed. We are a family run and operated business. We take the utmost care to ensure our clients are happy and satisfied with the diverse services we offer.', 5, '8299 129 St #110, Surrey, BC V3W 0A6, Canada', '49.153318', '-122.865891', 5, 0, 'asap-plumbing-heating-ltd-1', 'Surrey', 'British Columbia', 'CA', NULL, '604-818-8535', '2023-01-27 15:02:11', '2023-01-27 15:02:11'),
(252, 'Pol-Can Drain & Plumbing Services Ltd', 'Pol-Can Drain & Plumbing Services Ltd. was established in 1994. We are professionals in our field with more than 25 years of experience. Pol-Can is a company many commercial bussiness and residencial owners in Greater Vancouver and the Lower Mainland trust.', 5, '15628 102 Ave, Surrey, BC V4N 2G4', NULL, NULL, 5, 0, 'pol-can-drain-plumbing-services-ltd', NULL, NULL, NULL, NULL, '604-951-8391', '2023-01-27 15:03:51', '2023-01-27 15:03:51'),
(253, 'Alex Mechanical', 'Alex Mechanical provides 24/7 heating & plumbing, gas fitting services as well as annual maintenance contracts an energy saving solutions. We serve both residential and commercial facilities. Our team employs latest technologies as well as traditional reliable ways to provide proper solution for every customers\' needs. Our goal is to achieve complete customers satisfaction in any cases we are dealing with. less...', 5, '15827 107A Ave, Surrey, BC V4N 1L1', NULL, NULL, 5, 0, 'alex-mechanical', NULL, NULL, NULL, NULL, '604-761-3729', '2023-01-27 15:06:44', '2023-01-27 15:06:44'),
(254, 'Dutchie\'s Plumbing & Heating', 'Residential & Commercial Plumbing Services. Hot Water Tanks, New Construction, Renovations & Repairs.\r\n\r\nHonest advice - not trying to upsell on things that are not required. 30 years of experience in all aspects of plumbing. Competitive pricing.', 5, '1192 212 St, Langley, BC V2Z 1T1', NULL, NULL, 5, 0, 'dutchies-plumbing-heating', NULL, NULL, NULL, NULL, '604-418-9501', '2023-01-27 15:12:04', '2023-01-27 15:12:04'),
(255, 'Speedy Plumbing & Rooter Service', 'Whether you have a plumbing emergency, need pipes installed in a new construction project (commercial and residential) or need help selecting and installing new, environmentally friendly fixtures - we\'re here to help! Since our inception we\'ve offered the lowest prices and best service in the area - we have the skills and expertise to do the job right! We\'re Family Owned and Operated and Service the entire Lower Mainland less...', 5, '1803 Welch St, North Vancouver, BC V7P 3A4, Canada', '49.3173189', '-123.118706', 5, 0, 'speedy-plumbing-rooter-service', 'North Vancouver', 'British Columbia', 'CA', NULL, '604-951-9701', '2023-01-27 15:15:26', '2023-01-27 15:15:26'),
(256, 'Boundary Plumbing & Heating Inc', 'You’re home feels more like a fridge with leaky pipes, turn to the professionals at Alpine Plumbing & Heating for all the help you. We provide complete HVAC services to homeowners in Surrey and throughout the surround communities.\r\n\r\nWhether you are looking to replace your old water heater or you need to repair a set of leaky pipes before the winter sets in, our team of experienced technicians can do it all. We have the kills and the equipment to complete every project correctly and as efficiently as possible. Call us today to schedule a consultation with our HVAC technicians and find the right solutions to all of your heating and plumbing issues. less...', 5, '13902 90A Ave, Surrey, BC V3V 7V1', NULL, NULL, 5, 0, 'boundary-plumbing-heating-inc', NULL, NULL, NULL, NULL, '604-817-1777', '2023-01-27 15:20:02', '2023-01-27 15:20:02'),
(257, 'National Hydronics Co', 'National Hydronics was founded in 1973 and began business as a plumbing and heating contractor working with select developers and builders in the residential high rise sector. Through many years in business, training of manpower, upgrading of systems, equipment, and primarily the skills of our workforce, Nationals Capability has expanded to encompass all areas of Mechanical Installations. We provide mechanical contracting services for projects throughout the lower mainland. less...', 5, '12178 86 Ave, Surrey, BC V3W 3H7', NULL, NULL, 5, 0, 'national-hydronics-co', NULL, NULL, NULL, NULL, NULL, '2023-01-27 15:26:36', '2023-01-27 15:26:36'),
(258, 'Kreklevich & Sons Plumbing', 'Armaur Plumbing Ltd was established in 1974. Since that time we have been installing plumbing and hot water heating systems. Our area of expertise has been in single-family housing, townhomes, condominiums, apartments and mid-rises. Armaur Plumbing employs certified journeyman and apprentices. Our goal is to supply a marketable, quality and reasonably priced product to our contractors and to maintain long lasting relationships. The strength of Armaur Plumbing has been the repeat business that we have maintained with our contractors. less...', 5, '20085 100A Ave, Langley, BC V1M 3G4', NULL, NULL, 5, 0, 'kreklevich-sons-plumbing', NULL, NULL, NULL, NULL, NULL, '2023-01-27 15:30:20', '2023-01-27 15:30:20'),
(259, 'Smooth Flow Plumbing & Heating Inc', 'Our technicians have been serving the lower mainland for over 20 years. We get the job done and we don\'t just meet expectations; we exceed them.', 5, '7820 123A St, Surrey, BC V3W 3W2', NULL, NULL, 5, 0, 'smooth-flow-plumbing-heating-inc', NULL, NULL, NULL, NULL, '604-889-7736', '2023-01-27 15:34:16', '2023-01-27 15:34:16'),
(260, 'Check-Point Plumbing Heating & Gas Fitting', 'Our work is guaranteed! We have over 50 years experience in the Plumbing, Heating and Gas Fitting industry.', 5, '34-3033 King George Blvd, Surrey, BC V4P 1B8', NULL, NULL, 5, 0, 'check-point-plumbing-heating-gas-fitting', NULL, NULL, NULL, NULL, '604-535-1768', '2023-01-27 15:37:26', '2023-01-27 15:37:26'),
(261, 'Akal Plumbing & Heating', 'Akal Plumbing and Heating gives satisfaction to customers because they are reputable, reliable and works Domestic as well as Commercial standards. We are specialized in our areas.With over 23 years experience in the lower mainland area, we have built up a substantial customer base and are trusted by these customers to provide an efficient and cost effective service. less...', 5, '160-628 Kent Ave South E, Vancouver, BC V5X 0B2', NULL, NULL, 5, 0, 'akal-plumbing-heating', NULL, NULL, NULL, NULL, '604-527-4777', '2023-01-27 15:42:06', '2023-01-27 15:42:06'),
(262, 'Roger The Plumber Ltd', 'Roger\'s Plumbing and Heating offers complete plumbing and heating design services for both residential and commercial locations. Roger\'s Plumbing and Heating specializes in custom homes, older homes facing unique issues, heating design, green options and budget planning.Treat your home to a makeover today. There is no need to sell your home. Roger\'s Plumbing and Heating offers many options that will have you falling in love with your home all over again. Transform your space. Roger\'s Plumbing and Heating does it all...from budgeting and planning to supply and installation. You don\'t need to do a thing, except Call Roger the Plumber Ltd. to schedule an initial consultation: 604-531-1555', 5, '202-15388 24 Ave, Surrey, BC V4A 2J2', NULL, NULL, 5, 0, 'roger-the-plumber-ltd', NULL, NULL, NULL, NULL, '604-531-1555', '2023-01-27 17:14:33', '2023-01-27 17:14:33'),
(263, 'Maple Leaf Plumbing & Drainage', 'Pelican Water SystemsRepair, remodel, replace or install.We are a full service plumbing contractor, serving the greater Omaha area. From a leaky toilet or faucet to a large bathroom or kitchen remodel, we are here for all your plumbing needs.Water heaters Tankless water heatersWater softeners Bathtubs & showers less...', 5, '16124 90 Ave, Surrey, BC V4N 2Z5', NULL, NULL, 5, 0, 'maple-leaf-plumbing-drainage', NULL, NULL, NULL, NULL, '604-779-4125', '2023-01-27 17:16:31', '2023-01-27 17:16:31'),
(264, 'Guru Contracting Ltd', 'Over the years, Guru Contracting has done plumbing and heating installations from roughing to finishing for houses, town houses, apartments, beauty salons, restaurants and medical offices. We have also provided conscientious services to all our customers with clogged drains, broken hot water tanks and malfunctioning furnaces. Our People: We value our special relationships with our customers not only for repeat business and referrals, but also for the pleasure of helping out people, whether they are planning to build something new, or dealing with some plumbing or heating troubles. We are a proud member of the Better Business Bureau of Mainland BC. less...', 5, '16854 Fraser Hwy, Surrey, BC V4N 0E3', NULL, NULL, 5, 0, 'guru-contracting-ltd', NULL, NULL, NULL, NULL, '778-858-9999', '2023-01-27 21:21:43', '2023-01-27 21:21:43'),
(265, 'AB Tech Plumbing & Heating Phone Number', 'AB-Tech Plumbing & Heating Ltd. provides high quality plumbing & heating services for residential and commercial clients. Our specialists offer a wide variety of plumbing & heating services, including hot water installation, furnace repairs, backflow test', 5, 'Surrey, BC, Canada', '49.1913466', '-122.8490125', 5, 0, 'ab-tech-plumbing-heating-phone-number', 'Surrey', 'British Columbia', 'CA', NULL, '604-817-8654', '2023-01-27 21:25:15', '2023-01-27 21:25:15'),
(266, 'Island Tan Corp', 'Island Jan\'s purpose is to... Understand and fulfill all our customers complete tanning needs, within a unique fun-filled and relaxing tropical island atmosphere. Franchisees and employees will also receive excellence in resources and training in self-motivated work environment. It is our goal to make every customer feel relaxed and enjoy his or her tanning experience. less...', 5, '105B-2596 McMillan Rd, Abbotsford, BC V3G 1C4', NULL, NULL, 5, 0, 'island-tan-corp', NULL, NULL, NULL, NULL, '604-556-2360', '2023-01-27 21:39:17', '2023-01-27 21:39:17');

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

--
-- Table structure for table `construction_categories`
--

CREATE TABLE `construction_categories` (
  `id` bigint UNSIGNED NOT NULL,
  `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
  `image` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `parent_id` bigint UNSIGNED DEFAULT NULL,
  `user_id` bigint UNSIGNED DEFAULT NULL,
  `slug` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Dumping data for table `construction_categories`
--

INSERT INTO `construction_categories` (`id`, `name`, `image`, `parent_id`, `user_id`, `slug`, `created_at`, `updated_at`) VALUES
(5, 'Plumber', NULL, NULL, NULL, 'plumber', '2022-04-27 10:33:38', '2023-03-11 14:41:47'),
(7, 'Electrician', NULL, NULL, 5, 'electrician', '2022-04-27 10:33:53', '2022-04-27 10:33:53'),
(14, 'Flooring', NULL, NULL, 5, 'flooring', '2022-11-30 01:55:48', '2022-11-30 01:55:48'),
(15, 'Painting', NULL, NULL, 5, 'painting', '2022-11-30 01:55:53', '2022-11-30 01:55:53'),
(16, 'Handyman', NULL, NULL, 5, 'handyman', '2022-11-30 01:55:58', '2022-11-30 01:55:58'),
(17, 'Kitchen Cabinets', NULL, NULL, 5, 'kitchen-cabinets', '2022-11-30 01:56:02', '2022-11-30 01:56:02'),
(18, 'Drywall', NULL, NULL, 5, 'drywall', '2022-11-30 01:56:06', '2022-11-30 01:56:06'),
(19, 'Landscaping', NULL, NULL, NULL, 'landscaping', '2022-11-30 01:56:10', '2023-03-11 15:25:21');

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

--
-- Table structure for table `coupons`
--

CREATE TABLE `coupons` (
  `id` bigint UNSIGNED NOT NULL,
  `title` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
  `category_id` int DEFAULT NULL,
  `brand_logo` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `description` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci,
  `code` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `type` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `phone` varchar(20) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `referral_url` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci,
  `start_date` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `expiry_date` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `user_id` bigint UNSIGNED DEFAULT NULL,
  `slug` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL,
  `featured` tinyint NOT NULL DEFAULT '0',
  `deleted_at` timestamp NULL DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

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

--
-- Table structure for table `coupon_categories`
--

CREATE TABLE `coupon_categories` (
  `id` bigint UNSIGNED NOT NULL,
  `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
  `image` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `parent_id` bigint UNSIGNED DEFAULT NULL,
  `user_id` bigint UNSIGNED DEFAULT NULL,
  `slug` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Dumping data for table `coupon_categories`
--

INSERT INTO `coupon_categories` (`id`, `name`, `image`, `parent_id`, `user_id`, `slug`, `created_at`, `updated_at`) VALUES
(2, 'Clothing', NULL, NULL, NULL, 'clothing', '2021-12-20 00:56:14', '2021-12-20 00:56:30'),
(3, 'Fashion', NULL, NULL, NULL, 'fashion', '2021-12-20 01:14:56', '2021-12-20 01:14:56');

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

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

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

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

--
-- Table structure for table `homes`
--

CREATE TABLE `homes` (
  `id` bigint UNSIGNED NOT NULL,
  `title` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
  `available_for` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `property_type` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `bedrooms` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `bathrooms` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `description` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci,
  `location` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `latitude` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `longitude` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `featured` tinyint NOT NULL DEFAULT '0',
  `builtup_area` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `carpet_area` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `furniture` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `air_conditioning_type` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `price` varchar(20) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `listed_by` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `user_id` bigint UNSIGNED DEFAULT NULL,
  `slug` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL,
  `deleted_at` timestamp NULL DEFAULT NULL,
  `address` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `city` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `state` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `country` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `zipcode` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `phone` varchar(20) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Dumping data for table `homes`
--

INSERT INTO `homes` (`id`, `title`, `available_for`, `property_type`, `bedrooms`, `bathrooms`, `description`, `location`, `latitude`, `longitude`, `featured`, `builtup_area`, `carpet_area`, `furniture`, `air_conditioning_type`, `price`, `listed_by`, `user_id`, `slug`, `created_at`, `updated_at`, `deleted_at`, `address`, `city`, `state`, `country`, `zipcode`, `phone`) VALUES
(23, 'BRAND NEW HOUSE NO GST KESWICK', 'sale', '1', '3', '2.5', 'BRAND NEW HOUSE FOR SALE IN KESWICK AREA NEW DEVELOPMENT , NO GST & ALL APPLIANCES ARE ALREADY INSTALLED', 'Keswick, Edmonton, AB, Canada', '53.4224825', '-113.6423325', 0, '1500', NULL, 'undefined', 'undefined', '470000', 'undefined', 56, 'brand-new-house-no-gst-keswick', '2023-08-24 01:30:46', '2023-08-24 01:30:46', NULL, NULL, 'Edmonton', 'AB', 'Canada', NULL, '7785520086'),
(24, 'BRAND NEW HOUSE NO GST KESWICK', 'sale', '1', '3', '2.5', 'BRAND NEW HOUSE FOR SALE IN KESWICK AREA NEW DEVELOPMENT , NO GST & ALL APPLIANCES ARE ALREADY INSTALLED', 'Keswick, Edmonton, AB, Canada', '53.4224825', '-113.6423325', 0, '1500', NULL, 'undefined', 'undefined', '470000', 'undefined', 56, 'brand-new-house-no-gst-keswick-1', '2023-08-24 01:31:49', '2023-08-24 01:31:49', NULL, NULL, 'Edmonton', 'AB', 'Canada', NULL, '7785520086'),
(25, 'BRAND NEW HOUSE NO GST KESWICK', 'sale', '1', '3', '2.5', 'BRAND NEW HOUSE FOR SALE IN KESWICK AREA NEW DEVELOPMENT , NO GST & ALL APPLIANCES ARE ALREADY INSTALLED', 'Keswick, Edmonton, AB, Canada', '53.4224825', '-113.6423325', 0, '1500', NULL, 'undefined', 'undefined', '470000', 'undefined', 56, 'brand-new-house-no-gst-keswick-2', '2023-08-24 01:34:33', '2023-08-24 01:34:33', NULL, NULL, 'Edmonton', 'AB', 'Canada', NULL, '7785520086'),
(26, 'BRAND NEW HOUSE NO GST KESWICK', 'sale', '1', '3', '2.5', 'BRAND NEW HOUSE FOR SALE IN KESWICK AREA NEW DEVELOPMENT , NO GST & ALL APPLIANCES ARE ALREADY INSTALLED', 'Keswick, Edmonton, AB, Canada', '53.4224825', '-113.6423325', 0, '1500', NULL, 'undefined', 'undefined', '470000', 'undefined', 56, 'brand-new-house-no-gst-keswick-3', '2023-08-24 01:35:28', '2023-08-24 01:35:28', NULL, NULL, 'Edmonton', 'AB', 'Canada', NULL, '7785520086');

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

--
-- Table structure for table `home_amenities`
--

CREATE TABLE `home_amenities` (
  `id` bigint UNSIGNED NOT NULL,
  `amenity_id` bigint UNSIGNED DEFAULT NULL,
  `home_id` bigint UNSIGNED DEFAULT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

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

--
-- Table structure for table `items`
--

CREATE TABLE `items` (
  `id` bigint UNSIGNED NOT NULL,
  `title` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
  `price` varchar(20) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `condition` int DEFAULT NULL,
  `qty` int DEFAULT NULL,
  `location` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `latitude` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `longitude` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `description` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci,
  `tags` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci,
  `featured` tinyint NOT NULL DEFAULT '0',
  `category_id` bigint UNSIGNED DEFAULT NULL,
  `user_id` bigint UNSIGNED DEFAULT NULL,
  `slug` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL,
  `deleted_at` timestamp NULL DEFAULT NULL,
  `address` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `city` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `state` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `country` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `zipcode` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `phone` varchar(20) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Dumping data for table `items`
--

INSERT INTO `items` (`id`, `title`, `price`, `condition`, `qty`, `location`, `latitude`, `longitude`, `description`, `tags`, `featured`, `category_id`, `user_id`, `slug`, `created_at`, `updated_at`, `deleted_at`, `address`, `city`, `state`, `country`, `zipcode`, `phone`) VALUES
(1, 'Tire', '850', 1, 4, 'Edmonton, AB T6X 2W1, Canada', '53.4167992', '-113.419647', 'Great condition  all most new 255 70R 18 Bridgestone only runs 200km just  almost new with rim price is 5 tire with rim. $850', NULL, 0, 9, 55, 'tire', '2023-08-23 19:55:58', '2023-08-23 19:55:58', NULL, NULL, 'AB', 'T6X 2W1', 'Canada', NULL, NULL);

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

--
-- Table structure for table `item_categories`
--

CREATE TABLE `item_categories` (
  `id` bigint UNSIGNED NOT NULL,
  `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
  `image` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `parent_id` bigint UNSIGNED DEFAULT NULL,
  `user_id` bigint UNSIGNED DEFAULT NULL,
  `slug` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Dumping data for table `item_categories`
--

INSERT INTO `item_categories` (`id`, `name`, `image`, `parent_id`, `user_id`, `slug`, `created_at`, `updated_at`) VALUES
(1, 'Home & Garden', '618b4c59d1e51-photo-1585773690161-7b1cd0accfcf.jpg', NULL, NULL, 'home-garden', '2021-11-09 04:22:50', '2021-11-09 23:06:43'),
(2, 'Entertainment', '618b4c9e0d734-gemo-anchor-super-hero.jpg', NULL, NULL, 'entertainment', '2021-11-09 04:35:42', '2021-11-09 23:07:51'),
(3, 'Clothing & Accessories', '618b513a8d276-61081411-travel-clothing-accessories-apparel-along-for-women-on-wood.jpg', NULL, NULL, 'clothing-accessories', '2021-11-09 23:27:30', '2021-11-09 23:27:31'),
(4, 'Family', '618b519c5dd08-family.jpg', NULL, NULL, 'family', '2021-11-09 23:29:08', '2021-11-09 23:29:09'),
(5, 'Electronics', '618b5210ee910-Electronic.jpg', NULL, NULL, 'electronics', '2021-11-09 23:31:04', '2021-11-09 23:31:05'),
(6, 'Hobbies', '618b526a045b0-hobbies.jpg', NULL, NULL, 'hobbies', '2021-11-09 23:32:33', '2021-11-09 23:32:34'),
(7, 'Classifieds', '618b52a794e6c-promoteclassifiedsads.png', NULL, NULL, 'classifieds', '2021-11-09 23:33:35', '2021-11-09 23:33:36'),
(9, 'Tools', '618b54768ed85-tools.jpg', 1, NULL, 'tools', '2021-11-09 23:41:18', '2021-11-09 23:41:19'),
(10, 'Video Games', '618b54ba80893-game.jpg', 2, NULL, 'video-games', '2021-11-09 23:42:26', '2021-11-09 23:42:27'),
(11, 'Bag & Luggage', '618b58a74d5d0-bag.jpg', 3, NULL, 'bag-luggage', '2021-11-09 23:59:11', '2021-11-09 23:59:11'),
(12, 'Health & Beauty', '618b58e636559-DropshipHealthandBeautyProducts.jpg', 4, NULL, 'health-beauty', '2021-11-10 00:00:14', '2021-11-10 00:00:15'),
(13, 'Mobile Phones', '618b595dbb0d9-Smartphones.jpg', 5, NULL, 'mobile-phones', '2021-11-10 00:02:13', '2021-11-10 00:02:14'),
(14, 'Bicyles', '618b5a66caea0-9c9014877bdb57fbe4144f5d813dd5ea--motorized-bicycle-electric-bicycle.jpg', 6, NULL, 'bicyles', '2021-11-10 00:06:38', '2021-11-10 00:06:39'),
(15, 'Garage Sale', '618b5bfc661c9-42ce573a37ef66114716e5997321cad7e4f5ef38_garage_barn_5x6_img00.jpg', 7, NULL, 'garage-sale', '2021-11-10 00:13:24', '2021-11-10 00:13:25'),
(16, 'Smartwatch', '618e4f735f716-Haylou-LS02-Waterproof-Smartwatch-with-Heart-Rate-Black-6971664930443-11092020-01-p.jpg', 5, NULL, 'smartwatch', '2021-11-12 05:56:43', '2021-11-12 05:56:44');

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

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

CREATE TABLE `jobs` (
  `id` bigint UNSIGNED NOT NULL,
  `title` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
  `business_name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `contact_email` varchar(50) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `where_to_apply` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `salary_type` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `description` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci,
  `minimum_salary` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `maximum_salary` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `location` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `latitude` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `longitude` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `job_type` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `featured` tinyint NOT NULL DEFAULT '0',
  `posted_by` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `category_id` bigint UNSIGNED DEFAULT NULL,
  `user_id` bigint UNSIGNED DEFAULT NULL,
  `slug` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL,
  `deleted_at` timestamp NULL DEFAULT NULL,
  `address` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `city` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `state` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `country` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `zipcode` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `phone` varchar(20) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

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

--
-- Table structure for table `job_categories`
--

CREATE TABLE `job_categories` (
  `id` bigint UNSIGNED NOT NULL,
  `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
  `user_id` bigint UNSIGNED DEFAULT NULL,
  `slug` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Dumping data for table `job_categories`
--

INSERT INTO `job_categories` (`id`, `name`, `user_id`, `slug`, `created_at`, `updated_at`) VALUES
(4, 'Chef', NULL, 'chef', '2022-05-04 09:43:21', '2022-05-04 09:43:21'),
(5, 'IT', NULL, 'it', '2022-05-04 09:53:55', '2022-05-04 09:53:55'),
(6, 'Plumber', NULL, 'plumber', '2022-05-04 09:58:01', '2022-05-04 09:58:01'),
(7, 'Accounting', NULL, 'accounting', '2022-05-04 10:08:28', '2022-05-04 10:08:28'),
(8, 'Mechanic', NULL, 'mechanic', '2022-05-04 10:11:34', '2022-05-04 10:11:34'),
(9, 'Painter', NULL, 'painter', '2022-05-04 10:17:20', '2022-05-04 10:17:20');

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

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

CREATE TABLE `messages` (
  `id` bigint UNSIGNED NOT NULL,
  `item_id` bigint UNSIGNED DEFAULT NULL,
  `type` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `message` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `from_id` bigint UNSIGNED DEFAULT NULL,
  `to_id` bigint UNSIGNED DEFAULT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

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

INSERT INTO `messages` (`id`, `item_id`, `type`, `message`, `from_id`, `to_id`, `created_at`, `updated_at`) VALUES
(1, 49, 'construction', 'Test', NULL, 5, '2022-05-14 12:27:26', '2022-05-14 12:27:26'),
(2, 49, 'construction', 'Hi', NULL, 5, '2022-05-14 12:30:33', '2022-05-14 12:30:33'),
(3, 49, 'construction', 'Hi', 5, NULL, '2022-05-14 12:30:33', '2022-05-14 12:30:33'),
(4, 49, 'construction', 'Testing msg', NULL, 5, '2022-05-14 12:46:17', '2022-05-14 12:46:17'),
(5, 41, 'vehicle', 'Hi', NULL, 5, '2022-05-14 12:46:38', '2022-05-14 12:46:38'),
(6, 41, 'vehicle', 'Hi', 5, NULL, '2022-05-14 12:46:38', '2022-05-14 12:46:38'),
(7, 41, 'vehicle', 'How r u?', NULL, 5, '2022-05-14 13:04:25', '2022-05-14 13:04:25'),
(8, 41, 'vehicle', 'Test', NULL, 5, '2022-05-21 14:18:33', '2022-05-21 14:18:33'),
(9, 41, 'vehicle', 'Test', 5, NULL, '2022-05-21 14:18:33', '2022-05-21 14:18:33'),
(10, 41, 'vehicle', 'Hi', NULL, 5, '2022-05-21 14:20:40', '2022-05-21 14:20:40'),
(11, 39, 'vehicle', 'Test', NULL, 5, '2022-05-21 15:21:30', '2022-05-21 15:21:30'),
(12, 14, 'item', 'Hi', NULL, 5, '2022-05-26 14:30:58', '2022-05-26 14:30:58'),
(13, 57, 'construction', 'Hi', NULL, NULL, '2022-05-27 10:23:42', '2022-05-27 10:23:42'),
(14, 57, 'construction', 'Hello', NULL, NULL, '2022-05-27 10:26:33', '2022-05-27 10:26:33'),
(15, 51, 'construction', 'Hi', NULL, 5, '2022-05-29 10:47:27', '2022-05-29 10:47:27'),
(16, 15, 'property', 'Hii', NULL, NULL, '2022-06-18 14:33:57', '2022-06-18 14:33:57'),
(17, 15, 'property', 'Hii', NULL, NULL, '2022-06-18 14:33:57', '2022-06-18 14:33:57'),
(18, 11, 'property', 'Hey', NULL, NULL, '2022-06-18 14:38:23', '2022-06-18 14:38:23'),
(19, 11, 'property', 'Hey', NULL, NULL, '2022-06-18 14:38:23', '2022-06-18 14:38:23'),
(20, 20, 'property', 'Hiiiii', NULL, NULL, '2022-06-19 19:14:24', '2022-06-19 19:14:24'),
(21, 1, 'item', 'Hi', 61, 55, '2023-08-24 10:23:21', '2023-08-24 10:23:21'),
(22, 1, 'item', 'Hello', 61, 55, '2023-08-24 10:24:23', '2023-08-24 10:24:23'),
(23, 1, 'item', 'Hi', 55, 61, '2023-08-24 10:25:29', '2023-08-24 10:25:29'),
(24, 1, 'item', 'Hope u r doing good', 61, 55, '2023-08-24 10:26:25', '2023-08-24 10:26:25');

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

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

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

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

INSERT INTO `migrations` (`id`, `migration`, `batch`) VALUES
(1, '2014_10_12_000000_create_users_table', 1),
(2, '2014_10_12_100000_create_password_resets_table', 1),
(3, '2019_08_19_000000_create_failed_jobs_table', 1),
(4, '2021_05_05_064232_create_category_types_table', 1),
(5, '2021_05_05_064455_create_categories_table', 1),
(6, '2021_05_06_083819_create_pages_table', 1),
(7, '2021_05_06_103445_create_page_files_table', 1),
(8, '2021_05_06_104213_create_page_points_table', 1),
(9, '2021_05_06_104232_create_page_mpoints_table', 1),
(10, '2021_05_06_121344_create_page_galleries_table', 1),
(11, '2021_09_25_045454_create_vehicle_categories_table', 1),
(12, '2021_09_25_050618_create_permission_tables', 1),
(13, '2021_09_25_074426_create_photos_table', 1),
(14, '2021_09_25_075321_create_tags_table', 1),
(15, '2021_09_25_075847_create_vehicles_table', 1),
(16, '2021_09_28_045409_create_item_categories_table', 1),
(17, '2021_09_28_046047_create_items_table', 1),
(18, '2021_10_01_101115_create_jobs_table', 1),
(19, '2021_10_04_051502_create_amenities_table', 1),
(20, '2021_10_04_121619_create_homes_table', 1),
(21, '2021_10_04_132721_create_home_amenities_table', 1),
(22, '2021_10_08_102115_create_coupons_table', 1),
(23, '2021_10_09_051033_create_posts_table', 1),
(24, '2021_11_08_054351_create_otps_table', 2),
(25, '2021_11_09_101144_create_banners_table', 3),
(26, '2021_09_03_085742_create_job_categories_table', 4),
(27, '2021_12_07_105202_create_wishlists_table', 5),
(28, '2021_12_09_055036_create_packages_table', 6),
(31, '2021_12_09_071241_create_settings_table', 7),
(32, '2021_12_10_094640_add_fields_to_many_table', 8),
(33, '2021_12_14_052902_create_search_histories_table', 9),
(35, '2021_12_17_064937_add_fields_to_listings_table', 9),
(36, '2021_10_08_055404_create_coupon_categories_table', 10),
(37, '2021_12_20_065322_create_construction_categories_table', 11),
(38, '2021_12_20_065340_create_constructions_table', 12),
(39, '2021_12_31_091156_create_messages_table', 13),
(42, '2022_01_06_044048_create_preferences_table', 14),
(43, '2022_01_11_054819_create_post_notifications_table', 14),
(44, '2022_02_10_093027_create_abouts_table', 15);

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

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

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

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

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

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

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

INSERT INTO `model_has_roles` (`role_id`, `model_type`, `model_id`) VALUES
(4, 'App\\Models\\User', 5),
(4, 'App\\Models\\User', 6),
(4, 'App\\Models\\User', 7),
(4, 'App\\Models\\User', 8),
(5, 'App\\Models\\User', 26),
(5, 'App\\Models\\User', 27),
(5, 'App\\Models\\User', 28),
(5, 'App\\Models\\User', 29),
(6, 'App\\Models\\User', 30),
(6, 'App\\Models\\User', 31),
(6, 'App\\Models\\User', 32),
(6, 'App\\Models\\User', 33),
(6, 'App\\Models\\User', 34),
(6, 'App\\Models\\User', 35),
(6, 'App\\Models\\User', 36),
(6, 'App\\Models\\User', 37),
(6, 'App\\Models\\User', 38),
(6, 'App\\Models\\User', 39),
(6, 'App\\Models\\User', 40),
(6, 'App\\Models\\User', 41),
(5, 'App\\Models\\User', 42),
(6, 'App\\Models\\User', 43),
(5, 'App\\Models\\User', 44),
(5, 'App\\Models\\User', 45),
(6, 'App\\Models\\User', 46),
(5, 'App\\Models\\User', 47),
(5, 'App\\Models\\User', 51),
(5, 'App\\Models\\User', 52),
(5, 'App\\Models\\User', 53),
(5, 'App\\Models\\User', 55),
(5, 'App\\Models\\User', 56),
(5, 'App\\Models\\User', 57),
(5, 'App\\Models\\User', 59),
(5, 'App\\Models\\User', 60),
(5, 'App\\Models\\User', 61),
(5, 'App\\Models\\User', 62);

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

--
-- Table structure for table `otps`
--

CREATE TABLE `otps` (
  `id` bigint UNSIGNED NOT NULL,
  `email` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `mobile` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `otp` varchar(20) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Dumping data for table `otps`
--

INSERT INTO `otps` (`id`, `email`, `mobile`, `otp`, `created_at`, `updated_at`) VALUES
(1, NULL, '7814192321', '924825', '2021-11-08 00:37:55', '2021-11-08 00:37:55'),
(48, 'gorav@mailinator.com', NULL, '987922', '2022-02-03 10:00:38', '2022-02-03 10:00:38'),
(64, 'testing@mailinator.com', NULL, '897388', '2022-02-03 11:57:51', '2022-02-03 11:57:51'),
(68, 'pardeep9218@gmail', NULL, '438758', '2022-02-03 12:19:38', '2022-02-03 12:19:38'),
(74, 'pardee4p9218@gmail.com', NULL, '534687', '2022-02-03 12:26:16', '2022-02-03 12:26:16'),
(88, 'pvrma4u@gmail.com', NULL, '882239', '2022-02-08 14:44:27', '2022-02-08 14:44:27'),
(143, 'pardeep9219@gmail.com', NULL, '419379', '2022-02-09 11:35:55', '2022-02-09 11:35:55'),
(146, 'pardeep921A8@gmail.com', NULL, '284767', '2022-02-09 11:57:44', '2022-02-09 11:57:44'),
(148, 'pardeep91228@gmail.com', NULL, '487336', '2022-02-09 15:34:55', '2022-02-09 15:34:55'),
(150, 'pardeep92118@gmail.com', NULL, '493477', '2022-02-09 15:37:21', '2022-02-09 15:37:21'),
(151, 'Amritsingh83282@gmail.com', NULL, '628595', '2022-02-09 15:37:57', '2022-02-09 15:37:57'),
(152, 'mibox98031@gmail.com', NULL, '889460', '2022-02-09 15:40:00', '2022-02-09 15:40:00'),
(161, 'pardeep9228@gmail.com', NULL, '403934', '2022-02-10 12:18:16', '2022-02-10 12:18:16'),
(171, 'balajyoti2601@gmail.com', NULL, '906075', '2022-02-16 15:39:53', '2022-02-16 15:39:53'),
(172, 'testdgf@gmail.com', NULL, '227609', '2022-02-16 15:40:29', '2022-02-16 15:40:29'),
(173, 'teddfst@gmail.com', NULL, '332855', '2022-02-16 15:41:31', '2022-02-16 15:41:31'),
(174, NULL, '9988145854', '616410', '2022-05-02 10:18:15', '2022-05-02 10:18:15'),
(175, 'ingo@giftechies.com', NULL, '480511', '2022-05-02 10:19:30', '2022-05-02 10:19:30'),
(183, 'nskehal@gmail.com', NULL, '294024', '2022-05-28 20:13:02', '2022-05-28 20:13:02'),
(191, 'pardeep@gmail.com', NULL, '889359', '2022-06-08 16:09:03', '2022-06-08 16:09:03'),
(195, 'mandeephunjan818@gmail.com', NULL, '705251', '2022-06-12 12:35:07', '2022-06-12 12:35:07'),
(199, 'winstonwest2022@gmail.com', NULL, '705597', '2022-07-03 13:22:47', '2022-07-03 13:22:47'),
(200, 'sam13@gmail.com', NULL, '597357', '2022-07-04 20:17:40', '2022-07-04 20:17:40'),
(206, 'gifty@yopmail.com', NULL, '324193', '2022-07-04 21:26:44', '2022-07-04 21:26:44'),
(209, 'test@test.com', NULL, '271241', '2022-07-12 11:59:03', '2022-07-12 11:59:03'),
(215, 'giftyhunjan@gmail.com', NULL, '396790', '2023-03-06 11:09:50', '2023-03-06 11:09:50');

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

--
-- Table structure for table `packages`
--

CREATE TABLE `packages` (
  `id` bigint UNSIGNED NOT NULL,
  `title` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
  `price` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `days` int DEFAULT NULL,
  `type` varchar(50) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `qty` int DEFAULT NULL,
  `item_order` tinyint DEFAULT '0',
  `description` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci,
  `slug` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Dumping data for table `packages`
--

INSERT INTO `packages` (`id`, `title`, `price`, `days`, `type`, `qty`, `item_order`, `description`, `slug`, `created_at`, `updated_at`) VALUES
(2, 'EORS', '1200', 30, 'paid', 50, 1, 'End of Reason package', 'eors', '2021-12-09 01:35:06', '2021-12-16 01:24:32'),
(3, 'Free', '0', 365, 'free', 0, 0, '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.', 'free', '2021-12-16 04:48:44', '2021-12-16 06:12:20');

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

--
-- Table structure for table `pages`
--

CREATE TABLE `pages` (
  `id` bigint UNSIGNED NOT NULL,
  `title` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
  `description` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci,
  `image` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `multipoints_heading` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `type` varchar(50) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `category_id` bigint UNSIGNED DEFAULT NULL,
  `category_type_id` bigint UNSIGNED DEFAULT NULL,
  `meta_title` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `meta_description` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `slug` text CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

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

--
-- Table structure for table `page_files`
--

CREATE TABLE `page_files` (
  `id` bigint UNSIGNED NOT NULL,
  `page_id` bigint UNSIGNED DEFAULT NULL,
  `heading` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `subheading` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `file` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

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

--
-- Table structure for table `page_galleries`
--

CREATE TABLE `page_galleries` (
  `id` bigint UNSIGNED NOT NULL,
  `page_id` bigint UNSIGNED DEFAULT NULL,
  `image` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

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

--
-- Table structure for table `page_mpoints`
--

CREATE TABLE `page_mpoints` (
  `id` bigint UNSIGNED NOT NULL,
  `page_id` bigint UNSIGNED DEFAULT NULL,
  `text` text CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci,
  `url` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `is_new` tinyint DEFAULT '0',
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

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

--
-- Table structure for table `page_points`
--

CREATE TABLE `page_points` (
  `id` bigint UNSIGNED NOT NULL,
  `page_id` bigint UNSIGNED DEFAULT NULL,
  `heading` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `description` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci,
  `is_new` tinyint DEFAULT '0',
  `url` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

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

--
-- Table structure for table `password_resets`
--

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

--
-- Dumping data for table `password_resets`
--

INSERT INTO `password_resets` (`email`, `token`, `created_at`) VALUES
('pardeep9218@gmail.com', '$2y$10$/4igpFFn57DVt.K7WaVIE..zp/dSFDWLF7XkalDu.bzeQqrWUVyl2', '2022-02-09 16:20:20');

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

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

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

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

--
-- Table structure for table `photos`
--

CREATE TABLE `photos` (
  `id` bigint UNSIGNED NOT NULL,
  `image` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
  `imageable_id` int UNSIGNED NOT NULL,
  `imageable_type` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Dumping data for table `photos`
--

INSERT INTO `photos` (`id`, `image`, `imageable_id`, `imageable_type`, `created_at`, `updated_at`) VALUES
(202, '6377cd2ca8a15-electric.jpg', 1, 'App\\Models\\Construction', '2022-11-18 23:21:32', '2022-11-18 23:21:32'),
(203, '6377cec59506c-electric.jpg', 2, 'App\\Models\\Construction', '2022-11-18 23:28:21', '2022-11-18 23:28:21'),
(204, '6377d2047ebde-Plumbing.jpg', 3, 'App\\Models\\Construction', '2022-11-18 23:42:12', '2022-11-18 23:42:12'),
(205, '6377d7998fa0f-flooring.jpg', 4, 'App\\Models\\Construction', '2022-11-19 00:06:01', '2022-11-19 00:06:01'),
(206, '1668927942.IMG20221120123429.jpg', 5, 'App\\Models\\Construction', '2022-11-20 12:05:43', '2022-11-20 12:05:43'),
(207, '1668928006.IMG20221120123429.jpg', 1, 'App\\Models\\Vehicle', '2022-11-20 12:06:47', '2022-11-20 12:06:47'),
(208, '1668928056.IMG20221120123429.jpg', 21, 'App\\Models\\Home', '2022-11-20 12:07:37', '2022-11-20 12:07:37'),
(209, '1668928083.IMG20221120123429.jpg', 22, 'App\\Models\\Home', '2022-11-20 12:08:03', '2022-11-20 12:08:03'),
(211, '1668928252.IMG20221120123429.jpg', 1, 'App\\Models\\Job', '2022-11-20 12:10:53', '2022-11-20 12:10:53'),
(212, '1668928861.IMG20221120123429.jpg', 2, 'App\\Models\\Vehicle', '2022-11-20 12:21:02', '2022-11-20 12:21:02'),
(213, '638740999f96c-electric.jpg', 6, 'App\\Models\\Construction', '2022-11-30 16:38:01', '2022-11-30 16:38:01'),
(214, '63874143bc0f3-electric.jpg', 7, 'App\\Models\\Construction', '2022-11-30 16:40:51', '2022-11-30 16:40:51'),
(215, '638741d12d81b-electric.jpg', 8, 'App\\Models\\Construction', '2022-11-30 16:43:13', '2022-11-30 16:43:13'),
(216, '638742f113a37-electric.jpg', 9, 'App\\Models\\Construction', '2022-11-30 16:48:01', '2022-11-30 16:48:01'),
(217, '6387437364b09-electric.jpg', 10, 'App\\Models\\Construction', '2022-11-30 16:50:11', '2022-11-30 16:50:11'),
(218, '63874478e58ac-electric.jpg', 11, 'App\\Models\\Construction', '2022-11-30 16:54:33', '2022-11-30 16:54:33'),
(219, '638744e9c0bf3-electric.jpg', 12, 'App\\Models\\Construction', '2022-11-30 16:56:25', '2022-11-30 16:56:25'),
(220, '6387453a659b6-electric.jpg', 13, 'App\\Models\\Construction', '2022-11-30 16:57:46', '2022-11-30 16:57:46'),
(221, '638745a82c506-electric.jpg', 14, 'App\\Models\\Construction', '2022-11-30 16:59:36', '2022-11-30 16:59:36'),
(222, '638746019226c-electric.jpg', 15, 'App\\Models\\Construction', '2022-11-30 17:01:05', '2022-11-30 17:01:05'),
(223, '6387481974b19-electric.jpg', 16, 'App\\Models\\Construction', '2022-11-30 17:10:01', '2022-11-30 17:10:01'),
(224, '6387486fca81b-electric.jpg', 17, 'App\\Models\\Construction', '2022-11-30 17:11:27', '2022-11-30 17:11:27'),
(225, '638748d7640e0-electric.jpg', 18, 'App\\Models\\Construction', '2022-11-30 17:13:11', '2022-11-30 17:13:11'),
(226, '6387492872328-electric.jpg', 19, 'App\\Models\\Construction', '2022-11-30 17:14:32', '2022-11-30 17:14:32'),
(227, '63874991423df-electric.jpg', 20, 'App\\Models\\Construction', '2022-11-30 17:16:17', '2022-11-30 17:16:17'),
(228, '63874a038f6ac-electric.jpg', 21, 'App\\Models\\Construction', '2022-11-30 17:18:11', '2022-11-30 17:18:11'),
(229, '63874a5913891-electric.jpg', 22, 'App\\Models\\Construction', '2022-11-30 17:19:37', '2022-11-30 17:19:37'),
(230, '63874aa911548-electric.jpg', 23, 'App\\Models\\Construction', '2022-11-30 17:20:57', '2022-11-30 17:20:57'),
(231, '63874b1c211fa-electric.jpg', 24, 'App\\Models\\Construction', '2022-11-30 17:22:52', '2022-11-30 17:22:52'),
(232, '63874b67099d6-electric.jpg', 25, 'App\\Models\\Construction', '2022-11-30 17:24:07', '2022-11-30 17:24:07'),
(233, '63874bbfbafb1-electric.jpg', 26, 'App\\Models\\Construction', '2022-11-30 17:25:35', '2022-11-30 17:25:35'),
(234, '63874c0c0bde9-electric.jpg', 27, 'App\\Models\\Construction', '2022-11-30 17:26:52', '2022-11-30 17:26:52'),
(235, '63874c51cfb6d-electric.jpg', 28, 'App\\Models\\Construction', '2022-11-30 17:28:01', '2022-11-30 17:28:01'),
(236, '63874cbf4bb52-electric.jpg', 29, 'App\\Models\\Construction', '2022-11-30 17:29:51', '2022-11-30 17:29:51'),
(237, '63874d13b4bfa-electric.jpg', 30, 'App\\Models\\Construction', '2022-11-30 17:31:15', '2022-11-30 17:31:15'),
(238, '63874d59b5d26-electric.jpg', 31, 'App\\Models\\Construction', '2022-11-30 17:32:25', '2022-11-30 17:32:25'),
(239, '63874deb31559-electric.jpg', 32, 'App\\Models\\Construction', '2022-11-30 17:34:51', '2022-11-30 17:34:51'),
(240, '63874e30d66a6-electric.jpg', 33, 'App\\Models\\Construction', '2022-11-30 17:36:00', '2022-11-30 17:36:00'),
(241, '63874f146f1b1-Plumbing.jpg', 34, 'App\\Models\\Construction', '2022-11-30 17:39:48', '2022-11-30 17:39:48'),
(242, '63874f634f9d7-Plumbing.jpg', 35, 'App\\Models\\Construction', '2022-11-30 17:41:07', '2022-11-30 17:41:07'),
(243, '63874fb47c742-Plumbing.jpg', 36, 'App\\Models\\Construction', '2022-11-30 17:42:28', '2022-11-30 17:42:28'),
(244, '638750097673e-Plumbing.jpg', 37, 'App\\Models\\Construction', '2022-11-30 17:43:53', '2022-11-30 17:43:53'),
(245, '6387505bcc8c6-Plumbing.jpg', 38, 'App\\Models\\Construction', '2022-11-30 17:45:15', '2022-11-30 17:45:15'),
(246, '638750acea2ae-Plumbing.jpg', 39, 'App\\Models\\Construction', '2022-11-30 17:46:37', '2022-11-30 17:46:37'),
(247, '6387510a7d1eb-Plumbing.jpg', 40, 'App\\Models\\Construction', '2022-11-30 17:48:10', '2022-11-30 17:48:10'),
(248, '638751537e3cd-Plumbing.jpg', 41, 'App\\Models\\Construction', '2022-11-30 17:49:23', '2022-11-30 17:49:23'),
(249, '638751a08d931-Plumbing.jpg', 42, 'App\\Models\\Construction', '2022-11-30 17:50:40', '2022-11-30 17:50:40'),
(250, '638751a12ae49-Plumbing.jpg', 43, 'App\\Models\\Construction', '2022-11-30 17:50:41', '2022-11-30 17:50:41'),
(251, '638751e1b575d-Plumbing.jpg', 44, 'App\\Models\\Construction', '2022-11-30 17:51:45', '2022-11-30 17:51:45'),
(252, '638752373f57e-Plumbing.jpg', 45, 'App\\Models\\Construction', '2022-11-30 17:53:11', '2022-11-30 17:53:11'),
(253, '6387527e05474-Plumbing.jpg', 46, 'App\\Models\\Construction', '2022-11-30 17:54:22', '2022-11-30 17:54:22'),
(254, '638752d2546da-Plumbing.jpg', 47, 'App\\Models\\Construction', '2022-11-30 17:55:46', '2022-11-30 17:55:46'),
(255, '6387533c1b6d9-Plumbing.jpg', 48, 'App\\Models\\Construction', '2022-11-30 17:57:32', '2022-11-30 17:57:32'),
(256, '6387538552634-Plumbing.jpg', 49, 'App\\Models\\Construction', '2022-11-30 17:58:45', '2022-11-30 17:58:45'),
(257, '638753dd0b463-Plumbing.jpg', 50, 'App\\Models\\Construction', '2022-11-30 18:00:13', '2022-11-30 18:00:13'),
(258, '6387542bd2233-Plumbing.jpg', 51, 'App\\Models\\Construction', '2022-11-30 18:01:31', '2022-11-30 18:01:31'),
(259, '638756c0220ca-flooring.jpg', 52, 'App\\Models\\Construction', '2022-11-30 18:12:32', '2022-11-30 18:12:32'),
(260, '6387570ed2c3a-flooring.jpg', 53, 'App\\Models\\Construction', '2022-11-30 18:13:50', '2022-11-30 18:13:50'),
(261, '63875751b27ec-flooring.jpg', 54, 'App\\Models\\Construction', '2022-11-30 18:14:57', '2022-11-30 18:14:57'),
(262, '638757a5a1812-flooring.jpg', 55, 'App\\Models\\Construction', '2022-11-30 18:16:21', '2022-11-30 18:16:21'),
(263, '638757ebcea2a-flooring.jpg', 56, 'App\\Models\\Construction', '2022-11-30 18:17:31', '2022-11-30 18:17:31'),
(264, '6387583cda1f3-flooring.jpg', 57, 'App\\Models\\Construction', '2022-11-30 18:18:52', '2022-11-30 18:18:52'),
(265, '6387588c9431f-flooring.jpg', 58, 'App\\Models\\Construction', '2022-11-30 18:20:12', '2022-11-30 18:20:12'),
(266, '638758d4adc50-flooring.jpg', 59, 'App\\Models\\Construction', '2022-11-30 18:21:24', '2022-11-30 18:21:24'),
(267, '638759219f862-flooring.jpg', 60, 'App\\Models\\Construction', '2022-11-30 18:22:41', '2022-11-30 18:22:41'),
(268, '63875976e5985-flooring.jpg', 61, 'App\\Models\\Construction', '2022-11-30 18:24:06', '2022-11-30 18:24:06'),
(269, '638759c3e8809-flooring.jpg', 62, 'App\\Models\\Construction', '2022-11-30 18:25:24', '2022-11-30 18:25:24'),
(270, '63875a119b942-flooring.jpg', 63, 'App\\Models\\Construction', '2022-11-30 18:26:41', '2022-11-30 18:26:41'),
(271, '63875a70b3a26-flooring.jpg', 64, 'App\\Models\\Construction', '2022-11-30 18:28:16', '2022-11-30 18:28:16'),
(272, '63875aaea2ba3-flooring.jpg', 65, 'App\\Models\\Construction', '2022-11-30 18:29:18', '2022-11-30 18:29:18'),
(273, '63875b151d785-flooring.jpg', 66, 'App\\Models\\Construction', '2022-11-30 18:31:01', '2022-11-30 18:31:01'),
(274, '63875b7a74ac1-flooring.jpg', 67, 'App\\Models\\Construction', '2022-11-30 18:32:42', '2022-11-30 18:32:42'),
(275, '63875c0a83aa1-flooring.jpg', 68, 'App\\Models\\Construction', '2022-11-30 18:35:06', '2022-11-30 18:35:06'),
(276, '63875c4d6ee2b-flooring.jpg', 69, 'App\\Models\\Construction', '2022-11-30 18:36:13', '2022-11-30 18:36:13'),
(277, '63875c8d9c59f-flooring.jpg', 70, 'App\\Models\\Construction', '2022-11-30 18:37:17', '2022-11-30 18:37:17'),
(278, '63875ccd92feb-flooring.jpg', 71, 'App\\Models\\Construction', '2022-11-30 18:38:21', '2022-11-30 18:38:21'),
(279, '63875d07b3c60-flooring.jpg', 72, 'App\\Models\\Construction', '2022-11-30 18:39:19', '2022-11-30 18:39:19'),
(280, '63875d40871f0-flooring.jpg', 73, 'App\\Models\\Construction', '2022-11-30 18:40:16', '2022-11-30 18:40:16'),
(281, '63875d885beb3-flooring.jpg', 74, 'App\\Models\\Construction', '2022-11-30 18:41:28', '2022-11-30 18:41:28'),
(282, '63875dcc8eaad-flooring.jpg', 75, 'App\\Models\\Construction', '2022-11-30 18:42:36', '2022-11-30 18:42:36'),
(283, '63875e17b8007-flooring.jpg', 76, 'App\\Models\\Construction', '2022-11-30 18:43:51', '2022-11-30 18:43:51'),
(284, '63875e714b432-flooring.jpg', 77, 'App\\Models\\Construction', '2022-11-30 18:45:21', '2022-11-30 18:45:21'),
(285, '63875edb16ac0-flooring.jpg', 78, 'App\\Models\\Construction', '2022-11-30 18:47:07', '2022-11-30 18:47:07'),
(286, '63875f17c0b93-flooring.jpg', 79, 'App\\Models\\Construction', '2022-11-30 18:48:07', '2022-11-30 18:48:07'),
(287, '63875f57aff38-flooring.jpg', 80, 'App\\Models\\Construction', '2022-11-30 18:49:11', '2022-11-30 18:49:11'),
(288, '63875fa248467-flooring.jpg', 81, 'App\\Models\\Construction', '2022-11-30 18:50:26', '2022-11-30 18:50:26'),
(289, '63875fdea9454-flooring.jpg', 82, 'App\\Models\\Construction', '2022-11-30 18:51:26', '2022-11-30 18:51:26'),
(290, '6387601c841b8-flooring.jpg', 83, 'App\\Models\\Construction', '2022-11-30 18:52:28', '2022-11-30 18:52:28'),
(291, '6387605e4aadc-flooring.jpg', 84, 'App\\Models\\Construction', '2022-11-30 18:53:34', '2022-11-30 18:53:34'),
(292, '63876090bfe7d-flooring.jpg', 85, 'App\\Models\\Construction', '2022-11-30 18:54:24', '2022-11-30 18:54:24'),
(293, '638851d03064a-cabinets.jpg', 86, 'App\\Models\\Construction', '2022-12-01 12:03:44', '2022-12-01 12:03:44'),
(294, '6388521d2d0d2-cabinets.jpg', 87, 'App\\Models\\Construction', '2022-12-01 12:05:01', '2022-12-01 12:05:01'),
(295, '638852552b571-cabinets.jpg', 88, 'App\\Models\\Construction', '2022-12-01 12:05:57', '2022-12-01 12:05:57'),
(296, '638852a34d361-cabinets.jpg', 89, 'App\\Models\\Construction', '2022-12-01 12:07:15', '2022-12-01 12:07:15'),
(297, '638852ed46d38-cabinets.jpg', 90, 'App\\Models\\Construction', '2022-12-01 12:08:29', '2022-12-01 12:08:29'),
(298, '63885325bc02b-cabinets.jpg', 91, 'App\\Models\\Construction', '2022-12-01 12:09:25', '2022-12-01 12:09:25'),
(299, '6388536801621-cabinets.jpg', 92, 'App\\Models\\Construction', '2022-12-01 12:10:32', '2022-12-01 12:10:32'),
(300, '6388539db9a1e-cabinets.jpg', 93, 'App\\Models\\Construction', '2022-12-01 12:11:25', '2022-12-01 12:11:25'),
(301, '638853d69b66a-cabinets.jpg', 94, 'App\\Models\\Construction', '2022-12-01 12:12:22', '2022-12-01 12:12:22'),
(302, '6388540b69abf-cabinets.jpg', 95, 'App\\Models\\Construction', '2022-12-01 12:13:15', '2022-12-01 12:13:15'),
(303, '6388543e8d3bd-cabinets.jpg', 96, 'App\\Models\\Construction', '2022-12-01 12:14:06', '2022-12-01 12:14:06'),
(304, '63885471e8bbb-cabinets.jpg', 97, 'App\\Models\\Construction', '2022-12-01 12:14:58', '2022-12-01 12:14:58'),
(305, '638854a3ddfd1-cabinets.jpg', 98, 'App\\Models\\Construction', '2022-12-01 12:15:48', '2022-12-01 12:15:48'),
(306, '638854d5c36c9-cabinets.jpg', 99, 'App\\Models\\Construction', '2022-12-01 12:16:37', '2022-12-01 12:16:37'),
(307, '63885507a3f5f-cabinets.jpg', 100, 'App\\Models\\Construction', '2022-12-01 12:17:27', '2022-12-01 12:17:27'),
(308, '6388553c57fd5-cabinets.jpg', 101, 'App\\Models\\Construction', '2022-12-01 12:18:20', '2022-12-01 12:18:20'),
(309, '6388556c154f4-cabinets.jpg', 102, 'App\\Models\\Construction', '2022-12-01 12:19:08', '2022-12-01 12:19:08'),
(310, '638855accf7e8-cabinets.jpg', 103, 'App\\Models\\Construction', '2022-12-01 12:20:12', '2022-12-01 12:20:12'),
(311, '6388561a1f3c0-cabinets.jpg', 104, 'App\\Models\\Construction', '2022-12-01 12:22:02', '2022-12-01 12:22:02'),
(312, '6388565b72405-cabinets.jpg', 105, 'App\\Models\\Construction', '2022-12-01 12:23:07', '2022-12-01 12:23:07'),
(313, '63885696d1e7c-cabinets.jpg', 106, 'App\\Models\\Construction', '2022-12-01 12:24:06', '2022-12-01 12:24:06'),
(314, '638856c82feb5-cabinets.jpg', 107, 'App\\Models\\Construction', '2022-12-01 12:24:56', '2022-12-01 12:24:56'),
(315, '638856f87df43-cabinets.jpg', 108, 'App\\Models\\Construction', '2022-12-01 12:25:44', '2022-12-01 12:25:44'),
(316, '63885725cf813-cabinets.jpg', 109, 'App\\Models\\Construction', '2022-12-01 12:26:29', '2022-12-01 12:26:29'),
(317, '638857567006c-cabinets.jpg', 110, 'App\\Models\\Construction', '2022-12-01 12:27:18', '2022-12-01 12:27:18'),
(318, '63885782ec7bd-cabinets.jpg', 111, 'App\\Models\\Construction', '2022-12-01 12:28:03', '2022-12-01 12:28:03'),
(319, '638857b032c6e-cabinets.jpg', 112, 'App\\Models\\Construction', '2022-12-01 12:28:48', '2022-12-01 12:28:48'),
(320, '638857e13078a-cabinets.jpg', 113, 'App\\Models\\Construction', '2022-12-01 12:29:37', '2022-12-01 12:29:37'),
(321, '63885812bbc17-cabinets.jpg', 114, 'App\\Models\\Construction', '2022-12-01 12:30:26', '2022-12-01 12:30:26'),
(322, '6388583eb4c1f-cabinets.jpg', 115, 'App\\Models\\Construction', '2022-12-01 12:31:10', '2022-12-01 12:31:10'),
(323, '638858b45eead-painting.jpg', 116, 'App\\Models\\Construction', '2022-12-01 12:33:08', '2022-12-01 12:33:08'),
(324, '638858e4915ce-painting.jpg', 117, 'App\\Models\\Construction', '2022-12-01 12:33:56', '2022-12-01 12:33:56'),
(325, '638859162d8c2-painting.jpg', 118, 'App\\Models\\Construction', '2022-12-01 12:34:46', '2022-12-01 12:34:46'),
(326, '6388594ea07aa-painting.jpg', 119, 'App\\Models\\Construction', '2022-12-01 12:35:42', '2022-12-01 12:35:42'),
(327, '6388597da1cd2-painting.jpg', 120, 'App\\Models\\Construction', '2022-12-01 12:36:29', '2022-12-01 12:36:29'),
(328, '63885a2a070a9-painting.jpg', 121, 'App\\Models\\Construction', '2022-12-01 12:39:22', '2022-12-01 12:39:22'),
(329, '63885a6153268-painting.jpg', 122, 'App\\Models\\Construction', '2022-12-01 12:40:17', '2022-12-01 12:40:17'),
(330, '63885a8f43a41-painting.jpg', 123, 'App\\Models\\Construction', '2022-12-01 12:41:03', '2022-12-01 12:41:03'),
(331, '63885ab6afa10-painting.jpg', 124, 'App\\Models\\Construction', '2022-12-01 12:41:42', '2022-12-01 12:41:42'),
(332, '63885aecac69a-painting.jpg', 125, 'App\\Models\\Construction', '2022-12-01 12:42:36', '2022-12-01 12:42:36'),
(333, '63885b298c6cf-painting.jpg', 126, 'App\\Models\\Construction', '2022-12-01 12:43:37', '2022-12-01 12:43:37'),
(334, '63885b5812132-painting.jpg', 127, 'App\\Models\\Construction', '2022-12-01 12:44:24', '2022-12-01 12:44:24'),
(335, '63885b92837c4-painting.jpg', 128, 'App\\Models\\Construction', '2022-12-01 12:45:22', '2022-12-01 12:45:22'),
(336, '63885bd231e20-painting.jpg', 129, 'App\\Models\\Construction', '2022-12-01 12:46:26', '2022-12-01 12:46:26'),
(337, '63885c2736eaa-painting.jpg', 130, 'App\\Models\\Construction', '2022-12-01 12:47:51', '2022-12-01 12:47:51'),
(338, '63885c54f07e7-painting.jpg', 131, 'App\\Models\\Construction', '2022-12-01 12:48:37', '2022-12-01 12:48:37'),
(339, '63885c9915937-painting.jpg', 132, 'App\\Models\\Construction', '2022-12-01 12:49:45', '2022-12-01 12:49:45'),
(340, '63885cd0f175d-painting.jpg', 133, 'App\\Models\\Construction', '2022-12-01 12:50:41', '2022-12-01 12:50:41'),
(341, '63885cff8dd1b-painting.jpg', 134, 'App\\Models\\Construction', '2022-12-01 12:51:27', '2022-12-01 12:51:27'),
(342, '63885d31925d6-painting.jpg', 135, 'App\\Models\\Construction', '2022-12-01 12:52:17', '2022-12-01 12:52:17'),
(343, '63885d6ccbdcb-painting.jpg', 136, 'App\\Models\\Construction', '2022-12-01 12:53:16', '2022-12-01 12:53:16'),
(344, '63885da073595-painting.jpg', 137, 'App\\Models\\Construction', '2022-12-01 12:54:08', '2022-12-01 12:54:08'),
(345, '63885ddb6f31f-painting.jpg', 138, 'App\\Models\\Construction', '2022-12-01 12:55:07', '2022-12-01 12:55:07'),
(346, '63885e1016698-painting.jpg', 139, 'App\\Models\\Construction', '2022-12-01 12:56:00', '2022-12-01 12:56:00'),
(347, '63885e3e4fac1-painting.jpg', 140, 'App\\Models\\Construction', '2022-12-01 12:56:46', '2022-12-01 12:56:46'),
(348, '63885e74c428a-painting.jpg', 141, 'App\\Models\\Construction', '2022-12-01 12:57:40', '2022-12-01 12:57:40'),
(349, '63885edb2b9f8-painting.jpg', 142, 'App\\Models\\Construction', '2022-12-01 12:59:23', '2022-12-01 12:59:23'),
(350, '63885f158bf14-painting.jpg', 143, 'App\\Models\\Construction', '2022-12-01 13:00:21', '2022-12-01 13:00:21'),
(351, '63885f46c27eb-painting.jpg', 144, 'App\\Models\\Construction', '2022-12-01 13:01:10', '2022-12-01 13:01:10'),
(352, '63885f704d15a-painting.jpg', 145, 'App\\Models\\Construction', '2022-12-01 13:01:52', '2022-12-01 13:01:52'),
(353, '63885fe1ae682-Drywall.jpg', 146, 'App\\Models\\Construction', '2022-12-01 13:03:45', '2022-12-01 13:03:45'),
(354, '63886015001be-Drywall.jpg', 147, 'App\\Models\\Construction', '2022-12-01 13:04:37', '2022-12-01 13:04:37'),
(355, '63886041be985-Drywall.jpg', 148, 'App\\Models\\Construction', '2022-12-01 13:05:21', '2022-12-01 13:05:21'),
(356, '63886076ac206-Drywall.jpg', 149, 'App\\Models\\Construction', '2022-12-01 13:06:14', '2022-12-01 13:06:14'),
(357, '638860b2c3e06-Drywall.jpg', 150, 'App\\Models\\Construction', '2022-12-01 13:07:14', '2022-12-01 13:07:14'),
(358, '638860e1cfbe0-Drywall.jpg', 151, 'App\\Models\\Construction', '2022-12-01 13:08:01', '2022-12-01 13:08:01'),
(359, '6388611e0628e-Drywall.jpg', 152, 'App\\Models\\Construction', '2022-12-01 13:09:02', '2022-12-01 13:09:02'),
(360, '6388632f42b34-Drywall.jpg', 153, 'App\\Models\\Construction', '2022-12-01 13:17:51', '2022-12-01 13:17:51'),
(361, '6388636ae786f-Drywall.jpg', 154, 'App\\Models\\Construction', '2022-12-01 13:18:51', '2022-12-01 13:18:51'),
(362, '6388639827d7f-Drywall.jpg', 155, 'App\\Models\\Construction', '2022-12-01 13:19:36', '2022-12-01 13:19:36'),
(363, '638863cfb3b18-Drywall.jpg', 156, 'App\\Models\\Construction', '2022-12-01 13:20:31', '2022-12-01 13:20:31'),
(364, '6388646280916-Landscaping.jpg', 157, 'App\\Models\\Construction', '2022-12-01 13:22:58', '2022-12-01 13:22:58'),
(365, '63886498105c0-Landscaping.jpg', 158, 'App\\Models\\Construction', '2022-12-01 13:23:52', '2022-12-01 13:23:52'),
(366, '638864c98237c-Landscaping.jpg', 159, 'App\\Models\\Construction', '2022-12-01 13:24:41', '2022-12-01 13:24:41'),
(367, '638864ff098aa-Landscaping.jpg', 160, 'App\\Models\\Construction', '2022-12-01 13:25:35', '2022-12-01 13:25:35'),
(368, '638865365dae1-Landscaping.jpg', 161, 'App\\Models\\Construction', '2022-12-01 13:26:30', '2022-12-01 13:26:30'),
(369, '6388656f38089-Landscaping.jpg', 162, 'App\\Models\\Construction', '2022-12-01 13:27:27', '2022-12-01 13:27:27'),
(370, '6388659b32d75-Landscaping.jpg', 163, 'App\\Models\\Construction', '2022-12-01 13:28:11', '2022-12-01 13:28:11'),
(371, '638865cd9b7fe-Landscaping.jpg', 164, 'App\\Models\\Construction', '2022-12-01 13:29:01', '2022-12-01 13:29:01'),
(372, '638865f619ab6-Landscaping.jpg', 165, 'App\\Models\\Construction', '2022-12-01 13:29:42', '2022-12-01 13:29:42'),
(373, '63886623292d8-Landscaping.jpg', 166, 'App\\Models\\Construction', '2022-12-01 13:30:27', '2022-12-01 13:30:27'),
(374, '6388666aa3122-Landscaping.jpg', 167, 'App\\Models\\Construction', '2022-12-01 13:31:38', '2022-12-01 13:31:38'),
(375, '63cf7e1b50ec5-Plumber.jpg', 168, 'App\\Models\\Construction', '2023-01-24 11:43:39', '2023-01-24 11:43:39'),
(376, '63cf86a4394cb-Plumber.jpg', 169, 'App\\Models\\Construction', '2023-01-24 12:20:04', '2023-01-24 12:20:04'),
(377, '63cf8f06919ec-Plumber.jpg', 170, 'App\\Models\\Construction', '2023-01-24 12:55:50', '2023-01-24 12:55:50'),
(378, '63cf90275ce0f-Plumber.jpg', 171, 'App\\Models\\Construction', '2023-01-24 13:00:39', '2023-01-24 13:00:39'),
(379, '63cf90d9e9135-Plumber.jpg', 172, 'App\\Models\\Construction', '2023-01-24 13:03:38', '2023-01-24 13:03:38'),
(380, '63cf91e55201b-Plumber.jpg', 173, 'App\\Models\\Construction', '2023-01-24 13:08:05', '2023-01-24 13:08:05'),
(381, '63cf92af4101e-Plumber.jpg', 174, 'App\\Models\\Construction', '2023-01-24 13:11:27', '2023-01-24 13:11:27'),
(382, '63cf936169721-Plumber.jpg', 175, 'App\\Models\\Construction', '2023-01-24 13:14:25', '2023-01-24 13:14:25'),
(383, '63cf942e7dd4f-Plumber.jpg', 176, 'App\\Models\\Construction', '2023-01-24 13:17:50', '2023-01-24 13:17:50'),
(384, '63cf95672caed-Plumber.jpg', 177, 'App\\Models\\Construction', '2023-01-24 13:23:03', '2023-01-24 13:23:03'),
(385, '63cf977589d83-Plumber.jpg', 178, 'App\\Models\\Construction', '2023-01-24 13:31:49', '2023-01-24 13:31:49'),
(386, '63cf9b699b78b-Plumber.jpg', 179, 'App\\Models\\Construction', '2023-01-24 13:48:41', '2023-01-24 13:48:41'),
(387, '63cf9cf764dfa-Plumber.jpg', 180, 'App\\Models\\Construction', '2023-01-24 13:55:19', '2023-01-24 13:55:19'),
(388, '63cf9dc951dff-Plumber.jpg', 181, 'App\\Models\\Construction', '2023-01-24 13:58:49', '2023-01-24 13:58:49'),
(389, '63cf9eab11876-Plumber.jpg', 182, 'App\\Models\\Construction', '2023-01-24 14:02:35', '2023-01-24 14:02:35'),
(390, '63cf9f4fcdf35-Plumber.jpg', 183, 'App\\Models\\Construction', '2023-01-24 14:05:19', '2023-01-24 14:05:19'),
(391, '63cfa03c73eaa-Plumber.jpg', 184, 'App\\Models\\Construction', '2023-01-24 14:09:16', '2023-01-24 14:09:16'),
(392, '63cfa0f070e7c-Plumber.jpg', 185, 'App\\Models\\Construction', '2023-01-24 14:12:16', '2023-01-24 14:12:16'),
(393, '63cfa1c1b9b0b-Plumber.jpg', 186, 'App\\Models\\Construction', '2023-01-24 14:15:45', '2023-01-24 14:15:45'),
(394, '63cfa1c426ae3-Plumber.jpg', 187, 'App\\Models\\Construction', '2023-01-24 14:15:48', '2023-01-24 14:15:48'),
(395, '63cfa545a46b9-Plumber.jpg', 188, 'App\\Models\\Construction', '2023-01-24 14:30:45', '2023-01-24 14:30:45'),
(396, '63cfb3ba56740-Plumber.jpg', 189, 'App\\Models\\Construction', '2023-01-24 15:32:26', '2023-01-24 15:32:26'),
(397, '63cfb6a125852-Plumber.jpg', 190, 'App\\Models\\Construction', '2023-01-24 15:44:49', '2023-01-24 15:44:49'),
(398, '63cfb7338b05f-Plumber.jpg', 191, 'App\\Models\\Construction', '2023-01-24 15:47:15', '2023-01-24 15:47:15'),
(399, '63d0d46236313-Plumber.jpg', 192, 'App\\Models\\Construction', '2023-01-25 12:04:02', '2023-01-25 12:04:02'),
(400, '63d0d5315ecd1-Plumber.jpg', 193, 'App\\Models\\Construction', '2023-01-25 12:07:29', '2023-01-25 12:07:29'),
(401, '63d0d62baa5cb-Plumber.jpg', 194, 'App\\Models\\Construction', '2023-01-25 12:11:39', '2023-01-25 12:11:39'),
(402, '63d0d749797dc-Plumber.jpg', 195, 'App\\Models\\Construction', '2023-01-25 12:16:25', '2023-01-25 12:16:25'),
(403, '63d0d8ddab0c2-Plumber.jpg', 196, 'App\\Models\\Construction', '2023-01-25 12:23:09', '2023-01-25 12:23:09'),
(404, '63d0db0ebe01e-Plumber.jpg', 197, 'App\\Models\\Construction', '2023-01-25 12:32:30', '2023-01-25 12:32:30'),
(405, '63d0dbdb631c0-Plumber.jpg', 198, 'App\\Models\\Construction', '2023-01-25 12:35:55', '2023-01-25 12:35:55'),
(406, '63d0dc632db2f-Plumber.jpg', 199, 'App\\Models\\Construction', '2023-01-25 12:38:11', '2023-01-25 12:38:11'),
(407, '63d0ddddd7dfb-Plumber.jpg', 200, 'App\\Models\\Construction', '2023-01-25 12:44:29', '2023-01-25 12:44:29'),
(408, '63d0dfebb5f33-Plumber.jpg', 201, 'App\\Models\\Construction', '2023-01-25 12:53:15', '2023-01-25 12:53:15'),
(409, '63d0e0f089a79-Plumber.jpg', 202, 'App\\Models\\Construction', '2023-01-25 12:57:36', '2023-01-25 12:57:36'),
(410, '63d0e1d5a128d-Plumber.jpg', 203, 'App\\Models\\Construction', '2023-01-25 13:01:25', '2023-01-25 13:01:25'),
(411, '63d0e3e8b7b45-Plumber.jpg', 204, 'App\\Models\\Construction', '2023-01-25 13:10:16', '2023-01-25 13:10:16'),
(412, '63d0e4d2a212a-Plumber.jpg', 205, 'App\\Models\\Construction', '2023-01-25 13:14:10', '2023-01-25 13:14:10'),
(413, '63d0e59a14615-Plumber.jpg', 206, 'App\\Models\\Construction', '2023-01-25 13:17:30', '2023-01-25 13:17:30'),
(414, '63d0e652b1c47-Plumber.jpg', 207, 'App\\Models\\Construction', '2023-01-25 13:20:34', '2023-01-25 13:20:34'),
(415, '63d0e6da564af-Plumber.jpg', 208, 'App\\Models\\Construction', '2023-01-25 13:22:50', '2023-01-25 13:22:50'),
(416, '63d0e7f00e8af-Plumber.jpg', 209, 'App\\Models\\Construction', '2023-01-25 13:27:28', '2023-01-25 13:27:28'),
(417, '63d0e8515222d-Plumber.jpg', 210, 'App\\Models\\Construction', '2023-01-25 13:29:05', '2023-01-25 13:29:05'),
(418, '63d0e8d55fcfb-Plumber.jpg', 211, 'App\\Models\\Construction', '2023-01-25 13:31:17', '2023-01-25 13:31:17'),
(419, '63d0f379cb6ea-Plumber.jpg', 212, 'App\\Models\\Construction', '2023-01-25 14:16:41', '2023-01-25 14:16:41'),
(420, '63d0f4a9959df-Plumber.jpg', 213, 'App\\Models\\Construction', '2023-01-25 14:21:45', '2023-01-25 14:21:45'),
(421, '63d0f57bb0c50-Plumber.jpg', 214, 'App\\Models\\Construction', '2023-01-25 14:25:15', '2023-01-25 14:25:15'),
(422, '63d0f6b2b3536-Plumber.jpg', 215, 'App\\Models\\Construction', '2023-01-25 14:30:26', '2023-01-25 14:30:26'),
(423, '63d0f80a7e54b-Plumber.jpg', 216, 'App\\Models\\Construction', '2023-01-25 14:36:10', '2023-01-25 14:36:10'),
(424, '63d0f8aed526f-Plumber.jpg', 217, 'App\\Models\\Construction', '2023-01-25 14:38:54', '2023-01-25 14:38:54'),
(425, '63d0f98c8beda-Plumber.jpg', 218, 'App\\Models\\Construction', '2023-01-25 14:42:36', '2023-01-25 14:42:36'),
(426, '63d0fa1aa5496-Plumber.jpg', 219, 'App\\Models\\Construction', '2023-01-25 14:44:58', '2023-01-25 14:44:58'),
(427, '63d0fb2b803ec-Plumber.jpg', 220, 'App\\Models\\Construction', '2023-01-25 14:49:31', '2023-01-25 14:49:31'),
(428, '63d0fbf6d38fc-Plumber.jpg', 221, 'App\\Models\\Construction', '2023-01-25 14:52:54', '2023-01-25 14:52:54'),
(429, '63d36fefc627a-Plumber.jpg', 222, 'App\\Models\\Construction', '2023-01-27 11:32:15', '2023-01-27 11:32:15'),
(430, '63d3738c8bcfd-Plumber.jpg', 223, 'App\\Models\\Construction', '2023-01-27 11:47:40', '2023-01-27 11:47:40'),
(431, '63d376ca7b903-Plumber.jpg', 224, 'App\\Models\\Construction', '2023-01-27 12:01:30', '2023-01-27 12:01:30'),
(432, '63d3774bd7214-Plumber.jpg', 225, 'App\\Models\\Construction', '2023-01-27 12:03:39', '2023-01-27 12:03:39'),
(433, '63d3774e7743b-Plumber.jpg', 226, 'App\\Models\\Construction', '2023-01-27 12:03:42', '2023-01-27 12:03:42'),
(434, '63d377ba44f1a-Plumber.jpg', 227, 'App\\Models\\Construction', '2023-01-27 12:05:30', '2023-01-27 12:05:30'),
(435, '63d3787900b0a-Plumber.jpg', 228, 'App\\Models\\Construction', '2023-01-27 12:08:41', '2023-01-27 12:08:41'),
(436, '63d378e45a353-Plumber.jpg', 229, 'App\\Models\\Construction', '2023-01-27 12:10:28', '2023-01-27 12:10:28'),
(437, '63d3797c2881d-Plumber.jpg', 230, 'App\\Models\\Construction', '2023-01-27 12:13:00', '2023-01-27 12:13:00'),
(438, '63d379e59dd2f-Plumber.jpg', 231, 'App\\Models\\Construction', '2023-01-27 12:14:45', '2023-01-27 12:14:45'),
(439, '63d37a4d11d11-Plumber.jpg', 232, 'App\\Models\\Construction', '2023-01-27 12:16:29', '2023-01-27 12:16:29'),
(440, '63d37f8dd8c76-Plumber.jpg', 233, 'App\\Models\\Construction', '2023-01-27 12:38:53', '2023-01-27 12:38:53'),
(441, '63d38001bb8c4-Plumber.jpg', 234, 'App\\Models\\Construction', '2023-01-27 12:40:49', '2023-01-27 12:40:49'),
(442, '63d3808e5f8d5-Plumber.jpg', 235, 'App\\Models\\Construction', '2023-01-27 12:43:10', '2023-01-27 12:43:10'),
(443, '63d3814328aa5-Plumber.jpg', 236, 'App\\Models\\Construction', '2023-01-27 12:46:11', '2023-01-27 12:46:11'),
(444, '63d3820e1dfbd-Plumber.jpg', 237, 'App\\Models\\Construction', '2023-01-27 12:49:34', '2023-01-27 12:49:34'),
(445, '63d38298649b8-Plumber.jpg', 238, 'App\\Models\\Construction', '2023-01-27 12:51:52', '2023-01-27 12:51:52'),
(446, '63d38299afd51-Plumber.jpg', 239, 'App\\Models\\Construction', '2023-01-27 12:51:53', '2023-01-27 12:51:53'),
(447, '63d3836c104a0-Plumber.jpg', 240, 'App\\Models\\Construction', '2023-01-27 12:55:24', '2023-01-27 12:55:24'),
(448, '63d384902d067-Plumber.jpg', 241, 'App\\Models\\Construction', '2023-01-27 13:00:16', '2023-01-27 13:00:16'),
(449, '63d3858450868-Plumber.jpg', 242, 'App\\Models\\Construction', '2023-01-27 13:04:20', '2023-01-27 13:04:20'),
(450, '63d3862000d82-Plumber.jpg', 243, 'App\\Models\\Construction', '2023-01-27 13:06:56', '2023-01-27 13:06:56'),
(451, '63d386a2176d2-Plumber.jpg', 244, 'App\\Models\\Construction', '2023-01-27 13:09:06', '2023-01-27 13:09:06'),
(452, '63d3892136197-Plumber.jpg', 245, 'App\\Models\\Construction', '2023-01-27 13:19:45', '2023-01-27 13:19:45'),
(453, '63d38c56ef5ea-Plumber.jpg', 246, 'App\\Models\\Construction', '2023-01-27 13:33:27', '2023-01-27 13:33:27'),
(454, '63d38dd12271d-Plumber.jpg', 247, 'App\\Models\\Construction', '2023-01-27 13:39:45', '2023-01-27 13:39:45'),
(455, '63d39b8d8c3ff-Plumber.jpg', 248, 'App\\Models\\Construction', '2023-01-27 14:38:21', '2023-01-27 14:38:21'),
(456, '63d39d60bf689-Plumber.jpg', 249, 'App\\Models\\Construction', '2023-01-27 14:46:08', '2023-01-27 14:46:08'),
(457, '63d39f965d458-Plumber.jpg', 250, 'App\\Models\\Construction', '2023-01-27 14:55:34', '2023-01-27 14:55:34'),
(458, '63d3a12322f84-Plumber.jpg', 251, 'App\\Models\\Construction', '2023-01-27 15:02:11', '2023-01-27 15:02:11'),
(459, '63d3a187994c1-Plumber.jpg', 252, 'App\\Models\\Construction', '2023-01-27 15:03:51', '2023-01-27 15:03:51'),
(460, '63d3a2349e9b5-Plumber.jpg', 253, 'App\\Models\\Construction', '2023-01-27 15:06:44', '2023-01-27 15:06:44'),
(461, '63d3a3741cdf3-Plumber.jpg', 254, 'App\\Models\\Construction', '2023-01-27 15:12:04', '2023-01-27 15:12:04'),
(462, '63d3a43e5942f-Plumber.jpg', 255, 'App\\Models\\Construction', '2023-01-27 15:15:26', '2023-01-27 15:15:26'),
(463, '63d3a552bf9cf-Plumber.jpg', 256, 'App\\Models\\Construction', '2023-01-27 15:20:02', '2023-01-27 15:20:02'),
(464, '63d3a6dc2104f-Plumber.jpg', 257, 'App\\Models\\Construction', '2023-01-27 15:26:36', '2023-01-27 15:26:36'),
(465, '63d3a7bc4b826-Plumber.jpg', 258, 'App\\Models\\Construction', '2023-01-27 15:30:20', '2023-01-27 15:30:20'),
(466, '63d3a8a89df14-Plumber.jpg', 259, 'App\\Models\\Construction', '2023-01-27 15:34:16', '2023-01-27 15:34:16'),
(467, '63d3a966ef5c1-Plumber.jpg', 260, 'App\\Models\\Construction', '2023-01-27 15:37:27', '2023-01-27 15:37:27'),
(468, '63d3aa7e3b56c-Plumber.jpg', 261, 'App\\Models\\Construction', '2023-01-27 15:42:06', '2023-01-27 15:42:06'),
(469, '63d3c0297b152-Plumber.jpg', 262, 'App\\Models\\Construction', '2023-01-27 17:14:33', '2023-01-27 17:14:33'),
(470, '63d3c09fb36d4-Plumber.jpg', 263, 'App\\Models\\Construction', '2023-01-27 17:16:31', '2023-01-27 17:16:31'),
(471, '63d3fa1b0fbed-Plumber.jpg', 264, 'App\\Models\\Construction', '2023-01-27 21:21:47', '2023-01-27 21:21:47'),
(472, '63d3faeb41d6f-Plumber.jpg', 265, 'App\\Models\\Construction', '2023-01-27 21:25:15', '2023-01-27 21:25:15'),
(473, '63d3fe35b8c66-Plumber.jpg', 266, 'App\\Models\\Construction', '2023-01-27 21:39:17', '2023-01-27 21:39:17'),
(478, '640c561ce5bb0-plumber.jpg', 5, 'App\\Models\\ConstructionCategory', '2023-03-11 15:21:16', '2023-03-11 15:21:16'),
(479, '640c5711a3590-home-banner-pic.jpg', 19, 'App\\Models\\ConstructionCategory', '2023-03-11 15:25:21', '2023-03-11 15:25:21'),
(480, '1692806158.IMG_1912.PNG', 1, 'App\\Models\\Item', '2023-08-23 19:55:59', '2023-08-23 19:55:59'),
(481, '1692806159.IMG_1911.PNG', 1, 'App\\Models\\Item', '2023-08-23 19:56:02', '2023-08-23 19:56:02'),
(482, '1692806162.IMG_1910.PNG', 1, 'App\\Models\\Item', '2023-08-23 19:56:03', '2023-08-23 19:56:03'),
(483, '1692806163.IMG_1909.PNG', 1, 'App\\Models\\Item', '2023-08-23 19:56:06', '2023-08-23 19:56:06');

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

--
-- Table structure for table `posts`
--

CREATE TABLE `posts` (
  `id` bigint UNSIGNED NOT NULL,
  `title` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
  `description` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci,
  `referral_url` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `image` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `user_id` bigint UNSIGNED DEFAULT NULL,
  `slug` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

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

--
-- Table structure for table `post_notifications`
--

CREATE TABLE `post_notifications` (
  `id` bigint UNSIGNED NOT NULL,
  `item_id` bigint UNSIGNED DEFAULT NULL,
  `category_id` bigint UNSIGNED DEFAULT NULL,
  `type` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `title` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `message` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Dumping data for table `post_notifications`
--

INSERT INTO `post_notifications` (`id`, `item_id`, `category_id`, `type`, `title`, `message`, `created_at`, `updated_at`) VALUES
(1, 8, 2, 'job', 'tesfsd', 'Lorem Ipsum is simply dummy text of the printing and typesetting industry.', '2022-02-03 15:56:00', '2022-02-03 15:56:00'),
(2, 12, 4, 'construction', 'Construction Labourer', 'They are also known as ground workers or construction operators. They prepare the building sites and do the labor necessary to complete the constru...', '2022-04-27 10:46:12', '2022-04-27 10:46:12'),
(3, 1, 13, 'construction', 'demo', 'testing', '2022-04-27 15:55:19', '2022-04-27 15:55:19'),
(4, 2, 5, 'construction', 'Plumber', 'Plumbers are skilled tradesmen who deal with cold and hot water drainage, heating and drainage systems. They are employed with a variety of tools a...', '2022-04-27 15:57:45', '2022-04-27 15:57:45'),
(5, 3, 5, 'construction', 'Milani Plumbing', 'Milani Plumbing has been serving 6 locations throughout Greater Vancouver with cost-effective repairs since 1956. Whether you are looking for emerg...', '2022-04-27 16:15:34', '2022-04-27 16:15:34'),
(6, 4, 5, 'construction', 'Dea Mechanical', 'The blockage of drains can cause stagnation of water, which could lead to numerous health issues. Our plumbers from Dea Mechanical in Maple Ridge, ...', '2022-04-28 08:46:58', '2022-04-28 08:46:58'),
(7, 5, 5, 'construction', 'EZ Plumbing Inc.', 'EZ Plumbing offers emergency heating and plumbing repairs in Edmonton and its surrounding areas and also offers professional gas fitting, BBQ insta...', '2022-04-28 09:02:13', '2022-04-28 09:02:13'),
(8, 6, 5, 'construction', 'DRD Plumbing Ltd.', 'DRD Plumbing Ltd provides quality plumbing services, especially to inhabitants in Calgary, AB. We are a specialist in emergency and residential plu...', '2022-04-28 09:20:24', '2022-04-28 09:20:24'),
(9, 7, 5, 'construction', 'Bartman Plumbing Ltd', 'Plumber in Toronto, Vaughan & The GTA. Bartman Plumbing Ltd is the ideal choice when you are looking for reliable plumbing drainage, HVAC, and drai...', '2022-04-28 09:29:38', '2022-04-28 09:29:38'),
(10, 8, 6, 'construction', 'Nuera Scaffold', 'Nuera Scaffold is a market leader with the knowledge, connections, and expertise to offer you Scaffold Solutions. We offer the best working materia...', '2022-04-28 09:46:44', '2022-04-28 09:46:44'),
(11, 9, 6, 'construction', 'South-Way Equipment Rentals Ltd', 'South-Way Equipment Rentals Ltd provides services to contractors and homeowners in Calgary for more than 30 years.\r\nSouth-Way Rentals, a family-own...', '2022-04-28 10:13:24', '2022-04-28 10:13:24'),
(12, 10, 6, 'construction', 'Unique Scaffold Inc', 'If you\'re planning to build or renovation project, you\'ll need the proper equipment to succeed. Visit Unique Scaffold in Calgary and Edmonton to di...', '2022-04-28 10:30:14', '2022-04-28 10:30:14'),
(13, 11, 6, 'construction', 'Urban Scaffolding Ltd', 'Servicing The North Since 1972, Urban Scaffolding Ltd. has earned a name in the business for the highest quality maintained galvanized equipment. W...', '2022-04-28 10:39:59', '2022-04-28 10:39:59'),
(14, 12, 6, 'construction', 'United Rentals', 'United Rentals is your best source for purchasing or renting heavy tools and equipment for your construction and contract needs. We have a wide sel...', '2022-04-28 10:50:42', '2022-04-28 10:50:42'),
(15, 13, 7, 'construction', 'Oneway Electrical Services', 'Oneway Electrical Services have years of experience and know everything related to electrical problems. We offer service to the entirety of Vancouv...', '2022-04-28 10:59:11', '2022-04-28 10:59:11'),
(16, 14, 7, 'construction', 'Dormit Electric', 'Are you experiencing electrical issues or problems? Are you looking for a security camera installation expert at a reasonable price? Our skilled el...', '2022-04-28 11:11:23', '2022-04-28 11:11:23'),
(17, 15, 7, 'construction', 'Chown Electrical Contractors Ltd', 'Are you looking for electricians located in Edmonton, AB? Look for Chown Electrical Contractors Ltd\'s professional services. We provide exceptional...', '2022-04-28 11:21:42', '2022-04-28 11:21:42'),
(18, 16, 7, 'construction', 'Belleville Electric', 'Belleville Electric was founded in 1999 by Ron and Tammy Belleville, and offers excellent customer service to the Calgary region. Although his work...', '2022-04-28 12:53:16', '2022-04-28 12:53:16'),
(19, 17, 7, 'construction', 'Safe Electrical Solutions', 'Safe Electrical Solutions is licensed and certified electricians and have served commercial and residential clients across the GTA. We offer cost-e...', '2022-04-28 13:09:30', '2022-04-28 13:09:30'),
(20, 18, 13, 'construction', 'Demo', 'testing', '2022-04-28 15:36:57', '2022-04-28 15:36:57'),
(21, 19, 12, 'construction', 'dummy', 'testing entry', '2022-04-28 15:37:46', '2022-04-28 15:37:46'),
(22, 20, 12, 'construction', 'test', 'testing', '2022-04-28 15:38:44', '2022-04-28 15:38:44'),
(23, 21, 4, 'construction', 'Haebler Construction', 'Haebler Construction is an award-winning general contractor located in Vancouver. We construct structures for commercial, residential as well as in...', '2022-04-29 09:22:53', '2022-04-29 09:22:53'),
(24, 22, 4, 'construction', 'Construction and General Workers Union Local 92', 'Construction and General Workers Union Local 92 is among the most advanced and fastest-growing unions for workers and laborers for construction wor...', '2022-04-29 09:24:17', '2022-04-29 09:24:17'),
(25, 23, 4, 'construction', 'Bilingual Target Bilingue', 'Bilingual Target Bilingue Jobs continues to offer specialized bilingual services for placement in Greater Toronto Area. Bilingual Jobs\' mission wil...', '2022-04-29 09:24:47', '2022-04-29 09:24:47'),
(26, 24, 4, 'construction', 'Artisan Contracting', 'Artisan Contracting is well known as a reputable and experienced Calgary company for renovations. We believe in providing the highest level of dire...', '2022-04-29 09:25:44', '2022-04-29 09:25:44'),
(27, 25, 8, 'construction', 'Innovative Design', 'We are a Calgary-based company that is specialized in custom decks, fences, and home renovations. We\'re guided by strong family values, high-qualit...', '2022-04-29 09:29:57', '2022-04-29 09:29:57'),
(28, 26, 8, 'construction', 'Nakedwood Designs', 'Nakedwood Designs is a local Vancouver woodworking business that specializes in custom-made pieces made using reclaimed and sustainable harvest pro...', '2022-04-29 09:31:29', '2022-04-29 09:31:29'),
(29, 27, 8, 'construction', 'BBG Carpentry Inc', 'BBG Carpentry Inc is an award-winning contractor who specializes in every aspect of renovations and residential carpentry inside as well as out. Ba...', '2022-04-29 10:34:01', '2022-04-29 10:34:01'),
(30, 28, 8, 'construction', 'Mega Builders Inc.', 'Are you planning to have some work done on your carpentry? Mega Builders Inc. can assist you with all of your carpentry requirements within Edmonto...', '2022-04-29 10:36:27', '2022-04-29 10:36:27'),
(31, 29, 9, 'construction', 'C2C Construction Ltd', 'We are a general contractor operating in various areas of the Greater Toronto Area, since 1995. We\'ll complete each project on time and within budg...', '2022-04-29 11:43:09', '2022-04-29 11:43:09'),
(32, 30, 9, 'construction', 'Swift Builders Ltd', 'Our services include initial budgeting, and pre-construction, including design if required. Also, management & construction for site development, n...', '2022-04-29 11:43:53', '2022-04-29 11:43:53'),
(33, 31, 9, 'construction', 'Concept Building Systems', 'Concept Building Systems Ltd. is proud to be the only Full-Service Company. It is not only that Concept Building Systems Ltd. provide all the emerg...', '2022-04-29 11:44:50', '2022-04-29 11:44:50'),
(34, 32, 9, 'construction', 'PATH General Contractor', 'Path General Contractors in Langley is your general contractor for mid-sized to small commercial remodels. From the initial design to the project c...', '2022-04-29 11:58:53', '2022-04-29 11:58:53'),
(35, 33, 9, 'construction', 'Gilbert General Contractor', 'Gilbert General Contractor is a full-service contractor located in Edmonton specializing in framing any type of home and finishing remodeling proje...', '2022-04-29 11:59:40', '2022-04-29 11:59:40'),
(36, 34, 10, 'construction', 'Abiluc Consulting', 'In Vancouver, Abiluc Consulting provides customers with support for engineering, design as well as management of construction for land and municipa...', '2022-04-29 13:34:16', '2022-04-29 13:34:16'),
(37, 35, 10, 'construction', 'Alpha Adroit Engineering Ltd', 'Alpha Adroit Engineering Ltd is a Canadian engineering consulting firm, offering geotechnical engineering, materials tests (soil tests and concrete...', '2022-04-29 13:34:52', '2022-04-29 13:34:52'),
(38, 36, 10, 'construction', 'Can Pak Consultants', 'CanPak\'s goal is to provide our customers with high-quality, professional, and economical engineering services. We seek to satisfy our customers by...', '2022-04-29 13:36:56', '2022-04-29 13:36:56'),
(39, 37, 10, 'construction', 'Higher Ground Consulting Inc', 'Higher Ground Consulting (HGC) is a committed team of highly trained and experienced professionals. The leadership team that is hands-on has spent ...', '2022-04-29 13:39:02', '2022-04-29 13:39:02'),
(40, 38, 10, 'construction', 'Nova Engineering & Construction Services', 'Do you require help from civil engineers located in Toronto, ON? You can depend on Nova Engineering & Construction Services an established engineer...', '2022-04-29 13:39:55', '2022-04-29 13:39:55'),
(41, 39, 11, 'construction', 'Butler Sundvick', 'Select Butler Sundvick in Surrey for your land surveying requirements. We are specialized in construction-related surveys. We will precisely inspec...', '2022-04-29 13:40:35', '2022-04-29 13:40:35'),
(42, 40, 11, 'construction', 'Explore Surveys Inc', 'Established in Edmonton on April 30, 2008, Explore Surveys was founded as an expert land surveying company with a focus on the petroleum and natura...', '2022-04-29 13:41:15', '2022-04-29 13:41:15'),
(43, 41, 11, 'construction', 'Keltic Geomatics LTD', 'At Keltic Geomatics LTD, we provide complete surveying services to clients throughout the Edmonton area and all of Northern Alberta. We ensure our ...', '2022-04-29 13:42:39', '2022-04-29 13:42:39'),
(44, 42, 11, 'construction', 'W Pang Surveys Inc', 'W. Pang Surveys Inc. is a Calgary company that provides land surveying services to various industries in Calgary and the adjacent regions. We were ...', '2022-04-29 14:43:48', '2022-04-29 14:43:48'),
(45, 43, 11, 'construction', 'Laycon', 'Laycon is a reputable company providing construction services to institutional, industrial, and civil/infrastructure construction projects. The com...', '2022-04-29 14:44:37', '2022-04-29 14:44:37'),
(46, 44, 12, 'construction', 'Architecton', 'Kon founded Architecton in 1972. His office is in the award-winning structure he created just north of 25th & MacDonald in Vancouver. Kon\'s designs...', '2022-04-29 14:46:22', '2022-04-29 14:46:22'),
(47, 45, 12, 'construction', 'IBI Group', 'We are at IBI Group in Edmonton we aid our clients to create sustainable efficient, sustainable, and modern urban areas. Through our innovative arc...', '2022-04-29 14:52:52', '2022-04-29 14:52:52'),
(48, 46, 12, 'construction', 'Quadrant Drafting and Design Services', 'Quadrant Drafting and Design offers draftsmanship services and 3D drawings for commercial and residential projects. Our low cost and speedy deliver...', '2022-04-29 14:53:13', '2022-04-29 14:53:13'),
(49, 47, 12, 'construction', 'Zulueta Architecture Ltd', 'We are a design consulting firm that provides architecture services for a wide variety of projects, including commercial, tenant improvements, and ...', '2022-04-29 14:54:10', '2022-04-29 14:54:10'),
(50, 48, 12, 'construction', 'Climans Green Liang Architects Inc', 'In 1988, the company was founded. CGL Architects Inc. provides many different creative architectural services to Toronto clients. Interior and arch...', '2022-04-29 14:55:23', '2022-04-29 14:55:23'),
(51, 49, 13, 'construction', 'Metro-Can Projects Inc', 'IDL Projects Inc. is an extensive, privately-owned commercial and civil construction firm with its headquarters located in Prince George, British C...', '2022-04-29 14:55:49', '2022-04-29 14:55:49'),
(52, 50, 13, 'construction', 'Keller Construction Ltd', 'Since 1956, Keller Construction has been providing Alberta high-quality services for Construction Management, Pre-Construction, Design-Build, and G...', '2022-04-29 14:56:05', '2022-04-29 14:56:05'),
(53, 51, 13, 'construction', 'Technical Builders Ltd.', '\"Featured in the BEST HOME MAGAZINE in Calgary as being among Calgary\'s most renowned designers! \", Technical Builders Ltd. is a specialist in mult...', '2022-04-29 14:56:24', '2022-04-29 14:56:24'),
(54, 52, 13, 'construction', 'Technical Resources Management Inc', 'TRM Technical Resource Management Inc., Est. 2000 was founded in 2000. It was founded in 2000. It is an ISNetworld accredited Construction and Proj...', '2022-04-29 14:56:40', '2022-04-29 14:56:40'),
(55, 53, 13, 'construction', 'Dpi Construction', 'DPI is an Ontario-based construction management company that is driven to turn dreams into realities. We do this for our clients each day as we und...', '2022-04-29 14:56:58', '2022-04-29 14:56:58'),
(56, 27, 1, 'vehicle', 'Nissan Navara 2.3L Tekna dCi', 'This Black Nissan Navara features Sat Nav,  Leather Seats, Heated Front Seats, Heated Seats,  Parking Camera, Rear Parking Sensors, Parking Sensors...', '2022-05-03 09:10:15', '2022-05-03 09:10:15'),
(57, 28, 1, 'vehicle', 'BMW 4 Series 2L M Sport 420i', 'This White BMW 4 Series features Sat Nav, Full Leather Seats, Leather Seats, Heated Front Seats, Heated Seats, Cruise Control, Parking Camera, Fron...', '2022-05-03 09:19:29', '2022-05-03 09:19:29'),
(58, 29, 2, 'vehicle', 'Harley-Davidson ROAD KING CLASSIC', 'Beautiful bike with thousands of dollars worth of accessories and low miles. Whitewall tires are just 500-miles. Harley Chrome Mag wheel, customize...', '2022-05-03 09:29:56', '2022-05-03 09:29:56'),
(59, 30, 2, 'vehicle', '2005 Honda Sportbike Motorcycle', 'Very clean 2005 Honda VTR 1000F Superhawk. The year 2005 was the year that ended the line of production, and also the first year that Honda made it...', '2022-05-03 09:38:47', '2022-05-03 09:38:47'),
(60, 31, 3, 'vehicle', '2013 Kawasaki Concours™ 14', 'Sport touring riders are among the most discerning of all motorcyclists, and the Concours® 14 supersport tourer\'s combination of technology, comfor...', '2022-05-03 09:54:26', '2022-05-03 09:54:26'),
(61, 32, 3, 'vehicle', '2022 Ducati Diavel 1260 S Black and Steel', 'Powerful. Muscular. But also agile and effective between the curves for maximum riding enjoyment.\r\n\r\nThe Diavel 1260 combines the performance of a ...', '2022-05-03 09:56:21', '2022-05-03 09:56:21'),
(62, 33, 4, 'vehicle', 'Family Camper for rent', 'CAMPER FOR RENT 2018, 17ft Riverside Travel Trailer. Text Lindsay at 1 (204) 232-1926 or E-mail at lindsayg@mymts.net\r\nDESCRIPTION: Sleeps 5 comfor...', '2022-05-03 10:29:37', '2022-05-03 10:29:37'),
(63, 34, 4, 'vehicle', '2015 Keystone RV Outback Terrain Ultra Lite 220TRB', 'This 220TRB Outback Terrain travel trailer by Keystone features a rear full bath and single slide for added interior space.Step inside and see the ...', '2022-05-03 10:34:21', '2022-05-03 10:34:21'),
(64, 38, 5, 'vehicle', '2022 Miska Trailers 5\'x8\' Utility Trailer', 'New 5\'x8\' Single Axle Utility TrailerMiska Utility Trailers- Built by Canadians, for CanadiansReady to Roll, starting at just $3,295.00Finance from...', '2022-05-03 13:21:22', '2022-05-03 13:21:22'),
(65, 39, 6, 'vehicle', '2003 Meridian 341 Sedan 2003 35\' 3\"', '2003 35\' 3\" MERIDIAN Motor Yacht 2003 Meridian 341 Sedan is a boat for sale located in Vancouver, British Columbia, Canada.\r\n\r\nLow hours on the gas...', '2022-05-03 13:55:09', '2022-05-03 13:55:09'),
(66, 40, 6, 'vehicle', 'HUNTER Cruising Sailboat STORMCAT', 'The 2006 40\' 4\" HUNTER Cruising Sailboat STORMCAT is a sail boat for sale located in VANCOUVER, British Columbia, Canada.\r\n\r\nJust Listed!!!\r\nStormc...', '2022-05-03 13:59:47', '2022-05-03 13:59:47'),
(67, 41, 7, 'vehicle', '2011 Kenworth T800 Tri/A Sleeper Truck Tractor', 'Cummins ISX15 6 Cylinder Ultra Low Sulfur Diesel 550 hp Engine, US EPA Label, 47987 Engine hrs, Engine Brake, Eaton Fuller Manual Transmission, Tri...', '2022-05-03 14:15:31', '2022-05-03 14:15:31'),
(68, 42, 7, 'vehicle', '2018 Kenworth T/A Sleeper Truck Tractor', 'Cummins ISX15 Ultra Low Sulfur Diesel 565 hp Engine, 2017 US EPA Label, Requires Diesel Exhaust Fluid, 11797 Engine hrs, Engine Brake, Eaton Fuller...', '2022-05-03 14:17:31', '2022-05-03 14:17:31'),
(69, 8, 9, 'item', 'Broadcast Spreader', 'Scotts “Speedy Green 1000” broadcast spreader for sale. Hold up to 1000 sq. m. of lawn fertilizer. Used a couple of times in the past ~ in real goo...', '2022-05-03 14:55:08', '2022-05-03 14:55:08'),
(70, 9, 11, 'item', 'CRINKLE FABRIC PURSE', 'THIS NAVY COLOR CRINCKLE FABRIC PURSE DATES FROM THE 1950\'S OR 1960\'S. IT CONTAINS ONE LARGE COMPARTMENT WITH A SIDE POCKET. THERE ARE CLEAR PLASTI...', '2022-05-03 15:02:56', '2022-05-03 15:02:56'),
(71, 10, 10, 'item', 'PG-SW001 Wireless bluetooth Game Controller Gamepad Joystick for Nintendo Switch Android Mobile Phone PC', 'This Gamepad is suitable for operating N-Switch game console and supporting Android devices and PC for games\r\n\r\nThis controller supports bluetooth ...', '2022-05-03 15:27:51', '2022-05-03 15:27:51'),
(72, 11, 14, 'item', 'Kona Hybrid Performance Bike', 'Kona Hybrid Bike\r\nSize: M\r\n24-Speed\r\nHydraulic Disc Brakes\r\nSuspension With Lockout\r\nIn Amazing Condition\r\nReady For The Summer!', '2022-05-03 15:36:30', '2022-05-03 15:36:30'),
(73, 12, 15, 'item', 'Calgary\'s LARGEST Garage Sale', 'Book your calendars. First ever Calgary\'s Largest Garage Sale. Anything goes!!!\r\nDate: June 18th Sat -10am-4pm\r\nLocation: Acadia Rec Complex\r\nSpace...', '2022-05-03 15:47:51', '2022-05-03 15:47:51'),
(74, 13, 15, 'item', 'Community Garage Sale', 'Community Garage Sale held at Kenilworth Community Hall, 7104 - 87 Avenue; Edmonton.\r\nMay 14th, 2022. 9:30 AM to 3:30 PM.\r\nMany vendors selling the...', '2022-05-03 15:53:48', '2022-05-03 15:53:48'),
(75, 14, 13, 'item', 'Samsung A32 Phone for sale', 'Excellent condition Samsun A32 for sale, no scratches, like new, 64GB, comes with the box and charger. Bought from Freedom Mobile in May 2021, used...', '2022-05-03 15:56:58', '2022-05-03 15:56:58'),
(76, 9, 4, 'job', 'Jr. Sous Chef', 'Job details\r\n\r\nSalary\r\n$37,500 - $40,000 a year\r\nJob type\r\nFull-time\r\nPermanent\r\n\r\nQualifications\r\nCooking: 5 years (Required)\r\n\r\nBenefits\r\n\r\nPulle...', '2022-05-04 09:49:11', '2022-05-04 09:49:11'),
(77, 10, 5, 'job', 'E-commerce Web site developer', 'Job requirements\r\n\r\nLanguages\r\nEnglish\r\n\r\nEducation\r\nBachelor\'s degree\r\n\r\nExperience\r\n1 year to less than 2 years\r\n\r\nSpecific Skills\r\n\r\nResearch an...', '2022-05-04 09:56:48', '2022-05-04 09:56:48'),
(78, 11, 6, 'job', 'Apprentice plumber', 'Job requirements\r\nLanguages\r\nEnglish\r\n\r\nEducation\r\nSecondary (high) school graduation certificate\r\n\r\nCredentials (certificates, licenses, membershi...', '2022-05-04 10:04:08', '2022-05-04 10:04:08'),
(79, 12, 7, 'job', 'Bookkeeper', 'Job requirements\r\n\r\nLanguages\r\nEnglish\r\n\r\nEducation\r\nSecondary (high) school graduation certificate\r\n\r\nExperience\r\n1 year to less than 2 years\r\n\r\nS...', '2022-05-04 10:10:17', '2022-05-04 10:10:17'),
(80, 13, 8, 'job', 'Elevator maintenance mechanic', 'Job requirements\r\nLanguages\r\nEnglish\r\n\r\nEducation\r\nOther trades certificate or diploma\r\nor equivalent experience\r\n\r\nCredentials (certificates, lice...', '2022-05-04 10:14:48', '2022-05-04 10:14:48'),
(81, 14, 9, 'job', 'Painter', 'Job requirements\r\n\r\nLanguages\r\nEnglish\r\n\r\nEducation\r\nSecondary (high) school graduation certificate\r\n\r\nExperience\r\n7 months to less than 1 year\r\n\r\n...', '2022-05-04 10:19:01', '2022-05-04 10:19:01'),
(82, 43, 2, 'vehicle', 'Two wheeler bike', 'Lorem ipsum Lorem ipsum Lorem ipsum Lorem ipsum Lorem ipsum Lorem ipsum Lorem ipsum Lorem ipsum Lorem ipsum Lorem ipsum Lorem ipsum Lorem ipsum', '2022-05-07 12:20:54', '2022-05-07 12:20:54'),
(83, 15, 13, 'item', 'Test', 'Test', '2022-05-07 12:29:03', '2022-05-07 12:29:03'),
(84, 54, 10, 'construction', 'Test', 'Test', '2022-05-14 11:49:24', '2022-05-14 11:49:24'),
(85, 55, 12, 'construction', 'Test', 'Test', '2022-05-26 14:28:18', '2022-05-26 14:28:18'),
(86, 56, 12, 'construction', 'Jr And J Construction Ltd', 'Doing Business As: Jr And J Construction Ltd\n\nCompany Description: Jr And J Construction Ltd is located in Surrey, BC, Canada and is part of the Re...', '2022-05-27 09:47:44', '2022-05-27 09:47:44'),
(87, 57, 12, 'construction', 'Jr And J Construction Ltd', 'Doing Business As: Jr And J Construction Ltd\n\nCompany Description: Jr And J Construction Ltd is located in Surrey, BC, Canada and is part of the Re...', '2022-05-27 09:47:49', '2022-05-27 09:47:49'),
(88, 44, 2, 'vehicle', 'Bicyle', 'All in new and maintained condition\nWith cycling gears', '2022-05-27 09:54:52', '2022-05-27 09:54:52'),
(89, 20, 0, 'property', 'Jass Real estates', 'Well maintained and organized platform for family or single person', '2022-05-27 10:04:32', '2022-05-27 10:04:32'),
(90, 16, 11, 'item', 'Bag', 'Bffgv', '2022-05-27 10:07:03', '2022-05-27 10:07:03'),
(91, 15, 6, 'job', 'gardener', 'Well educated\nExperienced\nFluent communication\nGraduate', '2022-05-27 10:09:41', '2022-05-27 10:09:41'),
(92, 18, 2, 'coupon', 'Discount', 'Csgcgkvcscbh', '2022-05-27 10:15:54', '2022-05-27 10:15:54'),
(93, 58, 5, 'construction', 'Sample sale', 'Plumbing jobs available', '2022-05-28 20:22:56', '2022-05-28 20:22:56'),
(94, 19, 2, 'coupon', 'Test', 'Testing', '2022-05-29 11:29:45', '2022-05-29 11:29:45'),
(95, 59, 8, 'construction', 'Testing today', 'Testing only', '2022-05-31 09:58:53', '2022-05-31 09:58:53'),
(96, 45, 2, 'vehicle', 'Vehicle test', 'Brand new bike', '2022-05-31 10:33:53', '2022-05-31 10:33:53'),
(97, 20, 2, 'coupon', 'Testing coupon', 'This coupon is valid for 10 days only', '2022-05-31 10:39:26', '2022-05-31 10:39:26'),
(98, 21, 2, 'coupon', 'Test coupon', 'Testing', '2022-06-11 16:01:13', '2022-06-11 16:01:13'),
(99, 46, 1, 'vehicle', 'Test', 'Test', '2022-06-12 12:38:58', '2022-06-12 12:38:58'),
(100, 60, 10, 'construction', 'Imroz', 'Testing only', '2022-06-14 19:47:42', '2022-06-14 19:47:42'),
(101, 22, 2, 'coupon', 'Test', 'Test', '2022-06-14 19:59:04', '2022-06-14 19:59:04'),
(102, 61, 8, 'construction', 'Test', 'Test', '2022-06-18 14:42:55', '2022-06-18 14:42:55'),
(103, 23, 3, 'coupon', 'Today coupon', 'Test only', '2022-06-18 14:45:55', '2022-06-18 14:45:55'),
(104, 17, 13, 'item', 'IPhone 12pro max', 'Am living this out for any body who firstly inbox that interested', '2022-06-21 22:20:32', '2022-06-21 22:20:32'),
(105, 18, 11, 'item', 'Ear purd', 'Am living this out for the first person to inbox me for interested', '2022-06-21 22:25:10', '2022-06-21 22:25:10'),
(106, 19, 16, 'item', 'hp laptop', 'Am living this out because I need money urgently and I we get you this product at a very low price', '2022-06-21 22:57:16', '2022-06-21 22:57:16'),
(107, 20, 13, 'item', 'IPhone 12pro max', 'Am living this out in a low price for the first person to inbox me', '2022-06-21 23:59:03', '2022-06-21 23:59:03'),
(108, 21, 10, 'item', 'PS 2', 'Am living this out for the first person at a low price because I have get another one', '2022-06-22 00:13:47', '2022-06-22 00:13:47'),
(109, 1, 7, 'construction', 'Chris Electric', '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 1...', '2022-11-18 23:10:51', '2022-11-18 23:10:51'),
(110, 2, 7, 'construction', 'Alberta\'s Custom Electrica', 'Electrician from Edmonton', '2022-11-18 23:28:21', '2022-11-18 23:28:21'),
(111, 3, 5, 'construction', 'Riteway Plumbing', 'Plumber in Edmonton', '2022-11-18 23:42:12', '2022-11-18 23:42:12'),
(112, 4, 8, 'construction', 'Mr Black Flooring', 'Carpenter In Edmonton', '2022-11-19 00:06:01', '2022-11-19 00:06:01'),
(113, 5, 12, 'construction', 'Test', 'Test', '2022-11-20 12:05:43', '2022-11-20 12:05:43'),
(114, 1, 1, 'vehicle', 'Test', 'Test', '2022-11-20 12:06:47', '2022-11-20 12:06:47'),
(115, 22, 1, 'property', 'Test', 'Test', '2022-11-20 12:08:03', '2022-11-20 12:08:03'),
(116, 1, 15, 'item', 'Test', 'Test', '2022-11-20 12:10:02', '2022-11-20 12:10:02'),
(117, 1, 5, 'job', 'Test', 'Test', '2022-11-20 12:10:53', '2022-11-20 12:10:53'),
(118, 2, 6, 'vehicle', 'Test', 'Test', '2022-11-20 12:21:02', '2022-11-20 12:21:02'),
(119, 6, 7, 'construction', 'chris electric', 'chris electric is a electrician', '2022-11-30 16:38:01', '2022-11-30 16:38:01'),
(120, 7, 7, 'construction', 'Alberta\'s Custom Electrica', 'Alberta\'s Custom Electrica is a electrician.', '2022-11-30 16:40:51', '2022-11-30 16:40:51'),
(121, 8, 7, 'construction', 'Mr. Electric of Edmonton', 'Mr. Electric of Edmonton is a electrician.', '2022-11-30 16:43:13', '2022-11-30 16:43:13'),
(122, 9, 7, 'construction', 'Can Electric Ltd', 'Can Electric Ltd is a electrician', '2022-11-30 16:48:01', '2022-11-30 16:48:01'),
(123, 10, 7, 'construction', 'Professional Electrical', 'Professional Electrical is a electrician.', '2022-11-30 16:50:11', '2022-11-30 16:50:11'),
(124, 11, 7, 'construction', 'Blue Chip Electrical Inc.', 'Blue Chip Electrical Inc. is a electrician.', '2022-11-30 16:54:33', '2022-11-30 16:54:33'),
(125, 12, 7, 'construction', 'Robart Electrical Services Ltd.', 'Robart Electrical Services Ltd. is a electrician.', '2022-11-30 16:56:25', '2022-11-30 16:56:25'),
(126, 13, 7, 'construction', 'Three Way Electrical ', 'Three Way Electrical is a electrician.', '2022-11-30 16:57:46', '2022-11-30 16:57:46'),
(127, 14, 7, 'construction', 'MNR Electric', 'MNR Electric is a electrician.', '2022-11-30 16:59:36', '2022-11-30 16:59:36'),
(128, 15, 7, 'construction', 'Valiant Electric', 'Valiant Electric is a electrician.', '2022-11-30 17:01:05', '2022-11-30 17:01:05'),
(129, 16, 7, 'construction', 'Pure Wave Electric Inc', 'Pure Wave Electric Incis a electrician.', '2022-11-30 17:10:01', '2022-11-30 17:10:01'),
(130, 17, 7, 'construction', 'ILS Electrical', 'ILS Electricalis a electrician', '2022-11-30 17:11:27', '2022-11-30 17:11:27'),
(131, 18, 7, 'construction', 'Mayne Electric Ltd.', 'Mayne Electric Ltd. is a electrician.', '2022-11-30 17:13:11', '2022-11-30 17:13:11'),
(132, 19, 7, 'construction', 'F.A. Electrical Services Inc.', 'F.A. Electrical Services Inc.is a electrician.', '2022-11-30 17:14:32', '2022-11-30 17:14:32'),
(133, 20, 7, 'construction', 'Alstar Electric Ltd', 'Alstar Electric Ltd is a electrician.', '2022-11-30 17:16:17', '2022-11-30 17:16:17'),
(134, 21, 7, 'construction', 'Mr. Electric of Edmonton Southwest', 'Mr. Electric of Edmonton Southwest is a electrician.', '2022-11-30 17:18:11', '2022-11-30 17:18:11'),
(135, 22, 7, 'construction', 'Thormack Electric', 'Thormack Electric is a electrician.', '2022-11-30 17:19:37', '2022-11-30 17:19:37'),
(136, 23, 7, 'construction', 'K-Jay Electric Ltd', 'K-Jay Electric Ltd is a electrician.', '2022-11-30 17:20:57', '2022-11-30 17:20:57'),
(137, 24, 7, 'construction', 'Constar Electric', 'Constar Electric is a electrician.', '2022-11-30 17:22:52', '2022-11-30 17:22:52'),
(138, 25, 7, 'construction', 'Jem Electric Services', 'Jem Electric Services is a electrician.', '2022-11-30 17:24:07', '2022-11-30 17:24:07'),
(139, 26, 7, 'construction', 'Edmonton Electric', 'Edmonton Electric is a electrician.', '2022-11-30 17:25:35', '2022-11-30 17:25:35'),
(140, 27, 7, 'construction', 'Small Time Electric', 'Small Time Electric is a electrician.', '2022-11-30 17:26:52', '2022-11-30 17:26:52'),
(141, 28, 7, 'construction', 'Unique Electric Services Inc.', 'Unique Electric Services Inc.is a electrician.', '2022-11-30 17:28:01', '2022-11-30 17:28:01'),
(142, 29, 7, 'construction', 'constar Electric', 'constar Electric is a electrician.', '2022-11-30 17:29:51', '2022-11-30 17:29:51'),
(143, 30, 7, 'construction', 'Bright Side Electric', 'Bright Side Electric is a electrician.', '2022-11-30 17:31:15', '2022-11-30 17:31:15'),
(144, 31, 7, 'construction', 'Master Electrical Ltd', 'Master Electrical Ltd is a electrician.', '2022-11-30 17:32:25', '2022-11-30 17:32:25'),
(145, 32, 7, 'construction', 'She\'s Electric Inc.', 'She\'s Electric Inc. is a electrician.', '2022-11-30 17:34:51', '2022-11-30 17:34:51'),
(146, 33, 7, 'construction', 'Lights Out Electric Inc', 'Lights Out Electric Inc is a electrician.', '2022-11-30 17:36:00', '2022-11-30 17:36:00'),
(147, 34, 5, 'construction', 'Riteway Plumbing', 'Riteway Plumbing is a plumbing.', '2022-11-30 17:39:48', '2022-11-30 17:39:48'),
(148, 35, 5, 'construction', 'United Plumbing Ltd', 'United Plumbing Ltd is  a plumber.', '2022-11-30 17:41:07', '2022-11-30 17:41:07'),
(149, 36, 5, 'construction', 'Young Guns Plumbing', 'Young Guns Plumbing is a plumber.', '2022-11-30 17:42:28', '2022-11-30 17:42:28'),
(150, 37, 5, 'construction', 'Pro Plumbing & Heating Ltd.', 'Pro Plumbing & Heating Ltd. is a plumber.', '2022-11-30 17:43:53', '2022-11-30 17:43:53'),
(151, 38, 5, 'construction', 'Worry Free Plumbing & Heating ', 'Worry Free Plumbing & Heating  is a plumber.', '2022-11-30 17:45:15', '2022-11-30 17:45:15'),
(152, 39, 5, 'construction', 'Yes She Can Plumbing Ltd.', 'Yes She Can Plumbing Ltd.is a plumber.', '2022-11-30 17:46:37', '2022-11-30 17:46:37'),
(153, 40, 5, 'construction', 'P J Faucet Plumbing &', 'P J Faucet Plumbing & is a plumber.', '2022-11-30 17:48:10', '2022-11-30 17:48:10'),
(154, 41, 5, 'construction', 'Little Plumber Girl Inc.', 'Little Plumber Girl Inc. is a plumber.', '2022-11-30 17:49:23', '2022-11-30 17:49:23'),
(155, 42, 5, 'construction', 'Plumber in edmonton', 'Plumber in edmonton is a plumber.', '2022-11-30 17:50:40', '2022-11-30 17:50:40'),
(156, 43, 5, 'construction', 'Plumber in edmonton', 'Plumber in edmonton is a plumber.', '2022-11-30 17:50:41', '2022-11-30 17:50:41'),
(157, 44, 5, 'construction', 'Go 2 Plumbing & Heating', 'Go 2 Plumbing & Heating is a plumber.', '2022-11-30 17:51:45', '2022-11-30 17:51:45'),
(158, 45, 5, 'construction', 'AIM Plumbing & Heating', 'AIM Plumbing & Heating is a plumber.', '2022-11-30 17:53:11', '2022-11-30 17:53:11'),
(159, 46, 5, 'construction', 'Vision Plumbing & Heatin', 'Vision Plumbing & Heatin is a plumber.', '2022-11-30 17:54:22', '2022-11-30 17:54:22'),
(160, 47, 5, 'construction', 'Always Plumbing & Heati', 'Always Plumbing & Heati is a plumber.', '2022-11-30 17:55:46', '2022-11-30 17:55:46'),
(161, 48, 5, 'construction', 'WAYS PLUMBING & Heating', 'WAYS PLUMBING & Heating is a plumber.', '2022-11-30 17:57:32', '2022-11-30 17:57:32'),
(162, 49, 5, 'construction', 'Dollarwise Plumbing & Heating', 'Dollarwise Plumbing & Heating is a plumber.', '2022-11-30 17:58:45', '2022-11-30 17:58:45'),
(163, 50, 5, 'construction', '2 Ply Plumbing Edmonton', '2 Ply Plumbing Edmonton is a plumber.', '2022-11-30 18:00:13', '2022-11-30 18:00:13'),
(164, 51, 5, 'construction', 'Superior P', 'Superior P  is a plumber.', '2022-11-30 18:01:31', '2022-11-30 18:01:31'),
(165, 52, 14, 'construction', 'The Hardwood Guy', 'The Hardwood Guy is  flooring .', '2022-11-30 18:12:32', '2022-11-30 18:12:32'),
(166, 53, 14, 'construction', 'Mr Black Flooring', 'Mr Black Flooring is flooring.', '2022-11-30 18:13:50', '2022-11-30 18:13:50'),
(167, 54, 14, 'construction', 'Williams Flooring', 'Williams Flooring is floor.', '2022-11-30 18:14:57', '2022-11-30 18:14:57'),
(168, 55, 14, 'construction', 'Floor Concepts Ltd', 'Floor Concepts Ltd is  flooring.', '2022-11-30 18:16:21', '2022-11-30 18:16:21'),
(169, 56, 14, 'construction', 'YF Custom Flooring', 'YF Custom Flooring is flooring.', '2022-11-30 18:17:31', '2022-11-30 18:17:31'),
(170, 57, 14, 'construction', 'Simple flooring company l', 'Simple flooring company  is  flooring.', '2022-11-30 18:18:52', '2022-11-30 18:18:52'),
(171, 58, 14, 'construction', 'JL Flooring Refinishing & Installation', 'JL Flooring Refinishing & Installation is flooring.', '2022-11-30 18:20:12', '2022-11-30 18:20:12'),
(172, 59, 14, 'construction', 'Arcade Flooring Ltd.', 'Arcade Flooring Ltd.is flooring.', '2022-11-30 18:21:24', '2022-11-30 18:21:24'),
(173, 60, 14, 'construction', 'Master 1 Flooring', 'Master 1 Flooring is flooring', '2022-11-30 18:22:41', '2022-11-30 18:22:41'),
(174, 61, 14, 'construction', 'New Era Floor Gallery Ltd', 'New Era Floor Gallery Ltd is flooring.', '2022-11-30 18:24:06', '2022-11-30 18:24:06'),
(175, 62, 14, 'construction', 'Biggs Custom Flooring', 'Biggs Custom Flooring  is flooring.', '2022-11-30 18:25:24', '2022-11-30 18:25:24'),
(176, 63, 14, 'construction', 'Alberta Flooring Connect', 'Alberta Flooring Connect is flooring.', '2022-11-30 18:26:41', '2022-11-30 18:26:41'),
(177, 64, 14, 'construction', 'The Magic Flooring', 'The Magic Flooring is flooring.', '2022-11-30 18:28:16', '2022-11-30 18:28:16'),
(178, 65, 14, 'construction', 'Jangra Tile Installation', 'Jangra Tile Installation is flooring.', '2022-11-30 18:29:18', '2022-11-30 18:29:18'),
(179, 66, 14, 'construction', 'Floor Experts Inc', 'Floor Experts Inc is flooring.', '2022-11-30 18:31:01', '2022-11-30 18:31:01'),
(180, 67, 14, 'construction', 'Edmonton Tile Installer', 'Edmonton Tile Installer is flooring.', '2022-11-30 18:32:42', '2022-11-30 18:32:42'),
(181, 68, 14, 'construction', 'Alberta Flooring Connect', 'Alberta Flooring Connect is flooring.', '2022-11-30 18:35:06', '2022-11-30 18:35:06'),
(182, 69, 14, 'construction', 'The Magic Flooring', 'The Magic Flooring  is flooring.', '2022-11-30 18:36:13', '2022-11-30 18:36:13'),
(183, 70, 14, 'construction', 'Jangra Tile Installation', 'Jangra Tile Installation is flooring.', '2022-11-30 18:37:17', '2022-11-30 18:37:17'),
(184, 71, 14, 'construction', 'Floor Experts Inc', 'Floor Experts Inc is flooring.', '2022-11-30 18:38:21', '2022-11-30 18:38:21'),
(185, 72, 14, 'construction', 'Edmonton Tile Installer', 'Edmonton Tile Installer is flooring .', '2022-11-30 18:39:19', '2022-11-30 18:39:19'),
(186, 73, 14, 'construction', 'Tile installer', 'Tile installer is flooring', '2022-11-30 18:40:16', '2022-11-30 18:40:16'),
(187, 74, 14, 'construction', 'Touchtone Flooring West', 'Touchtone Flooring West is flooring.', '2022-11-30 18:41:28', '2022-11-30 18:41:28'),
(188, 75, 14, 'construction', 'Tile Solutions LTD', 'Tile Solutions LTD is flooring.', '2022-11-30 18:42:36', '2022-11-30 18:42:36'),
(189, 76, 14, 'construction', 'LCB Hardwood & Tile', 'LCB Hardwood &Tile is flooring.', '2022-11-30 18:43:51', '2022-11-30 18:43:51'),
(190, 77, 14, 'construction', 'Mehmi Tiles', 'Mehmi Tiles is flooring.', '2022-11-30 18:45:21', '2022-11-30 18:45:21'),
(191, 78, 14, 'construction', 'VINYL NOSING', 'VINYL NOSING is flooring.', '2022-11-30 18:47:07', '2022-11-30 18:47:07'),
(192, 79, 14, 'construction', 'Sran Tile And Reno Ltd', 'Sran Tile And Reno Ltd is flooring.', '2022-11-30 18:48:07', '2022-11-30 18:48:07'),
(193, 80, 14, 'construction', 'The Flooring Installers', 'The Flooring Installers is flooring.', '2022-11-30 18:49:11', '2022-11-30 18:49:11'),
(194, 81, 14, 'construction', 'Edge 2 Edge Flooring', 'Edge 2 Edge Flooring is flooring.', '2022-11-30 18:50:26', '2022-11-30 18:50:26'),
(195, 82, 14, 'construction', '1 DAY Hardwood Floor Refinishing', '1 DAY Hardwood Floor Refinishing is flooring.', '2022-11-30 18:51:26', '2022-11-30 18:51:26'),
(196, 83, 14, 'construction', 'Sandhu Carpet & Flooring Ltd', 'Sandhu Carpet & Flooring Ltd is flooring.', '2022-11-30 18:52:28', '2022-11-30 18:52:28'),
(197, 84, 14, 'construction', 'Edmonton Vinyl Decking', 'Edmonton Vinyl Decking is flooring.', '2022-11-30 18:53:34', '2022-11-30 18:53:34'),
(198, 85, 14, 'construction', 'Ace Quality Renovations', 'Ace Quality Renovations is flooring.', '2022-11-30 18:54:24', '2022-11-30 18:54:24'),
(199, 86, 17, 'construction', 'Bigstone Custom Cabinets Ltd', 'Bigstone Custom Cabinets Ltd is kitchen cabinets.', '2022-12-01 12:03:44', '2022-12-01 12:03:44'),
(200, 87, 17, 'construction', 'Summit Cabinets - Kitchen', 'Summit Cabinets - Kitchen is kitchen cabinets', '2022-12-01 12:05:01', '2022-12-01 12:05:01'),
(201, 88, 17, 'construction', 'Essence Cabinets and Closets', 'Essence Cabinets and Closets is kitchen cabinets.', '2022-12-01 12:05:57', '2022-12-01 12:05:57'),
(202, 89, 17, 'construction', 'Perfection Kitchen Cabinets', 'Perfection Kitchen Cabinets is kitchen cabinets.', '2022-12-01 12:07:15', '2022-12-01 12:07:15'),
(203, 90, 17, 'construction', '3D Custom Cabinets', '3D Custom Cabinets is kitchen cabinets.', '2022-12-01 12:08:29', '2022-12-01 12:08:29'),
(204, 91, 17, 'construction', 'Elite Kitchens Inc', 'Elite Kitchens Inc is kitchen cabinet.', '2022-12-01 12:09:25', '2022-12-01 12:09:25'),
(205, 92, 17, 'construction', 'Evershine Kitchen Cabinets', 'Evershine Kitchen Cabinets is kitchen cabinet.', '2022-12-01 12:10:32', '2022-12-01 12:10:32'),
(206, 93, 17, 'construction', 'World Kitchen Cabinets', 'World Kitchen Cabinets is kitchen cabinets', '2022-12-01 12:11:25', '2022-12-01 12:11:25'),
(207, 94, 17, 'construction', 'A-One Kitchen Cabinets Ltd', 'A-One Kitchen Cabinets Ltd is kitchen cabinets', '2022-12-01 12:12:22', '2022-12-01 12:12:22'),
(208, 95, 17, 'construction', 'Star Kitchen Cabinets Ltd', 'Star Kitchen Cabinets Ltd is kitchen cabinet', '2022-12-01 12:13:15', '2022-12-01 12:13:15'),
(209, 96, 17, 'construction', 'Iconic Cabinets Inc', 'Iconic Cabinets Inc is kitchen cabinet', '2022-12-01 12:14:06', '2022-12-01 12:14:06'),
(210, 97, 17, 'construction', 'Superior Cabinets Edmonton', 'Superior Cabinets Edmonton is kitchen cabinet', '2022-12-01 12:14:58', '2022-12-01 12:14:58'),
(211, 98, 17, 'construction', 'Westfork Kitchen Cabinets', 'Westfork Kitchen Cabinets is kitchen cabinets.', '2022-12-01 12:15:48', '2022-12-01 12:15:48'),
(212, 99, 17, 'construction', 'AyA Kitchens of Edmonton', 'AyA Kitchens of Edmonton is kitchen cabinet', '2022-12-01 12:16:37', '2022-12-01 12:16:37'),
(213, 100, 17, 'construction', 'Best Kitchens Refinishing', 'Best Kitchens Refinishing is kitchen cabinets', '2022-12-01 12:17:27', '2022-12-01 12:17:27'),
(214, 101, 17, 'construction', '4k Kitchen Cabinet', '4k Kitchen Cabinet is kitchen cabinets.', '2022-12-01 12:18:20', '2022-12-01 12:18:20'),
(215, 102, 17, 'construction', 'Royal Concept Kitchen’s', 'Royal Concept Kitchen’s is kitchen cabinets.', '2022-12-01 12:19:08', '2022-12-01 12:19:08'),
(216, 103, 17, 'construction', 'Kitchen Art Cabinet Inc.', 'Kitchen Art Cabinet Inc. is kitchen cabinets.', '2022-12-01 12:20:12', '2022-12-01 12:20:12'),
(217, 104, 17, 'construction', 'Alberta custom kitchens ltd', 'Alberta custom kitchens ltd is kitchen cabinets.', '2022-12-01 12:22:02', '2022-12-01 12:22:02'),
(218, 105, 17, 'construction', 'Fine art kitchen cabinets', 'Fine art kitchen cabinets is kitchen cabinets.', '2022-12-01 12:23:07', '2022-12-01 12:23:07'),
(219, 106, 17, 'construction', 'Fancy Kitchen & Countertops', 'Fancy Kitchen & Countertops is kitchen cabinets.', '2022-12-01 12:24:06', '2022-12-01 12:24:06'),
(220, 107, 17, 'construction', 'Kitchen Masters', 'Kitchen Mastersis kitchen cabinets.', '2022-12-01 12:24:56', '2022-12-01 12:24:56'),
(221, 108, 17, 'construction', 'Alberta Cabinets & Woodworks', 'Alberta Cabinets & Woodworks is kitchen cabinets.', '2022-12-01 12:25:44', '2022-12-01 12:25:44'),
(222, 109, 17, 'construction', 'King Kitchen and Cabinets', 'King Kitchen and Cabinets is kitchen cabinets.', '2022-12-01 12:26:29', '2022-12-01 12:26:29'),
(223, 110, 17, 'construction', 'KITCHEN Pro', 'KITCHEN Pro is kitchen cabinets.', '2022-12-01 12:27:18', '2022-12-01 12:27:18'),
(224, 111, 17, 'construction', 'Cdn Kitchen Cabinets & Wood', 'Cdn Kitchen Cabinets & Wood is kitchen cabinets.', '2022-12-01 12:28:03', '2022-12-01 12:28:03'),
(225, 112, 17, 'construction', 'Diamond Kitchen Designs Ltd', 'Diamond Kitchen Designs Ltd is kitchen cabinets.', '2022-12-01 12:28:48', '2022-12-01 12:28:48'),
(226, 113, 17, 'construction', 'Custom Cabinet Factory Ltd.', 'Custom Cabinet Factory Ltd. is kitchen cabinets.', '2022-12-01 12:29:37', '2022-12-01 12:29:37'),
(227, 114, 17, 'construction', 'Kitchen Craft Edmonton', 'Kitchen Craft Edmonton is kitchen cabinets.', '2022-12-01 12:30:26', '2022-12-01 12:30:26'),
(228, 115, 17, 'construction', 'KB Cabinets Ltd.', 'KB Cabinets Ltd. is kitchen cabinets.', '2022-12-01 12:31:10', '2022-12-01 12:31:10'),
(229, 116, 15, 'construction', 'Edmontonpainterspro', 'Edmontonpainterspro is painters.', '2022-12-01 12:33:08', '2022-12-01 12:33:08'),
(230, 117, 15, 'construction', 'Mill Creek Painters Ltd.', 'Mill Creek Painters Ltd. is a painter.', '2022-12-01 12:33:56', '2022-12-01 12:33:56'),
(231, 118, 15, 'construction', 'J&B Quality Painters', 'J&B Quality Painters is a painter.', '2022-12-01 12:34:46', '2022-12-01 12:34:46'),
(232, 119, 15, 'construction', 'The Repaint Specialists Inc', 'The Repaint Specialists Inc is a painter.', '2022-12-01 12:35:42', '2022-12-01 12:35:42'),
(233, 120, 15, 'construction', 'iPaint Painting', 'iPaint Painting is a painter.', '2022-12-01 12:36:29', '2022-12-01 12:36:29'),
(234, 121, 15, 'construction', 'Pro Co Painting', 'Pro Co Painting is a painter.', '2022-12-01 12:39:22', '2022-12-01 12:39:22'),
(235, 122, 15, 'construction', 'DreamArt Painting Ltd', 'DreamArt Painting Ltd is a painter.', '2022-12-01 12:40:17', '2022-12-01 12:40:17'),
(236, 123, 15, 'construction', 'Quality Student Painters', 'Quality Student Painters is a painter.', '2022-12-01 12:41:03', '2022-12-01 12:41:03'),
(237, 124, 15, 'construction', 'Edmonton Painting', 'Edmonton Painting is a painter.', '2022-12-01 12:41:42', '2022-12-01 12:41:42'),
(238, 125, 15, 'construction', 'Art-tek painters Edmonton', 'Art-tek painters Edmonton is a painter.', '2022-12-01 12:42:36', '2022-12-01 12:42:36'),
(239, 126, 15, 'construction', 'Royal Painting Ltd', 'Royal Painting Ltd is a painter.', '2022-12-01 12:43:37', '2022-12-01 12:43:37'),
(240, 127, 15, 'construction', 'Gill painting inc.', 'Gill painting inc. is a painter.', '2022-12-01 12:44:24', '2022-12-01 12:44:24'),
(241, 128, 15, 'construction', 'Reliable Painters', 'Reliable Painters is a painter.', '2022-12-01 12:45:22', '2022-12-01 12:45:22'),
(242, 129, 15, 'construction', 'Painters Enterprise', 'Painters Enterprise is a painter.', '2022-12-01 12:46:26', '2022-12-01 12:46:26'),
(243, 130, 15, 'construction', 'First Class Interior Painting Inc.', 'First Class Interior Painting Inc. is a painter.', '2022-12-01 12:47:51', '2022-12-01 12:47:51'),
(244, 131, 15, 'construction', 'Nkn Professional Painting', 'Nkn Professional Painting is a painter.', '2022-12-01 12:48:37', '2022-12-01 12:48:37'),
(245, 132, 15, 'construction', 'NINJA PAINTERS', 'NINJA PAINTERS is a painter.', '2022-12-01 12:49:45', '2022-12-01 12:49:45'),
(246, 133, 15, 'construction', 'The PainterLady', 'The PainterLady is a painter.', '2022-12-01 12:50:41', '2022-12-01 12:50:41'),
(247, 134, 15, 'construction', 'Edmonton House Painting', 'Edmonton House Painting is a painter.', '2022-12-01 12:51:27', '2022-12-01 12:51:27'),
(248, 135, 15, 'construction', 'Smart Painting Ltd.', 'Smart Painting Ltd. is a painter.', '2022-12-01 12:52:17', '2022-12-01 12:52:17'),
(249, 136, 15, 'construction', '4 Season Painting & Reanovations', '4 Season Painting & Reanovations is a painter.', '2022-12-01 12:53:16', '2022-12-01 12:53:16'),
(250, 137, 15, 'construction', 'Repaint Professionals Ltd', 'Repaint Professionals Ltd is a painter.', '2022-12-01 12:54:08', '2022-12-01 12:54:08'),
(251, 138, 15, 'construction', 'New Style Painting & Reno', 'New Style Painting & Reno is a painter.', '2022-12-01 12:55:07', '2022-12-01 12:55:07'),
(252, 139, 15, 'construction', 'PAM PAINTING LTD.', 'PAM PAINTING LTD. is a painter.', '2022-12-01 12:56:00', '2022-12-01 12:56:00'),
(253, 140, 15, 'construction', 'M B Painting Services Inc', 'M B Painting Services Inc is a painter.', '2022-12-01 12:56:46', '2022-12-01 12:56:46'),
(254, 141, 15, 'construction', 'Alberta Painting LTD ', 'Alberta Painting LTD  is a painter.', '2022-12-01 12:57:40', '2022-12-01 12:57:40'),
(255, 142, 15, 'construction', 'On Time Professional painting', 'On Time Professional painting is a painter.', '2022-12-01 12:59:23', '2022-12-01 12:59:23'),
(256, 143, 15, 'construction', 'Elegant Paint Masters Ltd', 'Elegant Paint Masters Ltd is a painter.', '2022-12-01 13:00:21', '2022-12-01 13:00:21'),
(257, 144, 15, 'construction', 'Paint It Right', 'Paint It Right is  a painter.', '2022-12-01 13:01:10', '2022-12-01 13:01:10'),
(258, 145, 15, 'construction', 'New Age Painters LTD', 'New Age Painters LTD is a painter.', '2022-12-01 13:01:52', '2022-12-01 13:01:52'),
(259, 146, 18, 'construction', 'Select Drywall Inc.', 'Select Drywall Inc. is a drywall.', '2022-12-01 13:03:45', '2022-12-01 13:03:45'),
(260, 147, 18, 'construction', 'Pro City Drywall Ltd.', 'Pro City Drywall Ltd. is a drywall.', '2022-12-01 13:04:37', '2022-12-01 13:04:37'),
(261, 148, 18, 'construction', 'City View Drywall System Ltd', 'City View Drywall System Ltd is a drywall.', '2022-12-01 13:05:21', '2022-12-01 13:05:21'),
(262, 149, 18, 'construction', 'Edmonton Drywall Contractors', 'Edmonton Drywall Contractors is a drywall.', '2022-12-01 13:06:14', '2022-12-01 13:06:14'),
(263, 150, 18, 'construction', 'Park Drywall', 'Park Drywall is a drywall.', '2022-12-01 13:07:14', '2022-12-01 13:07:14'),
(264, 151, 18, 'construction', 'Ajax Drywall', 'Ajax Drywall is a  drywall.', '2022-12-01 13:08:01', '2022-12-01 13:08:01'),
(265, 152, 18, 'construction', 'Easy touch drywall ltd.', 'Easy touch drywall ltd. is a drywall.', '2022-12-01 13:09:02', '2022-12-01 13:09:02'),
(266, 153, 18, 'construction', 'Mag Drywall 2008 Ltd', 'Mag Drywall 2008 Ltd is a painter.', '2022-12-01 13:17:51', '2022-12-01 13:17:51'),
(267, 154, 18, 'construction', 'Edmonton Drywall', 'Edmonton Drywall is a painter.', '2022-12-01 13:18:51', '2022-12-01 13:18:51'),
(268, 155, 18, 'construction', 'Oiltown Drywall', 'Oiltown Drywall is a painter.', '2022-12-01 13:19:36', '2022-12-01 13:19:36'),
(269, 156, 18, 'construction', 'Bay Drywall Inc', 'Bay Drywall Inc is a painter.', '2022-12-01 13:20:31', '2022-12-01 13:20:31'),
(270, 157, 19, 'construction', 'Greentree Outdoor Living', 'Greentree Outdoor Living is  landscaping.', '2022-12-01 13:22:58', '2022-12-01 13:22:58'),
(271, 158, 19, 'construction', 'Kelly\'s Landscaping LTD', 'Kelly\'s Landscaping LTD is landscaping.', '2022-12-01 13:23:52', '2022-12-01 13:23:52'),
(272, 159, 19, 'construction', 'Park Landscaping Ltd', 'Park Landscaping Ltd is landscaping.', '2022-12-01 13:24:41', '2022-12-01 13:24:41'),
(273, 160, 19, 'construction', 'APS Landscaping Inc.', 'APS Landscaping Inc. is landscaping.', '2022-12-01 13:25:35', '2022-12-01 13:25:35'),
(274, 161, 19, 'construction', 'Great Northern Landscapes', 'Great Northern Landscapes is  landscaping.', '2022-12-01 13:26:30', '2022-12-01 13:26:30'),
(275, 162, 19, 'construction', 'Landscaping Experts', 'Landscaping Experts is landscaping.', '2022-12-01 13:27:27', '2022-12-01 13:27:27'),
(276, 163, 19, 'construction', 'Little Creek Landscaping', 'Little Creek Landscaping is landscaping.', '2022-12-01 13:28:11', '2022-12-01 13:28:11'),
(277, 164, 19, 'construction', 'River Valley Final Grading', 'River Valley Final Grading is landscaping.', '2022-12-01 13:29:01', '2022-12-01 13:29:01'),
(278, 165, 19, 'construction', 'Good Roots Landscapin', 'Good Roots Landscapin is landscaping.', '2022-12-01 13:29:42', '2022-12-01 13:29:42'),
(279, 166, 19, 'construction', 'Landscape Solutions', 'Landscape Solutions is landscaping.', '2022-12-01 13:30:27', '2022-12-01 13:30:27'),
(280, 167, 19, 'construction', 'Yardi Landscaping', 'Yardi Landscaping is landscaping.', '2022-12-01 13:31:38', '2022-12-01 13:31:38'),
(281, 168, 5, 'construction', 'Milani Plumbing, Heating & Air Conditioning', 'Burnaby and New Westminster residents have been depending on Milani Plumbing Drainage & Heating for prompt service and cost-effective repairs since...', '2023-01-24 11:43:39', '2023-01-24 11:43:39'),
(282, 169, 5, 'construction', 'Rescue Rooter Plumbing & Drain Service Inc', 'If plumbing and drainage issues around your property have you feeling stuck, Rescue Rooter Plumbing & Drain Service Inc. is ready to step in and he...', '2023-01-24 12:20:04', '2023-01-24 12:20:04'),
(283, 170, 5, 'construction', 'Hilltop Plumbing and Heating 2016', 'Hilltop Plumbing & Heating Ltd. is a licensed, bonded and insured plumbing and gas fitting company, proudly serving the White Rock and New Westmins...', '2023-01-24 12:55:50', '2023-01-24 12:55:50'),
(284, 171, 5, 'construction', 'Rescue Rooter Plumbing & Drain Service Inc', 'If plumbing and drainage issues around your property have you feeling stuck, Rescue Rooter Plumbing & Drain Service Inc. is ready to step in and he...', '2023-01-24 13:00:39', '2023-01-24 13:00:39'),
(285, 172, 5, 'construction', 'Danne & Sons Plumbing & Heating', 'We are a family owned and operated company that has been in business for over 50 years. We strive to ensure that all of our customers - residential...', '2023-01-24 13:03:38', '2023-01-24 13:03:38'),
(286, 173, 5, 'construction', 'Rotor Plumbers & Drainage Ltd', 'Fast 24 Hour Emergency Response. No Extra Charges Holidays, Nights & Weekends. Rotor Plumbing and Drainage Ltd., provides professional plumbing and...', '2023-01-24 13:08:05', '2023-01-24 13:08:05'),
(287, 174, 5, 'construction', 'Blue Moon Plumbing & Heating', 'Troubled by a water leak? You can rely on Blue Moon Plumbing & Heating in Surrey for a variety of plumbing and heating solutions. From installation...', '2023-01-24 13:11:27', '2023-01-24 13:11:27'),
(288, 175, 5, 'construction', 'South Surrey Plumbing LTD', 'MP Plumbing and Heating provides full-service plumbing solutions to clients in Langley. No matter how small or how large your plumbing problem, we\'...', '2023-01-24 13:14:25', '2023-01-24 13:14:25');
INSERT INTO `post_notifications` (`id`, `item_id`, `category_id`, `type`, `title`, `message`, `created_at`, `updated_at`) VALUES
(289, 176, 5, 'construction', 'Doty Plumbing & Heating', 'Looking for an experienced plumbing and heating team in the Delta area? Doty Plumbing & Heating are a bonded, certified and insured company backed ...', '2023-01-24 13:17:50', '2023-01-24 13:17:50'),
(290, 177, 5, 'construction', 'Hundal Bros Plumbing & Heating Ltd', 'Hundal Bros. Plumbing and Heating is a full service company built on reliability and trust. We are highly recommended offering professional plumbin...', '2023-01-24 13:23:03', '2023-01-24 13:23:03'),
(291, 178, 5, 'construction', 'Goldstein Plumbing & Gas', 'Your emergency is our priority\" - We specialize in service, repairs, installations.', '2023-01-24 13:31:49', '2023-01-24 13:31:49'),
(292, 179, 5, 'construction', 'Hilltop Plumbing and Heating 2016', 'Hilltop Plumbing & Heating Ltd. is a licensed, bonded and insured plumbing and gas fitting company, proudly serving the White Rock and New Westmins...', '2023-01-24 13:48:41', '2023-01-24 13:48:41'),
(293, 180, 5, 'construction', 'HS Plumbing', 'HS Plumbing has successfully and proudly managed numerous renovations and construction projects in Surrey and the surrounding area. No matter the s...', '2023-01-24 13:55:19', '2023-01-24 13:55:19'),
(294, 181, 5, 'construction', 'Papa Plumbing & Heating Ltd', 'Residential and commercial plumbing, heating and drainage... No job is to big or small. We specialize in emergency furnace and hot water tank repla...', '2023-01-24 13:58:49', '2023-01-24 13:58:49'),
(295, 182, 5, 'construction', 'Good Guys Heating Cooling & Plumbing', 'Searching for a quality heating contractor in the Surrey area? Call the team at Good Guys Heating Cooling & Plumbing. We can repair and install you...', '2023-01-24 14:02:35', '2023-01-24 14:02:35'),
(296, 183, 5, 'construction', 'Danne & Sons Plumbing & Heating', 'We are a family owned and operated company that has been in business for over 50 years. We strive to ensure that all of our customers - residential...', '2023-01-24 14:05:19', '2023-01-24 14:05:19'),
(297, 184, 5, 'construction', 'Garry Richard\'s Water Heaters Only', 'For over 40 years, Garry Richard’s Water Heaters Only has specialized in residential water heater repair, replacement and installation in Abbotsfor...', '2023-01-24 14:09:16', '2023-01-24 14:09:16'),
(298, 185, 5, 'construction', 'Sunrise Plumbing and Heating', 'Don’t panic if you come home to find a leaky faucet or a clogged pipe, just call the professional team at Sunrise Plumbing and Heating. Based in Su...', '2023-01-24 14:12:16', '2023-01-24 14:12:16'),
(299, 186, 5, 'construction', 'Paul Davis Greater Vancouver', 'Paul Davis Systems is a full-service disaster restoration provider, servicing the Greater Vancouver area. We restore property and contents damaged ...', '2023-01-24 14:15:45', '2023-01-24 14:15:45'),
(300, 187, 5, 'construction', 'Paul Davis Greater Vancouver', 'Paul Davis Systems is a full-service disaster restoration provider, servicing the Greater Vancouver area. We restore property and contents damaged ...', '2023-01-24 14:15:48', '2023-01-24 14:15:48'),
(301, 188, 5, 'construction', 'Modern Drainage Ltd', 'COVID19 Update: As we are all feeling the effects of the COVID-19 pandemic, we at Modern Drainage Ltd. want you to know where we stand when it come...', '2023-01-24 14:30:45', '2023-01-24 14:30:45'),
(302, 189, 5, 'construction', 'South Surrey Plumbing LTD', 'MP Plumbing and Heating provides full-service plumbing solutions to clients in Langley. No matter how small or how large your plumbing problem, we\'...', '2023-01-24 15:32:26', '2023-01-24 15:32:26'),
(303, 190, 5, 'construction', 'Pipe Rite Mechanical', 'At Pipe Rite Mechanical our professional technicians are fully licensed and insured plumbers. We pride ourselves in our technicians professionalism...', '2023-01-24 15:44:49', '2023-01-24 15:44:49'),
(304, 191, 5, 'construction', 'Pipe Rite Mechanical', 'At Pipe Rite Mechanical our professional technicians are fully licensed and insured plumbers. We pride ourselves in our technicians professionalism...', '2023-01-24 15:47:15', '2023-01-24 15:47:15'),
(305, 192, 5, 'construction', 'Pacific Western Plumbing & Drainage', 'Quick service for a reasonable price and a desire for you to be happy with our work is what sets Pacific Western Plumbing & Drainage apart. Serving...', '2023-01-25 12:04:02', '2023-01-25 12:04:02'),
(306, 193, 5, 'construction', 'Process Plumbing & Heating Ltd', 'Trust the process - Certified professionals who are experienced in maintenance and repair of all plumbing and heating systems.', '2023-01-25 12:07:29', '2023-01-25 12:07:29'),
(307, 194, 5, 'construction', 'McRae\'s Septic Tank Service (Fraser Valley) Ltd', 'McRae\'s Septic Tank Service will come and empty your septic tank thus allowing many years of use without problems with your drain field. We also cl...', '2023-01-25 12:11:39', '2023-01-25 12:11:39'),
(308, 195, 5, 'construction', '911 Plumbing Heating Drainage Ltd', 'Do you need urgent plumbing or heating repairs at your Kelowna home or business? Call the team at 911 Plumbing Heating Drainage Ltd. to the rescue....', '2023-01-25 12:16:25', '2023-01-25 12:16:25'),
(309, 196, 5, 'construction', 'Trans Canada Trenchless Ltd', 'Trans Canada Trenchless Ltd. is a full service underground trenchless utility construction contractor providing unparalleled service and deliveranc...', '2023-01-25 12:23:09', '2023-01-25 12:23:09'),
(310, 197, 5, 'construction', 'Riverside Heating & Plumbing', 'Riverside Heating & Plumbing is a family-operated, full-service contractor providing 24/7 service for heating, plumbing and drain cleaning in commu...', '2023-01-25 12:32:30', '2023-01-25 12:32:30'),
(311, 198, 5, 'construction', 'GVA Plumbing & Heating', 'GVA Plumbing & Heating provides individual plumbing services to the Greater Vancouver Area. Our highly skilled team specializes in boiler repair, d...', '2023-01-25 12:35:55', '2023-01-25 12:35:55'),
(312, 199, 5, 'construction', 'A & B Plumbing', 'We do complete bathroom renovations... I will work with you on design and build your bathroom that you always wanted... or update your existing bat...', '2023-01-25 12:38:11', '2023-01-25 12:38:11'),
(313, 200, 5, 'construction', 'Across Town Plumbing & Heating', 'Working to perfection, Across Town Plumbing & Heating is the business for you! Our customer service, combined with our pricing, is unmatched by any...', '2023-01-25 12:44:29', '2023-01-25 12:44:29'),
(314, 201, 5, 'construction', 'Main Street Plumbing', 'Want great quality work at affordable prices? We are a small and efficient Vancouver plumbing company. Because of this we have very few overhead co...', '2023-01-25 12:53:15', '2023-01-25 12:53:15'),
(315, 202, 5, 'construction', 'Murrayville Plumbing', 'Has your home plumbing got you feeling stuck? If so, let Murrayville Plumbing in Langley step in and help get things flowing for you. We are a loca...', '2023-01-25 12:57:36', '2023-01-25 12:57:36'),
(316, 203, 5, 'construction', 'BC Best Plumbing & Heating Ltd', 'BC Best Plumbing & Heating Ltd provides fast and reliable repairs, servicing, and new construction for all your heating and plumbing needs. Call us...', '2023-01-25 13:01:25', '2023-01-25 13:01:25'),
(317, 204, 5, 'construction', 'Unclog.it', 'Unclog.it may be a whole new kind of plumbing company—one that is devoted to making its full range of products and services instantly accessible th...', '2023-01-25 13:10:16', '2023-01-25 13:10:16'),
(318, 205, 5, 'construction', 'Accolade Plumbing & Heating', 'Accolade Plumbing and Heating experts are dedicated to the customer, knowing that a job done right saves our customers time, money, and stress. Our...', '2023-01-25 13:14:10', '2023-01-25 13:14:10'),
(319, 206, 5, 'construction', 'BC Plumbing Heating', '24/7 Service --- BC Plumbing & Heating is the Lower Mainland\'s favourite plumbing company. Our plumbers have been there for home and business owner...', '2023-01-25 13:17:30', '2023-01-25 13:17:30'),
(320, 207, 5, 'construction', 'RW Plumbing and Heating', 'Since 1972, RW Plumbing, Heating & Gas Ltd. has provided customers in Langley and surrounding areas with high quality workmanship. We offer a compl...', '2023-01-25 13:20:34', '2023-01-25 13:20:34'),
(321, 208, 5, 'construction', 'CPR Plumbing and Heating Inc', 'CPR Plumbing and Heating is a locally-owned plumbing company, helping the people of Langley and the surrounding area with all their plumbing needs....', '2023-01-25 13:22:50', '2023-01-25 13:22:50'),
(322, 209, 5, 'construction', 'Lower Mainland H20 Works Mechanical LTD', 'Whether it be your bathroom, kitchen, water heater (tankless), leaky faucets, gas fitting, water lines, pipe leaks or any other plumbing problem, o...', '2023-01-25 13:27:28', '2023-01-25 13:27:28'),
(323, 210, 5, 'construction', 'Akal Plumbing & Heating Ltd', 'Akal Plumbing and Heating in Surrey provides customers with a full range of plumbing services on both existing and new plumbing systems. From simpl...', '2023-01-25 13:29:05', '2023-01-25 13:29:05'),
(324, 211, 5, 'construction', 'Hilltop Plumbing & Heating Ltd', 'Hilltop Plumbing & Heating Ltd. is a licensed, bonded and insured plumbing and gas fitting company, proudly serving the White Rock and New Westmins...', '2023-01-25 13:31:17', '2023-01-25 13:31:17'),
(325, 212, 5, 'construction', 'GVA Plumbing & Heating', 'GVA Plumbing & Heating provides individual plumbing services to the Greater Vancouver Area. Our highly skilled team specializes in boiler repair, d...', '2023-01-25 14:16:41', '2023-01-25 14:16:41'),
(326, 213, 5, 'construction', '604 Plumbing Services Ltd', '604 Plumbing Services Ltd is located in Langley, British Columbia. This company solves a wide range of issues from boiler/hot water tank installati...', '2023-01-25 14:21:45', '2023-01-25 14:21:45'),
(327, 214, 5, 'construction', 'NBD Mechanical Inc', 'Our licensed plumbers are on call 24/7 to solve any issue before costly damages occur. So when a plumbing issue arises, rest easy. Count on the fri...', '2023-01-25 14:25:15', '2023-01-25 14:25:15'),
(328, 215, 5, 'construction', 'SJS Plumbing & Mechanical Ltd', 'We offer the best quality Plumbing and heating services across the Lower Mainland. We grantee a high quality of service, on time, at the most reaso...', '2023-01-25 14:30:26', '2023-01-25 14:30:26'),
(329, 216, 5, 'construction', 'Pioneer Plumbing and Heating Inc', 'Throughout the lower mainland, Pioneer Plumbing and Heating is ready to provide all of your plumbing heating needs since 1976. With our fully licen...', '2023-01-25 14:36:10', '2023-01-25 14:36:10'),
(330, 217, 5, 'construction', '626 Kingsway, Vancouver, BC V5T 3K4', 'MMI Plumbing & Heating is a business located in Whistler, British Columbia that provides plumbing and heating repair and installation services in t...', '2023-01-25 14:38:54', '2023-01-25 14:38:54'),
(331, 218, 5, 'construction', 'Jeff\'s Plumbing', 'I have always believe in doing a quality job, with exceptional customer service.. I started out my career in the customer service industry and have...', '2023-01-25 14:42:36', '2023-01-25 14:42:36'),
(332, 219, 5, 'construction', 'MRV Marine S', 'MRV Marine is a locally owned and operated Greater Vancouver BC boat repair shop and mobile maintenance service company. We specialize in fiberglas...', '2023-01-25 14:44:58', '2023-01-25 14:44:58'),
(333, 220, 5, 'construction', 'Stuart Plumbing and Heating Ltd', 'Stuart Plumbing and Heating Ltd. is a family owned company focusing on residential and commercial plumbing and heating. We proudly serve Vancouver ...', '2023-01-25 14:49:31', '2023-01-25 14:49:31'),
(334, 221, 5, 'construction', 'Ocean Park Plumbing and Heating', 'Offering heating and drainage installation and service for both residential and commercial customers in the White Rock, South Surrey and surroundin...', '2023-01-25 14:52:54', '2023-01-25 14:52:54'),
(335, 222, 5, 'construction', 'Waterline Plumbing Ltd.', 'Waterline Plumbing Ltd. is “The North Shore\'s Most Trusted Plumbers”, located in North Vancouver and serving the greater Vancouver area with comple...', '2023-01-27 11:32:15', '2023-01-27 11:32:15'),
(336, 223, 5, 'construction', 'Good Guys Heating Cooling & Plumbing Ltd', 'Searching for a quality heating contractor in the Surrey area? Call the team at Good Guys Heating Cooling & Plumbing. We can repair and install you...', '2023-01-27 11:47:40', '2023-01-27 11:47:40'),
(337, 224, 5, 'construction', 'Good Guys Heating Cooling & Plumbing Ltd', 'Searching for a quality heating contractor in the Surrey area? Call the team at Good Guys Heating Cooling & Plumbing. We can repair and install you...', '2023-01-27 12:01:30', '2023-01-27 12:01:30'),
(338, 225, 5, 'construction', 'Stefano\'s Plumbing', 'STRATA PLUMBING SPECIALIST With Over 19 years of plumbing experience, 10 years in the flood & fire restoration Industry, Stefano’s Plumbing & Drain...', '2023-01-27 12:03:40', '2023-01-27 12:03:40'),
(339, 226, 5, 'construction', 'Stefano\'s Plumbing', 'STRATA PLUMBING SPECIALIST With Over 19 years of plumbing experience, 10 years in the flood & fire restoration Industry, Stefano’s Plumbing & Drain...', '2023-01-27 12:03:42', '2023-01-27 12:03:42'),
(340, 227, 5, 'construction', 'Langley Home Plumbing & Heating', 'At Langley Home Plumbing, we make plumbing, heating and drain cleaning simple and hassle free. We offer the highest skills and service at the lowes...', '2023-01-27 12:05:30', '2023-01-27 12:05:30'),
(341, 228, 5, 'construction', 'MBBS Plumbing & Heating Ltd', 'At MBBS Plumbing & Heating Ltd., we offer plumbing and heating services to Surrey and the surrounding areas for both residential and commercial cli...', '2023-01-27 12:08:41', '2023-01-27 12:08:41'),
(342, 229, 5, 'construction', 'Call Scotty Plumbing & Gas', 'I\'m a red seal Plumber and Gas Fitter who is fully licensed, insured and bonded to work on your home. I offer great rates, reliable service and pea...', '2023-01-27 12:10:28', '2023-01-27 12:10:28'),
(343, 230, 5, 'construction', 'Aquabase Mechanical Ltd.', 'Aquabase Mechanical Ltd. specializes in plumbing, heating and gas.', '2023-01-27 12:13:00', '2023-01-27 12:13:00'),
(344, 231, 5, 'construction', 'Top-Tier Mechanical', 'Get the top-quality service you deserve with Top-Tier Mechanical, providing professional plumbing services throughout Langley and the Lower Mainlan...', '2023-01-27 12:14:45', '2023-01-27 12:14:45'),
(345, 232, 5, 'construction', '12468 91 Ave, Surrey, BC V3V 1C9', 'AP Plumbing and Heating Ltd. (Red-Seal Certified). Call us today for all your plumbing and heating needs. Excellent service and quality work.', '2023-01-27 12:16:29', '2023-01-27 12:16:29'),
(346, 233, 5, 'construction', 'AP Plumbing & Heating Ltd.', 'AP Plumbing and Heating Ltd. (Red-Seal Certified). Call us today for all your plumbing and heating needs. Excellent service and quality work.', '2023-01-27 12:38:53', '2023-01-27 12:38:53'),
(347, 234, 5, 'construction', 'A & B Plumbing & Bathroom Renovations', 'The professionals at A & B Plumbing have a reputation in Surrey as being the contractors who listen to our customers and perform renovations right ...', '2023-01-27 12:40:49', '2023-01-27 12:40:49'),
(348, 235, 5, 'construction', 'Day & Knight Plumbing & Heating Ltd', 'We offer the best quality Plumbing & Heating services across the Lower Mainland. We grantee a high quality of service, on time, at the most reasona...', '2023-01-27 12:43:10', '2023-01-27 12:43:10'),
(349, 236, 5, 'construction', 'Starline Mechanical', 'When Star line Mechanical Ltd. was formed we had one objective in mind, to provide quality plumbing services to the people of Surrey and lower main...', '2023-01-27 12:46:11', '2023-01-27 12:46:11'),
(350, 237, 5, 'construction', 'Pacific Flow Control Ltd', 'Providing specialized, turn key flow control services such as hot tapping, dry tapping, line stopping, inline valve insertion and emergency leak re...', '2023-01-27 12:49:34', '2023-01-27 12:49:34'),
(351, 238, 5, 'construction', 'Benjamin\'s Plumbing & Heating', 'Top Quality service and installation for all your Plumbing and Heating needs. Supporting Residential and Commercial, we are a friendly, professiona...', '2023-01-27 12:51:52', '2023-01-27 12:51:52'),
(352, 239, 5, 'construction', 'Benjamin\'s Plumbing & Heating', 'Top Quality service and installation for all your Plumbing and Heating needs. Supporting Residential and Commercial, we are a friendly, professiona...', '2023-01-27 12:51:53', '2023-01-27 12:51:53'),
(353, 240, 5, 'construction', 'Summers Plumbing & Heating Ltd.', 'Let our professional and experienced contractors at J Summers Plumbing & Heating resolve all your plumbing needs. Serving the Langley area, we are ...', '2023-01-27 12:55:24', '2023-01-27 12:55:24'),
(354, 241, 5, 'construction', 'Ali & Ali Plumbing & Heating', 'Ali & Ali Plumbing & Heating provides reliable, 24/7 commercial and residential plumbing and heating services. We proudly serve Surrey, BC and surr...', '2023-01-27 13:00:16', '2023-01-27 13:00:16'),
(355, 242, 5, 'construction', 'Water Heater Rescue', 'Water Heater Rescue is a premier web-based plumbing service company. We carry all sizes and brands of standard and tankless water heaters so we hav...', '2023-01-27 13:04:20', '2023-01-27 13:04:20'),
(356, 243, 5, 'construction', 'Solid Gold Cleaning', 'For superior cleaning services in the Okanagan area, rely on Solid Gold Cleaning. We are a family owned and operated janitorial and maintenance com...', '2023-01-27 13:06:56', '2023-01-27 13:06:56'),
(357, 244, 5, 'construction', 'BC Plumbing Supplies', 'plumbers and plumbing contractors, plumbing', '2023-01-27 13:09:06', '2023-01-27 13:09:06'),
(358, 245, 5, 'construction', 'Rotor Plumbers & Drainage Ltd', 'From hot water tanks to leaks and renovations, Rotor Plumbers & Drainage Ltd. will solve all of your plumbing and drainage problems with fast, radi...', '2023-01-27 13:19:45', '2023-01-27 13:19:45'),
(359, 246, 5, 'construction', 'Papa Plumbing & Heating Ltd', 'Residential and commercial plumbing, heating and drainage... No job is to big or small. We specialize in emergency furnace and hot water tank repla...', '2023-01-27 13:33:27', '2023-01-27 13:33:27'),
(360, 247, 5, 'construction', 'Beyond Plumbing & Heating', 'Our company offers residential & commercial plumbing and heating services throughout the Lower Mainland. Professional Services include leak detecti...', '2023-01-27 13:39:45', '2023-01-27 13:39:45'),
(361, 248, 5, 'construction', 'Peace Arch Plumbing & Heating Inc', 'Todesco Plumbing continues a tradition established in the 1960\'s. We continue the tradition today with personalized service, reliability, fair rate...', '2023-01-27 14:38:21', '2023-01-27 14:38:21'),
(362, 249, 5, 'construction', 'BC Best Plumbing & Heating Ltd.', 'Here at BC Best Plumbing & Heating, we offer a wide range of services ranging from plumbing to piping to heating. Also, we offer a wealth of experi...', '2023-01-27 14:46:08', '2023-01-27 14:46:08'),
(363, 250, 5, 'construction', 'ASAP Plumbing & Heating Ltd', 'ASAP Plumbing & Heating Ltd. are second generation plumbers with over 25 years experience in the Lower Mainland. Over this time we have built a sol...', '2023-01-27 14:55:34', '2023-01-27 14:55:34'),
(364, 251, 5, 'construction', 'ASAP Plumbing & Heating Ltd', 'We are specialized in residential and commercial projects. Hundal Bros. Plumbing & Heating Ltd. provides prompt and on-time service we are fully li...', '2023-01-27 15:02:11', '2023-01-27 15:02:11'),
(365, 252, 5, 'construction', 'Pol-Can Drain & Plumbing Services Ltd', 'Pol-Can Drain & Plumbing Services Ltd. was established in 1994. We are professionals in our field with more than 25 years of experience. Pol-Can is...', '2023-01-27 15:03:51', '2023-01-27 15:03:51'),
(366, 253, 5, 'construction', 'Alex Mechanical', 'Alex Mechanical provides 24/7 heating & plumbing, gas fitting services as well as annual maintenance contracts an energy saving solutions. We serve...', '2023-01-27 15:06:44', '2023-01-27 15:06:44'),
(367, 254, 5, 'construction', 'Dutchie\'s Plumbing & Heating', 'Residential & Commercial Plumbing Services. Hot Water Tanks, New Construction, Renovations & Repairs.\r\n\r\nHonest advice - not trying to upsell on th...', '2023-01-27 15:12:04', '2023-01-27 15:12:04'),
(368, 255, 5, 'construction', 'Speedy Plumbing & Rooter Service', 'Whether you have a plumbing emergency, need pipes installed in a new construction project (commercial and residential) or need help selecting and i...', '2023-01-27 15:15:26', '2023-01-27 15:15:26'),
(369, 256, 5, 'construction', 'Boundary Plumbing & Heating Inc', 'You’re home feels more like a fridge with leaky pipes, turn to the professionals at Alpine Plumbing & Heating for all the help you. We provide comp...', '2023-01-27 15:20:02', '2023-01-27 15:20:02'),
(370, 257, 5, 'construction', 'National Hydronics Co', 'National Hydronics was founded in 1973 and began business as a plumbing and heating contractor working with select developers and builders in the r...', '2023-01-27 15:26:36', '2023-01-27 15:26:36'),
(371, 258, 5, 'construction', 'Kreklevich & Sons Plumbing', 'Armaur Plumbing Ltd was established in 1974. Since that time we have been installing plumbing and hot water heating systems. Our area of expertise ...', '2023-01-27 15:30:20', '2023-01-27 15:30:20'),
(372, 259, 5, 'construction', 'Smooth Flow Plumbing & Heating Inc', 'Our technicians have been serving the lower mainland for over 20 years. We get the job done and we don\'t just meet expectations; we exceed them.', '2023-01-27 15:34:16', '2023-01-27 15:34:16'),
(373, 260, 5, 'construction', 'Check-Point Plumbing Heating & Gas Fitting', 'Our work is guaranteed! We have over 50 years experience in the Plumbing, Heating and Gas Fitting industry.', '2023-01-27 15:37:27', '2023-01-27 15:37:27'),
(374, 261, 5, 'construction', 'Akal Plumbing & Heating', 'Akal Plumbing and Heating gives satisfaction to customers because they are reputable, reliable and works Domestic as well as Commercial standards. ...', '2023-01-27 15:42:06', '2023-01-27 15:42:06'),
(375, 262, 5, 'construction', 'Roger The Plumber Ltd', 'Roger\'s Plumbing and Heating offers complete plumbing and heating design services for both residential and commercial locations. Roger\'s Plumbing a...', '2023-01-27 17:14:33', '2023-01-27 17:14:33'),
(376, 263, 5, 'construction', 'Maple Leaf Plumbing & Drainage', 'Pelican Water SystemsRepair, remodel, replace or install.We are a full service plumbing contractor, serving the greater Omaha area. From a leaky to...', '2023-01-27 17:16:31', '2023-01-27 17:16:31'),
(377, 264, 5, 'construction', 'Guru Contracting Ltd', 'Over the years, Guru Contracting has done plumbing and heating installations from roughing to finishing for houses, town houses, apartments, beauty...', '2023-01-27 21:21:49', '2023-01-27 21:21:49'),
(378, 265, 5, 'construction', 'AB Tech Plumbing & Heating Phone Number', 'AB-Tech Plumbing & Heating Ltd. provides high quality plumbing & heating services for residential and commercial clients. Our specialists offer a w...', '2023-01-27 21:25:15', '2023-01-27 21:25:15'),
(379, 266, 5, 'construction', 'Island Tan Corp', 'Island Jan\'s purpose is to... Understand and fulfill all our customers complete tanning needs, within a unique fun-filled and relaxing tropical isl...', '2023-01-27 21:39:17', '2023-01-27 21:39:17'),
(380, 267, 18, 'construction', 'Test', 'test', '2023-03-11 12:43:41', '2023-03-11 12:43:41'),
(381, 268, 14, 'construction', 'Testing', 'test', '2023-03-11 14:33:59', '2023-03-11 14:33:59'),
(382, 269, 5, 'construction', 'Testing', 'test', '2023-03-11 15:22:03', '2023-03-11 15:22:03'),
(383, 270, 19, 'construction', 'Testing', 'test', '2023-03-11 17:04:55', '2023-03-11 17:04:55'),
(384, 271, 19, 'construction', 'test', 'tst', '2023-03-11 17:12:35', '2023-03-11 17:12:35'),
(385, 1, 9, 'item', 'Tire', 'Great condition  all most new 255 70R 18 Bridgestone only runs 200km just  almost new with rim price is 5 tire with rim. $850', '2023-08-23 19:56:06', '2023-08-23 19:56:06');

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

--
-- Table structure for table `preferences`
--

CREATE TABLE `preferences` (
  `id` bigint UNSIGNED NOT NULL,
  `property_types` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
  `vehicle_categories` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
  `job_categories` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
  `construction_categories` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
  `coupon_categories` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
  `item_categories` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
  `user_id` bigint UNSIGNED DEFAULT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Dumping data for table `preferences`
--

INSERT INTO `preferences` (`id`, `property_types`, `vehicle_categories`, `job_categories`, `construction_categories`, `coupon_categories`, `item_categories`, `user_id`, `created_at`, `updated_at`) VALUES
(1, '1,3', '6,1', '2', '3,2', '2,3', '', 5, '2022-01-06 03:10:22', '2022-02-03 15:58:56'),
(2, '0,1', '6,1', '', '', '', '', NULL, '2022-02-07 15:23:15', '2022-02-07 15:23:25'),
(3, '0,2', '', '', '', '', '15,11,13,16,10,12', NULL, '2022-02-11 13:48:22', '2022-02-11 13:48:52'),
(4, '', '1', '', '', '2', '13', NULL, '2022-05-07 12:15:39', '2022-05-07 12:15:54'),
(5, '', '6', '', '', '', '', NULL, '2022-06-14 19:53:55', '2022-06-14 19:53:55'),
(6, '', '7', '', '7', '2', '11,13,16', 61, '2023-03-13 21:17:32', '2023-03-13 21:17:53');

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

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

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

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

INSERT INTO `roles` (`id`, `name`, `guard_name`, `created_at`, `updated_at`) VALUES
(1, 'Super Admin', 'web', '2021-10-09 04:39:59', '2021-10-09 04:39:59'),
(2, 'Seller', 'web', '2021-10-09 04:39:59', '2021-10-09 04:39:59'),
(3, 'User', 'web', '2021-10-09 04:39:59', '2021-10-09 04:39:59'),
(4, 'Super Admin', 'admin', '2021-10-09 06:06:27', '2021-10-09 06:06:27'),
(5, 'Seller', 'admin', '2021-10-09 06:06:27', '2021-10-09 06:06:27'),
(6, 'User', 'admin', '2021-10-09 06:06:27', '2021-10-09 06:06:27');

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

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

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

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

--
-- Table structure for table `search_histories`
--

CREATE TABLE `search_histories` (
  `id` bigint UNSIGNED NOT NULL,
  `keyword` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
  `user_id` bigint UNSIGNED DEFAULT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

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

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

CREATE TABLE `settings` (
  `id` bigint UNSIGNED NOT NULL,
  `stripe_type` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `paypal_type` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `stripe_publish_key` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `stripe_secret_key` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `paypal_client_id` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `paypal_secret_key` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Dumping data for table `settings`
--

INSERT INTO `settings` (`id`, `stripe_type`, `paypal_type`, `stripe_publish_key`, `stripe_secret_key`, `paypal_client_id`, `paypal_secret_key`, `created_at`, `updated_at`) VALUES
(1, 'live', 'test', 'stripe publish1', 'stripe secret1', 'paypal client1', 'paypal secret1', '2021-12-09 03:13:30', '2021-12-09 03:46:47');

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

--
-- Table structure for table `tags`
--

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

--
-- Dumping data for table `tags`
--

INSERT INTO `tags` (`id`, `name`, `user_id`, `created_at`, `updated_at`) VALUES
(1, 'Car', NULL, '2021-11-12 05:27:42', '2021-11-12 05:27:42'),
(2, 'Smartphone', NULL, '2021-11-12 05:51:47', '2021-11-12 05:51:47'),
(3, 'Smartwatch', NULL, '2021-11-12 05:58:12', '2021-11-12 05:58:12'),
(4, 'Testing', NULL, '2021-11-16 07:08:55', '2021-11-16 07:08:55'),
(5, 'Test', NULL, '2021-11-16 07:08:55', '2021-11-16 07:08:55'),
(6, 'New', NULL, '2021-11-16 23:08:55', '2021-11-16 23:08:55'),
(7, 'Sim', NULL, '2021-11-22 02:16:08', '2021-11-22 02:16:08'),
(8, '', NULL, '2021-11-22 02:36:26', '2021-11-22 02:36:26'),
(9, 'Ggh', NULL, '2021-11-22 02:48:02', '2021-11-22 02:48:02'),
(10, 'Vv', NULL, '2021-11-22 03:12:34', '2021-11-22 03:12:34'),
(11, 'Gsh', NULL, '2021-11-22 03:17:47', '2021-11-22 03:17:47'),
(12, 'Snooker', NULL, '2021-11-22 03:32:23', '2021-11-22 03:32:23'),
(13, 'fgd', NULL, '2021-12-01 01:38:53', '2021-12-01 01:38:53'),
(14, 'sdff', NULL, '2021-12-01 01:38:53', '2021-12-01 01:38:53'),
(15, 'Isuzu', NULL, '2021-12-01 04:09:21', '2021-12-01 04:09:21'),
(16, 'truck', NULL, '2021-12-01 04:10:01', '2021-12-01 04:10:01'),
(17, 'bike', NULL, '2021-12-01 04:11:06', '2021-12-01 04:11:06'),
(18, 'powersport', NULL, '2021-12-01 04:12:15', '2021-12-01 04:12:15'),
(19, 'boat', NULL, '2021-12-01 04:15:01', '2021-12-01 04:15:01'),
(20, 'bag', NULL, '2021-12-01 04:17:09', '2021-12-01 04:17:09'),
(21, 'motorcycle', NULL, '2022-05-03 09:29:56', '2022-05-03 09:29:56'),
(22, 'Camper', NULL, '2022-05-03 10:29:37', '2022-05-03 10:29:37'),
(23, 'rv', NULL, '2022-05-03 10:34:21', '2022-05-03 10:34:21'),
(24, 'Trailer', NULL, '2022-05-03 10:43:08', '2022-05-03 10:43:08'),
(25, 'gardening tools', NULL, '2022-05-03 14:55:08', '2022-05-03 14:55:08'),
(26, 'Bicycle', NULL, '2022-05-03 15:36:30', '2022-05-03 15:36:30'),
(27, 'garage', NULL, '2022-05-03 15:47:51', '2022-05-03 15:47:51'),
(28, 'mobile phone', NULL, '2022-05-03 15:56:58', '2022-05-03 15:56:58'),
(29, 'Bikes', NULL, '2022-05-07 12:20:52', '2022-05-07 12:20:52'),
(30, 'Two wheeler', NULL, '2022-05-07 12:20:52', '2022-05-07 12:20:52'),
(31, 'Bags', NULL, '2022-05-27 10:07:02', '2022-05-27 10:07:02'),
(32, 'Bullet', NULL, '2022-05-31 10:33:53', '2022-05-31 10:33:53'),
(33, 'Black color', NULL, '2022-05-31 10:33:53', '2022-05-31 10:33:53'),
(34, 'Yes', NULL, '2022-06-12 12:38:57', '2022-06-12 12:38:57'),
(35, 'USA', NULL, '2022-06-21 22:20:31', '2022-06-21 22:20:31');

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

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

CREATE TABLE `users` (
  `id` bigint UNSIGNED NOT NULL,
  `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
  `email` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `mobile` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `location` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `city` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `state` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `country` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `latitude` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `longitude` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `slug` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `email_verified_at` timestamp NULL DEFAULT NULL,
  `password` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
  `api_token` varchar(80) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `otp` varchar(20) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `remember_token` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

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

INSERT INTO `users` (`id`, `name`, `email`, `mobile`, `location`, `city`, `state`, `country`, `latitude`, `longitude`, `slug`, `email_verified_at`, `password`, `api_token`, `otp`, `remember_token`, `created_at`, `updated_at`) VALUES
(5, 'Easy2Sell', 'info@easy2sell.ca', '9876543210', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '$2y$10$mbHbfJVhz2Vk7rHh9bhfOe3FdEXV.p0gCl4foU9rwNZapi7Y/2VEK', 'vpvChnmgYKL6sY5oUqCYMGF0o2Uso86wRKFYTOb98PxIz2oAQQ3DnPIqBdssa', NULL, 'yd7RosXbNPHIhJpDUDEAeDj89kG7rPevTzAdiEo1sv77EZyM48ZBZTorqeH5', '2021-10-09 06:12:16', '2021-10-09 06:12:16'),
(47, 'NK', 'ns_kehal@hotmail.com', NULL, 'Surrey, BC, Canada', 'Surrey', 'BC', 'Canada', '49.1913466', '-122.8490125', NULL, NULL, '$2y$10$hW7Uc8T0TBe2mXcx4QGzS.kMux2lcvRjanizxJ0BIwzD2bg.a4KaC', 'oAmpkS4B9DJvZsTPDuYROouAU6HlKaa7uCCByznQeRfROJnoxcPHjA3Uxf4u', NULL, NULL, '2022-05-28 20:16:25', '2022-05-28 20:16:25'),
(51, 'Jessica', 'jessica89broderick44lila@gmail.com', NULL, 'United States Customs & Border Protection, Wellington Avenue, Winnipeg, MB, Canada', 'Winnipeg', 'MB', 'Canada', '49.9058539', '-97.2225123', NULL, NULL, '$2y$10$vXV2Zcwsg7pOMu.ph68KUeoV3.AMMS65F7Z0DqZ7TTiGWFOVvUKyW', '5JgQrGeRxDwJDXip2SPdi09ndqDYAfxh7mpxXypDdm6PpBemPHpFYUOK1zZj', NULL, NULL, '2022-06-19 09:54:34', '2022-06-19 09:54:34'),
(52, 'Dare janet', 'darejanet4@gmail.com', NULL, 'Coutts/Ross International Airport, Cemetery Road, Sweet Grass, USA', 'Cemetery Road', 'Sweet Grass', 'USA', '48.9984323', '-111.9737423', NULL, NULL, '$2y$10$7mONyFVxSKmr9NMxbGsNZ.dAXceC37PyuYDT9KECtk10x2wTOlbCa', 'pWG54SERxbOgyvfL86owz4NaMxgoB7GRkR4oERhYKCysGRb4ZdatwqlkmwQt', NULL, NULL, '2022-06-21 21:56:04', '2022-06-21 21:56:04'),
(55, 'Gagan', 'gagandhillon1982@yahoo.ca', NULL, 'Edmonton, AB, Canada', 'Edmonton', 'AB', 'Canada', '53.5461245', '-113.4938229', NULL, NULL, '$2y$10$oUsGnVYppLKBOUeUV/b/w.2yrfl/aq7D60dfe34hibxpR2XoFDMhm', 'IO2guMtbmgtZiTiTwTwh6dZNn8VDSfbSbNUI94SyodBg7R6ScSn9fk4Hewgp', NULL, NULL, '2022-07-15 21:56:47', '2023-08-23 10:24:06'),
(56, 'Sanjeet dhillon', 'snjtdhillon@gmail.com', NULL, 'Abbotsford, BC, Canada', 'Abbotsford', 'BC', 'Canada', '49.0504377', '-122.3044697', NULL, NULL, '$2y$10$Hg9dlA7qLVNxmbkN4XnWhuzO.ls79i29AiKx5rHrFPc3JZVQiiZlG', 'jE18zif9GGuZIPt1Sp513ORdoHPewqDBH0u45IctW3SaDP6ByZBJ86TTNHeZ', NULL, NULL, '2022-11-04 01:12:55', '2022-11-04 01:12:55'),
(57, 'Ramol dhillon', 'ramoldhillon@gmail.com', NULL, 'Abbotsford, BC, Canada', 'Abbotsford', 'BC', 'Canada', '49.0504377', '-122.3044697', NULL, NULL, '$2y$10$W/0Jro3bYlIoDHZRKxTze.TWaFTciN/KecDtP8ayVFHJjEkwsE8Q2', 'iGgo1suRF1n3XapgH4zOE1NTycA50OhsHBFTAeCxGXNLx7JunXIdIMDBuHmt', NULL, NULL, '2022-11-04 01:13:15', '2022-11-04 01:13:15'),
(60, 'Jass', 'rockyjass85@gmail.com', NULL, 'Abbotsford, BC, Canada', 'Abbotsford', 'BC', 'Canada', '49.0504377', '-122.3044697', NULL, NULL, '$2y$10$eUdvBjxsAaNqgjOrTVKvY.4Uet/nb6EyF/qHaJPfhfaJkLkq2Jtxu', 'CED4y0ookk2ZLNzwUpvDqEli4fjAY9bF9XZqbTtpwLGlZpN9eXOybgAFf5dJ', NULL, NULL, '2023-02-21 10:04:07', '2023-02-21 10:04:07'),
(61, 'Mandeep', 'info@giftechies.com', '9592000818', 'Surrey, BC, Canada', 'Surrey', 'BC', 'Canada', '49.1913466', '-122.8490125', NULL, NULL, '$2y$10$ZO3xBAUUPHHoDnWFvoPSou.SLvNC9brxbC/MyiOiN2JNHu60c7NiS$2y$10$fqYc5ObVnxPb7kGFI2wGdusz7jM/byrQYquc.1emcIC3PaXvLkIdS$2a$04$sqM6RCVIh5BWKvlUimJdie768YEAgxFmV3EK3pWmPVRcY1PYzp9Xm', 'bV1cP0BesoJIRp5oUqZUbsvhpWLsIUVZHvYBahd6gyioRWNetGdvyvH8Af45', NULL, NULL, '2023-03-06 11:12:06', '2023-08-23 10:07:33'),
(62, 'Amrit', 'amritsingh83282@gmail.com', NULL, 'Surrey, BC, Canada', '', '', '', NULL, NULL, NULL, NULL, '$2y$10$jB.GoXFEwLUiQ1Szw5kPjuC8ivj/Ney7ba.xEHtzuMouDU6bYkZBy', 'm4gHs9c9WV1nzKp45cJootVOse8Kjat0dM7O6XHmUDHAy85QVGaeN1wAqnwF', NULL, NULL, '2023-09-09 08:25:23', '2023-09-09 08:25:23');

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

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

CREATE TABLE `vehicles` (
  `id` bigint UNSIGNED NOT NULL,
  `title` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
  `price` varchar(30) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `location` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `latitude` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `longitude` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `description` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci,
  `tags` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci,
  `featured` tinyint NOT NULL DEFAULT '0',
  `category_id` bigint UNSIGNED DEFAULT NULL,
  `user_id` bigint UNSIGNED DEFAULT NULL,
  `slug` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL,
  `deleted_at` timestamp NULL DEFAULT NULL,
  `address` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `city` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `state` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `country` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `zipcode` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `phone` varchar(20) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

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

--
-- Table structure for table `vehicle_categories`
--

CREATE TABLE `vehicle_categories` (
  `id` bigint UNSIGNED NOT NULL,
  `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
  `image` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `parent_id` bigint UNSIGNED DEFAULT NULL,
  `user_id` bigint UNSIGNED DEFAULT NULL,
  `slug` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Dumping data for table `vehicle_categories`
--

INSERT INTO `vehicle_categories` (`id`, `name`, `image`, `parent_id`, `user_id`, `slug`, `created_at`, `updated_at`) VALUES
(1, 'Car/Truck', NULL, NULL, NULL, 'cartruck', '2021-11-12 05:16:38', '2021-11-12 05:16:38'),
(2, 'Motorcycle', NULL, NULL, NULL, 'motorcycle', '2021-11-12 05:16:47', '2021-11-12 05:16:47'),
(3, 'Powersport', NULL, NULL, NULL, 'powersport', '2021-11-12 05:18:17', '2021-11-12 05:18:17'),
(4, 'RV/Camper', NULL, NULL, NULL, 'rvcamper', '2021-11-12 05:18:55', '2021-11-12 05:18:55'),
(5, 'Trailer', NULL, NULL, NULL, 'trailer', '2021-11-12 05:19:04', '2021-11-12 05:19:04'),
(6, 'Boat', NULL, NULL, NULL, 'boat', '2021-11-12 05:19:22', '2021-11-12 05:19:22'),
(7, 'Commercial/Industrial', NULL, NULL, NULL, 'commercialindustrial', '2021-11-12 05:19:29', '2021-11-12 05:19:51'),
(8, 'Other', NULL, NULL, NULL, 'other', '2021-11-12 05:22:27', '2021-11-12 05:22:27');

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

--
-- Table structure for table `wishlists`
--

CREATE TABLE `wishlists` (
  `id` bigint UNSIGNED NOT NULL,
  `item_id` bigint UNSIGNED DEFAULT NULL,
  `type` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `user_id` bigint UNSIGNED DEFAULT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Dumping data for table `wishlists`
--

INSERT INTO `wishlists` (`id`, `item_id`, `type`, `user_id`, `created_at`, `updated_at`) VALUES
(9, 15, 'property', NULL, '2021-12-13 05:18:16', '2021-12-13 05:18:16'),
(13, 5, 'item', NULL, '2022-01-14 12:23:44', '2022-01-14 12:23:44'),
(18, 18, 'property', 5, '2022-02-04 09:13:39', '2022-02-04 09:13:39'),
(20, 5, 'item', NULL, '2022-02-11 13:52:49', '2022-02-11 13:52:49'),
(21, 3, 'job', NULL, '2022-02-11 16:36:58', '2022-02-11 16:36:58'),
(22, 20, 'vehicle', NULL, '2022-02-11 17:08:32', '2022-02-11 17:08:32'),
(25, 6, 'item', NULL, '2022-02-11 17:17:33', '2022-02-11 17:17:33'),
(31, 15, 'item', NULL, '2022-05-07 12:47:56', '2022-05-07 12:47:56'),
(32, 17, 'construction', NULL, '2022-05-07 15:43:06', '2022-05-07 15:43:06'),
(34, 52, 'construction', NULL, '2022-05-14 11:52:36', '2022-05-14 11:52:36'),
(35, 41, 'vehicle', NULL, '2022-05-14 13:04:38', '2022-05-14 13:04:38'),
(38, 57, 'construction', NULL, '2022-05-27 10:24:15', '2022-05-27 10:24:15'),
(39, 15, 'property', NULL, '2022-05-27 10:39:46', '2022-05-27 10:39:46'),
(41, 14, 'item', NULL, '2022-05-27 10:40:12', '2022-05-27 10:40:12'),
(42, 8, 'item', NULL, '2022-05-29 10:48:59', '2022-05-29 10:48:59');

--
-- Indexes for dumped tables
--

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

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

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

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

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

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

--
-- Indexes for table `construction_categories`
--
ALTER TABLE `construction_categories`
  ADD PRIMARY KEY (`id`),
  ADD KEY `construction_categories_parent_id_foreign` (`parent_id`),
  ADD KEY `construction_categories_user_id_foreign` (`user_id`);

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

--
-- Indexes for table `coupon_categories`
--
ALTER TABLE `coupon_categories`
  ADD PRIMARY KEY (`id`),
  ADD KEY `coupon_categories_parent_id_foreign` (`parent_id`),
  ADD KEY `coupon_categories_user_id_foreign` (`user_id`);

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

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

--
-- Indexes for table `home_amenities`
--
ALTER TABLE `home_amenities`
  ADD PRIMARY KEY (`id`),
  ADD KEY `home_amenities_amenity_id_foreign` (`amenity_id`),
  ADD KEY `home_amenities_home_id_foreign` (`home_id`);

--
-- Indexes for table `items`
--
ALTER TABLE `items`
  ADD PRIMARY KEY (`id`),
  ADD KEY `items_user_id_foreign` (`user_id`),
  ADD KEY `items_category_id_foreign` (`category_id`);

--
-- Indexes for table `item_categories`
--
ALTER TABLE `item_categories`
  ADD PRIMARY KEY (`id`),
  ADD KEY `item_categories_user_id_foreign` (`user_id`),
  ADD KEY `item_categories_parent_id_foreign` (`parent_id`);

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

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

--
-- Indexes for table `messages`
--
ALTER TABLE `messages`
  ADD PRIMARY KEY (`id`),
  ADD KEY `messages_from_id_foreign` (`from_id`),
  ADD KEY `messages_to_id_foreign` (`to_id`);

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

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

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

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

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

--
-- Indexes for table `pages`
--
ALTER TABLE `pages`
  ADD PRIMARY KEY (`id`),
  ADD KEY `pages_category_id_foreign` (`category_id`),
  ADD KEY `pages_category_type_id_foreign` (`category_type_id`);

--
-- Indexes for table `page_files`
--
ALTER TABLE `page_files`
  ADD PRIMARY KEY (`id`),
  ADD KEY `page_files_page_id_foreign` (`page_id`);

--
-- Indexes for table `page_galleries`
--
ALTER TABLE `page_galleries`
  ADD PRIMARY KEY (`id`),
  ADD KEY `page_galleries_page_id_foreign` (`page_id`);

--
-- Indexes for table `page_mpoints`
--
ALTER TABLE `page_mpoints`
  ADD PRIMARY KEY (`id`),
  ADD KEY `page_mpoints_page_id_foreign` (`page_id`);

--
-- Indexes for table `page_points`
--
ALTER TABLE `page_points`
  ADD PRIMARY KEY (`id`),
  ADD KEY `page_points_page_id_foreign` (`page_id`);

--
-- Indexes for table `password_resets`
--
ALTER TABLE `password_resets`
  ADD KEY `password_resets_email_index` (`email`);

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

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

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

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

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

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

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

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

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

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

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

--
-- Indexes for table `vehicles`
--
ALTER TABLE `vehicles`
  ADD PRIMARY KEY (`id`),
  ADD KEY `vehicles_category_id_foreign` (`category_id`),
  ADD KEY `vehicles_user_id_foreign` (`user_id`);

--
-- Indexes for table `vehicle_categories`
--
ALTER TABLE `vehicle_categories`
  ADD PRIMARY KEY (`id`),
  ADD KEY `vehicle_categories_parent_id_foreign` (`parent_id`),
  ADD KEY `vehicle_categories_user_id_foreign` (`user_id`);

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

--
-- AUTO_INCREMENT for dumped tables
--

--
-- AUTO_INCREMENT for table `abouts`
--
ALTER TABLE `abouts`
  MODIFY `id` bigint UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=2;

--
-- AUTO_INCREMENT for table `amenities`
--
ALTER TABLE `amenities`
  MODIFY `id` bigint UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=27;

--
-- AUTO_INCREMENT for table `banners`
--
ALTER TABLE `banners`
  MODIFY `id` bigint UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=15;

--
-- AUTO_INCREMENT for table `categories`
--
ALTER TABLE `categories`
  MODIFY `id` bigint UNSIGNED NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `category_types`
--
ALTER TABLE `category_types`
  MODIFY `id` bigint UNSIGNED NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `constructions`
--
ALTER TABLE `constructions`
  MODIFY `id` bigint UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=272;

--
-- AUTO_INCREMENT for table `construction_categories`
--
ALTER TABLE `construction_categories`
  MODIFY `id` bigint UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=21;

--
-- AUTO_INCREMENT for table `coupons`
--
ALTER TABLE `coupons`
  MODIFY `id` bigint UNSIGNED NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `coupon_categories`
--
ALTER TABLE `coupon_categories`
  MODIFY `id` bigint UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=4;

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

--
-- AUTO_INCREMENT for table `homes`
--
ALTER TABLE `homes`
  MODIFY `id` bigint UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=27;

--
-- AUTO_INCREMENT for table `home_amenities`
--
ALTER TABLE `home_amenities`
  MODIFY `id` bigint UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=3;

--
-- AUTO_INCREMENT for table `items`
--
ALTER TABLE `items`
  MODIFY `id` bigint UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=2;

--
-- AUTO_INCREMENT for table `item_categories`
--
ALTER TABLE `item_categories`
  MODIFY `id` bigint UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=17;

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

--
-- AUTO_INCREMENT for table `job_categories`
--
ALTER TABLE `job_categories`
  MODIFY `id` bigint UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=10;

--
-- AUTO_INCREMENT for table `messages`
--
ALTER TABLE `messages`
  MODIFY `id` bigint UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=25;

--
-- AUTO_INCREMENT for table `migrations`
--
ALTER TABLE `migrations`
  MODIFY `id` int UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=45;

--
-- AUTO_INCREMENT for table `otps`
--
ALTER TABLE `otps`
  MODIFY `id` bigint UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=220;

--
-- AUTO_INCREMENT for table `packages`
--
ALTER TABLE `packages`
  MODIFY `id` bigint UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=4;

--
-- AUTO_INCREMENT for table `pages`
--
ALTER TABLE `pages`
  MODIFY `id` bigint UNSIGNED NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `page_files`
--
ALTER TABLE `page_files`
  MODIFY `id` bigint UNSIGNED NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `page_galleries`
--
ALTER TABLE `page_galleries`
  MODIFY `id` bigint UNSIGNED NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `page_mpoints`
--
ALTER TABLE `page_mpoints`
  MODIFY `id` bigint UNSIGNED NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `page_points`
--
ALTER TABLE `page_points`
  MODIFY `id` bigint UNSIGNED NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `permissions`
--
ALTER TABLE `permissions`
  MODIFY `id` bigint UNSIGNED NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `photos`
--
ALTER TABLE `photos`
  MODIFY `id` bigint UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=484;

--
-- AUTO_INCREMENT for table `posts`
--
ALTER TABLE `posts`
  MODIFY `id` bigint UNSIGNED NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `post_notifications`
--
ALTER TABLE `post_notifications`
  MODIFY `id` bigint UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=386;

--
-- AUTO_INCREMENT for table `preferences`
--
ALTER TABLE `preferences`
  MODIFY `id` bigint UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=7;

--
-- AUTO_INCREMENT for table `roles`
--
ALTER TABLE `roles`
  MODIFY `id` bigint UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=7;

--
-- AUTO_INCREMENT for table `search_histories`
--
ALTER TABLE `search_histories`
  MODIFY `id` bigint UNSIGNED NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `settings`
--
ALTER TABLE `settings`
  MODIFY `id` bigint UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=2;

--
-- AUTO_INCREMENT for table `tags`
--
ALTER TABLE `tags`
  MODIFY `id` bigint UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=36;

--
-- AUTO_INCREMENT for table `users`
--
ALTER TABLE `users`
  MODIFY `id` bigint UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=63;

--
-- AUTO_INCREMENT for table `vehicles`
--
ALTER TABLE `vehicles`
  MODIFY `id` bigint UNSIGNED NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `vehicle_categories`
--
ALTER TABLE `vehicle_categories`
  MODIFY `id` bigint UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=9;

--
-- AUTO_INCREMENT for table `wishlists`
--
ALTER TABLE `wishlists`
  MODIFY `id` bigint UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=57;

--
-- Constraints for dumped tables
--

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

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

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

--
-- Constraints for table `construction_categories`
--
ALTER TABLE `construction_categories`
  ADD CONSTRAINT `construction_categories_parent_id_foreign` FOREIGN KEY (`parent_id`) REFERENCES `construction_categories` (`id`) ON DELETE SET NULL,
  ADD CONSTRAINT `construction_categories_user_id_foreign` FOREIGN KEY (`user_id`) REFERENCES `users` (`id`) ON DELETE SET NULL;

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

--
-- Constraints for table `coupon_categories`
--
ALTER TABLE `coupon_categories`
  ADD CONSTRAINT `coupon_categories_parent_id_foreign` FOREIGN KEY (`parent_id`) REFERENCES `coupon_categories` (`id`) ON DELETE SET NULL,
  ADD CONSTRAINT `coupon_categories_user_id_foreign` FOREIGN KEY (`user_id`) REFERENCES `users` (`id`) ON DELETE SET NULL;

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

--
-- Constraints for table `home_amenities`
--
ALTER TABLE `home_amenities`
  ADD CONSTRAINT `home_amenities_amenity_id_foreign` FOREIGN KEY (`amenity_id`) REFERENCES `amenities` (`id`),
  ADD CONSTRAINT `home_amenities_home_id_foreign` FOREIGN KEY (`home_id`) REFERENCES `homes` (`id`) ON DELETE CASCADE;

--
-- Constraints for table `items`
--
ALTER TABLE `items`
  ADD CONSTRAINT `items_category_id_foreign` FOREIGN KEY (`category_id`) REFERENCES `item_categories` (`id`) ON DELETE SET NULL,
  ADD CONSTRAINT `items_user_id_foreign` FOREIGN KEY (`user_id`) REFERENCES `users` (`id`) ON DELETE SET NULL;

--
-- Constraints for table `item_categories`
--
ALTER TABLE `item_categories`
  ADD CONSTRAINT `item_categories_parent_id_foreign` FOREIGN KEY (`parent_id`) REFERENCES `item_categories` (`id`) ON DELETE SET NULL,
  ADD CONSTRAINT `item_categories_user_id_foreign` FOREIGN KEY (`user_id`) REFERENCES `users` (`id`) ON DELETE SET NULL;

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

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

--
-- Constraints for table `messages`
--
ALTER TABLE `messages`
  ADD CONSTRAINT `messages_from_id_foreign` FOREIGN KEY (`from_id`) REFERENCES `users` (`id`) ON DELETE SET NULL,
  ADD CONSTRAINT `messages_to_id_foreign` FOREIGN KEY (`to_id`) REFERENCES `users` (`id`) ON DELETE SET NULL;

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

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

--
-- Constraints for table `pages`
--
ALTER TABLE `pages`
  ADD CONSTRAINT `pages_category_id_foreign` FOREIGN KEY (`category_id`) REFERENCES `categories` (`id`) ON DELETE SET NULL,
  ADD CONSTRAINT `pages_category_type_id_foreign` FOREIGN KEY (`category_type_id`) REFERENCES `category_types` (`id`) ON DELETE SET NULL;

--
-- Constraints for table `page_files`
--
ALTER TABLE `page_files`
  ADD CONSTRAINT `page_files_page_id_foreign` FOREIGN KEY (`page_id`) REFERENCES `pages` (`id`) ON DELETE CASCADE;

--
-- Constraints for table `page_galleries`
--
ALTER TABLE `page_galleries`
  ADD CONSTRAINT `page_galleries_page_id_foreign` FOREIGN KEY (`page_id`) REFERENCES `pages` (`id`) ON DELETE CASCADE;

--
-- Constraints for table `page_mpoints`
--
ALTER TABLE `page_mpoints`
  ADD CONSTRAINT `page_mpoints_page_id_foreign` FOREIGN KEY (`page_id`) REFERENCES `pages` (`id`) ON DELETE CASCADE;

--
-- Constraints for table `page_points`
--
ALTER TABLE `page_points`
  ADD CONSTRAINT `page_points_page_id_foreign` FOREIGN KEY (`page_id`) REFERENCES `pages` (`id`) ON DELETE CASCADE;

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

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

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

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

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

--
-- Constraints for table `vehicles`
--
ALTER TABLE `vehicles`
  ADD CONSTRAINT `vehicles_category_id_foreign` FOREIGN KEY (`category_id`) REFERENCES `vehicle_categories` (`id`) ON DELETE SET NULL,
  ADD CONSTRAINT `vehicles_user_id_foreign` FOREIGN KEY (`user_id`) REFERENCES `users` (`id`) ON DELETE SET NULL;

--
-- Constraints for table `vehicle_categories`
--
ALTER TABLE `vehicle_categories`
  ADD CONSTRAINT `vehicle_categories_parent_id_foreign` FOREIGN KEY (`parent_id`) REFERENCES `vehicle_categories` (`id`) ON DELETE SET NULL,
  ADD CONSTRAINT `vehicle_categories_user_id_foreign` FOREIGN KEY (`user_id`) REFERENCES `users` (`id`) ON DELETE SET NULL;

--
-- Constraints for table `wishlists`
--
ALTER TABLE `wishlists`
  ADD CONSTRAINT `wishlists_user_id_foreign` FOREIGN KEY (`user_id`) REFERENCES `users` (`id`) ON DELETE SET NULL;
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 */;
