-- phpMyAdmin SQL Dump
-- version 5.1.0
-- https://www.phpmyadmin.net/
--
-- Host: localhost:8889
-- Generation Time: Nov 08, 2022 at 08:54 AM
-- Server version: 5.7.34
-- PHP Version: 8.0.8

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: `web-app`
--

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

--
-- Table structure for table `about_app_configurations`
--

CREATE TABLE `about_app_configurations` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `key` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `value` 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 `about_app_configurations`
--

INSERT INTO `about_app_configurations` (`id`, `key`, `value`, `created_at`, `updated_at`) VALUES
(1, 'whats_app_number', '+91123456789', '2022-11-08 03:21:38', '2022-11-08 03:21:38'),
(2, 'instagram_url', 'https://www.instagram.com/', '2022-11-08 03:21:38', '2022-11-08 03:21:38'),
(3, 'twitter_url', 'https://twitter.com/login', '2022-11-08 03:21:38', '2022-11-08 03:21:38'),
(4, 'facebook_url', 'https://www.facebook.com/', '2022-11-08 03:21:38', '2022-11-08 03:21:38'),
(5, 'call_number', '9876543210', '2022-11-08 03:21:38', '2022-11-08 03:21:38'),
(6, 'snapchat', 'https://snapchat.com/login', '2022-11-08 03:21:38', '2022-11-08 03:21:38'),
(7, 'skype', 'https://www.skype.com/en/', '2022-11-08 03:21:38', '2022-11-08 03:21:38'),
(8, 'messenger', 'https://www.messenger.com/', '2022-11-08 03:21:38', '2022-11-08 03:21:38'),
(9, 'youtube', 'https://www.youtube.com/', '2022-11-08 03:21:38', '2022-11-08 03:21:38'),
(10, 'is_show_social', '1', '2022-11-08 03:21:38', '2022-11-08 03:21:38'),
(11, 'copyright', 'Copyright 2021 Meetmighty', '2022-11-08 03:21:38', '2022-11-08 03:21:38'),
(12, 'description', 'Convert Your Website To An App.', '2022-11-08 03:21:38', '2022-11-08 03:21:38');

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

--
-- Table structure for table `ads_configurations`
--

CREATE TABLE `ads_configurations` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `key` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `value` 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 `ads_configurations`
--

INSERT INTO `ads_configurations` (`id`, `key`, `value`, `created_at`, `updated_at`) VALUES
(1, 'ads_type', '1', '2022-11-08 03:21:38', '2022-11-08 03:21:38'),
(2, 'admob_banner_id', 'ca-app-pub-3940256099942544/6300978111', '2022-11-08 03:21:38', '2022-11-08 03:21:38'),
(3, 'admob_intential_id', 'ca-app-pub-3940256099942544/1033173712', '2022-11-08 03:21:38', '2022-11-08 03:21:38'),
(4, 'admob_banner_idios', 'ca-app-pub-3940256099942544/6385469711', '2022-11-08 03:21:38', '2022-11-08 03:21:38'),
(5, 'admob_intential_idios', 'ca-app-pub-3940256099942544/1056248712', '2022-11-08 03:21:38', '2022-11-08 03:21:38');

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

--
-- Table structure for table `app_configurations`
--

CREATE TABLE `app_configurations` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `key` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `value` 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 `app_configurations`
--

