-- phpMyAdmin SQL Dump
-- version 4.9.7
-- https://www.phpmyadmin.net/
--
-- Host: localhost:3306
-- Generation Time: Sep 28, 2021 at 04:54 AM
-- Server version: 5.7.23-23
-- PHP Version: 7.3.28

SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";
SET AUTOCOMMIT = 0;
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: `virasite_pentathlonindia`
--

-- --------------------------------------------------------

--
-- Table structure for table `albums`
--

CREATE TABLE `albums` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `event_name` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT 'text',
  `album_name` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT 'text',
  `coverImage` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT 'text',
  `timestamp` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT 'text',
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Dumping data for table `albums`
--

INSERT INTO `albums` (`id`, `event_name`, `album_name`, `coverImage`, `timestamp`, `created_at`, `updated_at`) VALUES
(3, 'event 1', 'album 1', 'http://www.demo.pentathlonindia.com/album_coverImage/1632569545.jpg', '2021-09-22T17:02', '2021-09-25 11:32:25', '2021-09-25 11:32:25');

-- --------------------------------------------------------

--
-- Table structure for table `anti_dopings`
--

CREATE TABLE `anti_dopings` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `description` longtext COLLATE utf8mb4_unicode_ci,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Dumping data for table `anti_dopings`
--

INSERT INTO `anti_dopings` (`id`, `description`, `created_at`, `updated_at`) VALUES
(1, '<p><strong>dqdwqdww</strong></p>', NULL, '2021-09-15 04:29:47');

-- --------------------------------------------------------

--
-- Table structure for table `members`
--

CREATE TABLE `members` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `type` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `logo` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `name` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `presidentName` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `presidentDescription` longtext COLLATE utf8mb4_unicode_ci,
  `presidentEmail` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `presidentPhoto` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `secretaryName` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `secretaryDescription` longtext COLLATE utf8mb4_unicode_ci,
  `secretaryEmail` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `secretaryPhoto` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `description` longtext COLLATE utf8mb4_unicode_ci,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Dumping data for table `members`
--

INSERT INTO `members` (`id`, `type`, `logo`, `name`, `presidentName`, `presidentDescription`, `presidentEmail`, `presidentPhoto`, `secretaryName`, `secretaryDescription`, `secretaryEmail`, `secretaryPhoto`, `description`, `created_at`, `updated_at`) VALUES
(3, 'district_members', 'http://127.0.0.1:8000/district_members_logo/1631954583.png', 'dqwqdwq', 'dqwwdqdqw', '<p>wdqwdqwdqdwq</p>', 'qwd@wwfq.com', 'http://127.0.0.1:8000/district_members_presidentPhoto/1631954583.png', 'dqwdwqwqdwqwqd', '<p>qdwwqdwdqdwqwdq</p>', 'dqwdqwd@gmail.com', 'http://127.0.0.1:8000/district_members_secretaryPhoto/1631954583.png', '<p>wdqwqdwqdqwdqw</p>', '2021-09-18 03:13:03', '2021-09-18 03:13:03'),
(5, 'other_members', 'http://127.0.0.1:8000/other_members_logo/1631960316.png', 'Danish Chowdhry', 'dwqdwqdwqdwq', '<p>qwdwdqqwqwdwqwdqwqd</p>', 'dwqwqdw@gmail.com', 'http://127.0.0.1:8000/other_members_presidentPhoto/1631960316.png', 'wdqwd', '<p>qsdqwdwqwqddwqwqd</p>', 'wqdqwdwdq@gmail.com', 'http://127.0.0.1:8000/other_members_secretaryPhoto/1631960316.png', '<p>qwdqwdwqwqdwqwdq</p>', '2021-09-18 04:48:36', '2021-09-18 04:48:36'),
(6, 'national_members', 'http://www.demo.pentathlonindia.com/state_members_logo/1632566895.jpg', 'MODERN PENTATHLON MAHARASHTRA', 'BIPIN SURYAWANSHI', '<p>I AM PRSIDENT</p>\r\n\r\n<p>&nbsp;</p>', 'MAHAPRE@GMAIL.COM', 'http://www.demo.pentathlonindia.com/state_members_presidentPhoto/1632566895.jpg', 'VITTHAL', '<p>SECRETARY DESCRIPTION</p>', 'MAHASEC@GMAIL.COM', 'http://www.demo.pentathlonindia.com/state_members_secretaryPhoto/1632566895.jpeg', '<p>MODERN MAHARASTHTRA DESCRIPTION</p>', '2021-09-25 10:48:15', '2021-09-25 10:48:15');

-- --------------------------------------------------------

--
-- Table structure for table `awards`
--

CREATE TABLE `awards` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `name` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT 'text',
  `title` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT 'text',
  `date` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT 'text',
  `description` longtext COLLATE utf8mb4_unicode_ci,
  `coverImage` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT 'text',
  `coverImage1` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT 'text',
  `coverImage2` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT 'text',
  `coverImage3` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT 'text',
  `intro` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT 'text',
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Dumping data for table `awards`
--

INSERT INTO `awards` (`id`, `name`, `title`, `date`, `description`, `coverImage`, `coverImage1`, `coverImage2`, `coverImage3`, `intro`, `created_at`, `updated_at`) VALUES
(1, 'Danish Chowdhry', 'dwqdqwqdwqdw', '2021-09-23', '<p><strong>wqdqdwdqw</strong></p>', 'http://127.0.0.1:8000/awards_coverImage/1631698667.png', 'http://127.0.0.1:8000/awards_coverImage1/1631698667.png', 'http://127.0.0.1:8000/awards_coverImage2/1631698667.png', 'http://127.0.0.1:8000/awards_coverImage3/1631698667.png', 'qdwwqddqw', '2021-09-15 04:07:47', '2021-09-15 04:12:54');

-- --------------------------------------------------------

--
-- Table structure for table `committees`
--

CREATE TABLE `committees` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `name` varchar(100) COLLATE utf8mb4_unicode_ci DEFAULT 'text',
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Dumping data for table `committees`
--

INSERT INTO `committees` (`id`, `name`, `created_at`, `updated_at`) VALUES
(2, 'committee 1', '2021-09-25 11:19:50', '2021-09-25 11:19:50'),
(3, 'committee 2', '2021-09-25 11:22:37', '2021-09-25 11:22:37');

-- --------------------------------------------------------

--
-- Table structure for table `committee_members`
--

