-- MySQL dump 10.13  Distrib 8.0.45, for Linux (x86_64)
--
-- Host: 72.60.196.4    Database: panjabiz
-- ------------------------------------------------------
-- Server version	8.0.45-0ubuntu0.24.04.1

/*!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 */;
/*!50503 SET NAMES utf8mb4 */;
/*!40103 SET @OLD_TIME_ZONE=@@TIME_ZONE */;
/*!40103 SET TIME_ZONE='+00:00' */;
/*!40014 SET @OLD_UNIQUE_CHECKS=@@UNIQUE_CHECKS, UNIQUE_CHECKS=0 */;
/*!40014 SET @OLD_FOREIGN_KEY_CHECKS=@@FOREIGN_KEY_CHECKS, FOREIGN_KEY_CHECKS=0 */;
/*!40101 SET @OLD_SQL_MODE=@@SQL_MODE, SQL_MODE='NO_AUTO_VALUE_ON_ZERO' */;
/*!40111 SET @OLD_SQL_NOTES=@@SQL_NOTES, SQL_NOTES=0 */;

--
-- Table structure for table `accounts_useraddress`
--

DROP TABLE IF EXISTS `accounts_useraddress`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `accounts_useraddress` (
  `id` bigint NOT NULL AUTO_INCREMENT,
  `company_name` varchar(100) DEFAULT NULL,
  `street_address` varchar(255) NOT NULL,
  `appartment_number` varchar(50) DEFAULT NULL,
  `city` varchar(100) NOT NULL,
  `state` varchar(100) NOT NULL,
  `postal_code` varchar(20) DEFAULT NULL,
  `country` varchar(100) NOT NULL,
  `phone_number` varchar(15) NOT NULL,
  `email` varchar(254) NOT NULL,
  `user_id` bigint NOT NULL,
  PRIMARY KEY (`id`),
  UNIQUE KEY `user_id` (`user_id`),
  CONSTRAINT `accounts_useraddress_user_id_5348f16c_fk_users_user_id` FOREIGN KEY (`user_id`) REFERENCES `users_user` (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=4 DEFAULT CHARSET=latin1;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `accounts_useraddress`
--

LOCK TABLES `accounts_useraddress` WRITE;
/*!40000 ALTER TABLE `accounts_useraddress` DISABLE KEYS */;
INSERT INTO `accounts_useraddress` VALUES (1,'string','string','string','string','string','string','string','string','user@example.com',1),(2,'','t','','t','t','','t','545','t@gmail.com',7),(3,'string','string','string','string','string','string','string','string','user@example.com',32);
/*!40000 ALTER TABLE `accounts_useraddress` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `ads_ads`
--

DROP TABLE IF EXISTS `ads_ads`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `ads_ads` (
  `id` bigint NOT NULL AUTO_INCREMENT,
  `is_active` tinyint(1) NOT NULL,
  `created_at` datetime(6) NOT NULL,
  `updated_at` datetime(6) NOT NULL,
  `created_by_id` bigint DEFAULT NULL,
  `updated_by_id` bigint DEFAULT NULL,
  `banner_image` varchar(100) NOT NULL,
  `title` varchar(255) NOT NULL,
  `user_id` bigint NOT NULL,
  PRIMARY KEY (`id`),
  KEY `ads_ads_user_id_2c556e08_fk_users_user_id` (`user_id`),
  KEY `ads_ads_created_by_id_43676708` (`created_by_id`),
  KEY `ads_ads_updated_by_id_d9e54baa` (`updated_by_id`),
  CONSTRAINT `ads_ads_created_by_id_43676708_fk_users_user_id` FOREIGN KEY (`created_by_id`) REFERENCES `users_user` (`id`),
  CONSTRAINT `ads_ads_updated_by_id_d9e54baa_fk_users_user_id` FOREIGN KEY (`updated_by_id`) REFERENCES `users_user` (`id`),
  CONSTRAINT `ads_ads_user_id_2c556e08_fk_users_user_id` FOREIGN KEY (`user_id`) REFERENCES `users_user` (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=22 DEFAULT CHARSET=latin1;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `ads_ads`
--

LOCK TABLES `ads_ads` WRITE;
/*!40000 ALTER TABLE `ads_ads` DISABLE KEYS */;
INSERT INTO `ads_ads` VALUES (1,1,'2025-07-07 12:36:48.895138','2025-07-07 12:36:48.896106',NULL,NULL,'ads/Screenshot_2025-06-23_131220.png','Products Ad',1),(5,1,'2025-07-09 07:14:37.968519','2025-07-09 12:53:25.253106',NULL,NULL,'ads/Ruby-4-Klang-Malaysia.jpg','Property Builder',1),(6,1,'2025-07-09 07:35:29.272043','2025-07-09 12:51:54.405088',NULL,NULL,'ads/Malaysia.jpg','Property Sale',1),(9,1,'2025-07-09 09:29:41.916395','2025-07-14 14:55:13.761910',NULL,NULL,'ads/bed.png','Test',1),(10,1,'2025-07-09 10:08:59.092830','2025-07-14 14:52:44.222133',NULL,NULL,'ads/Writing_Tablet_Drawing_Pad.webp','Feature ad',1),(11,1,'2025-07-09 13:00:25.038785','2025-07-09 13:00:25.039136',NULL,NULL,'ads/men-printed.jpg','Shirt Collection',1),(12,1,'2025-07-09 13:22:50.359884','2025-07-09 13:22:50.359926',NULL,NULL,'ads/Untitled.jpg','Sharee Shop',1),(14,1,'2025-07-10 14:07:15.473267','2025-07-14 14:52:11.754272',NULL,NULL,'ads/41.jpg','Advertising Company',1),(15,1,'2025-08-21 06:27:25.073258','2025-08-21 06:27:25.073258',NULL,NULL,'ads/Screenshot_2025-08-20_193507.png','Demo',6),(17,1,'2025-08-21 10:59:39.738641','2025-08-21 10:59:39.739226',NULL,NULL,'ads/Screenshot_2025-08-21_133533.png','Demo ad',6),(18,1,'2025-08-21 11:11:50.060396','2025-08-21 11:11:50.060440',NULL,NULL,'ads/Screenshot_2025-08-21_133533_1yYPLib.png','foxnews',15),(19,1,'2025-08-31 05:44:31.252893','2025-08-31 05:44:31.252931',NULL,NULL,'ads/download_1.jpg','Test',7),(20,1,'2025-09-30 09:26:01.020883','2025-09-30 09:26:01.020911',NULL,NULL,'ads/REC-283110_Pizza.webp','Testing Ads Salman',30),(21,1,'2025-09-30 09:31:52.374514','2025-09-30 09:31:52.374564',NULL,NULL,'ads/22df9afc-9f01-4d57-ba95-7b6c7f156097.jfif','Salman ads 2',30);
/*!40000 ALTER TABLE `ads_ads` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `agent_agent`
--

DROP TABLE IF EXISTS `agent_agent`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `agent_agent` (
  `id` bigint NOT NULL AUTO_INCREMENT,
  `is_active` tinyint(1) NOT NULL,
  `created_at` datetime(6) NOT NULL,
  `updated_at` datetime(6) NOT NULL,
  `created_by_id` bigint DEFAULT NULL,
  `updated_by_id` bigint DEFAULT NULL,
  `name` varchar(50) NOT NULL,
  `email` varchar(254) NOT NULL,
  `contact_no` varchar(15) NOT NULL,
  `bio` longtext,
  `company_name` varchar(255) DEFAULT NULL,
  `cover_picture` varchar(100) DEFAULT NULL,
  `profile_picture` varchar(100) DEFAULT NULL,
  `agent_user_id` bigint NOT NULL,
  `verified` tinyint(1) NOT NULL,
  `country_id` bigint DEFAULT NULL,
  `designation` varchar(255) DEFAULT NULL,
  `facebook` varchar(255) DEFAULT NULL,
  `linkedin` varchar(255) DEFAULT NULL,
  `youtube` varchar(255) DEFAULT NULL,
  `whatsapp` varchar(15) DEFAULT NULL,
  `has_username` tinyint(1) NOT NULL,
  `username` varchar(255) DEFAULT NULL,
  PRIMARY KEY (`id`),
  UNIQUE KEY `agent_user_id` (`agent_user_id`),
  KEY `agent_agent_created_by_id_7a1994e6` (`created_by_id`),
  KEY `agent_agent_updated_by_id_881e5304` (`updated_by_id`),
  KEY `agent_agent_country_id_86442820_fk_country_country_id` (`country_id`),
  CONSTRAINT `agent_agent_agent_user_id_b15c9473_fk_users_user_id` FOREIGN KEY (`agent_user_id`) REFERENCES `users_user` (`id`),
  CONSTRAINT `agent_agent_country_id_86442820_fk_country_country_id` FOREIGN KEY (`country_id`) REFERENCES `country_country` (`id`),
  CONSTRAINT `agent_agent_created_by_id_7a1994e6_fk_users_user_id` FOREIGN KEY (`created_by_id`) REFERENCES `users_user` (`id`),
  CONSTRAINT `agent_agent_updated_by_id_881e5304_fk_users_user_id` FOREIGN KEY (`updated_by_id`) REFERENCES `users_user` (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=108 DEFAULT CHARSET=latin1;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `agent_agent`
--

LOCK TABLES `agent_agent` WRITE;
/*!40000 ALTER TABLE `agent_agent` DISABLE KEYS */;
/*!40000 ALTER TABLE `agent_agent` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `agent_agent_area_of_operation`
--

DROP TABLE IF EXISTS `agent_agent_area_of_operation`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `agent_agent_area_of_operation` (
  `id` bigint NOT NULL AUTO_INCREMENT,
  `agent_id` bigint NOT NULL,
  `areaofoperation_id` bigint NOT NULL,
  PRIMARY KEY (`id`),
  UNIQUE KEY `agent_agent_area_of_oper_agent_id_areaofoperation_7eddabe9_uniq` (`agent_id`,`areaofoperation_id`),
  KEY `agent_agent_area_of__areaofoperation_id_b30ec371_fk_area_of_o` (`areaofoperation_id`),
  CONSTRAINT `agent_agent_area_of__agent_id_de508ba4_fk_agent_age` FOREIGN KEY (`agent_id`) REFERENCES `agent_agent` (`id`),
  CONSTRAINT `agent_agent_area_of__areaofoperation_id_b30ec371_fk_area_of_o` FOREIGN KEY (`areaofoperation_id`) REFERENCES `area_of_operation_areaofoperation` (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=138 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `agent_agent_area_of_operation`
--

LOCK TABLES `agent_agent_area_of_operation` WRITE;
/*!40000 ALTER TABLE `agent_agent_area_of_operation` DISABLE KEYS */;
/*!40000 ALTER TABLE `agent_agent_area_of_operation` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `agent_agent_specialty_and_services`
--

DROP TABLE IF EXISTS `agent_agent_specialty_and_services`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `agent_agent_specialty_and_services` (
  `id` bigint NOT NULL AUTO_INCREMENT,
  `agent_id` bigint NOT NULL,
  `specialtyandservices_id` bigint NOT NULL,
  PRIMARY KEY (`id`),
  UNIQUE KEY `agent_agent_specialty_an_agent_id_specialtyandser_839294d2_uniq` (`agent_id`,`specialtyandservices_id`),
  KEY `agent_agent_specialt_specialtyandservices_1c55a097_fk_specialty` (`specialtyandservices_id`),
  CONSTRAINT `agent_agent_specialt_agent_id_2777a847_fk_agent_age` FOREIGN KEY (`agent_id`) REFERENCES `agent_agent` (`id`),
  CONSTRAINT `agent_agent_specialt_specialtyandservices_1c55a097_fk_specialty` FOREIGN KEY (`specialtyandservices_id`) REFERENCES `specialty_and_services_specialtyandservices` (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `agent_agent_specialty_and_services`
--

LOCK TABLES `agent_agent_specialty_and_services` WRITE;
/*!40000 ALTER TABLE `agent_agent_specialty_and_services` DISABLE KEYS */;
/*!40000 ALTER TABLE `agent_agent_specialty_and_services` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `area_of_operation_areaofoperation`
--

DROP TABLE IF EXISTS `area_of_operation_areaofoperation`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `area_of_operation_areaofoperation` (
  `id` bigint NOT NULL AUTO_INCREMENT,
  `name` varchar(50) COLLATE utf8mb4_unicode_ci NOT NULL,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=13 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `area_of_operation_areaofoperation`
--

LOCK TABLES `area_of_operation_areaofoperation` WRITE;
/*!40000 ALTER TABLE `area_of_operation_areaofoperation` DISABLE KEYS */;
INSERT INTO `area_of_operation_areaofoperation` VALUES (3,'Mirpur'),(4,'Dhanmondi'),(5,'demo'),(6,'Uttara'),(7,'Banani'),(8,'Mohammadpur'),(9,'Pallabi'),(10,'Mohammadpur'),(12,'Lalmatia');
/*!40000 ALTER TABLE `area_of_operation_areaofoperation` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `auth_group`
--

DROP TABLE IF EXISTS `auth_group`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `auth_group` (
  `id` int NOT NULL AUTO_INCREMENT,
  `name` varchar(150) NOT NULL,
  PRIMARY KEY (`id`),
  UNIQUE KEY `name` (`name`)
) ENGINE=InnoDB DEFAULT CHARSET=latin1;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `auth_group`
--

LOCK TABLES `auth_group` WRITE;
/*!40000 ALTER TABLE `auth_group` DISABLE KEYS */;
/*!40000 ALTER TABLE `auth_group` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `auth_group_permissions`
--

DROP TABLE IF EXISTS `auth_group_permissions`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `auth_group_permissions` (
  `id` bigint NOT NULL AUTO_INCREMENT,
  `group_id` int NOT NULL,
  `permission_id` int NOT NULL,
  PRIMARY KEY (`id`),
  UNIQUE KEY `auth_group_permissions_group_id_permission_id_0cd325b0_uniq` (`group_id`,`permission_id`),
  KEY `auth_group_permissio_permission_id_84c5c92e_fk_auth_perm` (`permission_id`),
  CONSTRAINT `auth_group_permissio_permission_id_84c5c92e_fk_auth_perm` FOREIGN KEY (`permission_id`) REFERENCES `auth_permission` (`id`),
  CONSTRAINT `auth_group_permissions_group_id_b120cbf9_fk_auth_group_id` FOREIGN KEY (`group_id`) REFERENCES `auth_group` (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=latin1;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `auth_group_permissions`
--

LOCK TABLES `auth_group_permissions` WRITE;
/*!40000 ALTER TABLE `auth_group_permissions` DISABLE KEYS */;
/*!40000 ALTER TABLE `auth_group_permissions` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `auth_permission`
--

DROP TABLE IF EXISTS `auth_permission`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `auth_permission` (
  `id` int NOT NULL AUTO_INCREMENT,
  `name` varchar(255) NOT NULL,
  `content_type_id` int NOT NULL,
  `codename` varchar(100) NOT NULL,
  PRIMARY KEY (`id`),
  UNIQUE KEY `auth_permission_content_type_id_codename_01ab375a_uniq` (`content_type_id`,`codename`),
  CONSTRAINT `auth_permission_content_type_id_2f476e4b_fk_django_co` FOREIGN KEY (`content_type_id`) REFERENCES `django_content_type` (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=481 DEFAULT CHARSET=latin1;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `auth_permission`
--

LOCK TABLES `auth_permission` WRITE;
/*!40000 ALTER TABLE `auth_permission` DISABLE KEYS */;
INSERT INTO `auth_permission` VALUES (1,'Can add log entry',1,'add_logentry'),(2,'Can change log entry',1,'change_logentry'),(3,'Can delete log entry',1,'delete_logentry'),(4,'Can view log entry',1,'view_logentry'),(5,'Can add permission',2,'add_permission'),(6,'Can change permission',2,'change_permission'),(7,'Can delete permission',2,'delete_permission'),(8,'Can view permission',2,'view_permission'),(9,'Can add group',3,'add_group'),(10,'Can change group',3,'change_group'),(11,'Can delete group',3,'delete_group'),(12,'Can view group',3,'view_group'),(13,'Can add user',4,'add_user'),(14,'Can change user',4,'change_user'),(15,'Can delete user',4,'delete_user'),(16,'Can view user',4,'view_user'),(17,'Can add content type',5,'add_contenttype'),(18,'Can change content type',5,'change_contenttype'),(19,'Can delete content type',5,'delete_contenttype'),(20,'Can view content type',5,'view_contenttype'),(21,'Can add session',6,'add_session'),(22,'Can change session',6,'change_session'),(23,'Can delete session',6,'delete_session'),(24,'Can view session',6,'view_session'),(25,'Can add country',7,'add_country'),(26,'Can change country',7,'change_country'),(27,'Can delete country',7,'delete_country'),(28,'Can view country',7,'view_country'),(29,'Can add state',8,'add_state'),(30,'Can change state',8,'change_state'),(31,'Can delete state',8,'delete_state'),(32,'Can view state',8,'view_state'),(33,'Can add city',9,'add_city'),(34,'Can change city',9,'change_city'),(35,'Can delete city',9,'delete_city'),(36,'Can view city',9,'view_city'),(37,'Can add property',10,'add_property'),(38,'Can change property',10,'change_property'),(39,'Can delete property',10,'delete_property'),(40,'Can view property',10,'view_property'),(41,'Can add property details',11,'add_propertydetails'),(42,'Can change property details',11,'change_propertydetails'),(43,'Can delete property details',11,'delete_propertydetails'),(44,'Can view property details',11,'view_propertydetails'),(45,'Can add property nearby facilities',12,'add_propertynearbyfacilities'),(46,'Can change property nearby facilities',12,'change_propertynearbyfacilities'),(47,'Can delete property nearby facilities',12,'delete_propertynearbyfacilities'),(48,'Can view property nearby facilities',12,'view_propertynearbyfacilities'),(49,'Can add category',13,'add_category'),(50,'Can change category',13,'change_category'),(51,'Can delete category',13,'delete_category'),(52,'Can view category',13,'view_category'),(53,'Can add property media',14,'add_propertymedia'),(54,'Can change property media',14,'change_propertymedia'),(55,'Can delete property media',14,'delete_propertymedia'),(56,'Can view property media',14,'view_propertymedia'),(57,'Can add agent',15,'add_agent'),(58,'Can change agent',15,'change_agent'),(59,'Can delete agent',15,'delete_agent'),(60,'Can view agent',15,'view_agent'),(61,'Can add contact message',16,'add_contactmessage'),(62,'Can change contact message',16,'change_contactmessage'),(63,'Can delete contact message',16,'delete_contactmessage'),(64,'Can view contact message',16,'view_contactmessage'),(65,'Can add featured listings',17,'add_featuredlistings'),(66,'Can change featured listings',17,'change_featuredlistings'),(67,'Can delete featured listings',17,'delete_featuredlistings'),(68,'Can view featured listings',17,'view_featuredlistings'),(69,'Can add faq',18,'add_faq'),(70,'Can change faq',18,'change_faq'),(71,'Can delete faq',18,'delete_faq'),(72,'Can view faq',18,'view_faq'),(73,'Can add contact information',19,'add_contactinformation'),(74,'Can change contact information',19,'change_contactinformation'),(75,'Can delete contact information',19,'delete_contactinformation'),(76,'Can view contact information',19,'view_contactinformation'),(77,'Can add slider',20,'add_slider'),(78,'Can change slider',20,'change_slider'),(79,'Can delete slider',20,'delete_slider'),(80,'Can view slider',20,'view_slider'),(81,'Can add service category',21,'add_servicecategory'),(82,'Can change service category',21,'change_servicecategory'),(83,'Can delete service category',21,'delete_servicecategory'),(84,'Can view service category',21,'view_servicecategory'),(85,'Can add services',22,'add_services'),(86,'Can change services',22,'change_services'),(87,'Can delete services',22,'delete_services'),(88,'Can view services',22,'view_services'),(89,'Can add service social media',23,'add_servicesocialmedia'),(90,'Can change service social media',23,'change_servicesocialmedia'),(91,'Can delete service social media',23,'delete_servicesocialmedia'),(92,'Can view service social media',23,'view_servicesocialmedia'),(93,'Can add service benefits',24,'add_servicebenefits'),(94,'Can change service benefits',24,'change_servicebenefits'),(95,'Can delete service benefits',24,'delete_servicebenefits'),(96,'Can view service benefits',24,'view_servicebenefits'),(97,'Can add service offered',25,'add_serviceoffered'),(98,'Can change service offered',25,'change_serviceoffered'),(99,'Can delete service offered',25,'delete_serviceoffered'),(100,'Can view service offered',25,'view_serviceoffered'),(101,'Can add service review',26,'add_servicereview'),(102,'Can change service review',26,'change_servicereview'),(103,'Can delete service review',26,'delete_servicereview'),(104,'Can view service review',26,'view_servicereview'),(105,'Can add contact service provider',27,'add_contactserviceprovider'),(106,'Can change contact service provider',27,'change_contactserviceprovider'),(107,'Can delete contact service provider',27,'delete_contactserviceprovider'),(108,'Can view contact service provider',27,'view_contactserviceprovider'),(109,'Can add job categories',28,'add_jobcategories'),(110,'Can change job categories',28,'change_jobcategories'),(111,'Can delete job categories',28,'delete_jobcategories'),(112,'Can view job categories',28,'view_jobcategories'),(113,'Can add job company',29,'add_jobcompany'),(114,'Can change job company',29,'change_jobcompany'),(115,'Can delete job company',29,'delete_jobcompany'),(116,'Can view job company',29,'view_jobcompany'),(117,'Can add jobs',30,'add_jobs'),(118,'Can change jobs',30,'change_jobs'),(119,'Can delete jobs',30,'delete_jobs'),(120,'Can view jobs',30,'view_jobs'),(121,'Can add jobs details',31,'add_jobsdetails'),(122,'Can change jobs details',31,'change_jobsdetails'),(123,'Can delete jobs details',31,'delete_jobsdetails'),(124,'Can view jobs details',31,'view_jobsdetails'),(125,'Can add jobs details',32,'add_jobsdetails'),(126,'Can change jobs details',32,'change_jobsdetails'),(127,'Can delete jobs details',32,'delete_jobsdetails'),(128,'Can view jobs details',32,'view_jobsdetails'),(129,'Can add contact service provider',33,'add_contactserviceprovider'),(130,'Can change contact service provider',33,'change_contactserviceprovider'),(131,'Can delete contact service provider',33,'delete_contactserviceprovider'),(132,'Can view contact service provider',33,'view_contactserviceprovider'),(133,'Can add company portfolio business category',34,'add_companyportfoliobusinesscategory'),(134,'Can change company portfolio business category',34,'change_companyportfoliobusinesscategory'),(135,'Can delete company portfolio business category',34,'delete_companyportfoliobusinesscategory'),(136,'Can view company portfolio business category',34,'view_companyportfoliobusinesscategory'),(137,'Can add company service offered',35,'add_companyserviceoffered'),(138,'Can change company service offered',35,'change_companyserviceoffered'),(139,'Can delete company service offered',35,'delete_companyserviceoffered'),(140,'Can view company service offered',35,'view_companyserviceoffered'),(141,'Can add company social media',36,'add_companysocialmedia'),(142,'Can change company social media',36,'change_companysocialmedia'),(143,'Can delete company social media',36,'delete_companysocialmedia'),(144,'Can view company social media',36,'view_companysocialmedia'),(145,'Can add company benefits',37,'add_companybenefits'),(146,'Can change company benefits',37,'change_companybenefits'),(147,'Can delete company benefits',37,'delete_companybenefits'),(148,'Can view company benefits',37,'view_companybenefits'),(149,'Can add service review',38,'add_servicereview'),(150,'Can change service review',38,'change_servicereview'),(151,'Can delete service review',38,'delete_servicereview'),(152,'Can view service review',38,'view_servicereview'),(153,'Can add company review',38,'add_companyreview'),(154,'Can change company review',38,'change_companyreview'),(155,'Can delete company review',38,'delete_companyreview'),(156,'Can view company review',38,'view_companyreview'),(157,'Can add companies',39,'add_companies'),(158,'Can change companies',39,'change_companies'),(159,'Can delete companies',39,'delete_companies'),(160,'Can view companies',39,'view_companies'),(161,'Can add services',40,'add_services'),(162,'Can change services',40,'change_services'),(163,'Can delete services',40,'delete_services'),(164,'Can view services',40,'view_services'),(165,'Can add company social media',41,'add_companysocialmedia'),(166,'Can change company social media',41,'change_companysocialmedia'),(167,'Can delete company social media',41,'delete_companysocialmedia'),(168,'Can view company social media',41,'view_companysocialmedia'),(169,'Can add company portfolio business',42,'add_companyportfoliobusiness'),(170,'Can change company portfolio business',42,'change_companyportfoliobusiness'),(171,'Can delete company portfolio business',42,'delete_companyportfoliobusiness'),(172,'Can view company portfolio business',42,'view_companyportfoliobusiness'),(173,'Can add job companies',43,'add_jobcompanies'),(174,'Can change job companies',43,'change_jobcompanies'),(175,'Can delete job companies',43,'delete_jobcompanies'),(176,'Can view job companies',43,'view_jobcompanies'),(177,'Can add benefits',44,'add_benefits'),(178,'Can change benefits',44,'change_benefits'),(179,'Can delete benefits',44,'delete_benefits'),(180,'Can view benefits',44,'view_benefits'),(181,'Can add company benefits',45,'add_companybenefits'),(182,'Can change company benefits',45,'change_companybenefits'),(183,'Can delete company benefits',45,'delete_companybenefits'),(184,'Can view company benefits',45,'view_companybenefits'),(185,'Can add company culture',46,'add_companyculture'),(186,'Can change company culture',46,'change_companyculture'),(187,'Can delete company culture',46,'delete_companyculture'),(188,'Can view company culture',46,'view_companyculture'),(189,'Can add company team',47,'add_companyteam'),(190,'Can change company team',47,'change_companyteam'),(191,'Can delete company team',47,'delete_companyteam'),(192,'Can view company team',47,'view_companyteam'),(193,'Can add company perks',48,'add_companyperks'),(194,'Can change company perks',48,'change_companyperks'),(195,'Can delete company perks',48,'delete_companyperks'),(196,'Can view company perks',48,'view_companyperks'),(197,'Can add company gallery',49,'add_companygallery'),(198,'Can change company gallery',49,'change_companygallery'),(199,'Can delete company gallery',49,'delete_companygallery'),(200,'Can view company gallery',49,'view_companygallery'),(201,'Can add jobs',50,'add_jobs'),(202,'Can change jobs',50,'change_jobs'),(203,'Can delete jobs',50,'delete_jobs'),(204,'Can view jobs',50,'view_jobs'),(205,'Can add job company review',51,'add_jobcompanyreview'),(206,'Can change job company review',51,'change_jobcompanyreview'),(207,'Can delete job company review',51,'delete_jobcompanyreview'),(208,'Can view job company review',51,'view_jobcompanyreview'),(209,'Can add job category',52,'add_jobcategory'),(210,'Can change job category',52,'change_jobcategory'),(211,'Can delete job category',52,'delete_jobcategory'),(212,'Can view job category',52,'view_jobcategory'),(213,'Can add job category',53,'add_jobcategory'),(214,'Can change job category',53,'change_jobcategory'),(215,'Can delete job category',53,'delete_jobcategory'),(216,'Can view job category',53,'view_jobcategory'),(217,'Can add user',54,'add_user'),(218,'Can change user',54,'change_user'),(219,'Can delete user',54,'delete_user'),(220,'Can view user',54,'view_user'),(221,'Can add cart',55,'add_cart'),(222,'Can change cart',55,'change_cart'),(223,'Can delete cart',55,'delete_cart'),(224,'Can view cart',55,'view_cart'),(225,'Can add cart item',56,'add_cartitem'),(226,'Can change cart item',56,'change_cartitem'),(227,'Can delete cart item',56,'delete_cartitem'),(228,'Can view cart item',56,'view_cartitem'),(229,'Can add site feature content',57,'add_sitefeaturecontent'),(230,'Can change site feature content',57,'change_sitefeaturecontent'),(231,'Can delete site feature content',57,'delete_sitefeaturecontent'),(232,'Can view site feature content',57,'view_sitefeaturecontent'),(233,'Can add order item',58,'add_orderitem'),(234,'Can change order item',58,'change_orderitem'),(235,'Can delete order item',58,'delete_orderitem'),(236,'Can view order item',58,'view_orderitem'),(237,'Can add order',59,'add_order'),(238,'Can change order',59,'change_order'),(239,'Can delete order',59,'delete_order'),(240,'Can view order',59,'view_order'),(241,'Can add coupon',60,'add_coupon'),(242,'Can change coupon',60,'change_coupon'),(243,'Can delete coupon',60,'delete_coupon'),(244,'Can view coupon',60,'view_coupon'),(245,'Can add order billing details',61,'add_orderbillingdetails'),(246,'Can change order billing details',61,'change_orderbillingdetails'),(247,'Can delete order billing details',61,'delete_orderbillingdetails'),(248,'Can view order billing details',61,'view_orderbillingdetails'),(249,'Can add product',62,'add_product'),(250,'Can change product',62,'change_product'),(251,'Can delete product',62,'delete_product'),(252,'Can view product',62,'view_product'),(253,'Can add featured product',63,'add_featuredproduct'),(254,'Can change featured product',63,'change_featuredproduct'),(255,'Can delete featured product',63,'delete_featuredproduct'),(256,'Can view featured product',63,'view_featuredproduct'),(257,'Can add category',64,'add_category'),(258,'Can change category',64,'change_category'),(259,'Can delete category',64,'delete_category'),(260,'Can view category',64,'view_category'),(261,'Can add producers categories',65,'add_producerscategories'),(262,'Can change producers categories',65,'change_producerscategories'),(263,'Can delete producers categories',65,'delete_producerscategories'),(264,'Can view producers categories',65,'view_producerscategories'),(265,'Can add user address',66,'add_useraddress'),(266,'Can change user address',66,'change_useraddress'),(267,'Can delete user address',66,'delete_useraddress'),(268,'Can view user address',66,'view_useraddress'),(269,'Can add shipping method',67,'add_shippingmethod'),(270,'Can change shipping method',67,'change_shippingmethod'),(271,'Can delete shipping method',67,'delete_shippingmethod'),(272,'Can view shipping method',67,'view_shippingmethod'),(273,'Can add order payment',68,'add_orderpayment'),(274,'Can change order payment',68,'change_orderpayment'),(275,'Can delete order payment',68,'delete_orderpayment'),(276,'Can view order payment',68,'view_orderpayment'),(277,'Can add shipping address',69,'add_shippingaddress'),(278,'Can change shipping address',69,'change_shippingaddress'),(279,'Can delete shipping address',69,'delete_shippingaddress'),(280,'Can view shipping address',69,'view_shippingaddress'),(281,'Can add offer',70,'add_offer'),(282,'Can change offer',70,'change_offer'),(283,'Can delete offer',70,'delete_offer'),(284,'Can view offer',70,'view_offer'),(285,'Can add producers sub categories',71,'add_producerssubcategories'),(286,'Can change producers sub categories',71,'change_producerssubcategories'),(287,'Can delete producers sub categories',71,'delete_producerssubcategories'),(288,'Can view producers sub categories',71,'view_producerssubcategories'),(289,'Can add producers products',72,'add_producersproducts'),(290,'Can change producers products',72,'change_producersproducts'),(291,'Can delete producers products',72,'delete_producersproducts'),(292,'Can view producers products',72,'view_producersproducts'),(293,'Can add promoted products',73,'add_promotedproducts'),(294,'Can change promoted products',73,'change_promotedproducts'),(295,'Can delete promoted products',73,'delete_promotedproducts'),(296,'Can view promoted products',73,'view_promotedproducts'),(297,'Can add producers offer',74,'add_producersoffer'),(298,'Can change producers offer',74,'change_producersoffer'),(299,'Can delete producers offer',74,'delete_producersoffer'),(300,'Can view producers offer',74,'view_producersoffer'),(301,'Can add products color',75,'add_productscolor'),(302,'Can change products color',75,'change_productscolor'),(303,'Can delete products color',75,'delete_productscolor'),(304,'Can view products color',75,'view_productscolor'),(305,'Can add products color',76,'add_productscolor'),(306,'Can change products color',76,'change_productscolor'),(307,'Can delete products color',76,'delete_productscolor'),(308,'Can view products color',76,'view_productscolor'),(309,'Can add products type and size',77,'add_productstypeandsize'),(310,'Can change products type and size',77,'change_productstypeandsize'),(311,'Can delete products type and size',77,'delete_productstypeandsize'),(312,'Can view products type and size',77,'view_productstypeandsize'),(313,'Can add products variants',78,'add_productsvariants'),(314,'Can change products variants',78,'change_productsvariants'),(315,'Can delete products variants',78,'delete_productsvariants'),(316,'Can view products variants',78,'view_productsvariants'),(317,'Can add products images',79,'add_productsimages'),(318,'Can change products images',79,'change_productsimages'),(319,'Can delete products images',79,'delete_productsimages'),(320,'Can view products images',79,'view_productsimages'),(321,'Can add job companies',80,'add_jobcompanies'),(322,'Can change job companies',80,'change_jobcompanies'),(323,'Can delete job companies',80,'delete_jobcompanies'),(324,'Can view job companies',80,'view_jobcompanies'),(325,'Can add company benefits',81,'add_companybenefits'),(326,'Can change company benefits',81,'change_companybenefits'),(327,'Can delete company benefits',81,'delete_companybenefits'),(328,'Can view company benefits',81,'view_companybenefits'),(329,'Can add company culture',82,'add_companyculture'),(330,'Can change company culture',82,'change_companyculture'),(331,'Can delete company culture',82,'delete_companyculture'),(332,'Can view company culture',82,'view_companyculture'),(333,'Can add benefits',83,'add_benefits'),(334,'Can change benefits',83,'change_benefits'),(335,'Can delete benefits',83,'delete_benefits'),(336,'Can view benefits',83,'view_benefits'),(337,'Can add company benefits',84,'add_companybenefits'),(338,'Can change company benefits',84,'change_companybenefits'),(339,'Can delete company benefits',84,'delete_companybenefits'),(340,'Can view company benefits',84,'view_companybenefits'),(341,'Can add ads',85,'add_ads'),(342,'Can change ads',85,'change_ads'),(343,'Can delete ads',85,'delete_ads'),(344,'Can view ads',85,'view_ads'),(345,'Can add package category',86,'add_packagecategory'),(346,'Can change package category',86,'change_packagecategory'),(347,'Can delete package category',86,'delete_packagecategory'),(348,'Can view package category',86,'view_packagecategory'),(349,'Can add package details',87,'add_packagedetails'),(350,'Can change package details',87,'change_packagedetails'),(351,'Can delete package details',87,'delete_packagedetails'),(352,'Can view package details',87,'view_packagedetails'),(353,'Can add package discount',88,'add_packagediscount'),(354,'Can change package discount',88,'change_packagediscount'),(355,'Can delete package discount',88,'delete_packagediscount'),(356,'Can view package discount',88,'view_packagediscount'),(357,'Can add flea market form',89,'add_fleamarketform'),(358,'Can change flea market form',89,'change_fleamarketform'),(359,'Can delete flea market form',89,'delete_fleamarketform'),(360,'Can view flea market form',89,'view_fleamarketform'),(361,'Can add shipping address package',90,'add_shippingaddresspackage'),(362,'Can change shipping address package',90,'change_shippingaddresspackage'),(363,'Can delete shipping address package',90,'delete_shippingaddresspackage'),(364,'Can view shipping address package',90,'view_shippingaddresspackage'),(365,'Can add package points',91,'add_packagepoints'),(366,'Can change package points',91,'change_packagepoints'),(367,'Can delete package points',91,'delete_packagepoints'),(368,'Can view package points',91,'view_packagepoints'),(369,'Can add custom role group',92,'add_customrolegroup'),(370,'Can change custom role group',92,'change_customrolegroup'),(371,'Can delete custom role group',92,'delete_customrolegroup'),(372,'Can view custom role group',92,'view_customrolegroup'),(373,'Can add custom permission',93,'add_custompermission'),(374,'Can change custom permission',93,'change_custompermission'),(375,'Can delete custom permission',93,'delete_custompermission'),(376,'Can view custom permission',93,'view_custompermission'),(377,'Can add user',94,'add_user'),(378,'Can change user',94,'change_user'),(379,'Can delete user',94,'delete_user'),(380,'Can view user',94,'view_user'),(381,'Can add custom group',95,'add_customgroup'),(382,'Can change custom group',95,'change_customgroup'),(383,'Can delete custom group',95,'delete_customgroup'),(384,'Can view custom group',95,'view_customgroup'),(385,'Can add role group permission',96,'add_rolegrouppermission'),(386,'Can change role group permission',96,'change_rolegrouppermission'),(387,'Can delete role group permission',96,'delete_rolegrouppermission'),(388,'Can view role group permission',96,'view_rolegrouppermission'),(389,'Can add Token',97,'add_token'),(390,'Can change Token',97,'change_token'),(391,'Can delete Token',97,'delete_token'),(392,'Can view Token',97,'view_token'),(393,'Can add Token',98,'add_tokenproxy'),(394,'Can change Token',98,'change_tokenproxy'),(395,'Can delete Token',98,'delete_tokenproxy'),(396,'Can view Token',98,'view_tokenproxy'),(397,'Can add service ownership',99,'add_serviceownership'),(398,'Can change service ownership',99,'change_serviceownership'),(399,'Can delete service ownership',99,'delete_serviceownership'),(400,'Can view service ownership',99,'view_serviceownership'),(401,'Can add carousel',100,'add_carousel'),(402,'Can change carousel',100,'change_carousel'),(403,'Can delete carousel',100,'delete_carousel'),(404,'Can view carousel',100,'view_carousel'),(405,'Can add user package',101,'add_userpackage'),(406,'Can change user package',101,'change_userpackage'),(407,'Can delete user package',101,'delete_userpackage'),(408,'Can view user package',101,'view_userpackage'),(409,'Can add service media',102,'add_servicemedia'),(410,'Can change service media',102,'change_servicemedia'),(411,'Can delete service media',102,'delete_servicemedia'),(412,'Can view service media',102,'view_servicemedia'),(413,'Can add service report',103,'add_servicereport'),(414,'Can change service report',103,'change_servicereport'),(415,'Can delete service report',103,'delete_servicereport'),(416,'Can view service report',103,'view_servicereport'),(417,'Can add services review',104,'add_servicesreview'),(418,'Can change services review',104,'change_servicesreview'),(419,'Can delete services review',104,'delete_servicesreview'),(420,'Can view services review',104,'view_servicesreview'),(421,'Can add products review',105,'add_productsreview'),(422,'Can change products review',105,'change_productsreview'),(423,'Can delete products review',105,'delete_productsreview'),(424,'Can view products review',105,'view_productsreview'),(425,'Can add property reviews',106,'add_propertyreviews'),(426,'Can change property reviews',106,'change_propertyreviews'),(427,'Can delete property reviews',106,'delete_propertyreviews'),(428,'Can view property reviews',106,'view_propertyreviews'),(429,'Can add job company benefits',107,'add_jobcompanybenefits'),(430,'Can change job company benefits',107,'change_jobcompanybenefits'),(431,'Can delete job company benefits',107,'delete_jobcompanybenefits'),(432,'Can view job company benefits',107,'view_jobcompanybenefits'),(433,'Can add job review',108,'add_jobreview'),(434,'Can change job review',108,'change_jobreview'),(435,'Can delete job review',108,'delete_jobreview'),(436,'Can view job review',108,'view_jobreview'),(437,'Can add contact service provider',109,'add_contactserviceprovider'),(438,'Can change contact service provider',109,'change_contactserviceprovider'),(439,'Can delete contact service provider',109,'delete_contactserviceprovider'),(440,'Can view contact service provider',109,'view_contactserviceprovider'),(441,'Can add payment',110,'add_payment'),(442,'Can change payment',110,'change_payment'),(443,'Can delete payment',110,'delete_payment'),(444,'Can view payment',110,'view_payment'),(445,'Can add job contact information',111,'add_jobcontactinformation'),(446,'Can change job contact information',111,'change_jobcontactinformation'),(447,'Can delete job contact information',111,'delete_jobcontactinformation'),(448,'Can view job contact information',111,'view_jobcontactinformation'),(449,'Can add service sub categories',112,'add_servicesubcategories'),(450,'Can change service sub categories',112,'change_servicesubcategories'),(451,'Can delete service sub categories',112,'delete_servicesubcategories'),(452,'Can view service sub categories',112,'view_servicesubcategories'),(453,'Can add notification',113,'add_notification'),(454,'Can change notification',113,'change_notification'),(455,'Can delete notification',113,'delete_notification'),(456,'Can view notification',113,'view_notification'),(457,'Can add job sub categories',114,'add_jobsubcategories'),(458,'Can change job sub categories',114,'change_jobsubcategories'),(459,'Can delete job sub categories',114,'delete_jobsubcategories'),(460,'Can view job sub categories',114,'view_jobsubcategories'),(461,'Can add property categories',115,'add_propertycategories'),(462,'Can change property categories',115,'change_propertycategories'),(463,'Can delete property categories',115,'delete_propertycategories'),(464,'Can view property categories',115,'view_propertycategories'),(465,'Can add job form',116,'add_jobform'),(466,'Can change job form',116,'change_jobform'),(467,'Can delete job form',116,'delete_jobform'),(468,'Can view job form',116,'view_jobform'),(469,'Can add specialty and services',117,'add_specialtyandservices'),(470,'Can change specialty and services',117,'change_specialtyandservices'),(471,'Can delete specialty and services',117,'delete_specialtyandservices'),(472,'Can view specialty and services',117,'view_specialtyandservices'),(473,'Can add area of operation',118,'add_areaofoperation'),(474,'Can change area of operation',118,'change_areaofoperation'),(475,'Can delete area of operation',118,'delete_areaofoperation'),(476,'Can view area of operation',118,'view_areaofoperation'),(477,'Can add agent contact information',119,'add_agentcontactinformation'),(478,'Can change agent contact information',119,'change_agentcontactinformation'),(479,'Can delete agent contact information',119,'delete_agentcontactinformation'),(480,'Can view agent contact information',119,'view_agentcontactinformation');
/*!40000 ALTER TABLE `auth_permission` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `auth_user`
--

DROP TABLE IF EXISTS `auth_user`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `auth_user` (
  `id` int NOT NULL AUTO_INCREMENT,
  `password` varchar(128) NOT NULL,
  `last_login` datetime(6) DEFAULT NULL,
  `is_superuser` tinyint(1) NOT NULL,
  `username` varchar(150) NOT NULL,
  `first_name` varchar(150) NOT NULL,
  `last_name` varchar(150) NOT NULL,
  `email` varchar(254) NOT NULL,
  `is_staff` tinyint(1) NOT NULL,
  `is_active` tinyint(1) NOT NULL,
  `date_joined` datetime(6) NOT NULL,
  PRIMARY KEY (`id`),
  UNIQUE KEY `username` (`username`)
) ENGINE=InnoDB DEFAULT CHARSET=latin1;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `auth_user`
--

LOCK TABLES `auth_user` WRITE;
/*!40000 ALTER TABLE `auth_user` DISABLE KEYS */;
/*!40000 ALTER TABLE `auth_user` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `auth_user_groups`
--

DROP TABLE IF EXISTS `auth_user_groups`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `auth_user_groups` (
  `id` bigint NOT NULL AUTO_INCREMENT,
  `user_id` int NOT NULL,
  `group_id` int NOT NULL,
  PRIMARY KEY (`id`),
  UNIQUE KEY `auth_user_groups_user_id_group_id_94350c0c_uniq` (`user_id`,`group_id`),
  KEY `auth_user_groups_group_id_97559544_fk_auth_group_id` (`group_id`),
  CONSTRAINT `auth_user_groups_group_id_97559544_fk_auth_group_id` FOREIGN KEY (`group_id`) REFERENCES `auth_group` (`id`),
  CONSTRAINT `auth_user_groups_user_id_6a12ed8b_fk_auth_user_id` FOREIGN KEY (`user_id`) REFERENCES `auth_user` (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=latin1;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `auth_user_groups`
--

LOCK TABLES `auth_user_groups` WRITE;
/*!40000 ALTER TABLE `auth_user_groups` DISABLE KEYS */;
/*!40000 ALTER TABLE `auth_user_groups` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `auth_user_user_permissions`
--

DROP TABLE IF EXISTS `auth_user_user_permissions`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `auth_user_user_permissions` (
  `id` bigint NOT NULL AUTO_INCREMENT,
  `user_id` int NOT NULL,
  `permission_id` int NOT NULL,
  PRIMARY KEY (`id`),
  UNIQUE KEY `auth_user_user_permissions_user_id_permission_id_14a6b632_uniq` (`user_id`,`permission_id`),
  KEY `auth_user_user_permi_permission_id_1fbb5f2c_fk_auth_perm` (`permission_id`),
  CONSTRAINT `auth_user_user_permi_permission_id_1fbb5f2c_fk_auth_perm` FOREIGN KEY (`permission_id`) REFERENCES `auth_permission` (`id`),
  CONSTRAINT `auth_user_user_permissions_user_id_a95ead1b_fk_auth_user_id` FOREIGN KEY (`user_id`) REFERENCES `auth_user` (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=latin1;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `auth_user_user_permissions`
--

LOCK TABLES `auth_user_user_permissions` WRITE;
/*!40000 ALTER TABLE `auth_user_user_permissions` DISABLE KEYS */;
/*!40000 ALTER TABLE `auth_user_user_permissions` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `authtoken_token`
--

DROP TABLE IF EXISTS `authtoken_token`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `authtoken_token` (
  `key` varchar(40) NOT NULL,
  `created` datetime(6) NOT NULL,
  `user_id` bigint NOT NULL,
  PRIMARY KEY (`key`),
  UNIQUE KEY `user_id` (`user_id`),
  CONSTRAINT `authtoken_token_user_id_35299eff_fk_users_user_id` FOREIGN KEY (`user_id`) REFERENCES `users_user` (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=latin1;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `authtoken_token`
--

LOCK TABLES `authtoken_token` WRITE;
/*!40000 ALTER TABLE `authtoken_token` DISABLE KEYS */;
INSERT INTO `authtoken_token` VALUES ('0170fc4c7d2a4f21867e782f48b2427ff4239470','2026-01-25 05:35:45.757994',194),('020a4623d1754be58bbfccbdc843ae798e14e969','2025-09-28 07:37:39.312121',23),('049982a9ae372c4e4f76d280dd7494b8b170f7a8','2026-01-01 11:28:47.505075',112),('05724c7c115cfde2f5fe8f09966770979fead681','2025-08-20 09:53:47.811705',14),('06eb6a29eaa35d5905eb228c3cf38c930757c8a3','2026-01-23 04:24:14.676403',190),('0723e3c65a35dd05fa62af67f7f44bb121ec14f2','2025-11-23 22:54:53.184179',41),('0748036aceb331b045cff89c49d961d9028fcf58','2025-11-09 05:11:24.143044',37),('0fdfea3ddbba20f5f03927d47795745ee495d410','2026-01-04 10:47:17.555849',125),('12ffb13932718257a1db53c819eb5013139f871d','2025-08-20 06:57:24.624029',9),('141a1875a8c55bac3959372d8da6ceac5299c5e0','2026-02-16 10:09:12.697890',228),('151457334fdbc320a1cfe6e05b3d9f9437822044','2025-09-04 04:09:16.502052',18),('167c122c372811dc83d49b22e4e6cff3152c0a29','2025-08-20 07:00:55.295748',10),('1bf619562d20c579a4d87019931400372e987501','2025-09-04 08:51:45.301374',19),('1edc30e6d7dc1193b965e7deea7e1d40c6fa286e','2026-01-07 03:03:33.087971',151),('1f00afbf10939ae02d9611dca07975c9ff2e8e29','2026-01-01 08:27:56.153787',108),('208a51f9e60a4dcfc285b873a823ce972b9d1d49','2026-01-25 06:23:43.165324',196),('212c8534b0283bb38191b31277a87e426f952947','2026-02-16 12:22:44.292020',233),('21374de4626fac89422e642938ee3816b508d273','2025-08-14 12:31:35.471444',5),('27d4e9dbb72ea777c86b9bb011cacb139a309ff7','2025-08-28 08:47:53.825378',2),('289ce376ce24ef6a4651ae75d46b7fe7764fbe5b','2026-02-16 10:24:45.815364',229),('2ba0f3d93a34898f67650f8d9d511ef13d0c66ba','2026-02-16 11:54:05.935942',232),('327285802ce333e9ce1e19d1bba2cac8a9aa5945','2025-09-30 11:25:08.459490',31),('381e5eb10fb9c18ce77ee20a04182b2323fcd69e','2025-12-30 06:36:55.754033',88),('3f852fca8a57a6f2dd74e0c7a55df43ae5b19096','2026-01-23 18:49:27.516857',193),('4096e6e6edd5306a44af79894253f02bba809891','2026-01-22 04:16:11.648802',178),('4129c7e94c9720c54abc2e668cf8c290cd632634','2026-01-23 05:41:33.193825',191),('47b51e03ed26d751a54e9816d3b6b4626930d073','2026-01-04 06:17:00.859849',119),('48b0aa76f848e3f249f23ce8d682bd5ae4f1706b','2025-10-15 06:20:53.464652',34),('4b5b7587b43f05f1f58cda595d406e6f03a277ee','2026-01-06 08:59:58.878048',139),('50d49b244b51da03be5ece9afa2ca64f7224ae70','2025-10-07 10:21:03.658321',32),('5205be5387d3bd114c24279df866234eca26dafe','2025-08-21 11:30:18.902720',16),('5512fdd9c3c18aa663fe352f0135ee2c8e9c64df','2025-07-28 07:56:44.417667',1),('58054bbb349d3c672d927411958c438acb935a6d','2025-12-28 16:10:57.721882',60),('59507556444c765e32c416a48376d7389f42a03f','2025-08-20 08:59:11.040602',13),('59a95e3b380a5cbcd81897b0cd303c42f96ef4d7','2025-12-29 09:28:34.264721',84),('5d4ffb10a8ae0c49d4a48d765e5d856d8b6e150d','2025-08-20 04:59:11.244178',8),('5e710549ce67a15354bd979b88502d9ae525ed44','2025-11-05 08:26:23.329561',36),('61f371d3578b16e0f6e71e6a988c73f030edfdac','2026-02-14 15:47:07.445326',226),('635894441db47ba3a55cb64a260149ac6cbea45c','2026-01-31 04:21:28.198188',201),('68801639581c53ec23699089637f0269533cdd56','2025-08-13 10:29:31.107689',3),('6b021be23e6adf087927f0dd371825a7551510e0','2026-03-13 02:20:37.195344',246),('6bcc70b59de7f4e4b9cf26d404aca56e1511aa39','2026-02-18 04:14:52.570616',239),('6beca311e00767d596e692de1751ead649aadd34','2026-01-22 06:31:18.941335',180),('6c2615055d4739177a1a16dcb38902525bbf3dc7','2026-02-17 09:32:09.463202',236),('6d7c6c412aa3175b916ca23858304c09d30071ba','2026-04-05 06:35:58.820601',248),('6efcab9023d26ea97fec2907d15bf4dc00f26870','2025-12-29 10:04:42.075194',86),('6f3adaa01eff7c87df96e62c9bab9e690dede702','2026-02-19 05:39:15.835745',242),('73099e61feed7e8cb05d16f4b7013ad84b4dd208','2026-03-30 04:17:36.965620',247),('7492cbd356d0dea12fb7920a10afff790b896da0','2026-02-14 15:21:31.546918',225),('7561aeaa67c301065710a6f561f197faca9a4ccc','2025-09-28 07:54:15.840329',26),('78ae99ca6ccc6324d8db393643721bbae5093b86','2026-02-17 13:38:28.276414',238),('7ba6f6e3437e45f624f02c4516d3ae9a3f5f1cdf','2026-02-16 11:26:01.549133',230),('7d184b10d4dfa02cdd9eff3ee5a2789de418a13c','2026-01-31 03:52:49.332678',202),('8016d93edabb0dde59eebfb4815ee106612bad91','2025-09-25 10:13:16.815302',21),('833fef5f5507a04f02f491303828f28f4c45e6a1','2026-01-22 09:51:42.850296',184),('856e573e2f554ac6df1514c20f3fcad567809ffb','2026-02-19 05:37:25.865225',243),('893af85b5b28718fe31562878538f65f4e50e145','2025-08-21 11:01:55.283698',15),('8a6ed907514449470b945d4e95d60a46b2a30a17','2026-01-08 06:27:49.457635',164),('91b396a64119c0698eeae82048240142fb0082d2','2025-12-31 10:25:25.733504',93),('964dd98f7cc3cd13e4b1be44d260b32e91f2aacb','2025-08-17 04:45:43.432179',6),('965af6405ba1ed512f68e3ac2c4279af3175219e','2026-02-17 05:41:26.194965',235),('984190538ec39ff0f4817c3a51b1fef0202b897a','2026-02-03 11:52:24.211473',204),('9e2a645cb7488f86e22326978fa6335e41d0d2e8','2026-02-19 09:25:55.913284',244),('9e670a5f9017bdfa2e9ba8a1dd4e55d4056a7547','2025-08-20 07:46:34.779181',12),('a3552162cab814339bf164446c321567f5c764cf','2025-11-30 05:49:35.562901',43),('a6dca42c059ffc92f239867afcbfaa2ff23fb641','2026-01-08 11:13:47.942235',167),('a7c537d5630fa3f1795174893b5aa32168b8e612','2025-08-31 06:35:17.572657',17),('a91658a5039a202f76d419e2ebb282a4916d0cff','2025-12-08 10:46:10.284108',45),('ae9ca3a775346f2a265864968b6bd70998bd9042','2025-11-16 14:46:13.031883',38),('af2acc9807ca7f495cc74c729c3c2052437f9abe','2025-11-02 07:22:23.497428',35),('c8456e59a31ba1bba919263d0d69234588cb64f7','2025-12-29 07:24:14.100541',4),('cce891fd21e41fdc07d83d6ab3cffea317a6798b','2026-01-22 07:52:15.576738',182),('cf01f6a42056a080aa9854b197ff3c1086362c5c','2026-01-21 06:11:37.777351',177),('d1f369f8adb00167074fe769efc642f27ab7e2be','2026-02-17 13:31:05.810165',237),('d25f891645fab414ae783bcfdcbfc598dc8a442e','2026-03-01 05:17:38.806028',245),('d2a683e73c965624dfb138afbcd8d68dd57213a0','2025-09-28 11:20:59.435374',27),('d4a864e8d13df62b6345e4982ff43b2844c5190a','2025-08-20 07:07:15.910346',11),('d55e04e6247738e60f400a3d7f93e7154b8f6e8e','2025-11-26 14:42:14.507076',42),('d5d2398bcf6414d8344ec0a3bdb31c507877333a','2026-01-20 05:00:44.748321',176),('d6e23a12b0a80061f79325a56a915bd584324f63','2025-09-04 10:56:35.674246',20),('d90fe13533da8e30d127b11faf3d061c0107caf0','2026-02-17 05:14:11.481730',231),('d9b7b55f28541d0ac46fd21e5c1b5ae9ab8b2f08','2026-01-15 08:31:34.841959',174),('de5842779470b78a2e47b00e5dcb4151ed0a93b5','2025-10-15 06:09:41.332391',33),('e17ba8790e20789e92ba0c085d00a300a398393d','2026-03-31 07:22:40.022439',187),('e204c6227dfb620853abe4a616a91fe2bf3abd25','2026-02-18 05:54:44.460149',240),('e438204adc2f3a38cf1e45bec89b60d0277d99d9','2026-02-17 05:17:42.419599',234),('ea68d9830068ee6217bee3a604a93b5a758e4c00','2026-01-20 03:21:12.445435',175),('ea772eb9eb805f020f42dd01e0a040ad286cb45f','2025-09-28 07:32:39.138019',22),('f670dff1d4076b9e24f79c5653c9679abdf8369e','2026-02-01 16:19:33.816231',203),('f8f2c9779abdb626bcc7a10d4552e4e076d28f44','2025-08-18 14:39:13.328692',7),('f96b04ed19b830b5095aaf5fec2b3d0e087b2820','2025-09-30 09:22:58.361177',30);
/*!40000 ALTER TABLE `authtoken_token` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `benefit_benefits`
--

DROP TABLE IF EXISTS `benefit_benefits`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `benefit_benefits` (
  `id` bigint NOT NULL AUTO_INCREMENT,
  `name` varchar(100) NOT NULL,
  `icon_url` varchar(200) NOT NULL,
  `company_id` bigint NOT NULL,
  PRIMARY KEY (`id`),
  KEY `benefit_benefits_company_id_29850ec1_fk_job_compa` (`company_id`),
  CONSTRAINT `benefit_benefits_company_id_29850ec1_fk_job_compa` FOREIGN KEY (`company_id`) REFERENCES `job_companies_jobcompanies` (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=56 DEFAULT CHARSET=latin1;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `benefit_benefits`
--

LOCK TABLES `benefit_benefits` WRITE;
/*!40000 ALTER TABLE `benefit_benefits` DISABLE KEYS */;
INSERT INTO `benefit_benefits` VALUES (9,'benifits','https://my1-cdn.pgimgs.com/listing/43199717/UPHO.267898936.V800/28-Mont-Kiara-MK28-Mont-Kiara-Malaysia.jpg',8),(10,'benifits 2','https://my1-cdn.pgimgs.com/listing/43199717/UPHO.267898936.V800/28-Mont-Kiara-MK28-Mont-Kiara-Malaysia.jpg',8),(11,'Benifits 3','https://my1-cdn.pgimgs.com/listing/43199717/UPHO.267898936.V800/28-Mont-Kiara-MK28-Mont-Kiara-Malaysia.jpg',8),(31,'Paid leave','https://my1-cdn.pgimgs.com/listing/42647204/UPHO.260004024.V800/Quayside-Plazas-Serviced-Apartments-Shah-Alam-Malaysia.jpg',12),(32,'benifits 2','https://my1-cdn.pgimgs.com/listing/42647204/UPHO.260004024.V800/Quayside-Plazas-Serviced-Apartments-Shah-Alam-Malaysia.jpg',12),(33,'Snack','https://my1-cdn.pgimgs.com/listing/42647204/UPHO.260004024.V800/Quayside-Plazas-Serviced-Apartments-Shah-Alam-Malaysia.jpg',12),(36,'Remote work possible','https://my1-cdn.pgimgs.com/listing/43199717/UPHO.267898936.V800/28-Mont-Kiara-MK28-Mont-Kiara-Malaysia.jpg',10),(37,'Transport','https://my1-cdn.pgimgs.com/listing/31039337/UPHO.146610493.V800/KSL-D-Esplanade-Residence-Johor-Bahru-Malaysia.jpg',10),(38,'Transport','https://cdn-icons-png.flaticon.com/128/664/664468.png',7),(39,'Transport','https://cdn-icons-png.flaticon.com/128/609/609361.png',5),(40,'Transport','https://cdn-icons-png.flaticon.com/128/411/411763.png',2),(41,'Lunch','https://cdn-icons-png.flaticon.com/128/2771/2771460.png',11),(42,'Medical Insurance','https://cdn-icons-png.flaticon.com/128/883/883407.png',11),(43,'Snack','https://cdn-icons-png.flaticon.com/128/2082/2082045.png',11),(44,'Transport','https://cdn-icons-png.flaticon.com/128/664/664468.png',11),(45,'Transport','https://cdn-icons-png.flaticon.com/128/575/575780.png',9),(46,'string','https://my1-cdn.pgimgs.com/listing/60010463/UPHO.269275407.V800/Canal-Garden-South-Horizon-Hills-Iskandar-Puteri-Nusajaya-Iskandar-Puteri-Nusajaya-Malaysia.jpg',6),(47,'string','https://my1-cdn.pgimgs.com/listing/60010463/UPHO.269275407.V800/Canal-Garden-South-Horizon-Hills-Iskandar-Puteri-Nusajaya-Iskandar-Puteri-Nusajaya-Malaysia.jpg',6),(48,'Ora Henry','https://www.jokoqifof.tv',14),(49,'Noelani Parks','https://www.vasavytihyci.net',15),(50,'Mollie Hudson','https://www.wedol.info',16),(51,'Nayda Delgado','https://www.liquqysoxicahe.ca',17),(52,'Transport','https://cdn-icons-png.flaticon.com/128/3124/3124296.png',18),(53,'D','https://innovativeskillsbd.com/frontend/assets/logos/Innovative-skills-logo-black-n-red.png',19),(54,'H','https://innovativeskillsbd.com/',20),(55,'w','https://example.com',21);
/*!40000 ALTER TABLE `benefit_benefits` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `benefits_benefits`
--

DROP TABLE IF EXISTS `benefits_benefits`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `benefits_benefits` (
  `id` bigint NOT NULL AUTO_INCREMENT,
  `name` varchar(100) NOT NULL,
  `icon_url` varchar(200) NOT NULL,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=9 DEFAULT CHARSET=latin1;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `benefits_benefits`
--

LOCK TABLES `benefits_benefits` WRITE;
/*!40000 ALTER TABLE `benefits_benefits` DISABLE KEYS */;
INSERT INTO `benefits_benefits` VALUES (1,'competitive salary 2','https://my1-cdn.pgimgs.com/listing/43199717/UPHO.267898936.V800/28-Mont-Kiara-MK28-Mont-Kiara-Malaysia.jpg'),(2,'Free food & Snack','string.com'),(6,'Lunch','https://my1-cdn.pgimgs.com/listing/43199717/UPHO.267898936.V800/28-Mont-Kiara-MK28-Mont-Kiara-Malaysia.jpg'),(7,'Paid sick leave','string'),(8,'Paid leave','string.com');
/*!40000 ALTER TABLE `benefits_benefits` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `carousel_carousel`
--

DROP TABLE IF EXISTS `carousel_carousel`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `carousel_carousel` (
  `id` bigint NOT NULL AUTO_INCREMENT,
  `title` varchar(250) NOT NULL,
  `button_name` varchar(250) NOT NULL,
  `button_url` varchar(255) NOT NULL,
  `image` varchar(100) NOT NULL,
  `service_id` bigint NOT NULL,
  `photos_by` varchar(150) NOT NULL,
  PRIMARY KEY (`id`),
  KEY `carousel_carousel_service_id_02ac16e8_fk_service_services_id` (`service_id`),
  CONSTRAINT `carousel_carousel_service_id_02ac16e8_fk_service_services_id` FOREIGN KEY (`service_id`) REFERENCES `service_services` (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=16 DEFAULT CHARSET=latin1;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `carousel_carousel`
--

LOCK TABLES `carousel_carousel` WRITE;
/*!40000 ALTER TABLE `carousel_carousel` DISABLE KEYS */;
INSERT INTO `carousel_carousel` VALUES (13,'Exclusive Deals for You','Limited Time Offer','#','carousel_image/pexels-alex-staudinger-829197-1732414.jpg.jpeg',68,'#'),(14,'Handmade Crafts Festival','#','#','carousel_image/pexels-cottonbro-4489708.jpg.jpeg',68,'#'),(15,'Trending Collection','#','#','carousel_image/pexels-flickr-149621.jpg.jpeg',68,'#');
/*!40000 ALTER TABLE `carousel_carousel` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `cart_cart`
--

DROP TABLE IF EXISTS `cart_cart`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `cart_cart` (
  `id` bigint NOT NULL AUTO_INCREMENT,
  `is_active` tinyint(1) NOT NULL,
  `created_at` datetime(6) NOT NULL,
  `updated_at` datetime(6) NOT NULL,
  `created_by_id` bigint DEFAULT NULL,
  `updated_by_id` bigint DEFAULT NULL,
  `user_id` bigint DEFAULT NULL,
  PRIMARY KEY (`id`),
  UNIQUE KEY `user_id` (`user_id`),
  KEY `cart_cart_created_by_id_1bd62d2c` (`created_by_id`),
  KEY `cart_cart_updated_by_id_539a6de2` (`updated_by_id`),
  CONSTRAINT `cart_cart_created_by_id_1bd62d2c_fk_users_user_id` FOREIGN KEY (`created_by_id`) REFERENCES `users_user` (`id`),
  CONSTRAINT `cart_cart_updated_by_id_539a6de2_fk_users_user_id` FOREIGN KEY (`updated_by_id`) REFERENCES `users_user` (`id`),
  CONSTRAINT `cart_cart_user_id_9b4220b9_fk_users_user_id` FOREIGN KEY (`user_id`) REFERENCES `users_user` (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=8 DEFAULT CHARSET=latin1;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `cart_cart`
--

LOCK TABLES `cart_cart` WRITE;
/*!40000 ALTER TABLE `cart_cart` DISABLE KEYS */;
INSERT INTO `cart_cart` VALUES (1,1,'2025-07-16 11:28:46.439782','2025-07-16 11:28:46.439841',NULL,NULL,1),(6,1,'2025-08-20 07:02:24.802500','2025-08-20 07:02:24.802559',NULL,NULL,6),(7,1,'2025-08-20 07:46:59.148009','2025-08-20 07:46:59.148053',NULL,NULL,12);
/*!40000 ALTER TABLE `cart_cart` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `cart_cartitem`
--

DROP TABLE IF EXISTS `cart_cartitem`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `cart_cartitem` (
  `id` bigint NOT NULL AUTO_INCREMENT,
  `is_active` tinyint(1) NOT NULL,
  `created_at` datetime(6) NOT NULL,
  `updated_at` datetime(6) NOT NULL,
  `created_by_id` bigint DEFAULT NULL,
  `updated_by_id` bigint DEFAULT NULL,
  `quantity` int unsigned NOT NULL,
  `cart_id` bigint NOT NULL,
  `product_variant_id` bigint NOT NULL,
  PRIMARY KEY (`id`),
  KEY `cart_cartitem_cart_id_370ad265_fk_cart_cart_id` (`cart_id`),
  KEY `cart_cartitem_product_variant_id_adf3444f_fk_producers` (`product_variant_id`),
  KEY `cart_cartitem_created_by_id_6cf8f670` (`created_by_id`),
  KEY `cart_cartitem_updated_by_id_67db800b` (`updated_by_id`),
  CONSTRAINT `cart_cartitem_cart_id_370ad265_fk_cart_cart_id` FOREIGN KEY (`cart_id`) REFERENCES `cart_cart` (`id`),
  CONSTRAINT `cart_cartitem_created_by_id_6cf8f670_fk_users_user_id` FOREIGN KEY (`created_by_id`) REFERENCES `users_user` (`id`),
  CONSTRAINT `cart_cartitem_product_variant_id_adf3444f_fk_producers` FOREIGN KEY (`product_variant_id`) REFERENCES `producers_products_variants_productsvariants` (`id`),
  CONSTRAINT `cart_cartitem_updated_by_id_67db800b_fk_users_user_id` FOREIGN KEY (`updated_by_id`) REFERENCES `users_user` (`id`),
  CONSTRAINT `cart_cartitem_chk_1` CHECK ((`quantity` >= 0))
) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=latin1;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `cart_cartitem`
--

LOCK TABLES `cart_cartitem` WRITE;
/*!40000 ALTER TABLE `cart_cartitem` DISABLE KEYS */;
/*!40000 ALTER TABLE `cart_cartitem` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `category_category`
--

DROP TABLE IF EXISTS `category_category`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `category_category` (
  `id` bigint NOT NULL AUTO_INCREMENT,
  `name` varchar(50) NOT NULL,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=18 DEFAULT CHARSET=latin1;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `category_category`
--

LOCK TABLES `category_category` WRITE;
/*!40000 ALTER TABLE `category_category` DISABLE KEYS */;
/*!40000 ALTER TABLE `category_category` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `city_city`
--

DROP TABLE IF EXISTS `city_city`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `city_city` (
  `id` bigint NOT NULL AUTO_INCREMENT,
  `is_active` tinyint(1) NOT NULL,
  `created_at` datetime(6) NOT NULL,
  `updated_at` datetime(6) NOT NULL,
  `created_by_id` bigint DEFAULT NULL,
  `updated_by_id` bigint DEFAULT NULL,
  `name` varchar(100) NOT NULL,
  `image` varchar(200) NOT NULL,
  `state_id` bigint NOT NULL,
  PRIMARY KEY (`id`),
  UNIQUE KEY `name` (`name`),
  KEY `city_city_created_by_id_2402d4fa` (`created_by_id`),
  KEY `city_city_updated_by_id_0b60ace1` (`updated_by_id`),
  KEY `city_city_state_id_88e718bd_fk_state_state_id` (`state_id`),
  CONSTRAINT `city_city_created_by_id_2402d4fa_fk_users_user_id` FOREIGN KEY (`created_by_id`) REFERENCES `users_user` (`id`),
  CONSTRAINT `city_city_state_id_88e718bd_fk_state_state_id` FOREIGN KEY (`state_id`) REFERENCES `state_state` (`id`),
  CONSTRAINT `city_city_updated_by_id_0b60ace1_fk_users_user_id` FOREIGN KEY (`updated_by_id`) REFERENCES `users_user` (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=35 DEFAULT CHARSET=latin1;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `city_city`
--

LOCK TABLES `city_city` WRITE;
/*!40000 ALTER TABLE `city_city` DISABLE KEYS */;
/*!40000 ALTER TABLE `city_city` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `cms_offer`
--

DROP TABLE IF EXISTS `cms_offer`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `cms_offer` (
  `id` bigint NOT NULL AUTO_INCREMENT,
  `created_at` datetime(6) NOT NULL,
  `updated_at` datetime(6) NOT NULL,
  `created_by_id` bigint DEFAULT NULL,
  `updated_by_id` bigint DEFAULT NULL,
  `title` varchar(255) NOT NULL,
  `description` longtext NOT NULL,
  `image` varchar(100) NOT NULL,
  `is_active` tinyint(1) NOT NULL,
  PRIMARY KEY (`id`),
  KEY `cms_offer_created_by_id_a57fd5b8` (`created_by_id`),
  KEY `cms_offer_updated_by_id_1fa1e4cc` (`updated_by_id`),
  CONSTRAINT `cms_offer_created_by_id_a57fd5b8_fk_users_user_id` FOREIGN KEY (`created_by_id`) REFERENCES `users_user` (`id`),
  CONSTRAINT `cms_offer_updated_by_id_1fa1e4cc_fk_users_user_id` FOREIGN KEY (`updated_by_id`) REFERENCES `users_user` (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=9 DEFAULT CHARSET=latin1;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `cms_offer`
--

LOCK TABLES `cms_offer` WRITE;
/*!40000 ALTER TABLE `cms_offer` DISABLE KEYS */;
/*!40000 ALTER TABLE `cms_offer` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `companies_jobcompanies`
--

DROP TABLE IF EXISTS `companies_jobcompanies`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `companies_jobcompanies` (
  `id` bigint NOT NULL AUTO_INCREMENT,
  `is_active` tinyint(1) NOT NULL,
  `created_at` datetime(6) NOT NULL,
  `updated_at` datetime(6) NOT NULL,
  `created_by` varchar(100) DEFAULT NULL,
  `updated_by` varchar(100) DEFAULT NULL,
  `name` varchar(100) NOT NULL,
  `slogan` longtext NOT NULL,
  `industry` varchar(50) NOT NULL,
  `location` varchar(100) NOT NULL,
  `work_type` varchar(50) NOT NULL,
  `employee_range` varchar(50) NOT NULL,
  `overview` longtext NOT NULL,
  `profile_picture` varchar(200) NOT NULL,
  `cover_picture` varchar(200) NOT NULL,
  `website_url` varchar(200) NOT NULL,
  `facebook_url` varchar(200) NOT NULL,
  `instagram_url` varchar(200) NOT NULL,
  `benefits_id` bigint NOT NULL,
  PRIMARY KEY (`id`),
  KEY `companies_jobcompanies_benefits_id_04dd2b65` (`benefits_id`)
) ENGINE=InnoDB AUTO_INCREMENT=17 DEFAULT CHARSET=latin1;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `companies_jobcompanies`
--

LOCK TABLES `companies_jobcompanies` WRITE;
/*!40000 ALTER TABLE `companies_jobcompanies` DISABLE KEYS */;
INSERT INTO `companies_jobcompanies` VALUES (1,1,'2025-06-03 10:53:05.815330','2025-06-03 10:53:41.758150',NULL,NULL,'Google','Do the right thing','Tech','california','on-site','150-1000 employees','string','profile.com','cover.com','google.com','google.com','insta.com',0),(2,1,'2025-06-15 09:12:38.315837','2025-06-24 14:20:23.987589',NULL,NULL,'Company','Slogan','Search engine','Dhaka, Bangladesh','On side','5','sdgfgvxzcv','https://my1-cdn.pgimgs.com/listing/43199717/UPHO.267898936.V800/28-Mont-Kiara-MK28-Mont-Kiara-Malaysia.jpg','https://my1-cdn.pgimgs.com/listing/43199717/UPHO.267898936.V800/28-Mont-Kiara-MK28-Mont-Kiara-Malaysia.jpg','https://innovativeskillsbd.com/','https://www.facebook.com/','https://www.facebook.com/',0),(3,1,'2025-06-15 14:15:23.305113','2025-06-15 14:15:23.305151',NULL,NULL,'Facebook','Social media','Social media','USA','Full time','10-20','Testing','https://my1-cdn.pgimgs.com/listing/43322617/UPHO.267358965.V800/The-Conlay-KL-City-Centre-Malaysia.jpg','https://my1-cdn.pgimgs.com/project-listing-project/41830754/PLPHO.261560248.V800/Radium-Arena-Urban-Residences-Old-Klang-Road-Jalan-Klang-Lama-Old-Klang-Road-Malaysia.jpg','https://www.propertyguru.com','https://www.propertyguru.com','https://www.propertyguru.com',0),(4,1,'2025-06-16 05:04:49.275881','2025-06-16 05:04:49.275909',NULL,NULL,'innovative','4ir','software company','dhaka','remote','10-50','string','https://my1-cdn.pgimgs.com/listing/43433760/UPHO.268588670.V800/Sunway-Belfield-KL-City-Centre-Malaysia.jpg','https://my1-cdn.pgimgs.com/listing/43433760/UPHO.268588672.V800/Sunway-Belfield-KL-City-Centre-Malaysia.jpg','https://innovativeskillsbd.com/','https://www.facebook.com/innovativeskillsbd','string.com',0),(5,1,'2025-06-24 14:07:44.129906','2025-06-24 14:07:44.129990',NULL,NULL,'Google','Slogan','Search engine','World wide','On side','10-50','sdfsafsadfasf','https://my1-cdn.pgimgs.com/listing/43199717/UPHO.267898936.V800/28-Mont-Kiara-MK28-Mont-Kiara-Malaysia.jpg','https://my1-cdn.pgimgs.com/listing/43199717/UPHO.267898936.V800/28-Mont-Kiara-MK28-Mont-Kiara-Malaysia.jpg','https://innovativeskillsbd.com/','https://www.facebook.com/','https://www.facebook.com/',0),(6,1,'2025-06-24 14:11:59.351793','2025-06-24 14:11:59.351835',NULL,NULL,'Google','Slogan','Search engine','string','type','5','overview','https://my1-cdn.pgimgs.com/listing/43199717/UPHO.267898936.V800/28-Mont-Kiara-MK28-Mont-Kiara-Malaysia.jpg','https://my1-cdn.pgimgs.com/listing/43199717/UPHO.267898936.V800/28-Mont-Kiara-MK28-Mont-Kiara-Malaysia.jpg','https://innovativeskillsbd.com/','https://www.facebook.com/','https://www.facebook.com/',0),(7,1,'2025-06-25 05:27:58.828095','2025-06-25 05:27:58.828095',NULL,NULL,'Vivo','Vivo title','Tech','China','Onsite','2-50','string','string','string','string','string','string',0),(8,1,'2025-06-25 11:30:08.301441','2025-06-25 11:30:08.301441',NULL,NULL,'Example1','string','string','string','string','string','string','string','string','string','string','string',0),(9,1,'2025-06-26 06:14:41.796226','2025-06-26 06:14:41.796226',NULL,NULL,'Itel','string','string','string','string','string','string','string','string','string','string','string',0),(10,1,'2025-06-26 06:30:36.745480','2025-06-26 06:30:36.745480',NULL,NULL,'Itel','string','string','string','string','string','string','string','string','string','string','string',0),(11,1,'2025-06-26 06:51:57.509846','2025-06-26 06:51:57.509846',NULL,NULL,'Itel','string','string','string','string','string','string','string','string','string','string','string',0),(12,1,'2025-06-26 06:53:47.874120','2025-06-26 06:53:47.874120',NULL,NULL,'Itel','string','string','string','string','string','string','string','string','string','string','string',0),(13,1,'2025-06-26 07:01:41.714239','2025-06-26 07:01:41.714239',NULL,NULL,'string','string','string','string','string','string','string','string','string','string','string','string',0),(14,1,'2025-06-26 08:37:11.995718','2025-06-26 08:37:11.995718',NULL,NULL,'Demo company','string','string','string','string','string','string','string','string','string','string','string',0),(15,1,'2025-06-26 08:42:37.069002','2025-06-26 08:42:37.069002',NULL,NULL,'New company','string','string','string','string','string','string','string','string','string','string','string',0),(16,1,'2025-06-26 08:43:37.703023','2025-06-26 08:43:37.703023',NULL,NULL,'New company 2','string','string','string','string','string','string','string','string','string','string','string',0);
/*!40000 ALTER TABLE `companies_jobcompanies` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `company_benefits_companybenefits`
--

DROP TABLE IF EXISTS `company_benefits_companybenefits`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `company_benefits_companybenefits` (
  `id` bigint NOT NULL AUTO_INCREMENT,
  `is_active` tinyint(1) NOT NULL,
  `created_at` datetime(6) NOT NULL,
  `updated_at` datetime(6) NOT NULL,
  `created_by_id` bigint DEFAULT NULL,
  `updated_by_id` bigint DEFAULT NULL,
  `name` varchar(100) NOT NULL,
  `company_id_id` bigint NOT NULL,
  PRIMARY KEY (`id`),
  KEY `company_benefits_com_company_id_id_bc4d0326_fk_company_s` (`company_id_id`),
  KEY `company_benefits_companybenefits_created_by_id_c362c825` (`created_by_id`),
  KEY `company_benefits_companybenefits_updated_by_id_3d40aa09` (`updated_by_id`),
  CONSTRAINT `company_benefits_com_company_id_id_bc4d0326_fk_company_s` FOREIGN KEY (`company_id_id`) REFERENCES `company_services_companies` (`id`),
  CONSTRAINT `company_benefits_com_created_by_id_c362c825_fk_users_use` FOREIGN KEY (`created_by_id`) REFERENCES `users_user` (`id`),
  CONSTRAINT `company_benefits_com_updated_by_id_3d40aa09_fk_users_use` FOREIGN KEY (`updated_by_id`) REFERENCES `users_user` (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=27 DEFAULT CHARSET=latin1;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `company_benefits_companybenefits`
--

LOCK TABLES `company_benefits_companybenefits` WRITE;
/*!40000 ALTER TABLE `company_benefits_companybenefits` DISABLE KEYS */;
INSERT INTO `company_benefits_companybenefits` VALUES (1,0,'2025-06-02 11:00:03.865447','2025-06-02 11:00:03.865464',NULL,NULL,'benifits',2),(2,0,'2025-06-02 11:00:13.781990','2025-06-02 11:00:13.782005',NULL,NULL,'benifits 2',2),(3,1,'2025-06-22 06:17:36.312645','2025-06-22 06:17:36.313246',NULL,NULL,'test',1),(4,0,'2025-06-22 06:20:10.175941','2025-06-22 06:20:10.175976',NULL,NULL,'benifit 3',5),(5,0,'2025-06-23 12:02:14.561336','2025-06-23 12:02:14.561674',NULL,NULL,'Benifits',1),(6,0,'2025-06-23 12:08:17.804343','2025-06-23 12:08:17.804373',NULL,NULL,'benifots',7),(7,1,'2025-06-23 12:17:09.536553','2025-06-23 12:17:09.536618',NULL,NULL,'test benifit',3),(8,0,'2025-06-23 12:26:22.526595','2025-06-23 12:26:22.526620',NULL,NULL,'benifit 5',3),(9,0,'2025-06-23 12:30:32.251397','2025-06-23 12:30:32.251958',NULL,NULL,'benifits',3),(10,1,'2025-06-24 10:33:39.052140','2025-06-24 10:33:39.052177',NULL,NULL,'cd',2),(11,1,'2025-06-24 13:02:38.443159','2025-06-24 13:02:38.443188',NULL,NULL,'test benifit',9),(12,1,'2025-06-25 10:59:39.063343','2025-06-25 10:59:39.063384',NULL,NULL,'testing 2',5),(13,0,'2025-06-26 10:25:56.560382','2025-06-26 11:11:57.672369',NULL,NULL,'Apple benifit',1),(14,0,'2025-06-26 10:32:19.663027','2025-06-30 06:11:07.521693',NULL,NULL,'apple benifits 5',1),(15,0,'2025-06-26 11:12:46.787213','2025-06-28 09:36:58.035992',NULL,NULL,'apple benifit 22',11),(16,1,'2025-06-28 07:20:02.877078','2025-06-28 07:20:02.877613',NULL,NULL,'Negotiable',10),(17,1,'2025-06-28 07:20:24.975899','2025-06-28 07:20:24.976448',NULL,NULL,'Negotiable-2',10),(18,1,'2025-06-28 07:20:48.100893','2025-06-28 07:20:48.100942',NULL,NULL,'Negotiable-3',10),(19,1,'2025-07-02 13:52:11.349791','2025-07-02 13:52:11.350456',NULL,NULL,'Flexible Work Hours',14),(20,1,'2025-07-02 13:52:38.508653','2025-07-02 13:52:38.508684',NULL,NULL,'Performance Bonuses',14),(21,1,'2025-07-02 13:53:11.899067','2025-07-02 13:53:11.899103',NULL,NULL,'Professional Development Support',14),(22,1,'2025-07-02 13:53:28.750514','2025-07-02 13:53:28.750545',NULL,NULL,'Paid Time Off (PTO)',14),(23,1,'2025-07-02 13:53:49.368461','2025-07-02 13:53:49.368508',NULL,NULL,'Health and Wellness Programs',14),(24,1,'2025-10-23 06:33:21.664055','2025-10-23 06:33:21.664078',32,NULL,'health',17),(25,1,'2026-01-04 06:52:44.648755','2026-01-04 06:52:44.648780',119,NULL,'Transport',24),(26,1,'2026-04-06 11:44:12.206415','2026-04-06 11:44:12.206438',243,NULL,'test-benifit',44);
/*!40000 ALTER TABLE `company_benefits_companybenefits` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `company_gallery_companygallery`
--

DROP TABLE IF EXISTS `company_gallery_companygallery`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `company_gallery_companygallery` (
  `id` bigint NOT NULL AUTO_INCREMENT,
  `caption` varchar(50) NOT NULL,
  `company_id` bigint NOT NULL,
  `image` varchar(255) NOT NULL,
  PRIMARY KEY (`id`),
  KEY `company_gallery_comp_company_id_ae24983d_fk_companies` (`company_id`),
  CONSTRAINT `company_gallery_comp_company_id_ae24983d_fk_companies` FOREIGN KEY (`company_id`) REFERENCES `companies_jobcompanies` (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=16 DEFAULT CHARSET=latin1;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `company_gallery_companygallery`
--

LOCK TABLES `company_gallery_companygallery` WRITE;
/*!40000 ALTER TABLE `company_gallery_companygallery` DISABLE KEYS */;
/*!40000 ALTER TABLE `company_gallery_companygallery` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `company_portfolio_business_category_companyportfoliobusiness6126`
--

DROP TABLE IF EXISTS `company_portfolio_business_category_companyportfoliobusiness6126`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `company_portfolio_business_category_companyportfoliobusiness6126` (
  `id` bigint NOT NULL AUTO_INCREMENT,
  `name` varchar(50) NOT NULL,
  `title` varchar(100) NOT NULL,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=13 DEFAULT CHARSET=latin1;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `company_portfolio_business_category_companyportfoliobusiness6126`
--

LOCK TABLES `company_portfolio_business_category_companyportfoliobusiness6126` WRITE;
/*!40000 ALTER TABLE `company_portfolio_business_category_companyportfoliobusiness6126` DISABLE KEYS */;
/*!40000 ALTER TABLE `company_portfolio_business_category_companyportfoliobusiness6126` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `company_portfolio_business_companyportfoliobusiness`
--

DROP TABLE IF EXISTS `company_portfolio_business_companyportfoliobusiness`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `company_portfolio_business_companyportfoliobusiness` (
  `id` bigint NOT NULL AUTO_INCREMENT,
  `image_url` varchar(100) NOT NULL,
  `category_id_id` bigint NOT NULL,
  `company_id_id` bigint NOT NULL,
  `created_at` datetime(6) NOT NULL,
  `created_by_id` bigint DEFAULT NULL,
  `is_active` tinyint(1) NOT NULL,
  `updated_at` datetime(6) NOT NULL,
  `updated_by_id` bigint DEFAULT NULL,
  PRIMARY KEY (`id`),
  KEY `company_portfolio_bu_category_id_id_fa40ce99_fk_company_p` (`category_id_id`),
  KEY `company_portfolio_bu_company_id_id_1541a778_fk_company_s` (`company_id_id`),
  KEY `company_portfolio_bu_created_by_id_1e90ef3c_fk_users_use` (`created_by_id`),
  KEY `company_portfolio_bu_updated_by_id_295cc2c9_fk_users_use` (`updated_by_id`),
  CONSTRAINT `company_portfolio_bu_category_id_id_fa40ce99_fk_company_p` FOREIGN KEY (`category_id_id`) REFERENCES `company_portfolio_business_category_companyportfoliobusiness6126` (`id`),
  CONSTRAINT `company_portfolio_bu_company_id_id_1541a778_fk_company_s` FOREIGN KEY (`company_id_id`) REFERENCES `company_services_companies` (`id`),
  CONSTRAINT `company_portfolio_bu_created_by_id_1e90ef3c_fk_users_use` FOREIGN KEY (`created_by_id`) REFERENCES `users_user` (`id`),
  CONSTRAINT `company_portfolio_bu_updated_by_id_295cc2c9_fk_users_use` FOREIGN KEY (`updated_by_id`) REFERENCES `users_user` (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=25 DEFAULT CHARSET=latin1;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `company_portfolio_business_companyportfoliobusiness`
--

LOCK TABLES `company_portfolio_business_companyportfoliobusiness` WRITE;
/*!40000 ALTER TABLE `company_portfolio_business_companyportfoliobusiness` DISABLE KEYS */;
/*!40000 ALTER TABLE `company_portfolio_business_companyportfoliobusiness` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `company_review_companyreview`
--

DROP TABLE IF EXISTS `company_review_companyreview`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `company_review_companyreview` (
  `id` bigint NOT NULL AUTO_INCREMENT,
  `is_active` tinyint(1) NOT NULL,
  `created_at` datetime(6) NOT NULL,
  `updated_at` datetime(6) NOT NULL,
  `created_by_id` bigint DEFAULT NULL,
  `updated_by_id` bigint DEFAULT NULL,
  `review_star` int unsigned NOT NULL,
  `message` longtext NOT NULL,
  `company_id_id` bigint NOT NULL,
  `user_id` bigint NOT NULL,
  `service_id` bigint NOT NULL,
  `review_image` varchar(100) DEFAULT NULL,
  PRIMARY KEY (`id`),
  KEY `company_review_compa_company_id_id_9cc1443c_fk_company_s` (`company_id_id`),
  KEY `company_review_companyreview_user_id_2e3c82fd_fk_users_user_id` (`user_id`),
  KEY `company_review_compa_service_id_e4f74a19_fk_service_s` (`service_id`),
  KEY `company_review_companyreview_created_by_id_38992521` (`created_by_id`),
  KEY `company_review_companyreview_updated_by_id_fa655484` (`updated_by_id`),
  CONSTRAINT `company_review_compa_company_id_id_9cc1443c_fk_company_s` FOREIGN KEY (`company_id_id`) REFERENCES `company_services_companies` (`id`),
  CONSTRAINT `company_review_compa_created_by_id_38992521_fk_users_use` FOREIGN KEY (`created_by_id`) REFERENCES `users_user` (`id`),
  CONSTRAINT `company_review_compa_service_id_e4f74a19_fk_service_s` FOREIGN KEY (`service_id`) REFERENCES `service_services` (`id`),
  CONSTRAINT `company_review_compa_updated_by_id_fa655484_fk_users_use` FOREIGN KEY (`updated_by_id`) REFERENCES `users_user` (`id`),
  CONSTRAINT `company_review_companyreview_user_id_2e3c82fd_fk_users_user_id` FOREIGN KEY (`user_id`) REFERENCES `users_user` (`id`),
  CONSTRAINT `company_review_companyreview_chk_1` CHECK ((`review_star` >= 0))
) ENGINE=InnoDB AUTO_INCREMENT=54 DEFAULT CHARSET=latin1;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `company_review_companyreview`
--

LOCK TABLES `company_review_companyreview` WRITE;
/*!40000 ALTER TABLE `company_review_companyreview` DISABLE KEYS */;
INSERT INTO `company_review_companyreview` VALUES (25,1,'2026-04-09 03:45:39.036289','2026-04-09 03:45:39.036311',NULL,NULL,4,'Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.',47,204,77,NULL),(28,0,'2026-04-13 08:51:33.993742','2026-04-13 08:51:33.993788',NULL,NULL,4,'Great value Great value Great value',49,204,78,'review_images/company/company-c86d7faa.jpg'),(29,0,'2026-04-13 09:35:59.752599','2026-04-13 09:35:59.752626',NULL,NULL,4,'Photos only. Videos are not supported. We compress the image before upload and keep it within 5MB.',43,204,70,'review_images/company/company-cfb9f047.jpg'),(30,0,'2026-04-13 09:38:32.636035','2026-04-13 09:38:32.636058',NULL,NULL,5,'Photos only. Videos are not supported. We compress the image before upload and keep it within 5MB. Professional staff',47,204,77,'review_images/company/company-3aea8072.jpg'),(31,0,'2026-04-13 11:25:38.341170','2026-04-13 11:25:38.341201',NULL,NULL,5,'Would hire again Professional staff Great value On-time service Highly recommended',49,204,78,'review_images/company/company-14626a36.jpg'),(32,0,'2026-04-13 11:30:49.885464','2026-04-13 11:30:49.885648',NULL,NULL,5,'Professional staff Great value On-time service Highly recommended Would hire again',43,204,70,'review_images/company/company-030efcda.jpg'),(33,0,'2026-04-13 12:02:07.297461','2026-04-13 12:02:07.297496',NULL,NULL,5,'Page Visit Timeline Visited At IP Time Spent Page URL 13 Apr 2026 05:46 PM 103.29.61.17 N/A https://innovativeskillsbd.com/course-single/advance-backend-ai-development-bootcamp-offline',42,204,69,'review_images/company/company-622b0ea7.jpg'),(34,0,'2026-04-13 12:07:35.311988','2026-04-13 12:07:35.312016',NULL,NULL,5,'main_updated main_updated main_updated main_updated main_updated main_updated main_updated main_updated main_updated main_updated main_updated main_updated',42,204,69,'review_images/company/company-42470cb0.jpg'),(35,0,'2026-04-13 12:15:53.435380','2026-04-13 12:15:53.435408',NULL,NULL,5,'Great value On-time service Professional staff Would hire againsultanbr@dwhserver5 innovativeskillsbd.com]$ php artisan tinker Psy Shell v0.12.7 (PHP 8.2.30 — cli) by Justin Hileman > DB::table(\'lead_attribution_behavior_events\')->select(\'id\',\'lead_attribution_id\',\'event_type\',\'duration_seconds\',\'page_url\',\'created_at\')->latest(\'id\')->limit(20)->get(); = Illuminate\\Support\\Collection {#6573 all: [ {#6570 +\"id\": \"10376\", +\"lead_attribution_id\": \"73029\", +\"event_type\": \"exit_page\", +\"duration_seconds\": null, +\"page_url\": \"https://innovativeskillsbd.com/course-single/deep-reinforcement-learning-for-research-a-z-in-bangla-recorded\", +\"created_at\": \"2026-04-13 18:11:30\", }, {#6572 +\"id\": \"10375\", +\"lead_attribution_id\": \"73029\", +\"event_type\": \"section_duration\", +\"duration_seconds\": \"8\", +\"page_url\": \"https://innovativeskillsbd.com/course-single/deep-reinforcement-learning-for-rese',42,204,69,'review_images/company/company-741071ca.jpg'),(36,0,'2026-04-13 12:19:20.466772','2026-04-13 12:19:20.466797',NULL,NULL,5,'Great value On-time service Highly recommended Would hire againError: Each child in a list should have a unique \"key\" prop. Check the render method of `Review`. See https://react.dev/link/warning-keys for more information. at createConsoleError (webpack-internal:///(app-pages-browser)/./node_modules/next/dist/client/components/errors/console-error.js:27:71) at handleConsoleError (webpack-internal:///(app-pages-browser)/./node_modules/next/dist/client/components/errors/use-error-handler.js:47:54) at console.error (webpack-internal:///(app-pages-browser)/./node_modules/next/dist/client/components/globals/intercept-console-error.js:47:57) at eval (webpack-internal:///(app-pages-browser)/./node_modules/next/dist/compiled/react-dom/cjs/react-dom-client.development.js:23133:21) at runWithFiberInDEV (webpack-internal:///(app-pages-browser)/./node_modules/next/dist/compiled/react-dom/cjs/react-dom-client.development.js:845:30) at warnForMissingKey (webpack-internal:///',47,204,77,'review_images/company/company-904538bb.jpg'),(37,0,'2026-04-13 12:19:40.040304','2026-04-13 12:19:40.040333',NULL,NULL,5,'Error: Each child in a list should have a unique \"key\" prop. Check the render method of `Review`. See https://react.dev/link/warning-keys for more information. at createConsoleError (webpack-internal:///(app-pages-browser)/./node_modules/next/dist/client/components/errors/console-error.js:27:71) at handleConsoleError (webpack-internal:///(app-pages-browser)/./node_modules/next/dist/client/components/errors/use-error-handler.js:47:54) at console.error (webpack-internal:///(app-pages-browser)/./node_modules/next/dist/client/components/globals/intercept-console-error.js:47:57) at eval (webpack-internal:///(app-pages-browser)/./node_modules/next/dist/compiled/react-dom/cjs/react-dom-client.development.js:23133:21) at runWithFiberInDEV (webpack-internal:///(app-pages-browser)/./node_modules/next/dist/compiled/react-dom/cjs/react-dom-client.development.js:845:30) at warnForMissingKey (webpack-internal:///(app-pages-browser)/./node_modules/next/dist/compiled/react-dom',42,204,69,'review_images/company/company-b37b9cd0.jpg'),(38,0,'2026-04-13 13:49:04.622314','2026-04-13 13:49:04.622345',NULL,NULL,4,'Professional staff Professional staff Professional staff',49,204,78,'review_images/company/company-1eec8379.jpg'),(39,0,'2026-04-15 13:26:31.904710','2026-04-15 13:26:31.904747',NULL,NULL,5,'egrgiurgfgsfdbdsf egrgiurgfgsfdbdsfegrgiurgfgsfdbdsfegrgiurgfgsfdbdsfegrgiurgfgsfdbdsfegrgiurgfgsfdbdsfegrgiurgfgsfdbdsfegrgiurgfgsfdbdsf',46,204,80,'review_images/company/company-070d88b8.jpg'),(40,0,'2026-04-15 13:26:49.218804','2026-04-15 13:26:49.218829',NULL,NULL,5,'Great value Great value Great value Great value Great value Great value Great value Great value Great value Great value Great value Great valuessv',46,204,80,'review_images/company/company-c97e6c5f.jpg'),(41,0,'2026-04-15 13:27:37.209207','2026-04-15 13:27:37.209259',NULL,NULL,5,'Professional staff Professional staff Professional staff Professional staff Professional staff Professional staff Professional staff Professional staff Professional staff',49,204,81,'review_images/company/company-12c1e23c.jpg'),(42,0,'2026-04-15 13:32:23.459964','2026-04-15 13:32:23.459997',NULL,NULL,5,'On-time service On-time service On-time service On-time service Highly recommended Highly recommended',45,204,82,'review_images/company/company-ba7e71a3.jpg'),(43,0,'2026-04-15 13:32:46.245103','2026-04-15 13:32:46.245129',NULL,NULL,5,'Professional staff Would hire again Would hire again Would hire again',49,204,81,'review_images/company/company-b5c45c1b.jpg'),(44,0,'2026-04-15 13:35:21.245372','2026-04-15 13:35:21.245399',NULL,NULL,5,'On-time service On-time service On-time service On-time service On-time service On-time service',45,204,82,'review_images/company/company-844ea8ba.jpg'),(45,0,'2026-04-16 07:19:38.760722','2026-04-16 07:19:38.761062',NULL,NULL,5,'Professional staff Professional staff Professional staff',45,204,82,'review_images/company/company-d0564578.jpg'),(46,0,'2026-04-16 07:23:45.993815','2026-04-16 07:23:45.993849',NULL,NULL,5,'Professional staff Professional staff Professional staff Professional staff',46,204,80,'review_images/company/company-715156d0.jpg'),(47,0,'2026-04-16 07:28:01.869511','2026-04-16 07:28:01.869555',NULL,NULL,5,'Professional staff Would hire again On-time service',45,204,82,'review_images/company/company-15e7a0d7.jpg'),(48,0,'2026-04-16 07:28:30.682849','2026-04-16 07:28:30.683191',NULL,NULL,5,'Great value Great value Great value',49,204,81,'review_images/company/company-1d9dbcea.jpg'),(49,0,'2026-04-16 08:20:57.008553','2026-04-16 08:20:57.008576',NULL,NULL,2,'Professional staff Professional staff',49,204,78,'review_images/company/company-19cb820c.jpg'),(50,0,'2026-04-16 08:39:15.355920','2026-04-16 08:39:15.355954',NULL,NULL,5,'Highly recommended Highly recommended Highly recommended',47,204,77,'review_images/company/company-9b00d0c2.jpg'),(51,0,'2026-04-17 08:59:20.068125','2026-04-17 08:59:20.068526',NULL,NULL,4,'Professional staff On-time service',50,240,79,'review_images/company/company-8301ee67.jpg'),(52,0,'2026-04-22 09:49:01.756287','2026-04-22 09:49:01.756331',204,NULL,4,'Professional staff Professional staff Professional staff Professional staff',43,204,70,'review_images/company/company-acbef8cf.jpg'),(53,0,'2026-04-22 09:52:07.275396','2026-04-22 09:52:07.275420',204,NULL,2,'Would hire again Highly recommended',45,204,82,'review_images/company/company-1372f2eb.jpg');
/*!40000 ALTER TABLE `company_review_companyreview` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `company_service_offered_companyserviceoffered`
--

DROP TABLE IF EXISTS `company_service_offered_companyserviceoffered`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `company_service_offered_companyserviceoffered` (
  `id` bigint NOT NULL AUTO_INCREMENT,
  `is_active` tinyint(1) NOT NULL,
  `created_at` datetime(6) NOT NULL,
  `updated_at` datetime(6) NOT NULL,
  `created_by_id` bigint DEFAULT NULL,
  `updated_by_id` bigint DEFAULT NULL,
  `name` varchar(100) NOT NULL,
  `location` varchar(100) NOT NULL,
  `type` varchar(50) NOT NULL,
  `price` int unsigned NOT NULL,
  `image_url` varchar(100) NOT NULL,
  `company_id_id` bigint NOT NULL,
  PRIMARY KEY (`id`),
  KEY `company_service_offe_company_id_id_896144dd_fk_company_s` (`company_id_id`),
  KEY `company_service_offered_com_created_by_id_a4a9e04c` (`created_by_id`),
  KEY `company_service_offered_com_updated_by_id_9d772dc9` (`updated_by_id`),
  CONSTRAINT `company_service_offe_company_id_id_896144dd_fk_company_s` FOREIGN KEY (`company_id_id`) REFERENCES `company_services_companies` (`id`),
  CONSTRAINT `company_service_offe_created_by_id_a4a9e04c_fk_users_use` FOREIGN KEY (`created_by_id`) REFERENCES `users_user` (`id`),
  CONSTRAINT `company_service_offe_updated_by_id_9d772dc9_fk_users_use` FOREIGN KEY (`updated_by_id`) REFERENCES `users_user` (`id`),
  CONSTRAINT `company_service_offered_companyserviceoffered_chk_1` CHECK ((`price` >= 0))
) ENGINE=InnoDB AUTO_INCREMENT=18 DEFAULT CHARSET=latin1;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `company_service_offered_companyserviceoffered`
--

LOCK TABLES `company_service_offered_companyserviceoffered` WRITE;
/*!40000 ALTER TABLE `company_service_offered_companyserviceoffered` DISABLE KEYS */;
INSERT INTO `company_service_offered_companyserviceoffered` VALUES (1,0,'2025-06-02 11:53:06.439180','2025-12-22 08:24:26.192372',NULL,NULL,'test offer','Dhaka','offlie',300,'company_service_offered/pexels-ibrahimboran-903376.jpg',2),(2,0,'2025-06-22 06:59:22.168627','2025-07-14 11:03:09.882003',NULL,NULL,'Test offer 3','Dhaka','Remote',500,'company_service_offered/Tours_and_Holidays.png',2),(3,0,'2025-06-24 13:03:36.569599','2025-06-24 13:03:36.569632',NULL,NULL,'Test office','Test Location','offline',500,'https://cdn.rnudah.com/images/plain/22cedbed63b89b582af73b8e4eb610ac-2937280993606717869.jpg',9),(4,0,'2025-06-24 13:45:02.256726','2025-12-22 08:24:13.669184',NULL,NULL,'test offer','test location','offline',500,'company_service_offered/pexels-catscoming-2335689.jpg',2),(5,0,'2025-06-25 11:07:46.072348','2025-12-22 08:24:59.471904',NULL,NULL,'test','location','offline',2510,'company_service_offered/pexels-fauxels-3184427.jpg',2),(6,0,'2025-06-26 11:55:08.090799','2025-12-22 08:23:57.653072',NULL,NULL,'string','string','string',4294967295,'company_service_offered/pexels-shkrabaanthony-5217852.jpg',2),(7,0,'2025-06-26 12:04:27.573429','2025-07-14 15:51:22.236441',NULL,NULL,'service offer 5','dhaka','on line',1550,'company_service_offered/Electric_Wiring.webp',3),(8,0,'2025-06-28 09:38:57.153096','2025-12-22 08:23:41.312658',NULL,NULL,'Facebook service','usa','type testing',500,'company_service_offered/pexels-fauxels-3184603.jpg',11),(9,0,'2025-06-28 11:42:40.479241','2025-06-28 11:42:40.479277',NULL,NULL,'Web development','Word wide','Online',50000,'https://my1-cdn.pgimgs.com/listing/40831762/UPHO.270418427.V800/Setia-Sky-88-Johor-Bahru-Malaysia.jp',11),(10,0,'2025-06-29 03:35:17.991444','2025-12-22 08:22:48.106414',NULL,NULL,'Electric service','India','Electric',10,'company_service_offered/pexels-ekrulila-2349995.jpg',13),(11,0,'2025-07-02 13:56:06.398292','2025-12-22 08:22:59.439064',NULL,NULL,'Electrical Installation Services','Dhaka','Electrical Services',100,'company_service_offered/pexels-bulat369-1243575272-35290668.jpg',14),(13,0,'2025-07-02 13:58:57.254527','2025-12-22 08:23:18.479635',NULL,NULL,'Electrical Maintenance & Repair','Dhaka','Maintenance',100,'company_service_offered/pexels-olly-845451.jpg',14),(14,0,'2025-10-23 05:50:23.505412','2025-10-23 05:50:23.505412',6,NULL,'demo','demo','demo',50,'company_service_offered/Screenshot_2025-10-21_125955.png',1),(15,0,'2025-10-23 09:15:11.842735','2025-12-22 08:24:39.427252',31,NULL,'test','Malasia','IT',1,'company_service_offered/pexels-reneterp-2977515.jpg',18),(16,0,'2026-01-25 08:35:48.957108','2026-01-25 08:35:48.957128',194,NULL,'Test-1','Location','Test',1,'company_service_offered/panjab.jpg',25),(17,1,'2026-04-06 11:39:48.345582','2026-04-06 11:39:48.345780',243,NULL,'Offer_1','Dhaka','Test',1,'company_service_offered/images_4.jpg',44);
/*!40000 ALTER TABLE `company_service_offered_companyserviceoffered` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `company_services_companies`
--

DROP TABLE IF EXISTS `company_services_companies`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `company_services_companies` (
  `id` bigint NOT NULL AUTO_INCREMENT,
  `is_active` tinyint(1) NOT NULL,
  `created_at` datetime(6) NOT NULL,
  `updated_at` datetime(6) NOT NULL,
  `created_by_id` bigint DEFAULT NULL,
  `updated_by_id` bigint DEFAULT NULL,
  `name` varchar(100) NOT NULL,
  `title` varchar(100) NOT NULL,
  `category` varchar(250) NOT NULL,
  `location` varchar(250) NOT NULL,
  `service_type` varchar(250) NOT NULL,
  `employee_size` int unsigned NOT NULL,
  `profile_picure_url` varchar(100) NOT NULL,
  `cover_picture_url` varchar(100) NOT NULL,
  `cover_picture_title` varchar(200) NOT NULL,
  `descriptions` longtext NOT NULL,
  `website` varchar(200) NOT NULL,
  `phone_number` varchar(20) NOT NULL,
  `contact_number` varchar(15) DEFAULT NULL,
  PRIMARY KEY (`id`),
  KEY `company_services_companies_created_by_id_410ac120` (`created_by_id`),
  KEY `company_services_companies_updated_by_id_9e374db3` (`updated_by_id`),
  CONSTRAINT `company_services_com_created_by_id_410ac120_fk_users_use` FOREIGN KEY (`created_by_id`) REFERENCES `users_user` (`id`),
  CONSTRAINT `company_services_com_updated_by_id_9e374db3_fk_users_use` FOREIGN KEY (`updated_by_id`) REFERENCES `users_user` (`id`),
  CONSTRAINT `company_services_companies_chk_1` CHECK ((`employee_size` >= 0))
) ENGINE=InnoDB AUTO_INCREMENT=51 DEFAULT CHARSET=latin1;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `company_services_companies`
--

LOCK TABLES `company_services_companies` WRITE;
/*!40000 ALTER TABLE `company_services_companies` DISABLE KEYS */;
INSERT INTO `company_services_companies` VALUES (1,0,'2025-06-02 07:27:52.763144','2025-12-22 12:01:10.058862',NULL,NULL,'apple','string','string','string','string',4294967295,'company/pexels-fauxels-3182754.jpg','company/pexels-pixabay-164572.jpg','string','string','string','string',NULL),(2,0,'2025-06-02 10:56:44.350125','2025-12-22 12:03:28.181605',NULL,NULL,'Company name','Title','Tech','Dhaka, Bangladesh','On-side',150,'company/pexels-chevanon-302887.jpg','company/pexels-pixabay-273665.jpg','Cover title','The description','www.anower.com','01990000922',NULL),(3,0,'2025-06-03 12:03:08.360560','2025-07-14 15:38:05.787524',NULL,NULL,'Service 4','services title 4','Wash','Dhaka','freelance',10,'company/Cleaning__Disinfection_iQbYfcy.png','company/OIP_1_F3YG9ds.webp','Cover title 4','Description 4','Website 4','01990000922',NULL),(4,0,'2025-06-18 11:57:00.277527','2025-07-14 15:38:54.148265',NULL,NULL,'string','string','string','string','string',4294967295,'company/Cleaning__Disinfection_1b8fHfl.png','company/CAR_RENTAL_L0oGEya.webp','string','string','string','string',NULL),(5,0,'2025-06-22 04:40:16.709742','2025-07-14 15:36:42.753212',NULL,NULL,'Car wash','Car polish','Car wash','Mirpur','Wash',8,'company/Car_wash_xjrC7lH.webp','company/Car_wash1_F0gfSxA.webp','Washing company in Bangladesh','Test description for car wash','https://developeranower.com','01990000922',NULL),(6,0,'2025-06-23 09:55:05.988261','2025-12-22 12:05:22.992536',NULL,NULL,'Google','Search engine','Onile service','World wide','Tech',10,'company/pexels-asphotography-518244.jpg','company/pexels-pixabay-279947.jpg','company','Ekhon bolbo na','google.com','01990000922',NULL),(7,0,'2025-06-23 10:33:35.837608','2025-12-22 12:05:49.693790',NULL,NULL,'Google','Search','tech','usa','multi',150,'company/pexels-apgpotr-702251.jpg','company/pexels-pixabay-164572_Nast4d2.jpg','string','janina','google.com','01990000922',NULL),(8,0,'2025-06-24 10:39:20.732511','2025-12-22 12:06:14.645507',NULL,NULL,'Ingrid Bartlett','Voluptatem saepe dolores soluta aperiam omnis repellendus','mj','c','Quisquam ullam ut ip',14,'company/pexels-asphotography-518244_t5xyJ8X.jpg','company/pexels-chevanon-302887_Qw57xr2.jpg','c','Deleniti tempore cu','https://www.casiwuk.cm','123456789',NULL),(9,0,'2025-06-24 13:01:08.318765','2025-07-14 15:39:19.652381',NULL,NULL,'test title','test-1','test category','test location','test home service',50,'company/Tours_and_Holidays.png','company/Accounting.jpg','Test picture','Hello there','www.test.com','123456789',NULL),(10,0,'2025-06-26 17:04:14.765667','2025-12-22 12:08:19.972807',NULL,NULL,'Otto Duncan','Quis et aliquam est iusto ipsa et et eiusmod qui tempora aliquip reprehenderit ut saepe numquam a','Sunt dolor dolores ad corporis','Laboris non ad eos quia','Earum nihil quidem r',65,'company/pexels-pixabay-70573_Ng1gnAg.jpg','company/pexels-chevanon-302887_weWzosH.jpg','Unde neque quas in et et qui non provident quas nobis quis nostrum eum commodo','Hi...Kami A VANAJA ROAD WORKS ENTERPRISE telah menyediakan perkhidmatan turap\r\nJalan, korek Jalan, road marking, road curb Dan lain2 lagi..Kami bersedia\r\nuntuk memberi perkhidmatan 24jam/7hari seminggu...Jika anda mempunyai sebarang\r\npertanyaan, janganlah ragu-ragu untuk menghubungi Kami...Syarikat kami akan\r\nmemberi harga yang lumayan dan berpatutan..Terima Kasih','https://www.rynecuwolisu.ca','+1 (162) 611-7938',NULL),(11,0,'2025-06-28 09:32:58.631629','2025-07-14 15:38:35.039176',NULL,NULL,'services company testing','Facebook services','Car wash','usa','multi',500,'company/Engineering_RzGXb0J.png','company/burnerservices_270x180.webp','Washing company in Bangladesh','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','facebooc.com','+8801990000922',NULL),(12,0,'2025-06-30 10:28:08.040785','2025-12-22 12:10:16.750909',NULL,NULL,'Search engine','Google','Car wash','Lorem Ipsum is simply dummy text of','Wash',10,'company/pexels-reneterp-3217156_kt3kyO2.jpg','company/pexels-ekrulila-2349995.jpg','Washing company in Bangladesh','Lorem Ipsum is simply dummy text of the printing and typesetting industry.','https://developeranower.com','+8801990000922',NULL),(13,0,'2025-06-30 10:31:48.385858','2025-12-22 12:04:04.932941',NULL,NULL,'demo','demo service','air con','Dhaka','exterior',12,'company/pexels-olly-845451.jpg','company/pexels-pixabay-262470.jpg','demo cover','sadwqw','sads','0900000999',NULL),(14,0,'2025-07-02 12:49:38.077822','2025-12-22 12:04:51.490700',NULL,NULL,'Electric wiring repair','Mudah Safety Tip','Electric wiring','Dhaka','Electrical',5,'company/pexels-reneterp-3217156.jpg','company/pexels-chevanon-302887_ZQ89gcj.jpg','Electrical','Saya menyediakan pemasangan ev charger Semua jenis Model kereta termasuk BMW,Tesla dan sebagainya dengan harga berpaturan.','test.com','0123456789',NULL),(15,0,'2025-07-14 08:08:41.043791','2025-07-14 08:08:41.043836',NULL,NULL,'test','test company','string','Mirpur','Tech',13,'company/Facebook_Logo_2023.png','company/6389066.png','sdaf','sadfasdf','https://developeranower.com','+8801990000922',NULL),(16,0,'2025-07-24 12:20:47.199989','2025-12-22 12:07:12.833844',NULL,NULL,'Marketing and Accounting service','AC','Finance','Lalbag','Finance',70,'company/pexels-georgesultan-1409999.jpg','company/pexels-pixabay-70573.jpg','Marketing and Accounting service','Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.','www.test.com','0123456789',NULL),(17,0,'2025-10-12 05:06:49.535123','2025-12-22 12:09:37.924703',32,NULL,'Priscilla Shepard test','Aut commodi sapiente rerum sapiente ipsam id tempore voluptate maxime qui voluptatem Necessitatibu','At quis nemo ratione in quia','Dolorem voluptatem Veniam est consequatur id molestias qui facere fugiat ipsum et ut iusto mollitia odit consequatur Rerum','Distinctio At at co',96,'company/pexels-pixabay-164572_Z5reDEc.jpg','company/pexels-olly-845451_Z9cdjso.jpg','Ut Nam voluptate sunt cum asperiores ut suscipit proident ipsa maxime vero sint et aut voluptas r','Ea aut minima fuga','https://www.jypitidahoj.in','+1 (479) 989-8805',NULL),(18,0,'2025-10-22 10:30:58.986317','2025-12-22 12:07:51.088774',31,NULL,'Official Business Registration','Tech Innovators Ltd.','Information Technology','Ontario','Software Development & IT Consultancy',4,'company/pexels-apgpotr-702251_tRkEMdS.jpg','company/pexels-reneterp-3217156_rZJ9NTM.jpg','Our Corporate Office','Tech Innovators Ltd. is a leading software company specializing in web and mobile app development, providing end-to-end digital solutions for global clients.','https://www.techinnovators.com','+8801712345678',NULL),(19,0,'2025-11-04 11:30:14.273627','2025-11-04 11:30:14.273649',31,NULL,'test_11.4','test_11.4','Information Technology','UK','Software Development & IT Consultancy',1,'company/Puchong-Prima-Puchong-Puchong-Malaysia.jpg','company/Jalan-Kubah-Bukit-Jelutong-Shah-Alam-Shah-Alam-Malaysia_3.jpg','test_11.4 Cover Picture','test_11.4test_11.4','https://www.techinnovators.com','01779770750',NULL),(20,0,'2025-11-05 09:23:40.055303','2025-11-05 09:23:40.055330',31,NULL,'Go Digital get Result','MIB Promotions','Information Technology','Malaysia','Software Development & IT Consultancy',5,'company/pexels-fabiano-rodrigues-794857-1662298.webp','company/peakpx_1.webp','Our Corporate Office','Test Data','mibpromotions.com','01779770750',NULL),(21,0,'2025-12-30 06:56:50.114300','2025-12-30 06:56:50.114355',38,NULL,'Driscoll Mendoza','Laborum dolore reprehenderit porro deleniti ipsa quasi voluptates qui tenetur dolore vitae culpa','Est sed doloremque quis sint aliquip enim consectetur cum iste','Quasi odio occaecat illo et eiusmod consequatur eius lorem sit temporibus sint illo atque consequatur sint explicabo','Ducimus est dolore',71,'company/dev-fest_EeMbSMQ.jpg','company/dev-fest_UPOFEWg.jpg','Nihil magna mollit sequi tempora nihil incidunt beatae pariatur Nulla ullam','Tempor laudantium d','https://www.rogefebidudaki.net','+1 (986) 729-8565',NULL),(22,0,'2025-12-30 07:03:56.119814','2025-12-30 07:03:56.119857',38,NULL,'Cathleen Delacruz','bhua company','Sunt unde possimus aut quis debitis reprehenderit vero nulla','Est autem et quod vitae','Possimus totam nost',52,'company/dev-fest_OOt5JVs.jpg','company/dev-fest_Neh3sHK.jpg','Deserunt alias exercitationem reprehenderit molestiae tempora esse rem exercitationem odit dolores','Praesentium lorem qu','https://www.lubojuba.cm','+1 (339) 618-5639',NULL),(23,0,'2025-12-30 07:27:27.289260','2025-12-30 07:27:27.289293',88,NULL,'Service Singapore admin','Service Singapore admin','SUB ADMIN','Singapore','test',5,'company/Gemini_Generated_Image_ezpu7wezpu7wezpu.png','company/Gemini_Generated_Image_ezpu7wezpu7wezpu_JufgQmI.png','company','Learn about the history, usage and variations of Lorem Ipsum, the industry\'s standard dummy text for over 2000 years. Generate your own Lorem Ipsum with a dictionary of over 200 Latin words and a random sentence structure.','www.company.com','012233243434',NULL),(24,0,'2026-01-04 06:48:41.343020','2026-01-04 06:48:41.343063',119,NULL,'sub admin company','sub admin company','N. special','Dhaka','test service',5,'company/12.jpg','company/123.jpg','Cover oicture','Test service description','www.null.com','012233243434',NULL),(25,0,'2026-01-25 08:25:49.317756','2026-01-25 08:38:04.971198',194,NULL,'Arthur Rogers','Blanditiis','Tours and Holidays','Packistan','Est id eligendi occ',49,'company/panjab.jpg','company/FB_IMG_16111476161536765.jpg','Eligendi autem qui ipsum rem eiusmod iusto Nam ad assumenda','Dolor voluptatem cu','https://www.nehazydybequpy.info','+1 (129) 597-4076',NULL),(26,0,'2026-02-03 10:18:42.810178','2026-02-03 10:18:42.810909',196,NULL,'Kerry Moore','Irure odio quis dolor quia hic in reprehenderit nostrud quo numquam qui','Et aut commodi ullam eligendi consectetur est fugiat nulla saepe qui quos','Ut non non autem in sapiente quis amet minus similique accusantium aute ut nostrum et distinctio Voluptate','Properties',67,'company/download_10.jpg','company/download_9.jpg','Temporibus exercitation labore eveniet esse quibusdam tempore est Nam voluptas inventore in ducim','In eum odio aut dolo','https://www.visegymajuhat.com','+1 (638) 997-7182',NULL),(27,0,'2026-02-03 12:48:33.454259','2026-02-03 12:48:33.454285',204,NULL,'Imtiaj','Imtiaj Limited','Property','sdasdasd','hello',10,'company/b.jpg','company/13.-Sejarah.jpg','hello','salman','www.hello.com','01705644008',NULL),(28,0,'2026-02-04 06:50:15.295883','2026-02-04 06:50:15.295931',204,NULL,'Test Company 1','Test Company 1','Property','Mirpur','Bike',10,'company/wr.jpg','company/wr_wbQ4idD.jpg','CC','TEST TESTE','www.moinul.com','01715475440',NULL),(29,0,'2026-02-04 07:32:38.377818','2026-02-04 07:32:38.378006',204,NULL,'Test Company 2','adgdsgsdg','Property','Mirpur','Bike',10,'company/wr_2unbOEi.jpg','company/wr_JN1kk2U.jpg','CC','sdfsdf','www.moinul.com','01715475440',NULL),(30,0,'2026-02-05 05:03:38.665979','2026-02-05 05:03:38.666015',204,NULL,'Test Company 5','Test 5','PPP','Mirpur','Bike',10,'company/wr_JBByUeu.jpg','company/wr_UI9S02r.jpg','CC','asasdasd','www.moinul.com','01715475440',NULL),(31,0,'2026-02-05 05:05:44.406752','2026-02-05 05:05:44.406791',204,NULL,'Test Company 7','adsasd','PPPdfg','Mirpur','Bike',10,'company/wr_qormzLQ.jpg','company/wr_7E6QPnD.jpg','CC','dsfsdf','www.moinul.com','01715475440',NULL),(32,0,'2026-02-05 05:40:07.881934','2026-02-05 05:40:07.882425',196,NULL,'Johor','asdasd','sjds','sddsf','sddsa',5,'company/OIP.jpg','company/OIP_FBV5kyt.jpg','asdsad','asdads','www.ss.com','01234567891',NULL),(33,0,'2026-02-05 06:50:33.573787','2026-02-05 06:50:33.573835',204,NULL,'Latest Company','Latest Company','Property','Dhaka','Home',10,'company/training_curves_efficientnet_v2.png','company/training_curves_efficientnet_v2_u6Jelkv.png','Latest Company','asdasd','www.lc.com','01715475440',NULL),(34,0,'2026-02-05 11:48:52.986960','2026-02-05 11:48:52.986986',204,NULL,'ABC Tech Services Ltd.','ABC Technology Solutions','Information Technology','House 12, Road 5, Dhanmondi, Dhaka-1209, Bangladesh','Software Development & IT Services',25,'company/download_10_e1NT91k.jpg','company/Only-RM-4XXk--Super-Below-Market-Price-.jpg','string','ABC Technology Solutions is a software and IT service provider company. We offer web development, mobile application development, software testing, and IT consultancy services to local and international clients.','https://www.techinnovators.com','0123456789',NULL),(35,0,'2026-02-05 12:42:39.184244','2026-02-05 12:42:39.184319',204,NULL,'TEST Company 50','TEST Company 50','Property','Dhaka','Home',10,'company/wr_TbN4QRM.jpg','company/wr_g4gB1Co.jpg','Latest Company','TESSSSSSTTT','www.lc.com','01715475440',NULL),(36,0,'2026-02-05 13:16:30.223134','2026-02-05 13:16:30.223157',204,NULL,'Test','Test company','Information Technology','Dhaka','Software Development & IT Consultancy',10,'company/download_10_MPpEyeQ.jpg','company/download_9_XfuIR34.jpg','string','Near Mount Austin /setia indah\r\nFOR SALE\r\nARC Austin Hill Taman Daya\r\nBlock A\r\n2 bedrooms 2 bathrooms\r\n650 sqft\r\nFreehold\r\nNon bumi lot\r\nPartially furnished\r\nKitchen Table Top\r\naircon 2 Water heater 2\r\nCar park 2\r\nMaintenance fee Rm150\r\nGated guarded\r\nSale 290k','https://www.nehazydybequpy.info','+8801712345678',NULL),(37,0,'2026-02-05 17:03:41.372983','2026-02-05 17:05:05.972083',196,NULL,'Test-3.5','Test ASD','Information Technology','Dhaka','Software Development & IT Consultancy',10,'company/download_10_d0Nu1f8.jpg','company/download_9_BjqNCV5.jpg','string','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','https://www.nehazydybequpy.info','+8801712345678',NULL),(38,0,'2026-02-06 04:49:36.057824','2026-02-06 04:49:36.057854',175,NULL,'MIB','MIB Properties','Property','Pinnacle Tower, Lorong Utara C, Petaling Jaya.','Real Estate',10,'company/616191062_122237585714267281_405537735082338578_n.jpg','company/gree-logo-png_seeklogo-63105.png','Gree','We are real estate company.','www.mibpromotions.com','601128274668',NULL),(39,0,'2026-02-17 10:13:37.139107','2026-02-17 10:13:37.139143',NULL,NULL,'Zia Mullins','Nihil officia sequi animi fugiat necessitatibus vero sed labore nulla eaque aut','Quas esse eum consectetur dolores voluptate lorem dolore hic quas dolor est est totam natus animi','Unde tempore eius itaque aute qui molestiae suscipit mollit irure qui ut elit in irure enim suscipit','Property',26,'company/Only-RM-4XXk--Super-Below-Market-Price-FREEHOL.jpg','company/Only-RM-4XXk--Super-Below-Market-Price-FREEHOLD-.jpg','Officiis eaque eveniet dolorem id','Velit et et voluptas','https://www.cuvekefini.co.uk','+1 (728) 283-2572',NULL),(40,0,'2026-02-18 06:00:27.474798','2026-02-18 06:00:27.474823',240,NULL,'Mia Sandoval','Test 18.2','Nihil cumque eveniet ut non dolore et obcaecati ex fuga Rem anim sunt commodo','Illum id cum odio mollit qui itaque quos tempor dolores corporis delectus dolore ut','Property',28,'company/Only-RM-4XXk--Super-Below-Market-Price-FREEHOLD.jpg','company/Sky-Suites-KLCC-KL-City-Centre-Malaysia.jpg','Pariatur Quia placeat porro debitis vel laborum Ut in qui provident aut esse nisi','Officiis voluptatem','https://www.kyz.org','+1 (584) 865-5856',NULL),(41,0,'2026-02-18 06:03:32.952692','2026-02-18 06:03:32.952711',240,NULL,'Curran Mccullough','Molestias nostrum quidem ut praesentium velit assumenda saepe illum sit','Property','Voluptatibus debitis excepteur laborum obcaecati excepturi saepe illum officia fugiat','Property',98,'company/download_9_g83hyh1.jpg','company/Only-RM-4XXk--Super-Below-Market-Price-FREEHOLD_EAAQODD.jpg','Voluptate iste dolorem labore labore aliquid sapiente occaecat nobis','Libero ad et pariatu','https://www.fyze.com.au','+1 (555) 824-8832',NULL),(42,1,'2026-03-04 08:25:38.149833','2026-04-06 09:31:13.314174',243,NULL,'Professional Cleaning Services','parkle Clean Ltd.','Home Services','123 Main Street, Dhaka, Bangladesh','On-site',11,'company/images_3.jpg','company/Data-Analytics-With-Machine-Learning.jpg','#','We provide professional home and office cleaning services with trained staff and modern equipment.','#','+8801990000922',NULL),(43,1,'2026-03-29 07:10:34.977692','2026-04-06 09:31:34.557167',233,NULL,'Test','te','IT','B','IT',11,'company/NEC418144.jpg','company/Build-your-AI-agent-Chatbot-with-Langchain-Framework.jpg','A','TEST','www.g.com','09988',NULL),(44,1,'2026-04-06 11:33:59.181568','2026-04-06 11:33:59.181589',204,NULL,'Tecno craft','Tecno craft','Information Technology','Dhaka','Wash',1,'company/images_4_a8FOs0b.jpg','company/AI-Based-Software-Development-With-Python.jpg','test_11.4 Cover Picture','Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.','https://developeranower.com','01990000922',NULL),(45,1,'2026-04-07 11:12:53.414621','2026-04-07 11:12:53.415029',204,NULL,'Johor_test','purpose of test','Tech','test','Restaurent',1,'company/unnamed.jpg','company/unnamed_h9TfYwk.jpg','string','ausa','https://www.nehazydybequpy.info','+8801990000922',NULL),(46,1,'2026-04-08 09:28:55.226291','2026-04-15 04:39:51.320791',204,NULL,'kungfuramen','Kungfu ramen','Restaurant','12, Jalan Bandar 2, Taman Melawati, 53100 Kuala Lumpur, Wilayah Persekutuan Kuala Lumpur, Malaysia','Restaurant',1,'company/download_13.jpg','company/download_13_cCTwwkx.jpg','Kungfu ramen','Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.','https://www.kungfuramen.my/','01990000922',NULL),(47,1,'2026-04-08 11:34:47.240628','2026-04-08 11:34:47.240651',204,NULL,'Kashif Pakistani Restaurant','Kashif Pakistani Restaurant','Restaurant','Malaysia','Restaurant',5,'company/unnamed_1.jpg','company/unnamed_1_GUg7MYW.jpg','Kashif Pakistani Restaurant','Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.','https://wanderlog.com/place/details/12531213/kashif-pakistani-food-restaurant','+1 (162) 611-7938',NULL),(48,1,'2026-04-09 03:36:28.655811','2026-04-09 03:36:28.656439',204,NULL,'Chapathi Recipes','Chapathi Recipes','Restaurant','5, Jalan Menara Gading 1, Taman Connaught, 56000 Cheras, Wilayah Persekutuan Kuala Lumpur','Restaurant',9,'company/236729.jpg','company/chapathi-recipes-food-review-cheras-funntaste-4.jpg','Naan','Northern Indian and Western cuisine that is now available in Cheras. Quality & Taste blended to perfection.. The prices are reasonable and good ambiance. Bring your family and friends along to Chapathi Recipes.','https://www.tripadvisor.com.my/Restaurant_Review-g7383070-d10410296-Reviews-Chapathi_Recipes-Cheras_','012-818 0252',NULL),(49,1,'2026-04-09 09:35:30.452068','2026-04-09 09:35:30.452426',204,NULL,'rest_service','rest_service','Restaurant','Dhaka','Restaurant',4,'company/DevOps--MLOps-From-Code-to-Cloud.jpg','company/DevOps--MLOps-From-Code-to-Cloud_nMZxM1j.jpg','rest_service','rest_service','www.test.com','01990000922',NULL),(50,1,'2026-04-15 04:49:30.056455','2026-04-15 04:49:30.056488',243,NULL,'Irama Dining Kuala Lumpur','Irama Dining','Restaurant','Wilayah Persekutuan Kuala Lumpur, Malaysia','Restaurant',2,'company/unnamed_2.jpg','company/unnamed_2_3HMPEM9.jpg','Irama Dining Kuala Lumpur','Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.','https://www.kungfuramen.my/','01990000922',NULL);
/*!40000 ALTER TABLE `company_services_companies` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `company_social_media_companysocialmedia`
--

DROP TABLE IF EXISTS `company_social_media_companysocialmedia`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `company_social_media_companysocialmedia` (
  `id` bigint NOT NULL AUTO_INCREMENT,
  `is_active` tinyint(1) NOT NULL,
  `created_at` datetime(6) NOT NULL,
  `updated_at` datetime(6) NOT NULL,
  `created_by` varchar(100) DEFAULT NULL,
  `updated_by` varchar(100) DEFAULT NULL,
  `name` varchar(100) NOT NULL,
  `url` varchar(200) NOT NULL,
  `icon_url` varchar(200) NOT NULL,
  `company_id_id` bigint NOT NULL,
  PRIMARY KEY (`id`),
  KEY `company_social_media_company_id_id_cf9d3e25_fk_company_s` (`company_id_id`),
  CONSTRAINT `company_social_media_company_id_id_cf9d3e25_fk_company_s` FOREIGN KEY (`company_id_id`) REFERENCES `company_services_companies` (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=latin1;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `company_social_media_companysocialmedia`
--

LOCK TABLES `company_social_media_companysocialmedia` WRITE;
/*!40000 ALTER TABLE `company_social_media_companysocialmedia` DISABLE KEYS */;
/*!40000 ALTER TABLE `company_social_media_companysocialmedia` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `company_social_medias_companysocialmedia`
--

DROP TABLE IF EXISTS `company_social_medias_companysocialmedia`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `company_social_medias_companysocialmedia` (
  `id` bigint NOT NULL AUTO_INCREMENT,
  `is_active` tinyint(1) NOT NULL,
  `created_at` datetime(6) NOT NULL,
  `updated_at` datetime(6) NOT NULL,
  `created_by_id` bigint DEFAULT NULL,
  `updated_by_id` bigint DEFAULT NULL,
  `name` varchar(100) NOT NULL,
  `url` varchar(200) NOT NULL,
  `icon_url` varchar(100) NOT NULL,
  `company_id_id` bigint NOT NULL,
  PRIMARY KEY (`id`),
  KEY `company_social_media_company_id_id_7e41925c_fk_company_s` (`company_id_id`),
  KEY `company_social_medias_companysocialmedia_created_by_id_4ad8f774` (`created_by_id`),
  KEY `company_social_medias_companysocialmedia_updated_by_id_4077f01a` (`updated_by_id`),
  CONSTRAINT `company_social_media_company_id_id_7e41925c_fk_company_s` FOREIGN KEY (`company_id_id`) REFERENCES `company_services_companies` (`id`),
  CONSTRAINT `company_social_media_created_by_id_4ad8f774_fk_users_use` FOREIGN KEY (`created_by_id`) REFERENCES `users_user` (`id`),
  CONSTRAINT `company_social_media_updated_by_id_4077f01a_fk_users_use` FOREIGN KEY (`updated_by_id`) REFERENCES `users_user` (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=13 DEFAULT CHARSET=latin1;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `company_social_medias_companysocialmedia`
--

LOCK TABLES `company_social_medias_companysocialmedia` WRITE;
/*!40000 ALTER TABLE `company_social_medias_companysocialmedia` DISABLE KEYS */;
INSERT INTO `company_social_medias_companysocialmedia` VALUES (1,0,'2025-06-02 11:01:36.246533','2025-07-14 08:00:09.928379',NULL,NULL,'Facebook','https://www.facebook.com/','company_social_medias/Facebook_Logo_2023.png',2),(2,0,'2025-06-02 11:02:19.451472','2025-06-02 11:02:19.451487',NULL,NULL,'Linkedin','https://www.linkedin.com/','https://sg1-cdn.pgimgs.com/agent/394708/APHO.139097031.V120B.png',2),(3,0,'2025-06-02 11:51:23.863917','2025-06-26 13:27:17.664126',NULL,NULL,'test social','https://sg1-cdn.pgimgs.com/listing/25637128/UPHO.155144083.V800/613B-Tampines-North-Drive-1-Hougang-Punggol-Sengkang-Singapore.jpg','https://sg1-cdn.pgimgs.com/listing/25637128/UPHO.155144083.V800/613B-Tampines-North-Drive-1-Hougang-',2),(4,0,'2025-06-22 07:07:02.100285','2025-06-22 07:07:02.100326',NULL,NULL,'Facebook','https://www.facebook.com/','https://my1-cdn.pgimgs.com/listing/40157971/UPHO.240710648.V800/Arte-Mont-Kiara-Mont-Kiara-Malaysia.',2),(5,0,'2025-06-22 07:09:37.244826','2025-07-03 09:51:47.755235',NULL,NULL,'Facebook','https://www.facebook.com/','https://my1-cdn.pgimgs.com/listing/40157971/UPHO.240710648.V800/Arte-Mont-Kiara-Mont-Kiara-Malaysia.',1),(6,0,'2025-06-24 13:04:32.394286','2025-06-26 13:28:08.315685',NULL,NULL,'Test Platform','https://myrec.asia/dashboard','https://cdn.rnudah.com/images/plain/fc8c488c5513b27c558db9fd7726b496-2937280994311426477.jpg',5),(7,0,'2025-06-26 12:31:37.548764','2025-06-26 12:31:37.548806',NULL,NULL,'facebook','https://www.facebook.com/','https://my1-cdn.pgimgs.com/project-listing-project/37560567/PLPHO.270317765.V800/Residensi-Bayou-Gel',3),(8,0,'2025-06-29 06:40:29.446350','2025-06-29 06:40:29.446401',NULL,NULL,'Facebook','https://www.facebook.com/developeranower','https://my1-cdn.pgimgs.com/listing/60013332/UPHO.269305963.V800/The-MET-Corporate-Towers-Mont-Kiara-',11),(9,0,'2025-06-29 06:54:54.477925','2025-06-29 06:54:54.477967',NULL,NULL,'Linkedin','https://www.linkedin.com/in/developeranower/','https://my1-cdn.pgimgs.com/listing/60013332/UPHO.269305963.V800/The-MET-Corporate-Towers-Mont-Kiara-',11),(10,0,'2025-10-22 13:05:09.179175','2025-10-22 13:05:09.179200',31,NULL,'Facebook','https://www.facebook.com/','company_social_medias/747374.png',18),(11,0,'2025-10-23 05:40:41.520664','2025-10-23 05:40:41.520684',32,NULL,'Ipsum consequatur F','https://www.fojuxyhunija.cc','company_social_medias/6-BSRM.997f5975.png',17),(12,1,'2026-04-06 11:42:15.574004','2026-04-06 11:42:15.574027',243,NULL,'FB','www.facebook.com/','company_social_medias/download.png',42);
/*!40000 ALTER TABLE `company_social_medias_companysocialmedia` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `contact_agent_agentcontactinformation`
--

DROP TABLE IF EXISTS `contact_agent_agentcontactinformation`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `contact_agent_agentcontactinformation` (
  `id` bigint NOT NULL AUTO_INCREMENT,
  `is_active` tinyint(1) NOT NULL,
  `created_at` datetime(6) NOT NULL,
  `updated_at` datetime(6) NOT NULL,
  `first_name` varchar(100) COLLATE utf8mb4_unicode_ci NOT NULL,
  `last_name` varchar(100) COLLATE utf8mb4_unicode_ci NOT NULL,
  `contact` varchar(15) COLLATE utf8mb4_unicode_ci NOT NULL,
  `message` longtext COLLATE utf8mb4_unicode_ci NOT NULL,
  `email` varchar(254) COLLATE utf8mb4_unicode_ci NOT NULL,
  `district` varchar(50) COLLATE utf8mb4_unicode_ci NOT NULL,
  `agent_info_id` bigint NOT NULL,
  `created_by_id` bigint DEFAULT NULL,
  `updated_by_id` bigint DEFAULT NULL,
  PRIMARY KEY (`id`),
  KEY `contact_agent_agentc_agent_info_id_814b6da8_fk_agent_age` (`agent_info_id`),
  KEY `contact_agent_agentc_created_by_id_a063779b_fk_users_use` (`created_by_id`),
  KEY `contact_agent_agentc_updated_by_id_1a62947b_fk_users_use` (`updated_by_id`),
  CONSTRAINT `contact_agent_agentc_agent_info_id_814b6da8_fk_agent_age` FOREIGN KEY (`agent_info_id`) REFERENCES `agent_agent` (`id`),
  CONSTRAINT `contact_agent_agentc_created_by_id_a063779b_fk_users_use` FOREIGN KEY (`created_by_id`) REFERENCES `users_user` (`id`),
  CONSTRAINT `contact_agent_agentc_updated_by_id_1a62947b_fk_users_use` FOREIGN KEY (`updated_by_id`) REFERENCES `users_user` (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=5 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `contact_agent_agentcontactinformation`
--

LOCK TABLES `contact_agent_agentcontactinformation` WRITE;
/*!40000 ALTER TABLE `contact_agent_agentcontactinformation` DISABLE KEYS */;
/*!40000 ALTER TABLE `contact_agent_agentcontactinformation` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `contact_contactmessage`
--

DROP TABLE IF EXISTS `contact_contactmessage`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `contact_contactmessage` (
  `id` bigint NOT NULL AUTO_INCREMENT,
  `name` varchar(100) NOT NULL,
  `email` varchar(254) NOT NULL,
  `phone` varchar(20) NOT NULL,
  `message` longtext NOT NULL,
  `sent_at` datetime(6) NOT NULL,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=14 DEFAULT CHARSET=latin1;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `contact_contactmessage`
--

LOCK TABLES `contact_contactmessage` WRITE;
/*!40000 ALTER TABLE `contact_contactmessage` DISABLE KEYS */;
INSERT INTO `contact_contactmessage` VALUES (1,'string','user@example.com','string','string','2025-05-14 06:46:31.561857'),(2,'ABC','user@example.com','123','Hay','2025-05-14 06:47:16.946374'),(3,'Anower Hossan','anowerhossan1988@gmail.com','01990000922','testing','2025-05-14 10:33:59.954147'),(4,'Anower Hossan','anowerhossan1988@gmail.com','01990000922','testing','2025-05-14 18:02:58.936916'),(5,'anoer','anower@gmail.com','01990000922','testing','2025-05-17 10:04:19.345028'),(6,'Anower Hossan','anowerhossan1988@gmail.com','01990000922','testing','2025-05-17 12:07:55.979575'),(7,'anoer','anowerhossan@gmail.com','01990000922','testig','2025-05-17 17:21:18.049753'),(8,'Megan Cox','jyvixe@mailinator.com','+1 (661) 469-9385','Qui ipsum dignissim','2025-05-18 11:12:56.506901'),(9,'Anower Hossan','anowerhossan1988@gmail.com','01990000922','testing','2025-05-29 11:57:35.424573'),(10,'Anower Hossan','anowerhossan1988@gmail.com','01990000922','trd','2025-05-29 13:34:20.036537'),(11,'Ocean Guthrie','wehufyvyci@mailinator.com','+1 (552) 304-5862','Sequi fuga Fugiat b','2025-06-26 13:46:01.596894'),(12,'Farrah Anthony','lobarubexe@mailinator.com','+1 (252) 524-8564','Hy','2025-07-03 10:13:25.432198'),(13,'Mintu Hasan','mintuhasan17@gmail.com','01234567899','test','2026-02-22 09:55:28.019608');
/*!40000 ALTER TABLE `contact_contactmessage` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `contact_information_contactinformation`
--

DROP TABLE IF EXISTS `contact_information_contactinformation`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `contact_information_contactinformation` (
  `id` bigint NOT NULL AUTO_INCREMENT,
  `is_active` tinyint(1) NOT NULL,
  `created_at` datetime(6) NOT NULL,
  `updated_at` datetime(6) NOT NULL,
  `created_by_id` bigint DEFAULT NULL,
  `updated_by_id` bigint DEFAULT NULL,
  `first_name` varchar(100) NOT NULL,
  `last_name` varchar(100) NOT NULL,
  `contact` varchar(15) NOT NULL,
  `email` varchar(254) NOT NULL,
  `district` varchar(50) NOT NULL,
  `property_id` bigint NOT NULL,
  `message` longtext NOT NULL DEFAULT (_utf8mb4'1'),
  PRIMARY KEY (`id`),
  KEY `contact_information_contactinformation_created_by_id_ed67989c` (`created_by_id`),
  KEY `contact_information_contactinformation_updated_by_id_2b2bd38d` (`updated_by_id`),
  KEY `contact_information__property_id_ff3ecf09_fk_property_` (`property_id`),
  CONSTRAINT `contact_information__created_by_id_ed67989c_fk_users_use` FOREIGN KEY (`created_by_id`) REFERENCES `users_user` (`id`),
  CONSTRAINT `contact_information__property_id_ff3ecf09_fk_property_` FOREIGN KEY (`property_id`) REFERENCES `property_property` (`id`),
  CONSTRAINT `contact_information__updated_by_id_2b2bd38d_fk_users_use` FOREIGN KEY (`updated_by_id`) REFERENCES `users_user` (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=56 DEFAULT CHARSET=latin1;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `contact_information_contactinformation`
--

LOCK TABLES `contact_information_contactinformation` WRITE;
/*!40000 ALTER TABLE `contact_information_contactinformation` DISABLE KEYS */;
INSERT INTO `contact_information_contactinformation` VALUES (50,0,'2026-01-05 03:43:25.697094','2026-01-05 03:43:25.697507',31,NULL,'A','B','011223','momepo2293@etenx.com','Test',56,'test message'),(51,0,'2026-01-05 04:28:22.322067','2026-01-05 04:28:22.322120',31,NULL,'A','B','011223','momepo2293@etenx.com','Test',56,'test message'),(53,0,'2026-01-05 04:37:36.155630','2026-01-05 04:37:36.156154',37,NULL,'limon','property','43242424','t.limon2342@gmail.com','district',56,'this is a property'),(54,0,'2026-01-05 09:07:51.007551','2026-01-05 09:07:51.007591',31,NULL,'m','x','01234567899','momepo2293@etenx.com','q',56,'test');
/*!40000 ALTER TABLE `contact_information_contactinformation` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `contact_service_contactserviceprovider`
--

DROP TABLE IF EXISTS `contact_service_contactserviceprovider`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `contact_service_contactserviceprovider` (
  `id` bigint NOT NULL AUTO_INCREMENT,
  `name` varchar(100) NOT NULL,
  `email` varchar(254) NOT NULL,
  `phone` varchar(20) NOT NULL,
  `message` longtext NOT NULL,
  `sent_at` datetime(6) NOT NULL,
  `service_id_id` bigint NOT NULL,
  PRIMARY KEY (`id`),
  KEY `contact_service_cont_service_id_id_959e0b38_fk_services_` (`service_id_id`),
  CONSTRAINT `contact_service_cont_service_id_id_959e0b38_fk_services_` FOREIGN KEY (`service_id_id`) REFERENCES `services_services` (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=4 DEFAULT CHARSET=latin1;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `contact_service_contactserviceprovider`
--

LOCK TABLES `contact_service_contactserviceprovider` WRITE;
/*!40000 ALTER TABLE `contact_service_contactserviceprovider` DISABLE KEYS */;
INSERT INTO `contact_service_contactserviceprovider` VALUES (1,'Mubassir Habib','user@example.com','string','Hello bro! How are you','2025-05-29 10:27:49.589805',1),(2,'Anower Hossan','anowerhossan1988@gmail.com','01990000922','testing','2025-05-29 14:12:34.613941',4),(3,'Anower Hossan','anowerhossan1988@gmail.com','01990000922','retertert','2025-05-29 15:03:25.283614',4);
/*!40000 ALTER TABLE `contact_service_contactserviceprovider` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `contact_service_provider_contactserviceprovider`
--

DROP TABLE IF EXISTS `contact_service_provider_contactserviceprovider`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `contact_service_provider_contactserviceprovider` (
  `id` bigint NOT NULL AUTO_INCREMENT,
  `name` varchar(100) NOT NULL,
  `email` varchar(254) NOT NULL,
  `phone` varchar(20) NOT NULL,
  `message` longtext NOT NULL,
  `sent_at` datetime(6) NOT NULL,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=10 DEFAULT CHARSET=latin1;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `contact_service_provider_contactserviceprovider`
--

LOCK TABLES `contact_service_provider_contactserviceprovider` WRITE;
/*!40000 ALTER TABLE `contact_service_provider_contactserviceprovider` DISABLE KEYS */;
/*!40000 ALTER TABLE `contact_service_provider_contactserviceprovider` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `country_country`
--

DROP TABLE IF EXISTS `country_country`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `country_country` (
  `id` bigint NOT NULL AUTO_INCREMENT,
  `is_active` tinyint(1) NOT NULL,
  `created_at` datetime(6) NOT NULL,
  `updated_at` datetime(6) NOT NULL,
  `created_by_id` bigint DEFAULT NULL,
  `updated_by_id` bigint DEFAULT NULL,
  `name` varchar(100) NOT NULL,
  `code` varchar(10) NOT NULL,
  PRIMARY KEY (`id`),
  UNIQUE KEY `code` (`code`),
  KEY `country_country_created_by_id_7c5627ee` (`created_by_id`),
  KEY `country_country_updated_by_id_956acaec` (`updated_by_id`),
  CONSTRAINT `country_country_created_by_id_7c5627ee_fk_users_user_id` FOREIGN KEY (`created_by_id`) REFERENCES `users_user` (`id`),
  CONSTRAINT `country_country_updated_by_id_956acaec_fk_users_user_id` FOREIGN KEY (`updated_by_id`) REFERENCES `users_user` (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=31 DEFAULT CHARSET=latin1;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `country_country`
--

LOCK TABLES `country_country` WRITE;
/*!40000 ALTER TABLE `country_country` DISABLE KEYS */;
INSERT INTO `country_country` VALUES (14,1,'2025-10-21 05:33:08.625727','2025-10-21 05:33:08.625769',NULL,NULL,'Malaysia','+60'),(15,1,'2025-10-21 05:33:40.142015','2025-10-21 05:33:40.142057',NULL,NULL,'Singapore','+65'),(16,1,'2025-10-21 05:34:07.229670','2025-10-21 05:34:07.229711',NULL,NULL,'Thailand','+66'),(17,1,'2025-10-21 05:34:42.803829','2025-10-21 05:34:42.803857',NULL,NULL,'Indonesia','+62'),(18,1,'2025-10-21 05:35:10.555569','2025-10-21 05:35:10.555607',NULL,NULL,'India','+91'),(19,1,'2025-10-21 05:36:03.660511','2025-10-21 05:36:03.660538',NULL,NULL,'United States','+1'),(20,1,'2025-10-21 05:36:30.228877','2025-10-21 05:36:30.228906',NULL,NULL,'United Kingdom','+44'),(21,1,'2025-10-21 05:37:02.678705','2025-10-21 05:37:02.678728',NULL,NULL,'Canada','+11'),(23,1,'2025-10-21 05:38:08.868924','2025-10-21 05:38:08.868947',NULL,NULL,'Germany','+49'),(27,1,'2025-12-30 08:21:49.253517','2025-12-30 08:21:49.253546',NULL,NULL,'Bangladesh','+88'),(28,1,'2025-12-30 08:22:55.988133','2025-12-30 08:22:55.988156',NULL,NULL,'Pakistan','+92');
/*!40000 ALTER TABLE `country_country` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `django_admin_log`
--

DROP TABLE IF EXISTS `django_admin_log`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `django_admin_log` (
  `id` int NOT NULL AUTO_INCREMENT,
  `action_time` datetime(6) NOT NULL,
  `object_id` longtext,
  `object_repr` varchar(200) NOT NULL,
  `action_flag` smallint unsigned NOT NULL,
  `change_message` longtext NOT NULL,
  `content_type_id` int DEFAULT NULL,
  `user_id` int NOT NULL,
  PRIMARY KEY (`id`),
  KEY `django_admin_log_content_type_id_c4bce8eb_fk_django_co` (`content_type_id`),
  KEY `django_admin_log_user_id_c564eba6_fk_auth_user_id` (`user_id`),
  CONSTRAINT `django_admin_log_content_type_id_c4bce8eb_fk_django_co` FOREIGN KEY (`content_type_id`) REFERENCES `django_content_type` (`id`),
  CONSTRAINT `django_admin_log_user_id_c564eba6_fk_auth_user_id` FOREIGN KEY (`user_id`) REFERENCES `auth_user` (`id`),
  CONSTRAINT `django_admin_log_chk_1` CHECK ((`action_flag` >= 0))
) ENGINE=InnoDB DEFAULT CHARSET=latin1;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `django_admin_log`
--

LOCK TABLES `django_admin_log` WRITE;
/*!40000 ALTER TABLE `django_admin_log` DISABLE KEYS */;
/*!40000 ALTER TABLE `django_admin_log` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `django_content_type`
--

DROP TABLE IF EXISTS `django_content_type`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `django_content_type` (
  `id` int NOT NULL AUTO_INCREMENT,
  `app_label` varchar(100) NOT NULL,
  `model` varchar(100) NOT NULL,
  PRIMARY KEY (`id`),
  UNIQUE KEY `django_content_type_app_label_model_76bd3d3b_uniq` (`app_label`,`model`)
) ENGINE=InnoDB AUTO_INCREMENT=120 DEFAULT CHARSET=latin1;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `django_content_type`
--

LOCK TABLES `django_content_type` WRITE;
/*!40000 ALTER TABLE `django_content_type` DISABLE KEYS */;
INSERT INTO `django_content_type` VALUES (54,'accounts','user'),(66,'accounts','useraddress'),(1,'admin','logentry'),(85,'ads','ads'),(15,'agent','agent'),(118,'area_of_operation','areaofoperation'),(3,'auth','group'),(2,'auth','permission'),(4,'auth','user'),(97,'authtoken','token'),(98,'authtoken','tokenproxy'),(83,'benefit','benefits'),(44,'benefits','benefits'),(100,'carousel','carousel'),(55,'cart','cart'),(56,'cart','cartitem'),(13,'category','category'),(9,'city','city'),(70,'cms','offer'),(57,'cms','sitefeaturecontent'),(43,'companies','jobcompanies'),(37,'company_benefits','companybenefits'),(49,'company_gallery','companygallery'),(42,'company_portfolio_business','companyportfoliobusiness'),(34,'company_portfolio_business_category','companyportfoliobusinesscategory'),(38,'company_review','companyreview'),(39,'company_services','companies'),(35,'company_service_offered','companyserviceoffered'),(36,'company_social_media','companysocialmedia'),(41,'company_social_medias','companysocialmedia'),(16,'contact','contactmessage'),(119,'contact_agent','agentcontactinformation'),(19,'contact_information','contactinformation'),(33,'contact_service','contactserviceprovider'),(27,'contact_service_provider','contactserviceprovider'),(5,'contenttypes','contenttype'),(7,'country','country'),(18,'faq','faq'),(17,'featured_listings','featuredlistings'),(89,'flea_form','fleamarketform'),(30,'jobs','jobs'),(31,'jobs','jobsdetails'),(111,'jobs_company','jobcontactinformation'),(108,'jobs_company','jobreview'),(50,'jobs_company','jobs'),(81,'jobs_company_benefits','companybenefits'),(84,'jobs_company_benefitss','companybenefits'),(107,'jobs_company_benefitss','jobcompanybenefits'),(82,'jobs_company_culture','companyculture'),(32,'jobs_details','jobsdetails'),(116,'job_apply_form','jobform'),(28,'job_categories','jobcategories'),(52,'job_category','jobcategory'),(53,'job_category_list','jobcategory'),(80,'job_companies','jobcompanies'),(29,'job_company','jobcompany'),(45,'job_company_benefits','companybenefits'),(46,'job_company_culture','companyculture'),(48,'job_company_perks','companyperks'),(51,'job_company_reviews','jobcompanyreview'),(47,'job_company_team_members','companyteam'),(114,'job_sub_category','jobsubcategories'),(113,'notification','notification'),(60,'orders','coupon'),(59,'orders','order'),(61,'orders','orderbillingdetails'),(58,'orders','orderitem'),(68,'orders','orderpayment'),(69,'orders','shippingaddress'),(67,'orders','shippingmethod'),(86,'package_category','packagecategory'),(90,'package_checkout_form','shippingaddresspackage'),(87,'package_details','packagedetails'),(88,'package_discount','packagediscount'),(110,'package_payment','payment'),(91,'package_points','packagepoints'),(65,'producers_categories','producerscategories'),(74,'producers_offer','producersoffer'),(72,'producers_products','producersproducts'),(105,'producers_products','productsreview'),(75,'producers_products_color','productscolor'),(76,'producers_products_colors','productscolor'),(79,'producers_products_images','productsimages'),(78,'producers_products_variants','productsvariants'),(77,'producers_product_type_and_size','productstypeandsize'),(73,'producers_promoted_products','promotedproducts'),(71,'producers_sub_categories','producerssubcategories'),(64,'products','category'),(63,'products','featuredproduct'),(62,'products','product'),(10,'property','property'),(106,'property','propertyreviews'),(115,'property_categories','propertycategories'),(11,'property_details','propertydetails'),(14,'property_media','propertymedia'),(12,'property_nearby_facilities','propertynearbyfacilities'),(109,'service','contactserviceprovider'),(40,'service','services'),(104,'service','servicesreview'),(22,'services','services'),(24,'service_benefits','servicebenefits'),(21,'service_category','servicecategory'),(102,'service_media','servicemedia'),(25,'service_offered','serviceoffered'),(99,'service_ownership','serviceownership'),(103,'service_report','servicereport'),(26,'service_review','servicereview'),(23,'service_social_media','servicesocialmedia'),(112,'service_sub_categories','servicesubcategories'),(6,'sessions','session'),(20,'slider','slider'),(117,'specialty_and_services','specialtyandservices'),(8,'state','state'),(95,'users','customgroup'),(93,'users','custompermission'),(92,'users','customrolegroup'),(96,'users','rolegrouppermission'),(94,'users','user'),(101,'user_ads_package','userpackage');
/*!40000 ALTER TABLE `django_content_type` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `django_migrations`
--

DROP TABLE IF EXISTS `django_migrations`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `django_migrations` (
  `id` bigint NOT NULL AUTO_INCREMENT,
  `app` varchar(255) NOT NULL,
  `name` varchar(255) NOT NULL,
  `applied` datetime(6) NOT NULL,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=369 DEFAULT CHARSET=latin1;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `django_migrations`
--

LOCK TABLES `django_migrations` WRITE;
/*!40000 ALTER TABLE `django_migrations` DISABLE KEYS */;
INSERT INTO `django_migrations` VALUES (1,'contenttypes','0001_initial','2025-05-12 11:03:11.861517'),(2,'auth','0001_initial','2025-05-12 11:03:16.227810'),(3,'admin','0001_initial','2025-05-12 11:03:17.271883'),(4,'admin','0002_logentry_remove_auto_add','2025-05-12 11:03:17.466623'),(5,'admin','0003_logentry_add_action_flag_choices','2025-05-12 11:03:17.662975'),(6,'agent','0001_initial','2025-05-12 11:03:18.013025'),(7,'contenttypes','0002_remove_content_type_name','2025-05-12 11:03:19.084878'),(8,'auth','0002_alter_permission_name_max_length','2025-05-12 11:03:19.434198'),(9,'auth','0003_alter_user_email_max_length','2025-05-12 11:03:19.785957'),(10,'auth','0004_alter_user_username_opts','2025-05-12 11:03:19.981561'),(11,'auth','0005_alter_user_last_login_null','2025-05-12 11:03:20.350544'),(12,'auth','0006_require_contenttypes_0002','2025-05-12 11:03:20.524510'),(13,'auth','0007_alter_validators_add_error_messages','2025-05-12 11:03:20.701752'),(14,'auth','0008_alter_user_username_max_length','2025-05-12 11:03:21.070055'),(15,'auth','0009_alter_user_last_name_max_length','2025-05-12 11:03:21.431720'),(16,'auth','0010_alter_group_name_max_length','2025-05-12 11:03:21.807477'),(17,'auth','0011_update_proxy_permissions','2025-05-12 11:03:22.521161'),(18,'auth','0012_alter_user_first_name_max_length','2025-05-12 11:03:22.871476'),(19,'category','0001_initial','2025-05-12 11:03:23.217662'),(20,'country','0001_initial','2025-05-12 11:03:23.568543'),(21,'state','0001_initial','2025-05-12 11:03:24.262750'),(22,'city','0001_initial','2025-05-12 11:03:24.967884'),(23,'contact','0001_initial','2025-05-12 11:03:25.319491'),(24,'property','0001_initial','2025-05-12 11:03:27.057648'),(25,'property_details','0001_initial','2025-05-12 11:03:27.756017'),(26,'property_media','0001_initial','2025-05-12 11:03:28.451202'),(27,'property_nearby_facilities','0001_initial','2025-05-12 11:03:29.518472'),(28,'sessions','0001_initial','2025-05-12 11:03:30.215823'),(29,'property_media','0002_alter_propertymedia_property_id','2025-05-14 04:59:51.359382'),(30,'property_nearby_facilities','0002_alter_propertynearbyfacilities_distance_meters','2025-05-14 04:59:53.090709'),(31,'property_details','0002_alter_propertydetails_icon_url','2025-05-14 06:11:48.424682'),(32,'property','0002_property_is_related','2025-05-14 07:00:44.849719'),(33,'property_media','0003_alter_propertymedia_media_type','2025-05-14 07:42:05.777283'),(34,'faq','0001_initial','2025-05-14 13:49:34.166796'),(35,'featured_listings','0001_initial','2025-05-14 13:49:34.499818'),(36,'contact_information','0001_initial','2025-05-15 05:22:32.753577'),(37,'city','0002_city_image_url','2025-05-15 11:29:45.759707'),(38,'contact_service_provider','0001_initial','2025-05-26 10:13:56.528865'),(39,'services','0001_initial','2025-05-26 10:13:57.012221'),(40,'service_benefits','0001_initial','2025-05-26 10:13:57.961304'),(41,'service_category','0001_initial','2025-05-26 10:13:58.415183'),(42,'service_category','0002_rename_category_servicecategory','2025-05-26 10:13:59.879954'),(43,'service_category','0003_alter_servicecategory_options','2025-05-26 10:14:00.122391'),(44,'service_offered','0001_initial','2025-05-26 10:14:01.091840'),(45,'service_review','0001_initial','2025-05-26 10:14:02.535028'),(46,'service_social_media','0001_initial','2025-05-26 10:14:03.523755'),(47,'service_social_media','0002_alter_servicesocialmedia_service_id','2025-05-26 10:14:03.792527'),(48,'service_social_media','0003_alter_servicesocialmedia_options','2025-05-26 10:14:04.054972'),(49,'slider','0001_initial','2025-05-26 10:14:04.536408'),(50,'services','0002_services_image_url','2025-05-27 04:44:21.909715'),(51,'job_categories','0001_initial','2025-05-27 10:15:33.768306'),(52,'job_company','0001_initial','2025-05-28 04:49:14.818910'),(53,'jobs','0001_initial','2025-05-28 06:37:17.349333'),(54,'jobs_details','0001_initial','2025-05-28 08:35:06.513013'),(55,'contact_service','0001_initial','2025-05-28 04:54:50.972891'),(56,'service_benefits','0002_servicebenefits_icon_url','2025-05-29 05:15:06.475506'),(57,'services','0003_alter_services_image_url','2025-05-29 10:02:20.464151'),(58,'service_review','0002_alter_servicereview_user_id','2025-05-29 10:19:00.935021'),(59,'company_portfolio_business_category','0001_initial','2025-06-01 13:52:16.214343'),(60,'services','0004_remove_services_image_url','2025-06-01 13:52:16.594141'),(61,'company_service_offered','0001_initial','2025-06-02 04:55:04.747419'),(62,'company_service_offered','0002_companyserviceoffered_delete_serviceoffered','2025-06-02 04:55:05.755402'),(63,'company_social_media','0001_initial','2025-06-02 05:07:22.951337'),(64,'company_social_media','0002_alter_servicesocialmedia_service_id','2025-06-02 05:07:23.139532'),(65,'company_social_media','0003_alter_servicesocialmedia_options','2025-06-02 05:07:23.327082'),(66,'company_social_media','0004_companysocialmedia_delete_servicesocialmedia','2025-06-02 05:07:24.251580'),(67,'company_benefits','0001_initial','2025-06-02 05:52:42.548430'),(68,'company_benefits','0002_servicebenefits_icon_url','2025-06-02 05:52:43.158159'),(69,'company_benefits','0003_companybenefits_delete_servicebenefits','2025-06-02 05:52:44.174172'),(70,'company_review','0001_initial','2025-06-02 05:56:47.335816'),(71,'company_review','0002_alter_servicereview_user_id','2025-06-02 05:56:51.260185'),(72,'company_review','0003_rename_servicereview_companyreview_and_more','2025-06-02 05:57:40.513092'),(73,'company_services','0001_initial','2025-06-02 06:03:44.992779'),(74,'company_benefits','0004_remove_companybenefits_service_id_and_more','2025-06-02 07:02:18.569148'),(75,'company_review','0004_remove_companyreview_service_id_and_more','2025-06-02 07:02:21.020020'),(76,'company_service_offered','0003_alter_companyserviceoffered_company_id','2025-06-02 07:02:22.908932'),(77,'company_social_media','0005_alter_companysocialmedia_company_id','2025-06-02 07:02:24.795000'),(78,'company_social_medias','0001_initial','2025-06-02 07:14:45.064887'),(79,'service','0001_initial','2025-06-02 07:14:46.274057'),(80,'company_portfolio_business','0001_initial','2025-06-02 07:39:25.155746'),(81,'job_categories','0002_jobcategories_company','2025-06-02 10:48:47.433662'),(82,'job_categories','0003_remove_jobcategories_company','2025-06-02 11:09:52.557521'),(83,'job_company','0002_jobcompany_category','2025-06-02 11:09:53.271209'),(84,'service','0002_services_image_url_services_name','2025-06-02 13:30:19.373178'),(85,'company_review','0002_companyreview_service','2025-06-02 13:43:46.148362'),(86,'service','0003_rename_company_id_services_company','2025-06-03 06:09:10.073074'),(87,'companies','0001_initial','2025-06-03 10:47:19.842710'),(88,'benefits','0001_initial','2025-06-03 12:11:24.442779'),(89,'job_company_benefits','0001_initial','2025-06-03 14:57:36.021692'),(90,'company_review','0003_remove_companyreview_service','2025-06-04 04:41:15.888327'),(91,'job_company_culture','0001_initial','2025-06-04 05:05:41.376353'),(92,'job_company_culture','0002_alter_companyculture_options','2025-06-04 05:34:42.021461'),(93,'job_company_team_members','0001_initial','2025-06-04 05:34:42.858780'),(94,'job_company_perks','0001_initial','2025-06-04 07:40:28.166048'),(95,'company_gallery','0001_initial','2025-06-04 10:20:57.754209'),(96,'jobs_company','0001_initial','2025-06-04 12:18:57.233626'),(97,'job_company_reviews','0001_initial','2025-06-04 13:19:03.786539'),(98,'job_category','0001_initial','2025-06-15 04:31:01.205419'),(99,'job_category_list','0001_initial','2025-06-15 05:01:24.660137'),(100,'job_category_list','0002_alter_jobcategory_options','2025-06-15 05:01:24.851039'),(102,'products','0001_initial','2025-06-16 18:19:54.050313'),(106,'jobs_company','0002_jobs_category','2025-06-17 04:53:22.363396'),(107,'orders','0002_remove_order_coupon_remove_order_user_and_more','2025-06-17 16:24:50.494566'),(108,'cart','0002_remove_cartitem_cart_remove_cartitem_product_and_more','2025-06-17 16:24:55.367423'),(109,'accounts','0002_delete_user','2025-06-17 16:24:56.132329'),(110,'cms','0002_delete_sitefeaturecontent','2025-06-17 16:24:56.513975'),(111,'products','0002_remove_product_category_and_more','2025-06-17 16:25:01.384056'),(112,'producers_categories','0001_initial','2025-06-18 10:31:13.278601'),(113,'cms','0001_initial','2025-06-18 14:26:01.909905'),(115,'accounts','0001_initial','2025-06-18 16:09:32.995175'),(116,'orders','0001_initial','2025-06-18 16:13:10.223322'),(117,'producers_sub_categories','0001_initial','2025-06-19 04:15:31.525626'),(118,'producers_products','0001_initial','2025-06-19 05:24:09.479018'),(119,'producers_promoted_products','0001_initial','2025-06-19 07:14:29.372289'),(120,'producers_offer','0001_initial','2025-06-19 10:25:49.568642'),(121,'producers_products_color','0001_initial','2025-06-19 13:10:07.176621'),(122,'producers_products_colors','0001_initial','2025-06-19 13:21:48.909935'),(123,'producers_product_type_and_size','0001_initial','2025-06-22 04:21:37.825877'),(124,'producers_products_variants','0001_initial','2025-06-22 06:34:14.479609'),(125,'producers_products_images','0001_initial','2025-06-22 10:17:53.475048'),(126,'producers_products','0002_producersproducts_brand','2025-06-23 06:44:59.138645'),(127,'orders','0002_alter_orderitem_product_variant','2025-06-24 04:47:35.489892'),(128,'companies','0002_jobcompanies_company_benefits','2025-06-25 04:40:23.943345'),(129,'company_gallery','0002_remove_companygallery_icon_url_companygallery_image','2025-06-25 07:20:10.559571'),(130,'company_gallery','0003_alter_companygallery_image','2025-06-25 07:43:36.590129'),(131,'company_gallery','0004_alter_companygallery_image','2025-06-25 10:29:02.384275'),(132,'job_company_team_members','0002_alter_companyteam_profile_picture','2025-06-25 10:29:02.814665'),(133,'jobs_company','0003_alter_jobs_icon_url','2025-06-25 10:29:03.242982'),(134,'job_category_list','0003_alter_jobcategory_icon_url','2025-06-25 10:39:35.169925'),(135,'companies','0003_remove_jobcompanies_company_benefits','2025-06-26 05:59:29.724726'),(136,'benefits','0002_benefits_company','2025-06-26 05:59:30.529468'),(137,'benefits','0003_remove_benefits_company','2025-06-26 06:17:51.012783'),(138,'benefits','0004_benefits_company','2025-06-26 06:25:26.056157'),(139,'companies','0004_jobcompanies_benefits','2025-06-26 08:40:05.617294'),(140,'producers_products_variants','0002_alter_productsvariants_product_type_and_size_and_more','2025-06-29 04:11:42.260755'),(141,'benefits','0005_remove_benefits_company','2025-06-29 04:36:02.264418'),(142,'job_companies','0001_initial','2025-06-29 05:48:57.983547'),(143,'jobs_company_benefits','0001_initial','2025-06-29 05:50:28.300651'),(144,'jobs_company_culture','0001_initial','2025-06-29 05:50:29.071330'),(145,'job_companies','0002_alter_jobcompanies_benefits','2025-06-29 05:53:37.755605'),(146,'job_companies','0003_remove_jobcompanies_benefits','2025-06-29 06:15:16.763655'),(147,'benefit','0001_initial','2025-06-29 07:05:50.975395'),(148,'jobs_company_benefitss','0001_initial','2025-06-29 07:05:52.473467'),(149,'company_services','0002_alter_companies_category_alter_companies_location_and_more','2025-06-30 10:34:27.126818'),(150,'company_gallery','0002_alter_companygallery_image','2025-06-30 14:20:16.450893'),(151,'job_category_list','0004_alter_jobcategory_icon_url','2025-06-30 14:20:16.844746'),(152,'jobs_company','0002_alter_jobs_icon_url','2025-06-30 14:20:17.241393'),(153,'producers_sub_categories','0002_alter_producerssubcategories_category','2025-07-01 04:56:02.050303'),(154,'property_nearby_facilities','0003_alter_propertynearbyfacilities_options_and_more','2025-07-02 09:58:52.056680'),(155,'producers_products_variants','0003_alter_productsvariants_product_type_and_size_and_more','2025-07-02 13:02:58.007741'),(156,'producers_products','0003_alter_producersproducts_price','2025-07-02 15:00:42.539253'),(157,'ads','0001_initial','2025-07-07 12:00:52.589558'),(158,'ads','0002_remove_ads_image_url','2025-07-07 12:39:20.781691'),(159,'producers_products','0004_producersproducts_products_type','2025-07-07 13:40:59.582544'),(160,'package_category','0001_initial','2025-07-08 06:18:56.816712'),(161,'package_details','0001_initial','2025-07-08 08:23:22.202278'),(162,'package_discount','0001_initial','2025-07-09 06:59:30.504701'),(163,'package_discount','0002_alter_packagediscount_package','2025-07-09 09:27:31.578725'),(164,'package_details','0002_alter_packagedetails_category','2025-07-09 12:14:55.614541'),(165,'city','0003_alter_city_image_url','2025-07-13 05:55:10.768723'),(166,'city','0004_rename_image_url_city_image','2025-07-13 06:05:26.517916'),(167,'property_details','0003_remove_propertydetails_icon_url_propertydetails_icon','2025-07-13 06:34:58.697139'),(168,'property_details','0004_remove_propertydetails_icon_propertydetails_icon_url','2025-07-13 06:42:02.947488'),(169,'property_media','0004_alter_propertymedia_media_url','2025-07-13 06:52:07.267912'),(170,'company_portfolio_business','0002_alter_companyportfoliobusiness_image_url','2025-07-13 07:43:28.582784'),(171,'company_service_offered','0002_alter_companyserviceoffered_image_url','2025-07-13 07:43:28.949375'),(172,'company_services','0003_alter_companies_cover_picture_url_and_more','2025-07-13 07:51:06.433618'),(173,'company_social_medias','0002_alter_companysocialmedia_icon_url','2025-07-13 08:00:08.362756'),(174,'job_category_list','0005_alter_jobcategory_icon_url','2025-07-13 08:03:54.093113'),(175,'job_companies','0002_alter_jobcompanies_cover_picture_and_more','2025-07-13 08:16:39.213182'),(176,'job_company_perks','0002_alter_companyperks_icon_url','2025-07-13 08:16:39.586920'),(177,'job_company_team_members','0003_alter_companyteam_profile_picture','2025-07-13 08:19:10.616705'),(178,'jobs_company_culture','0002_alter_companyculture_icon_url','2025-07-13 08:43:16.967455'),(179,'producers_offer','0002_alter_producersoffer_image_url','2025-07-13 12:20:45.493775'),(180,'producers_products_images','0002_alter_productsimages_image_url','2025-07-13 12:32:03.885517'),(181,'producers_promoted_products','0002_alter_promotedproducts_icon_and_more','2025-07-13 12:41:54.132220'),(182,'producers_sub_categories','0003_alter_producerssubcategories_image_url','2025-07-13 12:41:54.505405'),(183,'service','0004_alter_services_image_url','2025-07-13 12:45:54.317611'),(184,'service_category','0004_alter_servicecategory_icon_url','2025-07-13 13:02:29.946427'),(185,'slider','0002_alter_slider_image_url','2025-07-13 13:05:33.902414'),(186,'city','0003_city_details','2025-07-14 03:50:48.498775'),(187,'city','0004_remove_city_details','2025-07-14 03:53:37.703541'),(188,'city','0005_rename_image_url_city_image','2025-07-14 04:51:09.440048'),(189,'property_nearby_facilities','0004_remove_propertynearbyfacilities_property_facilities','2025-07-14 04:57:17.162844'),(190,'city','0006_merge_20250714_1843','2025-07-14 12:45:05.456867'),(191,'job_companies','0003_jobcompanies_cover_picture_url_and_more','2025-07-14 12:46:38.694101'),(192,'flea_form','0001_initial','2025-07-15 12:49:08.544879'),(193,'cart','0001_initial','2025-07-16 11:21:47.273069'),(194,'package_checkout_form','0001_initial','2025-07-17 06:53:22.317074'),(195,'package_points','0001_initial','2025-07-21 11:24:14.378500'),(196,'package_details','0003_alter_packagedetails_options','2025-07-21 12:08:23.128084'),(197,'package_points','0002_alter_packagepoints_package','2025-07-21 12:09:20.910272'),(198,'package_points','0003_alter_packagepoints_package','2025-07-21 12:09:22.397647'),(199,'package_points','0004_packagepoints_package_points','2025-07-21 12:11:41.075121'),(200,'package_details','0004_alter_packagedetails_details','2025-07-21 13:05:49.824542'),(201,'package_points','0005_alter_packagepoints_package','2025-07-21 13:07:33.042652'),(202,'users','0001_initial','2025-07-28 06:08:18.913282'),(203,'authtoken','0001_initial','2025-07-28 07:52:26.913158'),(204,'authtoken','0002_auto_20160226_1747','2025-07-28 07:52:27.132062'),(205,'authtoken','0003_tokenproxy','2025-07-28 07:52:27.319674'),(206,'authtoken','0004_alter_tokenproxy_options','2025-07-28 07:52:27.514145'),(207,'service_ownership','0001_initial','2025-08-06 05:09:36.691361'),(208,'ads','0003_ads_user','2025-08-12 06:16:06.342714'),(209,'carousel','0001_initial','2025-08-13 05:00:11.246876'),(210,'carousel','0002_alter_carousel_image','2025-08-13 05:18:28.604087'),(211,'user_ads_package','0001_initial','2025-08-13 07:22:04.442235'),(212,'service_media','0001_initial','2025-08-17 09:57:30.535892'),(213,'service_media','0002_servicemedia_service','2025-08-18 04:56:08.247415'),(214,'service_report','0001_initial','2025-08-19 10:59:55.453758'),(215,'orders','0003_alter_order_customer','2025-08-20 07:00:20.986242'),(216,'cart','0002_alter_cart_user','2025-08-20 07:00:23.197023'),(217,'accounts','0002_alter_useraddress_user_delete_user','2025-08-20 07:00:26.315439'),(218,'carousel','0003_alter_carousel_options','2025-08-20 07:00:26.525693'),(219,'city','0007_alter_city_image','2025-08-20 07:00:26.959855'),(220,'service_ownership','0002_alter_serviceownership_user','2025-08-20 07:00:27.206020'),(221,'company_review','0004_remove_companyreview_user_id_companyreview_user','2025-08-21 07:12:36.862528'),(222,'company_review','0005_companyreview_service','2025-08-28 05:08:30.824959'),(223,'carousel','0004_carousel_service','2025-09-09 07:11:22.578951'),(224,'carousel','0005_carousel_photos_by','2025-09-18 05:40:17.886440'),(225,'ads','0004_alter_ads_created_by_alter_ads_updated_by','2025-10-05 16:07:52.532762'),(226,'agent','0002_alter_agent_created_by_alter_agent_updated_by','2025-10-05 16:07:53.988319'),(227,'cart','0003_alter_cart_created_by_alter_cart_updated_by_and_more','2025-10-05 16:07:56.906269'),(228,'city','0008_alter_city_created_by_alter_city_updated_by','2025-10-05 16:14:35.636402'),(229,'cms','0002_alter_offer_created_by_alter_offer_updated_by','2025-10-05 16:15:19.104075'),(230,'company_benefits','0002_alter_companybenefits_created_by_and_more','2025-10-05 16:15:20.161730'),(231,'company_review','0006_alter_companyreview_created_by_and_more','2025-10-05 16:15:21.540661'),(232,'company_service_offered','0003_alter_companyserviceoffered_created_by_and_more','2025-10-05 16:15:22.786404'),(233,'company_services','0004_alter_companies_created_by_and_more','2025-10-05 16:15:24.157503'),(234,'company_social_medias','0003_alter_companysocialmedia_created_by_and_more','2025-10-05 16:15:25.664852'),(235,'contact_information','0002_alter_contactinformation_created_by_and_more','2025-10-05 16:15:26.856697'),(236,'country','0002_alter_country_created_by_alter_country_updated_by','2025-10-05 16:15:28.362689'),(237,'faq','0002_alter_faq_created_by_alter_faq_updated_by','2025-10-05 16:15:29.731557'),(238,'featured_listings','0002_alter_featuredlistings_created_by_and_more','2025-10-05 16:15:31.331854'),(239,'job_companies','0004_alter_jobcompanies_created_by_and_more','2025-10-05 16:15:32.765896'),(240,'job_company_reviews','0002_alter_jobcompanyreview_created_by_and_more','2025-10-05 16:15:34.257095'),(241,'jobs_company','0004_alter_jobs_created_by_alter_jobs_updated_by','2025-10-05 16:15:35.734168'),(242,'orders','0004_alter_coupon_created_by_alter_coupon_updated_by_and_more','2025-10-05 16:15:42.434225'),(243,'package_category','0002_alter_packagecategory_created_by_and_more','2025-10-05 16:15:43.822531'),(244,'package_discount','0003_alter_packagediscount_created_by_and_more','2025-10-05 16:15:45.185682'),(245,'producers_categories','0002_alter_producerscategories_created_by_and_more','2025-10-05 16:15:46.565664'),(246,'producers_offer','0003_alter_producersoffer_created_by_and_more','2025-10-05 16:15:47.803819'),(247,'producers_product_type_and_size','0002_alter_productstypeandsize_created_by_and_more','2025-10-05 16:15:49.417080'),(248,'producers_products','0005_alter_producersproducts_created_by_and_more','2025-10-05 16:15:50.817657'),(249,'producers_products_colors','0002_alter_productscolor_created_by_and_more','2025-10-05 16:15:52.320193'),(250,'producers_promoted_products','0003_alter_promotedproducts_created_by_and_more','2025-10-05 16:15:53.874665'),(251,'producers_sub_categories','0004_alter_producerssubcategories_created_by_and_more','2025-10-05 16:15:55.143921'),(252,'property','0003_alter_property_created_by_alter_property_updated_by','2025-10-05 16:15:56.518169'),(253,'property_details','0005_alter_propertydetails_created_by_and_more','2025-10-05 16:15:57.789451'),(254,'property_media','0005_alter_propertymedia_created_by_and_more','2025-10-05 16:15:58.955502'),(255,'property_nearby_facilities','0005_alter_propertynearbyfacilities_created_by_and_more','2025-10-05 16:16:00.173351'),(256,'service','0005_alter_services_created_by_alter_services_updated_by','2025-10-05 16:16:01.348681'),(257,'service_category','0005_alter_servicecategory_created_by_and_more','2025-10-05 16:16:02.558382'),(258,'slider','0003_alter_slider_created_by_alter_slider_updated_by','2025-10-05 16:16:05.323284'),(259,'state','0002_alter_state_created_by_alter_state_updated_by','2025-10-05 16:16:08.416732'),(260,'jobs_company','0005_jobs_is_flag','2025-10-06 08:15:31.147184'),(261,'property','0004_property_is_flagged','2025-10-06 08:15:31.562840'),(262,'service','0006_services_is_flag','2025-10-06 08:15:32.015928'),(263,'producers_products','0006_producersproducts_is_flag','2025-10-06 13:41:57.878374'),(264,'producers_products','0007_productsreview','2025-10-06 14:20:58.040776'),(265,'service','0007_servicesreview','2025-10-06 14:20:59.474478'),(266,'job_company_reviews','0003_jobcompanyreview_is_flagged_review','2025-10-07 08:26:44.584184'),(267,'producers_products','0008_productsreview_is_flagged_review','2025-10-07 08:26:45.382828'),(268,'property','0005_propertyreviews','2025-10-07 08:26:46.940953'),(269,'service','0008_servicesreview_is_flagged_review','2025-10-07 08:26:47.635316'),(270,'producers_products_images','0003_productsimages_created_at_productsimages_created_by_and_more','2025-10-07 11:13:15.929362'),(271,'producers_products_variants','0004_productsvariants_created_at_and_more','2025-10-07 11:13:18.398760'),(272,'contact_information','0003_contactinformation_property','2025-10-07 16:12:02.702202'),(273,'job_company_reviews','0004_remove_jobcompanyreview_is_flagged_review','2025-10-09 11:27:20.183001'),(274,'job_company_perks','0003_companyperks_created_at_companyperks_created_by_and_more','2025-10-11 10:42:15.785614'),(275,'job_company_team_members','0004_companyteam_created_at_companyteam_created_by_and_more','2025-10-11 10:42:17.722411'),(276,'jobs_company_benefitss','0002_jobcompanybenefits_delete_companybenefits','2025-10-11 10:42:20.176951'),(278,'service_media','0003_servicemedia_created_at_servicemedia_created_by_and_more','2025-10-11 10:46:15.842675'),(279,'service_ownership','0003_serviceownership_created_at_and_more','2025-10-11 10:46:18.000029'),(280,'service_report','0002_servicereport_created_by_servicereport_is_active_and_more','2025-10-11 10:46:19.887023'),(281,'producers_products','0009_alter_productsreview_is_flagged_review','2025-10-11 11:04:47.981559'),(282,'property','0006_alter_propertyreviews_is_flagged_review','2025-10-11 11:04:48.238433'),(283,'service','0009_alter_servicesreview_is_flagged_review','2025-10-11 11:04:48.437950'),(284,'jobs_company_culture','0003_companyculture_created_at_companyculture_created_by_and_more','2025-10-12 12:35:45.076193'),(286,'company_portfolio_business','0003_companyportfoliobusiness_created_at_and_more','2025-10-12 12:45:10.569373'),(287,'jobs_company','0006_jobs_country_jobs_state','2025-10-12 14:27:50.283519'),(288,'producers_products','0010_producersproducts_country_producersproducts_state','2025-10-12 14:27:50.782499'),(289,'service','0010_services_country_services_state','2025-10-12 14:27:51.339383'),(290,'jobs_company','0007_jobreview','2025-10-13 07:30:36.086079'),(291,'producers_products','0011_alter_productsreview_review_star','2025-10-13 07:30:36.212030'),(292,'property','0007_alter_propertyreviews_review_star','2025-10-13 07:30:36.346319'),(293,'service','0011_alter_servicesreview_review_star','2025-10-13 07:30:36.509481'),(294,'service','0012_contactserviceprovider','2025-10-13 07:53:17.037747'),(295,'package_details','0005_packagedetails_space','2025-10-13 10:28:43.617871'),(296,'user_ads_package','0002_userpackage_total_space_userpackage_used_space','2025-10-14 07:51:49.243059'),(297,'flea_form','0002_fleamarketform_created_at_fleamarketform_created_by_and_more','2025-10-16 06:10:32.354260'),(298,'package_payment','0001_initial','2025-10-16 07:18:08.487815'),(299,'package_payment','0002_payment_card_brand_payment_card_last4_and_more','2025-10-16 08:09:01.259799'),(300,'package_details','0006_alter_packagedetails_total_ads','2025-10-16 09:49:35.767461'),(301,'package_details','0007_packagedetails_support','2025-10-16 13:05:26.044353'),(302,'package_details','0008_alter_packagedetails_price','2025-10-16 13:49:55.804210'),(303,'package_details','0009_alter_packagedetails_details_and_more','2025-10-16 14:02:18.829622'),(304,'property','0008_property_contact_number','2025-10-19 05:30:58.230998'),(305,'jobs_company','0008_jobcontactinformation','2025-10-19 05:47:39.295602'),(306,'contact_information','0004_contactinformation_message','2025-10-19 06:14:51.801853'),(307,'jobs_company','0009_jobcontactinformation_message','2025-10-19 06:14:52.159742'),(308,'service','0013_contactserviceprovider_message','2025-10-19 06:14:52.482166'),(309,'job_companies','0005_jobcompanies_contact_number','2025-10-19 06:24:12.831606'),(310,'jobs_company','0008_jobs_contact_number','2025-10-19 06:30:07.353873'),(311,'company_services','0005_companies_contact_number','2025-10-19 06:35:17.926251'),(312,'producers_products','0012_producersproducts_contact_no','2025-10-19 06:46:37.094273'),(313,'package_payment','0003_alter_payment_stripe_payment_intent','2025-10-20 13:13:17.323843'),(314,'package_details','0010_packagedetails_space_titanium_and_more','2025-10-21 04:59:32.951504'),(315,'property','0009_alter_property_city','2025-10-21 05:05:43.213263'),(316,'state','0003_remove_state_country_id_state_country','2025-10-21 06:11:30.089040'),(317,'city','0009_remove_city_state_id_city_state','2025-10-21 06:15:15.783140'),(318,'jobs_company','0010_merge_20251021_1059','2025-10-21 10:07:10.018211'),(319,'package_details','0011_packagedetails_is_enterprise','2025-10-22 04:57:40.433396'),(320,'user_ads_package','0003_userpackage_end_date_userpackage_start_date','2025-10-26 12:29:08.156127'),(321,'service_sub_categories','0001_initial','2025-10-27 06:54:02.694573'),(322,'city','0010_alter_city_image','2025-10-27 07:48:59.693562'),(323,'notification','0001_initial','2025-10-27 07:49:00.285418'),(324,'service_sub_categories','0002_servicesubcategories_category','2025-10-27 08:44:50.305828'),(325,'job_sub_category','0001_initial','2025-10-28 05:17:37.891685'),(326,'jobs_company','0011_jobs_sub_category_alter_jobs_category','2025-10-28 06:10:14.273644'),(327,'service','0014_services_sub_category_and_more','2025-10-28 06:16:55.818586'),(328,'property_categories','0001_initial','2025-10-28 07:38:51.427964'),(329,'property','0010_property_property_type','2025-10-28 10:16:08.560708'),(330,'jobs_company','0012_alter_jobs_sub_category','2025-10-28 10:28:29.971102'),(331,'service','0015_alter_services_sub_category','2025-10-28 10:32:03.797977'),(332,'property','0011_remove_property_property_type_property_category_type','2025-11-02 05:16:15.631723'),(333,'jobs_company','0013_jobs_city','2025-11-04 07:05:56.120783'),(334,'producers_products','0013_producersproducts_city','2025-11-04 07:07:42.184297'),(335,'service','0016_services_city','2025-11-04 07:09:29.801289'),(336,'job_apply_form','0001_initial','2025-11-09 12:51:08.840610'),(337,'specialty_and_services','0001_initial','2025-12-08 06:58:44.847130'),(338,'area_of_operation','0001_initial','2025-12-08 08:10:11.810294'),(339,'agent','0003_agent_area_of_operation_agent_bio_agent_company_name_and_more','2025-12-08 11:05:36.946544'),(340,'agent','0004_remove_agent_area_of_operation_and_more','2025-12-09 07:13:37.767013'),(341,'agent','0005_agent_agent_user','2025-12-10 07:36:25.467095'),(342,'users','0002_user_country','2025-12-14 06:32:48.228047'),(343,'agent','0006_agent_verified','2025-12-22 06:42:22.018844'),(344,'property','0012_property_is_approved','2025-12-22 07:28:19.377969'),(345,'agent','0007_agent_country','2025-12-24 11:51:37.389488'),(346,'agent','0008_agent_designation_agent_facebook_agent_linkedin_and_more','2025-12-30 05:18:27.108068'),(347,'agent','0009_agent_whatsapp','2025-12-30 08:24:09.726054'),(348,'property','0013_alter_property_agent','2025-12-30 10:19:11.632976'),(349,'users','0003_user_status','2026-01-01 06:50:37.754660'),(350,'property','0014_alter_property_agent','2026-01-04 13:17:01.290745'),(351,'property','0014_property_google_map','2026-01-05 05:48:50.405964'),(352,'contact_agent','0001_initial','2026-01-05 13:06:18.549107'),(353,'agent','0010_alter_agent_agent_user','2026-01-07 06:03:20.101941'),(354,'property','0015_merge_20260105_1906','2026-01-07 06:03:20.188331'),(355,'agent','0011_alter_agent_agent_user','2026-01-07 06:26:26.783338'),(356,'agent','0012_agent_has_username_agent_username','2026-01-08 06:15:31.058707'),(357,'property','0016_property_postal_code','2026-02-16 09:36:23.465487'),(358,'property','0017_property_country_name_property_district_name_and_more','2026-02-16 10:00:09.103194'),(359,'user_ads_package','0004_userpackage_unique_user_package','2026-02-17 13:36:36.024398'),(360,'service_sub_categories','0002_servicesubcategories_active_fields','2026-03-29 15:58:34.160049'),(361,'service_sub_categories','0003_merge_20260329_0001','2026-03-29 15:58:34.162427'),(362,'jobs_company','0014_fix_jobs_company_fk','2026-04-06 06:36:12.741018'),(363,'company_review','0007_companyreview_review_image','2026-04-13 06:24:53.990478'),(364,'job_company_reviews','0005_jobcompanyreview_review_image','2026-04-13 06:24:54.124190'),(365,'jobs_company','0015_jobreview_review_image','2026-04-13 06:24:54.430652'),(366,'producers_products','0014_productsreview_review_image','2026-04-13 06:24:54.572894'),(367,'property','0018_propertyreviews_review_image','2026-04-13 06:24:54.660745'),(368,'service','0017_servicesreview_review_image','2026-04-13 06:24:54.807361');
/*!40000 ALTER TABLE `django_migrations` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `django_session`
--

DROP TABLE IF EXISTS `django_session`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `django_session` (
  `session_key` varchar(40) NOT NULL,
  `session_data` longtext NOT NULL,
  `expire_date` datetime(6) NOT NULL,
  PRIMARY KEY (`session_key`),
  KEY `django_session_expire_date_a5c62663` (`expire_date`)
) ENGINE=InnoDB DEFAULT CHARSET=latin1;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `django_session`
--

LOCK TABLES `django_session` WRITE;
/*!40000 ALTER TABLE `django_session` DISABLE KEYS */;
INSERT INTO `django_session` VALUES ('2leqdxvi56a1c8aqxu4vyxvhvc73nxr8','.eJxVjDsOgzAQRO_iOrKMf4tTpucM1nq9xCSRkTBUUe4ekCiSbjTvzbxFxG0tcWu8xCmLq9DKi8tvm5CeXA-UH1jvs6S5rsuU5KHIkzY5zJlft9P9OyjYyr72GcegM6F2Gq0jAyP2yvekODkwFhKQ8eRCFwyHPagEwJC6gGxNYPH5AjcnOEs:1vrtPW:HBRP16VjeIrlrnYnCrf_Wn7cWEqy8BkgpEMIbPL8p3w','2026-03-02 07:52:50.771455'),('4623ilbgmx31y3e1s6u55diopi3uz3ti','.eJxVjDsOgzAQRO_iOrKMf4tTpucM1nq9xCSRkTBUUe4ekCiSbjTvzbxFxG0tcWu8xCmLq9DKi8tvm5CeXA-UH1jvs6S5rsuU5KHIkzY5zJlft9P9OyjYyr72GcegM6F2Gq0jAyP2yvekODkwFhKQ8eRCFwyHPagEwJC6gGxNYPH5AjcnOEs:1vnGkJ:6Kpmv6q3-fDOzVnxqUSRqrEf06vvan-ZYUmh9PT0zNw','2026-02-17 13:47:11.050696'),('iagdv3crthxzl6do6w8iva2ef7slbp8o','.eJxVjDsOgzAQRO_iOrKMf4tTpucM1nq9xCSRkTBUUe4ekCiSbjTvzbxFxG0tcWu8xCmLq9DKi8tvm5CeXA-UH1jvs6S5rsuU5KHIkzY5zJlft9P9OyjYyr72GcegM6F2Gq0jAyP2yvekODkwFhKQ8eRCFwyHPagEwJC6gGxNYPH5AjcnOEs:1vrqa5:rndvUC_mYSOo5wg63gQ-3pOJpAp4ZA-o6N0whPO4Xik','2026-03-02 04:51:33.107623'),('u0hojpkl8c8zvgxajaxs71bhdnbhsuq8','.eJxVjDsOwjAQBe_iGln2-hco6XMGa71e4wBypDipEHeHSCmgfTPzXiLitta4dV7ilMVFAChx-l0T0oPbjvId222WNLd1mZLcFXnQLsc58_N6uH8HFXv91paDD8CWYMh8ZmMcMSkGg7r4QGiguGAUOjdop72nzLYw-ZISQ0An3h8ykjjH:1vrFG4:hokseVLXNFip8DU7SiUM0Yrq7Ydf-wBtPPaKEQRpaqE','2026-02-28 13:00:24.601452');
/*!40000 ALTER TABLE `django_session` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `faq_faq`
--

DROP TABLE IF EXISTS `faq_faq`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `faq_faq` (
  `id` bigint NOT NULL AUTO_INCREMENT,
  `is_active` tinyint(1) NOT NULL,
  `created_at` datetime(6) NOT NULL,
  `updated_at` datetime(6) NOT NULL,
  `created_by_id` bigint DEFAULT NULL,
  `updated_by_id` bigint DEFAULT NULL,
  `question` longtext NOT NULL,
  `answers` longtext NOT NULL,
  PRIMARY KEY (`id`),
  KEY `faq_faq_created_by_id_c5bdb65c` (`created_by_id`),
  KEY `faq_faq_updated_by_id_3d947d0e` (`updated_by_id`),
  CONSTRAINT `faq_faq_created_by_id_c5bdb65c_fk_users_user_id` FOREIGN KEY (`created_by_id`) REFERENCES `users_user` (`id`),
  CONSTRAINT `faq_faq_updated_by_id_3d947d0e_fk_users_user_id` FOREIGN KEY (`updated_by_id`) REFERENCES `users_user` (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=9 DEFAULT CHARSET=latin1;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `faq_faq`
--

LOCK TABLES `faq_faq` WRITE;
/*!40000 ALTER TABLE `faq_faq` DISABLE KEYS */;
INSERT INTO `faq_faq` VALUES (1,1,'2025-05-15 06:37:42.671804','2025-05-16 04:58:07.806059',NULL,NULL,'Hello, what\'s up','great'),(2,0,'2025-05-15 16:16:31.511389','2025-05-15 16:16:31.511417',NULL,NULL,'string','string'),(3,0,'2025-05-15 16:41:59.636936','2025-05-15 16:41:59.636966',NULL,NULL,'Demo Question','Testing'),(4,0,'2025-05-15 20:21:47.147379','2025-05-15 20:21:47.147406',NULL,NULL,'Demo Question','This is a Demo FAQ'),(5,1,'2025-05-18 14:20:03.489351','2025-05-18 14:52:23.095849',NULL,NULL,'What is this question','This is a demo question.'),(6,0,'2025-05-18 14:25:41.105869','2025-05-18 14:25:41.105898',NULL,NULL,'Testing','Demo answer'),(7,0,'2025-05-18 14:37:25.536729','2025-05-18 14:37:25.536750',NULL,NULL,'What is this?','Demo answer'),(8,1,'2025-05-18 14:39:53.573347','2025-05-18 14:39:53.573377',NULL,NULL,'Demo Question','This is a demo answer');
/*!40000 ALTER TABLE `faq_faq` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `featured_listings_featuredlistings`
--

DROP TABLE IF EXISTS `featured_listings_featuredlistings`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `featured_listings_featuredlistings` (
  `id` bigint NOT NULL AUTO_INCREMENT,
  `is_active` tinyint(1) NOT NULL,
  `created_at` datetime(6) NOT NULL,
  `updated_at` datetime(6) NOT NULL,
  `created_by_id` bigint DEFAULT NULL,
  `updated_by_id` bigint DEFAULT NULL,
  `name` varchar(100) NOT NULL,
  `address` varchar(200) NOT NULL,
  `price` int unsigned NOT NULL,
  PRIMARY KEY (`id`),
  KEY `featured_listings_featuredlistings_created_by_id_e57e4aeb` (`created_by_id`),
  KEY `featured_listings_featuredlistings_updated_by_id_2c2534b5` (`updated_by_id`),
  CONSTRAINT `featured_listings_fe_created_by_id_e57e4aeb_fk_users_use` FOREIGN KEY (`created_by_id`) REFERENCES `users_user` (`id`),
  CONSTRAINT `featured_listings_fe_updated_by_id_2c2534b5_fk_users_use` FOREIGN KEY (`updated_by_id`) REFERENCES `users_user` (`id`),
  CONSTRAINT `featured_listings_featuredlistings_chk_1` CHECK ((`price` >= 0))
) ENGINE=InnoDB AUTO_INCREMENT=3 DEFAULT CHARSET=latin1;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `featured_listings_featuredlistings`
--

LOCK TABLES `featured_listings_featuredlistings` WRITE;
/*!40000 ALTER TABLE `featured_listings_featuredlistings` DISABLE KEYS */;
INSERT INTO `featured_listings_featuredlistings` VALUES (1,0,'2025-05-17 04:21:51.435535','2025-05-17 04:44:02.551892',NULL,NULL,'Demo Listing','Updated Dummy Address',220),(2,0,'2025-05-18 14:26:14.032151','2025-05-18 14:26:14.032170',NULL,NULL,'Demo list','ABC',120);
/*!40000 ALTER TABLE `featured_listings_featuredlistings` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `flea_form_fleamarketform`
--

DROP TABLE IF EXISTS `flea_form_fleamarketform`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `flea_form_fleamarketform` (
  `id` bigint NOT NULL AUTO_INCREMENT,
  `name` varchar(255) NOT NULL,
  `email` varchar(255) NOT NULL,
  `phone_number` varchar(15) NOT NULL,
  `quantity` int unsigned NOT NULL,
  `delivery_address` longtext NOT NULL,
  `product_id` bigint NOT NULL,
  `created_at` datetime(6) NOT NULL,
  `created_by_id` bigint DEFAULT NULL,
  `is_active` tinyint(1) NOT NULL,
  `updated_at` datetime(6) NOT NULL,
  `updated_by_id` bigint DEFAULT NULL,
  PRIMARY KEY (`id`),
  KEY `flea_form_fleamarket_product_id_391d3062_fk_producers` (`product_id`),
  KEY `flea_form_fleamarketform_created_by_id_d464b314_fk_users_user_id` (`created_by_id`),
  KEY `flea_form_fleamarketform_updated_by_id_f736a061_fk_users_user_id` (`updated_by_id`),
  CONSTRAINT `flea_form_fleamarket_product_id_391d3062_fk_producers` FOREIGN KEY (`product_id`) REFERENCES `producers_products_producersproducts` (`id`),
  CONSTRAINT `flea_form_fleamarketform_created_by_id_d464b314_fk_users_user_id` FOREIGN KEY (`created_by_id`) REFERENCES `users_user` (`id`),
  CONSTRAINT `flea_form_fleamarketform_updated_by_id_f736a061_fk_users_user_id` FOREIGN KEY (`updated_by_id`) REFERENCES `users_user` (`id`),
  CONSTRAINT `flea_form_fleamarketform_chk_1` CHECK ((`quantity` >= 0))
) ENGINE=InnoDB AUTO_INCREMENT=10 DEFAULT CHARSET=latin1;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `flea_form_fleamarketform`
--

LOCK TABLES `flea_form_fleamarketform` WRITE;
/*!40000 ALTER TABLE `flea_form_fleamarketform` DISABLE KEYS */;
/*!40000 ALTER TABLE `flea_form_fleamarketform` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `job_apply_form_jobform`
--

DROP TABLE IF EXISTS `job_apply_form_jobform`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `job_apply_form_jobform` (
  `id` bigint NOT NULL AUTO_INCREMENT,
  `first_name` varchar(100) COLLATE utf8mb4_unicode_ci NOT NULL,
  `last_name` varchar(100) COLLATE utf8mb4_unicode_ci NOT NULL,
  `contact` varchar(15) COLLATE utf8mb4_unicode_ci NOT NULL,
  `message` longtext COLLATE utf8mb4_unicode_ci NOT NULL,
  `email` varchar(254) COLLATE utf8mb4_unicode_ci NOT NULL,
  `district` varchar(50) COLLATE utf8mb4_unicode_ci NOT NULL,
  `file` varchar(100) COLLATE utf8mb4_unicode_ci NOT NULL,
  `uploaded_at` datetime(6) NOT NULL,
  `job_id` bigint NOT NULL,
  PRIMARY KEY (`id`),
  KEY `job_apply_form_jobform_job_id_625bfdba_fk_jobs_company_jobs_id` (`job_id`),
  CONSTRAINT `job_apply_form_jobform_job_id_625bfdba_fk_jobs_company_jobs_id` FOREIGN KEY (`job_id`) REFERENCES `jobs_company_jobs` (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=3 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `job_apply_form_jobform`
--

LOCK TABLES `job_apply_form_jobform` WRITE;
/*!40000 ALTER TABLE `job_apply_form_jobform` DISABLE KEYS */;
/*!40000 ALTER TABLE `job_apply_form_jobform` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `job_categories_jobcategories`
--

DROP TABLE IF EXISTS `job_categories_jobcategories`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `job_categories_jobcategories` (
  `id` bigint NOT NULL AUTO_INCREMENT,
  `is_active` tinyint(1) NOT NULL,
  `created_at` datetime(6) NOT NULL,
  `updated_at` datetime(6) NOT NULL,
  `created_by` varchar(100) DEFAULT NULL,
  `updated_by` varchar(100) DEFAULT NULL,
  `name` varchar(50) NOT NULL,
  `icon_url` varchar(200) NOT NULL,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=4 DEFAULT CHARSET=latin1;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `job_categories_jobcategories`
--

LOCK TABLES `job_categories_jobcategories` WRITE;
/*!40000 ALTER TABLE `job_categories_jobcategories` DISABLE KEYS */;
INSERT INTO `job_categories_jobcategories` VALUES (1,1,'2025-05-27 10:55:10.118904','2025-05-27 10:55:10.118904',NULL,NULL,'tech','string.com'),(2,1,'2025-05-27 10:55:26.441560','2025-05-27 10:55:26.441560',NULL,NULL,'finance','string.com'),(3,0,'2025-05-27 10:55:55.389148','2025-05-27 10:56:55.397883',NULL,NULL,'Health Science','string.com');
/*!40000 ALTER TABLE `job_categories_jobcategories` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `job_category_jobcategory`
--

DROP TABLE IF EXISTS `job_category_jobcategory`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `job_category_jobcategory` (
  `id` bigint NOT NULL AUTO_INCREMENT,
  `title` varchar(50) NOT NULL,
  `icon_url` varchar(200) NOT NULL,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=latin1;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `job_category_jobcategory`
--

LOCK TABLES `job_category_jobcategory` WRITE;
/*!40000 ALTER TABLE `job_category_jobcategory` DISABLE KEYS */;
/*!40000 ALTER TABLE `job_category_jobcategory` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `job_category_list_jobcategory`
--

DROP TABLE IF EXISTS `job_category_list_jobcategory`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `job_category_list_jobcategory` (
  `id` bigint NOT NULL AUTO_INCREMENT,
  `title` varchar(50) NOT NULL,
  `icon_url` varchar(100) NOT NULL,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=30 DEFAULT CHARSET=latin1;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `job_category_list_jobcategory`
--

LOCK TABLES `job_category_list_jobcategory` WRITE;
/*!40000 ALTER TABLE `job_category_list_jobcategory` DISABLE KEYS */;
INSERT INTO `job_category_list_jobcategory` VALUES (29,'A','job_category_list/images_4.jpg');
/*!40000 ALTER TABLE `job_category_list_jobcategory` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `job_companies_jobcompanies`
--

DROP TABLE IF EXISTS `job_companies_jobcompanies`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `job_companies_jobcompanies` (
  `id` bigint NOT NULL AUTO_INCREMENT,
  `is_active` tinyint(1) NOT NULL,
  `created_at` datetime(6) NOT NULL,
  `updated_at` datetime(6) NOT NULL,
  `created_by_id` bigint DEFAULT NULL,
  `updated_by_id` bigint DEFAULT NULL,
  `name` varchar(100) NOT NULL,
  `slogan` longtext NOT NULL,
  `industry` varchar(50) NOT NULL,
  `location` varchar(100) NOT NULL,
  `work_type` varchar(50) NOT NULL,
  `employee_range` varchar(50) NOT NULL,
  `overview` longtext NOT NULL,
  `profile_picture` varchar(100) DEFAULT NULL,
  `cover_picture` varchar(100) DEFAULT NULL,
  `website_url` varchar(200) NOT NULL,
  `facebook_url` varchar(200) NOT NULL,
  `instagram_url` varchar(200) NOT NULL,
  `cover_picture_url` varchar(255) NOT NULL,
  `profile_picture_url` varchar(255) DEFAULT NULL,
  `contact_number` varchar(15) DEFAULT NULL,
  PRIMARY KEY (`id`),
  KEY `job_companies_jobcompanies_created_by_id_63cd61ba` (`created_by_id`),
  KEY `job_companies_jobcompanies_updated_by_id_7c13ae61` (`updated_by_id`),
  CONSTRAINT `job_companies_jobcom_created_by_id_63cd61ba_fk_users_use` FOREIGN KEY (`created_by_id`) REFERENCES `users_user` (`id`),
  CONSTRAINT `job_companies_jobcom_updated_by_id_7c13ae61_fk_users_use` FOREIGN KEY (`updated_by_id`) REFERENCES `users_user` (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=22 DEFAULT CHARSET=latin1;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `job_companies_jobcompanies`
--

LOCK TABLES `job_companies_jobcompanies` WRITE;
/*!40000 ALTER TABLE `job_companies_jobcompanies` DISABLE KEYS */;
INSERT INTO `job_companies_jobcompanies` VALUES (1,0,'2025-06-29 06:17:39.290779','2025-06-29 06:17:39.290779',NULL,NULL,'Texacon','string','string','string','string','string','string','string','string','string','string','string','',NULL,NULL),(2,0,'2025-06-29 06:26:47.377199','2025-07-14 17:24:26.857621',NULL,NULL,'Texacon','string','string','string','string','string','string','string','string','https://panjabiz.mibpromotionsdev.com/panjabiz/jobs/companies','https://panjabiz.mibpromotionsdev.com/panjabiz/jobs/companies','https://panjabiz.mibpromotionsdev.com/panjabiz/jobs/companies','https://sg1-cdn.pgimgs.com/listing/60020774/UPHO.155472204.V800/-65-94686782Bukit-Timah-Road-Brand-New-Black-and-White-Bungalow-Tanglin-Holland-Bukit-Timah-Singapore.jpg','https://cdn-icons-png.flaticon.com/128/3977/3977672.png',NULL),(3,0,'2025-06-29 06:28:25.989600','2025-06-29 06:28:25.989600',NULL,NULL,'Texacon','string','string','string','string','string','string','string','string','string','string','string','',NULL,NULL),(4,0,'2025-06-29 06:38:19.772240','2025-06-29 06:38:19.772240',NULL,NULL,'Texacon','string','string','string','string','string','string','string','string','string','string','string','',NULL,NULL),(5,0,'2025-06-29 07:07:59.254156','2025-07-14 17:23:25.719814',NULL,NULL,'Samsung','string','string','string','string','string','string','string','string','https://panjabiz.mibpromotionsdev.com/panjabiz/jobs/companies','https://panjabiz.mibpromotionsdev.com/panjabiz/jobs/companies','https://panjabiz.mibpromotionsdev.com/panjabiz/jobs/companies','https://sg1-cdn.pgimgs.com/listing/60020774/UPHO.155472203.V800/-65-94686782Bukit-Timah-Road-Brand-New-Black-and-White-Bungalow-Tanglin-Holland-Bukit-Timah-Singapore.jpg','https://cdn-icons-png.flaticon.com/128/16120/16120667.png',NULL),(6,0,'2025-06-29 07:15:27.783985','2025-07-15 09:30:08.157459',NULL,NULL,'Apple','string 2','string','string','string','string','string 2','https://cdn-icons-png.flaticon.com/128/0/747.png','https://my1-cdn.pgimgs.com/listing/31039337/UPHO.146610491.V800/KSL-D-Esplanade-Residence-Johor-Bahr','https://vivasoftltd.com/','https://www.facebook.com/','https://www.facebook.com/','https://cdn-icons-png.flaticon.com/128/3977/3977672.png','https://cdn-icons-png.flaticon.com/128/4709/4709655.png',NULL),(7,0,'2025-06-29 15:20:14.423696','2025-07-14 17:21:00.918395',NULL,NULL,'Google','Slogan','Search engine','Mirpur','On side','15-50','Create New Company','https://my1-cdn.pgimgs.com/listing/43199717/UPHO.267898936.V800/28-Mont-Kiara-MK28-Mont-Kiara-Malays','https://my1-cdn.pgimgs.com/listing/43199717/UPHO.267898936.V800/28-Mont-Kiara-MK28-Mont-Kiara-Malays','https://innovativeskillsbd.com/','https://www.facebook.com/','https://www.facebook.com/','https://sg1-cdn.pgimgs.com/listing/60020774/UPHO.155479875.V800/-65-94686782Bukit-Timah-Road-Brand-New-Black-and-White-Bungalow-Tanglin-Holland-Bukit-Timah-Singapore.jpg','https://cdn-icons-png.flaticon.com/128/3977/3977672.png',NULL),(8,0,'2025-06-29 15:26:36.477158','2025-06-30 06:57:46.325343',NULL,NULL,'Anower','Slogan 5','Search engine','Mirpur','On side','10-50','testing overview','https://my1-cdn.pgimgs.com/listing/43199717/UPHO.267898936.V800/28-Mont-Kiara-MK28-Mont-Kiara-Malays','https://my1-cdn.pgimgs.com/listing/43199717/UPHO.267898936.V800/28-Mont-Kiara-MK28-Mont-Kiara-Malays','https://innovativeskillsbd.com/','https://www.facebook.com/','https://www.facebook.com/','',NULL,NULL),(9,0,'2025-06-30 06:27:05.622107','2025-07-14 17:26:22.200645',NULL,NULL,'Vivo','string','string','string','string','string','string','string','string','https://panjabiz.mibpromotionsdev.com/panjabiz/jobs/companies','https://panjabiz.mibpromotionsdev.com/panjabiz/jobs/companies','https://panjabiz.mibpromotionsdev.com/panjabiz/jobs/companies','https://sg1-cdn.pgimgs.com/listing/60020774/UPHO.155479875.V800/-65-94686782Bukit-Timah-Road-Brand-New-Black-and-White-Bungalow-Tanglin-Holland-Bukit-Timah-Singapore.jpg','https://cdn-icons-png.flaticon.com/128/3977/3977613.png',NULL),(10,0,'2025-06-30 12:42:37.126222','2025-07-14 17:17:20.145109',NULL,NULL,'Innovative Skills Ltd.','Slogan','Information Technology','Corporate office in Dhaka','On-side','25','Working to bring significant changes in online-based learning by doing extensive research for course curriculum preparation, student engagements, and looking forward to the flexible education!','https://innovativeskillsbd.com/frontend/img/background/Innovation4.png','https://innovativeskillsbd.com/frontend/img/background/Innovation4.png','https://innovativeskillsbd.com/','https://www.facebook.com/innovativeskillsbd','https://www.instagram.com/innovativeskills23/','https://cdn-icons-png.flaticon.com/128/16355/16355192.png','https://cdn-icons-png.flaticon.com/128/4709/4709655.png',NULL),(11,0,'2025-07-02 10:28:11.941370','2025-07-14 17:25:17.225852',NULL,NULL,'Viva soft','Software Eng. solution','Software','Dhaka','On-side','700','Unlock superior software solutions with Vivasoft, a leading offshore development firm delivering creativity and expertise. 50+ companies rely on our top 1% talent to scale their dev teams.','https://cdn.vivasoftltd.com/wp-content/uploads/2024/03/Logo-1.svg','https://cdn.vivasoftltd.com/wp-content/uploads/2024/03/Logo-1.svg','https://vivasoftltd.com/','https://vivasoftltd.com/','https://vivasoftltd.com/','https://sg1-cdn.pgimgs.com/listing/60020774/UPHO.155472205.V800/-65-94686782Bukit-Timah-Road-Brand-New-Black-and-White-Bungalow-Tanglin-Holland-Bukit-Timah-Singapore.jpg','https://cdn-icons-png.flaticon.com/128/15954/15954548.png',NULL),(12,0,'2025-07-14 14:58:42.998358','2025-07-14 14:58:42.998398',NULL,NULL,'Google','Slogan','Search engine','Mirpur','On-side','10-50','testing','','','https://innovativeskillsbd.com/','https://www.facebook.com/','https://www.facebook.com/','https://my1-cdn.pgimgs.com/listing/42647204/UPHO.260004024.V800/Quayside-Plazas-Serviced-Apartments-Shah-Alam-Malaysia.jpg','https://my1-cdn.pgimgs.com/listing/42647204/UPHO.260004024.V800/Quayside-Plazas-Serviced-Apartments-Shah-Alam-Malaysia.jpg',NULL),(13,0,'2025-10-11 08:28:14.005145','2025-10-11 08:28:14.005515',32,NULL,'Fritz Banks','Quo dolor tempore o','Vel aut aut at velit','Error eveniet dolor','Repellendus Eum exe','Eu incidunt eaque l','Et illo rerum incidi','','','https://www.cebyxyqi.us','https://www.nuguv.me','https://www.jukemuvocici.org','https://www.serezugocez.com','https://www.vuvaj.org',NULL),(14,0,'2025-10-11 08:28:22.978515','2025-10-11 08:28:22.978750',32,NULL,'Fritz Banks','Quo dolor tempore o','Vel aut aut at velit','Error eveniet dolor','Repellendus Eum exe','Eu incidunt eaque l','Et illo rerum incidi','','','https://www.cebyxyqi.us','https://www.nuguv.me','https://www.jukemuvocici.org','https://www.serezugocez.com','https://www.vuvaj.org',NULL),(15,0,'2025-10-11 08:28:48.294264','2025-10-11 08:28:48.294291',32,NULL,'Velma Roberson','Commodi in dolore of','Sit unde animi qua','Irure illo ipsum off','Eum corporis ullam d','Ex id velit dolore a','Consequatur Provide','','','https://www.gakejameceret.biz','https://www.taxugubatubifes.ca','https://www.regibub.us','https://www.xyboqaqyvygyv.org.uk','https://www.qugoquvahile.info',NULL),(16,0,'2025-10-11 08:34:10.409998','2025-10-11 08:34:10.410222',32,NULL,'Suki Noel','Ea ut iste a velit n','Suscipit in saepe co','Commodi dolore ut in','In dolorem elit ani','Ut maxime ab dolor s','Saepe sed consectetu','','','https://www.nilufih.com','https://www.der.mobi','https://www.pijyci.org.au','https://www.naridaqojeg.me.uk','https://www.qogiwahixido.biz',NULL),(17,0,'2025-10-13 10:39:35.532257','2025-10-13 10:39:35.532317',32,NULL,'Liberty Hughes','Nobis aliquid ipsam','In esse ea duis ea s','Aut velit in labori','Aliquam veritatis si','Assumenda delectus','Et consectetur mini','','','https://www.qiqypyxigaroxar.org','https://www.fociquvavo.us','https://www.xedazuwomijerec.ca','https://www.cedugujicahinig.mobi','https://www.feb.org.au',NULL),(18,0,'2026-01-04 08:39:59.587291','2026-01-04 08:39:59.587343',119,NULL,'Innovative test','we build we gain','Software and edu tec','Dhaka','Hybrid','15','test overview','','','https://www.aarong.com/bgd/red-printed-and-embroidered-linen-ghagra-choli-set-05n252222005.html','https://www.aarong.com/bgd/red-printed-and-embroidered-linen-ghagra-choli-set-05n252222005.html','https://www.aarong.com/bgd/red-printed-and-embroidered-linen-ghagra-choli-set-05n252222005.html','https://mcprod.aarong.com/media/catalog/product/0/3/0340000050940.jpg','https://mcprod.aarong.com/media/catalog/product/0/3/0340000050940.jpg',NULL),(19,1,'2026-04-05 11:41:31.143280','2026-04-05 11:41:31.143306',204,NULL,'Inno test Ltd.','qqq','IT','Dhaka','Remote','2','qwq','','','https://innovativeskillsbd.com/','https://www.facebook.com/','https://www.facebook.com/','https://innovativeskillsbd.com/frontend/assets/logos/Innovative-skills-logo-black-n-red.png','https://innovativeskillsbd.com/frontend/assets/logos/Innovative-skills-logo-black-n-red.png',NULL),(20,1,'2026-04-06 05:17:45.940646','2026-04-06 05:17:45.941283',204,NULL,'test_4.6','ww','IT','Dhaka','Remote','2','test','','','https://innovativeskillsbd.com/','https://innovativeskillsbd.com/','https://innovativeskillsbd.com/','https://innovativeskillsbd.com/frontend/assets/logos/Innovative-skills-logo-black-n-red.png','https://innovativeskillsbd.com/frontend/assets/logos/Innovative-skills-logo-black-n-red.png',NULL),(21,1,'2026-04-06 06:10:03.295576','2026-04-06 06:10:03.295617',248,NULL,'Classic Everyday Open-Front Abaya','va wxba sn','IT','Dhaka','WH','2','wrew','','','https://example.com','https://example.com','https://example.com','https://example.com','https://example.com',NULL);
/*!40000 ALTER TABLE `job_companies_jobcompanies` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `job_company_benefits_companybenefits`
--

DROP TABLE IF EXISTS `job_company_benefits_companybenefits`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `job_company_benefits_companybenefits` (
  `id` bigint NOT NULL AUTO_INCREMENT,
  `benefits_id` bigint NOT NULL,
  `company_id` bigint NOT NULL,
  PRIMARY KEY (`id`),
  KEY `job_company_benefits_benefits_id_69600c15_fk_benefits_` (`benefits_id`),
  KEY `job_company_benefits_company_id_557b4415_fk_companies` (`company_id`),
  CONSTRAINT `job_company_benefits_benefits_id_69600c15_fk_benefits_` FOREIGN KEY (`benefits_id`) REFERENCES `benefits_benefits` (`id`),
  CONSTRAINT `job_company_benefits_company_id_557b4415_fk_companies` FOREIGN KEY (`company_id`) REFERENCES `companies_jobcompanies` (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=latin1;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `job_company_benefits_companybenefits`
--

LOCK TABLES `job_company_benefits_companybenefits` WRITE;
/*!40000 ALTER TABLE `job_company_benefits_companybenefits` DISABLE KEYS */;
INSERT INTO `job_company_benefits_companybenefits` VALUES (1,1,1);
/*!40000 ALTER TABLE `job_company_benefits_companybenefits` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `job_company_culture_companyculture`
--

DROP TABLE IF EXISTS `job_company_culture_companyculture`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `job_company_culture_companyculture` (
  `id` bigint NOT NULL AUTO_INCREMENT,
  `title` varchar(100) NOT NULL,
  `content` longtext NOT NULL,
  `icon_url` varchar(200) NOT NULL,
  `company_id` bigint NOT NULL,
  PRIMARY KEY (`id`),
  KEY `job_company_culture__company_id_4c974c04_fk_companies` (`company_id`),
  CONSTRAINT `job_company_culture__company_id_4c974c04_fk_companies` FOREIGN KEY (`company_id`) REFERENCES `companies_jobcompanies` (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=4 DEFAULT CHARSET=latin1;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `job_company_culture_companyculture`
--

LOCK TABLES `job_company_culture_companyculture` WRITE;
/*!40000 ALTER TABLE `job_company_culture_companyculture` DISABLE KEYS */;
INSERT INTO `job_company_culture_companyculture` VALUES (1,'Innovative','We strive to constantly pursue innovation','string.com',1),(2,'name','cntent','string.com',1),(3,'name','cntent2','string.com',2);
/*!40000 ALTER TABLE `job_company_culture_companyculture` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `job_company_jobcompany`
--

DROP TABLE IF EXISTS `job_company_jobcompany`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `job_company_jobcompany` (
  `id` bigint NOT NULL AUTO_INCREMENT,
  `is_active` tinyint(1) NOT NULL,
  `created_at` datetime(6) NOT NULL,
  `updated_at` datetime(6) NOT NULL,
  `created_by` varchar(100) DEFAULT NULL,
  `updated_by` varchar(100) DEFAULT NULL,
  `name` varchar(100) NOT NULL,
  `location` varchar(100) NOT NULL,
  `icon_url` varchar(200) NOT NULL,
  `category_id` bigint NOT NULL,
  PRIMARY KEY (`id`),
  KEY `job_company_jobcompa_category_id_b364cea4_fk_job_categ` (`category_id`),
  CONSTRAINT `job_company_jobcompa_category_id_b364cea4_fk_job_categ` FOREIGN KEY (`category_id`) REFERENCES `job_categories_jobcategories` (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=4 DEFAULT CHARSET=latin1;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `job_company_jobcompany`
--

LOCK TABLES `job_company_jobcompany` WRITE;
/*!40000 ALTER TABLE `job_company_jobcompany` DISABLE KEYS */;
INSERT INTO `job_company_jobcompany` VALUES (1,1,'2025-05-28 05:07:51.917702','2025-05-28 05:07:51.917702',NULL,NULL,'Apple','California','string.com',1),(2,1,'2025-05-28 05:08:08.538941','2025-05-28 05:08:08.538941',NULL,NULL,'Google','Washington','string.com',1),(3,0,'2025-05-28 05:08:19.094268','2025-05-28 05:09:10.393791',NULL,NULL,'Samsung','South Korea','string.com',1);
/*!40000 ALTER TABLE `job_company_jobcompany` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `job_company_perks_companyperks`
--

DROP TABLE IF EXISTS `job_company_perks_companyperks`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `job_company_perks_companyperks` (
  `id` bigint NOT NULL AUTO_INCREMENT,
  `title` varchar(100) NOT NULL,
  `description` longtext NOT NULL,
  `icon_url` varchar(100) NOT NULL,
  `company_id` bigint NOT NULL,
  `created_at` datetime(6) NOT NULL,
  `created_by_id` bigint DEFAULT NULL,
  `is_active` tinyint(1) NOT NULL,
  `updated_at` datetime(6) NOT NULL,
  `updated_by_id` bigint DEFAULT NULL,
  PRIMARY KEY (`id`),
  KEY `job_company_perks_co_company_id_19db75f7_fk_companies` (`company_id`),
  KEY `job_company_perks_co_created_by_id_1aa84d03_fk_users_use` (`created_by_id`),
  KEY `job_company_perks_co_updated_by_id_bb336908_fk_users_use` (`updated_by_id`),
  CONSTRAINT `job_company_perks_co_company_id_19db75f7_fk_companies` FOREIGN KEY (`company_id`) REFERENCES `companies_jobcompanies` (`id`),
  CONSTRAINT `job_company_perks_co_created_by_id_1aa84d03_fk_users_use` FOREIGN KEY (`created_by_id`) REFERENCES `users_user` (`id`),
  CONSTRAINT `job_company_perks_co_updated_by_id_bb336908_fk_users_use` FOREIGN KEY (`updated_by_id`) REFERENCES `users_user` (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=10 DEFAULT CHARSET=latin1;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `job_company_perks_companyperks`
--

LOCK TABLES `job_company_perks_companyperks` WRITE;
/*!40000 ALTER TABLE `job_company_perks_companyperks` DISABLE KEYS */;
/*!40000 ALTER TABLE `job_company_perks_companyperks` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `job_company_reviews_jobcompanyreview`
--

DROP TABLE IF EXISTS `job_company_reviews_jobcompanyreview`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `job_company_reviews_jobcompanyreview` (
  `id` bigint NOT NULL AUTO_INCREMENT,
  `is_active` tinyint(1) NOT NULL,
  `created_at` datetime(6) NOT NULL,
  `updated_at` datetime(6) NOT NULL,
  `created_by_id` bigint DEFAULT NULL,
  `updated_by_id` bigint DEFAULT NULL,
  `user` int unsigned NOT NULL,
  `rating` int unsigned NOT NULL,
  `review_text` longtext NOT NULL,
  `company_id` bigint NOT NULL,
  `review_image` varchar(100) DEFAULT NULL,
  PRIMARY KEY (`id`),
  KEY `job_company_reviews__company_id_463107b1_fk_companies` (`company_id`),
  KEY `job_company_reviews_jobcompanyreview_created_by_id_ea18fa26` (`created_by_id`),
  KEY `job_company_reviews_jobcompanyreview_updated_by_id_1d4d9c5d` (`updated_by_id`),
  CONSTRAINT `job_company_reviews__company_id_463107b1_fk_companies` FOREIGN KEY (`company_id`) REFERENCES `companies_jobcompanies` (`id`),
  CONSTRAINT `job_company_reviews__created_by_id_ea18fa26_fk_users_use` FOREIGN KEY (`created_by_id`) REFERENCES `users_user` (`id`),
  CONSTRAINT `job_company_reviews__updated_by_id_1d4d9c5d_fk_users_use` FOREIGN KEY (`updated_by_id`) REFERENCES `users_user` (`id`),
  CONSTRAINT `job_company_reviews_jobcompanyreview_chk_1` CHECK ((`user` >= 0)),
  CONSTRAINT `job_company_reviews_jobcompanyreview_chk_2` CHECK ((`rating` >= 0))
) ENGINE=InnoDB AUTO_INCREMENT=8 DEFAULT CHARSET=latin1;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `job_company_reviews_jobcompanyreview`
--

LOCK TABLES `job_company_reviews_jobcompanyreview` WRITE;
/*!40000 ALTER TABLE `job_company_reviews_jobcompanyreview` DISABLE KEYS */;
INSERT INTO `job_company_reviews_jobcompanyreview` VALUES (1,0,'2025-06-04 13:27:43.132689','2025-06-04 13:27:43.132689',NULL,NULL,1,5,'Good product',1,NULL),(2,0,'2025-06-16 05:28:27.019110','2025-06-16 05:28:27.019133',NULL,NULL,9,5,'string testing',2,NULL),(3,0,'2025-06-16 06:08:14.707239','2025-06-16 06:08:14.707262',NULL,NULL,8,5,'hkjb, kjb ,m lkjjn nn;lklkki li',1,NULL),(4,0,'2025-06-16 06:13:31.083140','2025-06-16 06:13:31.083164',NULL,NULL,8,4,'dff cxgg  drtg fdgrgxc teg  dteg tetrertthth',1,NULL),(5,0,'2025-06-18 12:30:44.173355','2025-06-18 12:30:44.173377',NULL,NULL,8,4,'sdfgbf dfsghdf sdgdf sdtgdb serg',1,NULL),(6,0,'2025-06-30 07:25:00.254889','2025-06-30 07:25:00.254928',NULL,NULL,8,5,'inter view testing for design',8,NULL),(7,0,'2025-09-04 11:02:20.486978','2025-09-04 11:02:20.487007',NULL,NULL,8,4,'Test Test Test Test Test Test',7,NULL);
/*!40000 ALTER TABLE `job_company_reviews_jobcompanyreview` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `job_company_team_members_companyteam`
--

DROP TABLE IF EXISTS `job_company_team_members_companyteam`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `job_company_team_members_companyteam` (
  `id` bigint NOT NULL AUTO_INCREMENT,
  `name` varchar(200) NOT NULL,
  `title` varchar(100) NOT NULL,
  `profile_picture` varchar(100) NOT NULL,
  `company_id` bigint NOT NULL,
  `created_at` datetime(6) NOT NULL,
  `created_by_id` bigint DEFAULT NULL,
  `is_active` tinyint(1) NOT NULL,
  `updated_at` datetime(6) NOT NULL,
  `updated_by_id` bigint DEFAULT NULL,
  PRIMARY KEY (`id`),
  KEY `job_company_team_mem_company_id_7398e7bc_fk_companies` (`company_id`),
  KEY `job_company_team_mem_created_by_id_29cb208b_fk_users_use` (`created_by_id`),
  KEY `job_company_team_mem_updated_by_id_0a863c5e_fk_users_use` (`updated_by_id`),
  CONSTRAINT `job_company_team_mem_company_id_7398e7bc_fk_companies` FOREIGN KEY (`company_id`) REFERENCES `companies_jobcompanies` (`id`),
  CONSTRAINT `job_company_team_mem_created_by_id_29cb208b_fk_users_use` FOREIGN KEY (`created_by_id`) REFERENCES `users_user` (`id`),
  CONSTRAINT `job_company_team_mem_updated_by_id_0a863c5e_fk_users_use` FOREIGN KEY (`updated_by_id`) REFERENCES `users_user` (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=10 DEFAULT CHARSET=latin1;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `job_company_team_members_companyteam`
--

LOCK TABLES `job_company_team_members_companyteam` WRITE;
/*!40000 ALTER TABLE `job_company_team_members_companyteam` DISABLE KEYS */;
/*!40000 ALTER TABLE `job_company_team_members_companyteam` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `job_sub_category_jobsubcategories`
--

DROP TABLE IF EXISTS `job_sub_category_jobsubcategories`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `job_sub_category_jobsubcategories` (
  `id` bigint NOT NULL AUTO_INCREMENT,
  `name` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `icon_url` varchar(100) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `category_id` bigint NOT NULL,
  PRIMARY KEY (`id`),
  KEY `job_sub_category_job_category_id_8e5b7275_fk_job_categ` (`category_id`),
  CONSTRAINT `job_sub_category_job_category_id_8e5b7275_fk_job_categ` FOREIGN KEY (`category_id`) REFERENCES `job_category_list_jobcategory` (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=15 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `job_sub_category_jobsubcategories`
--

LOCK TABLES `job_sub_category_jobsubcategories` WRITE;
/*!40000 ALTER TABLE `job_sub_category_jobsubcategories` DISABLE KEYS */;
INSERT INTO `job_sub_category_jobsubcategories` VALUES (14,'a','',29);
/*!40000 ALTER TABLE `job_sub_category_jobsubcategories` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `jobs_company_benefits_companybenefits`
--

DROP TABLE IF EXISTS `jobs_company_benefits_companybenefits`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `jobs_company_benefits_companybenefits` (
  `id` bigint NOT NULL AUTO_INCREMENT,
  `benefits_id` bigint NOT NULL,
  `company_id` bigint NOT NULL,
  PRIMARY KEY (`id`),
  KEY `jobs_company_benefit_benefits_id_204ae004_fk_benefits_` (`benefits_id`),
  KEY `jobs_company_benefit_company_id_fdb245af_fk_job_compa` (`company_id`),
  CONSTRAINT `jobs_company_benefit_benefits_id_204ae004_fk_benefits_` FOREIGN KEY (`benefits_id`) REFERENCES `benefits_benefits` (`id`),
  CONSTRAINT `jobs_company_benefit_company_id_fdb245af_fk_job_compa` FOREIGN KEY (`company_id`) REFERENCES `job_companies_jobcompanies` (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=latin1;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `jobs_company_benefits_companybenefits`
--

LOCK TABLES `jobs_company_benefits_companybenefits` WRITE;
/*!40000 ALTER TABLE `jobs_company_benefits_companybenefits` DISABLE KEYS */;
/*!40000 ALTER TABLE `jobs_company_benefits_companybenefits` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `jobs_company_benefitss_jobcompanybenefits`
--

DROP TABLE IF EXISTS `jobs_company_benefitss_jobcompanybenefits`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `jobs_company_benefitss_jobcompanybenefits` (
  `id` bigint NOT NULL AUTO_INCREMENT,
  `is_active` tinyint(1) NOT NULL,
  `created_at` datetime(6) NOT NULL,
  `updated_at` datetime(6) NOT NULL,
  `benefits_id` bigint NOT NULL,
  `company_id` bigint NOT NULL,
  `created_by_id` bigint DEFAULT NULL,
  `updated_by_id` bigint DEFAULT NULL,
  PRIMARY KEY (`id`),
  KEY `jobs_company_benefit_benefits_id_605238dd_fk_benefit_b` (`benefits_id`),
  KEY `jobs_company_benefit_company_id_97367e04_fk_job_compa` (`company_id`),
  KEY `jobs_company_benefit_created_by_id_2feaafa1_fk_users_use` (`created_by_id`),
  KEY `jobs_company_benefit_updated_by_id_f71e1efd_fk_users_use` (`updated_by_id`),
  CONSTRAINT `jobs_company_benefit_benefits_id_605238dd_fk_benefit_b` FOREIGN KEY (`benefits_id`) REFERENCES `benefit_benefits` (`id`),
  CONSTRAINT `jobs_company_benefit_company_id_97367e04_fk_job_compa` FOREIGN KEY (`company_id`) REFERENCES `job_companies_jobcompanies` (`id`),
  CONSTRAINT `jobs_company_benefit_created_by_id_2feaafa1_fk_users_use` FOREIGN KEY (`created_by_id`) REFERENCES `users_user` (`id`),
  CONSTRAINT `jobs_company_benefit_updated_by_id_f71e1efd_fk_users_use` FOREIGN KEY (`updated_by_id`) REFERENCES `users_user` (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `jobs_company_benefitss_jobcompanybenefits`
--

LOCK TABLES `jobs_company_benefitss_jobcompanybenefits` WRITE;
/*!40000 ALTER TABLE `jobs_company_benefitss_jobcompanybenefits` DISABLE KEYS */;
/*!40000 ALTER TABLE `jobs_company_benefitss_jobcompanybenefits` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `jobs_company_culture_companyculture`
--

DROP TABLE IF EXISTS `jobs_company_culture_companyculture`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `jobs_company_culture_companyculture` (
  `id` bigint NOT NULL AUTO_INCREMENT,
  `title` varchar(100) NOT NULL,
  `content` longtext NOT NULL,
  `icon_url` varchar(100) NOT NULL,
  `company_id` bigint NOT NULL,
  `created_at` datetime(6) NOT NULL,
  `created_by_id` bigint DEFAULT NULL,
  `is_active` tinyint(1) NOT NULL,
  `updated_at` datetime(6) NOT NULL,
  `updated_by_id` bigint DEFAULT NULL,
  PRIMARY KEY (`id`),
  KEY `jobs_company_culture_company_id_bbfbaffa_fk_job_compa` (`company_id`),
  KEY `jobs_company_culture_created_by_id_ff77b2b2_fk_users_use` (`created_by_id`),
  KEY `jobs_company_culture_updated_by_id_d5041310_fk_users_use` (`updated_by_id`),
  CONSTRAINT `jobs_company_culture_company_id_bbfbaffa_fk_job_compa` FOREIGN KEY (`company_id`) REFERENCES `job_companies_jobcompanies` (`id`),
  CONSTRAINT `jobs_company_culture_created_by_id_ff77b2b2_fk_users_use` FOREIGN KEY (`created_by_id`) REFERENCES `users_user` (`id`),
  CONSTRAINT `jobs_company_culture_updated_by_id_d5041310_fk_users_use` FOREIGN KEY (`updated_by_id`) REFERENCES `users_user` (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=8 DEFAULT CHARSET=latin1;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `jobs_company_culture_companyculture`
--

LOCK TABLES `jobs_company_culture_companyculture` WRITE;
/*!40000 ALTER TABLE `jobs_company_culture_companyculture` DISABLE KEYS */;
/*!40000 ALTER TABLE `jobs_company_culture_companyculture` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `jobs_company_jobcontactinformation`
--

DROP TABLE IF EXISTS `jobs_company_jobcontactinformation`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `jobs_company_jobcontactinformation` (
  `id` bigint NOT NULL AUTO_INCREMENT,
  `is_active` tinyint(1) NOT NULL,
  `created_at` datetime(6) NOT NULL,
  `updated_at` datetime(6) NOT NULL,
  `first_name` varchar(100) COLLATE utf8mb4_unicode_ci NOT NULL,
  `last_name` varchar(100) COLLATE utf8mb4_unicode_ci NOT NULL,
  `contact` varchar(15) COLLATE utf8mb4_unicode_ci NOT NULL,
  `email` varchar(254) COLLATE utf8mb4_unicode_ci NOT NULL,
  `district` varchar(50) COLLATE utf8mb4_unicode_ci NOT NULL,
  `created_by_id` bigint DEFAULT NULL,
  `job_id` bigint NOT NULL,
  `updated_by_id` bigint DEFAULT NULL,
  `message` longtext COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT (_utf8mb4'1'),
  PRIMARY KEY (`id`),
  KEY `jobs_company_jobcont_created_by_id_1c6bbbe6_fk_users_use` (`created_by_id`),
  KEY `jobs_company_jobcont_job_id_cb58f606_fk_jobs_comp` (`job_id`),
  KEY `jobs_company_jobcont_updated_by_id_adc0ab04_fk_users_use` (`updated_by_id`),
  CONSTRAINT `jobs_company_jobcont_created_by_id_1c6bbbe6_fk_users_use` FOREIGN KEY (`created_by_id`) REFERENCES `users_user` (`id`),
  CONSTRAINT `jobs_company_jobcont_job_id_cb58f606_fk_jobs_comp` FOREIGN KEY (`job_id`) REFERENCES `jobs_company_jobs` (`id`),
  CONSTRAINT `jobs_company_jobcont_updated_by_id_adc0ab04_fk_users_use` FOREIGN KEY (`updated_by_id`) REFERENCES `users_user` (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=3 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `jobs_company_jobcontactinformation`
--

LOCK TABLES `jobs_company_jobcontactinformation` WRITE;
/*!40000 ALTER TABLE `jobs_company_jobcontactinformation` DISABLE KEYS */;
/*!40000 ALTER TABLE `jobs_company_jobcontactinformation` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `jobs_company_jobreview`
--

DROP TABLE IF EXISTS `jobs_company_jobreview`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `jobs_company_jobreview` (
  `id` bigint NOT NULL AUTO_INCREMENT,
  `is_active` tinyint(1) NOT NULL,
  `created_at` datetime(6) NOT NULL,
  `updated_at` datetime(6) NOT NULL,
  `review_star` int unsigned NOT NULL,
  `message` longtext COLLATE utf8mb4_unicode_ci NOT NULL,
  `is_flagged_review` tinyint(1) NOT NULL,
  `created_by_id` bigint DEFAULT NULL,
  `job_id` bigint NOT NULL,
  `updated_by_id` bigint DEFAULT NULL,
  `review_image` varchar(100) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  PRIMARY KEY (`id`),
  KEY `jobs_company_jobreview_created_by_id_e6e63291_fk_users_user_id` (`created_by_id`),
  KEY `jobs_company_jobreview_job_id_f6b59e08_fk_jobs_company_jobs_id` (`job_id`),
  KEY `jobs_company_jobreview_updated_by_id_1adf01d1_fk_users_user_id` (`updated_by_id`),
  CONSTRAINT `jobs_company_jobreview_created_by_id_e6e63291_fk_users_user_id` FOREIGN KEY (`created_by_id`) REFERENCES `users_user` (`id`),
  CONSTRAINT `jobs_company_jobreview_job_id_f6b59e08_fk_jobs_company_jobs_id` FOREIGN KEY (`job_id`) REFERENCES `jobs_company_jobs` (`id`),
  CONSTRAINT `jobs_company_jobreview_updated_by_id_1adf01d1_fk_users_user_id` FOREIGN KEY (`updated_by_id`) REFERENCES `users_user` (`id`),
  CONSTRAINT `jobs_company_jobreview_chk_1` CHECK ((`review_star` >= 0))
) ENGINE=InnoDB AUTO_INCREMENT=5 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `jobs_company_jobreview`
--

LOCK TABLES `jobs_company_jobreview` WRITE;
/*!40000 ALTER TABLE `jobs_company_jobreview` DISABLE KEYS */;
/*!40000 ALTER TABLE `jobs_company_jobreview` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `jobs_company_jobs`
--

DROP TABLE IF EXISTS `jobs_company_jobs`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `jobs_company_jobs` (
  `id` bigint NOT NULL AUTO_INCREMENT,
  `is_active` tinyint(1) NOT NULL,
  `created_at` datetime(6) NOT NULL,
  `updated_at` datetime(6) NOT NULL,
  `created_by_id` bigint DEFAULT NULL,
  `updated_by_id` bigint DEFAULT NULL,
  `title` varchar(100) NOT NULL,
  `type` int NOT NULL,
  `salary_min` int unsigned NOT NULL,
  `salary_max` int unsigned NOT NULL,
  `location` varchar(50) NOT NULL,
  `is_featured` tinyint(1) NOT NULL,
  `description` longtext NOT NULL,
  `requirements` longtext NOT NULL,
  `desirable` longtext NOT NULL,
  `benefits` longtext NOT NULL,
  `icon_url` varchar(255) NOT NULL,
  `caption` varchar(50) NOT NULL,
  `company_id` bigint NOT NULL,
  `category_id` bigint DEFAULT NULL,
  `is_flag` tinyint(1) NOT NULL,
  `country` varchar(255) DEFAULT NULL,
  `state` varchar(255) DEFAULT NULL,
  `contact_number` varchar(15) DEFAULT NULL,
  `sub_category_id` bigint DEFAULT NULL,
  `city_id` bigint DEFAULT NULL,
  PRIMARY KEY (`id`),
  KEY `jobs_company_jobs_company_id_3b2bf076_fk_companies` (`company_id`),
  KEY `jobs_company_jobs_category_id_e3bfdbf9_fk_job_categ` (`category_id`),
  KEY `jobs_company_jobs_created_by_id_1cf01d2c` (`created_by_id`),
  KEY `jobs_company_jobs_updated_by_id_54018947` (`updated_by_id`),
  KEY `jobs_company_jobs_sub_category_id_3cf15054_fk_job_sub_c` (`sub_category_id`),
  KEY `jobs_company_jobs_city_id_10b003b1_fk_city_city_id` (`city_id`),
  CONSTRAINT `jobs_company_jobs_category_id_e3bfdbf9_fk_job_categ` FOREIGN KEY (`category_id`) REFERENCES `job_category_list_jobcategory` (`id`),
  CONSTRAINT `jobs_company_jobs_city_id_10b003b1_fk_city_city_id` FOREIGN KEY (`city_id`) REFERENCES `city_city` (`id`),
  CONSTRAINT `jobs_company_jobs_company_id_fk_job_companies` FOREIGN KEY (`company_id`) REFERENCES `job_companies_jobcompanies` (`id`) ON DELETE CASCADE,
  CONSTRAINT `jobs_company_jobs_created_by_id_1cf01d2c_fk_users_user_id` FOREIGN KEY (`created_by_id`) REFERENCES `users_user` (`id`),
  CONSTRAINT `jobs_company_jobs_sub_category_id_3cf15054_fk_job_sub_c` FOREIGN KEY (`sub_category_id`) REFERENCES `job_sub_category_jobsubcategories` (`id`),
  CONSTRAINT `jobs_company_jobs_updated_by_id_54018947_fk_users_user_id` FOREIGN KEY (`updated_by_id`) REFERENCES `users_user` (`id`),
  CONSTRAINT `jobs_company_jobs_chk_1` CHECK ((`salary_min` >= 0)),
  CONSTRAINT `jobs_company_jobs_chk_2` CHECK ((`salary_max` >= 0))
) ENGINE=InnoDB AUTO_INCREMENT=48 DEFAULT CHARSET=latin1;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `jobs_company_jobs`
--

LOCK TABLES `jobs_company_jobs` WRITE;
/*!40000 ALTER TABLE `jobs_company_jobs` DISABLE KEYS */;
INSERT INTO `jobs_company_jobs` VALUES (36,0,'2025-11-03 10:18:43.717812','2025-11-03 18:45:53.605840',2,NULL,'new job 1',1,200000,4999997,'fsddfafdfafas',0,'<p>fsafafafsafssaf</p>','<p>fsafafafsafsfaf</p>','<p>fsafafafsa</p>','<p>fsafafafsaf</p>','jobs/Icon_DSQXAjh.png','fasfafsafasf',6,NULL,0,NULL,NULL,'12345',NULL,NULL),(37,0,'2025-11-03 10:50:55.140510','2025-11-03 12:07:10.111667',2,NULL,'another new new job 2',1,200000,3000000,'fdsafafasfafasf',0,'<p>fdsafafsaf</p>','<p>fasfdafafa</p>','<p>fdsafafasf</p>','<p>fdsafafsdf</p>','jobs/Vector_xfPpZ77.png','fasfafsafasf',6,NULL,0,NULL,NULL,'12345',NULL,NULL),(38,0,'2025-11-03 18:45:21.668394','2025-11-03 18:45:21.668429',2,NULL,'New job 2',1,20000,40000,'Berlin',0,'<p>fasafsafaf</p>','<p>fasfdafasfa</p>','<p>fsafaafafaf</p>','<p>fsafafaffsa</p>','jobs/Icon_oRE2TzF.png','fasfafsafasf',6,NULL,0,NULL,NULL,'12345',NULL,NULL),(47,1,'2026-04-06 06:51:44.396971','2026-04-06 06:51:44.396999',248,NULL,'hjvSLcv',1,30000,40000,'Dhaka',1,'12','234','hfcg','gfdxh','jobs/WhatsApp_Image_2026-03-29_at_17_xG8OzSt.35.32.jpeg','hkjbV ZK',19,29,0,'Bangladesh','Odisha','01883217001',14,NULL);
/*!40000 ALTER TABLE `jobs_company_jobs` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `jobs_details_jobsdetails`
--

DROP TABLE IF EXISTS `jobs_details_jobsdetails`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `jobs_details_jobsdetails` (
  `id` bigint NOT NULL AUTO_INCREMENT,
  `is_active` tinyint(1) NOT NULL,
  `created_at` datetime(6) NOT NULL,
  `updated_at` datetime(6) NOT NULL,
  `created_by` varchar(100) DEFAULT NULL,
  `updated_by` varchar(100) DEFAULT NULL,
  `title` varchar(100) NOT NULL,
  `type` int NOT NULL,
  `icon_url` varchar(200) NOT NULL,
  `min_salary` decimal(10,2) NOT NULL,
  `max_salary` decimal(10,2) NOT NULL,
  `category_id_id` bigint NOT NULL,
  `company_id_id` bigint NOT NULL,
  PRIMARY KEY (`id`),
  KEY `jobs_details_jobsdet_category_id_id_0ff44d4a_fk_job_categ` (`category_id_id`),
  KEY `jobs_details_jobsdet_company_id_id_b26afcae_fk_job_compa` (`company_id_id`),
  CONSTRAINT `jobs_details_jobsdet_category_id_id_0ff44d4a_fk_job_categ` FOREIGN KEY (`category_id_id`) REFERENCES `job_categories_jobcategories` (`id`),
  CONSTRAINT `jobs_details_jobsdet_company_id_id_b26afcae_fk_job_compa` FOREIGN KEY (`company_id_id`) REFERENCES `job_company_jobcompany` (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=13 DEFAULT CHARSET=latin1;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `jobs_details_jobsdetails`
--

LOCK TABLES `jobs_details_jobsdetails` WRITE;
/*!40000 ALTER TABLE `jobs_details_jobsdetails` DISABLE KEYS */;
INSERT INTO `jobs_details_jobsdetails` VALUES (1,1,'2025-05-28 08:49:04.434326','2025-05-28 08:49:04.434326',NULL,NULL,'Software Engineering',1,'string.com',10000.00,15000.00,1,1),(2,1,'2025-05-28 08:49:20.868423','2025-05-28 08:49:20.868423',NULL,NULL,'Web developer',1,'string.com',10000.00,15000.00,1,1),(3,0,'2025-05-28 08:49:29.778164','2025-05-28 08:50:04.961618',NULL,NULL,'DRF developer',1,'string.com',10000.00,15000.00,1,1),(4,1,'2025-06-02 06:39:18.361699','2025-06-02 06:39:18.361725',NULL,NULL,'Job 3',1,'https://sg1-cdn.pgimgs.com/listing/25632941/UPHO.155090569.V800/Penrose-Eunos-Geylang-Paya-Lebar-Singapore.jpg',150.00,520.00,1,1),(5,1,'2025-06-02 06:39:32.020593','2025-06-02 06:39:32.020607',NULL,NULL,'Job 4',1,'https://sg1-cdn.pgimgs.com/listing/25632941/UPHO.155090569.V800/Penrose-Eunos-Geylang-Paya-Lebar-Singapore.jpg',140.00,520.00,1,1),(6,1,'2025-06-02 06:39:41.098726','2025-06-02 06:39:41.098740',NULL,NULL,'Job 5',1,'https://sg1-cdn.pgimgs.com/listing/25632941/UPHO.155090569.V800/Penrose-Eunos-Geylang-Paya-Lebar-Singapore.jpg',140.00,520.00,1,1),(7,1,'2025-06-02 06:40:34.980030','2025-06-02 06:40:34.980056',NULL,NULL,'Job 6',1,'https://sg1-cdn.pgimgs.com/listing/25607513/UPHO.154762050.V800/Mont-Timah-Clementi-Park-Upper-Bukit-Timah-Singapore.jpg',140.00,520.00,1,1),(8,1,'2025-06-02 06:40:41.597486','2025-06-02 06:40:41.597499',NULL,NULL,'Job 7',1,'https://sg1-cdn.pgimgs.com/listing/25607513/UPHO.154762050.V800/Mont-Timah-Clementi-Park-Upper-Bukit-Timah-Singapore.jpg',140.00,520.00,1,1),(9,1,'2025-06-02 06:40:48.500465','2025-06-02 06:40:48.500486',NULL,NULL,'Job 8',1,'https://sg1-cdn.pgimgs.com/listing/25607513/UPHO.154762050.V800/Mont-Timah-Clementi-Park-Upper-Bukit-Timah-Singapore.jpg',140.00,520.00,1,1),(10,1,'2025-06-02 06:40:54.790097','2025-06-02 06:40:54.790110',NULL,NULL,'Job 9',1,'https://sg1-cdn.pgimgs.com/listing/25607513/UPHO.154762050.V800/Mont-Timah-Clementi-Park-Upper-Bukit-Timah-Singapore.jpg',140.00,520.00,1,1),(11,1,'2025-06-02 06:40:59.710668','2025-06-02 06:40:59.710682',NULL,NULL,'Job 10',1,'https://sg1-cdn.pgimgs.com/listing/25607513/UPHO.154762050.V800/Mont-Timah-Clementi-Park-Upper-Bukit-Timah-Singapore.jpg',140.00,520.00,1,1),(12,1,'2025-06-02 07:02:33.220527','2025-06-02 07:02:33.220548',NULL,NULL,'Testing',1,'https://sg1-cdn.pgimgs.com/listing/25607513/UPHO.154762052.V800/Mont-Timah-Clementi-Park-Upper-Bukit-Timah-Singapore.jpg',10.00,520.00,1,1);
/*!40000 ALTER TABLE `jobs_details_jobsdetails` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `notification_notification`
--

DROP TABLE IF EXISTS `notification_notification`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `notification_notification` (
  `id` bigint NOT NULL AUTO_INCREMENT,
  `notification_type` varchar(50) COLLATE utf8mb4_unicode_ci NOT NULL,
  `property_report_id` int unsigned DEFAULT NULL,
  `service_report_id` int unsigned DEFAULT NULL,
  `producer_report_id` int unsigned DEFAULT NULL,
  `job_report_id` int unsigned DEFAULT NULL,
  `title` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `message` longtext COLLATE utf8mb4_unicode_ci,
  `status` varchar(20) COLLATE utf8mb4_unicode_ci NOT NULL,
  `created_at` datetime(6) NOT NULL,
  `read_at` datetime(6) DEFAULT NULL,
  PRIMARY KEY (`id`),
  KEY `notificatio_status_71d9cf_idx` (`status`),
  KEY `notificatio_created_87dbca_idx` (`created_at` DESC),
  CONSTRAINT `notification_notification_chk_1` CHECK ((`property_report_id` >= 0)),
  CONSTRAINT `notification_notification_chk_2` CHECK ((`service_report_id` >= 0)),
  CONSTRAINT `notification_notification_chk_3` CHECK ((`producer_report_id` >= 0)),
  CONSTRAINT `notification_notification_chk_4` CHECK ((`job_report_id` >= 0))
) ENGINE=InnoDB AUTO_INCREMENT=13 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `notification_notification`
--

LOCK TABLES `notification_notification` WRITE;
/*!40000 ALTER TABLE `notification_notification` DISABLE KEYS */;
INSERT INTO `notification_notification` VALUES (5,'service_report',NULL,34,NULL,NULL,'Service Reported: test (ID: 34)','testtesttest','read','2025-10-28 07:39:51.075249','2025-11-02 20:31:18.533943'),(6,'service_report',NULL,8,NULL,NULL,'Service Reported: room (ID: 8)','Hay this is testing purpose','read','2025-10-29 08:38:05.973420','2025-11-02 20:31:04.570752'),(7,'property_report',51,NULL,NULL,NULL,'Property Flagged: Taman Puchong Utama 9 (ID: 51)','Reason for Reporting','read','2025-11-05 11:53:24.354749','2025-11-16 03:20:13.965983'),(8,'property_report',48,NULL,NULL,NULL,'Property Flagged: Puchong Prima, Puchong (ID: 48)','Hi, this is inappropriate, please remove','read','2025-11-16 03:22:33.522286','2026-01-04 10:44:26.012169'),(9,'service_report',NULL,4,NULL,NULL,'Service Reported: Consultation (ID: 4)','advertisement and business doesn\'t match','unread','2025-11-16 03:25:27.076984',NULL),(10,'country_admin',NULL,NULL,NULL,NULL,'New Country Admin Created','Mintu-1 (rpvc2@virgilian.com) assigned to Bangladesh','unread','2026-01-22 06:40:01.626118',NULL),(11,'country_admin',NULL,NULL,NULL,NULL,'New Country Admin Created','Test Discover (svdgn@virgilian.com) assigned to Bangladesh','unread','2026-01-22 12:27:29.865610',NULL),(12,'country_admin',NULL,NULL,NULL,NULL,'New Country Admin Created','ru6jg@dollicons.com (ru6jg@dollicons.com) assigned to Bangladesh','unread','2026-02-18 10:47:34.118066',NULL);
/*!40000 ALTER TABLE `notification_notification` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `orders_coupon`
--

DROP TABLE IF EXISTS `orders_coupon`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `orders_coupon` (
  `id` bigint NOT NULL AUTO_INCREMENT,
  `is_active` tinyint(1) NOT NULL,
  `created_at` datetime(6) NOT NULL,
  `updated_at` datetime(6) NOT NULL,
  `created_by_id` bigint DEFAULT NULL,
  `updated_by_id` bigint DEFAULT NULL,
  `code` varchar(50) NOT NULL,
  `discount_type` varchar(20) NOT NULL,
  `discount_value` decimal(10,2) NOT NULL,
  `valid_from` datetime(6) NOT NULL,
  `valid_to` datetime(6) NOT NULL,
  `applies_to` varchar(20) NOT NULL,
  PRIMARY KEY (`id`),
  UNIQUE KEY `code` (`code`),
  KEY `orders_coupon_created_by_id_663b0b95` (`created_by_id`),
  KEY `orders_coupon_updated_by_id_9d071689` (`updated_by_id`),
  CONSTRAINT `orders_coupon_created_by_id_663b0b95_fk_users_user_id` FOREIGN KEY (`created_by_id`) REFERENCES `users_user` (`id`),
  CONSTRAINT `orders_coupon_updated_by_id_9d071689_fk_users_user_id` FOREIGN KEY (`updated_by_id`) REFERENCES `users_user` (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=9 DEFAULT CHARSET=latin1;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `orders_coupon`
--

LOCK TABLES `orders_coupon` WRITE;
/*!40000 ALTER TABLE `orders_coupon` DISABLE KEYS */;
/*!40000 ALTER TABLE `orders_coupon` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `orders_order`
--

DROP TABLE IF EXISTS `orders_order`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `orders_order` (
  `id` bigint NOT NULL AUTO_INCREMENT,
  `is_active` tinyint(1) NOT NULL,
  `created_at` datetime(6) NOT NULL,
  `updated_at` datetime(6) NOT NULL,
  `created_by_id` bigint DEFAULT NULL,
  `updated_by_id` bigint DEFAULT NULL,
  `status` varchar(20) NOT NULL,
  `total_price` decimal(10,2) NOT NULL,
  `discount_amount` decimal(10,2) NOT NULL,
  `final_total` decimal(10,2) NOT NULL,
  `shipping_cost` decimal(6,2) NOT NULL,
  `tracking_number` varchar(100) DEFAULT NULL,
  `coupon_id` bigint DEFAULT NULL,
  `customer_id` bigint NOT NULL,
  `shipping_method_id` bigint DEFAULT NULL,
  PRIMARY KEY (`id`),
  KEY `orders_order_coupon_id_5bddb887_fk_orders_coupon_id` (`coupon_id`),
  KEY `orders_order_shipping_method_id_428e13e2_fk_orders_sh` (`shipping_method_id`),
  KEY `orders_order_customer_id_0b76f6a4_fk_users_user_id` (`customer_id`),
  KEY `orders_order_created_by_id_d5f5e69c` (`created_by_id`),
  KEY `orders_order_updated_by_id_ebcc0e59` (`updated_by_id`),
  CONSTRAINT `orders_order_coupon_id_5bddb887_fk_orders_coupon_id` FOREIGN KEY (`coupon_id`) REFERENCES `orders_coupon` (`id`),
  CONSTRAINT `orders_order_created_by_id_d5f5e69c_fk_users_user_id` FOREIGN KEY (`created_by_id`) REFERENCES `users_user` (`id`),
  CONSTRAINT `orders_order_customer_id_0b76f6a4_fk_users_user_id` FOREIGN KEY (`customer_id`) REFERENCES `users_user` (`id`),
  CONSTRAINT `orders_order_shipping_method_id_428e13e2_fk_orders_sh` FOREIGN KEY (`shipping_method_id`) REFERENCES `orders_shippingmethod` (`id`),
  CONSTRAINT `orders_order_updated_by_id_ebcc0e59_fk_users_user_id` FOREIGN KEY (`updated_by_id`) REFERENCES `users_user` (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=30 DEFAULT CHARSET=latin1;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `orders_order`
--

LOCK TABLES `orders_order` WRITE;
/*!40000 ALTER TABLE `orders_order` DISABLE KEYS */;
/*!40000 ALTER TABLE `orders_order` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `orders_orderitem`
--

DROP TABLE IF EXISTS `orders_orderitem`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `orders_orderitem` (
  `id` bigint NOT NULL AUTO_INCREMENT,
  `is_active` tinyint(1) NOT NULL,
  `created_at` datetime(6) NOT NULL,
  `updated_at` datetime(6) NOT NULL,
  `created_by_id` bigint DEFAULT NULL,
  `updated_by_id` bigint DEFAULT NULL,
  `product_variant_id` bigint NOT NULL,
  `quantity` int unsigned NOT NULL,
  `price_each` decimal(10,2) NOT NULL,
  `subtotal` decimal(10,2) NOT NULL,
  `order_id` bigint NOT NULL,
  PRIMARY KEY (`id`),
  KEY `orders_orderitem_order_id_fe61a34d_fk_orders_order_id` (`order_id`),
  KEY `orders_orderitem_product_variant_id_148aec19` (`product_variant_id`),
  KEY `orders_orderitem_created_by_id_75b83f41` (`created_by_id`),
  KEY `orders_orderitem_updated_by_id_1b6ee5bc` (`updated_by_id`),
  CONSTRAINT `orders_orderitem_created_by_id_75b83f41_fk_users_user_id` FOREIGN KEY (`created_by_id`) REFERENCES `users_user` (`id`),
  CONSTRAINT `orders_orderitem_order_id_fe61a34d_fk_orders_order_id` FOREIGN KEY (`order_id`) REFERENCES `orders_order` (`id`),
  CONSTRAINT `orders_orderitem_updated_by_id_1b6ee5bc_fk_users_user_id` FOREIGN KEY (`updated_by_id`) REFERENCES `users_user` (`id`),
  CONSTRAINT `orders_orderitem_chk_1` CHECK ((`quantity` >= 0))
) ENGINE=InnoDB AUTO_INCREMENT=31 DEFAULT CHARSET=latin1;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `orders_orderitem`
--

LOCK TABLES `orders_orderitem` WRITE;
/*!40000 ALTER TABLE `orders_orderitem` DISABLE KEYS */;
/*!40000 ALTER TABLE `orders_orderitem` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `orders_orderpayment`
--

DROP TABLE IF EXISTS `orders_orderpayment`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `orders_orderpayment` (
  `id` bigint NOT NULL AUTO_INCREMENT,
  `is_active` tinyint(1) NOT NULL,
  `created_at` datetime(6) NOT NULL,
  `updated_at` datetime(6) NOT NULL,
  `created_by_id` bigint DEFAULT NULL,
  `updated_by_id` bigint DEFAULT NULL,
  `payment_method` varchar(50) NOT NULL,
  `status` varchar(20) NOT NULL,
  `total_amount` decimal(10,2) NOT NULL,
  `paid_at` datetime(6) DEFAULT NULL,
  `order_id` bigint NOT NULL,
  PRIMARY KEY (`id`),
  UNIQUE KEY `order_id` (`order_id`),
  KEY `orders_orderpayment_created_by_id_bbf4b454` (`created_by_id`),
  KEY `orders_orderpayment_updated_by_id_e4c541c8` (`updated_by_id`),
  CONSTRAINT `orders_orderpayment_created_by_id_bbf4b454_fk_users_user_id` FOREIGN KEY (`created_by_id`) REFERENCES `users_user` (`id`),
  CONSTRAINT `orders_orderpayment_order_id_c2396d8c_fk_orders_order_id` FOREIGN KEY (`order_id`) REFERENCES `orders_order` (`id`),
  CONSTRAINT `orders_orderpayment_updated_by_id_e4c541c8_fk_users_user_id` FOREIGN KEY (`updated_by_id`) REFERENCES `users_user` (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=29 DEFAULT CHARSET=latin1;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `orders_orderpayment`
--

LOCK TABLES `orders_orderpayment` WRITE;
/*!40000 ALTER TABLE `orders_orderpayment` DISABLE KEYS */;
/*!40000 ALTER TABLE `orders_orderpayment` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `orders_shippingaddress`
--

DROP TABLE IF EXISTS `orders_shippingaddress`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `orders_shippingaddress` (
  `id` bigint NOT NULL AUTO_INCREMENT,
  `is_active` tinyint(1) NOT NULL,
  `created_at` datetime(6) NOT NULL,
  `updated_at` datetime(6) NOT NULL,
  `created_by_id` bigint DEFAULT NULL,
  `updated_by_id` bigint DEFAULT NULL,
  `recipient_name` varchar(100) NOT NULL,
  `company_name` varchar(100) DEFAULT NULL,
  `appartment_number` varchar(50) DEFAULT NULL,
  `street_address` varchar(255) NOT NULL,
  `city` varchar(100) NOT NULL,
  `state` varchar(100) NOT NULL,
  `postal_code` varchar(20) DEFAULT NULL,
  `country` varchar(100) NOT NULL,
  `phone_number` varchar(15) NOT NULL,
  `email` varchar(254) NOT NULL,
  `is_check_save_info_faster_checkout` tinyint(1) NOT NULL,
  `order_id` bigint NOT NULL,
  PRIMARY KEY (`id`),
  UNIQUE KEY `order_id` (`order_id`),
  KEY `orders_shippingaddress_created_by_id_8bf02449` (`created_by_id`),
  KEY `orders_shippingaddress_updated_by_id_e1a0241e` (`updated_by_id`),
  CONSTRAINT `orders_shippingaddress_created_by_id_8bf02449_fk_users_user_id` FOREIGN KEY (`created_by_id`) REFERENCES `users_user` (`id`),
  CONSTRAINT `orders_shippingaddress_order_id_da2e8a03_fk_orders_order_id` FOREIGN KEY (`order_id`) REFERENCES `orders_order` (`id`),
  CONSTRAINT `orders_shippingaddress_updated_by_id_e1a0241e_fk_users_user_id` FOREIGN KEY (`updated_by_id`) REFERENCES `users_user` (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=29 DEFAULT CHARSET=latin1;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `orders_shippingaddress`
--

LOCK TABLES `orders_shippingaddress` WRITE;
/*!40000 ALTER TABLE `orders_shippingaddress` DISABLE KEYS */;
/*!40000 ALTER TABLE `orders_shippingaddress` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `orders_shippingmethod`
--

DROP TABLE IF EXISTS `orders_shippingmethod`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `orders_shippingmethod` (
  `id` bigint NOT NULL AUTO_INCREMENT,
  `is_active` tinyint(1) NOT NULL,
  `created_at` datetime(6) NOT NULL,
  `updated_at` datetime(6) NOT NULL,
  `created_by_id` bigint DEFAULT NULL,
  `updated_by_id` bigint DEFAULT NULL,
  `name` varchar(50) NOT NULL,
  `cost` decimal(6,2) NOT NULL,
  PRIMARY KEY (`id`),
  KEY `orders_shippingmethod_created_by_id_1370bd1e` (`created_by_id`),
  KEY `orders_shippingmethod_updated_by_id_17c1c74c` (`updated_by_id`),
  CONSTRAINT `orders_shippingmethod_created_by_id_1370bd1e_fk_users_user_id` FOREIGN KEY (`created_by_id`) REFERENCES `users_user` (`id`),
  CONSTRAINT `orders_shippingmethod_updated_by_id_17c1c74c_fk_users_user_id` FOREIGN KEY (`updated_by_id`) REFERENCES `users_user` (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=10 DEFAULT CHARSET=latin1;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `orders_shippingmethod`
--

LOCK TABLES `orders_shippingmethod` WRITE;
/*!40000 ALTER TABLE `orders_shippingmethod` DISABLE KEYS */;
/*!40000 ALTER TABLE `orders_shippingmethod` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `package_category_packagecategory`
--

DROP TABLE IF EXISTS `package_category_packagecategory`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `package_category_packagecategory` (
  `id` bigint NOT NULL AUTO_INCREMENT,
  `is_active` tinyint(1) NOT NULL,
  `created_at` datetime(6) NOT NULL,
  `updated_at` datetime(6) NOT NULL,
  `created_by_id` bigint DEFAULT NULL,
  `updated_by_id` bigint DEFAULT NULL,
  `name` varchar(255) NOT NULL,
  PRIMARY KEY (`id`),
  KEY `package_category_packagecategory_created_by_id_878cdd0b` (`created_by_id`),
  KEY `package_category_packagecategory_updated_by_id_d48f517f` (`updated_by_id`),
  CONSTRAINT `package_category_pac_created_by_id_878cdd0b_fk_users_use` FOREIGN KEY (`created_by_id`) REFERENCES `users_user` (`id`),
  CONSTRAINT `package_category_pac_updated_by_id_d48f517f_fk_users_use` FOREIGN KEY (`updated_by_id`) REFERENCES `users_user` (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=13 DEFAULT CHARSET=latin1;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `package_category_packagecategory`
--

LOCK TABLES `package_category_packagecategory` WRITE;
/*!40000 ALTER TABLE `package_category_packagecategory` DISABLE KEYS */;
INSERT INTO `package_category_packagecategory` VALUES (1,1,'2025-07-08 06:43:13.928150','2025-10-16 04:59:41.861916',NULL,NULL,'Bronze'),(3,1,'2025-07-09 12:20:49.505943','2025-10-16 04:59:59.370935',NULL,NULL,'Gold'),(9,1,'2025-09-28 13:04:57.167032','2025-10-16 05:00:25.459170',NULL,NULL,'Silver'),(10,1,'2025-09-28 13:05:17.123135','2025-10-16 05:00:36.975708',NULL,NULL,'Platinum'),(11,1,'2025-10-16 05:00:46.153571','2025-10-16 05:00:46.153593',NULL,NULL,'Titanium');
/*!40000 ALTER TABLE `package_category_packagecategory` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `package_checkout_form_shippingaddresspackage`
--

DROP TABLE IF EXISTS `package_checkout_form_shippingaddresspackage`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `package_checkout_form_shippingaddresspackage` (
  `id` bigint NOT NULL AUTO_INCREMENT,
  `recipient_name` varchar(100) NOT NULL,
  `company_name` varchar(100) DEFAULT NULL,
  `appartment_number` varchar(50) DEFAULT NULL,
  `street_address` varchar(255) NOT NULL,
  `city` varchar(100) NOT NULL,
  `state` varchar(100) NOT NULL,
  `postal_code` varchar(20) DEFAULT NULL,
  `country` varchar(100) NOT NULL,
  `phone_number` varchar(15) NOT NULL,
  `email` varchar(254) NOT NULL,
  `is_check_save_info_faster_checkout` tinyint(1) NOT NULL,
  `checkout_id` bigint NOT NULL,
  PRIMARY KEY (`id`),
  KEY `package_checkout_for_checkout_id_cf340ff3_fk_package_c` (`checkout_id`),
  CONSTRAINT `package_checkout_for_checkout_id_cf340ff3_fk_package_c` FOREIGN KEY (`checkout_id`) REFERENCES `package_category_packagecategory` (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=15 DEFAULT CHARSET=latin1;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `package_checkout_form_shippingaddresspackage`
--

LOCK TABLES `package_checkout_form_shippingaddresspackage` WRITE;
/*!40000 ALTER TABLE `package_checkout_form_shippingaddresspackage` DISABLE KEYS */;
INSERT INTO `package_checkout_form_shippingaddresspackage` VALUES (7,'anoser','APON Technology','fgd','House: 172, Word: 07,','Bhola','420','8300','Bangladesh','01990000922','anowerhossan1988@gmail.com',1,1),(10,'MM','Test','test','test','test','test','123','test','01990000922','test@gmail.com',1,1),(11,'Forenews','','','road:8','Bashundhara','Dhaka','4001','BD','01775899','forenews@gmail.com',1,1),(13,'Grady Gomez','Livingston and Curtis LLC','226','Animi ducimus modi','Essefsdf','In id voluptatibus','1211','Quosdfsad','+173658-350612','goqu@mailinator.com',0,11),(14,'Brandon Nicholson','Sullivan and Molina Traders','487','Cum eos sunt quasi','Libero','At voluptas ab est','Ullamc','Tempore iste enim n','1449 999-9045','bykyrabih@mailinator.com',0,11);
/*!40000 ALTER TABLE `package_checkout_form_shippingaddresspackage` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `package_details_packagedetails`
--

DROP TABLE IF EXISTS `package_details_packagedetails`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `package_details_packagedetails` (
  `id` bigint NOT NULL AUTO_INCREMENT,
  `details` longtext NOT NULL,
  `total_ads` int unsigned NOT NULL,
  `price` varchar(50) NOT NULL,
  `category_id` bigint NOT NULL,
  `space` decimal(10,2) DEFAULT NULL,
  `support` longtext NOT NULL,
  `space_titanium` varchar(255) DEFAULT NULL,
  `is_enterprise` tinyint(1) NOT NULL,
  PRIMARY KEY (`id`),
  UNIQUE KEY `package_details_packagedetails_category_id_3e39b99b_uniq` (`category_id`),
  CONSTRAINT `package_details_packagedetails_chk_1` CHECK ((`total_ads` >= 0))
) ENGINE=InnoDB AUTO_INCREMENT=22 DEFAULT CHARSET=latin1;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `package_details_packagedetails`
--

LOCK TABLES `package_details_packagedetails` WRITE;
/*!40000 ALTER TABLE `package_details_packagedetails` DISABLE KEYS */;
INSERT INTO `package_details_packagedetails` VALUES (17,'Posting up to size 1024 MB/1GB, including Image, Video',0,'Free',1,1024.00,'No Admin Support',NULL,0),(18,'Posting up to size 3024 MB/3 GB, including Image, Video',0,'15.88',3,3024.00,'Limited Admin Support',NULL,0),(19,'Posting up to size 5024 MB/5 GB, including Image, Video',0,'8.88',9,5024.00,'Unlimited Admin Support',NULL,0),(20,'Posting up to size 10,024 MB/10 GB, including Image, Video',0,'18.88',10,10024.00,'Unlimited Admin Support',NULL,0),(21,'Contact Sales',0,'Enterprise Usage',11,0.00,'Unlimited Service',NULL,1);
/*!40000 ALTER TABLE `package_details_packagedetails` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `package_discount_packagediscount`
--

DROP TABLE IF EXISTS `package_discount_packagediscount`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `package_discount_packagediscount` (
  `id` bigint NOT NULL AUTO_INCREMENT,
  `is_active` tinyint(1) NOT NULL,
  `created_at` datetime(6) NOT NULL,
  `updated_at` datetime(6) NOT NULL,
  `created_by_id` bigint DEFAULT NULL,
  `updated_by_id` bigint DEFAULT NULL,
  `discount_amount` decimal(10,2) DEFAULT NULL,
  `discount_percent` decimal(5,2) DEFAULT NULL,
  `package_id` bigint NOT NULL,
  PRIMARY KEY (`id`),
  UNIQUE KEY `package_id` (`package_id`),
  KEY `package_discount_packagediscount_created_by_id_2310fafb` (`created_by_id`),
  KEY `package_discount_packagediscount_updated_by_id_a1302e28` (`updated_by_id`),
  CONSTRAINT `package_discount_pac_created_by_id_2310fafb_fk_users_use` FOREIGN KEY (`created_by_id`) REFERENCES `users_user` (`id`),
  CONSTRAINT `package_discount_pac_package_id_7c4dacfd_fk_package_d` FOREIGN KEY (`package_id`) REFERENCES `package_details_packagedetails` (`id`),
  CONSTRAINT `package_discount_pac_updated_by_id_a1302e28_fk_users_use` FOREIGN KEY (`updated_by_id`) REFERENCES `users_user` (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=8 DEFAULT CHARSET=latin1;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `package_discount_packagediscount`
--

LOCK TABLES `package_discount_packagediscount` WRITE;
/*!40000 ALTER TABLE `package_discount_packagediscount` DISABLE KEYS */;
/*!40000 ALTER TABLE `package_discount_packagediscount` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `package_payment_payment`
--

DROP TABLE IF EXISTS `package_payment_payment`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `package_payment_payment` (
  `id` bigint NOT NULL AUTO_INCREMENT,
  `stripe_payment_intent` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `amount` decimal(10,2) NOT NULL,
  `status` varchar(20) COLLATE utf8mb4_unicode_ci NOT NULL,
  `created_at` datetime(6) NOT NULL,
  `package_id` bigint NOT NULL,
  `user_id` bigint NOT NULL,
  `card_brand` varchar(20) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `card_last4` varchar(4) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `currency` varchar(10) COLLATE utf8mb4_unicode_ci NOT NULL,
  `payment_method_type` varchar(50) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `stripe_customer_id` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  PRIMARY KEY (`id`),
  KEY `package_payment_paym_package_id_caa45220_fk_package_d` (`package_id`),
  KEY `package_payment_payment_user_id_2b771f16_fk_users_user_id` (`user_id`),
  CONSTRAINT `package_payment_paym_package_id_caa45220_fk_package_d` FOREIGN KEY (`package_id`) REFERENCES `package_details_packagedetails` (`id`),
  CONSTRAINT `package_payment_payment_user_id_2b771f16_fk_users_user_id` FOREIGN KEY (`user_id`) REFERENCES `users_user` (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=59 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `package_payment_payment`
--

LOCK TABLES `package_payment_payment` WRITE;
/*!40000 ALTER TABLE `package_payment_payment` DISABLE KEYS */;
INSERT INTO `package_payment_payment` VALUES (1,NULL,49.00,'pending','2025-10-20 13:13:53.009166',18,15,NULL,NULL,'usd',NULL,NULL),(2,NULL,49.00,'pending','2025-10-21 04:37:15.406712',18,15,NULL,NULL,'usd',NULL,NULL),(3,NULL,49.00,'pending','2025-10-21 04:50:10.178365',18,32,NULL,NULL,'usd',NULL,NULL),(4,NULL,49.00,'pending','2025-10-21 08:27:21.235306',18,31,NULL,NULL,'usd',NULL,NULL),(5,NULL,49.00,'pending','2025-10-21 09:07:07.986594',18,31,NULL,NULL,'usd',NULL,NULL),(6,NULL,49.00,'pending','2025-10-21 09:08:07.109905',18,31,NULL,NULL,'usd',NULL,NULL),(7,NULL,49.00,'pending','2025-10-21 09:11:07.741568',18,31,NULL,NULL,'usd',NULL,NULL),(8,NULL,49.00,'pending','2025-10-21 09:12:08.633290',18,31,NULL,NULL,'usd',NULL,NULL),(9,NULL,89.00,'pending','2025-10-21 09:27:27.850122',20,31,NULL,NULL,'usd',NULL,NULL),(10,'pi_3SL1nQHWwVmn6nLt1EzZ7S3A',14.99,'succeeded','2025-10-22 13:09:33.694562',19,32,NULL,NULL,'usd',NULL,NULL),(11,'pi_3SLIa0HWwVmn6nLt0sowardZ',10.99,'succeeded','2025-10-23 07:04:30.577963',18,32,NULL,NULL,'usd',NULL,NULL),(12,'cs_test_a1KHeKwDU9QWVkYM4XySR6ONMnnTXZrlth6giA0CC2wVhpjX8UP5MD5qym',10.99,'pending','2025-10-23 07:10:28.996328',18,32,NULL,NULL,'usd',NULL,NULL),(13,'pi_3SLIgpHWwVmn6nLt1C4fe2B6',10.99,'succeeded','2025-10-23 07:11:13.117588',18,31,NULL,NULL,'usd',NULL,NULL),(14,'pi_3SLJsyHWwVmn6nLt0jkzuGVL',14.99,'succeeded','2025-10-23 08:28:31.136774',19,32,NULL,NULL,'usd',NULL,NULL),(15,'pi_3SLK7YHWwVmn6nLt1JA6hHZW',14.99,'succeeded','2025-10-23 08:43:37.694336',19,32,NULL,NULL,'usd',NULL,NULL),(16,'cs_test_a1vEKaCmiSuVbYkBa3DPpwPYe8mnTifxqjwKZNwiVkgLZ6AfvsEenzSWPU',10.99,'pending','2025-10-23 08:57:56.632289',18,32,NULL,NULL,'usd',NULL,NULL),(17,'cs_test_a1zBRB4z83T3Z0QVl8NAuu4uoDSiAlTIEv5T7qBK0edRmxjXBHuquNMf6M',10.99,'pending','2025-10-23 09:35:41.096816',18,34,NULL,NULL,'usd',NULL,NULL),(18,'pi_3SLKxJHWwVmn6nLt1HNa320K',10.99,'succeeded','2025-10-23 09:36:48.731424',18,34,NULL,NULL,'usd',NULL,NULL),(19,'free_package',0.00,'succeeded','2025-10-26 13:48:55.802665',17,32,NULL,NULL,'usd',NULL,NULL),(20,'free_package',0.00,'succeeded','2025-11-05 08:32:21.167702',17,36,NULL,NULL,'usd',NULL,NULL),(21,'cs_test_a1ojKygIy5AbIPVweHNtaWWl3imes8Tutp71Yp3vTORvW8XgdXRA2MN0wh',8.88,'pending','2025-11-10 07:34:06.906082',18,31,NULL,NULL,'usd',NULL,NULL),(22,'free_package',0.00,'succeeded','2025-11-10 08:54:14.729109',17,37,NULL,NULL,'usd',NULL,NULL),(23,'cs_test_a1NlSVsxieJDp4eWjlojeU2Hbt5MEMGtyhtXQsZtzirUmMnDqjwYzAQG8Y',8.88,'pending','2025-11-16 02:54:09.018146',18,31,NULL,NULL,'usd',NULL,NULL),(24,'cs_test_a1xQwqRyFHsF741QM2dpnM1g7yD81h0sOqLHYgc0j7PX1nySIof3Ok7NNv',8.88,'pending','2025-11-17 09:40:24.857314',18,31,NULL,NULL,'usd',NULL,NULL),(25,'cs_test_a1yU08Lb3U7AVAT1oGSNVEqlpRjj8NzKweYB1oHhlDXloi9LkDegvuGlNK',8.88,'pending','2025-11-18 11:32:02.257280',18,18,NULL,NULL,'usd',NULL,NULL),(26,'cs_test_a18iekz9CdjMnjISj6C4vnLHBpY7DqJm5FxuCWMIEHfBee9D1FHZ8OpC0a',15.88,'pending','2025-11-18 15:27:57.019296',19,18,NULL,NULL,'usd',NULL,NULL),(27,'cs_test_a1FAi17EwZCMONCPPl35QeFjgKyHO0J4WXt25NH8ht5HyygfarkbtCKWe8',8.88,'pending','2025-11-20 05:10:32.253208',18,32,NULL,NULL,'usd',NULL,NULL),(28,'cs_test_a1BoR7IdfgA2ELW0ttgyUDsS5ECrU63nPq37si0xj0LhW4W81cbN5OLjvy',8.88,'pending','2025-11-20 05:12:07.578655',18,32,NULL,NULL,'usd',NULL,NULL),(29,'cs_test_a1aXI8kWYpR1NnqJiwtV1Ha1pOvWFgkm7vPH9mfVzFtGwHDh8cg4teuBl9',8.88,'pending','2025-11-20 05:12:34.200787',18,32,NULL,NULL,'usd',NULL,NULL),(30,'cs_live_a1uCfq9rpqY4CZq752jPAzvN1yD0dttK7YfjFcmAYcpN4S4hGGOQCnme82',8.88,'pending','2025-11-20 05:14:06.936266',18,32,NULL,NULL,'usd',NULL,NULL),(31,'cs_live_a1A1KpgexHHCqdPpPdXg2l91XG5ayDI8jwAyP0orqwOZNKa3PQAhy1e0ga',15.88,'pending','2025-11-20 05:49:20.444070',19,32,NULL,NULL,'usd',NULL,NULL),(32,'cs_live_a1lUBd1HVyKzjDK8mdxSsHFJaff74UByJL9Srcpcn1lsCWfnhpbj16C7Lx',8.88,'pending','2025-11-20 05:50:18.904801',18,18,NULL,NULL,'usd',NULL,NULL),(33,'free_package',0.00,'succeeded','2025-11-20 06:38:43.145834',17,31,NULL,NULL,'usd',NULL,NULL),(34,'cs_live_a1fS3Oe1w3il9ZZMNJukqsiVwdhyhIRA8EWaCmmgG3tUR7RF5cyooTyG9d',8.88,'pending','2025-11-20 06:39:01.411752',18,31,NULL,NULL,'usd',NULL,NULL),(35,'cs_live_a1GfZMUF4CsTDTgLYQWwVyOdyZpFH7Exb9MeZsT72IKY41924KoIhSPwlJ',15.88,'pending','2025-11-20 06:39:35.033930',19,31,NULL,NULL,'usd',NULL,NULL),(36,'cs_live_a1mZcOTXpyEeiwia13Oz3x5YBiAKyCLisQRQpkelMSGjauGk5qapX1E17u',18.88,'pending','2025-11-20 06:39:57.084183',20,31,NULL,NULL,'usd',NULL,NULL),(37,'cs_live_a1qM86LVDnNCaZbH3kGrRQYcaYd8U8drFUS5HPShvvGj9rHno3XN3icHr0',8.88,'pending','2025-11-20 06:45:52.202218',18,21,NULL,NULL,'usd',NULL,NULL),(38,'cs_live_a1oumHHSSZOEffh9fASGfIZzCFjkaNuGcZlWka1uZ04Wi6d1SsEumCIVaG',18.88,'pending','2025-11-20 06:46:31.402893',20,21,NULL,NULL,'usd',NULL,NULL),(42,'free_package',0.00,'succeeded','2026-01-25 06:12:54.816794',17,194,NULL,NULL,'usd',NULL,NULL),(44,'free_package',0.00,'succeeded','2026-01-25 12:14:00.557806',17,193,NULL,NULL,'usd',NULL,NULL),(45,'free_package',0.00,'succeeded','2026-02-03 12:54:31.661245',17,204,NULL,NULL,'usd',NULL,NULL),(46,'free_package',0.00,'succeeded','2026-02-05 17:07:21.910559',17,196,NULL,NULL,'usd',NULL,NULL),(47,'free_package',0.00,'succeeded','2026-02-06 04:45:19.468555',17,175,NULL,NULL,'usd',NULL,NULL),(48,'free_package',0.00,'succeeded','2026-02-06 05:30:57.627677',17,201,NULL,NULL,'usd',NULL,NULL),(49,'free_package',0.00,'succeeded','2026-02-16 11:26:41.875057',17,230,NULL,NULL,'usd',NULL,NULL),(50,'free_package',0.00,'succeeded','2026-02-16 11:54:56.567542',17,232,NULL,NULL,'usd',NULL,NULL),(52,'free_package',0.00,'succeeded','2026-02-16 12:25:12.137562',17,233,NULL,NULL,'usd',NULL,NULL),(53,'free_package',0.00,'succeeded','2026-02-17 05:14:47.059421',17,231,NULL,NULL,'usd',NULL,NULL),(54,'cs_live_a1CvwpNPkpW86m88hBS73LW3P6p8nDEVoE6bgFiPSK7yOj26PJl0x6HOMK',8.88,'pending','2026-02-17 05:19:02.685304',19,234,NULL,NULL,'usd',NULL,NULL),(55,'free_package',0.00,'succeeded','2026-02-17 05:19:57.082415',17,234,NULL,NULL,'usd',NULL,NULL),(56,'free_package',0.00,'succeeded','2026-02-18 04:17:24.397520',17,238,NULL,NULL,'usd',NULL,NULL),(57,'free_package',0.00,'succeeded','2026-02-22 10:34:19.370245',17,4,NULL,NULL,'usd',NULL,NULL),(58,'free_package',0.00,'succeeded','2026-03-26 08:27:02.360124',17,30,NULL,NULL,'usd',NULL,NULL);
/*!40000 ALTER TABLE `package_payment_payment` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `package_points_packagepoints`
--

DROP TABLE IF EXISTS `package_points_packagepoints`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `package_points_packagepoints` (
  `id` bigint NOT NULL AUTO_INCREMENT,
  `point` longtext NOT NULL,
  `package_id` bigint DEFAULT NULL,
  `package_points_id` bigint NOT NULL,
  PRIMARY KEY (`id`),
  KEY `package_points_packa_package_id_940c1d9d_fk_package_c` (`package_id`),
  KEY `package_points_packa_package_points_id_316b3eaa_fk_package_d` (`package_points_id`),
  CONSTRAINT `package_points_packa_package_points_id_316b3eaa_fk_package_d` FOREIGN KEY (`package_points_id`) REFERENCES `package_details_packagedetails` (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=latin1;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `package_points_packagepoints`
--

LOCK TABLES `package_points_packagepoints` WRITE;
/*!40000 ALTER TABLE `package_points_packagepoints` DISABLE KEYS */;
/*!40000 ALTER TABLE `package_points_packagepoints` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `producers_categories_producerscategories`
--

DROP TABLE IF EXISTS `producers_categories_producerscategories`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `producers_categories_producerscategories` (
  `id` bigint NOT NULL AUTO_INCREMENT,
  `is_active` tinyint(1) NOT NULL,
  `created_at` datetime(6) NOT NULL,
  `updated_at` datetime(6) NOT NULL,
  `created_by_id` bigint DEFAULT NULL,
  `updated_by_id` bigint DEFAULT NULL,
  `name` varchar(255) NOT NULL,
  PRIMARY KEY (`id`),
  KEY `producers_categories_producerscategories_created_by_id_09af571b` (`created_by_id`),
  KEY `producers_categories_producerscategories_updated_by_id_6eb2346a` (`updated_by_id`),
  CONSTRAINT `producers_categories_created_by_id_09af571b_fk_users_use` FOREIGN KEY (`created_by_id`) REFERENCES `users_user` (`id`),
  CONSTRAINT `producers_categories_updated_by_id_6eb2346a_fk_users_use` FOREIGN KEY (`updated_by_id`) REFERENCES `users_user` (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=35 DEFAULT CHARSET=latin1;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `producers_categories_producerscategories`
--

LOCK TABLES `producers_categories_producerscategories` WRITE;
/*!40000 ALTER TABLE `producers_categories_producerscategories` DISABLE KEYS */;
INSERT INTO `producers_categories_producerscategories` VALUES (34,1,'2026-03-29 07:57:00.411459','2026-03-29 07:57:00.411481',NULL,NULL,'A');
/*!40000 ALTER TABLE `producers_categories_producerscategories` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `producers_offer_producersoffer`
--

DROP TABLE IF EXISTS `producers_offer_producersoffer`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `producers_offer_producersoffer` (
  `id` bigint NOT NULL AUTO_INCREMENT,
  `is_active` tinyint(1) NOT NULL,
  `created_at` datetime(6) NOT NULL,
  `updated_at` datetime(6) NOT NULL,
  `created_by_id` bigint DEFAULT NULL,
  `updated_by_id` bigint DEFAULT NULL,
  `title` varchar(255) NOT NULL,
  `description` longtext NOT NULL,
  `image_url` varchar(100) NOT NULL,
  PRIMARY KEY (`id`),
  KEY `producers_offer_producersoffer_created_by_id_35da1264` (`created_by_id`),
  KEY `producers_offer_producersoffer_updated_by_id_66222ff9` (`updated_by_id`),
  CONSTRAINT `producers_offer_prod_created_by_id_35da1264_fk_users_use` FOREIGN KEY (`created_by_id`) REFERENCES `users_user` (`id`),
  CONSTRAINT `producers_offer_prod_updated_by_id_66222ff9_fk_users_use` FOREIGN KEY (`updated_by_id`) REFERENCES `users_user` (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=8 DEFAULT CHARSET=latin1;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `producers_offer_producersoffer`
--

LOCK TABLES `producers_offer_producersoffer` WRITE;
/*!40000 ALTER TABLE `producers_offer_producersoffer` DISABLE KEYS */;
INSERT INTO `producers_offer_producersoffer` VALUES (1,0,'2025-06-19 11:24:52.130016','2025-12-22 08:43:21.033873',NULL,NULL,'Spring sale!!','30% off on all our products','producers_offers/Spring_sale.png'),(2,0,'2025-06-29 14:14:44.614290','2025-06-29 14:14:44.614320',NULL,NULL,'Testing','This is only for testing','https://plus.unsplash.com/premium_photo-1675337267945-3b2fff5344a0?q=80&w=764&auto=format&fit=crop&i'),(3,0,'2025-06-29 14:15:33.865936','2025-06-29 14:15:41.175720',NULL,NULL,'Demo2','asdfasdfa','https://plus.unsplash.com/premium_photo-1675337267945-3b2fff5344a0?q=80&w=764&auto=format&fit=crop&i'),(4,0,'2025-06-30 13:47:56.832441','2025-12-22 08:43:46.522028',NULL,NULL,'Summer sale 30% off','Summer sale 30% off','producers_offers/Summer_sale_30_off.jpg'),(5,0,'2025-07-01 14:32:10.810907','2025-07-14 07:41:24.648882',NULL,NULL,'Hafl yearly','Dhaka, formerly known as Dacca, is the capital and largest city of Bangladesh.','producers_offers/polos.png'),(6,0,'2025-07-14 07:40:55.207282','2025-12-22 08:44:13.783779',NULL,NULL,'new offer','new description','producers_offers/new_offer.jpg'),(7,0,'2025-09-25 06:18:26.488212','2025-12-22 08:44:42.761950',NULL,NULL,'Ad fuga Sapiente il','Voluptatibus ut enim','producers_offers/Ad_fuga_Sapiente_il.jpg');
/*!40000 ALTER TABLE `producers_offer_producersoffer` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `producers_product_type_and_size_productstypeandsize`
--

DROP TABLE IF EXISTS `producers_product_type_and_size_productstypeandsize`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `producers_product_type_and_size_productstypeandsize` (
  `id` bigint NOT NULL AUTO_INCREMENT,
  `is_active` tinyint(1) NOT NULL,
  `created_at` datetime(6) NOT NULL,
  `updated_at` datetime(6) NOT NULL,
  `created_by_id` bigint DEFAULT NULL,
  `updated_by_id` bigint DEFAULT NULL,
  `name` varchar(255) NOT NULL,
  `product_id` bigint NOT NULL,
  PRIMARY KEY (`id`),
  KEY `producers_product_ty_product_id_3212033b_fk_producers` (`product_id`),
  KEY `producers_product_type_and__created_by_id_7737f5a4` (`created_by_id`),
  KEY `producers_product_type_and__updated_by_id_11fa6f1d` (`updated_by_id`),
  CONSTRAINT `producers_product_ty_created_by_id_7737f5a4_fk_users_use` FOREIGN KEY (`created_by_id`) REFERENCES `users_user` (`id`),
  CONSTRAINT `producers_product_ty_product_id_3212033b_fk_producers` FOREIGN KEY (`product_id`) REFERENCES `producers_products_producersproducts` (`id`),
  CONSTRAINT `producers_product_ty_updated_by_id_11fa6f1d_fk_users_use` FOREIGN KEY (`updated_by_id`) REFERENCES `users_user` (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=24 DEFAULT CHARSET=latin1;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `producers_product_type_and_size_productstypeandsize`
--

LOCK TABLES `producers_product_type_and_size_productstypeandsize` WRITE;
/*!40000 ALTER TABLE `producers_product_type_and_size_productstypeandsize` DISABLE KEYS */;
INSERT INTO `producers_product_type_and_size_productstypeandsize` VALUES (22,1,'2026-04-05 08:39:52.017601','2026-04-05 08:39:52.017626',204,NULL,'QQ',36),(23,1,'2026-04-05 08:48:44.639064','2026-04-05 08:48:44.639087',204,NULL,'Q',37);
/*!40000 ALTER TABLE `producers_product_type_and_size_productstypeandsize` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `producers_products_color_productscolor`
--

DROP TABLE IF EXISTS `producers_products_color_productscolor`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `producers_products_color_productscolor` (
  `id` bigint NOT NULL AUTO_INCREMENT,
  `is_active` tinyint(1) NOT NULL,
  `created_at` datetime(6) NOT NULL,
  `updated_at` datetime(6) NOT NULL,
  `created_by` varchar(100) DEFAULT NULL,
  `updated_by` varchar(100) DEFAULT NULL,
  `name` varchar(255) NOT NULL,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=latin1;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `producers_products_color_productscolor`
--

LOCK TABLES `producers_products_color_productscolor` WRITE;
/*!40000 ALTER TABLE `producers_products_color_productscolor` DISABLE KEYS */;
/*!40000 ALTER TABLE `producers_products_color_productscolor` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `producers_products_colors_productscolor`
--

DROP TABLE IF EXISTS `producers_products_colors_productscolor`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `producers_products_colors_productscolor` (
  `id` bigint NOT NULL AUTO_INCREMENT,
  `is_active` tinyint(1) NOT NULL,
  `created_at` datetime(6) NOT NULL,
  `updated_at` datetime(6) NOT NULL,
  `created_by_id` bigint DEFAULT NULL,
  `updated_by_id` bigint DEFAULT NULL,
  `name` varchar(255) NOT NULL,
  `product_id` bigint NOT NULL,
  PRIMARY KEY (`id`),
  KEY `producers_products_c_product_id_63f6777f_fk_producers` (`product_id`),
  KEY `producers_products_colors_productscolor_created_by_id_d018d6ff` (`created_by_id`),
  KEY `producers_products_colors_productscolor_updated_by_id_fbc3194f` (`updated_by_id`),
  CONSTRAINT `producers_products_c_created_by_id_d018d6ff_fk_users_use` FOREIGN KEY (`created_by_id`) REFERENCES `users_user` (`id`),
  CONSTRAINT `producers_products_c_product_id_63f6777f_fk_producers` FOREIGN KEY (`product_id`) REFERENCES `producers_products_producersproducts` (`id`),
  CONSTRAINT `producers_products_c_updated_by_id_fbc3194f_fk_users_use` FOREIGN KEY (`updated_by_id`) REFERENCES `users_user` (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=16 DEFAULT CHARSET=latin1;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `producers_products_colors_productscolor`
--

LOCK TABLES `producers_products_colors_productscolor` WRITE;
/*!40000 ALTER TABLE `producers_products_colors_productscolor` DISABLE KEYS */;
INSERT INTO `producers_products_colors_productscolor` VALUES (14,1,'2026-04-05 08:39:42.326719','2026-04-05 08:39:42.326740',204,NULL,'Rw',36),(15,1,'2026-04-05 08:48:32.946553','2026-04-05 08:48:32.946572',204,NULL,'ww',37);
/*!40000 ALTER TABLE `producers_products_colors_productscolor` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `producers_products_images_productsimages`
--

DROP TABLE IF EXISTS `producers_products_images_productsimages`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `producers_products_images_productsimages` (
  `id` bigint NOT NULL AUTO_INCREMENT,
  `image_url` varchar(100) NOT NULL,
  `is_primary` tinyint(1) NOT NULL,
  `product_id` bigint NOT NULL,
  `created_at` datetime(6) NOT NULL,
  `created_by_id` bigint DEFAULT NULL,
  `is_active` tinyint(1) NOT NULL,
  `updated_at` datetime(6) NOT NULL,
  `updated_by_id` bigint DEFAULT NULL,
  PRIMARY KEY (`id`),
  KEY `producers_products_i_product_id_6fe053e8_fk_producers` (`product_id`),
  KEY `producers_products_i_created_by_id_25b8b67c_fk_users_use` (`created_by_id`),
  KEY `producers_products_i_updated_by_id_1a0e106e_fk_users_use` (`updated_by_id`),
  CONSTRAINT `producers_products_i_created_by_id_25b8b67c_fk_users_use` FOREIGN KEY (`created_by_id`) REFERENCES `users_user` (`id`),
  CONSTRAINT `producers_products_i_product_id_6fe053e8_fk_producers` FOREIGN KEY (`product_id`) REFERENCES `producers_products_producersproducts` (`id`),
  CONSTRAINT `producers_products_i_updated_by_id_1a0e106e_fk_users_use` FOREIGN KEY (`updated_by_id`) REFERENCES `users_user` (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=56 DEFAULT CHARSET=latin1;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `producers_products_images_productsimages`
--

LOCK TABLES `producers_products_images_productsimages` WRITE;
/*!40000 ALTER TABLE `producers_products_images_productsimages` DISABLE KEYS */;
INSERT INTO `producers_products_images_productsimages` VALUES (53,'Producers_products_images/Deep-Learning-with-Computer-Vision.jpg',1,36,'2026-04-05 08:40:09.667129',204,1,'2026-04-05 08:40:09.667148',NULL),(54,'Producers_products_images/Build-your-AI-agent-Chatbot-with-Langchain-Framework.jpg',1,37,'2026-04-05 08:48:57.283456',204,1,'2026-04-05 08:48:57.283481',NULL),(55,'Producers_products_images/Deep-Learning-with-Computer-Vision_B8goatP.jpg',1,38,'2026-04-05 09:12:55.998479',204,1,'2026-04-05 09:12:55.998502',NULL);
/*!40000 ALTER TABLE `producers_products_images_productsimages` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `producers_products_producersproducts`
--

DROP TABLE IF EXISTS `producers_products_producersproducts`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `producers_products_producersproducts` (
  `id` bigint NOT NULL AUTO_INCREMENT,
  `is_active` tinyint(1) NOT NULL,
  `created_at` datetime(6) NOT NULL,
  `updated_at` datetime(6) NOT NULL,
  `created_by_id` bigint DEFAULT NULL,
  `updated_by_id` bigint DEFAULT NULL,
  `name` varchar(255) NOT NULL,
  `description` longtext NOT NULL,
  `price` decimal(20,2) NOT NULL,
  `sub_category_id` bigint NOT NULL,
  `brand` varchar(255) NOT NULL,
  `products_type` int NOT NULL,
  `is_flag` tinyint(1) NOT NULL,
  `country` varchar(255) DEFAULT NULL,
  `state` varchar(255) DEFAULT NULL,
  `contact_no` varchar(15) DEFAULT NULL,
  `city_id` bigint DEFAULT NULL,
  PRIMARY KEY (`id`),
  KEY `producers_products_p_sub_category_id_233637a7_fk_producers` (`sub_category_id`),
  KEY `producers_products_producersproducts_created_by_id_378bf14b` (`created_by_id`),
  KEY `producers_products_producersproducts_updated_by_id_90650a61` (`updated_by_id`),
  KEY `producers_products_p_city_id_7817cc90_fk_city_city` (`city_id`),
  CONSTRAINT `producers_products_p_city_id_7817cc90_fk_city_city` FOREIGN KEY (`city_id`) REFERENCES `city_city` (`id`),
  CONSTRAINT `producers_products_p_created_by_id_378bf14b_fk_users_use` FOREIGN KEY (`created_by_id`) REFERENCES `users_user` (`id`),
  CONSTRAINT `producers_products_p_sub_category_id_233637a7_fk_producers` FOREIGN KEY (`sub_category_id`) REFERENCES `producers_sub_categories_producerssubcategories` (`id`),
  CONSTRAINT `producers_products_p_updated_by_id_90650a61_fk_users_use` FOREIGN KEY (`updated_by_id`) REFERENCES `users_user` (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=39 DEFAULT CHARSET=latin1;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `producers_products_producersproducts`
--

LOCK TABLES `producers_products_producersproducts` WRITE;
/*!40000 ALTER TABLE `producers_products_producersproducts` DISABLE KEYS */;
INSERT INTO `producers_products_producersproducts` VALUES (35,1,'2026-03-29 07:57:50.127746','2026-03-29 07:59:41.022445',204,NULL,'Silas Summers','Aliqua In neque exc',111.00,36,'Aspernatur sint sit',1,0,'Bangladesh','Dhaka',NULL,NULL),(36,1,'2026-04-05 08:39:27.726638','2026-04-05 08:39:27.726663',204,NULL,'T.product','qwqw',22.00,36,'Test',1,0,'Bangladesh','Dhaka',NULL,NULL),(37,1,'2026-04-05 08:48:20.034459','2026-04-05 08:48:20.034485',204,NULL,'tt.rr','test',123.00,36,'Test',1,0,'Bangladesh','Dhaka',NULL,NULL),(38,1,'2026-04-05 09:12:29.129388','2026-04-05 09:12:29.129412',204,NULL,'Johor','wewew',1212.00,36,'Nissan',2,0,NULL,NULL,NULL,NULL);
/*!40000 ALTER TABLE `producers_products_producersproducts` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `producers_products_productsreview`
--

DROP TABLE IF EXISTS `producers_products_productsreview`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `producers_products_productsreview` (
  `id` bigint NOT NULL AUTO_INCREMENT,
  `is_active` tinyint(1) NOT NULL,
  `created_at` datetime(6) NOT NULL,
  `updated_at` datetime(6) NOT NULL,
  `review_star` int unsigned NOT NULL,
  `message` longtext COLLATE utf8mb4_unicode_ci NOT NULL,
  `created_by_id` bigint DEFAULT NULL,
  `product_id` bigint NOT NULL,
  `updated_by_id` bigint DEFAULT NULL,
  `is_flagged_review` tinyint(1) NOT NULL,
  `review_image` varchar(100) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  PRIMARY KEY (`id`),
  KEY `producers_products_p_created_by_id_1c8ca9ae_fk_users_use` (`created_by_id`),
  KEY `producers_products_p_product_id_6ed7b334_fk_producers` (`product_id`),
  KEY `producers_products_p_updated_by_id_d8ba96ce_fk_users_use` (`updated_by_id`),
  CONSTRAINT `producers_products_p_created_by_id_1c8ca9ae_fk_users_use` FOREIGN KEY (`created_by_id`) REFERENCES `users_user` (`id`),
  CONSTRAINT `producers_products_p_product_id_6ed7b334_fk_producers` FOREIGN KEY (`product_id`) REFERENCES `producers_products_producersproducts` (`id`),
  CONSTRAINT `producers_products_p_updated_by_id_d8ba96ce_fk_users_use` FOREIGN KEY (`updated_by_id`) REFERENCES `users_user` (`id`),
  CONSTRAINT `producers_products_productsreview_chk_1` CHECK ((`review_star` >= 0))
) ENGINE=InnoDB AUTO_INCREMENT=4 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `producers_products_productsreview`
--

LOCK TABLES `producers_products_productsreview` WRITE;
/*!40000 ALTER TABLE `producers_products_productsreview` DISABLE KEYS */;
INSERT INTO `producers_products_productsreview` VALUES (3,1,'2026-04-13 08:55:11.938911','2026-04-13 08:55:11.938934',3,'Fast delivery Fast delivery Fast delivery',NULL,36,NULL,0,'review_images/product/product-10a094ec.jpg');
/*!40000 ALTER TABLE `producers_products_productsreview` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `producers_products_variants_productsvariants`
--

DROP TABLE IF EXISTS `producers_products_variants_productsvariants`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `producers_products_variants_productsvariants` (
  `id` bigint NOT NULL AUTO_INCREMENT,
  `quantity` int unsigned NOT NULL,
  `product_id` bigint NOT NULL,
  `product_type_and_size_id` bigint NOT NULL,
  `products_color_id` bigint NOT NULL,
  `created_at` datetime(6) NOT NULL,
  `created_by_id` bigint DEFAULT NULL,
  `is_active` tinyint(1) NOT NULL,
  `updated_at` datetime(6) NOT NULL,
  `updated_by_id` bigint DEFAULT NULL,
  PRIMARY KEY (`id`),
  KEY `producers_products_v_product_id_d171b4a8_fk_producers` (`product_id`),
  KEY `producers_products_v_product_type_and_siz_a0992af0_fk_producers` (`product_type_and_size_id`),
  KEY `producers_products_v_products_color_id_ebd17906_fk_producers` (`products_color_id`),
  KEY `producers_products_v_created_by_id_06be3472_fk_users_use` (`created_by_id`),
  KEY `producers_products_v_updated_by_id_a51c6b5a_fk_users_use` (`updated_by_id`),
  CONSTRAINT `producers_products_v_created_by_id_06be3472_fk_users_use` FOREIGN KEY (`created_by_id`) REFERENCES `users_user` (`id`),
  CONSTRAINT `producers_products_v_product_id_d171b4a8_fk_producers` FOREIGN KEY (`product_id`) REFERENCES `producers_products_producersproducts` (`id`),
  CONSTRAINT `producers_products_v_product_type_and_siz_a0992af0_fk_producers` FOREIGN KEY (`product_type_and_size_id`) REFERENCES `producers_product_type_and_size_productstypeandsize` (`id`),
  CONSTRAINT `producers_products_v_products_color_id_ebd17906_fk_producers` FOREIGN KEY (`products_color_id`) REFERENCES `producers_products_colors_productscolor` (`id`),
  CONSTRAINT `producers_products_v_updated_by_id_a51c6b5a_fk_users_use` FOREIGN KEY (`updated_by_id`) REFERENCES `users_user` (`id`),
  CONSTRAINT `producers_products_variants_productsvariants_chk_1` CHECK ((`quantity` >= 0))
) ENGINE=InnoDB AUTO_INCREMENT=21 DEFAULT CHARSET=latin1;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `producers_products_variants_productsvariants`
--

LOCK TABLES `producers_products_variants_productsvariants` WRITE;
/*!40000 ALTER TABLE `producers_products_variants_productsvariants` DISABLE KEYS */;
INSERT INTO `producers_products_variants_productsvariants` VALUES (19,12,36,22,14,'2026-04-05 08:40:22.678145',204,1,'2026-04-05 08:40:22.678167',NULL),(20,32,37,23,15,'2026-04-05 08:49:09.682895',204,1,'2026-04-05 08:49:09.682914',NULL);
/*!40000 ALTER TABLE `producers_products_variants_productsvariants` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `producers_promoted_products_promotedproducts`
--

DROP TABLE IF EXISTS `producers_promoted_products_promotedproducts`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `producers_promoted_products_promotedproducts` (
  `id` bigint NOT NULL AUTO_INCREMENT,
  `is_active` tinyint(1) NOT NULL,
  `created_at` datetime(6) NOT NULL,
  `updated_at` datetime(6) NOT NULL,
  `created_by_id` bigint DEFAULT NULL,
  `updated_by_id` bigint DEFAULT NULL,
  `promoted_for` int NOT NULL,
  `title` varchar(255) NOT NULL,
  `icon` varchar(100) NOT NULL,
  `image` varchar(100) NOT NULL,
  `description` longtext NOT NULL,
  `offer_start_date` date NOT NULL,
  `offer_end_date` date NOT NULL,
  `promoted_product_id` bigint NOT NULL,
  PRIMARY KEY (`id`),
  KEY `producers_promoted_p_promoted_product_id_03f57468_fk_producers` (`promoted_product_id`),
  KEY `producers_promoted_products_created_by_id_4d7e0331` (`created_by_id`),
  KEY `producers_promoted_products_updated_by_id_e25b2a5b` (`updated_by_id`),
  CONSTRAINT `producers_promoted_p_created_by_id_4d7e0331_fk_users_use` FOREIGN KEY (`created_by_id`) REFERENCES `users_user` (`id`),
  CONSTRAINT `producers_promoted_p_promoted_product_id_03f57468_fk_producers` FOREIGN KEY (`promoted_product_id`) REFERENCES `producers_products_producersproducts` (`id`),
  CONSTRAINT `producers_promoted_p_updated_by_id_e25b2a5b_fk_users_use` FOREIGN KEY (`updated_by_id`) REFERENCES `users_user` (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=14 DEFAULT CHARSET=latin1;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `producers_promoted_products_promotedproducts`
--

LOCK TABLES `producers_promoted_products_promotedproducts` WRITE;
/*!40000 ALTER TABLE `producers_promoted_products_promotedproducts` DISABLE KEYS */;
/*!40000 ALTER TABLE `producers_promoted_products_promotedproducts` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `producers_sub_categories_producerssubcategories`
--

DROP TABLE IF EXISTS `producers_sub_categories_producerssubcategories`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `producers_sub_categories_producerssubcategories` (
  `id` bigint NOT NULL AUTO_INCREMENT,
  `is_active` tinyint(1) NOT NULL,
  `created_at` datetime(6) NOT NULL,
  `updated_at` datetime(6) NOT NULL,
  `created_by_id` bigint DEFAULT NULL,
  `updated_by_id` bigint DEFAULT NULL,
  `name` varchar(255) NOT NULL,
  `image_url` varchar(100) NOT NULL,
  `category_id` bigint NOT NULL,
  PRIMARY KEY (`id`),
  KEY `producers_sub_catego_category_id_27595169_fk_producers` (`category_id`),
  KEY `producers_sub_categories_pr_created_by_id_ff6596db` (`created_by_id`),
  KEY `producers_sub_categories_pr_updated_by_id_57d11fd1` (`updated_by_id`),
  CONSTRAINT `producers_sub_catego_category_id_27595169_fk_producers` FOREIGN KEY (`category_id`) REFERENCES `producers_categories_producerscategories` (`id`),
  CONSTRAINT `producers_sub_catego_created_by_id_ff6596db_fk_users_use` FOREIGN KEY (`created_by_id`) REFERENCES `users_user` (`id`),
  CONSTRAINT `producers_sub_catego_updated_by_id_57d11fd1_fk_users_use` FOREIGN KEY (`updated_by_id`) REFERENCES `users_user` (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=37 DEFAULT CHARSET=latin1;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `producers_sub_categories_producerssubcategories`
--

LOCK TABLES `producers_sub_categories_producerssubcategories` WRITE;
/*!40000 ALTER TABLE `producers_sub_categories_producerssubcategories` DISABLE KEYS */;
INSERT INTO `producers_sub_categories_producerssubcategories` VALUES (36,1,'2026-03-29 07:57:24.881657','2026-03-29 07:57:24.881687',NULL,NULL,'a','producers_sub_categories/images_4.jpg',34);
/*!40000 ALTER TABLE `producers_sub_categories_producerssubcategories` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `property_categories_propertycategories`
--

DROP TABLE IF EXISTS `property_categories_propertycategories`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `property_categories_propertycategories` (
  `id` bigint NOT NULL AUTO_INCREMENT,
  `name` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `icon_url` varchar(100) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `property_categories_propertycategories`
--

LOCK TABLES `property_categories_propertycategories` WRITE;
/*!40000 ALTER TABLE `property_categories_propertycategories` DISABLE KEYS */;
INSERT INTO `property_categories_propertycategories` VALUES (1,'All commercial','');
/*!40000 ALTER TABLE `property_categories_propertycategories` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `property_details_propertydetails`
--

DROP TABLE IF EXISTS `property_details_propertydetails`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `property_details_propertydetails` (
  `id` bigint NOT NULL AUTO_INCREMENT,
  `is_active` tinyint(1) NOT NULL,
  `created_at` datetime(6) NOT NULL,
  `updated_at` datetime(6) NOT NULL,
  `created_by_id` bigint DEFAULT NULL,
  `updated_by_id` bigint DEFAULT NULL,
  `key` varchar(15) NOT NULL,
  `value` varchar(15) NOT NULL,
  `property_id_id` bigint NOT NULL,
  `icon_url` varchar(100) NOT NULL,
  PRIMARY KEY (`id`),
  KEY `property_details_pro_property_id_id_35e33aac_fk_property_` (`property_id_id`),
  KEY `property_details_propertydetails_created_by_id_9fd55fa6` (`created_by_id`),
  KEY `property_details_propertydetails_updated_by_id_0ddb838e` (`updated_by_id`),
  CONSTRAINT `property_details_pro_created_by_id_9fd55fa6_fk_users_use` FOREIGN KEY (`created_by_id`) REFERENCES `users_user` (`id`),
  CONSTRAINT `property_details_pro_property_id_id_35e33aac_fk_property_` FOREIGN KEY (`property_id_id`) REFERENCES `property_property` (`id`),
  CONSTRAINT `property_details_pro_updated_by_id_0ddb838e_fk_users_use` FOREIGN KEY (`updated_by_id`) REFERENCES `users_user` (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=137 DEFAULT CHARSET=latin1;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `property_details_propertydetails`
--

LOCK TABLES `property_details_propertydetails` WRITE;
/*!40000 ALTER TABLE `property_details_propertydetails` DISABLE KEYS */;
INSERT INTO `property_details_propertydetails` VALUES (72,1,'2025-11-05 08:43:23.423901','2025-11-05 08:43:23.423939',36,NULL,'Bedroom','3',55,'property_details/commscope-hero_0-scaled.webp'),(73,1,'2025-11-05 08:43:27.420090','2025-11-05 08:43:27.420112',36,NULL,'Bedroom','3',55,'property_details/commscope-hero_0-scaled_BHtJ4HB.webp'),(74,1,'2025-11-05 08:43:27.448962','2025-11-05 08:43:27.448983',36,NULL,'Kitchen','1',55,'property_details/download.jpeg'),(94,1,'2026-02-17 11:52:07.019111','2026-02-17 11:52:07.019149',204,NULL,'Bedrooms','3',169,'property_details/icon_dWj5zCZ.png'),(95,1,'2026-02-17 11:58:43.736170','2026-02-17 11:58:43.736202',204,NULL,'asdads','2',170,'property_details/icon_2cx092k.png'),(96,1,'2026-02-18 07:10:56.196658','2026-02-18 07:10:56.196699',NULL,NULL,'asd','2',179,'property_details/Gemini_2.png'),(97,1,'2026-02-18 07:11:50.308945','2026-02-18 07:11:50.308969',NULL,NULL,'asd','2',180,'property_details/Gemini_2_SbHKY4K.png'),(98,1,'2026-02-18 07:47:34.097544','2026-02-18 07:47:34.097572',204,NULL,'Bedrooms','3',181,'property_details/icon_zPkv2BF.png'),(99,1,'2026-02-18 07:48:24.516257','2026-02-18 07:48:24.516309',204,NULL,'Bedrooms','3',182,'property_details/icon_1Abxqxb.png'),(100,1,'2026-02-18 10:12:34.548748','2026-02-18 10:12:34.548834',38,NULL,'asdsad','2',192,'property_details/icon_JYRHDN0.png'),(101,1,'2026-02-19 22:30:24.460852','2026-02-19 22:30:24.461459',240,NULL,'in','2',209,'property_details/icon_UibpTt0.png'),(102,1,'2026-02-19 22:31:41.146042','2026-02-19 22:31:41.146078',240,NULL,'Bedrooms','2',210,'property_details/icon_Lb8JKNA.png'),(103,1,'2026-02-19 22:41:26.875178','2026-02-19 22:41:26.875239',240,NULL,'B','2',211,'property_details/icon_7PzzoIl.png'),(104,1,'2026-02-20 04:19:07.192844','2026-02-20 04:19:07.192878',240,NULL,'B','3',212,'property_details/icon_swADSQq.png'),(105,1,'2026-02-20 04:20:19.981103','2026-02-20 04:20:19.981127',240,NULL,'B','2',213,'property_details/icon_pZZ957B.png'),(106,1,'2026-02-20 04:20:48.089185','2026-02-20 04:20:48.089225',240,NULL,'B','2',214,'property_details/icon_fRFKbne.png'),(107,1,'2026-02-20 07:40:23.639384','2026-02-20 07:40:23.639835',201,NULL,'Bedroom','2',215,'property_details/icon_gsoL9qw.png'),(108,1,'2026-02-20 13:24:01.096014','2026-02-20 13:24:01.096049',NULL,NULL,'D','2',218,'property_details/Sky-Suites.jpg'),(109,1,'2026-02-20 13:28:41.233109','2026-02-20 13:28:41.233127',240,NULL,'S','2',220,'property_details/icon_Q9UpzDV.png'),(110,1,'2026-02-20 13:45:50.515395','2026-02-20 13:45:50.515421',240,NULL,'Bedrooms','2',223,'property_details/icon_NmcEfqy.png'),(111,1,'2026-02-20 13:59:08.560784','2026-02-20 13:59:08.560804',240,NULL,'db','2',227,'property_details/icon_DTjepjI.png'),(112,1,'2026-02-20 13:59:51.859566','2026-02-20 13:59:51.859587',240,NULL,'dh','2',228,'property_details/icon_ino9MaW.png'),(113,1,'2026-02-20 14:00:59.121485','2026-02-20 14:00:59.121512',240,NULL,'2d','3',229,'property_details/icon_vl7Oh7W.png'),(114,1,'2026-02-20 14:03:05.516866','2026-02-20 14:03:05.516888',240,NULL,'Bedroom','3',230,'property_details/icon_w09fJhO.png'),(115,1,'2026-02-22 06:24:32.155596','2026-02-22 06:24:32.155626',240,NULL,'B','2',233,'property_details/icon_e7OcNCC.png'),(116,1,'2026-02-23 08:12:04.742285','2026-02-23 08:12:04.742890',204,NULL,'asd','2',235,'property_details/icon_Kl8KnqL.png'),(117,1,'2026-02-23 08:23:15.777571','2026-02-23 08:23:15.777607',204,NULL,'2','2',236,'property_details/icon_jXPBh9V.png'),(118,1,'2026-02-23 08:25:12.259529','2026-02-23 08:25:12.259551',204,NULL,'2','3',237,'property_details/icon_yOSFbFg.png'),(119,1,'2026-02-23 08:28:04.864704','2026-02-23 08:28:04.864732',204,NULL,'3','3',238,'property_details/icon_RAFY7ur.png'),(120,1,'2026-02-23 08:30:20.390355','2026-02-23 08:30:20.390376',204,NULL,'2','3',239,'property_details/icon_tGTtB9i.png'),(121,1,'2026-02-23 08:40:21.564410','2026-02-23 08:40:21.564431',240,NULL,'V','3',243,'property_details/icon_7nfQdOy.png'),(122,1,'2026-02-23 08:47:16.202977','2026-02-23 08:47:16.203021',204,NULL,'drd','2',244,'property_details/icon_xdFgXkG.png'),(123,1,'2026-02-24 03:34:42.769094','2026-02-24 03:34:42.769117',240,NULL,'C','3',245,'property_details/icon_yogM4Ku.png'),(124,1,'2026-03-13 02:17:11.599114','2026-03-13 02:17:11.599554',201,NULL,'Living Room','1',246,'property_details/icon_JAzcihQ.png'),(125,1,'2026-03-13 02:17:11.725920','2026-03-13 02:17:11.725944',201,NULL,'Kitchen','1',246,'property_details/icon_uBnvaWa.png'),(126,1,'2026-03-13 02:17:11.824724','2026-03-13 02:17:11.824750',201,NULL,'Dining Area','1',246,'property_details/icon_vccsqXq.png'),(127,1,'2026-03-13 02:17:11.877847','2026-03-13 02:17:11.877871',201,NULL,'Master Bedroom','1',246,'property_details/icon_HhDQP1v.png'),(128,1,'2026-03-13 02:17:11.927936','2026-03-13 02:17:11.927970',201,NULL,'Master Bathroom','1',246,'property_details/icon_qbEAnAI.png'),(129,1,'2026-03-13 02:17:12.042934','2026-03-13 02:17:12.042964',201,NULL,'Gymnasium','1',246,'property_details/icon_pPyluXO.png'),(130,1,'2026-03-13 02:17:12.423779','2026-03-13 02:17:12.423804',201,NULL,'Swimming Pool','1',246,'property_details/icon_4TeNQI2.png'),(131,1,'2026-03-16 02:33:02.001242','2026-03-16 02:33:02.001275',240,NULL,'Bed','3',247,'property_details/icon_Cr7l7wn.png'),(132,1,'2026-04-05 06:39:29.214517','2026-04-05 06:39:29.214544',248,NULL,'B','1',248,'property_details/icon_p6qrA3l.png'),(133,1,'2026-04-06 08:45:29.921455','2026-04-06 08:45:29.921483',243,NULL,'D','1',249,'property_details/icon_8NYyHDX.png'),(134,1,'2026-04-09 06:08:42.353165','2026-04-09 06:08:42.353190',204,NULL,'B','3',250,'property_details/icon_el3ggqz.png'),(135,1,'2026-04-09 06:11:35.550711','2026-04-09 06:11:35.550730',243,NULL,'B','3',251,'property_details/icon_uAtckoi.png'),(136,1,'2026-04-09 09:09:57.108646','2026-04-09 09:09:57.108926',204,NULL,'B','3',252,'property_details/icon_rqLP3Jf.png');
/*!40000 ALTER TABLE `property_details_propertydetails` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `property_media_propertymedia`
--

DROP TABLE IF EXISTS `property_media_propertymedia`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `property_media_propertymedia` (
  `id` bigint NOT NULL AUTO_INCREMENT,
  `is_active` tinyint(1) NOT NULL,
  `created_at` datetime(6) NOT NULL,
  `updated_at` datetime(6) NOT NULL,
  `created_by_id` bigint DEFAULT NULL,
  `updated_by_id` bigint DEFAULT NULL,
  `media_url` varchar(100) NOT NULL,
  `media_type` int NOT NULL,
  `is_featured` tinyint(1) NOT NULL,
  `property_ID_id` bigint NOT NULL,
  PRIMARY KEY (`id`),
  KEY `property_media_prope_property_ID_id_814ea16a_fk_property_` (`property_ID_id`),
  KEY `property_media_propertymedia_created_by_id_43384139` (`created_by_id`),
  KEY `property_media_propertymedia_updated_by_id_0eca97ab` (`updated_by_id`),
  CONSTRAINT `property_media_prope_created_by_id_43384139_fk_users_use` FOREIGN KEY (`created_by_id`) REFERENCES `users_user` (`id`),
  CONSTRAINT `property_media_prope_property_ID_id_814ea16a_fk_property_` FOREIGN KEY (`property_ID_id`) REFERENCES `property_property` (`id`),
  CONSTRAINT `property_media_prope_updated_by_id_0eca97ab_fk_users_use` FOREIGN KEY (`updated_by_id`) REFERENCES `users_user` (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=356 DEFAULT CHARSET=latin1;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `property_media_propertymedia`
--

LOCK TABLES `property_media_propertymedia` WRITE;
/*!40000 ALTER TABLE `property_media_propertymedia` DISABLE KEYS */;
INSERT INTO `property_media_propertymedia` VALUES (126,1,'2025-11-05 08:35:49.650657','2025-11-05 08:35:49.651114',36,NULL,'property_media/WhatsApp_Image_2025-09-11_at_17.12.01_04ebfead.jpg',1,0,55),(189,1,'2026-01-07 05:45:56.744859','2026-01-07 05:45:56.744896',38,NULL,'property_media/PUFLO_btX3gMc.280850299.V550.jpg',4,0,63),(190,1,'2026-01-07 05:45:56.895059','2026-01-07 05:45:56.895081',38,NULL,'property_media/R-F-Princess-Cove-Phase-1-Johor-Bahru-Malaysia_2_nbY4XKD.jpg',1,1,63),(203,1,'2026-01-07 05:49:17.209411','2026-01-07 05:49:17.209433',38,NULL,'property_media/R-F-Princess-Cove-Phase-1-Johor-Bahru-Malaysia_2_oTIauHF.jpg',1,1,69),(204,1,'2026-01-07 05:49:17.309302','2026-01-07 05:49:17.309329',38,NULL,'property_media/R-F-Princess-Cove-Phase-1-Johor-Bahru-Malaysia_3_cSHgq2M.jpg',1,0,69),(205,1,'2026-01-07 05:49:17.395327','2026-01-07 05:49:17.395353',38,NULL,'property_media/PUFLO_5aL56cf.280850299.V550.jpg',4,0,69),(206,1,'2026-01-07 05:49:48.320366','2026-01-07 05:49:48.320390',38,NULL,'property_media/R-F-Princess-Cove-Phase-1-Johor-Bahru-Malaysia_3_rZPiECn.jpg',1,1,67),(207,1,'2026-01-07 05:49:48.405912','2026-01-07 05:49:48.405947',38,NULL,'property_media/PUFLO_CRGkTZ2.280850299.V550.jpg',4,0,67),(219,1,'2026-01-08 17:46:14.952942','2026-01-08 17:46:14.952980',NULL,NULL,'property_media/property1_zHPlqh5.jpeg',1,0,90),(260,1,'2026-02-16 10:55:33.187330','2026-02-16 10:55:33.187369',NULL,NULL,'property_media/Screenshot_2026-02-15_at_5.13.58PM.png',1,0,155),(262,1,'2026-02-16 11:57:55.197142','2026-02-16 11:57:55.197161',232,NULL,'property_media/download_9.jpg',1,1,159),(263,1,'2026-02-17 05:29:17.317348','2026-02-17 05:29:17.317372',230,NULL,'property_media/Only-RM-4XXk--Super-Below-Market-Price-_9FHURql.jpg',1,1,157),(265,1,'2026-02-17 05:30:35.106258','2026-02-17 05:30:35.106313',230,NULL,'property_media/Only-RM-4XXk--Super-Below-Market-Price-FREEHOLD-_ETQCJcW.jpg',1,0,157),(266,1,'2026-02-17 11:52:07.529669','2026-02-17 11:52:07.529709',204,NULL,'property_media/Gemini_2.png',1,1,169),(267,1,'2026-02-17 11:58:44.095989','2026-02-17 11:58:44.096026',204,NULL,'property_media/Gemini_3.png',1,1,170),(268,1,'2026-02-17 11:58:44.413059','2026-02-17 11:58:44.413080',204,NULL,'property_media/Gemini_3_ZBlVhp1.png',1,0,170),(269,1,'2026-02-17 11:59:39.773417','2026-02-17 11:59:39.773441',NULL,NULL,'property_media/Sky-Suites_St5YQsA.jpg',1,1,171),(270,1,'2026-02-17 12:19:08.236057','2026-02-17 12:19:08.236085',204,NULL,'property_media/Screenshot_2026-02-15_at_5_smTgP9E.13.58PM.png',1,1,173),(271,1,'2026-02-17 12:26:02.710659','2026-02-17 12:26:02.710702',204,NULL,'property_media/Sky-Suites-KLCC-KL-City-Centre-Malaysia_1.jpg',1,1,174),(272,1,'2026-02-17 12:27:40.092769','2026-02-17 12:27:40.092795',204,NULL,'property_media/Puchong-Prima-Puchong-Puchong-Malaysia_4.jpg',1,0,174),(273,1,'2026-02-17 12:45:53.224588','2026-02-17 12:45:53.224781',38,NULL,'property_media/Sky-Suites-KLCC-KL-City-Centre-Malaysia_1_TQJpZOR.jpg',1,1,175),(274,1,'2026-02-18 06:41:45.682331','2026-02-18 06:41:45.682362',240,NULL,'property_media/Sky-Suites-KLCC-KL-City-Centre-Malaysia_2_oDMD5nI.jpg',4,0,176),(275,1,'2026-02-18 06:41:47.593026','2026-02-18 06:41:47.593150',240,NULL,'property_media/Sky-Suites-KLCC-KL-City-Centre-Malaysia_2_pRrrcfj.jpg',4,0,176),(276,1,'2026-02-18 06:41:48.044020','2026-02-18 06:41:48.044225',240,NULL,'property_media/Sky-Suites-KLCC-KL-City-Centre-Malaysia_2_1Kl4Gzh.jpg',4,0,176),(277,1,'2026-02-18 06:57:01.899143','2026-02-18 06:57:01.899181',NULL,NULL,'property_media/download_6.jpg',1,1,178),(278,1,'2026-02-18 06:57:02.043873','2026-02-18 06:57:02.043893',NULL,NULL,'property_media/Sky-Suites-KLCC-KL-City-Centre-Malaysia_2_HUL4i95.jpg',4,0,178),(279,1,'2026-02-18 06:57:02.221714','2026-02-18 06:57:02.221778',NULL,NULL,'property_media/download_9_SyIGPD4.jpg',1,0,178),(280,1,'2026-02-18 07:11:51.409937','2026-02-18 07:11:51.409987',NULL,NULL,'property_media/Gemini_1.png',1,1,180),(281,1,'2026-02-18 07:47:34.458245','2026-02-18 07:47:34.458274',204,NULL,'property_media/Gemini_1_FZYI84Y.png',1,1,181),(283,1,'2026-02-18 08:44:15.844102','2026-02-18 08:44:15.844133',240,NULL,'property_media/Sky-Suites-KLCC-KL-City-Centre-Malaysia_2_IUXtdyC.jpg',1,0,176),(284,1,'2026-02-18 08:44:17.832972','2026-02-18 08:44:17.832992',240,NULL,'property_media/Sky-Suites-KLCC-KL-City-Centre-Malaysia_2_4WLs1ek.jpg',1,0,176),(285,1,'2026-02-18 08:44:21.133054','2026-02-18 08:44:21.133087',240,NULL,'property_media/Sky-Suites-KLCC-KL-City-Centre-Malaysia_2_6Jy7NgZ.jpg',1,0,176),(286,1,'2026-02-18 08:45:09.585020','2026-02-18 08:45:09.585047',240,NULL,'property_media/Sky-Suites_e594IHD.jpg',1,0,177),(287,1,'2026-02-18 08:57:10.242571','2026-02-18 08:57:10.242627',204,NULL,'property_media/Gemini_3_KNrivaN.png',1,1,172),(288,1,'2026-02-18 09:47:31.671076','2026-02-18 09:47:31.671103',240,NULL,'property_media/download_10.jpg',1,1,189),(289,1,'2026-02-18 09:48:55.360630','2026-02-18 09:48:55.360655',240,NULL,'property_media/Only-RM-4XXk--Super-Below-Market-Price-_ebXVLbo.jpg',1,1,190),(290,1,'2026-02-18 09:50:58.755056','2026-02-18 09:50:58.755082',240,NULL,'property_media/Sky-Suites-KLCC-KL-City-Centre-Malaysia_2_J1WLKbj.jpg',1,1,191),(291,1,'2026-02-18 10:12:35.058100','2026-02-18 10:12:35.058125',38,NULL,'property_media/Gemini_2_B55dr8z.png',1,1,192),(293,1,'2026-02-19 06:23:44.536906','2026-02-19 06:23:44.536955',240,NULL,'property_media/a_yUyrhEx.jpg',1,1,177),(294,1,'2026-02-19 08:08:51.153776','2026-02-19 08:08:51.153815',240,NULL,'property_media/s_mRFvS1G.jpg',1,1,195),(295,1,'2026-02-19 08:08:51.675780','2026-02-19 08:08:51.676176',240,NULL,'property_media/Sky-Suites-KLCC-KL-City-Centre-Malaysia_5d771zh.jpg',1,0,195),(296,1,'2026-02-19 13:54:59.870438','2026-02-19 13:54:59.870797',NULL,NULL,'property_media/Only-RM-4XXk--Super-Below-Market-Price-FREEHOLD_VDNsEXW.jpg',1,1,202),(297,1,'2026-02-19 14:08:03.287190','2026-02-19 14:08:03.287263',NULL,NULL,'property_media/Sky-Suites_4uPl2GT.jpg',1,0,207),(298,1,'2026-02-19 22:30:25.204359','2026-02-19 22:30:25.204393',240,NULL,'property_media/Gemini_1_KmjrEto.png',1,1,209),(299,1,'2026-02-19 22:31:41.772045','2026-02-19 22:31:41.772092',240,NULL,'property_media/Gemini_2_r1XyMOF.png',1,0,210),(300,1,'2026-02-19 22:41:30.014309','2026-02-19 22:41:30.014343',240,NULL,'property_media/1000036327.jpg',1,1,211),(301,1,'2026-02-20 04:19:13.563481','2026-02-20 04:19:13.564123',240,NULL,'property_media/1000034015.jpg',1,1,212),(302,1,'2026-02-20 07:40:23.735850','2026-02-20 07:40:23.736184',201,NULL,'property_media/WhatsApp_Image_2026-02-06_at_1_JCA8xnu.51.06_PM.jpeg',1,1,215),(303,1,'2026-02-20 07:40:23.786783','2026-02-20 07:40:23.786808',201,NULL,'property_media/WhatsApp_Image_2026-02-06_at_1_Vf1uxFb.51.07_PM_1.jpeg',1,0,215),(304,1,'2026-02-20 07:40:23.819828','2026-02-20 07:40:23.819847',201,NULL,'property_media/WhatsApp_Image_2026-02-06_at_1_YnwiTGk.51.07_PM.jpeg',1,0,215),(305,1,'2026-02-20 13:24:01.509956','2026-02-20 13:24:01.509975',NULL,NULL,'property_media/v_UAUV7TA.jpg',1,1,218),(306,1,'2026-02-20 13:28:41.698574','2026-02-20 13:28:41.698643',240,NULL,'property_media/download_9_wqIxUfW.jpg',1,1,220),(307,1,'2026-02-20 13:45:50.793186','2026-02-20 13:45:50.793237',240,NULL,'property_media/Gemini_3_LthTK3g.png',1,1,223),(308,1,'2026-02-20 14:00:59.254911','2026-02-20 14:00:59.254931',240,NULL,'property_media/images_1.jpeg',1,1,229),(309,1,'2026-02-20 14:03:05.664708','2026-02-20 14:03:05.664751',240,NULL,'property_media/images_1_lAW7F3p.jpeg',1,1,230),(310,1,'2026-02-22 06:24:32.876065','2026-02-22 06:24:32.876088',240,NULL,'property_media/IMG-20260220-WA00181.jpg',1,1,233),(311,1,'2026-02-22 09:51:32.334995','2026-02-22 09:51:32.335246',NULL,NULL,'property_media/Sky-Suites-KLCC-KL-City-Centre-Malaysia_2_PzptnKy.jpg',1,1,234),(312,1,'2026-02-23 08:12:05.724271','2026-02-23 08:12:05.724304',204,NULL,'property_media/Gemini_5.png',1,0,235),(313,1,'2026-02-23 08:23:16.686626','2026-02-23 08:23:16.686656',204,NULL,'property_media/Gemini_3_Y8hTiDE.png',1,0,236),(314,1,'2026-02-23 08:23:17.243358','2026-02-23 08:23:17.243386',204,NULL,'property_media/Gemini_1_tM73Yoj.png',1,0,236),(315,1,'2026-02-23 08:23:18.161502','2026-02-23 08:23:18.161523',204,NULL,'property_media/Gemini_2_MHQaGQ7.png',1,0,236),(316,1,'2026-02-23 08:23:18.758145','2026-02-23 08:23:18.758174',204,NULL,'property_media/Gemini_3_bw6GpkG.png',1,0,236),(317,1,'2026-02-23 08:23:19.104946','2026-02-23 08:23:19.104975',204,NULL,'property_media/Gemini_2_s1doRjS.png',1,0,236),(318,1,'2026-02-23 08:23:19.543375','2026-02-23 08:23:19.543404',204,NULL,'property_media/Gemini_1_qwWPXl2.png',1,0,236),(319,1,'2026-02-23 08:23:19.957732','2026-02-23 08:23:19.957763',204,NULL,'property_media/Gemini_3_4huAh0V.png',1,0,236),(320,1,'2026-02-23 08:23:20.317190','2026-02-23 08:23:20.317231',204,NULL,'property_media/Gemini_2_Pam6rj3.png',1,0,236),(321,1,'2026-02-23 08:23:20.793185','2026-02-23 08:23:20.793237',204,NULL,'property_media/Gemini_3_gMpxmXT.png',1,0,236),(322,1,'2026-02-23 08:23:21.283973','2026-02-23 08:23:21.284000',204,NULL,'property_media/Gemini_1_yZDdF9s.png',1,0,236),(323,1,'2026-02-23 08:23:21.694140','2026-02-23 08:23:21.694160',204,NULL,'property_media/Gemini_2_DuIpnYH.png',1,0,236),(324,1,'2026-02-23 08:23:22.102428','2026-02-23 08:23:22.102453',204,NULL,'property_media/Gemini_3_yfzcfoj.png',1,0,236),(325,1,'2026-02-23 08:23:22.491185','2026-02-23 08:23:22.491221',204,NULL,'property_media/Gemini_4.png',1,0,236),(326,1,'2026-02-23 08:23:22.892317','2026-02-23 08:23:22.892340',204,NULL,'property_media/Gemini_5_qxVsrX9.png',1,0,236),(327,1,'2026-02-23 08:23:23.329792','2026-02-23 08:23:23.329823',204,NULL,'property_media/Gemini_1_0AdMscQ.png',1,1,236),(328,1,'2026-02-23 08:23:23.814493','2026-02-23 08:23:23.814522',204,NULL,'property_media/Gemini_4_zkXNzrm.png',1,0,236),(329,1,'2026-02-23 08:25:12.990496','2026-02-23 08:25:12.990792',204,NULL,'property_media/Gemini_3_njDDRF3.png',1,1,237),(330,1,'2026-02-23 08:25:13.532642','2026-02-23 08:25:13.532668',204,NULL,'property_media/Gemini_1_yu2IO5L.png',1,0,237),(331,1,'2026-02-23 08:25:13.951417','2026-02-23 08:25:13.951442',204,NULL,'property_media/Gemini_2_ExVkC37.png',1,0,237),(332,1,'2026-02-23 08:25:14.376678','2026-02-23 08:25:14.376698',204,NULL,'property_media/Gemini_3_xOrmBCS.png',1,0,237),(333,1,'2026-02-23 08:28:05.357589','2026-02-23 08:28:05.357617',204,NULL,'property_media/Gemini_2_SxTJNRC.png',1,0,238),(334,1,'2026-02-23 08:28:05.882873','2026-02-23 08:28:05.882896',204,NULL,'property_media/Gemini_1_dy4pSfV.png',1,0,238),(335,1,'2026-02-23 08:28:06.307013','2026-02-23 08:28:06.307043',204,NULL,'property_media/Gemini_3_1FUCWKu.png',1,0,238),(336,1,'2026-02-23 08:28:06.778503','2026-02-23 08:28:06.778522',204,NULL,'property_media/Gemini_1_Z44dARf.png',1,1,238),(337,1,'2026-02-23 08:30:20.753047','2026-02-23 08:30:20.753069',204,NULL,'property_media/Gemini_1_ve1e0RG.png',1,0,239),(338,1,'2026-02-23 08:30:21.067992','2026-02-23 08:30:21.068019',204,NULL,'property_media/Gemini_2_vCWK79E.png',1,0,239),(339,1,'2026-02-23 08:30:22.041716','2026-02-23 08:30:22.041737',204,NULL,'property_media/Gemini_3_4lZJ7n0.png',1,0,239),(340,1,'2026-02-23 08:40:21.754362','2026-02-23 08:40:21.754380',240,NULL,'property_media/c_1rKoyYh.jpg',1,1,243),(341,1,'2026-02-23 08:40:21.863462','2026-02-23 08:40:21.863483',240,NULL,'property_media/a_Hn8edqY.jpg',1,0,243),(342,1,'2026-02-23 08:40:21.968114','2026-02-23 08:40:21.968133',240,NULL,'property_media/v_dxOkSZ3.jpg',1,0,243),(343,1,'2026-02-23 08:40:22.076015','2026-02-23 08:40:22.076038',240,NULL,'property_media/s_mhdijrM.jpg',1,0,243),(344,1,'2026-02-23 08:47:17.426837','2026-02-23 08:47:17.426870',204,NULL,'property_media/Gemini_1_XlS1VoJ.png',1,0,244),(345,1,'2026-02-23 08:47:17.877771','2026-02-23 08:47:17.877810',204,NULL,'property_media/Gemini_2_DHSmVtP.png',1,0,244),(346,1,'2026-02-23 08:47:18.903709','2026-02-23 08:47:18.903744',204,NULL,'property_media/Gemini_3_EIZECvJ.png',1,0,244),(347,1,'2026-02-24 03:34:43.104211','2026-02-24 03:34:43.104486',240,NULL,'property_media/a_FjEczMa.jpg',1,0,245),(348,1,'2026-02-24 03:34:43.199931','2026-02-24 03:34:43.199954',240,NULL,'property_media/s_ibiyppt.jpg',1,1,245),(349,1,'2026-03-13 02:17:12.573353','2026-03-13 02:17:12.573387',201,NULL,'property_media/6116120141058739591_2.jpg',1,1,246),(350,1,'2026-03-16 02:33:11.688456','2026-03-16 02:33:11.688757',240,NULL,'property_media/IMG_20260228_111551.jpg',1,1,247),(351,1,'2026-04-05 06:39:29.721036','2026-04-05 06:39:29.721068',248,NULL,'property_media/WhatsApp_Image_2026-03-31_at_18.14.37_2.jpeg',1,1,248),(352,1,'2026-04-06 08:45:30.217087','2026-04-06 08:45:30.217113',243,NULL,'property_media/Data-Analytics-With-Machine-Learning.jpg',1,1,249),(353,1,'2026-04-09 06:08:42.595058','2026-04-09 06:08:42.595194',204,NULL,'property_media/Sky-Suites_crmmX6t.jpg',1,1,250),(354,1,'2026-04-09 06:11:35.687787','2026-04-09 06:11:35.687810',243,NULL,'property_media/Sky-Suites-KLCC-KL-City-Centre-Malaysia_2_Y673lrl.jpg',1,1,251),(355,1,'2026-04-09 09:09:57.283003','2026-04-09 09:09:57.283030',204,NULL,'property_media/Sky-Suites-KLCC-KL-City-Centre-Malaysia_1_AmvEeJy.jpg',1,1,252);
/*!40000 ALTER TABLE `property_media_propertymedia` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `property_nearby_facilities_propertynearbyfacilities`
--

DROP TABLE IF EXISTS `property_nearby_facilities_propertynearbyfacilities`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `property_nearby_facilities_propertynearbyfacilities` (
  `id` bigint NOT NULL AUTO_INCREMENT,
  `is_active` tinyint(1) NOT NULL,
  `created_at` datetime(6) NOT NULL,
  `updated_at` datetime(6) NOT NULL,
  `created_by_id` bigint DEFAULT NULL,
  `updated_by_id` bigint DEFAULT NULL,
  `name` varchar(50) NOT NULL,
  `distance_meters` decimal(10,2) NOT NULL,
  `categories_id` bigint NOT NULL,
  PRIMARY KEY (`id`),
  KEY `property_nearby_faci_categories_id_3fddde12_fk_category_` (`categories_id`),
  KEY `property_nearby_facilities__created_by_id_5cdd13ef` (`created_by_id`),
  KEY `property_nearby_facilities__updated_by_id_aa9fc185` (`updated_by_id`),
  CONSTRAINT `property_nearby_faci_categories_id_3fddde12_fk_category_` FOREIGN KEY (`categories_id`) REFERENCES `category_category` (`id`),
  CONSTRAINT `property_nearby_faci_created_by_id_5cdd13ef_fk_users_use` FOREIGN KEY (`created_by_id`) REFERENCES `users_user` (`id`),
  CONSTRAINT `property_nearby_faci_updated_by_id_aa9fc185_fk_users_use` FOREIGN KEY (`updated_by_id`) REFERENCES `users_user` (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=19 DEFAULT CHARSET=latin1;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `property_nearby_facilities_propertynearbyfacilities`
--

LOCK TABLES `property_nearby_facilities_propertynearbyfacilities` WRITE;
/*!40000 ALTER TABLE `property_nearby_facilities_propertynearbyfacilities` DISABLE KEYS */;
/*!40000 ALTER TABLE `property_nearby_facilities_propertynearbyfacilities` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `property_property`
--

DROP TABLE IF EXISTS `property_property`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `property_property` (
  `id` bigint NOT NULL AUTO_INCREMENT,
  `is_active` tinyint(1) NOT NULL,
  `created_at` datetime(6) NOT NULL,
  `updated_at` datetime(6) NOT NULL,
  `created_by_id` bigint DEFAULT NULL,
  `updated_by_id` bigint DEFAULT NULL,
  `name` varchar(100) COLLATE utf8mb4_unicode_ci NOT NULL,
  `address` varchar(250) COLLATE utf8mb4_unicode_ci NOT NULL,
  `per_sqr_ft_price` decimal(10,2) NOT NULL,
  `description` text CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci,
  `listed_for` int NOT NULL,
  `agent_id` bigint DEFAULT NULL,
  `city_id` bigint DEFAULT NULL,
  `country_id` bigint DEFAULT NULL,
  `state_id` bigint DEFAULT NULL,
  `is_related` tinyint(1) NOT NULL,
  `is_flagged` tinyint(1) NOT NULL,
  `contact_number` varchar(15) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `category_type_id` bigint DEFAULT NULL,
  `is_approved` tinyint(1) NOT NULL,
  `google_map` longtext COLLATE utf8mb4_unicode_ci,
  `postal_code` varchar(10) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `country_name` varchar(120) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `district_name` varchar(120) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `state_name` varchar(120) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  PRIMARY KEY (`id`),
  KEY `property_property_agent_id_cf0451e9_fk_agent_agent_id` (`agent_id`),
  KEY `property_property_city_id_0c5b53c9_fk_city_city_id` (`city_id`),
  KEY `property_property_country_id_33fc4eb9_fk_country_country_id` (`country_id`),
  KEY `property_property_state_id_3de1ff0a_fk_state_state_id` (`state_id`),
  KEY `property_property_created_by_id_9d9580f0` (`created_by_id`),
  KEY `property_property_updated_by_id_f4c8bcf0` (`updated_by_id`),
  KEY `property_property_category_type_id_9022599b_fk_category_` (`category_type_id`),
  KEY `property_property_postal_code_0d4493c6` (`postal_code`),
  CONSTRAINT `property_property_agent_id_cf0451e9_fk_agent_agent_id` FOREIGN KEY (`agent_id`) REFERENCES `agent_agent` (`id`),
  CONSTRAINT `property_property_category_type_id_9022599b_fk_category_` FOREIGN KEY (`category_type_id`) REFERENCES `category_category` (`id`),
  CONSTRAINT `property_property_city_id_0c5b53c9_fk_city_city_id` FOREIGN KEY (`city_id`) REFERENCES `city_city` (`id`),
  CONSTRAINT `property_property_country_id_33fc4eb9_fk_country_country_id` FOREIGN KEY (`country_id`) REFERENCES `country_country` (`id`),
  CONSTRAINT `property_property_created_by_id_9d9580f0_fk_users_user_id` FOREIGN KEY (`created_by_id`) REFERENCES `users_user` (`id`),
  CONSTRAINT `property_property_state_id_3de1ff0a_fk_state_state_id` FOREIGN KEY (`state_id`) REFERENCES `state_state` (`id`),
  CONSTRAINT `property_property_updated_by_id_f4c8bcf0_fk_users_user_id` FOREIGN KEY (`updated_by_id`) REFERENCES `users_user` (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=253 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `property_property`
--

LOCK TABLES `property_property` WRITE;
/*!40000 ALTER TABLE `property_property` DISABLE KEYS */;
INSERT INTO `property_property` VALUES (55,0,'2025-11-05 08:33:29.671987','2025-11-05 08:33:29.672008',36,NULL,'Manraj Snadhu','No.63A-2 (First Floor), Jalan Anggun City 2, Pusat Komersial Anggun City, Taman Anggun, Rawang, Selangor, 48000, MY',3500000.00,'He picked up the burnt end of the branch and made a mark on the stone. Day 52 if the marks on the stone were accurate. He couldn\'t be sure. Day and nights had begun to blend together creating confusion, but he knew it was a long time. Much too long.',3,NULL,NULL,14,31,0,0,'01128274668',NULL,0,NULL,NULL,NULL,NULL,NULL),(56,0,'2025-12-31 20:25:54.765380','2026-01-04 20:10:34.551758',37,NULL,'New property','Dhaka,Bangladesh',3200.00,'this is a new proeprty',1,NULL,NULL,27,163,0,0,'0320320323',NULL,0,NULL,NULL,NULL,NULL,NULL),(60,0,'2026-01-04 11:07:42.103647','2026-01-04 11:07:42.103672',37,NULL,'Rama Morales','Et sunt eiusmod aspernatur atque tempora iusto pariatur Sint quia incididunt aliqua Impedit incididunt molestias consequat',202.00,'Quae ipsum natus seq',1,NULL,NULL,19,159,0,0,'182',NULL,0,NULL,NULL,NULL,NULL,NULL),(63,0,'2026-01-04 18:31:20.412413','2026-01-07 06:39:25.884042',37,NULL,'Another property','Dhaka,Bangladesh',1200.00,'this is another porperty',1,NULL,NULL,27,164,0,0,'+880123456',NULL,0,'<iframe src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d58403.62426326968!2d90.32108045365425!3d23.810542906802883!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x3755c0c1c61277db%3A0xc7d18838730e2e59!2sMirpur%2C%20Dhaka!5e0!3m2!1sen!2sbd!4v1767767951096!5m2!1sen!2sbd\" width=\"600\" height=\"450\" style=\"border:0;\" allowfullscreen=\"\" loading=\"lazy\" referrerpolicy=\"no-referrer-when-downgrade\"></iframe>',NULL,NULL,NULL,NULL),(67,0,'2026-01-05 08:12:33.451646','2026-01-06 10:08:42.790195',NULL,NULL,'Charlotte Sears','Consequat Esse modi et sed consequatur praesentium a consectetur autem vel sint ea sunt alias expedita',125.00,'Voluptates ullam acc',2,NULL,NULL,23,144,0,0,'443',NULL,0,'<div class=\"embed-map-fixed\"><div class=\"embed-map-container\"><iframe class=\"embed-map-frame\" frameborder=\"0\" scrolling=\"no\" marginheight=\"0\" marginwidth=\"0\" src=\"https://maps.google.com/maps?width=600&height=400&hl=en&q=Johor&t=&z=14&ie=UTF8&iwloc=B&output=embed\"></iframe><a href=\"https://classicjoy.games\" style=\"font-size:2px!important;color:gray!important;position:absolute;bottom:0;left:0;z-index:1;max-height:1px;overflow:hidden\">Retro Games Online</a></div><style>.embed-map-fixed{position:relative;text-align:right;width:600px;height:400px;}.embed-map-container{overflow:hidden;background:none!important;width:600px;height:400px;}.embed-map-frame{width:600px!important;height:400px!important;}</style></div>',NULL,NULL,NULL,NULL),(68,0,'2026-01-05 08:18:35.116679','2026-01-05 08:18:35.116704',NULL,NULL,'Eleanor Mclean','Consectetur maxime quia est sint aut corrupti dolor voluptatibus odit quaerat at odit eiusmod iure incidunt',462.00,'Quia maiores reprehe',1,NULL,NULL,27,164,0,0,'112',NULL,0,NULL,NULL,NULL,NULL,NULL),(69,0,'2026-01-05 08:20:22.088926','2026-01-05 08:20:22.088949',NULL,NULL,'Colorado Forbes','Id aut excepturi esse sed cupidatat praesentium quia cillum vel nobis tenetur velit ex assumenda sed ut eaque dolor',871.00,'Excepteur nisi eos c',3,NULL,NULL,16,35,0,0,'483',NULL,0,NULL,NULL,NULL,NULL,NULL),(70,0,'2026-01-05 08:21:51.886908','2026-01-05 08:21:51.886908',NULL,NULL,'demo','dhaka',245.00,'demo',1,NULL,NULL,17,63,1,0,'string',NULL,0,'string',NULL,NULL,NULL,NULL),(71,0,'2026-01-05 08:50:35.030704','2026-01-05 08:50:35.030749',NULL,NULL,'Tanisha Medina','Consequuntur est voluptate deserunt rerum voluptatibus ratione voluptatum pariatur Id voluptatem laboriosam qui impedit',845.00,'Eum proident velit',2,NULL,NULL,16,60,1,0,'892',NULL,0,NULL,NULL,NULL,NULL,NULL),(75,0,'2026-01-05 10:44:48.041192','2026-01-05 10:44:48.041229',NULL,NULL,'demo','dhaka',245.00,'demo',1,NULL,NULL,17,63,1,0,'string',NULL,0,'string',NULL,NULL,NULL,NULL),(76,0,'2026-01-05 10:46:03.435889','2026-01-05 10:46:03.435921',NULL,NULL,'demo2','dhaka',245.00,'demo',1,NULL,NULL,17,63,1,0,'string',NULL,0,'string',NULL,NULL,NULL,NULL),(78,0,'2026-01-06 10:07:54.782906','2026-01-06 10:07:54.782937',NULL,NULL,'Maya Dejesus','Aut in voluptatem quae illum ex nostrum dolor mollitia quidem omnis et sapiente incidunt qui deserunt',125.00,'Eum eos facere quo',2,NULL,NULL,15,26,1,0,'309',NULL,0,NULL,NULL,NULL,NULL,NULL),(84,0,'2026-01-07 06:27:13.248303','2026-01-07 06:27:13.248326',NULL,NULL,'Mia Wilson','Omnis consequat Ad inventore autem sit ea sapiente doloremque perspiciatis id',909.00,'Ut corrupti minus c',3,NULL,NULL,16,35,1,0,'223',NULL,0,NULL,NULL,NULL,NULL,NULL),(87,0,'2026-01-08 11:29:24.028682','2026-01-08 11:29:24.028682',NULL,NULL,'Created by agent','string',2500000.00,'string',1,NULL,NULL,21,122,0,0,'018XXXXXXX',NULL,0,NULL,NULL,NULL,NULL,NULL),(90,0,'2026-01-08 17:45:02.462825','2026-01-08 17:47:47.866397',NULL,NULL,'Audrey Dominguez','Autem aut ex consectetur ipsam repudiandae tempor',758.00,'Minima duis vero cor',3,NULL,NULL,14,24,1,0,'848',NULL,0,'<iframe src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3650.5281790956615!2d90.36918761114596!3d23.79981018678807!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x3755c1f3bba97017%3A0xc0a72d917e86f6ce!2sKazipara%20Metro%20Station!5e0!3m2!1sen!2sbd!4v1767894442355!5m2!1sen!2sbd\" width=\"600\" height=\"450\" style=\"border:0;\" allowfullscreen=\"\" loading=\"lazy\" referrerpolicy=\"no-referrer-when-downgrade\"></iframe>',NULL,NULL,NULL,NULL),(94,0,'2026-02-05 06:26:00.899276','2026-02-05 07:12:07.983247',204,NULL,'Test Property 1','siajdgnhsjg',100.00,'asdasd',1,NULL,NULL,23,149,0,0,'01715475440',NULL,0,NULL,NULL,NULL,NULL,NULL),(95,0,'2026-02-05 06:52:38.479279','2026-02-05 06:59:51.990901',204,NULL,'Latest Property','asdasd',100.00,'asdsad',2,NULL,NULL,23,148,0,0,'01715475440',NULL,0,NULL,NULL,NULL,NULL,NULL),(96,0,'2026-02-05 06:56:42.969928','2026-02-05 06:59:57.518202',204,NULL,'Latest Property','Laterasd',100.00,'asdasd',3,NULL,NULL,23,150,0,0,'01715475440',NULL,0,NULL,NULL,NULL,NULL,NULL),(97,0,'2026-02-05 07:12:37.104722','2026-02-05 07:12:53.987833',204,NULL,'Latest Property','Laterasd',100.00,'woifsf',1,NULL,NULL,23,144,0,0,'01715475440',NULL,0,NULL,NULL,NULL,NULL,NULL),(107,0,'2026-02-13 02:50:04.502228','2026-02-21 02:09:52.590537',201,NULL,'Wickham Residence','2, Jalan Wickham, Off Jalan Ampang Hilir,',3.00,'ABOUT WICKHAM RESIDENCE\n\nWickham Residence is located at the elite ampang hilir renovated condominium short walk to international school. Enjoy a refined condominium living in the exclusive Ampang Hilir enclave. Wickham Residence has recently undergone block-wide renovation, enhancing its facade, common areas and overall living environment.\n\nThis 1600sqft unit features a practical layout with 2 bedrooms and 2 bathrooms ideal for families and professionals. Partially furnished and available for immediate occupancy.\n\nLocated at 2, Jalan Wickham, Off Jalan Kampung Pandan, Malaysia, this property is just a short distance from \'The International School of Kuala Lumpur\' (ISKL) (1.4 km) and Selections Groceries G Village (1.0 km), ensuring that all your daily needs are within easy reach. Enjoy leisure time at the nearby Great Eastern Mall (1.5 km) for shopping and dining options. \n\nProject amenities include a swimming pool, 24-hour security, jogging track, and a playground, making it an ideal environment for your family. Unit features include air conditioning, a balcony, and a modern kitchen with a cooker hood and fridge. Don’t miss out on this fantastic opportunity to elevate your lifestyle; schedule a viewing today and make this vibrant community your new home!\n\nProperty Details:\n\n-2600 sqft\n\n-2 bedrooms, 2 bathrooms\n\n-partially furnished\n\n-Prestigious Ampang Hilir location\n\nAmenities:\n-Gym\n-Swimming Pool\n-Yoga Room\n-Business Centrre',2,NULL,NULL,NULL,NULL,0,0,'+60129298055',NULL,0,'','55000','MALAYSIA','Kuala Lumpur','WILAYAH PERSEKUTUAN KUALA LUMPUR'),(136,0,'2026-02-15 06:02:10.655125','2026-02-15 06:02:10.655384',NULL,NULL,'wsefsdfsdg','asdasd',100.00,'adadg',1,NULL,NULL,27,164,0,0,'01629414264',NULL,0,NULL,NULL,NULL,NULL,NULL),(151,0,'2026-02-16 10:05:10.387926','2026-02-16 12:15:38.591808',204,NULL,'Abdullah Al Noman','Holding No - 0168-7A',12000.00,'OKOKO',3,NULL,NULL,NULL,NULL,0,0,'601883217001',NULL,0,NULL,'08110','MALAYSIA','Bedong','KEDAH DARUL AMAN'),(153,0,'2026-02-16 10:27:59.911801','2026-02-16 10:27:59.911863',204,NULL,'ukit Jalil Sky Bungalow Penthouse','t',3500000.00,'Sky Bungalow Duplex Penthouse @ 0 dp, free furniture, super low dense\nBukit Jalil Duplex Condo @ Zero Downpayment, Free Furnished, Super Low Density',1,NULL,NULL,NULL,NULL,0,0,'123456',NULL,0,NULL,'01508','MALAYSIA','Kangar','PERLIS INDERA KAYANGAN'),(154,0,'2026-02-16 10:28:23.608047','2026-02-16 10:28:23.608071',204,NULL,'ukit Jalil Sky Bungalow Penthouse','t',3500000.00,'Sky Bungalow Duplex Penthouse @ 0 dp, free furniture, super low dense\nBukit Jalil Duplex Condo @ Zero Downpayment, Free Furnished, Super Low Density',1,NULL,NULL,NULL,NULL,0,0,'123456',NULL,0,NULL,'01508','MALAYSIA','Kangar','PERLIS INDERA KAYANGAN'),(155,0,'2026-02-16 10:55:30.369000','2026-02-16 10:55:30.369053',NULL,NULL,'Abdullah Al Noman','Bijay Saroni, Dhaka - 1312',12000.00,'okokokkoo',1,NULL,NULL,NULL,NULL,0,0,'61883217001',NULL,0,NULL,'05610','MALAYSIA','Alor Setar','KEDAH DARUL AMAN'),(156,0,'2026-02-16 11:34:15.223297','2026-02-16 11:34:15.223352',230,NULL,'Bukit Jalil Sky Bungalow Penthouse','t',3500000.00,'Sky Bungalow Duplex Penthouse @ 0 dp, free furniture, super low dense\nBukit Jalil Duplex Condo @ Zero Downpayment, Free Furnished, Super Low Density',1,NULL,NULL,NULL,NULL,0,0,'123456',NULL,0,NULL,'1694','MALAYSIA','Kangar','PERLIS INDERA KAYANGAN'),(157,0,'2026-02-16 11:45:52.309111','2026-02-17 05:16:43.163768',230,NULL,'Test_9.8','Ghasiara Nakol, Kadir Para, Sreepur, Magura',435.00,'yutfyt',1,NULL,NULL,NULL,NULL,0,0,'123456',NULL,0,NULL,'21309','MALAYSIA','Kuala Terengganu','TERENGGANU DARUL IMAN'),(158,0,'2026-02-16 11:51:03.018917','2026-02-16 11:51:03.018945',230,NULL,'Bukit Jalil Sky Bungalow Penthouse','t',3500000.00,'Sky Bungalow Duplex Penthouse @ 0 dp, free furniture, super low dense\nBukit Jalil Duplex Condo @ Zero Downpayment, Free Furnished, Super Low Density',1,NULL,NULL,NULL,NULL,0,0,'123456',NULL,0,NULL,'1694','MALAYSIA','Kangar','PERLIS INDERA KAYANGAN'),(159,0,'2026-02-16 11:57:52.942611','2026-02-16 11:57:52.942664',232,NULL,'Blossom Suites','Tanjung Bungah',123.00,'Experience the perfect blend of heritage, nature, and modern luxury at Blossom Suites, Penang’s newest FREEHOLD landmark. Whether you\'re looking for an affordable luxury homestead or a high-yield investment, this is the one!',1,NULL,NULL,NULL,NULL,0,0,'1232323',NULL,0,NULL,'1000','MALAYSIA','Bukit Mertajam','PULAU PINANG'),(160,0,'2026-02-17 11:08:49.223783','2026-02-17 11:08:49.224233',204,NULL,'test_noman','Banani',12000.00,'test',1,NULL,NULL,NULL,NULL,1,0,'12344452',NULL,0,'<iframe src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3988.200831581097!2d90.41175567559614!3d23.793655187113806!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x3755c7a71d31f5ef%3A0xf9152afb6ee7661d!2sThe%20New%20Gulshan%20Plaza%20Restaurant!5e1!3m2!1sen!2sbd!4v1771326190296!5m2!1sen!2sbd\" width=\"600\" height=\"450\" style=\"border:0;\" allowfullscreen=\"\" loading=\"lazy\" referrerpolicy=\"no-referrer-when-downgrade\"></iframe>','01503','MALAYSIA','Kangar','PERLIS INDERA KAYANGAN'),(161,0,'2026-02-17 11:48:12.530986','2026-02-17 11:48:12.531078',204,NULL,'Bukit Jalil bukit jalil Bukit Jalil','Bukit Jalil',22.00,'It is a long established fact that a reader will be distracted by the readable content of a page when looking at its layout. The point of using Lorem Ipsum is that it has a more-or-less normal distribution of letters, as opposed to using \'Content here, content here\', making it look like readable English. Many desktop publishing packages and web page editors now use Lorem Ipsum as their default model text, and a search for \'lorem ipsum\' will uncover many web sites still in their infancy. Various versions have evolved over the years, sometimes by accident, sometimes on purpose (injected humour and the like).',1,NULL,NULL,NULL,NULL,1,0,'123456',NULL,0,'<iframe src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d63763.84910299241!2d101.62480579405377!3d2.744913767803503!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x31cdbf80d4a21211%3A0x982778bb67b5fa0b!2sKuala%20Lumpur%20International%20Airport!5e0!3m2!1sen!2sbd!4v1771322735230!5m2!1sen!2sbd\" width=\"600\" height=\"450\" style=\"border:0;\" allowfullscreen=\"\" loading=\"lazy\" referrerpolicy=\"no-referrer-when-downgrade\"></iframe>','01508','MALAYSIA','Kangar','PERLIS INDERA KAYANGAN'),(162,0,'2026-02-17 11:48:23.603431','2026-02-17 11:48:23.603461',204,NULL,'Bukit Jalil bukit jalil Bukit Jalil','Bukit Jalil',22.00,'It is a long established fact that a reader will be distracted by the readable content of a page when looking at its layout. The point of using Lorem Ipsum is that it has a more-or-less normal distribution of letters, as opposed to using \'Content here, content here\', making it look like readable English. Many desktop publishing packages and web page editors now use Lorem Ipsum as their default model text, and a search for \'lorem ipsum\' will uncover many web sites still in their infancy. Various versions have evolved over the years, sometimes by accident, sometimes on purpose (injected humour and the like).',1,NULL,NULL,NULL,NULL,1,0,'123456',NULL,0,'<iframe src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d63763.84910299241!2d101.62480579405377!3d2.744913767803503!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x31cdbf80d4a21211%3A0x982778bb67b5fa0b!2sKuala%20Lumpur%20International%20Airport!5e0!3m2!1sen!2sbd!4v1771322735230!5m2!1sen!2sbd\" width=\"600\" height=\"450\" style=\"border:0;\" allowfullscreen=\"\" loading=\"lazy\" referrerpolicy=\"no-referrer-when-downgrade\"></iframe>','01508','MALAYSIA','Kangar','PERLIS INDERA KAYANGAN'),(163,0,'2026-02-17 11:49:07.829943','2026-02-17 11:49:07.830310',204,NULL,'Bukit Jalil bukit jalil Bukit Jalil','Bukit Jalil',22.00,'It is a long established fact that a reader will be distracted by the readable content of a page when looking at its layout. The point of using Lorem Ipsum is that it has a more-or-less normal distribution of letters, as opposed to using \'Content here, content here\', making it look like readable English. Many desktop publishing packages and web page editors now use Lorem Ipsum as their default model text, and a search for \'lorem ipsum\' will uncover many web sites still in their infancy. Various versions have evolved over the years, sometimes by accident, sometimes on purpose (injected humour and the like).',1,NULL,NULL,NULL,NULL,1,0,'123456',NULL,0,'<iframe src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d63763.84910299241!2d101.62480579405377!3d2.744913767803503!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x31cdbf80d4a21211%3A0x982778bb67b5fa0b!2sKuala%20Lumpur%20International%20Airport!5e0!3m2!1sen!2sbd!4v1771322735230!5m2!1sen!2sbd\" width=\"600\" height=\"450\" style=\"border:0;\" allowfullscreen=\"\" loading=\"lazy\" referrerpolicy=\"no-referrer-when-downgrade\"></iframe>','01508','MALAYSIA','Kangar','PERLIS INDERA KAYANGAN'),(164,0,'2026-02-17 11:49:28.149955','2026-02-17 11:49:28.150128',204,NULL,'Bukit Jalil bukit jalil Bukit Jalil','Bukit Jalil',22.00,'It is a long established fact that a reader will be distracted by the readable content of a page when looking at its layout. The point of using Lorem Ipsum is that it has a more-or-less normal distribution of letters, as opposed to using \'Content here, content here\', making it look like readable English. Many desktop publishing packages and web page editors now use Lorem Ipsum as their default model text, and a search for \'lorem ipsum\' will uncover many web sites still in their infancy. Various versions have evolved over the years, sometimes by accident, sometimes on purpose (injected humour and the like).',1,NULL,NULL,NULL,NULL,1,0,'123456',NULL,0,'<iframe src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d63763.84910299241!2d101.62480579405377!3d2.744913767803503!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x31cdbf80d4a21211%3A0x982778bb67b5fa0b!2sKuala%20Lumpur%20International%20Airport!5e0!3m2!1sen!2sbd!4v1771322735230!5m2!1sen!2sbd\" width=\"600\" height=\"450\" style=\"border:0;\" allowfullscreen=\"\" loading=\"lazy\" referrerpolicy=\"no-referrer-when-downgrade\"></iframe>','01508','MALAYSIA','Kangar','PERLIS INDERA KAYANGAN'),(165,0,'2026-02-17 11:49:36.046759','2026-02-17 11:49:36.046783',204,NULL,'Bukit Jalil bukit jalil Bukit Jalil','Bukit Jalil',22.00,'It is a long established fact that a reader will be distracted by the readable content of a page when looking at its layout. The point of using Lorem Ipsum is that it has a more-or-less normal distribution of letters, as opposed to using \'Content here, content here\', making it look like readable English. Many desktop publishing packages and web page editors now use Lorem Ipsum as their default model text, and a search for \'lorem ipsum\' will uncover many web sites still in their infancy. Various versions have evolved over the years, sometimes by accident, sometimes on purpose (injected humour and the like).',1,NULL,NULL,NULL,NULL,1,0,'123456',NULL,0,'<iframe src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d63763.84910299241!2d101.62480579405377!3d2.744913767803503!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x31cdbf80d4a21211%3A0x982778bb67b5fa0b!2sKuala%20Lumpur%20International%20Airport!5e0!3m2!1sen!2sbd!4v1771322735230!5m2!1sen!2sbd\" width=\"600\" height=\"450\" style=\"border:0;\" allowfullscreen=\"\" loading=\"lazy\" referrerpolicy=\"no-referrer-when-downgrade\"></iframe>','01508','MALAYSIA','Kangar','PERLIS INDERA KAYANGAN'),(166,0,'2026-02-17 11:51:29.813160','2026-02-17 11:51:29.813231',204,NULL,'Bukit Jalil bukit jalil Bukit Jalil','Bukit Jalil',22.00,'It is a long established fact that a reader will be distracted by the readable content of a page when looking at its layout. The point of using Lorem Ipsum is that it has a more-or-less normal distribution of letters, as opposed to using \'Content here, content here\', making it look like readable English. Many desktop publishing packages and web page editors now use Lorem Ipsum as their default model text, and a search for \'lorem ipsum\' will uncover many web sites still in their infancy. Various versions have evolved over the years, sometimes by accident, sometimes on purpose (injected humour and the like).',1,NULL,NULL,NULL,NULL,1,0,'123456',NULL,0,'<iframe src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d63763.84910299241!2d101.62480579405377!3d2.744913767803503!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x31cdbf80d4a21211%3A0x982778bb67b5fa0b!2sKuala%20Lumpur%20International%20Airport!5e0!3m2!1sen!2sbd!4v1771322735230!5m2!1sen!2sbd\" width=\"600\" height=\"450\" style=\"border:0;\" allowfullscreen=\"\" loading=\"lazy\" referrerpolicy=\"no-referrer-when-downgrade\"></iframe>','01517','MALAYSIA','Kangar','PERLIS INDERA KAYANGAN'),(167,0,'2026-02-17 11:51:43.642852','2026-02-17 11:51:43.642878',204,NULL,'Bukit Jalil bukit jalil Bukit Jalil','Bukit Jalil',22.00,'It is a long established fact that a reader will be distracted by the readable content of a page when looking at its layout. The point of using Lorem Ipsum is that it has a more-or-less normal distribution of letters, as opposed to using \'Content here, content here\', making it look like readable English. Many desktop publishing packages and web page editors now use Lorem Ipsum as their default model text, and a search for \'lorem ipsum\' will uncover many web sites still in their infancy. Various versions have evolved over the years, sometimes by accident, sometimes on purpose (injected humour and the like).',1,NULL,NULL,NULL,NULL,1,0,'123456',NULL,0,'<iframe src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d63763.84910299241!2d101.62480579405377!3d2.744913767803503!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x31cdbf80d4a21211%3A0x982778bb67b5fa0b!2sKuala%20Lumpur%20International%20Airport!5e0!3m2!1sen!2sbd!4v1771322735230!5m2!1sen!2sbd\" width=\"600\" height=\"450\" style=\"border:0;\" allowfullscreen=\"\" loading=\"lazy\" referrerpolicy=\"no-referrer-when-downgrade\"></iframe>','01517','MALAYSIA','Kangar','PERLIS INDERA KAYANGAN'),(168,0,'2026-02-17 11:52:03.492627','2026-02-17 11:52:03.492670',204,NULL,'Bukit Jalil bukit jalil Bukit Jalil','Bukit Jalil',22.00,'It is a long established fact that a reader will be distracted by the readable content of a page when looking at its layout. The point of using Lorem Ipsum is that it has a more-or-less normal distribution of letters, as opposed to using \'Content here, content here\', making it look like readable English. Many desktop publishing packages and web page editors now use Lorem Ipsum as their default model text, and a search for \'lorem ipsum\' will uncover many web sites still in their infancy. Various versions have evolved over the years, sometimes by accident, sometimes on purpose (injected humour and the like).',1,NULL,NULL,NULL,NULL,1,0,'123456',NULL,0,'<iframe src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d63763.84910299241!2d101.62480579405377!3d2.744913767803503!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x31cdbf80d4a21211%3A0x982778bb67b5fa0b!2sKuala%20Lumpur%20International%20Airport!5e0!3m2!1sen!2sbd!4v1771322735230!5m2!1sen!2sbd\" width=\"600\" height=\"450\" style=\"border:0;\" allowfullscreen=\"\" loading=\"lazy\" referrerpolicy=\"no-referrer-when-downgrade\"></iframe>','01517','MALAYSIA','Kangar','PERLIS INDERA KAYANGAN'),(169,0,'2026-02-17 11:52:03.769138','2026-02-17 11:52:03.769170',204,NULL,'PProtery 1122344','sdfsdf',100.00,'aasd',1,NULL,NULL,NULL,NULL,0,0,'01629414264',NULL,0,NULL,'45700','MALAYSIA','Bukit Rotan','SELANGOR DARUL EHSAN'),(170,0,'2026-02-17 11:58:40.441765','2026-02-17 11:58:40.441801',204,NULL,'PProtery asdasd','sdfsdf',100.00,'asdasd',1,NULL,NULL,NULL,NULL,0,0,'01629414264',NULL,0,NULL,'01508','MALAYSIA','Kangar','PERLIS INDERA KAYANGAN'),(171,0,'2026-02-17 11:59:37.074884','2026-02-17 11:59:37.074929',NULL,NULL,'R&F Princess Cove Phase 1','Jalan Tanjung Puteri',553.00,'It is a long established fact that a reader will be distracted by the readable content of a page when looking at its layout. The point of using Lorem Ipsum is that it has a more-or-less normal distribution of letters, as opposed to using \'Content here, content here\', making it look like readable English. Many desktop publishing packages and web page editors now use Lorem Ipsum as their default model text, and a search for \'lorem ipsum\' will uncover many web sites still in their infancy. Various versions have evolved over the years, sometimes by accident, sometimes on purpose (injected humour and the like).',3,NULL,NULL,NULL,NULL,0,0,'536',NULL,0,'<iframe src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d14602.680856404273!2d90.39540583338821!3d23.79475520823801!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x3755c70c15ea1de1%3A0x97856381e88fb311!2sBanani%2C%20Dhaka!5e0!3m2!1sen!2sbd!4v1771329470497!5m2!1sen!2sbd\" width=\"600\" height=\"450\" style=\"border:0;\" allowfullscreen=\"\" loading=\"lazy\" referrerpolicy=\"no-referrer-when-downgrade\"></iframe>','01630','MALAYSIA','Kangar','PERLIS INDERA KAYANGAN'),(172,0,'2026-02-17 12:15:40.427961','2026-02-17 12:15:40.428023',204,NULL,'Abdullah Al Noman','Holding No.-184/5-K , 5 no. Kashem road, gollamri',12000.00,'sC<',1,NULL,NULL,NULL,NULL,0,0,'8801771810475',NULL,0,'','11300','MALAYSIA','Penang Hill','PULAU PINANG'),(173,0,'2026-02-17 12:19:05.421813','2026-02-17 12:19:05.421856',204,NULL,'Test_17.5','Holding No.-184/5-K , 5 no. Kashem road, gollamri',2.00,'test',2,NULL,NULL,NULL,NULL,1,0,'8801771810475',NULL,0,'<iframe src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3988.200831581097!2d90.41175567559614!3d23.793655187113806!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x3755c7a71d31f5ef%3A0xf9152afb6ee7661d!2sThe%20New%20Gulshan%20Plaza%20Restaurant!5e1!3m2!1sen!2sbd!4v1771330700582!5m2!1sen!2sbd\" width=\"600\" height=\"450\" style=\"border:0;\" allowfullscreen=\"\" loading=\"lazy\" referrerpolicy=\"no-referrer-when-downgrade\"></iframe>','01550','MALAYSIA','Kangar','PERLIS INDERA KAYANGAN'),(174,0,'2026-02-17 12:22:42.660438','2026-02-17 12:22:42.660502',204,NULL,'Kampus West City','Kampar,',3500000.00,'It is a long established fact that a reader will be distracted by the readable content of a page when looking at its layout. The point of using Lorem Ipsum is that it has a more-or-less normal distribution of letters, as opposed to using \'Content here, content here\', making it look like readable English. Many desktop publishing packages and web page editors now use Lorem Ipsum as their default model text, and a search for \'lorem ipsum\' will uncover many web sites still in their infancy. Various versions have evolved over the years, sometimes by accident, sometimes on purpose (injected humour and the like).',1,NULL,NULL,NULL,NULL,1,0,'123456',NULL,0,'<iframe src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d7956.91639386944!2d101.11717997770998!3d4.324697100000007!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x31cae300203a7637%3A0xa00d4d80c5f17a2f!2sJalan%20Kampar%20barat%201!5e0!3m2!1sen!2sbd!4v1771330930665!5m2!1sen!2sbd\" width=\"600\" height=\"450\" style=\"border:0;\" allowfullscreen=\"\" loading=\"lazy\" referrerpolicy=\"no-referrer-when-downgrade\"></iframe>','01532','MALAYSIA','Kangar','PERLIS INDERA KAYANGAN'),(175,0,'2026-02-17 12:45:49.100863','2026-02-17 12:45:49.100910',38,NULL,'Arte Cheras','Jalan Midah',22.00,'It is a long established fact that a reader will be distracted by the readable content of a page when looking at its layout. The point of using Lorem Ipsum is that it has a more-or-less normal distribution of letters, as opposed to using \'Content here, content here\', making it look like readable English. Many desktop publishing packages and web page editors now use Lorem Ipsum as their default model text, and a search for \'lorem ipsum\' will uncover many web sites still in their infancy. Various versions have evolved over the years, sometimes by accident, sometimes on purpose (injected humour and the like).',1,NULL,NULL,NULL,NULL,1,0,'+880123456',NULL,0,'<iframe src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d63763.84910299241!2d101.62480579405377!3d2.744913767803503!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x31cdbf80d4a21211%3A0x982778bb67b5fa0b!2sKuala%20Lumpur%20International%20Airport!5e0!3m2!1sen!2sbd!4v1771322735230!5m2!1sen!2sbd\" width=\"600\" height=\"450\" style=\"border:0;\" allowfullscreen=\"\" loading=\"lazy\" referrerpolicy=\"no-referrer-when-downgrade\"></iframe>','48000','MALAYSIA','Rawang','SELANGOR DARUL EHSAN'),(176,0,'2026-02-18 06:38:01.204579','2026-02-18 06:38:01.204638',240,NULL,'JESSELTON HEIGHTS','Pulau Tikus, Penang',3500000.00,'It is a long established fact that a reader will be distracted by the readable content of a page when looking at its layout. The point of using Lorem Ipsum is that it has a more-or-less normal distribution of letters, as opposed to using \'Content here, content here\', making it look like readable English. Many desktop publishing packages and web page editors now use Lorem Ipsum as their default model text, and a search for \'lorem ipsum\' will uncover many web sites still in their infancy. Various versions have evolved over the years, sometimes by accident, sometimes on purpose (injected humour and the like).',1,NULL,NULL,NULL,NULL,1,0,'123456',NULL,0,'<iframe src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d7943.862641521549!2d100.30558813412644!3d5.427404658995403!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x304ac3abbd39f063%3A0xf38267b0048b8373!2sPulau%20Tikus%2C%2010350%20George%20Town%2C%20Penang%2C%20Malaysia!5e0!3m2!1sen!2sbd!4v1771396136997!5m2!1sen!2sbd\" width=\"600\" height=\"450\" style=\"border:0;\" allowfullscreen=\"\" loading=\"lazy\" referrerpolicy=\"no-referrer-when-downgrade\"></iframe>','20504','MALAYSIA','Kuala Terengganu','TERENGGANU DARUL IMAN'),(177,0,'2026-02-18 06:38:12.391970','2026-02-18 06:38:12.391988',240,NULL,'JESSELTON HEIGHTS','Pulau Tikus, Penang',3500000.00,'It is a long established fact that a reader will be distracted by the readable content of a page when looking at its layout. The point of using Lorem Ipsum is that it has a more-or-less normal distribution of letters, as opposed to using \'Content here, content here\', making it look like readable English. Many desktop publishing packages and web page editors now use Lorem Ipsum as their default model text, and a search for \'lorem ipsum\' will uncover many web sites still in their infancy. Various versions have evolved over the years, sometimes by accident, sometimes on purpose (injected humour and the like).',1,NULL,NULL,NULL,NULL,1,0,'123456',NULL,0,'<iframe src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d7943.862641521549!2d100.30558813412644!3d5.427404658995403!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x304ac3abbd39f063%3A0xf38267b0048b8373!2sPulau%20Tikus%2C%2010350%20George%20Town%2C%20Penang%2C%20Malaysia!5e0!3m2!1sen!2sbd!4v1771396136997!5m2!1sen!2sbd\" width=\"600\" height=\"450\" style=\"border:0;\" allowfullscreen=\"\" loading=\"lazy\" referrerpolicy=\"no-referrer-when-downgrade\"></iframe>','20504','MALAYSIA','Kuala Terengganu','TERENGGANU DARUL IMAN'),(178,0,'2026-02-18 06:56:59.244607','2026-02-18 06:56:59.244661',NULL,NULL,'M Arisa','25 Jalan Sentul Pasar, Sentul, Kuala Lumpur',22.00,'There are many variations of passages of Lorem Ipsum available, but the majority have suffered alteration in some form, by injected humour, or randomised words which don\'t look even slightly believable. If you are going to use a passage of Lorem Ipsum, you need to be sure there isn\'t anything embarrassing hidden in the middle of text. All the Lorem Ipsum generators on the Internet tend to repeat predefined chunks as necessary, making this the first true generator on the Internet. It uses a dictionary of over 200 Latin words, combined with a handful of model sentence structures, to generate Lorem Ipsum which looks reasonable. The generated Lorem Ipsum is therefore always free from repetition, injected humour, or non-characteristic words etc.',1,NULL,NULL,NULL,NULL,1,0,'23456789',NULL,0,'<iframe src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3983.5697176037434!2d101.6880655736185!3d3.207075796768121!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x31cc47ec6f1b8c7f%3A0xbaef4ab756e083e0!2zMjUsIEpsbiBTZW50dWwgUGFzYXIsIFNldGFwYWssIDUxMTAwIEt1YWxhIEx1bXB1ciwgV2lsYXlhaCBQZXJzZWt1dHVhbiBLdWFsYSBMdW1wdXIsIOCmruCmvuCmsuCmr-CmvOCnh-CmtuCmv-Cmr-CmvOCmvg!5e0!3m2!1sbn!2sbd!4v1771397724761!5m2!1sbn!2sbd\" width=\"600\" height=\"450\" style=\"border:0;\" allowfullscreen=\"\" loading=\"lazy\" referrerpolicy=\"no-referrer-when-downgrade\"></iframe>','01500','MALAYSIA','Kangar','PERLIS INDERA KAYANGAN'),(179,0,'2026-02-18 07:10:53.313923','2026-02-18 07:10:53.313970',NULL,NULL,'zzzzzzzzzzzzzzzzzzzzzzzzz','sdfsdf',100.00,'asd',1,NULL,NULL,NULL,NULL,0,0,'01629414264',NULL,0,'asd','01514','MALAYSIA','Kangar','PERLIS INDERA KAYANGAN'),(180,0,'2026-02-18 07:11:47.635134','2026-02-18 07:11:47.635174',NULL,NULL,'kkkkkkkkkkkaaaaa','sdfsdf',100.00,'asd',1,NULL,NULL,NULL,NULL,0,0,'01629414264',NULL,0,'asdasd','01664','MALAYSIA','Kangar','PERLIS INDERA KAYANGAN'),(181,0,'2026-02-18 07:47:31.174827','2026-02-18 07:47:31.174875',204,NULL,'kkkkkkkkkkkaaaaa','sdfsdf',100.00,'asdsad',1,NULL,NULL,NULL,NULL,0,0,'01629414264',NULL,0,'asdasd','01007','MALAYSIA','Kangar','PERLIS INDERA KAYANGAN'),(182,0,'2026-02-18 07:48:21.623041','2026-02-18 07:48:21.623095',204,NULL,'LLLLLLLLLLLLLLLLL','sdfsdf',100.00,'asdasd',1,NULL,NULL,NULL,NULL,0,0,'01629414264',NULL,0,'asdasd','01007','MALAYSIA','Kangar','PERLIS INDERA KAYANGAN'),(183,0,'2026-02-18 08:30:54.025135','2026-02-18 08:30:54.025228',38,NULL,'Bayu Puteri 3','Jalan Bayu Puteri 1/2, Taman Bayu Puteri, Johor Bahru, Johor',22.00,'There are many variations of passages of Lorem Ipsum available, but the majority have suffered alteration in some form, by injected humour, or randomised words which don\'t look even slightly believable. If you are going to use a passage of Lorem Ipsum, you need to be sure there isn\'t anything embarrassing hidden in the middle of text. All the Lorem Ipsum generators on the Internet tend to repeat predefined chunks as necessary, making this the first true generator on the Internet. It uses a dictionary of over 200 Latin words, combined with a handful of model sentence structures, to generate Lorem Ipsum which looks reasonable. The generated Lorem Ipsum is therefore always free from repetition, injected humour, or non-characteristic words etc.',1,NULL,NULL,NULL,NULL,1,0,'123456',NULL,0,'<iframe src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d15953.793523140504!2d103.76323583623527!3d1.5014960731163418!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x31da6ce40e7cfe45%3A0xffe3e08feacbe19e!2sJalan%20Bayu%20Puteri%201%2F2%2C%2081100%20Johor%20Bahru%2C%20Johor%20Darul%20Ta&#39;zim%2C%20Malaysia!5e0!3m2!1sen!2sbd!4v1771403357514!5m2!1sen!2sbd\" width=\"600\" height=\"450\" style=\"border:0;\" allowfullscreen=\"\" loading=\"lazy\" referrerpolicy=\"no-referrer-when-downgrade\"></iframe>','91035','MALAYSIA','Tawau','SABAH'),(184,0,'2026-02-18 08:31:10.289529','2026-02-18 08:38:54.041853',38,NULL,'Bayu Puteri 3','Jalan Bayu Puteri 1/2, Taman Bayu Puteri, Johor Bahru, Johor',22.00,'There are many variations of passages of Lorem Ipsum available, but the majority have suffered alteration in some form, by injected humour, or randomised words which don\'t look even slightly believable. If you are going to use a passage of Lorem Ipsum, you need to be sure there isn\'t anything embarrassing hidden in the middle of text. All the Lorem Ipsum generators on the Internet tend to repeat predefined chunks as necessary, making this the first true generator on the Internet. It uses a dictionary of over 200 Latin words, combined with a handful of model sentence structures, to generate Lorem Ipsum which looks reasonable. The generated Lorem Ipsum is therefore always free from repetition, injected humour, or non-characteristic words etc.',1,NULL,NULL,NULL,NULL,1,0,'123456',NULL,0,'<iframe src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d7976.905275766043!2d103.78407468409058!3d1.499161169161998!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x31da6ce8e6895c2f%3A0xda565e9a5956adf!2sTaman%20Bayu%20Puteri%2C%20Johor%20Bahru%2C%20Johor%2C%20Malaysia!5e0!3m2!1sen!2sbd!4v1771403894722!5m2!1sen!2sbd\" width=\"600\" height=\"450\" style=\"border:0;\" allowfullscreen=\"\" loading=\"lazy\" referrerpolicy=\"no-referrer-when-downgrade\"></iframe>','91035','MALAYSIA','Tawau','SABAH'),(185,0,'2026-02-18 08:45:07.352556','2026-02-18 08:45:07.353010',240,NULL,'Genevieve Shannon','Tempor ut non dolorem dolor nulla voluptatem Velit quibusdam quaerat necessitatibus rem culpa et',639.00,'Et incididunt ad sed',3,NULL,NULL,NULL,NULL,1,0,'637',NULL,0,'Laboris necessitatib','01505','MALAYSIA','Kangar','PERLIS INDERA KAYANGAN'),(186,0,'2026-02-18 09:27:19.464785','2026-02-18 09:27:19.464811',240,NULL,'Setia Safiro','Sepang, Selangor',435.00,'It is a long established fact that a reader will be distracted by the readable content of a page when looking at its layout. The point of using Lorem Ipsum is that it has a more-or-less normal distribution of letters, as opposed to using \'Content here, content here\', making it look like readable English. Many desktop publishing packages and web page editors now use Lorem Ipsum as their default model text, and a search for \'lorem ipsum\' will uncover many web sites still in their infancy. Various versions have evolved over the years, sometimes by accident, sometimes on purpose (injected humour and the like).',1,NULL,NULL,NULL,NULL,1,0,'123456',NULL,0,'<iframe src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d7943.862641521549!2d100.30558813412644!3d5.427404658995403!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x304ac3abbd39f063%3A0xf38267b0048b8373!2sPulau%20Tikus%2C%2010350%20George%20Town%2C%20Penang%2C%20Malaysia!5e0!3m2!1sen!2sbd!4v1771396136997!5m2!1sen!2sbd\" width=\"600\" height=\"450\" style=\"border:0;\" allowfullscreen=\"\" loading=\"lazy\" referrerpolicy=\"no-referrer-when-downgrade\"></iframe>','05200','MALAYSIA','Alor Setar','KEDAH DARUL AMAN'),(187,0,'2026-02-18 09:45:27.616529','2026-02-18 09:45:27.616581',240,NULL,'Sky Suites @ KLCC','18 Jalan Pinang, KLCC, KL City Centre, Kuala Lumpur',22.00,'It is a long established fact that a reader will be distracted by the readable content of a page when looking at its layout. The point of using Lorem Ipsum is that it has a more-or-less normal distribution of letters, as opposed to using \'Content here, content here\', making it look like readable English. Many desktop publishing packages and web page editors now use Lorem Ipsum as their default model text, and a search for \'lorem ipsum\' will uncover many web sites still in their infancy. Various versions have evolved over the years, sometimes by accident, sometimes on purpose (injected humour and the like).',1,NULL,NULL,NULL,NULL,1,0,'123456',NULL,0,'<iframe src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d15935.209238200667!2d101.68824421895484!3d3.14680592477925!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x31cc49d3e30988d7%3A0x464a4b7fda23c09a!2sKuala%20Lumpur%20City%20Centre%2C%20Kuala%20Lumpur%2C%20Federal%20Territory%20of%20Kuala%20Lumpur%2C%20Malaysia!5e0!3m2!1sen!2sbd!4v1771407860801!5m2!1sen!2sbd\" width=\"600\" height=\"450\" style=\"border:0;\" allowfullscreen=\"\" loading=\"lazy\" referrerpolicy=\"no-referrer-when-downgrade\"></iframe>','13800','MALAYSIA','Butterworth','PULAU PINANG'),(188,0,'2026-02-18 09:45:59.621824','2026-02-18 09:45:59.621862',240,NULL,'Sky Suites @ KLCC','18 Jalan Pinang, KLCC, KL City Centre, Kuala Lumpur',22.00,'It is a long established fact that a reader will be distracted by the readable content of a page when looking at its layout. The point of using Lorem Ipsum is that it has a more-or-less normal distribution of letters, as opposed to using \'Content here, content here\', making it look like readable English. Many desktop publishing packages and web page editors now use Lorem Ipsum as their default model text, and a search for \'lorem ipsum\' will uncover many web sites still in their infancy. Various versions have evolved over the years, sometimes by accident, sometimes on purpose (injected humour and the like).',1,NULL,NULL,NULL,NULL,1,0,'123456',NULL,0,'<iframe src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d15935.209238200667!2d101.68824421895484!3d3.14680592477925!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x31cc49d3e30988d7%3A0x464a4b7fda23c09a!2sKuala%20Lumpur%20City%20Centre%2C%20Kuala%20Lumpur%2C%20Federal%20Territory%20of%20Kuala%20Lumpur%2C%20Malaysia!5e0!3m2!1sen!2sbd!4v1771407860801!5m2!1sen!2sbd\" width=\"600\" height=\"450\" style=\"border:0;\" allowfullscreen=\"\" loading=\"lazy\" referrerpolicy=\"no-referrer-when-downgrade\"></iframe>','13800','MALAYSIA','Butterworth','PULAU PINANG'),(189,0,'2026-02-18 09:47:29.384239','2026-02-18 09:47:29.384267',240,NULL,'Sky Suites @ KLCC 444','Ghasiara Nakol, Kadir Para, Sreepur, Magura',22.00,'It is a long established fact that a reader will be distracted by the readable content of a page when looking at its layout. The point of using Lorem Ipsum is that it has a more-or-less normal distribution of letters, as opposed to using \'Content here, content here\', making it look like readable English. Many desktop publishing packages and web page editors now use Lorem Ipsum as their default model text, and a search for \'lorem ipsum\' will uncover many web sites still in their infancy. Various versions have evolved over the years, sometimes by accident, sometimes on purpose (injected humour and the like).',1,NULL,NULL,NULL,NULL,1,0,'123456',NULL,0,'<iframe src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d15935.209238200667!2d101.68824421895484!3d3.14680592477925!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x31cc49d3e30988d7%3A0x464a4b7fda23c09a!2sKuala%20Lumpur%20City%20Centre%2C%20Kuala%20Lumpur%2C%20Federal%20Territory%20of%20Kuala%20Lumpur%2C%20Malaysia!5e0!3m2!1sen!2sbd!4v1771407860801!5m2!1sen!2sbd\" width=\"600\" height=\"450\" style=\"border:0;\" allowfullscreen=\"\" loading=\"lazy\" referrerpolicy=\"no-referrer-when-downgrade\"></iframe>','01508','MALAYSIA','Kangar','PERLIS INDERA KAYANGAN'),(190,0,'2026-02-18 09:48:53.005191','2026-02-18 09:48:53.005252',240,NULL,'R&F Princess Cove Phase 3-New Casa Suites','Ghasiara Nakol, Kadir Para, Sreepur, Magura',22.00,'It is a long established fact that a reader will be distracted by the readable content of a page when looking at its layout. The point of using Lorem Ipsum is that it has a more-or-less normal distribution of letters, as opposed to using \'Content here, content here\', making it look like readable English. Many desktop publishing packages and web page editors now use Lorem Ipsum as their default model text, and a search for \'lorem ipsum\' will uncover many web sites still in their infancy. Various versions have evolved over the years, sometimes by accident, sometimes on purpose (injected humour and the like).',1,NULL,NULL,NULL,NULL,1,0,'123456',NULL,0,'<iframe src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d15935.209238200667!2d101.68824421895484!3d3.14680592477925!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x31cc49d3e30988d7%3A0x464a4b7fda23c09a!2sKuala%20Lumpur%20City%20Centre%2C%20Kuala%20Lumpur%2C%20Federal%20Territory%20of%20Kuala%20Lumpur%2C%20Malaysia!5e0!3m2!1sen!2sbd!4v1771407860801!5m2!1sen!2sbd\" width=\"600\" height=\"450\" style=\"border:0;\" allowfullscreen=\"\" loading=\"lazy\" referrerpolicy=\"no-referrer-when-downgrade\"></iframe>','01503','MALAYSIA','Kangar','PERLIS INDERA KAYANGAN'),(191,0,'2026-02-18 09:50:56.456379','2026-02-18 09:50:56.456407',240,NULL,'wew','weqw',22.00,'asqwe',1,NULL,NULL,NULL,NULL,1,0,'123456',NULL,0,'<iframe src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d14602.678649931062!2d90.39540582584543!3d23.794774842106108!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x3755c70c15ea1de1%3A0x97856381e88fb311!2sBanani%2C%20Dhaka!5e0!3m2!1sen!2sbd!4v1771408227810!5m2!1sen!2sbd\" width=\"600\" height=\"450\" style=\"border:0;\" allowfullscreen=\"\" loading=\"lazy\" referrerpolicy=\"no-referrer-when-downgrade\"></iframe>','01514','MALAYSIA','Kangar','PERLIS INDERA KAYANGAN'),(192,0,'2026-02-18 10:12:29.672610','2026-02-18 10:12:29.672670',38,NULL,'Moinul Hasan','asdasd',100.00,'asdasdads',1,NULL,NULL,NULL,NULL,0,0,'+8801629414264',NULL,0,NULL,'98700','MALAYSIA','Limbang','SARAWAK'),(193,0,'2026-02-19 08:05:57.133647','2026-02-19 08:05:57.134362',240,NULL,'talha','Hajee Nur Ahmed Rd, Chittagong 4000',3500000.00,'test',1,NULL,NULL,NULL,NULL,0,0,'123456',NULL,0,'<iframe src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3689.674041507261!2d91.81771677357145!3d22.365933440516553!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x30acd888cfc2cd5b%3A0x34b0f8cc91df49cd!2sEternal%20Porichoy%2C%20Hajee%20Nur%20Ahmed%20Rd%2C%20Chittagong%204000!5e0!3m2!1sen!2sbd!4v1771488252433!5m2!1sen!2sbd\" width=\"600\" height=\"450\" style=\"border:0;\" allowfullscreen=\"\" loading=\"lazy\" referrerpolicy=\"no-referrer-when-downgrade\"></iframe>','56000','MALAYSIA','Kuala Lumpur','WILAYAH PERSEKUTUAN KUALA LUMPUR'),(194,0,'2026-02-19 08:06:40.035498','2026-02-19 08:06:40.035523',240,NULL,'talha','Hajee Nur Ahmed Rd, Chittagong 4000',3500000.00,'test',1,NULL,NULL,NULL,NULL,0,0,'123456',NULL,0,'<iframe src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3689.674041507261!2d91.81771677357145!3d22.365933440516553!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x30acd888cfc2cd5b%3A0x34b0f8cc91df49cd!2sEternal%20Porichoy%2C%20Hajee%20Nur%20Ahmed%20Rd%2C%20Chittagong%204000!5e0!3m2!1sen!2sbd!4v1771488252433!5m2!1sen!2sbd\" width=\"600\" height=\"450\" style=\"border:0;\" allowfullscreen=\"\" loading=\"lazy\" referrerpolicy=\"no-referrer-when-downgrade\"></iframe>','56000','MALAYSIA','Kuala Lumpur','WILAYAH PERSEKUTUAN KUALA LUMPUR'),(195,0,'2026-02-19 08:08:48.546194','2026-02-19 08:08:48.546553',240,NULL,'test_1.3','Hajee Nur Ahmed Rd, Chittagong 4000',3500000.00,'rere',1,NULL,NULL,NULL,NULL,0,0,'123456',NULL,0,'<iframe src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3689.674041507261!2d91.81771677357145!3d22.365933440516553!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x30acd888cfc2cd5b%3A0x34b0f8cc91df49cd!2sEternal%20Porichoy%2C%20Hajee%20Nur%20Ahmed%20Rd%2C%20Chittagong%204000!5e0!3m2!1sen!2sbd!4v1771488490606!5m2!1sen!2sbd\" width=\"600\" height=\"450\" style=\"border:0;\" allowfullscreen=\"\" loading=\"lazy\" referrerpolicy=\"no-referrer-when-downgrade\"></iframe>','01500','MALAYSIA','Kangar','PERLIS INDERA KAYANGAN'),(196,0,'2026-02-19 13:47:59.344406','2026-02-19 13:47:59.344822',240,NULL,'Test.mintu','Test',123.00,'Test',1,NULL,NULL,NULL,NULL,0,0,'123456',NULL,0,'','01500','MALAYSIA','Kangar','PERLIS INDERA KAYANGAN'),(197,0,'2026-02-19 13:49:12.496910','2026-02-19 13:49:12.496947',240,NULL,'Test.property','Test',123.00,'Test',1,NULL,NULL,NULL,NULL,1,0,'123456',NULL,0,'','01000','MALAYSIA','Kangar','PERLIS INDERA KAYANGAN'),(198,0,'2026-02-19 13:51:19.893523','2026-02-19 13:51:19.893547',NULL,NULL,'test_2.22','tt',12334.00,'test',1,NULL,NULL,NULL,NULL,1,0,'12344',NULL,0,'','01007','MALAYSIA','Kangar','PERLIS INDERA KAYANGAN'),(199,0,'2026-02-19 13:52:12.447943','2026-02-19 13:52:12.447966',NULL,NULL,'ABC_test','test',22.00,'test',1,NULL,NULL,NULL,NULL,0,0,'123456',NULL,0,'','01007','MALAYSIA','Kangar','PERLIS INDERA KAYANGAN'),(200,0,'2026-02-19 13:52:47.772927','2026-02-19 13:52:47.772957',NULL,NULL,'ABC_test','test',22.00,'test',1,NULL,NULL,NULL,NULL,0,0,'123456',NULL,0,'','01007','MALAYSIA','Kangar','PERLIS INDERA KAYANGAN'),(201,0,'2026-02-19 13:52:57.979770','2026-02-19 13:52:57.979803',NULL,NULL,'ABC_test','test',22.00,'test',1,NULL,NULL,NULL,NULL,0,0,'123456',NULL,0,'','01007','MALAYSIA','Kangar','PERLIS INDERA KAYANGAN'),(202,0,'2026-02-19 13:53:01.218823','2026-02-19 13:53:01.219431',NULL,NULL,'ABC_test','test',22.00,'test',1,NULL,NULL,NULL,NULL,0,0,'123456',NULL,0,'','01007','MALAYSIA','Kangar','PERLIS INDERA KAYANGAN'),(203,0,'2026-02-19 13:58:50.441364','2026-02-19 13:58:50.441408',NULL,NULL,'test4.4','test4.4',123.00,'test',1,NULL,NULL,NULL,NULL,0,0,'123456',NULL,0,'','01009','MALAYSIA','Kangar','PERLIS INDERA KAYANGAN'),(204,0,'2026-02-19 14:00:28.474442','2026-02-19 14:00:28.474493',NULL,NULL,'test4.4','test4.4',123.00,'test',1,NULL,NULL,NULL,NULL,0,0,'123456',NULL,0,'','01009','MALAYSIA','Kangar','PERLIS INDERA KAYANGAN'),(205,0,'2026-02-19 14:02:15.039004','2026-02-19 14:02:15.039040',NULL,NULL,'tete5.4','t',1234.00,'test',1,NULL,NULL,NULL,NULL,0,0,'123456',NULL,0,'','01500','MALAYSIA','Kangar','PERLIS INDERA KAYANGAN'),(206,0,'2026-02-19 14:02:28.010131','2026-02-19 14:02:28.010191',NULL,NULL,'tete5.4','t',1234.00,'test',1,NULL,NULL,NULL,NULL,0,0,'123456',NULL,0,'','01500','MALAYSIA','Kangar','PERLIS INDERA KAYANGAN'),(207,0,'2026-02-19 14:08:01.050325','2026-02-19 14:08:01.050366',NULL,NULL,'test5.5','t',22.00,'test',1,NULL,NULL,NULL,NULL,0,0,'123456',NULL,0,'','01009','MALAYSIA','Kangar','PERLIS INDERA KAYANGAN'),(208,0,'2026-02-19 22:28:28.734098','2026-02-19 22:28:28.734895',240,NULL,'Abdullah Al Noman','Holding No - 0168-7A',12000.00,'loi',1,NULL,NULL,NULL,NULL,0,0,'601883217001',NULL,0,'kk','01007','MALAYSIA','Kangar','PERLIS INDERA KAYANGAN'),(209,0,'2026-02-19 22:30:21.037523','2026-02-19 22:30:21.038176',240,NULL,'Abdullah Al Noman','Holding No - 0168-7A',12000.00,'loi',1,NULL,NULL,NULL,NULL,0,0,'601883217001',NULL,0,'kk','01007','MALAYSIA','Kangar','PERLIS INDERA KAYANGAN'),(210,0,'2026-02-19 22:31:38.194810','2026-02-19 22:31:38.194846',240,NULL,'Abdullah Al Noman','Holding No - 0168-7A',12000.00,'km',1,NULL,NULL,NULL,NULL,0,0,'601883217001',NULL,0,'km','01000','MALAYSIA','Kangar','PERLIS INDERA KAYANGAN'),(211,0,'2026-02-19 22:41:23.770237','2026-02-19 22:41:23.770295',240,NULL,'ABC_test','test',123.00,'Test',1,NULL,NULL,NULL,NULL,0,0,'123456',NULL,0,'','10450','MALAYSIA','Pulau Pinang','PULAU PINANG'),(212,0,'2026-02-20 04:19:03.955460','2026-02-20 04:19:03.955752',240,NULL,'Test_friday','Test',123.00,'Test',1,NULL,NULL,NULL,NULL,0,0,'123456',NULL,0,'','01500','MALAYSIA','Kangar','PERLIS INDERA KAYANGAN'),(213,0,'2026-02-20 04:20:17.525454','2026-02-20 04:20:17.525487',240,NULL,'Test-test-r','t',123.00,'Test',1,NULL,NULL,NULL,NULL,0,0,'123456',NULL,0,'','01500','MALAYSIA','Kangar','PERLIS INDERA KAYANGAN'),(214,0,'2026-02-20 04:20:45.339699','2026-02-20 04:20:45.339721',240,NULL,'Test-test-r','t',123.00,'Test',1,NULL,NULL,NULL,NULL,0,0,'123456',NULL,0,'','01500','MALAYSIA','Kangar','PERLIS INDERA KAYANGAN'),(215,0,'2026-02-20 07:40:21.496269','2026-02-20 07:40:21.496739',201,NULL,'Manraj Snadhu','No.63A-2 (First Floor), Jalan Anggun City 2, Pusat Komersial Anggun City, Taman Anggun, Rawang, Selangor, 48000, MY',2200.00,'A new comment on the post \"ChatGPT vs. DeepSeek: Which AI Platform Creates the Most Realistic Images?\" is waiting for your approval\nhttps://www.mibpromotions.com/chatgpt-vs-deepseek-which-ai-platform-creates-the-most-realistic-images/\n\nAuthor: 8jlvip (IP address: 69.165.67.172, 69.165.67.172)\nEmail: admin@8jlvip.net\nURL: https://8jlvip.net\nComment:\nYo, 8jlvip\'s got some cool games! Been messing around on there after work and it\'s a decent way to chill. Check it out if you\'re bored! <a href=\'https://8jlvip.net\' rel=\"nofollow ugc\">8jlvip</a>\n\nApprove it: https://www.mibpromotions.com/wp-admin/comment.php?action=approve&c=1921#wpbody-content\nTrash it: https://www.mibpromotions.com/wp-admin/comment.php?action=trash&c=1921#wpbody-content\nSpam it: https://www.mibpromotions.com/wp-admin/comment.php?action=spam&c=1921#wpbody-content\nCurrently 1,773 comments are waiting for approval. Please visit the moderation panel:\nhttps://www.mibpromotions.com/wp-admin/edit-comments.php?comment_status=moderated#wpbody-content',1,NULL,NULL,NULL,NULL,0,0,'01128274668',NULL,0,'','48000','MALAYSIA','Rawang','SELANGOR DARUL EHSAN'),(216,0,'2026-02-20 13:19:43.121400','2026-02-20 13:19:43.121918',240,NULL,'Test,11.1','Test',123.00,'Test',1,NULL,NULL,NULL,NULL,0,0,'123456',NULL,0,'','01500','MALAYSIA','Kangar','PERLIS INDERA KAYANGAN'),(217,0,'2026-02-20 13:20:38.122173','2026-02-20 13:20:38.122200',240,NULL,'Test','Test',123.00,'Test',1,NULL,NULL,NULL,NULL,0,0,'123456',NULL,0,'','01500','MALAYSIA','Kangar','PERLIS INDERA KAYANGAN'),(218,0,'2026-02-20 13:23:56.956899','2026-02-20 13:23:56.957055',NULL,NULL,'test-2.11','t',22.00,'test',1,NULL,NULL,NULL,NULL,0,0,'123456',NULL,0,'','01009','MALAYSIA','Kangar','PERLIS INDERA KAYANGAN'),(219,0,'2026-02-20 13:25:55.794231','2026-02-20 13:25:55.794508',204,NULL,'Test,q','t',123.00,'Test',1,NULL,NULL,NULL,NULL,0,0,'123456',NULL,0,'','01009','MALAYSIA','Kangar','PERLIS INDERA KAYANGAN'),(220,0,'2026-02-20 13:28:37.921066','2026-02-20 13:28:37.921110',240,NULL,'kk','476B Upper Serangoon View',22.00,'test',1,NULL,NULL,NULL,NULL,0,0,'23456789',NULL,0,'','01500','MALAYSIA','Kangar','PERLIS INDERA KAYANGAN'),(221,0,'2026-02-20 13:34:07.963027','2026-02-20 13:34:07.963057',240,NULL,'ABC','test',123.00,'Test',1,NULL,NULL,NULL,NULL,0,0,'123456',NULL,0,'','01007','MALAYSIA','Kangar','PERLIS INDERA KAYANGAN'),(222,0,'2026-02-20 13:35:34.826967','2026-02-20 13:35:34.826996',240,NULL,'ABCw','test',123.00,'Test',1,NULL,NULL,NULL,NULL,0,0,'123456',NULL,0,'','01000','MALAYSIA','Kangar','PERLIS INDERA KAYANGAN'),(223,0,'2026-02-20 13:45:47.472718','2026-02-20 13:45:47.472738',240,NULL,'Abdullah Al Noman','Holding No - 0168-7A',12000.00,'ew',1,NULL,NULL,NULL,NULL,0,0,'601883217001',NULL,0,'dsf','10100','MALAYSIA','Pulau Pinang','PULAU PINANG'),(224,0,'2026-02-20 13:53:51.507059','2026-02-20 13:53:51.507168',240,NULL,'ABC','test',123.00,'Test',1,NULL,NULL,NULL,NULL,0,0,'123456',NULL,0,'','01007','MALAYSIA','Kangar','PERLIS INDERA KAYANGAN'),(225,0,'2026-02-20 13:54:40.007595','2026-02-20 13:54:40.007665',240,NULL,'ABC','test',123.00,'Test',1,NULL,NULL,NULL,NULL,0,0,'123456',NULL,0,'','01007','MALAYSIA','Kangar','PERLIS INDERA KAYANGAN'),(226,0,'2026-02-20 13:56:19.101424','2026-02-20 13:56:19.101457',240,NULL,'ABC','test',123.00,'Test',1,NULL,NULL,NULL,NULL,0,0,'123456',NULL,0,'','01007','MALAYSIA','Kangar','PERLIS INDERA KAYANGAN'),(227,0,'2026-02-20 13:59:03.710619','2026-02-20 13:59:03.710675',240,NULL,'Moinul Hasan','Lane-3, House-10(Opposite building of Janani Benarashi Sarir dokan), Block-A',100.00,'dbdb',1,NULL,NULL,NULL,NULL,0,0,'01746670010',NULL,0,'dbdb','01000','MALAYSIA','Kangar','PERLIS INDERA KAYANGAN'),(228,0,'2026-02-20 13:59:48.921731','2026-02-20 13:59:48.921779',240,NULL,'Moinul Hasan','Lane-3, House-10(Opposite building of Janani Benarashi Sarir dokan), Block-A',100.00,'dbdb',1,NULL,NULL,NULL,NULL,0,0,'01746670010',NULL,0,'dbdb','01000','MALAYSIA','Kangar','PERLIS INDERA KAYANGAN'),(229,0,'2026-02-20 14:00:56.384513','2026-02-20 14:00:56.384577',240,NULL,'Moinul Hasan','Lane-3, House-10(Opposite building of Janani Benarashi Sarir dokan), Block-A',200.00,'dhd',1,NULL,NULL,NULL,NULL,0,0,'01746670010',NULL,0,'dhhd','01000','MALAYSIA','Kangar','PERLIS INDERA KAYANGAN'),(230,0,'2026-02-20 14:03:02.851499','2026-02-20 14:03:02.851548',240,NULL,'Moinul Hasan','Lane-3, House-10(Opposite building of Janani Benarashi Sarir dokan), Block-A',100.00,'dbdb',1,NULL,NULL,NULL,NULL,0,0,'01746670010',NULL,0,'dnnd','01000','MALAYSIA','Kangar','PERLIS INDERA KAYANGAN'),(231,0,'2026-02-20 14:05:42.056690','2026-02-20 14:05:42.056714',240,NULL,'ABC','test',123.00,'Test',1,NULL,NULL,NULL,NULL,0,0,'123456',NULL,0,'W','01007','MALAYSIA','Kangar','PERLIS INDERA KAYANGAN'),(232,0,'2026-02-22 06:14:41.185838','2026-02-22 06:14:41.186423',204,NULL,'ABC','test',123.00,'Test',1,NULL,NULL,NULL,NULL,0,0,'123456',NULL,0,'Abc','01502','MALAYSIA','Kangar','PERLIS INDERA KAYANGAN'),(233,0,'2026-02-22 06:24:27.924862','2026-02-22 06:24:27.925101',240,NULL,'Test.sun','Dhaka',123.00,'Test',1,NULL,NULL,NULL,NULL,0,0,'01759280809',NULL,0,'Test','01009','MALAYSIA','Kangar','PERLIS INDERA KAYANGAN'),(234,0,'2026-02-22 09:51:29.266793','2026-02-22 09:52:47.703908',NULL,NULL,'R&F','test',123.00,'test',1,NULL,NULL,NULL,NULL,0,0,'01234567899',NULL,0,'','01009','MALAYSIA','Kangar','PERLIS INDERA KAYANGAN'),(235,0,'2026-02-23 08:12:00.937399','2026-02-23 08:12:00.938074',204,NULL,'Abdullah Al Noman','Holding No - 0168-7A',12000.00,'asdsd',1,NULL,NULL,NULL,NULL,0,0,'601883217001',NULL,0,'ad','01502','MALAYSIA','Kangar','PERLIS INDERA KAYANGAN'),(236,0,'2026-02-23 08:23:12.740234','2026-02-23 08:23:12.740261',204,NULL,'Abdullah Al Noman','Holding No - 0168-7A',12000.00,'asd',1,NULL,NULL,NULL,NULL,0,0,'601883217001',NULL,0,'ac','01502','MALAYSIA','Kangar','PERLIS INDERA KAYANGAN'),(237,0,'2026-02-23 08:25:09.265422','2026-02-23 08:25:09.265450',204,NULL,'Abdullah Al Noman','Holding No - 0168-7A',12000.00,'b',1,NULL,NULL,NULL,NULL,0,0,'601883217001',NULL,0,'jn','01500','MALAYSIA','Kangar','PERLIS INDERA KAYANGAN'),(238,0,'2026-02-23 08:28:01.550423','2026-02-23 08:28:01.550452',204,NULL,'Abdullah Al Noman','Holding No - 0168-7A',12000.00,'asd',1,NULL,NULL,NULL,NULL,0,0,'601883217001',NULL,0,'asd','01505','MALAYSIA','Kangar','PERLIS INDERA KAYANGAN'),(239,0,'2026-02-23 08:30:17.251593','2026-02-23 08:30:17.251616',204,NULL,'Abdullah Al Noman','Holding No - 0168-7A',12000.00,'adf',1,NULL,NULL,NULL,NULL,0,0,'601883217001',NULL,0,'zdc','01532','MALAYSIA','Kangar','PERLIS INDERA KAYANGAN'),(240,0,'2026-02-23 08:37:53.906880','2026-02-23 08:37:53.906951',240,NULL,'test_23.2','test',3500000.00,'rwe',1,NULL,NULL,NULL,NULL,0,0,'123456',NULL,0,'','01009','MALAYSIA','Kangar','PERLIS INDERA KAYANGAN'),(241,0,'2026-02-23 08:38:12.398650','2026-02-23 08:38:12.398707',240,NULL,'test_23.2','test',3500000.00,'rwe',1,NULL,NULL,NULL,NULL,0,0,'123456',NULL,0,'','01009','MALAYSIA','Kangar','PERLIS INDERA KAYANGAN'),(242,0,'2026-02-23 08:39:32.960809','2026-02-23 08:39:32.960838',240,NULL,'test_23.2','test',3500000.00,'rwe',1,NULL,NULL,NULL,NULL,0,0,'123456',NULL,0,'','01009','MALAYSIA','Kangar','PERLIS INDERA KAYANGAN'),(243,0,'2026-02-23 08:40:18.731248','2026-02-23 08:40:18.731286',240,NULL,'test_23.2','test',3500000.00,'rwe',1,NULL,NULL,NULL,NULL,0,0,'123456',NULL,0,'','01009','MALAYSIA','Kangar','PERLIS INDERA KAYANGAN'),(244,0,'2026-02-23 08:47:12.701963','2026-02-23 08:47:12.702013',204,NULL,'Mintu Bhai 3.0','asdasd',100.00,'uh',1,NULL,NULL,NULL,NULL,0,0,'01629414264',NULL,0,'hvg','01000','MALAYSIA','Kangar','PERLIS INDERA KAYANGAN'),(245,0,'2026-02-24 03:34:40.000489','2026-02-24 03:34:40.000864',240,NULL,'New Freehold','Bandar',22.00,'2-Sty Semi-D\n- Gated Guarded 24 hours.\n- Club House\n- Land 40x90\n- Built up 3400 sqft\n- 5 Bedrooms and 5+1 Bathroom\n- Located Ilmiah Bangi.\n- Price from RM 1,270,000',1,NULL,NULL,NULL,NULL,0,0,'123456',NULL,0,'','01500','MALAYSIA','Kangar','PERLIS INDERA KAYANGAN'),(246,1,'2026-03-13 02:17:08.921913','2026-04-09 09:11:05.818001',201,NULL,'Wickham Residence','Jalan Wickham',4500.00,'Unit Number: 402 \nBlock: Lily (4)\nFloor: Ground Floor | Corner Lot\nSize: 1,500 sq ft\nLayout: 2 Bedrooms + 2 Bathrooms\nRental Price: RM4,500/Month\n\nHighlights:\n- Situated in the quiet, prestigious enclave of Ampang Hilir, the property ensures a peaceful environment within Embassy Row while remaining highly accessible to the city center.\n- Located just minutes away from Great Eastern Mall, the unit provides immediate access to premium groceries.\n- Residents can enjoy a stress-free morning routine with a safe 9-minute walk (650m) to ISKL, making it a perfect choice for families or faculty members.\n- Residents can maintain an active lifestyle with full access to the on-site gymnasium and a well-maintained swimming pool.\n- Commuting is made easy with both LRT Jelatek and LRT Setiawangsa located nearby, offering quick connectivity to the Kelana Jaya line and KLCC.\n- The nearest major highways are the AKLEH, DUKE, and MRR2 highways.\n- Outdoor enthusiasts will appreciate the close proximity to Taman Tasik Titiwangsa, providing a scenic green space for exercise and weekend relaxation.',2,NULL,NULL,NULL,NULL,0,0,'0129298055',NULL,0,'<iframe src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3983.7637000263426!2d101.7361449!3d3.1568901!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x31cc37b137906b61%3A0x9109985499a9d940!2sWickham%20Residence%2C%20Taman%20U%20Thant%2C%2055000%20Kuala%20Lumpur%2C%20Wilayah%20Persekutuan%20Kuala%20Lumpur!5e0!3m2!1sen!2smy!4v1773726070523!5m2!1sen!2smy\" width=\"600\" height=\"450\" style=\"border:0;\" allowfullscreen=\"\" loading=\"lazy\" referrerpolicy=\"no-referrer-when-downgrade\"></iframe>','55000','MALAYSIA','Kuala Lumpur','WILAYAH PERSEKUTUAN KUALA LUMPUR'),(247,1,'2026-03-16 02:32:47.148475','2026-03-16 06:49:13.246780',240,NULL,'Test_property','tf',22.00,'test',1,NULL,NULL,NULL,NULL,0,0,'123456',NULL,0,'<iframe src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3652.376405059139!2d90.39035027362361!3d23.73395318941083!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x3755b8e90a449e4f%3A0xb7092a9c25197fa4!2sUniversity%20of%20Dhaka!5e0!3m2!1sen!2sbd!4v1773628288605!5m2!1sen!2sbd\" width=\"600\" height=\"450\" style=\"border:0;\" allowfullscreen=\"\" loading=\"lazy\" referrerpolicy=\"no-referrer-when-downgrade\"></iframe>','01007','MALAYSIA','Kangar','PERLIS INDERA KAYANGAN'),(248,1,'2026-04-05 06:39:26.493445','2026-04-05 06:43:52.129832',248,NULL,'test','test',1212.00,'12212',2,NULL,NULL,NULL,NULL,0,0,'12121',NULL,0,'','01009','MALAYSIA','Kangar','PERLIS INDERA KAYANGAN'),(249,1,'2026-04-06 08:45:27.572828','2026-04-06 08:48:56.004717',243,NULL,'test_4.1.2','t',22.00,'qwgq',2,NULL,NULL,NULL,NULL,0,0,'123456',NULL,0,'','01007','MALAYSIA','Kangar','PERLIS INDERA KAYANGAN'),(250,1,'2026-04-09 06:08:39.771478','2026-04-09 06:08:39.771663',204,NULL,'Rent property','test_address',22.00,'Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.',2,NULL,NULL,NULL,NULL,0,0,'123456',NULL,0,'','01007','MALAYSIA','Kangar','PERLIS INDERA KAYANGAN'),(251,1,'2026-04-09 06:11:33.321487','2026-04-09 06:11:33.321523',243,NULL,'sale property','Address',22.00,'Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.',3,NULL,NULL,NULL,NULL,0,0,'+880123456',NULL,0,'','01009','MALAYSIA','Kangar','PERLIS INDERA KAYANGAN'),(252,1,'2026-04-09 09:09:54.429572','2026-04-09 09:09:54.429947',204,NULL,'Talha_rent','test',22.00,'Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.',2,NULL,NULL,NULL,NULL,0,0,'123456',NULL,0,'','01009','MALAYSIA','Kangar','PERLIS INDERA KAYANGAN');
/*!40000 ALTER TABLE `property_property` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `property_propertyreviews`
--

DROP TABLE IF EXISTS `property_propertyreviews`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `property_propertyreviews` (
  `id` bigint NOT NULL AUTO_INCREMENT,
  `is_active` tinyint(1) NOT NULL,
  `created_at` datetime(6) NOT NULL,
  `updated_at` datetime(6) NOT NULL,
  `review_star` int unsigned NOT NULL,
  `message` longtext COLLATE utf8mb4_unicode_ci NOT NULL,
  `is_flagged_review` tinyint(1) NOT NULL,
  `created_by_id` bigint DEFAULT NULL,
  `property_id` bigint NOT NULL,
  `updated_by_id` bigint DEFAULT NULL,
  `review_image` varchar(100) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  PRIMARY KEY (`id`),
  KEY `property_propertyreviews_created_by_id_1043a051_fk_users_user_id` (`created_by_id`),
  KEY `property_propertyrev_property_id_95ebad91_fk_property_` (`property_id`),
  KEY `property_propertyreviews_updated_by_id_9a6f5821_fk_users_user_id` (`updated_by_id`),
  CONSTRAINT `property_propertyrev_property_id_95ebad91_fk_property_` FOREIGN KEY (`property_id`) REFERENCES `property_property` (`id`),
  CONSTRAINT `property_propertyreviews_created_by_id_1043a051_fk_users_user_id` FOREIGN KEY (`created_by_id`) REFERENCES `users_user` (`id`),
  CONSTRAINT `property_propertyreviews_updated_by_id_9a6f5821_fk_users_user_id` FOREIGN KEY (`updated_by_id`) REFERENCES `users_user` (`id`),
  CONSTRAINT `property_propertyreviews_chk_1` CHECK ((`review_star` >= 0))
) ENGINE=InnoDB AUTO_INCREMENT=21 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `property_propertyreviews`
--

LOCK TABLES `property_propertyreviews` WRITE;
/*!40000 ALTER TABLE `property_propertyreviews` DISABLE KEYS */;
INSERT INTO `property_propertyreviews` VALUES (11,1,'2026-04-06 08:36:36.532161','2026-04-06 08:36:36.532186',4,'Great location Value for money',0,NULL,248,NULL,NULL),(12,1,'2026-04-06 08:49:23.832026','2026-04-06 08:49:23.832048',4,'Would buy/rent again Would buy/rent again',0,NULL,249,NULL,NULL),(13,1,'2026-04-13 06:32:31.757233','2026-04-13 06:32:31.757277',4,'Test review test review Test review test review',0,NULL,249,NULL,'review_images/property/property-e74f464e.jpg'),(14,1,'2026-04-13 06:33:51.645472','2026-04-13 06:33:51.645494',3,'Would buy/rent again Would buy/rent again Would buy/rent again Would buy/rent again',0,NULL,249,NULL,'review_images/property/property-087cffbf.jpg'),(15,1,'2026-04-13 08:30:18.661936','2026-04-13 08:30:18.661967',4,'Highly recommended Highly recommended',0,NULL,247,NULL,'review_images/property/property-fcd2a25b.jpg'),(16,1,'2026-04-13 08:46:46.570466','2026-04-13 08:46:46.570490',4,'Value for money Well maintained',0,NULL,247,NULL,'review_images/property/property-d0a2c1dc.jpg'),(17,1,'2026-04-13 09:37:20.177888','2026-04-13 09:37:20.177911',4,'Photos only. Videos are not supported. We compress the image before upload and keep it within 5MB.',0,NULL,252,NULL,'review_images/property/property-a20fac61.jpg'),(18,1,'2026-04-13 11:48:22.847763','2026-04-13 11:48:22.847793',3,'Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.',0,NULL,246,NULL,'review_images/property/property-e7bd603e.jpg'),(19,1,'2026-04-22 10:09:00.393805','2026-04-22 10:09:00.393840',5,'Photos only. Videos are not supported. We compress the image before upload and keep it within 5MB.',0,204,246,NULL,''),(20,1,'2026-04-22 10:23:41.797627','2026-04-22 10:23:41.797665',5,'Would buy/rent again Highly recommended Well maintained',0,204,252,NULL,'review_images/property/property-8f90d3d8.jpg');
/*!40000 ALTER TABLE `property_propertyreviews` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `service_benefits_servicebenefits`
--

DROP TABLE IF EXISTS `service_benefits_servicebenefits`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `service_benefits_servicebenefits` (
  `id` bigint NOT NULL AUTO_INCREMENT,
  `is_active` tinyint(1) NOT NULL,
  `created_at` datetime(6) NOT NULL,
  `updated_at` datetime(6) NOT NULL,
  `created_by` varchar(100) DEFAULT NULL,
  `updated_by` varchar(100) DEFAULT NULL,
  `name` varchar(100) NOT NULL,
  `service_id_id` bigint NOT NULL,
  `icon_url` varchar(200) NOT NULL,
  PRIMARY KEY (`id`),
  KEY `service_benefits_ser_service_id_id_974de5b3_fk_services_` (`service_id_id`),
  CONSTRAINT `service_benefits_ser_service_id_id_974de5b3_fk_services_` FOREIGN KEY (`service_id_id`) REFERENCES `services_services` (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=9 DEFAULT CHARSET=latin1;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `service_benefits_servicebenefits`
--

LOCK TABLES `service_benefits_servicebenefits` WRITE;
/*!40000 ALTER TABLE `service_benefits_servicebenefits` DISABLE KEYS */;
INSERT INTO `service_benefits_servicebenefits` VALUES (1,1,'2025-05-29 04:29:46.076839','2025-05-29 04:29:46.076864',NULL,NULL,'Competitive Salary',4,''),(2,1,'2025-05-29 04:30:13.439680','2025-05-29 04:30:13.439694',NULL,NULL,'Free Food and Snacky',4,''),(3,1,'2025-05-29 04:30:31.759709','2025-05-29 04:30:31.759725',NULL,NULL,'International Exposure',4,''),(4,1,'2025-05-29 04:30:59.120712','2025-05-29 04:30:59.120726',NULL,NULL,'Paid Sick Days',4,''),(5,1,'2025-05-29 04:31:31.300719','2025-05-29 04:31:31.300743',NULL,NULL,'THR / Binus System',4,''),(6,1,'2025-05-29 10:55:54.962491','2025-05-29 10:55:54.962514',NULL,NULL,'test benifit',4,'https://sg1-cdn.pgimgs.com/listing/25253738/UPHO.155000674.V800/215A-Compassvale-Drive-Hougang-Punggol-Sengkang-Singapore.jpg'),(7,1,'2025-05-29 11:05:44.358265','2025-05-29 11:05:44.358281',NULL,NULL,'test benifit 2',4,'https://sg1-cdn.pgimgs.com/listing/25253738/UPHO.155000674.V800/215A-Compassvale-Drive-Hougang-Punggol-Sengkang-Singapore.jpg'),(8,1,'2025-05-29 11:06:16.248326','2025-05-29 11:06:16.248340',NULL,NULL,'test benifit 3',4,'string.com');
/*!40000 ALTER TABLE `service_benefits_servicebenefits` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `service_category_servicecategory`
--

DROP TABLE IF EXISTS `service_category_servicecategory`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `service_category_servicecategory` (
  `id` bigint NOT NULL AUTO_INCREMENT,
  `is_active` tinyint(1) NOT NULL,
  `created_at` datetime(6) NOT NULL,
  `updated_at` datetime(6) NOT NULL,
  `created_by_id` bigint DEFAULT NULL,
  `updated_by_id` bigint DEFAULT NULL,
  `name` varchar(50) NOT NULL,
  `icon_url` varchar(100) NOT NULL,
  `address` varchar(100) NOT NULL,
  PRIMARY KEY (`id`),
  KEY `service_category_servicecategory_created_by_id_a85d5552` (`created_by_id`),
  KEY `service_category_servicecategory_updated_by_id_120b9d27` (`updated_by_id`),
  CONSTRAINT `service_category_ser_created_by_id_a85d5552_fk_users_use` FOREIGN KEY (`created_by_id`) REFERENCES `users_user` (`id`),
  CONSTRAINT `service_category_ser_updated_by_id_120b9d27_fk_users_use` FOREIGN KEY (`updated_by_id`) REFERENCES `users_user` (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=28 DEFAULT CHARSET=latin1;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `service_category_servicecategory`
--

LOCK TABLES `service_category_servicecategory` WRITE;
/*!40000 ALTER TABLE `service_category_servicecategory` DISABLE KEYS */;
INSERT INTO `service_category_servicecategory` VALUES (1,0,'2025-05-26 13:56:46.379937','2025-05-26 13:56:46.379965',NULL,NULL,'Contactors','string.com','Address'),(2,0,'2025-05-26 14:34:09.538931','2025-05-26 14:34:09.538959',NULL,NULL,'Engneer','string.com','Address 2'),(3,0,'2025-05-26 14:34:33.744474','2025-12-22 08:31:28.578302',NULL,NULL,'Planner','service_category/pexels-sibi-mathew-410029-1092050.jpg','Address 3'),(4,0,'2025-05-26 14:35:03.312856','2025-12-22 08:29:36.855982',NULL,NULL,'Car wash','service_category/pexels-pixabay-372810.jpg','Address'),(5,0,'2025-05-26 14:35:35.310755','2025-12-22 08:30:58.908861',NULL,NULL,'Transpost','service_category/pexels-shkrabaanthony-5217852.jpg','Address 5'),(6,0,'2025-05-30 05:30:28.545004','2025-05-30 05:30:28.545033',NULL,NULL,'Testing','https://cdn.pgimgs.com/hive-ui/static/v0.1.3/images/most-properties-red.svg','Unknown Address'),(7,0,'2025-06-15 04:51:58.107821','2025-12-22 08:30:04.643754',NULL,NULL,'Engineering','service_category/pexels-adrien-olichon-1257089-3767172.jpg','California'),(8,0,'2025-06-22 11:13:54.118731','2025-06-22 11:14:36.506825',NULL,NULL,'sdfsda','sdafgsdaf','sadfsadf'),(9,0,'2025-06-22 11:26:24.019637','2025-06-30 06:12:00.863901',NULL,NULL,'werqr2','https://my1-cdn.pgimgs.com/listing/38141186/UPHO.266909920.V800/SOHO-Empire-City-Damansara-Perdana-M','werw'),(10,0,'2025-06-23 04:46:00.600847','2025-06-23 11:34:05.310891',NULL,NULL,'Car wash','https://my1-cdn.pgimgs.com/listing/42885114/UPHO.268090521.V800/M-Vertica-Cheras-Malaysia.jpg','string 2'),(11,0,'2025-06-23 10:59:33.769632','2025-06-23 10:59:33.769695',NULL,NULL,'Category','https://my1-cdn.pgimgs.com/listing/42885114/UPHO.268090521.V800/M-Vertica-Cheras-Malaysia.jpg','dhaka'),(12,0,'2025-06-23 11:34:29.260067','2025-06-23 11:34:29.260113',NULL,NULL,'Category','https://my1-cdn.pgimgs.com/listing/42885114/UPHO.268090521.V800/M-Vertica-Cheras-Malaysia.jpg','Address'),(13,0,'2025-06-23 11:46:36.839268','2025-06-23 11:46:36.839311',NULL,NULL,'Add category','https://my1-cdn.pgimgs.com/listing/42885114/UPHO.268090521.V800/M-Vertica-Cheras-Malaysia.jpg','address'),(14,0,'2025-06-24 13:06:46.407841','2025-06-24 13:06:46.407885',NULL,NULL,'Test category','https://www.flaticon.com/free-icon/customer-service_17978119','Test Adress'),(15,0,'2025-06-26 09:52:41.152422','2025-06-26 09:52:41.152480',NULL,NULL,'Bike Servicing','https://my1-cdn.pgimgs.com/project-listing-project/37560567/PLPHO.270317765.V800/Residensi-Bayou-Gel','Dhaka, Bangladesh'),(16,0,'2025-06-26 17:10:55.932389','2025-12-22 08:33:06.647404',NULL,NULL,'Pet service','service_category/pexels-pixabay-262470.jpg','India'),(17,0,'2025-07-02 11:51:20.129406','2025-12-22 08:30:39.662771',NULL,NULL,'Freelance Accounting Service','service_category/pexels-fauxels-3182746.jpg','Global'),(18,0,'2025-07-03 05:40:48.836790','2025-12-22 08:29:51.544705',NULL,NULL,'Cleaning & Disinfection','service_category/pexels-reneterp-2977515.jpg','Dhaka'),(19,0,'2025-07-09 12:52:29.704788','2025-12-22 08:31:11.202483',NULL,NULL,'Tours and Holidays','service_category/pexels-djordje-petrovic-590080-2102416.jpg','Dhaka'),(20,0,'2025-07-14 07:14:08.054659','2025-07-14 07:14:08.054699',NULL,NULL,'test','service_category/6188785.png','test'),(21,0,'2025-11-02 17:05:04.235475','2025-11-02 17:05:04.235850',NULL,NULL,'new category','service_category/Icon_oVwbDWa.png','germary'),(22,0,'2025-12-30 06:55:07.941647','2025-12-30 06:55:07.941688',NULL,NULL,'Freelancing','service_category/download_5.jpg','Singapore'),(23,0,'2026-02-03 11:33:21.620256','2026-02-03 11:33:21.620655',NULL,NULL,'Property','service_category/download_10.jpg','Property Test Malaysia'),(24,1,'2026-03-04 08:30:29.468320','2026-03-04 08:30:29.468354',NULL,NULL,'Test','service_category/download_11.jpg','w'),(25,1,'2026-03-30 04:47:21.046870','2026-03-30 04:47:21.046909',NULL,NULL,'WW3','service_category/pexels-cottonbro-4489708.jpg.jpeg','Dhaka'),(26,1,'2026-04-06 11:32:05.399160','2026-04-06 11:32:05.399767',NULL,NULL,'W','service_category/Data-Analytics-With-Machine-Learning.jpg','Dhaka'),(27,1,'2026-04-07 05:27:38.557144','2026-04-07 05:27:38.557542',NULL,NULL,'Restaurant','service_category/images_3.jpg','Malaysia');
/*!40000 ALTER TABLE `service_category_servicecategory` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `service_contactserviceprovider`
--

DROP TABLE IF EXISTS `service_contactserviceprovider`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `service_contactserviceprovider` (
  `id` bigint NOT NULL AUTO_INCREMENT,
  `is_active` tinyint(1) NOT NULL,
  `created_at` datetime(6) NOT NULL,
  `updated_at` datetime(6) NOT NULL,
  `first_name` varchar(100) COLLATE utf8mb4_unicode_ci NOT NULL,
  `last_name` varchar(100) COLLATE utf8mb4_unicode_ci NOT NULL,
  `contact` varchar(15) COLLATE utf8mb4_unicode_ci NOT NULL,
  `email` varchar(254) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `phone` varchar(15) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `district` varchar(50) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `created_by_id` bigint DEFAULT NULL,
  `service_id` bigint NOT NULL,
  `updated_by_id` bigint DEFAULT NULL,
  `message` longtext COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT (_utf8mb4'1'),
  PRIMARY KEY (`id`),
  KEY `service_contactservi_created_by_id_78c9752d_fk_users_use` (`created_by_id`),
  KEY `service_contactservi_service_id_f1c13982_fk_service_s` (`service_id`),
  KEY `service_contactservi_updated_by_id_61d679a9_fk_users_use` (`updated_by_id`),
  CONSTRAINT `service_contactservi_created_by_id_78c9752d_fk_users_use` FOREIGN KEY (`created_by_id`) REFERENCES `users_user` (`id`),
  CONSTRAINT `service_contactservi_service_id_f1c13982_fk_service_s` FOREIGN KEY (`service_id`) REFERENCES `service_services` (`id`),
  CONSTRAINT `service_contactservi_updated_by_id_61d679a9_fk_users_use` FOREIGN KEY (`updated_by_id`) REFERENCES `users_user` (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=6 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `service_contactserviceprovider`
--

LOCK TABLES `service_contactserviceprovider` WRITE;
/*!40000 ALTER TABLE `service_contactserviceprovider` DISABLE KEYS */;
/*!40000 ALTER TABLE `service_contactserviceprovider` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `service_media_servicemedia`
--

DROP TABLE IF EXISTS `service_media_servicemedia`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `service_media_servicemedia` (
  `id` bigint NOT NULL AUTO_INCREMENT,
  `file` varchar(100) NOT NULL,
  `uploaded_at` datetime(6) NOT NULL,
  `user_id` bigint NOT NULL,
  `service_id` bigint NOT NULL,
  `created_at` datetime(6) NOT NULL,
  `created_by_id` bigint DEFAULT NULL,
  `is_active` tinyint(1) NOT NULL,
  `updated_at` datetime(6) NOT NULL,
  `updated_by_id` bigint DEFAULT NULL,
  PRIMARY KEY (`id`),
  KEY `service_media_servicemedia_user_id_366eb5bf_fk_users_user_id` (`user_id`),
  KEY `service_media_servic_service_id_595cd927_fk_service_s` (`service_id`),
  KEY `service_media_servic_created_by_id_b5cdf56c_fk_users_use` (`created_by_id`),
  KEY `service_media_servic_updated_by_id_49e61ed4_fk_users_use` (`updated_by_id`),
  CONSTRAINT `service_media_servic_created_by_id_b5cdf56c_fk_users_use` FOREIGN KEY (`created_by_id`) REFERENCES `users_user` (`id`),
  CONSTRAINT `service_media_servic_service_id_595cd927_fk_service_s` FOREIGN KEY (`service_id`) REFERENCES `service_services` (`id`),
  CONSTRAINT `service_media_servic_updated_by_id_49e61ed4_fk_users_use` FOREIGN KEY (`updated_by_id`) REFERENCES `users_user` (`id`),
  CONSTRAINT `service_media_servicemedia_user_id_366eb5bf_fk_users_user_id` FOREIGN KEY (`user_id`) REFERENCES `users_user` (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=40 DEFAULT CHARSET=latin1;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `service_media_servicemedia`
--

LOCK TABLES `service_media_servicemedia` WRITE;
/*!40000 ALTER TABLE `service_media_servicemedia` DISABLE KEYS */;
INSERT INTO `service_media_servicemedia` VALUES (36,'media_uploads/WhatsApp_Image_2026-03-29_at_17.35.32.jpeg','2026-04-08 07:46:17.459256',204,68,'2026-04-08 07:46:17.449348',NULL,1,'2026-04-08 07:46:17.449375',NULL),(37,'media_uploads/WhatsApp_Image_2026-03-31_at_18.14.37_1.jpeg','2026-04-08 07:48:01.364995',204,68,'2026-04-08 07:48:01.363667',NULL,1,'2026-04-08 07:48:01.363691',NULL),(39,'media_uploads/unnamed.jpg','2026-04-09 03:39:16.724791',204,77,'2026-04-09 03:39:16.660982',NULL,1,'2026-04-09 03:39:16.661262',NULL);
/*!40000 ALTER TABLE `service_media_servicemedia` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `service_offered_serviceoffered`
--

DROP TABLE IF EXISTS `service_offered_serviceoffered`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `service_offered_serviceoffered` (
  `id` bigint NOT NULL AUTO_INCREMENT,
  `is_active` tinyint(1) NOT NULL,
  `created_at` datetime(6) NOT NULL,
  `updated_at` datetime(6) NOT NULL,
  `created_by` varchar(100) DEFAULT NULL,
  `updated_by` varchar(100) DEFAULT NULL,
  `name` varchar(100) NOT NULL,
  `location` varchar(100) NOT NULL,
  `type` varchar(50) NOT NULL,
  `price` int unsigned NOT NULL,
  `image_url` varchar(200) NOT NULL,
  `service_id_id` bigint NOT NULL,
  PRIMARY KEY (`id`),
  KEY `service_offered_serv_service_id_id_562ccec7_fk_services_` (`service_id_id`),
  CONSTRAINT `service_offered_serv_service_id_id_562ccec7_fk_services_` FOREIGN KEY (`service_id_id`) REFERENCES `services_services` (`id`),
  CONSTRAINT `service_offered_serviceoffered_chk_1` CHECK ((`price` >= 0))
) ENGINE=InnoDB AUTO_INCREMENT=5 DEFAULT CHARSET=latin1;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `service_offered_serviceoffered`
--

LOCK TABLES `service_offered_serviceoffered` WRITE;
/*!40000 ALTER TABLE `service_offered_serviceoffered` DISABLE KEYS */;
INSERT INTO `service_offered_serviceoffered` VALUES (1,1,'2025-05-29 04:52:31.480774','2025-05-29 04:52:31.480798',NULL,NULL,'Building additions','Dhaka','Freelance',150,'https://sg1-cdn.pgimgs.com/listing/25551273/UPHO.154047402.V800/The-Trillium-Orchard-River-Valley-Singapore.jpg',4),(2,1,'2025-05-29 04:53:11.902876','2025-05-29 04:53:11.902893',NULL,NULL,'Building Plana','Dhaka','Face to face',150,'https://sg1-cdn.pgimgs.com/listing/25551273/UPHO.154047402.V800/The-Trillium-Orchard-River-Valley-Singapore.jpg',4),(3,1,'2025-05-29 04:54:16.190172','2025-05-29 05:11:33.490194',NULL,NULL,'name','string','string',350,'https://sg1-cdn.pgimgs.com/listing/25551273/UPHO.154047402.V800/The-Trillium-Orchard-River-Valley-Singapore.jpg',4),(4,1,'2025-05-29 05:15:51.428167','2025-05-29 05:15:51.428183',NULL,NULL,'Car wash  2','chittagong','Wok at office',0,'https://sg1-cdn.pgimgs.com/listing/25467167/UPHO.153007546.V800/One-Balmoral-Tanglin-Holland-Bukit-Timah-Singapore.jpg',4);
/*!40000 ALTER TABLE `service_offered_serviceoffered` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `service_ownership_serviceownership`
--

DROP TABLE IF EXISTS `service_ownership_serviceownership`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `service_ownership_serviceownership` (
  `id` bigint NOT NULL AUTO_INCREMENT,
  `service_status` int NOT NULL,
  `supporting_document` varchar(100) NOT NULL,
  `service_id` bigint NOT NULL,
  `user_id` bigint NOT NULL,
  `created_at` datetime(6) NOT NULL,
  `created_by_id` bigint DEFAULT NULL,
  `is_active` tinyint(1) NOT NULL,
  `updated_at` datetime(6) NOT NULL,
  `updated_by_id` bigint DEFAULT NULL,
  PRIMARY KEY (`id`),
  UNIQUE KEY `service_id` (`service_id`),
  KEY `service_ownership_se_user_id_09451534_fk_users_use` (`user_id`),
  KEY `service_ownership_se_created_by_id_031fc64a_fk_users_use` (`created_by_id`),
  KEY `service_ownership_se_updated_by_id_d8a7d434_fk_users_use` (`updated_by_id`),
  CONSTRAINT `service_ownership_se_created_by_id_031fc64a_fk_users_use` FOREIGN KEY (`created_by_id`) REFERENCES `users_user` (`id`),
  CONSTRAINT `service_ownership_se_service_id_fdeab80b_fk_service_s` FOREIGN KEY (`service_id`) REFERENCES `service_services` (`id`),
  CONSTRAINT `service_ownership_se_updated_by_id_d8a7d434_fk_users_use` FOREIGN KEY (`updated_by_id`) REFERENCES `users_user` (`id`),
  CONSTRAINT `service_ownership_se_user_id_09451534_fk_users_use` FOREIGN KEY (`user_id`) REFERENCES `users_user` (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=11 DEFAULT CHARSET=latin1;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `service_ownership_serviceownership`
--

LOCK TABLES `service_ownership_serviceownership` WRITE;
/*!40000 ALTER TABLE `service_ownership_serviceownership` DISABLE KEYS */;
/*!40000 ALTER TABLE `service_ownership_serviceownership` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `service_report_servicereport`
--

DROP TABLE IF EXISTS `service_report_servicereport`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `service_report_servicereport` (
  `id` bigint NOT NULL AUTO_INCREMENT,
  `reason` varchar(255) NOT NULL,
  `message` longtext,
  `evidence_file` varchar(100) DEFAULT NULL,
  `created_at` datetime(6) NOT NULL,
  `reported_by_id` bigint NOT NULL,
  `service_id` bigint NOT NULL,
  `created_by_id` bigint DEFAULT NULL,
  `is_active` tinyint(1) NOT NULL,
  `updated_at` datetime(6) NOT NULL,
  `updated_by_id` bigint DEFAULT NULL,
  PRIMARY KEY (`id`),
  KEY `service_report_servi_reported_by_id_bd78fcf0_fk_users_use` (`reported_by_id`),
  KEY `service_report_servi_service_id_6a26636f_fk_service_s` (`service_id`),
  KEY `service_report_servi_created_by_id_efc3d1f3_fk_users_use` (`created_by_id`),
  KEY `service_report_servi_updated_by_id_546e668d_fk_users_use` (`updated_by_id`),
  CONSTRAINT `service_report_servi_created_by_id_efc3d1f3_fk_users_use` FOREIGN KEY (`created_by_id`) REFERENCES `users_user` (`id`),
  CONSTRAINT `service_report_servi_reported_by_id_bd78fcf0_fk_users_use` FOREIGN KEY (`reported_by_id`) REFERENCES `users_user` (`id`),
  CONSTRAINT `service_report_servi_service_id_6a26636f_fk_service_s` FOREIGN KEY (`service_id`) REFERENCES `service_services` (`id`),
  CONSTRAINT `service_report_servi_updated_by_id_546e668d_fk_users_use` FOREIGN KEY (`updated_by_id`) REFERENCES `users_user` (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=16 DEFAULT CHARSET=latin1;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `service_report_servicereport`
--

LOCK TABLES `service_report_servicereport` WRITE;
/*!40000 ALTER TABLE `service_report_servicereport` DISABLE KEYS */;
/*!40000 ALTER TABLE `service_report_servicereport` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `service_review_servicereview`
--

DROP TABLE IF EXISTS `service_review_servicereview`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `service_review_servicereview` (
  `id` bigint NOT NULL AUTO_INCREMENT,
  `is_active` tinyint(1) NOT NULL,
  `created_at` datetime(6) NOT NULL,
  `updated_at` datetime(6) NOT NULL,
  `created_by` varchar(100) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `updated_by` varchar(100) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `review_star` int unsigned NOT NULL,
  `message` longtext COLLATE utf8mb4_unicode_ci NOT NULL,
  `service_id_id` bigint NOT NULL,
  `user_id` int unsigned NOT NULL,
  PRIMARY KEY (`id`),
  KEY `service_review_servi_service_id_id_189188eb_fk_services_` (`service_id_id`),
  CONSTRAINT `service_review_servi_service_id_id_189188eb_fk_services_` FOREIGN KEY (`service_id_id`) REFERENCES `services_services` (`id`),
  CONSTRAINT `service_review_servicereview_chk_1` CHECK ((`review_star` >= 0))
) ENGINE=InnoDB AUTO_INCREMENT=6 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `service_review_servicereview`
--

LOCK TABLES `service_review_servicereview` WRITE;
/*!40000 ALTER TABLE `service_review_servicereview` DISABLE KEYS */;
INSERT INTO `service_review_servicereview` VALUES (1,1,'2025-05-29 10:19:52.374663','2025-05-29 10:19:52.374663',NULL,NULL,5,'nice',1,1),(2,1,'2025-05-29 11:51:12.594124','2025-05-29 11:51:12.594151',NULL,NULL,4,'string',4,4),(3,1,'2025-06-01 08:55:39.216246','2025-06-01 08:55:39.216287',NULL,NULL,5,'text massage',4,5),(4,1,'2025-06-01 10:55:26.190469','2025-06-01 10:55:26.190497',NULL,NULL,3,'more testing',4,6),(5,1,'2025-06-01 10:56:24.582409','2025-06-01 10:56:24.582425',NULL,NULL,3,'more testing 3',4,7);
/*!40000 ALTER TABLE `service_review_servicereview` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `service_services`
--

DROP TABLE IF EXISTS `service_services`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `service_services` (
  `id` bigint NOT NULL AUTO_INCREMENT,
  `is_active` tinyint(1) NOT NULL,
  `created_at` datetime(6) NOT NULL,
  `updated_at` datetime(6) NOT NULL,
  `created_by_id` bigint DEFAULT NULL,
  `updated_by_id` bigint DEFAULT NULL,
  `service_category` int NOT NULL,
  `category_services_id` bigint DEFAULT NULL,
  `company_id` bigint NOT NULL,
  `image_url` varchar(100) NOT NULL,
  `name` varchar(50) NOT NULL,
  `is_flag` tinyint(1) NOT NULL,
  `country` varchar(255) DEFAULT NULL,
  `state` varchar(255) DEFAULT NULL,
  `sub_category_id` bigint DEFAULT NULL,
  `city_id` bigint DEFAULT NULL,
  PRIMARY KEY (`id`),
  KEY `service_services_category_services_id_223cd7f2_fk_service_c` (`category_services_id`),
  KEY `service_services_company_id_6573429a_fk_company_s` (`company_id`),
  KEY `service_services_created_by_id_3c45dac9` (`created_by_id`),
  KEY `service_services_updated_by_id_545e0eaf` (`updated_by_id`),
  KEY `service_services_sub_category_id_94939b10_fk_service_s` (`sub_category_id`),
  KEY `service_services_city_id_2f9fa0e1_fk_city_city_id` (`city_id`),
  CONSTRAINT `service_services_category_services_id_223cd7f2_fk_service_c` FOREIGN KEY (`category_services_id`) REFERENCES `service_category_servicecategory` (`id`),
  CONSTRAINT `service_services_city_id_2f9fa0e1_fk_city_city_id` FOREIGN KEY (`city_id`) REFERENCES `city_city` (`id`),
  CONSTRAINT `service_services_company_id_6573429a_fk_company_s` FOREIGN KEY (`company_id`) REFERENCES `company_services_companies` (`id`),
  CONSTRAINT `service_services_created_by_id_3c45dac9_fk_users_user_id` FOREIGN KEY (`created_by_id`) REFERENCES `users_user` (`id`),
  CONSTRAINT `service_services_sub_category_id_94939b10_fk_service_s` FOREIGN KEY (`sub_category_id`) REFERENCES `service_sub_categories_servicesubcategories` (`id`),
  CONSTRAINT `service_services_updated_by_id_545e0eaf_fk_users_user_id` FOREIGN KEY (`updated_by_id`) REFERENCES `users_user` (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=84 DEFAULT CHARSET=latin1;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `service_services`
--

LOCK TABLES `service_services` WRITE;
/*!40000 ALTER TABLE `service_services` DISABLE KEYS */;
INSERT INTO `service_services` VALUES (68,1,'2026-03-04 08:31:17.497454','2026-03-04 08:31:17.497476',243,NULL,1,NULL,42,'service/download_11.jpg','AC Repair & Maintenance',0,'Bangladesh','Dhaka',18,NULL),(69,1,'2026-03-29 07:07:52.379471','2026-03-29 07:07:52.379877',233,NULL,2,24,42,'service/NEC418144.jpg','Test',0,'Bangladesh','Dhaka',NULL,NULL),(70,1,'2026-03-29 07:12:40.133807','2026-03-29 07:12:40.134156',233,NULL,1,24,43,'service/NEC418144_RHiKVRT.jpg','Innovative Skills Ltd',0,'Bangladesh','Dhaka',NULL,NULL),(77,1,'2026-04-08 11:35:32.413621','2026-04-08 11:35:32.413642',204,NULL,3,27,47,'service/unnamed_1.jpg','Kashif Pakistani Restaurant',0,'Malaysia','',20,NULL),(78,1,'2026-04-09 09:36:03.713148','2026-04-09 09:36:03.713173',204,NULL,3,27,49,'service/DevOps--MLOps-From-Code-to-Cloud.jpg','rest_service',0,'Bangladesh','Dhaka',20,NULL),(79,1,'2026-04-15 04:53:45.831185','2026-04-15 04:53:45.831272',204,NULL,3,27,50,'service/unnamed_2.jpg','Irama Dining',0,'Malaysia','',20,NULL),(80,1,'2026-04-15 04:59:37.074252','2026-04-15 04:59:37.074274',204,NULL,3,27,46,'service/download_13_q1PtWyl.jpg','kungfuramen',0,'Malaysia','',20,NULL),(81,1,'2026-04-15 11:44:35.407402','2026-04-15 11:44:35.407434',204,NULL,3,27,49,'service/WhatsApp_Image_2026-04-15_at_11.49.20.jpeg','Inovative Res',0,'India','Tamil Nadu',20,NULL),(82,1,'2026-04-15 12:13:12.901451','2026-04-16 10:09:43.385404',204,NULL,1,27,45,'service/WhatsApp_Image_2026-04-15_at_11.49.26.jpeg','Inovative Res - Bangladesh',0,'Bangladesh','',20,NULL),(83,1,'2026-04-16 10:10:35.443346','2026-04-16 11:09:38.880082',243,NULL,3,27,44,'service/AI-Agent-Development-with-LLM-Build-you-first-agentic-AI-Level-1.jpg','test_oop',0,'Malaysia','PERLIS INDERA KAYANGAN',20,NULL);
/*!40000 ALTER TABLE `service_services` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `service_servicesreview`
--

DROP TABLE IF EXISTS `service_servicesreview`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `service_servicesreview` (
  `id` bigint NOT NULL AUTO_INCREMENT,
  `is_active` tinyint(1) NOT NULL,
  `created_at` datetime(6) NOT NULL,
  `updated_at` datetime(6) NOT NULL,
  `review_star` int unsigned NOT NULL,
  `message` longtext COLLATE utf8mb4_unicode_ci NOT NULL,
  `created_by_id` bigint DEFAULT NULL,
  `service_id` bigint NOT NULL,
  `updated_by_id` bigint DEFAULT NULL,
  `is_flagged_review` tinyint(1) NOT NULL,
  `review_image` varchar(100) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  PRIMARY KEY (`id`),
  KEY `service_servicesreview_created_by_id_4e38f21c_fk_users_user_id` (`created_by_id`),
  KEY `service_servicesrevi_service_id_965bc269_fk_service_s` (`service_id`),
  KEY `service_servicesreview_updated_by_id_c546cc00_fk_users_user_id` (`updated_by_id`),
  CONSTRAINT `service_servicesrevi_service_id_965bc269_fk_service_s` FOREIGN KEY (`service_id`) REFERENCES `service_services` (`id`),
  CONSTRAINT `service_servicesreview_created_by_id_4e38f21c_fk_users_user_id` FOREIGN KEY (`created_by_id`) REFERENCES `users_user` (`id`),
  CONSTRAINT `service_servicesreview_updated_by_id_c546cc00_fk_users_user_id` FOREIGN KEY (`updated_by_id`) REFERENCES `users_user` (`id`),
  CONSTRAINT `service_servicesreview_chk_1` CHECK ((`review_star` >= 0))
) ENGINE=InnoDB AUTO_INCREMENT=4 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `service_servicesreview`
--

LOCK TABLES `service_servicesreview` WRITE;
/*!40000 ALTER TABLE `service_servicesreview` DISABLE KEYS */;
INSERT INTO `service_servicesreview` VALUES (1,1,'2026-04-22 10:24:37.762374','2026-04-22 10:24:37.762395',3,'Highly recommended Highly recommended Highly recommended',204,79,NULL,0,'review_images/service/service-f985e3f6.jpg'),(2,1,'2026-04-22 10:26:03.879925','2026-04-22 10:26:03.879970',1,'Highly recommended Highly recommended Highly recommended Highly recommended',204,70,NULL,0,'review_images/service/service-8748a9d6.jpg'),(3,1,'2026-04-23 11:13:25.936111','2026-04-23 11:13:25.936439',3,'Would hire again Would hire again Would hire again Would hire again',204,83,NULL,0,'review_images/service/service-2f045540.jpg');
/*!40000 ALTER TABLE `service_servicesreview` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `service_social_media_servicesocialmedia`
--

DROP TABLE IF EXISTS `service_social_media_servicesocialmedia`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `service_social_media_servicesocialmedia` (
  `id` bigint NOT NULL AUTO_INCREMENT,
  `is_active` tinyint(1) NOT NULL,
  `created_at` datetime(6) NOT NULL,
  `updated_at` datetime(6) NOT NULL,
  `created_by` varchar(100) DEFAULT NULL,
  `updated_by` varchar(100) DEFAULT NULL,
  `name` varchar(100) NOT NULL,
  `url` varchar(200) NOT NULL,
  `icon_url` varchar(200) NOT NULL,
  `service_id_id` bigint NOT NULL,
  PRIMARY KEY (`id`),
  KEY `service_social_media_service_id_id_e623f89a_fk_services_` (`service_id_id`),
  CONSTRAINT `service_social_media_service_id_id_e623f89a_fk_services_` FOREIGN KEY (`service_id_id`) REFERENCES `services_services` (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=5 DEFAULT CHARSET=latin1;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `service_social_media_servicesocialmedia`
--

LOCK TABLES `service_social_media_servicesocialmedia` WRITE;
/*!40000 ALTER TABLE `service_social_media_servicesocialmedia` DISABLE KEYS */;
INSERT INTO `service_social_media_servicesocialmedia` VALUES (1,1,'2025-05-27 15:09:09.418193','2025-05-27 15:09:09.418218',NULL,NULL,'Linkedin','https://www.linkedin.com/in/developeranower/','string.com',4),(2,1,'2025-05-27 15:09:39.410386','2025-05-27 15:09:39.410403',NULL,NULL,'Facebook','https://www.facebook.com','string.com',4),(3,1,'2025-05-27 15:10:22.800161','2025-05-27 15:10:22.800178',NULL,NULL,'Instragram','https://www.instragram.com','string.com',4),(4,1,'2025-05-27 15:10:39.397619','2025-05-27 15:10:39.397650',NULL,NULL,'Website','https://www.anower.com','string.com',4);
/*!40000 ALTER TABLE `service_social_media_servicesocialmedia` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `service_sub_categories_servicesubcategories`
--

DROP TABLE IF EXISTS `service_sub_categories_servicesubcategories`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `service_sub_categories_servicesubcategories` (
  `id` bigint NOT NULL AUTO_INCREMENT,
  `name` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `icon_url` varchar(100) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `category_id` bigint NOT NULL,
  `created_at` datetime(6) DEFAULT NULL,
  `updated_at` datetime(6) DEFAULT NULL,
  `is_active` tinyint(1) NOT NULL,
  `created_by_id` bigint DEFAULT NULL,
  `updated_by_id` bigint DEFAULT NULL,
  PRIMARY KEY (`id`),
  KEY `service_sub_categori_category_id_ab61c5b5_fk_service_c` (`category_id`),
  KEY `service_sub_categori_created_by_id_a136c9ca_fk_users_use` (`created_by_id`),
  KEY `service_sub_categori_updated_by_id_84673160_fk_users_use` (`updated_by_id`),
  CONSTRAINT `service_sub_categori_category_id_ab61c5b5_fk_service_c` FOREIGN KEY (`category_id`) REFERENCES `service_category_servicecategory` (`id`),
  CONSTRAINT `service_sub_categori_created_by_id_a136c9ca_fk_users_use` FOREIGN KEY (`created_by_id`) REFERENCES `users_user` (`id`),
  CONSTRAINT `service_sub_categori_updated_by_id_84673160_fk_users_use` FOREIGN KEY (`updated_by_id`) REFERENCES `users_user` (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=21 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `service_sub_categories_servicesubcategories`
--

LOCK TABLES `service_sub_categories_servicesubcategories` WRITE;
/*!40000 ALTER TABLE `service_sub_categories_servicesubcategories` DISABLE KEYS */;
INSERT INTO `service_sub_categories_servicesubcategories` VALUES (18,'Test','service_category/download_11_S463nYw.jpg',24,'2026-03-29 15:58:33.629157','2026-03-29 15:58:33.746285',1,NULL,NULL),(19,'sub_test','service_category/images_4.jpg',24,'2026-03-29 15:58:33.629157','2026-03-29 15:58:33.746285',1,NULL,NULL),(20,'Cafe','service_category/download_8.jpg',27,'2026-04-07 05:30:26.691271','2026-04-07 05:30:26.691669',1,NULL,NULL);
/*!40000 ALTER TABLE `service_sub_categories_servicesubcategories` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `services_services`
--

DROP TABLE IF EXISTS `services_services`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `services_services` (
  `id` bigint NOT NULL AUTO_INCREMENT,
  `is_active` tinyint(1) NOT NULL,
  `created_at` datetime(6) NOT NULL,
  `updated_at` datetime(6) NOT NULL,
  `created_by` varchar(100) DEFAULT NULL,
  `updated_by` varchar(100) DEFAULT NULL,
  `service_category` int NOT NULL,
  `category_services_id` bigint NOT NULL,
  PRIMARY KEY (`id`),
  KEY `services_services_category_services_id_1b580370_fk_service_c` (`category_services_id`),
  CONSTRAINT `services_services_category_services_id_1b580370_fk_service_c` FOREIGN KEY (`category_services_id`) REFERENCES `service_category_servicecategory` (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=7 DEFAULT CHARSET=latin1;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `services_services`
--

LOCK TABLES `services_services` WRITE;
/*!40000 ALTER TABLE `services_services` DISABLE KEYS */;
INSERT INTO `services_services` VALUES (1,1,'2025-05-26 11:51:26.797483','2025-05-26 11:51:26.797483',NULL,NULL,1,1),(2,1,'2025-05-26 13:26:15.057704','2025-05-26 13:26:15.057733',NULL,NULL,1,1),(3,1,'2025-05-27 07:32:25.662760','2025-05-27 07:32:25.662788',NULL,NULL,1,1),(4,1,'2025-05-27 09:22:39.416180','2025-05-27 09:22:39.416217',NULL,NULL,2,1),(5,1,'2025-05-29 09:21:07.606922','2025-05-29 09:21:07.606952',NULL,NULL,2,1),(6,1,'2025-05-29 10:02:19.720355','2025-05-29 10:02:19.720373',NULL,NULL,1,1);
/*!40000 ALTER TABLE `services_services` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `slider_slider`
--

DROP TABLE IF EXISTS `slider_slider`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `slider_slider` (
  `id` bigint NOT NULL AUTO_INCREMENT,
  `is_active` tinyint(1) NOT NULL,
  `created_at` datetime(6) NOT NULL,
  `updated_at` datetime(6) NOT NULL,
  `created_by_id` bigint DEFAULT NULL,
  `updated_by_id` bigint DEFAULT NULL,
  `name` varchar(50) NOT NULL,
  `image_url` varchar(100) NOT NULL,
  `order_number` int unsigned NOT NULL,
  PRIMARY KEY (`id`),
  UNIQUE KEY `order_number` (`order_number`),
  KEY `slider_slider_created_by_id_662dd4b2` (`created_by_id`),
  KEY `slider_slider_updated_by_id_9e0e0de0` (`updated_by_id`),
  CONSTRAINT `slider_slider_created_by_id_662dd4b2_fk_users_user_id` FOREIGN KEY (`created_by_id`) REFERENCES `users_user` (`id`),
  CONSTRAINT `slider_slider_updated_by_id_9e0e0de0_fk_users_user_id` FOREIGN KEY (`updated_by_id`) REFERENCES `users_user` (`id`),
  CONSTRAINT `slider_slider_chk_1` CHECK ((`order_number` >= 0))
) ENGINE=InnoDB AUTO_INCREMENT=4 DEFAULT CHARSET=latin1;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `slider_slider`
--

LOCK TABLES `slider_slider` WRITE;
/*!40000 ALTER TABLE `slider_slider` DISABLE KEYS */;
INSERT INTO `slider_slider` VALUES (1,0,'2025-05-27 06:28:41.390371','2025-07-14 13:03:06.445414',NULL,NULL,'Let your lawn steal the spotlight this spring.','slider/Kiara-Malaysia.jpg',1),(2,0,'2025-05-27 06:29:58.783966','2025-12-22 08:16:23.746006',NULL,NULL,'Step into spring and build your summer dreams.','slider/pexels-fauxels-3182746.jpg',2),(3,0,'2025-07-14 12:40:04.024502','2025-12-22 08:16:37.579143',NULL,NULL,'Your weekend, perfectly plated.','slider/pexels-fauxels-3184430.jpg',3);
/*!40000 ALTER TABLE `slider_slider` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `specialty_and_services_specialtyandservices`
--

DROP TABLE IF EXISTS `specialty_and_services_specialtyandservices`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `specialty_and_services_specialtyandservices` (
  `id` bigint NOT NULL AUTO_INCREMENT,
  `name` varchar(50) COLLATE utf8mb4_unicode_ci NOT NULL,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=3 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `specialty_and_services_specialtyandservices`
--

LOCK TABLES `specialty_and_services_specialtyandservices` WRITE;
/*!40000 ALTER TABLE `specialty_and_services_specialtyandservices` DISABLE KEYS */;
INSERT INTO `specialty_and_services_specialtyandservices` VALUES (2,'demo');
/*!40000 ALTER TABLE `specialty_and_services_specialtyandservices` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `state_state`
--

DROP TABLE IF EXISTS `state_state`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `state_state` (
  `id` bigint NOT NULL AUTO_INCREMENT,
  `is_active` tinyint(1) NOT NULL,
  `created_at` datetime(6) NOT NULL,
  `updated_at` datetime(6) NOT NULL,
  `created_by_id` bigint DEFAULT NULL,
  `updated_by_id` bigint DEFAULT NULL,
  `name` varchar(100) NOT NULL,
  `country_id` bigint NOT NULL,
  PRIMARY KEY (`id`),
  KEY `state_state_created_by_id_5a262644` (`created_by_id`),
  KEY `state_state_updated_by_id_b01be5cb` (`updated_by_id`),
  KEY `state_state_country_id_36c87f01_fk_country_country_id` (`country_id`),
  CONSTRAINT `state_state_country_id_36c87f01_fk_country_country_id` FOREIGN KEY (`country_id`) REFERENCES `country_country` (`id`),
  CONSTRAINT `state_state_created_by_id_5a262644_fk_users_user_id` FOREIGN KEY (`created_by_id`) REFERENCES `users_user` (`id`),
  CONSTRAINT `state_state_updated_by_id_b01be5cb_fk_users_user_id` FOREIGN KEY (`updated_by_id`) REFERENCES `users_user` (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=167 DEFAULT CHARSET=latin1;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `state_state`
--

LOCK TABLES `state_state` WRITE;
/*!40000 ALTER TABLE `state_state` DISABLE KEYS */;
INSERT INTO `state_state` VALUES (11,1,'2025-10-21 07:26:33.409779','2025-10-21 07:26:33.409828',NULL,NULL,'Johor',14),(12,1,'2025-10-21 07:26:53.231564','2025-10-21 07:26:53.231584',NULL,NULL,'Kedah',14),(13,1,'2025-10-21 07:27:10.712234','2025-10-21 07:27:10.712282',NULL,NULL,'Kelantan',14),(14,1,'2025-10-21 07:27:48.839828','2025-10-21 07:27:48.839845',NULL,NULL,'Melaka (Malacca)',14),(15,1,'2025-10-21 07:28:04.793282','2025-10-21 07:28:04.793301',NULL,NULL,'Negeri Sembilan',14),(16,1,'2025-10-21 07:28:26.852257','2025-10-21 07:28:26.852280',NULL,NULL,'Pahang',14),(17,1,'2025-10-21 07:28:40.961617','2025-10-21 07:28:40.961646',NULL,NULL,'Perak',14),(18,1,'2025-10-21 07:28:52.806720','2025-10-21 07:28:52.806742',NULL,NULL,'Perlis',14),(19,1,'2025-10-21 07:29:08.265613','2025-10-21 07:29:08.265666',NULL,NULL,'Sabah',14),(20,1,'2025-10-21 07:29:21.848960','2025-10-21 07:29:21.848977',NULL,NULL,'Sarawak',14),(22,1,'2025-10-21 07:30:29.348211','2025-10-21 07:30:29.348229',NULL,NULL,'Kuala Lumpur',14),(23,1,'2025-10-21 07:30:40.825173','2025-10-21 07:30:40.825192',NULL,NULL,'Putrajaya',14),(24,1,'2025-10-21 07:30:48.609426','2025-10-21 07:30:48.609443',NULL,NULL,'Labuan',14),(25,1,'2025-10-21 07:31:06.449642','2025-10-21 07:31:06.449673',NULL,NULL,'Penang (Pulau Pinang)',14),(26,1,'2025-10-21 07:32:23.024567','2025-10-21 07:32:23.024586',NULL,NULL,'Central Region',15),(27,1,'2025-10-21 07:32:37.769334','2025-10-21 07:32:37.769352',NULL,NULL,'East Region',15),(29,1,'2025-10-21 07:33:00.474416','2025-10-21 07:33:00.474450',NULL,NULL,'North-East Region',15),(30,1,'2025-10-21 07:33:16.000747','2025-10-21 07:33:16.000777',NULL,NULL,'West Region',15),(31,1,'2025-10-21 07:37:22.234698','2025-11-05 09:04:10.150609',NULL,NULL,'Selangor',14),(32,1,'2025-10-21 07:38:16.776834','2025-10-21 07:38:16.776854',NULL,NULL,'North Region',15),(33,1,'2025-10-21 07:43:24.018839','2025-10-21 07:43:24.018907',NULL,NULL,'Bangkok',16),(34,1,'2025-10-21 07:43:41.006785','2025-10-21 07:43:41.006829',NULL,NULL,'Nakhon Pathom',16),(35,1,'2025-10-21 07:44:00.148839','2025-10-21 07:44:00.148867',NULL,NULL,'Nonthaburi',16),(36,1,'2025-10-21 07:45:17.532139','2025-10-21 07:45:17.532158',NULL,NULL,'Pathum Thani',16),(37,1,'2025-10-21 07:45:30.689969','2025-10-21 07:45:30.690009',NULL,NULL,'Samut Prakan',16),(38,1,'2025-10-21 07:45:43.194919','2025-10-21 07:45:43.194943',NULL,NULL,'Samut Sakhon',16),(39,1,'2025-10-21 07:45:53.364115','2025-10-21 07:45:53.364140',NULL,NULL,'Suphan Buri',16),(40,1,'2025-10-21 07:46:08.331166','2025-10-21 07:46:08.331189',NULL,NULL,'Chiang Mai',16),(41,1,'2025-10-21 07:46:18.894082','2025-10-21 07:46:18.894099',NULL,NULL,'Chiang Rai',16),(42,1,'2025-10-21 07:46:27.857381','2025-10-21 07:46:27.857400',NULL,NULL,'Lampang',16),(43,1,'2025-10-21 07:46:38.304913','2025-10-21 07:46:38.304940',NULL,NULL,'Lamphun',16),(44,1,'2025-10-21 07:46:47.889501','2025-10-21 07:46:47.889522',NULL,NULL,'Phayao',16),(45,1,'2025-10-21 07:46:59.165558','2025-10-21 07:46:59.165583',NULL,NULL,'Phrae',16),(46,1,'2025-10-21 07:47:09.474067','2025-10-21 07:47:09.474092',NULL,NULL,'Nan',16),(47,1,'2025-10-21 07:47:21.586365','2025-10-21 07:47:21.586382',NULL,NULL,'Mae Hong Son',16),(48,1,'2025-10-21 07:47:31.013692','2025-10-21 07:47:31.013723',NULL,NULL,'Khon Kaen',16),(49,1,'2025-10-21 07:47:40.472027','2025-10-21 07:47:40.472050',NULL,NULL,'Udon Thani',16),(50,1,'2025-10-21 07:47:51.071788','2025-10-21 07:47:51.071810',NULL,NULL,'Nakhon Ratchasima',16),(51,1,'2025-10-21 07:47:59.873061','2025-10-21 07:47:59.873091',NULL,NULL,'Buriram',16),(52,1,'2025-10-21 07:48:08.526672','2025-10-21 07:48:08.526699',NULL,NULL,'Surin',16),(53,1,'2025-10-21 07:48:17.279694','2025-10-21 07:48:17.279711',NULL,NULL,'Roi Et',16),(54,1,'2025-10-21 07:48:44.256995','2025-10-21 07:48:44.257014',NULL,NULL,'Ubon Ratchathani',16),(55,1,'2025-10-21 07:49:00.614727','2025-10-21 07:49:00.614744',NULL,NULL,'Yasothon',16),(56,1,'2025-10-21 07:49:14.900334','2025-10-21 07:49:14.900352',NULL,NULL,'Phuket',16),(57,1,'2025-10-21 07:49:26.528408','2025-10-21 07:49:26.528426',NULL,NULL,'Krabi',16),(58,1,'2025-10-21 07:49:36.567046','2025-10-21 07:49:36.567066',NULL,NULL,'Surat Thani',16),(59,1,'2025-10-21 07:49:45.617204','2025-10-21 07:49:45.617237',NULL,NULL,'Songkhla',16),(60,1,'2025-10-21 07:49:58.345251','2025-10-21 07:49:58.345270',NULL,NULL,'Nakhon Si Thammarat',16),(61,1,'2025-10-21 07:50:07.165886','2025-10-21 07:50:07.165904',NULL,NULL,'Trang',16),(62,1,'2025-10-21 07:50:16.682050','2025-10-21 07:50:16.682075',NULL,NULL,'Phang Nga',16),(63,1,'2025-10-21 07:51:16.047293','2025-10-26 04:22:00.864201',NULL,NULL,'Aceh',17),(64,1,'2025-10-21 07:51:28.978003','2025-10-21 07:51:28.978025',NULL,NULL,'Bali',17),(65,1,'2025-10-21 07:51:39.088782','2025-10-21 07:51:39.088800',NULL,NULL,'Banten',17),(66,1,'2025-10-21 07:51:51.039122','2025-10-21 07:51:51.039143',NULL,NULL,'Bengkulu',17),(67,1,'2025-10-21 07:52:03.104631','2025-10-21 07:52:03.104650',NULL,NULL,'Central Java',17),(68,1,'2025-10-21 07:52:13.418679','2025-10-21 07:52:13.418703',NULL,NULL,'East Java',17),(69,1,'2025-10-21 07:52:23.713549','2025-10-21 07:52:23.713579',NULL,NULL,'West Java',17),(70,1,'2025-10-21 07:52:36.114871','2025-10-21 07:52:36.114893',NULL,NULL,'Jakarta',17),(71,1,'2025-10-21 07:52:56.753225','2025-10-21 07:52:56.753253',NULL,NULL,'Yogyakarta',17),(72,1,'2025-10-21 07:53:07.089137','2025-10-21 07:53:07.089161',NULL,NULL,'North Sumatra',17),(73,1,'2025-10-21 07:53:18.234094','2025-10-21 07:53:18.234114',NULL,NULL,'South Sumatra',17),(74,1,'2025-10-21 07:53:28.728889','2025-10-21 07:53:28.728906',NULL,NULL,'East Kalimantan',17),(75,1,'2025-10-21 07:53:40.291882','2025-10-21 07:53:40.291911',NULL,NULL,'West Kalimantan',17),(76,1,'2025-10-21 07:53:53.056865','2025-10-21 07:53:53.056884',NULL,NULL,'North Sulawesi',17),(77,1,'2025-10-21 07:54:02.337492','2025-10-21 07:54:02.337521',NULL,NULL,'South Sulawesi',17),(78,1,'2025-10-21 07:54:11.447933','2025-10-21 07:54:11.447952',NULL,NULL,'Papua',17),(79,1,'2025-10-21 07:54:20.424247','2025-10-21 07:54:20.424264',NULL,NULL,'West Papua',17),(80,1,'2025-10-21 07:54:30.314869','2025-10-21 07:54:30.314892',NULL,NULL,'North Maluku',17),(81,1,'2025-10-21 07:56:23.227320','2025-10-21 07:56:23.227342',NULL,NULL,'Andhra Pradesh',18),(82,1,'2025-10-21 07:56:35.709518','2025-10-21 07:56:35.709537',NULL,NULL,'Arunachal Pradesh',18),(83,1,'2025-10-21 07:56:46.850347','2025-10-21 07:56:46.850369',NULL,NULL,'Assam',18),(84,1,'2025-10-21 07:57:20.771515','2025-10-21 07:57:20.771536',NULL,NULL,'Bihar',18),(85,1,'2025-10-21 07:58:32.516926','2025-10-21 07:58:32.516944',NULL,NULL,'Chhattisgarh',18),(86,1,'2025-10-21 07:58:43.226581','2025-10-21 07:58:43.226620',NULL,NULL,'Goa',18),(87,1,'2025-10-21 07:58:53.755833','2025-10-21 07:58:53.755856',NULL,NULL,'Gujarat',18),(88,1,'2025-10-21 07:59:04.374848','2025-10-21 07:59:04.374889',NULL,NULL,'Haryana',18),(89,1,'2025-10-21 07:59:15.158395','2025-10-21 07:59:15.158430',NULL,NULL,'Himachal Pradesh',18),(90,1,'2025-10-21 07:59:28.003360','2025-10-21 07:59:28.003378',NULL,NULL,'Jharkhand',18),(91,1,'2025-10-21 07:59:39.281181','2025-10-21 07:59:39.281210',NULL,NULL,'Karnataka',18),(92,1,'2025-10-21 07:59:48.925427','2025-10-21 07:59:48.925448',NULL,NULL,'Kerala',18),(93,1,'2025-10-21 07:59:58.540221','2025-10-21 07:59:58.540242',NULL,NULL,'Madhya Pradesh',18),(94,1,'2025-10-21 08:00:08.181112','2025-10-21 08:00:08.181137',NULL,NULL,'Maharashtra',18),(95,1,'2025-10-21 08:00:18.791020','2025-10-21 08:00:18.791054',NULL,NULL,'Manipur',18),(96,1,'2025-10-21 08:00:33.903874','2025-10-21 08:00:33.903899',NULL,NULL,'Meghalaya',18),(97,1,'2025-10-21 08:00:43.662855','2025-10-21 08:00:43.662887',NULL,NULL,'Mizoram',18),(98,1,'2025-10-21 08:00:52.820308','2025-10-21 08:00:52.820328',NULL,NULL,'Nagaland',18),(99,1,'2025-10-21 08:01:01.800098','2025-10-21 08:01:01.800130',NULL,NULL,'Odisha',18),(100,1,'2025-10-21 08:01:18.131298','2025-10-21 08:01:18.131327',NULL,NULL,'Punjab',18),(101,1,'2025-10-21 08:01:32.049668','2025-10-21 08:01:32.049706',NULL,NULL,'Rajasthan',18),(102,1,'2025-10-21 08:01:43.869007','2025-10-21 08:01:43.869052',NULL,NULL,'Sikkim',18),(103,1,'2025-10-21 08:01:53.291101','2025-10-21 08:01:53.291119',NULL,NULL,'Tamil Nadu',18),(104,1,'2025-10-21 08:02:03.411492','2025-10-21 08:02:03.411510',NULL,NULL,'Telangana',18),(105,1,'2025-10-21 08:02:13.519425','2025-10-21 08:02:13.519481',NULL,NULL,'Tripura',18),(106,1,'2025-10-21 08:02:24.605208','2025-10-21 08:02:24.605225',NULL,NULL,'Uttar Pradesh',18),(107,1,'2025-10-21 08:02:40.367353','2025-10-21 08:02:40.367382',NULL,NULL,'Uttarakhand',18),(108,1,'2025-10-21 08:03:09.881767','2025-10-21 08:03:09.881791',NULL,NULL,'West Bengal',18),(109,1,'2025-10-21 08:03:40.885087','2025-10-21 08:03:40.885105',NULL,NULL,'West Bengal',18),(110,1,'2025-10-21 08:03:52.964859','2025-10-21 08:03:52.964882',NULL,NULL,'Andaman and Nicobar Islands',18),(111,1,'2025-10-21 08:04:02.699275','2025-10-21 08:04:02.699295',NULL,NULL,'Chandigarh',18),(112,1,'2025-10-21 08:04:20.650593','2025-10-21 08:04:20.650612',NULL,NULL,'Dadra and Nagar Haveli and Daman and Diu',18),(113,1,'2025-10-21 08:05:19.445003','2025-10-21 08:05:19.445026',NULL,NULL,'Delhi (NCT)',18),(114,1,'2025-10-21 08:05:38.717767','2025-10-21 08:05:38.717793',NULL,NULL,'Jammu and Kashmir',18),(115,1,'2025-10-21 08:05:48.715988','2025-10-21 08:05:48.716020',NULL,NULL,'Ladakh',18),(116,1,'2025-10-21 08:06:05.173493','2025-10-21 08:06:05.173513',NULL,NULL,'Lakshadweep',18),(117,1,'2025-10-21 08:07:03.516885','2025-10-21 08:07:03.516907',NULL,NULL,'Puducherry',18),(118,1,'2025-10-21 08:11:08.553569','2025-10-21 08:11:08.553593',NULL,NULL,'England',20),(119,1,'2025-10-21 08:11:20.597164','2025-10-21 08:11:20.597185',NULL,NULL,'Scotland',20),(120,1,'2025-10-21 08:11:31.461371','2025-10-21 08:11:31.461389',NULL,NULL,'Wales',20),(121,1,'2025-10-21 08:11:42.626192','2025-10-21 08:11:42.626212',NULL,NULL,'Northern Ireland',20),(122,1,'2025-10-21 08:12:31.200779','2025-10-21 08:12:31.200801',NULL,NULL,'Alberta',21),(123,1,'2025-10-21 08:12:53.183205','2025-10-21 08:12:53.183230',NULL,NULL,'British Columbia',21),(124,1,'2025-10-21 08:13:07.607844','2025-10-21 08:13:07.607868',NULL,NULL,'Manitoba',21),(125,1,'2025-10-21 08:13:19.069211','2025-10-21 08:13:19.069236',NULL,NULL,'New Brunswick',21),(126,1,'2025-10-21 08:13:33.036058','2025-10-21 08:13:33.036080',NULL,NULL,'Newfoundland and Labrador',21),(127,1,'2025-10-21 08:13:43.082699','2025-10-21 08:13:43.082718',NULL,NULL,'Nova Scotia',21),(128,1,'2025-10-21 08:13:52.231484','2025-10-21 08:13:52.231502',NULL,NULL,'Ontario',21),(129,1,'2025-10-21 08:14:01.521873','2025-10-21 08:14:01.521894',NULL,NULL,'Prince Edward Island',21),(130,1,'2025-10-21 08:14:13.426507','2025-10-21 08:14:13.426530',NULL,NULL,'Quebec',21),(131,1,'2025-10-21 08:14:25.153801','2025-10-21 08:14:25.153822',NULL,NULL,'Saskatchewan',21),(132,1,'2025-10-21 08:14:35.088208','2025-10-21 08:14:35.088232',NULL,NULL,'Northwest Territories',21),(133,1,'2025-10-21 08:14:44.783261','2025-10-21 08:14:44.783278',NULL,NULL,'Nunavut',21),(134,1,'2025-10-21 08:14:54.096354','2025-10-21 08:14:54.096382',NULL,NULL,'Yukon',21),(142,1,'2025-10-21 08:16:40.401835','2025-10-21 08:16:40.401853',NULL,NULL,'Northern Territory',21),(143,1,'2025-10-21 08:17:13.063869','2025-10-21 08:17:13.063893',NULL,NULL,'Baden-Württemberg',23),(144,1,'2025-10-21 08:17:23.408772','2025-10-21 08:17:23.408791',NULL,NULL,'Bavaria (Bayern)',23),(145,1,'2025-10-21 08:17:32.215144','2025-10-21 08:17:32.215161',NULL,NULL,'Berlin',23),(147,1,'2025-10-21 08:18:09.339406','2025-10-21 08:18:09.339425',NULL,NULL,'Bremen',23),(148,1,'2025-10-21 08:18:18.434817','2025-10-21 08:18:18.434841',NULL,NULL,'Hamburg',23),(149,1,'2025-10-21 08:18:29.429240','2025-10-21 08:18:29.429259',NULL,NULL,'Hesse (Hessen)',23),(150,1,'2025-10-21 08:18:41.237928','2025-10-21 08:18:41.237948',NULL,NULL,'Lower Saxony (Niedersachsen)',23),(151,1,'2025-10-21 08:18:53.669603','2025-10-21 08:18:53.669626',NULL,NULL,'Mecklenburg-Vorpommern',23),(152,1,'2025-10-21 08:19:04.684749','2025-10-21 08:19:04.684777',NULL,NULL,'North Rhine-Westphalia (Nordrhein-Westfalen)',23),(153,1,'2025-10-21 08:19:26.124307','2025-10-21 08:19:26.124331',NULL,NULL,'Rhineland-Palatinate (Rheinland-Pfalz)',23),(154,1,'2025-10-21 08:19:37.434887','2025-10-21 08:19:37.434906',NULL,NULL,'Saarland, Saxony (Sachsen)',23),(155,1,'2025-10-21 08:19:48.562243','2025-10-21 08:19:48.562263',NULL,NULL,'Saxony-Anhalt (Sachsen-Anhalt)',23),(156,1,'2025-10-21 08:20:07.345039','2025-10-21 08:20:07.345066',NULL,NULL,'Schleswig-Holstein',23),(157,1,'2025-10-21 08:20:19.792348','2025-10-21 08:20:19.792370',NULL,NULL,'Thuringia (Thüringen)',23),(158,1,'2025-10-21 09:50:40.815139','2025-10-21 09:50:40.815203',NULL,NULL,'demo',20),(159,1,'2025-10-21 12:26:54.695326','2025-10-21 12:26:54.695386',NULL,NULL,'new city',19),(163,1,'2025-12-30 08:24:01.669915','2025-12-30 08:24:01.669944',NULL,NULL,'Dhaka',27),(164,1,'2026-01-04 05:27:51.417685','2026-01-04 05:27:51.417719',NULL,NULL,'Chattogram',27),(165,1,'2026-01-25 05:48:17.322141','2026-01-25 05:48:17.322200',NULL,NULL,'Punjab',28);
/*!40000 ALTER TABLE `state_state` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `user_ads_package_userpackage`
--

DROP TABLE IF EXISTS `user_ads_package_userpackage`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `user_ads_package_userpackage` (
  `id` bigint NOT NULL AUTO_INCREMENT,
  `total_ads` int unsigned NOT NULL,
  `ads_posted` int unsigned NOT NULL,
  `package_id` bigint NOT NULL,
  `user_id` bigint NOT NULL,
  `total_space` decimal(10,4) NOT NULL,
  `used_space` decimal(10,4) NOT NULL,
  `end_date` datetime(6) DEFAULT NULL,
  `start_date` datetime(6) NOT NULL,
  PRIMARY KEY (`id`),
  UNIQUE KEY `uq_userpackage_user_package` (`user_id`,`package_id`),
  KEY `user_ads_package_use_package_id_01c6600e_fk_package_d` (`package_id`),
  KEY `user_ads_package_userpackage_user_id_836f70ba_fk_users_user_id` (`user_id`),
  CONSTRAINT `user_ads_package_use_package_id_01c6600e_fk_package_d` FOREIGN KEY (`package_id`) REFERENCES `package_details_packagedetails` (`id`),
  CONSTRAINT `user_ads_package_userpackage_user_id_836f70ba_fk_users_user_id` FOREIGN KEY (`user_id`) REFERENCES `users_user` (`id`),
  CONSTRAINT `user_ads_package_userpackage_chk_1` CHECK ((`total_ads` >= 0)),
  CONSTRAINT `user_ads_package_userpackage_chk_2` CHECK ((`ads_posted` >= 0))
) ENGINE=InnoDB AUTO_INCREMENT=48 DEFAULT CHARSET=latin1;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `user_ads_package_userpackage`
--

LOCK TABLES `user_ads_package_userpackage` WRITE;
/*!40000 ALTER TABLE `user_ads_package_userpackage` DISABLE KEYS */;
INSERT INTO `user_ads_package_userpackage` VALUES (7,0,0,18,6,1024.0000,0.0000,NULL,'2025-10-26 12:29:08.017395'),(8,0,0,17,32,35504.0000,0.0000,NULL,'2025-10-26 12:29:08.017395'),(9,0,0,17,31,7120.0000,0.0000,NULL,'2025-10-26 12:29:08.017395'),(10,0,0,18,34,3024.0000,0.0000,NULL,'2025-10-26 12:29:08.017395'),(11,0,0,17,36,1024.0000,0.0000,NULL,'2025-11-05 08:32:21.162914'),(12,0,0,17,37,1024.0000,0.0000,NULL,'2025-11-10 08:54:14.721474'),(16,0,0,17,194,1024.0000,0.0000,NULL,'2026-01-25 06:12:54.808286'),(18,0,0,17,193,1024.0000,0.0000,NULL,'2026-01-25 12:14:00.550649'),(19,0,0,17,204,1024.0000,66.1605,NULL,'2026-02-03 12:54:31.653730'),(20,0,0,17,196,1024.0000,0.0000,NULL,'2026-02-05 17:07:21.901914'),(21,0,0,17,175,1024.0000,0.0000,NULL,'2026-02-06 04:45:19.449059'),(22,0,0,17,201,1024.0000,0.0000,NULL,'2026-02-06 05:30:57.621869'),(23,0,0,17,221,1024.0000,0.0000,NULL,'2026-02-14 13:28:47.165943'),(24,0,0,17,222,1024.0000,0.0000,NULL,'2026-02-14 13:34:33.503536'),(25,0,0,17,223,1024.0000,0.0000,NULL,'2026-02-14 13:45:21.388912'),(26,0,0,17,224,1024.0000,0.0000,NULL,'2026-02-14 15:09:35.201221'),(27,0,0,17,225,1024.0000,0.0000,NULL,'2026-02-14 15:18:00.833636'),(28,0,0,17,226,1024.0000,0.0000,NULL,'2026-02-14 15:42:20.557561'),(29,0,0,17,227,1024.0000,0.0000,NULL,'2026-02-16 09:56:55.518085'),(30,0,0,17,228,1024.0000,0.0000,NULL,'2026-02-16 09:57:58.489495'),(31,0,0,17,229,1024.0000,0.0000,NULL,'2026-02-16 10:23:09.769417'),(32,0,0,17,230,1024.0000,0.0000,NULL,'2026-02-16 11:26:41.871182'),(33,0,0,17,231,2048.0000,0.0000,NULL,'2026-02-16 11:42:03.271494'),(34,0,0,17,232,1024.0000,0.0000,NULL,'2026-02-16 11:54:56.560272'),(36,0,0,17,233,1024.0000,0.0000,NULL,'2026-02-16 12:25:12.134426'),(37,0,0,17,234,1024.0000,0.0000,NULL,'2026-02-17 05:19:57.077946'),(38,0,0,17,238,2048.0000,0.0000,NULL,'2026-02-17 13:38:04.333350'),(39,0,0,17,239,1024.0000,0.0000,NULL,'2026-02-18 04:14:21.483929'),(40,0,0,17,240,1024.0000,0.0000,NULL,'2026-02-18 05:54:06.398105'),(41,0,0,17,244,1024.0000,0.0000,NULL,'2026-02-19 09:25:31.985591'),(42,0,0,17,4,1024.0000,0.0000,NULL,'2026-02-22 10:34:19.362857'),(43,0,0,17,245,1024.0000,0.0000,NULL,'2026-03-01 05:17:06.973800'),(44,0,0,17,246,1024.0000,0.0000,NULL,'2026-03-13 02:19:49.331154'),(45,0,0,17,30,1024.0000,0.0000,NULL,'2026-03-26 08:27:02.340421'),(46,0,0,17,247,1024.0000,0.0000,NULL,'2026-03-30 04:17:16.632531'),(47,0,0,17,248,1024.0000,0.0000,NULL,'2026-04-05 06:35:32.708518');
/*!40000 ALTER TABLE `user_ads_package_userpackage` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `users_customgroup`
--

DROP TABLE IF EXISTS `users_customgroup`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `users_customgroup` (
  `id` bigint NOT NULL AUTO_INCREMENT,
  `name` varchar(150) NOT NULL,
  PRIMARY KEY (`id`),
  UNIQUE KEY `name` (`name`)
) ENGINE=InnoDB DEFAULT CHARSET=latin1;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `users_customgroup`
--

LOCK TABLES `users_customgroup` WRITE;
/*!40000 ALTER TABLE `users_customgroup` DISABLE KEYS */;
/*!40000 ALTER TABLE `users_customgroup` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `users_custompermission`
--

DROP TABLE IF EXISTS `users_custompermission`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `users_custompermission` (
  `id` bigint NOT NULL AUTO_INCREMENT,
  `action` varchar(10) NOT NULL,
  PRIMARY KEY (`id`),
  UNIQUE KEY `action` (`action`)
) ENGINE=InnoDB DEFAULT CHARSET=latin1;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `users_custompermission`
--

LOCK TABLES `users_custompermission` WRITE;
/*!40000 ALTER TABLE `users_custompermission` DISABLE KEYS */;
/*!40000 ALTER TABLE `users_custompermission` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `users_customrolegroup`
--

DROP TABLE IF EXISTS `users_customrolegroup`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `users_customrolegroup` (
  `id` bigint NOT NULL AUTO_INCREMENT,
  `role` varchar(150) NOT NULL,
  PRIMARY KEY (`id`),
  UNIQUE KEY `role` (`role`)
) ENGINE=InnoDB DEFAULT CHARSET=latin1;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `users_customrolegroup`
--

LOCK TABLES `users_customrolegroup` WRITE;
/*!40000 ALTER TABLE `users_customrolegroup` DISABLE KEYS */;
/*!40000 ALTER TABLE `users_customrolegroup` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `users_rolegrouppermission`
--

DROP TABLE IF EXISTS `users_rolegrouppermission`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `users_rolegrouppermission` (
  `id` bigint NOT NULL AUTO_INCREMENT,
  `group_id` bigint NOT NULL,
  `role_id` bigint NOT NULL,
  PRIMARY KEY (`id`),
  UNIQUE KEY `users_rolegrouppermission_role_id_group_id_6cd899d1_uniq` (`role_id`,`group_id`),
  KEY `users_rolegrouppermi_group_id_ab13f1d9_fk_users_cus` (`group_id`),
  CONSTRAINT `users_rolegrouppermi_group_id_ab13f1d9_fk_users_cus` FOREIGN KEY (`group_id`) REFERENCES `users_customgroup` (`id`),
  CONSTRAINT `users_rolegrouppermi_role_id_f45980f1_fk_users_cus` FOREIGN KEY (`role_id`) REFERENCES `users_customrolegroup` (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=latin1;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `users_rolegrouppermission`
--

LOCK TABLES `users_rolegrouppermission` WRITE;
/*!40000 ALTER TABLE `users_rolegrouppermission` DISABLE KEYS */;
/*!40000 ALTER TABLE `users_rolegrouppermission` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `users_rolegrouppermission_permissions`
--

DROP TABLE IF EXISTS `users_rolegrouppermission_permissions`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `users_rolegrouppermission_permissions` (
  `id` bigint NOT NULL AUTO_INCREMENT,
  `rolegrouppermission_id` bigint NOT NULL,
  `custompermission_id` bigint NOT NULL,
  PRIMARY KEY (`id`),
  UNIQUE KEY `users_rolegrouppermissio_rolegrouppermission_id_c_5944ab86_uniq` (`rolegrouppermission_id`,`custompermission_id`),
  KEY `users_rolegrouppermi_custompermission_id_a68a9b4f_fk_users_cus` (`custompermission_id`),
  CONSTRAINT `users_rolegrouppermi_custompermission_id_a68a9b4f_fk_users_cus` FOREIGN KEY (`custompermission_id`) REFERENCES `users_custompermission` (`id`),
  CONSTRAINT `users_rolegrouppermi_rolegrouppermission__fffc9f18_fk_users_rol` FOREIGN KEY (`rolegrouppermission_id`) REFERENCES `users_rolegrouppermission` (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=latin1;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `users_rolegrouppermission_permissions`
--

LOCK TABLES `users_rolegrouppermission_permissions` WRITE;
/*!40000 ALTER TABLE `users_rolegrouppermission_permissions` DISABLE KEYS */;
/*!40000 ALTER TABLE `users_rolegrouppermission_permissions` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `users_user`
--

DROP TABLE IF EXISTS `users_user`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `users_user` (
  `password` varchar(128) NOT NULL,
  `last_login` datetime(6) DEFAULT NULL,
  `id` bigint NOT NULL AUTO_INCREMENT,
  `email` varchar(254) NOT NULL,
  `full_name` varchar(30) DEFAULT NULL,
  `role` varchar(20) NOT NULL,
  `is_active` tinyint(1) NOT NULL,
  `is_staff` tinyint(1) NOT NULL,
  `is_superuser` tinyint(1) NOT NULL,
  `date_joined` datetime(6) NOT NULL,
  `email_verified` tinyint(1) NOT NULL,
  `created_by` smallint DEFAULT NULL,
  `updated_at` datetime(6) DEFAULT NULL,
  `updated_by` smallint DEFAULT NULL,
  `verification_token` varchar(100) DEFAULT NULL,
  `verification_token_expires` datetime(6) DEFAULT NULL,
  `reset_token` varchar(100) DEFAULT NULL,
  `reset_token_expires` datetime(6) DEFAULT NULL,
  `country_id` bigint DEFAULT NULL,
  `status` varchar(20) DEFAULT NULL,
  PRIMARY KEY (`id`),
  UNIQUE KEY `email` (`email`),
  KEY `users_user_country_id_8d012484_fk_country_country_id` (`country_id`),
  CONSTRAINT `users_user_country_id_8d012484_fk_country_country_id` FOREIGN KEY (`country_id`) REFERENCES `country_country` (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=249 DEFAULT CHARSET=latin1;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `users_user`
--

LOCK TABLES `users_user` WRITE;
/*!40000 ALTER TABLE `users_user` DISABLE KEYS */;
INSERT INTO `users_user` VALUES ('pbkdf2_sha256$1000000$Iy3fqd6vz9sgRiWOSn1ucJ$BCyN9ffZwiWr6gXFnfQPAY1Dl8Q3fLBP5oc5a+9lKE0=',NULL,1,'user@example.com','string','client',1,0,0,'2025-07-28 07:46:07.781423',0,NULL,NULL,NULL,'327486','2025-07-29 07:46:09.417040','026572','2025-08-28 07:01:05.286263',NULL,'pending'),('pbkdf2_sha256$1000000$lMpC2bDr4GSbRdz38f5koW$CG+vJ8nuCMvkY+VecAjvbfuh+6j7YRK5dRS3lVgxwyo=',NULL,2,'StrongP@ssw0rd','Admin','admin',1,1,1,'2025-07-29 07:03:59.664262',1,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'pending'),('pbkdf2_sha256$1000000$NRX5JV1UrlEXnzIPmUB3ft$/NvivNy8omsFGjpsK/FG6fh+/VcTheHOXlaafdbrGcw=',NULL,3,'mh.ipsc1820@gmail.com','Mubassir Habib','client',1,0,0,'2025-07-31 06:16:36.382438',1,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'pending'),('pbkdf2_sha256$1000000$khYECqKILkcVXtiEj5XtNZ$++afuybH5pgLFcHPIYsU3exSTpmmBOHuYO5+6ACf/c4=',NULL,4,'mubassir.work@gmail.com','Mubassir Habib','client',1,0,0,'2025-08-03 04:10:07.527538',1,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'pending'),('pbkdf2_sha256$1000000$EmOIBDsoKcWZxCUVYrBNp4$zAI3RhyupZXIORy+oE7G6xbPubF+KjU6jPQs1LcPJs0=',NULL,5,'piyijo7051@mardiek.com','Stefen skidrow','client',1,0,0,'2025-08-14 12:30:39.191577',0,NULL,NULL,NULL,'557507','2025-08-15 12:30:40.671894',NULL,NULL,NULL,'pending'),('pbkdf2_sha256$1000000$2afB9PfxtYWQ1DNCT6TQMG$0tUQvXt8okBd93tbJ/yGQAJhFZF3Mkm/Sog3InUcw0U=',NULL,6,'7p7lw@powerscrews.com','Stefen','client',1,0,0,'2025-08-17 04:43:22.967632',1,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'pending'),('pbkdf2_sha256$1000000$5qOCIUbq24qDswl8NgLLJV$/8m3aL0rwbODAAtGz0OTj+XkrAQG66vv2+PZ09XbEX0=',NULL,7,'mintuhasan17@gmail.com','Mintu Hasan','client',1,0,0,'2025-08-18 14:38:59.779858',1,NULL,NULL,NULL,NULL,NULL,'523371','2026-01-22 17:01:24.938783',27,'pending'),('pbkdf2_sha256$1000000$AMFovPEer7ntDleXfULK6U$2itXybrGkxyCH9c0YNQfKL5MjhpD2BIWaonex5tL+1A=',NULL,8,'user2@example.com','string','client',1,0,0,'2025-08-20 04:58:48.530100',0,NULL,NULL,NULL,'534585','2025-08-21 04:58:48.997519',NULL,NULL,NULL,'pending'),('pbkdf2_sha256$1000000$BWdjbgUmUW6OdEX96rUFbQ$v2PGyTUjTx/Pr0gYoDA9lWv9OTsQzzIp8pWKkHza5NY=',NULL,9,'7q92ko3abz@cmhvzylmfc.com','Temp email','client',1,0,0,'2025-08-20 06:55:56.758765',1,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'pending'),('pbkdf2_sha256$1000000$G5BWTqGMMjFSnHhJuFK3PY$tJ8X462CnRXRPrvEsaK8xu0RIq/d/z6q4Xk2moG+1wE=',NULL,10,'zapeqypu@forexzig.com','Temp email 2','client',1,0,0,'2025-08-20 07:00:08.333140',1,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'pending'),('pbkdf2_sha256$1000000$szjEj4ArmgcLNVFdOkpP4O$yc1D/uHFfPxC8777xAhzGZAVPSvTLOiKoW0148DF+ZY=',NULL,11,'qabidalu@forexnews.bg','Demo mail','client',1,0,0,'2025-08-20 07:03:58.676719',1,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'pending'),('pbkdf2_sha256$1000000$xHrqe2Yx7DiUqqOXLvJ7zO$ZHJjAg29SjYqm6hyjNDy49bxais1zFaDPHoRUqI+E3Y=',NULL,12,'imrannurint@gmail.com','amran','client',1,0,0,'2025-08-20 07:46:11.908867',0,NULL,NULL,NULL,'946186','2025-11-21 08:10:22.307402',NULL,NULL,NULL,'pending'),('pbkdf2_sha256$1000000$VgP0KbZFIXdMw0dpvktAYn$vcG0OsYt3PNWXW65bYU0H60mlSQLDsVjSAqs4H8V6wY=',NULL,13,'test@gmail.com','MM','client',1,0,0,'2025-08-20 08:59:00.062624',0,NULL,NULL,NULL,'784384','2025-08-21 08:59:00.615072',NULL,NULL,NULL,'pending'),('pbkdf2_sha256$1000000$W3wyAeXpe6pIZfjW5yBUo1$KpNat/r5p4iazLjy7AGOvX+8E0U7PAotDZQD71eULM4=',NULL,14,'4ht1u@powerscrews.com','Demo email','client',1,0,0,'2025-08-20 09:53:35.731132',0,NULL,NULL,NULL,'327433','2025-08-21 09:53:36.314604',NULL,NULL,NULL,'pending'),('pbkdf2_sha256$1000000$ArpCbfGD6SSpwZe27nGv1F$VNOGuwy0MYZLFbazj0+NmucpZcrw7qyr3QBULZ/gN6U=',NULL,15,'samijura@forexnews.bg','Forenews','client',1,0,0,'2025-08-21 11:01:45.081967',1,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'pending'),('pbkdf2_sha256$1000000$xgjiuE0p9SBj8M7yGiokuy$8NKUJ+kidAhfJ3lTLtOGQxZQPoYFy1PVfxBWuVQn0to=',NULL,16,'new@demo.com','Quaerat est aliquid','client',1,0,0,'2025-08-21 11:30:04.766392',0,NULL,NULL,NULL,'966800','2025-08-22 11:30:05.894620',NULL,NULL,NULL,'pending'),('pbkdf2_sha256$1000000$aBBkvgiDMPnARkeGl3enqH$4442c4nLTfgZkqTjPXnbqfCfb2xNgumxrb3UpEFpbKE=',NULL,17,'wuqucega@mailinator.com','Summer Christensen','client',1,0,0,'2025-08-28 06:24:53.340887',1,NULL,NULL,NULL,NULL,NULL,'595666','2025-08-28 07:28:50.197759',NULL,'pending'),('pbkdf2_sha256$1000000$qnOEvqEv7gGahosM8frtSr$G5k2RNWRiC2YIcPMKXOebIJe3B8dhVOcDxDglixmHmE=',NULL,18,'techact1@gmail.com','San','admin',1,1,1,'2025-09-04 04:08:53.210871',1,NULL,NULL,NULL,'846019','2025-09-05 04:08:53.817213','068932','2026-01-23 05:43:56.251382',NULL,'pending'),('pbkdf2_sha256$1000000$vOdu9f72ytYraogvGUa6DG$PrsPmtk5eYz04g4GBBMi8rwHK2ZtzxRQ7SNUtOlAn1Q=',NULL,19,'imranvai@yahoo.com','Mib Promotions','client',1,0,0,'2025-09-04 08:51:30.351079',0,NULL,NULL,NULL,'261379','2025-09-05 08:51:30.896465',NULL,NULL,NULL,'pending'),('pbkdf2_sha256$1000000$L5lylYUPXdh4IKNDdVkD56$NQJpoNOxuc7RMUrdVpOW4L3Dlr+OGT3KF4XFnYEy0kM=',NULL,20,'mintuhasan171@gmail.com','Tests','client',1,0,0,'2025-09-04 10:56:08.368250',0,NULL,NULL,NULL,'259563','2025-09-05 10:56:08.953558',NULL,NULL,NULL,'pending'),('pbkdf2_sha256$1000000$XzNYmN02QKQaXW1OleDlz5$KLRDbW/VDKBc7l+22UpmV6wL4NfS/rmZJyU7H1iki8I=',NULL,21,'wchy909@gmail.com','Muhammad Wahhab Chy','client',1,0,0,'2025-09-25 10:13:03.820933',1,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'pending'),('pbkdf2_sha256$1000000$lctiWQySRdMO3TLISNK6Jm$4cFP+nR25wtW2SU/ipTE2rmE+BbmGtAbgEbbjGq1LTs=',NULL,22,'muhammadmahdihasan1@gmail.com','Mahadi','client',1,0,0,'2025-09-28 07:32:31.768895',0,NULL,NULL,NULL,'402847','2025-09-29 07:32:32.027182',NULL,NULL,NULL,'pending'),('pbkdf2_sha256$1000000$KFSRIfO548PnGw3VdmdklL$1ft7ITW1Z37zOiaafWPVqM681BKAQ6zTHnRSWBH+6cA=',NULL,23,'jewoc19487@etenx.com','New name','client',1,0,0,'2025-09-28 07:37:19.685074',0,NULL,NULL,NULL,'694032','2025-09-29 07:37:19.940547',NULL,NULL,NULL,'pending'),('pbkdf2_sha256$1000000$jgOeCcGil0stJ4wagzK4GX$PAgXad8FfKnpXml7AG2awZ1gwuMopOE+cKQzC2gyJBo=',NULL,24,'jamaxah470@gddcorp.com','test name','client',1,0,0,'2025-09-28 07:44:40.668011',0,NULL,NULL,NULL,'463712','2025-09-29 07:44:40.914172',NULL,NULL,NULL,'pending'),('pbkdf2_sha256$1000000$FRgLSgYZPWpJEAFVZoWUQD$wU1U5cML+faU/gWzwSXOF9b9CRLrP2IiWJDqdVuVn7g=',NULL,25,'cadog71552@etenx.com','test again','client',1,0,0,'2025-09-28 07:47:16.394275',0,NULL,NULL,NULL,'212025','2025-09-29 07:47:16.628498',NULL,NULL,NULL,'pending'),('pbkdf2_sha256$1000000$uskJ67wcOqCfxGoMHgrEvW$XVGGI2X4lQo1HRt81U+dZzQg009lj7ZfNLxVpktf1jc=',NULL,26,'joyilax846@etenx.com','tastsdf lkdsj','client',1,0,0,'2025-09-28 07:53:47.485569',1,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'pending'),('pbkdf2_sha256$1000000$R4KchCtSLvvAKxAMGGw0P1$Wdb47Q2795n+MNhWjMYRsAlrwFMrWZpyoaPPUZf3lHE=',NULL,27,'cse2330168@adust.edu.bd','MIntu','client',1,0,0,'2025-09-28 11:17:25.696166',1,NULL,NULL,NULL,NULL,NULL,'888888','2025-10-15 06:59:26.701108',NULL,'pending'),('pbkdf2_sha256$1000000$6y0Ruz4a6Hss2jhlciazSV$s3ir4dMzjFRO7aE0OGjeq4ZGGKcewDiJezVBDsL6Ybc=',NULL,28,'tinomi5292@etenx.com','string','client',1,0,0,'2025-09-28 12:25:58.849265',1,NULL,NULL,NULL,NULL,'2025-09-29 13:04:23.887014',NULL,NULL,NULL,'pending'),('pbkdf2_sha256$1000000$Vd025muNl1FCYzWQiDAxAK$diZoLmDEvEsSqk05cpXVo/p1xAy73Pl1v/niWn7I2jc=',NULL,29,'garasap877@gddcorp.com','garasp','client',1,0,0,'2025-09-28 13:42:21.021238',0,NULL,NULL,NULL,'790271','2025-09-29 13:45:35.104059',NULL,NULL,NULL,'pending'),('pbkdf2_sha256$1000000$mlPoK2hzjmVtZaNe4zNxWR$iv9C9t8QYuj1sOQw8YUCRE9JK9ekdGUe39pyWSU7X5o=',NULL,30,'salmanmdsultan92@gmail.com','Salman','client',1,0,0,'2025-09-30 09:22:05.868430',1,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'pending'),('pbkdf2_sha256$1000000$ij2cANGdObBO8IxIpW5Ish$wfb5frENDPd7MLEE//34Y0ohnt3/soBMNtbAOlF7U78=',NULL,31,'momepo2293@etenx.com','mm','client',1,0,0,'2025-09-30 11:24:06.874599',1,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'pending'),('pbkdf2_sha256$1000000$2Ksas9QSx7QpGGvstv7yyf$LE9+8YbK3QkRNkFgrpnsEnb8BR+J+SuyXg0dZw959c4=',NULL,32,'mevemig150@bllibl.com','Obcaecati est fugit','client',1,0,0,'2025-10-07 10:20:40.757902',1,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'pending'),('pbkdf2_sha256$1000000$0JcEVPHm6FD2kNyhUvPj8S$JP+lsGy2K08A89fG/hUngbxiA9lqbnKdIPBxXxluXz0=',NULL,33,'phyllis10@audince.com','Test_10','client',1,0,0,'2025-10-15 06:09:10.174716',1,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'pending'),('pbkdf2_sha256$1000000$N4P4lxsYmEBLGlXaroMPoE$tKsOCzeqfJ99xGdiKlXX92+PaEty9LqIukXFVEzolDw=',NULL,34,'regenos612@djkux.com','Sed ducimus accusan','client',1,0,0,'2025-10-15 06:20:35.555335',1,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'pending'),('pbkdf2_sha256$1000000$6jGaPlnWFcgFzjgPzMqhV3$Sxl1phObnJvRa4772mPV8Ixqg23gfZHVUh16/Ol++y4=',NULL,35,'learnerlimon2342@gmail.com','Mostafizur Rahman Limon','client',1,0,0,'2025-11-02 07:21:44.317412',1,NULL,NULL,NULL,NULL,NULL,'965585','2025-12-10 09:41:38.806198',NULL,'pending'),('pbkdf2_sha256$1000000$mXZMrp6QUbkj8EtSHqNFFH$dflR5NL1VlePnK17WmU4oXLDBbE7u4w/3+gXwcZA5gE=',NULL,36,'chywahhab@mibpromotions.com','Angelo Mintu','client',1,0,0,'2025-11-05 08:25:18.737069',1,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'pending'),('pbkdf2_sha256$1000000$zeTX5cvjhh71NtyGv0M2XG$Njs6fwlpkNA++QxycBQBZ1TvO130Nixb20y+ca+QUM8=',NULL,37,'t.limon2342@gmail.com','limon','client',1,0,0,'2025-11-09 05:10:57.871921',1,NULL,NULL,NULL,NULL,NULL,'361665','2025-12-10 09:44:04.291756',NULL,'pending'),('pbkdf2_sha256$1000000$kna1R1gGRHcEYCOAhjAVxX$YaFdkXPFzrqnUDBaJV+4yO/FdO88uEOZM31udWLWGjw=',NULL,38,'admin@test.com','ru6jg@dollicons.com','sub_admin',1,1,1,'2025-11-16 14:43:21.726618',1,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'pending'),('pbkdf2_sha256$1000000$ROdaO60m1quKYvgTYOnE3r$wvvrlKidpYuEqr3WFuSWXR7oItqeV2mPO5Rr1OvSiiU=',NULL,39,'idb54mintuhassan@gmail.com','Hasan','client',1,0,0,'2025-11-20 08:25:08.446569',1,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'pending'),('pbkdf2_sha256$1000000$rbHyFMJDC5sc87AG5BeeB3$ZabAqQCT27RlB/1hHF3A03VO3mOM33WWAnldubU5Kgk=',NULL,40,'tech81735@gmail.com','Arafat Chy','client',1,0,0,'2025-11-20 08:29:00.817559',1,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'pending'),('pbkdf2_sha256$1000000$1IOd5hhGiWE80KMKXrRBfv$C7ce9q7Xz0sIcYN4YLO2iN/w5LnbQKvRoozU5GjE8MI=',NULL,41,'harcharngill97@gmail.com','Harcharn','client',1,0,0,'2025-11-23 22:53:49.170877',1,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'pending'),('pbkdf2_sha256$1000000$SKjDf5SAHMzCHUj66s1NtP$qCkAtswTRxXuXF8y/58wd5hmoGgyYOEaFPYfAdwIZfg=',NULL,42,'trendgrabber2023@gmail.com','Fuad','client',1,0,0,'2025-11-26 14:41:43.896650',1,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'pending'),('pbkdf2_sha256$1000000$iPguotXPAECpJDfSrzrCH7$SLWmWzKqOpiR37VQW4h0qmmQOtOIA9FHPP7xjwVQMSQ=',NULL,43,'mukhveergill@gmail.com','Mukhveer Singh Gill','client',1,0,0,'2025-11-30 05:48:53.590888',1,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'pending'),('pbkdf2_sha256$1000000$Q3597OAyaiyUD7r0mlU2YA$PKmIx6EbT2awxxIPcEyVZWGSgBz7mdQZHlT6EtsHKpo=',NULL,44,'shindey2838@gmail.com','Harjit@ Shin','client',1,0,0,'2025-12-05 22:39:38.212114',0,NULL,NULL,NULL,'437422','2025-12-06 22:44:19.208611',NULL,NULL,NULL,'pending'),('pbkdf2_sha256$1000000$MGqnbOAkWYV5ZD9ZgPlLdd$ARbCF7cFKpiDeWFztHerQcA2mm1C65ON43eZyq2Ac6U=',NULL,45,'jharmila69@gmail.com','Nuruzzaman','client',1,0,0,'2025-12-08 10:45:23.484534',1,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'pending'),('pbkdf2_sha256$1000000$OKCiAXQVHMZLzCGW1Wxboc$IP+TVBUogwsOQubuGlqVwIHAwdv8LuJlyDuKJIjNLh0=',NULL,46,'salmanmdsultan921@gmail.com','salman','client',1,0,0,'2025-12-10 07:54:37.866784',0,NULL,NULL,NULL,'211812','2025-12-11 07:54:38.191804',NULL,NULL,NULL,'pending'),('pbkdf2_sha256$1000000$bcOCodUwZpjz5m3Ey7Fnos$jGkcV3V2UO5DF828h9vJPjawX1gHfDjO9aQ1V3OHWuI=',NULL,51,'malu@mailinator.com','Inez Holt','agent',1,0,0,'2025-12-28 11:43:07.600270',0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'pending'),('pbkdf2_sha256$1000000$eO2c1d8BVsB643X5GPJUZz$WizA0l8kkBBrACrJAdZIo6XUjjBX9krlWkSt4U+32Ds=',NULL,52,'bagadyjuri@mailinator.com','Faith Richards','agent',1,0,0,'2025-12-28 11:47:21.347052',0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'pending'),('pbkdf2_sha256$1000000$Q3JHzPsHmq0pZk1oFC8Ug6$4WGV3NZxs1qIsExxJ5uftN80vLpa24MRojkf1NIcm4E=',NULL,53,'futovaqiwu@mailinator.com','Lev Warren','agent',1,0,0,'2025-12-28 11:49:53.948907',0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'pending'),('pbkdf2_sha256$1000000$lsWa8bdWJoZs6faXibmu1O$IUVms89JunWu/FndGW+ieNMAD76+1XWAbdxMEJjrLXQ=',NULL,54,'gifexonoq@mailinator.com','September Bentley','agent',1,0,0,'2025-12-28 11:55:17.441149',0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'pending'),('pbkdf2_sha256$1000000$Gh3pAwaxxfCDtZE0KNu4qA$MZmardV6wNqgYu5o/oZyYcv8lhvEWI3WRwHfHj+SNkA=',NULL,55,'wejitigesa@mailinator.com','Hilary Harrington','agent',1,0,0,'2025-12-28 12:03:30.094047',0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'pending'),('pbkdf2_sha256$1000000$0p4zod1339sMAYx0uOqrco$DN9pAGKHE32MmaeE6jvsuRD62rJmIcNVtQjKRhtutRc=',NULL,56,'demo@example.com','demo','agent',1,0,0,'2025-12-28 12:06:35.282842',0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'pending'),('pbkdf2_sha256$1000000$CzOu7taa6jefTFke6SxJAh$zzbxHkfcUwjzCxOfVmJ08GZ92MxG3OOV2ab/wKH2xTM=',NULL,57,'demo1@example.com','demo','agent',1,0,0,'2025-12-28 12:08:10.313416',0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'pending'),('pbkdf2_sha256$1000000$FcINxiTnJUOIVzQJOFK2Iq$PJXzs/NPSDQjjEg51rVGxz7H7tzNva2HnG9RQzmYk54=',NULL,60,'user4@example.com','Mubassir','sub_admin',1,0,0,'2025-12-28 16:09:40.336924',1,NULL,NULL,NULL,NULL,NULL,NULL,NULL,15,'accepted'),('pbkdf2_sha256$1000000$NXXFwz72mHJTF9knL6nzVP$wGM/PYSY02Un/yO7srsAdLvZnrWU6yGgTZnlo+zSPy4=',NULL,78,'mecuc@mailinator.com','Dylan Kim','sub_admin',1,0,0,'2025-12-29 08:36:31.800575',1,NULL,NULL,NULL,NULL,NULL,NULL,NULL,14,'pending'),('pbkdf2_sha256$1000000$lUVmaC2c8EBakz317zegqI$wmYO5vGqjkTkAZ+QdGh2VqBf8PIkO7B6/3uCpKON8SI=',NULL,79,'cidalotefu@mailinator.com','Tarik Diaz','sub_admin',1,0,0,'2025-12-29 08:38:03.345918',1,NULL,NULL,NULL,NULL,NULL,NULL,NULL,15,'pending'),('pbkdf2_sha256$1000000$UdkvjY4yYG6olft6QQr57F$lMRFpBoifvwFbJOUrzfNSbtPCHflXnaJcsnItbmPS0Q=',NULL,82,'kykog@mailinator.com','Kasper Cobb','sub_admin',1,0,0,'2025-12-29 09:18:18.674737',1,NULL,NULL,NULL,NULL,NULL,NULL,NULL,18,'accepted'),('pbkdf2_sha256$1000000$p3NidDWvmZcGlkN7DQtbt6$MWhaWWw5mAa4FVOaj/rHVGMOUVBG1b++Hc6XFIZA/WQ=',NULL,83,'zofodobir@mailinator.com','Kaden Potts','sub_admin',1,0,0,'2025-12-29 09:20:19.673068',1,NULL,NULL,NULL,NULL,NULL,NULL,NULL,14,'pending'),('pbkdf2_sha256$1000000$e6fwospN82t8HZweCFI15Z$cIL1rNrIetNFU95+fSZl7snxWeFdxMMpHliLGlc+Hhg=',NULL,84,'mehedi@gmail.com','Mehedi hasan','sub_admin',1,0,0,'2025-12-29 09:25:47.266135',1,NULL,NULL,NULL,NULL,NULL,NULL,NULL,17,'accepted'),('pbkdf2_sha256$1000000$tI4DZ4KDZf4Mcx2R91sxFN$n0lDYFM937p02UHYjyIbhULijyAMB3QQupaL4Qydk8g=',NULL,85,'pajopof105@mucate.com','MD: SAKIB','sub_admin',1,0,0,'2025-12-29 09:35:40.361492',1,NULL,NULL,NULL,NULL,NULL,NULL,NULL,16,'accepted'),('pbkdf2_sha256$1000000$Top8KLcQyOAQZ5ClRcc4wj$9HlLCt3z1bogXdA3afVZkDD9nf8TgMoQ11PKAvsWgZY=',NULL,86,'voweraf433@mucate.com','MM','sub_admin',1,0,0,'2025-12-29 10:04:09.344872',1,NULL,NULL,NULL,NULL,NULL,NULL,NULL,15,'pending'),('pbkdf2_sha256$1000000$EmoYLCCkZDfFUEO4ztxjrI$qXdr1G9NoH5YaHtrAms3kbHmZlQmQb1KPgU6yUN5+7o=',NULL,88,'xatega7382@gavrom.com','M30','sub_admin',1,0,0,'2025-12-30 06:33:41.691255',1,NULL,NULL,NULL,NULL,NULL,NULL,NULL,15,'pending'),('pbkdf2_sha256$1000000$MTw2IngIiE7ehE3yb9PtL4$xzWQspJz+JpVcRUDOC4FPAoawenIEDsfsEzWWunDC8Q=',NULL,93,'2h5wbo2jcq@ozsaip.com','demo323232','sub_admin',1,1,0,'2025-12-31 10:24:20.586292',1,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'accepted'),('pbkdf2_sha256$1000000$AABqpl8sCasnyDfCrzahi9$nOh3L36wSxe1b4/kyYKkvBHk5Od4SASFi8J7/7+CmA4=',NULL,95,'halore@mailinator.com','Joseph Cohen','sub_admin',1,1,0,'2025-12-31 18:56:12.953281',0,NULL,NULL,NULL,'588004','2026-01-01 18:56:13.276128',NULL,NULL,28,'accepted'),('pbkdf2_sha256$1000000$1I8rziuJaYy4kiMXylNh7y$AiY4zs3VLlPycqyT+LCks+IIxsq3jphBXxGpZo7aL7U=',NULL,96,'tinorocu@mailinator.com','Jelani Randall','sub_admin',1,1,0,'2025-12-31 18:58:38.628100',0,NULL,NULL,NULL,'795224','2026-01-01 18:58:38.949105',NULL,NULL,28,'pending'),('pbkdf2_sha256$1000000$C3WGKZi6ylDt4ocq7Mty7u$RAwpkACJMG4b8ugYFlChBDpETa788Z1/r+W8F6sHLYA=',NULL,100,'user5@example.com','demo','sub_admin',1,0,0,'2026-01-01 05:12:53.234501',1,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'pending'),('pbkdf2_sha256$1000000$cxmdZ9duDDRnmrMOuWcHfS$8yqk9oXY+TqHUBIkCy/Ym3FFId/+QBIlTiHCTuCFJCM=',NULL,102,'fejovu@denipl.net','new admin','sub_admin',1,1,0,'2026-01-01 05:18:27.969414',1,NULL,NULL,NULL,NULL,NULL,NULL,NULL,27,'accepted'),('pbkdf2_sha256$1000000$qFfK0otmvMQfgNUyGSqpul$Du1o1ogetPRqY4qCDAmosy6yVzgMROx2UzvmzOUbxh0=',NULL,106,'gimo@mailinator.com','Axel Velasquez','sub_admin',1,0,0,'2026-01-01 08:01:06.397928',1,NULL,NULL,NULL,NULL,NULL,NULL,NULL,21,'pending'),('pbkdf2_sha256$1000000$WWn7DDoTvJOiRnWtGJxTki$fSVtcC2mIoNhGKiujBHXBFiV3SU2Kj7unwcRT6DVBU4=',NULL,107,'wubitubujo@mailinator.com','Holmes Weber','sub_admin',1,0,0,'2026-01-01 08:19:28.751916',1,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'pending'),('pbkdf2_sha256$1000000$kC1ccK9boioVpXlpJUdhlL$9POkYPB9qp2FzmoOgaPH8fMW04aeK/YQlO9I4r6euOg=',NULL,108,'warysily@fxzig.com','Adara Herring','sub_admin',1,1,0,'2026-01-01 08:26:49.732393',1,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'accepted'),('pbkdf2_sha256$1000000$T359IucLKpweKPdmSecq3O$LOQIKJp4kk0PzmVv11BDAa8V9UGWwutfI4lofdBkPmU=',NULL,110,'dokas52555@cucadas.com','Mintu Hasan','sub_admin',1,1,0,'2026-01-01 11:19:11.906412',1,NULL,NULL,NULL,NULL,NULL,NULL,NULL,27,'rejected'),('pbkdf2_sha256$1000000$kHn47wTKLhK9ZAoUtViee3$LrlnmeqWSzwpZhv22X7ef0nvh/pA2OveGo/SBMqcWQE=',NULL,112,'mefepid835@24faw.com','MK','sub_admin',1,1,0,'2026-01-01 11:27:46.426667',1,NULL,NULL,NULL,NULL,NULL,NULL,NULL,27,'accepted'),('pbkdf2_sha256$1000000$0llLv8xp65or1lmv6gPArJ$eoex+TC8XIE/rHNhK4f+xHCjXeg5Siin6C4dQ+qa16c=',NULL,119,'24f07@airsworld.net','agent tarek','agent',1,1,0,'2026-01-04 06:09:02.967096',1,NULL,NULL,NULL,NULL,NULL,NULL,NULL,23,'pending'),('pbkdf2_sha256$1000000$KeYIszUNI3F4t6EOWxO4Nd$AkeE7xYttVMNPGpGgW9rsrj4OLYfIWVJsBExht7V00Y=',NULL,125,'4kp40@airsworld.net','Tarek','client',1,0,0,'2026-01-04 10:46:46.314797',1,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'pending'),('pbkdf2_sha256$1000000$aTVobaEDU93IILnHweX3dG$LJT3LW/WKxeHDK4OVewZRe4U3jhC2yVavgD6SyyaV8c=',NULL,139,'3xfywl1ani@lnovic.com','Mostafizur Rahman Limon','sub_admin',1,1,0,'2026-01-06 08:58:55.717482',1,NULL,NULL,NULL,NULL,NULL,NULL,NULL,27,'accepted'),('pbkdf2_sha256$1000000$QgMhD7tS4vAaeTrUexxnU2$3ytGgH807pI3VBb2GLWrbRMxZp4XttEglepmi+Jt+OE=',NULL,141,'fymifi@mailinator.com','Igor Johnson','sub_admin',1,0,0,'2026-01-06 09:31:24.090130',1,NULL,NULL,NULL,NULL,NULL,NULL,NULL,16,'accepted'),('pbkdf2_sha256$1000000$ZObfjeF511MUUrOJcaGsp9$nA8CFFm95ZB03hPvXqhNUhVwyDSIZNmSVUUI7VtcTCg=',NULL,142,'womeju@mailinator.com','Casey Thornton','sub_admin',1,0,0,'2026-01-06 09:32:58.318435',1,NULL,NULL,NULL,NULL,NULL,NULL,NULL,14,'pending'),('pbkdf2_sha256$1000000$yIp8hDV9xJ9eiuxMm9j9PR$nskO8P89tsi9QBN3kdQmIYmtJaFKqiDMbxEiNat7VFM=',NULL,143,'xyluma@mailinator.com','Vance Clarke','sub_admin',1,0,0,'2026-01-06 09:35:39.437103',1,NULL,NULL,NULL,NULL,NULL,NULL,NULL,18,'pending'),('pbkdf2_sha256$1000000$1hf2GU0bxgOT13ir3hXQJO$z0+428d5IKqC0J1RpeRpc7SDTzJRUXfcmTDQE/x9yBI=',NULL,144,'tijiquwato@mailinator.com','Hillary Warren','sub_admin',1,0,0,'2026-01-06 09:37:37.168284',1,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'pending'),('pbkdf2_sha256$1000000$NJw73WoC3kp0XtplriP1P5$BzSGmzI2yTQ2A48ATXX3sVfFn0A+sACb0v0iMemlZp8=',NULL,145,'misegefyjy@mailinator.com','Karina Alford','sub_admin',1,0,0,'2026-01-06 09:37:56.010101',1,NULL,NULL,NULL,NULL,NULL,NULL,NULL,27,'pending'),('pbkdf2_sha256$1000000$mQSdOF1LvvAPScvEWiE0xe$DJRZ+HIaLofe5mlKw8EchhrJ0r3SFit1OMExc7SLSiE=',NULL,146,'huxef@mailinator.com','Kylynn Blanchard','sub_admin',1,0,0,'2026-01-06 09:38:09.462801',1,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'pending'),('pbkdf2_sha256$1000000$UIggCnstp08yamlVxgGA64$zCEEIgdS34Kv+/Btu//WEtluNCmlP73m5GoC2udMnQc=',NULL,147,'tibe@mailinator.com','Ila Hines','sub_admin',1,0,0,'2026-01-06 09:40:06.165524',1,NULL,NULL,NULL,NULL,NULL,NULL,NULL,20,'accepted'),('pbkdf2_sha256$1000000$XwJppQPbPrvWOR1W2WNi4R$Ts845X0PIpeUY4541gcFnYnKgjqw10xcbCxSD8igcgE=',NULL,151,'6pnv0@airsworld.net','M Ahmmed','sub_admin',1,1,0,'2026-01-07 03:00:00.504181',1,NULL,NULL,NULL,NULL,NULL,NULL,NULL,14,'accepted'),('pbkdf2_sha256$1000000$C5dAeBSWnvOtDRRnygUFPE$Qtb3b/Sr+pbvN6P58EGomxpJwHT2nrg11HybFpGVf6M=',NULL,158,'34qp0@airsworld.net','ABC','sub_admin',1,1,0,'2026-01-07 07:46:32.908986',1,NULL,NULL,NULL,NULL,NULL,NULL,NULL,23,'accepted'),('pbkdf2_sha256$1000000$9KD1tsXBfjntnjq8XwBbGO$M74qu5BxU7R/byLo25s1wytb4wHQAd6ZzH33JiS23+4=',NULL,162,'px0b1@airsworld.net','MD: SAKIB','sub_admin',1,1,0,'2026-01-08 04:51:19.836980',1,NULL,NULL,NULL,NULL,NULL,NULL,NULL,27,'pending'),('pbkdf2_sha256$1000000$jVWdlOxXae9k5hmw0BnihS$/BvOM2len/UP7URLl+hYebnXmU5U7WwezaCxKHdVobk=',NULL,164,'automation2u.co@gmail.com','Talha','sub_admin',1,1,0,'2026-01-08 06:24:05.127999',1,NULL,NULL,NULL,NULL,NULL,NULL,NULL,27,'accepted'),('pbkdf2_sha256$1000000$gqOHvmsR81XRH8mhcEK74p$727K0wKUEGQfhzyRMJvmc6amFwje+9Lawiy1R/TvLMg=',NULL,166,'js4ug3g95h@mrotzis.com','Nicolas Maduro','sub_admin',1,1,0,'2026-01-08 07:58:33.773138',0,NULL,NULL,NULL,'961834','2026-01-09 07:58:38.970674',NULL,NULL,NULL,'pending'),('pbkdf2_sha256$1000000$SSX8pvle2CrfV1s8dQI3Wr$5x8m58xMlZ6QqmdmjcPDmpX72Qz7xXg8XBSlCw5RBcY=',NULL,167,'ux4ob@airsworld.net','Mintu Test','sub_admin',1,0,0,'2026-01-08 10:19:05.273612',1,NULL,NULL,NULL,NULL,NULL,NULL,NULL,27,'accepted'),('pbkdf2_sha256$1000000$NV5zWlx6ukwfleZdllS6Lc$PwvFS4qMDyPk/7dRMiRP1ZPoykeJ5sM5GKrBcNt+tcA=',NULL,168,'nx0kp@airsworld.net','Test_Admin','sub_admin',1,0,0,'2026-01-08 10:21:53.394837',1,NULL,NULL,NULL,NULL,NULL,NULL,NULL,28,'pending'),('pbkdf2_sha256$1000000$y9rSSUcIBjU7N4sVdU2RxA$H3OG5doBBNJz+6Km1qhGEiO7eSGxCbQYTgIk4Ll77GQ=',NULL,169,'gemyx@mailinator.com','Palmer Joyce','sub_admin',1,0,0,'2026-01-08 11:52:15.056043',1,NULL,NULL,NULL,NULL,NULL,NULL,NULL,27,'pending'),('pbkdf2_sha256$1000000$RCpPyOL3lG3esIuxzn2OM5$8pp8zzH9w/sDfvDuHgpANvQp8N1omV8HeNhrmRiTw04=',NULL,170,'xoja@mailinator.com','Hakeem Benson','sub_admin',1,0,0,'2026-01-08 12:27:27.709309',1,NULL,NULL,NULL,NULL,NULL,NULL,NULL,27,'pending'),('pbkdf2_sha256$1000000$3sBaRN4PXoNgGgRCk7yeDy$6MwcG+rLJPxF6jp4tcwN3HvXnFH+2Ba3R+xfh15Amwk=',NULL,173,'axquzc0qko@bltiwd.com','Demon','client',1,0,0,'2026-01-15 07:40:50.306348',0,NULL,NULL,NULL,'723570','2026-01-16 07:40:51.800187',NULL,NULL,NULL,'pending'),('pbkdf2_sha256$1000000$kZaEybLmmvBJ6rG4vNkhBW$ZGI77g4KRSZ5X3iG3VP+me4fOjLmM5HOaami6vyF33Y=',NULL,174,'tyxezace@fxzig.com','Mostafizur Rahman Limon','client',1,0,0,'2026-01-15 08:30:34.327009',1,NULL,NULL,NULL,NULL,NULL,NULL,NULL,27,'pending'),('pbkdf2_sha256$1000000$wb6AKXIOHPU8WxdX2cl5wY$gFakCAqyV6Y08Msn1H5Agrb6Gwjy9e9Icmen+hv7IWw=',NULL,175,'ejaj@mibpromotions.com','Mujahid Mahfuz','client',1,0,0,'2026-01-20 03:20:37.130078',1,NULL,NULL,NULL,NULL,NULL,NULL,NULL,27,'pending'),('pbkdf2_sha256$1000000$weczPiV7LlVdFmzAav2RF0$r0HzytbiufnNVf9MTghdbBDmWZYWTy7bMgJ7Rxs3LTU=',NULL,176,'mdjiba4@gmail.com','Madicoye Djiba','client',1,0,0,'2026-01-20 04:57:47.432670',1,NULL,NULL,NULL,NULL,NULL,NULL,NULL,14,'pending'),('pbkdf2_sha256$1000000$4AIIOLNuRsJTgpGKtgHXIl$nJMkwfXPoiTn+oSnhX0FIauYudOxlik7LnkzyHa7ErI=',NULL,177,'lawfirm.haziana@gmail.com','Haziana','client',1,0,0,'2026-01-21 06:10:47.596431',1,NULL,NULL,NULL,NULL,NULL,NULL,NULL,14,'pending'),('pbkdf2_sha256$1000000$GsIlP0oksz1MqoyoORcHDb$Vo1pqO2Wu5gwr/ByyKEoVGSbf/VLCV3Ym5+dBsZvnjU=',NULL,178,'adrianadhln94@gmail.com','Adriana D.','client',1,0,0,'2026-01-22 04:15:30.100934',1,NULL,NULL,NULL,NULL,NULL,NULL,NULL,14,'pending'),('pbkdf2_sha256$1000000$cUMtGeYIgNuJLghpSTfinH$QQG9n4CPFT4kJmzrEzpu4SCc4kjNzQkBfSZqsiUsrJE=',NULL,179,'vuytz@virgilian.com','Mintu','client',1,0,0,'2026-01-22 06:29:44.684149',1,NULL,NULL,NULL,NULL,NULL,NULL,NULL,27,'pending'),('pbkdf2_sha256$1000000$7s1OTQ8ynWsCM51qazV86W$JQEinXaF4F/3jpDnWIa/RHJuuulGKekE4ImFPCTGGG8=',NULL,180,'z1cty@virgilian.com','Talha','client',1,0,0,'2026-01-22 06:30:53.515199',1,NULL,NULL,NULL,NULL,NULL,NULL,NULL,14,'pending'),('pbkdf2_sha256$1000000$GSqUep3AjyilxkL6Yiervl$Jtsyo0nSIRkj1wJMc0dctXHrqHlxOaznDxohQnXkmmk=',NULL,181,'rpvc2@virgilian.com','Mintu-1','sub_admin',1,1,0,'2026-01-22 06:39:58.672271',1,NULL,NULL,NULL,NULL,NULL,NULL,NULL,27,'pending'),('pbkdf2_sha256$1000000$uullcXoJEkC6QDXGk3Y3qD$5wcmt5enK/BE3p+wJlGeEaAVgQ+RUELB5J5Q4hoEgPI=',NULL,182,'hamey22352@elafans.com','hamey','client',1,0,0,'2026-01-22 07:50:27.010750',1,NULL,NULL,NULL,NULL,NULL,'198858','2026-01-23 07:03:15.979314',17,'pending'),('pbkdf2_sha256$1000000$q0M89fGvYGh4JZeM2Jg76y$DQojcWCLZJGWM5EkT0x+XchKk0Bv2gNUip8GH/uQYoo=',NULL,183,'6vadz@virgilian.com','6vadz@virgilian.com','client',1,0,0,'2026-01-22 08:31:32.461776',0,NULL,NULL,NULL,'699077','2026-01-23 08:31:32.777705',NULL,NULL,NULL,'pending'),('pbkdf2_sha256$1000000$eiprNHyNICItRDaLeJdkTb$YEKCR2O9H20fc9y8vmTTVFLPUiwAvxcIgpkgoIGAHFI=',NULL,184,'salman@mibpromotions.com','Salman Bhoi','client',1,0,0,'2026-01-22 09:45:58.894428',1,NULL,NULL,NULL,NULL,NULL,NULL,NULL,14,'pending'),('pbkdf2_sha256$1000000$wBVZ4HAYVcG1GFr78TiPmj$Dexudz7wNa0e+uYi+gQGGMjzIMsp5Pc9JOdMxVbNJZU=',NULL,185,'svdgn@virgilian.com','Test Discover','sub_admin',1,1,0,'2026-01-22 12:27:26.420433',1,NULL,NULL,NULL,NULL,NULL,NULL,NULL,27,'pending'),('pbkdf2_sha256$1000000$4AFhpuxULwuNNS4bl4BwVl$GCDseK9hLShqVd/bgHCVQ/1j+gK1pvdptzLVRK7L5Rc=',NULL,186,'liw3k@virgilian.com','liw3k@virgilian.com','client',1,0,0,'2026-01-22 12:28:59.603353',1,NULL,NULL,NULL,NULL,NULL,'978828','2026-01-22 13:30:09.054391',18,'pending'),('pbkdf2_sha256$1000000$VQB9an3RDRvLra86yxhDG7$MMUq01FoQROw2OLv7bWbA0AG90q+74hOtnjKU7SZgB4=',NULL,187,'kkwong@mibpromotions.com','Don Lee','client',1,0,0,'2026-01-22 13:16:38.121237',1,NULL,NULL,NULL,NULL,NULL,NULL,NULL,14,'pending'),('pbkdf2_sha256$1000000$bjHLaNpDJrAA6NLsxmduuq$7CIREZSI8uNkoCKQtUp1VqAPTI8XhZAaHzGekEL1TX8=',NULL,188,'tevafe9324@naprb.com','tevafe9324@naprb.com','client',1,0,0,'2026-01-22 14:35:02.623742',1,NULL,NULL,NULL,NULL,NULL,'651522','2026-01-22 16:03:56.838076',16,'pending'),('pbkdf2_sha256$1000000$rVCkrRZExZHTyqzja0wpBM$bIXICXLXzY3gAkyUzCFNj3CioHjDuh28dsMSSSfW5g0=',NULL,189,'salmanmdsulta92@gmail.com','Salman','client',1,0,0,'2026-01-23 04:17:07.775246',0,NULL,NULL,NULL,'844119','2026-01-24 04:17:08.091613',NULL,NULL,14,'pending'),('pbkdf2_sha256$1000000$eEqeHZJo1MqJA4KlJmF5MG$8CVyTXljSJeN/XbAE1VrM223FIunxaPGjy0DOzA24iQ=',NULL,190,'innovativeskillsbd@gmail.com','Sal','client',1,0,0,'2026-01-23 04:23:05.961444',1,NULL,NULL,NULL,NULL,NULL,'995067','2026-01-23 05:44:39.234527',14,'pending'),('pbkdf2_sha256$1000000$PSxBoVrJjlxoWmNEimVmv7$YZLC4mTvLzh5lwq8ou/+oy2kACEagLJBS91FoLrsm+0=',NULL,191,'abdullahalnomancse@gmail.com','abdullah al noman','client',1,0,0,'2026-01-23 05:40:53.963993',1,NULL,NULL,NULL,NULL,NULL,'370571','2026-01-23 07:40:21.218379',27,'pending'),('pbkdf2_sha256$1000000$ARFxLqvwYvkX0b0nIlWFrk$HF2C/o7pT/tcIfOj+haVMSXv0AANDIWYQIK/7/YNd8w=',NULL,192,'zw4ox@virgilian.com','wdd','client',1,0,0,'2026-01-23 06:01:14.560107',0,NULL,NULL,NULL,'110445','2026-01-24 06:01:14.946892',NULL,NULL,NULL,'pending'),('pbkdf2_sha256$1000000$u3UH2kYLk3FvMH4gzmm4Ca$4GG6ghev50eZ5dip++pwTcPCCMa5CVt6Ho8T3Z9Dw4U=',NULL,193,'jokel58094@gamening.com','jokel','client',1,0,0,'2026-01-23 18:47:52.044159',1,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'pending'),('pbkdf2_sha256$1000000$VOJfXPaVMQU6c4f44URPPm$e4rM25p4hPK3IRYPEFgLTIt/aeHcMjhM1XnJIaSO8v8=',NULL,194,'dwx7e@virgilian.com','Test-1003','client',1,0,0,'2026-01-25 05:35:15.021517',1,NULL,NULL,NULL,NULL,NULL,NULL,NULL,28,'pending'),('pbkdf2_sha256$1000000$YbgMLZPHCi6aeUdixZAUKP$2i3g43rVSW2HQRJyWf7Jwcc1bvecRgA0lJFIWCB9ifg=',NULL,195,'3rs8k@virgilian.com','pakistan_admin','sub_admin',1,0,0,'2026-01-25 05:59:28.281112',1,NULL,NULL,NULL,NULL,NULL,NULL,NULL,28,'pending'),('pbkdf2_sha256$1000000$ehCDNVOwhd2UuNGEbuXUxF$930zfFQJ9rcyQ3fAO6Tz8nCj4EW7u6A+aVBNATN+Ku8=',NULL,196,'a4grbsg14p@lnovic.com','test_agent','sub_admin',1,0,0,'2026-01-25 06:20:08.993403',1,NULL,NULL,NULL,NULL,NULL,NULL,NULL,28,'accepted'),('pbkdf2_sha256$1000000$5DOwee3qW0SjrDdiulmyrl$3RCclgcWIzZ2OH33+e/Ik9rMHwEZ56WXpS5SHC8Qd68=',NULL,201,'sandhu@ipc.my','ipc.my','client',1,0,0,'2026-01-31 03:49:21.852028',1,NULL,NULL,NULL,NULL,NULL,NULL,NULL,14,'pending'),('pbkdf2_sha256$1000000$jk4muV4rBP2kHwxM5XaNbs$3TE12suPF8Tr24g/fePqs7t1IA58dv44lgX7Kj6pxUk=',NULL,202,'liyanasofiea07@gmail.com','Sofia Liana','client',1,0,0,'2026-01-31 03:52:22.195525',1,NULL,NULL,NULL,NULL,NULL,NULL,NULL,14,'pending'),('pbkdf2_sha256$1000000$HF30vN0KV73hkC5JYyEKYq$Iza8frxvCShD4JBGZX4ac6c2u+e3sfOyb/3woCTXpMI=',NULL,203,'allan.tham@techactions.com','Allan THAM','client',1,0,0,'2026-02-01 16:18:50.551188',1,NULL,NULL,NULL,NULL,NULL,NULL,NULL,14,'pending'),('pbkdf2_sha256$1000000$mIsaxPYudBVu1U6zpKCRXl$bThlShu8Mlp2uknW95ZuG8FK+x6fXbFeVI0YItfQzfE=',NULL,204,'g1z9e@virgilian.com','g1z9e@virgilian.com','client',1,0,0,'2026-02-03 11:51:53.925909',1,NULL,NULL,NULL,NULL,NULL,NULL,NULL,16,'pending'),('pbkdf2_sha256$1000000$TQgoOSTavmGPYxL77S0zeV$m3MHsXkZxwmefXoYodePQQRfJ2YJ96r7e7s0zL1QFwA=','2026-02-16 07:52:50.666997',206,'sahriarimtiaz@gmail.com',NULL,'client',1,1,1,'2026-02-03 13:45:56.937051',1,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'pending'),('pbkdf2_sha256$1000000$rqT6NF34D8aXsu3gd3bv9i$27rdoJGwTI6OP3Ebq6/g3srvzM8iJGqyLqNm0H/y0vM=','2026-02-14 13:00:24.515849',220,'shahriarimteaj@gmail.com',NULL,'client',1,1,1,'2026-02-14 12:58:55.956232',1,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'pending'),('pbkdf2_sha256$1000000$BW6WVa7RwBKPJBsD6xVsjR$K+eDO4GoIJzkFgzVHBvrJiLy9JoZfsqWfRu1S3BMnx0=',NULL,221,'test@test.com','Test User','client',1,0,0,'2026-02-14 13:28:46.020324',0,NULL,NULL,NULL,NULL,'2026-02-15 13:33:28.370997',NULL,NULL,NULL,'pending'),('pbkdf2_sha256$1000000$jVBK5SrehLnveuJTZKCqXh$c1Cil/Fpray6bqjW38tC/5Umxa1OoO8TZIkGF7JzYAo=',NULL,222,'xemiy50816@manupay.com','Test User','client',1,0,0,'2026-02-14 13:34:30.738084',0,NULL,NULL,NULL,NULL,'2026-02-15 13:34:33.563278',NULL,NULL,NULL,'pending'),('pbkdf2_sha256$1000000$KR5W9SIQv809lenCr8tdNI$TC0ppcYeDZo4n+oqLeDmOrbFLmmbqe/8ntEL+cbNy+I=',NULL,223,'kaxida8469@manupay.com','Test User','client',1,0,0,'2026-02-14 13:45:20.271186',0,NULL,NULL,NULL,NULL,'2026-02-15 13:45:21.448364',NULL,NULL,NULL,'pending'),('pbkdf2_sha256$1000000$jUlSOs24GfxZpUl7iZJz1l$M/xKrouBsgOutuxZi8mKTFAiLM8EvnmzMet9NViA79A=',NULL,224,'cibemah844@manupay.com','Test User','client',1,0,0,'2026-02-14 15:09:34.044085',0,NULL,NULL,NULL,NULL,'2026-02-15 15:09:35.263052',NULL,NULL,NULL,'pending'),('pbkdf2_sha256$1000000$LVyhMgh3AuZwnjawIHC7iM$jq563Y/gMBWlryg6diyqShGqQGvjeuvqpare033C5tE=',NULL,225,'yeweso6219@manupay.com','Test User','client',1,0,0,'2026-02-14 15:17:59.585187',1,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'pending'),('pbkdf2_sha256$1000000$zbJedELm3FTbBqL3Js3CyI$CD6aiGyK5w9rQGZNyIKQX3iE2MkEiJde0hsWZEfG53k=',NULL,226,'fepat78023@manupay.com','Test User','client',1,0,0,'2026-02-14 15:42:18.488661',1,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'pending'),('pbkdf2_sha256$1000000$MJWtbH4J2lKyWDjDNRTHBx$T7wlaelcKv5hu+wjte+T83tR2FImddCaz64eTOktSRk=',NULL,227,'testuser@example.com','Test User','client',1,0,0,'2026-02-16 09:56:53.609915',0,NULL,NULL,NULL,'476166','2026-02-17 09:56:55.582639',NULL,NULL,NULL,'pending'),('pbkdf2_sha256$1000000$i15CJaY0n91VdhIkFkmoW1$DPoZbXWwkRc8V4X3HYvysUp7+4M6rcPJXaDLv9qPUcQ=',NULL,228,'hilaho5495@esyline.com','Test','client',1,0,0,'2026-02-16 09:57:57.167035',1,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'pending'),('pbkdf2_sha256$1000000$jLwFzM69z0TGtyAQOkMGZo$2ohuzSb8eCTL8jPmexglukNP5mCfhKLm3CJggLe9/Hc=',NULL,229,'howevi4651@esyline.com','mm','client',1,0,0,'2026-02-16 10:23:08.457426',1,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'pending'),('pbkdf2_sha256$1000000$k0RRz9o1O1IBC1Psie5SSe$F0AHLyyXEtDpRWaffUan967bGCjiHirYAZkJxrDS0NY=',NULL,230,'9ylce@dollicons.com','9ylce@dollicons.com','client',1,0,0,'2026-02-16 11:25:37.542254',1,NULL,NULL,NULL,NULL,NULL,NULL,NULL,14,'pending'),('pbkdf2_sha256$1000000$Mo5FaI3Bxpkl1H2UBLcZQC$Obu3E89t0iyS25qQxRll+XDEGe7f114LGQHZN2cTrMs=',NULL,231,'wimitam289@esyline.com','imtiaz','client',1,0,0,'2026-02-16 11:42:01.768210',1,NULL,NULL,NULL,NULL,NULL,NULL,NULL,14,'pending'),('pbkdf2_sha256$1000000$BUlQjagnQMiRH2nP6AoNsQ$u3OvjM2EoGtcgnxMRV+Ohlv2H9b5FxWhOBXqqmefzf4=',NULL,232,'efz22@dollicons.com','efz22@dollicons.com','client',1,0,0,'2026-02-16 11:53:40.773975',1,NULL,NULL,NULL,NULL,NULL,NULL,NULL,27,'pending'),('pbkdf2_sha256$1000000$QST3nvVuneTOyPgdDqZ9cl$0gd1yJM5pt6BKnK7qNKnJTMnBYgehOFgIpNyzQjPRNg=',NULL,233,'sultanmohammadsalman@gmail.com','Salman','client',1,0,0,'2026-02-16 12:22:03.738031',1,NULL,NULL,NULL,NULL,NULL,NULL,NULL,27,'pending'),('pbkdf2_sha256$1000000$7f0J7lkv248SNaJfnDdP5k$dS0nhLjKGR6+HSphgi09RD96Mnho/RJJOojImlWyGdQ=',NULL,234,'hetelev128@bitonc.com','mamu','client',1,0,0,'2026-02-17 05:17:04.993694',1,NULL,NULL,NULL,NULL,NULL,NULL,NULL,27,'pending'),('pbkdf2_sha256$1000000$0SmAFv8OWiY3GbICoyZkqF$3IZL+YNI396W6bAk1EUpxR10nRBefj0M+GoAQujBUbg=',NULL,235,'rdxfj@dollicons.com','rdxfj@dollicons.com','client',1,0,0,'2026-02-17 05:40:40.782244',1,NULL,NULL,NULL,NULL,NULL,NULL,NULL,27,'pending'),('pbkdf2_sha256$1000000$O7gzqMSYlW92EVJAJGtqSc$4qNimPW9ybAg9L4Zex//FBa/X1huOMGRc5+mxBTiSoM=',NULL,236,'n0xwj@dollicons.com','n0xwj@dollicons.com','client',1,0,0,'2026-02-17 09:31:39.281883',1,NULL,NULL,NULL,NULL,NULL,NULL,NULL,27,'pending'),('pbkdf2_sha256$1000000$6Z6vHgWxcaLk4Ecgu0Wa6e$uD+tTElXZx7314SKNpSR40QYSqi95IkgASMPnpiy1MU=',NULL,237,'grahamgraham.rs2.619.8.9@gmail.com','abcd','client',1,0,0,'2026-02-17 13:30:27.837003',1,NULL,NULL,NULL,NULL,NULL,NULL,NULL,27,'pending'),('pbkdf2_sha256$1000000$0NPs27uU5NFfFkYgrjHVGs$W8m+nMUDPNA4SMLb0R5vWLba13bwSZd1cfa8gm4DuXM=',NULL,238,'wesleyd.ea.n14.40.9@gmail.com','xyz','client',1,0,0,'2026-02-17 13:38:03.986131',1,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'pending'),('pbkdf2_sha256$1000000$kET3L6uoaUNToHQujHOcI6$/sQx010hFAMc/fBGk1kjAkXslLyJbADq9yxm2MD/YRU=',NULL,239,'konigi6985@esyline.com','Moinul Hasan','client',1,0,0,'2026-02-18 04:14:21.097107',1,NULL,NULL,NULL,NULL,NULL,NULL,NULL,27,'pending'),('pbkdf2_sha256$1000000$gZUs2Sv5d82ZuUljqb4Hix$yg9mmzWrCPRW0Twag2J2AjSJ4WwolDB8/U1Yva4RPqA=',NULL,240,'05xvj@dollicons.com','05xvj@dollicons.com','client',1,0,0,'2026-02-18 05:54:06.026353',1,NULL,NULL,NULL,NULL,NULL,NULL,NULL,27,'pending'),('pbkdf2_sha256$1000000$ZGe9UQPqjM7SPbyNwGafLe$ZaeDDeqZ95iMzrdmcMMQKQS2Y5FSEMzhoDFBIAal/HI=',NULL,242,'ru6jg@dollicons.com','ru6jg@dollicons.com','sub_admin',1,1,0,'2026-02-18 10:47:30.535303',1,NULL,NULL,NULL,NULL,NULL,NULL,NULL,27,'accepted'),('pbkdf2_sha256$1000000$jaU9O8HYGLq3fkbTCZSPFm$G8Zapg3Kb9mmSqQmKfgqbzMDDwdUT3irHgef0PqpWAI=',NULL,243,'superadmin@gamil.com',NULL,'admin',1,1,1,'2026-02-19 05:36:56.180752',0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'pending'),('pbkdf2_sha256$1000000$ZonRUJX6gQ3fIPwd5DN3zQ$L470jFhK1nAKab2JK3QF1uvC1VwdWiYVJZHZr83wHYw=',NULL,244,'3009o@dollicons.com','3009o@dollicons.com','client',1,0,0,'2026-02-19 09:25:31.658627',1,NULL,NULL,NULL,NULL,NULL,NULL,NULL,27,'pending'),('pbkdf2_sha256$1000000$L45KREOAX0JlXgevSFWb52$I7iwPbhGgaOgZJoeGKiqyHnk59TxogRCN2LULJMeLbA=',NULL,245,'Imrona027@gmail.com','Ahmad imron','client',1,0,0,'2026-03-01 05:17:06.653246',1,NULL,NULL,NULL,NULL,NULL,NULL,NULL,14,'pending'),('pbkdf2_sha256$1000000$aXQ5pZ4azn9qu3w3MfAVns$k2+otOzvooONxr3HYVTjqxZ+AJDIAoyZd2xXk17mVD0=',NULL,246,'itsjustmehelly@gmail.com','Puteri Ellysha','client',1,0,0,'2026-03-13 02:19:49.020570',1,NULL,NULL,NULL,NULL,NULL,NULL,NULL,14,'pending'),('pbkdf2_sha256$1000000$ni6BorrCYxj3dUXeRGLCno$rLiF1fnSI+Htw2BG781jxP5TGtw83s8Fjw25ha07CDo=',NULL,247,'bryan.pradibta@gmail.com','Bryan Christopher Pradibta','client',1,0,0,'2026-03-30 04:17:16.246706',1,NULL,NULL,NULL,NULL,NULL,NULL,NULL,17,'pending'),('pbkdf2_sha256$1000000$vaecf9VbzM1M7kyvHr9J6w$3uW6pXvJAbUYbj/yAxYoWQzS48lK8SMuhUYj77drGOE=',NULL,248,'phiechhiep.p.homn.o.ng@gmail.com','s,cdz','client',1,0,0,'2026-04-05 06:35:32.367910',1,NULL,NULL,NULL,NULL,NULL,NULL,NULL,27,'pending');
/*!40000 ALTER TABLE `users_user` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `users_user_groups`
--

DROP TABLE IF EXISTS `users_user_groups`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `users_user_groups` (
  `id` bigint NOT NULL AUTO_INCREMENT,
  `user_id` bigint NOT NULL,
  `customgroup_id` bigint NOT NULL,
  PRIMARY KEY (`id`),
  UNIQUE KEY `users_user_groups_user_id_customgroup_id_0c5619ae_uniq` (`user_id`,`customgroup_id`),
  KEY `users_user_groups_customgroup_id_e2e87bda_fk_users_cus` (`customgroup_id`),
  CONSTRAINT `users_user_groups_customgroup_id_e2e87bda_fk_users_cus` FOREIGN KEY (`customgroup_id`) REFERENCES `users_customgroup` (`id`),
  CONSTRAINT `users_user_groups_user_id_5f6f5a90_fk_users_user_id` FOREIGN KEY (`user_id`) REFERENCES `users_user` (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=latin1;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `users_user_groups`
--

LOCK TABLES `users_user_groups` WRITE;
/*!40000 ALTER TABLE `users_user_groups` DISABLE KEYS */;
/*!40000 ALTER TABLE `users_user_groups` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `users_user_user_permissions`
--

DROP TABLE IF EXISTS `users_user_user_permissions`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `users_user_user_permissions` (
  `id` bigint NOT NULL AUTO_INCREMENT,
  `user_id` bigint NOT NULL,
  `permission_id` int NOT NULL,
  PRIMARY KEY (`id`),
  UNIQUE KEY `users_user_user_permissions_user_id_permission_id_43338c45_uniq` (`user_id`,`permission_id`),
  KEY `users_user_user_perm_permission_id_0b93982e_fk_auth_perm` (`permission_id`),
  CONSTRAINT `users_user_user_perm_permission_id_0b93982e_fk_auth_perm` FOREIGN KEY (`permission_id`) REFERENCES `auth_permission` (`id`),
  CONSTRAINT `users_user_user_permissions_user_id_20aca447_fk_users_user_id` FOREIGN KEY (`user_id`) REFERENCES `users_user` (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=latin1;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `users_user_user_permissions`
--

LOCK TABLES `users_user_user_permissions` WRITE;
/*!40000 ALTER TABLE `users_user_user_permissions` DISABLE KEYS */;
/*!40000 ALTER TABLE `users_user_user_permissions` ENABLE KEYS */;
UNLOCK TABLES;
/*!40103 SET TIME_ZONE=@OLD_TIME_ZONE */;

/*!40101 SET SQL_MODE=@OLD_SQL_MODE */;
/*!40014 SET FOREIGN_KEY_CHECKS=@OLD_FOREIGN_KEY_CHECKS */;
/*!40014 SET UNIQUE_CHECKS=@OLD_UNIQUE_CHECKS */;
/*!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 */;
/*!40111 SET SQL_NOTES=@OLD_SQL_NOTES */;

-- Dump completed on 2026-04-29  9:36:02