INSERT INTO `app_configurations` (`id`, `key`, `value`, `created_at`, `updated_at`) VALUES
(1, 'app_name', 'Infy Web App', '2022-11-08 03:21:38', '2022-11-08 03:21:38'),
(2, 'base_url', 'http://infywebapp.com/', '2022-11-08 03:21:38', '2022-11-08 03:21:38'),
(3, 'app_language', 'en', '2022-11-08 03:21:38', '2022-11-08 03:21:38'),
(4, 'navigation_style', '2', '2022-11-08 03:21:38', '2022-11-08 03:21:38'),
(5, 'header_style', '1', '2022-11-08 03:21:38', '2022-11-08 03:21:38'),
(6, 'bottom_navigation', '1', '2022-11-08 03:21:38', '2022-11-08 03:21:38'),
(7, 'tab_style', '1', '2022-11-08 03:21:38', '2022-11-08 03:21:38'),
(8, 'disable_header', '1', '2022-11-08 03:21:38', '2022-11-08 03:21:38'),
(9, 'disable_footer', '1', '2022-11-08 03:21:38', '2022-11-08 03:21:38'),
(10, 'javascript_enable', '1', '2022-11-08 03:21:38', '2022-11-08 03:21:38'),
(11, 'required_flash_screen', '1', '2022-11-08 03:21:38', '2022-11-08 03:21:38'),
(12, 'is_support_zoom_functionality', '0', '2022-11-08 03:21:38', '2022-11-08 03:21:38'),
(13, 'required_walkthrough', '1', '2022-11-08 03:21:38', '2022-11-08 03:21:38'),
(14, 'is_support_webrtc_functionality', '0', '2022-11-08 03:21:38', '2022-11-08 03:21:38'),
(15, 'is_enable_pull_to_refresh', '1', '2022-11-08 03:21:38', '2022-11-08 03:21:38'),
(16, 'walkthrough_style', '3', '2022-11-08 03:21:38', '2022-11-08 03:21:38'),
(17, 'clear_cookies', '0', '2022-11-08 03:21:38', '2022-11-08 03:21:38'),
(18, 'required_exit_popup_screen', '1', '2022-11-08 03:21:38', '2022-11-08 03:21:38'),
(19, 'required_floating_action_button', '1', '2022-11-08 03:21:38', '2022-11-08 03:21:38'),
(20, 'floating_button_style', '1', '2022-11-08 03:21:38', '2022-11-08 03:21:38'),
(21, 'app_logo', '/images/avatar.png', '2022-11-08 03:21:38', '2022-11-08 03:21:38'),
(22, 'floating_buttton_logo', '/images/avatar.png', '2022-11-08 03:21:38', '2022-11-08 03:21:38'),
(23, 'theme_style', '#195CDD', '2022-11-08 03:21:38', '2022-11-08 03:21:38'),
(24, 'gradient_enable', '0', '2022-11-08 03:21:38', '2022-11-08 03:21:38');

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

--
-- Table structure for table `bottom_navigation_styles`
--

CREATE TABLE `bottom_navigation_styles` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `title` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `url` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `status` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

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

--
-- Table structure for table `exit_popup_configuration`
--

CREATE TABLE `exit_popup_configuration` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `key` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `value` 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 `exit_popup_configuration`
--

INSERT INTO `exit_popup_configuration` (`id`, `key`, `value`, `created_at`, `updated_at`) VALUES
(1, 'title', 'Do you want to exit at this moment ?', '2022-11-08 03:22:48', '2022-11-08 03:22:48'),
(2, 'positive_text', 'Yes', '2022-11-08 03:22:48', '2022-11-08 03:22:48'),
(3, 'negative_text', 'No', '2022-11-08 03:22:48', '2022-11-08 03:22:48'),
(4, 'enable_Image', '1', '2022-11-08 03:22:48', '2022-11-08 03:22:48'),
(5, 'Image', '/images/avatar.png', '2022-11-08 03:22:48', '2022-11-08 03:22:48');

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

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

CREATE TABLE `failed_jobs` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `uuid` varchar(255) 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 `floating_buttons`
--

CREATE TABLE `floating_buttons` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `title` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `url` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `status` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

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

--
-- Table structure for table `left_header_navigations`
--

