-- phpMyAdmin SQL Dump
-- version 5.2.2
-- https://www.phpmyadmin.net/
--
-- Host: localhost:3306
-- Generation Time: May 26, 2026 at 11:47 PM
-- Server version: 10.11.17-MariaDB
-- PHP Version: 8.4.21

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


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

--
-- Database: `diihm_jobApply`
--

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

--
-- Table structure for table `blog`
--

CREATE TABLE `blog` (
  `b_id` int(11) NOT NULL,
  `b_title` varchar(300) NOT NULL,
  `b_short_des` varchar(300) NOT NULL,
  `b_long_des` longtext NOT NULL,
  `b_seo_keyword` varchar(300) NOT NULL,
  `b_thumbnail` varchar(300) NOT NULL,
  `bup_date` varchar(300) NOT NULL,
  `bedit_date` varchar(300) NOT NULL,
  `b_count` int(11) NOT NULL,
  `b_recycle` int(11) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci;

--
-- Dumping data for table `blog`
--

INSERT INTO `blog` (`b_id`, `b_title`, `b_short_des`, `b_long_des`, `b_seo_keyword`, `b_thumbnail`, `bup_date`, `bedit_date`, `b_count`, `b_recycle`) VALUES
(1, 'The Journey of Pursuing a Bachelor of Hotel Management (BHM)', 'The hospitality industry, with its captivating blend of service, innovation, and cultural exchange, offers a myriad of opportunities for those with a passion for creating memorable experiences. At the heart of this vibrant sector lies the Bachelor of Hotel Management (BHM) program, a gateway to a wo', '<p><strong>Embarking on the BHM Odyssey:</strong> The journey of pursuing a Bachelor of Hotel Management begins with a sense of curiosity and a desire to immerse oneself in the intricacies of hospitality management. As students delve into the program, they are introduced to a diverse array of subjects, ranging from hospitality operations and food service management to revenue management and guest relations. Through a blend of theoretical knowledge and practical experience, students gain a comprehensive understanding of the industry&#39;s inner workings.</p>\r\n\r\n<p><strong>Exploring the World of Hospitality:</strong> One of the most compelling aspects of the BHM program is the opportunity for experiential learning. From internships at luxury hotels and resorts to hands-on culinary workshops and industry seminars, students are exposed to the dynamic realities of the hospitality sector. These immersive experiences not only sharpen their skills but also foster a deep appreciation for the art of hospitality and the importance of customer satisfaction.</p>\r\n\r\n<p><strong>Unleashing Creativity and Innovation:</strong> The hospitality industry thrives on innovation, and BHM students are encouraged to think outside the box and push the boundaries of creativity. Whether it&#39;s designing innovative menu concepts, conceptualizing themed events, or implementing sustainable practices, students are empowered to embrace innovation as a catalyst for growth and success in the ever-evolving world of hospitality.</p>\r\n\r\n<p><strong>Building a Global Network:</strong> In an increasingly interconnected world, BHM students have the opportunity to interact with individuals from diverse cultural backgrounds and forge connections that transcend borders. Through study tours, international exchange programs, and multicultural campus environments, students gain a global perspective and develop invaluable cross-cultural communication skills that are essential for success in today&#39;s globalized hospitality industry.</p>\r\n\r\n<p><strong>Embracing Career Opportunities:</strong> Armed with a Bachelor of Hotel Management degree, graduates are poised to embark on a diverse range of career paths. From hotel management and event planning to food and beverage management and tourism development, the possibilities are endless. With a strong foundation in hospitality management principles and a passion for excellence, BHM graduates are well-equipped to thrive in a variety of roles and make a meaningful impact in the industry.</p>\r\n\r\n<p><strong>Conclusion:</strong> The journey of pursuing a Bachelor of Hotel Management is not just about acquiring knowledge and skills; it&#39;s about unlocking a world of opportunities and embracing a lifelong passion for hospitality. With its blend of academic rigor, practical experience, and global perspective, the BHM program offers students the chance to embark on an enriching and fulfilling journey that transcends borders and transforms lives. So, whether you&#39;re drawn to the excitement of hotel management, the creativity of event planning, or the artistry of culinary arts, the BHM program is your passport to a world of endless possibilities in the vibrant world of hospitality.</p>\r\n', 'test, seo, key, word', '../upload/blog/663828336.jpg', '2024-04-06', '2024-04-08', 432, 1),
(2, 'Career Counciling', 'Shape Your Future With Best Hotel Management Institute in Kolkata: Be The Most-Skilled Professional', '<p>Ivan Institute is the Best Hotel Management Institute in Kolkata, the best provider of world-class education, training and placement services. We create our students as best skilled professionals of the industry.Ivan Institute is the Best Hotel Management Institute in Kolkata, the best provider of world-class education, training and placement services. We create our students as best skilled professionals of the industry.Ivan Institute is the Best Hotel Management Institute in Kolkata, the best provider of world-class education, training and placement services. We create our students as best skilled professionals of the industry.Ivan Institute is the Best Hotel Management Institute in Kolkata, the best provider of world-class education, training and placement services. We create our students as best skilled professionals of the industry.Ivan Institute is the Best Hotel Management Institute in Kolkata, the best provider of world-class education, training and placement services. We create our students as best skilled professionals of the industry.Ivan Institute is the Best Hotel Management Institute in Kolkata, the best provider of world-class education, training and placement services. We create our students as best skilled professionals of the industry.Ivan Institute is the Best Hotel Management Institute in Kolkata, the best provider of world-class education, training and placement services. We create our students as best skilled professionals of the industry.</p>\r\n\r\n<h3>Shape Your Future With Best Hotel Management Institute in Kolkata: Be The Most-Skilled Professional</h3>\r\n', 'Ivan Institute is the Best Hotel Management Institute in Kolkata, the best provider of world-class education, training and placement services. We create our students as best skilled professionals of the industry.', '', '2024-05-01', '2024-05-06', 0, 10);

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

--
-- Table structure for table `category`
--

CREATE TABLE `category` (
  `cid` int(11) NOT NULL,
  `catname` varchar(100) NOT NULL,
  `catby` int(11) NOT NULL,
  `cpositon` int(11) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci;

--
-- Dumping data for table `category`
--

INSERT INTO `category` (`cid`, `catname`, `catby`, `cpositon`) VALUES
(32, 'Hotel', 1, 0),
(33, 'Hospitality', 1, 0);

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

--
-- Table structure for table `city`
--

CREATE TABLE `city` (
  `id` int(11) NOT NULL,
  `stateId` varchar(225) NOT NULL,
  `distId` varchar(225) NOT NULL,
  `cityName` varchar(225) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci;

--
-- Dumping data for table `city`
--

INSERT INTO `city` (`id`, `stateId`, `distId`, `cityName`) VALUES
(5, '', '', 'Kolkata');

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

--
-- Table structure for table `contct`
--

CREATE TABLE `contct` (
  `sl` int(11) NOT NULL,
  `name` varchar(225) NOT NULL,
  `no` varchar(225) NOT NULL,
  `email` varchar(225) NOT NULL,
  `sub` varchar(225) NOT NULL,
  `msg` varchar(225) NOT NULL,
  `up_date` varchar(100) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci;

--
-- Dumping data for table `contct`
--

INSERT INTO `contct` (`sl`, `name`, `no`, `email`, `sub`, `msg`, `up_date`) VALUES
(1, 'Test', 'n/c', 'test@test.com', 'n/c', 'test', '27 February, 2024, 9:09 pm'),
(2, 'Sucharita Bhattacharya', '9830555985', 'bhsucharita4@gmail.com', 'Communicative English and Soft Skills ', 'I wish to apply for the post of a faculty member (on Part-time / Adjunct/visiting positions only) in Communicative English and Soft Skills Training for your institute.\r\n\r\nI have 18 years of teaching experience as a communicat', '17 April, 2024, 4:34 pm'),
(3, 'Debasish Santra', '9830344452', 'santradebasish012@gmail.com', 'Application for the post of hotel management faculty. ', 'Sir, \r\nMyself, Debasish Santra, an experienced hotel management faculty, from Barrackpore.  I can teach all four major subjects of hotel management.  \r\nIn near future, if you have any vacancy, in the above mentioned post, kin', '1 May, 2024, 4:29 pm'),
(4, 'Dhrub', '9163447763', 'dhanrajmaheswari@gmail.com', 'Diploma in hotel management ', 'Please call', '27 May, 2024, 4:12 pm');

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

--
-- Table structure for table `course`
--

CREATE TABLE `course` (
  `course_id` int(11) NOT NULL,
  `course_name` varchar(300) NOT NULL,
  `course_img` varchar(300) NOT NULL,
  `course_des` longtext NOT NULL,
  `course_created` varchar(300) NOT NULL,
  `course_recycle` varchar(300) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci;

--
-- Dumping data for table `course`
--

INSERT INTO `course` (`course_id`, `course_name`, `course_img`, `course_des`, `course_created`, `course_recycle`) VALUES
(4, 'Bachelor of Hotel Management (BHM)', '../upload/course/UY0I_20240408172401.jpg', '<p><strong>Bachelor of Hotel Management (BHM) at IVAN</strong></p>\r\n\r\n<p>The Bachelor of Hotel Management (BHM) program at IVAN College is designed to equip students with the knowledge and skills necessary for a successful career in the hospitality industry. With a comprehensive curriculum and hands-on training, this program prepares students for leadership roles in hotels, resorts, restaurants, and other hospitality establishments.</p>\r\n\r\n<p><strong>Program Overview:</strong></p>\r\n\r\n<ul>\r\n	<li>\r\n	<p><strong>Duration:</strong>&nbsp;The BHM program is a four-year undergraduate degree program.</p>\r\n	</li>\r\n	<li>\r\n	<p><strong>Curriculum:</strong>&nbsp;The curriculum covers a wide range of subjects including hospitality management, food and beverage management, accommodation operations, marketing, finance, human resource management, tourism management, and event management.</p>\r\n	</li>\r\n	<li>\r\n	<p><strong>Industry Exposure:</strong>&nbsp;IVAN College emphasizes practical learning experiences, offering students opportunities for internships, industry visits, and guest lectures by professionals in the hospitality sector. These experiences provide students with valuable insights into the workings of the industry and help them develop practical skills.</p>\r\n	</li>\r\n	<li>\r\n	<p><strong>Facilities:</strong>&nbsp;The college boasts state-of-the-art facilities including fully-equipped kitchens, mock hotel rooms, and computer labs with industry-standard software. These facilities allow students to gain hands-on experience and familiarize themselves with the tools and technologies used in the hospitality industry.</p>\r\n	</li>\r\n	<li>\r\n	<p><strong>International Perspective:</strong>&nbsp;In an increasingly globalized industry, IVAN College recognizes the importance of providing students with an international perspective. The program may include modules on international hospitality trends, cross-cultural communication, and global hospitality management practices.</p>\r\n	</li>\r\n</ul>\r\n\r\n<p><strong>Career Opportunities:</strong></p>\r\n\r\n<p>Graduates of the BHM program at IVAN College are well-prepared to pursue a variety of career opportunities in the hospitality industry. Some potential career paths include:</p>\r\n\r\n<ul>\r\n	<li>Hotel Manager</li>\r\n	<li>Restaurant Manager</li>\r\n	<li>Event Manager</li>\r\n	<li>Food and Beverage Director</li>\r\n	<li>Front Office Manager</li>\r\n	<li>Resort Manager</li>\r\n	<li>Tourism Officer</li>\r\n	<li>Cruise Ship Director</li>\r\n	<li>Hospitality Consultant</li>\r\n</ul>\r\n\r\n<p><strong>Admission Requirements:</strong></p>\r\n\r\n<p>Prospective students interested in the BHM program must meet the college&#39;s admission requirements, which may include a high school diploma or equivalent qualification, standardized test scores, letters of recommendation, and a personal statement.</p>\r\n', '2024-04-08 17:24:01', '1'),
(5, 'Diploma In Hotel Management', '../upload/course/sRkL_20240424183030.png', '<p>The curriculum for a one-year diploma in hotel management will typically cover a variety of topics, including:</p>\r\n\r\n<ul>\r\n	<li>Front office operations</li>\r\n	<li>Housekeeping management</li>\r\n	<li>Food and beverage service</li>\r\n	<li>Accounting</li>\r\n	<li>Marketing</li>\r\n	<li>Human resources</li>\r\n</ul>\r\n\r\n<p>Students will also have the opportunity to gain practical experience through internships or externships.</p>\r\n\r\n<p>If you are interested in pursuing a career in the hospitality industry, a diploma in hotel management can be a great way to get started.</p>\r\n', '2024-04-24 18:30:30', '1');

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

--
-- Table structure for table `employers`
--

CREATE TABLE `employers` (
  `emp_id` int(11) NOT NULL,
  `emp_name` varchar(300) NOT NULL,
  `emp_logo` varchar(300) NOT NULL,
  `emp_creatdate` varchar(300) NOT NULL,
  `emp_recycle` int(11) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci;

--
-- Dumping data for table `employers`
--

INSERT INTO `employers` (`emp_id`, `emp_name`, `emp_logo`, `emp_creatdate`, `emp_recycle`) VALUES
(1, 'Infosis', '../upload/employers/6630dc7a436dc_WhatsApp-Image-2021-06-23-at-10.28.41-AM.jpeg', '2024-04-30 16:18:31', 1),
(3, 'Test', '../upload/employers/6632076306c49_images (3).jpg', '2024-05-01 11:34:56', 5);

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

--
-- Table structure for table `interview_location_time`
--

CREATE TABLE `interview_location_time` (
  `id` int(11) NOT NULL,
  `job_post_id` varchar(255) DEFAULT NULL,
  `stateId` varchar(225) NOT NULL,
  `distId` varchar(225) NOT NULL,
  `cityId` varchar(225) NOT NULL,
  `interview_location` varchar(255) DEFAULT NULL,
  `interview_date` varchar(255) DEFAULT NULL,
  `interview_time` varchar(255) DEFAULT NULL,
  `up_by` varchar(225) NOT NULL,
  `up_date` varchar(225) NOT NULL,
  `edit_date` varchar(225) NOT NULL,
  `status` varchar(20) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci;

--
-- Dumping data for table `interview_location_time`
--

INSERT INTO `interview_location_time` (`id`, `job_post_id`, `stateId`, `distId`, `cityId`, `interview_location`, `interview_date`, `interview_time`, `up_by`, `up_date`, `edit_date`, `status`) VALUES
(1, '2', '1', '1', '3', 'Durgapur', '2023-12-22', '', '', '', '16 December, 2023, 5:25 pm', '1'),
(3, '3', '3', '3', '2', 'Runibari', '2023-12-19', '18:07,19:20', 'master_admin', '16 December, 2023, 3:55 pm', '16 December, 2023, 6:21 pm', '1'),
(4, '2', '3', '3', '2', 'NA', '2023-12-21', '', 'master_admin', '16 December, 2023, 5:25 pm', '', '1'),
(5, '5', '1', '1', '1', 'qawsedfg', '2023-12-19', '16:03', 'master_admin', '18 December, 2023, 3:03 pm', '', '1'),
(6, '6', '', '', '', 'This is office Address', '2023-12-22', '20:00', 'master_admin', '21 December, 2023, 7:53 pm', '', '1'),
(7, '7', '', '', '', 'sdfghjkl;\'\r\n', '2023-12-23', '19:56', 'master_admin', '21 December, 2023, 7:56 pm', '', '1'),
(8, '8', '', '', '4', 'aa2', '2023-12-23', '15:00', 'master_admin', '21 December, 2023, 7:58 pm', '21 December, 2023, 8:34 pm', '1'),
(9, '9', '', '', '5', 'Plot No.2, opposite City Centre, Bidhan Nagar, EC Block, Sector 1, Bidhannagar, Kolkata, West Bengal 700064', '2024-04-15', '10:00', 'master_admin', '8 April, 2024, 5:14 pm', '', '1'),
(10, '10', '', '', '5', 'Plot No.2, opposite City Centre, Bidhan Nagar, EC Block, Sector 1, Bidhannagar, Kolkata, West Bengal 700064', '2024-04-15', '10:00', 'master_admin', '8 April, 2024, 5:17 pm', '', '1'),
(11, '11', '', '', '5', 'Plot No.2, opposite City Centre, Bidhan Nagar, EC Block, Sector 1, Bidhannagar, Kolkata, West Bengal 700064', '2024-04-15', '09:30', 'master_admin', '8 April, 2024, 5:21 pm', '', '1');

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

--
-- Table structure for table `job_apply`
--

CREATE TABLE `job_apply` (
  `id` int(11) NOT NULL,
  `job_id` varchar(255) DEFAULT NULL,
  `applicant_id` varchar(255) DEFAULT NULL,
  `applicant_phone` varchar(255) DEFAULT NULL,
  `applicant_email` varchar(255) DEFAULT NULL,
  `applicant_whatsapp` varchar(255) DEFAULT NULL,
  `applydate` varchar(255) DEFAULT NULL,
  `interview_location` varchar(255) DEFAULT NULL,
  `interview_datetime` varchar(255) DEFAULT NULL,
  `payment_amount` varchar(255) DEFAULT NULL,
  `payment_transaction_id` varchar(255) DEFAULT NULL,
  `paymentDatetime` varchar(255) DEFAULT NULL,
  `paymentPeriod` enum('Pay Now','Pay Later') DEFAULT NULL,
  `paymentStatus` enum('pending','success','failed') DEFAULT NULL,
  `interview_status` varchar(225) NOT NULL,
  `remark` varchar(300) NOT NULL,
  `status` varchar(20) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci;

--
-- Dumping data for table `job_apply`
--

INSERT INTO `job_apply` (`id`, `job_id`, `applicant_id`, `applicant_phone`, `applicant_email`, `applicant_whatsapp`, `applydate`, `interview_location`, `interview_datetime`, `payment_amount`, `payment_transaction_id`, `paymentDatetime`, `paymentPeriod`, `paymentStatus`, `interview_status`, `remark`, `status`) VALUES
(16, '2', '271', '9735907380', 'k.d@gmail.com', '9735907380', '2023-12-19 15:06:37', 'Durgapur', '2023-12-22', ' 50', 'pay_NE9nRY1GhJRqTm', '2023-12-19 10:37:46', 'Pay Later', 'success', '0', '', '1'),
(18, '7', '266', '7894561235', 'sd@fg.com', '8855885588', '2023-12-22 18:25:03', '5', '', ' 50', NULL, NULL, 'Pay Now', 'pending', '0', '', '1'),
(19, '11', '276', '7319172060', 'abdulrahamank162@gmail.com', '7319172060', '2024-05-07 06:19:28', '5', '', ' 50', NULL, NULL, 'Pay Now', 'pending', '0', '', '1'),
(20, '9', '289', '8001482888', 'Daluisrikanta931@gmail.com', '8001482888', '2024-06-11 13:44:05', '5', '', ' 50', NULL, NULL, 'Pay Now', 'pending', '0', '', '1'),
(21, '11', '297', '9641651490', 'khatuaprasanta980@gmail.com', '9641651490', '2024-07-09 22:11:18', '5', '', ' 50', NULL, NULL, 'Pay Now', 'pending', '0', '', '1'),
(22, '9', '271', '9875580466', 'mdmohubulhoque@digix.in', '9732335542', '2025-09-11 12:30:50', '5', '', ' 50', NULL, NULL, 'Pay Now', 'pending', '0', '', '1');

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

--
-- Table structure for table `job_post`
--

CREATE TABLE `job_post` (
  `id` int(11) NOT NULL,
  `title` varchar(255) DEFAULT NULL,
  `job_cat` varchar(225) NOT NULL,
  `job_description` longtext DEFAULT NULL,
  `status` int(11) NOT NULL,
  `up_by` varchar(225) NOT NULL,
  `up_date` varchar(225) NOT NULL,
  `edit_date` varchar(225) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci;

--
-- Dumping data for table `job_post`
--

INSERT INTO `job_post` (`id`, `title`, `job_cat`, `job_description`, `status`, `up_by`, `up_date`, `edit_date`) VALUES
(9, 'BBA in Hospitality', 'Hospitality', 'As a Bachelor of Business Administration (BBA) in Hospitality graduate working as a Hospitality Management Associate at IVAN College, you will play a crucial role in supporting various aspects of hospitality management operations. Your responsibilities will involve assisting in the implementation of strategic initiatives and ensuring the efficient delivery of services to meet the needs of guests and stakeholders.\r\n\r\nKey Responsibilities:\r\n\r\nGuest Relations: Interact with guests to ensure a positive experience, address inquiries, and resolve any issues or concerns promptly and courteously. Operations Support: Assist in overseeing day-to-day operations of hospitality services, including front desk management, housekeeping coordination, and food and beverage service.\r\n\r\nMarketing and Promotion: Support marketing efforts by assisting in the development and implementation of promotional campaigns to attract guests and increase revenue.\r\n\r\nFinancial Management: Assist in monitoring expenses, budgeting, and financial reporting to ensure profitability and cost-efficiency in hospitality operations.\r\n\r\nEvent Coordination: Participate in planning and executing college events, such as conferences, seminars, and workshops, by coordinating logistics and providing on-site support.\r\n\r\nQuality Assurance: Ensure compliance with quality standards and regulations in hospitality services, including cleanliness, safety, and hygiene practices.\r\n\r\nTeam Leadership: Supervise and motivate staff to uphold service standards, foster teamwork, and promote a positive work culture.\r\n\r\nInventory Control: Monitor inventory levels for supplies, equipment, and amenities, and coordinate procurement activities to maintain adequate stock levels.\r\n\r\nData Analysis: Analyze guest feedback, operational metrics, and market trends to identify opportunities for improvement and inform decision-making processes.\r\n\r\nProfessional Development: Continuously enhance your knowledge and skills through training programs, workshops, and industry networking opportunities.\r\n\r\nRequirements:\r\n\r\nBachelor&#39;s degree in Business Administration with a focus on Hospitality Management (BBA in Hospitality) Excellent communication and interpersonal skills Strong organizational and problem-solving abilities Leadership qualities and ability to motivate and inspire teams Proficiency in MS Office suite and hospitality management software (preferred) Flexibility to work in a dynamic and fast-paced environment Passion for the hospitality industry and commitment to delivering exceptional guest experiences Benefits:\r\n\r\nOpportunity to gain hands-on experience in hospitality management Exposure to various facets of the hospitality industry, including operations, marketing, and finance Mentorship and guidance from seasoned professionals Competitive salary and benefits package Potential for career advancement within the hospitality sector Joining IVAN College as a Hospitality Management Associate offers you a unique opportunity to contribute to the success of our hospitality operations and develop valuable skills for a rewarding career in the industry. If you are enthusiastic about hospitality management and eager to make a positive impact, we invite you to apply and join our dynamic team.\r\n', 1, 'master_admin', '8 April, 2024, 5:14 pm', ''),
(11, 'Bachelor of Hotel Management (BHM)', 'Hospitality', 'As a Bachelor of Hotel Management (BHM) graduate working as a Hospitality Management Trainee at IVAN College, you will be responsible for assisting in various aspects of hospitality management under the guidance of experienced professionals. Your role will encompass a wide range of tasks aimed at developing your skills and knowledge in the hospitality industry. Key Responsibilities: Front Desk Operations: Assist in managing front desk operations, including guest check-in/check-out, reservations, and handling inquiries. Customer Service: Provide exceptional customer service to guests, addressing their needs and resolving any issues or complaints promptly and professionally. Housekeeping Coordination: Coordinate with the housekeeping staff to ensure cleanliness and maintenance standards are upheld throughout the college premises. Food and Beverage Service: Support food and beverage service operations, including assisting with meal preparation, serving, and ensuring quality standards are met. Event Management: Assist in organizing and executing college events, such as seminars, conferences, and workshops, by coordinating logistics and providing on-site support. Inventory Management: Assist in managing inventory levels for supplies, equipment, and amenities, ensuring adequate stock levels are maintained. Safety and Security: Uphold safety and security procedures to ensure the well-being of guests, staff, and college property at all times. Administrative Support: Provide administrative support to various departments as needed, including data entry, filing, and document preparation. Team Collaboration: Work collaboratively with colleagues and supervisors to achieve departmental goals and maintain a positive work environment. Professional Development: Continuously seek opportunities to enhance your skills and knowledge through training programs, workshops, and self-study. Requirements: Bachelor&#39;s degree in Hotel Management or related field (BHM) Strong communication and interpersonal skills Customer-focused with a passion for delivering exceptional service Ability to multitask and prioritize tasks effectively Attention to detail and problem-solving abilities Flexibility to work in shifts and adapt to changing work environments Proficiency in MS Office suite and hospitality management software (preferred) Benefits: Opportunity to gain hands-on experience in the hospitality industry Exposure to various aspects of hotel and event management Mentorship and guidance from experienced professionals Competitive compensation package Potential for career advancement within the hospitality sector Joining IVAN College as a Hospitality Management Trainee provides you with a valuable opportunity to kickstart your career in the dynamic and rewarding field of hospitality management. If you are passionate about delivering exceptional guest experiences and eager to learn and grow in a supportive environment, we encourage you to apply and become a part of our team.\r\n', 1, 'master_admin', '8 April, 2024, 5:21 pm', '');

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

--
-- Table structure for table `onlinepayment`
--

CREATE TABLE `onlinepayment` (
  `pID` int(11) NOT NULL,
  `name` varchar(300) NOT NULL,
  `email` varchar(300) NOT NULL,
  `phone` varchar(20) NOT NULL,
  `service` varchar(300) NOT NULL,
  `typeProduct` varchar(300) NOT NULL,
  `toValue` varchar(300) NOT NULL,
  `message` varchar(300) NOT NULL,
  `razorpayOrderId` varchar(300) NOT NULL,
  `razorpayPaymentId` varchar(300) NOT NULL,
  `paymentStatus` varchar(300) NOT NULL,
  `makerstamp` datetime NOT NULL,
  `updatestamp` datetime NOT NULL
) ENGINE=MyISAM DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci;

--
-- Dumping data for table `onlinepayment`
--

INSERT INTO `onlinepayment` (`pID`, `name`, `email`, `phone`, `service`, `typeProduct`, `toValue`, `message`, `razorpayOrderId`, `razorpayPaymentId`, `paymentStatus`, `makerstamp`, `updatestamp`) VALUES
(9, 'Soumen Dutta', 'sunny.soumen@gmail.com', '01231231235', 'service-charge', '', ' 50', 'Paid', 'order_MyseR8xgRz7DRG', '', 'PENDING', '2023-11-10 08:06:13', '2023-11-10 08:06:13'),
(10, 'Soumen Dutta', 'sunny.soumen@gmail.com', '7412589636', 'service-charge', '', ' 50', 'Paid', 'order_Mysfsga6AUiOiN', '', 'PENDING', '2023-11-10 08:07:35', '2023-11-10 08:07:35'),
(11, 'Soumen Dutta', 'sunny.soumen@gmail.com', '7412589636', 'serviceChargeForJobApplyId-4', '', ' 50', 'Paid', 'order_MyskdBm61Fv0V3', '', 'PENDING', '2023-11-10 08:12:05', '2023-11-10 08:12:05'),
(12, 'Soumen Dutta', 'sunny.soumen@gmail.com', '7412589636', 'serviceChargeForJobApplyId-4', '', ' 50', 'Paid', 'order_MysmUtsxkaA2gK', '', 'PENDING', '2023-11-10 08:13:51', '2023-11-10 08:13:51'),
(13, 'Soumen Dutta', 'sunny.soumen@gmail.com', '7412589636', 'serviceChargeForJobApplyId-4', '', ' 50', 'Paid', 'order_MysunmVB9qygAv', '', 'PENDING', '2023-11-10 08:21:42', '2023-11-10 08:21:42'),
(14, 'Soumen Dutta', 'sunny.soumen@gmail.com', '7412589636', 'serviceChargeForJobApplyId-4', '', ' 50', 'Paid', 'order_MysuorjIXeSXh3', '', 'PENDING', '2023-11-10 08:21:43', '2023-11-10 08:21:43'),
(15, 'Soumen Dutta', 'sunny.soumen@gmail.com', '7412589636', 'serviceChargeForJobApplyId-4', '', ' 50', 'Paid', 'order_MysuvLtKfWAJmR', 'pay_MysvgPdrVFsKMo', 'SUCCESS', '2023-11-10 08:21:49', '2023-11-10 08:22:48'),
(16, 'Soumen Dutta', 'sunny.soumen@gmail.com', '7412589636', 'serviceChargeForJobApplyId-4', '', ' 50', 'Paid', 'order_MyszRGHS25B69U', '', 'PENDING', '2023-11-10 08:26:06', '2023-11-10 08:26:06'),
(17, 'Soumen Dutta', 'sunny.soumen@gmail.com', '7412589636', 'serviceChargeForJobApplyId-4', '', ' 50', 'Paid', 'order_MyszSMgW1rtWIZ', '', 'PENDING', '2023-11-10 08:26:07', '2023-11-10 08:26:07'),
(18, 'Soumen Dutta', 'sunny.soumen@gmail.com', '7412589636', 'serviceChargeForJobApplyId-4', '', ' 50', 'Paid', 'order_MyszYvr9bN3APq', 'pay_Myt07xCp5gVCIC', 'SUCCESS', '2023-11-10 08:26:13', '2023-11-10 08:26:59'),
(19, 'Soumen Dutta', 'sunny.soumen@gmail.com', '7412589636', 'serviceChargeForJobApplyId-4', '', ' 50', 'Paid', 'order_Myt1gOTIgkZhzE', '', 'PENDING', '2023-11-10 08:28:13', '2023-11-10 08:28:13'),
(20, 'Soumen Dutta', 'sunny.soumen@gmail.com', '7412589636', 'serviceChargeForJobApplyId-4', '', ' 50', 'Paid', 'order_Myt1hPQJhCy8L9', '', 'PENDING', '2023-11-10 08:28:14', '2023-11-10 08:28:14'),
(21, 'Soumen Dutta', 'sunny.soumen@gmail.com', '7412589636', 'serviceChargeForJobApplyId-4', '', ' 50', 'Paid', 'order_Myt4Jq48NkIrtJ', '', 'PENDING', '2023-11-10 08:30:43', '2023-11-10 08:30:43'),
(22, 'Soumen Dutta', 'sunny.soumen@gmail.com', '7412589636', 'serviceChargeForJobApplyId-4', '', ' 50', 'Paid', 'order_MytIoFGJ8du8AV', 'pay_MytJ9eGbk5VnOG', 'SUCCESS', '2023-11-10 08:44:26', '2023-11-10 08:45:02'),
(23, 'Soumen Dutta', 'sunny.soumen@gmail.com', '8653589652', 'serviceChargeForJobApplyId-3', '', ' 50', 'Paid', 'order_MytT5L2KyCOsdz', '', 'PENDING', '2023-11-10 08:54:09', '2023-11-10 08:54:09'),
(24, 'Soumen Dutta', 'rockingfever.rocki@gmail.com', '08522588525', 'serviceChargeForJobApplyId-6', '', ' 50', 'Paid', 'order_N01qJu8RwYEWRH', '', 'PENDING', '2023-11-13 04:44:43', '2023-11-13 04:44:43'),
(25, 'Soumen Dutta', 'rockingfever.rocki@gmail.com', '08522588525', 'serviceChargeForJobApplyId-6', '', ' 50', 'Paid', 'order_N01qcR5YK4Mosi', 'pay_N01rHVCFmJRCNj', 'SUCCESS', '2023-11-13 04:45:00', '2023-11-13 04:45:53'),
(26, 'Soumen Dutta', 'rockingfever.rocki@gmail.com', '08522588525', 'serviceChargeForJobApplyId-8', '', ' 50', 'Paid', 'order_N1U6PcHB3XNWNn', '', 'PENDING', '2023-11-17 09:02:22', '2023-11-17 09:02:22'),
(27, 'Soumen Dutta', 'rockingfever.rocki@gmail.com', '08522588525', 'serviceChargeForJobApplyId-8', '', ' 50', 'Paid', 'order_NCW4hJXYeiUY6U', '', 'PENDING', '2023-12-15 06:07:09', '2023-12-15 06:07:09'),
(28, 'Soumen Dutta', 'kalloldeysarkar1996@gmail.com', '+919735907380', 'serviceChargeForJobApplyId-9', '', ' 50', 'Paid', 'order_NCWQSkB3TYErOz', '', 'PENDING', '2023-12-15 06:27:45', '2023-12-15 06:27:45'),
(29, 'Soumen Dutta', 'kalloldeysarkar1996@gmail.com', '+919735907380', 'serviceChargeForJobApplyId-10', '', ' 50', 'Paid', 'order_NCbFfhV9gdENp7', '', 'PENDING', '2023-12-15 12:10:59', '2023-12-15 12:10:59'),
(30, 'Soumen Dutta', 'kalloldeysarkar1996@gmail.com', '+919735907380', 'serviceChargeForJobApplyId-10', '', ' 50', 'Paid', 'order_NCbJE84eT0gjfE', '', 'PENDING', '2023-12-15 12:14:21', '2023-12-15 12:14:21'),
(31, 'Soumen Dutta', 'kalloldeysarkar1996@gmail.com', '+919735907380', 'serviceChargeForJobApplyId-10', '', ' 50', 'Paid', 'order_NCbJIh2CCWiqOk', '', 'PENDING', '2023-12-15 12:14:25', '2023-12-15 12:14:25'),
(32, 'Soumen Dutta', 'kalloldeysarkar1996@gmail.com', '+919735907380', 'serviceChargeForJobApplyId-10', '', ' 50', 'Paid', 'order_NCcQS6j3kXuWvK', '', 'PENDING', '2023-12-15 01:19:52', '2023-12-15 01:19:52'),
(33, 'Soumen Dutta', 'kalloldeysarkar1996@gmail.com', '+919735907380', 'serviceChargeForJobApplyId-12', '', ' 50', 'Paid', 'order_NCcrUkREn50Usi', '', 'PENDING', '2023-12-15 01:45:28', '2023-12-15 01:45:28'),
(34, 'Soumen Dutta', 'kalloldeysarkar1996@gmail.com', '+919735907380', 'serviceChargeForJobApplyId-12', '', ' 50', 'Paid', 'order_NCdPIvLXHgFQPE', '', 'PENDING', '2023-12-15 02:17:29', '2023-12-15 02:17:29'),
(35, 'Soumen Dutta', 'kalloldeysarkar1996@gmail.com', '+919735907380', 'serviceChargeForJobApplyId-12', '', ' 50', 'Paid', 'order_NCdTQdspuZ8OUp', '', 'PENDING', '2023-12-15 02:21:23', '2023-12-15 02:21:23'),
(36, 'Soumen Dutta', 'kalloldeysarkar1996@gmail.com', '+919735907380', 'serviceChargeForJobApplyId-12', '', ' 50', 'Paid', 'order_NCdV1kNJMsuo2a', 'pay_NCdWrcAM5LWkcv', 'SUCCESS', '2023-12-15 02:22:54', '2023-12-15 02:25:18'),
(37, 'Soumen Dutta', 'kalloldeysarkar1996@gmail.com', '+919735907380', 'serviceChargeForJobApplyId-10', '', ' 50', 'Paid', 'order_NCdYatVi2QX6bj', 'pay_NCdZ3CspSGp4C8', 'SUCCESS', '2023-12-15 02:26:16', '2023-12-15 02:26:58'),
(38, 'Soumen Dutta', '', '', 'serviceChargeForJobApplyId-5', '', ' 50', 'Paid', 'order_NCdaBOIwu3biil', '', 'PENDING', '2023-12-15 02:27:47', '2023-12-15 02:27:47'),
(39, 'Soumen Dutta', '', '', 'serviceChargeForJobApplyId-5', '', ' 50', 'Paid', 'order_NCtNWzjeQcgHHl', '', 'PENDING', '2023-12-16 05:54:50', '2023-12-16 05:54:50'),
(40, 'Soumen Dutta', 'rockingfever.rocki@gmail.com', '08522588525', 'serviceChargeForJobApplyId-8', '', ' 50', 'Paid', 'order_NCu4mHiqLoG1de', '', 'PENDING', '2023-12-16 06:35:49', '2023-12-16 06:35:49'),
(41, 'Soumen Dutta', 'rockingfever.rocki@gmail.com', '08522588525', 'serviceChargeForJobApplyId-8', '', ' 50', 'Paid', 'order_NCu7grQMU4KMAH', '', 'PENDING', '2023-12-16 06:38:35', '2023-12-16 06:38:35'),
(42, 'Soumen Dutta', 'rockingfever.rocki@gmail.com', '08522588525', 'serviceChargeForJobApplyId-8', '', ' 50', 'Paid', 'order_NCuFPuYfHJE7p5', '', 'PENDING', '2023-12-16 06:45:54', '2023-12-16 06:45:54'),
(43, 'Soumen Dutta', 'rockingfever.rocki@gmail.com', '08522588525', 'serviceChargeForJobApplyId-8', '', ' 50', 'Paid', 'order_NCuLQF3kDYDhwq', '', 'PENDING', '2023-12-16 06:51:33', '2023-12-16 06:51:33'),
(44, 'Soumen Dutta', 'rockingfever.rocki@gmail.com', '08522588525', 'serviceChargeForJobApplyId-8', '', ' 50', 'Paid', 'order_NCudvBufmQBuHM', '', 'PENDING', '2023-12-16 07:09:05', '2023-12-16 07:09:05'),
(45, 'Soumen Dutta', 'kalloldeysarkar1996@gmail.com', '+919735907380', 'serviceChargeForJobApplyId-9', '', ' 50', 'Paid', 'order_NDVnXvR58VTPuk', '', 'PENDING', '2023-12-17 07:29:49', '2023-12-17 07:29:49'),
(46, 'Soumen Dutta', 'kalloldeysarkar1996@gmail.com', '+919735907380', 'serviceChargeForJobApplyId-9', '', ' 50', 'Paid', 'order_NDiIKlurJk6Yyr', '', 'PENDING', '2023-12-18 07:43:17', '2023-12-18 07:43:17'),
(47, 'Kallol', 'k.d@gmail.com', '9735907380', 'serviceChargeForJobApplyId-13', '', ' 50', 'Paid', 'order_NDlFyrPdvZ0Eiq', '', 'PENDING', '2023-12-18 10:37:08', '2023-12-18 10:37:08'),
(48, 'Kallol', '', '', 'serviceChargeForJobApplyId-15', '', ' 50', 'Paid', 'order_NE6GJPNmo5wy1Z', 'pay_NE6GsL6efGOR0n', 'SUCCESS', '2023-12-19 07:09:59', '2023-12-19 07:10:48'),
(49, 'Kallol', 'k.d@gmail.com', '9735907380', 'serviceChargeForJobApplyId-16', '', ' 50', 'Paid', 'order_NE9muFcq90jw4w', 'pay_NE9nRY1GhJRqTm', 'SUCCESS', '2023-12-19 10:36:54', '2023-12-19 10:37:46'),
(50, 'Kallol', 'k.d@gmail.com', '9735907380', 'serviceChargeForJobApplyId-14', '', ' 50', 'Paid', 'order_NE9sCd4kT9rB22', 'pay_NE9sXbG1yXK1Ic', 'SUCCESS', '2023-12-19 10:41:56', '2023-12-19 10:42:41'),
(51, 'Soumen Dutta', '', '', 'serviceChargeForJobApplyId-17', '', ' 50', 'Paid', 'order_NFOijcN4nG7Qgz', '', 'PENDING', '2023-12-22 12:52:31', '2023-12-22 12:52:31'),
(52, 'Soumen Dutta', 'sd@fg.com', '7894561235', 'serviceChargeForJobApplyId-18', '', ' 50', 'Paid', 'order_NFOlQ83mPo0aHH', '', 'PENDING', '2023-12-22 12:55:03', '2023-12-22 12:55:03'),
(53, 'Kallol', 'mdmohubulhoque@digix.in', '9875580466', 'serviceChargeForJobApplyId-22', '', ' 50', 'Paid', 'order_RGCk28Z2B20Ol0', '', 'PENDING', '2025-09-11 07:00:51', '2025-09-11 07:00:51'),
(54, 'Kallol', 'mdmohubulhoque@digix.in', '9875580466', 'serviceChargeForJobApplyId-22', '', ' 50', 'Paid', 'order_RGCt0yjzKMIo8d', '', 'PENDING', '2025-09-11 07:09:22', '2025-09-11 07:09:22');

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

--
-- Table structure for table `resume`
--

CREATE TABLE `resume` (
  `id` int(11) NOT NULL,
  `uid` varchar(255) DEFAULT NULL,
  `name` varchar(255) DEFAULT NULL,
  `photo` varchar(255) DEFAULT NULL,
  `mobile` varchar(255) DEFAULT NULL,
  `mail` varchar(255) DEFAULT NULL,
  `city` varchar(255) DEFAULT NULL,
  `dist` varchar(255) DEFAULT NULL,
  `state` varchar(255) DEFAULT NULL,
  `pin` varchar(255) DEFAULT NULL,
  `fathers_name` varchar(255) DEFAULT NULL,
  `mothers_name` varchar(255) DEFAULT NULL,
  `gender` varchar(255) DEFAULT NULL,
  `dob` varchar(255) DEFAULT NULL,
  `profile_summary` longtext DEFAULT NULL,
  `education_qualification` longtext DEFAULT NULL,
  `extra_qualification` longtext DEFAULT NULL,
  `work_experience` longtext DEFAULT NULL,
  `curricular_activities` longtext DEFAULT NULL,
  `skill` longtext DEFAULT NULL,
  `declaration` longtext DEFAULT NULL,
  `status` varchar(20) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci;

--
-- Dumping data for table `resume`
--

INSERT INTO `resume` (`id`, `uid`, `name`, `photo`, `mobile`, `mail`, `city`, `dist`, `state`, `pin`, `fathers_name`, `mothers_name`, `gender`, `dob`, `profile_summary`, `education_qualification`, `extra_qualification`, `work_experience`, `curricular_activities`, `skill`, `declaration`, `status`) VALUES
(1, '266', 'Soumen Dutta', '../upload/resumeDP/1697661774.png', '8637804132', 'sd@gd.com', 'rnpur', 'Purulia', 'wb', '723133', 'Tpd', 'Cd', 'Male', '1992-11-19', '   Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.   ', 'a:2:{i:1;a:4:{s:10:\"degreeName\";s:8:\"Class 10\";s:9:\"boardName\";s:6:\"WBSEdu\";s:11:\"passingYear\";s:4:\"2008\";s:16:\"percentageResult\";s:2:\"70\";}i:2;a:4:{s:10:\"degreeName\";s:8:\"Class 12\";s:9:\"boardName\";s:5:\"WBHSE\";s:11:\"passingYear\";s:4:\"2010\";s:16:\"percentageResult\";s:2:\"75\";}}', 'a:3:{i:1;a:2:{s:4:\"name\";s:16:\"Computer Diploma\";s:8:\"duration\";s:7:\"6 Month\";}i:2;a:2:{s:4:\"name\";s:0:\"\";s:8:\"duration\";s:0:\"\";}i:3;a:2:{s:4:\"name\";s:0:\"\";s:8:\"duration\";s:0:\"\";}}', 'a:2:{i:1;a:5:{s:16:\"organizationName\";s:6:\"Digix \";s:15:\"workingLocation\";s:7:\"Barasat\";s:11:\"designation\";s:13:\"Php Developer\";s:12:\"workDuration\";s:6:\"1 Year\";s:11:\"workProfile\";s:232:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. \";}i:2;a:5:{s:16:\"organizationName\";s:8:\"Encoders\";s:15:\"workingLocation\";s:7:\"Kolkata\";s:11:\"designation\";s:16:\"Sr Php Developer\";s:12:\"workDuration\";s:6:\"2 Year\";s:11:\"workProfile\";s:212:\"Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum\";}}', 'a:4:{i:1;s:12:\"Lesson Music\";i:2;s:12:\"Watch Movies\";i:3;s:0:\"\";i:4;s:0:\"\";}', 'a:6:{i:1;s:3:\"Php\";i:2;s:3:\"SQL\";i:3;s:10:\"ANGULAR Js\";i:4;s:7:\"Web Dev\";i:5;s:0:\"\";i:6;s:0:\"\";}', 'Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.', '1'),
(2, '270', 'Mohubul', '../upload/resumeDP/1699948413.jpg', '8513805935', 'mdmohubul@gmail.com', 'kolkata', 'Kolkata', 'WEST BENGAL', '742134', 'SAHAD ALI', 'KHATIJA BIBI', 'Male', NULL, 'My Profile', 'a:1:{i:1;a:4:{s:10:\"degreeName\";s:2:\"10\";s:9:\"boardName\";s:4:\"wbut\";s:11:\"passingYear\";s:4:\"2016\";s:16:\"percentageResult\";s:2:\"A+\";}}', 'a:3:{i:1;a:2:{s:4:\"name\";s:0:\"\";s:8:\"duration\";s:0:\"\";}i:2;a:2:{s:4:\"name\";s:0:\"\";s:8:\"duration\";s:0:\"\";}i:3;a:2:{s:4:\"name\";s:0:\"\";s:8:\"duration\";s:0:\"\";}}', 'a:1:{i:1;a:5:{s:16:\"organizationName\";s:6:\"DIGI X\";s:15:\"workingLocation\";s:7:\"KOLKATA\";s:11:\"designation\";s:3:\"CEO\";s:12:\"workDuration\";s:6:\"5 YEAR\";s:11:\"workProfile\";s:12:\"WORK PROFILE\";}}', 'a:4:{i:1;s:6:\"MOVIES\";i:2;s:0:\"\";i:3;s:0:\"\";i:4;s:0:\"\";}', 'a:6:{i:1;s:2:\"LL\";i:2;s:0:\"\";i:3;s:0:\"\";i:4;s:0:\"\";i:5;s:0:\"\";i:6;s:0:\"\";}', '', '1'),
(3, '271', 'asdfgh', '', 'aSX', 'AS', 'ASD', 'SD', 'AS', 'AS', 'AS', 'ASD', 'Male', NULL, 'AS', 'a:1:{i:1;a:4:{s:10:\"degreeName\";s:3:\"ASD\";s:9:\"boardName\";s:3:\"ASD\";s:11:\"passingYear\";s:2:\"AS\";s:16:\"percentageResult\";s:2:\"as\";}}', 'a:3:{i:1;a:2:{s:4:\"name\";s:1:\"a\";s:8:\"duration\";s:1:\"a\";}i:2;a:2:{s:4:\"name\";s:1:\"s\";s:8:\"duration\";s:1:\"a\";}i:3;a:2:{s:4:\"name\";s:1:\"a\";s:8:\"duration\";s:2:\"aa\";}}', 'a:1:{i:1;a:5:{s:16:\"organizationName\";s:1:\"a\";s:15:\"workingLocation\";s:1:\"a\";s:11:\"designation\";s:1:\"a\";s:12:\"workDuration\";s:1:\"a\";s:11:\"workProfile\";s:1:\"a\";}}', 'a:4:{i:1;s:1:\"a\";i:2;s:1:\"a\";i:3;s:1:\"a\";i:4;s:1:\"a\";}', 'a:6:{i:1;s:1:\"a\";i:2;s:1:\"a\";i:3;s:1:\"a\";i:4;s:1:\"a\";i:5;s:1:\"a\";i:6;s:1:\"a\";}', 'asx', '');

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

--
-- Table structure for table `slider`
--

CREATE TABLE `slider` (
  `s_id` int(11) NOT NULL,
  `s_cat` varchar(300) NOT NULL,
  `s_img` varchar(300) NOT NULL,
  `s_video` varchar(300) NOT NULL,
  `s_creatdate` varchar(300) NOT NULL,
  `s_recycle` int(11) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci;

--
-- Dumping data for table `slider`
--

INSERT INTO `slider` (`s_id`, `s_cat`, `s_img`, `s_video`, `s_creatdate`, `s_recycle`) VALUES
(7, 'image', '../upload/slider/Hotel_Management_Career.jpg', '', 'May 1, 2024 7:21 pm', 1),
(9, 'image', '../upload/slider/Top 10 hotel management colleges in kolkata.png', '', 'May 5, 2024 3:40 pm', 1);

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

--
-- Table structure for table `success_story`
--

CREATE TABLE `success_story` (
  `ss_id` int(11) NOT NULL,
  `ss_title` varchar(300) NOT NULL,
  `ss_des` longtext NOT NULL,
  `ss_cat` varchar(300) NOT NULL,
  `ss_img` varchar(300) NOT NULL,
  `ss_video` varchar(300) NOT NULL,
  `ss_creatdate` varchar(300) NOT NULL,
  `ss_recycle` int(11) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci;

--
-- Dumping data for table `success_story`
--

INSERT INTO `success_story` (`ss_id`, `ss_title`, `ss_des`, `ss_cat`, `ss_img`, `ss_video`, `ss_creatdate`, `ss_recycle`) VALUES
(3, 'Top Hotel Management Institute', 'Established in 2024, IIHM - Ivan Institute of Hotel Management is your springboard to a fulfilling career in the thriving hospitality industry. We offer intensive short-term courses designed to equip you with the essential skills and knowledge to excel in this fast-paced environment.\r\n', 'video', '', 'https://www.youtube.com/watch?v=fRmqXItAqvg', 'May 5, 2024 3:37 pm', 1);

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

--
-- Table structure for table `trainingplacement`
--

CREATE TABLE `trainingplacement` (
  `tp_id` int(11) NOT NULL,
  `tp_name` varchar(300) NOT NULL,
  `tp_img` varchar(300) NOT NULL,
  `tp_des` longtext NOT NULL,
  `tp_des_two` longtext NOT NULL,
  `tp_created` varchar(300) NOT NULL,
  `tp_recycle` int(11) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci;

--
-- Dumping data for table `trainingplacement`
--

INSERT INTO `trainingplacement` (`tp_id`, `tp_name`, `tp_img`, `tp_des`, `tp_des_two`, `tp_created`, `tp_recycle`) VALUES
(3, 'Bachelor of Hotel Management (BHM)', '../upload/tp/hItD_20240408173006.jpg', '<p><strong>Training and Placement Opportunities for Bachelor of Hotel Management (BHM) Students at IVAN College</strong></p>\r\n\r\n<p>At IVAN College, we recognize the importance of providing comprehensive training and robust placement opportunities for our Bachelor of Hotel Management (BHM) students. Our commitment to excellence extends beyond the classroom, ensuring that our students are well-prepared to excel in the competitive hospitality industry.</p>\r\n', '<p><strong>1. Practical Training:</strong> BHM students at IVAN College undergo rigorous practical training to develop essential skills and competencies required in the hospitality sector. Our state-of-the-art facilities, including fully-equipped kitchens, mock hotel rooms, and simulation labs, provide students with hands-on experience in various aspects of hotel management, culinary arts, food and beverage service, front office operations, and more.</p>\r\n\r\n<p><strong>2. Industry Internships:</strong> We facilitate industry internships for our BHM students, allowing them to gain valuable real-world experience in leading hotels, resorts, restaurants, and hospitality organizations. These internships provide students with the opportunity to apply their academic knowledge in a professional setting, network with industry professionals, and gain insights into industry trends and practices.</p>\r\n\r\n<p><strong>3. Career Counseling and Guidance:</strong> Our dedicated career counseling team provides personalized guidance and support to BHM students, helping them identify their career goals, explore job opportunities, and develop job search strategies. From resume writing workshops to mock interviews and career fairs, we equip students with the tools and resources they need to succeed in the job market.</p>\r\n\r\n<p><strong>4. Industry Partnerships:</strong> IVAN College has established strong partnerships with leading hospitality industry partners, including hotels, resorts, restaurant chains, and tourism organizations. These partnerships provide our BHM students with access to exclusive job openings, networking events, guest lectures, and mentorship opportunities, enhancing their career prospects and industry connections.</p>\r\n\r\n<p><strong>5. Alumni Network:</strong> Our extensive alumni network consists of successful BHM graduates who have gone on to pursue rewarding careers in the hospitality industry. As part of the IVAN College community, BHM students benefit from valuable alumni connections, professional mentorship, and networking opportunities, further enhancing their career advancement prospects.</p>\r\n\r\n<p><strong>6. Placement Assistance:</strong> IVAN College offers comprehensive placement assistance to BHM students, connecting them with top employers in the hospitality sector and facilitating job placements upon graduation. Our placement team works closely with students to match their skills and interests with suitable job opportunities, ensuring a seamless transition from academia to the workforce.</p>\r\n\r\n<p>At IVAN College, we are committed to empowering our BHM students with the knowledge, skills, and experiences they need to succeed in the dynamic and rapidly evolving hospitality industry. Through practical training, industry internships, career counseling, industry partnerships, alumni support, and placement assistance, we prepare our students to embark on successful and fulfilling careers in hotel management and related fields.</p>\r\n', '2024-04-08 17:30:06', 1);

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

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

CREATE TABLE `users` (
  `uid` int(11) NOT NULL,
  `uref` varchar(50) DEFAULT NULL,
  `uref_code` varchar(255) DEFAULT NULL,
  `utype` varchar(20) DEFAULT NULL,
  `uname` varchar(100) DEFAULT NULL,
  `uemail` varchar(255) DEFAULT NULL,
  `uphone` varchar(15) DEFAULT NULL,
  `upass` varchar(25) DEFAULT NULL,
  `admin_status_id` varchar(255) DEFAULT NULL,
  `admin_admanager_id` varchar(255) DEFAULT NULL,
  `admin_supervisor_id` varchar(255) DEFAULT NULL,
  `theme` varchar(100) DEFAULT NULL,
  `uothcontact` varchar(15) DEFAULT NULL,
  `utwitter` varchar(200) DEFAULT NULL,
  `uinsta` varchar(200) DEFAULT NULL,
  `uyoutube` varchar(200) DEFAULT NULL,
  `linkdin` varchar(200) DEFAULT NULL,
  `uabout` longtext DEFAULT NULL,
  `aboutpic` varchar(300) DEFAULT NULL,
  `othabout` longtext DEFAULT NULL,
  `uvission` longtext DEFAULT NULL,
  `ucareers` longtext DEFAULT NULL,
  `memberby` int(11) DEFAULT NULL,
  `utypeorg` varchar(40) DEFAULT NULL,
  `uwhatsapp` varchar(40) DEFAULT NULL,
  `umail` varchar(40) DEFAULT NULL,
  `uweburl` varchar(40) DEFAULT NULL,
  `ufburl` varchar(100) DEFAULT NULL,
  `ulogo` varchar(100) DEFAULT NULL,
  `uagreement` varchar(100) NOT NULL,
  `uaddress1` varchar(100) NOT NULL,
  `uaddress2` varchar(100) NOT NULL,
  `state` varchar(255) DEFAULT NULL,
  `dist` varchar(255) DEFAULT NULL,
  `city` varchar(255) DEFAULT NULL,
  `pin` varchar(255) DEFAULT NULL,
  `catType` varchar(255) DEFAULT NULL,
  `subCatType` varchar(255) DEFAULT NULL,
  `umap` longtext NOT NULL,
  `admin_url` varchar(200) NOT NULL,
  `ftitle` varchar(500) NOT NULL,
  `fdis` longtext NOT NULL,
  `othtitle` varchar(500) NOT NULL,
  `othdis` longtext NOT NULL,
  `admin_ref` varchar(255) DEFAULT NULL,
  `upload_ref_code` varchar(255) NOT NULL,
  `reg_approved` varchar(255) NOT NULL,
  `st_lastRemarkDate` varchar(255) DEFAULT NULL,
  `last_followup_date` varchar(255) DEFAULT NULL,
  `last_followup_time` varchar(255) DEFAULT NULL,
  `udisplay` varchar(255) NOT NULL DEFAULT 'enable',
  `ucreated` varchar(40) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci;

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

INSERT INTO `users` (`uid`, `uref`, `uref_code`, `utype`, `uname`, `uemail`, `uphone`, `upass`, `admin_status_id`, `admin_admanager_id`, `admin_supervisor_id`, `theme`, `uothcontact`, `utwitter`, `uinsta`, `uyoutube`, `linkdin`, `uabout`, `aboutpic`, `othabout`, `uvission`, `ucareers`, `memberby`, `utypeorg`, `uwhatsapp`, `umail`, `uweburl`, `ufburl`, `ulogo`, `uagreement`, `uaddress1`, `uaddress2`, `state`, `dist`, `city`, `pin`, `catType`, `subCatType`, `umap`, `admin_url`, `ftitle`, `fdis`, `othtitle`, `othdis`, `admin_ref`, `upload_ref_code`, `reg_approved`, `st_lastRemarkDate`, `last_followup_date`, `last_followup_time`, `udisplay`, `ucreated`) VALUES
(1, 'fssdf4543frts', 'MA1111', 'master_admin', '', NULL, '1111', '1111', NULL, NULL, NULL, '', '', 'x.com', 'instragram.com', 'youtube.com', 'linkedin.com', '', '', '', '', '', 0, '', '8100116066', 'contact@ivanihm.com', '', 'facebook.com', '', '', '48, Roy Mallick Colony, Kundubagan, Arjan Garh, Dum Dum, Kolkata, West Bengal 700030', '', NULL, NULL, NULL, NULL, NULL, NULL, '', '', 'IVAN College: Nurturing Hospitality Leaders', 'IVAN College stands as a beacon of excellence in the realm of hotel management education. With a mission to cultivate the next generation of hospitality leaders, IVAN offers a dynamic learning environment where theory meets practice and innovation thrives.\r\nAt IVAN, we believe in providing a holistic education that goes beyond textbooks and classrooms. Our comprehensive curriculum covers a spectrum of subjects, including hospitality management, culinary arts, event planning, and tourism, ensuring that students receive a well-rounded education that prepares them for diverse career opportunities in the hospitality industry.\r\nHands-on learning is at the heart of our approach. Our state-of-the-art facilities, including fully-equipped kitchens, mock hotel rooms, and simulation labs, provide students with immersive practical experiences that mirror real-world hospitality settings. Through internships, industry collaborations, and experiential learning opportunities, students hone their skills and gain invaluable industry insights.', 'Industry Integration:', 'IVAN College maintains strong ties with leading hospitality establishments, enabling students to engage with industry professionals, participate in industry events, and access exclusive internship and job opportunities. Our faculty members, many of whom are seasoned professionals in the field, bring industry expertise into the classroom, enriching the learning experience and bridging the gap between academia and industry.\r\nWe are committed to empowering our students to achieve their career aspirations. Our career development services offer personalized guidance, resume workshops, mock interviews, and networking opportunities to help students navigate their career paths with confidence. Our alumni network, comprising successful hospitality professionals, serves as a valuable resource for mentorship, networking, and career advancement.\r\nAt IVAN College, we foster a vibrant and inclusive community where diversity is celebrated, and creativity flourishes. Our students come from diverse backgrounds and cultures, enriching the learning experience with their unique perspectives and talents. Through extracurricular activities, cultural events, and community service initiatives, students forge lifelong friendships and develop leadership skills that extend beyond the classroom.', NULL, '', '', NULL, NULL, NULL, '', 'Sep 21, 2019 12:17 pm'),
(266, 'SO0021_182060', 'SO0021', 'basic_lvl_admin', 'Soumen Dutta', 'sunny.soumen@gmail.com', '4444', '4444', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', '', '', NULL, 'Purulia', 'raghunathpur', '723133', NULL, NULL, '', '', '', '', '', '', NULL, '', '', NULL, NULL, NULL, 'enable', '2023-10-02'),
(267, 'AS1246_1431894510', 'AS1246', 'basic_lvl_admin', 'Asok Kumar', 'ak@ak.com', '5555', '5555', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', '', '', NULL, 'Purulia', 'Raghunathpur, tantipara', '723133', NULL, NULL, '', '', '', '', '', '', NULL, '', '', NULL, NULL, NULL, 'enable', '2023-10-02'),
(268, 'AR1485_1503894762', 'AR1485', 'basic_lvl_admin', 'Arun Roy', 'ar@ar.com', '7896596585', '123', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', '', '', NULL, 'Purulia', 'Raghunathpur, tantipara', '1236985', NULL, NULL, '', '', '', '', '', '', NULL, '', '', NULL, NULL, NULL, 'enable', '2023-10-02'),
(269, 'AJ4654_1937959449', 'AJ4654', 'basic_lvl_admin', 'Ajay Saha', 'as@gm.com', '7414258963', '5566', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', '', '', NULL, 'Purulia', 'rnpur', '723133', NULL, NULL, '', '', '', '', '', '', NULL, '', '', NULL, NULL, NULL, 'enable', '2023-11-13'),
(270, 'MO1320_1214916338', 'MO1320', 'basic_lvl_admin', 'Mohubul', 'mdmohubulhoque@gmail.com', '8513805935', '8513805935', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', '', '', NULL, 'kolkata', 'kolkta', '700124', NULL, NULL, '', '', '', '', '', '', NULL, '', '', NULL, NULL, NULL, 'enable', '2023-11-14'),
(271, 'KA2432_1198964202', 'KA2432', 'basic_lvl_admin', 'Kallol', 'K.d@gmail.com', '9735907380', '1111', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', '', '', NULL, 'Coochbehar', 'Nishiganj', '736157', NULL, NULL, '', '', '', '', '', '', NULL, '', '', NULL, NULL, NULL, 'enable', '2023-12-18'),
(272, 'CK2119_1627144640', 'CK2119', 'basic_lvl_admin', 'ckp', 'si.nclai.rt.h.om.a.s.19.6@gmail.com', '86877915172', 'Xfd53o5e%sX', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', '', '', NULL, '', '', 'xcp', NULL, NULL, '', '', '', '', '', '', NULL, '', '', NULL, NULL, NULL, 'enable', '2024-02-01'),
(273, 'AL5517_1121580545', 'AL5517', 'basic_lvl_admin', 'Alek chand sk ', 'alek.chand119@gmail.com', '8967228689', 'Alek@1234', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', '', '', NULL, 'Nadia', 'Plassey ', '741150', NULL, NULL, '', '', '', '', '', '', NULL, '', '', NULL, NULL, NULL, 'enable', '2024-04-27'),
(274, 'BI4614_1392825206', 'BI4614', 'basic_lvl_admin', 'Biplab Shil', 'biplabshil047@gmail.com', '9004957239', 'Gita90876@', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', '', '', NULL, 'Dakshin Dinajpur', 'Balurghat', '733132', NULL, NULL, '', '', '', '', '', '', NULL, '', '', NULL, NULL, NULL, 'enable', '2024-05-03'),
(275, 'AR5857_1321837915', 'AR5857', 'basic_lvl_admin', 'Arif Mirza ', 'mirjaarif1@gmail.com', '9635439550', '713422', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', '', '', NULL, 'Purba Bardhaman ', 'Bardhaman ', '713143', NULL, NULL, '', '', '', '', '', '', NULL, '', '', NULL, NULL, NULL, 'enable', '2024-05-06'),
(276, 'AB3619_1867888714', 'AB3619', 'basic_lvl_admin', 'Abdul Rahman Khan ', 'abdulrahamank162@gmail.com', '7319172060', 'Raj200', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', '', '', NULL, 'East medinipure ', 'Gotpota panskura', '721139', NULL, NULL, '', '', '', '', '', '', NULL, '', '', NULL, NULL, NULL, 'enable', '2024-05-07'),
(277, 'NF2913_1933829411', 'NF2913', 'basic_lvl_admin', 'Nfejdekofhofjwdoe jirekdwjfreohogjkerwkrj rekwlrkfekjgoperrkfoek ojeopkfwkferjgiejfwk okfepjfgrihgoi', 'vadimnea66+159a@list.ru', '83442714214', '9s8tUl%bv4G', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', '', '', NULL, 'Nfejdekofhofjwdoe jirekdwjfreohogjkerwkrj rekwlrkfekjgoperrkfoek ojeopkfwkferjgiejfwk okfepjfgrihgoiejfklegjroi jeiokferfekfrjgiorjofeko jeoighirhgioejfoekforjgijriogjeo foefojeigjrigklej jkrjfkrejgkrhglrlrk #hostname', 'Nfejdekofhofjwdoe jirekdwjfreohogjkerwkrj rekwlrkfekjgoperrkfoek ojeopkfwkferjgiejfwk okfepjfgrihgoiejfklegjroi jeiokferfekfrjgiorjofeko jeoighirhgioejfoekforjgijriogjeo foefojeigjrigklej jkrjfkrejgkrhglrlrk ivanihm.com', 'Nfejdekofhofjwdoe jirekdwjfreohogjkerwkrj rekwlrkfekjgoperrkfoek ojeopkfwkferjgiejfwk okfepjfgrihgoiejfklegjroi jeiokferfekfrjgiorjofeko jeoighirhgioejfoekforjgijriogjeo foefojeigjrigklej jkrjfkrejgkrhglrlrk #hostname', NULL, NULL, '', '', '', '', '', '', NULL, '', '', NULL, NULL, NULL, 'enable', '2024-05-08'),
(278, 'BI0692_1706162012', 'BI0692', 'basic_lvl_admin', 'Bikram Maira ', 'raj025757@gmail.com', '9836416063', 'Vikraxm9836416063', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', '', '', NULL, 'Kolkata ', 'Kolkata ', '700107', NULL, NULL, '', '', '', '', '', '', NULL, '', '', NULL, NULL, NULL, 'enable', '2024-05-08'),
(279, 'SO4070_1431878112', 'SO4070', 'basic_lvl_admin', 'Soham De', 'sohamde55@gmail.com', '8420999025', '1Mou2gau#', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', '', '', NULL, 'Kolkata ', 'Kolkata ', '700097', NULL, NULL, '', '', '', '', '', '', NULL, '', '', NULL, NULL, NULL, 'enable', '2024-05-10'),
(280, 'NF3856_1808673092', 'NF3856', 'basic_lvl_admin', 'Nfejdekofhofjwdoe jirekdwjfreohogjkerwkrj rekwlrkfekjgoperrkfoek ojeopkfwkferjgiejfwk okfepjfgrihgoi', 'vadimnea66+439s@list.ru', '81655833781', '9s8tUl%bv4G', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', '', '', NULL, 'Nfejdekofhofjwdoe jirekdwjfreohogjkerwkrj rekwlrkfekjgoperrkfoek ojeopkfwkferjgiejfwk okfepjfgrihgoiejfklegjroi jeiokferfekfrjgiorjofeko jeoighirhgioejfoekforjgijriogjeo foefojeigjrigklej jkrjfkrejgkrhglrlrk #hostname', 'Nfejdekofhofjwdoe jirekdwjfreohogjkerwkrj rekwlrkfekjgoperrkfoek ojeopkfwkferjgiejfwk okfepjfgrihgoiejfklegjroi jeiokferfekfrjgiorjofeko jeoighirhgioejfoekforjgijriogjeo foefojeigjrigklej jkrjfkrejgkrhglrlrk decentjobs.in', 'Nfejdekofhofjwdoe jirekdwjfreohogjkerwkrj rekwlrkfekjgoperrkfoek ojeopkfwkferjgiejfwk okfepjfgrihgoiejfklegjroi jeiokferfekfrjgiorjofeko jeoighirhgioejfoekforjgijriogjeo foefojeigjrigklej jkrjfkrejgkrhglrlrk #hostname', NULL, NULL, '', '', '', '', '', '', NULL, '', '', NULL, NULL, NULL, 'enable', '2024-05-17'),
(281, 'DH3617_1106168058', 'DH3617', 'basic_lvl_admin', 'Dhrub maheswari ', 'dhanrajmaheswari@gmail.com', '9163447763', 'sunny12e', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', '', '', NULL, 'Midnapore ', 'Station road Mitra compound opposite bajrang canteen near Apollo pharmacy', '721101', NULL, NULL, '', '', '', '', '', '', NULL, '', '', NULL, NULL, NULL, 'enable', '2024-05-27'),
(282, 'MO5234_1826979101', 'MO5234', 'basic_lvl_admin', 'Mostakim Sardar ', 'mostakimsardar2000@gmail.com', '9083552627', 'Mostak@1805', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', '', '', NULL, 'South 24 Parganas ', 'VILL- SANDESHKHALI, P.O- GOLABARI, P.S - CANNING, DIST-SOUTH 24 PARGANAS, West Bengal, Pin -743329.', '743329', NULL, NULL, '', '', '', '', '', '', NULL, '', '', NULL, NULL, NULL, 'enable', '2024-05-27'),
(283, 'AM5696_1002109808', 'AM5696', 'basic_lvl_admin', 'Amir khusru', 'amirkhus9@gmail.com', '9330052851', 'Amir1989!', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', '', '', NULL, 'West Bengal', 'Kolkata', '700032', NULL, NULL, '', '', '', '', '', '', NULL, '', '', NULL, NULL, NULL, 'enable', '2024-05-29'),
(284, 'MI1583_1069641731', 'MI1583', 'basic_lvl_admin', 'Miraj Mallick ', 'mallickmotors09@gmail.com', '8391016919', 'Miraj2001!', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', '', '', NULL, 'Hooghly ', 'Kolkata ', '712401', NULL, NULL, '', '', '', '', '', '', NULL, '', '', NULL, NULL, NULL, 'enable', '2024-05-30'),
(285, 'SU1965_1785936809', 'SU1965', 'basic_lvl_admin', 'Sujay samanta', 'sujayfeuture@gmail.com', '8101843367', '8101843367sujaybhai', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', '', '', NULL, 'Howrah ', 'Deoly ', '711301', NULL, NULL, '', '', '', '', '', '', NULL, '', '', NULL, NULL, NULL, 'enable', '2024-06-01'),
(286, 'SA0220_1472434641', 'SA0220', 'basic_lvl_admin', 'Sanju hazra ', 'sanjuhazra413@gmail.com', '6294644741', '354022', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', '', '', NULL, 'South 24 parganas ', 'Diamond harbour ', '743375', NULL, NULL, '', '', '', '', '', '', NULL, '', '', NULL, NULL, NULL, 'enable', '2024-06-05'),
(287, 'HO4990_1912711299', 'HO4990', 'basic_lvl_admin', 'Homeswar chowdhury ', 'homeswarchowdhury95@gmail.vom', '8918586445', '9232587840', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', '', '', NULL, 'Uttar dinajpur ', 'Netajipolly nutan para islampur uttar dinajpur word number 15 near community hall', '733202', NULL, NULL, '', '', '', '', '', '', NULL, '', '', NULL, NULL, NULL, 'enable', '2024-06-10'),
(288, 'RA5080_1561879272', 'RA5080', 'basic_lvl_admin', 'Rakesh kundu', 'rakeshkundurk2005@gmail.com', '9339653604', 'RAKESH@2005', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', '', '', NULL, 'Bankura', 'Jhantipahari, Bankura', '722137', NULL, NULL, '', '', '', '', '', '', NULL, '', '', NULL, NULL, NULL, 'enable', '2024-06-10'),
(289, 'SR1932_1076001163', 'SR1932', 'basic_lvl_admin', 'Srikanta dalui ', 'daluisrikanta931@gmail.com', '8001482888', 'dalui@1996', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', '', '', NULL, 'Murshidabad', 'Kolkata', '742159', NULL, NULL, '', '', '', '', '', '', NULL, '', '', NULL, NULL, NULL, 'enable', '2024-06-11'),
(290, 'DI3315_1212520893', 'DI3315', 'basic_lvl_admin', 'Dipankar Roy ', 'royd00800@gamil.com', '8637579504', '12345678', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', '', '', NULL, 'Kaliyaganj', 'Hamid pur', '733129', NULL, NULL, '', '', '', '', '', '', NULL, '', '', NULL, NULL, NULL, 'enable', '2024-06-11'),
(291, 'UT0917_1198847080', 'UT0917', 'basic_lvl_admin', 'Utsab Ghosh', 'utsab6817@gmail.com', '08910878311', 'vk18msd7', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', '', '', NULL, 'South 24 paraganas', 'Shirin Road', '700152', NULL, NULL, '', '', '', '', '', '', NULL, '', '', NULL, NULL, NULL, 'enable', '2024-06-14'),
(292, 'SO4436_1209637994', 'SO4436', 'basic_lvl_admin', 'SOUMADIP ADIKARI', 'adikarisoumadip3@gmail.com', '8348503557', 'Mistu@1234', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', '', '', NULL, 'HOOGHLY ', 'ARAMBAGH ', '721232', NULL, NULL, '', '', '', '', '', '', NULL, '', '', NULL, NULL, NULL, 'enable', '2024-07-01'),
(293, 'BI3116_1597251330', 'BI3116', 'basic_lvl_admin', 'Bikram Barman ', 'bikrambarmam@21gmail.com', '8250285273', 'Bikram@123', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', '', '', NULL, 'Coochbehar ', 'Coochbehae west bengal ', '736167', NULL, NULL, '', '', '', '', '', '', NULL, '', '', NULL, NULL, NULL, 'enable', '2024-07-01'),
(294, 'JI4010_1912267465', 'JI4010', 'basic_lvl_admin', 'Jit ranjan das ', 'jitd37962@gmail.com', '7601988962', '0987654321', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', '', '', NULL, 'Malda', 'Boroi', '732140', NULL, NULL, '', '', '', '', '', '', NULL, '', '', NULL, NULL, NULL, 'enable', '2024-07-06'),
(295, 'TA1498_1938277796', 'TA1498', 'basic_lvl_admin', 'Tapas kumar manik', 'maniktapas91@gmail.com', '8967456336', '896745', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', '', '', NULL, 'Daspur', 'Vill Raghunath pur po Dharam pur pin 721211 West Medinipur West Bengal', '721211', NULL, NULL, '', '', '', '', '', '', NULL, '', '', NULL, NULL, NULL, 'enable', '2024-07-09'),
(296, 'SH3084_1537684228', 'SH3084', 'basic_lvl_admin', 'Shantanu Majumder', 'shantanumajumder66@gmail.com', '7074159010', '163775', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', '', '', NULL, 'South 24 parganas ', 'Basanti', '743312', NULL, NULL, '', '', '', '', '', '', NULL, '', '', NULL, NULL, NULL, 'enable', '2024-07-09'),
(297, 'PR0314_1413886157', 'PR0314', 'basic_lvl_admin', 'Prasanta Khatua', 'khatuaprasanta980@gmail.com', '9641651490', 'Prasanta@980', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', '', '', NULL, 'Salajpur', 'KHATUA BHABAN', '721451', NULL, NULL, '', '', '', '', '', '', NULL, '', '', NULL, NULL, NULL, 'enable', '2024-07-09'),
(298, 'SA0719_1019604121', 'SA0719', 'basic_lvl_admin', 'SahaAlam Rahaman Mondal ', 'alomalomdvr5@gmail.com', '8250312512', '727259', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', '', '', NULL, 'Bankura ', 'West Bengal ', '722141', NULL, NULL, '', '', '', '', '', '', NULL, '', '', NULL, NULL, NULL, 'enable', '2024-07-09'),
(299, 'HA0320_1239629958', 'HA0320', 'basic_lvl_admin', 'Habil Mondal', 'habilmondal698@gmail.com', '8372080263', 'Habil@123', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', '', '', NULL, 'Paschim Medinipur', 'Chandu chandokana Road', '721127', NULL, NULL, '', '', '', '', '', '', NULL, '', '', NULL, NULL, NULL, 'enable', '2024-07-10'),
(300, 'MD1314_1424983050', 'MD1314', 'basic_lvl_admin', 'MD NURSALIM SK ', 'tusarsk99@gmail.com', '7719287402', 'N742134', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', '', '', NULL, 'Murshidabad ', 'Beldanga ', '742134', NULL, NULL, '', '', '', '', '', '', NULL, '', '', NULL, NULL, NULL, 'enable', '2024-07-12'),
(301, 'SU3212_1413167735', 'SU3212', 'basic_lvl_admin', 'Sumit majumder ', 'sumitmajumdar99.sm@gmail.com', '7679222972', 'ilovegame2', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', '', '', NULL, 'Nadia', 'Haringhata ', '741249', NULL, NULL, '', '', '', '', '', '', NULL, '', '', NULL, NULL, NULL, 'enable', '2024-07-18'),
(302, 'SK2630_1096222276', 'SK2630', 'basic_lvl_admin', 'Sk Hafiz Alam ', 'skhafizalam7@gmail.com', '8902264680', 'Hafiz80', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', '', '', NULL, 'Paschim Medinipur ', 'Duan Jhreswar sing road', '721160', NULL, NULL, '', '', '', '', '', '', NULL, '', '', NULL, NULL, NULL, 'enable', '2024-07-24'),
(303, 'SU1914_1248146126', 'SU1914', 'basic_lvl_admin', 'Subrata Biswas ', 'sb1720195@gmail.com', '9064734740', '123654', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', '', '', NULL, 'Nadia', 'Santipur ', '741404', NULL, NULL, '', '', '', '', '', '', NULL, '', '', NULL, NULL, NULL, 'enable', '2024-07-26'),
(304, 'BR1358_1414946912', 'BR1358', 'basic_lvl_admin', 'Brayanifi', 'krepp@duck.com', '85718685915', '2QhJaqd56#oN', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', '', '', NULL, '', 'Saabrucken', 'Brayaneas', NULL, NULL, '', '', '', '', '', '', NULL, '', '', NULL, NULL, NULL, 'enable', '2024-08-06'),
(305, 'BR4911_1734875903', 'BR4911', 'basic_lvl_admin', 'Brayansut', 'j.ur.y.ozer.@gmail.com', '83655482428', '2QhJaqd56#oN', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', '', '', NULL, '', 'Delmenhorst', 'Brayanyfe', NULL, NULL, '', '', '', '', '', '', NULL, '', '', NULL, NULL, NULL, 'enable', '2024-08-23'),
(306, 'BR1679_1407634577', 'BR1679', 'basic_lvl_admin', 'Brayankbn', 'ju.r.yoz.er@gmail.com', '82844654888', '2QhJaqd56#oN', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', '', '', NULL, '', 'Timmendorfer-Strand', 'Brayankpv', NULL, NULL, '', '', '', '', '', '', NULL, '', '', NULL, NULL, NULL, 'enable', '2024-08-31'),
(307, 'NF3617_1909689602', 'NF3617', 'basic_lvl_admin', 'Nfejdekofhofjwdoe jirekdwjfreohogjkerwkrj rekwlrkfekjgoperrkfoek ojeopkfwkferjgiejfwk okfepjfgrihgoi', 'yasen.krasen.13+72578@mail.ru', '84984222957', '9s8tUl%bv4G', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', '', '', NULL, 'Nfejdekofhofjwdoe jirekdwjfreohogjkerwkrj rekwlrkfekjgoperrkfoek ojeopkfwkferjgiejfwk okfepjfgrihgoiejfklegjroi jeiokferfekfrjgiorjofeko jeoighirhgioejfoekforjgijriogjeo foefojeigjrigklej jkrjfkrejgkrhglrlrk #hostname', 'Nfejdekofhofjwdoe jirekdwjfreohogjkerwkrj rekwlrkfekjgoperrkfoek ojeopkfwkferjgiejfwk okfepjfgrihgoiejfklegjroi jeiokferfekfrjgiorjofeko jeoighirhgioejfoekforjgijriogjeo foefojeigjrigklej jkrjfkrejgkrhglrlrk decentjobs.in', 'Nfejdekofhofjwdoe jirekdwjfreohogjkerwkrj rekwlrkfekjgoperrkfoek ojeopkfwkferjgiejfwk okfepjfgrihgoiejfklegjroi jeiokferfekfrjgiorjofeko jeoighirhgioejfoekforjgijriogjeo foefojeigjrigklej jkrjfkrejgkrhglrlrk #hostname', NULL, NULL, '', '', '', '', '', '', NULL, '', '', NULL, NULL, NULL, 'enable', '2024-11-19'),
(308, 'LO5640_1707344298', 'LO5640', 'basic_lvl_admin', 'Look nice to ***000 decentjobs.in mv', 'faerisarvoodoorn@gmail.com', '85881187817', 'M0zRmyoqZL14', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', '', '', NULL, '', '', 'Look nice to ***000 decentjobs.in W0', NULL, NULL, '', '', '', '', '', '', NULL, '', '', NULL, NULL, NULL, 'enable', '2024-12-17'),
(309, 'LO1014_1848040879', 'LO1014', 'basic_lvl_admin', 'Look nice to ***000 decentjobs.in Af', 'faerisarvoodoorn@gmail.com', '85691764755', 'TKzaTXeOj11Z', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', '', '', NULL, '', '', 'Look nice to ***000 decentjobs.in Kz', NULL, NULL, '', '', '', '', '', '', NULL, '', '', NULL, NULL, NULL, 'enable', '2024-12-18'),
(310, 'LO4911_1145393619', 'LO4911', 'basic_lvl_admin', 'Look nice to ***000 decentjobs.in QG', 'faerisarvoodoorn@gmail.com', '85179157489', 'uSlezCrAgZ1B', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', '', '', NULL, '', '', 'Look nice to ***000 decentjobs.in xJ', NULL, NULL, '', '', '', '', '', '', NULL, '', '', NULL, NULL, NULL, 'enable', '2024-12-21'),
(311, 'LO5829_1005497742', 'LO5829', 'basic_lvl_admin', 'Look nice to ***000 decentjobs.in DY', 'faerisarvoodoorn@gmail.com', '82857685571', 'hRkwc4rAfb1S', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', '', '', NULL, '', '', 'Look nice to ***000 decentjobs.in jU', NULL, NULL, '', '', '', '', '', '', NULL, '', '', NULL, NULL, NULL, 'enable', '2024-12-24'),
(312, 'EL1390_1501552743', 'EL1390', 'basic_lvl_admin', 'Elifiju', 'call@triol.site', '89596324551', 'sib2Er&Y2n3Z', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', '', '', NULL, '', 'Elvas', 'Josephdqyt', NULL, NULL, '', '', '', '', '', '', NULL, '', '', NULL, NULL, NULL, 'enable', '2025-01-21'),
(313, 'GA5213_1946753441', 'GA5213', 'basic_lvl_admin', 'GarryKeerm', 'alllinks.3001@gmail.com ', '83939622239', 'ejQ4#dYu63nY', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', '', '', NULL, '', 'Shekhupura', 'GarryKeerm', NULL, NULL, '', '', '', '', '', '', NULL, '', '', NULL, NULL, NULL, 'enable', '2025-02-21'),
(314, 'EL5717_1337259615', 'EL5717', 'basic_lvl_admin', 'Elijahpaipt', 'different@prostpro.fun', '82454532429', 'Za7jxo$fW52A', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', '', '', NULL, '', '', 'Danielpaipt', NULL, NULL, '', '', '', '', '', '', NULL, '', '', NULL, NULL, NULL, 'enable', '2025-03-21'),
(315, 'OP1767_1036190792', 'OP1767', 'basic_lvl_admin', 'Opdwodowkdwiidwok djwkqdwqofhjqwlsqj jfkmclasdkjfjewlfjkwkdjoiqw fnedkwdkowfwhi jiowjiowhfiwkj rohri', 'nomin.momin+399u3@mail.ru', '82539263246', '89$jyXjx7uB', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', '', '', NULL, 'Opdwodowkdwiidwok djwkqdwqofhjqwlsqj jfkmclasdkjfjewlfjkwkdjoiqw fnedkwdkowfwhi jiowjiowhfiwkj rohriowjropwjrofwjrijeiwo #hostname', 'Opdwodowkdwiidwok djwkqdwqofhjqwlsqj jfkmclasdkjfjewlfjkwkdjoiqw fnedkwdkowfwhi jiowjiowhfiwkj rohriowjropwjrofwjrijeiwo decentjobs.in', 'Opdwodowkdwiidwok djwkqdwqofhjqwlsqj jfkmclasdkjfjewlfjkwkdjoiqw fnedkwdkowfwhi jiowjiowhfiwkj rohriowjropwjrofwjrijeiwo #hostname', NULL, NULL, '', '', '', '', '', '', NULL, '', '', NULL, NULL, NULL, 'enable', '2025-03-28'),
(316, 'VI1713_1938952502', 'VI1713', 'basic_lvl_admin', 'VincentSmath', 'tog@bubuk.site', '82584996539', 'osoEii88S$5B', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', '', '', NULL, '', 'Drezden', 'VincentSmath', NULL, NULL, '', '', '', '', '', '', NULL, '', '', NULL, NULL, NULL, 'enable', '2025-04-17'),
(317, 'LE0916_1859446941', 'LE0916', 'basic_lvl_admin', 'Leopaipt', 'to@bubuk.site', '86492917218', 'Za7jxo$fW52A', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', '', '', NULL, '', '', 'Jacobpaipt', NULL, NULL, '', '', '', '', '', '', NULL, '', '', NULL, NULL, NULL, 'enable', '2025-05-14'),
(318, 'LO1956_1550236638', 'LO1956', 'basic_lvl_admin', 'Look here please decentjobs.in  https://suprr.cc/ac Look here please', 'secondm@suprr.cc', '84195221244', '1w1scA&v1uT', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', '', '', NULL, '', 'Duverge', 'Look here please decentjobs.in  https://suprr.cc/ac Look here please', NULL, NULL, '', '', '', '', '', '', NULL, '', '', NULL, NULL, NULL, 'enable', '2025-09-05');

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

--
-- Table structure for table `video`
--

CREATE TABLE `video` (
  `v_id` int(11) NOT NULL,
  `v_title` varchar(300) NOT NULL,
  `v_video` varchar(300) NOT NULL,
  `v_url` varchar(300) NOT NULL,
  `v_creatdate` varchar(300) NOT NULL,
  `v_recycle` int(11) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci;

--
-- Dumping data for table `video`
--

INSERT INTO `video` (`v_id`, `v_title`, `v_video`, `v_url`, `v_creatdate`, `v_recycle`) VALUES
(2, 'Top hotel Management Training institute in Kolkata', '../upload/video/Top-hotel-Management-Training-institute-in-Kolkata.mp4', 'upload/video/Top-hotel-Management-Training-institute-in-Kolkata.mp4', '2024-05-05 15:33:29', 1);

--
-- Indexes for dumped tables
--

--
-- Indexes for table `blog`
--
ALTER TABLE `blog`
  ADD PRIMARY KEY (`b_id`);

--
-- Indexes for table `category`
--
ALTER TABLE `category`
  ADD PRIMARY KEY (`cid`);

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

--
-- Indexes for table `contct`
--
ALTER TABLE `contct`
  ADD PRIMARY KEY (`sl`);

--
-- Indexes for table `course`
--
ALTER TABLE `course`
  ADD PRIMARY KEY (`course_id`);

--
-- Indexes for table `employers`
--
ALTER TABLE `employers`
  ADD PRIMARY KEY (`emp_id`);

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

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

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

--
-- Indexes for table `onlinepayment`
--
ALTER TABLE `onlinepayment`
  ADD PRIMARY KEY (`pID`);

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

--
-- Indexes for table `slider`
--
ALTER TABLE `slider`
  ADD PRIMARY KEY (`s_id`);

--
-- Indexes for table `success_story`
--
ALTER TABLE `success_story`
  ADD PRIMARY KEY (`ss_id`);

--
-- Indexes for table `trainingplacement`
--
ALTER TABLE `trainingplacement`
  ADD PRIMARY KEY (`tp_id`);

--
-- Indexes for table `users`
--
ALTER TABLE `users`
  ADD PRIMARY KEY (`uid`);

--
-- Indexes for table `video`
--
ALTER TABLE `video`
  ADD PRIMARY KEY (`v_id`);

--
-- AUTO_INCREMENT for dumped tables
--

--
-- AUTO_INCREMENT for table `blog`
--
ALTER TABLE `blog`
  MODIFY `b_id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=3;

--
-- AUTO_INCREMENT for table `category`
--
ALTER TABLE `category`
  MODIFY `cid` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=34;

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

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

--
-- AUTO_INCREMENT for table `course`
--
ALTER TABLE `course`
  MODIFY `course_id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=6;

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

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

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

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

--
-- AUTO_INCREMENT for table `onlinepayment`
--
ALTER TABLE `onlinepayment`
  MODIFY `pID` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=55;

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

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

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

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

--
-- AUTO_INCREMENT for table `users`
--
ALTER TABLE `users`
  MODIFY `uid` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=319;

--
-- AUTO_INCREMENT for table `video`
--
ALTER TABLE `video`
  MODIFY `v_id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=3;
COMMIT;

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