CREATE TABLE `committee_members` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `committee` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT 'text',
  `name` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT 'text',
  `image` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT 'text',
  `position` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT 'text',
  `designation` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT 'text',
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Dumping data for table `committee_members`
--

INSERT INTO `committee_members` (`id`, `committee`, `name`, `image`, `position`, `designation`, `created_at`, `updated_at`) VALUES
(2, 'committee 1', 'vitthal shirgaonkar', 'http://www.demo.pentathlonindia.com/committee_member_image/1632568879.jpg', '1', 'president', '2021-09-25 11:21:19', '2021-09-25 11:21:19'),
(3, 'committee 1', 'sunil', 'http://www.demo.pentathlonindia.com/committee_member_image/1632568905.jpg', '2', 'saf', '2021-09-25 11:21:45', '2021-09-25 11:21:45');

-- --------------------------------------------------------

--
-- Table structure for table `defaults`
--

CREATE TABLE `defaults` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `background` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT 'text',
  `banner` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT 'text',
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Dumping data for table `defaults`
--

INSERT INTO `defaults` (`id`, `background`, `banner`, `created_at`, `updated_at`) VALUES
(1, 'http://www.demo.pentathlonindia.com/default_background/1632565467.jpg', 'http://www.demo.pentathlonindia.com/default_banner/1632566646.jpg', '2021-09-19 01:57:12', '2021-09-25 10:44:06');

-- --------------------------------------------------------

--
-- Table structure for table `departments`
--

CREATE TABLE `departments` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `name` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT 'text',
  `image` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT 'text',
  `position` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT 'text',
  `designation` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT 'text',
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

-- --------------------------------------------------------

--
-- Table structure for table `documents`
--

CREATE TABLE `documents` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `type` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT 'text',
  `name` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT 'text',
  `file` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT 'text',
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Dumping data for table `documents`
--

INSERT INTO `documents` (`id`, `type`, `name`, `file`, `created_at`, `updated_at`) VALUES
(1, 'AUDIT & ACCOUNTING', 'Danish Chowdhry', 'http://127.0.0.1:8000/document_file/1632041138.pdf', '2021-09-19 03:15:38', '2021-09-19 03:15:38'),
(2, 'DOCUMENTS', 'Danish Chowdhry', 'http://127.0.0.1:8000/document_file/1632041150.pdf', '2021-09-19 03:15:50', '2021-09-19 03:15:50');

-- --------------------------------------------------------

--
-- Table structure for table `dummies`
--

CREATE TABLE `dummies` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `name` varchar(100) COLLATE utf8mb4_unicode_ci DEFAULT 'text',
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

-- --------------------------------------------------------

--
-- Table structure for table `education`
--

CREATE TABLE `education` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `title` varchar(100) COLLATE utf8mb4_unicode_ci DEFAULT 'text',
  `description` longtext COLLATE utf8mb4_unicode_ci,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Dumping data for table `education`
--

INSERT INTO `education` (`id`, `title`, `description`, `created_at`, `updated_at`) VALUES
(3, 'dwqdqw', '<p><strong>jnjbkgkgkgjgkgjgkjgkjgkjgkj</strong></p>', '2021-09-15 04:51:02', '2021-09-15 04:53:20'),
(5, 'vsdddsv', '<p>ujbjibjbjkbjkkbj</p>', '2021-09-17 13:16:58', '2021-09-17 13:16:58');

-- --------------------------------------------------------

--
-- Table structure for table `events`
--

CREATE TABLE `events` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `eventType` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `title` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `coverImage` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `location` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `date` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `intro` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `link` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Dumping data for table `events`
--

INSERT INTO `events` (`id`, `eventType`, `title`, `coverImage`, `location`, `date`, `intro`, `link`, `created_at`, `updated_at`) VALUES
(3, 'other_event', 'dwqdqwqdwqdw', 'http://127.0.0.1:8000/other_event_coverImage/1632068027.jpg', 'Mumbai', '2021-09-18', 'qdwwqddqw', 'www.googdqwdqwqdwqdle.com', '2021-09-18 02:13:42', '2021-09-19 10:43:47'),
(5, 'national_event', 'event 1', 'http://www.demo.pentathlonindia.com/national_event_coverImage/1632568676.jpg', 'mumbai', '2021-09-29', 'test evetn', 'NA', '2021-09-25 11:17:56', '2021-09-25 11:17:56'),
(6, 'international_event', 'MODERN PENTATHLON U24 EUROPEAN CHAMPIONSHIPS', 'http://www.demo.pentathlonindia.com/international_event_coverImage/1632569292.jpg', 'DRZONKOW POL', '2021-09-30', 'intro of evetn', 'https://www.uipmworld.org/event/modern-pentathlon-u24-european-championships', '2021-09-25 11:28:12', '2021-09-25 11:28:12');

-- --------------------------------------------------------

--
-- Table structure for table `failed_jobs`
--

CREATE TABLE `failed_jobs` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `uuid` varchar(191) COLLATE utf8mb4_unicode_ci NOT NULL,
  `connection` text COLLATE utf8mb4_unicode_ci NOT NULL,
  `queue` text COLLATE utf8mb4_unicode_ci NOT NULL,
  `payload` longtext COLLATE utf8mb4_unicode_ci NOT NULL,
  `exception` longtext COLLATE utf8mb4_unicode_ci NOT NULL,
  `failed_at` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

-- --------------------------------------------------------

--
-- Table structure for table `governances`
--

CREATE TABLE `governances` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `name` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT 'text',
  `image` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT 'text',
  `position` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT 'text',
  `designation` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT 'text',
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Dumping data for table `governances`
--

INSERT INTO `governances` (`id`, `name`, `image`, `position`, `designation`, `created_at`, `updated_at`) VALUES
(2, 'vitthal shirgaonkar', 'http://www.demo.pentathlonindia.com/governance_image/1632566514.jpg', '2', 'secretary', '2021-09-25 10:41:54', '2021-09-25 10:41:54'),
(3, 'sunil', 'http://www.demo.pentathlonindia.com/governance_image/1632566543.jpg', '1', 'president', '2021-09-25 10:42:23', '2021-09-25 10:42:23');

-- --------------------------------------------------------

--
-- Table structure for table `hall_of_fames`
--

CREATE TABLE `hall_of_fames` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `name` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT 'text',
  `title` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT 'text',
  `date` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT 'text',
  `description` longtext COLLATE utf8mb4_unicode_ci,
  `coverImage` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT 'text',
  `coverImage1` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT 'text',
  `coverImage2` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT 'text',
  `coverImage3` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT 'text',
  `intro` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT 'text',
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Dumping data for table `hall_of_fames`
--