CREATE TABLE `left_header_navigations` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `title` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `url` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `status` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '0',
  `active` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '0',
  `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 `left_header_navigations`
--

INSERT INTO `left_header_navigations` (`id`, `title`, `url`, `status`, `active`, `created_at`, `updated_at`) VALUES
(1, 'Back Button 1', '', '0', '0', '2022-11-08 03:21:38', '2022-11-08 03:21:38'),
(2, 'Back Button 2', '', '1', '0', '2022-11-08 03:21:43', '2022-11-08 03:21:43'),
(3, 'Home', '', '1', '0', '2022-11-08 03:21:48', '2022-11-08 03:21:48'),
(4, 'Profile', 'https://www.google.com/', '0', '0', '2022-11-08 03:21:53', '2022-11-08 03:21:53'),
(5, 'Close', '', '0', '0', '2022-11-08 03:21:58', '2022-11-08 03:21:58'),
(6, 'Search', 'https://www.google.com/', '0', '0', '2022-11-08 03:22:03', '2022-11-08 03:22:03'),
(7, 'Add', 'https://www.google.com/', '0', '0', '2022-11-08 03:22:08', '2022-11-08 03:22:08');

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

--
-- Table structure for table `media`
--

CREATE TABLE `media` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `model_type` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `model_id` bigint(20) UNSIGNED NOT NULL,
  `uuid` char(36) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `collection_name` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `name` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `file_name` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `mime_type` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `disk` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `conversions_disk` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `size` bigint(20) UNSIGNED NOT NULL,
  `manipulations` json NOT NULL,
  `custom_properties` json NOT NULL,
  `generated_conversions` json NOT NULL,
  `responsive_images` json NOT NULL,
  `order_column` int(10) UNSIGNED DEFAULT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Dumping data for table `media`
--

INSERT INTO `media` (`id`, `model_type`, `model_id`, `uuid`, `collection_name`, `name`, `file_name`, `mime_type`, `disk`, `conversions_disk`, `size`, `manipulations`, `custom_properties`, `generated_conversions`, `responsive_images`, `order_column`, `created_at`, `updated_at`) VALUES
(1, 'App\\Models\\LeftHeaderNavigation', 1, '79b34266-407a-4274-99a0-0a2643f682d9', 'left_header_image', 'ic_back1', 'ic_back1.png', 'image/png', 'public', 'public', 1115, '[]', '[]', '[]', '[]', 1, '2022-11-08 03:21:43', '2022-11-08 03:21:43'),
(2, 'App\\Models\\LeftHeaderNavigation', 2, '4615e9a2-bb3b-4805-bc23-9f389a3b2788', 'left_header_image', 'ic_back2', 'ic_back2.png', 'image/png', 'public', 'public', 914, '[]', '[]', '[]', '[]', 2, '2022-11-08 03:21:48', '2022-11-08 03:21:48'),
(3, 'App\\Models\\LeftHeaderNavigation', 3, '18511e54-4091-46ca-abd1-386d64f2de83', 'left_header_image', 'ic_home', 'ic_home.png', 'image/png', 'public', 'public', 1469, '[]', '[]', '[]', '[]', 3, '2022-11-08 03:21:53', '2022-11-08 03:21:53'),
(4, 'App\\Models\\LeftHeaderNavigation', 4, '96f5b882-33f1-4934-8e03-66fd9e22e7df', 'left_header_image', 'ic_profile', 'ic_profile.png', 'image/png', 'public', 'public', 4951, '[]', '[]', '[]', '[]', 4, '2022-11-08 03:21:58', '2022-11-08 03:21:58'),
(5, 'App\\Models\\LeftHeaderNavigation', 5, '948bad54-dfec-4f37-ad1e-3445c3fcdcbe', 'left_header_image', 'ic_close', 'ic_close.png', 'image/png', 'public', 'public', 1138, '[]', '[]', '[]', '[]', 5, '2022-11-08 03:22:03', '2022-11-08 03:22:03'),
(6, 'App\\Models\\LeftHeaderNavigation', 6, '8a7a6094-c7f5-48aa-8801-aab0809909fe', 'left_header_image', 'ic_search', 'ic_search.png', 'image/png', 'public', 'public', 2721, '[]', '[]', '[]', '[]', 6, '2022-11-08 03:22:08', '2022-11-08 03:22:08'),
(7, 'App\\Models\\LeftHeaderNavigation', 7, '3ef277a2-a37a-4438-82d7-74b9da018559', 'left_header_image', 'ic_add', 'ic_add.png', 'image/png', 'public', 'public', 1843, '[]', '[]', '[]', '[]', 7, '2022-11-08 03:22:13', '2022-11-08 03:22:13'),
(8, 'App\\Models\\RightHeaderNavigation', 1, '4664451e-e15a-4ee1-95cc-fcf1501a01d0', 'right_header_image', 'ic_back1', 'ic_back1.png', 'image/png', 'public', 'public', 1115, '[]', '[]', '[]', '[]', 8, '2022-11-08 03:22:18', '2022-11-08 03:22:18'),
(9, 'App\\Models\\RightHeaderNavigation', 2, 'aeb2df1e-d310-430a-9eab-8d7d053456a2', 'right_header_image', 'ic_back2', 'ic_back2.png', 'image/png', 'public', 'public', 914, '[]', '[]', '[]', '[]', 9, '2022-11-08 03:22:23', '2022-11-08 03:22:23'),
(10, 'App\\Models\\RightHeaderNavigation', 3, '0b88d1d4-af15-4237-a2a7-12ad03e51d63', 'right_header_image', 'ic_home', 'ic_home.png', 'image/png', 'public', 'public', 1469, '[]', '[]', '[]', '[]', 10, '2022-11-08 03:22:28', '2022-11-08 03:22:28'),
(11, 'App\\Models\\RightHeaderNavigation', 4, '22e8b166-3938-45d9-b898-7c22eb6d94fa', 'right_header_image', 'ic_profile', 'ic_profile.png', 'image/png', 'public', 'public', 4951, '[]', '[]', '[]', '[]', 11, '2022-11-08 03:22:33', '2022-11-08 03:22:33'),
(12, 'App\\Models\\RightHeaderNavigation', 5, 'cfc1db72-c4c4-491a-95e4-0dc5d9b3ec70', 'right_header_image', 'ic_close', 'ic_close.png', 'image/png', 'public', 'public', 1138, '[]', '[]', '[]', '[]', 12, '2022-11-08 03:22:38', '2022-11-08 03:22:38'),
(13, 'App\\Models\\RightHeaderNavigation', 6, '5f5d9b5c-b960-43c6-8451-bed32f2f09c6', 'right_header_image', 'ic_search', 'ic_search.png', 'image/png', 'public', 'public', 2721, '[]', '[]', '[]', '[]', 13, '2022-11-08 03:22:43', '2022-11-08 03:22:43'),
(14, 'App\\Models\\RightHeaderNavigation', 7, 'c41e438c-0957-48a8-b302-8820d1c088a5', 'right_header_image', 'ic_add', 'ic_add.png', 'image/png', 'public', 'public', 1843, '[]', '[]', '[]', '[]', 14, '2022-11-08 03:22:48', '2022-11-08 03:22:48');

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

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

CREATE TABLE `migrations` (
  `id` int(10) UNSIGNED NOT NULL,
  `migration` varchar(255) 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, '2022_09_29_104958_create_app_configurations_table', 1),
(6, '2022_09_29_120556_create_ads_configurations_table', 1),
(7, '2022_09_30_053725_create_media_table', 1),
(8, '2022_09_30_065606_create_progress_bars_table', 1),
(9, '2022_09_30_074157_add_splash_configuration_table', 1),
(10, '2022_09_30_094416_create_bottom_navigation_styles_table', 1),
(11, '2022_10_01_042121_create_about_app_configurations_table', 1),
(12, '2022_10_01_042852_create_walk_through_table', 1),
(13, '2022_10_01_052048_create_floating_buttons_table', 1),
(14, '2022_10_01_055614_create_left_header_navigations_table', 1),
(15, '2022_10_01_073127_create_right_header_navigations_table', 1),
(16, '2022_10_02_064702_create_pages_table', 1),
(17, '2022_10_03_054451_create_user_agent_table', 1),
(18, '2022_10_03_095501_create_one_signal_configurations_table', 1),
(19, '2022_10_03_114515_create_share_contents_table', 1),
(20, '2022_10_03_132737_create_exit_popup_configuration_table', 1);

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

--
-- Table structure for table `one_signal_configurations`
--

CREATE TABLE `one_signal_configurations` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `key` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `value` 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;

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

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

CREATE TABLE `pages` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `title` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `URL` longtext COLLATE utf8mb4_unicode_ci,
  `status` tinyint(1) NOT NULL DEFAULT '0',
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

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

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

CREATE TABLE `password_resets` (
  `email` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `token` varchar(255) 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 `personal_access_tokens`
--

CREATE TABLE `personal_access_tokens` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `tokenable_type` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `tokenable_id` bigint(20) UNSIGNED NOT NULL,
  `name` varchar(255) 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 `progress_bars`
--

CREATE TABLE `progress_bars` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `key` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `value` 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 `progress_bars`
--

INSERT INTO `progress_bars` (`id`, `key`, `value`, `created_at`, `updated_at`) VALUES
(1, 'progress_bar_required', '1', '2022-11-08 03:21:38', '2022-11-08 03:21:38'),
(2, 'loader_style', 'FadingFour', '2022-11-08 03:21:38', '2022-11-08 03:21:38');

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

--
-- Table structure for table `right_header_navigations`
--

CREATE TABLE `right_header_navigations` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `title` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `url` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `status` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '0',
  `active` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '0',
  `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 `right_header_navigations`
