D7net
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
home
/
forge
/
almahero.online
/
Filename :
icsgroup_alsafasakr.sql
back
Copy
-- phpMyAdmin SQL Dump -- version 5.2.2 -- https://www.phpmyadmin.net/ -- -- Host: localhost:3306 -- Generation Time: Aug 18, 2025 at 06:29 PM -- Server version: 10.11.13-MariaDB-cll-lve-log -- PHP Version: 8.4.10 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: `icsgroup_alsafasakr` -- -- -------------------------------------------------------- -- -- Table structure for table `about_us_generals` -- CREATE TABLE `about_us_generals` ( `id` bigint(20) UNSIGNED NOT NULL, `gallery_area_title` varchar(255) DEFAULT NULL, `gallery_area_subtitle` text DEFAULT NULL, `gallery_third_image` varchar(255) DEFAULT NULL, `gallery_second_image` varchar(255) DEFAULT NULL, `gallery_first_image` varchar(255) DEFAULT NULL, `our_history_title` varchar(255) DEFAULT NULL, `our_history_subtitle` text DEFAULT NULL, `upgrade_skill_logo` varchar(255) DEFAULT NULL, `upgrade_skill_title` varchar(255) DEFAULT NULL, `upgrade_skill_subtitle` text DEFAULT NULL, `upgrade_skill_button_name` varchar(255) DEFAULT NULL, `team_member_logo` varchar(255) DEFAULT NULL, `team_member_title` varchar(255) DEFAULT NULL, `team_member_subtitle` text DEFAULT NULL, `instructor_support_title` varchar(255) DEFAULT NULL, `instructor_support_subtitle` text 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 `about_us_generals` -- INSERT INTO `about_us_generals` (`id`, `gallery_area_title`, `gallery_area_subtitle`, `gallery_third_image`, `gallery_second_image`, `gallery_first_image`, `our_history_title`, `our_history_subtitle`, `upgrade_skill_logo`, `upgrade_skill_title`, `upgrade_skill_subtitle`, `upgrade_skill_button_name`, `team_member_logo`, `team_member_title`, `team_member_subtitle`, `instructor_support_title`, `instructor_support_subtitle`, `created_at`, `updated_at`) VALUES (1, 'Mere Tranquil Existence, That I Neglect My Talents Should', 'Possession Of My Entire Soul, Like These Sweet Mornings Of Spring Which I Enjoy With My Whole Heart. I Am Alone, And Charm Of Existence In This Spot, Which Was Created For The Bliss Of Souls Like Mine. I Am So Happy, My Dear Friend, So Absorbed In The Exquisite Sense Of Mere Tranquil Existence', 'uploads_demo/gallery/3.jpg', 'uploads_demo/gallery/2.jpg', 'uploads_demo/gallery/1.jpg', 'Our History', 'Possession Of My Entire Soul, Like These Sweet Mornings Of Spring Which I Enjoy With My Whole Heart. I Am Alone, And Charm Of Existence In This Spot Which', 'uploads_demo/about_us_general/upgrade.jpg', 'Upgrade Your Skills Today For Upgrading Your Life.', 'Noticed by me when I hear the buzz of the little world among the stalks, and grow familiar with the countless indescribable forms of the insects and flies, then I feel the presence stalks, and grow familiar with the countless', 'Find Your Course', 'uploads_demo/about_us_general/team-members-heading-img.png', 'Our Passionate Team Members', 'CHOOSE FROM 5,000 ONLINE VIDEO COURSES WITH NEW ADDITIONS', 'Quality Course, Instructor And Support', 'CHOOSE FROM 5,000 ONLINE VIDEO COURSES WITH NEW ADDITIONS', NULL, NULL); -- -------------------------------------------------------- -- -- Table structure for table `affiliate_history` -- CREATE TABLE `affiliate_history` ( `id` bigint(20) UNSIGNED NOT NULL, `hash` varchar(191) NOT NULL, `user_id` bigint(20) NOT NULL, `buyer_id` bigint(20) NOT NULL, `order_id` bigint(20) NOT NULL, `order_item_id` bigint(20) NOT NULL, `course_id` bigint(20) DEFAULT NULL, `bundle_id` bigint(20) DEFAULT NULL, `consultation_slot_id` bigint(20) DEFAULT NULL, `actual_price` decimal(8,2) NOT NULL DEFAULT 0.00, `discount` decimal(8,2) NOT NULL DEFAULT 0.00, `commission` decimal(8,2) NOT NULL DEFAULT 0.00, `commission_percentage` decimal(8,2) NOT NULL DEFAULT 0.00, `status` tinyint(4) NOT NULL DEFAULT 0 COMMENT '0=due,1=paid', `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 `affiliate_request` -- CREATE TABLE `affiliate_request` ( `id` bigint(20) UNSIGNED NOT NULL, `user_id` bigint(20) UNSIGNED NOT NULL, `address` varchar(191) DEFAULT NULL, `comments` varchar(191) DEFAULT NULL, `letter` varchar(191) DEFAULT NULL, `affiliate_code` varchar(191) DEFAULT NULL, `status` tinyint(4) 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 `answers` -- CREATE TABLE `answers` ( `id` bigint(20) UNSIGNED NOT NULL, `user_id` bigint(20) NOT NULL, `exam_id` bigint(20) NOT NULL, `question_id` bigint(20) NOT NULL, `question_option_id` bigint(20) NOT NULL, `take_exam_id` bigint(20) NOT NULL, `multiple_choice_answer` mediumtext DEFAULT NULL, `is_correct` varchar(10) NOT NULL COMMENT 'yes, no', `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 `assignments` -- CREATE TABLE `assignments` ( `id` bigint(20) UNSIGNED NOT NULL, `uuid` char(36) NOT NULL, `user_id` bigint(20) UNSIGNED NOT NULL, `course_id` bigint(20) UNSIGNED NOT NULL, `name` varchar(255) NOT NULL, `description` mediumtext DEFAULT NULL, `marks` int(11) DEFAULT NULL, `file` varchar(255) DEFAULT NULL, `original_filename` varchar(255) DEFAULT NULL, `size` varchar(255) DEFAULT NULL, `status` tinyint(4) DEFAULT 1 COMMENT '1=active, 2=deactivated', `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 `assignment_files` -- CREATE TABLE `assignment_files` ( `id` bigint(20) UNSIGNED NOT NULL, `assignment_id` bigint(20) UNSIGNED DEFAULT NULL, `file` varchar(255) 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 `assignment_submits` -- CREATE TABLE `assignment_submits` ( `id` bigint(20) UNSIGNED NOT NULL, `uuid` char(36) NOT NULL, `user_id` bigint(20) UNSIGNED DEFAULT NULL, `course_id` bigint(20) UNSIGNED DEFAULT NULL, `assignment_id` bigint(20) UNSIGNED DEFAULT NULL, `marks` double(8,2) DEFAULT NULL, `notes` mediumtext DEFAULT NULL, `file` varchar(255) DEFAULT NULL, `original_filename` varchar(255) DEFAULT NULL, `size` varchar(255) 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 `banks` -- CREATE TABLE `banks` ( `id` bigint(20) UNSIGNED NOT NULL, `name` varchar(255) NOT NULL, `account_name` varchar(255) NOT NULL, `account_number` varchar(255) NOT NULL, `status` tinyint(4) NOT NULL DEFAULT 1 COMMENT '1=active,0=inactive', `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 `beneficiaries` -- CREATE TABLE `beneficiaries` ( `id` bigint(20) UNSIGNED NOT NULL, `uuid` char(36) NOT NULL, `user_id` bigint(20) UNSIGNED NOT NULL, `beneficiary_name` varchar(191) NOT NULL, `type` tinyint(4) NOT NULL, `card_number` varchar(191) DEFAULT NULL, `card_holder_name` varchar(191) DEFAULT NULL, `expire_month` varchar(191) DEFAULT NULL, `expire_year` varchar(191) DEFAULT NULL, `bank_name` varchar(191) DEFAULT NULL, `bank_account_number` varchar(191) DEFAULT NULL, `bank_account_name` varchar(191) DEFAULT NULL, `bank_routing_number` varchar(191) DEFAULT NULL, `paypal_email` varchar(191) DEFAULT NULL, `status` tinyint(4) NOT NULL DEFAULT 1, `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 `blogs` -- CREATE TABLE `blogs` ( `id` bigint(20) UNSIGNED NOT NULL, `uuid` char(36) NOT NULL, `user_id` bigint(20) NOT NULL, `title` varchar(255) NOT NULL, `slug` varchar(255) NOT NULL, `details` mediumtext NOT NULL, `image` varchar(255) DEFAULT NULL, `status` tinyint(4) NOT NULL DEFAULT 0 COMMENT '1=published, 0=unpublished', `blog_category_id` bigint(20) UNSIGNED DEFAULT NULL, `meta_title` varchar(191) DEFAULT NULL, `meta_description` text DEFAULT NULL, `meta_keywords` text DEFAULT NULL, `og_image` varchar(191) 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 `blogs` -- INSERT INTO `blogs` (`id`, `uuid`, `user_id`, `title`, `slug`, `details`, `image`, `status`, `blog_category_id`, `meta_title`, `meta_description`, `meta_keywords`, `og_image`, `created_at`, `updated_at`) VALUES (1, '40a5dc67-3cd9-4139-8edb-1ba47bd798db', 1, '60 Common C# Interview Questions in 2022: Ace Your Next Interview', '60-common-c-interview-questions-in-2022-ace-your-next-interview', 'Getting hired as a programmer can be a challenge. There’s a lot of talent out there, and there’s a lot of competition. Many employers are wary of “paper programmers”; people who have no programming experience but just a degree. Because of this, they often ask in-depth programming questions during their interview. These questions can be hard to answer if you haven’t properly prepared. In this article, I’ll help you prepare to ace your next interview with these questions related to the C# programming language. At the same time, you might want to practice with some C# projects. These 50 essential C# questions and answers will help you understand the technical concepts of the language. You’ll walk into a meeting with the hiring manager with confidence. As a developer myself, I use these concepts daily.', 'uploads_demo/blog/1.jpg', 1, 1, NULL, NULL, NULL, NULL, '2022-12-05 03:35:33', '2022-12-05 03:35:33'), (2, 'a869eb40-1962-48bd-aa8b-6fe69e2a750e', 1, 'PostgreSQL vs. MySQL: Which SQL Platform Should You Use?', 'postgresql-vs-mysql-which-sql-platform-should-you-use', 'MySQL and PostgreSQL are both leading database technologies built on a foundation of SQL: Structured Query Language. SQL forms the basis of how to create, access, update, and otherwise interact with data stored in a relational database. While MySQL has been the most popular platform for many years, PostgreSQL is another major contender. Many database administrators and developers will know both technologies, which are much more similar than they are different. You can learn more about the history of SQL and how the various “flavors” came to be by watching this brief video: Depending on what you’re trying to create, the data you’re trying to manage, and your own background as a programmer or analyst, you may find one language preferable over the other. But in terms of popularity and marketability, both are widely used, with MySQL maintaining the advantage here. Compared to PostgreSQL, MySQL has the largest market share and, therefore, the most job opportunities. Here’s what you need to know about MySQL vs. PostgreSQL — the differences, benefits, and disadvantages — as well as some basic information about SQL and database platforms.', 'uploads_demo/blog/2.jpg', 1, 2, NULL, NULL, NULL, NULL, '2022-12-05 03:35:33', '2022-12-05 03:35:33'), (3, '78eb086d-192e-4f77-9b3e-25cf9e4d50be', 1, 'Java vs. Python: Which Is the Best Programming Language for You?', 'java-vs-python-which-is-the-best-programming-language-for-you', 'Java and Python are both excellent choices for a beginning programmer. You really can’t go wrong by choosing either one. Here are some things these languages have in common. Both are popular and in high demand.Both are open source and don’t require a paid license to use for developers. In the case of Java, if you use the official Oracle Java version, there may be a fee for commercial use payable by your customer/employer when deploying your Java application. However, there are free runtime versions available from multiple vendors as well. You can get started coding in either language today as long as you have an internet connection to download the installation files and a computer that runs Windows, OS X, or Linux.The two languages do have their differences, and developers sometimes prefer one or the other for various reasons. Below is a discussion of those reasons, with hopefully enough information to help you decide which language is the one for you.', 'uploads_demo/blog/3.jpg', 1, 1, NULL, NULL, NULL, NULL, '2022-12-05 03:35:33', '2022-12-05 03:35:33'), (4, 'ba833949-5b33-4fab-b72b-dcd78e2dd340', 1, 'Learn Coding in Scratch with a Cool Game Idea', 'learn-coding-in-scratch-with-a-cool-game-idea', 'A few years ago, the creation of programs and applications was aimed at only a few people with specialized knowledge. Lately, though, programming for beginners has been possible, thanks to software that has been developed, such as Scratch. In this article, you will see how to create your own game in an easy and fun way.\r\nWhy start Scratch Coding?\r\nThe rate at which jobs in the IT sector are growing is almost twice as high as in other industries, and this is only an indication of work in future new technologies. Researchers estimate that “the digital economy is worth $11.5 trillion globally, equivalent to 15.5 percent of global GDP and has grown two and a half times faster than global GDP over the past 15 years.”\r\nIn a few years, programming knowledge will be fully integrated into educational programs for every age. Using coding concepts, it’s possible to design projects that utilize very similar guidelines and rubrics for a digital project, thereby giving students the opportunity to learn about their topic and sharpen their coding skills at the same time. Future human resources, generations Y and Z, will have at their core the digital skills needed to program.', 'uploads_demo/blog/2.jpg', 1, 1, NULL, NULL, NULL, NULL, '2022-12-05 03:35:33', '2022-12-05 03:35:33'); -- -------------------------------------------------------- -- -- Table structure for table `blog_categories` -- CREATE TABLE `blog_categories` ( `id` bigint(20) UNSIGNED NOT NULL, `uuid` char(36) NOT NULL, `name` varchar(255) NOT NULL, `slug` varchar(255) NOT NULL, `status` tinyint(4) NOT NULL DEFAULT 0 COMMENT '1=active, 0=deactivated', `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 `blog_categories` -- INSERT INTO `blog_categories` (`id`, `uuid`, `name`, `slug`, `status`, `created_at`, `updated_at`) VALUES (1, '28828707-9415-4068-adef-12641516486a', 'Development', 'development', 1, '2022-12-05 03:35:33', '2022-12-05 03:35:33'), (2, 'ebe375f1-0a4a-4b3a-bf56-028824c9507f', 'IT & Software', 'it-software', 1, '2022-12-05 03:35:33', '2022-12-05 03:35:33'), (3, '61efe125-6f32-4c7a-b6fe-061a3df3dbd2', 'Data Science', 'data-science', 1, '2022-12-05 03:35:33', '2022-12-05 03:35:33'), (4, '890e77d8-0b8a-4073-9e91-c24d675e1d39', 'Soft Skills', 'soft-skills', 1, '2022-12-05 03:35:33', '2022-12-05 03:35:33'), (5, '911dcac5-1200-4fc4-94f2-2caea6251453', 'Business', 'business', 1, '2022-12-05 03:35:33', '2022-12-05 03:35:33'), (6, 'ad757f0e-a7db-4a60-8efb-0858880690c8', 'Marketing', 'marketing', 1, '2022-12-05 03:35:33', '2022-12-05 03:35:33'), (7, 'e0637550-8560-4e2d-b4c4-fddc8b7bf1a6', 'Design', 'design', 1, '2022-12-05 03:35:33', '2022-12-05 03:35:33'); -- -------------------------------------------------------- -- -- Table structure for table `blog_comments` -- CREATE TABLE `blog_comments` ( `id` bigint(20) UNSIGNED NOT NULL, `blog_id` bigint(20) UNSIGNED DEFAULT NULL, `user_id` bigint(20) UNSIGNED DEFAULT NULL, `name` varchar(255) DEFAULT NULL, `email` varchar(255) DEFAULT NULL, `comment` text DEFAULT NULL, `status` tinyint(4) DEFAULT 1 COMMENT '1=active, 2=deactivate', `parent_id` bigint(20) UNSIGNED DEFAULT NULL, `created_at` timestamp NULL DEFAULT NULL, `updated_at` timestamp NULL DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -------------------------------------------------------- -- -- Table structure for table `blog_tags` -- CREATE TABLE `blog_tags` ( `id` bigint(20) UNSIGNED NOT NULL, `blog_id` bigint(20) UNSIGNED DEFAULT NULL, `tag_id` bigint(20) UNSIGNED DEFAULT NULL, `created_at` timestamp NULL DEFAULT NULL, `updated_at` timestamp NULL DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -------------------------------------------------------- -- -- Table structure for table `booking_histories` -- CREATE TABLE `booking_histories` ( `id` bigint(20) UNSIGNED NOT NULL, `uuid` char(36) NOT NULL, `order_id` bigint(20) UNSIGNED NOT NULL, `order_item_id` bigint(20) UNSIGNED NOT NULL, `instructor_user_id` bigint(20) UNSIGNED NOT NULL, `student_user_id` bigint(20) UNSIGNED NOT NULL, `consultation_slot_id` bigint(20) UNSIGNED NOT NULL, `date` varchar(191) NOT NULL, `day` tinyint(4) NOT NULL COMMENT '0=sunday,1=monday,2=tuesday,3=wednesday,4=thursday,5=friday,6=saturday', `time` varchar(191) NOT NULL, `duration` varchar(191) NOT NULL, `status` tinyint(4) NOT NULL COMMENT '0=Pending,1=Approve,2=Cancel,3=Completed', `type` tinyint(4) NOT NULL DEFAULT 1 COMMENT '1=In-person,2=Online', `start_url` mediumtext DEFAULT NULL, `join_url` mediumtext DEFAULT NULL, `meeting_id` varchar(191) DEFAULT NULL, `meeting_password` varchar(191) DEFAULT NULL, `meeting_host_name` varchar(191) DEFAULT NULL COMMENT 'zoom,bbb,jitsi', `moderator_pw` varchar(191) DEFAULT NULL COMMENT 'use only for bbb', `attendee_pw` varchar(191) DEFAULT NULL COMMENT 'use only for bbb', `cancel_reason` mediumtext DEFAULT NULL, `send_back_money_status` tinyint(4) DEFAULT 0 COMMENT '1=Yes, 0=No', `back_admin_commission` varchar(191) DEFAULT NULL COMMENT 'Admin Commission', `back_owner_balance` varchar(191) DEFAULT NULL COMMENT 'Instructor Commission', `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 `bundles` -- CREATE TABLE `bundles` ( `id` bigint(20) UNSIGNED NOT NULL, `uuid` char(36) NOT NULL, `user_id` bigint(20) UNSIGNED DEFAULT NULL, `name` varchar(191) NOT NULL, `slug` varchar(191) NOT NULL, `image` varchar(191) DEFAULT NULL, `overview` longtext DEFAULT NULL, `price` varchar(191) DEFAULT NULL, `status` tinyint(4) DEFAULT NULL COMMENT '1=active,0=disable', `is_subscription_enable` tinyint(4) NOT NULL DEFAULT 1, `access_period` int(11) NOT NULL DEFAULT 0, `meta_title` varchar(191) DEFAULT NULL, `meta_description` text DEFAULT NULL, `meta_keywords` text DEFAULT NULL, `og_image` varchar(191) 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 `bundle_courses` -- CREATE TABLE `bundle_courses` ( `id` bigint(20) UNSIGNED NOT NULL, `bundle_id` bigint(20) UNSIGNED DEFAULT NULL, `course_id` bigint(20) UNSIGNED DEFAULT NULL, `created_at` timestamp NULL DEFAULT NULL, `updated_at` timestamp NULL DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -------------------------------------------------------- -- -- Table structure for table `cart_management` -- CREATE TABLE `cart_management` ( `id` bigint(20) UNSIGNED NOT NULL, `user_id` bigint(20) UNSIGNED DEFAULT NULL, `receiver_info` text DEFAULT NULL, `course_id` bigint(20) UNSIGNED DEFAULT NULL, `product_id` bigint(20) UNSIGNED DEFAULT NULL, `quantity` int(10) UNSIGNED NOT NULL DEFAULT 0, `shipping_charge` decimal(12,2) NOT NULL DEFAULT 0.00, `consultation_slot_id` bigint(20) UNSIGNED DEFAULT NULL, `consultation_details` text DEFAULT NULL, `consultation_date` varchar(191) DEFAULT NULL, `consultation_available_type` varchar(191) DEFAULT NULL, `bundle_id` bigint(20) UNSIGNED DEFAULT NULL, `bundle_course_ids` text DEFAULT NULL, `promotion_id` bigint(20) UNSIGNED DEFAULT NULL, `coupon_id` bigint(20) UNSIGNED DEFAULT NULL, `is_subscription_enable` bigint(20) UNSIGNED NOT NULL, `main_price` decimal(8,2) NOT NULL DEFAULT 0.00, `price` decimal(8,2) NOT NULL DEFAULT 0.00, `discount` decimal(8,2) NOT NULL DEFAULT 0.00, `created_at` timestamp NULL DEFAULT NULL, `updated_at` timestamp NULL DEFAULT NULL, `reference` varchar(191) DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -------------------------------------------------------- -- -- Table structure for table `categories` -- CREATE TABLE `categories` ( `id` bigint(20) UNSIGNED NOT NULL, `uuid` char(36) NOT NULL, `name` varchar(255) NOT NULL, `image` varchar(255) DEFAULT NULL, `is_feature` varchar(10) NOT NULL DEFAULT 'no' COMMENT 'yes, no', `slug` varchar(255) NOT NULL, `meta_title` varchar(191) DEFAULT NULL, `meta_description` text DEFAULT NULL, `meta_keywords` text DEFAULT NULL, `og_image` varchar(191) DEFAULT NULL, `status` tinyint(4) NOT NULL DEFAULT 1 COMMENT '1=active, 0=inactive', `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 `categories` -- INSERT INTO `categories` (`id`, `uuid`, `name`, `image`, `is_feature`, `slug`, `meta_title`, `meta_description`, `meta_keywords`, `og_image`, `status`, `created_at`, `updated_at`) VALUES (1, '31c77dbb-0271-406e-afdd-da92e4a37f92', 'Development', 'uploads_demo/category/1.png', 'yes', 'development', NULL, NULL, NULL, NULL, 1, '2022-12-05 03:35:33', '2022-12-05 03:35:33'), (2, 'ac42d76f-65cc-463a-8428-733c305215e4', 'IT & Software', 'uploads_demo/category/2.png', 'yes', 'it-software', NULL, NULL, NULL, NULL, 1, '2022-12-05 03:35:33', '2022-12-05 03:35:33'), (3, 'd8cde16c-e98b-4991-adf9-f2b150789c90', 'Office Productivity', 'uploads_demo/category/3.png', 'yes', 'office-productivity', NULL, NULL, NULL, NULL, 1, '2022-12-05 03:35:33', '2022-12-05 03:35:33'), (4, '07e99f6a-c5b7-4fe1-9503-f180bb8484f9', 'Personal Development', 'uploads_demo/category/4.png', 'yes', 'personal-development', NULL, NULL, NULL, NULL, 1, '2022-12-05 03:35:33', '2022-12-05 03:35:33'), (5, '44b94434-0327-4e77-b3b7-ad2523809bce', 'Business', NULL, 'no', 'business', NULL, NULL, NULL, NULL, 1, '2022-12-05 03:35:33', '2022-12-05 03:35:33'), (6, '57e18cf4-0050-4baf-8e10-3d9a65eaf8ed', 'Marketing', NULL, 'no', 'marketing', NULL, NULL, NULL, NULL, 1, '2022-12-05 03:35:33', '2022-12-05 03:35:33'), (7, '90cd37ac-b804-4095-a471-3651ec40718a', 'Design', NULL, 'no', 'design', NULL, NULL, NULL, NULL, 1, '2022-12-05 03:35:33', '2022-12-05 03:35:33'), (8, '4441d186-fab2-4e8e-a4ed-ab7fc24f6e71', 'Health & Fitness', NULL, 'no', 'health-fitness', NULL, NULL, NULL, NULL, 1, '2022-12-05 03:35:33', '2022-12-05 03:35:33'), (9, 'a1d1c370-5ce4-4bbc-9b27-5e8645282259', 'Finance & Accounting', NULL, 'no', 'finance-accounting', NULL, NULL, NULL, NULL, 1, '2022-12-05 03:35:33', '2022-12-05 03:35:33'); -- -------------------------------------------------------- -- -- Table structure for table `certificates` -- CREATE TABLE `certificates` ( `id` bigint(20) UNSIGNED NOT NULL, `uuid` char(36) NOT NULL, `certificate_number` varchar(50) DEFAULT NULL, `image` varchar(191) DEFAULT NULL, `show_number` varchar(10) DEFAULT 'yes' COMMENT 'yes, no', `number_x_position` int(11) DEFAULT 0, `number_y_position` int(11) DEFAULT 0, `number_font_size` int(11) DEFAULT 18, `number_font_color` varchar(25) DEFAULT NULL, `title` varchar(191) DEFAULT NULL, `title_x_position` int(11) DEFAULT 0, `title_y_position` int(11) DEFAULT 0, `title_font_size` int(11) DEFAULT 20, `title_font_color` varchar(25) DEFAULT NULL, `show_date` varchar(10) NOT NULL DEFAULT 'yes' COMMENT 'yes, no', `date_x_position` int(11) DEFAULT 0, `date_y_position` int(11) DEFAULT 16, `date_font_size` int(11) DEFAULT 30, `date_font_color` varchar(25) DEFAULT NULL, `show_student_name` varchar(10) NOT NULL DEFAULT 'yes' COMMENT 'yes, no', `student_name_x_position` int(11) DEFAULT 0, `student_name_y_position` int(11) DEFAULT 16, `student_name_font_size` int(11) DEFAULT 32, `student_name_font_color` varchar(25) DEFAULT NULL, `body` mediumtext DEFAULT NULL, `body_max_length` int(11) DEFAULT 80, `body_x_position` int(11) DEFAULT 0, `body_y_position` int(11) DEFAULT 16, `body_font_size` int(11) DEFAULT 20, `body_font_color` varchar(25) DEFAULT NULL, `role_1_show` varchar(10) DEFAULT NULL COMMENT 'yes, no', `role_1_title` varchar(191) DEFAULT NULL, `role_1_signature` varchar(191) DEFAULT NULL, `role_1_x_position` int(11) DEFAULT 16, `role_1_y_position` int(11) DEFAULT 16, `role_1_font_size` int(11) DEFAULT 18, `role_1_font_color` varchar(25) DEFAULT NULL, `role_2_show` varchar(10) DEFAULT NULL COMMENT 'yes, no', `role_2_title` varchar(191) DEFAULT NULL, `role_2_x_position` int(11) DEFAULT 0, `role_2_y_position` int(11) DEFAULT 0, `role_2_font_size` int(11) DEFAULT 18, `role_2_font_color` varchar(25) DEFAULT NULL, `path` varchar(191) DEFAULT NULL, `status` tinyint(4) NOT NULL DEFAULT 1, `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 `certificate_by_instructors` -- CREATE TABLE `certificate_by_instructors` ( `id` bigint(20) UNSIGNED NOT NULL, `uuid` char(36) NOT NULL, `course_id` bigint(20) DEFAULT NULL, `certificate_id` bigint(20) DEFAULT NULL, `title` varchar(255) DEFAULT NULL, `title_x_position` int(11) NOT NULL DEFAULT 0, `title_y_position` int(11) NOT NULL DEFAULT 0, `title_font_size` int(11) NOT NULL DEFAULT 20, `title_font_color` varchar(25) DEFAULT NULL, `body` mediumtext DEFAULT NULL, `body_max_length` int(11) NOT NULL DEFAULT 80, `body_x_position` int(11) NOT NULL DEFAULT 0, `body_y_position` int(11) NOT NULL DEFAULT 16, `body_font_size` int(11) NOT NULL DEFAULT 20, `body_font_color` varchar(25) DEFAULT NULL, `signature` varchar(255) DEFAULT NULL, `role_2_x_position` int(11) NOT NULL DEFAULT 0, `role_2_y_position` int(11) NOT NULL DEFAULT 10, `path` varchar(255) 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 `chats` -- CREATE TABLE `chats` ( `id` bigint(20) UNSIGNED NOT NULL, `sender_id` int(11) NOT NULL, `receiver_id` int(11) NOT NULL, `course_id` int(11) NOT NULL, `message` text NOT NULL, `is_seen` tinyint(1) NOT NULL, `created_at` timestamp NULL DEFAULT NULL, `updated_at` timestamp NULL DEFAULT NULL, `deleted_at` timestamp NULL DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -------------------------------------------------------- -- -- Table structure for table `chat_messages` -- CREATE TABLE `chat_messages` ( `id` bigint(20) UNSIGNED NOT NULL, `incoming_user_id` bigint(20) UNSIGNED DEFAULT NULL, `outgoing_user_id` bigint(20) UNSIGNED DEFAULT NULL, `message` longtext DEFAULT NULL, `view` tinyint(4) DEFAULT 2 COMMENT '1=seen,2=not seen', `created_user_type` tinyint(4) DEFAULT NULL COMMENT '1=student,2=instructor', `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 `cities` -- CREATE TABLE `cities` ( `id` bigint(20) UNSIGNED NOT NULL, `state_id` bigint(20) NOT NULL, `name` varchar(255) 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 `cities` -- INSERT INTO `cities` (`id`, `state_id`, `name`, `created_at`, `updated_at`) VALUES (1, 1, 'Dhanmondi', NULL, NULL), (2, 1, 'Bannai', NULL, NULL), (3, 2, 'Nirala', NULL, NULL), (4, 2, 'Zero Point', NULL, NULL), (5, 3, 'Tomchombridge', NULL, NULL), (6, 3, 'Cantonment', NULL, NULL), (7, 4, 'Acton', NULL, NULL), (8, 4, 'Alamo', NULL, NULL), (9, 5, 'Albin', NULL, NULL), (10, 6, 'Bartow', NULL, NULL), (11, 7, 'Oban', NULL, NULL), (12, 8, 'Holywood', NULL, NULL), (13, 9, 'Ely', NULL, NULL); -- -------------------------------------------------------- -- -- Table structure for table `client_logos` -- CREATE TABLE `client_logos` ( `id` bigint(20) UNSIGNED NOT NULL, `name` varchar(255) DEFAULT NULL, `logo` varchar(255) 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 `client_logos` -- INSERT INTO `client_logos` (`id`, `name`, `logo`, `created_at`, `updated_at`) VALUES (1, 'Ovita', 'uploads_demo/client-logo/1.png', '2022-12-05 03:35:33', '2022-12-05 03:35:33'), (2, 'Vigon', 'uploads_demo/client-logo/2.png', '2022-12-05 03:35:33', '2022-12-05 03:35:33'), (3, 'Betribe', 'uploads_demo/client-logo/3.png', '2022-12-05 03:35:33', '2022-12-05 03:35:33'), (4, 'Parsit', 'uploads_demo/client-logo/4.png', '2022-12-05 03:35:33', '2022-12-05 03:35:33'), (5, 'Karika', 'uploads_demo/client-logo/5.png', '2022-12-05 03:35:33', '2022-12-05 03:35:33'); -- -------------------------------------------------------- -- -- Table structure for table `consultation_slots` -- CREATE TABLE `consultation_slots` ( `id` bigint(20) UNSIGNED NOT NULL, `user_id` bigint(20) UNSIGNED NOT NULL, `day` tinyint(4) NOT NULL COMMENT '0=sunday,1=monday,2=tuesday,3=wednesday,4=thursday,5=friday,6=saturday', `time` varchar(191) NOT NULL, `duration` varchar(191) NOT NULL, `hour_duration` varchar(191) NOT NULL, `minute_duration` varchar(191) 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 `contact_us` -- CREATE TABLE `contact_us` ( `id` bigint(20) UNSIGNED NOT NULL, `name` varchar(255) NOT NULL, `email` varchar(255) NOT NULL, `contact_us_issue_id` bigint(20) UNSIGNED DEFAULT NULL, `message` text 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 `contact_us_issues` -- CREATE TABLE `contact_us_issues` ( `id` bigint(20) UNSIGNED NOT NULL, `uuid` char(36) NOT NULL, `name` varchar(255) NOT NULL, `status` tinyint(4) NOT NULL DEFAULT 0 COMMENT '1=active, 0=deactivated', `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 `countries` -- CREATE TABLE `countries` ( `id` bigint(20) UNSIGNED NOT NULL, `short_name` varchar(10) NOT NULL, `country_name` varchar(255) NOT NULL, `flag` varchar(255) NOT NULL, `slug` varchar(255) NOT NULL, `phonecode` varchar(255) NOT NULL, `continent` varchar(255) 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 `countries` -- INSERT INTO `countries` (`id`, `short_name`, `country_name`, `flag`, `slug`, `phonecode`, `continent`, `created_at`, `updated_at`) VALUES (1, 'BD', 'Bangladesh', '', 'bangladesh', '+88', 'Asia', NULL, NULL), (2, 'USA', 'United States', '', 'united-states', '+1', 'North America', NULL, NULL), (3, 'UK', 'United Kingdom', '', 'united-kingdom', '+44', 'Europe', NULL, NULL), (4, 'EGY', 'Egypt', 'EGY', '', '+20', '01012345678', '2025-08-12 03:31:16', '2025-08-12 03:31:16'); -- -------------------------------------------------------- -- -- Table structure for table `coupons` -- CREATE TABLE `coupons` ( `id` bigint(20) UNSIGNED NOT NULL, `uuid` char(36) NOT NULL, `coupon_code_name` varchar(255) NOT NULL, `coupon_type` tinyint(4) NOT NULL COMMENT '1=Global,2=Instructor, 3=Course', `status` tinyint(4) NOT NULL DEFAULT 1 COMMENT '1=activate, 0=deactivated', `creator_id` bigint(20) UNSIGNED DEFAULT NULL COMMENT 'creator_id=user_id', `percentage` decimal(8,2) DEFAULT 0.00, `minimum_amount` int(11) DEFAULT NULL, `maximum_use_limit` int(11) DEFAULT NULL, `start_date` date DEFAULT NULL, `end_date` date 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 `coupon_courses` -- CREATE TABLE `coupon_courses` ( `id` bigint(20) UNSIGNED NOT NULL, `coupon_id` bigint(20) UNSIGNED DEFAULT NULL, `course_id` bigint(20) UNSIGNED DEFAULT NULL, `created_at` timestamp NULL DEFAULT NULL, `updated_at` timestamp NULL DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -------------------------------------------------------- -- -- Table structure for table `coupon_instructors` -- CREATE TABLE `coupon_instructors` ( `id` bigint(20) UNSIGNED NOT NULL, `coupon_id` bigint(20) UNSIGNED DEFAULT NULL, `user_id` bigint(20) UNSIGNED DEFAULT NULL, `created_at` timestamp NULL DEFAULT NULL, `updated_at` timestamp NULL DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -------------------------------------------------------- -- -- Table structure for table `courses` -- CREATE TABLE `courses` ( `id` bigint(20) UNSIGNED NOT NULL, `uuid` char(36) NOT NULL, `user_id` bigint(20) NOT NULL, `course_type` tinyint(4) NOT NULL DEFAULT 1 COMMENT '1=general, 2=scorm', `instructor_id` bigint(20) DEFAULT NULL, `category_id` bigint(20) DEFAULT NULL, `subcategory_id` bigint(20) DEFAULT NULL, `course_language_id` bigint(20) DEFAULT NULL, `difficulty_level_id` bigint(20) DEFAULT NULL, `title` varchar(255) NOT NULL, `subtitle` text DEFAULT NULL, `description` mediumtext NOT NULL, `feature_details` mediumtext DEFAULT NULL, `price` decimal(8,2) NOT NULL DEFAULT 0.00, `old_price` decimal(8,2) DEFAULT 0.00, `learner_accessibility` varchar(50) DEFAULT NULL COMMENT 'paid,free', `image` varchar(255) DEFAULT NULL, `intro_video_check` tinyint(4) DEFAULT NULL COMMENT '1=normal video, 2=youtube_video', `video` varchar(255) DEFAULT NULL, `youtube_video_id` varchar(255) DEFAULT NULL, `is_subscription_enable` tinyint(4) NOT NULL DEFAULT 1, `private_mode` tinyint(4) NOT NULL DEFAULT 0, `slug` varchar(255) NOT NULL, `is_featured` tinyint(4) NOT NULL DEFAULT 0, `status` tinyint(4) NOT NULL DEFAULT 0 COMMENT '0=pending, 1=published, 2=waiting_for_review, 3=hold, 4=draft', `average_rating` decimal(8,2) DEFAULT 0.00, `drip_content` tinyint(4) NOT NULL DEFAULT 1 COMMENT '1=Show All, 2=sequence, 3=unlock after x day, 4=unlock by date, 5=unlock after finish pre-requisite', `access_period` int(11) DEFAULT NULL, `meta_title` varchar(191) DEFAULT NULL, `meta_description` text DEFAULT NULL, `meta_keywords` text DEFAULT NULL, `og_image` varchar(191) DEFAULT NULL, `created_at` timestamp NULL DEFAULT NULL, `updated_at` timestamp NULL DEFAULT NULL, `organization_id` bigint(20) UNSIGNED DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -------------------------------------------------------- -- -- Table structure for table `course_instructor` -- CREATE TABLE `course_instructor` ( `id` bigint(20) UNSIGNED NOT NULL, `course_id` bigint(20) UNSIGNED NOT NULL, `instructor_id` bigint(20) UNSIGNED NOT NULL, `share` int(11) NOT NULL, `status` tinyint(4) NOT NULL DEFAULT 0, `deleted_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 `course_languages` -- CREATE TABLE `course_languages` ( `id` bigint(20) UNSIGNED NOT NULL, `uuid` char(36) NOT NULL, `name` varchar(255) 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 `course_languages` -- INSERT INTO `course_languages` (`id`, `uuid`, `name`, `created_at`, `updated_at`) VALUES (1, 'fec398b5-c9e5-45ee-94b4-1495ddbd75db', 'English', '2022-12-05 03:35:33', '2022-12-05 03:35:33'), (2, '17e8849b-9587-4a90-ab45-0fba2e81c148', 'Bangla', '2022-12-05 03:35:33', '2022-12-05 03:35:33'), (3, '2eaa0efb-99e0-419b-a51c-0ed08210f2b7', 'Hindi', '2022-12-05 03:35:33', '2022-12-05 03:35:33'), (4, '2fffcb3e-bea5-43a6-840d-f3b2a435ce24', 'Spanish', '2022-12-05 03:35:33', '2022-12-05 03:35:33'), (5, 'c22c508d-1ce1-4f26-98e5-ef4fc4fdb660', 'Arabic', '2022-12-05 03:35:33', '2022-12-05 03:35:33'); -- -------------------------------------------------------- -- -- Table structure for table `course_lectures` -- CREATE TABLE `course_lectures` ( `id` bigint(20) UNSIGNED NOT NULL, `uuid` char(36) NOT NULL, `course_id` bigint(20) NOT NULL, `lesson_id` bigint(20) NOT NULL, `title` varchar(255) NOT NULL, `lecture_type` tinyint(4) NOT NULL DEFAULT 2 COMMENT '1=free, 2=paid', `file_path` varchar(255) DEFAULT NULL, `url_path` varchar(255) DEFAULT NULL, `file_size` varchar(255) DEFAULT NULL, `file_duration` varchar(255) DEFAULT NULL, `file_duration_second` double DEFAULT NULL, `type` varchar(100) NOT NULL DEFAULT 'uploaded_video' COMMENT 'video, youtube, vimeo, resource', `vimeo_upload_type` tinyint(4) DEFAULT 1 COMMENT '1=video file upload, 2=vimeo uploaded video id', `text` longtext DEFAULT NULL, `image` varchar(191) DEFAULT NULL, `pdf` varchar(191) DEFAULT NULL, `slide_document` varchar(191) DEFAULT NULL, `audio` varchar(191) DEFAULT NULL, `after_day` int(11) DEFAULT NULL, `unlock_date` date DEFAULT NULL, `pre_ids` text 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 `course_lecture_views` -- CREATE TABLE `course_lecture_views` ( `id` bigint(20) UNSIGNED NOT NULL, `user_id` bigint(20) NOT NULL, `course_id` bigint(20) NOT NULL, `course_lecture_id` bigint(20) NOT NULL, `enrollment_id` bigint(20) UNSIGNED DEFAULT NULL, `created_at` timestamp NULL DEFAULT NULL, `updated_at` timestamp NULL DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -------------------------------------------------------- -- -- Table structure for table `course_lessons` -- CREATE TABLE `course_lessons` ( `id` bigint(20) UNSIGNED NOT NULL, `uuid` char(36) NOT NULL, `course_id` bigint(20) NOT NULL, `name` varchar(255) NOT NULL, `short_description` mediumtext 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 `course_resources` -- CREATE TABLE `course_resources` ( `id` bigint(20) UNSIGNED NOT NULL, `uuid` char(36) NOT NULL, `course_id` bigint(20) UNSIGNED DEFAULT NULL, `original_filename` varchar(255) DEFAULT NULL, `file` varchar(255) DEFAULT NULL, `size` varchar(255) 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 `course_tags` -- CREATE TABLE `course_tags` ( `id` bigint(20) UNSIGNED NOT NULL, `course_id` bigint(20) NOT NULL, `tag_id` bigint(20) 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 `course_upload_rules` -- CREATE TABLE `course_upload_rules` ( `id` bigint(20) UNSIGNED NOT NULL, `description` mediumtext 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 `currencies` -- CREATE TABLE `currencies` ( `id` bigint(20) UNSIGNED NOT NULL, `currency_code` varchar(255) NOT NULL, `symbol` varchar(255) NOT NULL, `currency_placement` varchar(255) NOT NULL DEFAULT 'before' COMMENT 'before, after', `current_currency` varchar(255) NOT NULL DEFAULT 'no' COMMENT 'on, off', `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 `currencies` -- INSERT INTO `currencies` (`id`, `currency_code`, `symbol`, `currency_placement`, `current_currency`, `created_at`, `updated_at`) VALUES (1, 'USD', '$', 'before', 'off', NULL, '2025-08-12 07:32:58'), (2, 'BDT', '৳', 'before', 'off', NULL, '2025-08-12 07:32:58'), (3, 'INR', '₹', 'before', 'off', NULL, '2025-08-12 07:32:58'), (4, 'GBP', '£', 'after', 'off', NULL, '2025-08-12 07:32:58'), (5, 'MXN', '$', 'before', 'off', NULL, '2025-08-12 07:32:58'), (6, 'SAR', 'SR', 'before', 'off', NULL, '2025-08-12 07:32:58'), (7, 'TRY', '₺', 'after', 'off', NULL, '2025-08-12 07:32:58'), (8, 'ARS', '$', 'before', 'off', NULL, '2025-08-12 07:32:58'), (9, 'EUR', '€', 'before', 'off', NULL, '2025-08-12 07:32:58'), (10, 'LE.', 'LE>', 'after', 'on', '2025-08-12 03:29:08', '2025-08-12 07:32:58'); -- -------------------------------------------------------- -- -- Table structure for table `devices` -- CREATE TABLE `devices` ( `id` bigint(20) UNSIGNED NOT NULL, `device_uuid` varchar(191) NOT NULL, `device_type` varchar(191) NOT NULL, `ip` varchar(40) NOT NULL, `device_hijacked_at` timestamp NULL DEFAULT NULL, `data` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL CHECK (json_valid(`data`)), `deleted_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 `device_user` -- CREATE TABLE `device_user` ( `id` bigint(20) UNSIGNED NOT NULL, `user_id` bigint(20) UNSIGNED NOT NULL, `device_id` bigint(20) UNSIGNED NOT NULL, `verified_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 `difficulty_levels` -- CREATE TABLE `difficulty_levels` ( `id` bigint(20) UNSIGNED NOT NULL, `uuid` char(36) NOT NULL, `name` varchar(255) 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 `difficulty_levels` -- INSERT INTO `difficulty_levels` (`id`, `uuid`, `name`, `created_at`, `updated_at`) VALUES (1, 'fc89a122-5918-4a2c-88c3-1c21f1967fbd', 'Higher', '2022-12-05 03:35:33', '2022-12-05 03:35:33'), (2, 'c4cf5296-ad64-462c-9be7-c072ce09a833', 'Medium', '2022-12-05 03:35:33', '2022-12-05 03:35:33'); -- -------------------------------------------------------- -- -- Table structure for table `discussions` -- CREATE TABLE `discussions` ( `id` bigint(20) UNSIGNED NOT NULL, `course_id` bigint(20) UNSIGNED NOT NULL, `user_id` bigint(20) UNSIGNED DEFAULT NULL, `comment` longtext NOT NULL, `status` tinyint(4) DEFAULT 1 COMMENT '1=active, 2=deactivate', `parent_id` bigint(20) UNSIGNED DEFAULT NULL, `comment_as` tinyint(4) NOT NULL COMMENT '1=Instructor, 2=Student', `view` tinyint(4) NOT NULL DEFAULT 2 COMMENT '1=seen,2=not seen', `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 `email_notification_settings` -- CREATE TABLE `email_notification_settings` ( `id` bigint(20) UNSIGNED NOT NULL, `uuid` char(36) NOT NULL, `user_id` bigint(20) NOT NULL, `updates_from_classes` varchar(10) NOT NULL DEFAULT 'no' COMMENT 'yes, no', `updates_from_teacher_discussion` varchar(10) NOT NULL DEFAULT 'no' COMMENT 'yes, no', `activity_on_your_project` varchar(10) NOT NULL DEFAULT 'no' COMMENT 'yes, no', `activity_on_your_discussion_comment` varchar(10) NOT NULL DEFAULT 'no' COMMENT 'yes, no', `reply_comment` varchar(10) NOT NULL DEFAULT 'no' COMMENT 'yes, no', `new_follower` varchar(10) NOT NULL DEFAULT 'no' COMMENT 'yes, no', `new_class_by_someone_you_follow` varchar(10) NOT NULL DEFAULT 'no' COMMENT 'yes, no', `new_live_session` varchar(10) NOT NULL DEFAULT 'no' COMMENT 'yes, no', `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 `email_templates` -- CREATE TABLE `email_templates` ( `id` bigint(20) UNSIGNED NOT NULL, `uuid` char(36) NOT NULL, `name` varchar(255) NOT NULL, `subject` varchar(255) NOT NULL, `body` mediumtext NOT NULL, `status` tinyint(4) NOT NULL DEFAULT 1 COMMENT '0=inactive, 1-active', `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 `enrollments` -- CREATE TABLE `enrollments` ( `id` bigint(20) UNSIGNED NOT NULL, `order_id` bigint(20) NOT NULL, `user_id` bigint(20) NOT NULL, `owner_user_id` bigint(20) DEFAULT NULL, `course_id` bigint(20) DEFAULT NULL, `consultation_slot_id` bigint(20) DEFAULT NULL, `bundle_id` bigint(20) DEFAULT NULL, `user_package_id` bigint(20) UNSIGNED DEFAULT NULL, `completed_time` double DEFAULT NULL, `start_date` datetime NOT NULL, `end_date` datetime DEFAULT NULL, `status` tinyint(4) NOT NULL DEFAULT 1, `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 `exams` -- CREATE TABLE `exams` ( `id` bigint(20) UNSIGNED NOT NULL, `uuid` char(36) NOT NULL, `user_id` bigint(20) NOT NULL, `course_id` bigint(20) NOT NULL, `name` varchar(255) NOT NULL, `short_description` mediumtext DEFAULT NULL, `marks_per_question` int(11) NOT NULL DEFAULT 0, `duration` int(11) NOT NULL DEFAULT 0, `type` varchar(50) NOT NULL COMMENT 'multiple_choice, true_false', `status` tinyint(4) NOT NULL DEFAULT 0 COMMENT '0=unpublish, 1=published', `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 `failed_jobs` -- CREATE TABLE `failed_jobs` ( `id` bigint(20) UNSIGNED NOT NULL, `uuid` varchar(255) NOT NULL, `connection` text NOT NULL, `queue` text NOT NULL, `payload` longtext NOT NULL, `exception` longtext NOT NULL, `failed_at` timestamp NOT NULL DEFAULT current_timestamp() ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -------------------------------------------------------- -- -- Table structure for table `faq_questions` -- CREATE TABLE `faq_questions` ( `id` bigint(20) UNSIGNED NOT NULL, `question` text NOT NULL, `answer` text 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 `faq_questions` -- INSERT INTO `faq_questions` (`id`, `question`, `answer`, `created_at`, `updated_at`) VALUES (1, 'which I enjoy with my whole heart am alone feel?', 'Ranquil existence, that I neglect my talents. I should be incapable of drawing a single stroke at the present moment; and yet I feel that was a greater artist than now. When, while the lovely valley with vapour around me, and the meridian.', '2022-12-05 03:35:33', '2022-12-05 03:35:33'), (2, 'which I enjoy with my whole heart am alone feel?', 'Ranquil existence, that I neglect my talents. I should be incapable of drawing a single stroke at the present moment; and yet I feel that was a greater artist than now. When, while the lovely valley with vapour around me, and the meridian.', '2022-12-05 03:35:33', '2022-12-05 03:35:33'), (3, 'which I enjoy with my whole heart am alone feel?', 'Ranquil existence, that I neglect my talents. I should be incapable of drawing a single stroke at the present moment; and yet I feel that was a greater artist than now. When, while the lovely valley with vapour around me, and the meridian.', '2022-12-05 03:35:33', '2022-12-05 03:35:33'); -- -------------------------------------------------------- -- -- Table structure for table `forum_categories` -- CREATE TABLE `forum_categories` ( `id` bigint(20) UNSIGNED NOT NULL, `uuid` char(36) NOT NULL, `title` varchar(191) NOT NULL, `subtitle` varchar(191) NOT NULL, `logo` varchar(191) DEFAULT NULL, `slug` varchar(191) NOT NULL, `status` tinyint(4) DEFAULT 1 COMMENT '1=active, 0=disable', `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 `forum_posts` -- CREATE TABLE `forum_posts` ( `id` bigint(20) UNSIGNED NOT NULL, `uuid` char(36) NOT NULL, `user_id` bigint(20) UNSIGNED DEFAULT NULL, `title` text NOT NULL, `forum_category_id` bigint(20) UNSIGNED DEFAULT NULL, `description` longtext NOT NULL, `status` tinyint(4) DEFAULT 1 COMMENT '1=active, 0=disable', `total_seen` bigint(20) 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 `forum_post_comments` -- CREATE TABLE `forum_post_comments` ( `id` bigint(20) UNSIGNED NOT NULL, `uuid` char(36) NOT NULL, `forum_post_id` bigint(20) UNSIGNED DEFAULT NULL, `user_id` bigint(20) UNSIGNED DEFAULT NULL, `comment` longtext NOT NULL, `parent_id` bigint(20) UNSIGNED DEFAULT NULL, `status` tinyint(4) DEFAULT 1 COMMENT '1=active, 0=disable', `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 `generate_contents` -- CREATE TABLE `generate_contents` ( `id` bigint(20) UNSIGNED NOT NULL, `user_id` bigint(20) UNSIGNED NOT NULL, `is_image` tinyint(4) NOT NULL DEFAULT 0, `service` tinyint(4) NOT NULL, `keywords` text NOT NULL, `prompt` text NOT NULL, `creativity` tinyint(4) NOT NULL, `variation` tinyint(4) NOT NULL, `language` varchar(191) NOT NULL, `output` longtext NOT NULL, `token` int(11) 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 `gmeet_settings` -- CREATE TABLE `gmeet_settings` ( `id` bigint(20) UNSIGNED NOT NULL, `user_id` bigint(20) UNSIGNED NOT NULL, `calender_id` varchar(191) NOT NULL, `timezone` varchar(191) NOT NULL, `token` text DEFAULT NULL, `status` tinyint(4) 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 `homes` -- CREATE TABLE `homes` ( `id` bigint(20) UNSIGNED NOT NULL, `banner_mini_words_title` text DEFAULT NULL, `banner_first_line_title` varchar(255) DEFAULT NULL, `banner_second_line_title` varchar(255) DEFAULT NULL, `banner_second_line_changeable_words` text DEFAULT NULL, `banner_third_line_title` varchar(255) DEFAULT NULL, `banner_fourth_line_title` varchar(255) DEFAULT NULL, `banner_video` varchar(255) DEFAULT NULL, `banner_subtitle` text DEFAULT NULL, `banner_first_button_name` varchar(255) DEFAULT NULL, `banner_first_button_link` text DEFAULT NULL, `banner_second_button_name` varchar(255) DEFAULT NULL, `banner_second_button_link` text DEFAULT NULL, `banner_image` varchar(255) DEFAULT NULL, `special_feature_area` tinyint(4) NOT NULL DEFAULT 1 COMMENT '1=active, 2=disable', `courses_area` tinyint(4) NOT NULL DEFAULT 1 COMMENT '1=active, 2=disable', `product_area` tinyint(4) NOT NULL DEFAULT 0, `bundle_area` tinyint(4) NOT NULL DEFAULT 1 COMMENT '1=active, 2=disable', `top_category_area` tinyint(4) NOT NULL DEFAULT 1 COMMENT '1=active, 2=disable', `consultation_area` tinyint(4) NOT NULL DEFAULT 1 COMMENT '1=active, 2=disable', `instructor_area` tinyint(4) NOT NULL DEFAULT 1 COMMENT '1=active, 2=disable', `video_area` tinyint(4) NOT NULL DEFAULT 1 COMMENT '1=active, 2=disable', `customer_says_area` tinyint(4) NOT NULL DEFAULT 1 COMMENT '1=active, 2=disable', `achievement_area` tinyint(4) NOT NULL DEFAULT 1 COMMENT '1=active, 2=disable', `faq_area` tinyint(4) NOT NULL DEFAULT 1 COMMENT '1=active, 2=disable', `instructor_support_area` tinyint(4) NOT NULL DEFAULT 1 COMMENT '1=active, 2=disable', `category_courses_area` tinyint(4) NOT NULL DEFAULT 0, `upcoming_courses_area` tinyint(4) NOT NULL DEFAULT 0, `subscription_show` tinyint(4) NOT NULL DEFAULT 1, `saas_show` tinyint(4) NOT NULL DEFAULT 1, `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 `homes` -- INSERT INTO `homes` (`id`, `banner_mini_words_title`, `banner_first_line_title`, `banner_second_line_title`, `banner_second_line_changeable_words`, `banner_third_line_title`, `banner_fourth_line_title`, `banner_video`, `banner_subtitle`, `banner_first_button_name`, `banner_first_button_link`, `banner_second_button_name`, `banner_second_button_link`, `banner_image`, `special_feature_area`, `courses_area`, `product_area`, `bundle_area`, `top_category_area`, `consultation_area`, `instructor_area`, `video_area`, `customer_says_area`, `achievement_area`, `faq_area`, `instructor_support_area`, `category_courses_area`, `upcoming_courses_area`, `subscription_show`, `saas_show`, `created_at`, `updated_at`) VALUES (1, '[\"Come\",\"for\",\"learn\"]', 'A Better', 'Learning', NULL, 'Starts Here.', NULL, 'uploads/home/1754950327tctLfhQ2cX.mp4', 'While the lovely valley teems with vapour around me, and the meridian sun strikes the upper', 'Take A Tour', '#', 'Popular Courses', '#', 'uploads/home/1754950302-AIEJFacWtl.png', 1, 1, 0, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0, 0, 1, 1, '2022-12-05 03:35:33', '2025-08-12 02:12:07'); -- -------------------------------------------------------- -- -- Table structure for table `home_special_features` -- CREATE TABLE `home_special_features` ( `id` bigint(20) UNSIGNED NOT NULL, `logo` varchar(255) DEFAULT NULL, `title` varchar(255) DEFAULT NULL, `subtitle` text 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 `instructors` -- CREATE TABLE `instructors` ( `id` bigint(20) UNSIGNED NOT NULL, `uuid` char(36) NOT NULL, `user_id` bigint(20) NOT NULL, `organization_id` bigint(20) UNSIGNED DEFAULT NULL, `country_id` bigint(20) DEFAULT NULL, `province_id` bigint(20) DEFAULT NULL, `state_id` bigint(20) DEFAULT NULL, `city_id` bigint(20) UNSIGNED DEFAULT NULL, `first_name` varchar(255) NOT NULL, `last_name` varchar(255) NOT NULL, `professional_title` varchar(255) DEFAULT NULL, `phone_number` varchar(255) DEFAULT NULL, `postal_code` varchar(100) DEFAULT NULL, `address` varchar(255) DEFAULT NULL, `consultancy_area` tinyint(4) NOT NULL DEFAULT 3, `about_me` mediumtext DEFAULT NULL, `gender` varchar(50) DEFAULT NULL, `social_link` mediumtext DEFAULT NULL, `slug` varchar(255) DEFAULT NULL, `is_private` varchar(10) NOT NULL DEFAULT 'no' COMMENT 'yes, no', `remove_from_web_search` varchar(10) NOT NULL DEFAULT 'no' COMMENT 'yes, no', `auto_content_approval` tinyint(4) NOT NULL DEFAULT 0, `status` tinyint(4) NOT NULL DEFAULT 0 COMMENT '1=approved, 0=pending', `is_subscription_enable` tinyint(4) DEFAULT 0, `is_offline` tinyint(4) NOT NULL DEFAULT 0 COMMENT 'offline status', `offline_message` varchar(191) DEFAULT NULL COMMENT 'offline message', `consultation_available` tinyint(4) DEFAULT 0 COMMENT '1=yes, 0=no', `hourly_rate` int(11) DEFAULT 0, `hourly_old_rate` decimal(10,2) DEFAULT NULL, `available_type` tinyint(4) DEFAULT 3 COMMENT '1=In-person, 0=Online, 3=Both', `cv_file` varchar(255) DEFAULT NULL, `cv_filename` varchar(255) DEFAULT NULL, `level_id` bigint(20) UNSIGNED DEFAULT NULL, `created_at` timestamp NULL DEFAULT NULL, `updated_at` timestamp NULL DEFAULT NULL, `deleted_at` timestamp NULL DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -------------------------------------------------------- -- -- Table structure for table `instructor_awards` -- CREATE TABLE `instructor_awards` ( `id` bigint(20) UNSIGNED NOT NULL, `uuid` char(36) NOT NULL, `instructor_id` bigint(20) UNSIGNED DEFAULT NULL, `name` varchar(255) NOT NULL, `winning_year` varchar(50) NOT NULL, `created_at` timestamp NULL DEFAULT NULL, `updated_at` timestamp NULL DEFAULT NULL, `organization_id` bigint(20) UNSIGNED DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -------------------------------------------------------- -- -- Table structure for table `instructor_certificates` -- CREATE TABLE `instructor_certificates` ( `id` bigint(20) UNSIGNED NOT NULL, `uuid` char(36) NOT NULL, `instructor_id` bigint(20) UNSIGNED DEFAULT NULL, `name` varchar(255) NOT NULL, `passing_year` varchar(50) NOT NULL, `created_at` timestamp NULL DEFAULT NULL, `updated_at` timestamp NULL DEFAULT NULL, `organization_id` bigint(20) UNSIGNED DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -------------------------------------------------------- -- -- Table structure for table `instructor_consultation_day_statuses` -- CREATE TABLE `instructor_consultation_day_statuses` ( `id` bigint(20) UNSIGNED NOT NULL, `user_id` bigint(20) UNSIGNED NOT NULL, `day` tinyint(4) NOT NULL COMMENT '0=sunday,1=monday,2=tuesday,3=wednesday,4=thursday,5=friday,6=saturday', `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 `instructor_features` -- CREATE TABLE `instructor_features` ( `id` bigint(20) UNSIGNED NOT NULL, `logo` varchar(255) DEFAULT NULL, `title` varchar(255) DEFAULT NULL, `subtitle` text 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 `instructor_features` -- INSERT INTO `instructor_features` (`id`, `logo`, `title`, `subtitle`, `created_at`, `updated_at`) VALUES (1, 'uploads_demo/instructor_feature/build-brand.png', 'Build your Bran', 'Serenity has taken possession of my entire soul, like these sweet mornings of spring which I enjoy with', '2022-12-05 03:35:33', '2022-12-05 03:35:33'), (2, 'uploads_demo/instructor_feature/instructor-support-2.png', 'Inspire learners', 'Serenity has taken possession of my entire soul, like these sweet mornings of spring which I enjoy with', '2022-12-05 03:35:33', '2022-12-05 03:35:33'), (3, 'uploads_demo/instructor_feature/top-instructor-heading-img.png', 'Get rewarded', 'Serenity has taken possession of my entire soul, like these sweet mornings of spring which I enjoy with', '2022-12-05 03:35:33', '2022-12-05 03:35:33'); -- -------------------------------------------------------- -- -- Table structure for table `instructor_procedures` -- CREATE TABLE `instructor_procedures` ( `id` bigint(20) UNSIGNED NOT NULL, `image` varchar(255) DEFAULT NULL, `title` varchar(255) DEFAULT NULL, `subtitle` longtext 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 `instructor_procedures` -- INSERT INTO `instructor_procedures` (`id`, `image`, `title`, `subtitle`, `created_at`, `updated_at`) VALUES (1, 'uploads_demo/instructor_procedure/become-instructor-1.jpg', 'Plan Your Curriculum', 'Serenity has taken possession of my entire soul, like these sweet mornings spring which I enjoy with my whole heart. I am alone, and feel the charm existence in this spot, which was created for the bliss of souls like mine so happy, my dear friend, so absorbed in the exquisite sense of mere tranquil existence, that I neglect my talents.', '2022-12-05 03:35:33', '2022-12-05 03:35:33'), (2, 'uploads_demo/instructor_procedure/become-instructor-2.jpg', 'Plan Your Curriculum', 'Serenity has taken possession of my entire soul, like these sweet mornings spring which I enjoy with my whole heart. I am alone, and feel the charm existence in this spot, which was created for the bliss of souls like mine so happy, my dear friend, so absorbed in the exquisite sense of mere tranquil existence, that I neglect my talents.', '2022-12-05 03:35:33', '2022-12-05 03:35:33'), (3, 'uploads_demo/instructor_procedure/become-instructor-3.jpg', 'Plan Your Curriculum', 'Serenity has taken possession of my entire soul, like these sweet mornings spring which I enjoy with my whole heart. I am alone, and feel the charm existence in this spot, which was created for the bliss of souls like mine so happy, my dear friend, so absorbed in the exquisite sense of mere tranquil existence, that I neglect my talents.', '2022-12-05 03:35:33', '2022-12-05 03:35:33'); -- -------------------------------------------------------- -- -- Table structure for table `instructor_skill` -- CREATE TABLE `instructor_skill` ( `instructor_id` bigint(20) UNSIGNED NOT NULL, `skill_id` bigint(20) UNSIGNED NOT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -------------------------------------------------------- -- -- Table structure for table `instructor_supports` -- CREATE TABLE `instructor_supports` ( `id` bigint(20) UNSIGNED NOT NULL, `logo` varchar(255) NOT NULL, `title` varchar(255) NOT NULL, `subtitle` varchar(255) NOT NULL, `button_name` varchar(255) DEFAULT NULL, `button_link` varchar(255) 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 `instructor_supports` -- INSERT INTO `instructor_supports` (`id`, `logo`, `title`, `subtitle`, `button_name`, `button_link`, `created_at`, `updated_at`) VALUES (1, 'uploads_demo/instructor_support/instructor-support-1.png', 'Courses', 'Single stroke at the present moment and yet I feel that was', 'Popular Courses', '/courses', '2022-12-05 03:35:33', '2022-12-05 03:35:33'), (2, 'uploads_demo/instructor_support/instructor-support-2.png', 'Expert instructor', 'Single stroke at the present moment and yet I feel that was', 'Explore Instructor', '/all-instructor', '2022-12-05 03:35:33', '2022-12-05 03:35:33'), (3, 'uploads_demo/instructor_support/instructor-support-3.png', '27/4 online support', 'Single stroke at the present moment and yet I feel that was', 'Support Center', '/support-ticket-faq', '2022-12-05 03:35:33', '2022-12-05 03:35:33'); -- -------------------------------------------------------- -- -- Table structure for table `languages` -- CREATE TABLE `languages` ( `id` bigint(20) UNSIGNED NOT NULL, `language` varchar(255) NOT NULL, `iso_code` varchar(255) NOT NULL, `flag` varchar(255) DEFAULT NULL, `rtl` tinyint(4) NOT NULL DEFAULT 0, `status` tinyint(1) NOT NULL DEFAULT 1 COMMENT '1=active,2=inactive', `default_language` varchar(255) DEFAULT NULL COMMENT 'on,off', `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 `languages` -- INSERT INTO `languages` (`id`, `language`, `iso_code`, `flag`, `rtl`, `status`, `default_language`, `created_at`, `updated_at`) VALUES (1, 'EN ( English )', 'en', 'uploads_demo/default/en.png', 0, 1, 'off', NULL, '2025-08-12 07:32:58'), (2, 'AR ( Arabic )', 'ar', 'uploads_demo/default/sa.png', 1, 1, 'on', NULL, '2025-08-12 07:32:58'); -- -------------------------------------------------------- -- -- Table structure for table `learn_key_points` -- CREATE TABLE `learn_key_points` ( `id` bigint(20) UNSIGNED NOT NULL, `course_id` bigint(20) UNSIGNED DEFAULT NULL, `name` text 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 `live_classes` -- CREATE TABLE `live_classes` ( `id` bigint(20) UNSIGNED NOT NULL, `uuid` char(36) NOT NULL, `user_id` bigint(20) UNSIGNED NOT NULL, `course_id` bigint(20) UNSIGNED DEFAULT NULL, `class_topic` text NOT NULL, `date` date NOT NULL, `time` time NOT NULL, `duration` varchar(255) NOT NULL COMMENT 'duration must be minutes', `start_url` mediumtext DEFAULT NULL, `join_url` mediumtext DEFAULT NULL, `meeting_id` varchar(255) DEFAULT NULL, `meeting_password` varchar(255) DEFAULT NULL, `meeting_host_name` varchar(255) DEFAULT NULL COMMENT 'zoom,bbb,jitsi', `moderator_pw` varchar(255) DEFAULT NULL COMMENT 'use only for bbb', `attendee_pw` varchar(255) DEFAULT NULL COMMENT 'use only for bbb', `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 `menus` -- CREATE TABLE `menus` ( `id` bigint(20) UNSIGNED NOT NULL, `name` varchar(255) NOT NULL, `slug` varchar(255) DEFAULT NULL, `url` varchar(191) DEFAULT NULL, `type` tinyint(4) DEFAULT NULL COMMENT '1=static, 2=dynamic', `status` tinyint(4) DEFAULT NULL COMMENT '1=active, 2=deactivated', `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 `menus` -- INSERT INTO `menus` (`id`, `name`, `slug`, `url`, `type`, `status`, `created_at`, `updated_at`) VALUES (1, 'Blogs', 'blogs', NULL, 1, 1, '2022-12-05 03:35:33', '2022-12-05 03:35:33'), (2, 'About', 'about', NULL, 1, 1, '2022-12-05 03:35:33', '2022-12-05 03:35:33'), (3, 'Contact', 'contact', NULL, 1, 1, '2022-12-05 03:35:33', '2022-12-05 03:35:33'), (4, 'Support', 'support-ticket-faq', NULL, 1, 1, '2022-12-05 03:35:33', '2022-12-05 03:35:33'), (5, 'Privacy Policy', 'privacy-policy', NULL, 1, 1, '2022-12-05 03:35:33', '2022-12-05 03:35:33'), (6, 'Cookie Policy', 'cookie-policy', NULL, 1, 1, '2022-12-05 03:35:33', '2022-12-05 03:35:33'), (7, 'Terms & Conditions', 'terms-conditions', NULL, 1, 1, '2022-12-05 03:35:33', '2022-12-05 03:35:33'), (8, 'About', 'about', NULL, 3, 1, '2022-12-05 03:35:33', '2022-12-05 03:35:33'), (9, 'FQA', 'faq', NULL, 3, 1, '2022-12-05 03:35:33', '2022-12-05 03:35:33'), (10, 'Blogs', 'blogs', NULL, 3, 1, '2022-12-05 03:35:33', '2022-12-05 03:35:33'), (11, 'Contact', 'contact-us', NULL, 4, 1, '2022-12-05 03:35:33', '2022-12-05 03:35:33'), (12, 'Support', 'support-ticket-faq', NULL, 4, 1, '2022-12-05 03:35:33', '2022-12-05 03:35:33'), (13, 'Courses', 'courses', NULL, 4, 1, '2022-12-05 03:35:33', '2022-12-05 03:35:33'), (14, 'Refund Policy', 'refund-policy', NULL, 1, 1, '2022-12-05 09:35:33', '2022-12-05 09:35:33'); -- -------------------------------------------------------- -- -- Table structure for table `metas` -- CREATE TABLE `metas` ( `id` bigint(20) UNSIGNED NOT NULL, `uuid` char(36) NOT NULL, `slug` varchar(191) DEFAULT NULL, `page_name` varchar(255) DEFAULT NULL, `meta_title` mediumtext DEFAULT NULL, `meta_description` mediumtext DEFAULT NULL, `meta_keyword` mediumtext DEFAULT NULL, `og_image` varchar(191) 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 `metas` -- INSERT INTO `metas` (`id`, `uuid`, `slug`, `page_name`, `meta_title`, `meta_description`, `meta_keyword`, `og_image`, `created_at`, `updated_at`) VALUES (1, '4bcd0b6f-5692-4966-8a4e-8884d72edaa4', 'home', 'Home', 'Home', 'LMSZai Learning management system', 'Lmszai, Lms, Learning, Course', NULL, NULL, '2023-07-18 17:14:59'), (2, '3c3ef58d-d459-441b-9b90-370f840b2da1', 'course', 'Course List', 'Courses', 'LMSZai Course List', 'Lmszai, Lms, Learning, Course', NULL, NULL, '2023-07-18 17:14:59'), (5, '62892323-3220-408d-81ea-8875dc1065f4', 'blog', 'Blog List', 'Blog', 'LMSZAI Blog', 'blog, course', NULL, NULL, '2023-07-18 17:14:59'), (7, '4869c7e6-9635-4203-850a-09a41f4954cc', 'about_us', 'About Us', 'About Us', 'LMSZAI About Us', 'about us', NULL, NULL, '2023-07-18 17:14:59'), (8, 'b7b70870-0248-4781-a9a3-a76cffefb534', 'contact_us', 'Contact Us', 'Contact Us', 'LMSZAI contact us', 'lmszai, contact us', NULL, NULL, '2023-07-18 17:14:59'), (9, '07d0a702-7a57-428f-8003-c172679ecbd2', 'support_faq', 'Support Page', 'Support', 'LMSZAI support ticket', 'lmszai, support, ticket', NULL, NULL, '2023-07-18 17:14:59'), (10, 'f00f9d36-6b9c-47ee-8649-8f50a2f9fe7a', 'privacy_policy', 'Privacy Policy', 'Privacy Policy', 'LMSZAI Privacy Policy', 'lmszai, privacy, policy', NULL, NULL, '2023-07-18 17:14:59'), (11, 'f74400a5-415f-4604-849e-a03e4896ff99', 'cookie_policy', 'Cookie Policy', 'Cookie Policy', 'LMSZAI Cookie Policy', 'lmszai, cookie, policy', NULL, NULL, '2023-07-18 17:14:59'), (12, '2e0f0a6e-c573-475c-8913-95e241504c1a', 'faq', 'FAQ', 'FAQ', 'LMSZAI FAQ', 'lmszai, faq', NULL, NULL, '2023-07-18 17:14:59'), (13, '2e0f0a6e-c573-479c-8913-95e241504c1a', 'terms_and_condition', 'Terms & Conditions', 'Terms & Conditions', 'LMSZAI Terms & Conditions Policy', 'Terms,Conditions', NULL, NULL, '2023-07-18 17:14:59'), (14, '2e0f0a6e-c573-479c-8913-95e24150000a', 'refund_policy', 'Refund Policy', 'Refund Policy', 'LMSZAI Refund Policy', 'Refund Policies', NULL, NULL, '2023-07-18 17:14:59'), (51, 'd538d469-265f-44fc-95b9-dc57d10f8c81', 'default', 'Default', 'Demo Title', 'Demo Description', 'Demo Keywords', '', NULL, NULL), (52, 'a241f1cb-3711-4609-90b2-976cb1ab53f7', 'auth', 'Auth Page', 'Auth Page', 'Auth Page Meta Description', 'Auth Page Meta Keywords', '', NULL, NULL), (53, '26092a11-6aea-44ce-8880-41b47c692324', 'bundle', 'Bundle List', 'Bundle List', 'Bundle List Page Meta Description', 'Bundle List Page Meta Keywords', '', NULL, NULL), (54, '42c68cfa-028f-4ffd-b4a0-b8da50978854', 'consultation', 'Consultation List', 'Consultation List', 'Consultation List Page Meta Description', 'Consultation List Page Meta Keywords', '', NULL, NULL), (55, '857e3c5c-8430-4c5d-b009-e8f7e33dceb0', 'instructor', 'Instructor List', 'Instructor List', 'Instructor List Page Meta Description', 'Instructor List Page Meta Keywords', '', NULL, NULL), (56, '2f9557c3-c10e-4b47-bf1c-040b6f0182e3', 'saas', 'Saas List', 'Saas List', 'Saas List Page Meta Description', 'Saas List Page Meta Keywords', '', NULL, NULL), (57, 'b945d05c-d72b-4d1e-838d-f552c769d28f', 'subscription', 'Subscription List', 'Subscription List', 'Subscription List Page Meta Description', 'Subscription List Page Meta Keywords', '', NULL, NULL), (58, 'a26d5ab1-1fd5-4eeb-9b32-04469f751cbf', 'verify_certificate', 'Verify certificate List', 'Verify certificate List', 'Verify certificate List Page Meta Description', 'Verify certificate List Page Meta Keywords', '', NULL, NULL), (59, 'e5089c78-bca2-4d57-9cd4-2f3792d09810', 'forum', 'Forum', 'Forum', 'Forum Page Meta Description', 'Forum Page Meta Keywords', '', NULL, NULL); -- -------------------------------------------------------- -- -- Table structure for table `migrations` -- CREATE TABLE `migrations` ( `id` int(10) UNSIGNED NOT NULL, `migration` varchar(255) 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, '2020_10_13_140209_create_devices_table', 1), (6, '2020_10_13_150113_create_device_user_table', 1), (7, '2022_03_08_120002_create_categories_table', 1), (8, '2022_03_08_124911_create_blogs_table', 1), (9, '2022_03_10_113530_create_subcategories_table', 1), (10, '2022_03_10_114913_create_tags_table', 1), (11, '2022_03_10_120141_create_difficulty_levels_table', 1), (12, '2022_03_10_120351_create_course_languages_table', 1), (13, '2022_03_12_120608_create_currencies_table', 1), (14, '2022_03_13_084533_create_instructors_table', 1), (15, '2022_03_13_084819_create_settings_table', 1), (16, '2022_03_13_100229_create_instructor_certificates_table', 1), (17, '2022_03_14_052503_create_instructor_awards_table', 1), (18, '2022_03_14_123059_create_metas_table', 1), (19, '2022_03_15_092420_create_languages_table', 1), (20, '2022_03_21_105943_create_countries_table', 1), (21, '2022_03_21_110018_create_states_table', 1), (22, '2022_03_21_110027_create_cities_table', 1), (23, '2022_03_22_123520_create_user_cards_table', 1), (24, '2022_03_23_061124_create_email_notification_settings_table', 1), (25, '2022_03_23_104316_create_courses_table', 1), (26, '2022_03_23_104847_create_course_tags_table', 1), (27, '2022_03_29_130632_create_course_lessons_table', 1), (28, '2022_03_29_130734_create_course_lectures_table', 1), (29, '2022_04_02_104955_create_exams_table', 1), (30, '2022_04_02_111930_create_questions_table', 1), (31, '2022_04_02_112024_create_question_options_table', 1), (32, '2022_04_02_124631_create_take_exams_table', 1), (33, '2022_04_02_131147_create_answers_table', 1), (34, '2022_04_02_132217_create_course_lecture_views_table', 1), (35, '2022_04_03_093413_create_products_table', 1), (36, '2022_04_07_105025_create_cart_management_table', 1), (37, '2022_04_08_081131_create_wishlists_table', 1), (38, '2022_04_09_060811_create_contact_us_issues_table', 1), (39, '2022_04_09_060926_create_contact_us_table', 1), (40, '2022_04_11_041217_create_about_us_generals_table', 1), (41, '2022_04_11_041343_create_our_histories_table', 1), (42, '2022_04_11_041419_create_team_members_table', 1), (43, '2022_04_11_043000_create_instructor_supports_table', 1), (44, '2022_04_11_043147_create_client_logos_table', 1), (45, '2022_04_14_094216_create_instructor_features_table', 1), (46, '2022_04_14_094313_create_instructor_procedures_table', 1), (47, '2022_04_15_051038_create_faq_questions_table', 1), (48, '2022_04_15_075433_create_home_special_features_table', 1), (49, '2022_04_15_093248_create_homes_table', 1), (50, '2022_04_16_085648_create_blog_categories_table', 1), (51, '2022_04_16_111415_create_blog_tags_table', 1), (52, '2022_04_18_071259_create_blog_comments_table', 1), (53, '2022_04_18_103636_create_students_table', 1), (54, '2022_04_20_090721_create_assignments_table', 1), (55, '2022_04_21_063711_create_assignment_submits_table', 1), (56, '2022_04_21_072930_create_assignment_files_table', 1), (57, '2022_04_22_084931_create_course_resources_table', 1), (58, '2022_04_22_101227_create_notice_boards_table', 1), (59, '2022_04_23_044138_create_live_classes_table', 1), (60, '2022_04_24_121452_create_orders_table', 1), (61, '2022_04_24_121712_create_order_items_table', 1), (62, '2022_04_24_122152_create_order_billing_addresses_table', 1), (63, '2022_04_26_143537_create_coupons_table', 1), (64, '2022_04_26_145556_create_coupon_instructors_table', 1), (65, '2022_04_26_145742_create_coupon_courses_table', 1), (66, '2022_04_27_124958_create_withdraws_table', 1), (67, '2022_04_29_140534_create_reviews_table', 1), (68, '2022_04_30_140200_create_discussions_table', 1), (69, '2022_05_01_015615_create_learn_key_points_table', 1), (70, '2022_05_01_015853_add_average_rating_to_courses_table', 1), (71, '2022_05_08_183053_create_certificates_table', 1), (72, '2022_05_09_122033_create_ranking_levels_table', 1), (73, '2022_05_10_130657_add_video_to_courses_table', 1), (74, '2022_05_11_113029_add_original_name_and_size_to_assignments_table', 1), (75, '2022_05_11_122523_add_original_name_and_size_to_assignment_submits_table', 1), (76, '2022_05_11_182134_add_view_to_discussions_table', 1), (77, '2022_05_11_192633_create_support_ticket_questions_table', 1), (78, '2022_05_12_121255_create_tickets_table', 1), (79, '2022_05_12_121306_create_ticket_messages_table', 1), (80, '2022_05_12_121540_create_ticket_departments_table', 1), (81, '2022_05_12_121557_create_ticket_related_services_table', 1), (82, '2022_05_12_121621_create_ticket_priorities_table', 1), (83, '2022_05_12_175640_create_certificate_by_instructors_table', 1), (84, '2022_05_13_165207_create_chat_messages_table', 1), (85, '2022_05_15_112035_create_permission_tables', 1), (86, '2022_05_16_125530_add_provider_id_and_avatar_to_users_table', 1), (87, '2022_05_18_125922_create_pages_table', 1), (88, '2022_05_18_152824_create_notifications_table', 1), (89, '2022_05_18_161357_create_menus_table', 1), (90, '2022_05_19_192216_create_email_templates_table', 1), (91, '2022_05_22_165419_create_user_paypals_table', 1), (92, '2022_05_25_131858_add_images_to_about_us_generals_table', 1), (93, '2022_05_25_220619_create_student_certificates_table', 1), (94, '2022_05_26_171757_create_promotions_table', 1), (95, '2022_05_26_172008_create_promotion_courses_table', 1), (96, '2022_05_27_154633_create_special_promotion_tags_table', 1), (97, '2022_05_27_154757_create_special_promotion_tag_courses_table', 1), (98, '2022_05_28_185325_add_subtitle_to_courses', 1), (99, '2022_05_28_191647_create_course_upload_rules_table', 1), (100, '2022_05_31_131109_add_forgot_token_to_users', 1), (101, '2022_06_01_114750_add_cv_file_and_filename_to_instructors', 1), (102, '2022_06_13_132354_create_policies_table', 1), (103, '2022_06_14_180425_add_conversion_rate_and_current_currency_and_currency_amount_to_orders', 1), (104, '2022_06_15_181443_add_default_language_to_languages', 1), (105, '2022_07_05_171632_create_banks_table', 1), (106, '2022_07_06_171634_add_field_to_orders_table', 1), (107, '2022_07_20_114546_add_meeting_host_name_and_moderator_pw_and_attendee_pw_to_live_classes_table', 1), (108, '2022_07_22_123555_add_paystack_refrence_number_to_orders_table', 1), (109, '2022_07_25_151244_add_intro_video_check_and_into_youtube_video_id_to_courses_table', 1), (110, '2022_08_04_160730_add_city_id_to_instructors', 1), (111, '2022_08_06_140811_create_bundles_table', 1), (112, '2022_08_06_140834_create_bundle_courses_table', 1), (113, '2022_08_08_134556_add_bundle_id_to_wishlists', 1), (114, '2022_08_08_181304_add_bundle_id_and_bundle_course_ids_to_cart_management', 1), (115, '2022_08_08_193241_add_bundle_id_to_order_items', 1), (116, '2022_08_11_180251_create_forum_categories_table', 1), (117, '2022_08_11_183543_create_forum_posts_table', 1), (118, '2022_08_12_113405_create_forum_post_comments_table', 1), (119, '2022_08_13_170419_add_available_and_hourly_rate_to_instructors_table', 1), (120, '2022_08_13_175625_create_consultation_slots_table', 1), (121, '2022_08_16_152302_create_instructor_consultation_day_statuses_table', 1), (122, '2022_08_16_180220_create_booking_histories_table', 1), (123, '2022_08_18_160213_add_consultation_slot_id_and_consultation_details_and_consultation_date_to_cart_management_table', 1), (124, '2022_08_19_114213_add_consultation_slot_id_and_consultation_date_to_order_items_table', 1), (125, '2022_08_22_160209_add_some_new_fields_to_course_lectures_table', 1), (126, '2022_08_30_115403_add_new_attributes_to_homes_table', 1), (127, '2022_09_07_185945_add_start_url_to_live_classes_table', 1), (128, '2022_09_07_193347_add_start_url_to_booking_histories_table', 1), (129, '2022_09_08_124610_add_is_affiliator_in_user_table', 1), (130, '2022_09_08_124610_add_is_reference_in_cart_management_table', 1), (131, '2022_09_08_124610_create_affiliate_request_table', 1), (132, '2022_09_08_124610_create_zoom_settings_table', 1), (133, '2022_09_24_121452_create_affiliate_history_table', 1), (134, '2022_09_24_121452_create_transaction_table', 1), (135, '2022_10_10_151609_create_scorm_tables', 1), (136, '2022_10_10_163101_add_scorm_related_column_in_tables', 1), (137, '2022_10_10_163914_add_vimeo_upload_type_to_course_lectures', 1), (138, '2022_10_13_163940_add_two_columns_in_scorm_table', 1), (139, '2022_10_13_172655_add_completed_time_in_order_items_table', 1), (140, '2022_10_15_122521_add_drip_content_in_courses_table', 1), (141, '2022_10_15_122738_add_columns_in_course_lessons_table', 1), (142, '2022_10_17_124610_add_error_msg_in_order_table', 1), (143, '2022_10_18_154121_create_enrollments_table', 1), (144, '2022_10_18_200250_add_ranking_level_column_in_instructures_table', 1), (145, '2022_10_19_120829_add_access_period_in_bundles_table', 1), (146, '2022_10_19_182826_add_enrollment_id_in_course_lecture_views_table', 1), (147, '2022_10_23_161315_add_status_column_in_certificates_table', 1), (148, '2022_10_24_171913_add_column_in_certificate_by_instructors_table', 1), (149, '2022_10_25_155804_add_certificate_number_in_student_certificates_table', 1), (150, '2022_10_25_184424_add_mobile_number_filed_in_users_table', 1), (151, '2022_10_26_113449_create_gmeet_seetings_table', 1), (152, '2022_10_28_121109_create_course_instructors_table', 1), (153, '2022_11_01_135508_create_packages_table', 1), (154, '2022_11_01_171131_create_user_packages_table', 1), (155, '2022_11_01_183602_add_is_subscription_enable_in_courses_table', 1), (156, '2022_11_03_132149_add_column_in_homes_table', 1), (157, '2022_11_03_170747_create_payments_table', 1), (158, '2022_11_05_171546_add_consultancy_area_to_instructors_table', 1), (159, '2022_11_05_171546_add_lat_long_to_users_table', 1), (160, '2022_11_07_155848_add_level_column_in_packages_table', 1), (161, '2022_11_08_154156_add_user_package_id_in_enrollments_table', 1), (162, '2022_11_08_185200_add_column_in_cart_management_table', 1), (163, '2022_11_10_164850_create_monthly_distribution_histories_table', 1), (164, '2022_11_11_121955_add_field_to_ranking_levels_table', 1), (165, '2022_11_11_160210_create_subscription_commission_histories_table', 1), (166, '2022_11_11_175319_create_skills_table', 1), (167, '2022_11_11_195218_create_instructor_skills_table', 1), (168, '2022_11_12_151558_add_old_price_to_courses_table', 1), (169, '2022_11_12_160731_create_follow_user_table', 1), (170, '2022_11_12_170058_add_hourly_old_rate_to_instructors_table', 1), (171, '2022_11_14_084533_create_organizations_table', 1), (172, '2022_11_15_120508_add_organigation_id_to_courses_table', 1), (173, '2022_11_15_122138_add_organigation_id_to_instructor_certificates_table', 1), (174, '2022_11_15_122314_add_organigation_id_to_instructor_awards_table', 1), (175, '2022_11_16_122011_add_organigation_id_to_instructors_table', 1), (176, '2022_11_16_184045_change_column_in_user_packages_table', 1), (177, '2022_11_16_194601_add_organigation_id_to_students_table', 1), (178, '2022_11_19_150640_create_organization_skill_table', 1), (179, '2022_11_19_151659_change_column_in_tables', 1), (180, '2022_11_21_154849_create_user_badges_table', 1), (181, '2022_11_24_150320_add_soft_delete_in_users_table', 1), (182, '2022_11_24_195705_add_private_mode_column_in_courses_table', 1), (183, '2022_11_25_162623_change_column_in_instructors_table', 1), (184, '2022_11_28_193527_add_is_subscription_enable_to_instructors_table', 1), (185, '2022_11_29_184848_change_column_in_user_packages_table', 1), (186, '2022_11_29_190107_add_is_default_column_in_packages_table', 1), (187, '2022_12_09_153943_create_table_beneficiaries_table', 1), (188, '2022_12_09_154915_add_benificiary_id_column_in_withdraws_table', 1), (189, '2023_01_14_192049_update_menus_table', 1), (190, '2023_05_07_154147_add_column_in_instructors_table', 1), (191, '2023_05_08_115352_is_featured_in_courses_table', 1), (192, '2023_05_08_122911_add_filed_in_homes_table', 1), (193, '2023_05_14_072415_create_chats_table', 1), (194, '2023_05_14_115545_create_refunds_table', 1), (195, '2023_05_15_155921_add_column_in_transactions_table', 1), (196, '2023_05_17_113730_add_receiver_id_in_cart_management_table', 1), (197, '2023_05_17_113928_add_receiver_id_in_order_items_table', 1), (198, '2023_05_24_115218_create_wallet_recharges_table', 1), (199, '2023_05_24_115534_add_column_in_payments_table', 1), (200, '2023_05_29_130753_create_generate_contents_table', 1), (201, '2023_05_29_153039_create_open_a_i_prompts_table', 1), (202, '2023_06_07_114213_change_special_promotion_tags_table', 1), (203, '2023_07_17_152902_change_meta_tables', 2), (215, '2023_08_13_131615_create_product_categories_table', 3), (216, '2023_08_13_131620_change_products_table', 3), (217, '2023_08_13_131630_create_product_tags_table', 3), (218, '2023_08_13_131759_create_product_images_table', 3), (219, '2023_08_13_132308_create_product_reviews_table', 3), (220, '2023_08_13_134843_create_tag_products_table', 3), (221, '2023_08_20_114637_add_column_in_homes_table', 4), (222, '2023_08_20_180919_add_quantity_in_cart_managements', 5), (223, '2023_08_21_163729_add_quantity_to_order_items', 6), (224, '2023_08_22_131208_add_column_in_order_items_table', 7), (225, '2023_08_23_164733_add_shipping_charge_to_cart_management_table', 8), (227, '2023_09_03_190525_add_column_in_live_classes_table', 9), (228, '2016_06_01_000001_create_oauth_auth_codes_table', 10), (229, '2016_06_01_000002_create_oauth_access_tokens_table', 10), (230, '2016_06_01_000003_create_oauth_refresh_tokens_table', 10), (231, '2016_06_01_000004_create_oauth_clients_table', 10), (232, '2016_06_01_000005_create_oauth_personal_access_clients_table', 10), (233, '2024_04_01_094240_create_email_templates_table', 11), (234, '2024_09_29_125310_add_column_in_homes_table', 12); -- -------------------------------------------------------- -- -- Table structure for table `model_has_permissions` -- CREATE TABLE `model_has_permissions` ( `permission_id` bigint(20) UNSIGNED NOT NULL, `model_type` varchar(255) NOT NULL, `model_id` bigint(20) UNSIGNED NOT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -------------------------------------------------------- -- -- Table structure for table `model_has_roles` -- CREATE TABLE `model_has_roles` ( `role_id` bigint(20) UNSIGNED NOT NULL, `model_type` varchar(255) NOT NULL, `model_id` bigint(20) UNSIGNED NOT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -- Dumping data for table `model_has_roles` -- INSERT INTO `model_has_roles` (`role_id`, `model_type`, `model_id`) VALUES (1, 'App\\Models\\User', 1); -- -------------------------------------------------------- -- -- Table structure for table `monthly_distribution_histories` -- CREATE TABLE `monthly_distribution_histories` ( `id` bigint(20) UNSIGNED NOT NULL, `month_year` varchar(191) NOT NULL DEFAULT '0', `total_subscription` int(11) NOT NULL DEFAULT 0, `total_enroll_course` int(11) NOT NULL DEFAULT 0, `total_amount` decimal(12,2) NOT NULL DEFAULT 0.00, `admin_commission` decimal(12,2) NOT NULL DEFAULT 0.00, `user_id` bigint(20) UNSIGNED 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 `notice_boards` -- CREATE TABLE `notice_boards` ( `id` bigint(20) UNSIGNED NOT NULL, `uuid` char(36) NOT NULL, `user_id` bigint(20) UNSIGNED NOT NULL, `course_id` bigint(20) UNSIGNED DEFAULT NULL, `topic` text NOT NULL, `details` text 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 `notice_boards` -- INSERT INTO `notice_boards` (`id`, `uuid`, `user_id`, `course_id`, `topic`, `details`, `created_at`, `updated_at`) VALUES (1, 'eca01a69-cb5b-4a9b-9b1f-f0a363247fad', 2, 1, 'Topic for Notice Board', 'This is a description', '2022-12-05 03:35:33', '2022-12-05 03:35:33'); -- -------------------------------------------------------- -- -- Table structure for table `notifications` -- CREATE TABLE `notifications` ( `id` bigint(20) UNSIGNED NOT NULL, `uuid` char(36) NOT NULL, `sender_id` bigint(20) DEFAULT NULL, `user_id` bigint(20) DEFAULT NULL, `text` varchar(255) NOT NULL, `target_url` varchar(255) DEFAULT NULL, `is_seen` varchar(255) NOT NULL DEFAULT 'no' COMMENT 'yes, no', `user_type` tinyint(4) NOT NULL DEFAULT 2 COMMENT '1=admin, 2=instructor, 3=student', `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 `notification_email_templates` -- CREATE TABLE `notification_email_templates` ( `id` bigint(20) UNSIGNED NOT NULL, `category` varchar(191) NOT NULL, `slug` varchar(191) NOT NULL, `subject` varchar(191) NOT NULL, `body` longtext NOT NULL, `variables` text NOT NULL, `status` tinyint(4) 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 `notification_email_templates` -- INSERT INTO `notification_email_templates` (`id`, `category`, `slug`, `subject`, `body`, `variables`, `status`, `created_at`, `updated_at`) VALUES (1, 'Verify Email ', 'verify-email', 'Verify Your Email', '<div style=\"padding:20px;\">\r\n <p>Hi ,<br>Thank you for creating a new account. Please verify your account</p><p><a href=\"{{LINK}}\" style=\"\">Click here and verify your account</a></p>\r\n <p>{{USER_NAME}}</p>\r\n\r\n \r\n \r\n \r\n <p>\r\n <b>The Zainik Team</b>\r\n </p>\r\n</div>', '{{LINK}},{{USER_NAME}}', 1, '2024-04-02 11:56:22', '2024-04-02 11:56:22'), (2, 'Forget Password', 'forget-password', 'Forget Password', '<div>\r\n <h4 style=\"\"><p style=\"\"><b style=\"\">Hi ,<br></b><p style=\"\"><b>{{USER_NAME}}</b></p><p style=\"\">For a reset password, your verification code is {{VERIFICATION_CODE}}.</p></p></h4><p>\r\n <b style=\"\">The Zainiklab Team</b>\r\n </p>\r\n</div>', '{{VERIFICATION_CODE}},{{USER_NAME}}', 1, '2024-04-02 11:56:22', '2024-04-02 08:09:55'), (3, 'Instructor Request (Admin)', 'instructor-request-to-admin', 'Instructor Request', '<div>\r\n <h4 style=\"\"><p style=\"\"><b style=\"\">Hi ,<br></b></p><p style=\"\"><b>{{USER_NAME}}</b></p><p style=\"\">A new instructor has been requested to your site. Please review and approve that.<br><br>The checking URL is <a href=\"http://{{URL}}\" target=\"_blank\">Link</a> </p><p></p></h4><p>\r\n <b style=\"\">The Zainiklab Team</b>\r\n </p>\r\n</div>', '{{URL}},{{USER_NAME}}', 1, '2024-04-02 11:56:22', '2024-04-02 11:58:57'), (4, 'Organization Request (Admin)', 'organization-request-to-admin', 'Instructor Request', '<div>\r\n <h4 style=\"\"><p style=\"\"><b style=\"\">Hi ,<br></b></p><p style=\"\"><b>{{USER_NAME}}</b></p><p style=\"\">A new organization has been requested for your site. Please review and approve that.<br><br>The checking URL is <a href=\"http://{{URL}}\" target=\"_blank\">Link</a> </p><p></p></h4><p>\r\n <b style=\"\">The Zainiklab Team</b>\r\n </p>\r\n</div>', '{{URL}},{{USER_NAME}}', 1, '2024-04-02 11:56:22', '2024-04-02 12:00:51'), (5, 'New student enroll (Instructor)', 'new-student-enroll-to-instructor', 'New student enroll', '<div>\r\n <h4 style=\"\"><p style=\"\"><b style=\"\">Hi ,<br></b></p><p style=\"\"><b>{{USER_NAME}}</b></p><p style=\"\">A new student has been enrolled to your course {{COURSE_TITLE}}<br>The checking URL is <a href=\"http://{{URL}}\" target=\"_blank\">Link</a> </p><p></p></h4><p>\r\n <b style=\"\">The Zainiklab Team</b>\r\n </p>\r\n</div>', '{{URL}},{{USER_NAME}},{{COURSE_TITLE}}', 1, '2024-04-02 11:56:22', '2024-04-02 12:01:55'), (6, 'New student enroll (Admin)', 'new-student-enroll-to-admin', 'New student enroll', '<h4 style=\"\"><p style=\"\"><b style=\"\">Hi ,<br></b></p><p style=\"\"><b>{{USER_NAME}}</b></p><p style=\"\">A new student has been enrolled to course {{COURSE_TITLE}}<br></p><p></p></h4><p>\r\n <b style=\"\">The Zainiklab Team</b>\r\n </p>', '{{USER_NAME}},{{COURSE_TITLE}}', 1, '2024-04-02 11:56:22', '2024-04-02 09:14:10'), (7, 'Student enroll (Student)', 'new-student-enroll-to-student', 'You new enrolled in new course {{COURSE_TITLE}}', '<div>\r\n <h4 style=\"\"><p style=\"\"><b style=\"\">Hi ,<br></b></p><p style=\"\"><b>{{USER_NAME}}</b></p><p style=\"\">You have enrolled in new course named {{COURSE_TITLE}}<br>The checking URL is <a href=\"http://{{URL}}\" target=\"_blank\">Link</a> and enjoy your learning</p><p></p></h4><p>\r\n <b style=\"\">The Zainiklab Team</b>\r\n </p>\r\n</div>', '{{URL}},{{USER_NAME}},{{COURSE_TITLE}}', 1, '2024-04-02 11:56:22', '2024-04-02 11:55:22'), (8, 'Order Pending (Admin)', 'course-buy-pending-admin', 'Bank order has been pending #{{ORDER_NUMBER}}', '<div>\r\n <h4 style=\"\"><p style=\"\"><b style=\"\">Hi ,<br></b></p><p style=\"\"><b>{{USER_NAME}}</b></p><p style=\"\">One student has placed an order using a bank payment.<br>Order Number: {{ORDER_NUMBER}}<br>Please verify and approve. <br><br>Checking link\'s <a href=\"http://{{URL}}\" target=\"_blank\">URL</a></p><p></p></h4><p>\r\n <b style=\"\">The Zainiklab Team</b>\r\n </p>\r\n</div>', '{{URL}},{{USER_NAME}},{{ORDER_NUMBER}}', 1, '2024-04-02 11:56:22', '2024-04-02 12:29:30'), (9, 'Order Pending (Student)', 'course-buy-pending-student', 'You order has been place as pending #{{ORDER_NUMBER}}', '<h4 style=\"\"><p style=\"\"><b style=\"\">Hi ,<br></b></p><p style=\"\"><b>{{USER_NAME}}</b></p><p style=\"\">Your bank order has been pending. An admin will verify the payment and approve it.<br></p><p></p></h4><p>\r\n <b style=\"\">The Zainiklab Team</b>\r\n </p>', '{{USER_NAME}},{{ORDER_NUMBER}}', 1, '2024-04-02 11:56:22', '2024-04-02 12:28:40'), (10, 'Refund Request (Instructor/Organization)', 'instructor-refund-request', 'You have one refund request', '<h4 style=\"\"><p style=\"\"><b style=\"\">Hi ,<br></b></p><p style=\"\"><b>{{USER_NAME}}</b></p><p style=\"\">You have one refund request; please check the below link.<br><br><a href=\"http://{{LINK}}\" target=\"_blank\">LINK</a></p><p></p></h4><p>\r\n <b style=\"\">The Zainiklab Team</b>\r\n </p>', '{{USER_NAME}},{{LINK}}', 1, '2024-04-02 11:56:22', '2024-04-02 13:12:53'), (11, 'Subscription Purchase Pending (Admin)', 'subscription-purchase-pending-admin', 'Subscription Order Pending', '<h4 style=\"\"><p style=\"\"><b style=\"\">Hi ,<br></b></p><p style=\"\"><b>{{USER_NAME}}</b></p><p style=\"\">You have one subscription order pending; please check and approved the below link.<br><br><a href=\"http://{{LINK}}\" target=\"_blank\">LINK</a></p><p></p></h4><p>\r\n <b style=\"\">The Zainiklab Team</b>\r\n </p>', '{{USER_NAME}},{{LINK}}', 1, '2024-04-02 11:56:22', '2024-04-02 13:23:45'), (12, 'Subscription Purchase Complete (Admin)', 'subscription-purchase-complete-admin', 'Subscription Order Complete', '<h4 style=\"\"><p style=\"\"><b style=\"\">Hi ,<br></b></p><p style=\"\"><b>{{USER_NAME}}</b></p><p style=\"\">You have got one subscription order; please check the below link.<br><br><a href=\"http://{{LINK}}\" target=\"_blank\">LINK</a></p><p></p></h4><p>\r\n <b style=\"\">The Zainiklab Team</b>\r\n </p>', '{{USER_NAME}},{{LINK}}', 1, '2024-04-02 11:56:22', '2024-04-02 13:26:45'), (13, 'Subscription Purchase Complete (Student)', 'subscription-purchase-complete-student', 'Subscription Order Complete', '<h4 style=\"\"><p style=\"\"><b style=\"\">Hi ,<br></b></p><p style=\"\"><b>{{USER_NAME}}</b></p><p style=\"\">Your subscription order has been completed.<br></p><p></p></h4><p>\r\n <b style=\"\">The Zainiklab Team</b>\r\n </p>', '{{USER_NAME}}', 1, '2024-04-02 11:56:22', '2024-04-02 13:26:08'), (14, 'Multi instructor request rejected (Instructor/Organization)', 'multi-instructor-request-rejected', 'Multi instructor request has been rejected by {{INSTRUCTOR_NAME}}', '<h4 style=\"\"><p style=\"\"><b style=\"\">Hi ,<br></b></p><p style=\"\"><b>{{USER_NAME}}</b></p><p style=\"\">{{INSTRUCTOR_NAME}} has been rejected for your multi-instructor request.<br></p><p></p></h4><p>\r\n <b style=\"\">The Zainiklab Team</b>\r\n </p>', '{{USER_NAME}},{{INSTRUCTOR_NAME}}', 1, '2024-04-02 11:56:22', '2024-04-03 06:33:10'), (15, 'Multi instructor request approved (Instructor/Organization)', 'multi-instructor-request-approved', 'Multi instructor request has been approved by {{INSTRUCTOR_NAME}}', '<h4 style=\"\"><p style=\"\"><b style=\"\">Hi ,<br></b></p><p style=\"\"><b>{{USER_NAME}}</b></p><p style=\"\">{{INSTRUCTOR_NAME}} has been approved for your multi-instructor request.<br></p><p></p></h4><p>\r\n <b style=\"\">The Zainiklab Team</b>\r\n </p>', '{{USER_NAME}},{{INSTRUCTOR_NAME}}', 1, '2024-04-02 11:56:22', '2024-04-03 06:33:10'), (16, 'Withdrawal Request (User)', 'withdrawal-request-to-user', 'You withdrawal request has been send to admin', '<h4 style=\"\"><p style=\"\"><b style=\"\">Hi ,<br></b></p><p style=\"\"><b>{{USER_NAME}}</b></p><p style=\"\">Your withdrawal request has been pending. An admin will review and approve shortly. Please check the below link for latest status.<br><br><a href=\"http://{{LINK}}\" target=\"_blank\">LINK</a><br></p><p></p></h4><p>\r\n <b style=\"\">The Zainiklab Team</b>\r\n </p>', '{{USER_NAME}},{{LINK}}', 1, '2024-04-02 11:56:22', '2024-04-03 06:47:07'), (17, 'Withdrawal Request (Admin)', 'withdrawal-request-to-admin', 'You have one withdrawal request pending', '<h4 style=\"\"><p style=\"\"><b style=\"\">Hi ,<br></b></p><p style=\"\"><b>{{USER_NAME}}</b></p><p style=\"\">One user has requested a withdrawal. Please review and approve the below link<br><br><a href=\"http://{{LINK}}\" target=\"_blank\">LINK</a></p><p></p></h4><p>\r\n <b style=\"\">The Zainiklab Team</b>\r\n </p>', '{{USER_NAME}},{{LINK}}', 1, '2024-04-02 11:56:22', '2024-04-03 06:45:51'), (18, 'Wallet Recharge Completed (Admin)', 'wallet-recharge-complete-admin', 'Someone Recharge there wallet successfully', '<h4 style=\"\"><p style=\"\"><b style=\"\">Hi ,<br></b></p><p style=\"\"><b>{{USER_NAME}}</b></p><p style=\"\">Someone Recharge there wallet successfully. Please check the below link<br><br><a href=\"http://{{LINK}}\" target=\"_blank\">LINK</a></p><p></p></h4><p>\r\n <b style=\"\">The Zainiklab Team</b>\r\n </p>', '{{USER_NAME}},{{LINK}}', 1, '2024-04-02 11:56:22', '2024-04-03 06:58:25'), (19, 'Wallet Recharge Pending for review (Admin)', 'wallet-recharge-pending-admin', 'Wallet recharge pending for approval', '<h4 style=\"\"><p style=\"\"><b style=\"\">Hi ,<br></b></p><p style=\"\"><b>{{USER_NAME}}</b></p><p style=\"\">One user has requested a wallet recharge via bank. Please review and approved it from below link.<br><br><a href=\"http://{{LINK}}\" target=\"_blank\">LINK</a></p><p></p></h4><p>\r\n <b style=\"\">The Zainiklab Team</b>\r\n </p>', '{{USER_NAME}},{{LINK}}', 1, '2024-04-02 11:56:22', '2024-04-03 06:57:41'), (20, 'Wallet Recharge Completed (User)', 'wallet-recharge-complete-user', 'Wallet recharge has been completed', '<h4 style=\"\"><p style=\"\"><b style=\"\">Hi ,<br></b></p><p style=\"\"><b>{{USER_NAME}}</b></p><p style=\"\">Your wallet recharge has been completed. Please check the below link.<br><br><a href=\"http://{{LINK}}\" target=\"_blank\">LINK</a></p><p></p></h4><p>\r\n <b style=\"\">The Zainiklab Team</b>\r\n </p>', '{{USER_NAME}},{{LINK}}', 1, '2024-04-02 11:56:22', '2024-04-03 06:59:12'), (21, 'Refund Request Rejected (Student)', 'refund-request-rejected-student', 'Your refund request has been rejected', '<h4 style=\"\"><p style=\"\"><b style=\"\">Hi ,<br></b></p><p style=\"\"><b>{{USER_NAME}}</b></p><p style=\"\">Your refund request has been rejected. Please check the feedback.<br><br>Feedback : {{FEEDBACK}}<br></p><p></p></h4><p>\r\n <b style=\"\">The Zainiklab Team</b>\r\n </p>', '{{USER_NAME}},{{FEEDBACK}}', 1, '2024-04-02 11:56:22', '2024-04-03 07:48:54'), (22, 'Refund Request Approved (Student)', 'refund-request-accepted-student', 'Your refund request has been accpeted', '<h4 style=\"\"><p style=\"\"><b style=\"\">Hi ,<br></b></p><p style=\"\"><b>{{USER_NAME}}</b></p><p style=\"\">Your refund request has been approved.<br></p><p></p></h4><p>\r\n <b style=\"\">The Zainiklab Team</b>\r\n </p>', '{{USER_NAME}}', 1, '2024-04-02 11:56:22', '2024-04-03 07:45:38'), (23, 'New notice created (Student)', 'new-notice-created-student', 'New notice has been published', '<h4 style=\"\"><p style=\"\"><b style=\"\">Hi ,<br></b></p><p style=\"\"><b>{{USER_NAME}}</b></p><p style=\"\">A new notice has been created. Please check that<br><br><a href=\"http://{{LINK}}\" target=\"_blank\">Link</a><br></p><p></p></h4><p>\r\n <b style=\"\">The Zainiklab Team</b>\r\n </p>', '{{USER_NAME}},{{LINK}}', 1, '2024-04-02 11:56:22', '2024-04-03 08:04:11'), (24, 'Consultation booking cancel (Student)', 'consultation-booking-cancel-student', 'Your consultation booking has been cancelled', '<h4 style=\"\"><p style=\"\"><b style=\"\">Hi ,<br></b></p><p style=\"\"><b>{{USER_NAME}}</b></p><p style=\"\">Your consultation booking has been cancelled. Please check the below link.<br>Reason for canceling the booking : {{FEEDBACK}}<br><br><a href=\"http://{{LINK}}\" target=\"_blank\">Link</a><br></p><p></p></h4><p>\r\n <b style=\"\">The Zainiklab Team</b>\r\n </p>', '{{USER_NAME}},{{LINK}},{{FEEDBACK}}', 1, '2024-04-02 11:56:22', '2024-04-03 08:10:20'), (25, 'Live Class Added (Student)', 'live-class-added-student', 'New Live Class Added', '<h4 style=\"\"><p style=\"\"><b style=\"\">Hi ,<br></b></p><p style=\"\"></p><p style=\"\">A new live class has been added; please check the below link.<br><a href=\"http://{{LINK}}\" target=\"_blank\">Link</a><br></p><p></p></h4><p>\r\n <b style=\"\">The Zainiklab Team</b>\r\n </p>', '{{LINK}}', 1, '2024-04-02 11:56:22', '2024-04-03 08:17:06'), (26, 'Product Order Status Change (Student)', 'product-order-status-change-student', 'Product order status has been changed', '<h4 style=\"\"><p style=\"\"><b style=\"\">Hi ,<br></b></p><p style=\"\"><b>{{USER_NAME}}</b></p><p style=\"\">Your product order status has been changed. Please check the below link.<br><a href=\"http://{{LINK}}\" target=\"_blank\">Link</a><br></p><p></p></h4><p>\r\n <b style=\"\">The Zainiklab Team</b>\r\n </p>', '{{USER_NAME}},{{LINK}}', 1, '2024-04-02 11:56:22', '2024-04-03 08:42:09'), (27, 'Product Approved (Instructor)', 'product-approved-instructor', 'Your product approved', '<h4 style=\"\"><p style=\"\"><b style=\"\">Hi ,<br></b></p><p style=\"\"><b>{{USER_NAME}}</b></p><p style=\"\">Your product has been approved. Please check the below link.<br><a href=\"http://{{LINK}}\" target=\"_blank\">Link</a><br></p><p></p></h4><p>\r\n <b style=\"\">The Zainiklab Team</b>\r\n </p>', '{{USER_NAME}},{{LINK}}', 1, '2024-04-02 11:56:22', '2024-04-03 08:46:55'), (28, 'Product Order Aprpoved (Student)', 'product-order-approved-student', 'Your product order via bank has been approved', '<h4 style=\"\"><p style=\"\"><b style=\"\">Hi ,<br></b></p><p style=\"\"><b>{{USER_NAME}}</b></p><p style=\"\">Your product order via bank has been approved. Please check the below link.<br><a href=\"http://{{LINK}}\" target=\"_blank\">Link</a><br></p><p></p></h4><p>\r\n <b style=\"\">The Zainiklab Team</b>\r\n </p>', '{{USER_NAME}},{{LINK}}', 1, '2024-04-02 11:56:22', '2024-04-03 09:15:42'), (29, 'Product Order Aprpoved (Instructor)', 'product-order-approved-instrcutor', 'You have got new product order', '<h4 style=\"\"><p style=\"\"><b style=\"\">Hi ,<br></b></p><p style=\"\"><b>{{USER_NAME}}</b></p><p style=\"\">You have got new product order. Please check the below link.<br><a href=\"http://{{LINK}}\" target=\"_blank\">Link</a><br></p><p></p></h4><p>\r\n <b style=\"\">The Zainiklab Team</b>\r\n </p>', '{{USER_NAME}},{{LINK}}', 1, '2024-04-02 11:56:22', '2024-04-03 09:15:03'), (30, 'Product Order Cancelled (Student)', 'product-order-cancelled-student', 'Your product order has been cancelled', '<h4 style=\"\"><p style=\"\"><b style=\"\">Hi ,<br></b></p><p style=\"\"><b>{{USER_NAME}}</b></p><p style=\"\">Your product order via bank status has been cancelled. Please check the below link.<br><a href=\"http://{{LINK}}\" target=\"_blank\">Link</a><br></p><p></p></h4><p>\r\n <b style=\"\">The Zainiklab Team</b>\r\n </p>', '{{USER_NAME}},{{LINK}}', 1, '2024-04-02 11:56:22', '2024-04-03 09:16:17'), (31, 'Course Order Approved (Student)', 'course-order-approved-student', 'Your course order has been approved', '<h4 style=\"\"><p style=\"\"><b style=\"\">Hi ,<br></b></p><p style=\"\"><b>{{USER_NAME}}</b></p><p style=\"\">Your course order via bank has been approved. Please check the below link.<br><a href=\"http://{{LINK}}\" target=\"_blank\">Link</a><br></p><p></p></h4><p>\r\n <b style=\"\">The Zainiklab Team</b>\r\n </p>', '{{USER_NAME}},{{LINK}}', 1, '2024-04-02 11:56:22', '2024-04-03 09:18:33'), (32, 'Course Order Approved (Instructor)', 'course-order-approved-instructor', 'You have got new course order', '<h4 style=\"\"><p style=\"\"><b style=\"\">Hi ,<br></b></p><p style=\"\"><b>{{USER_NAME}}</b></p><p style=\"\">You have got a new product order. Please check the below link.<br><a href=\"http://{{LINK}}\" target=\"_blank\">Link</a><br></p><p></p></h4><p>\r\n <b style=\"\">The Zainiklab Team</b>\r\n </p>', '{{USER_NAME}},{{LINK}}', 1, '2024-04-02 11:56:22', '2024-04-03 09:16:59'), (33, 'Course Order Cancelled (Student)', 'course-order-cancelled-student', 'Your course order has been cancelled', '<h4 style=\"\"><p style=\"\"><b style=\"\">Hi ,<br></b></p><p style=\"\"><b>{{USER_NAME}}</b></p><p style=\"\">Your course order via bank has been cancelled. Please check the below link.<br><a href=\"http://{{LINK}}\" target=\"_blank\">Link</a><br></p><p></p></h4><p>\r\n <b style=\"\">The Zainiklab Team</b>\r\n </p>', '{{USER_NAME}},{{LINK}}', 1, '2024-04-02 11:56:22', '2024-04-03 09:18:10'), (34, 'Affiliate request approved (Student)', 'affiliate-request-approved', 'Your affiliate request has been approved', '<h4 style=\"\"><p style=\"\"><b style=\"\">Hi ,<br></b></p><p style=\"\"><b>{{USER_NAME}}</b></p><p style=\"\">Your affiliate request has been approved.<br></p><p></p></h4><p>\r\n <b style=\"\">The Zainiklab Team</b>\r\n </p>', '{{USER_NAME}}', 1, '2024-04-02 11:56:22', '2024-04-03 09:28:41'), (35, 'Affiliate request rejected (Student)', 'affiliate-request-rejected', 'Your affiliate request has been rejected', '<h4 style=\"\"><p style=\"\"><b style=\"\">Hi ,<br></b></p><p style=\"\"><b>{{USER_NAME}}</b></p><p style=\"\">Your affiliate request has been rejected.<br></p><p></p></h4><p>\r\n <b style=\"\">The Zainiklab Team</b>\r\n </p>', '{{USER_NAME}}', 1, '2024-04-02 11:56:22', '2024-04-03 09:27:53'), (36, 'Subscription Payout Distributed (Student)', 'subscription-payout-deposited', 'Monthly Subscription payout deposited', '<h4 style=\"\"><p style=\"\"><b style=\"\">Hi ,<br></b></p><p style=\"\"><b>{{USER_NAME}}</b></p><p style=\"\">A monthly subscription payout has been distributed. Please check the below link.<br><br><a href=\"http://{{LINK}}\" target=\"_blank\">Link</a><br></p><p></p></h4><p>\r\n <b style=\"\">The Zainiklab Team</b>\r\n </p>', '{{USER_NAME}},{{LINK}}', 1, '2024-04-02 11:56:22', '2024-04-03 11:00:03'), (37, 'New course published (Student)', 'new-course-approved-student', 'New course published', '<h4 style=\"\"><p style=\"\"><b style=\"\">Hi ,<br></b></p><p style=\"\"><b>{{USER_NAME}}</b></p><p style=\"\">A new course has been published. Please check the below link.<br><br><a href=\"http://{{LINK}}\" target=\"_blank\">Link</a><br></p><p></p></h4><p>\r\n <b style=\"\">The Zainiklab Team</b>\r\n </p>', '{{USER_NAME}},{{LINK}}', 1, '2024-04-02 11:56:22', '2024-04-03 11:12:57'), (38, 'New course approved (Instructor/Organization)', 'new-course-approved-instructor', 'New course approved', '<h4 style=\"\"><p style=\"\"><b style=\"\">Hi ,<br></b></p><p style=\"\"><b>{{USER_NAME}}</b></p><p style=\"\">Your new course has been published. Please check the below link.<br><br><a href=\"http://{{LINK}}\" target=\"_blank\">Link</a><br></p><p></p></h4><p>\r\n <b style=\"\">The Zainiklab Team</b>\r\n </p>', '{{USER_NAME}},{{LINK}}', 1, '2024-04-02 11:56:22', '2024-04-03 11:11:07'), (39, 'New lesson added (Student)', 'new-lesson-added-student', 'New lesson added', '<h4 style=\"\"><p style=\"\"><b style=\"\">Hi ,<br></b></p><p style=\"\"><b>{{USER_NAME}}</b></p><p style=\"\">A new lesson has been added. Please check the below link.<br><br><a href=\"http://{{LINK}}\" target=\"_blank\">Link</a><br></p><p></p></h4><p>\r\n <b style=\"\">The Zainiklab Team</b>\r\n </p>', '{{USER_NAME}},{{LINK}}', 1, '2024-04-02 11:56:22', '2024-04-03 11:18:49'), (40, 'Course lesson updated (Student)', 'new-lesson-updated-student', 'Course lesson updated', '<h4 style=\"\"><p style=\"\"><b style=\"\">Hi ,<br></b></p><p style=\"\"><b>{{USER_NAME}}</b></p><p style=\"\">Course lesson has been updated. Please check the below link.<br><br><a href=\"http://{{LINK}}\" target=\"_blank\">Link</a><br></p><p></p></h4><p>\r\n <b style=\"\">The Zainiklab Team</b>\r\n </p>', '{{USER_NAME}},{{LINK}}', 1, '2024-04-02 11:56:22', '2024-04-03 11:19:27'), (41, 'Multi instructor request', 'multi-instructor-request', 'You have request for become instructor', '<h4 style=\"\"><p style=\"\"><b style=\"\">Hi ,<br></b></p><p style=\"\"><b>{{USER_NAME}}</b></p><p style=\"\">You have request for become instructor. Check the below link and accept the request.</p><p></p></h4><p>\r\n <b style=\"\">The Zainiklab Team</b>\r\n </p>', '{{USER_NAME}},{{LINK}}', 1, '2024-04-02 11:56:22', '2024-04-03 11:36:16'); -- -------------------------------------------------------- -- -- Table structure for table `oauth_access_tokens` -- CREATE TABLE `oauth_access_tokens` ( `id` varchar(100) NOT NULL, `user_id` bigint(20) UNSIGNED DEFAULT NULL, `client_id` bigint(20) UNSIGNED NOT NULL, `name` varchar(191) DEFAULT NULL, `scopes` text DEFAULT NULL, `revoked` tinyint(1) NOT NULL, `created_at` timestamp NULL DEFAULT NULL, `updated_at` timestamp NULL DEFAULT NULL, `expires_at` datetime DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -------------------------------------------------------- -- -- Table structure for table `oauth_auth_codes` -- CREATE TABLE `oauth_auth_codes` ( `id` varchar(100) NOT NULL, `user_id` bigint(20) UNSIGNED NOT NULL, `client_id` bigint(20) UNSIGNED NOT NULL, `scopes` text DEFAULT NULL, `revoked` tinyint(1) NOT NULL, `expires_at` datetime DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -------------------------------------------------------- -- -- Table structure for table `oauth_clients` -- CREATE TABLE `oauth_clients` ( `id` bigint(20) UNSIGNED NOT NULL, `user_id` bigint(20) UNSIGNED DEFAULT NULL, `name` varchar(191) NOT NULL, `secret` varchar(100) DEFAULT NULL, `provider` varchar(191) DEFAULT NULL, `redirect` text NOT NULL, `personal_access_client` tinyint(1) NOT NULL, `password_client` tinyint(1) NOT NULL, `revoked` tinyint(1) 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 `oauth_personal_access_clients` -- CREATE TABLE `oauth_personal_access_clients` ( `id` bigint(20) UNSIGNED NOT NULL, `client_id` bigint(20) UNSIGNED 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 `oauth_refresh_tokens` -- CREATE TABLE `oauth_refresh_tokens` ( `id` varchar(100) NOT NULL, `access_token_id` varchar(100) NOT NULL, `revoked` tinyint(1) NOT NULL, `expires_at` datetime DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -------------------------------------------------------- -- -- Table structure for table `open_a_i_prompts` -- CREATE TABLE `open_a_i_prompts` ( `id` bigint(20) UNSIGNED NOT NULL, `is_image` tinyint(4) NOT NULL DEFAULT 0, `category` varchar(191) NOT NULL, `prompt` text NOT NULL, `status` tinyint(4) NOT NULL DEFAULT 1, `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 `orders` -- CREATE TABLE `orders` ( `id` bigint(20) UNSIGNED NOT NULL, `uuid` char(36) NOT NULL, `user_id` bigint(20) NOT NULL, `order_number` varchar(50) NOT NULL, `sub_total` decimal(8,2) NOT NULL DEFAULT 0.00, `discount` decimal(8,2) NOT NULL DEFAULT 0.00, `shipping_cost` decimal(8,2) NOT NULL DEFAULT 0.00, `tax` decimal(8,2) NOT NULL DEFAULT 0.00, `platform_charge` decimal(8,2) NOT NULL DEFAULT 0.00, `current_currency` varchar(255) DEFAULT NULL, `grand_total` decimal(8,2) NOT NULL DEFAULT 0.00, `payment_currency` varchar(255) DEFAULT NULL, `conversion_rate` decimal(28,8) DEFAULT 0.00000000, `grand_total_with_conversation_rate` decimal(28,8) DEFAULT 0.00000000, `payment_method` varchar(100) DEFAULT NULL, `paystack_reference_number` varchar(255) DEFAULT NULL, `deposit_by` varchar(255) DEFAULT NULL, `deposit_slip` varchar(255) DEFAULT NULL, `bank_id` bigint(20) UNSIGNED DEFAULT NULL, `customer_comment` mediumtext DEFAULT NULL, `payment_status` varchar(15) NOT NULL DEFAULT 'due' COMMENT 'paid, due, free', `delivery_status` tinyint(4) NOT NULL DEFAULT 0 COMMENT '0=pending, 1=complete', `created_by_type` tinyint(4) DEFAULT 1 COMMENT '1=student, 2=admin', `created_by` bigint(20) UNSIGNED DEFAULT NULL, `created_at` timestamp NULL DEFAULT NULL, `updated_at` timestamp NULL DEFAULT NULL, `error_msg` varchar(191) DEFAULT NULL, `payment_id` varchar(191) DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -------------------------------------------------------- -- -- Table structure for table `order_billing_addresses` -- CREATE TABLE `order_billing_addresses` ( `id` bigint(20) UNSIGNED NOT NULL, `order_id` bigint(20) NOT NULL, `country_id` bigint(20) DEFAULT NULL, `state_id` bigint(20) DEFAULT NULL, `city_id` bigint(20) DEFAULT NULL, `first_name` varchar(100) NOT NULL, `last_name` varchar(100) NOT NULL, `email` varchar(120) NOT NULL, `street_address` varchar(255) NOT NULL, `zip_code` varchar(255) DEFAULT NULL, `phone_number` varchar(255) DEFAULT NULL, `set_as_shipping_address` varchar(10) NOT NULL DEFAULT 'no' COMMENT 'yes, no', `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 `order_items` -- CREATE TABLE `order_items` ( `id` bigint(20) UNSIGNED NOT NULL, `order_id` bigint(20) NOT NULL, `user_id` bigint(20) NOT NULL, `receiver_info` text DEFAULT NULL, `owner_user_id` bigint(20) DEFAULT NULL, `bundle_id` bigint(20) UNSIGNED DEFAULT NULL, `course_id` bigint(20) DEFAULT NULL, `product_id` bigint(20) DEFAULT NULL, `quantity` int(10) UNSIGNED NOT NULL DEFAULT 0, `consultation_slot_id` bigint(20) UNSIGNED DEFAULT NULL, `consultation_date` varchar(191) DEFAULT NULL, `unit` int(11) NOT NULL DEFAULT 1, `unit_price` decimal(8,2) NOT NULL DEFAULT 0.00, `admin_commission` decimal(8,2) NOT NULL DEFAULT 0.00, `owner_balance` decimal(8,2) NOT NULL DEFAULT 0.00, `sell_commission` int(11) NOT NULL DEFAULT 0 COMMENT 'How much percentage get admin and calculate in admin_commission', `type` tinyint(4) NOT NULL DEFAULT 1 COMMENT '1=course, 2=product', `delivery_status` tinyint(4) 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 `organizations` -- CREATE TABLE `organizations` ( `id` bigint(20) UNSIGNED NOT NULL, `uuid` char(36) NOT NULL, `user_id` bigint(20) UNSIGNED NOT NULL, `country_id` bigint(20) UNSIGNED DEFAULT NULL, `province_id` bigint(20) UNSIGNED DEFAULT NULL, `state_id` bigint(20) UNSIGNED DEFAULT NULL, `city_id` bigint(20) UNSIGNED DEFAULT NULL, `first_name` varchar(191) NOT NULL, `last_name` varchar(191) NOT NULL, `professional_title` varchar(191) DEFAULT NULL, `phone_number` varchar(191) DEFAULT NULL, `postal_code` varchar(100) DEFAULT NULL, `address` varchar(191) DEFAULT NULL, `consultancy_area` tinyint(4) NOT NULL DEFAULT 3, `about_me` mediumtext DEFAULT NULL, `gender` varchar(50) DEFAULT NULL, `social_link` mediumtext DEFAULT NULL, `slug` varchar(191) DEFAULT NULL, `is_private` varchar(10) NOT NULL DEFAULT 'no' COMMENT 'yes, no', `remove_from_web_search` varchar(10) NOT NULL DEFAULT 'no' COMMENT 'yes, no', `auto_content_approval` tinyint(4) NOT NULL DEFAULT 0, `status` tinyint(4) NOT NULL DEFAULT 0 COMMENT '0=pending, 1=approved, 2=blocked', `is_subscription_enable` tinyint(4) DEFAULT 0, `is_offline` tinyint(4) NOT NULL DEFAULT 0 COMMENT 'offline status', `offline_message` varchar(191) NOT NULL DEFAULT '0' COMMENT 'offline message', `consultation_available` tinyint(4) NOT NULL DEFAULT 0 COMMENT '1=yes, 0=no', `hourly_rate` int(11) DEFAULT 0, `hourly_old_rate` decimal(8,2) DEFAULT NULL, `available_type` tinyint(4) NOT NULL DEFAULT 3 COMMENT '1=In-person, 0=Online, 3=Both', `cv_file` varchar(191) DEFAULT NULL, `cv_filename` varchar(191) DEFAULT NULL, `level_id` bigint(20) UNSIGNED DEFAULT NULL, `deleted_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 `organization_skill` -- CREATE TABLE `organization_skill` ( `organization_id` bigint(20) UNSIGNED NOT NULL, `skill_id` bigint(20) UNSIGNED NOT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -------------------------------------------------------- -- -- Table structure for table `our_histories` -- CREATE TABLE `our_histories` ( `id` bigint(20) UNSIGNED NOT NULL, `year` varchar(255) DEFAULT NULL, `title` varchar(255) DEFAULT NULL, `subtitle` varchar(255) 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 `our_histories` -- INSERT INTO `our_histories` (`id`, `year`, `title`, `subtitle`, `created_at`, `updated_at`) VALUES (1, '1998', 'Mere tranquil existence', 'Possession of my entire soul, like these sweet mornings of spring which I enjoy with my whole heart am alone', NULL, NULL), (2, '1998', 'Incapable of drawing', 'Exquisite sense of mere tranquil existence that I neglect my talents add should be incapable of drawing', NULL, NULL), (3, '1998', 'Foliage access trees', 'Serenity has taken possession of my entire soul, like these sweet mornings of spring which I enjoy with my', NULL, NULL), (4, '1998', 'Among grass trickling', 'Should be incapable of drawing a single stroke at the present moment; and yet I feel that I never', NULL, NULL); -- -------------------------------------------------------- -- -- Table structure for table `packages` -- CREATE TABLE `packages` ( `id` bigint(20) UNSIGNED NOT NULL, `uuid` char(36) NOT NULL, `package_type` enum('1','2','3') NOT NULL COMMENT '1=subscription, 2=instructor saas, 3=organization saas', `title` varchar(191) NOT NULL, `slug` varchar(191) NOT NULL, `description` longtext DEFAULT NULL, `discounted_monthly_price` decimal(12,2) NOT NULL, `monthly_price` decimal(12,2) NOT NULL, `discounted_yearly_price` decimal(12,2) NOT NULL, `yearly_price` decimal(12,2) NOT NULL, `icon` varchar(191) NOT NULL, `student` int(11) NOT NULL DEFAULT 0, `instructor` int(11) NOT NULL DEFAULT 0, `course` int(11) NOT NULL DEFAULT 0, `consultancy` int(11) NOT NULL DEFAULT 0, `subscription_course` int(11) NOT NULL DEFAULT 0, `bundle_course` int(11) NOT NULL DEFAULT 0, `product` int(11) NOT NULL DEFAULT 0, `device` int(11) NOT NULL DEFAULT 0, `admin_commission` int(11) NOT NULL DEFAULT 0, `in_home` tinyint(4) NOT NULL DEFAULT 1, `recommended` tinyint(4) NOT NULL DEFAULT 0, `status` tinyint(4) NOT NULL DEFAULT 1, `is_default` tinyint(4) NOT NULL DEFAULT 0, `order` int(11) NOT NULL DEFAULT 1, `user_id` bigint(20) UNSIGNED NOT NULL, `deleted_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; -- -- Dumping data for table `packages` -- INSERT INTO `packages` (`id`, `uuid`, `package_type`, `title`, `slug`, `description`, `discounted_monthly_price`, `monthly_price`, `discounted_yearly_price`, `yearly_price`, `icon`, `student`, `instructor`, `course`, `consultancy`, `subscription_course`, `bundle_course`, `product`, `device`, `admin_commission`, `in_home`, `recommended`, `status`, `is_default`, `order`, `user_id`, `deleted_at`, `created_at`, `updated_at`) VALUES (1, '4ec8c672-7d46-43e8-9a3b-dded2a43d721', '1', 'Starter', 'starter-966323', NULL, 0.00, 0.00, 0.00, 0.00, 'frontend/assets/img/package_icon.png', 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 0, 1, 1, 1, 1, NULL, '2022-12-05 03:35:34', '2022-12-05 03:35:34'), (2, '48539274-e5ef-423c-bbc1-626816ac2616', '2', 'Starter', 'starter-696394', NULL, 0.00, 0.00, 0.00, 0.00, 'frontend/assets/img/package_icon.png', 0, 0, 5, 10, 1, 1, 0, 1, 20, 1, 0, 1, 1, 1, 1, NULL, '2022-12-05 03:35:34', '2022-12-05 03:35:34'), (3, 'b367e4bf-b519-40fb-8e2b-f9fa1c19089b', '3', 'Starter', 'starter-813043', NULL, 0.00, 0.00, 0.00, 0.00, 'frontend/assets/img/package_icon.png', 5, 2, 5, 10, 1, 1, 0, 1, 20, 1, 0, 1, 1, 1, 1, NULL, '2022-12-05 03:35:34', '2022-12-05 03:35:34'); -- -------------------------------------------------------- -- -- Table structure for table `pages` -- CREATE TABLE `pages` ( `id` bigint(20) UNSIGNED NOT NULL, `uuid` char(36) NOT NULL, `en_title` text DEFAULT NULL, `en_description` longtext DEFAULT NULL, `slug` varchar(255) DEFAULT NULL, `meta_title` varchar(191) DEFAULT NULL, `meta_description` longtext DEFAULT NULL, `meta_keywords` longtext DEFAULT NULL, `og_image` varchar(191) DEFAULT NULL, `created_at` timestamp NULL DEFAULT NULL, `updated_at` timestamp NULL DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -------------------------------------------------------- -- -- Table structure for table `password_resets` -- CREATE TABLE `password_resets` ( `email` varchar(255) NOT NULL, `token` varchar(255) NOT NULL, `created_at` timestamp NULL DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -------------------------------------------------------- -- -- Table structure for table `payments` -- CREATE TABLE `payments` ( `id` bigint(20) UNSIGNED NOT NULL, `uuid` char(36) NOT NULL, `payment_id` varchar(191) NOT NULL, `user_id` bigint(20) NOT NULL, `type` tinyint(4) NOT NULL DEFAULT 1, `order_number` varchar(50) NOT NULL, `sub_total` decimal(8,2) NOT NULL DEFAULT 0.00, `tax` decimal(8,2) NOT NULL DEFAULT 0.00, `payment_currency` varchar(191) DEFAULT NULL, `platform_charge` decimal(8,2) NOT NULL DEFAULT 0.00, `conversion_rate` decimal(28,8) NOT NULL DEFAULT 0.00000000, `grand_total_with_conversation_rate` decimal(28,8) NOT NULL DEFAULT 0.00000000, `deposit_by` varchar(191) DEFAULT NULL, `deposit_slip` varchar(191) DEFAULT NULL, `bank_id` bigint(20) UNSIGNED DEFAULT NULL, `grand_total` decimal(8,2) NOT NULL DEFAULT 0.00, `payment_method` varchar(100) DEFAULT NULL, `payment_details` longtext DEFAULT NULL, `payment_status` varchar(15) NOT NULL DEFAULT 'due' COMMENT 'paid, due, free, pending, cancelled', `created_by_type` tinyint(4) DEFAULT 1 COMMENT '1=student, 2=instructor', `created_by` bigint(20) UNSIGNED DEFAULT NULL, `deleted_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 `permissions` -- CREATE TABLE `permissions` ( `id` bigint(20) UNSIGNED NOT NULL, `name` varchar(255) NOT NULL, `guard_name` varchar(255) 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 `permissions` -- INSERT INTO `permissions` (`id`, `name`, `guard_name`, `created_at`, `updated_at`) VALUES (1, 'manage_course', 'web', '2022-12-05 03:35:33', '2022-12-05 03:35:33'), (2, 'pending_course', 'web', '2022-12-05 03:35:33', '2022-12-05 03:35:33'), (3, 'hold_course', 'web', '2022-12-05 03:35:33', '2022-12-05 03:35:33'), (4, 'approved_course', 'web', '2022-12-05 03:35:33', '2022-12-05 03:35:33'), (5, 'all_course', 'web', '2022-12-05 03:35:33', '2022-12-05 03:35:33'), (6, 'manage_course_reference', 'web', '2022-12-05 03:35:33', '2022-12-05 03:35:33'), (7, 'manage_course_category', 'web', '2022-12-05 03:35:33', '2022-12-05 03:35:33'), (8, 'manage_course_subcategory', 'web', '2022-12-05 03:35:33', '2022-12-05 03:35:33'), (9, 'manage_course_tag', 'web', '2022-12-05 03:35:33', '2022-12-05 03:35:33'), (10, 'manage_course_language', 'web', '2022-12-05 03:35:33', '2022-12-05 03:35:33'), (11, 'manage_course_difficulty_level', 'web', '2022-12-05 03:35:33', '2022-12-05 03:35:33'), (12, 'manage_instructor', 'web', '2022-12-05 03:35:33', '2022-12-05 03:35:33'), (13, 'pending_instructor', 'web', '2022-12-05 03:35:33', '2022-12-05 03:35:33'), (14, 'approved_instructor', 'web', '2022-12-05 03:35:33', '2022-12-05 03:35:33'), (15, 'all_instructor', 'web', '2022-12-05 03:35:33', '2022-12-05 03:35:33'), (16, 'add_instructor', 'web', '2022-12-05 03:35:33', '2022-12-05 03:35:33'), (17, 'manage_student', 'web', '2022-12-05 03:35:33', '2022-12-05 03:35:33'), (18, 'manage_coupon', 'web', '2022-12-05 03:35:33', '2022-12-05 03:35:33'), (19, 'manage_promotion', 'web', '2022-12-05 03:35:33', '2022-12-05 03:35:33'), (20, 'manage_blog', 'web', '2022-12-05 03:35:33', '2022-12-05 03:35:33'), (21, 'payout', 'web', '2022-12-05 03:35:33', '2022-12-05 03:35:33'), (22, 'finance', 'web', '2022-12-05 03:35:33', '2022-12-05 03:35:33'), (23, 'manage_certificate', 'web', '2022-12-05 03:35:33', '2022-12-05 03:35:33'), (24, 'ranking_level', 'web', '2022-12-05 03:35:33', '2022-12-05 03:35:33'), (25, 'manage_language', 'web', '2022-12-05 03:35:33', '2022-12-05 03:35:33'), (26, 'account_setting', 'web', '2022-12-05 03:35:33', '2022-12-05 03:35:33'), (27, 'support_ticket', 'web', '2022-12-05 03:35:33', '2022-12-05 03:35:33'), (28, 'manage_contact', 'web', '2022-12-05 03:35:33', '2022-12-05 03:35:33'), (29, 'application_setting', 'web', '2022-12-05 03:35:33', '2022-12-05 03:35:33'), (30, 'global_setting', 'web', '2022-12-05 03:35:33', '2022-12-05 03:35:33'), (31, 'home_setting', 'web', '2022-12-05 03:35:33', '2022-12-05 03:35:33'), (32, 'mail_configuration', 'web', '2022-12-05 03:35:33', '2022-12-05 03:35:33'), (33, 'payment_option', 'web', '2022-12-05 03:35:33', '2022-12-05 03:35:33'), (34, 'content_setting', 'web', '2022-12-05 03:35:33', '2022-12-05 03:35:33'), (35, 'user_management', 'web', '2022-12-05 03:35:33', '2022-12-05 03:35:33'), (36, 'manage_affiliate', 'web', '2022-12-05 03:35:33', '2022-12-05 03:35:33'), (37, 'manage_subscriptions', 'web', '2022-12-05 03:35:33', '2022-12-05 03:35:33'), (38, 'manage_saas', 'web', '2022-12-05 03:35:33', '2022-12-05 03:35:33'), (39, 'manage_organization', 'web', '2022-12-05 03:35:33', '2022-12-05 03:35:33'), (40, 'pending_organization', 'web', '2022-12-05 03:35:33', '2022-12-05 03:35:33'), (41, 'approved_organization', 'web', '2022-12-05 03:35:33', '2022-12-05 03:35:33'), (42, 'all_organization', 'web', '2022-12-05 03:35:33', '2022-12-05 03:35:33'), (43, 'add_organization', 'web', '2022-12-05 03:35:33', '2022-12-05 03:35:33'), (44, 'skill', 'web', '2022-12-05 03:35:33', '2022-12-05 03:35:33'), (45, 'distribute_subscription', 'web', '2022-12-01 07:48:19', '2022-12-01 07:48:19'), (46, 'manage_version_update', 'web', '2022-12-01 07:48:19', '2022-12-01 07:48:19'), (47, 'manage_wallet_recharge', 'web', '2022-12-01 07:48:19', '2022-12-01 07:48:19'), (48, 'page_management', 'web', '2022-12-01 07:48:19', '2022-12-01 07:48:19'), (49, 'menu_management', 'web', '2022-12-01 07:48:19', '2022-12-01 07:48:19'), (50, 'policy_management', 'web', '2022-12-01 07:48:19', '2022-12-01 07:48:19'), (51, 'forum_management', 'web', '2022-12-01 07:48:19', '2022-12-01 07:48:19'), (52, 'email_notification_template', 'web', '2022-12-01 07:48:19', '2022-12-01 07:48:19'), (53, 'product_module_product', 'web', '2022-12-01 07:48:19', '2022-12-01 07:48:19'), (54, 'product_module_tag', 'web', '2022-12-01 07:48:19', '2022-12-01 07:48:19'), (55, 'product_module_category', 'web', '2022-12-01 07:48:19', '2022-12-01 07:48:19'); -- -------------------------------------------------------- -- -- Table structure for table `personal_access_tokens` -- CREATE TABLE `personal_access_tokens` ( `id` bigint(20) UNSIGNED NOT NULL, `tokenable_type` varchar(255) NOT NULL, `tokenable_id` bigint(20) UNSIGNED NOT NULL, `name` varchar(255) NOT NULL, `token` varchar(64) NOT NULL, `abilities` text DEFAULT NULL, `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 `policies` -- CREATE TABLE `policies` ( `id` bigint(20) UNSIGNED NOT NULL, `type` tinyint(4) NOT NULL COMMENT '1=privacy, 2=cookie', `description` longtext 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 `products` -- CREATE TABLE `products` ( `id` bigint(20) UNSIGNED NOT NULL, `type` tinyint(4) NOT NULL DEFAULT 1, `title` varchar(191) NOT NULL, `slug` varchar(191) NOT NULL, `product_category_id` bigint(20) UNSIGNED NOT NULL, `old_price` decimal(12,2) NOT NULL DEFAULT 0.00, `discount_percentage` decimal(12,2) NOT NULL DEFAULT 0.00, `current_price` decimal(12,2) NOT NULL DEFAULT 0.00, `quantity` int(11) NOT NULL DEFAULT 0, `shipping_charge` decimal(12,2) NOT NULL DEFAULT 0.00, `average_review` decimal(8,2) NOT NULL DEFAULT 0.00, `thumbnail` varchar(191) NOT NULL, `main_file` varchar(191) DEFAULT NULL, `image_1` varchar(191) NOT NULL, `image_2` varchar(191) NOT NULL, `image_3` varchar(191) NOT NULL, `image_4` varchar(191) NOT NULL, `description` text NOT NULL, `shipping_return` text DEFAULT NULL, `additional_information` text DEFAULT NULL, `user_id` bigint(20) UNSIGNED NOT NULL, `status` tinyint(4) NOT NULL DEFAULT 0, `meta_title` varchar(191) DEFAULT NULL, `meta_description` text DEFAULT NULL, `meta_keywords` text DEFAULT NULL, `og_image` varchar(191) DEFAULT NULL, `deleted_at` timestamp NULL DEFAULT NULL, `created_at` timestamp NULL DEFAULT NULL, `updated_at` timestamp NULL DEFAULT NULL, `is_feature` tinyint(4) DEFAULT 0 ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -------------------------------------------------------- -- -- Table structure for table `product_categories` -- CREATE TABLE `product_categories` ( `id` bigint(20) UNSIGNED NOT NULL, `name` varchar(191) NOT NULL, `slug` varchar(191) NOT NULL, `is_feature` varchar(191) NOT NULL, `image` varchar(191) NOT NULL, `meta_title` varchar(191) DEFAULT NULL, `meta_description` text DEFAULT NULL, `meta_keywords` text DEFAULT NULL, `og_image` varchar(191) 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 `product_images` -- CREATE TABLE `product_images` ( `id` bigint(20) UNSIGNED NOT NULL, `product_id` bigint(20) UNSIGNED NOT NULL, `image` varchar(191) 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 `product_reviews` -- CREATE TABLE `product_reviews` ( `id` bigint(20) UNSIGNED NOT NULL, `product_id` bigint(20) UNSIGNED NOT NULL, `user_id` bigint(20) UNSIGNED NOT NULL, `rating` varchar(191) NOT NULL, `comment` text 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 `product_tags` -- CREATE TABLE `product_tags` ( `id` bigint(20) UNSIGNED NOT NULL, `name` varchar(191) NOT NULL, `slug` varchar(191) NOT NULL, `meta_title` varchar(191) DEFAULT NULL, `meta_description` text DEFAULT NULL, `meta_keywords` text DEFAULT NULL, `og_image` varchar(191) 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 `promotions` -- CREATE TABLE `promotions` ( `id` bigint(20) UNSIGNED NOT NULL, `uuid` char(36) NOT NULL, `name` varchar(255) NOT NULL, `start_date` varchar(255) DEFAULT NULL, `end_date` varchar(255) DEFAULT NULL, `percentage` varchar(255) NOT NULL, `status` tinyint(4) NOT NULL DEFAULT 1 COMMENT '1=active, 0=deactivated', `user_id` bigint(20) UNSIGNED DEFAULT NULL, `created_at` timestamp NULL DEFAULT NULL, `updated_at` timestamp NULL DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -------------------------------------------------------- -- -- Table structure for table `promotion_courses` -- CREATE TABLE `promotion_courses` ( `id` bigint(20) UNSIGNED NOT NULL, `promotion_id` bigint(20) UNSIGNED NOT NULL, `course_id` bigint(20) UNSIGNED 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 `questions` -- CREATE TABLE `questions` ( `id` bigint(20) UNSIGNED NOT NULL, `uuid` char(36) NOT NULL, `user_id` bigint(20) NOT NULL, `exam_id` bigint(20) NOT NULL, `name` varchar(255) 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 `question_options` -- CREATE TABLE `question_options` ( `id` bigint(20) UNSIGNED NOT NULL, `uuid` char(36) NOT NULL, `user_id` bigint(20) NOT NULL, `question_id` bigint(20) NOT NULL, `question_option_id` bigint(20) DEFAULT NULL, `name` varchar(255) NOT NULL, `is_correct_answer` varchar(255) NOT NULL DEFAULT 'no' COMMENT 'yes, no', `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 `ranking_levels` -- CREATE TABLE `ranking_levels` ( `id` bigint(20) UNSIGNED NOT NULL, `uuid` char(36) NOT NULL, `name` varchar(191) DEFAULT NULL, `type` tinyint(4) DEFAULT NULL, `from` decimal(10,2) DEFAULT 0.00, `to` decimal(10,2) DEFAULT 0.00, `description` varchar(191) DEFAULT NULL, `badge_image` varchar(191) DEFAULT NULL, `earning` int(11) DEFAULT NULL, `student` int(11) DEFAULT NULL, `serial_no` int(11) 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 `ranking_levels` -- INSERT INTO `ranking_levels` (`id`, `uuid`, `name`, `type`, `from`, `to`, `description`, `badge_image`, `earning`, `student`, `serial_no`, `created_at`, `updated_at`) VALUES (1, '9a7537f0-581a-4227-9ff6-d641fec2e44a', '1 Years of Membership', 1, 0.00, 365.00, '1 Years of Membership', 'frontend/assets/img/ranking_badges/membership_1.png', NULL, NULL, NULL, '2022-12-05 03:35:34', '2022-12-05 03:35:34'), (2, 'b3152dec-79d6-49e8-b9ea-7d86d9a21f11', 'Author Level 1', 2, 0.00, 365.00, 'Author Level 1', 'frontend/assets/img/ranking_badges/rank_1.png', NULL, NULL, NULL, '2022-12-05 03:35:34', '2022-12-05 03:35:34'), (3, 'c90ca6ff-54c8-40ef-9fc3-4d93a85df344', '0 to 5 Course', 3, 0.00, 5.00, '0 to 5 Course', 'frontend/assets/img/ranking_badges/course_1.png', NULL, NULL, NULL, '2022-12-05 03:35:34', '2022-12-05 03:35:34'), (4, 'c28eea7b-2f8f-43d8-9434-07b7cd475d59', '0 to 10 Student', 4, 0.00, 10.00, '0 to 10 Student', 'frontend/assets/img/ranking_badges/student_1.png', NULL, NULL, NULL, '2022-12-05 03:35:34', '2022-12-05 03:35:34'), (5, '3a5f47a4-8dcc-479d-9f69-67d9231fee27', '0 to 10 Sold', 5, 0.00, 10.00, '0 to 10 Sold', 'frontend/assets/img/ranking_badges/sale_1.png', NULL, NULL, NULL, '2022-12-05 03:35:34', '2022-12-05 03:35:34'), (6, '0297f8b2-ef42-44ca-b459-698005154046', '2 Years of Membership', 1, 366.00, 731.00, '2 Years of Membership', 'frontend/assets/img/ranking_badges/membership_2.png', NULL, NULL, NULL, '2022-12-05 03:35:34', '2022-12-05 03:35:34'), (7, '12c02b42-e33a-4deb-a99d-3a4d5b3bdeb6', 'Author Level 2', 2, 366.00, 1096.00, 'Author Level 2', 'frontend/assets/img/ranking_badges/rank_2.png', NULL, NULL, NULL, '2022-12-05 03:35:34', '2022-12-05 03:35:34'), (8, 'bc720110-2d17-436e-8988-cb629fa9c5ab', '6 to 16 Course', 3, 6.00, 16.00, '6 to 16 Course', 'frontend/assets/img/ranking_badges/course_2.png', NULL, NULL, NULL, '2022-12-05 03:35:34', '2022-12-05 03:35:34'), (9, 'a1ff60d7-1f79-4f89-bad3-908368038283', '11 to 31 Student', 4, 11.00, 31.00, '11 to 31 Student', 'frontend/assets/img/ranking_badges/student_2.png', NULL, NULL, NULL, '2022-12-05 03:35:34', '2022-12-05 03:35:34'), (10, '578a889c-0dca-4960-8378-c8eebab75e97', '11 to 31 Sold', 5, 11.00, 31.00, '11 to 31 Sold', 'frontend/assets/img/ranking_badges/sale_2.png', NULL, NULL, NULL, '2022-12-05 03:35:34', '2022-12-05 03:35:34'), (11, '99786c82-1557-456f-abe6-fe6fae6cf5b7', '3 Years of Membership', 1, 732.00, 1097.00, '3 Years of Membership', 'frontend/assets/img/ranking_badges/membership_3.png', NULL, NULL, NULL, '2022-12-05 03:35:34', '2022-12-05 03:35:34'), (12, '2e925e84-4039-419c-be8e-8c8cca77de78', 'Author Level 3', 2, 1097.00, 2192.00, 'Author Level 3', 'frontend/assets/img/ranking_badges/rank_3.png', NULL, NULL, NULL, '2022-12-05 03:35:34', '2022-12-05 03:35:34'), (13, '0e39ae42-d219-4a7e-af3d-9cb652591ba0', '17 to 32 Course', 3, 17.00, 32.00, '17 to 32 Course', 'frontend/assets/img/ranking_badges/course_3.png', NULL, NULL, NULL, '2022-12-05 03:35:34', '2022-12-05 03:35:34'), (14, '54bc597b-5555-41f0-9795-f11b130666c6', '32 to 62 Student', 4, 32.00, 62.00, '32 to 62 Student', 'frontend/assets/img/ranking_badges/student_3.png', NULL, NULL, NULL, '2022-12-05 03:35:34', '2022-12-05 03:35:34'), (15, '467a09ba-3efc-4de8-a4b1-42ccdaf245fa', '32 to 62 Sold', 5, 32.00, 62.00, '32 to 62 Sold', 'frontend/assets/img/ranking_badges/sale_3.png', NULL, NULL, NULL, '2022-12-05 03:35:34', '2022-12-05 03:35:34'), (16, 'bc4d0595-ae9d-456c-b45e-19b4d94d835d', '4 Years of Membership', 1, 1098.00, 1463.00, '4 Years of Membership', 'frontend/assets/img/ranking_badges/membership_4.png', NULL, NULL, NULL, '2022-12-05 03:35:34', '2022-12-05 03:35:34'), (17, 'd6b95157-61a9-4676-ad78-311491ba7968', 'Author Level 4', 2, 2193.00, 3653.00, 'Author Level 4', 'frontend/assets/img/ranking_badges/rank_4.png', NULL, NULL, NULL, '2022-12-05 03:35:34', '2022-12-05 03:35:34'), (18, '9113cc9f-1e30-4af8-8621-67313f8c0b15', '33 to 53 Course', 3, 33.00, 53.00, '33 to 53 Course', 'frontend/assets/img/ranking_badges/course_4.png', NULL, NULL, NULL, '2022-12-05 03:35:34', '2022-12-05 03:35:34'), (19, '1379b683-63ad-4ddc-93b6-67d8679ec535', '63 to 103 Student', 4, 63.00, 103.00, '63 to 103 Student', 'frontend/assets/img/ranking_badges/student_4.png', NULL, NULL, NULL, '2022-12-05 03:35:34', '2022-12-05 03:35:34'), (20, '452d0645-4baf-482f-8211-84e35dfce809', '63 to 103 Sold', 5, 63.00, 103.00, '63 to 103 Sold', 'frontend/assets/img/ranking_badges/sale_4.png', NULL, NULL, NULL, '2022-12-05 03:35:34', '2022-12-05 03:35:34'), (21, '3bc3bf00-5042-4997-9807-45ab475a4c6c', '5 Years of Membership', 1, 1464.00, 5114.00, '5 Years of Membership', 'frontend/assets/img/ranking_badges/membership_5.png', NULL, NULL, NULL, '2022-12-05 03:35:34', '2022-12-05 03:35:34'), (22, '2bc790fc-498e-4c0e-a459-27faaa5f157c', 'Author Level 5', 2, 3654.00, 5479.00, 'Author Level 5', 'frontend/assets/img/ranking_badges/rank_5.png', NULL, NULL, NULL, '2022-12-05 03:35:34', '2022-12-05 03:35:34'), (23, '4f44e662-ff69-4b44-81d3-bc0ae337163d', '54 to 79 Course', 3, 54.00, 79.00, '54 to 79 Course', 'frontend/assets/img/ranking_badges/course_5.png', NULL, NULL, NULL, '2022-12-05 03:35:34', '2022-12-05 03:35:34'), (24, '07da9daa-cacb-4d6b-a760-dc8fd47b26fe', '104 to 154 Student', 4, 104.00, 154.00, '104 to 154 Student', 'frontend/assets/img/ranking_badges/student_5.png', NULL, NULL, NULL, '2022-12-05 03:35:34', '2022-12-05 03:35:34'), (25, 'f88eb0be-aab3-47d7-9505-ba0e5ab8c8d1', '104 to 154 Sold', 5, 104.00, 154.00, '104 to 154 Sold', 'frontend/assets/img/ranking_badges/sale_5.png', NULL, NULL, NULL, '2022-12-05 03:35:34', '2022-12-05 03:35:34'); -- -------------------------------------------------------- -- -- Table structure for table `refunds` -- CREATE TABLE `refunds` ( `id` bigint(20) UNSIGNED NOT NULL, `enrollment_id` bigint(20) UNSIGNED NOT NULL, `order_item_id` bigint(20) UNSIGNED NOT NULL, `user_id` bigint(20) UNSIGNED NOT NULL, `instructor_user_id` bigint(20) UNSIGNED NOT NULL, `reason` text DEFAULT NULL, `feedback` text DEFAULT NULL, `amount` decimal(12,2) NOT NULL DEFAULT 0.00, `status` tinyint(4) 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 `reviews` -- CREATE TABLE `reviews` ( `id` bigint(20) UNSIGNED NOT NULL, `user_id` bigint(20) UNSIGNED NOT NULL, `course_id` bigint(20) UNSIGNED NOT NULL, `rating` int(11) DEFAULT NULL, `comment` mediumtext 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 `roles` -- CREATE TABLE `roles` ( `id` bigint(20) UNSIGNED NOT NULL, `name` varchar(255) NOT NULL, `guard_name` varchar(255) NOT NULL, `created_at` timestamp NULL DEFAULT NULL, `updated_at` timestamp NULL DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -- Dumping data for table `roles` -- INSERT INTO `roles` (`id`, `name`, `guard_name`, `created_at`, `updated_at`) VALUES (1, 'Super Admin', 'web', '2022-12-05 03:35:33', '2022-12-05 03:35:33'); -- -------------------------------------------------------- -- -- Table structure for table `role_has_permissions` -- CREATE TABLE `role_has_permissions` ( `permission_id` bigint(20) UNSIGNED NOT NULL, `role_id` bigint(20) UNSIGNED NOT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -- Dumping data for table `role_has_permissions` -- INSERT INTO `role_has_permissions` (`permission_id`, `role_id`) VALUES (1, 1), (2, 1), (3, 1), (4, 1), (5, 1), (6, 1), (7, 1), (8, 1), (9, 1), (10, 1), (11, 1), (12, 1), (13, 1), (14, 1), (15, 1), (16, 1), (17, 1), (18, 1), (19, 1), (20, 1), (21, 1), (22, 1), (23, 1), (24, 1), (25, 1), (26, 1), (27, 1), (28, 1), (29, 1), (30, 1), (31, 1), (32, 1), (33, 1), (34, 1), (35, 1), (36, 1), (37, 1), (38, 1), (39, 1), (40, 1), (41, 1), (42, 1), (43, 1), (44, 1), (45, 1), (46, 1), (47, 1), (48, 1), (49, 1), (50, 1), (51, 1), (52, 1), (53, 1), (54, 1), (55, 1); -- -------------------------------------------------------- -- -- Table structure for table `scorm` -- CREATE TABLE `scorm` ( `id` bigint(20) UNSIGNED NOT NULL, `course_id` bigint(20) UNSIGNED DEFAULT NULL, `resource_type` varchar(191) NOT NULL, `resource_id` bigint(20) UNSIGNED NOT NULL, `title` varchar(191) NOT NULL, `origin_file` varchar(191) DEFAULT NULL, `version` varchar(191) NOT NULL, `duration` varchar(191) DEFAULT NULL, `duration_in_second` double NOT NULL DEFAULT 0, `ratio` double DEFAULT NULL, `uuid` varchar(191) NOT NULL, `identifier` varchar(191) NOT NULL, `entry_url` varchar(191) 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 `scorm_sco` -- CREATE TABLE `scorm_sco` ( `id` bigint(20) UNSIGNED NOT NULL, `scorm_id` bigint(20) UNSIGNED NOT NULL, `uuid` varchar(191) NOT NULL, `sco_parent_id` bigint(20) UNSIGNED DEFAULT NULL, `entry_url` varchar(191) DEFAULT NULL, `identifier` varchar(191) NOT NULL, `title` varchar(191) NOT NULL, `visible` tinyint(4) NOT NULL, `sco_parameters` longtext DEFAULT NULL, `launch_data` longtext DEFAULT NULL, `max_time_allowed` varchar(191) DEFAULT NULL, `time_limit_action` varchar(191) DEFAULT NULL, `block` tinyint(4) NOT NULL, `score_int` int(11) DEFAULT NULL, `score_decimal` decimal(10,7) DEFAULT NULL, `completion_threshold` decimal(10,7) DEFAULT NULL, `prerequisites` varchar(191) 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 `scorm_sco_tracking` -- CREATE TABLE `scorm_sco_tracking` ( `id` bigint(20) UNSIGNED NOT NULL, `user_id` bigint(20) UNSIGNED NOT NULL, `sco_id` bigint(20) UNSIGNED NOT NULL, `uuid` varchar(191) NOT NULL, `progression` double NOT NULL, `score_raw` int(11) DEFAULT NULL, `score_min` int(11) DEFAULT NULL, `score_max` int(11) DEFAULT NULL, `score_scaled` decimal(10,7) DEFAULT NULL, `lesson_status` varchar(191) DEFAULT NULL, `completion_status` varchar(191) DEFAULT NULL, `session_time` int(11) DEFAULT NULL, `total_time_int` int(11) DEFAULT NULL, `total_time_string` varchar(191) DEFAULT NULL, `entry` varchar(191) DEFAULT NULL, `suspend_data` longtext DEFAULT NULL, `credit` varchar(191) DEFAULT NULL, `exit_mode` varchar(191) DEFAULT NULL, `lesson_location` varchar(191) DEFAULT NULL, `lesson_mode` varchar(191) DEFAULT NULL, `is_locked` tinyint(4) DEFAULT NULL, `details` longtext DEFAULT NULL COMMENT 'json_array', `latest_date` datetime DEFAULT NULL, `created_at` timestamp NULL DEFAULT NULL, `updated_at` timestamp NULL DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -------------------------------------------------------- -- -- Table structure for table `settings` -- CREATE TABLE `settings` ( `id` bigint(20) UNSIGNED NOT NULL, `option_key` varchar(255) NOT NULL, `option_value` mediumtext DEFAULT NULL, `created_at` timestamp NULL DEFAULT NULL, `updated_at` timestamp NULL DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -- Dumping data for table `settings` -- INSERT INTO `settings` (`id`, `option_key`, `option_value`, `created_at`, `updated_at`) VALUES (1, 'app_name', 'الصفا صقر للتكامل الحسى', '2022-12-05 03:35:33', '2025-08-12 02:19:53'), (2, 'app_email', 'Contact@alsafasakr.online', '2022-12-05 03:35:33', '2025-08-12 02:19:53'), (3, 'app_contact_number', '+201094571840', '2022-12-05 03:35:33', '2025-08-12 02:19:53'), (4, 'app_location', 'المهندسين / الجيزة', '2022-12-05 03:35:33', '2025-08-12 02:19:53'), (5, 'app_date_format', 'd/m/Y', '2022-12-05 03:35:33', '2022-12-05 03:35:33'), (6, 'app_timezone', 'Asia/Dhaka', '2022-12-05 03:35:33', '2022-12-05 03:35:33'), (7, 'allow_preloader', '1', '2022-12-05 03:35:33', '2022-12-05 03:35:33'), (8, 'app_preloader', 'uploads/setting/1754950793-kdmVELY1eX.png', '2022-12-05 03:35:33', '2025-08-12 02:19:53'), (9, 'app_logo', 'uploads/setting/1754958778-89r61yh0uS.png', '2022-12-05 03:35:33', '2025-08-12 07:32:58'), (10, 'app_fav_icon', 'uploads/setting/1754958826-xBT8SPemlT.png', '2022-12-05 03:35:33', '2025-08-12 07:33:46'), (11, 'app_copyright', '© 2025 ICS Group', '2022-12-05 03:35:33', '2025-08-12 02:19:53'), (12, 'app_developed', 'www.icsgroup-eco.com', '2022-12-05 03:35:33', '2025-08-12 02:19:53'), (13, 'og_title', 'LMSZAI - Learning Management System', '2022-12-05 03:35:33', '2022-12-05 03:35:33'), (14, 'og_description', 'Learning Management System', '2022-12-05 03:35:33', '2022-12-05 03:35:33'), (15, 'zoom_status', '1', '2022-12-05 03:35:33', '2022-12-05 03:35:33'), (16, 'bbb_status', '1', '2022-12-05 03:35:33', '2022-12-05 03:35:33'), (17, 'jitsi_status', '1', '2022-12-05 03:35:33', '2022-12-05 03:35:33'), (18, 'jitsi_server_base_url', 'https://meet.jit.si/', '2022-12-05 03:35:33', '2022-12-05 03:35:33'), (19, 'registration_email_verification', '0', '2022-12-05 03:35:33', '2022-12-05 03:35:33'), (20, 'footer_quote', 'Mere tranquil existence, that I neglect my talents. I should be incapable of drawing a single stroke at the present', '2022-12-05 03:35:33', '2022-12-05 03:35:33'), (21, 'paystack_currency', 'NGN', '2022-12-05 03:35:33', '2022-12-05 03:35:33'), (22, 'paystack_conversion_rate', '420', '2022-12-05 03:35:33', '2022-12-05 03:35:33'), (23, 'paystack_status', '1', '2022-12-05 03:35:33', '2022-12-05 03:35:33'), (24, 'PAYSTACK_PUBLIC_KEY', '', '2022-12-05 03:35:33', '2022-12-05 03:35:33'), (25, 'PAYSTACK_SECRET_KEY', '', '2022-12-05 03:35:33', '2022-12-05 03:35:33'), (26, 'paypal_currency', 'USD', '2022-12-05 03:35:33', '2022-12-05 03:35:33'), (27, 'paypal_conversion_rate', '1', '2022-12-05 03:35:33', '2022-12-05 03:35:33'), (28, 'paypal_status', '0', '2022-12-05 03:35:33', '2022-12-05 03:35:33'), (29, 'PAYPAL_MODE', 'sandbox', '2022-12-05 03:35:33', '2022-12-05 03:35:33'), (30, 'PAYPAL_CLIENT_ID', '', '2022-12-05 03:35:33', '2022-12-05 03:35:33'), (31, 'PAYPAL_SECRET', '', '2022-12-05 03:35:33', '2022-12-05 03:35:33'), (32, 'stripe_currency', 'USD', '2022-12-05 03:35:33', '2022-12-05 03:35:33'), (33, 'stripe_conversion_rate', '1', '2022-12-05 03:35:33', '2022-12-05 03:35:33'), (34, 'stripe_status', '0', '2022-12-05 03:35:33', '2022-12-05 03:35:33'), (35, 'STRIPE_MODE', 'sandbox', '2022-12-05 03:35:33', '2022-12-05 03:35:33'), (36, 'STRIPE_SECRET_KEY', '', '2022-12-05 03:35:33', '2022-12-05 03:35:33'), (37, 'STRIPE_PUBLIC_KEY', '', '2022-12-05 03:35:33', '2022-12-05 03:35:33'), (38, 'razorpay_currency', 'INR', '2022-12-05 03:35:33', '2022-12-05 03:35:33'), (39, 'razorpay_conversion_rate', '78.04', '2022-12-05 03:35:33', '2022-12-05 03:35:33'), (40, 'razorpay_status', '1', '2022-12-05 03:35:33', '2022-12-05 03:35:33'), (41, 'RAZORPAY_KEY', 'rzp_test_jI4LNxngs3tF4n', '2022-12-05 03:35:33', '2022-12-05 03:35:33'), (42, 'RAZORPAY_SECRET', 'lZo8JpuK897uLRrnMB9imhIy', '2022-12-05 03:35:33', '2022-12-05 03:35:33'), (43, 'mollie_currency', 'EUR', '2022-12-05 03:35:33', '2022-12-05 03:35:33'), (44, 'mollie_conversion_rate', '1', '2022-12-05 03:35:33', '2022-12-05 03:35:33'), (45, 'mollie_status', '1', '2022-12-05 03:35:33', '2022-12-05 03:35:33'), (46, 'MOLLIE_KEY', '', '2022-12-05 03:35:33', '2022-12-05 03:35:33'), (47, 'im_currency', 'INR', '2022-12-05 03:35:33', '2022-12-05 03:35:33'), (48, 'im_conversion_rate', '79.84', '2022-12-05 03:35:33', '2022-12-05 03:35:33'), (49, 'im_status', '1', '2022-12-05 03:35:33', '2022-12-05 03:35:33'), (50, 'IM_API_KEY', '', '2022-12-05 03:35:33', '2022-12-05 03:35:33'), (51, 'IM_AUTH_TOKEN', '', '2022-12-05 03:35:33', '2022-12-05 03:35:33'), (52, 'IM_URL', 'https://test.instamojo.com/api/1.1/payment-requests/', '2022-12-05 03:35:33', '2022-12-05 03:35:33'), (53, 'sslcommerz_currency', 'BDT', '2022-12-05 03:35:33', '2022-12-05 03:35:33'), (54, 'sslcommerz_conversion_rate', '92', '2022-12-05 03:35:33', '2022-12-05 03:35:33'), (55, 'sslcommerz_status', '0', '2022-12-05 03:35:33', '2022-12-05 03:35:33'), (56, 'sslcommerz_mode', 'sandbox', '2022-12-05 03:35:33', '2022-12-05 03:35:33'), (57, 'SSLCZ_STORE_ID', '', '2022-12-05 03:35:33', '2022-12-05 03:35:33'), (58, 'SSLCZ_STORE_PASSWD', '', '2022-12-05 03:35:33', '2022-12-05 03:35:33'), (59, 'MAIL_DRIVER', 'smtp', '2022-12-05 03:35:33', '2022-12-05 03:35:33'), (60, 'MAIL_HOST', 'mailhog', '2022-12-05 03:35:33', '2022-12-05 03:35:33'), (61, 'MAIL_PORT', '1025', '2022-12-05 03:35:33', '2022-12-05 03:35:33'), (62, 'MAIL_USERNAME', '', '2022-12-05 03:35:33', '2022-12-05 03:35:33'), (63, 'MAIL_PASSWORD', '', '2022-12-05 03:35:33', '2022-12-05 03:35:33'), (64, 'MAIL_ENCRYPTION', '', '2022-12-05 03:35:33', '2022-12-05 03:35:33'), (65, 'MAIL_FROM_ADDRESS', 'hello@example.com', '2022-12-05 03:35:33', '2022-12-05 03:35:33'), (66, 'MAIL_FROM_NAME', '${APP_NAME}', '2022-12-05 03:35:33', '2022-12-05 03:35:33'), (67, 'MAIL_MAILER', 'smtp', '2022-12-05 03:35:33', '2022-12-05 03:35:33'), (68, 'update', 'Update', '2022-12-05 03:35:33', '2025-08-12 01:29:04'), (69, 'sign_up_left_text', 'Discover world best online courses here. 24k online course is waiting for you', '2022-12-05 03:35:33', '2022-12-05 03:35:33'), (70, 'sign_up_left_image', 'uploads/setting/1754950838-Ql7rZ7HccD.png', '2022-12-05 03:35:33', '2025-08-12 02:20:38'), (71, 'forgot_title', 'Forgot Password?', '2022-12-05 03:35:33', '2022-12-05 03:35:33'), (72, 'forgot_subtitle', 'Enter the email address you used when you joined and we’ll send you instructions to reset your password. For security reasons, we do NOT store your password. So rest assured that we will never send your password via email.', '2022-12-05 03:35:33', '2025-08-12 02:19:53'), (73, 'forgot_btn_name', 'Send Reset Instructions', '2022-12-05 03:35:33', '2022-12-05 03:35:33'), (74, 'facebook_url', '#', '2022-12-05 03:35:33', '2022-12-05 03:35:33'), (75, 'twitter_url', '#', '2022-12-05 03:35:33', '2022-12-05 03:35:33'), (76, 'linkedin_url', '#', '2022-12-05 03:35:33', '2022-12-05 03:35:33'), (77, 'pinterest_url', '#', '2022-12-05 03:35:33', '2022-12-05 03:35:33'), (78, 'app_instructor_footer_title', 'Join One Of The World’s Largest Learning Marketplaces.', '2022-12-05 03:35:33', '2022-12-05 03:35:33'), (79, 'app_instructor_footer_subtitle', 'Donald valley teems with vapour around me, and the meridian sun strikes the upper surface of the impenetrable foliage of my tree', '2022-12-05 03:35:33', '2022-12-05 03:35:33'), (80, 'get_in_touch_title', 'Get in Touch', '2022-12-05 03:35:33', '2022-12-05 03:35:33'), (81, 'send_us_msg_title', 'Send Us a Message', '2022-12-05 03:35:33', '2022-12-05 03:35:33'), (82, 'contact_us_location', '32 Yaool, myself down around dupal the street, London', '2022-12-05 03:35:33', '2022-12-05 03:35:33'), (83, 'contact_us_email_one', 'mail@lmszai.co.uk', '2022-12-05 03:35:33', '2022-12-05 03:35:33'), (84, 'contact_us_email_two', 'info@lmazaiinner.co.uk', '2022-12-05 03:35:33', '2022-12-05 03:35:33'), (85, 'contact_us_phone_one', '328-456-07875', '2022-12-05 03:35:33', '2022-12-05 03:35:33'), (86, 'contact_us_phone_two', '128-456-07875', '2022-12-05 03:35:33', '2022-12-05 03:35:33'), (87, 'contact_us_map_link', 'https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d1839.0179632416985!2d89.5538504127622!3d22.801132631062536!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x39ff8f2b1098bf95%3A0xbce09c90b98f8380!2sJust%20Orders%20Khulna!5e0!3m2!1sen!2sbd!4v1636005141952!5m2!1sen!2sbd', '2022-12-05 03:35:33', '2022-12-05 03:35:33'), (88, 'contact_us_description', 'Strikes the upper surface of the impenetrable foliage of my trees, and but a few stray gleams steal about the human. It might take 6 -12 hour to replay', '2022-12-05 03:35:33', '2022-12-05 03:35:33'), (89, 'faq_title', 'Frequently Ask Questions.', '2022-12-05 03:35:33', '2022-12-05 03:35:33'), (90, 'faq_subtitle', 'CHOOSE FROM 5,000 ONLINE VIDEO COURSES WITH NEW ADDITIONS', '2022-12-05 03:35:33', '2022-12-05 03:35:33'), (91, 'faq_image_title', 'Still no luck?', '2022-12-05 03:35:33', '2022-12-05 03:35:33'), (92, 'faq_image', 'uploads_demo/setting\\faq-img.jpg', '2022-12-05 03:35:33', '2022-12-05 03:35:33'), (93, 'faq_tab_first_title', 'Item Support', '2022-12-05 03:35:33', '2022-12-05 03:35:33'), (94, 'faq_tab_first_subtitle', 'Ranquil existence, that I neglect my talents. I should be incapable of drawing a single stroke at the present moment; and yet I feel that was a greater artist than now. When, while the lovely valley with vapour around me, and the meridian', '2022-12-05 03:35:33', '2022-12-05 03:35:33'), (95, 'faq_tab_sec_title', 'Licensing', '2022-12-05 03:35:33', '2022-12-05 03:35:33'), (96, 'faq_tab_sec_subtitle', 'Ranquil existence, that I neglect my talents. I should be incapable of drawing a single stroke at the present moment; and yet I feel that was a greater artist than now. When, while the lovely valley with vapour around me, and the meridian', '2022-12-05 03:35:33', '2022-12-05 03:35:33'), (97, 'faq_tab_third_title', 'Your Account', '2022-12-05 03:35:33', '2022-12-05 03:35:33'), (98, 'faq_tab_third_subtitle', 'Ranquil existence, that I neglect my talents. I should be incapable of drawing a single stroke at the present moment; and yet I feel that was a greater artist than now. When, while the lovely valley with vapour around me, and the meridian', '2022-12-05 03:35:33', '2022-12-05 03:35:33'), (99, 'faq_tab_four_title', 'Tax & Complications', '2022-12-05 03:35:33', '2022-12-05 03:35:33'), (100, 'faq_tab_four_subtitle', 'Ranquil existence, that I neglect my talents. I should be incapable of drawing a single stroke at the present moment; and yet I feel that was a greater artist than now. When, while the lovely valley with vapour around me, and the meridian', '2022-12-05 03:35:33', '2022-12-05 03:35:33'), (101, 'home_special_feature_first_logo', 'uploads_demo/setting\\feature-icon1.png', '2022-12-05 03:35:33', '2022-12-05 03:35:33'), (102, 'home_special_feature_first_title', 'Learn From Experts', '2022-12-05 03:35:33', '2022-12-05 03:35:33'), (103, 'home_special_feature_first_subtitle', 'Mornings of spring which I enjoy with my whole heart about the gen', '2022-12-05 03:35:33', '2022-12-05 03:35:33'), (104, 'home_special_feature_second_logo', 'uploads_demo/setting/feature-icon2.png', '2022-12-05 03:35:33', '2022-12-05 03:35:33'), (105, 'home_special_feature_second_title', 'Earn a Certificate', '2022-12-05 03:35:33', '2022-12-05 03:35:33'), (106, 'home_special_feature_second_subtitle', 'Mornings of spring which I enjoy with my whole heart about the gen', '2022-12-05 03:35:33', '2022-12-05 03:35:33'), (107, 'home_special_feature_third_logo', 'uploads_demo/setting\\feature-icon3.png', '2022-12-05 03:35:33', '2022-12-05 03:35:33'), (108, 'home_special_feature_third_title', '5000+ Courses', '2022-12-05 03:35:33', '2022-12-05 03:35:33'), (109, 'home_special_feature_third_subtitle', 'Serenity has taken possession of my entire soul, like these sweet spring', '2022-12-05 03:35:33', '2022-12-05 03:35:33'), (110, 'course_logo', 'uploads_demo/setting/courses-heading-img.png', '2022-12-05 03:35:33', '2022-12-05 03:35:33'), (111, 'course_title', 'A Broad Selection Of Courses', '2022-12-05 03:35:33', '2022-12-05 03:35:33'), (112, 'course_subtitle', 'CHOOSE FROM 5,000 ONLINE VIDEO COURSES WITH NEW ADDITIONS', '2022-12-05 03:35:33', '2022-12-05 03:35:33'), (113, 'bundle_course_logo', 'uploads_demo/setting/bundle-courses-heading-img.png', '2022-12-05 03:35:33', '2022-12-05 03:35:33'), (114, 'bundle_course_title', 'Latest Bundle Courses', '2022-12-05 03:35:33', '2022-12-05 03:35:33'), (115, 'bundle_course_subtitle', 'CHOOSE FROM 5,000 ONLINE VIDEO COURSES WITH NEW ADDITIONS', '2022-12-05 03:35:33', '2022-12-05 03:35:33'), (116, 'top_category_logo', 'uploads_demo/setting/categories-heading-img.png', '2022-12-05 03:35:33', '2022-12-05 03:35:33'), (117, 'top_category_title', 'Our Top Categories', '2022-12-05 03:35:33', '2022-12-05 03:35:33'), (118, 'top_category_subtitle', 'CHOOSE FROM 5,000 ONLINE VIDEO COURSES WITH NEW ADDITIONS', '2022-12-05 03:35:33', '2022-12-05 03:35:33'), (119, 'top_instructor_logo', 'uploads_demo/setting\\top-instructor-heading-img.png', '2022-12-05 03:35:33', '2022-12-05 03:35:33'), (120, 'top_instructor_title', 'Top Rated Courses From Our Top Instructor.', '2022-12-05 03:35:33', '2022-12-05 03:35:33'), (121, 'top_instructor_subtitle', 'CHOOSE FROM 5,000 ONLINE VIDEO COURSES WITH NEW ADDITIONS', '2022-12-05 03:35:33', '2022-12-05 03:35:33'), (122, 'become_instructor_video', 'uploads_demo/setting/test.mp4', '2022-12-05 03:35:33', '2022-12-05 03:35:33'), (123, 'become_instructor_video_preview_image', 'uploads_demo/setting/video-poster.jpg', '2022-12-05 03:35:33', '2022-12-05 03:35:33'), (124, 'become_instructor_video_logo', 'uploads_demo/setting/top-instructor-heading-img.png', '2022-12-05 03:35:33', '2022-12-05 03:35:33'), (125, 'become_instructor_video_title', 'We Only Accept Professional Courses Form Professional Instructors', '2022-12-05 03:35:33', '2022-12-05 03:35:33'), (126, 'become_instructor_video_subtitle', 'Noticed by me: when I hear the buzz of the little world among the stalks, and grow familiar with the countless indescribable forms of the insects and flies, then I feel the presence', '2022-12-05 03:35:33', '2022-12-05 03:35:33'), (127, 'customer_say_logo', 'uploads_demo/setting/customers-say-heading-img.png', '2022-12-05 03:35:33', '2022-12-05 03:35:33'), (128, 'customer_say_title', 'What Our Valuable Customers Say.', '2022-12-05 03:35:33', '2022-12-05 03:35:33'), (129, 'customer_say_first_name', 'DANIEL JHON', '2022-12-05 03:35:33', '2022-12-05 03:35:33'), (130, 'customer_say_first_position', 'UI/UX DESIGNER', '2022-12-05 03:35:33', '2022-12-05 03:35:33'), (131, 'customer_say_first_comment_title', 'Great instructor, great course', '2022-12-05 03:35:33', '2022-12-05 03:35:33'), (132, 'customer_say_first_comment_description', 'Wonderful serenity has taken possession of my entire soul, like these sweet mornings of spring which I enjoy with my whole heart. I am alone, and feel the charm of existence in this spot', '2022-12-05 03:35:33', '2022-12-05 03:35:33'), (133, 'customer_say_first_comment_rating_star', '5', '2022-12-05 03:35:33', '2022-12-05 03:35:33'), (134, 'customer_say_second_name', 'NORTH', '2022-12-05 03:35:33', '2022-12-05 03:35:33'), (135, 'customer_say_second_position', 'DEVELOPER', '2022-12-05 03:35:33', '2022-12-05 03:35:33'), (136, 'customer_say_second_comment_title', 'Awesome course & good response', '2022-12-05 03:35:33', '2022-12-05 03:35:33'), (137, 'customer_say_second_comment_description', 'Noticed by me: when I hear the buzz of the little world among the stalks, and grow familiar with the countless indescribable forms of the insects and flies, then I feel the presence', '2022-12-05 03:35:33', '2022-12-05 03:35:33'), (138, 'customer_say_second_comment_rating_star', '4.5', '2022-12-05 03:35:33', '2022-12-05 03:35:33'), (139, 'customer_say_third_name', 'HIBRUPATH', '2022-12-05 03:35:33', '2022-12-05 03:35:33'), (140, 'customer_say_third_position', 'MARKETER', '2022-12-05 03:35:33', '2022-12-05 03:35:33'), (141, 'customer_say_third_comment_title', 'Fantastic course', '2022-12-05 03:35:33', '2022-12-05 03:35:33'), (142, 'customer_say_third_comment_description', 'Noticed by me: when I hear the buzz of the little world among the stalks, and grow familiar with the countless indescribable forms of the insects and flies, then I feel the presence', '2022-12-05 03:35:33', '2022-12-05 03:35:33'), (143, 'customer_say_third_comment_rating_star', '5', '2022-12-05 03:35:33', '2022-12-05 03:35:33'), (144, 'achievement_first_logo', 'uploads_demo/setting\\1.png', '2022-12-05 03:35:33', '2022-12-05 03:35:33'), (145, 'achievement_first_title', 'Successfully trained', '2022-12-05 03:35:33', '2022-12-05 03:35:33'), (146, 'achievement_first_subtitle', '2000+ students', '2022-12-05 03:35:33', '2022-12-05 03:35:33'), (147, 'achievement_second_logo', 'uploads_demo/setting\\2.png', '2022-12-05 03:35:33', '2022-12-05 03:35:33'), (148, 'achievement_second_title', 'Video courses', '2022-12-05 03:35:33', '2022-12-05 03:35:33'), (149, 'achievement_second_subtitle', '2000+ students', '2022-12-05 03:35:33', '2022-12-05 03:35:33'), (150, 'achievement_third_logo', 'uploads_demo/setting\\3.png', '2022-12-05 03:35:33', '2022-12-05 03:35:33'), (151, 'achievement_third_title', 'Expert instructor', '2022-12-05 03:35:33', '2022-12-05 03:35:33'), (152, 'achievement_third_subtitle', '2000+ students', '2022-12-05 03:35:33', '2022-12-05 03:35:33'), (153, 'achievement_four_logo', 'uploads_demo/setting\\4.png', '2022-12-05 03:35:33', '2022-12-05 03:35:33'), (154, 'achievement_four_title', 'Proudly Received', '2022-12-05 03:35:33', '2022-12-05 03:35:33'), (155, 'achievement_four_title', 'Proudly Received', '2022-12-05 03:35:33', '2022-12-05 03:35:33'), (156, 'achievement_four_subtitle', '2000+ students', '2022-12-05 03:35:33', '2022-12-05 03:35:33'), (157, 'support_faq_title', 'Frequently Ask Questions. 2', '2022-12-05 03:35:33', '2022-12-05 03:35:33'), (158, 'support_faq_subtitle', 'CHOOSE FROM 5,000 ONLINE VIDEO COURSES WITH NEW ADDITIONS 3', '2022-12-05 03:35:33', '2022-12-05 03:35:33'), (159, 'ticket_title', 'Is That Helpful?', '2022-12-05 03:35:33', '2022-12-05 03:35:33'), (160, 'ticket_subtitle', 'Are You Still Confusion?', '2022-12-05 03:35:33', '2022-12-05 03:35:33'), (161, 'cookie_button_name', 'Allow cookies', '2022-12-05 03:35:33', '2022-12-05 03:35:33'), (162, 'cookie_msg', 'Your experience on this site will be improved by allowing cookies', '2022-12-05 03:35:33', '2022-12-05 03:35:33'), (163, 'COOKIE_CONSENT_STATUS', '1', '2022-12-05 03:35:33', '2022-12-05 03:35:33'), (164, 'platform_charge', '0', '2022-12-05 03:35:33', '2025-08-12 03:33:06'), (165, 'sell_commission', '0', '2022-12-05 03:35:33', '2022-12-05 03:35:33'), (166, 'app_version', '27', '2022-12-05 03:35:33', '2022-12-05 03:35:33'), (167, 'current_version', '7.1', '2022-12-05 03:35:33', '2022-12-05 03:35:33'), (288, 'leck', '2025-08-18 19:23:39', '2025-08-11 22:40:00', '2025-08-18 23:23:39'), (289, 'vldl', '1', '2025-08-11 22:40:00', '2025-08-11 22:40:00'), (290, 'iel', '1', '2025-08-11 22:40:00', '2025-08-18 23:23:39'), (291, 'theme', '6', '2025-08-12 01:29:04', '2025-08-12 01:31:28'), (292, 'currency_id', '10', '2025-08-12 02:19:53', '2025-08-12 03:33:06'), (293, 'FORCE_HTTPS', 'false', '2025-08-12 02:19:53', '2025-08-12 02:19:53'), (294, 'language_id', '2', '2025-08-12 02:19:53', '2025-08-12 03:33:06'), (295, 'TIMEZONE', 'Africa/Cairo', '2025-08-12 02:19:53', '2025-08-12 03:33:06'), (296, 'pwa_enable', '0', '2025-08-12 02:19:53', '2025-08-12 02:19:53'), (297, 'enable_email_notification', '0', '2025-08-12 02:19:53', '2025-08-12 02:19:53'), (298, 'instagram_url', NULL, '2025-08-12 02:19:53', '2025-08-12 02:19:53'), (299, 'tiktok_url', NULL, '2025-08-12 02:19:53', '2025-08-12 02:19:53'), (300, 'app_black_logo', 'uploads/setting/1754958826-Ld07k7u9Hw.png', '2025-08-12 02:19:53', '2025-08-12 07:33:46'), (301, 'app_footer_payment_image', 'uploads/setting/1754958826-VRbgscf7J0.png', '2025-08-12 02:19:53', '2025-08-12 07:33:47'), (302, 'app_pwa_icon', NULL, '2025-08-12 02:19:53', '2025-08-12 02:19:53'), (303, 'app_color_design_type', '1', '2025-08-12 07:28:09', '2025-08-12 07:30:12'), (304, 'app_theme_color', '#b0a5d9', '2025-08-12 07:28:09', '2025-08-12 07:29:48'), (305, 'app_navbar_background_color', '#030060', '2025-08-12 07:28:09', '2025-08-12 07:28:09'), (306, 'app_body_font_color', '#b8b8ea', '2025-08-12 07:28:09', '2025-08-12 07:29:09'), (307, 'app_heading_color', '#8a8ae5', '2025-08-12 07:28:09', '2025-08-12 07:29:23'), (308, 'app_gradiant_banner_color1', '#000000', '2025-08-12 07:28:09', '2025-08-12 07:28:09'), (309, 'app_gradiant_banner_color2', '#000000', '2025-08-12 07:28:09', '2025-08-12 07:28:09'), (310, 'app_gradiant_banner_color', 'linear-gradient(to right, #000000, #000000)', '2025-08-12 07:28:09', '2025-08-12 07:28:09'), (311, 'app_gradiant_footer_color1', '#000000', '2025-08-12 07:28:09', '2025-08-12 07:28:09'), (312, 'app_gradiant_footer_color2', '#000000', '2025-08-12 07:28:09', '2025-08-12 07:28:09'), (313, 'app_gradiant_footer_color', 'linear-gradient(180deg, #000000, #000000)', '2025-08-12 07:28:09', '2025-08-12 07:28:09'), (314, 'app_gradiant_overlay_background_color_opacity', '0', '2025-08-12 07:28:09', '2025-08-12 07:28:09'), (315, 'meditation_app_theme_color', '#5e3fd7', '2025-08-12 07:28:09', '2025-08-12 07:28:09'), (316, 'meditation_app_theme_secondary_color', '#ffe4db', '2025-08-12 07:28:09', '2025-08-12 07:28:09'), (317, 'meditation_app_body_font_color', '#52526c', '2025-08-12 07:28:09', '2025-08-12 07:28:09'), (318, 'meditation_red_color', '#ee5e37', '2025-08-12 07:28:09', '2025-08-12 07:28:09'), (319, 'meditation_blue_color', '#46d3ff', '2025-08-12 07:28:09', '2025-08-12 07:28:09'), (320, 'meditation_yellow_color', '#d8f87f', '2025-08-12 07:28:09', '2025-08-12 07:28:09'), (321, 'meditation_gradiant_banner_color1', '#000000', '2025-08-12 07:28:09', '2025-08-12 07:28:09'), (322, 'meditation_gradiant_banner_color2', '#000000', '2025-08-12 07:28:09', '2025-08-12 07:28:09'), (323, 'meditation_gradiant_banner_color', 'linear-gradient(180deg, #000000, #000000)', '2025-08-12 07:28:09', '2025-08-12 07:28:09'), (324, 'meditation_gradiant_video_banner_color1', '#000000', '2025-08-12 07:28:09', '2025-08-12 07:28:09'), (325, 'meditation_gradiant_video_banner_color2', '#000000', '2025-08-12 07:28:09', '2025-08-12 07:28:09'), (326, 'meditation_gradiant_video_banner_color', 'linear-gradient(180deg, #000000, #000000)', '2025-08-12 07:28:09', '2025-08-12 07:28:09'), (327, 'meditation_gradiant_core_feature_color1', '#000000', '2025-08-12 07:28:09', '2025-08-12 07:28:09'), (328, 'meditation_gradiant_core_feature_color2', '#000000', '2025-08-12 07:28:09', '2025-08-12 07:28:09'), (329, 'meditation_gradiant_core_feature_color', 'linear-gradient(180deg, #000000, #000000)', '2025-08-12 07:28:09', '2025-08-12 07:28:09'); -- -------------------------------------------------------- -- -- Table structure for table `skills` -- CREATE TABLE `skills` ( `id` bigint(20) UNSIGNED NOT NULL, `title` varchar(191) NOT NULL, `description` varchar(191) DEFAULT NULL, `status` tinyint(4) NOT NULL DEFAULT 1 COMMENT '1=active, 0=deactivated', `deleted_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; -- -- Dumping data for table `skills` -- INSERT INTO `skills` (`id`, `title`, `description`, `status`, `deleted_at`, `created_at`, `updated_at`) VALUES (1, 'Management', 'Management', 1, NULL, NULL, NULL), (2, 'Web Development', 'Web Development', 1, NULL, NULL, NULL), (3, 'Mobile Development', 'Mobile Development', 1, NULL, NULL, NULL); -- -------------------------------------------------------- -- -- Table structure for table `special_promotion_tags` -- CREATE TABLE `special_promotion_tags` ( `id` bigint(20) UNSIGNED NOT NULL, `uuid` char(36) NOT NULL, `name` varchar(255) NOT NULL, `color` varchar(255) 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 `special_promotion_tag_courses` -- CREATE TABLE `special_promotion_tag_courses` ( `id` bigint(20) UNSIGNED NOT NULL, `special_promotion_tag_id` bigint(20) UNSIGNED NOT NULL, `course_id` bigint(20) UNSIGNED 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 `states` -- CREATE TABLE `states` ( `id` bigint(20) UNSIGNED NOT NULL, `country_id` bigint(20) NOT NULL, `name` varchar(255) 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 `states` -- INSERT INTO `states` (`id`, `country_id`, `name`, `created_at`, `updated_at`) VALUES (1, 1, 'Dhaka', NULL, NULL), (2, 1, 'Khulna', NULL, NULL), (3, 1, 'Comilla', NULL, NULL), (4, 2, 'California', NULL, NULL), (5, 2, 'Texas', NULL, NULL), (6, 2, 'Florida', NULL, NULL), (7, 3, 'Argyll', NULL, NULL), (8, 3, 'Belfast', NULL, NULL), (9, 3, 'Cambridge', NULL, NULL); -- -------------------------------------------------------- -- -- Table structure for table `students` -- CREATE TABLE `students` ( `id` bigint(20) UNSIGNED NOT NULL, `uuid` char(36) NOT NULL, `user_id` bigint(20) NOT NULL, `organization_id` bigint(20) UNSIGNED DEFAULT NULL, `country_id` bigint(20) DEFAULT NULL, `province_id` bigint(20) DEFAULT NULL, `state_id` bigint(20) DEFAULT NULL, `city_id` bigint(20) DEFAULT NULL, `first_name` varchar(255) NOT NULL, `last_name` varchar(255) NOT NULL, `phone_number` varchar(255) DEFAULT NULL, `postal_code` varchar(100) DEFAULT NULL, `address` varchar(255) DEFAULT NULL, `about_me` mediumtext DEFAULT NULL, `gender` varchar(50) DEFAULT NULL, `status` tinyint(4) NOT NULL DEFAULT 1 COMMENT '1=approved, 0=pending', `created_at` timestamp NULL DEFAULT NULL, `updated_at` timestamp NULL DEFAULT NULL, `deleted_at` timestamp NULL DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -------------------------------------------------------- -- -- Table structure for table `student_certificates` -- CREATE TABLE `student_certificates` ( `id` bigint(20) UNSIGNED NOT NULL, `uuid` char(36) NOT NULL, `user_id` bigint(20) NOT NULL, `certificate_number` varchar(191) DEFAULT NULL, `course_id` bigint(20) NOT NULL, `path` varchar(255) 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 `subcategories` -- CREATE TABLE `subcategories` ( `id` bigint(20) UNSIGNED NOT NULL, `uuid` char(36) NOT NULL, `category_id` bigint(20) NOT NULL, `name` varchar(255) NOT NULL, `slug` varchar(255) NOT NULL, `meta_title` varchar(191) DEFAULT NULL, `meta_description` text DEFAULT NULL, `meta_keywords` text DEFAULT NULL, `og_image` varchar(191) 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 `subcategories` -- INSERT INTO `subcategories` (`id`, `uuid`, `category_id`, `name`, `slug`, `meta_title`, `meta_description`, `meta_keywords`, `og_image`, `created_at`, `updated_at`) VALUES (1, '9f2e9f01-4b48-40a3-9d11-d1badce66abe', 1, 'Web Development', 'web-development', NULL, NULL, NULL, NULL, '2022-12-05 03:35:33', '2022-12-05 03:35:33'), (2, 'ee7dbc19-7ad1-4567-9c4f-12b1d5447e2d', 1, 'Data Science', 'data-science', NULL, NULL, NULL, NULL, '2022-12-05 03:35:33', '2022-12-05 03:35:33'), (3, '7cc4d2f8-529f-4e89-b28a-ed3a9a243883', 1, 'Mobile Development', 'mobile-development', NULL, NULL, NULL, NULL, '2022-12-05 03:35:33', '2022-12-05 03:35:33'), (4, '50017599-5bf8-401e-b8e8-ac74a5483ec4', 1, 'Programming Language', 'programming-language', NULL, NULL, NULL, NULL, '2022-12-05 03:35:33', '2022-12-05 03:35:33'), (5, '2d9561f5-abb6-49a9-8f01-b9871e0e377f', 1, 'Game Development', 'game-development', NULL, NULL, NULL, NULL, '2022-12-05 03:35:33', '2022-12-05 03:35:33'), (6, 'e5bd8dee-2b3d-4b4c-bc1f-5717b4049a00', 2, 'IT Certifications', 'it-certifications', NULL, NULL, NULL, NULL, '2022-12-05 03:35:33', '2022-12-05 03:35:33'), (7, 'aee6a731-0f3d-4abf-87d4-59636ce657f2', 2, 'Network & Security', 'network-security', NULL, NULL, NULL, NULL, '2022-12-05 03:35:33', '2022-12-05 03:35:33'), (8, '04ec60ec-ee72-4bbf-a58e-bce7fe2e8cbb', 2, 'Hardware', 'hardware', NULL, NULL, NULL, NULL, '2022-12-05 03:35:33', '2022-12-05 03:35:33'), (9, 'b74c0ee8-81ac-4c87-bace-dbbfd17b1be3', 2, 'Operating System & Servers', 'operating-system-servers', NULL, NULL, NULL, NULL, '2022-12-05 03:35:33', '2022-12-05 03:35:33'), (10, 'ef6c46a4-e09c-4af6-96e2-1995eeeee9ae', 3, 'Microsoft', 'microsoft', NULL, NULL, NULL, NULL, '2022-12-05 03:35:33', '2022-12-05 03:35:33'), (11, 'c966ea96-e96f-44a6-9b5a-ef9ae56844d4', 3, 'Apple', 'apple', NULL, NULL, NULL, NULL, '2022-12-05 03:35:33', '2022-12-05 03:35:33'), (12, 'f02d2d08-4acb-4cb8-8ce7-8d1bdaa6ca7c', 3, 'Google', 'google', NULL, NULL, NULL, NULL, '2022-12-05 03:35:33', '2022-12-05 03:35:33'), (13, '3b377226-0b6e-4896-a679-e12e329d6ffd', 4, 'Career Development', 'career-development', NULL, NULL, NULL, NULL, '2022-12-05 03:35:33', '2022-12-05 03:35:33'), (14, '57c46b26-520f-4286-bfc5-6372a9cd924a', 4, 'Creativity', 'creativity', NULL, NULL, NULL, NULL, '2022-12-05 03:35:33', '2022-12-05 03:35:33'), (15, 'bad12e18-78bb-46c1-8e2b-e428bda8eb5d', 5, 'Communication', 'communication', NULL, NULL, NULL, NULL, '2022-12-05 03:35:33', '2022-12-05 03:35:33'), (16, 'e593cfab-7cdd-40d9-a0f2-27f18bf02b89', 5, 'Management', 'management', NULL, NULL, NULL, NULL, '2022-12-05 03:35:33', '2022-12-05 03:35:33'), (17, '37f7ed7e-d3da-470b-9be6-7655342457af', 5, 'Sales', 'sales', NULL, NULL, NULL, NULL, '2022-12-05 03:35:33', '2022-12-05 03:35:33'), (18, '9377e664-e92f-4839-ba85-829629ad296d', 7, 'Web Design', 'web-design', NULL, NULL, NULL, NULL, '2022-12-05 03:35:33', '2022-12-05 03:35:33'), (19, '0e3195ef-68c2-4044-8ee3-727cd504e586', 7, 'Graphic Design', 'graphic-design', NULL, NULL, NULL, NULL, '2022-12-05 03:35:33', '2022-12-05 03:35:33'), (20, '41c9906d-1a92-4529-93f3-75ee342dbdb3', 7, 'Game Design', 'game-design', NULL, NULL, NULL, NULL, '2022-12-05 03:35:33', '2022-12-05 03:35:33'), (21, '051ab930-2a76-4e6c-a1a6-2d6681427e4b', 7, 'Fashion Design', 'fashion-design', NULL, NULL, NULL, NULL, '2022-12-05 03:35:33', '2022-12-05 03:35:33'), (22, '5cafa706-4015-49e6-babf-0a7f0495012f', 7, 'User Experience Design', 'user-experience-design', NULL, NULL, NULL, NULL, '2022-12-05 03:35:33', '2022-12-05 03:35:33'); -- -------------------------------------------------------- -- -- Table structure for table `subscription_commission_histories` -- CREATE TABLE `subscription_commission_histories` ( `id` bigint(20) UNSIGNED NOT NULL, `monthly_distribution_history_id` bigint(20) UNSIGNED NOT NULL, `user_id` bigint(20) UNSIGNED NOT NULL, `sub_amount` decimal(12,2) NOT NULL, `commission_percentage` decimal(2,2) NOT NULL, `admin_commission` decimal(12,2) NOT NULL, `total_amount` decimal(8,2) NOT NULL, `paid_at` datetime 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 `support_ticket_questions` -- CREATE TABLE `support_ticket_questions` ( `id` bigint(20) UNSIGNED NOT NULL, `question` text NOT NULL, `answer` text 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 `support_ticket_questions` -- INSERT INTO `support_ticket_questions` (`id`, `question`, `answer`, `created_at`, `updated_at`) VALUES (1, 'Where can I see the status of my refund?', ' In the Refund Status column you can see the date your refund request was submitted or when it was processed.', '2022-12-05 03:35:33', '2022-12-05 03:35:33'), (2, 'When will I receive my refund?', ' Refund requests are submitted immediately to your payment processor or financial institution after Udemy has received and processed your request. It may take 5 to 10 business days or longer to post the funds in your account, depending on your financial institution or location.', '2022-12-05 03:35:33', '2022-12-05 03:35:33'), (3, 'Why was my refund request denied?', ' All eligible courses purchased on Udemy can be refunded within 30 days, provided the request meets the guidelines in our refund policy. ', '2022-12-05 03:35:33', '2022-12-05 03:35:33'), (4, 'What is a “credit refund”?', ' In cases where a transaction is not eligible for a refund to your original payment method, the refund will be granted using LMSZAI Credit', '2022-12-05 03:35:33', '2022-12-05 03:35:33'), (5, 'Where can I see the status of my refund?', ' In the Refund Status column you can see the date your refund request was submitted or when it was processed.', '2022-12-05 03:35:33', '2022-12-05 03:35:33'), (6, 'When will I receive my refund?', ' Refund requests are submitted immediately to your payment processor or financial institution after Udemy has received and processed your request. It may take 5 to 10 business days or longer to post the funds in your account, depending on your financial institution or location.', '2022-12-05 03:35:33', '2022-12-05 03:35:33'), (7, 'Why was my refund request denied?', ' All eligible courses purchased on Udemy can be refunded within 30 days, provided the request meets the guidelines in our refund policy. ', '2022-12-05 03:35:33', '2022-12-05 03:35:33'), (8, 'What is a “credit refund”?', ' In cases where a transaction is not eligible for a refund to your original payment method, the refund will be granted using LMSZAI Credit', '2022-12-05 03:35:33', '2022-12-05 03:35:33'); -- -------------------------------------------------------- -- -- Table structure for table `tags` -- CREATE TABLE `tags` ( `id` bigint(20) UNSIGNED NOT NULL, `uuid` char(36) NOT NULL, `name` varchar(255) NOT NULL, `slug` varchar(255) 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 `tags` -- INSERT INTO `tags` (`id`, `uuid`, `name`, `slug`, `created_at`, `updated_at`) VALUES (1, 'd45fd1e7-a1e0-4d3f-954d-bd56dc95e48f', 'Design', 'design', '2022-12-05 03:35:33', '2022-12-05 03:35:33'), (2, '90bfec22-452f-42f4-b9aa-03c053aecc24', 'Development', 'development', '2022-12-05 03:35:33', '2022-12-05 03:35:33'), (3, 'b375ca10-66e9-43c1-8593-a6bdcc8ab3d9', 'IT', 'it', '2022-12-05 03:35:33', '2022-12-05 03:35:33'), (4, 'eecd9f5d-f023-4fe2-afcb-23b9ccc558b9', 'Programming', 'programming', '2022-12-05 03:35:33', '2022-12-05 03:35:33'), (5, '8f9fbd32-7878-443a-a531-faf1c4428b31', 'Travel', 'travel', '2022-12-05 03:35:33', '2022-12-05 03:35:33'), (6, '235b8c44-a340-4929-a48c-6238314d6af4', 'Music', 'music', '2022-12-05 03:35:33', '2022-12-05 03:35:33'), (7, '36ec1ef2-5bca-4d06-9446-a5d8ab6abdab', 'Digital marketing', 'digital-marketing', '2022-12-05 03:35:33', '2022-12-05 03:35:33'), (8, 'd8dc6caa-b578-49f6-aaca-e25783afe34b', 'Science', 'science', '2022-12-05 03:35:33', '2022-12-05 03:35:33'), (9, '346c01be-ab53-406f-acc4-73c5fddc0b6f', 'Math', 'math', '2022-12-05 03:35:33', '2022-12-05 03:35:33'); -- -------------------------------------------------------- -- -- Table structure for table `tag_products` -- CREATE TABLE `tag_products` ( `id` bigint(20) UNSIGNED NOT NULL, `product_id` bigint(20) UNSIGNED NOT NULL, `product_tag_id` bigint(20) UNSIGNED 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 `take_exams` -- CREATE TABLE `take_exams` ( `id` bigint(20) UNSIGNED NOT NULL, `user_id` bigint(20) NOT NULL, `exam_id` bigint(20) NOT NULL, `number_of_correct_answer` int(11) 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 `team_members` -- CREATE TABLE `team_members` ( `id` bigint(20) UNSIGNED NOT NULL, `image` varchar(255) DEFAULT NULL, `name` varchar(255) DEFAULT NULL, `designation` varchar(255) 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 `team_members` -- INSERT INTO `team_members` (`id`, `image`, `name`, `designation`, `created_at`, `updated_at`) VALUES (1, 'uploads_demo/team_member/1.jpg', 'Arnold keens', 'CREATIVE DIRECTOR', '2022-12-05 03:35:33', '2022-12-05 03:35:33'), (2, 'uploads_demo/team_member/2.jpg', 'James Bond', 'Designer', '2022-12-05 03:35:33', '2022-12-05 03:35:33'), (3, 'uploads_demo/team_member/3.jpg', 'Ketty Perry', 'Customer Support', '2022-12-05 03:35:33', '2022-12-05 03:35:33'), (4, 'uploads_demo/team_member/4.jpg', 'Scarlett Johansson', 'CREATIVE DIRECTOR', '2022-12-05 03:35:33', '2022-12-05 03:35:33'); -- -------------------------------------------------------- -- -- Table structure for table `tickets` -- CREATE TABLE `tickets` ( `id` bigint(20) UNSIGNED NOT NULL, `uuid` char(36) NOT NULL, `ticket_number` varchar(255) NOT NULL, `name` varchar(255) NOT NULL, `email` varchar(255) NOT NULL, `subject` varchar(255) NOT NULL, `status` tinyint(4) DEFAULT 1 COMMENT '1=Open, 2=Closed', `user_id` bigint(20) UNSIGNED NOT NULL, `department_id` bigint(20) UNSIGNED DEFAULT NULL, `related_service_id` bigint(20) UNSIGNED DEFAULT NULL, `priority_id` bigint(20) UNSIGNED DEFAULT NULL, `created_at` timestamp NULL DEFAULT NULL, `updated_at` timestamp NULL DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -------------------------------------------------------- -- -- Table structure for table `ticket_departments` -- CREATE TABLE `ticket_departments` ( `id` bigint(20) UNSIGNED NOT NULL, `uuid` char(36) NOT NULL, `name` varchar(255) 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 `ticket_messages` -- CREATE TABLE `ticket_messages` ( `id` bigint(20) UNSIGNED NOT NULL, `ticket_id` bigint(20) UNSIGNED DEFAULT NULL, `sender_user_id` bigint(20) UNSIGNED DEFAULT NULL, `reply_admin_user_id` bigint(20) UNSIGNED DEFAULT NULL, `message` longtext DEFAULT NULL, `file` varchar(255) 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 `ticket_priorities` -- CREATE TABLE `ticket_priorities` ( `id` bigint(20) UNSIGNED NOT NULL, `uuid` char(36) NOT NULL, `name` varchar(255) 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 `ticket_related_services` -- CREATE TABLE `ticket_related_services` ( `id` bigint(20) UNSIGNED NOT NULL, `uuid` char(36) NOT NULL, `name` varchar(255) 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 `transactions` -- CREATE TABLE `transactions` ( `id` bigint(20) UNSIGNED NOT NULL, `hash` varchar(191) NOT NULL, `user_id` bigint(20) NOT NULL, `type` tinyint(4) DEFAULT NULL, `order_item_id` bigint(20) UNSIGNED DEFAULT NULL, `amount` decimal(12,3) NOT NULL DEFAULT 0.000, `narration` varchar(191) DEFAULT NULL, `reference` varchar(191) DEFAULT NULL, `status` tinyint(4) NOT NULL DEFAULT 1, `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 `users` -- CREATE TABLE `users` ( `id` bigint(20) UNSIGNED NOT NULL, `name` varchar(255) NOT NULL, `email` varchar(255) NOT NULL, `area_code` varchar(10) DEFAULT NULL, `mobile_number` varchar(50) DEFAULT NULL, `email_verified_at` timestamp NULL DEFAULT NULL, `password` varchar(255) DEFAULT NULL, `role` tinyint(4) NOT NULL DEFAULT 2 COMMENT '1=admin, 2=instructor, 3=student', `phone_number` varchar(50) DEFAULT NULL, `address` mediumtext DEFAULT NULL, `lat` decimal(12,8) DEFAULT NULL, `long` decimal(12,8) DEFAULT NULL, `image` varchar(255) DEFAULT NULL, `avatar` varchar(255) DEFAULT NULL, `forgot_token` varchar(255) DEFAULT NULL, `provider_id` varchar(255) DEFAULT NULL, `meta_title` varchar(191) DEFAULT NULL, `meta_description` text DEFAULT NULL, `meta_keywords` text DEFAULT NULL, `og_image` varchar(191) DEFAULT NULL, `remember_token` varchar(100) DEFAULT NULL, `created_at` timestamp NULL DEFAULT NULL, `updated_at` timestamp NULL DEFAULT NULL, `is_affiliator` tinyint(4) NOT NULL DEFAULT 0, `balance` int(11) NOT NULL DEFAULT 0, `deleted_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`, `area_code`, `mobile_number`, `email_verified_at`, `password`, `role`, `phone_number`, `address`, `lat`, `long`, `image`, `avatar`, `forgot_token`, `provider_id`, `meta_title`, `meta_description`, `meta_keywords`, `og_image`, `remember_token`, `created_at`, `updated_at`, `is_affiliator`, `balance`, `deleted_at`) VALUES (1, 'Administration', 'admin@gmail.com', NULL, NULL, '2025-08-12 07:43:52', '$2y$10$EgTgia.sBwaQ3Y.Sj2PXY.KajFK0XyXA2WrOV2Ghva99sTzzm/vc2', 1, '+20 10 94571840', 'Giza, Egypt', NULL, NULL, 'uploads/user/1754959404-Lngt6ybJmv.png', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2022-12-05 03:35:33', '2025-08-12 07:43:52', 0, 0, NULL); -- -------------------------------------------------------- -- -- Table structure for table `user_badges` -- CREATE TABLE `user_badges` ( `user_id` bigint(20) UNSIGNED NOT NULL, `ranking_level_id` bigint(20) UNSIGNED NOT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -------------------------------------------------------- -- -- Table structure for table `user_cards` -- CREATE TABLE `user_cards` ( `id` bigint(20) UNSIGNED NOT NULL, `uuid` char(36) NOT NULL, `user_id` bigint(20) NOT NULL, `card_number` varchar(255) NOT NULL, `card_holder_name` varchar(255) NOT NULL, `month` int(11) NOT NULL, `year` year(4) 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 `user_follower` -- CREATE TABLE `user_follower` ( `user_id` bigint(20) UNSIGNED NOT NULL, `follower_id` bigint(20) UNSIGNED NOT NULL, `created_at` datetime NOT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -------------------------------------------------------- -- -- Table structure for table `user_packages` -- CREATE TABLE `user_packages` ( `id` bigint(20) UNSIGNED NOT NULL, `user_id` bigint(20) UNSIGNED NOT NULL, `package_id` bigint(20) UNSIGNED NOT NULL, `payment_id` bigint(20) UNSIGNED DEFAULT NULL, `subscription_type` tinyint(4) NOT NULL DEFAULT 1, `enroll_date` datetime NOT NULL, `expired_date` datetime NOT NULL, `student` int(11) NOT NULL DEFAULT 0, `instructor` int(11) NOT NULL DEFAULT 0, `course` int(11) NOT NULL DEFAULT 0, `consultancy` int(11) NOT NULL DEFAULT 0, `subscription_course` int(11) NOT NULL DEFAULT 0, `bundle_course` int(11) NOT NULL DEFAULT 0, `product` int(11) NOT NULL DEFAULT 0, `device` int(11) NOT NULL DEFAULT 0, `admin_commission` int(11) NOT NULL DEFAULT 0, `status` tinyint(4) NOT NULL DEFAULT 1, `deleted_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 `user_paypals` -- CREATE TABLE `user_paypals` ( `id` bigint(20) UNSIGNED NOT NULL, `user_id` bigint(20) NOT NULL, `email` varchar(255) 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 `wallet_recharges` -- CREATE TABLE `wallet_recharges` ( `id` bigint(20) UNSIGNED NOT NULL, `uuid` char(36) NOT NULL, `user_id` bigint(20) UNSIGNED NOT NULL, `payment_id` bigint(20) UNSIGNED NOT NULL, `amount` decimal(12,2) NOT NULL DEFAULT 0.00, `payment_method` varchar(191) NOT NULL, `status` tinyint(4) NOT NULL DEFAULT 1, `deleted_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 `wishlists` -- CREATE TABLE `wishlists` ( `id` bigint(20) UNSIGNED NOT NULL, `user_id` bigint(20) UNSIGNED DEFAULT NULL, `course_id` bigint(20) UNSIGNED DEFAULT NULL, `product_id` bigint(20) UNSIGNED DEFAULT NULL, `bundle_id` bigint(20) UNSIGNED DEFAULT NULL, `created_at` timestamp NULL DEFAULT NULL, `updated_at` timestamp NULL DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -------------------------------------------------------- -- -- Table structure for table `withdraws` -- CREATE TABLE `withdraws` ( `id` bigint(20) UNSIGNED NOT NULL, `uuid` char(36) NOT NULL, `user_id` bigint(20) NOT NULL, `beneficiary_id` bigint(20) UNSIGNED DEFAULT NULL, `transection_id` varchar(80) NOT NULL, `amount` decimal(8,2) NOT NULL DEFAULT 0.00, `payment_method` varchar(100) DEFAULT NULL, `note` mediumtext DEFAULT NULL, `status` tinyint(4) NOT NULL DEFAULT 0 COMMENT '0=pending, 1=complete, 2=rejected', `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 `zoom_settings` -- CREATE TABLE `zoom_settings` ( `id` bigint(20) UNSIGNED NOT NULL, `account_id` varchar(191) NOT NULL, `user_id` bigint(20) UNSIGNED NOT NULL, `api_key` varchar(191) NOT NULL, `api_secret` varchar(191) NOT NULL, `timezone` varchar(191) NOT NULL, `host_video` varchar(191) NOT NULL DEFAULT '0' COMMENT 'true, false', `participant_video` varchar(191) NOT NULL DEFAULT '0' COMMENT 'true, false', `waiting_room` varchar(191) NOT NULL DEFAULT '0' COMMENT 'true, false', `status` tinyint(4) NOT NULL DEFAULT 0 COMMENT '0=disable, 1=active', `created_at` timestamp NULL DEFAULT NULL, `updated_at` timestamp NULL DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -- Indexes for dumped tables -- -- -- Indexes for table `about_us_generals` -- ALTER TABLE `about_us_generals` ADD PRIMARY KEY (`id`); -- -- Indexes for table `affiliate_history` -- ALTER TABLE `affiliate_history` ADD PRIMARY KEY (`id`), ADD UNIQUE KEY `affiliate_history_hash_unique` (`hash`); -- -- Indexes for table `affiliate_request` -- ALTER TABLE `affiliate_request` ADD PRIMARY KEY (`id`); -- -- Indexes for table `answers` -- ALTER TABLE `answers` ADD PRIMARY KEY (`id`); -- -- Indexes for table `assignments` -- ALTER TABLE `assignments` ADD PRIMARY KEY (`id`), ADD UNIQUE KEY `assignments_uuid_unique` (`uuid`); -- -- Indexes for table `assignment_files` -- ALTER TABLE `assignment_files` ADD PRIMARY KEY (`id`); -- -- Indexes for table `assignment_submits` -- ALTER TABLE `assignment_submits` ADD PRIMARY KEY (`id`), ADD UNIQUE KEY `assignment_submits_uuid_unique` (`uuid`); -- -- Indexes for table `banks` -- ALTER TABLE `banks` ADD PRIMARY KEY (`id`); -- -- Indexes for table `beneficiaries` -- ALTER TABLE `beneficiaries` ADD PRIMARY KEY (`id`), ADD UNIQUE KEY `beneficiaries_uuid_unique` (`uuid`); -- -- Indexes for table `blogs` -- ALTER TABLE `blogs` ADD PRIMARY KEY (`id`), ADD UNIQUE KEY `blogs_uuid_unique` (`uuid`); -- -- Indexes for table `blog_categories` -- ALTER TABLE `blog_categories` ADD PRIMARY KEY (`id`), ADD UNIQUE KEY `blog_categories_uuid_unique` (`uuid`); -- -- Indexes for table `blog_comments` -- ALTER TABLE `blog_comments` ADD PRIMARY KEY (`id`); -- -- Indexes for table `blog_tags` -- ALTER TABLE `blog_tags` ADD PRIMARY KEY (`id`); -- -- Indexes for table `booking_histories` -- ALTER TABLE `booking_histories` ADD PRIMARY KEY (`id`), ADD UNIQUE KEY `booking_histories_uuid_unique` (`uuid`); -- -- Indexes for table `bundles` -- ALTER TABLE `bundles` ADD PRIMARY KEY (`id`), ADD UNIQUE KEY `bundles_uuid_unique` (`uuid`); -- -- Indexes for table `bundle_courses` -- ALTER TABLE `bundle_courses` ADD PRIMARY KEY (`id`); -- -- Indexes for table `cart_management` -- ALTER TABLE `cart_management` ADD PRIMARY KEY (`id`); -- -- Indexes for table `categories` -- ALTER TABLE `categories` ADD PRIMARY KEY (`id`), ADD UNIQUE KEY `categories_uuid_unique` (`uuid`); -- -- Indexes for table `certificates` -- ALTER TABLE `certificates` ADD PRIMARY KEY (`id`), ADD UNIQUE KEY `certificates_uuid_unique` (`uuid`); -- -- Indexes for table `certificate_by_instructors` -- ALTER TABLE `certificate_by_instructors` ADD PRIMARY KEY (`id`), ADD UNIQUE KEY `certificate_by_instructors_uuid_unique` (`uuid`); -- -- Indexes for table `chats` -- ALTER TABLE `chats` ADD PRIMARY KEY (`id`); -- -- Indexes for table `chat_messages` -- ALTER TABLE `chat_messages` ADD PRIMARY KEY (`id`); -- -- Indexes for table `cities` -- ALTER TABLE `cities` ADD PRIMARY KEY (`id`); -- -- Indexes for table `client_logos` -- ALTER TABLE `client_logos` ADD PRIMARY KEY (`id`); -- -- Indexes for table `consultation_slots` -- ALTER TABLE `consultation_slots` ADD PRIMARY KEY (`id`); -- -- Indexes for table `contact_us` -- ALTER TABLE `contact_us` ADD PRIMARY KEY (`id`); -- -- Indexes for table `contact_us_issues` -- ALTER TABLE `contact_us_issues` ADD PRIMARY KEY (`id`), ADD UNIQUE KEY `contact_us_issues_uuid_unique` (`uuid`); -- -- Indexes for table `countries` -- ALTER TABLE `countries` ADD PRIMARY KEY (`id`); -- -- Indexes for table `coupons` -- ALTER TABLE `coupons` ADD PRIMARY KEY (`id`), ADD UNIQUE KEY `coupons_uuid_unique` (`uuid`); -- -- Indexes for table `coupon_courses` -- ALTER TABLE `coupon_courses` ADD PRIMARY KEY (`id`); -- -- Indexes for table `coupon_instructors` -- ALTER TABLE `coupon_instructors` ADD PRIMARY KEY (`id`); -- -- Indexes for table `courses` -- ALTER TABLE `courses` ADD PRIMARY KEY (`id`), ADD UNIQUE KEY `courses_uuid_unique` (`uuid`); -- -- Indexes for table `course_instructor` -- ALTER TABLE `course_instructor` ADD PRIMARY KEY (`id`); -- -- Indexes for table `course_languages` -- ALTER TABLE `course_languages` ADD PRIMARY KEY (`id`), ADD UNIQUE KEY `course_languages_uuid_unique` (`uuid`); -- -- Indexes for table `course_lectures` -- ALTER TABLE `course_lectures` ADD PRIMARY KEY (`id`), ADD UNIQUE KEY `course_lectures_uuid_unique` (`uuid`); -- -- Indexes for table `course_lecture_views` -- ALTER TABLE `course_lecture_views` ADD PRIMARY KEY (`id`); -- -- Indexes for table `course_lessons` -- ALTER TABLE `course_lessons` ADD PRIMARY KEY (`id`), ADD UNIQUE KEY `course_lessons_uuid_unique` (`uuid`); -- -- Indexes for table `course_resources` -- ALTER TABLE `course_resources` ADD PRIMARY KEY (`id`), ADD UNIQUE KEY `course_resources_uuid_unique` (`uuid`); -- -- Indexes for table `course_tags` -- ALTER TABLE `course_tags` ADD PRIMARY KEY (`id`); -- -- Indexes for table `course_upload_rules` -- ALTER TABLE `course_upload_rules` ADD PRIMARY KEY (`id`); -- -- Indexes for table `currencies` -- ALTER TABLE `currencies` ADD PRIMARY KEY (`id`); -- -- Indexes for table `devices` -- ALTER TABLE `devices` ADD PRIMARY KEY (`id`), ADD UNIQUE KEY `devices_device_uuid_unique` (`device_uuid`), ADD KEY `devices_device_type_index` (`device_type`), ADD KEY `devices_ip_index` (`ip`); -- -- Indexes for table `device_user` -- ALTER TABLE `device_user` ADD PRIMARY KEY (`id`), ADD KEY `device_user_user_id_device_id_index` (`user_id`,`device_id`), ADD KEY `device_user_user_id_index` (`user_id`), ADD KEY `device_user_device_id_index` (`device_id`); -- -- Indexes for table `difficulty_levels` -- ALTER TABLE `difficulty_levels` ADD PRIMARY KEY (`id`), ADD UNIQUE KEY `difficulty_levels_uuid_unique` (`uuid`); -- -- Indexes for table `discussions` -- ALTER TABLE `discussions` ADD PRIMARY KEY (`id`); -- -- Indexes for table `email_notification_settings` -- ALTER TABLE `email_notification_settings` ADD PRIMARY KEY (`id`), ADD UNIQUE KEY `email_notification_settings_uuid_unique` (`uuid`); -- -- Indexes for table `email_templates` -- ALTER TABLE `email_templates` ADD PRIMARY KEY (`id`), ADD UNIQUE KEY `email_templates_uuid_unique` (`uuid`); -- -- Indexes for table `enrollments` -- ALTER TABLE `enrollments` ADD PRIMARY KEY (`id`); -- -- Indexes for table `exams` -- ALTER TABLE `exams` ADD PRIMARY KEY (`id`), ADD UNIQUE KEY `exams_uuid_unique` (`uuid`); -- -- Indexes for table `failed_jobs` -- ALTER TABLE `failed_jobs` ADD PRIMARY KEY (`id`), ADD UNIQUE KEY `failed_jobs_uuid_unique` (`uuid`); -- -- Indexes for table `faq_questions` -- ALTER TABLE `faq_questions` ADD PRIMARY KEY (`id`); -- -- Indexes for table `forum_categories` -- ALTER TABLE `forum_categories` ADD PRIMARY KEY (`id`), ADD UNIQUE KEY `forum_categories_uuid_unique` (`uuid`); -- -- Indexes for table `forum_posts` -- ALTER TABLE `forum_posts` ADD PRIMARY KEY (`id`), ADD UNIQUE KEY `forum_posts_uuid_unique` (`uuid`); -- -- Indexes for table `forum_post_comments` -- ALTER TABLE `forum_post_comments` ADD PRIMARY KEY (`id`), ADD UNIQUE KEY `forum_post_comments_uuid_unique` (`uuid`); -- -- Indexes for table `generate_contents` -- ALTER TABLE `generate_contents` ADD PRIMARY KEY (`id`); -- -- Indexes for table `gmeet_settings` -- ALTER TABLE `gmeet_settings` ADD PRIMARY KEY (`id`); -- -- Indexes for table `homes` -- ALTER TABLE `homes` ADD PRIMARY KEY (`id`); -- -- Indexes for table `home_special_features` -- ALTER TABLE `home_special_features` ADD PRIMARY KEY (`id`); -- -- Indexes for table `instructors` -- ALTER TABLE `instructors` ADD PRIMARY KEY (`id`), ADD UNIQUE KEY `instructors_uuid_unique` (`uuid`); -- -- Indexes for table `instructor_awards` -- ALTER TABLE `instructor_awards` ADD PRIMARY KEY (`id`), ADD UNIQUE KEY `instructor_awards_uuid_unique` (`uuid`); -- -- Indexes for table `instructor_certificates` -- ALTER TABLE `instructor_certificates` ADD PRIMARY KEY (`id`), ADD UNIQUE KEY `instructor_certificates_uuid_unique` (`uuid`); -- -- Indexes for table `instructor_consultation_day_statuses` -- ALTER TABLE `instructor_consultation_day_statuses` ADD PRIMARY KEY (`id`); -- -- Indexes for table `instructor_features` -- ALTER TABLE `instructor_features` ADD PRIMARY KEY (`id`); -- -- Indexes for table `instructor_procedures` -- ALTER TABLE `instructor_procedures` ADD PRIMARY KEY (`id`); -- -- Indexes for table `instructor_supports` -- ALTER TABLE `instructor_supports` ADD PRIMARY KEY (`id`); -- -- Indexes for table `languages` -- ALTER TABLE `languages` ADD PRIMARY KEY (`id`), ADD UNIQUE KEY `languages_language_unique` (`language`), ADD UNIQUE KEY `languages_iso_code_unique` (`iso_code`); -- -- Indexes for table `learn_key_points` -- ALTER TABLE `learn_key_points` ADD PRIMARY KEY (`id`); -- -- Indexes for table `live_classes` -- ALTER TABLE `live_classes` ADD PRIMARY KEY (`id`), ADD UNIQUE KEY `live_classes_uuid_unique` (`uuid`); -- -- Indexes for table `menus` -- ALTER TABLE `menus` ADD PRIMARY KEY (`id`); -- -- Indexes for table `metas` -- ALTER TABLE `metas` ADD PRIMARY KEY (`id`), ADD UNIQUE KEY `metas_uuid_unique` (`uuid`); -- -- Indexes for table `migrations` -- ALTER TABLE `migrations` ADD PRIMARY KEY (`id`); -- -- Indexes for table `model_has_permissions` -- ALTER TABLE `model_has_permissions` ADD PRIMARY KEY (`permission_id`,`model_id`,`model_type`), ADD KEY `model_has_permissions_model_id_model_type_index` (`model_id`,`model_type`); -- -- Indexes for table `model_has_roles` -- ALTER TABLE `model_has_roles` ADD PRIMARY KEY (`role_id`,`model_id`,`model_type`), ADD KEY `model_has_roles_model_id_model_type_index` (`model_id`,`model_type`); -- -- Indexes for table `monthly_distribution_histories` -- ALTER TABLE `monthly_distribution_histories` ADD PRIMARY KEY (`id`); -- -- Indexes for table `notice_boards` -- ALTER TABLE `notice_boards` ADD PRIMARY KEY (`id`), ADD UNIQUE KEY `notice_boards_uuid_unique` (`uuid`); -- -- Indexes for table `notifications` -- ALTER TABLE `notifications` ADD PRIMARY KEY (`id`), ADD UNIQUE KEY `notifications_uuid_unique` (`uuid`); -- -- Indexes for table `notification_email_templates` -- ALTER TABLE `notification_email_templates` ADD PRIMARY KEY (`id`); -- -- Indexes for table `oauth_access_tokens` -- ALTER TABLE `oauth_access_tokens` ADD PRIMARY KEY (`id`), ADD KEY `oauth_access_tokens_user_id_index` (`user_id`); -- -- Indexes for table `oauth_auth_codes` -- ALTER TABLE `oauth_auth_codes` ADD PRIMARY KEY (`id`), ADD KEY `oauth_auth_codes_user_id_index` (`user_id`); -- -- Indexes for table `oauth_clients` -- ALTER TABLE `oauth_clients` ADD PRIMARY KEY (`id`), ADD KEY `oauth_clients_user_id_index` (`user_id`); -- -- Indexes for table `oauth_personal_access_clients` -- ALTER TABLE `oauth_personal_access_clients` ADD PRIMARY KEY (`id`); -- -- Indexes for table `oauth_refresh_tokens` -- ALTER TABLE `oauth_refresh_tokens` ADD PRIMARY KEY (`id`), ADD KEY `oauth_refresh_tokens_access_token_id_index` (`access_token_id`); -- -- Indexes for table `open_a_i_prompts` -- ALTER TABLE `open_a_i_prompts` ADD PRIMARY KEY (`id`); -- -- Indexes for table `orders` -- ALTER TABLE `orders` ADD PRIMARY KEY (`id`), ADD UNIQUE KEY `orders_uuid_unique` (`uuid`); -- -- Indexes for table `order_billing_addresses` -- ALTER TABLE `order_billing_addresses` ADD PRIMARY KEY (`id`); -- -- Indexes for table `order_items` -- ALTER TABLE `order_items` ADD PRIMARY KEY (`id`); -- -- Indexes for table `organizations` -- ALTER TABLE `organizations` ADD PRIMARY KEY (`id`), ADD UNIQUE KEY `organizations_uuid_unique` (`uuid`); -- -- Indexes for table `our_histories` -- ALTER TABLE `our_histories` ADD PRIMARY KEY (`id`); -- -- Indexes for table `packages` -- ALTER TABLE `packages` ADD PRIMARY KEY (`id`), ADD UNIQUE KEY `packages_uuid_unique` (`uuid`), ADD UNIQUE KEY `packages_slug_unique` (`slug`); -- -- Indexes for table `pages` -- ALTER TABLE `pages` ADD PRIMARY KEY (`id`), ADD UNIQUE KEY `pages_uuid_unique` (`uuid`); -- -- Indexes for table `password_resets` -- ALTER TABLE `password_resets` ADD KEY `password_resets_email_index` (`email`); -- -- Indexes for table `payments` -- ALTER TABLE `payments` ADD PRIMARY KEY (`id`), ADD UNIQUE KEY `payments_uuid_unique` (`uuid`); -- -- Indexes for table `permissions` -- ALTER TABLE `permissions` ADD PRIMARY KEY (`id`), ADD UNIQUE KEY `permissions_name_guard_name_unique` (`name`,`guard_name`); -- -- Indexes for table `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 `policies` -- ALTER TABLE `policies` ADD PRIMARY KEY (`id`); -- -- Indexes for table `products` -- ALTER TABLE `products` ADD PRIMARY KEY (`id`); -- -- Indexes for table `product_categories` -- ALTER TABLE `product_categories` ADD PRIMARY KEY (`id`); -- -- Indexes for table `product_images` -- ALTER TABLE `product_images` ADD PRIMARY KEY (`id`); -- -- Indexes for table `product_reviews` -- ALTER TABLE `product_reviews` ADD PRIMARY KEY (`id`); -- -- Indexes for table `product_tags` -- ALTER TABLE `product_tags` ADD PRIMARY KEY (`id`); -- -- Indexes for table `promotions` -- ALTER TABLE `promotions` ADD PRIMARY KEY (`id`), ADD UNIQUE KEY `promotions_uuid_unique` (`uuid`); -- -- Indexes for table `promotion_courses` -- ALTER TABLE `promotion_courses` ADD PRIMARY KEY (`id`); -- -- Indexes for table `questions` -- ALTER TABLE `questions` ADD PRIMARY KEY (`id`), ADD UNIQUE KEY `questions_uuid_unique` (`uuid`); -- -- Indexes for table `question_options` -- ALTER TABLE `question_options` ADD PRIMARY KEY (`id`), ADD UNIQUE KEY `question_options_uuid_unique` (`uuid`); -- -- Indexes for table `ranking_levels` -- ALTER TABLE `ranking_levels` ADD PRIMARY KEY (`id`), ADD UNIQUE KEY `ranking_levels_uuid_unique` (`uuid`); -- -- Indexes for table `refunds` -- ALTER TABLE `refunds` ADD PRIMARY KEY (`id`); -- -- Indexes for table `reviews` -- ALTER TABLE `reviews` ADD PRIMARY KEY (`id`); -- -- Indexes for table `roles` -- ALTER TABLE `roles` ADD PRIMARY KEY (`id`), ADD UNIQUE KEY `roles_name_guard_name_unique` (`name`,`guard_name`); -- -- Indexes for table `role_has_permissions` -- ALTER TABLE `role_has_permissions` ADD PRIMARY KEY (`permission_id`,`role_id`), ADD KEY `role_has_permissions_role_id_foreign` (`role_id`); -- -- Indexes for table `scorm` -- ALTER TABLE `scorm` ADD PRIMARY KEY (`id`), ADD KEY `scorm_resource_type_resource_id_index` (`resource_type`,`resource_id`); -- -- Indexes for table `scorm_sco` -- ALTER TABLE `scorm_sco` ADD PRIMARY KEY (`id`), ADD KEY `scorm_sco_scorm_id_foreign` (`scorm_id`); -- -- Indexes for table `scorm_sco_tracking` -- ALTER TABLE `scorm_sco_tracking` ADD PRIMARY KEY (`id`), ADD KEY `scorm_sco_tracking_user_id_foreign` (`user_id`), ADD KEY `scorm_sco_tracking_sco_id_foreign` (`sco_id`); -- -- Indexes for table `settings` -- ALTER TABLE `settings` ADD PRIMARY KEY (`id`); -- -- Indexes for table `skills` -- ALTER TABLE `skills` ADD PRIMARY KEY (`id`); -- -- Indexes for table `special_promotion_tags` -- ALTER TABLE `special_promotion_tags` ADD PRIMARY KEY (`id`), ADD UNIQUE KEY `special_promotion_tags_uuid_unique` (`uuid`); -- -- Indexes for table `special_promotion_tag_courses` -- ALTER TABLE `special_promotion_tag_courses` ADD PRIMARY KEY (`id`); -- -- Indexes for table `states` -- ALTER TABLE `states` ADD PRIMARY KEY (`id`); -- -- Indexes for table `students` -- ALTER TABLE `students` ADD PRIMARY KEY (`id`), ADD UNIQUE KEY `students_uuid_unique` (`uuid`); -- -- Indexes for table `student_certificates` -- ALTER TABLE `student_certificates` ADD PRIMARY KEY (`id`), ADD UNIQUE KEY `student_certificates_uuid_unique` (`uuid`), ADD UNIQUE KEY `student_certificates_certificate_number_unique` (`certificate_number`); -- -- Indexes for table `subcategories` -- ALTER TABLE `subcategories` ADD PRIMARY KEY (`id`), ADD UNIQUE KEY `subcategories_uuid_unique` (`uuid`); -- -- Indexes for table `subscription_commission_histories` -- ALTER TABLE `subscription_commission_histories` ADD PRIMARY KEY (`id`); -- -- Indexes for table `support_ticket_questions` -- ALTER TABLE `support_ticket_questions` ADD PRIMARY KEY (`id`); -- -- Indexes for table `tags` -- ALTER TABLE `tags` ADD PRIMARY KEY (`id`), ADD UNIQUE KEY `tags_uuid_unique` (`uuid`); -- -- Indexes for table `tag_products` -- ALTER TABLE `tag_products` ADD PRIMARY KEY (`id`); -- -- Indexes for table `take_exams` -- ALTER TABLE `take_exams` ADD PRIMARY KEY (`id`); -- -- Indexes for table `team_members` -- ALTER TABLE `team_members` ADD PRIMARY KEY (`id`); -- -- Indexes for table `tickets` -- ALTER TABLE `tickets` ADD PRIMARY KEY (`id`), ADD UNIQUE KEY `tickets_uuid_unique` (`uuid`); -- -- Indexes for table `ticket_departments` -- ALTER TABLE `ticket_departments` ADD PRIMARY KEY (`id`), ADD UNIQUE KEY `ticket_departments_uuid_unique` (`uuid`); -- -- Indexes for table `ticket_messages` -- ALTER TABLE `ticket_messages` ADD PRIMARY KEY (`id`); -- -- Indexes for table `ticket_priorities` -- ALTER TABLE `ticket_priorities` ADD PRIMARY KEY (`id`), ADD UNIQUE KEY `ticket_priorities_uuid_unique` (`uuid`); -- -- Indexes for table `ticket_related_services` -- ALTER TABLE `ticket_related_services` ADD PRIMARY KEY (`id`), ADD UNIQUE KEY `ticket_related_services_uuid_unique` (`uuid`); -- -- Indexes for table `transactions` -- ALTER TABLE `transactions` ADD PRIMARY KEY (`id`), ADD UNIQUE KEY `transactions_hash_unique` (`hash`); -- -- Indexes for table `users` -- ALTER TABLE `users` ADD PRIMARY KEY (`id`), ADD UNIQUE KEY `users_email_unique` (`email`), ADD UNIQUE KEY `users_mobile_number_unique` (`mobile_number`); -- -- Indexes for table `user_cards` -- ALTER TABLE `user_cards` ADD PRIMARY KEY (`id`), ADD UNIQUE KEY `user_cards_uuid_unique` (`uuid`); -- -- Indexes for table `user_packages` -- ALTER TABLE `user_packages` ADD PRIMARY KEY (`id`); -- -- Indexes for table `user_paypals` -- ALTER TABLE `user_paypals` ADD PRIMARY KEY (`id`); -- -- Indexes for table `wallet_recharges` -- ALTER TABLE `wallet_recharges` ADD PRIMARY KEY (`id`), ADD UNIQUE KEY `wallet_recharges_uuid_unique` (`uuid`); -- -- Indexes for table `wishlists` -- ALTER TABLE `wishlists` ADD PRIMARY KEY (`id`); -- -- Indexes for table `withdraws` -- ALTER TABLE `withdraws` ADD PRIMARY KEY (`id`), ADD UNIQUE KEY `withdraws_uuid_unique` (`uuid`); -- -- Indexes for table `zoom_settings` -- ALTER TABLE `zoom_settings` ADD PRIMARY KEY (`id`); -- -- AUTO_INCREMENT for dumped tables -- -- -- AUTO_INCREMENT for table `about_us_generals` -- ALTER TABLE `about_us_generals` MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=2; -- -- AUTO_INCREMENT for table `affiliate_history` -- ALTER TABLE `affiliate_history` MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=2; -- -- AUTO_INCREMENT for table `affiliate_request` -- ALTER TABLE `affiliate_request` MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=4; -- -- AUTO_INCREMENT for table `answers` -- ALTER TABLE `answers` MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=6; -- -- AUTO_INCREMENT for table `assignments` -- ALTER TABLE `assignments` MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=3; -- -- AUTO_INCREMENT for table `assignment_files` -- ALTER TABLE `assignment_files` MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT; -- -- AUTO_INCREMENT for table `assignment_submits` -- ALTER TABLE `assignment_submits` MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=3; -- -- AUTO_INCREMENT for table `banks` -- ALTER TABLE `banks` MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=3; -- -- AUTO_INCREMENT for table `beneficiaries` -- ALTER TABLE `beneficiaries` MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT; -- -- AUTO_INCREMENT for table `blogs` -- ALTER TABLE `blogs` MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=5; -- -- AUTO_INCREMENT for table `blog_categories` -- ALTER TABLE `blog_categories` MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=8; -- -- AUTO_INCREMENT for table `blog_comments` -- ALTER TABLE `blog_comments` MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=5; -- -- AUTO_INCREMENT for table `blog_tags` -- ALTER TABLE `blog_tags` MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT; -- -- AUTO_INCREMENT for table `booking_histories` -- ALTER TABLE `booking_histories` MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=6; -- -- AUTO_INCREMENT for table `bundles` -- ALTER TABLE `bundles` MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=7; -- -- AUTO_INCREMENT for table `bundle_courses` -- ALTER TABLE `bundle_courses` MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=15; -- -- AUTO_INCREMENT for table `cart_management` -- ALTER TABLE `cart_management` MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=366; -- -- AUTO_INCREMENT for table `categories` -- ALTER TABLE `categories` MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=14; -- -- AUTO_INCREMENT for table `certificates` -- ALTER TABLE `certificates` MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=8; -- -- AUTO_INCREMENT for table `certificate_by_instructors` -- ALTER TABLE `certificate_by_instructors` MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=6; -- -- AUTO_INCREMENT for table `chats` -- ALTER TABLE `chats` MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT; -- -- AUTO_INCREMENT for table `chat_messages` -- ALTER TABLE `chat_messages` MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT; -- -- AUTO_INCREMENT for table `cities` -- ALTER TABLE `cities` MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=14; -- -- AUTO_INCREMENT for table `client_logos` -- ALTER TABLE `client_logos` MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=6; -- -- AUTO_INCREMENT for table `consultation_slots` -- ALTER TABLE `consultation_slots` MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=31; -- -- AUTO_INCREMENT for table `contact_us` -- ALTER TABLE `contact_us` MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=3; -- -- AUTO_INCREMENT for table `contact_us_issues` -- ALTER TABLE `contact_us_issues` MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=3; -- -- AUTO_INCREMENT for table `countries` -- ALTER TABLE `countries` MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=5; -- -- AUTO_INCREMENT for table `coupons` -- ALTER TABLE `coupons` MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=3; -- -- AUTO_INCREMENT for table `coupon_courses` -- ALTER TABLE `coupon_courses` MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT; -- -- AUTO_INCREMENT for table `coupon_instructors` -- ALTER TABLE `coupon_instructors` MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT; -- -- AUTO_INCREMENT for table `courses` -- ALTER TABLE `courses` MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=38; -- -- AUTO_INCREMENT for table `course_instructor` -- ALTER TABLE `course_instructor` MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=29; -- -- AUTO_INCREMENT for table `course_languages` -- ALTER TABLE `course_languages` MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=7; -- -- AUTO_INCREMENT for table `course_lectures` -- ALTER TABLE `course_lectures` MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=268; -- -- AUTO_INCREMENT for table `course_lecture_views` -- ALTER TABLE `course_lecture_views` MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=31; -- -- AUTO_INCREMENT for table `course_lessons` -- ALTER TABLE `course_lessons` MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=148; -- -- AUTO_INCREMENT for table `course_resources` -- ALTER TABLE `course_resources` MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=2; -- -- AUTO_INCREMENT for table `course_tags` -- ALTER TABLE `course_tags` MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=90; -- -- AUTO_INCREMENT for table `course_upload_rules` -- ALTER TABLE `course_upload_rules` MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=13; -- -- AUTO_INCREMENT for table `currencies` -- ALTER TABLE `currencies` MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=11; -- -- AUTO_INCREMENT for table `devices` -- ALTER TABLE `devices` MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT; -- -- AUTO_INCREMENT for table `device_user` -- ALTER TABLE `device_user` MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT; -- -- AUTO_INCREMENT for table `difficulty_levels` -- ALTER TABLE `difficulty_levels` MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=3; -- -- AUTO_INCREMENT for table `discussions` -- ALTER TABLE `discussions` MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=18; -- -- AUTO_INCREMENT for table `email_notification_settings` -- ALTER TABLE `email_notification_settings` MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT; -- -- AUTO_INCREMENT for table `email_templates` -- ALTER TABLE `email_templates` MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=2; -- -- AUTO_INCREMENT for table `enrollments` -- ALTER TABLE `enrollments` MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=18; -- -- AUTO_INCREMENT for table `exams` -- ALTER TABLE `exams` MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=13; -- -- AUTO_INCREMENT for table `failed_jobs` -- ALTER TABLE `failed_jobs` MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT; -- -- AUTO_INCREMENT for table `faq_questions` -- ALTER TABLE `faq_questions` MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=5; -- -- AUTO_INCREMENT for table `forum_categories` -- ALTER TABLE `forum_categories` MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=7; -- -- AUTO_INCREMENT for table `forum_posts` -- ALTER TABLE `forum_posts` MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=8; -- -- AUTO_INCREMENT for table `forum_post_comments` -- ALTER TABLE `forum_post_comments` MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=3; -- -- AUTO_INCREMENT for table `generate_contents` -- ALTER TABLE `generate_contents` MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=74; -- -- AUTO_INCREMENT for table `gmeet_settings` -- ALTER TABLE `gmeet_settings` MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=3; -- -- AUTO_INCREMENT for table `homes` -- ALTER TABLE `homes` MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=2; -- -- AUTO_INCREMENT for table `home_special_features` -- ALTER TABLE `home_special_features` MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT; -- -- AUTO_INCREMENT for table `instructors` -- ALTER TABLE `instructors` MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=8; -- -- AUTO_INCREMENT for table `instructor_awards` -- ALTER TABLE `instructor_awards` MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT; -- -- AUTO_INCREMENT for table `instructor_certificates` -- ALTER TABLE `instructor_certificates` MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT; -- -- AUTO_INCREMENT for table `instructor_consultation_day_statuses` -- ALTER TABLE `instructor_consultation_day_statuses` MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=35; -- -- AUTO_INCREMENT for table `instructor_features` -- ALTER TABLE `instructor_features` MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=4; -- -- AUTO_INCREMENT for table `instructor_procedures` -- ALTER TABLE `instructor_procedures` MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=4; -- -- AUTO_INCREMENT for table `instructor_supports` -- ALTER TABLE `instructor_supports` MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=4; -- -- AUTO_INCREMENT for table `languages` -- ALTER TABLE `languages` MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=5; -- -- AUTO_INCREMENT for table `learn_key_points` -- ALTER TABLE `learn_key_points` MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=144; -- -- AUTO_INCREMENT for table `live_classes` -- ALTER TABLE `live_classes` MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=13; -- -- AUTO_INCREMENT for table `menus` -- ALTER TABLE `menus` MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=15; -- -- AUTO_INCREMENT for table `metas` -- ALTER TABLE `metas` MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=60; -- -- AUTO_INCREMENT for table `migrations` -- ALTER TABLE `migrations` MODIFY `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=235; -- -- AUTO_INCREMENT for table `monthly_distribution_histories` -- ALTER TABLE `monthly_distribution_histories` MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT; -- -- AUTO_INCREMENT for table `notice_boards` -- ALTER TABLE `notice_boards` MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=4; -- -- AUTO_INCREMENT for table `notifications` -- ALTER TABLE `notifications` MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=1466; -- -- AUTO_INCREMENT for table `notification_email_templates` -- ALTER TABLE `notification_email_templates` MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=42; -- -- AUTO_INCREMENT for table `oauth_clients` -- ALTER TABLE `oauth_clients` MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=3; -- -- AUTO_INCREMENT for table `oauth_personal_access_clients` -- ALTER TABLE `oauth_personal_access_clients` MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=2; -- -- AUTO_INCREMENT for table `open_a_i_prompts` -- ALTER TABLE `open_a_i_prompts` MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=18; -- -- AUTO_INCREMENT for table `orders` -- ALTER TABLE `orders` MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=82; -- -- AUTO_INCREMENT for table `order_billing_addresses` -- ALTER TABLE `order_billing_addresses` MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT; -- -- AUTO_INCREMENT for table `order_items` -- ALTER TABLE `order_items` MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=94; -- -- AUTO_INCREMENT for table `organizations` -- ALTER TABLE `organizations` MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=2; -- -- AUTO_INCREMENT for table `our_histories` -- ALTER TABLE `our_histories` MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=5; -- -- AUTO_INCREMENT for table `packages` -- ALTER TABLE `packages` MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=10; -- -- AUTO_INCREMENT for table `pages` -- ALTER TABLE `pages` MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=3; -- -- AUTO_INCREMENT for table `payments` -- ALTER TABLE `payments` MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=7; -- -- AUTO_INCREMENT for table `permissions` -- ALTER TABLE `permissions` MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=56; -- -- 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 `policies` -- ALTER TABLE `policies` MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=4; -- -- AUTO_INCREMENT for table `products` -- ALTER TABLE `products` MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=5; -- -- AUTO_INCREMENT for table `product_categories` -- ALTER TABLE `product_categories` MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=3; -- -- AUTO_INCREMENT for table `product_images` -- ALTER TABLE `product_images` MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT; -- -- AUTO_INCREMENT for table `product_reviews` -- ALTER TABLE `product_reviews` MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=2; -- -- AUTO_INCREMENT for table `product_tags` -- ALTER TABLE `product_tags` MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=3; -- -- AUTO_INCREMENT for table `promotions` -- ALTER TABLE `promotions` MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=4; -- -- AUTO_INCREMENT for table `promotion_courses` -- ALTER TABLE `promotion_courses` MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=42; -- -- AUTO_INCREMENT for table `questions` -- ALTER TABLE `questions` MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=23; -- -- AUTO_INCREMENT for table `question_options` -- ALTER TABLE `question_options` MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=63; -- -- AUTO_INCREMENT for table `ranking_levels` -- ALTER TABLE `ranking_levels` MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=36; -- -- AUTO_INCREMENT for table `refunds` -- ALTER TABLE `refunds` MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=2; -- -- AUTO_INCREMENT for table `reviews` -- ALTER TABLE `reviews` MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=5; -- -- AUTO_INCREMENT for table `roles` -- ALTER TABLE `roles` MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=2; -- -- AUTO_INCREMENT for table `scorm` -- ALTER TABLE `scorm` MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=2; -- -- AUTO_INCREMENT for table `scorm_sco` -- ALTER TABLE `scorm_sco` MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT; -- -- AUTO_INCREMENT for table `scorm_sco_tracking` -- ALTER TABLE `scorm_sco_tracking` MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT; -- -- AUTO_INCREMENT for table `settings` -- ALTER TABLE `settings` MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=330; -- -- AUTO_INCREMENT for table `skills` -- ALTER TABLE `skills` MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=4; -- -- AUTO_INCREMENT for table `special_promotion_tags` -- ALTER TABLE `special_promotion_tags` MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT; -- -- AUTO_INCREMENT for table `special_promotion_tag_courses` -- ALTER TABLE `special_promotion_tag_courses` MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT; -- -- AUTO_INCREMENT for table `states` -- ALTER TABLE `states` MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=10; -- -- AUTO_INCREMENT for table `students` -- ALTER TABLE `students` MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=69; -- -- AUTO_INCREMENT for table `student_certificates` -- ALTER TABLE `student_certificates` MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=2; -- -- AUTO_INCREMENT for table `subcategories` -- ALTER TABLE `subcategories` MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=23; -- -- AUTO_INCREMENT for table `subscription_commission_histories` -- ALTER TABLE `subscription_commission_histories` MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT; -- -- AUTO_INCREMENT for table `support_ticket_questions` -- ALTER TABLE `support_ticket_questions` MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=9; -- -- AUTO_INCREMENT for table `tags` -- ALTER TABLE `tags` MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=10; -- -- AUTO_INCREMENT for table `tag_products` -- ALTER TABLE `tag_products` MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=10; -- -- AUTO_INCREMENT for table `take_exams` -- ALTER TABLE `take_exams` MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=9; -- -- AUTO_INCREMENT for table `team_members` -- ALTER TABLE `team_members` MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=5; -- -- AUTO_INCREMENT for table `tickets` -- ALTER TABLE `tickets` MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=2; -- -- AUTO_INCREMENT for table `ticket_departments` -- ALTER TABLE `ticket_departments` MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT; -- -- AUTO_INCREMENT for table `ticket_messages` -- ALTER TABLE `ticket_messages` MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=3; -- -- AUTO_INCREMENT for table `ticket_priorities` -- ALTER TABLE `ticket_priorities` MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT; -- -- AUTO_INCREMENT for table `ticket_related_services` -- ALTER TABLE `ticket_related_services` MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=3; -- -- AUTO_INCREMENT for table `transactions` -- ALTER TABLE `transactions` MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=34; -- -- AUTO_INCREMENT for table `users` -- ALTER TABLE `users` MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=70; -- -- AUTO_INCREMENT for table `user_cards` -- ALTER TABLE `user_cards` MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT; -- -- AUTO_INCREMENT for table `user_packages` -- ALTER TABLE `user_packages` MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=12; -- -- AUTO_INCREMENT for table `user_paypals` -- ALTER TABLE `user_paypals` MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT; -- -- AUTO_INCREMENT for table `wallet_recharges` -- ALTER TABLE `wallet_recharges` MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=2; -- -- AUTO_INCREMENT for table `wishlists` -- ALTER TABLE `wishlists` MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=29; -- -- AUTO_INCREMENT for table `withdraws` -- ALTER TABLE `withdraws` MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=4; -- -- AUTO_INCREMENT for table `zoom_settings` -- ALTER TABLE `zoom_settings` MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=3; -- -- Constraints for dumped tables -- -- -- Constraints for table `model_has_permissions` -- ALTER TABLE `model_has_permissions` ADD CONSTRAINT `model_has_permissions_permission_id_foreign` FOREIGN KEY (`permission_id`) REFERENCES `permissions` (`id`) ON DELETE CASCADE; -- -- Constraints for table `model_has_roles` -- ALTER TABLE `model_has_roles` ADD CONSTRAINT `model_has_roles_role_id_foreign` FOREIGN KEY (`role_id`) REFERENCES `roles` (`id`) ON DELETE CASCADE; -- -- Constraints for table `role_has_permissions` -- ALTER TABLE `role_has_permissions` ADD CONSTRAINT `role_has_permissions_permission_id_foreign` FOREIGN KEY (`permission_id`) REFERENCES `permissions` (`id`) ON DELETE CASCADE, ADD CONSTRAINT `role_has_permissions_role_id_foreign` FOREIGN KEY (`role_id`) REFERENCES `roles` (`id`) ON DELETE CASCADE; -- -- Constraints for table `scorm_sco` -- ALTER TABLE `scorm_sco` ADD CONSTRAINT `scorm_sco_scorm_id_foreign` FOREIGN KEY (`scorm_id`) REFERENCES `scorm` (`id`); -- -- Constraints for table `scorm_sco_tracking` -- ALTER TABLE `scorm_sco_tracking` ADD CONSTRAINT `scorm_sco_tracking_sco_id_foreign` FOREIGN KEY (`sco_id`) REFERENCES `scorm_sco` (`id`), ADD CONSTRAINT `scorm_sco_tracking_user_id_foreign` FOREIGN KEY (`user_id`) REFERENCES `users` (`id`); 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 */;