INSERT INTO `hall_of_fames` (`id`, `name`, `title`, `date`, `description`, `coverImage`, `coverImage1`, `coverImage2`, `coverImage3`, `intro`, `created_at`, `updated_at`) VALUES
(1, 'Danish Chowdhry', 'dwqdqwqdwqdwdqwqwqwd', '2021-09-30', '<p>jkjkbjkdqwqdq</p>', 'http://127.0.0.1:8000/halloffame_coverImage/1631699470.png', 'http://127.0.0.1:8000/halloffame_coverImage1/1631699470.png', 'http://127.0.0.1:8000/halloffame_coverImage2/1631699470.png', 'http://127.0.0.1:8000/halloffame_coverImage3/1631699470.png', 'qdwdqwdwqwqd', '2021-09-15 04:21:10', '2021-09-15 04:22:13');

-- --------------------------------------------------------

--
-- Table structure for table `image_galleries`
--

CREATE TABLE `image_galleries` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `album_name` varchar(191) COLLATE utf8mb4_unicode_ci NOT NULL,
  `photo` text COLLATE utf8mb4_unicode_ci NOT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Dumping data for table `image_galleries`
--

INSERT INTO `image_galleries` (`id`, `album_name`, `photo`, `created_at`, `updated_at`) VALUES
(17, 'album 1', 'http://www.demo.pentathlonindia.com/album_image/download (3).jpg', '2021-09-25 11:32:54', '2021-09-25 11:32:54'),
(18, 'album 1', 'http://www.demo.pentathlonindia.com/album_image/1567938113.3797.jpg', '2021-09-25 11:32:55', '2021-09-25 11:32:55'),
(19, 'album 1', 'http://www.demo.pentathlonindia.com/album_image/vector-illustration-sport-pentathlon-competition-series-Fencing (1).jpg', '2021-09-25 11:32:55', '2021-09-25 11:32:55'),
(20, 'album 1', 'http://www.demo.pentathlonindia.com/album_image/U5400_00-ecommerce.jpg', '2021-09-25 11:32:56', '2021-09-25 11:32:56'),
(21, 'album 1', 'http://www.demo.pentathlonindia.com/album_image/1567453819.949.jpg', '2021-09-25 11:32:56', '2021-09-25 11:32:56'),
(22, 'album 1', 'http://www.demo.pentathlonindia.com/album_image/Teqball.jpg', '2021-09-25 11:32:57', '2021-09-25 11:32:57'),
(23, 'album 1', 'http://www.demo.pentathlonindia.com/album_image/teqball_1200x.jpg', '2021-09-25 11:32:57', '2021-09-25 11:32:57');

-- --------------------------------------------------------

--
-- Table structure for table `main_profiles`
--

CREATE TABLE `main_profiles` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `mirache` longtext COLLATE utf8mb4_unicode_ci,
  `address` longtext COLLATE utf8mb4_unicode_ci,
  `map` longtext COLLATE utf8mb4_unicode_ci,
  `title` longtext COLLATE utf8mb4_unicode_ci,
  `description` longtext COLLATE utf8mb4_unicode_ci,
  `smallDescription` longtext COLLATE utf8mb4_unicode_ci,
  `logo` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT 'text',
  `number` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT 'text',
  `email` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT 'text',
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Dumping data for table `main_profiles`
--

INSERT INTO `main_profiles` (`id`, `mirache`, `address`, `map`, `title`, `description`, `smallDescription`, `logo`, `number`, `email`, `created_at`, `updated_at`) VALUES
(1, 'Modern Pentathlon Federation Of India', 'A/61, Sector No-3, Airoli, Navi Mumbai, Maharashtra 400708', '<iframe src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3768.786467200308!2d72.99465061490244!3d19.16082208703935!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x3be7bf4b99a28cfb%3A0x21ee649575bfe10c!2sModern%20Pentathlon%20Federation%20of%20India!5e0!3m2!1sen!2sin!4v1632327904646!5m2!1sen!2sin\"  style=\"border:0;\" allowfullscreen=\"\" loading=\"lazy\"></iframe>', 'MPFI', 'Modern Pentathlon Federation Of India', 'minifootball', 'http://www.demo.pentathlonindia.com/main_logo/1632565247.png', '+919967487262', 'info@pentathlonindia.com', NULL, '2021-09-25 10:21:58');

-- --------------------------------------------------------

--
-- Table structure for table `management`
--

CREATE TABLE `management` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `name` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT 'text',
  `image` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT 'text',
  `position` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT 'text',
  `designation` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT 'text',
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Dumping data for table `management`
--

INSERT INTO `management` (`id`, `name`, `image`, `position`, `designation`, `created_at`, `updated_at`) VALUES
(1, 'Danish Chowdhry', 'http://127.0.0.1:8000/management_image/1632039246.jpg', '4', 'CTO', '2021-09-19 02:44:06', '2021-09-19 02:44:06');

-- --------------------------------------------------------

--
-- Table structure for table `members_profiles`
--

CREATE TABLE `member_profiles` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `image` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT 'text',
  `name` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT 'text',
  `type` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT 'text',
  `country` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT 'text',
  `title` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT 'text',
  `points` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT 'text',
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Dumping data for table `member_profiles`
--

INSERT INTO `member_profiles` (`id`, `image`, `name`, `type`, `country`, `title`, `points`, `created_at`, `updated_at`) VALUES
(2, 'http://127.0.0.1:8000/coaches_image/1632286498.jpg', 'Danish Chowdhry', 'coaches', 'Bihar', 'dwqdqwqdwqdw', '100', '2021-09-21 23:24:58', '2021-09-21 23:24:58'),
(3, 'http://127.0.0.1:8000/judges_image/1632286512.jpg', 'Danish Chowdhry Judge', 'judges', 'Chandigarh', 'dwqdqwqdwqdw', '100', '2021-09-21 23:25:12', '2021-09-22 11:38:09'),
(5, 'http://www.demo.pentathlonindia.com/athlete_image/1632569709.jpg', 'vitthal', 'athlete', 'Maharashtra', 'player', '120', '2021-09-25 11:35:09', '2021-09-25 11:35:09');

-- --------------------------------------------------------

--
-- Table structure for table `migrations`
--