--

INSERT INTO `right_header_navigations` (`id`, `title`, `url`, `status`, `active`, `created_at`, `updated_at`) VALUES
(1, 'Back Button 1', '', '0', '0', '2022-11-08 03:22:13', '2022-11-08 03:22:13'),
(2, 'Back Button 2', '', '1', '0', '2022-11-08 03:22:18', '2022-11-08 03:22:18'),
(3, 'Home', '', '1', '0', '2022-11-08 03:22:23', '2022-11-08 03:22:23'),
(4, 'Profile', 'https://www.google.com/', '0', '0', '2022-11-08 03:22:28', '2022-11-08 03:22:28'),
(5, 'Close', '', '0', '0', '2022-11-08 03:22:33', '2022-11-08 03:22:33'),
(6, 'Search', 'https://www.google.com/', '0', '0', '2022-11-08 03:22:38', '2022-11-08 03:22:38'),
(7, 'Add', 'https://www.google.com/', '0', '0', '2022-11-08 03:22:43', '2022-11-08 03:22:43');

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

--
-- Table structure for table `share_contents`
--

CREATE TABLE `share_contents` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `key` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `value` 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;

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

--
-- Table structure for table `splash_configuration`
--

CREATE TABLE `splash_configuration` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `key` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `value` 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 `splash_configuration`
--