CREATE TABLE `migrations` (
  `id` int(10) UNSIGNED NOT NULL,
  `migration` varchar(191) COLLATE utf8mb4_unicode_ci NOT NULL,
  `batch` int(11) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Dumping data for table `migrations`
--

INSERT INTO `migrations` (`id`, `migration`, `batch`) VALUES
(1, '2014_10_12_000000_create_users_table', 1),
(2, '2014_10_12_100000_create_password_resets_table', 1),
(3, '2019_08_19_000000_create_failed_jobs_table', 1),
(4, '2019_12_14_000001_create_personal_access_tokens_table', 1),
(5, '2021_09_02_024832_create_dummies_table', 1),
(6, '2021_09_13_161952_create_sliders_table', 1),
(7, '2021_09_14_003319_create_main_profiles_table', 1),
(8, '2021_09_14_010359_create_pentathlons_table', 1),
(9, '2021_09_14_015025_create_president_messages_table', 1),
(10, '2021_09_14_015527_create_secretariats_table', 1),
(11, '2021_09_14_015935_create_governances_table', 1),
(12, '2021_09_14_021102_create_management_table', 1),
(13, '2021_09_14_021526_create_departments_table', 1),
(14, '2021_09_14_022441_create_patrons_table', 1),
(15, '2021_09_14_023151_create_committees_table', 1),
(16, '2021_09_14_023918_create_committee_members_table', 1),
(17, '2021_09_14_030741_create_documents_table', 1),
(18, '2021_09_15_030030_create_rules_and_regulations_table', 1),
(19, '2021_09_15_033626_create_m_p_f_i_tents_table', 1),
(20, '2021_09_15_084526_add_title_to_pentathlons', 1),
(21, '2021_09_15_091343_create_awards_table', 2),
(22, '2021_09_15_091429_create_hall_of_fames_table', 2),
(23, '2021_09_15_095230_create_anti_dopings_table', 3),
(24, '2021_09_15_100251_create_education_table', 4),
(25, '2021_09_17_184803_create_news_table', 5),
(27, '2021_09_18_024150_create_albums_table', 6),
(28, '2021_09_18_030243_create_video_albums_table', 7),
(31, '2021_09_18_032142_create_image_galleries_table', 8),
(32, '2021_09_18_045016_create_video_galleries_table', 9),
(33, '2021_09_18_071718_create_events_table', 10),
(34, '2021_09_18_074422_create_results_table', 11),
(36, '2021_09_18_080432_create_memberss_table', 12),
(38, '2021_09_19_070016_create_defaults_table', 13),
(41, '2021_09_21_205107_create_member_profiles_table', 14);

-- --------------------------------------------------------

--
-- Table structure for table `m_p_f_i_tents`
--

CREATE TABLE `m_p_f_i_tents` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `title` varchar(100) COLLATE utf8mb4_unicode_ci DEFAULT 'text',
  `description` longtext COLLATE utf8mb4_unicode_ci,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

-- --------------------------------------------------------

--
-- Table structure for table `news`
--

CREATE TABLE `news` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `coverImage` varchar(191) COLLATE utf8mb4_unicode_ci NOT NULL,
  `title` varchar(191) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Date` varchar(191) COLLATE utf8mb4_unicode_ci NOT NULL,
  `link` varchar(191) COLLATE utf8mb4_unicode_ci NOT NULL,
  `type` varchar(191) COLLATE utf8mb4_unicode_ci NOT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Dumping data for table `news`
--

INSERT INTO `news` (`id`, `coverImage`, `title`, `Date`, `link`, `type`, `created_at`, `updated_at`) VALUES
(4, 'http://127.0.0.1:8000/news_coverImage/1631963735.jpg', 'Title Of News 1', '2021-09-17', 'https://www.google.com', 'international_news', '2021-09-18 05:45:35', '2021-09-18 05:45:35'),
(5, 'http://127.0.0.1:8000/news_coverImage/1631963759.jpg', 'Title Of News 2', '2021-09-23', 'https://www.google.com', 'national_news', '2021-09-18 05:45:59', '2021-09-18 05:45:59'),
(6, 'http://127.0.0.1:8000/news_coverImage/1631963913.jpg', 'Modern Pentathlon Federation', '2021-09-30', 'https://www.google.com', 'national_news', '2021-09-18 05:48:33', '2021-09-18 05:48:51'),
(7, 'http://127.0.0.1:8000/news_coverImage/1631963957.jpg', 'dwqdqwqdwqdw', '2021-09-30', 'https://www.google.com', 'international_news', '2021-09-18 05:49:17', '2021-09-18 05:49:17');

-- --------------------------------------------------------

--
-- Table structure for table `password_resets`
--

CREATE TABLE `password_resets` (
  `email` varchar(191) COLLATE utf8mb4_unicode_ci NOT NULL,
  `token` varchar(191) COLLATE utf8mb4_unicode_ci NOT NULL,
  `created_at` timestamp NULL DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

-- --------------------------------------------------------

--
-- Table structure for table `patrons`
--

CREATE TABLE `patrons` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `name` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT 'text',
  `image` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT 'text',
  `position` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT 'text',
  `designation` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT 'text',
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Dumping data for table `patrons`
--

INSERT INTO `patrons` (`id`, `name`, `image`, `position`, `designation`, `created_at`, `updated_at`) VALUES
(1, 'Danish Chowdhry', 'http://127.0.0.1:8000/patrons_image/1632039817.jpg', '1', 'CTOO', '2021-09-19 02:53:37', '2021-09-19 02:53:37');

-- --------------------------------------------------------

--
-- Table structure for table `pentathlons`
--

CREATE TABLE `asian_minifootball` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `description` longtext COLLATE utf8mb4_unicode_ci,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL,
  `AsianMinifootball` longtext COLLATE utf8mb4_unicode_ci,
  `mpfi` longtext COLLATE utf8mb4_unicode_ci,
  `Swimming` longtext COLLATE utf8mb4_unicode_ci,
  `Fencing` longtext COLLATE utf8mb4_unicode_ci,
  `Riding` longtext COLLATE utf8mb4_unicode_ci,
  `LaserRun` longtext COLLATE utf8mb4_unicode_ci
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Dumping data for table `pentathlons`
--

INSERT INTO `asian_minifootball` (`id`, `description`, `created_at`, `updated_at`, `AsianMinifootball`, `mpfi`, `Swimming`, `Fencing`, `Riding`, `LaserRun`) VALUES
(1, '1', NULL, '2021-09-25 10:27:06', '<h2><strong>Modern Pentathlon</strong></h2>\r\n\r\n<p>Modern Pentathlon is a unique multi-discipline sport created by Modern Olympic Games founder, Baron Pierre de Coubertin that combines mental an<img alt=\"\" src=\"http://www.demo.pentathlonindia.com/images/images_1632565567.jpg\" style=\"border-style:solid; border-width:10px; float:right; height:250px; margin:10px; width:300px\" />d physical challenge to find the most complete athlete. The father of Modern Pentathlon is His Excellency Pierre de Coubertin (Founder - International Olympic Committee established on 23rd June 1894) who invented this modern Olympics with variations in Ancient Pentathlon, with competition over five track and field events in order of Swimming, Fencing, and Equestrian, Shooting and Running. Modern Pentathlon included 1912 Olympic Games (Stockholm) and in 2012 Olympic Games (London) Modern Pentathlon successfully completed 100 Years</p>', '<p>danish</p>', '<p>1wqdqwdqwwqd</p>', '<p>1qdwdwqwdq</p>', '<p>1ddcc</p>', '<p><strong>1cddccddccd</strong></p>');

-- --------------------------------------------------------

--
-- Table structure for table `personal_access_tokens`
--

CREATE TABLE `personal_access_tokens` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `tokenable_type` varchar(191) COLLATE utf8mb4_unicode_ci NOT NULL,
  `tokenable_id` bigint(20) UNSIGNED NOT NULL,
  `name` varchar(191) COLLATE utf8mb4_unicode_ci NOT NULL,
  `token` varchar(64) COLLATE utf8mb4_unicode_ci NOT NULL,
  `abilities` text COLLATE utf8mb4_unicode_ci,
  `last_used_at` timestamp NULL DEFAULT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

-- --------------------------------------------------------

--
-- Table structure for table `president_messages`
--

CREATE TABLE `president_messages` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `description` longtext COLLATE utf8mb4_unicode_ci,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Dumping data for table `president_messages`
--

INSERT INTO `president_messages` (`id`, `description`, `created_at`, `updated_at`) VALUES
(1, '<p>&nbsp;</p>\r\n\r\n<p>Modern Pent<img alt=\"\" src=\"http://www.demo.pentathlonindia.com/images/Mr_Narinder_Dhruv_BATRA-MPFI (1)_1632566067.jpg\" style=\"float:left; height:350px; margin:10px; width:445px\" />athlon is a unique multi-discipline sport created by Modern Olympic Games founder, Baron Pierre de Coubertin that combines mental and physical challenge to find the most complete athlete. The father of Modern Pentathlon is His Excellency Pierre de Coubertin (Founder - International Olympic Committee established on 23rd June 1894) who invented this modern Olympics with variations in Ancient Pentathlon, with competition over five track and field events in order of Swimming, Fencing, and Equestrian, Shooting and Running. Modern Pentathlon included 1912 Olympic Games (Stockholm) and in 2012 Olympic Games (London) Modern Pentathlon successfully completed 100 Years</p>\r\n\r\n<p>&nbsp;</p>\r\n\r\n<p>&nbsp;</p>\r\n\r\n<p>&nbsp;</p>\r\n\r\n<p>&nbsp;</p>\r\n\r\n<p>&nbsp;</p>\r\n\r\n<p>&nbsp;</p>\r\n\r\n<p>&nbsp;</p>\r\n\r\n<h1><strong>SUNIL PURNAPATRE</strong></h1>\r\n\r\n<h1><strong>PRESIDENT</strong></h1>', NULL, '2021-09-25 10:36:09');

-- --------------------------------------------------------

--
-- Table structure for table `results`
--

CREATE TABLE `results` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `date` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `event_name` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `group` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `time` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `round` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `result_pdf` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `event` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Dumping data for table `results`
--

INSERT INTO `results` (`id`, `date`, `event_name`, `group`, `time`, `round`, `result_pdf`, `event`, `created_at`, `updated_at`) VALUES
(2, '2021-09-24', 'event biathle 1', 'all', '12:30', 'first', 'http://www.demo.pentathlonindia.com/result_pdf/1632569385.pdf', 'biathle', '2021-09-25 11:29:45', '2021-09-25 11:29:45');

-- --------------------------------------------------------

--
-- Table structure for table `rules_and_regulations`
--

CREATE TABLE `rules_and_regulations` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `name` varchar(191) COLLATE utf8mb4_unicode_ci NOT NULL,
  `description` longtext COLLATE utf8mb4_unicode_ci NOT NULL,
  `pdf` varchar(191) COLLATE utf8mb4_unicode_ci NOT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Dumping data for table `rules_and_regulations`
--

INSERT INTO `rules_and_regulations` (`id`, `name`, `description`, `pdf`, `created_at`, `updated_at`) VALUES
(2, 'BIATHLE', '<p>The&nbsp;<strong>biathlon</strong>&nbsp;is a&nbsp;<a href=\"https://en.wikipedia.org/wiki/Winter_sport\">winter sport</a>&nbsp;that combines&nbsp;<a href=\"https://en.wikipedia.org/wiki/Cross-country_skiing_(sport)\">cross-country skiing</a>&nbsp;and&nbsp;<a href=\"https://en.wikipedia.org/wiki/Shooting_sports\">rifle shooting</a>. It is treated as a race, with contestants skiing through a cross-country trail whose distance is divided into shooting rounds. The shooting rounds are not timed per se, but depending on the competition, missed shots result in extra distance or time being added to the contestant&#39;s total.The&nbsp;<strong>biathlon</strong>&nbsp;is a&nbsp;<a href=\"https://en.wikipedia.org/wiki/Winter_sport\">winter sport</a>&nbsp;that combines&nbsp;<a href=\"https://en.wikipedia.org/wiki/Cross-country_skiing_(sport)\">cross-country skiing</a>&nbsp;and&nbsp;<a href=\"https://en.wikipedia.org/wiki/Shooting_sports\">rifle shooting</a>. It is treated as a race, with contestants skiing through a cross-country trail whose distance is divided into shooting rounds. The shooting rounds are not timed per se, but depending on the competition, missed shots result in extra distance or time being added to the contestant&#39;s total.The&nbsp;<strong>biathlon</strong>&nbsp;is a&nbsp;<a href=\"https://en.wikipedia.org/wiki/Winter_sport\">winter sport</a>&nbsp;that combines&nbsp;<a href=\"https://en.wikipedia.org/wiki/Cross-country_skiing_(sport)\">cross-country skiing</a>&nbsp;and&nbsp;<a href=\"https://en.wikipedia.org/wiki/Shooting_sports\">rifle shooting</a>. It is treated as a race, with contestants skiing through a cross-country trail whose distance is divided into shooting rounds. The shooting rounds are not timed per se, but depending on the competition, missed shots result in extra distance or time being added to the contestant&#39;s total.The&nbsp;<strong>biathlon</strong>&nbsp;is a&nbsp;<a href=\"https://en.wikipedia.org/wiki/Winter_sport\">winter sport</a>&nbsp;that combines&nbsp;<a href=\"https://en.wikipedia.org/wiki/Cross-country_skiing_(sport)\">cross-country skiing</a>&nbsp;and&nbsp;<a href=\"https://en.wikipedia.org/wiki/Shooting_sports\">rifle shooting</a>. It is treated as a race, with contestants skiing through a cross-country trail whose distance is divided into shooting rounds. The shooting rounds are not timed per se, but depending on the competition, missed shots result in extra distance or time being added to the contestant&#39;s total.The&nbsp;<strong>biathlon</strong>&nbsp;is a&nbsp;<a href=\"https://en.wikipedia.org/wiki/Winter_sport\">winter sport</a>&nbsp;that combines&nbsp;<a href=\"https://en.wikipedia.org/wiki/Cross-country_skiing_(sport)\">cross-country skiing</a>&nbsp;and&nbsp;<a href=\"https://en.wikipedia.org/wiki/Shooting_sports\">rifle shooting</a>. It is treated as a race, with contestants skiing through a cross-country trail whose distance is divided into shooting rounds. The shooting rounds are not timed per se, but depending on the competition, missed shots result in extra distance or time being added to the contestant&#39;s total.The&nbsp;<strong>biathlon</strong>&nbsp;is a&nbsp;<a href=\"https://en.wikipedia.org/wiki/Winter_sport\">winter sport</a>&nbsp;that combines&nbsp;<a href=\"https://en.wikipedia.org/wiki/Cross-country_skiing_(sport)\">cross-country skiing</a>&nbsp;and&nbsp;<a href=\"https://en.wikipedia.org/wiki/Shooting_sports\">rifle shooting</a>. It is treated as a race, with contestants skiing through a cross-country trail whose distance is divided into shooting rounds. The shooting rounds are not timed per se, but depending on the competition, missed shots result in extra distance or time being added to the contestant&#39;s total.The&nbsp;<strong>biathlon</strong>&nbsp;is a&nbsp;<a href=\"https://en.wikipedia.org/wiki/Winter_sport\">winter sport</a>&nbsp;that combines&nbsp;<a href=\"https://en.wikipedia.org/wiki/Cross-country_skiing_(sport)\">cross-country skiing</a>&nbsp;and&nbsp;<a href=\"https://en.wikipedia.org/wiki/Shooting_sports\">rifle shooting</a>. It is treated as a race, with contestants skiing through a cros<img alt=\"\" src=\"http://www.demo.pentathlonindia.com/images/vector-illustration-sport-pentathlon-competition-series-Fencing (1)_1632569103.jpg\" style=\"float:right; height:350px; width:525px\" />s-country trail whose distance is divided into shooting rounds. The shooting rounds are not timed per se, but depending on the competition, missed shots result in extra distance or time being added to the contestant&#39;s total.The&nbsp;<strong>biathlon</strong>&nbsp;is a&nbsp;<a href=\"https://en.wikipedia.org/wiki/Winter_sport\">winter sport</a>&nbsp;that combines&nbsp;<a href=\"https://en.wikipedia.org/wiki/Cross-country_skiing_(sport)\">cross-country skiing</a>&nbsp;and&nbsp;<a href=\"https://en.wikipedia.org/wiki/Shooting_sports\">rifle shooting</a>. It is treated as a race, with contestants skiing through a cross-country trail whose distance is divided into shooting rounds. The shooting rounds are not timed per se, but depending on the competition, missed shots result in extra distance or time being added to the contestant&#39;s total.The&nbsp;<strong>biathlon</strong>&nbsp;is a&nbsp;<a href=\"https://en.wikipedia.org/wiki/Winter_sport\">winter sport</a>&nbsp;that combines&nbsp;<a href=\"https://en.wikipedia.org/wiki/Cross-country_skiing_(sport)\">cross-country skiing</a>&nbsp;and&nbsp;<a href=\"https://en.wikipedia.org/wiki/Shooting_sports\">rifle shooting</a>. It is treated as a race, with contestants skiing through a cross-country trail whose distance is divided into shooting rounds. The shooting rounds are not timed per se, but depending on the competition, missed shots result in extra distance or time being added to the contestant&#39;s total.The&nbsp;<strong>biathlon</strong>&nbsp;is a&nbsp;<a href=\"https://en.wikipedia.org/wiki/Winter_sport\">winter sport</a>&nbsp;that combines&nbsp;<a href=\"https://en.wikipedia.org/wiki/Cross-country_skiing_(sport)\">cross-country skiing</a>&nbsp;and&nbsp;<a href=\"https://en.wikipedia.org/wiki/Shooting_sports\">rifle shooting</a>. It is treated as a race, with contestants skiing through a cross-country trail whose distance is divided into shooting rounds. The shooting rounds are not timed per se, but depending on the competition, missed shots result in extra distance or time being added to the contestant&#39;s total.The&nbsp;<strong>biathlon</strong>&nbsp;is a&nbsp;<a href=\"https://en.wikipedia.org/wiki/Winter_sport\">winter sport</a>&nbsp;that combines&nbsp;<a href=\"https://en.wikipedia.org/wiki/Cross-country_skiing_(sport)\">cross-country skiing</a>&nbsp;and&nbsp;<a href=\"https://en.wikipedia.org/wiki/Shooting_sports\">rifle shooting</a>. It is treated as a race, with contestants skiing through a cross-country trail whose distance is divided into shooting rounds. The shooting rounds are not timed per se, but depending on the competition, missed shots result in extra distance or time being added to the contestant&#39;s total.</p>', 'http://www.demo.pentathlonindia.com/rule_pdf/1632569132.pdf', '2021-09-25 11:23:41', '2021-09-25 11:25:32');

-- --------------------------------------------------------

--
-- Table structure for table `secretariats`
--

CREATE TABLE `secretariats` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `description` longtext COLLATE utf8mb4_unicode_ci,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Dumping data for table `secretariats`
--

INSERT INTO `secretariats` (`id`, `description`, `created_at`, `updated_at`) VALUES
(1, '1', NULL, NULL);

-- --------------------------------------------------------

--
-- Table structure for table `sliders`
--

CREATE TABLE `sliders` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `backgroundImage` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT 'text',
  `playerImage` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT 'text',
  `title` longtext COLLATE utf8mb4_unicode_ci,
  `description` longtext COLLATE utf8mb4_unicode_ci,
  `url` longtext COLLATE utf8mb4_unicode_ci,
  `position` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT 'text',
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Dumping data for table `sliders`
--

INSERT INTO `sliders` (`id`, `backgroundImage`, `playerImage`, `title`, `description`, `url`, `position`, `created_at`, `updated_at`) VALUES
(7, 'http://www.demo.pentathlonindia.com/slider_backgroundImage/1632564936.jpg', 'http://www.demo.pentathlonindia.com/slider_playerImage/1632565042.png', 'MPFI', 'WELCOME MPFI', 'https://www.youtube.com/watch?v=8qs2dZO6wcc&list=RD8qs2dZO6wcc&start_radio=1', '1', '2021-09-25 10:15:36', '2021-09-25 10:17:22');

-- --------------------------------------------------------

--
-- Table structure for table `users`
--

CREATE TABLE `users` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `name` varchar(191) COLLATE utf8mb4_unicode_ci NOT NULL,
  `role` varchar(191) COLLATE utf8mb4_unicode_ci NOT NULL,
  `email` varchar(191) COLLATE utf8mb4_unicode_ci NOT NULL,
  `email_verified_at` timestamp NULL DEFAULT NULL,
  `password` varchar(191) COLLATE utf8mb4_unicode_ci NOT NULL,
  `remember_token` varchar(100) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Dumping data for table `users`
--

INSERT INTO `users` (`id`, `name`, `role`, `email`, `email_verified_at`, `password`, `remember_token`, `created_at`, `updated_at`) VALUES
(1, 'Vitthal Bhai', 'admin', 'admin@mpfi.com', NULL, '$2y$10$92IXUNpkjO0rOQ5byMi.Ye4oKoEa3Ro9llC/.og/at2.uheWG/igi', NULL, NULL, NULL);

-- --------------------------------------------------------

--
-- Table structure for table `video_albums`
--

CREATE TABLE `video_albums` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `event_name` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT 'text',
  `album_name` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT 'text',
  `coverImage` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT 'text',
  `timestamp` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT 'text',
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Dumping data for table `video_albums`
--

INSERT INTO `video_albums` (`id`, `event_name`, `album_name`, `coverImage`, `timestamp`, `created_at`, `updated_at`) VALUES
(3, 'qdwqwd', 'qdwqdwqdwq', 'http://127.0.0.1:8000/album_coverImage/1631968310.jpg', '2021-09-18T20:53', '2021-09-17 21:49:06', '2021-09-18 07:01:50'),
(4, 'dummy 2', 'dummy 2', 'http://127.0.0.1:8000/album_coverImage/1631968302.jpg', '2021-09-18T00:48', '2021-09-18 01:46:07', '2021-09-18 07:01:42');

-- --------------------------------------------------------

--
-- Table structure for table `video_galleries`
--

CREATE TABLE `video_galleries` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `youtube_link` longtext COLLATE utf8mb4_unicode_ci,
  `youtube_code` longtext COLLATE utf8mb4_unicode_ci,
  `album_name` longtext COLLATE utf8mb4_unicode_ci,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Dumping data for table `video_galleries`
--

INSERT INTO `video_galleries` (`id`, `youtube_link`, `youtube_code`, `album_name`, `created_at`, `updated_at`) VALUES
(1, 'https://www.youtube.com/watch?v=GvceKOIP3sU', 'GvceKOIP3sU', 'qdwqdwqdwq', '2021-09-18 01:45:04', '2021-09-18 01:45:04'),
(2, 'https://www.youtube.com/watch?v=GvceKOIP3sU', 'GvceKOIP3sU', 'dummy 2', '2021-09-18 01:46:22', '2021-09-18 01:46:22');

--
-- Indexes for dumped tables
--

--
-- Indexes for table `albums`
--
ALTER TABLE `albums`
  ADD PRIMARY KEY (`id`);

--
-- Indexes for table `anti_dopings`
--
ALTER TABLE `anti_dopings`
  ADD PRIMARY KEY (`id`);

--
-- Indexes for table `members`
--
ALTER TABLE `members`
  ADD PRIMARY KEY (`id`);

--
-- Indexes for table `awards`
--
ALTER TABLE `awards`
  ADD PRIMARY KEY (`id`);

--
-- Indexes for table `committees`
--
ALTER TABLE `committees`
  ADD PRIMARY KEY (`id`);

--
-- Indexes for table `committee_members`
--
ALTER TABLE `committee_members`
  ADD PRIMARY KEY (`id`);

--
-- Indexes for table `defaults`
--
ALTER TABLE `defaults`
  ADD PRIMARY KEY (`id`);

--
-- Indexes for table `departments`
--
ALTER TABLE `departments`
  ADD PRIMARY KEY (`id`);

--
-- Indexes for table `documents`
--
ALTER TABLE `documents`
  ADD PRIMARY KEY (`id`);

--
-- Indexes for table `dummies`
--
ALTER TABLE `dummies`
  ADD PRIMARY KEY (`id`);

--
-- Indexes for table `education`
--
ALTER TABLE `education`
  ADD PRIMARY KEY (`id`);

--
-- Indexes for table `events`
--
ALTER TABLE `events`
  ADD PRIMARY KEY (`id`);

--
-- Indexes for table `failed_jobs`
--
ALTER TABLE `failed_jobs`
  ADD PRIMARY KEY (`id`),
  ADD UNIQUE KEY `failed_jobs_uuid_unique` (`uuid`);

--
-- Indexes for table `governances`
--
ALTER TABLE `governances`
  ADD PRIMARY KEY (`id`);

--
-- Indexes for table `hall_of_fames`
--
ALTER TABLE `hall_of_fames`
  ADD PRIMARY KEY (`id`);

--
-- Indexes for table `image_galleries`
--
ALTER TABLE `image_galleries`
  ADD PRIMARY KEY (`id`);

--
-- Indexes for table `main_profiles`
--
ALTER TABLE `main_profiles`
  ADD PRIMARY KEY (`id`);

--
-- Indexes for table `management`
--
ALTER TABLE `management`
  ADD PRIMARY KEY (`id`);

--
-- Indexes for table `member_profiles`
--
ALTER TABLE `member_profiles`
  ADD PRIMARY KEY (`id`);

--
-- Indexes for table `migrations`
--
ALTER TABLE `migrations`
  ADD PRIMARY KEY (`id`);

--
-- Indexes for table `m_p_f_i_tents`
--
ALTER TABLE `m_p_f_i_tents`
  ADD PRIMARY KEY (`id`);

--
-- Indexes for table `news`
--
ALTER TABLE `news`
  ADD PRIMARY KEY (`id`);

--
-- Indexes for table `password_resets`
--
ALTER TABLE `password_resets`
  ADD KEY `password_resets_email_index` (`email`);

--
-- Indexes for table `patrons`
--
ALTER TABLE `patrons`
  ADD PRIMARY KEY (`id`);

--
-- Indexes for table `asian_minifootball`
--
ALTER TABLE `asian_minifootball`
  ADD PRIMARY KEY (`id`);

--
-- Indexes for table `personal_access_tokens`
--
ALTER TABLE `personal_access_tokens`
  ADD PRIMARY KEY (`id`),
  ADD UNIQUE KEY `personal_access_tokens_token_unique` (`token`),
  ADD KEY `personal_access_tokens_tokenable_type_tokenable_id_index` (`tokenable_type`,`tokenable_id`);

--
-- Indexes for table `president_messages`
--
ALTER TABLE `president_messages`
  ADD PRIMARY KEY (`id`);

--
-- Indexes for table `results`
--
ALTER TABLE `results`
  ADD PRIMARY KEY (`id`);

--
-- Indexes for table `rules_and_regulations`
--
ALTER TABLE `rules_and_regulations`
  ADD PRIMARY KEY (`id`);

--
-- Indexes for table `secretariats`
--
ALTER TABLE `secretariats`
  ADD PRIMARY KEY (`id`);

--
-- Indexes for table `sliders`
--
ALTER TABLE `sliders`
  ADD PRIMARY KEY (`id`);

--
-- Indexes for table `users`
--
ALTER TABLE `users`
  ADD PRIMARY KEY (`id`),
  ADD UNIQUE KEY `users_email_unique` (`email`);

--
-- Indexes for table `video_albums`
--
ALTER TABLE `video_albums`
  ADD PRIMARY KEY (`id`);

--
-- Indexes for table `video_galleries`
--
ALTER TABLE `video_galleries`
  ADD PRIMARY KEY (`id`);

--
-- AUTO_INCREMENT for dumped tables
--

--
-- AUTO_INCREMENT for table `albums`
--
ALTER TABLE `albums`
  MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=4;

--
-- AUTO_INCREMENT for table `anti_dopings`
--
ALTER TABLE `anti_dopings`
  MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=2;

--
-- AUTO_INCREMENT for table `members`
--
ALTER TABLE `members`
  MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=7;

--
-- AUTO_INCREMENT for table `awards`
--
ALTER TABLE `awards`
  MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=2;

--
-- AUTO_INCREMENT for table `committees`
--
ALTER TABLE `committees`
  MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=4;

--
-- AUTO_INCREMENT for table `committee_members`
--
ALTER TABLE `committee_members`
  MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=4;

--
-- AUTO_INCREMENT for table `defaults`
--
ALTER TABLE `defaults`
  MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=2;

--
-- AUTO_INCREMENT for table `departments`
--
ALTER TABLE `departments`
  MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `documents`
--
ALTER TABLE `documents`
  MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=3;

--
-- AUTO_INCREMENT for table `dummies`
--
ALTER TABLE `dummies`
  MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `education`
--
ALTER TABLE `education`
  MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=6;

--
-- AUTO_INCREMENT for table `events`
--
ALTER TABLE `events`
  MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=7;

--
-- AUTO_INCREMENT for table `failed_jobs`
--
ALTER TABLE `failed_jobs`
  MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `governances`
--
ALTER TABLE `governances`
  MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=4;

--
-- AUTO_INCREMENT for table `hall_of_fames`
--
ALTER TABLE `hall_of_fames`
  MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=2;

--
-- AUTO_INCREMENT for table `image_galleries`
--
ALTER TABLE `image_galleries`
  MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=24;

--
-- AUTO_INCREMENT for table `main_profiles`
--
ALTER TABLE `main_profiles`
  MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=2;

--
-- AUTO_INCREMENT for table `management`
--
ALTER TABLE `management`
  MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=2;

--
-- AUTO_INCREMENT for table `member_profiles`
--
ALTER TABLE `member_profiles`
  MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=6;

--
-- AUTO_INCREMENT for table `migrations`
--
ALTER TABLE `migrations`
  MODIFY `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=42;

--
-- AUTO_INCREMENT for table `m_p_f_i_tents`
--
ALTER TABLE `m_p_f_i_tents`
  MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `news`
--
ALTER TABLE `news`
  MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=8;

--
-- AUTO_INCREMENT for table `patrons`
--
ALTER TABLE `patrons`
  MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=2;

--
-- AUTO_INCREMENT for table `asian_minifootball`
--
ALTER TABLE `asian_minifootball`
  MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=2;

--
-- AUTO_INCREMENT for table `personal_access_tokens`
--
ALTER TABLE `personal_access_tokens`
  MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `president_messages`
--
ALTER TABLE `president_messages`
  MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=2;

--
-- AUTO_INCREMENT for table `results`
--
ALTER TABLE `results`
  MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=3;

--
-- AUTO_INCREMENT for table `rules_and_regulations`
--
ALTER TABLE `rules_and_regulations`
  MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=3;

--
-- AUTO_INCREMENT for table `secretariats`
--
ALTER TABLE `secretariats`
  MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=2;

--
-- AUTO_INCREMENT for table `sliders`
--
ALTER TABLE `sliders`
  MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=8;

--
-- AUTO_INCREMENT for table `users`
--
ALTER TABLE `users`
  MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=2;

--
-- AUTO_INCREMENT for table `video_albums`
--
ALTER TABLE `video_albums`
  MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=5;

--
-- AUTO_INCREMENT for table `video_galleries`
--
ALTER TABLE `video_galleries`
  MODIFY `id` bigint(20) UNSIGNED 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 */;