INSERT INTO `splash_configuration` (`id`, `key`, `value`, `created_at`, `updated_at`) VALUES
(1, 'first_color', '#4581e8', '2022-11-08 03:21:38', '2022-11-08 03:21:38'),
(2, 'second_color', '#4581e8', '2022-11-08 03:21:38', '2022-11-08 03:21:38'),
(3, 'splash_logo', '/images/avatar.png', '2022-11-08 03:21:38', '2022-11-08 03:21:38'),
(4, 'enable_splash_logo', '0', '2022-11-08 03:21:38', '2022-11-08 03:21:38'),
(5, 'enable_splash_title', '0', '2022-11-08 03:21:38', '2022-11-08 03:21:38'),
(6, 'splash_title', 'web app', '2022-11-08 03:21:38', '2022-11-08 03:21:38'),
(7, 'splash_title_color', '#ffffff', '2022-11-08 03:21:38', '2022-11-08 03:21:38'),
(8, 'enable_splash_background', '0', '2022-11-08 03:21:38', '2022-11-08 03:21:38'),
(9, 'splash_background', '/images/avatar.png', '2022-11-08 03:21:38', '2022-11-08 03:21:38');

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

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

CREATE TABLE `users` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `name` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `email` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `email_verified_at` timestamp NULL DEFAULT NULL,
  `password` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `theme_mode` tinyint(1) NOT NULL DEFAULT '0',
  `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`, `email`, `email_verified_at`, `password`, `theme_mode`, `remember_token`, `created_at`, `updated_at`) VALUES
(1, 'Infy-web', 'admin@infyweb.com', '2022-11-08 03:22:48', '$2y$10$EeUXynz5/R2MXFvk22zeluX3m4yqmV9yhiopn5CRJE2qvGw0RV8FK', 0, NULL, '2022-11-08 03:22:48', '2022-11-08 03:22:48');

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

--
-- Table structure for table `user_agent`
--

CREATE TABLE `user_agent` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `title` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `for_android` longtext COLLATE utf8mb4_unicode_ci,
  `for_iOS` 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 `walk_through`
--

CREATE TABLE `walk_through` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `screen` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `title` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `subtitle` 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 `walk_through`
--

INSERT INTO `walk_through` (`id`, `screen`, `title`, `subtitle`, `created_at`, `updated_at`) VALUES
(1, 'Screen 1', 'Website to mobile app 1', 'With just an URL you can convert your website to an Android or iOS mobile', '2022-11-08 03:22:48', '2022-11-08 03:22:48'),
(2, 'Screen 2', 'Website to mobile app 2', 'With just an URL you can convert your website to an Android or iOS mobile', '2022-11-08 03:22:48', '2022-11-08 03:22:48'),
(3, 'Screen 3', 'Website to mobile app 3', 'With just an URL you can convert your website to an Android or iOS mobile', '2022-11-08 03:22:48', '2022-11-08 03:22:48');

--
-- Indexes for dumped tables
--

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

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

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

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

--
-- Indexes for table `exit_popup_configuration`
--
ALTER TABLE `exit_popup_configuration`
  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 `floating_buttons`
--
ALTER TABLE `floating_buttons`
  ADD PRIMARY KEY (`id`);

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

--
-- Indexes for table `media`
--
ALTER TABLE `media`
  ADD PRIMARY KEY (`id`),
  ADD UNIQUE KEY `media_uuid_unique` (`uuid`),
  ADD KEY `media_model_type_model_id_index` (`model_type`,`model_id`),
  ADD KEY `media_order_column_index` (`order_column`);

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

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

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

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

--
-- 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 `progress_bars`
--
ALTER TABLE `progress_bars`
  ADD PRIMARY KEY (`id`);

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

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

--
-- Indexes for table `splash_configuration`
--
ALTER TABLE `splash_configuration`
  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 `user_agent`
--
ALTER TABLE `user_agent`
  ADD PRIMARY KEY (`id`);

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

--
-- AUTO_INCREMENT for dumped tables
--

--
-- AUTO_INCREMENT for table `about_app_configurations`
--
ALTER TABLE `about_app_configurations`
  MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=13;

--
-- AUTO_INCREMENT for table `ads_configurations`
--
ALTER TABLE `ads_configurations`
  MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=6;

--
-- AUTO_INCREMENT for table `app_configurations`
--
ALTER TABLE `app_configurations`
  MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=25;

--
-- AUTO_INCREMENT for table `bottom_navigation_styles`
--
ALTER TABLE `bottom_navigation_styles`
  MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `exit_popup_configuration`
--
ALTER TABLE `exit_popup_configuration`
  MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=6;

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

--
-- AUTO_INCREMENT for table `floating_buttons`
--
ALTER TABLE `floating_buttons`
  MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `left_header_navigations`
--
ALTER TABLE `left_header_navigations`
  MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=8;

--
-- AUTO_INCREMENT for table `media`
--
ALTER TABLE `media`
  MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=15;

--
-- AUTO_INCREMENT for table `migrations`
--
ALTER TABLE `migrations`
  MODIFY `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=21;

--
-- AUTO_INCREMENT for table `one_signal_configurations`
--
ALTER TABLE `one_signal_configurations`
  MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT;

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

--
-- 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 `progress_bars`
--
ALTER TABLE `progress_bars`
  MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=3;

--
-- AUTO_INCREMENT for table `right_header_navigations`
--
ALTER TABLE `right_header_navigations`
  MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=8;

--
-- AUTO_INCREMENT for table `share_contents`
--
ALTER TABLE `share_contents`
  MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `splash_configuration`
--
ALTER TABLE `splash_configuration`
  MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=10;

--
-- AUTO_INCREMENT for table `users`
--
ALTER TABLE `users`
  MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=2;

--
-- AUTO_INCREMENT for table `user_agent`
--
ALTER TABLE `user_agent`
  MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `walk_through`
--
ALTER TABLE `walk_through`
  MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=4;
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 */;
