D7net
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
home
/
forge
/
school.dentostock.com
/
Filename :
u827283894_schoool.sql
back
Copy
-- phpMyAdmin SQL Dump -- version 5.2.1 -- https://www.phpmyadmin.net/ -- -- Host: 127.0.0.1:3306 -- Generation Time: Jul 26, 2025 at 07:49 PM -- Server version: 10.11.10-MariaDB -- PHP Version: 7.2.34 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: `u827283894_schoool` -- -- -------------------------------------------------------- -- -- Table structure for table `absent_notification_time_setups` -- CREATE TABLE `absent_notification_time_setups` ( `id` bigint(20) UNSIGNED NOT NULL, `time_from` varchar(191) DEFAULT NULL, `time_to` varchar(191) DEFAULT NULL, `active_status` int(11) NOT NULL DEFAULT 1, `school_id` int(11) 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 `admit_cards` -- CREATE TABLE `admit_cards` ( `id` bigint(20) UNSIGNED NOT NULL, `student_record_id` int(11) NOT NULL, `exam_type_id` int(11) NOT NULL, `created_by` int(11) NOT NULL, `school_id` int(10) UNSIGNED DEFAULT 1, `academic_id` int(10) UNSIGNED DEFAULT 1, `active_status` int(11) 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 `admit_card_settings` -- CREATE TABLE `admit_card_settings` ( `id` bigint(20) UNSIGNED NOT NULL, `student_photo` tinyint(1) DEFAULT NULL, `student_name` tinyint(1) DEFAULT NULL, `admission_no` tinyint(1) DEFAULT NULL, `class_section` tinyint(1) DEFAULT NULL, `exam_name` tinyint(1) DEFAULT NULL, `academic_year` tinyint(1) DEFAULT NULL, `principal_signature` tinyint(1) DEFAULT NULL, `class_teacher_signature` tinyint(1) DEFAULT NULL, `gaurdian_name` tinyint(1) DEFAULT NULL, `school_address` tinyint(1) DEFAULT NULL, `student_download` tinyint(1) DEFAULT NULL, `parent_download` tinyint(1) DEFAULT NULL, `student_notification` tinyint(1) DEFAULT NULL, `parent_notification` tinyint(1) DEFAULT NULL, `principal_signature_photo` varchar(191) DEFAULT NULL, `teacher_signature_photo` varchar(191) DEFAULT NULL, `school_id` int(10) UNSIGNED DEFAULT 1, `academic_id` int(10) UNSIGNED DEFAULT 1, `admit_layout` int(11) NOT NULL DEFAULT 1, `admit_sub_title` varchar(191) DEFAULT NULL, `description` 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 `admit_card_settings` -- INSERT INTO `admit_card_settings` (`id`, `student_photo`, `student_name`, `admission_no`, `class_section`, `exam_name`, `academic_year`, `principal_signature`, `class_teacher_signature`, `gaurdian_name`, `school_address`, `student_download`, `parent_download`, `student_notification`, `parent_notification`, `principal_signature_photo`, `teacher_signature_photo`, `school_id`, `academic_id`, `admit_layout`, `admit_sub_title`, `description`, `created_at`, `updated_at`) VALUES (1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, NULL, NULL, 1, 1, 1, NULL, '<p class=\"fs-18 fw-bold text-black text-center text-underline\">Rules to be followed by the candidates</p>\r\n <div class=\"h-10\"></div>\r\n <ul>\r\n <li class=\"fs-14 fw-meidum text-black\"><span></span>Admit card must be collected before two days of the exam.</li>\r\n <li class=\"fs-14 fw-meidum text-black\"><span></span>Candidates should take their seats 15 minutes before starting of the exam.</li>\r\n <li class=\"fs-14 fw-meidum text-black\"><span></span>Candidates can use their own pen, pencil and scientific calculator in the exam hall.</li>\r\n <li class=\"fs-14 fw-meidum text-black\"><span></span>The examination will be held on the specified date and time as per the pre-announced examination’s routine.</li>\r\n <li class=\"fs-14 fw-meidum text-black\"><span></span>No student will be allowed to enter the examination hall with any paper, books, mobile phone, except without admit card.</li>\r\n </ul>', '2024-10-23 08:31:16', '2024-10-23 08:31:16'); -- -------------------------------------------------------- -- -- Table structure for table `all_exam_wise_positions` -- CREATE TABLE `all_exam_wise_positions` ( `id` bigint(20) UNSIGNED NOT NULL, `class_id` int(11) DEFAULT NULL, `section_id` int(11) DEFAULT NULL, `total_mark` double(8,2) DEFAULT NULL, `position` int(11) DEFAULT NULL, `roll_no` int(11) DEFAULT NULL, `admission_no` int(11) DEFAULT NULL, `gpa` double(8,2) DEFAULT NULL, `grade` double(8,2) DEFAULT NULL, `record_id` int(11) DEFAULT NULL, `school_id` int(11) NOT NULL, `academic_id` 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 `assign_incidents` -- CREATE TABLE `assign_incidents` ( `id` bigint(20) UNSIGNED NOT NULL, `point` int(11) DEFAULT NULL, `incident_id` int(10) UNSIGNED NOT NULL, `record_id` int(10) UNSIGNED NOT NULL, `student_id` int(10) UNSIGNED DEFAULT NULL, `added_by` int(10) UNSIGNED NOT NULL, `academic_id` int(10) UNSIGNED DEFAULT NULL, `school_id` int(10) UNSIGNED 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 `assign_incident_comments` -- CREATE TABLE `assign_incident_comments` ( `id` bigint(20) UNSIGNED NOT NULL, `user_id` int(11) DEFAULT NULL, `comment` longtext DEFAULT NULL, `incident_id` int(10) UNSIGNED NOT NULL, `school_id` int(10) UNSIGNED 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 `assign_permissions` -- CREATE TABLE `assign_permissions` ( `id` bigint(20) UNSIGNED NOT NULL, `permission_id` int(11) DEFAULT NULL, `role_id` int(10) UNSIGNED DEFAULT NULL, `status` tinyint(1) NOT NULL DEFAULT 1, `menu_status` tinyint(1) NOT NULL DEFAULT 1, `saas_schools` text DEFAULT NULL, `created_by` int(10) UNSIGNED NOT NULL DEFAULT 1, `updated_by` int(10) UNSIGNED NOT NULL DEFAULT 1, `school_id` int(10) UNSIGNED 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 `assign_permissions` -- INSERT INTO `assign_permissions` (`id`, `permission_id`, `role_id`, `status`, `menu_status`, `saas_schools`, `created_by`, `updated_by`, `school_id`, `created_at`, `updated_at`) VALUES (1, 2, 5, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:19', '2024-10-23 08:31:19'), (2, 3, 5, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:19', '2024-10-23 08:31:19'), (3, 4, 5, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:19', '2024-10-23 08:31:19'), (4, 5, 5, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:19', '2024-10-23 08:31:19'), (5, 6, 5, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:19', '2024-10-23 08:31:19'), (6, 7, 5, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:19', '2024-10-23 08:31:19'), (7, 8, 5, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:19', '2024-10-23 08:31:19'), (8, 9, 5, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:19', '2024-10-23 08:31:19'), (9, 10, 5, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:19', '2024-10-23 08:31:19'), (10, 11, 5, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:19', '2024-10-23 08:31:19'), (11, 13, 5, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:19', '2024-10-23 08:31:19'), (12, 14, 5, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:19', '2024-10-23 08:31:19'), (13, 15, 5, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:19', '2024-10-23 08:31:19'), (14, 16, 5, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:19', '2024-10-23 08:31:19'), (15, 17, 5, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:19', '2024-10-23 08:31:19'), (16, 18, 5, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:19', '2024-10-23 08:31:19'), (17, 19, 5, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:19', '2024-10-23 08:31:19'), (18, 20, 5, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:19', '2024-10-23 08:31:19'), (19, 21, 5, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:19', '2024-10-23 08:31:19'), (20, 22, 5, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:19', '2024-10-23 08:31:19'), (21, 23, 5, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:19', '2024-10-23 08:31:19'), (22, 24, 5, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:19', '2024-10-23 08:31:19'), (23, 25, 5, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:19', '2024-10-23 08:31:19'), (24, 26, 5, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:19', '2024-10-23 08:31:19'), (25, 27, 5, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:19', '2024-10-23 08:31:19'), (26, 28, 5, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:19', '2024-10-23 08:31:19'), (27, 29, 5, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:19', '2024-10-23 08:31:19'), (28, 30, 5, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:19', '2024-10-23 08:31:19'), (29, 31, 5, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:19', '2024-10-23 08:31:19'), (30, 32, 5, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:19', '2024-10-23 08:31:19'), (31, 33, 5, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:19', '2024-10-23 08:31:19'), (32, 34, 5, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:19', '2024-10-23 08:31:19'), (33, 35, 5, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:19', '2024-10-23 08:31:19'), (34, 36, 5, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:19', '2024-10-23 08:31:19'), (35, 37, 5, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:19', '2024-10-23 08:31:19'), (36, 38, 5, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:19', '2024-10-23 08:31:19'), (37, 39, 5, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:19', '2024-10-23 08:31:19'), (38, 40, 5, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:19', '2024-10-23 08:31:19'), (39, 41, 5, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:19', '2024-10-23 08:31:19'), (40, 42, 5, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:19', '2024-10-23 08:31:19'), (41, 43, 5, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:19', '2024-10-23 08:31:19'), (42, 44, 5, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:19', '2024-10-23 08:31:19'), (43, 45, 5, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:19', '2024-10-23 08:31:19'), (44, 46, 5, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:19', '2024-10-23 08:31:19'), (45, 47, 5, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:19', '2024-10-23 08:31:19'), (46, 48, 5, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:19', '2024-10-23 08:31:19'), (47, 49, 5, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:19', '2024-10-23 08:31:19'), (48, 50, 5, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:19', '2024-10-23 08:31:19'), (49, 51, 5, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:19', '2024-10-23 08:31:19'), (50, 52, 5, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:19', '2024-10-23 08:31:19'), (51, 53, 5, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:19', '2024-10-23 08:31:19'), (52, 54, 5, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:19', '2024-10-23 08:31:19'), (53, 55, 5, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:19', '2024-10-23 08:31:19'), (54, 56, 5, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:19', '2024-10-23 08:31:19'), (55, 57, 5, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:19', '2024-10-23 08:31:19'), (56, 58, 5, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:19', '2024-10-23 08:31:19'), (57, 59, 5, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:19', '2024-10-23 08:31:19'), (58, 60, 5, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:19', '2024-10-23 08:31:19'), (59, 61, 5, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:19', '2024-10-23 08:31:19'), (60, 62, 5, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:19', '2024-10-23 08:31:19'), (61, 63, 5, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:19', '2024-10-23 08:31:19'), (62, 64, 5, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:19', '2024-10-23 08:31:19'), (63, 65, 5, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:19', '2024-10-23 08:31:19'), (64, 66, 5, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:19', '2024-10-23 08:31:19'), (65, 67, 5, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:19', '2024-10-23 08:31:19'), (66, 68, 5, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:19', '2024-10-23 08:31:19'), (67, 69, 5, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:19', '2024-10-23 08:31:19'), (68, 73, 5, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:19', '2024-10-23 08:31:19'), (69, 74, 5, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:19', '2024-10-23 08:31:19'), (70, 75, 5, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:19', '2024-10-23 08:31:19'), (71, 76, 5, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:19', '2024-10-23 08:31:19'), (72, 77, 5, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:19', '2024-10-23 08:31:19'), (73, 78, 5, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:19', '2024-10-23 08:31:19'), (74, 79, 5, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:19', '2024-10-23 08:31:19'), (75, 80, 5, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:19', '2024-10-23 08:31:19'), (76, 81, 5, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:19', '2024-10-23 08:31:19'), (77, 82, 5, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:19', '2024-10-23 08:31:19'), (78, 83, 5, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:19', '2024-10-23 08:31:19'), (79, 84, 5, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:19', '2024-10-23 08:31:19'), (80, 85, 5, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:19', '2024-10-23 08:31:19'), (81, 86, 5, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:19', '2024-10-23 08:31:19'), (82, 87, 5, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:19', '2024-10-23 08:31:19'), (83, 88, 5, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:19', '2024-10-23 08:31:19'), (84, 89, 5, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:19', '2024-10-23 08:31:19'), (85, 111, 5, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:19', '2024-10-23 08:31:19'), (86, 112, 5, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:19', '2024-10-23 08:31:19'), (87, 113, 5, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:19', '2024-10-23 08:31:19'), (88, 114, 5, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:19', '2024-10-23 08:31:19'), (89, 115, 5, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:19', '2024-10-23 08:31:19'), (90, 116, 5, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:19', '2024-10-23 08:31:19'), (91, 117, 5, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:19', '2024-10-23 08:31:19'), (92, 118, 5, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:19', '2024-10-23 08:31:19'), (93, 119, 5, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:19', '2024-10-23 08:31:19'), (94, 120, 5, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:19', '2024-10-23 08:31:19'), (95, 121, 5, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:19', '2024-10-23 08:31:19'), (96, 122, 5, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:19', '2024-10-23 08:31:19'), (97, 123, 5, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:19', '2024-10-23 08:31:19'), (98, 124, 5, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:19', '2024-10-23 08:31:19'), (99, 125, 5, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:19', '2024-10-23 08:31:19'), (100, 126, 5, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:19', '2024-10-23 08:31:19'), (101, 127, 5, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:19', '2024-10-23 08:31:19'), (102, 128, 5, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:19', '2024-10-23 08:31:19'), (103, 129, 5, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:19', '2024-10-23 08:31:19'), (104, 130, 5, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:19', '2024-10-23 08:31:19'), (105, 131, 5, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:19', '2024-10-23 08:31:19'), (106, 132, 5, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:19', '2024-10-23 08:31:19'), (107, 133, 5, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:19', '2024-10-23 08:31:19'), (108, 134, 5, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:19', '2024-10-23 08:31:19'), (109, 135, 5, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:19', '2024-10-23 08:31:19'), (110, 136, 5, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:19', '2024-10-23 08:31:19'), (111, 137, 5, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:19', '2024-10-23 08:31:19'), (112, 138, 5, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:19', '2024-10-23 08:31:19'), (113, 140, 5, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:19', '2024-10-23 08:31:19'), (114, 141, 5, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:19', '2024-10-23 08:31:19'), (115, 142, 5, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:19', '2024-10-23 08:31:19'), (116, 143, 5, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:19', '2024-10-23 08:31:19'), (117, 144, 5, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:19', '2024-10-23 08:31:19'), (118, 146, 5, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:19', '2024-10-23 08:31:19'), (119, 147, 5, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:19', '2024-10-23 08:31:19'), (120, 148, 5, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:19', '2024-10-23 08:31:19'), (121, 149, 5, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:19', '2024-10-23 08:31:19'), (122, 150, 5, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:19', '2024-10-23 08:31:19'), (123, 151, 5, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:19', '2024-10-23 08:31:19'), (124, 152, 5, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:19', '2024-10-23 08:31:19'), (125, 153, 5, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:19', '2024-10-23 08:31:19'), (126, 154, 5, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:19', '2024-10-23 08:31:19'), (127, 155, 5, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:19', '2024-10-23 08:31:19'), (128, 156, 5, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:19', '2024-10-23 08:31:19'), (129, 158, 5, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:19', '2024-10-23 08:31:19'), (130, 159, 5, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:19', '2024-10-23 08:31:19'), (131, 160, 5, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:19', '2024-10-23 08:31:19'), (132, 161, 5, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:19', '2024-10-23 08:31:19'), (133, 162, 5, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:19', '2024-10-23 08:31:19'), (134, 163, 5, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:19', '2024-10-23 08:31:19'), (135, 164, 5, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:19', '2024-10-23 08:31:19'), (136, 165, 5, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:19', '2024-10-23 08:31:19'), (137, 166, 5, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:19', '2024-10-23 08:31:19'), (138, 167, 5, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:19', '2024-10-23 08:31:19'), (139, 168, 5, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:19', '2024-10-23 08:31:19'), (140, 169, 5, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:19', '2024-10-23 08:31:19'), (141, 170, 5, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:19', '2024-10-23 08:31:19'), (142, 171, 5, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:19', '2024-10-23 08:31:19'), (143, 172, 5, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:19', '2024-10-23 08:31:19'), (144, 175, 5, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:19', '2024-10-23 08:31:19'), (145, 177, 5, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:19', '2024-10-23 08:31:19'), (146, 206, 5, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:19', '2024-10-23 08:31:19'), (147, 207, 5, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:19', '2024-10-23 08:31:19'), (148, 211, 5, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:19', '2024-10-23 08:31:19'), (149, 215, 5, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:19', '2024-10-23 08:31:19'), (150, 216, 5, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:19', '2024-10-23 08:31:19'), (151, 217, 5, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:19', '2024-10-23 08:31:19'), (152, 218, 5, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:19', '2024-10-23 08:31:19'), (153, 219, 5, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:19', '2024-10-23 08:31:19'), (154, 220, 5, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:19', '2024-10-23 08:31:19'), (155, 221, 5, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:19', '2024-10-23 08:31:19'), (156, 222, 5, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:19', '2024-10-23 08:31:19'), (157, 223, 5, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:19', '2024-10-23 08:31:19'), (158, 224, 5, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:19', '2024-10-23 08:31:19'), (159, 225, 5, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:19', '2024-10-23 08:31:19'), (160, 226, 5, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:19', '2024-10-23 08:31:19'), (161, 227, 5, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:19', '2024-10-23 08:31:19'), (162, 228, 5, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:19', '2024-10-23 08:31:19'), (163, 229, 5, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:19', '2024-10-23 08:31:19'), (164, 232, 5, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:19', '2024-10-23 08:31:19'), (165, 234, 5, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:19', '2024-10-23 08:31:19'), (166, 280, 5, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:19', '2024-10-23 08:31:19'), (167, 281, 5, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:19', '2024-10-23 08:31:19'), (168, 282, 5, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:19', '2024-10-23 08:31:19'), (169, 284, 5, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:19', '2024-10-23 08:31:19'), (170, 285, 5, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:19', '2024-10-23 08:31:19'), (171, 286, 5, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:19', '2024-10-23 08:31:19'), (172, 289, 5, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:19', '2024-10-23 08:31:19'), (173, 290, 5, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:19', '2024-10-23 08:31:19'), (174, 291, 5, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:19', '2024-10-23 08:31:19'), (175, 292, 5, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:19', '2024-10-23 08:31:19'), (176, 293, 5, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:19', '2024-10-23 08:31:19'), (177, 294, 5, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:19', '2024-10-23 08:31:19'), (178, 295, 5, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:19', '2024-10-23 08:31:19'), (179, 296, 5, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:19', '2024-10-23 08:31:19'), (180, 297, 5, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:19', '2024-10-23 08:31:19'), (181, 298, 5, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:19', '2024-10-23 08:31:19'), (182, 299, 5, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:19', '2024-10-23 08:31:19'), (183, 300, 5, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:19', '2024-10-23 08:31:19'), (184, 313, 5, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:19', '2024-10-23 08:31:19'), (185, 314, 5, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:19', '2024-10-23 08:31:19'), (186, 315, 5, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:19', '2024-10-23 08:31:19'), (187, 316, 5, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:19', '2024-10-23 08:31:19'), (188, 317, 5, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:19', '2024-10-23 08:31:19'), (189, 318, 5, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:19', '2024-10-23 08:31:19'), (190, 319, 5, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:19', '2024-10-23 08:31:19'), (191, 320, 5, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:19', '2024-10-23 08:31:19'), (192, 321, 5, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:19', '2024-10-23 08:31:19'), (193, 322, 5, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:19', '2024-10-23 08:31:19'), (194, 323, 5, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:19', '2024-10-23 08:31:19'), (195, 324, 5, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:19', '2024-10-23 08:31:19'), (196, 325, 5, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:19', '2024-10-23 08:31:19'), (197, 326, 5, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:19', '2024-10-23 08:31:19'), (198, 327, 5, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:19', '2024-10-23 08:31:19'), (199, 328, 5, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:19', '2024-10-23 08:31:19'), (200, 329, 5, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:19', '2024-10-23 08:31:19'), (201, 330, 5, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:19', '2024-10-23 08:31:19'), (202, 331, 5, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:19', '2024-10-23 08:31:19'), (203, 332, 5, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:19', '2024-10-23 08:31:19'), (204, 347, 5, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:19', '2024-10-23 08:31:19'), (205, 348, 5, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:19', '2024-10-23 08:31:19'), (206, 349, 5, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:19', '2024-10-23 08:31:19'), (207, 350, 5, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:19', '2024-10-23 08:31:19'), (208, 351, 5, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:19', '2024-10-23 08:31:19'), (209, 352, 5, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:19', '2024-10-23 08:31:19'), (210, 353, 5, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:19', '2024-10-23 08:31:19'), (211, 354, 5, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:19', '2024-10-23 08:31:19'), (212, 355, 5, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:19', '2024-10-23 08:31:19'), (213, 357, 5, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:19', '2024-10-23 08:31:19'), (214, 358, 5, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:19', '2024-10-23 08:31:19'), (215, 364, 5, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:19', '2024-10-23 08:31:19'), (216, 365, 5, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:19', '2024-10-23 08:31:19'), (217, 366, 5, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:19', '2024-10-23 08:31:19'), (218, 367, 5, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:19', '2024-10-23 08:31:19'), (219, 368, 5, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:19', '2024-10-23 08:31:19'), (220, 387, 5, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:19', '2024-10-23 08:31:19'), (221, 388, 5, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:19', '2024-10-23 08:31:19'), (222, 389, 5, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:19', '2024-10-23 08:31:19'), (223, 390, 5, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:19', '2024-10-23 08:31:19'), (224, 391, 5, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:19', '2024-10-23 08:31:19'), (225, 392, 5, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:19', '2024-10-23 08:31:19'), (226, 393, 5, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:19', '2024-10-23 08:31:19'), (227, 394, 5, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:19', '2024-10-23 08:31:19'), (228, 395, 5, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:19', '2024-10-23 08:31:19'), (229, 396, 5, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:19', '2024-10-23 08:31:19'), (230, 397, 5, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:19', '2024-10-23 08:31:19'), (231, 398, 5, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:19', '2024-10-23 08:31:19'), (232, 399, 5, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:19', '2024-10-23 08:31:19'), (233, 400, 5, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:19', '2024-10-23 08:31:19'), (234, 401, 5, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:19', '2024-10-23 08:31:19'), (235, 414, 5, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:19', '2024-10-23 08:31:19'), (236, 416, 5, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:19', '2024-10-23 08:31:19'), (237, 417, 5, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:19', '2024-10-23 08:31:19'), (238, 418, 5, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:19', '2024-10-23 08:31:19'), (239, 419, 5, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:19', '2024-10-23 08:31:19'), (240, 420, 5, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:19', '2024-10-23 08:31:19'), (241, 421, 5, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:19', '2024-10-23 08:31:19'), (242, 422, 5, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:19', '2024-10-23 08:31:19'), (243, 423, 5, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:19', '2024-10-23 08:31:19'), (244, 424, 5, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:19', '2024-10-23 08:31:19'), (245, 425, 5, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:19', '2024-10-23 08:31:19'), (246, 426, 5, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:19', '2024-10-23 08:31:19'), (247, 427, 5, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:19', '2024-10-23 08:31:19'), (248, 428, 5, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:19', '2024-10-23 08:31:19'), (249, 429, 5, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:19', '2024-10-23 08:31:19'), (250, 432, 5, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:19', '2024-10-23 08:31:19'), (251, 433, 5, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:19', '2024-10-23 08:31:19'), (252, 434, 5, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:19', '2024-10-23 08:31:19'), (253, 435, 5, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:19', '2024-10-23 08:31:19'), (254, 436, 5, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:19', '2024-10-23 08:31:19'), (255, 437, 5, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:19', '2024-10-23 08:31:19'), (256, 438, 5, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:19', '2024-10-23 08:31:19'), (257, 439, 5, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:19', '2024-10-23 08:31:19'), (258, 440, 5, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:19', '2024-10-23 08:31:19'), (259, 441, 5, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:19', '2024-10-23 08:31:19'), (260, 442, 5, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:19', '2024-10-23 08:31:19'), (261, 443, 5, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:19', '2024-10-23 08:31:19'), (262, 444, 5, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:19', '2024-10-23 08:31:19'), (263, 445, 5, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:19', '2024-10-23 08:31:19'), (264, 446, 5, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:19', '2024-10-23 08:31:19'), (265, 447, 5, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:19', '2024-10-23 08:31:19'), (266, 448, 5, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:19', '2024-10-23 08:31:19'), (267, 453, 5, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:19', '2024-10-23 08:31:19'), (268, 454, 5, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:19', '2024-10-23 08:31:19'), (269, 455, 5, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:19', '2024-10-23 08:31:19'), (270, 456, 5, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:19', '2024-10-23 08:31:19'), (271, 457, 5, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:19', '2024-10-23 08:31:19'), (272, 458, 5, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:19', '2024-10-23 08:31:19'), (273, 459, 5, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:19', '2024-10-23 08:31:19'), (274, 460, 5, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:19', '2024-10-23 08:31:19'), (275, 461, 5, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:19', '2024-10-23 08:31:19'), (276, 462, 5, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:19', '2024-10-23 08:31:19'), (277, 463, 5, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:19', '2024-10-23 08:31:19'), (278, 464, 5, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:19', '2024-10-23 08:31:19'), (279, 465, 5, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:19', '2024-10-23 08:31:19'), (280, 466, 5, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:19', '2024-10-23 08:31:19'), (281, 467, 5, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:19', '2024-10-23 08:31:19'), (282, 468, 5, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:19', '2024-10-23 08:31:19'), (283, 469, 5, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:19', '2024-10-23 08:31:19'), (284, 470, 5, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:19', '2024-10-23 08:31:19'), (285, 471, 5, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:19', '2024-10-23 08:31:19'), (286, 472, 5, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:19', '2024-10-23 08:31:19'), (287, 473, 5, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:19', '2024-10-23 08:31:19'), (288, 474, 5, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:19', '2024-10-23 08:31:19'), (289, 475, 5, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:19', '2024-10-23 08:31:19'), (290, 476, 5, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:19', '2024-10-23 08:31:19'), (291, 477, 5, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:19', '2024-10-23 08:31:19'), (292, 478, 5, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:19', '2024-10-23 08:31:19'), (293, 479, 5, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:19', '2024-10-23 08:31:19'), (294, 480, 5, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:20', '2024-10-23 08:31:20'), (295, 481, 5, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:20', '2024-10-23 08:31:20'), (296, 482, 5, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:20', '2024-10-23 08:31:20'), (297, 483, 5, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:20', '2024-10-23 08:31:20'), (298, 484, 5, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:20', '2024-10-23 08:31:20'), (299, 485, 5, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:20', '2024-10-23 08:31:20'), (300, 486, 5, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:20', '2024-10-23 08:31:20'), (301, 487, 5, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:20', '2024-10-23 08:31:20'), (302, 488, 5, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:20', '2024-10-23 08:31:20'), (303, 489, 5, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:20', '2024-10-23 08:31:20'), (304, 490, 5, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:20', '2024-10-23 08:31:20'), (305, 491, 5, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:20', '2024-10-23 08:31:20'), (306, 492, 5, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:20', '2024-10-23 08:31:20'), (307, 493, 5, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:20', '2024-10-23 08:31:20'), (308, 494, 5, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:20', '2024-10-23 08:31:20'), (309, 495, 5, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:20', '2024-10-23 08:31:20'), (310, 496, 5, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:20', '2024-10-23 08:31:20'), (311, 497, 5, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:20', '2024-10-23 08:31:20'), (312, 498, 5, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:20', '2024-10-23 08:31:20'), (313, 499, 5, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:20', '2024-10-23 08:31:20'), (314, 500, 5, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:20', '2024-10-23 08:31:20'), (315, 501, 5, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:20', '2024-10-23 08:31:20'), (316, 502, 5, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:20', '2024-10-23 08:31:20'), (317, 503, 5, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:20', '2024-10-23 08:31:20'), (318, 504, 5, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:20', '2024-10-23 08:31:20'), (319, 505, 5, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:20', '2024-10-23 08:31:20'), (320, 506, 5, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:20', '2024-10-23 08:31:20'), (321, 507, 5, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:20', '2024-10-23 08:31:20'), (322, 508, 5, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:20', '2024-10-23 08:31:20'), (323, 509, 5, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:20', '2024-10-23 08:31:20'), (324, 510, 5, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:20', '2024-10-23 08:31:20'), (325, 511, 5, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:20', '2024-10-23 08:31:20'), (326, 512, 5, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:20', '2024-10-23 08:31:20'), (327, 513, 5, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:20', '2024-10-23 08:31:20'), (328, 514, 5, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:20', '2024-10-23 08:31:20'), (329, 515, 5, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:20', '2024-10-23 08:31:20'), (330, 516, 5, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:20', '2024-10-23 08:31:20'), (331, 517, 5, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:20', '2024-10-23 08:31:20'), (332, 518, 5, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:20', '2024-10-23 08:31:20'), (333, 519, 5, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:20', '2024-10-23 08:31:20'), (334, 520, 5, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:20', '2024-10-23 08:31:20'), (335, 521, 5, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:20', '2024-10-23 08:31:20'), (336, 522, 5, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:20', '2024-10-23 08:31:20'), (337, 523, 5, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:20', '2024-10-23 08:31:20'), (338, 524, 5, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:20', '2024-10-23 08:31:20'), (339, 525, 5, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:20', '2024-10-23 08:31:20'), (340, 526, 5, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:20', '2024-10-23 08:31:20'), (341, 527, 5, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:20', '2024-10-23 08:31:20'), (342, 528, 5, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:20', '2024-10-23 08:31:20'), (343, 529, 5, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:20', '2024-10-23 08:31:20'), (344, 530, 5, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:20', '2024-10-23 08:31:20'), (345, 531, 5, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:20', '2024-10-23 08:31:20'), (346, 532, 5, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:20', '2024-10-23 08:31:20'), (347, 615, 5, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:20', '2024-10-23 08:31:20'), (348, 616, 5, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:20', '2024-10-23 08:31:20'), (349, 617, 5, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:20', '2024-10-23 08:31:20'), (350, 618, 5, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:20', '2024-10-23 08:31:20'), (351, 619, 5, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:20', '2024-10-23 08:31:20'), (352, 620, 5, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:20', '2024-10-23 08:31:20'), (353, 621, 5, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:20', '2024-10-23 08:31:20'), (354, 2, 4, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:20', '2024-10-23 08:31:20'), (355, 3, 4, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:20', '2024-10-23 08:31:20'), (356, 4, 4, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:20', '2024-10-23 08:31:20'), (357, 5, 4, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:20', '2024-10-23 08:31:20'), (358, 6, 4, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:20', '2024-10-23 08:31:20'), (359, 7, 4, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:20', '2024-10-23 08:31:20'), (360, 8, 4, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:20', '2024-10-23 08:31:20'), (361, 9, 4, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:20', '2024-10-23 08:31:20'), (362, 10, 4, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:20', '2024-10-23 08:31:20'), (363, 11, 4, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:20', '2024-10-23 08:31:20'), (364, 57, 4, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:20', '2024-10-23 08:31:20'), (365, 58, 4, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:20', '2024-10-23 08:31:20'), (366, 59, 4, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:20', '2024-10-23 08:31:20'), (367, 60, 4, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:20', '2024-10-23 08:31:20'), (368, 61, 4, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:20', '2024-10-23 08:31:20'), (369, 62, 4, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:20', '2024-10-23 08:31:20'), (370, 63, 4, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:20', '2024-10-23 08:31:20'), (371, 64, 4, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:20', '2024-10-23 08:31:20'), (372, 65, 4, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:20', '2024-10-23 08:31:20'), (373, 66, 4, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:20', '2024-10-23 08:31:20'), (374, 67, 4, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:20', '2024-10-23 08:31:20'), (375, 68, 4, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:20', '2024-10-23 08:31:20'), (376, 69, 4, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:20', '2024-10-23 08:31:20'), (377, 73, 4, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:20', '2024-10-23 08:31:20'), (378, 74, 4, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:20', '2024-10-23 08:31:20'), (379, 75, 4, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:20', '2024-10-23 08:31:20'), (380, 76, 4, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:20', '2024-10-23 08:31:20'), (381, 77, 4, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:20', '2024-10-23 08:31:20'), (382, 78, 4, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:20', '2024-10-23 08:31:20'), (383, 79, 4, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:20', '2024-10-23 08:31:20'), (384, 80, 4, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:20', '2024-10-23 08:31:20'), (385, 81, 4, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:20', '2024-10-23 08:31:20'), (386, 82, 4, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:20', '2024-10-23 08:31:20'), (387, 83, 4, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:20', '2024-10-23 08:31:20'), (388, 84, 4, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:20', '2024-10-23 08:31:20'), (389, 85, 4, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:20', '2024-10-23 08:31:20'), (390, 86, 4, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:20', '2024-10-23 08:31:20'), (391, 87, 4, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:20', '2024-10-23 08:31:20'), (392, 88, 4, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:20', '2024-10-23 08:31:20'), (393, 89, 4, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:20', '2024-10-23 08:31:20'), (394, 111, 4, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:20', '2024-10-23 08:31:20'), (395, 112, 4, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:20', '2024-10-23 08:31:20'), (396, 113, 4, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:20', '2024-10-23 08:31:20'), (397, 114, 4, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:20', '2024-10-23 08:31:20'), (398, 115, 4, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:20', '2024-10-23 08:31:20'), (399, 116, 4, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:20', '2024-10-23 08:31:20'), (400, 117, 4, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:20', '2024-10-23 08:31:20'), (401, 118, 4, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:20', '2024-10-23 08:31:20'), (402, 119, 4, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:20', '2024-10-23 08:31:20'), (403, 120, 4, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:20', '2024-10-23 08:31:20'), (404, 121, 4, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:20', '2024-10-23 08:31:20'), (405, 122, 4, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:20', '2024-10-23 08:31:20'), (406, 123, 4, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:20', '2024-10-23 08:31:20'), (407, 124, 4, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:20', '2024-10-23 08:31:20'), (408, 125, 4, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:20', '2024-10-23 08:31:20'), (409, 126, 4, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:20', '2024-10-23 08:31:20'), (410, 127, 4, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:20', '2024-10-23 08:31:20'), (411, 128, 4, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:20', '2024-10-23 08:31:20'), (412, 129, 4, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:20', '2024-10-23 08:31:20'), (413, 130, 4, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:20', '2024-10-23 08:31:20'), (414, 131, 4, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:20', '2024-10-23 08:31:20'), (415, 132, 4, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:20', '2024-10-23 08:31:20'), (416, 133, 4, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:20', '2024-10-23 08:31:20'), (417, 134, 4, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:20', '2024-10-23 08:31:20'), (418, 135, 4, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:20', '2024-10-23 08:31:20'), (419, 136, 4, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:20', '2024-10-23 08:31:20'), (420, 137, 4, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:20', '2024-10-23 08:31:20'), (421, 138, 4, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:20', '2024-10-23 08:31:20'), (422, 139, 4, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:20', '2024-10-23 08:31:20'), (423, 140, 4, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:20', '2024-10-23 08:31:20'), (424, 141, 4, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:20', '2024-10-23 08:31:20'), (425, 142, 4, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:20', '2024-10-23 08:31:20'), (426, 143, 4, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:20', '2024-10-23 08:31:20'), (427, 144, 4, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:20', '2024-10-23 08:31:20'), (428, 146, 4, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:20', '2024-10-23 08:31:20'), (429, 147, 4, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:20', '2024-10-23 08:31:20'), (430, 148, 4, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:20', '2024-10-23 08:31:20'), (431, 149, 4, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:20', '2024-10-23 08:31:20'), (432, 150, 4, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:20', '2024-10-23 08:31:20'), (433, 151, 4, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:20', '2024-10-23 08:31:20'), (434, 152, 4, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:20', '2024-10-23 08:31:20'), (435, 153, 4, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:20', '2024-10-23 08:31:20'), (436, 154, 4, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:20', '2024-10-23 08:31:20'), (437, 155, 4, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:20', '2024-10-23 08:31:20'), (438, 156, 4, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:20', '2024-10-23 08:31:20'), (439, 158, 4, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:20', '2024-10-23 08:31:20'), (440, 159, 4, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:20', '2024-10-23 08:31:20'), (441, 160, 4, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:20', '2024-10-23 08:31:20'), (442, 161, 4, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:20', '2024-10-23 08:31:20'), (443, 162, 4, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:20', '2024-10-23 08:31:20'), (444, 163, 4, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:20', '2024-10-23 08:31:20'), (445, 164, 4, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:20', '2024-10-23 08:31:20'), (446, 165, 4, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:20', '2024-10-23 08:31:20'), (447, 166, 4, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:20', '2024-10-23 08:31:20'), (448, 167, 4, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:20', '2024-10-23 08:31:20'), (449, 173, 4, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:20', '2024-10-23 08:31:20'), (450, 174, 4, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:20', '2024-10-23 08:31:20'), (451, 280, 4, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:20', '2024-10-23 08:31:20'), (452, 281, 4, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:20', '2024-10-23 08:31:20'), (453, 282, 4, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:20', '2024-10-23 08:31:20'), (454, 284, 4, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:20', '2024-10-23 08:31:20'), (455, 285, 4, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:20', '2024-10-23 08:31:20'), (456, 286, 4, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:20', '2024-10-23 08:31:20'), (457, 289, 4, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:20', '2024-10-23 08:31:20'), (458, 290, 4, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:20', '2024-10-23 08:31:20'), (459, 291, 4, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:20', '2024-10-23 08:31:20'), (460, 292, 4, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:20', '2024-10-23 08:31:20'), (461, 293, 4, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:20', '2024-10-23 08:31:20'), (462, 294, 4, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:20', '2024-10-23 08:31:20'), (463, 295, 4, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:20', '2024-10-23 08:31:20'), (464, 296, 4, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:20', '2024-10-23 08:31:20'), (465, 297, 4, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:20', '2024-10-23 08:31:20'), (466, 298, 4, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:20', '2024-10-23 08:31:20'), (467, 299, 4, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:20', '2024-10-23 08:31:20'), (468, 300, 4, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:20', '2024-10-23 08:31:20'), (469, 302, 4, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:20', '2024-10-23 08:31:20'), (470, 312, 4, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:20', '2024-10-23 08:31:20'), (471, 314, 4, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:20', '2024-10-23 08:31:20'), (472, 315, 4, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:20', '2024-10-23 08:31:20'), (473, 316, 4, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:20', '2024-10-23 08:31:20'), (474, 317, 4, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:20', '2024-10-23 08:31:20'), (475, 318, 4, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:20', '2024-10-23 08:31:20'), (476, 319, 4, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:20', '2024-10-23 08:31:20'), (477, 320, 4, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:20', '2024-10-23 08:31:20'), (478, 321, 4, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:20', '2024-10-23 08:31:20'), (479, 322, 4, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:20', '2024-10-23 08:31:20'), (480, 323, 4, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:20', '2024-10-23 08:31:20'), (481, 324, 4, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:20', '2024-10-23 08:31:20'), (482, 325, 4, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:20', '2024-10-23 08:31:20'), (483, 326, 4, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:20', '2024-10-23 08:31:20'), (484, 327, 4, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:20', '2024-10-23 08:31:20'), (485, 328, 4, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:20', '2024-10-23 08:31:20'), (486, 329, 4, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:20', '2024-10-23 08:31:20'), (487, 330, 4, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:20', '2024-10-23 08:31:20'), (488, 331, 4, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:20', '2024-10-23 08:31:20'), (489, 332, 4, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:20', '2024-10-23 08:31:20'), (490, 347, 4, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:20', '2024-10-23 08:31:20'), (491, 348, 4, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:20', '2024-10-23 08:31:20'), (492, 349, 4, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:20', '2024-10-23 08:31:20'), (493, 350, 4, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:20', '2024-10-23 08:31:20'), (494, 351, 4, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:20', '2024-10-23 08:31:20'), (495, 352, 4, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:20', '2024-10-23 08:31:20'), (496, 353, 4, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:20', '2024-10-23 08:31:20'), (497, 354, 4, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:20', '2024-10-23 08:31:20'), (498, 357, 4, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:20', '2024-10-23 08:31:20'), (499, 358, 4, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:20', '2024-10-23 08:31:20'), (500, 364, 4, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:20', '2024-10-23 08:31:20'), (501, 365, 4, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:20', '2024-10-23 08:31:20'), (502, 366, 4, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:20', '2024-10-23 08:31:20'), (503, 367, 4, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:20', '2024-10-23 08:31:20'), (504, 368, 4, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:20', '2024-10-23 08:31:20'), (505, 387, 4, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:20', '2024-10-23 08:31:20'), (506, 388, 4, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:20', '2024-10-23 08:31:20'), (507, 389, 4, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:20', '2024-10-23 08:31:20'), (508, 390, 4, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:20', '2024-10-23 08:31:20'), (509, 391, 4, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:20', '2024-10-23 08:31:20'), (510, 392, 4, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:20', '2024-10-23 08:31:20'), (511, 393, 4, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:20', '2024-10-23 08:31:20'), (512, 394, 4, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:20', '2024-10-23 08:31:20'), (513, 395, 4, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:20', '2024-10-23 08:31:20'), (514, 396, 4, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:20', '2024-10-23 08:31:20'), (515, 397, 4, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:20', '2024-10-23 08:31:20'), (516, 398, 4, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:20', '2024-10-23 08:31:20'), (517, 399, 4, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:20', '2024-10-23 08:31:20'), (518, 400, 4, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:20', '2024-10-23 08:31:20'), (519, 401, 4, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:20', '2024-10-23 08:31:20'), (520, 402, 4, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:20', '2024-10-23 08:31:20'), (521, 403, 4, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:20', '2024-10-23 08:31:20'), (522, 404, 4, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:20', '2024-10-23 08:31:20'), (523, 405, 4, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:20', '2024-10-23 08:31:20'), (524, 406, 4, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:20', '2024-10-23 08:31:20'), (525, 407, 4, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:20', '2024-10-23 08:31:20'), (526, 408, 4, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:20', '2024-10-23 08:31:20'), (527, 409, 4, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:20', '2024-10-23 08:31:20'), (528, 410, 4, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:20', '2024-10-23 08:31:20'), (529, 411, 4, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:20', '2024-10-23 08:31:20'), (530, 412, 4, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:20', '2024-10-23 08:31:20'), (531, 413, 4, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:20', '2024-10-23 08:31:20'), (532, 414, 4, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:20', '2024-10-23 08:31:20'), (533, 416, 4, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:20', '2024-10-23 08:31:20'), (534, 417, 4, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:20', '2024-10-23 08:31:20'), (535, 418, 4, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:20', '2024-10-23 08:31:20'), (536, 419, 4, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:20', '2024-10-23 08:31:20'), (537, 420, 4, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:20', '2024-10-23 08:31:20'), (538, 421, 4, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:20', '2024-10-23 08:31:20'), (539, 422, 4, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:20', '2024-10-23 08:31:20'), (540, 423, 4, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:20', '2024-10-23 08:31:20'), (541, 424, 4, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:20', '2024-10-23 08:31:20'), (542, 425, 4, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:20', '2024-10-23 08:31:20'), (543, 426, 4, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:20', '2024-10-23 08:31:20'), (544, 427, 4, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:20', '2024-10-23 08:31:20'), (545, 428, 4, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:20', '2024-10-23 08:31:20'), (546, 429, 4, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:20', '2024-10-23 08:31:20'), (547, 433, 4, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:20', '2024-10-23 08:31:20'), (548, 434, 4, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:20', '2024-10-23 08:31:20'), (549, 435, 4, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:20', '2024-10-23 08:31:20'), (550, 436, 4, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:20', '2024-10-23 08:31:20'), (551, 437, 4, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:20', '2024-10-23 08:31:20'), (552, 438, 4, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:20', '2024-10-23 08:31:20'), (553, 439, 4, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:20', '2024-10-23 08:31:20'), (554, 440, 4, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:20', '2024-10-23 08:31:20'), (555, 441, 4, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:20', '2024-10-23 08:31:20'), (556, 442, 4, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:20', '2024-10-23 08:31:20'), (557, 443, 4, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:20', '2024-10-23 08:31:20'), (558, 444, 4, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:20', '2024-10-23 08:31:20'), (559, 445, 4, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:20', '2024-10-23 08:31:20'), (560, 446, 4, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:20', '2024-10-23 08:31:20'), (561, 447, 4, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:20', '2024-10-23 08:31:20'), (562, 448, 4, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:20', '2024-10-23 08:31:20'), (563, 485, 4, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:20', '2024-10-23 08:31:20'), (564, 486, 4, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:20', '2024-10-23 08:31:20'), (565, 487, 4, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:20', '2024-10-23 08:31:20'), (566, 488, 4, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:20', '2024-10-23 08:31:20'), (567, 489, 4, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:20', '2024-10-23 08:31:20'), (568, 490, 4, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:20', '2024-10-23 08:31:20'), (569, 491, 4, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:20', '2024-10-23 08:31:20'), (570, 492, 4, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:20', '2024-10-23 08:31:20'), (571, 493, 4, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:20', '2024-10-23 08:31:20'), (572, 494, 4, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:20', '2024-10-23 08:31:20'), (573, 495, 4, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:20', '2024-10-23 08:31:20'), (574, 496, 4, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:20', '2024-10-23 08:31:20'), (575, 497, 4, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:20', '2024-10-23 08:31:20'), (576, 498, 4, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:20', '2024-10-23 08:31:20'), (577, 499, 4, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:20', '2024-10-23 08:31:20'), (578, 500, 4, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:20', '2024-10-23 08:31:20'), (579, 501, 4, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:20', '2024-10-23 08:31:20'), (580, 502, 4, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:20', '2024-10-23 08:31:20'), (581, 503, 4, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:20', '2024-10-23 08:31:20'), (582, 504, 4, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:20', '2024-10-23 08:31:20'), (583, 505, 4, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:20', '2024-10-23 08:31:20'), (584, 506, 4, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:20', '2024-10-23 08:31:20'), (585, 507, 4, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:20', '2024-10-23 08:31:20'), (586, 508, 4, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:20', '2024-10-23 08:31:20'), (587, 509, 4, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:20', '2024-10-23 08:31:20'), (588, 510, 4, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:20', '2024-10-23 08:31:20'), (589, 511, 4, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:20', '2024-10-23 08:31:20'), (590, 512, 4, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:20', '2024-10-23 08:31:20'), (591, 2, 7, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:20', '2024-10-23 08:31:20'), (592, 3, 7, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:20', '2024-10-23 08:31:20'), (593, 4, 7, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:20', '2024-10-23 08:31:20'), (594, 5, 7, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:20', '2024-10-23 08:31:20'), (595, 6, 7, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:20', '2024-10-23 08:31:20'), (596, 7, 7, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:20', '2024-10-23 08:31:20'), (597, 8, 7, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:20', '2024-10-23 08:31:20'), (598, 9, 7, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:20', '2024-10-23 08:31:20'), (599, 10, 7, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:20', '2024-10-23 08:31:20'), (600, 11, 7, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:20', '2024-10-23 08:31:20'), (601, 13, 7, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:20', '2024-10-23 08:31:20'), (602, 14, 7, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:20', '2024-10-23 08:31:20'), (603, 15, 7, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:20', '2024-10-23 08:31:20'), (604, 16, 7, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:20', '2024-10-23 08:31:20'), (605, 17, 7, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:20', '2024-10-23 08:31:20'), (606, 18, 7, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:20', '2024-10-23 08:31:20'), (607, 19, 7, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:20', '2024-10-23 08:31:20'), (608, 20, 7, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:20', '2024-10-23 08:31:20'), (609, 21, 7, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:20', '2024-10-23 08:31:20'), (610, 22, 7, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:20', '2024-10-23 08:31:20'), (611, 23, 7, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:20', '2024-10-23 08:31:20'), (612, 24, 7, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:20', '2024-10-23 08:31:20'), (613, 25, 7, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:20', '2024-10-23 08:31:20'), (614, 26, 7, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:20', '2024-10-23 08:31:20'), (615, 27, 7, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:20', '2024-10-23 08:31:20'), (616, 28, 7, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:20', '2024-10-23 08:31:20'), (617, 29, 7, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:20', '2024-10-23 08:31:20'), (618, 30, 7, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:20', '2024-10-23 08:31:20'), (619, 31, 7, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:20', '2024-10-23 08:31:20'), (620, 32, 7, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:20', '2024-10-23 08:31:20'), (621, 33, 7, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:20', '2024-10-23 08:31:20'), (622, 34, 7, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:20', '2024-10-23 08:31:20'), (623, 35, 7, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:20', '2024-10-23 08:31:20'), (624, 36, 7, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:20', '2024-10-23 08:31:20'), (625, 37, 7, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:20', '2024-10-23 08:31:20'), (626, 38, 7, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:20', '2024-10-23 08:31:20'); INSERT INTO `assign_permissions` (`id`, `permission_id`, `role_id`, `status`, `menu_status`, `saas_schools`, `created_by`, `updated_by`, `school_id`, `created_at`, `updated_at`) VALUES (627, 39, 7, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:20', '2024-10-23 08:31:20'), (628, 40, 7, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:20', '2024-10-23 08:31:20'), (629, 41, 7, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:20', '2024-10-23 08:31:20'), (630, 42, 7, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:20', '2024-10-23 08:31:20'), (631, 43, 7, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:20', '2024-10-23 08:31:20'), (632, 44, 7, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:20', '2024-10-23 08:31:20'), (633, 45, 7, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:20', '2024-10-23 08:31:20'), (634, 46, 7, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:20', '2024-10-23 08:31:20'), (635, 47, 7, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:20', '2024-10-23 08:31:20'), (636, 48, 7, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:20', '2024-10-23 08:31:20'), (637, 49, 7, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:20', '2024-10-23 08:31:20'), (638, 50, 7, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:20', '2024-10-23 08:31:20'), (639, 51, 7, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:20', '2024-10-23 08:31:20'), (640, 52, 7, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:20', '2024-10-23 08:31:20'), (641, 53, 7, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:20', '2024-10-23 08:31:20'), (642, 54, 7, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:20', '2024-10-23 08:31:20'), (643, 55, 7, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:20', '2024-10-23 08:31:20'), (644, 56, 7, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:20', '2024-10-23 08:31:20'), (645, 57, 7, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:20', '2024-10-23 08:31:20'), (646, 64, 7, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:20', '2024-10-23 08:31:20'), (647, 65, 7, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:20', '2024-10-23 08:31:20'), (648, 66, 7, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:20', '2024-10-23 08:31:20'), (649, 67, 7, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:20', '2024-10-23 08:31:20'), (650, 68, 7, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:20', '2024-10-23 08:31:20'), (651, 69, 7, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:20', '2024-10-23 08:31:20'), (652, 82, 7, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:20', '2024-10-23 08:31:20'), (653, 83, 7, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:20', '2024-10-23 08:31:20'), (654, 84, 7, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:20', '2024-10-23 08:31:20'), (655, 85, 7, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:20', '2024-10-23 08:31:20'), (656, 177, 7, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:20', '2024-10-23 08:31:20'), (657, 289, 7, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:20', '2024-10-23 08:31:20'), (658, 290, 7, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:20', '2024-10-23 08:31:20'), (659, 313, 7, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:20', '2024-10-23 08:31:20'), (660, 432, 7, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:20', '2024-10-23 08:31:20'), (661, 513, 7, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:20', '2024-10-23 08:31:20'), (662, 514, 7, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:20', '2024-10-23 08:31:20'), (663, 515, 7, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:20', '2024-10-23 08:31:20'), (664, 516, 7, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:20', '2024-10-23 08:31:20'), (665, 517, 7, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:20', '2024-10-23 08:31:20'), (666, 2, 8, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:20', '2024-10-23 08:31:20'), (667, 3, 8, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:20', '2024-10-23 08:31:20'), (668, 4, 8, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:20', '2024-10-23 08:31:20'), (669, 5, 8, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:20', '2024-10-23 08:31:20'), (670, 6, 8, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:20', '2024-10-23 08:31:20'), (671, 7, 8, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:20', '2024-10-23 08:31:20'), (672, 8, 8, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:20', '2024-10-23 08:31:20'), (673, 9, 8, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:20', '2024-10-23 08:31:20'), (674, 10, 8, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:20', '2024-10-23 08:31:20'), (675, 11, 8, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:20', '2024-10-23 08:31:20'), (676, 57, 8, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:20', '2024-10-23 08:31:20'), (677, 64, 8, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:20', '2024-10-23 08:31:20'), (678, 65, 8, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:20', '2024-10-23 08:31:20'), (679, 66, 8, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:20', '2024-10-23 08:31:20'), (680, 67, 8, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:20', '2024-10-23 08:31:20'), (681, 68, 8, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:20', '2024-10-23 08:31:20'), (682, 69, 8, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:20', '2024-10-23 08:31:20'), (683, 82, 8, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:20', '2024-10-23 08:31:20'), (684, 83, 8, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:20', '2024-10-23 08:31:20'), (685, 84, 8, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:20', '2024-10-23 08:31:20'), (686, 85, 8, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:20', '2024-10-23 08:31:20'), (687, 289, 8, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:20', '2024-10-23 08:31:20'), (688, 290, 8, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:20', '2024-10-23 08:31:20'), (689, 433, 8, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:20', '2024-10-23 08:31:20'), (690, 434, 8, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:20', '2024-10-23 08:31:20'), (691, 435, 8, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:20', '2024-10-23 08:31:20'), (692, 436, 8, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:20', '2024-10-23 08:31:20'), (693, 437, 8, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:20', '2024-10-23 08:31:20'), (694, 438, 8, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:20', '2024-10-23 08:31:20'), (695, 439, 8, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:20', '2024-10-23 08:31:20'), (696, 440, 8, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:20', '2024-10-23 08:31:20'), (697, 441, 8, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:20', '2024-10-23 08:31:20'), (698, 442, 8, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:20', '2024-10-23 08:31:20'), (699, 443, 8, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:20', '2024-10-23 08:31:20'), (700, 444, 8, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:20', '2024-10-23 08:31:20'), (701, 445, 8, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:20', '2024-10-23 08:31:20'), (702, 446, 8, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:20', '2024-10-23 08:31:20'), (703, 447, 8, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:20', '2024-10-23 08:31:20'), (704, 448, 8, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:20', '2024-10-23 08:31:20'), (705, 513, 8, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:20', '2024-10-23 08:31:20'), (706, 514, 8, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:20', '2024-10-23 08:31:20'), (707, 515, 8, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:20', '2024-10-23 08:31:20'), (708, 516, 8, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:20', '2024-10-23 08:31:20'), (709, 517, 8, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:20', '2024-10-23 08:31:20'), (710, 2, 9, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:20', '2024-10-23 08:31:20'), (711, 3, 9, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:20', '2024-10-23 08:31:20'), (712, 4, 9, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:20', '2024-10-23 08:31:20'), (713, 5, 9, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:20', '2024-10-23 08:31:20'), (714, 6, 9, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:20', '2024-10-23 08:31:20'), (715, 7, 9, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:20', '2024-10-23 08:31:20'), (716, 8, 9, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:20', '2024-10-23 08:31:20'), (717, 9, 9, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:20', '2024-10-23 08:31:20'), (718, 10, 9, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:20', '2024-10-23 08:31:20'), (719, 11, 9, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:20', '2024-10-23 08:31:20'), (720, 21, 9, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:20', '2024-10-23 08:31:20'), (721, 2, 6, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:20', '2024-10-23 08:31:20'), (722, 3, 6, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:20', '2024-10-23 08:31:20'), (723, 4, 6, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:20', '2024-10-23 08:31:20'), (724, 5, 6, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:20', '2024-10-23 08:31:20'), (725, 6, 6, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:20', '2024-10-23 08:31:20'), (726, 7, 6, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:20', '2024-10-23 08:31:20'), (727, 8, 6, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:20', '2024-10-23 08:31:20'), (728, 9, 6, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:20', '2024-10-23 08:31:20'), (729, 10, 6, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:20', '2024-10-23 08:31:20'), (730, 11, 6, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:20', '2024-10-23 08:31:20'), (731, 13, 6, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:20', '2024-10-23 08:31:20'), (732, 14, 6, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:20', '2024-10-23 08:31:20'), (733, 15, 6, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:20', '2024-10-23 08:31:20'), (734, 16, 6, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:20', '2024-10-23 08:31:20'), (735, 17, 6, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:20', '2024-10-23 08:31:20'), (736, 18, 6, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:20', '2024-10-23 08:31:20'), (737, 19, 6, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:20', '2024-10-23 08:31:20'), (738, 20, 6, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:20', '2024-10-23 08:31:20'), (739, 21, 6, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:20', '2024-10-23 08:31:20'), (740, 22, 6, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:20', '2024-10-23 08:31:20'), (741, 23, 6, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:20', '2024-10-23 08:31:20'), (742, 24, 6, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:20', '2024-10-23 08:31:20'), (743, 25, 6, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:20', '2024-10-23 08:31:20'), (744, 26, 6, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:20', '2024-10-23 08:31:20'), (745, 27, 6, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:20', '2024-10-23 08:31:20'), (746, 28, 6, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:20', '2024-10-23 08:31:20'), (747, 29, 6, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:20', '2024-10-23 08:31:20'), (748, 30, 6, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:20', '2024-10-23 08:31:20'), (749, 31, 6, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:20', '2024-10-23 08:31:20'), (750, 32, 6, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:20', '2024-10-23 08:31:20'), (751, 33, 6, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:20', '2024-10-23 08:31:20'), (752, 34, 6, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:20', '2024-10-23 08:31:20'), (753, 35, 6, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:20', '2024-10-23 08:31:20'), (754, 36, 6, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:20', '2024-10-23 08:31:20'), (755, 37, 6, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:20', '2024-10-23 08:31:20'), (756, 38, 6, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:20', '2024-10-23 08:31:20'), (757, 39, 6, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:20', '2024-10-23 08:31:20'), (758, 40, 6, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:20', '2024-10-23 08:31:20'), (759, 41, 6, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:20', '2024-10-23 08:31:20'), (760, 42, 6, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:20', '2024-10-23 08:31:20'), (761, 43, 6, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:20', '2024-10-23 08:31:20'), (762, 44, 6, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:20', '2024-10-23 08:31:20'), (763, 45, 6, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:20', '2024-10-23 08:31:20'), (764, 46, 6, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:20', '2024-10-23 08:31:20'), (765, 47, 6, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:20', '2024-10-23 08:31:20'), (766, 48, 6, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:20', '2024-10-23 08:31:20'), (767, 49, 6, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:20', '2024-10-23 08:31:20'), (768, 50, 6, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:20', '2024-10-23 08:31:20'), (769, 51, 6, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:20', '2024-10-23 08:31:20'), (770, 52, 6, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:20', '2024-10-23 08:31:20'), (771, 53, 6, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:20', '2024-10-23 08:31:20'), (772, 54, 6, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:20', '2024-10-23 08:31:20'), (773, 55, 6, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:20', '2024-10-23 08:31:20'), (774, 56, 6, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:20', '2024-10-23 08:31:20'), (775, 57, 6, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:20', '2024-10-23 08:31:20'), (776, 64, 6, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:20', '2024-10-23 08:31:20'), (777, 65, 6, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:20', '2024-10-23 08:31:20'), (778, 66, 6, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:20', '2024-10-23 08:31:20'), (779, 67, 6, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:20', '2024-10-23 08:31:20'), (780, 68, 6, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:20', '2024-10-23 08:31:20'), (781, 69, 6, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:20', '2024-10-23 08:31:20'), (782, 73, 6, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:20', '2024-10-23 08:31:20'), (783, 74, 6, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:20', '2024-10-23 08:31:20'), (784, 75, 6, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:20', '2024-10-23 08:31:20'), (785, 82, 6, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:20', '2024-10-23 08:31:20'), (786, 83, 6, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:20', '2024-10-23 08:31:20'), (787, 84, 6, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:20', '2024-10-23 08:31:20'), (788, 85, 6, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:20', '2024-10-23 08:31:20'), (789, 177, 6, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:20', '2024-10-23 08:31:20'), (790, 206, 6, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:20', '2024-10-23 08:31:20'), (791, 207, 6, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:20', '2024-10-23 08:31:20'), (792, 211, 6, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:20', '2024-10-23 08:31:20'), (793, 215, 6, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:20', '2024-10-23 08:31:20'), (794, 216, 6, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:20', '2024-10-23 08:31:20'), (795, 217, 6, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:20', '2024-10-23 08:31:20'), (796, 218, 6, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:20', '2024-10-23 08:31:20'), (797, 219, 6, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:20', '2024-10-23 08:31:20'), (798, 220, 6, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:20', '2024-10-23 08:31:20'), (799, 221, 6, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:20', '2024-10-23 08:31:20'), (800, 222, 6, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:20', '2024-10-23 08:31:20'), (801, 223, 6, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:20', '2024-10-23 08:31:20'), (802, 224, 6, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:20', '2024-10-23 08:31:20'), (803, 225, 6, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:20', '2024-10-23 08:31:20'), (804, 226, 6, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:20', '2024-10-23 08:31:20'), (805, 227, 6, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:20', '2024-10-23 08:31:20'), (806, 228, 6, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:20', '2024-10-23 08:31:20'), (807, 229, 6, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:20', '2024-10-23 08:31:20'), (808, 232, 6, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:20', '2024-10-23 08:31:20'), (809, 234, 6, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:20', '2024-10-23 08:31:20'), (810, 289, 6, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:20', '2024-10-23 08:31:20'), (811, 290, 6, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:20', '2024-10-23 08:31:20'), (812, 291, 6, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:20', '2024-10-23 08:31:20'), (813, 292, 6, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:20', '2024-10-23 08:31:20'), (814, 293, 6, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:20', '2024-10-23 08:31:20'), (815, 294, 6, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:20', '2024-10-23 08:31:20'), (816, 295, 6, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:20', '2024-10-23 08:31:20'), (817, 296, 6, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:20', '2024-10-23 08:31:20'), (818, 297, 6, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:20', '2024-10-23 08:31:20'), (819, 298, 6, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:20', '2024-10-23 08:31:20'), (820, 299, 6, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:20', '2024-10-23 08:31:20'), (821, 300, 6, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:20', '2024-10-23 08:31:20'), (822, 313, 6, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:20', '2024-10-23 08:31:20'), (823, 432, 6, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:20', '2024-10-23 08:31:20'), (824, 513, 6, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:20', '2024-10-23 08:31:20'), (825, 514, 6, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:20', '2024-10-23 08:31:20'), (826, 515, 6, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:20', '2024-10-23 08:31:20'), (827, 516, 6, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:20', '2024-10-23 08:31:20'), (828, 517, 6, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:20', '2024-10-23 08:31:20'), (829, 518, 6, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:20', '2024-10-23 08:31:20'), (830, 519, 6, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:20', '2024-10-23 08:31:20'), (831, 710, 2, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:20', '2024-10-23 08:31:20'), (832, 711, 2, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:20', '2024-10-23 08:31:20'), (833, 712, 2, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:20', '2024-10-23 08:31:20'), (834, 713, 2, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:20', '2024-10-23 08:31:20'), (835, 714, 2, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:20', '2024-10-23 08:31:20'), (836, 715, 2, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:20', '2024-10-23 08:31:20'), (837, 716, 2, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:20', '2024-10-23 08:31:20'), (838, 717, 2, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:20', '2024-10-23 08:31:20'), (839, 718, 2, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:20', '2024-10-23 08:31:20'), (840, 719, 2, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:20', '2024-10-23 08:31:20'), (841, 721, 2, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:20', '2024-10-23 08:31:20'), (842, 722, 2, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:20', '2024-10-23 08:31:20'), (843, 724, 2, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:20', '2024-10-23 08:31:20'), (844, 725, 2, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:20', '2024-10-23 08:31:20'), (845, 726, 2, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:20', '2024-10-23 08:31:20'), (846, 727, 2, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:20', '2024-10-23 08:31:20'), (847, 728, 2, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:20', '2024-10-23 08:31:20'), (848, 729, 2, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:20', '2024-10-23 08:31:20'), (849, 730, 2, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:20', '2024-10-23 08:31:20'), (850, NULL, 2, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:20', '2024-10-23 08:31:20'), (851, NULL, 2, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:20', '2024-10-23 08:31:20'), (852, 737, 2, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:20', '2024-10-23 08:31:20'), (853, 741, 2, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:20', '2024-10-23 08:31:20'), (854, 742, 2, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:20', '2024-10-23 08:31:20'), (855, 743, 2, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:20', '2024-10-23 08:31:20'), (856, 744, 2, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:20', '2024-10-23 08:31:20'), (857, 745, 2, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:20', '2024-10-23 08:31:20'), (858, 746, 2, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:20', '2024-10-23 08:31:20'), (859, NULL, 2, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:20', '2024-10-23 08:31:20'), (860, NULL, 2, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:20', '2024-10-23 08:31:20'), (861, 747, 2, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:20', '2024-10-23 08:31:20'), (862, 748, 2, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:20', '2024-10-23 08:31:20'), (863, 749, 2, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:20', '2024-10-23 08:31:20'), (864, 750, 2, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:20', '2024-10-23 08:31:20'), (865, 751, 2, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:20', '2024-10-23 08:31:20'), (866, 762, 2, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:20', '2024-10-23 08:31:20'), (867, 763, 2, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:20', '2024-10-23 08:31:20'), (868, 764, 2, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:20', '2024-10-23 08:31:20'), (869, 752, 2, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:20', '2024-10-23 08:31:20'), (870, 753, 2, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:20', '2024-10-23 08:31:20'), (871, 754, 2, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:20', '2024-10-23 08:31:20'), (872, 755, 2, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:20', '2024-10-23 08:31:20'), (873, NULL, 2, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:20', '2024-10-23 08:31:20'), (874, 756, 2, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:20', '2024-10-23 08:31:20'), (875, 767, 2, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:20', '2024-10-23 08:31:20'), (876, 768, 2, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:20', '2024-10-23 08:31:20'), (877, 769, 2, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:20', '2024-10-23 08:31:20'), (878, 731, 2, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:20', '2024-10-23 08:31:20'), (879, 766, 2, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:20', '2024-10-23 08:31:20'), (880, 774, 2, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:20', '2024-10-23 08:31:20'), (881, 776, 2, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:20', '2024-10-23 08:31:20'), (882, 777, 2, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:20', '2024-10-23 08:31:20'), (883, 778, 2, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:20', '2024-10-23 08:31:20'), (884, 775, 2, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:20', '2024-10-23 08:31:20'), (885, 779, 2, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:20', '2024-10-23 08:31:20'), (886, 732, 2, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:20', '2024-10-23 08:31:20'), (887, 733, 2, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:20', '2024-10-23 08:31:20'), (888, 735, 2, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:20', '2024-10-23 08:31:20'), (889, 736, 2, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:20', '2024-10-23 08:31:20'), (890, 738, 2, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:20', '2024-10-23 08:31:20'), (891, 739, 2, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:20', '2024-10-23 08:31:20'), (892, 740, 2, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:20', '2024-10-23 08:31:20'), (893, 757, 2, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:20', '2024-10-23 08:31:20'), (894, 758, 2, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:20', '2024-10-23 08:31:20'), (895, 759, 2, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:20', '2024-10-23 08:31:20'), (896, 760, 2, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:20', '2024-10-23 08:31:20'), (897, 761, 2, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:20', '2024-10-23 08:31:20'), (898, 790, 3, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:20', '2024-10-23 08:31:20'), (899, 791, 3, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:20', '2024-10-23 08:31:20'), (900, 792, 3, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:20', '2024-10-23 08:31:20'), (901, NULL, 3, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:20', '2024-10-23 08:31:20'), (902, 793, 3, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:20', '2024-10-23 08:31:20'), (903, 794, 3, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:20', '2024-10-23 08:31:20'), (904, 795, 3, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:20', '2024-10-23 08:31:20'), (905, 796, 3, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:20', '2024-10-23 08:31:20'), (906, 797, 3, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:20', '2024-10-23 08:31:20'), (907, 798, 3, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:20', '2024-10-23 08:31:20'), (908, 800, 3, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:20', '2024-10-23 08:31:20'), (909, NULL, 3, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:20', '2024-10-23 08:31:20'), (910, NULL, 3, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:20', '2024-10-23 08:31:20'), (911, NULL, 3, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:20', '2024-10-23 08:31:20'), (912, NULL, 3, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:20', '2024-10-23 08:31:20'), (913, 801, 3, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:20', '2024-10-23 08:31:20'), (914, 805, 3, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:20', '2024-10-23 08:31:20'), (915, 806, 3, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:20', '2024-10-23 08:31:20'), (916, 807, 3, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:20', '2024-10-23 08:31:20'), (917, 808, 3, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:20', '2024-10-23 08:31:20'), (918, 809, 3, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:20', '2024-10-23 08:31:20'), (919, NULL, 3, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:20', '2024-10-23 08:31:20'), (920, 810, 3, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:20', '2024-10-23 08:31:20'), (921, NULL, 3, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:20', '2024-10-23 08:31:20'), (922, 817, 3, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:20', '2024-10-23 08:31:20'), (923, 818, 3, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:20', '2024-10-23 08:31:20'), (924, 819, 3, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:20', '2024-10-23 08:31:20'), (925, 820, 3, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:20', '2024-10-23 08:31:20'), (926, 823, 3, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:20', '2024-10-23 08:31:20'), (927, 824, 3, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:20', '2024-10-23 08:31:20'), (928, 825, 3, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:20', '2024-10-23 08:31:20'), (929, 833, 3, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:20', '2024-10-23 08:31:20'), (930, 834, 3, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:20', '2024-10-23 08:31:20'), (931, 835, 3, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:20', '2024-10-23 08:31:20'), (932, 836, 3, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:20', '2024-10-23 08:31:20'), (933, 837, 3, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:20', '2024-10-23 08:31:20'), (934, 838, 3, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:20', '2024-10-23 08:31:20'), (935, NULL, 3, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:20', '2024-10-23 08:31:20'), (936, NULL, 3, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:20', '2024-10-23 08:31:20'), (937, 821, 3, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:20', '2024-10-23 08:31:20'), (938, 822, 3, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:20', '2024-10-23 08:31:20'), (939, 802, 3, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:20', '2024-10-23 08:31:20'), (940, 803, 3, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:20', '2024-10-23 08:31:20'), (941, 804, 3, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:20', '2024-10-23 08:31:20'), (942, NULL, 3, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:20', '2024-10-23 08:31:20'), (943, NULL, 3, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:20', '2024-10-23 08:31:20'), (944, NULL, 3, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:20', '2024-10-23 08:31:20'), (945, NULL, 3, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:20', '2024-10-23 08:31:20'), (946, NULL, 3, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:20', '2024-10-23 08:31:20'), (947, NULL, 3, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:20', '2024-10-23 08:31:20'), (948, NULL, 3, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:20', '2024-10-23 08:31:20'), (949, NULL, 3, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:20', '2024-10-23 08:31:20'), (950, 874, 5, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:23', '2024-10-23 08:31:23'), (951, 875, 5, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:23', '2024-10-23 08:31:23'), (952, 876, 5, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:23', '2024-10-23 08:31:23'), (953, 877, 5, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:23', '2024-10-23 08:31:23'), (954, 878, 5, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:23', '2024-10-23 08:31:23'), (955, 879, 5, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:23', '2024-10-23 08:31:23'), (956, 880, 5, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:23', '2024-10-23 08:31:23'), (957, 881, 5, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:23', '2024-10-23 08:31:23'), (958, 882, 5, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:23', '2024-10-23 08:31:23'), (959, 883, 5, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:23', '2024-10-23 08:31:23'), (960, 885, 5, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:23', '2024-10-23 08:31:23'), (961, 886, 5, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:23', '2024-10-23 08:31:23'), (962, 887, 5, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:23', '2024-10-23 08:31:23'), (963, 888, 5, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:23', '2024-10-23 08:31:23'), (964, 889, 5, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:23', '2024-10-23 08:31:23'), (965, 890, 5, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:23', '2024-10-23 08:31:23'), (966, 891, 5, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:23', '2024-10-23 08:31:23'), (967, 892, 5, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:23', '2024-10-23 08:31:23'), (968, 893, 5, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:23', '2024-10-23 08:31:23'), (969, 894, 5, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:23', '2024-10-23 08:31:23'), (970, 895, 5, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:23', '2024-10-23 08:31:23'), (971, 896, 5, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:23', '2024-10-23 08:31:23'), (972, 897, 5, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:23', '2024-10-23 08:31:23'), (973, 898, 5, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:23', '2024-10-23 08:31:23'), (974, 899, 5, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:23', '2024-10-23 08:31:23'), (975, 900, 5, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:23', '2024-10-23 08:31:23'), (976, 901, 5, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:23', '2024-10-23 08:31:23'), (977, 902, 5, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:23', '2024-10-23 08:31:23'), (978, 903, 5, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:23', '2024-10-23 08:31:23'), (979, 904, 5, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:23', '2024-10-23 08:31:23'), (980, 905, 5, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:23', '2024-10-23 08:31:23'), (981, 906, 5, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:23', '2024-10-23 08:31:23'), (982, 907, 5, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:23', '2024-10-23 08:31:23'), (983, 908, 5, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:23', '2024-10-23 08:31:23'), (984, 909, 5, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:23', '2024-10-23 08:31:23'), (985, 910, 5, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:23', '2024-10-23 08:31:23'), (986, 911, 5, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:23', '2024-10-23 08:31:23'), (987, 912, 5, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:23', '2024-10-23 08:31:23'), (988, 913, 5, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:23', '2024-10-23 08:31:23'), (989, 914, 5, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:23', '2024-10-23 08:31:23'), (990, 915, 5, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:23', '2024-10-23 08:31:23'), (991, 916, 5, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:23', '2024-10-23 08:31:23'), (992, 917, 5, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:23', '2024-10-23 08:31:23'), (993, 918, 5, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:23', '2024-10-23 08:31:23'), (994, 919, 5, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:23', '2024-10-23 08:31:23'), (995, 920, 5, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:23', '2024-10-23 08:31:23'), (996, 921, 5, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:23', '2024-10-23 08:31:23'), (997, 922, 5, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:23', '2024-10-23 08:31:23'), (998, 923, 5, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:23', '2024-10-23 08:31:23'), (999, 924, 5, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:23', '2024-10-23 08:31:23'), (1000, 925, 5, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:23', '2024-10-23 08:31:23'), (1001, 926, 5, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:23', '2024-10-23 08:31:23'), (1002, 927, 5, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:23', '2024-10-23 08:31:23'), (1003, 928, 5, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:23', '2024-10-23 08:31:23'), (1004, 929, 5, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:23', '2024-10-23 08:31:23'), (1005, 930, 5, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:23', '2024-10-23 08:31:23'), (1006, 931, 5, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:23', '2024-10-23 08:31:23'), (1007, 932, 5, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:23', '2024-10-23 08:31:23'), (1008, 933, 5, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:23', '2024-10-23 08:31:23'), (1009, 934, 5, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:23', '2024-10-23 08:31:23'), (1010, 935, 5, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:23', '2024-10-23 08:31:23'), (1011, 936, 5, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:23', '2024-10-23 08:31:23'), (1012, 937, 5, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:23', '2024-10-23 08:31:23'), (1013, 938, 5, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:23', '2024-10-23 08:31:23'), (1014, 939, 5, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:23', '2024-10-23 08:31:23'), (1015, 940, 5, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:23', '2024-10-23 08:31:23'), (1016, 941, 5, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:23', '2024-10-23 08:31:23'), (1017, 945, 5, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:23', '2024-10-23 08:31:23'), (1018, 946, 5, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:23', '2024-10-23 08:31:23'), (1019, 947, 5, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:23', '2024-10-23 08:31:23'), (1020, 948, 5, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:23', '2024-10-23 08:31:23'), (1021, 949, 5, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:23', '2024-10-23 08:31:23'), (1022, 950, 5, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:23', '2024-10-23 08:31:23'), (1023, 951, 5, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:23', '2024-10-23 08:31:23'), (1024, 952, 5, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:23', '2024-10-23 08:31:23'), (1025, 953, 5, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:23', '2024-10-23 08:31:23'), (1026, 954, 5, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:23', '2024-10-23 08:31:23'), (1027, 955, 5, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:23', '2024-10-23 08:31:23'), (1028, 956, 5, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:23', '2024-10-23 08:31:23'), (1029, 957, 5, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:23', '2024-10-23 08:31:23'), (1030, 958, 5, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:23', '2024-10-23 08:31:23'), (1031, 959, 5, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:23', '2024-10-23 08:31:23'), (1032, 960, 5, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:23', '2024-10-23 08:31:23'), (1033, 961, 5, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:23', '2024-10-23 08:31:23'), (1034, 983, 5, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:23', '2024-10-23 08:31:23'), (1035, 984, 5, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:23', '2024-10-23 08:31:23'), (1036, 985, 5, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:23', '2024-10-23 08:31:23'), (1037, 986, 5, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:23', '2024-10-23 08:31:23'), (1038, 987, 5, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:23', '2024-10-23 08:31:23'), (1039, 988, 5, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:23', '2024-10-23 08:31:23'), (1040, 989, 5, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:23', '2024-10-23 08:31:23'), (1041, 990, 5, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:23', '2024-10-23 08:31:23'), (1042, 991, 5, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:23', '2024-10-23 08:31:23'), (1043, 992, 5, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:23', '2024-10-23 08:31:23'), (1044, 993, 5, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:23', '2024-10-23 08:31:23'), (1045, 994, 5, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:23', '2024-10-23 08:31:23'), (1046, 995, 5, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:23', '2024-10-23 08:31:23'), (1047, 996, 5, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:23', '2024-10-23 08:31:23'), (1048, 997, 5, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:23', '2024-10-23 08:31:23'), (1049, 998, 5, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:23', '2024-10-23 08:31:23'), (1050, 999, 5, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:23', '2024-10-23 08:31:23'), (1051, 1000, 5, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:23', '2024-10-23 08:31:23'), (1052, 1001, 5, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:23', '2024-10-23 08:31:23'), (1053, 1002, 5, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:23', '2024-10-23 08:31:23'), (1054, 1003, 5, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:23', '2024-10-23 08:31:23'), (1055, 1004, 5, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:23', '2024-10-23 08:31:23'), (1056, 1005, 5, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:23', '2024-10-23 08:31:23'), (1057, 1006, 5, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:23', '2024-10-23 08:31:23'), (1058, 1007, 5, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:23', '2024-10-23 08:31:23'), (1059, 1008, 5, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:23', '2024-10-23 08:31:23'), (1060, 1009, 5, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:23', '2024-10-23 08:31:23'), (1061, 1010, 5, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:23', '2024-10-23 08:31:23'), (1062, 1012, 5, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:23', '2024-10-23 08:31:23'), (1063, 1013, 5, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:23', '2024-10-23 08:31:23'), (1064, 1014, 5, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:23', '2024-10-23 08:31:23'), (1065, 1015, 5, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:23', '2024-10-23 08:31:23'), (1066, 1016, 5, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:23', '2024-10-23 08:31:23'), (1067, 1018, 5, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:23', '2024-10-23 08:31:23'), (1068, 1019, 5, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:23', '2024-10-23 08:31:23'), (1069, 1020, 5, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:23', '2024-10-23 08:31:23'), (1070, 1021, 5, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:23', '2024-10-23 08:31:23'), (1071, 1022, 5, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:23', '2024-10-23 08:31:23'), (1072, 1023, 5, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:23', '2024-10-23 08:31:23'), (1073, 1024, 5, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:23', '2024-10-23 08:31:23'), (1074, 1025, 5, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:23', '2024-10-23 08:31:23'), (1075, 1026, 5, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:23', '2024-10-23 08:31:23'), (1076, 1027, 5, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:23', '2024-10-23 08:31:23'), (1077, 1028, 5, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:23', '2024-10-23 08:31:23'), (1078, 1030, 5, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:23', '2024-10-23 08:31:23'), (1079, 1031, 5, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:23', '2024-10-23 08:31:23'), (1080, 1032, 5, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:23', '2024-10-23 08:31:23'), (1081, 1033, 5, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:23', '2024-10-23 08:31:23'), (1082, 1034, 5, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:23', '2024-10-23 08:31:23'), (1083, 1035, 5, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:23', '2024-10-23 08:31:23'), (1084, 1036, 5, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:23', '2024-10-23 08:31:23'), (1085, 1037, 5, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:23', '2024-10-23 08:31:23'), (1086, 1038, 5, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:23', '2024-10-23 08:31:23'), (1087, 1039, 5, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:23', '2024-10-23 08:31:23'), (1088, 1040, 5, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:23', '2024-10-23 08:31:23'), (1089, 1041, 5, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:23', '2024-10-23 08:31:23'), (1090, 1042, 5, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:23', '2024-10-23 08:31:23'), (1091, 1043, 5, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:23', '2024-10-23 08:31:23'), (1092, 1044, 5, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:23', '2024-10-23 08:31:23'), (1093, 1047, 5, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:23', '2024-10-23 08:31:23'), (1094, 1049, 5, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:23', '2024-10-23 08:31:23'), (1095, 1078, 5, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:23', '2024-10-23 08:31:23'), (1096, 1079, 5, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:23', '2024-10-23 08:31:23'), (1097, 1083, 5, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:23', '2024-10-23 08:31:23'), (1098, 1087, 5, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:23', '2024-10-23 08:31:23'), (1099, 1088, 5, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:23', '2024-10-23 08:31:23'), (1100, 1089, 5, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:23', '2024-10-23 08:31:23'), (1101, 1090, 5, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:23', '2024-10-23 08:31:23'), (1102, 1091, 5, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:23', '2024-10-23 08:31:23'), (1103, 1092, 5, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:23', '2024-10-23 08:31:23'), (1104, 1093, 5, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:23', '2024-10-23 08:31:23'), (1105, 1094, 5, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:23', '2024-10-23 08:31:23'), (1106, 1095, 5, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:23', '2024-10-23 08:31:23'), (1107, 1096, 5, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:23', '2024-10-23 08:31:23'), (1108, 1097, 5, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:23', '2024-10-23 08:31:23'), (1109, 1098, 5, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:23', '2024-10-23 08:31:23'), (1110, 1099, 5, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:23', '2024-10-23 08:31:23'), (1111, 1100, 5, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:23', '2024-10-23 08:31:23'), (1112, 1101, 5, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:23', '2024-10-23 08:31:23'), (1113, 1104, 5, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:23', '2024-10-23 08:31:23'), (1114, 1106, 5, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:23', '2024-10-23 08:31:23'), (1115, 1152, 5, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:23', '2024-10-23 08:31:23'), (1116, 1153, 5, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:23', '2024-10-23 08:31:23'), (1117, 1154, 5, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:23', '2024-10-23 08:31:23'), (1118, 1156, 5, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:23', '2024-10-23 08:31:23'), (1119, 1157, 5, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:23', '2024-10-23 08:31:23'), (1120, 1158, 5, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:23', '2024-10-23 08:31:23'), (1121, 1161, 5, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:23', '2024-10-23 08:31:23'), (1122, 1162, 5, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:23', '2024-10-23 08:31:23'), (1123, 1163, 5, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:23', '2024-10-23 08:31:23'), (1124, 1164, 5, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:23', '2024-10-23 08:31:23'), (1125, 1165, 5, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:23', '2024-10-23 08:31:23'), (1126, 1166, 5, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:23', '2024-10-23 08:31:23'), (1127, 1167, 5, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:23', '2024-10-23 08:31:23'), (1128, 1168, 5, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:23', '2024-10-23 08:31:23'), (1129, 1169, 5, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:23', '2024-10-23 08:31:23'), (1130, 1170, 5, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:23', '2024-10-23 08:31:23'), (1131, 1171, 5, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:23', '2024-10-23 08:31:23'), (1132, 1172, 5, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:23', '2024-10-23 08:31:23'), (1133, 1185, 5, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:23', '2024-10-23 08:31:23'), (1134, 1186, 5, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:23', '2024-10-23 08:31:23'), (1135, 1187, 5, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:23', '2024-10-23 08:31:23'), (1136, 1188, 5, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:23', '2024-10-23 08:31:23'), (1137, 1189, 5, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:23', '2024-10-23 08:31:23'), (1138, 1190, 5, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:23', '2024-10-23 08:31:23'), (1139, 1191, 5, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:23', '2024-10-23 08:31:23'), (1140, 1192, 5, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:23', '2024-10-23 08:31:23'), (1141, 1193, 5, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:23', '2024-10-23 08:31:23'), (1142, 1194, 5, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:23', '2024-10-23 08:31:23'), (1143, 1195, 5, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:23', '2024-10-23 08:31:23'), (1144, 1196, 5, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:23', '2024-10-23 08:31:23'), (1145, 1197, 5, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:23', '2024-10-23 08:31:23'), (1146, 1198, 5, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:23', '2024-10-23 08:31:23'), (1147, 1199, 5, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:23', '2024-10-23 08:31:23'), (1148, 1200, 5, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:23', '2024-10-23 08:31:23'), (1149, 1201, 5, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:23', '2024-10-23 08:31:23'), (1150, 1202, 5, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:23', '2024-10-23 08:31:23'), (1151, 1203, 5, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:23', '2024-10-23 08:31:23'), (1152, 1204, 5, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:23', '2024-10-23 08:31:23'), (1153, 1219, 5, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:23', '2024-10-23 08:31:23'), (1154, 1220, 5, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:23', '2024-10-23 08:31:23'), (1155, 1221, 5, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:23', '2024-10-23 08:31:23'), (1156, 1222, 5, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:23', '2024-10-23 08:31:23'), (1157, 1223, 5, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:23', '2024-10-23 08:31:23'), (1158, 1224, 5, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:23', '2024-10-23 08:31:23'), (1159, 1225, 5, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:23', '2024-10-23 08:31:23'), (1160, 1226, 5, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:23', '2024-10-23 08:31:23'), (1161, 1227, 5, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:23', '2024-10-23 08:31:23'), (1162, 1229, 5, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:23', '2024-10-23 08:31:23'), (1163, 1230, 5, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:23', '2024-10-23 08:31:23'), (1164, 1236, 5, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:23', '2024-10-23 08:31:23'), (1165, 1237, 5, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:23', '2024-10-23 08:31:23'), (1166, 1238, 5, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:23', '2024-10-23 08:31:23'), (1167, 1239, 5, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:23', '2024-10-23 08:31:23'), (1168, 1240, 5, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:23', '2024-10-23 08:31:23'), (1169, 1259, 5, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:23', '2024-10-23 08:31:23'), (1170, 1260, 5, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:23', '2024-10-23 08:31:23'), (1171, 1261, 5, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:23', '2024-10-23 08:31:23'), (1172, 1262, 5, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:23', '2024-10-23 08:31:23'), (1173, 1263, 5, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:23', '2024-10-23 08:31:23'), (1174, 1264, 5, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:23', '2024-10-23 08:31:23'), (1175, 1265, 5, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:23', '2024-10-23 08:31:23'), (1176, 1266, 5, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:23', '2024-10-23 08:31:23'), (1177, 1267, 5, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:23', '2024-10-23 08:31:23'), (1178, 1268, 5, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:23', '2024-10-23 08:31:23'), (1179, 1269, 5, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:23', '2024-10-23 08:31:23'), (1180, 1270, 5, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:23', '2024-10-23 08:31:23'), (1181, 1271, 5, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:23', '2024-10-23 08:31:23'), (1182, 1272, 5, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:23', '2024-10-23 08:31:23'), (1183, 1273, 5, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:23', '2024-10-23 08:31:23'), (1184, 1286, 5, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:23', '2024-10-23 08:31:23'), (1185, 1287, 5, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:23', '2024-10-23 08:31:23'), (1186, 1288, 5, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:23', '2024-10-23 08:31:23'), (1187, 1289, 5, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:23', '2024-10-23 08:31:23'), (1188, 1290, 5, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:23', '2024-10-23 08:31:23'), (1189, 1291, 5, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:23', '2024-10-23 08:31:23'), (1190, 1292, 5, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:23', '2024-10-23 08:31:23'), (1191, 1293, 5, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:23', '2024-10-23 08:31:23'), (1192, 1294, 5, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:23', '2024-10-23 08:31:23'), (1193, 1295, 5, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:23', '2024-10-23 08:31:23'), (1194, 1296, 5, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:23', '2024-10-23 08:31:23'), (1195, 1297, 5, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:23', '2024-10-23 08:31:23'), (1196, 1298, 5, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:23', '2024-10-23 08:31:23'), (1197, 1299, 5, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:23', '2024-10-23 08:31:23'), (1198, 1300, 5, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:23', '2024-10-23 08:31:23'), (1199, 1303, 5, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:23', '2024-10-23 08:31:23'), (1200, 1304, 5, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:23', '2024-10-23 08:31:23'), (1201, 1305, 5, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:23', '2024-10-23 08:31:23'), (1202, 1306, 5, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:23', '2024-10-23 08:31:23'), (1203, 1307, 5, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:23', '2024-10-23 08:31:23'), (1204, 1308, 5, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:23', '2024-10-23 08:31:23'), (1205, 1309, 5, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:23', '2024-10-23 08:31:23'), (1206, 1310, 5, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:23', '2024-10-23 08:31:23'), (1207, 1311, 5, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:23', '2024-10-23 08:31:23'), (1208, 1312, 5, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:23', '2024-10-23 08:31:23'), (1209, 1313, 5, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:23', '2024-10-23 08:31:23'), (1210, 1314, 5, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:23', '2024-10-23 08:31:23'), (1211, 1315, 5, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:23', '2024-10-23 08:31:23'), (1212, 1316, 5, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:23', '2024-10-23 08:31:23'), (1213, 1317, 5, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:23', '2024-10-23 08:31:23'), (1214, 1318, 5, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:23', '2024-10-23 08:31:23'), (1215, 1319, 5, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:23', '2024-10-23 08:31:23'), (1216, 1324, 5, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:23', '2024-10-23 08:31:23'), (1217, 1325, 5, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:23', '2024-10-23 08:31:23'), (1218, 1326, 5, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:23', '2024-10-23 08:31:23'), (1219, 1327, 5, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:23', '2024-10-23 08:31:23'), (1220, 1328, 5, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:23', '2024-10-23 08:31:23'), (1221, 1329, 5, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:23', '2024-10-23 08:31:23'), (1222, 1330, 5, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:23', '2024-10-23 08:31:23'), (1223, 1331, 5, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:23', '2024-10-23 08:31:23'), (1224, 1332, 5, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:23', '2024-10-23 08:31:23'), (1225, 1333, 5, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:23', '2024-10-23 08:31:23'), (1226, 1334, 5, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:23', '2024-10-23 08:31:23'), (1227, 1335, 5, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:23', '2024-10-23 08:31:23'), (1228, 1336, 5, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:23', '2024-10-23 08:31:23'), (1229, 1337, 5, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:23', '2024-10-23 08:31:23'), (1230, 1338, 5, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:23', '2024-10-23 08:31:23'), (1231, 1339, 5, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:23', '2024-10-23 08:31:23'), (1232, 1340, 5, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:23', '2024-10-23 08:31:23'), (1233, 1341, 5, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:23', '2024-10-23 08:31:23'), (1234, 1342, 5, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:23', '2024-10-23 08:31:23'), (1235, 1343, 5, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:23', '2024-10-23 08:31:23'), (1236, 1344, 5, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:23', '2024-10-23 08:31:23'), (1237, 1345, 5, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:23', '2024-10-23 08:31:23'), (1238, 1346, 5, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:23', '2024-10-23 08:31:23'), (1239, 1347, 5, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:23', '2024-10-23 08:31:23'), (1240, 1348, 5, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:23', '2024-10-23 08:31:23'), (1241, 1349, 5, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:23', '2024-10-23 08:31:23'), (1242, 1350, 5, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:23', '2024-10-23 08:31:23'), (1243, 1351, 5, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:23', '2024-10-23 08:31:23'), (1244, 1352, 5, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:23', '2024-10-23 08:31:23'); INSERT INTO `assign_permissions` (`id`, `permission_id`, `role_id`, `status`, `menu_status`, `saas_schools`, `created_by`, `updated_by`, `school_id`, `created_at`, `updated_at`) VALUES (1245, 1353, 5, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:23', '2024-10-23 08:31:23'), (1246, 1354, 5, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:23', '2024-10-23 08:31:23'), (1247, 1355, 5, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:23', '2024-10-23 08:31:23'), (1248, 1356, 5, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:23', '2024-10-23 08:31:23'), (1249, 1357, 5, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:23', '2024-10-23 08:31:23'), (1250, 1358, 5, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:23', '2024-10-23 08:31:23'), (1251, 1359, 5, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:23', '2024-10-23 08:31:23'), (1252, 1360, 5, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:23', '2024-10-23 08:31:23'), (1253, 1361, 5, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:23', '2024-10-23 08:31:23'), (1254, 1362, 5, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:23', '2024-10-23 08:31:23'), (1255, 1363, 5, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:23', '2024-10-23 08:31:23'), (1256, 1364, 5, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:23', '2024-10-23 08:31:23'), (1257, 1365, 5, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:23', '2024-10-23 08:31:23'), (1258, 1366, 5, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:23', '2024-10-23 08:31:23'), (1259, 1367, 5, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:23', '2024-10-23 08:31:23'), (1260, 1368, 5, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:23', '2024-10-23 08:31:23'), (1261, 1369, 5, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:23', '2024-10-23 08:31:23'), (1262, 1370, 5, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:23', '2024-10-23 08:31:23'), (1263, 1371, 5, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:23', '2024-10-23 08:31:23'), (1264, 1372, 5, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:23', '2024-10-23 08:31:23'), (1265, 1373, 5, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:23', '2024-10-23 08:31:23'), (1266, 1374, 5, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:23', '2024-10-23 08:31:23'), (1267, 1375, 5, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:23', '2024-10-23 08:31:23'), (1268, 1376, 5, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:23', '2024-10-23 08:31:23'), (1269, 1377, 5, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:23', '2024-10-23 08:31:23'), (1270, 1378, 5, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:23', '2024-10-23 08:31:23'), (1271, 1379, 5, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:23', '2024-10-23 08:31:23'), (1272, 1380, 5, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:23', '2024-10-23 08:31:23'), (1273, 1381, 5, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:23', '2024-10-23 08:31:23'), (1274, 1382, 5, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:23', '2024-10-23 08:31:23'), (1275, 1383, 5, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:23', '2024-10-23 08:31:23'), (1276, 1384, 5, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:23', '2024-10-23 08:31:23'), (1277, 1385, 5, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:23', '2024-10-23 08:31:23'), (1278, 1386, 5, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:23', '2024-10-23 08:31:23'), (1279, 1387, 5, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:23', '2024-10-23 08:31:23'), (1280, 1388, 5, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:23', '2024-10-23 08:31:23'), (1281, 1389, 5, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:23', '2024-10-23 08:31:23'), (1282, 1390, 5, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:23', '2024-10-23 08:31:23'), (1283, 1391, 5, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:23', '2024-10-23 08:31:23'), (1284, 1392, 5, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:23', '2024-10-23 08:31:23'), (1285, 1393, 5, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:23', '2024-10-23 08:31:23'), (1286, 1394, 5, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:23', '2024-10-23 08:31:23'), (1287, 1395, 5, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:23', '2024-10-23 08:31:23'), (1288, 1396, 5, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:23', '2024-10-23 08:31:23'), (1289, 1397, 5, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:23', '2024-10-23 08:31:23'), (1290, 1398, 5, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:23', '2024-10-23 08:31:23'), (1291, 1399, 5, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:23', '2024-10-23 08:31:23'), (1292, 1400, 5, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:23', '2024-10-23 08:31:23'), (1293, 1401, 5, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:23', '2024-10-23 08:31:23'), (1294, 1402, 5, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:23', '2024-10-23 08:31:23'), (1295, 1403, 5, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:23', '2024-10-23 08:31:23'), (1296, 1484, 5, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:23', '2024-10-23 08:31:23'), (1297, 1485, 5, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:23', '2024-10-23 08:31:23'), (1298, 1486, 5, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:23', '2024-10-23 08:31:23'), (1299, 1487, 5, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:23', '2024-10-23 08:31:23'), (1300, 1488, 5, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:23', '2024-10-23 08:31:23'), (1301, 1489, 5, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:23', '2024-10-23 08:31:23'), (1302, 1490, 5, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:23', '2024-10-23 08:31:23'), (1303, 874, 4, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:23', '2024-10-23 08:31:23'), (1304, 875, 4, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:23', '2024-10-23 08:31:23'), (1305, 876, 4, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:23', '2024-10-23 08:31:23'), (1306, 877, 4, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:23', '2024-10-23 08:31:23'), (1307, 878, 4, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:23', '2024-10-23 08:31:23'), (1308, 879, 4, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:23', '2024-10-23 08:31:23'), (1309, 880, 4, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:23', '2024-10-23 08:31:23'), (1310, 881, 4, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:23', '2024-10-23 08:31:23'), (1311, 882, 4, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:23', '2024-10-23 08:31:23'), (1312, 883, 4, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:23', '2024-10-23 08:31:23'), (1313, 929, 4, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:23', '2024-10-23 08:31:23'), (1314, 930, 4, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:23', '2024-10-23 08:31:23'), (1315, 931, 4, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:23', '2024-10-23 08:31:23'), (1316, 932, 4, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:23', '2024-10-23 08:31:23'), (1317, 933, 4, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:23', '2024-10-23 08:31:23'), (1318, 934, 4, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:23', '2024-10-23 08:31:23'), (1319, 935, 4, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:23', '2024-10-23 08:31:23'), (1320, 936, 4, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:23', '2024-10-23 08:31:23'), (1321, 937, 4, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:23', '2024-10-23 08:31:23'), (1322, 938, 4, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:23', '2024-10-23 08:31:23'), (1323, 939, 4, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:23', '2024-10-23 08:31:23'), (1324, 940, 4, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:23', '2024-10-23 08:31:23'), (1325, 941, 4, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:23', '2024-10-23 08:31:23'), (1326, 945, 4, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:23', '2024-10-23 08:31:23'), (1327, 946, 4, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:23', '2024-10-23 08:31:23'), (1328, 947, 4, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:23', '2024-10-23 08:31:23'), (1329, 948, 4, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:23', '2024-10-23 08:31:23'), (1330, 949, 4, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:23', '2024-10-23 08:31:23'), (1331, 950, 4, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:23', '2024-10-23 08:31:23'), (1332, 951, 4, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:23', '2024-10-23 08:31:23'), (1333, 952, 4, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:23', '2024-10-23 08:31:23'), (1334, 953, 4, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:23', '2024-10-23 08:31:23'), (1335, 954, 4, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:23', '2024-10-23 08:31:23'), (1336, 955, 4, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:23', '2024-10-23 08:31:23'), (1337, 956, 4, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:23', '2024-10-23 08:31:23'), (1338, 957, 4, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:23', '2024-10-23 08:31:23'), (1339, 958, 4, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:23', '2024-10-23 08:31:23'), (1340, 959, 4, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:23', '2024-10-23 08:31:23'), (1341, 960, 4, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:23', '2024-10-23 08:31:23'), (1342, 961, 4, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:23', '2024-10-23 08:31:23'), (1343, 983, 4, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:23', '2024-10-23 08:31:23'), (1344, 984, 4, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:23', '2024-10-23 08:31:23'), (1345, 985, 4, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:23', '2024-10-23 08:31:23'), (1346, 986, 4, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:23', '2024-10-23 08:31:23'), (1347, 987, 4, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:23', '2024-10-23 08:31:23'), (1348, 988, 4, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:23', '2024-10-23 08:31:23'), (1349, 989, 4, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:23', '2024-10-23 08:31:23'), (1350, 990, 4, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:23', '2024-10-23 08:31:23'), (1351, 991, 4, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:23', '2024-10-23 08:31:23'), (1352, 992, 4, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:23', '2024-10-23 08:31:23'), (1353, 993, 4, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:23', '2024-10-23 08:31:23'), (1354, 994, 4, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:23', '2024-10-23 08:31:23'), (1355, 995, 4, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:23', '2024-10-23 08:31:23'), (1356, 996, 4, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:23', '2024-10-23 08:31:23'), (1357, 997, 4, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:23', '2024-10-23 08:31:23'), (1358, 998, 4, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:23', '2024-10-23 08:31:23'), (1359, 999, 4, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:23', '2024-10-23 08:31:23'), (1360, 1000, 4, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:23', '2024-10-23 08:31:23'), (1361, 1001, 4, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:23', '2024-10-23 08:31:23'), (1362, 1002, 4, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:23', '2024-10-23 08:31:23'), (1363, 1003, 4, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:23', '2024-10-23 08:31:23'), (1364, 1004, 4, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:23', '2024-10-23 08:31:23'), (1365, 1005, 4, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:23', '2024-10-23 08:31:23'), (1366, 1006, 4, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:23', '2024-10-23 08:31:23'), (1367, 1007, 4, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:23', '2024-10-23 08:31:23'), (1368, 1008, 4, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:23', '2024-10-23 08:31:23'), (1369, 1009, 4, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:23', '2024-10-23 08:31:23'), (1370, 1010, 4, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:23', '2024-10-23 08:31:23'), (1371, 1011, 4, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:23', '2024-10-23 08:31:23'), (1372, 1012, 4, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:23', '2024-10-23 08:31:23'), (1373, 1013, 4, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:23', '2024-10-23 08:31:23'), (1374, 1014, 4, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:23', '2024-10-23 08:31:23'), (1375, 1015, 4, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:23', '2024-10-23 08:31:23'), (1376, 1016, 4, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:23', '2024-10-23 08:31:23'), (1377, 1018, 4, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:23', '2024-10-23 08:31:23'), (1378, 1019, 4, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:23', '2024-10-23 08:31:23'), (1379, 1020, 4, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:23', '2024-10-23 08:31:23'), (1380, 1021, 4, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:23', '2024-10-23 08:31:23'), (1381, 1022, 4, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:23', '2024-10-23 08:31:23'), (1382, 1023, 4, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:23', '2024-10-23 08:31:23'), (1383, 1024, 4, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:23', '2024-10-23 08:31:23'), (1384, 1025, 4, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:23', '2024-10-23 08:31:23'), (1385, 1026, 4, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:23', '2024-10-23 08:31:23'), (1386, 1027, 4, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:23', '2024-10-23 08:31:23'), (1387, 1028, 4, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:23', '2024-10-23 08:31:23'), (1388, 1030, 4, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:23', '2024-10-23 08:31:23'), (1389, 1031, 4, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:23', '2024-10-23 08:31:23'), (1390, 1032, 4, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:23', '2024-10-23 08:31:23'), (1391, 1033, 4, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:23', '2024-10-23 08:31:23'), (1392, 1034, 4, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:23', '2024-10-23 08:31:23'), (1393, 1035, 4, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:23', '2024-10-23 08:31:23'), (1394, 1036, 4, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:23', '2024-10-23 08:31:23'), (1395, 1037, 4, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:23', '2024-10-23 08:31:23'), (1396, 1038, 4, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:23', '2024-10-23 08:31:23'), (1397, 1039, 4, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:23', '2024-10-23 08:31:23'), (1398, 1045, 4, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:23', '2024-10-23 08:31:23'), (1399, 1046, 4, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:23', '2024-10-23 08:31:23'), (1400, 1152, 4, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:23', '2024-10-23 08:31:23'), (1401, 1153, 4, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:23', '2024-10-23 08:31:23'), (1402, 1154, 4, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:23', '2024-10-23 08:31:23'), (1403, 1156, 4, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:23', '2024-10-23 08:31:23'), (1404, 1157, 4, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:23', '2024-10-23 08:31:23'), (1405, 1158, 4, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:23', '2024-10-23 08:31:23'), (1406, 1161, 4, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:23', '2024-10-23 08:31:23'), (1407, 1162, 4, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:23', '2024-10-23 08:31:23'), (1408, 1163, 4, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:23', '2024-10-23 08:31:23'), (1409, 1164, 4, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:23', '2024-10-23 08:31:23'), (1410, 1165, 4, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:23', '2024-10-23 08:31:23'), (1411, 1166, 4, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:23', '2024-10-23 08:31:23'), (1412, 1167, 4, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:23', '2024-10-23 08:31:23'), (1413, 1168, 4, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:23', '2024-10-23 08:31:23'), (1414, 1169, 4, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:23', '2024-10-23 08:31:23'), (1415, 1170, 4, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:23', '2024-10-23 08:31:23'), (1416, 1171, 4, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:23', '2024-10-23 08:31:23'), (1417, 1172, 4, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:23', '2024-10-23 08:31:23'), (1418, 1174, 4, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:23', '2024-10-23 08:31:23'), (1419, 1184, 4, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:23', '2024-10-23 08:31:23'), (1420, 1186, 4, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:23', '2024-10-23 08:31:23'), (1421, 1187, 4, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:23', '2024-10-23 08:31:23'), (1422, 1188, 4, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:23', '2024-10-23 08:31:23'), (1423, 1189, 4, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:23', '2024-10-23 08:31:23'), (1424, 1190, 4, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:23', '2024-10-23 08:31:23'), (1425, 1191, 4, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:23', '2024-10-23 08:31:23'), (1426, 1192, 4, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:23', '2024-10-23 08:31:23'), (1427, 1193, 4, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:23', '2024-10-23 08:31:23'), (1428, 1194, 4, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:23', '2024-10-23 08:31:23'), (1429, 1195, 4, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:23', '2024-10-23 08:31:23'), (1430, 1196, 4, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:23', '2024-10-23 08:31:23'), (1431, 1197, 4, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:23', '2024-10-23 08:31:23'), (1432, 1198, 4, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:23', '2024-10-23 08:31:23'), (1433, 1199, 4, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:23', '2024-10-23 08:31:23'), (1434, 1200, 4, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:23', '2024-10-23 08:31:23'), (1435, 1201, 4, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:23', '2024-10-23 08:31:23'), (1436, 1202, 4, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:23', '2024-10-23 08:31:23'), (1437, 1203, 4, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:23', '2024-10-23 08:31:23'), (1438, 1204, 4, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:23', '2024-10-23 08:31:23'), (1439, 1219, 4, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:23', '2024-10-23 08:31:23'), (1440, 1220, 4, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:23', '2024-10-23 08:31:23'), (1441, 1221, 4, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:23', '2024-10-23 08:31:23'), (1442, 1222, 4, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:23', '2024-10-23 08:31:23'), (1443, 1223, 4, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:23', '2024-10-23 08:31:23'), (1444, 1224, 4, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:23', '2024-10-23 08:31:23'), (1445, 1225, 4, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:23', '2024-10-23 08:31:23'), (1446, 1226, 4, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:23', '2024-10-23 08:31:23'), (1447, 1229, 4, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:23', '2024-10-23 08:31:23'), (1448, 1230, 4, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:23', '2024-10-23 08:31:23'), (1449, 1236, 4, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:23', '2024-10-23 08:31:23'), (1450, 1237, 4, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:23', '2024-10-23 08:31:23'), (1451, 1238, 4, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:23', '2024-10-23 08:31:23'), (1452, 1239, 4, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:23', '2024-10-23 08:31:23'), (1453, 1240, 4, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:23', '2024-10-23 08:31:23'), (1454, 1259, 4, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:23', '2024-10-23 08:31:23'), (1455, 1260, 4, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:23', '2024-10-23 08:31:23'), (1456, 1261, 4, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:23', '2024-10-23 08:31:23'), (1457, 1262, 4, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:23', '2024-10-23 08:31:23'), (1458, 1263, 4, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:23', '2024-10-23 08:31:23'), (1459, 1264, 4, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:23', '2024-10-23 08:31:23'), (1460, 1265, 4, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:23', '2024-10-23 08:31:23'), (1461, 1266, 4, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:23', '2024-10-23 08:31:23'), (1462, 1267, 4, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:23', '2024-10-23 08:31:23'), (1463, 1268, 4, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:23', '2024-10-23 08:31:23'), (1464, 1269, 4, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:23', '2024-10-23 08:31:23'), (1465, 1270, 4, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:23', '2024-10-23 08:31:23'), (1466, 1271, 4, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:23', '2024-10-23 08:31:23'), (1467, 1272, 4, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:23', '2024-10-23 08:31:23'), (1468, 1273, 4, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:23', '2024-10-23 08:31:23'), (1469, 1274, 4, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:23', '2024-10-23 08:31:23'), (1470, 1275, 4, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:23', '2024-10-23 08:31:23'), (1471, 1276, 4, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:23', '2024-10-23 08:31:23'), (1472, 1277, 4, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:23', '2024-10-23 08:31:23'), (1473, 1278, 4, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:23', '2024-10-23 08:31:23'), (1474, 1279, 4, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:23', '2024-10-23 08:31:23'), (1475, 1280, 4, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:23', '2024-10-23 08:31:23'), (1476, 1281, 4, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:23', '2024-10-23 08:31:23'), (1477, 1282, 4, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:23', '2024-10-23 08:31:23'), (1478, 1283, 4, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:23', '2024-10-23 08:31:23'), (1479, 1284, 4, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:23', '2024-10-23 08:31:23'), (1480, 1285, 4, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:23', '2024-10-23 08:31:23'), (1481, 1286, 4, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:23', '2024-10-23 08:31:23'), (1482, 1287, 4, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:23', '2024-10-23 08:31:23'), (1483, 1288, 4, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:23', '2024-10-23 08:31:23'), (1484, 1289, 4, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:23', '2024-10-23 08:31:23'), (1485, 1290, 4, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:23', '2024-10-23 08:31:23'), (1486, 1291, 4, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:23', '2024-10-23 08:31:23'), (1487, 1292, 4, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:23', '2024-10-23 08:31:23'), (1488, 1293, 4, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:23', '2024-10-23 08:31:23'), (1489, 1294, 4, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:23', '2024-10-23 08:31:23'), (1490, 1295, 4, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:23', '2024-10-23 08:31:23'), (1491, 1296, 4, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:23', '2024-10-23 08:31:23'), (1492, 1297, 4, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:23', '2024-10-23 08:31:23'), (1493, 1298, 4, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:23', '2024-10-23 08:31:23'), (1494, 1299, 4, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:23', '2024-10-23 08:31:23'), (1495, 1300, 4, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:23', '2024-10-23 08:31:23'), (1496, 1304, 4, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:23', '2024-10-23 08:31:23'), (1497, 1305, 4, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:23', '2024-10-23 08:31:23'), (1498, 1306, 4, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:23', '2024-10-23 08:31:23'), (1499, 1307, 4, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:23', '2024-10-23 08:31:23'), (1500, 1308, 4, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:23', '2024-10-23 08:31:23'), (1501, 1309, 4, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:23', '2024-10-23 08:31:23'), (1502, 1310, 4, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:23', '2024-10-23 08:31:23'), (1503, 1311, 4, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:23', '2024-10-23 08:31:23'), (1504, 1312, 4, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:23', '2024-10-23 08:31:23'), (1505, 1313, 4, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:23', '2024-10-23 08:31:23'), (1506, 1314, 4, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:23', '2024-10-23 08:31:23'), (1507, 1315, 4, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:23', '2024-10-23 08:31:23'), (1508, 1316, 4, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:23', '2024-10-23 08:31:23'), (1509, 1317, 4, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:23', '2024-10-23 08:31:23'), (1510, 1318, 4, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:23', '2024-10-23 08:31:23'), (1511, 1319, 4, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:23', '2024-10-23 08:31:23'), (1512, 1356, 4, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:23', '2024-10-23 08:31:23'), (1513, 1357, 4, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:23', '2024-10-23 08:31:23'), (1514, 1358, 4, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:23', '2024-10-23 08:31:23'), (1515, 1359, 4, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:23', '2024-10-23 08:31:23'), (1516, 1360, 4, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:23', '2024-10-23 08:31:23'), (1517, 1361, 4, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:23', '2024-10-23 08:31:23'), (1518, 1362, 4, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:23', '2024-10-23 08:31:23'), (1519, 1363, 4, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:23', '2024-10-23 08:31:23'), (1520, 1364, 4, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:23', '2024-10-23 08:31:23'), (1521, 1365, 4, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:23', '2024-10-23 08:31:23'), (1522, 1366, 4, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:23', '2024-10-23 08:31:23'), (1523, 1367, 4, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:23', '2024-10-23 08:31:23'), (1524, 1368, 4, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:23', '2024-10-23 08:31:23'), (1525, 1369, 4, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:23', '2024-10-23 08:31:23'), (1526, 1370, 4, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:23', '2024-10-23 08:31:23'), (1527, 1371, 4, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:23', '2024-10-23 08:31:23'), (1528, 1372, 4, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:23', '2024-10-23 08:31:23'), (1529, 1373, 4, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:23', '2024-10-23 08:31:23'), (1530, 1374, 4, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:23', '2024-10-23 08:31:23'), (1531, 1375, 4, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:23', '2024-10-23 08:31:23'), (1532, 1376, 4, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:23', '2024-10-23 08:31:23'), (1533, 1377, 4, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:23', '2024-10-23 08:31:23'), (1534, 1378, 4, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:23', '2024-10-23 08:31:23'), (1535, 1379, 4, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:23', '2024-10-23 08:31:23'), (1536, 1380, 4, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:23', '2024-10-23 08:31:23'), (1537, 1381, 4, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:23', '2024-10-23 08:31:23'), (1538, 1382, 4, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:23', '2024-10-23 08:31:23'), (1539, 1383, 4, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:23', '2024-10-23 08:31:23'), (1540, 874, 7, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:23', '2024-10-23 08:31:23'), (1541, 875, 7, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:23', '2024-10-23 08:31:23'), (1542, 876, 7, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:23', '2024-10-23 08:31:23'), (1543, 877, 7, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:23', '2024-10-23 08:31:23'), (1544, 878, 7, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:23', '2024-10-23 08:31:23'), (1545, 879, 7, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:23', '2024-10-23 08:31:23'), (1546, 880, 7, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:23', '2024-10-23 08:31:23'), (1547, 881, 7, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:23', '2024-10-23 08:31:23'), (1548, 882, 7, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:23', '2024-10-23 08:31:23'), (1549, 883, 7, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:23', '2024-10-23 08:31:23'), (1550, 885, 7, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:23', '2024-10-23 08:31:23'), (1551, 886, 7, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:23', '2024-10-23 08:31:23'), (1552, 887, 7, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:23', '2024-10-23 08:31:23'), (1553, 888, 7, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:23', '2024-10-23 08:31:23'), (1554, 889, 7, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:23', '2024-10-23 08:31:23'), (1555, 890, 7, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:23', '2024-10-23 08:31:23'), (1556, 891, 7, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:23', '2024-10-23 08:31:23'), (1557, 892, 7, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:23', '2024-10-23 08:31:23'), (1558, 893, 7, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:23', '2024-10-23 08:31:23'), (1559, 894, 7, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:23', '2024-10-23 08:31:23'), (1560, 895, 7, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:23', '2024-10-23 08:31:23'), (1561, 896, 7, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:23', '2024-10-23 08:31:23'), (1562, 897, 7, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:23', '2024-10-23 08:31:23'), (1563, 898, 7, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:23', '2024-10-23 08:31:23'), (1564, 899, 7, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:23', '2024-10-23 08:31:23'), (1565, 900, 7, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:23', '2024-10-23 08:31:23'), (1566, 901, 7, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:23', '2024-10-23 08:31:23'), (1567, 902, 7, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:23', '2024-10-23 08:31:23'), (1568, 903, 7, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:23', '2024-10-23 08:31:23'), (1569, 904, 7, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:23', '2024-10-23 08:31:23'), (1570, 905, 7, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:23', '2024-10-23 08:31:23'), (1571, 906, 7, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:23', '2024-10-23 08:31:23'), (1572, 907, 7, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:23', '2024-10-23 08:31:23'), (1573, 908, 7, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:23', '2024-10-23 08:31:23'), (1574, 909, 7, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:23', '2024-10-23 08:31:23'), (1575, 910, 7, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:23', '2024-10-23 08:31:23'), (1576, 911, 7, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:23', '2024-10-23 08:31:23'), (1577, 912, 7, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:23', '2024-10-23 08:31:23'), (1578, 913, 7, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:23', '2024-10-23 08:31:23'), (1579, 914, 7, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:23', '2024-10-23 08:31:23'), (1580, 915, 7, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:23', '2024-10-23 08:31:23'), (1581, 916, 7, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:23', '2024-10-23 08:31:23'), (1582, 917, 7, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:23', '2024-10-23 08:31:23'), (1583, 918, 7, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:23', '2024-10-23 08:31:23'), (1584, 919, 7, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:23', '2024-10-23 08:31:23'), (1585, 920, 7, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:23', '2024-10-23 08:31:23'), (1586, 921, 7, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:23', '2024-10-23 08:31:23'), (1587, 922, 7, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:23', '2024-10-23 08:31:23'), (1588, 923, 7, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:23', '2024-10-23 08:31:23'), (1589, 924, 7, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:23', '2024-10-23 08:31:23'), (1590, 925, 7, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:23', '2024-10-23 08:31:23'), (1591, 926, 7, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:23', '2024-10-23 08:31:23'), (1592, 927, 7, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:23', '2024-10-23 08:31:23'), (1593, 928, 7, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:23', '2024-10-23 08:31:23'), (1594, 929, 7, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:23', '2024-10-23 08:31:23'), (1595, 936, 7, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:23', '2024-10-23 08:31:23'), (1596, 937, 7, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:23', '2024-10-23 08:31:23'), (1597, 938, 7, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:23', '2024-10-23 08:31:23'), (1598, 939, 7, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:23', '2024-10-23 08:31:23'), (1599, 940, 7, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:23', '2024-10-23 08:31:23'), (1600, 941, 7, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:23', '2024-10-23 08:31:23'), (1601, 954, 7, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:23', '2024-10-23 08:31:23'), (1602, 955, 7, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:23', '2024-10-23 08:31:23'), (1603, 956, 7, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:23', '2024-10-23 08:31:23'), (1604, 957, 7, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:23', '2024-10-23 08:31:23'), (1605, 1049, 7, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:23', '2024-10-23 08:31:23'), (1606, 1161, 7, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:23', '2024-10-23 08:31:23'), (1607, 1162, 7, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:23', '2024-10-23 08:31:23'), (1608, 1185, 7, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:23', '2024-10-23 08:31:23'), (1609, 1303, 7, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:23', '2024-10-23 08:31:23'), (1610, 1384, 7, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:23', '2024-10-23 08:31:23'), (1611, 1385, 7, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:23', '2024-10-23 08:31:23'), (1612, 1386, 7, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:23', '2024-10-23 08:31:23'), (1613, 1387, 7, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:23', '2024-10-23 08:31:23'), (1614, 1388, 7, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:23', '2024-10-23 08:31:23'), (1615, 874, 8, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:23', '2024-10-23 08:31:23'), (1616, 875, 8, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:23', '2024-10-23 08:31:23'), (1617, 876, 8, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:23', '2024-10-23 08:31:23'), (1618, 877, 8, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:23', '2024-10-23 08:31:23'), (1619, 878, 8, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:23', '2024-10-23 08:31:23'), (1620, 879, 8, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:23', '2024-10-23 08:31:23'), (1621, 880, 8, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:23', '2024-10-23 08:31:23'), (1622, 881, 8, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:23', '2024-10-23 08:31:23'), (1623, 882, 8, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:23', '2024-10-23 08:31:23'), (1624, 883, 8, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:23', '2024-10-23 08:31:23'), (1625, 929, 8, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:23', '2024-10-23 08:31:23'), (1626, 936, 8, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:23', '2024-10-23 08:31:23'), (1627, 937, 8, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:23', '2024-10-23 08:31:23'), (1628, 938, 8, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:23', '2024-10-23 08:31:23'), (1629, 939, 8, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:23', '2024-10-23 08:31:23'), (1630, 940, 8, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:23', '2024-10-23 08:31:23'), (1631, 941, 8, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:23', '2024-10-23 08:31:23'), (1632, 954, 8, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:23', '2024-10-23 08:31:23'), (1633, 955, 8, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:23', '2024-10-23 08:31:23'), (1634, 956, 8, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:23', '2024-10-23 08:31:23'), (1635, 957, 8, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:23', '2024-10-23 08:31:23'), (1636, 1161, 8, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:23', '2024-10-23 08:31:23'), (1637, 1162, 8, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:23', '2024-10-23 08:31:23'), (1638, 1304, 8, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:23', '2024-10-23 08:31:23'), (1639, 1305, 8, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:23', '2024-10-23 08:31:23'), (1640, 1306, 8, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:23', '2024-10-23 08:31:23'), (1641, 1307, 8, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:23', '2024-10-23 08:31:23'), (1642, 1308, 8, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:23', '2024-10-23 08:31:23'), (1643, 1309, 8, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:23', '2024-10-23 08:31:23'), (1644, 1310, 8, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:23', '2024-10-23 08:31:23'), (1645, 1311, 8, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:23', '2024-10-23 08:31:23'), (1646, 1312, 8, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:23', '2024-10-23 08:31:23'), (1647, 1313, 8, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:23', '2024-10-23 08:31:23'), (1648, 1314, 8, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:23', '2024-10-23 08:31:23'), (1649, 1315, 8, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:23', '2024-10-23 08:31:23'), (1650, 1316, 8, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:23', '2024-10-23 08:31:23'), (1651, 1317, 8, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:23', '2024-10-23 08:31:23'), (1652, 1318, 8, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:23', '2024-10-23 08:31:23'), (1653, 1319, 8, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:23', '2024-10-23 08:31:23'), (1654, 1384, 8, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:23', '2024-10-23 08:31:23'), (1655, 1385, 8, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:23', '2024-10-23 08:31:23'), (1656, 1386, 8, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:23', '2024-10-23 08:31:23'), (1657, 1387, 8, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:23', '2024-10-23 08:31:23'), (1658, 1388, 8, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:23', '2024-10-23 08:31:23'), (1659, 874, 9, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:23', '2024-10-23 08:31:23'), (1660, 875, 9, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:23', '2024-10-23 08:31:23'), (1661, 876, 9, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:23', '2024-10-23 08:31:23'), (1662, 877, 9, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:23', '2024-10-23 08:31:23'), (1663, 878, 9, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:23', '2024-10-23 08:31:23'), (1664, 879, 9, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:23', '2024-10-23 08:31:23'), (1665, 880, 9, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:23', '2024-10-23 08:31:23'), (1666, 881, 9, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:23', '2024-10-23 08:31:23'), (1667, 882, 9, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:23', '2024-10-23 08:31:23'), (1668, 883, 9, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:23', '2024-10-23 08:31:23'), (1669, 893, 9, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:23', '2024-10-23 08:31:23'), (1670, 874, 6, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:23', '2024-10-23 08:31:23'), (1671, 875, 6, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:23', '2024-10-23 08:31:23'), (1672, 876, 6, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:23', '2024-10-23 08:31:23'), (1673, 877, 6, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:23', '2024-10-23 08:31:23'), (1674, 878, 6, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:23', '2024-10-23 08:31:23'), (1675, 879, 6, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:23', '2024-10-23 08:31:23'), (1676, 880, 6, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:23', '2024-10-23 08:31:23'), (1677, 881, 6, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:23', '2024-10-23 08:31:23'), (1678, 882, 6, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:23', '2024-10-23 08:31:23'), (1679, 883, 6, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:23', '2024-10-23 08:31:23'), (1680, 885, 6, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:23', '2024-10-23 08:31:23'), (1681, 886, 6, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:23', '2024-10-23 08:31:23'), (1682, 887, 6, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:23', '2024-10-23 08:31:23'), (1683, 888, 6, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:23', '2024-10-23 08:31:23'), (1684, 889, 6, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:23', '2024-10-23 08:31:23'), (1685, 890, 6, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:23', '2024-10-23 08:31:23'), (1686, 891, 6, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:23', '2024-10-23 08:31:23'), (1687, 892, 6, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:23', '2024-10-23 08:31:23'), (1688, 893, 6, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:23', '2024-10-23 08:31:23'), (1689, 894, 6, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:23', '2024-10-23 08:31:23'), (1690, 895, 6, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:23', '2024-10-23 08:31:23'), (1691, 896, 6, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:23', '2024-10-23 08:31:23'), (1692, 897, 6, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:23', '2024-10-23 08:31:23'), (1693, 898, 6, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:23', '2024-10-23 08:31:23'), (1694, 899, 6, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:23', '2024-10-23 08:31:23'), (1695, 900, 6, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:23', '2024-10-23 08:31:23'), (1696, 901, 6, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:23', '2024-10-23 08:31:23'), (1697, 902, 6, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:23', '2024-10-23 08:31:23'), (1698, 903, 6, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:23', '2024-10-23 08:31:23'), (1699, 904, 6, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:23', '2024-10-23 08:31:23'), (1700, 905, 6, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:23', '2024-10-23 08:31:23'), (1701, 906, 6, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:23', '2024-10-23 08:31:23'), (1702, 907, 6, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:23', '2024-10-23 08:31:23'), (1703, 908, 6, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:23', '2024-10-23 08:31:23'), (1704, 909, 6, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:23', '2024-10-23 08:31:23'), (1705, 910, 6, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:23', '2024-10-23 08:31:23'), (1706, 911, 6, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:23', '2024-10-23 08:31:23'), (1707, 912, 6, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:23', '2024-10-23 08:31:23'), (1708, 913, 6, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:23', '2024-10-23 08:31:23'), (1709, 914, 6, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:23', '2024-10-23 08:31:23'), (1710, 915, 6, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:23', '2024-10-23 08:31:23'), (1711, 916, 6, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:23', '2024-10-23 08:31:23'), (1712, 917, 6, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:23', '2024-10-23 08:31:23'), (1713, 918, 6, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:23', '2024-10-23 08:31:23'), (1714, 919, 6, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:23', '2024-10-23 08:31:23'), (1715, 920, 6, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:23', '2024-10-23 08:31:23'), (1716, 921, 6, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:23', '2024-10-23 08:31:23'), (1717, 922, 6, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:23', '2024-10-23 08:31:23'), (1718, 923, 6, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:23', '2024-10-23 08:31:23'), (1719, 924, 6, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:23', '2024-10-23 08:31:23'), (1720, 925, 6, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:23', '2024-10-23 08:31:23'), (1721, 926, 6, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:23', '2024-10-23 08:31:23'), (1722, 927, 6, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:23', '2024-10-23 08:31:23'), (1723, 928, 6, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:23', '2024-10-23 08:31:23'), (1724, 929, 6, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:23', '2024-10-23 08:31:23'), (1725, 936, 6, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:23', '2024-10-23 08:31:23'), (1726, 937, 6, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:23', '2024-10-23 08:31:23'), (1727, 938, 6, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:23', '2024-10-23 08:31:23'), (1728, 939, 6, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:23', '2024-10-23 08:31:23'), (1729, 940, 6, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:23', '2024-10-23 08:31:23'), (1730, 941, 6, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:23', '2024-10-23 08:31:23'), (1731, 945, 6, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:23', '2024-10-23 08:31:23'), (1732, 946, 6, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:23', '2024-10-23 08:31:23'), (1733, 947, 6, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:23', '2024-10-23 08:31:23'), (1734, 954, 6, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:23', '2024-10-23 08:31:23'), (1735, 955, 6, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:23', '2024-10-23 08:31:23'), (1736, 956, 6, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:23', '2024-10-23 08:31:23'), (1737, 957, 6, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:23', '2024-10-23 08:31:23'), (1738, 1049, 6, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:23', '2024-10-23 08:31:23'), (1739, 1078, 6, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:23', '2024-10-23 08:31:23'), (1740, 1079, 6, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:23', '2024-10-23 08:31:23'), (1741, 1083, 6, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:23', '2024-10-23 08:31:23'), (1742, 1087, 6, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:23', '2024-10-23 08:31:23'), (1743, 1088, 6, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:23', '2024-10-23 08:31:23'), (1744, 1089, 6, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:23', '2024-10-23 08:31:23'), (1745, 1090, 6, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:23', '2024-10-23 08:31:23'), (1746, 1091, 6, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:23', '2024-10-23 08:31:23'), (1747, 1092, 6, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:23', '2024-10-23 08:31:23'), (1748, 1093, 6, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:23', '2024-10-23 08:31:23'), (1749, 1094, 6, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:23', '2024-10-23 08:31:23'), (1750, 1095, 6, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:23', '2024-10-23 08:31:23'), (1751, 1096, 6, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:23', '2024-10-23 08:31:23'), (1752, 1097, 6, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:23', '2024-10-23 08:31:23'), (1753, 1098, 6, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:23', '2024-10-23 08:31:23'), (1754, 1099, 6, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:23', '2024-10-23 08:31:23'), (1755, 1100, 6, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:23', '2024-10-23 08:31:23'), (1756, 1101, 6, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:23', '2024-10-23 08:31:23'), (1757, 1104, 6, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:23', '2024-10-23 08:31:23'), (1758, 1106, 6, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:23', '2024-10-23 08:31:23'), (1759, 1161, 6, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:23', '2024-10-23 08:31:23'), (1760, 1162, 6, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:23', '2024-10-23 08:31:23'), (1761, 1163, 6, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:23', '2024-10-23 08:31:23'), (1762, 1164, 6, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:23', '2024-10-23 08:31:23'), (1763, 1165, 6, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:23', '2024-10-23 08:31:23'), (1764, 1166, 6, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:23', '2024-10-23 08:31:23'), (1765, 1167, 6, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:23', '2024-10-23 08:31:23'), (1766, 1168, 6, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:23', '2024-10-23 08:31:23'), (1767, 1169, 6, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:23', '2024-10-23 08:31:23'), (1768, 1170, 6, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:23', '2024-10-23 08:31:23'), (1769, 1171, 6, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:23', '2024-10-23 08:31:23'), (1770, 1172, 6, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:23', '2024-10-23 08:31:23'), (1771, 1185, 6, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:23', '2024-10-23 08:31:23'), (1772, 1303, 6, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:23', '2024-10-23 08:31:23'), (1773, 1384, 6, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:23', '2024-10-23 08:31:23'), (1774, 1385, 6, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:23', '2024-10-23 08:31:23'), (1775, 1386, 6, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:23', '2024-10-23 08:31:23'), (1776, 1387, 6, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:23', '2024-10-23 08:31:23'), (1777, 1388, 6, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:23', '2024-10-23 08:31:23'), (1778, 1389, 6, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:23', '2024-10-23 08:31:23'), (1779, 1390, 6, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:23', '2024-10-23 08:31:23'), (1780, 1579, 2, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:23', '2024-10-23 08:31:23'), (1781, 1580, 2, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:23', '2024-10-23 08:31:23'), (1782, 1581, 2, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:23', '2024-10-23 08:31:23'), (1783, 1582, 2, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:23', '2024-10-23 08:31:23'), (1784, 1583, 2, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:23', '2024-10-23 08:31:23'), (1785, 1584, 2, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:23', '2024-10-23 08:31:23'), (1786, 1585, 2, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:23', '2024-10-23 08:31:23'), (1787, 1586, 2, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:23', '2024-10-23 08:31:23'), (1788, 1587, 2, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:23', '2024-10-23 08:31:23'), (1789, 1588, 2, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:23', '2024-10-23 08:31:23'), (1790, 1590, 2, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:23', '2024-10-23 08:31:23'), (1791, 1591, 2, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:23', '2024-10-23 08:31:23'), (1792, 1593, 2, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:23', '2024-10-23 08:31:23'), (1793, 1594, 2, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:23', '2024-10-23 08:31:23'), (1794, 1595, 2, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:23', '2024-10-23 08:31:23'), (1795, 1596, 2, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:23', '2024-10-23 08:31:23'), (1796, 1597, 2, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:23', '2024-10-23 08:31:23'), (1797, 1598, 2, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:23', '2024-10-23 08:31:23'), (1798, 1599, 2, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:23', '2024-10-23 08:31:23'), (1799, NULL, 2, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:23', '2024-10-23 08:31:23'), (1800, NULL, 2, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:23', '2024-10-23 08:31:23'), (1801, 1606, 2, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:23', '2024-10-23 08:31:23'), (1802, 1610, 2, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:23', '2024-10-23 08:31:23'), (1803, 1611, 2, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:23', '2024-10-23 08:31:23'), (1804, 1612, 2, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:23', '2024-10-23 08:31:23'), (1805, 1613, 2, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:23', '2024-10-23 08:31:23'), (1806, 1614, 2, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:23', '2024-10-23 08:31:23'), (1807, 1615, 2, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:23', '2024-10-23 08:31:23'), (1808, NULL, 2, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:23', '2024-10-23 08:31:23'), (1809, NULL, 2, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:23', '2024-10-23 08:31:23'), (1810, 1616, 2, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:23', '2024-10-23 08:31:23'), (1811, 1617, 2, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:23', '2024-10-23 08:31:23'), (1812, 1618, 2, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:23', '2024-10-23 08:31:23'), (1813, 1619, 2, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:23', '2024-10-23 08:31:23'), (1814, 1620, 2, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:23', '2024-10-23 08:31:23'), (1815, 1631, 2, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:23', '2024-10-23 08:31:23'), (1816, 1632, 2, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:23', '2024-10-23 08:31:23'), (1817, 1633, 2, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:23', '2024-10-23 08:31:23'), (1818, 1621, 2, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:23', '2024-10-23 08:31:23'), (1819, 1622, 2, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:23', '2024-10-23 08:31:23'), (1820, 1623, 2, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:23', '2024-10-23 08:31:23'), (1821, 1624, 2, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:23', '2024-10-23 08:31:23'), (1822, NULL, 2, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:23', '2024-10-23 08:31:23'), (1823, 1625, 2, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:23', '2024-10-23 08:31:23'), (1824, 1636, 2, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:23', '2024-10-23 08:31:23'), (1825, 1637, 2, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:23', '2024-10-23 08:31:23'), (1826, 1638, 2, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:23', '2024-10-23 08:31:23'), (1827, 1600, 2, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:23', '2024-10-23 08:31:23'), (1828, 1635, 2, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:23', '2024-10-23 08:31:23'), (1829, 1641, 2, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:23', '2024-10-23 08:31:23'), (1830, 1643, 2, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:23', '2024-10-23 08:31:23'), (1831, 1644, 2, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:23', '2024-10-23 08:31:23'), (1832, 1645, 2, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:23', '2024-10-23 08:31:23'), (1833, 1642, 2, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:23', '2024-10-23 08:31:23'), (1834, 1646, 2, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:23', '2024-10-23 08:31:23'), (1835, 1601, 2, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:23', '2024-10-23 08:31:23'), (1836, 1602, 2, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:23', '2024-10-23 08:31:23'), (1837, 1604, 2, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:23', '2024-10-23 08:31:23'), (1838, 1605, 2, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:23', '2024-10-23 08:31:23'), (1839, 1607, 2, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:23', '2024-10-23 08:31:23'), (1840, 1608, 2, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:23', '2024-10-23 08:31:23'), (1841, 1609, 2, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:23', '2024-10-23 08:31:23'), (1842, 1626, 2, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:23', '2024-10-23 08:31:23'), (1843, 1627, 2, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:23', '2024-10-23 08:31:23'), (1844, 1628, 2, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:23', '2024-10-23 08:31:23'), (1845, 1629, 2, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:23', '2024-10-23 08:31:23'), (1846, 1630, 2, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:23', '2024-10-23 08:31:23'), (1847, 1650, 3, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:23', '2024-10-23 08:31:23'), (1848, 1651, 3, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:23', '2024-10-23 08:31:23'), (1849, 1652, 3, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:23', '2024-10-23 08:31:23'), (1850, NULL, 3, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:23', '2024-10-23 08:31:23'), (1851, 1653, 3, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:23', '2024-10-23 08:31:23'), (1852, 1654, 3, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:23', '2024-10-23 08:31:23'), (1853, 1655, 3, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:23', '2024-10-23 08:31:23'), (1854, 1656, 3, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:23', '2024-10-23 08:31:23'); INSERT INTO `assign_permissions` (`id`, `permission_id`, `role_id`, `status`, `menu_status`, `saas_schools`, `created_by`, `updated_by`, `school_id`, `created_at`, `updated_at`) VALUES (1855, 1657, 3, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:23', '2024-10-23 08:31:23'), (1856, 1658, 3, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:23', '2024-10-23 08:31:23'), (1857, 1660, 3, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:23', '2024-10-23 08:31:23'), (1858, NULL, 3, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:23', '2024-10-23 08:31:23'), (1859, NULL, 3, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:23', '2024-10-23 08:31:23'), (1860, NULL, 3, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:23', '2024-10-23 08:31:23'), (1861, NULL, 3, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:23', '2024-10-23 08:31:23'), (1862, 1661, 3, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:23', '2024-10-23 08:31:23'), (1863, 1665, 3, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:23', '2024-10-23 08:31:23'), (1864, 1666, 3, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:23', '2024-10-23 08:31:23'), (1865, 1667, 3, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:23', '2024-10-23 08:31:23'), (1866, 1668, 3, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:23', '2024-10-23 08:31:23'), (1867, 1669, 3, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:23', '2024-10-23 08:31:23'), (1868, NULL, 3, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:23', '2024-10-23 08:31:23'), (1869, 1670, 3, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:23', '2024-10-23 08:31:23'), (1870, NULL, 3, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:23', '2024-10-23 08:31:23'), (1871, 1677, 3, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:23', '2024-10-23 08:31:23'), (1872, 1678, 3, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:23', '2024-10-23 08:31:23'), (1873, 1679, 3, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:23', '2024-10-23 08:31:23'), (1874, 1680, 3, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:23', '2024-10-23 08:31:23'), (1875, 1683, 3, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:23', '2024-10-23 08:31:23'), (1876, 1684, 3, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:23', '2024-10-23 08:31:23'), (1877, 1685, 3, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:23', '2024-10-23 08:31:23'), (1878, 1693, 3, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:23', '2024-10-23 08:31:23'), (1879, 1694, 3, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:23', '2024-10-23 08:31:23'), (1880, 1695, 3, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:23', '2024-10-23 08:31:23'), (1881, 1696, 3, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:23', '2024-10-23 08:31:23'), (1882, 1697, 3, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:23', '2024-10-23 08:31:23'), (1883, 1698, 3, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:23', '2024-10-23 08:31:23'), (1884, NULL, 3, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:23', '2024-10-23 08:31:23'), (1885, NULL, 3, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:23', '2024-10-23 08:31:23'), (1886, 1681, 3, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:23', '2024-10-23 08:31:23'), (1887, 1682, 3, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:23', '2024-10-23 08:31:23'), (1888, 1662, 3, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:23', '2024-10-23 08:31:23'), (1889, 1663, 3, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:23', '2024-10-23 08:31:23'), (1890, 1664, 3, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:23', '2024-10-23 08:31:23'), (1891, NULL, 3, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:23', '2024-10-23 08:31:23'), (1892, NULL, 3, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:23', '2024-10-23 08:31:23'), (1893, NULL, 3, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:23', '2024-10-23 08:31:23'), (1894, NULL, 3, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:23', '2024-10-23 08:31:23'), (1895, NULL, 3, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:23', '2024-10-23 08:31:23'), (1896, NULL, 3, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:23', '2024-10-23 08:31:23'), (1897, NULL, 3, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:23', '2024-10-23 08:31:23'), (1898, NULL, 3, 1, 1, NULL, 1, 1, 1, '2024-10-23 08:31:23', '2024-10-23 08:31:23'); -- -------------------------------------------------------- -- -- Table structure for table `behaviour_record_settings` -- CREATE TABLE `behaviour_record_settings` ( `id` bigint(20) UNSIGNED NOT NULL, `student_comment` int(11) DEFAULT NULL, `parent_comment` int(11) DEFAULT NULL, `student_view` int(11) DEFAULT NULL, `parent_view` int(11) DEFAULT NULL, `school_id` int(10) UNSIGNED 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 `behaviour_record_settings` -- INSERT INTO `behaviour_record_settings` (`id`, `student_comment`, `parent_comment`, `student_view`, `parent_view`, `school_id`, `created_at`, `updated_at`) VALUES (1, 0, 0, 0, 0, 1, NULL, NULL); -- -------------------------------------------------------- -- -- Table structure for table `chat_block_users` -- CREATE TABLE `chat_block_users` ( `id` bigint(20) UNSIGNED NOT NULL, `block_by` bigint(20) UNSIGNED NOT NULL, `block_to` 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 `chat_conversations` -- CREATE TABLE `chat_conversations` ( `id` bigint(20) UNSIGNED NOT NULL, `from_id` bigint(20) UNSIGNED DEFAULT NULL, `to_id` bigint(20) UNSIGNED DEFAULT NULL, `message` text DEFAULT NULL, `status` tinyint(4) NOT NULL DEFAULT 0 COMMENT '0 for unread,1 for seen', `message_type` tinyint(4) NOT NULL DEFAULT 0 COMMENT '0- text message, 1- image, 2- pdf, 3- doc, 4- voice', `file_name` text DEFAULT NULL, `original_file_name` text DEFAULT NULL, `initial` tinyint(1) NOT NULL DEFAULT 0, `reply` bigint(20) UNSIGNED DEFAULT NULL, `forward` bigint(20) UNSIGNED DEFAULT NULL, `deleted_by_to` tinyint(1) 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 `chat_groups` -- CREATE TABLE `chat_groups` ( `id` char(36) NOT NULL, `name` varchar(191) NOT NULL, `description` varchar(191) DEFAULT NULL, `photo_url` varchar(191) DEFAULT NULL, `privacy` int(11) DEFAULT NULL, `read_only` tinyint(1) NOT NULL DEFAULT 0, `group_type` int(11) NOT NULL DEFAULT 1 COMMENT '1 => Open (Anyone can send message), 2 => Close (Only Admin can send message) ', `created_by` bigint(20) UNSIGNED NOT NULL, `class_id` int(10) UNSIGNED DEFAULT NULL, `section_id` int(10) UNSIGNED DEFAULT NULL, `subject_id` int(10) UNSIGNED DEFAULT NULL, `teacher_id` int(10) UNSIGNED DEFAULT NULL, `school_id` int(10) UNSIGNED DEFAULT NULL, `academic_id` int(10) UNSIGNED DEFAULT NULL, `created_at` timestamp NULL DEFAULT NULL, `updated_at` timestamp NULL DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -------------------------------------------------------- -- -- Table structure for table `chat_group_message_recipients` -- CREATE TABLE `chat_group_message_recipients` ( `id` bigint(20) UNSIGNED NOT NULL, `user_id` bigint(20) UNSIGNED NOT NULL, `conversation_id` bigint(20) UNSIGNED NOT NULL, `group_id` varchar(191) NOT NULL, `read_at` datetime 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 `chat_group_message_removes` -- CREATE TABLE `chat_group_message_removes` ( `id` bigint(20) UNSIGNED NOT NULL, `group_message_recipient_id` bigint(20) UNSIGNED NOT NULL, `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 `chat_group_users` -- CREATE TABLE `chat_group_users` ( `id` bigint(20) UNSIGNED NOT NULL, `group_id` char(36) NOT NULL, `user_id` bigint(20) UNSIGNED NOT NULL, `role` int(11) NOT NULL DEFAULT 1, `added_by` bigint(20) UNSIGNED NOT NULL, `removed_by` bigint(20) UNSIGNED DEFAULT NULL, `deleted_at` 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 `chat_invitations` -- CREATE TABLE `chat_invitations` ( `id` bigint(20) UNSIGNED NOT NULL, `from` int(10) UNSIGNED NOT NULL, `to` int(10) UNSIGNED NOT NULL, `status` tinyint(4) NOT NULL DEFAULT 0 COMMENT '0- pending, 1- connected, 2- blocked', `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 `chat_invitation_types` -- CREATE TABLE `chat_invitation_types` ( `id` bigint(20) UNSIGNED NOT NULL, `invitation_id` bigint(20) UNSIGNED NOT NULL, `type` enum('one-to-one','group','class-teacher') NOT NULL DEFAULT 'one-to-one', `section_id` bigint(20) UNSIGNED DEFAULT NULL, `class_teacher_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 `chat_statuses` -- CREATE TABLE `chat_statuses` ( `id` bigint(20) UNSIGNED NOT NULL, `user_id` bigint(20) UNSIGNED NOT NULL, `status` tinyint(4) NOT NULL DEFAULT 0 COMMENT '0- inactive, 1- active, 2- away, 3- busy', `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 `chat_statuses` -- INSERT INTO `chat_statuses` (`id`, `user_id`, `status`, `created_at`, `updated_at`) VALUES (1, 1, 1, '2024-10-23 08:31:08', '2025-05-24 09:17:12'); -- -------------------------------------------------------- -- -- Table structure for table `check_classes` -- CREATE TABLE `check_classes` ( `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 `colors` -- CREATE TABLE `colors` ( `id` bigint(20) UNSIGNED NOT NULL, `name` varchar(191) DEFAULT NULL, `is_color` tinyint(1) DEFAULT 1, `status` tinyint(1) DEFAULT 1, `default_value` varchar(191) DEFAULT NULL, `lawn_green` 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 `colors` -- INSERT INTO `colors` (`id`, `name`, `is_color`, `status`, `default_value`, `lawn_green`, `created_at`, `updated_at`) VALUES (1, 'base_color', 1, 1, '#415094', '#415094', NULL, NULL), (2, 'gradient_1', 1, 1, '#7c32ff', '#03e396', NULL, NULL), (3, 'gradient_2', 1, 1, '#c738d8', '#03e396', NULL, NULL), (4, 'gradient_3', 1, 1, '#7c32ff', '#03e396', NULL, NULL), (5, 'scroll_color', 1, 1, '#828bb2', '#7e7172', NULL, NULL), (6, 'text-color', 1, 1, '#828bb2', '#828bb2', NULL, NULL), (7, 'text_white', 1, 1, '#ffffff', '#ffffff', NULL, NULL), (8, 'bg_white', 1, 1, '#ffffff', '#ffffff', NULL, NULL), (9, 'text_black', 1, 1, '#000000', '#000000', NULL, NULL), (10, 'bg_black', 1, 1, '#000000', '#000000', NULL, NULL), (11, 'border_color', 1, 1, '#c738d8', '#03e396', NULL, NULL), (12, 'input_bg', 1, 0, '#ffffff', '#ffffff', NULL, NULL), (13, 'success', 1, 1, '#51A351', '#51A351', NULL, NULL), (14, 'warning', 1, 1, '#E09079', '#E09079', NULL, NULL), (15, 'danger', 1, 1, '#FF6D68', '#FF6D68', NULL, NULL), (16, 'primary_color', 1, 0, '#415094', '#415094', NULL, NULL), (17, 'primary_color2', 1, 0, '#222222', '#222222', NULL, NULL), (18, 'title_color', 1, 1, '#415094', '#415094', NULL, NULL), (19, 'sidebar_bg', 1, 1, '#e7ecff', '#ffffff', NULL, NULL), (20, 'sidebar_active', 1, 1, '#4c5c9b', '#e7ecff', NULL, NULL), (21, 'sidebar_hover', 1, 1, '#415094', '#e7ecff', NULL, NULL), (22, 'barchart1', 1, 0, '#8a33f8', '#8a33f8', NULL, NULL), (23, 'barchart2', 1, 0, '#f25278', '#f25278', NULL, NULL), (24, 'barcharttextcolor', 1, 0, '#415094', '#415094', NULL, NULL), (25, 'barcharttextfamily', 0, 0, '\"poppins\", sans-serif', '\"poppins\", sans-serif', NULL, NULL), (26, 'areachartlinecolor1', 1, 0, 'rgba(124, 50, 255, 0.5)', 'rgba(124, 50, 255, 0.5)', NULL, NULL), (27, 'areachartlinecolor2', 1, 0, 'rgba(242, 82, 120, 0.5)', 'rgba(242, 82, 120, 0.5)', NULL, NULL), (28, 'dashboardbackground', 0, 0, '', '', NULL, NULL), (29, 'box_shadow', 1, 0, 'rgb(226 222 227)', '', NULL, NULL); -- -------------------------------------------------------- -- -- Table structure for table `color_theme` -- CREATE TABLE `color_theme` ( `id` bigint(20) UNSIGNED NOT NULL, `color_id` bigint(20) UNSIGNED DEFAULT NULL, `value` varchar(191) DEFAULT NULL, `theme_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; -- -- Dumping data for table `color_theme` -- INSERT INTO `color_theme` (`id`, `color_id`, `value`, `theme_id`, `created_at`, `updated_at`) VALUES (23, 1, '#415094', 1, NULL, NULL), (24, 2, '#7c32ff', 1, NULL, NULL), (25, 3, '#7c32ff', 1, NULL, NULL), (26, 4, '#7c32ff', 1, NULL, NULL), (27, 5, '#828bb2', 1, NULL, NULL), (28, 6, '#828bb2', 1, NULL, NULL), (29, 7, '#ffffff', 1, NULL, NULL), (30, 8, '#ffffff', 1, NULL, NULL), (31, 9, '#000000', 1, NULL, NULL), (32, 10, '#000000', 1, NULL, NULL), (33, 11, '#EFF2F8', 1, NULL, NULL), (34, 12, '#ffffff', 1, NULL, NULL), (35, 13, '#51A351', 1, NULL, NULL), (36, 14, '#E09079', 1, NULL, NULL), (37, 15, '#FF6D68', 1, NULL, NULL), (38, 16, '#415094', 1, NULL, NULL), (39, 17, '#222222', 1, NULL, NULL), (40, 18, '#415094', 1, NULL, NULL), (41, 19, '#0d0e12', 1, NULL, NULL), (42, 20, '#ffffff', 1, NULL, NULL), (43, 21, '#ffffff', 1, NULL, NULL), (44, 29, '#415094', 1, NULL, NULL); -- -------------------------------------------------------- -- -- Table structure for table `contents` -- CREATE TABLE `contents` ( `id` bigint(20) UNSIGNED NOT NULL, `file_name` varchar(191) DEFAULT NULL, `file_size` int(11) DEFAULT NULL, `content_type_id` int(11) NOT NULL, `youtube_link` varchar(191) DEFAULT NULL, `upload_file` varchar(200) DEFAULT NULL, `uploaded_by` int(11) NOT NULL, `created_at` timestamp NULL DEFAULT NULL, `updated_at` timestamp NULL DEFAULT NULL, `academic_id` int(10) UNSIGNED DEFAULT NULL, `school_id` int(10) UNSIGNED DEFAULT 1 ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -------------------------------------------------------- -- -- Table structure for table `content_share_lists` -- CREATE TABLE `content_share_lists` ( `id` bigint(20) UNSIGNED NOT NULL, `title` varchar(191) DEFAULT NULL, `share_date` date DEFAULT NULL, `valid_upto` date DEFAULT NULL, `description` text DEFAULT NULL, `send_type` varchar(191) DEFAULT NULL COMMENT 'G, C, I, P', `content_ids` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL CHECK (json_valid(`content_ids`)), `gr_role_ids` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL CHECK (json_valid(`gr_role_ids`)), `ind_user_ids` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL CHECK (json_valid(`ind_user_ids`)), `class_id` int(11) DEFAULT NULL, `section_ids` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL CHECK (json_valid(`section_ids`)), `url` text DEFAULT NULL, `shared_by` int(11) DEFAULT NULL, `created_at` timestamp NULL DEFAULT NULL, `updated_at` timestamp NULL DEFAULT NULL, `academic_id` int(10) UNSIGNED DEFAULT NULL, `school_id` int(10) UNSIGNED DEFAULT 1 ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -------------------------------------------------------- -- -- Table structure for table `content_types` -- CREATE TABLE `content_types` ( `id` bigint(20) UNSIGNED NOT NULL, `name` varchar(100) NOT NULL, `description` text DEFAULT NULL, `created_at` timestamp NULL DEFAULT NULL, `updated_at` timestamp NULL DEFAULT NULL, `academic_id` int(10) UNSIGNED DEFAULT NULL, `school_id` int(10) UNSIGNED DEFAULT 1 ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -------------------------------------------------------- -- -- Table structure for table `continents` -- CREATE TABLE `continents` ( `id` int(10) UNSIGNED NOT NULL, `code` varchar(191) NOT NULL, `name` varchar(191) NOT NULL, `created_at` timestamp NULL DEFAULT NULL, `updated_at` timestamp NULL DEFAULT NULL, `school_id` int(10) UNSIGNED DEFAULT 1 ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -- Dumping data for table `continents` -- INSERT INTO `continents` (`id`, `code`, `name`, `created_at`, `updated_at`, `school_id`) VALUES (1, 'AF', 'Africa', NULL, NULL, 1), (2, 'AN', 'Antarctica', NULL, NULL, 1), (3, 'AS', 'Asia', NULL, NULL, 1), (4, 'EU', 'Europe', NULL, NULL, 1), (5, 'NA', 'North America', NULL, NULL, 1), (6, 'OC', 'Oceania', NULL, NULL, 1), (7, 'SA', 'South America', NULL, NULL, 1); -- -------------------------------------------------------- -- -- Table structure for table `continets` -- CREATE TABLE `continets` ( `id` int(10) UNSIGNED NOT NULL, `code` varchar(255) DEFAULT NULL, `name` varchar(255) DEFAULT NULL, `created_at` timestamp NULL DEFAULT NULL, `updated_at` timestamp NULL DEFAULT NULL, `created_by` int(10) UNSIGNED DEFAULT 1, `updated_by` int(10) UNSIGNED DEFAULT 1, `school_id` int(10) UNSIGNED DEFAULT 1 ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -------------------------------------------------------- -- -- Table structure for table `countries` -- CREATE TABLE `countries` ( `id` int(10) UNSIGNED NOT NULL, `code` varchar(191) NOT NULL, `name` varchar(191) NOT NULL, `native` varchar(191) NOT NULL, `phone` varchar(191) NOT NULL, `continent` varchar(191) NOT NULL, `capital` varchar(191) NOT NULL, `currency` varchar(191) NOT NULL, `languages` varchar(191) NOT NULL, `created_at` timestamp NULL DEFAULT NULL, `updated_at` timestamp NULL DEFAULT NULL, `school_id` int(10) UNSIGNED DEFAULT 1, `academic_id` int(10) UNSIGNED DEFAULT 1 ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -- Dumping data for table `countries` -- INSERT INTO `countries` (`id`, `code`, `name`, `native`, `phone`, `continent`, `capital`, `currency`, `languages`, `created_at`, `updated_at`, `school_id`, `academic_id`) VALUES (1, 'AD', 'Andorra', 'Andorra', '376', 'EU', 'Andorra la Vella', 'EUR', 'ca', '2024-10-23 08:31:13', '2024-10-23 08:31:13', 1, 1), (2, 'AE', 'United Arab Emirates', 'دولة الإمارات العربية المتحدة', '971', 'AS', 'Abu Dhabi', 'AED', 'ar', '2024-10-23 08:31:13', '2024-10-23 08:31:13', 1, 1), (3, 'AF', 'Afghanistan', 'افغانستان', '93', 'AS', 'Kabul', 'AFN', 'ps,uz,tk', '2024-10-23 08:31:13', '2024-10-23 08:31:13', 1, 1), (4, 'AG', 'Antigua and Barbuda', 'Antigua and Barbuda', '1268', 'NA', 'Saint John\'s', 'XCD', 'en', '2024-10-23 08:31:13', '2024-10-23 08:31:13', 1, 1), (5, 'AI', 'Anguilla', 'Anguilla', '1264', 'NA', 'The Valley', 'XCD', 'en', '2024-10-23 08:31:13', '2024-10-23 08:31:13', 1, 1), (6, 'AL', 'Albania', 'Shqipëria', '355', 'EU', 'Tirana', 'ALL', 'sq', '2024-10-23 08:31:13', '2024-10-23 08:31:13', 1, 1), (7, 'AM', 'Armenia', 'Հայաստան', '374', 'AS', 'Yerevan', 'AMD', 'hy,ru', '2024-10-23 08:31:13', '2024-10-23 08:31:13', 1, 1), (8, 'AO', 'Angola', 'Angola', '244', 'AF', 'Luanda', 'AOA', 'pt', '2024-10-23 08:31:13', '2024-10-23 08:31:13', 1, 1), (9, 'AQ', 'Antarctica', 'Antarctica', '672', 'AN', '', '', '', '2024-10-23 08:31:13', '2024-10-23 08:31:13', 1, 1), (10, 'AR', 'Argentina', 'Argentina', '54', 'SA', 'Buenos Aires', 'ARS', 'es,gn', '2024-10-23 08:31:13', '2024-10-23 08:31:13', 1, 1), (11, 'AS', 'American Samoa', 'American Samoa', '1684', 'OC', 'Pago Pago', 'USD', 'en,sm', '2024-10-23 08:31:13', '2024-10-23 08:31:13', 1, 1), (12, 'AT', 'Austria', 'Österreich', '43', 'EU', 'Vienna', 'EUR', 'de', '2024-10-23 08:31:13', '2024-10-23 08:31:13', 1, 1), (13, 'AU', 'Australia', 'Australia', '61', 'OC', 'Canberra', 'AUD', 'en', '2024-10-23 08:31:13', '2024-10-23 08:31:13', 1, 1), (14, 'AW', 'Aruba', 'Aruba', '297', 'NA', 'Oranjestad', 'AWG', 'nl,pa', '2024-10-23 08:31:13', '2024-10-23 08:31:13', 1, 1), (15, 'AX', 'Åland', 'Åland', '358', 'EU', 'Mariehamn', 'EUR', 'sv', '2024-10-23 08:31:13', '2024-10-23 08:31:13', 1, 1), (16, 'AZ', 'Azerbaijan', 'Azərbaycan', '994', 'AS', 'Baku', 'AZN', 'az', '2024-10-23 08:31:13', '2024-10-23 08:31:13', 1, 1), (17, 'BA', 'Bosnia and Herzegovina', 'Bosna i Hercegovina', '387', 'EU', 'Sarajevo', 'BAM', 'bs,hr,sr', '2024-10-23 08:31:13', '2024-10-23 08:31:13', 1, 1), (18, 'BB', 'Barbados', 'Barbados', '1246', 'NA', 'Bridgetown', 'BBD', 'en', '2024-10-23 08:31:13', '2024-10-23 08:31:13', 1, 1), (19, 'BD', 'Bangladesh', 'Bangladesh', '880', 'AS', 'Dhaka', 'BDT', 'bn', '2024-10-23 08:31:13', '2024-10-23 08:31:13', 1, 1), (20, 'BE', 'Belgium', 'België', '32', 'EU', 'Brussels', 'EUR', 'nl,fr,de', '2024-10-23 08:31:13', '2024-10-23 08:31:13', 1, 1), (21, 'BF', 'Burkina Faso', 'Burkina Faso', '226', 'AF', 'Ouagadougou', 'XOF', 'fr,ff', '2024-10-23 08:31:13', '2024-10-23 08:31:13', 1, 1), (22, 'BG', 'Bulgaria', 'България', '359', 'EU', 'Sofia', 'BGN', 'bg', '2024-10-23 08:31:13', '2024-10-23 08:31:13', 1, 1), (23, 'BH', 'Bahrain', 'البحرين', '973', 'AS', 'Manama', 'BHD', 'ar', '2024-10-23 08:31:13', '2024-10-23 08:31:13', 1, 1), (24, 'BI', 'Burundi', 'Burundi', '257', 'AF', 'Bujumbura', 'BIF', 'fr,rn', '2024-10-23 08:31:13', '2024-10-23 08:31:13', 1, 1), (25, 'BJ', 'Benin', 'Bénin', '229', 'AF', 'Porto-Novo', 'XOF', 'fr', '2024-10-23 08:31:13', '2024-10-23 08:31:13', 1, 1), (26, 'BL', 'Saint Barthélemy', 'Saint-Barthélemy', '590', 'NA', 'Gustavia', 'EUR', 'fr', '2024-10-23 08:31:13', '2024-10-23 08:31:13', 1, 1), (27, 'BM', 'Bermuda', 'Bermuda', '1441', 'NA', 'Hamilton', 'BMD', 'en', '2024-10-23 08:31:13', '2024-10-23 08:31:13', 1, 1), (28, 'BN', 'Brunei', 'Negara Brunei Darussalam', '673', 'AS', 'Bandar Seri Begawan', 'BND', 'ms', '2024-10-23 08:31:13', '2024-10-23 08:31:13', 1, 1), (29, 'BO', 'Bolivia', 'Bolivia', '591', 'SA', 'Sucre', 'BOB,BOV', 'es,ay,qu', '2024-10-23 08:31:13', '2024-10-23 08:31:13', 1, 1), (30, 'BQ', 'Bonaire', 'Bonaire', '5997', 'NA', 'Kralendijk', 'USD', 'nl', '2024-10-23 08:31:13', '2024-10-23 08:31:13', 1, 1), (31, 'BR', 'Brazil', 'Brasil', '55', 'SA', 'Brasília', 'BRL', 'pt', '2024-10-23 08:31:13', '2024-10-23 08:31:13', 1, 1), (32, 'BS', 'Bahamas', 'Bahamas', '1242', 'NA', 'Nassau', 'BSD', 'en', '2024-10-23 08:31:13', '2024-10-23 08:31:13', 1, 1), (33, 'BT', 'Bhutan', 'ʼbrug-yul', '975', 'AS', 'Thimphu', 'BTN,INR', 'dz', '2024-10-23 08:31:13', '2024-10-23 08:31:13', 1, 1), (34, 'BV', 'Bouvet Island', 'Bouvetøya', '47', 'AN', '', 'NOK', 'no,nb,nn', '2024-10-23 08:31:13', '2024-10-23 08:31:13', 1, 1), (35, 'BW', 'Botswana', 'Botswana', '267', 'AF', 'Gaborone', 'BWP', 'en,tn', '2024-10-23 08:31:13', '2024-10-23 08:31:13', 1, 1), (36, 'BY', 'Belarus', 'Белару́сь', '375', 'EU', 'Minsk', 'BYR', 'be,ru', '2024-10-23 08:31:13', '2024-10-23 08:31:13', 1, 1), (37, 'BZ', 'Belize', 'Belize', '501', 'NA', 'Belmopan', 'BZD', 'en,es', '2024-10-23 08:31:13', '2024-10-23 08:31:13', 1, 1), (38, 'CA', 'Canada', 'Canada', '1', 'NA', 'Ottawa', 'CAD', 'en,fr', '2024-10-23 08:31:13', '2024-10-23 08:31:13', 1, 1), (39, 'CC', 'Cocos [Keeling] Islands', 'Cocos [Keeling] Islands', '61', 'AS', 'West Island', 'AUD', 'en', '2024-10-23 08:31:13', '2024-10-23 08:31:13', 1, 1), (40, 'CD', 'Democratic Republic of the Congo', 'République démocratique du Congo', '243', 'AF', 'Kinshasa', 'CDF', 'fr,ln,kg,sw,lu', '2024-10-23 08:31:13', '2024-10-23 08:31:13', 1, 1), (41, 'CF', 'Central African Republic', 'Ködörösêse tî Bêafrîka', '236', 'AF', 'Bangui', 'XAF', 'fr,sg', '2024-10-23 08:31:13', '2024-10-23 08:31:13', 1, 1), (42, 'CG', 'Republic of the Congo', 'République du Congo', '242', 'AF', 'Brazzaville', 'XAF', 'fr,ln', '2024-10-23 08:31:13', '2024-10-23 08:31:13', 1, 1), (43, 'CH', 'Switzerland', 'Schweiz', '41', 'EU', 'Bern', 'CHE,CHF,CHW', 'de,fr,it', '2024-10-23 08:31:13', '2024-10-23 08:31:13', 1, 1), (44, 'CI', 'Ivory Coast', 'Côte d\'Ivoire', '225', 'AF', 'Yamoussoukro', 'XOF', 'fr', '2024-10-23 08:31:13', '2024-10-23 08:31:13', 1, 1), (45, 'CK', 'Cook Islands', 'Cook Islands', '682', 'OC', 'Avarua', 'NZD', 'en', '2024-10-23 08:31:13', '2024-10-23 08:31:13', 1, 1), (46, 'CL', 'Chile', 'Chile', '56', 'SA', 'Santiago', 'CLF,CLP', 'es', '2024-10-23 08:31:13', '2024-10-23 08:31:13', 1, 1), (47, 'CM', 'Cameroon', 'Cameroon', '237', 'AF', 'Yaoundé', 'XAF', 'en,fr', '2024-10-23 08:31:13', '2024-10-23 08:31:13', 1, 1), (48, 'CN', 'China', '中国', '86', 'AS', 'Beijing', 'CNY', 'zh', '2024-10-23 08:31:13', '2024-10-23 08:31:13', 1, 1), (49, 'CO', 'Colombia', 'Colombia', '57', 'SA', 'Bogotá', 'COP', 'es', '2024-10-23 08:31:13', '2024-10-23 08:31:13', 1, 1), (50, 'CR', 'Costa Rica', 'Costa Rica', '506', 'NA', 'San José', 'CRC', 'es', '2024-10-23 08:31:13', '2024-10-23 08:31:13', 1, 1), (51, 'CU', 'Cuba', 'Cuba', '53', 'NA', 'Havana', 'CUC,CUP', 'es', '2024-10-23 08:31:13', '2024-10-23 08:31:13', 1, 1), (52, 'CV', 'Cape Verde', 'Cabo Verde', '238', 'AF', 'Praia', 'CVE', 'pt', '2024-10-23 08:31:13', '2024-10-23 08:31:13', 1, 1), (53, 'CW', 'Curacao', 'Curaçao', '5999', 'NA', 'Willemstad', 'ANG', 'nl,pa,en', '2024-10-23 08:31:13', '2024-10-23 08:31:13', 1, 1), (54, 'CX', 'Christmas Island', 'Christmas Island', '61', 'AS', 'Flying Fish Cove', 'AUD', 'en', '2024-10-23 08:31:13', '2024-10-23 08:31:13', 1, 1), (55, 'CY', 'Cyprus', 'Κύπρος', '357', 'EU', 'Nicosia', 'EUR', 'el,tr,hy', '2024-10-23 08:31:13', '2024-10-23 08:31:13', 1, 1), (56, 'CZ', 'Czech Republic', 'Česká republika', '420', 'EU', 'Prague', 'CZK', 'cs,sk', '2024-10-23 08:31:13', '2024-10-23 08:31:13', 1, 1), (57, 'DE', 'Germany', 'Deutschland', '49', 'EU', 'Berlin', 'EUR', 'de', '2024-10-23 08:31:13', '2024-10-23 08:31:13', 1, 1), (58, 'DJ', 'Djibouti', 'Djibouti', '253', 'AF', 'Djibouti', 'DJF', 'fr,ar', '2024-10-23 08:31:13', '2024-10-23 08:31:13', 1, 1), (59, 'DK', 'Denmark', 'Danmark', '45', 'EU', 'Copenhagen', 'DKK', 'da', '2024-10-23 08:31:13', '2024-10-23 08:31:13', 1, 1), (60, 'DM', 'Dominica', 'Dominica', '1767', 'NA', 'Roseau', 'XCD', 'en', '2024-10-23 08:31:13', '2024-10-23 08:31:13', 1, 1), (61, 'DO', 'Dominican Republic', 'República Dominicana', '1809,1829,1849', 'NA', 'Santo Domingo', 'DOP', 'es', '2024-10-23 08:31:13', '2024-10-23 08:31:13', 1, 1), (62, 'DZ', 'Algeria', 'الجزائر', '213', 'AF', 'Algiers', 'DZD', 'ar', '2024-10-23 08:31:13', '2024-10-23 08:31:13', 1, 1), (63, 'EC', 'Ecuador', 'Ecuador', '593', 'SA', 'Quito', 'USD', 'es', '2024-10-23 08:31:13', '2024-10-23 08:31:13', 1, 1), (64, 'EE', 'Estonia', 'Eesti', '372', 'EU', 'Tallinn', 'EUR', 'et', '2024-10-23 08:31:13', '2024-10-23 08:31:13', 1, 1), (65, 'EG', 'Egypt', 'مصر', '20', 'AF', 'Cairo', 'EGP', 'ar', '2024-10-23 08:31:13', '2024-10-23 08:31:13', 1, 1), (66, 'EH', 'Western Sahara', 'الصحراء الغربية', '212', 'AF', 'El Aaiún', 'MAD,DZD,MRU', 'es', '2024-10-23 08:31:13', '2024-10-23 08:31:13', 1, 1), (67, 'ER', 'Eritrea', 'ኤርትራ', '291', 'AF', 'Asmara', 'ERN', 'ti,ar,en', '2024-10-23 08:31:13', '2024-10-23 08:31:13', 1, 1), (68, 'ES', 'Spain', 'España', '34', 'EU', 'Madrid', 'EUR', 'es,eu,ca,gl,oc', '2024-10-23 08:31:13', '2024-10-23 08:31:13', 1, 1), (69, 'ET', 'Ethiopia', 'ኢትዮጵያ', '251', 'AF', 'Addis Ababa', 'ETB', 'am', '2024-10-23 08:31:13', '2024-10-23 08:31:13', 1, 1), (70, 'FI', 'Finland', 'Suomi', '358', 'EU', 'Helsinki', 'EUR', 'fi,sv', '2024-10-23 08:31:13', '2024-10-23 08:31:13', 1, 1), (71, 'FJ', 'Fiji', 'Fiji', '679', 'OC', 'Suva', 'FJD', 'en,fj,hi,ur', '2024-10-23 08:31:13', '2024-10-23 08:31:13', 1, 1), (72, 'FK', 'Falkland Islands', 'Falkland Islands', '500', 'SA', 'Stanley', 'FKP', 'en', '2024-10-23 08:31:13', '2024-10-23 08:31:13', 1, 1), (73, 'FM', 'Micronesia', 'Micronesia', '691', 'OC', 'Palikir', 'USD', 'en', '2024-10-23 08:31:13', '2024-10-23 08:31:13', 1, 1), (74, 'FO', 'Faroe Islands', 'Føroyar', '298', 'EU', 'Tórshavn', 'DKK', 'fo', '2024-10-23 08:31:13', '2024-10-23 08:31:13', 1, 1), (75, 'FR', 'France', 'France', '33', 'EU', 'Paris', 'EUR', 'fr', '2024-10-23 08:31:13', '2024-10-23 08:31:13', 1, 1), (76, 'GA', 'Gabon', 'Gabon', '241', 'AF', 'Libreville', 'XAF', 'fr', '2024-10-23 08:31:13', '2024-10-23 08:31:13', 1, 1), (77, 'GB', 'United Kingdom', 'United Kingdom', '44', 'EU', 'London', 'GBP', 'en', '2024-10-23 08:31:13', '2024-10-23 08:31:13', 1, 1), (78, 'GD', 'Grenada', 'Grenada', '1473', 'NA', 'St. George\'s', 'XCD', 'en', '2024-10-23 08:31:13', '2024-10-23 08:31:13', 1, 1), (79, 'GE', 'Georgia', 'საქართველო', '995', 'AS', 'Tbilisi', 'GEL', 'ka', '2024-10-23 08:31:13', '2024-10-23 08:31:13', 1, 1), (80, 'GF', 'French Guiana', 'Guyane française', '594', 'SA', 'Cayenne', 'EUR', 'fr', '2024-10-23 08:31:13', '2024-10-23 08:31:13', 1, 1), (81, 'GG', 'Guernsey', 'Guernsey', '44', 'EU', 'St. Peter Port', 'GBP', 'en,fr', '2024-10-23 08:31:13', '2024-10-23 08:31:13', 1, 1), (82, 'GH', 'Ghana', 'Ghana', '233', 'AF', 'Accra', 'GHS', 'en', '2024-10-23 08:31:13', '2024-10-23 08:31:13', 1, 1), (83, 'GI', 'Gibraltar', 'Gibraltar', '350', 'EU', 'Gibraltar', 'GIP', 'en', '2024-10-23 08:31:13', '2024-10-23 08:31:13', 1, 1), (84, 'GL', 'Greenland', 'Kalaallit Nunaat', '299', 'NA', 'Nuuk', 'DKK', 'kl', '2024-10-23 08:31:13', '2024-10-23 08:31:13', 1, 1), (85, 'GM', 'Gambia', 'Gambia', '220', 'AF', 'Banjul', 'GMD', 'en', '2024-10-23 08:31:13', '2024-10-23 08:31:13', 1, 1), (86, 'GN', 'Guinea', 'Guinée', '224', 'AF', 'Conakry', 'GNF', 'fr,ff', '2024-10-23 08:31:13', '2024-10-23 08:31:13', 1, 1), (87, 'GP', 'Guadeloupe', 'Guadeloupe', '590', 'NA', 'Basse-Terre', 'EUR', 'fr', '2024-10-23 08:31:13', '2024-10-23 08:31:13', 1, 1), (88, 'GQ', 'Equatorial Guinea', 'Guinea Ecuatorial', '240', 'AF', 'Malabo', 'XAF', 'es,fr', '2024-10-23 08:31:13', '2024-10-23 08:31:13', 1, 1), (89, 'GR', 'Greece', 'Ελλάδα', '30', 'EU', 'Athens', 'EUR', 'el', '2024-10-23 08:31:13', '2024-10-23 08:31:13', 1, 1), (90, 'GS', 'South Georgia and the South Sandwich Islands', 'South Georgia', '500', 'AN', 'King Edward Point', 'GBP', 'en', '2024-10-23 08:31:13', '2024-10-23 08:31:13', 1, 1), (91, 'GT', 'Guatemala', 'Guatemala', '502', 'NA', 'Guatemala City', 'GTQ', 'es', '2024-10-23 08:31:13', '2024-10-23 08:31:13', 1, 1), (92, 'GU', 'Guam', 'Guam', '1671', 'OC', 'Hagåtña', 'USD', 'en,ch,es', '2024-10-23 08:31:13', '2024-10-23 08:31:13', 1, 1), (93, 'GW', 'Guinea-Bissau', 'Guiné-Bissau', '245', 'AF', 'Bissau', 'XOF', 'pt', '2024-10-23 08:31:13', '2024-10-23 08:31:13', 1, 1), (94, 'GY', 'Guyana', 'Guyana', '592', 'SA', 'Georgetown', 'GYD', 'en', '2024-10-23 08:31:13', '2024-10-23 08:31:13', 1, 1), (95, 'HK', 'Hong Kong', '香港', '852', 'AS', 'City of Victoria', 'HKD', 'zh,en', '2024-10-23 08:31:13', '2024-10-23 08:31:13', 1, 1), (96, 'HM', 'Heard Island and McDonald Islands', 'Heard Island and McDonald Islands', '61', 'AN', '', 'AUD', 'en', '2024-10-23 08:31:13', '2024-10-23 08:31:13', 1, 1), (97, 'HN', 'Honduras', 'Honduras', '504', 'NA', 'Tegucigalpa', 'HNL', 'es', '2024-10-23 08:31:13', '2024-10-23 08:31:13', 1, 1), (98, 'HR', 'Croatia', 'Hrvatska', '385', 'EU', 'Zagreb', 'HRK', 'hr', '2024-10-23 08:31:13', '2024-10-23 08:31:13', 1, 1), (99, 'HT', 'Haiti', 'Haïti', '509', 'NA', 'Port-au-Prince', 'HTG,USD', 'fr,ht', '2024-10-23 08:31:13', '2024-10-23 08:31:13', 1, 1), (100, 'HU', 'Hungary', 'Magyarország', '36', 'EU', 'Budapest', 'HUF', 'hu', '2024-10-23 08:31:13', '2024-10-23 08:31:13', 1, 1), (101, 'ID', 'Indonesia', 'Indonesia', '62', 'AS', 'Jakarta', 'IDR', 'id', '2024-10-23 08:31:13', '2024-10-23 08:31:13', 1, 1), (102, 'IE', 'Ireland', 'Éire', '353', 'EU', 'Dublin', 'EUR', 'ga,en', '2024-10-23 08:31:13', '2024-10-23 08:31:13', 1, 1), (103, 'IL', 'Israel', 'יִשְׂרָאֵל', '972', 'AS', 'Jerusalem', 'ILS', 'he,ar', '2024-10-23 08:31:13', '2024-10-23 08:31:13', 1, 1), (104, 'IM', 'Isle of Man', 'Isle of Man', '44', 'EU', 'Douglas', 'GBP', 'en,gv', '2024-10-23 08:31:13', '2024-10-23 08:31:13', 1, 1), (105, 'IN', 'India', 'भारत', '91', 'AS', 'New Delhi', 'INR', 'hi,en', '2024-10-23 08:31:13', '2024-10-23 08:31:13', 1, 1), (106, 'IO', 'British Indian Ocean Territory', 'British Indian Ocean Territory', '246', 'AS', 'Diego Garcia', 'USD', 'en', '2024-10-23 08:31:13', '2024-10-23 08:31:13', 1, 1), (107, 'IQ', 'Iraq', 'العراق', '964', 'AS', 'Baghdad', 'IQD', 'ar,ku', '2024-10-23 08:31:13', '2024-10-23 08:31:13', 1, 1), (108, 'IR', 'Iran', 'ایران', '98', 'AS', 'Tehran', 'IRR', 'fa', '2024-10-23 08:31:13', '2024-10-23 08:31:13', 1, 1), (109, 'IS', 'Iceland', 'Ísland', '354', 'EU', 'Reykjavik', 'ISK', 'is', '2024-10-23 08:31:13', '2024-10-23 08:31:13', 1, 1), (110, 'IT', 'Italy', 'Italia', '39', 'EU', 'Rome', 'EUR', 'it', '2024-10-23 08:31:13', '2024-10-23 08:31:13', 1, 1), (111, 'JE', 'Jersey', 'Jersey', '44', 'EU', 'Saint Helier', 'GBP', 'en,fr', '2024-10-23 08:31:13', '2024-10-23 08:31:13', 1, 1), (112, 'JM', 'Jamaica', 'Jamaica', '1876', 'NA', 'Kingston', 'JMD', 'en', '2024-10-23 08:31:13', '2024-10-23 08:31:13', 1, 1), (113, 'JO', 'Jordan', 'الأردن', '962', 'AS', 'Amman', 'JOD', 'ar', '2024-10-23 08:31:13', '2024-10-23 08:31:13', 1, 1), (114, 'JP', 'Japan', '日本', '81', 'AS', 'Tokyo', 'JPY', 'ja', '2024-10-23 08:31:13', '2024-10-23 08:31:13', 1, 1), (115, 'KE', 'Kenya', 'Kenya', '254', 'AF', 'Nairobi', 'KES', 'en,sw', '2024-10-23 08:31:13', '2024-10-23 08:31:13', 1, 1), (116, 'KG', 'Kyrgyzstan', 'Кыргызстан', '996', 'AS', 'Bishkek', 'KGS', 'ky,ru', '2024-10-23 08:31:13', '2024-10-23 08:31:13', 1, 1), (117, 'KH', 'Cambodia', 'Kâmpŭchéa', '855', 'AS', 'Phnom Penh', 'KHR', 'km', '2024-10-23 08:31:13', '2024-10-23 08:31:13', 1, 1), (118, 'KI', 'Kiribati', 'Kiribati', '686', 'OC', 'South Tarawa', 'AUD', 'en', '2024-10-23 08:31:13', '2024-10-23 08:31:13', 1, 1), (119, 'KM', 'Comoros', 'Komori', '269', 'AF', 'Moroni', 'KMF', 'ar,fr', '2024-10-23 08:31:13', '2024-10-23 08:31:13', 1, 1), (120, 'KN', 'Saint Kitts and Nevis', 'Saint Kitts and Nevis', '1869', 'NA', 'Basseterre', 'XCD', 'en', '2024-10-23 08:31:13', '2024-10-23 08:31:13', 1, 1), (121, 'KP', 'North Korea', '북한', '850', 'AS', 'Pyongyang', 'KPW', 'ko', '2024-10-23 08:31:13', '2024-10-23 08:31:13', 1, 1), (122, 'KR', 'South Korea', '대한민국', '82', 'AS', 'Seoul', 'KRW', 'ko', '2024-10-23 08:31:13', '2024-10-23 08:31:13', 1, 1), (123, 'KW', 'Kuwait', 'الكويت', '965', 'AS', 'Kuwait City', 'KWD', 'ar', '2024-10-23 08:31:13', '2024-10-23 08:31:13', 1, 1), (124, 'KY', 'Cayman Islands', 'Cayman Islands', '1345', 'NA', 'George Town', 'KYD', 'en', '2024-10-23 08:31:13', '2024-10-23 08:31:13', 1, 1), (125, 'KZ', 'Kazakhstan', 'Қазақстан', '76,77', 'AS', 'Astana', 'KZT', 'kk,ru', '2024-10-23 08:31:13', '2024-10-23 08:31:13', 1, 1), (126, 'LA', 'Laos', 'ສປປລາວ', '856', 'AS', 'Vientiane', 'LAK', 'lo', '2024-10-23 08:31:13', '2024-10-23 08:31:13', 1, 1), (127, 'LB', 'Lebanon', 'لبنان', '961', 'AS', 'Beirut', 'LBP', 'ar,fr', '2024-10-23 08:31:13', '2024-10-23 08:31:13', 1, 1), (128, 'LC', 'Saint Lucia', 'Saint Lucia', '1758', 'NA', 'Castries', 'XCD', 'en', '2024-10-23 08:31:13', '2024-10-23 08:31:13', 1, 1), (129, 'LI', 'Liechtenstein', 'Liechtenstein', '423', 'EU', 'Vaduz', 'CHF', 'de', '2024-10-23 08:31:13', '2024-10-23 08:31:13', 1, 1), (130, 'LK', 'Sri Lanka', 'śrī laṃkāva', '94', 'AS', 'Colombo', 'LKR', 'si,ta', '2024-10-23 08:31:13', '2024-10-23 08:31:13', 1, 1), (131, 'LR', 'Liberia', 'Liberia', '231', 'AF', 'Monrovia', 'LRD', 'en', '2024-10-23 08:31:13', '2024-10-23 08:31:13', 1, 1), (132, 'LS', 'Lesotho', 'Lesotho', '266', 'AF', 'Maseru', 'LSL,ZAR', 'en,st', '2024-10-23 08:31:13', '2024-10-23 08:31:13', 1, 1), (133, 'LT', 'Lithuania', 'Lietuva', '370', 'EU', 'Vilnius', 'EUR', 'lt', '2024-10-23 08:31:13', '2024-10-23 08:31:13', 1, 1), (134, 'LU', 'Luxembourg', 'Luxembourg', '352', 'EU', 'Luxembourg', 'EUR', 'fr,de,lb', '2024-10-23 08:31:13', '2024-10-23 08:31:13', 1, 1), (135, 'LV', 'Latvia', 'Latvija', '371', 'EU', 'Riga', 'EUR', 'lv', '2024-10-23 08:31:13', '2024-10-23 08:31:13', 1, 1), (136, 'LY', 'Libya', 'ليبيا', '218', 'AF', 'Tripoli', 'LYD', 'ar', '2024-10-23 08:31:13', '2024-10-23 08:31:13', 1, 1), (137, 'MA', 'Morocco', 'المغرب', '212', 'AF', 'Rabat', 'MAD', 'ar', '2024-10-23 08:31:13', '2024-10-23 08:31:13', 1, 1), (138, 'MC', 'Monaco', 'Monaco', '377', 'EU', 'Monaco', 'EUR', 'fr', '2024-10-23 08:31:13', '2024-10-23 08:31:13', 1, 1), (139, 'MD', 'Moldova', 'Moldova', '373', 'EU', 'Chișinău', 'MDL', 'ro', '2024-10-23 08:31:13', '2024-10-23 08:31:13', 1, 1), (140, 'ME', 'Montenegro', 'Црна Гора', '382', 'EU', 'Podgorica', 'EUR', 'sr,bs,sq,hr', '2024-10-23 08:31:13', '2024-10-23 08:31:13', 1, 1), (141, 'MF', 'Saint Martin', 'Saint-Martin', '590', 'NA', 'Marigot', 'EUR', 'en,fr,nl', '2024-10-23 08:31:13', '2024-10-23 08:31:13', 1, 1), (142, 'MG', 'Madagascar', 'Madagasikara', '261', 'AF', 'Antananarivo', 'MGA', 'fr,mg', '2024-10-23 08:31:13', '2024-10-23 08:31:13', 1, 1), (143, 'MH', 'Marshall Islands', 'M̧ajeļ', '692', 'OC', 'Majuro', 'USD', 'en,mh', '2024-10-23 08:31:13', '2024-10-23 08:31:13', 1, 1), (144, 'MK', 'Macedonia', 'Македонија', '389', 'EU', 'Skopje', 'MKD', 'mk', '2024-10-23 08:31:13', '2024-10-23 08:31:13', 1, 1), (145, 'ML', 'Mali', 'Mali', '223', 'AF', 'Bamako', 'XOF', 'fr', '2024-10-23 08:31:13', '2024-10-23 08:31:13', 1, 1), (146, 'MM', 'Myanmar [Burma]', 'မြန်မာ', '95', 'AS', 'Naypyidaw', 'MMK', 'my', '2024-10-23 08:31:13', '2024-10-23 08:31:13', 1, 1), (147, 'MN', 'Mongolia', 'Монгол улс', '976', 'AS', 'Ulan Bator', 'MNT', 'mn', '2024-10-23 08:31:13', '2024-10-23 08:31:13', 1, 1), (148, 'MO', 'Macao', '澳門', '853', 'AS', '', 'MOP', 'zh,pt', '2024-10-23 08:31:13', '2024-10-23 08:31:13', 1, 1), (149, 'MP', 'Northern Mariana Islands', 'Northern Mariana Islands', '1670', 'OC', 'Saipan', 'USD', 'en,ch', '2024-10-23 08:31:13', '2024-10-23 08:31:13', 1, 1), (150, 'MQ', 'Martinique', 'Martinique', '596', 'NA', 'Fort-de-France', 'EUR', 'fr', '2024-10-23 08:31:13', '2024-10-23 08:31:13', 1, 1), (151, 'MR', 'Mauritania', 'موريتانيا', '222', 'AF', 'Nouakchott', 'MRU', 'ar', '2024-10-23 08:31:13', '2024-10-23 08:31:13', 1, 1), (152, 'MS', 'Montserrat', 'Montserrat', '1664', 'NA', 'Plymouth', 'XCD', 'en', '2024-10-23 08:31:13', '2024-10-23 08:31:13', 1, 1), (153, 'MT', 'Malta', 'Malta', '356', 'EU', 'Valletta', 'EUR', 'mt,en', '2024-10-23 08:31:13', '2024-10-23 08:31:13', 1, 1), (154, 'MU', 'Mauritius', 'Maurice', '230', 'AF', 'Port Louis', 'MUR', 'en', '2024-10-23 08:31:13', '2024-10-23 08:31:13', 1, 1), (155, 'MV', 'Maldives', 'Maldives', '960', 'AS', 'Malé', 'MVR', 'dv', '2024-10-23 08:31:13', '2024-10-23 08:31:13', 1, 1), (156, 'MW', 'Malawi', 'Malawi', '265', 'AF', 'Lilongwe', 'MWK', 'en,ny', '2024-10-23 08:31:13', '2024-10-23 08:31:13', 1, 1), (157, 'MX', 'Mexico', 'México', '52', 'NA', 'Mexico City', 'MXN', 'es', '2024-10-23 08:31:13', '2024-10-23 08:31:13', 1, 1), (158, 'MY', 'Malaysia', 'Malaysia', '60', 'AS', 'Kuala Lumpur', 'MYR', 'ms', '2024-10-23 08:31:13', '2024-10-23 08:31:13', 1, 1), (159, 'MZ', 'Mozambique', 'Moçambique', '258', 'AF', 'Maputo', 'MZN', 'pt', '2024-10-23 08:31:13', '2024-10-23 08:31:13', 1, 1), (160, 'NA', 'Namibia', 'Namibia', '264', 'AF', 'Windhoek', 'NAD,ZAR', 'en,af', '2024-10-23 08:31:13', '2024-10-23 08:31:13', 1, 1), (161, 'NC', 'New Caledonia', 'Nouvelle-Calédonie', '687', 'OC', 'Nouméa', 'XPF', 'fr', '2024-10-23 08:31:13', '2024-10-23 08:31:13', 1, 1), (162, 'NE', 'Niger', 'Niger', '227', 'AF', 'Niamey', 'XOF', 'fr', '2024-10-23 08:31:13', '2024-10-23 08:31:13', 1, 1), (163, 'NF', 'Norfolk Island', 'Norfolk Island', '672', 'OC', 'Kingston', 'AUD', 'en', '2024-10-23 08:31:13', '2024-10-23 08:31:13', 1, 1), (164, 'NG', 'Nigeria', 'Nigeria', '234', 'AF', 'Abuja', 'NGN', 'en', '2024-10-23 08:31:13', '2024-10-23 08:31:13', 1, 1), (165, 'NI', 'Nicaragua', 'Nicaragua', '505', 'NA', 'Managua', 'NIO', 'es', '2024-10-23 08:31:13', '2024-10-23 08:31:13', 1, 1), (166, 'NL', 'Netherlands', 'Nederland', '31', 'EU', 'Amsterdam', 'EUR', 'nl', '2024-10-23 08:31:13', '2024-10-23 08:31:13', 1, 1), (167, 'NO', 'Norway', 'Norge', '47', 'EU', 'Oslo', 'NOK', 'no,nb,nn', '2024-10-23 08:31:13', '2024-10-23 08:31:13', 1, 1), (168, 'NP', 'Nepal', 'नपल', '977', 'AS', 'Kathmandu', 'NPR', 'ne', '2024-10-23 08:31:13', '2024-10-23 08:31:13', 1, 1), (169, 'NR', 'Nauru', 'Nauru', '674', 'OC', 'Yaren', 'AUD', 'en,na', '2024-10-23 08:31:14', '2024-10-23 08:31:14', 1, 1), (170, 'NU', 'Niue', 'Niuē', '683', 'OC', 'Alofi', 'NZD', 'en', '2024-10-23 08:31:14', '2024-10-23 08:31:14', 1, 1), (171, 'NZ', 'New Zealand', 'New Zealand', '64', 'OC', 'Wellington', 'NZD', 'en,mi', '2024-10-23 08:31:14', '2024-10-23 08:31:14', 1, 1), (172, 'OM', 'Oman', 'عمان', '968', 'AS', 'Muscat', 'OMR', 'ar', '2024-10-23 08:31:14', '2024-10-23 08:31:14', 1, 1), (173, 'PA', 'Panama', 'Panamá', '507', 'NA', 'Panama City', 'PAB,USD', 'es', '2024-10-23 08:31:14', '2024-10-23 08:31:14', 1, 1), (174, 'PE', 'Peru', 'Perú', '51', 'SA', 'Lima', 'PEN', 'es', '2024-10-23 08:31:14', '2024-10-23 08:31:14', 1, 1), (175, 'PF', 'French Polynesia', 'Polynésie française', '689', 'OC', 'Papeetē', 'XPF', 'fr', '2024-10-23 08:31:14', '2024-10-23 08:31:14', 1, 1), (176, 'PG', 'Papua New Guinea', 'Papua Niugini', '675', 'OC', 'Port Moresby', 'PGK', 'en', '2024-10-23 08:31:14', '2024-10-23 08:31:14', 1, 1), (177, 'PH', 'Philippines', 'Pilipinas', '63', 'AS', 'Manila', 'PHP', 'en', '2024-10-23 08:31:14', '2024-10-23 08:31:14', 1, 1), (178, 'PK', 'Pakistan', 'Pakistan', '92', 'AS', 'Islamabad', 'PKR', 'en,ur', '2024-10-23 08:31:14', '2024-10-23 08:31:14', 1, 1), (179, 'PL', 'Poland', 'Polska', '48', 'EU', 'Warsaw', 'PLN', 'pl', '2024-10-23 08:31:14', '2024-10-23 08:31:14', 1, 1), (180, 'PM', 'Saint Pierre and Miquelon', 'Saint-Pierre-et-Miquelon', '508', 'NA', 'Saint-Pierre', 'EUR', 'fr', '2024-10-23 08:31:14', '2024-10-23 08:31:14', 1, 1), (181, 'PN', 'Pitcairn Islands', 'Pitcairn Islands', '64', 'OC', 'Adamstown', 'NZD', 'en', '2024-10-23 08:31:14', '2024-10-23 08:31:14', 1, 1), (182, 'PR', 'Puerto Rico', 'Puerto Rico', '1787,1939', 'NA', 'San Juan', 'USD', 'es,en', '2024-10-23 08:31:14', '2024-10-23 08:31:14', 1, 1), (183, 'PS', 'Palestine', 'فلسطين', '970', 'AS', 'Ramallah', 'ILS', 'ar', '2024-10-23 08:31:14', '2024-10-23 08:31:14', 1, 1), (184, 'PT', 'Portugal', 'Portugal', '351', 'EU', 'Lisbon', 'EUR', 'pt', '2024-10-23 08:31:14', '2024-10-23 08:31:14', 1, 1), (185, 'PW', 'Palau', 'Palau', '680', 'OC', 'Ngerulmud', 'USD', 'en', '2024-10-23 08:31:14', '2024-10-23 08:31:14', 1, 1), (186, 'PY', 'Paraguay', 'Paraguay', '595', 'SA', 'Asunción', 'PYG', 'es,gn', '2024-10-23 08:31:14', '2024-10-23 08:31:14', 1, 1), (187, 'QA', 'Qatar', 'قطر', '974', 'AS', 'Doha', 'QAR', 'ar', '2024-10-23 08:31:14', '2024-10-23 08:31:14', 1, 1), (188, 'RE', 'Réunion', 'La Réunion', '262', 'AF', 'Saint-Denis', 'EUR', 'fr', '2024-10-23 08:31:14', '2024-10-23 08:31:14', 1, 1), (189, 'RO', 'Romania', 'România', '40', 'EU', 'Bucharest', 'RON', 'ro', '2024-10-23 08:31:14', '2024-10-23 08:31:14', 1, 1), (190, 'RS', 'Serbia', 'Србија', '381', 'EU', 'Belgrade', 'RSD', 'sr', '2024-10-23 08:31:14', '2024-10-23 08:31:14', 1, 1), (191, 'RU', 'Russia', 'Россия', '7', 'EU', 'Moscow', 'RUB', 'ru', '2024-10-23 08:31:14', '2024-10-23 08:31:14', 1, 1), (192, 'RW', 'Rwanda', 'Rwanda', '250', 'AF', 'Kigali', 'RWF', 'rw,en,fr', '2024-10-23 08:31:14', '2024-10-23 08:31:14', 1, 1), (193, 'SA', 'Saudi Arabia', 'العربية السعودية', '966', 'AS', 'Riyadh', 'SAR', 'ar', '2024-10-23 08:31:14', '2024-10-23 08:31:14', 1, 1), (194, 'SB', 'Solomon Islands', 'Solomon Islands', '677', 'OC', 'Honiara', 'SBD', 'en', '2024-10-23 08:31:14', '2024-10-23 08:31:14', 1, 1), (195, 'SC', 'Seychelles', 'Seychelles', '248', 'AF', 'Victoria', 'SCR', 'fr,en', '2024-10-23 08:31:14', '2024-10-23 08:31:14', 1, 1), (196, 'SD', 'Sudan', 'السودان', '249', 'AF', 'Khartoum', 'SDG', 'ar,en', '2024-10-23 08:31:14', '2024-10-23 08:31:14', 1, 1), (197, 'SE', 'Sweden', 'Sverige', '46', 'EU', 'Stockholm', 'SEK', 'sv', '2024-10-23 08:31:14', '2024-10-23 08:31:14', 1, 1), (198, 'SG', 'Singapore', 'Singapore', '65', 'AS', 'Singapore', 'SGD', 'en,ms,ta,zh', '2024-10-23 08:31:14', '2024-10-23 08:31:14', 1, 1), (199, 'SH', 'Saint Helena', 'Saint Helena', '290', 'AF', 'Jamestown', 'SHP', 'en', '2024-10-23 08:31:14', '2024-10-23 08:31:14', 1, 1), (200, 'SI', 'Slovenia', 'Slovenija', '386', 'EU', 'Ljubljana', 'EUR', 'sl', '2024-10-23 08:31:14', '2024-10-23 08:31:14', 1, 1), (201, 'SJ', 'Svalbard and Jan Mayen', 'Svalbard og Jan Mayen', '4779', 'EU', 'Longyearbyen', 'NOK', 'no', '2024-10-23 08:31:14', '2024-10-23 08:31:14', 1, 1), (202, 'SK', 'Slovakia', 'Slovensko', '421', 'EU', 'Bratislava', 'EUR', 'sk', '2024-10-23 08:31:14', '2024-10-23 08:31:14', 1, 1), (203, 'SL', 'Sierra Leone', 'Sierra Leone', '232', 'AF', 'Freetown', 'SLL', 'en', '2024-10-23 08:31:14', '2024-10-23 08:31:14', 1, 1), (204, 'SM', 'San Marino', 'San Marino', '378', 'EU', 'City of San Marino', 'EUR', 'it', '2024-10-23 08:31:14', '2024-10-23 08:31:14', 1, 1), (205, 'SN', 'Senegal', 'Sénégal', '221', 'AF', 'Dakar', 'XOF', 'fr', '2024-10-23 08:31:14', '2024-10-23 08:31:14', 1, 1), (206, 'SO', 'Somalia', 'Soomaaliya', '252', 'AF', 'Mogadishu', 'SOS', 'so,ar', '2024-10-23 08:31:14', '2024-10-23 08:31:14', 1, 1), (207, 'SR', 'Suriname', 'Suriname', '597', 'SA', 'Paramaribo', 'SRD', 'nl', '2024-10-23 08:31:14', '2024-10-23 08:31:14', 1, 1), (208, 'SS', 'South Sudan', 'South Sudan', '211', 'AF', 'Juba', 'SSP', 'en', '2024-10-23 08:31:14', '2024-10-23 08:31:14', 1, 1), (209, 'ST', 'São Tomé and Príncipe', 'São Tomé e Príncipe', '239', 'AF', 'São Tomé', 'STN', 'pt', '2024-10-23 08:31:14', '2024-10-23 08:31:14', 1, 1), (210, 'SV', 'El Salvador', 'El Salvador', '503', 'NA', 'San Salvador', 'SVC,USD', 'es', '2024-10-23 08:31:14', '2024-10-23 08:31:14', 1, 1), (211, 'SX', 'Sint Maarten', 'Sint Maarten', '1721', 'NA', 'Philipsburg', 'ANG', 'nl,en', '2024-10-23 08:31:14', '2024-10-23 08:31:14', 1, 1), (212, 'SY', 'Syria', 'سوريا', '963', 'AS', 'Damascus', 'SYP', 'ar', '2024-10-23 08:31:14', '2024-10-23 08:31:14', 1, 1), (213, 'SZ', 'Swaziland', 'Swaziland', '268', 'AF', 'Lobamba', 'SZL', 'en,ss', '2024-10-23 08:31:14', '2024-10-23 08:31:14', 1, 1), (214, 'TC', 'Turks and Caicos Islands', 'Turks and Caicos Islands', '1649', 'NA', 'Cockburn Town', 'USD', 'en', '2024-10-23 08:31:14', '2024-10-23 08:31:14', 1, 1), (215, 'TD', 'Chad', 'Tchad', '235', 'AF', 'N\'Djamena', 'XAF', 'fr,ar', '2024-10-23 08:31:14', '2024-10-23 08:31:14', 1, 1), (216, 'TF', 'French Southern Territories', 'Territoire des Terres australes et antarctiques fr', '262', 'AN', 'Port-aux-Français', 'EUR', 'fr', '2024-10-23 08:31:14', '2024-10-23 08:31:14', 1, 1), (217, 'TG', 'Togo', 'Togo', '228', 'AF', 'Lomé', 'XOF', 'fr', '2024-10-23 08:31:14', '2024-10-23 08:31:14', 1, 1), (218, 'TH', 'Thailand', 'ประเทศไทย', '66', 'AS', 'Bangkok', 'THB', 'th', '2024-10-23 08:31:14', '2024-10-23 08:31:14', 1, 1), (219, 'TJ', 'Tajikistan', 'Тоҷикистон', '992', 'AS', 'Dushanbe', 'TJS', 'tg,ru', '2024-10-23 08:31:14', '2024-10-23 08:31:14', 1, 1), (220, 'TK', 'Tokelau', 'Tokelau', '690', 'OC', 'Fakaofo', 'NZD', 'en', '2024-10-23 08:31:14', '2024-10-23 08:31:14', 1, 1), (221, 'TL', 'East Timor', 'Timor-Leste', '670', 'OC', 'Dili', 'USD', 'pt', '2024-10-23 08:31:14', '2024-10-23 08:31:14', 1, 1), (222, 'TM', 'Turkmenistan', 'Türkmenistan', '993', 'AS', 'Ashgabat', 'TMT', 'tk,ru', '2024-10-23 08:31:14', '2024-10-23 08:31:14', 1, 1), (223, 'TN', 'Tunisia', 'تونس', '216', 'AF', 'Tunis', 'TND', 'ar', '2024-10-23 08:31:14', '2024-10-23 08:31:14', 1, 1), (224, 'TO', 'Tonga', 'Tonga', '676', 'OC', 'Nuku\'alofa', 'TOP', 'en,to', '2024-10-23 08:31:14', '2024-10-23 08:31:14', 1, 1), (225, 'TR', 'Turkey', 'Türkiye', '90', 'AS', 'Ankara', 'TRY', 'tr', '2024-10-23 08:31:14', '2024-10-23 08:31:14', 1, 1), (226, 'TT', 'Trinidad and Tobago', 'Trinidad and Tobago', '1868', 'NA', 'Port of Spain', 'TTD', 'en', '2024-10-23 08:31:14', '2024-10-23 08:31:14', 1, 1), (227, 'TV', 'Tuvalu', 'Tuvalu', '688', 'OC', 'Funafuti', 'AUD', 'en', '2024-10-23 08:31:14', '2024-10-23 08:31:14', 1, 1), (228, 'TW', 'Taiwan', '臺灣', '886', 'AS', 'Taipei', 'TWD', 'zh', '2024-10-23 08:31:14', '2024-10-23 08:31:14', 1, 1), (229, 'TZ', 'Tanzania', 'Tanzania', '255', 'AF', 'Dodoma', 'TZS', 'sw,en', '2024-10-23 08:31:14', '2024-10-23 08:31:14', 1, 1), (230, 'UA', 'Ukraine', 'Україна', '380', 'EU', 'Kyiv', 'UAH', 'uk', '2024-10-23 08:31:14', '2024-10-23 08:31:14', 1, 1), (231, 'UG', 'Uganda', 'Uganda', '256', 'AF', 'Kampala', 'UGX', 'en,sw', '2024-10-23 08:31:14', '2024-10-23 08:31:14', 1, 1), (232, 'UM', 'U.S. Minor Outlying Islands', 'United States Minor Outlying Islands', '1', 'OC', '', 'USD', 'en', '2024-10-23 08:31:14', '2024-10-23 08:31:14', 1, 1), (233, 'US', 'United States', 'United States', '1', 'NA', 'Washington D.C.', 'USD,USN,USS', 'en', '2024-10-23 08:31:14', '2024-10-23 08:31:14', 1, 1), (234, 'UY', 'Uruguay', 'Uruguay', '598', 'SA', 'Montevideo', 'UYI,UYU', 'es', '2024-10-23 08:31:14', '2024-10-23 08:31:14', 1, 1), (235, 'UZ', 'Uzbekistan', 'O‘zbekiston', '998', 'AS', 'Tashkent', 'UZS', 'uz,ru', '2024-10-23 08:31:14', '2024-10-23 08:31:14', 1, 1), (236, 'VA', 'Vatican City', 'Vaticano', '39066,379', 'EU', 'Vatican City', 'EUR', 'it,la', '2024-10-23 08:31:14', '2024-10-23 08:31:14', 1, 1), (237, 'VC', 'Saint Vincent and the Grenadines', 'Saint Vincent and the Grenadines', '1784', 'NA', 'Kingstown', 'XCD', 'en', '2024-10-23 08:31:14', '2024-10-23 08:31:14', 1, 1), (238, 'VE', 'Venezuela', 'Venezuela', '58', 'SA', 'Caracas', 'VES', 'es', '2024-10-23 08:31:14', '2024-10-23 08:31:14', 1, 1), (239, 'VG', 'British Virgin Islands', 'British Virgin Islands', '1284', 'NA', 'Road Town', 'USD', 'en', '2024-10-23 08:31:14', '2024-10-23 08:31:14', 1, 1), (240, 'VI', 'U.S. Virgin Islands', 'United States Virgin Islands', '1340', 'NA', 'Charlotte Amalie', 'USD', 'en', '2024-10-23 08:31:14', '2024-10-23 08:31:14', 1, 1), (241, 'VN', 'Vietnam', 'Việt Nam', '84', 'AS', 'Hanoi', 'VND', 'vi', '2024-10-23 08:31:14', '2024-10-23 08:31:14', 1, 1), (242, 'VU', 'Vanuatu', 'Vanuatu', '678', 'OC', 'Port Vila', 'VUV', 'bi,en,fr', '2024-10-23 08:31:14', '2024-10-23 08:31:14', 1, 1), (243, 'WF', 'Wallis and Futuna', 'Wallis et Futuna', '681', 'OC', 'Mata-Utu', 'XPF', 'fr', '2024-10-23 08:31:14', '2024-10-23 08:31:14', 1, 1), (244, 'WS', 'Samoa', 'Samoa', '685', 'OC', 'Apia', 'WST', 'sm,en', '2024-10-23 08:31:14', '2024-10-23 08:31:14', 1, 1), (245, 'XK', 'Kosovo', 'Republika e Kosovës', '377,381,383,386', 'EU', 'Pristina', 'EUR', 'sq,sr', '2024-10-23 08:31:14', '2024-10-23 08:31:14', 1, 1), (246, 'YE', 'Yemen', 'اليَمَن', '967', 'AS', 'Sana\'a', 'YER', 'ar', '2024-10-23 08:31:14', '2024-10-23 08:31:14', 1, 1), (247, 'YT', 'Mayotte', 'Mayotte', '262', 'AF', 'Mamoudzou', 'EUR', 'fr', '2024-10-23 08:31:14', '2024-10-23 08:31:14', 1, 1), (248, 'ZA', 'South Africa', 'South Africa', '27', 'AF', 'Pretoria', 'ZAR', 'af,en,nr,st,ss,tn,ts,ve,xh,zu', '2024-10-23 08:31:14', '2024-10-23 08:31:14', 1, 1), (249, 'ZM', 'Zambia', 'Zambia', '260', 'AF', 'Lusaka', 'ZMK', 'en', '2024-10-23 08:31:14', '2024-10-23 08:31:14', 1, 1), (250, 'ZW', 'Zimbabwe', 'Zimbabwe', '263', 'AF', 'Harare', 'USD,ZAR,BWP,GBP,AUD,CNY,INR,JP', 'en,sn,nd', '2024-10-23 08:31:14', '2024-10-23 08:31:14', 1, 1); -- -------------------------------------------------------- -- -- Table structure for table `custom_result_settings` -- CREATE TABLE `custom_result_settings` ( `id` int(10) UNSIGNED NOT NULL, `exam_type_id` int(11) DEFAULT NULL, `exam_percentage` double(8,2) DEFAULT NULL, `merit_list_setting` varchar(191) NOT NULL, `print_status` varchar(191) DEFAULT NULL, `profile_image` varchar(191) DEFAULT NULL, `header_background` varchar(191) DEFAULT NULL, `body_background` varchar(191) DEFAULT NULL, `academic_year` int(11) DEFAULT NULL, `school_id` int(10) UNSIGNED DEFAULT 1, `academic_id` int(10) UNSIGNED DEFAULT NULL, `created_at` timestamp NULL DEFAULT NULL, `updated_at` timestamp NULL DEFAULT NULL, `vertical_boarder` varchar(191) DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -- Dumping data for table `custom_result_settings` -- INSERT INTO `custom_result_settings` (`id`, `exam_type_id`, `exam_percentage`, `merit_list_setting`, `print_status`, `profile_image`, `header_background`, `body_background`, `academic_year`, `school_id`, `academic_id`, `created_at`, `updated_at`, `vertical_boarder`) VALUES (1, NULL, NULL, 'total_mark', 'image', 'image', 'header', 'body', NULL, 1, NULL, '2024-10-23 08:31:14', '2024-10-23 08:31:14', NULL); -- -------------------------------------------------------- -- -- Table structure for table `custom_sms_settings` -- CREATE TABLE `custom_sms_settings` ( `id` bigint(20) UNSIGNED NOT NULL, `gateway_id` int(11) NOT NULL, `gateway_name` varchar(191) NOT NULL, `set_auth` varchar(191) DEFAULT NULL, `gateway_url` varchar(191) NOT NULL, `request_method` varchar(191) NOT NULL, `send_to_parameter_name` varchar(191) NOT NULL, `messege_to_parameter_name` varchar(191) NOT NULL, `param_key_1` varchar(191) DEFAULT NULL, `param_value_1` varchar(191) DEFAULT NULL, `param_key_2` varchar(191) DEFAULT NULL, `param_value_2` varchar(191) DEFAULT NULL, `param_key_3` varchar(191) DEFAULT NULL, `param_value_3` varchar(191) DEFAULT NULL, `param_key_4` varchar(191) DEFAULT NULL, `param_value_4` varchar(191) DEFAULT NULL, `param_key_5` varchar(191) DEFAULT NULL, `param_value_5` varchar(191) DEFAULT NULL, `param_key_6` varchar(191) DEFAULT NULL, `param_value_6` varchar(191) DEFAULT NULL, `param_key_7` varchar(191) DEFAULT NULL, `param_value_7` varchar(191) DEFAULT NULL, `param_key_8` varchar(191) DEFAULT NULL, `param_value_8` varchar(191) DEFAULT NULL, `school_id` int(11) 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 `direct_fees_installments` -- CREATE TABLE `direct_fees_installments` ( `id` bigint(20) UNSIGNED NOT NULL, `title` varchar(191) NOT NULL, `fees_master_id` int(11) NOT NULL, `percentange` double(8,2) NOT NULL, `amount` double(8,2) NOT NULL, `due_date` date NOT NULL, `created_by` int(10) UNSIGNED DEFAULT 1, `updated_by` int(10) UNSIGNED DEFAULT 1, `academic_id` int(10) UNSIGNED DEFAULT 1, `school_id` int(10) UNSIGNED 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 `direct_fees_installment_assigns` -- CREATE TABLE `direct_fees_installment_assigns` ( `id` bigint(20) UNSIGNED NOT NULL, `fees_installment_id` int(11) NOT NULL, `fees_master_ids` text DEFAULT NULL, `amount` double(10,2) DEFAULT NULL, `paid_amount` double(10,2) DEFAULT NULL, `due_date` date DEFAULT NULL, `payment_date` date DEFAULT NULL, `payment_mode` varchar(100) DEFAULT NULL, `note` text DEFAULT NULL, `slip` varchar(191) DEFAULT NULL, `active_status` tinyint(4) NOT NULL DEFAULT 0, `assign_ids` text DEFAULT NULL, `bank_id` int(10) UNSIGNED DEFAULT NULL, `discount_amount` double(10,2) DEFAULT 0.00, `fees_discount_id` int(10) UNSIGNED DEFAULT NULL, `fees_type_id` int(10) UNSIGNED DEFAULT NULL, `student_id` int(10) UNSIGNED DEFAULT NULL, `record_id` int(10) UNSIGNED DEFAULT NULL, `collected_by` int(10) UNSIGNED DEFAULT 1, `academic_id` int(10) UNSIGNED DEFAULT 1, `created_by` int(10) UNSIGNED DEFAULT NULL, `updated_by` int(10) UNSIGNED DEFAULT 1, `school_id` int(10) UNSIGNED 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 `direct_fees_reminders` -- CREATE TABLE `direct_fees_reminders` ( `id` bigint(20) UNSIGNED NOT NULL, `due_date_before` int(11) NOT NULL, `notification_types` varchar(191) NOT NULL, `academic_id` int(10) UNSIGNED DEFAULT 1, `school_id` int(10) UNSIGNED 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 `direct_fees_reminders` -- INSERT INTO `direct_fees_reminders` (`id`, `due_date_before`, `notification_types`, `academic_id`, `school_id`, `created_at`, `updated_at`) VALUES (1, 5, '[\"system\"]', 1, 1, '2024-10-23 08:31:17', '2024-10-23 08:31:17'); -- -------------------------------------------------------- -- -- Table structure for table `direct_fees_settings` -- CREATE TABLE `direct_fees_settings` ( `id` bigint(20) UNSIGNED NOT NULL, `fees_installment` tinyint(1) NOT NULL DEFAULT 0, `fees_reminder` tinyint(1) NOT NULL DEFAULT 0, `reminder_before` int(11) NOT NULL DEFAULT 5, `no_installment` int(11) NOT NULL DEFAULT 0, `due_date_from_sem` int(11) NOT NULL DEFAULT 10, `end_day` int(11) DEFAULT NULL, `academic_id` int(10) UNSIGNED DEFAULT NULL, `school_id` int(10) UNSIGNED DEFAULT NULL, `created_at` timestamp NULL DEFAULT NULL, `updated_at` timestamp NULL DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -- Dumping data for table `direct_fees_settings` -- INSERT INTO `direct_fees_settings` (`id`, `fees_installment`, `fees_reminder`, `reminder_before`, `no_installment`, `due_date_from_sem`, `end_day`, `academic_id`, `school_id`, `created_at`, `updated_at`) VALUES (1, 0, 0, 5, 0, 10, NULL, 1, 1, '2024-10-23 08:31:16', '2024-10-23 08:31:16'); -- -------------------------------------------------------- -- -- Table structure for table `dire_fees_installment_child_payments` -- CREATE TABLE `dire_fees_installment_child_payments` ( `id` bigint(20) UNSIGNED NOT NULL, `direct_fees_installment_assign_id` int(11) NOT NULL, `invoice_no` int(11) NOT NULL DEFAULT 1, `amount` double(10,2) DEFAULT NULL, `paid_amount` double(10,2) DEFAULT NULL, `balance_amount` double(10,2) DEFAULT NULL, `payment_date` date DEFAULT NULL, `payment_mode` varchar(100) DEFAULT NULL, `note` text DEFAULT NULL, `slip` varchar(191) DEFAULT NULL, `active_status` tinyint(4) NOT NULL DEFAULT 0, `bank_id` int(10) UNSIGNED DEFAULT NULL, `discount_amount` double(10,2) DEFAULT 0.00, `fees_type_id` int(10) UNSIGNED DEFAULT NULL, `student_id` int(10) UNSIGNED DEFAULT NULL, `record_id` int(10) UNSIGNED DEFAULT NULL, `created_by` int(10) UNSIGNED DEFAULT NULL, `updated_by` int(10) UNSIGNED DEFAULT 1, `school_id` int(10) UNSIGNED 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 `due_fees_login_prevents` -- CREATE TABLE `due_fees_login_prevents` ( `id` bigint(20) UNSIGNED NOT NULL, `user_id` int(10) UNSIGNED DEFAULT NULL, `role_id` int(10) UNSIGNED DEFAULT NULL, `school_id` int(10) UNSIGNED NOT NULL DEFAULT 1, `academic_id` int(10) UNSIGNED DEFAULT NULL, `created_at` timestamp NULL DEFAULT NULL, `updated_at` timestamp NULL DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -------------------------------------------------------- -- -- Table structure for table `exam_merit_positions` -- CREATE TABLE `exam_merit_positions` ( `id` bigint(20) UNSIGNED NOT NULL, `class_id` int(11) DEFAULT NULL, `section_id` int(11) DEFAULT NULL, `exam_term_id` int(11) DEFAULT NULL, `total_mark` double DEFAULT NULL, `position` int(11) DEFAULT NULL, `admission_no` int(11) DEFAULT NULL, `gpa` double(8,2) DEFAULT NULL, `grade` varchar(191) DEFAULT NULL, `record_id` int(11) DEFAULT NULL, `school_id` int(11) NOT NULL, `academic_id` int(11) NOT NULL, `active_status` int(11) 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 `exam_step_skips` -- CREATE TABLE `exam_step_skips` ( `id` bigint(20) UNSIGNED NOT NULL, `name` varchar(50) DEFAULT NULL, `created_by` int(10) UNSIGNED DEFAULT 1, `updated_by` int(10) UNSIGNED DEFAULT 1, `school_id` int(10) UNSIGNED DEFAULT 1, `academic_id` int(10) UNSIGNED 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 `failed_jobs` -- CREATE TABLE `failed_jobs` ( `id` bigint(20) UNSIGNED NOT NULL, `uuid` varchar(191) 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 `fees_carry_forward_logs` -- CREATE TABLE `fees_carry_forward_logs` ( `id` bigint(20) UNSIGNED NOT NULL, `student_record_id` int(11) NOT NULL, `note` text NOT NULL, `amount` double(8,2) NOT NULL, `amount_type` varchar(191) NOT NULL, `created_by` int(11) DEFAULT NULL, `updated_by` int(11) DEFAULT NULL, `type` varchar(191) NOT NULL, `date` timestamp NOT NULL, `school_id` int(10) UNSIGNED 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 `fees_carry_forward_settings` -- CREATE TABLE `fees_carry_forward_settings` ( `id` bigint(20) UNSIGNED NOT NULL, `title` varchar(191) NOT NULL, `fees_due_days` int(11) NOT NULL, `payment_gateway` varchar(191) NOT NULL, `school_id` int(10) UNSIGNED 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 `fees_carry_forward_settings` -- INSERT INTO `fees_carry_forward_settings` (`id`, `title`, `fees_due_days`, `payment_gateway`, `school_id`, `created_at`, `updated_at`) VALUES (1, 'Fees Carry Forward', 60, 'Cash', 1, '2024-10-23 08:31:20', '2024-10-23 08:31:20'); -- -------------------------------------------------------- -- -- Table structure for table `fees_installment_credits` -- CREATE TABLE `fees_installment_credits` ( `id` bigint(20) UNSIGNED NOT NULL, `student_id` int(11) NOT NULL, `student_record_id` int(11) NOT NULL, `active_status` tinyint(1) NOT NULL DEFAULT 1, `school_id` int(11) NOT NULL, `amount` double(8,2) NOT NULL DEFAULT 0.00, `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 `fees_invoices` -- CREATE TABLE `fees_invoices` ( `id` bigint(20) UNSIGNED NOT NULL, `prefix` varchar(191) DEFAULT NULL, `start_form` int(11) DEFAULT NULL, `un_academic_id` int(10) UNSIGNED DEFAULT 1, `school_id` int(10) UNSIGNED 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 `fees_invoices` -- INSERT INTO `fees_invoices` (`id`, `prefix`, `start_form`, `un_academic_id`, `school_id`, `created_at`, `updated_at`) VALUES (1, 'infixEdu', 102, 1, 1, '2024-10-23 08:31:16', '2024-10-23 08:31:16'); -- -------------------------------------------------------- -- -- Table structure for table `fees_invoice_settings` -- CREATE TABLE `fees_invoice_settings` ( `id` bigint(20) UNSIGNED NOT NULL, `per_th` int(11) NOT NULL DEFAULT 2, `invoice_type` varchar(191) NOT NULL DEFAULT 'invoice', `student_name` tinyint(4) NOT NULL DEFAULT 1 COMMENT '0=No, 1=Yes', `student_section` tinyint(4) NOT NULL DEFAULT 1 COMMENT '0=No, 1=Yes', `student_class` tinyint(4) NOT NULL DEFAULT 1 COMMENT '0=No, 1=Yes', `student_roll` tinyint(4) NOT NULL DEFAULT 1 COMMENT '0=No, 1=Yes', `student_group` tinyint(4) NOT NULL DEFAULT 1 COMMENT '0=No, 1=Yes', `student_admission_no` tinyint(4) NOT NULL DEFAULT 1 COMMENT '0=No, 1=Yes', `footer_1` varchar(255) DEFAULT 'Parent/Student', `footer_2` varchar(255) NOT NULL DEFAULT 'Casier', `footer_3` varchar(255) NOT NULL DEFAULT 'Officer', `signature_p` tinyint(4) NOT NULL DEFAULT 1 COMMENT '0=No, 1=Yes', `signature_c` tinyint(4) NOT NULL DEFAULT 1 COMMENT '0=No, 1=Yes', `signature_o` tinyint(4) NOT NULL DEFAULT 1 COMMENT '0=No, 1=Yes', `c_signature_p` tinyint(4) NOT NULL DEFAULT 1 COMMENT '0=No, 1=Yes', `c_signature_c` tinyint(4) NOT NULL DEFAULT 0 COMMENT '0=No, 1=Yes', `c_signature_o` tinyint(4) NOT NULL DEFAULT 1 COMMENT '0=No, 1=Yes', `copy_s` varchar(255) DEFAULT 'Parent/Student', `copy_o` varchar(255) NOT NULL DEFAULT 'Office', `copy_c` varchar(255) NOT NULL DEFAULT 'Casier', `created_at` timestamp NULL DEFAULT NULL, `updated_at` timestamp NULL DEFAULT NULL, `copy_write_msg` text DEFAULT NULL, `created_by` int(10) UNSIGNED DEFAULT 1, `updated_by` int(10) UNSIGNED DEFAULT 1, `school_id` int(10) UNSIGNED DEFAULT 1, `academic_id` int(10) UNSIGNED DEFAULT 1 ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -- Dumping data for table `fees_invoice_settings` -- INSERT INTO `fees_invoice_settings` (`id`, `per_th`, `invoice_type`, `student_name`, `student_section`, `student_class`, `student_roll`, `student_group`, `student_admission_no`, `footer_1`, `footer_2`, `footer_3`, `signature_p`, `signature_c`, `signature_o`, `c_signature_p`, `c_signature_c`, `c_signature_o`, `copy_s`, `copy_o`, `copy_c`, `created_at`, `updated_at`, `copy_write_msg`, `created_by`, `updated_by`, `school_id`, `academic_id`) VALUES (1, 2, 'invoice', 1, 1, 1, 1, 1, 1, 'Parent/Student', 'Casier', 'Officer', 1, 1, 1, 1, 0, 1, 'Parent/Student', 'Office', 'Casier', '2024-10-23 08:31:16', '2024-10-23 08:31:16', NULL, 1, 1, 1, 1); -- -------------------------------------------------------- -- -- Table structure for table `fm_fees_groups` -- CREATE TABLE `fm_fees_groups` ( `id` bigint(20) UNSIGNED NOT NULL, `name` varchar(200) DEFAULT NULL, `description` text DEFAULT NULL, `created_by` int(10) UNSIGNED DEFAULT 1, `updated_by` int(10) UNSIGNED DEFAULT 1, `school_id` int(10) UNSIGNED DEFAULT 1, `academic_id` int(10) UNSIGNED 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 `fm_fees_invoices` -- CREATE TABLE `fm_fees_invoices` ( `id` bigint(20) UNSIGNED NOT NULL, `invoice_id` varchar(191) NOT NULL, `student_id` int(10) UNSIGNED DEFAULT NULL, `class_id` int(11) DEFAULT NULL, `create_date` date DEFAULT NULL, `due_date` date DEFAULT NULL, `payment_status` varchar(191) DEFAULT NULL, `payment_method` varchar(191) DEFAULT NULL, `bank_id` int(11) DEFAULT NULL, `type` varchar(191) DEFAULT 'fees' COMMENT 'fees, lms', `school_id` int(11) DEFAULT NULL, `academic_id` int(11) DEFAULT NULL, `active_status` int(11) DEFAULT 1, `created_at` timestamp NULL DEFAULT NULL, `updated_at` timestamp NULL DEFAULT NULL, `record_id` bigint(20) UNSIGNED DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -------------------------------------------------------- -- -- Table structure for table `fm_fees_invoice_chields` -- CREATE TABLE `fm_fees_invoice_chields` ( `id` bigint(20) UNSIGNED NOT NULL, `fees_invoice_id` bigint(20) UNSIGNED DEFAULT NULL, `fees_type` int(11) DEFAULT NULL, `amount` double(8,2) DEFAULT NULL, `weaver` double(8,2) DEFAULT NULL, `fine` double(8,2) DEFAULT NULL, `sub_total` double(8,2) DEFAULT NULL, `paid_amount` double(8,2) DEFAULT NULL, `service_charge` double(8,2) DEFAULT NULL, `due_amount` double(8,2) DEFAULT NULL, `note` varchar(191) DEFAULT NULL, `school_id` int(11) DEFAULT NULL, `academic_id` 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; -- -------------------------------------------------------- -- -- Table structure for table `fm_fees_invoice_settings` -- CREATE TABLE `fm_fees_invoice_settings` ( `id` bigint(20) UNSIGNED NOT NULL, `invoice_positions` text DEFAULT NULL, `uniq_id_start` varchar(191) DEFAULT NULL, `prefix` varchar(191) DEFAULT NULL, `class_limit` int(11) DEFAULT NULL, `section_limit` int(11) DEFAULT NULL, `admission_limit` int(11) DEFAULT NULL, `weaver` varchar(191) DEFAULT NULL, `school_id` 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 `fm_fees_invoice_settings` -- INSERT INTO `fm_fees_invoice_settings` (`id`, `invoice_positions`, `uniq_id_start`, `prefix`, `class_limit`, `section_limit`, `admission_limit`, `weaver`, `school_id`, `created_at`, `updated_at`) VALUES (1, '[{\"id\":\"prefix\",\"text\":\"prefix\"},{\"id\":\"admission_no\",\"text\":\"Admission No\"},{\"id\":\"class\",\"text\":\"Class\"},{\"id\":\"section\",\"text\":\"Section\"}]', '0011', 'infixEdu', 3, 1, 3, 'amount', 1, '2024-10-23 08:31:16', '2024-10-23 08:31:16'); -- -------------------------------------------------------- -- -- Table structure for table `fm_fees_transactions` -- CREATE TABLE `fm_fees_transactions` ( `id` bigint(20) UNSIGNED NOT NULL, `invoice_number` varchar(191) DEFAULT NULL, `student_id` int(11) DEFAULT NULL, `user_id` int(11) DEFAULT NULL, `payment_method` varchar(191) DEFAULT NULL, `bank_id` int(11) DEFAULT NULL, `add_wallet_money` double(8,2) DEFAULT NULL, `payment_note` varchar(191) DEFAULT NULL, `file` text DEFAULT NULL, `paid_status` varchar(191) DEFAULT NULL, `fees_invoice_id` bigint(20) UNSIGNED DEFAULT NULL, `school_id` int(11) DEFAULT NULL, `academic_id` int(11) DEFAULT NULL, `service_charge` double(8,2) DEFAULT NULL, `active_status` int(11) DEFAULT 1, `created_at` timestamp NULL DEFAULT NULL, `updated_at` timestamp NULL DEFAULT NULL, `record_id` bigint(20) UNSIGNED DEFAULT NULL, `total_paid_amount` varchar(191) DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -------------------------------------------------------- -- -- Table structure for table `fm_fees_transaction_chields` -- CREATE TABLE `fm_fees_transaction_chields` ( `id` bigint(20) UNSIGNED NOT NULL, `fees_type` varchar(191) DEFAULT NULL, `paid_amount` double(8,2) DEFAULT NULL, `service_charge` double(8,2) DEFAULT NULL, `fine` double(8,2) DEFAULT NULL, `weaver` double(8,2) DEFAULT NULL, `note` varchar(191) DEFAULT NULL, `fees_transaction_id` bigint(20) UNSIGNED DEFAULT NULL, `school_id` int(11) DEFAULT NULL, `academic_id` 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; -- -------------------------------------------------------- -- -- Table structure for table `fm_fees_types` -- CREATE TABLE `fm_fees_types` ( `id` bigint(20) UNSIGNED NOT NULL, `name` varchar(230) DEFAULT NULL, `description` text DEFAULT NULL, `fees_group_id` int(10) UNSIGNED DEFAULT 1, `type` varchar(191) DEFAULT 'fees' COMMENT 'fees, lms', `course_id` int(11) DEFAULT NULL COMMENT 'Only For Lms', `created_by` int(10) UNSIGNED DEFAULT 1, `updated_by` int(10) UNSIGNED DEFAULT 1, `school_id` int(10) UNSIGNED DEFAULT 1, `academic_id` int(10) UNSIGNED 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 `fm_fees_weavers` -- CREATE TABLE `fm_fees_weavers` ( `id` bigint(20) UNSIGNED NOT NULL, `fees_invoice_id` bigint(20) UNSIGNED DEFAULT NULL, `fees_type` int(11) DEFAULT NULL, `student_id` int(11) DEFAULT NULL, `weaver` double(8,2) DEFAULT NULL, `note` varchar(191) DEFAULT NULL, `school_id` int(11) DEFAULT NULL, `academic_id` 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; -- -------------------------------------------------------- -- -- Table structure for table `frontend_exam_results` -- CREATE TABLE `frontend_exam_results` ( `id` bigint(20) UNSIGNED NOT NULL, `title` varchar(191) DEFAULT NULL, `description` text DEFAULT NULL, `main_title` varchar(191) DEFAULT NULL, `main_description` text DEFAULT NULL, `image` varchar(191) DEFAULT NULL, `main_image` varchar(191) DEFAULT NULL, `button_text` varchar(191) DEFAULT NULL, `button_url` varchar(191) DEFAULT NULL, `active_status` tinyint(4) NOT NULL DEFAULT 1, `created_by` int(10) UNSIGNED DEFAULT 1, `updated_by` int(10) UNSIGNED DEFAULT 1, `school_id` int(10) UNSIGNED 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 `frontend_exam_results` -- INSERT INTO `frontend_exam_results` (`id`, `title`, `description`, `main_title`, `main_description`, `image`, `main_image`, `button_text`, `button_url`, `active_status`, `created_by`, `updated_by`, `school_id`, `created_at`, `updated_at`) VALUES (1, 'Exam Result', 'Lisus consequat sapien metus dis urna, facilisi. Nonummy rutrum eu lacinia platea a, ipsum parturient, orci tristique. Nisi diam natoque.', 'Under Graduate Education', 'INFIX has all in one place. You’ll find everything what you are looking into education management system software. We care! User will never bothered in our real eye catchy user friendly UI & UX Interface design. You know! Smart Idea always comes to well planners. And Our INFIX is Smart for its Well Documentation. Explore in new support world! It’s now faster & quicker. You’ll find us on Support Ticket, Email, Skype, WhatsApp.', 'public/uploads/about_page/about.jpg', 'public/uploads/about_page/about-img.jpg', 'Learn More Exam', 'exam-result', 1, 1, 1, 1, '2024-10-23 08:31:20', '2024-10-23 08:31:20'); -- -------------------------------------------------------- -- -- Table structure for table `front_academic_calendars` -- CREATE TABLE `front_academic_calendars` ( `id` bigint(20) UNSIGNED NOT NULL, `title` varchar(191) DEFAULT NULL, `publish_date` varchar(191) DEFAULT NULL, `calendar_file` varchar(191) DEFAULT NULL, `school_id` int(10) UNSIGNED 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 `front_class_routines` -- CREATE TABLE `front_class_routines` ( `id` bigint(20) UNSIGNED NOT NULL, `title` varchar(191) DEFAULT NULL, `publish_date` varchar(191) DEFAULT NULL, `result_file` varchar(191) DEFAULT NULL, `school_id` int(10) UNSIGNED 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 `front_exam_routines` -- CREATE TABLE `front_exam_routines` ( `id` bigint(20) UNSIGNED NOT NULL, `title` varchar(191) DEFAULT NULL, `publish_date` varchar(191) DEFAULT NULL, `result_file` varchar(191) DEFAULT NULL, `school_id` int(10) UNSIGNED 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 `front_results` -- CREATE TABLE `front_results` ( `id` bigint(20) UNSIGNED NOT NULL, `title` varchar(191) DEFAULT NULL, `publish_date` varchar(191) DEFAULT NULL, `result_file` varchar(191) DEFAULT NULL, `link` varchar(191) DEFAULT NULL, `school_id` int(10) UNSIGNED 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 `front_results` -- INSERT INTO `front_results` (`id`, `title`, `publish_date`, `result_file`, `link`, `school_id`, `created_at`, `updated_at`) VALUES (1, 'Science', '2024-10-23', 'public/uploads/front_result/sci.jpg', NULL, 1, '2024-10-23 08:31:23', '2024-10-23 08:31:23'), (2, 'Arts', '2024-10-23', 'public/uploads/front_result/art.jpg', NULL, 1, '2024-10-23 08:31:23', '2024-10-23 08:31:23'), (3, 'Commerce', '2024-10-23', 'public/uploads/front_result/comm.png', NULL, 1, '2024-10-23 08:31:23', '2024-10-23 08:31:23'); -- -------------------------------------------------------- -- -- Table structure for table `graduates` -- CREATE TABLE `graduates` ( `id` bigint(20) UNSIGNED NOT NULL, `record_id` int(10) UNSIGNED DEFAULT NULL, `student_id` int(10) UNSIGNED DEFAULT NULL, `created_by` int(10) UNSIGNED DEFAULT NULL, `un_department_id` int(11) DEFAULT NULL, `un_faculty_id` int(11) DEFAULT NULL, `graduation_date` int(11) DEFAULT NULL, `un_session_id` int(10) UNSIGNED DEFAULT 1, `school_id` int(10) UNSIGNED NOT NULL DEFAULT 1, `session_id` int(10) UNSIGNED DEFAULT NULL, `class_id` int(10) UNSIGNED DEFAULT NULL, `section_id` int(10) UNSIGNED DEFAULT NULL, `created_at` timestamp NULL DEFAULT NULL, `updated_at` timestamp NULL DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -------------------------------------------------------- -- -- Table structure for table `home_sliders` -- CREATE TABLE `home_sliders` ( `id` bigint(20) UNSIGNED NOT NULL, `image` varchar(191) NOT NULL, `link` varchar(191) DEFAULT NULL, `created_at` timestamp NULL DEFAULT NULL, `updated_at` timestamp NULL DEFAULT NULL, `school_id` int(10) UNSIGNED DEFAULT 1 ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -- Dumping data for table `home_sliders` -- INSERT INTO `home_sliders` (`id`, `image`, `link`, `created_at`, `updated_at`, `school_id`) VALUES (2, 'public/uploads/theme/edulia/home_slider/d6ba2db0605c8599c681ab7827558f7e.jpg', NULL, NULL, '2024-10-23 18:24:23', 1), (3, 'public/uploads/theme/edulia/home_slider/e255715822278a61dc7d89c770523e90.jpg', NULL, NULL, '2024-10-23 18:26:16', 1); -- -------------------------------------------------------- -- -- Table structure for table `incidents` -- CREATE TABLE `incidents` ( `id` bigint(20) UNSIGNED NOT NULL, `title` varchar(191) DEFAULT NULL, `point` int(11) DEFAULT NULL, `description` text DEFAULT NULL, `school_id` int(10) UNSIGNED 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 `infixedu__pages` -- CREATE TABLE `infixedu__pages` ( `id` bigint(20) UNSIGNED NOT NULL, `name` varchar(191) NOT NULL, `title` varchar(191) NOT NULL, `description` text DEFAULT NULL, `slug` varchar(191) DEFAULT NULL, `settings` longtext DEFAULT NULL, `home_page` tinyint(1) DEFAULT 0, `is_default` tinyint(1) DEFAULT 0, `status` enum('draft','published') NOT NULL DEFAULT 'draft', `created_by` int(11) DEFAULT NULL, `updated_by` int(11) DEFAULT NULL, `published_by` int(11) DEFAULT NULL, `school_id` int(10) UNSIGNED 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 `infixedu__pages` -- INSERT INTO `infixedu__pages` (`id`, `name`, `title`, `description`, `slug`, `settings`, `home_page`, `is_default`, `status`, `created_by`, `updated_by`, `published_by`, `school_id`, `created_at`, `updated_at`) VALUES (1, 'About', 'About', 'About', 'about', '{\"grids\":[{\"grid\":\"12x1\",\"position\":\"0\",\"grid_id\":\"3666gg416j\",\"data\":[[{\"id\":\"3666gg8bij\",\"section_id\":\"news-area\",\"position\":\"0\"}]]}],\"section_data\":{\"364j7ch0a7\":{\"settings\":{\"about_area_img_1\":{\"value\":[\"{\\\"type\\\":\\\"image\\\",\\\"name\\\":\\\"about-img-4.jpg\\\",\\\"path\\\":\\\"optionbuilder\\\\\\/uploads\\\\\\/13309-29-2023_1007amabout-img-4.jpg\\\",\\\"mime\\\":\\\"jpg\\\",\\\"size\\\":62937,\\\"thumbnail\\\":\\\"https:\\/\\/schoool.w-manage.org\\/public\\\\\\/edulia\\\\\\/optionbuilder\\\\\\/uploads\\\\\\/13309-29-2023_1007amabout-img-4.jpg\\\"}\"],\"is_array\":\"1\"},\"about_area_heading\":{\"value\":\"When Ambition Meets Opportunity.\",\"is_array\":\"0\"},\"about_area_description\":{\"value\":\"Explore new skills, deepen existing passions, and get lost creativity What you find just might surprise and inspire you. With so much to explore isn\\u2019t existing passions, and get lost in creativity.\",\"is_array\":\"0\"},\"about_area_list_items\":{\"value\":{\"9741695960461\":{\"item_heading\":\"International Certification\",\"item_description\":\"You can start and finish one of these popular courses in under our site\"}},\"is_array\":\"1\"}}},\"364jf801ca\":{\"settings\":{\"about_area_img_1\":{\"value\":[\"{\\\"type\\\":\\\"image\\\",\\\"name\\\":\\\"13309-29-2023_1007amabout-img-4.jpg\\\",\\\"path\\\":\\\"optionbuilder\\\\\\/uploads\\\\\\/951509-29-2023_0505pm13309-29-2023_1007amabout-img-4.jpg\\\",\\\"mime\\\":\\\"jpg\\\",\\\"size\\\":62937,\\\"thumbnail\\\":\\\"https:\\/\\/schoool.w-manage.org\\/public\\\\\\/edulia\\\\\\/optionbuilder\\\\\\/uploads\\\\\\/951509-29-2023_0505pm13309-29-2023_1007amabout-img-4.jpg\\\"}\"],\"is_array\":\"1\"},\"about_area_img_3\":{\"value\":[\"{\\\"type\\\":\\\"image\\\",\\\"name\\\":\\\"463109-28-2023_0601pmorder-3.jpg\\\",\\\"path\\\":\\\"optionbuilder\\/uploads\\/958809-29-2023_0506pm463109-28-2023_0601pmorder-3.jpg\\\",\\\"mime\\\":\\\"jpg\\\",\\\"size\\\":6335,\\\"thumbnail\\\":\\\"https:\\/\\/schoool.w-manage.org\\/public\\/edulia\\/optionbuilder\\/uploads\\/958809-29-2023_0506pm463109-28-2023_0601pmorder-3.jpg\\\"}\"],\"is_array\":\"1\"},\"about_area_img_2\":{\"value\":[\"{\\\"type\\\":\\\"image\\\",\\\"name\\\":\\\"594209-28-2023_0634pmabout-img-3.jpg\\\",\\\"path\\\":\\\"optionbuilder\\/uploads\\/217909-29-2023_0507pm594209-28-2023_0634pmabout-img-3.jpg\\\",\\\"mime\\\":\\\"jpg\\\",\\\"size\\\":6167,\\\"thumbnail\\\":\\\"https:\\/\\/schoool.w-manage.org\\/public\\/edulia\\/optionbuilder\\/uploads\\/217909-29-2023_0507pm594209-28-2023_0634pmabout-img-3.jpg\\\"}\"],\"is_array\":\"1\"},\"about_area_heading\":{\"value\":\"When Ambition Meets Opportunity.\",\"is_array\":\"0\"},\"about_area_description\":{\"value\":\"Explore new skills, deepen existing passions, and get lost creativity What you find just might surprise and inspire you. With so much to explore isn\\u2019t existing passions, and get lost in creativity.\",\"is_array\":\"0\"},\"about_area_list_items\":{\"value\":{\"5311695985283\":{\"item_heading\":\"International Certification\",\"item_description\":\"You can start and finish one of these popular courses in under our site\"}},\"is_array\":\"1\"}}},\"364jfche9i\":{\"settings\":{\"news_area_sub_heading\":{\"value\":\"# POPULAR ARTICLES\",\"is_array\":\"0\"},\"news_area_heading\":{\"value\":\"Latest News From Blog\",\"is_array\":\"0\"},\"news_area__description\":{\"value\":\"Choose the most powerful courses and always\",\"is_array\":\"0\"},\"read_more_btn\":{\"value\":\"Read More\",\"is_array\":\"0\"},\"news_count\":{\"value\":\"4\",\"is_array\":\"0\"},\"news_area_column\":{\"value\":\"4\",\"is_array\":\"0\"},\"news_sorting\":{\"value\":\"asc\",\"is_array\":\"0\"}}},\"364jg59504\":{\"settings\":{\"event_sub_heading\":{\"value\":\"#JOIN EVENTS\",\"is_array\":\"0\"},\"event_heading\":{\"value\":\"Join Upcoming Events\",\"is_array\":\"0\"},\"event_description\":{\"value\":\"Choose the most powerful courses and always be on demand\",\"is_array\":\"0\"},\"event_count\":{\"value\":\"2\",\"is_array\":\"0\"}}},\"364jg83j37\":{\"settings\":{\"event_gallery_count\":{\"value\":\"3\",\"is_array\":\"0\"},\"event_gallery_area_column\":{\"value\":\"3\",\"is_array\":\"0\"},\"event_gallery_sorting\":{\"value\":\"asc\",\"is_array\":\"0\"},\"event_gallery_read_more_btn\":{\"value\":\"View Details\",\"is_array\":\"0\"}}},\"364jg94e82\":{\"settings\":{\"event_gallery_count\":{\"value\":\"4\",\"is_array\":\"0\"},\"event_gallery_area_column\":{\"value\":\"4\",\"is_array\":\"0\"},\"event_gallery_sorting\":{\"value\":\"randomly\",\"is_array\":\"0\"},\"event_gallery_read_more_btn\":{\"value\":\"View Details\",\"is_array\":\"0\"}}},\"364jgbfhh2\":{\"settings\":{\"event_gallery_count\":{\"value\":\"3\",\"is_array\":\"0\"},\"event_gallery_area_column\":{\"value\":\"4\",\"is_array\":\"0\"},\"event_gallery_sorting\":{\"value\":\"asc\",\"is_array\":\"0\"},\"event_gallery_read_more_btn\":{\"value\":\"\",\"is_array\":\"0\"},\"event_gallery_sho_form_date\":{\"value\":\"1\",\"is_array\":\"0\"}}},\"36538109f6\":{\"settings\":{\"event_gallery_count\":{\"value\":\"4\",\"is_array\":\"0\"},\"event_gallery_area_column\":{\"value\":\"3\",\"is_array\":\"0\"},\"event_gallery_sorting\":{\"value\":\"asc\",\"is_array\":\"0\"},\"event_gallery_read_more_btn\":{\"value\":\"View Details\",\"is_array\":\"0\"},\"event_gallery_sho_form_date\":{\"value\":\"1\",\"is_array\":\"0\"}}},\"36538hdcbc\":{\"settings\":{\"facilities_image_align\":{\"value\":\"right\",\"is_array\":\"0\"},\"facilities_image_upload\":{\"value\":[\"{\\\"type\\\":\\\"image\\\",\\\"name\\\":\\\"AcA2LnWL_400x400.jpg\\\",\\\"path\\\":\\\"optionbuilder\\/uploads\\/612310-02-2023_1021amAcA2LnWL_400x400.jpg\\\",\\\"mime\\\":\\\"jpg\\\",\\\"size\\\":16559,\\\"thumbnail\\\":\\\"https:\\/\\/schoool.w-manage.org\\/public\\/edulia\\/optionbuilder\\/uploads\\/612310-02-2023_1021amAcA2LnWL_400x400.jpg\\\"}\"],\"is_array\":\"1\"},\"facilities_heading\":{\"value\":\"AC Smart Classrooms\",\"is_array\":\"0\"},\"facilities_description\":{\"value\":\"Explore new skills, deepen existing passions, and get lost creativity what you find just might surprise and inspire you. Explore new skills deepen existing passions. What you find just might surprise and inspire you with so much to explore isn\\u2019t existing passions, and get lost in creativity.\",\"is_array\":\"0\"}}},\"3653a0c508\":{\"settings\":{\"event_gallery_count\":{\"value\":\"3\",\"is_array\":\"0\"},\"event_gallery_area_column\":{\"value\":\"4\",\"is_array\":\"0\"},\"event_gallery_sorting\":{\"value\":\"asc\",\"is_array\":\"0\"},\"event_gallery_read_more_btn\":{\"value\":\"View Details\",\"is_array\":\"0\"},\"event_gallery_sho_form_date\":{\"value\":\"1\",\"is_array\":\"0\"}}},\"3653a47j3h\":{\"settings\":{\"event_gallery_count\":{\"value\":\"3\",\"is_array\":\"0\"},\"event_gallery_area_column\":{\"value\":\"4\",\"is_array\":\"0\"},\"event_gallery_sorting\":{\"value\":\"asc\",\"is_array\":\"0\"},\"event_gallery_read_more_btn\":{\"value\":\"View Details\",\"is_array\":\"0\"},\"event_gallery_show_date\":{\"value\":\"1\",\"is_array\":\"0\"},\"event_gallery_show_location\":{\"value\":\"0\",\"is_array\":\"0\"}}},\"3653a4f172\":{\"settings\":{\"event_gallery_count\":{\"value\":\"3\",\"is_array\":\"0\"},\"event_gallery_area_column\":{\"value\":\"4\",\"is_array\":\"0\"},\"event_gallery_sorting\":{\"value\":\"asc\",\"is_array\":\"0\"},\"event_gallery_read_more_btn\":{\"value\":\"View Details\",\"is_array\":\"0\"},\"event_gallery_show_date\":{\"value\":\"1\",\"is_array\":\"0\"},\"event_gallery_show_location\":{\"value\":\"0\",\"is_array\":\"0\"}}},\"3653a5g831\":{\"settings\":{\"event_gallery_count\":{\"value\":\"3\",\"is_array\":\"0\"},\"event_gallery_area_column\":{\"value\":\"4\",\"is_array\":\"0\"},\"event_gallery_sorting\":{\"value\":\"asc\",\"is_array\":\"0\"},\"event_gallery_read_more_btn\":{\"value\":\"View Details\",\"is_array\":\"0\"},\"event_gallery_show_date\":{\"value\":\"0\",\"is_array\":\"0\"},\"event_gallery_show_location\":{\"value\":\"1\",\"is_array\":\"0\"}}},\"3653b7bjeg\":{\"settings\":{\"switch\":{\"value\":\"1\",\"is_array\":\"0\"}}},\"3653bb35d2\":{\"settings\":{\"student_scholarship_table_heading\":{\"value\":\"Student\",\"is_array\":\"0\"},\"photo_title\":{\"value\":\"Student Photo\",\"is_array\":\"0\"},\"name_title\":{\"value\":\"Name\",\"is_array\":\"0\"},\"session_title\":{\"value\":\"Session\",\"is_array\":\"0\"},\"scholarship_title\":{\"value\":\"Scholarship\",\"is_array\":\"0\"},\"student_scholarship_student_photo\":{\"value\":\"1\",\"is_array\":\"0\"},\"student_scholarship_student_name\":{\"value\":\"1\",\"is_array\":\"0\"},\"student_scholarship_student_session\":{\"value\":\"1\",\"is_array\":\"0\"},\"student_scholarship_student\":{\"value\":\"1\",\"is_array\":\"0\"}}},\"3653caj4ai\":{\"settings\":{\"student_scholarship_table_heading\":{\"value\":\"Student Scholarship Informatio\",\"is_array\":\"0\"},\"photo_title\":{\"value\":\"Student Photo\",\"is_array\":\"0\"},\"name_title\":{\"value\":\"Name\",\"is_array\":\"0\"},\"session_title\":{\"value\":\"Session\",\"is_array\":\"0\"},\"scholarship_title\":{\"value\":\"Scholarship\",\"is_array\":\"0\"},\"student_scholarship_student_session\":{\"value\":\"1\",\"is_array\":\"0\"}}},\"3653cbd296\":{\"settings\":{\"student_scholarship_table_heading\":{\"value\":\"Student Scholarship Information\",\"is_array\":\"0\"},\"photo_title\":{\"value\":\"Student Photo\",\"is_array\":\"0\"},\"name_title\":{\"value\":\"Name\",\"is_array\":\"0\"},\"session_title\":{\"value\":\"Session\",\"is_array\":\"0\"},\"scholarship_title\":{\"value\":\"Scholarship\",\"is_array\":\"0\"}}},\"3653cc453i\":{\"settings\":{\"student_scholarship_table_heading\":{\"value\":\"Student Scholarship Information\",\"is_array\":\"0\"},\"photo_title\":{\"value\":\"Student Photo\",\"is_array\":\"0\"},\"name_title\":{\"value\":\"Name\",\"is_array\":\"0\"},\"session_title\":{\"value\":\"Session\",\"is_array\":\"0\"},\"scholarship_title\":{\"value\":\"Scholarship\",\"is_array\":\"0\"}}},\"3653ccg273\":{\"settings\":{\"student_scholarship_table_heading\":{\"value\":\"Student Scholarship Information\",\"is_array\":\"0\"},\"photo_title\":{\"value\":\"Student Photo\",\"is_array\":\"0\"},\"name_title\":{\"value\":\"Name\",\"is_array\":\"0\"},\"session_title\":{\"value\":\"Session\",\"is_array\":\"0\"},\"scholarship_title\":{\"value\":\"Scholarship\",\"is_array\":\"0\"},\"student_scholarship_student_photo\":{\"value\":\"1\",\"is_array\":\"0\"}}},\"3653cd3535\":{\"settings\":{\"student_scholarship_table_heading\":{\"value\":\"Student Scholarship Informationy\",\"is_array\":\"0\"},\"photo_title\":{\"value\":\"Student Photo\",\"is_array\":\"0\"},\"name_title\":{\"value\":\"Name\",\"is_array\":\"0\"},\"session_title\":{\"value\":\"Session\",\"is_array\":\"0\"},\"scholarship_title\":{\"value\":\"Scholarship\",\"is_array\":\"0\"},\"student_scholarship_student_photo\":{\"value\":\"1\",\"is_array\":\"0\"},\"student_scholarship_student_name\":{\"value\":\"1\",\"is_array\":\"0\"},\"student_scholarship_student_session\":{\"value\":\"1\",\"is_array\":\"0\"},\"student_scholarship_student\":{\"value\":\"1\",\"is_array\":\"0\"}}},\"3653ce8d67\":{\"settings\":{\"student_scholarship_table_heading\":{\"value\":\"Student Scholarship Information\",\"is_array\":\"0\"},\"photo_title\":{\"value\":\"Student Photo\",\"is_array\":\"0\"},\"name_title\":{\"value\":\"Name\",\"is_array\":\"0\"},\"session_title\":{\"value\":\"Session\",\"is_array\":\"0\"},\"scholarship_title\":{\"value\":\"Scholarship\",\"is_array\":\"0\"}}},\"3653cf1795\":{\"settings\":{\"student_scholarship_table_heading\":{\"value\":\"Student Scholarship Information\",\"is_array\":\"0\"},\"photo_title\":{\"value\":\"Student Photo\",\"is_array\":\"0\"},\"name_title\":{\"value\":\"Name\",\"is_array\":\"0\"},\"session_title\":{\"value\":\"Session\",\"is_array\":\"0\"},\"scholarship_title\":{\"value\":\"Scholarship\",\"is_array\":\"0\"}}},\"3653cf55af\":{\"settings\":{\"student_scholarship_table_heading\":{\"value\":\"Student Scholarship Information\",\"is_array\":\"0\"},\"photo_title\":{\"value\":\"Student Photo\",\"is_array\":\"0\"},\"name_title\":{\"value\":\"Name\",\"is_array\":\"0\"},\"session_title\":{\"value\":\"Session\",\"is_array\":\"0\"},\"scholarship_title\":{\"value\":\"Scholarship\",\"is_array\":\"0\"},\"student_scholarship_student_photo\":{\"value\":\"1\",\"is_array\":\"0\"}}},\"3653cfdad7\":{\"settings\":{\"student_scholarship_table_heading\":{\"value\":\"Student Scholarship Information\",\"is_array\":\"0\"},\"photo_title\":{\"value\":\"Student Photo\",\"is_array\":\"0\"},\"name_title\":{\"value\":\"Name\",\"is_array\":\"0\"},\"session_title\":{\"value\":\"Session\",\"is_array\":\"0\"},\"scholarship_title\":{\"value\":\"Scholarship\",\"is_array\":\"0\"}}},\"3653cg0ha7\":{\"settings\":{\"student_scholarship_table_heading\":{\"value\":\"Student Scholarship Informationyy\",\"is_array\":\"0\"},\"photo_title\":{\"value\":\"Student Photoy\",\"is_array\":\"0\"},\"name_title\":{\"value\":\"Namey\",\"is_array\":\"0\"},\"session_title\":{\"value\":\"Session7\",\"is_array\":\"0\"},\"scholarship_title\":{\"value\":\"Scholarship858899\",\"is_array\":\"0\"},\"student_scholarship_student_photo\":{\"value\":\"1\",\"is_array\":\"0\"},\"student_scholarship_student_name\":{\"value\":\"1\",\"is_array\":\"0\"},\"student_scholarship_student_session\":{\"value\":\"1\",\"is_array\":\"0\"},\"student_scholarship_student\":{\"value\":\"1\",\"is_array\":\"0\"}}},\"3653e1jhd1\":{\"settings\":{\"student_scholarship_table_heading\":{\"value\":\"Student Scholarship Information\",\"is_array\":\"0\"},\"photo_title\":{\"value\":\"Student Photo\",\"is_array\":\"0\"},\"name_title\":{\"value\":\"Name\",\"is_array\":\"0\"},\"session_title\":{\"value\":\"Session\",\"is_array\":\"0\"},\"scholarship_title\":{\"value\":\"Scholarship\",\"is_array\":\"0\"},\"student_scholarship_student_photo\":{\"value\":\"1\",\"is_array\":\"0\"},\"student_scholarship_student_name\":{\"value\":\"1\",\"is_array\":\"0\"},\"student_scholarship_student_session\":{\"value\":\"1\",\"is_array\":\"0\"},\"student_scholarship_student\":{\"value\":\"1\",\"is_array\":\"0\"}}},\"3653f45fc1\":{\"settings\":{\"facilities_image_align\":{\"value\":\"right\",\"is_array\":\"0\"},\"facilities_image_upload\":{\"value\":[\"{\\\"type\\\":\\\"image\\\",\\\"name\\\":\\\"AcA2LnWL_400x400.jpg\\\",\\\"path\\\":\\\"optionbuilder\\/uploads\\/76310-02-2023_0358pmAcA2LnWL_400x400.jpg\\\",\\\"mime\\\":\\\"jpg\\\",\\\"size\\\":16559,\\\"thumbnail\\\":\\\"https:\\/\\/schoool.w-manage.org\\/public\\/edulia\\/optionbuilder\\/uploads\\/76310-02-2023_0358pmAcA2LnWL_400x400.jpg\\\"}\"],\"is_array\":\"1\"},\"facilities_heading\":{\"value\":\"AC Smart Classrooms\",\"is_array\":\"0\"},\"facilities_description\":{\"value\":\"Explore new skills, deepen existing passions, and get lost creativity what you find just might surprise and inspire you. Explore new skills deepen existing passions. What you find just might surprise and inspire you with so much to explore isn\\u2019t existing passions, and get lost in creativity.\",\"is_array\":\"0\"}}},\"3653f4b6ah\":{\"settings\":{\"facilities_image_align\":{\"value\":\"left\",\"is_array\":\"0\"},\"facilities_image_upload\":{\"value\":[\"{\\\"type\\\":\\\"image\\\",\\\"name\\\":\\\"addidas.jpg\\\",\\\"path\\\":\\\"optionbuilder\\\\\\/uploads\\\\\\/714310-02-2023_0359pmaddidas.jpg\\\",\\\"mime\\\":\\\"jpg\\\",\\\"size\\\":33836,\\\"thumbnail\\\":\\\"https:\\/\\/schoool.w-manage.org\\/public\\\\\\/edulia\\\\\\/optionbuilder\\\\\\/uploads\\\\\\/714310-02-2023_0359pmaddidas.jpg\\\"}\"],\"is_array\":\"1\"},\"facilities_heading\":{\"value\":\"AC Smart Classrooms\",\"is_array\":\"0\"},\"facilities_description\":{\"value\":\"Explore new skills, deepen existing passions, and get lost creativity what you find just might surprise and inspire you. Explore new skills deepen existing passions. What you find just might surprise and inspire you with so much to explore isn\\u2019t existing passions, and get lost in creativity.\",\"is_array\":\"0\"}}},\"3654h470eh\":{\"settings\":{\"page_heading_title\":{\"value\":\"Outreach,ernational Exchange Program\",\"is_array\":\"0\"},\"page_heading_sub_title\":{\"value\":\"Explore new skills, deepen existing passions, and get lost creativity What you find just might surprise and inspire you with so much to explore isn\\u2019t existing passions, and get lost in creativity.te\",\"is_array\":\"0\"}}},\"3654h4b840\":{\"settings\":{\"page_heading_title\":{\"value\":\"Outreach, Exposure and International Exchange Program\",\"is_array\":\"0\"},\"page_heading_sub_title\":{\"value\":\"Explore new skills, deepen existing passions, and get lost creativity What you find just might surprise and inspire you with so much to explore isn\\u2019t existing passions, and get lost in creativity.\",\"is_array\":\"0\"}}},\"3654haf298\":{\"settings\":{\"upload_image_alignment\":{\"value\":\"center\",\"is_array\":\"0\"},\"upload_image_grid\":{\"value\":\"4\",\"is_array\":\"0\"},\"upload_image_link\":{\"value\":\"\",\"is_array\":\"0\"}}},\"3654id412c\":{\"styles\":{\"content_width\":\"\",\"width-height-type\":\"px\",\"width\":\"\",\"height\":\"\",\"min-width\":\"\",\"max-width\":\"\",\"min-height\":\"\",\"max-height\":\"\",\"margin-type\":\"px\",\"margin-top\":\"\",\"margin-right\":\"\",\"margin-bottom\":\"\",\"margin-left\":\"\",\"padding-type\":\"px\",\"padding-top\":\"\",\"padding-right\":\"\",\"padding-bottom\":\"\",\"padding-left\":\"\",\"z-index\":\"\",\"classes\":\"\",\"custom_attributes\":\"\",\"background-size\":\"\",\"background-position\":\"\"}},\"3654if227i\":{\"settings\":{\"page_heading_title\":{\"value\":\"Outreach, Exposure and International Exchange Program\",\"is_array\":\"0\"},\"page_heading_sub_title\":{\"value\":\"Explore new skills, deepen existing passions, and get lost creativity What you find just might surprise and inspire you with so much to explore isn\\u2019t existing passions, and get lost in creativity.\",\"is_array\":\"0\"}}},\"3654j814ga\":{\"settings\":{\"upload_image_file\":{\"value\":[\"{\\\"type\\\":\\\"image\\\",\\\"name\\\":\\\"AcA2LnWL_400x400.jpg\\\",\\\"path\\\":\\\"optionbuilder\\/uploads\\/110710-03-2023_0128pmAcA2LnWL_400x400.jpg\\\",\\\"mime\\\":\\\"jpg\\\",\\\"size\\\":16559,\\\"thumbnail\\\":\\\"https:\\/\\/schoool.w-manage.org\\/public\\/edulia\\/optionbuilder\\/uploads\\/110710-03-2023_0128pmAcA2LnWL_400x400.jpg\\\"}\"],\"is_array\":\"1\"},\"upload_image_alignment\":{\"value\":\"center\",\"is_array\":\"0\"},\"upload_image_width_percent\":{\"value\":\"100\",\"is_array\":\"0\"},\"upload_image_link\":{\"value\":\"\",\"is_array\":\"0\"}}},\"36550483jd\":{\"settings\":{\"upload_image_alignment\":{\"value\":\"center\",\"is_array\":\"0\"},\"upload_image_width_percent\":{\"value\":\"100\",\"is_array\":\"0\"},\"upload_image_link\":{\"value\":\"\",\"is_array\":\"0\"}}},\"365518c370\":{\"settings\":{\"upload_image_file\":{\"value\":[\"{\\\"type\\\":\\\"image\\\",\\\"name\\\":\\\"addidas.jpg\\\",\\\"path\\\":\\\"optionbuilder\\/uploads\\/690410-03-2023_0324pmaddidas.jpg\\\",\\\"mime\\\":\\\"jpg\\\",\\\"size\\\":33836,\\\"thumbnail\\\":\\\"https:\\/\\/schoool.w-manage.org\\/public\\/edulia\\/optionbuilder\\/uploads\\/690410-03-2023_0324pmaddidas.jpg\\\"}\"],\"is_array\":\"1\"},\"upload_image_alignment\":{\"value\":\"center\",\"is_array\":\"0\"},\"upload_image_width_percent\":{\"value\":\"25\",\"is_array\":\"0\"},\"upload_image_link\":{\"value\":\"\",\"is_array\":\"0\"}}},\"3655460i82\":{\"settings\":{\"teacher_sub_heading\":{\"value\":\"Teachers\",\"is_array\":\"0\"},\"teacher_heading\":{\"value\":\"Our Expart Teachers\",\"is_array\":\"0\"},\"teacher_count\":{\"value\":\"3\",\"is_array\":\"0\"},\"teacher_area_column\":{\"value\":\"4\",\"is_array\":\"0\"},\"teacher_button\":{\"value\":\"SEE MORE\",\"is_array\":\"0\"}}},\"36564978h7\":{\"settings\":{\"course_sub_heading\":{\"value\":\"#TOP COURSES\",\"is_array\":\"0\"},\"course_heading\":{\"value\":\"Find What Fascinates you\",\"is_array\":\"0\"},\"course_description\":{\"value\":\"Choose the most powerful courses and always be on demand\",\"is_array\":\"0\"},\"course_count\":{\"value\":\"3\",\"is_array\":\"0\"},\"course_area_column\":{\"value\":\"4\",\"is_array\":\"0\"},\"course_sorting\":{\"value\":\"asc\",\"is_array\":\"0\"}}},\"3657b93g71\":{\"settings\":{\"header_top_phone\":{\"value\":\"+1 (123) 456-7890\",\"is_array\":\"0\"},\"header_top_phone_display\":{\"value\":\"1\",\"is_array\":\"0\"},\"header_top_email\":{\"value\":\"info@spondonit.net\",\"is_array\":\"0\"},\"header_top_email_display\":{\"value\":\"1\",\"is_array\":\"0\"},\"header_social_icons\":{\"value\":{\"9601696484672\":{\"header-icon-class\":\"fab fa-twitter\",\"header-icon-url\":\"https:\\/\\/twitter.com\\/\"},\"1696484678099\":{\"header-icon-class\":\"fab fa-facebook\",\"header-icon-url\":\"wwwww\"},\"1696486626472\":{\"header-icon-class\":\"\",\"header-icon-url\":\"\"}},\"is_array\":\"1\"},\"header_menu_search\":{\"value\":\"1\",\"is_array\":\"0\"},\"header_menu_search_placeholder\":{\"value\":\"Search...\",\"is_array\":\"0\"}}},\"3657ea294d\":{\"settings\":{\"header-left-menus\":{\"value\":{\"6091696494422\":{\"header-left-menu-icon-class\":\"fa fa-phone-alt\",\"header-left-menu-label\":\"+1 (123) 456-7890\",\"header-left-menu-icon-url\":\"\"},\"1696494440257\":{\"header-left-menu-icon-class\":\"fgrgggegg\",\"header-left-menu-label\":\"\",\"header-left-menu-icon-url\":\"\"}},\"is_array\":\"1\"},\"header-right-menus\":{\"value\":{\"831696494422\":{\"header-right-icon-class\":\"fab fa-twitter\",\"header-right-menu-label\":\"Edulia\",\"header-right-icon-url\":\"https:\\/\\/twitter.com\\/\"}},\"is_array\":\"1\"},\"header_menu_search\":{\"value\":\"1\",\"is_array\":\"0\"},\"header_menu_search_placeholder\":{\"value\":\"Search...\",\"is_array\":\"0\"}}},\"3657ea97ge\":{\"settings\":{\"header-left-menus\":{\"value\":{\"5881696494477\":{\"header-left-menu-icon-class\":\"fa fa-phone-alt\",\"header-left-menu-label\":\"+1 (123) 456-7890\",\"header-left-menu-icon-url\":\"\"}},\"is_array\":\"1\"},\"header-right-menus\":{\"value\":{\"3881696494477\":{\"header-right-icon-class\":\"fab fa-twitter\",\"header-right-menu-label\":\"Edulia\",\"header-right-icon-url\":\"https:\\/\\/twitter.com\\/\"}},\"is_array\":\"1\"},\"header_menu_search\":{\"value\":\"1\",\"is_array\":\"0\"},\"header_menu_search_placeholder\":{\"value\":\"Search...\",\"is_array\":\"0\"}}},\"3657f106gb\":{\"settings\":{\"header-left-menus\":{\"value\":{\"6171696496165\":{\"header-left-menu-icon-class\":\"fa fa-phone-alt\",\"header-left-menu-label\":\"+1 (123) 456-7890\",\"header-left-menu-icon-url\":\"\"}},\"is_array\":\"1\"},\"header-right-menus\":{\"value\":{\"1931696496165\":{\"header-right-icon-class\":\"fab fa-twitter\",\"header-right-menu-label\":\"Edulia\",\"header-right-icon-url\":\"https:\\/\\/twitter.com\\/\"}},\"is_array\":\"1\"},\"header_menu_search\":{\"value\":\"1\",\"is_array\":\"0\"},\"header_menu_search_placeholder\":{\"value\":\"Search...\",\"is_array\":\"0\"}}},\"3657ffg734\":{\"settings\":{\"header-left-menus\":{\"value\":{\"6221696498534\":{\"header-left-menu-icon-class\":\"fa fa-phone-alt\",\"header-left-menu-label\":\"+1 (123) 456-7890\",\"header-left-menu-icon-url\":\"\"}},\"is_array\":\"1\"},\"header-right-menus\":{\"value\":{\"9561696498534\":{\"header-right-icon-class\":\"fab fa-twitter\",\"header-right-menu-label\":\"Edulia\",\"header-right-icon-url\":\"https:\\/\\/twitter.com\\/\"}},\"is_array\":\"1\"},\"header_menu_search\":{\"value\":\"1\",\"is_array\":\"0\"},\"header_menu_search_placeholder\":{\"value\":\"Search...\",\"is_array\":\"0\"}}},\"3657h06h7i\":{\"settings\":{\"footer-left-content-column\":{\"value\":\"4\",\"is_array\":\"0\"},\"footer-right-content-text\":{\"value\":\"Matie boy chancer argy bargy blower golly gosh butty bog matie boy chancer argybar gy blower gollygosh butty bog. Blower golly gosh butty bog matie boychan argybargy blower\",\"is_array\":\"0\"},\"footer-right-content-column\":{\"value\":\"0\",\"is_array\":\"0\"},\"footer-copy-right-text-display\":{\"value\":\"1\",\"is_array\":\"0\"},\"footer-copy-right-text\":{\"value\":\"2021 Edulia All rights reserved. Made By CodeThemes\",\"is_array\":\"0\"},\"footer-social-icons\":{\"value\":{\"6781696502457\":{\"footer-social-icon-class\":\"fab fa-twitter\",\"footer-social-label\":\"\",\"footer-social-icon-url\":\"https:\\/\\/twitter.com\\/\"}},\"is_array\":\"1\"}}},\"3657h5j2gc\":{\"settings\":{\"footer-left-content-column\":{\"value\":\"4\",\"is_array\":\"0\"},\"footer-right-content-text\":{\"value\":\"Matie boy chancer argy bargy blower golly gosh butty bog matie boy chancer argybar gy blower gollygosh butty bog. Blower golly gosh butty bog matie boychan argybargy blower\",\"is_array\":\"0\"},\"footer-right-content-column\":{\"value\":\"8\",\"is_array\":\"0\"},\"footer-copy-right-text-display\":{\"value\":\"1\",\"is_array\":\"0\"},\"footer-content-links\":{\"value\":{\"8341696503355\":{\"footer-section-title\":\"Company\"},\"1696503471714\":{\"footer-section-title\":\"\",\"footer-section-link\":\"\"}},\"is_array\":\"1\"},\"footer-section-content-links\":{\"value\":{\"1341696503355\":{\"footer-section-link\":\"Company\"},\"1696503404204\":{\"footer-section-link\":\"\"},\"1696503406984\":{\"footer-section-link\":\"\"},\"1696503410671\":{\"footer-section-link\":\"\"},\"1696503411842\":{\"footer-section-link\":\"\"},\"1696503417148\":{\"footer-section-link\":\"\"},\"1696503418356\":{\"footer-section-link\":\"\"}},\"is_array\":\"1\"},\"footer-copy-right-text\":{\"value\":\"2021 Edulia All rights reserved. Made By CodeThemes\",\"is_array\":\"0\"},\"footer-social-icons\":{\"value\":{\"2221696503355\":{\"footer-social-icon-class\":\"fab fa-twitter\",\"footer-social-label\":\"\",\"footer-social-icon-url\":\"https:\\/\\/twitter.com\\/\"}},\"is_array\":\"1\"}}},\"3657h6i993\":{\"settings\":{\"footer-left-content-column\":{\"value\":\"4\",\"is_array\":\"0\"},\"footer-right-content-text\":{\"value\":\"Matie boy chancer argy bargy blower golly gosh butty bog matie boy chancer argybar gy blower gollygosh butty bog. Blower golly gosh butty bog matie boychan argybargy blower\",\"is_array\":\"0\"},\"footer-right-content-column\":{\"value\":\"8\",\"is_array\":\"0\"},\"footer-copy-right-text-display\":{\"value\":\"1\",\"is_array\":\"0\"},\"footer-content-links\":{\"value\":{\"1061696503509\":{\"footer-section-title\":\"Company\"},\"1696503519762\":{\"footer-section-title\":\"\",\"footer-section-link\":\"\"}},\"is_array\":\"1\"},\"footer-section-content-links\":{\"value\":{\"2951696503509\":{\"footer-section-link\":\"Company\"}},\"is_array\":\"1\"},\"footer-copy-right-text\":{\"value\":\"2021 Edulia All rights reserved. Made By CodeThemes\",\"is_array\":\"0\"},\"footer-social-icons\":{\"value\":{\"7091696503509\":{\"footer-social-icon-class\":\"fab fa-twitter\",\"footer-social-label\":\"\",\"footer-social-icon-url\":\"https:\\/\\/twitter.com\\/\"},\"1696503530381\":{\"footer-social-icon-class\":\"\",\"footer-social-label\":\"\",\"footer-social-icon-url\":\"\"}},\"is_array\":\"1\"}}},\"3657i8g3ic\":{\"settings\":{\"about_info_heading\":{\"value\":\"Our Education System Works For You.\",\"is_array\":\"0\"},\"about_info_description\":{\"value\":\"Explore new skills, deepen existing passions, and get lost creativity What you find just might surprise and inspire you. Explore new skills, deepen existing passions, and get lost creativity. What you find just might surprise and inspire you. With so much to explore isn\\u2019t existing passions, and get lost in creativity.\",\"is_array\":\"0\"}}},\"3657i8i8i2\":{\"settings\":{\"about_info_heading\":{\"value\":\"Our Education System Works For You.\",\"is_array\":\"0\"},\"about_info_description\":{\"value\":\"Explore new skills, deepen existing passions, and get lost creativity What you find just might surprise and inspire you. Explore new skills, deepen existing passions, and get lost creativity. What you find just might surprise and inspire you. With so much to explore isn\\u2019t existing passions, and get lost in creativity.\",\"is_array\":\"0\"}}},\"3657ijajch\":{\"settings\":{\"footer-left-content-column\":{\"value\":\"4\",\"is_array\":\"0\"},\"footer-right-content-text\":{\"value\":\"Matie boy chancer argy bargy blower golly gosh butty bog matie boy chancer argybar gy blower gollygosh butty bog. Blower golly gosh butty bog matie boychan argybargy blower\",\"is_array\":\"0\"},\"footer-right-content-column\":{\"value\":\"8\",\"is_array\":\"0\"},\"footer-copy-right-text-display\":{\"value\":\"1\",\"is_array\":\"0\"},\"footer-content-links\":{\"value\":{\"8161696508730\":{\"footer-section-title\":\"Company\"}},\"is_array\":\"1\"},\"footer-section-content-links\":{\"value\":{\"9891696508777\":{\"footer-section-link\":\"Company\"}},\"is_array\":\"1\"},\"footer-copy-right-text\":{\"value\":\"2021 Edulia All rights reserved. Made By CodeThemes\",\"is_array\":\"0\"},\"footer-social-icons\":{\"value\":{\"6861696508730\":{\"footer-social-icon-class\":\"fab fa-twitter\",\"footer-social-label\":\"\",\"footer-social-icon-url\":\"https:\\/\\/twitter.com\\/\"}},\"is_array\":\"1\"}}},\"3657ijcd32\":{\"settings\":{\"footer-social-icons\":{\"value\":{\"3401696508743\":{\"footer-social-icon-class\":\"fab fa-twitter\",\"footer-social-label\":\"\",\"footer-social-icon-url\":\"https:\\/\\/twitter.com\\/\"}},\"is_array\":\"1\"}}},\"3657ijegce\":{\"settings\":{\"footer-social-icons\":{\"value\":{\"4861696508760\":{\"footer-social-icon-class\":\"fab fa-twitter\",\"footer-social-label\":\"\",\"footer-social-icon-url\":\"https:\\/\\/twitter.com\\/\"}},\"is_array\":\"1\"}}},\"3658gd3i3j\":{\"settings\":{\"footer-left-content-column\":{\"value\":\"4\",\"is_array\":\"0\"},\"footer-right-content-text\":{\"value\":\"Matie boy chancer argy bargy blower golly gosh butty bog matie boy chancer argybar gy blower gollygosh butty bog. Blower golly gosh butty bog matie boychan argybargy blower\",\"is_array\":\"0\"},\"footer-right-content-column\":{\"value\":\"8\",\"is_array\":\"0\"},\"footer-copy-right-text-display\":{\"value\":\"1\",\"is_array\":\"0\"},\"footer-content-links\":{\"value\":{\"2141696565313\":{\"footer-section-title\":\"Company\"}},\"is_array\":\"1\"},\"footer-section-content-links\":{\"value\":{\"5331696565313\":{\"footer-section-link\":\"Company\"}},\"is_array\":\"1\"},\"footer-copy-right-text\":{\"value\":\"2021 Edulia All rights reserved. Made By CodeThemes\",\"is_array\":\"0\"},\"footer-social-icons\":{\"value\":{\"3651696565313\":{\"footer-social-icon-class\":\"fab fa-twitter\",\"footer-social-label\":\"\",\"footer-social-icon-url\":\"https:\\/\\/twitter.com\\/\"}},\"is_array\":\"1\"}}},\"3658ge4j8d\":{\"settings\":{\"footer-widget-heading\":{\"value\":\"Company\",\"is_array\":\"0\"},\"footer-widget-links\":{\"value\":{\"7271696565482\":{\"footer-widget-label\":\"About Us\",\"footer-widget-url\":\"https:\\/\\/test.com\\/\"}},\"is_array\":\"1\"}}},\"3658ge5g52\":{\"settings\":{\"footer-widget-heading\":{\"value\":\"Company\",\"is_array\":\"0\"},\"footer-widget-links\":{\"value\":{\"8161696565489\":{\"footer-widget-label\":\"About Us\",\"footer-widget-url\":\"https:\\/\\/test.com\\/\"}},\"is_array\":\"1\"}}},\"3658hi8e7d\":{\"settings\":{\"footer-widget-heading\":{\"value\":\"Company\",\"is_array\":\"0\"},\"footer-widget-links\":{\"value\":{\"5041696569351\":{\"footer-widget-label\":\"About Us\",\"footer-widget-url\":\"https:\\/\\/test.com\\/\",\"footer-widget-open-url\":\"new_tab\"}},\"is_array\":\"1\"}}},\"3658hge9ea\":{\"styles\":{\"content_width\":\"\",\"width-height-type\":\"px\",\"width\":\"\",\"height\":\"\",\"min-width\":\"\",\"max-width\":\"\",\"min-height\":\"\",\"max-height\":\"\",\"margin-type\":\"px\",\"margin-top\":\"\",\"margin-right\":\"\",\"margin-bottom\":\"\",\"margin-left\":\"\",\"padding-type\":\"px\",\"padding-top\":\"\",\"padding-right\":\"\",\"padding-bottom\":\"\",\"padding-left\":\"\",\"z-index\":\"\",\"classes\":\"\",\"custom_attributes\":\"\",\"background-size\":\"\",\"background-position\":\"\"}},\"3658hj921a\":{\"settings\":{\"footer-widget-heading\":{\"value\":\"Company\",\"is_array\":\"0\"},\"footer-widget-links\":{\"value\":{\"6521696569515\":{\"footer-widget-label\":\"About Us\",\"footer-widget-url\":\"https:\\/\\/test.com\\/\",\"footer-widget-open-url\":\"new_tab\"},\"1696569524272\":{\"footer-widget-label\":\"\",\"footer-widget-url\":\"\",\"footer-widget-open-url\":\"new_tab\"},\"1696569525643\":{\"footer-widget-label\":\"\",\"footer-widget-url\":\"\",\"footer-widget-open-url\":\"new_tab\"}},\"is_array\":\"1\"}}},\"3658hj8a9i\":{\"styles\":{\"content_width\":\"\",\"width-height-type\":\"px\",\"width\":\"\",\"height\":\"\",\"min-width\":\"\",\"max-width\":\"\",\"min-height\":\"\",\"max-height\":\"\",\"margin-type\":\"px\",\"margin-top\":\"\",\"margin-right\":\"\",\"margin-bottom\":\"\",\"margin-left\":\"\",\"padding-type\":\"px\",\"padding-top\":\"\",\"padding-right\":\"\",\"padding-bottom\":\"\",\"padding-left\":\"\",\"z-index\":\"\",\"classes\":\"\",\"custom_attributes\":\"\",\"background-size\":\"\",\"background-position\":\"\"}},\"3658i4959d\":{\"settings\":{\"footer-copy-right-text\":{\"value\":\"\\u00a9 2021 Edulia. All rights reserved. Made By CodeThemes.\",\"is_array\":\"0\"},\"footer-social-icons\":{\"value\":{\"4361696570316\":{\"footer-social-icon-class\":\"fab fa-twitter\",\"footer-social-label\":\"\",\"footer-social-icon-url\":\"https:\\/\\/twitter.com\\/\"}},\"is_array\":\"1\"}}},\"3658i49163\":{\"styles\":{\"content_width\":\"\",\"width-height-type\":\"px\",\"width\":\"\",\"height\":\"\",\"min-width\":\"\",\"max-width\":\"\",\"min-height\":\"\",\"max-height\":\"\",\"margin-type\":\"px\",\"margin-top\":\"\",\"margin-right\":\"\",\"margin-bottom\":\"\",\"margin-left\":\"\",\"padding-type\":\"px\",\"padding-top\":\"\",\"padding-right\":\"\",\"padding-bottom\":\"\",\"padding-left\":\"\",\"z-index\":\"\",\"classes\":\"\",\"custom_attributes\":\"\",\"background-size\":\"\",\"background-position\":\"\"}},\"3658ie59fe\":{\"settings\":{\"footer-copy-right-text\":{\"value\":\"\\u00a9 2021 Edulia. All rights reserved. Made By CodeThemes.\",\"is_array\":\"0\"},\"footer-social-icons\":{\"value\":{\"3271696571886\":{\"footer-social-icon-class\":\"fab fa-twitter\",\"footer-social-label\":\"\",\"footer-social-icon-url\":\"https:\\/\\/twitter.com\\/\"},\"1696571899595\":{\"footer-social-icon-class\":\"\",\"footer-social-label\":\"\",\"footer-social-icon-url\":\"\"}},\"is_array\":\"1\"}}},\"36591gji38\":{\"settings\":{\"footer-right-content-text\":{\"value\":\"Matie boy chancer argy bargy blower golly gosh butty bog matie boy chancer argybar gy blower gollygosh butty bog. Blower golly gosh butty bog matie boychan argybargy blower\",\"is_array\":\"0\"}}},\"365921eac7\":{\"settings\":{\"footer-right-content-text\":{\"value\":\"Matie boy chancer argy bargy blower golly gosh butty bog matie boy chancer argybar gy blower gollygosh butty bog. Blower golly gosh butty bog matie boychan argybargy blower sd\",\"is_array\":\"0\"},\"footer-content-bg-color\":{\"value\":\"black\",\"is_array\":\"0\"}}},\"365921hb1j\":{\"settings\":{\"footer-right-content-text\":{\"value\":\"Matie boy chancer argy bargy blower golly gosh butty bog matie boy chancer argybar gy blower gollygosh butty bog. Blower golly gosh butty bog matie boychan argybargy blower \",\"is_array\":\"0\"},\"footer-content-bg-color\":{\"value\":\"black\",\"is_array\":\"0\"}}},\"365922h57b\":{\"settings\":{\"footer-right-content-text\":{\"value\":\"Matie boy chancer argy bargy blower golly gosh butty bog matie boy chancer argybar gy blower gollygosh butty bog. Blower golly gosh butty bog matie boychan argybargy blowertt\",\"is_array\":\"0\"},\"footer-content-bg-color\":{\"value\":\"black\",\"is_array\":\"0\"}}},\"36592cif2b\":{\"settings\":{\"footer-right-content-text\":{\"value\":\"Matie boy chancer argy bargy blower golly gosh butty bog matie boy chancer argybar gy blower gollygosh butty bog. Blower golly gosh butty bog matie boychan argybargy blower test\",\"is_array\":\"0\"},\"footer-content-bg-color\":{\"value\":\"black\",\"is_array\":\"0\"}}},\"36592f74cj\":{\"settings\":{\"footer-right-content-text\":{\"value\":\"Matie boy chancer argy bargy blower golly gosh butty bog matie boy chancer argybar gy blower gollygosh butty bog. Blower golly gosh butty bog matie boychan argybargy blower t\",\"is_array\":\"0\"},\"footer-content-bg-color\":{\"value\":\"black\",\"is_array\":\"0\"}}},\"36592g8b70\":{\"settings\":{\"footer-copy-right-text\":{\"value\":\"\\u00a9 2021 Edulia. All rights reserved. Made By CodeThemes.\",\"is_array\":\"0\"},\"footer-social-icons\":{\"value\":{\"5181696585031\":{\"footer-social-icon-class\":\"fab fa-twitter\",\"footer-social-label\":\"\",\"footer-social-icon-url\":\"https:\\/\\/twitter.com\\/\"}},\"is_array\":\"1\"}}},\"36592gb4j0\":{\"settings\":{\"footer-copy-right-text\":{\"value\":\"\\u00a9 2021 Edulia. All rights reserved. Made By CodeThemes.\",\"is_array\":\"0\"},\"footer-social-icons\":{\"value\":{\"6931696585052\":{\"footer-social-icon-class\":\"fab fa-twitter\",\"footer-social-label\":\"\",\"footer-social-icon-url\":\"https:\\/\\/twitter.com\\/\"}},\"is_array\":\"1\"}}},\"36592hdi1h\":{\"settings\":{\"footer-right-content-text\":{\"value\":\"Matie boy chancer argy bargy blower golly gosh butty bog matie boy chancer argybar gy blower gollygosh butty bog. Blower golly gosh butty bog matie boychan argybargy blower\",\"is_array\":\"0\"},\"footer-content-bg-color\":{\"value\":\"rgba(0,0,0,0)\",\"is_array\":\"0\"}}},\"3659312d0j\":{\"settings\":{\"footer-right-content-text\":{\"value\":\"Matie boy chancer argy bargy blower golly gosh butty bog matie boy chancer argybar gy blower gollygosh butty bog. Blower golly gosh butty bog matie boychan argybargy blower\",\"is_array\":\"0\"},\"footer-content-bg-color\":{\"value\":\"rgb(0,0,0)\",\"is_array\":\"0\"}}},\"3659323bj8\":{\"settings\":{\"footer_menu_image\":{\"value\":[\"{\\\"type\\\":\\\"image\\\",\\\"name\\\":\\\"addidas.jpg\\\",\\\"path\\\":\\\"optionbuilder\\\\\\/uploads\\\\\\/942710-06-2023_0404pmaddidas.jpg\\\",\\\"mime\\\":\\\"jpg\\\",\\\"size\\\":33836,\\\"thumbnail\\\":\\\"https:\\/\\/schoool.w-manage.org\\/public\\\\\\/edulia\\\\\\/optionbuilder\\\\\\/uploads\\\\\\/942710-06-2023_0404pmaddidas.jpg\\\"}\"],\"is_array\":\"1\"},\"footer-right-content-text\":{\"value\":\"Matie boy chancer argy bargy blower golly gosh butty bog matie boy chancer argybar gy blower gollygosh butty bog. Blower golly gosh butty bog matie boychan argybargy blower\",\"is_array\":\"0\"},\"footer-content-bg-color\":{\"value\":\"rgb(0,0,0)\",\"is_array\":\"0\"}}},\"3659406b91\":{\"settings\":{\"footer_menu_image\":{\"value\":[\"{\\\"type\\\":\\\"image\\\",\\\"name\\\":\\\"addidas.jpg\\\",\\\"path\\\":\\\"optionbuilder\\\\\\/uploads\\\\\\/16910-06-2023_0441pmaddidas.jpg\\\",\\\"mime\\\":\\\"jpg\\\",\\\"size\\\":33836,\\\"thumbnail\\\":\\\"https:\\/\\/schoool.w-manage.org\\/public\\\\\\/edulia\\\\\\/optionbuilder\\\\\\/uploads\\\\\\/16910-06-2023_0441pmaddidas.jpg\\\"}\"],\"is_array\":\"1\"},\"footer-right-content-text\":{\"value\":\"Matie boy chancer argy bargy blower golly gosh butty bog matie boy chancer argybar gy blower gollygosh butty bog. Blower golly gosh butty bog matie boychan argybargy blower \",\"is_array\":\"0\"},\"footer-content-bg-color\":{\"value\":\"rgb(0,0,0)\",\"is_array\":\"0\"}}},\"365954gj02\":{\"settings\":{\"footer_menu_image\":{\"value\":[\"{\\\"type\\\":\\\"image\\\",\\\"name\\\":\\\"addidas.jpg\\\",\\\"path\\\":\\\"optionbuilder\\\\\\/uploads\\\\\\/632610-06-2023_0546pmaddidas.jpg\\\",\\\"mime\\\":\\\"jpg\\\",\\\"size\\\":33836,\\\"thumbnail\\\":\\\"https:\\/\\/schoool.w-manage.org\\/public\\\\\\/edulia\\\\\\/optionbuilder\\\\\\/uploads\\\\\\/632610-06-2023_0546pmaddidas.jpg\\\"}\"],\"is_array\":\"1\"},\"footer-right-content-text\":{\"value\":\"Matie boy chancer argy bargy blower golly gosh butty bog matie boy chancer argybar gy blower gollygosh butty bog. Blower golly gosh butty bog matie boychan argybargy blower\",\"is_array\":\"0\"},\"footer-content-bg-color\":{\"value\":\"rgb(0,0,0)\",\"is_array\":\"0\"}}},\"36595610b4\":{\"settings\":{\"about_area_img_1\":{\"value\":[\"{\\\"type\\\":\\\"image\\\",\\\"name\\\":\\\"AcA2LnWL_400x400.jpg\\\",\\\"path\\\":\\\"optionbuilder\\\\\\/uploads\\\\\\/726710-06-2023_0549pmAcA2LnWL_400x400.jpg\\\",\\\"mime\\\":\\\"jpg\\\",\\\"size\\\":16559,\\\"thumbnail\\\":\\\"https:\\/\\/schoool.w-manage.org\\/public\\\\\\/edulia\\\\\\/optionbuilder\\\\\\/uploads\\\\\\/726710-06-2023_0549pmAcA2LnWL_400x400.jpg\\\"}\"],\"is_array\":\"1\"},\"about_area_heading\":{\"value\":\"When Ambition Meets Opportunity.\",\"is_array\":\"0\"},\"about_area_description\":{\"value\":\"Explore new skills, deepen existing passions, and get lost creativity What you find just might surprise and inspire you. With so much to explore isn\\u2019t existing passions, and get lost in creativity.tt\",\"is_array\":\"0\"},\"about_area_list_items\":{\"value\":{\"3361696592971\":{\"item_heading\":\"International Certification\",\"item_description\":\"You can start and finish one of these popular courses in under our site\"}},\"is_array\":\"1\"}}},\"36595bfhg8\":{\"settings\":{\"footer_menu_image\":{\"value\":[\"{\\\"type\\\":\\\"image\\\",\\\"name\\\":\\\"AcA2LnWL_400x400.jpg\\\",\\\"path\\\":\\\"optionbuilder\\/uploads\\/861510-06-2023_0605pmAcA2LnWL_400x400.jpg\\\",\\\"mime\\\":\\\"jpg\\\",\\\"size\\\":16559,\\\"thumbnail\\\":\\\"https:\\/\\/schoool.w-manage.org\\/public\\/edulia\\/optionbuilder\\/uploads\\/861510-06-2023_0605pmAcA2LnWL_400x400.jpg\\\"}\"],\"is_array\":\"1\"},\"footer-right-content-text\":{\"value\":\"Matie boy chancer argy bargy blower\",\"is_array\":\"0\"},\"footer-content-bg-color\":{\"value\":\"rgb(255,255,255)\",\"is_array\":\"0\"}}},\"36595d5egg\":{\"settings\":{\"footer_menu_image\":{\"value\":[\"{\\\"type\\\":\\\"image\\\",\\\"name\\\":\\\"6166a70d94ded.png\\\",\\\"path\\\":\\\"optionbuilder\\/uploads\\/192010-06-2023_0609pm6166a70d94ded.png\\\",\\\"mime\\\":\\\"png\\\",\\\"size\\\":3308,\\\"thumbnail\\\":\\\"https:\\/\\/schoool.w-manage.org\\/public\\/edulia\\/optionbuilder\\/uploads\\/192010-06-2023_0609pm6166a70d94ded.png\\\"}\"],\"is_array\":\"1\"},\"footer-right-content-text\":{\"value\":\"Matie boy chancer argy bargy blower golly gosh butty bog matie boy chancer argybar gy blower gollygosh butty bog. Blower golly gosh butty bog \",\"is_array\":\"0\"},\"footer-content-bg-color\":{\"value\":\"rgb(0,0,0)\",\"is_array\":\"0\"}}},\"365cgg147e\":{\"settings\":{\"header-left-menus\":{\"value\":{\"7501696821773\":{\"header-left-menu-icon-class\":\"fa fa-phone-alt\",\"header-left-menu-label\":\"+1 (123) 456-7890\",\"header-left-menu-icon-url\":\"\"}},\"is_array\":\"1\"},\"header-right-menus\":{\"value\":{\"6531696821773\":{\"header-right-icon-class\":\"fab fa-twitter\",\"header-right-menu-label\":\"\",\"header-right-icon-url\":\"https:\\/\\/twitter.com\\/\"}},\"is_array\":\"1\"},\"header_menu_search\":{\"value\":\"1\",\"is_array\":\"0\"},\"header_menu_search_placeholder\":{\"value\":\"Search...\",\"is_array\":\"0\"}}},\"365chjgg27\":{\"settings\":{\"header-left-menus\":{\"value\":{\"6541696825577\":{\"header-left-menu-icon-class\":\"fa fa-phone-alt\",\"header-left-menu-label\":\"+1 (123) 456-7890\",\"header-left-menu-icon-url\":\"\"}},\"is_array\":\"1\"},\"header-right-menus\":{\"value\":{\"331696825577\":{\"header-right-icon-class\":\"fab fa-twitter\",\"header-right-menu-label\":\"\",\"header-right-icon-url\":\"https:\\/\\/twitter.com\\/\"}},\"is_array\":\"1\"},\"header_menu_search\":{\"value\":\"1\",\"is_array\":\"0\"},\"header_menu_search_placeholder\":{\"value\":\"Search...\",\"is_array\":\"0\"}}},\"365d0083f6\":{\"settings\":{\"footer-right-content-text\":{\"value\":\"Matie boy chancer argy bargy blower golly gosh butty bog matie boy chancer argybar gy blower gollygosh butty bog. Blower golly gosh butty bog matie boychan argybargy blower\",\"is_array\":\"0\"},\"footer-content-bg-color\":{\"value\":\"rgb(0,0,0)\",\"is_array\":\"0\"}}},\"365d00c2b5\":{\"settings\":{\"footer-widget-heading\":{\"value\":\"Company\",\"is_array\":\"0\"},\"footer-widget-links\":{\"value\":{\"5101696832099\":{\"footer-widget-label\":\"About Us\",\"footer-widget-url\":\"https:\\/\\/test.com\\/\",\"footer-widget-open-url\":\"new_tab\"}},\"is_array\":\"1\"}}},\"365d018ehe\":{\"settings\":{\"footer-right-content-text\":{\"value\":\"Matie boy chancer argy bargy blower golly gosh butty bog matie boy chancer argybar gy blower gollygosh butty bog. Blower golly gosh butty bog matie boychan argybargy blower\",\"is_array\":\"0\"},\"footer-content-bg-color\":{\"value\":\"rgb(0,0,0)\",\"is_array\":\"0\"}}},\"365d019f58\":{\"settings\":{\"footer-widget-heading\":{\"value\":\"Company\",\"is_array\":\"0\"},\"footer-widget-links\":{\"value\":{\"6721696832240\":{\"footer-widget-label\":\"About Us\",\"footer-widget-url\":\"https:\\/\\/test.com\\/\",\"footer-widget-open-url\":\"new_tab\"}},\"is_array\":\"1\"},\"footer-widget-bg-color\":{\"value\":\"rgb(0,0,0)\",\"is_array\":\"0\"}}},\"365d01b92b\":{\"settings\":{\"footer-widget-heading\":{\"value\":\"Company\",\"is_array\":\"0\"},\"footer-widget-links\":{\"value\":{\"8051696832253\":{\"footer-widget-label\":\"About Us\",\"footer-widget-url\":\"https:\\/\\/test.com\\/\",\"footer-widget-open-url\":\"new_tab\"},\"1696832260322\":{\"footer-widget-label\":\"Test2\",\"footer-widget-url\":\"test\",\"footer-widget-open-url\":\"new_tab\"},\"1696832265755\":{\"footer-widget-label\":\"\",\"footer-widget-url\":\"\",\"footer-widget-open-url\":\"new_tab\"}},\"is_array\":\"1\"},\"footer-widget-bg-color\":{\"value\":\"rgb(0,0,0)\",\"is_array\":\"0\"}}},\"365d2e6ai0\":{\"settings\":{\"course_count\":{\"value\":\"3\",\"is_array\":\"0\"},\"course_area_column\":{\"value\":\"3\",\"is_array\":\"0\"},\"course_sorting\":{\"value\":\"asc\",\"is_array\":\"0\"}}},\"365d4ajaca\":{\"settings\":{\"course_count\":{\"value\":\"3\",\"is_array\":\"0\"},\"course_area_column\":{\"value\":\"4\",\"is_array\":\"0\"},\"course_sorting\":{\"value\":\"asc\",\"is_array\":\"0\"}}},\"365e4g0af0\":{\"settings\":{\"header-left-menus\":{\"value\":{\"5111696911368\":{\"header-left-menu-icon-class\":\"fa fa-phone-alt\",\"header-left-menu-label\":\"+1 (123) 456-7890\",\"header-left-menu-icon-url\":\"\"}},\"is_array\":\"1\"},\"header-right-menus\":{\"value\":{\"4671696911368\":{\"header-right-icon-class\":\"fab fa-twitter\",\"header-right-menu-label\":\"\",\"header-right-icon-url\":\"https:\\/\\/twitter.com\\/\"}},\"is_array\":\"1\"},\"header_menu_search\":{\"value\":\"1\",\"is_array\":\"0\"},\"header_menu_search_placeholder\":{\"value\":\"Search...\",\"is_array\":\"0\"}}},\"365e4g2ig0\":{\"settings\":{\"course_count\":{\"value\":\"3\",\"is_array\":\"0\"},\"course_area_column\":{\"value\":\"4\",\"is_array\":\"0\"},\"course_sorting\":{\"value\":\"asc\",\"is_array\":\"0\"}}},\"365e4fj6b9\":{\"styles\":{\"content_width\":\"\",\"width-height-type\":\"px\",\"width\":\"\",\"height\":\"\",\"min-width\":\"\",\"max-width\":\"\",\"min-height\":\"\",\"max-height\":\"\",\"margin-type\":\"px\",\"margin-top\":\"\",\"margin-right\":\"\",\"margin-bottom\":\"\",\"margin-left\":\"\",\"padding-type\":\"px\",\"padding-top\":\"\",\"padding-right\":\"\",\"padding-bottom\":\"\",\"padding-left\":\"\",\"z-index\":\"\",\"classes\":\"\",\"custom_attributes\":\"\",\"background-size\":\"\",\"background-position\":\"\"}},\"365e4g861h\":{\"settings\":{\"footer-right-content-text\":{\"value\":\"Matie boy chancer argy bargy blower golly gosh butty bog matie boy chancer argybar gy blower gollygosh butty bog. Blower golly gosh butty bog matie boychan argybargy blower\",\"is_array\":\"0\"},\"footer-content-bg-color\":{\"value\":\"rgb(0,0,0)\",\"is_array\":\"0\"}}},\"365e4g9340\":{\"settings\":{\"footer-widget-heading\":{\"value\":\"Company\",\"is_array\":\"0\"},\"footer-widget-links\":{\"value\":{\"4081696911440\":{\"footer-widget-label\":\"About Us\",\"footer-widget-url\":\"https:\\/\\/test.com\\/\",\"footer-widget-open-url\":\"new_tab\"}},\"is_array\":\"1\"},\"footer-widget-bg-color\":{\"value\":\"rgb(0,0,0)\",\"is_array\":\"0\"}}},\"365e4g78hj\":{\"styles\":{\"content_width\":\"\",\"width-height-type\":\"px\",\"width\":\"\",\"height\":\"\",\"min-width\":\"\",\"max-width\":\"\",\"min-height\":\"\",\"max-height\":\"\",\"margin-type\":\"px\",\"margin-top\":\"\",\"margin-right\":\"\",\"margin-bottom\":\"\",\"margin-left\":\"\",\"padding-type\":\"px\",\"padding-top\":\"\",\"padding-right\":\"\",\"padding-bottom\":\"\",\"padding-left\":\"\",\"z-index\":\"\",\"classes\":\"\",\"custom_attributes\":\"\",\"background-size\":\"\",\"background-position\":\"\"}},\"365e4gbe2c\":{\"settings\":{\"footer-widget-heading\":{\"value\":\"Company\",\"is_array\":\"0\"},\"footer-widget-links\":{\"value\":{\"1351696911458\":{\"footer-widget-label\":\"About Us\",\"footer-widget-url\":\"https:\\/\\/test.com\\/\",\"footer-widget-open-url\":\"new_tab\"}},\"is_array\":\"1\"},\"footer-widget-bg-color\":{\"value\":\"rgb(0,0,0)\",\"is_array\":\"0\"}}},\"365e623c65\":{\"settings\":{\"news_area_sub_heading\":{\"value\":\"# POPULAR ARTICLES\",\"is_array\":\"0\"},\"news_area_heading\":{\"value\":\"Latest News From Blog\",\"is_array\":\"0\"},\"news_area__description\":{\"value\":\"Choose the most powerful courses and always\",\"is_array\":\"0\"},\"read_more_btn\":{\"value\":\"Read More\",\"is_array\":\"0\"},\"news_count\":{\"value\":\"4\",\"is_array\":\"0\"},\"news_area_column\":{\"value\":\"4\",\"is_array\":\"0\"},\"news_sorting\":{\"value\":\"asc\",\"is_array\":\"0\"}}},\"365e6j9egh\":{\"settings\":{\"course_count\":{\"value\":\"3\",\"is_array\":\"0\"},\"course_area_column\":{\"value\":\"4\",\"is_array\":\"0\"},\"course_sorting\":{\"value\":\"asc\",\"is_array\":\"0\"}}},\"365e963ag2\":{\"settings\":{\"news_area_sub_heading\":{\"value\":\"# POPULAR ARTICLES\",\"is_array\":\"0\"},\"news_area_heading\":{\"value\":\"Latest News From Blog\",\"is_array\":\"0\"},\"news_area__description\":{\"value\":\"Choose the most powerful courses and always\",\"is_array\":\"0\"},\"read_more_btn\":{\"value\":\"Read More\",\"is_array\":\"0\"},\"news_count\":{\"value\":\"4\",\"is_array\":\"0\"},\"news_area_column\":{\"value\":\"4\",\"is_array\":\"0\"},\"news_sorting\":{\"value\":\"asc\",\"is_array\":\"0\"}}},\"365edhfb7g\":{\"settings\":{\"heading\":{\"value\":\"Frequently Asked Questions\",\"is_array\":\"0\"},\"faq_data\":{\"value\":{\"1861696940448\":{\"question\":\"How can I test new items I add to the design system before making them live?\",\"answer\":\"Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries Lorem Ipsum is simply dummy.\"}},\"is_array\":\"1\"}}},\"365edib0c6\":{\"settings\":{\"heading\":{\"value\":\"Frequently Asked Questions\",\"is_array\":\"0\"},\"faq_data\":{\"value\":{\"6341696940570\":{\"question\":\"How can I test new items I add to the design system before making them live?\",\"answer\":\"Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries Lorem Ipsum is simply dummy.\"}},\"is_array\":\"1\"}}},\"365i4e11j9\":{\"settings\":{\"faqs_heading\":{\"value\":\"Frequently Asked Questionsupdate\",\"is_array\":\"0\"},\"faq_datas\":{\"value\":{\"6231697167051\":{\"faq_question\":\"How can I test new items I add to the design system before making them live?\",\"faq_answer\":\"Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries Lorem Ipsum is simply dummy.\"},\"1697167089000\":{\"faq_question\":\"\",\"faq_answer\":\"\"},\"1697167141114\":{\"faq_question\":\"Test oyaaa\",\"faq_answer\":\"sfgg kjdfgdfgndfgdfg\"}},\"is_array\":\"1\"}}},\"365i4fcce2\":{\"settings\":{\"faqs_heading\":{\"value\":\"\",\"is_array\":\"0\"},\"faq_datas\":{\"value\":{\"2991697167303\":{\"faq_question\":\"How can I test new items I add to the design system before making them live?\",\"faq_answer\":\"Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries Lorem Ipsum is simply dummy.\"},\"1697167308999\":{\"faq_question\":\"2nd\",\"faq_answer\":\"Comment for secound\"},\"1697167315998\":{\"faq_question\":\"third\",\"faq_answer\":\"comment third\"}},\"is_array\":\"1\"}}},\"365i640cdg\":{\"settings\":{\"header_bg_image\":{\"value\":[\"{\\\"type\\\":\\\"image\\\",\\\"name\\\":\\\"computer-icons-user-profile-avatar (1).jpg\\\",\\\"path\\\":\\\"optionbuilder\\/uploads\\/586910-13-2023_1038amcomputer-icons-user-profile-avatar (1).jpg\\\",\\\"mime\\\":\\\"jpg\\\",\\\"size\\\":11454,\\\"thumbnail\\\":\\\"https:\\/\\/schoool.w-manage.org\\/public\\/edulia\\/optionbuilder\\/uploads\\/586910-13-2023_1038amcomputer-icons-user-profile-avatar (1).jpg\\\"}\"],\"is_array\":\"1\"},\"left_title\":{\"value\":\"Home Details\",\"is_array\":\"0\"},\"right_home\":{\"value\":\"Home\",\"is_array\":\"0\"}}},\"365i652557\":{\"settings\":{\"faqs_heading\":{\"value\":\"Frequently Asked Questions\",\"is_array\":\"0\"},\"faq_datas\":{\"value\":{\"1541697172020\":{\"faq_question\":\"How can I test new items I add to the design system before making them live?\",\"faq_answer\":\"Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries Lorem Ipsum is simply dummy.\"}},\"is_array\":\"1\"}}},\"365i7gdg5b\":{\"settings\":{\"left_title\":{\"value\":\"Home Details\",\"is_array\":\"0\"},\"right_home\":{\"value\":\"Home\",\"is_array\":\"0\"}}},\"365i7j3dc0\":{\"settings\":{\"faqs_heading\":{\"value\":\"Frequently Asked Questions\",\"is_array\":\"0\"},\"faq_datas\":{\"value\":{\"9731697177471\":{\"faq_question\":\"How can I test new items I add to the design system before making them live?\",\"faq_answer\":\"Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries Lorem Ipsum is simply dummy.\"}},\"is_array\":\"1\"}}},\"365i805he1\":{\"settings\":{\"about_area_heading\":{\"value\":\"When Ambition Meets Opportunity.\",\"is_array\":\"0\"},\"about_area_description\":{\"value\":\"Explore new skills, deepen existing passions, and get lost creativity What you find just might surprise and inspire you. With so much to explore isn\\u2019t existing passions, and get lost in creativity.\",\"is_array\":\"0\"},\"about_area_list_items\":{\"value\":{\"2691697177649\":{\"item_heading\":\"International Certification\",\"item_description\":\"You can start and finish one of these popular courses in under our site\"}},\"is_array\":\"1\"}}},\"365i807e5h\":{\"settings\":{\"facilities_image_align\":{\"value\":\"left\",\"is_array\":\"0\"},\"facilities_heading\":{\"value\":\"AC Smart Classrooms\",\"is_array\":\"0\"},\"facilities_description\":{\"value\":\"Explore new skills, deepen existing passions, and get lost creativity what you find just might surprise and inspire you. Explore new skills deepen existing passions. What you find just might surprise and inspire you with so much to explore isn\\u2019t existing passions, and get lost in creativity.\",\"is_array\":\"0\"}}},\"365i8095bi\":{\"settings\":{\"facilities_image_align\":{\"value\":\"left\",\"is_array\":\"0\"},\"facilities_heading\":{\"value\":\"AC Smart Classrooms\",\"is_array\":\"0\"},\"facilities_description\":{\"value\":\"Explore new skills, deepen existing passions, and get lost creativity what you find just might surprise and inspire you. Explore new skills deepen existing passions. What you find just might surprise and inspire you with so much to explore isn\\u2019t existing passions, and get lost in creativity.\",\"is_array\":\"0\"}}},\"365i80bdad\":{\"settings\":{\"footer-right-content-text\":{\"value\":\"Matie boy chancer argy bargy blower golly gosh butty bog matie boy chancer argybar gy blower gollygosh butty bog. Blower golly gosh butty bog matie boychan argybargy blower\",\"is_array\":\"0\"},\"footer-content-bg-color\":{\"value\":\"rgb(0,0,0)\",\"is_array\":\"0\"}}},\"365i80c71i\":{\"settings\":{\"footer-widget-heading\":{\"value\":\"Company\",\"is_array\":\"0\"},\"footer-widget-links\":{\"value\":{\"8951697177704\":{\"footer-widget-label\":\"About Us\",\"footer-widget-url\":\"https:\\/\\/test.com\\/\",\"footer-widget-open-url\":\"new_tab\"}},\"is_array\":\"1\"},\"footer-widget-bg-color\":{\"value\":\"rgb(0,0,0)\",\"is_array\":\"0\"}}},\"365i83cc62\":{\"settings\":{\"header-left-menus\":{\"value\":{\"2341697178183\":{\"header-left-menu-icon-class\":\"fa fa-phone-alt\",\"header-left-menu-label\":\"+1 (123) 456-7890\",\"header-left-menu-icon-url\":\"\"}},\"is_array\":\"1\"},\"header-right-menus\":{\"value\":{\"2441697178183\":{\"header-right-icon-class\":\"fab fa-twitter\",\"header-right-menu-label\":\"\",\"header-right-icon-url\":\"https:\\/\\/twitter.com\\/\"}},\"is_array\":\"1\"},\"header_menu_search\":{\"value\":\"1\",\"is_array\":\"0\"},\"header_menu_search_placeholder\":{\"value\":\"Search...\",\"is_array\":\"0\"}}},\"365i83b983\":{\"styles\":{\"content_width\":\"\",\"width-height-type\":\"px\",\"width\":\"\",\"height\":\"\",\"min-width\":\"\",\"max-width\":\"\",\"min-height\":\"\",\"max-height\":\"\",\"margin-type\":\"px\",\"margin-top\":\"\",\"margin-right\":\"\",\"margin-bottom\":\"\",\"margin-left\":\"\",\"padding-type\":\"px\",\"padding-top\":\"\",\"padding-right\":\"\",\"padding-bottom\":\"\",\"padding-left\":\"\",\"z-index\":\"\",\"classes\":\"\",\"custom_attributes\":\"\",\"background-size\":\"\",\"background-position\":\"\"}},\"365i871eai\":{\"settings\":{\"left_title\":{\"value\":\"Home Details\",\"is_array\":\"0\"},\"right_home\":{\"value\":\"Home\",\"is_array\":\"0\"}}},\"365i9j0fa4\":{\"settings\":{\"left_title\":{\"value\":\"Home Details\",\"is_array\":\"0\"},\"right_home\":{\"value\":\"Home\",\"is_array\":\"0\"}}},\"365ia7dhhi\":{\"settings\":{\"divider_style\":{\"value\":\"dotted\",\"is_array\":\"0\"},\"divider_width\":{\"value\":\"20\",\"is_array\":\"0\"},\"divider_alignment\":{\"value\":\"center\",\"is_array\":\"0\"}}},\"365iaeb7ih\":{\"settings\":{\"divider_style\":{\"value\":\"solid\",\"is_array\":\"0\"},\"divider_width\":{\"value\":\"50\",\"is_array\":\"0\"},\"divider_alignment\":{\"value\":\"center\",\"is_array\":\"0\"}}},\"365ib0g0g3\":{\"settings\":{\"divider_style\":{\"value\":\"ridge\",\"is_array\":\"0\"},\"divider_width\":{\"value\":\"100\",\"is_array\":\"0\"},\"divider_alignment\":{\"value\":\"center\",\"is_array\":\"0\"}}},\"365ib82bde\":{\"settings\":{\"divider_style\":{\"value\":\"solid\",\"is_array\":\"0\"},\"divider_width\":{\"value\":\"100\",\"is_array\":\"0\"},\"divider_alignment\":{\"value\":\"center\",\"is_array\":\"0\"}}},\"365ib848e8\":{\"settings\":{\"left_title\":{\"value\":\"Home Details\",\"is_array\":\"0\"},\"right_home\":{\"value\":\"Home\",\"is_array\":\"0\"}}},\"365ib85g73\":{\"settings\":{\"divider_style\":{\"value\":\"solid\",\"is_array\":\"0\"},\"divider_width\":{\"value\":\"100\",\"is_array\":\"0\"},\"divider_alignment\":{\"value\":\"center\",\"is_array\":\"0\"}}},\"36618ahh20\":{\"settings\":{\"spacer_height\":{\"value\":\"100\",\"is_array\":\"0\"}}},\"36618e18dg\":{\"settings\":{\"spacer_height\":{\"value\":\"70\",\"is_array\":\"0\"}}},\"36618e3gcj\":{\"settings\":{\"noticeboard_title\":{\"value\":\"Notice Board\",\"is_array\":\"0\"},\"noticeboard_show_more\":{\"value\":\"View All\",\"is_array\":\"0\"},\"noticeboard_show_more_link\":{\"value\":\"\",\"is_array\":\"0\"}}},\"36618eafdf\":{\"settings\":{\"divider_style\":{\"value\":\"solid\",\"is_array\":\"0\"},\"divider_width\":{\"value\":\"100\",\"is_array\":\"0\"},\"divider_alignment\":{\"value\":\"center\",\"is_array\":\"0\"}}},\"36618echfg\":{\"settings\":{\"spacer_height\":{\"value\":\"100\",\"is_array\":\"0\"}}},\"36618efb4j\":{\"settings\":{\"noticeboard_title\":{\"value\":\"Notice Board ttt\",\"is_array\":\"0\"},\"noticeboard_show_more\":{\"value\":\"View All ttt\",\"is_array\":\"0\"},\"noticeboard_show_more_link\":{\"value\":\"\",\"is_array\":\"0\"},\"notice_gallery_count\":{\"value\":\"2\",\"is_array\":\"0\"},\"notice_gallery_sorting\":{\"value\":\"desc\",\"is_array\":\"0\"}}},\"3662ai85e6\":{\"settings\":{\"spacer_height\":{\"value\":\"100\",\"is_array\":\"0\"}}},\"36618ec8fb\":{\"styles\":{\"content_width\":\"\",\"width-height-type\":\"px\",\"width\":\"\",\"height\":\"\",\"min-width\":\"\",\"max-width\":\"\",\"min-height\":\"\",\"max-height\":\"\",\"margin-type\":\"px\",\"margin-top\":\"\",\"margin-right\":\"\",\"margin-bottom\":\"\",\"margin-left\":\"\",\"padding-type\":\"px\",\"padding-top\":\"\",\"padding-right\":\"\",\"padding-bottom\":\"\",\"padding-left\":\"\",\"z-index\":\"\",\"classes\":\"\",\"custom_attributes\":\"\",\"background-size\":\"\",\"background-position\":\"\"}},\"3666gg416j\":{\"styles\":{\"content_width\":\"\",\"width-height-type\":\"px\",\"width\":\"\",\"height\":\"\",\"min-width\":\"\",\"max-width\":\"\",\"min-height\":\"\",\"max-height\":\"\",\"margin-type\":\"px\",\"margin-top\":\"\",\"margin-right\":\"\",\"margin-bottom\":\"\",\"margin-left\":\"\",\"padding-type\":\"px\",\"padding-top\":\"\",\"padding-right\":\"\",\"padding-bottom\":\"\",\"padding-left\":\"\",\"z-index\":\"\",\"classes\":\"\",\"custom_attributes\":\"\",\"background-size\":\"\",\"background-position\":\"\"}},\"3666gg8bij\":{\"settings\":{\"news_area_sub_heading\":{\"value\":\"# POPULAR ARTICLES\",\"is_array\":\"0\"},\"news_area_heading\":{\"value\":\"Latest News From Blog\",\"is_array\":\"0\"},\"news_area__description\":{\"value\":\"Choose the most powerful courses and always\",\"is_array\":\"0\"},\"read_more_btn\":{\"value\":\"Read More\",\"is_array\":\"0\"},\"news_count\":{\"value\":\"4\",\"is_array\":\"0\"},\"news_area_column\":{\"value\":\"4\",\"is_array\":\"0\"},\"news_sorting\":{\"value\":\"asc\",\"is_array\":\"0\"}}}}}', 0, 1, 'published', NULL, NULL, NULL, 1, NULL, NULL); INSERT INTO `infixedu__pages` (`id`, `name`, `title`, `description`, `slug`, `settings`, `home_page`, `is_default`, `status`, `created_by`, `updated_by`, `published_by`, `school_id`, `created_at`, `updated_at`) VALUES (2, 'About', 'About', 'About', 'aboutus-page', '{\"grids\":[{\"grid\":\"12x1\",\"position\":\"0\",\"grid_id\":\"366g37339i\",\"data\":[[{\"id\":\"366g373cd7\",\"section_id\":\"header-breadcumb\",\"position\":\"0\"}]]},{\"grid\":\"6x2\",\"position\":\"1\",\"grid_id\":\"366g3842j5\",\"data\":[[{\"id\":\"366g385d5j\",\"section_id\":\"speech\",\"position\":\"0\"}],[{\"id\":\"366g387i30\",\"section_id\":\"speech\",\"position\":\"0\"}]]},{\"grid\":\"12x1\",\"position\":\"2\",\"grid_id\":\"366g39ca4e\",\"data\":[[{\"id\":\"36b9723308\",\"section_id\":\"about-section\",\"position\":\"0\"}]]},{\"grid\":\"12x1\",\"position\":\"3\",\"grid_id\":\"366g3aiidh\",\"data\":[[{\"id\":\"36b970ib49\",\"section_id\":\"facilities\",\"position\":\"0\"}]]},{\"grid\":\"12x1\",\"position\":\"4\",\"grid_id\":\"366g3b8ii9\",\"data\":[[{\"id\":\"366g3bc4be\",\"section_id\":\"counter\",\"position\":\"0\"}]]},{\"grid\":\"12x1\",\"position\":\"5\",\"grid_id\":\"366g3c3871\",\"data\":[[{\"id\":\"366g3c7821\",\"section_id\":\"testimonial\",\"position\":\"0\"}]]},{\"grid\":\"12x1\",\"position\":\"6\",\"grid_id\":\"366g588g41\",\"data\":[[{\"id\":\"366g58a15i\",\"section_id\":\"teacher\",\"position\":\"0\"}]]},{\"grid\":\"6x2\",\"position\":\"7\",\"grid_id\":\"366g5d3e2e\",\"data\":[[{\"id\":\"36b976ddbg\",\"section_id\":\"cta\",\"position\":\"0\"}],[{\"id\":\"366g5d60dc\",\"section_id\":\"faqs\",\"position\":\"0\"}]]}],\"section_data\":{\"3667jg44be\":{\"settings\":{\"about_area_heading\":{\"value\":\"When Ambition Meets Opportunity.\",\"is_array\":\"0\"},\"about_area_description\":{\"value\":\"Explore new skills, deepen existing passions, and get lost creativity What you find just might surprise and inspire you. With so much to explore isn\\u2019t existing passions, and get lost in creativity.\",\"is_array\":\"0\"},\"about_area_list_items\":{\"value\":{\"7051697791406\":{\"item_heading\":\"International Certification\",\"item_description\":\"You can start and finish one of these popular courses in under our site\"}},\"is_array\":\"1\"}}},\"366g373cd7\":{\"settings\":{\"header_bg_image\":{\"value\":[\"{\\\"type\\\":\\\"image\\\",\\\"name\\\":\\\"hero-bg-2.jpg\\\",\\\"path\\\":\\\"optionbuilder\\\\\\/uploads\\\\\\/794411-10-2023_1250pmhero-bg-2.jpg\\\",\\\"mime\\\":\\\"jpg\\\",\\\"size\\\":90795,\\\"thumbnail\\\":\\\"https:\\/\\/schoool.w-manage.org\\/public\\\\\\/storage\\\\\\/optionbuilder\\\\\\/uploads\\\\\\/794411-10-2023_1250pmhero-bg-2.jpg\\\"}\"],\"is_array\":\"1\"},\"left_title\":{\"value\":\"About Us\",\"is_array\":\"0\"},\"right_home\":{\"value\":\"Home\",\"is_array\":\"0\"},\"right_content_title\":{\"value\":\"About Us\",\"is_array\":\"0\"}}},\"366g37339i\":{\"styles\":{\"content_width\":\"\",\"width-height-type\":\"px\",\"width\":\"\",\"height\":\"\",\"min-width\":\"\",\"max-width\":\"\",\"min-height\":\"\",\"max-height\":\"\",\"margin-type\":\"px\",\"margin-top\":\"\",\"margin-right\":\"\",\"margin-bottom\":\"\",\"margin-left\":\"\",\"padding-type\":\"px\",\"padding-top\":\"\",\"padding-right\":\"\",\"padding-bottom\":\"\",\"padding-left\":\"\",\"z-index\":\"\",\"classes\":\"\",\"custom_attributes\":\"\",\"background-size\":\"\",\"background-position\":\"\"}},\"366g385d5j\":{\"settings\":{\"speech_user_image\":{\"value\":[\"{\\\"type\\\":\\\"image\\\",\\\"name\\\":\\\"2.jpg\\\",\\\"path\\\":\\\"optionbuilder\\\\\\/uploads\\\\\\/447611-10-2023_1250pm2.jpg\\\",\\\"mime\\\":\\\"jpg\\\",\\\"size\\\":41661,\\\"thumbnail\\\":\\\"https:\\/\\/schoool.w-manage.org\\/public\\\\\\/storage\\\\\\/optionbuilder\\\\\\/uploads\\\\\\/447611-10-2023_1250pm2.jpg\\\"}\"],\"is_array\":\"1\"},\"speech_heading\":{\"value\":\"Head Of Institution Speech\",\"is_array\":\"0\"},\"speech_user_name\":{\"value\":\"Irina Mikailova\",\"is_array\":\"0\"},\"speech_user_designation\":{\"value\":\"Principle\",\"is_array\":\"0\"},\"speech_description\":{\"value\":\"<div><span class=\\\" author-d-1gg9uz65z1iz85zgdz68zmqkz84zo2qowz80zsz78zz72zz122zz85zauz85zz84zz80zz65zz88zqj38z87zz67zez72ziz70zaaxz85zfsz81za\\\">I stand before you with immense pride and gratitude as the Head of this distinguished institution. My name is Irina Mikailova, and I am honored to serve as the Principal of our beloved school.<\\/span><\\/div><div><span class=\\\" author-d-1gg9uz65z1iz85zgdz68zmqkz84zo2qowz80zsz78zz72zz122zz85zauz85zz84zz80zz65zz88zqj38z87zz67zez72ziz70zaaxz85zfsz81za\\\">Our institution is not just a place of education; it is a vibrant community where ideas flourish, dreams take root, and futures are shaped. As we embark on a new academic year, I am filled with enthusiasm and optimism for the opportunities and successes that lie ahead.<\\/span><\\/div><div><span class=\\\" author-d-1gg9uz65z1iz85zgdz68zmqkz84zo2qowz80zsz78zz72zz122zz85zauz85zz84zz80zz65zz88zqj38z87zz67zez72ziz70zaaxz85zfsz81za\\\">Our dedicated team of educators is committed to nurturing the potential within each student. We strive to provide an environment that fosters creativity, critical thinking, and a love for learning. Together, we will empower our students to face challenges with resilience and approach every opportunity with curiosity.<\\/span><\\/div><div><span class=\\\" author-d-1gg9uz65z1iz85zgdz68zmqkz84zo2qowz80zsz78zz72zz122zz85zauz85zz84zz80zz65zz88zqj38z87zz67zez72ziz70zaaxz85zfsz81za\\\">Collaboration between students, parents, and our esteemed faculty is at the core of our educational philosophy. We believe in the strength of unity, and by working together, we can create an atmosphere that encourages growth and accomplishment.<\\/span><\\/div><div><span class=\\\" author-d-1gg9uz65z1iz85zgdz68zmqkz84zo2qowz80zsz78zz72zz122zz85zauz85zz84zz80zz65zz88zqj38z87zz67zez72ziz70zaaxz85zfsz81za\\\">As we navigate through the academic year, let us remember the importance of mutual respect, open communication, and a shared commitment to excellence. I encourage each student to embrace the learning journey, ask questions, and pursue their passions. Our faculty is here to guide, support, and inspire.<\\/span><\\/div><div><span class=\\\" author-d-1gg9uz65z1iz85zgdz68zmqkz84zo2qowz80zsz78zz72zz122zz85zauz85zz84zz80zz65zz88zqj38z87zz67zez72ziz70zaaxz85zfsz81za\\\">Parents, your partnership is invaluable. Your involvement in your child\'s education is a cornerstone of their success. Together, let us create an environment where our students can flourish academically, socially, and emotionally.<\\/span><\\/div><div><span class=\\\" author-d-1gg9uz65z1iz85zgdz68zmqkz84zo2qowz80zsz78zz72zz122zz85zauz85zz84zz80zz65zz88zqj38z87zz67zez72ziz70zaaxz85zfsz81za\\\">In conclusion, I am excited about the incredible academic and personal achievements that await each member of our school community. Let us embark on this journey together, with enthusiasm, dedication, and a shared vision for excellence.<\\/span><\\/div><div><span class=\\\" author-d-1gg9uz65z1iz85zgdz68zmqkz84zo2qowz80zsz78zz72zz122zz85zauz85zz84zz80zz65zz88zqj38z87zz67zez72ziz70zaaxz85zfsz81za\\\">Thank you for entrusting us with the education and growth of your children. Here\'s to a successful and rewarding academic year!<\\/span><\\/div>\",\"is_array\":\"0\"}}},\"366g3842j5\":{\"styles\":{\"content_width\":\"\",\"width-height-type\":\"px\",\"width\":\"\",\"height\":\"\",\"min-width\":\"\",\"max-width\":\"\",\"min-height\":\"\",\"max-height\":\"\",\"margin-type\":\"px\",\"margin-top\":\"\",\"margin-right\":\"\",\"margin-bottom\":\"\",\"margin-left\":\"\",\"padding-type\":\"px\",\"padding-top\":\"\",\"padding-right\":\"\",\"padding-bottom\":\"\",\"padding-left\":\"\",\"z-index\":\"\",\"classes\":\"\",\"custom_attributes\":\"\",\"background-size\":\"\",\"background-position\":\"\"}},\"366g387i30\":{\"settings\":{\"speech_user_image\":{\"value\":[\"{\\\"type\\\":\\\"image\\\",\\\"name\\\":\\\"1.jpg\\\",\\\"path\\\":\\\"optionbuilder\\\\\\/uploads\\\\\\/374711-10-2023_1251pm1.jpg\\\",\\\"mime\\\":\\\"jpg\\\",\\\"size\\\":36474,\\\"thumbnail\\\":\\\"https:\\/\\/schoool.w-manage.org\\/public\\\\\\/storage\\\\\\/optionbuilder\\\\\\/uploads\\\\\\/374711-10-2023_1251pm1.jpg\\\"}\"],\"is_array\":\"1\"},\"speech_heading\":{\"value\":\"Head Of Department Speech\",\"is_array\":\"0\"},\"speech_user_name\":{\"value\":\"Joseph Forster\",\"is_array\":\"0\"},\"speech_user_designation\":{\"value\":\"Head Teacher\",\"is_array\":\"0\"},\"speech_description\":{\"value\":\"<div><span class=\\\" author-d-1gg9uz65z1iz85zgdz68zmqkz84zo2qowz80zsz78zz72zz122zz85zauz85zz84zz80zz65zz88zqj38z87zz67zez72ziz70zaaxz85zfsz81za\\\">I am Joseph Forster, the Head Teacher of<\\/span><span class=\\\" author-d-1gg9uz65z1iz85zgdz68zmqkz84zo2qowz80zsz78zz72zz122zz85zauz85zz84zz80zz65zz88zqj38z87zz67zez72ziz70zaaxz85zfsz81za s-lbracket\\\"> <\\/span><span class=\\\" author-d-1gg9uz65z1iz85zgdz68zmqkz84zo2qowz80zsz78zz72zz122zz85zauz85zz84zz80zz65zz88zqj38z87zz67zez72ziz70zaaxz85zfsz81za h-lbracket\\\">[School<\\/span><span class=\\\" author-d-1gg9uz65z1iz85zgdz68zmqkz84zo2qowz80zsz78zz72zz122zz85zauz85zz84zz80zz65zz88zqj38z87zz67zez72ziz70zaaxz85zfsz81za\\\"> Name], and it is my pleasure to address you today as the Head of the<\\/span><span class=\\\" author-d-1gg9uz65z1iz85zgdz68zmqkz84zo2qowz80zsz78zz72zz122zz85zauz85zz84zz80zz65zz88zqj38z87zz67zez72ziz70zaaxz85zfsz81za s-lbracket\\\"> <\\/span><span class=\\\" author-d-1gg9uz65z1iz85zgdz68zmqkz84zo2qowz80zsz78zz72zz122zz85zauz85zz84zz80zz65zz88zqj38z87zz67zez72ziz70zaaxz85zfsz81za h-lbracket\\\">[Department<\\/span><span class=\\\" author-d-1gg9uz65z1iz85zgdz68zmqkz84zo2qowz80zsz78zz72zz122zz85zauz85zz84zz80zz65zz88zqj38z87zz67zez72ziz70zaaxz85zfsz81za\\\"> Name] department.<\\/span><\\/div><div><span class=\\\" author-d-1gg9uz65z1iz85zgdz68zmqkz84zo2qowz80zsz78zz72zz122zz85zauz85zz84zz80zz65zz88zqj38z87zz67zez72ziz70zaaxz85zfsz81za\\\">First and foremost, I want to extend a warm welcome to both returning and new students, faculty members, and parents. As we embark on this academic year, I am filled with excitement and a sense of responsibility for the role we play in shaping the educational experiences of our students.<\\/span><\\/div><div><span class=\\\" author-d-1gg9uz65z1iz85zgdz68zmqkz84zo2qowz80zsz78zz72zz122zz85zauz85zz84zz80zz65zz88zqj38z87zz67zez72ziz70zaaxz85zfsz81za\\\">The<\\/span><span class=\\\" author-d-1gg9uz65z1iz85zgdz68zmqkz84zo2qowz80zsz78zz72zz122zz85zauz85zz84zz80zz65zz88zqj38z87zz67zez72ziz70zaaxz85zfsz81za s-lbracket\\\"> <\\/span><span class=\\\" author-d-1gg9uz65z1iz85zgdz68zmqkz84zo2qowz80zsz78zz72zz122zz85zauz85zz84zz80zz65zz88zqj38z87zz67zez72ziz70zaaxz85zfsz81za h-lbracket\\\">[Department<\\/span><span class=\\\" author-d-1gg9uz65z1iz85zgdz68zmqkz84zo2qowz80zsz78zz72zz122zz85zauz85zz84zz80zz65zz88zqj38z87zz67zez72ziz70zaaxz85zfsz81za\\\"> Name] department has a long-standing tradition of academic excellence, and I am proud to lead a team of dedicated educators who are passionate about their subjects and committed to the success of our students.<\\/span><\\/div><div><span class=\\\" author-d-1gg9uz65z1iz85zgdz68zmqkz84zo2qowz80zsz78zz72zz122zz85zauz85zz84zz80zz65zz88zqj38z87zz67zez72ziz70zaaxz85zfsz81za\\\">To our students, I encourage you to approach this academic year with a sense of curiosity and a willingness to embrace new challenges. The<\\/span><span class=\\\" author-d-1gg9uz65z1iz85zgdz68zmqkz84zo2qowz80zsz78zz72zz122zz85zauz85zz84zz80zz65zz88zqj38z87zz67zez72ziz70zaaxz85zfsz81za s-lbracket\\\"> <\\/span><span class=\\\" author-d-1gg9uz65z1iz85zgdz68zmqkz84zo2qowz80zsz78zz72zz122zz85zauz85zz84zz80zz65zz88zqj38z87zz67zez72ziz70zaaxz85zfsz81za h-lbracket\\\">[Department<\\/span><span class=\\\" author-d-1gg9uz65z1iz85zgdz68zmqkz84zo2qowz80zsz78zz72zz122zz85zauz85zz84zz80zz65zz88zqj38z87zz67zez72ziz70zaaxz85zfsz81za\\\"> Name] curriculum is designed not only to impart knowledge but also to cultivate critical thinking, problem-solving skills, and a lifelong love for learning. Your success is our success, and we are here to support you every step of the way.<\\/span><\\/div><div><span class=\\\" author-d-1gg9uz65z1iz85zgdz68zmqkz84zo2qowz80zsz78zz72zz122zz85zauz85zz84zz80zz65zz88zqj38z87zz67zez72ziz70zaaxz85zfsz81za\\\">To my esteemed colleagues in the<\\/span><span class=\\\" author-d-1gg9uz65z1iz85zgdz68zmqkz84zo2qowz80zsz78zz72zz122zz85zauz85zz84zz80zz65zz88zqj38z87zz67zez72ziz70zaaxz85zfsz81za s-lbracket\\\"> <\\/span><span class=\\\" author-d-1gg9uz65z1iz85zgdz68zmqkz84zo2qowz80zsz78zz72zz122zz85zauz85zz84zz80zz65zz88zqj38z87zz67zez72ziz70zaaxz85zfsz81za h-lbracket\\\">[Department<\\/span><span class=\\\" author-d-1gg9uz65z1iz85zgdz68zmqkz84zo2qowz80zsz78zz72zz122zz85zauz85zz84zz80zz65zz88zqj38z87zz67zez72ziz70zaaxz85zfsz81za\\\"> Name] department, I am confident in our ability to inspire and guide our students toward academic achievement. Your dedication to your subjects and your commitment to fostering an engaging learning environment are the cornerstones of our department\'s success.<\\/span><\\/div><div><span class=\\\" author-d-1gg9uz65z1iz85zgdz68zmqkz84zo2qowz80zsz78zz72zz122zz85zauz85zz84zz80zz65zz88zqj38z87zz67zez72ziz70zaaxz85zfsz81za\\\">Parents, your partnership with us is invaluable. Your involvement in your child\'s education contributes significantly to their growth and development. We encourage open communication and collaboration to ensure the best possible educational experience for each student.<\\/span><\\/div><div><span class=\\\" author-d-1gg9uz65z1iz85zgdz68zmqkz84zo2qowz80zsz78zz72zz122zz85zauz85zz84zz80zz65zz88zqj38z87zz67zez72ziz70zaaxz85zfsz81za\\\">As we navigate the challenges and triumphs of the upcoming academic year, let us approach each day with a spirit of unity, innovation, and a shared commitment to excellence. Together, we can create an environment that nurtures intellectual curiosity and prepares our students for a future of success.<\\/span><\\/div><div><span class=\\\" author-d-1gg9uz65z1iz85zgdz68zmqkz84zo2qowz80zsz78zz72zz122zz85zauz85zz84zz80zz65zz88zqj38z87zz67zez72ziz70zaaxz85zfsz81za\\\">Thank you for your attention, and here\'s to a successful and fulfilling academic year ahead.<\\/span><\\/div>\",\"is_array\":\"0\"}}},\"366g39d63j\":{\"settings\":{\"about_area_img_1\":{\"value\":[\"{\\\"type\\\":\\\"image\\\",\\\"name\\\":\\\"about-img-4.jpg\\\",\\\"path\\\":\\\"optionbuilder\\/uploads\\/742511-10-2023_1252pmabout-img-4.jpg\\\",\\\"mime\\\":\\\"jpg\\\",\\\"size\\\":62937,\\\"thumbnail\\\":\\\"https:\\/\\/schoool.w-manage.org\\/public\\/storage\\/optionbuilder\\/uploads\\/742511-10-2023_1252pmabout-img-4.jpg\\\"}\"],\"is_array\":\"1\"},\"about_area_img_3\":{\"value\":[\"{\\\"type\\\":\\\"image\\\",\\\"name\\\":\\\"about-img-2.jpg\\\",\\\"path\\\":\\\"optionbuilder\\/uploads\\/756311-10-2023_1252pmabout-img-2.jpg\\\",\\\"mime\\\":\\\"jpg\\\",\\\"size\\\":37688,\\\"thumbnail\\\":\\\"https:\\/\\/schoool.w-manage.org\\/public\\/storage\\/optionbuilder\\/uploads\\/756311-10-2023_1252pmabout-img-2.jpg\\\"}\"],\"is_array\":\"1\"},\"about_area_img_2\":{\"value\":[\"{\\\"type\\\":\\\"image\\\",\\\"name\\\":\\\"about-img-3.jpg\\\",\\\"path\\\":\\\"optionbuilder\\/uploads\\/775411-10-2023_1252pmabout-img-3.jpg\\\",\\\"mime\\\":\\\"jpg\\\",\\\"size\\\":6167,\\\"thumbnail\\\":\\\"https:\\/\\/schoool.w-manage.org\\/public\\/storage\\/optionbuilder\\/uploads\\/775411-10-2023_1252pmabout-img-3.jpg\\\"}\"],\"is_array\":\"1\"},\"about_area_heading\":{\"value\":\"When Ambition Meets Opportunity.\",\"is_array\":\"0\"},\"about_area_description\":{\"value\":\"Explore new skills, deepen existing passions, and get lost creativity What you find just might surprise and inspire you. With so much to explore isn\\u2019t existing passions, and get lost in creativity.\",\"is_array\":\"0\"},\"about_area_list_items\":{\"value\":{\"6731698315149\":{\"item_image\":[\"{\\\"type\\\":\\\"image\\\",\\\"name\\\":\\\"feature-icon-1.png\\\",\\\"path\\\":\\\"optionbuilder\\/uploads\\/980711-10-2023_1252pmfeature-icon-1.png\\\",\\\"mime\\\":\\\"png\\\",\\\"size\\\":2208,\\\"thumbnail\\\":\\\"https:\\/\\/schoool.w-manage.org\\/public\\/storage\\/optionbuilder\\/uploads\\/980711-10-2023_1252pmfeature-icon-1.png\\\"}\"],\"item_heading\":\"International Certification\",\"item_description\":\"You can start and finish one of these popular courses in under our site\"},\"1698315250693\":{\"item_image\":[\"{\\\"type\\\":\\\"image\\\",\\\"name\\\":\\\"feature-icon-2.png\\\",\\\"path\\\":\\\"optionbuilder\\/uploads\\/270411-10-2023_1252pmfeature-icon-2.png\\\",\\\"mime\\\":\\\"png\\\",\\\"size\\\":2292,\\\"thumbnail\\\":\\\"https:\\/\\/schoool.w-manage.org\\/public\\/storage\\/optionbuilder\\/uploads\\/270411-10-2023_1252pmfeature-icon-2.png\\\"}\"],\"item_heading\":\"World\\u2019s Best Curriculum\",\"item_description\":\"You can start and finish one of these popular courses in under our site\"}},\"is_array\":\"1\"}}},\"366g39ca4e\":{\"styles\":{\"content_width\":\"\",\"width-height-type\":\"px\",\"width\":\"\",\"height\":\"\",\"min-width\":\"\",\"max-width\":\"\",\"min-height\":\"\",\"max-height\":\"\",\"margin-type\":\"px\",\"margin-top\":\"\",\"margin-right\":\"\",\"margin-bottom\":\"\",\"margin-left\":\"\",\"padding-type\":\"px\",\"padding-top\":\"\",\"padding-right\":\"\",\"padding-bottom\":\"\",\"padding-left\":\"\",\"z-index\":\"\",\"classes\":\"\",\"custom_attributes\":\"\",\"background-size\":\"\",\"background-position\":\"\"}},\"366g3b0e3b\":{\"settings\":{\"about_info_heading\":{\"value\":\"Our Education System Works For You.\",\"is_array\":\"0\"},\"about_info_description\":{\"value\":\"Explore new skills, deepen existing passions, and get lost creativity What you find just might surprise and inspire you. Explore new skills, deepen existing passions, and get lost creativity. What you find just might surprise and inspire you. With so much to explore isn\\u2019t existing passions, and get lost in creativity.\",\"is_array\":\"0\"},\"about_info_img\":{\"value\":[\"{\\\"type\\\":\\\"image\\\",\\\"name\\\":\\\"about-img-5.jpg\\\",\\\"path\\\":\\\"optionbuilder\\/uploads\\/667211-10-2023_1253pmabout-img-5.jpg\\\",\\\"mime\\\":\\\"jpg\\\",\\\"size\\\":34767,\\\"thumbnail\\\":\\\"https:\\/\\/schoool.w-manage.org\\/public\\/storage\\/optionbuilder\\/uploads\\/667211-10-2023_1253pmabout-img-5.jpg\\\"}\"],\"is_array\":\"1\"}}},\"366g3aiidh\":{\"styles\":{\"content_width\":\"\",\"width-height-type\":\"px\",\"width\":\"\",\"height\":\"\",\"min-width\":\"\",\"max-width\":\"\",\"min-height\":\"\",\"max-height\":\"\",\"margin-type\":\"px\",\"margin-top\":\"\",\"margin-right\":\"\",\"margin-bottom\":\"\",\"margin-left\":\"\",\"padding-type\":\"px\",\"padding-top\":\"\",\"padding-right\":\"\",\"padding-bottom\":\"\",\"padding-left\":\"\",\"z-index\":\"\",\"classes\":\"\",\"custom_attributes\":\"\",\"background-size\":\"\",\"background-position\":\"\"}},\"366g3b8ii9\":{\"styles\":{\"content_width\":\"\",\"width-height-type\":\"px\",\"width\":\"\",\"height\":\"\",\"min-width\":\"\",\"max-width\":\"\",\"min-height\":\"\",\"max-height\":\"\",\"margin-type\":\"px\",\"margin-top\":\"\",\"margin-right\":\"\",\"margin-bottom\":\"\",\"margin-left\":\"\",\"padding-type\":\"px\",\"padding-top\":\"\",\"padding-right\":\"\",\"padding-bottom\":\"\",\"padding-left\":\"\",\"z-index\":\"\",\"classes\":\"\",\"custom_attributes\":\"\",\"background-size\":\"\",\"background-position\":\"\"}},\"366g3bc4be\":{\"settings\":{\"counter_heading\":{\"value\":\"What will you Discover?\",\"is_array\":\"0\"},\"counter_description\":{\"value\":\"Explore new skills, deepen existing passions, and get lost in creativity.What you find just might surprise and inspire you. With so much to explore, real projects to create,and the support f fellow-creatives, Turitor empower\",\"is_array\":\"0\"},\"view_course_button\":{\"value\":\"View Course\",\"is_array\":\"0\"},\"contact_us_button\":{\"value\":\"Contact Us\",\"is_array\":\"0\"},\"counter_list_items\":{\"value\":{\"7481698315460\":{\"item_number\":\"649\",\"item_heading\":\"Courses & Videos\",\"item_symbol\":\"+\"},\"1698315486005\":{\"item_number\":\"265\",\"item_heading\":\"Expart teachers\",\"item_symbol\":\"+\"},\"1698315507462\":{\"item_number\":\"4806\",\"item_heading\":\"Total student\",\"item_symbol\":\"+\"},\"1698315526736\":{\"item_number\":\"310\",\"item_heading\":\"Classes complete\",\"item_symbol\":\"+\"}},\"is_array\":\"1\"}}},\"366g3c7821\":{\"settings\":{\"testimonial_sub_heading\":{\"value\":\"#CLIENT TESTIMONIAL\",\"is_array\":\"0\"},\"testimonial_heading\":{\"value\":\"What Clients Say About Us\",\"is_array\":\"0\"},\"testionmonial_count\":{\"value\":\"3\",\"is_array\":\"0\"},\"testionmonial_sorting\":{\"value\":\"asc\",\"is_array\":\"0\"}}},\"366g3c3871\":{\"styles\":{\"content_width\":\"\",\"width-height-type\":\"px\",\"width\":\"\",\"height\":\"\",\"min-width\":\"\",\"max-width\":\"\",\"min-height\":\"\",\"max-height\":\"\",\"margin-type\":\"px\",\"margin-top\":\"\",\"margin-right\":\"\",\"margin-bottom\":\"\",\"margin-left\":\"\",\"padding-type\":\"px\",\"padding-top\":\"\",\"padding-right\":\"\",\"padding-bottom\":\"\",\"padding-left\":\"\",\"z-index\":\"\",\"classes\":\"\",\"custom_attributes\":\"\",\"background-size\":\"\",\"background-position\":\"\"}},\"366g58a15i\":{\"settings\":{\"teacher_sub_heading\":{\"value\":\"Teachers\",\"is_array\":\"0\"},\"teacher_heading\":{\"value\":\"Our Expart Teachers\",\"is_array\":\"0\"},\"teacher_count\":{\"value\":\"4\",\"is_array\":\"0\"},\"teacher_area_column\":{\"value\":\"3\",\"is_array\":\"0\"}}},\"366g588g41\":{\"styles\":{\"content_width\":\"\",\"width-height-type\":\"px\",\"width\":\"\",\"height\":\"\",\"min-width\":\"\",\"max-width\":\"\",\"min-height\":\"\",\"max-height\":\"\",\"margin-type\":\"px\",\"margin-top\":\"\",\"margin-right\":\"\",\"margin-bottom\":\"\",\"margin-left\":\"\",\"padding-type\":\"px\",\"padding-top\":\"\",\"padding-right\":\"\",\"padding-bottom\":\"\",\"padding-left\":\"\",\"z-index\":\"\",\"classes\":\"\",\"custom_attributes\":\"\",\"background-size\":\"\",\"background-position\":\"\"}},\"366g5d42a4\":{\"settings\":{\"online_admission_header\":{\"value\":\"Online Admission going on session 2022-23\",\"is_array\":\"0\"},\"online_admission_header_description\":{\"value\":\"Explore new skills, deepen existing passions, and get lost creativity what you find just might surprise and inspire you.\",\"is_array\":\"0\"},\"online_admission_button\":{\"value\":\"Online Admission\",\"is_array\":\"0\"},\"online_admission_link\":{\"value\":\"#\",\"is_array\":\"0\"}}},\"366g5d3e2e\":{\"styles\":{\"content_width\":\"\",\"width-height-type\":\"px\",\"width\":\"\",\"height\":\"\",\"min-width\":\"\",\"max-width\":\"\",\"min-height\":\"\",\"max-height\":\"\",\"margin-type\":\"px\",\"margin-top\":\"\",\"margin-right\":\"\",\"margin-bottom\":\"\",\"margin-left\":\"\",\"padding-type\":\"px\",\"padding-top\":\"\",\"padding-right\":\"\",\"padding-bottom\":\"\",\"padding-left\":\"\",\"z-index\":\"\",\"classes\":\"\",\"custom_attributes\":\"\",\"background-size\":\"\",\"background-position\":\"\"}},\"366g5d60dc\":{\"settings\":{\"faqs_heading\":{\"value\":\"\",\"is_array\":\"0\"},\"faq_datas\":{\"value\":{\"621698322131\":{\"faq_question\":\"To test new additions to the design system before going live, Infix Education can\",\"faq_answer\":\"<ol start=\\\"1\\\" class=\\\"listtype-number listindent1 list-number1\\\" style=\\\"list-style-type: decimal;\\\"><li><span class=\\\" author-d-1gg9uz65z1iz85zgdz68zmqkz84zo2qowz80zsz78zz72zz122zz85zauz85zz84zz80zz65zz88zqj38z87zz67zez72ziz70zaaxz85zfsz81za\\\">Conduct User Acceptance Testing<\\/span><span class=\\\" author-d-1gg9uz65z1iz85zgdz68zmqkz84zo2qowz80zsz78zz72zz122zz85zauz85zz84zz80zz65zz88zqj38z87zz67zez72ziz70zaaxz85zfsz81za s-lparen\\\"> <\\/span><span class=\\\" author-d-1gg9uz65z1iz85zgdz68zmqkz84zo2qowz80zsz78zz72zz122zz85zauz85zz84zz80zz65zz88zqj38z87zz67zez72ziz70zaaxz85zfsz81za h-lparen\\\">(UAT)<\\/span><span class=\\\" author-d-1gg9uz65z1iz85zgdz68zmqkz84zo2qowz80zsz78zz72zz122zz85zauz85zz84zz80zz65zz88zqj38z87zz67zez72ziz70zaaxz85zfsz81za\\\"> with select users for feedback.<\\/span><\\/li><li><span class=\\\" author-d-1gg9uz65z1iz85zgdz68zmqkz84zo2qowz80zsz78zz72zz122zz85zauz85zz84zz80zz65zz88zqj38z87zz67zez72ziz70zaaxz85zfsz81za\\\">Implement a beta testing phase for real-world user exploration.<\\/span><\\/li><li><span class=\\\" author-d-1gg9uz65z1iz85zgdz68zmqkz84zo2qowz80zsz78zz72zz122zz85zauz85zz84zz80zz65zz88zqj38z87zz67zez72ziz70zaaxz85zfsz81za\\\">Perform A\\/B testing to compare with existing design elements.<\\/span><\\/li><li><span class=\\\" author-d-1gg9uz65z1iz85zgdz68zmqkz84zo2qowz80zsz78zz72zz122zz85zauz85zz84zz80zz65zz88zqj38z87zz67zez72ziz70zaaxz85zfsz81za\\\">Ensure cross-browser and device compatibility.<\\/span><\\/li><li><span class=\\\" author-d-1gg9uz65z1iz85zgdz68zmqkz84zo2qowz80zsz78zz72zz122zz85zauz85zz84zz80zz65zz88zqj38z87zz67zez72ziz70zaaxz85zfsz81za\\\">Test for performance and accessibility.<\\/span><\\/li><li><span class=\\\" author-d-1gg9uz65z1iz85zgdz68zmqkz84zo2qowz80zsz78zz72zz122zz85zauz85zz84zz80zz65zz88zqj38z87zz67zez72ziz70zaaxz85zfsz81za\\\">Conduct thorough code and documentation reviews.<\\/span><\\/li><li><span class=\\\" author-d-1gg9uz65z1iz85zgdz68zmqkz84zo2qowz80zsz78zz72zz122zz85zauz85zz84zz80zz65zz88zqj38z87zz67zez72ziz70zaaxz85zfsz81za\\\">Utilize a staging environment for controlled testing.<\\/span><\\/li><li><span class=\\\" author-d-1gg9uz65z1iz85zgdz68zmqkz84zo2qowz80zsz78zz72zz122zz85zauz85zz84zz80zz65zz88zqj38z87zz67zez72ziz70zaaxz85zfsz81za\\\">Establish feedback channels for user input.<\\/span><\\/li><\\/ol><div><span class=\\\" author-d-1gg9uz65z1iz85zgdz68zmqkz84zo2qowz80zsz78zz72zz122zz85zauz85zz84zz80zz65zz88zqj38z87zz67zez72ziz70zaaxz85zfsz81za\\\">These steps ensure a smooth and user-friendly experience, addressing any issues before the design changes are implemented live.<\\/span><\\/div>\"},\"1698322142093\":{\"faq_question\":\"Are your product for commercial use?\",\"faq_answer\":\"<p><span class=\\\" author-d-1gg9uz65z1iz85zgdz68zmqkz84zo2qowz80zsz78zz72zz122zz85zauz85zz84zz80zz65zz88zqj38z87zz67zez72ziz70zaaxz85zfsz81za\\\">Yes, Infix Education\'s product is designed for commercial use. Our comprehensive education solutions are tailored to meet the needs of educational institutions, providing a robust platform for effective school management and improved learning experiences. If you have specific inquiries or would like more information about our products, feel free to contact our support team.<\\/span><br><\\/p>\"},\"1698322264201\":{\"faq_question\":\"Newest and best-selling pieces in real life?\",\"faq_answer\":\"<span class=\\\" author-d-1gg9uz65z1iz85zgdz68zmqkz84zo2qowz80zsz78zz72zz122zz85zauz85zz84zz80zz65zz88zqj38z87zz67zez72ziz70zaaxz85zfsz81za\\\">As of my last training cut-off in January 2022, I don\'t have real-time information on specific products or the newest and best-selling pieces from Infix Education. It\'s recommended to visit Infix Education\'s official website, contact their customer support, or check their product catalog for the latest and best-selling offerings. They can provide up-to-date information on their current products and any new releases.<\\/span><br>\"}},\"is_array\":\"1\"}}},\"36b970ib49\":{\"settings\":{\"facilities_image_align\":{\"value\":\"right\",\"is_array\":\"0\"},\"facilities_image_upload\":{\"value\":[\"{\\\"type\\\":\\\"image\\\",\\\"name\\\":\\\"about-img-5.jpg\\\",\\\"path\\\":\\\"optionbuilder\\/uploads\\/525601-03-2024_0443pmabout-img-5.jpg\\\",\\\"mime\\\":\\\"jpg\\\",\\\"size\\\":34767,\\\"thumbnail\\\":\\\"https:\\/\\/schoool.w-manage.org\\/public\\/storage\\/optionbuilder\\/uploads\\/525601-03-2024_0443pmabout-img-5.jpg\\\"}\"],\"is_array\":\"1\"},\"facilities_heading\":{\"value\":\"Our Education System Works For You\",\"is_array\":\"0\"},\"facilities_description\":{\"value\":\"<p style=\\\"margin-bottom: 30px; color: rgb(85, 85, 85); font-family: Inter, sans-serif; background-color: rgb(255, 255, 255);\\\">Explore new skills, deepen existing passions, and get lost creativity What you find just might surprise and inspire you. Explore new skills, deepen existing passions, and get lost creativity.<\\/p><p style=\\\"color: rgb(85, 85, 85); font-family: Inter, sans-serif; background-color: rgb(255, 255, 255);\\\">What you find just might surprise and inspire you. With so much to explore isn\\u2019t existing passions, and get lost in creativity.<\\/p>\",\"is_array\":\"0\"}}},\"36b9723308\":{\"settings\":{\"about_area_img_1\":{\"value\":[\"{\\\"type\\\":\\\"image\\\",\\\"name\\\":\\\"about-img-4.jpg\\\",\\\"path\\\":\\\"optionbuilder\\/uploads\\/145901-03-2024_0446pmabout-img-4.jpg\\\",\\\"mime\\\":\\\"jpg\\\",\\\"size\\\":62937,\\\"thumbnail\\\":\\\"https:\\/\\/schoool.w-manage.org\\/public\\/storage\\/optionbuilder\\/uploads\\/145901-03-2024_0446pmabout-img-4.jpg\\\"}\"],\"is_array\":\"1\"},\"alignment_left_right\":{\"value\":\"\",\"is_array\":\"0\"},\"about_area_heading\":{\"value\":\"When Ambition Meets Opportunity.\",\"is_array\":\"0\"},\"about_area_description\":{\"value\":\"Explore new skills, deepen existing passions, and get lost creativity What you find just might surprise and inspire you. With so much to explore isn\\u2019t existing passions, and get lost in creativity.\",\"is_array\":\"0\"},\"about_area_list_items\":{\"value\":{\"2921704278748\":{\"item_image\":[\"{\\\"type\\\":\\\"image\\\",\\\"name\\\":\\\"feature-icon-1.png\\\",\\\"path\\\":\\\"optionbuilder\\/uploads\\/707201-03-2024_0447pmfeature-icon-1.png\\\",\\\"mime\\\":\\\"png\\\",\\\"size\\\":2208,\\\"thumbnail\\\":\\\"https:\\/\\/schoool.w-manage.org\\/public\\/storage\\/optionbuilder\\/uploads\\/707201-03-2024_0447pmfeature-icon-1.png\\\"}\"],\"item_heading\":\"International Certification\",\"item_description\":\"You can start and finish one of these popular courses in under our site\"},\"1704278833046\":{\"item_image\":[\"{\\\"type\\\":\\\"image\\\",\\\"name\\\":\\\"feature-icon-2.png\\\",\\\"path\\\":\\\"optionbuilder\\/uploads\\/513301-03-2024_0447pmfeature-icon-2.png\\\",\\\"mime\\\":\\\"png\\\",\\\"size\\\":2292,\\\"thumbnail\\\":\\\"https:\\/\\/schoool.w-manage.org\\/public\\/storage\\/optionbuilder\\/uploads\\/513301-03-2024_0447pmfeature-icon-2.png\\\"}\"],\"item_heading\":\"World\\u2019s Best Curriculum\",\"item_description\":\"You can start and finish one of these popular courses in under our site\"}},\"is_array\":\"1\"}}},\"36b976ddbg\":{\"settings\":{\"online_admission_header\":{\"value\":\"Online Admission going on session 2022-23\",\"is_array\":\"0\"},\"online_admission_header_description\":{\"value\":\"Explore new skills, deepen existing passions, and get lost creativity what you find just might surprise and inspire you.\",\"is_array\":\"0\"},\"online_admission_button\":{\"value\":\"Online Admission\",\"is_array\":\"0\"},\"online_admission_link\":{\"value\":\"https:\\/\\/aorasoft.com\\/\",\"is_array\":\"0\"}}}}}', 0, 1, 'published', NULL, NULL, NULL, 1, NULL, NULL), (3, 'Academic Calendar', 'Academic Calendar', 'Academic Calendar', 'academic-calendars', '{\"grids\":[{\"grid\":\"12x1\",\"position\":\"0\",\"grid_id\":\"366id8fe2h\",\"data\":[[{\"id\":\"366id8fjh0\",\"section_id\":\"header-breadcumb\",\"position\":\"0\"}]]},{\"grid\":\"12x1\",\"position\":\"1\",\"grid_id\":\"366id91e5e\",\"data\":[[{\"id\":\"366id93705\",\"section_id\":\"academic-calendar\",\"position\":\"0\"}]]}],\"section_data\":{\"366id8fjh0\":{\"settings\":{\"header_bg_image\":{\"value\":[\"{\\\"type\\\":\\\"image\\\",\\\"name\\\":\\\"hero-bg-2.jpg\\\",\\\"path\\\":\\\"optionbuilder\\\\\\/uploads\\\\\\/4911-10-2023_1255pmhero-bg-2.jpg\\\",\\\"mime\\\":\\\"jpg\\\",\\\"size\\\":90795,\\\"thumbnail\\\":\\\"https:\\/\\/schoool.w-manage.org\\/storage\\\\\\/optionbuilder\\\\\\/uploads\\\\\\/4911-10-2023_1255pmhero-bg-2.jpg\\\"}\"],\"is_array\":\"1\"},\"left_title\":{\"value\":\"Academic Calendar\",\"is_array\":\"0\"},\"right_home\":{\"value\":\"Home\",\"is_array\":\"0\"},\"right_content_title\":{\"value\":\"Academic Calendar\",\"is_array\":\"0\"}}},\"366id8fe2h\":{\"styles\":{\"content_width\":\"\",\"width-height-type\":\"px\",\"width\":\"\",\"height\":\"\",\"min-width\":\"\",\"max-width\":\"\",\"min-height\":\"\",\"max-height\":\"\",\"margin-type\":\"px\",\"margin-top\":\"\",\"margin-right\":\"\",\"margin-bottom\":\"\",\"margin-left\":\"\",\"padding-type\":\"px\",\"padding-top\":\"\",\"padding-right\":\"\",\"padding-bottom\":\"\",\"padding-left\":\"\",\"z-index\":\"\",\"classes\":\"\",\"custom_attributes\":\"\",\"background-size\":\"\",\"background-position\":\"\"}},\"366id93705\":{\"settings\":{\"academic_calendar_heading\":{\"value\":\"Academic Calendar\",\"is_array\":\"0\"},\"academic_calendar_sl\":{\"value\":\"SL\",\"is_array\":\"0\"},\"academic_calendar_title\":{\"value\":\"Title\",\"is_array\":\"0\"},\"academic_calendar_date\":{\"value\":\"Publish Date\",\"is_array\":\"0\"},\"academic_calendar_action\":{\"value\":\"Action\",\"is_array\":\"0\"}}},\"366id91e5e\":{\"styles\":{\"content_width\":\"\",\"width-height-type\":\"px\",\"width\":\"\",\"height\":\"\",\"min-width\":\"\",\"max-width\":\"\",\"min-height\":\"\",\"max-height\":\"\",\"margin-type\":\"px\",\"margin-top\":\"\",\"margin-right\":\"\",\"margin-bottom\":\"\",\"margin-left\":\"\",\"padding-type\":\"px\",\"padding-top\":\"\",\"padding-right\":\"\",\"padding-bottom\":\"\",\"padding-left\":\"\",\"z-index\":\"\",\"classes\":\"\",\"custom_attributes\":\"\",\"background-size\":\"\",\"background-position\":\"\"}}}}', 0, 1, 'published', NULL, NULL, NULL, 1, NULL, NULL), (4, 'Book a Visit', 'Book a Visit', 'Book a Visit', 'book-a-visit', '{\"grids\":[{\"grid\":\"12x1\",\"position\":\"0\",\"grid_id\":\"36bad977g2\",\"data\":[[{\"id\":\"36bad97jb2\",\"section_id\":\"header-breadcumb\",\"position\":\"0\"}]]}],\"section_data\":{\"36bad97jb2\":{\"settings\":{\"header_bg_image\":{\"value\":[\"{\\\"type\\\":\\\"image\\\",\\\"name\\\":\\\"breadcrumb-img.jpg\\\",\\\"path\\\":\\\"optionbuilder\\/uploads\\/818501-04-2024_0412pmbreadcrumb-img.jpg\\\",\\\"mime\\\":\\\"jpg\\\",\\\"size\\\":122726,\\\"thumbnail\\\":\\\"https:\\/\\/schoool.w-manage.org\\/public\\/storage\\/optionbuilder\\/uploads\\/818501-04-2024_0412pmbreadcrumb-img.jpg\\\"}\"],\"is_array\":\"1\"},\"left_title\":{\"value\":\"Book a Visit\",\"is_array\":\"0\"},\"right_home\":{\"value\":\"Home\",\"is_array\":\"0\"},\"right_content_title\":{\"value\":\"Book a Visit\",\"is_array\":\"0\"}}},\"36bad977g2\":{\"styles\":{\"content_width\":\"\",\"width-height-type\":\"px\",\"width\":\"\",\"height\":\"\",\"min-width\":\"\",\"max-width\":\"\",\"min-height\":\"\",\"max-height\":\"\",\"margin-type\":\"px\",\"margin-top\":\"\",\"margin-right\":\"\",\"margin-bottom\":\"\",\"margin-left\":\"\",\"padding-type\":\"px\",\"padding-top\":\"\",\"padding-right\":\"\",\"padding-bottom\":\"\",\"padding-left\":\"\",\"z-index\":\"\",\"classes\":\"\",\"custom_attributes\":\"\",\"background-size\":\"\",\"background-position\":\"\"}}}}', 0, 1, 'published', NULL, NULL, NULL, 1, NULL, NULL), (5, 'Class Routine', 'Class Routine', 'Class Routine', 'class-routines', '{\"grids\":[{\"grid\":\"12x1\",\"position\":\"0\",\"grid_id\":\"366ig82adg\",\"data\":[[{\"id\":\"366ig831bc\",\"section_id\":\"header-breadcumb\",\"position\":\"0\"}]]},{\"grid\":\"12x1\",\"position\":\"1\",\"grid_id\":\"366ig82c55\",\"data\":[[{\"id\":\"366ig880b1\",\"section_id\":\"front-class-routine\",\"position\":\"0\"}]]}],\"section_data\":{\"366ig831bc\":{\"settings\":{\"header_bg_image\":{\"value\":[\"{\\\"type\\\":\\\"image\\\",\\\"name\\\":\\\"hero-bg-2.jpg\\\",\\\"path\\\":\\\"optionbuilder\\\\\\/uploads\\\\\\/308611-10-2023_1257pmhero-bg-2.jpg\\\",\\\"mime\\\":\\\"jpg\\\",\\\"size\\\":90795,\\\"thumbnail\\\":\\\"https:\\/\\/schoool.w-manage.org\\/public\\\\\\/storage\\\\\\/optionbuilder\\\\\\/uploads\\\\\\/308611-10-2023_1257pmhero-bg-2.jpg\\\"}\"],\"is_array\":\"1\"},\"left_title\":{\"value\":\"Class Routine\",\"is_array\":\"0\"},\"right_home\":{\"value\":\"Home\",\"is_array\":\"0\"},\"right_content_title\":{\"value\":\"Class Routine\",\"is_array\":\"0\"}}},\"366ig82adg\":{\"styles\":{\"content_width\":\"\",\"width-height-type\":\"px\",\"width\":\"\",\"height\":\"\",\"min-width\":\"\",\"max-width\":\"\",\"min-height\":\"\",\"max-height\":\"\",\"margin-type\":\"px\",\"margin-top\":\"\",\"margin-right\":\"\",\"margin-bottom\":\"\",\"margin-left\":\"\",\"padding-type\":\"px\",\"padding-top\":\"\",\"padding-right\":\"\",\"padding-bottom\":\"\",\"padding-left\":\"\",\"z-index\":\"\",\"classes\":\"\",\"custom_attributes\":\"\",\"background-size\":\"\",\"background-position\":\"\"}},\"366ig880b1\":{\"settings\":{\"front_class_routine_heading\":{\"value\":\"Class Routine\",\"is_array\":\"0\"},\"front_class_routine_sl\":{\"value\":\"SL\",\"is_array\":\"0\"},\"front_class_routine_title\":{\"value\":\"Title\",\"is_array\":\"0\"},\"front_class_routine_date\":{\"value\":\"Date\",\"is_array\":\"0\"},\"front_class_routine_action\":{\"value\":\"Action\",\"is_array\":\"0\"}}},\"366ig82c55\":{\"styles\":{\"content_width\":\"\",\"width-height-type\":\"px\",\"width\":\"\",\"height\":\"\",\"min-width\":\"\",\"max-width\":\"\",\"min-height\":\"\",\"max-height\":\"\",\"margin-type\":\"px\",\"margin-top\":\"\",\"margin-right\":\"\",\"margin-bottom\":\"\",\"margin-left\":\"\",\"padding-type\":\"px\",\"padding-top\":\"\",\"padding-right\":\"\",\"padding-bottom\":\"\",\"padding-left\":\"\",\"z-index\":\"\",\"classes\":\"\",\"custom_attributes\":\"\",\"background-size\":\"\",\"background-position\":\"\"}}}}', 0, 1, 'published', NULL, NULL, NULL, 1, NULL, NULL), (6, 'Contact Us', 'Contact Us', 'Contact Us', 'contact-us', '{\"grids\":[{\"grid\":\"12x1\",\"position\":\"0\",\"grid_id\":\"36bbe14a8e\",\"data\":[[{\"id\":\"36bbe159ab\",\"section_id\":\"header-breadcumb\",\"position\":\"0\"}]]},{\"grid\":\"9x3\",\"position\":\"1\",\"grid_id\":\"36bbe2jaha\",\"data\":[[{\"id\":\"36bbe305ch\",\"section_id\":\"contact-from\",\"position\":\"0\"}],[{\"id\":\"36bbe30e72\",\"section_id\":\"google-map\",\"position\":\"0\"}]]},{\"grid\":\"12x1\",\"position\":\"2\",\"grid_id\":\"36bbe3685b\",\"data\":[[{\"id\":\"36bbe3j410\",\"section_id\":\"event-gallery\",\"position\":\"0\"}]]}],\"section_data\":{\"36bbe159ab\":{\"settings\":{\"header_bg_image\":{\"value\":[\"{\\\"type\\\":\\\"image\\\",\\\"name\\\":\\\"breadcrumb-img.jpg\\\",\\\"path\\\":\\\"optionbuilder\\/uploads\\/697801-05-2024_1030ambreadcrumb-img.jpg\\\",\\\"mime\\\":\\\"jpg\\\",\\\"size\\\":122726,\\\"thumbnail\\\":\\\"https:\\/\\/schoool.w-manage.org\\/public\\/storage\\/optionbuilder\\/uploads\\/697801-05-2024_1030ambreadcrumb-img.jpg\\\"}\"],\"is_array\":\"1\"},\"left_title\":{\"value\":\"Contact Us\",\"is_array\":\"0\"},\"right_home\":{\"value\":\"Home\",\"is_array\":\"0\"},\"right_content_title\":{\"value\":\"Contact Us\",\"is_array\":\"0\"}}},\"36bbe14a8e\":{\"styles\":{\"content_width\":\"\",\"width-height-type\":\"px\",\"width\":\"\",\"height\":\"\",\"min-width\":\"\",\"max-width\":\"\",\"min-height\":\"\",\"max-height\":\"\",\"margin-type\":\"px\",\"margin-top\":\"\",\"margin-right\":\"\",\"margin-bottom\":\"\",\"margin-left\":\"\",\"padding-type\":\"px\",\"padding-top\":\"\",\"padding-right\":\"\",\"padding-bottom\":\"\",\"padding-left\":\"\",\"z-index\":\"\",\"classes\":\"\",\"custom_attributes\":\"\",\"background-size\":\"\",\"background-position\":\"\"}},\"36bbe30e72\":{\"settings\":{\"google_map_editor\":{\"value\":\"<p>Information<\\/p><p><br><\\/p><div class=\\\"contacts_info_card\\\" style=\\\"color: rgb(85, 85, 85); font-family: Inter, sans-serif; background-color: rgb(255, 255, 255);\\\">Email Address<p>info@sppondonit.com<\\/p><\\/div><div class=\\\"contacts_info_card\\\" style=\\\"color: rgb(85, 85, 85); font-family: Inter, sans-serif; background-color: rgb(255, 255, 255);\\\">Phone Number<p>+1 (123) 456-7890<\\/p><\\/div><div class=\\\"contacts_info_card\\\" style=\\\"color: rgb(85, 85, 85); font-family: Inter, sans-serif; background-color: rgb(255, 255, 255);\\\">Address<p>503 Buffalo Street, Manhattan, USA<\\/p><\\/div>\",\"is_array\":\"0\"},\"google_map_key\":{\"value\":\"<iframe src=\\\"https:\\/\\/www.google.com\\/maps\\/embed?pb=!1m18!1m12!1m3!1d116833.83187882078!2d90.33728802520291!3d23.780975728331725!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x3755b8b087026b81%3A0x8fa563bbdd5904c2!2sDhaka!5e0!3m2!1sen!2sbd!4v1704430898343!5m2!1sen!2sbd\\\" width=\\\"250\\\" height=\\\"210\\\" style=\\\"border:0;\\\" allowfullscreen=\\\"\\\" loading=\\\"lazy\\\" referrerpolicy=\\\"no-referrer-when-downgrade\\\"><\\/iframe>\",\"is_array\":\"0\"}}},\"36bbe2jaha\":{\"styles\":{\"content_width\":\"\",\"width-height-type\":\"px\",\"width\":\"\",\"height\":\"\",\"min-width\":\"\",\"max-width\":\"\",\"min-height\":\"\",\"max-height\":\"\",\"margin-type\":\"px\",\"margin-top\":\"\",\"margin-right\":\"\",\"margin-bottom\":\"\",\"margin-left\":\"\",\"padding-type\":\"px\",\"padding-top\":\"\",\"padding-right\":\"\",\"padding-bottom\":\"\",\"padding-left\":\"\",\"z-index\":\"\",\"classes\":\"\",\"custom_attributes\":\"\",\"background-size\":\"\",\"background-position\":\"\"}},\"36bbe3685b\":{\"styles\":{\"content_width\":\"\",\"width-height-type\":\"px\",\"width\":\"\",\"height\":\"\",\"min-width\":\"\",\"max-width\":\"\",\"min-height\":\"\",\"max-height\":\"\",\"margin-type\":\"px\",\"margin-top\":\"\",\"margin-right\":\"\",\"margin-bottom\":\"\",\"margin-left\":\"\",\"padding-type\":\"px\",\"padding-top\":\"\",\"padding-right\":\"\",\"padding-bottom\":\"\",\"padding-left\":\"\",\"z-index\":\"\",\"classes\":\"\",\"custom_attributes\":\"\",\"background-size\":\"\",\"background-position\":\"\"}},\"36bbe3h043\":{\"settings\":{\"event_sub_heading\":{\"value\":\"#JOIN EVENTS\",\"is_array\":\"0\"},\"event_heading\":{\"value\":\"Join Upcoming Events\",\"is_array\":\"0\"},\"event_description\":{\"value\":\"Choose the most powerful courses and always be on demand\",\"is_array\":\"0\"},\"event_count\":{\"value\":\"2\",\"is_array\":\"0\"}}},\"36bbe3j410\":{\"settings\":{\"event_gallery_count\":{\"value\":\"3\",\"is_array\":\"0\"},\"event_gallery_area_column\":{\"value\":\"4\",\"is_array\":\"0\"},\"event_gallery_sorting\":{\"value\":\"asc\",\"is_array\":\"0\"},\"event_gallery_read_more_btn\":{\"value\":\"View Details\",\"is_array\":\"0\"},\"event_gallery_show_date\":{\"value\":\"1\",\"is_array\":\"0\"},\"event_gallery_show_location\":{\"value\":\"1\",\"is_array\":\"0\"}}},\"36bbe305ch\":{\"settings\":{\"heading\":{\"value\":\"Get in touch with us\",\"is_array\":\"0\"},\"sub_heading\":{\"value\":\"#CONTACT\",\"is_array\":\"0\"},\"name_placeholder\":{\"value\":\"Name\",\"is_array\":\"0\"},\"phone_placeholder\":{\"value\":\"Phone No\",\"is_array\":\"0\"},\"email_placeholder\":{\"value\":\"Type e-mail address\",\"is_array\":\"0\"},\"subject_placeholder\":{\"value\":\"Subject\",\"is_array\":\"0\"},\"message_placeholder\":{\"value\":\"Write message here\",\"is_array\":\"0\"},\"button_text\":{\"value\":\"Send Message\",\"is_array\":\"0\"}}}}}', 0, 1, 'published', NULL, NULL, NULL, 1, NULL, NULL), (7, 'Course', 'Course', 'Course', 'course', '{\"grids\":[{\"grid\":\"12x1\",\"position\":\"0\",\"grid_id\":\"366h521be4\",\"data\":[[{\"id\":\"366h5221f0\",\"section_id\":\"header-breadcumb\",\"position\":\"0\"}]]},{\"grid\":\"12x1\",\"position\":\"1\",\"grid_id\":\"366h5273a8\",\"data\":[[{\"id\":\"366h528adj\",\"section_id\":\"course\",\"position\":\"0\"}]]}],\"section_data\":{\"366h5221f0\":{\"settings\":{\"header_bg_image\":{\"value\":[\"{\\\"type\\\":\\\"image\\\",\\\"name\\\":\\\"hero-bg-2.jpg\\\",\\\"path\\\":\\\"optionbuilder\\\\\\/uploads\\\\\\/255811-10-2023_0100pmhero-bg-2.jpg\\\",\\\"mime\\\":\\\"jpg\\\",\\\"size\\\":90795,\\\"thumbnail\\\":\\\"https:\\/\\/schoool.w-manage.org\\/public\\\\\\/storage\\\\\\/optionbuilder\\\\\\/uploads\\\\\\/255811-10-2023_0100pmhero-bg-2.jpg\\\"}\"],\"is_array\":\"1\"},\"left_title\":{\"value\":\"Courses\",\"is_array\":\"0\"},\"right_home\":{\"value\":\"Home\",\"is_array\":\"0\"},\"right_content_title\":{\"value\":\"Courses\",\"is_array\":\"0\"}}},\"366h521be4\":{\"styles\":{\"content_width\":\"\",\"width-height-type\":\"px\",\"width\":\"\",\"height\":\"\",\"min-width\":\"\",\"max-width\":\"\",\"min-height\":\"\",\"max-height\":\"\",\"margin-type\":\"px\",\"margin-top\":\"\",\"margin-right\":\"\",\"margin-bottom\":\"\",\"margin-left\":\"\",\"padding-type\":\"px\",\"padding-top\":\"\",\"padding-right\":\"\",\"padding-bottom\":\"\",\"padding-left\":\"\",\"z-index\":\"\",\"classes\":\"\",\"custom_attributes\":\"\",\"background-size\":\"\",\"background-position\":\"\"}},\"366h528adj\":{\"settings\":{\"course_title\":{\"value\":\"\",\"is_array\":\"0\"},\"course_sub_title\":{\"value\":\"\",\"is_array\":\"0\"},\"course_description\":{\"value\":\"\",\"is_array\":\"0\"},\"course_count\":{\"value\":\"3\",\"is_array\":\"0\"},\"course_area_column\":{\"value\":\"4\",\"is_array\":\"0\"},\"course_sorting\":{\"value\":\"asc\",\"is_array\":\"0\"}}},\"366h5273a8\":{\"styles\":{\"content_width\":\"\",\"width-height-type\":\"px\",\"width\":\"\",\"height\":\"\",\"min-width\":\"\",\"max-width\":\"\",\"min-height\":\"\",\"max-height\":\"\",\"margin-type\":\"px\",\"margin-top\":\"\",\"margin-right\":\"\",\"margin-bottom\":\"\",\"margin-left\":\"\",\"padding-type\":\"px\",\"padding-top\":\"\",\"padding-right\":\"\",\"padding-bottom\":\"\",\"padding-left\":\"\",\"z-index\":\"\",\"classes\":\"\",\"custom_attributes\":\"\",\"background-size\":\"\",\"background-position\":\"\"}}}}', 0, 1, 'published', NULL, NULL, NULL, 1, NULL, NULL), (8, 'Donor List', 'Donor List', 'Donor List', 'donor-list', '{\"grids\":[{\"grid\":\"12x1\",\"position\":\"0\",\"grid_id\":\"36ba87b78b\",\"data\":[[{\"id\":\"36ba87dagc\",\"section_id\":\"header-breadcumb\",\"position\":\"0\"}]]},{\"grid\":\"12x1\",\"position\":\"1\",\"grid_id\":\"36ba881dd7\",\"data\":[[{\"id\":\"36ba8877cb\",\"section_id\":\"donor\",\"position\":\"0\"}]]}],\"section_data\":{\"36ba87dagc\":{\"settings\":{\"header_bg_image\":{\"value\":[\"{\\\"type\\\":\\\"image\\\",\\\"name\\\":\\\"breadcrumb-img.jpg\\\",\\\"path\\\":\\\"optionbuilder\\\\\\/uploads\\\\\\/260201-04-2024_1140ambreadcrumb-img.jpg\\\",\\\"mime\\\":\\\"jpg\\\",\\\"size\\\":122726,\\\"thumbnail\\\":\\\"https:\\/\\/schoool.w-manage.org\\/public\\\\\\/storage\\\\\\/optionbuilder\\\\\\/uploads\\\\\\/260201-04-2024_1140ambreadcrumb-img.jpg\\\"}\"],\"is_array\":\"1\"},\"left_title\":{\"value\":\"Donor List\",\"is_array\":\"0\"},\"right_home\":{\"value\":\"Home\",\"is_array\":\"0\"},\"right_content_title\":{\"value\":\"Donor List\",\"is_array\":\"0\"}}},\"36ba87b78b\":{\"styles\":{\"content_width\":\"\",\"width-height-type\":\"px\",\"width\":\"\",\"height\":\"\",\"min-width\":\"\",\"max-width\":\"\",\"min-height\":\"\",\"max-height\":\"\",\"margin-type\":\"px\",\"margin-top\":\"\",\"margin-right\":\"\",\"margin-bottom\":\"\",\"margin-left\":\"\",\"padding-type\":\"px\",\"padding-top\":\"\",\"padding-right\":\"\",\"padding-bottom\":\"\",\"padding-left\":\"\",\"z-index\":\"\",\"classes\":\"\",\"custom_attributes\":\"\",\"background-size\":\"\",\"background-position\":\"\"}},\"36ba8877cb\":{\"settings\":{\"donor_col_1\":{\"value\":\"SL\",\"is_array\":\"0\"},\"donor_col_2\":{\"value\":\"Image\",\"is_array\":\"0\"},\"donor_col_3\":{\"value\":\"Name\",\"is_array\":\"0\"},\"donor_col_4\":{\"value\":\"Profession\",\"is_array\":\"0\"},\"donor_col_5\":{\"value\":\"Email\",\"is_array\":\"0\"},\"donor_col_6\":{\"value\":\"Phone\",\"is_array\":\"0\"},\"donor_col_7\":{\"value\":\"Religion\",\"is_array\":\"0\"},\"donor_col_8\":{\"value\":\"Gender\",\"is_array\":\"0\"},\"donor_col_9\":{\"value\":\"Blood Group\",\"is_array\":\"0\"}}},\"36ba881dd7\":{\"styles\":{\"content_width\":\"\",\"width-height-type\":\"px\",\"width\":\"\",\"height\":\"\",\"min-width\":\"\",\"max-width\":\"\",\"min-height\":\"\",\"max-height\":\"\",\"margin-type\":\"px\",\"margin-top\":\"\",\"margin-right\":\"\",\"margin-bottom\":\"\",\"margin-left\":\"\",\"padding-type\":\"px\",\"padding-top\":\"\",\"padding-right\":\"\",\"padding-bottom\":\"\",\"padding-left\":\"\",\"z-index\":\"\",\"classes\":\"\",\"custom_attributes\":\"\",\"background-size\":\"\",\"background-position\":\"\"}}}}', 0, 1, 'published', NULL, NULL, NULL, 1, NULL, NULL); INSERT INTO `infixedu__pages` (`id`, `name`, `title`, `description`, `slug`, `settings`, `home_page`, `is_default`, `status`, `created_by`, `updated_by`, `published_by`, `school_id`, `created_at`, `updated_at`) VALUES (9, 'Events', 'Events', 'Events', 'events', '{\"grids\":[{\"grid\":\"12x1\",\"position\":\"0\",\"grid_id\":\"368b18ch94\",\"data\":[[{\"id\":\"368b1e5g12\",\"section_id\":\"header-breadcumb\",\"position\":\"0\"}]]},{\"grid\":\"12x1\",\"position\":\"1\",\"grid_id\":\"368b1ed0c4\",\"data\":[[{\"id\":\"368b1ef00g\",\"section_id\":\"event-gallery\",\"position\":\"0\"}]]}],\"section_data\":{\"368b18ch94\":{\"styles\":{\"content_width\":\"\",\"width-height-type\":\"px\",\"width\":\"\",\"height\":\"\",\"min-width\":\"\",\"max-width\":\"\",\"min-height\":\"\",\"max-height\":\"\",\"margin-type\":\"px\",\"margin-top\":\"\",\"margin-right\":\"\",\"margin-bottom\":\"\",\"margin-left\":\"\",\"padding-type\":\"px\",\"padding-top\":\"\",\"padding-right\":\"\",\"padding-bottom\":\"\",\"padding-left\":\"\",\"z-index\":\"\",\"classes\":\"\",\"custom_attributes\":\"\",\"background-size\":\"\",\"background-position\":\"\"}},\"368b1962aj\":{\"settings\":{\"event_gallery_count\":{\"value\":\"3\",\"is_array\":\"0\"},\"event_gallery_area_column\":{\"value\":\"4\",\"is_array\":\"0\"},\"event_gallery_sorting\":{\"value\":\"asc\",\"is_array\":\"0\"},\"event_gallery_read_more_btn\":{\"value\":\"View Details\",\"is_array\":\"0\"},\"event_gallery_show_date\":{\"value\":\"1\",\"is_array\":\"0\"},\"event_gallery_show_location\":{\"value\":\"1\",\"is_array\":\"0\"}}},\"368b1e5g12\":{\"settings\":{\"header_bg_image\":{\"value\":[\"{\\\"type\\\":\\\"image\\\",\\\"name\\\":\\\"about-breadcrumb-img.jpg\\\",\\\"path\\\":\\\"optionbuilder\\/uploads\\/785411-21-2023_1252pmabout-breadcrumb-img.jpg\\\",\\\"mime\\\":\\\"jpg\\\",\\\"size\\\":125303,\\\"thumbnail\\\":\\\"https:\\/\\/schoool.w-manage.org\\/public\\/storage\\/optionbuilder\\/uploads\\/785411-21-2023_1252pmabout-breadcrumb-img.jpg\\\"}\"],\"is_array\":\"1\"},\"left_title\":{\"value\":\"Event\",\"is_array\":\"0\"},\"right_home\":{\"value\":\"Home\",\"is_array\":\"0\"},\"right_content_title\":{\"value\":\"Event\",\"is_array\":\"0\"}}},\"368b1ef00g\":{\"settings\":{\"event_gallery_count\":{\"value\":\"3\",\"is_array\":\"0\"},\"event_gallery_area_column\":{\"value\":\"4\",\"is_array\":\"0\"},\"event_gallery_sorting\":{\"value\":\"asc\",\"is_array\":\"0\"},\"event_gallery_read_more_btn\":{\"value\":\"View Details\",\"is_array\":\"0\"},\"event_gallery_show_date\":{\"value\":\"1\",\"is_array\":\"0\"},\"event_gallery_show_location\":{\"value\":\"1\",\"is_array\":\"0\"}}},\"368b1ed0c4\":{\"styles\":{\"content_width\":\"\",\"width-height-type\":\"px\",\"width\":\"\",\"height\":\"\",\"min-width\":\"\",\"max-width\":\"\",\"min-height\":\"\",\"max-height\":\"\",\"margin-type\":\"px\",\"margin-top\":\"\",\"margin-right\":\"\",\"margin-bottom\":\"\",\"margin-left\":\"\",\"padding-type\":\"px\",\"padding-top\":\"\",\"padding-right\":\"\",\"padding-bottom\":\"\",\"padding-left\":\"\",\"z-index\":\"\",\"classes\":\"\",\"custom_attributes\":\"\",\"background-size\":\"\",\"background-position\":\"\"}}}}', 0, 1, 'published', NULL, NULL, NULL, 1, NULL, NULL), (10, 'Exam Routine', 'Exam Routine', 'Exam Routine', 'exam-routine', '{\"grids\":[{\"grid\":\"12x1\",\"position\":\"0\",\"grid_id\":\"366ig6ebjg\",\"data\":[[{\"id\":\"366ig6f2ha\",\"section_id\":\"header-breadcumb\",\"position\":\"0\"}]]},{\"grid\":\"12x1\",\"position\":\"1\",\"grid_id\":\"366ig6edi2\",\"data\":[[{\"id\":\"366ig6ij00\",\"section_id\":\"front-exam-routine\",\"position\":\"0\"}]]}],\"section_data\":{\"366ig6f2ha\":{\"settings\":{\"header_bg_image\":{\"value\":[\"{\\\"type\\\":\\\"image\\\",\\\"name\\\":\\\"hero-bg-2.jpg\\\",\\\"path\\\":\\\"optionbuilder\\\\\\/uploads\\\\\\/913111-10-2023_0122pmhero-bg-2.jpg\\\",\\\"mime\\\":\\\"jpg\\\",\\\"size\\\":90795,\\\"thumbnail\\\":\\\"https:\\/\\/schoool.w-manage.org\\/public\\\\\\/storage\\\\\\/optionbuilder\\\\\\/uploads\\\\\\/913111-10-2023_0122pmhero-bg-2.jpg\\\"}\"],\"is_array\":\"1\"},\"left_title\":{\"value\":\"Exam Routine\",\"is_array\":\"0\"},\"right_home\":{\"value\":\"Home\",\"is_array\":\"0\"},\"right_content_title\":{\"value\":\"Exam Routine\",\"is_array\":\"0\"}}},\"366ig6ebjg\":{\"styles\":{\"content_width\":\"\",\"width-height-type\":\"px\",\"width\":\"\",\"height\":\"\",\"min-width\":\"\",\"max-width\":\"\",\"min-height\":\"\",\"max-height\":\"\",\"margin-type\":\"px\",\"margin-top\":\"\",\"margin-right\":\"\",\"margin-bottom\":\"\",\"margin-left\":\"\",\"padding-type\":\"px\",\"padding-top\":\"\",\"padding-right\":\"\",\"padding-bottom\":\"\",\"padding-left\":\"\",\"z-index\":\"\",\"classes\":\"\",\"custom_attributes\":\"\",\"background-size\":\"\",\"background-position\":\"\"}},\"366ig6ij00\":{\"settings\":{\"front_exam_routine_heading\":{\"value\":\"Exam Routine\",\"is_array\":\"0\"},\"front_exam_routine_sl\":{\"value\":\"SL\",\"is_array\":\"0\"},\"front_exam_routine_title\":{\"value\":\"Title\",\"is_array\":\"0\"},\"front_exam_routine_date\":{\"value\":\"Date\",\"is_array\":\"0\"},\"front_exam_routine_action\":{\"value\":\"Action\",\"is_array\":\"0\"}}},\"366ig6edi2\":{\"styles\":{\"content_width\":\"\",\"width-height-type\":\"px\",\"width\":\"\",\"height\":\"\",\"min-width\":\"\",\"max-width\":\"\",\"min-height\":\"\",\"max-height\":\"\",\"margin-type\":\"px\",\"margin-top\":\"\",\"margin-right\":\"\",\"margin-bottom\":\"\",\"margin-left\":\"\",\"padding-type\":\"px\",\"padding-top\":\"\",\"padding-right\":\"\",\"padding-bottom\":\"\",\"padding-left\":\"\",\"z-index\":\"\",\"classes\":\"\",\"custom_attributes\":\"\",\"background-size\":\"\",\"background-position\":\"\"}}}}', 0, 1, 'published', NULL, NULL, NULL, 1, NULL, NULL), (11, 'Facilities', 'Facilities', 'Facilities', 'facilities', '{\"grids\":[{\"grid\":\"12x1\",\"position\":\"0\",\"grid_id\":\"366hc28afb\",\"data\":[[{\"id\":\"366hc29470\",\"section_id\":\"header-breadcumb\",\"position\":\"0\"}]]},{\"grid\":\"12x1\",\"position\":\"1\",\"grid_id\":\"368a074cjg\",\"data\":[[{\"id\":\"368a0764ab\",\"section_id\":\"page-heading\",\"position\":\"0\"}]]},{\"grid\":\"12x1\",\"position\":\"2\",\"grid_id\":\"366hc30388\",\"data\":[[{\"id\":\"366hc39cga\",\"section_id\":\"facilities\",\"position\":\"0\"}]]},{\"grid\":\"12x1\",\"position\":\"3\",\"grid_id\":\"366hc3hiae\",\"data\":[[{\"id\":\"366hc3i8d2\",\"section_id\":\"facilities\",\"position\":\"0\"}]]},{\"grid\":\"12x1\",\"position\":\"4\",\"grid_id\":\"366hc3jbdi\",\"data\":[[{\"id\":\"366hc4078b\",\"section_id\":\"facilities\",\"position\":\"0\"}]]},{\"grid\":\"12x1\",\"position\":\"5\",\"grid_id\":\"366hc3jh20\",\"data\":[[{\"id\":\"366hc40c6d\",\"section_id\":\"facilities\",\"position\":\"0\"}]]}],\"section_data\":{\"366hc29470\":{\"settings\":{\"header_bg_image\":{\"value\":[\"{\\\"type\\\":\\\"image\\\",\\\"name\\\":\\\"hero-bg-2.jpg\\\",\\\"path\\\":\\\"optionbuilder\\\\\\/uploads\\\\\\/745011-10-2023_0123pmhero-bg-2.jpg\\\",\\\"mime\\\":\\\"jpg\\\",\\\"size\\\":90795,\\\"thumbnail\\\":\\\"https:\\/\\/schoool.w-manage.org\\/public\\\\\\/storage\\\\\\/optionbuilder\\\\\\/uploads\\\\\\/745011-10-2023_0123pmhero-bg-2.jpg\\\"}\"],\"is_array\":\"1\"},\"left_title\":{\"value\":\"Facilities\",\"is_array\":\"0\"},\"right_home\":{\"value\":\"Home\",\"is_array\":\"0\"},\"right_content_title\":{\"value\":\"Facilities\",\"is_array\":\"0\"}}},\"366hc28afb\":{\"styles\":{\"content_width\":\"\",\"width-height-type\":\"px\",\"width\":\"\",\"height\":\"\",\"min-width\":\"\",\"max-width\":\"\",\"min-height\":\"\",\"max-height\":\"\",\"margin-type\":\"px\",\"margin-top\":\"\",\"margin-right\":\"\",\"margin-bottom\":\"\",\"margin-left\":\"\",\"padding-type\":\"px\",\"padding-top\":\"\",\"padding-right\":\"\",\"padding-bottom\":\"\",\"padding-left\":\"\",\"z-index\":\"\",\"classes\":\"\",\"custom_attributes\":\"\",\"background-size\":\"\",\"background-position\":\"\"}},\"366hc2f757\":{\"settings\":{\"about_info_heading\":{\"value\":\"Our Education System Works For You.\",\"is_array\":\"0\"},\"about_info_description\":{\"value\":\"Explore new skills, deepen existing passions, and get lost creativity What you find just might surprise and inspire you. Explore new skills, deepen existing passions, and get lost creativity. What you find just might surprise and inspire you. With so much to explore isn\\u2019t existing passions, and get lost in creativity.\",\"is_array\":\"0\"}}},\"366hc39cga\":{\"settings\":{\"facilities_image_align\":{\"value\":\"right\",\"is_array\":\"0\"},\"facilities_image_upload\":{\"value\":[\"{\\\"type\\\":\\\"image\\\",\\\"name\\\":\\\"facilities-img-1.jpg\\\",\\\"path\\\":\\\"optionbuilder\\\\\\/uploads\\\\\\/615611-10-2023_0201pmfacilities-img-1.jpg\\\",\\\"mime\\\":\\\"jpg\\\",\\\"size\\\":34433,\\\"thumbnail\\\":\\\"https:\\/\\/schoool.w-manage.org\\/public\\\\\\/storage\\\\\\/optionbuilder\\\\\\/uploads\\\\\\/615611-10-2023_0201pmfacilities-img-1.jpg\\\"}\"],\"is_array\":\"1\"},\"facilities_heading\":{\"value\":\"Bus Transportation\",\"is_array\":\"0\"},\"facilities_description\":{\"value\":\"<p>Enjoy hassle-free commuting with our dedicated bus transportation service. We prioritize safety, comfort, and punctuality to ensure a smooth journey for students to and from the school<br><\\/p>\",\"is_array\":\"0\"}}},\"366hc30388\":{\"styles\":{\"content_width\":\"\",\"width-height-type\":\"px\",\"width\":\"\",\"height\":\"\",\"min-width\":\"\",\"max-width\":\"\",\"min-height\":\"\",\"max-height\":\"\",\"margin-type\":\"px\",\"margin-top\":\"\",\"margin-right\":\"\",\"margin-bottom\":\"\",\"margin-left\":\"\",\"padding-type\":\"px\",\"padding-top\":\"\",\"padding-right\":\"\",\"padding-bottom\":\"\",\"padding-left\":\"\",\"z-index\":\"\",\"classes\":\"\",\"custom_attributes\":\"\",\"background-size\":\"\",\"background-position\":\"\"}},\"366hc3i8d2\":{\"settings\":{\"facilities_image_align\":{\"value\":\"left\",\"is_array\":\"0\"},\"facilities_image_upload\":{\"value\":[\"{\\\"type\\\":\\\"image\\\",\\\"name\\\":\\\"facilities-img-2.jpg\\\",\\\"path\\\":\\\"optionbuilder\\\\\\/uploads\\\\\\/755311-10-2023_0203pmfacilities-img-2.jpg\\\",\\\"mime\\\":\\\"jpg\\\",\\\"size\\\":29509,\\\"thumbnail\\\":\\\"https:\\/\\/schoool.w-manage.org\\/public\\\\\\/storage\\\\\\/optionbuilder\\\\\\/uploads\\\\\\/755311-10-2023_0203pmfacilities-img-2.jpg\\\"}\"],\"is_array\":\"1\"},\"facilities_heading\":{\"value\":\"AC Smart Classrooms\",\"is_array\":\"0\"},\"facilities_description\":{\"value\":\"<p>Experience education in a modern setting with our air-conditioned smart classrooms. Equipped with cutting-edge technology, these classrooms facilitate interactive and engaging learning, providing students with a dynamic academic environment<\\/p><p><br><\\/p><p><br><\\/p><p><br><\\/p>\",\"is_array\":\"0\"}}},\"366hc3hiae\":{\"styles\":{\"content_width\":\"\",\"width-height-type\":\"px\",\"width\":\"\",\"height\":\"\",\"min-width\":\"\",\"max-width\":\"\",\"min-height\":\"\",\"max-height\":\"\",\"margin-type\":\"px\",\"margin-top\":\"\",\"margin-right\":\"\",\"margin-bottom\":\"\",\"margin-left\":\"\",\"padding-type\":\"px\",\"padding-top\":\"\",\"padding-right\":\"\",\"padding-bottom\":\"\",\"padding-left\":\"\",\"z-index\":\"\",\"classes\":\"\",\"custom_attributes\":\"\",\"background-size\":\"\",\"background-position\":\"\"}},\"366hc40c6d\":{\"settings\":{\"facilities_image_align\":{\"value\":\"left\",\"is_array\":\"0\"},\"facilities_image_upload\":{\"value\":[\"{\\\"type\\\":\\\"image\\\",\\\"name\\\":\\\"facilities-img-4.jpg\\\",\\\"path\\\":\\\"optionbuilder\\\\\\/uploads\\\\\\/547811-10-2023_0202pmfacilities-img-4.jpg\\\",\\\"mime\\\":\\\"jpg\\\",\\\"size\\\":86190,\\\"thumbnail\\\":\\\"https:\\/\\/schoool.w-manage.org\\/public\\\\\\/storage\\\\\\/optionbuilder\\\\\\/uploads\\\\\\/547811-10-2023_0202pmfacilities-img-4.jpg\\\"}\"],\"is_array\":\"1\"},\"facilities_heading\":{\"value\":\"World-Class Library\",\"is_array\":\"0\"},\"facilities_description\":{\"value\":\"<span class=\\\" author-d-1gg9uz65z1iz85zgdz68zmqkz84zo2qowz80zsz78zz72zz122zz85zauz85zz84zz80zz65zz88zqj38z87zz67zez72ziz70zaaxz85zfsz81za\\\">Step into a world of knowledge in our world-class library. Boasting an extensive collection of books, digital resources, and a serene atmosphere, our library serves as a hub for research, study, and the joy of reading.<\\/span>\",\"is_array\":\"0\"}}},\"366hc3jh20\":{\"styles\":{\"content_width\":\"\",\"width-height-type\":\"px\",\"width\":\"\",\"height\":\"\",\"min-width\":\"\",\"max-width\":\"\",\"min-height\":\"\",\"max-height\":\"\",\"margin-type\":\"px\",\"margin-top\":\"\",\"margin-right\":\"\",\"margin-bottom\":\"\",\"margin-left\":\"\",\"padding-type\":\"px\",\"padding-top\":\"\",\"padding-right\":\"\",\"padding-bottom\":\"\",\"padding-left\":\"\",\"z-index\":\"\",\"classes\":\"\",\"custom_attributes\":\"\",\"background-size\":\"\",\"background-position\":\"\"}},\"366hc4078b\":{\"settings\":{\"facilities_image_align\":{\"value\":\"right\",\"is_array\":\"0\"},\"facilities_image_upload\":{\"value\":[\"{\\\"type\\\":\\\"image\\\",\\\"name\\\":\\\"facilities-img-3.jpg\\\",\\\"path\\\":\\\"optionbuilder\\\\\\/uploads\\\\\\/345011-10-2023_0202pmfacilities-img-3.jpg\\\",\\\"mime\\\":\\\"jpg\\\",\\\"size\\\":30738,\\\"thumbnail\\\":\\\"https:\\/\\/schoool.w-manage.org\\/public\\\\\\/storage\\\\\\/optionbuilder\\\\\\/uploads\\\\\\/345011-10-2023_0202pmfacilities-img-3.jpg\\\"}\"],\"is_array\":\"1\"},\"facilities_heading\":{\"value\":\"Laboratories\",\"is_array\":\"0\"},\"facilities_description\":{\"value\":\"<span class=\\\" author-d-1gg9uz65z1iz85zgdz68zmqkz84zo2qowz80zsz78zz72zz122zz85zauz85zz84zz80zz65zz88zqj38z87zz67zez72ziz70zaaxz85zfsz81za\\\">Immerse yourself in hands-on learning in our state-of-the-art laboratories. From science experiments to technological exploration, our labs are designed to foster curiosity and innovation, enabling students to apply theoretical knowledge in practical scenarios<\\/span>\",\"is_array\":\"0\"}}},\"366hc3jbdi\":{\"styles\":{\"content_width\":\"\",\"width-height-type\":\"px\",\"width\":\"\",\"height\":\"\",\"min-width\":\"\",\"max-width\":\"\",\"min-height\":\"\",\"max-height\":\"\",\"margin-type\":\"px\",\"margin-top\":\"\",\"margin-right\":\"\",\"margin-bottom\":\"\",\"margin-left\":\"\",\"padding-type\":\"px\",\"padding-top\":\"\",\"padding-right\":\"\",\"padding-bottom\":\"\",\"padding-left\":\"\",\"z-index\":\"\",\"classes\":\"\",\"custom_attributes\":\"\",\"background-size\":\"\",\"background-position\":\"\"}},\"368a0764ab\":{\"settings\":{\"page_heading_title\":{\"value\":\"Outreach, Exposure, and International Exchange Program at Infix Edu\",\"is_array\":\"0\"},\"page_heading_sub_title\":{\"value\":\"Explore new skills, deepen passions, and get lost in creativity with Infix Edu. Uncover surprises and find inspiration in a myriad of exploration opportunities.\",\"is_array\":\"0\"}}},\"368a074cjg\":{\"styles\":{\"content_width\":\"\",\"width-height-type\":\"px\",\"width\":\"\",\"height\":\"\",\"min-width\":\"\",\"max-width\":\"\",\"min-height\":\"\",\"max-height\":\"\",\"margin-type\":\"px\",\"margin-top\":\"\",\"margin-right\":\"\",\"margin-bottom\":\"\",\"margin-left\":\"\",\"padding-type\":\"px\",\"padding-top\":\"\",\"padding-right\":\"\",\"padding-bottom\":\"\",\"padding-left\":\"\",\"z-index\":\"\",\"classes\":\"\",\"custom_attributes\":\"\",\"background-size\":\"\",\"background-position\":\"\"}}}}', 0, 1, 'published', NULL, NULL, NULL, 1, NULL, NULL), (12, 'footer_menu', 'Footer', 'Footer Menu', 'frontend-footer', '{\"grids\":[{\"grid\":\"6x3x3\",\"position\":\"0\",\"grid_id\":\"367441gjc0\",\"data\":[[{\"id\":\"3674428jf9\",\"section_id\":\"footer-content\",\"position\":\"0\"},{\"id\":\"3883e26974\",\"section_id\":\"footer-content\",\"position\":\"1\"}],[{\"id\":\"367442ea7i\",\"section_id\":\"footer-widget\",\"position\":\"0\"}],[{\"id\":\"367442g0c5\",\"section_id\":\"footer-widget\",\"position\":\"0\"}]]},{\"grid\":\"12x1\",\"position\":\"1\",\"grid_id\":\"367456b0f9\",\"data\":[[{\"id\":\"3674574c2c\",\"section_id\":\"footer-copyright\",\"position\":\"0\"}]]}],\"section_data\":{\"367441gjc0\":{\"styles\":{\"content_width\":\"\",\"width-height-type\":\"px\",\"width\":\"\",\"height\":\"\",\"min-width\":\"\",\"max-width\":\"\",\"min-height\":\"\",\"max-height\":\"\",\"margin-type\":\"px\",\"margin-top\":\"\",\"margin-right\":\"\",\"margin-bottom\":\"\",\"margin-left\":\"\",\"padding-type\":\"px\",\"padding-top\":\"150\",\"padding-right\":\"\",\"padding-bottom\":\"\",\"padding-left\":\"\",\"z-index\":\"\",\"classes\":\"\",\"custom_attributes\":\"\",\"image\":[\"{\\\"type\\\":\\\"image\\\",\\\"name\\\":\\\"footer_bg.png\\\",\\\"path\\\":\\\"optionbuilder\\\\\\/uploads\\\\\\/400311-01-2023_0315pmfooter_bg.png\\\",\\\"mime\\\":\\\"png\\\",\\\"size\\\":17060,\\\"thumbnail\\\":\\\"https:\\\\\\/\\\\\\/schoool.w-manage.org\\\\\\/public\\\\\\/storage\\\\\\/optionbuilder\\\\\\/uploads\\\\\\/400311-01-2023_0315pmfooter_bg.png\\\"}\"],\"background-size\":\"\",\"background-position\":\"\",\"background-color\":\"rgb(18,93,233)\"}},\"3674428jf9\":{\"settings\":{\"footer-right-content-text\":{\"value\":\"<br>\",\"is_array\":\"0\"},\"footer-content-bg-color\":{\"value\":\"rgb(255,246,246)\",\"is_array\":\"0\"}}},\"367442ea7i\":{\"settings\":{\"footer-widget-heading\":{\"value\":\"Company\",\"is_array\":\"0\"},\"footer-widget-links\":{\"value\":{\"2641698829238\":{\"footer-widget-label\":\"About Us\",\"footer-widget-url\":\"https:\\/\\/test.com\\/\",\"footer-widget-open-url\":\"new_tab\"},\"1698829261050\":{\"footer-widget-label\":\"Career\",\"footer-widget-url\":\"\",\"footer-widget-open-url\":\"new_tab\"},\"1698829261792\":{\"footer-widget-label\":\"Resource Center\",\"footer-widget-url\":\"\",\"footer-widget-open-url\":\"new_tab\"},\"1698829262475\":{\"footer-widget-label\":\"Guides\",\"footer-widget-url\":\"\",\"footer-widget-open-url\":\"new_tab\"}},\"is_array\":\"1\"},\"footer-widget-bg-color\":{\"value\":\"rgb(253,253,253\",\"is_array\":\"0\"}}},\"367442g0c5\":{\"settings\":{\"footer-widget-heading\":{\"value\":\"Categories\",\"is_array\":\"0\"},\"footer-widget-links\":{\"value\":{\"5911698829250\":{\"footer-widget-label\":\"Phd Course\",\"footer-widget-url\":\"https:\\/\\/test.com\\/\",\"footer-widget-open-url\":\"new_tab\"},\"1698829327143\":{\"footer-widget-label\":\"Undergraduation\",\"footer-widget-url\":\"\",\"footer-widget-open-url\":\"new_tab\"},\"1698829327787\":{\"footer-widget-label\":\"Postgraduation\",\"footer-widget-url\":\"\",\"footer-widget-open-url\":\"new_tab\"},\"1698829328454\":{\"footer-widget-label\":\"Research\",\"footer-widget-url\":\"\",\"footer-widget-open-url\":\"new_tab\"}},\"is_array\":\"1\"},\"footer-widget-bg-color\":{\"value\":\"rgb(255,255,255)\",\"is_array\":\"0\"}}},\"3674574c2c\":{\"settings\":{\"footer-copy-right-text\":{\"value\":\"\\u00a9 2025 W-Manage (LMS) All rights reserved.\",\"is_array\":\"0\"},\"footer-social-icons\":{\"value\":{\"4701698833159\":{\"footer-social-icon-class\":\"fab fa-twitter\",\"footer-social-label\":\"\",\"footer-social-icon-url\":\"https:\\/\\/twitter.com\\/\"},\"1698833611596\":{\"footer-social-icon-class\":\"fab fa-instagram\",\"footer-social-label\":\"\",\"footer-social-icon-url\":\"\"},\"1698833612284\":{\"footer-social-icon-class\":\"fab fa-facebook\",\"footer-social-label\":\"\",\"footer-social-icon-url\":\"\"}},\"is_array\":\"1\"}}},\"367456b0f9\":{\"styles\":{\"content_width\":\"\",\"width-height-type\":\"px\",\"width\":\"\",\"height\":\"\",\"min-width\":\"\",\"max-width\":\"\",\"min-height\":\"\",\"max-height\":\"\",\"margin-type\":\"px\",\"margin-top\":\"\",\"margin-right\":\"\",\"margin-bottom\":\"\",\"margin-left\":\"\",\"padding-type\":\"px\",\"padding-top\":\"\",\"padding-right\":\"\",\"padding-bottom\":\"90\",\"padding-left\":\"\",\"z-index\":\"\",\"classes\":\"\",\"custom_attributes\":\"\",\"background-size\":\"\",\"background-position\":\"\",\"background-color\":\"rgb(18,93,233)\"}},\"3883e26974\":{\"settings\":{\"footer-right-content-text\":{\"value\":\"Make school tasks easy! With W-Manage\'s School Management Software, teachers can quickly handle attendance and grades. It helps teachers do their jobs better so they can focus on helping students succeed.\",\"is_array\":\"0\"},\"footer-content-bg-color\":{\"value\":\"rgb(0,0,0)\",\"is_array\":\"0\"}}}}}', 0, 1, 'published', NULL, NULL, NULL, 1, NULL, '2025-06-30 12:54:53'), (13, 'Form Download List', 'Form Download List', 'Form Download List', 'form-download-list', '{\"grids\":[{\"grid\":\"12x1\",\"position\":\"0\",\"grid_id\":\"36baf0f34b\",\"data\":[[{\"id\":\"36baf0fd5b\",\"section_id\":\"header-breadcumb\",\"position\":\"0\"}]]},{\"grid\":\"12x1\",\"position\":\"1\",\"grid_id\":\"36baf1f2c5\",\"data\":[[{\"id\":\"36baf1gada\",\"section_id\":\"form-download\",\"position\":\"0\"}]]}],\"section_data\":{\"36baf0fd5b\":{\"settings\":{\"header_bg_image\":{\"value\":[\"{\\\"type\\\":\\\"image\\\",\\\"name\\\":\\\"breadcrumb-img.jpg\\\",\\\"path\\\":\\\"optionbuilder\\/uploads\\/224801-04-2024_0535pmbreadcrumb-img.jpg\\\",\\\"mime\\\":\\\"jpg\\\",\\\"size\\\":122726,\\\"thumbnail\\\":\\\"https:\\/\\/schoool.w-manage.org\\/public\\/storage\\/optionbuilder\\/uploads\\/224801-04-2024_0535pmbreadcrumb-img.jpg\\\"}\"],\"is_array\":\"1\"},\"left_title\":{\"value\":\"Form Download\",\"is_array\":\"0\"},\"right_home\":{\"value\":\"Home\",\"is_array\":\"0\"},\"right_content_title\":{\"value\":\"Form Download\",\"is_array\":\"0\"}}},\"36baf0f34b\":{\"styles\":{\"content_width\":\"\",\"width-height-type\":\"px\",\"width\":\"\",\"height\":\"\",\"min-width\":\"\",\"max-width\":\"\",\"min-height\":\"\",\"max-height\":\"\",\"margin-type\":\"px\",\"margin-top\":\"\",\"margin-right\":\"\",\"margin-bottom\":\"\",\"margin-left\":\"\",\"padding-type\":\"px\",\"padding-top\":\"\",\"padding-right\":\"\",\"padding-bottom\":\"\",\"padding-left\":\"\",\"z-index\":\"\",\"classes\":\"\",\"custom_attributes\":\"\",\"background-size\":\"\",\"background-position\":\"\"}},\"36baf1gada\":{\"settings\":{\"heading\":{\"value\":\"Form Download\",\"is_array\":\"0\"},\"form_download_col_1\":{\"value\":\"SL\",\"is_array\":\"0\"},\"form_download_col_2\":{\"value\":\"Image\",\"is_array\":\"0\"},\"form_download_col_3\":{\"value\":\"Name\",\"is_array\":\"0\"},\"form_download_col_4\":{\"value\":\"Profession\",\"is_array\":\"0\"},\"form_download_col_5\":{\"value\":\"Email\",\"is_array\":\"0\"}}},\"36baf1f2c5\":{\"styles\":{\"content_width\":\"\",\"width-height-type\":\"px\",\"width\":\"\",\"height\":\"\",\"min-width\":\"\",\"max-width\":\"\",\"min-height\":\"\",\"max-height\":\"\",\"margin-type\":\"px\",\"margin-top\":\"\",\"margin-right\":\"\",\"margin-bottom\":\"\",\"margin-left\":\"\",\"padding-type\":\"px\",\"padding-top\":\"\",\"padding-right\":\"\",\"padding-bottom\":\"\",\"padding-left\":\"\",\"z-index\":\"\",\"classes\":\"\",\"custom_attributes\":\"\",\"background-size\":\"\",\"background-position\":\"\"}}}}', 0, 1, 'published', NULL, NULL, NULL, 1, NULL, NULL), (14, 'Gallery', 'Gallery', 'Gallery', 'gallery', '{\"grids\":[{\"grid\":\"12x1\",\"position\":\"0\",\"grid_id\":\"366hbg3307\",\"data\":[[{\"id\":\"366hbg3ehb\",\"section_id\":\"header-breadcumb\",\"position\":\"0\"}]]},{\"grid\":\"12x1\",\"position\":\"1\",\"grid_id\":\"366hbhf383\",\"data\":[[{\"id\":\"366hbhg27i\",\"section_id\":\"photo-gallery\",\"position\":\"0\"}]]}],\"section_data\":{\"366hbg3ehb\":{\"settings\":{\"header_bg_image\":{\"value\":[\"{\\\"type\\\":\\\"image\\\",\\\"name\\\":\\\"hero-bg-2.jpg\\\",\\\"path\\\":\\\"optionbuilder\\\\\\/uploads\\\\\\/613511-10-2023_0220pmhero-bg-2.jpg\\\",\\\"mime\\\":\\\"jpg\\\",\\\"size\\\":90795,\\\"thumbnail\\\":\\\"https:\\/\\/schoool.w-manage.org\\/public\\\\\\/storage\\\\\\/optionbuilder\\\\\\/uploads\\\\\\/613511-10-2023_0220pmhero-bg-2.jpg\\\"}\"],\"is_array\":\"1\"},\"left_title\":{\"value\":\"Gallery\",\"is_array\":\"0\"},\"right_home\":{\"value\":\"Home\",\"is_array\":\"0\"},\"right_content_title\":{\"value\":\"Gallery\",\"is_array\":\"0\"}}},\"366hbg3307\":{\"styles\":{\"content_width\":\"\",\"width-height-type\":\"px\",\"width\":\"\",\"height\":\"\",\"min-width\":\"\",\"max-width\":\"\",\"min-height\":\"\",\"max-height\":\"\",\"margin-type\":\"px\",\"margin-top\":\"\",\"margin-right\":\"\",\"margin-bottom\":\"\",\"margin-left\":\"\",\"padding-type\":\"px\",\"padding-top\":\"\",\"padding-right\":\"\",\"padding-bottom\":\"\",\"padding-left\":\"\",\"z-index\":\"\",\"classes\":\"\",\"custom_attributes\":\"\",\"background-size\":\"\",\"background-position\":\"\"}},\"366hbhg27i\":{\"settings\":{\"photo_gallery_title\":{\"value\":\"\",\"is_array\":\"0\"},\"photo_gallery_sub_title\":{\"value\":\"\",\"is_array\":\"0\"},\"photo_gallery_count\":{\"value\":\"9\",\"is_array\":\"0\"},\"photo_gallery_column\":{\"value\":\"4\",\"is_array\":\"0\"},\"photo_gallery_sorting\":{\"value\":\"asc\",\"is_array\":\"0\"}}},\"366hbhf383\":{\"styles\":{\"content_width\":\"\",\"width-height-type\":\"px\",\"width\":\"\",\"height\":\"\",\"min-width\":\"\",\"max-width\":\"\",\"min-height\":\"\",\"max-height\":\"\",\"margin-type\":\"px\",\"margin-top\":\"\",\"margin-right\":\"\",\"margin-bottom\":\"\",\"margin-left\":\"\",\"padding-type\":\"px\",\"padding-top\":\"\",\"padding-right\":\"\",\"padding-bottom\":\"\",\"padding-left\":\"\",\"z-index\":\"\",\"classes\":\"\",\"custom_attributes\":\"\",\"background-size\":\"\",\"background-position\":\"\"}}}}', 0, 1, 'published', NULL, NULL, NULL, 1, NULL, NULL), (15, 'header_menu', 'Header', 'Header Menu', 'frontend-header', '{\"grids\":[{\"grid\":\"12x1\",\"position\":\"0\",\"grid_id\":\"3668458d91\",\"data\":[[{\"id\":\"36684594c1\",\"section_id\":\"header-content\",\"position\":\"0\"}]]}],\"section_data\":{\"36682f7i00\":{\"settings\":{\"speech_user_image\":{\"value\":[\"{\\\"type\\\":\\\"image\\\",\\\"name\\\":\\\"1.jpg\\\",\\\"path\\\":\\\"optionbuilder\\\\\\/uploads\\\\\\/400010-20-2023_0523pm1.jpg\\\",\\\"mime\\\":\\\"jpg\\\",\\\"size\\\":36474,\\\"thumbnail\\\":\\\"https:\\/\\/schoool.w-manage.org\\/public\\\\\\/storage\\\\\\/optionbuilder\\\\\\/uploads\\\\\\/400010-20-2023_0523pm1.jpg\\\"}\"],\"is_array\":\"1\"},\"speech_heading\":{\"value\":\"Head Of Institution Speech\",\"is_array\":\"0\"},\"speech_user_name\":{\"value\":\"Irina Mikailova\",\"is_array\":\"0\"},\"speech_user_designation\":{\"value\":\"Principle\",\"is_array\":\"0\"},\"speech_description\":{\"value\":\"\\u0997\\u09a3\\u09aa\\u09cd\\u09b0\\u099c\\u09be\\u09a4\\u09a8\\u09cd\\u09a4\\u09cd\\u09b0\\u09c0 \\u09ac\\u09be\\u0982\\u09b2\\u09be\\u09a6\\u09c7\\u09b6 \\u09b8\\u09b0\\u0995\\u09be\\u09b0\\u09c7\\u09b0 \\u09b6\\u09bf\\u0995\\u09cd\\u09b7\\u09be \\u09ae\\u09a8\\u09cd\\u09a4\\u09cd\\u09b0\\u09a3\\u09be\\u09b2\\u09af\\u09bc, \\u09ae\\u09be\\u09a7\\u09cd\\u09af\\u09ae\\u09bf\\u0995 \\u0993 \\u0989\\u099a\\u09cd\\u099a\\u09b6\\u09bf\\u0995\\u09cd\\u09b7\\u09be \\u0985\\u09a7\\u09bf\\u09a6\\u09aa\\u09cd\\u09a4\\u09b0, \\u09ae\\u09be\\u09a7\\u09cd\\u09af\\u09ae\\u09bf\\u0995 \\u0993 \\u0989\\u099a\\u09cd\\u099a \\u09ae\\u09be\\u09a7\\u09cd\\u09af\\u09ae\\u09bf\\u0995 \\u09b6\\u09bf\\u0995\\u09cd\\u09b7\\u09be \\u09ac\\u09cb\\u09b0\\u09cd\\u09a1 \\u09ac\\u09b0\\u09bf\\u09b6\\u09be\\u09b2 \\u098f\\u09b0 \\u09a8\\u09bf\\u09af\\u09bc\\u09ae \\u0995\\u09be\\u09a8\\u09c1\\u09a8\\u09c7\\u09b0 \\u0986\\u0993\\u09a4\\u09be\\u09af\\u09bc \\u09aa\\u09cd\\u09b0\\u09a4\\u09bf\\u09b7\\u09cd\\u09a0\\u09bf\\u09a4 \\u0993 \\u09b8\\u09c1\\u09aa\\u09b0\\u09bf\\u099a\\u09be\\u09b2\\u09bf\\u09a4 \\u098f\\u0995\\u099f\\u09bf \\u0990\\u09a4\\u09bf\\u09b9\\u09cd\\u09af\\u09ac\\u09be\\u09b9\\u09c0 \\u0993 \\u0997\\u09cc\\u09b0\\u09ac\\u09ae\\u09a8\\u09cd\\u09a1\\u09bf\\u09a4 \\u09ac\\u09bf\\u09a6\\u09cd\\u09af\\u09be\\u09aa\\u09c0\\u09a0\\u0964 \\u09a4\\u09c1\\u09b7\\u0996\\u09be\\u09b2\\u09c0 \\u09ae\\u09be\\u09a7\\u09cd\\u09af\\u09ae\\u09bf\\u0995 \\u09ac\\u09bf\\u09a6\\u09cd\\u09af\\u09be\\u09b2\\u09df\\u099f\\u09bf \\u09b6\\u09bf\\u0995\\u09cd\\u09b7\\u09be \\u09ac\\u09bf\\u09b8\\u09cd\\u09a4\\u09be\\u09b0\\u09c7 \\u09aa\\u09cd\\u09b0\\u09b6\\u0982\\u09b8\\u09a8\\u09c0\\u09df \\u09ad\\u09c2\\u09ae\\u09bf\\u0995\\u09be \\u09aa\\u09be\\u09b2\\u09a8 \\u0995\\u09b0\\u09c7 \\u0986\\u09b8\\u099b\\u09c7\\u0964\",\"is_array\":\"0\"}}},\"36684594c1\":{\"settings\":{\"header_top_menu\":{\"value\":\"1\",\"is_array\":\"0\"},\"header-left-menus\":{\"value\":{\"991697805676\":{\"header-left-menu-icon-class\":\"fa fa-phone-alt\",\"header-left-menu-label\":\"+201145270392\",\"header-left-menu-icon-url\":\"\"},\"1698736479169\":{\"header-left-menu-icon-class\":\"fa fa-envelope\",\"header-left-menu-label\":\"info@w-manage.org\",\"header-left-menu-icon-url\":\"mailto:info@w-manage.org\"}},\"is_array\":\"1\"},\"header-right-menus\":{\"value\":{\"7311697805676\":{\"header-right-icon-class\":\"fab fa-twitter\",\"header-right-menu-label\":\"\",\"header-right-icon-url\":\"https:\\/\\/twitter.com\\/\"},\"1698736554262\":{\"header-right-icon-class\":\"fab fa-instagram\",\"header-right-menu-label\":\"\",\"header-right-icon-url\":\"https:\\/\\/www.instagram.com\\/\"},\"1698736606333\":{\"header-right-icon-class\":\"fab fa-facebook\",\"header-right-menu-label\":\"\",\"header-right-icon-url\":\"https:\\/\\/www.facebook.com\\/\"}},\"is_array\":\"1\"},\"header_menu_image\":{\"value\":[\"{\\\"type\\\":\\\"image\\\",\\\"name\\\":\\\"212.png\\\",\\\"path\\\":\\\"optionbuilder\\\\\\/uploads\\\\\\/486306-30-2025_1243pm212.png\\\",\\\"mime\\\":\\\"png\\\",\\\"size\\\":80223,\\\"thumbnail\\\":\\\"https:\\\\\\/\\\\\\/schoool.w-manage.org\\\\\\/public\\\\\\/storage\\\\\\/optionbuilder\\\\\\/uploads\\\\\\/486306-30-2025_1243pm212.png\\\"}\"],\"is_array\":\"1\"},\"header_menu_search\":{\"value\":\"1\",\"is_array\":\"0\"},\"header_menu_search_placeholder\":{\"value\":\"Search...\",\"is_array\":\"0\"}}},\"3668458d91\":{\"styles\":{\"content_width\":\"\",\"width-height-type\":\"px\",\"width\":\"\",\"height\":\"\",\"min-width\":\"\",\"max-width\":\"\",\"min-height\":\"\",\"max-height\":\"\",\"margin-type\":\"px\",\"margin-top\":\"\",\"margin-right\":\"\",\"margin-bottom\":\"\",\"margin-left\":\"\",\"padding-type\":\"px\",\"padding-top\":\"\",\"padding-right\":\"\",\"padding-bottom\":\"\",\"padding-left\":\"\",\"z-index\":\"\",\"classes\":\"\",\"custom_attributes\":\"\",\"background-size\":\"\",\"background-position\":\"\"}},\"3672b6e43b\":{\"settings\":{\"header-left-menus\":{\"value\":{\"4571698724282\":{\"header-left-menu-icon-class\":\"fa fa-phone-alt\",\"header-left-menu-label\":\"+1 (123) 456-7890\",\"header-left-menu-icon-url\":\"\"}},\"is_array\":\"1\"},\"header-right-menus\":{\"value\":{\"6191698724282\":{\"header-right-icon-class\":\"fab fa-twitter\",\"header-right-menu-label\":\"\",\"header-right-icon-url\":\"https:\\/\\/twitter.com\\/\"}},\"is_array\":\"1\"},\"header_menu_search\":{\"value\":\"1\",\"is_array\":\"0\"},\"header_menu_search_placeholder\":{\"value\":\"Search...\",\"is_array\":\"0\"}}}}}', 0, 1, 'published', NULL, NULL, NULL, 1, NULL, '2025-06-30 12:47:27'); INSERT INTO `infixedu__pages` (`id`, `name`, `title`, `description`, `slug`, `settings`, `home_page`, `is_default`, `status`, `created_by`, `updated_by`, `published_by`, `school_id`, `created_at`, `updated_at`) VALUES (16, 'Home', 'Home', 'Home', 'home', '{\"grids\":[{\"grid\":\"12x1\",\"position\":\"0\",\"grid_id\":\"3671a78jid\",\"data\":[[{\"id\":\"3671a7a4fg\",\"section_id\":\"home-slider\",\"position\":\"0\"}]]},{\"grid\":\"12x1\",\"position\":\"1\",\"grid_id\":\"3671a7b9fa\",\"data\":[[{\"id\":\"3671a7c2fd\",\"section_id\":\"home-page-noticeboard\",\"position\":\"0\"}]]},{\"grid\":\"12x1\",\"position\":\"2\",\"grid_id\":\"3671a89b4c\",\"data\":[[{\"id\":\"3671ai1j33\",\"section_id\":\"home-about-area\",\"position\":\"0\"}]]},{\"grid\":\"12x1\",\"position\":\"3\",\"grid_id\":\"3671ai4i0f\",\"data\":[[{\"id\":\"3671ai8066\",\"section_id\":\"photo-gallery\",\"position\":\"0\"}]]},{\"grid\":\"12x1\",\"position\":\"4\",\"grid_id\":\"3671ai96ag\",\"data\":[[{\"id\":\"3671aia54b\",\"section_id\":\"video-gallery\",\"position\":\"0\"}]]},{\"grid\":\"12x1\",\"position\":\"5\",\"grid_id\":\"36b934ac8g\",\"data\":[[{\"id\":\"36b934bja4\",\"section_id\":\"speech-slider\",\"position\":\"0\"}]]},{\"grid\":\"12x1\",\"position\":\"6\",\"grid_id\":\"3671aiaj00\",\"data\":[[{\"id\":\"3671aibicc\",\"section_id\":\"teacher\",\"position\":\"0\"}]]},{\"grid\":\"12x1\",\"position\":\"7\",\"grid_id\":\"3671aiebb4\",\"data\":[[{\"id\":\"3671b6h9e0\",\"section_id\":\"feature-area\",\"position\":\"0\"}]]},{\"grid\":\"12x1\",\"position\":\"8\",\"grid_id\":\"36b9734j6b\",\"data\":[[{\"id\":\"36b9735g3e\",\"section_id\":\"app-banner\",\"position\":\"0\"}]]},{\"grid\":\"12x1\",\"position\":\"9\",\"grid_id\":\"3671aig97h\",\"data\":[[{\"id\":\"3671aii3b6\",\"section_id\":\"course\",\"position\":\"0\"}]]},{\"grid\":\"12x1\",\"position\":\"10\",\"grid_id\":\"3671aii9c7\",\"data\":[[{\"id\":\"3671aij0id\",\"section_id\":\"counter\",\"position\":\"0\"}]]},{\"grid\":\"12x1\",\"position\":\"11\",\"grid_id\":\"3671aj0243\",\"data\":[[{\"id\":\"3671aj3gjf\",\"section_id\":\"event\",\"position\":\"0\"}]]},{\"grid\":\"12x1\",\"position\":\"12\",\"grid_id\":\"3671ajc7ff\",\"data\":[[{\"id\":\"3671ajd9bf\",\"section_id\":\"testimonial\",\"position\":\"0\"}]]},{\"grid\":\"12x1\",\"position\":\"13\",\"grid_id\":\"3671ajec1j\",\"data\":[[{\"id\":\"36b97d3e6g\",\"section_id\":\"news-section\",\"position\":\"0\"}]]},{\"grid\":\"6x2\",\"position\":\"14\",\"grid_id\":\"368e3ddd5e\",\"data\":[[{\"id\":\"368e3dgiig\",\"section_id\":\"opening-hour\",\"position\":\"0\"}],[{\"id\":\"368e3de051\",\"section_id\":\"notice\",\"position\":\"0\"}]]}],\"section_data\":{\"36682f7i00\":{\"settings\":{\"speech_user_image\":{\"value\":[\"{\\\"type\\\":\\\"image\\\",\\\"name\\\":\\\"1.jpg\\\",\\\"path\\\":\\\"optionbuilder\\\\\\/uploads\\\\\\/400010-20-2023_0523pm1.jpg\\\",\\\"mime\\\":\\\"jpg\\\",\\\"size\\\":36474,\\\"thumbnail\\\":\\\"https:\\/\\/schoool.w-manage.org\\/public\\\\\\/storage\\\\\\/optionbuilder\\\\\\/uploads\\\\\\/400010-20-2023_0523pm1.jpg\\\"}\"],\"is_array\":\"1\"},\"speech_heading\":{\"value\":\"Head Of Institution Speech\",\"is_array\":\"0\"},\"speech_user_name\":{\"value\":\"Irina Mikailova\",\"is_array\":\"0\"},\"speech_user_designation\":{\"value\":\"Principle\",\"is_array\":\"0\"},\"speech_description\":{\"value\":\"\\u0997\\u09a3\\u09aa\\u09cd\\u09b0\\u099c\\u09be\\u09a4\\u09a8\\u09cd\\u09a4\\u09cd\\u09b0\\u09c0 \\u09ac\\u09be\\u0982\\u09b2\\u09be\\u09a6\\u09c7\\u09b6 \\u09b8\\u09b0\\u0995\\u09be\\u09b0\\u09c7\\u09b0 \\u09b6\\u09bf\\u0995\\u09cd\\u09b7\\u09be \\u09ae\\u09a8\\u09cd\\u09a4\\u09cd\\u09b0\\u09a3\\u09be\\u09b2\\u09af\\u09bc, \\u09ae\\u09be\\u09a7\\u09cd\\u09af\\u09ae\\u09bf\\u0995 \\u0993 \\u0989\\u099a\\u09cd\\u099a\\u09b6\\u09bf\\u0995\\u09cd\\u09b7\\u09be \\u0985\\u09a7\\u09bf\\u09a6\\u09aa\\u09cd\\u09a4\\u09b0, \\u09ae\\u09be\\u09a7\\u09cd\\u09af\\u09ae\\u09bf\\u0995 \\u0993 \\u0989\\u099a\\u09cd\\u099a \\u09ae\\u09be\\u09a7\\u09cd\\u09af\\u09ae\\u09bf\\u0995 \\u09b6\\u09bf\\u0995\\u09cd\\u09b7\\u09be \\u09ac\\u09cb\\u09b0\\u09cd\\u09a1 \\u09ac\\u09b0\\u09bf\\u09b6\\u09be\\u09b2 \\u098f\\u09b0 \\u09a8\\u09bf\\u09af\\u09bc\\u09ae \\u0995\\u09be\\u09a8\\u09c1\\u09a8\\u09c7\\u09b0 \\u0986\\u0993\\u09a4\\u09be\\u09af\\u09bc \\u09aa\\u09cd\\u09b0\\u09a4\\u09bf\\u09b7\\u09cd\\u09a0\\u09bf\\u09a4 \\u0993 \\u09b8\\u09c1\\u09aa\\u09b0\\u09bf\\u099a\\u09be\\u09b2\\u09bf\\u09a4 \\u098f\\u0995\\u099f\\u09bf \\u0990\\u09a4\\u09bf\\u09b9\\u09cd\\u09af\\u09ac\\u09be\\u09b9\\u09c0 \\u0993 \\u0997\\u09cc\\u09b0\\u09ac\\u09ae\\u09a8\\u09cd\\u09a1\\u09bf\\u09a4 \\u09ac\\u09bf\\u09a6\\u09cd\\u09af\\u09be\\u09aa\\u09c0\\u09a0\\u0964 \\u09a4\\u09c1\\u09b7\\u0996\\u09be\\u09b2\\u09c0 \\u09ae\\u09be\\u09a7\\u09cd\\u09af\\u09ae\\u09bf\\u0995 \\u09ac\\u09bf\\u09a6\\u09cd\\u09af\\u09be\\u09b2\\u09df\\u099f\\u09bf \\u09b6\\u09bf\\u0995\\u09cd\\u09b7\\u09be \\u09ac\\u09bf\\u09b8\\u09cd\\u09a4\\u09be\\u09b0\\u09c7 \\u09aa\\u09cd\\u09b0\\u09b6\\u0982\\u09b8\\u09a8\\u09c0\\u09df \\u09ad\\u09c2\\u09ae\\u09bf\\u0995\\u09be \\u09aa\\u09be\\u09b2\\u09a8 \\u0995\\u09b0\\u09c7 \\u0986\\u09b8\\u099b\\u09c7\\u0964\",\"is_array\":\"0\"}}},\"3671a7a4fg\":{\"settings\":{\"home_slider_count\":{\"value\":\"3\",\"is_array\":\"0\"}}},\"3671a78jid\":{\"styles\":{\"content_width\":\"\",\"width-height-type\":\"px\",\"width\":\"\",\"height\":\"\",\"min-width\":\"\",\"max-width\":\"\",\"min-height\":\"\",\"max-height\":\"\",\"margin-type\":\"px\",\"margin-top\":\"\",\"margin-right\":\"\",\"margin-bottom\":\"\",\"margin-left\":\"\",\"padding-type\":\"px\",\"padding-top\":\"\",\"padding-right\":\"\",\"padding-bottom\":\"\",\"padding-left\":\"\",\"z-index\":\"\",\"classes\":\"\",\"custom_attributes\":\"\",\"background-size\":\"\",\"background-position\":\"\"}},\"3671a7c2fd\":{\"settings\":{\"noticeboard_title\":{\"value\":\"Notice Board\",\"is_array\":\"0\"},\"noticeboard_show_more\":{\"value\":\"View All\",\"is_array\":\"0\"},\"noticeboard_show_more_link\":{\"value\":\"\\/noticeboard\",\"is_array\":\"0\"},\"notice_gallery_count\":{\"value\":\"5\",\"is_array\":\"0\"},\"notice_gallery_sorting\":{\"value\":\"asc\",\"is_array\":\"0\"}}},\"3671a7b9fa\":{\"styles\":{\"content_width\":\"\",\"width-height-type\":\"px\",\"width\":\"\",\"height\":\"\",\"min-width\":\"\",\"max-width\":\"\",\"min-height\":\"\",\"max-height\":\"\",\"margin-type\":\"px\",\"margin-top\":\"\",\"margin-right\":\"\",\"margin-bottom\":\"\",\"margin-left\":\"\",\"padding-type\":\"px\",\"padding-top\":\"\",\"padding-right\":\"\",\"padding-bottom\":\"\",\"padding-left\":\"\",\"z-index\":\"\",\"classes\":\"\",\"custom_attributes\":\"\",\"background-size\":\"\",\"background-position\":\"\"}},\"3671a89b4c\":{\"styles\":{\"content_width\":\"\",\"width-height-type\":\"px\",\"width\":\"\",\"height\":\"\",\"min-width\":\"\",\"max-width\":\"\",\"min-height\":\"\",\"max-height\":\"\",\"margin-type\":\"px\",\"margin-top\":\"\",\"margin-right\":\"\",\"margin-bottom\":\"\",\"margin-left\":\"\",\"padding-type\":\"px\",\"padding-top\":\"\",\"padding-right\":\"\",\"padding-bottom\":\"\",\"padding-left\":\"\",\"z-index\":\"\",\"classes\":\"\",\"custom_attributes\":\"\",\"background-size\":\"\",\"background-position\":\"\"}},\"3671ai1j33\":{\"settings\":{\"home_about_area_image\":{\"value\":[\"{\\\"type\\\":\\\"image\\\",\\\"name\\\":\\\"about-img-1.jpg\\\",\\\"path\\\":\\\"optionbuilder\\\\\\/uploads\\\\\\/806911-10-2023_1157amabout-img-1.jpg\\\",\\\"mime\\\":\\\"jpg\\\",\\\"size\\\":33890,\\\"thumbnail\\\":\\\"https:\\\\\\/\\\\\\/schoool.w-manage.org\\\\\\/public\\\\\\/storage\\\\\\/optionbuilder\\\\\\/uploads\\\\\\/806911-10-2023_1157amabout-img-1.jpg\\\"}\"],\"is_array\":\"1\"},\"home_about_area_header\":{\"value\":\"When Your Dreams Meet a Chance\",\"is_array\":\"0\"},\"home_about_area_description\":{\"value\":\"<span class=\\\" author-d-1gg9uz65z1iz85zgdz68zmqkz84zo2qowz80zsz78zz72zz122zz85zauz85zz84zz80zz65zz88zqj38z87zz67zez72ziz70zaaxz85zfsz81za\\\">Discover new skills, enjoy what you already love, and have fun being creative. You might find something exciting that makes you happy. There\'s a lot to learn, enjoy what you already love, and have fun being creative<\\/span>\",\"is_array\":\"0\"},\"home_about_area_items\":{\"value\":{\"1341698658898\":{\"item_heading\":\"Boost your school skills\"}},\"is_array\":\"1\"},\"home_about_area_phone\":{\"value\":\"+201145270392\",\"is_array\":\"0\"},\"home_about_area_button\":{\"value\":\"More about us\",\"is_array\":\"0\"}}},\"3671ai4i0f\":{\"styles\":{\"content_width\":\"\",\"width-height-type\":\"px\",\"width\":\"\",\"height\":\"\",\"min-width\":\"\",\"max-width\":\"\",\"min-height\":\"\",\"max-height\":\"\",\"margin-type\":\"px\",\"margin-top\":\"\",\"margin-right\":\"\",\"margin-bottom\":\"\",\"margin-left\":\"\",\"padding-type\":\"px\",\"padding-top\":\"\",\"padding-right\":\"\",\"padding-bottom\":\"\",\"padding-left\":\"\",\"z-index\":\"\",\"classes\":\"\",\"custom_attributes\":\"\",\"background-size\":\"\",\"background-position\":\"\"}},\"3671ai8066\":{\"settings\":{\"photo_gallery_title\":{\"value\":\"Photo Of Memorable Events\",\"is_array\":\"0\"},\"photo_gallery_sub_title\":{\"value\":\"PHOTO GALLERY\",\"is_array\":\"0\"},\"photo_gallery_count\":{\"value\":\"4\",\"is_array\":\"0\"},\"photo_gallery_column\":{\"value\":\"3\",\"is_array\":\"0\"}}},\"3671aia54b\":{\"settings\":{\"video_sub_heading\":{\"value\":\"VIDEO GALLERY\",\"is_array\":\"0\"},\"video_heading\":{\"value\":\"Video of Memorable Events\",\"is_array\":\"0\"},\"video_gallery_count\":{\"value\":\"3\",\"is_array\":\"0\"},\"video_gallery_column\":{\"value\":\"4\",\"is_array\":\"0\"}}},\"3671ai96ag\":{\"styles\":{\"content_width\":\"\",\"width-height-type\":\"px\",\"width\":\"\",\"height\":\"\",\"min-width\":\"\",\"max-width\":\"\",\"min-height\":\"\",\"max-height\":\"\",\"margin-type\":\"px\",\"margin-top\":\"\",\"margin-right\":\"\",\"margin-bottom\":\"\",\"margin-left\":\"\",\"padding-type\":\"px\",\"padding-top\":\"\",\"padding-right\":\"\",\"padding-bottom\":\"\",\"padding-left\":\"\",\"z-index\":\"\",\"classes\":\"\",\"custom_attributes\":\"\",\"background-size\":\"\",\"background-position\":\"\"}},\"3671aibicc\":{\"settings\":{\"teacher_sub_heading\":{\"value\":\"Teachers\",\"is_array\":\"0\"},\"teacher_heading\":{\"value\":\"Our Expart Teachers\",\"is_array\":\"0\"},\"teacher_count\":{\"value\":\"4\",\"is_array\":\"0\"},\"teacher_area_column\":{\"value\":\"3\",\"is_array\":\"0\"}}},\"3671aiaj00\":{\"styles\":{\"content_width\":\"\",\"width-height-type\":\"px\",\"width\":\"\",\"height\":\"\",\"min-width\":\"\",\"max-width\":\"\",\"min-height\":\"\",\"max-height\":\"\",\"margin-type\":\"px\",\"margin-top\":\"\",\"margin-right\":\"\",\"margin-bottom\":\"\",\"margin-left\":\"\",\"padding-type\":\"px\",\"padding-top\":\"\",\"padding-right\":\"\",\"padding-bottom\":\"\",\"padding-left\":\"\",\"z-index\":\"\",\"classes\":\"\",\"custom_attributes\":\"\",\"background-size\":\"\",\"background-position\":\"\"}},\"3671aii3b6\":{\"settings\":{\"course_title\":{\"value\":\"Find What Fascinates you\",\"is_array\":\"0\"},\"course_sub_title\":{\"value\":\"#TOP COURSES\",\"is_array\":\"0\"},\"course_description\":{\"value\":\"Choose the most powerful courses and always be on demand\",\"is_array\":\"0\"},\"course_count\":{\"value\":\"4\",\"is_array\":\"0\"},\"course_area_column\":{\"value\":\"3\",\"is_array\":\"0\"},\"course_sorting\":{\"value\":\"asc\",\"is_array\":\"0\"}}},\"3671aig97h\":{\"styles\":{\"content_width\":\"\",\"width-height-type\":\"px\",\"width\":\"\",\"height\":\"\",\"min-width\":\"\",\"max-width\":\"\",\"min-height\":\"\",\"max-height\":\"\",\"margin-type\":\"px\",\"margin-top\":\"\",\"margin-right\":\"\",\"margin-bottom\":\"\",\"margin-left\":\"\",\"padding-type\":\"px\",\"padding-top\":\"\",\"padding-right\":\"\",\"padding-bottom\":\"\",\"padding-left\":\"\",\"z-index\":\"\",\"classes\":\"\",\"custom_attributes\":\"\",\"background-size\":\"\",\"background-position\":\"\"}},\"3671aij0id\":{\"settings\":{\"counter_image\":{\"value\":[\"{\\\"type\\\":\\\"image\\\",\\\"name\\\":\\\"cta-bg.png\\\",\\\"path\\\":\\\"optionbuilder\\/uploads\\/9011-21-2023_1127amcta-bg.png\\\",\\\"mime\\\":\\\"png\\\",\\\"size\\\":17282,\\\"thumbnail\\\":\\\"https:\\/\\/schoool.w-manage.org\\/public\\/storage\\/optionbuilder\\/uploads\\/9011-21-2023_1127amcta-bg.png\\\"}\"],\"is_array\":\"1\"},\"counter_heading\":{\"value\":\"What will you Discover?\",\"is_array\":\"0\"},\"counter_description\":{\"value\":\"Explore new skills, deepen existing passions, and get lost in creativity.What you find just might surprise and inspire you. With so much to explore, real projects to create,and the support f fellow-creatives, Turitor empower\",\"is_array\":\"0\"},\"view_course_button\":{\"value\":\"View Course\",\"is_array\":\"0\"},\"view_course_link\":{\"value\":\"#\",\"is_array\":\"0\"},\"contact_us_button\":{\"value\":\"Contact Us\",\"is_array\":\"0\"},\"contact_us_link\":{\"value\":\"#\",\"is_array\":\"0\"},\"counter_list_items\":{\"value\":{\"7331698659038\":{\"item_number\":\"649\",\"item_heading\":\"Courses & Videos\",\"item_symbol\":\"+\"},\"1698659260702\":{\"item_number\":\"265\",\"item_heading\":\"Expart teachers\",\"item_symbol\":\"+\"},\"1698659262196\":{\"item_number\":\"4806\",\"item_heading\":\"Total student\",\"item_symbol\":\"+\"},\"1698659263535\":{\"item_number\":\"310\",\"item_heading\":\"Classes complete\",\"item_symbol\":\"+\"}},\"is_array\":\"1\"}}},\"3671aii9c7\":{\"styles\":{\"content_width\":\"\",\"width-height-type\":\"px\",\"width\":\"\",\"height\":\"\",\"min-width\":\"\",\"max-width\":\"\",\"min-height\":\"\",\"max-height\":\"\",\"margin-type\":\"px\",\"margin-top\":\"\",\"margin-right\":\"\",\"margin-bottom\":\"\",\"margin-left\":\"\",\"padding-type\":\"px\",\"padding-top\":\"\",\"padding-right\":\"\",\"padding-bottom\":\"\",\"padding-left\":\"\",\"z-index\":\"\",\"classes\":\"\",\"custom_attributes\":\"\",\"background-size\":\"\",\"background-position\":\"\"}},\"3671aj1119\":{\"settings\":{\"noticeboard_title\":{\"value\":\"Notice Board\",\"is_array\":\"0\"},\"noticeboard_show_more\":{\"value\":\"View All\",\"is_array\":\"0\"},\"noticeboard_show_more_link\":{\"value\":\"\",\"is_array\":\"0\"},\"notice_gallery_count\":{\"value\":\"3\",\"is_array\":\"0\"},\"notice_gallery_sorting\":{\"value\":\"asc\",\"is_array\":\"0\"}}},\"3671aj0243\":{\"styles\":{\"content_width\":\"\",\"width-height-type\":\"px\",\"width\":\"\",\"height\":\"\",\"min-width\":\"\",\"max-width\":\"\",\"min-height\":\"\",\"max-height\":\"\",\"margin-type\":\"px\",\"margin-top\":\"\",\"margin-right\":\"\",\"margin-bottom\":\"\",\"margin-left\":\"\",\"padding-type\":\"px\",\"padding-top\":\"\",\"padding-right\":\"\",\"padding-bottom\":\"\",\"padding-left\":\"\",\"z-index\":\"\",\"classes\":\"\",\"custom_attributes\":\"\",\"background-size\":\"\",\"background-position\":\"\"}},\"3671aj3gjf\":{\"settings\":{\"event_img\":{\"value\":[\"{\\\"type\\\":\\\"image\\\",\\\"name\\\":\\\"event-preview.jpg\\\",\\\"path\\\":\\\"optionbuilder\\/uploads\\/705511-10-2023_1207pmevent-preview.jpg\\\",\\\"mime\\\":\\\"jpg\\\",\\\"size\\\":24146,\\\"thumbnail\\\":\\\"https:\\/\\/schoool.w-manage.org\\/public\\/storage\\/optionbuilder\\/uploads\\/705511-10-2023_1207pmevent-preview.jpg\\\"}\"],\"is_array\":\"1\"},\"event_sub_heading\":{\"value\":\"#JOIN EVENTS\",\"is_array\":\"0\"},\"event_heading\":{\"value\":\"Join Upcoming Events\",\"is_array\":\"0\"},\"event_description\":{\"value\":\"Choose the most powerful courses and always be on demand\",\"is_array\":\"0\"},\"event_count\":{\"value\":\"2\",\"is_array\":\"0\"}}},\"3671ajd9bf\":{\"settings\":{\"testimonial_sub_heading\":{\"value\":\"#CLIENT TESTIMONIAL\",\"is_array\":\"0\"},\"testimonial_heading\":{\"value\":\"What Clients Say About Us\",\"is_array\":\"0\"},\"testionmonial_count\":{\"value\":\"3\",\"is_array\":\"0\"},\"testionmonial_sorting\":{\"value\":\"asc\",\"is_array\":\"0\"}}},\"3671ajc7ff\":{\"styles\":{\"content_width\":\"\",\"width-height-type\":\"px\",\"width\":\"\",\"height\":\"\",\"min-width\":\"\",\"max-width\":\"\",\"min-height\":\"\",\"max-height\":\"\",\"margin-type\":\"px\",\"margin-top\":\"\",\"margin-right\":\"\",\"margin-bottom\":\"\",\"margin-left\":\"\",\"padding-type\":\"px\",\"padding-top\":\"\",\"padding-right\":\"\",\"padding-bottom\":\"\",\"padding-left\":\"\",\"z-index\":\"\",\"classes\":\"\",\"custom_attributes\":\"\",\"background-size\":\"\",\"background-position\":\"\"}},\"3671ajgb3f\":{\"settings\":{\"news_area_sub_heading\":{\"value\":\"# POPULAR ARTICLES\",\"is_array\":\"0\"},\"news_area_heading\":{\"value\":\"Latest News From Blog\",\"is_array\":\"0\"},\"news_area__description\":{\"value\":\"Choose the most powerful courses and always\",\"is_array\":\"0\"},\"read_more_btn\":{\"value\":\"Read More\",\"is_array\":\"0\"},\"news_count\":{\"value\":\"3\",\"is_array\":\"0\"},\"news_area_column\":{\"value\":\"4\",\"is_array\":\"0\"},\"news_sorting\":{\"value\":\"asc\",\"is_array\":\"0\"}}},\"3671ajec1j\":{\"styles\":{\"content_width\":\"\",\"width-height-type\":\"px\",\"width\":\"\",\"height\":\"\",\"min-width\":\"\",\"max-width\":\"\",\"min-height\":\"\",\"max-height\":\"\",\"margin-type\":\"px\",\"margin-top\":\"\",\"margin-right\":\"\",\"margin-bottom\":\"\",\"margin-left\":\"\",\"padding-type\":\"px\",\"padding-top\":\"\",\"padding-right\":\"\",\"padding-bottom\":\"\",\"padding-left\":\"\",\"z-index\":\"\",\"classes\":\"\",\"custom_attributes\":\"\",\"background-size\":\"\",\"background-position\":\"\"}},\"3671aiebb4\":{\"styles\":{\"content_width\":\"\",\"width-height-type\":\"px\",\"width\":\"\",\"height\":\"\",\"min-width\":\"\",\"max-width\":\"\",\"min-height\":\"\",\"max-height\":\"\",\"margin-type\":\"px\",\"margin-top\":\"\",\"margin-right\":\"\",\"margin-bottom\":\"\",\"margin-left\":\"\",\"padding-type\":\"px\",\"padding-top\":\"\",\"padding-right\":\"\",\"padding-bottom\":\"\",\"padding-left\":\"\",\"z-index\":\"\",\"classes\":\"\",\"custom_attributes\":\"\",\"background-size\":\"\",\"background-position\":\"\"}},\"3671b6h9e0\":{\"settings\":{\"feature_area_items\":{\"value\":{\"8111698660302\":{\"item_image\":[\"{\\\"type\\\":\\\"image\\\",\\\"name\\\":\\\"feature-icon-1.png\\\",\\\"path\\\":\\\"optionbuilder\\/uploads\\/857511-10-2023_1204pmfeature-icon-1.png\\\",\\\"mime\\\":\\\"png\\\",\\\"size\\\":2208,\\\"thumbnail\\\":\\\"https:\\/\\/schoool.w-manage.org\\/public\\/storage\\/optionbuilder\\/uploads\\/857511-10-2023_1204pmfeature-icon-1.png\\\"}\"],\"item_heading\":\"Learn New Skills\",\"item_description\":\"Skills deepen existing passions\"},\"1698660320403\":{\"item_image\":[\"{\\\"type\\\":\\\"image\\\",\\\"name\\\":\\\"feature-icon-2.png\\\",\\\"path\\\":\\\"optionbuilder\\/uploads\\/200111-10-2023_1204pmfeature-icon-2.png\\\",\\\"mime\\\":\\\"png\\\",\\\"size\\\":2292,\\\"thumbnail\\\":\\\"https:\\/\\/schoool.w-manage.org\\/public\\/storage\\/optionbuilder\\/uploads\\/200111-10-2023_1204pmfeature-icon-2.png\\\"}\"],\"item_heading\":\"Expert Teacher\",\"item_description\":\"Skills deepen existing passions\"},\"1698660678027\":{\"item_image\":[\"{\\\"type\\\":\\\"image\\\",\\\"name\\\":\\\"feature-icon-3.png\\\",\\\"path\\\":\\\"optionbuilder\\/uploads\\/196311-10-2023_1204pmfeature-icon-3.png\\\",\\\"mime\\\":\\\"png\\\",\\\"size\\\":2057,\\\"thumbnail\\\":\\\"https:\\/\\/schoool.w-manage.org\\/public\\/storage\\/optionbuilder\\/uploads\\/196311-10-2023_1204pmfeature-icon-3.png\\\"}\"],\"item_heading\":\"Online Degrees\",\"item_description\":\"Skills deepen existing passions\"}},\"is_array\":\"1\"}}},\"368e3de051\":{\"settings\":{\"notice_heading\":{\"value\":\"Notice Board\",\"is_array\":\"0\"},\"notice_count\":{\"value\":\"2\",\"is_array\":\"0\"}}},\"368e3ddd5e\":{\"styles\":{\"content_width\":\"\",\"width-height-type\":\"px\",\"width\":\"\",\"height\":\"\",\"min-width\":\"\",\"max-width\":\"\",\"min-height\":\"\",\"max-height\":\"\",\"margin-type\":\"px\",\"margin-top\":\"\",\"margin-right\":\"\",\"margin-bottom\":\"\",\"margin-left\":\"\",\"padding-type\":\"px\",\"padding-top\":\"\",\"padding-right\":\"\",\"padding-bottom\":\"\",\"padding-left\":\"\",\"z-index\":\"\",\"classes\":\"\",\"custom_attributes\":\"\",\"background-size\":\"\",\"background-position\":\"\"}},\"368e3dgiig\":{\"settings\":{\"opening_hour_heading\":{\"value\":\"Opening Hour\\u2019s\",\"is_array\":\"0\"},\"opening_hour_description\":{\"value\":\"Choose the most powerful courses and always\",\"is_array\":\"0\"},\"opening_hour_items\":{\"value\":{\"1321700747817\":{\"opening_hour_item_day\":\"Monday\",\"opening_hour_start\":\"9:30 AM\",\"opening_hour_end\":\"9:00 PM\"},\"1700747845349\":{\"opening_hour_item_day\":\"Tuesday\",\"opening_hour_start\":\"9:00 AM\",\"opening_hour_end\":\"9:00 PM\"},\"1700747846079\":{\"opening_hour_item_day\":\"Wednesday\",\"opening_hour_start\":\"9:00 AM\",\"opening_hour_end\":\"9:00 PM\"},\"1700747846873\":{\"opening_hour_item_day\":\"Thursday\",\"opening_hour_start\":\"9:00 AM\",\"opening_hour_end\":\"9:00 PM\"},\"1700747847563\":{\"opening_hour_item_day\":\"Friday\",\"opening_hour_start\":\"9:00 AM\",\"opening_hour_end\":\"9:00 PM\"},\"1700747848846\":{\"opening_hour_item_day\":\"Saturday\",\"opening_hour_start\":\"9:00 AM\",\"opening_hour_end\":\"9:00 PM\"},\"1700747849980\":{\"opening_hour_item_day\":\"Sunday\",\"opening_hour_start\":\"Closed\",\"opening_hour_end\":\"\"}},\"is_array\":\"1\"}}},\"3671a7ece0\":{\"settings\":{\"about_area_img_1\":{\"value\":[\"{\\\"type\\\":\\\"image\\\",\\\"name\\\":\\\"about-img-4.jpg\\\",\\\"path\\\":\\\"optionbuilder\\\\\\/uploads\\\\\\/867411-10-2023_1155amabout-img-4.jpg\\\",\\\"mime\\\":\\\"jpg\\\",\\\"size\\\":62937,\\\"thumbnail\\\":\\\"https:\\/\\/schoool.w-manage.org\\/public\\\\\\/storage\\\\\\/optionbuilder\\\\\\/uploads\\\\\\/867411-10-2023_1155amabout-img-4.jpg\\\"}\"],\"is_array\":\"1\"},\"about_area_img_3\":{\"value\":[\"{\\\"type\\\":\\\"image\\\",\\\"name\\\":\\\"about-img-2.jpg\\\",\\\"path\\\":\\\"optionbuilder\\\\\\/uploads\\\\\\/267511-10-2023_1155amabout-img-2.jpg\\\",\\\"mime\\\":\\\"jpg\\\",\\\"size\\\":37688,\\\"thumbnail\\\":\\\"https:\\/\\/schoool.w-manage.org\\/public\\\\\\/storage\\\\\\/optionbuilder\\\\\\/uploads\\\\\\/267511-10-2023_1155amabout-img-2.jpg\\\"}\"],\"is_array\":\"1\"},\"about_area_img_2\":{\"value\":[\"{\\\"type\\\":\\\"image\\\",\\\"name\\\":\\\"about-img-3.jpg\\\",\\\"path\\\":\\\"optionbuilder\\\\\\/uploads\\\\\\/777511-10-2023_1155amabout-img-3.jpg\\\",\\\"mime\\\":\\\"jpg\\\",\\\"size\\\":6167,\\\"thumbnail\\\":\\\"https:\\/\\/schoool.w-manage.org\\/public\\\\\\/storage\\\\\\/optionbuilder\\\\\\/uploads\\\\\\/777511-10-2023_1155amabout-img-3.jpg\\\"}\"],\"is_array\":\"1\"},\"about_area_heading\":{\"value\":\"When Ambition Meets Opportunity.\",\"is_array\":\"0\"},\"about_area_description\":{\"value\":\"Explore new skills, deepen existing passions, and get lost creativity What you find just might surprise and inspire you. With so much to explore isn\\u2019t existing passions, and get lost in creativity.\",\"is_array\":\"0\"},\"about_area_list_items\":{\"value\":{\"3651698657239\":{\"item_image\":[\"{\\\"type\\\":\\\"image\\\",\\\"name\\\":\\\"feature-icon-1.png\\\",\\\"path\\\":\\\"optionbuilder\\\\\\/uploads\\\\\\/822211-10-2023_1155amfeature-icon-1.png\\\",\\\"mime\\\":\\\"png\\\",\\\"size\\\":2208,\\\"thumbnail\\\":\\\"https:\\/\\/schoool.w-manage.org\\/public\\\\\\/storage\\\\\\/optionbuilder\\\\\\/uploads\\\\\\/822211-10-2023_1155amfeature-icon-1.png\\\"}\"],\"item_heading\":\"International Certification\",\"item_description\":\"You can start and finish one of these popular courses in under our site\"},\"1698657283783\":{\"item_image\":[\"{\\\"type\\\":\\\"image\\\",\\\"name\\\":\\\"feature-icon-2.png\\\",\\\"path\\\":\\\"optionbuilder\\\\\\/uploads\\\\\\/430711-10-2023_1155amfeature-icon-2.png\\\",\\\"mime\\\":\\\"png\\\",\\\"size\\\":2292,\\\"thumbnail\\\":\\\"https:\\/\\/schoool.w-manage.org\\/public\\\\\\/storage\\\\\\/optionbuilder\\\\\\/uploads\\\\\\/430711-10-2023_1155amfeature-icon-2.png\\\"}\"],\"item_heading\":\"World\\u2019s Best Curriculum\",\"item_description\":\"You can start and finish one of these popular courses in under our site\"}},\"is_array\":\"1\"}}},\"36b934bja4\":{\"settings\":{\"speech_slider_heading\":{\"value\":\"SPEECH\",\"is_array\":\"0\"},\"speech_slider_sub_heading\":{\"value\":\"Speech of honorable members\",\"is_array\":\"0\"},\"speech_slider_count\":{\"value\":\"4\",\"is_array\":\"0\"}}},\"36b934ac8g\":{\"styles\":{\"content_width\":\"\",\"width-height-type\":\"px\",\"width\":\"\",\"height\":\"\",\"min-width\":\"\",\"max-width\":\"\",\"min-height\":\"\",\"max-height\":\"\",\"margin-type\":\"px\",\"margin-top\":\"\",\"margin-right\":\"\",\"margin-bottom\":\"\",\"margin-left\":\"\",\"padding-type\":\"px\",\"padding-top\":\"\",\"padding-right\":\"\",\"padding-bottom\":\"\",\"padding-left\":\"\",\"z-index\":\"\",\"classes\":\"\",\"custom_attributes\":\"\",\"background-size\":\"\",\"background-position\":\"\"}},\"36b9735g3e\":{\"settings\":{\"app_banner_heading\":{\"value\":\"Ready Flutter Mobile Apps\",\"is_array\":\"0\"},\"app_banner_image\":{\"value\":[\"{\\\"type\\\":\\\"image\\\",\\\"name\\\":\\\"download_app.png\\\",\\\"path\\\":\\\"optionbuilder\\\\\\/uploads\\\\\\/437301-03-2024_0449pmdownload_app.png\\\",\\\"mime\\\":\\\"png\\\",\\\"size\\\":879110,\\\"thumbnail\\\":\\\"https:\\/\\/schoool.w-manage.org\\/public\\\\\\/storage\\\\\\/optionbuilder\\\\\\/uploads\\\\\\/437301-03-2024_0449pmdownload_app.png\\\"}\"],\"is_array\":\"1\"},\"app_banner_items\":{\"value\":{\"1751704278929\":{\"item_icon\":[\"{\\\"type\\\":\\\"image\\\",\\\"name\\\":\\\"circle_check_mark.svg\\\",\\\"path\\\":\\\"optionbuilder\\\\\\/uploads\\\\\\/701-03-2024_0450pmcircle_check_mark.svg\\\",\\\"mime\\\":\\\"svg\\\",\\\"size\\\":281,\\\"thumbnail\\\":\\\"https:\\/\\/schoool.w-manage.org\\/public\\\\\\/storage\\\\\\/optionbuilder\\\\\\/uploads\\\\\\/701-03-2024_0450pmcircle_check_mark.svg\\\"}\"],\"item_heading\":\"Multilingual Support (8+ Languages)\"},\"1704279048238\":{\"item_icon\":[\"{\\\"type\\\":\\\"image\\\",\\\"name\\\":\\\"circle_check_mark.svg\\\",\\\"path\\\":\\\"optionbuilder\\/uploads\\/411501-03-2024_0451pmcircle_check_mark.svg\\\",\\\"mime\\\":\\\"svg\\\",\\\"size\\\":281,\\\"thumbnail\\\":\\\"https:\\/\\/schoool.w-manage.org\\/public\\/storage\\/optionbuilder\\/uploads\\/411501-03-2024_0451pmcircle_check_mark.svg\\\"}\"],\"item_heading\":\"Perfect RTL Support\"}},\"is_array\":\"1\"},\"app_download_items\":{\"value\":{\"7751704278929\":{\"item_image\":[\"{\\\"type\\\":\\\"image\\\",\\\"name\\\":\\\"playstore.svg\\\",\\\"path\\\":\\\"optionbuilder\\/uploads\\/362301-03-2024_0451pmplaystore.svg\\\",\\\"mime\\\":\\\"svg\\\",\\\"size\\\":7228,\\\"thumbnail\\\":\\\"https:\\/\\/schoool.w-manage.org\\/public\\/storage\\/optionbuilder\\/uploads\\/362301-03-2024_0451pmplaystore.svg\\\"}\"],\"item_link\":\"https:\\/\\/aorasoft.com\\/\"},\"1704279092258\":{\"item_image\":[\"{\\\"type\\\":\\\"image\\\",\\\"name\\\":\\\"appstore.svg\\\",\\\"path\\\":\\\"optionbuilder\\/uploads\\/231701-03-2024_0452pmappstore.svg\\\",\\\"mime\\\":\\\"svg\\\",\\\"size\\\":9268,\\\"thumbnail\\\":\\\"https:\\/\\/schoool.w-manage.org\\/public\\/storage\\/optionbuilder\\/uploads\\/231701-03-2024_0452pmappstore.svg\\\"}\"],\"item_link\":\"https:\\/\\/aorasoft.com\\/\"}},\"is_array\":\"1\"}}},\"36b9734j6b\":{\"styles\":{\"content_width\":\"\",\"width-height-type\":\"px\",\"width\":\"\",\"height\":\"\",\"min-width\":\"\",\"max-width\":\"\",\"min-height\":\"\",\"max-height\":\"\",\"margin-type\":\"px\",\"margin-top\":\"\",\"margin-right\":\"\",\"margin-bottom\":\"\",\"margin-left\":\"\",\"padding-type\":\"px\",\"padding-top\":\"\",\"padding-right\":\"\",\"padding-bottom\":\"\",\"padding-left\":\"\",\"z-index\":\"\",\"classes\":\"\",\"custom_attributes\":\"\",\"background-size\":\"\",\"background-position\":\"\"}},\"36b97d3e6g\":{\"settings\":{\"news_area_sub_heading\":{\"value\":\"# POPULAR ARTICLES\",\"is_array\":\"0\"},\"news_area_heading\":{\"value\":\"Latest News From Blog\",\"is_array\":\"0\"},\"news_area__description\":{\"value\":\"Choose the most powerful courses and always\",\"is_array\":\"0\"},\"read_more_btn\":{\"value\":\"Read More\",\"is_array\":\"0\"},\"news_count\":{\"value\":\"3\",\"is_array\":\"0\"},\"news_area_column\":{\"value\":\"4\",\"is_array\":\"0\"},\"news_sorting\":{\"value\":\"asc\",\"is_array\":\"0\"}}}}}', 1, 1, 'published', NULL, NULL, NULL, 1, NULL, '2025-06-30 12:50:30'), (17, 'Individual Result', 'Individual Result', 'Individual Result', 'individual-result', '{\"grids\":[{\"grid\":\"12x1\",\"position\":\"0\",\"grid_id\":\"368dihjhj9\",\"data\":[[{\"id\":\"368dii07e8\",\"section_id\":\"header-breadcumb\",\"position\":\"0\"}]]},{\"grid\":\"12x1\",\"position\":\"1\",\"grid_id\":\"368dii0b33\",\"data\":[[{\"id\":\"368dii6g6g\",\"section_id\":\"front-ind-result\",\"position\":\"0\"}]]}],\"section_data\":{\"368dii07e8\":{\"settings\":{\"header_bg_image\":{\"value\":[\"{\\\"type\\\":\\\"image\\\",\\\"name\\\":\\\"about-breadcrumb-img.jpg\\\",\\\"path\\\":\\\"optionbuilder\\/uploads\\/655411-23-2023_0341pmabout-breadcrumb-img.jpg\\\",\\\"mime\\\":\\\"jpg\\\",\\\"size\\\":125303,\\\"thumbnail\\\":\\\"https:\\/\\/schoool.w-manage.org\\/public\\/storage\\/optionbuilder\\/uploads\\/655411-23-2023_0341pmabout-breadcrumb-img.jpg\\\"}\"],\"is_array\":\"1\"},\"left_title\":{\"value\":\"Individual Result\",\"is_array\":\"0\"},\"right_home\":{\"value\":\"Home\",\"is_array\":\"0\"},\"right_content_title\":{\"value\":\"Individual Result\",\"is_array\":\"0\"}}},\"368dihjhj9\":{\"styles\":{\"content_width\":\"\",\"width-height-type\":\"px\",\"width\":\"\",\"height\":\"\",\"min-width\":\"\",\"max-width\":\"\",\"min-height\":\"\",\"max-height\":\"\",\"margin-type\":\"px\",\"margin-top\":\"\",\"margin-right\":\"\",\"margin-bottom\":\"\",\"margin-left\":\"\",\"padding-type\":\"px\",\"padding-top\":\"\",\"padding-right\":\"\",\"padding-bottom\":\"\",\"padding-left\":\"\",\"z-index\":\"\",\"classes\":\"\",\"custom_attributes\":\"\",\"background-size\":\"\",\"background-position\":\"\"}},\"368dii6g6g\":{\"settings\":[]},\"368dii0b33\":{\"styles\":{\"content_width\":\"\",\"width-height-type\":\"px\",\"width\":\"\",\"height\":\"\",\"min-width\":\"\",\"max-width\":\"\",\"min-height\":\"\",\"max-height\":\"\",\"margin-type\":\"px\",\"margin-top\":\"\",\"margin-right\":\"\",\"margin-bottom\":\"\",\"margin-left\":\"\",\"padding-type\":\"px\",\"padding-top\":\"\",\"padding-right\":\"\",\"padding-bottom\":\"\",\"padding-left\":\"\",\"z-index\":\"\",\"classes\":\"\",\"custom_attributes\":\"\",\"background-size\":\"\",\"background-position\":\"\"}}}}', 0, 1, 'published', NULL, NULL, NULL, 1, NULL, NULL), (18, 'Noticeboard', 'Noticeboard', 'Noticeboard', 'noticeboard', '{\"grids\":[{\"grid\":\"12x1\",\"position\":\"0\",\"grid_id\":\"366ij60856\",\"data\":[[{\"id\":\"366ij60fb0\",\"section_id\":\"header-breadcumb\",\"position\":\"0\"}]]},{\"grid\":\"12x1\",\"position\":\"1\",\"grid_id\":\"366ij62deh\",\"data\":[[{\"id\":\"366ij64if5\",\"section_id\":\"notice\",\"position\":\"0\"}]]}],\"section_data\":{\"366ij60fb0\":{\"settings\":{\"header_bg_image\":{\"value\":[\"{\\\"type\\\":\\\"image\\\",\\\"name\\\":\\\"hero-bg-2.jpg\\\",\\\"path\\\":\\\"optionbuilder\\\\\\/uploads\\\\\\/410711-10-2023_0224pmhero-bg-2.jpg\\\",\\\"mime\\\":\\\"jpg\\\",\\\"size\\\":90795,\\\"thumbnail\\\":\\\"https:\\/\\/schoool.w-manage.org\\/public\\\\\\/storage\\\\\\/optionbuilder\\\\\\/uploads\\\\\\/410711-10-2023_0224pmhero-bg-2.jpg\\\"}\"],\"is_array\":\"1\"},\"left_title\":{\"value\":\"Noticeboard\",\"is_array\":\"0\"},\"right_home\":{\"value\":\"Home\",\"is_array\":\"0\"},\"right_content_title\":{\"value\":\"Noticeboard\",\"is_array\":\"0\"}}},\"366ij60856\":{\"styles\":{\"content_width\":\"\",\"width-height-type\":\"px\",\"width\":\"\",\"height\":\"\",\"min-width\":\"\",\"max-width\":\"\",\"min-height\":\"\",\"max-height\":\"\",\"margin-type\":\"px\",\"margin-top\":\"\",\"margin-right\":\"\",\"margin-bottom\":\"\",\"margin-left\":\"\",\"padding-type\":\"px\",\"padding-top\":\"\",\"padding-right\":\"\",\"padding-bottom\":\"\",\"padding-left\":\"\",\"z-index\":\"\",\"classes\":\"\",\"custom_attributes\":\"\",\"background-size\":\"\",\"background-position\":\"\"}},\"366ij64if5\":{\"settings\":{\"notice_heading\":{\"value\":\"Notice Board\",\"is_array\":\"0\"},\"notice_count\":{\"value\":\"5\",\"is_array\":\"0\"}}},\"366ij62deh\":{\"styles\":{\"content_width\":\"\",\"width-height-type\":\"px\",\"width\":\"\",\"height\":\"\",\"min-width\":\"\",\"max-width\":\"\",\"min-height\":\"\",\"max-height\":\"\",\"margin-type\":\"px\",\"margin-top\":\"\",\"margin-right\":\"\",\"margin-bottom\":\"\",\"margin-left\":\"\",\"padding-type\":\"px\",\"padding-top\":\"\",\"padding-right\":\"\",\"padding-bottom\":\"\",\"padding-left\":\"\",\"z-index\":\"\",\"classes\":\"\",\"custom_attributes\":\"\",\"background-size\":\"\",\"background-position\":\"\"}}}}', 0, 1, 'published', NULL, NULL, NULL, 1, NULL, NULL); INSERT INTO `infixedu__pages` (`id`, `name`, `title`, `description`, `slug`, `settings`, `home_page`, `is_default`, `status`, `created_by`, `updated_by`, `published_by`, `school_id`, `created_at`, `updated_at`) VALUES (19, 'Privacy Policy', 'Privacy Policy', 'Privacy Policy', 'privacy-policy', '{\"grids\":[{\"grid\":\"12x1\",\"position\":\"0\",\"grid_id\":\"36df2eg73f\",\"data\":[[{\"id\":\"36df2egbb4\",\"section_id\":\"header-breadcumb\",\"position\":\"0\"}]]},{\"grid\":\"12x1\",\"position\":\"1\",\"grid_id\":\"36df2egfc3\",\"data\":[[{\"id\":\"36df2ehdf0\",\"section_id\":\"page-heading\",\"position\":\"0\"}]]},{\"grid\":\"12x1\",\"position\":\"2\",\"grid_id\":\"36df2f14c2\",\"data\":[[{\"id\":\"36df2f20b3\",\"section_id\":\"text-editor\",\"position\":\"0\"}]]}],\"section_data\":{\"36df2egbb4\":{\"settings\":{\"left_title\":{\"value\":\"Privacy Policy\",\"is_array\":\"0\"},\"right_home\":{\"value\":\"Home\",\"is_array\":\"0\"},\"right_content_title\":{\"value\":\"Privacy Policy\",\"is_array\":\"0\"}}},\"36df2eg73f\":{\"styles\":{\"content_width\":\"\",\"width-height-type\":\"px\",\"width\":\"\",\"height\":\"\",\"min-width\":\"\",\"max-width\":\"\",\"min-height\":\"\",\"max-height\":\"\",\"margin-type\":\"px\",\"margin-top\":\"\",\"margin-right\":\"\",\"margin-bottom\":\"\",\"margin-left\":\"\",\"padding-type\":\"px\",\"padding-top\":\"\",\"padding-right\":\"\",\"padding-bottom\":\"\",\"padding-left\":\"\",\"z-index\":\"\",\"classes\":\"\",\"custom_attributes\":\"\",\"background-size\":\"\",\"background-position\":\"\"}},\"36df2ehdf0\":{\"settings\":{\"page_heading_title\":{\"value\":\"Privacy Policy\",\"is_array\":\"0\"},\"page_heading_sub_title\":{\"value\":\"\",\"is_array\":\"0\"}}},\"36df2egfc3\":{\"styles\":{\"content_width\":\"\",\"width-height-type\":\"px\",\"width\":\"\",\"height\":\"\",\"min-width\":\"\",\"max-width\":\"\",\"min-height\":\"\",\"max-height\":\"\",\"margin-type\":\"px\",\"margin-top\":\"\",\"margin-right\":\"\",\"margin-bottom\":\"\",\"margin-left\":\"\",\"padding-type\":\"px\",\"padding-top\":\"\",\"padding-right\":\"\",\"padding-bottom\":\"\",\"padding-left\":\"\",\"z-index\":\"\",\"classes\":\"\",\"custom_attributes\":\"\",\"background-size\":\"\",\"background-position\":\"\"}},\"36df2f20b3\":{\"settings\":{\"text_editor\":{\"value\":\"<p style=\\\"margin-bottom: 0in; color: rgb(85, 85, 85); font-family: Inter, sans-serif; background-color: rgb(255, 255, 255); line-height: 16px;\\\"><span lang=\\\"en-US\\\"><span style=\\\"font-weight: bolder;\\\">INTRODUCTION<\\/span><\\/span><\\/p><p style=\\\"margin-bottom: 0in; color: rgb(85, 85, 85); font-family: Inter, sans-serif; background-color: rgb(255, 255, 255); line-height: 16px;\\\"><span lang=\\\"en-US\\\">This privacypolicy explains how infixEdu use and protect theinformation we hold, whether it relates to the EducationalInstitution, students, parents, its staff and third party serviceproviders in connection with our business and has been developed .This privacy policy does not require any physical, electronic ordigital signature. We are committed to maintaining the privacy of ourstudents, parents, teachers and other users of ourwebsite\\/application.<\\/span><\\/p><p style=\\\"margin-bottom: 0in; color: rgb(85, 85, 85); font-family: Inter, sans-serif; background-color: rgb(255, 255, 255); line-height: 16px;\\\"><span lang=\\\"en-US\\\">This privacypolicy governs your use of the application <\\/span><span lang=\\\"en-US\\\"><span style=\\\"font-weight: bolder;\\\">infixEdu<\\/span><\\/span><span lang=\\\"en-US\\\">.By entering to this Website or downloading the app via Play Store\\/App Store you agree to be bound by the terms and conditions of thisPrivacy Policy. If you do not agree, please do not use or access ourwebsite\\/application. By mere use of the website\\/application, youexpressly consent to our use and disclosure of your personalinformation in accordance with this Privacy Policy. It isincorporated into and subject to the Terms and Conditions.<\\/span><\\/p><p style=\\\"margin-bottom: 0in; color: rgb(85, 85, 85); font-family: Inter, sans-serif; background-color: rgb(255, 255, 255); line-height: 16px;\\\"><span lang=\\\"en-US\\\">Please readthis privacy policy (\\u2018Policy\\u2019) carefully before using theApplication, Website and our services along with the Terms andConditions (\\u2018TaC\\u2019) provided on the Application and the Website.Your use of the Website, Application, or services in connectionwith the Application or Website (\\u2018Services\\u2019), or registrationswith us through any modes or usage of any products shall signify youracceptance of this Policy and your agreement to be legally bound bythe same. <\\/span><\\/p><p style=\\\"margin-bottom: 0in; color: rgb(85, 85, 85); font-family: Inter, sans-serif; background-color: rgb(255, 255, 255); line-height: 16px;\\\"><span lang=\\\"en-US\\\">We maychange this Privacy Policy from time to time. If we make changes, wewill notify you by revising the date at the top of this policy, andin some cases, we may provide you with additional notice (such asadding a statement to the homepages of our websites\\/applications orsending you an email notification). We encourage you to review thePrivacy Policy whenever you interact with us to stay informed aboutour information practices and the ways you can help protect yourprivacy.<\\/span><\\/p><p lang=\\\"en-US\\\" style=\\\"margin-bottom: 0in; color: rgb(85, 85, 85); font-family: Inter, sans-serif; background-color: rgb(255, 255, 255); line-height: 16px;\\\"><br><\\/p><p style=\\\"margin-bottom: 0in; color: rgb(85, 85, 85); font-family: Inter, sans-serif; background-color: rgb(255, 255, 255); line-height: 16px;\\\"> <\\/p><p style=\\\"margin-bottom: 0in; color: rgb(85, 85, 85); font-family: Inter, sans-serif; background-color: rgb(255, 255, 255); line-height: 16px;\\\"><span lang=\\\"en-US\\\"><span style=\\\"font-weight: bolder;\\\">DEFINITIONOF NEEDED INFORMATION<\\/span><\\/span><\\/p><p style=\\\"margin-bottom: 0in; color: rgb(85, 85, 85); font-family: Inter, sans-serif; background-color: rgb(255, 255, 255); line-height: 16px;\\\"><span lang=\\\"en-US\\\">Neededinformation means information about an educational institute oridentifiable individual or information that permits an individual tobe identified. <\\/span><\\/p><p lang=\\\"en-US\\\" style=\\\"margin-bottom: 0in; color: rgb(85, 85, 85); font-family: Inter, sans-serif; background-color: rgb(255, 255, 255); line-height: 16px;\\\"><br><\\/p><p style=\\\"margin-bottom: 0in; color: rgb(85, 85, 85); font-family: Inter, sans-serif; background-color: rgb(255, 255, 255); line-height: 16px;\\\"> <\\/p><p style=\\\"margin-bottom: 0in; color: rgb(85, 85, 85); font-family: Inter, sans-serif; background-color: rgb(255, 255, 255); line-height: 16px;\\\"><span lang=\\\"en-US\\\"><span style=\\\"font-weight: bolder;\\\">COLLECTIONOF INFORMATION<\\/span><\\/span><\\/p><p style=\\\"margin-bottom: 0in; color: rgb(85, 85, 85); font-family: Inter, sans-serif; background-color: rgb(255, 255, 255); line-height: 16px;\\\"><span lang=\\\"en-US\\\">infixEdu isa smart software service, it takes responsibility for maintaining andprotecting the personal information under our control. <\\/span><\\/p><p lang=\\\"en-US\\\" style=\\\"margin-bottom: 0in; color: rgb(85, 85, 85); font-family: Inter, sans-serif; background-color: rgb(255, 255, 255); line-height: 16px;\\\"><br><\\/p><p lang=\\\"en-US\\\" style=\\\"margin-bottom: 0in; color: rgb(85, 85, 85); font-family: Inter, sans-serif; background-color: rgb(255, 255, 255); line-height: 16px;\\\"><br><\\/p><p lang=\\\"en-US\\\" style=\\\"margin-bottom: 0in; color: rgb(85, 85, 85); font-family: Inter, sans-serif; background-color: rgb(255, 255, 255); line-height: 16px;\\\"><br><\\/p><p style=\\\"margin-bottom: 0in; color: rgb(85, 85, 85); font-family: Inter, sans-serif; background-color: rgb(255, 255, 255); line-height: 16px;\\\"><span lang=\\\"en-US\\\"><span style=\\\"font-weight: bolder;\\\">USERPROVIDED INFORMATION<\\/span><\\/span><span lang=\\\"en-US\\\"> <\\/span><\\/p><p style=\\\"margin-bottom: 0in; color: rgb(85, 85, 85); font-family: Inter, sans-serif; background-color: rgb(255, 255, 255); line-height: 16px;\\\"><span lang=\\\"en-US\\\">TheApplication\\/Website\\/Services obtains the information you provide whenyou download and register for the Application or Services. When theeducational institution register with us, generally has to provide(a) Name of the Institution, Registration number, Address, School Landline Phone Number (for verification), Contact Person\\u2019sName, position and mobile number, School website, email and password(b) transactions related information, such as when youmake download or use application from us; (c) information youprovide us when you contact us for help; (d) information you enterinto our system when using the Application\\/Services, such as whileasking doubts, participating in discussions and taking tests: (f)information of the users of the Application such as students\\/parents,teachers and other staff.<\\/span><\\/p><p style=\\\"margin-bottom: 0in; color: rgb(85, 85, 85); font-family: Inter, sans-serif; background-color: rgb(255, 255, 255); line-height: 16px;\\\"><span lang=\\\"en-US\\\">It ispossible to register the individuals (Teachers, Parents\\/students orAssistants) in the applications, only after the School\\/Institution isregistered with infixEdu. As registration is requested, Users agreeto provide accurate and complete registration information. At thetime of registration Users may be required to provide informationwhich includes your name, address, phone number, and email addresscollectively referred as \\u201c<\\/span><span lang=\\\"en-US\\\"><span style=\\\"font-weight: bolder;\\\">Userprofile content<\\/span><\\/span><span lang=\\\"en-US\\\"> \\u201cUser upon registration.<\\/span><\\/p><p style=\\\"margin-bottom: 0in; color: rgb(85, 85, 85); font-family: Inter, sans-serif; background-color: rgb(255, 255, 255); line-height: 16px;\\\"><span lang=\\\"en-US\\\">We onlycollect personal information as required to meet the purposes that wehave identified. We do not indiscriminately collect or retainpersonal information. Our reason for collecting personal informationabout teachers, students, parents and staff is to establish andmaintain communication with that individual.<\\/span><\\/p><p style=\\\"margin-bottom: 0in; color: rgb(85, 85, 85); font-family: Inter, sans-serif; background-color: rgb(255, 255, 255); line-height: 16px;\\\"><span lang=\\\"en-US\\\">We will notdifferentiate between who is using the device to access theApplication, Website or Services or products, so long as the login\\/access credentials match with yours. In order to make the best useof the Application\\/Website\\/Services\\/products and enable yourInformation to be captured accurately on theApplication\\/Website\\/Services it is essential that you have logged inusing your own credentials.<\\/span><\\/p><p style=\\\"margin-bottom: 0in; color: rgb(85, 85, 85); font-family: Inter, sans-serif; background-color: rgb(255, 255, 255); line-height: 16px;\\\"><span lang=\\\"en-US\\\">Users shalltake reasonable precautions to protect against theft, loss orfraudulent use of such IDs and passwords, and Users are solelyresponsible for any losses arising from another party\\u2019s use of suchIDs and passwords, either with or without User\\u2019s knowledge. <\\/span><\\/p><p style=\\\"margin-bottom: 0in; color: rgb(85, 85, 85); font-family: Inter, sans-serif; background-color: rgb(255, 255, 255); line-height: 16px;\\\"> <\\/p><p style=\\\"margin-bottom: 0in; color: rgb(85, 85, 85); font-family: Inter, sans-serif; background-color: rgb(255, 255, 255); line-height: 16px;\\\"><span lang=\\\"en-US\\\"><span style=\\\"font-weight: bolder;\\\">AUTOMATICALLYCOLLECTED INFORMATION<\\/span><\\/span><\\/p><p style=\\\"margin-bottom: 0in; color: rgb(85, 85, 85); font-family: Inter, sans-serif; background-color: rgb(255, 255, 255); line-height: 16px;\\\"><span lang=\\\"en-US\\\">In addition,the Application\\/products\\/Services may collect certain informationautomatically, including, but not limited to, the type of mobiledevice you use, your mobile devices unique device ID, the IP addressof your mobile device, your mobile operating system, the type ofmobile Internet browsers you use, and information about the way youuse the Application\\/Services. As is true of most Mobile applications,we also collect other relevant information as per the permissionsthat you provide.<\\/span><\\/p><p style=\\\"margin-bottom: 0in; color: rgb(85, 85, 85); font-family: Inter, sans-serif; background-color: rgb(255, 255, 255); line-height: 16px;\\\"> <\\/p><p style=\\\"margin-bottom: 0in; color: rgb(85, 85, 85); font-family: Inter, sans-serif; background-color: rgb(255, 255, 255); line-height: 16px;\\\"><span lang=\\\"en-US\\\"><span style=\\\"font-weight: bolder;\\\">PROVIDESERVICE<\\/span><\\/span><\\/p><p style=\\\"margin-bottom: 0in; color: rgb(85, 85, 85); font-family: Inter, sans-serif; background-color: rgb(255, 255, 255); line-height: 16px;\\\"><span lang=\\\"en-US\\\">Topersonalize user experience we may use information. We continuallystrive to improve our website\\/Application offerings based on theinformation and feedback we receive from you. The User cancompletely customize our service web or application.<\\/span><\\/p><p lang=\\\"en-US\\\" style=\\\"margin-bottom: 0in; color: rgb(85, 85, 85); font-family: Inter, sans-serif; background-color: rgb(255, 255, 255); line-height: 16px;\\\"><br><\\/p><p lang=\\\"en-US\\\" style=\\\"margin-bottom: 0in; color: rgb(85, 85, 85); font-family: Inter, sans-serif; background-color: rgb(255, 255, 255); line-height: 16px;\\\"><br><\\/p><p style=\\\"margin-bottom: 0in; color: rgb(85, 85, 85); font-family: Inter, sans-serif; background-color: rgb(255, 255, 255); line-height: 16px;\\\"><span lang=\\\"en-US\\\"><span style=\\\"font-weight: bolder;\\\">CONTACTINGAND CUSTOMER SERVICE<\\/span><\\/span><span lang=\\\"en-US\\\"> <\\/span><\\/p><p style=\\\"margin-bottom: 0in; color: rgb(85, 85, 85); font-family: Inter, sans-serif; background-color: rgb(255, 255, 255); line-height: 16px;\\\"><span lang=\\\"en-US\\\">You will becontacted as necessary to enforce our User Agreement, applicablenational laws, and any agreement we may have with you. It will helpus contact you to notify you regarding your account, to troubleshootproblems with your account, to resolve a dispute, as otherwisenecessary to provide you customer service. <\\/span><\\/p><p style=\\\"margin-bottom: 0in; color: rgb(85, 85, 85); font-family: Inter, sans-serif; background-color: rgb(255, 255, 255); line-height: 16px;\\\"><span lang=\\\"en-US\\\">For thesepurposes we may contact you via email, telephone, text messages,WhatsApp messages and postal mail. When contacting you via telephone,to ensure efficiency, we may use autodialer or pre-recorded calls andtext messages.<\\/span><\\/p><p lang=\\\"en-US\\\" style=\\\"margin-bottom: 0in; color: rgb(85, 85, 85); font-family: Inter, sans-serif; background-color: rgb(255, 255, 255); line-height: 16px;\\\"><br><\\/p><p lang=\\\"en-US\\\" style=\\\"margin-bottom: 0in; color: rgb(85, 85, 85); font-family: Inter, sans-serif; background-color: rgb(255, 255, 255); line-height: 16px;\\\"><br><\\/p><p style=\\\"margin-bottom: 0in; color: rgb(85, 85, 85); font-family: Inter, sans-serif; background-color: rgb(255, 255, 255); line-height: 16px;\\\"><span lang=\\\"en-US\\\"><span style=\\\"font-weight: bolder;\\\">PREVENTFRAUDULENT AND ILLEGAL ACTIVITIES<\\/span><\\/span><\\/p><p style=\\\"margin-bottom: 0in; color: rgb(85, 85, 85); font-family: Inter, sans-serif; background-color: rgb(255, 255, 255); line-height: 16px;\\\"><span lang=\\\"en-US\\\">We preserveyour personal information as long as it is necessary and relevant forour operations. In addition, we may retain personal information fromclosed accounts to comply with national laws, prevent fraud, collectany fees owed, resolve disputes, troubleshoot problems, assist withany investigation, enforce our User Agreement and take other actionspermitted or required by applicable national laws. After it is nolonger necessary for us to retain your personal information, wedispose of it in a secure manner according to our data retention anddeletion policies.<\\/span><\\/p><p style=\\\"margin-bottom: 0in; color: rgb(85, 85, 85); font-family: Inter, sans-serif; background-color: rgb(255, 255, 255); line-height: 16px;\\\"><span lang=\\\"en-US\\\">It will helpus prevent, detect, mitigate, and investigate fraud, securitybreaches, potentially prohibited or illegal activities. It will alsobe used to enforce our Privacy Notice, our User Agreement or otherpolicies.<\\/span><\\/p><p style=\\\"margin-bottom: 0in; color: rgb(85, 85, 85); font-family: Inter, sans-serif; background-color: rgb(255, 255, 255); line-height: 16px;\\\"> <\\/p><p style=\\\"margin-bottom: 0in; color: rgb(85, 85, 85); font-family: Inter, sans-serif; background-color: rgb(255, 255, 255); line-height: 16px;\\\"><span lang=\\\"en-US\\\"><span style=\\\"font-weight: bolder;\\\">TOPERSONALIZE THE ADVERTISING AND MARKETING COMMUNICATIONS<\\/span><\\/span><\\/p><p style=\\\"margin-bottom: 0in; color: rgb(85, 85, 85); font-family: Inter, sans-serif; background-color: rgb(255, 255, 255); line-height: 16px;\\\"><span lang=\\\"en-US\\\">We will usethe contact information you have provided to contact you by e-mail,SMS text, WhatsApp Messages and\\/or telephone to deliver targetedmarketing, service updates, and promotional offers based on yourcommunication preferences. To personalize, measure, and improve ouradvertising based on your advertising customization preferences wewill use your institutional\\/personal data (such as Schooladministrators, Principals or other responsible persons) to addressyou. We will also contact you, in ways such way of email, telephone,text messages, via WhatsApp or postal mail, so as to keep youinformed about our offers, and promotions, as well as to inform youabout our services, and those of our organization , with a view tofacilitate our mission of imparting education. <\\/span><\\/p><p style=\\\"margin-bottom: 0in; color: rgb(85, 85, 85); font-family: Inter, sans-serif; background-color: rgb(255, 255, 255); line-height: 16px;\\\"> <\\/p><p style=\\\"margin-bottom: 0in; color: rgb(85, 85, 85); font-family: Inter, sans-serif; background-color: rgb(255, 255, 255); line-height: 16px;\\\"><span lang=\\\"en-US\\\"><span style=\\\"font-weight: bolder;\\\">SHARINGTHE PERSONAL INFORMATION<\\/span><\\/span><\\/p><p style=\\\"margin-bottom: 0in; color: rgb(85, 85, 85); font-family: Inter, sans-serif; background-color: rgb(255, 255, 255); line-height: 16px;\\\"><span lang=\\\"en-US\\\">When youvisit the website or downloading the application, we collect andstore the name of the domain from which you access the internet, thedate and time you access our site and the internet address of thewebsite from which you link to our site, the search terms you enterinto our search utility, browser software and internet serviceprovider you use and any other relevant information, in order toimprove security, analyse trends and administer the site. <\\/span><\\/p><p style=\\\"margin-bottom: 0in; color: rgb(85, 85, 85); font-family: Inter, sans-serif; background-color: rgb(255, 255, 255); line-height: 16px;\\\"> <\\/p><p style=\\\"margin-bottom: 0in; color: rgb(85, 85, 85); font-family: Inter, sans-serif; background-color: rgb(255, 255, 255); line-height: 16px;\\\"><span lang=\\\"en-US\\\"><span style=\\\"font-weight: bolder;\\\">SECURITY<\\/span><\\/span><\\/p><p style=\\\"margin-bottom: 0in; color: rgb(85, 85, 85); font-family: Inter, sans-serif; background-color: rgb(255, 255, 255); line-height: 16px;\\\"><span lang=\\\"en-US\\\">We areconcerned about safeguarding the confidentiality of your Information.We take all precautions to protect the Personal Information bothonline and offline. We provide physical, electronic, and proceduralsafeguards to protect Information we process and maintain. We protectthe information using technical and administrative security measuresto reduce the risks of loss, misuse, unauthorized access, disclosureand alteration. If you believe your account has been abused, pleasecontact us<\\/span><\\/p><p style=\\\"margin-bottom: 0in; color: rgb(85, 85, 85); font-family: Inter, sans-serif; background-color: rgb(255, 255, 255); line-height: 16px;\\\"><span lang=\\\"en-US\\\">We do notsell or rent your personal information to third parties for theirmarketing purposes without your explicit consent and we only use yourinformation as described in the Privacy Policy. We view protection ofyour privacy as a very important community principle. We understandclearly that you and Your Information is one of our most importantassets. <\\/span><\\/p><p style=\\\"margin-bottom: 0in; color: rgb(85, 85, 85); font-family: Inter, sans-serif; background-color: rgb(255, 255, 255); line-height: 16px;\\\"><span lang=\\\"en-US\\\">Under nocircumstances do we rent, trade or share the institutional\\/personalinformation that we have collected with any other company for theirmarketing purposes without your consent. We reserve the right tocommunicate your personal information to any third party that makes alegally-compliant request for its disclosure.<\\/span><\\/p><p style=\\\"margin-bottom: 0in; color: rgb(85, 85, 85); font-family: Inter, sans-serif; background-color: rgb(255, 255, 255); line-height: 16px;\\\"> <\\/p><p style=\\\"margin-bottom: 0in; color: rgb(85, 85, 85); font-family: Inter, sans-serif; background-color: rgb(255, 255, 255); line-height: 16px;\\\"><span lang=\\\"en-US\\\"><span style=\\\"font-weight: bolder;\\\">THEGENERAL DATA PROTECTION REGULATION(GDPR)<\\/span><\\/span><\\/p><p style=\\\"margin-bottom: 0in; color: rgb(85, 85, 85); font-family: Inter, sans-serif; background-color: rgb(255, 255, 255); line-height: 16px;\\\"><span lang=\\\"en-US\\\">If you are aresident of the European Economic Area (EEA), you have certain dataprotection rights. InfixEdu to take reasonable steps to allow you tocorrect, amend, delete, or limit the use of your Personal Data.<\\/span><\\/p><p style=\\\"margin-bottom: 0in; color: rgb(85, 85, 85); font-family: Inter, sans-serif; background-color: rgb(255, 255, 255); line-height: 16px;\\\"><span lang=\\\"en-US\\\">If you wishto be informed what Personal Data we hold about you and if you wantit to be removed from our systems, please contact us.<\\/span><\\/p><p style=\\\"margin-bottom: 0in; color: rgb(85, 85, 85); font-family: Inter, sans-serif; background-color: rgb(255, 255, 255); line-height: 16px;\\\"><span lang=\\\"en-US\\\">In certaincircumstances, you have the following data protection rights:<\\/span><\\/p><ol style=\\\"color: rgb(85, 85, 85); font-family: Inter, sans-serif; background-color: rgb(255, 255, 255);\\\"><li><p style=\\\"margin-bottom: 0in; line-height: 16px;\\\"><span lang=\\\"en-US\\\"><span style=\\\"font-weight: bolder;\\\">The right to access, update or to delete the information we have on you.<\\/span><\\/span><span lang=\\\"en-US\\\"> Whenever made possible, you can access, update or request deletion of your Personal Data directly within your account settings section. If you are unable to perform these actions yourself, please contact us to assist you.\\u2028<\\/span><\\/p><\\/li><li><p style=\\\"margin-bottom: 0in; line-height: 16px;\\\"><span lang=\\\"en-US\\\"><span style=\\\"font-weight: bolder;\\\">The right of rectification. <\\/span><\\/span><span lang=\\\"en-US\\\">You have the right to have your information rectified if that information is inaccurate or incomplete.\\u2028<\\/span><\\/p><\\/li><li><p style=\\\"margin-bottom: 0in; line-height: 16px;\\\"><span lang=\\\"en-US\\\"><span style=\\\"font-weight: bolder;\\\">The right to object. <\\/span><\\/span><span lang=\\\"en-US\\\">You have the right to object to our processing of your Personal Data.\\u2028<\\/span><\\/p><\\/li><li><p style=\\\"margin-bottom: 0in; line-height: 16px;\\\"><span lang=\\\"en-US\\\"><span style=\\\"font-weight: bolder;\\\">The right of restriction.<\\/span><\\/span><span lang=\\\"en-US\\\"> You have the right to request that we restrict the processing of your personal information.\\u2028<\\/span><\\/p><\\/li><li><p style=\\\"margin-bottom: 0in; line-height: 16px;\\\"><span lang=\\\"en-US\\\"><span style=\\\"font-weight: bolder;\\\">The right to data portability.<\\/span><\\/span><span lang=\\\"en-US\\\"> You have the right to be provided with a copy of the information we have on you in a structured, machine-readable and commonly used format.\\u2028<\\/span><\\/p><\\/li><li><p style=\\\"margin-bottom: 0in; line-height: 16px;\\\"><a name=\\\"_GoBack\\\" style=\\\"color: inherit; text-decoration: none;\\\"><\\/a><span lang=\\\"en-US\\\"><span style=\\\"font-weight: bolder;\\\">The right to withdraw consent<\\/span><\\/span><span lang=\\\"en-US\\\">. You also have the right to withdraw your consent at any time where Digital Marketer Labs, LLC relied on your consent to process your personal information.\\u2028<\\/span><\\/p><\\/li><\\/ol><p style=\\\"margin-bottom: 0in; color: rgb(85, 85, 85); font-family: Inter, sans-serif; background-color: rgb(255, 255, 255); line-height: 16px;\\\"><span lang=\\\"en-US\\\">Please notethat we may ask you to verify your identity before responding to suchrequests.<\\/span><\\/p><p style=\\\"margin-bottom: 0in; color: rgb(85, 85, 85); font-family: Inter, sans-serif; background-color: rgb(255, 255, 255); line-height: 16px;\\\"><span lang=\\\"en-US\\\">You have theright to complain to a Data Protection Authority about our collectionand use of your Personal Data. For more information, please contactyour local data protection authority in the European Economic Area(EEA).<\\/span><\\/p><p style=\\\"margin-bottom: 0in; color: rgb(85, 85, 85); font-family: Inter, sans-serif; background-color: rgb(255, 255, 255); line-height: 16px;\\\"> <\\/p><p style=\\\"margin-bottom: 0in; color: rgb(85, 85, 85); font-family: Inter, sans-serif; background-color: rgb(255, 255, 255); line-height: 16px;\\\"><span lang=\\\"en-US\\\"><span style=\\\"font-weight: bolder;\\\">CONSENT<\\/span><\\/span><\\/p><p style=\\\"margin-bottom: 0in; color: rgb(85, 85, 85); font-family: Inter, sans-serif; background-color: rgb(255, 255, 255); line-height: 16px;\\\"><span lang=\\\"en-US\\\">We believethat, every user of our Application\\/Services\\/Website must be in aposition to provide an informed consent prior to providing anyInformation required for the use of themApplication\\/Services\\/Website. <\\/span><\\/p><p style=\\\"margin-bottom: 0in; color: rgb(85, 85, 85); font-family: Inter, sans-serif; background-color: rgb(255, 255, 255); line-height: 16px;\\\"><span lang=\\\"en-US\\\">Byregistering with us , you are expressly consenting to our collection,processing, storing, disclosing and handling of your information asset forth in this Policy now and as amended by us. Processing, yourinformation in any way, including, but not limited to, collecting,storing, deleting, using, combining, sharing, transferring anddisclosing information, all of which activities will take place inBangladesh. If you reside outside Bangladesh your information will betransferred, processed and stored in accordance with the applicabledata protection laws of Bangladesh.<\\/span><\\/p><p style=\\\"margin-bottom: 0in; color: rgb(85, 85, 85); font-family: Inter, sans-serif; background-color: rgb(255, 255, 255); line-height: 16px;\\\"> <\\/p><p style=\\\"margin-bottom: 0in; color: rgb(85, 85, 85); font-family: Inter, sans-serif; background-color: rgb(255, 255, 255); line-height: 16px;\\\"><span lang=\\\"en-US\\\"><span style=\\\"font-weight: bolder;\\\">CHANGESTO THIS STATEMENT<\\/span><\\/span><\\/p><p style=\\\"margin-bottom: 0in; color: rgb(85, 85, 85); font-family: Inter, sans-serif; background-color: rgb(255, 255, 255); line-height: 16px;\\\"><span lang=\\\"en-US\\\">As theCompany evolves, our privacy policy will need to evolve as well tocover new situations. You are advised to review this Policyregularly for any changes, as continued use is deemed approval of allchanges.<\\/span><\\/p><p style=\\\"margin-bottom: 0in; color: rgb(85, 85, 85); font-family: Inter, sans-serif; background-color: rgb(255, 255, 255); line-height: 16px;\\\"><span lang=\\\"en-US\\\">We may atany time modify the Terms of our Website without any priornotification to you. Should you wish to terminate your account due toa modification to the Terms or the Privacy Policy, you may do soemail us at <\\/span><a href=\\\"mailto:support@spondonit.com\\\" style=\\\"color: rgb(13, 110, 253); text-decoration: none;\\\"><span lang=\\\"en-US\\\">support@spondonit.com<\\/span><\\/a><\\/p>\",\"is_array\":\"0\"}}},\"36df2f14c2\":{\"styles\":{\"content_width\":\"\",\"width-height-type\":\"px\",\"width\":\"\",\"height\":\"\",\"min-width\":\"\",\"max-width\":\"\",\"min-height\":\"\",\"max-height\":\"\",\"margin-type\":\"px\",\"margin-top\":\"\",\"margin-right\":\"\",\"margin-bottom\":\"\",\"margin-left\":\"\",\"padding-type\":\"px\",\"padding-top\":\"\",\"padding-right\":\"\",\"padding-bottom\":\"\",\"padding-left\":\"\",\"z-index\":\"\",\"classes\":\"\",\"custom_attributes\":\"\",\"background-size\":\"\",\"background-position\":\"\"}}}}', 0, 1, 'published', NULL, NULL, NULL, 1, NULL, NULL), (20, 'Result', 'Result', 'Result', 'result', '{\"grids\":[{\"grid\":\"12x1\",\"position\":\"0\",\"grid_id\":\"368dih4f9i\",\"data\":[[{\"id\":\"368dih574c\",\"section_id\":\"header-breadcumb\",\"position\":\"0\"}]]},{\"grid\":\"12x1\",\"position\":\"1\",\"grid_id\":\"368diha74a\",\"data\":[[{\"id\":\"368dihd13d\",\"section_id\":\"front-result\",\"position\":\"0\"}]]}],\"section_data\":{\"368dih574c\":{\"settings\":{\"header_bg_image\":{\"value\":[\"{\\\"type\\\":\\\"image\\\",\\\"name\\\":\\\"about-breadcrumb-img.jpg\\\",\\\"path\\\":\\\"optionbuilder\\/uploads\\/734511-23-2023_0339pmabout-breadcrumb-img.jpg\\\",\\\"mime\\\":\\\"jpg\\\",\\\"size\\\":125303,\\\"thumbnail\\\":\\\"https:\\/\\/schoool.w-manage.org\\/public\\/storage\\/optionbuilder\\/uploads\\/734511-23-2023_0339pmabout-breadcrumb-img.jpg\\\"}\"],\"is_array\":\"1\"},\"left_title\":{\"value\":\"Result\",\"is_array\":\"0\"},\"right_home\":{\"value\":\"Home\",\"is_array\":\"0\"},\"right_content_title\":{\"value\":\"Result\",\"is_array\":\"0\"}}},\"368dih4f9i\":{\"styles\":{\"content_width\":\"\",\"width-height-type\":\"px\",\"width\":\"\",\"height\":\"\",\"min-width\":\"\",\"max-width\":\"\",\"min-height\":\"\",\"max-height\":\"\",\"margin-type\":\"px\",\"margin-top\":\"\",\"margin-right\":\"\",\"margin-bottom\":\"\",\"margin-left\":\"\",\"padding-type\":\"px\",\"padding-top\":\"\",\"padding-right\":\"\",\"padding-bottom\":\"\",\"padding-left\":\"\",\"z-index\":\"\",\"classes\":\"\",\"custom_attributes\":\"\",\"background-size\":\"\",\"background-position\":\"\"}},\"368dihd13d\":{\"settings\":{\"front_result_heading\":{\"value\":\"Result\",\"is_array\":\"0\"},\"front_result_sl\":{\"value\":\"SL\",\"is_array\":\"0\"},\"front_result_title\":{\"value\":\"Title\",\"is_array\":\"0\"},\"front_result_date\":{\"value\":\"Date\",\"is_array\":\"0\"},\"front_result_action\":{\"value\":\"Action\",\"is_array\":\"0\"}}},\"368diha74a\":{\"styles\":{\"content_width\":\"\",\"width-height-type\":\"px\",\"width\":\"\",\"height\":\"\",\"min-width\":\"\",\"max-width\":\"\",\"min-height\":\"\",\"max-height\":\"\",\"margin-type\":\"px\",\"margin-top\":\"\",\"margin-right\":\"\",\"margin-bottom\":\"\",\"margin-left\":\"\",\"padding-type\":\"px\",\"padding-top\":\"\",\"padding-right\":\"\",\"padding-bottom\":\"\",\"padding-left\":\"\",\"z-index\":\"\",\"classes\":\"\",\"custom_attributes\":\"\",\"background-size\":\"\",\"background-position\":\"\"}}}}', 0, 1, 'published', NULL, NULL, NULL, 1, NULL, NULL), (21, 'Student List', 'Student List', 'Student List', 'student-lists', '{\"grids\":[{\"grid\":\"12x1\",\"position\":\"0\",\"grid_id\":\"366ica40gg\",\"data\":[[{\"id\":\"366ica4a56\",\"section_id\":\"header-breadcumb\",\"position\":\"0\"}]]},{\"grid\":\"12x1\",\"position\":\"1\",\"grid_id\":\"366icb5h02\",\"data\":[[{\"id\":\"366icbjajj\",\"section_id\":\"student-list\",\"position\":\"0\"}]]}],\"section_data\":{\"366ica4a56\":{\"settings\":{\"header_bg_image\":{\"value\":[\"{\\\"type\\\":\\\"image\\\",\\\"name\\\":\\\"hero-bg-2.jpg\\\",\\\"path\\\":\\\"optionbuilder\\\\\\/uploads\\\\\\/802511-10-2023_0228pmhero-bg-2.jpg\\\",\\\"mime\\\":\\\"jpg\\\",\\\"size\\\":90795,\\\"thumbnail\\\":\\\"https:\\/\\/schoool.w-manage.org\\/public\\\\\\/storage\\\\\\/optionbuilder\\\\\\/uploads\\\\\\/802511-10-2023_0228pmhero-bg-2.jpg\\\"}\"],\"is_array\":\"1\"},\"left_title\":{\"value\":\"Student List\",\"is_array\":\"0\"},\"right_home\":{\"value\":\"Home\",\"is_array\":\"0\"},\"right_content_title\":{\"value\":\"Student List\",\"is_array\":\"0\"}}},\"366ica40gg\":{\"styles\":{\"content_width\":\"\",\"width-height-type\":\"px\",\"width\":\"\",\"height\":\"\",\"min-width\":\"\",\"max-width\":\"\",\"min-height\":\"\",\"max-height\":\"\",\"margin-type\":\"px\",\"margin-top\":\"\",\"margin-right\":\"\",\"margin-bottom\":\"\",\"margin-left\":\"\",\"padding-type\":\"px\",\"padding-top\":\"\",\"padding-right\":\"\",\"padding-bottom\":\"\",\"padding-left\":\"\",\"z-index\":\"\",\"classes\":\"\",\"custom_attributes\":\"\",\"background-size\":\"\",\"background-position\":\"\"}},\"366icb5h02\":{\"styles\":{\"content_width\":\"\",\"width-height-type\":\"px\",\"width\":\"\",\"height\":\"\",\"min-width\":\"\",\"max-width\":\"\",\"min-height\":\"\",\"max-height\":\"\",\"margin-type\":\"px\",\"margin-top\":\"\",\"margin-right\":\"\",\"margin-bottom\":\"\",\"margin-left\":\"\",\"padding-type\":\"px\",\"padding-top\":\"\",\"padding-right\":\"\",\"padding-bottom\":\"\",\"padding-left\":\"\",\"z-index\":\"\",\"classes\":\"\",\"custom_attributes\":\"\",\"background-size\":\"\",\"background-position\":\"\"}}}}', 0, 1, 'published', NULL, NULL, NULL, 1, NULL, NULL), (22, 'Teacher List', 'Teacher List', 'Teacher List', 'teacher-lists', '{\"grids\":[{\"grid\":\"12x1\",\"position\":\"0\",\"grid_id\":\"36bbc8g3ee\",\"data\":[[{\"id\":\"36bbc8geec\",\"section_id\":\"header-breadcumb\",\"position\":\"0\"}]]},{\"grid\":\"12x1\",\"position\":\"1\",\"grid_id\":\"36bbc8jdi7\",\"data\":[[{\"id\":\"36bbcd17g5\",\"section_id\":\"teacher-list-page\",\"position\":\"0\"}]]}],\"section_data\":{\"36bbc8geec\":{\"settings\":{\"header_bg_image\":{\"value\":[\"{\\\"type\\\":\\\"image\\\",\\\"name\\\":\\\"breadcrumb-img.jpg\\\",\\\"path\\\":\\\"optionbuilder\\\\\\/uploads\\\\\\/377201-05-2024_0903ambreadcrumb-img.jpg\\\",\\\"mime\\\":\\\"jpg\\\",\\\"size\\\":122726,\\\"thumbnail\\\":\\\"https:\\/\\/schoool.w-manage.org\\/public\\\\\\/storage\\\\\\/optionbuilder\\\\\\/uploads\\\\\\/377201-05-2024_0903ambreadcrumb-img.jpg\\\"}\"],\"is_array\":\"1\"},\"left_title\":{\"value\":\"Teacher List\",\"is_array\":\"0\"},\"right_home\":{\"value\":\"Home\",\"is_array\":\"0\"},\"right_content_title\":{\"value\":\"Teacher List\",\"is_array\":\"0\"}}},\"36bbc8g3ee\":{\"styles\":{\"content_width\":\"\",\"width-height-type\":\"px\",\"width\":\"\",\"height\":\"\",\"min-width\":\"\",\"max-width\":\"\",\"min-height\":\"\",\"max-height\":\"\",\"margin-type\":\"px\",\"margin-top\":\"\",\"margin-right\":\"\",\"margin-bottom\":\"\",\"margin-left\":\"\",\"padding-type\":\"px\",\"padding-top\":\"\",\"padding-right\":\"\",\"padding-bottom\":\"\",\"padding-left\":\"\",\"z-index\":\"\",\"classes\":\"\",\"custom_attributes\":\"\",\"background-size\":\"\",\"background-position\":\"\"}},\"36bbc8jdi7\":{\"styles\":{\"content_width\":\"\",\"width-height-type\":\"px\",\"width\":\"\",\"height\":\"\",\"min-width\":\"\",\"max-width\":\"\",\"min-height\":\"\",\"max-height\":\"\",\"margin-type\":\"px\",\"margin-top\":\"\",\"margin-right\":\"\",\"margin-bottom\":\"\",\"margin-left\":\"\",\"padding-type\":\"px\",\"padding-top\":\"\",\"padding-right\":\"\",\"padding-bottom\":\"\",\"padding-left\":\"\",\"z-index\":\"\",\"classes\":\"\",\"custom_attributes\":\"\",\"background-size\":\"\",\"background-position\":\"\"}}}}', 0, 1, 'published', NULL, NULL, NULL, 1, NULL, NULL), (23, 'Tuition Fees', 'Tuition Fees', 'Tuition Fees', 'tuition-fees', '{\"grids\":[{\"grid\":\"12x1\",\"position\":\"0\",\"grid_id\":\"366ib7bbac\",\"data\":[[{\"id\":\"366ib7cf8h\",\"section_id\":\"header-breadcumb\",\"position\":\"0\"}]]},{\"grid\":\"12x1\",\"position\":\"1\",\"grid_id\":\"366ibebgf7\",\"data\":[[{\"id\":\"366ibee208\",\"section_id\":\"page-heading\",\"position\":\"0\"}]]},{\"grid\":\"12x1\",\"position\":\"2\",\"grid_id\":\"366ibfae56\",\"data\":[[{\"id\":\"366ibfc253\",\"section_id\":\"services\",\"position\":\"0\"}]]},{\"grid\":\"12x1\",\"position\":\"3\",\"grid_id\":\"366ibgaa9b\",\"data\":[[{\"id\":\"366ibgc5j3\",\"section_id\":\"services\",\"position\":\"0\"}]]},{\"grid\":\"12x1\",\"position\":\"4\",\"grid_id\":\"366ib850j0\",\"data\":[[{\"id\":\"366ib87dg8\",\"section_id\":\"tuition-fees\",\"position\":\"0\"}]]}],\"section_data\":{\"366ib7cf8h\":{\"settings\":{\"header_bg_image\":{\"value\":[\"{\\\"type\\\":\\\"image\\\",\\\"name\\\":\\\"hero-bg-2.jpg\\\",\\\"path\\\":\\\"optionbuilder\\\\\\/uploads\\\\\\/743511-10-2023_0229pmhero-bg-2.jpg\\\",\\\"mime\\\":\\\"jpg\\\",\\\"size\\\":90795,\\\"thumbnail\\\":\\\"https:\\/\\/schoool.w-manage.org\\/public\\\\\\/storage\\\\\\/optionbuilder\\\\\\/uploads\\\\\\/743511-10-2023_0229pmhero-bg-2.jpg\\\"}\"],\"is_array\":\"1\"},\"left_title\":{\"value\":\"Tuition Fees\",\"is_array\":\"0\"},\"right_home\":{\"value\":\"Home\",\"is_array\":\"0\"},\"right_content_title\":{\"value\":\"Tuition Fees\",\"is_array\":\"0\"}}},\"366ib7bbac\":{\"styles\":{\"content_width\":\"\",\"width-height-type\":\"px\",\"width\":\"\",\"height\":\"\",\"min-width\":\"\",\"max-width\":\"\",\"min-height\":\"\",\"max-height\":\"\",\"margin-type\":\"px\",\"margin-top\":\"\",\"margin-right\":\"\",\"margin-bottom\":\"\",\"margin-left\":\"\",\"padding-type\":\"px\",\"padding-top\":\"\",\"padding-right\":\"\",\"padding-bottom\":\"\",\"padding-left\":\"\",\"z-index\":\"\",\"classes\":\"\",\"custom_attributes\":\"\",\"background-size\":\"\",\"background-position\":\"\"}},\"366ib87dg8\":{\"settings\":{\"tuition_fees_heading\":{\"value\":\"Academic Year 2021 - 2022\",\"is_array\":\"0\"},\"tuition_fees_sub_heading\":{\"value\":\"Annual tuition fees in advance and SAVE 4.25% on GEMS school fees.\",\"is_array\":\"0\"},\"tuition_fees_col1\":{\"value\":\"Tuition Fees\",\"is_array\":\"0\"},\"tuition_fees_col2\":{\"value\":\"KG1 & KG2\",\"is_array\":\"0\"},\"tuition_fees_col3\":{\"value\":\"Grade 1 to 5\",\"is_array\":\"0\"},\"tuition_fees_items\":{\"value\":{\"1541698468543\":{\"tuition_fees_item_col_1\":\"April\",\"tuition_fees_item_col_2\":\"758\",\"tuition_fees_item_col_3\":\"930\"},\"1698469083225\":{\"tuition_fees_item_col_1\":\"May\",\"tuition_fees_item_col_2\":\"758\",\"tuition_fees_item_col_3\":\"930\"},\"1698469178812\":{\"tuition_fees_item_col_1\":\"June\",\"tuition_fees_item_col_2\":\"758\",\"tuition_fees_item_col_3\":\"930\"},\"1698469186215\":{\"tuition_fees_item_col_1\":\"July\",\"tuition_fees_item_col_2\":\"758\",\"tuition_fees_item_col_3\":\"930\"},\"1698469186951\":{\"tuition_fees_item_col_1\":\"August\",\"tuition_fees_item_col_2\":\"758\",\"tuition_fees_item_col_3\":\"930\"},\"1698469187623\":{\"tuition_fees_item_col_1\":\"September\",\"tuition_fees_item_col_2\":\"758\",\"tuition_fees_item_col_3\":\"930\"},\"1698469239998\":{\"tuition_fees_item_col_1\":\"October\",\"tuition_fees_item_col_2\":\"758\",\"tuition_fees_item_col_3\":\"930\"},\"1698469268610\":{\"tuition_fees_item_col_1\":\"November\",\"tuition_fees_item_col_2\":\"758\",\"tuition_fees_item_col_3\":\"930\"},\"1698469269828\":{\"tuition_fees_item_col_1\":\"December\",\"tuition_fees_item_col_2\":\"758\",\"tuition_fees_item_col_3\":\"930\"}},\"is_array\":\"1\"}}},\"366ib850j0\":{\"styles\":{\"content_width\":\"\",\"width-height-type\":\"px\",\"width\":\"\",\"height\":\"\",\"min-width\":\"\",\"max-width\":\"\",\"min-height\":\"\",\"max-height\":\"\",\"margin-type\":\"px\",\"margin-top\":\"\",\"margin-right\":\"\",\"margin-bottom\":\"\",\"margin-left\":\"\",\"padding-type\":\"px\",\"padding-top\":\"\",\"padding-right\":\"\",\"padding-bottom\":\"\",\"padding-left\":\"\",\"z-index\":\"\",\"classes\":\"\",\"custom_attributes\":\"\",\"background-size\":\"\",\"background-position\":\"\"}},\"366ibee208\":{\"settings\":{\"page_heading_title\":{\"value\":\"Convenient, structured payments for an outstanding education\",\"is_array\":\"0\"},\"page_heading_sub_title\":{\"value\":\"Explore new skills, deepen existing passions, and get lost creativity What you find just might surprise and inspire you with so much to explore isn\\u2019t existing passions, and get lost in creativity.\",\"is_array\":\"0\"}}},\"366ibebgf7\":{\"styles\":{\"content_width\":\"\",\"width-height-type\":\"px\",\"width\":\"\",\"height\":\"\",\"min-width\":\"\",\"max-width\":\"\",\"min-height\":\"\",\"max-height\":\"\",\"margin-type\":\"px\",\"margin-top\":\"\",\"margin-right\":\"\",\"margin-bottom\":\"\",\"margin-left\":\"\",\"padding-type\":\"px\",\"padding-top\":\"\",\"padding-right\":\"\",\"padding-bottom\":\"\",\"padding-left\":\"\",\"z-index\":\"\",\"classes\":\"\",\"custom_attributes\":\"\",\"background-size\":\"\",\"background-position\":\"\"}},\"366ibfc253\":{\"settings\":{\"heading\":{\"value\":\"Fees and Payments\",\"is_array\":\"0\"},\"paragraph\":{\"value\":\"<p>The tuition fees are due prior to the start of the academic year and payable in advance of attendance, at the start of each month. Tuition fees will be invoiced from the time of admission to ensure that payments can be processed before the start of the month. If your circumstances change.<\\/p><p><br><\\/p><p>Telephone: <span style=\\\"text-align: var(--bs-body-text-align);\\\">+971 6 535522<\\/span><\\/p><p><span style=\\\"text-align: var(--bs-body-text-align);\\\"><br><\\/span><\\/p><p>Email: info@spondonit.com<\\/p>\",\"is_array\":\"0\"},\"service_details\":{\"value\":{\"4881699604954\":{\"heading\":\"Nunc eleifend sapien\",\"paragraph\":\"Many desktop publishing packages and web page editors now use Lorem Ipsum as their default model text\",\"cta-text\":\"Read More\",\"cta-url\":\"#\"}},\"is_array\":\"1\"}}},\"366ibfae56\":{\"styles\":{\"content_width\":\"\",\"width-height-type\":\"px\",\"width\":\"\",\"height\":\"\",\"min-width\":\"\",\"max-width\":\"\",\"min-height\":\"\",\"max-height\":\"\",\"margin-type\":\"px\",\"margin-top\":\"\",\"margin-right\":\"\",\"margin-bottom\":\"\",\"margin-left\":\"\",\"padding-type\":\"px\",\"padding-top\":\"\",\"padding-right\":\"\",\"padding-bottom\":\"\",\"padding-left\":\"\",\"z-index\":\"\",\"classes\":\"\",\"custom_attributes\":\"\",\"background-size\":\"\",\"background-position\":\"\"}},\"366ibgc5j3\":{\"settings\":{\"heading\":{\"value\":\"Payment Policies\",\"is_array\":\"0\"},\"paragraph\":{\"value\":\"The tuition fees are due prior to the start of the academic year and payable in advance of attendance, at the start of each month Tuition fees will be invoiced from the time of admission to ensure that payments can be processed before the start of the month If your circumstances change, it is essential that you contact us in advance.\",\"is_array\":\"0\"}}},\"366ibgaa9b\":{\"styles\":{\"content_width\":\"\",\"width-height-type\":\"px\",\"width\":\"\",\"height\":\"\",\"min-width\":\"\",\"max-width\":\"\",\"min-height\":\"\",\"max-height\":\"\",\"margin-type\":\"px\",\"margin-top\":\"\",\"margin-right\":\"\",\"margin-bottom\":\"\",\"margin-left\":\"\",\"padding-type\":\"px\",\"padding-top\":\"\",\"padding-right\":\"\",\"padding-bottom\":\"\",\"padding-left\":\"\",\"z-index\":\"\",\"classes\":\"\",\"custom_attributes\":\"\",\"background-size\":\"\",\"background-position\":\"\"}}}}', 0, 1, 'published', NULL, NULL, NULL, 1, NULL, NULL); -- -------------------------------------------------------- -- -- Table structure for table `infixedu__settings` -- CREATE TABLE `infixedu__settings` ( `section` varchar(191) NOT NULL, `key` varchar(191) NOT NULL, `value` text DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -------------------------------------------------------- -- -- Table structure for table `infix_module_infos` -- CREATE TABLE `infix_module_infos` ( `id` int(10) UNSIGNED NOT NULL, `module_id` int(11) DEFAULT NULL, `module_name` varchar(191) DEFAULT NULL, `parent_id` int(11) DEFAULT 0, `name` varchar(191) DEFAULT NULL, `is_saas` tinyint(4) NOT NULL DEFAULT 0, `route` varchar(191) DEFAULT NULL, `parent_route` varchar(191) DEFAULT NULL, `lang_name` varchar(191) DEFAULT NULL, `icon_class` varchar(191) DEFAULT NULL, `active_status` tinyint(4) NOT NULL DEFAULT 1, `created_by` int(10) UNSIGNED DEFAULT 1, `updated_by` int(10) UNSIGNED DEFAULT 1, `school_id` int(10) UNSIGNED DEFAULT NULL, `type` int(11) DEFAULT NULL COMMENT '1 for module, 2 for module link, 3 for module links crud', `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 `infix_module_infos` -- INSERT INTO `infix_module_infos` (`id`, `module_id`, `module_name`, `parent_id`, `name`, `is_saas`, `route`, `parent_route`, `lang_name`, `icon_class`, `active_status`, `created_by`, `updated_by`, `school_id`, `type`, `created_at`, `updated_at`) VALUES (951, 3, NULL, 61, NULL, 0, 'Student Settings', NULL, 'student_settings', 'student_settings', 1, 1, 1, 1, 2, '2024-10-23 08:31:16', '2024-10-23 08:31:16'), (1130, 250, NULL, 0, 'Fees', 0, '', NULL, '', '', 1, 1, 1, 1, 1, '2019-07-25 02:21:21', '2019-07-25 04:24:22'), (1131, 250, NULL, 1130, 'Fees Group', 0, '', NULL, '', '', 1, 1, 1, 1, 2, '2019-07-25 02:21:21', '2019-07-25 04:24:22'), (1132, 250, NULL, 1131, 'Add', 0, '', NULL, '', '', 1, 1, 1, 1, 3, '2019-07-25 02:21:21', '2019-07-25 04:24:22'), (1133, 250, NULL, 1131, 'Edit', 0, '', NULL, '', '', 1, 1, 1, 1, 3, '2019-07-25 02:21:21', '2019-07-25 04:24:22'), (1134, 250, NULL, 1131, 'Delete', 0, '', NULL, '', '', 1, 1, 1, 1, 3, '2019-07-25 02:21:21', '2019-07-25 04:24:22'), (1135, 250, NULL, 1130, 'Fees Type', 0, '', NULL, '', '', 1, 1, 1, 1, 2, '2019-07-25 02:21:21', '2019-07-25 04:24:22'), (1136, 250, NULL, 1135, 'Add', 0, '', NULL, '', '', 1, 1, 1, 1, 3, '2019-07-25 02:21:21', '2019-07-25 04:24:22'), (1137, 250, NULL, 1135, 'Edit', 0, '', NULL, '', '', 1, 1, 1, 1, 3, '2019-07-25 02:21:21', '2019-07-25 04:24:22'), (1138, 250, NULL, 1135, 'Delete', 0, '', NULL, '', '', 1, 1, 1, 1, 3, '2019-07-25 02:21:21', '2019-07-25 04:24:22'), (1139, 250, NULL, 1130, 'Fees Invoice', 0, '', NULL, '', '', 1, 1, 1, 1, 2, '2019-07-25 02:21:21', '2019-07-25 04:24:22'), (1140, 250, NULL, 1139, 'Add', 0, '', NULL, '', '', 1, 1, 1, 1, 3, '2019-07-25 02:21:21', '2019-07-25 04:24:22'), (1141, 250, NULL, 1139, 'View Payment', 0, '', NULL, '', '', 1, 1, 1, 1, 3, '2019-07-25 02:21:21', '2019-07-25 04:24:22'), (1142, 250, NULL, 1139, 'View', 0, '', NULL, '', '', 1, 1, 1, 1, 3, '2019-07-25 02:21:21', '2019-07-25 04:24:22'), (1143, 250, NULL, 1139, 'print', 0, '', NULL, '', '', 1, 1, 1, 1, 3, '2019-07-25 02:21:21', '2019-07-25 04:24:22'), (1144, 250, NULL, 1139, 'Add Payment', 0, '', NULL, '', '', 1, 1, 1, 1, 3, '2019-07-25 02:21:21', '2019-07-25 04:24:22'), (1145, 250, NULL, 1139, 'Edit', 0, '', NULL, '', '', 1, 1, 1, 1, 3, '2019-07-25 02:21:21', '2019-07-25 04:24:22'), (1146, 250, NULL, 1139, 'Delete', 0, '', NULL, '', '', 1, 1, 1, 1, 3, '2019-07-25 02:21:21', '2019-07-25 04:24:22'), (1147, 250, NULL, 1139, 'Fees Collect', 0, '', NULL, '', '', 1, 1, 1, 1, 3, '2019-07-25 02:21:21', '2019-07-25 04:24:22'), (1148, 250, NULL, 1130, 'Bank Payment', 0, '', NULL, '', '', 1, 1, 1, 1, 2, '2019-07-25 02:21:21', '2019-07-25 04:24:22'), (1149, 250, NULL, 1148, 'Search', 0, '', NULL, '', '', 1, 1, 1, 1, 3, '2019-07-25 02:21:21', '2019-07-25 04:24:22'), (1150, 250, NULL, 1148, 'Approve Payment', 0, '', NULL, '', '', 1, 1, 1, 1, 3, '2019-07-25 02:21:21', '2019-07-25 04:24:22'), (1151, 250, NULL, 1148, 'Reject Payment', 0, '', NULL, '', '', 1, 1, 1, 1, 3, '2019-07-25 02:21:21', '2019-07-25 04:24:22'), (1152, 250, NULL, 1130, 'Fees Invoice Settings', 0, '', NULL, '', '', 1, 1, 1, 1, 2, '2019-07-25 02:21:21', '2019-07-25 04:24:22'), (1153, 250, NULL, 1152, 'Update', 0, '', NULL, '', '', 1, 1, 1, 1, 3, '2019-07-25 02:21:21', '2019-07-25 04:24:22'), (1154, 250, NULL, 1130, 'Report', 0, '', NULL, '', '', 1, 1, 1, 1, 2, '2019-07-25 02:21:21', '2019-07-25 04:24:22'), (1155, 250, NULL, 1154, 'Fees Due', 0, '', NULL, '', '', 1, 1, 1, 1, 3, '2019-07-25 02:21:21', '2019-07-25 04:24:22'), (1158, 250, NULL, 1154, 'Fine Report', 0, '', NULL, '', '', 1, 1, 1, 1, 3, '2019-07-25 02:21:21', '2019-07-25 04:24:22'), (1159, 250, NULL, 1154, 'Payment Report', 0, '', NULL, '', '', 1, 1, 1, 1, 3, '2019-07-25 02:21:21', '2019-07-25 04:24:22'), (1160, 250, NULL, 1154, 'Balance Report', 0, '', NULL, '', '', 1, 1, 1, 1, 3, '2019-07-25 02:21:21', '2019-07-25 04:24:22'), (1161, 250, NULL, 1154, 'Waiver Report', 0, '', NULL, '', '', 1, 1, 1, 1, 3, '2019-07-25 02:21:21', '2019-07-25 04:24:22'), (3100, 50, NULL, 0, 'ExamPlan', 0, 'examplan', NULL, 'examplan', '', 1, 1, 1, 1, 1, '2021-10-18 02:21:21', '2021-10-18 04:24:22'), (3101, 50, NULL, 3100, 'Admit Card', 0, '', NULL, '', '', 1, 1, 1, 1, 2, '2021-10-18 02:21:21', '2021-10-18 04:24:22'), (3102, 50, NULL, 3101, 'Setting', 0, 'admit', NULL, 'admit', '', 1, 1, 1, 1, 3, '2021-10-18 02:21:21', '2021-10-18 04:24:22'), (3103, 50, NULL, 3101, 'Generate', 0, '', NULL, '', '', 1, 1, 1, 1, 3, '2021-10-18 02:21:21', '2021-10-18 04:24:22'), (3104, 50, NULL, 3101, 'Save', 0, '', NULL, '', '', 1, 1, 1, 1, 3, '2021-10-18 02:21:21', '2021-10-18 04:24:22'), (3105, 50, NULL, 3100, 'Seat Plan', 0, 'seatplan', NULL, 'seatplan', '', 1, 1, 1, 1, 2, '2021-10-18 02:21:21', '2021-10-18 04:24:22'), (3106, 50, NULL, 3105, 'Seat Plan Setting', 0, '', NULL, '', '', 1, 1, 1, 1, 3, '2021-10-18 02:21:21', '2021-10-18 04:24:22'), (3107, 50, NULL, 3105, 'Generate', 0, '', NULL, '', '', 1, 1, 1, 1, 3, '2021-10-18 02:21:21', '2021-10-18 04:24:22'), (5000, 9, NULL, 870, 'Position Setup', 0, 'exam-report-position', NULL, 'position_setup', NULL, 1, 1, 1, 1, 2, '2024-10-23 08:31:14', '2024-10-23 08:31:14'); -- -------------------------------------------------------- -- -- Table structure for table `infix_module_managers` -- CREATE TABLE `infix_module_managers` ( `id` bigint(20) UNSIGNED NOT NULL, `name` varchar(200) DEFAULT NULL, `email` varchar(200) DEFAULT NULL, `notes` varchar(255) DEFAULT NULL, `version` varchar(200) DEFAULT NULL, `update_url` varchar(200) DEFAULT NULL, `purchase_code` varchar(200) DEFAULT NULL, `checksum` varchar(200) DEFAULT NULL, `installed_domain` varchar(200) DEFAULT NULL, `is_default` tinyint(1) NOT NULL DEFAULT 0, `addon_url` varchar(191) DEFAULT NULL, `activated_date` date DEFAULT NULL, `lang_type` 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 `infix_module_managers` -- INSERT INTO `infix_module_managers` (`id`, `name`, `email`, `notes`, `version`, `update_url`, `purchase_code`, `checksum`, `installed_domain`, `is_default`, `addon_url`, `activated_date`, `lang_type`, `created_at`, `updated_at`) VALUES (1, 'RolePermission', 'support@spondonit.com', 'This is Role Permission Module for manage module. Thanks for using.', '0.1', 'https://spondonit.com/contact', '1729672275', NULL, 'https://schoool.w-manage.org', 1, NULL, '2024-10-23', NULL, '2024-10-23 08:31:15', '2024-10-23 08:31:15'), (2, 'MenuManage', 'support@spondonit.com', 'This is MenuManage module for manage and organize your sidebar menu. Thanks for using.', '0.1', 'https://spondonit.com/contact', '1729672275', NULL, 'https://schoool.w-manage.org', 1, NULL, '2024-10-23', NULL, '2024-10-23 08:31:15', '2024-10-23 08:31:15'), (3, 'BulkPrint', 'support@spondonit.com', 'This is Jitsi module for live virtual class and meeting in this system at a time. Thanks for using.', '1.0', 'https://spondonit.com/contact', '1729672275', NULL, 'https://schoool.w-manage.org', 1, NULL, '2024-10-23', NULL, '2024-10-23 08:31:15', '2024-10-23 08:31:15'), (4, 'Lesson', 'support@spondonit.com', 'This is Lesson Planner Module for manage module. Thanks for using.', '0.1', 'https://spondonit.com/contact', '1729672275', NULL, 'https://schoool.w-manage.org', 1, NULL, '2024-10-23', NULL, '2024-10-23 08:31:15', '2024-10-23 08:31:15'), (5, 'Chat', 'support@spondonit.com', 'This is Chat module for communicate to each other. Thanks for using.', '0.2', 'https://spondonit.com/contact', '1729672275', NULL, 'https://schoool.w-manage.org', 1, NULL, '2024-10-23', NULL, '2024-10-23 08:31:15', '2024-10-23 08:31:15'), (6, 'TemplateSettings', 'support@spondonit.com', 'This is Template setting module for Email & SMS Template. Thanks for using.', '0.1', 'https://spondonit.com/contact', '1729672275', NULL, 'https://schoool.w-manage.org', 1, NULL, '2024-10-23', NULL, '2024-10-23 08:31:15', '2024-10-23 08:31:15'), (7, 'StudentAbsentNotification', 'support@spondonit.com', 'This is Parent StudentAbsentNotification module for Multiple Image Question. Thanks for using.', '1.0', 'https://spondonit.com/contact', '1729672275', NULL, 'https://schoool.w-manage.org', 1, NULL, '2024-10-23', NULL, '2024-10-23 08:31:15', '2024-10-23 08:31:15'), (8, 'Zoom', 'support@spondonit.com', 'This is Zoom module for live virtual class and meeting in this system at a time. Thanks for using.', '1.0', 'https://spondonit.com/contact', NULL, NULL, 'https://schoool.w-manage.org', 0, 'https://codecanyon.net/item/infixedu-zoom-live-class/27623128?s_rank=12', '2024-10-23', NULL, '2024-10-23 08:31:15', '2024-10-23 08:31:15'), (9, 'OnlineExam', 'support@spondonit.com', 'This is OnlineExam module for take online exam Thanks for using.', '1.0', 'https://spondonit.com/contact', NULL, NULL, 'https://schoool.w-manage.org', 0, 'mailto:support@spondonit.com', '2024-10-23', NULL, '2024-10-23 08:31:15', '2024-10-23 08:31:15'), (10, 'ParentRegistration', 'support@spondonit.com', 'This is Parent Registration module for Registration. Thanks for using.', '1.0', 'https://spondonit.com/contact', NULL, NULL, 'https://schoool.w-manage.org', 0, 'https://aorasoft.com', '2024-10-23', NULL, '2024-10-23 08:31:15', '2024-10-23 08:31:15'), (11, 'RazorPay', 'support@spondonit.com', 'This is Razor Pay module for Online payemnt. Thanks for using.', '1.0', 'https://spondonit.com/contact', NULL, NULL, 'https://schoool.w-manage.org', 0, 'https://codecanyon.net/item/razorpay-payment-gateway-for-infixedu/27721206?s_rank=11', '2024-10-23', NULL, '2024-10-23 08:31:15', '2024-10-23 08:31:15'), (12, 'BBB', 'support@spondonit.com', 'This is BigBlueButton module for live virtual class and meeting in this system at a time. Thanks for using.', '1.0', 'https://spondonit.com/contact', NULL, NULL, 'https://schoool.w-manage.org', 0, 'mailto:support@spondonit.com', '2024-10-23', NULL, '2024-10-23 08:31:15', '2024-10-23 08:31:15'), (13, 'Jitsi', 'support@spondonit.com', 'This is Jitsi module for live virtual class and meeting in this system at a time. Thanks for using.', '1.0', 'https://spondonit.com/contact', NULL, NULL, 'https://schoool.w-manage.org', 0, 'mailto:support@spondonit.com', '2024-10-23', NULL, '2024-10-23 08:31:15', '2024-10-23 08:31:15'), (14, 'Saas', 'support@spondonit.com', 'This is Saas module for manage multiple school or institutes.Every school managed by individual admin. Thanks for using.', '1.1', 'https://spondonit.com/contact', NULL, NULL, 'https://schoool.w-manage.org', 0, 'mailto:support@spondonit.com', '2024-10-23', NULL, '2024-10-23 08:31:15', '2024-10-23 08:31:15'), (15, 'BulkPrint', 'support@spondonit.com', 'This is Bulkprint module for print invoice ,certificate and id card. Thanks for using.', '1.0', 'https://spondonit.com/contact', NULL, NULL, 'https://schoool.w-manage.org', 1, 'https://codecanyon.net/item/infixedu-zoom-live-class/27623128?s_rank=12', '2024-10-23', NULL, '2024-10-23 08:31:15', '2024-10-23 08:31:15'), (16, 'HimalayaSms', 'support@spondonit.com', 'This is sms gateway module for sending sms via api. Thanks for using.', '1.0', 'https://spondonit.com/contact', NULL, NULL, 'https://schoool.w-manage.org', 1, 'mailto:support@spondonit.com', '2024-10-23', NULL, '2024-10-23 08:31:15', '2024-10-23 08:31:15'), (17, 'XenditPayment', 'support@spondonit.com', 'This is online payment gateway module for specially indonesian currency. Thanks for using.', '1.0', 'https://spondonit.com/contact', NULL, NULL, 'https://schoool.w-manage.org', 0, 'mailto:support@spondonit.com', '2024-10-23', NULL, '2024-10-23 08:31:15', '2024-10-23 08:31:20'), (18, 'AppSlider', 'support@spondonit.com', 'This is for school affiliate banner for mobile app. Thanks for using.', '1.0', 'https://spondonit.com/contact', NULL, NULL, 'https://schoool.w-manage.org', 0, 'mailto:support@spondonit.com', '2024-10-23', NULL, '2024-10-23 08:31:15', '2024-10-23 08:31:15'), (19, 'KhaltiPayment', 'support@spondonit.com', 'Khalti Is A Online Payment Gatway Module For Collect Fees Online', '1', 'support@spondonit.com', NULL, NULL, NULL, 0, NULL, NULL, NULL, '2024-10-23 08:31:15', '2024-10-23 08:31:15'), (20, 'Raudhahpay', 'support@spondonit.com', 'This is Saas module for Online Payment. Thanks for using.', '1.0', 'https://spondonit.com/contact', NULL, NULL, 'https://schoool.w-manage.org', 0, 'mailto:support@spondonit.com', '2024-10-23', NULL, '2024-10-23 08:31:15', '2024-10-23 08:31:15'), (21, 'Wallet', 'support@spondonit.com', 'This is an virtual wallet. Thanks for using.', '1.0', 'https://spondonit.com/contact', '1729672275', NULL, 'https://schoool.w-manage.org', 1, NULL, '2024-10-23', NULL, '2024-10-23 08:31:15', '2024-10-23 08:31:15'), (22, 'Fees', 'support@spondonit.com', 'This is module for advanced fees collection', '1.0', 'https://spondonit.com/contact', '1729672275', NULL, 'https://schoool.w-manage.org', 1, NULL, '2024-10-23', NULL, '2024-10-23 08:31:15', '2024-10-23 08:31:15'), (23, 'ExamPlan', 'support@spondonit.com', 'Exam Plan and Seat Plan Module', '1', 'https://schoool.w-manage.org', '1729672275', NULL, 'https://schoool.w-manage.org', 1, NULL, '2024-10-23', NULL, '2024-10-23 08:31:15', '2024-10-23 08:31:15'), (24, 'InfixBiometrics', 'support@spondonit.com', 'This is InfixBiometrics module for live virtual class and meeting in this system at a time. Thanks for using.', '1.0', 'https://spondonit.com/contact', NULL, NULL, 'https://schoool.w-manage.org', 0, 'https://codecanyon.net/item/infixedu-zoom-live-class/27623128?s_rank=12', '2024-10-23', NULL, '2024-10-23 08:31:15', '2024-10-23 08:31:15'), (25, 'Gmeet', 'support@spondonit.com', 'This is Gmeet module for live virtual class and meeting in this system at a time. Thanks for using.', '1.0', 'https://spondonit.com/contact', NULL, NULL, 'https://schoool.w-manage.org', 0, 'https://codecanyon.net/item/google-meet-module-for-infixedu-gmeet-live-class/42463761', '2024-10-23', NULL, '2024-10-23 08:31:15', '2024-10-23 08:31:15'), (26, 'PhonePay', 'support@spondonit.com', 'This is PhonePay module for manage Phonepe online payment gateway . Thanks for using.', '1.0', 'https://spondonit.com/contact', NULL, NULL, 'https://schoool.w-manage.org', 0, 'https://spondonit.com/contact', '2024-10-23', NULL, '2024-10-23 08:31:15', '2024-10-23 08:31:15'), (27, 'BehaviourRecords', 'support@spondonit.com', 'This is Behaviour Records Module for manage student behaviour records & Activity. Thanks for using.', '1.0', 'https://spondonit.com/contact', '1729672280', NULL, 'https://schoool.w-manage.org', 1, 'https://codecanyon.net/item/google-meet-module-for-infixedu-gmeet-live-class/42463761', '2024-10-23', NULL, '2024-10-23 08:31:15', '2024-10-23 08:31:23'), (28, 'DownloadCenter', 'support@spondonit.com', 'This Module is named Download Center for managing study materials more efficiently. Thanks for using.', '1.0', 'https://spondonit.com/contact', '1729672275', NULL, 'https://schoool.w-manage.org', 1, 'https://codecanyon.net/item/google-meet-module-for-infixedu-gmeet-live-class/42463761', '2024-10-23', NULL, '2024-10-23 08:31:15', '2024-10-23 08:31:15'), (29, 'TwoFactorAuth', 'support@spondonit.com', 'This is TwoFactorAuth module for verfication two factor authentication code using email or text sms. Thanks for using.', '1.0', 'https://spondonit.com/contact', '1729672275', NULL, 'https://schoool.w-manage.org', 1, 'https://codecanyon.net/item/google-meet-module-for-infixedu-gmeet-live-class/42463761', '2024-10-23', NULL, '2024-10-23 08:31:15', '2024-10-23 08:31:15'), (30, 'Lms', 'support@spondonit.com', 'This is Lms module for learning management. Teacher & Admin Can create course and student & parent can enroll using online & offline payment gateway . Thanks for using.', '1.0', 'https://spondonit.com/contact', NULL, NULL, 'https://schoool.w-manage.org', 0, 'mailto:support@spondonit.com', '2024-10-23', NULL, '2024-10-23 08:31:15', '2024-10-23 08:31:15'), (31, 'CcAveune', 'support@spondonit.com', 'This CcAveune Module For InfixEdu . Manage online payment for fees & wallet.', '1.0', 'https://spondonit.com/contact', NULL, NULL, 'https://schoool.w-manage.org', 0, 'maito:support@spondonit.com', '2024-10-23', NULL, '2024-10-23 08:31:15', '2024-10-23 08:31:15'), (32, 'AiContent', 'support@spondonit.com', 'This is AI Content Generator module. Generate content via AI.', '1.0', 'https://spondonit.com/contact', NULL, NULL, 'https://schoool.w-manage.org', 0, 'maito:support@spondonit.com', '2024-10-23', NULL, '2024-10-23 08:31:15', '2024-10-23 08:31:15'), (33, 'WhatsappSupport', 'support@spondonit.com', 'This is WhatsApp Support module. Send message via WhatsApp.', '1.0', 'https://spondonit.com/contact', NULL, NULL, 'https://schoool.w-manage.org', 0, 'maito:support@spondonit.com', '2024-10-23', NULL, '2024-10-23 08:31:15', '2024-10-23 08:31:15'), (34, 'Certificate', 'support@spondonit.com', 'This is the module to generate Certificate\'s for students and employees.', '1.0', 'maito:support@spondonit.com', NULL, NULL, NULL, 0, NULL, NULL, NULL, '2024-10-23 08:31:15', '2024-10-23 08:31:15'), (35, 'InAppLiveClass', 'support@spondonit.com', 'This InAppLiveClass Module For InfixEdu. Manage Online Class and Meeting Reports.', '1.0', 'https://spondonit.com/contact', NULL, NULL, 'https://schoool.w-manage.org', 0, 'maito:support@spondonit.com', '2024-10-23', NULL, '2024-10-23 08:31:15', '2024-10-23 08:31:20'), (36, 'MercadoPago', 'support@spondonit.com', 'This is MercadoPago Payment Module For Online Payment. Thanks For Using.', '1.0', 'https://spondonit.com/contact', NULL, NULL, 'https://schoool.w-manage.org', 0, 'https://spondonit.com/contact', '2024-10-23', NULL, '2024-10-23 08:31:16', '2024-10-23 08:31:16'), (37, 'University', 'support@spondonit.com', 'Manage Your University Using This Module', '1', 'https://schoool.w-manage.org', NULL, NULL, 'https://schoool.w-manage.org', 0, NULL, '2024-10-23', NULL, '2024-10-23 08:31:16', '2024-10-23 08:31:16'), (38, 'ToyyibPay', 'support@spondonit.com', 'This is ToyyibPay module for Online payemnt. Thanks for using.', '1.0', 'https://spondonit.com/contact', NULL, NULL, 'https://schoool.w-manage.org', 0, 'https://codecanyon.net/item/infixedu-zoom-live-class/27623128?s_rank=12', '2024-10-23', NULL, '2024-10-23 08:31:24', '2024-10-23 08:31:24'); -- -------------------------------------------------------- -- -- Table structure for table `infix_module_student_parent_infos` -- CREATE TABLE `infix_module_student_parent_infos` ( `id` int(10) UNSIGNED NOT NULL, `module_id` int(11) DEFAULT NULL, `parent_id` int(11) DEFAULT 0, `name` varchar(191) DEFAULT NULL, `route` varchar(191) DEFAULT NULL COMMENT 'url', `lang_name` varchar(191) DEFAULT NULL, `icon_class` varchar(191) DEFAULT NULL, `active_status` tinyint(4) NOT NULL DEFAULT 1, `created_by` int(10) UNSIGNED DEFAULT 1, `updated_by` int(10) UNSIGNED DEFAULT 1, `school_id` int(10) UNSIGNED DEFAULT 1, `type` int(11) DEFAULT NULL COMMENT '1 for module, 2 for module link, 3 for module options', `user_type` int(11) DEFAULT NULL COMMENT '1 for student, 2 for parent', `created_at` timestamp NULL DEFAULT NULL, `updated_at` timestamp NULL DEFAULT NULL, `admin_section` varchar(191) DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -- Dumping data for table `infix_module_student_parent_infos` -- INSERT INTO `infix_module_student_parent_infos` (`id`, `module_id`, `parent_id`, `name`, `route`, `lang_name`, `icon_class`, `active_status`, `created_by`, `updated_by`, `school_id`, `type`, `user_type`, `created_at`, `updated_at`, `admin_section`) VALUES (1, 1, 0, 'Dashboard Menu', 'student-dashboard', 'dashboard', 'flaticon-resume', 1, 1, 1, 1, 1, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', NULL), (2, 1, 1, 'Subject', '', '', '', 1, 1, 1, 1, 3, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', NULL), (3, 1, 1, 'Notice', '', '', '', 1, 1, 1, 1, 3, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', NULL), (4, 1, 1, 'Exam', '', '', '', 1, 1, 1, 1, 3, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', NULL), (5, 1, 1, 'Online Exam', '', '', '', 1, 1, 1, 1, 3, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', NULL), (6, 1, 1, 'Teachers', '', '', '', 1, 1, 1, 1, 3, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', NULL), (7, 1, 1, 'Issued books', '', '', '', 1, 1, 1, 1, 3, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', NULL), (8, 1, 1, 'Pending homeworks', '', '', '', 1, 1, 1, 1, 3, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', NULL), (9, 1, 1, 'attendance in current month', '', '', '', 1, 1, 1, 1, 3, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', NULL), (10, 1, 1, 'Calendar', '', '', '', 1, 1, 1, 1, 3, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', NULL), (11, 2, 0, 'My Profile', 'student-profile', 'my_profile', 'flaticon-resume', 1, 1, 1, 1, 1, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', NULL), (12, 2, 11, 'Profile', '', '', '', 1, 1, 1, 1, 2, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', NULL), (13, 2, 11, 'Fees', '', '', '', 1, 1, 1, 1, 2, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', NULL), (14, 2, 11, 'Exam', '', '', '', 1, 1, 1, 1, 2, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', NULL), (15, 2, 11, 'Document', '', '', '', 1, 1, 1, 1, 2, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', NULL), (16, 2, 15, 'Upload', '', '', '', 1, 1, 1, 1, 3, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', NULL), (17, 2, 15, 'download', '', '', '', 1, 1, 1, 1, 3, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', NULL), (18, 2, 15, 'delete', '', '', '', 1, 1, 1, 1, 3, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', NULL), (19, 2, 11, 'Timeline', '', '', '', 1, 1, 1, 1, 2, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', NULL), (20, 3, 0, 'Fees', '', 'fees', 'flaticon-wallet', 1, 1, 1, 1, 1, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:17', 'fees'), (21, 3, 20, 'Pay Fees', 'student-fees', 'pay_fees', '', 1, 1, 1, 1, 2, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', NULL), (22, 4, 0, 'Class Routine', 'student-class-routine', 'class_routine', 'flaticon-calendar-1', 1, 1, 1, 1, 1, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:17', 'academics'), (23, 5, 0, 'Homework List', 'student-homework', 'home_work', 'flaticon-book', 1, 1, 1, 1, 1, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:17', 'homework'), (24, 5, 23, 'View', '', '', '', 1, 1, 1, 1, 2, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', NULL), (25, 5, 23, 'Add Content', '', '', '', 1, 1, 1, 1, 2, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', NULL), (26, 6, 0, 'Download Center', '', 'download_center', 'flaticon-data-storage', 1, 1, 1, 1, 1, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:17', 'study_material'), (27, 6, 26, 'Assignment', 'student-assignment', 'assignment', '', 1, 1, 1, 1, 2, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', NULL), (28, 6, 27, 'Download', '', '', '', 1, 1, 1, 1, 3, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', NULL), (31, 6, 26, 'Syllabus', 'student-syllabus', 'syllabus', '', 1, 1, 1, 1, 2, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', NULL), (32, 6, 31, 'Download', '', '', '', 1, 1, 1, 1, 3, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', NULL), (33, 6, 26, 'Other Downloads', 'student-others-download', 'other_download', '', 1, 1, 1, 1, 2, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', NULL), (34, 6, 33, 'Download', '', '', '', 1, 1, 1, 1, 3, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', NULL), (35, 7, 0, 'Attendance', 'student-my-attendance', 'attendance', 'flaticon-authentication', 1, 1, 1, 1, 1, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:17', 'student_info'), (36, 8, 0, 'Examination', '', 'examinations', 'flaticon-test', 1, 1, 1, 1, 1, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:17', 'examination'), (37, 8, 36, 'Result', 'student-result', 'result', '', 1, 1, 1, 1, 2, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', NULL), (38, 8, 36, 'Exam Schedule', 'student-exam-schedule', 'exam_schedule', '', 1, 1, 1, 1, 2, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', NULL), (39, 9, 0, 'Leave', '', 'leave', 'flaticon-slumber', 1, 1, 1, 1, 1, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:17', 'leave'), (40, 9, 39, 'Apply Leave', 'student-apply-leave', 'apply_leave', '', 1, 1, 1, 1, 2, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', NULL), (41, 9, 40, 'Save', '', '', '', 1, 1, 1, 1, 3, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', NULL), (42, 9, 40, 'Edit', '', '', '', 1, 1, 1, 1, 3, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', NULL), (44, 9, 39, 'Pending Leave', 'student-pending-leave', 'pending_leave_request', '', 1, 1, 1, 1, 2, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', NULL), (45, 100, 0, 'Online Exam', '', 'online_exam', 'flaticon-test-1', 1, 1, 1, 1, 1, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:17', 'online_exam'), (46, 100, 45, 'Active Exams', 'student-online-exam', 'active_exams', '', 1, 1, 1, 1, 2, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', NULL), (47, 100, 45, 'View Results', 'student_view_result', 'view_result', '', 1, 1, 1, 1, 2, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', NULL), (48, 11, 0, 'Notice Board', 'student-noticeboard', 'notice_board', 'flaticon-poster', 1, 1, 1, 1, 1, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:17', 'communicate'), (49, 12, 0, 'Subject', 'student-subject', 'subjects', 'flaticon-reading-1', 1, 1, 1, 1, 1, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:17', 'academics'), (50, 13, 0, 'Teachers List', 'student-teacher', 'student_teacher', 'flaticon-professor', 1, 1, 1, 1, 1, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:17', 'academics'), (51, 14, 0, 'Library', '', 'library', 'flaticon-book-1', 1, 1, 1, 1, 1, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:17', 'library'), (52, 14, 51, 'Book List', 'student-library', 'book_list', '', 1, 1, 1, 1, 2, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', NULL), (53, 14, 51, 'Book Issued', 'student-book-issue', 'book_issue', '', 1, 1, 1, 1, 2, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', NULL), (54, 15, 0, 'Transport', 'student-transport', 'student_transport', 'flaticon-bus', 1, 1, 1, 1, 1, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:17', 'transport'), (55, 16, 0, 'Dormitory', 'student-dormitory', 'dormitory', 'flaticon-hotel', 1, 1, 1, 1, 1, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:17', 'dormitory'), (56, 1, 0, 'Dashboard Menu', 'parent-dashboard', 'dashboard', 'flaticon-resume', 1, 1, 1, 1, 1, 2, '2024-10-23 08:31:15', '2024-10-23 08:31:15', NULL), (57, 1, 56, 'Subject', '', '', '', 1, 1, 1, 1, 3, 2, '2024-10-23 08:31:15', '2024-10-23 08:31:15', NULL), (58, 1, 56, 'Notice', '', '', '', 1, 1, 1, 1, 3, 2, '2024-10-23 08:31:15', '2024-10-23 08:31:15', NULL), (59, 1, 56, 'Exam', '', '', '', 1, 1, 1, 1, 3, 2, '2024-10-23 08:31:15', '2024-10-23 08:31:15', NULL), (60, 1, 56, 'Online Exam', '', '', '', 1, 1, 1, 1, 3, 2, '2024-10-23 08:31:15', '2024-10-23 08:31:15', NULL), (61, 1, 56, 'Teachers', '', '', '', 1, 1, 1, 1, 3, 2, '2024-10-23 08:31:15', '2024-10-23 08:31:15', NULL), (62, 1, 56, 'Issued books', '', '', '', 1, 1, 1, 1, 3, 2, '2024-10-23 08:31:15', '2024-10-23 08:31:15', NULL), (63, 1, 56, 'Pending homeworks', '', '', '', 1, 1, 1, 1, 3, 2, '2024-10-23 08:31:15', '2024-10-23 08:31:15', NULL), (64, 1, 56, 'attendance in current month', '', '', '', 1, 1, 1, 1, 3, 2, '2024-10-23 08:31:15', '2024-10-23 08:31:15', NULL), (65, 1, 56, 'Calendar', '', '', '', 1, 1, 1, 1, 3, 2, '2024-10-23 08:31:15', '2024-10-23 08:31:15', NULL), (66, 2, 0, 'My Children', 'my-children', 'my_children', 'flaticon-reading', 1, 1, 1, 1, 1, 2, '2024-10-23 08:31:15', '2024-10-23 08:31:15', NULL), (67, 2, 66, 'Profile', '', '', '', 1, 1, 1, 1, 2, 2, '2024-10-23 08:31:15', '2024-10-23 08:31:15', NULL), (68, 2, 66, 'Fees', '', '', '', 1, 1, 1, 1, 2, 2, '2024-10-23 08:31:15', '2024-10-23 08:31:15', NULL), (69, 2, 66, 'Exam', '', '', '', 1, 1, 1, 1, 2, 2, '2024-10-23 08:31:15', '2024-10-23 08:31:15', NULL), (70, 2, 66, 'Timeline', '', '', '', 1, 1, 1, 1, 2, 2, '2024-10-23 08:31:15', '2024-10-23 08:31:15', NULL), (71, 3, 0, 'Fees', 'parent-fees', 'fees', 'flaticon-wallet', 1, 1, 1, 1, 1, 2, '2024-10-23 08:31:15', '2024-10-23 08:31:17', 'fees'), (72, 4, 0, 'Class Routine', 'parent-class-routine', 'class_routine', 'flaticon-calendar-1', 1, 1, 1, 1, 1, 2, '2024-10-23 08:31:15', '2024-10-23 08:31:17', 'academics'), (73, 5, 0, 'HomeWork ', 'parent-homework', 'home_work', 'flaticon-book', 1, 1, 1, 1, 1, 2, '2024-10-23 08:31:15', '2024-10-23 08:31:17', 'admin_section'), (74, 5, 73, 'View', '', '', '', 1, 1, 1, 1, 3, 2, '2024-10-23 08:31:15', '2024-10-23 08:31:15', NULL), (75, 6, 0, 'Attendance ', 'parent-attendance', 'attendance', 'flaticon-authentication', 1, 1, 1, 1, 1, 2, '2024-10-23 08:31:15', '2024-10-23 08:31:17', 'student_info'), (76, 7, 0, 'Exam ', '', 'exam', 'flaticon-test', 1, 1, 1, 1, 1, 2, '2024-10-23 08:31:15', '2024-10-23 08:31:17', 'examination'), (78, 7, 76, 'Exam Schedule', 'parent-examination-schedule/{id}', 'exam_schedule', '', 1, 1, 1, 1, 2, 2, '2024-10-23 08:31:15', '2024-10-23 08:31:15', NULL), (80, 8, 0, 'Leave', 'parent-leave', 'leave', 'flaticon-test', 1, 1, 1, 1, 1, 2, '2024-10-23 08:31:15', '2024-10-23 08:31:17', 'leave'), (81, 8, 80, 'Apply Leave', 'parent-apply-leave', 'apply_leave', '', 1, 1, 1, 1, 2, 2, '2024-10-23 08:31:15', '2024-10-23 08:31:15', NULL), (82, 8, 81, 'Save', '', '', '', 1, 1, 1, 1, 3, 2, '2024-10-23 08:31:15', '2024-10-23 08:31:15', NULL), (83, 8, 81, 'Edit', '', '', '', 1, 1, 1, 1, 3, 2, '2024-10-23 08:31:15', '2024-10-23 08:31:15', NULL), (84, 8, 80, 'Pending Leave', 'parent-pending-leave', 'pending_leave_request', '', 1, 1, 1, 1, 2, 2, '2024-10-23 08:31:15', '2024-10-23 08:31:15', NULL), (85, 9, 0, 'Notice Board', 'parent-noticeboard', 'notice_board', 'flaticon-poster', 1, 1, 1, 1, 1, 2, '2024-10-23 08:31:15', '2024-10-23 08:31:17', 'communicate'), (86, 10, 0, 'Subject', 'parent-subjects', 'subject', 'flaticon-reading-1', 1, 1, 1, 1, 1, 2, '2024-10-23 08:31:15', '2024-10-23 08:31:17', 'academics'), (87, 11, 0, 'Teachers List', 'parent-teacher-list', 'teacher_list', 'flaticon-professor', 1, 1, 1, 1, 1, 2, '2024-10-23 08:31:15', '2024-10-23 08:31:17', 'academics'), (88, 12, 0, 'Library', '', 'library', 'flaticon-book-1', 1, 1, 1, 1, 1, 2, '2024-10-23 08:31:15', '2024-10-23 08:31:17', 'library'), (89, 12, 88, 'Book List', 'parent-library', 'book_list', '', 1, 1, 1, 1, 2, 2, '2024-10-23 08:31:15', '2024-10-23 08:31:15', NULL), (90, 12, 88, 'Book Issued', 'parent-book-issue', 'book_issue', '', 1, 1, 1, 1, 2, 2, '2024-10-23 08:31:15', '2024-10-23 08:31:15', NULL), (91, 13, 0, 'Transport', 'parent-transport', 'transport', 'flaticon-bus', 1, 1, 1, 1, 1, 2, '2024-10-23 08:31:15', '2024-10-23 08:31:17', 'transport'), (92, 14, 0, 'Dormitory', 'parent-dormitory', 'dormitory_list', 'flaticon-hotel', 1, 1, 1, 1, 1, 2, '2024-10-23 08:31:15', '2024-10-23 08:31:17', 'dormitory'), (93, 9, 40, 'View', '', '', '', 1, 1, 1, 1, 3, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', NULL), (94, 9, 40, 'Delete', '', '', '', 1, 1, 1, 1, 3, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', NULL), (95, 8, 81, 'View', '', '', '', 1, 1, 1, 1, 3, 2, '2024-10-23 08:31:15', '2024-10-23 08:31:15', NULL), (96, 8, 81, 'Delete', '', '', '', 1, 1, 1, 1, 3, 2, '2024-10-23 08:31:15', '2024-10-23 08:31:15', NULL), (97, 29, 0, 'Lesson', '', 'lesson', 'flaticon-calendar-1', 1, 1, 1, 1, 1, 2, '2024-10-23 08:31:15', '2024-10-23 08:31:17', 'lesson'), (98, 29, 97, 'Lesson Plan', 'lesson/parent/lessonPlan/{id}', 'lesson_plan', '', 1, 1, 1, 1, 1, 2, '2024-10-23 08:31:15', '2024-10-23 08:31:15', NULL), (99, 29, 97, 'Lesson Plan Overview', 'lesson/parent/lessonPlan-overview/{id}', 'lesson_plan_overview', '', 1, 1, 1, 1, 1, 2, '2024-10-23 08:31:15', '2024-10-23 08:31:15', NULL), (100, 2022, 0, 'Zoom', '', 'zoom', 'flaticon-reading', 1, 1, 1, 1, 1, 2, '2024-10-23 08:31:15', '2024-10-23 08:31:15', NULL), (101, 2022, 100, 'Virtual Class', 'zoom/virtual-class/child/{id}', 'virtual_class', '', 1, 1, 1, 1, 2, 2, '2024-10-23 08:31:15', '2024-10-23 08:31:15', NULL), (103, 2022, 100, 'Virtual Meeting', 'zoom/meetings/parent', 'virtual_meeting', '', 1, 1, 1, 1, 2, 2, '2024-10-23 08:31:15', '2024-10-23 08:31:15', NULL), (105, 2033, 0, 'BigBlueButton', '', 'bbb', 'flaticon-reading', 1, 1, 1, 1, 1, 2, '2024-10-23 08:31:15', '2024-10-23 08:31:15', NULL), (106, 2033, 105, 'Virtual Class', 'bbb/virtual-class/child/{id}', 'virtual_class', '', 1, 1, 1, 1, 2, 2, '2024-10-23 08:31:15', '2024-10-23 08:31:15', NULL), (107, 2033, 105, 'Virtual Meeting', 'bbb/meetings/parent', 'virtual_meeting', '', 1, 1, 1, 1, 2, 2, '2024-10-23 08:31:15', '2024-10-23 08:31:15', NULL), (108, 2030, 0, 'Jitsi', '', 'jitsi', 'flaticon-reading', 1, 1, 1, 1, 1, 2, '2024-10-23 08:31:15', '2024-10-23 08:31:15', NULL), (109, 2030, 108, 'Virtual Class', 'jitsi/virtual-class/child/{id}', 'virtual_class', '', 1, 1, 1, 1, 2, 2, '2024-10-23 08:31:15', '2024-10-23 08:31:15', NULL), (110, 2030, 108, 'Virtual Meeting', 'jitsi/meetings/parent', 'virtual_meeting', '', 1, 1, 1, 1, 2, 2, '2024-10-23 08:31:15', '2024-10-23 08:31:15', NULL), (115, 2033, 105, 'Class Recorded List', 'bbb/class-recording-list/child/{id}', 'class_recorded_list', '', 1, 1, 1, 1, 2, 2, '2024-10-23 08:31:15', '2024-10-23 08:31:15', NULL), (116, 2033, 105, 'Meeting Recorded List', 'bbb/meeting-recording-list/parent', 'meeting_recorded_list', '', 1, 1, 1, 1, 2, 2, '2024-10-23 08:31:15', '2024-10-23 08:31:15', NULL), (554, 2022, 0, 'Zoom', '', 'zoom', 'flaticon-reading', 1, 1, 1, 1, 1, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', NULL), (555, 2022, 554, 'Virtual Class', 'zoom/virtual-class', 'virtual_class', '', 1, 1, 1, 1, 2, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', NULL), (559, 2022, 555, 'Start Class', '', '', '', 1, 1, 1, 1, 3, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', NULL), (800, 29, 0, 'Lesson', '', 'lesson', 'flaticon-calendar-1', 1, 1, 1, 1, 1, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:17', 'lesson'), (810, 29, 800, 'Lesson Plan', 'lesson/student/lessonPlan', 'lesson_plan', '', 1, 1, 1, 1, 1, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', NULL), (815, 29, 800, 'Lesson Plan Overview', 'lesson/student/lessonPlan-overview', 'lesson_plan_overview', '', 1, 1, 1, 1, 1, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', NULL), (816, 2030, 0, 'Jitsi', '', 'jitsi', 'flaticon-reading', 1, 1, 1, 1, 1, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', NULL), (817, 2030, 816, 'Virtual Class', 'jitsi/virtual-class', 'virtual_class', '', 1, 1, 1, 1, 2, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', NULL), (821, 2030, 817, 'Start Class', '', '', '', 1, 1, 1, 1, 3, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', NULL), (850, 2033, 0, 'BigBlueButton', '', 'bbb', 'flaticon-reading', 1, 1, 1, 1, 1, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', NULL), (851, 2033, 850, 'Virtual Class', 'bbb/virtual-class', 'virtual_class', '', 1, 1, 1, 1, 2, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', NULL), (855, 2033, 851, 'Start Class', '', '', '', 1, 1, 1, 1, 3, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', NULL), (868, 2033, 850, 'Class Recorded List', 'bbb/class-recording-list', 'class_recorded_list', '', 1, 1, 1, 1, 2, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', NULL), (900, 31, 0, 'Chat', '', 'chat', 'flaticon-test', 1, 1, 1, 1, 1, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:17', 'chat'), (901, 31, 900, 'Chat Box', 'chat/open', 'chat_box', '', 1, 1, 1, 1, 2, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', NULL), (902, 31, 901, 'New Chat', '', '', '', 1, 1, 1, 1, 3, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', NULL), (903, 31, 900, 'Invitation', 'chat/invitation/index', 'invitation', '', 1, 1, 1, 1, 2, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', NULL), (904, 31, 900, 'Blocked User', 'chat/users/blocked', 'blocked_user', '', 1, 1, 1, 1, 2, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', NULL), (910, 31, 0, 'Chat', '', 'chat', 'flaticon-test', 1, 1, 1, 1, 1, 2, '2024-10-23 08:31:15', '2024-10-23 08:31:17', 'chat'), (911, 31, 910, 'Chat box', 'chat/open', 'chat_box', '', 1, 1, 1, 1, 2, 2, '2024-10-23 08:31:15', '2024-10-23 08:31:15', NULL), (912, 31, 911, 'New Chat', '', '', '', 1, 1, 1, 1, 3, 2, '2024-10-23 08:31:15', '2024-10-23 08:31:15', NULL), (913, 31, 910, 'Invitation', 'chat/invitation/index', 'invitation', '', 1, 1, 1, 1, 2, 2, '2024-10-23 08:31:15', '2024-10-23 08:31:15', NULL), (914, 31, 910, 'Blocked User', 'chat/users/blocked', 'blocked_user', '', 1, 1, 1, 1, 2, 2, '2024-10-23 08:31:15', '2024-10-23 08:31:15', NULL), (1124, 1130, 0, 'Wallet', '', '', '', 1, 1, 1, 1, 1, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:17', 'wallet'), (1125, 1130, 1124, 'Add Wallet', '', '', '', 1, 1, 1, 1, 2, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', NULL), (1126, 1130, 1124, 'Refund Wallet', '', '', '', 1, 1, 1, 1, 2, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', NULL), (1127, 1130, 0, 'Wallet', '', '', '', 1, 1, 1, 1, 1, 2, '2024-10-23 08:31:15', '2024-10-23 08:31:17', 'wallet'), (1128, 1130, 1127, 'Add Wallet', '', '', '', 1, 1, 1, 1, 2, 2, '2024-10-23 08:31:15', '2024-10-23 08:31:15', NULL), (1129, 1130, 1127, 'Refund Wallet', '', '', '', 1, 1, 1, 1, 2, 2, '2024-10-23 08:31:15', '2024-10-23 08:31:15', NULL), (1156, 800, 0, 'Fees', '', 'fees', 'flaticon-wallet', 1, 1, 1, 1, 1, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:17', 'fees'), (1157, 800, 0, 'Fees', '', 'fees', 'flaticon-wallet', 1, 1, 1, 1, 1, 2, '2024-10-23 08:31:15', '2024-10-23 08:31:17', 'fees'), (2001, 101, 2101, 'Exam Result', 'onlineexam/parent-online-examination-result/{id}', 'online_exam_result', '', 1, 1, 1, 1, 2, 2, '2024-10-23 08:31:15', '2024-10-23 08:31:15', NULL), (2002, 101, 2101, 'Active Online Exam', 'onlineexam/parent-online-examination/{id}', 'online_exam', '', 1, 1, 1, 1, 2, 2, '2024-10-23 08:31:15', '2024-10-23 08:31:15', NULL), (2016, 10, 0, 'Online Exam ', '', 'online_exam', 'flaticon-test', 1, 1, 1, 1, 1, 2, '2024-10-23 08:31:15', '2024-10-23 08:31:17', 'online_exam'), (2017, 10, 2016, 'Exam Result', 'parent-online-examination-result/{id}', 'online_exam_result', '', 1, 1, 1, 1, 2, 2, '2024-10-23 08:31:15', '2024-10-23 08:31:15', NULL), (2018, 10, 2016, 'Online Exam', 'parent-online-examination/{id}', 'online_exam', '', 1, 1, 1, 1, 2, 2, '2024-10-23 08:31:15', '2024-10-23 08:31:15', NULL), (2045, 101, 0, 'Online Exam', '', 'online_exam', 'flaticon-test-1', 1, 1, 1, 1, 1, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', NULL), (2046, 101, 2045, 'Active Exams', 'onlineexam/student-online-exam', 'active_exams', '', 1, 1, 1, 1, 2, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', NULL), (2047, 101, 2045, 'View Results', 'onlineexam/student-view-result', 'view_result', '', 1, 1, 1, 1, 2, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', NULL), (2048, 101, 2045, 'PDF Exam', 'onlineexam/student-pdf-exam', 'pdf_exam', '', 1, 1, 1, 1, 2, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', NULL), (2049, 101, 2045, 'PDF Exam Result', 'onlineexam/student-view-exam-result', 'pdf_exam_result', '', 1, 1, 1, 1, 2, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', NULL), (2101, 101, 0, 'Online Exam ', '', 'online_exam', 'flaticon-test', 1, 1, 1, 1, 1, 2, '2024-10-23 08:31:15', '2024-10-23 08:31:15', NULL), (2103, 101, 2101, 'Pdf Exam', 'onlineexam/parent-pdf-exam/{id}', 'pdf_exam', '', 1, 1, 1, 1, 2, 2, '2024-10-23 08:31:15', '2024-10-23 08:31:15', NULL), (2104, 101, 2101, 'Pdf Exam Result', 'onlineexam/parent-view-exam-result/{id}', 'pdf_exam_result', '', 1, 1, 1, 1, 2, 2, '2024-10-23 08:31:15', '2024-10-23 08:31:15', NULL), (2500, 50, 0, 'ExamPlan', '', 'ExamPlan', 'flaticon-test', 1, 1, 1, 1, 1, 1, '2019-07-25 02:21:21', '2024-10-23 08:31:17', 'examplan'), (2501, 50, 2500, 'Admit Card', 'admit/card', '', 'chat_box', 1, 1, 1, 1, 2, 1, '2019-07-25 02:21:21', '2019-07-25 04:24:22', NULL), (2502, 50, 0, 'ExamPlan', '', 'ExamPlan', 'flaticon-test', 1, 1, 1, 1, 1, 2, '2019-07-25 02:21:21', '2024-10-23 08:31:17', 'examplan'), (2503, 50, 2502, 'Admit Card', 'admit/card', '', 'chat_box', 1, 1, 1, 1, 2, 2, '2019-07-25 02:21:21', '2019-07-25 04:24:22', NULL); -- -------------------------------------------------------- -- -- Table structure for table `infix_permission_assigns` -- CREATE TABLE `infix_permission_assigns` ( `id` int(10) UNSIGNED NOT NULL, `active_status` tinyint(4) NOT NULL DEFAULT 1, `created_at` timestamp NULL DEFAULT NULL, `updated_at` timestamp NULL DEFAULT NULL, `module_id` int(11) DEFAULT NULL COMMENT ' module id, module link id, module link options id', `module_info` varchar(191) DEFAULT NULL, `role_id` int(10) UNSIGNED DEFAULT NULL, `saas_schools` text DEFAULT NULL, `created_by` int(10) UNSIGNED DEFAULT 1, `updated_by` int(10) UNSIGNED DEFAULT 1, `school_id` int(10) UNSIGNED DEFAULT 1 ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -- Dumping data for table `infix_permission_assigns` -- INSERT INTO `infix_permission_assigns` (`id`, `active_status`, `created_at`, `updated_at`, `module_id`, `module_info`, `role_id`, `saas_schools`, `created_by`, `updated_by`, `school_id`) VALUES (1, 1, '2024-10-23 08:31:16', '2024-10-23 08:31:16', 3100, 'ExamPlan', 5, NULL, 1, 1, 1), (2, 1, '2024-10-23 08:31:16', '2024-10-23 08:31:16', 3101, 'Admit Card', 5, NULL, 1, 1, 1), (3, 1, '2024-10-23 08:31:16', '2024-10-23 08:31:16', 3102, 'Setting', 5, NULL, 1, 1, 1), (4, 1, '2024-10-23 08:31:16', '2024-10-23 08:31:16', 3103, 'Generate', 5, NULL, 1, 1, 1), (5, 1, '2024-10-23 08:31:16', '2024-10-23 08:31:16', 3104, 'Save', 5, NULL, 1, 1, 1), (6, 1, '2024-10-23 08:31:16', '2024-10-23 08:31:16', 3105, 'Seat Plan', 5, NULL, 1, 1, 1), (7, 1, '2024-10-23 08:31:16', '2024-10-23 08:31:16', 3106, 'Seat Plan Setting', 5, NULL, 1, 1, 1), (8, 1, '2024-10-23 08:31:16', '2024-10-23 08:31:16', 3107, 'Generate', 5, NULL, 1, 1, 1); -- -------------------------------------------------------- -- -- Table structure for table `infix_roles` -- CREATE TABLE `infix_roles` ( `id` int(10) UNSIGNED NOT NULL, `name` varchar(100) DEFAULT NULL, `type` varchar(191) NOT NULL DEFAULT 'System', `active_status` tinyint(4) NOT NULL DEFAULT 1, `created_by` varchar(191) DEFAULT '1', `updated_by` varchar(191) DEFAULT '1', `created_at` timestamp NULL DEFAULT NULL, `updated_at` timestamp NULL DEFAULT NULL, `school_id` int(10) UNSIGNED DEFAULT 1, `is_saas` int(10) UNSIGNED DEFAULT 0 ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -- Dumping data for table `infix_roles` -- INSERT INTO `infix_roles` (`id`, `name`, `type`, `active_status`, `created_by`, `updated_by`, `created_at`, `updated_at`, `school_id`, `is_saas`) VALUES (1, 'Super admin', 'System', 1, '1', '1', '2024-10-23 08:31:07', NULL, 1, 0), (2, 'Student', 'System', 1, '1', '1', '2024-10-23 08:31:07', NULL, 1, 0), (3, 'Parents', 'System', 1, '1', '1', '2024-10-23 08:31:07', NULL, 1, 0), (4, 'Teacher', 'System', 1, '1', '1', '2024-10-23 08:31:07', NULL, 1, 0), (5, 'Admin', 'System', 1, '1', '1', '2024-10-23 08:31:07', NULL, 1, 0), (6, 'Accountant', 'System', 1, '1', '1', '2024-10-23 08:31:07', NULL, 1, 0), (7, 'Receptionist', 'System', 1, '1', '1', '2024-10-23 08:31:07', NULL, 1, 0), (8, 'Librarian', 'System', 1, '1', '1', '2024-10-23 08:31:07', NULL, 1, 0), (9, 'Driver', 'System', 1, '1', '1', '2024-10-23 08:31:07', NULL, 1, 0); -- -------------------------------------------------------- -- -- Table structure for table `invoice_settings` -- CREATE TABLE `invoice_settings` ( `id` bigint(20) UNSIGNED NOT NULL, `per_th` int(11) NOT NULL DEFAULT 2, `prefix` varchar(191) DEFAULT NULL, `student_name` tinyint(4) NOT NULL DEFAULT 1 COMMENT '0=No, 1=Yes', `student_section` tinyint(4) NOT NULL DEFAULT 1 COMMENT '0=No, 1=Yes', `student_class` tinyint(4) NOT NULL DEFAULT 1 COMMENT '0=No, 1=Yes', `student_roll` tinyint(4) NOT NULL DEFAULT 1 COMMENT '0=No, 1=Yes', `student_group` tinyint(4) NOT NULL DEFAULT 1 COMMENT '0=No, 1=Yes', `student_admission_no` tinyint(4) NOT NULL DEFAULT 1 COMMENT '0=No, 1=Yes', `footer_1` varchar(255) DEFAULT 'Parent/Student', `footer_2` varchar(255) NOT NULL DEFAULT 'Casier', `footer_3` varchar(255) NOT NULL DEFAULT 'Officer', `signature_p` tinyint(4) NOT NULL DEFAULT 1 COMMENT '0=No, 1=Yes', `signature_c` tinyint(4) NOT NULL DEFAULT 1 COMMENT '0=No, 1=Yes', `signature_o` tinyint(4) NOT NULL DEFAULT 1 COMMENT '0=No, 1=Yes', `c_signature_p` tinyint(4) NOT NULL DEFAULT 1 COMMENT '0=No, 1=Yes', `c_signature_c` tinyint(4) NOT NULL DEFAULT 0 COMMENT '0=No, 1=Yes', `c_signature_o` tinyint(4) NOT NULL DEFAULT 1 COMMENT '0=No, 1=Yes', `copy_s` varchar(255) DEFAULT 'Parent/Student', `copy_o` varchar(255) NOT NULL DEFAULT 'Office', `copy_c` varchar(255) NOT NULL DEFAULT 'Casier', `created_at` timestamp NULL DEFAULT NULL, `updated_at` timestamp NULL DEFAULT NULL, `copy_write_msg` text DEFAULT NULL, `created_by` int(10) UNSIGNED DEFAULT 1, `updated_by` int(10) UNSIGNED DEFAULT 1, `school_id` int(10) UNSIGNED DEFAULT 1, `academic_id` int(10) UNSIGNED DEFAULT 1 ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -- Dumping data for table `invoice_settings` -- INSERT INTO `invoice_settings` (`id`, `per_th`, `prefix`, `student_name`, `student_section`, `student_class`, `student_roll`, `student_group`, `student_admission_no`, `footer_1`, `footer_2`, `footer_3`, `signature_p`, `signature_c`, `signature_o`, `c_signature_p`, `c_signature_c`, `c_signature_o`, `copy_s`, `copy_o`, `copy_c`, `created_at`, `updated_at`, `copy_write_msg`, `created_by`, `updated_by`, `school_id`, `academic_id`) VALUES (1, 2, 'SPN', 1, 1, 1, 1, 1, 1, 'Parent/Student', 'Casier', 'Officer', 1, 1, 1, 1, 0, 1, 'Parent/Student', 'Office', 'Casier', '2024-10-23 08:31:16', '2024-10-23 08:31:16', NULL, 1, 1, 1, 1); -- -------------------------------------------------------- -- -- Table structure for table `jobs` -- CREATE TABLE `jobs` ( `id` bigint(20) UNSIGNED NOT NULL, `queue` varchar(191) NOT NULL, `payload` longtext NOT NULL, `attempts` tinyint(3) UNSIGNED NOT NULL, `reserved_at` int(10) UNSIGNED DEFAULT NULL, `available_at` int(10) UNSIGNED NOT NULL, `created_at` int(10) UNSIGNED NOT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -------------------------------------------------------- -- -- Table structure for table `languages` -- CREATE TABLE `languages` ( `id` int(10) UNSIGNED NOT NULL, `code` varchar(191) NOT NULL, `name` varchar(191) NOT NULL, `native` varchar(191) NOT NULL, `rtl` tinyint(4) NOT NULL, `created_at` timestamp NULL DEFAULT NULL, `updated_at` timestamp NULL DEFAULT NULL, `active_status` tinyint(4) NOT NULL DEFAULT 0, `school_id` int(10) UNSIGNED DEFAULT 1 ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -- Dumping data for table `languages` -- INSERT INTO `languages` (`id`, `code`, `name`, `native`, `rtl`, `created_at`, `updated_at`, `active_status`, `school_id`) VALUES (1, 'af', 'Afrikaans', 'Afrikaans', 0, '2024-10-23 08:31:11', '2024-10-23 08:31:11', 0, 1), (2, 'am', 'Amharic', 'አማርኛ', 0, '2024-10-23 08:31:11', '2024-10-23 08:31:11', 0, 1), (3, 'ar', 'Arabic', 'العربية', 1, '2024-10-23 08:31:11', '2024-10-23 08:31:11', 0, 1), (4, 'ay', 'Aymara', 'Aymar', 0, '2024-10-23 08:31:11', '2024-10-23 08:31:11', 0, 1), (5, 'az', 'Azerbaijani', 'Azərbaycanca / آذربايجان', 0, '2024-10-23 08:31:11', '2024-10-23 08:31:11', 0, 1), (6, 'be', 'Belarusian', 'Беларуская', 0, '2024-10-23 08:31:11', '2024-10-23 08:31:11', 0, 1), (7, 'bg', 'Bulgarian', 'Български', 0, '2024-10-23 08:31:11', '2024-10-23 08:31:11', 0, 1), (8, 'bi', 'Bislama', 'Bislama', 0, '2024-10-23 08:31:11', '2024-10-23 08:31:11', 0, 1), (9, 'bn', 'Bengali', 'বাংলা', 0, '2024-10-23 08:31:11', '2024-10-23 08:31:11', 0, 1), (10, 'bs', 'Bosnian', 'Bosanski', 0, '2024-10-23 08:31:11', '2024-10-23 08:31:11', 0, 1), (11, 'ca', 'Catalan', 'Català', 0, '2024-10-23 08:31:11', '2024-10-23 08:31:11', 0, 1), (12, 'ch', 'Chamorro', 'Chamoru', 0, '2024-10-23 08:31:11', '2024-10-23 08:31:11', 0, 1), (13, 'cs', 'Czech', 'Česky', 0, '2024-10-23 08:31:11', '2024-10-23 08:31:11', 0, 1), (14, 'da', 'Danish', 'Dansk', 0, '2024-10-23 08:31:11', '2024-10-23 08:31:11', 0, 1), (15, 'de', 'German', 'Deutsch', 0, '2024-10-23 08:31:11', '2024-10-23 08:31:11', 0, 1), (16, 'dv', 'Divehi', 'ދިވެހިބަސް', 1, '2024-10-23 08:31:11', '2024-10-23 08:31:11', 0, 1), (17, 'dz', 'Dzongkha', 'ཇོང་ཁ', 0, '2024-10-23 08:31:11', '2024-10-23 08:31:11', 0, 1), (18, 'el', 'Greek', 'Ελληνικά', 0, '2024-10-23 08:31:11', '2024-10-23 08:31:11', 0, 1), (19, 'en', 'English', 'English', 0, '2024-10-23 08:31:11', '2024-10-23 08:31:11', 0, 1), (20, 'es', 'Spanish', 'Español', 0, '2024-10-23 08:31:11', '2024-10-23 08:31:11', 0, 1), (21, 'et', 'Estonian', 'Eesti', 0, '2024-10-23 08:31:11', '2024-10-23 08:31:11', 0, 1), (22, 'eu', 'Basque', 'Euskara', 0, '2024-10-23 08:31:11', '2024-10-23 08:31:11', 0, 1), (23, 'fa', 'Persian', 'فارسی', 1, '2024-10-23 08:31:11', '2024-10-23 08:31:11', 0, 1), (24, 'ff', 'Peul', 'Fulfulde', 0, '2024-10-23 08:31:11', '2024-10-23 08:31:11', 0, 1), (25, 'fi', 'Finnish', 'Suomi', 0, '2024-10-23 08:31:11', '2024-10-23 08:31:11', 0, 1), (26, 'fj', 'Fijian', 'Na Vosa Vakaviti', 0, '2024-10-23 08:31:11', '2024-10-23 08:31:11', 0, 1), (27, 'fo', 'Faroese', 'Føroyskt', 0, '2024-10-23 08:31:11', '2024-10-23 08:31:11', 0, 1), (28, 'fr', 'French', 'Français', 0, '2024-10-23 08:31:11', '2024-10-23 08:31:11', 0, 1), (29, 'ga', 'Irish', 'Gaeilge', 0, '2024-10-23 08:31:11', '2024-10-23 08:31:11', 0, 1), (30, 'gl', 'Galician', 'Galego', 0, '2024-10-23 08:31:11', '2024-10-23 08:31:11', 0, 1), (31, 'gn', 'Guarani', 'Avañe\'ẽ', 0, '2024-10-23 08:31:11', '2024-10-23 08:31:11', 0, 1), (32, 'gv', 'Manx', 'Gaelg', 0, '2024-10-23 08:31:11', '2024-10-23 08:31:11', 0, 1), (33, 'he', 'Hebrew', 'עברית', 1, '2024-10-23 08:31:11', '2024-10-23 08:31:11', 0, 1), (34, 'hi', 'Hindi', 'हिन्दी', 0, '2024-10-23 08:31:11', '2024-10-23 08:31:11', 0, 1), (35, 'hr', 'Croatian', 'Hrvatski', 0, '2024-10-23 08:31:11', '2024-10-23 08:31:11', 0, 1), (36, 'ht', 'Haitian', 'Krèyol ayisyen', 0, '2024-10-23 08:31:11', '2024-10-23 08:31:11', 0, 1), (37, 'hu', 'Hungarian', 'Magyar', 0, '2024-10-23 08:31:11', '2024-10-23 08:31:11', 0, 1), (38, 'hy', 'Armenian', 'Հայերեն', 0, '2024-10-23 08:31:11', '2024-10-23 08:31:11', 0, 1), (39, 'indo', 'Indonesian', 'Bahasa Indonesia', 0, '2024-10-23 08:31:11', '2024-10-23 08:31:11', 0, 1), (40, 'is', 'Icelandic', 'Íslenska', 0, '2024-10-23 08:31:11', '2024-10-23 08:31:11', 0, 1), (41, 'it', 'Italian', 'Italiano', 0, '2024-10-23 08:31:11', '2024-10-23 08:31:11', 0, 1), (42, 'ja', 'Japanese', '日本語', 0, '2024-10-23 08:31:11', '2024-10-23 08:31:11', 0, 1), (43, 'ka', 'Georgian', 'ქართული', 0, '2024-10-23 08:31:11', '2024-10-23 08:31:11', 0, 1), (44, 'kg', 'Kongo', 'KiKongo', 0, '2024-10-23 08:31:11', '2024-10-23 08:31:11', 0, 1), (45, 'kk', 'Kazakh', 'Қазақша', 0, '2024-10-23 08:31:11', '2024-10-23 08:31:11', 0, 1), (46, 'kl', 'Greenlandic', 'Kalaallisut', 0, '2024-10-23 08:31:11', '2024-10-23 08:31:11', 0, 1), (47, 'km', 'Cambodian', 'ភាសាខ្មែរ', 0, '2024-10-23 08:31:11', '2024-10-23 08:31:11', 0, 1), (48, 'ko', 'Korean', '한국어', 0, '2024-10-23 08:31:11', '2024-10-23 08:31:11', 0, 1), (49, 'ku', 'Kurdish', 'Kurdî / كوردی', 1, '2024-10-23 08:31:11', '2024-10-23 08:31:11', 0, 1), (50, 'ky', 'Kirghiz', 'Kırgızca / Кыргызча', 0, '2024-10-23 08:31:11', '2024-10-23 08:31:11', 0, 1), (51, 'la', 'Latin', 'Latina', 0, '2024-10-23 08:31:11', '2024-10-23 08:31:11', 0, 1), (52, 'lb', 'Luxembourgish', 'Lëtzebuergesch', 0, '2024-10-23 08:31:11', '2024-10-23 08:31:11', 0, 1), (53, 'ln', 'Lingala', 'Lingála', 0, '2024-10-23 08:31:11', '2024-10-23 08:31:11', 0, 1), (54, 'lo', 'Laotian', 'ລາວ / Pha xa lao', 0, '2024-10-23 08:31:11', '2024-10-23 08:31:11', 0, 1), (55, 'lt', 'Lithuanian', 'Lietuvių', 0, '2024-10-23 08:31:11', '2024-10-23 08:31:11', 0, 1), (56, 'lu', '', '', 0, '2024-10-23 08:31:11', '2024-10-23 08:31:11', 0, 1), (57, 'lv', 'Latvian', 'Latviešu', 0, '2024-10-23 08:31:11', '2024-10-23 08:31:11', 0, 1), (58, 'mg', 'Malagasy', 'Malagasy', 0, '2024-10-23 08:31:11', '2024-10-23 08:31:11', 0, 1), (59, 'mh', 'Marshallese', 'Kajin Majel / Ebon', 0, '2024-10-23 08:31:11', '2024-10-23 08:31:11', 0, 1), (60, 'mi', 'Maori', 'Māori', 0, '2024-10-23 08:31:11', '2024-10-23 08:31:11', 0, 1), (61, 'mk', 'Macedonian', 'Македонски', 0, '2024-10-23 08:31:11', '2024-10-23 08:31:11', 0, 1), (62, 'mn', 'Mongolian', 'Монгол', 0, '2024-10-23 08:31:11', '2024-10-23 08:31:11', 0, 1), (63, 'ms', 'Malay', 'Bahasa Melayu', 0, '2024-10-23 08:31:11', '2024-10-23 08:31:11', 0, 1), (64, 'mt', 'Maltese', 'bil-Malti', 0, '2024-10-23 08:31:11', '2024-10-23 08:31:11', 0, 1), (65, 'my', 'Burmese', 'မြန်မာစာ', 0, '2024-10-23 08:31:11', '2024-10-23 08:31:11', 0, 1), (66, 'na', 'Nauruan', 'Dorerin Naoero', 0, '2024-10-23 08:31:11', '2024-10-23 08:31:11', 0, 1), (67, 'nb', '', '', 0, '2024-10-23 08:31:11', '2024-10-23 08:31:11', 0, 1), (68, 'nd', 'North Ndebele', 'Sindebele', 0, '2024-10-23 08:31:11', '2024-10-23 08:31:11', 0, 1), (69, 'ne', 'Nepali', 'नेपाली', 0, '2024-10-23 08:31:11', '2024-10-23 08:31:11', 0, 1), (70, 'nl', 'Dutch', 'Nederlands', 0, '2024-10-23 08:31:11', '2024-10-23 08:31:11', 0, 1), (71, 'nn', 'Norwegian Nynorsk', 'Norsk (nynorsk)', 0, '2024-10-23 08:31:11', '2024-10-23 08:31:11', 0, 1), (72, 'no', 'Norwegian', 'Norsk (bokmål / riksmål)', 0, '2024-10-23 08:31:11', '2024-10-23 08:31:11', 0, 1), (73, 'nr', 'South Ndebele', 'isiNdebele', 0, '2024-10-23 08:31:11', '2024-10-23 08:31:11', 0, 1), (74, 'ny', 'Chichewa', 'Chi-Chewa', 0, '2024-10-23 08:31:11', '2024-10-23 08:31:11', 0, 1), (75, 'oc', 'Occitan', 'Occitan', 0, '2024-10-23 08:31:11', '2024-10-23 08:31:11', 0, 1), (76, 'pa', 'Panjabi / Punjabi', 'ਪੰਜਾਬੀ / पंजाबी / پنجابي', 0, '2024-10-23 08:31:11', '2024-10-23 08:31:11', 0, 1), (77, 'pl', 'Polish', 'Polski', 0, '2024-10-23 08:31:11', '2024-10-23 08:31:11', 0, 1), (78, 'ps', 'Pashto', 'پښتو', 1, '2024-10-23 08:31:11', '2024-10-23 08:31:11', 0, 1), (79, 'pt', 'Portuguese', 'Português', 0, '2024-10-23 08:31:11', '2024-10-23 08:31:11', 0, 1), (80, 'qu', 'Quechua', 'Runa Simi', 0, '2024-10-23 08:31:11', '2024-10-23 08:31:11', 0, 1), (81, 'rn', 'Kirundi', 'Kirundi', 0, '2024-10-23 08:31:11', '2024-10-23 08:31:11', 0, 1), (82, 'ro', 'Romanian', 'Română', 0, '2024-10-23 08:31:11', '2024-10-23 08:31:11', 0, 1), (83, 'ru', 'Russian', 'Русский', 0, '2024-10-23 08:31:11', '2024-10-23 08:31:11', 0, 1), (84, 'rw', 'Rwandi', 'Kinyarwandi', 0, '2024-10-23 08:31:11', '2024-10-23 08:31:11', 0, 1), (85, 'sg', 'Sango', 'Sängö', 0, '2024-10-23 08:31:11', '2024-10-23 08:31:11', 0, 1), (86, 'si', 'Sinhalese', 'සිංහල', 0, '2024-10-23 08:31:11', '2024-10-23 08:31:11', 0, 1), (87, 'sk', 'Slovak', 'Slovenčina', 0, '2024-10-23 08:31:11', '2024-10-23 08:31:11', 0, 1), (88, 'sl', 'Slovenian', 'Slovenščina', 0, '2024-10-23 08:31:11', '2024-10-23 08:31:11', 0, 1), (89, 'sm', 'Samoan', 'Gagana Samoa', 0, '2024-10-23 08:31:11', '2024-10-23 08:31:11', 0, 1), (90, 'sn', 'Shona', 'chiShona', 0, '2024-10-23 08:31:11', '2024-10-23 08:31:11', 0, 1), (91, 'so', 'Somalia', 'Soomaaliga', 0, '2024-10-23 08:31:11', '2024-10-23 08:31:11', 0, 1), (92, 'sq', 'Albanian', 'Shqip', 0, '2024-10-23 08:31:11', '2024-10-23 08:31:11', 0, 1), (93, 'sr', 'Serbian', 'Српски', 0, '2024-10-23 08:31:11', '2024-10-23 08:31:11', 0, 1), (94, 'ss', 'Swati', 'SiSwati', 0, '2024-10-23 08:31:11', '2024-10-23 08:31:11', 0, 1), (95, 'st', 'Southern Sotho', 'Sesotho', 0, '2024-10-23 08:31:11', '2024-10-23 08:31:11', 0, 1), (96, 'sv', 'Swedish', 'Svenska', 0, '2024-10-23 08:31:11', '2024-10-23 08:31:11', 0, 1), (97, 'sw', 'Swahili', 'Kiswahili', 0, '2024-10-23 08:31:11', '2024-10-23 08:31:11', 0, 1), (98, 'ta', 'Tamil', 'தமிழ்', 0, '2024-10-23 08:31:11', '2024-10-23 08:31:11', 0, 1), (99, 'tg', 'Tajik', 'Тоҷикӣ', 0, '2024-10-23 08:31:11', '2024-10-23 08:31:11', 0, 1), (100, 'th', 'Thai', 'ไทย / Phasa Thai', 0, '2024-10-23 08:31:11', '2024-10-23 08:31:11', 0, 1), (101, 'ti', 'Tigrinya', 'ትግርኛ', 0, '2024-10-23 08:31:11', '2024-10-23 08:31:11', 0, 1), (102, 'tk', 'Turkmen', 'Туркмен / تركمن', 0, '2024-10-23 08:31:11', '2024-10-23 08:31:11', 0, 1), (103, 'tn', 'Tswana', 'Setswana', 0, '2024-10-23 08:31:11', '2024-10-23 08:31:11', 0, 1), (104, 'to', 'Tonga', 'Lea Faka-Tonga', 0, '2024-10-23 08:31:11', '2024-10-23 08:31:11', 0, 1), (105, 'tr', 'Turkish', 'Türkçe', 0, '2024-10-23 08:31:11', '2024-10-23 08:31:11', 0, 1), (106, 'ts', 'Tsonga', 'Xitsonga', 0, '2024-10-23 08:31:11', '2024-10-23 08:31:11', 0, 1), (107, 'uk', 'Ukrainian', 'Українська', 0, '2024-10-23 08:31:11', '2024-10-23 08:31:11', 0, 1), (108, 'ur', 'Urdu', 'اردو', 1, '2024-10-23 08:31:11', '2024-10-23 08:31:11', 0, 1), (109, 'uz', 'Uzbek', 'Ўзбек', 0, '2024-10-23 08:31:11', '2024-10-23 08:31:11', 0, 1), (110, 've', 'Venda', 'Tshivenḓa', 0, '2024-10-23 08:31:11', '2024-10-23 08:31:11', 0, 1), (111, 'vi', 'Vietnamese', 'Tiếng Việt', 0, '2024-10-23 08:31:11', '2024-10-23 08:31:11', 0, 1), (112, 'xh', 'Xhosa', 'isiXhosa', 0, '2024-10-23 08:31:11', '2024-10-23 08:31:11', 0, 1), (113, 'zh', 'Chinese', '中文', 0, '2024-10-23 08:31:11', '2024-10-23 08:31:11', 0, 1), (114, 'zu', 'Zulu', 'isiZulu', 0, '2024-10-23 08:31:11', '2024-10-23 08:31:11', 0, 1); -- -------------------------------------------------------- -- -- Table structure for table `lesson_planners` -- CREATE TABLE `lesson_planners` ( `id` int(10) UNSIGNED NOT NULL, `day` int(11) DEFAULT NULL COMMENT '1=sat,2=sun,7=fri', `active_status` tinyint(4) NOT NULL DEFAULT 1, `created_at` timestamp NULL DEFAULT NULL, `updated_at` timestamp NULL DEFAULT NULL, `lesson_id` int(11) DEFAULT NULL, `topic_id` int(11) DEFAULT NULL, `lesson_detail_id` int(11) NOT NULL, `topic_detail_id` int(11) DEFAULT NULL, `sub_topic` varchar(191) DEFAULT NULL, `lecture_youube_link` text DEFAULT NULL, `lecture_vedio` text DEFAULT NULL, `attachment` text DEFAULT NULL, `teaching_method` text DEFAULT NULL, `general_objectives` text DEFAULT NULL, `previous_knowlege` text DEFAULT NULL, `comp_question` text DEFAULT NULL, `zoom_setup` text DEFAULT NULL, `presentation` text DEFAULT NULL, `note` text DEFAULT NULL, `lesson_date` date NOT NULL, `competed_date` date DEFAULT NULL, `completed_status` varchar(191) DEFAULT NULL, `room_id` int(10) UNSIGNED DEFAULT NULL, `teacher_id` int(10) UNSIGNED DEFAULT NULL, `class_period_id` int(10) UNSIGNED DEFAULT NULL, `subject_id` int(10) UNSIGNED DEFAULT NULL, `class_id` int(10) UNSIGNED DEFAULT NULL, `section_id` int(10) UNSIGNED DEFAULT NULL, `created_by` int(10) UNSIGNED DEFAULT 1, `updated_by` int(10) UNSIGNED DEFAULT 1, `routine_id` int(10) UNSIGNED DEFAULT NULL, `school_id` int(10) UNSIGNED DEFAULT 1, `academic_id` int(10) UNSIGNED DEFAULT 1 ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -------------------------------------------------------- -- -- Table structure for table `lesson_plan_topics` -- CREATE TABLE `lesson_plan_topics` ( `id` bigint(20) UNSIGNED NOT NULL, `sub_topic_title` varchar(191) NOT NULL, `topic_id` int(10) UNSIGNED DEFAULT NULL, `lesson_planner_id` int(10) UNSIGNED DEFAULT NULL, `created_at` timestamp NULL DEFAULT NULL, `updated_at` timestamp NULL DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -------------------------------------------------------- -- -- Table structure for table `library_subjects` -- CREATE TABLE `library_subjects` ( `id` int(10) UNSIGNED NOT NULL, `subject_name` varchar(255) NOT NULL, `sb_category_id` varchar(255) DEFAULT NULL, `subject_code` varchar(255) DEFAULT NULL, `subject_type` varchar(191) NOT NULL DEFAULT 'T', `active_status` tinyint(4) NOT NULL DEFAULT 1, `created_at` timestamp NULL DEFAULT NULL, `updated_at` timestamp NULL DEFAULT NULL, `created_by` int(10) UNSIGNED DEFAULT 1, `updated_by` int(10) UNSIGNED DEFAULT 1, `school_id` int(10) UNSIGNED DEFAULT 1, `academic_id` int(10) UNSIGNED DEFAULT 1 ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -------------------------------------------------------- -- -- Table structure for table `maintenance_settings` -- CREATE TABLE `maintenance_settings` ( `id` bigint(20) UNSIGNED NOT NULL, `title` varchar(191) DEFAULT 'We will be back soon!', `sub_title` varchar(191) DEFAULT 'Sorry for the inconvenience but we are performing some maintenance at the moment.', `image` varchar(191) DEFAULT NULL, `applicable_for` varchar(191) DEFAULT NULL, `maintenance_mode` tinyint(1) DEFAULT 0, `school_id` int(10) UNSIGNED 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 `maintenance_settings` -- INSERT INTO `maintenance_settings` (`id`, `title`, `sub_title`, `image`, `applicable_for`, `maintenance_mode`, `school_id`, `created_at`, `updated_at`) VALUES (1, 'We will be back soon!', 'Sorry for the inconvenience but we are performing some maintenance at the moment.', NULL, NULL, 0, 1, '2024-10-23 08:31:20', '2024-10-23 08:31:20'); -- -------------------------------------------------------- -- -- Table structure for table `migrations` -- CREATE TABLE `migrations` ( `id` int(10) UNSIGNED NOT NULL, `migration` varchar(191) 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_11_01_000001_create_sm_schools_table', 1), (2, '2014_11_01_000021_create_sm_academic_years_table', 1), (3, '2014_11_12_100000_create_password_resets_table', 1), (4, '2014_11_13_000003_create_statuses_table', 1), (5, '2014_12_01_000001_create_infix_roles_table', 1), (6, '2014_12_01_000002_create_roles_table', 1), (7, '2014_12_01_000003_create_users_table', 1), (8, '2014_12_01_000004_create_sm_base_groups_table', 1), (9, '2014_12_01_000005_create_sm_base_setups_table', 1), (10, '2014_12_01_000006_create_sm_classes_table', 1), (11, '2014_12_01_000007_create_sm_sections_table', 1), (12, '2014_12_01_000008_create_sm_class_sections_table', 1), (13, '2014_12_01_000009_create_sm_subjects_table', 1), (14, '2014_12_01_000010_create_sm_visitors_table', 1), (15, '2014_12_01_000011_create_sm_fees_groups_table', 1), (16, '2014_12_01_000012_create_sm_fees_types_table', 1), (17, '2014_12_01_000013_create_sm_fees_discounts_table', 1), (18, '2014_12_01_000014_create_sm_income_heads_table', 1), (19, '2014_12_01_000015_create_sm_chart_of_accounts_table', 1), (20, '2014_12_01_000016_create_sm_bank_accounts_table', 1), (21, '2014_12_01_000017_create_sm_payment_gateway_settings_table', 1), (22, '2014_12_01_000018_create_sm_payment_methhods_table', 1), (23, '2014_12_01_000019_create_sm_add_incomes_table', 1), (24, '2014_12_01_000020_create_sm_student_groups_table', 1), (25, '2014_12_01_000022_create_sm_sessions_table', 1), (26, '2014_12_01_000023_create_sm_dormitory_lists_table', 1), (27, '2014_12_01_000024_create_sm_room_types_table', 1), (28, '2014_12_01_000025_create_sm_room_lists_table', 1), (29, '2014_12_01_000026_create_sm_designations_table', 1), (30, '2014_12_01_000027_create_sm_human_departments_table', 1), (31, '2014_12_01_000028_create_sm_staffs_table', 1), (32, '2014_12_01_000029_create_sm_vehicles_table', 1), (33, '2014_12_01_000030_create_sm_routes_table', 1), (34, '2014_12_01_000031_create_sm_instructions_table', 1), (35, '2014_12_01_000032_create_sm_question_levels_table', 1), (36, '2014_12_01_000033_create_sm_question_groups_table', 1), (37, '2014_12_01_000034_create_sm_question_banks_table', 1), (38, '2014_12_01_000035_create_sm_online_exams_table', 1), (39, '2014_12_01_000036_create_sm_exam_types_table', 1), (40, '2014_12_01_000037_create_sm_marks_grades_table', 1), (41, '2014_12_01_000038_create_sm_exams_table', 1), (42, '2014_12_01_000039_create_sm_hourly_rates_table', 1), (43, '2014_12_01_000040_create_sm_leave_types_table', 1), (44, '2014_12_01_000041_create_sm_leave_defines_table', 1), (45, '2014_12_01_000042_create_sm_leave_requests_table', 1), (46, '2014_12_01_000043_create_sm_expense_heads_table', 1), (47, '2014_12_01_000044_create_sm_add_expenses_table', 1), (48, '2014_12_01_000045_create_sm_fees_masters_table', 1), (49, '2014_12_01_000046_create_sm_setup_admins_table', 1), (50, '2014_12_01_000047_create_sm_complaints_table', 1), (51, '2014_12_01_000048_create_sm_postal_receives_table', 1), (52, '2014_12_01_000049_create_sm_postal_dispatches_table', 1), (53, '2014_12_01_000050_create_sm_phone_call_logs_table', 1), (54, '2014_12_01_000051_create_sm_student_categories_table', 1), (55, '2014_12_01_000052_create_sm_parents_table', 1), (56, '2014_12_01_000054_create_sm_students_table', 1), (57, '2014_12_01_000055_create_sm_student_attendances_table', 1), (58, '2014_12_01_000056_create_sm_student_promotions_table', 1), (59, '2014_12_01_000057_create_sm_staff_attendences_table', 1), (60, '2014_12_01_000058_create_sm_student_homeworks_table', 1), (61, '2014_12_01_000059_create_sm_teacher_upload_contents_table', 1), (62, '2014_12_01_000060_create_sm_hr_salary_templates_table', 1), (63, '2014_12_01_000061_create_sm_hr_payroll_generates_table', 1), (64, '2014_12_01_000062_create_sm_exam_marks_registers_table', 1), (65, '2014_12_01_000063_create_sm_marks_send_sms_table', 1), (66, '2014_12_01_000064_create_sm_class_routines_table', 1), (67, '2014_12_01_000064_create_sm_class_times_table', 1), (68, '2014_12_01_000065_create_languages_table', 1), (69, '2014_12_01_000065_create_sm_assign_subjects_table', 1), (70, '2014_12_01_000066_create_sm_modules_table', 1), (71, '2014_12_01_000067_create_sm_languages_table', 1), (72, '2014_12_01_000068_create_sm_date_formats_table', 1), (73, '2014_12_01_000069_create_sm_news_categories_table', 1), (74, '2016_06_01_000001_create_oauth_auth_codes_table', 1), (75, '2016_06_01_000002_create_oauth_access_tokens_table', 1), (76, '2016_06_01_000003_create_oauth_refresh_tokens_table', 1), (77, '2016_06_01_000004_create_oauth_clients_table', 1), (78, '2016_06_01_000005_create_oauth_personal_access_clients_table', 1), (79, '2018_01_04_105604_create_student_records_table', 1), (80, '2018_12_04_050352_create_sm_notice_boards_table', 1), (81, '2018_12_04_051648_create_sm_send_messages_table', 1), (82, '2018_12_04_060828_create_sm_events_table', 1), (83, '2018_12_04_062330_create_sm_holidays_table', 1), (84, '2018_12_04_062714_create_sm_book_categories_table', 1), (85, '2018_12_04_063012_create_sm_books_table', 1), (86, '2018_12_04_075138_create_sm_library_members_table', 1), (87, '2018_12_04_075911_create_sm_book_issues_table', 1), (88, '2018_12_13_093741_create_sm_fees_carry_forwards_table', 1), (89, '2018_12_17_104146_create_sm_fees_assigns_table', 1), (90, '2018_12_17_111529_create_sm_hr_payroll_earn_deducs_table', 1), (91, '2018_12_20_064256_create_sm_fees_assign_discounts_table', 1), (92, '2018_12_20_090159_create_sm_fees_payments_table', 1), (93, '2018_12_24_052328_create_sm_homeworks_table', 1), (94, '2018_12_26_084518_create_sm_homework_students_table', 1), (95, '2018_12_28_054159_create_sm_upload_contents_table', 1), (96, '2018_12_28_075918_create_sm_content_types_table', 1), (97, '2018_12_28_122146_create_sm_assign_class_teachers_table', 1), (98, '2018_12_28_122205_create_sm_class_teachers_table', 1), (99, '2018_12_31_112538_create_sm_exam_schedules_table', 1), (100, '2018_12_31_112600_create_sm_exam_schedule_subjects_table', 1), (101, '2019_01_02_061148_create_sm_marks_registers_table', 1), (102, '2019_01_02_061238_create_sm_marks_register_children_table', 1), (103, '2019_01_03_105718_create_sm_class_rooms_table', 1), (104, '2019_01_06_060144_create_sm_seat_plans_table', 1), (105, '2019_01_06_060213_create_sm_seat_plan_children_table', 1), (106, '2019_01_07_132108_create_sm_exam_attendances_table', 1), (107, '2019_01_07_132220_create_sm_exam_attendance_children_table', 1), (108, '2019_01_09_101421_create_sm_online_exam_questions_table', 1), (109, '2019_01_09_101533_create_sm_online_exam_question_mu_options_table', 1), (110, '2019_01_10_050231_create_sm_item_categories_table', 1), (111, '2019_01_10_050645_create_sm_items_table', 1), (112, '2019_01_10_054622_create_sm_item_stores_table', 1), (113, '2019_01_10_070859_create_sm_suppliers_table', 1), (114, '2019_01_10_112518_create_sm_item_receives_table', 1), (115, '2019_01_12_104449_create_sm_item_receive_children_table', 1), (116, '2019_01_13_113100_create_sm_online_exam_marks_table', 1), (117, '2019_01_14_061003_create_sm_assign_vehicles_table', 1), (118, '2019_01_16_065238_create_sm_module_links_table', 1), (119, '2019_01_19_094137_create_sm_inventory_payments_table', 1), (120, '2019_01_21_063031_create_sm_student_excel_formats_table', 1), (121, '2019_01_21_131008_create_sm_item_sells_table', 1), (122, '2019_01_22_104243_create_sm_item_sell_children_table', 1), (123, '2019_01_23_121931_create_sm_item_issues_table', 1), (124, '2019_01_26_054046_create_sm_sms_gateways_table', 1), (125, '2019_01_30_122524_create_sm_student_documents_table', 1), (126, '2019_01_31_052142_create_sm_student_timelines_table', 1), (127, '2019_01_31_101401_create_sm_question_bank_mu_options_table', 1), (128, '2019_02_02_043028_create_sm_online_exam_question_assigns_table', 1), (129, '2019_02_02_112647_create_sm_student_take_online_exams_table', 1), (130, '2019_02_02_112719_create_sm_student_take_online_exam_questions_table', 1), (131, '2019_02_02_115540_create_sm_student_take_onln_ex_ques_options_table', 1), (132, '2019_02_09_050800_create_sm_email_sms_logs_table', 1), (133, '2019_02_10_125119_create_sm_general_settings_table', 1), (134, '2019_02_11_093834_create_sm_user_logs_table', 1), (135, '2019_02_12_064024_create_sm_email_settings_table', 1), (136, '2019_02_16_082050_create_sm_student_certificates_table', 1), (137, '2019_02_17_124203_create_sm_student_id_cards_table', 1), (138, '2019_02_24_124115_create_sm_to_dos_table', 1), (139, '2019_03_13_075602_create_sm_admission_queries_table', 1), (140, '2019_03_14_075324_create_sm_admission_query_followups_table', 1), (141, '2019_04_04_124508_create_sm_backups_table', 1), (142, '2019_04_10_054237_create_sm_temporary_meritlists', 1), (143, '2019_04_13_062212_create_sm_exam_setups_table', 1), (144, '2019_04_15_055616_create_sm_mark_stores_table', 1), (145, '2019_04_17_101844_create_sm_result_stores_table', 1), (146, '2019_04_21_071626_create_sm_class_routine_updates_table', 1), (147, '2019_04_23_051315_create_sm_weekends_table', 1), (148, '2019_04_25_164649_create_sm_countries_table', 1), (149, '2019_04_27_121353_create_sm_language_phrases_table', 1), (150, '2019_04_28_074534_create_sm_notifications_table', 1), (151, '2019_04_30_181622_create_continents_table', 1), (152, '2019_04_30_181730_create_countries_table', 1), (153, '2019_05_07_103627_create_sm_currencies_table', 1), (154, '2019_05_26_095459_create_sm_news_table', 1), (155, '2019_05_27_103844_create_sm_testimonials_table', 1), (156, '2019_06_01_113053_create_sm_contact_pages_table', 1), (157, '2019_06_01_165107_create_sm_contact_messages_table', 1), (158, '2019_06_10_155041_create_sm_product_purchases_table', 1), (159, '2019_06_11_112109_create_sm_about_pages_table', 1), (160, '2019_06_12_143430_create_sm_courses_table', 1), (161, '2019_07_17_182142_create_sm_dashboard_settings_table', 1), (162, '2019_07_18_141858_create_sm_background_settings_table', 1), (163, '2019_07_20_151115_create_sm_custom_links_table', 1), (164, '2019_07_20_183407_create_sm_frontend_persmissions_table', 1), (165, '2019_07_21_110814_create_sm_home_page_settings_table', 1), (166, '2019_09_01_171428_create_sm_system_versions_table', 1), (167, '2019_09_06_113029_create_continets_table', 1), (168, '2019_09_09_142112_create_sm_styles_table', 1), (169, '2019_09_25_183656_create_sm_module_permissions_table', 1), (170, '2019_09_26_115256_create_sm_module_permission_assigns_table', 1), (171, '2019_10_16_160104_create_sm_time_zones_table', 1), (172, '2019_11_27_120508_create_sm_student_attendance_imports_table', 1), (173, '2019_11_27_181351_create_sm_staff_attendance_imports_table', 1), (174, '2020_01_11_141636_create_infix_module_infos_table', 1), (175, '2020_01_23_125935_create_sm_optional_subject_assigns_table', 1), (176, '2020_01_26_112215_create_sm_class_optional_subject', 1), (177, '2020_01_28_103859_create_sm_news_pages_table', 1), (178, '2020_01_28_121210_create_sm_course_pages_table', 1), (179, '2020_01_29_110503_create_sm_subject_attendances_table', 1), (180, '2020_02_05_105739_create_custom_result_settings_table', 1), (181, '2020_02_05_131307_create_sm_custom_temporary_results_table', 1), (182, '2020_03_09_153421_create_sm_add_ons_table', 1), (183, '2020_03_14_123955_create_sms_templates_table', 1), (184, '2020_03_21_200226_create_sm_social_media_icons_table', 1), (185, '2020_03_29_102518_create_sm_upload_homework_contents_table', 1), (186, '2020_04_01_060324_create_jobs_table', 1), (187, '2020_04_12_125728_create_infix_permission_assigns_table', 1), (188, '2020_04_16_064434_create_infix_module_student_parent_infos_table', 1), (189, '2020_06_10_193309_create_infix_module_managers_table', 1), (190, '2020_06_17_091643_create_student_bulk_temporaries_table', 1), (191, '2020_06_22_120034_create_student_attendance_bulks_table', 1), (192, '2020_06_26_144311_create_library_subjects_table', 1), (193, '2020_07_14_052504_create_sm_bank_payment_slips_table', 1), (194, '2020_08_21_053415_create_check_classes_table', 1), (195, '2020_10_27_071255_create_sm_leave_deduction_infos_table', 1), (196, '2020_11_16_065239_create_sm_role_permissions_table', 1), (197, '2020_11_18_113808_create_sm_lessons_table', 1), (198, '2020_11_18_121616_create_sm_lesson_details_table', 1), (199, '2020_11_20_044018_create_sm_lesson_topics_table', 1), (200, '2020_11_20_045211_create_sm_lesson_topic_details_table', 1), (201, '2020_12_07_101416_create_online_exam_student_answer_markings_table', 1), (202, '2020_12_10_095530_create_lesson_planners_table', 1), (203, '2021_01_18_121007_create_sm_bank_statements_table', 1), (204, '2021_01_27_103347_create_sm_exam_settings_table', 1), (205, '2021_02_01_042422_create_sm_amount_transfers_table', 1), (206, '2021_02_10_110920_create_absent_notification_time_setups_table', 1), (207, '2021_02_15_111736_create_invitations_table', 1), (208, '2021_02_15_130414_create_conversations_table', 1), (209, '2021_02_17_165101_create_block_users_table', 1), (210, '2021_03_01_131441_create_notifications_table', 1), (211, '2021_03_03_112535_create_groups_table', 1), (212, '2021_03_03_112734_create_group_users_table', 1), (213, '2021_03_03_112908_create_group_message_recipients_table', 1), (214, '2021_03_15_112756_create_sm_pages_table', 1), (215, '2021_03_18_071730_create_sm_header_menu_managers_table', 1), (216, '2021_03_18_172321_create_group_message_removes_table', 1), (217, '2021_03_22_121237_create_sm_course_categories_table', 1), (218, '2021_03_31_053231_create_invitation_types_table', 1), (219, '2021_05_12_092535_create_sm_custom_fields_table', 1), (220, '2021_06_06_070142_create_invoice_settings_table', 1), (221, '2021_07_20_110254_create_fm_fees_groups_table', 1), (222, '2021_07_20_110718_create_fm_fees_types_table', 1), (223, '2021_07_26_045723_create_fm_fees_invoice_settings_table', 1), (224, '2021_07_26_070244_create_student_academic_histories_table', 1), (225, '2021_07_29_050922_create_failed_jobs_table', 1), (226, '2021_07_29_120251_create_fm_fees_invoices_table', 1), (227, '2021_07_31_072347_create_fm_fees_invoice_chields_table', 1), (228, '2021_08_03_035307_create_fm_fees_weavers_table', 1), (229, '2021_08_03_094121_create_fm_fees_transactions_table', 1), (230, '2021_08_04_040918_create_wm__wallet_settings_table', 1), (231, '2021_08_25_092306_create_wallet_transactions_table', 1), (232, '2021_08_31_070309_create_transcations_table', 1), (233, '2021_10_23_123651_create_school_modules_table', 1), (234, '2021_11_02_062835_create_fm_fees_transaction_chields_table', 1), (235, '2021_11_16_062629_base_setup_update', 1), (236, '2021_12_15_134114_create_sm_student_registration_fields_table', 1), (237, '2021_12_29_040913_create_lesson_plan_topics_table', 1), (238, '2022_01_05_111544_lead_fees_table', 1), (239, '2022_01_10_081128_multiple_course_data_migration', 1), (240, '2022_01_11_065535_create_admit_card_settings_table', 1), (241, '2022_01_11_065552_create_seat_plan_settings_table', 1), (242, '2022_01_11_065604_create_admit_cards_table', 1), (243, '2022_01_11_065617_create_seat_plans_table', 1), (244, '2022_01_12_094218_create_fees_xtra_table', 1), (245, '2022_01_26_044752_create_sm_staff_registration_fields_table', 1), (246, '2022_01_28_075807_create_fees_invoice_settings_table', 1), (247, '2022_02_20_065504_study_material_homework', 1), (248, '2022_03_02_070412_add_lesson_plan_subtopic_to_general_settings_table', 1), (249, '2022_03_10_141706_multiple_course_migration_fixing_migration', 1), (250, '2022_04_06_035808_create_direct_fees_installments_table', 1), (251, '2022_04_06_112758_create_direct_fees_installment_assigns_table', 1), (252, '2022_04_30_044521_create_dire_fees_installment_child_payments_table', 1), (253, '2022_04_30_104150_create_fees_invoices_table', 1), (254, '2022_05_15_065010_add_marcado_pago_to_modules_table', 1), (255, '2022_05_15_071522_create_direct_fees_settings_table', 1), (256, '2022_05_15_072844_create_direct_fees_reminders_table', 1), (257, '2022_06_18_134636_chat_migrations', 1), (258, '2022_08_30_062414_create_exam_merit_positions_table', 1), (259, '2022_10_24_050844_create_optionbuilder_settings_table', 1), (260, '2022_10_24_133230_create_custom_sms_settings_table', 1), (261, '2022_11_10_092640_add_service_charge_table', 1), (262, '2022_11_18_053137_create_colors_table', 1), (263, '2022_11_18_095219_create_themes_table', 1), (264, '2022_11_18_095321_create_color_theme_table', 1), (265, '2022_11_21_060020_create_exam_step_skips_table', 1), (266, '2022_11_30_050447_create_fees_installment_credits_table', 1), (267, '2022_12_08_142623_create_staff_import_bulk_temporaries_table', 1), (268, '2022_12_13_043756_create_graduates_table', 1), (269, '2022_12_19_060543_create_student_record_temporaries_table', 1), (270, '2022_12_29_072511_create_pages_table', 1), (271, '2022_12_30_033620_drop_foreign_column', 1), (272, '2023_01_06_053233_create_add_parent_id_for_academics_modules', 1), (273, '2023_01_27_111653_add_colum_to_infix_module_student_parent_infos', 1), (274, '2023_03_10_123138_create_all_exam_wise_positions_table', 1), (275, '2023_03_13_071949_create_add_xtra_column_sm_temporary_meritlists_table', 1), (276, '2023_03_21_103045_create_permission_sections_table', 1), (277, '2023_03_22_131748_create_sidebars_table', 1), (278, '2023_03_26_035701_create_permissions_table', 1), (279, '2023_03_26_035702_add_is_alumni_to_permissions_table', 1), (280, '2023_03_26_043548_create_assign_permissions_table', 1), (281, '2023_03_29_051529_remove_xendit_payment_from_default_module', 1), (282, '2023_05_09_053931_add_version_7_0_0_migration', 1), (283, '2023_05_10_064204_add_role_id_sidebars_table', 1), (284, '2023_05_19_041042_create_sm_exam_signatures_table', 1), (285, '2023_05_19_053931_add_version_7_0_2_migration', 1), (286, '2023_05_23_045054_create_user_otp_codes_table', 1), (287, '2023_05_23_073801_create_two_factor_settings_table', 1), (288, '2023_05_24_081000_create_maintenance_settings_table', 1), (289, '2023_06_02_053931_add_version_7_0_3_migration', 1), (290, '2023_06_05_061123_create_sm_notification_settings_table', 1), (291, '2023_06_07_113530_create_fees_carry_forward_settings_table', 1), (292, '2023_06_08_120933_create_due_fees_login_prevents_table', 1), (293, '2023_06_09_110746_add_behaviour_record_sidebarmenu', 1), (294, '2023_06_12_085040_create_payroll_payments_table', 1), (295, '2023_06_14_034342_create_fees_carry_forward_logs_table', 1), (296, '2023_06_15_060654_create_incidents_table', 1), (297, '2023_06_16_025623_create_assign_incidents_table', 1), (298, '2023_06_27_095706_create_sm_exam_types_extension_table', 1), (299, '2023_07_07_121144_create_version_histories_table', 1), (300, '2023_07_10_054811_create_behaviour_record_settings_table', 1), (301, '2023_07_10_054849_create_assign_incident_comments_table', 1), (302, '2023_07_11_094614_create_teacher_evaluations_table', 1), (303, '2023_07_11_094734_create_teacher_evaluation_settings_table', 1), (304, '2023_07_19_061034_create_calendar_menus_table', 1), (305, '2023_07_21_081453_add_teacher_evaluation_sidebarmenu', 1), (306, '2023_07_25_120800_create_frontend_exam_results_table', 1), (307, '2023_07_27_102731_create_sm_calendar_settings_table', 1), (308, '2023_08_03_031848_create_sm_class_exam_routine_pages_table', 1), (309, '2023_08_25_062823_create_update_7.1.1_to_7.2.0_table', 1), (310, '2023_08_31_031255_create_content_types_table', 1), (311, '2023_08_31_102733_create_contents_table', 1), (312, '2023_09_04_065348_create_content_share_lists_table', 1), (313, '2023_09_04_085741_create_video_uploads_table', 1), (314, '2023_09_11_0628897_create_update_7.2.0_to_7.2.1_table', 1), (315, '2023_09_19_082020_add_download_center_sidebarmenu', 1), (316, '2023_09_22_1346345_update_v721_to_v8_migrations', 1), (317, '2023_09_26_094106_create_home_sliders_table', 1), (318, '2023_09_27_065756_create_sm_expert_teachers_table', 1), (319, '2023_09_28_054606_create_sm_photo_galleries_table', 1), (320, '2023_09_29_052332_create_sm_video_galleries_table', 1), (321, '2023_09_30_040648_create_front_results_table', 1), (322, '2023_10_03_054024_create_front_exam_routines_table', 1), (323, '2023_10_03_054032_create_front_class_routines_table', 1), (324, '2023_10_06_024910_create_front_academic_calendars_table', 1), (325, '2023_10_11_053735_create_sm_news_comments_table', 1), (326, '2023_11_03_110411_edulia_demo_pages', 1), (327, '2023_11_22_034222_update_sm_student_certificates_table', 1), (328, '2023_12_04_083919_create_speech_sliders_table', 1), (329, '2023_12_04_122708_update_v8.0.1_to_8.1.0', 1), (330, '2023_12_07_121858_create_plugins_table', 1), (331, '2023_12_11_063723_create_sm_donors_table', 1), (332, '2023_12_13_024824_create_sm_form_downloads_table', 1), (333, '2023_12_21_040359_add_is_graduate_to_student_records', 1), (334, '2024_01_30_051708_update_v8.1.0_to_8.1.1', 1), (335, '2024_03_05_081452_update_v8.1.1_to_8.1.2', 1), (336, '2024_03_15_081452_update_v8.1.2_to_8.2.0', 1), (337, '2024_03_15_081453_update_v8.1.2_to_8.2.0_stable', 1), (338, '2024_03_20_081452_update_v8.2.0_to_8.2.1', 1), (339, '2024_07_02_081453_update_v8.2.0_to_8.2.0_stable', 1), (340, '2024_07_15_081453_update_v8.2.2', 1); -- -------------------------------------------------------- -- -- Table structure for table `notifications` -- CREATE TABLE `notifications` ( `id` char(36) NOT NULL, `type` varchar(191) NOT NULL, `notifiable_type` varchar(191) NOT NULL, `notifiable_id` bigint(20) UNSIGNED NOT NULL, `data` text NOT NULL, `read_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 `oauth_access_tokens` -- CREATE TABLE `oauth_access_tokens` ( `id` varchar(191) NOT NULL, `user_id` bigint(20) DEFAULT NULL, `client_id` int(10) UNSIGNED NOT NULL, `name` varchar(100) DEFAULT NULL, `scopes` varchar(100) DEFAULT NULL, `revoked` varchar(100) NOT NULL, `expires_at` 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 `oauth_auth_codes` -- CREATE TABLE `oauth_auth_codes` ( `id` int(10) UNSIGNED NOT NULL, `user_id` bigint(20) NOT NULL, `client_id` int(10) 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` int(10) UNSIGNED NOT NULL, `user_id` bigint(20) DEFAULT NULL, `provider` varchar(191) DEFAULT NULL, `name` varchar(191) NOT NULL, `secret` varchar(200) NOT 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; -- -- Dumping data for table `oauth_clients` -- INSERT INTO `oauth_clients` (`id`, `user_id`, `provider`, `name`, `secret`, `redirect`, `personal_access_client`, `password_client`, `revoked`, `created_at`, `updated_at`) VALUES (1, NULL, NULL, 'Laravel Personal Access Client', '2e1LEl0zBTmD8XN4sa0meCTtKslUBpShKW4AGrej', 'https://schoool.w-manage.org', 1, 0, 0, '2024-10-23 08:31:11', '2024-10-23 08:31:11'), (2, NULL, 'users', 'Laravel Password Grant Client', 'oDaHAi0ml3To8OC7Da10TGVUm7zjhMyq00cmwoDZ', 'https://schoool.w-manage.org', 0, 1, 0, '2024-10-23 08:31:11', '2024-10-23 08:31:11'); -- -------------------------------------------------------- -- -- Table structure for table `oauth_personal_access_clients` -- CREATE TABLE `oauth_personal_access_clients` ( `id` int(10) UNSIGNED NOT NULL, `client_id` int(10) UNSIGNED 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 `oauth_personal_access_clients` -- INSERT INTO `oauth_personal_access_clients` (`id`, `client_id`, `created_at`, `updated_at`) VALUES (1, 1, '2024-10-23 08:31:11', '2024-10-23 08:31:11'); -- -------------------------------------------------------- -- -- Table structure for table `oauth_refresh_tokens` -- CREATE TABLE `oauth_refresh_tokens` ( `id` int(10) UNSIGNED NOT NULL, `access_token_id` bigint(20) 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 `online_exam_student_answer_markings` -- CREATE TABLE `online_exam_student_answer_markings` ( `id` bigint(20) UNSIGNED NOT NULL, `online_exam_id` int(11) DEFAULT NULL, `student_id` int(11) DEFAULT NULL, `question_id` int(11) DEFAULT NULL, `user_answer` varchar(191) DEFAULT NULL, `answer_status` varchar(191) DEFAULT NULL, `obtain_marks` int(11) DEFAULT NULL, `school_id` int(11) DEFAULT NULL, `marked_by` 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 `password_resets` -- CREATE TABLE `password_resets` ( `email` varchar(100) NOT NULL, `token` varchar(191) NOT NULL, `created_at` timestamp NULL DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -------------------------------------------------------- -- -- Table structure for table `payroll_payments` -- CREATE TABLE `payroll_payments` ( `id` bigint(20) UNSIGNED NOT NULL, `sm_hr_payroll_generate_id` int(10) UNSIGNED DEFAULT NULL, `amount` double DEFAULT NULL, `payment_mode` varchar(191) DEFAULT NULL, `payment_method_id` int(10) UNSIGNED DEFAULT NULL, `payment_date` date DEFAULT NULL, `bank_id` int(11) DEFAULT NULL, `note` varchar(200) DEFAULT NULL, `created_by` 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; -- -------------------------------------------------------- -- -- Table structure for table `permissions` -- CREATE TABLE `permissions` ( `id` bigint(20) UNSIGNED NOT NULL, `module` varchar(191) DEFAULT NULL, `sidebar_menu` varchar(191) DEFAULT NULL, `old_id` int(11) DEFAULT NULL, `section_id` int(11) DEFAULT 1, `parent_id` int(11) DEFAULT 0, `name` varchar(191) DEFAULT NULL, `route` varchar(191) DEFAULT NULL, `parent_route` varchar(191) DEFAULT NULL, `type` int(11) DEFAULT NULL COMMENT '1 = menu, 2 = submenu, 3 = action', `lang_name` varchar(191) DEFAULT NULL, `icon` text DEFAULT NULL, `svg` text DEFAULT NULL, `status` tinyint(4) NOT NULL DEFAULT 1, `menu_status` tinyint(4) NOT NULL DEFAULT 1, `position` int(11) NOT NULL DEFAULT 1, `is_saas` tinyint(4) NOT NULL DEFAULT 0, `relate_to_child` tinyint(4) DEFAULT 0, `is_menu` tinyint(4) DEFAULT NULL, `is_admin` tinyint(4) DEFAULT 0, `is_teacher` tinyint(4) DEFAULT 0, `is_student` tinyint(4) DEFAULT 0, `is_parent` tinyint(4) DEFAULT 0, `is_alumni` tinyint(4) DEFAULT 0, `created_by` int(10) UNSIGNED DEFAULT 1, `updated_by` int(10) UNSIGNED DEFAULT 1, `permission_section` tinyint(4) DEFAULT NULL, `alternate_module` varchar(191) DEFAULT NULL, `user_id` int(11) DEFAULT NULL, `school_id` int(10) UNSIGNED DEFAULT NULL, `created_at` timestamp NULL DEFAULT NULL, `updated_at` timestamp NULL DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -- Dumping data for table `permissions` -- INSERT INTO `permissions` (`id`, `module`, `sidebar_menu`, `old_id`, `section_id`, `parent_id`, `name`, `route`, `parent_route`, `type`, `lang_name`, `icon`, `svg`, `status`, `menu_status`, `position`, `is_saas`, `relate_to_child`, `is_menu`, `is_admin`, `is_teacher`, `is_student`, `is_parent`, `is_alumni`, `created_by`, `updated_by`, `permission_section`, `alternate_module`, `user_id`, `school_id`, `created_at`, `updated_at`) VALUES (1, NULL, NULL, NULL, 1, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 1, 1, 1, 0, 0, 1, 1, 0, 1, 1, 0, 1, 1, 1, NULL, NULL, 1, '2024-10-23 08:31:23', '2024-10-23 08:31:23'), (415, 'Saas', 'communicate', NULL, 1, 0, 'Administrator Notice', 'administrator-notice', 'communicate', 1, 'communicate.administrator_notice', NULL, NULL, 1, 1, 1, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, NULL, NULL, 1, '2024-10-23 08:31:18', '2024-10-23 08:31:20'), (544, 'Saas', 'system_settings', NULL, 1, 0, 'School General Settings', 'school-general-settings', 'general_settings', 1, 'system_settings.general_settings', NULL, NULL, 1, 1, 1, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, NULL, NULL, 1, '2024-10-23 08:31:18', '2024-10-23 08:31:20'), (549, 'Saas', 'system_settings', NULL, 1, 0, 'Custom Domain', 'saas.custom-domain', 'general_settings', 1, 'saas::saas.custom_domain', NULL, NULL, 1, 1, 1, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, NULL, NULL, 1, '2024-10-23 08:31:18', '2024-10-23 08:31:20'), (770, 'OnlineExam', 'online_exam', 2046, 1, 0, 'Active Exams', 'om_student_online_exam', 'online_exam', 2, 'exam.active_exams', NULL, NULL, 1, 0, 0, 0, 0, 1, 0, 0, 1, 0, 0, 1, 1, 0, NULL, NULL, 1, '2024-10-23 08:31:19', '2024-10-23 08:31:20'), (771, 'OnlineExam', 'online_exam', 2047, 1, 0, 'View Results', 'om_student_view_result', 'online_exam', 2, 'exam.view_result', NULL, NULL, 1, 0, 0, 0, 0, 1, 0, 0, 1, 0, 0, 1, 1, 0, NULL, NULL, 1, '2024-10-23 08:31:19', '2024-10-23 08:31:20'), (772, 'OnlineExam', 'online_exam', 2048, 1, 0, 'Written Exam', 'student_written_exam', 'online_exam', 2, 'exam.written_exam', NULL, NULL, 1, 0, 0, 0, 0, 1, 0, 0, 1, 0, 0, 1, 1, 0, NULL, NULL, 1, '2024-10-23 08:31:19', '2024-10-23 08:31:20'), (773, 'OnlineExam', 'online_exam', 2049, 1, 0, 'PDF Exam Result', 'student_view_written_result', 'online_exam', 2, 'exam.PDF Exam Result', NULL, NULL, 1, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 1, 1, 0, NULL, NULL, 1, '2024-10-23 08:31:19', '2024-10-23 08:31:20'), (780, 'BBB', NULL, 850, 1, 0, 'BigBlueButton', 'bbb', NULL, 1, 'bbb::bbb.bbb', 'flaticon-reading', NULL, 1, 1, 30, 0, 0, 1, 0, 0, 1, 0, 0, 1, 1, 0, NULL, NULL, 1, '2024-10-23 08:31:19', '2024-10-23 08:31:19'), (781, 'BBB', NULL, 851, 1, 0, 'Virtual Class', 'bbb.virtual-class', 'bbb', 2, 'common.virtual_class', NULL, NULL, 1, 1, 0, 0, 0, 1, 0, 0, 1, 0, 0, 1, 1, 0, NULL, NULL, 1, '2024-10-23 08:31:19', '2024-10-23 08:31:19'), (782, 'BBB', NULL, 868, 1, 0, 'Class Recorded List', 'bbb.class.recording.list', 'bbb', 2, 'bbb::bbb.class_record_list', NULL, NULL, 1, 1, 0, 0, 0, 1, 0, 0, 1, 0, 0, 1, 1, 0, NULL, NULL, 1, '2024-10-23 08:31:19', '2024-10-23 08:31:19'), (783, 'Jitsi', NULL, 816, 1, 0, 'Jitsi', 'jitsi', NULL, 1, 'jitsi::jitsi.jitsi', 'flaticon-reading', NULL, 1, 1, 31, 0, 0, 1, 0, 0, 1, 0, 0, 1, 1, 0, NULL, NULL, 1, '2024-10-23 08:31:19', '2024-10-23 08:31:19'), (784, 'Jitsi', NULL, 817, 1, 0, 'Virtual Class', 'jitsi.virtual-class', 'jitsi', 2, 'common.virtual_class', NULL, NULL, 1, 1, 0, 0, 0, 1, 0, 0, 1, 0, 0, 1, 1, 0, NULL, NULL, 1, '2024-10-23 08:31:19', '2024-10-23 08:31:19'), (785, 'Zoom', NULL, 554, 1, 0, 'Zoom', 'zoom', NULL, 1, 'common.virtual_class', 'flaticon-reading', NULL, 1, 1, 32, 0, 0, 1, 0, 0, 1, 0, 0, 1, 1, 0, NULL, NULL, 1, '2024-10-23 08:31:19', '2024-10-23 08:31:19'), (786, 'Zoom', NULL, 555, 1, 0, 'Virtual Class', 'zoom.virtual-class', 'zoom', 2, 'common.virtual_class', NULL, NULL, 1, 1, 0, 0, 0, 1, 0, 0, 1, 0, 0, 1, 1, 0, NULL, NULL, 1, '2024-10-23 08:31:19', '2024-10-23 08:31:19'), (827, 'OnlineExam', 'online_exam', 2001, 1, 0, 'Exam Result', 'om_parent_online_examination_result', 'online_exam', 2, 'onlineexam::onlineExam.online_exam_result', NULL, NULL, 1, 1, 2002, 0, 1, 0, 0, 0, 0, 1, 0, 1, 1, 0, NULL, NULL, 1, '2024-10-23 08:31:19', '2024-10-23 08:31:20'), (828, 'OnlineExam', 'online_exam', 2002, 1, 0, 'Active Online Exam', 'om_parent_online_examination', 'online_exam', 2, 'onlineexam::onlineExam.online_exam', NULL, NULL, 1, 1, 2003, 0, 1, 0, 0, 0, 0, 1, 0, 1, 1, 0, NULL, NULL, 1, '2024-10-23 08:31:19', '2024-10-23 08:31:20'), (831, 'OnlineExam', 'online_exam', 2103, 1, 0, 'Pdf Exam', 'parent_pdf_exam', 'online_exam', 2, 'onlineexam::onlineExam.pdf_exam', NULL, NULL, 1, 1, 2104, 0, 1, 0, 0, 0, 0, 1, 0, 1, 1, 0, NULL, NULL, 1, '2024-10-23 08:31:19', '2024-10-23 08:31:20'), (832, 'OnlineExam', 'online_exam', 2104, 1, 0, 'Pdf Exam Result', 'parent_view_pdf_result', 'online_exam', 2, 'onlineexam::onlineExam.pdf_exam_result', NULL, NULL, 1, 1, 2105, 0, 1, 0, 0, 0, 0, 1, 0, 1, 1, 0, NULL, NULL, 1, '2024-10-23 08:31:19', '2024-10-23 08:31:20'), (839, 'Zoom', 'zoom', 100, 1, 0, 'Zoom', 'zoom', NULL, 1, 'zoom::zoom.zoom', 'flaticon-reading', NULL, 1, 1, 101, 0, 0, 1, 0, 0, 0, 1, 0, 1, 1, 0, NULL, NULL, 1, '2024-10-23 08:31:19', '2024-10-23 08:31:19'), (840, 'Zoom', NULL, 101, 1, 0, 'Virtual Class', 'zoom.parent.virtual-class', 'zoom', 2, 'common.virtual_class', NULL, NULL, 1, 1, 102, 0, 1, 1, 0, 0, 0, 1, 0, 1, 1, 0, NULL, NULL, 1, '2024-10-23 08:31:19', '2024-10-23 08:31:19'), (841, 'Zoom', NULL, 103, 1, 0, 'Virtual Meeting', 'zoom.parent.meetings', 'zoom', 2, 'common.virtual_meeting', NULL, NULL, 1, 1, 104, 0, 0, 1, 0, 0, 0, 1, 0, 1, 1, 0, NULL, NULL, 1, '2024-10-23 08:31:19', '2024-10-23 08:31:19'), (842, 'BBB', NULL, 105, 1, 0, 'BigBlueButton', 'bbb', NULL, 1, 'bbb::bbb.bbb', 'flaticon-reading', NULL, 1, 1, 106, 0, 0, 1, 0, 0, 0, 1, 0, 1, 1, 0, NULL, NULL, 1, '2024-10-23 08:31:19', '2024-10-23 08:31:19'), (843, 'BBB', NULL, 106, 1, 0, 'Virtual Class', 'bbb.parent.virtual-class', 'bbb', 2, 'common.virtual_class', NULL, NULL, 1, 1, 107, 0, 1, 1, 0, 0, 0, 1, 0, 1, 1, 0, NULL, NULL, 1, '2024-10-23 08:31:19', '2024-10-23 08:31:19'), (844, 'BBB', NULL, 107, 1, 0, 'Virtual Meeting', 'bbb.meetings', 'bbb', 2, 'common.virtual_meeting', NULL, NULL, 1, 1, 108, 0, 0, 1, 0, 0, 0, 1, 0, 1, 1, 0, NULL, NULL, 1, '2024-10-23 08:31:19', '2024-10-23 08:31:19'), (845, 'BBB', NULL, 115, 1, 0, 'Class Recorded List', 'bbb.parent.class.recording.list', 'bbb', 2, 'common.class_record_list', NULL, NULL, 1, 1, 116, 0, 1, 1, 0, 0, 0, 1, 0, 1, 1, 0, NULL, NULL, 1, '2024-10-23 08:31:19', '2024-10-23 08:31:19'), (846, 'BBB', NULL, 116, 1, 0, 'Meeting Recorded List', 'bbb.parent.meeting.recording.list', 'bbb', 2, 'bbb::bbb.meeting_record_list', NULL, NULL, 1, 1, 117, 0, 0, 1, 0, 0, 0, 1, 0, 1, 1, 0, NULL, NULL, 1, '2024-10-23 08:31:19', '2024-10-23 08:31:19'), (847, 'Jitsi', NULL, 108, 1, 0, 'Jitsi', 'jitsi', NULL, 1, 'jitsi::jitsi.jitsi', 'laticon-reading', NULL, 1, 1, 109, 0, 0, 1, 0, 0, 0, 1, 0, 1, 1, 0, NULL, NULL, 1, '2024-10-23 08:31:19', '2024-10-23 08:31:19'), (848, 'Jitsi', NULL, 109, 1, 0, 'Virtual Class', 'jitsi.parent.virtual-class', 'jitsi', 2, 'common.virtual_class', NULL, NULL, 1, 1, 110, 0, 1, 1, 0, 0, 0, 1, 0, 1, 1, 0, NULL, NULL, 1, '2024-10-23 08:31:19', '2024-10-23 08:31:19'), (849, 'Jitsi', NULL, 110, 1, 0, 'Virtual Meeting', 'jitsi.meetings', 'jitsi', 2, 'common.virtual_meeting', NULL, NULL, 1, 1, 111, 0, 0, 1, 0, 0, 0, 1, 0, 1, 1, 0, NULL, NULL, 1, '2024-10-23 08:31:19', '2024-10-23 08:31:19'), (873, NULL, NULL, NULL, 1, 0, '', NULL, NULL, NULL, '', NULL, NULL, 1, 1, 1, 0, 0, 1, 1, 0, 1, 1, 0, 1, 1, 1, NULL, NULL, 1, '2024-10-23 08:31:20', '2024-10-23 08:31:20'), (874, NULL, NULL, 1, 1, 0, 'Dashboard', 'dashboard', NULL, 1, 'common.dashboard', 'fas fa-th', NULL, 1, 1, 1, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, NULL, NULL, 1, '2024-10-23 08:31:20', '2024-10-23 08:31:20'), (875, NULL, NULL, 2, 1, 0, '➡ Number of Student', 'number-of-student', 'dashboard', 3, NULL, NULL, NULL, 1, 1, 3, 0, 0, 0, 1, 0, 0, 0, 0, 1, 1, 0, NULL, NULL, 1, '2024-10-23 08:31:20', '2024-10-23 08:31:20'), (876, NULL, NULL, 3, 1, 0, '➡ Number of Teacher', 'number-of-teacher', 'dashboard', 3, NULL, NULL, NULL, 1, 1, 4, 0, 0, 0, 1, 0, 0, 0, 0, 1, 1, 0, NULL, NULL, 1, '2024-10-23 08:31:20', '2024-10-23 08:31:20'), (877, NULL, NULL, 4, 1, 0, '➡ Number of Parents', 'number-of-parent', 'dashboard', 3, NULL, NULL, NULL, 1, 1, 5, 0, 0, 0, 1, 0, 0, 0, 0, 1, 1, 0, NULL, NULL, 1, '2024-10-23 08:31:20', '2024-10-23 08:31:20'), (878, NULL, NULL, 5, 1, 0, '➡ Number of Staff', 'number-of-staff', 'dashboard', 3, NULL, NULL, NULL, 1, 1, 6, 0, 0, 0, 1, 0, 0, 0, 0, 1, 1, 0, NULL, NULL, 1, '2024-10-23 08:31:20', '2024-10-23 08:31:20'), (879, NULL, NULL, 6, 1, 0, '➡ Current Month Income and Expense Chart', 'month-income-expense', 'dashboard', 3, NULL, NULL, NULL, 1, 1, 7, 0, 0, 0, 1, 0, 0, 0, 0, 1, 1, 0, NULL, NULL, 1, '2024-10-23 08:31:20', '2024-10-23 08:31:20'), (880, NULL, NULL, 7, 1, 0, '➡ Current Year Income and Expense Chart', 'year-income-expense', 'dashboard', 3, NULL, NULL, NULL, 1, 1, 8, 0, 0, 0, 1, 0, 0, 0, 0, 1, 1, 0, NULL, NULL, 1, '2024-10-23 08:31:20', '2024-10-23 08:31:20'), (881, NULL, NULL, 8, 1, 0, '➡ Notice Board', 'notice-board', 'dashboard', 3, NULL, NULL, NULL, 1, 1, 9, 0, 0, 0, 1, 0, 0, 0, 0, 1, 1, 0, NULL, NULL, 1, '2024-10-23 08:31:20', '2024-10-23 08:31:20'), (882, NULL, NULL, 9, 1, 0, '➡ Calendar Section', 'calender-section', 'dashboard', 3, NULL, NULL, NULL, 1, 1, 10, 0, 0, 0, 1, 0, 0, 0, 0, 1, 1, 0, NULL, NULL, 1, '2024-10-23 08:31:20', '2024-10-23 08:31:20'), (883, NULL, NULL, 10, 1, 0, '➡ To Do list', 'to-do-list', 'dashboard', 3, NULL, NULL, NULL, 1, 1, 11, 0, 0, 0, 1, 0, 0, 0, 0, 1, 1, 0, NULL, NULL, 1, '2024-10-23 08:31:20', '2024-10-23 08:31:20'), (884, NULL, NULL, NULL, 1, 0, 'Sidebar Manager', 'menumanage.index', NULL, 1, 'common.sidebar_manager', 'fas fa-bars', NULL, 1, 1, 1, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, NULL, NULL, 1, '2024-10-23 08:31:20', '2024-10-23 08:31:20'), (885, NULL, 'admin_section', 11, 1, 0, 'Admin Section', 'admin_section', NULL, 1, 'admin.admin_section', 'flaticon-analytics', NULL, 1, 1, 3, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, NULL, NULL, 1, '2024-10-23 08:31:20', '2024-10-23 08:31:20'), (886, NULL, 'admin_section', 12, 1, 0, 'Admission Query', 'admission_query', 'admin_section', 2, 'admin.admission_query', NULL, NULL, 1, 1, 1, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, NULL, NULL, 1, '2024-10-23 08:31:20', '2024-10-23 08:31:20'), (887, NULL, NULL, 13, 1, 0, 'Add', 'admission_query_store_a', 'admission_query', 3, NULL, NULL, NULL, 1, 1, 14, 0, 0, 0, 1, 0, 0, 0, 0, 1, 1, 0, NULL, NULL, 1, '2024-10-23 08:31:20', '2024-10-23 08:31:20'), (888, NULL, NULL, 14, 1, 0, 'Edit', 'admission_query_edit', 'admission_query', 3, NULL, NULL, NULL, 1, 1, 15, 0, 0, 0, 1, 0, 0, 0, 0, 1, 1, 0, NULL, NULL, 1, '2024-10-23 08:31:20', '2024-10-23 08:31:20'), (889, NULL, NULL, 15, 1, 0, 'Delete', 'admission_query_delete', 'admission_query', 3, NULL, NULL, NULL, 1, 1, 16, 0, 0, 0, 1, 0, 0, 0, 0, 1, 1, 0, NULL, NULL, 1, '2024-10-23 08:31:20', '2024-10-23 08:31:20'), (890, NULL, 'admin_section', 16, 1, 0, 'Visitor Book', 'visitor', 'admin_section', 2, 'admin.visitor_book', NULL, NULL, 1, 1, 2, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, NULL, NULL, 1, '2024-10-23 08:31:20', '2024-10-23 08:31:20'), (891, NULL, NULL, 17, 1, 0, 'Add', 'visitor_store', 'visitor', 3, NULL, NULL, NULL, 1, 1, 18, 0, 0, 0, 1, 0, 0, 0, 0, 1, 1, 0, NULL, NULL, 1, '2024-10-23 08:31:20', '2024-10-23 08:31:20'), (892, NULL, NULL, 18, 1, 0, 'Edit', 'visitor_edit', 'visitor', 3, NULL, NULL, NULL, 1, 1, 19, 0, 0, 0, 1, 0, 0, 0, 0, 1, 1, 0, NULL, NULL, 1, '2024-10-23 08:31:20', '2024-10-23 08:31:20'), (893, NULL, NULL, 19, 1, 0, 'Delete', 'visitor_delete', 'visitor', 3, NULL, NULL, NULL, 1, 1, 20, 0, 0, 0, 1, 0, 0, 0, 0, 1, 1, 0, NULL, NULL, 1, '2024-10-23 08:31:20', '2024-10-23 08:31:20'), (894, NULL, NULL, 20, 1, 0, 'Download', 'visitor_download', 'visitor', 3, NULL, NULL, NULL, 1, 1, 21, 0, 0, 0, 1, 0, 0, 0, 0, 1, 1, 0, NULL, NULL, 1, '2024-10-23 08:31:20', '2024-10-23 08:31:20'), (895, NULL, 'admin_section', 21, 1, 0, 'Complaint', 'complaint', 'admin_section', 2, 'admin.complaint', NULL, NULL, 1, 1, 3, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, NULL, NULL, 1, '2024-10-23 08:31:20', '2024-10-23 08:31:20'), (896, NULL, NULL, 22, 1, 0, 'Add', 'complaint_store', 'complaint', 3, NULL, NULL, NULL, 1, 1, 23, 0, 0, 0, 1, 0, 0, 0, 0, 1, 1, 0, NULL, NULL, 1, '2024-10-23 08:31:20', '2024-10-23 08:31:20'), (897, NULL, NULL, 23, 1, 0, 'Edit', 'complaint_edit', 'complaint', 3, NULL, NULL, NULL, 1, 1, 24, 0, 0, 0, 1, 0, 0, 0, 0, 1, 1, 0, NULL, NULL, 1, '2024-10-23 08:31:20', '2024-10-23 08:31:20'), (898, NULL, NULL, 24, 1, 0, 'Delete', 'complaint_delete', 'complaint', 3, NULL, NULL, NULL, 1, 1, 25, 0, 0, 0, 1, 0, 0, 0, 0, 1, 1, 0, NULL, NULL, 1, '2024-10-23 08:31:20', '2024-10-23 08:31:20'), (899, NULL, NULL, 25, 1, 0, 'Download', 'download-complaint-document', 'complaint', 3, NULL, NULL, NULL, 1, 1, 26, 0, 0, 0, 1, 0, 0, 0, 0, 1, 1, 0, NULL, NULL, 1, '2024-10-23 08:31:20', '2024-10-23 08:31:20'), (900, NULL, NULL, 26, 1, 0, 'View', 'complaint_show', 'complaint', 3, NULL, NULL, NULL, 1, 1, 27, 0, 0, 0, 1, 0, 0, 0, 0, 1, 1, 0, NULL, NULL, 1, '2024-10-23 08:31:20', '2024-10-23 08:31:20'), (901, NULL, 'admin_section', 27, 1, 0, 'Postal Receive', 'postal-receive', 'admin_section', 2, 'admin.postal_receive', NULL, NULL, 1, 1, 4, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, NULL, NULL, 1, '2024-10-23 08:31:20', '2024-10-23 08:31:20'), (902, NULL, NULL, 28, 1, 0, 'Add', 'postal-receive-store', 'postal-receive', 3, NULL, NULL, NULL, 1, 1, 29, 0, 0, 0, 1, 0, 0, 0, 0, 1, 1, 0, NULL, NULL, 1, '2024-10-23 08:31:20', '2024-10-23 08:31:20'), (903, NULL, NULL, 29, 1, 0, 'Edit', 'postal-receive_edit', 'postal-receive', 3, NULL, NULL, NULL, 1, 1, 30, 0, 0, 0, 1, 0, 0, 0, 0, 1, 1, 0, NULL, NULL, 1, '2024-10-23 08:31:20', '2024-10-23 08:31:20'), (904, NULL, NULL, 30, 1, 0, 'Delete', 'postal-receive_delete', 'postal-receive', 3, NULL, NULL, NULL, 1, 1, 31, 0, 0, 0, 1, 0, 0, 0, 0, 1, 1, 0, NULL, NULL, 1, '2024-10-23 08:31:20', '2024-10-23 08:31:20'), (905, NULL, NULL, 31, 1, 0, 'Download', 'postal-receive-document', 'postal-receive', 3, NULL, NULL, NULL, 1, 1, 32, 0, 0, 0, 1, 0, 0, 0, 0, 1, 1, 0, NULL, NULL, 1, '2024-10-23 08:31:20', '2024-10-23 08:31:20'), (906, NULL, 'admin_section', 32, 1, 0, 'Postal Dispatch', 'postal-dispatch', 'admin_section', 2, 'admin.postal_dispatch', NULL, NULL, 1, 1, 5, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, NULL, NULL, 1, '2024-10-23 08:31:20', '2024-10-23 08:31:20'), (907, NULL, NULL, 33, 1, 0, 'Add', 'postal-dispatch-store', 'postal-dispatch', 3, NULL, NULL, NULL, 1, 1, 34, 0, 0, 0, 1, 0, 0, 0, 0, 1, 1, 0, NULL, NULL, 1, '2024-10-23 08:31:20', '2024-10-23 08:31:20'), (908, NULL, NULL, 34, 1, 0, 'Edit', 'postal-dispatch_edit', 'postal-dispatch', 3, NULL, NULL, NULL, 1, 1, 35, 0, 0, 0, 1, 0, 0, 0, 0, 1, 1, 0, NULL, NULL, 1, '2024-10-23 08:31:20', '2024-10-23 08:31:20'), (909, NULL, NULL, 35, 1, 0, 'Delete', 'postal-dispatch_delete', 'postal-dispatch', 3, NULL, NULL, NULL, 1, 1, 36, 0, 0, 0, 1, 0, 0, 0, 0, 1, 1, 0, NULL, NULL, 1, '2024-10-23 08:31:20', '2024-10-23 08:31:20'), (910, NULL, NULL, 40, 1, 0, 'Download', 'postal-dispatch-document', 'postal-dispatch', 3, NULL, NULL, NULL, 1, 1, 41, 0, 0, 0, 1, 0, 0, 0, 0, 1, 1, 0, NULL, NULL, 1, '2024-10-23 08:31:20', '2024-10-23 08:31:20'), (911, NULL, 'admin_section', 36, 1, 0, 'Phone Call Log', 'phone-call', 'admin_section', 2, 'admin.phone_call_log', NULL, NULL, 1, 1, 6, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, NULL, NULL, 1, '2024-10-23 08:31:20', '2024-10-23 08:31:20'), (912, NULL, NULL, 37, 1, 0, 'Add', 'phone-call-store', 'phone-call', 3, NULL, NULL, NULL, 1, 1, 38, 0, 0, 0, 1, 0, 0, 0, 0, 1, 1, 0, NULL, NULL, 1, '2024-10-23 08:31:20', '2024-10-23 08:31:20'), (913, NULL, NULL, 38, 1, 0, 'Edit', 'phone-call_edit', 'phone-call', 3, NULL, NULL, NULL, 1, 1, 39, 0, 0, 0, 1, 0, 0, 0, 0, 1, 1, 0, NULL, NULL, 1, '2024-10-23 08:31:20', '2024-10-23 08:31:20'), (914, NULL, NULL, 39, 1, 0, 'Delete', 'phone-call_delete', 'phone-call', 3, NULL, NULL, NULL, 1, 1, 40, 0, 0, 0, 1, 0, 0, 0, 0, 1, 1, 0, NULL, NULL, 1, '2024-10-23 08:31:20', '2024-10-23 08:31:20'), (915, NULL, 'admin_section', 41, 1, 0, 'Admin Setup', 'setup-admin', 'admin_section', 2, 'admin.admin_setup', NULL, NULL, 1, 1, 7, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, NULL, NULL, 1, '2024-10-23 08:31:20', '2024-10-23 08:31:20'), (916, NULL, NULL, 42, 1, 0, 'Add', 'setup-admin-store', 'setup-admin', 3, NULL, NULL, NULL, 1, 1, 43, 0, 0, 0, 1, 0, 0, 0, 0, 1, 1, 0, NULL, NULL, 1, '2024-10-23 08:31:20', '2024-10-23 08:31:20'), (917, NULL, NULL, 43, 1, 0, 'Edit', 'setup-admin-edit', 'setup-admin', 3, NULL, NULL, NULL, 1, 1, 44, 0, 0, 0, 1, 0, 0, 0, 0, 1, 1, 0, NULL, NULL, 1, '2024-10-23 08:31:20', '2024-10-23 08:31:20'), (918, NULL, NULL, 44, 1, 0, 'Delete', 'setup-admin-delete', 'setup-admin', 3, NULL, NULL, NULL, 1, 1, 45, 0, 0, 0, 1, 0, 0, 0, 0, 1, 1, 0, NULL, NULL, 1, '2024-10-23 08:31:20', '2024-10-23 08:31:20'), (919, NULL, 'admin_section', 45, 1, 0, 'Student ID Card', 'student-id-card', 'admin_section', 2, 'admin.id_card', NULL, NULL, 1, 1, 15, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, NULL, NULL, 1, '2024-10-23 08:31:20', '2024-10-23 08:31:20'), (920, NULL, NULL, 46, 1, 0, 'Add', 'create-id-card', 'student-id-card', 3, NULL, NULL, NULL, 1, 1, 47, 0, 0, 0, 1, 0, 0, 0, 0, 1, 1, 0, NULL, NULL, 1, '2024-10-23 08:31:20', '2024-10-23 08:31:20'), (921, NULL, NULL, 47, 1, 0, 'Edit', 'student-id-card-edit', 'student-id-card', 3, NULL, NULL, NULL, 1, 1, 48, 0, 0, 0, 1, 0, 0, 0, 0, 1, 1, 0, NULL, NULL, 1, '2024-10-23 08:31:20', '2024-10-23 08:31:20'), (922, NULL, NULL, 48, 1, 0, 'Delete', 'student-id-card-delete', 'student-id-card', 3, NULL, NULL, NULL, 1, 1, 49, 0, 0, 0, 1, 0, 0, 0, 0, 1, 1, 0, NULL, NULL, 1, '2024-10-23 08:31:20', '2024-10-23 08:31:20'), (923, NULL, 'admin_section', 49, 1, 0, 'Certificate', 'student-certificate', 'admin_section', 2, 'admin.student_certificate', NULL, NULL, 1, 1, 8, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, NULL, NULL, 1, '2024-10-23 08:31:20', '2024-10-23 08:31:20'), (924, NULL, NULL, 50, 1, 0, 'Add', 'student-certificate-store', 'student-certificate', 3, NULL, NULL, NULL, 1, 1, 51, 0, 0, 0, 1, 0, 0, 0, 0, 1, 1, 0, NULL, NULL, 1, '2024-10-23 08:31:20', '2024-10-23 08:31:20'), (925, NULL, NULL, 51, 1, 0, 'Edit', 'student-certificate-edit', 'student-certificate', 3, NULL, NULL, NULL, 1, 1, 52, 0, 0, 0, 1, 0, 0, 0, 0, 1, 1, 0, NULL, NULL, 1, '2024-10-23 08:31:20', '2024-10-23 08:31:20'), (926, NULL, NULL, 52, 1, 0, 'Delete', 'student-certificate-delete', 'student-certificate', 3, NULL, NULL, NULL, 1, 1, 53, 0, 0, 0, 1, 0, 0, 0, 0, 1, 1, 0, NULL, NULL, 1, '2024-10-23 08:31:20', '2024-10-23 08:31:20'), (927, NULL, 'admin_section', 53, 1, 0, 'Generate Certificate', 'generate_certificate', 'admin_section', 2, 'admin.generate_certificate', NULL, NULL, 1, 1, 9, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, NULL, NULL, 1, '2024-10-23 08:31:20', '2024-10-23 08:31:20'), (928, NULL, 'admin_section', 57, 1, 0, 'Generate ID Card', 'generate_id_card', 'admin_section', 2, 'admin.generate_id_card', NULL, NULL, 1, 1, 11, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, NULL, NULL, 1, '2024-10-23 08:31:20', '2024-10-23 08:31:20'), (929, NULL, 'student_info', 61, 1, 0, 'Student Info', 'student_info', NULL, 1, 'student.student_information', 'fas fa-user-tie', NULL, 1, 1, 4, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, NULL, NULL, 1, '2024-10-23 08:31:20', '2024-10-23 08:31:20'), (930, NULL, 'student_info', 71, 1, 0, 'Student Category', 'student_category', 'student_info', 2, 'student.student_category', NULL, NULL, 1, 1, 1, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, NULL, NULL, 1, '2024-10-23 08:31:20', '2024-10-23 08:31:20'), (931, NULL, NULL, 72, 1, 0, 'Add', 'student_category_store', 'student_category', 3, NULL, NULL, NULL, 1, 1, 73, 0, 0, 0, 1, 0, 0, 0, 0, 1, 1, 0, NULL, NULL, 1, '2024-10-23 08:31:20', '2024-10-23 08:31:20'), (932, NULL, NULL, 73, 1, 0, 'Edit', 'student_category_edit', 'student_category', 3, NULL, NULL, NULL, 1, 1, 74, 0, 0, 0, 1, 0, 0, 0, 0, 1, 1, 0, NULL, NULL, 1, '2024-10-23 08:31:20', '2024-10-23 08:31:20'), (933, NULL, NULL, 74, 1, 0, 'Delete', 'student_category_delete', 'student_category', 3, NULL, NULL, NULL, 1, 1, 75, 0, 0, 0, 1, 0, 0, 0, 0, 1, 1, 0, NULL, NULL, 1, '2024-10-23 08:31:20', '2024-10-23 08:31:20'), (934, NULL, 'student_info', 62, 1, 0, 'Add Student', 'student_admission', 'student_info', 2, 'student.add_student', NULL, NULL, 1, 1, 2, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, NULL, NULL, 1, '2024-10-23 08:31:20', '2024-10-23 08:31:20'), (935, NULL, NULL, 63, 1, 0, 'Import Student', 'import_student', 'student_admission', 3, NULL, NULL, NULL, 1, 1, 64, 0, 0, 0, 1, 0, 0, 0, 0, 1, 1, 0, NULL, NULL, 1, '2024-10-23 08:31:20', '2024-10-23 08:31:20'), (936, NULL, 'student_info', 64, 1, 0, 'Student List', 'student_list', 'student_info', 2, 'student.student_list', NULL, NULL, 1, 1, 6, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, NULL, NULL, 1, '2024-10-23 08:31:20', '2024-10-23 08:31:20'), (937, NULL, NULL, 65, 1, 0, 'Add', 'student_store', 'student_list', 3, NULL, NULL, NULL, 1, 1, 66, 0, 0, 0, 1, 0, 0, 0, 0, 1, 1, 0, NULL, NULL, 1, '2024-10-23 08:31:20', '2024-10-23 08:31:20'), (938, NULL, NULL, 66, 1, 0, 'Edit', 'student_edit', 'student_list', 3, NULL, NULL, NULL, 1, 1, 67, 0, 0, 0, 1, 0, 0, 0, 0, 1, 1, 0, NULL, NULL, 1, '2024-10-23 08:31:20', '2024-10-23 08:31:20'), (939, NULL, NULL, 67, 1, 0, 'Delete', 'disabled_student', 'student_list', 3, NULL, NULL, NULL, 1, 1, 68, 0, 0, 0, 1, 0, 0, 0, 0, 1, 1, 0, NULL, NULL, 1, '2024-10-23 08:31:20', '2024-10-23 08:31:20'), (940, NULL, NULL, 67, 1, 0, 'Assign Class', 'student.assign-class', 'student_list', 3, NULL, NULL, NULL, 1, 1, 1201, 0, 0, 0, 1, 0, 0, 0, 0, 1, 1, 0, NULL, NULL, 1, '2024-10-23 08:31:20', '2024-10-23 08:31:20'), (941, NULL, NULL, 67, 1, 0, 'Show All Student', 'student.show-all-student', 'student_list', 3, NULL, NULL, NULL, 1, 1, 1201, 0, 0, 0, 1, 0, 0, 0, 0, 1, 1, 0, NULL, NULL, 1, '2024-10-23 08:31:20', '2024-10-23 08:31:20'), (942, NULL, 'student_info', 15201, 1, 0, 'Multi Class Student', 'student.multi-class-student', 'student_info', 2, 'student.multi_class_student', NULL, NULL, 1, 1, 3, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, NULL, NULL, 1, '2024-10-23 08:31:20', '2024-10-23 08:31:20'), (943, NULL, 'student_info', 15205, 1, 0, 'Delete Student Record', 'student.delete-student-record', 'student_info', 2, 'student.delete_student_record', NULL, NULL, 1, 1, 4, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, NULL, NULL, 1, '2024-10-23 08:31:20', '2024-10-23 08:31:20'), (944, NULL, 'student_info', 15209, 1, 0, 'UnAssign Student', 'unassigned_student', 'student_info', 2, 'student.unassigned_student', NULL, NULL, 1, 1, 5, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, NULL, NULL, 1, '2024-10-23 08:31:20', '2024-10-23 08:31:20'), (945, NULL, 'student_info', 68, 1, 0, 'Student Attendance', 'student_attendance', 'student_info', 2, 'student.student_attendance', NULL, NULL, 1, 1, 7, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, NULL, NULL, 1, '2024-10-23 08:31:20', '2024-10-23 08:31:20'), (946, NULL, NULL, 69, 1, 0, 'Add', 'student-attendance-store', 'student_attendance', 3, NULL, NULL, NULL, 1, 1, 70, 0, 0, 0, 1, 0, 0, 0, 0, 1, 1, 0, NULL, NULL, 1, '2024-10-23 08:31:20', '2024-10-23 08:31:20'), (947, NULL, 'student_info', 70, 1, 0, 'Student Attendance Report', 'student_attendance_report', 'students_report', 2, 'student.student_attendance_report', NULL, NULL, 1, 1, 8, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, NULL, NULL, 1, '2024-10-23 08:31:20', '2024-10-23 08:31:20'), (948, NULL, 'student_info', 76, 1, 0, 'Student Group', 'student_group', 'student_info', 2, 'student.student_group', NULL, NULL, 1, 1, 11, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, NULL, NULL, 1, '2024-10-23 08:31:20', '2024-10-23 08:31:20'), (949, NULL, NULL, 77, 1, 0, 'Add', 'student_group_store', 'student_group', 3, NULL, NULL, NULL, 1, 1, 78, 0, 0, 0, 1, 0, 0, 0, 0, 1, 1, 0, NULL, NULL, 1, '2024-10-23 08:31:20', '2024-10-23 08:31:20'), (950, NULL, NULL, 79, 1, 0, 'Edit', 'student_group_edit', 'student_group', 3, NULL, NULL, NULL, 1, 1, 80, 0, 0, 0, 1, 0, 0, 0, 0, 1, 1, 0, NULL, NULL, 1, '2024-10-23 08:31:20', '2024-10-23 08:31:20'), (951, NULL, NULL, 80, 1, 0, 'Delete', 'student_group_delete', 'student_group', 3, NULL, NULL, NULL, 1, 1, 81, 0, 0, 0, 1, 0, 0, 0, 0, 1, 1, 0, NULL, NULL, 1, '2024-10-23 08:31:20', '2024-10-23 08:31:20'), (952, NULL, 'student_info', 81, 1, 0, 'Student Promote', 'student_promote', 'student_info', 2, 'student.student_promote', NULL, NULL, 1, 1, 12, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, NULL, NULL, 1, '2024-10-23 08:31:20', '2024-10-23 08:31:20'), (953, NULL, NULL, 82, 1, 0, 'Add', 'student-promote-store', 'student_promote', 3, NULL, NULL, NULL, 1, 1, 83, 0, 0, 0, 1, 0, 0, 0, 0, 1, 1, 0, NULL, NULL, 1, '2024-10-23 08:31:20', '2024-10-23 08:31:20'), (954, NULL, 'student_info', 83, 1, 0, 'Disabled Students', 'disabled_student', 'student_info', 2, 'student.disabled_student', NULL, NULL, 1, 1, 13, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, NULL, NULL, 1, '2024-10-23 08:31:20', '2024-10-23 08:31:20'), (955, NULL, NULL, 84, 1, 0, 'Search', 'disabled_student_search', 'disabled_student', 3, NULL, NULL, NULL, 1, 1, 85, 0, 0, 0, 1, 0, 0, 0, 0, 1, 1, 0, NULL, NULL, 1, '2024-10-23 08:31:20', '2024-10-23 08:31:20'), (956, NULL, NULL, 85, 1, 0, 'Enable', 'enable_student', 'disabled_student', 3, NULL, NULL, NULL, 1, 1, 86, 0, 0, 0, 1, 0, 0, 0, 0, 1, 1, 0, NULL, NULL, 1, '2024-10-23 08:31:20', '2024-10-23 08:31:20'), (957, NULL, NULL, 86, 1, 0, 'Delete', 'disable_student_delete', 'disabled_student', 3, NULL, NULL, NULL, 1, 1, 87, 0, 0, 0, 1, 0, 0, 0, 0, 1, 1, 0, NULL, NULL, 1, '2024-10-23 08:31:20', '2024-10-23 08:31:20'), (958, NULL, 'student_info', 533, 1, 0, 'Subject Wise Attendance', 'subject-wise-attendance', 'student_info', 2, 'student.subject_wise_attendance', NULL, NULL, 1, 1, 9, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, NULL, NULL, 1, '2024-10-23 08:31:20', '2024-10-23 08:31:20'), (959, NULL, NULL, 534, 1, 0, 'Save', 'subject-attendance-store', 'subject-wise-attendance', 3, NULL, NULL, NULL, 1, 1, 535, 0, 0, 0, 1, 0, 0, 0, 0, 1, 1, 0, NULL, NULL, 1, '2024-10-23 08:31:20', '2024-10-23 08:31:20'), (960, NULL, 'students_report', 535, 1, 0, 'Subject Wise Attendance Report', 'subject-attendance-report', 'students_report', 2, 'student.subject_attendance_report', NULL, NULL, 1, 1, 10, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, NULL, NULL, 1, '2024-10-23 08:31:21', '2024-10-23 08:31:21'), (961, NULL, NULL, 536, 1, 0, 'Print', 'subject-attendance/print', 'subject-attendance-report', 3, NULL, NULL, NULL, 1, 1, 537, 0, 0, 0, 1, 0, 0, 0, 0, 1, 1, 0, NULL, NULL, 1, '2024-10-23 08:31:21', '2024-10-23 08:31:21'), (962, NULL, 'students_report', 663, 1, 0, 'Student Export', 'all-student-export', 'student_info', 2, 'student.student_export', NULL, NULL, 1, 1, 14, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, NULL, NULL, 1, '2024-10-23 08:31:21', '2024-10-23 08:31:21'), (963, NULL, NULL, 664, 1, 0, 'Export To CSV', 'all-student-export-excel', 'all-student-export', 3, NULL, NULL, NULL, 1, 1, 665, 0, 0, 0, 1, 0, 0, 0, 0, 1, 1, 0, NULL, NULL, 1, '2024-10-23 08:31:21', '2024-10-23 08:31:21'), (964, NULL, NULL, 665, 1, 0, 'Export To PDF', 'all-student-export-pdf', 'all-student-export', 3, NULL, NULL, NULL, 1, 1, 666, 0, 0, 0, 1, 0, 0, 0, 0, 1, 1, 0, NULL, NULL, 1, '2024-10-23 08:31:21', '2024-10-23 08:31:21'), (965, NULL, 'student_info', 950, 1, 0, 'Time Setup', 'notification_time_setup', 'student_info', 2, 'student.sms_sending_time', NULL, NULL, 1, 1, 15, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, NULL, NULL, 1, '2024-10-23 08:31:21', '2024-10-23 08:31:21'), (966, NULL, 'system_settings', 951, 1, 0, 'Student Settings', 'student_settings', 'general_settings', 2, 'student.student_settings', NULL, NULL, 1, 1, 16, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, NULL, NULL, 1, '2024-10-23 08:31:21', '2024-10-23 08:31:21'), (967, 'TwoFactorAuth', NULL, NULL, 1, 0, 'Two Factor Setting', 'two_factor_auth_setting', 'general_settings', 2, 'auth.two_factor_setting', NULL, NULL, 1, 1, 16, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, NULL, NULL, 1, '2024-10-23 08:31:21', '2024-10-23 08:31:21'), (968, 'BehaviourRecords', 'behaviour_records', NULL, 1, 0, 'Behaviour Records', 'behaviour_records', NULL, 1, 'behaviourRecords.behaviour_records', 'fas fa-clipboard', NULL, 1, 1, 19, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, NULL, NULL, 1, '2024-10-23 08:31:21', '2024-10-23 08:31:24'), (969, 'BehaviourRecords', NULL, NULL, 1, 0, 'Incidents', 'behaviour_records.incident', 'behaviour_records', 2, 'behaviourRecords.incidents', NULL, NULL, 1, 1, 1, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, NULL, NULL, 1, '2024-10-23 08:31:21', '2024-10-23 08:31:21'), (970, NULL, NULL, NULL, 1, 0, 'Add', 'behaviour_records.incident_create', 'behaviour_records.incident', 3, NULL, NULL, NULL, 1, 1, 1, 0, 0, 0, 1, 0, 0, 0, 0, 1, 1, 0, NULL, NULL, 1, '2024-10-23 08:31:21', '2024-10-23 08:31:21'), (971, NULL, NULL, NULL, 1, 0, 'Edit', 'behaviour_records.incident_update', 'behaviour_records.incident', 3, NULL, NULL, NULL, 1, 1, 2, 0, 0, 0, 1, 0, 0, 0, 0, 1, 1, 0, NULL, NULL, 1, '2024-10-23 08:31:21', '2024-10-23 08:31:21'), (972, NULL, NULL, NULL, 1, 0, 'Delete', 'behaviour_records.incident_delete', 'behaviour_records.incident', 3, NULL, NULL, NULL, 1, 1, 3, 0, 0, 0, 1, 0, 0, 0, 0, 1, 1, 0, NULL, NULL, 1, '2024-10-23 08:31:21', '2024-10-23 08:31:21'), (973, 'BehaviourRecords', NULL, NULL, 1, 0, 'Assign Incident', 'behaviour_records.assign-incident', 'behaviour_records', 2, 'behaviourRecords.assign_incident', NULL, NULL, 1, 1, 2, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, NULL, NULL, 1, '2024-10-23 08:31:21', '2024-10-23 08:31:21'), (974, NULL, NULL, NULL, 1, 0, 'Add', 'behaviour_records.assign_incident_save', 'behaviour_records.assign-incident', 3, NULL, NULL, NULL, 1, 1, 1, 0, 0, 0, 1, 0, 0, 0, 0, 1, 1, 0, NULL, NULL, 1, '2024-10-23 08:31:21', '2024-10-23 08:31:21'), (975, NULL, NULL, NULL, 1, 0, 'Delete', 'behaviour_records.assign_incident_delete', 'behaviour_records.assign-incident', 3, NULL, NULL, NULL, 1, 1, 2, 0, 0, 0, 1, 0, 0, 0, 0, 1, 1, 0, NULL, NULL, 1, '2024-10-23 08:31:21', '2024-10-23 08:31:21'), (976, 'BehaviourRecords', NULL, NULL, 1, 0, 'Student Incident Report', 'behaviour_records.student_incident_report', 'behaviour_records', 2, 'behaviourRecords.student_incident_report', NULL, NULL, 1, 1, 3, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, NULL, NULL, 1, '2024-10-23 08:31:21', '2024-10-23 08:31:21'), (977, 'BehaviourRecords', NULL, NULL, 1, 0, 'Behaviour Report', 'behaviour_records.student_behaviour_rank_report', 'behaviour_records', 2, 'behaviourRecords.behaviour_reports', NULL, NULL, 1, 1, 4, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, NULL, NULL, 1, '2024-10-23 08:31:21', '2024-10-23 08:31:21'), (978, 'BehaviourRecords', NULL, NULL, 1, 0, 'Class Section Report', 'behaviour_records.class_section_wise_rank_report', 'behaviour_records', 2, 'behaviourRecords.class_section_report', NULL, NULL, 1, 1, 5, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, NULL, NULL, 1, '2024-10-23 08:31:21', '2024-10-23 08:31:21'), (979, 'BehaviourRecords', NULL, NULL, 1, 0, 'Incident Wise Report', 'behaviour_records.incident_wise_report', 'behaviour_records', 2, 'behaviourRecords.incident_wise_report', NULL, NULL, 1, 1, 6, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, NULL, NULL, 1, '2024-10-23 08:31:21', '2024-10-23 08:31:21'), (980, 'BehaviourRecords', NULL, NULL, 1, 0, 'Incident Comment', 'behaviour_records.incident_comment', 'behaviour_records', 2, 'behaviourRecords.incident_comment', NULL, NULL, 1, 1, 7, 0, 0, 0, 1, 0, 0, 0, 0, 1, 1, 0, NULL, NULL, 1, '2024-10-23 08:31:21', '2024-10-23 08:31:24'), (981, NULL, NULL, NULL, 1, 0, 'Add', 'behaviour_records.incident_comment_save', 'behaviour_records.incident_comment', 3, NULL, NULL, NULL, 1, 1, 1, 0, 0, 0, 1, 0, 0, 0, 0, 1, 1, 0, NULL, NULL, 1, '2024-10-23 08:31:21', '2024-10-23 08:31:21'), (982, 'BehaviourRecords', NULL, NULL, 1, 0, 'Behaviour Settings', 'behaviour_records.setting', 'behaviour_records', 2, 'behaviourRecords.behaviour_settings', NULL, NULL, 1, 1, 8, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, NULL, NULL, 1, '2024-10-23 08:31:21', '2024-10-23 08:31:21'), (983, NULL, 'academics', 245, 1, 0, 'Academics', 'academics', NULL, 1, 'academics.academics', 'fas fa-graduation-cap', NULL, 1, 1, 5, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 'University', NULL, 1, '2024-10-23 08:31:21', '2024-10-23 08:31:21'), (984, NULL, 'academics', 537, 1, 0, 'Optional Subject', 'optional-subject', 'academics', 2, 'academics.optional_subject', NULL, NULL, 1, 1, 1, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 'University', NULL, 1, '2024-10-23 08:31:21', '2024-10-23 08:31:21'), (985, NULL, 'academics', 265, 1, 0, 'Section', 'section', 'academics', 2, 'common.section', NULL, NULL, 1, 1, 2, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, NULL, NULL, 1, '2024-10-23 08:31:21', '2024-10-23 08:31:21'), (986, NULL, NULL, 266, 1, 0, 'Add', 'section_store', 'section', 3, NULL, NULL, NULL, 1, 1, 267, 0, 0, 0, 1, 0, 0, 0, 0, 1, 1, 0, NULL, NULL, 1, '2024-10-23 08:31:21', '2024-10-23 08:31:21'), (987, NULL, NULL, 267, 1, 0, 'Edit', 'section_edit', 'section', 3, NULL, NULL, NULL, 1, 1, 268, 0, 0, 0, 1, 0, 0, 0, 0, 1, 1, 0, NULL, NULL, 1, '2024-10-23 08:31:21', '2024-10-23 08:31:21'), (988, NULL, NULL, 268, 1, 0, 'Delete', 'section_delete', 'section', 3, NULL, NULL, NULL, 1, 1, 269, 0, 0, 0, 1, 0, 0, 0, 0, 1, 1, 0, NULL, NULL, 1, '2024-10-23 08:31:21', '2024-10-23 08:31:21'), (989, NULL, 'academics', 261, 1, 0, 'Class', 'class', 'academics', 2, 'common.class', NULL, NULL, 1, 1, 3, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 'University', NULL, 1, '2024-10-23 08:31:21', '2024-10-23 08:31:21'), (990, NULL, NULL, 262, 1, 0, 'Add', 'class_store', 'class', 3, NULL, NULL, NULL, 1, 1, 263, 0, 0, 0, 1, 0, 0, 0, 0, 1, 1, 0, 'University', NULL, 1, '2024-10-23 08:31:21', '2024-10-23 08:31:21'), (991, NULL, NULL, 263, 1, 0, 'Edit', 'class_edit', 'class', 3, NULL, NULL, NULL, 1, 1, 264, 0, 0, 0, 1, 0, 0, 0, 0, 1, 1, 0, 'University', NULL, 1, '2024-10-23 08:31:21', '2024-10-23 08:31:21'), (992, NULL, NULL, 264, 1, 0, 'Delete', 'class_delete', 'class', 3, NULL, NULL, NULL, 1, 1, 265, 0, 0, 0, 1, 0, 0, 0, 0, 1, 1, 0, 'University', NULL, 1, '2024-10-23 08:31:21', '2024-10-23 08:31:21'), (993, NULL, 'academics', 257, 1, 0, 'Subjects', 'subject', 'academics', 2, 'common.subjects', NULL, NULL, 1, 1, 4, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 'University', NULL, 1, '2024-10-23 08:31:21', '2024-10-23 08:31:21'), (994, NULL, NULL, 258, 1, 0, 'Add', 'subject_store', 'subject', 3, NULL, NULL, NULL, 1, 1, 259, 0, 0, 0, 1, 0, 0, 0, 0, 1, 1, 0, 'University', NULL, 1, '2024-10-23 08:31:21', '2024-10-23 08:31:21'), (995, NULL, NULL, 259, 1, 0, 'Edit', 'subject_edit', 'subject', 3, NULL, NULL, NULL, 1, 1, 260, 0, 0, 0, 1, 0, 0, 0, 0, 1, 1, 0, 'University', NULL, 1, '2024-10-23 08:31:21', '2024-10-23 08:31:21'), (996, NULL, NULL, 260, 1, 0, 'Delete', 'subject_delete', 'subject', 3, NULL, NULL, NULL, 1, 1, 261, 0, 0, 0, 1, 0, 0, 0, 0, 1, 1, 0, 'University', NULL, 1, '2024-10-23 08:31:21', '2024-10-23 08:31:21'), (997, NULL, 'academics', 253, 1, 0, 'Assign Class Teacher', 'assign-class-teacher', 'academics', 2, 'academics.assign_class_teacher', NULL, NULL, 1, 1, 5, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 'University', NULL, 1, '2024-10-23 08:31:21', '2024-10-23 08:31:21'), (998, NULL, NULL, 254, 1, 0, 'Add', 'assign-class-teacher-store', 'assign-class-teacher', 3, NULL, NULL, NULL, 1, 1, 255, 0, 0, 0, 1, 0, 0, 0, 0, 1, 1, 0, 'University', NULL, 1, '2024-10-23 08:31:21', '2024-10-23 08:31:21'), (999, NULL, NULL, 255, 1, 0, 'Edit', 'assign-class-teacher-edit', 'assign-class-teacher', 3, NULL, NULL, NULL, 1, 1, 256, 0, 0, 0, 1, 0, 0, 0, 0, 1, 1, 0, 'University', NULL, 1, '2024-10-23 08:31:21', '2024-10-23 08:31:21'), (1000, NULL, NULL, 256, 1, 0, 'Delete', 'assign-class-teacher-delete', 'assign-class-teacher', 3, NULL, NULL, NULL, 1, 1, 257, 0, 0, 0, 1, 0, 0, 0, 0, 1, 1, 0, 'University', NULL, 1, '2024-10-23 08:31:21', '2024-10-23 08:31:21'), (1001, NULL, 'academics', 250, 1, 0, 'Assign Subject', 'assign_subject', 'academics', 2, 'academics.assign_subject', NULL, NULL, 1, 1, 6, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 'University', NULL, 1, '2024-10-23 08:31:21', '2024-10-23 08:31:21'), (1002, NULL, NULL, 251, 1, 0, 'Add', 'assign-subject-store', 'assign_subject', 3, NULL, NULL, NULL, 1, 1, 252, 0, 0, 0, 1, 0, 0, 0, 0, 1, 1, 0, 'University', NULL, 1, '2024-10-23 08:31:21', '2024-10-23 08:31:21'), (1003, NULL, NULL, 252, 1, 0, 'view', 'assign_subject_create', 'assign_subject', 3, NULL, NULL, NULL, 1, 1, 253, 0, 0, 0, 1, 0, 0, 0, 0, 1, 1, 0, 'University', NULL, 1, '2024-10-23 08:31:21', '2024-10-23 08:31:21'), (1004, NULL, 'academics', 269, 1, 0, 'Class Room', 'class-room', 'academics', 2, 'academics.class_room', NULL, NULL, 1, 1, 7, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 'University', NULL, 1, '2024-10-23 08:31:21', '2024-10-23 08:31:21'), (1005, NULL, NULL, 270, 1, 0, 'Add', 'class-room-store', 'class-room', 3, NULL, NULL, NULL, 1, 1, 271, 0, 0, 0, 1, 0, 0, 0, 0, 1, 1, 0, NULL, NULL, 1, '2024-10-23 08:31:21', '2024-10-23 08:31:21'), (1006, NULL, NULL, 271, 1, 0, 'Edit', 'class-room-edit', 'class-room', 3, NULL, NULL, NULL, 1, 1, 272, 0, 0, 0, 1, 0, 0, 0, 0, 1, 1, 0, NULL, NULL, 1, '2024-10-23 08:31:21', '2024-10-23 08:31:21'), (1007, NULL, NULL, 272, 1, 0, 'Delete', 'class-room-delete', 'class-room', 3, NULL, NULL, NULL, 1, 1, 273, 0, 0, 0, 1, 0, 0, 0, 0, 1, 1, 0, NULL, NULL, 1, '2024-10-23 08:31:21', '2024-10-23 08:31:21'), (1008, NULL, 'academics', 246, 1, 0, 'Class Routine', 'class_routine', 'academics', 2, 'academics.class_routine', NULL, NULL, 1, 1, 8, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 'University', NULL, 1, '2024-10-23 08:31:21', '2024-10-23 08:31:21'), (1009, NULL, NULL, 246, 1, 0, 'Add', 'add-new-class-routine-store', 'class_routine', 3, NULL, NULL, NULL, 1, 1, 8, 0, 0, 0, 1, 0, 0, 0, 0, 1, 1, 0, NULL, NULL, 1, '2024-10-23 08:31:21', '2024-10-23 08:31:21'), (1010, NULL, NULL, 246, 1, 0, 'Delete', 'delete-class-routine', 'class_routine', 3, NULL, NULL, NULL, 1, 1, 8, 0, 0, 0, 1, 0, 0, 0, 0, 1, 1, 0, NULL, NULL, 1, '2024-10-23 08:31:21', '2024-10-23 08:31:21'), (1011, NULL, 'academics', 387, 1, 0, 'Teacher Class Routine', 'teacher_class_routine_report', 'academics', 2, 'academics.teacher_class_routine', NULL, NULL, 1, 1, 9, 0, 0, 1, 0, 1, 0, 0, 0, 1, 1, 0, NULL, NULL, 1, '2024-10-23 08:31:21', '2024-10-23 08:31:21'), (1012, NULL, 'study_material', 87, 1, 0, 'Study Material', 'study_material', NULL, 1, 'study.study_material', 'fas fa-solid fa-download', NULL, 1, 1, 6, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, NULL, NULL, 1, '2024-10-23 08:31:21', '2024-10-23 08:31:21'), (1013, NULL, 'study_material', 88, 1, 0, 'Upload Content', 'upload-content', 'study_material', 2, 'study.upload_content', NULL, NULL, 1, 1, 1, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, NULL, NULL, 1, '2024-10-23 08:31:21', '2024-10-23 08:31:21'), (1014, NULL, NULL, 89, 1, 0, 'Add', 'save-upload-content', 'upload-content', 3, NULL, NULL, NULL, 1, 1, 90, 0, 0, 0, 1, 0, 0, 0, 0, 1, 1, 0, NULL, NULL, 1, '2024-10-23 08:31:21', '2024-10-23 08:31:21'), (1015, NULL, NULL, 90, 1, 0, 'Download', 'download-content-document', 'upload-content', 3, NULL, NULL, NULL, 1, 1, 91, 0, 0, 0, 1, 0, 0, 0, 0, 1, 1, 0, NULL, NULL, 1, '2024-10-23 08:31:21', '2024-10-23 08:31:21'), (1016, NULL, NULL, 91, 1, 0, 'Delete', 'delete-upload-content', 'upload-content', 3, NULL, NULL, NULL, 1, 1, 92, 0, 0, 0, 1, 0, 0, 0, 0, 1, 1, 0, NULL, NULL, 1, '2024-10-23 08:31:21', '2024-10-23 08:31:21'), (1017, NULL, NULL, 586, 1, 0, 'edit', 'upload-content-edit', 'upload-content', 3, NULL, NULL, NULL, 1, 1, 587, 0, 0, 0, 1, 0, 0, 0, 0, 1, 1, 0, NULL, NULL, 1, '2024-10-23 08:31:21', '2024-10-23 08:31:21'), (1018, NULL, 'study_material', 92, 1, 0, 'Assignment', 'assignment-list', 'study_material', 2, 'study.assignment', NULL, NULL, 1, 1, 2, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, NULL, NULL, 1, '2024-10-23 08:31:21', '2024-10-23 08:31:21'), (1019, NULL, NULL, 93, 1, 0, 'Edit', 'assignment-list-edit', 'assignment-list', 3, NULL, NULL, NULL, 1, 1, 94, 0, 0, 0, 1, 0, 0, 0, 0, 1, 1, 0, NULL, NULL, 1, '2024-10-23 08:31:21', '2024-10-23 08:31:21'), (1020, NULL, NULL, 94, 1, 0, 'Download', 'assignment-list-download', 'assignment-list', 3, NULL, NULL, NULL, 1, 1, 95, 0, 0, 0, 1, 0, 0, 0, 0, 1, 1, 0, NULL, NULL, 1, '2024-10-23 08:31:21', '2024-10-23 08:31:21'), (1021, NULL, NULL, 95, 1, 0, 'Delete', 'assignment-list-delete', 'assignment-list', 3, NULL, NULL, NULL, 1, 1, 96, 0, 0, 0, 1, 0, 0, 0, 0, 1, 1, 0, NULL, NULL, 1, '2024-10-23 08:31:21', '2024-10-23 08:31:21'), (1022, NULL, 'study_material', 100, 1, 0, 'Syllabus', 'syllabus-list', 'study_material', 2, 'study.syllabus', NULL, NULL, 1, 1, 3, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, NULL, NULL, 1, '2024-10-23 08:31:21', '2024-10-23 08:31:21'), (1023, NULL, NULL, 102, 1, 0, 'Edit', 'syllabus-list-edit', 'syllabus-list', 3, NULL, NULL, NULL, 1, 1, 103, 0, 0, 0, 1, 0, 0, 0, 0, 1, 1, 0, NULL, NULL, 1, '2024-10-23 08:31:21', '2024-10-23 08:31:21'), (1024, NULL, NULL, 103, 1, 0, 'Delete', 'syllabus-list-delete', 'syllabus-list', 3, NULL, NULL, NULL, 1, 1, 104, 0, 0, 0, 1, 0, 0, 0, 0, 1, 1, 0, NULL, NULL, 1, '2024-10-23 08:31:21', '2024-10-23 08:31:21'), (1025, NULL, NULL, 104, 1, 0, 'Download', 'syllabus-list-download', 'syllabus-list', 3, NULL, NULL, NULL, 1, 1, 105, 0, 0, 0, 1, 0, 0, 0, 0, 1, 1, 0, NULL, NULL, 1, '2024-10-23 08:31:21', '2024-10-23 08:31:21'), (1026, NULL, 'study_material', 105, 1, 0, 'Other Downloads', 'other-download-list', 'study_material', 2, 'study.other_download', NULL, NULL, 1, 1, 4, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, NULL, NULL, 1, '2024-10-23 08:31:21', '2024-10-23 08:31:21'), (1027, NULL, NULL, 106, 1, 0, 'Download', 'other-download-list-download', 'other-download-list', 3, NULL, NULL, NULL, 1, 1, 107, 0, 0, 0, 1, 0, 0, 0, 0, 1, 1, 0, NULL, NULL, 1, '2024-10-23 08:31:21', '2024-10-23 08:31:21'), (1028, NULL, NULL, 107, 1, 0, 'Delete', 'other-download-list-delete', 'other-download-list', 3, NULL, NULL, NULL, 1, 1, 108, 0, 0, 0, 1, 0, 0, 0, 0, 1, 1, 0, NULL, NULL, 1, '2024-10-23 08:31:21', '2024-10-23 08:31:21'), (1029, NULL, NULL, 588, 1, 0, 'edit', 'other-download-list-edit', 'other-download-list', 3, NULL, NULL, NULL, 1, 1, 589, 0, 0, 0, 1, 0, 0, 0, 0, 1, 1, 0, NULL, NULL, 1, '2024-10-23 08:31:21', '2024-10-23 08:31:21'), (1030, NULL, 'lesson_plan', 800, 1, 0, 'Lesson Plan', 'lesson-plan', NULL, 1, 'lesson::lesson.lesson_plan', 'fas fa fa-list-alt', NULL, 1, 1, 7, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, NULL, NULL, 1, '2024-10-23 08:31:21', '2024-10-23 08:31:21'), (1031, NULL, 'lesson_plan', 801, 1, 0, 'Lesson', 'lesson', 'lesson-plan', 2, 'lesson::lesson.lesson', NULL, NULL, 1, 1, 1, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, NULL, NULL, 1, '2024-10-23 08:31:21', '2024-10-23 08:31:21'), (1032, NULL, NULL, 802, 1, 0, 'Add', 'lesson.create-store', 'lesson', 3, NULL, NULL, NULL, 1, 1, 803, 0, 0, 0, 1, 0, 0, 0, 0, 1, 1, 0, NULL, NULL, 1, '2024-10-23 08:31:21', '2024-10-23 08:31:21'), (1033, NULL, NULL, 803, 1, 0, 'Edit', 'lesson-edit', 'lesson', 3, NULL, NULL, NULL, 1, 1, 804, 0, 0, 0, 1, 0, 0, 0, 0, 1, 1, 0, NULL, NULL, 1, '2024-10-23 08:31:21', '2024-10-23 08:31:21'), (1034, NULL, NULL, 804, 1, 0, 'Delete', 'lesson-delete', 'lesson', 3, NULL, NULL, NULL, 1, 1, 805, 0, 0, 0, 1, 0, 0, 0, 0, 1, 1, 0, NULL, NULL, 1, '2024-10-23 08:31:21', '2024-10-23 08:31:21'), (1035, NULL, 'lesson_plan', 805, 1, 0, 'Topic', 'lesson.topic', 'lesson-plan', 2, 'lesson::lesson.topic', NULL, NULL, 1, 1, 2, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, NULL, NULL, 1, '2024-10-23 08:31:21', '2024-10-23 08:31:21'), (1036, NULL, NULL, 806, 1, 0, 'Add', 'lesson.topic.store', 'lesson.topic', 3, NULL, NULL, NULL, 1, 1, 807, 0, 0, 0, 1, 0, 0, 0, 0, 1, 1, 0, NULL, NULL, 1, '2024-10-23 08:31:21', '2024-10-23 08:31:21'), (1037, NULL, NULL, 807, 1, 0, 'Edit', 'topic-edit', 'lesson.topic', 3, NULL, NULL, NULL, 1, 1, 808, 0, 0, 0, 1, 0, 0, 0, 0, 1, 1, 0, NULL, NULL, 1, '2024-10-23 08:31:21', '2024-10-23 08:31:21'), (1038, NULL, NULL, 808, 1, 0, 'Delete', 'topic-delete', 'lesson.topic', 3, NULL, NULL, NULL, 1, 1, 809, 0, 0, 0, 1, 0, 0, 0, 0, 1, 1, 0, NULL, NULL, 1, '2024-10-23 08:31:21', '2024-10-23 08:31:21'), (1039, NULL, 'lesson_plan', 809, 1, 0, 'Topic Overview', 'topic-overview', 'lesson-plan', 2, 'lesson::lesson.topic_overview', NULL, NULL, 1, 1, 3, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, NULL, NULL, 1, '2024-10-23 08:31:21', '2024-10-23 08:31:21'), (1040, NULL, 'lesson_plan', 810, 1, 0, 'Lesson Plan', 'lesson.lesson-planner', 'lesson-plan', 2, 'lesson::lesson.lesson_plan', NULL, NULL, 1, 1, 4, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, NULL, NULL, 1, '2024-10-23 08:31:21', '2024-10-23 08:31:21'), (1041, NULL, NULL, 811, 1, 0, 'Add', 'add-new-lesson-plan', 'lesson.lesson-planner', 3, NULL, NULL, NULL, 1, 1, 812, 0, 0, 0, 1, 0, 0, 0, 0, 1, 1, 0, NULL, NULL, 1, '2024-10-23 08:31:21', '2024-10-23 08:31:21'), (1042, NULL, NULL, 812, 1, 0, 'Edit', 'edit-lesson-planner-lesson', 'lesson.lesson-planner', 3, NULL, NULL, NULL, 1, 1, 813, 0, 0, 0, 1, 0, 0, 0, 0, 1, 1, 0, NULL, NULL, 1, '2024-10-23 08:31:21', '2024-10-23 08:31:21'), (1043, NULL, NULL, 813, 1, 0, 'Delete', 'delete-lesson-planner-lesson', 'lesson.lesson-planner', 3, NULL, NULL, NULL, 1, 1, 814, 0, 0, 0, 1, 0, 0, 0, 0, 1, 1, 0, NULL, NULL, 1, '2024-10-23 08:31:21', '2024-10-23 08:31:21'), (1044, NULL, NULL, 814, 1, 0, 'view', 'view-lesson-planner-lesson', 'lesson.lesson-planner', 3, NULL, NULL, NULL, 1, 1, 815, 0, 0, 0, 1, 0, 0, 0, 0, 1, 1, 0, NULL, NULL, 1, '2024-10-23 08:31:21', '2024-10-23 08:31:21'), (1045, NULL, 'lesson_plan', 810, 1, 0, 'My Lesson Plan', 'view-teacher-lessonPlan', 'lesson-plan', 2, 'lesson::lesson.my_lesson_plan', NULL, NULL, 1, 1, 4, 0, 0, 1, 0, 1, 0, 0, 0, 1, 1, 0, NULL, NULL, 1, '2024-10-23 08:31:21', '2024-10-23 08:31:21'), (1046, NULL, 'lesson_plan', 810, 1, 0, 'My Lesson Plan Overview', 'view-teacher-lessonPlan-overview', 'lesson-plan', 2, 'lesson::lesson.my_lesson_plan_overview', NULL, NULL, 1, 1, 4, 0, 0, 1, 0, 1, 0, 0, 0, 1, 1, 0, NULL, NULL, 1, '2024-10-23 08:31:21', '2024-10-23 08:31:21'), (1047, NULL, NULL, 815, 1, 0, 'Lesson Plan Overview', 'lesson.lessonPlan-overiew', 'lesson-plan', 2, 'lesson::lesson.lesson_plan_overview', NULL, NULL, 1, 1, 5, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, NULL, NULL, 1, '2024-10-23 08:31:21', '2024-10-23 08:31:21'), (1048, NULL, 'system_settings', 835, 1, 0, 'Lesson Plan Setting', 'lesson.lessonPlan-setting', 'general_settings', 2, 'lesson::lesson.lesson_plan_setting', NULL, NULL, 1, 1, 8, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, NULL, NULL, 1, '2024-10-23 08:31:21', '2024-10-23 08:31:21'), (1049, 'Fees', 'fees', 20, 1, 0, 'Fees', 'fees', NULL, 1, 'fees.fees', 'fas fa-money', NULL, 1, 1, 8, 0, 0, 1, 1, 0, NULL, 0, 0, 1, 1, 0, NULL, NULL, 1, '2024-10-23 08:31:21', '2024-10-23 08:31:21'), (1050, 'Fees', 'fees', 1131, 1, 0, 'Fees Group', 'fees.fees-group', 'fees', 2, 'fees.fees_group', NULL, NULL, 1, 1, 1, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, NULL, NULL, 1, '2024-10-23 08:31:21', '2024-10-23 08:31:21'), (1051, NULL, NULL, 1132, 1, 0, 'Add', 'fees.fees-group-store', 'fees.fees-group', 3, NULL, NULL, NULL, 1, 1, 1133, 0, 0, 0, 1, 0, 0, 0, 0, 1, 1, 0, NULL, NULL, 1, '2024-10-23 08:31:21', '2024-10-23 08:31:21'), (1052, NULL, NULL, 1133, 1, 0, 'Edit', 'fees.fees-group-edit', 'fees.fees-group', 3, NULL, NULL, NULL, 1, 1, 1134, 0, 0, 0, 1, 0, 0, 0, 0, 1, 1, 0, NULL, NULL, 1, '2024-10-23 08:31:21', '2024-10-23 08:31:21'), (1053, NULL, NULL, 1134, 1, 0, 'Delete', 'fees.fees-group-delete', 'fees.fees-group', 3, NULL, NULL, NULL, 1, 1, 1135, 0, 0, 0, 1, 0, 0, 0, 0, 1, 1, 0, NULL, NULL, 1, '2024-10-23 08:31:21', '2024-10-23 08:31:21'), (1054, 'Fees', 'fees', 1135, 1, 0, 'Fees Type', 'fees.fees-type', 'fees', 2, 'fees.fees_type', NULL, NULL, 1, 1, 2, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, NULL, NULL, 1, '2024-10-23 08:31:21', '2024-10-23 08:31:21'), (1055, NULL, NULL, 1136, 1, 0, 'Add', 'fees.fees-type-store', 'fees.fees-type', 3, NULL, NULL, NULL, 1, 1, 1137, 0, 0, 0, 1, 0, 0, 0, 0, 1, 1, 0, NULL, NULL, 1, '2024-10-23 08:31:21', '2024-10-23 08:31:21'), (1056, NULL, NULL, 1137, 1, 0, 'Edit', 'fees.fees-type-edit', 'fees.fees-type', 3, NULL, NULL, NULL, 1, 1, 1138, 0, 0, 0, 1, 0, 0, 0, 0, 1, 1, 0, NULL, NULL, 1, '2024-10-23 08:31:21', '2024-10-23 08:31:21'), (1057, NULL, NULL, 1138, 1, 0, 'Delete', 'fees.fees-type-delete', 'fees.fees-type', 3, NULL, NULL, NULL, 1, 1, 1139, 0, 0, 0, 1, 0, 0, 0, 0, 1, 1, 0, NULL, NULL, 1, '2024-10-23 08:31:21', '2024-10-23 08:31:21'), (1058, 'Fees', 'fees', 1139, 1, 0, 'Fees Invoice', 'fees.fees-invoice-list', 'fees', 2, 'fees::feesModule.fees_invoice', NULL, NULL, 1, 1, 3, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, NULL, NULL, 1, '2024-10-23 08:31:21', '2024-10-23 08:31:21'), (1059, NULL, NULL, 1136, 1, 0, 'Add', 'fees.fees-invoice-store', 'fees.fees-invoice-list', 3, NULL, NULL, NULL, 1, 1, 1137, 0, 0, 0, 1, 0, 0, 0, 0, 1, 1, 0, NULL, NULL, 1, '2024-10-23 08:31:21', '2024-10-23 08:31:21'), (1060, NULL, NULL, 1137, 1, 0, 'Edit', 'fees.fees-type-edit', 'fees.fees-invoice-list', 3, NULL, NULL, NULL, 1, 1, 1138, 0, 0, 0, 1, 0, 0, 0, 0, 1, 1, 0, NULL, NULL, 1, '2024-10-23 08:31:21', '2024-10-23 08:31:21'), (1061, NULL, NULL, 1138, 1, 0, 'Delete', 'fees.fees-invoice-delete', 'fees.fees-invoice-list', 3, NULL, NULL, NULL, 1, 1, 1139, 0, 0, 0, 1, 0, 0, 0, 0, 1, 1, 0, NULL, NULL, 1, '2024-10-23 08:31:21', '2024-10-23 08:31:21'), (1062, NULL, NULL, 1138, 1, 0, 'Add Payment', 'fees.add-fees-payment', 'fees.fees-invoice-list', 3, NULL, NULL, NULL, 1, 1, 1139, 0, 0, 0, 1, 0, 0, 0, 0, 1, 1, 0, NULL, NULL, 1, '2024-10-23 08:31:21', '2024-10-23 08:31:21'), (1063, NULL, NULL, 1138, 1, 0, 'View', 'fees.fees-invoice-view', 'fees.fees-invoice-list', 3, NULL, NULL, NULL, 1, 1, 1139, 0, 0, 0, 1, 0, 0, 0, 0, 1, 1, 0, NULL, NULL, 1, '2024-10-23 08:31:21', '2024-10-23 08:31:21'), (1064, NULL, NULL, 1138, 1, 0, 'View Payment', 'fees.fees-view-payment', 'fees.fees-invoice-list', 3, NULL, NULL, NULL, 1, 1, 1139, 0, 0, 0, 1, 0, 0, 0, 0, 1, 1, 0, NULL, NULL, 1, '2024-10-23 08:31:21', '2024-10-23 08:31:21'), (1065, 'Fees', 'fees', 1148, 1, 0, 'Bank Payment', 'fees.bank-payment', 'fees', 2, 'fees.bank_payment', NULL, NULL, 1, 1, 4, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, NULL, NULL, 1, '2024-10-23 08:31:21', '2024-10-23 08:31:21'); INSERT INTO `permissions` (`id`, `module`, `sidebar_menu`, `old_id`, `section_id`, `parent_id`, `name`, `route`, `parent_route`, `type`, `lang_name`, `icon`, `svg`, `status`, `menu_status`, `position`, `is_saas`, `relate_to_child`, `is_menu`, `is_admin`, `is_teacher`, `is_student`, `is_parent`, `is_alumni`, `created_by`, `updated_by`, `permission_section`, `alternate_module`, `user_id`, `school_id`, `created_at`, `updated_at`) VALUES (1066, 'Fees', NULL, 1149, 1, 0, 'Search', 'fees.search-bank-payment', 'fees.bank-payment', 3, NULL, NULL, NULL, 1, 1, 1150, 0, 0, 0, 1, 0, 0, 0, 0, 1, 1, 0, NULL, NULL, 1, '2024-10-23 08:31:21', '2024-10-23 08:31:21'), (1067, 'Fees', NULL, 1150, 1, 0, 'Approve Payment', 'fees.approve-bank-payment', 'fees.bank-payment', 3, NULL, NULL, NULL, 1, 1, 1151, 0, 0, 0, 1, 0, 0, 0, 0, 1, 1, 0, NULL, NULL, 1, '2024-10-23 08:31:21', '2024-10-23 08:31:21'), (1068, 'Fees', NULL, 1151, 1, 0, 'Reject Payment', 'fees.reject-bank-payment', 'fees.bank-payment', 3, NULL, NULL, NULL, 1, 1, 1152, 0, 0, 0, 1, 0, 0, 0, 0, 1, 1, 0, NULL, NULL, 1, '2024-10-23 08:31:21', '2024-10-23 08:31:21'), (1069, 'Fees', 'fees_settings', 1152, 1, 0, 'Fees Invoice Settings', 'fees.fees-invoice-settings', 'fees_settings', 2, 'fees::feesModule.fees_invoice_settings', NULL, NULL, 1, 1, 5, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, NULL, NULL, 1, '2024-10-23 08:31:21', '2024-10-23 08:31:21'), (1070, 'Fees', NULL, 1153, 1, 0, 'Update', 'fees.fees-invoice-settings-update', 'fees.fees-invoice-settings', 3, NULL, NULL, NULL, 1, 1, 1154, 0, 0, 0, 1, 0, 0, 0, 0, 1, 1, 0, NULL, NULL, 1, '2024-10-23 08:31:21', '2024-10-23 08:31:21'), (1071, 'Fees', NULL, 1154, 1, 0, 'Report', 'fees.fees-report', 'fees', 2, 'reports.report', NULL, NULL, 1, 1, 6, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, NULL, NULL, 1, '2024-10-23 08:31:21', '2024-10-23 08:31:21'), (1072, 'Fees', NULL, 1155, 1, 0, 'Fees Due Report', 'fees.due-fees', 'fees_report', 3, 'fees::feesModule.fees_due_report', NULL, NULL, 1, 1, 7, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, NULL, NULL, 1, '2024-10-23 08:31:21', '2024-10-23 08:31:21'), (1073, 'Fees', NULL, 1158, 1, 0, 'Fine Report', 'fees.fine-report', 'fees_report', 3, 'accounts.fine_report', NULL, NULL, 1, 1, 8, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, NULL, NULL, 1, '2024-10-23 08:31:21', '2024-10-23 08:31:21'), (1074, 'Fees', NULL, 1159, 1, 0, 'Payment Report', 'fees.payment-report', 'fees_report', 3, 'fees::feesModule.payment_report', NULL, NULL, 1, 1, 9, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, NULL, NULL, 1, '2024-10-23 08:31:21', '2024-10-23 08:31:21'), (1075, 'Fees', NULL, 1160, 1, 0, 'Balance Report', 'fees.balance-report', 'fees_report', 3, 'fees::feesModule.balance_report', NULL, NULL, 1, 1, 10, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, NULL, NULL, 1, '2024-10-23 08:31:21', '2024-10-23 08:31:21'), (1076, 'Fees', 'fees', 1161, 1, 0, 'Waiver Report', 'fees.waiver-report', 'fees_report', 3, 'fees::feesModule.waiver_report', NULL, NULL, 1, 1, 0, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, NULL, NULL, 1, '2024-10-23 08:31:21', '2024-10-23 08:31:21'), (1077, 'Fees', 'fees', NULL, 1, 0, 'Fees Carry Forward', 'fees_forward', 'fees', 2, 'fees.fees_forward', NULL, NULL, 1, 1, 137, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, NULL, NULL, 1, '2024-10-23 08:31:21', '2024-10-23 08:31:21'), (1078, 'fees_collection', 'fees', 108, 1, 0, 'Fees Collection', 'fees_collection', NULL, 1, 'fees.fees_collection', 'flaticon-wallet', NULL, 1, 1, 8, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, NULL, NULL, 1, '2024-10-23 08:31:21', '2024-10-23 08:31:21'), (1079, 'fees_collection', 'fees', 123, 1, 0, 'Fees Group', 'fees_group', 'fees_collection', 2, 'fees.fees_group', NULL, NULL, 1, 1, 2, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, NULL, NULL, 1, '2024-10-23 08:31:21', '2024-10-23 08:31:21'), (1080, NULL, NULL, 1132, 1, 0, 'Add', 'fees_group_store', 'fees_group', 3, NULL, NULL, NULL, 1, 0, 1133, 0, 0, 0, 1, 0, 0, 0, 0, 1, 1, 0, NULL, NULL, 1, '2024-10-23 08:31:21', '2024-10-23 08:31:21'), (1081, NULL, NULL, 1133, 1, 0, 'Edit', 'fees_group_edit', 'fees_group', 3, NULL, NULL, NULL, 1, 0, 1134, 0, 0, 0, 1, 0, 0, 0, 0, 1, 1, 0, NULL, NULL, 1, '2024-10-23 08:31:21', '2024-10-23 08:31:21'), (1082, NULL, NULL, 1134, 1, 0, 'Delete', 'fees_group_delete', 'fees_group', 3, NULL, NULL, NULL, 1, 0, 1135, 0, 0, 0, 1, 0, 0, 0, 0, 1, 1, 0, NULL, NULL, 1, '2024-10-23 08:31:21', '2024-10-23 08:31:21'), (1083, 'fees_collection', 'fees', 127, 1, 0, 'Fees Type', 'fees_type', 'fees_collection', 2, 'fees.fees_type', NULL, NULL, 1, 1, 1, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, NULL, NULL, 1, '2024-10-23 08:31:21', '2024-10-23 08:31:21'), (1084, NULL, NULL, 1136, 1, 0, 'Add', 'fees_type_store', 'fees_type', 3, NULL, NULL, NULL, 1, 0, 1137, 0, 0, 0, 1, 0, 0, 0, 0, 1, 1, 0, NULL, NULL, 1, '2024-10-23 08:31:21', '2024-10-23 08:31:21'), (1085, NULL, NULL, 1137, 1, 0, 'Edit', 'fees_type_edit', 'fees_type', 3, NULL, NULL, NULL, 1, 0, 1138, 0, 0, 0, 1, 0, 0, 0, 0, 1, 1, 0, NULL, NULL, 1, '2024-10-23 08:31:21', '2024-10-23 08:31:21'), (1086, NULL, NULL, 1138, 1, 0, 'Delete', 'fees_type_delete', 'fees_type', 3, NULL, NULL, NULL, 1, 0, 1139, 0, 0, 0, 1, 0, 0, 0, 0, 1, 1, 0, NULL, NULL, 1, '2024-10-23 08:31:21', '2024-10-23 08:31:21'), (1087, 'fees_collection', 'fees', 118, 1, 0, 'Fees Master', 'fees-master', 'fees_collection', 2, 'fees.fees_master', NULL, NULL, 1, 1, 3, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, NULL, NULL, 1, '2024-10-23 08:31:21', '2024-10-23 08:31:21'), (1088, NULL, NULL, 119, 1, 0, 'Add', 'fees-master-store', 'fees-master', 3, NULL, NULL, NULL, 1, 0, 120, 0, 0, 0, 1, 0, 0, 0, 0, 1, 1, 0, NULL, NULL, 1, '2024-10-23 08:31:21', '2024-10-23 08:31:21'), (1089, NULL, NULL, 120, 1, 0, 'Edit', 'fees-master-edit', 'fees-master', 3, NULL, NULL, NULL, 1, 0, 121, 0, 0, 0, 1, 0, 0, 0, 0, 1, 1, 0, NULL, NULL, 1, '2024-10-23 08:31:21', '2024-10-23 08:31:21'), (1090, NULL, NULL, 121, 1, 0, 'Delete', 'fees-master-delete', 'fees-master', 3, NULL, NULL, NULL, 1, 0, 122, 0, 0, 0, 1, 0, 0, 0, 0, 1, 1, 0, NULL, NULL, 1, '2024-10-23 08:31:21', '2024-10-23 08:31:21'), (1091, NULL, NULL, 122, 1, 0, 'Assign', 'fees_assign', 'fees-master', 3, NULL, NULL, NULL, 1, 0, 123, 0, 0, 0, 1, 0, 0, 0, 0, 1, 1, 0, NULL, NULL, 1, '2024-10-23 08:31:21', '2024-10-23 08:31:21'), (1092, 'fees_collection', 'fees', 131, 1, 0, 'Fees Discount', 'fees_discount', 'fees_collection', 2, 'fees.fees_discount', NULL, NULL, 1, 1, 0, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, NULL, NULL, 1, '2024-10-23 08:31:21', '2024-10-23 08:31:21'), (1093, NULL, NULL, 132, 1, 0, 'Add', 'fees_discount_store', 'fees_discount', 3, NULL, NULL, NULL, 1, 0, 133, 0, 0, 0, 1, 0, 0, 0, 0, 1, 1, 0, NULL, NULL, 1, '2024-10-23 08:31:21', '2024-10-23 08:31:21'), (1094, NULL, NULL, 133, 1, 0, 'Edit', 'fees_discount_edit', 'fees_discount', 3, NULL, NULL, NULL, 1, 0, 134, 0, 0, 0, 1, 0, 0, 0, 0, 1, 1, 0, NULL, NULL, 1, '2024-10-23 08:31:21', '2024-10-23 08:31:21'), (1095, NULL, NULL, 134, 1, 0, 'Delete', 'fees_discount_delete', 'fees_discount', 3, NULL, NULL, NULL, 1, 0, 135, 0, 0, 0, 1, 0, 0, 0, 0, 1, 1, 0, NULL, NULL, 1, '2024-10-23 08:31:21', '2024-10-23 08:31:21'), (1096, NULL, NULL, 135, 1, 0, 'Assign', 'fees_discount_assign', 'fees_discount', 3, NULL, NULL, NULL, 1, 0, 136, 0, 0, 0, 1, 0, 0, 0, 0, 1, 1, 0, NULL, NULL, 1, '2024-10-23 08:31:21', '2024-10-23 08:31:21'), (1097, 'fees_collection', 'fees', 109, 1, 0, 'Collect Fees', 'collect_fees', 'fees_collection', 2, 'fees.collect_fees', NULL, NULL, 1, 1, 0, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, NULL, NULL, 1, '2024-10-23 08:31:21', '2024-10-23 08:31:21'), (1098, NULL, NULL, 110, 1, 0, ' Collect Fees', 'fees_collect_student_wise', 'collect_fees', 3, NULL, NULL, NULL, 1, 0, 111, 0, 0, 0, 1, 0, 0, 0, 0, 1, 1, 0, NULL, NULL, 1, '2024-10-23 08:31:21', '2024-10-23 08:31:21'), (1099, NULL, NULL, 111, 1, 0, 'Add', 'fees-generate-modal', 'collect_fees', 3, NULL, NULL, NULL, 1, 0, 112, 0, 0, 0, 1, 0, 0, 0, 0, 1, 1, 0, NULL, NULL, 1, '2024-10-23 08:31:21', '2024-10-23 08:31:21'), (1100, NULL, NULL, 112, 1, 0, 'Print', 'fees_payment_print', 'collect_fees', 3, NULL, NULL, NULL, 1, 0, 113, 0, 0, 0, 1, 0, 0, 0, 0, 1, 1, 0, NULL, NULL, 1, '2024-10-23 08:31:21', '2024-10-23 08:31:21'), (1101, 'fees_collection', 'fees', 113, 1, 0, 'Search Fees Payment', 'search_fees_payment', 'fees_collection', 2, 'fees.search_fees_payment', NULL, NULL, 1, 1, 0, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, NULL, NULL, 1, '2024-10-23 08:31:21', '2024-10-23 08:31:21'), (1102, NULL, NULL, 1001, 1, 0, 'Edit', 'edit-fees-payment', 'search_fees_payment', 3, NULL, NULL, NULL, 1, 0, 1002, 0, 0, 0, 1, 0, 0, 0, 0, 1, 1, 0, NULL, NULL, 1, '2024-10-23 08:31:21', '2024-10-23 08:31:21'), (1103, NULL, NULL, 1002, 1, 0, 'Delete', 'fees-payment-delete', 'search_fees_payment', 3, NULL, NULL, NULL, 1, 0, 1003, 0, 0, 0, 1, 0, 0, 0, 0, 1, 1, 0, NULL, NULL, 1, '2024-10-23 08:31:21', '2024-10-23 08:31:21'), (1104, 'fees_collection', 'fees', 116, 1, 0, 'Search Fees Due', 'search_fees_due', 'fees_collection', 2, 'fees.search_fees_due', NULL, NULL, 1, 1, 0, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, NULL, NULL, 1, '2024-10-23 08:31:21', '2024-10-23 08:31:21'), (1105, 'fees_collection', 'fees', 136, 1, 0, 'Fees Carry Forward', 'fees_forward', 'fees_collection', 3, 'fees.fees_forward', NULL, NULL, 1, 1, 137, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, NULL, NULL, 1, '2024-10-23 08:31:21', '2024-10-23 08:31:21'), (1106, 'fees_collection', 'fees', 383, 1, 0, 'Collection Report', 'transaction_report', 'fees_report', 3, 'fees.collection_report', NULL, NULL, 1, 1, 384, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, NULL, NULL, 1, '2024-10-23 08:31:21', '2024-10-23 08:31:21'), (1107, 'fees_collection', NULL, 871, 1, 0, 'Bank Payment', 'bank-payment-slip', 'fees_collection', 2, 'fees.bank_payment', NULL, NULL, 1, 1, 0, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, NULL, NULL, 1, '2024-10-23 08:31:21', '2024-10-23 08:31:21'), (1108, 'fees_collection', 'fees', 1158, 1, 0, 'Fine Report', 'fine-report', 'fees_report', 3, 'accounts.fine_report', NULL, NULL, 1, 1, 8, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, NULL, NULL, 1, '2024-10-23 08:31:21', '2024-10-23 08:31:21'), (1109, NULL, 'wallet', 1109, 1, 0, 'Wallet', 'wallet', NULL, 1, 'wallet::wallet.wallet', 'ti-wallet', NULL, 1, 1, 9, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, NULL, NULL, 1, '2024-10-23 08:31:21', '2024-10-23 08:31:21'), (1110, NULL, 'wallet', 1110, 1, 0, 'Pending Diposite', 'wallet.pending-diposit', 'wallet', 2, 'wallet::wallet.pending_deposit', NULL, NULL, 1, 1, 0, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, NULL, NULL, 1, '2024-10-23 08:31:21', '2024-10-23 08:31:21'), (1111, NULL, 'wallet', 1114, 1, 0, 'Approve Diposite', 'wallet.approve-diposit', 'wallet', 2, 'wallet::wallet.approve_deposit', NULL, NULL, 1, 1, 0, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, NULL, NULL, 1, '2024-10-23 08:31:21', '2024-10-23 08:31:21'), (1112, NULL, 'wallet', 1116, 1, 0, 'Reject Diposite', 'wallet.reject-diposit', 'wallet', 2, 'wallet::wallet.reject_deposit', NULL, NULL, 1, 1, 0, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, NULL, NULL, 1, '2024-10-23 08:31:21', '2024-10-23 08:31:21'), (1113, NULL, 'wallet', 1118, 1, 0, 'Wallet Transaction', 'wallet.wallet-transaction', 'wallet', 2, 'wallet::wallet.wallet_transaction', NULL, NULL, 1, 1, 0, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, NULL, NULL, 1, '2024-10-23 08:31:21', '2024-10-23 08:31:21'), (1114, NULL, 'wallet', 1119, 1, 0, 'Wallet Refund Request', 'wallet.wallet-refund-request', 'wallet', 2, 'wallet::wallet.refund_request', NULL, NULL, 1, 1, 0, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, NULL, NULL, 1, '2024-10-23 08:31:21', '2024-10-23 08:31:21'), (1115, NULL, NULL, 1120, 1, 0, 'Approve', 'wallet.approve-refund', 'wallet.wallet-refund-request', 2, NULL, NULL, NULL, 1, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 1, 0, NULL, NULL, 1, '2024-10-23 08:31:21', '2024-10-23 08:31:21'), (1116, NULL, NULL, 1121, 1, 0, 'Reject', 'wallet.reject-refund', 'wallet.wallet-refund-request', 2, NULL, NULL, NULL, 1, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 1, 0, NULL, NULL, 1, '2024-10-23 08:31:21', '2024-10-23 08:31:21'), (1117, NULL, NULL, 1122, 1, 0, 'Download', 'wallet.reject-download', 'wallet.wallet-refund-request', 2, NULL, NULL, NULL, 1, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 1, 0, NULL, NULL, 1, '2024-10-23 08:31:21', '2024-10-23 08:31:21'), (1118, NULL, 'fees_report', 1123, 1, 0, 'Wallet Report', 'wallet.wallet-report', 'fees_report', 2, 'wallet::wallet.wallet_report', NULL, NULL, 1, 1, 0, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, NULL, NULL, 1, '2024-10-23 08:31:21', '2024-10-23 08:31:21'), (1119, NULL, 'bulk_print', 920, 1, 0, 'Bulk Print', 'bulk_print', NULL, 1, 'bulkprint::bulk.bulk_print', 'fas fa-print', NULL, 1, 1, 10, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, NULL, NULL, 1, '2024-10-23 08:31:21', '2024-10-23 08:31:21'), (1120, NULL, 'bulk_print', 921, 1, 0, 'Id Card', 'student-id-card-bulk-print', 'bulk_print', 2, 'admin.id_card', NULL, NULL, 1, 1, 0, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, NULL, NULL, 1, '2024-10-23 08:31:21', '2024-10-23 08:31:21'), (1121, NULL, 'bulk_print', 922, 1, 0, 'Student Certificate', 'certificate-bulk-print', 'bulk_print', 2, 'admin.student_certificate', NULL, NULL, 1, 1, 0, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, NULL, NULL, 1, '2024-10-23 08:31:21', '2024-10-23 08:31:21'), (1122, NULL, 'bulk_print', 924, 1, 0, 'Payroll Bulk Print', 'payroll-bulk-print', 'bulk_print', 2, 'bulkprint::bulk.payroll_bulk_print', NULL, NULL, 1, 1, 0, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, NULL, NULL, 1, '2024-10-23 08:31:21', '2024-10-23 08:31:21'), (1123, 'fees_collection', 'bulk_print', 926, 1, 0, 'Fees invoice Bulk Print', 'fees-bulk-print', 'bulk_print', 2, 'bulkprint::bulk.fees_invoice_bulk_print', NULL, NULL, 1, 1, 0, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, NULL, NULL, 1, '2024-10-23 08:31:21', '2024-10-23 08:31:21'), (1124, 'Fees', 'bulk_print', 1162, 1, 0, 'Fees Invoice', 'fees-invoice-bulk-print', 'bulk_print', 2, 'bulkprint::bulk.fees_invoice_bulk_print', NULL, NULL, 1, 1, 0, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, NULL, NULL, 1, '2024-10-23 08:31:21', '2024-10-23 08:31:21'), (1125, 'Fees', 'bulk_print', 1162, 1, 0, 'Fees Invoice Bulk Print Setting', 'fees-invoice-bulk-print-settings', 'bulk_print', 2, 'bulkprint::bulk.fees_invoice_bulk_print_settings', NULL, NULL, 1, 1, 0, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, NULL, NULL, 1, '2024-10-23 08:31:21', '2024-10-23 08:31:21'), (1126, NULL, 'accounts', 137, 1, 0, 'Accounts', 'accounts', NULL, 1, 'accounts.accounts', 'fas fa-university', NULL, 1, 1, 11, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, NULL, NULL, 1, '2024-10-23 08:31:21', '2024-10-23 08:31:21'), (1127, NULL, 'accounts', 138, 1, 0, 'Profit & Loss', 'profit', 'accounts', 2, 'accounts.profit_&_loss', NULL, NULL, 1, 1, 4, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, NULL, NULL, 1, '2024-10-23 08:31:21', '2024-10-23 08:31:21'), (1128, NULL, 'accounts', 139, 1, 0, 'Income', 'add_income', 'accounts', 2, 'accounts.income', NULL, NULL, 1, 1, 3, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, NULL, NULL, 1, '2024-10-23 08:31:21', '2024-10-23 08:31:21'), (1129, NULL, NULL, 140, 1, 0, 'Add', 'add_income_store', 'add_income', 3, NULL, NULL, NULL, 1, 1, 141, 0, 0, 0, 1, 0, 0, 0, 0, 1, 1, 0, NULL, NULL, 1, '2024-10-23 08:31:21', '2024-10-23 08:31:21'), (1130, NULL, NULL, 141, 1, 0, 'Edit', 'add_income_edit', 'add_income', 3, NULL, NULL, NULL, 1, 1, 142, 0, 0, 0, 1, 0, 0, 0, 0, 1, 1, 0, NULL, NULL, 1, '2024-10-23 08:31:21', '2024-10-23 08:31:21'), (1131, NULL, NULL, 142, 1, 0, 'Delete', 'add_income_delete', 'add_income', 3, NULL, NULL, NULL, 1, 1, 143, 0, 0, 0, 1, 0, 0, 0, 0, 1, 1, 0, NULL, NULL, 1, '2024-10-23 08:31:21', '2024-10-23 08:31:21'), (1132, NULL, 'accounts', 143, 1, 0, 'Expense', 'add-expense', 'accounts', 2, 'accounts.expense', NULL, NULL, 1, 1, 5, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, NULL, NULL, 1, '2024-10-23 08:31:21', '2024-10-23 08:31:21'), (1133, NULL, NULL, 144, 1, 0, 'Add', 'add-expense-store', 'add-expense', 3, NULL, NULL, NULL, 1, 1, 145, 0, 0, 0, 1, 0, 0, 0, 0, 1, 1, 0, NULL, NULL, 1, '2024-10-23 08:31:21', '2024-10-23 08:31:21'), (1134, NULL, NULL, 145, 1, 0, 'Edit', 'add-expense-edit', 'add-expense', 3, NULL, NULL, NULL, 1, 1, 146, 0, 0, 0, 1, 0, 0, 0, 0, 1, 1, 0, NULL, NULL, 1, '2024-10-23 08:31:21', '2024-10-23 08:31:21'), (1135, NULL, NULL, 146, 1, 0, 'Delete', 'add-expense-delete', 'add-expense', 3, NULL, NULL, NULL, 1, 1, 147, 0, 0, 0, 1, 0, 0, 0, 0, 1, 1, 0, NULL, NULL, 1, '2024-10-23 08:31:21', '2024-10-23 08:31:21'), (1136, NULL, 'accounts', 148, 1, 0, 'Chart of Account', 'chart-of-account', 'accounts', 2, 'accounts.chart_of_account', NULL, NULL, 1, 1, 1, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, NULL, NULL, 1, '2024-10-23 08:31:21', '2024-10-23 08:31:21'), (1137, NULL, NULL, 149, 1, 0, 'Add', 'chart-of-account-store', 'chart-of-account', 3, NULL, NULL, NULL, 1, 1, 150, 0, 0, 0, 1, 0, 0, 0, 0, 1, 1, 0, NULL, NULL, 1, '2024-10-23 08:31:21', '2024-10-23 08:31:21'), (1138, NULL, NULL, 150, 1, 0, 'Edit', 'chart-of-account-edit', 'chart-of-account', 3, NULL, NULL, NULL, 1, 1, 151, 0, 0, 0, 1, 0, 0, 0, 0, 1, 1, 0, NULL, NULL, 1, '2024-10-23 08:31:21', '2024-10-23 08:31:21'), (1139, NULL, NULL, 151, 1, 0, 'Delete', 'chart-of-account-delete', 'chart-of-account', 3, NULL, NULL, NULL, 1, 1, 152, 0, 0, 0, 1, 0, 0, 0, 0, 1, 1, 0, NULL, NULL, 1, '2024-10-23 08:31:21', '2024-10-23 08:31:21'), (1140, NULL, 'accounts', 156, 1, 0, 'Bank Account', 'bank-account', 'accounts', 2, 'accounts.bank_account', NULL, NULL, 1, 1, 2, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, NULL, NULL, 1, '2024-10-23 08:31:21', '2024-10-23 08:31:21'), (1141, NULL, NULL, 157, 1, 0, 'Add', 'bank-account-store', 'bank-account', 3, NULL, NULL, NULL, 1, 1, 158, 0, 0, 0, 1, 0, 0, 0, 0, 1, 1, 0, NULL, NULL, 1, '2024-10-23 08:31:21', '2024-10-23 08:31:21'), (1142, NULL, NULL, 158, 1, 0, 'Bank Transaction', 'bank-transaction', 'bank-account', 3, NULL, NULL, NULL, 1, 1, 159, 0, 0, 0, 1, 0, 0, 0, 0, 1, 1, 0, NULL, NULL, 1, '2024-10-23 08:31:21', '2024-10-23 08:31:21'), (1143, NULL, NULL, 159, 1, 0, 'Delete', 'bank-account-delete', 'bank-account', 3, NULL, NULL, NULL, 1, 1, 160, 0, 0, 0, 1, 0, 0, 0, 0, 1, 1, 0, NULL, NULL, 1, '2024-10-23 08:31:21', '2024-10-23 08:31:21'), (1144, NULL, 'accounts_report', 700, 1, 0, 'Report', 'accounts-report', 'accounts_report', 2, NULL, NULL, NULL, 1, 1, 7, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, NULL, NULL, 1, '2024-10-23 08:31:21', '2024-10-23 08:31:21'), (1145, NULL, NULL, 701, 1, 0, 'Fine Report', 'fine-report', 'accounts-report', 3, NULL, NULL, NULL, 1, 1, 702, 0, 0, 0, 1, 0, 0, 0, 0, 1, 1, 0, NULL, NULL, 1, '2024-10-23 08:31:21', '2024-10-23 08:31:21'), (1146, NULL, NULL, 702, 1, 0, 'Payroll Report', 'accounts-payroll-report', 'accounts_report', 3, 'accounts.payroll_report', 'null', NULL, 1, 1, 703, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, NULL, NULL, 1, '2024-10-23 08:31:21', '2024-10-23 08:31:21'), (1147, NULL, NULL, 703, 1, 0, 'Transaction Report', 'transaction', 'accounts_report', 3, 'accounts.transaction', NULL, NULL, 1, 1, 704, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, NULL, NULL, 1, '2024-10-23 08:31:21', '2024-10-23 08:31:21'), (1148, NULL, 'accounts', 704, 1, 0, 'Fund Transfer', 'fund-transfer', 'accounts', 2, 'accounts.fund_transfer', NULL, NULL, 1, 1, 6, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, NULL, NULL, 1, '2024-10-23 08:31:21', '2024-10-23 08:31:21'), (1149, NULL, NULL, 705, 1, 0, 'Transfer', 'fund-transfer-store', 'fund-transfer', 3, NULL, NULL, NULL, 1, 1, 706, 0, 0, 0, 1, 0, 0, 0, 0, 1, 1, 0, NULL, NULL, 1, '2024-10-23 08:31:21', '2024-10-23 08:31:21'), (1150, NULL, 'human_resource', 638, 1, 0, 'Human Resource', 'human_resource', NULL, 1, 'hr.human_resource', 'fas fa-users-cog', NULL, 1, 1, 12, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, NULL, NULL, 1, '2024-10-23 08:31:21', '2024-10-23 08:31:21'), (1151, NULL, 'human_resource', 669, 1, 0, 'Designation', 'designation', 'human_resource', 2, 'hr.designation', NULL, NULL, 1, 1, 1, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, NULL, NULL, 1, '2024-10-23 08:31:21', '2024-10-23 08:31:21'), (1152, NULL, NULL, 181, 1, 0, 'Add', 'designation-store', 'designation', 3, NULL, NULL, NULL, 1, 1, 182, 0, 0, 0, 1, 0, 0, 0, 0, 1, 1, 0, NULL, NULL, 1, '2024-10-23 08:31:21', '2024-10-23 08:31:21'), (1153, NULL, NULL, 182, 1, 0, 'Edit', 'designation-edit', 'designation', 3, NULL, NULL, NULL, 1, 1, 183, 0, 0, 0, 1, 0, 0, 0, 0, 1, 1, 0, NULL, NULL, 1, '2024-10-23 08:31:21', '2024-10-23 08:31:21'), (1154, NULL, NULL, 183, 1, 0, 'Delete', 'designation-delete', 'designation', 3, NULL, NULL, NULL, 1, 1, 184, 0, 0, 0, 1, 0, 0, 0, 0, 1, 1, 0, NULL, NULL, 1, '2024-10-23 08:31:21', '2024-10-23 08:31:21'), (1155, NULL, 'human_resource', 670, 1, 0, 'Department', 'department', 'human_resource', 2, 'hr.department', NULL, NULL, 1, 1, 2, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, NULL, NULL, 1, '2024-10-23 08:31:21', '2024-10-23 08:31:21'), (1156, NULL, NULL, 185, 1, 0, 'Add', 'department-store', 'department', 3, NULL, NULL, NULL, 1, 1, 186, 0, 0, 0, 1, 0, 0, 0, 0, 1, 1, 0, NULL, NULL, 1, '2024-10-23 08:31:21', '2024-10-23 08:31:21'), (1157, NULL, NULL, 186, 1, 0, 'Edit', 'department-edit', 'department', 3, NULL, NULL, NULL, 1, 1, 187, 0, 0, 0, 1, 0, 0, 0, 0, 1, 1, 0, NULL, NULL, 1, '2024-10-23 08:31:21', '2024-10-23 08:31:21'), (1158, NULL, NULL, 187, 1, 0, 'Delete', 'department-delete', 'department', 3, NULL, NULL, NULL, 1, 1, 188, 0, 0, 0, 1, 0, 0, 0, 0, 1, 1, 0, NULL, NULL, 1, '2024-10-23 08:31:21', '2024-10-23 08:31:21'), (1159, NULL, 'human_resource', 712, 1, 0, 'Add Staff', 'addStaff', 'human_resource', 2, 'common.add_staff', NULL, NULL, 1, 1, 3, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, NULL, NULL, 1, '2024-10-23 08:31:21', '2024-10-23 08:31:21'), (1160, NULL, 'human_resource', 672, 1, 0, 'Staff Directory', 'staff_directory', 'human_resource', 2, 'hr.staff_directory', NULL, NULL, 1, 1, 4, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, NULL, NULL, 1, '2024-10-23 08:31:21', '2024-10-23 08:31:21'), (1161, NULL, NULL, 163, 1, 0, 'Edit', 'editStaff', 'staff_directory', 3, NULL, NULL, NULL, 1, 1, 164, 0, 0, 0, 1, 0, 0, 0, 0, 1, 1, 0, NULL, NULL, 1, '2024-10-23 08:31:21', '2024-10-23 08:31:21'), (1162, NULL, NULL, 164, 1, 0, 'Delete', 'deleteStaff', 'staff_directory', 3, NULL, NULL, NULL, 1, 1, 165, 0, 0, 0, 1, 0, 0, 0, 0, 1, 1, 0, NULL, NULL, 1, '2024-10-23 08:31:21', '2024-10-23 08:31:21'), (1163, NULL, 'human_resource', 165, 1, 0, 'Staff Attendance', 'staff_attendance', 'human_resource', 2, 'hr.staff_attendance', NULL, NULL, 1, 1, 5, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, NULL, NULL, 1, '2024-10-23 08:31:21', '2024-10-23 08:31:21'), (1164, NULL, NULL, 166, 1, 0, 'Add', 'staff-attendance-store', 'staff_attendance', 3, NULL, NULL, NULL, 1, 1, 167, 0, 0, 0, 1, 0, 0, 0, 0, 1, 1, 0, NULL, NULL, 1, '2024-10-23 08:31:21', '2024-10-23 08:31:21'), (1165, NULL, 'staff_report', 169, 1, 0, 'Staff Attendance Report', 'staff_attendance_report', 'staff_report', 2, 'hr.staff_attendance_report', NULL, NULL, 1, 1, 6, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, NULL, NULL, 1, '2024-10-23 08:31:21', '2024-10-23 08:31:21'), (1166, NULL, 'human_resource', 170, 1, 0, 'Payroll', 'payroll', 'human_resource', 2, 'hr.payroll', NULL, NULL, 1, 1, 8, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, NULL, NULL, 1, '2024-10-23 08:31:21', '2024-10-23 08:31:21'), (1167, NULL, NULL, 173, 1, 0, 'Search', 'payroll-search', 'payroll', 3, NULL, NULL, NULL, 1, 1, 174, 0, 0, 0, 1, 0, 0, 0, 0, 1, 1, 0, NULL, NULL, 1, '2024-10-23 08:31:21', '2024-10-23 08:31:21'), (1168, NULL, NULL, 174, 1, 0, 'Generate Payroll', 'generate-Payroll', 'payroll', 3, NULL, NULL, NULL, 1, 1, 175, 0, 0, 0, 1, 0, 0, 0, 0, 1, 1, 0, NULL, NULL, 1, '2024-10-23 08:31:21', '2024-10-23 08:31:21'), (1169, NULL, NULL, 175, 1, 0, 'Create', 'savePayrollData', 'payroll', 3, NULL, NULL, NULL, 1, 1, 176, 0, 0, 0, 1, 0, 0, 0, 0, 1, 1, 0, NULL, NULL, 1, '2024-10-23 08:31:21', '2024-10-23 08:31:21'), (1170, NULL, NULL, 176, 1, 0, 'Proceed To Pay', 'pay-payroll', 'payroll', 3, NULL, NULL, NULL, 1, 1, 177, 0, 0, 0, 1, 0, 0, 0, 0, 1, 1, 0, NULL, NULL, 1, '2024-10-23 08:31:21', '2024-10-23 08:31:21'), (1171, NULL, NULL, 177, 1, 0, 'View Payslip', 'view-payslip', 'payroll', 3, NULL, NULL, NULL, 1, 1, 178, 0, 0, 0, 1, 0, 0, 0, 0, 1, 1, 0, NULL, NULL, 1, '2024-10-23 08:31:21', '2024-10-23 08:31:21'), (1172, NULL, 'staff_report', 178, 1, 0, 'Payroll Report', 'payroll-report', 'staff_report', 2, 'hr.payroll_report', NULL, NULL, 1, 1, 9, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, NULL, NULL, 1, '2024-10-23 08:31:21', '2024-10-23 08:31:21'), (1173, NULL, 'system_settings', 952, 1, 0, 'Staff Settings', 'staff_settings', 'general_settings', 2, 'hr.staff_settings', NULL, NULL, 1, 1, 10, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, NULL, NULL, 1, '2024-10-23 08:31:21', '2024-10-23 08:31:21'), (1174, NULL, 'teacher-evaluation', NULL, 1, 0, 'Teacher Evaluation', 'teacher-evaluation', NULL, 1, 'teacherEvaluation.teacher_evaluation', 'fas fa-star', NULL, 1, 1, 13, 0, 0, 1, 1, 1, 0, 0, 0, 1, 1, 0, NULL, NULL, 1, '2024-10-23 08:31:21', '2024-10-23 08:31:21'), (1175, NULL, NULL, NULL, 1, 0, 'Approved Report', 'teacher-approved-evaluation-report', 'teacher-evaluation', 2, 'teacherEvaluation.approved_report', NULL, NULL, 1, 1, 1, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, NULL, NULL, 1, '2024-10-23 08:31:21', '2024-10-23 08:31:23'), (1176, NULL, NULL, NULL, 1, 0, 'Delete', 'teacher-evaluation-approve-delete', 'teacher-approved-evaluation-report', 3, NULL, NULL, NULL, 1, 1, 1, 0, 0, 0, 1, 0, 0, 0, 0, 1, 1, 0, NULL, NULL, 1, '2024-10-23 08:31:21', '2024-10-23 08:31:21'), (1177, NULL, NULL, NULL, 1, 0, 'Pending Report', 'teacher-pending-evaluation-report', 'teacher-evaluation', 2, 'teacherEvaluation.pending_report', NULL, NULL, 1, 1, 2, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, NULL, NULL, 1, '2024-10-23 08:31:21', '2024-10-23 08:31:23'), (1178, NULL, NULL, NULL, 1, 0, 'Add', 'teacher-evaluation-approve-submit', 'teacher-pending-evaluation-report', 3, NULL, NULL, NULL, 1, 1, 1, 0, 0, 0, 1, 0, 0, 0, 0, 1, 1, 0, NULL, NULL, 1, '2024-10-23 08:31:21', '2024-10-23 08:31:21'), (1179, NULL, NULL, NULL, 1, 0, 'Delete', 'teacher-evaluation-approve-delete', 'teacher-pending-evaluation-report', 3, NULL, NULL, NULL, 1, 1, 2, 0, 0, 0, 1, 0, 0, 0, 0, 1, 1, 0, NULL, NULL, 1, '2024-10-23 08:31:21', '2024-10-23 08:31:21'), (1180, NULL, NULL, NULL, 1, 0, 'Teacher Wise Report', 'teacher-wise-evaluation-report', 'teacher-evaluation', 2, 'teacherEvaluation.teacher_wise_report', NULL, NULL, 1, 1, 3, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, NULL, NULL, 1, '2024-10-23 08:31:21', '2024-10-23 08:31:23'), (1181, NULL, NULL, NULL, 1, 0, 'Delete', 'teacher-evaluation-approve-delete', 'teacher-wise-evaluation-report', 3, NULL, NULL, NULL, 1, 1, 1, 0, 0, 0, 1, 0, 0, 0, 0, 1, 1, 0, NULL, NULL, 1, '2024-10-23 08:31:21', '2024-10-23 08:31:21'), (1182, NULL, NULL, NULL, 1, 0, 'Setting', 'teacher-evaluation-setting', 'teacher-evaluation', 2, 'teacherEvaluation.settings', NULL, NULL, 1, 1, 4, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, NULL, NULL, 1, '2024-10-23 08:31:21', '2024-10-23 08:31:21'), (1183, NULL, NULL, NULL, 1, 0, 'Edit', 'teacher-evaluation-setting-update', 'teacher-evaluation-setting', 3, NULL, NULL, NULL, 1, 1, 1, 0, 0, 0, 1, 0, 0, 0, 0, 1, 1, 0, NULL, NULL, 1, '2024-10-23 08:31:21', '2024-10-23 08:31:21'), (1184, NULL, NULL, NULL, 1, 0, 'My Report', 'teacher-panel-evaluation-report', 'teacher-evaluation', 2, 'teacherEvaluation.my_report', NULL, NULL, 1, 1, 5, 0, 0, 1, 0, 1, 0, 0, 0, 1, 1, 0, NULL, NULL, 1, '2024-10-23 08:31:21', '2024-10-23 08:31:21'), (1185, NULL, 'leave', 39, 1, 0, 'Leave', 'leave', NULL, 1, 'leave.leave', 'flaticon-slumber', NULL, 1, 1, 13, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, NULL, NULL, 1, '2024-10-23 08:31:21', '2024-10-23 08:31:21'), (1186, NULL, 'leave', 189, 1, 0, 'Apply Leave', 'apply-leave', 'leave', 2, 'leave.apply_leave', NULL, NULL, 1, 1, 4, 0, 0, 1, 1, 1, 0, 0, 0, 1, 1, 0, NULL, NULL, 1, '2024-10-23 08:31:21', '2024-10-23 08:31:21'), (1187, NULL, NULL, 190, 1, 0, 'Add', 'apply-leave-store', 'apply-leave', 3, NULL, NULL, NULL, 1, 1, 191, 0, 0, 0, 1, 0, 0, 0, 0, 1, 1, 0, NULL, NULL, 1, '2024-10-23 08:31:21', '2024-10-23 08:31:21'), (1188, NULL, NULL, 190, 1, 0, 'Edit', 'apply-leave-edit', 'apply-leave', 3, NULL, NULL, NULL, 1, 1, 191, 0, 0, 0, 1, 0, 0, 0, 0, 1, 1, 0, NULL, NULL, 1, '2024-10-23 08:31:21', '2024-10-23 08:31:21'), (1189, NULL, NULL, 190, 1, 0, 'Delete', 'apply-leave-delete', 'apply-leave', 3, NULL, NULL, NULL, 1, 1, 191, 0, 0, 0, 1, 0, 0, 0, 0, 1, 1, 0, NULL, NULL, 1, '2024-10-23 08:31:21', '2024-10-23 08:31:21'), (1190, NULL, 'leave', 189, 1, 0, 'Approve Leave Request', 'approve-leave', 'leave', 2, 'leave.approve_leave_request', NULL, NULL, 1, 1, 4, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, NULL, NULL, 1, '2024-10-23 08:31:21', '2024-10-23 08:31:21'), (1191, NULL, NULL, 190, 1, 0, 'Add', 'approve-leave-store', 'approve-leave', 3, NULL, NULL, NULL, 1, 1, 191, 0, 0, 0, 1, 0, 0, 0, 0, 1, 1, 0, NULL, NULL, 1, '2024-10-23 08:31:21', '2024-10-23 08:31:21'), (1192, NULL, NULL, 191, 1, 0, 'Edit', 'approve-leave-edit', 'approve-leave', 3, NULL, NULL, NULL, 1, 1, 192, 0, 0, 0, 1, 0, 0, 0, 0, 1, 1, 0, NULL, NULL, 1, '2024-10-23 08:31:21', '2024-10-23 08:31:21'), (1193, NULL, NULL, 192, 1, 0, 'Delete', 'approve-leave-delete', 'approve-leave', 3, NULL, NULL, NULL, 1, 1, 193, 0, 0, 0, 1, 0, 0, 0, 0, 1, 1, 0, NULL, NULL, 1, '2024-10-23 08:31:21', '2024-10-23 08:31:21'), (1194, NULL, 'leave', 196, 1, 0, 'Pending Leave', 'pending-leave', 'leave', 2, 'leave.pending_leave_request', NULL, NULL, 1, 1, 5, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, NULL, NULL, 1, '2024-10-23 08:31:21', '2024-10-23 08:31:21'), (1195, NULL, NULL, 197, 1, 0, 'View', 'view-leave-details-approve', 'pending-leave', 3, NULL, NULL, NULL, 1, 1, 198, 0, 0, 0, 1, 0, 0, 0, 0, 1, 1, 0, NULL, NULL, 1, '2024-10-23 08:31:21', '2024-10-23 08:31:21'), (1196, NULL, NULL, 198, 1, 0, 'Delete', 'apply-leave-delete', 'pending-leave', 3, NULL, NULL, NULL, 1, 1, 199, 0, 0, 0, 1, 0, 0, 0, 0, 1, 1, 0, NULL, NULL, 1, '2024-10-23 08:31:21', '2024-10-23 08:31:21'), (1197, NULL, 'leave', 199, 1, 0, 'Leave Define', 'leave-define', 'leave', 2, 'leave.leave_define', NULL, NULL, 1, 1, 3, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, NULL, NULL, 1, '2024-10-23 08:31:21', '2024-10-23 08:31:21'), (1198, NULL, NULL, 200, 1, 0, 'Add', 'leave-define-store', 'leave-define', 3, NULL, NULL, NULL, 1, 1, 201, 0, 0, 0, 1, 0, 0, 0, 0, 1, 1, 0, NULL, NULL, 1, '2024-10-23 08:31:21', '2024-10-23 08:31:21'), (1199, NULL, NULL, 201, 1, 0, 'Edit', 'leave-define-edit', 'leave-define', 3, NULL, NULL, NULL, 1, 1, 202, 0, 0, 0, 1, 0, 0, 0, 0, 1, 1, 0, NULL, NULL, 1, '2024-10-23 08:31:21', '2024-10-23 08:31:21'), (1200, NULL, NULL, 202, 1, 0, 'Delete', 'leave-define-delete', 'leave-define', 3, NULL, NULL, NULL, 1, 1, 203, 0, 0, 0, 1, 0, 0, 0, 0, 1, 1, 0, NULL, NULL, 1, '2024-10-23 08:31:21', '2024-10-23 08:31:21'), (1201, NULL, 'leave', 203, 1, 0, 'Leave Type', 'leave-type', 'leave', 2, 'leave.leave_type', NULL, NULL, 1, 1, 2, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, NULL, NULL, 1, '2024-10-23 08:31:21', '2024-10-23 08:31:21'), (1202, NULL, NULL, 204, 1, 0, 'Add', 'leave-type-store', 'leave-type', 3, NULL, NULL, NULL, 1, 1, 205, 0, 0, 0, 1, 0, 0, 0, 0, 1, 1, 0, NULL, NULL, 1, '2024-10-23 08:31:21', '2024-10-23 08:31:21'), (1203, NULL, NULL, 205, 1, 0, 'Edit', 'leave-type-edit', 'leave-type', 3, NULL, NULL, NULL, 1, 1, 206, 0, 0, 0, 1, 0, 0, 0, 0, 1, 1, 0, NULL, NULL, 1, '2024-10-23 08:31:21', '2024-10-23 08:31:21'), (1204, NULL, NULL, 206, 1, 0, 'Delete', 'leave-type-delete', 'leave-type', 3, NULL, NULL, NULL, 1, 1, 207, 0, 0, 0, 1, 0, 0, 0, 0, 1, 1, 0, NULL, NULL, 1, '2024-10-23 08:31:21', '2024-10-23 08:31:21'), (1205, NULL, 'custom_field', 1100, 1, 0, 'Custom Field', 'custom_field', NULL, 1, 'student.custom_field', 'flaticon-slumber', NULL, 1, 1, 14, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, NULL, NULL, 1, '2024-10-23 08:31:21', '2024-10-23 08:31:21'), (1206, NULL, 'custom_field', 1101, 1, 0, 'Student Registration', 'student-reg-custom-field', 'custom_field', 2, 'student.student_registration', NULL, NULL, 1, 1, 0, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, NULL, NULL, 1, '2024-10-23 08:31:21', '2024-10-23 08:31:21'), (1207, NULL, NULL, 1102, 1, 0, 'Add', 'store-student-registration-custom-field', 'student-reg-custom-field', 3, NULL, NULL, NULL, 1, 1, 1103, 0, 0, 0, 1, 0, 0, 0, 0, 1, 1, 0, NULL, NULL, 1, '2024-10-23 08:31:21', '2024-10-23 08:31:21'), (1208, NULL, NULL, 1103, 1, 0, 'Edit', 'edit-custom-field', 'student-reg-custom-field', 3, NULL, NULL, NULL, 1, 1, 1104, 0, 0, 0, 1, 0, 0, 0, 0, 1, 1, 0, NULL, NULL, 1, '2024-10-23 08:31:21', '2024-10-23 08:31:21'), (1209, NULL, NULL, 1104, 1, 0, 'Delete', 'delete-custom-field', 'student-reg-custom-field', 3, NULL, NULL, NULL, 1, 1, 1105, 0, 0, 0, 1, 0, 0, 0, 0, 1, 1, 0, NULL, NULL, 1, '2024-10-23 08:31:21', '2024-10-23 08:31:21'), (1210, NULL, 'custom_field', 1105, 1, 0, 'Staff Registration', 'staff-reg-custom-field', 'custom_field', 2, 'hr.staff_registration', NULL, NULL, 1, 1, 0, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, NULL, NULL, 1, '2024-10-23 08:31:21', '2024-10-23 08:31:21'), (1211, NULL, NULL, 1106, 1, 0, 'Add', 'store-staff-registration-custom-field', 'staff-reg-custom-field', 3, NULL, NULL, NULL, 1, 1, 1107, 0, 0, 0, 1, 0, 0, 0, 0, 1, 1, 0, NULL, NULL, 1, '2024-10-23 08:31:21', '2024-10-23 08:31:21'), (1212, NULL, NULL, 1107, 1, 0, 'Edit', 'edit-staff-custom-field', 'staff-reg-custom-field', 3, NULL, NULL, NULL, 1, 1, 1108, 0, 0, 0, 1, 0, 0, 0, 0, 1, 1, 0, NULL, NULL, 1, '2024-10-23 08:31:21', '2024-10-23 08:31:21'), (1213, NULL, NULL, 1108, 1, 0, 'Delete', 'delete-staff-custom-field', 'staff-reg-custom-field', 3, NULL, NULL, NULL, 1, 1, 1109, 0, 0, 0, 1, 0, 0, 0, 0, 1, 1, 0, NULL, NULL, 1, '2024-10-23 08:31:21', '2024-10-23 08:31:21'), (1214, NULL, 'chat', 910, 1, 0, 'Chat', 'chat', NULL, 1, 'chat::chat.chat', 'fas fa fa-weixin', NULL, 1, 1, 15, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, NULL, NULL, 1, '2024-10-23 08:31:21', '2024-10-23 08:31:21'), (1215, NULL, 'chat', 911, 1, 0, 'Chat box', 'chat.index', 'chat', 2, 'chat::chat.chat_box', NULL, NULL, 1, 1, 912, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, NULL, NULL, 1, '2024-10-23 08:31:21', '2024-10-23 08:31:21'), (1216, NULL, 'chat', 913, 1, 0, 'Invitation', 'chat.invitation', 'chat', 2, 'chat::chat.invitation', NULL, NULL, 1, 1, 914, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, NULL, NULL, 1, '2024-10-23 08:31:21', '2024-10-23 08:31:21'), (1217, NULL, 'chat', 914, 1, 0, 'Blocked User', 'chat.blocked.users', 'chat', 2, 'chat::chat.blocked_user', NULL, NULL, 1, 1, 915, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, NULL, NULL, 1, '2024-10-23 08:31:21', '2024-10-23 08:31:21'), (1218, NULL, 'system_settings', 905, 1, 0, 'Chat Settings', 'chat.settings', 'general_settings', 2, 'chat::chat.chat_settings', NULL, NULL, 1, 1, 0, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, NULL, NULL, 1, '2024-10-23 08:31:21', '2024-10-23 08:31:21'), (1219, NULL, 'examination', 207, 1, 0, 'Examination', 'examination', NULL, 1, 'exam.examination', 'fa fa-map-o', NULL, 1, 1, 16, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, NULL, NULL, 1, '2024-10-23 08:31:21', '2024-10-23 08:31:21'), (1220, NULL, 'examination', 208, 1, 0, 'Exam Type', 'exam-type', 'examination', 2, 'exam.exam_type', NULL, NULL, 1, 1, 2, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, NULL, NULL, 1, '2024-10-23 08:31:21', '2024-10-23 08:31:21'), (1221, NULL, NULL, 209, 1, 0, 'Add', 'exam_type_store', 'exam-type', 3, NULL, NULL, NULL, 1, 1, 210, 0, 0, 0, 1, 0, 0, 0, 0, 1, 1, 0, NULL, NULL, 1, '2024-10-23 08:31:21', '2024-10-23 08:31:21'), (1222, NULL, NULL, 210, 1, 0, 'Edit', 'exam_type_edit', 'exam-type', 3, NULL, NULL, NULL, 1, 1, 211, 0, 0, 0, 1, 0, 0, 0, 0, 1, 1, 0, NULL, NULL, 1, '2024-10-23 08:31:21', '2024-10-23 08:31:21'), (1223, NULL, NULL, 211, 1, 0, 'Delete', 'exam_type_delete', 'exam-type', 3, NULL, NULL, NULL, 1, 1, 212, 0, 0, 0, 1, 0, 0, 0, 0, 1, 1, 0, NULL, NULL, 1, '2024-10-23 08:31:21', '2024-10-23 08:31:21'), (1224, NULL, 'examination', 214, 1, 0, 'Exam Setup', 'exam', 'examination', 2, 'exam.exam_setup', NULL, NULL, 1, 1, 3, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, NULL, NULL, 1, '2024-10-23 08:31:21', '2024-10-23 08:31:21'), (1225, NULL, NULL, 215, 1, 0, 'Add', 'exam-setup-store', 'exam', 3, NULL, NULL, NULL, 1, 1, 216, 0, 0, 0, 1, 0, 0, 0, 0, 1, 1, 0, NULL, NULL, 1, '2024-10-23 08:31:21', '2024-10-23 08:31:21'), (1226, NULL, NULL, 216, 1, 0, 'Delete', 'exam-delete', 'exam', 3, NULL, NULL, NULL, 1, 1, 217, 0, 0, 0, 1, 0, 0, 0, 0, 1, 1, 0, NULL, NULL, 1, '2024-10-23 08:31:21', '2024-10-23 08:31:21'), (1227, NULL, NULL, 397, 1, 0, 'Exam Setup Edit', 'exam-edit', 'exam', 3, NULL, NULL, NULL, 1, 1, 398, 0, 0, 0, 1, 0, 0, 0, 0, 1, 1, 0, NULL, NULL, 1, '2024-10-23 08:31:21', '2024-10-23 08:31:21'), (1228, NULL, 'examination', 3216, 1, 0, 'Subject Mark Sheet', 'exam_schedule', 'examination', 2, 'exam.exam_schedule', NULL, NULL, 1, 1, 4, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, NULL, NULL, 1, '2024-10-23 08:31:21', '2024-10-23 08:31:21'), (1229, NULL, NULL, 218, 1, 0, 'Add', 'exam_schedule_store', 'exam_schedule', 3, NULL, NULL, NULL, 1, 1, 219, 0, 0, 0, 1, 0, 0, 0, 0, 1, 1, 0, NULL, NULL, 1, '2024-10-23 08:31:21', '2024-10-23 08:31:21'), (1230, NULL, NULL, 219, 1, 0, 'print', 'exam-routine-print', 'exam_schedule', 3, NULL, NULL, NULL, 1, 1, 220, 0, 0, 0, 1, 0, 0, 0, 0, 1, 1, 0, NULL, NULL, 1, '2024-10-23 08:31:21', '2024-10-23 08:31:21'), (1231, NULL, NULL, 3217, 1, 0, 'Print', 'exam_schedule_print', 'exam_schedule', 3, NULL, NULL, NULL, 1, 1, 3218, 0, 0, 0, 1, 0, 0, 0, 0, 1, 1, 0, NULL, NULL, 1, '2024-10-23 08:31:21', '2024-10-23 08:31:21'), (1232, NULL, 'examination', 3218, 1, 0, 'Final Mark Sheet', 'exam_attendance', 'examination', 2, 'exam.exam_attendance', NULL, NULL, 1, 1, 5, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, NULL, NULL, 1, '2024-10-23 08:31:21', '2024-10-23 08:31:21'), (1233, NULL, NULL, 221, 1, 0, 'Add', 'exam_attendance_create', 'exam_attendance', 3, NULL, NULL, NULL, 1, 1, 222, 0, 0, 0, 1, 0, 0, 0, 0, 1, 1, 0, NULL, NULL, 1, '2024-10-23 08:31:21', '2024-10-23 08:31:21'), (1234, NULL, 'examination', 3220, 1, 0, 'Student Final Mark Sheet', 'marks_register', 'examination', 2, 'exam.marks_register', NULL, NULL, 1, 1, 6, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, NULL, NULL, 1, '2024-10-23 08:31:21', '2024-10-23 08:31:21'), (1235, NULL, NULL, 224, 1, 0, 'Create', 'marks_register_create', 'marks_register', 3, NULL, NULL, NULL, 1, 1, 225, 0, 0, 0, 1, 0, 0, 0, 0, 1, 1, 0, NULL, NULL, 1, '2024-10-23 08:31:21', '2024-10-23 08:31:21'), (1236, NULL, 'examination', 225, 1, 0, 'Marks Grade', 'marks-grade', 'examination', 2, 'exam.marks_grade', NULL, NULL, 1, 1, 1, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, NULL, NULL, 1, '2024-10-23 08:31:21', '2024-10-23 08:31:21'), (1237, NULL, NULL, 226, 1, 0, 'Add', 'marks-grade-store', 'marks-grade', 3, NULL, NULL, NULL, 1, 1, 227, 0, 0, 0, 1, 0, 0, 0, 0, 1, 1, 0, NULL, NULL, 1, '2024-10-23 08:31:21', '2024-10-23 08:31:21'), (1238, NULL, NULL, 227, 1, 0, 'Edit', 'marks-grade-edit', 'marks-grade', 3, NULL, NULL, NULL, 1, 1, 228, 0, 0, 0, 1, 0, 0, 0, 0, 1, 1, 0, NULL, NULL, 1, '2024-10-23 08:31:21', '2024-10-23 08:31:21'), (1239, NULL, NULL, 228, 1, 0, 'Delete', 'marks-grade-delete', 'marks-grade', 3, NULL, NULL, NULL, 1, 1, 229, 0, 0, 0, 1, 0, 0, 0, 0, 1, 1, 0, NULL, NULL, 1, '2024-10-23 08:31:21', '2024-10-23 08:31:21'), (1240, NULL, 'examination', 229, 1, 0, 'Send Marks By SMS', 'send_marks_by_sms', 'examination', 2, 'exam.send_marks_by_sms', NULL, NULL, 1, 1, 7, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, NULL, NULL, 1, '2024-10-23 08:31:21', '2024-10-23 08:31:21'), (1241, NULL, 'exam_settings', 706, 1, 0, 'Format Settings', 'exam-settings', 'exam_settings', 2, 'exam.format_settings', NULL, NULL, 1, 1, 2, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, NULL, NULL, 1, '2024-10-23 08:31:21', '2024-10-23 08:31:21'), (1242, NULL, 'exam_settings', 436, 1, 0, 'Setup Exam Rule', 'custom-result-setting', 'exam_settings', 3, 'exam.setup_exam_rule', NULL, NULL, 1, 1, 1, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, NULL, NULL, 1, '2024-10-23 08:31:21', '2024-10-23 08:31:21'), (1243, NULL, NULL, 707, 1, 0, 'Add', 'save-exam-content', 'exam-setting', 3, NULL, NULL, NULL, 1, 1, 708, 0, 0, 0, 1, 0, 0, 0, 0, 1, 1, 0, NULL, NULL, 1, '2024-10-23 08:31:21', '2024-10-23 08:31:21'), (1244, NULL, NULL, 708, 1, 0, 'Edit', 'edit-exam-settings', 'exam-setting', 3, NULL, NULL, NULL, 1, 1, 709, 0, 0, 0, 1, 0, 0, 0, 0, 1, 1, 0, NULL, NULL, 1, '2024-10-23 08:31:21', '2024-10-23 08:31:21'), (1245, NULL, NULL, 709, 1, 0, 'Delete', 'delete-content', 'exam-setting', 3, NULL, NULL, NULL, 1, 1, 710, 0, 0, 0, 1, 0, 0, 0, 0, 1, 1, 0, NULL, NULL, 1, '2024-10-23 08:31:21', '2024-10-23 08:31:21'), (1246, NULL, 'exam_settings', 5000, 1, 0, 'Position Setup', 'exam-report-position', 'exam_settings', 2, 'exam.position', NULL, NULL, 1, 1, 3, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, NULL, NULL, 1, '2024-10-23 08:31:21', '2024-10-23 08:31:21'), (1247, NULL, 'exam_settings', 5000, 1, 0, 'All Exam Position', 'all-exam-report-position', 'exam_settings', 2, 'exam.all_exam_position', NULL, NULL, 1, 1, 3, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, NULL, NULL, 1, '2024-10-23 08:31:21', '2024-10-23 08:31:21'), (1248, NULL, NULL, NULL, 1, 0, 'Exam Signature Settings', 'exam-signature-settings', 'exam_settings', 2, 'exam.exam_signature_settings', NULL, NULL, 1, 1, 2, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, NULL, NULL, 1, '2024-10-23 08:31:21', '2024-10-23 08:31:21'), (1249, NULL, 'examination', 3214, 1, 0, 'MarkSheet Report', 'custom-marksheet-report', 'examination', 2, 'exam.marksheet_report', NULL, NULL, 1, 1, 8, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, NULL, NULL, 1, '2024-10-23 08:31:21', '2024-10-23 08:31:21'), (1250, NULL, NULL, 3215, 1, 0, 'Print', 'percent-marksheet-print', 'custom-marksheet-report', 3, NULL, NULL, NULL, 1, 1, 3216, 0, 0, 0, 1, 0, 0, 0, 0, 1, 1, 0, NULL, NULL, 1, '2024-10-23 08:31:21', '2024-10-23 08:31:21'), (1251, NULL, 'examplan', 3100, 1, 0, 'ExamPlan', 'examplan', NULL, 1, 'examplan::exp.exam_plan', 'flaticon-test', NULL, 1, 1, 17, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, NULL, NULL, 1, '2024-10-23 08:31:21', '2024-10-23 08:31:21'), (1252, NULL, 'examplan', 3101, 1, 0, 'Admit Card', 'examplan.admitcard.index', 'examplan', 2, 'examplan::exp.admit_card', NULL, NULL, 1, 1, 0, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, NULL, NULL, 1, '2024-10-23 08:31:21', '2024-10-23 08:31:21'), (1253, NULL, NULL, 3103, 1, 0, 'Generate', 'examplan.admitcard.generate', 'examplan.admitcard.index', 3, NULL, NULL, NULL, 1, 1, 3104, 0, 0, 0, 1, 0, 0, 0, 0, 1, 1, 0, NULL, NULL, 1, '2024-10-23 08:31:21', '2024-10-23 08:31:21'), (1254, NULL, 'exam_settings', 3102, 1, 0, 'Admit Card Setting', 'examplan.admitcard.setting', 'exam_settings', 2, 'examplan::exp.admit_card_setting', NULL, NULL, 1, 1, 0, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, NULL, NULL, 1, '2024-10-23 08:31:21', '2024-10-23 08:31:21'), (1255, NULL, 'examplan', 3105, 1, 0, 'Seat Plan', 'examplan.seatplan.index', 'examplan', 2, 'examplan::exp.seat_plan', NULL, NULL, 1, 1, 0, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, NULL, NULL, 1, '2024-10-23 08:31:21', '2024-10-23 08:31:21'), (1256, NULL, NULL, 3107, 1, 0, 'Generate', 'examplan.seatplan.generate', 'examplan.seatplan.index', 3, NULL, NULL, NULL, 1, 1, 3108, 0, 0, 0, 1, 0, 0, 0, 0, 1, 1, 0, NULL, NULL, 1, '2024-10-23 08:31:21', '2024-10-23 08:31:21'), (1257, NULL, 'exam_settings', 3106, 1, 0, 'Seat Plan Setting', 'examplan.seatplan.setting', 'exam_settings', 2, 'examplan::exp.seat_plan_setting', NULL, NULL, 1, 1, 0, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, NULL, NULL, 1, '2024-10-23 08:31:21', '2024-10-23 08:31:21'), (1258, NULL, 'online_exam', 2101, 1, 0, 'Online Exam ', 'online_exam', NULL, 1, 'exam.online_exam', 'fas fa-globe', NULL, 1, 1, 18, 0, 1, 1, 1, 0, 0, 0, 0, 1, 1, 0, 'OnlineExam', NULL, 1, '2024-10-23 08:31:21', '2024-10-23 08:31:21'), (1259, NULL, 'online_exam', 230, 1, 0, 'Question Group', 'question-group', 'online_exam', 2, 'exam.question_group', NULL, NULL, 1, 1, 0, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 'OnlineExam', NULL, 1, '2024-10-23 08:31:21', '2024-10-23 08:31:21'), (1260, NULL, NULL, 231, 1, 0, 'Add', 'question-group-store', 'question-group', 3, NULL, NULL, NULL, 1, 1, 232, 0, 0, 0, 1, 0, 0, 0, 0, 1, 1, 0, 'OnlineExam', NULL, 1, '2024-10-23 08:31:21', '2024-10-23 08:31:21'), (1261, NULL, NULL, 232, 1, 0, 'Edit', 'question-group-edit', 'question-group', 3, NULL, NULL, NULL, 1, 1, 233, 0, 0, 0, 1, 0, 0, 0, 0, 1, 1, 0, 'OnlineExam', NULL, 1, '2024-10-23 08:31:21', '2024-10-23 08:31:21'), (1262, NULL, NULL, 233, 1, 0, 'Delete', 'question-group-delete', 'question-group', 3, NULL, NULL, NULL, 1, 1, 234, 0, 0, 0, 1, 0, 0, 0, 0, 1, 1, 0, 'OnlineExam', NULL, 1, '2024-10-23 08:31:21', '2024-10-23 08:31:21'), (1263, NULL, 'online_exam', 234, 1, 0, 'Question Bank', 'question-bank', 'online_exam', 2, 'exam.question_bank', NULL, NULL, 1, 1, 0, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 'OnlineExam', NULL, 1, '2024-10-23 08:31:21', '2024-10-23 08:31:21'), (1264, NULL, NULL, 235, 1, 0, 'Add', 'question-bank-store', 'question-bank', 3, NULL, NULL, NULL, 1, 1, 236, 0, 0, 0, 1, 0, 0, 0, 0, 1, 1, 0, 'OnlineExam', NULL, 1, '2024-10-23 08:31:21', '2024-10-23 08:31:21'), (1265, NULL, NULL, 236, 1, 0, 'Edit', 'question-bank-edit', 'question-bank', 3, NULL, NULL, NULL, 1, 1, 237, 0, 0, 0, 1, 0, 0, 0, 0, 1, 1, 0, 'OnlineExam', NULL, 1, '2024-10-23 08:31:21', '2024-10-23 08:31:21'), (1266, NULL, NULL, 237, 1, 0, 'Delete', 'question-bank-delete', 'question-bank', 3, NULL, NULL, NULL, 1, 1, 238, 0, 0, 0, 1, 0, 0, 0, 0, 1, 1, 0, 'OnlineExam', NULL, 1, '2024-10-23 08:31:21', '2024-10-23 08:31:21'), (1267, NULL, 'online_exam', 238, 1, 0, 'Online Exam', 'online-exam', 'online_exam', 2, 'exam.online_exam', NULL, NULL, 1, 1, 0, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 'OnlineExam', NULL, 1, '2024-10-23 08:31:21', '2024-10-23 08:31:21'), (1268, NULL, NULL, 239, 1, 0, 'Add', 'online-exam-store', 'online-exam', 3, NULL, NULL, NULL, 1, 1, 240, 0, 0, 0, 1, 0, 0, 0, 0, 1, 1, 0, 'OnlineExam', NULL, 1, '2024-10-23 08:31:21', '2024-10-23 08:31:21'), (1269, NULL, NULL, 240, 1, 0, 'Edit', 'online-exam-edit', 'online-exam', 3, NULL, NULL, NULL, 1, 1, 241, 0, 0, 0, 1, 0, 0, 0, 0, 1, 1, 0, 'OnlineExam', NULL, 1, '2024-10-23 08:31:21', '2024-10-23 08:31:21'), (1270, NULL, NULL, 241, 1, 0, 'Delete', 'online-exam-delete', 'online-exam', 3, NULL, NULL, NULL, 1, 1, 242, 0, 0, 0, 1, 0, 0, 0, 0, 1, 1, 0, 'OnlineExam', NULL, 1, '2024-10-23 08:31:21', '2024-10-23 08:31:21'), (1271, NULL, NULL, 242, 1, 0, 'Manage Question', 'manage_online_exam_question', 'online-exam', 3, NULL, NULL, NULL, 1, 1, 243, 0, 0, 0, 1, 0, 0, 0, 0, 1, 1, 0, 'OnlineExam', NULL, 1, '2024-10-23 08:31:21', '2024-10-23 08:31:21'), (1272, NULL, NULL, 243, 1, 0, 'Marks Register', 'online_exam_marks_register', 'online-exam', 3, NULL, NULL, NULL, 1, 1, 244, 0, 0, 0, 1, 0, 0, 0, 0, 1, 1, 0, 'OnlineExam', NULL, 1, '2024-10-23 08:31:21', '2024-10-23 08:31:21'), (1273, NULL, NULL, 244, 1, 0, 'Result', 'online_exam_result', 'online-exam', 3, NULL, NULL, NULL, 1, 1, 245, 0, 0, 0, 1, 0, 0, 0, 0, 1, 1, 0, 'OnlineExam', NULL, 1, '2024-10-23 08:31:21', '2024-10-23 08:31:21'), (1274, NULL, 'homework', 277, 1, 0, 'Homework', 'homework', NULL, 1, 'homework.home_work', 'fas fa-book-open', NULL, 1, 1, 19, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, NULL, NULL, 1, '2024-10-23 08:31:21', '2024-10-23 08:31:21'), (1275, NULL, 'homework', 278, 1, 0, 'Add Homework', 'add-homeworks', 'homework', 2, 'homework.add_homework', NULL, NULL, 1, 1, 0, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, NULL, NULL, 1, '2024-10-23 08:31:21', '2024-10-23 08:31:21'), (1276, NULL, NULL, 279, 1, 0, 'Add', 'saveHomeworkData', 'add-homeworks', 3, NULL, NULL, NULL, 1, 1, 280, 0, 0, 0, 1, 0, 0, 0, 0, 1, 1, 0, NULL, NULL, 1, '2024-10-23 08:31:21', '2024-10-23 08:31:21'), (1277, NULL, 'homework', 280, 1, 0, 'Homework List', 'homework-list', 'homework', 2, 'homework.homework_list', NULL, NULL, 1, 1, 0, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, NULL, NULL, 1, '2024-10-23 08:31:21', '2024-10-23 08:31:21'), (1278, NULL, NULL, 281, 1, 0, 'Evaluation', 'evaluation-homework', 'homework-list', 3, NULL, NULL, NULL, 1, 1, 282, 0, 0, 0, 1, 0, 0, 0, 0, 1, 1, 0, NULL, NULL, 1, '2024-10-23 08:31:21', '2024-10-23 08:31:21'), (1279, NULL, NULL, 282, 1, 0, 'Edit', 'homework_edit', 'homework-list', 3, NULL, NULL, NULL, 1, 1, 283, 0, 0, 0, 1, 0, 0, 0, 0, 1, 1, 0, NULL, NULL, 1, '2024-10-23 08:31:21', '2024-10-23 08:31:21'), (1280, NULL, NULL, 283, 1, 0, 'Delete', 'homework_delete', 'homework-list', 3, NULL, NULL, NULL, 1, 1, 284, 0, 0, 0, 1, 0, 0, 0, 0, 1, 1, 0, NULL, NULL, 1, '2024-10-23 08:31:21', '2024-10-23 08:31:21'), (1281, NULL, 'homework_report', 284, 1, 0, 'Homework Report', 'homework-report', 'homework', 2, 'homework.homework_report', NULL, NULL, 1, 1, 0, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, NULL, NULL, 1, '2024-10-23 08:31:21', '2024-10-23 08:31:21'), (1282, NULL, NULL, 285, 1, 0, 'View', 'view-homework-report', 'homework-report', 3, NULL, NULL, NULL, 1, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 1, 0, NULL, NULL, 1, '2024-10-23 08:31:21', '2024-10-23 08:31:21'), (1283, NULL, NULL, 285, 1, 0, 'Search', 'homework-report-search', 'homework-report', 3, NULL, NULL, NULL, 1, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 1, 0, NULL, NULL, 1, '2024-10-23 08:31:21', '2024-10-23 08:31:21'), (1284, NULL, 'students_report', 284, 1, 0, 'Homework Evaluation Report', 'evaluation-report', 'students_report', 2, 'homework.evaluation_report', NULL, NULL, 1, 1, 0, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, NULL, NULL, 1, '2024-10-23 08:31:21', '2024-10-23 08:31:21'), (1285, NULL, NULL, 285, 1, 0, 'View', 'view-evaluation-report', 'evaluation-report', 3, NULL, NULL, NULL, 1, 1, 286, 0, 0, 0, 1, 0, 0, 0, 0, 1, 1, 0, NULL, NULL, 1, '2024-10-23 08:31:21', '2024-10-23 08:31:21'), (1286, NULL, 'communicate', 286, 1, 0, 'Communicate', 'communicate', NULL, 1, 'communicate.communicate', 'fas fa-bullhorn', NULL, 1, 1, 20, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, NULL, NULL, 1, '2024-10-23 08:31:21', '2024-10-23 08:31:21'), (1287, NULL, 'communicate', 287, 1, 0, 'Notice Board', 'notice-list', 'communicate', 2, 'communicate.notice_board', NULL, NULL, 1, 1, 0, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, NULL, NULL, 1, '2024-10-23 08:31:21', '2024-10-23 08:31:21'), (1288, NULL, NULL, 288, 1, 0, 'Add', 'add-notice', 'notice-list', 3, NULL, NULL, NULL, 1, 1, 289, 0, 0, 0, 1, 0, 0, 0, 0, 1, 1, 0, NULL, NULL, 1, '2024-10-23 08:31:21', '2024-10-23 08:31:21'), (1289, NULL, NULL, 289, 1, 0, 'Edit', 'edit-notice', 'notice-list', 3, NULL, NULL, NULL, 1, 1, 290, 0, 0, 0, 1, 0, 0, 0, 0, 1, 1, 0, NULL, NULL, 1, '2024-10-23 08:31:21', '2024-10-23 08:31:21'), (1290, NULL, NULL, 290, 1, 0, 'Delete', 'delete-notice-view', 'notice-list', 3, NULL, NULL, NULL, 1, 1, 291, 0, 0, 0, 1, 0, 0, 0, 0, 1, 1, 0, NULL, NULL, 1, '2024-10-23 08:31:21', '2024-10-23 08:31:21'); INSERT INTO `permissions` (`id`, `module`, `sidebar_menu`, `old_id`, `section_id`, `parent_id`, `name`, `route`, `parent_route`, `type`, `lang_name`, `icon`, `svg`, `status`, `menu_status`, `position`, `is_saas`, `relate_to_child`, `is_menu`, `is_admin`, `is_teacher`, `is_student`, `is_parent`, `is_alumni`, `created_by`, `updated_by`, `permission_section`, `alternate_module`, `user_id`, `school_id`, `created_at`, `updated_at`) VALUES (1291, NULL, 'communicate', 291, 1, 0, 'Send Email / SMS ', 'send-email-sms-view', 'communicate', 2, 'communicate.send_email_\\/_sms', NULL, NULL, 1, 1, 0, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, NULL, NULL, 1, '2024-10-23 08:31:21', '2024-10-23 08:31:21'), (1292, NULL, NULL, 292, 1, 0, 'Send', 'send-email-sms', 'send-email-sms-view', 3, NULL, NULL, NULL, 1, 1, 293, 0, 0, 0, 1, 0, 0, 0, 0, 1, 1, 0, NULL, NULL, 1, '2024-10-23 08:31:21', '2024-10-23 08:31:21'), (1293, NULL, 'communicate', 293, 1, 0, 'Email / SMS Log', 'email-sms-log', 'communicate', 2, 'communicate.email_sms_log', NULL, NULL, 1, 1, 0, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, NULL, NULL, 1, '2024-10-23 08:31:21', '2024-10-23 08:31:21'), (1294, NULL, 'communicate', 294, 1, 0, 'Event', 'event', 'communicate', 2, 'communicate.event', NULL, NULL, 1, 1, 0, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, NULL, NULL, 1, '2024-10-23 08:31:21', '2024-10-23 08:31:21'), (1295, NULL, NULL, 295, 1, 0, 'Add', 'event-store', 'event', 3, NULL, NULL, NULL, 1, 1, 296, 0, 0, 0, 1, 0, 0, 0, 0, 1, 1, 0, NULL, NULL, 1, '2024-10-23 08:31:21', '2024-10-23 08:31:21'), (1296, NULL, NULL, 296, 1, 0, 'Edit', 'event-edit', 'event', 3, NULL, NULL, NULL, 1, 1, 297, 0, 0, 0, 1, 0, 0, 0, 0, 1, 1, 0, NULL, NULL, 1, '2024-10-23 08:31:21', '2024-10-23 08:31:21'), (1297, NULL, NULL, 297, 1, 0, 'Delete', 'delete-event-view', 'event', 3, NULL, NULL, NULL, 1, 1, 298, 0, 0, 0, 1, 0, 0, 0, 0, 1, 1, 0, NULL, NULL, 1, '2024-10-23 08:31:21', '2024-10-23 08:31:21'), (1298, NULL, 'communicate', 291, 1, 0, 'Calendar', 'academic-calendar', 'communicate', 2, 'communicate.calendar', NULL, NULL, 1, 1, 0, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, NULL, NULL, 1, '2024-10-23 08:31:21', '2024-10-23 08:31:21'), (1299, NULL, NULL, 88, 1, 0, 'Calendar Settings View', 'academic-calendar-settings-view', 'academic-calendar', 3, 'calendar_settings_view', NULL, NULL, 1, 1, 1, 0, 0, NULL, 1, 0, 0, 0, 0, 1, 1, 0, NULL, NULL, 1, '2024-10-23 08:31:21', '2024-10-23 08:31:21'), (1300, NULL, NULL, 88, 1, 0, 'Calendar Settings', 'store-academic-calendar-settings', 'academic-calendar', 3, 'calendar_settings', NULL, NULL, 1, 1, 1, 0, 0, NULL, 1, 0, 0, 0, 0, 1, 1, 0, NULL, NULL, 1, '2024-10-23 08:31:21', '2024-10-23 08:31:21'), (1301, NULL, 'communicate', 480, 1, 0, 'Email Template', 'templatesettings.email-template', 'communicate', 2, 'communicate.email_template', NULL, NULL, 1, 1, 0, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, NULL, NULL, 1, '2024-10-23 08:31:21', '2024-10-23 08:31:21'), (1302, NULL, 'communicate', 710, 1, 0, 'Sms Template', 'templatesettings.sms-template', 'communicate', 2, 'communicate.sms_template', NULL, NULL, 1, 1, 0, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, NULL, NULL, 1, '2024-10-23 08:31:21', '2024-10-23 08:31:21'), (1303, NULL, 'library', 51, 1, 0, 'Library', 'library', NULL, 1, 'library.library', 'flaticon-book-1', NULL, 1, 1, 21, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, NULL, NULL, 1, '2024-10-23 08:31:21', '2024-10-23 08:31:21'), (1304, NULL, 'library', 299, 1, 0, 'Add Book', 'add-book', 'library', 2, 'library.add_book', NULL, NULL, 1, 1, 3, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, NULL, NULL, 1, '2024-10-23 08:31:21', '2024-10-23 08:31:21'), (1305, NULL, NULL, 300, 1, 0, 'Add', 'save-book-data', 'add-book', 3, NULL, NULL, NULL, 1, 1, 301, 0, 0, 0, 1, 0, 0, 0, 0, 1, 1, 0, NULL, NULL, 1, '2024-10-23 08:31:21', '2024-10-23 08:31:21'), (1306, NULL, 'library', 301, 1, 0, 'Book List ', 'book-list', 'library', 2, 'library.book_list', NULL, NULL, 1, 1, 4, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, NULL, NULL, 1, '2024-10-23 08:31:21', '2024-10-23 08:31:21'), (1307, NULL, NULL, 302, 1, 0, 'Edit', 'edit-book', 'book-list', 3, NULL, NULL, NULL, 1, 1, 303, 0, 0, 0, 1, 0, 0, 0, 0, 1, 1, 0, NULL, NULL, 1, '2024-10-23 08:31:21', '2024-10-23 08:31:21'), (1308, NULL, NULL, 303, 1, 0, 'Delete', 'delete-book-view', 'book-list', 3, NULL, NULL, NULL, 1, 1, 304, 0, 0, 0, 1, 0, 0, 0, 0, 1, 1, 0, NULL, NULL, 1, '2024-10-23 08:31:21', '2024-10-23 08:31:21'), (1309, NULL, 'library', 304, 1, 0, 'Book Categories', 'book-category-list', 'library', 2, 'library.book_category', NULL, NULL, 1, 1, 1, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, NULL, NULL, 1, '2024-10-23 08:31:21', '2024-10-23 08:31:21'), (1310, NULL, NULL, 305, 1, 0, 'Add', 'book-category-list-store', 'book-category-list', 3, NULL, NULL, NULL, 1, 1, 306, 0, 0, 0, 1, 0, 0, 0, 0, 1, 1, 0, NULL, NULL, 1, '2024-10-23 08:31:21', '2024-10-23 08:31:21'), (1311, NULL, NULL, 306, 1, 0, 'Edit', 'book-category-list-edit', 'book-category-list', 3, NULL, NULL, NULL, 1, 1, 307, 0, 0, 0, 1, 0, 0, 0, 0, 1, 1, 0, NULL, NULL, 1, '2024-10-23 08:31:21', '2024-10-23 08:31:21'), (1312, NULL, NULL, 307, 1, 0, 'Delete', 'book-category-list-delete', 'book-category-list', 3, NULL, NULL, NULL, 1, 1, 308, 0, 0, 0, 1, 0, 0, 0, 0, 1, 1, 0, NULL, NULL, 1, '2024-10-23 08:31:21', '2024-10-23 08:31:21'), (1313, NULL, 'library', 308, 1, 0, 'Add Member', 'library-member', 'library', 2, 'library.library_member', NULL, NULL, 1, 1, 5, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, NULL, NULL, 1, '2024-10-23 08:31:21', '2024-10-23 08:31:21'), (1314, NULL, NULL, 309, 1, 0, 'Add', 'library-member-store', 'library-member', 3, NULL, NULL, NULL, 1, 1, 310, 0, 0, 0, 1, 0, 0, 0, 0, 1, 1, 0, NULL, NULL, 1, '2024-10-23 08:31:21', '2024-10-23 08:31:21'), (1315, NULL, NULL, 310, 1, 0, 'Cancel', 'cancel-membership', 'library-member', 3, NULL, NULL, NULL, 1, 1, 311, 0, 0, 0, 1, 0, 0, 0, 0, 1, 1, 0, NULL, NULL, 1, '2024-10-23 08:31:21', '2024-10-23 08:31:21'), (1316, NULL, 'library', 311, 1, 0, 'Issue/Return Book', 'member-list', 'library', 2, 'library.member_list', NULL, NULL, 1, 1, 7, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, NULL, NULL, 1, '2024-10-23 08:31:21', '2024-10-23 08:31:21'), (1317, NULL, NULL, 312, 1, 0, 'Issue', 'issue-books', 'member-list', 3, NULL, NULL, NULL, 1, 1, 313, 0, 0, 0, 1, 0, 0, 0, 0, 1, 1, 0, NULL, NULL, 1, '2024-10-23 08:31:21', '2024-10-23 08:31:21'), (1318, NULL, NULL, 313, 1, 0, 'Return', 'return-book-view', 'member-list', 3, NULL, NULL, NULL, 1, 1, 314, 0, 0, 0, 1, 0, 0, 0, 0, 1, 1, 0, NULL, NULL, 1, '2024-10-23 08:31:21', '2024-10-23 08:31:21'), (1319, NULL, 'library', 314, 1, 0, 'All Issued Book', 'all-issed-book', 'library', 2, 'library.all_issued_book', NULL, NULL, 1, 1, 6, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, NULL, NULL, 1, '2024-10-23 08:31:21', '2024-10-23 08:31:21'), (1320, NULL, 'library', 579, 1, 0, 'Subject', 'library_subject', 'library', 2, 'library.subject', NULL, NULL, 1, 1, 2, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, NULL, NULL, 1, '2024-10-23 08:31:21', '2024-10-23 08:31:21'), (1321, NULL, NULL, 580, 1, 0, 'Add', 'library_subject_store', 'library_subject', 3, NULL, NULL, NULL, 1, 1, 581, 0, 0, 0, 1, 0, 0, 0, 0, 1, 1, 0, NULL, NULL, 1, '2024-10-23 08:31:21', '2024-10-23 08:31:21'), (1322, NULL, NULL, 581, 1, 0, 'Edit', 'library_subject_edit', 'library_subject', 3, NULL, NULL, NULL, 1, 1, 582, 0, 0, 0, 1, 0, 0, 0, 0, 1, 1, 0, NULL, NULL, 1, '2024-10-23 08:31:21', '2024-10-23 08:31:21'), (1323, NULL, NULL, 582, 1, 0, 'Delete', 'library_subject_delete', 'library_subject', 3, NULL, NULL, NULL, 1, 1, 583, 0, 0, 0, 1, 0, 0, 0, 0, 1, 1, 0, NULL, NULL, 1, '2024-10-23 08:31:21', '2024-10-23 08:31:21'), (1324, NULL, 'inventory', 315, 1, 0, 'Inventory', 'inventory', NULL, 1, 'inventory.inventory', 'flaticon-inventory', NULL, 1, 1, 22, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, NULL, NULL, 1, '2024-10-23 08:31:21', '2024-10-23 08:31:21'), (1325, NULL, 'inventory', 316, 1, 0, 'Item Category', 'item-category', 'inventory', 2, 'inventory.item_category', NULL, NULL, 1, 1, 0, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, NULL, NULL, 1, '2024-10-23 08:31:21', '2024-10-23 08:31:21'), (1326, NULL, NULL, 317, 1, 0, 'Add', 'item-category-store', 'item-category', 3, NULL, NULL, NULL, 1, 1, 318, 0, 0, 0, 1, 0, 0, 0, 0, 1, 1, 0, NULL, NULL, 1, '2024-10-23 08:31:21', '2024-10-23 08:31:21'), (1327, NULL, NULL, 318, 1, 0, 'Edit', 'item-category-edit', 'item-category', 3, NULL, NULL, NULL, 1, 1, 319, 0, 0, 0, 1, 0, 0, 0, 0, 1, 1, 0, NULL, NULL, 1, '2024-10-23 08:31:21', '2024-10-23 08:31:21'), (1328, NULL, NULL, 319, 1, 0, 'Delete', 'delete-item-category-view', 'item-category', 3, NULL, NULL, NULL, 1, 1, 320, 0, 0, 0, 1, 0, 0, 0, 0, 1, 1, 0, NULL, NULL, 1, '2024-10-23 08:31:21', '2024-10-23 08:31:21'), (1329, NULL, 'inventory', 320, 1, 0, 'Item List', 'item-list', 'inventory', 2, 'inventory.item_list', NULL, NULL, 1, 1, 0, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, NULL, NULL, 1, '2024-10-23 08:31:21', '2024-10-23 08:31:21'), (1330, NULL, NULL, 321, 1, 0, 'Add', 'item-list-store', 'item-list', 3, NULL, NULL, NULL, 1, 1, 322, 0, 0, 0, 1, 0, 0, 0, 0, 1, 1, 0, NULL, NULL, 1, '2024-10-23 08:31:21', '2024-10-23 08:31:21'), (1331, NULL, NULL, 322, 1, 0, 'Edit', 'item-list-edit', 'item-list', 3, NULL, NULL, NULL, 1, 1, 323, 0, 0, 0, 1, 0, 0, 0, 0, 1, 1, 0, NULL, NULL, 1, '2024-10-23 08:31:21', '2024-10-23 08:31:21'), (1332, NULL, NULL, 323, 1, 0, 'Delete', 'delete-item-view', 'item-list', 3, NULL, NULL, NULL, 1, 1, 324, 0, 0, 0, 1, 0, 0, 0, 0, 1, 1, 0, NULL, NULL, 1, '2024-10-23 08:31:21', '2024-10-23 08:31:21'), (1333, NULL, 'inventory', 324, 1, 0, 'Item Store', 'item-store', 'inventory', 2, 'inventory.item_store', NULL, NULL, 1, 1, 0, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, NULL, NULL, 1, '2024-10-23 08:31:21', '2024-10-23 08:31:21'), (1334, NULL, NULL, 325, 1, 0, 'Add', 'item-store-store', 'item-store', 3, NULL, NULL, NULL, 1, 1, 326, 0, 0, 0, 1, 0, 0, 0, 0, 1, 1, 0, NULL, NULL, 1, '2024-10-23 08:31:21', '2024-10-23 08:31:21'), (1335, NULL, NULL, 326, 1, 0, 'Edit', 'item-store-edit', 'item-store', 3, NULL, NULL, NULL, 1, 1, 327, 0, 0, 0, 1, 0, 0, 0, 0, 1, 1, 0, NULL, NULL, 1, '2024-10-23 08:31:21', '2024-10-23 08:31:21'), (1336, NULL, NULL, 327, 1, 0, 'Delete', 'delete-store-view', 'item-store', 3, NULL, NULL, NULL, 1, 1, 328, 0, 0, 0, 1, 0, 0, 0, 0, 1, 1, 0, NULL, NULL, 1, '2024-10-23 08:31:21', '2024-10-23 08:31:21'), (1337, NULL, 'inventory', 328, 1, 0, 'Supplier', 'suppliers', 'inventory', 2, 'inventory.supplier', NULL, NULL, 1, 1, 0, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, NULL, NULL, 1, '2024-10-23 08:31:21', '2024-10-23 08:31:21'), (1338, NULL, NULL, 329, 1, 0, 'Add', 'suppliers-store', 'suppliers', 3, NULL, NULL, NULL, 1, 1, 330, 0, 0, 0, 1, 0, 0, 0, 0, 1, 1, 0, NULL, NULL, 1, '2024-10-23 08:31:21', '2024-10-23 08:31:21'), (1339, NULL, NULL, 330, 1, 0, 'Edit', 'suppliers-edit', 'suppliers', 3, NULL, NULL, NULL, 1, 1, 331, 0, 0, 0, 1, 0, 0, 0, 0, 1, 1, 0, NULL, NULL, 1, '2024-10-23 08:31:22', '2024-10-23 08:31:22'), (1340, NULL, NULL, 331, 1, 0, 'Delete', 'suppliers-delete', 'suppliers', 3, NULL, NULL, NULL, 1, 1, 332, 0, 0, 0, 1, 0, 0, 0, 0, 1, 1, 0, NULL, NULL, 1, '2024-10-23 08:31:22', '2024-10-23 08:31:22'), (1341, NULL, 'inventory', 332, 1, 0, 'Item Receive', 'item-receive', 'inventory', 2, 'inventory.item_receive', NULL, NULL, 1, 1, 0, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, NULL, NULL, 1, '2024-10-23 08:31:22', '2024-10-23 08:31:22'), (1342, NULL, NULL, 333, 1, 0, 'Add', 'save-item-receive-data', 'item-receive', 3, NULL, NULL, NULL, 1, 1, 334, 0, 0, 0, 1, 0, 0, 0, 0, 1, 1, 0, NULL, NULL, 1, '2024-10-23 08:31:22', '2024-10-23 08:31:22'), (1343, NULL, 'inventory', 334, 1, 0, 'Item Receive List', 'item-receive-list', 'inventory', 2, 'inventory.item_receive_list', NULL, NULL, 1, 1, 0, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, NULL, NULL, 1, '2024-10-23 08:31:22', '2024-10-23 08:31:22'), (1344, NULL, NULL, 336, 1, 0, 'Edit', 'edit-item-receive', 'item-receive-list', 3, NULL, NULL, NULL, 1, 1, 337, 0, 0, 0, 1, 0, 0, 0, 0, 1, 1, 0, NULL, NULL, 1, '2024-10-23 08:31:22', '2024-10-23 08:31:22'), (1345, NULL, NULL, 337, 1, 0, 'View', 'view-receive-payments', 'item-receive-list', 3, NULL, NULL, NULL, 1, 1, 338, 0, 0, 0, 1, 0, 0, 0, 0, 1, 1, 0, NULL, NULL, 1, '2024-10-23 08:31:22', '2024-10-23 08:31:22'), (1346, NULL, NULL, 338, 1, 0, 'Cancel', 'delete-item-receive-view', 'item-receive-list', 3, NULL, NULL, NULL, 1, 1, 339, 0, 0, 0, 1, 0, 0, 0, 0, 1, 1, 0, NULL, NULL, 1, '2024-10-23 08:31:22', '2024-10-23 08:31:22'), (1347, NULL, 'inventory', 339, 1, 0, 'Item Sell', 'item-sell-list', 'inventory', 2, 'inventory.item_sell', NULL, NULL, 1, 1, 0, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, NULL, NULL, 1, '2024-10-23 08:31:22', '2024-10-23 08:31:22'), (1348, NULL, NULL, 340, 1, 0, 'Add', 'save-item-sell-data', 'item-sell-list', 3, NULL, NULL, NULL, 1, 1, 341, 0, 0, 0, 1, 0, 0, 0, 0, 1, 1, 0, NULL, NULL, 1, '2024-10-23 08:31:22', '2024-10-23 08:31:22'), (1349, NULL, NULL, 341, 1, 0, 'Edit', 'edit-item-sell', 'item-sell-list', 3, NULL, NULL, NULL, 1, 1, 342, 0, 0, 0, 1, 0, 0, 0, 0, 1, 1, 0, NULL, NULL, 1, '2024-10-23 08:31:22', '2024-10-23 08:31:22'), (1350, NULL, NULL, 342, 1, 0, 'Delete', 'delete-item-sale-view', 'item-sell-list', 3, NULL, NULL, NULL, 1, 1, 343, 0, 0, 0, 1, 0, 0, 0, 0, 1, 1, 0, NULL, NULL, 1, '2024-10-23 08:31:22', '2024-10-23 08:31:22'), (1351, NULL, NULL, 343, 1, 0, 'Add Payment', 'add-payment-sell', 'item-sell-list', 3, NULL, NULL, NULL, 1, 1, 344, 0, 0, 0, 1, 0, 0, 0, 0, 1, 1, 0, NULL, NULL, 1, '2024-10-23 08:31:22', '2024-10-23 08:31:22'), (1352, NULL, NULL, 344, 1, 0, 'View Payment', 'view-sell-payments', 'item-sell-list', 3, NULL, NULL, NULL, 1, 1, 345, 0, 0, 0, 1, 0, 0, 0, 0, 1, 1, 0, NULL, NULL, 1, '2024-10-23 08:31:22', '2024-10-23 08:31:22'), (1353, NULL, 'inventory', 345, 1, 0, 'Item Issue', 'item-issue', 'inventory', 2, 'inventory.item_issue', NULL, NULL, 1, 1, 0, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, NULL, NULL, 1, '2024-10-23 08:31:22', '2024-10-23 08:31:22'), (1354, NULL, NULL, 346, 1, 0, 'Add', 'save-item-issue-data', 'item-issue', 3, NULL, NULL, NULL, 1, 1, 347, 0, 0, 0, 1, 0, 0, 0, 0, 1, 1, 0, NULL, NULL, 1, '2024-10-23 08:31:22', '2024-10-23 08:31:22'), (1355, NULL, NULL, 347, 1, 0, 'Return', 'return-item-view', 'item-issue', 3, NULL, NULL, NULL, 1, 1, 348, 0, 0, 0, 1, 0, 0, 0, 0, 1, 1, 0, NULL, NULL, 1, '2024-10-23 08:31:22', '2024-10-23 08:31:22'), (1356, NULL, 'transport', 348, 1, 0, 'Transport', 'transport', NULL, 1, 'transport.transport', 'flaticon-bus', NULL, 1, 1, 23, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, NULL, NULL, 1, '2024-10-23 08:31:22', '2024-10-23 08:31:22'), (1357, NULL, 'transport', 349, 1, 0, 'Routes', 'transport-route-index', 'transport', 2, 'transport.routes', NULL, NULL, 1, 1, 0, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, NULL, NULL, 1, '2024-10-23 08:31:22', '2024-10-23 08:31:22'), (1358, NULL, NULL, 350, 1, 0, 'Add', 'transport-route-store', 'transport-route', 3, NULL, NULL, NULL, 1, 1, 351, 0, 0, 0, 1, 0, 0, 0, 0, 1, 1, 0, NULL, NULL, 1, '2024-10-23 08:31:22', '2024-10-23 08:31:22'), (1359, NULL, NULL, 351, 1, 0, 'Edit', 'transport-route-edit', 'transport-route', 3, NULL, NULL, NULL, 1, 1, 352, 0, 0, 0, 1, 0, 0, 0, 0, 1, 1, 0, NULL, NULL, 1, '2024-10-23 08:31:22', '2024-10-23 08:31:22'), (1360, NULL, NULL, 352, 1, 0, 'Delete', 'transport-route-delete', 'transport-route', 3, NULL, NULL, NULL, 1, 1, 353, 0, 0, 0, 1, 0, 0, 0, 0, 1, 1, 0, NULL, NULL, 1, '2024-10-23 08:31:22', '2024-10-23 08:31:22'), (1361, NULL, 'transport', 353, 1, 0, 'Vehicle', 'vehicle-index', 'transport', 2, 'transport.vehicle', NULL, NULL, 1, 1, 0, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, NULL, NULL, 1, '2024-10-23 08:31:22', '2024-10-23 08:31:22'), (1362, NULL, NULL, 354, 1, 0, 'Add', 'vehicle-store', 'vehicle', 3, NULL, NULL, NULL, 1, 1, 355, 0, 0, 0, 1, 0, 0, 0, 0, 1, 1, 0, NULL, NULL, 1, '2024-10-23 08:31:22', '2024-10-23 08:31:22'), (1363, NULL, NULL, 355, 1, 0, 'Edit', 'vehicle-edit', 'vehicle', 3, NULL, NULL, NULL, 1, 1, 356, 0, 0, 0, 1, 0, 0, 0, 0, 1, 1, 0, NULL, NULL, 1, '2024-10-23 08:31:22', '2024-10-23 08:31:22'), (1364, NULL, NULL, 356, 1, 0, 'Delete', 'vehicle-delete', 'vehicle', 3, NULL, NULL, NULL, 1, 1, 357, 0, 0, 0, 1, 0, 0, 0, 0, 1, 1, 0, NULL, NULL, 1, '2024-10-23 08:31:22', '2024-10-23 08:31:22'), (1365, NULL, 'transport', 357, 1, 0, 'Assign Vehicle', 'assign-vehicle-index', 'transport', 2, 'transport.assign_vehicle', NULL, NULL, 1, 1, 0, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, NULL, NULL, 1, '2024-10-23 08:31:22', '2024-10-23 08:31:22'), (1366, NULL, NULL, 358, 1, 0, 'Add', 'assign-vehicle-store', 'assign-vehicle', 3, NULL, NULL, NULL, 1, 1, 359, 0, 0, 0, 1, 0, 0, 0, 0, 1, 1, 0, NULL, NULL, 1, '2024-10-23 08:31:22', '2024-10-23 08:31:22'), (1367, NULL, NULL, 359, 1, 0, 'Edit', 'assign-vehicle-edit', 'assign-vehicle', 3, NULL, NULL, NULL, 1, 1, 360, 0, 0, 0, 1, 0, 0, 0, 0, 1, 1, 0, NULL, NULL, 1, '2024-10-23 08:31:22', '2024-10-23 08:31:22'), (1368, NULL, NULL, 360, 1, 0, 'Delete', 'assign-vehicle-delete', 'assign-vehicle', 3, NULL, NULL, NULL, 1, 1, 361, 0, 0, 0, 1, 0, 0, 0, 0, 1, 1, 0, NULL, NULL, 1, '2024-10-23 08:31:22', '2024-10-23 08:31:22'), (1369, NULL, 'students_report', 361, 1, 0, 'Student Transport Report', 'student_transport_report', 'students_report', 2, 'transport.student_transport_report', NULL, NULL, 1, 1, 0, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, NULL, NULL, 1, '2024-10-23 08:31:22', '2024-10-23 08:31:24'), (1370, NULL, 'dormitory', 362, 1, 0, 'Dormitory', 'dormitory', NULL, 1, 'dormitory.dormitory', 'fas fa-hotel', NULL, 1, 1, 24, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, NULL, NULL, 1, '2024-10-23 08:31:22', '2024-10-23 08:31:22'), (1371, NULL, 'dormitory', 363, 1, 0, 'Dormitory Rooms', 'room-list-index', 'dormitory', 2, 'dormitory.dormitory_rooms', NULL, NULL, 1, 1, 3, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, NULL, NULL, 1, '2024-10-23 08:31:22', '2024-10-23 08:31:22'), (1372, NULL, NULL, 364, 1, 0, 'Add', 'room-list-store', 'room-list', 3, NULL, NULL, NULL, 1, 1, 365, 0, 0, 0, 1, 0, 0, 0, 0, 1, 1, 0, NULL, NULL, 1, '2024-10-23 08:31:22', '2024-10-23 08:31:22'), (1373, NULL, NULL, 365, 1, 0, 'Edit', 'room-list-edit', 'room-list', 3, NULL, NULL, NULL, 1, 1, 366, 0, 0, 0, 1, 0, 0, 0, 0, 1, 1, 0, NULL, NULL, 1, '2024-10-23 08:31:22', '2024-10-23 08:31:22'), (1374, NULL, NULL, 366, 1, 0, 'Delete', 'room-list-delete', 'room-list', 3, NULL, NULL, NULL, 1, 1, 367, 0, 0, 0, 1, 0, 0, 0, 0, 1, 1, 0, NULL, NULL, 1, '2024-10-23 08:31:22', '2024-10-23 08:31:22'), (1375, NULL, 'dormitory', 367, 1, 0, 'Dormitory', 'dormitory-list-index', 'dormitory', 2, 'dormitory.dormitory', NULL, NULL, 1, 1, 2, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, NULL, NULL, 1, '2024-10-23 08:31:22', '2024-10-23 08:31:22'), (1376, NULL, NULL, 368, 1, 0, 'Add', 'dormitory-list-store', 'dormitory-list', 3, NULL, NULL, NULL, 1, 1, 369, 0, 0, 0, 1, 0, 0, 0, 0, 1, 1, 0, NULL, NULL, 1, '2024-10-23 08:31:22', '2024-10-23 08:31:22'), (1377, NULL, NULL, 369, 1, 0, 'Edit', 'dormitory-list-edit', 'dormitory-list', 3, NULL, NULL, NULL, 1, 1, 370, 0, 0, 0, 1, 0, 0, 0, 0, 1, 1, 0, NULL, NULL, 1, '2024-10-23 08:31:22', '2024-10-23 08:31:22'), (1378, NULL, NULL, 370, 1, 0, 'Delete', 'dormitory-list-delete', 'dormitory-list', 3, NULL, NULL, NULL, 1, 1, 371, 0, 0, 0, 1, 0, 0, 0, 0, 1, 1, 0, NULL, NULL, 1, '2024-10-23 08:31:22', '2024-10-23 08:31:22'), (1379, NULL, 'dormitory', 371, 1, 0, 'Room Type', 'room-type-index', 'dormitory', 2, 'dormitory.room_type', NULL, NULL, 1, 1, 1, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, NULL, NULL, 1, '2024-10-23 08:31:22', '2024-10-23 08:31:22'), (1380, NULL, NULL, 372, 1, 0, 'Add', 'room-type-store', 'room-type', 3, NULL, NULL, NULL, 1, 1, 373, 0, 0, 0, 1, 0, 0, 0, 0, 1, 1, 0, NULL, NULL, 1, '2024-10-23 08:31:22', '2024-10-23 08:31:22'), (1381, NULL, NULL, 373, 1, 0, 'Edit', 'room-type-edit', 'room-type', 3, NULL, NULL, NULL, 1, 1, 374, 0, 0, 0, 1, 0, 0, 0, 0, 1, 1, 0, NULL, NULL, 1, '2024-10-23 08:31:22', '2024-10-23 08:31:22'), (1382, NULL, NULL, 374, 1, 0, 'Delete', 'room-type-delete', 'room-type', 3, NULL, NULL, NULL, 1, 1, 375, 0, 0, 0, 1, 0, 0, 0, 0, 1, 1, 0, NULL, NULL, 1, '2024-10-23 08:31:22', '2024-10-23 08:31:22'), (1383, NULL, 'students_report', 375, 1, 0, 'Student Dormitory Report', 'student_dormitory_report', 'students_report', 2, 'dormitory.student_dormitory_report', NULL, NULL, 1, 1, 4, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, NULL, NULL, 1, '2024-10-23 08:31:22', '2024-10-23 08:31:24'), (1384, NULL, 'reports', 376, 1, 0, 'Reports', 'reports', NULL, 1, 'reports.reports', 'fas fa-user-shield', NULL, 1, 1, 25, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, NULL, NULL, 1, '2024-10-23 08:31:22', '2024-10-23 08:31:22'), (1385, NULL, 'students_report', 377, 1, 0, 'Guardian Reports', 'guardian_report', 'students_report', 2, 'reports.guardian_report', NULL, NULL, 1, 1, 2, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, NULL, NULL, 1, '2024-10-23 08:31:22', '2024-10-23 08:31:22'), (1386, NULL, 'students_report', 378, 1, 0, 'Student History', 'student_history', 'students_report', 2, 'reports.student_history', NULL, NULL, 1, 1, 3, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, NULL, NULL, 1, '2024-10-23 08:31:22', '2024-10-23 08:31:22'), (1387, NULL, 'students_report', 379, 1, 0, 'Student Login Report', 'student_login_report', 'students_report', 2, 'reports.student_login_report', NULL, NULL, 1, 1, 4, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, NULL, NULL, 1, '2024-10-23 08:31:22', '2024-10-23 08:31:22'), (1388, NULL, NULL, 380, 1, 0, 'Update', 'student_login_update', 'student_login_report', 3, NULL, NULL, NULL, 1, 1, 381, 0, 0, 0, 1, 0, 0, 0, 0, 1, 1, 0, NULL, NULL, 1, '2024-10-23 08:31:22', '2024-10-23 08:31:22'), (1389, 'fees_collection', 'fees_report', 381, 1, 0, 'Fees Statement', 'fees_statement', 'fees_report', 2, 'reports.fees_statement', NULL, NULL, 1, 1, 5, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, NULL, NULL, 1, '2024-10-23 08:31:22', '2024-10-23 08:31:22'), (1390, 'fees_collection', 'fees_report', 382, 1, 0, 'Balance Fees Report', 'balance_fees_report', 'fees_report', 2, 'reports.balance_fees_report', NULL, NULL, 1, 1, 6, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, NULL, NULL, 1, '2024-10-23 08:31:22', '2024-10-23 08:31:22'), (1391, NULL, 'students_report', 384, 1, 0, 'Class Report', 'class_report', 'students_report', 2, 'reports.class_report', NULL, NULL, 1, 1, 7, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, NULL, NULL, 1, '2024-10-23 08:31:22', '2024-10-23 08:31:22'), (1392, NULL, 'students_report', 385, 1, 0, 'Class Routine', 'class_routine_report', 'students_report', 2, 'reports.class_routine', NULL, NULL, 1, 1, 8, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, NULL, NULL, 1, '2024-10-23 08:31:22', '2024-10-23 08:31:22'), (1393, NULL, 'exam_report', 386, 1, 0, 'Exam Routine', 'exam_routine_report', 'exam_report', 2, 'reports.exam_routine', NULL, NULL, 1, 1, 9, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, NULL, NULL, 1, '2024-10-23 08:31:22', '2024-10-23 08:31:22'), (1394, NULL, 'exam_report', 388, 1, 0, 'Merit List Report', 'merit_list_report', 'exam_report', 2, 'reports.merit_list_report', NULL, NULL, 1, 1, 10, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, NULL, NULL, 1, '2024-10-23 08:31:22', '2024-10-23 08:31:22'), (1395, NULL, 'exam_report', 389, 1, 0, 'Online Exam Report', 'online_exam_report', 'exam_report', 2, 'reports.online_exam_report', NULL, NULL, 1, 1, 11, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, NULL, NULL, 1, '2024-10-23 08:31:22', '2024-10-23 08:31:22'), (1396, NULL, 'exam_report', 390, 1, 0, 'Mark Sheet Report', 'mark_sheet_report_student', 'exam_report', 2, 'reports.mark_sheet_report', NULL, NULL, 1, 1, 12, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, NULL, NULL, 1, '2024-10-23 08:31:22', '2024-10-23 08:31:22'), (1397, NULL, 'exam_report', 391, 1, 0, 'Tabulation Sheet Report', 'tabulation_sheet_report', 'exam_report', 2, 'reports.tabulation_sheet_report', NULL, NULL, 1, 1, 13, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, NULL, NULL, 1, '2024-10-23 08:31:22', '2024-10-23 08:31:22'), (1398, NULL, 'exam_report', 392, 1, 0, 'Progress Card Report', 'progress_card_report', 'exam_report', 2, 'reports.progress_card_report', NULL, NULL, 1, 1, 14, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, NULL, NULL, 1, '2024-10-23 08:31:22', '2024-10-23 08:31:22'), (1399, NULL, 'exam_report', 392, 1, 0, 'Progress Card Report', 'custom_progress_card_report_percent', 'exam_report', 2, 'reports.progress_card_report_100_percent', NULL, NULL, 1, 1, 14, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, NULL, NULL, 1, '2024-10-23 08:31:22', '2024-10-23 08:31:22'), (1400, NULL, 'students_report', 394, 1, 0, 'User Log', 'user_log', 'students_report', 2, 'reports.user_log', NULL, NULL, 1, 1, 15, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, NULL, NULL, 1, '2024-10-23 08:31:22', '2024-10-23 08:31:22'), (1401, NULL, 'students_report', 538, 1, 0, 'Student Report', 'student_report', 'students_report', 2, 'reports.student_report', NULL, NULL, 1, 1, 1, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, NULL, NULL, 1, '2024-10-23 08:31:22', '2024-10-23 08:31:22'), (1402, NULL, 'exam_report', 539, 1, 0, 'Previous Result', 'previous-class-results', 'exam_report', 2, 'reports.previous_result', NULL, NULL, 1, 1, 16, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, NULL, NULL, 1, '2024-10-23 08:31:22', '2024-10-23 08:31:22'), (1403, NULL, 'students_report', 540, 1, 0, 'previous record', 'previous-record', 'students_report', 2, 'reports.previous_record', NULL, NULL, 1, 1, 17, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, NULL, NULL, 1, '2024-10-23 08:31:22', '2024-10-23 08:31:22'), (1404, NULL, 'role_permission', 417, 1, 0, 'Role & Permission', 'role_permission', NULL, 1, 'rolepermission::role.role_&_permission', 'flaticon-authentication', NULL, 1, 1, 26, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, NULL, NULL, 1, '2024-10-23 08:31:22', '2024-10-23 08:31:22'), (1405, NULL, 'role_permission', 421, 1, 0, 'Login Permission', 'login-access-control', 'role_permission', 2, 'rolepermission::role.login_permission', NULL, NULL, 1, 1, 0, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, NULL, NULL, 1, '2024-10-23 08:31:22', '2024-10-23 08:31:22'), (1406, NULL, NULL, 422, 1, 0, 'On', 'login-access-control-on', 'login-access-control', 3, NULL, NULL, NULL, 1, 1, 423, 0, 0, 0, 1, 0, 0, 0, 0, 1, 1, 0, NULL, NULL, 1, '2024-10-23 08:31:22', '2024-10-23 08:31:22'), (1407, NULL, NULL, 423, 1, 0, 'Off', 'login-access-control-off', 'login-access-control', 3, NULL, NULL, NULL, 1, 1, 424, 0, 0, 0, 1, 0, 0, 0, 0, 1, 1, 0, NULL, NULL, 1, '2024-10-23 08:31:22', '2024-10-23 08:31:22'), (1408, NULL, 'role_permission', 585, 1, 0, 'Role', 'rolepermission/role', 'role_permission', 2, 'rolepermission::role.role', NULL, NULL, 1, 1, 0, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, NULL, NULL, 1, '2024-10-23 08:31:22', '2024-10-23 08:31:22'), (1409, NULL, NULL, 418, 1, 0, 'Add', 'rolepermission/role-store', 'rolepermission/role', 3, NULL, NULL, NULL, 1, 1, 419, 0, 0, 0, 1, 0, 0, 0, 0, 1, 1, 0, NULL, NULL, 1, '2024-10-23 08:31:22', '2024-10-23 08:31:22'), (1410, NULL, NULL, 419, 1, 0, 'Edit', 'rolepermission/role-edit', 'rolepermission/role', 3, NULL, NULL, NULL, 1, 1, 420, 0, 0, 0, 1, 0, 0, 0, 0, 1, 1, 0, NULL, NULL, 1, '2024-10-23 08:31:22', '2024-10-23 08:31:22'), (1411, NULL, NULL, 420, 1, 0, 'Delete', 'rolepermission/role-delete', 'rolepermission/role', 3, NULL, NULL, NULL, 1, 1, 421, 0, 0, 0, 1, 0, 0, 0, 0, 1, 1, 0, NULL, NULL, 1, '2024-10-23 08:31:22', '2024-10-23 08:31:22'), (1412, NULL, NULL, 541, 1, 0, 'Assign Permission', 'rolepermission/assign-permission', 'rolepermission/role', 3, NULL, NULL, NULL, 1, 1, 542, 0, 0, 0, 1, 0, 0, 0, 0, 1, 1, 0, NULL, NULL, 1, '2024-10-23 08:31:22', '2024-10-23 08:31:22'), (1413, NULL, 'role_permission', 421, 1, 0, 'Due Fees Login Permission', 'due_fees_login_permission', 'role_permission', 2, 'rolepermission::role.due_fees_login_permission', NULL, NULL, 1, 1, 0, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, NULL, NULL, 1, '2024-10-23 08:31:22', '2024-10-23 08:31:22'), (1414, NULL, 'system_settings', 398, 1, 0, 'General Settings', 'general_settings', NULL, 1, 'common.general_settings', 'fas fa-cogs', NULL, 1, 1, 27, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, NULL, NULL, 1, '2024-10-23 08:31:22', '2024-10-23 08:31:22'), (1415, NULL, 'system_settings', 405, 1, 0, 'General Settings', 'general-settings', 'general_settings', 2, 'system_settings.general_settings', NULL, NULL, 1, 1, 1, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, NULL, NULL, 1, '2024-10-23 08:31:22', '2024-10-23 08:31:22'), (1416, NULL, NULL, 406, 1, 0, 'Logo Change', 'update-school-logo', 'general-settings', 3, NULL, NULL, NULL, 1, 1, 407, 0, 0, 0, 1, 0, 0, 0, 0, 1, 1, 0, NULL, NULL, 1, '2024-10-23 08:31:22', '2024-10-23 08:31:22'), (1417, NULL, NULL, 407, 1, 0, 'Favicon Change', 'update-school-favicon', 'general-settings', 3, NULL, NULL, NULL, 1, 1, 408, 0, 0, 0, 1, 0, 0, 0, 0, 1, 1, 0, NULL, NULL, 1, '2024-10-23 08:31:22', '2024-10-23 08:31:22'), (1418, NULL, NULL, 409, 1, 0, 'Update', 'update-general-settings', 'general-settings', 3, NULL, NULL, NULL, 1, 1, 410, 0, 0, 0, 1, 0, 0, 0, 0, 1, 1, 0, NULL, NULL, 1, '2024-10-23 08:31:22', '2024-10-23 08:31:22'), (1419, NULL, 'system_settings', 424, 1, 0, 'Optional Subject Setup', 'class_optional', 'general_settings', 2, 'system_settings.optional_subject', NULL, NULL, 1, 1, 2, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, NULL, NULL, 1, '2024-10-23 08:31:22', '2024-10-23 08:31:22'), (1420, NULL, NULL, 425, 1, 0, 'Add', 'optional_subject_setup_post', 'class_optional', 3, NULL, NULL, NULL, 1, 1, 426, 0, 0, 0, 1, 0, 0, 0, 0, 1, 1, 0, NULL, NULL, 1, '2024-10-23 08:31:22', '2024-10-23 08:31:22'), (1421, NULL, NULL, 426, 1, 0, 'Edit', 'class_optional_edit', 'class_optional', 3, NULL, NULL, NULL, 1, 1, 427, 0, 0, 0, 1, 0, 0, 0, 0, 1, 1, 0, NULL, NULL, 1, '2024-10-23 08:31:22', '2024-10-23 08:31:22'), (1422, NULL, NULL, 427, 1, 0, 'Delete', 'delete_optional_subject', 'class_optional', 3, NULL, NULL, NULL, 1, 1, 428, 0, 0, 0, 1, 0, 0, 0, 0, 1, 1, 0, NULL, NULL, 1, '2024-10-23 08:31:22', '2024-10-23 08:31:22'), (1423, NULL, 'system_settings', 432, 1, 0, 'Academic Year', 'academic-year', 'general_settings', 2, 'common.academic_year', NULL, NULL, 1, 1, 3, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, NULL, NULL, 1, '2024-10-23 08:31:22', '2024-10-23 08:31:22'), (1424, NULL, NULL, 433, 1, 0, 'Add', 'academic-year-store', 'academic-year', 3, NULL, NULL, NULL, 1, 1, 434, 0, 0, 0, 1, 0, 0, 0, 0, 1, 1, 0, NULL, NULL, 1, '2024-10-23 08:31:22', '2024-10-23 08:31:22'), (1425, NULL, NULL, 434, 1, 0, 'Edit', 'academic-year-edit', 'academic-year', 3, NULL, NULL, NULL, 1, 1, 435, 0, 0, 0, 1, 0, 0, 0, 0, 1, 1, 0, NULL, NULL, 1, '2024-10-23 08:31:22', '2024-10-23 08:31:22'), (1426, NULL, NULL, 435, 1, 0, 'Delete', 'academic-year-delete', 'academic-year', 3, NULL, NULL, NULL, 1, 1, 436, 0, 0, 0, 1, 0, 0, 0, 0, 1, 1, 0, NULL, NULL, 1, '2024-10-23 08:31:22', '2024-10-23 08:31:22'), (1427, NULL, 'system_settings', 440, 1, 0, 'Holiday', 'holiday', 'general_settings', 2, 'system_settings.holiday', NULL, NULL, 1, 1, 4, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, NULL, NULL, 1, '2024-10-23 08:31:22', '2024-10-23 08:31:22'), (1428, NULL, NULL, 441, 1, 0, 'Add', 'holiday-store', 'holiday', 3, NULL, NULL, NULL, 1, 1, 442, 0, 0, 0, 1, 0, 0, 0, 0, 1, 1, 0, NULL, NULL, 1, '2024-10-23 08:31:22', '2024-10-23 08:31:22'), (1429, NULL, NULL, 442, 1, 0, 'Edit', 'holiday-edit', 'holiday', 3, NULL, NULL, NULL, 1, 1, 443, 0, 0, 0, 1, 0, 0, 0, 0, 1, 1, 0, NULL, NULL, 1, '2024-10-23 08:31:22', '2024-10-23 08:31:22'), (1430, NULL, NULL, 443, 1, 0, 'Delete', 'delete-holiday-data-view', 'holiday', 3, NULL, NULL, NULL, 1, 1, 444, 0, 0, 0, 1, 0, 0, 0, 0, 1, 1, 0, NULL, NULL, 1, '2024-10-23 08:31:22', '2024-10-23 08:31:22'), (1431, NULL, 'system_settings', 399, 1, 0, 'Module Manager', 'manage-adons', 'general_settings', 2, 'system_settings.module_manager', NULL, NULL, 1, 1, 13, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, NULL, NULL, 1, '2024-10-23 08:31:22', '2024-10-23 08:31:22'), (1432, NULL, NULL, 400, 1, 0, 'Verify', 'manage-adons-verify', 'manage-adons', 3, NULL, NULL, NULL, 1, 1, 401, 0, 0, 0, 1, 0, 0, 0, 0, 1, 1, 0, NULL, NULL, 1, '2024-10-23 08:31:22', '2024-10-23 08:31:22'), (1433, NULL, 'system_settings', NULL, 1, 0, 'Notification Setting', 'notification_settings', 'general_settings', 2, 'system_settings.notification_setting', NULL, NULL, 1, 1, 13, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, NULL, NULL, 1, '2024-10-23 08:31:22', '2024-10-23 08:31:22'), (1434, NULL, 'system_settings', NULL, 1, 0, 'Tawk To Chat', 'tawkSetting', 'general_settings', 2, 'system_settings.Tawk To Chat', NULL, NULL, 1, 1, 13, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, NULL, NULL, 1, '2024-10-23 08:31:22', '2024-10-23 08:31:22'), (1435, NULL, 'system_settings', NULL, 1, 0, 'Messenger Chat', 'messengerSetting', 'general_settings', 2, 'system_settings.Messenger Chat', NULL, NULL, 1, 1, 13, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, NULL, NULL, 1, '2024-10-23 08:31:22', '2024-10-23 08:31:22'), (1436, NULL, 'system_settings', 401, 1, 0, 'Manage Currency', 'manage-currency', 'general_settings', 2, 'system_settings.manage_currency', NULL, NULL, 1, 1, 5, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, NULL, NULL, 1, '2024-10-23 08:31:22', '2024-10-23 08:31:22'), (1437, NULL, NULL, 402, 1, 0, 'Add', 'currency-store', 'manage-currency', 3, NULL, NULL, NULL, 1, 1, 403, 0, 0, 0, 1, 0, 0, 0, 0, 1, 1, 0, NULL, NULL, 1, '2024-10-23 08:31:22', '2024-10-23 08:31:22'), (1438, NULL, NULL, 403, 1, 0, 'Edit', 'currency_edit', 'manage-currency', 3, NULL, NULL, NULL, 1, 1, 404, 0, 0, 0, 1, 0, 0, 0, 0, 1, 1, 0, NULL, NULL, 1, '2024-10-23 08:31:22', '2024-10-23 08:31:22'), (1439, NULL, NULL, 404, 1, 0, 'Delete', 'currency_delete', 'manage-currency', 3, NULL, NULL, NULL, 1, 1, 405, 0, 0, 0, 1, 0, 0, 0, 0, 1, 1, 0, NULL, NULL, 1, '2024-10-23 08:31:22', '2024-10-23 08:31:22'), (1440, NULL, 'system_settings', 410, 1, 0, 'Email Setting', 'email-settings', 'general_settings', 2, 'system_settings.email_settings', NULL, NULL, 1, 1, 11, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, NULL, NULL, 1, '2024-10-23 08:31:22', '2024-10-23 08:31:22'), (1441, NULL, NULL, 411, 1, 0, 'Update', 'update-email-settings-data', 'email-settings', 3, NULL, NULL, NULL, 1, 1, 412, 0, 0, 0, 1, 0, 0, 0, 0, 1, 1, 0, NULL, NULL, 1, '2024-10-23 08:31:22', '2024-10-23 08:31:22'), (1442, NULL, 'system_settings', 412, 1, 0, 'Payment Method Settings', 'payment-method-settings', 'general_settings', 2, 'system_settings.payment_settings', NULL, NULL, 1, 1, 10, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, NULL, NULL, 1, '2024-10-23 08:31:22', '2024-10-23 08:31:22'), (1443, NULL, NULL, 413, 1, 0, 'Gateway Update', 'is-active-payment', 'payment-method-settings', 3, NULL, NULL, NULL, 1, 1, 414, 0, 0, 0, 1, 0, 0, 0, 0, 1, 1, 0, NULL, NULL, 1, '2024-10-23 08:31:22', '2024-10-23 08:31:22'), (1444, NULL, NULL, 414, 1, 0, 'Gateway Info Update', 'update-payment-gateway', 'payment-method-settings', 3, NULL, NULL, NULL, 1, 1, 415, 0, 0, 0, 1, 0, 0, 0, 0, 1, 1, 0, NULL, NULL, 1, '2024-10-23 08:31:22', '2024-10-23 08:31:22'), (1445, NULL, 'system_settings', 428, 1, 0, 'Base Setup', 'base_setup', 'general_settings', 2, 'system_settings.base_setup', NULL, NULL, 1, 1, 6, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, NULL, NULL, 1, '2024-10-23 08:31:22', '2024-10-23 08:31:22'), (1446, NULL, NULL, 429, 1, 0, 'Add', 'base_setup_store', 'base_setup', 3, NULL, NULL, NULL, 1, 1, 430, 0, 0, 0, 1, 0, 0, 0, 0, 1, 1, 0, NULL, NULL, 1, '2024-10-23 08:31:22', '2024-10-23 08:31:22'), (1447, NULL, NULL, 430, 1, 0, 'Edit', 'base_setup_edit', 'base_setup', 3, NULL, NULL, NULL, 1, 1, 431, 0, 0, 0, 1, 0, 0, 0, 0, 1, 1, 0, NULL, NULL, 1, '2024-10-23 08:31:22', '2024-10-23 08:31:22'), (1448, NULL, NULL, 431, 1, 0, 'Delete', 'base_setup_delete', 'base_setup', 3, NULL, NULL, NULL, 1, 1, 432, 0, 0, 0, 1, 0, 0, 0, 0, 1, 1, 0, NULL, NULL, 1, '2024-10-23 08:31:22', '2024-10-23 08:31:22'), (1449, NULL, 'system_settings', 444, 1, 0, 'Sms Settings', 'sms-settings', 'general_settings', 2, 'system_settings.sms_settings', NULL, NULL, 1, 1, 12, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, NULL, NULL, 1, '2024-10-23 08:31:22', '2024-10-23 08:31:22'), (1450, NULL, NULL, 445, 1, 0, ' Select SMS Service', 'update-clickatell-data', 'sms-settings', 3, NULL, NULL, NULL, 1, 1, 446, 0, 0, 0, 1, 0, 0, 0, 0, 1, 1, 0, NULL, NULL, 1, '2024-10-23 08:31:22', '2024-10-23 08:31:22'), (1451, NULL, NULL, 446, 1, 0, 'Twilio Update', 'update-twilio-data', 'sms-settings', 3, NULL, NULL, NULL, 1, 1, 447, 0, 0, 0, 1, 0, 0, 0, 0, 1, 1, 0, NULL, NULL, 1, '2024-10-23 08:31:22', '2024-10-23 08:31:22'), (1452, NULL, NULL, 447, 1, 0, 'MSG91 Update', 'update-msg91-data', 'sms-settings', 3, NULL, NULL, NULL, 1, 1, 448, 0, 0, 0, 1, 0, 0, 0, 0, 1, 1, 0, NULL, NULL, 1, '2024-10-23 08:31:22', '2024-10-23 08:31:22'), (1453, NULL, 'system_settings', 448, 1, 0, 'Weekend', 'weekend', 'general_settings', 2, 'system_settings.weekend', NULL, NULL, 1, 1, 7, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, NULL, NULL, 1, '2024-10-23 08:31:22', '2024-10-23 08:31:22'), (1454, NULL, 'system_settings', 451, 1, 0, 'Language Settings', 'language-settings', 'general_settings', 2, 'system_settings.language_settings', NULL, NULL, 1, 1, 8, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, NULL, NULL, 1, '2024-10-23 08:31:22', '2024-10-23 08:31:22'), (1455, NULL, NULL, 452, 1, 0, 'Add', 'language-add', 'language-settings', 3, NULL, NULL, NULL, 1, 1, 453, 0, 0, 0, 1, 0, 0, 0, 0, 1, 1, 0, NULL, NULL, 1, '2024-10-23 08:31:22', '2024-10-23 08:31:22'), (1456, NULL, NULL, 453, 1, 0, 'Make Default', 'change-language', 'language-settings', 3, NULL, NULL, NULL, 1, 1, 454, 0, 0, 0, 1, 0, 0, 0, 0, 1, 1, 0, NULL, NULL, 1, '2024-10-23 08:31:22', '2024-10-23 08:31:22'), (1457, NULL, NULL, 454, 1, 0, 'Setup', 'language-setup', 'language-settings', 3, NULL, NULL, NULL, 1, 1, 455, 0, 0, 0, 1, 0, 0, 0, 0, 1, 1, 0, NULL, NULL, 1, '2024-10-23 08:31:22', '2024-10-23 08:31:22'), (1458, NULL, NULL, 455, 1, 0, 'Remove', 'language-delete', 'language-settings', 3, NULL, NULL, NULL, 1, 1, 456, 0, 0, 0, 1, 0, 0, 0, 0, 1, 1, 0, NULL, NULL, 1, '2024-10-23 08:31:22', '2024-10-23 08:31:22'), (1459, NULL, 'general_settings', 456, 1, 0, 'Backup', 'backup-settings', 'general_settings', 2, 'system_settings.backup', NULL, NULL, 1, 1, 15, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, NULL, NULL, 1, '2024-10-23 08:31:22', '2024-10-23 08:31:22'), (1460, NULL, NULL, 457, 1, 0, 'Add', 'backup-store', 'backup-settings', 3, NULL, NULL, NULL, 1, 1, 458, 0, 0, 0, 1, 0, 0, 0, 0, 1, 1, 0, NULL, NULL, 1, '2024-10-23 08:31:22', '2024-10-23 08:31:22'), (1461, NULL, NULL, 458, 1, 0, 'Download', 'download-files', 'backup-settings', 3, NULL, NULL, NULL, 1, 1, 459, 0, 0, 0, 1, 0, 0, 0, 0, 1, 1, 0, NULL, NULL, 1, '2024-10-23 08:31:22', '2024-10-23 08:31:22'), (1462, NULL, NULL, 459, 1, 0, 'Delete', 'delete_database', 'backup-settings', 3, NULL, NULL, NULL, 1, 1, 460, 0, 0, 0, 1, 0, 0, 0, 0, 1, 1, 0, NULL, NULL, 1, '2024-10-23 08:31:22', '2024-10-23 08:31:22'), (1463, NULL, NULL, 460, 1, 0, 'Image', 'get-backup-files', 'backup-settings', 3, NULL, NULL, NULL, 1, 1, 461, 0, 0, 0, 1, 0, 0, 0, 0, 1, 1, 0, NULL, NULL, 1, '2024-10-23 08:31:22', '2024-10-23 08:31:22'), (1464, NULL, NULL, 462, 1, 0, 'Database', 'get-backup-db', 'backup-settings', 3, NULL, NULL, NULL, 1, 1, 463, 0, 0, 0, 1, 0, 0, 0, 0, 1, 1, 0, NULL, NULL, 1, '2024-10-23 08:31:22', '2024-10-23 08:31:22'), (1465, NULL, 'general_settings', 463, 1, 0, 'Header Option', 'button-disable-enable', 'general_settings', 2, 'system_settings.dashboard_setup', NULL, NULL, 1, 1, 9, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, NULL, NULL, 1, '2024-10-23 08:31:22', '2024-10-23 08:31:22'), (1466, NULL, NULL, 464, 1, 0, 'Custom URL Update', 'update-website-url', 'button-disable-enable', 3, NULL, NULL, NULL, 1, 1, 465, 0, 0, 0, 1, 0, 0, 0, 0, 1, 1, 0, NULL, NULL, 1, '2024-10-23 08:31:22', '2024-10-23 08:31:22'), (1467, NULL, NULL, 465, 1, 0, 'Status Change', 'status-change', 'button-disable-enable', 3, NULL, NULL, NULL, 1, 1, 466, 0, 0, 0, 1, 0, 0, 0, 0, 1, 1, 0, NULL, NULL, 1, '2024-10-23 08:31:22', '2024-10-23 08:31:22'), (1468, NULL, NULL, 466, 1, 0, 'Website Off', 'status-disable', 'button-disable-enable', 3, NULL, NULL, NULL, 1, 1, 467, 0, 0, 0, 1, 0, 0, 0, 0, 1, 1, 0, NULL, NULL, 1, '2024-10-23 08:31:22', '2024-10-23 08:31:22'), (1469, NULL, NULL, 467, 1, 0, 'Dashboard On', 'dashboard-enable', 'button-disable-enable', 3, NULL, NULL, NULL, 1, 1, 468, 0, 0, 0, 1, 0, 0, 0, 0, 1, 1, 0, NULL, NULL, 1, '2024-10-23 08:31:22', '2024-10-23 08:31:22'), (1470, NULL, NULL, 468, 1, 0, 'Dashboard Off', 'dashboard-disable', 'button-disable-enable', 3, NULL, NULL, NULL, 1, 1, 469, 0, 0, 0, 1, 0, 0, 0, 0, 1, 1, 0, NULL, NULL, 1, '2024-10-23 08:31:22', '2024-10-23 08:31:22'), (1471, NULL, NULL, 469, 1, 0, 'Report On', 'report-enable', 'button-disable-enable', 3, NULL, NULL, NULL, 1, 1, 470, 0, 0, 0, 1, 0, 0, 0, 0, 1, 1, 0, NULL, NULL, 1, '2024-10-23 08:31:22', '2024-10-23 08:31:22'), (1472, NULL, NULL, 470, 1, 0, 'Report Off', 'report-disable', 'button-disable-enable', 3, NULL, NULL, NULL, 1, 1, 471, 0, 0, 0, 1, 0, 0, 0, 0, 1, 1, 0, NULL, NULL, 1, '2024-10-23 08:31:22', '2024-10-23 08:31:22'), (1473, NULL, NULL, 471, 1, 0, 'Language On', 'lang-enable', 'button-disable-enable', 3, NULL, NULL, NULL, 1, 1, 472, 0, 0, 0, 1, 0, 0, 0, 0, 1, 1, 0, NULL, NULL, 1, '2024-10-23 08:31:22', '2024-10-23 08:31:22'), (1474, NULL, NULL, 472, 1, 0, 'Language Off', 'lang-disable', 'button-disable-enable', 3, NULL, NULL, NULL, 1, 1, 473, 0, 0, 0, 1, 0, 0, 0, 0, 1, 1, 0, NULL, NULL, 1, '2024-10-23 08:31:22', '2024-10-23 08:31:22'), (1475, NULL, 'general_settings', 478, 1, 0, 'About & Update', 'update-system', 'general_settings', 2, 'system_settings.about_&_update', NULL, NULL, 1, 1, 16, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, NULL, NULL, 1, '2024-10-23 08:31:22', '2024-10-23 08:31:22'), (1476, NULL, NULL, 479, 1, 0, 'Add', 'admin/update-system', 'update-system', 3, NULL, NULL, NULL, 1, 1, 480, 0, 0, 0, 1, 0, 0, 0, 0, 1, 1, 0, NULL, NULL, 1, '2024-10-23 08:31:22', '2024-10-23 08:31:22'), (1477, NULL, 'general_settings', 482, 1, 0, 'API Permission', 'api/permission', 'general_settings', 2, 'system_settings.api_permission', NULL, NULL, 1, 1, 18, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, NULL, NULL, 1, '2024-10-23 08:31:22', '2024-10-23 08:31:22'), (1478, NULL, 'general_settings', 549, 1, 0, 'Language', 'language-list', 'general_settings', 2, 'system_settings.language', NULL, NULL, 1, 1, 14, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, NULL, NULL, 1, '2024-10-23 08:31:22', '2024-10-23 08:31:22'), (1479, NULL, NULL, 550, 1, 0, 'Add', 'language_store', 'language-list', 3, NULL, NULL, NULL, 1, 1, 551, 0, 0, 0, 1, 0, 0, 0, 0, 1, 1, 0, NULL, NULL, 1, '2024-10-23 08:31:22', '2024-10-23 08:31:22'), (1480, NULL, NULL, 551, 1, 0, 'Edit', 'language_edit', 'language-list', 3, NULL, NULL, NULL, 1, 1, 552, 0, 0, 0, 1, 0, 0, 0, 0, 1, 1, 0, NULL, NULL, 1, '2024-10-23 08:31:22', '2024-10-23 08:31:22'), (1481, NULL, NULL, 552, 1, 0, 'Delete', 'language_delete', 'language-list', 3, NULL, NULL, NULL, 1, 1, 553, 0, 0, 0, 1, 0, 0, 0, 0, 1, 1, 0, NULL, NULL, 1, '2024-10-23 08:31:22', '2024-10-23 08:31:22'), (1482, NULL, 'general_settings', 2200, 1, 0, 'Preloader Setting', 'setting.preloader', 'general_settings', 2, 'system_settings.Preloader Settings', NULL, NULL, 1, 1, 19, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, NULL, NULL, 1, '2024-10-23 08:31:22', '2024-10-23 08:31:22'), (1483, NULL, 'general_settings', 4000, 1, 0, 'Utilities', 'utility', 'general_settings', 2, 'system_settings.utilities', NULL, NULL, 1, 1, 17, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, NULL, NULL, 1, '2024-10-23 08:31:22', '2024-10-23 08:31:22'), (1484, NULL, 'style', 485, 1, 0, 'Style', 'style', NULL, 1, 'style.style', 'fas fa-bezier-curve', NULL, 1, 1, 28, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, NULL, NULL, 1, '2024-10-23 08:31:22', '2024-10-23 08:31:22'), (1485, NULL, 'style', 486, 1, 0, 'Background Settings', 'background-setting', 'style', 2, 'style.background_settings', NULL, NULL, 1, 1, 0, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, NULL, NULL, 1, '2024-10-23 08:31:22', '2024-10-23 08:31:22'), (1486, NULL, NULL, 487, 1, 0, 'Add', 'background-settings-store', 'background-setting', 3, NULL, NULL, NULL, 1, 1, 488, 0, 0, 0, 1, 0, 0, 0, 0, 1, 1, 0, NULL, NULL, 1, '2024-10-23 08:31:22', '2024-10-23 08:31:22'), (1487, NULL, NULL, 488, 1, 0, 'Delete', 'background-setting-delete', 'background-setting', 3, NULL, NULL, NULL, 1, 1, 489, 0, 0, 0, 1, 0, 0, 0, 0, 1, 1, 0, NULL, NULL, 1, '2024-10-23 08:31:22', '2024-10-23 08:31:22'), (1488, NULL, NULL, 489, 1, 0, 'Make Default', 'background_setting-status', 'background-setting', 3, NULL, NULL, NULL, 1, 1, 490, 0, 0, 0, 1, 0, 0, 0, 0, 1, 1, 0, NULL, NULL, 1, '2024-10-23 08:31:22', '2024-10-23 08:31:22'), (1489, NULL, 'style', 490, 1, 0, 'Color Theme', 'color-style', 'style', 2, 'style.color_theme', NULL, NULL, 1, 1, 0, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, NULL, NULL, 1, '2024-10-23 08:31:22', '2024-10-23 08:31:22'), (1490, NULL, NULL, 491, 1, 0, 'Make Default', 'themes.default', 'color-style', 3, NULL, NULL, NULL, 1, 1, 492, 0, 0, 0, 1, 0, 0, 0, 0, 1, 1, 0, NULL, NULL, 1, '2024-10-23 08:31:22', '2024-10-23 08:31:22'), (1491, NULL, 'front_setting', 492, 1, 0, 'Frontend CMS', 'frontend_cms', NULL, 1, 'common.frontend_cms', 'flaticon-software', NULL, 1, 1, 29, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, NULL, NULL, 1, '2024-10-23 08:31:22', '2024-10-23 08:31:22'), (1492, NULL, 'front_setting', 493, 1, 0, 'Manage Theme', 'theme.index', 'frontend_cms', 2, 'front_settings.Manage Theme', NULL, NULL, 1, 1, 2, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, NULL, NULL, 1, '2024-10-23 08:31:22', '2024-10-23 08:31:22'), (1493, NULL, NULL, 494, 1, 0, 'Upload Theme', 'theme.upload', 'theme.index', 3, NULL, NULL, NULL, 1, 1, 495, 0, 0, 0, 1, 0, 0, 0, 0, 1, 1, 0, NULL, NULL, 1, '2024-10-23 08:31:22', '2024-10-23 08:31:22'), (1494, NULL, 'front_setting', 493, 1, 0, 'Home Slider', 'home-slider', 'frontend_cms', 2, 'front_settings.Home Slider', NULL, NULL, 1, 1, 2, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, NULL, NULL, 1, '2024-10-23 08:31:22', '2024-10-23 08:31:22'), (1495, NULL, 'front_setting', 493, 1, 0, 'Aora Pagebuilder', 'pagebuilder', 'frontend_cms', 2, 'front_settings.Aora Pagebuilder', NULL, NULL, 1, 1, 2, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, NULL, NULL, 1, '2024-10-23 08:31:22', '2024-10-23 08:31:22'), (1496, NULL, 'front_setting', 493, 1, 0, 'Expert Teacher', 'expert-teacher', 'frontend_cms', 2, 'front_settings.Expert Teacher', NULL, NULL, 1, 1, 2, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, NULL, NULL, 1, '2024-10-23 08:31:22', '2024-10-23 08:31:22'), (1497, NULL, 'front_setting', 493, 1, 0, 'Photo Gallery', 'photo-gallery', 'frontend_cms', 2, 'front_settings.Photo Gallery', NULL, NULL, 1, 1, 3, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, NULL, NULL, 1, '2024-10-23 08:31:22', '2024-10-23 08:31:22'), (1498, NULL, 'front_setting', 493, 1, 0, 'Video Gallery', 'video-gallery', 'frontend_cms', 2, 'front_settings.Video Gallery', NULL, NULL, 1, 1, 4, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, NULL, NULL, 1, '2024-10-23 08:31:22', '2024-10-23 08:31:22'), (1499, NULL, 'front_setting', 493, 1, 0, 'Result', 'front-result', 'frontend_cms', 2, 'front_settings.Result', NULL, NULL, 1, 1, 5, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, NULL, NULL, 1, '2024-10-23 08:31:22', '2024-10-23 08:31:22'), (1500, NULL, 'front_setting', 493, 1, 0, 'Front Result', 'front-class-routine', 'frontend_cms', 2, 'front_settings.Class Routine', NULL, NULL, 1, 1, 6, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, NULL, NULL, 1, '2024-10-23 08:31:22', '2024-10-23 08:31:22'), (1501, NULL, 'front_setting', 493, 1, 0, 'Exam Routine', 'front-exam-routine', 'frontend_cms', 2, 'front_settings.Exam Routine', NULL, NULL, 1, 1, 7, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, NULL, NULL, 1, '2024-10-23 08:31:22', '2024-10-23 08:31:22'), (1502, NULL, 'front_setting', 493, 1, 0, 'Academic Calendar', 'front-academic-calendar', 'frontend_cms', 2, 'front_settings.Academic Calendar', NULL, NULL, 1, 1, 8, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, NULL, NULL, 1, '2024-10-23 08:31:22', '2024-10-23 08:31:22'), (1503, NULL, 'front_setting', 493, 1, 0, 'Header Content', 'pagebuilder.header', 'frontend_cms', 2, 'front_settings.Header Content', NULL, NULL, 1, 1, 8, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, NULL, NULL, 1, '2024-10-23 08:31:22', '2024-10-23 08:31:22'), (1504, NULL, 'front_setting', 493, 1, 0, 'Footer Content', 'pagebuilder.footer', 'frontend_cms', 2, 'front_settings.Footer Content', NULL, NULL, 1, 1, 8, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, NULL, NULL, 1, '2024-10-23 08:31:22', '2024-10-23 08:31:22'), (1505, NULL, 'front_setting', 493, 1, 0, 'Home Page', 'admin-home-page', 'frontend_cms', 2, 'front_settings.home_page', NULL, NULL, 0, 0, 2, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, NULL, NULL, 1, '2024-10-23 08:31:22', '2024-10-23 08:31:22'), (1506, NULL, NULL, 494, 1, 0, 'Update', 'admin-home-page-update', 'admin-home-page', 3, NULL, NULL, NULL, 1, 1, 495, 0, 0, 0, 1, 0, 0, 0, 0, 1, 1, 0, NULL, NULL, 1, '2024-10-23 08:31:22', '2024-10-23 08:31:22'), (1507, NULL, 'front_setting', 495, 1, 0, 'News List', 'news_index', 'frontend_cms', 2, 'front_settings.news_list', NULL, NULL, 1, 1, 5, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, NULL, NULL, 1, '2024-10-23 08:31:22', '2024-10-23 08:31:22'), (1508, NULL, NULL, 496, 1, 0, 'View', 'newsDetails', 'news_index', 3, NULL, NULL, NULL, 1, 1, 497, 0, 0, 0, 1, 0, 0, 0, 0, 1, 1, 0, NULL, NULL, 1, '2024-10-23 08:31:22', '2024-10-23 08:31:22'), (1509, NULL, NULL, 497, 1, 0, 'Add', 'store_news', 'news_index', 3, NULL, NULL, NULL, 1, 1, 498, 0, 0, 0, 1, 0, 0, 0, 0, 1, 1, 0, NULL, NULL, 1, '2024-10-23 08:31:22', '2024-10-23 08:31:22'), (1510, NULL, NULL, 498, 1, 0, 'Edit', 'edit-news', 'news_index', 3, NULL, NULL, NULL, 1, 1, 499, 0, 0, 0, 1, 0, 0, 0, 0, 1, 1, 0, NULL, NULL, 1, '2024-10-23 08:31:22', '2024-10-23 08:31:22'), (1511, NULL, NULL, 499, 1, 0, 'Delete', 'delete-news', 'news_index', 3, NULL, NULL, NULL, 1, 1, 500, 0, 0, 0, 1, 0, 0, 0, 0, 1, 1, 0, NULL, NULL, 1, '2024-10-23 08:31:22', '2024-10-23 08:31:22'), (1512, NULL, 'front_setting', 500, 1, 0, 'News Category', 'news-category', 'frontend_cms', 2, 'front_settings.news', NULL, NULL, 1, 1, 4, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, NULL, NULL, 1, '2024-10-23 08:31:22', '2024-10-23 08:31:22'), (1513, NULL, NULL, 501, 1, 0, 'Add', 'store_news_category', 'news-category', 3, NULL, NULL, NULL, 1, 1, 502, 0, 0, 0, 1, 0, 0, 0, 0, 1, 1, 0, NULL, NULL, 1, '2024-10-23 08:31:22', '2024-10-23 08:31:22'), (1514, NULL, NULL, 502, 1, 0, 'Edit', 'edit-news-category', 'news-category', 3, NULL, NULL, NULL, 1, 1, 503, 0, 0, 0, 1, 0, 0, 0, 0, 1, 1, 0, NULL, NULL, 1, '2024-10-23 08:31:22', '2024-10-23 08:31:22'), (1515, NULL, NULL, 503, 1, 0, 'Delete', 'for-delete-news-category', 'news-category', 3, NULL, NULL, NULL, 1, 1, 504, 0, 0, 0, 1, 0, 0, 0, 0, 1, 1, 0, NULL, NULL, 1, '2024-10-23 08:31:22', '2024-10-23 08:31:22'); INSERT INTO `permissions` (`id`, `module`, `sidebar_menu`, `old_id`, `section_id`, `parent_id`, `name`, `route`, `parent_route`, `type`, `lang_name`, `icon`, `svg`, `status`, `menu_status`, `position`, `is_saas`, `relate_to_child`, `is_menu`, `is_admin`, `is_teacher`, `is_student`, `is_parent`, `is_alumni`, `created_by`, `updated_by`, `permission_section`, `alternate_module`, `user_id`, `school_id`, `created_at`, `updated_at`) VALUES (1516, NULL, 'front_setting', 495, 1, 0, 'News Comments', 'news-comment-list', 'frontend_cms', 2, 'front_settings.news_comments', NULL, NULL, 1, 1, 5, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, NULL, NULL, 1, '2024-10-23 08:31:22', '2024-10-23 08:31:22'), (1517, NULL, NULL, 497, 1, 0, 'Change News Status', 'news-comment-status', 'news-comment-list', 3, NULL, NULL, NULL, 1, 1, 498, 0, 0, 0, 1, 0, 0, 0, 0, 1, 1, 0, NULL, NULL, 1, '2024-10-23 08:31:22', '2024-10-23 08:31:22'), (1518, NULL, NULL, 497, 1, 0, 'Delete Comment', 'news-comment-delete', 'news-comment-list', 3, NULL, NULL, NULL, 1, 1, 498, 0, 0, 0, 1, 0, 0, 0, 0, 1, 1, 0, NULL, NULL, 1, '2024-10-23 08:31:22', '2024-10-23 08:31:22'), (1519, NULL, 'front_setting', 504, 1, 0, 'Testimonial', 'testimonial_index', 'frontend_cms', 2, 'front_settings.testimonial', NULL, NULL, 1, 1, 11, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, NULL, NULL, 1, '2024-10-23 08:31:22', '2024-10-23 08:31:22'), (1520, NULL, NULL, 505, 1, 0, 'View', 'testimonial-details', 'testimonial_index', 3, NULL, NULL, NULL, 1, 1, 506, 0, 0, 0, 1, 0, 0, 0, 0, 1, 1, 0, NULL, NULL, 1, '2024-10-23 08:31:22', '2024-10-23 08:31:22'), (1521, NULL, NULL, 506, 1, 0, 'Add', 'store_testimonial', 'testimonial_index', 3, NULL, NULL, NULL, 1, 1, 507, 0, 0, 0, 1, 0, 0, 0, 0, 1, 1, 0, NULL, NULL, 1, '2024-10-23 08:31:22', '2024-10-23 08:31:22'), (1522, NULL, NULL, 507, 1, 0, 'Edit', 'edit-testimonial', 'testimonial_index', 3, NULL, NULL, NULL, 1, 1, 508, 0, 0, 0, 1, 0, 0, 0, 0, 1, 1, 0, NULL, NULL, 1, '2024-10-23 08:31:22', '2024-10-23 08:31:22'), (1523, NULL, NULL, 508, 1, 0, 'Delete', 'for-delete-testimonial', 'testimonial_index', 3, NULL, NULL, NULL, 1, 1, 509, 0, 0, 0, 1, 0, 0, 0, 0, 1, 1, 0, NULL, NULL, 1, '2024-10-23 08:31:22', '2024-10-23 08:31:22'), (1524, NULL, 'front_setting', 509, 1, 0, 'Course List', 'course-list', 'frontend_cms', 2, 'front_settings.course_list', NULL, NULL, 1, 1, 10, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, NULL, NULL, 1, '2024-10-23 08:31:22', '2024-10-23 08:31:22'), (1525, NULL, NULL, 510, 1, 0, 'View', 'course-Details-admin', 'course-list', 3, NULL, NULL, NULL, 1, 1, 511, 0, 0, 0, 1, 0, 0, 0, 0, 1, 1, 0, NULL, NULL, 1, '2024-10-23 08:31:22', '2024-10-23 08:31:22'), (1526, NULL, NULL, 511, 1, 0, 'Add', 'store_course', 'course-list', 3, NULL, NULL, NULL, 1, 1, 512, 0, 0, 0, 1, 0, 0, 0, 0, 1, 1, 0, NULL, NULL, 1, '2024-10-23 08:31:22', '2024-10-23 08:31:22'), (1527, NULL, NULL, 512, 1, 0, 'Edit', 'edit-course', 'course-list', 3, NULL, NULL, NULL, 1, 1, 513, 0, 0, 0, 1, 0, 0, 0, 0, 1, 1, 0, NULL, NULL, 1, '2024-10-23 08:31:22', '2024-10-23 08:31:22'), (1528, NULL, NULL, 513, 1, 0, 'Delete', 'delete-course', 'course-list', 3, NULL, NULL, NULL, 1, 1, 514, 0, 0, 0, 1, 0, 0, 0, 0, 1, 1, 0, NULL, NULL, 1, '2024-10-23 08:31:22', '2024-10-23 08:31:22'), (1529, NULL, 'front_setting', 514, 1, 0, 'Contact Page', 'conpactPage', 'frontend_cms', 2, 'front_settings.contact_page', NULL, NULL, 0, 0, 12, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, NULL, NULL, 1, '2024-10-23 08:31:22', '2024-10-23 08:31:22'), (1530, NULL, NULL, 515, 1, 0, 'Store', 'contactPageStore', 'conpactPage', 3, NULL, NULL, NULL, 1, 1, 516, 0, 0, 0, 1, 0, 0, 0, 0, 1, 1, 0, NULL, NULL, 1, '2024-10-23 08:31:22', '2024-10-23 08:31:22'), (1531, NULL, NULL, 516, 1, 0, 'Edit', 'contactPageEdit', 'conpactPage', 3, NULL, NULL, NULL, 1, 1, 517, 0, 0, 0, 1, 0, 0, 0, 0, 1, 1, 0, NULL, NULL, 1, '2024-10-23 08:31:22', '2024-10-23 08:31:22'), (1532, NULL, 'front_setting', 517, 1, 0, 'Contact Messages', 'contactMessage', 'frontend_cms', 2, 'front_settings.contact_message', NULL, NULL, 1, 1, 13, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, NULL, NULL, 1, '2024-10-23 08:31:22', '2024-10-23 08:31:22'), (1533, NULL, NULL, 519, 1, 0, 'Delete', 'delete-message', 'contactMessage', 3, NULL, NULL, NULL, 1, 1, 520, 0, 0, 0, 1, 0, 0, 0, 0, 1, 1, 0, NULL, NULL, 1, '2024-10-23 08:31:22', '2024-10-23 08:31:22'), (1534, NULL, 'front_setting', 520, 1, 0, 'About Us', 'about-page', 'frontend_cms', 2, 'front_settings.about_us', NULL, NULL, 0, 0, 14, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, NULL, NULL, 1, '2024-10-23 08:31:22', '2024-10-23 08:31:22'), (1535, NULL, NULL, 521, 1, 0, 'View', 'about-page/view', 'about-page', 3, NULL, NULL, NULL, 1, 1, 522, 0, 0, 0, 1, 0, 0, 0, 0, 1, 1, 0, NULL, NULL, 1, '2024-10-23 08:31:22', '2024-10-23 08:31:22'), (1536, NULL, NULL, 522, 1, 0, 'Edit', 'about-page/edit', 'about-page', 3, NULL, NULL, NULL, 1, 1, 523, 0, 0, 0, 1, 0, 0, 0, 0, 1, 1, 0, NULL, NULL, 1, '2024-10-23 08:31:22', '2024-10-23 08:31:22'), (1537, NULL, 'front_setting', 523, 1, 0, 'News Heading', 'news-heading-update', 'frontend_cms', 2, 'front_settings.news_heading', NULL, NULL, 0, 0, 3, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, NULL, NULL, 1, '2024-10-23 08:31:22', '2024-10-23 08:31:22'), (1538, NULL, 'front_setting', 525, 1, 0, 'Course Details Heading', 'course-heading-update', 'frontend_cms', 2, 'front_settings.course_heading', NULL, NULL, 0, 0, 7, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, NULL, NULL, 1, '2024-10-23 08:31:22', '2024-10-23 08:31:22'), (1539, NULL, NULL, 526, 1, 0, 'Update', 'course-heading-update', 'course-heading-update', 3, NULL, NULL, NULL, 1, 1, 527, 0, 0, 0, 1, 0, 0, 0, 0, 1, 1, 0, NULL, NULL, 1, '2024-10-23 08:31:22', '2024-10-23 08:31:22'), (1540, NULL, 'front_setting', 527, 1, 0, 'Footer Widget', 'custom-links', 'frontend_cms', 2, 'front_settings.footer_widget', NULL, NULL, 0, 0, 17, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, NULL, NULL, 1, '2024-10-23 08:31:22', '2024-10-23 08:31:22'), (1541, NULL, 'front_setting', 529, 1, 0, 'Social Media', 'social-media', 'frontend_cms', 2, 'front_settings.social_media', NULL, NULL, 0, 0, 15, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, NULL, NULL, 1, '2024-10-23 08:31:22', '2024-10-23 08:31:22'), (1542, NULL, NULL, 530, 1, 0, 'Add', 'social-media-store', 'social-media', 3, NULL, NULL, NULL, 1, 1, 531, 0, 0, 0, 1, 0, 0, 0, 0, 1, 1, 0, NULL, NULL, 1, '2024-10-23 08:31:22', '2024-10-23 08:31:22'), (1543, NULL, NULL, 531, 1, 0, 'Edit', 'social-media-edit', 'social-media', 3, NULL, NULL, NULL, 1, 1, 532, 0, 0, 0, 1, 0, 0, 0, 0, 1, 1, 0, NULL, NULL, 1, '2024-10-23 08:31:22', '2024-10-23 08:31:22'), (1544, NULL, NULL, 532, 1, 0, 'Delete', 'social-media-delete', 'social-media', 3, NULL, NULL, NULL, 1, 1, 533, 0, 0, 0, 1, 0, 0, 0, 0, 1, 1, 0, NULL, NULL, 1, '2024-10-23 08:31:22', '2024-10-23 08:31:22'), (1545, NULL, 'front_setting', 650, 1, 0, 'Menu Manager', 'header-menu-manager', 'frontend_cms', 2, 'front_settings.header_menu_manager', NULL, NULL, 1, 1, 1, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, NULL, NULL, 1, '2024-10-23 08:31:22', '2024-10-23 08:31:22'), (1546, NULL, NULL, 651, 1, 0, 'Add', 'add-element', 'header-menu-manager', 3, NULL, NULL, NULL, 1, 1, 652, 0, 0, 0, 1, 0, 0, 0, 0, 1, 1, 0, NULL, NULL, 1, '2024-10-23 08:31:22', '2024-10-23 08:31:22'), (1547, NULL, NULL, 652, 1, 0, 'Edit', 'element-update', 'header-menu-manager', 3, NULL, NULL, NULL, 1, 1, 653, 0, 0, 0, 1, 0, 0, 0, 0, 1, 1, 0, NULL, NULL, 1, '2024-10-23 08:31:22', '2024-10-23 08:31:22'), (1548, NULL, NULL, 653, 1, 0, 'Delete', 'delete-element', 'header-menu-manager', 3, NULL, NULL, NULL, 1, 1, 654, 0, 0, 0, 1, 0, 0, 0, 0, 1, 1, 0, NULL, NULL, 1, '2024-10-23 08:31:22', '2024-10-23 08:31:22'), (1549, NULL, 'front_setting', 654, 1, 0, 'Pages', 'page-list', 'frontend_cms', 2, 'front_settings.pages', NULL, NULL, 1, 1, 16, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, NULL, NULL, 1, '2024-10-23 08:31:22', '2024-10-23 08:31:22'), (1550, NULL, NULL, 655, 1, 0, 'View', 'view-page', 'page-list', 3, NULL, NULL, NULL, 1, 1, 656, 0, 0, 0, 1, 0, 0, 0, 0, 1, 1, 0, NULL, NULL, 1, '2024-10-23 08:31:22', '2024-10-23 08:31:22'), (1551, NULL, NULL, 656, 1, 0, 'Add', 'save-page-data', 'page-list', 3, NULL, NULL, NULL, 1, 1, 657, 0, 0, 0, 1, 0, 0, 0, 0, 1, 1, 0, NULL, NULL, 1, '2024-10-23 08:31:22', '2024-10-23 08:31:22'), (1552, NULL, NULL, 657, 1, 0, 'Edit', 'edit-page', 'page-list', 3, NULL, NULL, NULL, 1, 1, 658, 0, 0, 0, 1, 0, 0, 0, 0, 1, 1, 0, NULL, NULL, 1, '2024-10-23 08:31:22', '2024-10-23 08:31:22'), (1553, NULL, NULL, 658, 1, 0, 'Delete', 'delete-page', 'page-list', 3, NULL, NULL, NULL, 1, 1, 659, 0, 0, 0, 1, 0, 0, 0, 0, 1, 1, 0, NULL, NULL, 1, '2024-10-23 08:31:22', '2024-10-23 08:31:22'), (1554, NULL, NULL, 659, 1, 0, 'Download', 'download-page', 'page-list', 3, NULL, NULL, NULL, 1, 1, 660, 0, 0, 0, 1, 0, 0, 0, 0, 1, 1, 0, NULL, NULL, 1, '2024-10-23 08:31:22', '2024-10-23 08:31:22'), (1555, NULL, 'front_setting', 673, 1, 0, 'Course Category', 'course-category', 'frontend_cms', 2, 'front_settings.course_category', NULL, NULL, 1, 1, 9, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, NULL, NULL, 1, '2024-10-23 08:31:22', '2024-10-23 08:31:22'), (1556, NULL, NULL, 674, 1, 0, 'Add', 'store-course-category', 'course-category', 3, NULL, NULL, NULL, 1, 1, 675, 0, 0, 0, 1, 0, 0, 0, 0, 1, 1, 0, NULL, NULL, 1, '2024-10-23 08:31:22', '2024-10-23 08:31:22'), (1557, NULL, NULL, 675, 1, 0, 'Edit', 'edit-course-category', 'course-category', 3, NULL, NULL, NULL, 1, 1, 676, 0, 0, 0, 1, 0, 0, 0, 0, 1, 1, 0, NULL, NULL, 1, '2024-10-23 08:31:22', '2024-10-23 08:31:22'), (1558, NULL, NULL, 676, 1, 0, 'Delete', 'delete-course-category', 'course-category', 3, NULL, NULL, NULL, 1, 1, 677, 0, 0, 0, 1, 0, 0, 0, 0, 1, 1, 0, NULL, NULL, 1, '2024-10-23 08:31:22', '2024-10-23 08:31:22'), (1559, NULL, 'front_setting', 525, 1, 0, 'Course Details Heading', 'course-details-heading', 'frontend_cms', 2, 'front_settings.course_details_heading', NULL, NULL, 0, 0, 8, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, NULL, NULL, 1, '2024-10-23 08:31:22', '2024-10-23 08:31:22'), (1560, NULL, 'front_setting', NULL, 1, 0, 'Class/Exam Routine', 'class-exam-routine-page', 'frontend_cms', 2, 'front_settings.class_exam_routine_page', NULL, NULL, 0, 0, 9, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, NULL, NULL, 1, '2024-10-23 08:31:22', '2024-10-23 08:31:22'), (1561, NULL, 'front_setting', NULL, 1, 0, 'Exam Result', 'exam-result-page', 'frontend_cms', 2, 'front_settings.exam_result', NULL, NULL, 0, 0, 9, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, NULL, NULL, 1, '2024-10-23 08:31:22', '2024-10-23 08:31:22'), (1562, 'InAppLiveClass', 'inappliveclass', 432, 1, 0, 'In App Live', 'inappliveclass', NULL, 1, 'inappliveclass::inappliveclass.in_app_live', 'flaticon-reading', NULL, 1, 1, 3, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, NULL, NULL, 1, '2024-10-23 08:31:22', '2024-10-23 08:31:22'), (1563, 'InAppLiveClass', '', 433, 1, 0, 'In App Live Class', 'inappliveclass.inapplive-class', 'inappliveclass', 2, 'inappliveclass::inappliveclass.live_class', NULL, NULL, 1, 1, 434, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, NULL, NULL, 1, '2024-10-23 08:31:22', '2024-10-23 08:31:22'), (1564, 'InAppLiveClass', NULL, 433, 1, 0, 'Store', 'inappliveclass.inapplive-class-store', 'inappliveclass.inapplive-class', 3, NULL, NULL, NULL, 1, 1, 434, 0, 0, 0, 1, 0, 0, 0, 0, 1, 1, 0, NULL, NULL, 1, '2024-10-23 08:31:22', '2024-10-23 08:31:22'), (1565, 'InAppLiveClass', NULL, 433, 1, 0, 'Edit', 'inappliveclass.inapplive-class-edit', 'inappliveclass.inapplive-class', 3, NULL, NULL, NULL, 1, 1, 434, 0, 0, 0, 1, 0, 0, 0, 0, 1, 1, 0, NULL, NULL, 1, '2024-10-23 08:31:22', '2024-10-23 08:31:22'), (1566, 'InAppLiveClass', NULL, 433, 1, 0, 'Update', 'inappliveclass.inapplive-class-update', 'inappliveclass.inapplive-class', 3, NULL, NULL, NULL, 1, 1, 434, 0, 0, 0, 1, 0, 0, 0, 0, 1, 1, 0, NULL, NULL, 1, '2024-10-23 08:31:22', '2024-10-23 08:31:22'), (1567, 'InAppLiveClass', NULL, 433, 1, 0, 'Delete', 'inappliveclass.inapplive-class-delete', 'inappliveclass.inapplive-class', 3, NULL, NULL, NULL, 1, 1, 434, 0, 0, 0, 1, 0, 0, 0, 0, 1, 1, 0, NULL, NULL, 1, '2024-10-23 08:31:22', '2024-10-23 08:31:22'), (1568, 'InAppLiveClass', '', 433, 1, 0, 'In App Live Meeting', 'inappliveclass.inapplive-meeting', 'inappliveclass', 2, 'inappliveclass::inappliveclass.live_meeting', NULL, NULL, 1, 1, 434, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, NULL, NULL, 1, '2024-10-23 08:31:22', '2024-10-23 08:31:22'), (1569, 'InAppLiveClass', NULL, 433, 1, 0, 'Store', 'inappliveclass.inapplive-meeting-store', 'inappliveclass.inapplive-meeting', 3, NULL, NULL, NULL, 1, 1, 434, 0, 0, 0, 1, 0, 0, 0, 0, 1, 1, 0, NULL, NULL, 1, '2024-10-23 08:31:22', '2024-10-23 08:31:22'), (1570, 'InAppLiveClass', NULL, 433, 1, 0, 'Edit', 'inappliveclass.inapplive-meeting-edit', 'inappliveclass.inapplive-meeting', 3, NULL, NULL, NULL, 1, 1, 434, 0, 0, 0, 1, 0, 0, 0, 0, 1, 1, 0, NULL, NULL, 1, '2024-10-23 08:31:22', '2024-10-23 08:31:22'), (1571, 'InAppLiveClass', NULL, 433, 1, 0, 'Update', 'inappliveclass.inapplive-meeting-update', 'inappliveclass.inapplive-meeting', 3, NULL, NULL, NULL, 1, 1, 434, 0, 0, 0, 1, 0, 0, 0, 0, 1, 1, 0, NULL, NULL, 1, '2024-10-23 08:31:22', '2024-10-23 08:31:22'), (1572, 'InAppLiveClass', NULL, 433, 1, 0, 'Delete', 'inappliveclass.inapplive-meeting-delete', 'inappliveclass.inapplive-meeting', 3, NULL, NULL, NULL, 1, 1, 434, 0, 0, 0, 1, 0, 0, 0, 0, 1, 1, 0, NULL, NULL, 1, '2024-10-23 08:31:22', '2024-10-23 08:31:22'), (1573, 'InAppLiveClass', '', 433, 1, 0, 'In App Live Class Report', 'inappliveclass.inapplive-class-report', 'inappliveclass', 2, 'inappliveclass::inappliveclass.Class Report', NULL, NULL, 1, 1, 434, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, NULL, NULL, 1, '2024-10-23 08:31:22', '2024-10-23 08:31:22'), (1574, 'InAppLiveClass', NULL, 433, 1, 0, 'Search', 'inappliveclass.inapplive-class-search', 'inappliveclass.inapplive-class-report', 3, NULL, NULL, NULL, 1, 1, 434, 0, 0, 0, 1, 0, 0, 0, 0, 1, 1, 0, NULL, NULL, 1, '2024-10-23 08:31:22', '2024-10-23 08:31:22'), (1575, 'InAppLiveClass', '', 433, 1, 0, 'In App Live Meeting Report', 'inappliveclass.inapplive-meeting-report', 'inappliveclass', 2, 'inappliveclass::inappliveclass.Meeting Report', NULL, NULL, 1, 1, 434, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, NULL, NULL, 1, '2024-10-23 08:31:22', '2024-10-23 08:31:22'), (1576, 'InAppLiveClass', NULL, 433, 1, 0, 'Search', 'inappliveclass.inapplive-meeting-search', 'inappliveclass.inapplive-meeting-report', 3, NULL, NULL, NULL, 1, 1, 434, 0, 0, 0, 1, 0, 0, 0, 0, 1, 1, 0, NULL, NULL, 1, '2024-10-23 08:31:22', '2024-10-23 08:31:22'), (1577, 'InAppLiveClass', '', 433, 1, 0, 'In App Live Meeting Settings', 'inappliveclass.setting', 'inappliveclass', 2, 'inappliveclass::inappliveclass.Settings', NULL, NULL, 1, 1, 434, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, NULL, NULL, 1, '2024-10-23 08:31:22', '2024-10-23 08:31:22'), (1578, 'InAppLiveClass', NULL, 433, 1, 0, 'Update', 'inappliveclass.setting-store', 'inappliveclass.setting', 3, NULL, NULL, NULL, 1, 1, 434, 0, 0, 0, 1, 0, 0, 0, 0, 1, 1, 0, NULL, NULL, 1, '2024-10-23 08:31:22', '2024-10-23 08:31:22'), (1579, NULL, NULL, 1, 1, 0, 'Dashboard', 'student-dashboard', NULL, 1, 'common.dashboard', 'fas fa-bars', NULL, 1, 1, 1, 0, 0, 1, 0, 0, 1, 0, 0, 1, 1, 0, NULL, NULL, 1, '2024-10-23 08:31:22', '2024-10-23 08:31:22'), (1580, NULL, NULL, 2, 1, 0, 'Subject', 'dashboard-subject', 'student-dashboard', 3, NULL, NULL, NULL, 1, 1, 3, 0, 0, 0, 0, 0, 1, 0, 0, 1, 1, 0, NULL, NULL, 1, '2024-10-23 08:31:22', '2024-10-23 08:31:22'), (1581, NULL, NULL, 3, 1, 0, 'Notice', 'dashboard-notice', 'student-dashboard', 3, NULL, NULL, NULL, 1, 1, 4, 0, 0, 0, 0, 0, 1, 0, 0, 1, 1, 0, NULL, NULL, 1, '2024-10-23 08:31:22', '2024-10-23 08:31:22'), (1582, NULL, NULL, 4, 1, 0, 'Exam', 'dashboard-exam', 'student-dashboard', 3, NULL, NULL, NULL, 1, 1, 5, 0, 0, 0, 0, 0, 1, 0, 0, 1, 1, 0, NULL, NULL, 1, '2024-10-23 08:31:22', '2024-10-23 08:31:22'), (1583, NULL, NULL, 5, 1, 0, 'Online Exam', 'dashboard-online-exam', 'student-dashboard', 3, NULL, NULL, NULL, 1, 1, 6, 0, 0, 0, 0, 0, 1, 0, 0, 1, 1, 0, NULL, NULL, 1, '2024-10-23 08:31:22', '2024-10-23 08:31:22'), (1584, NULL, NULL, 6, 1, 0, 'Teachers', 'dashboard-teachers', 'student-dashboard', 3, NULL, NULL, NULL, 1, 1, 7, 0, 0, 0, 0, 0, 1, 0, 0, 1, 1, 0, NULL, NULL, 1, '2024-10-23 08:31:22', '2024-10-23 08:31:22'), (1585, NULL, NULL, 7, 1, 0, 'Issued books', 'dashboard-issued-books', 'student-dashboard', 3, NULL, NULL, NULL, 1, 1, 8, 0, 0, 0, 0, 0, 1, 0, 0, 1, 1, 0, NULL, NULL, 1, '2024-10-23 08:31:22', '2024-10-23 08:31:22'), (1586, NULL, NULL, 8, 1, 0, 'Pending homeworks', 'dashboard-pending-homeworks', 'student-dashboard', 3, NULL, NULL, NULL, 1, 1, 9, 0, 0, 0, 0, 0, 1, 0, 0, 1, 1, 0, NULL, NULL, 1, '2024-10-23 08:31:22', '2024-10-23 08:31:22'), (1587, NULL, NULL, 9, 1, 0, 'attendance in current month', 'dashboard-attendance-in-current-month', 'student-dashboard', 3, NULL, NULL, NULL, 1, 1, 10, 0, 0, 0, 0, 0, 1, 0, 0, 1, 1, 0, NULL, NULL, 1, '2024-10-23 08:31:22', '2024-10-23 08:31:22'), (1588, NULL, NULL, 10, 1, 0, 'Calendar', 'dashboard-calendar', 'student-dashboard', 3, NULL, NULL, NULL, 1, 1, 11, 0, 0, 0, 0, 0, 1, 0, 0, 1, 1, 0, NULL, NULL, 1, '2024-10-23 08:31:22', '2024-10-23 08:31:22'), (1589, NULL, NULL, NULL, 1, 0, 'Sidebar Manager', 'menumanage.index', NULL, 1, 'common.sidebar_manager', 'fas fa-bars', NULL, 1, 1, 2, 0, 0, 1, 0, 0, 1, 0, 0, 1, 1, 0, NULL, NULL, 1, '2024-10-23 08:31:22', '2024-10-23 08:31:22'), (1590, NULL, NULL, 11, 1, 0, 'My Profile', 'student-profile', NULL, 1, 'student.my_profile', 'flaticon-resume', NULL, 1, 1, 3, 0, 0, 1, 0, 0, 1, 0, 0, 1, 1, 0, NULL, NULL, 1, '2024-10-23 08:31:22', '2024-10-23 08:31:22'), (1591, NULL, NULL, 12, 1, 0, 'Profile', 'student-profile.profile', 'student-profile', 2, NULL, NULL, NULL, 1, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 1, 1, 0, NULL, NULL, 1, '2024-10-23 08:31:22', '2024-10-23 08:31:22'), (1592, NULL, NULL, 12, 1, 0, 'Update', 'update-my-profile', 'student-profile.profile', 3, NULL, NULL, NULL, 1, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 1, 1, 0, NULL, NULL, 1, '2024-10-23 08:31:22', '2024-10-23 08:31:22'), (1593, NULL, NULL, 13, 1, 0, 'Fees', 'student-profile.fees', 'student-profile', 2, NULL, NULL, NULL, 1, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 1, 1, 0, NULL, NULL, 1, '2024-10-23 08:31:22', '2024-10-23 08:31:22'), (1594, NULL, NULL, 14, 1, 0, 'Exam', 'student-profile.exam', 'student-profile', 2, NULL, NULL, NULL, 1, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 1, 1, 0, NULL, NULL, 1, '2024-10-23 08:31:22', '2024-10-23 08:31:22'), (1595, NULL, NULL, 15, 1, 0, 'Document', 'student-profile.document', 'student-profile', 2, NULL, NULL, NULL, 1, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 1, 1, 0, NULL, NULL, 1, '2024-10-23 08:31:22', '2024-10-23 08:31:22'), (1596, NULL, NULL, 16, 1, 0, 'Upload', 'student_upload_document', 'student-profile.document', 3, NULL, NULL, NULL, 1, 1, 17, 0, 0, 0, 0, 0, 1, 0, 0, 1, 1, 0, NULL, NULL, 1, '2024-10-23 08:31:22', '2024-10-23 08:31:22'), (1597, NULL, NULL, 17, 1, 0, 'download', 'student_upload_document_download', 'student-profile.document', 3, NULL, NULL, NULL, 1, 1, 18, 0, 0, 0, 0, 0, 1, 0, 0, 1, 1, 0, NULL, NULL, 1, '2024-10-23 08:31:22', '2024-10-23 08:31:22'), (1598, NULL, NULL, 18, 1, 0, 'delete', 'delete_document', 'student-profile.document', 3, NULL, NULL, NULL, 1, 1, 19, 0, 0, 0, 0, 0, 1, 0, 0, 1, 1, 0, NULL, NULL, 1, '2024-10-23 08:31:22', '2024-10-23 08:31:22'), (1599, NULL, NULL, 19, 1, 0, 'Record', 'studentTimeline', 'student-profile', 2, NULL, NULL, NULL, 1, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 1, 1, 0, NULL, NULL, 1, '2024-10-23 08:31:22', '2024-10-23 08:31:22'), (1600, NULL, NULL, 48, 1, 0, 'Calendar', 'academic-calendar', NULL, 1, 'communicate.calendar', 'flaticon-poster', NULL, 1, 1, 16, 0, 0, 1, 0, 0, 1, 1, 0, 1, 1, 0, NULL, NULL, 1, '2024-10-23 08:31:22', '2024-10-23 08:31:22'), (1601, 'Fees', 'fees', 1156, 1, 0, 'Fees', 'fees.student-fees-list', NULL, 1, 'fees.fees', 'fas fa-money', NULL, 1, 1, 4, 0, 0, 1, 0, 0, 1, 0, 0, 1, 1, 0, NULL, NULL, 1, '2024-10-23 08:31:22', '2024-10-23 08:31:22'), (1602, 'fees_collection', 'fees', 1156, 1, 0, 'Fees', 'student_fees', NULL, 1, 'fees.fees', 'flaticon-wallet', NULL, 1, 1, 4, 0, 0, 1, 0, 0, 1, 0, 0, 1, 1, 0, NULL, NULL, 1, '2024-10-23 08:31:22', '2024-10-23 08:31:22'), (1603, NULL, NULL, 1127, 1, 0, 'Wallet', 'wallet.my-wallet', NULL, 1, 'wallet::wallet.my_wallet', 'ti-wallet', NULL, 1, 1, 5, 0, 0, 1, 0, 0, 1, 1, 0, 1, 1, 0, NULL, NULL, 1, '2024-10-23 08:31:22', '2024-10-23 08:31:22'), (1604, NULL, NULL, 1125, 1, 0, 'Add Wallet', 'add-wallet', 'wallet.my-wallet', 2, NULL, NULL, NULL, 1, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 1, 1, 0, NULL, NULL, 1, '2024-10-23 08:31:22', '2024-10-23 08:31:22'), (1605, NULL, NULL, 1126, 1, 0, 'Refund Wallet', 'refund-wallet', 'wallet.my-wallet', 2, NULL, NULL, NULL, 1, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 1, 1, 0, NULL, NULL, 1, '2024-10-23 08:31:22', '2024-10-23 08:31:22'), (1606, NULL, NULL, 22, 1, 0, 'Class Routine', 'student_class_routine', NULL, 1, 'academics.class_routine', 'flaticon-calendar-1', NULL, 1, 1, 6, 0, 0, 1, 0, 0, 1, 0, 0, 1, 1, 0, NULL, NULL, 1, '2024-10-23 08:31:22', '2024-10-23 08:31:22'), (1607, NULL, NULL, 800, 1, 0, 'Lesson Plan', 'lesson-plan', NULL, 1, 'lesson::lesson.lesson_plan', 'fas fa fa-list-alt', NULL, 1, 1, 7, 0, 0, 1, 0, 0, 1, 0, 0, 1, 1, 0, NULL, NULL, 1, '2024-10-23 08:31:22', '2024-10-23 08:31:22'), (1608, NULL, NULL, 810, 1, 0, 'Lesson Plan', 'lesson-student-lessonPlan', 'lesson-plan', 1, 'lesson::lesson.lesson_plan', NULL, NULL, 1, 1, 0, 0, 0, 1, 0, 0, 1, 0, 0, 1, 1, 0, NULL, NULL, 1, '2024-10-23 08:31:22', '2024-10-23 08:31:22'), (1609, NULL, NULL, 815, 1, 0, 'Lesson Plan Overview', 'lesson-student-lessonPlan-overview', 'lesson-plan', 1, 'lesson::lesson.lesson_plan_overview', NULL, NULL, 1, 1, 0, 0, 0, 1, 0, 0, 1, 0, 0, 1, 1, 0, NULL, NULL, 1, '2024-10-23 08:31:22', '2024-10-23 08:31:22'), (1610, NULL, NULL, 23, 1, 0, 'Homework List', 'student_homework', NULL, 1, 'homework.homework_list', 'fas fa-book-open', NULL, 1, 1, 8, 0, 0, 1, 0, 0, 1, 0, 0, 1, 1, 0, NULL, NULL, 1, '2024-10-23 08:31:22', '2024-10-23 08:31:22'), (1611, NULL, NULL, 24, 1, 0, 'View', 'student_homework_view', 'student_homework', 2, NULL, NULL, NULL, 1, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 1, 1, 0, NULL, NULL, 1, '2024-10-23 08:31:22', '2024-10-23 08:31:22'), (1612, NULL, NULL, 25, 1, 0, 'Add Content', 'add-content', 'student_homework', 2, NULL, NULL, NULL, 1, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 1, 1, 0, NULL, NULL, 1, '2024-10-23 08:31:22', '2024-10-23 08:31:22'), (1613, NULL, 'study_material', 26, 1, 0, 'Study Material', 'download_center', NULL, 1, 'study.study_material', 'flaticon-data-storage', NULL, 1, 1, 9, 0, 0, 1, 0, 0, 1, 0, 0, 1, 1, 0, NULL, NULL, 1, '2024-10-23 08:31:22', '2024-10-23 08:31:22'), (1614, NULL, 'study_material', 27, 1, 0, 'Assignment', 'student_assignment', 'download_center', 2, 'study.assignment', NULL, NULL, 1, 1, 0, 0, 0, 1, 0, 0, 1, 0, 0, 1, 1, 0, NULL, NULL, 1, '2024-10-23 08:31:22', '2024-10-23 08:31:22'), (1615, NULL, NULL, 28, 1, 0, 'Download', 'student_assignment_download', 'student_assignment', 3, 'study.assignment', NULL, NULL, 1, 1, 29, 0, 0, 0, 0, 0, 1, 0, 0, 1, 1, 0, NULL, NULL, 1, '2024-10-23 08:31:22', '2024-10-23 08:31:22'), (1616, NULL, 'study_material', 31, 1, 0, 'Syllabus', 'student_syllabus', 'download_center', 2, 'study.syllabus', NULL, NULL, 1, 1, 0, 0, 0, 1, 0, 0, 1, 0, 0, 1, 1, 0, NULL, NULL, 1, '2024-10-23 08:31:22', '2024-10-23 08:31:22'), (1617, NULL, NULL, 32, 1, 0, 'Download', 'student_syllabus_download', 'student_syllabus', 3, NULL, NULL, NULL, 1, 1, 33, 0, 0, 0, 0, 0, 1, 0, 0, 1, 1, 0, NULL, NULL, 1, '2024-10-23 08:31:22', '2024-10-23 08:31:22'), (1618, NULL, 'study_material', 33, 1, 0, 'Other Downloads', 'student_others_download', 'download_center', 2, 'study.others_download', NULL, NULL, 1, 1, 0, 0, 0, 1, 0, 0, 1, 0, 0, 1, 1, 0, NULL, NULL, 1, '2024-10-23 08:31:22', '2024-10-23 08:31:22'), (1619, NULL, NULL, 34, 1, 0, 'Download', 'student_others_download_download', 'student_others_download', 3, NULL, NULL, NULL, 1, 1, 35, 0, 0, 0, 0, 0, 1, 0, 0, 1, 1, 0, NULL, NULL, 1, '2024-10-23 08:31:22', '2024-10-23 08:31:22'), (1620, NULL, NULL, 35, 1, 0, 'Attendance', 'student_my_attendance', NULL, 1, 'student.attendance', 'flaticon-authentication', NULL, 1, 1, 10, 0, 0, 1, 0, 0, 1, 0, 0, 1, 1, 0, NULL, NULL, 1, '2024-10-23 08:31:22', '2024-10-23 08:31:22'), (1621, NULL, NULL, 39, 1, 0, 'Leave', 'leave', NULL, 1, 'leave.leave', 'flaticon-slumber', NULL, 1, 1, 13, 0, 0, 1, 0, 0, 1, 0, 0, 1, 1, 0, NULL, NULL, 1, '2024-10-23 08:31:22', '2024-10-23 08:31:22'), (1622, NULL, NULL, 40, 1, 0, 'Apply Leave', 'student-apply-leave', 'leave', 2, 'leave.apply_leave', NULL, NULL, 1, 1, 0, 0, 0, 1, 0, 0, 1, 0, 0, 1, 1, 0, NULL, NULL, 1, '2024-10-23 08:31:22', '2024-10-23 08:31:22'), (1623, NULL, NULL, 41, 1, 0, 'Save', 'student-leave-store', 'student-apply-leave', 3, NULL, NULL, NULL, 1, 1, 42, 0, 0, 0, 0, 0, 1, 0, 0, 1, 1, 0, NULL, NULL, 1, '2024-10-23 08:31:22', '2024-10-23 08:31:22'), (1624, NULL, NULL, 42, 1, 0, 'Edit', 'student-leave-edit', 'student-apply-leave', 3, NULL, NULL, NULL, 1, 1, 43, 0, 0, 0, 0, 0, 1, 0, 0, 1, 1, 0, NULL, NULL, 1, '2024-10-23 08:31:22', '2024-10-23 08:31:22'), (1625, NULL, NULL, 44, 1, 0, 'Pending Leave', 'student-pending-leave', 'leave', 2, 'leave.pending_leave_request', NULL, NULL, 1, 1, 0, 0, 0, 1, 0, 0, 1, 0, 0, 1, 1, 0, NULL, NULL, 1, '2024-10-23 08:31:22', '2024-10-23 08:31:22'), (1626, NULL, 'chat', 900, 1, 0, 'Chat', 'chat', NULL, 1, 'chat::chat.chat', 'fas fa fa-weixin', NULL, 1, 1, 15, 0, 0, 1, 0, 0, 1, 0, 0, 1, 1, 0, NULL, NULL, 1, '2024-10-23 08:31:22', '2024-10-23 08:31:22'), (1627, NULL, 'chat', 901, 1, 0, 'Chat Box', 'chat.index', 'chat', 2, 'chat::chat.chat_box', NULL, NULL, 1, 1, 902, 0, 0, 1, 0, 0, 1, 0, 0, 1, 1, 0, NULL, NULL, 1, '2024-10-23 08:31:22', '2024-10-23 08:31:22'), (1628, NULL, NULL, 902, 1, 0, 'New Chat', 'new-chat', 'chat.index', 3, NULL, NULL, NULL, 1, 1, 903, 0, 0, 0, 0, 0, 1, 0, 0, 1, 1, 0, NULL, NULL, 1, '2024-10-23 08:31:22', '2024-10-23 08:31:22'), (1629, NULL, 'chat', 903, 1, 0, 'Invitation', 'chat.invitation', 'chat', 2, 'chat::chat.invitation', NULL, NULL, 1, 1, 904, 0, 0, 1, 0, 0, 1, 0, 0, 1, 1, 0, NULL, NULL, 1, '2024-10-23 08:31:22', '2024-10-23 08:31:22'), (1630, NULL, 'chat', 904, 1, 0, 'Blocked User', 'chat.blocked.users', 'chat', 2, 'chat::chat.blocked_user', NULL, NULL, 1, 1, 905, 0, 0, 1, 0, 0, 1, 0, 0, 1, 1, 0, NULL, NULL, 1, '2024-10-23 08:31:22', '2024-10-23 08:31:22'), (1631, NULL, NULL, 36, 1, 0, 'Examination', 'examination', NULL, 1, 'exam.examinations', 'flaticon-test', NULL, 1, 1, 16, 0, 0, 1, 0, 0, 1, 0, 0, 1, 1, 0, NULL, NULL, 1, '2024-10-23 08:31:22', '2024-10-23 08:31:22'), (1632, NULL, NULL, 37, 1, 0, 'Result', 'student_result', 'examination', 2, 'reports.result', NULL, NULL, 1, 1, 1, 0, 0, 1, 0, 0, 1, 0, 0, 1, 1, 0, NULL, NULL, 1, '2024-10-23 08:31:22', '2024-10-23 08:31:22'), (1633, NULL, NULL, 38, 1, 0, 'Exam Schedule', 'student_exam_schedule', 'examination', 2, 'exam.exam_schedule', NULL, NULL, 1, 1, 2, 0, 0, 1, 0, 0, 1, 0, 0, 1, 1, 0, NULL, NULL, 1, '2024-10-23 08:31:22', '2024-10-23 08:31:22'), (1634, NULL, NULL, 48, 1, 0, 'Notice Board', 'student_noticeboard', NULL, 1, 'communicate.notice_board', 'flaticon-poster', NULL, 1, 1, 16, 0, 0, 1, 0, 0, 1, 0, 0, 1, 1, 0, NULL, NULL, 1, '2024-10-23 08:31:22', '2024-10-23 08:31:22'), (1635, NULL, NULL, 49, 1, 0, 'Subject', 'student_subject', NULL, 1, 'common.subjects', 'flaticon-reading-1', NULL, 1, 1, 17, 0, 0, 1, 0, 0, 1, 0, 0, 1, 1, 0, NULL, NULL, 1, '2024-10-23 08:31:22', '2024-10-23 08:31:22'), (1636, NULL, NULL, 45, 1, 0, 'Online Exam', 'online_exam', NULL, 1, 'exam.online_exam', 'flaticon-test-1', NULL, 1, 1, 18, 0, 0, 1, 0, 0, 1, 0, 0, 1, 1, 0, 'OnlineExam', NULL, 1, '2024-10-23 08:31:22', '2024-10-23 08:31:22'), (1637, NULL, 'online_exam', 46, 1, 0, 'Active Exams', 'student_online_exam', 'online_exam', 2, 'exam.active_exams', NULL, NULL, 1, 1, 0, 0, 0, 1, 0, 0, 1, 0, 0, 1, 1, 0, 'OnlineExam', NULL, 1, '2024-10-23 08:31:22', '2024-10-23 08:31:22'), (1638, NULL, 'online_exam', 47, 1, 0, 'View Results', 'student_view_result', 'online_exam', 2, 'exam.view_result', NULL, NULL, 1, 1, 0, 0, 0, 1, 0, 0, 1, 0, 0, 1, 1, 0, 'OnlineExam', NULL, 1, '2024-10-23 08:31:22', '2024-10-23 08:31:22'), (1639, 'OnlineExam', NULL, 2046, 1, 0, 'Active Exams', 'om_student_online_exam', 'online_exam', 2, 'exam.active_exams', NULL, NULL, 1, 0, 0, 0, 0, 1, 0, 0, 1, 0, 0, 1, 1, 0, NULL, NULL, 1, '2024-10-23 08:31:22', '2024-10-23 08:31:22'), (1640, 'OnlineExam', NULL, 2048, 1, 0, 'Written Exam', 'student_written_exam', 'online_exam', 2, 'exam.written_exam', NULL, NULL, 1, 0, 0, 0, 0, 1, 0, 0, 1, 0, 0, 1, 1, 0, NULL, NULL, 1, '2024-10-23 08:31:22', '2024-10-23 08:31:22'), (1641, NULL, NULL, 50, 1, 0, 'Teachers List', 'student_teacher', NULL, 1, 'common.teacher', 'flaticon-professor', NULL, 1, 1, 18, 0, 0, 1, 0, 0, 1, 0, 0, 1, 1, 0, NULL, NULL, 1, '2024-10-23 08:31:22', '2024-10-23 08:31:22'), (1642, NULL, NULL, 54, 1, 0, 'Transport', 'student_transport', NULL, 1, 'transport.transport', 'flaticon-bus', NULL, 1, 1, 20, 0, 0, 1, 0, 0, 1, 0, 0, 1, 1, 0, NULL, NULL, 1, '2024-10-23 08:31:22', '2024-10-23 08:31:22'), (1643, NULL, NULL, 51, 1, 0, 'Library', 'library', NULL, 1, 'library.library', 'flaticon-book-1', NULL, 1, 1, 21, 0, 0, 1, 0, 0, 1, 0, 0, 1, 1, 0, NULL, NULL, 1, '2024-10-23 08:31:22', '2024-10-23 08:31:22'), (1644, NULL, NULL, 52, 1, 0, 'Book List', 'student_library', 'library', 2, 'library.book_list', NULL, NULL, 1, 1, 1, 0, 0, 1, 0, 0, 1, 0, 0, 1, 1, 0, NULL, NULL, 1, '2024-10-23 08:31:22', '2024-10-23 08:31:22'), (1645, NULL, NULL, 53, 1, 0, 'Book Issued', 'student_book_issue', 'library', 2, 'library.book_issue', NULL, NULL, 1, 1, 2, 0, 0, 1, 0, 0, 1, 0, 0, 1, 1, 0, NULL, NULL, 1, '2024-10-23 08:31:22', '2024-10-23 08:31:22'), (1646, NULL, NULL, 55, 1, 0, 'Dormitory', 'student_dormitory', NULL, 1, 'dormitory.dormitory', 'fas fa-hotel', NULL, 1, 1, 21, 0, 0, 1, 0, 0, 1, 0, 0, 1, 1, 0, NULL, NULL, 1, '2024-10-23 08:31:22', '2024-10-23 08:31:22'), (1647, NULL, NULL, 855, 1, 0, 'Start Class', '', NULL, 3, NULL, NULL, NULL, 1, 1, 856, 0, 0, 0, 0, 0, 1, 0, 0, 1, 1, 0, NULL, NULL, 1, '2024-10-23 08:31:22', '2024-10-23 08:31:22'), (1648, 'InAppLiveClass', NULL, NULL, 1, 0, 'In App Live', 'inappliveclass', NULL, 1, 'inappliveclass::inappliveclass.in_app_live', 'flaticon-reading', NULL, 1, 1, 31, 0, 0, 1, 0, 0, 1, 0, 0, 1, 1, 0, NULL, NULL, 1, '2024-10-23 08:31:22', '2024-10-23 08:31:22'), (1649, 'InAppLiveClass', NULL, 433, 1, 0, 'In App Live Class', 'inappliveclass.inapplive-class', 'inappliveclass', 2, 'inappliveclass::inappliveclass.live_class', NULL, NULL, 1, 1, 0, 0, 0, 1, 0, 0, 1, 0, 0, 1, 1, 0, NULL, NULL, 1, '2024-10-23 08:31:22', '2024-10-23 08:31:22'), (1650, NULL, NULL, 56, 1, 0, 'Dashboard Menu', 'parent-dashboard', NULL, 1, 'common.dashboard', 'fas fa-bars', NULL, 1, 1, 2, 0, 0, 1, 0, 0, 0, 1, 0, 1, 1, 0, NULL, NULL, 1, '2024-10-23 08:31:22', '2024-10-23 08:31:22'), (1651, NULL, NULL, 57, 1, 0, 'Subject', 'parent-dashboard-subject', 'parent-dashboard', 3, NULL, NULL, NULL, 1, 1, 58, 0, 1, 0, 0, 0, 0, 1, 0, 1, 1, 0, NULL, NULL, 1, '2024-10-23 08:31:22', '2024-10-23 08:31:22'), (1652, NULL, NULL, 58, 1, 0, 'Notice', 'parent-dashboard-notice', 'parent-dashboard', 3, NULL, NULL, NULL, 1, 1, 59, 0, 1, 0, 0, 0, 0, 1, 0, 1, 1, 0, NULL, NULL, 1, '2024-10-23 08:31:22', '2024-10-23 08:31:22'), (1653, NULL, NULL, 60, 1, 0, 'Online Exam', 'parent-dashboard-exam', 'parent-dashboard', 3, NULL, NULL, NULL, 1, 1, 61, 0, 1, 0, 0, 0, 0, 1, 0, 1, 1, 0, NULL, NULL, 1, '2024-10-23 08:31:23', '2024-10-23 08:31:23'), (1654, NULL, NULL, 61, 1, 0, 'Teachers', 'parent-dashboard-teacher', 'parent-dashboard', 3, NULL, NULL, NULL, 1, 1, 62, 0, 1, 0, 0, 0, 0, 1, 0, 1, 1, 0, NULL, NULL, 1, '2024-10-23 08:31:23', '2024-10-23 08:31:23'), (1655, NULL, NULL, 62, 1, 0, 'Issued books', 'parent-dashboard-issued-books', 'parent-dashboard', 3, NULL, NULL, NULL, 1, 1, 63, 0, 1, 0, 0, 0, 0, 1, 0, 1, 1, 0, NULL, NULL, 1, '2024-10-23 08:31:23', '2024-10-23 08:31:23'), (1656, NULL, NULL, 63, 1, 0, 'Pending homeworks', 'parent-dashboard-pending-homeworks', 'parent-dashboard', 3, NULL, NULL, NULL, 1, 1, 64, 0, 1, 0, 0, 0, 0, 1, 0, 1, 1, 0, NULL, NULL, 1, '2024-10-23 08:31:23', '2024-10-23 08:31:23'), (1657, NULL, NULL, 64, 1, 0, 'attendance in current month', 'parent-dashboard-attendance-in-current-month', 'parent-dashboard', 3, NULL, NULL, NULL, 1, 1, 65, 0, 1, 0, 0, 0, 0, 1, 0, 1, 1, 0, NULL, NULL, 1, '2024-10-23 08:31:23', '2024-10-23 08:31:23'), (1658, NULL, NULL, 65, 1, 0, 'Calendar', 'parent-dashboard-calendar', 'parent-dashboard', 3, NULL, NULL, NULL, 1, 1, 66, 0, 1, 0, 0, 0, 0, 1, 0, 1, 1, 0, NULL, NULL, 1, '2024-10-23 08:31:23', '2024-10-23 08:31:23'), (1659, NULL, NULL, NULL, 1, 0, 'Sidebar Manager', 'menumanage.index', NULL, 1, 'common.sidebar_manager', 'fas fa-bars', NULL, 1, 1, 2, 0, 0, 1, 0, 0, 0, 1, 0, 1, 1, 0, NULL, NULL, 1, '2024-10-23 08:31:23', '2024-10-23 08:31:23'), (1660, NULL, NULL, 66, 1, 0, 'My Children', 'my_children', NULL, 1, 'common.my_children', 'flaticon-reading', NULL, 1, 1, 3, 0, 1, 1, 0, 0, 0, 1, 0, 1, 1, 0, NULL, NULL, 1, '2024-10-23 08:31:23', '2024-10-23 08:31:23'), (1661, 'Fees', 'fees', 71, 1, 0, 'Fees', 'fees.student-fees-list-parent', NULL, 1, 'fees.fees', 'fas fa-money', NULL, 1, 1, 6, 0, 1, 1, 0, 0, 0, 1, 0, 1, 1, 0, '', NULL, 1, '2024-10-23 08:31:23', '2024-10-23 08:31:23'), (1662, NULL, NULL, 97, 1, 0, 'Lesson plan', 'lesson-plan', NULL, 1, 'lesson::lesson.lesson', 'flaticon-calendar-1', NULL, 1, 1, 7, 0, 1, 1, 0, 0, 0, 1, 0, 1, 1, 0, NULL, NULL, 1, '2024-10-23 08:31:23', '2024-10-23 08:31:23'), (1663, NULL, NULL, 98, 1, 0, 'Lesson Plan', 'lesson-parent-lessonPlan', 'lesson-plan', 1, 'lesson::lesson.lesson_plan', NULL, NULL, 1, 1, 99, 0, 1, 1, 0, 0, 0, 1, 0, 1, 1, 0, NULL, NULL, 1, '2024-10-23 08:31:23', '2024-10-23 08:31:23'), (1664, NULL, NULL, 99, 1, 0, 'Lesson Plan Overview', 'lesson-parent-lessonPlan-overview', 'lesson-plan', 1, 'lesson::lesson.lesson_plan_overview', NULL, NULL, 1, 1, 100, 0, 1, 1, 0, 0, 0, 1, 0, 1, 1, 0, NULL, NULL, 1, '2024-10-23 08:31:23', '2024-10-23 08:31:23'), (1665, NULL, NULL, 72, 1, 0, 'Class Routine', 'parent_class_routine', NULL, 1, 'academics.class_routine', 'flaticon-calendar-1', NULL, 1, 1, 7, 0, 1, 1, 0, 0, 0, 1, 0, 1, 1, 0, NULL, NULL, 1, '2024-10-23 08:31:23', '2024-10-23 08:31:23'), (1666, NULL, NULL, 73, 1, 0, 'HomeWork ', 'parent_homework', NULL, 1, 'homework.home_work', 'fas fa-book-open', NULL, 1, 1, 8, 0, 1, 1, 0, 0, 0, 1, 0, 1, 1, 0, NULL, NULL, 1, '2024-10-23 08:31:23', '2024-10-23 08:31:23'), (1667, NULL, NULL, 74, 1, 0, 'View', 'parent_homework_view', 'parent_homework', 3, NULL, NULL, NULL, 1, 1, 75, 0, 1, 0, 0, 0, 0, 1, 0, 1, 1, 0, NULL, NULL, 1, '2024-10-23 08:31:23', '2024-10-23 08:31:23'), (1668, NULL, NULL, 75, 1, 0, 'Attendance ', 'parent_attendance', NULL, 1, 'student.student_attendance', 'flaticon-authentication', NULL, 1, 1, 9, 0, 1, 1, 0, 0, 0, 1, 0, 1, 1, 0, NULL, NULL, 1, '2024-10-23 08:31:23', '2024-10-23 08:31:23'), (1669, NULL, NULL, 76, 1, 0, 'Exam ', 'exam', NULL, 1, 'exam.examination', 'fa fa-map-o', NULL, 1, 1, 11, 0, 1, 1, 0, 0, 0, 1, 0, 1, 1, 0, NULL, NULL, 1, '2024-10-23 08:31:23', '2024-10-23 08:31:23'), (1670, NULL, NULL, 78, 1, 0, 'Exam Schedule', 'parent_exam_schedule', 'exam', 2, 'exam.exam_schedule', NULL, NULL, 1, 1, 79, 0, 1, 1, 0, 0, 0, 1, 0, 1, 1, 0, NULL, NULL, 1, '2024-10-23 08:31:23', '2024-10-23 08:31:23'), (1671, NULL, NULL, 78, 1, 0, 'Exam', 'parent_examination', 'exam', 2, 'exam.exam', NULL, NULL, 1, 1, 79, 0, 1, 1, 0, 0, 0, 1, 0, 1, 1, 0, NULL, NULL, 1, '2024-10-23 08:31:23', '2024-10-23 08:31:23'), (1672, NULL, NULL, 910, 1, 0, 'Chat', 'chat', NULL, 1, 'chat::chat.chat', 'fas fa fa-weixin', NULL, 1, 1, 15, 0, 0, 1, 0, 0, 0, 1, 0, 1, 1, 0, NULL, NULL, 1, '2024-10-23 08:31:23', '2024-10-23 08:31:23'), (1673, NULL, NULL, 911, 1, 0, 'Chat box', 'chat.index', 'chat', 2, 'chat::chat.chat_box', NULL, NULL, 1, 1, 912, 0, 0, 1, 0, 0, 0, 1, 0, 1, 1, 0, NULL, NULL, 1, '2024-10-23 08:31:23', '2024-10-23 08:31:23'), (1674, NULL, NULL, 912, 1, 0, 'New Chat', 'new-chat', 'chat.index', 3, NULL, NULL, NULL, 1, 1, 913, 0, 1, 0, 0, 0, 0, 1, 0, 1, 1, 0, NULL, NULL, 1, '2024-10-23 08:31:23', '2024-10-23 08:31:23'), (1675, NULL, NULL, 913, 1, 0, 'Invitation', 'chat.invitation', 'chat', 2, 'chat::chat.invitation', NULL, NULL, 1, 1, 914, 0, 0, 1, 0, 0, 0, 1, 0, 1, 1, 0, NULL, NULL, 1, '2024-10-23 08:31:23', '2024-10-23 08:31:23'), (1676, NULL, NULL, 914, 1, 0, 'Blocked User', 'chat.blocked.users', 'chat', 2, 'chat::chat.blocked_user', NULL, NULL, 1, 1, 915, 0, 0, 1, 0, 0, 0, 1, 0, 1, 1, 0, NULL, NULL, 1, '2024-10-23 08:31:23', '2024-10-23 08:31:23'), (1677, NULL, NULL, 80, 1, 0, 'Leave', 'parent_leave', NULL, 1, 'leave.leave', 'flaticon-slumber', NULL, 1, 1, 15, 0, 0, 1, 0, 0, 0, 1, 0, 1, 1, 0, NULL, NULL, 1, '2024-10-23 08:31:23', '2024-10-23 08:31:23'), (1678, NULL, NULL, 81, 1, 0, 'Apply Leave', 'parent-apply-leave', 'parent_leave', 2, 'leave.apply_leave', NULL, NULL, 1, 1, 82, 0, 0, 1, 0, 0, 0, 1, 0, 1, 1, 0, NULL, NULL, 1, '2024-10-23 08:31:23', '2024-10-23 08:31:23'), (1679, NULL, NULL, 82, 1, 0, 'Save', 'parent-leave-store', 'parent-apply-leave', 3, NULL, NULL, NULL, 1, 1, 83, 0, 1, 0, 0, 0, 0, 1, 0, 1, 1, 0, NULL, NULL, 1, '2024-10-23 08:31:23', '2024-10-23 08:31:23'), (1680, NULL, NULL, 83, 1, 0, 'Edit', 'parent-leave-edit', 'parent-apply-leave', 3, NULL, NULL, NULL, 1, 1, 84, 0, 1, 0, 0, 0, 0, 1, 0, 1, 1, 0, NULL, NULL, 1, '2024-10-23 08:31:23', '2024-10-23 08:31:23'), (1681, NULL, NULL, 95, 1, 0, 'View', 'parent-view-leave-details-apply', 'parent-apply-leave', 3, NULL, NULL, NULL, 1, 1, 96, 0, 1, 0, 0, 0, 0, 1, 0, 1, 1, 0, NULL, NULL, 1, '2024-10-23 08:31:23', '2024-10-23 08:31:23'), (1682, NULL, NULL, 96, 1, 0, 'Delete', 'parent-leave-delete', 'parent-apply-leave', 3, NULL, NULL, NULL, 1, 1, 97, 0, 1, 0, 0, 0, 0, 1, 0, 1, 1, 0, NULL, NULL, 1, '2024-10-23 08:31:23', '2024-10-23 08:31:23'), (1683, NULL, NULL, 84, 1, 0, 'Pending Leave', 'parent-pending-leave', 'parent_leave', 2, 'leave.pending_leave_request', NULL, NULL, 1, 1, 85, 0, 0, 1, 0, 0, 0, 1, 0, 1, 1, 0, NULL, NULL, 1, '2024-10-23 08:31:23', '2024-10-23 08:31:23'), (1684, NULL, NULL, 85, 1, 0, 'Notice Board', 'parent_noticeboard', NULL, 1, 'communicate.notice_board', 'flaticon-poster', NULL, 1, 1, 16, 0, 0, 1, 0, 0, 0, 1, 0, 1, 1, 0, NULL, NULL, 1, '2024-10-23 08:31:23', '2024-10-23 08:31:23'), (1685, NULL, NULL, 86, 1, 0, 'Subject', 'parent_subjects', NULL, 1, 'common.subjects', 'flaticon-reading-1', NULL, 1, 1, 17, 0, 1, 1, 0, 0, 0, 1, 0, 1, 1, 0, NULL, NULL, 1, '2024-10-23 08:31:23', '2024-10-23 08:31:23'), (1686, NULL, NULL, 2101, 1, 0, 'Online Exam ', 'online_exam', NULL, 1, 'exam.online_exam', 'fas fa-globe', NULL, 1, 1, 18, 0, 1, 1, 0, 0, 0, 1, 0, 1, 1, 0, NULL, NULL, 1, '2024-10-23 08:31:23', '2024-10-23 08:31:23'), (1687, 'OnlineExam', NULL, 2001, 1, 0, 'Exam Result', 'om_parent_online_examination_result', 'online_exam', 2, 'onlineexam::onlineExam.online_exam_result', NULL, NULL, 1, 1, 2002, 0, 1, 0, 0, 0, 0, 1, 0, 1, 1, 0, NULL, NULL, 1, '2024-10-23 08:31:23', '2024-10-23 08:31:23'), (1688, 'OnlineExam', NULL, 2002, 1, 0, 'Active Online Exam', 'om_parent_online_examination', 'online_exam', 2, 'onlineexam::onlineExam.online_exam', NULL, NULL, 1, 1, 2003, 0, 1, 0, 0, 0, 0, 1, 0, 1, 1, 0, NULL, NULL, 1, '2024-10-23 08:31:23', '2024-10-23 08:31:23'), (1689, NULL, NULL, 2017, 1, 0, 'Exam Result', 'parent_online_examination_result', 'online_exam', 2, 'exam.exam_result', NULL, NULL, 1, 1, 2018, 0, 1, 1, 0, 0, 0, 1, 0, 1, 1, 0, NULL, NULL, 1, '2024-10-23 08:31:23', '2024-10-23 08:31:23'), (1690, NULL, NULL, 2018, 1, 0, 'Online Exam', 'parent_online_examination', 'online_exam', 2, 'exam.online_exam', NULL, NULL, 1, 1, 2019, 0, 1, 1, 0, 0, 0, 1, 0, 1, 1, 0, NULL, NULL, 1, '2024-10-23 08:31:23', '2024-10-23 08:31:23'), (1691, 'OnlineExam', NULL, 2103, 1, 0, 'Pdf Exam', 'parent_pdf_exam', 'online_exam', 2, 'onlineexam::onlineExam.pdf_exam', NULL, NULL, 1, 1, 2104, 0, 1, 0, 0, 0, 0, 1, 0, 1, 1, 0, NULL, NULL, 1, '2024-10-23 08:31:23', '2024-10-23 08:31:23'), (1692, 'OnlineExam', NULL, 2104, 1, 0, 'Pdf Exam Result', 'parent_view_pdf_result', 'online_exam', 2, 'onlineexam::onlineExam.pdf_exam_result', NULL, NULL, 1, 1, 2105, 0, 1, 0, 0, 0, 0, 1, 0, 1, 1, 0, NULL, NULL, 1, '2024-10-23 08:31:23', '2024-10-23 08:31:23'), (1693, NULL, NULL, 87, 1, 0, 'Teachers List', 'parent_teacher_list', NULL, 1, 'common.teacher', 'flaticon-professor', NULL, 1, 1, 18, 0, 1, 1, 0, 0, 0, 1, 0, 1, 1, 0, NULL, NULL, 1, '2024-10-23 08:31:23', '2024-10-23 08:31:23'), (1694, NULL, NULL, 88, 1, 0, 'Library', 'p_library', NULL, 1, 'library.library', 'flaticon-book-1', NULL, 1, 1, 19, 0, 0, 1, 0, 0, 0, 1, 0, 1, 1, 0, NULL, NULL, 1, '2024-10-23 08:31:23', '2024-10-23 08:31:23'), (1695, NULL, NULL, 89, 1, 0, 'Book List', 'parent_library', 'p_library', 2, 'library.book_list', NULL, NULL, 1, 1, 90, 0, 0, 1, 0, 0, 0, 1, 0, 1, 1, 0, NULL, NULL, 1, '2024-10-23 08:31:23', '2024-10-23 08:31:23'), (1696, NULL, NULL, 90, 1, 0, 'Book Issued', 'parent_book_issue', 'p_library', 2, 'library.book_issue', NULL, NULL, 1, 1, 91, 0, 0, 1, 0, 0, 0, 1, 0, 1, 1, 0, NULL, NULL, 1, '2024-10-23 08:31:23', '2024-10-23 08:31:23'), (1697, NULL, NULL, 91, 1, 0, 'Transport', 'parent_transport', NULL, 1, 'transport.transport', 'flaticon-bus', NULL, 1, 1, 21, 0, 1, 1, 0, 0, 0, 1, 0, 1, 1, 0, NULL, NULL, 1, '2024-10-23 08:31:23', '2024-10-23 08:31:23'), (1698, NULL, NULL, 92, 1, 0, 'Dormitory', 'parent_dormitory_list', NULL, 1, 'dormitory.dormitory', 'fas fa-hotel', NULL, 1, 1, 22, 0, 1, 1, 0, 0, 0, 1, 0, 1, 1, 0, NULL, NULL, 1, '2024-10-23 08:31:23', '2024-10-23 08:31:23'), (1699, 'InAppLiveClass', NULL, 105, 1, 0, 'In App Live', 'inappliveclass', NULL, 1, 'inappliveclass::inappliveclass.in_app_live', 'flaticon-reading', NULL, 1, 1, 106, 0, 0, 1, 0, 0, 0, 1, 0, 1, 1, 0, NULL, NULL, 1, '2024-10-23 08:31:23', '2024-10-23 08:31:23'), (1700, 'InAppLiveClass', NULL, 106, 1, 0, 'In App Live Class', 'inappliveclass.inapplive-class', 'inappliveclass', 2, 'inappliveclass::inappliveclass.live_class', NULL, NULL, 1, 1, 107, 0, 1, 1, 0, 0, 0, 1, 0, 1, 1, 0, NULL, NULL, 1, '2024-10-23 08:31:23', '2024-10-23 08:31:23'), (1701, 'InAppLiveClass', NULL, 107, 1, 0, 'In App Live Meeting', 'inappliveclass.inapplive-meeting', 'inappliveclass', 2, 'inappliveclass::inappliveclass.live_meeting', NULL, NULL, 1, 1, 108, 0, 0, 1, 0, 0, 0, 1, 0, 1, 1, 0, NULL, NULL, 1, '2024-10-23 08:31:23', '2024-10-23 08:31:23'), (1702, NULL, NULL, NULL, 1, 0, 'Dashboard', 'dashboard_section', NULL, NULL, 'common.dashboard', NULL, NULL, 1, 1, 1, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 1, NULL, 1, 1, '2024-10-23 08:31:23', '2024-10-23 08:31:23'), (1703, NULL, NULL, NULL, 1, 0, 'Administration', 'administration_section', NULL, NULL, 'common.Administration', NULL, NULL, 1, 1, 8, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 1, NULL, 1, 1, '2024-10-23 08:31:23', '2024-10-23 08:31:23'), (1704, NULL, NULL, NULL, 1, 0, 'Student', 'student_section', NULL, NULL, 'common.student', NULL, NULL, 1, 1, 8, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 1, NULL, 1, 1, '2024-10-23 08:31:23', '2024-10-23 08:31:23'), (1705, NULL, NULL, NULL, 1, 0, 'Exam', 'exam_section', NULL, NULL, 'common.exam', NULL, NULL, 1, 1, 8, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 1, NULL, 1, 1, '2024-10-23 08:31:23', '2024-10-23 08:31:23'), (1706, NULL, NULL, NULL, 1, 0, 'Hr', 'hr_section', NULL, NULL, 'common.hr', NULL, NULL, 1, 1, 8, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 1, NULL, 1, 1, '2024-10-23 08:31:23', '2024-10-23 08:31:23'), (1707, NULL, NULL, NULL, 1, 0, 'Accounts', 'accounts_section', NULL, NULL, 'common.accounts', NULL, NULL, 1, 1, 8, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 1, NULL, 1, 1, '2024-10-23 08:31:23', '2024-10-23 08:31:23'), (1708, NULL, NULL, NULL, 1, 0, 'Utilities', 'utilities_section', NULL, NULL, 'common.Utilities', NULL, NULL, 1, 1, 8, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 1, NULL, 1, 1, '2024-10-23 08:31:23', '2024-10-23 08:31:23'), (1709, NULL, NULL, NULL, 1, 0, 'Report', 'report_section', NULL, NULL, 'common.report_section', NULL, NULL, 1, 1, 8, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 1, NULL, 1, 1, '2024-10-23 08:31:23', '2024-10-23 08:31:23'), (1710, NULL, NULL, NULL, 1, 0, 'Settings Section', 'settings_section', NULL, NULL, 'common.settings_section', NULL, NULL, 1, 1, 8, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 1, NULL, 1, 1, '2024-10-23 08:31:23', '2024-10-23 08:31:23'), (1711, NULL, NULL, NULL, 1, 0, 'Module', 'module_section', NULL, NULL, 'common.module', NULL, NULL, 1, 1, 10, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 1, NULL, 1, 1, '2024-10-23 08:31:23', '2024-10-23 08:31:23'), (1712, NULL, 'fees_settings', NULL, 1, 0, 'Fees Settings', 'fees_settings', NULL, NULL, 'common.fees_settings', 'fas fa-landmark', NULL, 1, 1, 8, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, NULL, NULL, 1, '2024-10-23 08:31:23', '2024-10-23 08:31:23'), (1713, NULL, 'exam_settings', NULL, 1, 0, 'Exam Settings', 'exam_settings', NULL, NULL, 'common.exam_settings', 'fas fa-book', NULL, 1, 1, 8, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, NULL, NULL, 1, '2024-10-23 08:31:23', '2024-10-23 08:31:23'), (1714, NULL, 'students_report', NULL, 1, 0, 'Student Report', 'students_report', NULL, NULL, 'common.student_report', 'fas fa-users', NULL, 1, 1, 8, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, NULL, NULL, 1, '2024-10-23 08:31:23', '2024-10-23 08:31:23'), (1715, NULL, 'exam_report', NULL, 1, 0, 'Exam Report', 'exam_report', NULL, NULL, 'common.exam_report', 'ti-agenda', NULL, 1, 1, 8, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, NULL, NULL, 1, '2024-10-23 08:31:23', '2024-10-23 08:31:23'), (1716, NULL, 'staff_report', NULL, 1, 0, 'Staff Report', 'staff_report', NULL, NULL, 'common.staff_report', 'fas fa-user-tag', NULL, 1, 1, 8, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, NULL, NULL, 1, '2024-10-23 08:31:23', '2024-10-23 08:31:23'), (1717, NULL, 'fees_report', NULL, 1, 0, 'Fees Report', 'fees_report', NULL, NULL, 'common.fees_report', 'fas fa-server', NULL, 1, 1, 8, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, NULL, NULL, 1, '2024-10-23 08:31:23', '2024-10-23 08:31:23'), (1718, NULL, 'accounts_report', NULL, 1, 0, 'Accounts Report', 'accounts_report', NULL, NULL, 'common.accounts_report', 'fas fa-money', NULL, 1, 1, 8, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, NULL, NULL, 1, '2024-10-23 08:31:23', '2024-10-23 08:31:23'), (1719, 'DownloadCenter', NULL, NULL, 1, 0, 'Download Center', 'download-center', NULL, 1, 'downloadCenter.download_center', 'fas fa-solid fa-download', NULL, 1, 1, 6, 0, 0, 1, 1, 0, 1, 1, 0, 1, 1, 0, NULL, NULL, 1, '2024-10-23 08:31:23', '2024-10-23 08:31:23'), (1720, 'DownloadCenter', NULL, NULL, 1, 0, 'Content Type', 'download-center.content-type', 'download-center', 2, 'downloadCenter.content_type', NULL, NULL, 1, 1, 1, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, NULL, NULL, 1, '2024-10-23 08:31:23', '2024-10-23 08:31:23'), (1721, 'DownloadCenter', NULL, NULL, 1, 0, 'Add', 'download-center.content-type-save', 'download-center.content-type', 3, NULL, NULL, NULL, 1, 1, 1, 0, 0, 0, 1, 0, 0, 0, 0, 1, 1, 0, NULL, NULL, 1, '2024-10-23 08:31:23', '2024-10-23 08:31:23'), (1722, 'DownloadCenter', NULL, NULL, 1, 0, 'Edit', 'download-center.content-type-edit', 'download-center.content-type', 3, NULL, NULL, NULL, 1, 1, 2, 0, 0, 0, 1, 0, 0, 0, 0, 1, 1, 0, NULL, NULL, 1, '2024-10-23 08:31:23', '2024-10-23 08:31:23'), (1723, 'DownloadCenter', NULL, NULL, 1, 0, 'Update', 'download-center.content-type-update', 'download-center.content-type', 3, NULL, NULL, NULL, 1, 1, 3, 0, 0, 0, 1, 0, 0, 0, 0, 1, 1, 0, NULL, NULL, 1, '2024-10-23 08:31:23', '2024-10-23 08:31:23'), (1724, 'DownloadCenter', NULL, NULL, 1, 0, 'Delete', 'download-center.content-type-delete', 'download-center.content-type', 3, NULL, NULL, NULL, 1, 1, 4, 0, 0, 0, 1, 0, 0, 0, 0, 1, 1, 0, NULL, NULL, 1, '2024-10-23 08:31:23', '2024-10-23 08:31:23'), (1725, 'DownloadCenter', NULL, NULL, 1, 0, 'Content List', 'download-center.content-list', 'download-center', 2, 'downloadCenter.content_list', NULL, NULL, 1, 1, 2, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, NULL, NULL, 1, '2024-10-23 08:31:23', '2024-10-23 08:31:23'), (1726, 'DownloadCenter', NULL, NULL, 1, 0, 'Add', 'download-center.content-list-save', 'download-center.content-list', 3, NULL, NULL, NULL, 1, 1, 1, 0, 0, 0, 1, 0, 0, 0, 0, 1, 1, 0, NULL, NULL, 1, '2024-10-23 08:31:23', '2024-10-23 08:31:23'), (1727, 'DownloadCenter', NULL, NULL, 1, 0, 'Edit', 'download-center.content-list-edit', 'download-center.content-list', 3, NULL, NULL, NULL, 1, 1, 2, 0, 0, 0, 1, 0, 0, 0, 0, 1, 1, 0, NULL, NULL, 1, '2024-10-23 08:31:23', '2024-10-23 08:31:23'), (1728, 'DownloadCenter', NULL, NULL, 1, 0, 'Update', 'download-center.content-list-update', 'download-center.content-list', 3, NULL, NULL, NULL, 1, 1, 3, 0, 0, 0, 1, 0, 0, 0, 0, 1, 1, 0, NULL, NULL, 1, '2024-10-23 08:31:23', '2024-10-23 08:31:23'), (1729, 'DownloadCenter', NULL, NULL, 1, 0, 'Delete', 'download-center.content-list-delete', 'download-center.content-list', 3, NULL, NULL, NULL, 1, 1, 4, 0, 0, 0, 1, 0, 0, 0, 0, 1, 1, 0, NULL, NULL, 1, '2024-10-23 08:31:23', '2024-10-23 08:31:23'), (1730, 'DownloadCenter', NULL, NULL, 1, 0, 'Search', 'download-center.content-list-search', 'download-center.content-list', 3, NULL, NULL, NULL, 1, 1, 5, 0, 0, 0, 1, 0, 0, 0, 0, 1, 1, 0, NULL, NULL, 1, '2024-10-23 08:31:23', '2024-10-23 08:31:23'), (1731, 'DownloadCenter', NULL, NULL, 1, 0, 'Shared Content List', 'download-center.content-share-list', 'download-center', 2, 'downloadCenter.shared_content_list', NULL, NULL, 1, 1, 3, 0, 0, 1, 1, 0, 1, 0, 0, 1, 1, 0, NULL, NULL, 1, '2024-10-23 08:31:23', '2024-10-23 08:31:23'), (1732, 'DownloadCenter', NULL, NULL, 1, 0, 'Add', 'download-center.content-share-list-save', 'download-center.content-share-list', 3, NULL, NULL, NULL, 1, 1, 1, 0, 0, 0, 1, 0, 0, 0, 0, 1, 1, 0, NULL, NULL, 1, '2024-10-23 08:31:23', '2024-10-23 08:31:23'), (1733, 'DownloadCenter', NULL, NULL, 1, 0, 'Generate Link', 'download-center.content-generate-url-save', 'download-center.content-share-list', 3, NULL, NULL, NULL, 1, 1, 2, 0, 0, 0, 1, 0, 0, 0, 0, 1, 1, 0, NULL, NULL, 1, '2024-10-23 08:31:23', '2024-10-23 08:31:23'), (1734, 'DownloadCenter', NULL, NULL, 1, 0, 'Video List', 'download-center.video-list', 'download-center', 2, 'downloadCenter.video_list', NULL, NULL, 1, 1, 4, 0, 0, 1, 1, 0, 1, 0, 0, 1, 1, 0, NULL, NULL, 1, '2024-10-23 08:31:23', '2024-10-23 08:31:23'); INSERT INTO `permissions` (`id`, `module`, `sidebar_menu`, `old_id`, `section_id`, `parent_id`, `name`, `route`, `parent_route`, `type`, `lang_name`, `icon`, `svg`, `status`, `menu_status`, `position`, `is_saas`, `relate_to_child`, `is_menu`, `is_admin`, `is_teacher`, `is_student`, `is_parent`, `is_alumni`, `created_by`, `updated_by`, `permission_section`, `alternate_module`, `user_id`, `school_id`, `created_at`, `updated_at`) VALUES (1735, 'DownloadCenter', NULL, NULL, 1, 0, 'Add', 'download-center.video-list-save', 'download-center.video-list', 3, NULL, NULL, NULL, 1, 1, 1, 0, 0, 0, 1, 0, 0, 0, 0, 1, 1, 0, NULL, NULL, 1, '2024-10-23 08:31:23', '2024-10-23 08:31:23'), (1736, 'DownloadCenter', NULL, NULL, 1, 0, 'Update', 'download-center.video-list-update', 'download-center.video-list', 3, NULL, NULL, NULL, 1, 1, 2, 0, 0, 0, 1, 0, 0, 0, 0, 1, 1, 0, NULL, NULL, 1, '2024-10-23 08:31:23', '2024-10-23 08:31:23'), (1737, 'DownloadCenter', NULL, NULL, 1, 0, 'Delete', 'download-center.video-list-delete', 'download-center.video-list', 3, NULL, NULL, NULL, 1, 1, 3, 0, 0, 0, 1, 0, 0, 0, 0, 1, 1, 0, NULL, NULL, 1, '2024-10-23 08:31:23', '2024-10-23 08:31:23'), (1738, 'DownloadCenter', NULL, NULL, 1, 0, 'Search', 'download-center.video-list-search', 'download-center.video-list', 3, NULL, NULL, NULL, 1, 1, 4, 0, 0, 0, 1, 0, 0, 0, 0, 1, 1, 0, NULL, NULL, 1, '2024-10-23 08:31:23', '2024-10-23 08:31:23'), (1739, 'DownloadCenter', NULL, NULL, 1, 0, 'Content List', 'download-center.parent-content-share-list', 'download-center', 2, 'downloadCenter.content_list', NULL, NULL, 1, 1, 5, 0, 1, 1, 0, 0, 0, 1, 0, 1, 1, 0, NULL, NULL, 1, '2024-10-23 08:31:23', '2024-10-23 08:31:23'), (1740, 'DownloadCenter', NULL, NULL, 1, 0, 'Video List', 'download-center.parent-video-list', 'download-center', 2, 'downloadCenter.video_list', NULL, NULL, 1, 1, 6, 0, 1, 1, 0, 0, 0, 1, 0, 1, 1, 0, NULL, NULL, 1, '2024-10-23 08:31:23', '2024-10-23 08:31:23'), (1741, NULL, 'front_setting', 493, 1, 0, 'Speech Slider', 'speech-slider', 'frontend_cms', 2, 'front_settings.speech_slider', NULL, NULL, 1, 1, 8, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, NULL, NULL, 1, '2024-10-23 08:31:23', '2024-10-23 08:31:23'), (1742, NULL, 'front_setting', 493, 1, 0, 'Donor', 'donor', 'frontend_cms', 2, 'front_settings.donor', NULL, NULL, 1, 1, 2, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, NULL, NULL, 1, '2024-10-23 08:31:23', '2024-10-23 08:31:23'), (1743, NULL, 'front_setting', 493, 1, 0, 'Form Download', 'form-download', 'frontend_cms', 2, 'front_settings.form_download', NULL, NULL, 1, 1, 2, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, NULL, NULL, 1, '2024-10-23 08:31:23', '2024-10-23 08:31:23'), (1744, NULL, 'system_settings', NULL, 1, 0, 'Fees Collect Student Wise', 'fees_collect_student_wise', 'collect_fees', 3, 'Fees Collect Student Wise', NULL, NULL, 1, 0, 3, 0, 0, 0, 1, 0, 0, 0, 0, 1, 1, 0, NULL, NULL, 1, '2024-10-23 08:31:24', '2024-10-23 08:31:24'), (1745, NULL, 'human_resource', 712, 1, 0, 'Import Staff', 'import-staff', 'human_resource', 3, 'fees::en.feesModule.import-staff', NULL, NULL, 1, 0, 3, 0, 0, 0, 1, 0, 0, 0, 0, 1, 1, 0, NULL, NULL, 1, '2024-10-23 08:31:24', '2024-10-23 08:31:24'), (1746, NULL, 'system_settings', NULL, 1, 0, 'Weekend Store', 'weekend.store', 'general_settings', 3, 'common.weekend-store', NULL, NULL, 1, 0, 3, 0, 0, 0, 1, 0, 0, 0, 0, 1, 1, 0, NULL, NULL, 1, '2024-10-23 08:31:24', '2024-10-23 08:31:24'), (1747, NULL, NULL, 409, 1, 0, 'Update General Settings Data', 'update-general-settings-data', 'general-settings', 3, NULL, NULL, NULL, 1, 1, 409, 0, 0, 0, 1, 0, 0, 0, 0, 1, 1, 0, NULL, NULL, 1, '2024-10-23 08:31:24', '2024-10-23 08:31:24'), (1748, NULL, NULL, 351, 1, 0, 'Edit', 'transport-route-edit', 'transport-route-index', 3, NULL, NULL, NULL, 1, 1, 352, 0, 0, 0, 1, 0, 0, 0, 0, 1, 1, 0, NULL, NULL, 1, '2024-10-23 08:31:24', '2024-10-23 08:31:24'), (1749, NULL, NULL, 352, 1, 0, 'Delete', 'transport-route-delete', 'transport-route-index', 3, NULL, NULL, NULL, 1, 1, 353, 0, 0, 0, 1, 0, 0, 0, 0, 1, 1, 0, NULL, NULL, 1, '2024-10-23 08:31:24', '2024-10-23 08:31:24'), (1750, NULL, NULL, 355, 1, 0, 'Edit', 'vehicle-edit', 'vehicle-index', 3, NULL, NULL, NULL, 1, 1, 356, 0, 0, 0, 1, 0, 0, 0, 0, 1, 1, 0, NULL, NULL, 1, '2024-10-23 08:31:24', '2024-10-23 08:31:24'), (1751, NULL, NULL, 356, 1, 0, 'Delete', 'vehicle-delete', 'vehicle-index', 3, NULL, NULL, NULL, 1, 1, 357, 0, 0, 0, 1, 0, 0, 0, 0, 1, 1, 0, NULL, NULL, 1, '2024-10-23 08:31:24', '2024-10-23 08:31:24'), (1752, NULL, NULL, 356, 1, 0, 'Store', 'dormitory-list-store', 'dormitory-list-index', 3, NULL, NULL, NULL, 1, 1, 357, 0, 0, 0, 1, 0, 0, 0, 0, 1, 1, 0, NULL, NULL, 1, '2024-10-23 08:31:24', '2024-10-23 08:31:24'), (1753, NULL, NULL, 218, 1, 0, 'Create Exam Schedule', 'exam_schedule_create', 'exam_schedule', 3, NULL, NULL, NULL, 1, 1, 219, 0, 0, 0, 1, 0, 0, 0, 0, 1, 1, 0, NULL, NULL, 1, '2024-10-23 08:31:24', '2024-10-23 08:31:24'), (1754, NULL, NULL, 218, 1, 0, 'Mark as holiday Staff', 'staff-holiday-store', 'staff_attendance', 3, NULL, NULL, NULL, 1, 1, 219, 0, 0, 0, 1, 0, 0, 0, 0, 1, 1, 0, NULL, NULL, 1, '2024-10-23 08:31:24', '2024-10-23 08:31:24'), (1755, NULL, 'front_setting', 493, 1, 0, 'Speech Slider Store', 'speech-slider-store', 'speech-slider', 3, 'front_settings.speech_slider', NULL, NULL, 1, 0, 8, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, NULL, NULL, 1, '2024-10-23 08:31:24', '2024-10-23 08:31:24'), (1756, NULL, 'front_setting', 493, 1, 0, 'Speech Slider Edit', 'speech-slider-edit', 'speech-slider', 3, 'front_settings.speech_slider', NULL, NULL, 1, 0, 8, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, NULL, NULL, 1, '2024-10-23 08:31:24', '2024-10-23 08:31:24'), (1757, NULL, 'front_setting', 493, 1, 0, 'Speech Slider Update', 'speech-slider-update', 'speech-slider', 3, 'front_settings.speech_slider', NULL, NULL, 1, 0, 8, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, NULL, NULL, 1, '2024-10-23 08:31:24', '2024-10-23 08:31:24'), (1758, NULL, 'front_setting', 493, 1, 0, 'Speech Slider Delete Modal', 'speech-slider-delete-modal', 'speech-slider', 3, 'front_settings.speech_slider', NULL, NULL, 1, 0, 8, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, NULL, NULL, 1, '2024-10-23 08:31:24', '2024-10-23 08:31:24'), (1759, NULL, 'front_setting', 493, 1, 0, 'Speech Slider Delete', 'speech-slider-delete', 'speech-slider', 3, 'front_settings.speech_slider', NULL, NULL, 1, 0, 8, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, NULL, NULL, 1, '2024-10-23 08:31:24', '2024-10-23 08:31:24'), (1760, NULL, NULL, 491, 1, 0, 'Make Default Theme', 'make-default-theme', 'color-style', 3, NULL, NULL, NULL, 1, 1, 492, 0, 0, 0, 1, 0, 0, 0, 0, 1, 1, 0, NULL, NULL, 1, '2024-10-23 08:31:24', '2024-10-23 08:31:24'), (1761, NULL, NULL, 491, 1, 0, 'Theme create', 'theme-create', 'color-style', 3, NULL, NULL, NULL, 1, 1, 492, 0, 0, 0, 1, 0, 0, 0, 0, 1, 1, 0, NULL, NULL, 1, '2024-10-23 08:31:24', '2024-10-23 08:31:24'), (1762, NULL, NULL, 491, 1, 0, 'theme Store', 'theme-store', 'color-style', 3, NULL, NULL, NULL, 1, 1, 492, 0, 0, 0, 1, 0, 0, 0, 0, 1, 1, 0, NULL, NULL, 1, '2024-10-23 08:31:24', '2024-10-23 08:31:24'), (1763, NULL, NULL, 491, 1, 0, 'theme Copy', 'themes.copy', 'color-style', 3, NULL, NULL, NULL, 1, 1, 492, 0, 0, 0, 1, 0, 0, 0, 0, 1, 1, 0, NULL, NULL, 1, '2024-10-23 08:31:24', '2024-10-23 08:31:24'), (1764, NULL, 'students_report', 538, 1, 0, 'Student Transport Report', 'student_transport_report', 'students_report', 2, 'reports.student_transport_report', NULL, NULL, 1, 1, 1, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, NULL, NULL, 1, '2024-10-23 08:31:24', '2024-10-23 08:31:24'), (1765, NULL, NULL, 707, 1, 0, 'Save Exam Settings', 'save-exam-content', 'exam-settings', 3, NULL, NULL, NULL, 1, 1, 708, 0, 0, 0, 1, 0, 0, 0, 0, 1, 1, 0, NULL, NULL, 1, '2024-10-23 08:31:24', '2024-10-23 08:31:24'), (1766, NULL, NULL, 707, 1, 0, 'Delete Content', 'delete-content', 'exam-settings', 3, NULL, NULL, NULL, 1, 1, 708, 0, 0, 0, 1, 0, 0, 0, 0, 1, 1, 0, NULL, NULL, 1, '2024-10-23 08:31:24', '2024-10-23 08:31:24'), (1767, NULL, NULL, 707, 1, 0, 'Update Exam Content', 'update-exam-content', 'exam-settings', 3, NULL, NULL, NULL, 1, 1, 708, 0, 0, 0, 1, 0, 0, 0, 0, 1, 1, 0, NULL, NULL, 1, '2024-10-23 08:31:24', '2024-10-23 08:31:24'), (1768, NULL, NULL, 707, 1, 0, 'Delete Holiday', 'delete-holiday-data', 'holiday', 3, NULL, NULL, NULL, 1, 1, 708, 0, 0, 0, 1, 0, 0, 0, 0, 1, 1, 0, NULL, NULL, 1, '2024-10-23 08:31:24', '2024-10-23 08:31:24'), (1769, NULL, NULL, 707, 1, 0, 'Store', 'donor-store', 'donor', 3, NULL, NULL, NULL, 1, 1, 708, 0, 0, 0, 1, 0, 0, 0, 0, 1, 1, 0, NULL, NULL, 1, '2024-10-23 08:31:24', '2024-10-23 08:31:24'), (1770, NULL, NULL, 707, 1, 0, 'Edit', 'donor-edit', 'donor', 3, NULL, NULL, NULL, 1, 1, 708, 0, 0, 0, 1, 0, 0, 0, 0, 1, 1, 0, NULL, NULL, 1, '2024-10-23 08:31:24', '2024-10-23 08:31:24'), (1771, NULL, NULL, 707, 1, 0, 'Update', 'donor-update', 'donor', 3, NULL, NULL, NULL, 1, 1, 708, 0, 0, 0, 1, 0, 0, 0, 0, 1, 1, 0, NULL, NULL, 1, '2024-10-23 08:31:24', '2024-10-23 08:31:24'), (1772, NULL, NULL, 707, 1, 0, 'Delete', 'donor-delete', 'donor', 3, NULL, NULL, NULL, 1, 1, 708, 0, 0, 0, 1, 0, 0, 0, 0, 1, 1, 0, NULL, NULL, 1, '2024-10-23 08:31:24', '2024-10-23 08:31:24'), (1773, NULL, NULL, 707, 1, 0, 'Delete Modal', 'donor-delete-modal', 'donor', 3, NULL, NULL, NULL, 1, 1, 708, 0, 0, 0, 1, 0, 0, 0, 0, 1, 1, 0, NULL, NULL, 1, '2024-10-23 08:31:24', '2024-10-23 08:31:24'), (1774, NULL, NULL, 707, 1, 0, 'Store', 'form-download-store', 'form-download', 3, NULL, NULL, NULL, 1, 1, 708, 0, 0, 0, 1, 0, 0, 0, 0, 1, 1, 0, NULL, NULL, 1, '2024-10-23 08:31:24', '2024-10-23 08:31:24'), (1775, NULL, NULL, 707, 1, 0, 'Store', 'form-download-edit', 'form-download', 3, NULL, NULL, NULL, 1, 1, 708, 0, 0, 0, 1, 0, 0, 0, 0, 1, 1, 0, NULL, NULL, 1, '2024-10-23 08:31:24', '2024-10-23 08:31:24'), (1776, NULL, NULL, 707, 1, 0, 'Update', 'form-download-update', 'form-download', 3, NULL, NULL, NULL, 1, 1, 708, 0, 0, 0, 1, 0, 0, 0, 0, 1, 1, 0, NULL, NULL, 1, '2024-10-23 08:31:24', '2024-10-23 08:31:24'), (1777, NULL, NULL, 707, 1, 0, 'Delete Modal', 'form-download-delete-modal', 'form-download', 3, NULL, NULL, NULL, 1, 1, 708, 0, 0, 0, 1, 0, 0, 0, 0, 1, 1, 0, NULL, NULL, 1, '2024-10-23 08:31:24', '2024-10-23 08:31:24'), (1778, NULL, NULL, 707, 1, 0, 'Delete', 'form-download-delete', 'form-download', 3, NULL, NULL, NULL, 1, 1, 708, 0, 0, 0, 1, 0, 0, 0, 0, 1, 1, 0, NULL, NULL, 1, '2024-10-23 08:31:24', '2024-10-23 08:31:24'), (1779, NULL, NULL, 707, 1, 0, 'Store', 'home-slider-store', 'home-slider', 3, NULL, NULL, NULL, 1, 1, 708, 0, 0, 0, 1, 0, 0, 0, 0, 1, 1, 0, NULL, NULL, 1, '2024-10-23 08:31:24', '2024-10-23 08:31:24'), (1780, NULL, NULL, 707, 1, 0, 'Edit', 'home-slider-edit', 'home-slider', 3, NULL, NULL, NULL, 1, 1, 708, 0, 0, 0, 1, 0, 0, 0, 0, 1, 1, 0, NULL, NULL, 1, '2024-10-23 08:31:24', '2024-10-23 08:31:24'), (1781, NULL, NULL, 707, 1, 0, 'Update', 'home-slider-update', 'home-slider', 3, NULL, NULL, NULL, 1, 1, 708, 0, 0, 0, 1, 0, 0, 0, 0, 1, 1, 0, NULL, NULL, 1, '2024-10-23 08:31:24', '2024-10-23 08:31:24'), (1782, NULL, NULL, 707, 1, 0, 'Delete Modal', 'home-slider-delete-modal', 'home-slider', 3, NULL, NULL, NULL, 1, 1, 708, 0, 0, 0, 1, 0, 0, 0, 0, 1, 1, 0, NULL, NULL, 1, '2024-10-23 08:31:24', '2024-10-23 08:31:24'), (1783, NULL, NULL, 707, 1, 0, 'Delete', 'home-slider-delete', 'home-slider', 3, NULL, NULL, NULL, 1, 1, 708, 0, 0, 0, 1, 0, 0, 0, 0, 1, 1, 0, NULL, NULL, 1, '2024-10-23 08:31:24', '2024-10-23 08:31:24'), (1784, NULL, NULL, 707, 1, 0, 'Store', 'expert-teacher-store', 'expert-teacher', 3, NULL, NULL, NULL, 1, 1, 708, 0, 0, 0, 1, 0, 0, 0, 0, 1, 1, 0, NULL, NULL, 1, '2024-10-23 08:31:24', '2024-10-23 08:31:24'), (1785, NULL, NULL, 707, 1, 0, 'Edit', 'expert-teacher-edit', 'expert-teacher', 3, NULL, NULL, NULL, 1, 1, 708, 0, 0, 0, 1, 0, 0, 0, 0, 1, 1, 0, NULL, NULL, 1, '2024-10-23 08:31:24', '2024-10-23 08:31:24'), (1786, NULL, NULL, 707, 1, 0, 'Update', 'expert-teacher-update', 'expert-teacher', 3, NULL, NULL, NULL, 1, 1, 708, 0, 0, 0, 1, 0, 0, 0, 0, 1, 1, 0, NULL, NULL, 1, '2024-10-23 08:31:24', '2024-10-23 08:31:24'), (1787, NULL, NULL, 707, 1, 0, 'Delete Modal', 'expert-teacher-delete-modal', 'expert-teacher', 3, NULL, NULL, NULL, 1, 1, 708, 0, 0, 0, 1, 0, 0, 0, 0, 1, 1, 0, NULL, NULL, 1, '2024-10-23 08:31:24', '2024-10-23 08:31:24'), (1788, NULL, NULL, 707, 1, 0, 'Delete', 'expert-teacher-delete', 'expert-teacher', 3, NULL, NULL, NULL, 1, 1, 708, 0, 0, 0, 1, 0, 0, 0, 0, 1, 1, 0, NULL, NULL, 1, '2024-10-23 08:31:24', '2024-10-23 08:31:24'), (1789, NULL, NULL, 707, 1, 0, 'Store', 'photo-gallery-store', 'photo-gallery', 3, NULL, NULL, NULL, 1, 1, 708, 0, 0, 0, 1, 0, 0, 0, 0, 1, 1, 0, NULL, NULL, 1, '2024-10-23 08:31:24', '2024-10-23 08:31:24'), (1790, NULL, NULL, 707, 1, 0, 'Edit', 'photo-gallery-edit', 'photo-gallery', 3, NULL, NULL, NULL, 1, 1, 708, 0, 0, 0, 1, 0, 0, 0, 0, 1, 1, 0, NULL, NULL, 1, '2024-10-23 08:31:24', '2024-10-23 08:31:24'), (1791, NULL, NULL, 707, 1, 0, 'Update', 'photo-gallery-update', 'photo-gallery', 3, NULL, NULL, NULL, 1, 1, 708, 0, 0, 0, 1, 0, 0, 0, 0, 1, 1, 0, NULL, NULL, 1, '2024-10-23 08:31:24', '2024-10-23 08:31:24'), (1792, NULL, NULL, 707, 1, 0, 'Delete Modal', 'photo-gallery-delete-modal', 'photo-gallery', 3, NULL, NULL, NULL, 1, 1, 708, 0, 0, 0, 1, 0, 0, 0, 0, 1, 1, 0, NULL, NULL, 1, '2024-10-23 08:31:24', '2024-10-23 08:31:24'), (1793, NULL, NULL, 707, 1, 0, 'Delete', 'photo-gallery-delete', 'photo-gallery', 3, NULL, NULL, NULL, 1, 1, 708, 0, 0, 0, 1, 0, 0, 0, 0, 1, 1, 0, NULL, NULL, 1, '2024-10-23 08:31:24', '2024-10-23 08:31:24'), (1794, NULL, NULL, 707, 1, 0, 'View Photo', 'photo-gallery-view-modal', 'photo-gallery', 3, NULL, NULL, NULL, 1, 1, 708, 0, 0, 0, 1, 0, 0, 0, 0, 1, 1, 0, NULL, NULL, 1, '2024-10-23 08:31:24', '2024-10-23 08:31:24'), (1795, NULL, NULL, 707, 1, 0, 'Store', 'video-gallery-store', 'video-gallery', 3, NULL, NULL, NULL, 1, 1, 708, 0, 0, 0, 1, 0, 0, 0, 0, 1, 1, 0, NULL, NULL, 1, '2024-10-23 08:31:24', '2024-10-23 08:31:24'), (1796, NULL, NULL, 707, 1, 0, 'Edit', 'video-gallery-edit', 'video-gallery', 3, NULL, NULL, NULL, 1, 1, 708, 0, 0, 0, 1, 0, 0, 0, 0, 1, 1, 0, NULL, NULL, 1, '2024-10-23 08:31:24', '2024-10-23 08:31:24'), (1797, NULL, NULL, 707, 1, 0, 'Update', 'video-gallery-update', 'video-gallery', 3, NULL, NULL, NULL, 1, 1, 708, 0, 0, 0, 1, 0, 0, 0, 0, 1, 1, 0, NULL, NULL, 1, '2024-10-23 08:31:24', '2024-10-23 08:31:24'), (1798, NULL, NULL, 707, 1, 0, 'Delete Modal', 'video-gallery-delete-modal', 'video-gallery', 3, NULL, NULL, NULL, 1, 1, 708, 0, 0, 0, 1, 0, 0, 0, 0, 1, 1, 0, NULL, NULL, 1, '2024-10-23 08:31:24', '2024-10-23 08:31:24'), (1799, NULL, NULL, 707, 1, 0, 'Delete', 'video-gallery-delete', 'video-gallery', 3, NULL, NULL, NULL, 1, 1, 708, 0, 0, 0, 1, 0, 0, 0, 0, 1, 1, 0, NULL, NULL, 1, '2024-10-23 08:31:24', '2024-10-23 08:31:24'), (1800, NULL, NULL, 707, 1, 0, 'View Video', 'video-gallery-view-modal', 'video-gallery', 3, NULL, NULL, NULL, 1, 1, 708, 0, 0, 0, 1, 0, 0, 0, 0, 1, 1, 0, NULL, NULL, 1, '2024-10-23 08:31:24', '2024-10-23 08:31:24'), (1801, NULL, NULL, 707, 1, 0, 'Store', 'front-result-store', 'front-result', 3, NULL, NULL, NULL, 1, 1, 708, 0, 0, 0, 1, 0, 0, 0, 0, 1, 1, 0, NULL, NULL, 1, '2024-10-23 08:31:24', '2024-10-23 08:31:24'), (1802, NULL, NULL, 707, 1, 0, 'Edit', 'front-result-edit', 'front-result', 3, NULL, NULL, NULL, 1, 1, 708, 0, 0, 0, 1, 0, 0, 0, 0, 1, 1, 0, NULL, NULL, 1, '2024-10-23 08:31:24', '2024-10-23 08:31:24'), (1803, NULL, NULL, 707, 1, 0, 'Update', 'front-result-update', 'front-result', 3, NULL, NULL, NULL, 1, 1, 708, 0, 0, 0, 1, 0, 0, 0, 0, 1, 1, 0, NULL, NULL, 1, '2024-10-23 08:31:24', '2024-10-23 08:31:24'), (1804, NULL, NULL, 707, 1, 0, 'Delete Modal', 'front-result-delete-modal', 'front-result', 3, NULL, NULL, NULL, 1, 1, 708, 0, 0, 0, 1, 0, 0, 0, 0, 1, 1, 0, NULL, NULL, 1, '2024-10-23 08:31:24', '2024-10-23 08:31:24'), (1805, NULL, NULL, 707, 1, 0, 'Delete Modal', 'front-result-delete', 'front-result', 3, NULL, NULL, NULL, 1, 1, 708, 0, 0, 0, 1, 0, 0, 0, 0, 1, 1, 0, NULL, NULL, 1, '2024-10-23 08:31:24', '2024-10-23 08:31:24'), (1806, NULL, NULL, 707, 1, 0, 'Store', 'front-class-routine-store', 'front-class-routine', 3, NULL, NULL, NULL, 1, 1, 708, 0, 0, 0, 1, 0, 0, 0, 0, 1, 1, 0, NULL, NULL, 1, '2024-10-23 08:31:24', '2024-10-23 08:31:24'), (1807, NULL, NULL, 707, 1, 0, 'Edit', 'front-class-routine-edit', 'front-class-routine', 3, NULL, NULL, NULL, 1, 1, 708, 0, 0, 0, 1, 0, 0, 0, 0, 1, 1, 0, NULL, NULL, 1, '2024-10-23 08:31:24', '2024-10-23 08:31:24'), (1808, NULL, NULL, 707, 1, 0, 'Update', 'front-class-routine-update', 'front-class-routine', 3, NULL, NULL, NULL, 1, 1, 708, 0, 0, 0, 1, 0, 0, 0, 0, 1, 1, 0, NULL, NULL, 1, '2024-10-23 08:31:24', '2024-10-23 08:31:24'), (1809, NULL, NULL, 707, 1, 0, 'Delete Modal', 'front-class-routine-delete-modal', 'front-class-routine', 3, NULL, NULL, NULL, 1, 1, 708, 0, 0, 0, 1, 0, 0, 0, 0, 1, 1, 0, NULL, NULL, 1, '2024-10-23 08:31:24', '2024-10-23 08:31:24'), (1810, NULL, NULL, 707, 1, 0, 'Delete', 'front-class-routine-delete', 'front-class-routine', 3, NULL, NULL, NULL, 1, 1, 708, 0, 0, 0, 1, 0, 0, 0, 0, 1, 1, 0, NULL, NULL, 1, '2024-10-23 08:31:24', '2024-10-23 08:31:24'), (1811, NULL, NULL, 707, 1, 0, 'Store', 'front-exam-routine-store', 'front-exam-routine', 3, NULL, NULL, NULL, 1, 1, 708, 0, 0, 0, 1, 0, 0, 0, 0, 1, 1, 0, NULL, NULL, 1, '2024-10-23 08:31:24', '2024-10-23 08:31:24'), (1812, NULL, NULL, 707, 1, 0, 'Edit', 'front-exam-routine-edit', 'front-exam-routine', 3, NULL, NULL, NULL, 1, 1, 708, 0, 0, 0, 1, 0, 0, 0, 0, 1, 1, 0, NULL, NULL, 1, '2024-10-23 08:31:24', '2024-10-23 08:31:24'), (1813, NULL, NULL, 707, 1, 0, 'Update', 'front-exam-routine-update', 'front-exam-routine', 3, NULL, NULL, NULL, 1, 1, 708, 0, 0, 0, 1, 0, 0, 0, 0, 1, 1, 0, NULL, NULL, 1, '2024-10-23 08:31:24', '2024-10-23 08:31:24'), (1814, NULL, NULL, 707, 1, 0, 'Delete Modal', 'front-exam-routine-delete-modal', 'front-exam-routine', 3, NULL, NULL, NULL, 1, 1, 708, 0, 0, 0, 1, 0, 0, 0, 0, 1, 1, 0, NULL, NULL, 1, '2024-10-23 08:31:24', '2024-10-23 08:31:24'), (1815, NULL, NULL, 707, 1, 0, 'Delete', 'front-exam-routine-delete', 'front-exam-routine', 3, NULL, NULL, NULL, 1, 1, 708, 0, 0, 0, 1, 0, 0, 0, 0, 1, 1, 0, NULL, NULL, 1, '2024-10-23 08:31:24', '2024-10-23 08:31:24'), (1816, NULL, NULL, 707, 1, 0, 'Store', 'front-academic-calendar-store', 'front-academic-calendar', 3, NULL, NULL, NULL, 1, 1, 708, 0, 0, 0, 1, 0, 0, 0, 0, 1, 1, 0, NULL, NULL, 1, '2024-10-23 08:31:24', '2024-10-23 08:31:24'), (1817, NULL, NULL, 707, 1, 0, 'Edit', 'front-academic-calendar-edit', 'front-academic-calendar', 3, NULL, NULL, NULL, 1, 1, 708, 0, 0, 0, 1, 0, 0, 0, 0, 1, 1, 0, NULL, NULL, 1, '2024-10-23 08:31:24', '2024-10-23 08:31:24'), (1818, NULL, NULL, 707, 1, 0, 'Update', 'front-academic-calendar-update', 'front-academic-calendar', 3, NULL, NULL, NULL, 1, 1, 708, 0, 0, 0, 1, 0, 0, 0, 0, 1, 1, 0, NULL, NULL, 1, '2024-10-23 08:31:24', '2024-10-23 08:31:24'), (1819, NULL, NULL, 707, 1, 0, 'Delete Modal', 'front-academic-calendar-delete-modal', 'front-academic-calendar', 3, NULL, NULL, NULL, 1, 1, 708, 0, 0, 0, 1, 0, 0, 0, 0, 1, 1, 0, NULL, NULL, 1, '2024-10-23 08:31:24', '2024-10-23 08:31:24'), (1820, NULL, NULL, 707, 1, 0, 'Delete', 'front-academic-calendar-delete', 'front-academic-calendar', 3, NULL, NULL, NULL, 1, 1, 708, 0, 0, 0, 1, 0, 0, 0, 0, 1, 1, 0, NULL, NULL, 1, '2024-10-23 08:31:24', '2024-10-23 08:31:24'), (1821, 'fees_collection', 'system_settings', 1124, 1, 0, 'Fees Invoice Settings', 'invoice-settings', 'fees_settings', 2, 'Fees Invoice Settings', NULL, NULL, 1, 1, 0, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, NULL, NULL, 1, '2024-10-23 08:31:24', '2024-10-23 08:31:24'); -- -------------------------------------------------------- -- -- Table structure for table `permission_sections` -- CREATE TABLE `permission_sections` ( `id` bigint(20) UNSIGNED NOT NULL, `name` varchar(191) DEFAULT NULL, `position` int(11) NOT NULL DEFAULT 9999, `user_id` int(11) NOT NULL DEFAULT 1, `school_id` int(10) UNSIGNED DEFAULT 1, `saas` 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; -- -- Dumping data for table `permission_sections` -- INSERT INTO `permission_sections` (`id`, `name`, `position`, `user_id`, `school_id`, `saas`, `created_at`, `updated_at`) VALUES (1, '', 1, 1, 1, 0, NULL, NULL); -- -------------------------------------------------------- -- -- Table structure for table `plugins` -- CREATE TABLE `plugins` ( `id` bigint(20) UNSIGNED NOT NULL, `name` varchar(191) NOT NULL, `is_enable` tinyint(1) NOT NULL DEFAULT 0, `availability` varchar(191) NOT NULL DEFAULT 'both', `show_admin_panel` tinyint(1) NOT NULL DEFAULT 0, `show_website` tinyint(1) NOT NULL DEFAULT 1, `showing_page` varchar(191) NOT NULL DEFAULT 'all', `applicable_for` varchar(191) DEFAULT NULL, `position` varchar(191) DEFAULT NULL, `short_code` varchar(50) DEFAULT NULL, `school_id` int(10) UNSIGNED 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 `plugins` -- INSERT INTO `plugins` (`id`, `name`, `is_enable`, `availability`, `show_admin_panel`, `show_website`, `showing_page`, `applicable_for`, `position`, `short_code`, `school_id`, `created_at`, `updated_at`) VALUES (1, 'tawk', 0, 'both', 0, 1, 'all', NULL, NULL, NULL, 1, '2024-10-23 08:31:23', '2024-10-23 08:31:23'), (2, 'messenger', 0, 'both', 0, 1, 'all', NULL, NULL, NULL, 1, '2024-10-23 08:31:23', '2024-10-23 08:31:23'); -- -------------------------------------------------------- -- -- Table structure for table `roles` -- CREATE TABLE `roles` ( `id` int(10) UNSIGNED NOT NULL, `name` varchar(100) DEFAULT NULL, `type` varchar(191) NOT NULL DEFAULT 'System', `active_status` tinyint(4) NOT NULL DEFAULT 1, `created_by` varchar(191) DEFAULT '1', `updated_by` varchar(191) DEFAULT '1', `created_at` timestamp NULL DEFAULT NULL, `updated_at` timestamp NULL DEFAULT NULL, `school_id` int(10) UNSIGNED DEFAULT 1 ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -- Dumping data for table `roles` -- INSERT INTO `roles` (`id`, `name`, `type`, `active_status`, `created_by`, `updated_by`, `created_at`, `updated_at`, `school_id`) VALUES (1, 'Super admin', 'System', 1, '1', '1', '2024-10-23 08:31:07', NULL, 1), (2, 'Student', 'System', 1, '1', '1', '2024-10-23 08:31:07', NULL, 1), (3, 'Parents', 'System', 1, '1', '1', '2024-10-23 08:31:07', NULL, 1), (4, 'Teacher', 'System', 1, '1', '1', '2024-10-23 08:31:07', NULL, 1), (5, 'Admin', 'System', 1, '1', '1', '2024-10-23 08:31:07', NULL, 1), (6, 'Accountant', 'System', 1, '1', '1', '2024-10-23 08:31:07', NULL, 1), (7, 'Receptionist', 'System', 1, '1', '1', '2024-10-23 08:31:07', NULL, 1), (8, 'Librarian', 'System', 1, '1', '1', '2024-10-23 08:31:07', NULL, 1), (9, 'Driver', 'System', 1, '1', '1', '2024-10-23 08:31:07', NULL, 1); -- -------------------------------------------------------- -- -- Table structure for table `school_modules` -- CREATE TABLE `school_modules` ( `id` bigint(20) UNSIGNED NOT NULL, `modules` longtext DEFAULT NULL, `menus` longtext DEFAULT NULL, `module_name` varchar(191) DEFAULT NULL, `active_status` tinyint(4) NOT NULL DEFAULT 1, `updated_by` int(11) DEFAULT NULL, `school_id` int(10) UNSIGNED 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 `seat_plans` -- CREATE TABLE `seat_plans` ( `id` bigint(20) UNSIGNED NOT NULL, `student_record_id` int(11) NOT NULL, `exam_type_id` int(11) NOT NULL, `created_by` int(11) NOT NULL, `school_id` int(10) UNSIGNED DEFAULT 1, `academic_id` int(10) UNSIGNED DEFAULT 1, `active_status` int(11) 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 `seat_plan_settings` -- CREATE TABLE `seat_plan_settings` ( `id` bigint(20) UNSIGNED NOT NULL, `school_name` tinyint(1) DEFAULT NULL, `student_photo` tinyint(1) DEFAULT NULL, `student_name` tinyint(1) DEFAULT NULL, `admission_no` tinyint(1) DEFAULT NULL, `class_section` tinyint(1) DEFAULT NULL, `exam_name` tinyint(1) DEFAULT NULL, `roll_no` tinyint(1) DEFAULT NULL, `academic_year` tinyint(1) DEFAULT NULL, `school_id` int(10) UNSIGNED DEFAULT 1, `academic_id` int(10) UNSIGNED 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 `seat_plan_settings` -- INSERT INTO `seat_plan_settings` (`id`, `school_name`, `student_photo`, `student_name`, `admission_no`, `class_section`, `exam_name`, `roll_no`, `academic_year`, `school_id`, `academic_id`, `created_at`, `updated_at`) VALUES (1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, '2024-10-23 08:31:16', '2024-10-23 08:31:16'); -- -------------------------------------------------------- -- -- Table structure for table `sidebars` -- CREATE TABLE `sidebars` ( `id` bigint(20) UNSIGNED NOT NULL, `permission_id` int(11) DEFAULT NULL, `position` int(11) DEFAULT NULL, `section_id` int(11) DEFAULT 1, `parent` int(11) DEFAULT NULL, `parent_route` int(11) DEFAULT NULL, `level` int(11) DEFAULT NULL COMMENT '1=paren, 2=child, 3=sub-child', `user_id` int(10) UNSIGNED DEFAULT NULL, `is_saas` tinyint(4) NOT NULL DEFAULT 0, `ignore` int(11) NOT NULL DEFAULT 0, `role_id` int(11) DEFAULT NULL, `active_status` tinyint(4) NOT NULL DEFAULT 1, `school_id` int(10) UNSIGNED 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 `sidebars` -- INSERT INTO `sidebars` (`id`, `permission_id`, `position`, `section_id`, `parent`, `parent_route`, `level`, `user_id`, `is_saas`, `ignore`, `role_id`, `active_status`, `school_id`, `created_at`, `updated_at`) VALUES (1, 1702, 295, 1, NULL, NULL, NULL, 1, 0, 0, 1, 1, 1, '2024-10-23 14:31:37', '2024-10-23 14:31:38'), (2, 1703, 296, 1, NULL, NULL, NULL, 1, 0, 0, 1, 1, 1, '2024-10-23 14:31:37', '2024-10-23 14:31:38'), (3, 1704, 297, 1, NULL, NULL, NULL, 1, 0, 0, 1, 1, 1, '2024-10-23 14:31:37', '2024-10-23 14:31:38'), (4, 1705, 298, 1, NULL, NULL, NULL, 1, 0, 0, 1, 1, 1, '2024-10-23 14:31:37', '2024-10-23 14:31:38'), (5, 1706, 299, 1, NULL, NULL, NULL, 1, 0, 0, 1, 1, 1, '2024-10-23 14:31:37', '2024-10-23 14:31:38'), (6, 1707, 300, 1, NULL, NULL, NULL, 1, 0, 0, 1, 1, 1, '2024-10-23 14:31:37', '2024-10-23 14:31:38'), (7, 1708, 301, 1, NULL, NULL, NULL, 1, 0, 0, 1, 1, 1, '2024-10-23 14:31:37', '2024-10-23 14:31:38'), (8, 1709, 302, 1, NULL, NULL, NULL, 1, 0, 0, 1, 1, 1, '2024-10-23 14:31:37', '2024-10-23 14:31:38'), (9, 1710, 303, 1, NULL, NULL, NULL, 1, 0, 0, 1, 1, 1, '2024-10-23 14:31:37', '2024-10-23 14:31:38'), (10, 1711, 304, 1, NULL, NULL, NULL, 1, 0, 0, 1, 1, 1, '2024-10-23 14:31:37', '2024-10-23 14:31:38'), (11, 415, 2, 1, 1286, NULL, 1, 1, 0, 0, 1, 1, 1, '2024-10-23 14:31:37', '2024-10-23 14:31:37'), (12, 544, 3, 1, 1414, NULL, 1, 1, 0, 0, 1, 1, 1, '2024-10-23 14:31:37', '2024-10-23 14:31:37'), (13, 549, 4, 1, 1414, NULL, 1, 1, 0, 0, 1, 1, 1, '2024-10-23 14:31:37', '2024-10-23 14:31:37'), (14, 874, 6, 1, 1702, NULL, 1, 1, 0, 0, 1, 1, 1, '2024-10-23 14:31:37', '2024-10-23 15:26:42'), (15, 884, 7, 1, 1702, NULL, 1, 1, 0, 0, 1, 1, 1, '2024-10-23 14:31:37', '2024-10-23 15:26:42'), (16, 885, 1, 1, 1703, NULL, 1, 1, 0, 0, 1, 1, 1, '2024-10-23 14:31:37', '2024-10-23 15:26:42'), (17, 886, 1, 1, 885, NULL, 2, 1, 0, 0, 1, 1, 1, '2024-10-23 14:31:37', '2024-10-23 15:26:42'), (18, 890, 2, 1, 885, NULL, 2, 1, 0, 0, 1, 1, 1, '2024-10-23 14:31:37', '2024-10-23 15:26:42'), (19, 895, 3, 1, 885, NULL, 2, 1, 0, 0, 1, 1, 1, '2024-10-23 14:31:37', '2024-10-23 15:26:42'), (20, 901, 4, 1, 885, NULL, 2, 1, 0, 0, 1, 1, 1, '2024-10-23 14:31:37', '2024-10-23 15:26:42'), (21, 906, 6, 1, 885, NULL, 2, 1, 0, 0, 1, 1, 1, '2024-10-23 14:31:37', '2024-10-23 15:26:42'), (22, 911, 7, 1, 885, NULL, 2, 1, 0, 0, 1, 1, 1, '2024-10-23 14:31:37', '2024-10-23 15:26:42'), (23, 915, 5, 1, 885, NULL, 2, 1, 0, 0, 1, 1, 1, '2024-10-23 14:31:37', '2024-10-23 15:26:42'), (24, 919, 8, 1, 885, NULL, 2, 1, 0, 0, 1, 1, 1, '2024-10-23 14:31:37', '2024-10-23 15:26:42'), (25, 923, 9, 1, 885, NULL, 2, 1, 0, 0, 1, 1, 1, '2024-10-23 14:31:37', '2024-10-23 15:26:42'), (26, 927, 10, 1, 885, NULL, 2, 1, 0, 0, 1, 1, 1, '2024-10-23 14:31:37', '2024-10-23 15:26:42'), (27, 928, 11, 1, 885, NULL, 2, 1, 0, 0, 1, 1, 1, '2024-10-23 14:31:37', '2024-10-23 15:26:42'), (28, 929, 20, 1, 1704, NULL, 1, 1, 0, 0, 1, 1, 1, '2024-10-23 14:31:37', '2024-10-23 15:26:42'), (29, 930, 21, 1, 929, NULL, 2, 1, 0, 0, 1, 1, 1, '2024-10-23 14:31:37', '2024-10-23 15:26:42'), (30, 934, 22, 1, 929, NULL, 2, 1, 0, 0, 1, 1, 1, '2024-10-23 14:31:37', '2024-10-23 15:26:42'), (31, 936, 23, 1, 929, NULL, 2, 1, 0, 0, 1, 1, 1, '2024-10-23 14:31:37', '2024-10-23 15:26:42'), (32, 942, 24, 1, 929, NULL, 2, 1, 0, 0, 1, 1, 1, '2024-10-23 14:31:37', '2024-10-23 15:26:42'), (33, 943, 25, 1, 929, NULL, 2, 1, 0, 0, 1, 1, 1, '2024-10-23 14:31:37', '2024-10-23 15:26:42'), (34, 944, 26, 1, 929, NULL, 2, 1, 0, 0, 1, 1, 1, '2024-10-23 14:31:37', '2024-10-23 15:26:42'), (35, 945, 27, 1, 929, NULL, 2, 1, 0, 0, 1, 1, 1, '2024-10-23 14:31:37', '2024-10-23 15:26:42'), (36, 947, 28, 1, 1714, NULL, 2, 1, 0, 0, 1, 1, 1, '2024-10-23 14:31:37', '2024-10-23 15:26:42'), (37, 948, 29, 1, 929, NULL, 2, 1, 0, 0, 1, 1, 1, '2024-10-23 14:31:37', '2024-10-23 15:26:42'), (38, 952, 30, 1, 929, NULL, 2, 1, 0, 0, 1, 1, 1, '2024-10-23 14:31:37', '2024-10-23 15:26:42'), (39, 954, 31, 1, 929, NULL, 2, 1, 0, 0, 1, 1, 1, '2024-10-23 14:31:37', '2024-10-23 15:26:42'), (40, 958, 32, 1, 929, NULL, 2, 1, 0, 0, 1, 1, 1, '2024-10-23 14:31:37', '2024-10-23 15:26:42'), (41, 960, 33, 1, 1714, NULL, 2, 1, 0, 0, 1, 1, 1, '2024-10-23 14:31:37', '2024-10-23 15:26:42'), (42, 962, 34, 1, 929, NULL, 2, 1, 0, 0, 1, 1, 1, '2024-10-23 14:31:37', '2024-10-23 15:26:42'), (43, 965, 35, 1, 929, NULL, 2, 1, 0, 0, 1, 1, 1, '2024-10-23 14:31:37', '2024-10-23 15:26:42'), (44, 966, 36, 1, 1414, NULL, 2, 1, 0, 0, 1, 1, 1, '2024-10-23 14:31:37', '2024-10-23 15:26:42'), (45, 967, 37, 1, 1414, NULL, 2, 1, 0, 0, 1, 1, 1, '2024-10-23 14:31:37', '2024-10-23 15:26:42'), (46, 968, 38, 1, 1704, NULL, 1, 1, 0, 0, 1, 1, 1, '2024-10-23 14:31:37', '2024-10-23 15:26:42'), (47, 969, 39, 1, 968, NULL, 2, 1, 0, 0, 1, 1, 1, '2024-10-23 14:31:37', '2024-10-23 15:26:42'), (48, 973, 40, 1, 968, NULL, 2, 1, 0, 0, 1, 1, 1, '2024-10-23 14:31:37', '2024-10-23 15:26:42'), (49, 976, 41, 1, 968, NULL, 2, 1, 0, 0, 1, 1, 1, '2024-10-23 14:31:37', '2024-10-23 15:26:42'), (50, 977, 42, 1, 968, NULL, 2, 1, 0, 0, 1, 1, 1, '2024-10-23 14:31:37', '2024-10-23 15:26:42'), (51, 978, 43, 1, 968, NULL, 2, 1, 0, 0, 1, 1, 1, '2024-10-23 14:31:37', '2024-10-23 15:26:42'), (52, 979, 44, 1, 968, NULL, 2, 1, 0, 0, 1, 1, 1, '2024-10-23 14:31:37', '2024-10-23 15:26:42'), (53, 982, 45, 1, 968, NULL, 2, 1, 0, 0, 1, 1, 1, '2024-10-23 14:31:37', '2024-10-23 15:26:42'), (54, 983, 2, 1, 1703, NULL, 1, 1, 0, 0, 1, 1, 1, '2024-10-23 14:31:37', '2024-10-23 15:26:42'), (55, 984, 1, 1, 983, NULL, 2, 1, 0, 0, 1, 1, 1, '2024-10-23 14:31:37', '2024-10-23 15:26:42'), (56, 985, 2, 1, 983, NULL, 2, 1, 0, 0, 1, 1, 1, '2024-10-23 14:31:37', '2024-10-23 15:26:42'), (57, 989, 3, 1, 983, NULL, 2, 1, 0, 0, 1, 1, 1, '2024-10-23 14:31:37', '2024-10-23 15:26:42'), (58, 993, 4, 1, 983, NULL, 2, 1, 0, 0, 1, 1, 1, '2024-10-23 14:31:37', '2024-10-23 15:26:42'), (59, 997, 5, 1, 983, NULL, 2, 1, 0, 0, 1, 1, 1, '2024-10-23 14:31:37', '2024-10-23 15:26:42'), (60, 1001, 6, 1, 983, NULL, 2, 1, 0, 0, 1, 1, 1, '2024-10-23 14:31:37', '2024-10-23 15:26:42'), (61, 1004, 7, 1, 983, NULL, 2, 1, 0, 0, 1, 1, 1, '2024-10-23 14:31:37', '2024-10-23 15:26:42'), (62, 1008, 8, 1, 983, NULL, 2, 1, 0, 0, 1, 1, 1, '2024-10-23 14:31:37', '2024-10-23 15:26:42'), (63, 1012, 3, 1, 1703, NULL, 1, 1, 0, 0, 1, 1, 1, '2024-10-23 14:31:37', '2024-10-23 15:26:42'), (64, 1013, 1, 1, 1012, NULL, 2, 1, 0, 0, 1, 1, 1, '2024-10-23 14:31:37', '2024-10-23 15:26:42'), (65, 1018, 2, 1, 1012, NULL, 2, 1, 0, 0, 1, 1, 1, '2024-10-23 14:31:37', '2024-10-23 15:26:42'), (66, 1022, 3, 1, 1012, NULL, 2, 1, 0, 0, 1, 1, 1, '2024-10-23 14:31:37', '2024-10-23 15:26:42'), (67, 1026, 4, 1, 1012, NULL, 2, 1, 0, 0, 1, 1, 1, '2024-10-23 14:31:37', '2024-10-23 15:26:42'), (68, 1030, 4, 1, 1703, NULL, 1, 1, 0, 0, 1, 1, 1, '2024-10-23 14:31:37', '2024-10-23 15:26:42'), (69, 1031, 1, 1, 1030, NULL, 2, 1, 0, 0, 1, 1, 1, '2024-10-23 14:31:37', '2024-10-23 15:26:42'), (70, 1035, 2, 1, 1030, NULL, 2, 1, 0, 0, 1, 1, 1, '2024-10-23 14:31:37', '2024-10-23 15:26:42'), (71, 1039, 3, 1, 1030, NULL, 2, 1, 0, 0, 1, 1, 1, '2024-10-23 14:31:37', '2024-10-23 15:26:42'), (72, 1040, 4, 1, 1030, NULL, 2, 1, 0, 0, 1, 1, 1, '2024-10-23 14:31:37', '2024-10-23 15:26:42'), (73, 1047, 5, 1, 1030, NULL, 2, 1, 0, 0, 1, 1, 1, '2024-10-23 14:31:37', '2024-10-23 15:26:42'), (74, 1048, 66, 1, 1414, NULL, 2, 1, 0, 0, 1, 1, 1, '2024-10-23 14:31:37', '2024-10-23 15:26:42'), (75, 1049, 67, 1, 1704, NULL, 1, 1, 0, 0, 1, 1, 1, '2024-10-23 14:31:37', '2024-10-23 15:26:42'), (76, 1050, 68, 1, 1049, NULL, 2, 1, 0, 0, 1, 1, 1, '2024-10-23 14:31:37', '2024-10-23 15:26:42'), (77, 1054, 69, 1, 1049, NULL, 2, 1, 0, 0, 1, 1, 1, '2024-10-23 14:31:37', '2024-10-23 15:26:42'), (78, 1058, 70, 1, 1049, NULL, 2, 1, 0, 0, 1, 1, 1, '2024-10-23 14:31:37', '2024-10-23 15:26:42'), (79, 1065, 71, 1, 1049, NULL, 2, 1, 0, 0, 1, 1, 1, '2024-10-23 14:31:37', '2024-10-23 15:26:42'), (80, 1069, 72, 1, 1712, NULL, 2, 1, 0, 0, 1, 1, 1, '2024-10-23 14:31:37', '2024-10-23 15:26:42'), (81, 1071, 73, 1, 1049, NULL, 2, 1, 0, 1, 1, 0, 1, '2024-10-23 14:31:37', '2024-10-23 14:31:38'), (82, 1072, 74, 1, 1717, NULL, 3, 1, 0, 0, 1, 1, 1, '2024-10-23 14:31:37', '2024-10-23 15:26:42'), (83, 1073, 75, 1, 1717, NULL, 3, 1, 0, 0, 1, 1, 1, '2024-10-23 14:31:37', '2024-10-23 15:26:42'), (84, 1074, 76, 1, 1717, NULL, 3, 1, 0, 0, 1, 1, 1, '2024-10-23 14:31:37', '2024-10-23 15:26:42'), (85, 1075, 77, 1, 1717, NULL, 3, 1, 0, 0, 1, 1, 1, '2024-10-23 14:31:37', '2024-10-23 15:26:42'), (86, 1076, 78, 1, 1717, NULL, 3, 1, 0, 0, 1, 1, 1, '2024-10-23 14:31:37', '2024-10-23 15:26:42'), (87, 1077, 79, 1, 1049, NULL, 2, 1, 0, 0, 1, 1, 1, '2024-10-23 14:31:37', '2024-10-23 15:26:42'), (88, 1078, 80, 1, 1704, NULL, 1, 1, 0, 0, 1, 1, 1, '2024-10-23 14:31:37', '2024-10-23 14:31:37'), (89, 1079, 81, 1, 1078, NULL, 2, 1, 0, 0, 1, 1, 1, '2024-10-23 14:31:37', '2024-10-23 14:31:37'), (90, 1083, 82, 1, 1078, NULL, 2, 1, 0, 0, 1, 1, 1, '2024-10-23 14:31:37', '2024-10-23 14:31:37'), (91, 1087, 83, 1, 1078, NULL, 2, 1, 0, 0, 1, 1, 1, '2024-10-23 14:31:37', '2024-10-23 14:31:37'), (92, 1092, 84, 1, 1078, NULL, 2, 1, 0, 0, 1, 1, 1, '2024-10-23 14:31:37', '2024-10-23 14:31:37'), (93, 1097, 85, 1, 1078, NULL, 2, 1, 0, 0, 1, 1, 1, '2024-10-23 14:31:37', '2024-10-23 14:31:37'), (94, 1101, 86, 1, 1078, NULL, 2, 1, 0, 0, 1, 1, 1, '2024-10-23 14:31:37', '2024-10-23 14:31:37'), (95, 1104, 87, 1, 1078, NULL, 2, 1, 0, 0, 1, 1, 1, '2024-10-23 14:31:37', '2024-10-23 14:31:37'), (96, 1105, 88, 1, 1078, NULL, 3, 1, 0, 0, 1, 1, 1, '2024-10-23 14:31:37', '2024-10-23 14:31:37'), (97, 1106, 89, 1, 1717, NULL, 3, 1, 0, 0, 1, 1, 1, '2024-10-23 14:31:37', '2024-10-23 14:31:37'), (98, 1107, 90, 1, 1078, NULL, 2, 1, 0, 0, 1, 1, 1, '2024-10-23 14:31:37', '2024-10-23 14:31:37'), (99, 1108, 91, 1, 1717, NULL, 3, 1, 0, 0, 1, 1, 1, '2024-10-23 14:31:37', '2024-10-23 14:31:37'), (100, 1109, 92, 1, 1707, NULL, 1, 1, 0, 0, 1, 1, 1, '2024-10-23 14:31:37', '2024-10-23 15:26:42'), (101, 1110, 93, 1, 1109, NULL, 2, 1, 0, 0, 1, 1, 1, '2024-10-23 14:31:37', '2024-10-23 15:26:42'), (102, 1111, 94, 1, 1109, NULL, 2, 1, 0, 0, 1, 1, 1, '2024-10-23 14:31:37', '2024-10-23 15:26:42'), (103, 1112, 95, 1, 1109, NULL, 2, 1, 0, 0, 1, 1, 1, '2024-10-23 14:31:37', '2024-10-23 15:26:42'), (104, 1113, 96, 1, 1109, NULL, 2, 1, 0, 0, 1, 1, 1, '2024-10-23 14:31:37', '2024-10-23 15:26:42'), (105, 1114, 97, 1, 1109, NULL, 2, 1, 0, 0, 1, 1, 1, '2024-10-23 14:31:37', '2024-10-23 15:26:42'), (106, 1118, 98, 1, 1717, NULL, 2, 1, 0, 0, 1, 1, 1, '2024-10-23 14:31:37', '2024-10-23 15:26:42'), (107, 1119, 5, 1, 1703, NULL, 1, 1, 0, 0, 1, 1, 1, '2024-10-23 14:31:37', '2024-10-23 15:26:42'), (108, 1120, 1, 1, 1119, NULL, 2, 1, 0, 0, 1, 1, 1, '2024-10-23 14:31:37', '2024-10-23 15:26:42'), (109, 1121, 2, 1, 1119, NULL, 2, 1, 0, 0, 1, 1, 1, '2024-10-23 14:31:37', '2024-10-23 15:26:42'), (110, 1122, 3, 1, 1119, NULL, 2, 1, 0, 0, 1, 1, 1, '2024-10-23 14:31:37', '2024-10-23 15:26:42'), (111, 1123, 103, 1, 1119, NULL, 2, 1, 0, 0, 1, 1, 1, '2024-10-23 14:31:37', '2024-10-23 14:31:37'), (112, 1124, 4, 1, 1119, NULL, 2, 1, 0, 0, 1, 1, 1, '2024-10-23 14:31:37', '2024-10-23 15:26:42'), (113, 1125, 5, 1, 1119, NULL, 2, 1, 0, 0, 1, 1, 1, '2024-10-23 14:31:37', '2024-10-23 15:26:42'), (114, 1126, 106, 1, 1707, NULL, 1, 1, 0, 0, 1, 1, 1, '2024-10-23 14:31:37', '2024-10-23 15:26:42'), (115, 1127, 107, 1, 1126, NULL, 2, 1, 0, 0, 1, 1, 1, '2024-10-23 14:31:37', '2024-10-23 15:26:42'), (116, 1128, 108, 1, 1126, NULL, 2, 1, 0, 0, 1, 1, 1, '2024-10-23 14:31:37', '2024-10-23 15:26:42'), (117, 1132, 109, 1, 1126, NULL, 2, 1, 0, 0, 1, 1, 1, '2024-10-23 14:31:37', '2024-10-23 15:26:42'), (118, 1136, 110, 1, 1126, NULL, 2, 1, 0, 0, 1, 1, 1, '2024-10-23 14:31:37', '2024-10-23 15:26:42'), (119, 1140, 111, 1, 1126, NULL, 2, 1, 0, 0, 1, 1, 1, '2024-10-23 14:31:37', '2024-10-23 15:26:42'), (120, 1144, 112, 1, 1718, NULL, 2, 1, 0, 0, 1, 1, 1, '2024-10-23 14:31:37', '2024-10-23 15:26:42'), (121, 1146, 113, 1, 1718, NULL, 3, 1, 0, 0, 1, 1, 1, '2024-10-23 14:31:37', '2024-10-23 15:26:42'), (122, 1147, 114, 1, 1718, NULL, 3, 1, 0, 0, 1, 1, 1, '2024-10-23 14:31:37', '2024-10-23 15:26:42'), (123, 1148, 115, 1, 1126, NULL, 2, 1, 0, 0, 1, 1, 1, '2024-10-23 14:31:37', '2024-10-23 15:26:42'), (124, 1150, 116, 1, 1706, NULL, 1, 1, 0, 0, 1, 1, 1, '2024-10-23 14:31:37', '2024-10-23 15:26:42'), (125, 1151, 117, 1, 1150, NULL, 2, 1, 0, 0, 1, 1, 1, '2024-10-23 14:31:37', '2024-10-23 15:26:42'), (126, 1155, 118, 1, 1150, NULL, 2, 1, 0, 0, 1, 1, 1, '2024-10-23 14:31:37', '2024-10-23 15:26:42'), (127, 1159, 119, 1, 1150, NULL, 2, 1, 0, 0, 1, 1, 1, '2024-10-23 14:31:37', '2024-10-23 15:26:42'), (128, 1160, 120, 1, 1150, NULL, 2, 1, 0, 0, 1, 1, 1, '2024-10-23 14:31:37', '2024-10-23 15:26:42'), (129, 1163, 121, 1, 1150, NULL, 2, 1, 0, 0, 1, 1, 1, '2024-10-23 14:31:37', '2024-10-23 15:26:42'), (130, 1165, 122, 1, 1716, NULL, 2, 1, 0, 0, 1, 1, 1, '2024-10-23 14:31:37', '2024-10-23 15:26:42'), (131, 1166, 123, 1, 1150, NULL, 2, 1, 0, 0, 1, 1, 1, '2024-10-23 14:31:37', '2024-10-23 15:26:42'), (132, 1172, 124, 1, 1716, NULL, 2, 1, 0, 0, 1, 1, 1, '2024-10-23 14:31:37', '2024-10-23 15:26:42'), (133, 1173, 125, 1, 1414, NULL, 2, 1, 0, 0, 1, 1, 1, '2024-10-23 14:31:37', '2024-10-23 15:26:42'), (134, 1174, 126, 1, 1706, NULL, 1, 1, 0, 0, 1, 1, 1, '2024-10-23 14:31:37', '2024-10-23 15:26:42'), (135, 1175, 127, 1, 1174, NULL, 2, 1, 0, 0, 1, 1, 1, '2024-10-23 14:31:37', '2024-10-23 15:26:42'), (136, 1177, 128, 1, 1174, NULL, 2, 1, 0, 0, 1, 1, 1, '2024-10-23 14:31:37', '2024-10-23 15:26:42'), (137, 1180, 129, 1, 1174, NULL, 2, 1, 0, 0, 1, 1, 1, '2024-10-23 14:31:37', '2024-10-23 15:26:42'), (138, 1182, 130, 1, 1174, NULL, 2, 1, 0, 0, 1, 1, 1, '2024-10-23 14:31:37', '2024-10-23 15:26:42'), (139, 1185, 131, 1, 1706, NULL, 1, 1, 0, 0, 1, 1, 1, '2024-10-23 14:31:37', '2024-10-23 15:26:42'), (140, 1186, 132, 1, 1185, NULL, 2, 1, 0, 0, 1, 1, 1, '2024-10-23 14:31:37', '2024-10-23 15:26:42'), (141, 1190, 133, 1, 1185, NULL, 2, 1, 0, 0, 1, 1, 1, '2024-10-23 14:31:37', '2024-10-23 15:26:42'), (142, 1194, 134, 1, 1185, NULL, 2, 1, 0, 0, 1, 1, 1, '2024-10-23 14:31:37', '2024-10-23 15:26:42'), (143, 1197, 135, 1, 1185, NULL, 2, 1, 0, 0, 1, 1, 1, '2024-10-23 14:31:37', '2024-10-23 15:26:42'), (144, 1201, 136, 1, 1185, NULL, 2, 1, 0, 0, 1, 1, 1, '2024-10-23 14:31:37', '2024-10-23 15:26:42'), (145, 1205, 137, 1, 1710, NULL, 1, 1, 0, 0, 1, 1, 1, '2024-10-23 14:31:37', '2024-10-23 15:26:42'), (146, 1206, 138, 1, 1205, NULL, 2, 1, 0, 0, 1, 1, 1, '2024-10-23 14:31:37', '2024-10-23 15:26:42'), (147, 1210, 139, 1, 1205, NULL, 2, 1, 0, 0, 1, 1, 1, '2024-10-23 14:31:37', '2024-10-23 15:26:42'), (148, 1214, 140, 1, 1708, NULL, 1, 1, 0, 0, 1, 1, 1, '2024-10-23 14:31:37', '2024-10-23 15:26:42'), (149, 1215, 141, 1, 1214, NULL, 2, 1, 0, 0, 1, 1, 1, '2024-10-23 14:31:37', '2024-10-23 15:26:42'), (150, 1216, 142, 1, 1214, NULL, 2, 1, 0, 0, 1, 1, 1, '2024-10-23 14:31:37', '2024-10-23 15:26:42'), (151, 1217, 143, 1, 1214, NULL, 2, 1, 0, 0, 1, 1, 1, '2024-10-23 14:31:37', '2024-10-23 15:26:42'), (152, 1218, 144, 1, 1414, NULL, 2, 1, 0, 0, 1, 1, 1, '2024-10-23 14:31:37', '2024-10-23 15:26:42'), (153, 1219, 145, 1, 1705, NULL, 1, 1, 0, 0, 1, 1, 1, '2024-10-23 14:31:37', '2024-10-23 15:26:42'), (154, 1220, 146, 1, 1219, NULL, 2, 1, 0, 0, 1, 1, 1, '2024-10-23 14:31:37', '2024-10-23 15:26:42'), (155, 1224, 147, 1, 1219, NULL, 2, 1, 0, 0, 1, 1, 1, '2024-10-23 14:31:37', '2024-10-23 15:26:42'), (156, 1228, 148, 1, 1219, NULL, 2, 1, 0, 0, 1, 1, 1, '2024-10-23 14:31:37', '2024-10-23 15:26:42'), (157, 1232, 149, 1, 1219, NULL, 2, 1, 0, 0, 1, 1, 1, '2024-10-23 14:31:37', '2024-10-23 15:26:42'), (158, 1234, 150, 1, 1219, NULL, 2, 1, 0, 0, 1, 1, 1, '2024-10-23 14:31:37', '2024-10-23 15:26:42'), (159, 1236, 151, 1, 1219, NULL, 2, 1, 0, 0, 1, 1, 1, '2024-10-23 14:31:37', '2024-10-23 15:26:42'), (160, 1240, 152, 1, 1219, NULL, 2, 1, 0, 0, 1, 1, 1, '2024-10-23 14:31:37', '2024-10-23 15:26:42'), (161, 1241, 153, 1, 1713, NULL, 2, 1, 0, 0, 1, 1, 1, '2024-10-23 14:31:37', '2024-10-23 15:26:42'), (162, 1242, 154, 1, 1713, NULL, 3, 1, 0, 0, 1, 1, 1, '2024-10-23 14:31:37', '2024-10-23 15:26:42'), (163, 1246, 155, 1, 1713, NULL, 2, 1, 0, 0, 1, 1, 1, '2024-10-23 14:31:37', '2024-10-23 15:26:42'), (164, 1247, 156, 1, 1713, NULL, 2, 1, 0, 0, 1, 1, 1, '2024-10-23 14:31:37', '2024-10-23 15:26:42'), (165, 1248, 157, 1, 1713, NULL, 2, 1, 0, 0, 1, 1, 1, '2024-10-23 14:31:37', '2024-10-23 15:26:42'), (166, 1249, 158, 1, 1219, NULL, 2, 1, 0, 0, 1, 1, 1, '2024-10-23 14:31:37', '2024-10-23 15:26:42'), (167, 1251, 159, 1, 1705, NULL, 1, 1, 0, 0, 1, 1, 1, '2024-10-23 14:31:37', '2024-10-23 15:26:42'), (168, 1252, 160, 1, 1251, NULL, 2, 1, 0, 0, 1, 1, 1, '2024-10-23 14:31:37', '2024-10-23 15:26:42'), (169, 1254, 161, 1, 1713, NULL, 2, 1, 0, 0, 1, 1, 1, '2024-10-23 14:31:37', '2024-10-23 15:26:42'), (170, 1255, 162, 1, 1251, NULL, 2, 1, 0, 0, 1, 1, 1, '2024-10-23 14:31:37', '2024-10-23 15:26:42'), (171, 1257, 163, 1, 1713, NULL, 2, 1, 0, 0, 1, 1, 1, '2024-10-23 14:31:37', '2024-10-23 15:26:42'), (172, 1258, 164, 1, 1705, NULL, 1, 1, 0, 0, 1, 1, 1, '2024-10-23 14:31:37', '2024-10-23 15:26:42'), (173, 1259, 165, 1, 1258, NULL, 2, 1, 0, 0, 1, 1, 1, '2024-10-23 14:31:37', '2024-10-23 15:26:42'), (174, 1263, 166, 1, 1258, NULL, 2, 1, 0, 0, 1, 1, 1, '2024-10-23 14:31:37', '2024-10-23 15:26:42'), (175, 1267, 167, 1, 1258, NULL, 2, 1, 0, 0, 1, 1, 1, '2024-10-23 14:31:37', '2024-10-23 15:26:42'), (176, 1274, 168, 1, 1704, NULL, 1, 1, 0, 0, 1, 1, 1, '2024-10-23 14:31:37', '2024-10-23 15:26:42'), (177, 1275, 169, 1, 1274, NULL, 2, 1, 0, 0, 1, 1, 1, '2024-10-23 14:31:37', '2024-10-23 15:26:42'), (178, 1277, 170, 1, 1274, NULL, 2, 1, 0, 0, 1, 1, 1, '2024-10-23 14:31:37', '2024-10-23 15:26:42'), (179, 1281, 171, 1, 1274, NULL, 2, 1, 0, 0, 1, 1, 1, '2024-10-23 14:31:37', '2024-10-23 15:26:42'), (180, 1284, 172, 1, 1714, NULL, 2, 1, 0, 0, 1, 1, 1, '2024-10-23 14:31:37', '2024-10-23 15:26:42'), (181, 1286, 173, 1, 1708, NULL, 1, 1, 0, 0, 1, 1, 1, '2024-10-23 14:31:37', '2024-10-23 15:26:42'), (182, 1287, 174, 1, 1286, NULL, 2, 1, 0, 0, 1, 1, 1, '2024-10-23 14:31:37', '2024-10-23 15:26:42'), (183, 1291, 175, 1, 1286, NULL, 2, 1, 0, 0, 1, 1, 1, '2024-10-23 14:31:37', '2024-10-23 15:26:42'), (184, 1293, 176, 1, 1286, NULL, 2, 1, 0, 0, 1, 1, 1, '2024-10-23 14:31:37', '2024-10-23 15:26:42'), (185, 1294, 177, 1, 1286, NULL, 2, 1, 0, 0, 1, 1, 1, '2024-10-23 14:31:37', '2024-10-23 15:26:42'), (186, 1298, 178, 1, 1286, NULL, 2, 1, 0, 0, 1, 1, 1, '2024-10-23 14:31:37', '2024-10-23 15:26:42'), (187, 1301, 179, 1, 1286, NULL, 2, 1, 0, 0, 1, 1, 1, '2024-10-23 14:31:37', '2024-10-23 15:26:42'), (188, 1302, 180, 1, 1286, NULL, 2, 1, 0, 0, 1, 1, 1, '2024-10-23 14:31:37', '2024-10-23 15:26:42'), (189, 1303, 181, 1, 1704, NULL, 1, 1, 0, 0, 1, 1, 1, '2024-10-23 14:31:37', '2024-10-23 15:26:42'), (190, 1304, 182, 1, 1303, NULL, 2, 1, 0, 0, 1, 1, 1, '2024-10-23 14:31:37', '2024-10-23 15:26:42'), (191, 1306, 183, 1, 1303, NULL, 2, 1, 0, 0, 1, 1, 1, '2024-10-23 14:31:37', '2024-10-23 15:26:42'), (192, 1309, 184, 1, 1303, NULL, 2, 1, 0, 0, 1, 1, 1, '2024-10-23 14:31:37', '2024-10-23 15:26:42'), (193, 1313, 185, 1, 1303, NULL, 2, 1, 0, 0, 1, 1, 1, '2024-10-23 14:31:37', '2024-10-23 15:26:42'), (194, 1316, 186, 1, 1303, NULL, 2, 1, 0, 0, 1, 1, 1, '2024-10-23 14:31:37', '2024-10-23 15:26:42'), (195, 1319, 187, 1, 1303, NULL, 2, 1, 0, 0, 1, 1, 1, '2024-10-23 14:31:37', '2024-10-23 15:26:42'), (196, 1320, 188, 1, 1303, NULL, 2, 1, 0, 0, 1, 1, 1, '2024-10-23 14:31:37', '2024-10-23 15:26:42'), (197, 1324, 189, 1, 1707, NULL, 1, 1, 0, 0, 1, 1, 1, '2024-10-23 14:31:37', '2024-10-23 15:26:42'), (198, 1325, 190, 1, 1324, NULL, 2, 1, 0, 0, 1, 1, 1, '2024-10-23 14:31:37', '2024-10-23 15:26:42'), (199, 1329, 191, 1, 1324, NULL, 2, 1, 0, 0, 1, 1, 1, '2024-10-23 14:31:37', '2024-10-23 15:26:42'), (200, 1333, 192, 1, 1324, NULL, 2, 1, 0, 0, 1, 1, 1, '2024-10-23 14:31:37', '2024-10-23 15:26:42'), (201, 1337, 193, 1, 1324, NULL, 2, 1, 0, 0, 1, 1, 1, '2024-10-23 14:31:37', '2024-10-23 15:26:42'), (202, 1341, 194, 1, 1324, NULL, 2, 1, 0, 0, 1, 1, 1, '2024-10-23 14:31:37', '2024-10-23 15:26:42'), (203, 1343, 195, 1, 1324, NULL, 2, 1, 0, 0, 1, 1, 1, '2024-10-23 14:31:37', '2024-10-23 15:26:42'), (204, 1347, 196, 1, 1324, NULL, 2, 1, 0, 0, 1, 1, 1, '2024-10-23 14:31:37', '2024-10-23 15:26:42'), (205, 1353, 197, 1, 1324, NULL, 2, 1, 0, 0, 1, 1, 1, '2024-10-23 14:31:37', '2024-10-23 15:26:42'), (206, 1356, 198, 1, 1704, NULL, 1, 1, 0, 0, 1, 1, 1, '2024-10-23 14:31:37', '2024-10-23 15:26:42'), (207, 1357, 199, 1, 1356, NULL, 2, 1, 0, 0, 1, 1, 1, '2024-10-23 14:31:38', '2024-10-23 15:26:42'), (208, 1361, 200, 1, 1356, NULL, 2, 1, 0, 0, 1, 1, 1, '2024-10-23 14:31:38', '2024-10-23 15:26:42'), (209, 1365, 201, 1, 1356, NULL, 2, 1, 0, 0, 1, 1, 1, '2024-10-23 14:31:38', '2024-10-23 15:26:42'), (210, 1369, 202, 1, 1714, NULL, 2, 1, 0, 0, 1, 1, 1, '2024-10-23 14:31:38', '2024-10-23 15:26:42'), (211, 1370, 203, 1, 1704, NULL, 1, 1, 0, 0, 1, 1, 1, '2024-10-23 14:31:38', '2024-10-23 15:26:42'), (212, 1371, 204, 1, 1370, NULL, 2, 1, 0, 0, 1, 1, 1, '2024-10-23 14:31:38', '2024-10-23 15:26:42'), (213, 1375, 205, 1, 1370, NULL, 2, 1, 0, 0, 1, 1, 1, '2024-10-23 14:31:38', '2024-10-23 15:26:42'), (214, 1379, 206, 1, 1370, NULL, 2, 1, 0, 0, 1, 1, 1, '2024-10-23 14:31:38', '2024-10-23 15:26:42'), (215, 1383, 207, 1, 1714, NULL, 2, 1, 0, 0, 1, 1, 1, '2024-10-23 14:31:38', '2024-10-23 15:26:42'), (216, 1384, 208, 1, 1, NULL, 1, 1, 0, 1, 1, 0, 1, '2024-10-23 14:31:38', '2024-10-23 14:31:38'), (217, 1385, 209, 1, 1714, NULL, 2, 1, 0, 0, 1, 1, 1, '2024-10-23 14:31:38', '2024-10-23 15:26:42'), (218, 1386, 210, 1, 1714, NULL, 2, 1, 0, 0, 1, 1, 1, '2024-10-23 14:31:38', '2024-10-23 15:26:42'), (219, 1387, 211, 1, 1714, NULL, 2, 1, 0, 0, 1, 1, 1, '2024-10-23 14:31:38', '2024-10-23 15:26:42'), (220, 1389, 212, 1, 1717, NULL, 2, 1, 0, 0, 1, 1, 1, '2024-10-23 14:31:38', '2024-10-23 14:31:38'), (221, 1390, 213, 1, 1717, NULL, 2, 1, 0, 0, 1, 1, 1, '2024-10-23 14:31:38', '2024-10-23 14:31:38'), (222, 1391, 214, 1, 1714, NULL, 2, 1, 0, 0, 1, 1, 1, '2024-10-23 14:31:38', '2024-10-23 15:26:42'), (223, 1392, 215, 1, 1714, NULL, 2, 1, 0, 0, 1, 1, 1, '2024-10-23 14:31:38', '2024-10-23 15:26:42'), (224, 1393, 216, 1, 1715, NULL, 2, 1, 0, 0, 1, 1, 1, '2024-10-23 14:31:38', '2024-10-23 15:26:42'), (225, 1394, 217, 1, 1715, NULL, 2, 1, 0, 0, 1, 1, 1, '2024-10-23 14:31:38', '2024-10-23 15:26:42'), (226, 1395, 218, 1, 1715, NULL, 2, 1, 0, 0, 1, 1, 1, '2024-10-23 14:31:38', '2024-10-23 15:26:42'), (227, 1396, 219, 1, 1715, NULL, 2, 1, 0, 0, 1, 1, 1, '2024-10-23 14:31:38', '2024-10-23 15:26:42'), (228, 1397, 220, 1, 1715, NULL, 2, 1, 0, 0, 1, 1, 1, '2024-10-23 14:31:38', '2024-10-23 15:26:42'), (229, 1398, 221, 1, 1715, NULL, 2, 1, 0, 0, 1, 1, 1, '2024-10-23 14:31:38', '2024-10-23 15:26:42'), (230, 1399, 222, 1, 1715, NULL, 2, 1, 0, 0, 1, 1, 1, '2024-10-23 14:31:38', '2024-10-23 15:26:42'), (231, 1400, 223, 1, 1714, NULL, 2, 1, 0, 0, 1, 1, 1, '2024-10-23 14:31:38', '2024-10-23 15:26:42'), (232, 1401, 224, 1, 1714, NULL, 2, 1, 0, 0, 1, 1, 1, '2024-10-23 14:31:38', '2024-10-23 15:26:42'), (233, 1402, 225, 1, 1715, NULL, 2, 1, 0, 0, 1, 1, 1, '2024-10-23 14:31:38', '2024-10-23 15:26:42'), (234, 1403, 226, 1, 1714, NULL, 2, 1, 0, 0, 1, 1, 1, '2024-10-23 14:31:38', '2024-10-23 15:26:42'), (235, 1404, 227, 1, 1706, NULL, 1, 1, 0, 0, 1, 1, 1, '2024-10-23 14:31:38', '2024-10-23 15:26:42'), (236, 1405, 228, 1, 1404, NULL, 2, 1, 0, 0, 1, 1, 1, '2024-10-23 14:31:38', '2024-10-23 15:26:42'), (237, 1408, 229, 1, 1404, NULL, 2, 1, 0, 0, 1, 1, 1, '2024-10-23 14:31:38', '2024-10-23 15:26:42'), (238, 1413, 230, 1, 1404, NULL, 2, 1, 0, 0, 1, 1, 1, '2024-10-23 14:31:38', '2024-10-23 15:26:42'), (239, 1414, 231, 1, 1710, NULL, 1, 1, 0, 0, 1, 1, 1, '2024-10-23 14:31:38', '2024-10-23 15:26:42'), (240, 1415, 232, 1, 1414, NULL, 2, 1, 0, 0, 1, 1, 1, '2024-10-23 14:31:38', '2024-10-23 15:26:42'), (241, 1419, 233, 1, 1414, NULL, 2, 1, 0, 0, 1, 1, 1, '2024-10-23 14:31:38', '2024-10-23 15:26:42'), (242, 1423, 234, 1, 1414, NULL, 2, 1, 0, 0, 1, 1, 1, '2024-10-23 14:31:38', '2024-10-23 15:26:42'), (243, 1427, 235, 1, 1414, NULL, 2, 1, 0, 0, 1, 1, 1, '2024-10-23 14:31:38', '2024-10-23 15:26:42'), (244, 1431, 236, 1, 1414, NULL, 2, 1, 0, 0, 1, 1, 1, '2024-10-23 14:31:38', '2024-10-23 15:26:42'), (245, 1433, 237, 1, 1414, NULL, 2, 1, 0, 0, 1, 1, 1, '2024-10-23 14:31:38', '2024-10-23 15:26:42'), (246, 1434, 238, 1, 1414, NULL, 2, 1, 0, 0, 1, 1, 1, '2024-10-23 14:31:38', '2024-10-23 15:26:42'), (247, 1435, 239, 1, 1414, NULL, 2, 1, 0, 0, 1, 1, 1, '2024-10-23 14:31:38', '2024-10-23 15:26:42'), (248, 1436, 240, 1, 1414, NULL, 2, 1, 0, 0, 1, 1, 1, '2024-10-23 14:31:38', '2024-10-23 15:26:42'), (249, 1440, 241, 1, 1414, NULL, 2, 1, 0, 0, 1, 1, 1, '2024-10-23 14:31:38', '2024-10-23 15:26:42'), (250, 1442, 242, 1, 1414, NULL, 2, 1, 0, 0, 1, 1, 1, '2024-10-23 14:31:38', '2024-10-23 15:26:42'), (251, 1445, 243, 1, 1414, NULL, 2, 1, 0, 0, 1, 1, 1, '2024-10-23 14:31:38', '2024-10-23 15:26:42'), (252, 1449, 244, 1, 1414, NULL, 2, 1, 0, 0, 1, 1, 1, '2024-10-23 14:31:38', '2024-10-23 15:26:42'), (253, 1453, 245, 1, 1414, NULL, 2, 1, 0, 0, 1, 1, 1, '2024-10-23 14:31:38', '2024-10-23 15:26:42'), (254, 1454, 246, 1, 1414, NULL, 2, 1, 0, 0, 1, 1, 1, '2024-10-23 14:31:38', '2024-10-23 15:26:42'), (255, 1459, 247, 1, 1414, NULL, 2, 1, 0, 0, 1, 1, 1, '2024-10-23 14:31:38', '2024-10-23 15:26:42'), (256, 1465, 248, 1, 1414, NULL, 2, 1, 0, 0, 1, 1, 1, '2024-10-23 14:31:38', '2024-10-23 15:26:42'), (257, 1475, 249, 1, 1414, NULL, 2, 1, 0, 0, 1, 1, 1, '2024-10-23 14:31:38', '2024-10-23 15:26:42'), (258, 1477, 250, 1, 1414, NULL, 2, 1, 0, 0, 1, 1, 1, '2024-10-23 14:31:38', '2024-10-23 15:26:42'), (259, 1478, 251, 1, 1414, NULL, 2, 1, 0, 0, 1, 1, 1, '2024-10-23 14:31:38', '2024-10-23 15:26:42'), (260, 1482, 252, 1, 1414, NULL, 2, 1, 0, 0, 1, 1, 1, '2024-10-23 14:31:38', '2024-10-23 15:26:42'), (261, 1483, 253, 1, 1414, NULL, 2, 1, 0, 0, 1, 1, 1, '2024-10-23 14:31:38', '2024-10-23 15:26:42'), (262, 1484, 254, 1, 1708, NULL, 1, 1, 0, 0, 1, 1, 1, '2024-10-23 14:31:38', '2024-10-23 15:26:42'), (263, 1485, 255, 1, 1484, NULL, 2, 1, 0, 0, 1, 1, 1, '2024-10-23 14:31:38', '2024-10-23 15:26:42'), (264, 1489, 256, 1, 1484, NULL, 2, 1, 0, 0, 1, 1, 1, '2024-10-23 14:31:38', '2024-10-23 15:26:42'), (265, 1491, 257, 1, 1710, NULL, 1, 1, 0, 0, 1, 1, 1, '2024-10-23 14:31:38', '2024-10-23 15:26:42'), (266, 1492, 258, 1, 1491, NULL, 2, 1, 0, 0, 1, 1, 1, '2024-10-23 14:31:38', '2024-10-23 15:26:42'), (267, 1494, 259, 1, 1491, NULL, 2, 1, 0, 0, 1, 1, 1, '2024-10-23 14:31:38', '2024-10-23 15:26:42'), (268, 1495, 260, 1, 1491, NULL, 2, 1, 0, 0, 1, 1, 1, '2024-10-23 14:31:38', '2024-10-23 15:26:42'), (269, 1496, 261, 1, 1491, NULL, 2, 1, 0, 0, 1, 1, 1, '2024-10-23 14:31:38', '2024-10-23 15:26:42'), (270, 1497, 262, 1, 1491, NULL, 2, 1, 0, 0, 1, 1, 1, '2024-10-23 14:31:38', '2024-10-23 15:26:42'), (271, 1498, 263, 1, 1491, NULL, 2, 1, 0, 0, 1, 1, 1, '2024-10-23 14:31:38', '2024-10-23 15:26:42'), (272, 1499, 264, 1, 1491, NULL, 2, 1, 0, 0, 1, 1, 1, '2024-10-23 14:31:38', '2024-10-23 15:26:42'), (273, 1500, 265, 1, 1491, NULL, 2, 1, 0, 0, 1, 1, 1, '2024-10-23 14:31:38', '2024-10-23 15:26:42'), (274, 1501, 266, 1, 1491, NULL, 2, 1, 0, 0, 1, 1, 1, '2024-10-23 14:31:38', '2024-10-23 15:26:42'), (275, 1502, 267, 1, 1491, NULL, 2, 1, 0, 0, 1, 1, 1, '2024-10-23 14:31:38', '2024-10-23 15:26:42'), (276, 1503, 268, 1, 1491, NULL, 2, 1, 0, 0, 1, 1, 1, '2024-10-23 14:31:38', '2024-10-23 15:26:42'), (277, 1504, 269, 1, 1491, NULL, 2, 1, 0, 0, 1, 1, 1, '2024-10-23 14:31:38', '2024-10-23 15:26:42'), (278, 1505, 270, 1, 1491, NULL, 2, 1, 0, 0, 1, 1, 1, '2024-10-23 14:31:38', '2024-10-23 14:31:38'), (279, 1507, 271, 1, 1491, NULL, 2, 1, 0, 0, 1, 1, 1, '2024-10-23 14:31:38', '2024-10-23 15:26:42'), (280, 1512, 272, 1, 1491, NULL, 2, 1, 0, 0, 1, 1, 1, '2024-10-23 14:31:38', '2024-10-23 15:26:42'), (281, 1516, 273, 1, 1491, NULL, 2, 1, 0, 0, 1, 1, 1, '2024-10-23 14:31:38', '2024-10-23 15:26:42'), (282, 1519, 274, 1, 1491, NULL, 2, 1, 0, 0, 1, 1, 1, '2024-10-23 14:31:38', '2024-10-23 15:26:42'), (283, 1524, 275, 1, 1491, NULL, 2, 1, 0, 0, 1, 1, 1, '2024-10-23 14:31:38', '2024-10-23 15:26:42'), (284, 1529, 276, 1, 1491, NULL, 2, 1, 0, 0, 1, 1, 1, '2024-10-23 14:31:38', '2024-10-23 14:31:38'), (285, 1532, 277, 1, 1491, NULL, 2, 1, 0, 0, 1, 1, 1, '2024-10-23 14:31:38', '2024-10-23 15:26:42'), (286, 1534, 278, 1, 1491, NULL, 2, 1, 0, 0, 1, 1, 1, '2024-10-23 14:31:38', '2024-10-23 14:31:38'), (287, 1537, 279, 1, 1491, NULL, 2, 1, 0, 0, 1, 1, 1, '2024-10-23 14:31:38', '2024-10-23 14:31:38'), (288, 1538, 280, 1, 1491, NULL, 2, 1, 0, 0, 1, 1, 1, '2024-10-23 14:31:38', '2024-10-23 14:31:38'), (289, 1540, 281, 1, 1491, NULL, 2, 1, 0, 0, 1, 1, 1, '2024-10-23 14:31:38', '2024-10-23 14:31:38'), (290, 1541, 282, 1, 1491, NULL, 2, 1, 0, 0, 1, 1, 1, '2024-10-23 14:31:38', '2024-10-23 14:31:38'), (291, 1545, 283, 1, 1491, NULL, 2, 1, 0, 0, 1, 1, 1, '2024-10-23 14:31:38', '2024-10-23 15:26:42'), (292, 1549, 284, 1, 1491, NULL, 2, 1, 0, 0, 1, 1, 1, '2024-10-23 14:31:38', '2024-10-23 15:26:42'), (293, 1555, 285, 1, 1491, NULL, 2, 1, 0, 0, 1, 1, 1, '2024-10-23 14:31:38', '2024-10-23 15:26:42'), (294, 1559, 286, 1, 1491, NULL, 2, 1, 0, 0, 1, 1, 1, '2024-10-23 14:31:38', '2024-10-23 14:31:38'), (295, 1560, 287, 1, 1491, NULL, 2, 1, 0, 0, 1, 1, 1, '2024-10-23 14:31:38', '2024-10-23 14:31:38'), (296, 1561, 288, 1, 1491, NULL, 2, 1, 0, 0, 1, 1, 1, '2024-10-23 14:31:38', '2024-10-23 14:31:38'), (297, 1562, 289, 1, 1, NULL, 1, 1, 0, 0, 1, 1, 1, '2024-10-23 14:31:38', '2024-10-23 14:31:38'), (298, 1563, 290, 1, 1562, NULL, 2, 1, 0, 0, 1, 1, 1, '2024-10-23 14:31:38', '2024-10-23 14:31:38'), (299, 1568, 291, 1, 1562, NULL, 2, 1, 0, 0, 1, 1, 1, '2024-10-23 14:31:38', '2024-10-23 14:31:38'), (300, 1573, 292, 1, 1562, NULL, 2, 1, 0, 0, 1, 1, 1, '2024-10-23 14:31:38', '2024-10-23 14:31:38'), (301, 1575, 293, 1, 1562, NULL, 2, 1, 0, 0, 1, 1, 1, '2024-10-23 14:31:38', '2024-10-23 14:31:38'), (302, 1577, 294, 1, 1562, NULL, 2, 1, 0, 0, 1, 1, 1, '2024-10-23 14:31:38', '2024-10-23 14:31:38'), (303, 1712, 305, 1, 1710, NULL, NULL, 1, 0, 0, 1, 1, 1, '2024-10-23 14:31:38', '2024-10-23 15:26:42'), (304, 1713, 306, 1, 1710, NULL, NULL, 1, 0, 0, 1, 1, 1, '2024-10-23 14:31:38', '2024-10-23 15:26:42'), (305, 1714, 307, 1, 1709, NULL, NULL, 1, 0, 0, 1, 1, 1, '2024-10-23 14:31:38', '2024-10-23 15:26:42'), (306, 1715, 308, 1, 1709, NULL, NULL, 1, 0, 0, 1, 1, 1, '2024-10-23 14:31:38', '2024-10-23 15:26:42'), (307, 1716, 309, 1, 1709, NULL, NULL, 1, 0, 0, 1, 1, 1, '2024-10-23 14:31:38', '2024-10-23 15:26:42'), (308, 1717, 310, 1, 1709, NULL, NULL, 1, 0, 0, 1, 1, 1, '2024-10-23 14:31:38', '2024-10-23 15:26:42'), (309, 1718, 311, 1, 1709, NULL, NULL, 1, 0, 0, 1, 1, 1, '2024-10-23 14:31:38', '2024-10-23 15:26:42'), (310, 1719, 6, 1, 1703, NULL, 1, 1, 0, 0, 1, 1, 1, '2024-10-23 14:31:38', '2024-10-23 15:26:42'), (311, 1720, 1, 1, 1719, NULL, 2, 1, 0, 0, 1, 1, 1, '2024-10-23 14:31:38', '2024-10-23 15:26:42'), (312, 1725, 2, 1, 1719, NULL, 2, 1, 0, 0, 1, 1, 1, '2024-10-23 14:31:38', '2024-10-23 15:26:42'), (313, 1731, 3, 1, 1719, NULL, 2, 1, 0, 0, 1, 1, 1, '2024-10-23 14:31:38', '2024-10-23 15:26:42'), (314, 1734, 4, 1, 1719, NULL, 2, 1, 0, 0, 1, 1, 1, '2024-10-23 14:31:38', '2024-10-23 15:26:42'), (315, 1741, 317, 1, 1491, NULL, 2, 1, 0, 0, 1, 1, 1, '2024-10-23 14:31:38', '2024-10-23 15:26:42'), (316, 1742, 318, 1, 1491, NULL, 2, 1, 0, 0, 1, 1, 1, '2024-10-23 14:31:38', '2024-10-23 15:26:42'), (317, 1743, 319, 1, 1491, NULL, 2, 1, 0, 0, 1, 1, 1, '2024-10-23 14:31:38', '2024-10-23 15:26:42'), (318, 1755, 320, 1, 1741, NULL, 3, 1, 0, 0, 1, 1, 1, '2024-10-23 14:31:38', '2024-10-23 14:31:38'), (319, 1756, 321, 1, 1741, NULL, 3, 1, 0, 0, 1, 1, 1, '2024-10-23 14:31:38', '2024-10-23 14:31:38'), (320, 1757, 322, 1, 1741, NULL, 3, 1, 0, 0, 1, 1, 1, '2024-10-23 14:31:38', '2024-10-23 14:31:38'), (321, 1758, 323, 1, 1741, NULL, 3, 1, 0, 0, 1, 1, 1, '2024-10-23 14:31:38', '2024-10-23 14:31:38'), (322, 1759, 324, 1, 1741, NULL, 3, 1, 0, 0, 1, 1, 1, '2024-10-23 14:31:38', '2024-10-23 14:31:38'), (323, 1764, 325, 1, 1714, NULL, 2, 1, 0, 0, 1, 1, 1, '2024-10-23 14:31:38', '2024-10-23 15:26:42'), (324, 1821, 326, 1, 1712, NULL, 2, 1, 0, 0, 1, 1, 1, '2024-10-23 14:31:38', '2024-10-23 14:31:38'); -- -------------------------------------------------------- -- -- Table structure for table `sms_templates` -- CREATE TABLE `sms_templates` ( `id` bigint(20) UNSIGNED NOT NULL, `type` varchar(191) NOT NULL COMMENT 'email, sms', `purpose` text NOT NULL, `subject` text NOT NULL, `body` longtext NOT NULL, `module` varchar(191) NOT NULL, `variable` text NOT NULL, `status` int(11) NOT NULL DEFAULT 1 COMMENT 'Enable & Disable', `school_id` int(10) UNSIGNED 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 `sms_templates` -- INSERT INTO `sms_templates` (`id`, `type`, `purpose`, `subject`, `body`, `module`, `variable`, `status`, `school_id`, `created_at`, `updated_at`) VALUES (1, 'sms', 'student_admission', '', 'Dear [student_name], Your Admission Is Completed You Can Login To Your Account Using username:[user_name] Password:[password], Thank You [school_name]', '', '[student_name], [user_name], [password], [school_name]', 1, 1, '2024-10-23 08:31:14', '2024-10-23 08:31:14'), (2, 'sms', 'student_admission_for_parent', '', 'Dear Parent [parent_name], Your Child [student_name] Admission Is Completed You Can Login To Your Account Using username:[user_name] Password:[password], Thank You [school_name]', '', '[parent_name], [student_name], [user_name], [password], [school_name]', 1, 1, '2024-10-23 08:31:14', '2024-10-23 08:31:14'), (3, 'sms', 'exam_schedule_for_student', '', 'Dear [student_name], your next exam: [exam_type] on [exam_date], [exam_time],Please Attend In Exam, Thank You [school_name]', '', '[student_name], [exam_type], [exam_date], [exam_time], [school_name]', 1, 1, '2024-10-23 08:31:14', '2024-10-23 08:31:14'), (4, 'sms', 'exam_schedule_for_parent', '', 'Dear [parent_name], your children [student_name] next exam: [exam_type] on [exam_date], [exam_time], Thank You [school_name]', '', '[parent_name], [student_name], [exam_type], [exam_date], [exam_time], [school_name]', 1, 1, '2024-10-23 08:31:14', '2024-10-23 08:31:14'), (5, 'sms', 'user_login_permission', '', 'Dear [name], your login permission is disabled username:[user_name], Thank You [school_name]', '', '[name], [user_name], [school_name]', 1, 1, '2024-10-23 08:31:14', '2024-10-23 08:31:14'), (6, 'sms', 'student_promote', '', 'Hi [student_name] , Welcome to [school_name]. Congratulations ! You have promoted in the next class. Thank You [school_name]', '', '[student_name], [school_name]', 1, 1, '2024-10-23 08:31:14', '2024-10-23 08:31:14'), (7, 'sms', 'communicate_sms', '', 'In Communicate SMS description is: [description]. Thank You. Thank You [school_name]', '', '[description], [school_name]', 1, 1, '2024-10-23 08:31:14', '2024-10-23 08:31:14'), (8, 'sms', 'student_attendance', '', 'Dear [student_name], your are came to the school at [attendance_date], Thank You [school_name]', '', '[student_name], [attendance_date], [school_name]', 1, 1, '2024-10-23 08:31:14', '2024-10-23 08:31:14'), (9, 'sms', 'student_attendance_for_parent', '', 'Dear Parent [parent_name], your child [student_name] came to the school at [attendance_date], Thank You [school_name]', '', '[parent_name], [student_name], [attendance_date], [school_name]', 1, 1, '2024-10-23 08:31:14', '2024-10-23 08:31:14'), (10, 'sms', 'student_absent', '', 'Dear [student_name], your are absent to the school on [attendance_date], Thank You [school_name]', '', '[student_name], [attendance_date], [school_name]', 1, 1, '2024-10-23 08:31:14', '2024-10-23 08:31:14'), (11, 'sms', 'student_absent_for_parent', '', 'Dear parent [parent_name], your child [student_name] is absent to the school on [attendance_date], Thank You [school_name]', '', '[parent_name], [student_name], [attendance_date], [school_name]', 1, 1, '2024-10-23 08:31:14', '2024-10-23 08:31:14'), (12, 'sms', 'student_late', '', 'Dear [student_name], your are late to the school on [attendance_date], Thank You [school_name]', '', '[student_late], [attendance_date], [school_name]', 1, 1, '2024-10-23 08:31:14', '2024-10-23 08:31:14'), (13, 'sms', 'student_late_for_parent', '', 'Dear parent [parent_name], your child [student_name] is late to the school on [attendance_date], Thank You [school_name]', '', '[parent_name], [student_name], [attendance_date], [school_name]', 1, 1, '2024-10-23 08:31:14', '2024-10-23 08:31:14'), (14, 'sms', 'student_leave_appllication', '', 'Dear [student_name], Thank you for your leave application. Please wait for approval, Thank You [school_name]', '', '[student_name], [school_name]', 1, 1, '2024-10-23 08:31:14', '2024-10-23 08:31:14'), (15, 'sms', 'student_leave_approve', '', 'Dear [student_name], Thank you for your leave application. Your Leave approve. Thank You [school_name]', '', '[student_name], [school_name]', 1, 1, '2024-10-23 08:31:14', '2024-10-23 08:31:14'), (16, 'sms', 'parent_leave_appllication_for_student', '', 'Dear [parent_name], Thank you for your leave [student_name] application. Please wait for approval, Thank You [school_name]. Thanks', '', '[parent_name], [student_name], [school_name]', 1, 1, '2024-10-23 08:31:14', '2024-10-23 08:31:14'), (17, 'sms', 'parent_leave_approve_for_student', '', 'Dear [parent_name], Thank you for your leave [student_name] application. Your Leave approve. Thank You [school_name]', '', '[parent_name], [student_name], [school_name]', 1, 1, '2024-10-23 08:31:14', '2024-10-23 08:31:14'), (18, 'sms', 'student_library_book_issue', '', 'Dear [student_name], Library book is issued to you studying in class: [class_name] , section: [section_name] with roll no:[roll_no] On [issue_date] .Please find the details , Book Title: [book_title], Book No: [book_no], Due Date: [due_date], Thank You [school_name]', '', '[student_name], [class_name], [section_name],[roll_no],[issue_date], [book_title], [book_no], [due_date], [school_name]', 1, 1, '2024-10-23 08:31:14', '2024-10-23 08:31:14'), (19, 'sms', 'parent_library_book_issue', '', 'Dear parent [parent_name], Library book is issued On [issue_date] .Please find the details , Book Title: [book_title], Book No: [book_no], Due Date: [due_date], Thank You [school_name]', '', '[parent_name], [issue_date], [book_title], [book_no], [due_date], [school_name]', 1, 1, '2024-10-23 08:31:14', '2024-10-23 08:31:14'), (20, 'sms', 'student_return_issue_book', '', 'Dear [student_name], Library book is returned by you studying in class: [class_name] , section: [section_name] with roll no:[roll_no] On [return_date] .Please find the details , Book Title: [book_title], Book No: [book_no], Issue Date: [issue_date], Due Date: [due_date], Thank You [school_name]', '', '[student_name], [class_name], [section_name], [roll_no], [return_date], [issue_date], [book_title], [book_no], [due_date], [school_name]', 1, 1, '2024-10-23 08:31:14', '2024-10-23 08:31:14'), (21, 'sms', 'parent_return_issue_book', '', 'Dear parent [parent_name], Library book is returned On [return_date] .Please find the details , Book Title: [book_title], Book No: [book_no], Issue Date: [issue_date], Due Date: [due_date], Thank You [school_name]', '', '[parent_name], [return_date], [issue_date], [book_title], [book_no], [due_date], [school_name]', 1, 1, '2024-10-23 08:31:14', '2024-10-23 08:31:14'), (22, 'sms', 'exam_mark_student', '', 'Hi [student_name] , You are in class [class_name] ([section_name]), Your exam type [exam_type], [subject_marks]. School Name- [school_name], Thank You [school_name]', '', '[student_name], [class_name], [section_name], [exam_type], [subject_names], [total_mark], [school_name], [subject_marks]', 1, 1, '2024-10-23 08:31:14', '2024-10-23 08:31:14'), (23, 'sms', 'exam_mark_parent', '', 'Hello, [parent_name], your child [student_name] of class [class_name] ([section_name]) exam type [exam_type], [subject_marks]. School Name- [school_name], Thank You [school_name]', '', '[parent_name], [student_name], [class_name], [section_name], [exam_type], [subject_names], [total_mark], [school_name], [subject_marks]', 1, 1, '2024-10-23 08:31:14', '2024-10-23 08:31:14'), (24, 'sms', 'student_fees_due', '', 'Hi [student_name], You fees due amount [dues_amount] for [fees_name] on [date]. Thank You [school_name]', '', '[student_name], [dues_amount], [fees_name], [date], [school_name]', 1, 1, '2024-10-23 08:31:14', '2024-10-23 08:31:14'), (25, 'sms', 'student_fees_due_for_parent', '', 'Hi [parent_name], You fees due amount [dues_amount] for [fees_name] on [date]. Thank You [school_name]', '', '[parent_name], [dues_amount], [fees_name], [date], [school_name]', 1, 1, '2024-10-23 08:31:14', '2024-10-23 08:31:14'), (26, 'sms', 'staff_credentials', '', 'Dear staff [staff_name] your login details: username:[user_name] Password:[password], Thank You [school_name]', '', '[staff_name], [user_name], [password], [school_name]', 1, 1, '2024-10-23 08:31:14', '2024-10-23 08:31:14'), (27, 'sms', 'staff_attendance', '', 'Dear [staff_name], your are came to the school at [attendance_date], Thank You [school_name]', '', '[staff_name],[attendance_date], [school_name]', 1, 1, '2024-10-23 08:31:14', '2024-10-23 08:31:14'), (28, 'sms', 'staff_absent', '', 'Dear [staff_name], your are absent to the school on [attendance_date], Thank You [school_name]', '', '[staff_name], [attendance_date], [school_name]', 1, 1, '2024-10-23 08:31:14', '2024-10-23 08:31:14'), (29, 'sms', 'staff_late', '', 'Dear [staff_name], your are late to the school on [attendance_date], Thank You [school_name]', '', '[staff_name], |StudentName|, [attendance_date], [school_name]', 1, 1, '2024-10-23 08:31:14', '2024-10-23 08:31:14'), (30, 'sms', 'staff_leave_appllication', '', 'Dear staff [staff_name], Thank you for your leave application. Please wait for approval. Thank You [school_name]', '', '[staff_name], [school_name]', 1, 1, '2024-10-23 08:31:14', '2024-10-23 08:31:14'), (31, 'sms', 'staff_leave_approve', '', 'Dear staff [staff_name], Thank you for your leave application. Your Leave approve. Thank You [school_name]', '', '[staff_name], [school_name]', 1, 1, '2024-10-23 08:31:14', '2024-10-23 08:31:14'), (32, 'sms', 'holiday', '', 'This is to update you that [holiday_date] is holiday, Thank You [school_name]', '', '[holiday_date], [school_name]', 1, 1, '2024-10-23 08:31:14', '2024-10-23 08:31:14'), (33, 'sms', 'student_birthday', '', 'Dear [student_name], Warm wishes to your birthday. Happy Birthday, Thank You [school_name]', '', '[student_name], [school_name]', 1, 1, '2024-10-23 08:31:14', '2024-10-23 08:31:14'), (34, 'sms', 'staff_birthday', '', 'Dear staff [staff_name], Warm wishes to your birthday. Happy Birthday, Thank You [school_name]. Thanks', '', '[staff_name], [school_name]', 1, 1, '2024-10-23 08:31:14', '2024-10-23 08:31:14'), (35, 'sms', 'student_early_checkout', '', 'Dear parent [parent_name], your child [student_name] is checkout at [attendance_date] to the school on [attendance_date], Thank You [school_name]', 'InfixBiometrics', '[parent_name], [student_name], [attendance_date], [attendance_date], [school_name]', 1, 1, '2024-10-23 08:31:14', '2024-10-23 08:31:14'), (36, 'sms', 'student_checkout', '', 'Dear Parent [parent_name], your child [student_name] left the school at [left_time], Thank You [school_name]', 'InfixBiometrics', '[parent_name], [student_name], [school_name]', 1, 1, '2024-10-23 08:31:14', '2024-10-23 08:31:14'), (37, 'next_implement', 'cheque_bounce', 'DEMO', 'Dear parent |ParentName|, the Cheque with no :|ChequeNo| for Rs.|FeePaid| received towards fee payment for your child :|StudentName| with receipt number:|ReceiptNo| has been Bounced', '', ', [school_name]', 1, 1, '2024-10-23 08:31:14', '2024-10-23 08:31:14'), (38, 'sms', 'student_admission_in_progress', '', 'Dear parent [parent_name], your child [student_name] admission is in process.', 'ParentRegistration', '[parent_name], [student_name], [school_name]', 1, 1, '2024-10-23 08:31:14', '2024-10-23 08:31:14'), (39, 'sms', 'university_fees_remainder', '', 'Hi [student_name], Your Semester label: [semester_label], Academic Year: [academic] Fees Type: [fees_type], Amount: [amount], Due Date: [due_date].Please Pay This Amount Before [due_date].', 'University', '[student_name], [fees_type], [amount], [semester_label], [academic], [due_date], [class], [section], [school_name]', 1, 1, '2024-10-23 08:31:14', '2024-10-23 08:31:14'), (40, 'sms', 'student_dues_fees', '', 'Hi [student_name], You fees due amount [dues_amount] for [fees_name] on [date]. Thank You [school_name]', 'Fees', '[student_name], [dues_amount], [fees_name], [date], [school_name]', 1, 1, '2024-10-23 08:31:14', '2024-10-23 08:31:14'), (41, 'sms', 'student_dues_fees_for_parent', '', 'Hi [parent_name], You fees due amount [dues_amount] for [fees_name] on [date]. Thank You [school_name]', 'Fees', '[parent_name], [dues_amount], [fees_name], [date], [school_name]', 1, 1, '2024-10-23 08:31:14', '2024-10-23 08:31:14'), (42, 'sms', 'student_admission_in_progress', '', 'Dear parent [parent_name], your child [student_name] admission is in process, Thank You [school_name]', 'ParentRegistration', '[parent_name], [student_name], [school_name]', 1, 1, '2024-10-23 08:31:14', '2024-10-23 08:31:14'), (43, 'sms', 'student_absent_notification', '', 'Hi [parent_name], Your child [student_name] absent for [number_of_subject] subjects. Those are [subject_list] on [date], Thank You [school_name]', '', '[parent_name], [student_name], [number_of_subject], [subject_list], [date], [school_name]', 1, 1, '2024-10-23 08:31:14', '2024-10-23 08:31:14'), (44, 'email', 'test_mail', 'Test Mail', '<table bgcolor=\"#FFFFFF\" cellpadding=\"0\" cellspacing=\"0\" class=\"nl-container\" style=\"table-layout:fixed;vertical-align:top;min-width:320px;border-spacing:0;border-collapse:collapse;background-color:#FFFFFF;width:100%;\" width=\"100%\">\r\n <tbody>\r\n <tr style=\"vertical-align:top;\" valign=\"top\">\r\n <td style=\"vertical-align:top;\" valign=\"top\">\r\n <div style=\"background-color:#415094;\">\r\n <div class=\"block-grid\" style=\"min-width:320px;max-width:600px;margin:0 auto;background-color:transparent;\">\r\n <div style=\"border-collapse:collapse;width:100%;background-color:transparent;background-position:center top;background-repeat:no-repeat;\">\r\n <div class=\"col num12\" style=\"min-width:320px;max-width:600px;vertical-align:top;width:600px;\">\r\n <div class=\"col_cont\" style=\"width:100%;\">\r\n <div align=\"center\" class=\"img-container center fixedwidth\" style=\"padding-right:30px;padding-left:30px;\">\r\n <a href=\"#\">\r\n <img border=\"0\" class=\"center fixedwidth\" src=\"\" style=\"padding-top:30px;padding-bottom:30px;text-decoration:none;height:auto;border:0;max-width:150px;\" width=\"150\" alt=\"logo.png\">\r\n </a>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n <div style=\"background-color:#415094;\">\r\n <div class=\"block-grid\" style=\"min-width:320px;max-width:600px;margin:0 auto;background-color:#ffffff;padding-top:25px;border-top-right-radius:30px;border-top-left-radius:30px;\">\r\n <div style=\"border-collapse:collapse;width:100%;background-color:transparent;\">\r\n <div class=\"col num12\" style=\"min-width:320px;max-width:600px;vertical-align:top;width:600px;\">\r\n <div class=\"col_cont\" style=\"width:100%;\">\r\n <div align=\"center\" class=\"img-container center autowidth\" style=\"padding-right:20px;padding-left:20px;\">\r\n <img border=\"0\" class=\"center autowidth\" src=\"https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcRGF00Oi-zJNU_EvYGueBVz_sqXmFjk8pxNtg&usqp=CAU\" style=\"text-decoration:none;height:auto;border:0;max-width:541px;\" width=\"541\" alt=\"images?q=tbn:ANd9GcRGF00Oi-zJNU_EvYGueBVz_sqXmFjk8pxNtg&usqp=CAU\">\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n <div style=\"background-color:#7c32ff;\">\r\n <div class=\"block-grid\" style=\"min-width:320px;max-width:600px;margin:0 auto;background-color:#ffffff;border-bottom-right-radius:30px;border-bottom-left-radius:30px;overflow:hidden;\">\r\n <div style=\"border-collapse:collapse;width:100%;background-color:#ffffff;\">\r\n <div class=\"col num12\" style=\"min-width:320px;max-width:600px;vertical-align:top;width:600px;\">\r\n <div class=\"col_cont\" style=\"width:100%;\">\r\n <h1 style=\"line-height:120%;text-align:center;margin-bottom:0px;\">\r\n <font color=\"#555555\" face=\"Arial, Helvetica Neue, Helvetica, sans-serif\">\r\n <span style=\"font-size:36px;\">Test Mail</span>\r\n </font>\r\n </h1>\r\n <div style=\"line-height:1.8;padding:20px 15px;\">\r\n <div class=\"txtTinyMce-wrapper\" style=\"line-height:1.8;\">\r\n <h1>Hi [user_name] ,</h1>\r\n <p style=\"margin:10px 0px 30px;line-height:1.929;font-size:16px;color:rgb(113,128,150);\">\r\n It is test email . If your email configuration is okay then you will be got this email .Thank You [school_name]\r\n </p>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n <div style=\"background-color:#7c32ff;\">\r\n <div class=\"block-grid\" style=\"min-width:320px;max-width:600px;margin:0 auto;background-color:transparent;\">\r\n <div style=\"border-collapse:collapse;width:100%;background-color:transparent;\">\r\n <div class=\"col num12\" style=\"min-width:320px;max-width:600px;vertical-align:top;width:600px;\">\r\n <div class=\"col_cont\" style=\"width:100%;\">\r\n <div style=\"color:#262b30;font-family:Arial, Helvetica Neue, Helvetica, sans-serif;line-height:1.2;padding-top:30px;padding-right:5px;padding-bottom:5px;padding-left:5px;\">\r\n <div class=\"txtTinyMce-wrapper\" style=\"line-height:1.2;font-size:12px;font-family:Arial, Helvetica Neue, Helvetica, sans-serif;color:#262b30;\">\r\n <p style=\"margin:0;font-size:12px;line-height:1.2;text-align:center;margin-top:0;margin-bottom:0;\">\r\n <span style=\"font-size:14px;color:rgb(255,255,255);font-family:Arial;\">\r\n © 2020 Infix Education software| \r\n </span>\r\n <span style=\"background-color:transparent;text-align:left;\">\r\n <font color=\"#ffffff\">\r\n Copyright © 2020 All rights reserved | This application is made by Codethemes\r\n </font>\r\n </span>\r\n <br>\r\n </p>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n </td>\r\n </tr>\r\n </tbody>\r\n </table>', '', '[user_name], [school_name]', 1, 1, '2024-10-23 08:31:14', '2024-10-23 08:31:14'), (45, 'email', 'password_reset', 'Password Reset', '<table bgcolor=\"#FFFFFF\" cellpadding=\"0\" cellspacing=\"0\" class=\"nl-container\" style=\"table-layout:fixed;vertical-align:top;min-width:320px;border-spacing:0;border-collapse:collapse;background-color:#FFFFFF;width:100%;\" width=\"100%\">\r\n <tbody>\r\n <tr style=\"vertical-align:top;\" valign=\"top\">\r\n <td style=\"vertical-align:top;\" valign=\"top\">\r\n <div style=\"background-color:#415094;\">\r\n <div class=\"block-grid\" style=\"min-width:320px;max-width:600px;margin:0 auto;background-color:transparent;\">\r\n <div style=\"border-collapse:collapse;width:100%;background-color:transparent;background-position:center top;background-repeat:no-repeat;\">\r\n <div class=\"col num12\" style=\"min-width:320px;max-width:600px;vertical-align:top;width:600px;\">\r\n <div class=\"col_cont\" style=\"width:100%;\">\r\n <div align=\"center\" class=\"img-container center fixedwidth\" style=\"padding-right:30px;padding-left:30px;\">\r\n <a href=\"#\">\r\n <img border=\"0\" class=\"center fixedwidth\" src=\"\" style=\"padding-top:30px;padding-bottom:30px;text-decoration:none;height:auto;border:0;max-width:150px;\" width=\"150\" alt=\"logo.png\">\r\n </a>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n <div style=\"background-color:#415094;\">\r\n <div class=\"block-grid\" style=\"min-width:320px;max-width:600px;margin:0 auto;background-color:#ffffff;padding-top:25px;border-top-right-radius:30px;border-top-left-radius:30px;\">\r\n <div style=\"border-collapse:collapse;width:100%;background-color:transparent;\">\r\n <div class=\"col num12\" style=\"min-width:320px;max-width:600px;vertical-align:top;width:600px;\">\r\n <div class=\"col_cont\" style=\"width:100%;\">\r\n <div align=\"center\" class=\"img-container center autowidth\" style=\"padding-right:20px;padding-left:20px;\">\r\n <img border=\"0\" class=\"center autowidth\" src=\"https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcRGF00Oi-zJNU_EvYGueBVz_sqXmFjk8pxNtg&usqp=CAU\" style=\"text-decoration:none;height:auto;border:0;max-width:541px;\" width=\"541\" alt=\"images?q=tbn:ANd9GcRGF00Oi-zJNU_EvYGueBVz_sqXmFjk8pxNtg&usqp=CAU\">\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n <div style=\"background-color:#7c32ff;\">\r\n <div class=\"block-grid\" style=\"min-width:320px;max-width:600px;margin:0 auto;background-color:#ffffff;border-bottom-right-radius:30px;border-bottom-left-radius:30px;overflow:hidden;\">\r\n <div style=\"border-collapse:collapse;width:100%;background-color:#ffffff;\">\r\n <div class=\"col num12\" style=\"min-width:320px;max-width:600px;vertical-align:top;width:600px;\">\r\n <div class=\"col_cont\" style=\"width:100%;\">\r\n <h1 style=\"line-height:120%;text-align:center;margin-bottom:0px;\">\r\n <font color=\"#555555\" face=\"Arial, Helvetica Neue, Helvetica, sans-serif\">\r\n <span style=\"font-size:36px;\">Password Reset</span>\r\n </font>\r\n </h1>\r\n <div style=\"line-height:1.8;padding:20px 15px;\">\r\n <div class=\"txtTinyMce-wrapper\" style=\"line-height:1.8;\">\r\n <h1>Hi [name],</h1>\r\n <p style=\"margin:10px 0px 30px;line-height:1.929;font-size:16px;color:rgb(113,128,150);\">\r\n Tap the button below to reset your account password. If you didnt request a new password, you can safely delete this email.\r\n </p>\r\n <p style=\"text-align:center;margin:10px 0px 30px;line-height:1.929;font-size:16px;color:rgb(113,128,150);\"> \r\n <a href=\"[reset_link]\" target=\"_blank\" style=\"font-size:12px;line-height:40px;background:#7c32ff;color:#fff;letter-spacing:1px;font-weight:500;padding:19px 52px;text-align:center;text-transform:uppercase;border:0;text-decoration:none;font-family:Arial, Helvetica Neue, Helvetica;\" rel=\"noreferrer noopener\">\r\n RESET LINK\r\n </a>\r\n </p>\r\n <p style=\"margin:10px 0px 30px;line-height:1.929;font-size:16px;color:rgb(113,128,150);\">\r\n This password reset link will expire in 60 minutes.\r\n </p>\r\n <p style=\"margin:10px 0px 30px;line-height:1.929;font-size:16px;color:rgb(113,128,150);\">\r\n If you did not request a password reset, no further action is required.\r\n </p>\r\n <p style=\"text-align:left;margin:0px;line-height:1.8;\">\r\n <br>\r\n </p>\r\n </br>\r\n Thank You, [school_name]\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n <div style=\"background-color:#7c32ff;\">\r\n <div class=\"block-grid\" style=\"min-width:320px;max-width:600px;margin:0 auto;background-color:transparent;\">\r\n <div style=\"border-collapse:collapse;width:100%;background-color:transparent;\">\r\n <div class=\"col num12\" style=\"min-width:320px;max-width:600px;vertical-align:top;width:600px;\">\r\n <div class=\"col_cont\" style=\"width:100%;\">\r\n <div style=\"color:#262b30;font-family:Arial, Helvetica Neue, Helvetica, sans-serif;line-height:1.2;padding-top:30px;padding-right:5px;padding-bottom:5px;padding-left:5px;\">\r\n <div class=\"txtTinyMce-wrapper\" style=\"line-height:1.2;font-size:12px;font-family:Arial, Helvetica Neue, Helvetica, sans-serif;color:#262b30;\">\r\n <p style=\"margin:0;font-size:12px;line-height:1.2;text-align:center;margin-top:0;margin-bottom:0;\">\r\n <span style=\"font-size:14px;color:rgb(255,255,255);font-family:Arial;\">\r\n © 2020 Infix Education software| \r\n </span>\r\n <span style=\"background-color:transparent;text-align:left;\">\r\n <font color=\"#ffffff\">\r\n Copyright © 2020 All rights reserved | This application is made by Codethemes\r\n </font>\r\n </span>\r\n <br>\r\n </p>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n </td>\r\n </tr>\r\n </tbody>\r\n </table>', '', '[name], [reset_link], [school_name]', 1, 1, '2024-10-23 08:31:14', '2024-10-23 08:31:14'), (46, 'email', 'student_login_credentials', 'Student Login Credentials', '<table bgcolor=\"#FFFFFF\" cellpadding=\"0\" cellspacing=\"0\" class=\"nl-container\" style=\"table-layout:fixed;vertical-align:top;min-width:320px;border-spacing:0;border-collapse:collapse;background-color:#FFFFFF;width:100%;\" width=\"100%\">\r\n <tbody>\r\n <tr style=\"vertical-align:top;\" valign=\"top\">\r\n <td style=\"vertical-align:top;\" valign=\"top\">\r\n <div style=\"background-color:#415094;\">\r\n <div class=\"block-grid\" style=\"min-width:320px;max-width:600px;margin:0 auto;background-color:transparent;\">\r\n <div style=\"border-collapse:collapse;width:100%;background-color:transparent;background-position:center top;background-repeat:no-repeat;\">\r\n <div class=\"col num12\" style=\"min-width:320px;max-width:600px;vertical-align:top;width:600px;\">\r\n <div class=\"col_cont\" style=\"width:100%;\">\r\n <div align=\"center\" class=\"img-container center fixedwidth\" style=\"padding-right:30px;padding-left:30px;\">\r\n <a href=\"#\">\r\n <img border=\"0\" class=\"center fixedwidth\" src=\"\" style=\"padding-top:30px;padding-bottom:30px;text-decoration:none;height:auto;border:0;max-width:150px;\" width=\"150\" alt=\"logo.png\">\r\n </a>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n <div style=\"background-color:#415094;\">\r\n <div class=\"block-grid\" style=\"min-width:320px;max-width:600px;margin:0 auto;background-color:#ffffff;padding-top:25px;border-top-right-radius:30px;border-top-left-radius:30px;\">\r\n <div style=\"border-collapse:collapse;width:100%;background-color:transparent;\">\r\n <div class=\"col num12\" style=\"min-width:320px;max-width:600px;vertical-align:top;width:600px;\">\r\n <div class=\"col_cont\" style=\"width:100%;\">\r\n <div align=\"center\" class=\"img-container center autowidth\" style=\"padding-right:20px;padding-left:20px;\">\r\n <img border=\"0\" class=\"center autowidth\" src=\"https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcRGF00Oi-zJNU_EvYGueBVz_sqXmFjk8pxNtg&usqp=CAU\" style=\"text-decoration:none;height:auto;border:0;max-width:541px;\" width=\"541\" alt=\"images?q=tbn:ANd9GcRGF00Oi-zJNU_EvYGueBVz_sqXmFjk8pxNtg&usqp=CAU\">\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n <div style=\"background-color:#7c32ff;\">\r\n <div class=\"block-grid\" style=\"min-width:320px;max-width:600px;margin:0 auto;background-color:#ffffff;border-bottom-right-radius:30px;border-bottom-left-radius:30px;overflow:hidden;\">\r\n <div style=\"border-collapse:collapse;width:100%;background-color:#ffffff;\">\r\n <div class=\"col num12\" style=\"min-width:320px;max-width:600px;vertical-align:top;width:600px;\">\r\n <div class=\"col_cont\" style=\"width:100%;\">\r\n <h1 style=\"line-height:120%;text-align:center;margin-bottom:0px;\">\r\n <font color=\"#555555\" face=\"Arial, Helvetica Neue, Helvetica, sans-serif\">\r\n <span style=\"font-size:36px;\">Student Login Credentials</span>\r\n </font>\r\n </h1>\r\n <div style=\"line-height:1.8;padding:20px 15px;\">\r\n <div class=\"txtTinyMce-wrapper\" style=\"line-height:1.8;\">\r\n <h1>Hi [student_name] ,</h1>\r\n <p style=\"margin:10px 0px 30px;line-height:1.929;font-size:16px;color:rgb(113,128,150);\">\r\n Welcome to [school_name]. Congratulations ! You have registered successfully. Please login using this username [username] and password [password]. Thank You, [school_name]\r\n </p>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n <div style=\"background-color:#7c32ff;\">\r\n <div class=\"block-grid\" style=\"min-width:320px;max-width:600px;margin:0 auto;background-color:transparent;\">\r\n <div style=\"border-collapse:collapse;width:100%;background-color:transparent;\">\r\n <div class=\"col num12\" style=\"min-width:320px;max-width:600px;vertical-align:top;width:600px;\">\r\n <div class=\"col_cont\" style=\"width:100%;\">\r\n <div style=\"color:#262b30;font-family:Arial, Helvetica Neue, Helvetica, sans-serif;line-height:1.2;padding-top:30px;padding-right:5px;padding-bottom:5px;padding-left:5px;\">\r\n <div class=\"txtTinyMce-wrapper\" style=\"line-height:1.2;font-size:12px;font-family:Arial, Helvetica Neue, Helvetica, sans-serif;color:#262b30;\">\r\n <p style=\"margin:0;font-size:12px;line-height:1.2;text-align:center;margin-top:0;margin-bottom:0;\">\r\n <span style=\"font-size:14px;color:rgb(255,255,255);font-family:Arial;\">\r\n © 2020 Infix Education software| \r\n </span>\r\n <span style=\"background-color:transparent;text-align:left;\">\r\n <font color=\"#ffffff\">\r\n Copyright © 2020 All rights reserved | This application is made by Codethemes\r\n </font>\r\n </span>\r\n <br>\r\n </p>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n </td>\r\n </tr>\r\n </tbody>\r\n </table>', '', '[student_name], [school_name], [username], [password]', 1, 1, '2024-10-23 08:31:14', '2024-10-23 08:31:14'), (47, 'email', 'frontend_contact', 'Contact', '<table bgcolor=\"#FFFFFF\" cellpadding=\"0\" cellspacing=\"0\" class=\"nl-container\" style=\"table-layout:fixed;vertical-align:top;min-width:320px;border-spacing:0;border-collapse:collapse;background-color:#FFFFFF;width:100%;\" width=\"100%\">\r\n <tbody>\r\n <tr style=\"vertical-align:top;\" valign=\"top\">\r\n <td style=\"vertical-align:top;\" valign=\"top\">\r\n <div style=\"background-color:#415094;\">\r\n <div class=\"block-grid\" style=\"min-width:320px;max-width:600px;margin:0 auto;background-color:transparent;\">\r\n <div style=\"border-collapse:collapse;width:100%;background-color:transparent;background-position:center top;background-repeat:no-repeat;\">\r\n <div class=\"col num12\" style=\"min-width:320px;max-width:600px;vertical-align:top;width:600px;\">\r\n <div class=\"col_cont\" style=\"width:100%;\">\r\n <div align=\"center\" class=\"img-container center fixedwidth\" style=\"padding-right:30px;padding-left:30px;\">\r\n <a href=\"#\">\r\n <img border=\"0\" class=\"center fixedwidth\" src=\"\" style=\"padding-top:30px;padding-bottom:30px;text-decoration:none;height:auto;border:0;max-width:150px;\" width=\"150\" alt=\"logo.png\">\r\n </a>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n <div style=\"background-color:#415094;\">\r\n <div class=\"block-grid\" style=\"min-width:320px;max-width:600px;margin:0 auto;background-color:#ffffff;padding-top:25px;border-top-right-radius:30px;border-top-left-radius:30px;\">\r\n <div style=\"border-collapse:collapse;width:100%;background-color:transparent;\">\r\n <div class=\"col num12\" style=\"min-width:320px;max-width:600px;vertical-align:top;width:600px;\">\r\n <div class=\"col_cont\" style=\"width:100%;\">\r\n <div align=\"center\" class=\"img-container center autowidth\" style=\"padding-right:20px;padding-left:20px;\">\r\n <img border=\"0\" class=\"center autowidth\" src=\"https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcRGF00Oi-zJNU_EvYGueBVz_sqXmFjk8pxNtg&usqp=CAU\" style=\"text-decoration:none;height:auto;border:0;max-width:541px;\" width=\"541\" alt=\"images?q=tbn:ANd9GcRGF00Oi-zJNU_EvYGueBVz_sqXmFjk8pxNtg&usqp=CAU\">\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n <div style=\"background-color:#7c32ff;\">\r\n <div class=\"block-grid\" style=\"min-width:320px;max-width:600px;margin:0 auto;background-color:#ffffff;border-bottom-right-radius:30px;border-bottom-left-radius:30px;overflow:hidden;\">\r\n <div style=\"border-collapse:collapse;width:100%;background-color:#ffffff;\">\r\n <div class=\"col num12\" style=\"min-width:320px;max-width:600px;vertical-align:top;width:600px;\">\r\n <div class=\"col_cont\" style=\"width:100%;\">\r\n <div style=\"line-height:1.8;padding:20px 15px;\">\r\n <div class=\"txtTinyMce-wrapper\" style=\"line-height:1.8;\">\r\n <p style=\"margin:10px 0px 30px;line-height:1.929;font-size:16px;color:rgb(113,128,150);\">\r\n Contact Email From : [contact_name]\r\n </br>\r\n Email : [contact_email]\r\n </br>\r\n Subject : [contact_subject]\r\n </br>\r\n message: [contact_message]\r\n </br>\r\n Thank You, [school_name]\r\n </p>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n <div style=\"background-color:#7c32ff;\">\r\n <div class=\"block-grid\" style=\"min-width:320px;max-width:600px;margin:0 auto;background-color:transparent;\">\r\n <div style=\"border-collapse:collapse;width:100%;background-color:transparent;\">\r\n <div class=\"col num12\" style=\"min-width:320px;max-width:600px;vertical-align:top;width:600px;\">\r\n <div class=\"col_cont\" style=\"width:100%;\">\r\n <div style=\"color:#262b30;font-family:Arial, Helvetica Neue, Helvetica, sans-serif;line-height:1.2;padding-top:30px;padding-right:5px;padding-bottom:5px;padding-left:5px;\">\r\n <div class=\"txtTinyMce-wrapper\" style=\"line-height:1.2;font-size:12px;font-family:Arial, Helvetica Neue, Helvetica, sans-serif;color:#262b30;\">\r\n <p style=\"margin:0;font-size:12px;line-height:1.2;text-align:center;margin-top:0;margin-bottom:0;\">\r\n <span style=\"font-size:14px;color:rgb(255,255,255);font-family:Arial;\">\r\n © 2020 Infix Education software| \r\n </span>\r\n <span style=\"background-color:transparent;text-align:left;\">\r\n <font color=\"#ffffff\">\r\n Copyright © 2020 All rights reserved | This application is made by Codethemes\r\n </font>\r\n </span>\r\n <br>\r\n </p>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n </td>\r\n </tr>\r\n </tbody>\r\n </table>', '', '[contact_name], [contact_email], [contact_subject], [contact_message], [school_name]', 1, 1, '2024-10-23 08:31:14', '2024-10-23 08:31:14'); INSERT INTO `sms_templates` (`id`, `type`, `purpose`, `subject`, `body`, `module`, `variable`, `status`, `school_id`, `created_at`, `updated_at`) VALUES (48, 'email', 'communication_sent_email', 'Sent Email', '<table bgcolor=\"#FFFFFF\" cellpadding=\"0\" cellspacing=\"0\" class=\"nl-container\" style=\"table-layout:fixed;vertical-align:top;min-width:320px;border-spacing:0;border-collapse:collapse;background-color:#FFFFFF;width:100%;\" width=\"100%\">\r\n <tbody>\r\n <tr style=\"vertical-align:top;\" valign=\"top\">\r\n <td style=\"vertical-align:top;\" valign=\"top\">\r\n <div style=\"background-color:#415094;\">\r\n <div class=\"block-grid\" style=\"min-width:320px;max-width:600px;margin:0 auto;background-color:transparent;\">\r\n <div style=\"border-collapse:collapse;width:100%;background-color:transparent;background-position:center top;background-repeat:no-repeat;\">\r\n <div class=\"col num12\" style=\"min-width:320px;max-width:600px;vertical-align:top;width:600px;\">\r\n <div class=\"col_cont\" style=\"width:100%;\">\r\n <div align=\"center\" class=\"img-container center fixedwidth\" style=\"padding-right:30px;padding-left:30px;\">\r\n <a href=\"#\">\r\n <img border=\"0\" class=\"center fixedwidth\" src=\"\" style=\"padding-top:30px;padding-bottom:30px;text-decoration:none;height:auto;border:0;max-width:150px;\" width=\"150\" alt=\"logo.png\">\r\n </a>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n <div style=\"background-color:#415094;\">\r\n <div class=\"block-grid\" style=\"min-width:320px;max-width:600px;margin:0 auto;background-color:#ffffff;padding-top:25px;border-top-right-radius:30px;border-top-left-radius:30px;\">\r\n <div style=\"border-collapse:collapse;width:100%;background-color:transparent;\">\r\n <div class=\"col num12\" style=\"min-width:320px;max-width:600px;vertical-align:top;width:600px;\">\r\n <div class=\"col_cont\" style=\"width:100%;\">\r\n <div align=\"center\" class=\"img-container center autowidth\" style=\"padding-right:20px;padding-left:20px;\">\r\n <img border=\"0\" class=\"center autowidth\" src=\"https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcRGF00Oi-zJNU_EvYGueBVz_sqXmFjk8pxNtg&usqp=CAU\" style=\"text-decoration:none;height:auto;border:0;max-width:541px;\" width=\"541\" alt=\"images?q=tbn:ANd9GcRGF00Oi-zJNU_EvYGueBVz_sqXmFjk8pxNtg&usqp=CAU\">\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n <div style=\"background-color:#7c32ff;\">\r\n <div class=\"block-grid\" style=\"min-width:320px;max-width:600px;margin:0 auto;background-color:#ffffff;border-bottom-right-radius:30px;border-bottom-left-radius:30px;overflow:hidden;\">\r\n <div style=\"border-collapse:collapse;width:100%;background-color:#ffffff;\">\r\n <div class=\"col num12\" style=\"min-width:320px;max-width:600px;vertical-align:top;width:600px;\">\r\n <div class=\"col_cont\" style=\"width:100%;\">\r\n <h1 style=\"line-height:120%;text-align:center;margin-bottom:0px;\">\r\n <font color=\"#555555\" face=\"Arial, Helvetica Neue, Helvetica, sans-serif\">\r\n <span style=\"font-size:36px;\"></span>\r\n </font>\r\n </h1>\r\n <div style=\"line-height:1.8;padding:20px 15px;\">\r\n <div class=\"txtTinyMce-wrapper\" style=\"line-height:1.8;\">\r\n <h1></h1>\r\n <p style=\"margin:10px 0px 30px;line-height:1.929;font-size:16px;color:rgb(113,128,150);\">\r\n Title : [title]\r\n </br>\r\n Description : [description]\r\n </br>\r\n Thank You, [school_name]\r\n </p>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n <div style=\"background-color:#7c32ff;\">\r\n <div class=\"block-grid\" style=\"min-width:320px;max-width:600px;margin:0 auto;background-color:transparent;\">\r\n <div style=\"border-collapse:collapse;width:100%;background-color:transparent;\">\r\n <div class=\"col num12\" style=\"min-width:320px;max-width:600px;vertical-align:top;width:600px;\">\r\n <div class=\"col_cont\" style=\"width:100%;\">\r\n <div style=\"color:#262b30;font-family:Arial, Helvetica Neue, Helvetica, sans-serif;line-height:1.2;padding-top:30px;padding-right:5px;padding-bottom:5px;padding-left:5px;\">\r\n <div class=\"txtTinyMce-wrapper\" style=\"line-height:1.2;font-size:12px;font-family:Arial, Helvetica Neue, Helvetica, sans-serif;color:#262b30;\">\r\n <p style=\"margin:0;font-size:12px;line-height:1.2;text-align:center;margin-top:0;margin-bottom:0;\">\r\n <span style=\"font-size:14px;color:rgb(255,255,255);font-family:Arial;\">\r\n © 2020 Infix Education software| \r\n </span>\r\n <span style=\"background-color:transparent;text-align:left;\">\r\n <font color=\"#ffffff\">\r\n Copyright © 2020 All rights reserved | This application is made by Codethemes\r\n </font>\r\n </span>\r\n <br>\r\n </p>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n </td>\r\n </tr>\r\n </tbody>\r\n </table>', '', '[title], [description], [school_name]', 1, 1, '2024-10-23 08:31:14', '2024-10-23 08:31:14'), (49, 'email', 'parent_login_credentials', 'Parent Login Credentials', '<table bgcolor=\"#FFFFFF\" cellpadding=\"0\" cellspacing=\"0\" class=\"nl-container\" style=\"table-layout:fixed;vertical-align:top;min-width:320px;border-spacing:0;border-collapse:collapse;background-color:#FFFFFF;width:100%;\" width=\"100%\">\r\n <tbody>\r\n <tr style=\"vertical-align:top;\" valign=\"top\">\r\n <td style=\"vertical-align:top;\" valign=\"top\">\r\n <div style=\"background-color:#415094;\">\r\n <div class=\"block-grid\" style=\"min-width:320px;max-width:600px;margin:0 auto;background-color:transparent;\">\r\n <div style=\"border-collapse:collapse;width:100%;background-color:transparent;background-position:center top;background-repeat:no-repeat;\">\r\n <div class=\"col num12\" style=\"min-width:320px;max-width:600px;vertical-align:top;width:600px;\">\r\n <div class=\"col_cont\" style=\"width:100%;\">\r\n <div align=\"center\" class=\"img-container center fixedwidth\" style=\"padding-right:30px;padding-left:30px;\">\r\n <a href=\"#\">\r\n <img border=\"0\" class=\"center fixedwidth\" src=\"\" style=\"padding-top:30px;padding-bottom:30px;text-decoration:none;height:auto;border:0;max-width:150px;\" width=\"150\" alt=\"logo.png\">\r\n </a>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n <div style=\"background-color:#415094;\">\r\n <div class=\"block-grid\" style=\"min-width:320px;max-width:600px;margin:0 auto;background-color:#ffffff;padding-top:25px;border-top-right-radius:30px;border-top-left-radius:30px;\">\r\n <div style=\"border-collapse:collapse;width:100%;background-color:transparent;\">\r\n <div class=\"col num12\" style=\"min-width:320px;max-width:600px;vertical-align:top;width:600px;\">\r\n <div class=\"col_cont\" style=\"width:100%;\">\r\n <div align=\"center\" class=\"img-container center autowidth\" style=\"padding-right:20px;padding-left:20px;\">\r\n <img border=\"0\" class=\"center autowidth\" src=\"https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcRGF00Oi-zJNU_EvYGueBVz_sqXmFjk8pxNtg&usqp=CAU\" style=\"text-decoration:none;height:auto;border:0;max-width:541px;\" width=\"541\" alt=\"images?q=tbn:ANd9GcRGF00Oi-zJNU_EvYGueBVz_sqXmFjk8pxNtg&usqp=CAU\">\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n <div style=\"background-color:#7c32ff;\">\r\n <div class=\"block-grid\" style=\"min-width:320px;max-width:600px;margin:0 auto;background-color:#ffffff;border-bottom-right-radius:30px;border-bottom-left-radius:30px;overflow:hidden;\">\r\n <div style=\"border-collapse:collapse;width:100%;background-color:#ffffff;\">\r\n <div class=\"col num12\" style=\"min-width:320px;max-width:600px;vertical-align:top;width:600px;\">\r\n <div class=\"col_cont\" style=\"width:100%;\">\r\n <h1 style=\"line-height:120%;text-align:center;margin-bottom:0px;\">\r\n <font color=\"#555555\" face=\"Arial, Helvetica Neue, Helvetica, sans-serif\">\r\n <span style=\"font-size:36px;\">Parent Login Credentials</span>\r\n </font>\r\n </h1>\r\n <div style=\"line-height:1.8;padding:20px 15px;\">\r\n <div class=\"txtTinyMce-wrapper\" style=\"line-height:1.8;\">\r\n <h1>Hi [father_name] ,</h1>\r\n <p style=\"margin:10px 0px 30px;line-height:1.929;font-size:16px;color:rgb(113,128,150);\">\r\n Welcome to [school_name]. Congratulations ! You have registered successfully. Please login using this username [username] and password [password]. Thank You, [school_name]\r\n </p>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n <div style=\"background-color:#7c32ff;\">\r\n <div class=\"block-grid\" style=\"min-width:320px;max-width:600px;margin:0 auto;background-color:transparent;\">\r\n <div style=\"border-collapse:collapse;width:100%;background-color:transparent;\">\r\n <div class=\"col num12\" style=\"min-width:320px;max-width:600px;vertical-align:top;width:600px;\">\r\n <div class=\"col_cont\" style=\"width:100%;\">\r\n <div style=\"color:#262b30;font-family:Arial, Helvetica Neue, Helvetica, sans-serif;line-height:1.2;padding-top:30px;padding-right:5px;padding-bottom:5px;padding-left:5px;\">\r\n <div class=\"txtTinyMce-wrapper\" style=\"line-height:1.2;font-size:12px;font-family:Arial, Helvetica Neue, Helvetica, sans-serif;color:#262b30;\">\r\n <p style=\"margin:0;font-size:12px;line-height:1.2;text-align:center;margin-top:0;margin-bottom:0;\">\r\n <span style=\"font-size:14px;color:rgb(255,255,255);font-family:Arial;\">\r\n © 2020 Infix Education software| \r\n </span>\r\n <span style=\"background-color:transparent;text-align:left;\">\r\n <font color=\"#ffffff\">\r\n Copyright © 2020 All rights reserved | This application is made by Codethemes\r\n </font>\r\n </span>\r\n <br>\r\n </p>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n </td>\r\n </tr>\r\n </tbody>\r\n </table>', '', '[student_name], [father_name], [school_name], [username], [password]', 1, 1, '2024-10-23 08:31:14', '2024-10-23 08:31:14'), (50, 'email', 'staff_login_credentials', 'Staff Login Credentials', '<table bgcolor=\"#FFFFFF\" cellpadding=\"0\" cellspacing=\"0\" class=\"nl-container\" style=\"table-layout:fixed;vertical-align:top;min-width:320px;border-spacing:0;border-collapse:collapse;background-color:#FFFFFF;width:100%;\" width=\"100%\">\r\n <tbody>\r\n <tr style=\"vertical-align:top;\" valign=\"top\">\r\n <td style=\"vertical-align:top;\" valign=\"top\">\r\n <div style=\"background-color:#415094;\">\r\n <div class=\"block-grid\" style=\"min-width:320px;max-width:600px;margin:0 auto;background-color:transparent;\">\r\n <div style=\"border-collapse:collapse;width:100%;background-color:transparent;background-position:center top;background-repeat:no-repeat;\">\r\n <div class=\"col num12\" style=\"min-width:320px;max-width:600px;vertical-align:top;width:600px;\">\r\n <div class=\"col_cont\" style=\"width:100%;\">\r\n <div align=\"center\" class=\"img-container center fixedwidth\" style=\"padding-right:30px;padding-left:30px;\">\r\n <a href=\"#\">\r\n <img border=\"0\" class=\"center fixedwidth\" src=\"\" style=\"padding-top:30px;padding-bottom:30px;text-decoration:none;height:auto;border:0;max-width:150px;\" width=\"150\" alt=\"logo.png\">\r\n </a>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n <div style=\"background-color:#415094;\">\r\n <div class=\"block-grid\" style=\"min-width:320px;max-width:600px;margin:0 auto;background-color:#ffffff;padding-top:25px;border-top-right-radius:30px;border-top-left-radius:30px;\">\r\n <div style=\"border-collapse:collapse;width:100%;background-color:transparent;\">\r\n <div class=\"col num12\" style=\"min-width:320px;max-width:600px;vertical-align:top;width:600px;\">\r\n <div class=\"col_cont\" style=\"width:100%;\">\r\n <div align=\"center\" class=\"img-container center autowidth\" style=\"padding-right:20px;padding-left:20px;\">\r\n <img border=\"0\" class=\"center autowidth\" src=\"https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcRGF00Oi-zJNU_EvYGueBVz_sqXmFjk8pxNtg&usqp=CAU\" style=\"text-decoration:none;height:auto;border:0;max-width:541px;\" width=\"541\" alt=\"images?q=tbn:ANd9GcRGF00Oi-zJNU_EvYGueBVz_sqXmFjk8pxNtg&usqp=CAU\">\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n <div style=\"background-color:#7c32ff;\">\r\n <div class=\"block-grid\" style=\"min-width:320px;max-width:600px;margin:0 auto;background-color:#ffffff;border-bottom-right-radius:30px;border-bottom-left-radius:30px;overflow:hidden;\">\r\n <div style=\"border-collapse:collapse;width:100%;background-color:#ffffff;\">\r\n <div class=\"col num12\" style=\"min-width:320px;max-width:600px;vertical-align:top;width:600px;\">\r\n <div class=\"col_cont\" style=\"width:100%;\">\r\n <h1 style=\"line-height:120%;text-align:center;margin-bottom:0px;\">\r\n <font color=\"#555555\" face=\"Arial, Helvetica Neue, Helvetica, sans-serif\">\r\n <span style=\"font-size:36px;\">Staff Login Credentials</span>\r\n </font>\r\n </h1>\r\n <div style=\"line-height:1.8;padding:20px 15px;\">\r\n <div class=\"txtTinyMce-wrapper\" style=\"line-height:1.8;\">\r\n <h1>Hi [name] ,</h1>\r\n <p style=\"margin:10px 0px 30px;line-height:1.929;font-size:16px;color:rgb(113,128,150);\">\r\n Welcome to [school_name]. Congratulations ! You have registered successfully. Please login using this username [username] and password [password]. Thank You, [school_name]\r\n </p>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n <div style=\"background-color:#7c32ff;\">\r\n <div class=\"block-grid\" style=\"min-width:320px;max-width:600px;margin:0 auto;background-color:transparent;\">\r\n <div style=\"border-collapse:collapse;width:100%;background-color:transparent;\">\r\n <div class=\"col num12\" style=\"min-width:320px;max-width:600px;vertical-align:top;width:600px;\">\r\n <div class=\"col_cont\" style=\"width:100%;\">\r\n <div style=\"color:#262b30;font-family:Arial, Helvetica Neue, Helvetica, sans-serif;line-height:1.2;padding-top:30px;padding-right:5px;padding-bottom:5px;padding-left:5px;\">\r\n <div class=\"txtTinyMce-wrapper\" style=\"line-height:1.2;font-size:12px;font-family:Arial, Helvetica Neue, Helvetica, sans-serif;color:#262b30;\">\r\n <p style=\"margin:0;font-size:12px;line-height:1.2;text-align:center;margin-top:0;margin-bottom:0;\">\r\n <span style=\"font-size:14px;color:rgb(255,255,255);font-family:Arial;\">\r\n © 2020 Infix Education software| \r\n </span>\r\n <span style=\"background-color:transparent;text-align:left;\">\r\n <font color=\"#ffffff\">\r\n Copyright © 2020 All rights reserved | This application is made by Codethemes\r\n </font>\r\n </span>\r\n <br>\r\n </p>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n </td>\r\n </tr>\r\n </tbody>\r\n </table>', '', '[name], [school_name], [username], [password]', 1, 1, '2024-10-23 08:31:14', '2024-10-23 08:31:14'), (51, 'email', 'due_fees_payment', 'Duee Fees Payment', '<table bgcolor=\"#FFFFFF\" cellpadding=\"0\" cellspacing=\"0\" class=\"nl-container\" style=\"table-layout:fixed;vertical-align:top;min-width:320px;border-spacing:0;border-collapse:collapse;background-color:#FFFFFF;width:100%;\" width=\"100%\">\r\n <tbody>\r\n <tr style=\"vertical-align:top;\" valign=\"top\">\r\n <td style=\"vertical-align:top;\" valign=\"top\">\r\n <div style=\"background-color:#415094;\">\r\n <div class=\"block-grid\" style=\"min-width:320px;max-width:600px;margin:0 auto;background-color:transparent;\">\r\n <div style=\"border-collapse:collapse;width:100%;background-color:transparent;background-position:center top;background-repeat:no-repeat;\">\r\n <div class=\"col num12\" style=\"min-width:320px;max-width:600px;vertical-align:top;width:600px;\">\r\n <div class=\"col_cont\" style=\"width:100%;\">\r\n <div align=\"center\" class=\"img-container center fixedwidth\" style=\"padding-right:30px;padding-left:30px;\">\r\n <a href=\"#\">\r\n <img border=\"0\" class=\"center fixedwidth\" src=\"\" style=\"padding-top:30px;padding-bottom:30px;text-decoration:none;height:auto;border:0;max-width:150px;\" width=\"150\" alt=\"logo.png\">\r\n </a>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n <div style=\"background-color:#415094;\">\r\n <div class=\"block-grid\" style=\"min-width:320px;max-width:600px;margin:0 auto;background-color:#ffffff;padding-top:25px;border-top-right-radius:30px;border-top-left-radius:30px;\">\r\n <div style=\"border-collapse:collapse;width:100%;background-color:transparent;\">\r\n <div class=\"col num12\" style=\"min-width:320px;max-width:600px;vertical-align:top;width:600px;\">\r\n <div class=\"col_cont\" style=\"width:100%;\">\r\n <div align=\"center\" class=\"img-container center autowidth\" style=\"padding-right:20px;padding-left:20px;\">\r\n <img border=\"0\" class=\"center autowidth\" src=\"https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcRGF00Oi-zJNU_EvYGueBVz_sqXmFjk8pxNtg&usqp=CAU\" style=\"text-decoration:none;height:auto;border:0;max-width:541px;\" width=\"541\" alt=\"images?q=tbn:ANd9GcRGF00Oi-zJNU_EvYGueBVz_sqXmFjk8pxNtg&usqp=CAU\">\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n <div style=\"background-color:#7c32ff;\">\r\n <div class=\"block-grid\" style=\"min-width:320px;max-width:600px;margin:0 auto;background-color:#ffffff;border-bottom-right-radius:30px;border-bottom-left-radius:30px;overflow:hidden;\">\r\n <div style=\"border-collapse:collapse;width:100%;background-color:#ffffff;\">\r\n <div class=\"col num12\" style=\"min-width:320px;max-width:600px;vertical-align:top;width:600px;\">\r\n <div class=\"col_cont\" style=\"width:100%;\">\r\n <h1 style=\"line-height:120%;text-align:center;margin-bottom:0px;\">\r\n <font color=\"#555555\" face=\"Arial, Helvetica Neue, Helvetica, sans-serif\">\r\n <span style=\"font-size:36px;\">Dues Payment</span>\r\n </font>\r\n </h1>\r\n <div style=\"line-height:1.8;padding:20px 15px;\">\r\n <div class=\"txtTinyMce-wrapper\" style=\"line-height:1.8;\">\r\n <h1>Hi [student_name],</h1>\r\n <p style=\"margin:10px 0px 30px;line-height:1.929;font-size:16px;color:rgb(113,128,150);\">\r\n You fees due amount [due_amount] for [fees_name] on [date]. Thank You, [school_name]\r\n </p>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n <div style=\"background-color:#7c32ff;\">\r\n <div class=\"block-grid\" style=\"min-width:320px;max-width:600px;margin:0 auto;background-color:transparent;\">\r\n <div style=\"border-collapse:collapse;width:100%;background-color:transparent;\">\r\n <div class=\"col num12\" style=\"min-width:320px;max-width:600px;vertical-align:top;width:600px;\">\r\n <div class=\"col_cont\" style=\"width:100%;\">\r\n <div style=\"color:#262b30;font-family:Arial, Helvetica Neue, Helvetica, sans-serif;line-height:1.2;padding-top:30px;padding-right:5px;padding-bottom:5px;padding-left:5px;\">\r\n <div class=\"txtTinyMce-wrapper\" style=\"line-height:1.2;font-size:12px;font-family:Arial, Helvetica Neue, Helvetica, sans-serif;color:#262b30;\">\r\n <p style=\"margin:0;font-size:12px;line-height:1.2;text-align:center;margin-top:0;margin-bottom:0;\">\r\n <span style=\"font-size:14px;color:rgb(255,255,255);font-family:Arial;\">\r\n © 2020 Infix Education software| \r\n </span>\r\n <span style=\"background-color:transparent;text-align:left;\">\r\n <font color=\"#ffffff\">\r\n Copyright © 2020 All rights reserved | This application is made by Codethemes\r\n </font>\r\n </span>\r\n <br>\r\n </p>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n </td>\r\n </tr>\r\n </tbody>\r\n </table>', '', '[student_name], [due_amount], [fees_name], [date], [school_name]', 1, 1, '2024-10-23 08:31:14', '2024-10-23 08:31:14'), (52, 'email', 'dues_payment', 'Dues Payment', '<table bgcolor=\"#FFFFFF\" cellpadding=\"0\" cellspacing=\"0\" class=\"nl-container\" style=\"table-layout:fixed;vertical-align:top;min-width:320px;border-spacing:0;border-collapse:collapse;background-color:#FFFFFF;width:100%;\" width=\"100%\">\r\n <tbody>\r\n <tr style=\"vertical-align:top;\" valign=\"top\">\r\n <td style=\"vertical-align:top;\" valign=\"top\">\r\n <div style=\"background-color:#415094;\">\r\n <div class=\"block-grid\" style=\"min-width:320px;max-width:600px;margin:0 auto;background-color:transparent;\">\r\n <div style=\"border-collapse:collapse;width:100%;background-color:transparent;background-position:center top;background-repeat:no-repeat;\">\r\n <div class=\"col num12\" style=\"min-width:320px;max-width:600px;vertical-align:top;width:600px;\">\r\n <div class=\"col_cont\" style=\"width:100%;\">\r\n <div align=\"center\" class=\"img-container center fixedwidth\" style=\"padding-right:30px;padding-left:30px;\">\r\n <a href=\"#\">\r\n <img border=\"0\" class=\"center fixedwidth\" src=\"\" style=\"padding-top:30px;padding-bottom:30px;text-decoration:none;height:auto;border:0;max-width:150px;\" width=\"150\" alt=\"logo.png\">\r\n </a>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n <div style=\"background-color:#415094;\">\r\n <div class=\"block-grid\" style=\"min-width:320px;max-width:600px;margin:0 auto;background-color:#ffffff;padding-top:25px;border-top-right-radius:30px;border-top-left-radius:30px;\">\r\n <div style=\"border-collapse:collapse;width:100%;background-color:transparent;\">\r\n <div class=\"col num12\" style=\"min-width:320px;max-width:600px;vertical-align:top;width:600px;\">\r\n <div class=\"col_cont\" style=\"width:100%;\">\r\n <div align=\"center\" class=\"img-container center autowidth\" style=\"padding-right:20px;padding-left:20px;\">\r\n <img border=\"0\" class=\"center autowidth\" src=\"https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcRGF00Oi-zJNU_EvYGueBVz_sqXmFjk8pxNtg&usqp=CAU\" style=\"text-decoration:none;height:auto;border:0;max-width:541px;\" width=\"541\" alt=\"images?q=tbn:ANd9GcRGF00Oi-zJNU_EvYGueBVz_sqXmFjk8pxNtg&usqp=CAU\">\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n <div style=\"background-color:#7c32ff;\">\r\n <div class=\"block-grid\" style=\"min-width:320px;max-width:600px;margin:0 auto;background-color:#ffffff;border-bottom-right-radius:30px;border-bottom-left-radius:30px;overflow:hidden;\">\r\n <div style=\"border-collapse:collapse;width:100%;background-color:#ffffff;\">\r\n <div class=\"col num12\" style=\"min-width:320px;max-width:600px;vertical-align:top;width:600px;\">\r\n <div class=\"col_cont\" style=\"width:100%;\">\r\n <h1 style=\"line-height:120%;text-align:center;margin-bottom:0px;\">\r\n <font color=\"#555555\" face=\"Arial, Helvetica Neue, Helvetica, sans-serif\">\r\n <span style=\"font-size:36px;\">Dues Payment</span>\r\n </font>\r\n </h1>\r\n <div style=\"line-height:1.8;padding:20px 15px;\">\r\n <div class=\"txtTinyMce-wrapper\" style=\"line-height:1.8;\">\r\n <h1>Hi [student_name],</h1>\r\n <p style=\"margin:10px 0px 30px;line-height:1.929;font-size:16px;color:rgb(113,128,150);\">\r\n You fees due amount [due_amount] for [fees_name] on [date]. Thank You, [school_name]\r\n </p>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n <div style=\"background-color:#7c32ff;\">\r\n <div class=\"block-grid\" style=\"min-width:320px;max-width:600px;margin:0 auto;background-color:transparent;\">\r\n <div style=\"border-collapse:collapse;width:100%;background-color:transparent;\">\r\n <div class=\"col num12\" style=\"min-width:320px;max-width:600px;vertical-align:top;width:600px;\">\r\n <div class=\"col_cont\" style=\"width:100%;\">\r\n <div style=\"color:#262b30;font-family:Arial, Helvetica Neue, Helvetica, sans-serif;line-height:1.2;padding-top:30px;padding-right:5px;padding-bottom:5px;padding-left:5px;\">\r\n <div class=\"txtTinyMce-wrapper\" style=\"line-height:1.2;font-size:12px;font-family:Arial, Helvetica Neue, Helvetica, sans-serif;color:#262b30;\">\r\n <p style=\"margin:0;font-size:12px;line-height:1.2;text-align:center;margin-top:0;margin-bottom:0;\">\r\n <span style=\"font-size:14px;color:rgb(255,255,255);font-family:Arial;\">\r\n © 2020 Infix Education software| \r\n </span>\r\n <span style=\"background-color:transparent;text-align:left;\">\r\n <font color=\"#ffffff\">\r\n Copyright © 2020 All rights reserved | This application is made by Codethemes\r\n </font>\r\n </span>\r\n <br>\r\n </p>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n </td>\r\n </tr>\r\n </tbody>\r\n </table>', 'Fees', '[student_name], [due_amount], [fees_name], [date], [school_name]', 1, 1, '2024-10-23 08:31:14', '2024-10-23 08:31:14'); INSERT INTO `sms_templates` (`id`, `type`, `purpose`, `subject`, `body`, `module`, `variable`, `status`, `school_id`, `created_at`, `updated_at`) VALUES (53, 'email', 'parent_reject_bank_payment', 'Reject Bank Payment', '<table bgcolor=\"#FFFFFF\" cellpadding=\"0\" cellspacing=\"0\" class=\"nl-container\" style=\"table-layout:fixed;vertical-align:top;min-width:320px;border-spacing:0;border-collapse:collapse;background-color:#FFFFFF;width:100%;\" width=\"100%\">\r\n <tbody>\r\n <tr style=\"vertical-align:top;\" valign=\"top\">\r\n <td style=\"vertical-align:top;\" valign=\"top\">\r\n <div style=\"background-color:#415094;\">\r\n <div class=\"block-grid\" style=\"min-width:320px;max-width:600px;margin:0 auto;background-color:transparent;\">\r\n <div style=\"border-collapse:collapse;width:100%;background-color:transparent;background-position:center top;background-repeat:no-repeat;\">\r\n <div class=\"col num12\" style=\"min-width:320px;max-width:600px;vertical-align:top;width:600px;\">\r\n <div class=\"col_cont\" style=\"width:100%;\">\r\n <div align=\"center\" class=\"img-container center fixedwidth\" style=\"padding-right:30px;padding-left:30px;\">\r\n <a href=\"#\">\r\n <img border=\"0\" class=\"center fixedwidth\" src=\"\" style=\"padding-top:30px;padding-bottom:30px;text-decoration:none;height:auto;border:0;max-width:150px;\" width=\"150\" alt=\"logo.png\">\r\n </a>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n <div style=\"background-color:#415094;\">\r\n <div class=\"block-grid\" style=\"min-width:320px;max-width:600px;margin:0 auto;background-color:#ffffff;padding-top:25px;border-top-right-radius:30px;border-top-left-radius:30px;\">\r\n <div style=\"border-collapse:collapse;width:100%;background-color:transparent;\">\r\n <div class=\"col num12\" style=\"min-width:320px;max-width:600px;vertical-align:top;width:600px;\">\r\n <div class=\"col_cont\" style=\"width:100%;\">\r\n <div align=\"center\" class=\"img-container center autowidth\" style=\"padding-right:20px;padding-left:20px;\">\r\n <img border=\"0\" class=\"center autowidth\" src=\"https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcRGF00Oi-zJNU_EvYGueBVz_sqXmFjk8pxNtg&usqp=CAU\" style=\"text-decoration:none;height:auto;border:0;max-width:541px;\" width=\"541\" alt=\"images?q=tbn:ANd9GcRGF00Oi-zJNU_EvYGueBVz_sqXmFjk8pxNtg&usqp=CAU\">\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n <div style=\"background-color:#7c32ff;\">\r\n <div class=\"block-grid\" style=\"min-width:320px;max-width:600px;margin:0 auto;background-color:#ffffff;border-bottom-right-radius:30px;border-bottom-left-radius:30px;overflow:hidden;\">\r\n <div style=\"border-collapse:collapse;width:100%;background-color:#ffffff;\">\r\n <div class=\"col num12\" style=\"min-width:320px;max-width:600px;vertical-align:top;width:600px;\">\r\n <div class=\"col_cont\" style=\"width:100%;\">\r\n <h1 style=\"line-height:120%;text-align:center;margin-bottom:0px;\">\r\n <font color=\"#555555\" face=\"Arial, Helvetica Neue, Helvetica, sans-serif\">\r\n <span style=\"font-size:36px;\">Reject Bank Payment</span>\r\n </font>\r\n </h1>\r\n <div style=\"line-height:1.8;padding:20px 15px;\">\r\n <div class=\"txtTinyMce-wrapper\" style=\"line-height:1.8;\">\r\n <h1>Dear [parent_name],</h1>\r\n <p style=\"margin:10px 0px 30px;line-height:1.929;font-size:16px;color:rgb(113,128,150);\">\r\n your child [student_name] fees rejected . Reject Note [note] [date].Thank You, [school_name]\r\n </p>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n <div style=\"background-color:#7c32ff;\">\r\n <div class=\"block-grid\" style=\"min-width:320px;max-width:600px;margin:0 auto;background-color:transparent;\">\r\n <div style=\"border-collapse:collapse;width:100%;background-color:transparent;\">\r\n <div class=\"col num12\" style=\"min-width:320px;max-width:600px;vertical-align:top;width:600px;\">\r\n <div class=\"col_cont\" style=\"width:100%;\">\r\n <div style=\"color:#262b30;font-family:Arial, Helvetica Neue, Helvetica, sans-serif;line-height:1.2;padding-top:30px;padding-right:5px;padding-bottom:5px;padding-left:5px;\">\r\n <div class=\"txtTinyMce-wrapper\" style=\"line-height:1.2;font-size:12px;font-family:Arial, Helvetica Neue, Helvetica, sans-serif;color:#262b30;\">\r\n <p style=\"margin:0;font-size:12px;line-height:1.2;text-align:center;margin-top:0;margin-bottom:0;\">\r\n <span style=\"font-size:14px;color:rgb(255,255,255);font-family:Arial;\">\r\n © 2020 Infix Education software| \r\n </span>\r\n <span style=\"background-color:transparent;text-align:left;\">\r\n <font color=\"#ffffff\">\r\n Copyright © 2020 All rights reserved | This application is made by Codethemes\r\n </font>\r\n </span>\r\n <br>\r\n </p>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n </td>\r\n </tr>\r\n </tbody>\r\n </table>', '', '[parent_name], [student_name], [note], [date], [school_name]', 1, 1, '2024-10-23 08:31:14', '2024-10-23 08:31:14'), (54, 'email', 'student_reject_bank_payment', 'Reject Bank Payment', '<table bgcolor=\"#FFFFFF\" cellpadding=\"0\" cellspacing=\"0\" class=\"nl-container\" style=\"table-layout:fixed;vertical-align:top;min-width:320px;border-spacing:0;border-collapse:collapse;background-color:#FFFFFF;width:100%;\" width=\"100%\">\r\n <tbody>\r\n <tr style=\"vertical-align:top;\" valign=\"top\">\r\n <td style=\"vertical-align:top;\" valign=\"top\">\r\n <div style=\"background-color:#415094;\">\r\n <div class=\"block-grid\" style=\"min-width:320px;max-width:600px;margin:0 auto;background-color:transparent;\">\r\n <div style=\"border-collapse:collapse;width:100%;background-color:transparent;background-position:center top;background-repeat:no-repeat;\">\r\n <div class=\"col num12\" style=\"min-width:320px;max-width:600px;vertical-align:top;width:600px;\">\r\n <div class=\"col_cont\" style=\"width:100%;\">\r\n <div align=\"center\" class=\"img-container center fixedwidth\" style=\"padding-right:30px;padding-left:30px;\">\r\n <a href=\"#\">\r\n <img border=\"0\" class=\"center fixedwidth\" src=\"\" style=\"padding-top:30px;padding-bottom:30px;text-decoration:none;height:auto;border:0;max-width:150px;\" width=\"150\" alt=\"logo.png\">\r\n </a>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n <div style=\"background-color:#415094;\">\r\n <div class=\"block-grid\" style=\"min-width:320px;max-width:600px;margin:0 auto;background-color:#ffffff;padding-top:25px;border-top-right-radius:30px;border-top-left-radius:30px;\">\r\n <div style=\"border-collapse:collapse;width:100%;background-color:transparent;\">\r\n <div class=\"col num12\" style=\"min-width:320px;max-width:600px;vertical-align:top;width:600px;\">\r\n <div class=\"col_cont\" style=\"width:100%;\">\r\n <div align=\"center\" class=\"img-container center autowidth\" style=\"padding-right:20px;padding-left:20px;\">\r\n <img border=\"0\" class=\"center autowidth\" src=\"https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcRGF00Oi-zJNU_EvYGueBVz_sqXmFjk8pxNtg&usqp=CAU\" style=\"text-decoration:none;height:auto;border:0;max-width:541px;\" width=\"541\" alt=\"images?q=tbn:ANd9GcRGF00Oi-zJNU_EvYGueBVz_sqXmFjk8pxNtg&usqp=CAU\">\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n <div style=\"background-color:#7c32ff;\">\r\n <div class=\"block-grid\" style=\"min-width:320px;max-width:600px;margin:0 auto;background-color:#ffffff;border-bottom-right-radius:30px;border-bottom-left-radius:30px;overflow:hidden;\">\r\n <div style=\"border-collapse:collapse;width:100%;background-color:#ffffff;\">\r\n <div class=\"col num12\" style=\"min-width:320px;max-width:600px;vertical-align:top;width:600px;\">\r\n <div class=\"col_cont\" style=\"width:100%;\">\r\n <h1 style=\"line-height:120%;text-align:center;margin-bottom:0px;\">\r\n <font color=\"#555555\" face=\"Arial, Helvetica Neue, Helvetica, sans-serif\">\r\n <span style=\"font-size:36px;\">Reject Bank Payment</span>\r\n </font>\r\n </h1>\r\n <div style=\"line-height:1.8;padding:20px 15px;\">\r\n <div class=\"txtTinyMce-wrapper\" style=\"line-height:1.8;\">\r\n <h1>Dear [student_name],</h1>\r\n <p style=\"margin:10px 0px 30px;line-height:1.929;font-size:16px;color:rgb(113,128,150);\">\r\n Fees rejected . Reject Note [note] at [date] .Thank You, [school_name]\r\n </p>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n <div style=\"background-color:#7c32ff;\">\r\n <div class=\"block-grid\" style=\"min-width:320px;max-width:600px;margin:0 auto;background-color:transparent;\">\r\n <div style=\"border-collapse:collapse;width:100%;background-color:transparent;\">\r\n <div class=\"col num12\" style=\"min-width:320px;max-width:600px;vertical-align:top;width:600px;\">\r\n <div class=\"col_cont\" style=\"width:100%;\">\r\n <div style=\"color:#262b30;font-family:Arial, Helvetica Neue, Helvetica, sans-serif;line-height:1.2;padding-top:30px;padding-right:5px;padding-bottom:5px;padding-left:5px;\">\r\n <div class=\"txtTinyMce-wrapper\" style=\"line-height:1.2;font-size:12px;font-family:Arial, Helvetica Neue, Helvetica, sans-serif;color:#262b30;\">\r\n <p style=\"margin:0;font-size:12px;line-height:1.2;text-align:center;margin-top:0;margin-bottom:0;\">\r\n <span style=\"font-size:14px;color:rgb(255,255,255);font-family:Arial;\">\r\n © 2020 Infix Education software| \r\n </span>\r\n <span style=\"background-color:transparent;text-align:left;\">\r\n <font color=\"#ffffff\">\r\n Copyright © 2020 All rights reserved | This application is made by Codethemes\r\n </font>\r\n </span>\r\n <br>\r\n </p>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n </td>\r\n </tr>\r\n </tbody>\r\n </table>', '', '[student_name], [note], [date], [school_name]', 1, 1, '2024-10-23 08:31:14', '2024-10-23 08:31:14'), (55, 'email', 'wallet_approve', 'Approve Wallet Payment', '<table bgcolor=\"#FFFFFF\" cellpadding=\"0\" cellspacing=\"0\" class=\"nl-container\" style=\"table-layout:fixed;vertical-align:top;min-width:320px;border-spacing:0;border-collapse:collapse;background-color:#FFFFFF;width:100%;\" width=\"100%\">\r\n <tbody>\r\n <tr style=\"vertical-align:top;\" valign=\"top\">\r\n <td style=\"vertical-align:top;\" valign=\"top\">\r\n <div style=\"background-color:#415094;\">\r\n <div class=\"block-grid\" style=\"min-width:320px;max-width:600px;margin:0 auto;background-color:transparent;\">\r\n <div style=\"border-collapse:collapse;width:100%;background-color:transparent;background-position:center top;background-repeat:no-repeat;\">\r\n <div class=\"col num12\" style=\"min-width:320px;max-width:600px;vertical-align:top;width:600px;\">\r\n <div class=\"col_cont\" style=\"width:100%;\">\r\n <div align=\"center\" class=\"img-container center fixedwidth\" style=\"padding-right:30px;padding-left:30px;\">\r\n <a href=\"#\">\r\n <img border=\"0\" class=\"center fixedwidth\" src=\"\" style=\"padding-top:30px;padding-bottom:30px;text-decoration:none;height:auto;border:0;max-width:150px;\" width=\"150\" alt=\"logo.png\">\r\n </a>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n <div style=\"background-color:#415094;\">\r\n <div class=\"block-grid\" style=\"min-width:320px;max-width:600px;margin:0 auto;background-color:#ffffff;padding-top:25px;border-top-right-radius:30px;border-top-left-radius:30px;\">\r\n <div style=\"border-collapse:collapse;width:100%;background-color:transparent;\">\r\n <div class=\"col num12\" style=\"min-width:320px;max-width:600px;vertical-align:top;width:600px;\">\r\n <div class=\"col_cont\" style=\"width:100%;\">\r\n <div align=\"center\" class=\"img-container center autowidth\" style=\"padding-right:20px;padding-left:20px;\">\r\n <img border=\"0\" class=\"center autowidth\" src=\"https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcRGF00Oi-zJNU_EvYGueBVz_sqXmFjk8pxNtg&usqp=CAU\" style=\"text-decoration:none;height:auto;border:0;max-width:541px;\" width=\"541\" alt=\"images?q=tbn:ANd9GcRGF00Oi-zJNU_EvYGueBVz_sqXmFjk8pxNtg&usqp=CAU\">\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n <div style=\"background-color:#7c32ff;\">\r\n <div class=\"block-grid\" style=\"min-width:320px;max-width:600px;margin:0 auto;background-color:#ffffff;border-bottom-right-radius:30px;border-bottom-left-radius:30px;overflow:hidden;\">\r\n <div style=\"border-collapse:collapse;width:100%;background-color:#ffffff;\">\r\n <div class=\"col num12\" style=\"min-width:320px;max-width:600px;vertical-align:top;width:600px;\">\r\n <div class=\"col_cont\" style=\"width:100%;\">\r\n <h1 style=\"line-height:120%;text-align:center;margin-bottom:0px;\">\r\n <font color=\"#555555\" face=\"Arial, Helvetica Neue, Helvetica, sans-serif\">\r\n <span style=\"font-size:36px;\">Approve Wallet Payment</span>\r\n </font>\r\n </h1>\r\n <div style=\"line-height:1.8;padding:20px 15px;\">\r\n <div class=\"txtTinyMce-wrapper\" style=\"line-height:1.8;\">\r\n <h1>Hi [name],</h1>\r\n <p style=\"margin:10px 0px 30px;line-height:1.929;font-size:16px;color:rgb(113,128,150);\">\r\n Your Wallet Diposit Request [add_balance] via [method] on [create_date] is approved by [school_name] .Your current balance is now [current_balance] <br> Thank You, [school_name]\r\n </p>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n <div style=\"background-color:#7c32ff;\">\r\n <div class=\"block-grid\" style=\"min-width:320px;max-width:600px;margin:0 auto;background-color:transparent;\">\r\n <div style=\"border-collapse:collapse;width:100%;background-color:transparent;\">\r\n <div class=\"col num12\" style=\"min-width:320px;max-width:600px;vertical-align:top;width:600px;\">\r\n <div class=\"col_cont\" style=\"width:100%;\">\r\n <div style=\"color:#262b30;font-family:Arial, Helvetica Neue, Helvetica, sans-serif;line-height:1.2;padding-top:30px;padding-right:5px;padding-bottom:5px;padding-left:5px;\">\r\n <div class=\"txtTinyMce-wrapper\" style=\"line-height:1.2;font-size:12px;font-family:Arial, Helvetica Neue, Helvetica, sans-serif;color:#262b30;\">\r\n <p style=\"margin:0;font-size:12px;line-height:1.2;text-align:center;margin-top:0;margin-bottom:0;\">\r\n <span style=\"font-size:14px;color:rgb(255,255,255);font-family:Arial;\">\r\n © 2020 Infix Education software| \r\n </span>\r\n <span style=\"background-color:transparent;text-align:left;\">\r\n <font color=\"#ffffff\">\r\n Copyright © 2020 All rights reserved | This application is made by Codethemes\r\n </font>\r\n </span>\r\n <br>\r\n </p>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n </td>\r\n </tr>\r\n </tbody>\r\n </table>', 'Wallet', '[name], [add_balance], [method], [create_date], [school_name], [current_balance]', 1, 1, '2024-10-23 08:31:14', '2024-10-23 08:31:14'), (56, 'email', 'wallet_reject', 'Reject Wallet Payment', '<table bgcolor=\"#FFFFFF\" cellpadding=\"0\" cellspacing=\"0\" class=\"nl-container\" style=\"table-layout:fixed;vertical-align:top;min-width:320px;border-spacing:0;border-collapse:collapse;background-color:#FFFFFF;width:100%;\" width=\"100%\">\r\n <tbody>\r\n <tr style=\"vertical-align:top;\" valign=\"top\">\r\n <td style=\"vertical-align:top;\" valign=\"top\">\r\n <div style=\"background-color:#415094;\">\r\n <div class=\"block-grid\" style=\"min-width:320px;max-width:600px;margin:0 auto;background-color:transparent;\">\r\n <div style=\"border-collapse:collapse;width:100%;background-color:transparent;background-position:center top;background-repeat:no-repeat;\">\r\n <div class=\"col num12\" style=\"min-width:320px;max-width:600px;vertical-align:top;width:600px;\">\r\n <div class=\"col_cont\" style=\"width:100%;\">\r\n <div align=\"center\" class=\"img-container center fixedwidth\" style=\"padding-right:30px;padding-left:30px;\">\r\n <a href=\"#\">\r\n <img border=\"0\" class=\"center fixedwidth\" src=\"\" style=\"padding-top:30px;padding-bottom:30px;text-decoration:none;height:auto;border:0;max-width:150px;\" width=\"150\" alt=\"logo.png\">\r\n </a>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n <div style=\"background-color:#415094;\">\r\n <div class=\"block-grid\" style=\"min-width:320px;max-width:600px;margin:0 auto;background-color:#ffffff;padding-top:25px;border-top-right-radius:30px;border-top-left-radius:30px;\">\r\n <div style=\"border-collapse:collapse;width:100%;background-color:transparent;\">\r\n <div class=\"col num12\" style=\"min-width:320px;max-width:600px;vertical-align:top;width:600px;\">\r\n <div class=\"col_cont\" style=\"width:100%;\">\r\n <div align=\"center\" class=\"img-container center autowidth\" style=\"padding-right:20px;padding-left:20px;\">\r\n <img border=\"0\" class=\"center autowidth\" src=\"https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcRGF00Oi-zJNU_EvYGueBVz_sqXmFjk8pxNtg&usqp=CAU\" style=\"text-decoration:none;height:auto;border:0;max-width:541px;\" width=\"541\" alt=\"images?q=tbn:ANd9GcRGF00Oi-zJNU_EvYGueBVz_sqXmFjk8pxNtg&usqp=CAU\">\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n <div style=\"background-color:#7c32ff;\">\r\n <div class=\"block-grid\" style=\"min-width:320px;max-width:600px;margin:0 auto;background-color:#ffffff;border-bottom-right-radius:30px;border-bottom-left-radius:30px;overflow:hidden;\">\r\n <div style=\"border-collapse:collapse;width:100%;background-color:#ffffff;\">\r\n <div class=\"col num12\" style=\"min-width:320px;max-width:600px;vertical-align:top;width:600px;\">\r\n <div class=\"col_cont\" style=\"width:100%;\">\r\n <h1 style=\"line-height:120%;text-align:center;margin-bottom:0px;\">\r\n <font color=\"#555555\" face=\"Arial, Helvetica Neue, Helvetica, sans-serif\">\r\n <span style=\"font-size:36px;\">Reject Wallet Payment</span>\r\n </font>\r\n </h1>\r\n <div style=\"line-height:1.8;padding:20px 15px;\">\r\n <div class=\"txtTinyMce-wrapper\" style=\"line-height:1.8;\">\r\n <h1>Hi [name],</h1>\r\n <p style=\"margin:10px 0px 30px;line-height:1.929;font-size:16px;color:rgb(113,128,150);\">\r\n Your Wallet Diposit Request [add_balance] via [method] on [create_date] is <strong>Reject</strong> by [school_name] <strong>Reason: [reject_reason] </strong> .Your current balance is now [current_balance] <br> Thank You, [school_name]\r\n </p>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n <div style=\"background-color:#7c32ff;\">\r\n <div class=\"block-grid\" style=\"min-width:320px;max-width:600px;margin:0 auto;background-color:transparent;\">\r\n <div style=\"border-collapse:collapse;width:100%;background-color:transparent;\">\r\n <div class=\"col num12\" style=\"min-width:320px;max-width:600px;vertical-align:top;width:600px;\">\r\n <div class=\"col_cont\" style=\"width:100%;\">\r\n <div style=\"color:#262b30;font-family:Arial, Helvetica Neue, Helvetica, sans-serif;line-height:1.2;padding-top:30px;padding-right:5px;padding-bottom:5px;padding-left:5px;\">\r\n <div class=\"txtTinyMce-wrapper\" style=\"line-height:1.2;font-size:12px;font-family:Arial, Helvetica Neue, Helvetica, sans-serif;color:#262b30;\">\r\n <p style=\"margin:0;font-size:12px;line-height:1.2;text-align:center;margin-top:0;margin-bottom:0;\">\r\n <span style=\"font-size:14px;color:rgb(255,255,255);font-family:Arial;\">\r\n © 2020 Infix Education software| \r\n </span>\r\n <span style=\"background-color:transparent;text-align:left;\">\r\n <font color=\"#ffffff\">\r\n Copyright © 2020 All rights reserved | This application is made by Codethemes\r\n </font>\r\n </span>\r\n <br>\r\n </p>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n </td>\r\n </tr>\r\n </tbody>\r\n </table>', 'Wallet', '[name], [add_balance], [method], [create_date], [school_name], [reject_reason], [current_balance]', 1, 1, '2024-10-23 08:31:14', '2024-10-23 08:31:14'), (57, 'email', 'fees_extra_amount_add', 'Fee Extra Amoun Add', '<table bgcolor=\"#FFFFFF\" cellpadding=\"0\" cellspacing=\"0\" class=\"nl-container\" style=\"table-layout:fixed;vertical-align:top;min-width:320px;border-spacing:0;border-collapse:collapse;background-color:#FFFFFF;width:100%;\" width=\"100%\">\r\n <tbody>\r\n <tr style=\"vertical-align:top;\" valign=\"top\">\r\n <td style=\"vertical-align:top;\" valign=\"top\">\r\n <div style=\"background-color:#415094;\">\r\n <div class=\"block-grid\" style=\"min-width:320px;max-width:600px;margin:0 auto;background-color:transparent;\">\r\n <div style=\"border-collapse:collapse;width:100%;background-color:transparent;background-position:center top;background-repeat:no-repeat;\">\r\n <div class=\"col num12\" style=\"min-width:320px;max-width:600px;vertical-align:top;width:600px;\">\r\n <div class=\"col_cont\" style=\"width:100%;\">\r\n <div align=\"center\" class=\"img-container center fixedwidth\" style=\"padding-right:30px;padding-left:30px;\">\r\n <a href=\"#\">\r\n <img border=\"0\" class=\"center fixedwidth\" src=\"\" style=\"padding-top:30px;padding-bottom:30px;text-decoration:none;height:auto;border:0;max-width:150px;\" width=\"150\" alt=\"logo.png\">\r\n </a>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n <div style=\"background-color:#415094;\">\r\n <div class=\"block-grid\" style=\"min-width:320px;max-width:600px;margin:0 auto;background-color:#ffffff;padding-top:25px;border-top-right-radius:30px;border-top-left-radius:30px;\">\r\n <div style=\"border-collapse:collapse;width:100%;background-color:transparent;\">\r\n <div class=\"col num12\" style=\"min-width:320px;max-width:600px;vertical-align:top;width:600px;\">\r\n <div class=\"col_cont\" style=\"width:100%;\">\r\n <div align=\"center\" class=\"img-container center autowidth\" style=\"padding-right:20px;padding-left:20px;\">\r\n <img border=\"0\" class=\"center autowidth\" src=\"https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcRGF00Oi-zJNU_EvYGueBVz_sqXmFjk8pxNtg&usqp=CAU\" style=\"text-decoration:none;height:auto;border:0;max-width:541px;\" width=\"541\" alt=\"images?q=tbn:ANd9GcRGF00Oi-zJNU_EvYGueBVz_sqXmFjk8pxNtg&usqp=CAU\">\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n <div style=\"background-color:#7c32ff;\">\r\n <div class=\"block-grid\" style=\"min-width:320px;max-width:600px;margin:0 auto;background-color:#ffffff;border-bottom-right-radius:30px;border-bottom-left-radius:30px;overflow:hidden;\">\r\n <div style=\"border-collapse:collapse;width:100%;background-color:#ffffff;\">\r\n <div class=\"col num12\" style=\"min-width:320px;max-width:600px;vertical-align:top;width:600px;\">\r\n <div class=\"col_cont\" style=\"width:100%;\">\r\n <h1 style=\"line-height:120%;text-align:center;margin-bottom:0px;\">\r\n <font color=\"#555555\" face=\"Arial, Helvetica Neue, Helvetica, sans-serif\">\r\n <span style=\"font-size:36px;\">Fee Extra Amoun Add</span>\r\n </font>\r\n </h1>\r\n <div style=\"line-height:1.8;padding:20px 15px;\">\r\n <div class=\"txtTinyMce-wrapper\" style=\"line-height:1.8;\">\r\n <h1>Hi [name],</h1>\r\n <p style=\"margin:10px 0px 30px;line-height:1.929;font-size:16px;color:rgb(113,128,150);\">\r\n Your Xtra Fees Amount Add [school_name] , In Your Wallet Amount: [add_balance] . Which Is Fees Add Payment Via [method] on [create_date] Your previous Balance Was [previous_balance] <br> .Your Current Balance Is Now [current_balance] <br> Thank You, [school_name]\r\n </p>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n <div style=\"background-color:#7c32ff;\">\r\n <div class=\"block-grid\" style=\"min-width:320px;max-width:600px;margin:0 auto;background-color:transparent;\">\r\n <div style=\"border-collapse:collapse;width:100%;background-color:transparent;\">\r\n <div class=\"col num12\" style=\"min-width:320px;max-width:600px;vertical-align:top;width:600px;\">\r\n <div class=\"col_cont\" style=\"width:100%;\">\r\n <div style=\"color:#262b30;font-family:Arial, Helvetica Neue, Helvetica, sans-serif;line-height:1.2;padding-top:30px;padding-right:5px;padding-bottom:5px;padding-left:5px;\">\r\n <div class=\"txtTinyMce-wrapper\" style=\"line-height:1.2;font-size:12px;font-family:Arial, Helvetica Neue, Helvetica, sans-serif;color:#262b30;\">\r\n <p style=\"margin:0;font-size:12px;line-height:1.2;text-align:center;margin-top:0;margin-bottom:0;\">\r\n <span style=\"font-size:14px;color:rgb(255,255,255);font-family:Arial;\">\r\n © 2020 Infix Education software| \r\n </span>\r\n <span style=\"background-color:transparent;text-align:left;\">\r\n <font color=\"#ffffff\">\r\n Copyright © 2020 All rights reserved | This application is made by Codethemes\r\n </font>\r\n </span>\r\n <br>\r\n </p>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n </td>\r\n </tr>\r\n </tbody>\r\n </table>', 'Wallet', '[name], [school_name], [add_balance], [method], [create_date], [previous_balance], [current_balance]', 1, 1, '2024-10-23 08:31:14', '2024-10-23 08:31:14'); INSERT INTO `sms_templates` (`id`, `type`, `purpose`, `subject`, `body`, `module`, `variable`, `status`, `school_id`, `created_at`, `updated_at`) VALUES (58, 'email', 'wallet_refund', 'Wallet Refund', '<table bgcolor=\"#FFFFFF\" cellpadding=\"0\" cellspacing=\"0\" class=\"nl-container\" style=\"table-layout:fixed;vertical-align:top;min-width:320px;border-spacing:0;border-collapse:collapse;background-color:#FFFFFF;width:100%;\" width=\"100%\">\r\n <tbody>\r\n <tr style=\"vertical-align:top;\" valign=\"top\">\r\n <td style=\"vertical-align:top;\" valign=\"top\">\r\n <div style=\"background-color:#415094;\">\r\n <div class=\"block-grid\" style=\"min-width:320px;max-width:600px;margin:0 auto;background-color:transparent;\">\r\n <div style=\"border-collapse:collapse;width:100%;background-color:transparent;background-position:center top;background-repeat:no-repeat;\">\r\n <div class=\"col num12\" style=\"min-width:320px;max-width:600px;vertical-align:top;width:600px;\">\r\n <div class=\"col_cont\" style=\"width:100%;\">\r\n <div align=\"center\" class=\"img-container center fixedwidth\" style=\"padding-right:30px;padding-left:30px;\">\r\n <a href=\"#\">\r\n <img border=\"0\" class=\"center fixedwidth\" src=\"\" style=\"padding-top:30px;padding-bottom:30px;text-decoration:none;height:auto;border:0;max-width:150px;\" width=\"150\" alt=\"logo.png\">\r\n </a>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n <div style=\"background-color:#415094;\">\r\n <div class=\"block-grid\" style=\"min-width:320px;max-width:600px;margin:0 auto;background-color:#ffffff;padding-top:25px;border-top-right-radius:30px;border-top-left-radius:30px;\">\r\n <div style=\"border-collapse:collapse;width:100%;background-color:transparent;\">\r\n <div class=\"col num12\" style=\"min-width:320px;max-width:600px;vertical-align:top;width:600px;\">\r\n <div class=\"col_cont\" style=\"width:100%;\">\r\n <div align=\"center\" class=\"img-container center autowidth\" style=\"padding-right:20px;padding-left:20px;\">\r\n <img border=\"0\" class=\"center autowidth\" src=\"https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcRGF00Oi-zJNU_EvYGueBVz_sqXmFjk8pxNtg&usqp=CAU\" style=\"text-decoration:none;height:auto;border:0;max-width:541px;\" width=\"541\" alt=\"images?q=tbn:ANd9GcRGF00Oi-zJNU_EvYGueBVz_sqXmFjk8pxNtg&usqp=CAU\">\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n <div style=\"background-color:#7c32ff;\">\r\n <div class=\"block-grid\" style=\"min-width:320px;max-width:600px;margin:0 auto;background-color:#ffffff;border-bottom-right-radius:30px;border-bottom-left-radius:30px;overflow:hidden;\">\r\n <div style=\"border-collapse:collapse;width:100%;background-color:#ffffff;\">\r\n <div class=\"col num12\" style=\"min-width:320px;max-width:600px;vertical-align:top;width:600px;\">\r\n <div class=\"col_cont\" style=\"width:100%;\">\r\n <h1 style=\"line-height:120%;text-align:center;margin-bottom:0px;\">\r\n <font color=\"#555555\" face=\"Arial, Helvetica Neue, Helvetica, sans-serif\">\r\n <span style=\"font-size:36px;\">Wallet Refund</span>\r\n </font>\r\n </h1>\r\n <div style=\"line-height:1.8;padding:20px 15px;\">\r\n <div class=\"txtTinyMce-wrapper\" style=\"line-height:1.8;\">\r\n <h1>Hi [name],</h1>\r\n <p style=\"margin:10px 0px 30px;line-height:1.929;font-size:16px;color:rgb(113,128,150);\">\r\n Your Amount [refund_amount] Is Successfully Refunded by [school_name] on [create_date] <br>.Your Current Balance Is Now [current_balance].Thank You, [school_name]\r\n </p>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n <div style=\"background-color:#7c32ff;\">\r\n <div class=\"block-grid\" style=\"min-width:320px;max-width:600px;margin:0 auto;background-color:transparent;\">\r\n <div style=\"border-collapse:collapse;width:100%;background-color:transparent;\">\r\n <div class=\"col num12\" style=\"min-width:320px;max-width:600px;vertical-align:top;width:600px;\">\r\n <div class=\"col_cont\" style=\"width:100%;\">\r\n <div style=\"color:#262b30;font-family:Arial, Helvetica Neue, Helvetica, sans-serif;line-height:1.2;padding-top:30px;padding-right:5px;padding-bottom:5px;padding-left:5px;\">\r\n <div class=\"txtTinyMce-wrapper\" style=\"line-height:1.2;font-size:12px;font-family:Arial, Helvetica Neue, Helvetica, sans-serif;color:#262b30;\">\r\n <p style=\"margin:0;font-size:12px;line-height:1.2;text-align:center;margin-top:0;margin-bottom:0;\">\r\n <span style=\"font-size:14px;color:rgb(255,255,255);font-family:Arial;\">\r\n © 2020 Infix Education software| \r\n </span>\r\n <span style=\"background-color:transparent;text-align:left;\">\r\n <font color=\"#ffffff\">\r\n Copyright © 2020 All rights reserved | This application is made by Codethemes\r\n </font>\r\n </span>\r\n <br>\r\n </p>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n </td>\r\n </tr>\r\n </tbody>\r\n </table>', 'Wallet', '[name], [refund_amount], [school_name], [create_date], [current_balance]', 1, 1, '2024-10-23 08:31:14', '2024-10-23 08:31:14'), (59, 'email', 'student_registration', 'Student Registration', '<table bgcolor=\"#FFFFFF\" cellpadding=\"0\" cellspacing=\"0\" class=\"nl-container\" style=\"table-layout:fixed;vertical-align:top;min-width:320px;border-spacing:0;border-collapse:collapse;background-color:#FFFFFF;width:100%;\" width=\"100%\">\r\n <tbody>\r\n <tr style=\"vertical-align:top;\" valign=\"top\">\r\n <td style=\"vertical-align:top;\" valign=\"top\">\r\n <div style=\"background-color:#415094;\">\r\n <div class=\"block-grid\" style=\"min-width:320px;max-width:600px;margin:0 auto;background-color:transparent;\">\r\n <div style=\"border-collapse:collapse;width:100%;background-color:transparent;background-position:center top;background-repeat:no-repeat;\">\r\n <div class=\"col num12\" style=\"min-width:320px;max-width:600px;vertical-align:top;width:600px;\">\r\n <div class=\"col_cont\" style=\"width:100%;\">\r\n <div align=\"center\" class=\"img-container center fixedwidth\" style=\"padding-right:30px;padding-left:30px;\">\r\n <a href=\"#\">\r\n <img border=\"0\" class=\"center fixedwidth\" src=\"\" style=\"padding-top:30px;padding-bottom:30px;text-decoration:none;height:auto;border:0;max-width:150px;\" width=\"150\" alt=\"logo.png\">\r\n </a>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n <div style=\"background-color:#415094;\">\r\n <div class=\"block-grid\" style=\"min-width:320px;max-width:600px;margin:0 auto;background-color:#ffffff;padding-top:25px;border-top-right-radius:30px;border-top-left-radius:30px;\">\r\n <div style=\"border-collapse:collapse;width:100%;background-color:transparent;\">\r\n <div class=\"col num12\" style=\"min-width:320px;max-width:600px;vertical-align:top;width:600px;\">\r\n <div class=\"col_cont\" style=\"width:100%;\">\r\n <div align=\"center\" class=\"img-container center autowidth\" style=\"padding-right:20px;padding-left:20px;\">\r\n <img border=\"0\" class=\"center autowidth\" src=\"https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcRGF00Oi-zJNU_EvYGueBVz_sqXmFjk8pxNtg&usqp=CAU\" style=\"text-decoration:none;height:auto;border:0;max-width:541px;\" width=\"541\" alt=\"images?q=tbn:ANd9GcRGF00Oi-zJNU_EvYGueBVz_sqXmFjk8pxNtg&usqp=CAU\">\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n <div style=\"background-color:#7c32ff;\">\r\n <div class=\"block-grid\" style=\"min-width:320px;max-width:600px;margin:0 auto;background-color:#ffffff;border-bottom-right-radius:30px;border-bottom-left-radius:30px;overflow:hidden;\">\r\n <div style=\"border-collapse:collapse;width:100%;background-color:#ffffff;\">\r\n <div class=\"col num12\" style=\"min-width:320px;max-width:600px;vertical-align:top;width:600px;\">\r\n <div class=\"col_cont\" style=\"width:100%;\">\r\n <h1 style=\"line-height:120%;text-align:center;margin-bottom:0px;\">\r\n <font color=\"#555555\" face=\"Arial, Helvetica Neue, Helvetica, sans-serif\">\r\n <span style=\"font-size:36px;\">Student Registration</span>\r\n </font>\r\n </h1>\r\n <div style=\"line-height:1.8;padding:20px 15px;\">\r\n <div class=\"txtTinyMce-wrapper\" style=\"line-height:1.8;\">\r\n <h1>Hi [name] ,</h1>\r\n <p style=\"margin:10px 0px 30px;line-height:1.929;font-size:16px;color:rgb(113,128,150);\">\r\n Welcome to [school_name]. Congratulations ! You have registered successfully.Thank You, [school_name]\r\n </p>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n <div style=\"background-color:#7c32ff;\">\r\n <div class=\"block-grid\" style=\"min-width:320px;max-width:600px;margin:0 auto;background-color:transparent;\">\r\n <div style=\"border-collapse:collapse;width:100%;background-color:transparent;\">\r\n <div class=\"col num12\" style=\"min-width:320px;max-width:600px;vertical-align:top;width:600px;\">\r\n <div class=\"col_cont\" style=\"width:100%;\">\r\n <div style=\"color:#262b30;font-family:Arial, Helvetica Neue, Helvetica, sans-serif;line-height:1.2;padding-top:30px;padding-right:5px;padding-bottom:5px;padding-left:5px;\">\r\n <div class=\"txtTinyMce-wrapper\" style=\"line-height:1.2;font-size:12px;font-family:Arial, Helvetica Neue, Helvetica, sans-serif;color:#262b30;\">\r\n <p style=\"margin:0;font-size:12px;line-height:1.2;text-align:center;margin-top:0;margin-bottom:0;\">\r\n <span style=\"font-size:14px;color:rgb(255,255,255);font-family:Arial;\">\r\n © 2020 Infix Education software| \r\n </span>\r\n <span style=\"background-color:transparent;text-align:left;\">\r\n <font color=\"#ffffff\">\r\n Copyright © 2020 All rights reserved | This application is made by Codethemes\r\n </font>\r\n </span>\r\n <br>\r\n </p>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n </td>\r\n </tr>\r\n </tbody>\r\n </table>', 'ParentRegistration', '[name], [school_name]', 1, 1, '2024-10-23 08:31:14', '2024-10-23 08:31:14'), (60, 'email', 'student_registration_for_parents', 'Student Registration', '<table bgcolor=\"#FFFFFF\" cellpadding=\"0\" cellspacing=\"0\" class=\"nl-container\" style=\"table-layout:fixed;vertical-align:top;min-width:320px;border-spacing:0;border-collapse:collapse;background-color:#FFFFFF;width:100%;\" width=\"100%\">\r\n <tbody>\r\n <tr style=\"vertical-align:top;\" valign=\"top\">\r\n <td style=\"vertical-align:top;\" valign=\"top\">\r\n <div style=\"background-color:#415094;\">\r\n <div class=\"block-grid\" style=\"min-width:320px;max-width:600px;margin:0 auto;background-color:transparent;\">\r\n <div style=\"border-collapse:collapse;width:100%;background-color:transparent;background-position:center top;background-repeat:no-repeat;\">\r\n <div class=\"col num12\" style=\"min-width:320px;max-width:600px;vertical-align:top;width:600px;\">\r\n <div class=\"col_cont\" style=\"width:100%;\">\r\n <div align=\"center\" class=\"img-container center fixedwidth\" style=\"padding-right:30px;padding-left:30px;\">\r\n <a href=\"#\">\r\n <img border=\"0\" class=\"center fixedwidth\" src=\"\" style=\"padding-top:30px;padding-bottom:30px;text-decoration:none;height:auto;border:0;max-width:150px;\" width=\"150\" alt=\"logo.png\">\r\n </a>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n <div style=\"background-color:#415094;\">\r\n <div class=\"block-grid\" style=\"min-width:320px;max-width:600px;margin:0 auto;background-color:#ffffff;padding-top:25px;border-top-right-radius:30px;border-top-left-radius:30px;\">\r\n <div style=\"border-collapse:collapse;width:100%;background-color:transparent;\">\r\n <div class=\"col num12\" style=\"min-width:320px;max-width:600px;vertical-align:top;width:600px;\">\r\n <div class=\"col_cont\" style=\"width:100%;\">\r\n <div align=\"center\" class=\"img-container center autowidth\" style=\"padding-right:20px;padding-left:20px;\">\r\n <img border=\"0\" class=\"center autowidth\" src=\"https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcRGF00Oi-zJNU_EvYGueBVz_sqXmFjk8pxNtg&usqp=CAU\" style=\"text-decoration:none;height:auto;border:0;max-width:541px;\" width=\"541\" alt=\"images?q=tbn:ANd9GcRGF00Oi-zJNU_EvYGueBVz_sqXmFjk8pxNtg&usqp=CAU\">\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n <div style=\"background-color:#7c32ff;\">\r\n <div class=\"block-grid\" style=\"min-width:320px;max-width:600px;margin:0 auto;background-color:#ffffff;border-bottom-right-radius:30px;border-bottom-left-radius:30px;overflow:hidden;\">\r\n <div style=\"border-collapse:collapse;width:100%;background-color:#ffffff;\">\r\n <div class=\"col num12\" style=\"min-width:320px;max-width:600px;vertical-align:top;width:600px;\">\r\n <div class=\"col_cont\" style=\"width:100%;\">\r\n <h1 style=\"line-height:120%;text-align:center;margin-bottom:0px;\">\r\n <font color=\"#555555\" face=\"Arial, Helvetica Neue, Helvetica, sans-serif\">\r\n <span style=\"font-size:36px;\">Student Registration</span>\r\n </font>\r\n </h1>\r\n <div style=\"line-height:1.8;padding:20px 15px;\">\r\n <div class=\"txtTinyMce-wrapper\" style=\"line-height:1.8;\">\r\n <h1>Hi [father_name] ,</h1>\r\n <p style=\"margin:10px 0px 30px;line-height:1.929;font-size:16px;color:rgb(113,128,150);\">\r\n Welcome to [school_name]. Congratulations ! You have registered successfully. Please login using this username [username] and password [password]. Thank You, [school_name]\r\n </p>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n <div style=\"background-color:#7c32ff;\">\r\n <div class=\"block-grid\" style=\"min-width:320px;max-width:600px;margin:0 auto;background-color:transparent;\">\r\n <div style=\"border-collapse:collapse;width:100%;background-color:transparent;\">\r\n <div class=\"col num12\" style=\"min-width:320px;max-width:600px;vertical-align:top;width:600px;\">\r\n <div class=\"col_cont\" style=\"width:100%;\">\r\n <div style=\"color:#262b30;font-family:Arial, Helvetica Neue, Helvetica, sans-serif;line-height:1.2;padding-top:30px;padding-right:5px;padding-bottom:5px;padding-left:5px;\">\r\n <div class=\"txtTinyMce-wrapper\" style=\"line-height:1.2;font-size:12px;font-family:Arial, Helvetica Neue, Helvetica, sans-serif;color:#262b30;\">\r\n <p style=\"margin:0;font-size:12px;line-height:1.2;text-align:center;margin-top:0;margin-bottom:0;\">\r\n <span style=\"font-size:14px;color:rgb(255,255,255);font-family:Arial;\">\r\n © 2020 Infix Education software| \r\n </span>\r\n <span style=\"background-color:transparent;text-align:left;\">\r\n <font color=\"#ffffff\">\r\n Copyright © 2020 All rights reserved | This application is made by Codethemes\r\n </font>\r\n </span>\r\n <br>\r\n </p>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n </td>\r\n </tr>\r\n </tbody>\r\n </table>', 'ParentRegistration', '[father_name], [school_name], [username], [password]', 1, 1, '2024-10-23 08:31:14', '2024-10-23 08:31:14'), (61, 'email', 'lead_reminder', 'Lead Reminder ', '<table bgcolor=\"#FFFFFF\" cellpadding=\"0\" cellspacing=\"0\" class=\"nl-container\" style=\"table-layout:fixed;vertical-align:top;min-width:320px;border-spacing:0;border-collapse:collapse;background-color:#FFFFFF;width:100%;\" width=\"100%\">\r\n <tbody>\r\n <tr style=\"vertical-align:top;\" valign=\"top\">\r\n <td style=\"vertical-align:top;\" valign=\"top\">\r\n <div style=\"background-color:#415094;\">\r\n <div class=\"block-grid\" style=\"min-width:320px;max-width:600px;margin:0 auto;background-color:transparent;\">\r\n <div style=\"border-collapse:collapse;width:100%;background-color:transparent;background-position:center top;background-repeat:no-repeat;\">\r\n <div class=\"col num12\" style=\"min-width:320px;max-width:600px;vertical-align:top;width:600px;\">\r\n <div class=\"col_cont\" style=\"width:100%;\">\r\n <div align=\"center\" class=\"img-container center fixedwidth\" style=\"padding-right:30px;padding-left:30px;\">\r\n <a href=\"#\">\r\n <img border=\"0\" class=\"center fixedwidth\" src=\"\" style=\"padding-top:30px;padding-bottom:30px;text-decoration:none;height:auto;border:0;max-width:150px;\" width=\"150\" alt=\"logo.png\">\r\n </a>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n <div style=\"background-color:#415094;\">\r\n <div class=\"block-grid\" style=\"min-width:320px;max-width:600px;margin:0 auto;background-color:#ffffff;padding-top:25px;border-top-right-radius:30px;border-top-left-radius:30px;\">\r\n <div style=\"border-collapse:collapse;width:100%;background-color:transparent;\">\r\n <div class=\"col num12\" style=\"min-width:320px;max-width:600px;vertical-align:top;width:600px;\">\r\n <div class=\"col_cont\" style=\"width:100%;\">\r\n <div align=\"center\" class=\"img-container center autowidth\" style=\"padding-right:20px;padding-left:20px;\">\r\n <img border=\"0\" class=\"center autowidth\" src=\"https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcRGF00Oi-zJNU_EvYGueBVz_sqXmFjk8pxNtg&usqp=CAU\" style=\"text-decoration:none;height:auto;border:0;max-width:541px;\" width=\"541\" alt=\"images?q=tbn:ANd9GcRGF00Oi-zJNU_EvYGueBVz_sqXmFjk8pxNtg&usqp=CAU\">\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n <div style=\"background-color:#7c32ff;\">\r\n <div class=\"block-grid\" style=\"min-width:320px;max-width:600px;margin:0 auto;background-color:#ffffff;border-bottom-right-radius:30px;border-bottom-left-radius:30px;overflow:hidden;\">\r\n <div style=\"border-collapse:collapse;width:100%;background-color:#ffffff;\">\r\n <div class=\"col num12\" style=\"min-width:320px;max-width:600px;vertical-align:top;width:600px;\">\r\n <div class=\"col_cont\" style=\"width:100%;\">\r\n <h1 style=\"line-height:120%;text-align:center;margin-bottom:0px;\">\r\n <font color=\"#555555\" face=\"Arial, Helvetica Neue, Helvetica, sans-serif\">\r\n <span style=\"font-size:36px;\">Test Mail</span>\r\n </font>\r\n </h1>\r\n <div style=\"line-height:1.8;padding:20px 15px;\">\r\n <div class=\"txtTinyMce-wrapper\" style=\"line-height:1.8;\">\r\n <h1>Hi [assign_user] ,</h1>\r\n <p style=\"margin:10px 0px 30px;line-height:1.929;font-size:16px;color:rgb(113,128,150);\">\r\n\r\n title : [lead_name], <br>\r\n Phone : [lead_phone],<br>\r\n Email : [lead_email],<br>\r\n Date Time : [lead_date] [lead_time],<br>\r\n Details : [lead_description],</br>\r\n Thank You, [school_name]\r\n </p>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n <div style=\"background-color:#7c32ff;\">\r\n <div class=\"block-grid\" style=\"min-width:320px;max-width:600px;margin:0 auto;background-color:transparent;\">\r\n <div style=\"border-collapse:collapse;width:100%;background-color:transparent;\">\r\n <div class=\"col num12\" style=\"min-width:320px;max-width:600px;vertical-align:top;width:600px;\">\r\n <div class=\"col_cont\" style=\"width:100%;\">\r\n <div style=\"color:#262b30;font-family:Arial, Helvetica Neue, Helvetica, sans-serif;line-height:1.2;padding-top:30px;padding-right:5px;padding-bottom:5px;padding-left:5px;\">\r\n <div class=\"txtTinyMce-wrapper\" style=\"line-height:1.2;font-size:12px;font-family:Arial, Helvetica Neue, Helvetica, sans-serif;color:#262b30;\">\r\n <p style=\"margin:0;font-size:12px;line-height:1.2;text-align:center;margin-top:0;margin-bottom:0;\">\r\n <span style=\"font-size:14px;color:rgb(255,255,255);font-family:Arial;\">\r\n © 2020 Infix Education software| \r\n </span>\r\n <span style=\"background-color:transparent;text-align:left;\">\r\n <font color=\"#ffffff\">\r\n Copyright © 2020 All rights reserved | This application is made by Codethemes\r\n </font>\r\n </span>\r\n <br>\r\n </p>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n </td>\r\n </tr>\r\n </tbody>\r\n </table>', 'Lead', '[assign_user], [lead_name], [lead_phone], [lead_email], [lead_date], [lead_time], [lead_description], [school_name]', 1, 1, '2024-10-23 08:31:14', '2024-10-23 08:31:14'), (62, 'email', 'student_course_purchase', 'Lms Course Purchase', '<table bgcolor=\"#FFFFFF\" cellpadding=\"0\" cellspacing=\"0\" class=\"nl-container\" style=\"table-layout:fixed;vertical-align:top;min-width:320px;border-spacing:0;border-collapse:collapse;background-color:#FFFFFF;width:100%;\" width=\"100%\">\r\n <tbody>\r\n <tr style=\"vertical-align:top;\" valign=\"top\">\r\n <td style=\"vertical-align:top;\" valign=\"top\">\r\n <div style=\"background-color:#415094;\">\r\n <div class=\"block-grid\" style=\"min-width:320px;max-width:600px;margin:0 auto;background-color:transparent;\">\r\n <div style=\"border-collapse:collapse;width:100%;background-color:transparent;background-position:center top;background-repeat:no-repeat;\">\r\n <div class=\"col num12\" style=\"min-width:320px;max-width:600px;vertical-align:top;width:600px;\">\r\n <div class=\"col_cont\" style=\"width:100%;\">\r\n <div align=\"center\" class=\"img-container center fixedwidth\" style=\"padding-right:30px;padding-left:30px;\">\r\n <a href=\"#\">\r\n <img border=\"0\" class=\"center fixedwidth\" src=\"\" style=\"padding-top:30px;padding-bottom:30px;text-decoration:none;height:auto;border:0;max-width:150px;\" width=\"150\" alt=\"logo.png\">\r\n </a>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n <div style=\"background-color:#415094;\">\r\n <div class=\"block-grid\" style=\"min-width:320px;max-width:600px;margin:0 auto;background-color:#ffffff;padding-top:25px;border-top-right-radius:30px;border-top-left-radius:30px;\">\r\n <div style=\"border-collapse:collapse;width:100%;background-color:transparent;\">\r\n <div class=\"col num12\" style=\"min-width:320px;max-width:600px;vertical-align:top;width:600px;\">\r\n <div class=\"col_cont\" style=\"width:100%;\">\r\n <div align=\"center\" class=\"img-container center autowidth\" style=\"padding-right:20px;padding-left:20px;\">\r\n <img border=\"0\" class=\"center autowidth\" src=\"https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcRGF00Oi-zJNU_EvYGueBVz_sqXmFjk8pxNtg&usqp=CAU\" style=\"text-decoration:none;height:auto;border:0;max-width:541px;\" width=\"541\" alt=\"images?q=tbn:ANd9GcRGF00Oi-zJNU_EvYGueBVz_sqXmFjk8pxNtg&usqp=CAU\">\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n <div style=\"background-color:#7c32ff;\">\r\n <div class=\"block-grid\" style=\"min-width:320px;max-width:600px;margin:0 auto;background-color:#ffffff;border-bottom-right-radius:30px;border-bottom-left-radius:30px;overflow:hidden;\">\r\n <div style=\"border-collapse:collapse;width:100%;background-color:#ffffff;\">\r\n <div class=\"col num12\" style=\"min-width:320px;max-width:600px;vertical-align:top;width:600px;\">\r\n <div class=\"col_cont\" style=\"width:100%;\">\r\n <h1 style=\"line-height:120%;text-align:center;margin-bottom:0px;\">\r\n <font color=\"#555555\" face=\"Arial, Helvetica Neue, Helvetica, sans-serif\">\r\n <span style=\"font-size:36px;\">Lms Course Purchase</span>\r\n </font>\r\n </h1>\r\n <div style=\"line-height:1.8;padding:20px 15px;\">\r\n <div class=\"txtTinyMce-wrapper\" style=\"line-height:1.8;\">\r\n <h1>Hi [name],</h1>\r\n <p style=\"margin:10px 0px 30px;line-height:1.929;font-size:16px;color:rgb(113,128,150);\">\r\n Your Course Purchase Sucessfully <br> Thanks You, [school_name]\r\n </p>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n <div style=\"background-color:#7c32ff;\">\r\n <div class=\"block-grid\" style=\"min-width:320px;max-width:600px;margin:0 auto;background-color:transparent;\">\r\n <div style=\"border-collapse:collapse;width:100%;background-color:transparent;\">\r\n <div class=\"col num12\" style=\"min-width:320px;max-width:600px;vertical-align:top;width:600px;\">\r\n <div class=\"col_cont\" style=\"width:100%;\">\r\n <div style=\"color:#262b30;font-family:Arial, Helvetica Neue, Helvetica, sans-serif;line-height:1.2;padding-top:30px;padding-right:5px;padding-bottom:5px;padding-left:5px;\">\r\n <div class=\"txtTinyMce-wrapper\" style=\"line-height:1.2;font-size:12px;font-family:Arial, Helvetica Neue, Helvetica, sans-serif;color:#262b30;\">\r\n <p style=\"margin:0;font-size:12px;line-height:1.2;text-align:center;margin-top:0;margin-bottom:0;\">\r\n <span style=\"font-size:14px;color:rgb(255,255,255);font-family:Arial;\">\r\n © 2020 Infix Education software| \r\n </span>\r\n <span style=\"background-color:transparent;text-align:left;\">\r\n <font color=\"#ffffff\">\r\n Copyright © 2020 All rights reserved | This application is made by Codethemes\r\n </font>\r\n </span>\r\n <br>\r\n </p>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n </td>\r\n </tr>\r\n </tbody>\r\n </table>', 'Lms', '[name], [school_name]', 1, 1, '2024-10-23 08:31:14', '2024-10-23 08:31:14'); INSERT INTO `sms_templates` (`id`, `type`, `purpose`, `subject`, `body`, `module`, `variable`, `status`, `school_id`, `created_at`, `updated_at`) VALUES (63, 'email', 'parent_course_purchase', 'Lms Course Purchase', '<table bgcolor=\"#FFFFFF\" cellpadding=\"0\" cellspacing=\"0\" class=\"nl-container\" style=\"table-layout:fixed;vertical-align:top;min-width:320px;border-spacing:0;border-collapse:collapse;background-color:#FFFFFF;width:100%;\" width=\"100%\">\r\n <tbody>\r\n <tr style=\"vertical-align:top;\" valign=\"top\">\r\n <td style=\"vertical-align:top;\" valign=\"top\">\r\n <div style=\"background-color:#415094;\">\r\n <div class=\"block-grid\" style=\"min-width:320px;max-width:600px;margin:0 auto;background-color:transparent;\">\r\n <div style=\"border-collapse:collapse;width:100%;background-color:transparent;background-position:center top;background-repeat:no-repeat;\">\r\n <div class=\"col num12\" style=\"min-width:320px;max-width:600px;vertical-align:top;width:600px;\">\r\n <div class=\"col_cont\" style=\"width:100%;\">\r\n <div align=\"center\" class=\"img-container center fixedwidth\" style=\"padding-right:30px;padding-left:30px;\">\r\n <a href=\"#\">\r\n <img border=\"0\" class=\"center fixedwidth\" src=\"\" style=\"padding-top:30px;padding-bottom:30px;text-decoration:none;height:auto;border:0;max-width:150px;\" width=\"150\" alt=\"logo.png\">\r\n </a>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n <div style=\"background-color:#415094;\">\r\n <div class=\"block-grid\" style=\"min-width:320px;max-width:600px;margin:0 auto;background-color:#ffffff;padding-top:25px;border-top-right-radius:30px;border-top-left-radius:30px;\">\r\n <div style=\"border-collapse:collapse;width:100%;background-color:transparent;\">\r\n <div class=\"col num12\" style=\"min-width:320px;max-width:600px;vertical-align:top;width:600px;\">\r\n <div class=\"col_cont\" style=\"width:100%;\">\r\n <div align=\"center\" class=\"img-container center autowidth\" style=\"padding-right:20px;padding-left:20px;\">\r\n <img border=\"0\" class=\"center autowidth\" src=\"https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcRGF00Oi-zJNU_EvYGueBVz_sqXmFjk8pxNtg&usqp=CAU\" style=\"text-decoration:none;height:auto;border:0;max-width:541px;\" width=\"541\" alt=\"images?q=tbn:ANd9GcRGF00Oi-zJNU_EvYGueBVz_sqXmFjk8pxNtg&usqp=CAU\">\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n <div style=\"background-color:#7c32ff;\">\r\n <div class=\"block-grid\" style=\"min-width:320px;max-width:600px;margin:0 auto;background-color:#ffffff;border-bottom-right-radius:30px;border-bottom-left-radius:30px;overflow:hidden;\">\r\n <div style=\"border-collapse:collapse;width:100%;background-color:#ffffff;\">\r\n <div class=\"col num12\" style=\"min-width:320px;max-width:600px;vertical-align:top;width:600px;\">\r\n <div class=\"col_cont\" style=\"width:100%;\">\r\n <h1 style=\"line-height:120%;text-align:center;margin-bottom:0px;\">\r\n <font color=\"#555555\" face=\"Arial, Helvetica Neue, Helvetica, sans-serif\">\r\n <span style=\"font-size:36px;\">Lms Course Purchase</span>\r\n </font>\r\n </h1>\r\n <div style=\"line-height:1.8;padding:20px 15px;\">\r\n <div class=\"txtTinyMce-wrapper\" style=\"line-height:1.8;\">\r\n <h1>Hi [name],</h1>\r\n <p style=\"margin:10px 0px 30px;line-height:1.929;font-size:16px;color:rgb(113,128,150);\">\r\n Your Course Purchase Sucessfully <br> Thanks You, [school_name]\r\n </p>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n <div style=\"background-color:#7c32ff;\">\r\n <div class=\"block-grid\" style=\"min-width:320px;max-width:600px;margin:0 auto;background-color:transparent;\">\r\n <div style=\"border-collapse:collapse;width:100%;background-color:transparent;\">\r\n <div class=\"col num12\" style=\"min-width:320px;max-width:600px;vertical-align:top;width:600px;\">\r\n <div class=\"col_cont\" style=\"width:100%;\">\r\n <div style=\"color:#262b30;font-family:Arial, Helvetica Neue, Helvetica, sans-serif;line-height:1.2;padding-top:30px;padding-right:5px;padding-bottom:5px;padding-left:5px;\">\r\n <div class=\"txtTinyMce-wrapper\" style=\"line-height:1.2;font-size:12px;font-family:Arial, Helvetica Neue, Helvetica, sans-serif;color:#262b30;\">\r\n <p style=\"margin:0;font-size:12px;line-height:1.2;text-align:center;margin-top:0;margin-bottom:0;\">\r\n <span style=\"font-size:14px;color:rgb(255,255,255);font-family:Arial;\">\r\n © 2020 Infix Education software| \r\n </span>\r\n <span style=\"background-color:transparent;text-align:left;\">\r\n <font color=\"#ffffff\">\r\n Copyright © 2020 All rights reserved | This application is made by Codethemes\r\n </font>\r\n </span>\r\n <br>\r\n </p>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n </td>\r\n </tr>\r\n </tbody>\r\n </table>', 'Lms', '[name], [school_name]', 1, 1, '2024-10-23 08:31:14', '2024-10-23 08:31:14'), (64, 'email', 'student_approve_payment', 'Approve Lms Course Payment', '<table bgcolor=\"#FFFFFF\" cellpadding=\"0\" cellspacing=\"0\" class=\"nl-container\" style=\"table-layout:fixed;vertical-align:top;min-width:320px;border-spacing:0;border-collapse:collapse;background-color:#FFFFFF;width:100%;\" width=\"100%\">\r\n <tbody>\r\n <tr style=\"vertical-align:top;\" valign=\"top\">\r\n <td style=\"vertical-align:top;\" valign=\"top\">\r\n <div style=\"background-color:#415094;\">\r\n <div class=\"block-grid\" style=\"min-width:320px;max-width:600px;margin:0 auto;background-color:transparent;\">\r\n <div style=\"border-collapse:collapse;width:100%;background-color:transparent;background-position:center top;background-repeat:no-repeat;\">\r\n <div class=\"col num12\" style=\"min-width:320px;max-width:600px;vertical-align:top;width:600px;\">\r\n <div class=\"col_cont\" style=\"width:100%;\">\r\n <div align=\"center\" class=\"img-container center fixedwidth\" style=\"padding-right:30px;padding-left:30px;\">\r\n <a href=\"#\">\r\n <img border=\"0\" class=\"center fixedwidth\" src=\"\" style=\"padding-top:30px;padding-bottom:30px;text-decoration:none;height:auto;border:0;max-width:150px;\" width=\"150\" alt=\"logo.png\">\r\n </a>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n <div style=\"background-color:#415094;\">\r\n <div class=\"block-grid\" style=\"min-width:320px;max-width:600px;margin:0 auto;background-color:#ffffff;padding-top:25px;border-top-right-radius:30px;border-top-left-radius:30px;\">\r\n <div style=\"border-collapse:collapse;width:100%;background-color:transparent;\">\r\n <div class=\"col num12\" style=\"min-width:320px;max-width:600px;vertical-align:top;width:600px;\">\r\n <div class=\"col_cont\" style=\"width:100%;\">\r\n <div align=\"center\" class=\"img-container center autowidth\" style=\"padding-right:20px;padding-left:20px;\">\r\n <img border=\"0\" class=\"center autowidth\" src=\"https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcRGF00Oi-zJNU_EvYGueBVz_sqXmFjk8pxNtg&usqp=CAU\" style=\"text-decoration:none;height:auto;border:0;max-width:541px;\" width=\"541\" alt=\"images?q=tbn:ANd9GcRGF00Oi-zJNU_EvYGueBVz_sqXmFjk8pxNtg&usqp=CAU\">\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n <div style=\"background-color:#7c32ff;\">\r\n <div class=\"block-grid\" style=\"min-width:320px;max-width:600px;margin:0 auto;background-color:#ffffff;border-bottom-right-radius:30px;border-bottom-left-radius:30px;overflow:hidden;\">\r\n <div style=\"border-collapse:collapse;width:100%;background-color:#ffffff;\">\r\n <div class=\"col num12\" style=\"min-width:320px;max-width:600px;vertical-align:top;width:600px;\">\r\n <div class=\"col_cont\" style=\"width:100%;\">\r\n <h1 style=\"line-height:120%;text-align:center;margin-bottom:0px;\">\r\n <font color=\"#555555\" face=\"Arial, Helvetica Neue, Helvetica, sans-serif\">\r\n <span style=\"font-size:36px;\">Approve Payment</span>\r\n </font>\r\n </h1>\r\n <div style=\"line-height:1.8;padding:20px 15px;\">\r\n <div class=\"txtTinyMce-wrapper\" style=\"line-height:1.8;\">\r\n <h1>Hi [name],</h1>\r\n <p style=\"margin:10px 0px 30px;line-height:1.929;font-size:16px;color:rgb(113,128,150);\">\r\n Approve Payment.Thanks You, [school_name]\r\n </p>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n <div style=\"background-color:#7c32ff;\">\r\n <div class=\"block-grid\" style=\"min-width:320px;max-width:600px;margin:0 auto;background-color:transparent;\">\r\n <div style=\"border-collapse:collapse;width:100%;background-color:transparent;\">\r\n <div class=\"col num12\" style=\"min-width:320px;max-width:600px;vertical-align:top;width:600px;\">\r\n <div class=\"col_cont\" style=\"width:100%;\">\r\n <div style=\"color:#262b30;font-family:Arial, Helvetica Neue, Helvetica, sans-serif;line-height:1.2;padding-top:30px;padding-right:5px;padding-bottom:5px;padding-left:5px;\">\r\n <div class=\"txtTinyMce-wrapper\" style=\"line-height:1.2;font-size:12px;font-family:Arial, Helvetica Neue, Helvetica, sans-serif;color:#262b30;\">\r\n <p style=\"margin:0;font-size:12px;line-height:1.2;text-align:center;margin-top:0;margin-bottom:0;\">\r\n <span style=\"font-size:14px;color:rgb(255,255,255);font-family:Arial;\">\r\n © 2020 Infix Education software| \r\n </span>\r\n <span style=\"background-color:transparent;text-align:left;\">\r\n <font color=\"#ffffff\">\r\n Copyright © 2020 All rights reserved | This application is made by Codethemes\r\n </font>\r\n </span>\r\n <br>\r\n </p>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n </td>\r\n </tr>\r\n </tbody>\r\n </table>', 'Lms', '[name], [school_name]', 1, 1, '2024-10-23 08:31:14', '2024-10-23 08:31:14'), (65, 'email', 'parent_approve_payment', 'Approve Lms Course Payment', '<table bgcolor=\"#FFFFFF\" cellpadding=\"0\" cellspacing=\"0\" class=\"nl-container\" style=\"table-layout:fixed;vertical-align:top;min-width:320px;border-spacing:0;border-collapse:collapse;background-color:#FFFFFF;width:100%;\" width=\"100%\">\r\n <tbody>\r\n <tr style=\"vertical-align:top;\" valign=\"top\">\r\n <td style=\"vertical-align:top;\" valign=\"top\">\r\n <div style=\"background-color:#415094;\">\r\n <div class=\"block-grid\" style=\"min-width:320px;max-width:600px;margin:0 auto;background-color:transparent;\">\r\n <div style=\"border-collapse:collapse;width:100%;background-color:transparent;background-position:center top;background-repeat:no-repeat;\">\r\n <div class=\"col num12\" style=\"min-width:320px;max-width:600px;vertical-align:top;width:600px;\">\r\n <div class=\"col_cont\" style=\"width:100%;\">\r\n <div align=\"center\" class=\"img-container center fixedwidth\" style=\"padding-right:30px;padding-left:30px;\">\r\n <a href=\"#\">\r\n <img border=\"0\" class=\"center fixedwidth\" src=\"\" style=\"padding-top:30px;padding-bottom:30px;text-decoration:none;height:auto;border:0;max-width:150px;\" width=\"150\" alt=\"logo.png\">\r\n </a>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n <div style=\"background-color:#415094;\">\r\n <div class=\"block-grid\" style=\"min-width:320px;max-width:600px;margin:0 auto;background-color:#ffffff;padding-top:25px;border-top-right-radius:30px;border-top-left-radius:30px;\">\r\n <div style=\"border-collapse:collapse;width:100%;background-color:transparent;\">\r\n <div class=\"col num12\" style=\"min-width:320px;max-width:600px;vertical-align:top;width:600px;\">\r\n <div class=\"col_cont\" style=\"width:100%;\">\r\n <div align=\"center\" class=\"img-container center autowidth\" style=\"padding-right:20px;padding-left:20px;\">\r\n <img border=\"0\" class=\"center autowidth\" src=\"https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcRGF00Oi-zJNU_EvYGueBVz_sqXmFjk8pxNtg&usqp=CAU\" style=\"text-decoration:none;height:auto;border:0;max-width:541px;\" width=\"541\" alt=\"images?q=tbn:ANd9GcRGF00Oi-zJNU_EvYGueBVz_sqXmFjk8pxNtg&usqp=CAU\">\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n <div style=\"background-color:#7c32ff;\">\r\n <div class=\"block-grid\" style=\"min-width:320px;max-width:600px;margin:0 auto;background-color:#ffffff;border-bottom-right-radius:30px;border-bottom-left-radius:30px;overflow:hidden;\">\r\n <div style=\"border-collapse:collapse;width:100%;background-color:#ffffff;\">\r\n <div class=\"col num12\" style=\"min-width:320px;max-width:600px;vertical-align:top;width:600px;\">\r\n <div class=\"col_cont\" style=\"width:100%;\">\r\n <h1 style=\"line-height:120%;text-align:center;margin-bottom:0px;\">\r\n <font color=\"#555555\" face=\"Arial, Helvetica Neue, Helvetica, sans-serif\">\r\n <span style=\"font-size:36px;\">Approve Payment</span>\r\n </font>\r\n </h1>\r\n <div style=\"line-height:1.8;padding:20px 15px;\">\r\n <div class=\"txtTinyMce-wrapper\" style=\"line-height:1.8;\">\r\n <h1>Hi [name],</h1>\r\n <p style=\"margin:10px 0px 30px;line-height:1.929;font-size:16px;color:rgb(113,128,150);\">\r\n Approve Payment.Thanks You, [school_name]\r\n </p>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n <div style=\"background-color:#7c32ff;\">\r\n <div class=\"block-grid\" style=\"min-width:320px;max-width:600px;margin:0 auto;background-color:transparent;\">\r\n <div style=\"border-collapse:collapse;width:100%;background-color:transparent;\">\r\n <div class=\"col num12\" style=\"min-width:320px;max-width:600px;vertical-align:top;width:600px;\">\r\n <div class=\"col_cont\" style=\"width:100%;\">\r\n <div style=\"color:#262b30;font-family:Arial, Helvetica Neue, Helvetica, sans-serif;line-height:1.2;padding-top:30px;padding-right:5px;padding-bottom:5px;padding-left:5px;\">\r\n <div class=\"txtTinyMce-wrapper\" style=\"line-height:1.2;font-size:12px;font-family:Arial, Helvetica Neue, Helvetica, sans-serif;color:#262b30;\">\r\n <p style=\"margin:0;font-size:12px;line-height:1.2;text-align:center;margin-top:0;margin-bottom:0;\">\r\n <span style=\"font-size:14px;color:rgb(255,255,255);font-family:Arial;\">\r\n © 2020 Infix Education software| \r\n </span>\r\n <span style=\"background-color:transparent;text-align:left;\">\r\n <font color=\"#ffffff\">\r\n Copyright © 2020 All rights reserved | This application is made by Codethemes\r\n </font>\r\n </span>\r\n <br>\r\n </p>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n </td>\r\n </tr>\r\n </tbody>\r\n </table>', 'Lms', '[name], [school_name]', 1, 1, '2024-10-23 08:31:14', '2024-10-23 08:31:14'), (66, 'email', 'student_reject_payment', 'Reject Lms Course Payment', '<table bgcolor=\"#FFFFFF\" cellpadding=\"0\" cellspacing=\"0\" class=\"nl-container\" style=\"table-layout:fixed;vertical-align:top;min-width:320px;border-spacing:0;border-collapse:collapse;background-color:#FFFFFF;width:100%;\" width=\"100%\">\r\n <tbody>\r\n <tr style=\"vertical-align:top;\" valign=\"top\">\r\n <td style=\"vertical-align:top;\" valign=\"top\">\r\n <div style=\"background-color:#415094;\">\r\n <div class=\"block-grid\" style=\"min-width:320px;max-width:600px;margin:0 auto;background-color:transparent;\">\r\n <div style=\"border-collapse:collapse;width:100%;background-color:transparent;background-position:center top;background-repeat:no-repeat;\">\r\n <div class=\"col num12\" style=\"min-width:320px;max-width:600px;vertical-align:top;width:600px;\">\r\n <div class=\"col_cont\" style=\"width:100%;\">\r\n <div align=\"center\" class=\"img-container center fixedwidth\" style=\"padding-right:30px;padding-left:30px;\">\r\n <a href=\"#\">\r\n <img border=\"0\" class=\"center fixedwidth\" src=\"\" style=\"padding-top:30px;padding-bottom:30px;text-decoration:none;height:auto;border:0;max-width:150px;\" width=\"150\" alt=\"logo.png\">\r\n </a>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n <div style=\"background-color:#415094;\">\r\n <div class=\"block-grid\" style=\"min-width:320px;max-width:600px;margin:0 auto;background-color:#ffffff;padding-top:25px;border-top-right-radius:30px;border-top-left-radius:30px;\">\r\n <div style=\"border-collapse:collapse;width:100%;background-color:transparent;\">\r\n <div class=\"col num12\" style=\"min-width:320px;max-width:600px;vertical-align:top;width:600px;\">\r\n <div class=\"col_cont\" style=\"width:100%;\">\r\n <div align=\"center\" class=\"img-container center autowidth\" style=\"padding-right:20px;padding-left:20px;\">\r\n <img border=\"0\" class=\"center autowidth\" src=\"https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcRGF00Oi-zJNU_EvYGueBVz_sqXmFjk8pxNtg&usqp=CAU\" style=\"text-decoration:none;height:auto;border:0;max-width:541px;\" width=\"541\" alt=\"images?q=tbn:ANd9GcRGF00Oi-zJNU_EvYGueBVz_sqXmFjk8pxNtg&usqp=CAU\">\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n <div style=\"background-color:#7c32ff;\">\r\n <div class=\"block-grid\" style=\"min-width:320px;max-width:600px;margin:0 auto;background-color:#ffffff;border-bottom-right-radius:30px;border-bottom-left-radius:30px;overflow:hidden;\">\r\n <div style=\"border-collapse:collapse;width:100%;background-color:#ffffff;\">\r\n <div class=\"col num12\" style=\"min-width:320px;max-width:600px;vertical-align:top;width:600px;\">\r\n <div class=\"col_cont\" style=\"width:100%;\">\r\n <h1 style=\"line-height:120%;text-align:center;margin-bottom:0px;\">\r\n <font color=\"#555555\" face=\"Arial, Helvetica Neue, Helvetica, sans-serif\">\r\n <span style=\"font-size:36px;\">Reject Payment</span>\r\n </font>\r\n </h1>\r\n <div style=\"line-height:1.8;padding:20px 15px;\">\r\n <div class=\"txtTinyMce-wrapper\" style=\"line-height:1.8;\">\r\n <h1>Hi [name],</h1>\r\n <p style=\"margin:10px 0px 30px;line-height:1.929;font-size:16px;color:rgb(113,128,150);\">\r\n Reject Payment.Thanks You, [school_name]\r\n </p>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n <div style=\"background-color:#7c32ff;\">\r\n <div class=\"block-grid\" style=\"min-width:320px;max-width:600px;margin:0 auto;background-color:transparent;\">\r\n <div style=\"border-collapse:collapse;width:100%;background-color:transparent;\">\r\n <div class=\"col num12\" style=\"min-width:320px;max-width:600px;vertical-align:top;width:600px;\">\r\n <div class=\"col_cont\" style=\"width:100%;\">\r\n <div style=\"color:#262b30;font-family:Arial, Helvetica Neue, Helvetica, sans-serif;line-height:1.2;padding-top:30px;padding-right:5px;padding-bottom:5px;padding-left:5px;\">\r\n <div class=\"txtTinyMce-wrapper\" style=\"line-height:1.2;font-size:12px;font-family:Arial, Helvetica Neue, Helvetica, sans-serif;color:#262b30;\">\r\n <p style=\"margin:0;font-size:12px;line-height:1.2;text-align:center;margin-top:0;margin-bottom:0;\">\r\n <span style=\"font-size:14px;color:rgb(255,255,255);font-family:Arial;\">\r\n © 2020 Infix Education software| \r\n </span>\r\n <span style=\"background-color:transparent;text-align:left;\">\r\n <font color=\"#ffffff\">\r\n Copyright © 2020 All rights reserved | This application is made by Codethemes\r\n </font>\r\n </span>\r\n <br>\r\n </p>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n </td>\r\n </tr>\r\n </tbody>\r\n </table>', 'Lms', '[name], [school_name]', 1, 1, '2024-10-23 08:31:14', '2024-10-23 08:31:14'), (67, 'email', 'parent_reject_payment', 'Reject Lms Course Payment', '<table bgcolor=\"#FFFFFF\" cellpadding=\"0\" cellspacing=\"0\" class=\"nl-container\" style=\"table-layout:fixed;vertical-align:top;min-width:320px;border-spacing:0;border-collapse:collapse;background-color:#FFFFFF;width:100%;\" width=\"100%\">\r\n <tbody>\r\n <tr style=\"vertical-align:top;\" valign=\"top\">\r\n <td style=\"vertical-align:top;\" valign=\"top\">\r\n <div style=\"background-color:#415094;\">\r\n <div class=\"block-grid\" style=\"min-width:320px;max-width:600px;margin:0 auto;background-color:transparent;\">\r\n <div style=\"border-collapse:collapse;width:100%;background-color:transparent;background-position:center top;background-repeat:no-repeat;\">\r\n <div class=\"col num12\" style=\"min-width:320px;max-width:600px;vertical-align:top;width:600px;\">\r\n <div class=\"col_cont\" style=\"width:100%;\">\r\n <div align=\"center\" class=\"img-container center fixedwidth\" style=\"padding-right:30px;padding-left:30px;\">\r\n <a href=\"#\">\r\n <img border=\"0\" class=\"center fixedwidth\" src=\"\" style=\"padding-top:30px;padding-bottom:30px;text-decoration:none;height:auto;border:0;max-width:150px;\" width=\"150\" alt=\"logo.png\">\r\n </a>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n <div style=\"background-color:#415094;\">\r\n <div class=\"block-grid\" style=\"min-width:320px;max-width:600px;margin:0 auto;background-color:#ffffff;padding-top:25px;border-top-right-radius:30px;border-top-left-radius:30px;\">\r\n <div style=\"border-collapse:collapse;width:100%;background-color:transparent;\">\r\n <div class=\"col num12\" style=\"min-width:320px;max-width:600px;vertical-align:top;width:600px;\">\r\n <div class=\"col_cont\" style=\"width:100%;\">\r\n <div align=\"center\" class=\"img-container center autowidth\" style=\"padding-right:20px;padding-left:20px;\">\r\n <img border=\"0\" class=\"center autowidth\" src=\"https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcRGF00Oi-zJNU_EvYGueBVz_sqXmFjk8pxNtg&usqp=CAU\" style=\"text-decoration:none;height:auto;border:0;max-width:541px;\" width=\"541\" alt=\"images?q=tbn:ANd9GcRGF00Oi-zJNU_EvYGueBVz_sqXmFjk8pxNtg&usqp=CAU\">\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n <div style=\"background-color:#7c32ff;\">\r\n <div class=\"block-grid\" style=\"min-width:320px;max-width:600px;margin:0 auto;background-color:#ffffff;border-bottom-right-radius:30px;border-bottom-left-radius:30px;overflow:hidden;\">\r\n <div style=\"border-collapse:collapse;width:100%;background-color:#ffffff;\">\r\n <div class=\"col num12\" style=\"min-width:320px;max-width:600px;vertical-align:top;width:600px;\">\r\n <div class=\"col_cont\" style=\"width:100%;\">\r\n <h1 style=\"line-height:120%;text-align:center;margin-bottom:0px;\">\r\n <font color=\"#555555\" face=\"Arial, Helvetica Neue, Helvetica, sans-serif\">\r\n <span style=\"font-size:36px;\">Reject Payment</span>\r\n </font>\r\n </h1>\r\n <div style=\"line-height:1.8;padding:20px 15px;\">\r\n <div class=\"txtTinyMce-wrapper\" style=\"line-height:1.8;\">\r\n <h1>Hi [name],</h1>\r\n <p style=\"margin:10px 0px 30px;line-height:1.929;font-size:16px;color:rgb(113,128,150);\">\r\n Reject Payment. Thanks You, [school_name]\r\n </p>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n <div style=\"background-color:#7c32ff;\">\r\n <div class=\"block-grid\" style=\"min-width:320px;max-width:600px;margin:0 auto;background-color:transparent;\">\r\n <div style=\"border-collapse:collapse;width:100%;background-color:transparent;\">\r\n <div class=\"col num12\" style=\"min-width:320px;max-width:600px;vertical-align:top;width:600px;\">\r\n <div class=\"col_cont\" style=\"width:100%;\">\r\n <div style=\"color:#262b30;font-family:Arial, Helvetica Neue, Helvetica, sans-serif;line-height:1.2;padding-top:30px;padding-right:5px;padding-bottom:5px;padding-left:5px;\">\r\n <div class=\"txtTinyMce-wrapper\" style=\"line-height:1.2;font-size:12px;font-family:Arial, Helvetica Neue, Helvetica, sans-serif;color:#262b30;\">\r\n <p style=\"margin:0;font-size:12px;line-height:1.2;text-align:center;margin-top:0;margin-bottom:0;\">\r\n <span style=\"font-size:14px;color:rgb(255,255,255);font-family:Arial;\">\r\n © 2020 Infix Education software| \r\n </span>\r\n <span style=\"background-color:transparent;text-align:left;\">\r\n <font color=\"#ffffff\">\r\n Copyright © 2020 All rights reserved | This application is made by Codethemes\r\n </font>\r\n </span>\r\n <br>\r\n </p>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n </td>\r\n </tr>\r\n </tbody>\r\n </table>', 'Lms', '[name], [school_name]', 1, 1, '2024-10-23 08:31:14', '2024-10-23 08:31:14'), (68, 'email', 'student_course_purchase', 'Lms Course Purchase', '<table bgcolor=\"#FFFFFF\" cellpadding=\"0\" cellspacing=\"0\" class=\"nl-container\" style=\"table-layout:fixed;vertical-align:top;min-width:320px;border-spacing:0;border-collapse:collapse;background-color:#FFFFFF;width:100%;\" width=\"100%\">\r\n <tbody>\r\n <tr style=\"vertical-align:top;\" valign=\"top\">\r\n <td style=\"vertical-align:top;\" valign=\"top\">\r\n <div style=\"background-color:#415094;\">\r\n <div class=\"block-grid\" style=\"min-width:320px;max-width:600px;margin:0 auto;background-color:transparent;\">\r\n <div style=\"border-collapse:collapse;width:100%;background-color:transparent;background-position:center top;background-repeat:no-repeat;\">\r\n <div class=\"col num12\" style=\"min-width:320px;max-width:600px;vertical-align:top;width:600px;\">\r\n <div class=\"col_cont\" style=\"width:100%;\">\r\n <div align=\"center\" class=\"img-container center fixedwidth\" style=\"padding-right:30px;padding-left:30px;\">\r\n <a href=\"#\">\r\n <img border=\"0\" class=\"center fixedwidth\" src=\"\" style=\"padding-top:30px;padding-bottom:30px;text-decoration:none;height:auto;border:0;max-width:150px;\" width=\"150\" alt=\"logo.png\">\r\n </a>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n <div style=\"background-color:#415094;\">\r\n <div class=\"block-grid\" style=\"min-width:320px;max-width:600px;margin:0 auto;background-color:#ffffff;padding-top:25px;border-top-right-radius:30px;border-top-left-radius:30px;\">\r\n <div style=\"border-collapse:collapse;width:100%;background-color:transparent;\">\r\n <div class=\"col num12\" style=\"min-width:320px;max-width:600px;vertical-align:top;width:600px;\">\r\n <div class=\"col_cont\" style=\"width:100%;\">\r\n <div align=\"center\" class=\"img-container center autowidth\" style=\"padding-right:20px;padding-left:20px;\">\r\n <img border=\"0\" class=\"center autowidth\" src=\"https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcRGF00Oi-zJNU_EvYGueBVz_sqXmFjk8pxNtg&usqp=CAU\" style=\"text-decoration:none;height:auto;border:0;max-width:541px;\" width=\"541\" alt=\"images?q=tbn:ANd9GcRGF00Oi-zJNU_EvYGueBVz_sqXmFjk8pxNtg&usqp=CAU\">\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n <div style=\"background-color:#7c32ff;\">\r\n <div class=\"block-grid\" style=\"min-width:320px;max-width:600px;margin:0 auto;background-color:#ffffff;border-bottom-right-radius:30px;border-bottom-left-radius:30px;overflow:hidden;\">\r\n <div style=\"border-collapse:collapse;width:100%;background-color:#ffffff;\">\r\n <div class=\"col num12\" style=\"min-width:320px;max-width:600px;vertical-align:top;width:600px;\">\r\n <div class=\"col_cont\" style=\"width:100%;\">\r\n <h1 style=\"line-height:120%;text-align:center;margin-bottom:0px;\">\r\n <font color=\"#555555\" face=\"Arial, Helvetica Neue, Helvetica, sans-serif\">\r\n <span style=\"font-size:36px;\">Lms Course Purchase</span>\r\n </font>\r\n </h1>\r\n <div style=\"line-height:1.8;padding:20px 15px;\">\r\n <div class=\"txtTinyMce-wrapper\" style=\"line-height:1.8;\">\r\n <h1>Hi [name],</h1>\r\n <p style=\"margin:10px 0px 30px;line-height:1.929;font-size:16px;color:rgb(113,128,150);\">\r\n Your Course Purchase Sucessfully <br> Thank You.\r\n </p>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n <div style=\"background-color:#7c32ff;\">\r\n <div class=\"block-grid\" style=\"min-width:320px;max-width:600px;margin:0 auto;background-color:transparent;\">\r\n <div style=\"border-collapse:collapse;width:100%;background-color:transparent;\">\r\n <div class=\"col num12\" style=\"min-width:320px;max-width:600px;vertical-align:top;width:600px;\">\r\n <div class=\"col_cont\" style=\"width:100%;\">\r\n <div style=\"color:#262b30;font-family:Arial, Helvetica Neue, Helvetica, sans-serif;line-height:1.2;padding-top:30px;padding-right:5px;padding-bottom:5px;padding-left:5px;\">\r\n <div class=\"txtTinyMce-wrapper\" style=\"line-height:1.2;font-size:12px;font-family:Arial, Helvetica Neue, Helvetica, sans-serif;color:#262b30;\">\r\n <p style=\"margin:0;font-size:12px;line-height:1.2;text-align:center;margin-top:0;margin-bottom:0;\">\r\n <span style=\"font-size:14px;color:rgb(255,255,255);font-family:Arial;\">\r\n © 2020 Infix Education software| \r\n </span>\r\n <span style=\"background-color:transparent;text-align:left;\">\r\n <font color=\"#ffffff\">\r\n Copyright © 2020 All rights reserved | This application is made by Codethemes\r\n </font>\r\n </span>\r\n <br>\r\n </p>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n </td>\r\n </tr>\r\n </tbody>\r\n </table>', 'Lms', '[name], [school_name]', 1, 1, '2024-10-23 08:31:14', '2024-10-23 08:31:14'); INSERT INTO `sms_templates` (`id`, `type`, `purpose`, `subject`, `body`, `module`, `variable`, `status`, `school_id`, `created_at`, `updated_at`) VALUES (69, 'email', 'parent_course_purchase', 'Lms Course Purchase', '<table bgcolor=\"#FFFFFF\" cellpadding=\"0\" cellspacing=\"0\" class=\"nl-container\" style=\"table-layout:fixed;vertical-align:top;min-width:320px;border-spacing:0;border-collapse:collapse;background-color:#FFFFFF;width:100%;\" width=\"100%\">\r\n <tbody>\r\n <tr style=\"vertical-align:top;\" valign=\"top\">\r\n <td style=\"vertical-align:top;\" valign=\"top\">\r\n <div style=\"background-color:#415094;\">\r\n <div class=\"block-grid\" style=\"min-width:320px;max-width:600px;margin:0 auto;background-color:transparent;\">\r\n <div style=\"border-collapse:collapse;width:100%;background-color:transparent;background-position:center top;background-repeat:no-repeat;\">\r\n <div class=\"col num12\" style=\"min-width:320px;max-width:600px;vertical-align:top;width:600px;\">\r\n <div class=\"col_cont\" style=\"width:100%;\">\r\n <div align=\"center\" class=\"img-container center fixedwidth\" style=\"padding-right:30px;padding-left:30px;\">\r\n <a href=\"#\">\r\n <img border=\"0\" class=\"center fixedwidth\" src=\"\" style=\"padding-top:30px;padding-bottom:30px;text-decoration:none;height:auto;border:0;max-width:150px;\" width=\"150\" alt=\"logo.png\">\r\n </a>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n <div style=\"background-color:#415094;\">\r\n <div class=\"block-grid\" style=\"min-width:320px;max-width:600px;margin:0 auto;background-color:#ffffff;padding-top:25px;border-top-right-radius:30px;border-top-left-radius:30px;\">\r\n <div style=\"border-collapse:collapse;width:100%;background-color:transparent;\">\r\n <div class=\"col num12\" style=\"min-width:320px;max-width:600px;vertical-align:top;width:600px;\">\r\n <div class=\"col_cont\" style=\"width:100%;\">\r\n <div align=\"center\" class=\"img-container center autowidth\" style=\"padding-right:20px;padding-left:20px;\">\r\n <img border=\"0\" class=\"center autowidth\" src=\"https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcRGF00Oi-zJNU_EvYGueBVz_sqXmFjk8pxNtg&usqp=CAU\" style=\"text-decoration:none;height:auto;border:0;max-width:541px;\" width=\"541\" alt=\"images?q=tbn:ANd9GcRGF00Oi-zJNU_EvYGueBVz_sqXmFjk8pxNtg&usqp=CAU\">\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n <div style=\"background-color:#7c32ff;\">\r\n <div class=\"block-grid\" style=\"min-width:320px;max-width:600px;margin:0 auto;background-color:#ffffff;border-bottom-right-radius:30px;border-bottom-left-radius:30px;overflow:hidden;\">\r\n <div style=\"border-collapse:collapse;width:100%;background-color:#ffffff;\">\r\n <div class=\"col num12\" style=\"min-width:320px;max-width:600px;vertical-align:top;width:600px;\">\r\n <div class=\"col_cont\" style=\"width:100%;\">\r\n <h1 style=\"line-height:120%;text-align:center;margin-bottom:0px;\">\r\n <font color=\"#555555\" face=\"Arial, Helvetica Neue, Helvetica, sans-serif\">\r\n <span style=\"font-size:36px;\">Lms Course Purchase</span>\r\n </font>\r\n </h1>\r\n <div style=\"line-height:1.8;padding:20px 15px;\">\r\n <div class=\"txtTinyMce-wrapper\" style=\"line-height:1.8;\">\r\n <h1>Hi [name],</h1>\r\n <p style=\"margin:10px 0px 30px;line-height:1.929;font-size:16px;color:rgb(113,128,150);\">\r\n Your Course Purchase Sucessfully <br> Thank You.\r\n </p>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n <div style=\"background-color:#7c32ff;\">\r\n <div class=\"block-grid\" style=\"min-width:320px;max-width:600px;margin:0 auto;background-color:transparent;\">\r\n <div style=\"border-collapse:collapse;width:100%;background-color:transparent;\">\r\n <div class=\"col num12\" style=\"min-width:320px;max-width:600px;vertical-align:top;width:600px;\">\r\n <div class=\"col_cont\" style=\"width:100%;\">\r\n <div style=\"color:#262b30;font-family:Arial, Helvetica Neue, Helvetica, sans-serif;line-height:1.2;padding-top:30px;padding-right:5px;padding-bottom:5px;padding-left:5px;\">\r\n <div class=\"txtTinyMce-wrapper\" style=\"line-height:1.2;font-size:12px;font-family:Arial, Helvetica Neue, Helvetica, sans-serif;color:#262b30;\">\r\n <p style=\"margin:0;font-size:12px;line-height:1.2;text-align:center;margin-top:0;margin-bottom:0;\">\r\n <span style=\"font-size:14px;color:rgb(255,255,255);font-family:Arial;\">\r\n © 2020 Infix Education software| \r\n </span>\r\n <span style=\"background-color:transparent;text-align:left;\">\r\n <font color=\"#ffffff\">\r\n Copyright © 2020 All rights reserved | This application is made by Codethemes\r\n </font>\r\n </span>\r\n <br>\r\n </p>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n </td>\r\n </tr>\r\n </tbody>\r\n </table>', 'Lms', '[name], [school_name]', 1, 1, '2024-10-23 08:31:14', '2024-10-23 08:31:14'), (70, 'email', 'student_approve_payment', 'Approve Lms Course Payment', '<table bgcolor=\"#FFFFFF\" cellpadding=\"0\" cellspacing=\"0\" class=\"nl-container\" style=\"table-layout:fixed;vertical-align:top;min-width:320px;border-spacing:0;border-collapse:collapse;background-color:#FFFFFF;width:100%;\" width=\"100%\">\r\n <tbody>\r\n <tr style=\"vertical-align:top;\" valign=\"top\">\r\n <td style=\"vertical-align:top;\" valign=\"top\">\r\n <div style=\"background-color:#415094;\">\r\n <div class=\"block-grid\" style=\"min-width:320px;max-width:600px;margin:0 auto;background-color:transparent;\">\r\n <div style=\"border-collapse:collapse;width:100%;background-color:transparent;background-position:center top;background-repeat:no-repeat;\">\r\n <div class=\"col num12\" style=\"min-width:320px;max-width:600px;vertical-align:top;width:600px;\">\r\n <div class=\"col_cont\" style=\"width:100%;\">\r\n <div align=\"center\" class=\"img-container center fixedwidth\" style=\"padding-right:30px;padding-left:30px;\">\r\n <a href=\"#\">\r\n <img border=\"0\" class=\"center fixedwidth\" src=\"\" style=\"padding-top:30px;padding-bottom:30px;text-decoration:none;height:auto;border:0;max-width:150px;\" width=\"150\" alt=\"logo.png\">\r\n </a>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n <div style=\"background-color:#415094;\">\r\n <div class=\"block-grid\" style=\"min-width:320px;max-width:600px;margin:0 auto;background-color:#ffffff;padding-top:25px;border-top-right-radius:30px;border-top-left-radius:30px;\">\r\n <div style=\"border-collapse:collapse;width:100%;background-color:transparent;\">\r\n <div class=\"col num12\" style=\"min-width:320px;max-width:600px;vertical-align:top;width:600px;\">\r\n <div class=\"col_cont\" style=\"width:100%;\">\r\n <div align=\"center\" class=\"img-container center autowidth\" style=\"padding-right:20px;padding-left:20px;\">\r\n <img border=\"0\" class=\"center autowidth\" src=\"https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcRGF00Oi-zJNU_EvYGueBVz_sqXmFjk8pxNtg&usqp=CAU\" style=\"text-decoration:none;height:auto;border:0;max-width:541px;\" width=\"541\" alt=\"images?q=tbn:ANd9GcRGF00Oi-zJNU_EvYGueBVz_sqXmFjk8pxNtg&usqp=CAU\">\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n <div style=\"background-color:#7c32ff;\">\r\n <div class=\"block-grid\" style=\"min-width:320px;max-width:600px;margin:0 auto;background-color:#ffffff;border-bottom-right-radius:30px;border-bottom-left-radius:30px;overflow:hidden;\">\r\n <div style=\"border-collapse:collapse;width:100%;background-color:#ffffff;\">\r\n <div class=\"col num12\" style=\"min-width:320px;max-width:600px;vertical-align:top;width:600px;\">\r\n <div class=\"col_cont\" style=\"width:100%;\">\r\n <h1 style=\"line-height:120%;text-align:center;margin-bottom:0px;\">\r\n <font color=\"#555555\" face=\"Arial, Helvetica Neue, Helvetica, sans-serif\">\r\n <span style=\"font-size:36px;\">Approve Payment</span>\r\n </font>\r\n </h1>\r\n <div style=\"line-height:1.8;padding:20px 15px;\">\r\n <div class=\"txtTinyMce-wrapper\" style=\"line-height:1.8;\">\r\n <h1>Hi [name],</h1>\r\n <p style=\"margin:10px 0px 30px;line-height:1.929;font-size:16px;color:rgb(113,128,150);\">\r\n Approve Payment.\r\n </p>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n <div style=\"background-color:#7c32ff;\">\r\n <div class=\"block-grid\" style=\"min-width:320px;max-width:600px;margin:0 auto;background-color:transparent;\">\r\n <div style=\"border-collapse:collapse;width:100%;background-color:transparent;\">\r\n <div class=\"col num12\" style=\"min-width:320px;max-width:600px;vertical-align:top;width:600px;\">\r\n <div class=\"col_cont\" style=\"width:100%;\">\r\n <div style=\"color:#262b30;font-family:Arial, Helvetica Neue, Helvetica, sans-serif;line-height:1.2;padding-top:30px;padding-right:5px;padding-bottom:5px;padding-left:5px;\">\r\n <div class=\"txtTinyMce-wrapper\" style=\"line-height:1.2;font-size:12px;font-family:Arial, Helvetica Neue, Helvetica, sans-serif;color:#262b30;\">\r\n <p style=\"margin:0;font-size:12px;line-height:1.2;text-align:center;margin-top:0;margin-bottom:0;\">\r\n <span style=\"font-size:14px;color:rgb(255,255,255);font-family:Arial;\">\r\n © 2020 Infix Education software| \r\n </span>\r\n <span style=\"background-color:transparent;text-align:left;\">\r\n <font color=\"#ffffff\">\r\n Copyright © 2020 All rights reserved | This application is made by Codethemes\r\n </font>\r\n </span>\r\n <br>\r\n </p>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n </td>\r\n </tr>\r\n </tbody>\r\n </table>', 'Lms', '[name], [school_name]', 1, 1, '2024-10-23 08:31:14', '2024-10-23 08:31:14'), (71, 'email', 'parent_approve_payment', 'Approve Lms Course Payment', '<table bgcolor=\"#FFFFFF\" cellpadding=\"0\" cellspacing=\"0\" class=\"nl-container\" style=\"table-layout:fixed;vertical-align:top;min-width:320px;border-spacing:0;border-collapse:collapse;background-color:#FFFFFF;width:100%;\" width=\"100%\">\r\n <tbody>\r\n <tr style=\"vertical-align:top;\" valign=\"top\">\r\n <td style=\"vertical-align:top;\" valign=\"top\">\r\n <div style=\"background-color:#415094;\">\r\n <div class=\"block-grid\" style=\"min-width:320px;max-width:600px;margin:0 auto;background-color:transparent;\">\r\n <div style=\"border-collapse:collapse;width:100%;background-color:transparent;background-position:center top;background-repeat:no-repeat;\">\r\n <div class=\"col num12\" style=\"min-width:320px;max-width:600px;vertical-align:top;width:600px;\">\r\n <div class=\"col_cont\" style=\"width:100%;\">\r\n <div align=\"center\" class=\"img-container center fixedwidth\" style=\"padding-right:30px;padding-left:30px;\">\r\n <a href=\"#\">\r\n <img border=\"0\" class=\"center fixedwidth\" src=\"\" style=\"padding-top:30px;padding-bottom:30px;text-decoration:none;height:auto;border:0;max-width:150px;\" width=\"150\" alt=\"logo.png\">\r\n </a>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n <div style=\"background-color:#415094;\">\r\n <div class=\"block-grid\" style=\"min-width:320px;max-width:600px;margin:0 auto;background-color:#ffffff;padding-top:25px;border-top-right-radius:30px;border-top-left-radius:30px;\">\r\n <div style=\"border-collapse:collapse;width:100%;background-color:transparent;\">\r\n <div class=\"col num12\" style=\"min-width:320px;max-width:600px;vertical-align:top;width:600px;\">\r\n <div class=\"col_cont\" style=\"width:100%;\">\r\n <div align=\"center\" class=\"img-container center autowidth\" style=\"padding-right:20px;padding-left:20px;\">\r\n <img border=\"0\" class=\"center autowidth\" src=\"https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcRGF00Oi-zJNU_EvYGueBVz_sqXmFjk8pxNtg&usqp=CAU\" style=\"text-decoration:none;height:auto;border:0;max-width:541px;\" width=\"541\" alt=\"images?q=tbn:ANd9GcRGF00Oi-zJNU_EvYGueBVz_sqXmFjk8pxNtg&usqp=CAU\">\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n <div style=\"background-color:#7c32ff;\">\r\n <div class=\"block-grid\" style=\"min-width:320px;max-width:600px;margin:0 auto;background-color:#ffffff;border-bottom-right-radius:30px;border-bottom-left-radius:30px;overflow:hidden;\">\r\n <div style=\"border-collapse:collapse;width:100%;background-color:#ffffff;\">\r\n <div class=\"col num12\" style=\"min-width:320px;max-width:600px;vertical-align:top;width:600px;\">\r\n <div class=\"col_cont\" style=\"width:100%;\">\r\n <h1 style=\"line-height:120%;text-align:center;margin-bottom:0px;\">\r\n <font color=\"#555555\" face=\"Arial, Helvetica Neue, Helvetica, sans-serif\">\r\n <span style=\"font-size:36px;\">Approve Payment</span>\r\n </font>\r\n </h1>\r\n <div style=\"line-height:1.8;padding:20px 15px;\">\r\n <div class=\"txtTinyMce-wrapper\" style=\"line-height:1.8;\">\r\n <h1>Hi [name],</h1>\r\n <p style=\"margin:10px 0px 30px;line-height:1.929;font-size:16px;color:rgb(113,128,150);\">\r\n Approve Payment.\r\n </p>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n <div style=\"background-color:#7c32ff;\">\r\n <div class=\"block-grid\" style=\"min-width:320px;max-width:600px;margin:0 auto;background-color:transparent;\">\r\n <div style=\"border-collapse:collapse;width:100%;background-color:transparent;\">\r\n <div class=\"col num12\" style=\"min-width:320px;max-width:600px;vertical-align:top;width:600px;\">\r\n <div class=\"col_cont\" style=\"width:100%;\">\r\n <div style=\"color:#262b30;font-family:Arial, Helvetica Neue, Helvetica, sans-serif;line-height:1.2;padding-top:30px;padding-right:5px;padding-bottom:5px;padding-left:5px;\">\r\n <div class=\"txtTinyMce-wrapper\" style=\"line-height:1.2;font-size:12px;font-family:Arial, Helvetica Neue, Helvetica, sans-serif;color:#262b30;\">\r\n <p style=\"margin:0;font-size:12px;line-height:1.2;text-align:center;margin-top:0;margin-bottom:0;\">\r\n <span style=\"font-size:14px;color:rgb(255,255,255);font-family:Arial;\">\r\n © 2020 Infix Education software| \r\n </span>\r\n <span style=\"background-color:transparent;text-align:left;\">\r\n <font color=\"#ffffff\">\r\n Copyright © 2020 All rights reserved | This application is made by Codethemes\r\n </font>\r\n </span>\r\n <br>\r\n </p>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n </td>\r\n </tr>\r\n </tbody>\r\n </table>', 'Lms', '[name], [school_name]', 1, 1, '2024-10-23 08:31:14', '2024-10-23 08:31:14'), (72, 'email', 'student_reject_payment', 'Reject Lms Course Payment', '<table bgcolor=\"#FFFFFF\" cellpadding=\"0\" cellspacing=\"0\" class=\"nl-container\" style=\"table-layout:fixed;vertical-align:top;min-width:320px;border-spacing:0;border-collapse:collapse;background-color:#FFFFFF;width:100%;\" width=\"100%\">\r\n <tbody>\r\n <tr style=\"vertical-align:top;\" valign=\"top\">\r\n <td style=\"vertical-align:top;\" valign=\"top\">\r\n <div style=\"background-color:#415094;\">\r\n <div class=\"block-grid\" style=\"min-width:320px;max-width:600px;margin:0 auto;background-color:transparent;\">\r\n <div style=\"border-collapse:collapse;width:100%;background-color:transparent;background-position:center top;background-repeat:no-repeat;\">\r\n <div class=\"col num12\" style=\"min-width:320px;max-width:600px;vertical-align:top;width:600px;\">\r\n <div class=\"col_cont\" style=\"width:100%;\">\r\n <div align=\"center\" class=\"img-container center fixedwidth\" style=\"padding-right:30px;padding-left:30px;\">\r\n <a href=\"#\">\r\n <img border=\"0\" class=\"center fixedwidth\" src=\"\" style=\"padding-top:30px;padding-bottom:30px;text-decoration:none;height:auto;border:0;max-width:150px;\" width=\"150\" alt=\"logo.png\">\r\n </a>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n <div style=\"background-color:#415094;\">\r\n <div class=\"block-grid\" style=\"min-width:320px;max-width:600px;margin:0 auto;background-color:#ffffff;padding-top:25px;border-top-right-radius:30px;border-top-left-radius:30px;\">\r\n <div style=\"border-collapse:collapse;width:100%;background-color:transparent;\">\r\n <div class=\"col num12\" style=\"min-width:320px;max-width:600px;vertical-align:top;width:600px;\">\r\n <div class=\"col_cont\" style=\"width:100%;\">\r\n <div align=\"center\" class=\"img-container center autowidth\" style=\"padding-right:20px;padding-left:20px;\">\r\n <img border=\"0\" class=\"center autowidth\" src=\"https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcRGF00Oi-zJNU_EvYGueBVz_sqXmFjk8pxNtg&usqp=CAU\" style=\"text-decoration:none;height:auto;border:0;max-width:541px;\" width=\"541\" alt=\"images?q=tbn:ANd9GcRGF00Oi-zJNU_EvYGueBVz_sqXmFjk8pxNtg&usqp=CAU\">\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n <div style=\"background-color:#7c32ff;\">\r\n <div class=\"block-grid\" style=\"min-width:320px;max-width:600px;margin:0 auto;background-color:#ffffff;border-bottom-right-radius:30px;border-bottom-left-radius:30px;overflow:hidden;\">\r\n <div style=\"border-collapse:collapse;width:100%;background-color:#ffffff;\">\r\n <div class=\"col num12\" style=\"min-width:320px;max-width:600px;vertical-align:top;width:600px;\">\r\n <div class=\"col_cont\" style=\"width:100%;\">\r\n <h1 style=\"line-height:120%;text-align:center;margin-bottom:0px;\">\r\n <font color=\"#555555\" face=\"Arial, Helvetica Neue, Helvetica, sans-serif\">\r\n <span style=\"font-size:36px;\">Reject Payment</span>\r\n </font>\r\n </h1>\r\n <div style=\"line-height:1.8;padding:20px 15px;\">\r\n <div class=\"txtTinyMce-wrapper\" style=\"line-height:1.8;\">\r\n <h1>Hi [name],</h1>\r\n <p style=\"margin:10px 0px 30px;line-height:1.929;font-size:16px;color:rgb(113,128,150);\">\r\n Reject Payment.\r\n </p>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n <div style=\"background-color:#7c32ff;\">\r\n <div class=\"block-grid\" style=\"min-width:320px;max-width:600px;margin:0 auto;background-color:transparent;\">\r\n <div style=\"border-collapse:collapse;width:100%;background-color:transparent;\">\r\n <div class=\"col num12\" style=\"min-width:320px;max-width:600px;vertical-align:top;width:600px;\">\r\n <div class=\"col_cont\" style=\"width:100%;\">\r\n <div style=\"color:#262b30;font-family:Arial, Helvetica Neue, Helvetica, sans-serif;line-height:1.2;padding-top:30px;padding-right:5px;padding-bottom:5px;padding-left:5px;\">\r\n <div class=\"txtTinyMce-wrapper\" style=\"line-height:1.2;font-size:12px;font-family:Arial, Helvetica Neue, Helvetica, sans-serif;color:#262b30;\">\r\n <p style=\"margin:0;font-size:12px;line-height:1.2;text-align:center;margin-top:0;margin-bottom:0;\">\r\n <span style=\"font-size:14px;color:rgb(255,255,255);font-family:Arial;\">\r\n © 2020 Infix Education software| \r\n </span>\r\n <span style=\"background-color:transparent;text-align:left;\">\r\n <font color=\"#ffffff\">\r\n Copyright © 2020 All rights reserved | This application is made by Codethemes\r\n </font>\r\n </span>\r\n <br>\r\n </p>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n </td>\r\n </tr>\r\n </tbody>\r\n </table>', 'Lms', '[name], [school_name]', 1, 1, '2024-10-23 08:31:14', '2024-10-23 08:31:14'), (73, 'email', 'parent_reject_payment', 'Reject Lms Course Payment', '<table bgcolor=\"#FFFFFF\" cellpadding=\"0\" cellspacing=\"0\" class=\"nl-container\" style=\"table-layout:fixed;vertical-align:top;min-width:320px;border-spacing:0;border-collapse:collapse;background-color:#FFFFFF;width:100%;\" width=\"100%\">\r\n <tbody>\r\n <tr style=\"vertical-align:top;\" valign=\"top\">\r\n <td style=\"vertical-align:top;\" valign=\"top\">\r\n <div style=\"background-color:#415094;\">\r\n <div class=\"block-grid\" style=\"min-width:320px;max-width:600px;margin:0 auto;background-color:transparent;\">\r\n <div style=\"border-collapse:collapse;width:100%;background-color:transparent;background-position:center top;background-repeat:no-repeat;\">\r\n <div class=\"col num12\" style=\"min-width:320px;max-width:600px;vertical-align:top;width:600px;\">\r\n <div class=\"col_cont\" style=\"width:100%;\">\r\n <div align=\"center\" class=\"img-container center fixedwidth\" style=\"padding-right:30px;padding-left:30px;\">\r\n <a href=\"#\">\r\n <img border=\"0\" class=\"center fixedwidth\" src=\"\" style=\"padding-top:30px;padding-bottom:30px;text-decoration:none;height:auto;border:0;max-width:150px;\" width=\"150\" alt=\"logo.png\">\r\n </a>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n <div style=\"background-color:#415094;\">\r\n <div class=\"block-grid\" style=\"min-width:320px;max-width:600px;margin:0 auto;background-color:#ffffff;padding-top:25px;border-top-right-radius:30px;border-top-left-radius:30px;\">\r\n <div style=\"border-collapse:collapse;width:100%;background-color:transparent;\">\r\n <div class=\"col num12\" style=\"min-width:320px;max-width:600px;vertical-align:top;width:600px;\">\r\n <div class=\"col_cont\" style=\"width:100%;\">\r\n <div align=\"center\" class=\"img-container center autowidth\" style=\"padding-right:20px;padding-left:20px;\">\r\n <img border=\"0\" class=\"center autowidth\" src=\"https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcRGF00Oi-zJNU_EvYGueBVz_sqXmFjk8pxNtg&usqp=CAU\" style=\"text-decoration:none;height:auto;border:0;max-width:541px;\" width=\"541\" alt=\"images?q=tbn:ANd9GcRGF00Oi-zJNU_EvYGueBVz_sqXmFjk8pxNtg&usqp=CAU\">\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n <div style=\"background-color:#7c32ff;\">\r\n <div class=\"block-grid\" style=\"min-width:320px;max-width:600px;margin:0 auto;background-color:#ffffff;border-bottom-right-radius:30px;border-bottom-left-radius:30px;overflow:hidden;\">\r\n <div style=\"border-collapse:collapse;width:100%;background-color:#ffffff;\">\r\n <div class=\"col num12\" style=\"min-width:320px;max-width:600px;vertical-align:top;width:600px;\">\r\n <div class=\"col_cont\" style=\"width:100%;\">\r\n <h1 style=\"line-height:120%;text-align:center;margin-bottom:0px;\">\r\n <font color=\"#555555\" face=\"Arial, Helvetica Neue, Helvetica, sans-serif\">\r\n <span style=\"font-size:36px;\">Reject Payment</span>\r\n </font>\r\n </h1>\r\n <div style=\"line-height:1.8;padding:20px 15px;\">\r\n <div class=\"txtTinyMce-wrapper\" style=\"line-height:1.8;\">\r\n <h1>Hi [name],</h1>\r\n <p style=\"margin:10px 0px 30px;line-height:1.929;font-size:16px;color:rgb(113,128,150);\">\r\n Reject Payment.\r\n </p>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n <div style=\"background-color:#7c32ff;\">\r\n <div class=\"block-grid\" style=\"min-width:320px;max-width:600px;margin:0 auto;background-color:transparent;\">\r\n <div style=\"border-collapse:collapse;width:100%;background-color:transparent;\">\r\n <div class=\"col num12\" style=\"min-width:320px;max-width:600px;vertical-align:top;width:600px;\">\r\n <div class=\"col_cont\" style=\"width:100%;\">\r\n <div style=\"color:#262b30;font-family:Arial, Helvetica Neue, Helvetica, sans-serif;line-height:1.2;padding-top:30px;padding-right:5px;padding-bottom:5px;padding-left:5px;\">\r\n <div class=\"txtTinyMce-wrapper\" style=\"line-height:1.2;font-size:12px;font-family:Arial, Helvetica Neue, Helvetica, sans-serif;color:#262b30;\">\r\n <p style=\"margin:0;font-size:12px;line-height:1.2;text-align:center;margin-top:0;margin-bottom:0;\">\r\n <span style=\"font-size:14px;color:rgb(255,255,255);font-family:Arial;\">\r\n © 2020 Infix Education software| \r\n </span>\r\n <span style=\"background-color:transparent;text-align:left;\">\r\n <font color=\"#ffffff\">\r\n Copyright © 2020 All rights reserved | This application is made by Codethemes\r\n </font>\r\n </span>\r\n <br>\r\n </p>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n </td>\r\n </tr>\r\n </tbody>\r\n </table>', 'Lms', '[name], [school_name]', 1, 1, '2024-10-23 08:31:14', '2024-10-23 08:31:14'), (74, 'email', 'university_fees_remainder', 'University Fees Due Remainder', '<table bgcolor=\"#FFFFFF\" cellpadding=\"0\" cellspacing=\"0\" class=\"nl-container\" style=\"table-layout:fixed;vertical-align:top;min-width:320px;border-spacing:0;border-collapse:collapse;background-color:#FFFFFF;width:100%;\" width=\"100%\">\r\n <tbody>\r\n <tr style=\"vertical-align:top;\" valign=\"top\">\r\n <td style=\"vertical-align:top;\" valign=\"top\">\r\n <div style=\"background-color:#415094;\">\r\n <div class=\"block-grid\" style=\"min-width:320px;max-width:600px;margin:0 auto;background-color:transparent;\">\r\n <div style=\"border-collapse:collapse;width:100%;background-color:transparent;background-position:center top;background-repeat:no-repeat;\">\r\n <div class=\"col num12\" style=\"min-width:320px;max-width:600px;vertical-align:top;width:600px;\">\r\n <div class=\"col_cont\" style=\"width:100%;\">\r\n <div align=\"center\" class=\"img-container center fixedwidth\" style=\"padding-right:30px;padding-left:30px;\">\r\n <a href=\"#\">\r\n <img border=\"0\" class=\"center fixedwidth\" src=\"\" style=\"padding-top:30px;padding-bottom:30px;text-decoration:none;height:auto;border:0;max-width:150px;\" width=\"150\" alt=\"logo.png\">\r\n </a>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n <div style=\"background-color:#415094;\">\r\n <div class=\"block-grid\" style=\"min-width:320px;max-width:600px;margin:0 auto;background-color:#ffffff;padding-top:25px;border-top-right-radius:30px;border-top-left-radius:30px;\">\r\n <div style=\"border-collapse:collapse;width:100%;background-color:transparent;\">\r\n <div class=\"col num12\" style=\"min-width:320px;max-width:600px;vertical-align:top;width:600px;\">\r\n <div class=\"col_cont\" style=\"width:100%;\">\r\n <div align=\"center\" class=\"img-container center autowidth\" style=\"padding-right:20px;padding-left:20px;\">\r\n <img border=\"0\" class=\"center autowidth\" src=\"https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcRGF00Oi-zJNU_EvYGueBVz_sqXmFjk8pxNtg&usqp=CAU\" style=\"text-decoration:none;height:auto;border:0;max-width:541px;\" width=\"541\" alt=\"images?q=tbn:ANd9GcRGF00Oi-zJNU_EvYGueBVz_sqXmFjk8pxNtg&usqp=CAU\">\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n <div style=\"background-color:#7c32ff;\">\r\n <div class=\"block-grid\" style=\"min-width:320px;max-width:600px;margin:0 auto;background-color:#ffffff;border-bottom-right-radius:30px;border-bottom-left-radius:30px;overflow:hidden;\">\r\n <div style=\"border-collapse:collapse;width:100%;background-color:#ffffff;\">\r\n <div class=\"col num12\" style=\"min-width:320px;max-width:600px;vertical-align:top;width:600px;\">\r\n <div class=\"col_cont\" style=\"width:100%;\">\r\n <h1 style=\"line-height:120%;text-align:center;margin-bottom:0px;\">\r\n <font color=\"#555555\" face=\"Arial, Helvetica Neue, Helvetica, sans-serif\">\r\n <span style=\"font-size:36px;\">Fees Payment Remainder</span>\r\n </font>\r\n </h1>\r\n <div style=\"line-height:1.8;padding:20px 15px;\">\r\n <div class=\"txtTinyMce-wrapper\" style=\"line-height:1.8;\">\r\n <h1>Hi [student_name],</h1>\r\n <p style=\"margin:10px 0px 30px;line-height:1.929;font-size:16px;color:rgb(113,128,150);\">\r\n Your Semester label: [semester_label], Academic Year: [academic]\r\n Fees Type: [fees_type], Amount: [amount], Due Date: [due_date].Please Pay This Amount Before [due_date].\r\n </p>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n <div style=\"background-color:#7c32ff;\">\r\n <div class=\"block-grid\" style=\"min-width:320px;max-width:600px;margin:0 auto;background-color:transparent;\">\r\n <div style=\"border-collapse:collapse;width:100%;background-color:transparent;\">\r\n <div class=\"col num12\" style=\"min-width:320px;max-width:600px;vertical-align:top;width:600px;\">\r\n <div class=\"col_cont\" style=\"width:100%;\">\r\n <div style=\"color:#262b30;font-family:Arial, Helvetica Neue, Helvetica, sans-serif;line-height:1.2;padding-top:30px;padding-right:5px;padding-bottom:5px;padding-left:5px;\">\r\n <div class=\"txtTinyMce-wrapper\" style=\"line-height:1.2;font-size:12px;font-family:Arial, Helvetica Neue, Helvetica, sans-serif;color:#262b30;\">\r\n <p style=\"margin:0;font-size:12px;line-height:1.2;text-align:center;margin-top:0;margin-bottom:0;\">\r\n <span style=\"font-size:14px;color:rgb(255,255,255);font-family:Arial;\">\r\n © 2020 Infix Education software| \r\n </span>\r\n <span style=\"background-color:transparent;text-align:left;\">\r\n <font color=\"#ffffff\">\r\n Copyright © 2020 All rights reserved | This application is made by Codethemes\r\n </font>\r\n </span>\r\n <br>\r\n </p>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n </td>\r\n </tr>\r\n </tbody>\r\n </table>', 'University', '[fees_type], [fees_type], [amount], [semester_label], [academic], [due_date], [class],[section], [school_name]', 1, 1, '2024-10-23 08:31:14', '2024-10-23 08:31:14'); INSERT INTO `sms_templates` (`id`, `type`, `purpose`, `subject`, `body`, `module`, `variable`, `status`, `school_id`, `created_at`, `updated_at`) VALUES (75, 'email', 'leave_applied', 'Leave Applied', '<table bgcolor=\"#FFFFFF\" cellpadding=\"0\" cellspacing=\"0\" class=\"nl-container\"\r\n style=\"table-layout:fixed;vertical-align:top;min-width:320px;border-spacing:0;border-collapse:collapse;background-color:#FFFFFF;width:100%;\"\r\n width=\"100%\">\r\n <tbody>\r\n <tr style=\"vertical-align:top;\" valign=\"top\">\r\n <td style=\"vertical-align:top;\" valign=\"top\">\r\n <div style=\"background-color:#415094;\">\r\n <div class=\"block-grid\"\r\n style=\"min-width:320px;max-width:600px;margin:0 auto;background-color:transparent;\">\r\n <div\r\n style=\"border-collapse:collapse;width:100%;background-color:transparent;background-position:center top;background-repeat:no-repeat;\">\r\n <div class=\"col num12\"\r\n style=\"min-width:320px;max-width:600px;vertical-align:top;width:600px;\">\r\n <div class=\"col_cont\" style=\"width:100%;\">\r\n <div align=\"center\" class=\"img-container center fixedwidth\"\r\n style=\"padding-right:30px;padding-left:30px;\">\r\n <a href=\"#\">\r\n <img border=\"0\" class=\"center fixedwidth\" src=\"\"\r\n style=\"padding-top:30px;padding-bottom:30px;text-decoration:none;height:auto;border:0;max-width:150px;\"\r\n width=\"150\" alt=\"logo.png\">\r\n </a>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n <div style=\"background-color:#415094;\">\r\n <div class=\"block-grid\"\r\n style=\"min-width:320px;max-width:600px;margin:0 auto;background-color:#ffffff;padding-top:25px;border-top-right-radius:30px;border-top-left-radius:30px;\">\r\n <div style=\"border-collapse:collapse;width:100%;background-color:transparent;\">\r\n <div class=\"col num12\"\r\n style=\"min-width:320px;max-width:600px;vertical-align:top;width:600px;\">\r\n <div class=\"col_cont\" style=\"width:100%;\">\r\n <div align=\"center\" class=\"img-container center autowidth\"\r\n style=\"padding-right:20px;padding-left:20px;\">\r\n <img border=\"0\" class=\"center autowidth\"\r\n src=\"https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcRGF00Oi-zJNU_EvYGueBVz_sqXmFjk8pxNtg&usqp=CAU\"\r\n style=\"text-decoration:none;height:auto;border:0;max-width:541px;\"\r\n width=\"541\"\r\n alt=\"images?q=tbn:ANd9GcRGF00Oi-zJNU_EvYGueBVz_sqXmFjk8pxNtg&usqp=CAU\">\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n <div style=\"background-color:#7c32ff;\">\r\n <div class=\"block-grid\"\r\n style=\"min-width:320px;max-width:600px;margin:0 auto;background-color:#ffffff;border-bottom-right-radius:30px;border-bottom-left-radius:30px;overflow:hidden;\">\r\n <div style=\"border-collapse:collapse;width:100%;background-color:#ffffff;\">\r\n <div class=\"col num12\"\r\n style=\"min-width:320px;max-width:600px;vertical-align:top;width:600px;\">\r\n <div class=\"col_cont\" style=\"width:100%;\">\r\n <h1 style=\"line-height:120%;text-align:center;margin-bottom:0px;\">\r\n <font color=\"#555555\" face=\"Arial, Helvetica Neue, Helvetica, sans-serif\">\r\n <span style=\"font-size:36px;\">Leave Applied</span>\r\n </font>\r\n </h1>\r\n <div style=\"line-height:1.8;padding:20px 15px;\">\r\n <div class=\"txtTinyMce-wrapper\" style=\"line-height:1.8;\">\r\n <h1>Dear Admin,</h1>\r\n <p\r\n style=\"margin:10px 0px 30px;line-height:1.929;font-size:16px;color:rgb(113,128,150);\">\r\n A [role] named [name] applied for a leave on [apply_date] from [leave_from] to [leave_to] for reason [reason].\r\n </p>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n <div style=\"background-color:#7c32ff;\">\r\n <div class=\"block-grid\"\r\n style=\"min-width:320px;max-width:600px;margin:0 auto;background-color:transparent;\">\r\n <div style=\"border-collapse:collapse;width:100%;background-color:transparent;\">\r\n <div class=\"col num12\"\r\n style=\"min-width:320px;max-width:600px;vertical-align:top;width:600px;\">\r\n <div class=\"col_cont\" style=\"width:100%;\">\r\n <div\r\n style=\"color:#262b30;font-family:Arial, Helvetica Neue, Helvetica, sans-serif;line-height:1.2;padding-top:30px;padding-right:5px;padding-bottom:5px;padding-left:5px;\">\r\n <div class=\"txtTinyMce-wrapper\"\r\n style=\"line-height:1.2;font-size:12px;font-family:Arial, Helvetica Neue, Helvetica, sans-serif;color:#262b30;\">\r\n <p\r\n style=\"margin:0;font-size:12px;line-height:1.2;text-align:center;margin-top:0;margin-bottom:0;\">\r\n <span style=\"font-size:14px;color:rgb(255,255,255);font-family:Arial;\">\r\n © 2020 Infix Education software|\r\n </span>\r\n <span style=\"background-color:transparent;text-align:left;\">\r\n <font color=\"#ffffff\">\r\n Copyright © 2020 All rights reserved | This application is\r\n made by Codethemes\r\n </font>\r\n </span>\r\n <br>\r\n </p>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n </td>\r\n </tr>\r\n </tbody>\r\n </table>', '', '[name], [email], [role], [apply_date], [leave_from], [leave_to], [reason], [school_name]', 1, 1, '2024-10-23 08:31:14', '2024-10-23 08:31:14'), (76, 'email', 'leave_notification', 'Leave Notification', '<table bgcolor=\"#FFFFFF\" cellpadding=\"0\" cellspacing=\"0\" class=\"nl-container\"\r\n style=\"table-layout:fixed;vertical-align:top;min-width:320px;border-spacing:0;border-collapse:collapse;background-color:#FFFFFF;width:100%;\"\r\n width=\"100%\">\r\n <tbody>\r\n <tr style=\"vertical-align:top;\" valign=\"top\">\r\n <td style=\"vertical-align:top;\" valign=\"top\">\r\n <div style=\"background-color:#415094;\">\r\n <div class=\"block-grid\"\r\n style=\"min-width:320px;max-width:600px;margin:0 auto;background-color:transparent;\">\r\n <div\r\n style=\"border-collapse:collapse;width:100%;background-color:transparent;background-position:center top;background-repeat:no-repeat;\">\r\n <div class=\"col num12\"\r\n style=\"min-width:320px;max-width:600px;vertical-align:top;width:600px;\">\r\n <div class=\"col_cont\" style=\"width:100%;\">\r\n <div align=\"center\" class=\"img-container center fixedwidth\"\r\n style=\"padding-right:30px;padding-left:30px;\">\r\n <a href=\"#\">\r\n <img border=\"0\" class=\"center fixedwidth\" src=\"\"\r\n style=\"padding-top:30px;padding-bottom:30px;text-decoration:none;height:auto;border:0;max-width:150px;\"\r\n width=\"150\" alt=\"logo.png\">\r\n </a>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n <div style=\"background-color:#415094;\">\r\n <div class=\"block-grid\"\r\n style=\"min-width:320px;max-width:600px;margin:0 auto;background-color:#ffffff;padding-top:25px;border-top-right-radius:30px;border-top-left-radius:30px;\">\r\n <div style=\"border-collapse:collapse;width:100%;background-color:transparent;\">\r\n <div class=\"col num12\"\r\n style=\"min-width:320px;max-width:600px;vertical-align:top;width:600px;\">\r\n <div class=\"col_cont\" style=\"width:100%;\">\r\n <div align=\"center\" class=\"img-container center autowidth\"\r\n style=\"padding-right:20px;padding-left:20px;\">\r\n <img border=\"0\" class=\"center autowidth\"\r\n src=\"https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcRGF00Oi-zJNU_EvYGueBVz_sqXmFjk8pxNtg&usqp=CAU\"\r\n style=\"text-decoration:none;height:auto;border:0;max-width:541px;\"\r\n width=\"541\"\r\n alt=\"images?q=tbn:ANd9GcRGF00Oi-zJNU_EvYGueBVz_sqXmFjk8pxNtg&usqp=CAU\">\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n <div style=\"background-color:#7c32ff;\">\r\n <div class=\"block-grid\"\r\n style=\"min-width:320px;max-width:600px;margin:0 auto;background-color:#ffffff;border-bottom-right-radius:30px;border-bottom-left-radius:30px;overflow:hidden;\">\r\n <div style=\"border-collapse:collapse;width:100%;background-color:#ffffff;\">\r\n <div class=\"col num12\"\r\n style=\"min-width:320px;max-width:600px;vertical-align:top;width:600px;\">\r\n <div class=\"col_cont\" style=\"width:100%;\">\r\n <h1 style=\"line-height:120%;text-align:center;margin-bottom:0px;\">\r\n <font color=\"#555555\" face=\"Arial, Helvetica Neue, Helvetica, sans-serif\">\r\n <span style=\"font-size:36px;\">Leave Notification</span>\r\n </font>\r\n </h1>\r\n <div style=\"line-height:1.8;padding:20px 15px;\">\r\n <div class=\"txtTinyMce-wrapper\" style=\"line-height:1.8;\">\r\n <h1>Dear [name],</h1>\r\n <p\r\n style=\"margin:10px 0px 30px;line-height:1.929;font-size:16px;color:rgb(113,128,150);\">\r\n Your application for leave on [apply_date] from [leave_from] to [leave_to] for reason [reason] is [status].\r\n </p>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n <div style=\"background-color:#7c32ff;\">\r\n <div class=\"block-grid\"\r\n style=\"min-width:320px;max-width:600px;margin:0 auto;background-color:transparent;\">\r\n <div style=\"border-collapse:collapse;width:100%;background-color:transparent;\">\r\n <div class=\"col num12\"\r\n style=\"min-width:320px;max-width:600px;vertical-align:top;width:600px;\">\r\n <div class=\"col_cont\" style=\"width:100%;\">\r\n <div\r\n style=\"color:#262b30;font-family:Arial, Helvetica Neue, Helvetica, sans-serif;line-height:1.2;padding-top:30px;padding-right:5px;padding-bottom:5px;padding-left:5px;\">\r\n <div class=\"txtTinyMce-wrapper\"\r\n style=\"line-height:1.2;font-size:12px;font-family:Arial, Helvetica Neue, Helvetica, sans-serif;color:#262b30;\">\r\n <p\r\n style=\"margin:0;font-size:12px;line-height:1.2;text-align:center;margin-top:0;margin-bottom:0;\">\r\n <span style=\"font-size:14px;color:rgb(255,255,255);font-family:Arial;\">\r\n © 2020 Infix Education software|\r\n </span>\r\n <span style=\"background-color:transparent;text-align:left;\">\r\n <font color=\"#ffffff\">\r\n Copyright © 2020 All rights reserved | This application is\r\n made by Codethemes\r\n </font>\r\n </span>\r\n <br>\r\n </p>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n </td>\r\n </tr>\r\n </tbody>\r\n </table>', '', '[name], [email], [role], [apply_date], [leave_from], [leave_to], [reason], [status], [school_name]', 1, 1, '2024-10-23 08:31:14', '2024-10-23 08:31:14'), (77, 'sms', 'two_factor_code', 'Two Factor Authentication', 'Dear [full_name], You are trying for login into [school_name] . Your login verification code is [code], expired_at [expired_time] . Do not share with anyone. Thank you .', '', '[first_name], [last_name], [full_name], [school_name], [code], [expired_time]', 1, 1, '2024-10-23 08:31:20', '2024-10-23 08:31:20'), (78, 'email', 'two_factor_code', 'Two Factor Authentication', '<table bgcolor=\"#FFFFFF\" cellpadding=\"0\" cellspacing=\"0\" class=\"nl-container\" style=\"table-layout:fixed;vertical-align:top;min-width:320px;border-spacing:0;border-collapse:collapse;background-color:#FFFFFF;width:100%;\" width=\"100%\">\r\n <tbody>\r\n <tr style=\"vertical-align:top;\" valign=\"top\">\r\n <td style=\"vertical-align:top;\" valign=\"top\">\r\n <div style=\"background-color:#415094;\">\r\n <div class=\"block-grid\" style=\"min-width:320px;max-width:600px;margin:0 auto;background-color:transparent;\">\r\n <div style=\"border-collapse:collapse;width:100%;background-color:transparent;background-position:center top;background-repeat:no-repeat;\">\r\n <div class=\"col num12\" style=\"min-width:320px;max-width:600px;vertical-align:top;width:600px;\">\r\n <div class=\"col_cont\" style=\"width:100%;\">\r\n <div align=\"center\" class=\"img-container center fixedwidth\" style=\"padding-right:30px;padding-left:30px;\">\r\n <a href=\"#\">\r\n <img border=\"0\" class=\"center fixedwidth\" src=\"\" style=\"padding-top:30px;padding-bottom:30px;text-decoration:none;height:auto;border:0;max-width:150px;\" width=\"150\" alt=\"logo.png\">\r\n </a>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n <div style=\"background-color:#415094;\">\r\n <div class=\"block-grid\" style=\"min-width:320px;max-width:600px;margin:0 auto;background-color:#ffffff;padding-top:25px;border-top-right-radius:30px;border-top-left-radius:30px;\">\r\n <div style=\"border-collapse:collapse;width:100%;background-color:transparent;\">\r\n <div class=\"col num12\" style=\"min-width:320px;max-width:600px;vertical-align:top;width:600px;\">\r\n <div class=\"col_cont\" style=\"width:100%;\">\r\n <div align=\"center\" class=\"img-container center autowidth\" style=\"padding-right:20px;padding-left:20px;\">\r\n <img border=\"0\" class=\"center autowidth\" src=\"https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcRGF00Oi-zJNU_EvYGueBVz_sqXmFjk8pxNtg&usqp=CAU\" style=\"text-decoration:none;height:auto;border:0;max-width:541px;\" width=\"541\" alt=\"images?q=tbn:ANd9GcRGF00Oi-zJNU_EvYGueBVz_sqXmFjk8pxNtg&usqp=CAU\">\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n <div style=\"background-color:#7c32ff;\">\r\n <div class=\"block-grid\" style=\"min-width:320px;max-width:600px;margin:0 auto;background-color:#ffffff;border-bottom-right-radius:30px;border-bottom-left-radius:30px;overflow:hidden;\">\r\n <div style=\"border-collapse:collapse;width:100%;background-color:#ffffff;\">\r\n <div class=\"col num12\" style=\"min-width:320px;max-width:600px;vertical-align:top;width:600px;\">\r\n <div class=\"col_cont\" style=\"width:100%;\">\r\n <h1 style=\"line-height:120%;text-align:center;margin-bottom:0px;\"><font face=\"Arial, Helvetica Neue, Helvetica, sans-serif\"><span style=\"font-size: 36px;\"><br></span></font></h1><h1 style=\"line-height:120%;text-align:center;margin-bottom:0px;\"><font face=\"Arial, Helvetica Neue, Helvetica, sans-serif\"><span style=\"font-size: 36px;\"><u>Two Factor Authentication</u></span></font><br></h1>\r\n <div style=\"line-height:1.8;padding:20px 15px;\">\r\n <div class=\"txtTinyMce-wrapper\" style=\"line-height:1.8;\">\r\n <h1>Hi [full_name],</h1>\r\n <p style=\"margin:10px 0px 30px;line-height:1.929;font-size:16px;color:rgb(113,128,150);\">You are trying for login in [school_name] . For successfully login please verify your authentication use below code . </p><p style=\"margin:10px 0px 30px;line-height:1.929;font-size:16px;color:rgb(113,128,150);\">Your login verification code is <b>[code] </b>.</p>\r\n <p style=\"margin:10px 0px 30px;line-height:1.929;font-size:16px;color:rgb(113,128,150);\">\r\n This code will expire at <b>[expired_time]</b> .\r\n </p>\r\n <p style=\"margin:10px 0px 30px;line-height:1.929;font-size:16px;color:rgb(113,128,150);\">\r\n If you did not request for these . Please ignore and dont share these code with anyone.</p>\r\n <br>\r\n Thank You, [school_name]\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n <div style=\"background-color:#7c32ff;\">\r\n <div class=\"block-grid\" style=\"min-width:320px;max-width:600px;margin:0 auto;background-color:transparent;\">\r\n <div style=\"border-collapse:collapse;width:100%;background-color:transparent;\">\r\n <div class=\"col num12\" style=\"min-width:320px;max-width:600px;vertical-align:top;width:600px;\">\r\n <div class=\"col_cont\" style=\"width:100%;\">\r\n <div style=\"color:#262b30;font-family:Arial, Helvetica Neue, Helvetica, sans-serif;line-height:1.2;padding-top:30px;padding-right:5px;padding-bottom:5px;padding-left:5px;\">\r\n <div class=\"txtTinyMce-wrapper\" style=\"line-height:1.2;font-size:12px;font-family:Arial, Helvetica Neue, Helvetica, sans-serif;color:#262b30;\">\r\n <p style=\"margin:0;font-size:12px;line-height:1.2;text-align:center;margin-top:0;margin-bottom:0;\">\r\n <span style=\"font-size:14px;color:rgb(255,255,255);font-family:Arial;\">\r\n © 2020 Infix Education software| \r\n </span>\r\n <span style=\"background-color:transparent;text-align:left;\">\r\n <font color=\"#ffffff\">\r\n Copyright © 2020 All rights reserved | This application is made by Codethemes\r\n </font>\r\n </span>\r\n <br>\r\n </p>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n </td>\r\n </tr>\r\n </tbody>\r\n </table>', '', '[full_name], [first_name], [last_name], [code], [expired_time], [school_name]', 1, 1, '2024-10-23 08:31:20', '2024-10-23 08:31:20'), (79, 'sms', 'behaviour_record_update', 'Behaviour Record Update', 'Greetings, A new Incident: [incident] with [point] point has been assigned to Student: [student_name], Class: [class], Section: [section] by [assigned_ny] according to his/her academic behaviour. His current total behaviour point is [total_point]. Visit your own panel for more details or contact with admin if you face any issues. Thank you [school_name].', 'BehaviourRecords', '[student_name], [class], [section], [assigned_ny], [school_name], [incident], [point], [parent_name], [total_point], [role]', 1, 1, '2024-10-23 08:31:20', '2024-10-23 08:31:20'), (80, 'email', 'behaviour_record_update', 'Behaviour Record Update', '<table bgcolor=\"#FFFFFF\" cellpadding=\"0\" cellspacing=\"0\" class=\"nl-container\"\r\n style=\"table-layout:fixed;vertical-align:top;min-width:320px;border-spacing:0;border-collapse:collapse;background-color:#FFFFFF;width:100%;\"\r\n width=\"100%\">\r\n <tbody>\r\n <tr style=\"vertical-align:top;\" valign=\"top\">\r\n <td style=\"vertical-align:top;\" valign=\"top\">\r\n <div style=\"background-color:#415094;\">\r\n <div class=\"block-grid\"\r\n style=\"min-width:320px;max-width:600px;margin:0 auto;background-color:transparent;\">\r\n <div\r\n style=\"border-collapse:collapse;width:100%;background-color:transparent;background-position:center top;background-repeat:no-repeat;\">\r\n <div class=\"col num12\"\r\n style=\"min-width:320px;max-width:600px;vertical-align:top;width:600px;\">\r\n <div class=\"col_cont\" style=\"width:100%;\">\r\n <div align=\"center\" class=\"img-container center fixedwidth\"\r\n style=\"padding-right:30px;padding-left:30px;\">\r\n <a href=\"#\">\r\n <img border=\"0\" class=\"center fixedwidth\" src=\"\"\r\n style=\"padding-top:30px;padding-bottom:30px;text-decoration:none;height:auto;border:0;max-width:150px;\"\r\n width=\"150\" alt=\"logo.png\">\r\n </a>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n <div style=\"background-color:#415094;\">\r\n <div class=\"block-grid\"\r\n style=\"min-width:320px;max-width:600px;margin:0 auto;background-color:#ffffff;padding-top:25px;border-top-right-radius:30px;border-top-left-radius:30px;\">\r\n <div style=\"border-collapse:collapse;width:100%;background-color:transparent;\">\r\n <div class=\"col num12\"\r\n style=\"min-width:320px;max-width:600px;vertical-align:top;width:600px;\">\r\n <div class=\"col_cont\" style=\"width:100%;\">\r\n <div align=\"center\" class=\"img-container center autowidth\"\r\n style=\"padding-right:20px;padding-left:20px;\">\r\n <img border=\"0\" class=\"center autowidth\"\r\n src=\"https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcRGF00Oi-zJNU_EvYGueBVz_sqXmFjk8pxNtg&usqp=CAU\"\r\n style=\"text-decoration:none;height:auto;border:0;max-width:541px;\"\r\n width=\"541\"\r\n alt=\"images?q=tbn:ANd9GcRGF00Oi-zJNU_EvYGueBVz_sqXmFjk8pxNtg&usqp=CAU\">\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n <div style=\"background-color:#7c32ff;\">\r\n <div class=\"block-grid\"\r\n style=\"min-width:320px;max-width:600px;margin:0 auto;background-color:#ffffff;border-bottom-right-radius:30px;border-bottom-left-radius:30px;overflow:hidden;\">\r\n <div style=\"border-collapse:collapse;width:100%;background-color:#ffffff;\">\r\n <div class=\"col num12\"\r\n style=\"min-width:320px;max-width:600px;vertical-align:top;width:600px;\">\r\n <div class=\"col_cont\" style=\"width:100%;\">\r\n <h1 style=\"line-height:120%;text-align:center;margin-bottom:0px;\">\r\n <font face=\"Arial, Helvetica Neue, Helvetica, sans-serif\"><span\r\n style=\"font-size: 36px;\"><br></span></font>\r\n </h1>\r\n <h1 style=\"line-height:120%;text-align:center;margin-bottom:0px;\">\r\n <font face=\"Arial, Helvetica Neue, Helvetica, sans-serif\"><span\r\n style=\"font-size: 36px;\"><u>Behaviour Record update for\r\n [student_name]</u></span></font>\r\n <br>\r\n </h1>\r\n <div style=\"line-height:1.8;padding:20px 15px;\">\r\n <div class=\"txtTinyMce-wrapper\" style=\"line-height:1.8;\">\r\n <h1>Greetings,</h1>\r\n <p\r\n style=\"margin:10px 0px 30px;line-height:1.929;font-size:16px;color:rgb(113,128,150);\">\r\n A new Incident: [incident] with [point] point has been assigned to\r\n Student: [student_name], Class: [class], Section: [section] by\r\n [assigned_ny] according to his/her academic behaviour. His current total\r\n behaviour point is [total_point]. Visit your own panel for more details\r\n or contact with admin if you face any issues.</p>\r\n <br>\r\n Thank You, [school_name]\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n <div style=\"background-color:#7c32ff;\">\r\n <div class=\"block-grid\"\r\n style=\"min-width:320px;max-width:600px;margin:0 auto;background-color:transparent;\">\r\n <div style=\"border-collapse:collapse;width:100%;background-color:transparent;\">\r\n <div class=\"col num12\"\r\n style=\"min-width:320px;max-width:600px;vertical-align:top;width:600px;\">\r\n <div class=\"col_cont\" style=\"width:100%;\">\r\n <div\r\n style=\"color:#262b30;font-family:Arial, Helvetica Neue, Helvetica, sans-serif;line-height:1.2;padding-top:30px;padding-right:5px;padding-bottom:5px;padding-left:5px;\">\r\n <div class=\"txtTinyMce-wrapper\"\r\n style=\"line-height:1.2;font-size:12px;font-family:Arial, Helvetica Neue, Helvetica, sans-serif;color:#262b30;\">\r\n <p\r\n style=\"margin:0;font-size:12px;line-height:1.2;text-align:center;margin-top:0;margin-bottom:0;\">\r\n <span style=\"font-size:14px;color:rgb(255,255,255);font-family:Arial;\">\r\n © 2020 Infix Education software| \r\n </span>\r\n <span style=\"background-color:transparent;text-align:left;\">\r\n <font color=\"#ffffff\">\r\n Copyright © 2020 All rights reserved | This application is made\r\n by Codethemes\r\n </font>\r\n </span>\r\n <br>\r\n </p>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n </td>\r\n </tr>\r\n </tbody>\r\n </table>', 'BehaviourRecords', '[student_name], [class], [section], [assigned_ny], [school_name], [incident], [point], [parent_name], [total_point], [role]', 1, 1, '2024-10-23 08:31:20', '2024-10-23 08:31:20'), (81, 'email', 'leave_applied', 'Leave Applied', '<table bgcolor=\"#FFFFFF\" cellpadding=\"0\" cellspacing=\"0\" class=\"nl-container\"\r\n style=\"table-layout:fixed;vertical-align:top;min-width:320px;border-spacing:0;border-collapse:collapse;background-color:#FFFFFF;width:100%;\"\r\n width=\"100%\">\r\n <tbody>\r\n <tr style=\"vertical-align:top;\" valign=\"top\">\r\n <td style=\"vertical-align:top;\" valign=\"top\">\r\n <div style=\"background-color:#415094;\">\r\n <div class=\"block-grid\"\r\n style=\"min-width:320px;max-width:600px;margin:0 auto;background-color:transparent;\">\r\n <div\r\n style=\"border-collapse:collapse;width:100%;background-color:transparent;background-position:center top;background-repeat:no-repeat;\">\r\n <div class=\"col num12\"\r\n style=\"min-width:320px;max-width:600px;vertical-align:top;width:600px;\">\r\n <div class=\"col_cont\" style=\"width:100%;\">\r\n <div align=\"center\" class=\"img-container center fixedwidth\"\r\n style=\"padding-right:30px;padding-left:30px;\">\r\n <a href=\"#\">\r\n <img border=\"0\" class=\"center fixedwidth\" src=\"\"\r\n style=\"padding-top:30px;padding-bottom:30px;text-decoration:none;height:auto;border:0;max-width:150px;\"\r\n width=\"150\" alt=\"logo.png\">\r\n </a>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n <div style=\"background-color:#415094;\">\r\n <div class=\"block-grid\"\r\n style=\"min-width:320px;max-width:600px;margin:0 auto;background-color:#ffffff;padding-top:25px;border-top-right-radius:30px;border-top-left-radius:30px;\">\r\n <div style=\"border-collapse:collapse;width:100%;background-color:transparent;\">\r\n <div class=\"col num12\"\r\n style=\"min-width:320px;max-width:600px;vertical-align:top;width:600px;\">\r\n <div class=\"col_cont\" style=\"width:100%;\">\r\n <div align=\"center\" class=\"img-container center autowidth\"\r\n style=\"padding-right:20px;padding-left:20px;\">\r\n <img border=\"0\" class=\"center autowidth\"\r\n src=\"https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcRGF00Oi-zJNU_EvYGueBVz_sqXmFjk8pxNtg&usqp=CAU\"\r\n style=\"text-decoration:none;height:auto;border:0;max-width:541px;\"\r\n width=\"541\"\r\n alt=\"images?q=tbn:ANd9GcRGF00Oi-zJNU_EvYGueBVz_sqXmFjk8pxNtg&usqp=CAU\">\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n <div style=\"background-color:#7c32ff;\">\r\n <div class=\"block-grid\"\r\n style=\"min-width:320px;max-width:600px;margin:0 auto;background-color:#ffffff;border-bottom-right-radius:30px;border-bottom-left-radius:30px;overflow:hidden;\">\r\n <div style=\"border-collapse:collapse;width:100%;background-color:#ffffff;\">\r\n <div class=\"col num12\"\r\n style=\"min-width:320px;max-width:600px;vertical-align:top;width:600px;\">\r\n <div class=\"col_cont\" style=\"width:100%;\">\r\n <h1 style=\"line-height:120%;text-align:center;margin-bottom:0px;\">\r\n <font color=\"#555555\" face=\"Arial, Helvetica Neue, Helvetica, sans-serif\">\r\n <span style=\"font-size:36px;\">Leave Applied</span>\r\n </font>\r\n </h1>\r\n <div style=\"line-height:1.8;padding:20px 15px;\">\r\n <div class=\"txtTinyMce-wrapper\" style=\"line-height:1.8;\">\r\n <h1>Dear Admin,</h1>\r\n <p\r\n style=\"margin:10px 0px 30px;line-height:1.929;font-size:16px;color:rgb(113,128,150);\">\r\n A [role] named [name] applied for a leave on [apply_date] from [leave_from] to [leave_to] for reason [reason].\r\n </p>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n <div style=\"background-color:#7c32ff;\">\r\n <div class=\"block-grid\"\r\n style=\"min-width:320px;max-width:600px;margin:0 auto;background-color:transparent;\">\r\n <div style=\"border-collapse:collapse;width:100%;background-color:transparent;\">\r\n <div class=\"col num12\"\r\n style=\"min-width:320px;max-width:600px;vertical-align:top;width:600px;\">\r\n <div class=\"col_cont\" style=\"width:100%;\">\r\n <div\r\n style=\"color:#262b30;font-family:Arial, Helvetica Neue, Helvetica, sans-serif;line-height:1.2;padding-top:30px;padding-right:5px;padding-bottom:5px;padding-left:5px;\">\r\n <div class=\"txtTinyMce-wrapper\"\r\n style=\"line-height:1.2;font-size:12px;font-family:Arial, Helvetica Neue, Helvetica, sans-serif;color:#262b30;\">\r\n <p\r\n style=\"margin:0;font-size:12px;line-height:1.2;text-align:center;margin-top:0;margin-bottom:0;\">\r\n <span style=\"font-size:14px;color:rgb(255,255,255);font-family:Arial;\">\r\n © 2020 Infix Education software|\r\n </span>\r\n <span style=\"background-color:transparent;text-align:left;\">\r\n <font color=\"#ffffff\">\r\n Copyright © 2020 All rights reserved | This application is\r\n made by Codethemes\r\n </font>\r\n </span>\r\n <br>\r\n </p>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n </td>\r\n </tr>\r\n </tbody>\r\n </table>', '', '[name], [email], [role], [apply_date], [leave_from], [leave_to], [reason]', 1, 1, '2024-10-23 08:31:20', '2024-10-23 08:31:20'); INSERT INTO `sms_templates` (`id`, `type`, `purpose`, `subject`, `body`, `module`, `variable`, `status`, `school_id`, `created_at`, `updated_at`) VALUES (82, 'email', 'leave_notification', 'Leave Notification', '<table bgcolor=\"#FFFFFF\" cellpadding=\"0\" cellspacing=\"0\" class=\"nl-container\"\r\n style=\"table-layout:fixed;vertical-align:top;min-width:320px;border-spacing:0;border-collapse:collapse;background-color:#FFFFFF;width:100%;\"\r\n width=\"100%\">\r\n <tbody>\r\n <tr style=\"vertical-align:top;\" valign=\"top\">\r\n <td style=\"vertical-align:top;\" valign=\"top\">\r\n <div style=\"background-color:#415094;\">\r\n <div class=\"block-grid\"\r\n style=\"min-width:320px;max-width:600px;margin:0 auto;background-color:transparent;\">\r\n <div\r\n style=\"border-collapse:collapse;width:100%;background-color:transparent;background-position:center top;background-repeat:no-repeat;\">\r\n <div class=\"col num12\"\r\n style=\"min-width:320px;max-width:600px;vertical-align:top;width:600px;\">\r\n <div class=\"col_cont\" style=\"width:100%;\">\r\n <div align=\"center\" class=\"img-container center fixedwidth\"\r\n style=\"padding-right:30px;padding-left:30px;\">\r\n <a href=\"#\">\r\n <img border=\"0\" class=\"center fixedwidth\" src=\"\"\r\n style=\"padding-top:30px;padding-bottom:30px;text-decoration:none;height:auto;border:0;max-width:150px;\"\r\n width=\"150\" alt=\"logo.png\">\r\n </a>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n <div style=\"background-color:#415094;\">\r\n <div class=\"block-grid\"\r\n style=\"min-width:320px;max-width:600px;margin:0 auto;background-color:#ffffff;padding-top:25px;border-top-right-radius:30px;border-top-left-radius:30px;\">\r\n <div style=\"border-collapse:collapse;width:100%;background-color:transparent;\">\r\n <div class=\"col num12\"\r\n style=\"min-width:320px;max-width:600px;vertical-align:top;width:600px;\">\r\n <div class=\"col_cont\" style=\"width:100%;\">\r\n <div align=\"center\" class=\"img-container center autowidth\"\r\n style=\"padding-right:20px;padding-left:20px;\">\r\n <img border=\"0\" class=\"center autowidth\"\r\n src=\"https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcRGF00Oi-zJNU_EvYGueBVz_sqXmFjk8pxNtg&usqp=CAU\"\r\n style=\"text-decoration:none;height:auto;border:0;max-width:541px;\"\r\n width=\"541\"\r\n alt=\"images?q=tbn:ANd9GcRGF00Oi-zJNU_EvYGueBVz_sqXmFjk8pxNtg&usqp=CAU\">\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n <div style=\"background-color:#7c32ff;\">\r\n <div class=\"block-grid\"\r\n style=\"min-width:320px;max-width:600px;margin:0 auto;background-color:#ffffff;border-bottom-right-radius:30px;border-bottom-left-radius:30px;overflow:hidden;\">\r\n <div style=\"border-collapse:collapse;width:100%;background-color:#ffffff;\">\r\n <div class=\"col num12\"\r\n style=\"min-width:320px;max-width:600px;vertical-align:top;width:600px;\">\r\n <div class=\"col_cont\" style=\"width:100%;\">\r\n <h1 style=\"line-height:120%;text-align:center;margin-bottom:0px;\">\r\n <font color=\"#555555\" face=\"Arial, Helvetica Neue, Helvetica, sans-serif\">\r\n <span style=\"font-size:36px;\">Leave Notification</span>\r\n </font>\r\n </h1>\r\n <div style=\"line-height:1.8;padding:20px 15px;\">\r\n <div class=\"txtTinyMce-wrapper\" style=\"line-height:1.8;\">\r\n <h1>Dear [name],</h1>\r\n <p\r\n style=\"margin:10px 0px 30px;line-height:1.929;font-size:16px;color:rgb(113,128,150);\">\r\n Your application for leave on [apply_date] from [leave_from] to [leave_to] for reason [reason] is [status].\r\n </p>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n <div style=\"background-color:#7c32ff;\">\r\n <div class=\"block-grid\"\r\n style=\"min-width:320px;max-width:600px;margin:0 auto;background-color:transparent;\">\r\n <div style=\"border-collapse:collapse;width:100%;background-color:transparent;\">\r\n <div class=\"col num12\"\r\n style=\"min-width:320px;max-width:600px;vertical-align:top;width:600px;\">\r\n <div class=\"col_cont\" style=\"width:100%;\">\r\n <div\r\n style=\"color:#262b30;font-family:Arial, Helvetica Neue, Helvetica, sans-serif;line-height:1.2;padding-top:30px;padding-right:5px;padding-bottom:5px;padding-left:5px;\">\r\n <div class=\"txtTinyMce-wrapper\"\r\n style=\"line-height:1.2;font-size:12px;font-family:Arial, Helvetica Neue, Helvetica, sans-serif;color:#262b30;\">\r\n <p\r\n style=\"margin:0;font-size:12px;line-height:1.2;text-align:center;margin-top:0;margin-bottom:0;\">\r\n <span style=\"font-size:14px;color:rgb(255,255,255);font-family:Arial;\">\r\n © 2020 Infix Education software|\r\n </span>\r\n <span style=\"background-color:transparent;text-align:left;\">\r\n <font color=\"#ffffff\">\r\n Copyright © 2020 All rights reserved | This application is\r\n made by Codethemes\r\n </font>\r\n </span>\r\n <br>\r\n </p>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n </td>\r\n </tr>\r\n </tbody>\r\n </table>', '', '[name], [email], [role], [apply_date], [leave_from], [leave_to], [reason], [status]', 1, 1, '2024-10-23 08:31:20', '2024-10-23 08:31:20'), (83, 'email', 'leave_applied', 'Leave Applied', '<table bgcolor=\"#FFFFFF\" cellpadding=\"0\" cellspacing=\"0\" class=\"nl-container\"\r\n style=\"table-layout:fixed;vertical-align:top;min-width:320px;border-spacing:0;border-collapse:collapse;background-color:#FFFFFF;width:100%;\"\r\n width=\"100%\">\r\n <tbody>\r\n <tr style=\"vertical-align:top;\" valign=\"top\">\r\n <td style=\"vertical-align:top;\" valign=\"top\">\r\n <div style=\"background-color:#415094;\">\r\n <div class=\"block-grid\"\r\n style=\"min-width:320px;max-width:600px;margin:0 auto;background-color:transparent;\">\r\n <div\r\n style=\"border-collapse:collapse;width:100%;background-color:transparent;background-position:center top;background-repeat:no-repeat;\">\r\n <div class=\"col num12\"\r\n style=\"min-width:320px;max-width:600px;vertical-align:top;width:600px;\">\r\n <div class=\"col_cont\" style=\"width:100%;\">\r\n <div align=\"center\" class=\"img-container center fixedwidth\"\r\n style=\"padding-right:30px;padding-left:30px;\">\r\n <a href=\"#\">\r\n <img border=\"0\" class=\"center fixedwidth\" src=\"\"\r\n style=\"padding-top:30px;padding-bottom:30px;text-decoration:none;height:auto;border:0;max-width:150px;\"\r\n width=\"150\" alt=\"logo.png\">\r\n </a>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n <div style=\"background-color:#415094;\">\r\n <div class=\"block-grid\"\r\n style=\"min-width:320px;max-width:600px;margin:0 auto;background-color:#ffffff;padding-top:25px;border-top-right-radius:30px;border-top-left-radius:30px;\">\r\n <div style=\"border-collapse:collapse;width:100%;background-color:transparent;\">\r\n <div class=\"col num12\"\r\n style=\"min-width:320px;max-width:600px;vertical-align:top;width:600px;\">\r\n <div class=\"col_cont\" style=\"width:100%;\">\r\n <div align=\"center\" class=\"img-container center autowidth\"\r\n style=\"padding-right:20px;padding-left:20px;\">\r\n <img border=\"0\" class=\"center autowidth\"\r\n src=\"https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcRGF00Oi-zJNU_EvYGueBVz_sqXmFjk8pxNtg&usqp=CAU\"\r\n style=\"text-decoration:none;height:auto;border:0;max-width:541px;\"\r\n width=\"541\"\r\n alt=\"images?q=tbn:ANd9GcRGF00Oi-zJNU_EvYGueBVz_sqXmFjk8pxNtg&usqp=CAU\">\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n <div style=\"background-color:#7c32ff;\">\r\n <div class=\"block-grid\"\r\n style=\"min-width:320px;max-width:600px;margin:0 auto;background-color:#ffffff;border-bottom-right-radius:30px;border-bottom-left-radius:30px;overflow:hidden;\">\r\n <div style=\"border-collapse:collapse;width:100%;background-color:#ffffff;\">\r\n <div class=\"col num12\"\r\n style=\"min-width:320px;max-width:600px;vertical-align:top;width:600px;\">\r\n <div class=\"col_cont\" style=\"width:100%;\">\r\n <h1 style=\"line-height:120%;text-align:center;margin-bottom:0px;\">\r\n <font color=\"#555555\" face=\"Arial, Helvetica Neue, Helvetica, sans-serif\">\r\n <span style=\"font-size:36px;\">Leave Applied</span>\r\n </font>\r\n </h1>\r\n <div style=\"line-height:1.8;padding:20px 15px;\">\r\n <div class=\"txtTinyMce-wrapper\" style=\"line-height:1.8;\">\r\n <h1>Dear Admin,</h1>\r\n <p\r\n style=\"margin:10px 0px 30px;line-height:1.929;font-size:16px;color:rgb(113,128,150);\">\r\n A [role] named [name] applied for a leave on [apply_date] from [leave_from] to [leave_to] for reason [reason].\r\n </p>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n <div style=\"background-color:#7c32ff;\">\r\n <div class=\"block-grid\"\r\n style=\"min-width:320px;max-width:600px;margin:0 auto;background-color:transparent;\">\r\n <div style=\"border-collapse:collapse;width:100%;background-color:transparent;\">\r\n <div class=\"col num12\"\r\n style=\"min-width:320px;max-width:600px;vertical-align:top;width:600px;\">\r\n <div class=\"col_cont\" style=\"width:100%;\">\r\n <div\r\n style=\"color:#262b30;font-family:Arial, Helvetica Neue, Helvetica, sans-serif;line-height:1.2;padding-top:30px;padding-right:5px;padding-bottom:5px;padding-left:5px;\">\r\n <div class=\"txtTinyMce-wrapper\"\r\n style=\"line-height:1.2;font-size:12px;font-family:Arial, Helvetica Neue, Helvetica, sans-serif;color:#262b30;\">\r\n <p\r\n style=\"margin:0;font-size:12px;line-height:1.2;text-align:center;margin-top:0;margin-bottom:0;\">\r\n <span style=\"font-size:14px;color:rgb(255,255,255);font-family:Arial;\">\r\n © 2020 Infix Education software|\r\n </span>\r\n <span style=\"background-color:transparent;text-align:left;\">\r\n <font color=\"#ffffff\">\r\n Copyright © 2020 All rights reserved | This application is\r\n made by Codethemes\r\n </font>\r\n </span>\r\n <br>\r\n </p>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n </td>\r\n </tr>\r\n </tbody>\r\n </table>', '', '[name], [email], [role], [apply_date], [leave_from], [leave_to], [reason]', 1, 1, '2024-10-23 08:31:23', '2024-10-23 08:31:23'), (84, 'email', 'leave_notification', 'Leave Notification', '<table bgcolor=\"#FFFFFF\" cellpadding=\"0\" cellspacing=\"0\" class=\"nl-container\"\r\n style=\"table-layout:fixed;vertical-align:top;min-width:320px;border-spacing:0;border-collapse:collapse;background-color:#FFFFFF;width:100%;\"\r\n width=\"100%\">\r\n <tbody>\r\n <tr style=\"vertical-align:top;\" valign=\"top\">\r\n <td style=\"vertical-align:top;\" valign=\"top\">\r\n <div style=\"background-color:#415094;\">\r\n <div class=\"block-grid\"\r\n style=\"min-width:320px;max-width:600px;margin:0 auto;background-color:transparent;\">\r\n <div\r\n style=\"border-collapse:collapse;width:100%;background-color:transparent;background-position:center top;background-repeat:no-repeat;\">\r\n <div class=\"col num12\"\r\n style=\"min-width:320px;max-width:600px;vertical-align:top;width:600px;\">\r\n <div class=\"col_cont\" style=\"width:100%;\">\r\n <div align=\"center\" class=\"img-container center fixedwidth\"\r\n style=\"padding-right:30px;padding-left:30px;\">\r\n <a href=\"#\">\r\n <img border=\"0\" class=\"center fixedwidth\" src=\"\"\r\n style=\"padding-top:30px;padding-bottom:30px;text-decoration:none;height:auto;border:0;max-width:150px;\"\r\n width=\"150\" alt=\"logo.png\">\r\n </a>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n <div style=\"background-color:#415094;\">\r\n <div class=\"block-grid\"\r\n style=\"min-width:320px;max-width:600px;margin:0 auto;background-color:#ffffff;padding-top:25px;border-top-right-radius:30px;border-top-left-radius:30px;\">\r\n <div style=\"border-collapse:collapse;width:100%;background-color:transparent;\">\r\n <div class=\"col num12\"\r\n style=\"min-width:320px;max-width:600px;vertical-align:top;width:600px;\">\r\n <div class=\"col_cont\" style=\"width:100%;\">\r\n <div align=\"center\" class=\"img-container center autowidth\"\r\n style=\"padding-right:20px;padding-left:20px;\">\r\n <img border=\"0\" class=\"center autowidth\"\r\n src=\"https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcRGF00Oi-zJNU_EvYGueBVz_sqXmFjk8pxNtg&usqp=CAU\"\r\n style=\"text-decoration:none;height:auto;border:0;max-width:541px;\"\r\n width=\"541\"\r\n alt=\"images?q=tbn:ANd9GcRGF00Oi-zJNU_EvYGueBVz_sqXmFjk8pxNtg&usqp=CAU\">\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n <div style=\"background-color:#7c32ff;\">\r\n <div class=\"block-grid\"\r\n style=\"min-width:320px;max-width:600px;margin:0 auto;background-color:#ffffff;border-bottom-right-radius:30px;border-bottom-left-radius:30px;overflow:hidden;\">\r\n <div style=\"border-collapse:collapse;width:100%;background-color:#ffffff;\">\r\n <div class=\"col num12\"\r\n style=\"min-width:320px;max-width:600px;vertical-align:top;width:600px;\">\r\n <div class=\"col_cont\" style=\"width:100%;\">\r\n <h1 style=\"line-height:120%;text-align:center;margin-bottom:0px;\">\r\n <font color=\"#555555\" face=\"Arial, Helvetica Neue, Helvetica, sans-serif\">\r\n <span style=\"font-size:36px;\">Leave Notification</span>\r\n </font>\r\n </h1>\r\n <div style=\"line-height:1.8;padding:20px 15px;\">\r\n <div class=\"txtTinyMce-wrapper\" style=\"line-height:1.8;\">\r\n <h1>Dear [name],</h1>\r\n <p\r\n style=\"margin:10px 0px 30px;line-height:1.929;font-size:16px;color:rgb(113,128,150);\">\r\n Your application for leave on [apply_date] from [leave_from] to [leave_to] for reason [reason] is [status].\r\n </p>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n <div style=\"background-color:#7c32ff;\">\r\n <div class=\"block-grid\"\r\n style=\"min-width:320px;max-width:600px;margin:0 auto;background-color:transparent;\">\r\n <div style=\"border-collapse:collapse;width:100%;background-color:transparent;\">\r\n <div class=\"col num12\"\r\n style=\"min-width:320px;max-width:600px;vertical-align:top;width:600px;\">\r\n <div class=\"col_cont\" style=\"width:100%;\">\r\n <div\r\n style=\"color:#262b30;font-family:Arial, Helvetica Neue, Helvetica, sans-serif;line-height:1.2;padding-top:30px;padding-right:5px;padding-bottom:5px;padding-left:5px;\">\r\n <div class=\"txtTinyMce-wrapper\"\r\n style=\"line-height:1.2;font-size:12px;font-family:Arial, Helvetica Neue, Helvetica, sans-serif;color:#262b30;\">\r\n <p\r\n style=\"margin:0;font-size:12px;line-height:1.2;text-align:center;margin-top:0;margin-bottom:0;\">\r\n <span style=\"font-size:14px;color:rgb(255,255,255);font-family:Arial;\">\r\n © 2020 Infix Education software|\r\n </span>\r\n <span style=\"background-color:transparent;text-align:left;\">\r\n <font color=\"#ffffff\">\r\n Copyright © 2020 All rights reserved | This application is\r\n made by Codethemes\r\n </font>\r\n </span>\r\n <br>\r\n </p>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n </td>\r\n </tr>\r\n </tbody>\r\n </table>', '', '[name], [email], [role], [apply_date], [leave_from], [leave_to], [reason], [status]', 1, 1, '2024-10-23 08:31:23', '2024-10-23 08:31:23'); -- -------------------------------------------------------- -- -- Table structure for table `sm_about_pages` -- CREATE TABLE `sm_about_pages` ( `id` int(10) UNSIGNED NOT NULL, `created_at` timestamp NULL DEFAULT NULL, `updated_at` timestamp NULL DEFAULT NULL, `title` varchar(191) DEFAULT NULL, `description` text DEFAULT NULL, `main_title` varchar(191) DEFAULT NULL, `main_description` text DEFAULT NULL, `image` varchar(191) DEFAULT NULL, `main_image` varchar(191) DEFAULT NULL, `button_text` varchar(191) DEFAULT NULL, `button_url` varchar(191) DEFAULT NULL, `active_status` tinyint(4) NOT NULL DEFAULT 1, `created_by` int(10) UNSIGNED DEFAULT 1, `updated_by` int(10) UNSIGNED DEFAULT 1, `school_id` int(10) UNSIGNED DEFAULT 1 ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -- Dumping data for table `sm_about_pages` -- INSERT INTO `sm_about_pages` (`id`, `created_at`, `updated_at`, `title`, `description`, `main_title`, `main_description`, `image`, `main_image`, `button_text`, `button_url`, `active_status`, `created_by`, `updated_by`, `school_id`) VALUES (1, NULL, NULL, 'About Infix', 'Lisus consequat sapien metus dis urna, facilisi. Nonummy rutrum eu lacinia platea a, ipsum parturient, orci tristique. Nisi diam natoque.', 'Under Graduate Education', 'INFIX has all in one place. You’ll find everything what you are looking into education management system software. We care! User will never bothered in our real eye catchy user friendly UI & UX Interface design. You know! Smart Idea always comes to well planners. And Our INFIX is Smart for its Well Documentation. Explore in new support world! It’s now faster & quicker. You’ll find us on Support Ticket, Email, Skype, WhatsApp.', 'public/uploads/about_page/about.jpg', 'public/uploads/about_page/about-img.jpg', 'Learn More About Us', 'about', 1, 1, 1, 1); -- -------------------------------------------------------- -- -- Table structure for table `sm_academic_years` -- CREATE TABLE `sm_academic_years` ( `id` int(10) UNSIGNED NOT NULL, `year` varchar(200) NOT NULL, `title` varchar(200) NOT NULL, `starting_date` date NOT NULL, `ending_date` date NOT NULL, `copy_with_academic_year` varchar(191) DEFAULT NULL, `active_status` tinyint(4) NOT NULL DEFAULT 1, `created_at` varchar(191) DEFAULT NULL, `updated_at` varchar(191) DEFAULT NULL, `created_by` int(10) UNSIGNED DEFAULT 1, `updated_by` int(10) UNSIGNED DEFAULT 1, `school_id` int(10) UNSIGNED DEFAULT 1 ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -- Dumping data for table `sm_academic_years` -- INSERT INTO `sm_academic_years` (`id`, `year`, `title`, `starting_date`, `ending_date`, `copy_with_academic_year`, `active_status`, `created_at`, `updated_at`, `created_by`, `updated_by`, `school_id`) VALUES (1, '2024', 'Jan-Dec', '2024-01-01', '2024-12-30', NULL, 1, '2024-01-01 00:00:00', '2024-01-01 00:00:00', 1, 1, 1), (2, '2025', 'Oct-Sept', '2024-01-01', '2025-09-30', 'App\\SmClass,App\\SmSection,App\\SmSubject,App\\SmExamType,App\\SmStudentCategory,App\\SmFeesGroup,App\\SmLeaveType', 1, '2024-01-01 00:00:00', '2024-10-23 17:27:38', 1, 1, 1); -- -------------------------------------------------------- -- -- Table structure for table `sm_add_expenses` -- CREATE TABLE `sm_add_expenses` ( `id` int(10) UNSIGNED NOT NULL, `name` varchar(255) DEFAULT NULL, `date` date DEFAULT NULL, `amount` double(10,2) DEFAULT NULL, `file` varchar(191) DEFAULT NULL, `description` text DEFAULT NULL, `item_receive_id` int(11) DEFAULT NULL, `inventory_id` int(11) DEFAULT NULL, `active_status` tinyint(4) NOT NULL DEFAULT 1, `created_at` timestamp NULL DEFAULT NULL, `updated_at` timestamp NULL DEFAULT NULL, `expense_head_id` int(10) UNSIGNED DEFAULT NULL, `account_id` int(10) UNSIGNED DEFAULT NULL, `payment_method_id` int(10) UNSIGNED DEFAULT NULL, `created_by` int(10) UNSIGNED DEFAULT 1, `updated_by` int(10) UNSIGNED DEFAULT 1, `school_id` int(10) UNSIGNED DEFAULT 1, `academic_id` int(10) UNSIGNED DEFAULT 1, `payroll_payment_id` int(11) DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -------------------------------------------------------- -- -- Table structure for table `sm_add_incomes` -- CREATE TABLE `sm_add_incomes` ( `id` int(10) UNSIGNED NOT NULL, `name` varchar(255) DEFAULT NULL, `date` date DEFAULT NULL, `amount` double(10,2) DEFAULT NULL, `file` varchar(191) DEFAULT NULL, `description` text DEFAULT NULL, `item_sell_id` int(11) DEFAULT NULL, `fees_collection_id` int(11) DEFAULT NULL, `inventory_id` int(11) DEFAULT NULL, `active_status` tinyint(4) NOT NULL DEFAULT 1, `created_at` timestamp NULL DEFAULT NULL, `updated_at` timestamp NULL DEFAULT NULL, `income_head_id` int(10) UNSIGNED DEFAULT NULL, `account_id` int(10) UNSIGNED DEFAULT NULL, `payment_method_id` int(10) UNSIGNED DEFAULT NULL, `created_by` int(10) UNSIGNED DEFAULT 1, `updated_by` int(10) UNSIGNED DEFAULT 1, `school_id` int(10) UNSIGNED DEFAULT 1, `academic_id` int(10) UNSIGNED DEFAULT NULL, `installment_payment_id` int(10) UNSIGNED DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -------------------------------------------------------- -- -- Table structure for table `sm_add_ons` -- CREATE TABLE `sm_add_ons` ( `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 `sm_admission_queries` -- CREATE TABLE `sm_admission_queries` ( `id` int(10) UNSIGNED NOT NULL, `name` varchar(191) DEFAULT NULL, `phone` varchar(191) DEFAULT NULL, `email` varchar(191) DEFAULT NULL, `address` text DEFAULT NULL, `description` text DEFAULT NULL, `date` date DEFAULT NULL, `follow_up_date` date DEFAULT NULL, `next_follow_up_date` date DEFAULT NULL, `assigned` varchar(191) DEFAULT NULL, `reference` int(11) DEFAULT NULL, `source` int(11) DEFAULT NULL, `no_of_child` int(11) DEFAULT NULL, `active_status` tinyint(4) NOT NULL DEFAULT 1, `created_at` timestamp NULL DEFAULT NULL, `updated_at` timestamp NULL DEFAULT NULL, `class` int(10) UNSIGNED DEFAULT NULL, `created_by` int(10) UNSIGNED DEFAULT 1, `updated_by` int(10) UNSIGNED DEFAULT 1, `school_id` int(10) UNSIGNED DEFAULT 1, `academic_id` int(10) UNSIGNED DEFAULT 1 ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -------------------------------------------------------- -- -- Table structure for table `sm_admission_query_followups` -- CREATE TABLE `sm_admission_query_followups` ( `id` int(10) UNSIGNED NOT NULL, `response` text DEFAULT NULL, `note` text DEFAULT NULL, `date` date DEFAULT NULL, `active_status` tinyint(4) NOT NULL DEFAULT 1, `created_at` timestamp NULL DEFAULT NULL, `updated_at` timestamp NULL DEFAULT NULL, `admission_query_id` int(10) UNSIGNED DEFAULT NULL, `created_by` int(10) UNSIGNED DEFAULT 1, `updated_by` int(10) UNSIGNED DEFAULT 1, `school_id` int(10) UNSIGNED DEFAULT 1, `academic_id` int(10) UNSIGNED DEFAULT 1 ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -------------------------------------------------------- -- -- Table structure for table `sm_amount_transfers` -- CREATE TABLE `sm_amount_transfers` ( `id` int(10) UNSIGNED NOT NULL, `amount` int(11) DEFAULT NULL, `purpose` varchar(191) DEFAULT NULL, `from_payment_method` int(11) DEFAULT NULL, `from_bank_name` int(11) DEFAULT NULL, `to_payment_method` int(11) DEFAULT NULL, `to_bank_name` int(11) DEFAULT NULL, `transfer_date` date DEFAULT NULL, `active_status` tinyint(4) DEFAULT 1, `created_at` timestamp NULL DEFAULT NULL, `updated_at` timestamp NULL DEFAULT NULL, `school_id` int(10) UNSIGNED DEFAULT 1, `academic_id` int(10) UNSIGNED DEFAULT 1 ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -------------------------------------------------------- -- -- Table structure for table `sm_assign_class_teachers` -- CREATE TABLE `sm_assign_class_teachers` ( `id` int(10) UNSIGNED NOT NULL, `active_status` tinyint(4) NOT NULL DEFAULT 1, `created_at` timestamp NULL DEFAULT NULL, `updated_at` timestamp NULL DEFAULT NULL, `class_id` int(10) UNSIGNED DEFAULT NULL, `section_id` int(10) UNSIGNED DEFAULT NULL, `created_by` int(10) UNSIGNED DEFAULT 1, `updated_by` int(10) UNSIGNED DEFAULT 1, `school_id` int(10) UNSIGNED DEFAULT 1, `academic_id` int(10) UNSIGNED DEFAULT 1 ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -------------------------------------------------------- -- -- Table structure for table `sm_assign_subjects` -- CREATE TABLE `sm_assign_subjects` ( `id` int(10) UNSIGNED NOT NULL, `active_status` tinyint(4) NOT NULL DEFAULT 1, `created_at` timestamp NULL DEFAULT NULL, `updated_at` timestamp NULL DEFAULT NULL, `teacher_id` int(10) UNSIGNED DEFAULT NULL, `class_id` int(10) UNSIGNED DEFAULT NULL, `section_id` int(10) UNSIGNED DEFAULT NULL, `subject_id` int(10) UNSIGNED DEFAULT NULL, `created_by` int(10) UNSIGNED DEFAULT 1, `updated_by` int(10) UNSIGNED DEFAULT 1, `school_id` int(10) UNSIGNED DEFAULT 1, `academic_id` int(10) UNSIGNED DEFAULT 1, `parent_id` int(11) DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -------------------------------------------------------- -- -- Table structure for table `sm_assign_vehicles` -- CREATE TABLE `sm_assign_vehicles` ( `id` int(10) UNSIGNED NOT NULL, `active_status` tinyint(4) NOT NULL DEFAULT 1, `created_at` timestamp NULL DEFAULT NULL, `updated_at` timestamp NULL DEFAULT NULL, `vehicle_id` int(10) UNSIGNED DEFAULT NULL, `route_id` int(10) UNSIGNED DEFAULT NULL, `created_by` int(10) UNSIGNED DEFAULT 1, `updated_by` int(10) UNSIGNED DEFAULT 1, `school_id` int(10) UNSIGNED DEFAULT 1, `academic_id` int(10) UNSIGNED DEFAULT 1 ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -------------------------------------------------------- -- -- Table structure for table `sm_background_settings` -- CREATE TABLE `sm_background_settings` ( `id` int(10) UNSIGNED NOT NULL, `title` varchar(255) DEFAULT NULL, `type` varchar(255) DEFAULT NULL, `image` varchar(255) DEFAULT NULL, `color` varchar(255) DEFAULT NULL, `is_default` int(11) NOT NULL DEFAULT 0, `school_id` int(10) UNSIGNED 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 `sm_background_settings` -- INSERT INTO `sm_background_settings` (`id`, `title`, `type`, `image`, `color`, `is_default`, `school_id`, `created_at`, `updated_at`) VALUES (1, 'Dashboard Background', 'image', 'public/backEnd/img/body-bg.jpg', '', 1, 1, NULL, NULL), (2, 'Login Background', 'image', 'public/backEnd/img/login-bg.jpg', '', 0, 1, NULL, NULL); -- -------------------------------------------------------- -- -- Table structure for table `sm_backups` -- CREATE TABLE `sm_backups` ( `id` int(10) UNSIGNED NOT NULL, `file_name` varchar(255) DEFAULT NULL, `source_link` varchar(255) DEFAULT NULL, `file_type` tinyint(4) DEFAULT NULL COMMENT '0=Database, 1=File, 2=Image', `active_status` tinyint(4) NOT NULL DEFAULT 1, `lang_type` int(11) DEFAULT NULL, `created_at` timestamp NULL DEFAULT NULL, `updated_at` timestamp NULL DEFAULT NULL, `created_by` int(10) UNSIGNED DEFAULT 1, `updated_by` int(10) UNSIGNED DEFAULT 1, `school_id` int(10) UNSIGNED DEFAULT 1, `academic_id` int(10) UNSIGNED DEFAULT 1 ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -------------------------------------------------------- -- -- Table structure for table `sm_bank_accounts` -- CREATE TABLE `sm_bank_accounts` ( `id` int(10) UNSIGNED NOT NULL, `bank_name` varchar(191) DEFAULT NULL, `account_name` varchar(191) DEFAULT NULL, `account_number` varchar(191) DEFAULT NULL, `account_type` varchar(191) DEFAULT NULL, `opening_balance` double NOT NULL DEFAULT 0, `current_balance` double NOT NULL DEFAULT 0, `note` text DEFAULT NULL, `active_status` tinyint(4) NOT NULL DEFAULT 0, `created_at` timestamp NULL DEFAULT NULL, `updated_at` timestamp NULL DEFAULT NULL, `created_by` int(10) UNSIGNED DEFAULT 1, `updated_by` int(10) UNSIGNED DEFAULT 1, `school_id` int(10) UNSIGNED DEFAULT 1, `academic_id` int(10) UNSIGNED DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -------------------------------------------------------- -- -- Table structure for table `sm_bank_payment_slips` -- CREATE TABLE `sm_bank_payment_slips` ( `id` bigint(20) UNSIGNED NOT NULL, `date` date NOT NULL, `amount` double(10,2) DEFAULT NULL, `slip` varchar(191) DEFAULT NULL, `note` text DEFAULT NULL, `bank_id` int(11) DEFAULT NULL, `approve_status` tinyint(4) NOT NULL DEFAULT 0 COMMENT '0 pending, 1 approve', `payment_mode` varchar(191) NOT NULL COMMENT 'Bk= bank, Cq=Cheque', `reason` text DEFAULT NULL, `fees_discount_id` int(10) UNSIGNED DEFAULT NULL, `fees_type_id` int(10) UNSIGNED DEFAULT NULL, `record_id` int(10) UNSIGNED DEFAULT NULL, `student_id` int(10) UNSIGNED DEFAULT NULL, `class_id` int(10) UNSIGNED DEFAULT NULL, `assign_id` int(10) UNSIGNED DEFAULT NULL, `section_id` int(10) UNSIGNED DEFAULT NULL, `created_by` int(10) UNSIGNED DEFAULT 1, `updated_by` int(10) UNSIGNED DEFAULT 1, `school_id` int(10) UNSIGNED DEFAULT 1, `academic_id` int(10) UNSIGNED DEFAULT 1, `child_payment_id` int(11) DEFAULT NULL, `installment_id` int(11) DEFAULT NULL, `created_at` timestamp NULL DEFAULT NULL, `updated_at` timestamp NULL DEFAULT NULL, `active_status` int(11) DEFAULT 1 ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -------------------------------------------------------- -- -- Table structure for table `sm_bank_statements` -- CREATE TABLE `sm_bank_statements` ( `id` bigint(20) UNSIGNED NOT NULL, `bank_id` int(11) DEFAULT NULL, `after_balance` int(11) DEFAULT NULL, `amount` double(10,2) DEFAULT NULL, `type` varchar(11) DEFAULT NULL COMMENT '1 for Income 0 for Expense', `payment_method` int(10) UNSIGNED DEFAULT NULL, `details` varchar(500) DEFAULT NULL, `item_receive_id` int(11) DEFAULT NULL, `item_receive_bank_statement_id` int(11) DEFAULT NULL, `item_sell_bank_statement_id` int(11) DEFAULT NULL, `item_sell_id` int(11) DEFAULT NULL, `payment_date` date DEFAULT NULL, `active_status` tinyint(4) NOT NULL DEFAULT 1, `school_id` int(10) UNSIGNED DEFAULT 1, `academic_id` int(10) UNSIGNED DEFAULT NULL, `fees_payment_id` int(11) DEFAULT NULL, `created_at` timestamp NULL DEFAULT NULL, `updated_at` timestamp NULL DEFAULT NULL, `payroll_payment_id` int(11) DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -------------------------------------------------------- -- -- Table structure for table `sm_base_groups` -- CREATE TABLE `sm_base_groups` ( `id` int(10) UNSIGNED NOT NULL, `name` varchar(200) NOT NULL, `active_status` tinyint(4) NOT NULL DEFAULT 1, `created_at` timestamp NULL DEFAULT NULL, `updated_at` timestamp NULL DEFAULT NULL, `created_by` int(10) UNSIGNED DEFAULT 1, `updated_by` int(10) UNSIGNED DEFAULT 1, `school_id` int(10) UNSIGNED DEFAULT 1 ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -- Dumping data for table `sm_base_groups` -- INSERT INTO `sm_base_groups` (`id`, `name`, `active_status`, `created_at`, `updated_at`, `created_by`, `updated_by`, `school_id`) VALUES (1, 'Gender', 1, '2024-10-23 08:31:08', NULL, 1, 1, 1), (2, 'Religion', 1, '2024-10-23 08:31:08', NULL, 1, 1, 1), (3, 'Blood Group', 1, '2024-10-23 08:31:08', NULL, 1, 1, 1); -- -------------------------------------------------------- -- -- Table structure for table `sm_base_setups` -- CREATE TABLE `sm_base_setups` ( `id` int(10) UNSIGNED NOT NULL, `base_setup_name` varchar(255) NOT NULL, `active_status` tinyint(4) NOT NULL DEFAULT 1, `created_at` timestamp NULL DEFAULT NULL, `updated_at` timestamp NULL DEFAULT NULL, `created_by` int(10) UNSIGNED DEFAULT 1, `updated_by` int(10) UNSIGNED DEFAULT 1, `base_group_id` int(10) UNSIGNED DEFAULT 1, `school_id` int(10) UNSIGNED DEFAULT 1 ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -- Dumping data for table `sm_base_setups` -- INSERT INTO `sm_base_setups` (`id`, `base_setup_name`, `active_status`, `created_at`, `updated_at`, `created_by`, `updated_by`, `base_group_id`, `school_id`) VALUES (1, 'Male', 1, '2024-10-23 08:31:08', NULL, 1, 1, 1, 1), (2, 'Female', 1, '2024-10-23 08:31:08', NULL, 1, 1, 1, 1), (3, 'Others', 1, '2024-10-23 08:31:08', NULL, 1, 1, 1, 1), (4, 'Islam', 1, '2024-10-23 08:31:08', NULL, 1, 1, 2, 1), (5, 'Hinduism', 1, '2024-10-23 08:31:08', NULL, 1, 1, 2, 1), (6, 'Sikhism', 1, '2024-10-23 08:31:08', NULL, 1, 1, 2, 1), (7, 'Buddhism', 1, '2024-10-23 08:31:08', NULL, 1, 1, 2, 1), (8, 'Protestantism', 1, '2024-10-23 08:31:08', NULL, 1, 1, 2, 1), (9, 'A+', 1, '2024-10-23 08:31:08', NULL, 1, 1, 3, 1), (10, 'O+', 1, '2024-10-23 08:31:08', NULL, 1, 1, 3, 1), (11, 'B+', 1, '2024-10-23 08:31:08', NULL, 1, 1, 3, 1), (12, 'AB+', 1, '2024-10-23 08:31:08', NULL, 1, 1, 3, 1), (13, 'A-', 1, '2024-10-23 08:31:08', NULL, 1, 1, 3, 1), (14, 'O-', 1, '2024-10-23 08:31:08', NULL, 1, 1, 3, 1), (15, 'B-', 1, '2024-10-23 08:31:08', NULL, 1, 1, 3, 1), (16, 'AB-', 1, '2024-10-23 08:31:08', NULL, 1, 1, 3, 1); -- -------------------------------------------------------- -- -- Table structure for table `sm_books` -- CREATE TABLE `sm_books` ( `id` int(10) UNSIGNED NOT NULL, `book_title` varchar(200) DEFAULT NULL, `book_number` varchar(200) DEFAULT NULL, `isbn_no` varchar(200) DEFAULT NULL, `publisher_name` varchar(200) DEFAULT NULL, `author_name` varchar(200) DEFAULT NULL, `rack_number` varchar(50) DEFAULT NULL, `quantity` int(11) DEFAULT 0, `book_price` int(11) DEFAULT NULL, `post_date` date DEFAULT NULL, `details` varchar(500) DEFAULT NULL, `active_status` tinyint(4) NOT NULL DEFAULT 1, `created_at` timestamp NULL DEFAULT NULL, `updated_at` timestamp NULL DEFAULT NULL, `book_subject_id` int(10) UNSIGNED DEFAULT NULL, `book_category_id` int(10) UNSIGNED DEFAULT NULL, `created_by` int(10) UNSIGNED DEFAULT 1, `updated_by` int(10) UNSIGNED DEFAULT 1, `school_id` int(10) UNSIGNED DEFAULT 1, `academic_id` int(10) UNSIGNED DEFAULT 1 ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -------------------------------------------------------- -- -- Table structure for table `sm_book_categories` -- CREATE TABLE `sm_book_categories` ( `id` int(10) UNSIGNED NOT NULL, `category_name` varchar(200) DEFAULT NULL, `created_at` timestamp NULL DEFAULT NULL, `updated_at` timestamp NULL DEFAULT NULL, `school_id` int(10) UNSIGNED DEFAULT 1, `academic_id` int(10) UNSIGNED DEFAULT 1 ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -------------------------------------------------------- -- -- Table structure for table `sm_book_issues` -- CREATE TABLE `sm_book_issues` ( `id` int(10) UNSIGNED NOT NULL, `quantity` int(11) DEFAULT NULL, `given_date` date DEFAULT NULL, `due_date` date DEFAULT NULL, `issue_status` varchar(191) DEFAULT NULL, `note` varchar(500) DEFAULT NULL, `active_status` tinyint(4) NOT NULL DEFAULT 1, `created_at` timestamp NULL DEFAULT NULL, `updated_at` timestamp NULL DEFAULT NULL, `book_id` int(10) UNSIGNED DEFAULT NULL, `member_id` int(10) UNSIGNED DEFAULT NULL, `created_by` int(10) UNSIGNED DEFAULT 1, `updated_by` int(10) UNSIGNED DEFAULT 1, `school_id` int(10) UNSIGNED DEFAULT 1, `academic_id` int(10) UNSIGNED DEFAULT 1 ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -------------------------------------------------------- -- -- Table structure for table `sm_calendar_settings` -- CREATE TABLE `sm_calendar_settings` ( `id` bigint(20) UNSIGNED NOT NULL, `menu_name` varchar(191) NOT NULL, `status` tinyint(4) NOT NULL DEFAULT 0, `font_color` varchar(191) NOT NULL, `bg_color` varchar(191) NOT NULL, `school_id` int(10) UNSIGNED 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 `sm_calendar_settings` -- INSERT INTO `sm_calendar_settings` (`id`, `menu_name`, `status`, `font_color`, `bg_color`, `school_id`, `created_at`, `updated_at`) VALUES (1, 'admission_query', 1, '#FFFFFF', '#008000', 1, '2024-10-23 08:31:20', '2024-10-23 08:31:20'), (2, 'lesson_plan', 1, '#FFFFFF', '#000000', 1, '2024-10-23 08:31:20', '2024-10-23 08:31:20'), (3, 'homework', 1, '#FFFFFF', '#FF0000', 1, '2024-10-23 08:31:20', '2024-10-23 08:31:20'), (4, 'study_material', 1, '#FFFFFF', '#800080', 1, '2024-10-23 08:31:20', '2024-10-23 08:31:20'), (5, 'exam', 1, '#FFFFFF', '#000080', 1, '2024-10-23 08:31:20', '2024-10-23 08:31:20'), (6, 'online_exam', 1, '#FFFFFF', '#808000', 1, '2024-10-23 08:31:20', '2024-10-23 08:31:20'), (7, 'leave', 1, '#FFFFFF', '#008080', 1, '2024-10-23 08:31:20', '2024-10-23 08:31:20'), (8, 'notice_board', 1, '#FFFFFF', '#00FFFF', 1, '2024-10-23 08:31:20', '2024-10-23 08:31:20'), (9, 'holiday', 1, '#FFFFFF', '#808080', 1, '2024-10-23 08:31:20', '2024-10-23 08:31:20'), (10, 'event', 1, '#FFFFFF', '#800000', 1, '2024-10-23 08:31:20', '2024-10-23 08:31:20'), (11, 'library', 1, '#FFFFFF', '#800009', 1, '2024-10-23 08:31:20', '2024-10-23 08:31:20'); -- -------------------------------------------------------- -- -- Table structure for table `sm_chart_of_accounts` -- CREATE TABLE `sm_chart_of_accounts` ( `id` int(10) UNSIGNED NOT NULL, `head` varchar(200) DEFAULT NULL, `type` varchar(1) DEFAULT NULL COMMENT 'E = expense, I = income', `active_status` int(11) DEFAULT 1, `created_at` timestamp NULL DEFAULT NULL, `updated_at` timestamp NULL DEFAULT NULL, `created_by` int(10) UNSIGNED DEFAULT 1, `updated_by` int(10) UNSIGNED DEFAULT 1, `school_id` int(10) UNSIGNED DEFAULT 1, `academic_id` int(10) UNSIGNED DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -- Dumping data for table `sm_chart_of_accounts` -- INSERT INTO `sm_chart_of_accounts` (`id`, `head`, `type`, `active_status`, `created_at`, `updated_at`, `created_by`, `updated_by`, `school_id`, `academic_id`) VALUES (1, 'Fees Collection', 'I', 1, '2024-10-23 08:31:09', '2024-10-23 08:31:09', 1, 1, 1, NULL); -- -------------------------------------------------------- -- -- Table structure for table `sm_classes` -- CREATE TABLE `sm_classes` ( `id` int(10) UNSIGNED NOT NULL, `class_name` varchar(200) NOT NULL, `pass_mark` double(8,2) DEFAULT NULL, `active_status` tinyint(4) NOT NULL DEFAULT 1, `created_at` timestamp NULL DEFAULT NULL, `updated_at` timestamp NULL DEFAULT NULL, `created_by` int(10) UNSIGNED DEFAULT 1, `updated_by` int(10) UNSIGNED DEFAULT 1, `school_id` int(10) UNSIGNED DEFAULT 1, `academic_id` int(10) UNSIGNED DEFAULT NULL, `parent_id` int(11) DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -------------------------------------------------------- -- -- Table structure for table `sm_class_exam_routine_pages` -- CREATE TABLE `sm_class_exam_routine_pages` ( `id` int(10) UNSIGNED NOT NULL, `created_at` timestamp NULL DEFAULT NULL, `updated_at` timestamp NULL DEFAULT NULL, `title` varchar(191) DEFAULT NULL, `description` text DEFAULT NULL, `main_title` varchar(191) DEFAULT NULL, `main_description` text DEFAULT NULL, `image` varchar(191) DEFAULT NULL, `main_image` varchar(191) DEFAULT NULL, `button_text` varchar(191) DEFAULT NULL, `button_url` varchar(191) DEFAULT NULL, `active_status` tinyint(4) NOT NULL DEFAULT 1, `is_parent` tinyint(1) NOT NULL DEFAULT 1, `class_routine` varchar(191) NOT NULL DEFAULT 'show', `exam_routine` varchar(191) NOT NULL DEFAULT 'show', `created_by` int(10) UNSIGNED DEFAULT 1, `updated_by` int(10) UNSIGNED DEFAULT 1, `school_id` int(10) UNSIGNED DEFAULT 1 ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -- Dumping data for table `sm_class_exam_routine_pages` -- INSERT INTO `sm_class_exam_routine_pages` (`id`, `created_at`, `updated_at`, `title`, `description`, `main_title`, `main_description`, `image`, `main_image`, `button_text`, `button_url`, `active_status`, `is_parent`, `class_routine`, `exam_routine`, `created_by`, `updated_by`, `school_id`) VALUES (1, NULL, NULL, 'Routine', 'Lisus consequat sapien metus dis urna, facilisi. Nonummy rutrum eu lacinia platea a, ipsum parturient, orci tristique. Nisi diam natoque.', 'Class/Exam Routine', 'INFIX has all in one place. You’ll find everything what you are looking into education management system software. We care! User will never bothered in our real eye catchy user friendly UI & UX Interface design. You know! Smart Idea always comes to well planners. And Our INFIX is Smart for its Well Documentation. Explore in new support world! It’s now faster & quicker. You’ll find us on Support Ticket, Email, Skype, WhatsApp.', 'public/uploads/about_page/about.jpg', 'public/uploads/about_page/about-img.jpg', 'Class/Exam Routine', 'class-exam-routine', 1, 1, 'show', 'show', 1, 1, 1); -- -------------------------------------------------------- -- -- Table structure for table `sm_class_optional_subject` -- CREATE TABLE `sm_class_optional_subject` ( `id` int(10) UNSIGNED NOT NULL, `class_id` int(11) NOT NULL, `gpa_above` double(8,2) NOT NULL, `created_by` int(10) UNSIGNED DEFAULT 1, `updated_by` int(10) UNSIGNED DEFAULT 1, `school_id` int(10) UNSIGNED DEFAULT 1, `academic_id` int(10) UNSIGNED 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 `sm_class_rooms` -- CREATE TABLE `sm_class_rooms` ( `id` int(10) UNSIGNED NOT NULL, `room_no` varchar(50) DEFAULT NULL, `capacity` int(11) DEFAULT NULL, `active_status` tinyint(4) NOT NULL DEFAULT 1, `created_at` timestamp NULL DEFAULT NULL, `updated_at` timestamp NULL DEFAULT NULL, `created_by` int(10) UNSIGNED DEFAULT 1, `updated_by` int(10) UNSIGNED DEFAULT 1, `school_id` int(10) UNSIGNED DEFAULT 1, `academic_id` int(10) UNSIGNED DEFAULT 1 ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -------------------------------------------------------- -- -- Table structure for table `sm_class_routines` -- CREATE TABLE `sm_class_routines` ( `id` int(10) UNSIGNED NOT NULL, `monday` varchar(200) DEFAULT NULL, `monday_start_from` varchar(200) DEFAULT NULL, `monday_end_to` varchar(200) DEFAULT NULL, `monday_room_id` int(10) UNSIGNED DEFAULT NULL, `tuesday` varchar(200) DEFAULT NULL, `tuesday_start_from` varchar(200) DEFAULT NULL, `tuesday_end_to` varchar(200) DEFAULT NULL, `tuesday_room_id` int(10) UNSIGNED DEFAULT NULL, `wednesday` varchar(200) DEFAULT NULL, `wednesday_start_from` varchar(200) DEFAULT NULL, `wednesday_end_to` varchar(200) DEFAULT NULL, `wednesday_room_id` int(10) UNSIGNED DEFAULT NULL, `thursday` varchar(200) DEFAULT NULL, `thursday_start_from` varchar(200) DEFAULT NULL, `thursday_end_to` varchar(200) DEFAULT NULL, `thursday_room_id` int(10) UNSIGNED DEFAULT NULL, `friday` varchar(200) DEFAULT NULL, `friday_start_from` varchar(200) DEFAULT NULL, `friday_end_to` varchar(200) DEFAULT NULL, `friday_room_id` int(10) UNSIGNED DEFAULT NULL, `saturday` varchar(200) DEFAULT NULL, `saturday_start_from` varchar(200) DEFAULT NULL, `saturday_end_to` varchar(200) DEFAULT NULL, `saturday_room_id` int(10) UNSIGNED DEFAULT NULL, `sunday` varchar(200) DEFAULT NULL, `sunday_start_from` varchar(200) DEFAULT NULL, `sunday_end_to` varchar(200) DEFAULT NULL, `sunday_room_id` int(10) UNSIGNED DEFAULT NULL, `active_status` tinyint(4) NOT NULL DEFAULT 1, `created_at` timestamp NULL DEFAULT NULL, `updated_at` timestamp NULL DEFAULT NULL, `class_id` int(10) UNSIGNED DEFAULT NULL, `section_id` int(10) UNSIGNED DEFAULT NULL, `subject_id` int(10) UNSIGNED DEFAULT NULL, `created_by` int(10) UNSIGNED DEFAULT 1, `updated_by` int(10) UNSIGNED DEFAULT 1, `school_id` int(10) UNSIGNED DEFAULT 1, `academic_id` int(10) UNSIGNED DEFAULT 1 ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -------------------------------------------------------- -- -- Table structure for table `sm_class_routine_updates` -- CREATE TABLE `sm_class_routine_updates` ( `id` int(10) UNSIGNED NOT NULL, `day` int(11) DEFAULT NULL COMMENT '1=sat,2=sun,7=fri', `active_status` tinyint(4) NOT NULL DEFAULT 1, `created_at` timestamp NULL DEFAULT NULL, `updated_at` timestamp NULL DEFAULT NULL, `start_time` time DEFAULT NULL, `end_time` time DEFAULT NULL, `is_break` tinyint(4) DEFAULT NULL COMMENT '1 = tiffin time, 0 = class', `room_id` int(10) UNSIGNED DEFAULT NULL, `teacher_id` int(10) UNSIGNED DEFAULT NULL, `class_period_id` int(10) UNSIGNED DEFAULT NULL, `subject_id` int(10) UNSIGNED DEFAULT NULL, `class_id` int(10) UNSIGNED DEFAULT NULL, `section_id` int(10) UNSIGNED DEFAULT NULL, `created_by` int(10) UNSIGNED DEFAULT 1, `updated_by` int(10) UNSIGNED DEFAULT 1, `school_id` int(10) UNSIGNED DEFAULT 1, `academic_id` int(10) UNSIGNED DEFAULT 1 ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -------------------------------------------------------- -- -- Table structure for table `sm_class_sections` -- CREATE TABLE `sm_class_sections` ( `id` int(10) UNSIGNED NOT NULL, `active_status` tinyint(4) NOT NULL DEFAULT 1, `created_at` timestamp NULL DEFAULT NULL, `updated_at` timestamp NULL DEFAULT NULL, `class_id` int(10) UNSIGNED DEFAULT NULL, `section_id` int(10) UNSIGNED DEFAULT NULL, `school_id` int(10) UNSIGNED DEFAULT 1, `academic_id` int(10) UNSIGNED DEFAULT 1, `parent_id` int(11) DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -------------------------------------------------------- -- -- Table structure for table `sm_class_teachers` -- CREATE TABLE `sm_class_teachers` ( `id` int(10) UNSIGNED NOT NULL, `active_status` tinyint(4) NOT NULL DEFAULT 1, `created_at` timestamp NULL DEFAULT NULL, `updated_at` timestamp NULL DEFAULT NULL, `teacher_id` int(10) UNSIGNED DEFAULT NULL, `assign_class_teacher_id` int(10) UNSIGNED DEFAULT NULL, `created_by` int(10) UNSIGNED DEFAULT 1, `updated_by` int(10) UNSIGNED DEFAULT 1, `school_id` int(10) UNSIGNED DEFAULT 1, `academic_id` int(10) UNSIGNED DEFAULT 1 ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -------------------------------------------------------- -- -- Table structure for table `sm_class_times` -- CREATE TABLE `sm_class_times` ( `id` int(10) UNSIGNED NOT NULL, `type` enum('exam','class') DEFAULT NULL, `period` varchar(191) DEFAULT NULL, `start_time` time DEFAULT NULL, `end_time` time DEFAULT NULL, `is_break` tinyint(4) DEFAULT NULL COMMENT '1 = tiffin time, 0 = class', `created_at` timestamp NULL DEFAULT NULL, `updated_at` timestamp NULL DEFAULT NULL, `school_id` int(10) UNSIGNED DEFAULT 1, `academic_id` int(10) UNSIGNED DEFAULT 1 ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -------------------------------------------------------- -- -- Table structure for table `sm_complaints` -- CREATE TABLE `sm_complaints` ( `id` int(10) UNSIGNED NOT NULL, `complaint_by` varchar(191) DEFAULT NULL, `complaint_type` tinyint(4) DEFAULT NULL, `complaint_source` tinyint(4) DEFAULT NULL, `phone` varchar(191) DEFAULT NULL, `date` date DEFAULT NULL, `description` text DEFAULT NULL, `action_taken` varchar(191) DEFAULT NULL, `assigned` varchar(191) DEFAULT NULL, `file` varchar(191) DEFAULT NULL, `active_status` tinyint(4) NOT NULL DEFAULT 1, `created_at` timestamp NULL DEFAULT NULL, `updated_at` timestamp NULL DEFAULT NULL, `created_by` int(10) UNSIGNED DEFAULT 1, `updated_by` int(10) UNSIGNED DEFAULT 1, `school_id` int(10) UNSIGNED DEFAULT 1, `academic_id` int(10) UNSIGNED DEFAULT 1 ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -------------------------------------------------------- -- -- Table structure for table `sm_contact_messages` -- CREATE TABLE `sm_contact_messages` ( `id` int(10) UNSIGNED NOT NULL, `name` varchar(191) DEFAULT NULL, `phone` varchar(191) DEFAULT NULL, `email` varchar(191) DEFAULT NULL, `subject` varchar(191) DEFAULT NULL, `message` text DEFAULT NULL, `view_status` tinyint(4) NOT NULL DEFAULT 0, `reply_status` tinyint(4) NOT NULL DEFAULT 0, `active_status` tinyint(4) NOT NULL DEFAULT 1, `created_at` timestamp NULL DEFAULT NULL, `updated_at` timestamp NULL DEFAULT NULL, `created_by` int(10) UNSIGNED DEFAULT 1, `updated_by` int(10) UNSIGNED DEFAULT 1, `school_id` int(10) UNSIGNED DEFAULT 1 ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -- Dumping data for table `sm_contact_messages` -- INSERT INTO `sm_contact_messages` (`id`, `name`, `phone`, `email`, `subject`, `message`, `view_status`, `reply_status`, `active_status`, `created_at`, `updated_at`, `created_by`, `updated_by`, `school_id`) VALUES (1, 'Daniel Edwards', '8453630323', 'danieledwards.web08@gmail.com', 'Question about your website.', 'Hello,\n\nDuring our routine check, we identified several SEO (Search Engine Optimization) errors in your website because of which your website is not showing up in the major search engines like Google, Bing etc. Fixing these errors is important for your website\'s visibility, as your target audience is currently unable to find your site. This may result in decreased traffic and lower conversions in the coming days.\n\nPlease respond to this email with your phone number and your availability for a quick call to resolve these issues.\n\nLooking forward to your response.\n\nThanks \nDaniel Edwards', 0, 0, 1, '2025-04-21 19:51:07', '2025-04-21 19:51:07', 1, 1, 1), (2, 'Daniel Edwards', '8453630323', 'danieledwards.websolution06@gmail.com', 'z', '\"Hello,\n\nIt appears that your website is currently facing technical issues that are preventing it from appearing on major search engines such as Google and Bing, even when searching by name or relevant keywords.\n\nOne likely cause is an incomplete or improperly configured SEO (Search Engine Optimization) setup. These issues can significantly impact your website’s visibility and traffic.\n\nWe have definite measures to resolve these problems and would be happy to assist you. To discuss this further, please reply to this email with your phone number and your availability for a quick call. We’ll get in touch with you accordingly.\n\nThank you,\nDaniel Edwards\n\"', 0, 0, 1, '2025-05-16 23:41:41', '2025-05-16 23:41:41', 1, 1, 1); -- -------------------------------------------------------- -- -- Table structure for table `sm_contact_pages` -- CREATE TABLE `sm_contact_pages` ( `id` int(10) UNSIGNED NOT NULL, `title` varchar(191) DEFAULT NULL, `description` text DEFAULT NULL, `image` varchar(191) DEFAULT NULL, `button_text` varchar(191) DEFAULT NULL, `button_url` varchar(191) DEFAULT NULL, `address` varchar(191) DEFAULT NULL, `address_text` varchar(191) DEFAULT NULL, `phone` varchar(191) DEFAULT NULL, `phone_text` varchar(191) DEFAULT NULL, `email` varchar(191) DEFAULT NULL, `email_text` varchar(191) DEFAULT NULL, `latitude` varchar(191) DEFAULT NULL, `longitude` varchar(191) DEFAULT NULL, `zoom_level` int(11) DEFAULT NULL, `google_map_address` varchar(191) DEFAULT NULL, `active_status` tinyint(4) NOT NULL DEFAULT 1, `created_at` timestamp NULL DEFAULT NULL, `updated_at` timestamp NULL DEFAULT NULL, `created_by` int(10) UNSIGNED DEFAULT 1, `updated_by` int(10) UNSIGNED DEFAULT 1, `school_id` int(10) UNSIGNED DEFAULT 1 ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -- Dumping data for table `sm_contact_pages` -- INSERT INTO `sm_contact_pages` (`id`, `title`, `description`, `image`, `button_text`, `button_url`, `address`, `address_text`, `phone`, `phone_text`, `email`, `email_text`, `latitude`, `longitude`, `zoom_level`, `google_map_address`, `active_status`, `created_at`, `updated_at`, `created_by`, `updated_by`, `school_id`) VALUES (1, 'Contact Us', 'Have any questions? We’d love to hear from you! Here’s how to get in touch with us.', 'public/uploads/contactPage/contact.jpg', 'Learn More About Us', 'about', '56/8 Panthapath, Dhanmondi,Dhaka', 'Santa monica bullevard', '01841136251', 'Mon to Fri 9am to 6 pm', 'admin@infixedu.com', 'Send us your query anytime!', '23.707310', '90.415480', 15, 'Panthapath, Dhaka', 1, NULL, NULL, 1, 1, 1); -- -------------------------------------------------------- -- -- Table structure for table `sm_content_types` -- CREATE TABLE `sm_content_types` ( `id` int(10) UNSIGNED NOT NULL, `type_name` varchar(200) DEFAULT NULL, `active_status` tinyint(4) NOT NULL DEFAULT 1, `created_at` timestamp NULL DEFAULT NULL, `updated_at` timestamp NULL DEFAULT NULL, `created_by` int(10) UNSIGNED DEFAULT 1, `updated_by` int(10) UNSIGNED DEFAULT 1, `school_id` int(10) UNSIGNED DEFAULT 1, `academic_id` int(10) UNSIGNED DEFAULT 1 ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -------------------------------------------------------- -- -- Table structure for table `sm_countries` -- CREATE TABLE `sm_countries` ( `id` int(10) UNSIGNED NOT NULL, `code` varchar(255) DEFAULT NULL, `name` varchar(255) DEFAULT NULL, `native` varchar(255) DEFAULT NULL, `phone` varchar(255) DEFAULT NULL, `continent` varchar(255) DEFAULT NULL, `capital` varchar(255) DEFAULT NULL, `currency` varchar(255) DEFAULT NULL, `languages` varchar(255) DEFAULT NULL, `created_at` timestamp NULL DEFAULT NULL, `updated_at` timestamp NULL DEFAULT NULL, `school_id` int(10) UNSIGNED DEFAULT 1 ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci; -- -------------------------------------------------------- -- -- Table structure for table `sm_courses` -- CREATE TABLE `sm_courses` ( `id` int(10) UNSIGNED NOT NULL, `title` varchar(191) NOT NULL, `image` text NOT NULL, `category_id` int(11) NOT NULL, `overview` text DEFAULT NULL, `outline` text DEFAULT NULL, `prerequisites` text DEFAULT NULL, `resources` text DEFAULT NULL, `stats` text DEFAULT NULL, `active_status` int(11) NOT NULL DEFAULT 1, `created_at` timestamp NULL DEFAULT NULL, `updated_at` timestamp NULL DEFAULT NULL, `school_id` int(10) UNSIGNED DEFAULT 1 ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -- Dumping data for table `sm_courses` -- INSERT INTO `sm_courses` (`id`, `title`, `image`, `category_id`, `overview`, `outline`, `prerequisites`, `resources`, `stats`, `active_status`, `created_at`, `updated_at`, `school_id`) VALUES (1, 'Quos in ipsum fuga eius sunt sit consequatur.', 'public/uploads/theme/edulia/course/academic1.jpg', 0, 'Molestias amet ut et. Quasi quod dolore officia maxime. Quisquam iste quisquam sit odio beatae unde. Omnis maxime dolorem sit adipisci expedita laboriosam soluta. Odio vel dolore quaerat soluta quae esse. Necessitatibus soluta harum placeat quas. Ab voluptatem enim totam cupiditate maxime in. Aut et porro et non tempore. Accusamus dolor molestias vel et accusamus voluptas facere. Officia tenetur maxime vitae dolores. Occaecati consequatur ipsam quae illum voluptatem fugiat. Et nostrum dolorum distinctio aut laborum. Quia repellat aliquid voluptatem pariatur. Nisi et natus reiciendis quibusdam dolores dolor corrupti pariatur. Dolor cumque qui quia voluptatem. Ut aut ea placeat maiores et sint cupiditate. Exercitationem eaque iusto aut qui non sit. Voluptas dolor doloremque ea rerum. Corrupti labore labore aperiam. Doloribus non non fugit rem et quia voluptatem. Vitae sunt est sunt saepe dolorem ipsa. Dolore veritatis sed totam animi dolores. Dolorem sed voluptatem harum. Eos consequatur voluptas ut fugit maxime incidunt esse voluptatem. Dolorem et molestias enim quod. Tempora voluptas impedit dolores. Hic voluptatibus repudiandae asperiores quisquam facilis quia. Architecto dolores et sint molestias. Facere libero quis dolores et. Molestiae minima quam necessitatibus dicta. Earum sed labore laborum ea hic molestias dolores. Repellat magnam pariatur perferendis. Ut quis quod nesciunt qui. Ratione dolore quam aliquam a autem tempore. Possimus officiis dicta qui error est non harum. Voluptas modi ratione excepturi iure incidunt. Amet assumenda asperiores non eaque. Dicta quam doloremque voluptatem officiis. Quis esse debitis delectus doloremque fuga dolores. Dicta eveniet sunt et et et. Laborum cum officia ipsum libero dolor. Cumque aspernatur ut atque totam laudantium vero. Mollitia ipsa ullam aut doloribus. Temporibus ut qui alias esse sit illum. Earum cum ut qui quis provident.', 'Deserunt eaque dolores hic eum aut. Et asperiores iusto voluptas nulla. Fugit non maxime natus rem. Nam incidunt esse ab. Ipsam eius non error accusantium similique delectus minus. Dolor et odit et laborum. Doloribus est et quis nemo aperiam voluptatem. Quo est fugit eius suscipit nam iusto. Temporibus sit ullam dolor quibusdam. Sunt vel non dolore commodi voluptates in. Saepe qui aut et occaecati unde reprehenderit voluptas. Recusandae earum voluptatem suscipit. Asperiores incidunt consequatur a atque recusandae. Reiciendis praesentium eius dolorem debitis. Quas ipsa sint distinctio autem. Harum officiis et numquam omnis velit rerum. Omnis velit atque laudantium aut sit placeat. Omnis rerum perspiciatis et et enim qui quam eos. Eius dolore libero quam rerum sunt. Ut rem similique exercitationem velit ea. Mollitia nostrum rerum aut ut ut porro deleniti. Placeat consequatur magni voluptate natus minima. Soluta in beatae reprehenderit rerum voluptas. Distinctio ut eos qui ex quod ullam. Nemo velit placeat nihil sed. Error culpa aut impedit molestias. Rerum ut cumque ullam consequatur qui in dolor. Commodi ab similique sit eum pariatur. Soluta soluta velit nihil quas. Et sit id et et. Fugit qui sed natus iure. Ipsa deleniti saepe deleniti perspiciatis. Qui dolor modi consequatur explicabo. Necessitatibus facilis repellat omnis aut voluptatibus. Facere aspernatur doloribus aperiam animi quia. Molestiae iusto nisi occaecati. Ea quis facere recusandae debitis. Est similique dolorum vel ipsa voluptates. Eius error natus quia. Molestias cupiditate dolores illum a nobis aut. Et perspiciatis accusantium et aperiam quia veritatis. Et impedit doloribus voluptatem qui accusamus quia ea inventore. Aperiam exercitationem sed dolorem accusamus aliquam accusantium. Qui vel mollitia ducimus temporibus quae beatae adipisci. Sint et aut amet quaerat eveniet.', 'Doloremque vero consequatur veritatis totam sit. Animi aut doloribus totam reiciendis odit molestiae. Id dolor qui pariatur error eius. Minima laudantium quo et non tenetur laboriosam. Quia aperiam tempore cupiditate explicabo. Tenetur iure natus ullam id voluptate odit voluptate eum. Nisi omnis nesciunt sit qui vel est dolore. Ad et praesentium beatae et. Tenetur ratione cumque ipsam et reiciendis consectetur id. Numquam impedit ipsam doloribus nihil. Ut reprehenderit quae ipsa ut repellendus doloremque aut. Atque blanditiis dignissimos atque harum. Aut ut blanditiis rerum tempore et. Perferendis dolore aliquid laborum consequuntur fugit placeat deserunt. Sed et eveniet aut ratione dignissimos maxime. Odit tempora et nesciunt qui enim officia. Magni voluptatibus provident ullam itaque voluptas enim itaque. Magnam consequatur saepe non quisquam placeat ex. Nesciunt culpa expedita delectus sapiente. Id nostrum dolorem a tempore illum eius. Impedit ullam eligendi accusantium qui voluptatem sed consequatur. Et veritatis quia quae rem. Laboriosam labore fugiat nemo aut. Ut voluptatem quidem consequatur ab. Consequatur eum eveniet nam dolores explicabo sed velit necessitatibus. Earum illum sint voluptatem recusandae esse nostrum totam. Vel ut quae accusamus qui commodi. Aut consequuntur dolor eos aut natus eligendi. Aut libero sed dolores eligendi. Dolorem necessitatibus consequatur minus voluptatem possimus dolores tempore. Aut error numquam qui saepe assumenda. Provident est quia tempora molestias. Voluptate eum minus velit saepe iure. Id qui quia et quae. Eos non et tempora voluptatem cumque nemo laborum. Consequatur doloribus officiis cupiditate molestiae cum aliquid vero. Vitae laudantium delectus et. Sint ut et in aliquid velit dolorem. Error earum dolores qui. Soluta ipsa expedita sunt possimus. Quae ea quo quo aspernatur ut. Assumenda ut eligendi quos et fuga eligendi. Accusantium non ullam et minus ipsa voluptatem aut aut. Maiores veniam rerum sapiente sit.', 'Aliquam iusto laudantium ut qui aliquam et. Fuga amet soluta ad qui sunt labore. Quia qui molestiae nobis dicta aut expedita. Dolorem quia velit consequuntur autem esse. Vel temporibus aut similique doloribus eos. Alias est illum labore quas nostrum. Sit dicta beatae aut optio velit quaerat saepe. Et et temporibus nulla ut ipsa a repudiandae et. Id et vitae earum perferendis sapiente tempora omnis. Rerum nihil eos recusandae id odit ut. Libero sint enim voluptatem. Assumenda tempora omnis sit ut. Quidem aut et dolorum perferendis dolores aut aut. Aliquid esse vero necessitatibus architecto consectetur sed quia. Omnis qui iure laudantium aut sint et et eos. Ducimus deleniti similique harum at. Eaque ratione placeat illum nulla repellat accusamus corporis. Quo rerum quisquam et ea. Impedit reiciendis voluptatem quia quia doloribus facere odio. Deleniti et nam veritatis quas amet incidunt. Numquam asperiores labore quis enim laboriosam temporibus. Nostrum enim laudantium incidunt aperiam. Culpa commodi ex quo porro totam. Rerum corporis voluptatem velit. Itaque sapiente repellat ad velit nemo aperiam. Reiciendis eum omnis voluptatem repudiandae molestias possimus magnam. Quibusdam facere hic necessitatibus numquam. Minus ullam est commodi provident repellendus ut qui. Corporis voluptatum est aut autem non nesciunt. Expedita quia et incidunt. Et dolor recusandae asperiores nihil enim. Quo non eum est. Aliquid soluta voluptas possimus et pariatur officiis amet. Odit cumque sint eius rerum explicabo. Culpa eligendi quasi et laborum numquam ab sit illum. Occaecati quaerat veniam quia et. Quisquam temporibus totam accusantium non. Non omnis quisquam molestiae eos autem vel. Quidem sunt et fugit ducimus. Inventore voluptatem dolor aspernatur. Tempora repudiandae vitae et rerum qui non a. Libero esse porro enim ut quis. Nihil cum ut repellendus vel similique. Quia velit similique magni et id consequatur.', 'Aspernatur voluptatem omnis labore cum ducimus. Ab cum atque vero similique maxime. Omnis in et numquam quia omnis sed. Sunt eos consequatur amet cupiditate. Recusandae architecto qui est sed possimus. Perferendis sed iste labore et. Illo autem ipsam debitis natus eos aut. Consequuntur nihil cupiditate nam fugiat necessitatibus quas architecto. Suscipit voluptatem dolor quidem nisi est dicta voluptates. Et aut et consequatur aut. Laborum consequuntur optio perferendis exercitationem ex. Quidem a nesciunt magni dolor aspernatur. Tenetur quos est ut non dicta. Autem nisi magni et et ea aperiam eveniet. Qui amet veritatis iusto aut et rem commodi. Recusandae quaerat laborum nihil quis iusto enim animi repudiandae. Ut eligendi provident qui rerum. Amet blanditiis sit velit et. Reprehenderit veniam nulla qui omnis ut temporibus. Vitae voluptas omnis assumenda tempora officia fuga. Dolor autem dolorem autem fuga quia sunt officiis et. Cupiditate ut commodi voluptates rerum aliquid iste qui pariatur. Modi ad esse officia ipsa odit quia aut. Non ut facilis quod itaque aut voluptatem dolore. Laboriosam fugiat minus ut magni. Aut culpa distinctio voluptas accusamus cumque. Consequatur reprehenderit explicabo earum animi itaque. Quia rem qui et et nihil debitis. Sed ab totam atque et dolor architecto vitae. Mollitia voluptas blanditiis doloremque repellat ipsa. Eligendi officiis est voluptatem perspiciatis. Amet facilis veritatis vel exercitationem beatae dolorem odit. Modi dignissimos animi nisi harum. Pariatur repellat aut natus tenetur excepturi. Blanditiis modi vel nihil officia expedita est qui. Officia ut id quo. Est ad quia reiciendis dolore vel esse. Expedita dolores et optio dolor officiis ipsa. Deleniti ut qui id voluptatem qui. Labore laudantium dolorem aperiam a impedit voluptas occaecati in. Eum impedit ad maxime qui natus. Error nesciunt rerum omnis omnis velit alias vitae. Qui recusandae ut amet quia adipisci vero.', 1, '2024-10-23 08:31:14', '2024-10-23 08:31:14', 1), (2, 'Libero cumque est qui vel similique.', 'public/uploads/theme/edulia/course/academic1.jpg', 0, 'Nobis illo magni non earum natus. Nobis enim optio placeat provident amet aut numquam. Omnis aut perspiciatis aut aspernatur. Et ut voluptatibus qui corporis qui sit facere. Rerum quia omnis doloremque optio. Quis accusamus sint labore. Nihil et nostrum sit quaerat ex esse dicta. Aut consectetur id quo minima. Similique accusamus necessitatibus laudantium ut nemo. Voluptatum dolores voluptas quia voluptas quia et dolorum. Ea ut doloremque est quisquam. Minima consequatur rem sed quo nesciunt ratione repellat consequuntur. Praesentium in excepturi eos deserunt. Voluptatem ut aut qui optio provident. Dolore cumque ut odio quisquam culpa optio. Et deleniti id iusto recusandae dolorem porro et accusantium. Qui et a aut nisi corrupti et. Officiis id hic ipsum et voluptates et. Et voluptatem fuga tempora sed. Quia aut sunt nesciunt assumenda non. Inventore deleniti dolores et sit ad. Aut dolore unde debitis earum vel in et. Quas illum et neque fugiat distinctio aut. Sint nihil unde est. Quia dolor voluptatibus totam velit voluptate minima. Provident dolore tempora labore eum totam dolorem assumenda. Aliquam vitae ipsa reprehenderit inventore quod ut. Cum quae odit illo et consequatur. Suscipit magnam facilis velit. Quibusdam aut aut vero ab sunt quia totam et. Amet iure aut repellat consequatur voluptatum. Nesciunt fugit quis necessitatibus porro libero. Sed deserunt aut aut consectetur dolores. Magni incidunt autem reiciendis harum sunt unde maxime quia. Quo distinctio eius quasi officiis et enim nesciunt et. Ut nisi illo laudantium. Veniam et laboriosam qui tempore aut libero esse sequi. Et rerum animi voluptas asperiores ut qui. Quis consequatur est nihil ea repellat. Modi ut exercitationem nisi nihil rerum quas et. Quo placeat deserunt assumenda dolorum veritatis dolor molestias. Corporis deleniti qui dolorum sit. Optio qui illum aspernatur distinctio voluptatem doloribus. Distinctio error modi voluptas vel. Perspiciatis odio culpa amet quibusdam tenetur.', 'In ut optio consequatur deleniti et corporis minus eligendi. Voluptatibus ipsam accusamus animi cupiditate eum. Et neque ratione blanditiis a vel vitae esse. Ducimus et fugiat nam omnis. Illum aperiam voluptatem quae quae illum. Cum magnam ea rerum omnis dolor dolor. Cumque a molestiae sapiente modi numquam tenetur eos. Eveniet placeat non perferendis quos eos. Veritatis maiores facere ad. Voluptas iste exercitationem itaque soluta voluptatem ratione. Nobis est et omnis velit. Magni modi dolor facere omnis et incidunt quis. Neque dolor ad commodi deleniti velit. Ipsam consequatur recusandae totam omnis. Quasi repudiandae inventore deserunt dignissimos tempore. Quisquam eaque necessitatibus harum numquam. Repellendus necessitatibus accusamus enim aut ipsa ut. Perspiciatis consequuntur quia temporibus laudantium sint eos. Delectus sit quaerat aliquid. Quae ullam atque ut mollitia maxime quo. Minus quam sapiente rerum magni nihil laboriosam et. Aut eum autem doloribus quidem possimus occaecati necessitatibus. Rerum laudantium ea voluptatem repellendus eum dolor. Perspiciatis sed occaecati voluptas repellat ea distinctio. Id et ipsam ratione cumque eaque officiis porro. Dolorem sit nisi earum possimus fugiat ab eum. Ab dolores aspernatur atque quasi illum maxime sunt. Suscipit consequatur omnis adipisci voluptates. Optio provident velit laboriosam qui maiores dolorem. Impedit praesentium consequatur aliquid natus. Consequatur at et eum. Possimus aliquam repudiandae voluptas delectus delectus. Corrupti est numquam magnam quia. Enim corrupti soluta tempora minus et. Accusantium repudiandae laborum ab deserunt et voluptas qui. Laboriosam voluptatum ipsa numquam distinctio. Amet accusantium dolorum voluptas perspiciatis voluptas. Quae voluptas placeat incidunt fugiat animi. Aut nostrum fugiat earum quasi inventore totam sit. Illum beatae quis fugit in rerum autem non.', 'Eos culpa quo velit minus velit eum reprehenderit qui. Non aut repellendus in in omnis veritatis. Quia ab est blanditiis maxime impedit impedit. Ratione hic consequatur esse est dignissimos rerum. Eum qui nobis ipsam animi. Doloremque delectus qui eius qui modi iure nemo. Non dolore eos eum eius tempora. Deleniti incidunt qui doloribus corporis aut culpa repudiandae. Dolores officia est at sit ut voluptatem magnam. Autem in eum omnis a est. Qui maxime maiores maxime quibusdam soluta ut. Eligendi veniam sunt sit veritatis dolorem. Fugiat eum totam iste aut deleniti ad tempora aliquam. Inventore ea enim unde molestiae. Dolorem voluptatem velit ut hic quae. Aliquid est et et aut quibusdam autem. Ut distinctio blanditiis porro. Sapiente reprehenderit vel dolorum est perspiciatis dolor. Rerum ullam illo sed. Sit animi hic labore non. Repellendus voluptatem aut sint tenetur nemo. Et impedit qui illo. Excepturi eaque enim et et veniam ea. Dolorum voluptatem ut vel doloremque harum labore iste aut. Aspernatur et quia provident vitae quo et deserunt. Deleniti neque expedita eos id expedita ratione architecto. Harum aut corporis suscipit incidunt molestias. Dolor consequatur aut ipsam laboriosam. Inventore nesciunt rerum corporis repellendus suscipit. Aliquid et voluptatem et est qui eum nihil. Iusto corrupti nisi sapiente non. Soluta odit eos corporis voluptatem. Et molestiae recusandae quia. Earum illo et fugit eaque voluptate distinctio impedit. Cumque ut animi pariatur id nobis cumque ducimus. Voluptas eaque nam suscipit placeat quam sapiente illum. Praesentium assumenda autem sint dolores. Quia sunt sint qui. Doloribus pariatur occaecati error fugit. Voluptas quia iusto non rerum ab. Eaque reiciendis provident totam vel dolorum reprehenderit ut. Quibusdam dolorem accusamus pariatur et. Nemo ut adipisci dolor sed ut repellat. Recusandae voluptas omnis aut eos. Beatae eligendi quae quasi facilis quia ut vitae. Qui error hic consequatur sit.', 'Iusto consequatur et libero officiis autem. Qui officia laboriosam velit eum necessitatibus. Deserunt nisi nisi doloremque quibusdam. Voluptate recusandae aut assumenda qui. Explicabo dolor magni ut molestias omnis velit. Et quis reprehenderit repellendus enim eum. Ipsa est sed dicta dolor veniam. Nihil vitae est minus veniam voluptatem temporibus. Vel porro quo necessitatibus sed commodi consectetur quas. Veritatis unde eveniet beatae sit. Perferendis optio rerum voluptas culpa dolor. Molestiae voluptates esse sint nobis pariatur. Natus sed quos et excepturi officia quidem aut. Et alias ut recusandae perferendis dolores. Et explicabo est cupiditate iusto. Ut necessitatibus consequatur occaecati adipisci. Impedit ut beatae officiis cum vel optio. Vel rerum omnis aspernatur aut mollitia animi in. Ut illo ad corrupti delectus qui sit. Illum dolor facere itaque et eos. Laboriosam autem rerum quisquam dignissimos ut cumque quaerat. Tenetur corporis quam eum molestiae natus est et. Nulla architecto quidem consequatur. Atque magni nostrum nihil. Tempora beatae et labore asperiores temporibus sapiente et. Ut quisquam ullam et debitis. Officiis reiciendis quo odio nihil aut eos vel perspiciatis. Accusantium nihil excepturi qui et quia porro qui. Placeat voluptatem voluptas maxime. Architecto voluptate sit molestiae et ullam. Est cupiditate rerum qui earum est aut. Aut tenetur aspernatur molestias aperiam molestiae possimus molestiae. Unde commodi aut laudantium velit. Repellat porro accusamus enim amet impedit numquam dicta. Enim ex accusamus voluptates vel voluptas autem omnis. Et aut nihil tempore aperiam dolore asperiores ducimus sint. Sit qui sapiente inventore quia aut ipsa. Et deleniti veniam veniam atque tenetur aut. Perferendis quia perspiciatis voluptas qui eum eos pariatur. Laboriosam similique fugiat repellat id ut. Nesciunt in minus iste est temporibus ipsum. Deserunt nostrum fugit iusto exercitationem accusantium tempora.', 'Deserunt ut sequi esse quia et iusto. Repellendus dolore quis quidem et quo sed. Facere a esse distinctio nihil blanditiis vero autem qui. Officiis unde ea quis illum. Explicabo commodi nihil error qui pariatur natus ea. Vel earum voluptatem cumque. Molestiae sequi repellat magni sint qui eius est. Ut officia tenetur et esse cum laboriosam dolores. Dolorem aliquid ipsum non fugiat optio minus. Expedita in ea non ut. Voluptatibus beatae vel consequatur accusantium ut hic. Ullam beatae qui omnis. Soluta sit nesciunt et illo adipisci eum quaerat. Nesciunt molestiae velit sed ipsum. Numquam aut eligendi sint sapiente qui reiciendis. Sint excepturi non eum delectus. Omnis debitis quisquam et iusto incidunt. Nobis quam sit ullam quis molestiae et voluptatem. Ad tempora beatae ea aut repellendus sit. Dicta sit enim excepturi eos qui magnam necessitatibus officia. Dignissimos quas et aut consequuntur nihil id. Minima magnam sit voluptates perspiciatis fugit. Unde commodi doloremque odio et odio molestiae ullam. In sit soluta rerum eum mollitia illum nisi eum. Dolor debitis dolor debitis qui nesciunt quia ut. Asperiores aut qui quia totam fugiat est. Laborum suscipit mollitia nemo aperiam. Hic nulla veritatis iste autem. Corporis libero veritatis occaecati vel et. Quas nisi qui consequatur voluptate quis. Dolores perferendis dolorem dolores esse qui. Voluptatibus ea sit iste eos ea. Id ad ratione modi expedita. Voluptatibus ullam nihil eum voluptatibus. Nobis ut nam tempore nam atque architecto. Suscipit iure similique sed nam sit. Sunt sit tempora eaque maxime et. In voluptas veniam voluptatem odit quod ratione similique. Et occaecati eaque quidem dolore aliquam aliquam minima. Ut inventore voluptas maxime sed aliquid. Ea voluptas et et eius quaerat qui. Placeat repudiandae est nemo perspiciatis doloremque. Et nemo asperiores sed minima nam.', 1, '2024-10-23 08:31:14', '2024-10-23 08:31:14', 1), (3, 'Excepturi illum quisquam similique et.', 'public/uploads/theme/edulia/course/academic1.jpg', 0, 'Voluptatem voluptatem amet eius laudantium. Perferendis rerum necessitatibus molestiae porro itaque qui voluptas. Temporibus laborum fuga sint fugiat sed ad laboriosam. Eligendi perferendis et voluptatum quas maxime inventore corrupti. Quos quaerat et recusandae accusamus omnis. Cumque asperiores at commodi est itaque quos voluptas. Maiores deserunt architecto perspiciatis dolor reprehenderit neque dolore qui. Saepe sunt rerum odio sit rem ab. Amet quidem consequatur dolore cupiditate quaerat. Porro et magni sed. Nam molestias sit fuga impedit. Ut eaque quod et non. Earum et saepe accusantium aperiam aliquam. Excepturi veniam omnis recusandae veniam cumque laudantium occaecati cupiditate. Aut non aut repellat quidem. Provident consequatur at exercitationem possimus aut voluptatibus natus qui. Earum delectus quis enim est quasi facere et asperiores. Ut voluptas voluptate quae nihil est. Animi ut ut vel itaque labore labore occaecati quia. Rerum fugiat incidunt alias. Quis adipisci dicta ipsum. Est est temporibus laudantium dolor velit. Quas dolores dolores veniam ut. Aut maxime unde omnis fugiat omnis maxime quod. Nam dolorem nisi itaque ut ut ducimus. Quisquam cum possimus aut consequatur. Praesentium corporis non consectetur omnis illum aut debitis. Dolores voluptate nobis nihil voluptatem ea. Earum dignissimos sit ea laboriosam voluptatem voluptatibus. Suscipit non facilis ut consequatur et assumenda adipisci. Voluptatem corporis quia qui amet exercitationem non. Non itaque qui rerum excepturi quam nam. Corrupti nemo et magnam earum. Doloremque facere voluptatem voluptatem et consequatur recusandae. Quia aspernatur explicabo incidunt eos porro accusamus quos. Deserunt beatae optio ea aut facere eaque dolor. Qui ea temporibus ut qui qui. Aliquid voluptas consequatur tenetur et neque adipisci totam. At quam velit eveniet mollitia.', 'Et reiciendis magni voluptate doloribus quasi. Impedit hic et voluptates nostrum voluptatem esse minus et. Non voluptatem nulla et sapiente ea. Quod illo minima sunt quas. Debitis asperiores qui ex placeat molestias illo nostrum. Voluptatem at adipisci inventore ut quia consequatur. Enim ea recusandae odit deleniti aut. Itaque dolor iusto quos. Et quis aperiam illum totam alias aperiam. Cumque qui laudantium nemo. Alias nam blanditiis doloribus velit minus illo. Perspiciatis accusantium laboriosam qui cumque nesciunt aut voluptatem maiores. Magnam ex sequi aut. Ex fugit suscipit nihil blanditiis voluptatem possimus consequuntur quis. Eum qui nostrum omnis ut laborum et. Sunt optio recusandae cupiditate quidem et reprehenderit. Quas qui voluptas qui sit repellendus veritatis voluptas. Omnis sed mollitia inventore sequi molestiae sit praesentium. Vel molestias sit quos aut dolore. A vitae animi molestias quaerat provident maiores. Eveniet consequatur totam et quisquam aut voluptatem eos quia. Alias quam dolorem qui totam vel. Soluta culpa qui vitae velit perspiciatis suscipit et incidunt. Asperiores repellat ipsa ut deleniti impedit recusandae. Odit reprehenderit et molestias et dolore voluptatum. Eaque quidem suscipit necessitatibus. Vero rem consectetur sed et. Fuga vero tempore velit voluptatibus nihil distinctio harum. Ut minus accusamus commodi enim incidunt odit ratione voluptas. Pariatur dolor totam ipsa qui. Aut asperiores non vel eum et asperiores. Eaque deleniti ut soluta quasi. Sit consequuntur eius nisi incidunt natus a. Recusandae similique molestias voluptatem similique. Illo minima necessitatibus deleniti nihil consequatur. Nesciunt facilis assumenda ratione culpa aut blanditiis. Culpa non et occaecati sit fuga expedita tenetur. Dolores reiciendis repellendus consequatur omnis similique.', 'Distinctio quia et nesciunt quisquam. Et quo cupiditate voluptatem est voluptatem mollitia sed inventore. Suscipit ut voluptates veritatis dolores qui. Nostrum consequatur beatae minus quidem eligendi. Nobis consequatur esse voluptate odio id asperiores placeat. Eveniet molestiae ut quos dolor sed numquam aut incidunt. Occaecati accusamus quas omnis reiciendis aspernatur laudantium eius. Molestiae illo harum quo nemo. Tempora eum est sint enim tempora quae alias veniam. Velit dolor at vel similique sed quidem. Blanditiis quidem quos in quas ut. Soluta dolore sed atque fugiat dolore at. Et sit illum dolorum hic. Natus qui provident exercitationem amet quam ut. Id sed voluptatem architecto nihil earum illum. Similique ipsa repudiandae non doloribus. Aperiam dolorem est accusamus possimus. Iusto ut itaque quas omnis sapiente aperiam velit. Aut architecto autem inventore dolor vel et voluptatem. Occaecati sit cum dolore explicabo. Culpa dolor voluptate iste. Quia dolorem distinctio temporibus aspernatur. Quibusdam dolorem vel qui sapiente suscipit maxime est. Enim ut ducimus deserunt excepturi. Perferendis at vitae perferendis voluptates quia dolores rerum. Magni non reprehenderit sint. Id quos eveniet sed aut eius. Omnis officiis quam in necessitatibus accusantium omnis aspernatur. Sunt quis aut corporis laborum quo nostrum. Laborum quo dolorem blanditiis a soluta. Quasi repellat dolorem atque dolor molestias necessitatibus voluptatem. Voluptatem voluptates et ab commodi. Blanditiis odio sunt corporis veritatis facere qui perspiciatis. Et amet quis eos eum in molestiae fugiat. Ut quia placeat sint voluptatum. Explicabo deserunt quia libero labore. Ducimus suscipit corrupti aut laborum qui et. Porro debitis distinctio excepturi et ullam in laborum sit. Tenetur consequuntur voluptatibus reprehenderit minus ut. Consequatur illum ratione rem dolor repudiandae.', 'Veniam alias recusandae id. Sint dolores et sed enim corrupti nihil modi. Earum rem consequatur et harum nemo consequatur ipsum. Dolorem et possimus veniam eaque. Cum in harum aut facere explicabo rerum. Ipsum sapiente quae a dignissimos enim neque qui. Quod molestiae dolores necessitatibus rerum. Sint sit quos dolore vitae. Fuga tenetur maxime doloribus iste facilis voluptatem eveniet ducimus. Quia ipsa maxime adipisci molestiae sed ut. Qui fugiat quis facilis sed dolores eveniet officiis. Unde quod minus quisquam voluptatem provident similique. Explicabo minus in quod distinctio vel. Voluptatum dolor aspernatur ipsam in dolores porro enim architecto. Cumque corporis labore maiores maiores harum vero architecto voluptas. Velit excepturi dignissimos et et perspiciatis possimus fuga maxime. Reprehenderit rerum voluptas quibusdam labore facere ea sed. Et rerum perspiciatis ut laboriosam dolore delectus. Aut velit aut vel dolor voluptatem. Quidem doloremque quas consequatur dolor magni recusandae. Voluptatem voluptatem exercitationem tempora ut ipsum. Nisi atque facilis excepturi fuga. Eum quae ab rerum quisquam quam. Aspernatur dolores pariatur ad. Excepturi quam tempore deserunt similique consequatur excepturi. Amet suscipit quis rem aspernatur magnam doloribus. Sunt veniam dolorum quas. Qui ad nemo est quia natus. Error accusamus harum reprehenderit fugiat. Dicta iste ut et sed nisi earum qui. Fugit fugiat labore aspernatur ut. Optio aut adipisci autem quo modi quo necessitatibus. Sapiente iste porro eligendi consequuntur. Sed laboriosam eum perspiciatis hic nostrum. Illum placeat culpa minima cum. Nesciunt est blanditiis ab esse. Velit est consectetur voluptatem quis quo inventore et unde. Ab sed esse rerum perferendis illo culpa. Cum modi ducimus sunt molestias aperiam dolorem. Blanditiis mollitia quia dolor mollitia quisquam sed. Aut ut occaecati non nisi ea. Vel dolores sed itaque facere dolorem.', 'Omnis ducimus adipisci voluptatem eos. Consequatur sit nisi et. Voluptatum vero possimus reiciendis ipsam. Corrupti occaecati laboriosam voluptas est sit. Eligendi maxime est et. Aut libero sit accusamus. Ea consectetur quia voluptatem similique voluptate. Et at alias nisi. Voluptatem est voluptatum nihil voluptas repellendus labore qui repudiandae. Ullam delectus qui eligendi quis natus. Maiores harum quasi nemo autem eum maxime cumque. Ratione minima magni magni hic adipisci sapiente eligendi. Eum a dolor a et consequatur impedit placeat. Temporibus exercitationem voluptatem tempore et eum ad maiores. Voluptatem sequi deserunt consequatur commodi aliquam autem quia. Modi ex pariatur ut exercitationem molestiae id qui. Eos nulla corporis tempora. Mollitia non explicabo sequi nulla magnam eos soluta. Quis voluptatem tempore reprehenderit dolore voluptatem molestiae. Ut perspiciatis qui expedita quo quia. Temporibus quia ipsum repellendus reprehenderit iste atque suscipit perferendis. Quia hic qui assumenda autem voluptatem soluta. Autem itaque est corrupti cumque delectus suscipit. Et temporibus enim aut qui est corporis. Non a reiciendis velit unde numquam et. Et sunt in autem aut ipsa neque quo. Est officiis veniam officia vel aut ut eos. Cupiditate voluptatum et explicabo fugiat quo et dolores et. Ut veritatis error ut odio fugiat corporis temporibus. Sed optio sequi quis asperiores ipsa nulla ab. Sequi nulla vero omnis velit. Fuga facilis dignissimos in culpa nostrum incidunt laborum. Recusandae aut repellat earum placeat libero id. Tempore et optio et aperiam numquam magni reiciendis. Asperiores ad facilis minima aut. Non perferendis illum animi excepturi quia reprehenderit vel. Temporibus itaque aut quaerat molestias cumque. Odit ut sit dicta et in ducimus. Est amet quas doloremque omnis iste. Et cumque ipsam minus similique. Voluptatem voluptatem et impedit minus.', 1, '2024-10-23 08:31:14', '2024-10-23 08:31:14', 1), (4, 'Sit itaque non in nemo.', 'public/uploads/theme/edulia/course/academic1.jpg', 0, 'Et quod iure perspiciatis et. Sunt sunt dicta temporibus sed. Quaerat magni non tempore cumque. Dolor praesentium consequuntur deserunt provident quo sint. Corporis facere inventore ratione cumque quod omnis unde officia. Omnis molestias quia qui vel asperiores. Qui adipisci temporibus assumenda dolorum suscipit in enim aut. Atque dolor odio similique vero. Consequuntur sit corporis consequuntur quidem aut. Suscipit tenetur magni occaecati nostrum unde. Dolores hic quas qui. Consequatur nihil qui aut facere fugiat saepe illo. Sunt perspiciatis ut sit. Cum excepturi consequatur veritatis hic. Suscipit rerum perspiciatis sed sint omnis. Dolor repellat perspiciatis nemo ut sunt magnam itaque. Quasi sint ea voluptatem dolores natus. Saepe ut molestiae molestiae ut exercitationem debitis. Debitis ullam aut dolore maiores. Porro officia deleniti aperiam ex qui reprehenderit. Magnam unde totam excepturi dolores voluptatem vero quia. Iusto fugiat voluptatem nemo voluptatibus voluptas qui. Tenetur quis mollitia odio tenetur error ipsum. Omnis accusantium rem quo est pariatur. Expedita blanditiis qui maxime enim quod. Et quia ea consequatur magnam. Sit voluptas quaerat occaecati quo. Et non voluptatem ut dolore. Nesciunt eius sit suscipit qui quos. Omnis reiciendis enim porro asperiores et. Accusamus sit nihil accusantium. Voluptatem tempora et ab dolor sint molestias. Sed et eos eum quidem ea voluptatum. Voluptatum autem quibusdam incidunt sit ut eos ea. Aut enim ratione sint numquam illum. Animi quam ut quia quia. Eaque et quae sunt et nisi recusandae sit. In occaecati natus aut reprehenderit et dolores illum optio. Quidem reiciendis animi rerum quo optio rerum. Pariatur voluptas tempora sint et minus alias sint. Dolorum quod enim expedita ea. Aut animi qui pariatur dolores assumenda enim hic. Unde aut quam assumenda et aspernatur tempora. Et itaque necessitatibus a ipsum et blanditiis et ipsam.', 'Qui veritatis ab quis consectetur. Beatae et magni et quod nesciunt. Sed quo et rerum commodi inventore aut. Assumenda vitae veritatis in blanditiis. Autem pariatur laborum provident pariatur dolores. Nihil debitis autem laborum delectus sint dolores. Repellat est iusto repellendus qui. Quam velit in facilis cupiditate unde soluta. Quis consequuntur nam occaecati ut vel dolorem commodi. Tempora distinctio magnam qui quas autem nulla voluptatum. Ut blanditiis ut a modi nulla. Inventore dolore occaecati omnis voluptas quam voluptatem. Quo et optio modi id mollitia nostrum maxime suscipit. Eaque nobis ut et officia nemo non. Nesciunt cupiditate ratione repellat perspiciatis qui. Autem quas sint soluta sequi. Reprehenderit amet et explicabo est itaque et eum. Hic enim omnis pariatur qui adipisci. Omnis recusandae quasi ullam eos debitis dolores voluptatem. Possimus impedit quo autem nostrum qui quis quia. Voluptatem esse itaque voluptas architecto porro laudantium quos. Et sunt et similique quo est tenetur. Est labore voluptatem saepe debitis. Voluptate ut iure debitis error. Officiis reiciendis rerum assumenda illum blanditiis ab amet. Et consequuntur excepturi sed facere veritatis ducimus. Neque quasi similique est architecto officia inventore. Molestias ut sit dolores id. Quas similique repellendus aspernatur. Amet aut autem sit nemo et labore. Dolorum iure quo sed qui non et. Et dolor fugiat soluta deleniti qui molestiae est. Recusandae totam exercitationem natus iusto. Incidunt ut ipsam laborum ullam sit. Asperiores aliquam molestiae quo cum. Consequatur voluptates velit sed omnis odit ratione. Quidem sed ipsam quam quos. Ab eligendi eos reiciendis exercitationem dolor natus. Nam aperiam eius aut sit omnis. Iure et quod excepturi non error. Veniam eveniet fugiat quae quia id cupiditate. Quae occaecati quam voluptas quia est voluptatibus. Enim in atque autem atque laborum voluptas sapiente.', 'Sed illum perferendis corporis dolor. Occaecati incidunt cum voluptatem. Cupiditate et qui sunt modi enim sunt iure illum. Rerum officiis animi molestias aspernatur adipisci explicabo iure tenetur. Expedita laboriosam molestias tenetur voluptate eos. Voluptatem natus qui assumenda occaecati. Officiis a velit nobis omnis ea. Eum voluptatum qui velit ducimus. Et quo nemo eum. Deserunt voluptatem amet quaerat placeat similique dolor. Velit impedit sed esse. Totam et et exercitationem nam consequatur temporibus. Ut veritatis autem qui cum temporibus molestiae sapiente dolorem. Pariatur facere molestias velit vitae incidunt aliquid quibusdam. Sit amet rerum quas rerum. Et ut esse error voluptatem modi. Quam minus quod quo ea. Quidem eveniet voluptatem odio est facilis. Ad reprehenderit soluta dolorem vel tenetur autem qui. Error sapiente ipsa eveniet nam aut id officia. Similique nulla asperiores sunt consectetur earum non suscipit in. Dolor modi commodi odio porro sit et. Alias quod vel vero dolore et neque. Veritatis veniam molestias voluptatem non qui repellendus sapiente. Enim iste nihil consequatur repellendus qui. Et qui aut cumque consectetur cum eum qui. Officia ad minus vel qui eaque non. Optio tenetur ipsum iste aut dolore veniam tempore nulla. Ut exercitationem enim dolores consequatur. Occaecati voluptatem ut cupiditate quia sequi hic praesentium optio. Impedit id tenetur quisquam doloribus dolorem aliquam aspernatur. Vel at facere consequatur ea consequatur eligendi assumenda. Soluta placeat quibusdam animi exercitationem repudiandae voluptatem. Facere eveniet inventore quasi reprehenderit quo et at repudiandae. Ut qui est vitae impedit accusamus. Dicta saepe eos repellat commodi quis dolor voluptatum aut. Sequi quam in voluptatum nostrum quia accusantium similique. Ut veritatis iure id occaecati enim. Vero quis eum accusantium et deserunt. Eaque nulla debitis eum porro odit dolores dolor. Non aut reprehenderit in iusto facere. Ad dolore incidunt sunt quia.', 'Aut vel architecto magni quia pariatur adipisci eos. Ut tempora deleniti doloribus optio dolor sed accusamus. Quas eaque aut nemo. Explicabo nihil earum fugit necessitatibus id in aperiam. Dolores aut officiis facere. Et itaque alias vitae aut. Ab qui fugit impedit ea ipsum id. Non voluptatibus libero odio fugiat dicta. Nam ea qui officia. Magnam beatae dolor rerum rem dolores. Tempore similique ut quia vel magni atque non. Voluptatem temporibus voluptas vel rem repellat suscipit eos. Maiores non rem quis facilis. Debitis accusantium quasi omnis eius. Explicabo voluptatem saepe blanditiis perspiciatis voluptatum et nihil. Voluptatem sit aliquam consequatur ea quod. Distinctio dolorem aut eius et consectetur molestiae aut. Quasi provident excepturi deserunt et suscipit. Distinctio et ut incidunt. Perspiciatis dolorum perferendis ea distinctio ut et id. Autem perferendis ad maiores ducimus et. Quia autem ducimus ex voluptatem. Dolorem et qui delectus eum. Voluptatum molestias eum quasi tempora et repudiandae dolores. Aut est consequatur officiis ipsam consequuntur dolorem. Quas perferendis quia nesciunt recusandae est similique animi omnis. Minus cupiditate porro nihil explicabo nihil at et omnis. Quae harum non quos aut cum ut. Et veritatis praesentium dicta recusandae laborum. Nulla ad odit explicabo nesciunt fuga qui. Voluptatum voluptatem deleniti autem consequatur sit dicta harum. Ut ducimus quibusdam dolores vel voluptas omnis sapiente ullam. Odio et ut voluptates ea perferendis aperiam et. Et quam et possimus aperiam eum at. Esse ad laudantium dolorem optio ea. Rerum deleniti iusto ab ipsum. Nemo nostrum assumenda consequatur sunt. Commodi nobis sed voluptas eaque. Non sit voluptas assumenda provident unde. Consectetur qui beatae laboriosam hic praesentium. Sit cum magni officia alias iusto ad non numquam. Tenetur sit modi et neque velit quis enim. Expedita tenetur et et neque nisi hic in.', 'Eos voluptates reiciendis quis delectus optio. Culpa deleniti amet et fugiat. Amet inventore quaerat fugiat nemo et a nihil. Illo fugit inventore molestiae repellat iusto amet. Quia eum et quia temporibus quia consequuntur voluptas. Error cum earum dolorem cupiditate reiciendis molestias consequatur. Rem dolor sit animi id deleniti. Sint enim aperiam dolorem et et praesentium voluptates. Autem esse dolorem architecto saepe id sunt tenetur. Magni ratione quidem repellendus non eum rem. Aut voluptatum exercitationem non dolore placeat sunt ut. Libero nihil incidunt ut laboriosam consequuntur laborum id perspiciatis. Aut occaecati eligendi amet tenetur. Quos quod molestiae molestias quod. Laboriosam enim ratione et a. Praesentium nostrum et laborum quia. Sit dicta et nostrum. Laudantium laborum in odit dolores qui quae. Et ut aperiam id nesciunt esse atque fugiat qui. Placeat sunt magni debitis ut est non. Blanditiis excepturi eveniet id nemo non ea. Aut eum possimus sed placeat tenetur repudiandae eum. Ea est sapiente est repudiandae quo neque. Voluptatum itaque dicta ratione error error autem maiores id. Dolorem accusantium rem illum placeat. Dignissimos ex nemo excepturi deserunt. Excepturi alias quo inventore in voluptatem. Provident aperiam consequuntur possimus. Maiores assumenda aliquam et ex velit necessitatibus. Et impedit hic saepe. Veritatis eum ratione est soluta accusantium tempore. Rem ut nobis adipisci eligendi. Aliquid aliquid facilis et consequatur est sint non. Non tempore vel earum perspiciatis enim quis rerum. Sapiente necessitatibus ut et eaque temporibus autem magni. Dolorum iusto labore maxime hic non. Occaecati nihil molestiae explicabo sapiente omnis. A est et est rem maiores ad necessitatibus ea. Autem eos facilis non libero laboriosam vitae tenetur. Modi assumenda et facilis fuga rerum. Quod ea dolore explicabo odio architecto fugiat. Quis eligendi nihil eum dicta eaque eveniet.', 1, '2024-10-23 08:31:14', '2024-10-23 08:31:14', 1), (5, 'Ullam ut nihil tempore omnis ducimus et.', 'public/uploads/theme/edulia/course/academic1.jpg', 0, 'Asperiores enim expedita nesciunt voluptas neque. Rem sint aut sint nihil temporibus ut. Omnis quia occaecati deleniti assumenda libero provident. Dolores iure molestias aliquid et beatae. Aut et itaque id illo et. Et non sunt facere sed non sed dolor. Nisi atque earum et corrupti omnis veniam ut. Vero id qui dolore temporibus adipisci quia. Esse dignissimos iste aut rerum ad autem provident. Velit odio dolorem quas beatae debitis. Eum dolorum adipisci eaque occaecati qui sed id. Laudantium adipisci sit autem magnam rem qui maxime. Qui ut autem minus ut ducimus et. Numquam unde et dolore voluptas sit aspernatur. In corrupti ut a voluptas eum quae. Maiores sint molestiae eligendi dolor maxime. Quo nobis molestias eos nihil. Dolorem et debitis non et culpa nesciunt laboriosam. Fugit aut quas rerum perspiciatis. Quam fugiat est aut ut cumque voluptas unde nam. Harum quidem sit soluta optio at vel. Inventore ratione hic cum ipsum. Voluptatem inventore consequatur qui doloremque quia aspernatur. Sint fuga quia optio quis labore cum fugit. Et id ut officiis error nesciunt quidem voluptatem doloremque. Voluptas aliquid distinctio voluptatem fugit aut error eveniet tenetur. Quasi necessitatibus atque laudantium ab quibusdam. Dolorem vel alias ducimus omnis dignissimos. Veniam enim blanditiis deleniti cumque et. Vero earum et sint ipsum. Sapiente quas ea ut blanditiis corporis consectetur. Veritatis libero excepturi ex quaerat quia eum aut. Et inventore totam praesentium consequuntur voluptatum voluptate eaque. Est itaque aut laborum non eius. Eaque veniam nesciunt cupiditate recusandae eius in. Est numquam quos esse dolorum veniam. Repellendus pariatur nam officia perferendis. Et sint dignissimos ipsam cumque et. Provident fugit ab iure accusantium similique quas similique praesentium. Temporibus est explicabo cum omnis. Sit quod sed velit provident similique dignissimos sed. Eius repellendus dolorum voluptas et tempora eos rerum.', 'Omnis corrupti tempore exercitationem explicabo et. Expedita nulla veniam deleniti dignissimos. Molestias cum placeat ullam molestiae. Sint temporibus saepe qui molestiae voluptatem. Vero modi sapiente sed occaecati et voluptas. Quod quia sunt quisquam illum quis. In perspiciatis ratione sit et quia quo. Esse sint porro qui amet. Assumenda nesciunt tempore non. Perferendis eius eos enim sunt inventore ullam accusamus. Ex ut assumenda maxime qui eum ut. Provident commodi quia inventore odio id. Animi aut ipsum quas nisi qui quo hic deleniti. Eum quisquam impedit pariatur aut minus eius cumque. Eum reprehenderit quidem minus architecto quas ipsum. In voluptatibus accusantium odit libero beatae et. Vel eos eveniet iusto vel dolorem laborum dolorem. Neque quae omnis veritatis dolorem vitae velit. Qui iusto sed qui perferendis quo nisi molestias accusantium. Soluta sint explicabo excepturi laboriosam error odio maxime. Non sed vero omnis sit ratione dolor. Quae quia deserunt minima. Quod vel est minima porro ea labore cum. Accusamus cumque hic quis eveniet quia similique voluptatem. Debitis voluptatem cum laboriosam et. Dicta dolor at voluptate voluptatem. Facilis eaque esse fugiat eveniet molestiae. Consequatur enim dolorem rerum unde. Autem nihil neque molestiae commodi ullam eveniet. Molestias sit optio et suscipit dolorem eaque. Nobis qui in suscipit excepturi recusandae recusandae. Eum tenetur ut quam totam et est. Qui asperiores in illo veritatis nulla exercitationem iusto. Esse labore quia sapiente libero nesciunt. Accusantium aut et dolores aut. Ea aliquid est et vero. Nihil ex quidem ut voluptatem doloribus earum. Et voluptatibus et impedit ut consequatur iste. Quia et repellat nam quod. Porro qui ipsam voluptas ipsa quibusdam sunt. Ut et qui et placeat amet temporibus officia. Placeat fuga qui veritatis consectetur laborum. Molestiae doloremque tempora consequatur quae et illo dolorem consequatur.', 'Deleniti repellat vitae praesentium molestiae odio quia adipisci. Laborum nobis sunt ab. Expedita rem adipisci itaque aut voluptas et veniam. Voluptas et repudiandae culpa voluptas dolorum. Dolores et atque eos possimus maxime ut. Esse dolor eos quaerat quod. Aut et corrupti fugit voluptatem illo quia natus. Nesciunt consequatur debitis voluptatum totam similique quae et. Minima aperiam placeat quisquam voluptatem. Libero hic ut dolores nulla maiores. Qui asperiores iure nostrum ipsam non consequatur. Praesentium sed culpa in et quo repudiandae explicabo. Est ut voluptas et dolor dolore. Architecto ex eaque mollitia fugit animi. Vel asperiores qui nostrum odit alias. Sed aut temporibus sed omnis sapiente eaque quo repudiandae. Ratione sed voluptatum perferendis tempore odit sed est iste. Ratione mollitia natus hic optio quo ea. Nihil et dolores et ullam aut. Commodi atque aliquam expedita quibusdam adipisci qui est ea. Hic ut molestiae ea culpa rerum voluptatem. Blanditiis repellat dicta amet reiciendis est alias quia. Itaque perspiciatis sit velit consequatur quam autem illo. Et voluptatem nisi magnam occaecati voluptates placeat sit. Est et eum est minus. Enim aperiam ipsum aut voluptatem. Accusantium cum non rerum atque laborum esse quidem. Unde reiciendis quae culpa atque reiciendis. Non doloribus in nisi qui odio. Voluptas voluptate illum repudiandae velit in. Facilis dolores ad qui explicabo. Ut ea nobis autem eligendi aliquam corporis. Placeat voluptas et ratione velit qui tempore nemo et. Qui natus corrupti qui exercitationem itaque error consectetur. Modi dolores animi quia et. Cumque esse dolor quidem blanditiis accusamus rem. Quisquam et dignissimos dolorem. Ullam rerum maxime et et iure. Iusto dolorum est sit officia ab dolores odit. Qui est vero amet rerum velit sed aut reiciendis.', 'Tenetur error omnis qui quia excepturi. Dolor hic vitae voluptatum possimus. Reiciendis earum ducimus nemo quae. Sit autem consequatur laboriosam. Veniam dolorem qui ut est. Omnis voluptatem veritatis rerum ut amet repellat accusamus repudiandae. Aut minima commodi nisi temporibus. Incidunt non cumque quo rerum consequatur architecto. Ea voluptas culpa blanditiis expedita vero enim qui ut. Ut dignissimos sed consequatur eum nihil incidunt molestiae. Asperiores inventore iste modi veritatis aliquid officia soluta dolore. Non facere vel corrupti id ut. At blanditiis dolores beatae ratione. Quia et eum et odio in officia sed. Ab velit sit delectus laboriosam dicta dolorem error et. Rerum ut assumenda consequatur voluptatem maxime vero et quia. Est sed reiciendis quaerat explicabo. Aspernatur aperiam sit culpa aut nemo ipsam reprehenderit. Blanditiis laudantium ut repellendus aliquam aperiam. Eligendi et quo sapiente in aperiam doloribus. Nihil nisi aut aut numquam ratione eveniet nemo. Aut consequatur eum eum repellat cupiditate voluptates. Nemo quas aliquam ut ipsam. Ipsam corporis aliquid eos. Iusto nobis recusandae ab ullam sed doloremque. Esse molestiae deserunt dignissimos laborum. Provident dolorem est itaque optio possimus. Et aut sed id qui pariatur non eos. Recusandae aliquam dolore libero porro. A necessitatibus sed sint sunt reiciendis. Ut a at inventore quas nam ut repudiandae. Et quae velit laborum nulla est officia labore. Quo quos qui voluptatum ad rerum et possimus. Earum cum rerum et vitae. Aut enim voluptatem veniam voluptas illum dolor repudiandae beatae. Dolor ea molestias ut sunt aspernatur molestias ipsum. Reiciendis natus cum ut aut temporibus dolor. Sed nisi eius aut velit. Officia in eum quos consequatur distinctio in. Ut soluta ipsa in. Quia enim optio est deserunt quibusdam vel. Id sint aut et optio. Ut molestiae cumque aspernatur aut exercitationem. Quidem ut est a dolorem et.', 'Accusamus et sed error praesentium inventore. Voluptates inventore doloremque corrupti fugiat omnis. Dolore temporibus recusandae distinctio voluptatem eaque in. Qui voluptas praesentium provident voluptatibus. Quasi recusandae optio eius et voluptatum qui dolorem. Totam pariatur soluta voluptates voluptas harum officia voluptatum. Velit quia doloribus nam. Ratione nihil deleniti et qui. Harum porro cupiditate sed eaque. Itaque qui doloremque culpa id soluta. Ea illum ut qui recusandae et consectetur. Sunt at ducimus quisquam qui error laudantium tempora. Expedita est assumenda vel. Veniam qui voluptatem unde. Et maxime itaque omnis officia ipsam rerum laudantium. Maxime qui quo molestiae sed voluptatum et. Quibusdam nobis consequatur eos rerum. Hic numquam nostrum laboriosam ut dolores quibusdam error. Est molestiae qui qui ipsa eos. Numquam omnis beatae voluptas ratione quis aut sed. Ipsa libero sunt aliquam qui ratione dolore placeat. Laborum dolores dignissimos tempora voluptatum distinctio quis quasi. In sapiente omnis expedita necessitatibus nulla vitae et. Quaerat facilis repudiandae rem iste dolores non. Est exercitationem consectetur facere accusamus libero cupiditate. Laudantium maxime ratione occaecati voluptates voluptas ut suscipit vero. Laudantium possimus culpa ut ullam quo quae. A sed incidunt impedit quia placeat. Vel cumque quisquam deserunt assumenda distinctio similique. Rerum ducimus unde amet quidem qui dolorem. Quas et aspernatur natus praesentium fugit est dolorem quas. Est quasi enim magni magni dolor. Sunt et explicabo in qui rerum. Autem voluptatem ut repellendus nisi. Error commodi eligendi quis omnis porro. Et optio est ex dolor quas. Sed aperiam corporis corporis mollitia sint est. Vitae voluptate dignissimos id eaque magnam natus consequatur dolor. Incidunt expedita sunt tempora est. Unde mollitia iste officia rerum. Adipisci voluptas optio voluptates et ullam. Voluptatibus voluptatum necessitatibus ratione sit consequuntur.', 1, '2024-10-23 08:31:14', '2024-10-23 08:31:14', 1); -- -------------------------------------------------------- -- -- Table structure for table `sm_course_categories` -- CREATE TABLE `sm_course_categories` ( `id` int(10) UNSIGNED NOT NULL, `category_name` varchar(191) DEFAULT NULL, `category_image` text DEFAULT NULL, `school_id` bigint(20) UNSIGNED 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 `sm_course_pages` -- CREATE TABLE `sm_course_pages` ( `id` int(10) UNSIGNED NOT NULL, `created_at` timestamp NULL DEFAULT NULL, `updated_at` timestamp NULL DEFAULT NULL, `title` varchar(191) DEFAULT NULL, `description` text DEFAULT NULL, `main_title` varchar(191) DEFAULT NULL, `main_description` text DEFAULT NULL, `image` varchar(191) DEFAULT NULL, `main_image` varchar(191) DEFAULT NULL, `button_text` varchar(191) DEFAULT NULL, `button_url` varchar(191) DEFAULT NULL, `active_status` tinyint(4) NOT NULL DEFAULT 1, `is_parent` tinyint(1) NOT NULL DEFAULT 1, `created_by` int(10) UNSIGNED DEFAULT 1, `updated_by` int(10) UNSIGNED DEFAULT 1, `school_id` int(10) UNSIGNED DEFAULT 1 ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -- Dumping data for table `sm_course_pages` -- INSERT INTO `sm_course_pages` (`id`, `created_at`, `updated_at`, `title`, `description`, `main_title`, `main_description`, `image`, `main_image`, `button_text`, `button_url`, `active_status`, `is_parent`, `created_by`, `updated_by`, `school_id`) VALUES (1, NULL, NULL, 'Course Infix', 'Lisus consequat sapien metus dis urna, facilisi. Nonummy rutrum eu lacinia platea a, ipsum parturient, orci tristique. Nisi diam natoque.', 'Under Graduate Education', 'INFIX has all in one place. You’ll find everything what you are looking into education management system software. We care! User will never bothered in our real eye catchy user friendly UI & UX Interface design. You know! Smart Idea always comes to well planners. And Our INFIX is Smart for its Well Documentation. Explore in new support world! It’s now faster & quicker. You’ll find us on Support Ticket, Email, Skype, WhatsApp.', 'public/uploads/about_page/about.jpg', 'public/uploads/about_page/about-img.jpg', 'Learn More News ', 'news', 1, 1, 1, 1, 1), (2, NULL, NULL, 'Course Infix', 'Lisus consequat sapien metus dis urna, facilisi. Nonummy rutrum eu lacinia platea a, ipsum parturient, orci tristique. Nisi diam natoque.', NULL, NULL, 'public/uploads/about_page/about.jpg', NULL, 'Learn More News ', 'news', 1, 0, 1, 1, 1); -- -------------------------------------------------------- -- -- Table structure for table `sm_currencies` -- CREATE TABLE `sm_currencies` ( `id` int(10) UNSIGNED NOT NULL, `name` varchar(191) DEFAULT NULL, `code` varchar(191) DEFAULT NULL, `symbol` varchar(191) DEFAULT NULL, `created_at` timestamp NULL DEFAULT NULL, `updated_at` timestamp NULL DEFAULT NULL, `currency_type` varchar(2) DEFAULT '2', `currency_position` varchar(2) DEFAULT '2', `space` tinyint(1) DEFAULT 1, `decimal_digit` int(11) DEFAULT NULL, `decimal_separator` varchar(1) DEFAULT NULL, `thousand_separator` varchar(191) DEFAULT NULL, `school_id` int(10) UNSIGNED DEFAULT 1, `academic_id` int(10) UNSIGNED DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -- Dumping data for table `sm_currencies` -- INSERT INTO `sm_currencies` (`id`, `name`, `code`, `symbol`, `created_at`, `updated_at`, `currency_type`, `currency_position`, `space`, `decimal_digit`, `decimal_separator`, `thousand_separator`, `school_id`, `academic_id`) VALUES (1, 'Leke', 'ALL', 'Lek', '2024-10-23 08:31:14', '2024-10-23 08:31:14', 'S', 'S', 1, 2, '.', ',', 1, NULL), (2, 'Dollars', 'USD', '$', '2024-10-23 08:31:14', '2024-10-23 08:31:14', 'S', 'S', 1, 2, '.', ',', 1, NULL), (3, 'Afghanis', 'AFN', '؋', '2024-10-23 08:31:14', '2024-10-23 08:31:14', 'S', 'S', 1, 2, '.', ',', 1, NULL), (4, 'Pesos', 'ARS', '$', '2024-10-23 08:31:14', '2024-10-23 08:31:14', 'S', 'S', 1, 2, '.', ',', 1, NULL), (5, 'Guilders', 'AWG', 'ƒ', '2024-10-23 08:31:14', '2024-10-23 08:31:14', 'S', 'S', 1, 2, '.', ',', 1, NULL), (6, 'Dollars', 'AUD', '$', '2024-10-23 08:31:14', '2024-10-23 08:31:14', 'S', 'S', 1, 2, '.', ',', 1, NULL), (7, 'New Manats', 'AZN', 'ман', '2024-10-23 08:31:14', '2024-10-23 08:31:14', 'S', 'S', 1, 2, '.', ',', 1, NULL), (8, 'Dollars', 'BSD', '$', '2024-10-23 08:31:14', '2024-10-23 08:31:14', 'S', 'S', 1, 2, '.', ',', 1, NULL), (9, 'Dollars', 'BBD', '$', '2024-10-23 08:31:14', '2024-10-23 08:31:14', 'S', 'S', 1, 2, '.', ',', 1, NULL), (10, 'Rubles', 'BYR', 'p.', '2024-10-23 08:31:14', '2024-10-23 08:31:14', 'S', 'S', 1, 2, '.', ',', 1, NULL), (11, 'Euro', 'EUR', '€', '2024-10-23 08:31:14', '2024-10-23 08:31:14', 'S', 'S', 1, 2, '.', ',', 1, NULL), (12, 'Dollars', 'BZD', 'BZ$', '2024-10-23 08:31:14', '2024-10-23 08:31:14', 'S', 'S', 1, 2, '.', ',', 1, NULL), (13, 'Dollars', 'BMD', '$', '2024-10-23 08:31:14', '2024-10-23 08:31:14', 'S', 'S', 1, 2, '.', ',', 1, NULL), (14, 'Bolivianos', 'BOB', '$b', '2024-10-23 08:31:14', '2024-10-23 08:31:14', 'S', 'S', 1, 2, '.', ',', 1, NULL), (15, 'Convertible Marka', 'BAM', 'KM', '2024-10-23 08:31:14', '2024-10-23 08:31:14', 'S', 'S', 1, 2, '.', ',', 1, NULL), (16, 'Pula', 'BWP', 'P', '2024-10-23 08:31:14', '2024-10-23 08:31:14', 'S', 'S', 1, 2, '.', ',', 1, NULL), (17, 'Leva', 'BGN', 'лв', '2024-10-23 08:31:14', '2024-10-23 08:31:14', 'S', 'S', 1, 2, '.', ',', 1, NULL), (18, 'Reais', 'BRL', 'R$', '2024-10-23 08:31:14', '2024-10-23 08:31:14', 'S', 'S', 1, 2, '.', ',', 1, NULL), (19, 'Pounds', 'GBP', '£', '2024-10-23 08:31:14', '2024-10-23 08:31:14', 'S', 'S', 1, 2, '.', ',', 1, NULL), (20, 'Dollars', 'BND', '$', '2024-10-23 08:31:14', '2024-10-23 08:31:14', 'S', 'S', 1, 2, '.', ',', 1, NULL), (21, 'Riels', 'KHR', '៛', '2024-10-23 08:31:14', '2024-10-23 08:31:14', 'S', 'S', 1, 2, '.', ',', 1, NULL), (22, 'Dollars', 'CAD', '$', '2024-10-23 08:31:14', '2024-10-23 08:31:14', 'S', 'S', 1, 2, '.', ',', 1, NULL), (23, 'Dollars', 'KYD', '$', '2024-10-23 08:31:14', '2024-10-23 08:31:14', 'S', 'S', 1, 2, '.', ',', 1, NULL), (24, 'Pesos', 'CLP', '$', '2024-10-23 08:31:14', '2024-10-23 08:31:14', 'S', 'S', 1, 2, '.', ',', 1, NULL), (25, 'Yuan Renminbi', 'CNY', '¥', '2024-10-23 08:31:14', '2024-10-23 08:31:14', 'S', 'S', 1, 2, '.', ',', 1, NULL), (26, 'Pesos', 'COP', '$', '2024-10-23 08:31:14', '2024-10-23 08:31:14', 'S', 'S', 1, 2, '.', ',', 1, NULL), (27, 'Colón', 'CRC', '₡', '2024-10-23 08:31:14', '2024-10-23 08:31:14', 'S', 'S', 1, 2, '.', ',', 1, NULL), (28, 'Kuna', 'HRK', 'kn', '2024-10-23 08:31:14', '2024-10-23 08:31:14', 'S', 'S', 1, 2, '.', ',', 1, NULL), (29, 'Pesos', 'CUP', '₱', '2024-10-23 08:31:14', '2024-10-23 08:31:14', 'S', 'S', 1, 2, '.', ',', 1, NULL), (30, 'Koruny', 'CZK', 'Kč', '2024-10-23 08:31:14', '2024-10-23 08:31:14', 'S', 'S', 1, 2, '.', ',', 1, NULL), (31, 'Kroner', 'DKK', 'kr', '2024-10-23 08:31:14', '2024-10-23 08:31:14', 'S', 'S', 1, 2, '.', ',', 1, NULL), (32, 'Pesos', 'DOP ', 'RD$', '2024-10-23 08:31:14', '2024-10-23 08:31:14', 'S', 'S', 1, 2, '.', ',', 1, NULL), (33, 'Dollars', 'XCD', '$', '2024-10-23 08:31:14', '2024-10-23 08:31:14', 'S', 'S', 1, 2, '.', ',', 1, NULL), (34, 'Pounds', 'EGP', '£', '2024-10-23 08:31:14', '2024-10-23 08:31:14', 'S', 'S', 1, 2, '.', ',', 1, NULL), (35, 'Colones', 'SVC', '$', '2024-10-23 08:31:14', '2024-10-23 08:31:14', 'S', 'S', 1, 2, '.', ',', 1, NULL), (36, 'Pounds', 'FKP', '£', '2024-10-23 08:31:14', '2024-10-23 08:31:14', 'S', 'S', 1, 2, '.', ',', 1, NULL), (37, 'Dollars', 'FJD', '$', '2024-10-23 08:31:14', '2024-10-23 08:31:14', 'S', 'S', 1, 2, '.', ',', 1, NULL), (38, 'Cedis', 'GHC', '¢', '2024-10-23 08:31:14', '2024-10-23 08:31:14', 'S', 'S', 1, 2, '.', ',', 1, NULL), (39, 'Pounds', 'GIP', '£', '2024-10-23 08:31:14', '2024-10-23 08:31:14', 'S', 'S', 1, 2, '.', ',', 1, NULL), (40, 'Quetzales', 'GTQ', 'Q', '2024-10-23 08:31:14', '2024-10-23 08:31:14', 'S', 'S', 1, 2, '.', ',', 1, NULL), (41, 'Pounds', 'GGP', '£', '2024-10-23 08:31:14', '2024-10-23 08:31:14', 'S', 'S', 1, 2, '.', ',', 1, NULL), (42, 'Dollars', 'GYD', '$', '2024-10-23 08:31:14', '2024-10-23 08:31:14', 'S', 'S', 1, 2, '.', ',', 1, NULL), (43, 'Lempiras', 'HNL', 'L', '2024-10-23 08:31:14', '2024-10-23 08:31:14', 'S', 'S', 1, 2, '.', ',', 1, NULL), (44, 'Dollars', 'HKD', '$', '2024-10-23 08:31:14', '2024-10-23 08:31:14', 'S', 'S', 1, 2, '.', ',', 1, NULL), (45, 'Forint', 'HUF', 'Ft', '2024-10-23 08:31:14', '2024-10-23 08:31:14', 'S', 'S', 1, 2, '.', ',', 1, NULL), (46, 'Kronur', 'ISK', 'kr', '2024-10-23 08:31:14', '2024-10-23 08:31:14', 'S', 'S', 1, 2, '.', ',', 1, NULL), (47, 'Rupees', 'INR', '₹', '2024-10-23 08:31:14', '2024-10-23 08:31:14', 'S', 'S', 1, 2, '.', ',', 1, NULL), (48, 'Rupiahs', 'IDR', 'Rp', '2024-10-23 08:31:14', '2024-10-23 08:31:14', 'S', 'S', 1, 2, '.', ',', 1, NULL), (49, 'Rials', 'IRR', '﷼', '2024-10-23 08:31:14', '2024-10-23 08:31:14', 'S', 'S', 1, 2, '.', ',', 1, NULL), (50, 'Pounds', 'IMP', '£', '2024-10-23 08:31:14', '2024-10-23 08:31:14', 'S', 'S', 1, 2, '.', ',', 1, NULL), (51, 'New Shekels', 'ILS', '₪', '2024-10-23 08:31:14', '2024-10-23 08:31:14', 'S', 'S', 1, 2, '.', ',', 1, NULL), (52, 'Dollars', 'JMD', 'J$', '2024-10-23 08:31:14', '2024-10-23 08:31:14', 'S', 'S', 1, 2, '.', ',', 1, NULL), (53, 'Yen', 'JPY', '¥', '2024-10-23 08:31:14', '2024-10-23 08:31:14', 'S', 'S', 1, 2, '.', ',', 1, NULL), (54, 'Pounds', 'JEP', '£', '2024-10-23 08:31:14', '2024-10-23 08:31:14', 'S', 'S', 1, 2, '.', ',', 1, NULL), (55, 'Tenge', 'KZT', 'лв', '2024-10-23 08:31:14', '2024-10-23 08:31:14', 'S', 'S', 1, 2, '.', ',', 1, NULL), (56, 'Won', 'KPW', '₩', '2024-10-23 08:31:14', '2024-10-23 08:31:14', 'S', 'S', 1, 2, '.', ',', 1, NULL), (57, 'Won', 'KRW', '₩', '2024-10-23 08:31:14', '2024-10-23 08:31:14', 'S', 'S', 1, 2, '.', ',', 1, NULL), (58, 'Soms', 'KGS', 'лв', '2024-10-23 08:31:14', '2024-10-23 08:31:14', 'S', 'S', 1, 2, '.', ',', 1, NULL), (59, 'Kips', 'LAK', '₭', '2024-10-23 08:31:14', '2024-10-23 08:31:14', 'S', 'S', 1, 2, '.', ',', 1, NULL), (60, 'Lati', 'LVL', 'Ls', '2024-10-23 08:31:14', '2024-10-23 08:31:14', 'S', 'S', 1, 2, '.', ',', 1, NULL), (61, 'Pounds', 'LBP', '£', '2024-10-23 08:31:14', '2024-10-23 08:31:14', 'S', 'S', 1, 2, '.', ',', 1, NULL), (62, 'Dollars', 'LRD', '$', '2024-10-23 08:31:14', '2024-10-23 08:31:14', 'S', 'S', 1, 2, '.', ',', 1, NULL), (63, 'Switzerland Francs', 'CHF', 'CHF', '2024-10-23 08:31:14', '2024-10-23 08:31:14', 'S', 'S', 1, 2, '.', ',', 1, NULL), (64, 'Litai', 'LTL', 'Lt', '2024-10-23 08:31:14', '2024-10-23 08:31:14', 'S', 'S', 1, 2, '.', ',', 1, NULL), (65, 'Denars', 'MKD', 'ден', '2024-10-23 08:31:14', '2024-10-23 08:31:14', 'S', 'S', 1, 2, '.', ',', 1, NULL), (66, 'Ringgits', 'MYR', 'RM', '2024-10-23 08:31:14', '2024-10-23 08:31:14', 'S', 'S', 1, 2, '.', ',', 1, NULL), (67, 'Rupees', 'MUR', '₨', '2024-10-23 08:31:14', '2024-10-23 08:31:14', 'S', 'S', 1, 2, '.', ',', 1, NULL), (68, 'Pesos', 'MXN', '$', '2024-10-23 08:31:14', '2024-10-23 08:31:14', 'S', 'S', 1, 2, '.', ',', 1, NULL), (69, 'Tugriks', 'MNT', '₮', '2024-10-23 08:31:14', '2024-10-23 08:31:14', 'S', 'S', 1, 2, '.', ',', 1, NULL), (70, 'Meticais', 'MZN', 'MT', '2024-10-23 08:31:14', '2024-10-23 08:31:14', 'S', 'S', 1, 2, '.', ',', 1, NULL), (71, 'Dollars', 'NAD', '$', '2024-10-23 08:31:14', '2024-10-23 08:31:14', 'S', 'S', 1, 2, '.', ',', 1, NULL), (72, 'Rupees', 'NPR', '₨', '2024-10-23 08:31:14', '2024-10-23 08:31:14', 'S', 'S', 1, 2, '.', ',', 1, NULL), (73, 'Guilders', 'ANG', 'ƒ', '2024-10-23 08:31:14', '2024-10-23 08:31:14', 'S', 'S', 1, 2, '.', ',', 1, NULL), (74, 'Dollars', 'NZD', '$', '2024-10-23 08:31:14', '2024-10-23 08:31:14', 'S', 'S', 1, 2, '.', ',', 1, NULL), (75, 'Cordobas', 'NIO', 'C$', '2024-10-23 08:31:14', '2024-10-23 08:31:14', 'S', 'S', 1, 2, '.', ',', 1, NULL), (76, 'Nairas', 'NGN', '₦', '2024-10-23 08:31:14', '2024-10-23 08:31:14', 'S', 'S', 1, 2, '.', ',', 1, NULL), (77, 'Krone', 'NOK', 'kr', '2024-10-23 08:31:14', '2024-10-23 08:31:14', 'S', 'S', 1, 2, '.', ',', 1, NULL), (78, 'Rials', 'OMR', '﷼', '2024-10-23 08:31:14', '2024-10-23 08:31:14', 'S', 'S', 1, 2, '.', ',', 1, NULL), (79, 'Rupees', 'PKR', '₨', '2024-10-23 08:31:14', '2024-10-23 08:31:14', 'S', 'S', 1, 2, '.', ',', 1, NULL), (80, 'Balboa', 'PAB', 'B/.', '2024-10-23 08:31:14', '2024-10-23 08:31:14', 'S', 'S', 1, 2, '.', ',', 1, NULL), (81, 'Guarani', 'PYG', 'Gs', '2024-10-23 08:31:14', '2024-10-23 08:31:14', 'S', 'S', 1, 2, '.', ',', 1, NULL), (82, 'Nuevos Soles', 'PEN', 'S/.', '2024-10-23 08:31:14', '2024-10-23 08:31:14', 'S', 'S', 1, 2, '.', ',', 1, NULL), (83, 'Pesos', 'PHP', 'Php', '2024-10-23 08:31:14', '2024-10-23 08:31:14', 'S', 'S', 1, 2, '.', ',', 1, NULL), (84, 'Zlotych', 'PLN', 'zł', '2024-10-23 08:31:14', '2024-10-23 08:31:14', 'S', 'S', 1, 2, '.', ',', 1, NULL), (85, 'Rials', 'QAR', '﷼', '2024-10-23 08:31:14', '2024-10-23 08:31:14', 'S', 'S', 1, 2, '.', ',', 1, NULL), (86, 'New Lei', 'RON', 'lei', '2024-10-23 08:31:14', '2024-10-23 08:31:14', 'S', 'S', 1, 2, '.', ',', 1, NULL), (87, 'Rubles', 'RUB', 'руб', '2024-10-23 08:31:14', '2024-10-23 08:31:14', 'S', 'S', 1, 2, '.', ',', 1, NULL), (88, 'Pounds', 'SHP', '£', '2024-10-23 08:31:14', '2024-10-23 08:31:14', 'S', 'S', 1, 2, '.', ',', 1, NULL), (89, 'Riyals', 'SAR', '﷼', '2024-10-23 08:31:14', '2024-10-23 08:31:14', 'S', 'S', 1, 2, '.', ',', 1, NULL), (90, 'Dinars', 'RSD', 'Дин.', '2024-10-23 08:31:14', '2024-10-23 08:31:14', 'S', 'S', 1, 2, '.', ',', 1, NULL), (91, 'Rupees', 'SCR', '₨', '2024-10-23 08:31:14', '2024-10-23 08:31:14', 'S', 'S', 1, 2, '.', ',', 1, NULL), (92, 'Dollars', 'SGD', '$', '2024-10-23 08:31:14', '2024-10-23 08:31:14', 'S', 'S', 1, 2, '.', ',', 1, NULL), (93, 'Dollars', 'SBD', '$', '2024-10-23 08:31:14', '2024-10-23 08:31:14', 'S', 'S', 1, 2, '.', ',', 1, NULL), (94, 'Shillings', 'SOS', 'S', '2024-10-23 08:31:14', '2024-10-23 08:31:14', 'S', 'S', 1, 2, '.', ',', 1, NULL), (95, 'Rand', 'ZAR', 'R', '2024-10-23 08:31:14', '2024-10-23 08:31:14', 'S', 'S', 1, 2, '.', ',', 1, NULL), (96, 'Rupees', 'LKR', '₨', '2024-10-23 08:31:14', '2024-10-23 08:31:14', 'S', 'S', 1, 2, '.', ',', 1, NULL), (97, 'Kronor', 'SEK', 'kr', '2024-10-23 08:31:14', '2024-10-23 08:31:14', 'S', 'S', 1, 2, '.', ',', 1, NULL), (98, 'Dollars', 'SRD', '$', '2024-10-23 08:31:14', '2024-10-23 08:31:14', 'S', 'S', 1, 2, '.', ',', 1, NULL), (99, 'Pounds', 'SYP', '£', '2024-10-23 08:31:14', '2024-10-23 08:31:14', 'S', 'S', 1, 2, '.', ',', 1, NULL), (100, 'New Dollars', 'TWD', 'NT$', '2024-10-23 08:31:14', '2024-10-23 08:31:14', 'S', 'S', 1, 2, '.', ',', 1, NULL), (101, 'Baht', 'THB', '฿', '2024-10-23 08:31:14', '2024-10-23 08:31:14', 'S', 'S', 1, 2, '.', ',', 1, NULL), (102, 'Dollars', 'TTD', 'TT$', '2024-10-23 08:31:14', '2024-10-23 08:31:14', 'S', 'S', 1, 2, '.', ',', 1, NULL), (103, 'Lira', 'TRY', 'TL', '2024-10-23 08:31:14', '2024-10-23 08:31:14', 'S', 'S', 1, 2, '.', ',', 1, NULL), (104, 'Liras', 'TRL', '£', '2024-10-23 08:31:14', '2024-10-23 08:31:14', 'S', 'S', 1, 2, '.', ',', 1, NULL), (105, 'Dollars', 'TVD', '$', '2024-10-23 08:31:14', '2024-10-23 08:31:14', 'S', 'S', 1, 2, '.', ',', 1, NULL), (106, 'Hryvnia', 'UAH', '₴', '2024-10-23 08:31:14', '2024-10-23 08:31:14', 'S', 'S', 1, 2, '.', ',', 1, NULL), (107, 'Pesos', 'UYU', '$U', '2024-10-23 08:31:14', '2024-10-23 08:31:14', 'S', 'S', 1, 2, '.', ',', 1, NULL), (108, 'Sums', 'UZS', 'лв', '2024-10-23 08:31:14', '2024-10-23 08:31:14', 'S', 'S', 1, 2, '.', ',', 1, NULL), (109, 'Bolivares Fuertes', 'VEF', 'Bs', '2024-10-23 08:31:14', '2024-10-23 08:31:14', 'S', 'S', 1, 2, '.', ',', 1, NULL), (110, 'Dong', 'VND', '₫', '2024-10-23 08:31:14', '2024-10-23 08:31:14', 'S', 'S', 1, 2, '.', ',', 1, NULL), (111, 'Rials', 'YER', '﷼', '2024-10-23 08:31:14', '2024-10-23 08:31:14', 'S', 'S', 1, 2, '.', ',', 1, NULL), (112, 'Taka', 'BDT', '৳', '2024-10-23 08:31:14', '2024-10-23 08:31:14', 'S', 'S', 1, 2, '.', ',', 1, NULL), (113, 'Zimbabwe Dollars', 'ZWD', 'Z$', '2024-10-23 08:31:14', '2024-10-23 08:31:14', 'S', 'S', 1, 2, '.', ',', 1, NULL), (114, 'Kenya', 'KES', 'KSh', '2024-10-23 08:31:14', '2024-10-23 08:31:14', 'S', 'S', 1, 2, '.', ',', 1, NULL), (115, 'Nigeria', 'naira', '₦', '2024-10-23 08:31:14', '2024-10-23 08:31:14', 'S', 'S', 1, 2, '.', ',', 1, NULL), (116, 'Ghana', 'GHS', 'GH₵', '2024-10-23 08:31:14', '2024-10-23 08:31:14', 'S', 'S', 1, 2, '.', ',', 1, NULL), (117, 'Ethiopian', 'ETB', 'Br', '2024-10-23 08:31:14', '2024-10-23 08:31:14', 'S', 'S', 1, 2, '.', ',', 1, NULL), (118, 'Tanzania', 'TZS', 'TSh', '2024-10-23 08:31:14', '2024-10-23 08:31:14', 'S', 'S', 1, 2, '.', ',', 1, NULL), (119, 'Uganda', 'UGX', 'USh', '2024-10-23 08:31:14', '2024-10-23 08:31:14', 'S', 'S', 1, 2, '.', ',', 1, NULL), (120, 'Rwandan', 'FRW', 'FRw', '2024-10-23 08:31:14', '2024-10-23 08:31:14', 'S', 'S', 1, 2, '.', ',', 1, NULL); -- -------------------------------------------------------- -- -- Table structure for table `sm_custom_fields` -- CREATE TABLE `sm_custom_fields` ( `id` bigint(20) UNSIGNED NOT NULL, `form_name` varchar(191) NOT NULL, `label` varchar(191) NOT NULL, `type` varchar(191) NOT NULL, `min_max_length` varchar(191) DEFAULT NULL, `min_max_value` varchar(191) DEFAULT NULL, `name_value` varchar(191) DEFAULT NULL, `width` varchar(191) DEFAULT NULL, `required` tinyint(4) DEFAULT NULL, `school_id` int(11) DEFAULT 1, `academic_id` int(11) 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 `sm_custom_links` -- CREATE TABLE `sm_custom_links` ( `id` int(10) UNSIGNED NOT NULL, `title1` varchar(255) DEFAULT NULL, `title2` varchar(255) DEFAULT NULL, `title3` varchar(255) DEFAULT NULL, `title4` varchar(255) DEFAULT NULL, `link_label1` varchar(255) DEFAULT NULL, `link_href1` varchar(255) DEFAULT NULL, `link_label2` varchar(255) DEFAULT NULL, `link_href2` varchar(255) DEFAULT NULL, `link_label3` varchar(255) DEFAULT NULL, `link_href3` varchar(255) DEFAULT NULL, `link_label4` varchar(255) DEFAULT NULL, `link_href4` varchar(255) DEFAULT NULL, `link_label5` varchar(255) DEFAULT NULL, `link_href5` varchar(255) DEFAULT NULL, `link_label6` varchar(255) DEFAULT NULL, `link_href6` varchar(255) DEFAULT NULL, `link_label7` varchar(255) DEFAULT NULL, `link_href7` varchar(255) DEFAULT NULL, `link_label8` varchar(255) DEFAULT NULL, `link_href8` varchar(255) DEFAULT NULL, `link_label9` varchar(255) DEFAULT NULL, `link_href9` varchar(255) DEFAULT NULL, `link_label10` varchar(255) DEFAULT NULL, `link_href10` varchar(255) DEFAULT NULL, `link_label11` varchar(255) DEFAULT NULL, `link_href11` varchar(255) DEFAULT NULL, `link_label12` varchar(255) DEFAULT NULL, `link_href12` varchar(255) DEFAULT NULL, `link_label13` varchar(255) DEFAULT NULL, `link_href13` varchar(255) DEFAULT NULL, `link_label14` varchar(255) DEFAULT NULL, `link_href14` varchar(255) DEFAULT NULL, `link_label15` varchar(255) DEFAULT NULL, `link_href15` varchar(255) DEFAULT NULL, `link_label16` varchar(255) DEFAULT NULL, `link_href16` varchar(255) DEFAULT NULL, `facebook_url` varchar(255) DEFAULT NULL, `twitter_url` varchar(255) DEFAULT NULL, `dribble_url` varchar(255) DEFAULT NULL, `linkedin_url` varchar(255) DEFAULT NULL, `behance_url` varchar(255) DEFAULT NULL, `school_id` int(10) UNSIGNED 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 `sm_custom_links` -- INSERT INTO `sm_custom_links` (`id`, `title1`, `title2`, `title3`, `title4`, `link_label1`, `link_href1`, `link_label2`, `link_href2`, `link_label3`, `link_href3`, `link_label4`, `link_href4`, `link_label5`, `link_href5`, `link_label6`, `link_href6`, `link_label7`, `link_href7`, `link_label8`, `link_href8`, `link_label9`, `link_href9`, `link_label10`, `link_href10`, `link_label11`, `link_href11`, `link_label12`, `link_href12`, `link_label13`, `link_href13`, `link_label14`, `link_href14`, `link_label15`, `link_href15`, `link_label16`, `link_href16`, `facebook_url`, `twitter_url`, `dribble_url`, `linkedin_url`, `behance_url`, `school_id`, `created_at`, `updated_at`) VALUES (1, 'Departments', 'Health Care', 'About Our System', 'Resources', 'About Infix', 'http://infixedu.com', 'Infix Home', 'http://infixedu.com/home', 'Business', 'http://infixedu.com', 'link_label4', 'http://infixedu.com', 'link_label5', 'http://infixedu.com', 'link_label6', 'http://infixedu.com', 'link_label7', 'http://infixedu.com', 'link_label8', 'http://infixedu.com', 'Home', 'http://infixedu.com/home', 'About', 'http://infixedu.com/about', 'Contact', 'http://infixedu.com/contact', 'link_label12', 'http://infixedu.com', 'link_label13', 'http://infixedu.com', 'link_label14', 'http://infixedu.com', 'link_label15', 'http://infixedu.com', 'link_label16', 'http://infixedu.com', NULL, NULL, NULL, NULL, NULL, 1, '2024-10-23 08:31:14', '2024-10-23 08:31:14'); -- -------------------------------------------------------- -- -- Table structure for table `sm_custom_temporary_results` -- CREATE TABLE `sm_custom_temporary_results` ( `id` int(10) UNSIGNED NOT NULL, `student_id` int(11) DEFAULT NULL, `admission_no` varchar(200) DEFAULT NULL, `full_name` varchar(200) DEFAULT NULL, `term1` varchar(200) DEFAULT NULL, `gpa1` varchar(200) DEFAULT NULL, `term2` varchar(200) DEFAULT NULL, `gpa2` varchar(200) DEFAULT NULL, `term3` varchar(200) DEFAULT NULL, `gpa3` varchar(200) DEFAULT NULL, `final_result` varchar(200) DEFAULT NULL, `final_grade` varchar(200) DEFAULT NULL, `school_id` int(10) UNSIGNED DEFAULT 1, `academic_id` int(10) UNSIGNED 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 `sm_dashboard_settings` -- CREATE TABLE `sm_dashboard_settings` ( `id` int(10) UNSIGNED NOT NULL, `dashboard_sec_id` int(11) NOT NULL, `active_status` int(11) NOT NULL DEFAULT 1, `created_at` timestamp NULL DEFAULT NULL, `updated_at` timestamp NULL DEFAULT NULL, `role_id` int(10) UNSIGNED DEFAULT NULL, `created_by` int(10) UNSIGNED DEFAULT 1, `updated_by` int(10) UNSIGNED DEFAULT 1, `school_id` int(10) UNSIGNED DEFAULT 1 ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -------------------------------------------------------- -- -- Table structure for table `sm_date_formats` -- CREATE TABLE `sm_date_formats` ( `id` int(10) UNSIGNED NOT NULL, `format` varchar(191) DEFAULT NULL, `normal_view` varchar(191) DEFAULT NULL, `active_status` tinyint(4) NOT NULL DEFAULT 1, `created_at` timestamp NULL DEFAULT NULL, `updated_at` timestamp NULL DEFAULT NULL, `created_by` int(10) UNSIGNED DEFAULT 1, `updated_by` int(10) UNSIGNED DEFAULT 1, `school_id` int(10) UNSIGNED DEFAULT 1 ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -- Dumping data for table `sm_date_formats` -- INSERT INTO `sm_date_formats` (`id`, `format`, `normal_view`, `active_status`, `created_at`, `updated_at`, `created_by`, `updated_by`, `school_id`) VALUES (1, 'jS M, Y', '17th May, 2019', 1, '2024-10-23 08:31:11', '2024-10-23 08:31:11', 1, 1, 1), (2, 'Y-m-d', '2019-05-17', 1, '2024-10-23 08:31:11', '2024-10-23 08:31:11', 1, 1, 1), (3, 'Y-d-m', '2019-17-05', 1, '2024-10-23 08:31:11', '2024-10-23 08:31:11', 1, 1, 1), (4, 'd-m-Y', '17-05-2019', 1, '2024-10-23 08:31:11', '2024-10-23 08:31:11', 1, 1, 1), (5, 'm-d-Y', '05-17-2019', 1, '2024-10-23 08:31:11', '2024-10-23 08:31:11', 1, 1, 1), (6, 'Y/m/d', '2019/05/17', 1, '2024-10-23 08:31:11', '2024-10-23 08:31:11', 1, 1, 1), (7, 'Y/d/m', '2019/17/05', 1, '2024-10-23 08:31:11', '2024-10-23 08:31:11', 1, 1, 1), (8, 'd/m/Y', '17/05/2019', 1, '2024-10-23 08:31:11', '2024-10-23 08:31:11', 1, 1, 1), (9, 'm/d/Y', '05/17/2019', 1, '2024-10-23 08:31:11', '2024-10-23 08:31:11', 1, 1, 1), (10, 'l jS \\of F Y', 'Monday 17th of May 2019', 1, '2024-10-23 08:31:11', '2024-10-23 08:31:11', 1, 1, 1), (11, 'jS \\of F Y', '17th of May 2019', 1, '2024-10-23 08:31:11', '2024-10-23 08:31:11', 1, 1, 1), (12, 'g:ia \\o\\n l jS F Y', '12:00am on Monday 17th May 2019', 1, '2024-10-23 08:31:11', '2024-10-23 08:31:11', 1, 1, 1), (13, 'F j, Y, g:i a', 'May 7, 2019, 6:20 pm', 1, '2024-10-23 08:31:11', '2024-10-23 08:31:11', 1, 1, 1), (14, 'F j, Y', 'May 17, 2019', 1, '2024-10-23 08:31:11', '2024-10-23 08:31:11', 1, 1, 1), (15, '\\i\\t \\i\\s \\t\\h\\e jS \\d\\a\\y', 'it is the 17th day', 1, '2024-10-23 08:31:11', '2024-10-23 08:31:11', 1, 1, 1); -- -------------------------------------------------------- -- -- Table structure for table `sm_designations` -- CREATE TABLE `sm_designations` ( `id` int(10) UNSIGNED NOT NULL, `title` varchar(255) DEFAULT NULL, `active_status` tinyint(4) NOT NULL DEFAULT 1, `created_at` timestamp NULL DEFAULT NULL, `updated_at` timestamp NULL DEFAULT NULL, `created_by` int(10) UNSIGNED DEFAULT 1, `updated_by` int(10) UNSIGNED DEFAULT 1, `school_id` int(10) UNSIGNED DEFAULT 1, `is_saas` int(10) UNSIGNED DEFAULT 0 ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -- Dumping data for table `sm_designations` -- INSERT INTO `sm_designations` (`id`, `title`, `active_status`, `created_at`, `updated_at`, `created_by`, `updated_by`, `school_id`, `is_saas`) VALUES (1, 'Principal', 1, '2024-10-23 08:31:09', NULL, 1, 1, 1, 0); -- -------------------------------------------------------- -- -- Table structure for table `sm_donors` -- CREATE TABLE `sm_donors` ( `id` bigint(20) UNSIGNED NOT NULL, `full_name` varchar(200) DEFAULT NULL, `profession` varchar(200) DEFAULT NULL, `date_of_birth` date DEFAULT NULL, `email` varchar(200) DEFAULT NULL, `mobile` varchar(200) DEFAULT NULL, `photo` varchar(191) DEFAULT NULL, `age` varchar(200) DEFAULT NULL, `current_address` varchar(500) DEFAULT NULL, `permanent_address` varchar(500) DEFAULT NULL, `show_public` tinyint(4) NOT NULL DEFAULT 1, `custom_field` text DEFAULT NULL, `custom_field_form_name` varchar(191) DEFAULT NULL, `created_at` timestamp NULL DEFAULT NULL, `updated_at` timestamp NULL DEFAULT NULL, `bloodgroup_id` int(10) UNSIGNED DEFAULT NULL, `religion_id` int(10) UNSIGNED DEFAULT NULL, `gender_id` int(10) UNSIGNED DEFAULT NULL, `school_id` int(10) UNSIGNED DEFAULT 1 ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -- Dumping data for table `sm_donors` -- INSERT INTO `sm_donors` (`id`, `full_name`, `profession`, `date_of_birth`, `email`, `mobile`, `photo`, `age`, `current_address`, `permanent_address`, `show_public`, `custom_field`, `custom_field_form_name`, `created_at`, `updated_at`, `bloodgroup_id`, `religion_id`, `gender_id`, `school_id`) VALUES (1, 'Abdur Rahman', 'Doctro', '1990-12-12', 'abdurrahman@infixedu.com', '+881235854', 'public/uploads/theme/edulia/donor/donor-1.jpg', NULL, 'Dhaka, Bangladesh', 'Dhaka, Bangladesh', 1, NULL, NULL, '2024-10-23 08:31:23', '2024-10-23 08:31:23', 9, 4, 1, 1), (2, ' Md Rahim ', 'Farmer', '1993-08-05', 'rahim@infixedu.com', '+8855525412', 'public/uploads/theme/edulia/donor/donor-2.jpg', NULL, 'Dhaka, Bangladesh', 'Dhaka, Bangladesh', 1, NULL, NULL, '2024-10-23 08:31:23', '2024-10-23 08:31:23', 9, 4, 1, 1), (3, 'Md Malek', 'Engineer', '1990-12-12', 'malek@infixedu.com', '+8852526698', 'public/uploads/theme/edulia/donor/donor-3.jpg', NULL, 'Dhaka, Bangladesh', 'Dhaka, Bangladesh', 1, NULL, NULL, '2024-10-23 08:31:23', '2024-10-23 08:31:23', 9, 4, 1, 1); -- -------------------------------------------------------- -- -- Table structure for table `sm_dormitory_lists` -- CREATE TABLE `sm_dormitory_lists` ( `id` int(10) UNSIGNED NOT NULL, `dormitory_name` varchar(200) NOT NULL, `type` varchar(191) NOT NULL COMMENT 'B=Boys, G=Girls', `address` varchar(191) DEFAULT NULL, `intake` int(11) DEFAULT NULL, `description` text DEFAULT NULL, `active_status` tinyint(4) NOT NULL DEFAULT 1, `created_at` timestamp NULL DEFAULT NULL, `updated_at` timestamp NULL DEFAULT NULL, `created_by` int(10) UNSIGNED DEFAULT 1, `updated_by` int(10) UNSIGNED DEFAULT 1, `school_id` int(10) UNSIGNED DEFAULT 1, `academic_id` int(10) UNSIGNED DEFAULT 1 ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -------------------------------------------------------- -- -- Table structure for table `sm_email_settings` -- CREATE TABLE `sm_email_settings` ( `id` int(10) UNSIGNED NOT NULL, `email_engine_type` varchar(191) DEFAULT NULL, `from_name` varchar(191) DEFAULT NULL, `from_email` varchar(191) DEFAULT NULL, `mail_driver` varchar(191) DEFAULT NULL, `mail_host` varchar(191) DEFAULT NULL, `mail_port` varchar(191) DEFAULT NULL, `mail_username` varchar(191) DEFAULT NULL, `mail_password` varchar(191) DEFAULT NULL, `mail_encryption` varchar(191) DEFAULT NULL, `school_id` int(10) UNSIGNED DEFAULT 1, `academic_id` int(10) UNSIGNED DEFAULT NULL, `active_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; -- -- Dumping data for table `sm_email_settings` -- INSERT INTO `sm_email_settings` (`id`, `email_engine_type`, `from_name`, `from_email`, `mail_driver`, `mail_host`, `mail_port`, `mail_username`, `mail_password`, `mail_encryption`, `school_id`, `academic_id`, `active_status`, `created_at`, `updated_at`) VALUES (1, 'smtp', 'System Admin', 'admin@infixedu.com', 'smtp', 'smtp.gmail.com', '587', 'demo@spondonit.com', '123456', 'tls', 1, 1, 0, NULL, NULL), (2, 'php', 'System Admin', 'admin@infixedu.com', 'php', '', '', '', '', '', 1, 1, 1, NULL, NULL); -- -------------------------------------------------------- -- -- Table structure for table `sm_email_sms_logs` -- CREATE TABLE `sm_email_sms_logs` ( `id` int(10) UNSIGNED NOT NULL, `title` varchar(191) DEFAULT NULL, `description` varchar(191) DEFAULT NULL, `send_date` date DEFAULT NULL, `send_through` varchar(191) DEFAULT NULL, `send_to` varchar(191) DEFAULT NULL, `active_status` tinyint(4) NOT NULL DEFAULT 1, `created_at` timestamp NULL DEFAULT NULL, `updated_at` timestamp NULL DEFAULT NULL, `created_by` int(10) UNSIGNED DEFAULT 1, `updated_by` int(10) UNSIGNED DEFAULT 1, `school_id` int(10) UNSIGNED DEFAULT 1, `academic_id` int(10) UNSIGNED DEFAULT 1 ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -------------------------------------------------------- -- -- Table structure for table `sm_events` -- CREATE TABLE `sm_events` ( `id` int(10) UNSIGNED NOT NULL, `event_title` varchar(200) DEFAULT NULL, `for_whom` varchar(200) DEFAULT NULL COMMENT 'teacher, student, parents, all', `role_ids` text DEFAULT NULL, `url` text DEFAULT NULL, `event_location` varchar(200) DEFAULT NULL, `event_des` varchar(500) DEFAULT NULL, `from_date` date DEFAULT NULL, `to_date` date DEFAULT NULL, `uplad_image_file` varchar(200) DEFAULT NULL, `active_status` tinyint(4) NOT NULL DEFAULT 1, `created_at` timestamp NULL DEFAULT NULL, `updated_at` timestamp NULL DEFAULT NULL, `created_by` int(10) UNSIGNED DEFAULT 1, `updated_by` int(10) UNSIGNED DEFAULT 1, `school_id` int(10) UNSIGNED DEFAULT 1, `academic_id` int(10) UNSIGNED DEFAULT 1 ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -------------------------------------------------------- -- -- Table structure for table `sm_exams` -- CREATE TABLE `sm_exams` ( `id` int(10) UNSIGNED NOT NULL, `parent_id` int(10) UNSIGNED DEFAULT 0, `exam_mark` double(8,2) DEFAULT NULL, `pass_mark` double(8,2) DEFAULT NULL, `active_status` tinyint(4) NOT NULL DEFAULT 1, `created_at` timestamp NULL DEFAULT NULL, `updated_at` timestamp NULL DEFAULT NULL, `exam_type_id` int(10) UNSIGNED DEFAULT NULL, `class_id` int(10) UNSIGNED DEFAULT NULL, `section_id` int(10) UNSIGNED DEFAULT NULL, `subject_id` int(10) UNSIGNED DEFAULT NULL, `created_by` int(10) UNSIGNED DEFAULT 1, `updated_by` int(10) UNSIGNED DEFAULT 1, `school_id` int(10) UNSIGNED DEFAULT 1, `academic_id` int(10) UNSIGNED DEFAULT 1 ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -------------------------------------------------------- -- -- Table structure for table `sm_exam_attendances` -- CREATE TABLE `sm_exam_attendances` ( `id` int(10) UNSIGNED NOT NULL, `active_status` tinyint(4) NOT NULL DEFAULT 1, `created_at` timestamp NULL DEFAULT NULL, `updated_at` timestamp NULL DEFAULT NULL, `subject_id` int(10) UNSIGNED DEFAULT NULL, `exam_id` int(10) UNSIGNED DEFAULT NULL, `class_id` int(10) UNSIGNED DEFAULT NULL, `section_id` int(10) UNSIGNED DEFAULT NULL, `created_by` int(10) UNSIGNED DEFAULT 1, `updated_by` int(10) UNSIGNED DEFAULT 1, `school_id` int(10) UNSIGNED DEFAULT 1, `academic_id` int(10) UNSIGNED DEFAULT 1 ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -------------------------------------------------------- -- -- Table structure for table `sm_exam_attendance_children` -- CREATE TABLE `sm_exam_attendance_children` ( `id` int(10) UNSIGNED NOT NULL, `attendance_type` varchar(2) DEFAULT NULL COMMENT 'P = present A = Absent', `active_status` tinyint(4) NOT NULL DEFAULT 1, `created_at` timestamp NULL DEFAULT NULL, `updated_at` timestamp NULL DEFAULT NULL, `exam_attendance_id` int(10) UNSIGNED DEFAULT NULL, `student_record_id` bigint(20) UNSIGNED DEFAULT NULL, `class_id` int(10) UNSIGNED DEFAULT NULL, `section_id` int(10) UNSIGNED DEFAULT NULL, `student_id` int(10) UNSIGNED DEFAULT NULL, `created_by` int(10) UNSIGNED DEFAULT 1, `updated_by` int(10) UNSIGNED DEFAULT 1, `school_id` int(10) UNSIGNED DEFAULT 1, `academic_id` int(10) UNSIGNED DEFAULT 1 ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -------------------------------------------------------- -- -- Table structure for table `sm_exam_marks_registers` -- CREATE TABLE `sm_exam_marks_registers` ( `id` int(10) UNSIGNED NOT NULL, `obtained_marks` varchar(200) DEFAULT NULL, `exam_date` date DEFAULT NULL, `comments` varchar(500) DEFAULT NULL, `active_status` tinyint(4) NOT NULL DEFAULT 1, `created_at` timestamp NULL DEFAULT NULL, `updated_at` timestamp NULL DEFAULT NULL, `exam_id` int(10) UNSIGNED NOT NULL, `student_id` int(10) UNSIGNED DEFAULT NULL, `subject_id` int(10) UNSIGNED DEFAULT NULL, `created_by` int(10) UNSIGNED DEFAULT 1, `updated_by` int(10) UNSIGNED DEFAULT 1, `school_id` int(10) UNSIGNED DEFAULT 1, `academic_id` int(10) UNSIGNED DEFAULT 1 ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -------------------------------------------------------- -- -- Table structure for table `sm_exam_schedules` -- CREATE TABLE `sm_exam_schedules` ( `id` int(10) UNSIGNED NOT NULL, `date` date DEFAULT NULL, `active_status` tinyint(4) NOT NULL DEFAULT 1, `created_at` timestamp NULL DEFAULT NULL, `updated_at` timestamp NULL DEFAULT NULL, `exam_period_id` int(10) UNSIGNED DEFAULT NULL, `room_id` int(10) UNSIGNED DEFAULT NULL, `subject_id` int(10) UNSIGNED DEFAULT NULL, `exam_term_id` int(10) UNSIGNED DEFAULT NULL, `exam_id` int(10) UNSIGNED DEFAULT NULL, `class_id` int(10) UNSIGNED DEFAULT NULL, `section_id` int(10) UNSIGNED DEFAULT NULL, `start_time` time DEFAULT NULL, `end_time` time DEFAULT NULL, `teacher_id` int(10) UNSIGNED DEFAULT NULL, `created_by` int(10) UNSIGNED DEFAULT 1, `updated_by` int(10) UNSIGNED DEFAULT 1, `school_id` int(10) UNSIGNED DEFAULT 1, `academic_id` int(10) UNSIGNED DEFAULT 1 ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -------------------------------------------------------- -- -- Table structure for table `sm_exam_schedule_subjects` -- CREATE TABLE `sm_exam_schedule_subjects` ( `id` int(10) UNSIGNED NOT NULL, `date` date DEFAULT NULL, `start_time` varchar(200) DEFAULT NULL, `end_time` varchar(200) DEFAULT NULL, `room` varchar(200) DEFAULT NULL, `full_mark` int(11) DEFAULT NULL, `pass_mark` int(11) DEFAULT NULL, `active_status` tinyint(4) NOT NULL DEFAULT 1, `created_at` timestamp NULL DEFAULT NULL, `updated_at` timestamp NULL DEFAULT NULL, `exam_schedule_id` int(10) UNSIGNED DEFAULT NULL, `subject_id` int(10) UNSIGNED DEFAULT NULL, `created_by` int(10) UNSIGNED DEFAULT 1, `updated_by` int(10) UNSIGNED DEFAULT 1, `school_id` int(10) UNSIGNED DEFAULT 1, `academic_id` int(10) UNSIGNED DEFAULT 1 ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -------------------------------------------------------- -- -- Table structure for table `sm_exam_settings` -- CREATE TABLE `sm_exam_settings` ( `id` int(10) UNSIGNED NOT NULL, `exam_type` int(11) DEFAULT NULL, `title` varchar(191) DEFAULT NULL, `publish_date` date DEFAULT NULL, `start_date` date DEFAULT NULL, `end_date` date DEFAULT NULL, `file` varchar(200) DEFAULT NULL, `active_status` tinyint(4) DEFAULT 1, `created_at` timestamp NULL DEFAULT NULL, `updated_at` timestamp NULL DEFAULT NULL, `school_id` int(10) UNSIGNED DEFAULT 1, `academic_id` int(10) UNSIGNED DEFAULT 1 ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -- Dumping data for table `sm_exam_settings` -- INSERT INTO `sm_exam_settings` (`id`, `exam_type`, `title`, `publish_date`, `start_date`, `end_date`, `file`, `active_status`, `created_at`, `updated_at`, `school_id`, `academic_id`) VALUES (1, 1, 'Exam Controller', '2024-10-23', '2024-10-23', '2024-10-23', 'public/uploads/exam/signature.png', 1, '2024-10-23 08:31:16', '2024-10-23 08:31:16', 1, 1); -- -------------------------------------------------------- -- -- Table structure for table `sm_exam_setups` -- CREATE TABLE `sm_exam_setups` ( `id` int(10) UNSIGNED NOT NULL, `exam_title` varchar(255) DEFAULT NULL, `exam_mark` double(8,2) DEFAULT NULL, `active_status` tinyint(4) NOT NULL DEFAULT 1, `created_at` timestamp NULL DEFAULT NULL, `updated_at` timestamp NULL DEFAULT NULL, `exam_id` int(10) UNSIGNED DEFAULT NULL, `class_id` int(10) UNSIGNED DEFAULT NULL, `subject_id` int(10) UNSIGNED DEFAULT NULL, `section_id` int(10) UNSIGNED DEFAULT NULL, `exam_term_id` int(10) UNSIGNED DEFAULT NULL, `created_by` int(10) UNSIGNED DEFAULT 1, `updated_by` int(10) UNSIGNED DEFAULT 1, `school_id` int(10) UNSIGNED DEFAULT 1, `academic_id` int(10) UNSIGNED DEFAULT 1 ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -------------------------------------------------------- -- -- Table structure for table `sm_exam_signatures` -- CREATE TABLE `sm_exam_signatures` ( `id` bigint(20) UNSIGNED NOT NULL, `title` varchar(191) NOT NULL, `signature` text NOT NULL, `active_status` tinyint(4) NOT NULL DEFAULT 1, `school_id` int(10) UNSIGNED DEFAULT 1, `academic_id` int(10) UNSIGNED DEFAULT NULL, `created_at` timestamp NULL DEFAULT NULL, `updated_at` timestamp NULL DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -------------------------------------------------------- -- -- Table structure for table `sm_exam_types` -- CREATE TABLE `sm_exam_types` ( `id` int(10) UNSIGNED NOT NULL, `active_status` int(11) NOT NULL DEFAULT 1, `title` varchar(255) NOT NULL, `is_average` tinyint(4) NOT NULL DEFAULT 0, `percentage` double(8,2) DEFAULT NULL, `average_mark` double(8,2) NOT NULL DEFAULT 0.00, `created_at` timestamp NULL DEFAULT NULL, `updated_at` timestamp NULL DEFAULT NULL, `created_by` int(10) UNSIGNED DEFAULT 1, `updated_by` int(10) UNSIGNED DEFAULT 1, `school_id` int(10) UNSIGNED DEFAULT 1, `academic_id` int(10) UNSIGNED DEFAULT 1, `parent_id` int(10) UNSIGNED DEFAULT 0, `percantage` double(8,2) DEFAULT 100.00 ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -------------------------------------------------------- -- -- Table structure for table `sm_expense_heads` -- CREATE TABLE `sm_expense_heads` ( `id` int(10) UNSIGNED NOT NULL, `name` varchar(200) DEFAULT NULL, `description` text DEFAULT NULL, `active_status` tinyint(4) NOT NULL DEFAULT 1, `created_at` timestamp NULL DEFAULT NULL, `updated_at` timestamp NULL DEFAULT NULL, `created_by` int(10) UNSIGNED DEFAULT 1, `updated_by` int(10) UNSIGNED DEFAULT 1, `school_id` int(10) UNSIGNED DEFAULT 1, `academic_id` int(10) UNSIGNED DEFAULT 1 ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -------------------------------------------------------- -- -- Table structure for table `sm_expert_teachers` -- CREATE TABLE `sm_expert_teachers` ( `id` bigint(20) UNSIGNED NOT NULL, `staff_id` tinyint(4) NOT NULL, `created_by` tinyint(4) DEFAULT NULL, `updated_by` tinyint(4) DEFAULT NULL, `created_at` timestamp NULL DEFAULT NULL, `updated_at` timestamp NULL DEFAULT NULL, `school_id` int(10) UNSIGNED DEFAULT 1, `position` int(11) NOT NULL DEFAULT 0 ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -------------------------------------------------------- -- -- Table structure for table `sm_fees_assigns` -- CREATE TABLE `sm_fees_assigns` ( `id` int(10) UNSIGNED NOT NULL, `active_status` tinyint(4) NOT NULL DEFAULT 1, `created_at` timestamp NULL DEFAULT NULL, `updated_at` timestamp NULL DEFAULT NULL, `fees_amount` double(10,2) DEFAULT NULL, `applied_discount` double(10,2) DEFAULT NULL, `fees_master_id` int(10) UNSIGNED DEFAULT NULL, `fees_discount_id` int(10) UNSIGNED DEFAULT NULL, `record_id` int(10) UNSIGNED DEFAULT NULL, `student_id` int(10) UNSIGNED DEFAULT NULL, `created_by` int(10) UNSIGNED DEFAULT 1, `updated_by` int(10) UNSIGNED DEFAULT 1, `school_id` int(10) UNSIGNED DEFAULT 1, `academic_id` int(10) UNSIGNED DEFAULT 1, `class_id` int(10) UNSIGNED DEFAULT NULL, `section_id` int(10) UNSIGNED DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -------------------------------------------------------- -- -- Table structure for table `sm_fees_assign_discounts` -- CREATE TABLE `sm_fees_assign_discounts` ( `id` int(10) UNSIGNED NOT NULL, `active_status` tinyint(4) NOT NULL DEFAULT 1, `created_at` timestamp NULL DEFAULT NULL, `updated_at` timestamp NULL DEFAULT NULL, `student_id` int(10) UNSIGNED DEFAULT NULL, `record_id` int(10) UNSIGNED DEFAULT NULL, `fees_discount_id` int(10) UNSIGNED DEFAULT NULL, `fees_type_id` int(10) UNSIGNED DEFAULT NULL, `fees_group_id` int(10) UNSIGNED DEFAULT NULL, `applied_amount` double DEFAULT 0, `unapplied_amount` double DEFAULT NULL, `created_by` int(10) UNSIGNED DEFAULT 1, `updated_by` int(10) UNSIGNED DEFAULT 1, `school_id` int(10) UNSIGNED DEFAULT 1, `academic_id` int(10) UNSIGNED DEFAULT 1 ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -------------------------------------------------------- -- -- Table structure for table `sm_fees_carry_forwards` -- CREATE TABLE `sm_fees_carry_forwards` ( `id` int(10) UNSIGNED NOT NULL, `balance` double(16,2) NOT NULL, `active_status` tinyint(4) NOT NULL DEFAULT 1, `notes` varchar(191) NOT NULL DEFAULT 'Fees Carry Forward', `balance_type` varchar(191) DEFAULT NULL, `due_date` timestamp NULL DEFAULT NULL, `created_at` timestamp NULL DEFAULT NULL, `updated_at` timestamp NULL DEFAULT NULL, `student_id` int(10) UNSIGNED DEFAULT NULL, `created_by` int(10) UNSIGNED DEFAULT 1, `updated_by` int(10) UNSIGNED DEFAULT 1, `school_id` int(10) UNSIGNED DEFAULT 1, `academic_id` int(10) UNSIGNED DEFAULT 1 ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -------------------------------------------------------- -- -- Table structure for table `sm_fees_discounts` -- CREATE TABLE `sm_fees_discounts` ( `id` int(10) UNSIGNED NOT NULL, `name` varchar(200) DEFAULT NULL, `code` varchar(200) DEFAULT NULL, `type` enum('once','year') DEFAULT NULL COMMENT 'once for one time, year for all months', `amount` double(10,2) DEFAULT NULL, `description` text DEFAULT NULL, `active_status` tinyint(4) NOT NULL DEFAULT 1, `created_at` timestamp NULL DEFAULT NULL, `updated_at` timestamp NULL DEFAULT NULL, `record_id` int(10) UNSIGNED DEFAULT NULL, `created_by` int(10) UNSIGNED DEFAULT 1, `updated_by` int(10) UNSIGNED DEFAULT 1, `school_id` int(10) UNSIGNED DEFAULT 1, `academic_id` int(10) UNSIGNED DEFAULT 1 ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -------------------------------------------------------- -- -- Table structure for table `sm_fees_groups` -- CREATE TABLE `sm_fees_groups` ( `id` int(10) UNSIGNED NOT NULL, `name` varchar(200) DEFAULT NULL, `type` varchar(200) DEFAULT NULL, `start_date` date DEFAULT NULL, `end_date` date DEFAULT NULL, `due_date` date DEFAULT NULL, `description` text DEFAULT NULL, `active_status` tinyint(4) NOT NULL DEFAULT 1, `created_at` timestamp NULL DEFAULT NULL, `updated_at` timestamp NULL DEFAULT NULL, `created_by` int(10) UNSIGNED DEFAULT 1, `updated_by` int(10) UNSIGNED DEFAULT 1, `school_id` int(10) UNSIGNED DEFAULT 1, `academic_id` int(10) UNSIGNED DEFAULT 1, `un_semester_label_id` int(11) DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -------------------------------------------------------- -- -- Table structure for table `sm_fees_masters` -- CREATE TABLE `sm_fees_masters` ( `id` int(10) UNSIGNED NOT NULL, `date` date DEFAULT NULL, `amount` double(10,2) DEFAULT NULL, `active_status` tinyint(4) NOT NULL DEFAULT 1, `created_at` timestamp NULL DEFAULT NULL, `updated_at` timestamp NULL DEFAULT NULL, `fees_group_id` int(10) UNSIGNED DEFAULT NULL, `fees_type_id` int(10) UNSIGNED DEFAULT NULL, `created_by` int(10) UNSIGNED DEFAULT 1, `updated_by` int(10) UNSIGNED DEFAULT 1, `school_id` int(10) UNSIGNED DEFAULT 1, `academic_id` int(10) UNSIGNED DEFAULT 1, `class_id` int(10) UNSIGNED DEFAULT NULL, `section_id` int(10) UNSIGNED DEFAULT NULL, `un_semester_label_id` int(11) DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -------------------------------------------------------- -- -- Table structure for table `sm_fees_payments` -- CREATE TABLE `sm_fees_payments` ( `id` int(10) UNSIGNED NOT NULL, `discount_month` tinyint(4) DEFAULT NULL, `discount_amount` double(8,2) DEFAULT NULL, `fine` double(8,2) DEFAULT NULL, `amount` double(10,2) DEFAULT NULL, `payment_date` date DEFAULT NULL, `payment_mode` varchar(100) DEFAULT NULL, `note` text DEFAULT NULL, `slip` varchar(191) DEFAULT NULL, `fine_title` varchar(191) DEFAULT NULL, `active_status` tinyint(4) NOT NULL DEFAULT 1, `created_at` timestamp NULL DEFAULT NULL, `updated_at` timestamp NULL DEFAULT NULL, `assign_id` int(10) UNSIGNED DEFAULT NULL, `bank_id` int(10) UNSIGNED DEFAULT NULL, `fees_discount_id` int(10) UNSIGNED DEFAULT NULL, `fees_type_id` int(10) UNSIGNED DEFAULT NULL, `record_id` int(10) UNSIGNED DEFAULT NULL, `student_id` int(10) UNSIGNED DEFAULT NULL, `created_by` int(10) UNSIGNED DEFAULT 1, `updated_by` int(10) UNSIGNED DEFAULT 1, `school_id` int(10) UNSIGNED DEFAULT 1, `academic_id` int(10) UNSIGNED DEFAULT 1, `direct_fees_installment_assign_id` int(10) UNSIGNED DEFAULT NULL, `installment_payment_id` int(10) UNSIGNED DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -------------------------------------------------------- -- -- Table structure for table `sm_fees_types` -- CREATE TABLE `sm_fees_types` ( `id` int(10) UNSIGNED NOT NULL, `name` varchar(230) DEFAULT NULL, `description` text DEFAULT NULL, `active_status` tinyint(4) NOT NULL DEFAULT 1, `created_at` timestamp NULL DEFAULT NULL, `updated_at` timestamp NULL DEFAULT NULL, `fees_group_id` int(10) UNSIGNED DEFAULT 1, `created_by` int(10) UNSIGNED DEFAULT 1, `updated_by` int(10) UNSIGNED DEFAULT 1, `school_id` int(10) UNSIGNED DEFAULT 1, `academic_id` int(10) UNSIGNED DEFAULT 1, `un_semester_label_id` int(11) DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -------------------------------------------------------- -- -- Table structure for table `sm_form_downloads` -- CREATE TABLE `sm_form_downloads` ( `id` bigint(20) UNSIGNED NOT NULL, `title` varchar(191) DEFAULT NULL, `short_description` varchar(200) DEFAULT NULL, `publish_date` date DEFAULT NULL, `link` varchar(191) DEFAULT NULL, `file` varchar(191) DEFAULT NULL, `show_public` tinyint(4) NOT NULL DEFAULT 1, `created_at` timestamp NULL DEFAULT NULL, `updated_at` timestamp NULL DEFAULT NULL, `school_id` int(10) UNSIGNED DEFAULT 1 ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -- Dumping data for table `sm_form_downloads` -- INSERT INTO `sm_form_downloads` (`id`, `title`, `short_description`, `publish_date`, `link`, `file`, `show_public`, `created_at`, `updated_at`, `school_id`) VALUES (1, 'Exam Routine', 'Exam Routine', '2024-10-23', NULL, 'public/uploads/theme/edulia/form_download/file-1.pdf', 1, NULL, NULL, 1), (2, 'Class Routine', 'Class Routine', '2024-10-23', NULL, 'public/uploads/theme/edulia/form_download/file-2.pdf', 1, NULL, NULL, 1), (3, 'Open An Bank Account Routine', 'Open An Bank Account Routine', '2024-10-23', NULL, 'public/uploads/theme/edulia/form_download/file-3.pdf', 1, NULL, NULL, 1); -- -------------------------------------------------------- -- -- Table structure for table `sm_frontend_persmissions` -- CREATE TABLE `sm_frontend_persmissions` ( `id` int(10) UNSIGNED NOT NULL, `name` varchar(255) DEFAULT NULL, `parent_id` int(11) NOT NULL DEFAULT 0, `is_published` int(11) NOT NULL DEFAULT 0, `school_id` int(10) UNSIGNED 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 `sm_frontend_persmissions` -- INSERT INTO `sm_frontend_persmissions` (`id`, `name`, `parent_id`, `is_published`, `school_id`, `created_at`, `updated_at`) VALUES (1, 'Home Page', 0, 1, 1, '2024-10-23 08:31:14', '2024-10-23 08:31:14'), (2, 'About Page', 1, 1, 1, '2024-10-23 08:31:14', '2024-10-23 08:31:14'), (3, 'Image Banner', 1, 1, 1, '2024-10-23 08:31:14', '2024-10-23 08:31:14'), (4, 'Latest News', 1, 1, 1, '2024-10-23 08:31:14', '2024-10-23 08:31:14'), (5, 'Notice Board', 1, 1, 1, '2024-10-23 08:31:14', '2024-10-23 08:31:14'), (6, 'Event List', 1, 1, 1, '2024-10-23 08:31:14', '2024-10-23 08:31:14'), (7, 'Academics', 1, 1, 1, '2024-10-23 08:31:14', '2024-10-23 08:31:14'), (8, 'Testimonial', 1, 1, 1, '2024-10-23 08:31:14', '2024-10-23 08:31:14'), (9, 'Custom Links', 1, 1, 1, '2024-10-23 08:31:14', '2024-10-23 08:31:14'), (10, 'Social Icons', 1, 1, 1, '2024-10-23 08:31:14', '2024-10-23 08:31:14'), (11, 'About Image', 2, 1, 1, '2024-10-23 08:31:14', '2024-10-23 08:31:14'), (12, 'Statistic Number Section', 2, 1, 1, '2024-10-23 08:31:14', '2024-10-23 08:31:14'), (13, 'Our History', 2, 1, 1, '2024-10-23 08:31:14', '2024-10-23 08:31:14'), (14, 'Our Mission and Vision', 2, 1, 1, '2024-10-23 08:31:14', '2024-10-23 08:31:14'), (15, 'Testimonial', 2, 1, 1, '2024-10-23 08:31:14', '2024-10-23 08:31:14'); -- -------------------------------------------------------- -- -- Table structure for table `sm_general_settings` -- CREATE TABLE `sm_general_settings` ( `id` int(10) UNSIGNED NOT NULL, `school_name` varchar(191) DEFAULT NULL, `site_title` varchar(191) DEFAULT NULL, `school_code` varchar(191) DEFAULT NULL, `address` varchar(191) DEFAULT NULL, `phone` varchar(191) DEFAULT NULL, `email` varchar(191) DEFAULT NULL, `file_size` varchar(191) NOT NULL DEFAULT '102400', `currency` varchar(191) DEFAULT 'USD', `currency_symbol` varchar(191) DEFAULT '$', `currency_format` varchar(191) DEFAULT 'symbol_amount', `promotionSetting` int(11) DEFAULT 0, `logo` varchar(191) DEFAULT NULL, `favicon` varchar(191) DEFAULT NULL, `system_version` varchar(191) DEFAULT '8.2.2', `active_status` int(11) DEFAULT 1, `currency_code` varchar(191) DEFAULT 'USD', `language_name` varchar(191) DEFAULT 'en', `session_year` varchar(191) DEFAULT '2020', `system_purchase_code` text DEFAULT NULL, `system_activated_date` date DEFAULT NULL, `last_update` date DEFAULT NULL, `envato_user` varchar(191) DEFAULT NULL, `envato_item_id` varchar(191) DEFAULT NULL, `system_domain` varchar(191) DEFAULT NULL, `copyright_text` text DEFAULT NULL, `api_url` int(11) NOT NULL DEFAULT 1, `website_btn` int(11) NOT NULL DEFAULT 1, `dashboard_btn` int(11) NOT NULL DEFAULT 1, `report_btn` int(11) NOT NULL DEFAULT 1, `style_btn` int(11) NOT NULL DEFAULT 1, `ltl_rtl_btn` int(11) NOT NULL DEFAULT 1, `lang_btn` int(11) NOT NULL DEFAULT 1, `website_url` varchar(191) DEFAULT NULL, `ttl_rtl` int(11) NOT NULL DEFAULT 2, `phone_number_privacy` int(11) NOT NULL DEFAULT 1, `created_at` timestamp NULL DEFAULT NULL, `updated_at` timestamp NULL DEFAULT NULL, `week_start_id` int(11) DEFAULT NULL, `time_zone_id` int(11) DEFAULT NULL, `attendance_layout` int(11) DEFAULT 1, `session_id` int(10) UNSIGNED DEFAULT NULL, `language_id` int(10) UNSIGNED DEFAULT 1, `date_format_id` int(10) UNSIGNED DEFAULT 1, `ss_page_load` int(11) DEFAULT 3, `sub_topic_enable` tinyint(1) NOT NULL DEFAULT 1, `school_id` int(10) UNSIGNED DEFAULT 1, `software_version` varchar(100) DEFAULT NULL, `email_driver` varchar(191) NOT NULL DEFAULT 'php', `fcm_key` text DEFAULT NULL, `multiple_roll` tinyint(4) DEFAULT 0, `Lesson` int(11) DEFAULT 1, `Chat` int(11) DEFAULT 1, `FeesCollection` int(11) DEFAULT 0, `income_head_id` int(11) DEFAULT 0, `InfixBiometrics` int(11) DEFAULT 0, `ResultReports` int(11) DEFAULT 0, `TemplateSettings` int(11) DEFAULT 1, `MenuManage` int(11) DEFAULT 1, `RolePermission` int(11) DEFAULT 1, `RazorPay` int(11) DEFAULT 0, `Saas` int(11) DEFAULT 1, `StudentAbsentNotification` int(11) DEFAULT 1, `ParentRegistration` int(11) DEFAULT 0, `Zoom` int(11) DEFAULT 0, `BBB` int(11) DEFAULT 0, `VideoWatch` int(11) DEFAULT 0, `Jitsi` int(11) DEFAULT 0, `OnlineExam` int(11) DEFAULT 0, `SaasRolePermission` int(11) DEFAULT 0, `BulkPrint` int(11) DEFAULT 1, `HimalayaSms` int(11) DEFAULT 1, `XenditPayment` int(11) DEFAULT 1, `Wallet` int(11) DEFAULT 1, `Lms` int(11) DEFAULT 0, `ExamPlan` int(11) DEFAULT 1, `University` int(11) DEFAULT 0, `Gmeet` int(11) DEFAULT 0, `KhaltiPayment` int(11) DEFAULT 0, `Raudhahpay` int(11) DEFAULT 0, `AppSlider` int(11) DEFAULT 1, `BehaviourRecords` int(11) DEFAULT 0, `DownloadCenter` int(11) DEFAULT 1, `AiContent` int(11) DEFAULT 0, `WhatsappSupport` int(11) DEFAULT 0, `InAppLiveClass` int(11) DEFAULT 0, `fees_status` int(11) DEFAULT 1, `lms_checkout` int(11) DEFAULT 0, `academic_id` int(10) UNSIGNED DEFAULT NULL, `is_comment` tinyint(4) DEFAULT 0, `auto_approve` tinyint(4) DEFAULT 0, `blog_search` tinyint(4) DEFAULT 1, `recent_blog` tinyint(4) DEFAULT 1, `un_academic_id` int(10) UNSIGNED DEFAULT 1, `direct_fees_assign` tinyint(1) NOT NULL DEFAULT 0, `with_guardian` tinyint(1) NOT NULL DEFAULT 1, `result_type` varchar(191) DEFAULT NULL, `preloader_status` tinyint(1) NOT NULL DEFAULT 1, `preloader_style` tinyint(4) NOT NULL DEFAULT 3, `preloader_type` tinyint(4) NOT NULL DEFAULT 1, `preloader_image` varchar(191) NOT NULL DEFAULT 'public/uploads/settings/preloader/preloader1.gif', `due_fees_login` tinyint(1) NOT NULL DEFAULT 0 COMMENT '1 = Login restricted by due date , 0 = No Restriction ', `two_factor` tinyint(1) NOT NULL DEFAULT 0 COMMENT '1 = Enable , 0 = Disable', `active_theme` varchar(191) NOT NULL DEFAULT 'edulia', `queue_connection` varchar(191) NOT NULL DEFAULT 'database' ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -- Dumping data for table `sm_general_settings` -- INSERT INTO `sm_general_settings` (`id`, `school_name`, `site_title`, `school_code`, `address`, `phone`, `email`, `file_size`, `currency`, `currency_symbol`, `currency_format`, `promotionSetting`, `logo`, `favicon`, `system_version`, `active_status`, `currency_code`, `language_name`, `session_year`, `system_purchase_code`, `system_activated_date`, `last_update`, `envato_user`, `envato_item_id`, `system_domain`, `copyright_text`, `api_url`, `website_btn`, `dashboard_btn`, `report_btn`, `style_btn`, `ltl_rtl_btn`, `lang_btn`, `website_url`, `ttl_rtl`, `phone_number_privacy`, `created_at`, `updated_at`, `week_start_id`, `time_zone_id`, `attendance_layout`, `session_id`, `language_id`, `date_format_id`, `ss_page_load`, `sub_topic_enable`, `school_id`, `software_version`, `email_driver`, `fcm_key`, `multiple_roll`, `Lesson`, `Chat`, `FeesCollection`, `income_head_id`, `InfixBiometrics`, `ResultReports`, `TemplateSettings`, `MenuManage`, `RolePermission`, `RazorPay`, `Saas`, `StudentAbsentNotification`, `ParentRegistration`, `Zoom`, `BBB`, `VideoWatch`, `Jitsi`, `OnlineExam`, `SaasRolePermission`, `BulkPrint`, `HimalayaSms`, `XenditPayment`, `Wallet`, `Lms`, `ExamPlan`, `University`, `Gmeet`, `KhaltiPayment`, `Raudhahpay`, `AppSlider`, `BehaviourRecords`, `DownloadCenter`, `AiContent`, `WhatsappSupport`, `InAppLiveClass`, `fees_status`, `lms_checkout`, `academic_id`, `is_comment`, `auto_approve`, `blog_search`, `recent_blog`, `un_academic_id`, `direct_fees_assign`, `with_guardian`, `result_type`, `preloader_status`, `preloader_style`, `preloader_type`, `preloader_image`, `due_fees_login`, `two_factor`, `active_theme`, `queue_connection`) VALUES (1, 'KADER Schools (LMS)', 'School Management System', '12345678', 'Hadayek El Ahram, Giza, Egypt', '+201145270392', 'admin@gmail.com', '102400', 'USD', '$', 'symbol_amount', 0, 'public/uploads/settings/da22b4a0823a23b68be65ac77d7bd0cc.png', 'public/uploads/settings/f22c8cd77fb593973ce1d49703966a54.png', '8.2.2', 1, 'USD', 'en', '2025', 'license_code', '2024-10-23', '2024-10-23', NULL, NULL, 'https://schoool.w-manage.org', 'Copyright © 2025 All rights reserved | ICS- Group \r\nW-Manage (LMS)', 1, 1, 1, 1, 1, 1, 1, NULL, 2, 1, NULL, '2025-04-12 13:48:09', 2, 145, 1, 2, 1, 1, 3, 1, 1, '8.2.2', 'php', NULL, 0, 1, 1, 0, 1, 0, 0, 1, 1, 1, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 1, 1, 1, 1, 0, 1, 0, 0, 0, 0, 1, 0, 1, 0, 0, 0, 1, 0, 2, 0, 0, 1, 1, 1, 0, 1, NULL, 1, 17, 1, 'public/uploads/settings/preloader/preloader1.gif', 0, 0, 'edulia', 'database'); -- -------------------------------------------------------- -- -- Table structure for table `sm_header_menu_managers` -- CREATE TABLE `sm_header_menu_managers` ( `id` bigint(20) UNSIGNED NOT NULL, `type` varchar(191) NOT NULL, `element_id` bigint(20) UNSIGNED DEFAULT NULL, `title` varchar(191) DEFAULT NULL, `link` varchar(191) DEFAULT NULL, `parent_id` bigint(20) UNSIGNED DEFAULT NULL, `position` int(10) UNSIGNED NOT NULL DEFAULT 0, `show` tinyint(1) NOT NULL DEFAULT 0, `is_newtab` tinyint(1) NOT NULL DEFAULT 0, `theme` varchar(191) NOT NULL DEFAULT 'default', `school_id` int(10) UNSIGNED 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 `sm_header_menu_managers` -- INSERT INTO `sm_header_menu_managers` (`id`, `type`, `element_id`, `title`, `link`, `parent_id`, `position`, `show`, `is_newtab`, `theme`, `school_id`, `created_at`, `updated_at`) VALUES (1, 'sPages', 12, 'Home', '/home', NULL, 1, 0, 0, 'edulia', 1, '2024-01-05 07:37:19', '2024-01-05 07:40:14'), (2, 'sPages', 2, 'About', '/aboutus-page', NULL, 2, 0, 0, 'edulia', 1, '2024-01-05 07:37:52', '2024-01-05 07:40:14'), (3, 'sPages', 5, 'Course', '/course', NULL, 3, 0, 0, 'edulia', 1, '2024-01-05 07:38:04', '2024-01-05 07:40:14'), (4, 'customLink', NULL, 'Blog', 'https://schoool.w-manage.org/blog-list', NULL, 4, 0, 0, 'edulia', 1, '2024-01-05 07:38:04', '2024-01-05 07:40:14'), (5, 'sPages', 10, 'Gallery', '/gallery', NULL, 5, 0, 0, 'edulia', 1, '2024-01-05 07:38:17', '2024-01-05 07:40:14'), (6, 'sPages', 15, 'Result', '/result', NULL, 6, 0, 0, 'edulia', 1, '2024-01-05 07:38:30', '2024-01-05 07:40:14'), (8, 'customLink', NULL, 'Others', NULL, NULL, 8, 0, 0, 'edulia', 1, '2024-01-05 07:38:39', '2024-01-05 07:40:14'), (9, 'customLink', NULL, 'Student', NULL, 8, 1, 0, 0, 'edulia', 1, '2024-01-05 07:39:55', '2024-01-05 07:40:21'), (10, 'sPages', 16, 'Student List', '/student-lists', 9, 1, 0, 0, 'edulia', 1, '2024-01-05 07:39:32', '2024-01-05 07:40:27'), (11, 'customLink', NULL, 'Teacher', NULL, 8, 2, 0, 0, 'edulia', 1, '2024-01-05 07:40:03', '2024-01-05 07:40:36'), (12, 'sPages', 21, 'Teacher List', '/teacher-lists', 11, 1, 0, 0, 'edulia', 1, '2024-01-05 07:39:32', '2024-01-05 07:40:45'), (13, 'sPages', 3, 'Academic Calendar', '/academic-calendars', 8, 3, 0, 0, 'edulia', 1, '2024-01-05 07:39:32', '2024-10-23 17:56:30'), (14, 'customLink', NULL, 'Routine', NULL, 8, 4, 0, 0, 'edulia', 1, '2024-01-05 07:39:47', '2024-10-23 17:56:30'), (15, 'sPages', 4, 'Class Routine', '/class-routines', 14, 1, 0, 0, 'edulia', 1, '2024-01-05 07:39:32', '2024-01-05 07:41:30'), (16, 'sPages', 7, 'Exam Routine', '/exam-routine', 14, 2, 0, 0, 'edulia', 1, '2024-01-05 07:39:32', '2024-01-05 07:41:35'), (17, 'sPages', 6, 'Events', '/events', 8, 5, 0, 0, 'edulia', 1, '2024-01-05 07:39:32', '2024-10-23 17:56:30'), (18, 'sPages', 8, 'Facilities', '/facilities', 8, 6, 0, 0, 'edulia', 1, '2024-01-05 07:39:32', '2024-10-23 17:56:30'), (19, 'sPages', 13, 'Individual Result', '/individual-result', 8, 7, 0, 0, 'edulia', 1, '2024-01-05 07:39:32', '2024-10-23 17:56:30'), (20, 'sPages', 14, 'Noticeboard', '/noticeboard', 8, 8, 0, 0, 'edulia', 1, '2024-01-05 07:39:32', '2024-10-23 17:56:30'), (21, 'sPages', 17, 'Tuition Fees', '/tuition-fees', 8, 9, 0, 0, 'edulia', 1, '2024-01-05 07:39:32', '2024-10-23 17:56:30'), (22, 'sPages', 18, 'Donor List', '/donor-list', 8, 10, 0, 0, 'edulia', 1, '2024-01-05 07:39:32', '2024-10-23 17:56:30'), (23, 'sPages', 19, 'Book a Visit', '/book-a-visit', 8, 11, 0, 0, 'edulia', 1, '2024-01-05 07:39:32', '2024-10-23 17:56:30'), (24, 'sPages', 20, 'Form Download', '/form-download-list', 8, 12, 0, 0, 'edulia', 1, '2024-01-05 07:39:32', '2024-10-23 17:56:30'), (25, 'customLink', NULL, 'Archive', 'https://schoool.w-manage.org/archive-list', 8, 13, 0, 0, 'edulia', 1, '2024-01-05 07:38:04', '2024-10-23 17:56:30'), (26, 'sPages', 22, 'Contact', '/contact-us', NULL, 7, 0, 0, 'edulia', 1, '2024-01-05 07:43:22', '2024-01-05 07:43:22'); -- -------------------------------------------------------- -- -- Table structure for table `sm_holidays` -- CREATE TABLE `sm_holidays` ( `id` int(10) UNSIGNED NOT NULL, `holiday_title` varchar(200) DEFAULT NULL, `details` varchar(500) DEFAULT NULL, `from_date` date DEFAULT NULL, `to_date` date DEFAULT NULL, `upload_image_file` varchar(200) DEFAULT NULL, `active_status` tinyint(4) NOT NULL DEFAULT 1, `created_at` timestamp NULL DEFAULT NULL, `updated_at` timestamp NULL DEFAULT NULL, `created_by` int(10) UNSIGNED DEFAULT 1, `updated_by` int(10) UNSIGNED DEFAULT 1, `school_id` int(10) UNSIGNED DEFAULT 1, `academic_id` int(10) UNSIGNED DEFAULT 1 ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -------------------------------------------------------- -- -- Table structure for table `sm_homeworks` -- CREATE TABLE `sm_homeworks` ( `id` int(10) UNSIGNED NOT NULL, `homework_date` date DEFAULT NULL, `submission_date` date DEFAULT NULL, `evaluation_date` date DEFAULT NULL, `file` varchar(200) DEFAULT NULL, `marks` varchar(200) DEFAULT NULL, `description` varchar(500) DEFAULT NULL, `active_status` tinyint(4) NOT NULL DEFAULT 1, `created_at` timestamp NULL DEFAULT NULL, `updated_at` timestamp NULL DEFAULT NULL, `evaluated_by` int(10) UNSIGNED DEFAULT NULL, `class_id` int(10) UNSIGNED DEFAULT NULL, `record_id` int(10) UNSIGNED DEFAULT NULL, `section_id` int(11) DEFAULT NULL, `subject_id` int(10) UNSIGNED DEFAULT NULL, `created_by` int(10) UNSIGNED DEFAULT 1, `updated_by` int(10) UNSIGNED DEFAULT 1, `school_id` int(10) UNSIGNED DEFAULT 1, `academic_id` int(10) UNSIGNED DEFAULT 1, `course_id` bigint(20) UNSIGNED DEFAULT NULL, `lesson_id` bigint(20) UNSIGNED DEFAULT NULL, `chapter_id` bigint(20) UNSIGNED DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -------------------------------------------------------- -- -- Table structure for table `sm_homework_students` -- CREATE TABLE `sm_homework_students` ( `id` int(10) UNSIGNED NOT NULL, `marks` varchar(200) DEFAULT NULL, `teacher_comments` varchar(255) DEFAULT NULL, `complete_status` varchar(200) DEFAULT NULL, `active_status` tinyint(4) NOT NULL DEFAULT 1, `created_at` timestamp NULL DEFAULT NULL, `updated_at` timestamp NULL DEFAULT NULL, `student_id` int(10) UNSIGNED DEFAULT NULL, `homework_id` int(10) UNSIGNED DEFAULT NULL, `created_by` int(10) UNSIGNED DEFAULT 1, `updated_by` int(10) UNSIGNED DEFAULT 1, `school_id` int(10) UNSIGNED DEFAULT 1, `academic_id` int(10) UNSIGNED DEFAULT 1 ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -------------------------------------------------------- -- -- Table structure for table `sm_home_page_settings` -- CREATE TABLE `sm_home_page_settings` ( `id` int(10) UNSIGNED NOT NULL, `title` varchar(255) DEFAULT NULL, `long_title` varchar(255) DEFAULT NULL, `short_description` text DEFAULT NULL, `link_label` varchar(255) DEFAULT NULL, `link_url` varchar(255) DEFAULT NULL, `image` varchar(255) DEFAULT NULL, `school_id` int(10) UNSIGNED 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 `sm_home_page_settings` -- INSERT INTO `sm_home_page_settings` (`id`, `title`, `long_title`, `short_description`, `link_label`, `link_url`, `image`, `school_id`, `created_at`, `updated_at`) VALUES (1, 'THE ULTIMATE EDUCATION ERP', 'INFIX', 'Managing various administrative tasks in one place is now quite easy and time savior with this INFIX and Give your valued time to your institute that will increase next generation productivity for our society.', 'Learn More About Us', 'http://infixedu.com/about', 'public/backEnd/img/client/home-banner1.jpg', 1, '2024-10-23 08:31:14', '2024-10-23 08:31:14'); -- -------------------------------------------------------- -- -- Table structure for table `sm_hourly_rates` -- CREATE TABLE `sm_hourly_rates` ( `id` int(10) UNSIGNED NOT NULL, `grade` varchar(191) DEFAULT NULL, `rate` int(11) DEFAULT NULL, `active_status` tinyint(4) NOT NULL DEFAULT 1, `created_at` timestamp NULL DEFAULT NULL, `updated_at` timestamp NULL DEFAULT NULL, `created_by` int(10) UNSIGNED DEFAULT 1, `updated_by` int(10) UNSIGNED DEFAULT 1, `school_id` int(10) UNSIGNED DEFAULT 1, `academic_id` int(10) UNSIGNED DEFAULT 1 ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -------------------------------------------------------- -- -- Table structure for table `sm_hr_payroll_earn_deducs` -- CREATE TABLE `sm_hr_payroll_earn_deducs` ( `id` int(10) UNSIGNED NOT NULL, `type_name` varchar(191) DEFAULT NULL, `amount` double(10,2) DEFAULT NULL, `earn_dedc_type` varchar(5) DEFAULT NULL COMMENT 'e for earnings and d for deductions', `active_status` tinyint(4) NOT NULL DEFAULT 1, `created_at` timestamp NULL DEFAULT NULL, `updated_at` timestamp NULL DEFAULT NULL, `payroll_generate_id` int(10) UNSIGNED DEFAULT NULL, `created_by` int(10) UNSIGNED DEFAULT 1, `updated_by` int(10) UNSIGNED DEFAULT 1, `school_id` int(10) UNSIGNED DEFAULT 1, `academic_id` int(10) UNSIGNED DEFAULT 1 ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -------------------------------------------------------- -- -- Table structure for table `sm_hr_payroll_generates` -- CREATE TABLE `sm_hr_payroll_generates` ( `id` int(10) UNSIGNED NOT NULL, `basic_salary` double DEFAULT NULL, `total_earning` double DEFAULT NULL, `total_deduction` double DEFAULT NULL, `gross_salary` double DEFAULT NULL, `tax` double DEFAULT NULL, `net_salary` double DEFAULT NULL, `payroll_month` varchar(191) DEFAULT NULL, `payroll_year` varchar(191) DEFAULT NULL, `payroll_status` varchar(191) DEFAULT NULL COMMENT 'NG for not generated, G for generated, P for paid', `payment_mode` varchar(191) DEFAULT NULL, `payment_date` date DEFAULT NULL, `bank_id` int(11) DEFAULT NULL, `note` varchar(200) DEFAULT NULL, `active_status` tinyint(4) NOT NULL DEFAULT 1, `paid_amount` int(11) DEFAULT NULL, `is_partial` int(11) DEFAULT NULL, `created_at` timestamp NULL DEFAULT NULL, `updated_at` timestamp NULL DEFAULT NULL, `staff_id` int(10) UNSIGNED DEFAULT NULL, `created_by` int(10) UNSIGNED DEFAULT 1, `updated_by` int(10) UNSIGNED DEFAULT 1, `school_id` int(10) UNSIGNED DEFAULT 1, `academic_id` int(10) UNSIGNED DEFAULT 1 ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -------------------------------------------------------- -- -- Table structure for table `sm_hr_salary_templates` -- CREATE TABLE `sm_hr_salary_templates` ( `id` int(10) UNSIGNED NOT NULL, `salary_grades` varchar(200) DEFAULT NULL, `salary_basic` varchar(200) DEFAULT NULL, `overtime_rate` varchar(200) DEFAULT NULL, `house_rent` int(11) DEFAULT NULL, `provident_fund` int(11) DEFAULT NULL, `gross_salary` int(11) DEFAULT NULL, `total_deduction` int(11) DEFAULT NULL, `net_salary` int(11) DEFAULT NULL, `active_status` tinyint(4) NOT NULL DEFAULT 1, `created_at` timestamp NULL DEFAULT NULL, `updated_at` timestamp NULL DEFAULT NULL, `created_by` int(10) UNSIGNED DEFAULT 1, `updated_by` int(10) UNSIGNED DEFAULT 1, `school_id` int(10) UNSIGNED DEFAULT 1, `academic_id` int(10) UNSIGNED DEFAULT 1 ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -------------------------------------------------------- -- -- Table structure for table `sm_human_departments` -- CREATE TABLE `sm_human_departments` ( `id` int(10) UNSIGNED NOT NULL, `name` varchar(191) DEFAULT NULL, `active_status` tinyint(4) NOT NULL DEFAULT 1, `created_at` timestamp NULL DEFAULT NULL, `updated_at` timestamp NULL DEFAULT NULL, `created_by` int(10) UNSIGNED DEFAULT 1, `updated_by` int(10) UNSIGNED DEFAULT 1, `school_id` int(10) UNSIGNED DEFAULT 1, `is_saas` int(10) UNSIGNED DEFAULT 0 ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -- Dumping data for table `sm_human_departments` -- INSERT INTO `sm_human_departments` (`id`, `name`, `active_status`, `created_at`, `updated_at`, `created_by`, `updated_by`, `school_id`, `is_saas`) VALUES (1, 'Admin', 1, '2024-10-23 08:31:09', NULL, 1, 1, 1, 0); -- -------------------------------------------------------- -- -- Table structure for table `sm_income_heads` -- CREATE TABLE `sm_income_heads` ( `id` int(10) UNSIGNED NOT NULL, `name` varchar(200) NOT NULL, `description` text DEFAULT NULL, `active_status` tinyint(4) NOT NULL DEFAULT 1, `created_at` timestamp NULL DEFAULT NULL, `updated_at` timestamp NULL DEFAULT NULL, `created_by` int(10) UNSIGNED DEFAULT 1, `updated_by` int(10) UNSIGNED DEFAULT 1, `school_id` int(10) UNSIGNED DEFAULT 1, `academic_id` int(10) UNSIGNED DEFAULT 1 ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -------------------------------------------------------- -- -- Table structure for table `sm_instructions` -- CREATE TABLE `sm_instructions` ( `id` int(10) UNSIGNED NOT NULL, `title` varchar(200) NOT NULL, `description` text NOT NULL, `active_status` tinyint(4) NOT NULL DEFAULT 1, `created_at` timestamp NULL DEFAULT NULL, `updated_at` timestamp NULL DEFAULT NULL, `created_by` int(10) UNSIGNED DEFAULT 1, `updated_by` int(10) UNSIGNED DEFAULT 1, `school_id` int(10) UNSIGNED DEFAULT 1 ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -------------------------------------------------------- -- -- Table structure for table `sm_inventory_payments` -- CREATE TABLE `sm_inventory_payments` ( `id` int(10) UNSIGNED NOT NULL, `item_receive_sell_id` int(10) UNSIGNED DEFAULT NULL, `payment_date` date DEFAULT NULL, `amount` double(10,2) DEFAULT NULL, `reference_no` varchar(50) DEFAULT NULL, `payment_type` varchar(11) DEFAULT NULL COMMENT 'R for receive S for sell', `payment_method` int(10) UNSIGNED DEFAULT NULL, `notes` varchar(500) DEFAULT NULL, `active_status` tinyint(4) NOT NULL DEFAULT 1, `created_at` timestamp NULL DEFAULT NULL, `updated_at` timestamp NULL DEFAULT NULL, `created_by` int(10) UNSIGNED DEFAULT 1, `updated_by` int(10) UNSIGNED DEFAULT 1, `school_id` int(10) UNSIGNED DEFAULT 1, `academic_id` int(10) UNSIGNED DEFAULT 1 ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -------------------------------------------------------- -- -- Table structure for table `sm_items` -- CREATE TABLE `sm_items` ( `id` int(10) UNSIGNED NOT NULL, `item_name` varchar(100) DEFAULT NULL, `total_in_stock` double(8,2) DEFAULT NULL, `description` varchar(500) DEFAULT NULL, `created_at` timestamp NULL DEFAULT NULL, `updated_at` timestamp NULL DEFAULT NULL, `item_category_id` int(10) UNSIGNED DEFAULT NULL, `school_id` int(10) UNSIGNED DEFAULT 1, `academic_id` int(10) UNSIGNED DEFAULT 1 ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -------------------------------------------------------- -- -- Table structure for table `sm_item_categories` -- CREATE TABLE `sm_item_categories` ( `id` int(10) UNSIGNED NOT NULL, `category_name` varchar(100) DEFAULT NULL, `created_at` timestamp NULL DEFAULT NULL, `updated_at` timestamp NULL DEFAULT NULL, `school_id` int(10) UNSIGNED DEFAULT 1, `academic_id` int(10) UNSIGNED DEFAULT 1 ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -------------------------------------------------------- -- -- Table structure for table `sm_item_issues` -- CREATE TABLE `sm_item_issues` ( `id` int(10) UNSIGNED NOT NULL, `issue_to` int(10) UNSIGNED DEFAULT NULL, `issue_by` int(10) UNSIGNED DEFAULT NULL, `issue_date` date DEFAULT NULL, `due_date` date DEFAULT NULL, `quantity` int(10) UNSIGNED DEFAULT NULL, `issue_status` varchar(191) DEFAULT NULL, `note` varchar(500) DEFAULT NULL, `active_status` tinyint(4) NOT NULL DEFAULT 1, `created_at` timestamp NULL DEFAULT NULL, `updated_at` timestamp NULL DEFAULT NULL, `role_id` int(10) UNSIGNED DEFAULT NULL, `item_category_id` int(10) UNSIGNED DEFAULT NULL, `item_id` int(10) UNSIGNED DEFAULT NULL, `created_by` int(10) UNSIGNED DEFAULT 1, `updated_by` int(10) UNSIGNED DEFAULT 1, `school_id` int(10) UNSIGNED DEFAULT 1, `academic_id` int(10) UNSIGNED DEFAULT 1 ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -------------------------------------------------------- -- -- Table structure for table `sm_item_receives` -- CREATE TABLE `sm_item_receives` ( `id` int(10) UNSIGNED NOT NULL, `receive_date` date DEFAULT NULL, `reference_no` varchar(191) DEFAULT NULL, `grand_total` decimal(20,2) DEFAULT NULL, `total_quantity` decimal(20,2) DEFAULT NULL, `total_paid` decimal(20,2) DEFAULT NULL, `total_due` decimal(20,2) DEFAULT NULL, `expense_head_id` int(11) DEFAULT NULL, `account_id` int(11) DEFAULT NULL, `payment_method` varchar(191) DEFAULT NULL, `paid_status` varchar(191) DEFAULT NULL, `active_status` tinyint(4) NOT NULL DEFAULT 1, `created_at` timestamp NULL DEFAULT NULL, `updated_at` timestamp NULL DEFAULT NULL, `supplier_id` int(10) UNSIGNED DEFAULT NULL, `store_id` int(10) UNSIGNED DEFAULT NULL, `created_by` int(10) UNSIGNED DEFAULT 1, `updated_by` int(10) UNSIGNED DEFAULT 1, `school_id` int(10) UNSIGNED DEFAULT 1, `academic_id` int(10) UNSIGNED DEFAULT 1 ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -------------------------------------------------------- -- -- Table structure for table `sm_item_receive_children` -- CREATE TABLE `sm_item_receive_children` ( `id` int(10) UNSIGNED NOT NULL, `unit_price` decimal(20,2) DEFAULT NULL, `quantity` decimal(20,2) DEFAULT NULL, `sub_total` decimal(20,2) DEFAULT NULL, `description` varchar(500) DEFAULT NULL, `active_status` tinyint(4) NOT NULL DEFAULT 1, `created_at` timestamp NULL DEFAULT NULL, `updated_at` timestamp NULL DEFAULT NULL, `item_id` int(10) UNSIGNED DEFAULT NULL, `item_receive_id` int(10) UNSIGNED DEFAULT NULL, `created_by` int(10) UNSIGNED DEFAULT 1, `updated_by` int(10) UNSIGNED DEFAULT 1, `school_id` int(10) UNSIGNED DEFAULT 1, `academic_id` int(10) UNSIGNED DEFAULT 1 ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -------------------------------------------------------- -- -- Table structure for table `sm_item_sells` -- CREATE TABLE `sm_item_sells` ( `id` int(10) UNSIGNED NOT NULL, `student_staff_id` int(11) DEFAULT NULL, `sell_date` date DEFAULT NULL, `reference_no` varchar(50) DEFAULT NULL, `grand_total` decimal(20,2) DEFAULT NULL, `total_quantity` decimal(20,2) DEFAULT NULL, `total_paid` decimal(20,2) DEFAULT NULL, `total_due` decimal(20,2) DEFAULT NULL, `income_head_id` int(11) DEFAULT NULL, `account_id` int(11) DEFAULT NULL, `payment_method` varchar(191) DEFAULT NULL, `paid_status` varchar(191) DEFAULT NULL COMMENT 'P = paid, PP = partially paid, U = unpaid, R = ----', `description` varchar(500) DEFAULT NULL, `active_status` tinyint(4) NOT NULL DEFAULT 1, `created_at` timestamp NULL DEFAULT NULL, `updated_at` timestamp NULL DEFAULT NULL, `role_id` int(10) UNSIGNED DEFAULT NULL, `created_by` int(10) UNSIGNED DEFAULT 1, `updated_by` int(10) UNSIGNED DEFAULT 1, `school_id` int(10) UNSIGNED DEFAULT 1, `academic_id` int(10) UNSIGNED DEFAULT 1 ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -------------------------------------------------------- -- -- Table structure for table `sm_item_sell_children` -- CREATE TABLE `sm_item_sell_children` ( `id` int(10) UNSIGNED NOT NULL, `sell_price` decimal(20,2) DEFAULT NULL, `quantity` decimal(20,2) DEFAULT NULL, `sub_total` decimal(20,2) DEFAULT NULL, `description` varchar(500) DEFAULT NULL, `active_status` tinyint(4) NOT NULL DEFAULT 1, `created_at` timestamp NULL DEFAULT NULL, `updated_at` timestamp NULL DEFAULT NULL, `item_sell_id` int(10) UNSIGNED DEFAULT NULL, `item_id` int(10) UNSIGNED DEFAULT NULL, `created_by` int(10) UNSIGNED DEFAULT 1, `updated_by` int(10) UNSIGNED DEFAULT 1, `school_id` int(10) UNSIGNED DEFAULT 1, `academic_id` int(10) UNSIGNED DEFAULT 1 ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -------------------------------------------------------- -- -- Table structure for table `sm_item_stores` -- CREATE TABLE `sm_item_stores` ( `id` int(10) UNSIGNED NOT NULL, `store_name` varchar(100) DEFAULT NULL, `store_no` varchar(100) DEFAULT NULL, `description` varchar(500) DEFAULT NULL, `created_at` timestamp NULL DEFAULT NULL, `updated_at` timestamp NULL DEFAULT NULL, `school_id` int(10) UNSIGNED DEFAULT 1, `academic_id` int(10) UNSIGNED DEFAULT 1 ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -------------------------------------------------------- -- -- Table structure for table `sm_languages` -- CREATE TABLE `sm_languages` ( `id` int(10) UNSIGNED NOT NULL, `language_name` varchar(191) DEFAULT NULL, `native` varchar(191) DEFAULT NULL, `language_universal` varchar(191) DEFAULT NULL, `active_status` tinyint(4) NOT NULL DEFAULT 0, `created_at` timestamp NULL DEFAULT NULL, `updated_at` timestamp NULL DEFAULT NULL, `lang_id` int(10) UNSIGNED DEFAULT 1, `created_by` int(10) UNSIGNED DEFAULT 1, `updated_by` int(10) UNSIGNED DEFAULT 1, `school_id` int(10) UNSIGNED DEFAULT 1 ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -- Dumping data for table `sm_languages` -- INSERT INTO `sm_languages` (`id`, `language_name`, `native`, `language_universal`, `active_status`, `created_at`, `updated_at`, `lang_id`, `created_by`, `updated_by`, `school_id`) VALUES (1, 'English', 'English', 'en', 1, '2024-10-23 08:31:11', '2025-06-30 14:47:55', 19, 1, 1, 1), (2, 'Bengali', 'বাংলা', 'bn', 0, '2024-10-23 08:31:11', '2024-10-23 08:31:11', 9, 1, 1, 1), (3, 'Spanish', 'Español', 'es', 0, '2024-10-23 08:31:11', '2024-10-23 08:31:11', 20, 1, 1, 1), (4, 'French', 'Français', 'fr', 0, '2024-10-23 08:31:11', '2024-10-23 08:31:11', 28, 1, 1, 1), (5, 'Arabic', 'العربية', 'ar', 0, '2025-05-06 16:07:54', '2025-06-30 14:47:55', 3, 1, 1, 1); -- -------------------------------------------------------- -- -- Table structure for table `sm_language_phrases` -- CREATE TABLE `sm_language_phrases` ( `id` int(10) UNSIGNED NOT NULL, `modules` text DEFAULT NULL, `default_phrases` text DEFAULT NULL, `en` text DEFAULT NULL, `es` text DEFAULT NULL, `bn` text DEFAULT NULL, `fr` text DEFAULT NULL, `school_id` int(10) UNSIGNED DEFAULT 1, `active_status` tinyint(4) NOT NULL DEFAULT 1, `created_at` timestamp NULL DEFAULT NULL, `updated_at` timestamp NULL DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci; -- -- Dumping data for table `sm_language_phrases` -- INSERT INTO `sm_language_phrases` (`id`, `modules`, `default_phrases`, `en`, `es`, `bn`, `fr`, `school_id`, `active_status`, `created_at`, `updated_at`) VALUES (1, '0', 'bulk_print', 'Bulk Print', 'Bulk Print', 'বাল্ক প্রিন্ট', 'Bulk Print', 1, 1, '2024-10-23 08:31:16', '2024-10-23 08:31:16'), (2, '0', 'fees_invoice_settings', 'Fees invoice Settings', 'Fees invoice Settings', 'ফি চালানের সেটিংস', 'Fees invoice Settings', 1, 1, '2024-10-23 08:31:16', '2024-10-23 08:31:16'), (3, '0', 'fees_invoice_bulk_print', 'Fees invoice Bulk Print', 'Fees invoice Bulk Print', 'ফি চালানের বাল্ক প্রিন্ট', 'Fees invoice Bulk Print', 1, 1, '2024-10-23 08:31:16', '2024-10-23 08:31:16'), (4, '0', 'payroll_bulk_print', 'Payroll Bulk Print', 'Payroll Bulk Print', 'পেওরোল বাল্ক প্রিন্ট', 'Payroll Bulk Print', 1, 1, '2024-10-23 08:31:16', '2024-10-23 08:31:16'), (5, '0', 'bulk', 'Bulk', 'Bulk', 'বাল্ক', 'Bulk', 1, 1, '2024-10-23 08:31:16', '2024-10-23 08:31:16'), (6, '0', 'per', 'Per', 'Per', 'প্রতি', 'Per', 1, 1, '2024-10-23 08:31:16', '2024-10-23 08:31:16'), (7, '0', 'part', 'Part', 'Part', 'অংশ', 'Part', 1, 1, '2024-10-23 08:31:16', '2024-10-23 08:31:16'), (8, '0', 'is_showing', 'Is Showing', 'Is Showing', 'দেখাচছ', 'Is Showing', 1, 1, '2024-10-23 08:31:16', '2024-10-23 08:31:16'), (9, '0', 'format_standard_three_character', 'Standard Format 3 Character', 'Standard Format 3 Character', 'স্ট্যান্ডার্ড ফরমেট ৩ ক্যারেক্টার', 'Standard Format 3 Character', 1, 1, '2024-10-23 08:31:16', '2024-10-23 08:31:16'), (10, '0', 'prefix', 'Prefix', 'Prefix', 'প্রারম্ভে স্থাপন করা', 'Prefix', 1, 1, '2024-10-23 08:31:16', '2024-10-23 08:31:16'), (11, '0', 'staff_id_card', 'Staff ID Card', 'Credencial de personaro', 'কর্মী আইডি কার্ড', 'Carde didentité personnelle', 1, 1, '2024-10-23 08:31:16', '2024-10-23 08:31:16'); -- -------------------------------------------------------- -- -- Table structure for table `sm_leave_deduction_infos` -- CREATE TABLE `sm_leave_deduction_infos` ( `id` bigint(20) UNSIGNED NOT NULL, `staff_id` int(11) DEFAULT NULL, `payroll_id` int(11) DEFAULT NULL, `extra_leave` int(11) DEFAULT NULL, `salary_deduct` int(11) DEFAULT NULL, `pay_month` varchar(191) DEFAULT NULL, `pay_year` varchar(191) DEFAULT NULL, `active_status` tinyint(4) DEFAULT 0, `created_by` int(10) UNSIGNED DEFAULT 1, `updated_by` int(10) UNSIGNED DEFAULT 1, `school_id` int(10) UNSIGNED DEFAULT 1, `academic_id` int(10) UNSIGNED 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 `sm_leave_defines` -- CREATE TABLE `sm_leave_defines` ( `id` int(10) UNSIGNED NOT NULL, `days` int(10) UNSIGNED DEFAULT NULL, `active_status` tinyint(4) NOT NULL DEFAULT 1, `created_at` timestamp NULL DEFAULT NULL, `updated_at` timestamp NULL DEFAULT NULL, `role_id` int(10) UNSIGNED DEFAULT NULL, `user_id` int(10) UNSIGNED DEFAULT NULL, `type_id` int(10) UNSIGNED DEFAULT NULL, `created_by` int(10) UNSIGNED DEFAULT 1, `updated_by` int(10) UNSIGNED DEFAULT 1, `school_id` int(10) UNSIGNED DEFAULT 1, `academic_id` int(10) UNSIGNED DEFAULT 1, `total_days` int(10) UNSIGNED DEFAULT 0 ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -------------------------------------------------------- -- -- Table structure for table `sm_leave_requests` -- CREATE TABLE `sm_leave_requests` ( `id` int(10) UNSIGNED NOT NULL, `apply_date` date DEFAULT NULL, `leave_from` date DEFAULT NULL, `leave_to` date DEFAULT NULL, `reason` text DEFAULT NULL, `note` text DEFAULT NULL, `file` varchar(191) DEFAULT NULL, `approve_status` varchar(191) DEFAULT NULL COMMENT 'P for Pending, A for Approve, R for reject', `active_status` tinyint(4) NOT NULL DEFAULT 1, `created_at` timestamp NULL DEFAULT NULL, `updated_at` timestamp NULL DEFAULT NULL, `leave_define_id` int(10) UNSIGNED DEFAULT NULL, `staff_id` int(10) UNSIGNED DEFAULT NULL, `role_id` int(10) UNSIGNED DEFAULT NULL, `type_id` int(10) UNSIGNED DEFAULT NULL, `created_by` int(10) UNSIGNED DEFAULT 1, `updated_by` int(10) UNSIGNED DEFAULT 1, `school_id` int(10) UNSIGNED DEFAULT 1, `academic_id` int(10) UNSIGNED DEFAULT 1 ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -------------------------------------------------------- -- -- Table structure for table `sm_leave_types` -- CREATE TABLE `sm_leave_types` ( `id` int(10) UNSIGNED NOT NULL, `type` varchar(191) DEFAULT NULL, `total_days` int(10) UNSIGNED DEFAULT NULL, `active_status` tinyint(4) NOT NULL DEFAULT 1, `created_at` timestamp NULL DEFAULT NULL, `updated_at` timestamp NULL DEFAULT NULL, `created_by` int(10) UNSIGNED DEFAULT 1, `updated_by` int(10) UNSIGNED DEFAULT 1, `school_id` int(10) UNSIGNED DEFAULT 1, `academic_id` int(10) UNSIGNED DEFAULT 1 ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -------------------------------------------------------- -- -- Table structure for table `sm_lessons` -- CREATE TABLE `sm_lessons` ( `id` bigint(20) UNSIGNED NOT NULL, `lesson_title` varchar(191) DEFAULT NULL, `active_status` int(11) NOT NULL DEFAULT 1, `class_id` int(10) UNSIGNED DEFAULT NULL, `section_id` int(10) UNSIGNED DEFAULT NULL, `subject_id` int(10) UNSIGNED DEFAULT NULL, `school_id` int(10) UNSIGNED DEFAULT 1, `academic_id` int(10) UNSIGNED DEFAULT 1, `user_id` 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; -- -------------------------------------------------------- -- -- Table structure for table `sm_lesson_details` -- CREATE TABLE `sm_lesson_details` ( `id` bigint(20) UNSIGNED NOT NULL, `lesson_id` int(11) NOT NULL, `lesson_title` varchar(191) DEFAULT NULL, `user_id` int(11) DEFAULT NULL, `active_status` int(11) NOT NULL DEFAULT 1, `class_id` int(10) UNSIGNED DEFAULT NULL, `section_id` int(10) UNSIGNED DEFAULT NULL, `subject_id` int(10) UNSIGNED DEFAULT NULL, `school_id` int(10) UNSIGNED DEFAULT 1, `academic_id` int(10) UNSIGNED 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 `sm_lesson_topics` -- CREATE TABLE `sm_lesson_topics` ( `id` int(10) UNSIGNED NOT NULL, `lesson_id` int(11) NOT NULL, `class_id` int(10) UNSIGNED DEFAULT NULL, `section_id` int(10) UNSIGNED DEFAULT NULL, `subject_id` int(10) UNSIGNED DEFAULT NULL, `created_by` int(10) UNSIGNED DEFAULT 1, `updated_by` int(10) UNSIGNED DEFAULT 1, `school_id` int(10) UNSIGNED DEFAULT 1, `academic_id` int(10) UNSIGNED DEFAULT 1, `active_status` int(11) NOT NULL DEFAULT 1, `user_id` 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; -- -------------------------------------------------------- -- -- Table structure for table `sm_lesson_topic_details` -- CREATE TABLE `sm_lesson_topic_details` ( `id` int(10) UNSIGNED NOT NULL, `lesson_id` int(11) DEFAULT NULL, `topic_title` varchar(191) NOT NULL, `completed_status` varchar(191) DEFAULT NULL, `competed_date` date DEFAULT NULL, `active_status` int(11) NOT NULL DEFAULT 1, `topic_id` int(10) UNSIGNED DEFAULT 1, `created_by` int(10) UNSIGNED DEFAULT 1, `updated_by` int(10) UNSIGNED DEFAULT 1, `school_id` int(10) UNSIGNED DEFAULT 1, `academic_id` int(10) UNSIGNED DEFAULT 1, `user_id` 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; -- -------------------------------------------------------- -- -- Table structure for table `sm_library_members` -- CREATE TABLE `sm_library_members` ( `id` int(10) UNSIGNED NOT NULL, `member_ud_id` varchar(191) DEFAULT NULL, `active_status` tinyint(4) NOT NULL DEFAULT 1, `created_at` timestamp NULL DEFAULT NULL, `updated_at` timestamp NULL DEFAULT NULL, `member_type` int(10) UNSIGNED DEFAULT NULL, `student_staff_id` int(10) UNSIGNED DEFAULT NULL, `created_by` int(10) UNSIGNED DEFAULT 1, `updated_by` int(10) UNSIGNED DEFAULT 1, `school_id` int(10) UNSIGNED DEFAULT 1, `academic_id` int(10) UNSIGNED DEFAULT 1 ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -------------------------------------------------------- -- -- Table structure for table `sm_marks_grades` -- CREATE TABLE `sm_marks_grades` ( `id` int(10) UNSIGNED NOT NULL, `grade_name` varchar(191) DEFAULT NULL, `gpa` double(8,2) DEFAULT NULL, `from` double(8,2) DEFAULT NULL, `up` double(8,2) DEFAULT NULL, `percent_from` double(8,2) DEFAULT NULL, `percent_upto` double(8,2) DEFAULT NULL, `description` text DEFAULT NULL, `active_status` tinyint(4) NOT NULL DEFAULT 1, `created_at` timestamp NULL DEFAULT NULL, `updated_at` timestamp NULL DEFAULT NULL, `created_by` int(10) UNSIGNED DEFAULT 1, `updated_by` int(10) UNSIGNED DEFAULT 1, `school_id` int(10) UNSIGNED DEFAULT 1, `academic_id` int(10) UNSIGNED DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -- Dumping data for table `sm_marks_grades` -- INSERT INTO `sm_marks_grades` (`id`, `grade_name`, `gpa`, `from`, `up`, `percent_from`, `percent_upto`, `description`, `active_status`, `created_at`, `updated_at`, `created_by`, `updated_by`, `school_id`, `academic_id`) VALUES (1, 'A+', 5.00, 5.00, 5.99, 80.00, 100.00, 'Outstanding !', 1, '2024-10-23 08:31:09', '2024-10-23 08:31:09', 1, 1, 1, 1), (2, 'A', 4.00, 4.00, 4.99, 70.00, 79.99, 'Very Good !', 1, '2024-10-23 08:31:09', '2024-10-23 08:31:09', 1, 1, 1, 1), (3, 'A-', 3.50, 3.50, 3.99, 60.00, 69.99, 'Good !', 1, '2024-10-23 08:31:09', '2024-10-23 08:31:09', 1, 1, 1, 1), (4, 'B', 3.00, 3.00, 3.49, 50.00, 59.99, 'Outstanding !', 1, '2024-10-23 08:31:09', '2024-10-23 08:31:09', 1, 1, 1, 1), (5, 'C', 2.00, 2.00, 2.99, 40.00, 49.99, 'Bad !', 1, '2024-10-23 08:31:09', '2024-10-23 08:31:09', 1, 1, 1, 1), (6, 'D', 1.00, 1.00, 1.99, 33.00, 39.99, 'Very Bad !', 1, '2024-10-23 08:31:09', '2024-10-23 08:31:09', 1, 1, 1, 1), (7, 'F', 0.00, 0.00, 0.99, 0.00, 32.99, 'Failed !', 1, '2024-10-23 08:31:09', '2024-10-23 08:31:09', 1, 1, 1, 1), (8, 'A+', 5.00, 5.00, 5.99, 80.00, 100.00, 'Outstanding !', 1, '2024-01-01 00:00:00', '2024-01-01 00:00:00', 1, 1, 1, 2), (9, 'A', 4.00, 4.00, 4.99, 70.00, 79.99, 'Very Good !', 1, '2024-01-01 00:00:00', '2024-01-01 00:00:00', 1, 1, 1, 2), (10, 'A-', 3.50, 3.50, 3.99, 60.00, 69.99, 'Good !', 1, '2024-01-01 00:00:00', '2024-01-01 00:00:00', 1, 1, 1, 2), (11, 'B', 3.00, 3.00, 3.49, 50.00, 59.99, 'Outstanding !', 1, '2024-01-01 00:00:00', '2024-01-01 00:00:00', 1, 1, 1, 2), (12, 'C', 2.00, 2.00, 2.99, 40.00, 49.99, 'Bad !', 1, '2024-01-01 00:00:00', '2024-01-01 00:00:00', 1, 1, 1, 2), (13, 'D', 1.00, 1.00, 1.99, 33.00, 39.99, 'Very Bad !', 1, '2024-01-01 00:00:00', '2024-01-01 00:00:00', 1, 1, 1, 2), (14, 'F', 0.00, 0.00, 0.99, 0.00, 32.99, 'Failed !', 1, '2024-01-01 00:00:00', '2024-01-01 00:00:00', 1, 1, 1, 2); -- -------------------------------------------------------- -- -- Table structure for table `sm_marks_registers` -- CREATE TABLE `sm_marks_registers` ( `id` int(10) UNSIGNED NOT NULL, `active_status` tinyint(4) NOT NULL DEFAULT 1, `created_at` timestamp NULL DEFAULT NULL, `updated_at` timestamp NULL DEFAULT NULL, `student_id` int(10) UNSIGNED DEFAULT NULL, `exam_id` int(10) UNSIGNED DEFAULT NULL, `class_id` int(10) UNSIGNED DEFAULT NULL, `section_id` int(10) UNSIGNED DEFAULT NULL, `created_by` int(10) UNSIGNED DEFAULT 1, `updated_by` int(10) UNSIGNED DEFAULT 1, `school_id` int(10) UNSIGNED DEFAULT 1, `academic_id` int(10) UNSIGNED DEFAULT 1 ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -------------------------------------------------------- -- -- Table structure for table `sm_marks_register_children` -- CREATE TABLE `sm_marks_register_children` ( `id` int(10) UNSIGNED NOT NULL, `marks` int(11) DEFAULT NULL, `abs` int(11) NOT NULL DEFAULT 0 COMMENT '1 for absent, 0 for present', `gpa_point` double(8,2) DEFAULT NULL, `gpa_grade` varchar(55) DEFAULT NULL, `active_status` tinyint(4) NOT NULL DEFAULT 1, `created_at` timestamp NULL DEFAULT NULL, `updated_at` timestamp NULL DEFAULT NULL, `marks_register_id` int(10) UNSIGNED DEFAULT NULL, `subject_id` int(10) UNSIGNED DEFAULT NULL, `created_by` int(10) UNSIGNED DEFAULT 1, `updated_by` int(10) UNSIGNED DEFAULT 1, `school_id` int(10) UNSIGNED DEFAULT 1, `academic_id` int(10) UNSIGNED DEFAULT 1 ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -------------------------------------------------------- -- -- Table structure for table `sm_marks_send_sms` -- CREATE TABLE `sm_marks_send_sms` ( `id` int(10) UNSIGNED NOT NULL, `sms_send_status` tinyint(4) NOT NULL DEFAULT 1, `active_status` tinyint(4) NOT NULL DEFAULT 1, `created_at` timestamp NULL DEFAULT NULL, `updated_at` timestamp NULL DEFAULT NULL, `exam_id` int(10) UNSIGNED DEFAULT NULL, `student_id` int(10) UNSIGNED DEFAULT NULL, `created_by` int(10) UNSIGNED DEFAULT 1, `updated_by` int(10) UNSIGNED DEFAULT 1, `school_id` int(10) UNSIGNED DEFAULT 1, `academic_id` int(10) UNSIGNED DEFAULT 1 ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -------------------------------------------------------- -- -- Table structure for table `sm_mark_stores` -- CREATE TABLE `sm_mark_stores` ( `id` int(10) UNSIGNED NOT NULL, `student_roll_no` int(11) NOT NULL DEFAULT 1, `student_addmission_no` int(11) NOT NULL DEFAULT 1, `total_marks` double(8,2) NOT NULL DEFAULT 0.00, `is_absent` tinyint(4) NOT NULL DEFAULT 1, `teacher_remarks` text DEFAULT NULL, `created_at` timestamp NULL DEFAULT NULL, `updated_at` timestamp NULL DEFAULT NULL, `subject_id` int(10) UNSIGNED DEFAULT NULL, `exam_term_id` int(10) UNSIGNED DEFAULT NULL, `exam_setup_id` int(10) UNSIGNED DEFAULT NULL, `student_id` int(10) UNSIGNED DEFAULT NULL, `student_record_id` bigint(20) UNSIGNED DEFAULT NULL, `class_id` int(10) UNSIGNED DEFAULT NULL, `section_id` int(10) UNSIGNED DEFAULT NULL, `created_by` int(10) UNSIGNED DEFAULT 1, `updated_by` int(10) UNSIGNED DEFAULT 1, `school_id` int(10) UNSIGNED DEFAULT 1, `academic_id` int(10) UNSIGNED DEFAULT 1, `active_status` int(11) DEFAULT 1 ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -------------------------------------------------------- -- -- Table structure for table `sm_modules` -- CREATE TABLE `sm_modules` ( `id` int(10) UNSIGNED NOT NULL, `name` varchar(191) NOT NULL, `active_status` tinyint(4) NOT NULL DEFAULT 1, `order` int(11) NOT NULL, `created_at` timestamp NULL DEFAULT NULL, `updated_at` timestamp NULL DEFAULT NULL, `created_by` int(10) UNSIGNED DEFAULT 1, `updated_by` int(10) UNSIGNED DEFAULT 1, `school_id` int(10) UNSIGNED DEFAULT 1 ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -- Dumping data for table `sm_modules` -- INSERT INTO `sm_modules` (`id`, `name`, `active_status`, `order`, `created_at`, `updated_at`, `created_by`, `updated_by`, `school_id`) VALUES (1, 'Dashboard', 1, 0, '2024-10-23 08:31:11', NULL, 1, 1, 1), (2, 'Admin Section', 1, 1, '2024-10-23 08:31:11', NULL, 1, 1, 1), (3, 'Student Information', 1, 2, '2024-10-23 08:31:11', NULL, 1, 1, 1), (4, 'Teacher', 1, 3, '2024-10-23 08:31:11', NULL, 1, 1, 1), (5, 'Fees Collection', 1, 4, '2024-10-23 08:31:11', NULL, 1, 1, 1), (6, 'Accounts', 1, 5, '2024-10-23 08:31:11', NULL, 1, 1, 1), (7, 'Human resource', 1, 6, '2024-10-23 08:31:11', NULL, 1, 1, 1), (8, 'Leave Application', 1, 7, '2024-10-23 08:31:11', NULL, 1, 1, 1), (9, 'Examination', 1, 8, '2024-10-23 08:31:11', NULL, 1, 1, 1), (10, 'Academics', 1, 9, '2024-10-23 08:31:11', NULL, 1, 1, 1), (11, 'HomeWork', 1, 10, '2024-10-23 08:31:11', NULL, 1, 1, 1), (12, 'Communicate', 1, 11, '2024-10-23 08:31:11', NULL, 1, 1, 1), (13, 'Library', 1, 12, '2024-10-23 08:31:11', NULL, 1, 1, 1), (14, 'Inventory', 1, 13, '2024-10-23 08:31:11', NULL, 1, 1, 1), (15, 'Transport', 1, 14, '2024-10-23 08:31:11', NULL, 1, 1, 1), (16, 'Dormitory', 1, 15, '2024-10-23 08:31:11', NULL, 1, 1, 1), (17, 'Reports', 1, 16, '2024-10-23 08:31:11', NULL, 1, 1, 1), (18, 'System Settings', 1, 17, '2024-10-23 08:31:11', NULL, 1, 1, 1), (19, 'Common', 1, 18, '2024-10-23 08:31:11', NULL, 1, 1, 1), (20, 'Lesson', 1, 19, '2024-10-23 08:31:11', NULL, 1, 1, 1); -- -------------------------------------------------------- -- -- Table structure for table `sm_module_links` -- CREATE TABLE `sm_module_links` ( `id` int(10) UNSIGNED NOT NULL, `module_id` int(10) UNSIGNED DEFAULT NULL, `name` varchar(191) DEFAULT NULL, `route` varchar(191) DEFAULT NULL, `active_status` tinyint(4) NOT NULL DEFAULT 1, `created_by` int(10) UNSIGNED DEFAULT 1, `updated_by` int(10) UNSIGNED DEFAULT 1, `school_id` int(10) UNSIGNED 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 `sm_module_links` -- INSERT INTO `sm_module_links` (`id`, `module_id`, `name`, `route`, `active_status`, `created_by`, `updated_by`, `school_id`, `created_at`, `updated_at`) VALUES (1, 1, 'Dashboard Menu', '', 1, 1, 1, 1, '2019-07-25 02:21:21', '2024-10-23 08:31:12'), (2, 1, '➡ Number of Student', '', 1, 1, 1, 1, '2019-07-25 02:21:21', '2024-10-23 08:31:12'), (3, 1, '➡ Number of Teacher', '', 1, 1, 1, 1, '2019-07-25 02:21:21', '2024-10-23 08:31:12'), (4, 1, '➡ Number of Parents', '', 1, 1, 1, 1, '2019-07-25 02:21:21', '2024-10-23 08:31:12'), (5, 1, '➡ Number of Staff', '', 1, 1, 1, 1, '2019-07-25 02:21:21', '2024-10-23 08:31:12'), (6, 1, '➡ Current Month Income and Expense Chart', '', 1, 1, 1, 1, '2019-07-25 02:21:21', '2024-10-23 08:31:12'), (7, 1, '➡ Current Year Income and Expense Chart', '', 1, 1, 1, 1, '2019-07-25 02:21:21', '2024-10-23 08:31:12'), (8, 1, '➡ Notice Board', '', 1, 1, 1, 1, '2019-07-25 02:21:21', '2024-10-23 08:31:12'), (9, 1, '➡ Calendar Section', '', 1, 1, 1, 1, '2019-07-25 02:21:21', '2024-10-23 08:31:12'), (10, 1, '➡ To Do list', '', 1, 1, 1, 1, '2019-07-25 02:21:21', '2024-10-23 08:31:12'), (11, 2, 'Admin Section Menu', '', 1, 1, 1, 1, '2019-07-25 02:21:21', '2024-10-23 08:31:12'), (12, 2, 'Admission Query menu', 'admission-query', 1, 1, 1, 1, '2019-07-25 02:21:21', '2024-10-23 08:31:12'), (13, 2, '➡ Create Query Add', '', 1, 1, 1, 1, '2019-07-25 02:21:21', '2024-10-23 08:31:12'), (14, 2, '➡ Create Query Edit', '', 1, 1, 1, 1, '2019-07-25 02:21:21', '2024-10-23 08:31:12'), (15, 2, '➡ Create Query Delete', '', 1, 1, 1, 1, '2019-07-25 02:21:21', '2024-10-23 08:31:12'), (16, 2, 'Visitor Book Menu', 'visitor', 1, 1, 1, 1, '2019-07-25 02:21:21', '2024-10-23 08:31:12'), (17, 2, '➡ Visitor Add', '', 1, 1, 1, 1, '2019-07-25 02:21:21', '2024-10-23 08:31:12'), (18, 2, '➡ Visitor Edit', '', 1, 1, 1, 1, '2019-07-25 02:21:21', '2024-10-23 08:31:12'), (19, 2, '➡ Visitor Delete', '', 1, 1, 1, 1, '2019-07-25 02:21:21', '2024-10-23 08:31:12'), (20, 2, '➡ Visitor Download', '', 1, 1, 1, 1, '2019-07-25 02:21:21', '2024-10-23 08:31:12'), (21, 2, 'Complaint Menu', 'complaint', 1, 1, 1, 1, '2019-07-25 02:21:21', '2024-10-23 08:31:12'), (22, 2, '➡ Complaint Add', '', 1, 1, 1, 1, '2019-07-25 02:21:21', '2024-10-23 08:31:12'), (23, 2, '➡ Complaint Edit', '', 1, 1, 1, 1, '2019-07-25 02:21:21', '2024-10-23 08:31:12'), (24, 2, '➡ Complaint Delete', '', 1, 1, 1, 1, '2019-07-25 02:21:21', '2024-10-23 08:31:12'), (25, 2, '➡ Complaint Download', '', 1, 1, 1, 1, '2019-07-25 02:21:21', '2024-10-23 08:31:12'), (26, 2, '➡ Complaint View', '', 1, 1, 1, 1, '2019-07-25 02:21:21', '2024-10-23 08:31:12'), (27, 2, 'Postal Receive Menu', 'postal-receive', 1, 1, 1, 1, '2019-07-25 02:21:21', '2024-10-23 08:31:12'), (28, 2, '➡ Postal Receive Add', '', 1, 1, 1, 1, '2019-07-25 02:21:21', '2024-10-23 08:31:12'), (29, 2, '➡ Postal Receive Edit', '', 1, 1, 1, 1, '2019-07-25 02:21:21', '2024-10-23 08:31:12'), (30, 2, '➡ Postal Receive Delete', '', 1, 1, 1, 1, '2019-07-25 02:21:21', '2024-10-23 08:31:12'), (31, 2, '➡ Postal Receive Download', '', 1, 1, 1, 1, '2019-07-25 02:21:21', '2024-10-23 08:31:12'), (32, 2, 'Postal Dispatch Menu', 'postal-dispatch', 1, 1, 1, 1, '2019-07-25 02:21:21', '2024-10-23 08:31:12'), (33, 2, '➡ Postal Dispatch Add', '', 1, 1, 1, 1, '2019-07-25 02:21:21', '2024-10-23 08:31:12'), (34, 2, '➡ Postal Dispatch Edit', '', 1, 1, 1, 1, '2019-07-25 02:21:21', '2024-10-23 08:31:12'), (35, 2, '➡ Postal Dispatch Delete', '', 1, 1, 1, 1, '2019-07-25 02:21:21', '2024-10-23 08:31:12'), (36, 2, 'Phone Call Log Menu', 'phone-call', 1, 1, 1, 1, '2019-07-25 02:21:21', '2024-10-23 08:31:12'), (37, 2, '➡ Phone Call Log Add', '', 1, 1, 1, 1, '2019-07-25 02:21:21', '2024-10-23 08:31:12'), (38, 2, '➡ Phone Call Log Edit', '', 1, 1, 1, 1, '2019-07-25 02:21:21', '2024-10-23 08:31:12'), (39, 2, '➡ Phone Call Log Delete', '', 1, 1, 1, 1, '2019-07-25 02:21:21', '2024-10-23 08:31:12'), (40, 2, '➡ Phone Call Log Download', '', 1, 1, 1, 1, '2019-07-25 02:21:21', '2024-10-23 08:31:12'), (41, 2, 'Admin Setup Menu', 'setup-admin', 1, 1, 1, 1, '2019-07-25 02:21:21', '2024-10-23 08:31:12'), (42, 2, '➡ Admin Setup Add', '', 1, 1, 1, 1, '2019-07-25 02:21:21', '2024-10-23 08:31:12'), (43, 2, '➡ Admin Setup Edit', '', 1, 1, 1, 1, '2019-07-25 02:21:21', '2024-10-23 08:31:12'), (44, 2, '➡ Admin Setup Delete', '', 1, 1, 1, 1, '2019-07-25 02:21:21', '2024-10-23 08:31:12'), (45, 2, 'Student ID Menu', 'student-id-card', 1, 1, 1, 1, '2019-07-25 02:21:21', '2024-10-23 08:31:12'), (46, 2, '➡ Student ID Add', '', 1, 1, 1, 1, '2019-07-25 02:21:21', '2024-10-23 08:31:12'), (47, 2, '➡ Student ID Edit', '', 1, 1, 1, 1, '2019-07-25 02:21:21', '2024-10-23 08:31:12'), (48, 2, '➡ Student ID Delete', '', 1, 1, 1, 1, '2019-07-25 02:21:21', '2024-10-23 08:31:12'), (49, 2, 'Student Certificate Menu', 'student-certificate', 1, 1, 1, 1, '2019-07-25 02:21:21', '2024-10-23 08:31:12'), (50, 2, '➡ Student Certificate Add', '', 1, 1, 1, 1, '2019-07-25 02:21:21', '2024-10-23 08:31:12'), (51, 2, '➡ Student Certificate Edit', '', 1, 1, 1, 1, '2019-07-25 02:21:21', '2024-10-23 08:31:12'), (52, 2, '➡ Student Certificate Delete', '', 1, 1, 1, 1, '2019-07-25 02:21:21', '2024-10-23 08:31:12'), (53, 2, 'Generate Certificate Menu', 'generate-certificate', 1, 1, 1, 1, '2019-07-25 02:21:21', '2024-10-23 08:31:12'), (54, 2, '➡ Generate Certificate Add', '', 1, 1, 1, 1, '2019-07-25 02:21:21', '2024-10-23 08:31:12'), (55, 2, '➡ Generate Certificate Edit', '', 1, 1, 1, 1, '2019-07-25 02:21:21', '2024-10-23 08:31:12'), (56, 2, '➡ Generate Certificate Delete', '', 1, 1, 1, 1, '2019-07-25 02:21:21', '2024-10-23 08:31:12'), (57, 2, 'Generate ID Card Menu', 'generate-id-card', 1, 1, 1, 1, '2019-07-25 02:21:21', '2024-10-23 08:31:12'), (58, 2, '➡ Generate ID Card Add', '', 1, 1, 1, 1, '2019-07-25 02:21:21', '2024-10-23 08:31:12'), (59, 2, '➡ Generate ID Card Edit', '', 1, 1, 1, 1, '2019-07-25 02:21:21', '2024-10-23 08:31:12'), (60, 2, '➡ Generate ID Card Delete', '', 1, 1, 1, 1, '2019-07-25 02:21:21', '2024-10-23 08:31:12'), (61, 3, 'Student Menu', '', 1, 1, 1, 1, '2019-07-25 02:21:21', '2024-10-23 08:31:12'), (62, 3, 'Student Admission Menu', 'student-admission', 1, 1, 1, 1, '2019-07-25 02:21:21', '2024-10-23 08:31:12'), (63, 3, '➡ Import Student', '', 1, 1, 1, 1, '2019-07-25 02:21:21', '2024-10-23 08:31:12'), (64, 3, 'Student List Menu', 'student-list', 1, 1, 1, 1, '2019-07-25 02:21:21', '2024-10-23 08:31:12'), (65, 3, '➡ Student List Add', '', 1, 1, 1, 1, '2019-07-25 02:21:21', '2024-10-23 08:31:12'), (66, 3, '➡ Student List Edit', '', 1, 1, 1, 1, '2019-07-25 02:21:21', '2024-10-23 08:31:12'), (67, 3, '➡ Student List Delete', '', 1, 1, 1, 1, '2019-07-25 02:21:21', '2024-10-23 08:31:12'), (68, 3, 'Student Attendance Menu', 'student-attendance', 1, 1, 1, 1, '2019-07-25 02:21:21', '2024-10-23 08:31:12'), (69, 3, '➡ Student Attendance Add', '', 1, 1, 1, 1, '2019-07-25 02:21:21', '2024-10-23 08:31:12'), (70, 3, 'Student Attendance Report Menu', 'student-attendance-report', 1, 1, 1, 1, '2019-07-25 02:21:21', '2024-10-23 08:31:12'), (71, 3, 'Student Category Menu', 'student-category', 1, 1, 1, 1, '2019-07-25 02:21:21', '2024-10-23 08:31:12'), (72, 3, '➡ Student Category Add', '', 1, 1, 1, 1, '2019-07-25 02:21:21', '2024-10-23 08:31:12'), (73, 3, '➡ Student Category Edit', '', 1, 1, 1, 1, '2019-07-25 02:21:21', '2024-10-23 08:31:12'), (74, 3, '➡ Student Category Delete', '', 1, 1, 1, 1, '2019-07-25 02:21:21', '2024-10-23 08:31:12'), (75, 3, '➡ Student Category Download', '', 1, 1, 1, 1, '2019-07-25 02:21:21', '2024-10-23 08:31:12'), (76, 3, 'Student Group Menu', 'student-group', 1, 1, 1, 1, '2019-07-25 02:21:21', '2024-10-23 08:31:12'), (77, 3, '➡ Student Group Add', '', 1, 1, 1, 1, '2019-07-25 02:21:21', '2024-10-23 08:31:12'), (79, 3, '➡ Student Group Edit', '', 1, 1, 1, 1, '2019-07-25 02:21:21', '2024-10-23 08:31:12'), (80, 3, '➡ Student Group Delete', '', 1, 1, 1, 1, '2019-07-25 02:21:21', '2024-10-23 08:31:12'), (81, 3, 'Student Promote Menu', 'student-promote', 1, 1, 1, 1, '2019-07-25 02:21:21', '2024-10-23 08:31:12'), (82, 3, '➡ Student Promote Add', '', 1, 1, 1, 1, '2019-07-25 02:21:21', '2024-10-23 08:31:12'), (83, 3, 'Disabled Students Menu', 'disabled-student', 1, 1, 1, 1, '2019-07-25 02:21:21', '2024-10-23 08:31:12'), (84, 3, '➡ Disabled Students Add', '', 1, 1, 1, 1, '2019-07-25 02:21:21', '2024-10-23 08:31:12'), (85, 3, '➡ Disabled Students Edit', '', 1, 1, 1, 1, '2019-07-25 02:21:21', '2024-10-23 08:31:12'), (86, 3, '➡ Disabled Students Delete', '', 1, 1, 1, 1, '2019-07-25 02:21:21', '2024-10-23 08:31:12'), (87, 4, 'Teacher Section Menu', '', 1, 1, 1, 1, '2019-07-25 02:21:21', '2024-10-23 08:31:12'), (88, 4, 'Upload Content Menu', 'upload-content', 1, 1, 1, 1, '2019-07-25 02:21:21', '2024-10-23 08:31:12'), (89, 4, '➡ Create Content Add', '', 1, 1, 1, 1, '2019-07-25 02:21:21', '2024-10-23 08:31:12'), (90, 4, '➡ Content Download', '', 1, 1, 1, 1, '2019-07-25 02:21:21', '2024-10-23 08:31:12'), (91, 4, '➡ Content Delete', '', 1, 1, 1, 1, '2019-07-25 02:21:21', '2024-10-23 08:31:12'), (92, 4, 'Assignment Menu', 'assignment-list', 1, 1, 1, 1, '2019-07-25 02:21:21', '2024-10-23 08:31:12'), (93, 4, '➡ Create Assignment Add', '', 0, 1, 1, 1, '2019-07-25 02:21:21', '2024-10-23 08:31:12'), (94, 4, '➡ Assignment Download', '', 1, 1, 1, 1, '2019-07-25 02:21:21', '2024-10-23 08:31:12'), (95, 4, '➡ Assignment Delete', '', 1, 1, 1, 1, '2019-07-25 02:21:21', '2024-10-23 08:31:12'), (96, 4, 'Study Material Menu', 'study-metarial-list', 1, 1, 1, 1, '2019-07-25 02:21:21', '2024-10-23 08:31:12'), (97, 4, '➡ Create Study Material Add', '', 0, 1, 1, 1, '2019-07-25 02:21:21', '2024-10-23 08:31:12'), (98, 4, '➡ Study Material Download', '', 1, 1, 1, 1, '2019-07-25 02:21:21', '2024-10-23 08:31:12'), (99, 4, '➡ Study Material Delete', '', 1, 1, 1, 1, '2019-07-25 02:21:21', '2024-10-23 08:31:12'), (100, 4, 'Syllabus Menu', 'syllabus-list', 1, 1, 1, 1, '2019-07-25 02:21:21', '2024-10-23 08:31:12'), (101, 4, '➡ Create Study Syllabus Add', '', 0, 1, 1, 1, '2019-07-25 02:21:21', '2024-10-23 08:31:12'), (102, 4, '➡ Study Syllabus Edit', '', 0, 1, 1, 1, '2019-07-25 02:21:21', '2024-10-23 08:31:12'), (103, 4, '➡ Study Syllabus Delete', '', 1, 1, 1, 1, '2019-07-25 02:21:21', '2024-10-23 08:31:12'), (104, 4, '➡ Study Syllabus Download', '', 1, 1, 1, 1, '2019-07-25 02:21:21', '2024-10-23 08:31:12'), (105, 4, 'Other Downloads Menu', 'other-download-list', 1, 1, 1, 1, '2019-07-25 02:21:21', '2024-10-23 08:31:12'), (106, 4, '➡ Other Downloads Download', '', 1, 1, 1, 1, '2019-07-25 02:21:21', '2024-10-23 08:31:12'), (107, 4, '➡ Other Downloads Delete', '', 1, 1, 1, 1, '2019-07-25 02:21:21', '2024-10-23 08:31:12'), (108, 5, 'Fees Collection Menu', '', 1, 1, 1, 1, '2019-07-25 02:21:21', '2024-10-23 08:31:12'), (109, 5, 'Collect Fees Menu', 'collect-fees', 1, 1, 1, 1, '2019-07-25 02:21:21', '2024-10-23 08:31:12'), (110, 5, '➡ Create Collect Fees', '', 1, 1, 1, 1, '2019-07-25 02:21:21', '2024-10-23 08:31:12'), (111, 5, '➡ Collect Fees Add', '', 1, 1, 1, 1, '2019-07-25 02:21:21', '2024-10-23 08:31:12'), (112, 5, '➡ Collect Fees Print', '', 1, 1, 1, 1, '2019-07-25 02:21:21', '2024-10-23 08:31:12'), (113, 5, 'Search Fees Payment Menu', 'search-fees-payment', 1, 1, 1, 1, '2019-07-25 02:21:21', '2024-10-23 08:31:12'), (114, 5, '➡ Create Search Fees Payment Add', '', 0, 1, 1, 1, '2019-07-25 02:21:21', '2024-10-23 08:31:12'), (115, 5, '➡ Search Fees Payment View', '', 1, 1, 1, 1, '2019-07-25 02:21:21', '2024-10-23 08:31:12'), (116, 5, 'Search Fees Due Menu', 'search-fees-due', 1, 1, 1, 1, '2019-07-25 02:21:21', '2024-10-23 08:31:12'), (117, 5, '➡ Search Fees Due View', '', 1, 1, 1, 1, '2019-07-25 02:21:21', '2024-10-23 08:31:12'), (118, 5, 'Fees Master Menu', 'fees-master', 1, 1, 1, 1, '2019-07-25 02:21:21', '2024-10-23 08:31:12'), (119, 5, '➡ Create Fees Master Add', '', 1, 1, 1, 1, '2019-07-25 02:21:21', '2024-10-23 08:31:12'), (120, 5, '➡ Fees Master Edit', '', 1, 1, 1, 1, '2019-07-25 02:21:21', '2024-10-23 08:31:12'), (121, 5, '➡ Fees Master Delete', '', 1, 1, 1, 1, '2019-07-25 02:21:21', '2024-10-23 08:31:12'), (122, 5, '➡ Fees Master Assign', '', 1, 1, 1, 1, '2019-07-25 02:21:21', '2024-10-23 08:31:12'), (123, 5, 'Fees Group Menu', 'fees-group', 1, 1, 1, 1, '2019-07-25 02:21:21', '2024-10-23 08:31:12'), (124, 5, '➡ Create Fees Group Add', '', 1, 1, 1, 1, '2019-07-25 02:21:21', '2024-10-23 08:31:12'), (125, 5, '➡ Fees Group Edit', '', 1, 1, 1, 1, '2019-07-25 02:21:21', '2024-10-23 08:31:12'), (126, 5, '➡ Fees Group Delete', '', 1, 1, 1, 1, '2019-07-25 02:21:21', '2024-10-23 08:31:12'), (127, 5, 'Fees Type Menu', 'fees-type', 1, 1, 1, 1, '2019-07-25 02:21:21', '2024-10-23 08:31:12'), (128, 5, '➡ Create Fees Type Add', '', 1, 1, 1, 1, '2019-07-25 02:21:21', '2024-10-23 08:31:12'), (129, 5, '➡ Fees Type Edit', '', 1, 1, 1, 1, '2019-07-25 02:21:21', '2024-10-23 08:31:12'), (130, 5, '➡ Fees Type Delete', '', 1, 1, 1, 1, '2019-07-25 02:21:21', '2024-10-23 08:31:12'), (131, 5, 'Fees Discount Menu', 'fees-discount', 1, 1, 1, 1, '2019-07-25 02:21:21', '2024-10-23 08:31:12'), (132, 5, '➡ Create Fees Discount Add', '', 1, 1, 1, 1, '2019-07-25 02:21:21', '2024-10-23 08:31:12'), (133, 5, '➡ Fees Discount Edit', '', 1, 1, 1, 1, '2019-07-25 02:21:21', '2024-10-23 08:31:12'), (134, 5, '➡ Fees Discount Delete', '', 1, 1, 1, 1, '2019-07-25 02:21:21', '2024-10-23 08:31:12'), (135, 5, '➡ Fees Discount Assign', '', 1, 1, 1, 1, '2019-07-25 02:21:21', '2024-10-23 08:31:12'), (136, 5, 'Fees Carry Forward Menu', 'fees-forward', 1, 1, 1, 1, '2019-07-25 02:21:21', '2024-10-23 08:31:12'), (137, 6, 'Accounts Menu', '', 1, 1, 1, 1, '2019-07-25 02:21:21', '2024-10-23 08:31:12'), (138, 6, 'Profit Menu', 'profit', 1, 1, 1, 1, '2019-07-25 02:21:21', '2024-10-23 08:31:12'), (139, 6, 'Income Menu', 'add-income', 1, 1, 1, 1, '2019-07-25 02:21:21', '2024-10-23 08:31:12'), (140, 6, '➡ Create Income Add', '', 1, 1, 1, 1, '2019-07-25 02:21:21', '2024-10-23 08:31:12'), (141, 6, '➡ Income Edit', '', 1, 1, 1, 1, '2019-07-25 02:21:21', '2024-10-23 08:31:12'), (142, 6, '➡ Income Delete', '', 1, 1, 1, 1, '2019-07-25 02:21:21', '2024-10-23 08:31:12'), (143, 6, 'Expense Menu', 'add-expense', 1, 1, 1, 1, '2019-07-25 02:21:21', '2024-10-23 08:31:12'), (144, 6, '➡ Create Expense Add', '', 1, 1, 1, 1, '2019-07-25 02:21:21', '2024-10-23 08:31:12'), (145, 6, '➡ Expense Edit', '', 1, 1, 1, 1, '2019-07-25 02:21:21', '2024-10-23 08:31:12'), (146, 6, '➡ Expense Delete', '', 1, 1, 1, 1, '2019-07-25 02:21:21', '2024-10-23 08:31:12'), (147, 6, 'Search Menu', 'search-account', 1, 1, 1, 1, '2019-07-25 02:21:21', '2024-10-23 08:31:12'), (148, 6, 'Chart of Account Menu', 'chart-of-account', 1, 1, 1, 1, '2019-07-25 02:21:21', '2024-10-23 08:31:12'), (149, 6, '➡ Create Chart of Account Add', '', 1, 1, 1, 1, '2019-07-25 02:21:21', '2024-10-23 08:31:12'), (150, 6, '➡ Chart of Account Edit', '', 1, 1, 1, 1, '2019-07-25 02:21:21', '2024-10-23 08:31:12'), (151, 6, '➡ Chart of Account Delete', '', 1, 1, 1, 1, '2019-07-25 02:21:21', '2024-10-23 08:31:12'), (152, 6, 'Payment method Menu', 'payment-method', 1, 1, 1, 1, '2019-07-25 02:21:21', '2024-10-23 08:31:12'), (153, 6, '➡ Create Payment method Add', '', 1, 1, 1, 1, '2019-07-25 02:21:21', '2024-10-23 08:31:12'), (154, 6, '➡ Payment method Edit', '', 1, 1, 1, 1, '2019-07-25 02:21:21', '2024-10-23 08:31:12'), (155, 6, '➡ Payment method Delete', '', 1, 1, 1, 1, '2019-07-25 02:21:21', '2024-10-23 08:31:12'), (156, 6, 'Bank Account Menu', 'bank-account', 1, 1, 1, 1, '2019-07-25 02:21:21', '2024-10-23 08:31:12'), (157, 6, '➡ Create Bank Account Add', '', 1, 1, 1, 1, '2019-07-25 02:21:21', '2024-10-23 08:31:12'), (158, 6, '➡ Bank Account Edit', '', 1, 1, 1, 1, '2019-07-25 02:21:21', '2024-10-23 08:31:12'), (159, 6, '➡ Bank Account Delete', '', 1, 1, 1, 1, '2019-07-25 02:21:21', '2024-10-23 08:31:12'), (160, 7, 'Human Resource Menu', '', 1, 1, 1, 1, '2019-07-25 02:21:21', '2024-10-23 08:31:12'), (161, 7, 'Staff Directory Menu', 'staff-directory', 1, 1, 1, 1, '2019-07-25 02:21:21', '2024-10-23 08:31:12'), (162, 7, '➡ Staff Directory Add', '', 1, 1, 1, 1, '2019-07-25 02:21:21', '2024-10-23 08:31:12'), (163, 7, '➡ Staff Directory Edit', '', 1, 1, 1, 1, '2019-07-25 02:21:21', '2024-10-23 08:31:12'), (164, 7, '➡ Staff Directory Delete', '', 1, 1, 1, 1, '2019-07-25 02:21:21', '2024-10-23 08:31:12'), (165, 7, 'Staff Attendance Menu', 'staff-attendance', 1, 1, 1, 1, '2019-07-25 02:21:21', '2024-10-23 08:31:12'), (166, 7, '➡ Staff Attendance Add', '', 1, 1, 1, 1, '2019-07-25 02:21:21', '2024-10-23 08:31:12'), (167, 7, '➡ Staff Attendance Edit', '', 0, 1, 1, 1, '2019-07-25 02:21:21', '2024-10-23 08:31:12'), (168, 7, '➡ Staff Attendance Delete', '', 0, 1, 1, 1, '2019-07-25 02:21:21', '2024-10-23 08:31:12'), (169, 7, 'Staff Attendance Report Menu', 'staff-attendance-report', 1, 1, 1, 1, '2019-07-25 02:21:21', '2024-10-23 08:31:12'), (170, 7, 'Payroll Menu', 'payroll', 1, 1, 1, 1, '2019-07-25 02:21:21', '2024-10-23 08:31:12'), (171, 7, '➡ Payroll Edit', '', 0, 1, 1, 1, '2019-07-25 02:21:21', '2024-10-23 08:31:12'), (172, 7, '➡ Payroll Delete', '', 0, 1, 1, 1, '2019-07-25 02:21:21', '2024-10-23 08:31:12'), (173, 7, '➡ Payroll Search', '', 1, 1, 1, 1, '2019-07-25 02:21:21', '2024-10-23 08:31:12'), (174, 7, '➡ Generate Payroll', '', 1, 1, 1, 1, '2019-07-25 02:21:21', '2024-10-23 08:31:12'), (175, 7, '➡ Payroll Create', '', 1, 1, 1, 1, '2019-07-25 02:21:21', '2024-10-23 08:31:12'), (176, 7, '➡ Payroll Proceed To Pay', '', 1, 1, 1, 1, '2019-07-25 02:21:21', '2024-10-23 08:31:12'), (177, 7, '➡ View Payslip', '', 1, 1, 1, 1, '2019-07-25 02:21:21', '2024-10-23 08:31:12'), (178, 7, 'Payroll Report Menu', 'payroll-report', 1, 1, 1, 1, '2019-07-25 02:21:21', '2024-10-23 08:31:12'), (179, 7, '➡ Payroll Report Search', '', 1, 1, 1, 1, '2019-07-25 02:21:21', '2024-10-23 08:31:12'), (180, 7, 'Designations Menu', 'designation', 1, 1, 1, 1, '2019-07-25 02:21:21', '2024-10-23 08:31:12'), (181, 7, '➡ Designations Add', '', 1, 1, 1, 1, '2019-07-25 02:21:21', '2024-10-23 08:31:12'), (182, 7, '➡ Designations Edit', '', 1, 1, 1, 1, '2019-07-25 02:21:21', '2024-10-23 08:31:12'), (183, 7, '➡ Designations Delete', '', 1, 1, 1, 1, '2019-07-25 02:21:21', '2024-10-23 08:31:12'), (184, 7, 'Departments Menu', 'department', 1, 1, 1, 1, '2019-07-25 02:21:21', '2024-10-23 08:31:12'), (185, 7, '➡ Departments Add', '', 1, 1, 1, 1, '2019-07-25 02:21:21', '2024-10-23 08:31:12'), (186, 7, '➡ Departments Edit', '', 1, 1, 1, 1, '2019-07-25 02:21:21', '2024-10-23 08:31:12'), (187, 7, '➡ Departments Delete', '', 1, 1, 1, 1, '2019-07-25 02:21:21', '2024-10-23 08:31:12'), (188, 8, 'Leave Menu', '', 1, 1, 1, 1, '2019-07-25 02:21:21', '2024-10-23 08:31:12'), (189, 8, 'Approve Leave Menu', 'approve-leave', 1, 1, 1, 1, '2019-07-25 02:21:21', '2024-10-23 08:31:12'), (190, 8, '➡ Approve Leave Add', '', 0, 1, 1, 1, '2019-07-25 02:21:21', '2024-10-23 08:31:12'), (191, 8, '➡ Approve Leave Edit', '', 1, 1, 1, 1, '2019-07-25 02:21:21', '2024-10-23 08:31:12'), (192, 8, '➡ Approve Leave Delete', '', 1, 1, 1, 1, '2019-07-25 02:21:21', '2024-10-23 08:31:12'), (193, 8, 'Apply Leave Menu', 'apply-leave', 1, 1, 1, 1, '2019-07-25 02:21:21', '2024-10-23 08:31:12'), (194, 8, '➡ Apply Leave View', '', 1, 1, 1, 1, '2019-07-25 02:21:21', '2024-10-23 08:31:12'), (195, 8, '➡ Apply Leave Delete', '', 1, 1, 1, 1, '2019-07-25 02:21:21', '2024-10-23 08:31:12'), (196, 8, 'Pending Leave Menu', 'pending-leave', 1, 1, 1, 1, '2019-07-25 02:21:21', '2024-10-23 08:31:12'), (197, 8, '➡ Pending Leave View', '', 1, 1, 1, 1, '2019-07-25 02:21:21', '2024-10-23 08:31:12'), (198, 8, '➡ Pending Leave Delete', '', 1, 1, 1, 1, '2019-07-25 02:21:21', '2024-10-23 08:31:12'), (199, 8, 'Leave Define Menu', 'leave-define', 1, 1, 1, 1, '2019-07-25 02:21:21', '2024-10-23 08:31:12'), (200, 8, '➡ Leave Define Add', '', 1, 1, 1, 1, '2019-07-25 02:21:21', '2024-10-23 08:31:12'), (201, 8, '➡ Leave Define Edit', '', 1, 1, 1, 1, '2019-07-25 02:21:21', '2024-10-23 08:31:12'), (202, 8, '➡ Leave Define Delete', '', 1, 1, 1, 1, '2019-07-25 02:21:21', '2024-10-23 08:31:12'), (203, 8, 'Leave Type Menu', 'leave-type', 1, 1, 1, 1, '2019-07-25 02:21:21', '2024-10-23 08:31:12'), (204, 8, '➡ Leave Type Add', '', 1, 1, 1, 1, '2019-07-25 02:21:21', '2024-10-23 08:31:12'), (205, 8, '➡ Leave Type Edit', '', 1, 1, 1, 1, '2019-07-25 02:21:21', '2024-10-23 08:31:12'), (206, 8, '➡ Leave Type Delete', '', 1, 1, 1, 1, '2019-07-25 02:21:21', '2024-10-23 08:31:12'), (207, 9, 'Examination Menu', '', 1, 1, 1, 1, '2019-07-25 02:21:21', '2024-10-23 08:31:12'), (208, 9, 'Add Exam Type Menu', 'exam-type', 1, 1, 1, 1, '2019-07-25 02:21:21', '2024-10-23 08:31:12'), (209, 9, '➡ Add Exam Type Add', '', 1, 1, 1, 1, '2019-07-25 02:21:21', '2024-10-23 08:31:12'), (210, 9, '➡ Add Exam Type Edit', '', 1, 1, 1, 1, '2019-07-25 02:21:21', '2024-10-23 08:31:12'), (211, 9, '➡ Add Exam Type Delete', '', 1, 1, 1, 1, '2019-07-25 02:21:21', '2024-10-23 08:31:12'), (212, 9, '➡ Exam Add', '', 1, 1, 1, 1, '2019-07-25 02:21:21', '2024-10-23 08:31:12'), (213, 9, '➡ Exam Delete', '', 1, 1, 1, 1, '2019-07-25 02:21:21', '2024-10-23 08:31:12'), (214, 9, 'Exam Setup Menu', 'exam', 1, 1, 1, 1, '2019-07-25 02:21:21', '2024-10-23 08:31:12'), (215, 9, '➡ Exam Setup Add', '', 1, 1, 1, 1, '2019-07-25 02:21:21', '2024-10-23 08:31:12'), (216, 9, '➡ Exam Setup Delete', '', 1, 1, 1, 1, '2019-07-25 02:21:21', '2024-10-23 08:31:12'), (217, 9, 'Exam Schedule Menu', 'exam-schedule', 1, 1, 1, 1, '2019-07-25 02:21:21', '2024-10-23 08:31:12'), (218, 9, '➡ Exam Schedule Add', '', 1, 1, 1, 1, '2019-07-25 02:21:21', '2024-10-23 08:31:12'), (219, 9, '➡ Exam Schedule Create', '', 1, 1, 1, 1, '2019-07-25 02:21:21', '2024-10-23 08:31:12'), (220, 9, 'Exam Attendance Menu', 'exam-attendance', 1, 1, 1, 1, '2019-07-25 02:21:21', '2024-10-23 08:31:12'), (221, 9, '➡ Exam Attendance Add', '', 1, 1, 1, 1, '2019-07-25 02:21:21', '2024-10-23 08:31:12'), (222, 9, 'Marks Register Menu', 'marks-register', 1, 1, 1, 1, '2019-07-25 02:21:21', '2024-10-23 08:31:12'), (223, 9, '➡ Marks Register Add', '', 1, 1, 1, 1, '2019-07-25 02:21:21', '2024-10-23 08:31:12'), (224, 9, '➡ Marks Register Create', '', 1, 1, 1, 1, '2019-07-25 02:21:21', '2024-10-23 08:31:12'), (225, 9, 'Marks Grade Menu', 'marks-grade', 1, 1, 1, 1, '2019-07-25 02:21:21', '2024-10-23 08:31:12'), (226, 9, '➡ Marks Grade Add', '', 1, 1, 1, 1, '2019-07-25 02:21:21', '2024-10-23 08:31:12'), (227, 9, '➡ Marks Grade Edit', '', 1, 1, 1, 1, '2019-07-25 02:21:21', '2024-10-23 08:31:12'), (228, 9, '➡ Marks Grade Delete', '', 1, 1, 1, 1, '2019-07-25 02:21:21', '2024-10-23 08:31:12'), (229, 9, 'Send Marks By SMS Menu', 'send-marks-by-sms', 1, 1, 1, 1, '2019-07-25 02:21:21', '2024-10-23 08:31:12'), (230, 9, 'Question Group Menu', 'question-group', 1, 1, 1, 1, '2019-07-25 02:21:21', '2024-10-23 08:31:12'), (231, 9, '➡ Question Group Add', '', 1, 1, 1, 1, '2019-07-25 02:21:21', '2024-10-23 08:31:12'), (232, 9, '➡ Question Group Edit', '', 1, 1, 1, 1, '2019-07-25 02:21:21', '2024-10-23 08:31:12'), (233, 9, '➡ Question Group Delete', '', 1, 1, 1, 1, '2019-07-25 02:21:21', '2024-10-23 08:31:12'), (234, 9, 'Question Bank Menu', 'question-bank', 1, 1, 1, 1, '2019-07-25 02:21:21', '2024-10-23 08:31:12'), (235, 9, '➡ Question Bank Add', '', 1, 1, 1, 1, '2019-07-25 02:21:21', '2024-10-23 08:31:12'), (236, 9, '➡ Question Bank Edit', '', 1, 1, 1, 1, '2019-07-25 02:21:21', '2024-10-23 08:31:12'), (237, 9, '➡ Question Bank Delete', '', 1, 1, 1, 1, '2019-07-25 02:21:21', '2024-10-23 08:31:12'), (238, 9, 'Online Exam Menu', 'online-exam', 1, 1, 1, 1, '2019-07-25 02:21:21', '2024-10-23 08:31:12'), (239, 9, '➡ Online Exam Add', '', 1, 1, 1, 1, '2019-07-25 02:21:21', '2024-10-23 08:31:12'), (240, 9, '➡ Online Exam Edit', '', 1, 1, 1, 1, '2019-07-25 02:21:21', '2024-10-23 08:31:12'), (241, 9, '➡ Online Exam Delete', '', 1, 1, 1, 1, '2019-07-25 02:21:21', '2024-10-23 08:31:12'), (242, 9, '➡ Online Exam Manage Question', '', 1, 1, 1, 1, '2019-07-25 02:21:21', '2024-10-23 08:31:12'), (243, 9, '➡ Online Exam Marks Register', '', 1, 1, 1, 1, '2019-07-25 02:21:21', '2024-10-23 08:31:12'), (244, 9, '➡ Online Exam Result', '', 1, 1, 1, 1, '2019-07-25 02:21:21', '2024-10-23 08:31:12'), (245, 10, 'Academics Menu', '', 1, 1, 1, 1, '2019-07-25 02:21:21', '2024-10-23 08:31:12'), (246, 10, 'Class Routine Menu', 'class-routine-new', 1, 1, 1, 1, '2019-07-25 02:21:21', '2024-10-23 08:31:12'), (247, 10, '➡ Class Routine Add', '', 1, 1, 1, 1, '2019-07-25 02:21:21', '2024-10-23 08:31:12'), (248, 10, '➡ Class Routine Edit', '', 1, 1, 1, 1, '2019-07-25 02:21:21', '2024-10-23 08:31:12'), (249, 10, '➡ Class Routine Delete', '', 1, 1, 1, 1, '2019-07-25 02:21:21', '2024-10-23 08:31:12'), (250, 10, 'Assign Subject Menu', 'assign-subject', 1, 1, 1, 1, '2019-07-25 02:21:21', '2024-10-23 08:31:12'), (251, 10, '➡ Assign Subject Add', '', 1, 1, 1, 1, '2019-07-25 02:21:21', '2024-10-23 08:31:12'), (252, 10, '➡ Assign Subject Delete', '', 1, 1, 1, 1, '2019-07-25 02:21:21', '2024-10-23 08:31:12'), (253, 10, 'Assign Class Teacher Menu', 'assign-class-teacher', 1, 1, 1, 1, '2019-07-25 02:21:21', '2024-10-23 08:31:12'), (254, 10, '➡ Assign Class Teacher Add', '', 1, 1, 1, 1, '2019-07-25 02:21:21', '2024-10-23 08:31:12'), (255, 10, '➡ Assign Class Teacher Edit', '', 1, 1, 1, 1, '2019-07-25 02:21:21', '2024-10-23 08:31:12'), (256, 10, '➡ Assign Class Teacher Delete', '', 1, 1, 1, 1, '2019-07-25 02:21:21', '2024-10-23 08:31:12'), (257, 10, 'Subjects Menu', 'subject', 1, 1, 1, 1, '2019-07-25 02:21:21', '2024-10-23 08:31:12'), (258, 10, '➡ Subjects Add', '', 1, 1, 1, 1, '2019-07-25 02:21:21', '2024-10-23 08:31:12'), (259, 10, '➡ Subjects Edit', '', 1, 1, 1, 1, '2019-07-25 02:21:21', '2024-10-23 08:31:12'), (260, 10, '➡ Subjects Delete', '', 1, 1, 1, 1, '2019-07-25 02:21:21', '2024-10-23 08:31:12'), (261, 10, 'Class Menu', 'class', 1, 1, 1, 1, '2019-07-25 02:21:21', '2024-10-23 08:31:12'), (262, 10, '➡ Class Add', '', 1, 1, 1, 1, '2019-07-25 02:21:21', '2024-10-23 08:31:12'), (263, 10, '➡ Class Edit', '', 1, 1, 1, 1, '2019-07-25 02:21:21', '2024-10-23 08:31:12'), (264, 10, '➡ Class Delete', '', 1, 1, 1, 1, '2019-07-25 02:21:21', '2024-10-23 08:31:12'), (265, 10, 'Section Menu', 'section', 1, 1, 1, 1, '2019-07-25 02:21:21', '2024-10-23 08:31:12'), (266, 10, '➡ Section Add', '', 1, 1, 1, 1, '2019-07-25 02:21:21', '2024-10-23 08:31:12'), (267, 10, '➡ Section Edit', '', 1, 1, 1, 1, '2019-07-25 02:21:21', '2024-10-23 08:31:12'), (268, 10, '➡ Section Delete', '', 1, 1, 1, 1, '2019-07-25 02:21:21', '2024-10-23 08:31:12'), (269, 10, 'Class Room Menu', 'class-room', 1, 1, 1, 1, '2019-07-25 02:21:21', '2024-10-23 08:31:12'), (270, 10, '➡ Class Room Add', '', 1, 1, 1, 1, '2019-07-25 02:21:21', '2024-10-23 08:31:12'), (271, 10, '➡ Class Room Edit', '', 1, 1, 1, 1, '2019-07-25 02:21:21', '2024-10-23 08:31:12'), (272, 10, '➡ Class Room Delete', '', 1, 1, 1, 1, '2019-07-25 02:21:21', '2024-10-23 08:31:12'), (273, 10, 'CL/EX Time Setup Menu', 'class-time', 1, 1, 1, 1, '2019-07-25 02:21:21', '2024-10-23 08:31:12'), (274, 10, '➡ CL/EX Time Setup Add', '', 1, 1, 1, 1, '2019-07-25 02:21:21', '2024-10-23 08:31:12'), (275, 10, '➡ CL/EX Time Setup Edit', '', 1, 1, 1, 1, '2019-07-25 02:21:21', '2024-10-23 08:31:12'), (276, 10, '➡ CL/EX Time Setup Delete', '', 1, 1, 1, 1, '2019-07-25 02:21:21', '2024-10-23 08:31:12'), (277, 11, 'Homework Menu', '', 1, 1, 1, 1, '2019-07-25 02:21:21', '2024-10-23 08:31:12'), (278, 11, 'Add Homework Menu', 'add-homeworks', 1, 1, 1, 1, '2019-07-25 02:21:21', '2024-10-23 08:31:12'), (279, 11, '➡ Create Homework Add', '', 1, 1, 1, 1, '2019-07-25 02:21:21', '2024-10-23 08:31:12'), (280, 11, 'Homework List Menu', 'homework-list', 1, 1, 1, 1, '2019-07-25 02:21:21', '2024-10-23 08:31:12'), (281, 11, '➡ Homework List Evaluation', '', 1, 1, 1, 1, '2019-07-25 02:21:21', '2024-10-23 08:31:12'), (282, 11, '➡ Homework List Edit', '', 1, 1, 1, 1, '2019-07-25 02:21:21', '2024-10-23 08:31:12'), (283, 11, '➡ Homework List Delete', '', 1, 1, 1, 1, '2019-07-25 02:21:21', '2024-10-23 08:31:12'), (284, 11, 'Homework Evaluation Report Menu', 'evaluation-report', 1, 1, 1, 1, '2019-07-25 02:21:21', '2024-10-23 08:31:12'), (285, 11, '➡ Homework Evaluation Report View', '', 1, 1, 1, 1, '2019-07-25 02:21:21', '2024-10-23 08:31:12'), (286, 12, 'Communicate Menu', '', 1, 1, 1, 1, '2019-07-25 02:21:21', '2024-10-23 08:31:12'), (287, 12, 'Notice Board Menu', 'notice-list', 1, 1, 1, 1, '2019-07-25 02:21:21', '2024-10-23 08:31:12'), (288, 12, '➡ Create Notice Board Add', '', 1, 1, 1, 1, '2019-07-25 02:21:21', '2024-10-23 08:31:12'), (289, 12, '➡ Create Notice Board Edit', '', 1, 1, 1, 1, '2019-07-25 02:21:21', '2024-10-23 08:31:12'), (290, 12, '➡ Create Notice Board Delete', '', 1, 1, 1, 1, '2019-07-25 02:21:21', '2024-10-23 08:31:12'), (291, 12, 'Send Email / SMS Menu', 'send-email-sms-view', 1, 1, 1, 1, '2019-07-25 02:21:21', '2024-10-23 08:31:12'), (292, 12, '➡ Send Email / SMS Send', '', 1, 1, 1, 1, '2019-07-25 02:21:21', '2024-10-23 08:31:12'), (293, 12, 'Email / SMS Log Menu', 'email-sms-log', 1, 1, 1, 1, '2019-07-25 02:21:21', '2024-10-23 08:31:12'), (294, 12, 'Event Menu', 'event', 1, 1, 1, 1, '2019-07-25 02:21:21', '2024-10-23 08:31:12'), (295, 12, '➡ Event Add', '', 1, 1, 1, 1, '2019-07-25 02:21:21', '2024-10-23 08:31:12'), (296, 12, '➡ Event Edit', '', 1, 1, 1, 1, '2019-07-25 02:21:21', '2024-10-23 08:31:12'), (297, 12, '➡ Event Delete', '', 1, 1, 1, 1, '2019-07-25 02:21:21', '2024-10-23 08:31:12'), (298, 13, 'Library Menu', '', 1, 1, 1, 1, '2019-07-25 02:21:21', '2024-10-23 08:31:12'), (299, 13, 'Add Book Menu', 'add-book', 1, 1, 1, 1, '2019-07-25 02:21:21', '2024-10-23 08:31:12'), (300, 13, '➡ Create Add Book Add', '', 1, 1, 1, 1, '2019-07-25 02:21:21', '2024-10-23 08:31:12'), (301, 13, 'Book List Menu', 'book-list', 1, 1, 1, 1, '2019-07-25 02:21:21', '2024-10-23 08:31:12'), (302, 13, '➡ Create Book List Edit', '', 1, 1, 1, 1, '2019-07-25 02:21:21', '2024-10-23 08:31:12'), (303, 13, '➡ Create Book List Delete', '', 1, 1, 1, 1, '2019-07-25 02:21:21', '2024-10-23 08:31:12'), (304, 13, 'Book Category Menu', 'book-category-list', 1, 1, 1, 1, '2019-07-25 02:21:21', '2024-10-23 08:31:12'), (305, 13, '➡ Book Category Add', '', 1, 1, 1, 1, '2019-07-25 02:21:21', '2024-10-23 08:31:12'), (306, 13, '➡ Book Category Edit', '', 1, 1, 1, 1, '2019-07-25 02:21:21', '2024-10-23 08:31:12'), (307, 13, '➡ Book Category Delete', '', 1, 1, 1, 1, '2019-07-25 02:21:21', '2024-10-23 08:31:12'), (308, 13, 'Add Member Menu', 'library-member', 1, 1, 1, 1, '2019-07-25 02:21:21', '2024-10-23 08:31:12'), (309, 13, '➡ Add Member Add', '', 1, 1, 1, 1, '2019-07-25 02:21:21', '2024-10-23 08:31:12'), (310, 13, '➡ Add Member Cancel', '', 1, 1, 1, 1, '2019-07-25 02:21:21', '2024-10-23 08:31:12'), (311, 13, 'Issue/Return Book Menu', 'member-list', 1, 1, 1, 1, '2019-07-25 02:21:21', '2024-10-23 08:31:12'), (312, 13, '➡ Issue/Return Book Issue', '', 1, 1, 1, 1, '2019-07-25 02:21:21', '2024-10-23 08:31:12'), (313, 13, '➡ Issue/Return Book Return', '', 1, 1, 1, 1, '2019-07-25 02:21:21', '2024-10-23 08:31:12'), (314, 13, 'All Issued Book', 'all-issed-book', 1, 1, 1, 1, '2019-07-25 02:21:21', '2024-10-23 08:31:12'), (315, 14, 'Inventory Menu', '', 1, 1, 1, 1, '2019-07-25 02:21:21', '2024-10-23 08:31:12'), (316, 14, 'Item Category Menu', 'item-category', 1, 1, 1, 1, '2019-07-25 02:21:21', '2024-10-23 08:31:12'), (317, 14, '➡ Create Item Category Add', '', 1, 1, 1, 1, '2019-07-25 02:21:21', '2024-10-23 08:31:12'), (318, 14, '➡ Create Item Category Edit', '', 1, 1, 1, 1, '2019-07-25 02:21:21', '2024-10-23 08:31:12'), (319, 14, '➡ Item Category Delete', '', 1, 1, 1, 1, '2019-07-25 02:21:21', '2024-10-23 08:31:12'), (320, 14, 'Item List Menu', 'item-list', 1, 1, 1, 1, '2019-07-25 02:21:21', '2024-10-23 08:31:12'), (321, 14, '➡ Create Item List Add', '', 1, 1, 1, 1, '2019-07-25 02:21:21', '2024-10-23 08:31:12'), (322, 14, '➡ Item List Edit', '', 1, 1, 1, 1, '2019-07-25 02:21:21', '2024-10-23 08:31:12'), (323, 14, '➡ Item List Delete', '', 1, 1, 1, 1, '2019-07-25 02:21:21', '2024-10-23 08:31:12'), (324, 14, 'Item Store Menu', 'item-store', 1, 1, 1, 1, '2019-07-25 02:21:21', '2024-10-23 08:31:12'), (325, 14, '➡ Create Item Store Add', '', 1, 1, 1, 1, '2019-07-25 02:21:21', '2024-10-23 08:31:12'), (326, 14, '➡ Item Store Edit', '', 1, 1, 1, 1, '2019-07-25 02:21:21', '2024-10-23 08:31:12'), (327, 14, '➡ Item Store Delete', '', 1, 1, 1, 1, '2019-07-25 02:21:21', '2024-10-23 08:31:12'), (328, 14, 'Supplier Menu', 'suppliers', 1, 1, 1, 1, '2019-07-25 02:21:21', '2024-10-23 08:31:12'), (329, 14, '➡ Create Supplier Add', '', 1, 1, 1, 1, '2019-07-25 02:21:21', '2024-10-23 08:31:12'), (330, 14, '➡ Supplier Edit', '', 1, 1, 1, 1, '2019-07-25 02:21:21', '2024-10-23 08:31:12'), (331, 14, '➡ Supplier Delete', '', 1, 1, 1, 1, '2019-07-25 02:21:21', '2024-10-23 08:31:12'), (332, 14, 'Item Receive Menu', 'item-receive', 1, 1, 1, 1, '2019-07-25 02:21:21', '2024-10-23 08:31:12'), (333, 14, '➡ Create Item Receive Add', '', 1, 1, 1, 1, '2019-07-25 02:21:21', '2024-10-23 08:31:12'), (334, 14, 'Item Receive List Menu', 'item-receive-list', 1, 1, 1, 1, '2019-07-25 02:21:21', '2024-10-23 08:31:12'), (335, 14, '➡ Create Item Receive List Add', '', 1, 1, 1, 1, '2019-07-25 02:21:21', '2024-10-23 08:31:12'), (336, 14, '➡ Item Receive List Edit', '', 1, 1, 1, 1, '2019-07-25 02:21:21', '2024-10-23 08:31:12'), (337, 14, '➡ Item Receive List View', '', 1, 1, 1, 1, '2019-07-25 02:21:21', '2024-10-23 08:31:12'), (338, 14, '➡ Item Receive List Cancel', '', 1, 1, 1, 1, '2019-07-25 02:21:21', '2024-10-23 08:31:12'), (339, 14, 'Item Sell Menu', 'item-sell-list', 1, 1, 1, 1, '2019-07-25 02:21:21', '2024-10-23 08:31:12'), (340, 14, '➡ Create Item Sell Add', '', 1, 1, 1, 1, '2019-07-25 02:21:21', '2024-10-23 08:31:12'), (341, 14, '➡ Item Sell Edit', '', 1, 1, 1, 1, '2019-07-25 02:21:21', '2024-10-23 08:31:12'), (342, 14, '➡ Item Sell Delete', '', 1, 1, 1, 1, '2019-07-25 02:21:21', '2024-10-23 08:31:12'), (343, 14, '➡ Add Payment', '', 1, 1, 1, 1, '2019-07-25 02:21:21', '2024-10-23 08:31:12'), (344, 14, '➡ View Payment', '', 1, 1, 1, 1, '2019-07-25 02:21:21', '2024-10-23 08:31:12'), (345, 14, 'Item Issue Menu', 'item-issue', 1, 1, 1, 1, '2019-07-25 02:21:21', '2024-10-23 08:31:12'), (346, 14, '➡ Create Item Issue Add', '', 1, 1, 1, 1, '2019-07-25 02:21:21', '2024-10-23 08:31:12'), (347, 14, '➡ Item Issue Return', '', 1, 1, 1, 1, '2019-07-25 02:21:21', '2024-10-23 08:31:12'), (348, 15, 'Transport Menu', '', 1, 1, 1, 1, '2019-07-25 02:21:21', '2024-10-23 08:31:12'), (349, 15, 'Routes Menu', 'transport-route', 1, 1, 1, 1, '2019-07-25 02:21:21', '2024-10-23 08:31:12'), (350, 15, '➡ Create Routes Add', '', 1, 1, 1, 1, '2019-07-25 02:21:21', '2024-10-23 08:31:12'), (351, 15, '➡ Create Routes Edit', '', 1, 1, 1, 1, '2019-07-25 02:21:21', '2024-10-23 08:31:12'), (352, 15, '➡ Create Routes Delete', '', 1, 1, 1, 1, '2019-07-25 02:21:21', '2024-10-23 08:31:12'), (353, 15, 'Vehicle Menu', 'vehicle', 1, 1, 1, 1, '2019-07-25 02:21:21', '2024-10-23 08:31:12'), (354, 15, '➡ Create Vehicle Add', '', 1, 1, 1, 1, '2019-07-25 02:21:21', '2024-10-23 08:31:12'), (355, 15, '➡ Create Vehicle Edit', '', 1, 1, 1, 1, '2019-07-25 02:21:21', '2024-10-23 08:31:12'), (356, 15, '➡ Create Vehicle Delete', '', 1, 1, 1, 1, '2019-07-25 02:21:21', '2024-10-23 08:31:12'), (357, 15, 'Assign Vehicle Menu', 'assign-vehicle', 1, 1, 1, 1, '2019-07-25 02:21:21', '2024-10-23 08:31:12'), (358, 15, '➡ Create Assign Vehicle Add', '', 1, 1, 1, 1, '2019-07-25 02:21:21', '2024-10-23 08:31:12'), (359, 15, '➡ Create Assign Vehicle Edit', '', 1, 1, 1, 1, '2019-07-25 02:21:21', '2024-10-23 08:31:12'), (360, 15, '➡ Create Assign Vehicle Delete', '', 1, 1, 1, 1, '2019-07-25 02:21:21', '2024-10-23 08:31:12'), (361, 15, 'Student Transport Report Menu', 'student-transport-report', 1, 1, 1, 1, '2019-07-25 02:21:21', '2024-10-23 08:31:12'), (362, 16, 'Dormitory Menu', '', 1, 1, 1, 1, '2019-07-25 02:21:21', '2024-10-23 08:31:12'), (363, 16, 'Dormitory Rooms Menu', 'room-list', 1, 1, 1, 1, '2019-07-25 02:21:21', '2024-10-23 08:31:12'), (364, 16, '➡ Create Dormitory Rooms Add', '', 1, 1, 1, 1, '2019-07-25 02:21:21', '2024-10-23 08:31:12'), (365, 16, '➡ Create Dormitory Rooms Edit', '', 1, 1, 1, 1, '2019-07-25 02:21:21', '2024-10-23 08:31:12'), (366, 16, '➡ Create Dormitory Rooms Delete', '', 1, 1, 1, 1, '2019-07-25 02:21:21', '2024-10-23 08:31:12'), (367, 16, 'Dormitory Menu', 'dormitory-list', 1, 1, 1, 1, '2019-07-25 02:21:21', '2024-10-23 08:31:12'), (368, 16, '➡ Create Dormitory Add', '', 1, 1, 1, 1, '2019-07-25 02:21:21', '2024-10-23 08:31:12'), (369, 16, '➡ Create Dormitory Edit', '', 1, 1, 1, 1, '2019-07-25 02:21:21', '2024-10-23 08:31:12'), (370, 16, '➡ Create Dormitory Delete', '', 1, 1, 1, 1, '2019-07-25 02:21:21', '2024-10-23 08:31:12'), (371, 16, 'Room Type Menu', 'room-type', 1, 1, 1, 1, '2019-07-25 02:21:21', '2024-10-23 08:31:12'), (372, 16, '➡ Create Room Type Add', '', 1, 1, 1, 1, '2019-07-25 02:21:21', '2024-10-23 08:31:12'), (373, 16, '➡ Create Room Type Edit', '', 1, 1, 1, 1, '2019-07-25 02:21:21', '2024-10-23 08:31:12'), (374, 16, '➡ Create Room Type Delete', '', 1, 1, 1, 1, '2019-07-25 02:21:21', '2024-10-23 08:31:12'), (375, 16, 'Student Dormitory Report Menu', 'student-dormitory-report', 1, 1, 1, 1, '2019-07-25 02:21:21', '2024-10-23 08:31:12'), (376, 17, 'Reports Menu', 'student-report', 1, 1, 1, 1, '2019-07-25 02:21:21', '2024-10-23 08:31:12'), (377, 17, 'Guardian Report Menu', 'guardian-report', 1, 1, 1, 1, '2019-07-25 02:21:21', '2024-10-23 08:31:12'), (378, 17, 'Student History Menu', 'student-history', 1, 1, 1, 1, '2019-07-25 02:21:21', '2024-10-23 08:31:12'), (379, 17, 'Student Login Report', 'student-login-report', 1, 1, 1, 1, '2019-07-25 02:21:21', '2024-10-23 08:31:12'), (380, 17, '➡ Student Login Report Edit', '', 1, 1, 1, 1, '2019-07-25 02:21:21', '2024-10-23 08:31:12'), (381, 17, 'Fees Statement Menu', 'fees-statement', 1, 1, 1, 1, '2019-07-25 02:21:21', '2024-10-23 08:31:12'), (382, 17, 'Balance Fees Report Menu', 'balance-fees-report', 1, 1, 1, 1, '2019-07-25 02:21:21', '2024-10-23 08:31:12'), (383, 17, 'Transaction Report Menu', 'transaction-report', 1, 1, 1, 1, '2019-07-25 02:21:21', '2024-10-23 08:31:12'), (384, 17, 'Class Report Menu', 'class-report', 1, 1, 1, 1, '2019-07-25 02:21:21', '2024-10-23 08:31:12'), (385, 17, 'Class Routine Menu', 'class-routine-report', 1, 1, 1, 1, '2019-07-25 02:21:21', '2024-10-23 08:31:12'), (386, 17, 'Exam Routine Menu', 'exam-routine-report', 1, 1, 1, 1, '2019-07-25 02:21:21', '2024-10-23 08:31:12'), (387, 17, 'Teacher Class Routine Menu', 'teacher-class-routine-report', 1, 1, 1, 1, '2019-07-25 02:21:21', '2024-10-23 08:31:12'), (388, 17, 'Merit List Report Menu', 'merit-list-report', 1, 1, 1, 1, '2019-07-25 02:21:21', '2024-10-23 08:31:12'), (389, 17, 'Online Exam Report Menu', 'online-exam-report', 1, 1, 1, 1, '2019-07-25 02:21:21', '2024-10-23 08:31:12'), (390, 17, 'Mark Sheet Report Menu', 'mark-sheet-report-student', 1, 1, 1, 1, '2019-07-25 02:21:21', '2024-10-23 08:31:12'), (391, 17, 'Tabulation Sheet Report Menu', 'tabulation-sheet-report', 1, 1, 1, 1, '2019-07-25 02:21:21', '2024-10-23 08:31:12'), (392, 17, 'Progress Card Report Menu', 'progress-card-report', 1, 1, 1, 1, '2019-07-25 02:21:21', '2024-10-23 08:31:12'), (393, 17, 'Student Fine Report Menu', 'student-fine-report', 1, 1, 1, 1, '2019-07-25 02:21:21', '2024-10-23 08:31:12'), (394, 17, 'User Log Menu', 'user-log', 1, 1, 1, 1, '2019-07-25 02:21:21', '2024-10-23 08:31:12'), (395, 8, '➡ Apply Leave Add', '', 1, 1, 1, 1, '2019-07-25 02:21:21', '2024-10-23 08:31:12'), (396, 8, '➡ Apply Leave Edit', '', 1, 1, 1, 1, '2019-07-25 02:21:21', '2024-10-23 08:31:12'), (397, 9, '➡ Exam Setup Edit', '', 1, 1, 1, 1, '2019-07-25 02:21:21', '2024-10-23 08:31:12'); -- -------------------------------------------------------- -- -- Table structure for table `sm_module_permissions` -- CREATE TABLE `sm_module_permissions` ( `id` int(10) UNSIGNED NOT NULL, `dashboard_id` int(11) DEFAULT NULL, `name` varchar(191) DEFAULT NULL, `active_status` tinyint(4) NOT NULL DEFAULT 1, `created_by` int(10) UNSIGNED DEFAULT 1, `updated_by` int(10) UNSIGNED DEFAULT 1, `school_id` int(10) UNSIGNED 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 `sm_module_permissions` -- INSERT INTO `sm_module_permissions` (`id`, `dashboard_id`, `name`, `active_status`, `created_by`, `updated_by`, `school_id`, `created_at`, `updated_at`) VALUES (1, 1, 'Dashboard', 1, 1, 1, 1, '2024-10-23 08:31:14', '2024-10-23 08:31:14'), (2, 1, 'Admin Section', 1, 1, 1, 1, '2024-10-23 08:31:14', '2024-10-23 08:31:14'), (3, 1, 'Student Information', 1, 1, 1, 1, '2024-10-23 08:31:14', '2024-10-23 08:31:14'), (4, 1, 'Teacher', 1, 1, 1, 1, '2024-10-23 08:31:14', '2024-10-23 08:31:14'), (5, 1, 'Fees Collection', 1, 1, 1, 1, '2024-10-23 08:31:14', '2024-10-23 08:31:14'), (6, 1, 'Accounts', 1, 1, 1, 1, '2024-10-23 08:31:14', '2024-10-23 08:31:14'), (7, 1, 'Human Resource', 1, 1, 1, 1, '2024-10-23 08:31:14', '2024-10-23 08:31:14'), (8, 1, 'Leave Application', 1, 1, 1, 1, '2024-10-23 08:31:14', '2024-10-23 08:31:14'), (9, 1, 'Examination', 1, 1, 1, 1, '2024-10-23 08:31:14', '2024-10-23 08:31:14'), (10, 1, 'Academics', 1, 1, 1, 1, '2024-10-23 08:31:14', '2024-10-23 08:31:14'), (11, 1, 'Homework', 1, 1, 1, 1, '2024-10-23 08:31:14', '2024-10-23 08:31:14'), (12, 1, 'Communicate', 1, 1, 1, 1, '2024-10-23 08:31:14', '2024-10-23 08:31:14'), (13, 1, 'Library', 1, 1, 1, 1, '2024-10-23 08:31:14', '2024-10-23 08:31:14'), (14, 1, 'Inventory', 1, 1, 1, 1, '2024-10-23 08:31:14', '2024-10-23 08:31:14'), (15, 1, 'Transport', 1, 1, 1, 1, '2024-10-23 08:31:14', '2024-10-23 08:31:14'), (16, 1, 'Dormitory', 1, 1, 1, 1, '2024-10-23 08:31:14', '2024-10-23 08:31:14'), (17, 1, 'Reports', 1, 1, 1, 1, '2024-10-23 08:31:14', '2024-10-23 08:31:14'), (18, 1, 'System Settings', 1, 1, 1, 1, '2024-10-23 08:31:14', '2024-10-23 08:31:14'), (19, 1, 'Style', 1, 1, 1, 1, '2024-10-23 08:31:14', '2024-10-23 08:31:14'), (20, 1, 'API Permission', 1, 1, 1, 1, '2024-10-23 08:31:14', '2024-10-23 08:31:14'), (21, 1, 'Front Settings', 1, 1, 1, 1, '2024-10-23 08:31:14', '2024-10-23 08:31:14'), (22, 2, 'My Profile', 1, 1, 1, 1, '2024-10-23 08:31:14', '2024-10-23 08:31:14'), (23, 2, 'Fees', 1, 1, 1, 1, '2024-10-23 08:31:14', '2024-10-23 08:31:14'), (24, 2, 'Class Routine', 1, 1, 1, 1, '2024-10-23 08:31:14', '2024-10-23 08:31:14'), (25, 2, 'Homework', 1, 1, 1, 1, '2024-10-23 08:31:14', '2024-10-23 08:31:14'), (26, 2, 'Download Center', 1, 1, 1, 1, '2024-10-23 08:31:14', '2024-10-23 08:31:14'), (27, 2, 'Attendance', 1, 1, 1, 1, '2024-10-23 08:31:14', '2024-10-23 08:31:14'), (28, 2, 'Examinations', 1, 1, 1, 1, '2024-10-23 08:31:14', '2024-10-23 08:31:14'), (29, 2, 'Online Exam', 1, 1, 1, 1, '2024-10-23 08:31:14', '2024-10-23 08:31:14'), (30, 2, 'Notice Board', 1, 1, 1, 1, '2024-10-23 08:31:14', '2024-10-23 08:31:14'), (31, 2, 'Subjects', 1, 1, 1, 1, '2024-10-23 08:31:14', '2024-10-23 08:31:14'), (32, 2, 'Teacher', 1, 1, 1, 1, '2024-10-23 08:31:14', '2024-10-23 08:31:14'), (33, 2, 'Library', 1, 1, 1, 1, '2024-10-23 08:31:14', '2024-10-23 08:31:14'), (34, 2, 'Transfort', 1, 1, 1, 1, '2024-10-23 08:31:14', '2024-10-23 08:31:14'), (35, 2, 'Dormitory', 1, 1, 1, 1, '2024-10-23 08:31:14', '2024-10-23 08:31:14'), (36, 3, 'My Children', 1, 1, 1, 1, '2024-10-23 08:31:14', '2024-10-23 08:31:14'), (37, 3, 'Fees', 1, 1, 1, 1, '2024-10-23 08:31:14', '2024-10-23 08:31:14'), (38, 3, 'Class Routine', 1, 1, 1, 1, '2024-10-23 08:31:14', '2024-10-23 08:31:14'), (39, 3, 'Homework', 1, 1, 1, 1, '2024-10-23 08:31:14', '2024-10-23 08:31:14'), (40, 3, 'Attendance', 1, 1, 1, 1, '2024-10-23 08:31:14', '2024-10-23 08:31:14'), (41, 3, 'Exam Result', 1, 1, 1, 1, '2024-10-23 08:31:14', '2024-10-23 08:31:14'), (42, 3, 'Notice Board', 1, 1, 1, 1, '2024-10-23 08:31:14', '2024-10-23 08:31:14'), (43, 3, 'Subjects', 1, 1, 1, 1, '2024-10-23 08:31:14', '2024-10-23 08:31:14'), (44, 3, 'Teacher', 1, 1, 1, 1, '2024-10-23 08:31:14', '2024-10-23 08:31:14'), (45, 3, 'Transfort', 1, 1, 1, 1, '2024-10-23 08:31:14', '2024-10-23 08:31:14'), (46, 3, 'Dormitory', 1, 1, 1, 1, '2024-10-23 08:31:14', '2024-10-23 08:31:14'); -- -------------------------------------------------------- -- -- Table structure for table `sm_module_permission_assigns` -- CREATE TABLE `sm_module_permission_assigns` ( `id` int(10) UNSIGNED NOT NULL, `active_status` tinyint(4) NOT NULL DEFAULT 1, `created_at` timestamp NULL DEFAULT NULL, `updated_at` timestamp NULL DEFAULT NULL, `module_id` int(10) UNSIGNED DEFAULT NULL, `role_id` int(10) UNSIGNED DEFAULT NULL, `created_by` int(10) UNSIGNED DEFAULT 1, `updated_by` int(10) UNSIGNED DEFAULT 1, `school_id` int(10) UNSIGNED DEFAULT 1 ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -- Dumping data for table `sm_module_permission_assigns` -- INSERT INTO `sm_module_permission_assigns` (`id`, `active_status`, `created_at`, `updated_at`, `module_id`, `role_id`, `created_by`, `updated_by`, `school_id`) VALUES (1, 1, '2019-11-18 08:14:09', '2019-11-18 08:14:09', 1, 1, 1, 1, 1), (2, 1, '2019-11-18 08:14:09', '2019-11-18 08:14:09', 2, 1, 1, 1, 1), (3, 1, '2019-11-18 08:14:09', '2019-11-18 08:14:09', 3, 1, 1, 1, 1), (4, 1, '2019-11-18 08:14:09', '2019-11-18 08:14:09', 4, 1, 1, 1, 1), (5, 1, '2019-11-18 08:14:09', '2019-11-18 08:14:09', 5, 1, 1, 1, 1), (6, 1, '2019-11-18 08:14:09', '2019-11-18 08:14:09', 6, 1, 1, 1, 1), (7, 1, '2019-11-18 08:14:09', '2019-11-18 08:14:09', 7, 1, 1, 1, 1), (8, 1, '2019-11-18 08:14:09', '2019-11-18 08:14:09', 8, 1, 1, 1, 1), (9, 1, '2019-11-18 08:14:09', '2019-11-18 08:14:09', 9, 1, 1, 1, 1), (10, 1, '2019-11-18 08:14:09', '2019-11-18 08:14:09', 10, 1, 1, 1, 1), (11, 1, '2019-11-18 08:14:09', '2019-11-18 08:14:09', 11, 1, 1, 1, 1), (12, 1, '2019-11-18 08:14:09', '2019-11-18 08:14:09', 12, 1, 1, 1, 1), (13, 1, '2019-11-18 08:14:09', '2019-11-18 08:14:09', 13, 1, 1, 1, 1), (14, 1, '2019-11-18 08:14:09', '2019-11-18 08:14:09', 14, 1, 1, 1, 1), (15, 1, '2019-11-18 08:14:09', '2019-11-18 08:14:09', 15, 1, 1, 1, 1), (16, 1, '2019-11-18 08:14:09', '2019-11-18 08:14:09', 16, 1, 1, 1, 1), (17, 1, '2019-11-18 08:14:09', '2019-11-18 08:14:09', 17, 1, 1, 1, 1), (18, 1, '2019-11-18 08:14:09', '2019-11-18 08:14:09', 18, 1, 1, 1, 1), (19, 1, '2019-11-18 08:14:09', '2019-11-18 08:14:09', 19, 1, 1, 1, 1), (20, 1, '2019-11-18 08:14:09', '2019-11-18 08:14:09', 20, 1, 1, 1, 1), (21, 1, '2019-11-18 08:14:09', '2019-11-18 08:14:09', 21, 1, 1, 1, 1), (127, 1, '2019-11-18 08:14:10', '2019-11-18 08:14:10', 22, 2, 1, 1, 1), (128, 1, '2019-11-18 08:14:10', '2019-11-18 08:14:10', 23, 2, 1, 1, 1), (129, 1, '2019-11-18 08:14:10', '2019-11-18 08:14:10', 24, 2, 1, 1, 1), (130, 1, '2019-11-18 08:14:10', '2019-11-18 08:14:10', 25, 2, 1, 1, 1), (131, 1, '2019-11-18 08:14:10', '2019-11-18 08:14:10', 26, 2, 1, 1, 1), (132, 1, '2019-11-18 08:14:10', '2019-11-18 08:14:10', 27, 2, 1, 1, 1), (133, 1, '2019-11-18 08:14:10', '2019-11-18 08:14:10', 28, 2, 1, 1, 1), (134, 1, '2019-11-18 08:14:10', '2019-11-18 08:14:10', 29, 2, 1, 1, 1), (135, 1, '2019-11-18 08:14:10', '2019-11-18 08:14:10', 30, 2, 1, 1, 1), (136, 1, '2019-11-18 08:14:10', '2019-11-18 08:14:10', 31, 2, 1, 1, 1), (137, 1, '2019-11-18 08:14:10', '2019-11-18 08:14:10', 32, 2, 1, 1, 1), (138, 1, '2019-11-18 08:14:10', '2019-11-18 08:14:10', 33, 2, 1, 1, 1), (139, 1, '2019-11-18 08:14:10', '2019-11-18 08:14:10', 34, 2, 1, 1, 1), (140, 1, '2019-11-18 08:14:10', '2019-11-18 08:14:10', 35, 2, 1, 1, 1), (141, 1, '2019-11-18 08:14:10', '2019-11-18 08:14:10', 36, 3, 1, 1, 1), (142, 1, '2019-11-18 08:14:10', '2019-11-18 08:14:10', 37, 3, 1, 1, 1), (143, 1, '2019-11-18 08:14:10', '2019-11-18 08:14:10', 38, 3, 1, 1, 1), (144, 1, '2019-11-18 08:14:10', '2019-11-18 08:14:10', 39, 3, 1, 1, 1), (145, 1, '2019-11-18 08:14:10', '2019-11-18 08:14:10', 40, 3, 1, 1, 1), (146, 1, '2019-11-18 08:14:10', '2019-11-18 08:14:10', 41, 3, 1, 1, 1), (147, 1, '2019-11-18 08:14:10', '2019-11-18 08:14:10', 42, 3, 1, 1, 1), (148, 1, '2019-11-18 08:14:10', '2019-11-18 08:14:10', 43, 3, 1, 1, 1), (149, 1, '2019-11-18 08:14:10', '2019-11-18 08:14:10', 44, 3, 1, 1, 1), (150, 1, '2019-11-18 08:14:10', '2019-11-18 08:14:10', 45, 3, 1, 1, 1), (151, 1, '2019-11-18 08:14:10', '2019-11-18 08:14:10', 46, 3, 1, 1, 1), (167, 1, '2019-12-03 10:55:49', '2019-12-03 10:55:49', 2, 5, 1, 1, 1), (168, 1, '2019-12-03 10:55:49', '2019-12-03 10:55:49', 3, 5, 1, 1, 1), (169, 1, '2019-12-03 10:55:49', '2019-12-03 10:55:49', 4, 5, 1, 1, 1), (170, 1, '2019-12-03 10:55:49', '2019-12-03 10:55:49', 5, 5, 1, 1, 1), (171, 1, '2019-12-03 10:55:49', '2019-12-03 10:55:49', 6, 5, 1, 1, 1), (172, 1, '2019-12-03 10:55:49', '2019-12-03 10:55:49', 7, 5, 1, 1, 1), (173, 1, '2019-12-03 10:55:49', '2019-12-03 10:55:49', 8, 5, 1, 1, 1), (174, 1, '2019-12-03 10:55:49', '2019-12-03 10:55:49', 9, 5, 1, 1, 1), (175, 1, '2019-12-03 10:55:49', '2019-12-03 10:55:49', 10, 5, 1, 1, 1), (176, 1, '2019-12-03 10:55:49', '2019-12-03 10:55:49', 11, 5, 1, 1, 1), (177, 1, '2019-12-03 10:55:49', '2019-12-03 10:55:49', 12, 5, 1, 1, 1), (178, 1, '2019-12-03 10:55:49', '2019-12-03 10:55:49', 13, 5, 1, 1, 1), (179, 1, '2019-12-03 10:55:49', '2019-12-03 10:55:49', 14, 5, 1, 1, 1), (180, 1, '2019-12-03 10:55:49', '2019-12-03 10:55:49', 15, 5, 1, 1, 1), (181, 1, '2019-12-03 10:55:49', '2019-12-03 10:55:49', 16, 5, 1, 1, 1), (182, 1, '2019-12-03 10:55:49', '2019-12-03 10:55:49', 17, 5, 1, 1, 1), (183, 1, '2019-12-03 10:55:49', '2019-12-03 10:55:49', 19, 5, 1, 1, 1), (184, 1, '2019-12-03 10:55:49', '2019-12-03 10:55:49', 20, 5, 1, 1, 1), (185, 1, '2019-12-03 10:55:49', '2019-12-03 10:55:49', 21, 5, 1, 1, 1), (197, 1, '2019-12-03 11:14:06', '2019-12-03 11:14:06', 3, 4, 1, 1, 1), (198, 1, '2019-12-03 11:14:06', '2019-12-03 11:14:06', 4, 4, 1, 1, 1), (199, 1, '2019-12-03 11:14:06', '2019-12-03 11:14:06', 8, 4, 1, 1, 1), (200, 1, '2019-12-03 11:14:06', '2019-12-03 11:14:06', 9, 4, 1, 1, 1), (201, 1, '2019-12-03 11:14:06', '2019-12-03 11:14:06', 10, 4, 1, 1, 1), (202, 1, '2019-12-03 11:14:06', '2019-12-03 11:14:06', 11, 4, 1, 1, 1), (203, 1, '2019-12-03 11:14:06', '2019-12-03 11:14:06', 17, 4, 1, 1, 1), (204, 1, '2019-12-03 11:14:06', '2019-12-03 11:14:06', 19, 4, 1, 1, 1), (205, 1, '2019-12-03 11:16:38', '2019-12-03 11:16:38', 3, 6, 1, 1, 1), (206, 1, '2019-12-03 11:16:38', '2019-12-03 11:16:38', 5, 6, 1, 1, 1), (207, 1, '2019-12-03 11:16:38', '2019-12-03 11:16:38', 6, 6, 1, 1, 1), (208, 1, '2019-12-03 11:16:38', '2019-12-03 11:16:38', 7, 6, 1, 1, 1), (209, 1, '2019-12-03 11:16:38', '2019-12-03 11:16:38', 14, 6, 1, 1, 1), (210, 1, '2019-12-03 11:16:38', '2019-12-03 11:16:38', 17, 6, 1, 1, 1), (211, 1, '2019-12-03 11:17:09', '2019-12-03 11:17:09', 2, 7, 1, 1, 1), (212, 1, '2019-12-03 11:17:09', '2019-12-03 11:17:09', 3, 7, 1, 1, 1), (213, 1, '2019-12-03 11:17:09', '2019-12-03 11:17:09', 7, 7, 1, 1, 1), (214, 1, '2019-12-03 11:17:30', '2019-12-03 11:17:30', 3, 8, 1, 1, 1), (215, 1, '2019-12-03 11:17:30', '2019-12-03 11:17:30', 7, 8, 1, 1, 1), (216, 1, '2019-12-03 11:17:30', '2019-12-03 11:17:30', 13, 8, 1, 1, 1); -- -------------------------------------------------------- -- -- Table structure for table `sm_news` -- CREATE TABLE `sm_news` ( `id` int(10) UNSIGNED NOT NULL, `news_title` varchar(191) NOT NULL, `view_count` int(11) DEFAULT NULL, `active_status` int(11) DEFAULT NULL, `image` varchar(191) DEFAULT NULL, `image_thumb` varchar(191) DEFAULT NULL, `news_body` longtext DEFAULT NULL, `publish_date` date DEFAULT NULL, `status` tinyint(4) DEFAULT 1, `is_global` tinyint(4) DEFAULT 1, `auto_approve` tinyint(4) DEFAULT 0, `is_comment` tinyint(4) DEFAULT 0, `order` varchar(191) DEFAULT NULL, `created_at` timestamp NULL DEFAULT NULL, `updated_at` timestamp NULL DEFAULT NULL, `category_id` int(10) UNSIGNED DEFAULT NULL, `created_by` int(10) UNSIGNED DEFAULT 1, `updated_by` int(10) UNSIGNED DEFAULT 1, `school_id` int(10) UNSIGNED DEFAULT 1, `academic_id` int(10) UNSIGNED DEFAULT 1 ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -- Dumping data for table `sm_news` -- INSERT INTO `sm_news` (`id`, `news_title`, `view_count`, `active_status`, `image`, `image_thumb`, `news_body`, `publish_date`, `status`, `is_global`, `auto_approve`, `is_comment`, `order`, `created_at`, `updated_at`, `category_id`, `created_by`, `updated_by`, `school_id`, `academic_id`) VALUES (1, 'Digital Transformation in Education: INFIX EDU Paving the Way', 4, 1, 'public/uploads/news/news1.jpg', NULL, 'As the education landscape continues to evolve, INFIX EDU remains at the forefront of digital transformation. In this blog post, we explore how INFIX EDU\'s innovative school management system is not just adapting to change but actively shaping the future of education. From online assessments to parent-teacher communication tools, discover the key elements driving this digital revolution in schools.', '2019-06-02', 1, 1, 0, 0, '1', '2024-10-23 08:31:14', '2024-10-23 08:31:14', 1, 1, 1, 1, 1), (2, 'Success Stories: How INFIX EDU ERP Empowers Schools Worldwide', 3, 1, 'public/uploads/news/news2.jpg', NULL, 'In this blog series, we highlight success stories from schools around the globe that have embraced INFIX EDU\'s school management system. From improving communication between stakeholders to boosting overall efficiency, these stories provide insights into the transformative impact of INFIX EDU\'s technology. Join us in celebrating the achievements of schools that have elevated their educational experience with INFIX EDU.', '2019-06-02', 1, 1, 0, 0, '2', '2024-10-23 08:31:14', '2024-10-23 08:31:14', 1, 1, 1, 1, 1), (3, 'INFIX EDU Launches Enhanced Features for a Seamless School Year', 1, 1, 'public/uploads/news/news3.jpg', NULL, 'In a recent update, INFIX EDU, the leading school management system provider, unveiled a set of enhanced features aimed at optimizing administrative processes and fostering a smoother school year. From streamlined enrollment procedures to advanced reporting tools, schools can now benefit from an even more comprehensive and user-friendly platform. Read more to discover how these updates can positively impact your institution.', '2019-06-02', 1, 1, 0, 0, '3', '2024-10-23 08:31:14', '2024-10-23 08:31:14', 1, 1, 1, 1, 1), (4, 'In aut voluptas illum sed quaerat.', 9, 1, 'public/uploads/news/news4.jpg', NULL, 'Mollitia nulla accusantium voluptatem rem aut ipsa laudantium occaecati. Impedit expedita fuga voluptatem deleniti ut harum et nisi. Maxime accusantium consequatur doloribus et ipsa totam. Ad molestiae a adipisci blanditiis. Quisquam sed aliquid omnis corporis. Mollitia rerum possimus ut dignissimos ratione optio rerum. Sint sunt perferendis aut delectus. Dolores non aut id voluptas laudantium consequatur. Ratione eligendi alias asperiores iste.', '2019-06-02', 1, 1, 0, 0, '4', '2024-10-23 08:31:14', '2024-10-23 08:31:14', 1, 1, 1, 1, 1), (5, 'Possimus est facere voluptas sit omnis.', 6, 1, 'public/uploads/news/news5.jpg', NULL, 'Eum voluptas atque nisi dolorem. Laborum repudiandae fugiat similique nam maiores. Temporibus inventore dolores enim provident dignissimos quia officiis. A officia est molestias in explicabo sint. Nemo dolores amet et numquam et est soluta. Voluptatem reiciendis omnis autem quibusdam. Magnam aut accusantium ratione sapiente. Ducimus autem eius modi architecto et dolorum suscipit sunt. Voluptatibus quasi culpa vitae iusto sunt itaque.', '2019-06-02', 1, 1, 0, 0, '5', '2024-10-23 08:31:14', '2024-10-23 08:31:14', 2, 1, 1, 1, 1), (6, 'Saepe et ut molestiae molestiae.', 5, 1, 'public/uploads/news/news6.jpg', NULL, 'Necessitatibus cum quasi eum eos eligendi vel. Aut expedita qui in nam inventore. Sed quasi ea hic quaerat facere. Voluptatibus accusantium quia quia praesentium a repudiandae nihil. Cupiditate nulla consectetur corporis dolor et odit architecto temporibus. Distinctio neque soluta cumque perferendis expedita sed distinctio. Blanditiis doloremque ut facilis culpa dolorum temporibus eligendi eos. Sint non dolore eligendi corporis quae officia.', '2019-06-02', 1, 1, 0, 0, '6', '2024-10-23 08:31:14', '2024-10-23 08:31:14', 2, 1, 1, 1, 1), (7, 'Sint sed rem rerum autem aliquam.', 0, 1, 'public/uploads/news/news7.jpg', NULL, 'Iste voluptatibus et nihil. Qui et qui aut voluptate pariatur qui. Reiciendis qui hic eum aut ut ut nostrum. Ut dolorum ipsum in quas. Voluptates consequatur et architecto numquam omnis dignissimos sed. Quia repudiandae assumenda aspernatur expedita officia. Similique natus illo eius est vel ducimus consequatur commodi. Velit rerum qui est porro. Dignissimos nemo in molestiae. In at et qui unde ut.', '2019-06-02', 1, 1, 0, 0, '7', '2024-10-23 08:31:14', '2024-10-23 08:31:14', 2, 1, 1, 1, 1), (8, 'Et est vitae vitae beatae eos.', 3, 1, 'public/uploads/news/news8.jpg', NULL, 'Numquam velit officia laborum maiores. Dolores consectetur et atque minima rerum laudantium et. Quibusdam quasi velit sed. Et nesciunt consectetur sit sed illum et neque. Et dolorem in ea architecto quia quia. Vitae ipsam aut itaque et cupiditate neque soluta qui. Illo et necessitatibus distinctio dicta exercitationem commodi porro. Tempore dolores rerum quae vitae pariatur non.', '2019-06-02', 1, 1, 0, 0, '8', '2024-10-23 08:31:14', '2024-10-23 08:31:14', 2, 1, 1, 1, 1), (9, 'Est molestiae et aliquid.', 5, 1, 'public/uploads/news/news9.jpg', NULL, 'Eum incidunt fugiat quia. Et architecto ut enim qui. Non non ut cumque asperiores iure dolorum tempore. Enim dolorum ducimus at pariatur est et aliquid. Fugiat sit quia maiores ut totam sit aut saepe. Quaerat et animi facilis. Cumque quibusdam nulla facilis vel magni. Nam voluptas nemo amet sit. Illum enim consequuntur id et dolorum rerum accusamus. A recusandae non ipsa quia. Dolorem laudantium et impedit expedita. Officiis est est accusamus quisquam.', '2019-06-02', 1, 1, 0, 0, '9', '2024-10-23 08:31:14', '2024-10-23 08:31:14', 3, 1, 1, 1, 1), (10, 'Ea ipsa eos quis nobis.', 9, 1, 'public/uploads/news/news10.jpg', NULL, 'Minus fugit omnis vel praesentium consequatur omnis ipsa repellat. Qui alias porro odit quia. Totam commodi natus est et ea. Voluptatem ut enim deleniti ut et accusamus. Velit nemo voluptas facilis tempore. Odio praesentium sint itaque quod quos non veritatis voluptates. Quis molestiae ea magni fuga sit commodi provident. Doloribus temporibus quaerat aperiam autem. Nulla enim libero cum et illo quo. Sunt maxime accusamus quam.', '2019-06-02', 1, 1, 0, 0, '10', '2024-10-23 08:31:14', '2024-10-23 08:31:14', 3, 1, 1, 1, 1), (11, 'Ea illo necessitatibus tenetur modi.', 9, 1, 'public/uploads/news/news11.jpg', NULL, 'Illum ea at modi rerum dignissimos est tempore. Voluptas pariatur maiores quibusdam sint molestiae porro et. Iure non hic sed qui. Impedit molestiae aut aut perspiciatis excepturi voluptates. Eum sed reiciendis omnis doloribus. Fugiat consequatur atque nemo saepe dolorum. Rem sed sint beatae consequatur sit. Est quas enim qui ea commodi autem. Voluptas molestias corrupti rerum et ad. Eaque non enim quas corporis quod maxime. Odit ullam inventore ab sunt fuga vero dignissimos.', '2019-06-02', 1, 1, 0, 0, '11', '2024-10-23 08:31:14', '2024-10-23 08:31:14', 3, 1, 1, 1, 1), (12, 'Ea ex nostrum dolorum eaque dolore.', 8, 1, 'public/uploads/news/news12.jpg', NULL, 'Voluptatibus ut id quia amet id ullam. Consequuntur veniam dolores quos explicabo recusandae saepe ut. Vitae adipisci sit neque nihil rerum placeat. Qui nulla sit tenetur laudantium officia qui quis. Enim vero natus est magni et officiis consequatur sunt. Et et optio vel vitae perferendis quia. Debitis ut aut nobis est amet id amet. Sed consequatur aspernatur modi ut sed nihil et. Modi error non consequatur cum.', '2019-06-02', 1, 1, 0, 0, '12', '2024-10-23 08:31:14', '2024-10-23 08:31:14', 3, 1, 1, 1, 1); -- -------------------------------------------------------- -- -- Table structure for table `sm_news_categories` -- CREATE TABLE `sm_news_categories` ( `id` int(10) UNSIGNED NOT NULL, `category_name` varchar(191) NOT NULL, `type` varchar(191) NOT NULL DEFAULT 'news', `created_at` timestamp NULL DEFAULT NULL, `updated_at` timestamp NULL DEFAULT NULL, `school_id` bigint(20) UNSIGNED NOT NULL DEFAULT 1 ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -- Dumping data for table `sm_news_categories` -- INSERT INTO `sm_news_categories` (`id`, `category_name`, `type`, `created_at`, `updated_at`, `school_id`) VALUES (1, 'International', 'news', NULL, NULL, 1), (2, 'Our history', 'history', NULL, NULL, 1), (3, 'Our mission and vision', 'mission', NULL, NULL, 1), (4, 'National', 'news', NULL, NULL, 1), (5, 'Sports', 'news', NULL, NULL, 1); -- -------------------------------------------------------- -- -- Table structure for table `sm_news_comments` -- CREATE TABLE `sm_news_comments` ( `id` bigint(20) UNSIGNED NOT NULL, `message` text NOT NULL, `news_id` int(10) UNSIGNED DEFAULT NULL, `user_id` int(10) UNSIGNED DEFAULT NULL, `parent_id` int(11) DEFAULT NULL, `status` tinyint(4) 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 `sm_news_pages` -- CREATE TABLE `sm_news_pages` ( `id` int(10) UNSIGNED NOT NULL, `created_at` timestamp NULL DEFAULT NULL, `updated_at` timestamp NULL DEFAULT NULL, `title` varchar(191) DEFAULT NULL, `description` text DEFAULT NULL, `main_title` varchar(191) DEFAULT NULL, `main_description` text DEFAULT NULL, `image` varchar(191) DEFAULT NULL, `main_image` varchar(191) DEFAULT NULL, `button_text` varchar(191) DEFAULT NULL, `button_url` varchar(191) DEFAULT NULL, `active_status` tinyint(4) NOT NULL DEFAULT 1, `created_by` int(10) UNSIGNED DEFAULT 1, `updated_by` int(10) UNSIGNED DEFAULT 1, `school_id` int(10) UNSIGNED DEFAULT 1 ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -- Dumping data for table `sm_news_pages` -- INSERT INTO `sm_news_pages` (`id`, `created_at`, `updated_at`, `title`, `description`, `main_title`, `main_description`, `image`, `main_image`, `button_text`, `button_url`, `active_status`, `created_by`, `updated_by`, `school_id`) VALUES (1, NULL, NULL, 'News Infix', 'Lisus consequat sapien metus dis urna, facilisi. Nonummy rutrum eu lacinia platea a, ipsum parturient, orci tristique. Nisi diam natoque.', 'Under Graduate Education', 'INFIX has all in one place. You’ll find everything what you are looking into education management system software. We care! User will never bothered in our real eye catchy user friendly UI & UX Interface design. You know! Smart Idea always comes to well planners. And Our INFIX is Smart for its Well Documentation. Explore in new support world! It’s now faster & quicker. You’ll find us on Support Ticket, Email, Skype, WhatsApp.', 'public/uploads/about_page/about.jpg', 'public/uploads/about_page/about-img.jpg', 'Learn More News ', 'news-page', 1, 1, 1, 1); -- -------------------------------------------------------- -- -- Table structure for table `sm_notice_boards` -- CREATE TABLE `sm_notice_boards` ( `id` int(10) UNSIGNED NOT NULL, `notice_title` varchar(200) DEFAULT NULL, `notice_message` text DEFAULT NULL, `notice_date` date DEFAULT NULL, `publish_on` date DEFAULT NULL, `inform_to` varchar(200) DEFAULT NULL COMMENT 'Notice message sent to these roles', `active_status` tinyint(4) NOT NULL DEFAULT 1, `is_published` int(11) DEFAULT 0, `created_at` timestamp NULL DEFAULT NULL, `updated_at` timestamp NULL DEFAULT NULL, `created_by` int(10) UNSIGNED DEFAULT 1, `updated_by` int(10) UNSIGNED DEFAULT 1, `school_id` int(10) UNSIGNED DEFAULT 1, `academic_id` int(10) UNSIGNED DEFAULT 1 ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -- Dumping data for table `sm_notice_boards` -- INSERT INTO `sm_notice_boards` (`id`, `notice_title`, `notice_message`, `notice_date`, `publish_on`, `inform_to`, `active_status`, `is_published`, `created_at`, `updated_at`, `created_by`, `updated_by`, `school_id`, `academic_id`) VALUES (1, 'This is a sample notice 1', 'This a demo notice', '2024-10-23', '2024-10-23', '[1]', 1, 1, NULL, NULL, 1, 1, 1, 1), (2, 'This is another sample notice 2', 'This a demo notice', '2024-10-23', '2024-10-23', '[1]', 1, 1, NULL, NULL, 1, 1, 1, 1), (3, 'This is another sample notice 3', 'This a demo notice', '2024-10-23', '2024-10-23', '[1]', 1, 1, NULL, NULL, 1, 1, 1, 1), (4, 'This is another sample notice 4', 'This a demo notice', '2024-10-23', '2024-10-23', '[1]', 1, 1, NULL, NULL, 1, 1, 1, 1), (5, 'This is another sample notice 5', 'This a demo notice', '2024-10-23', '2024-10-23', '[1]', 1, 1, NULL, NULL, 1, 1, 1, 1); -- -------------------------------------------------------- -- -- Table structure for table `sm_notifications` -- CREATE TABLE `sm_notifications` ( `id` int(10) UNSIGNED NOT NULL, `date` date DEFAULT NULL, `message` varchar(191) DEFAULT NULL, `url` varchar(191) DEFAULT NULL, `is_read` tinyint(4) NOT NULL DEFAULT 0, `active_status` tinyint(4) NOT NULL DEFAULT 1, `created_at` timestamp NULL DEFAULT NULL, `updated_at` timestamp NULL DEFAULT NULL, `user_id` int(10) UNSIGNED DEFAULT 1, `role_id` int(10) UNSIGNED NOT NULL DEFAULT 1, `created_by` int(10) UNSIGNED NOT NULL DEFAULT 1, `updated_by` int(10) UNSIGNED NOT NULL DEFAULT 1, `school_id` int(10) UNSIGNED NOT NULL DEFAULT 1, `academic_id` int(10) UNSIGNED DEFAULT 1 ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -------------------------------------------------------- -- -- Table structure for table `sm_notification_settings` -- CREATE TABLE `sm_notification_settings` ( `id` bigint(20) UNSIGNED NOT NULL, `event` varchar(191) DEFAULT NULL, `destination` varchar(191) DEFAULT NULL COMMENT 'E=email, S=SMS, W=web, A=app', `recipient` varchar(191) DEFAULT NULL, `subject` varchar(191) DEFAULT NULL, `template` longtext DEFAULT NULL, `school_id` int(10) UNSIGNED DEFAULT 1, `shortcode` 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 `sm_notification_settings` -- INSERT INTO `sm_notification_settings` (`id`, `event`, `destination`, `recipient`, `subject`, `template`, `school_id`, `shortcode`, `created_at`, `updated_at`) VALUES (1, 'Assign_Class_Teacher', '{\"Email\":1,\"SMS\":1,\"Web\":1,\"App\":1}', '{\"Student\":1,\"Parent\":1,\"Teacher\":1}', '{\"Student\":\"Assigned Classes For Teachers\",\"Parent\":\"Assigned Classes For Teachers\",\"Teacher\":\"Assigned Classes For Teachers\"}', '{\"Student\":{\"Email\":\"Dear [student_name],\\r\\n This Class: [class], Section: [section] has been assigned to the Teacher: [teacher_name]. For any query, please contact with admin.\",\"SMS\":\"Dear [student_name],\\r\\n This Class: [class], Section: [section] has been assigned to the Teacher: [teacher_name]. For any query, please contact with admin.\",\"Web\":\"Dear [student_name],\\r\\n This Class: [class], Section: [section] has been assigned to the Teacher: [teacher_name]. For any query, please contact with admin.\",\"App\":\"Dear [student_name],\\r\\n This Class: [class], Section: [section] has been assigned to the Teacher: [teacher_name]. For any query, please contact with admin.\"},\"Parent\":{\"Email\":\"Dear [parent_name],\\r\\n This Class: [class], Section: [section] has been assigned to the Teacher: [teacher_name] for your child [student_name]. For any query, please contact with admin.\",\"SMS\":\"Dear [parent_name],\\r\\n This Class: [class], Section: [section] has been assigned to the Teacher: [teacher_name] for your child [student_name]. For any query, please contact with admin.\",\"Web\":\"Dear [parent_name],\\r\\n This Class: [class], Section: [section] has been assigned to the Teacher: [teacher_name] for your child [student_name]. For any query, please contact with admin.\",\"App\":\"Dear [parent_name],\\r\\n This Class: [class], Section: [section] has been assigned to the Teacher: [teacher_name] for your child [student_name]. For any query, please contact with admin.\"},\"Teacher\":{\"Email\":\"Dear [teacher_name],\\r\\n You have been assigned to Class: [class], Section: [section]. For any query, please contact with admin.\",\"SMS\":\"Dear [teacher_name],\\r\\n You have been assigned to Class: [class], Section: [section]. For any query, please contact with admin.\",\"Web\":\"Dear [teacher_name],\\r\\n You have been assigned to Class: [class], Section: [section]. For any query, please contact with admin.\",\"App\":\"Dear [teacher_name],\\r\\n You have been assigned to Class: [class], Section: [section]. For any query, please contact with admin.\"}}', 1, '{\"Student\":\"[student_name], [class], [section], [teacher_name]\",\"Parent\":\"[parent_name], [student_name], [class], [section], [teacher_name]\",\"Teacher\":\"[teacher_name], [class], [section]\"}', '2024-10-23 08:31:20', '2024-10-23 08:31:20'), (2, 'Contact_Us', '{\"Email\":1,\"SMS\":1,\"Web\":1,\"App\":1}', '{\"Super admin\":1}', '{\"Super admin\":\"Contact Us\"}', '{\"Super admin\":{\"Email\":\"Dear [admin_name],\\r\\n You have a new message from a visitor. Check out the details.\",\"SMS\":\"Dear [admin_name],\\r\\n You have a new message from a visitor. Check out the details.\",\"Web\":\"Dear [admin_name],\\r\\n You have a new message from a visitor. Check out the details.\",\"App\":\"Dear [admin_name],\\r\\n You have a new message from a visitor. Check out the details.\"}}', 1, '{\"Super admin\":\"[admin_name], [class], [section], [teacher_name]\"}', '2024-10-23 08:31:20', '2024-10-23 08:31:20'), (3, 'Assign_Subject', '{\"Email\":1,\"SMS\":1,\"Web\":1,\"App\":1}', '{\"Student\":1,\"Parent\":1,\"Teacher\":1}', '{\"Student\":\"New assigned subject.\",\"Parent\":\"New assigned subject.\",\"Teacher\":\"New assigned subject.\"}', '{\"Student\":{\"Email\":\"Dear [student_name],\\r\\n A subject [subject] has been assigned to the Teacher: [teacher_name]. For any query, please contact with admin.\",\"SMS\":\"Dear [student_name],\\r\\n A subject [subject] has been assigned to the Teacher: [teacher_name]. For any query, please contact with admin.\",\"Web\":\"Dear [student_name],\\r\\n A subject [subject] has been assigned to the Teacher: [teacher_name]. For any query, please contact with admin.\",\"App\":\"Dear [student_name],\\r\\n A subject [subject] has been assigned to the Teacher: [teacher_name]. For any query, please contact with admin.\"},\"Parent\":{\"Email\":\"Dear [parent_name],\\r\\n A subject [subject] has been assigned to the Teacher: [teacher_name] for you child [student_name]. For any query, please contact with admin.\",\"SMS\":\"Dear [parent_name],\\r\\n A subject [subject] has been assigned to the Teacher: [teacher_name] for you child [student_name]. For any query, please contact with admin.\",\"Web\":\"Dear [parent_name],\\r\\n A subject [subject] has been assigned to the Teacher: [teacher_name] for you child [student_name]. For any query, please contact with admin.\",\"App\":\"Dear [parent_name],\\r\\n A subject [subject] has been assigned to the Teacher: [teacher_name] for you child [student_name]. For any query, please contact with admin.\"},\"Teacher\":{\"Email\":\"Dear [teacher_name],\\r\\n A subject [subject] has been assigned to you. For any query, please contact with admin.\",\"SMS\":\"Dear [teacher_name],\\r\\n A subject [subject] has been assigned to you. For any query, please contact with admin.\",\"Web\":\"Dear [teacher_name],\\r\\n A subject [subject] has been assigned to you. For any query, please contact with admin.\",\"App\":\"Dear [teacher_name],\\r\\n A subject [subject] has been assigned to you. For any query, please contact with admin.\"}}', 1, '{\"Student\":\"[student_name], [subject], [teacher_name]\",\"Parent\":\"[parent_name], [student_name], [subject], [teacher_name]\",\"Teacher\":\"[teacher_name], [subject]\"}', '2024-10-23 08:31:20', '2024-10-23 08:31:20'), (4, 'Assignment', '{\"Email\":1,\"SMS\":1,\"Web\":1,\"App\":1}', '{\"Student\":1,\"Parent\":1}', '{\"Student\":\"New assignment.\",\"Parent\":\"New assignment.\"}', '{\"Student\":{\"Email\":\"Dear [student_name],\\r\\n A Assignment: [assignment] has been created for Class: [class], Section: [section], Subject: [subject]. For any query, please contact with admin.\",\"SMS\":\"Dear [student_name],\\r\\n A Assignment: [assignment] has been created for Class: [class], Section: [section], Subject: [subject]. For any query, please contact with admin.\",\"Web\":\"Dear [student_name],\\r\\n A Assignment: [assignment] has been created for Class: [class], Section: [section], Subject: [subject]. For any query, please contact with admin.\",\"App\":\"Dear [student_name],\\r\\n A Assignment: [assignment] has been created for Class: [class], Section: [section], Subject: [subject]. For any query, please contact with admin.\"},\"Parent\":{\"Email\":\"Dear [parent_name],\\r\\n A Assignment: [assignment] has been created for Class: [class], Section: [section], Subject: [subject]. For any query, please contact with admin.\",\"SMS\":\"Dear [parent_name],\\r\\n A Assignment: [assignment] has been created for Class: [class], Section: [section], Subject: [subject]. For any query, please contact with admin.\",\"Web\":\"Dear [parent_name],\\r\\n A Assignment: [assignment] has been created for Class: [class], Section: [section], Subject: [subject]. For any query, please contact with admin.\",\"App\":\"Dear [parent_name],\\r\\n A Assignment: [assignment] has been created for Class: [class], Section: [section], Subject: [subject]. For any query, please contact with admin.\"}}', 1, '{\"Student\":\"[student_name], [assignment], [class], [section], [subject]\",\"Parent\":\"[parent_name], [student_name], [assignment], [class], [section], [subject]\"}', '2024-10-23 08:31:20', '2024-10-23 08:31:20'), (5, 'Syllabus', '{\"Email\":1,\"SMS\":1,\"Web\":1,\"App\":1}', '{\"Student\":1,\"Parent\":1}', '{\"Student\":\"New syllabus content.\",\"Parent\":\"New syllabus content.\"}', '{\"Student\":{\"Email\":\"Dear [student_name],\\r\\n A new Syllabus: [syllabus] content has been created for Class: [class], Section: [section], Subject: [subject]. For any query, please contact with admin.\",\"SMS\":\"Dear [student_name],\\r\\n A new Syllabus: [syllabus] content has been created for Class: [class], Section: [section], Subject: [subject]. For any query, please contact with admin.\",\"Web\":\"Dear [student_name],\\r\\n A new Syllabus: [syllabus] content has been created for Class: [class], Section: [section], Subject: [subject]. For any query, please contact with admin.\",\"App\":\"Dear [student_name],\\r\\n A new Syllabus: [syllabus] content has been created for Class: [class], Section: [section], Subject: [subject]. For any query, please contact with admin.\"},\"Parent\":{\"Email\":\"Dear [parent_name],\\r\\n A new Syllabus: [syllabus] content has been created for Class: [class], Section: [section], Subject: [subject]. For any query, please contact with admin.\",\"SMS\":\"Dear [parent_name],\\r\\n A new Syllabus: [syllabus] content has been created for Class: [class], Section: [section], Subject: [subject]. For any query, please contact with admin.\",\"Web\":\"Dear [parent_name],\\r\\n A new Syllabus: [syllabus] content has been created for Class: [class], Section: [section], Subject: [subject]. For any query, please contact with admin.\",\"App\":\"Dear [parent_name],\\r\\n A new Syllabus: [syllabus] content has been created for Class: [class], Section: [section], Subject: [subject]. For any query, please contact with admin.\"}}', 1, '{\"Student\":\"[student_name], [syllabus], [class], [section]\",\"Parent\":\"[parent_name], [student_name], [syllabus], [class], [section]\"}', '2024-10-23 08:31:20', '2024-10-23 08:31:20'), (6, 'Lesson_Plan', '{\"Email\":1,\"SMS\":1,\"Web\":1,\"App\":1}', '{\"Student\":1,\"Parent\":1,\"Teacher\":1}', '{\"Student\":\"New lesson plan.\",\"Parent\":\"New lesson plan.\",\"Teacher\":\"New lesson plan.\"}', '{\"Student\":{\"Email\":\"Dear [student_name],\\r\\n A new Lesson Plan: [lesson_plan] has been created for Class: [class], Section: [section], Subject: [subject]. For any query, please contact with admin.\",\"SMS\":\"Dear [student_name],\\r\\n A new Lesson Plan: [lesson_plan] has been created for Class: [class], Section: [section], Subject: [subject]. For any query, please contact with admin.\",\"Web\":\"Dear [student_name],\\r\\n A new Lesson Plan: [lesson_plan] has been created for Class: [class], Section: [section], Subject: [subject]. For any query, please contact with admin.\",\"App\":\"Dear [student_name],\\r\\n A new Lesson Plan: [lesson_plan] has been created for Class: [class], Section: [section], Subject: [subject]. For any query, please contact with admin.\"},\"Parent\":{\"Email\":\"Dear [parent_name],\\r\\n A new Lesson Plan: [lesson_plan] has been created for Class: [class], Section: [section], Subject: [subject]. For any query, please contact with admin.\",\"SMS\":\"Dear [parent_name],\\r\\n A new Lesson Plan: [lesson_plan] has been created for Class: [class], Section: [section], Subject: [subject]. For any query, please contact with admin.\",\"Web\":\"Dear [parent_name],\\r\\n A new Lesson Plan: [lesson_plan] has been created for Class: [class], Section: [section], Subject: [subject]. For any query, please contact with admin.\",\"App\":\"Dear [parent_name],\\r\\n A new Lesson Plan: [lesson_plan] has been created for Class: [class], Section: [section], Subject: [subject]. For any query, please contact with admin.\"},\"Teacher\":{\"Email\":\"Dear [teacher_name],\\r\\n A new Lesson Plan: [lesson_plan] has been created for Class: [class], Section: [section], Subject: [subject]. For any query, please contact with admin.\",\"SMS\":\"Dear [teacher_name],\\r\\n A new Lesson Plan: [lesson_plan] has been created for Class: [class], Section: [section], Subject: [subject]. For any query, please contact with admin.\",\"Web\":\"Dear [teacher_name],\\r\\n A new Lesson Plan: [lesson_plan] has been created for Class: [class], Section: [section], Subject: [subject]. For any query, please contact with admin.\",\"App\":\"Dear [teacher_name],\\r\\n A new Lesson Plan: [lesson_plan] has been created for Class: [class], Section: [section], Subject: [subject]. For any query, please contact with admin.\"}}', 1, '{\"Student\":\"[student_name], [lesson_plan], [class], [section], [subject]\",\"Parent\":\"[parent_name], [student_name], [lesson_plan], [class], [section], [subejct]\",\"Teacher\":\"[teacher_name]\"}', '2024-10-23 08:31:20', '2024-10-23 08:31:20'), (7, 'Other_Downloads', '{\"Email\":1,\"SMS\":1,\"Web\":1,\"App\":1}', '{\"Student\":1,\"Parent\":1}', '{\"Student\":\"New downloadables.\",\"Parent\":\"New downloadables.\"}', '{\"Student\":{\"Email\":\"Dear [student_name],\\r\\n A new Other Downloads: [other_downloads] has been created for Class: [class], Section: [section], Subject: [subject]. For any query, please contact with admin.\",\"SMS\":\"Dear [student_name],\\r\\n A new Other Downloads: [other_downloads] has been created for Class: [class], Section: [section], Subject: [subject]. For any query, please contact with admin.\",\"Web\":\"Dear [student_name],\\r\\n A new Other Downloads: [other_downloads] has been created for Class: [class], Section: [section], Subject: [subject]. For any query, please contact with admin.\",\"App\":\"Dear [student_name],\\r\\n A new Other Downloads: [other_downloads] has been created for Class: [class], Section: [section], Subject: [subject]. For any query, please contact with admin.\"},\"Parent\":{\"Email\":\"Dear [parent_name],\\r\\n A new Other Downloads: [other_downloads] has been created for Class: [class], Section: [section], Subject: [subject]. For any query, please contact with admin.\",\"SMS\":\"Dear [parent_name],\\r\\n A new Other Downloads: [other_downloads] has been created for Class: [class], Section: [section], Subject: [subject]. For any query, please contact with admin.\",\"Web\":\"Dear [parent_name],\\r\\n A new Other Downloads: [other_downloads] has been created for Class: [class], Section: [section], Subject: [subject]. For any query, please contact with admin.\",\"App\":\"Dear [parent_name],\\r\\n A new Other Downloads: [other_downloads] has been created for Class: [class], Section: [section], Subject: [subject]. For any query, please contact with admin.\"}}', 1, '{\"Student\":\"[student_name], [other_downloads], [class], [section], [subject]\",\"Parent\":\"[parent_name], [student_name], [other_downloads], [class], [section], [subject]\"}', '2024-10-23 08:31:20', '2024-10-23 08:31:20'), (8, 'Student_Admission', '{\"Email\":1,\"SMS\":1,\"Web\":1,\"App\":1}', '{\"Student\":1,\"Parent\":1,\"Super admin\":1,\"Teacher\":1}', '{\"Student\":\"New Student Admission.\",\"Parent\":\"New Student Admission.\",\"Super admin\":\"New Student Admission.\",\"Teacher\":\"New Student Admission.\"}', '{\"Student\":{\"Email\":\"Dear [student_name],\\r\\n Your admission was successful. For any query, please contact with admin.\",\"SMS\":\"Dear [student_name],\\r\\n Your admission was successful. For any query, please contact with admin.\",\"Web\":\"Dear [student_name],\\r\\n Your admission was successful. For any query, please contact with admin.\",\"App\":\"Dear [student_name],\\r\\n Your admission was successful. For any query, please contact with admin.\"},\"Parent\":{\"Email\":\"Dear [parent_name],\\r\\n Your child\'s admission was successful. For any query, please contact with admin.\",\"SMS\":\"Dear [parent_name],\\r\\n Your child\'s admission was successful. For any query, please contact with admin.\",\"Web\":\"Dear [parent_name],\\r\\n Your child\'s admission was successful. For any query, please contact with admin.\",\"App\":\"Dear [parent_name],\\r\\n Your child\'s admission was successful. For any query, please contact with admin.\"},\"Super admin\":{\"Email\":\"Dear [admin_name],\\r\\n There\'s a new successful Student Admission.\",\"SMS\":\"Dear [admin_name],\\r\\n There\'s a new successful Student Admission.\",\"Web\":\"Dear [admin_name],\\r\\n There\'s a new successful Student Admission.\",\"App\":\"Dear [admin_name],\\r\\n There\'s a new successful Student Admission.\"},\"Teacher\":{\"Email\":\"Dear [teacher_name],\\r\\n There\'s a new successful Student Admission. For any query, please contact with admin.\",\"SMS\":\"Dear [teacher_name],\\r\\n There\'s a new successful Student Admission. For any query, please contact with admin.\",\"Web\":\"Dear [teacher_name],\\r\\n There\'s a new successful Student Admission. For any query, please contact with admin.\",\"App\":\"Dear [teacher_name],\\r\\n There\'s a new successful Student Admission. For any query, please contact with admin.\"}}', 1, '{\"Student\":\"[student_name]\",\"Parent\":\"[parent_name]\",\"Super admin\":\"[admin_name]\",\"Teacher\":\"[teacher_name]\"}', '2024-10-23 08:31:20', '2024-10-23 08:31:20'), (9, 'Multi_Class', '{\"Email\":1,\"SMS\":1,\"Web\":1,\"App\":1}', '{\"Student\":1,\"Parent\":1,\"Teacher\":1}', '{\"Student\":\"Multi class assigned.\",\"Parent\":\"Multi class assigned.\",\"Teacher\":\"Multi class assigned.\"}', '{\"Student\":{\"Email\":\"Dear [student_name],\\r\\n You have been assigned to multiple classes [class]([section]), [class]([section]). For any query, please contact with admin.\",\"SMS\":\"Dear [student_name],\\r\\n You have been assigned to multiple classes [class]([section]), [class]([section]). For any query, please contact with admin.\",\"Web\":\"Dear [student_name],\\r\\n You have been assigned to multiple classes [class]([section]), [class]([section]). For any query, please contact with admin.\",\"App\":\"Dear [student_name],\\r\\n You have been assigned to multiple classes [class]([section]), [class]([section]). For any query, please contact with admin.\"},\"Parent\":{\"Email\":\"Dear [parent_name],\\r\\n Your child have been assigned to multiple classes [class]([section]), [class]([section]). For any query, please contact with admin.\",\"SMS\":\"Dear [parent_name],\\r\\n Your child have been assigned to multiple classes [class]([section]), [class]([section]). For any query, please contact with admin.\",\"Web\":\"Dear [parent_name],\\r\\n Your child have been assigned to multiple classes [class]([section]), [class]([section]). For any query, please contact with admin.\",\"App\":\"Dear [parent_name],\\r\\n Your child have been assigned to multiple classes [class]([section]), [class]([section]). For any query, please contact with admin.\"},\"Teacher\":{\"Email\":\"Dear [teacher_name],\\r\\n A Student: [student_name] have been assigned to multiple classes [class]([section]), [class]([section]). For any query, please contact with admin.\",\"SMS\":\"Dear [teacher_name],\\r\\n A Student: [student_name] have been assigned to multiple classes [class]([section]), [class]([section]). For any query, please contact with admin.\",\"Web\":\"Dear [teacher_name],\\r\\n A Student: [student_name] have been assigned to multiple classes [class]([section]), [class]([section]). For any query, please contact with admin.\",\"App\":\"Dear [teacher_name],\\r\\n A Student: [student_name] have been assigned to multiple classes [class]([section]), [class]([section]). For any query, please contact with admin.\"}}', 1, '{\"Student\":\"[student_name], [class], [section]\",\"Parent\":\"[parent_name], [student_name], [class], [section]\",\"Teacher\":\"[teacher_name], [class], [section]\"}', '2024-10-23 08:31:20', '2024-10-23 08:31:20'), (10, 'Student_Attendance', '{\"Email\":1,\"SMS\":1,\"Web\":1,\"App\":1}', '{\"Student\":1,\"Parent\":1}', '{\"Student\":\"Student Attendance.\",\"Parent\":\"Student Attendance.\"}', '{\"Student\":{\"Email\":\"Dear [student_name],\\r\\n Your attendance was listed [attendance_type] today for Class: [class], Section: [section]. For any query, please contact with admin.\",\"SMS\":\"Dear [student_name],\\r\\n Your attendance was listed [attendance_type] today for Class: [class], Section: [section]. For any query, please contact with admin.\",\"Web\":\"Dear [student_name],\\r\\n Your attendance was listed [attendance_type] today for Class: [class], Section: [section]. For any query, please contact with admin.\",\"App\":\"Dear [student_name],\\r\\n Your attendance was listed [attendance_type] today for Class: [class], Section: [section]. For any query, please contact with admin.\"},\"Parent\":{\"Email\":\"Dear [parent_name],\\r\\n Your child\'s attendance was listed [attendance_type] today for Class: [class], Section: [section]. For any query, please contact with admin.\",\"SMS\":\"Dear [parent_name],\\r\\n Your child\'s attendance was listed [attendance_type] today for Class: [class], Section: [section]. For any query, please contact with admin.\",\"Web\":\"Dear [parent_name],\\r\\n Your child\'s attendance was listed [attendance_type] today for Class: [class], Section: [section]. For any query, please contact with admin.\",\"App\":\"Dear [parent_name],\\r\\n Your child\'s attendance was listed [attendance_type] today for Class: [class], Section: [section]. For any query, please contact with admin.\"}}', 1, '{\"Student\":\"[student_name], [class], [section], [attendance_type]\",\"Parent\":\"[parent_name], [student_name], [class], [section], [attendance_type]\"}', '2024-10-23 08:31:20', '2024-10-23 08:31:20'), (11, 'Student_Promote', '{\"Email\":1,\"SMS\":1,\"Web\":1,\"App\":1}', '{\"Student\":1,\"Parent\":1,\"Teacher\":1}', '{\"Student\":\"Student Promotion.\",\"Parent\":\"Student Promotion.\",\"Teacher\":\"Student Promotion.\"}', '{\"Student\":{\"Email\":\"Dear [student_name],\\r\\n You have been promoted to Class: [class], Section: [section]. For any query, please contact with admin.\",\"SMS\":\"Dear [student_name],\\r\\n You have been promoted to Class: [class], Section: [section]. For any query, please contact with admin.\",\"Web\":\"Dear [student_name],\\r\\n You have been promoted to Class: [class], Section: [section]. For any query, please contact with admin.\",\"App\":\"Dear [student_name],\\r\\n You have been promoted to Class: [class], Section: [section]. For any query, please contact with admin.\"},\"Parent\":{\"Email\":\"Dear [parent_name],\\r\\n Your child has been promoted to Class: [class], Section: [section]. For any query, please contact with admin.\",\"SMS\":\"Dear [parent_name],\\r\\n Your child has been promoted to Class: [class], Section: [section]. For any query, please contact with admin.\",\"Web\":\"Dear [parent_name],\\r\\n Your child has been promoted to Class: [class], Section: [section]. For any query, please contact with admin.\",\"App\":\"Dear [parent_name],\\r\\n Your child has been promoted to Class: [class], Section: [section]. For any query, please contact with admin.\"},\"Teacher\":{\"Email\":\"Dear [teacher_name],\\r\\n The Student: [student_name] has been promoted to Class: [class], Section: [section]. For any query, please contact with admin.\",\"SMS\":\"Dear [teacher_name],\\r\\n The Student: [student_name] has been promoted to Class: [class], Section: [section]. For any query, please contact with admin.\",\"Web\":\"Dear [teacher_name],\\r\\n The Student: [student_name] has been promoted to Class: [class], Section: [section]. For any query, please contact with admin.\",\"App\":\"Dear [teacher_name],\\r\\n The Student: [student_name] has been promoted to Class: [class], Section: [section]. For any query, please contact with admin.\"}}', 1, '{\"Student\":\"[student_name], [class], [section]\",\"Parent\":\"[parent_name], [student_name], [class], [section]\",\"Teacher\":\"[teacher_name], [class], [section]\"}', '2024-10-23 08:31:20', '2024-10-23 08:31:20'), (12, 'Enable/Disable_Student', '{\"Email\":1,\"SMS\":1,\"Web\":1,\"App\":1}', '{\"Student\":1,\"Parent\":1,\"Super admin\":1,\"Teacher\":1}', '{\"Student\":\"Enable\\/Disable Student.\",\"Parent\":\"Enable\\/Disable Student.\",\"Super admin\":\"Enable\\/Disable Student.\",\"Teacher\":\"Enable\\/Disable Student.\"}', '{\"Student\":{\"Email\":\"Dear [student_name],\\r\\n Your account has been Enabled\\/Disabled. For any query, please contact with admin.\",\"SMS\":\"Dear [student_name],\\r\\n Your account has been Enabled\\/Disabled. For any query, please contact with admin.\",\"Web\":\"Dear [student_name],\\r\\n Your account has been Enabled\\/Disabled. For any query, please contact with admin.\",\"App\":\"Dear [student_name],\\r\\n Your account has been Enabled\\/Disabled. For any query, please contact with admin.\"},\"Parent\":{\"Email\":\"Dear [parent_name],\\r\\n Your child\'s account has been Enabled\\/Disabled. For any query, please contact with admin.\",\"SMS\":\"Dear [parent_name],\\r\\n Your child\'s account has been Enabled\\/Disabled. For any query, please contact with admin.\",\"Web\":\"Dear [parent_name],\\r\\n Your child\'s account has been Enabled\\/Disabled. For any query, please contact with admin.\",\"App\":\"Dear [parent_name],\\r\\n Your child\'s account has been Enabled\\/Disabled. For any query, please contact with admin.\"},\"Super admin\":{\"Email\":\"Dear [admin_name],\\r\\n A Student: [student_name]\'s account has been Enabled\\/Disabled.\",\"SMS\":\"Dear [admin_name],\\r\\n A Student: [student_name]\'s account has been Enabled\\/Disabled.\",\"Web\":\"Dear [admin_name],\\r\\n A Student: [student_name]\'s account has been Enabled\\/Disabled.\",\"App\":\"Dear [admin_name],\\r\\n A Student: [student_name]\'s account has been Enabled\\/Disabled.\"},\"Teacher\":{\"Email\":\"Dear [teacher_name],\\r\\n A Student: [student_name]\'s account has been Enabled\\/Disabled. For any query, please contact with admin.\",\"SMS\":\"Dear [teacher_name],\\r\\n A Student: [student_name]\'s account has been Enabled\\/Disabled. For any query, please contact with admin.\",\"Web\":\"Dear [teacher_name],\\r\\n A Student: [student_name]\'s account has been Enabled\\/Disabled. For any query, please contact with admin.\",\"App\":\"Dear [teacher_name],\\r\\n A Student: [student_name]\'s account has been Enabled\\/Disabled. For any query, please contact with admin.\"}}', 1, '{\"Student\":\"[student_name]\",\"Parent\":\"[parent_name], [student_name]\",\"Super admin\":\"[admin_name], [student_name]\",\"Teacher\":\"[teacher_name], [student_name]\"}', '2024-10-23 08:31:20', '2024-10-23 08:31:20'), (13, 'Subject_Wise_Attendance', '{\"Email\":1,\"SMS\":1,\"Web\":1,\"App\":1}', '{\"Student\":1,\"Parent\":1}', '{\"Student\":\"Subject Wise Attendance.\",\"Parent\":\"Subject Wise Attendance.\"}', '{\"Student\":{\"Email\":\"Dear [student_name],\\r\\n Your attendance was listed [attendance_type] today for Subject: [subject]. For any query, please contact with admin.\",\"SMS\":\"Dear [student_name],\\r\\n Your attendance was listed [attendance_type] today for Subject: [subject]. For any query, please contact with admin.\",\"Web\":\"Dear [student_name],\\r\\n Your attendance was listed [attendance_type] today for Subject: [subject]. For any query, please contact with admin.\",\"App\":\"Dear [student_name],\\r\\n Your attendance was listed [attendance_type] today for Subject: [subject]. For any query, please contact with admin.\"},\"Parent\":{\"Email\":\"Dear [parent_name],\\r\\n Your child\'s attendance was listed [attendance_type] today for Subject: [subject]. For any query, please contact with admin.\",\"SMS\":\"Dear [parent_name],\\r\\n Your child\'s attendance was listed [attendance_type] today for Subject: [subject]. For any query, please contact with admin.\",\"Web\":\"Dear [parent_name],\\r\\n Your child\'s attendance was listed [attendance_type] today for Subject: [subject]. For any query, please contact with admin.\",\"App\":\"Dear [parent_name],\\r\\n Your child\'s attendance was listed [attendance_type] today for Subject: [subject]. For any query, please contact with admin.\"}}', 1, '{\"Student\":\"[student_name], [subject], [attendance_type]\",\"Parent\":\"[parent_name], [student_name], [subject], [attendance_type]\"}', '2024-10-23 08:31:20', '2024-10-23 08:31:20'), (14, 'Fees_Assign', '{\"Email\":1,\"SMS\":1,\"Web\":1,\"App\":1}', '{\"Student\":1,\"Parent\":1}', '{\"Student\":\"New Fees Assigned.\",\"Parent\":\"New Fees Assigned.\"}', '{\"Student\":{\"Email\":\"Dear [student_name],\\r\\n A new Fees: [fees] has been assigned for you. For any query, please contact with admin.\",\"SMS\":\"Dear [student_name],\\r\\n A new Fees: [fees] has been assigned for you. For any query, please contact with admin.\",\"Web\":\"Dear [student_name],\\r\\n A new Fees: [fees] has been assigned for you. For any query, please contact with admin.\",\"App\":\"Dear [student_name],\\r\\n A new Fees: [fees] has been assigned for you. For any query, please contact with admin.\"},\"Parent\":{\"Email\":\"Dear [parent_name],\\r\\n A new Fees: [fees] has been assigned for your child [student_name]. For any query, please contact with admin.\",\"SMS\":\"Dear [parent_name],\\r\\n A new Fees: [fees] has been assigned for your child [student_name]. For any query, please contact with admin.\",\"Web\":\"Dear [parent_name],\\r\\n A new Fees: [fees] has been assigned for your child [student_name]. For any query, please contact with admin.\",\"App\":\"Dear [parent_name],\\r\\n A new Fees: [fees] has been assigned for your child [student_name]. For any query, please contact with admin.\"}}', 1, '{\"Student\":\"[student_name], [fees]\",\"Parent\":\"[parent_name], [student_name], [fees]\"}', '2024-10-23 08:31:20', '2024-10-23 08:31:20'), (15, 'Fees_Payment', '{\"Email\":1,\"SMS\":1,\"Web\":1,\"App\":1}', '{\"Student\":1,\"Parent\":1,\"Super admin\":1}', '{\"Student\":\"New Fees Payment.\",\"Parent\":\"New Fees Payment.\",\"Super admin\":\"New Fees Payment.\"}', '{\"Student\":{\"Email\":\"Dear [student_name],\\r\\n Your fees payment was successful for the Fees: [fees]. For any query, please contact with admin.\",\"SMS\":\"Dear [student_name],\\r\\n Your fees payment was successful for the Fees: [fees]. For any query, please contact with admin.\",\"Web\":\"Dear [student_name],\\r\\n Your fees payment was successful for the Fees: [fees]. For any query, please contact with admin.\",\"App\":\"Dear [student_name],\\r\\n Your fees payment was successful for the Fees: [fees]. For any query, please contact with admin.\"},\"Parent\":{\"Email\":\"Dear [parent_name],\\r\\n Your fees payment was successful for the Fees: [fees] of your child [student_name]. For any query, please contact with admin.\",\"SMS\":\"Dear [parent_name],\\r\\n Your fees payment was successful for the Fees: [fees] of your child [student_name]. For any query, please contact with admin.\",\"Web\":\"Dear [parent_name],\\r\\n Your fees payment was successful for the Fees: [fees] of your child [student_name]. For any query, please contact with admin.\",\"App\":\"Dear [parent_name],\\r\\n Your fees payment was successful for the Fees: [fees] of your child [student_name]. For any query, please contact with admin.\"},\"Super admin\":{\"Email\":\"Dear [admin_name],\\r\\n A fees payment was successful for the Fees: [fees] of the Student: [student_name].\",\"SMS\":\"Dear [admin_name],\\r\\n A fees payment was successful for the Fees: [fees] of the Student: [student_name].\",\"Web\":\"Dear [admin_name],\\r\\n A fees payment was successful for the Fees: [fees] of the Student: [student_name].\",\"App\":\"Dear [admin_name],\\r\\n A fees payment was successful for the Fees: [fees] of the Student: [student_name].\"}}', 1, '{\"Student\":\"[student_name], [fees]\",\"Parent\":\"[parent_name], [student_name], [fees]\",\"Super admin\":\"[teacher_name], [fees]\"}', '2024-10-23 08:31:20', '2024-10-23 08:31:20'), (16, 'Fees_Reminder', '{\"Email\":1,\"SMS\":1,\"Web\":1,\"App\":1}', '{\"Student\":1,\"Parent\":1,\"Super admin\":1}', '{\"Student\":\"Fees Reminder.\",\"Parent\":\"Fees Reminder.\",\"Super admin\":\"Fees Reminder.\"}', '{\"Student\":{\"Email\":\"Dear [student_name],\\r\\n You have a fees payment due for the Fees: [fees]. For any query, please contact with admin.\",\"SMS\":\"Dear [student_name],\\r\\n You have a fees payment due for the Fees: [fees]. For any query, please contact with admin.\",\"Web\":\"Dear [student_name],\\r\\n You have a fees payment due for the Fees: [fees]. For any query, please contact with admin.\",\"App\":\"Dear [student_name],\\r\\n You have a fees payment due for the Fees: [fees]. For any query, please contact with admin.\"},\"Parent\":{\"Email\":\"Dear [parent_name],\\r\\n Your child [student_name] have a fees payment due for the Fees: [fees]. For any query, please contact with admin.\",\"SMS\":\"Dear [parent_name],\\r\\n Your child [student_name] have a fees payment due for the Fees: [fees]. For any query, please contact with admin.\",\"Web\":\"Dear [parent_name],\\r\\n Your child [student_name] have a fees payment due for the Fees: [fees]. For any query, please contact with admin.\",\"App\":\"Dear [parent_name],\\r\\n Your child [student_name] have a fees payment due for the Fees: [fees]. For any query, please contact with admin.\"},\"Super admin\":{\"Email\":\"Dear [admin_name],\\r\\n A Student: [student_name] have a fees payment due for the Fees: [fees].\",\"SMS\":\"Dear [admin_name],\\r\\n A Student: [student_name] have a fees payment due for the Fees: [fees].\",\"Web\":\"Dear [admin_name],\\r\\n A Student: [student_name] have a fees payment due for the Fees: [fees].\",\"App\":\"Dear [admin_name],\\r\\n A Student: [student_name] have a fees payment due for the Fees: [fees].\"}}', 1, '{\"Student\":\"[student_name], [fees]\",\"Parent\":\"[parent_name], [student_name], [fees]\",\"Super admin\":\"[admin_name], [fees]\"}', '2024-10-23 08:31:20', '2024-10-23 08:31:20'), (17, 'Assign_homework', '{\"Email\":1,\"SMS\":1,\"Web\":1,\"App\":1}', '{\"Student\":1,\"Parent\":1}', '{\"Student\":\"New Homework.\",\"Parent\":\"New Homework.\"}', '{\"Student\":{\"Email\":\"Dear [student_name],\\r\\n You have a new Homework for Subject: [subject]. For any query, please contact with admin.\",\"SMS\":\"Dear [student_name],\\r\\n You have a new Homework for Subject: [subject]. For any query, please contact with admin.\",\"Web\":\"Dear [student_name],\\r\\n You have a new Homework for Subject: [subject]. For any query, please contact with admin.\",\"App\":\"Dear [student_name],\\r\\n You have a new Homework for Subject: [subject]. For any query, please contact with admin.\"},\"Parent\":{\"Email\":\"Dear [parent_name],\\r\\n Your child [student_name] have a new Homework for Subject: [subject]. For any query, please contact with admin.\",\"SMS\":\"Dear [parent_name],\\r\\n Your child [student_name] have a new Homework for Subject: [subject]. For any query, please contact with admin.\",\"Web\":\"Dear [parent_name],\\r\\n Your child [student_name] have a new Homework for Subject: [subject]. For any query, please contact with admin.\",\"App\":\"Dear [parent_name],\\r\\n Your child [student_name] have a new Homework for Subject: [subject]. For any query, please contact with admin.\"}}', 1, '{\"Student\":\"[student_name], [subject]\",\"Parent\":\"[parent_name], [student_name], [subject]\"}', '2024-10-23 08:31:20', '2024-10-23 08:31:20'), (18, 'Add_Library_Member', '{\"Email\":1,\"SMS\":1,\"Web\":1,\"App\":1}', '{\"Student\":1,\"Parent\":1}', '{\"Student\":\"New Library Member.\",\"Parent\":\"New Library Member.\"}', '{\"Student\":{\"Email\":\"Dear [student_name],\\r\\n You have been registered as a library member today. For any query, please contact with admin.\",\"SMS\":\"Dear [student_name],\\r\\n You have been registered as a library member today. For any query, please contact with admin.\",\"Web\":\"Dear [student_name],\\r\\n You have been registered as a library member today. For any query, please contact with admin.\",\"App\":\"Dear [student_name],\\r\\n You have been registered as a library member today. For any query, please contact with admin.\"},\"Parent\":{\"Email\":\"Dear [parent_name],\\r\\n Your child [student_name] has been registered as a library member today. For any query, please contact with admin.\",\"SMS\":\"Dear [parent_name],\\r\\n Your child [student_name] has been registered as a library member today. For any query, please contact with admin.\",\"Web\":\"Dear [parent_name],\\r\\n Your child [student_name] has been registered as a library member today. For any query, please contact with admin.\",\"App\":\"Dear [parent_name],\\r\\n Your child [student_name] has been registered as a library member today. For any query, please contact with admin.\"}}', 1, '{\"Student\":\"[student_name]\",\"Parent\":\"[parent_name]\"}', '2024-10-23 08:31:20', '2024-10-23 08:31:20'), (19, 'Issue/Return_Book', '{\"Email\":1,\"SMS\":1,\"Web\":1,\"App\":1}', '{\"Student\":1,\"Parent\":1,\"Super admin\":1}', '{\"Student\":\"Issue\\/Return Book.\",\"Parent\":\"Issue\\/Return Book.\",\"Super admin\":\"Issue\\/Return Book.\"}', '{\"Student\":{\"Email\":\"Dear [student_name],\\r\\n You have Issued\\/Returned the Book: [book] at [date]. For any query, please contact with admin.\",\"SMS\":\"Dear [student_name],\\r\\n You have Issued\\/Returned the Book: [book] at [date]. For any query, please contact with admin.\",\"Web\":\"Dear [student_name],\\r\\n You have Issued\\/Returned the Book: [book] at [date]. For any query, please contact with admin.\",\"App\":\"Dear [student_name],\\r\\n You have Issued\\/Returned the Book: [book] at [date]. For any query, please contact with admin.\"},\"Parent\":{\"Email\":\"Dear [parent_name],\\r\\n Your child has Issued\\/Returned the Book: [book] at [date]. For any query, please contact with admin.\",\"SMS\":\"Dear [parent_name],\\r\\n Your child has Issued\\/Returned the Book: [book] at [date]. For any query, please contact with admin.\",\"Web\":\"Dear [parent_name],\\r\\n Your child has Issued\\/Returned the Book: [book] at [date]. For any query, please contact with admin.\",\"App\":\"Dear [parent_name],\\r\\n Your child has Issued\\/Returned the Book: [book] at [date]. For any query, please contact with admin.\"},\"Super admin\":{\"Email\":\"Dear [admin_name],\\r\\n A Student: [student_name] has Issued\\/Returned the Book: [book] at [date].\",\"SMS\":\"Dear [admin_name],\\r\\n A Student: [student_name] has Issued\\/Returned the Book: [book] at [date].\",\"Web\":\"Dear [admin_name],\\r\\n A Student: [student_name] has Issued\\/Returned the Book: [book] at [date].\",\"App\":\"Dear [admin_name],\\r\\n A Student: [student_name] has Issued\\/Returned the Book: [book] at [date].\"}}', 1, '{\"Student\":\"[student_name], [book], [date]\",\"Parent\":\"[parent_name], [book], [date]\",\"Super admin\":\"[admin_name], [student_name], [book], [date]\"}', '2024-10-23 08:31:20', '2024-10-23 08:31:20'), (20, 'Assign_Vehicle', '{\"Email\":1,\"SMS\":1,\"Web\":1,\"App\":1}', '{\"Student\":1,\"Parent\":1,\"Super admin\":1}', '{\"Student\":\"Assign Vehicle.\",\"Parent\":\"Assign Vehicle.\",\"Super admin\":\"Assign Vehicle.\"}', '{\"Student\":{\"Email\":\"Dear [student_name],\\r\\n Vehicle No: [vehicle_no] has been assigned to Route: [route] for transport purpose. For any query, please contact with admin.\",\"SMS\":\"Dear [student_name],\\r\\n Vehicle No: [vehicle_no] has been assigned to Route: [route] for transport purpose. For any query, please contact with admin.\",\"Web\":\"Dear [student_name],\\r\\n Vehicle No: [vehicle_no] has been assigned to Route: [route] for transport purpose. For any query, please contact with admin.\",\"App\":\"Dear [student_name],\\r\\n Vehicle No: [vehicle_no] has been assigned to Route: [route] for transport purpose. For any query, please contact with admin.\"},\"Parent\":{\"Email\":\"Dear [parent_name],\\r\\n Vehicle No: [vehicle_no] has been assigned to Route: [route] for transport purpose. For any query, please contact with admin.\",\"SMS\":\"Dear [parent_name],\\r\\n Vehicle No: [vehicle_no] has been assigned to Route: [route] for transport purpose. For any query, please contact with admin.\",\"Web\":\"Dear [parent_name],\\r\\n Vehicle No: [vehicle_no] has been assigned to Route: [route] for transport purpose. For any query, please contact with admin.\",\"App\":\"Dear [parent_name],\\r\\n Vehicle No: [vehicle_no] has been assigned to Route: [route] for transport purpose. For any query, please contact with admin.\"},\"Super admin\":{\"Email\":\"Dear [admin_name],\\r\\n Vehicle No: [vehicle_no] has been assigned to Route: [route] for transport purpose. For any query, please contact with admin.\",\"SMS\":\"Dear [admin_name],\\r\\n Vehicle No: [vehicle_no] has been assigned to Route: [route] for transport purpose. For any query, please contact with admin.\",\"Web\":\"Dear [admin_name],\\r\\n Vehicle No: [vehicle_no] has been assigned to Route: [route] for transport purpose. For any query, please contact with admin.\",\"App\":\"Dear [admin_name],\\r\\n Vehicle No: [vehicle_no] has been assigned to Route: [route] for transport purpose. For any query, please contact with admin.\"}}', 1, '{\"Student\":\"[student_name], [vehicle_no], [route]\",\"Parent\":\"[parent_name], [vehicle_no], [route]\",\"Super admin\":\"[admin_name], [vehicle_no], [route]\"}', '2024-10-23 08:31:20', '2024-10-23 08:31:20'), (21, 'Assign_Dormitory', '{\"Email\":1,\"SMS\":1,\"Web\":1,\"App\":1}', '{\"Student\":1,\"Parent\":1}', '{\"Student\":\"Assign Dormitory.\",\"Parent\":\"Assign Dormitory.\"}', '{\"Student\":{\"Email\":\"Dear [student_name],\\r\\n A Dormitory: [dormitory], Room [room] has been assigned for your accomodation. For any query, please contact with admin.\",\"SMS\":\"Dear [student_name],\\r\\n A Dormitory: [dormitory], Room [room] has been assigned for your accomodation. For any query, please contact with admin.\",\"Web\":\"Dear [student_name],\\r\\n A Dormitory: [dormitory], Room [room] has been assigned for your accomodation. For any query, please contact with admin.\",\"App\":\"Dear [student_name],\\r\\n A Dormitory: [dormitory], Room [room] has been assigned for your accomodation. For any query, please contact with admin.\"},\"Parent\":{\"Email\":\"Dear [parent_name],\\r\\n A Dormitory: [dormitory], Room [room] has been assigned for your Child: [student_name]\'s accomodation. For any query, please contact with admin.\",\"SMS\":\"Dear [parent_name],\\r\\n A Dormitory: [dormitory], Room [room] has been assigned for your Child: [student_name]\'s accomodation. For any query, please contact with admin.\",\"Web\":\"Dear [parent_name],\\r\\n A Dormitory: [dormitory], Room [room] has been assigned for your Child: [student_name]\'s accomodation. For any query, please contact with admin.\",\"App\":\"Dear [parent_name],\\r\\n A Dormitory: [dormitory], Room [room] has been assigned for your Child: [student_name]\'s accomodation. For any query, please contact with admin.\"}}', 1, '{\"Student\":\"[student_name], [dormitory], [room]\",\"Parent\":\"[parent_name], [student_name], [dormitory], [room]\"}', '2024-10-23 08:31:20', '2024-10-23 08:31:20'), (22, 'Exam_Schedule', '{\"Email\":1,\"SMS\":1,\"Web\":1,\"App\":1}', '{\"Student\":1,\"Parent\":1}', '{\"Student\":\"New Exam Schedule.\",\"Parent\":\"New Exam Schedule.\"}', '{\"Student\":{\"Email\":\"Dear [student_name],\\r\\n You have a new Exam Schedule: [exam_schedule] for Subject: [subject]. For any query, please contact with admin.\",\"SMS\":\"Dear [student_name],\\r\\n You have a new Exam Schedule: [exam_schedule] for Subject: [subject]. For any query, please contact with admin.\",\"Web\":\"Dear [student_name],\\r\\n You have a new Exam Schedule: [exam_schedule] for Subject: [subject]. For any query, please contact with admin.\",\"App\":\"Dear [student_name],\\r\\n You have a new Exam Schedule: [exam_schedule] for Subject: [subject]. For any query, please contact with admin.\"},\"Parent\":{\"Email\":\"Dear [parent_name],\\r\\n Your child [student_name] have a new Exam Schedule: [exam_schedule] for Subject: [subject]. For any query, please contact with admin.\",\"SMS\":\"Dear [parent_name],\\r\\n Your child [student_name] have a new Exam Schedule: [exam_schedule] for Subject: [subject]. For any query, please contact with admin.\",\"Web\":\"Dear [parent_name],\\r\\n Your child [student_name] have a new Exam Schedule: [exam_schedule] for Subject: [subject]. For any query, please contact with admin.\",\"App\":\"Dear [parent_name],\\r\\n Your child [student_name] have a new Exam Schedule: [exam_schedule] for Subject: [subject]. For any query, please contact with admin.\"}}', 1, '{\"Student\":\"[student_name], [exam_schedule], [subject]\",\"Parent\":\"[parent_name], [student_name], [exam_schedule], [subject]\"}', '2024-10-23 08:31:20', '2024-10-23 08:31:20'); INSERT INTO `sm_notification_settings` (`id`, `event`, `destination`, `recipient`, `subject`, `template`, `school_id`, `shortcode`, `created_at`, `updated_at`) VALUES (23, 'Exam_Attendance', '{\"Email\":1,\"SMS\":1,\"Web\":1,\"App\":1}', '{\"Student\":1,\"Parent\":1}', '{\"Student\":\"Exam Attendance.\",\"Parent\":\"Exam Attendance.\"}', '{\"Student\":{\"Email\":\"Dear [student_name],\\r\\n Your exam attendance for Subject: [subject] has been generated. For any query, please contact with admin.\",\"SMS\":\"Dear [student_name],\\r\\n Your exam attendance for Subject: [subject] has been generated. For any query, please contact with admin.\",\"Web\":\"Dear [student_name],\\r\\n Your exam attendance for Subject: [subject] has been generated. For any query, please contact with admin.\",\"App\":\"Dear [student_name],\\r\\n Your exam attendance for Subject: [subject] has been generated. For any query, please contact with admin.\"},\"Parent\":{\"Email\":\"Dear [parent_name],\\r\\n Your child [student_name]\'s exam attendance for Subject: [subject] has been generated. For any query, please contact with admin.\",\"SMS\":\"Dear [parent_name],\\r\\n Your child [student_name]\'s exam attendance for Subject: [subject] has been generated. For any query, please contact with admin.\",\"Web\":\"Dear [parent_name],\\r\\n Your child [student_name]\'s exam attendance for Subject: [subject] has been generated. For any query, please contact with admin.\",\"App\":\"Dear [parent_name],\\r\\n Your child [student_name]\'s exam attendance for Subject: [subject] has been generated. For any query, please contact with admin.\"}}', 1, '{\"Student\":\"[student_name], [subject]\",\"Parent\":\"[parent_name], [student_name], [subject]\"}', '2024-10-23 08:31:20', '2024-10-23 08:31:20'), (24, 'Exam_Admit_Card', '{\"Email\":1,\"SMS\":1,\"Web\":1,\"App\":1}', '{\"Student\":1,\"Parent\":1}', '{\"Student\":\"Exam Admit Card.\",\"Parent\":\"Exam Admit Card.\"}', '{\"Student\":{\"Email\":\"Dear [student_name],\\r\\n Your admit card has been generated. For any query, please contact with admin.\",\"SMS\":\"Dear [student_name],\\r\\n Your admit card has been generated. For any query, please contact with admin.\",\"Web\":\"Dear [student_name],\\r\\n Your admit card has been generated. For any query, please contact with admin.\",\"App\":\"Dear [student_name],\\r\\n Your admit card has been generated. For any query, please contact with admin.\"},\"Parent\":{\"Email\":\"Dear [parent_name],\\r\\n Your child [student_name]\'s admit card has been generated. For any query, please contact with admin.\",\"SMS\":\"Dear [parent_name],\\r\\n Your child [student_name]\'s admit card has been generated. For any query, please contact with admin.\",\"Web\":\"Dear [parent_name],\\r\\n Your child [student_name]\'s admit card has been generated. For any query, please contact with admin.\",\"App\":\"Dear [parent_name],\\r\\n Your child [student_name]\'s admit card has been generated. For any query, please contact with admin.\"}}', 1, '{\"Student\":\"[student_name]\",\"Parent\":\"[parent_name], [student_name]\"}', '2024-10-23 08:31:20', '2024-10-23 08:31:20'), (25, 'Exam_Seat_Plan', '{\"Email\":1,\"SMS\":1,\"Web\":1,\"App\":1}', '{\"Student\":1,\"Parent\":1}', '{\"Student\":\"Exam Seat Plan.\",\"Parent\":\"Exam Seat Plan.\"}', '{\"Student\":{\"Email\":\"Dear [student_name],\\r\\n Your seat plan has been generated. For any query, please contact with admin.\",\"SMS\":\"Dear [student_name],\\r\\n Your seat plan has been generated. For any query, please contact with admin.\",\"Web\":\"Dear [student_name],\\r\\n Your seat plan has been generated. For any query, please contact with admin.\",\"App\":\"Dear [student_name],\\r\\n Your seat plan has been generated. For any query, please contact with admin.\"},\"Parent\":{\"Email\":\"Dear [parent_name],\\r\\n Your child [student_name]\'s seat plan has been generated. For any query, please contact with admin.\",\"SMS\":\"Dear [parent_name],\\r\\n Your child [student_name]\'s seat plan has been generated. For any query, please contact with admin.\",\"Web\":\"Dear [parent_name],\\r\\n Your child [student_name]\'s seat plan has been generated. For any query, please contact with admin.\",\"App\":\"Dear [parent_name],\\r\\n Your child [student_name]\'s seat plan has been generated. For any query, please contact with admin.\"}}', 1, '{\"Student\":\"[student_name]\",\"Parent\":\"[parent_name], [student_name]\"}', '2024-10-23 08:31:20', '2024-10-23 08:31:20'), (26, 'Online_Exam_Publish', '{\"Email\":1,\"SMS\":1,\"Web\":1,\"App\":1}', '{\"Student\":1,\"Parent\":1}', '{\"Student\":\"Online Exam Published.\",\"Parent\":\"Online Exam Published.\"}', '{\"Student\":{\"Email\":\"Dear [student_name],\\r\\n A new Online Exam has been published for Subject: [subject]. For any query, please contact with admin.\",\"SMS\":\"Dear [student_name],\\r\\n A new Online Exam has been published for Subject: [subject]. For any query, please contact with admin.\",\"Web\":\"Dear [student_name],\\r\\n A new Online Exam has been published for Subject: [subject]. For any query, please contact with admin.\",\"App\":\"Dear [student_name],\\r\\n A new Online Exam has been published for Subject: [subject]. For any query, please contact with admin.\"},\"Parent\":{\"Email\":\"Dear [parent_name],\\r\\n Your child [student_name] has a new published Online Exam for Subject: [subject]. For any query, please contact with admin.\",\"SMS\":\"Dear [parent_name],\\r\\n Your child [student_name] has a new published Online Exam for Subject: [subject]. For any query, please contact with admin.\",\"Web\":\"Dear [parent_name],\\r\\n Your child [student_name] has a new published Online Exam for Subject: [subject]. For any query, please contact with admin.\",\"App\":\"Dear [parent_name],\\r\\n Your child [student_name] has a new published Online Exam for Subject: [subject]. For any query, please contact with admin.\"}}', 1, '{\"Student\":\"[student_name], [subject]\",\"Parent\":\"[parent_name], [student_name], [subject]\"}', '2024-10-23 08:31:20', '2024-10-23 08:31:20'), (27, 'Online_Exam_Result', '{\"Email\":1,\"SMS\":1,\"Web\":1,\"App\":1}', '{\"Student\":1,\"Parent\":1}', '{\"Student\":\"Online Exam Result.\",\"Parent\":\"Online Exam Result.\"}', '{\"Student\":{\"Email\":\"Dear [student_name],\\r\\n The Online Exam: [online_exam]\'s result has been published for Subject: [subject]. For any query, please contact with admin.\",\"SMS\":\"Dear [student_name],\\r\\n The Online Exam: [online_exam]\'s result has been published for Subject: [subject]. For any query, please contact with admin.\",\"Web\":\"Dear [student_name],\\r\\n The Online Exam: [online_exam]\'s result has been published for Subject: [subject]. For any query, please contact with admin.\",\"App\":\"Dear [student_name],\\r\\n The Online Exam: [online_exam]\'s result has been published for Subject: [subject]. For any query, please contact with admin.\"},\"Parent\":{\"Email\":\"Dear [parent_name],\\r\\n Your child [student_name]\'s Online Exam: [online_exam] result has been published for Subject: [subject]. For any query, please contact with admin.\",\"SMS\":\"Dear [parent_name],\\r\\n Your child [student_name]\'s Online Exam: [online_exam] result has been published for Subject: [subject]. For any query, please contact with admin.\",\"Web\":\"Dear [parent_name],\\r\\n Your child [student_name]\'s Online Exam: [online_exam] result has been published for Subject: [subject]. For any query, please contact with admin.\",\"App\":\"Dear [parent_name],\\r\\n Your child [student_name]\'s Online Exam: [online_exam] result has been published for Subject: [subject]. For any query, please contact with admin.\"}}', 1, '{\"Student\":\"[student_name], [online_exam], [subject]\",\"Parent\":\"[parent_name], [student_name], [online_exam], [subject]\"}', '2024-10-23 08:31:20', '2024-10-23 08:31:20'), (28, 'Staff_Attendance', '{\"Email\":1,\"SMS\":1,\"Web\":1,\"App\":1}', '{\"Super admin\":1,\"Teacher\":1}', '{\"Super admin\":\"Staff Attendance.\",\"Teacher\":\"Staff Attendance.\"}', '{\"Super admin\":{\"Email\":\"Dear [admin_name],\\r\\n The Staff Attendance for today has been generated.\",\"SMS\":\"Dear [admin_name],\\r\\n The Staff Attendance for today has been generated.\",\"Web\":\"Dear [admin_name],\\r\\n The Staff Attendance for today has been generated.\",\"App\":\"Dear [admin_name],\\r\\n The Staff Attendance for today has been generated.\"},\"Teacher\":{\"Email\":\"Dear [teacher_name],\\r\\n The Staff Attendance for today has been generated. For any query, please contact with admin.\",\"SMS\":\"Dear [teacher_name],\\r\\n The Staff Attendance for today has been generated. For any query, please contact with admin.\",\"Web\":\"Dear [teacher_name],\\r\\n The Staff Attendance for today has been generated. For any query, please contact with admin.\",\"App\":\"Dear [teacher_name],\\r\\n The Staff Attendance for today has been generated. For any query, please contact with admin.\"}}', 1, '{\"Super admin\":\"[admin_name]\",\"Teacher\":\"[teacher_name]\"}', '2024-10-23 08:31:20', '2024-10-23 08:31:20'), (29, 'Staff_Payroll', '{\"Email\":1,\"SMS\":1,\"Web\":1,\"App\":1}', '{\"Super admin\":1,\"Teacher\":1}', '{\"Super admin\":\"Staff Payroll.\",\"Teacher\":\"Staff Payroll.\"}', '{\"Super admin\":{\"Email\":\"Dear [admin_name],\\r\\n The Staff Payroll for this month has been generated.\",\"SMS\":\"Dear [admin_name],\\r\\n The Staff Payroll for this month has been generated.\",\"Web\":\"Dear [admin_name],\\r\\n The Staff Payroll for this month has been generated.\",\"App\":\"Dear [admin_name],\\r\\n The Staff Payroll for this month has been generated.\"},\"Teacher\":{\"Email\":\"Dear [teacher_name],\\r\\n The Staff Payroll for this month has been generated. For any query, please contact with admin.\",\"SMS\":\"Dear [teacher_name],\\r\\n The Staff Payroll for this month has been generated. For any query, please contact with admin.\",\"Web\":\"Dear [teacher_name],\\r\\n The Staff Payroll for this month has been generated. For any query, please contact with admin.\",\"App\":\"Dear [teacher_name],\\r\\n The Staff Payroll for this month has been generated. For any query, please contact with admin.\"}}', 1, '{\"Super admin\":\"[admin_name]\",\"Teacher\":\"[teacher_name]\"}', '2024-10-23 08:31:20', '2024-10-23 08:31:20'), (30, 'Leave_Apply', '{\"Email\":1,\"SMS\":1,\"Web\":1,\"App\":1}', '{\"Student\":1,\"Parent\":1,\"Super admin\":1,\"Teacher\":1}', '{\"Student\":\"Leave Apply.\",\"Parent\":\"Leave Apply.\",\"Super admin\":\"Leave Apply.\",\"Teacher\":\"Leave Apply.\"}', '{\"Student\":{\"Email\":\"Dear [student_name],\\r\\n You have applied for a leave from [from_date] to [to_date]. For any query, please contact with admin.\",\"SMS\":\"Dear [student_name],\\r\\n You have applied for a leave from [from_date] to [to_date]. For any query, please contact with admin.\",\"Web\":\"Dear [student_name],\\r\\n You have applied for a leave from [from_date] to [to_date]. For any query, please contact with admin.\",\"App\":\"Dear [student_name],\\r\\n You have applied for a leave from [from_date] to [to_date]. For any query, please contact with admin.\"},\"Parent\":{\"Email\":\"Dear [parent_name],\\r\\n You have applied for a leave for your child [student_name] from [from_date] to [to_date]. For any query, please contact with admin.\",\"SMS\":\"Dear [parent_name],\\r\\n You have applied for a leave for your child [student_name] from [from_date] to [to_date]. For any query, please contact with admin.\",\"Web\":\"Dear [parent_name],\\r\\n You have applied for a leave for your child [student_name] from [from_date] to [to_date]. For any query, please contact with admin.\",\"App\":\"Dear [parent_name],\\r\\n You have applied for a leave for your child [student_name] from [from_date] to [to_date]. For any query, please contact with admin.\"},\"Super admin\":{\"Email\":\"Dear [admin_name],\\r\\n [name] has applied for a leave from [from_date] to [to_date].\",\"SMS\":\"Dear [admin_name],\\r\\n [name] has applied for a leave from [from_date] to [to_date].\",\"Web\":\"Dear [admin_name],\\r\\n [name] has applied for a leave from [from_date] to [to_date].\",\"App\":\"Dear [admin_name],\\r\\n [name] has applied for a leave from [from_date] to [to_date].\"},\"Teacher\":{\"Email\":\"Dear [teacher_name],\\r\\n You have applied for a leave from [from_date] to [to_date]. For any query, please contact with admin.\",\"SMS\":\"Dear [teacher_name],\\r\\n You have applied for a leave from [from_date] to [to_date]. For any query, please contact with admin.\",\"Web\":\"Dear [teacher_name],\\r\\n You have applied for a leave from [from_date] to [to_date]. For any query, please contact with admin.\",\"App\":\"Dear [teacher_name],\\r\\n You have applied for a leave from [from_date] to [to_date]. For any query, please contact with admin.\"}}', 1, '{\"Student\":\"[student_name], [from_date], [to_date]\",\"Parent\":\"[parent_name], [student_name], [from_date], [to_date]\",\"Super admin\":\"[admin_name], [name], [from_date], [to_date]\",\"Teacher\":\"[t', '2024-10-23 08:31:20', '2024-10-23 08:31:20'), (31, 'Leave_Approved', '{\"Email\":1,\"SMS\":1,\"Web\":1,\"App\":1}', '{\"Student\":1,\"Parent\":1,\"Super admin\":1,\"Teacher\":1}', '{\"Student\":\"Leave Approved.\",\"Parent\":\"Leave Approved.\",\"Super admin\":\"Leave Approved.\",\"Teacher\":\"Leave Approved.\"}', '{\"Student\":{\"Email\":\"Dear [student_name],\\r\\n Your leave from [from_date] to [to_date] has been approved. For any query, please contact with admin.\",\"SMS\":\"Dear [student_name],\\r\\n Your leave from [from_date] to [to_date] has been approved. For any query, please contact with admin.\",\"Web\":\"Dear [student_name],\\r\\n Your leave from [from_date] to [to_date] has been approved. For any query, please contact with admin.\",\"App\":\"Dear [student_name],\\r\\n Your leave from [from_date] to [to_date] has been approved. For any query, please contact with admin.\"},\"Parent\":{\"Email\":\"Dear [parent_name],\\r\\n Your child [student_name]\'s leave from [from_date] to [to_date] has been approved. For any query, please contact with admin.\",\"SMS\":\"Dear [parent_name],\\r\\n Your child [student_name]\'s leave from [from_date] to [to_date] has been approved. For any query, please contact with admin.\",\"Web\":\"Dear [parent_name],\\r\\n Your child [student_name]\'s leave from [from_date] to [to_date] has been approved. For any query, please contact with admin.\",\"App\":\"Dear [parent_name],\\r\\n Your child [student_name]\'s leave from [from_date] to [to_date] has been approved. For any query, please contact with admin.\"},\"Super admin\":{\"Email\":\"Dear [admin_name],\\r\\n [name]\'s leave request from [from_date] to [to_date] has been approved.\",\"SMS\":\"Dear [admin_name],\\r\\n [name]\'s leave request from [from_date] to [to_date] has been approved.\",\"Web\":\"Dear [admin_name],\\r\\n [name]\'s leave request from [from_date] to [to_date] has been approved.\",\"App\":\"Dear [admin_name],\\r\\n [name]\'s leave request from [from_date] to [to_date] has been approved.\"},\"Teacher\":{\"Email\":\"Dear [teacher_name],\\r\\n Your leave from [from_date] to [to_date] has been approved. For any query, please contact with admin.\",\"SMS\":\"Dear [teacher_name],\\r\\n Your leave from [from_date] to [to_date] has been approved. For any query, please contact with admin.\",\"Web\":\"Dear [teacher_name],\\r\\n Your leave from [from_date] to [to_date] has been approved. For any query, please contact with admin.\",\"App\":\"Dear [teacher_name],\\r\\n Your leave from [from_date] to [to_date] has been approved. For any query, please contact with admin.\"}}', 1, '{\"Student\":\"[student_name], [from_date], [to_date]\",\"Parent\":\"[parent_name], [student_name], [from_date], [to_date]\",\"Super admin\":\"[admin_name], [name], [from_date], [to_date]\",\"Teacher\":\"[t', '2024-10-23 08:31:20', '2024-10-23 08:31:20'), (32, 'Leave_Declined', '{\"Email\":1,\"SMS\":1,\"Web\":1,\"App\":1}', '{\"Student\":1,\"Parent\":1,\"Super admin\":1,\"Teacher\":1}', '{\"Student\":\"Leave Declined.\",\"Parent\":\"Leave Declined.\",\"Super admin\":\"Leave Declined.\",\"Teacher\":\"Leave Declined.\"}', '{\"Student\":{\"Email\":\"Dear [student_name],\\r\\n Your leave from [from_date] to [to_date] has been declined. For any query, please contact with admin.\",\"SMS\":\"Dear [student_name],\\r\\n Your leave from [from_date] to [to_date] has been declined. For any query, please contact with admin.\",\"Web\":\"Dear [student_name],\\r\\n Your leave from [from_date] to [to_date] has been declined. For any query, please contact with admin.\",\"App\":\"Dear [student_name],\\r\\n Your leave from [from_date] to [to_date] has been declined. For any query, please contact with admin.\"},\"Parent\":{\"Email\":\"Dear [parent_name],\\r\\n Your child [student_name]\'s leave from [from_date] to [to_date] has been declined. For any query, please contact with admin.\",\"SMS\":\"Dear [parent_name],\\r\\n Your child [student_name]\'s leave from [from_date] to [to_date] has been declined. For any query, please contact with admin.\",\"Web\":\"Dear [parent_name],\\r\\n Your child [student_name]\'s leave from [from_date] to [to_date] has been declined. For any query, please contact with admin.\",\"App\":\"Dear [parent_name],\\r\\n Your child [student_name]\'s leave from [from_date] to [to_date] has been declined. For any query, please contact with admin.\"},\"Super admin\":{\"Email\":\"Dear [admin_name],\\r\\n [name]\'s leave request from [from_date] to [to_date] has been declined.\",\"SMS\":\"Dear [admin_name],\\r\\n [name]\'s leave request from [from_date] to [to_date] has been declined.\",\"Web\":\"Dear [admin_name],\\r\\n [name]\'s leave request from [from_date] to [to_date] has been declined.\",\"App\":\"Dear [admin_name],\\r\\n [name]\'s leave request from [from_date] to [to_date] has been declined.\"},\"Teacher\":{\"Email\":\"Dear [teacher_name],\\r\\n Your leave from [from_date] to [to_date] has been declined. For any query, please contact with admin.\",\"SMS\":\"Dear [teacher_name],\\r\\n Your leave from [from_date] to [to_date] has been declined. For any query, please contact with admin.\",\"Web\":\"Dear [teacher_name],\\r\\n Your leave from [from_date] to [to_date] has been declined. For any query, please contact with admin.\",\"App\":\"Dear [teacher_name],\\r\\n Your leave from [from_date] to [to_date] has been declined. For any query, please contact with admin.\"}}', 1, '{\"Student\":\"[student_name], [from_date], [to_date]\",\"Parent\":\"[parent_name], [student_name], [from_date], [to_date]\",\"Super admin\":\"[admin_name], [name], [from_date], [to_date]\",\"Teacher\":\"[t', '2024-10-23 08:31:20', '2024-10-23 08:31:20'), (33, 'Approve_Deposit', '{\"Email\":1,\"SMS\":1,\"Web\":1,\"App\":1}', '{\"Student\":1,\"Parent\":1,\"Super admin\":1}', '{\"Student\":\"Approve Deposit.\",\"Parent\":\"Approve Deposit.\",\"Super admin\":\"Approve Deposit.\"}', '{\"Student\":{\"Email\":\"Dear [student_name],\\r\\n Your deposit request for Amount: [amount] has been approved. For any query, please contact with admin.\",\"SMS\":\"Dear [student_name],\\r\\n Your deposit request for Amount: [amount] has been approved. For any query, please contact with admin.\",\"Web\":\"Dear [student_name],\\r\\n Your deposit request for Amount: [amount] has been approved. For any query, please contact with admin.\",\"App\":\"Dear [student_name],\\r\\n Your deposit request for Amount: [amount] has been approved. For any query, please contact with admin.\"},\"Parent\":{\"Email\":\"Dear [parent_name],\\r\\n Your deposit request for Amount: [amount] has been approved. For any query, please contact with admin.\",\"SMS\":\"Dear [parent_name],\\r\\n Your deposit request for Amount: [amount] has been approved. For any query, please contact with admin.\",\"Web\":\"Dear [parent_name],\\r\\n Your deposit request for Amount: [amount] has been approved. For any query, please contact with admin.\",\"App\":\"Dear [parent_name],\\r\\n Your deposit request for Amount: [amount] has been approved. For any query, please contact with admin.\"},\"Super admin\":{\"Email\":\"Dear [admin_name],\\r\\n A deposit request from [student_name]\\/[parent_name] for Amount: [amount] has been approved.\",\"SMS\":\"Dear [admin_name],\\r\\n A deposit request from [student_name]\\/[parent_name] for Amount: [amount] has been approved.\",\"Web\":\"Dear [admin_name],\\r\\n A deposit request from [student_name]\\/[parent_name] for Amount: [amount] has been approved.\",\"App\":\"Dear [admin_name],\\r\\n A deposit request from [student_name]\\/[parent_name] for Amount: [amount] has been approved.\"}}', 1, '{\"Student\":\"[student_name], [amount]\",\"Parent\":\"[parent_name], [student_name], [amount]\",\"Super admin\":\"[admin_name], [parent_name], [student_name], [amount]\"}', '2024-10-23 08:31:20', '2024-10-23 08:31:20'), (34, 'Reject_Deposit', '{\"Email\":1,\"SMS\":1,\"Web\":1,\"App\":1}', '{\"Student\":1,\"Parent\":1,\"Super admin\":1}', '{\"Student\":\"Reject Deposit.\",\"Parent\":\"Reject Deposit.\",\"Super admin\":\"Reject Deposit.\"}', '{\"Student\":{\"Email\":\"Dear [student_name],\\r\\n Your deposit request for Amount: [amount] has been rejected. For any query, please contact with admin.\",\"SMS\":\"Dear [student_name],\\r\\n Your deposit request for Amount: [amount] has been rejected. For any query, please contact with admin.\",\"Web\":\"Dear [student_name],\\r\\n Your deposit request for Amount: [amount] has been rejected. For any query, please contact with admin.\",\"App\":\"Dear [student_name],\\r\\n Your deposit request for Amount: [amount] has been rejected. For any query, please contact with admin.\"},\"Parent\":{\"Email\":\"Dear [parent_name],\\r\\n Your deposit request for Amount: [amount] has been rejected. For any query, please contact with admin.\",\"SMS\":\"Dear [parent_name],\\r\\n Your deposit request for Amount: [amount] has been rejected. For any query, please contact with admin.\",\"Web\":\"Dear [parent_name],\\r\\n Your deposit request for Amount: [amount] has been rejected. For any query, please contact with admin.\",\"App\":\"Dear [parent_name],\\r\\n Your deposit request for Amount: [amount] has been rejected. For any query, please contact with admin.\"},\"Super admin\":{\"Email\":\"Dear [admin_name],\\r\\n A deposit request from [student_name]\\/[parent_name] for Amount: [amount] has been rejected.\",\"SMS\":\"Dear [admin_name],\\r\\n A deposit request from [student_name]\\/[parent_name] for Amount: [amount] has been rejected.\",\"Web\":\"Dear [admin_name],\\r\\n A deposit request from [student_name]\\/[parent_name] for Amount: [amount] has been rejected.\",\"App\":\"Dear [admin_name],\\r\\n A deposit request from [student_name]\\/[parent_name] for Amount: [amount] has been rejected.\"}}', 1, '{\"Student\":\"[student_name], [amount]\",\"Parent\":\"[parent_name], [student_name], [amount]\",\"Super admin\":\"[admin_name], [parent_name], [student_name], [amount]\"}', '2024-10-23 08:31:20', '2024-10-23 08:31:20'), (35, 'Wallet_Add', '{\"Email\":1,\"SMS\":1,\"Web\":1,\"App\":1}', '{\"Student\":1,\"Parent\":1,\"Super admin\":1}', '{\"Student\":\"Wallet Add.\",\"Parent\":\"Wallet Add.\",\"Super admin\":\"Wallet Add.\"}', '{\"Student\":{\"Email\":\"Dear [student_name],\\r\\n Your wallet transaction for Amount: [amount] was successful. For any query, please contact with admin.\",\"SMS\":\"Dear [student_name],\\r\\n Your wallet transaction for Amount: [amount] was successful. For any query, please contact with admin.\",\"Web\":\"Dear [student_name],\\r\\n Your wallet transaction for Amount: [amount] was successful. For any query, please contact with admin.\",\"App\":\"Dear [student_name],\\r\\n Your wallet transaction for Amount: [amount] was successful. For any query, please contact with admin.\"},\"Parent\":{\"Email\":\"Dear [parent_name],\\r\\n Your wallet transaction for Amount: [amount] was successful. For any query, please contact with admin.\",\"SMS\":\"Dear [parent_name],\\r\\n Your wallet transaction for Amount: [amount] was successful. For any query, please contact with admin.\",\"Web\":\"Dear [parent_name],\\r\\n Your wallet transaction for Amount: [amount] was successful. For any query, please contact with admin.\",\"App\":\"Dear [parent_name],\\r\\n Your wallet transaction for Amount: [amount] was successful. For any query, please contact with admin.\"},\"Super admin\":{\"Email\":\"Dear [admin_name],\\r\\n A wallet transaction from [student_name]\\/[parent_name]\'s account for Amount: [amount] was complete.\",\"SMS\":\"Dear [admin_name],\\r\\n A wallet transaction from [student_name]\\/[parent_name]\'s account for Amount: [amount] was complete.\",\"Web\":\"Dear [admin_name],\\r\\n A wallet transaction from [student_name]\\/[parent_name]\'s account for Amount: [amount] was complete.\",\"App\":\"Dear [admin_name],\\r\\n A wallet transaction from [student_name]\\/[parent_name]\'s account for Amount: [amount] was complete.\"}}', 1, '{\"Student\":\"[student_name], [amount]\",\"Parent\":\"[parent_name], [student_name], [amount]\",\"Super admin\":\"[admin_name], [parent_name], [student_name], [amount]\"}', '2024-10-23 08:31:20', '2024-10-23 08:31:20'), (36, 'Refund_Deposit', '{\"Email\":1,\"SMS\":1,\"Web\":1,\"App\":1}', '{\"Student\":1,\"Parent\":1,\"Super admin\":1}', '{\"Student\":\"Refund Deposit.\",\"Parent\":\"Refund Deposit.\",\"Super admin\":\"Refund Deposit.\"}', '{\"Student\":{\"Email\":\"Dear [student_name],\\r\\n Your deposit refund request for Amount: [amount] has been accepted. For any query, please contact with admin.\",\"SMS\":\"Dear [student_name],\\r\\n Your deposit refund request for Amount: [amount] has been accepted. For any query, please contact with admin.\",\"Web\":\"Dear [student_name],\\r\\n Your deposit refund request for Amount: [amount] has been accepted. For any query, please contact with admin.\",\"App\":\"Dear [student_name],\\r\\n Your deposit refund request for Amount: [amount] has been accepted. For any query, please contact with admin.\"},\"Parent\":{\"Email\":\"Dear [parent_name],\\r\\n Your deposit refund request for Amount: [amount] has been accepted. For any query, please contact with admin.\",\"SMS\":\"Dear [parent_name],\\r\\n Your deposit refund request for Amount: [amount] has been accepted. For any query, please contact with admin.\",\"Web\":\"Dear [parent_name],\\r\\n Your deposit refund request for Amount: [amount] has been accepted. For any query, please contact with admin.\",\"App\":\"Dear [parent_name],\\r\\n Your deposit refund request for Amount: [amount] has been accepted. For any query, please contact with admin.\"},\"Super admin\":{\"Email\":\"Dear [admin_name],\\r\\n A deposit refund from [student_name]\\/[parent_name] for Amount: [amount] has been requested.\",\"SMS\":\"Dear [admin_name],\\r\\n A deposit refund from [student_name]\\/[parent_name] for Amount: [amount] has been requested.\",\"Web\":\"Dear [admin_name],\\r\\n A deposit refund from [student_name]\\/[parent_name] for Amount: [amount] has been requested.\",\"App\":\"Dear [admin_name],\\r\\n A deposit refund from [student_name]\\/[parent_name] for Amount: [amount] has been requested.\"}}', 1, '{\"Student\":\"[student_name], [amount]\",\"Parent\":\"[parent_name], [student_name], [amount]\",\"Super admin\":\"[admin_name], [parent_name], [student_name], [amount]\"}', '2024-10-23 08:31:20', '2024-10-23 08:31:20'), (37, 'Fund_Transfer', '{\"Email\":1,\"SMS\":1,\"Web\":1,\"App\":1}', '{\"Super admin\":1}', '{\"Super admin\":\"Fund Transfer.\"}', '{\"Super admin\":{\"Email\":\"Dear [admin_name],\\r\\n A fund transfer of Amount: [amount] was successful.\",\"SMS\":\"Dear [admin_name],\\r\\n A fund transfer of Amount: [amount] was successful.\",\"Web\":\"Dear [admin_name],\\r\\n A fund transfer of Amount: [amount] was successful.\",\"App\":\"Dear [admin_name],\\r\\n A fund transfer of Amount: [amount] was successful.\"}}', 1, '{\"Super admin\":\"[admin_name], [amount]\"}', '2024-10-23 08:31:20', '2024-10-23 08:31:20'), (38, 'Item_Recieved', '{\"Email\":1,\"SMS\":1,\"Web\":1,\"App\":1}', '{\"Super admin\":1}', '{\"Super admin\":\"Item Recieved.\"}', '{\"Super admin\":{\"Email\":\"Dear [admin_name],\\r\\n An Item: [item] was recieved grand total: [grand_total], total: [total_paid], item: [item], qty: [quantity]\",\"SMS\":\"Dear [admin_name],\\r\\n An Item: [item] was recieved grand total:[grand_total], total: [total_paid], item: [item], qty: [quantity]\",\"Web\":\"Dear [admin_name],\\r\\n An Item: [item] was recieved grand total: [grand_total], total: [total_paid], item: [item], qty: [quantity]\",\"App\":\"Dear [admin_name],\\r\\n An Item: [item] was recieved grand total: [grand_total], total: [total_paid], item: [item], qty: [quantity]\"}}', 1, '{\"Super admin\":\"[admin_name], [grand_total], [total_paid], [item], [quantity]\"}', '2024-10-23 08:31:20', '2024-10-23 08:31:20'), (39, 'Item_sell', '{\"Email\":1,\"SMS\":1,\"Web\":1,\"App\":1}', '{\"Super admin\":1}', '{\"Super admin\":\"Item Sold.\"}', '{\"Super admin\":{\"Email\":\"Dear [admin_name],\\r\\n An Item: [item] was sold total: [total_paid], qty: [quantity]\",\"SMS\":\"Dear [admin_name],\\r\\n An Item: [item] was sold total: [total_paid], qty: [quantity]\",\"Web\":\"Dear [admin_name],\\r\\n An Item: [item] was sold total: [total_paid], qty: [quantity]\",\"App\":\"Dear [admin_name],\\r\\n An Item: [item] was sold total: [total_paid], qty: [quantity]\"}}', 1, '{\"Super admin\":\"[admin_name], [item], [total_paid], [quantity]\"}', '2024-10-23 08:31:20', '2024-10-23 08:31:20'), (40, 'Notice', '{\"Email\":1,\"SMS\":1,\"Web\":1,\"App\":1}', '{\"Student\":1,\"Parent\":1,\"Super admin\":1,\"Teacher\":1}', '{\"Student\":\"New Notice.\",\"Parent\":\"New Notice.\",\"Super admin\":\"New Notice.\",\"Teacher\":\"New Notice.\"}', '{\"Student\":{\"Email\":\"Dear [student_name],\\r\\n You have a new Notice: [notice]. For any query, please contact with admin.\",\"SMS\":\"Dear [student_name],\\r\\n You have a new Notice: [notice]. For any query, please contact with admin.\",\"Web\":\"Dear [student_name],\\r\\n You have a new Notice: [notice]. For any query, please contact with admin.\",\"App\":\"Dear [student_name],\\r\\n You have a new Notice: [notice]. For any query, please contact with admin.\"},\"Parent\":{\"Email\":\"Dear [parent_name],\\r\\n You have a new Notice: [notice]. For any query, please contact with admin.\",\"SMS\":\"Dear [parent_name],\\r\\n You have a new Notice: [notice]. For any query, please contact with admin.\",\"Web\":\"Dear [parent_name],\\r\\n You have a new Notice: [notice]. For any query, please contact with admin.\",\"App\":\"Dear [parent_name],\\r\\n You have a new Notice: [notice]. For any query, please contact with admin.\"},\"Super admin\":{\"Email\":\"Dear [admin_name],\\r\\n You have a new Notice: [notice].\",\"SMS\":\"Dear [admin_name],\\r\\n You have a new Notice: [notice].\",\"Web\":\"Dear [admin_name],\\r\\n You have a new Notice: [notice].\",\"App\":\"Dear [admin_name],\\r\\n You have a new Notice: [notice].\"},\"Teacher\":{\"Email\":\"Dear [teacher_name],\\r\\n You have a new Notice: [notice]. For any query, please contact with admin.\",\"SMS\":\"Dear [teacher_name],\\r\\n You have a new Notice: [notice]. For any query, please contact with admin.\",\"Web\":\"Dear [teacher_name],\\r\\n You have a new Notice: [notice]. For any query, please contact with admin.\",\"App\":\"Dear [teacher_name],\\r\\n You have a new Notice: [notice]. For any query, please contact with admin.\"}}', 1, '{\"Student\":\"[student_name], [notice]\",\"Parent\":\"[parent_name], [notice]\",\"Super admin\":\"[admin_name], [notice]\",\"Teacher\":\"[teacher_name], [notice]\"}', '2024-10-23 08:31:20', '2024-10-23 08:31:20'), (41, 'Event', '{\"Email\":1,\"SMS\":1,\"Web\":1,\"App\":1}', '{\"Student\":1,\"Parent\":1,\"Super admin\":1,\"Teacher\":1}', '{\"Student\":\"New Event.\",\"Parent\":\"New Event.\",\"Super admin\":\"New Event.\",\"Teacher\":\"New Event.\"}', '{\"Student\":{\"Email\":\"Dear [student_name],\\r\\n You have a new Event: [event]. For any query, please contact with admin.\",\"SMS\":\"Dear [student_name],\\r\\n You have a new Event: [event]. For any query, please contact with admin.\",\"Web\":\"Dear [student_name],\\r\\n You have a new Event: [event]. For any query, please contact with admin.\",\"App\":\"Dear [student_name],\\r\\n You have a new Event: [event]. For any query, please contact with admin.\"},\"Parent\":{\"Email\":\"Dear [parent_name],\\r\\n You have a new Event: [event]. For any query, please contact with admin.\",\"SMS\":\"Dear [parent_name],\\r\\n You have a new Event: [event]. For any query, please contact with admin.\",\"Web\":\"Dear [parent_name],\\r\\n You have a new Event: [event]. For any query, please contact with admin.\",\"App\":\"Dear [parent_name],\\r\\n You have a new Event: [event]. For any query, please contact with admin.\"},\"Super admin\":{\"Email\":\"Dear [admin_name],\\r\\n You have a new Event: [event].\",\"SMS\":\"Dear [admin_name],\\r\\n You have a new Event: [event].\",\"Web\":\"Dear [admin_name],\\r\\n You have a new Event: [event].\",\"App\":\"Dear [admin_name],\\r\\n You have a new Event: [event].\"},\"Teacher\":{\"Email\":\"Dear [teacher_name],\\r\\n You have a new Event: [event]. For any query, please contact with admin.\",\"SMS\":\"Dear [teacher_name],\\r\\n You have a new Event: [event]. For any query, please contact with admin.\",\"Web\":\"Dear [teacher_name],\\r\\n You have a new Event: [event]. For any query, please contact with admin.\",\"App\":\"Dear [teacher_name],\\r\\n You have a new Event: [event]. For any query, please contact with admin.\"}}', 1, '{\"Student\":\"[student_name], [event]\",\"Parent\":\"[parent_name], [event]\",\"Super admin\":\"[admin_name], [event]\",\"Teacher\":\"[teacher_name], [event]\"}', '2024-10-23 08:31:20', '2024-10-23 08:31:20'); -- -------------------------------------------------------- -- -- Table structure for table `sm_online_exams` -- CREATE TABLE `sm_online_exams` ( `id` int(10) UNSIGNED NOT NULL, `title` varchar(191) DEFAULT NULL, `date` date DEFAULT NULL, `start_time` varchar(200) DEFAULT NULL, `end_time` varchar(200) DEFAULT NULL, `end_date_time` varchar(191) DEFAULT NULL, `percentage` int(11) DEFAULT NULL, `instruction` text DEFAULT NULL, `status` tinyint(4) DEFAULT NULL COMMENT '0 = Pending 1 Published', `is_taken` tinyint(4) DEFAULT 0, `is_closed` tinyint(4) DEFAULT 0, `is_waiting` tinyint(4) DEFAULT 0, `is_running` tinyint(4) DEFAULT 0, `auto_mark` tinyint(4) DEFAULT 0, `active_status` tinyint(4) NOT NULL DEFAULT 1, `created_at` timestamp NULL DEFAULT NULL, `updated_at` timestamp NULL DEFAULT NULL, `class_id` int(10) UNSIGNED DEFAULT NULL, `section_id` int(10) UNSIGNED DEFAULT NULL, `subject_id` int(10) UNSIGNED DEFAULT NULL, `created_by` int(10) UNSIGNED DEFAULT 1, `updated_by` int(10) UNSIGNED DEFAULT 1, `school_id` int(10) UNSIGNED DEFAULT 1, `academic_id` int(10) UNSIGNED DEFAULT 1 ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -------------------------------------------------------- -- -- Table structure for table `sm_online_exam_marks` -- CREATE TABLE `sm_online_exam_marks` ( `id` int(10) UNSIGNED NOT NULL, `marks` int(11) DEFAULT NULL, `abs` int(11) NOT NULL DEFAULT 0, `active_status` tinyint(4) NOT NULL DEFAULT 1, `created_at` timestamp NULL DEFAULT NULL, `updated_at` timestamp NULL DEFAULT NULL, `student_id` int(10) UNSIGNED DEFAULT NULL, `subject_id` int(10) UNSIGNED DEFAULT NULL, `exam_id` int(10) UNSIGNED DEFAULT NULL, `created_by` int(10) UNSIGNED DEFAULT 1, `updated_by` int(10) UNSIGNED DEFAULT 1, `school_id` int(10) UNSIGNED DEFAULT 1, `academic_id` int(10) UNSIGNED DEFAULT 1 ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -------------------------------------------------------- -- -- Table structure for table `sm_online_exam_questions` -- CREATE TABLE `sm_online_exam_questions` ( `id` int(10) UNSIGNED NOT NULL, `type` varchar(1) DEFAULT NULL, `mark` int(11) DEFAULT NULL, `title` text DEFAULT NULL, `trueFalse` varchar(1) DEFAULT NULL COMMENT 'F = false, T = true ', `suitable_words` text DEFAULT NULL, `active_status` tinyint(4) NOT NULL DEFAULT 1, `created_at` timestamp NULL DEFAULT NULL, `updated_at` timestamp NULL DEFAULT NULL, `online_exam_id` int(10) UNSIGNED DEFAULT NULL, `created_by` int(10) UNSIGNED DEFAULT 1, `updated_by` int(10) UNSIGNED DEFAULT 1, `school_id` int(10) UNSIGNED DEFAULT 1, `academic_id` int(10) UNSIGNED DEFAULT 1 ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -------------------------------------------------------- -- -- Table structure for table `sm_online_exam_question_assigns` -- CREATE TABLE `sm_online_exam_question_assigns` ( `id` int(10) UNSIGNED NOT NULL, `created_at` timestamp NULL DEFAULT NULL, `updated_at` timestamp NULL DEFAULT NULL, `online_exam_id` int(10) UNSIGNED DEFAULT NULL, `question_bank_id` int(10) UNSIGNED DEFAULT NULL, `created_by` int(10) UNSIGNED DEFAULT 1, `updated_by` int(10) UNSIGNED DEFAULT 1, `school_id` int(10) UNSIGNED DEFAULT 1, `academic_id` int(10) UNSIGNED DEFAULT 1 ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -------------------------------------------------------- -- -- Table structure for table `sm_online_exam_question_mu_options` -- CREATE TABLE `sm_online_exam_question_mu_options` ( `id` int(10) UNSIGNED NOT NULL, `title` varchar(191) DEFAULT NULL, `status` tinyint(4) DEFAULT NULL COMMENT '0 unchecked 1 checked', `active_status` tinyint(4) NOT NULL DEFAULT 1, `online_exam_question_id` int(10) UNSIGNED DEFAULT NULL COMMENT 'here we use foreign key shorter name', `created_by` int(10) UNSIGNED DEFAULT 1, `updated_by` int(10) UNSIGNED DEFAULT 1, `school_id` int(10) UNSIGNED DEFAULT 1, `academic_id` int(10) UNSIGNED DEFAULT 1 ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -------------------------------------------------------- -- -- Table structure for table `sm_optional_subject_assigns` -- CREATE TABLE `sm_optional_subject_assigns` ( `id` int(10) UNSIGNED NOT NULL, `student_id` int(10) UNSIGNED DEFAULT NULL, `record_id` bigint(20) UNSIGNED DEFAULT NULL, `subject_id` int(10) UNSIGNED DEFAULT NULL, `created_by` int(10) UNSIGNED DEFAULT 1, `updated_by` int(10) UNSIGNED DEFAULT 1, `school_id` int(10) UNSIGNED DEFAULT 1, `session_id` int(10) UNSIGNED NOT NULL, `academic_id` int(10) UNSIGNED DEFAULT 1, `active_status` int(11) 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 `sm_pages` -- CREATE TABLE `sm_pages` ( `id` int(10) UNSIGNED NOT NULL, `title` varchar(191) DEFAULT NULL, `sub_title` varchar(191) DEFAULT NULL, `slug` varchar(191) DEFAULT NULL, `header_image` text DEFAULT NULL, `details` longtext DEFAULT NULL, `active_status` tinyint(4) NOT NULL DEFAULT 1, `is_dynamic` tinyint(4) NOT NULL DEFAULT 1, `school_id` int(10) UNSIGNED 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 `sm_pages` -- INSERT INTO `sm_pages` (`id`, `title`, `sub_title`, `slug`, `header_image`, `details`, `active_status`, `is_dynamic`, `school_id`, `created_at`, `updated_at`) VALUES (1, 'Home', NULL, '/', NULL, NULL, 1, 0, 1, '2024-10-23 08:31:16', '2024-10-23 08:31:16'), (2, 'About', NULL, '/about', NULL, NULL, 1, 0, 1, '2024-10-23 08:31:16', '2024-10-23 08:31:16'), (3, 'Course', NULL, '/course', NULL, NULL, 1, 0, 1, '2024-10-23 08:31:16', '2024-10-23 08:31:16'), (4, 'News', NULL, '/news-page', NULL, NULL, 1, 0, 1, '2024-10-23 08:31:16', '2024-10-23 08:31:16'), (5, 'Contact', NULL, '/contact', NULL, NULL, 1, 0, 1, '2024-10-23 08:31:16', '2024-10-23 08:31:16'), (6, 'Login', NULL, '/login', NULL, NULL, 1, 0, 1, '2024-10-23 08:31:16', '2024-10-23 08:31:16'), (7, 'Result', NULL, '/exam-result', NULL, NULL, 1, 0, 1, '2024-10-23 08:31:16', '2024-10-23 08:31:16'), (8, 'Routine', NULL, '/class-exam-routine', NULL, NULL, 1, 0, 1, '2024-10-23 08:31:16', '2024-10-23 08:31:16'); -- -------------------------------------------------------- -- -- Table structure for table `sm_parents` -- CREATE TABLE `sm_parents` ( `id` int(10) UNSIGNED NOT NULL, `fathers_name` varchar(200) DEFAULT NULL, `fathers_mobile` varchar(200) DEFAULT NULL, `fathers_occupation` varchar(200) DEFAULT NULL, `fathers_photo` varchar(200) DEFAULT NULL, `mothers_name` varchar(200) DEFAULT NULL, `mothers_mobile` varchar(200) DEFAULT NULL, `mothers_occupation` varchar(200) DEFAULT NULL, `mothers_photo` varchar(200) DEFAULT NULL, `relation` varchar(200) DEFAULT NULL, `guardians_name` varchar(200) DEFAULT NULL, `guardians_mobile` varchar(200) DEFAULT NULL, `guardians_email` varchar(200) DEFAULT NULL, `guardians_occupation` varchar(200) DEFAULT NULL, `guardians_relation` varchar(30) DEFAULT NULL, `guardians_photo` varchar(200) DEFAULT NULL, `guardians_address` varchar(200) DEFAULT NULL, `is_guardian` int(11) DEFAULT NULL, `active_status` tinyint(4) NOT NULL DEFAULT 1, `created_at` timestamp NULL DEFAULT NULL, `updated_at` timestamp NULL DEFAULT NULL, `user_id` int(10) UNSIGNED DEFAULT 1, `school_id` int(10) UNSIGNED DEFAULT 1, `academic_id` int(10) UNSIGNED DEFAULT 1 ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -------------------------------------------------------- -- -- Table structure for table `sm_payment_gateway_settings` -- CREATE TABLE `sm_payment_gateway_settings` ( `id` int(10) UNSIGNED NOT NULL, `gateway_name` varchar(191) DEFAULT NULL, `gateway_username` varchar(191) DEFAULT NULL, `gateway_password` varchar(191) DEFAULT NULL, `gateway_signature` varchar(191) DEFAULT NULL, `gateway_client_id` varchar(191) DEFAULT NULL, `gateway_mode` varchar(191) DEFAULT NULL, `gateway_secret_key` varchar(191) DEFAULT NULL, `gateway_secret_word` varchar(191) DEFAULT NULL, `gateway_publisher_key` varchar(191) DEFAULT NULL, `gateway_private_key` varchar(191) DEFAULT NULL, `active_status` tinyint(4) NOT NULL DEFAULT 0, `created_at` timestamp NULL DEFAULT NULL, `updated_at` timestamp NULL DEFAULT NULL, `bank_details` text DEFAULT NULL, `cheque_details` text DEFAULT NULL, `created_by` int(10) UNSIGNED DEFAULT 1, `updated_by` int(10) UNSIGNED DEFAULT 1, `school_id` int(10) UNSIGNED DEFAULT 1, `service_charge` tinyint(1) DEFAULT 0, `charge_type` varchar(2) DEFAULT NULL COMMENT 'P=percentage, F=Flat', `charge` double(8,2) DEFAULT 0.00 ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -- Dumping data for table `sm_payment_gateway_settings` -- INSERT INTO `sm_payment_gateway_settings` (`id`, `gateway_name`, `gateway_username`, `gateway_password`, `gateway_signature`, `gateway_client_id`, `gateway_mode`, `gateway_secret_key`, `gateway_secret_word`, `gateway_publisher_key`, `gateway_private_key`, `active_status`, `created_at`, `updated_at`, `bank_details`, `cheque_details`, `created_by`, `updated_by`, `school_id`, `service_charge`, `charge_type`, `charge`) VALUES (1, 'PayPal', 'demo@paypal.com', '12334589', NULL, 'AaCPtpoUHZEXCa3v006nbYhYfD0HIX-dlgYWlsb0fdoFqpVToATuUbT43VuUE6pAxgvSbPTspKBqAF0x', NULL, 'EJ6q4h8w0OanYO1WKtNbo9o8suDg6PKUkHNKv-T6F4APDiq2e19OZf7DfpL5uOlEzJ_AMgeE0L2PtTEj', NULL, NULL, NULL, 0, '2024-10-23 08:31:09', NULL, NULL, NULL, 1, 1, 1, 0, NULL, 0.00), (2, 'Stripe', 'demo@strip.com', '12334589', NULL, '', NULL, 'AVZdghanegaOjiL6DPXd0XwjMGEQ2aXc58z1-isWmBFnw1h2j', 'AVZdghanegaOjiL6DPXd0XwjMGEQ2aXc58z1', NULL, NULL, 0, '2024-10-23 08:31:09', NULL, NULL, NULL, 1, 1, 1, 0, NULL, 0.00), (3, 'Paystack', 'demo@gmail.com', '12334589', NULL, '', NULL, 'sk_live_2679322872013c265e161bc8ea11efc1e822bce1', NULL, 'pk_live_e5738ce9aade963387204f1f19bee599176e7a71', NULL, 0, '2024-10-23 08:31:09', NULL, NULL, NULL, 1, 1, 1, 0, NULL, 0.00), (4, 'Bank', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, '2024-10-23 08:31:09', NULL, NULL, NULL, 1, 1, 1, 0, NULL, 0.00), (5, 'Cheque', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, '2024-10-23 08:31:09', NULL, NULL, NULL, 1, 1, 1, 0, NULL, 0.00); -- -------------------------------------------------------- -- -- Table structure for table `sm_payment_methhods` -- CREATE TABLE `sm_payment_methhods` ( `id` int(10) UNSIGNED NOT NULL, `method` varchar(255) NOT NULL, `type` varchar(191) DEFAULT NULL, `active_status` tinyint(4) NOT NULL DEFAULT 1, `created_at` timestamp NULL DEFAULT NULL, `updated_at` timestamp NULL DEFAULT NULL, `gateway_id` int(10) UNSIGNED DEFAULT NULL, `created_by` int(10) UNSIGNED DEFAULT 1, `updated_by` int(10) UNSIGNED DEFAULT 1, `school_id` int(10) UNSIGNED DEFAULT 1 ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -- Dumping data for table `sm_payment_methhods` -- INSERT INTO `sm_payment_methhods` (`id`, `method`, `type`, `active_status`, `created_at`, `updated_at`, `gateway_id`, `created_by`, `updated_by`, `school_id`) VALUES (1, 'Cash', 'System', 1, '2024-10-23 08:31:09', NULL, NULL, 1, 1, 1), (2, 'Cheque', 'System', 1, '2024-10-23 08:31:09', NULL, NULL, 1, 1, 1), (3, 'Bank', 'System', 1, '2024-10-23 08:31:09', NULL, NULL, 1, 1, 1), (4, 'PayPal', 'System', 1, '2024-10-23 08:31:09', NULL, NULL, 1, 1, 1), (5, 'Stripe', 'System', 1, '2024-10-23 08:31:09', NULL, NULL, 1, 1, 1), (6, 'Paystack', 'System', 1, '2024-10-23 08:31:09', NULL, NULL, 1, 1, 1), (7, 'Wallet', 'System', 1, '2024-10-23 08:31:16', '2024-10-23 08:31:16', NULL, 1, 1, 1); -- -------------------------------------------------------- -- -- Table structure for table `sm_phone_call_logs` -- CREATE TABLE `sm_phone_call_logs` ( `id` int(10) UNSIGNED NOT NULL, `name` varchar(191) DEFAULT NULL, `phone` varchar(191) DEFAULT NULL, `date` date DEFAULT NULL, `description` text DEFAULT NULL, `next_follow_up_date` date DEFAULT NULL, `call_duration` varchar(100) DEFAULT NULL, `call_type` varchar(2) DEFAULT NULL, `active_status` tinyint(4) NOT NULL DEFAULT 1, `created_at` timestamp NULL DEFAULT NULL, `updated_at` timestamp NULL DEFAULT NULL, `created_by` int(10) UNSIGNED DEFAULT 1, `updated_by` int(10) UNSIGNED DEFAULT 1, `school_id` int(10) UNSIGNED DEFAULT 1, `academic_id` int(10) UNSIGNED DEFAULT 1 ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -------------------------------------------------------- -- -- Table structure for table `sm_photo_galleries` -- CREATE TABLE `sm_photo_galleries` ( `id` bigint(20) UNSIGNED NOT NULL, `parent_id` int(11) DEFAULT NULL, `name` varchar(191) DEFAULT NULL, `description` text DEFAULT NULL, `feature_image` varchar(191) DEFAULT NULL, `gallery_image` varchar(191) DEFAULT NULL, `is_publish` tinyint(1) NOT NULL DEFAULT 1, `position` int(11) NOT NULL DEFAULT 0, `school_id` int(10) UNSIGNED 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 `sm_photo_galleries` -- INSERT INTO `sm_photo_galleries` (`id`, `parent_id`, `name`, `description`, `feature_image`, `gallery_image`, `is_publish`, `position`, `school_id`, `created_at`, `updated_at`) VALUES (1, NULL, 'Pre-Primary', 'Fusce semper, nibh eu sollicitudin imperdiet, dolo', 'public/uploads/theme/edulia/photo_gallery/gallery-1.jpg', NULL, 1, 0, 1, NULL, NULL), (2, NULL, 'Kindergarden', 'Fusce semper, nibh eu sollicitudin imperdiet, dolo', 'public/uploads/theme/edulia/photo_gallery/gallery-1.jpg', NULL, 1, 0, 1, NULL, NULL), (3, NULL, 'Celebration', 'Fusce semper, nibh eu sollicitudin imperdiet, dolo', 'public/uploads/theme/edulia/photo_gallery/gallery-1.jpg', NULL, 1, 0, 1, NULL, NULL), (4, NULL, 'Recreation Centre', 'Fusce semper, nibh eu sollicitudin imperdiet, dolo', 'public/uploads/theme/edulia/photo_gallery/gallery-1.jpg', NULL, 1, 0, 1, NULL, NULL), (5, NULL, 'Facilities', 'Fusce semper, nibh eu sollicitudin imperdiet, dolo', 'public/uploads/theme/edulia/photo_gallery/gallery-1.jpg', NULL, 1, 0, 1, NULL, NULL), (6, NULL, 'Activities', 'Fusce semper, nibh eu sollicitudin imperdiet, dolo', 'public/uploads/theme/edulia/photo_gallery/gallery-1.jpg', NULL, 1, 0, 1, NULL, NULL); -- -------------------------------------------------------- -- -- Table structure for table `sm_postal_dispatches` -- CREATE TABLE `sm_postal_dispatches` ( `id` int(10) UNSIGNED NOT NULL, `to_title` varchar(191) DEFAULT NULL, `from_title` varchar(191) DEFAULT NULL, `reference_no` varchar(191) DEFAULT NULL, `address` varchar(191) DEFAULT NULL, `date` date DEFAULT NULL, `note` text DEFAULT NULL, `file` varchar(191) DEFAULT NULL, `active_status` tinyint(4) NOT NULL DEFAULT 1, `created_at` timestamp NULL DEFAULT NULL, `updated_at` timestamp NULL DEFAULT NULL, `created_by` int(10) UNSIGNED DEFAULT 1, `updated_by` int(10) UNSIGNED DEFAULT 1, `school_id` int(10) UNSIGNED DEFAULT 1, `academic_id` int(10) UNSIGNED DEFAULT 1 ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -------------------------------------------------------- -- -- Table structure for table `sm_postal_receives` -- CREATE TABLE `sm_postal_receives` ( `id` int(10) UNSIGNED NOT NULL, `from_title` varchar(191) DEFAULT NULL, `to_title` varchar(191) DEFAULT NULL, `reference_no` varchar(191) DEFAULT NULL, `address` varchar(191) DEFAULT NULL, `date` date DEFAULT NULL, `note` text DEFAULT NULL, `file` varchar(191) DEFAULT NULL, `active_status` tinyint(4) NOT NULL DEFAULT 1, `created_at` timestamp NULL DEFAULT NULL, `updated_at` timestamp NULL DEFAULT NULL, `created_by` int(10) UNSIGNED DEFAULT 1, `updated_by` int(10) UNSIGNED DEFAULT 1, `school_id` int(10) UNSIGNED DEFAULT 1, `academic_id` int(10) UNSIGNED DEFAULT 1 ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -------------------------------------------------------- -- -- Table structure for table `sm_product_purchases` -- CREATE TABLE `sm_product_purchases` ( `id` int(10) UNSIGNED NOT NULL, `purchase_date` date NOT NULL, `expaire_date` date NOT NULL, `price` double(10,2) DEFAULT NULL, `paid_amount` double(10,2) DEFAULT NULL, `due_amount` double(10,2) DEFAULT NULL, `package` varchar(10) DEFAULT NULL, `created_at` timestamp NULL DEFAULT NULL, `updated_at` timestamp NULL DEFAULT NULL, `user_id` int(10) UNSIGNED DEFAULT NULL, `staff_id` int(10) UNSIGNED DEFAULT NULL, `school_id` int(10) UNSIGNED DEFAULT 1 ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -------------------------------------------------------- -- -- Table structure for table `sm_question_banks` -- CREATE TABLE `sm_question_banks` ( `id` int(10) UNSIGNED NOT NULL, `type` varchar(2) NOT NULL COMMENT 'M for multi ans, T for trueFalse, F for fill in the blanks', `question` text DEFAULT NULL, `marks` int(11) DEFAULT NULL, `trueFalse` varchar(1) DEFAULT NULL COMMENT 'F = false, T = true ', `suitable_words` text DEFAULT NULL, `number_of_option` varchar(2) DEFAULT NULL, `active_status` tinyint(4) NOT NULL DEFAULT 1, `created_at` timestamp NULL DEFAULT NULL, `updated_at` timestamp NULL DEFAULT NULL, `q_group_id` int(10) UNSIGNED DEFAULT NULL, `class_id` int(10) UNSIGNED DEFAULT NULL, `section_id` int(10) UNSIGNED DEFAULT NULL, `created_by` int(10) UNSIGNED DEFAULT 1, `updated_by` int(10) UNSIGNED DEFAULT 1, `school_id` int(10) UNSIGNED DEFAULT 1, `academic_id` int(10) UNSIGNED DEFAULT 1 ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -------------------------------------------------------- -- -- Table structure for table `sm_question_bank_mu_options` -- CREATE TABLE `sm_question_bank_mu_options` ( `id` int(10) UNSIGNED NOT NULL, `title` varchar(191) DEFAULT NULL, `status` tinyint(4) DEFAULT NULL COMMENT '0 = false, 1 = correct', `active_status` tinyint(4) NOT NULL DEFAULT 1, `created_at` timestamp NULL DEFAULT NULL, `updated_at` timestamp NULL DEFAULT NULL, `question_bank_id` int(10) UNSIGNED DEFAULT NULL, `created_by` int(10) UNSIGNED DEFAULT 1, `updated_by` int(10) UNSIGNED DEFAULT 1, `school_id` int(10) UNSIGNED DEFAULT 1, `academic_id` int(10) UNSIGNED DEFAULT 1 ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -------------------------------------------------------- -- -- Table structure for table `sm_question_groups` -- CREATE TABLE `sm_question_groups` ( `id` int(10) UNSIGNED NOT NULL, `title` varchar(200) NOT NULL, `active_status` tinyint(4) NOT NULL DEFAULT 1, `created_at` timestamp NULL DEFAULT NULL, `updated_at` timestamp NULL DEFAULT NULL, `created_by` int(10) UNSIGNED DEFAULT 1, `updated_by` int(10) UNSIGNED DEFAULT 1, `school_id` int(10) UNSIGNED DEFAULT 1, `academic_id` int(10) UNSIGNED DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -------------------------------------------------------- -- -- Table structure for table `sm_question_levels` -- CREATE TABLE `sm_question_levels` ( `id` int(10) UNSIGNED NOT NULL, `level` varchar(200) NOT NULL, `active_status` tinyint(4) NOT NULL DEFAULT 1, `created_at` timestamp NULL DEFAULT NULL, `updated_at` timestamp NULL DEFAULT NULL, `created_by` int(10) UNSIGNED DEFAULT 1, `updated_by` int(10) UNSIGNED DEFAULT 1, `school_id` int(10) UNSIGNED DEFAULT 1, `academic_id` int(10) UNSIGNED DEFAULT 1 ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -------------------------------------------------------- -- -- Table structure for table `sm_result_stores` -- CREATE TABLE `sm_result_stores` ( `id` int(10) UNSIGNED NOT NULL, `student_roll_no` int(11) NOT NULL DEFAULT 1, `student_addmission_no` int(11) NOT NULL DEFAULT 1, `is_absent` int(11) NOT NULL DEFAULT 0 COMMENT '1=Absent, 0=Present', `total_marks` double(8,2) NOT NULL DEFAULT 0.00, `total_gpa_point` double(8,2) DEFAULT NULL, `total_gpa_grade` varchar(255) DEFAULT '0', `teacher_remarks` text DEFAULT NULL, `created_at` timestamp NULL DEFAULT NULL, `updated_at` timestamp NULL DEFAULT NULL, `exam_type_id` int(10) UNSIGNED DEFAULT NULL, `subject_id` int(10) UNSIGNED DEFAULT NULL, `active_status` int(11) DEFAULT 1, `exam_setup_id` int(10) UNSIGNED DEFAULT NULL, `student_id` int(10) UNSIGNED DEFAULT NULL, `student_record_id` bigint(20) UNSIGNED DEFAULT NULL, `class_id` int(10) UNSIGNED DEFAULT NULL, `section_id` int(10) UNSIGNED DEFAULT NULL, `created_by` int(10) UNSIGNED DEFAULT 1, `updated_by` int(10) UNSIGNED DEFAULT 1, `school_id` int(10) UNSIGNED DEFAULT 1, `academic_id` int(10) UNSIGNED DEFAULT 1 ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -------------------------------------------------------- -- -- Table structure for table `sm_role_permissions` -- CREATE TABLE `sm_role_permissions` ( `id` int(10) UNSIGNED NOT NULL, `active_status` tinyint(4) NOT NULL DEFAULT 1, `created_at` timestamp NULL DEFAULT NULL, `updated_at` timestamp NULL DEFAULT NULL, `module_link_id` int(10) UNSIGNED DEFAULT NULL, `role_id` int(10) UNSIGNED DEFAULT NULL, `created_by` int(10) UNSIGNED DEFAULT 1, `updated_by` int(10) UNSIGNED DEFAULT 1, `school_id` int(10) UNSIGNED DEFAULT 1 ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -- Dumping data for table `sm_role_permissions` -- INSERT INTO `sm_role_permissions` (`id`, `active_status`, `created_at`, `updated_at`, `module_link_id`, `role_id`, `created_by`, `updated_by`, `school_id`) VALUES (1, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 1, 1, 1, 1, 1), (2, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 2, 1, 1, 1, 1), (3, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 3, 1, 1, 1, 1), (4, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 4, 1, 1, 1, 1), (5, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 5, 1, 1, 1, 1), (6, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 6, 1, 1, 1, 1), (7, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 7, 1, 1, 1, 1), (8, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 8, 1, 1, 1, 1), (9, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 9, 1, 1, 1, 1), (10, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 10, 1, 1, 1, 1), (11, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 11, 1, 1, 1, 1), (12, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 12, 1, 1, 1, 1), (13, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 13, 1, 1, 1, 1), (14, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 14, 1, 1, 1, 1), (15, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 15, 1, 1, 1, 1), (16, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 16, 1, 1, 1, 1), (17, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 17, 1, 1, 1, 1), (18, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 18, 1, 1, 1, 1), (19, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 19, 1, 1, 1, 1), (20, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 20, 1, 1, 1, 1), (21, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 21, 1, 1, 1, 1), (22, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 22, 1, 1, 1, 1), (23, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 23, 1, 1, 1, 1), (24, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 24, 1, 1, 1, 1), (25, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 25, 1, 1, 1, 1), (26, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 26, 1, 1, 1, 1), (27, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 27, 1, 1, 1, 1), (28, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 28, 1, 1, 1, 1), (29, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 29, 1, 1, 1, 1), (30, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 30, 1, 1, 1, 1), (31, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 31, 1, 1, 1, 1), (32, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 32, 1, 1, 1, 1), (33, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 33, 1, 1, 1, 1), (34, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 34, 1, 1, 1, 1), (35, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 35, 1, 1, 1, 1), (36, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 36, 1, 1, 1, 1), (37, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 37, 1, 1, 1, 1), (38, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 38, 1, 1, 1, 1), (39, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 39, 1, 1, 1, 1), (40, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 40, 1, 1, 1, 1), (41, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 41, 1, 1, 1, 1), (42, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 42, 1, 1, 1, 1), (43, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 43, 1, 1, 1, 1), (44, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 44, 1, 1, 1, 1), (45, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 45, 1, 1, 1, 1), (46, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 46, 1, 1, 1, 1), (47, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 47, 1, 1, 1, 1), (48, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 48, 1, 1, 1, 1), (49, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 49, 1, 1, 1, 1), (50, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 50, 1, 1, 1, 1), (51, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 51, 1, 1, 1, 1), (52, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 52, 1, 1, 1, 1), (53, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 53, 1, 1, 1, 1), (54, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 54, 1, 1, 1, 1), (55, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 55, 1, 1, 1, 1), (56, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 56, 1, 1, 1, 1), (57, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 57, 1, 1, 1, 1), (58, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 58, 1, 1, 1, 1), (59, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 59, 1, 1, 1, 1), (60, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 60, 1, 1, 1, 1), (61, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 61, 1, 1, 1, 1), (62, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 62, 1, 1, 1, 1), (63, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 63, 1, 1, 1, 1), (64, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 64, 1, 1, 1, 1), (65, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 65, 1, 1, 1, 1), (66, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 66, 1, 1, 1, 1), (67, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 67, 1, 1, 1, 1), (68, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 68, 1, 1, 1, 1), (69, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 69, 1, 1, 1, 1), (70, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 70, 1, 1, 1, 1), (71, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 71, 1, 1, 1, 1), (72, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 72, 1, 1, 1, 1), (73, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 73, 1, 1, 1, 1), (74, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 74, 1, 1, 1, 1), (75, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 75, 1, 1, 1, 1), (76, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 76, 1, 1, 1, 1), (77, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 77, 1, 1, 1, 1), (78, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 79, 1, 1, 1, 1), (79, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 80, 1, 1, 1, 1), (80, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 81, 1, 1, 1, 1), (81, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 82, 1, 1, 1, 1), (82, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 83, 1, 1, 1, 1), (83, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 84, 1, 1, 1, 1), (84, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 85, 1, 1, 1, 1), (85, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 86, 1, 1, 1, 1), (86, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 87, 1, 1, 1, 1), (87, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 88, 1, 1, 1, 1), (88, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 89, 1, 1, 1, 1), (89, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 90, 1, 1, 1, 1), (90, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 91, 1, 1, 1, 1), (91, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 92, 1, 1, 1, 1), (92, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 93, 1, 1, 1, 1), (93, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 94, 1, 1, 1, 1), (94, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 95, 1, 1, 1, 1), (95, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 96, 1, 1, 1, 1), (96, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 97, 1, 1, 1, 1), (97, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 98, 1, 1, 1, 1), (98, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 99, 1, 1, 1, 1), (99, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 100, 1, 1, 1, 1), (100, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 101, 1, 1, 1, 1), (101, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 102, 1, 1, 1, 1), (102, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 103, 1, 1, 1, 1), (103, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 104, 1, 1, 1, 1), (104, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 105, 1, 1, 1, 1), (105, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 106, 1, 1, 1, 1), (106, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 107, 1, 1, 1, 1), (107, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 108, 1, 1, 1, 1), (108, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 109, 1, 1, 1, 1), (109, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 110, 1, 1, 1, 1), (110, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 111, 1, 1, 1, 1), (111, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 112, 1, 1, 1, 1), (112, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 113, 1, 1, 1, 1), (113, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 114, 1, 1, 1, 1), (114, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 115, 1, 1, 1, 1), (115, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 116, 1, 1, 1, 1), (116, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 117, 1, 1, 1, 1), (117, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 118, 1, 1, 1, 1), (118, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 119, 1, 1, 1, 1), (119, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 120, 1, 1, 1, 1), (120, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 121, 1, 1, 1, 1), (121, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 122, 1, 1, 1, 1), (122, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 123, 1, 1, 1, 1), (123, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 124, 1, 1, 1, 1), (124, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 125, 1, 1, 1, 1), (125, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 126, 1, 1, 1, 1), (126, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 127, 1, 1, 1, 1), (127, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 128, 1, 1, 1, 1), (128, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 129, 1, 1, 1, 1), (129, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 130, 1, 1, 1, 1), (130, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 131, 1, 1, 1, 1), (131, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 132, 1, 1, 1, 1), (132, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 133, 1, 1, 1, 1), (133, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 134, 1, 1, 1, 1), (134, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 135, 1, 1, 1, 1), (135, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 136, 1, 1, 1, 1), (136, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 137, 1, 1, 1, 1), (137, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 138, 1, 1, 1, 1), (138, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 139, 1, 1, 1, 1), (139, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 140, 1, 1, 1, 1), (140, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 141, 1, 1, 1, 1), (141, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 142, 1, 1, 1, 1), (142, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 143, 1, 1, 1, 1), (143, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 144, 1, 1, 1, 1), (144, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 145, 1, 1, 1, 1), (145, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 146, 1, 1, 1, 1), (146, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 147, 1, 1, 1, 1), (147, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 148, 1, 1, 1, 1), (148, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 149, 1, 1, 1, 1), (149, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 150, 1, 1, 1, 1), (150, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 151, 1, 1, 1, 1), (151, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 152, 1, 1, 1, 1), (152, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 153, 1, 1, 1, 1), (153, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 154, 1, 1, 1, 1), (154, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 155, 1, 1, 1, 1), (155, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 156, 1, 1, 1, 1), (156, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 157, 1, 1, 1, 1), (157, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 158, 1, 1, 1, 1), (158, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 159, 1, 1, 1, 1), (159, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 160, 1, 1, 1, 1), (160, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 161, 1, 1, 1, 1), (161, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 162, 1, 1, 1, 1), (162, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 163, 1, 1, 1, 1), (163, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 164, 1, 1, 1, 1), (164, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 165, 1, 1, 1, 1), (165, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 166, 1, 1, 1, 1), (166, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 167, 1, 1, 1, 1), (167, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 168, 1, 1, 1, 1), (168, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 169, 1, 1, 1, 1), (169, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 170, 1, 1, 1, 1), (170, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 171, 1, 1, 1, 1), (171, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 172, 1, 1, 1, 1), (172, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 173, 1, 1, 1, 1), (173, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 174, 1, 1, 1, 1), (174, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 175, 1, 1, 1, 1), (175, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 176, 1, 1, 1, 1), (176, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 177, 1, 1, 1, 1), (177, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 178, 1, 1, 1, 1), (178, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 179, 1, 1, 1, 1), (179, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 180, 1, 1, 1, 1), (180, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 181, 1, 1, 1, 1), (181, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 182, 1, 1, 1, 1), (182, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 183, 1, 1, 1, 1), (183, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 184, 1, 1, 1, 1), (184, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 185, 1, 1, 1, 1), (185, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 186, 1, 1, 1, 1), (186, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 187, 1, 1, 1, 1), (187, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 188, 1, 1, 1, 1), (188, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 189, 1, 1, 1, 1), (189, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 190, 1, 1, 1, 1), (190, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 191, 1, 1, 1, 1), (191, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 192, 1, 1, 1, 1), (192, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 193, 1, 1, 1, 1), (193, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 194, 1, 1, 1, 1), (194, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 195, 1, 1, 1, 1), (195, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 196, 1, 1, 1, 1), (196, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 197, 1, 1, 1, 1), (197, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 198, 1, 1, 1, 1), (198, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 199, 1, 1, 1, 1), (199, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 200, 1, 1, 1, 1), (200, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 201, 1, 1, 1, 1), (201, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 202, 1, 1, 1, 1), (202, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 203, 1, 1, 1, 1), (203, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 204, 1, 1, 1, 1), (204, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 205, 1, 1, 1, 1), (205, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 206, 1, 1, 1, 1), (206, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 207, 1, 1, 1, 1), (207, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 208, 1, 1, 1, 1), (208, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 209, 1, 1, 1, 1), (209, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 210, 1, 1, 1, 1), (210, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 211, 1, 1, 1, 1), (211, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 214, 1, 1, 1, 1), (212, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 215, 1, 1, 1, 1), (213, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 216, 1, 1, 1, 1), (214, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 217, 1, 1, 1, 1), (215, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 218, 1, 1, 1, 1), (216, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 219, 1, 1, 1, 1), (217, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 220, 1, 1, 1, 1), (218, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 221, 1, 1, 1, 1), (219, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 222, 1, 1, 1, 1), (220, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 223, 1, 1, 1, 1), (221, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 224, 1, 1, 1, 1), (222, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 225, 1, 1, 1, 1), (223, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 226, 1, 1, 1, 1), (224, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 227, 1, 1, 1, 1), (225, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 228, 1, 1, 1, 1), (226, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 229, 1, 1, 1, 1), (227, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 230, 1, 1, 1, 1), (228, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 231, 1, 1, 1, 1), (229, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 232, 1, 1, 1, 1), (230, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 233, 1, 1, 1, 1), (231, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 234, 1, 1, 1, 1), (232, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 235, 1, 1, 1, 1), (233, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 236, 1, 1, 1, 1), (234, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 237, 1, 1, 1, 1), (235, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 238, 1, 1, 1, 1), (236, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 239, 1, 1, 1, 1), (237, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 240, 1, 1, 1, 1), (238, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 241, 1, 1, 1, 1), (239, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 242, 1, 1, 1, 1), (240, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 243, 1, 1, 1, 1), (241, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 244, 1, 1, 1, 1), (242, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 245, 1, 1, 1, 1), (243, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 246, 1, 1, 1, 1), (244, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 247, 1, 1, 1, 1), (245, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 248, 1, 1, 1, 1), (246, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 249, 1, 1, 1, 1), (247, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 250, 1, 1, 1, 1), (248, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 251, 1, 1, 1, 1), (249, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 252, 1, 1, 1, 1), (250, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 253, 1, 1, 1, 1), (251, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 254, 1, 1, 1, 1), (252, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 255, 1, 1, 1, 1), (253, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 256, 1, 1, 1, 1), (254, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 257, 1, 1, 1, 1), (255, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 258, 1, 1, 1, 1), (256, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 259, 1, 1, 1, 1), (257, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 260, 1, 1, 1, 1), (258, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 261, 1, 1, 1, 1), (259, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 262, 1, 1, 1, 1), (260, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 263, 1, 1, 1, 1), (261, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 264, 1, 1, 1, 1), (262, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 265, 1, 1, 1, 1), (263, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 266, 1, 1, 1, 1), (264, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 267, 1, 1, 1, 1), (265, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 268, 1, 1, 1, 1), (266, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 269, 1, 1, 1, 1), (267, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 270, 1, 1, 1, 1), (268, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 271, 1, 1, 1, 1), (269, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 272, 1, 1, 1, 1), (270, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 273, 1, 1, 1, 1), (271, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 274, 1, 1, 1, 1), (272, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 275, 1, 1, 1, 1), (273, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 276, 1, 1, 1, 1), (274, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 277, 1, 1, 1, 1), (275, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 278, 1, 1, 1, 1), (276, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 279, 1, 1, 1, 1), (277, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 280, 1, 1, 1, 1), (278, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 281, 1, 1, 1, 1), (279, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 282, 1, 1, 1, 1), (280, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 283, 1, 1, 1, 1), (281, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 284, 1, 1, 1, 1), (282, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 285, 1, 1, 1, 1), (283, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 286, 1, 1, 1, 1), (284, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 287, 1, 1, 1, 1), (285, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 288, 1, 1, 1, 1), (286, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 289, 1, 1, 1, 1), (287, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 290, 1, 1, 1, 1), (288, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 291, 1, 1, 1, 1), (289, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 292, 1, 1, 1, 1), (290, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 293, 1, 1, 1, 1), (291, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 294, 1, 1, 1, 1), (292, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 295, 1, 1, 1, 1), (293, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 296, 1, 1, 1, 1), (294, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 297, 1, 1, 1, 1), (295, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 298, 1, 1, 1, 1), (296, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 299, 1, 1, 1, 1), (297, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 300, 1, 1, 1, 1), (298, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 301, 1, 1, 1, 1), (299, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 302, 1, 1, 1, 1), (300, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 303, 1, 1, 1, 1), (301, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 304, 1, 1, 1, 1), (302, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 305, 1, 1, 1, 1), (303, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 306, 1, 1, 1, 1), (304, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 307, 1, 1, 1, 1), (305, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 308, 1, 1, 1, 1), (306, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 309, 1, 1, 1, 1), (307, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 310, 1, 1, 1, 1), (308, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 311, 1, 1, 1, 1), (309, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 312, 1, 1, 1, 1), (310, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 313, 1, 1, 1, 1), (311, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 314, 1, 1, 1, 1), (312, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 315, 1, 1, 1, 1), (313, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 316, 1, 1, 1, 1), (314, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 317, 1, 1, 1, 1), (315, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 318, 1, 1, 1, 1), (316, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 319, 1, 1, 1, 1), (317, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 320, 1, 1, 1, 1), (318, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 321, 1, 1, 1, 1), (319, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 322, 1, 1, 1, 1), (320, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 323, 1, 1, 1, 1), (321, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 324, 1, 1, 1, 1), (322, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 325, 1, 1, 1, 1), (323, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 326, 1, 1, 1, 1), (324, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 327, 1, 1, 1, 1), (325, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 328, 1, 1, 1, 1), (326, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 329, 1, 1, 1, 1), (327, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 330, 1, 1, 1, 1), (328, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 331, 1, 1, 1, 1), (329, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 332, 1, 1, 1, 1), (330, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 333, 1, 1, 1, 1), (331, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 334, 1, 1, 1, 1), (332, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 335, 1, 1, 1, 1), (333, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 336, 1, 1, 1, 1), (334, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 337, 1, 1, 1, 1), (335, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 338, 1, 1, 1, 1), (336, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 339, 1, 1, 1, 1), (337, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 340, 1, 1, 1, 1), (338, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 341, 1, 1, 1, 1), (339, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 342, 1, 1, 1, 1), (340, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 343, 1, 1, 1, 1), (341, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 344, 1, 1, 1, 1), (342, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 345, 1, 1, 1, 1), (343, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 346, 1, 1, 1, 1), (344, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 347, 1, 1, 1, 1), (345, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 348, 1, 1, 1, 1), (346, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 349, 1, 1, 1, 1), (347, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 350, 1, 1, 1, 1), (348, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 351, 1, 1, 1, 1), (349, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 352, 1, 1, 1, 1), (350, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 353, 1, 1, 1, 1), (351, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 354, 1, 1, 1, 1), (352, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 355, 1, 1, 1, 1), (353, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 356, 1, 1, 1, 1), (354, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 357, 1, 1, 1, 1), (355, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 358, 1, 1, 1, 1), (356, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 359, 1, 1, 1, 1), (357, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 360, 1, 1, 1, 1), (358, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 361, 1, 1, 1, 1), (359, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 362, 1, 1, 1, 1), (360, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 363, 1, 1, 1, 1), (361, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 364, 1, 1, 1, 1), (362, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 365, 1, 1, 1, 1), (363, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 366, 1, 1, 1, 1), (364, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 367, 1, 1, 1, 1), (365, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 368, 1, 1, 1, 1), (366, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 369, 1, 1, 1, 1), (367, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 370, 1, 1, 1, 1), (368, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 371, 1, 1, 1, 1), (369, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 372, 1, 1, 1, 1), (370, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 373, 1, 1, 1, 1), (371, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 374, 1, 1, 1, 1), (372, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 375, 1, 1, 1, 1), (373, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 376, 1, 1, 1, 1), (374, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 377, 1, 1, 1, 1), (375, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 378, 1, 1, 1, 1), (376, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 379, 1, 1, 1, 1), (377, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 380, 1, 1, 1, 1), (378, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 381, 1, 1, 1, 1), (379, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 382, 1, 1, 1, 1), (380, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 383, 1, 1, 1, 1), (381, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 384, 1, 1, 1, 1), (382, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 385, 1, 1, 1, 1), (383, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 386, 1, 1, 1, 1), (384, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 387, 1, 1, 1, 1), (385, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 388, 1, 1, 1, 1), (386, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 389, 1, 1, 1, 1), (387, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 390, 1, 1, 1, 1), (388, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 391, 1, 1, 1, 1), (389, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 392, 1, 1, 1, 1), (390, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 393, 1, 1, 1, 1), (391, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 394, 1, 1, 1, 1), (392, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 395, 1, 1, 1, 1), (393, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 396, 1, 1, 1, 1), (787, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 1, 5, 1, 1, 1), (788, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 2, 5, 1, 1, 1), (789, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 3, 5, 1, 1, 1), (790, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 4, 5, 1, 1, 1), (791, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 5, 5, 1, 1, 1), (792, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 6, 5, 1, 1, 1), (793, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 7, 5, 1, 1, 1), (794, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 8, 5, 1, 1, 1), (795, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 9, 5, 1, 1, 1), (796, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 10, 5, 1, 1, 1), (797, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 11, 5, 1, 1, 1), (798, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 12, 5, 1, 1, 1), (799, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 13, 5, 1, 1, 1), (800, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 14, 5, 1, 1, 1), (801, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 15, 5, 1, 1, 1), (802, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 16, 5, 1, 1, 1), (803, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 17, 5, 1, 1, 1), (804, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 18, 5, 1, 1, 1), (805, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 19, 5, 1, 1, 1), (806, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 20, 5, 1, 1, 1), (807, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 21, 5, 1, 1, 1), (808, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 22, 5, 1, 1, 1), (809, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 23, 5, 1, 1, 1), (810, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 24, 5, 1, 1, 1), (811, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 25, 5, 1, 1, 1), (812, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 26, 5, 1, 1, 1), (813, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 27, 5, 1, 1, 1), (814, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 28, 5, 1, 1, 1), (815, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 29, 5, 1, 1, 1), (816, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 30, 5, 1, 1, 1), (817, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 31, 5, 1, 1, 1), (818, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 32, 5, 1, 1, 1), (819, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 33, 5, 1, 1, 1), (820, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 34, 5, 1, 1, 1), (821, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 35, 5, 1, 1, 1), (822, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 36, 5, 1, 1, 1), (823, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 37, 5, 1, 1, 1), (824, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 38, 5, 1, 1, 1), (825, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 39, 5, 1, 1, 1), (826, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 40, 5, 1, 1, 1), (827, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 41, 5, 1, 1, 1), (828, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 42, 5, 1, 1, 1), (829, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 43, 5, 1, 1, 1), (830, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 44, 5, 1, 1, 1), (831, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 45, 5, 1, 1, 1), (832, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 46, 5, 1, 1, 1), (833, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 47, 5, 1, 1, 1), (834, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 48, 5, 1, 1, 1), (835, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 49, 5, 1, 1, 1), (836, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 50, 5, 1, 1, 1), (837, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 51, 5, 1, 1, 1), (838, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 52, 5, 1, 1, 1), (839, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 53, 5, 1, 1, 1), (840, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 54, 5, 1, 1, 1), (841, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 55, 5, 1, 1, 1), (842, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 56, 5, 1, 1, 1), (843, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 57, 5, 1, 1, 1), (844, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 58, 5, 1, 1, 1), (845, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 59, 5, 1, 1, 1), (846, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 60, 5, 1, 1, 1), (847, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 61, 5, 1, 1, 1), (848, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 62, 5, 1, 1, 1), (849, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 63, 5, 1, 1, 1), (850, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 64, 5, 1, 1, 1), (851, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 65, 5, 1, 1, 1), (852, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 66, 5, 1, 1, 1), (853, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 67, 5, 1, 1, 1), (854, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 68, 5, 1, 1, 1), (855, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 69, 5, 1, 1, 1), (856, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 70, 5, 1, 1, 1), (857, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 71, 5, 1, 1, 1), (858, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 72, 5, 1, 1, 1), (859, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 73, 5, 1, 1, 1), (860, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 74, 5, 1, 1, 1), (861, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 75, 5, 1, 1, 1), (862, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 76, 5, 1, 1, 1), (863, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 77, 5, 1, 1, 1), (864, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 79, 5, 1, 1, 1), (865, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 80, 5, 1, 1, 1), (866, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 81, 5, 1, 1, 1), (867, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 82, 5, 1, 1, 1), (868, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 83, 5, 1, 1, 1), (869, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 84, 5, 1, 1, 1), (870, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 85, 5, 1, 1, 1), (871, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 86, 5, 1, 1, 1), (872, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 87, 5, 1, 1, 1), (873, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 88, 5, 1, 1, 1), (874, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 89, 5, 1, 1, 1), (875, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 90, 5, 1, 1, 1), (876, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 91, 5, 1, 1, 1), (877, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 92, 5, 1, 1, 1), (878, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 93, 5, 1, 1, 1), (879, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 94, 5, 1, 1, 1), (880, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 95, 5, 1, 1, 1), (881, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 96, 5, 1, 1, 1), (882, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 97, 5, 1, 1, 1), (883, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 98, 5, 1, 1, 1), (884, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 99, 5, 1, 1, 1), (885, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 100, 5, 1, 1, 1), (886, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 101, 5, 1, 1, 1), (887, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 102, 5, 1, 1, 1), (888, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 103, 5, 1, 1, 1), (889, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 104, 5, 1, 1, 1), (890, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 105, 5, 1, 1, 1), (891, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 106, 5, 1, 1, 1), (892, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 107, 5, 1, 1, 1), (893, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 108, 5, 1, 1, 1), (894, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 109, 5, 1, 1, 1), (895, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 110, 5, 1, 1, 1), (896, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 111, 5, 1, 1, 1), (897, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 112, 5, 1, 1, 1), (898, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 113, 5, 1, 1, 1), (899, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 114, 5, 1, 1, 1), (900, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 115, 5, 1, 1, 1), (901, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 116, 5, 1, 1, 1), (902, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 117, 5, 1, 1, 1), (903, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 118, 5, 1, 1, 1), (904, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 119, 5, 1, 1, 1), (905, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 120, 5, 1, 1, 1), (906, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 121, 5, 1, 1, 1), (907, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 122, 5, 1, 1, 1), (908, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 123, 5, 1, 1, 1), (909, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 124, 5, 1, 1, 1), (910, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 125, 5, 1, 1, 1), (911, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 126, 5, 1, 1, 1), (912, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 127, 5, 1, 1, 1), (913, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 128, 5, 1, 1, 1), (914, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 129, 5, 1, 1, 1), (915, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 130, 5, 1, 1, 1), (916, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 131, 5, 1, 1, 1), (917, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 132, 5, 1, 1, 1), (918, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 133, 5, 1, 1, 1), (919, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 134, 5, 1, 1, 1), (920, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 135, 5, 1, 1, 1), (921, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 136, 5, 1, 1, 1), (922, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 137, 5, 1, 1, 1), (923, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 138, 5, 1, 1, 1), (924, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 139, 5, 1, 1, 1), (925, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 140, 5, 1, 1, 1), (926, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 141, 5, 1, 1, 1), (927, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 142, 5, 1, 1, 1), (928, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 143, 5, 1, 1, 1), (929, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 144, 5, 1, 1, 1), (930, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 145, 5, 1, 1, 1), (931, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 146, 5, 1, 1, 1), (932, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 147, 5, 1, 1, 1), (933, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 148, 5, 1, 1, 1), (934, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 149, 5, 1, 1, 1), (935, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 150, 5, 1, 1, 1), (936, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 151, 5, 1, 1, 1), (937, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 152, 5, 1, 1, 1), (938, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 153, 5, 1, 1, 1), (939, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 154, 5, 1, 1, 1), (940, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 155, 5, 1, 1, 1), (941, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 156, 5, 1, 1, 1), (942, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 157, 5, 1, 1, 1), (943, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 158, 5, 1, 1, 1), (944, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 159, 5, 1, 1, 1), (945, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 160, 5, 1, 1, 1), (946, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 161, 5, 1, 1, 1), (947, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 162, 5, 1, 1, 1), (948, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 163, 5, 1, 1, 1), (949, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 164, 5, 1, 1, 1), (950, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 165, 5, 1, 1, 1), (951, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 166, 5, 1, 1, 1), (952, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 167, 5, 1, 1, 1), (953, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 168, 5, 1, 1, 1), (954, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 169, 5, 1, 1, 1), (955, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 170, 5, 1, 1, 1), (956, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 171, 5, 1, 1, 1), (957, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 172, 5, 1, 1, 1), (958, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 173, 5, 1, 1, 1), (959, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 174, 5, 1, 1, 1), (960, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 175, 5, 1, 1, 1), (961, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 176, 5, 1, 1, 1), (962, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 177, 5, 1, 1, 1), (963, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 178, 5, 1, 1, 1), (964, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 179, 5, 1, 1, 1), (965, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 180, 5, 1, 1, 1), (966, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 181, 5, 1, 1, 1), (967, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 182, 5, 1, 1, 1), (968, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 183, 5, 1, 1, 1), (969, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 184, 5, 1, 1, 1), (970, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 185, 5, 1, 1, 1), (971, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 186, 5, 1, 1, 1), (972, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 187, 5, 1, 1, 1), (973, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 188, 5, 1, 1, 1), (974, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 189, 5, 1, 1, 1), (975, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 190, 5, 1, 1, 1), (976, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 191, 5, 1, 1, 1), (977, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 192, 5, 1, 1, 1), (978, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 193, 5, 1, 1, 1), (979, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 194, 5, 1, 1, 1), (980, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 195, 5, 1, 1, 1), (981, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 196, 5, 1, 1, 1), (982, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 197, 5, 1, 1, 1), (983, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 198, 5, 1, 1, 1), (984, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 199, 5, 1, 1, 1), (985, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 200, 5, 1, 1, 1), (986, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 201, 5, 1, 1, 1), (987, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 202, 5, 1, 1, 1), (988, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 203, 5, 1, 1, 1), (989, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 204, 5, 1, 1, 1), (990, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 205, 5, 1, 1, 1), (991, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 206, 5, 1, 1, 1), (992, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 207, 5, 1, 1, 1), (993, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 208, 5, 1, 1, 1), (994, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 209, 5, 1, 1, 1), (995, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 210, 5, 1, 1, 1), (996, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 211, 5, 1, 1, 1), (997, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 214, 5, 1, 1, 1), (998, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 215, 5, 1, 1, 1), (999, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 216, 5, 1, 1, 1), (1000, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 217, 5, 1, 1, 1), (1001, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 218, 5, 1, 1, 1), (1002, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 219, 5, 1, 1, 1), (1003, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 220, 5, 1, 1, 1), (1004, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 221, 5, 1, 1, 1), (1005, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 222, 5, 1, 1, 1), (1006, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 223, 5, 1, 1, 1), (1007, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 224, 5, 1, 1, 1), (1008, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 225, 5, 1, 1, 1), (1009, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 226, 5, 1, 1, 1), (1010, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 227, 5, 1, 1, 1), (1011, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 228, 5, 1, 1, 1), (1012, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 229, 5, 1, 1, 1), (1013, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 230, 5, 1, 1, 1), (1014, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 231, 5, 1, 1, 1), (1015, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 232, 5, 1, 1, 1), (1016, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 233, 5, 1, 1, 1), (1017, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 234, 5, 1, 1, 1), (1018, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 235, 5, 1, 1, 1), (1019, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 236, 5, 1, 1, 1), (1020, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 237, 5, 1, 1, 1), (1021, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 238, 5, 1, 1, 1), (1022, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 239, 5, 1, 1, 1), (1023, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 240, 5, 1, 1, 1), (1024, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 241, 5, 1, 1, 1), (1025, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 242, 5, 1, 1, 1), (1026, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 243, 5, 1, 1, 1), (1027, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 244, 5, 1, 1, 1), (1028, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 245, 5, 1, 1, 1), (1029, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 246, 5, 1, 1, 1), (1030, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 247, 5, 1, 1, 1), (1031, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 248, 5, 1, 1, 1), (1032, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 249, 5, 1, 1, 1), (1033, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 250, 5, 1, 1, 1), (1034, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 251, 5, 1, 1, 1), (1035, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 252, 5, 1, 1, 1), (1036, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 253, 5, 1, 1, 1), (1037, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 254, 5, 1, 1, 1), (1038, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 255, 5, 1, 1, 1), (1039, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 256, 5, 1, 1, 1), (1040, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 257, 5, 1, 1, 1), (1041, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 258, 5, 1, 1, 1), (1042, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 259, 5, 1, 1, 1), (1043, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 260, 5, 1, 1, 1), (1044, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 261, 5, 1, 1, 1), (1045, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 262, 5, 1, 1, 1), (1046, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 263, 5, 1, 1, 1), (1047, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 264, 5, 1, 1, 1), (1048, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 265, 5, 1, 1, 1), (1049, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 266, 5, 1, 1, 1), (1050, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 267, 5, 1, 1, 1), (1051, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 268, 5, 1, 1, 1), (1052, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 269, 5, 1, 1, 1), (1053, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 270, 5, 1, 1, 1), (1054, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 271, 5, 1, 1, 1), (1055, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 272, 5, 1, 1, 1), (1056, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 273, 5, 1, 1, 1), (1057, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 274, 5, 1, 1, 1), (1058, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 275, 5, 1, 1, 1), (1059, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 276, 5, 1, 1, 1), (1060, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 277, 5, 1, 1, 1), (1061, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 278, 5, 1, 1, 1), (1062, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 279, 5, 1, 1, 1), (1063, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 280, 5, 1, 1, 1), (1064, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 281, 5, 1, 1, 1), (1065, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 282, 5, 1, 1, 1), (1066, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 283, 5, 1, 1, 1), (1067, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 284, 5, 1, 1, 1), (1068, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 285, 5, 1, 1, 1), (1069, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 286, 5, 1, 1, 1), (1070, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 287, 5, 1, 1, 1), (1071, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 288, 5, 1, 1, 1), (1072, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 289, 5, 1, 1, 1), (1073, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 290, 5, 1, 1, 1), (1074, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 291, 5, 1, 1, 1), (1075, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 292, 5, 1, 1, 1), (1076, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 293, 5, 1, 1, 1), (1077, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 294, 5, 1, 1, 1), (1078, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 295, 5, 1, 1, 1), (1079, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 296, 5, 1, 1, 1), (1080, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 297, 5, 1, 1, 1), (1081, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 298, 5, 1, 1, 1), (1082, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 299, 5, 1, 1, 1), (1083, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 300, 5, 1, 1, 1), (1084, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 301, 5, 1, 1, 1), (1085, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 302, 5, 1, 1, 1), (1086, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 303, 5, 1, 1, 1), (1087, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 304, 5, 1, 1, 1), (1088, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 305, 5, 1, 1, 1), (1089, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 306, 5, 1, 1, 1), (1090, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 307, 5, 1, 1, 1), (1091, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 308, 5, 1, 1, 1), (1092, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 309, 5, 1, 1, 1), (1093, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 310, 5, 1, 1, 1), (1094, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 311, 5, 1, 1, 1), (1095, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 312, 5, 1, 1, 1), (1096, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 313, 5, 1, 1, 1), (1097, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 314, 5, 1, 1, 1), (1098, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 315, 5, 1, 1, 1); INSERT INTO `sm_role_permissions` (`id`, `active_status`, `created_at`, `updated_at`, `module_link_id`, `role_id`, `created_by`, `updated_by`, `school_id`) VALUES (1099, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 316, 5, 1, 1, 1), (1100, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 317, 5, 1, 1, 1), (1101, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 318, 5, 1, 1, 1), (1102, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 319, 5, 1, 1, 1), (1103, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 320, 5, 1, 1, 1), (1104, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 321, 5, 1, 1, 1), (1105, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 322, 5, 1, 1, 1), (1106, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 323, 5, 1, 1, 1), (1107, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 324, 5, 1, 1, 1), (1108, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 325, 5, 1, 1, 1), (1109, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 326, 5, 1, 1, 1), (1110, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 327, 5, 1, 1, 1), (1111, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 328, 5, 1, 1, 1), (1112, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 329, 5, 1, 1, 1), (1113, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 330, 5, 1, 1, 1), (1114, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 331, 5, 1, 1, 1), (1115, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 332, 5, 1, 1, 1), (1116, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 333, 5, 1, 1, 1), (1117, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 334, 5, 1, 1, 1), (1118, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 335, 5, 1, 1, 1), (1119, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 336, 5, 1, 1, 1), (1120, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 337, 5, 1, 1, 1), (1121, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 338, 5, 1, 1, 1), (1122, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 339, 5, 1, 1, 1), (1123, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 340, 5, 1, 1, 1), (1124, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 341, 5, 1, 1, 1), (1125, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 342, 5, 1, 1, 1), (1126, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 343, 5, 1, 1, 1), (1127, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 344, 5, 1, 1, 1), (1128, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 345, 5, 1, 1, 1), (1129, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 346, 5, 1, 1, 1), (1130, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 347, 5, 1, 1, 1), (1131, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 348, 5, 1, 1, 1), (1132, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 349, 5, 1, 1, 1), (1133, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 350, 5, 1, 1, 1), (1134, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 351, 5, 1, 1, 1), (1135, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 352, 5, 1, 1, 1), (1136, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 353, 5, 1, 1, 1), (1137, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 354, 5, 1, 1, 1), (1138, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 355, 5, 1, 1, 1), (1139, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 356, 5, 1, 1, 1), (1140, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 357, 5, 1, 1, 1), (1141, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 358, 5, 1, 1, 1), (1142, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 359, 5, 1, 1, 1), (1143, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 360, 5, 1, 1, 1), (1144, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 361, 5, 1, 1, 1), (1145, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 362, 5, 1, 1, 1), (1146, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 363, 5, 1, 1, 1), (1147, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 364, 5, 1, 1, 1), (1148, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 365, 5, 1, 1, 1), (1149, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 366, 5, 1, 1, 1), (1150, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 367, 5, 1, 1, 1), (1151, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 368, 5, 1, 1, 1), (1152, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 369, 5, 1, 1, 1), (1153, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 370, 5, 1, 1, 1), (1154, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 371, 5, 1, 1, 1), (1155, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 372, 5, 1, 1, 1), (1156, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 373, 5, 1, 1, 1), (1157, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 374, 5, 1, 1, 1), (1158, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 375, 5, 1, 1, 1), (1159, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 376, 5, 1, 1, 1), (1160, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 377, 5, 1, 1, 1), (1161, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 378, 5, 1, 1, 1), (1162, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 379, 5, 1, 1, 1), (1163, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 380, 5, 1, 1, 1), (1164, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 381, 5, 1, 1, 1), (1165, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 382, 5, 1, 1, 1), (1166, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 383, 5, 1, 1, 1), (1167, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 384, 5, 1, 1, 1), (1168, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 385, 5, 1, 1, 1), (1169, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 386, 5, 1, 1, 1), (1170, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 387, 5, 1, 1, 1), (1171, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 388, 5, 1, 1, 1), (1172, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 389, 5, 1, 1, 1), (1173, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 390, 5, 1, 1, 1), (1174, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 391, 5, 1, 1, 1), (1175, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 392, 5, 1, 1, 1), (1176, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 393, 5, 1, 1, 1), (1177, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 394, 5, 1, 1, 1), (1178, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 395, 5, 1, 1, 1), (1179, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 396, 5, 1, 1, 1), (7213, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 1, 4, 1, 1, 1), (7214, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 2, 4, 1, 1, 1), (7215, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 3, 4, 1, 1, 1), (7216, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 4, 4, 1, 1, 1), (7217, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 5, 4, 1, 1, 1), (7218, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 6, 4, 1, 1, 1), (7219, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 7, 4, 1, 1, 1), (7220, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 8, 4, 1, 1, 1), (7221, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 9, 4, 1, 1, 1), (7222, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 10, 4, 1, 1, 1), (7223, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 61, 4, 1, 1, 1), (7224, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 62, 4, 1, 1, 1), (7225, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 63, 4, 1, 1, 1), (7226, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 64, 4, 1, 1, 1), (7227, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 65, 4, 1, 1, 1), (7228, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 66, 4, 1, 1, 1), (7229, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 67, 4, 1, 1, 1), (7230, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 68, 4, 1, 1, 1), (7231, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 69, 4, 1, 1, 1), (7232, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 70, 4, 1, 1, 1), (7233, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 71, 4, 1, 1, 1), (7234, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 72, 4, 1, 1, 1), (7235, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 73, 4, 1, 1, 1), (7236, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 74, 4, 1, 1, 1), (7237, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 75, 4, 1, 1, 1), (7238, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 76, 4, 1, 1, 1), (7239, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 77, 4, 1, 1, 1), (7240, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 79, 4, 1, 1, 1), (7241, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 80, 4, 1, 1, 1), (7242, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 81, 4, 1, 1, 1), (7243, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 82, 4, 1, 1, 1), (7244, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 83, 4, 1, 1, 1), (7245, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 84, 4, 1, 1, 1), (7246, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 85, 4, 1, 1, 1), (7247, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 86, 4, 1, 1, 1), (7248, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 87, 4, 1, 1, 1), (7249, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 88, 4, 1, 1, 1), (7250, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 89, 4, 1, 1, 1), (7251, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 90, 4, 1, 1, 1), (7252, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 91, 4, 1, 1, 1), (7253, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 92, 4, 1, 1, 1), (7254, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 93, 4, 1, 1, 1), (7255, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 94, 4, 1, 1, 1), (7256, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 95, 4, 1, 1, 1), (7257, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 96, 4, 1, 1, 1), (7258, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 97, 4, 1, 1, 1), (7259, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 98, 4, 1, 1, 1), (7260, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 99, 4, 1, 1, 1), (7261, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 100, 4, 1, 1, 1), (7262, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 101, 4, 1, 1, 1), (7263, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 102, 4, 1, 1, 1), (7264, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 103, 4, 1, 1, 1), (7265, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 104, 4, 1, 1, 1), (7266, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 105, 4, 1, 1, 1), (7267, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 106, 4, 1, 1, 1), (7268, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 107, 4, 1, 1, 1), (7269, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 188, 4, 1, 1, 1), (7270, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 193, 4, 1, 1, 1), (7271, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 194, 4, 1, 1, 1), (7272, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 195, 4, 1, 1, 1), (7273, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 196, 4, 1, 1, 1), (7274, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 197, 4, 1, 1, 1), (7275, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 198, 4, 1, 1, 1), (7276, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 207, 4, 1, 1, 1), (7277, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 208, 4, 1, 1, 1), (7278, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 209, 4, 1, 1, 1), (7279, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 210, 4, 1, 1, 1), (7280, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 211, 4, 1, 1, 1), (7281, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 214, 4, 1, 1, 1), (7282, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 215, 4, 1, 1, 1), (7283, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 216, 4, 1, 1, 1), (7284, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 217, 4, 1, 1, 1), (7285, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 218, 4, 1, 1, 1), (7286, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 219, 4, 1, 1, 1), (7287, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 220, 4, 1, 1, 1), (7288, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 221, 4, 1, 1, 1), (7289, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 222, 4, 1, 1, 1), (7290, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 223, 4, 1, 1, 1), (7291, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 224, 4, 1, 1, 1), (7292, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 225, 4, 1, 1, 1), (7293, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 226, 4, 1, 1, 1), (7294, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 227, 4, 1, 1, 1), (7295, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 228, 4, 1, 1, 1), (7296, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 229, 4, 1, 1, 1), (7297, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 230, 4, 1, 1, 1), (7298, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 231, 4, 1, 1, 1), (7299, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 232, 4, 1, 1, 1), (7300, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 233, 4, 1, 1, 1), (7301, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 234, 4, 1, 1, 1), (7302, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 235, 4, 1, 1, 1), (7303, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 236, 4, 1, 1, 1), (7304, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 237, 4, 1, 1, 1), (7305, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 238, 4, 1, 1, 1), (7306, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 239, 4, 1, 1, 1), (7307, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 240, 4, 1, 1, 1), (7308, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 241, 4, 1, 1, 1), (7309, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 242, 4, 1, 1, 1), (7310, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 243, 4, 1, 1, 1), (7311, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 244, 4, 1, 1, 1), (7312, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 245, 4, 1, 1, 1), (7313, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 246, 4, 1, 1, 1), (7314, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 247, 4, 1, 1, 1), (7315, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 248, 4, 1, 1, 1), (7316, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 249, 4, 1, 1, 1), (7317, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 250, 4, 1, 1, 1), (7318, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 251, 4, 1, 1, 1), (7319, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 252, 4, 1, 1, 1), (7320, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 253, 4, 1, 1, 1), (7321, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 254, 4, 1, 1, 1), (7322, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 255, 4, 1, 1, 1), (7323, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 256, 4, 1, 1, 1), (7324, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 257, 4, 1, 1, 1), (7325, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 258, 4, 1, 1, 1), (7326, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 259, 4, 1, 1, 1), (7327, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 260, 4, 1, 1, 1), (7328, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 261, 4, 1, 1, 1), (7329, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 262, 4, 1, 1, 1), (7330, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 263, 4, 1, 1, 1), (7331, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 264, 4, 1, 1, 1), (7332, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 265, 4, 1, 1, 1), (7333, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 266, 4, 1, 1, 1), (7334, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 267, 4, 1, 1, 1), (7335, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 268, 4, 1, 1, 1), (7336, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 269, 4, 1, 1, 1), (7337, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 270, 4, 1, 1, 1), (7338, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 271, 4, 1, 1, 1), (7339, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 272, 4, 1, 1, 1), (7340, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 273, 4, 1, 1, 1), (7341, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 274, 4, 1, 1, 1), (7342, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 275, 4, 1, 1, 1), (7343, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 276, 4, 1, 1, 1), (7344, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 277, 4, 1, 1, 1), (7345, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 278, 4, 1, 1, 1), (7346, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 279, 4, 1, 1, 1), (7347, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 280, 4, 1, 1, 1), (7348, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 281, 4, 1, 1, 1), (7349, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 282, 4, 1, 1, 1), (7350, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 283, 4, 1, 1, 1), (7351, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 284, 4, 1, 1, 1), (7352, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 285, 4, 1, 1, 1), (7353, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 385, 4, 1, 1, 1), (7354, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 386, 4, 1, 1, 1), (7355, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 387, 4, 1, 1, 1), (7356, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 388, 4, 1, 1, 1), (7357, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 391, 4, 1, 1, 1), (7358, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 392, 4, 1, 1, 1), (7359, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 1, 6, 1, 1, 1), (7360, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 2, 6, 1, 1, 1), (7361, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 3, 6, 1, 1, 1), (7362, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 4, 6, 1, 1, 1), (7363, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 5, 6, 1, 1, 1), (7364, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 6, 6, 1, 1, 1), (7365, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 7, 6, 1, 1, 1), (7366, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 8, 6, 1, 1, 1), (7367, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 9, 6, 1, 1, 1), (7368, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 10, 6, 1, 1, 1), (7369, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 61, 6, 1, 1, 1), (7370, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 64, 6, 1, 1, 1), (7371, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 108, 6, 1, 1, 1), (7372, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 109, 6, 1, 1, 1), (7373, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 110, 6, 1, 1, 1), (7374, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 111, 6, 1, 1, 1), (7375, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 112, 6, 1, 1, 1), (7376, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 113, 6, 1, 1, 1), (7377, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 114, 6, 1, 1, 1), (7378, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 115, 6, 1, 1, 1), (7379, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 116, 6, 1, 1, 1), (7380, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 117, 6, 1, 1, 1), (7381, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 118, 6, 1, 1, 1), (7382, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 119, 6, 1, 1, 1), (7383, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 120, 6, 1, 1, 1), (7384, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 121, 6, 1, 1, 1), (7385, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 122, 6, 1, 1, 1), (7386, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 123, 6, 1, 1, 1), (7387, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 124, 6, 1, 1, 1), (7388, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 125, 6, 1, 1, 1), (7389, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 126, 6, 1, 1, 1), (7390, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 127, 6, 1, 1, 1), (7391, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 128, 6, 1, 1, 1), (7392, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 129, 6, 1, 1, 1), (7393, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 130, 6, 1, 1, 1), (7394, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 131, 6, 1, 1, 1), (7395, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 132, 6, 1, 1, 1), (7396, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 133, 6, 1, 1, 1), (7397, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 134, 6, 1, 1, 1), (7398, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 135, 6, 1, 1, 1), (7399, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 136, 6, 1, 1, 1), (7400, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 137, 6, 1, 1, 1), (7401, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 138, 6, 1, 1, 1), (7402, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 139, 6, 1, 1, 1), (7403, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 140, 6, 1, 1, 1), (7404, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 141, 6, 1, 1, 1), (7405, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 142, 6, 1, 1, 1), (7406, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 143, 6, 1, 1, 1), (7407, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 144, 6, 1, 1, 1), (7408, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 145, 6, 1, 1, 1), (7409, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 146, 6, 1, 1, 1), (7410, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 147, 6, 1, 1, 1), (7411, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 148, 6, 1, 1, 1), (7412, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 149, 6, 1, 1, 1), (7413, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 150, 6, 1, 1, 1), (7414, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 151, 6, 1, 1, 1), (7415, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 152, 6, 1, 1, 1), (7416, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 153, 6, 1, 1, 1), (7417, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 154, 6, 1, 1, 1), (7418, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 155, 6, 1, 1, 1), (7419, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 156, 6, 1, 1, 1), (7420, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 157, 6, 1, 1, 1), (7421, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 158, 6, 1, 1, 1), (7422, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 159, 6, 1, 1, 1), (7423, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 160, 6, 1, 1, 1), (7424, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 161, 6, 1, 1, 1), (7425, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 310, 6, 1, 1, 1), (7426, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 315, 6, 1, 1, 1), (7427, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 316, 6, 1, 1, 1), (7428, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 317, 6, 1, 1, 1), (7429, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 318, 6, 1, 1, 1), (7430, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 319, 6, 1, 1, 1), (7431, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 320, 6, 1, 1, 1), (7432, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 321, 6, 1, 1, 1), (7433, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 322, 6, 1, 1, 1), (7434, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 323, 6, 1, 1, 1), (7435, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 324, 6, 1, 1, 1), (7436, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 325, 6, 1, 1, 1), (7437, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 326, 6, 1, 1, 1), (7438, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 327, 6, 1, 1, 1), (7439, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 328, 6, 1, 1, 1), (7440, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 329, 6, 1, 1, 1), (7441, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 330, 6, 1, 1, 1), (7442, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 331, 6, 1, 1, 1), (7443, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 332, 6, 1, 1, 1), (7444, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 333, 6, 1, 1, 1), (7445, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 334, 6, 1, 1, 1), (7446, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 335, 6, 1, 1, 1), (7447, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 336, 6, 1, 1, 1), (7448, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 337, 6, 1, 1, 1), (7449, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 338, 6, 1, 1, 1), (7450, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 339, 6, 1, 1, 1), (7451, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 340, 6, 1, 1, 1), (7452, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 341, 6, 1, 1, 1), (7453, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 342, 6, 1, 1, 1), (7454, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 343, 6, 1, 1, 1), (7455, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 344, 6, 1, 1, 1), (7456, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 345, 6, 1, 1, 1), (7457, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 346, 6, 1, 1, 1), (7458, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 347, 6, 1, 1, 1), (7459, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 381, 6, 1, 1, 1), (7460, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 382, 6, 1, 1, 1), (7461, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 393, 6, 1, 1, 1), (7574, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 1, 8, 1, 1, 1), (7575, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 2, 8, 1, 1, 1), (7576, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 3, 8, 1, 1, 1), (7577, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 4, 8, 1, 1, 1), (7578, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 5, 8, 1, 1, 1), (7579, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 6, 8, 1, 1, 1), (7580, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 7, 8, 1, 1, 1), (7581, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 8, 8, 1, 1, 1), (7582, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 9, 8, 1, 1, 1), (7583, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 10, 8, 1, 1, 1), (7584, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 54, 8, 1, 1, 1), (7585, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 61, 8, 1, 1, 1), (7586, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 64, 8, 1, 1, 1), (7587, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 160, 8, 1, 1, 1), (7588, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 161, 8, 1, 1, 1), (7589, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 286, 8, 1, 1, 1), (7590, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 287, 8, 1, 1, 1), (7591, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 288, 8, 1, 1, 1), (7592, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 289, 8, 1, 1, 1), (7593, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 290, 8, 1, 1, 1), (7594, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 291, 8, 1, 1, 1), (7595, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 292, 8, 1, 1, 1), (7596, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 293, 8, 1, 1, 1), (7597, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 294, 8, 1, 1, 1), (7598, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 295, 8, 1, 1, 1), (7599, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 296, 8, 1, 1, 1), (7600, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 297, 8, 1, 1, 1), (7601, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 298, 8, 1, 1, 1), (7602, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 299, 8, 1, 1, 1), (7603, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 300, 8, 1, 1, 1), (7604, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 301, 8, 1, 1, 1), (7605, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 302, 8, 1, 1, 1), (7606, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 303, 8, 1, 1, 1), (7607, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 304, 8, 1, 1, 1), (7608, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 305, 8, 1, 1, 1), (7609, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 306, 8, 1, 1, 1), (7610, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 307, 8, 1, 1, 1), (7611, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 308, 8, 1, 1, 1), (7612, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 309, 8, 1, 1, 1), (7613, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 310, 8, 1, 1, 1), (7614, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 311, 8, 1, 1, 1), (7615, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 312, 8, 1, 1, 1), (7616, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 313, 8, 1, 1, 1), (7617, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 314, 8, 1, 1, 1), (7618, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 1, 7, 1, 1, 1), (7619, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 2, 7, 1, 1, 1), (7620, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 3, 7, 1, 1, 1), (7621, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 4, 7, 1, 1, 1), (7622, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 5, 7, 1, 1, 1), (7623, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 6, 7, 1, 1, 1), (7624, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 7, 7, 1, 1, 1), (7625, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 8, 7, 1, 1, 1), (7626, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 9, 7, 1, 1, 1), (7627, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 10, 7, 1, 1, 1), (7628, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 11, 7, 1, 1, 1), (7629, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 12, 7, 1, 1, 1), (7630, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 13, 7, 1, 1, 1), (7631, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 14, 7, 1, 1, 1), (7632, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 15, 7, 1, 1, 1), (7633, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 16, 7, 1, 1, 1), (7634, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 17, 7, 1, 1, 1), (7635, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 18, 7, 1, 1, 1), (7636, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 19, 7, 1, 1, 1), (7637, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 20, 7, 1, 1, 1), (7638, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 21, 7, 1, 1, 1), (7639, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 22, 7, 1, 1, 1), (7640, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 23, 7, 1, 1, 1), (7641, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 24, 7, 1, 1, 1), (7642, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 25, 7, 1, 1, 1), (7643, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 26, 7, 1, 1, 1), (7644, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 27, 7, 1, 1, 1), (7645, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 28, 7, 1, 1, 1), (7646, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 29, 7, 1, 1, 1), (7647, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 30, 7, 1, 1, 1), (7648, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 31, 7, 1, 1, 1), (7649, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 32, 7, 1, 1, 1), (7650, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 33, 7, 1, 1, 1), (7651, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 34, 7, 1, 1, 1), (7652, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 35, 7, 1, 1, 1), (7653, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 36, 7, 1, 1, 1), (7654, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 37, 7, 1, 1, 1), (7655, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 38, 7, 1, 1, 1), (7656, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 39, 7, 1, 1, 1), (7657, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 40, 7, 1, 1, 1), (7658, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 61, 7, 1, 1, 1), (7659, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 64, 7, 1, 1, 1), (7660, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 160, 7, 1, 1, 1), (7661, 1, '2024-10-23 08:31:15', '2024-10-23 08:31:15', 161, 7, 1, 1, 1); -- -------------------------------------------------------- -- -- Table structure for table `sm_room_lists` -- CREATE TABLE `sm_room_lists` ( `id` int(10) UNSIGNED NOT NULL, `name` varchar(255) NOT NULL, `number_of_bed` int(11) NOT NULL, `cost_per_bed` double(16,2) DEFAULT NULL, `description` text DEFAULT NULL, `active_status` tinyint(4) NOT NULL DEFAULT 1, `created_at` timestamp NULL DEFAULT NULL, `updated_at` timestamp NULL DEFAULT NULL, `dormitory_id` int(10) UNSIGNED DEFAULT 1, `room_type_id` int(10) UNSIGNED DEFAULT 1, `created_by` int(10) UNSIGNED DEFAULT 1, `updated_by` int(10) UNSIGNED DEFAULT 1, `school_id` int(10) UNSIGNED DEFAULT 1, `academic_id` int(10) UNSIGNED DEFAULT 1 ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -------------------------------------------------------- -- -- Table structure for table `sm_room_types` -- CREATE TABLE `sm_room_types` ( `id` int(10) UNSIGNED NOT NULL, `type` varchar(255) NOT NULL, `description` text DEFAULT NULL, `active_status` tinyint(4) NOT NULL DEFAULT 1, `created_at` timestamp NULL DEFAULT NULL, `updated_at` timestamp NULL DEFAULT NULL, `created_by` int(10) UNSIGNED DEFAULT 1, `updated_by` int(10) UNSIGNED DEFAULT 1, `school_id` int(10) UNSIGNED DEFAULT 1, `academic_id` int(10) UNSIGNED DEFAULT 1 ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -------------------------------------------------------- -- -- Table structure for table `sm_routes` -- CREATE TABLE `sm_routes` ( `id` int(10) UNSIGNED NOT NULL, `title` varchar(200) NOT NULL, `far` double(10,2) NOT NULL, `active_status` tinyint(4) NOT NULL DEFAULT 1, `created_at` timestamp NULL DEFAULT NULL, `updated_at` timestamp NULL DEFAULT NULL, `created_by` int(10) UNSIGNED DEFAULT 1, `updated_by` int(10) UNSIGNED DEFAULT 1, `school_id` int(10) UNSIGNED DEFAULT 1, `academic_id` int(10) UNSIGNED DEFAULT 1 ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -------------------------------------------------------- -- -- Table structure for table `sm_schools` -- CREATE TABLE `sm_schools` ( `id` int(10) UNSIGNED NOT NULL, `school_name` varchar(200) DEFAULT NULL, `created_by` tinyint(4) NOT NULL DEFAULT 1, `updated_by` tinyint(4) NOT NULL DEFAULT 1, `email` varchar(200) DEFAULT NULL, `domain` varchar(191) NOT NULL DEFAULT 'school', `address` text DEFAULT NULL, `phone` varchar(20) DEFAULT NULL, `school_code` varchar(200) DEFAULT NULL, `is_email_verified` tinyint(1) NOT NULL DEFAULT 0, `starting_date` date DEFAULT NULL, `ending_date` date DEFAULT NULL, `package_id` int(11) DEFAULT NULL, `plan_type` varchar(200) DEFAULT NULL, `region` int(11) DEFAULT NULL, `contact_type` enum('yearly','monthly','once') DEFAULT NULL, `active_status` tinyint(4) NOT NULL DEFAULT 1 COMMENT '1 approved, 0 pending', `is_enabled` varchar(20) NOT NULL DEFAULT 'yes' COMMENT 'yes=Login enable, no=Login disable', `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 `sm_schools` -- INSERT INTO `sm_schools` (`id`, `school_name`, `created_by`, `updated_by`, `email`, `domain`, `address`, `phone`, `school_code`, `is_email_verified`, `starting_date`, `ending_date`, `package_id`, `plan_type`, `region`, `contact_type`, `active_status`, `is_enabled`, `created_at`, `updated_at`) VALUES (1, 'KADER Schools (LMS)', 1, 1, 'admin@gmail.com', 'school', 'Hadayek El Ahram, Giza, Egypt', '+201145270392', '12345678', 0, '2024-10-23', NULL, NULL, NULL, NULL, NULL, 1, 'yes', NULL, '2025-04-12 13:48:09'); -- -------------------------------------------------------- -- -- Table structure for table `sm_seat_plans` -- CREATE TABLE `sm_seat_plans` ( `id` int(10) UNSIGNED NOT NULL, `active_status` tinyint(4) NOT NULL DEFAULT 1, `created_at` timestamp NULL DEFAULT NULL, `updated_at` timestamp NULL DEFAULT NULL, `exam_id` int(10) UNSIGNED DEFAULT NULL, `subject_id` int(10) UNSIGNED DEFAULT NULL, `class_id` int(10) UNSIGNED DEFAULT NULL, `section_id` int(10) UNSIGNED DEFAULT NULL, `created_by` int(10) UNSIGNED DEFAULT 1, `updated_by` int(10) UNSIGNED DEFAULT 1, `school_id` int(10) UNSIGNED DEFAULT 1, `academic_id` int(10) UNSIGNED DEFAULT 1 ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -------------------------------------------------------- -- -- Table structure for table `sm_seat_plan_children` -- CREATE TABLE `sm_seat_plan_children` ( `id` int(10) UNSIGNED NOT NULL, `room_id` tinyint(4) DEFAULT NULL, `assign_students` int(11) DEFAULT NULL, `start_time` time DEFAULT NULL, `end_time` time DEFAULT NULL, `active_status` tinyint(4) NOT NULL DEFAULT 1, `created_at` timestamp NULL DEFAULT NULL, `updated_at` timestamp NULL DEFAULT NULL, `seat_plan_id` int(10) UNSIGNED DEFAULT NULL, `created_by` int(10) UNSIGNED DEFAULT 1, `updated_by` int(10) UNSIGNED DEFAULT 1, `school_id` int(10) UNSIGNED DEFAULT 1, `academic_id` int(10) UNSIGNED DEFAULT 1 ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -------------------------------------------------------- -- -- Table structure for table `sm_sections` -- CREATE TABLE `sm_sections` ( `id` int(10) UNSIGNED NOT NULL, `parent_id` int(11) DEFAULT NULL, `section_name` varchar(200) NOT NULL, `active_status` tinyint(4) NOT NULL DEFAULT 1, `created_at` timestamp NULL DEFAULT NULL, `updated_at` timestamp NULL DEFAULT NULL, `created_by` int(10) UNSIGNED DEFAULT 1, `updated_by` int(10) UNSIGNED DEFAULT 1, `school_id` int(10) UNSIGNED DEFAULT 1, `un_academic_id` int(10) UNSIGNED DEFAULT NULL, `academic_id` int(10) UNSIGNED DEFAULT 1 ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -------------------------------------------------------- -- -- Table structure for table `sm_send_messages` -- CREATE TABLE `sm_send_messages` ( `id` int(10) UNSIGNED NOT NULL, `message_title` varchar(200) DEFAULT NULL, `message_des` varchar(500) DEFAULT NULL, `notice_date` date DEFAULT NULL, `publish_on` date DEFAULT NULL, `message_to` varchar(200) DEFAULT NULL COMMENT 'message sent to these roles', `active_status` tinyint(4) NOT NULL DEFAULT 1, `created_at` timestamp NULL DEFAULT NULL, `updated_at` timestamp NULL DEFAULT NULL, `created_by` int(10) UNSIGNED DEFAULT 1, `updated_by` int(10) UNSIGNED DEFAULT 1, `school_id` int(10) UNSIGNED DEFAULT 1, `academic_id` int(10) UNSIGNED DEFAULT 1 ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -------------------------------------------------------- -- -- Table structure for table `sm_sessions` -- CREATE TABLE `sm_sessions` ( `id` int(10) UNSIGNED NOT NULL, `session` varchar(255) NOT NULL, `active_status` tinyint(4) NOT NULL DEFAULT 1, `created_at` timestamp NULL DEFAULT NULL, `updated_at` timestamp NULL DEFAULT NULL, `created_by` int(10) UNSIGNED DEFAULT 1, `updated_by` int(10) UNSIGNED DEFAULT 1, `school_id` int(10) UNSIGNED DEFAULT 1 ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -- Dumping data for table `sm_sessions` -- INSERT INTO `sm_sessions` (`id`, `session`, `active_status`, `created_at`, `updated_at`, `created_by`, `updated_by`, `school_id`) VALUES (1, '2020-2021', 1, '2024-10-23 08:31:09', '2024-10-23 08:31:09', 1, 1, 1); -- -------------------------------------------------------- -- -- Table structure for table `sm_setup_admins` -- CREATE TABLE `sm_setup_admins` ( `id` int(10) UNSIGNED NOT NULL, `type` tinyint(4) DEFAULT NULL COMMENT '1 purpose, 2 complaint type, 3 source, 4 Reference', `name` varchar(191) DEFAULT NULL, `description` text DEFAULT NULL, `active_status` tinyint(4) NOT NULL DEFAULT 1, `created_at` timestamp NULL DEFAULT NULL, `updated_at` timestamp NULL DEFAULT NULL, `created_by` int(10) UNSIGNED DEFAULT 1, `updated_by` int(10) UNSIGNED DEFAULT 1, `school_id` int(10) UNSIGNED DEFAULT 1, `academic_id` int(10) UNSIGNED DEFAULT 1 ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -------------------------------------------------------- -- -- Table structure for table `sm_sms_gateways` -- CREATE TABLE `sm_sms_gateways` ( `id` int(10) UNSIGNED NOT NULL, `gateway_name` varchar(255) DEFAULT NULL, `type` varchar(5) DEFAULT 'com', `clickatell_username` varchar(255) DEFAULT NULL, `clickatell_password` varchar(255) DEFAULT NULL, `clickatell_api_id` varchar(255) DEFAULT NULL, `twilio_account_sid` varchar(255) DEFAULT NULL, `twilio_authentication_token` varchar(255) DEFAULT NULL, `twilio_registered_no` varchar(255) DEFAULT NULL, `msg91_authentication_key_sid` varchar(255) DEFAULT NULL, `msg91_sender_id` varchar(255) DEFAULT NULL, `msg91_route` varchar(255) DEFAULT NULL, `msg91_country_code` varchar(255) DEFAULT NULL, `textlocal_username` varchar(255) DEFAULT NULL, `textlocal_hash` varchar(255) DEFAULT NULL, `textlocal_sender` varchar(255) DEFAULT NULL, `device_info` text DEFAULT NULL, `africatalking_username` varchar(255) DEFAULT NULL, `africatalking_api_key` varchar(255) DEFAULT NULL, `active_status` tinyint(4) NOT NULL DEFAULT 0, `created_at` timestamp NULL DEFAULT NULL, `updated_at` timestamp NULL DEFAULT NULL, `created_by` int(10) UNSIGNED DEFAULT 1, `updated_by` int(10) UNSIGNED DEFAULT 1, `school_id` int(10) UNSIGNED DEFAULT 1, `gateway_type` varchar(191) DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -- Dumping data for table `sm_sms_gateways` -- INSERT INTO `sm_sms_gateways` (`id`, `gateway_name`, `type`, `clickatell_username`, `clickatell_password`, `clickatell_api_id`, `twilio_account_sid`, `twilio_authentication_token`, `twilio_registered_no`, `msg91_authentication_key_sid`, `msg91_sender_id`, `msg91_route`, `msg91_country_code`, `textlocal_username`, `textlocal_hash`, `textlocal_sender`, `device_info`, `africatalking_username`, `africatalking_api_key`, `active_status`, `created_at`, `updated_at`, `created_by`, `updated_by`, `school_id`, `gateway_type`) VALUES (1, 'Twilio', 'com', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, '2024-10-23 08:31:13', '2024-10-23 08:31:13', 1, 1, 1, NULL), (2, 'Msg91', 'com', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, '2024-10-23 08:31:13', '2024-10-23 08:31:13', 1, 1, 1, NULL), (3, 'TextLocal', 'com', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'TXTLCL', NULL, NULL, NULL, 0, '2024-10-23 08:31:13', '2024-10-23 08:31:13', 1, 1, 1, NULL), (4, 'AfricaTalking', 'com', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'sandbox', NULL, 0, '2024-10-23 08:31:13', '2024-10-23 08:31:13', 1, 1, 1, NULL), (5, 'Mobile SMS', 'com', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, '2024-10-23 08:31:13', '2024-10-23 08:31:13', 1, 1, 1, NULL); -- -------------------------------------------------------- -- -- Table structure for table `sm_social_media_icons` -- CREATE TABLE `sm_social_media_icons` ( `id` bigint(20) UNSIGNED NOT NULL, `url` varchar(191) DEFAULT NULL, `icon` varchar(191) DEFAULT NULL, `status` tinyint(4) NOT NULL DEFAULT 0 COMMENT '1 active, 0 inactive', `created_at` timestamp NULL DEFAULT NULL, `updated_at` timestamp NULL DEFAULT NULL, `created_by` int(10) UNSIGNED DEFAULT 1, `updated_by` int(10) UNSIGNED DEFAULT 1, `school_id` int(10) UNSIGNED DEFAULT 1 ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -- Dumping data for table `sm_social_media_icons` -- INSERT INTO `sm_social_media_icons` (`id`, `url`, `icon`, `status`, `created_at`, `updated_at`, `created_by`, `updated_by`, `school_id`) VALUES (1, 'https://www.facebook.com/Spondonit', 'fa fa-facebook', 1, NULL, NULL, 1, 1, 1), (2, 'https://www.facebook.com/Spondonit', 'fa fa-twitter', 1, NULL, NULL, 1, 1, 1), (3, 'https://www.facebook.com/Spondonit', 'fa fa-dribbble', 1, NULL, NULL, 1, 1, 1), (4, 'https://www.facebook.com/Spondonit', 'fa fa-linkedin', 1, NULL, NULL, 1, 1, 1); -- -------------------------------------------------------- -- -- Table structure for table `sm_staffs` -- CREATE TABLE `sm_staffs` ( `id` int(10) UNSIGNED NOT NULL, `staff_no` int(11) DEFAULT NULL, `first_name` varchar(100) DEFAULT NULL, `last_name` varchar(100) DEFAULT NULL, `full_name` varchar(200) DEFAULT NULL, `fathers_name` varchar(100) DEFAULT NULL, `mothers_name` varchar(100) DEFAULT NULL, `date_of_birth` date DEFAULT '2024-10-23', `date_of_joining` date DEFAULT '2024-10-23', `email` varchar(50) DEFAULT NULL, `mobile` varchar(50) DEFAULT NULL, `emergency_mobile` varchar(50) DEFAULT NULL, `marital_status` varchar(30) DEFAULT NULL, `merital_status` varchar(30) DEFAULT NULL, `staff_photo` varchar(191) DEFAULT NULL, `current_address` varchar(500) DEFAULT NULL, `permanent_address` varchar(500) DEFAULT NULL, `qualification` varchar(200) DEFAULT NULL, `experience` varchar(200) DEFAULT NULL, `epf_no` varchar(20) DEFAULT NULL, `basic_salary` varchar(200) DEFAULT NULL, `contract_type` varchar(200) DEFAULT NULL, `location` varchar(50) DEFAULT NULL, `casual_leave` varchar(15) DEFAULT NULL, `medical_leave` varchar(15) DEFAULT NULL, `metarnity_leave` varchar(15) DEFAULT NULL, `bank_account_name` varchar(50) DEFAULT NULL, `bank_account_no` varchar(50) DEFAULT NULL, `bank_name` varchar(20) DEFAULT NULL, `bank_brach` varchar(30) DEFAULT NULL, `facebook_url` varchar(100) DEFAULT NULL, `twiteer_url` varchar(100) DEFAULT NULL, `linkedin_url` varchar(100) DEFAULT NULL, `instragram_url` varchar(100) DEFAULT NULL, `joining_letter` varchar(500) DEFAULT NULL, `resume` varchar(500) DEFAULT NULL, `other_document` varchar(500) DEFAULT NULL, `notes` varchar(500) DEFAULT NULL, `active_status` tinyint(4) NOT NULL DEFAULT 1, `show_public` tinyint(4) NOT NULL DEFAULT 0, `driving_license` varchar(255) DEFAULT NULL, `driving_license_ex_date` date DEFAULT NULL, `custom_field` text DEFAULT NULL, `custom_field_form_name` varchar(191) DEFAULT NULL, `created_at` timestamp NULL DEFAULT NULL, `updated_at` timestamp NULL DEFAULT NULL, `designation_id` int(10) UNSIGNED DEFAULT 1, `department_id` int(10) UNSIGNED DEFAULT 1, `user_id` int(10) UNSIGNED DEFAULT 1, `parent_id` int(11) DEFAULT NULL, `role_id` int(10) UNSIGNED DEFAULT 1, `previous_role_id` int(11) DEFAULT NULL, `gender_id` int(10) UNSIGNED DEFAULT 1, `created_by` int(10) UNSIGNED DEFAULT 1, `updated_by` int(10) UNSIGNED DEFAULT 1, `school_id` int(10) UNSIGNED DEFAULT 1, `is_saas` int(10) UNSIGNED DEFAULT 0 ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -- Dumping data for table `sm_staffs` -- INSERT INTO `sm_staffs` (`id`, `staff_no`, `first_name`, `last_name`, `full_name`, `fathers_name`, `mothers_name`, `date_of_birth`, `date_of_joining`, `email`, `mobile`, `emergency_mobile`, `marital_status`, `merital_status`, `staff_photo`, `current_address`, `permanent_address`, `qualification`, `experience`, `epf_no`, `basic_salary`, `contract_type`, `location`, `casual_leave`, `medical_leave`, `metarnity_leave`, `bank_account_name`, `bank_account_no`, `bank_name`, `bank_brach`, `facebook_url`, `twiteer_url`, `linkedin_url`, `instragram_url`, `joining_letter`, `resume`, `other_document`, `notes`, `active_status`, `show_public`, `driving_license`, `driving_license_ex_date`, `custom_field`, `custom_field_form_name`, `created_at`, `updated_at`, `designation_id`, `department_id`, `user_id`, `parent_id`, `role_id`, `previous_role_id`, `gender_id`, `created_by`, `updated_by`, `school_id`, `is_saas`) VALUES (1, 1, 'System', 'Administrator', 'System Administrator', NULL, NULL, '2024-10-23', '2024-10-23', 'admin@gmail.com', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 1, 0, NULL, NULL, NULL, NULL, '2024-10-23 08:31:09', '2024-10-23 08:31:24', 1, 1, 1, NULL, 1, NULL, 1, 1, 1, 1, 0); -- -------------------------------------------------------- -- -- Table structure for table `sm_staff_attendance_imports` -- CREATE TABLE `sm_staff_attendance_imports` ( `id` int(10) UNSIGNED NOT NULL, `attendence_date` date DEFAULT NULL, `in_time` varchar(50) DEFAULT NULL, `out_time` varchar(50) DEFAULT NULL, `attendance_type` varchar(10) DEFAULT NULL COMMENT 'Present: P Late: L Absent: A Holiday: H Half Day: F', `notes` varchar(500) DEFAULT NULL, `created_at` timestamp NULL DEFAULT NULL, `updated_at` timestamp NULL DEFAULT NULL, `staff_id` int(10) UNSIGNED DEFAULT NULL, `created_by` int(10) UNSIGNED DEFAULT 1, `updated_by` int(10) UNSIGNED DEFAULT 1, `school_id` int(10) UNSIGNED DEFAULT 1, `academic_id` int(10) UNSIGNED DEFAULT 1 ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -------------------------------------------------------- -- -- Table structure for table `sm_staff_attendences` -- CREATE TABLE `sm_staff_attendences` ( `id` int(10) UNSIGNED NOT NULL, `attendence_type` varchar(10) DEFAULT NULL COMMENT 'Present: P Late: L Absent: A Holiday: H Half Day: F', `notes` varchar(500) DEFAULT NULL, `attendence_date` date DEFAULT NULL, `created_at` timestamp NULL DEFAULT NULL, `updated_at` timestamp NULL DEFAULT NULL, `staff_id` int(10) UNSIGNED DEFAULT NULL, `created_by` int(10) UNSIGNED DEFAULT 1, `updated_by` int(10) UNSIGNED DEFAULT 1, `school_id` int(10) UNSIGNED DEFAULT 1, `academic_id` int(10) UNSIGNED DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -------------------------------------------------------- -- -- Table structure for table `sm_staff_registration_fields` -- CREATE TABLE `sm_staff_registration_fields` ( `id` bigint(20) UNSIGNED NOT NULL, `field_name` varchar(191) DEFAULT NULL, `label_name` varchar(191) DEFAULT NULL, `active_status` tinyint(4) DEFAULT 1, `is_required` tinyint(4) DEFAULT 0, `staff_edit` tinyint(4) DEFAULT 0, `required_type` tinyint(4) DEFAULT NULL COMMENT '1=switch on,2=off', `position` int(11) DEFAULT NULL, `created_by` int(10) UNSIGNED DEFAULT 1, `updated_by` int(10) UNSIGNED DEFAULT 1, `school_id` int(10) UNSIGNED DEFAULT 1, `academic_id` int(10) UNSIGNED DEFAULT NULL, `created_at` timestamp NULL DEFAULT NULL, `updated_at` timestamp NULL DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -- Dumping data for table `sm_staff_registration_fields` -- INSERT INTO `sm_staff_registration_fields` (`id`, `field_name`, `label_name`, `active_status`, `is_required`, `staff_edit`, `required_type`, `position`, `created_by`, `updated_by`, `school_id`, `academic_id`, `created_at`, `updated_at`) VALUES (1, 'staff_no', 'staff_no', 1, 1, 0, NULL, 1, 1, 1, 1, NULL, '2024-10-23 08:31:16', '2024-10-23 08:31:16'), (2, 'role', 'role', 1, 1, 0, NULL, 2, 1, 1, 1, NULL, '2024-10-23 08:31:16', '2024-10-23 08:31:16'), (3, 'department', 'department', 1, 0, 0, NULL, 3, 1, 1, 1, NULL, '2024-10-23 08:31:16', '2024-10-23 08:31:16'), (4, 'designation', 'designation', 1, 0, 0, NULL, 4, 1, 1, 1, NULL, '2024-10-23 08:31:16', '2024-10-23 08:31:16'), (5, 'first_name', 'first_name', 1, 1, 1, NULL, 5, 1, 1, 1, NULL, '2024-10-23 08:31:16', '2024-10-23 08:31:16'), (6, 'last_name', 'last_name', 1, 0, 1, NULL, 6, 1, 1, 1, NULL, '2024-10-23 08:31:16', '2024-10-23 08:31:16'), (7, 'fathers_name', 'fathers_name', 1, 0, 1, NULL, 7, 1, 1, 1, NULL, '2024-10-23 08:31:16', '2024-10-23 08:31:16'), (8, 'mothers_name', 'mothers_name', 1, 0, 1, NULL, 8, 1, 1, 1, NULL, '2024-10-23 08:31:16', '2024-10-23 08:31:16'), (9, 'email', 'email', 1, 1, 0, NULL, 9, 1, 1, 1, NULL, '2024-10-23 08:31:16', '2024-10-23 08:31:16'), (10, 'gender', 'gender', 1, 0, 1, NULL, 10, 1, 1, 1, NULL, '2024-10-23 08:31:16', '2024-10-23 08:31:16'), (11, 'date_of_birth', 'date_of_birth', 1, 0, 1, NULL, 11, 1, 1, 1, NULL, '2024-10-23 08:31:16', '2024-10-23 08:31:16'), (12, 'date_of_joining', 'date_of_joining', 1, 0, 0, NULL, 12, 1, 1, 1, NULL, '2024-10-23 08:31:16', '2024-10-23 08:31:16'), (13, 'mobile', 'mobile', 1, 0, 1, NULL, 13, 1, 1, 1, NULL, '2024-10-23 08:31:16', '2024-10-23 08:31:16'), (14, 'marital_status', 'marital_status', 1, 0, 0, NULL, 14, 1, 1, 1, NULL, '2024-10-23 08:31:16', '2024-10-23 08:31:16'), (15, 'emergency_mobile', 'emergency_mobile', 1, 0, 0, NULL, 15, 1, 1, 1, NULL, '2024-10-23 08:31:16', '2024-10-23 08:31:16'), (16, 'driving_license', 'driving_license', 1, 0, 0, NULL, 16, 1, 1, 1, NULL, '2024-10-23 08:31:16', '2024-10-23 08:31:16'), (17, 'current_address', 'current_address', 1, 0, 1, NULL, 17, 1, 1, 1, NULL, '2024-10-23 08:31:16', '2024-10-23 08:31:16'), (18, 'permanent_address', 'permanent_address', 1, 0, 1, NULL, 18, 1, 1, 1, NULL, '2024-10-23 08:31:16', '2024-10-23 08:31:16'), (19, 'qualification', 'qualification', 1, 0, 0, NULL, 19, 1, 1, 1, NULL, '2024-10-23 08:31:16', '2024-10-23 08:31:16'), (20, 'experience', 'experience', 1, 0, 0, NULL, 20, 1, 1, 1, NULL, '2024-10-23 08:31:16', '2024-10-23 08:31:16'), (21, 'epf_no', 'epf_no', 1, 0, 0, NULL, 21, 1, 1, 1, NULL, '2024-10-23 08:31:16', '2024-10-23 08:31:16'), (22, 'basic_salary', 'basic_salary', 1, 0, 0, NULL, 22, 1, 1, 1, NULL, '2024-10-23 08:31:16', '2024-10-23 08:31:16'), (23, 'contract_type', 'contract_type', 1, 0, 0, NULL, 23, 1, 1, 1, NULL, '2024-10-23 08:31:16', '2024-10-23 08:31:16'), (24, 'location', 'location', 1, 0, 0, NULL, 24, 1, 1, 1, NULL, '2024-10-23 08:31:16', '2024-10-23 08:31:16'), (25, 'bank_account_name', 'bank_account_name', 1, 0, 0, NULL, 25, 1, 1, 1, NULL, '2024-10-23 08:31:16', '2024-10-23 08:31:16'), (26, 'bank_account_no', 'bank_account_no', 1, 0, 0, NULL, 26, 1, 1, 1, NULL, '2024-10-23 08:31:16', '2024-10-23 08:31:16'), (27, 'bank_name', 'bank_name', 1, 0, 0, NULL, 27, 1, 1, 1, NULL, '2024-10-23 08:31:16', '2024-10-23 08:31:16'), (28, 'bank_brach', 'bank_brach', 1, 0, 0, NULL, 28, 1, 1, 1, NULL, '2024-10-23 08:31:16', '2024-10-23 08:31:16'), (29, 'facebook', 'facebook', 1, 0, 1, NULL, 29, 1, 1, 1, NULL, '2024-10-23 08:31:16', '2024-10-23 08:31:16'), (30, 'twitter', 'twitter', 1, 0, 1, NULL, 30, 1, 1, 1, NULL, '2024-10-23 08:31:16', '2024-10-23 08:31:16'), (31, 'linkedin', 'linkedin', 1, 0, 1, NULL, 31, 1, 1, 1, NULL, '2024-10-23 08:31:16', '2024-10-23 08:31:16'), (32, 'instagram', 'instagram', 1, 0, 1, NULL, 32, 1, 1, 1, NULL, '2024-10-23 08:31:16', '2024-10-23 08:31:16'), (33, 'staff_photo', 'staff_photo', 1, 0, 1, NULL, 33, 1, 1, 1, NULL, '2024-10-23 08:31:16', '2024-10-23 08:31:16'), (34, 'resume', 'resume', 1, 0, 0, NULL, 34, 1, 1, 1, NULL, '2024-10-23 08:31:16', '2024-10-23 08:31:16'), (35, 'joining_letter', 'joining_letter', 1, 0, 0, NULL, 35, 1, 1, 1, NULL, '2024-10-23 08:31:16', '2024-10-23 08:31:16'), (36, 'other_document', 'other_document', 1, 0, 0, NULL, 36, 1, 1, 1, NULL, '2024-10-23 08:31:16', '2024-10-23 08:31:16'), (37, 'custom_fields', 'custom_fields', 1, 0, 0, NULL, 37, 1, 1, 1, NULL, '2024-10-23 08:31:16', '2024-10-23 08:31:16'); -- -------------------------------------------------------- -- -- Table structure for table `sm_students` -- CREATE TABLE `sm_students` ( `id` int(10) UNSIGNED NOT NULL, `admission_no` int(11) DEFAULT NULL, `roll_no` int(11) DEFAULT NULL, `first_name` varchar(200) DEFAULT NULL, `last_name` varchar(200) DEFAULT NULL, `full_name` varchar(200) DEFAULT NULL, `date_of_birth` date DEFAULT NULL, `caste` varchar(200) DEFAULT NULL, `email` varchar(200) DEFAULT NULL, `mobile` varchar(200) DEFAULT NULL, `admission_date` date DEFAULT NULL, `student_photo` varchar(191) DEFAULT NULL, `age` varchar(200) DEFAULT NULL, `height` varchar(200) DEFAULT NULL, `weight` varchar(200) DEFAULT NULL, `current_address` varchar(500) DEFAULT NULL, `permanent_address` varchar(500) DEFAULT NULL, `driver_id` varchar(200) DEFAULT NULL, `national_id_no` varchar(200) DEFAULT NULL, `local_id_no` varchar(200) DEFAULT NULL, `bank_account_no` varchar(200) DEFAULT NULL, `bank_name` varchar(200) DEFAULT NULL, `previous_school_details` varchar(500) DEFAULT NULL, `aditional_notes` text DEFAULT NULL, `ifsc_code` varchar(50) DEFAULT NULL, `document_title_1` varchar(200) DEFAULT NULL, `document_file_1` varchar(200) DEFAULT NULL, `document_title_2` varchar(200) DEFAULT NULL, `document_file_2` varchar(200) DEFAULT NULL, `document_title_3` varchar(200) DEFAULT NULL, `document_file_3` varchar(200) DEFAULT NULL, `document_title_4` varchar(200) DEFAULT NULL, `document_file_4` varchar(200) DEFAULT NULL, `active_status` tinyint(4) NOT NULL DEFAULT 1, `custom_field` text DEFAULT NULL, `custom_field_form_name` varchar(191) DEFAULT NULL, `created_at` timestamp NULL DEFAULT NULL, `updated_at` timestamp NULL DEFAULT NULL, `bloodgroup_id` int(10) UNSIGNED DEFAULT NULL, `religion_id` int(10) UNSIGNED DEFAULT NULL, `route_list_id` int(10) UNSIGNED DEFAULT NULL, `dormitory_id` int(10) UNSIGNED DEFAULT NULL, `vechile_id` int(10) UNSIGNED DEFAULT NULL, `room_id` int(10) UNSIGNED DEFAULT NULL, `student_category_id` int(10) UNSIGNED DEFAULT NULL, `student_group_id` int(10) UNSIGNED DEFAULT NULL, `class_id` int(10) UNSIGNED DEFAULT NULL, `section_id` int(10) UNSIGNED DEFAULT NULL, `session_id` int(10) UNSIGNED DEFAULT NULL, `parent_id` int(10) UNSIGNED DEFAULT NULL, `user_id` int(10) UNSIGNED DEFAULT NULL, `role_id` int(10) UNSIGNED DEFAULT NULL, `gender_id` int(10) UNSIGNED DEFAULT NULL, `school_id` int(10) UNSIGNED NOT NULL DEFAULT 1, `academic_id` int(10) UNSIGNED DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -------------------------------------------------------- -- -- Table structure for table `sm_student_attendances` -- CREATE TABLE `sm_student_attendances` ( `id` int(10) UNSIGNED NOT NULL, `attendance_type` varchar(10) DEFAULT NULL COMMENT 'Present: P Late: L Absent: A Holiday: H Half Day: F', `notes` varchar(500) DEFAULT NULL, `attendance_date` date DEFAULT NULL, `created_at` timestamp NULL DEFAULT NULL, `updated_at` timestamp NULL DEFAULT NULL, `student_id` int(10) UNSIGNED DEFAULT NULL, `record_id` int(10) UNSIGNED DEFAULT NULL, `student_record_id` bigint(20) UNSIGNED DEFAULT NULL, `class_id` int(10) UNSIGNED DEFAULT NULL, `section_id` int(10) UNSIGNED DEFAULT NULL, `created_by` int(10) UNSIGNED DEFAULT 1, `updated_by` int(10) UNSIGNED DEFAULT 1, `school_id` int(10) UNSIGNED DEFAULT 1, `academic_id` int(10) UNSIGNED DEFAULT 1, `active_status` int(11) DEFAULT 1 ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -------------------------------------------------------- -- -- Table structure for table `sm_student_attendance_imports` -- CREATE TABLE `sm_student_attendance_imports` ( `id` int(10) UNSIGNED NOT NULL, `attendance_date` date DEFAULT NULL, `in_time` varchar(50) DEFAULT NULL, `out_time` varchar(50) DEFAULT NULL, `attendance_type` varchar(10) DEFAULT NULL COMMENT 'Present: P Late: L Absent: A Holiday: H Half Day: F', `notes` varchar(500) DEFAULT NULL, `created_at` timestamp NULL DEFAULT NULL, `updated_at` timestamp NULL DEFAULT NULL, `student_id` int(10) UNSIGNED DEFAULT NULL, `created_by` int(10) UNSIGNED DEFAULT 1, `updated_by` int(10) UNSIGNED DEFAULT 1, `school_id` int(10) UNSIGNED DEFAULT 1, `academic_id` int(10) UNSIGNED DEFAULT 1 ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -------------------------------------------------------- -- -- Table structure for table `sm_student_categories` -- CREATE TABLE `sm_student_categories` ( `id` int(10) UNSIGNED NOT NULL, `category_name` varchar(255) DEFAULT NULL, `created_at` timestamp NULL DEFAULT NULL, `updated_at` timestamp NULL DEFAULT NULL, `created_by` int(10) UNSIGNED DEFAULT 1, `updated_by` int(10) UNSIGNED DEFAULT 1, `school_id` int(10) UNSIGNED DEFAULT 1, `academic_id` int(10) UNSIGNED DEFAULT 1 ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -------------------------------------------------------- -- -- Table structure for table `sm_student_certificates` -- CREATE TABLE `sm_student_certificates` ( `id` int(10) UNSIGNED NOT NULL, `name` varchar(191) DEFAULT NULL, `header_left_text` varchar(191) DEFAULT NULL, `date` date DEFAULT NULL, `body` text DEFAULT NULL, `body_two` text DEFAULT NULL, `certificate_no` text DEFAULT NULL, `type` varchar(191) DEFAULT 'school', `footer_left_text` varchar(191) DEFAULT NULL, `footer_center_text` varchar(191) DEFAULT NULL, `footer_right_text` varchar(191) DEFAULT NULL, `student_photo` tinyint(4) NOT NULL DEFAULT 1 COMMENT '1 = yes 0 no', `file` varchar(191) DEFAULT NULL, `layout` int(11) DEFAULT NULL COMMENT '1 = Portrait, 2 = Landscape', `body_font_family` varchar(191) DEFAULT 'Arial' COMMENT 'body_font_family', `body_font_size` varchar(191) DEFAULT '2em', `height` varchar(50) DEFAULT NULL COMMENT 'Height in mm', `width` varchar(50) DEFAULT NULL COMMENT 'width in mm', `default_for` varchar(50) DEFAULT NULL COMMENT 'default_for course', `active_status` tinyint(4) NOT NULL DEFAULT 1, `created_at` timestamp NULL DEFAULT NULL, `updated_at` timestamp NULL DEFAULT NULL, `created_by` int(10) UNSIGNED DEFAULT 1, `updated_by` int(10) UNSIGNED DEFAULT 1, `school_id` int(10) UNSIGNED DEFAULT 1, `academic_id` int(10) UNSIGNED DEFAULT 1 ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -- Dumping data for table `sm_student_certificates` -- INSERT INTO `sm_student_certificates` (`id`, `name`, `header_left_text`, `date`, `body`, `body_two`, `certificate_no`, `type`, `footer_left_text`, `footer_center_text`, `footer_right_text`, `student_photo`, `file`, `layout`, `body_font_family`, `body_font_size`, `height`, `width`, `default_for`, `active_status`, `created_at`, `updated_at`, `created_by`, `updated_by`, `school_id`, `academic_id`) VALUES (1, 'Certificate in Technical Communication (PCTC)', 'Since 2020', '2020-05-17', 'Earning my UCR Extension professional certificate is one of the most beneficial things I\'ve done for my career. Before even completing the program, I was contacted twice by companies who were interested in hiring me as a technical writer. This program helped me reach my career goals in a very short time', NULL, NULL, 'school', 'Advisor Signature', 'Instructor Signature', 'Principale Signature', 0, 'public/uploads/certificate/c.jpg', NULL, 'Arial', '2em', NULL, NULL, NULL, 1, '2024-10-23 08:31:13', '2024-10-23 08:31:13', 1, 1, 1, 1); -- -------------------------------------------------------- -- -- Table structure for table `sm_student_documents` -- CREATE TABLE `sm_student_documents` ( `id` int(10) UNSIGNED NOT NULL, `title` varchar(191) DEFAULT NULL, `student_staff_id` int(11) DEFAULT NULL, `type` varchar(191) DEFAULT NULL COMMENT 'stu=student,stf=staff', `file` varchar(191) DEFAULT NULL, `active_status` tinyint(4) NOT NULL DEFAULT 1, `created_at` timestamp NULL DEFAULT NULL, `updated_at` timestamp NULL DEFAULT NULL, `created_by` int(10) UNSIGNED DEFAULT 1, `updated_by` int(10) UNSIGNED DEFAULT 1, `school_id` int(10) UNSIGNED DEFAULT 1, `academic_id` int(10) UNSIGNED DEFAULT 1 ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -------------------------------------------------------- -- -- Table structure for table `sm_student_excel_formats` -- CREATE TABLE `sm_student_excel_formats` ( `roll_no` varchar(191) DEFAULT NULL, `first_name` varchar(191) DEFAULT NULL, `last_name` varchar(191) DEFAULT NULL, `date_of_birth` varchar(191) DEFAULT NULL, `religion` varchar(191) DEFAULT NULL, `caste` varchar(191) DEFAULT NULL, `mobile` varchar(191) DEFAULT NULL, `email` varchar(191) DEFAULT NULL, `admission_date` varchar(191) DEFAULT NULL, `category` varchar(191) DEFAULT NULL, `blood_group` varchar(191) DEFAULT NULL, `height` varchar(191) DEFAULT NULL, `weight` varchar(191) DEFAULT NULL, `siblings_id` varchar(191) DEFAULT NULL, `father_name` varchar(191) DEFAULT NULL, `father_phone` varchar(191) DEFAULT NULL, `father_occupation` varchar(191) DEFAULT NULL, `mother_name` varchar(191) DEFAULT NULL, `mother_phone` varchar(191) DEFAULT NULL, `mother_occupation` varchar(191) DEFAULT NULL, `guardian_name` varchar(191) DEFAULT NULL, `guardian_relation` varchar(191) DEFAULT NULL, `guardian_email` varchar(191) DEFAULT NULL, `guardian_phone` varchar(191) DEFAULT NULL, `guardian_occupation` varchar(191) DEFAULT NULL, `guardian_address` varchar(191) DEFAULT NULL, `current_address` varchar(191) DEFAULT NULL, `permanent_address` varchar(191) DEFAULT NULL, `bank_account_no` varchar(191) DEFAULT NULL, `bank_name` varchar(191) DEFAULT NULL, `national_identification_no` varchar(191) DEFAULT NULL, `local_identification_no` varchar(191) DEFAULT NULL, `previous_school_details` varchar(191) DEFAULT NULL, `note` varchar(191) DEFAULT NULL, `school_id` int(10) UNSIGNED DEFAULT 1, `academic_id` int(10) UNSIGNED DEFAULT 1 ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -------------------------------------------------------- -- -- Table structure for table `sm_student_groups` -- CREATE TABLE `sm_student_groups` ( `id` int(10) UNSIGNED NOT NULL, `group` varchar(200) NOT NULL, `active_status` tinyint(4) NOT NULL DEFAULT 1, `created_at` timestamp NULL DEFAULT NULL, `updated_at` timestamp NULL DEFAULT NULL, `created_by` int(10) UNSIGNED DEFAULT 1, `updated_by` int(10) UNSIGNED DEFAULT 1, `school_id` int(10) UNSIGNED DEFAULT 1, `academic_id` int(10) UNSIGNED DEFAULT 1 ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -------------------------------------------------------- -- -- Table structure for table `sm_student_homeworks` -- CREATE TABLE `sm_student_homeworks` ( `id` int(10) UNSIGNED NOT NULL, `homework_date` date DEFAULT NULL, `submission_date` date DEFAULT NULL, `description` varchar(500) DEFAULT NULL, `percentage` varchar(200) DEFAULT NULL, `status` varchar(200) DEFAULT NULL, `created_at` timestamp NULL DEFAULT NULL, `updated_at` timestamp NULL DEFAULT NULL, `evaluated_by` int(10) UNSIGNED DEFAULT NULL, `student_id` int(10) UNSIGNED DEFAULT NULL, `subject_id` int(10) UNSIGNED DEFAULT NULL, `created_by` int(10) UNSIGNED DEFAULT 1, `updated_by` int(10) UNSIGNED DEFAULT 1, `school_id` int(10) UNSIGNED DEFAULT 1, `academic_id` int(10) UNSIGNED DEFAULT 1 ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -------------------------------------------------------- -- -- Table structure for table `sm_student_id_cards` -- CREATE TABLE `sm_student_id_cards` ( `id` int(10) UNSIGNED NOT NULL, `title` varchar(191) DEFAULT NULL, `logo` varchar(191) DEFAULT NULL, `signature` varchar(191) DEFAULT NULL, `background_img` varchar(191) DEFAULT NULL, `profile_image` varchar(191) DEFAULT NULL, `role_id` text DEFAULT NULL, `page_layout_style` varchar(191) DEFAULT NULL, `user_photo_style` varchar(191) DEFAULT NULL, `user_photo_width` varchar(191) DEFAULT NULL, `user_photo_height` varchar(191) DEFAULT NULL, `pl_width` int(11) DEFAULT NULL, `pl_height` int(11) DEFAULT NULL, `t_space` int(11) DEFAULT NULL, `b_space` int(11) DEFAULT NULL, `r_space` int(11) DEFAULT NULL, `l_space` int(11) DEFAULT NULL, `admission_no` varchar(191) NOT NULL DEFAULT '0' COMMENT '0 for no 1 for yes', `student_name` varchar(191) NOT NULL DEFAULT '0' COMMENT '0 for no 1 for yes', `class` varchar(191) NOT NULL DEFAULT '0' COMMENT '0 for no 1 for yes', `father_name` varchar(191) NOT NULL DEFAULT '0' COMMENT '0 for no 1 for yes', `mother_name` varchar(191) NOT NULL DEFAULT '0' COMMENT '0 for no 1 for yes', `student_address` varchar(191) NOT NULL DEFAULT '0' COMMENT '0 for no 1 for yes', `phone_number` varchar(191) NOT NULL DEFAULT '0' COMMENT '0 for no 1 for yes', `dob` varchar(191) NOT NULL DEFAULT '0' COMMENT '0 for no 1 for yes', `blood` varchar(191) NOT NULL DEFAULT '0' COMMENT '0 for no 1 for yes', `active_status` tinyint(4) NOT NULL DEFAULT 1, `created_at` timestamp NULL DEFAULT NULL, `updated_at` timestamp NULL DEFAULT NULL, `created_by` int(10) UNSIGNED DEFAULT 1, `updated_by` int(10) UNSIGNED DEFAULT 1, `school_id` int(10) UNSIGNED DEFAULT 1, `academic_id` int(10) UNSIGNED DEFAULT 1 ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -------------------------------------------------------- -- -- Table structure for table `sm_student_promotions` -- CREATE TABLE `sm_student_promotions` ( `id` int(10) UNSIGNED NOT NULL, `result_status` varchar(10) DEFAULT NULL, `created_at` timestamp NULL DEFAULT NULL, `updated_at` timestamp NULL DEFAULT NULL, `previous_class_id` int(10) UNSIGNED DEFAULT NULL, `current_class_id` int(10) UNSIGNED DEFAULT NULL, `previous_section_id` int(10) UNSIGNED DEFAULT NULL, `current_section_id` int(10) UNSIGNED DEFAULT NULL, `previous_session_id` int(10) UNSIGNED DEFAULT NULL, `current_session_id` int(10) UNSIGNED DEFAULT NULL, `student_id` int(10) UNSIGNED DEFAULT NULL, `admission_number` int(11) DEFAULT NULL, `student_info` longtext DEFAULT NULL, `merit_student_info` longtext DEFAULT NULL, `previous_roll_number` int(11) DEFAULT NULL, `current_roll_number` int(11) DEFAULT NULL, `created_by` int(10) UNSIGNED DEFAULT 1, `updated_by` int(10) UNSIGNED DEFAULT 1, `school_id` int(10) UNSIGNED DEFAULT 1, `academic_id` int(10) UNSIGNED DEFAULT 1 ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -------------------------------------------------------- -- -- Table structure for table `sm_student_registration_fields` -- CREATE TABLE `sm_student_registration_fields` ( `id` bigint(20) UNSIGNED NOT NULL, `field_name` varchar(191) DEFAULT NULL, `label_name` varchar(191) DEFAULT NULL, `is_show` tinyint(4) DEFAULT 1, `active_status` tinyint(4) DEFAULT 1, `is_required` tinyint(4) DEFAULT 0, `student_edit` tinyint(4) DEFAULT 0, `parent_edit` tinyint(4) DEFAULT 0, `staff_edit` tinyint(4) DEFAULT 0, `type` tinyint(4) DEFAULT NULL COMMENT '1=student,2=staff', `is_system_required` tinyint(4) DEFAULT 0, `required_type` tinyint(4) DEFAULT NULL COMMENT '1=switch on,2=off', `position` int(11) DEFAULT NULL, `created_by` int(10) UNSIGNED DEFAULT 1, `updated_by` int(10) UNSIGNED DEFAULT 1, `school_id` int(10) UNSIGNED DEFAULT 1, `academic_id` int(10) UNSIGNED DEFAULT NULL, `created_at` timestamp NULL DEFAULT NULL, `updated_at` timestamp NULL DEFAULT NULL, `admin_section` varchar(191) DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -- Dumping data for table `sm_student_registration_fields` -- INSERT INTO `sm_student_registration_fields` (`id`, `field_name`, `label_name`, `is_show`, `active_status`, `is_required`, `student_edit`, `parent_edit`, `staff_edit`, `type`, `is_system_required`, `required_type`, `position`, `created_by`, `updated_by`, `school_id`, `academic_id`, `created_at`, `updated_at`, `admin_section`) VALUES (1, 'session', 'session', 1, 1, 1, 0, 0, 0, 1, 1, NULL, 1, 1, 1, 1, NULL, '2024-10-23 08:31:16', '2024-10-23 08:31:16', NULL), (2, 'class', 'class', 1, 1, 1, 0, 0, 0, 1, 1, NULL, 2, 1, 1, 1, NULL, '2024-10-23 08:31:16', '2024-10-23 08:31:16', NULL), (3, 'section', 'section', 1, 1, 1, 0, 0, 0, 1, 1, NULL, 3, 1, 1, 1, NULL, '2024-10-23 08:31:16', '2024-10-23 08:31:16', NULL), (4, 'roll_number', 'roll_number', 1, 1, 0, 1, 0, 0, 1, 0, NULL, 4, 1, 1, 1, NULL, '2024-10-23 08:31:16', '2024-10-23 08:31:16', NULL), (5, 'admission_number', 'admission_number', 1, 1, 1, 0, 0, 0, 1, 0, NULL, 5, 1, 1, 1, NULL, '2024-10-23 08:31:16', '2024-10-23 08:31:16', NULL), (6, 'first_name', 'first_name', 1, 1, 1, 1, 1, 0, 1, 1, NULL, 6, 1, 1, 1, NULL, '2024-10-23 08:31:16', '2024-10-23 08:31:16', NULL), (7, 'last_name', 'last_name', 1, 1, 1, 1, 1, 0, 1, 1, NULL, 7, 1, 1, 1, NULL, '2024-10-23 08:31:16', '2024-10-23 08:31:16', NULL), (8, 'gender', 'gender', 1, 1, 1, 1, 1, 0, 1, 1, NULL, 8, 1, 1, 1, NULL, '2024-10-23 08:31:16', '2024-10-23 08:31:16', NULL), (9, 'date_of_birth', 'date_of_birth', 1, 1, 1, 1, 1, 0, 1, 1, NULL, 9, 1, 1, 1, NULL, '2024-10-23 08:31:16', '2024-10-23 08:31:16', NULL), (10, 'blood_group', 'blood_group', 1, 1, 0, 0, 0, 0, 1, 0, NULL, 10, 1, 1, 1, NULL, '2024-10-23 08:31:16', '2024-10-23 08:31:16', NULL), (11, 'email_address', 'email_address', 1, 1, 0, 1, 1, 0, 1, 0, NULL, 11, 1, 1, 1, NULL, '2024-10-23 08:31:16', '2024-10-23 08:31:16', NULL), (12, 'caste', 'caste', 1, 1, 0, 0, 0, 0, 1, 0, NULL, 12, 1, 1, 1, NULL, '2024-10-23 08:31:16', '2024-10-23 08:31:16', NULL), (13, 'phone_number', 'phone_number', 1, 1, 1, 1, 1, 0, 1, 1, NULL, 13, 1, 1, 1, NULL, '2024-10-23 08:31:16', '2024-10-23 08:31:16', NULL), (14, 'religion', 'religion', 1, 1, 0, 0, 0, 0, 1, 0, NULL, 14, 1, 1, 1, NULL, '2024-10-23 08:31:16', '2024-10-23 08:31:16', NULL), (15, 'admission_date', 'admission_date', 1, 1, 0, 0, 0, 0, 1, 0, NULL, 15, 1, 1, 1, NULL, '2024-10-23 08:31:16', '2024-10-23 08:31:16', NULL), (16, 'student_category_id', 'student_category_id', 1, 1, 0, 0, 0, 0, 1, 0, NULL, 16, 1, 1, 1, NULL, '2024-10-23 08:31:16', '2024-10-23 08:31:16', NULL), (17, 'student_group_id', 'student_group_id', 1, 1, 0, 0, 0, 0, 1, 0, NULL, 17, 1, 1, 1, NULL, '2024-10-23 08:31:16', '2024-10-23 08:31:16', NULL), (18, 'height', 'height', 1, 1, 0, 0, 0, 0, 1, 0, NULL, 18, 1, 1, 1, NULL, '2024-10-23 08:31:16', '2024-10-23 08:31:16', NULL), (19, 'weight', 'weight', 1, 1, 0, 0, 0, 0, 1, 0, NULL, 19, 1, 1, 1, NULL, '2024-10-23 08:31:16', '2024-10-23 08:31:16', NULL), (20, 'photo', 'photo', 1, 1, 0, 0, 0, 0, 1, 0, NULL, 20, 1, 1, 1, NULL, '2024-10-23 08:31:16', '2024-10-23 08:31:16', NULL), (21, 'fathers_name', 'fathers_name', 1, 1, 0, 0, 1, 0, 1, 0, NULL, 21, 1, 1, 1, NULL, '2024-10-23 08:31:16', '2024-10-23 08:31:16', NULL), (22, 'fathers_occupation', 'fathers_occupation', 1, 1, 0, 0, 1, 0, 1, 0, NULL, 22, 1, 1, 1, NULL, '2024-10-23 08:31:16', '2024-10-23 08:31:16', NULL), (23, 'fathers_phone', 'fathers_phone', 1, 1, 0, 0, 1, 0, 1, 0, NULL, 23, 1, 1, 1, NULL, '2024-10-23 08:31:16', '2024-10-23 08:31:16', NULL), (24, 'fathers_photo', 'fathers_photo', 1, 1, 0, 0, 1, 0, 1, 0, NULL, 24, 1, 1, 1, NULL, '2024-10-23 08:31:16', '2024-10-23 08:31:16', NULL), (25, 'mothers_name', 'mothers_name', 1, 1, 0, 0, 1, 0, 1, 0, NULL, 25, 1, 1, 1, NULL, '2024-10-23 08:31:16', '2024-10-23 08:31:16', NULL), (26, 'mothers_occupation', 'mothers_occupation', 1, 1, 0, 0, 1, 0, 1, 0, NULL, 26, 1, 1, 1, NULL, '2024-10-23 08:31:16', '2024-10-23 08:31:16', NULL), (27, 'mothers_phone', 'mothers_phone', 1, 1, 0, 0, 1, 0, 1, 0, NULL, 27, 1, 1, 1, NULL, '2024-10-23 08:31:16', '2024-10-23 08:31:16', NULL), (28, 'mothers_photo', 'mothers_photo', 1, 1, 0, 0, 1, 0, 1, 0, NULL, 28, 1, 1, 1, NULL, '2024-10-23 08:31:16', '2024-10-23 08:31:16', NULL), (29, 'guardians_name', 'guardians_name', 1, 1, 0, 0, 1, 0, 1, 0, NULL, 29, 1, 1, 1, NULL, '2024-10-23 08:31:16', '2024-10-23 08:31:16', NULL), (30, 'guardians_email', 'guardians_email', 1, 1, 1, 0, 1, 0, 1, 1, NULL, 30, 1, 1, 1, NULL, '2024-10-23 08:31:16', '2024-10-23 08:31:16', NULL), (31, 'guardians_photo', 'guardians_photo', 1, 1, 0, 0, 1, 0, 1, 0, NULL, 31, 1, 1, 1, NULL, '2024-10-23 08:31:16', '2024-10-23 08:31:16', NULL), (32, 'guardians_phone', 'guardians_phone', 1, 1, 0, 0, 1, 0, 1, 0, NULL, 32, 1, 1, 1, NULL, '2024-10-23 08:31:16', '2024-10-23 08:31:16', NULL), (33, 'guardians_occupation', 'guardians_occupation', 1, 1, 0, 0, 1, 0, 1, 0, NULL, 33, 1, 1, 1, NULL, '2024-10-23 08:31:16', '2024-10-23 08:31:16', NULL), (34, 'guardians_address', 'guardians_address', 1, 1, 0, 0, 1, 0, 1, 0, NULL, 34, 1, 1, 1, NULL, '2024-10-23 08:31:16', '2024-10-23 08:31:16', NULL), (35, 'current_address', 'current_address', 1, 1, 0, 0, 1, 0, 1, 0, NULL, 35, 1, 1, 1, NULL, '2024-10-23 08:31:16', '2024-10-23 08:31:16', NULL), (36, 'permanent_address', 'permanent_address', 1, 1, 0, 0, 1, 0, 1, 0, NULL, 36, 1, 1, 1, NULL, '2024-10-23 08:31:16', '2024-10-23 08:31:16', NULL), (37, 'route', 'route', 1, 1, 0, 0, 0, 0, 1, 0, NULL, 37, 1, 1, 1, NULL, '2024-10-23 08:31:16', '2024-10-23 08:31:17', 'transport'), (38, 'vehicle', 'vehicle', 1, 1, 0, 0, 0, 0, 1, 0, NULL, 38, 1, 1, 1, NULL, '2024-10-23 08:31:16', '2024-10-23 08:31:17', 'transport'), (39, 'dormitory_name', 'dormitory_name', 1, 1, 0, 0, 0, 0, 1, 0, NULL, 39, 1, 1, 1, NULL, '2024-10-23 08:31:16', '2024-10-23 08:31:17', 'dormitory'), (40, 'room_number', 'room_number', 1, 1, 0, 0, 0, 0, 1, 0, NULL, 40, 1, 1, 1, NULL, '2024-10-23 08:31:16', '2024-10-23 08:31:17', 'dormitory'), (41, 'national_id_number', 'national_id_number', 1, 1, 0, 0, 0, 0, 1, 0, NULL, 41, 1, 1, 1, NULL, '2024-10-23 08:31:16', '2024-10-23 08:31:16', NULL), (42, 'local_id_number', 'local_id_number', 1, 1, 0, 0, 0, 0, 1, 0, NULL, 42, 1, 1, 1, NULL, '2024-10-23 08:31:16', '2024-10-23 08:31:16', NULL), (43, 'bank_account_number', 'bank_account_number', 1, 1, 0, 0, 0, 0, 1, 0, NULL, 43, 1, 1, 1, NULL, '2024-10-23 08:31:16', '2024-10-23 08:31:16', NULL), (44, 'bank_name', 'bank_name', 1, 1, 0, 0, 0, 0, 1, 0, NULL, 44, 1, 1, 1, NULL, '2024-10-23 08:31:16', '2024-10-23 08:31:16', NULL), (45, 'previous_school_details', 'previous_school_details', 1, 1, 0, 0, 0, 0, 1, 0, NULL, 45, 1, 1, 1, NULL, '2024-10-23 08:31:16', '2024-10-23 08:31:16', NULL), (46, 'additional_notes', 'additional_notes', 1, 1, 0, 0, 0, 0, 1, 0, NULL, 46, 1, 1, 1, NULL, '2024-10-23 08:31:16', '2024-10-23 08:31:16', NULL), (47, 'ifsc_code', 'ifsc_code', 1, 1, 0, 0, 0, 0, 1, 0, NULL, 47, 1, 1, 1, NULL, '2024-10-23 08:31:16', '2024-10-23 08:31:16', NULL), (48, 'document_file_1', 'document_file_1', 1, 1, 0, 0, 0, 0, 1, 0, NULL, 48, 1, 1, 1, NULL, '2024-10-23 08:31:16', '2024-10-23 08:31:16', NULL), (49, 'document_file_2', 'document_file_2', 1, 1, 0, 0, 0, 0, 1, 0, NULL, 49, 1, 1, 1, NULL, '2024-10-23 08:31:16', '2024-10-23 08:31:16', NULL), (50, 'document_file_3', 'document_file_3', 1, 1, 0, 0, 0, 0, 1, 0, NULL, 50, 1, 1, 1, NULL, '2024-10-23 08:31:16', '2024-10-23 08:31:16', NULL), (51, 'document_file_4', 'document_file_4', 1, 1, 0, 0, 0, 0, 1, 0, NULL, 51, 1, 1, 1, NULL, '2024-10-23 08:31:16', '2024-10-23 08:31:16', NULL), (52, 'custom_field', 'custom_field', 1, 1, 0, 0, 0, 0, 1, 0, NULL, 52, 1, 1, 1, NULL, '2024-10-23 08:31:16', '2024-10-23 08:31:17', 'custom_field'); -- -------------------------------------------------------- -- -- Table structure for table `sm_student_take_online_exams` -- CREATE TABLE `sm_student_take_online_exams` ( `id` int(10) UNSIGNED NOT NULL, `status` tinyint(4) NOT NULL DEFAULT 0 COMMENT '0=Not Yet, 1 = alreday submitted, 2 = got marks', `student_done` tinyint(4) NOT NULL DEFAULT 0 COMMENT '0=Not Yet, 1 = complete', `total_marks` int(11) DEFAULT NULL, `active_status` tinyint(4) NOT NULL DEFAULT 1, `created_at` timestamp NULL DEFAULT NULL, `updated_at` timestamp NULL DEFAULT NULL, `record_id` int(10) UNSIGNED DEFAULT NULL, `student_id` int(10) UNSIGNED DEFAULT NULL, `online_exam_id` int(10) UNSIGNED DEFAULT NULL, `created_by` int(10) UNSIGNED DEFAULT 1, `updated_by` int(10) UNSIGNED DEFAULT 1, `school_id` int(10) UNSIGNED DEFAULT 1, `academic_id` int(10) UNSIGNED DEFAULT 1 ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -------------------------------------------------------- -- -- Table structure for table `sm_student_take_online_exam_questions` -- CREATE TABLE `sm_student_take_online_exam_questions` ( `id` int(10) UNSIGNED NOT NULL, `trueFalse` varchar(1) DEFAULT NULL COMMENT 'F = false, T = true ', `suitable_words` text DEFAULT NULL, `active_status` tinyint(4) NOT NULL DEFAULT 1, `created_at` timestamp NULL DEFAULT NULL, `updated_at` timestamp NULL DEFAULT NULL, `take_online_exam_id` int(10) UNSIGNED DEFAULT NULL, `question_bank_id` int(10) UNSIGNED DEFAULT NULL, `created_by` int(10) UNSIGNED DEFAULT 1, `updated_by` int(10) UNSIGNED DEFAULT 1, `school_id` int(10) UNSIGNED DEFAULT 1, `academic_id` int(10) UNSIGNED DEFAULT 1 ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -------------------------------------------------------- -- -- Table structure for table `sm_student_take_onln_ex_ques_options` -- CREATE TABLE `sm_student_take_onln_ex_ques_options` ( `id` int(10) UNSIGNED NOT NULL, `title` varchar(191) DEFAULT NULL, `status` tinyint(4) DEFAULT NULL COMMENT '0 unchecked 1 checked', `active_status` tinyint(4) NOT NULL DEFAULT 1, `created_at` timestamp NULL DEFAULT NULL, `updated_at` timestamp NULL DEFAULT NULL, `take_online_exam_question_id` int(10) UNSIGNED DEFAULT NULL, `created_by` int(10) UNSIGNED DEFAULT 1, `updated_by` int(10) UNSIGNED DEFAULT 1, `school_id` int(10) UNSIGNED DEFAULT 1, `academic_id` int(10) UNSIGNED DEFAULT 1 ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -------------------------------------------------------- -- -- Table structure for table `sm_student_timelines` -- CREATE TABLE `sm_student_timelines` ( `id` int(10) UNSIGNED NOT NULL, `staff_student_id` int(11) NOT NULL, `title` varchar(191) DEFAULT NULL, `date` date DEFAULT NULL, `description` text DEFAULT NULL, `file` varchar(191) DEFAULT NULL, `type` varchar(191) DEFAULT NULL COMMENT 'stu=student,stf=staff', `visible_to_student` int(11) NOT NULL DEFAULT 0 COMMENT '0 = no, 1 = yes', `active_status` int(11) NOT NULL DEFAULT 1, `created_at` timestamp NULL DEFAULT NULL, `updated_at` timestamp NULL DEFAULT NULL, `created_by` int(10) UNSIGNED DEFAULT 1, `updated_by` int(10) UNSIGNED DEFAULT 1, `school_id` int(10) UNSIGNED DEFAULT 1, `academic_id` int(10) UNSIGNED DEFAULT 1 ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -------------------------------------------------------- -- -- Table structure for table `sm_styles` -- CREATE TABLE `sm_styles` ( `id` int(10) UNSIGNED NOT NULL, `style_name` varchar(255) DEFAULT NULL, `path_main_style` varchar(255) DEFAULT NULL, `path_infix_style` varchar(255) DEFAULT NULL, `primary_color` varchar(255) DEFAULT NULL, `primary_color2` varchar(255) DEFAULT NULL, `title_color` varchar(255) DEFAULT NULL, `text_color` varchar(255) DEFAULT NULL, `white` varchar(255) DEFAULT NULL, `black` varchar(255) DEFAULT NULL, `sidebar_bg` varchar(255) DEFAULT NULL, `barchart1` varchar(255) DEFAULT NULL, `barchart2` varchar(255) DEFAULT NULL, `barcharttextcolor` varchar(255) DEFAULT NULL, `barcharttextfamily` varchar(255) DEFAULT NULL, `areachartlinecolor1` varchar(255) DEFAULT NULL, `areachartlinecolor2` varchar(255) DEFAULT NULL, `dashboardbackground` varchar(255) DEFAULT NULL, `active_status` tinyint(4) NOT NULL DEFAULT 1, `is_active` tinyint(4) NOT NULL DEFAULT 0, `is_default` tinyint(4) NOT NULL DEFAULT 0 COMMENT 'if 1 then yes, if 0 then no', `created_at` timestamp NULL DEFAULT NULL, `updated_at` timestamp NULL DEFAULT NULL, `created_by` int(10) UNSIGNED DEFAULT 1, `updated_by` int(10) UNSIGNED DEFAULT 1, `school_id` int(10) UNSIGNED DEFAULT 1 ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -- Dumping data for table `sm_styles` -- INSERT INTO `sm_styles` (`id`, `style_name`, `path_main_style`, `path_infix_style`, `primary_color`, `primary_color2`, `title_color`, `text_color`, `white`, `black`, `sidebar_bg`, `barchart1`, `barchart2`, `barcharttextcolor`, `barcharttextfamily`, `areachartlinecolor1`, `areachartlinecolor2`, `dashboardbackground`, `active_status`, `is_active`, `is_default`, `created_at`, `updated_at`, `created_by`, `updated_by`, `school_id`) VALUES (1, 'Default', 'style.css', 'infix.css', '#415094', '#7c32ff', '#222222', '#828bb2', '#ffffff', '#000000', '#e7ecff', '#8a33f8', '#f25278', '#415094', '\"poppins\", sans-serif', 'rgba(124, 50, 255, 0.5)', 'rgba(242, 82, 120, 0.5)', '', 1, 1, 0, '2024-10-23 08:31:14', '2024-10-23 08:31:14', 1, 1, 1), (2, 'Lawn Green', 'lawngreen_version/style.css', 'lawngreen_version/infix.css', '#415094', '#03e396', '#222222', '#828bb2', '#ffffff', '#000000', '#e7ecff', '#415094', '#03e396', '#03e396', '\"Cerebri Sans\", Helvetica, Arial, sans-serif', '#415094', '#03e396', '#e7ecff', 1, 0, 0, '2024-10-23 08:31:14', '2024-10-23 08:31:14', 1, 1, 1); -- -------------------------------------------------------- -- -- Table structure for table `sm_subjects` -- CREATE TABLE `sm_subjects` ( `id` int(10) UNSIGNED NOT NULL, `subject_name` varchar(255) NOT NULL, `subject_code` varchar(255) DEFAULT NULL, `pass_mark` double(8,2) DEFAULT NULL, `subject_type` enum('T','P') NOT NULL COMMENT 'T=Theory, P=Practical', `active_status` tinyint(4) NOT NULL DEFAULT 1, `created_at` timestamp NULL DEFAULT NULL, `updated_at` timestamp NULL DEFAULT NULL, `created_by` int(10) UNSIGNED DEFAULT 1, `updated_by` int(10) UNSIGNED DEFAULT 1, `school_id` int(10) UNSIGNED DEFAULT 1, `academic_id` int(10) UNSIGNED DEFAULT 1, `parent_id` int(11) DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -------------------------------------------------------- -- -- Table structure for table `sm_subject_attendances` -- CREATE TABLE `sm_subject_attendances` ( `id` int(10) UNSIGNED NOT NULL, `attendance_type` varchar(10) DEFAULT NULL COMMENT 'Present: P Late: L Absent: A Holiday: H Half Day: F', `notes` varchar(500) DEFAULT NULL, `attendance_date` date DEFAULT NULL, `notify` tinyint(1) NOT NULL DEFAULT 0, `created_at` timestamp NULL DEFAULT NULL, `updated_at` timestamp NULL DEFAULT NULL, `class_id` int(10) UNSIGNED DEFAULT NULL, `section_id` int(10) UNSIGNED DEFAULT NULL, `subject_id` int(10) UNSIGNED DEFAULT NULL, `student_id` int(10) UNSIGNED DEFAULT NULL, `student_record_id` bigint(20) UNSIGNED DEFAULT NULL, `created_by` int(10) UNSIGNED DEFAULT 1, `updated_by` int(10) UNSIGNED DEFAULT 1, `school_id` int(10) UNSIGNED DEFAULT 1, `academic_id` int(10) UNSIGNED DEFAULT 1, `active_status` int(11) DEFAULT 1 ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -------------------------------------------------------- -- -- Table structure for table `sm_suppliers` -- CREATE TABLE `sm_suppliers` ( `id` int(10) UNSIGNED NOT NULL, `company_name` varchar(100) DEFAULT NULL, `company_address` varchar(500) DEFAULT NULL, `contact_person_name` varchar(191) DEFAULT NULL, `contact_person_mobile` varchar(191) DEFAULT NULL, `contact_person_email` varchar(100) DEFAULT NULL, `cotact_person_address` varchar(500) DEFAULT NULL, `description` varchar(500) DEFAULT NULL, `active_status` tinyint(4) NOT NULL DEFAULT 1, `created_at` timestamp NULL DEFAULT NULL, `updated_at` timestamp NULL DEFAULT NULL, `created_by` int(10) UNSIGNED DEFAULT 1, `updated_by` int(10) UNSIGNED DEFAULT 1, `school_id` int(10) UNSIGNED DEFAULT 1, `academic_id` int(10) UNSIGNED DEFAULT 1 ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -------------------------------------------------------- -- -- Table structure for table `sm_system_versions` -- CREATE TABLE `sm_system_versions` ( `id` int(10) UNSIGNED NOT NULL, `version_name` varchar(255) NOT NULL, `title` varchar(255) NOT NULL, `features` 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 `sm_system_versions` -- INSERT INTO `sm_system_versions` (`id`, `version_name`, `title`, `features`, `created_at`, `updated_at`) VALUES (1, '3.2', 'Upgrade System Integration', 'features 1, features 2', '2024-10-23 08:31:14', '2024-10-23 08:31:14'); -- -------------------------------------------------------- -- -- Table structure for table `sm_teacher_upload_contents` -- CREATE TABLE `sm_teacher_upload_contents` ( `id` int(10) UNSIGNED NOT NULL, `content_title` varchar(200) DEFAULT NULL, `content_type` varchar(191) DEFAULT NULL COMMENT 'as assignment, st study material, sy sullabus, ot others download', `available_for_admin` int(11) DEFAULT 0, `available_for_all_classes` int(11) NOT NULL DEFAULT 0, `upload_date` date DEFAULT NULL, `description` varchar(500) DEFAULT NULL, `source_url` varchar(191) DEFAULT NULL, `upload_file` varchar(200) DEFAULT NULL, `active_status` tinyint(4) NOT NULL DEFAULT 1, `created_at` timestamp NULL DEFAULT NULL, `updated_at` timestamp NULL DEFAULT NULL, `course_id` int(11) DEFAULT NULL, `parent_course_id` int(11) DEFAULT NULL, `class` int(10) UNSIGNED DEFAULT NULL, `section` int(11) DEFAULT NULL, `created_by` int(10) UNSIGNED DEFAULT 1, `updated_by` int(10) UNSIGNED DEFAULT 1, `school_id` int(10) UNSIGNED DEFAULT 1, `academic_id` int(10) UNSIGNED DEFAULT 1, `chapter_id` bigint(20) UNSIGNED DEFAULT NULL, `lesson_id` bigint(20) UNSIGNED DEFAULT NULL, `parent_id` int(11) DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -------------------------------------------------------- -- -- Table structure for table `sm_temporary_meritlists` -- CREATE TABLE `sm_temporary_meritlists` ( `id` int(10) UNSIGNED NOT NULL, `iid` varchar(250) DEFAULT NULL, `student_id` varchar(250) DEFAULT NULL, `merit_order` double(8,2) DEFAULT NULL, `student_name` varchar(250) DEFAULT NULL, `admission_no` varchar(250) DEFAULT NULL, `subjects_id_string` varchar(250) DEFAULT NULL, `subjects_string` varchar(250) DEFAULT NULL, `marks_string` varchar(250) DEFAULT NULL, `total_marks` double(8,2) DEFAULT NULL, `average_mark` double(20,2) DEFAULT NULL, `gpa_point` double(20,2) DEFAULT NULL, `result` varchar(250) DEFAULT NULL, `created_at` timestamp NULL DEFAULT NULL, `updated_at` timestamp NULL DEFAULT NULL, `exam_id` int(10) UNSIGNED DEFAULT NULL, `class_id` int(10) UNSIGNED DEFAULT NULL, `section_id` int(10) UNSIGNED DEFAULT NULL, `school_id` int(10) UNSIGNED DEFAULT 1, `academic_id` int(10) UNSIGNED DEFAULT 1, `roll_no` int(11) DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -------------------------------------------------------- -- -- Table structure for table `sm_testimonials` -- CREATE TABLE `sm_testimonials` ( `id` int(10) UNSIGNED NOT NULL, `name` varchar(191) NOT NULL, `designation` varchar(191) NOT NULL, `institution_name` varchar(191) NOT NULL, `image` varchar(191) NOT NULL, `description` text NOT NULL, `star_rating` int(11) NOT NULL DEFAULT 5, `created_at` timestamp NULL DEFAULT NULL, `updated_at` timestamp NULL DEFAULT NULL, `school_id` int(10) UNSIGNED DEFAULT 1 ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -- Dumping data for table `sm_testimonials` -- INSERT INTO `sm_testimonials` (`id`, `name`, `designation`, `institution_name`, `image`, `description`, `star_rating`, `created_at`, `updated_at`, `school_id`) VALUES (1, 'Tristique euhen', 'CEO', 'Google', 'public/uploads/staff/demo/staff.jpg', 'Highly recommend INFIX EDU for their outstanding school management system. Efficient, customizable, and excellent support. Reliable partner for any educational institution.', 5, '2024-10-23 08:31:14', NULL, 1), (2, 'Malala euhen', 'Chairman', 'Linkdin', 'public/uploads/staff/demo/staff.jpg', 'I strongly endorse INFIX EDU for their exceptional school management system—efficient, customizable, with excellent support. A reliable partner for any educational institution.', 4, '2024-10-23 08:31:14', NULL, 1); -- -------------------------------------------------------- -- -- Table structure for table `sm_time_zones` -- CREATE TABLE `sm_time_zones` ( `id` int(10) UNSIGNED NOT NULL, `code` varchar(191) DEFAULT NULL, `time_zone` 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 `sm_time_zones` -- INSERT INTO `sm_time_zones` (`id`, `code`, `time_zone`, `created_at`, `updated_at`) VALUES (1, 'AD', 'Europe/Andorra', '2024-10-23 08:31:14', '2024-10-23 08:31:14'), (2, 'AE', 'Asia/Dubai', '2024-10-23 08:31:14', '2024-10-23 08:31:14'), (3, 'AF', 'Asia/Kabul', '2024-10-23 08:31:14', '2024-10-23 08:31:14'), (4, 'AG', 'America/Antigua', '2024-10-23 08:31:14', '2024-10-23 08:31:14'), (5, 'AI', 'America/Anguilla', '2024-10-23 08:31:14', '2024-10-23 08:31:14'), (6, 'AL', 'Europe/Tirane', '2024-10-23 08:31:14', '2024-10-23 08:31:14'), (7, 'AM', 'Asia/Yerevan', '2024-10-23 08:31:14', '2024-10-23 08:31:14'), (8, 'AO', 'Africa/Luanda', '2024-10-23 08:31:14', '2024-10-23 08:31:14'), (9, 'AQ', 'Antarctica/McMurdo', '2024-10-23 08:31:14', '2024-10-23 08:31:14'), (10, 'AQ', 'Antarctica/Casey', '2024-10-23 08:31:14', '2024-10-23 08:31:14'), (11, 'AQ', 'Antarctica/Davis', '2024-10-23 08:31:14', '2024-10-23 08:31:14'), (12, 'AQ', 'Antarctica/DumontDUrville', '2024-10-23 08:31:14', '2024-10-23 08:31:14'), (13, 'AQ', 'Antarctica/Mawson', '2024-10-23 08:31:14', '2024-10-23 08:31:14'), (14, 'AQ', 'Antarctica/Palmer', '2024-10-23 08:31:14', '2024-10-23 08:31:14'), (15, 'AQ', 'Antarctica/Rothera', '2024-10-23 08:31:14', '2024-10-23 08:31:14'), (16, 'AQ', 'Antarctica/Syowa', '2024-10-23 08:31:14', '2024-10-23 08:31:14'), (17, 'AQ', 'Antarctica/Troll', '2024-10-23 08:31:14', '2024-10-23 08:31:14'), (18, 'AQ', 'Antarctica/Vostok', '2024-10-23 08:31:14', '2024-10-23 08:31:14'), (19, 'AR', 'America/Argentina/Buenos_Aires', '2024-10-23 08:31:14', '2024-10-23 08:31:14'), (20, 'AR', 'America/Argentina/Cordoba', '2024-10-23 08:31:14', '2024-10-23 08:31:14'), (21, 'AR', 'America/Argentina/Salta', '2024-10-23 08:31:14', '2024-10-23 08:31:14'), (22, 'AR', 'America/Argentina/Jujuy', '2024-10-23 08:31:14', '2024-10-23 08:31:14'), (23, 'AR', 'America/Argentina/Tucuman', '2024-10-23 08:31:14', '2024-10-23 08:31:14'), (24, 'AR', 'America/Argentina/Catamarca', '2024-10-23 08:31:14', '2024-10-23 08:31:14'), (25, 'AR', 'America/Argentina/La_Rioja', '2024-10-23 08:31:14', '2024-10-23 08:31:14'), (26, 'AR', 'America/Argentina/San_Juan', '2024-10-23 08:31:14', '2024-10-23 08:31:14'), (27, 'AR', 'America/Argentina/Mendoza', '2024-10-23 08:31:14', '2024-10-23 08:31:14'), (28, 'AR', 'America/Argentina/San_Luis', '2024-10-23 08:31:14', '2024-10-23 08:31:14'), (29, 'AR', 'America/Argentina/Rio_Gallegos', '2024-10-23 08:31:14', '2024-10-23 08:31:14'), (30, 'AR', 'America/Argentina/Ushuaia', '2024-10-23 08:31:14', '2024-10-23 08:31:14'), (31, 'AS', 'Pacific/Pago_Pago', '2024-10-23 08:31:14', '2024-10-23 08:31:14'), (32, 'AT', 'Europe/Vienna', '2024-10-23 08:31:14', '2024-10-23 08:31:14'), (33, 'AU', 'Australia/Lord_Howe', '2024-10-23 08:31:14', '2024-10-23 08:31:14'), (34, 'AU', 'Antarctica/Macquarie', '2024-10-23 08:31:14', '2024-10-23 08:31:14'), (35, 'AU', 'Australia/Hobart', '2024-10-23 08:31:14', '2024-10-23 08:31:14'), (36, 'AU', 'Australia/Currie', '2024-10-23 08:31:14', '2024-10-23 08:31:14'), (37, 'AU', 'Australia/Melbourne', '2024-10-23 08:31:14', '2024-10-23 08:31:14'), (38, 'AU', 'Australia/Sydney', '2024-10-23 08:31:14', '2024-10-23 08:31:14'), (39, 'AU', 'Australia/Broken_Hill', '2024-10-23 08:31:14', '2024-10-23 08:31:14'), (40, 'AU', 'Australia/Brisbane', '2024-10-23 08:31:14', '2024-10-23 08:31:14'), (41, 'AU', 'Australia/Lindeman', '2024-10-23 08:31:14', '2024-10-23 08:31:14'), (42, 'AU', 'Australia/Adelaide', '2024-10-23 08:31:14', '2024-10-23 08:31:14'), (43, 'AU', 'Australia/Darwin', '2024-10-23 08:31:14', '2024-10-23 08:31:14'), (44, 'AU', 'Australia/Perth', '2024-10-23 08:31:14', '2024-10-23 08:31:14'), (45, 'AU', 'Australia/Eucla', '2024-10-23 08:31:14', '2024-10-23 08:31:14'), (46, 'AW', 'America/Aruba', '2024-10-23 08:31:14', '2024-10-23 08:31:14'), (47, 'AX', 'Europe/Mariehamn', '2024-10-23 08:31:14', '2024-10-23 08:31:14'), (48, 'AZ', 'Asia/Baku', '2024-10-23 08:31:14', '2024-10-23 08:31:14'), (49, 'BA', 'Europe/Sarajevo', '2024-10-23 08:31:14', '2024-10-23 08:31:14'), (50, 'BB', 'America/Barbados', '2024-10-23 08:31:14', '2024-10-23 08:31:14'), (51, 'BD', 'Asia/Dhaka', '2024-10-23 08:31:14', '2024-10-23 08:31:14'), (52, 'BE', 'Europe/Brussels', '2024-10-23 08:31:14', '2024-10-23 08:31:14'), (53, 'BF', 'Africa/Ouagadougou', '2024-10-23 08:31:14', '2024-10-23 08:31:14'), (54, 'BG', 'Europe/Sofia', '2024-10-23 08:31:14', '2024-10-23 08:31:14'), (55, 'BH', 'Asia/Bahrain', '2024-10-23 08:31:14', '2024-10-23 08:31:14'), (56, 'BI', 'Africa/Bujumbura', '2024-10-23 08:31:14', '2024-10-23 08:31:14'), (57, 'BJ', 'Africa/Porto-Novo', '2024-10-23 08:31:14', '2024-10-23 08:31:14'), (58, 'BL', 'America/St_Barthelemy', '2024-10-23 08:31:14', '2024-10-23 08:31:14'), (59, 'BM', 'Atlantic/Bermuda', '2024-10-23 08:31:14', '2024-10-23 08:31:14'), (60, 'BN', 'Asia/Brunei', '2024-10-23 08:31:14', '2024-10-23 08:31:14'), (61, 'BO', 'America/La_Paz', '2024-10-23 08:31:14', '2024-10-23 08:31:14'), (62, 'BQ', 'America/Kralendijk', '2024-10-23 08:31:14', '2024-10-23 08:31:14'), (63, 'BR', 'America/Noronha', '2024-10-23 08:31:14', '2024-10-23 08:31:14'), (64, 'BR', 'America/Belem', '2024-10-23 08:31:14', '2024-10-23 08:31:14'), (65, 'BR', 'America/Fortaleza', '2024-10-23 08:31:14', '2024-10-23 08:31:14'), (66, 'BR', 'America/Recife', '2024-10-23 08:31:14', '2024-10-23 08:31:14'), (67, 'BR', 'America/Araguaina', '2024-10-23 08:31:14', '2024-10-23 08:31:14'), (68, 'BR', 'America/Maceio', '2024-10-23 08:31:14', '2024-10-23 08:31:14'), (69, 'BR', 'America/Bahia', '2024-10-23 08:31:14', '2024-10-23 08:31:14'), (70, 'BR', 'America/Sao_Paulo', '2024-10-23 08:31:14', '2024-10-23 08:31:14'), (71, 'BR', 'America/Campo_Grande', '2024-10-23 08:31:14', '2024-10-23 08:31:14'), (72, 'BR', 'America/Cuiaba', '2024-10-23 08:31:14', '2024-10-23 08:31:14'), (73, 'BR', 'America/Santarem', '2024-10-23 08:31:14', '2024-10-23 08:31:14'), (74, 'BR', 'America/Porto_Velho', '2024-10-23 08:31:14', '2024-10-23 08:31:14'), (75, 'BR', 'America/Boa_Vista', '2024-10-23 08:31:14', '2024-10-23 08:31:14'), (76, 'BR', 'America/Manaus', '2024-10-23 08:31:14', '2024-10-23 08:31:14'), (77, 'BR', 'America/Eirunepe', '2024-10-23 08:31:14', '2024-10-23 08:31:14'), (78, 'BR', 'America/Rio_Branco', '2024-10-23 08:31:14', '2024-10-23 08:31:14'), (79, 'BS', 'America/Nassau', '2024-10-23 08:31:14', '2024-10-23 08:31:14'), (80, 'BT', 'Asia/Thimphu', '2024-10-23 08:31:14', '2024-10-23 08:31:14'), (81, 'BW', 'Africa/Gaborone', '2024-10-23 08:31:14', '2024-10-23 08:31:14'), (82, 'BY', 'Europe/Minsk', '2024-10-23 08:31:14', '2024-10-23 08:31:14'), (83, 'BZ', 'America/Belize', '2024-10-23 08:31:14', '2024-10-23 08:31:14'), (84, 'CA', 'America/St_Johns', '2024-10-23 08:31:14', '2024-10-23 08:31:14'), (85, 'CA', 'America/Halifax', '2024-10-23 08:31:14', '2024-10-23 08:31:14'), (86, 'CA', 'America/Glace_Bay', '2024-10-23 08:31:14', '2024-10-23 08:31:14'), (87, 'CA', 'America/Moncton', '2024-10-23 08:31:14', '2024-10-23 08:31:14'), (88, 'CA', 'America/Goose_Bay', '2024-10-23 08:31:14', '2024-10-23 08:31:14'), (89, 'CA', 'America/Blanc-Sablon', '2024-10-23 08:31:14', '2024-10-23 08:31:14'), (90, 'CA', 'America/Toronto', '2024-10-23 08:31:14', '2024-10-23 08:31:14'), (91, 'CA', 'America/Nipigon', '2024-10-23 08:31:14', '2024-10-23 08:31:14'), (92, 'CA', 'America/Thunder_Bay', '2024-10-23 08:31:14', '2024-10-23 08:31:14'), (93, 'CA', 'America/Iqaluit', '2024-10-23 08:31:14', '2024-10-23 08:31:14'), (94, 'CA', 'America/Pangnirtung', '2024-10-23 08:31:14', '2024-10-23 08:31:14'), (95, 'CA', 'America/Atikokan', '2024-10-23 08:31:14', '2024-10-23 08:31:14'), (96, 'CA', 'America/Winnipeg', '2024-10-23 08:31:14', '2024-10-23 08:31:14'), (97, 'CA', 'America/Rainy_River', '2024-10-23 08:31:14', '2024-10-23 08:31:14'), (98, 'CA', 'America/Resolute', '2024-10-23 08:31:14', '2024-10-23 08:31:14'), (99, 'CA', 'America/Rankin_Inlet', '2024-10-23 08:31:14', '2024-10-23 08:31:14'), (100, 'CA', 'America/Regina', '2024-10-23 08:31:14', '2024-10-23 08:31:14'), (101, 'CA', 'America/Swift_Current', '2024-10-23 08:31:14', '2024-10-23 08:31:14'), (102, 'CA', 'America/Edmonton', '2024-10-23 08:31:14', '2024-10-23 08:31:14'), (103, 'CA', 'America/Cambridge_Bay', '2024-10-23 08:31:14', '2024-10-23 08:31:14'), (104, 'CA', 'America/Yellowknife', '2024-10-23 08:31:14', '2024-10-23 08:31:14'), (105, 'CA', 'America/Inuvik', '2024-10-23 08:31:14', '2024-10-23 08:31:14'), (106, 'CA', 'America/Creston', '2024-10-23 08:31:14', '2024-10-23 08:31:14'), (107, 'CA', 'America/Dawson_Creek', '2024-10-23 08:31:14', '2024-10-23 08:31:14'), (108, 'CA', 'America/Fort_Nelson', '2024-10-23 08:31:14', '2024-10-23 08:31:14'), (109, 'CA', 'America/Vancouver', '2024-10-23 08:31:14', '2024-10-23 08:31:14'), (110, 'CA', 'America/Whitehorse', '2024-10-23 08:31:14', '2024-10-23 08:31:14'), (111, 'CA', 'America/Dawson', '2024-10-23 08:31:14', '2024-10-23 08:31:14'), (112, 'CC', 'Indian/Cocos', '2024-10-23 08:31:14', '2024-10-23 08:31:14'), (113, 'CD', 'Africa/Kinshasa', '2024-10-23 08:31:14', '2024-10-23 08:31:14'), (114, 'CD', 'Africa/Lubumbashi', '2024-10-23 08:31:14', '2024-10-23 08:31:14'), (115, 'CF', 'Africa/Bangui', '2024-10-23 08:31:14', '2024-10-23 08:31:14'), (116, 'CG', 'Africa/Brazzaville', '2024-10-23 08:31:14', '2024-10-23 08:31:14'), (117, 'CH', 'Europe/Zurich', '2024-10-23 08:31:14', '2024-10-23 08:31:14'), (118, 'CI', 'Africa/Abidjan', '2024-10-23 08:31:14', '2024-10-23 08:31:14'), (119, 'CK', 'Pacific/Rarotonga', '2024-10-23 08:31:14', '2024-10-23 08:31:14'), (120, 'CL', 'America/Santiago', '2024-10-23 08:31:14', '2024-10-23 08:31:14'), (121, 'CL', 'America/Punta_Arenas', '2024-10-23 08:31:14', '2024-10-23 08:31:14'), (122, 'CL', 'Pacific/Easter', '2024-10-23 08:31:14', '2024-10-23 08:31:14'), (123, 'CM', 'Africa/Douala', '2024-10-23 08:31:14', '2024-10-23 08:31:14'), (124, 'CN', 'Asia/Shanghai', '2024-10-23 08:31:14', '2024-10-23 08:31:14'), (125, 'CN', 'Asia/Urumqi', '2024-10-23 08:31:14', '2024-10-23 08:31:14'), (126, 'CO', 'America/Bogota', '2024-10-23 08:31:14', '2024-10-23 08:31:14'), (127, 'CR', 'America/Costa_Rica', '2024-10-23 08:31:14', '2024-10-23 08:31:14'), (128, 'CU', 'America/Havana', '2024-10-23 08:31:14', '2024-10-23 08:31:14'), (129, 'CV', 'Atlantic/Cape_Verde', '2024-10-23 08:31:14', '2024-10-23 08:31:14'), (130, 'CW', 'America/Curacao', '2024-10-23 08:31:14', '2024-10-23 08:31:14'), (131, 'CX', 'Indian/Christmas', '2024-10-23 08:31:14', '2024-10-23 08:31:14'), (132, 'CY', 'Asia/Nicosia', '2024-10-23 08:31:14', '2024-10-23 08:31:14'), (133, 'CY', 'Asia/Famagusta', '2024-10-23 08:31:14', '2024-10-23 08:31:14'), (134, 'CZ', 'Europe/Prague', '2024-10-23 08:31:14', '2024-10-23 08:31:14'), (135, 'DE', 'Europe/Berlin', '2024-10-23 08:31:14', '2024-10-23 08:31:14'), (136, 'DE', 'Europe/Busingen', '2024-10-23 08:31:14', '2024-10-23 08:31:14'), (137, 'DJ', 'Africa/Djibouti', '2024-10-23 08:31:14', '2024-10-23 08:31:14'), (138, 'DK', 'Europe/Copenhagen', '2024-10-23 08:31:14', '2024-10-23 08:31:14'), (139, 'DM', 'America/Dominica', '2024-10-23 08:31:14', '2024-10-23 08:31:14'), (140, 'DO', 'America/Santo_Domingo', '2024-10-23 08:31:14', '2024-10-23 08:31:14'), (141, 'DZ', 'Africa/Algiers', '2024-10-23 08:31:14', '2024-10-23 08:31:14'), (142, 'EC', 'America/Guayaquil', '2024-10-23 08:31:14', '2024-10-23 08:31:14'), (143, 'EC', 'Pacific/Galapagos', '2024-10-23 08:31:14', '2024-10-23 08:31:14'), (144, 'EE', 'Europe/Tallinn', '2024-10-23 08:31:14', '2024-10-23 08:31:14'), (145, 'EG', 'Africa/Cairo', '2024-10-23 08:31:14', '2024-10-23 08:31:14'), (146, 'EH', 'Africa/El_Aaiun', '2024-10-23 08:31:14', '2024-10-23 08:31:14'), (147, 'ER', 'Africa/Asmara', '2024-10-23 08:31:14', '2024-10-23 08:31:14'), (148, 'ES', 'Europe/Madrid', '2024-10-23 08:31:14', '2024-10-23 08:31:14'), (149, 'ES', 'Africa/Ceuta', '2024-10-23 08:31:14', '2024-10-23 08:31:14'), (150, 'ES', 'Atlantic/Canary', '2024-10-23 08:31:14', '2024-10-23 08:31:14'), (151, 'ET', 'Africa/Addis_Ababa', '2024-10-23 08:31:14', '2024-10-23 08:31:14'), (152, 'FI', 'Europe/Helsinki', '2024-10-23 08:31:14', '2024-10-23 08:31:14'), (153, 'FJ', 'Pacific/Fiji', '2024-10-23 08:31:14', '2024-10-23 08:31:14'), (154, 'FK', 'Atlantic/Stanley', '2024-10-23 08:31:14', '2024-10-23 08:31:14'), (155, 'FM', 'Pacific/Chuuk', '2024-10-23 08:31:14', '2024-10-23 08:31:14'), (156, 'FM', 'Pacific/Pohnpei', '2024-10-23 08:31:14', '2024-10-23 08:31:14'), (157, 'FM', 'Pacific/Kosrae', '2024-10-23 08:31:14', '2024-10-23 08:31:14'), (158, 'FO', 'Atlantic/Faroe', '2024-10-23 08:31:14', '2024-10-23 08:31:14'), (159, 'FR', 'Europe/Paris', '2024-10-23 08:31:14', '2024-10-23 08:31:14'), (160, 'GA', 'Africa/Libreville', '2024-10-23 08:31:14', '2024-10-23 08:31:14'), (161, 'GB', 'Europe/London', '2024-10-23 08:31:14', '2024-10-23 08:31:14'), (162, 'GD', 'America/Grenada', '2024-10-23 08:31:14', '2024-10-23 08:31:14'), (163, 'GE', 'Asia/Tbilisi', '2024-10-23 08:31:14', '2024-10-23 08:31:14'), (164, 'GF', 'America/Cayenne', '2024-10-23 08:31:14', '2024-10-23 08:31:14'), (165, 'GG', 'Europe/Guernsey', '2024-10-23 08:31:14', '2024-10-23 08:31:14'), (166, 'GH', 'Africa/Accra', '2024-10-23 08:31:14', '2024-10-23 08:31:14'), (167, 'GI', 'Europe/Gibraltar', '2024-10-23 08:31:14', '2024-10-23 08:31:14'), (168, 'GL', 'America/Godthab', '2024-10-23 08:31:14', '2024-10-23 08:31:14'), (169, 'GL', 'America/Danmarkshavn', '2024-10-23 08:31:14', '2024-10-23 08:31:14'), (170, 'GL', 'America/Scoresbysund', '2024-10-23 08:31:14', '2024-10-23 08:31:14'), (171, 'GL', 'America/Thule', '2024-10-23 08:31:14', '2024-10-23 08:31:14'), (172, 'GM', 'Africa/Banjul', '2024-10-23 08:31:14', '2024-10-23 08:31:14'), (173, 'GN', 'Africa/Conakry', '2024-10-23 08:31:14', '2024-10-23 08:31:14'), (174, 'GP', 'America/Guadeloupe', '2024-10-23 08:31:14', '2024-10-23 08:31:14'), (175, 'GQ', 'Africa/Malabo', '2024-10-23 08:31:14', '2024-10-23 08:31:14'), (176, 'GR', 'Europe/Athens', '2024-10-23 08:31:14', '2024-10-23 08:31:14'), (177, 'GS', 'Atlantic/South_Georgia', '2024-10-23 08:31:14', '2024-10-23 08:31:14'), (178, 'GT', 'America/Guatemala', '2024-10-23 08:31:14', '2024-10-23 08:31:14'), (179, 'GU', 'Pacific/Guam', '2024-10-23 08:31:14', '2024-10-23 08:31:14'), (180, 'GW', 'Africa/Bissau', '2024-10-23 08:31:14', '2024-10-23 08:31:14'), (181, 'GY', 'America/Guyana', '2024-10-23 08:31:14', '2024-10-23 08:31:14'), (182, 'HK', 'Asia/Hong_Kong', '2024-10-23 08:31:14', '2024-10-23 08:31:14'), (183, 'HN', 'America/Tegucigalpa', '2024-10-23 08:31:14', '2024-10-23 08:31:14'), (184, 'HR', 'Europe/Zagreb', '2024-10-23 08:31:14', '2024-10-23 08:31:14'), (185, 'HT', 'America/Port-au-Prince', '2024-10-23 08:31:14', '2024-10-23 08:31:14'), (186, 'HU', 'Europe/Budapest', '2024-10-23 08:31:14', '2024-10-23 08:31:14'), (187, 'ID', 'Asia/Jakarta', '2024-10-23 08:31:14', '2024-10-23 08:31:14'), (188, 'ID', 'Asia/Pontianak', '2024-10-23 08:31:14', '2024-10-23 08:31:14'), (189, 'ID', 'Asia/Makassar', '2024-10-23 08:31:14', '2024-10-23 08:31:14'), (190, 'ID', 'Asia/Jayapura', '2024-10-23 08:31:14', '2024-10-23 08:31:14'), (191, 'IE', 'Europe/Dublin', '2024-10-23 08:31:14', '2024-10-23 08:31:14'), (192, 'IL', 'Asia/Jerusalem', '2024-10-23 08:31:14', '2024-10-23 08:31:14'), (193, 'IM', 'Europe/Isle_of_Man', '2024-10-23 08:31:14', '2024-10-23 08:31:14'), (194, 'IN', 'Asia/Kolkata', '2024-10-23 08:31:14', '2024-10-23 08:31:14'), (195, 'IO', 'Indian/Chagos', '2024-10-23 08:31:14', '2024-10-23 08:31:14'), (196, 'IQ', 'Asia/Baghdad', '2024-10-23 08:31:14', '2024-10-23 08:31:14'), (197, 'IR', 'Asia/Tehran', '2024-10-23 08:31:14', '2024-10-23 08:31:14'), (198, 'IS', 'Atlantic/Reykjavik', '2024-10-23 08:31:14', '2024-10-23 08:31:14'), (199, 'IT', 'Europe/Rome', '2024-10-23 08:31:14', '2024-10-23 08:31:14'), (200, 'JE', 'Europe/Jersey', '2024-10-23 08:31:14', '2024-10-23 08:31:14'), (201, 'JM', 'America/Jamaica', '2024-10-23 08:31:14', '2024-10-23 08:31:14'), (202, 'JO', 'Asia/Amman', '2024-10-23 08:31:14', '2024-10-23 08:31:14'), (203, 'JP', 'Asia/Tokyo', '2024-10-23 08:31:14', '2024-10-23 08:31:14'), (204, 'KE', 'Africa/Nairobi', '2024-10-23 08:31:14', '2024-10-23 08:31:14'), (205, 'KG', 'Asia/Bishkek', '2024-10-23 08:31:14', '2024-10-23 08:31:14'), (206, 'KH', 'Asia/Phnom_Penh', '2024-10-23 08:31:14', '2024-10-23 08:31:14'), (207, 'KI', 'Pacific/Tarawa', '2024-10-23 08:31:14', '2024-10-23 08:31:14'), (208, 'KI', 'Pacific/Enderbury', '2024-10-23 08:31:14', '2024-10-23 08:31:14'), (209, 'KI', 'Pacific/Kiritimati', '2024-10-23 08:31:14', '2024-10-23 08:31:14'), (210, 'KM', 'Indian/Comoro', '2024-10-23 08:31:14', '2024-10-23 08:31:14'), (211, 'KN', 'America/St_Kitts', '2024-10-23 08:31:14', '2024-10-23 08:31:14'), (212, 'KP', 'Asia/Pyongyang', '2024-10-23 08:31:14', '2024-10-23 08:31:14'), (213, 'KR', 'Asia/Seoul', '2024-10-23 08:31:14', '2024-10-23 08:31:14'), (214, 'KW', 'Asia/Kuwait', '2024-10-23 08:31:14', '2024-10-23 08:31:14'), (215, 'KY', 'America/Cayman', '2024-10-23 08:31:14', '2024-10-23 08:31:14'), (216, 'KZ', 'Asia/Almaty', '2024-10-23 08:31:14', '2024-10-23 08:31:14'), (217, 'KZ', 'Asia/Qyzylorda', '2024-10-23 08:31:14', '2024-10-23 08:31:14'), (218, 'KZ', 'Asia/Aqtobe', '2024-10-23 08:31:14', '2024-10-23 08:31:14'), (219, 'KZ', 'Asia/Aqtau', '2024-10-23 08:31:14', '2024-10-23 08:31:14'), (220, 'KZ', 'Asia/Atyrau', '2024-10-23 08:31:14', '2024-10-23 08:31:14'), (221, 'KZ', 'Asia/Oral', '2024-10-23 08:31:14', '2024-10-23 08:31:14'), (222, 'LA', 'Asia/Vientiane', '2024-10-23 08:31:14', '2024-10-23 08:31:14'), (223, 'LB', 'Asia/Beirut', '2024-10-23 08:31:14', '2024-10-23 08:31:14'), (224, 'LC', 'America/St_Lucia', '2024-10-23 08:31:14', '2024-10-23 08:31:14'), (225, 'LI', 'Europe/Vaduz', '2024-10-23 08:31:14', '2024-10-23 08:31:14'), (226, 'LK', 'Asia/Colombo', '2024-10-23 08:31:14', '2024-10-23 08:31:14'), (227, 'LR', 'Africa/Monrovia', '2024-10-23 08:31:14', '2024-10-23 08:31:14'), (228, 'LS', 'Africa/Maseru', '2024-10-23 08:31:14', '2024-10-23 08:31:14'), (229, 'LT', 'Europe/Vilnius', '2024-10-23 08:31:14', '2024-10-23 08:31:14'), (230, 'LU', 'Europe/Luxembourg', '2024-10-23 08:31:14', '2024-10-23 08:31:14'), (231, 'LV', 'Europe/Riga', '2024-10-23 08:31:14', '2024-10-23 08:31:14'), (232, 'LY', 'Africa/Tripoli', '2024-10-23 08:31:14', '2024-10-23 08:31:14'), (233, 'MA', 'Africa/Casablanca', '2024-10-23 08:31:14', '2024-10-23 08:31:14'), (234, 'MC', 'Europe/Monaco', '2024-10-23 08:31:14', '2024-10-23 08:31:14'), (235, 'MD', 'Europe/Chisinau', '2024-10-23 08:31:14', '2024-10-23 08:31:14'), (236, 'ME', 'Europe/Podgorica', '2024-10-23 08:31:14', '2024-10-23 08:31:14'), (237, 'MF', 'America/Marigot', '2024-10-23 08:31:14', '2024-10-23 08:31:14'), (238, 'MG', 'Indian/Antananarivo', '2024-10-23 08:31:14', '2024-10-23 08:31:14'), (239, 'MH', 'Pacific/Majuro', '2024-10-23 08:31:14', '2024-10-23 08:31:14'), (240, 'MH', 'Pacific/Kwajalein', '2024-10-23 08:31:14', '2024-10-23 08:31:14'), (241, 'MK', 'Europe/Skopje', '2024-10-23 08:31:14', '2024-10-23 08:31:14'), (242, 'ML', 'Africa/Bamako', '2024-10-23 08:31:14', '2024-10-23 08:31:14'), (243, 'MM', 'Asia/Yangon', '2024-10-23 08:31:14', '2024-10-23 08:31:14'), (244, 'MN', 'Asia/Ulaanbaatar', '2024-10-23 08:31:14', '2024-10-23 08:31:14'), (245, 'MN', 'Asia/Hovd', '2024-10-23 08:31:14', '2024-10-23 08:31:14'), (246, 'MN', 'Asia/Choibalsan', '2024-10-23 08:31:14', '2024-10-23 08:31:14'), (247, 'MO', 'Asia/Macau', '2024-10-23 08:31:14', '2024-10-23 08:31:14'), (248, 'MP', 'Pacific/Saipan', '2024-10-23 08:31:14', '2024-10-23 08:31:14'), (249, 'MQ', 'America/Martinique', '2024-10-23 08:31:14', '2024-10-23 08:31:14'), (250, 'MR', 'Africa/Nouakchott', '2024-10-23 08:31:14', '2024-10-23 08:31:14'), (251, 'MS', 'America/Montserrat', '2024-10-23 08:31:14', '2024-10-23 08:31:14'), (252, 'MT', 'Europe/Malta', '2024-10-23 08:31:14', '2024-10-23 08:31:14'), (253, 'MU', 'Indian/Mauritius', '2024-10-23 08:31:14', '2024-10-23 08:31:14'), (254, 'MV', 'Indian/Maldives', '2024-10-23 08:31:14', '2024-10-23 08:31:14'), (255, 'MW', 'Africa/Blantyre', '2024-10-23 08:31:14', '2024-10-23 08:31:14'), (256, 'MX', 'America/Mexico_City', '2024-10-23 08:31:14', '2024-10-23 08:31:14'), (257, 'MX', 'America/Cancun', '2024-10-23 08:31:14', '2024-10-23 08:31:14'), (258, 'MX', 'America/Merida', '2024-10-23 08:31:14', '2024-10-23 08:31:14'), (259, 'MX', 'America/Monterrey', '2024-10-23 08:31:14', '2024-10-23 08:31:14'), (260, 'MX', 'America/Matamoros', '2024-10-23 08:31:14', '2024-10-23 08:31:14'), (261, 'MX', 'America/Mazatlan', '2024-10-23 08:31:14', '2024-10-23 08:31:14'), (262, 'MX', 'America/Chihuahua', '2024-10-23 08:31:14', '2024-10-23 08:31:14'), (263, 'MX', 'America/Ojinaga', '2024-10-23 08:31:14', '2024-10-23 08:31:14'), (264, 'MX', 'America/Hermosillo', '2024-10-23 08:31:14', '2024-10-23 08:31:14'), (265, 'MX', 'America/Tijuana', '2024-10-23 08:31:14', '2024-10-23 08:31:14'), (266, 'MX', 'America/Bahia_Banderas', '2024-10-23 08:31:14', '2024-10-23 08:31:14'), (267, 'MY', 'Asia/Kuala_Lumpur', '2024-10-23 08:31:14', '2024-10-23 08:31:14'), (268, 'MY', 'Asia/Kuching', '2024-10-23 08:31:14', '2024-10-23 08:31:14'), (269, 'MZ', 'Africa/Maputo', '2024-10-23 08:31:14', '2024-10-23 08:31:14'), (270, 'NA', 'Africa/Windhoek', '2024-10-23 08:31:14', '2024-10-23 08:31:14'), (271, 'NC', 'Pacific/Noumea', '2024-10-23 08:31:14', '2024-10-23 08:31:14'), (272, 'NE', 'Africa/Niamey', '2024-10-23 08:31:14', '2024-10-23 08:31:14'), (273, 'NF', 'Pacific/Norfolk', '2024-10-23 08:31:14', '2024-10-23 08:31:14'), (274, 'NG', 'Africa/Lagos', '2024-10-23 08:31:14', '2024-10-23 08:31:14'), (275, 'NI', 'America/Managua', '2024-10-23 08:31:14', '2024-10-23 08:31:14'), (276, 'NL', 'Europe/Amsterdam', '2024-10-23 08:31:14', '2024-10-23 08:31:14'), (277, 'NO', 'Europe/Oslo', '2024-10-23 08:31:14', '2024-10-23 08:31:14'), (278, 'NP', 'Asia/Kathmandu', '2024-10-23 08:31:14', '2024-10-23 08:31:14'), (279, 'NR', 'Pacific/Nauru', '2024-10-23 08:31:14', '2024-10-23 08:31:14'), (280, 'NU', 'Pacific/Niue', '2024-10-23 08:31:14', '2024-10-23 08:31:14'), (281, 'NZ', 'Pacific/Auckland', '2024-10-23 08:31:14', '2024-10-23 08:31:14'), (282, 'NZ', 'Pacific/Chatham', '2024-10-23 08:31:14', '2024-10-23 08:31:14'), (283, 'OM', 'Asia/Muscat', '2024-10-23 08:31:14', '2024-10-23 08:31:14'), (284, 'PA', 'America/Panama', '2024-10-23 08:31:14', '2024-10-23 08:31:14'), (285, 'PE', 'America/Lima', '2024-10-23 08:31:14', '2024-10-23 08:31:14'), (286, 'PF', 'Pacific/Tahiti', '2024-10-23 08:31:14', '2024-10-23 08:31:14'), (287, 'PF', 'Pacific/Marquesas', '2024-10-23 08:31:14', '2024-10-23 08:31:14'), (288, 'PF', 'Pacific/Gambier', '2024-10-23 08:31:14', '2024-10-23 08:31:14'), (289, 'PG', 'Pacific/Port_Moresby', '2024-10-23 08:31:14', '2024-10-23 08:31:14'), (290, 'PG', 'Pacific/Bougainville', '2024-10-23 08:31:14', '2024-10-23 08:31:14'), (291, 'PH', 'Asia/Manila', '2024-10-23 08:31:14', '2024-10-23 08:31:14'), (292, 'PK', 'Asia/Karachi', '2024-10-23 08:31:14', '2024-10-23 08:31:14'), (293, 'PL', 'Europe/Warsaw', '2024-10-23 08:31:14', '2024-10-23 08:31:14'), (294, 'PM', 'America/Miquelon', '2024-10-23 08:31:14', '2024-10-23 08:31:14'), (295, 'PN', 'Pacific/Pitcairn', '2024-10-23 08:31:14', '2024-10-23 08:31:14'), (296, 'PR', 'America/Puerto_Rico', '2024-10-23 08:31:14', '2024-10-23 08:31:14'), (297, 'PS', 'Asia/Gaza', '2024-10-23 08:31:14', '2024-10-23 08:31:14'), (298, 'PS', 'Asia/Hebron', '2024-10-23 08:31:14', '2024-10-23 08:31:14'), (299, 'PT', 'Europe/Lisbon', '2024-10-23 08:31:14', '2024-10-23 08:31:14'), (300, 'PT', 'Atlantic/Madeira', '2024-10-23 08:31:14', '2024-10-23 08:31:14'), (301, 'PT', 'Atlantic/Azores', '2024-10-23 08:31:14', '2024-10-23 08:31:14'), (302, 'PW', 'Pacific/Palau', '2024-10-23 08:31:14', '2024-10-23 08:31:14'), (303, 'PY', 'America/Asuncion', '2024-10-23 08:31:14', '2024-10-23 08:31:14'), (304, 'QA', 'Asia/Qatar', '2024-10-23 08:31:14', '2024-10-23 08:31:14'), (305, 'RE', 'Indian/Reunion', '2024-10-23 08:31:14', '2024-10-23 08:31:14'), (306, 'RO', 'Europe/Bucharest', '2024-10-23 08:31:14', '2024-10-23 08:31:14'), (307, 'RS', 'Europe/Belgrade', '2024-10-23 08:31:14', '2024-10-23 08:31:14'), (308, 'RU', 'Europe/Kaliningrad', '2024-10-23 08:31:14', '2024-10-23 08:31:14'), (309, 'RU', 'Europe/Moscow', '2024-10-23 08:31:14', '2024-10-23 08:31:14'), (310, 'RU', 'Europe/Simferopol', '2024-10-23 08:31:14', '2024-10-23 08:31:14'), (311, 'RU', 'Europe/Volgograd', '2024-10-23 08:31:14', '2024-10-23 08:31:14'), (312, 'RU', 'Europe/Kirov', '2024-10-23 08:31:14', '2024-10-23 08:31:14'), (313, 'RU', 'Europe/Astrakhan', '2024-10-23 08:31:14', '2024-10-23 08:31:14'), (314, 'RU', 'Europe/Saratov', '2024-10-23 08:31:14', '2024-10-23 08:31:14'), (315, 'RU', 'Europe/Ulyanovsk', '2024-10-23 08:31:14', '2024-10-23 08:31:14'), (316, 'RU', 'Europe/Samara', '2024-10-23 08:31:14', '2024-10-23 08:31:14'), (317, 'RU', 'Asia/Yekaterinburg', '2024-10-23 08:31:14', '2024-10-23 08:31:14'), (318, 'RU', 'Asia/Omsk', '2024-10-23 08:31:14', '2024-10-23 08:31:14'), (319, 'RU', 'Asia/Novosibirsk', '2024-10-23 08:31:14', '2024-10-23 08:31:14'), (320, 'RU', 'Asia/Barnaul', '2024-10-23 08:31:14', '2024-10-23 08:31:14'), (321, 'RU', 'Asia/Tomsk', '2024-10-23 08:31:14', '2024-10-23 08:31:14'), (322, 'RU', 'Asia/Novokuznetsk', '2024-10-23 08:31:14', '2024-10-23 08:31:14'), (323, 'RU', 'Asia/Krasnoyarsk', '2024-10-23 08:31:14', '2024-10-23 08:31:14'), (324, 'RU', 'Asia/Irkutsk', '2024-10-23 08:31:14', '2024-10-23 08:31:14'), (325, 'RU', 'Asia/Chita', '2024-10-23 08:31:14', '2024-10-23 08:31:14'), (326, 'RU', 'Asia/Yakutsk', '2024-10-23 08:31:14', '2024-10-23 08:31:14'), (327, 'RU', 'Asia/Khandyga', '2024-10-23 08:31:14', '2024-10-23 08:31:14'), (328, 'RU', 'Asia/Vladivostok', '2024-10-23 08:31:14', '2024-10-23 08:31:14'), (329, 'RU', 'Asia/Ust-Nera', '2024-10-23 08:31:14', '2024-10-23 08:31:14'), (330, 'RU', 'Asia/Magadan', '2024-10-23 08:31:14', '2024-10-23 08:31:14'), (331, 'RU', 'Asia/Sakhalin', '2024-10-23 08:31:14', '2024-10-23 08:31:14'), (332, 'RU', 'Asia/Srednekolymsk', '2024-10-23 08:31:14', '2024-10-23 08:31:14'), (333, 'RU', 'Asia/Kamchatka', '2024-10-23 08:31:14', '2024-10-23 08:31:14'), (334, 'RU', 'Asia/Anadyr', '2024-10-23 08:31:14', '2024-10-23 08:31:14'), (335, 'RW', 'Africa/Kigali', '2024-10-23 08:31:14', '2024-10-23 08:31:14'), (336, 'SA', 'Asia/Riyadh', '2024-10-23 08:31:14', '2024-10-23 08:31:14'), (337, 'SB', 'Pacific/Guadalcanal', '2024-10-23 08:31:14', '2024-10-23 08:31:14'), (338, 'SC', 'Indian/Mahe', '2024-10-23 08:31:14', '2024-10-23 08:31:14'), (339, 'SD', 'Africa/Khartoum', '2024-10-23 08:31:14', '2024-10-23 08:31:14'), (340, 'SE', 'Europe/Stockholm', '2024-10-23 08:31:14', '2024-10-23 08:31:14'), (341, 'SG', 'Asia/Singapore', '2024-10-23 08:31:14', '2024-10-23 08:31:14'), (342, 'SH', 'Atlantic/St_Helena', '2024-10-23 08:31:14', '2024-10-23 08:31:14'), (343, 'SI', 'Europe/Ljubljana', '2024-10-23 08:31:14', '2024-10-23 08:31:14'), (344, 'SJ', 'Arctic/Longyearbyen', '2024-10-23 08:31:14', '2024-10-23 08:31:14'), (345, 'SK', 'Europe/Bratislava', '2024-10-23 08:31:14', '2024-10-23 08:31:14'), (346, 'SL', 'Africa/Freetown', '2024-10-23 08:31:14', '2024-10-23 08:31:14'), (347, 'SM', 'Europe/San_Marino', '2024-10-23 08:31:14', '2024-10-23 08:31:14'), (348, 'SN', 'Africa/Dakar', '2024-10-23 08:31:14', '2024-10-23 08:31:14'), (349, 'SO', 'Africa/Mogadishu', '2024-10-23 08:31:14', '2024-10-23 08:31:14'), (350, 'SR', 'America/Paramaribo', '2024-10-23 08:31:14', '2024-10-23 08:31:14'), (351, 'SS', 'Africa/Juba', '2024-10-23 08:31:14', '2024-10-23 08:31:14'), (352, 'ST', 'Africa/Sao_Tome', '2024-10-23 08:31:14', '2024-10-23 08:31:14'), (353, 'SV', 'America/El_Salvador', '2024-10-23 08:31:14', '2024-10-23 08:31:14'), (354, 'SX', 'America/Lower_Princes', '2024-10-23 08:31:14', '2024-10-23 08:31:14'), (355, 'SY', 'Asia/Damascus', '2024-10-23 08:31:14', '2024-10-23 08:31:14'), (356, 'SZ', 'Africa/Mbabane', '2024-10-23 08:31:14', '2024-10-23 08:31:14'), (357, 'TC', 'America/Grand_Turk', '2024-10-23 08:31:14', '2024-10-23 08:31:14'), (358, 'TD', 'Africa/Ndjamena', '2024-10-23 08:31:14', '2024-10-23 08:31:14'), (359, 'TF', 'Indian/Kerguelen', '2024-10-23 08:31:14', '2024-10-23 08:31:14'), (360, 'TG', 'Africa/Lome', '2024-10-23 08:31:14', '2024-10-23 08:31:14'), (361, 'TH', 'Asia/Bangkok', '2024-10-23 08:31:14', '2024-10-23 08:31:14'), (362, 'TJ', 'Asia/Dushanbe', '2024-10-23 08:31:14', '2024-10-23 08:31:14'), (363, 'TK', 'Pacific/Fakaofo', '2024-10-23 08:31:14', '2024-10-23 08:31:14'), (364, 'TL', 'Asia/Dili', '2024-10-23 08:31:14', '2024-10-23 08:31:14'), (365, 'TM', 'Asia/Ashgabat', '2024-10-23 08:31:14', '2024-10-23 08:31:14'), (366, 'TN', 'Africa/Tunis', '2024-10-23 08:31:14', '2024-10-23 08:31:14'), (367, 'TO', 'Pacific/Tongatapu', '2024-10-23 08:31:14', '2024-10-23 08:31:14'), (368, 'TR', 'Europe/Istanbul', '2024-10-23 08:31:14', '2024-10-23 08:31:14'), (369, 'TT', 'America/Port_of_Spain', '2024-10-23 08:31:14', '2024-10-23 08:31:14'), (370, 'TV', 'Pacific/Funafuti', '2024-10-23 08:31:14', '2024-10-23 08:31:14'), (371, 'TW', 'Asia/Taipei', '2024-10-23 08:31:14', '2024-10-23 08:31:14'), (372, 'TZ', 'Africa/Dar_es_Salaam', '2024-10-23 08:31:14', '2024-10-23 08:31:14'), (373, 'UA', 'Europe/Kiev', '2024-10-23 08:31:14', '2024-10-23 08:31:14'), (374, 'UA', 'Europe/Uzhgorod', '2024-10-23 08:31:14', '2024-10-23 08:31:14'), (375, 'UA', 'Europe/Zaporozhye', '2024-10-23 08:31:14', '2024-10-23 08:31:14'), (376, 'UG', 'Africa/Kampala', '2024-10-23 08:31:14', '2024-10-23 08:31:14'), (377, 'UM', 'Pacific/Midway', '2024-10-23 08:31:14', '2024-10-23 08:31:14'), (378, 'UM', 'Pacific/Wake', '2024-10-23 08:31:14', '2024-10-23 08:31:14'), (379, 'US', 'America/New_York', '2024-10-23 08:31:14', '2024-10-23 08:31:14'), (380, 'US', 'America/Detroit', '2024-10-23 08:31:14', '2024-10-23 08:31:14'), (381, 'US', 'America/Kentucky/Louisville', '2024-10-23 08:31:14', '2024-10-23 08:31:14'), (382, 'US', 'America/Kentucky/Monticello', '2024-10-23 08:31:14', '2024-10-23 08:31:14'), (383, 'US', 'America/Indiana/Indianapolis', '2024-10-23 08:31:14', '2024-10-23 08:31:14'), (384, 'US', 'America/Indiana/Vincennes', '2024-10-23 08:31:14', '2024-10-23 08:31:14'), (385, 'US', 'America/Indiana/Winamac', '2024-10-23 08:31:14', '2024-10-23 08:31:14'), (386, 'US', 'America/Indiana/Marengo', '2024-10-23 08:31:14', '2024-10-23 08:31:14'), (387, 'US', 'America/Indiana/Petersburg', '2024-10-23 08:31:14', '2024-10-23 08:31:14'), (388, 'US', 'America/Indiana/Vevay', '2024-10-23 08:31:14', '2024-10-23 08:31:14'), (389, 'US', 'America/Chicago', '2024-10-23 08:31:14', '2024-10-23 08:31:14'), (390, 'US', 'America/Indiana/Tell_City', '2024-10-23 08:31:14', '2024-10-23 08:31:14'), (391, 'US', 'America/Indiana/Knox', '2024-10-23 08:31:14', '2024-10-23 08:31:14'), (392, 'US', 'America/Menominee', '2024-10-23 08:31:14', '2024-10-23 08:31:14'), (393, 'US', 'America/North_Dakota/Center', '2024-10-23 08:31:14', '2024-10-23 08:31:14'), (394, 'US', 'America/North_Dakota/New_Salem', '2024-10-23 08:31:14', '2024-10-23 08:31:14'), (395, 'US', 'America/North_Dakota/Beulah', '2024-10-23 08:31:14', '2024-10-23 08:31:14'), (396, 'US', 'America/Denver', '2024-10-23 08:31:14', '2024-10-23 08:31:14'), (397, 'US', 'America/Boise', '2024-10-23 08:31:14', '2024-10-23 08:31:14'), (398, 'US', 'America/Phoenix', '2024-10-23 08:31:14', '2024-10-23 08:31:14'), (399, 'US', 'America/Los_Angeles', '2024-10-23 08:31:14', '2024-10-23 08:31:14'), (400, 'US', 'America/Anchorage', '2024-10-23 08:31:14', '2024-10-23 08:31:14'), (401, 'US', 'America/Juneau', '2024-10-23 08:31:14', '2024-10-23 08:31:14'), (402, 'US', 'America/Sitka', '2024-10-23 08:31:14', '2024-10-23 08:31:14'), (403, 'US', 'America/Metlakatla', '2024-10-23 08:31:14', '2024-10-23 08:31:14'), (404, 'US', 'America/Yakutat', '2024-10-23 08:31:14', '2024-10-23 08:31:14'), (405, 'US', 'America/Nome', '2024-10-23 08:31:14', '2024-10-23 08:31:14'), (406, 'US', 'America/Adak', '2024-10-23 08:31:14', '2024-10-23 08:31:14'), (407, 'US', 'Pacific/Honolulu', '2024-10-23 08:31:14', '2024-10-23 08:31:14'), (408, 'UY', 'America/Montevideo', '2024-10-23 08:31:14', '2024-10-23 08:31:14'), (409, 'UZ', 'Asia/Samarkand', '2024-10-23 08:31:14', '2024-10-23 08:31:14'), (410, 'UZ', 'Asia/Tashkent', '2024-10-23 08:31:14', '2024-10-23 08:31:14'), (411, 'VA', 'Europe/Vatican', '2024-10-23 08:31:14', '2024-10-23 08:31:14'), (412, 'VC', 'America/St_Vincent', '2024-10-23 08:31:14', '2024-10-23 08:31:14'), (413, 'VE', 'America/Caracas', '2024-10-23 08:31:14', '2024-10-23 08:31:14'), (414, 'VG', 'America/Tortola', '2024-10-23 08:31:14', '2024-10-23 08:31:14'), (415, 'VI', 'America/St_Thomas', '2024-10-23 08:31:14', '2024-10-23 08:31:14'), (416, 'VN', 'Asia/Ho_Chi_Minh', '2024-10-23 08:31:14', '2024-10-23 08:31:14'), (417, 'VU', 'Pacific/Efate', '2024-10-23 08:31:14', '2024-10-23 08:31:14'), (418, 'WF', 'Pacific/Wallis', '2024-10-23 08:31:14', '2024-10-23 08:31:14'), (419, 'WS', 'Pacific/Apia', '2024-10-23 08:31:14', '2024-10-23 08:31:14'), (420, 'YE', 'Asia/Aden', '2024-10-23 08:31:14', '2024-10-23 08:31:14'), (421, 'YT', 'Indian/Mayotte', '2024-10-23 08:31:14', '2024-10-23 08:31:14'), (422, 'ZA', 'Africa/Johannesburg', '2024-10-23 08:31:14', '2024-10-23 08:31:14'), (423, 'ZM', 'Africa/Lusaka', '2024-10-23 08:31:14', '2024-10-23 08:31:14'), (424, 'ZW', 'Africa/Harare', '2024-10-23 08:31:14', '2024-10-23 08:31:14'); -- -------------------------------------------------------- -- -- Table structure for table `sm_to_dos` -- CREATE TABLE `sm_to_dos` ( `id` int(10) UNSIGNED NOT NULL, `todo_title` varchar(191) DEFAULT NULL, `date` date DEFAULT NULL, `complete_status` varchar(191) DEFAULT 'P' COMMENT 'C for complete, N for not Complete, P Pending', `active_status` tinyint(4) NOT NULL DEFAULT 1, `created_at` timestamp NULL DEFAULT NULL, `updated_at` timestamp NULL DEFAULT NULL, `created_by` int(10) UNSIGNED DEFAULT 1, `updated_by` int(10) UNSIGNED DEFAULT 1, `school_id` int(10) UNSIGNED DEFAULT 1, `academic_id` int(10) UNSIGNED DEFAULT 1 ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -------------------------------------------------------- -- -- Table structure for table `sm_upload_contents` -- CREATE TABLE `sm_upload_contents` ( `id` int(10) UNSIGNED NOT NULL, `content_title` varchar(200) DEFAULT NULL, `content_type` int(11) DEFAULT NULL, `available_for_role` int(11) DEFAULT NULL, `available_for_class` int(11) DEFAULT NULL, `available_for_section` int(11) DEFAULT NULL, `upload_date` date DEFAULT NULL, `description` varchar(500) DEFAULT NULL, `upload_file` varchar(200) DEFAULT NULL, `active_status` tinyint(4) NOT NULL DEFAULT 1, `created_at` timestamp NULL DEFAULT NULL, `updated_at` timestamp NULL DEFAULT NULL, `created_by` int(10) UNSIGNED DEFAULT 1, `updated_by` int(10) UNSIGNED DEFAULT 1, `school_id` int(10) UNSIGNED DEFAULT 1, `academic_id` int(10) UNSIGNED DEFAULT 1 ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -------------------------------------------------------- -- -- Table structure for table `sm_upload_homework_contents` -- CREATE TABLE `sm_upload_homework_contents` ( `id` bigint(20) UNSIGNED NOT NULL, `student_id` int(10) UNSIGNED DEFAULT 1, `homework_id` int(10) UNSIGNED DEFAULT 1, `description` text DEFAULT NULL, `file` text DEFAULT NULL, `created_at` timestamp NULL DEFAULT NULL, `updated_at` timestamp NULL DEFAULT NULL, `created_by` int(10) UNSIGNED DEFAULT 1, `updated_by` int(10) UNSIGNED DEFAULT 1, `school_id` int(10) UNSIGNED DEFAULT 1, `academic_id` int(10) UNSIGNED DEFAULT 1 ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -------------------------------------------------------- -- -- Table structure for table `sm_user_logs` -- CREATE TABLE `sm_user_logs` ( `id` int(10) UNSIGNED NOT NULL, `ip_address` varchar(191) DEFAULT NULL, `user_agent` varchar(191) DEFAULT NULL, `created_at` timestamp NULL DEFAULT NULL, `updated_at` timestamp NULL DEFAULT NULL, `user_id` int(10) UNSIGNED DEFAULT NULL, `role_id` int(10) UNSIGNED DEFAULT NULL, `school_id` int(10) UNSIGNED DEFAULT 1, `academic_id` int(10) UNSIGNED DEFAULT 1 ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -- Dumping data for table `sm_user_logs` -- INSERT INTO `sm_user_logs` (`id`, `ip_address`, `user_agent`, `created_at`, `updated_at`, `user_id`, `role_id`, `school_id`, `academic_id`) VALUES (1, '41.43.111.88', 'Chrome, Windows', '2024-10-23 14:31:37', '2024-10-23 14:31:37', 1, 1, 1, 1), (2, '2c0f:fc89:801f:7dc5:1:0:e9be:212', 'Chrome, AndroidOS', '2024-10-23 15:20:17', '2024-10-23 15:20:17', 1, 1, 1, 1), (3, '2c0f:fc89:801f:7dc5:9c13:c78d:9c46:b359', 'Chrome, Windows', '2024-10-23 15:35:24', '2024-10-23 15:35:24', 1, 1, 1, 1), (4, '156.208.62.152', 'Chrome, Windows', '2024-10-23 18:09:10', '2024-10-23 18:09:10', 1, 1, 1, 1), (5, '156.208.62.152', 'Chrome, Windows', '2024-10-23 15:48:29', '2024-10-23 15:48:29', 1, 1, 1, 1), (6, '2c0f:fc89:811d:d505:59c4:8fe7:6ad:4783', 'Edge, Windows', '2024-10-23 20:59:08', '2024-10-23 20:59:08', 1, 1, 1, 2), (7, '41.43.111.88', 'Chrome, Windows', '2024-10-26 14:32:16', '2024-10-26 14:32:16', 1, 1, 1, 2), (8, '156.193.210.125', 'Chrome, AndroidOS', '2024-10-26 14:36:28', '2024-10-26 14:36:28', 1, 1, 1, 2), (9, '156.208.109.207', 'Chrome, Windows', '2024-11-16 17:00:47', '2024-11-16 17:00:47', 1, 1, 1, 2), (10, '156.208.215.122', 'Chrome, Windows', '2024-12-07 21:17:48', '2024-12-07 21:17:48', 1, 1, 1, 2), (11, '156.193.85.17', 'Chrome, Windows', '2025-04-06 06:12:32', '2025-04-06 06:12:32', 1, 1, 1, 2), (12, '41.34.131.215', 'Chrome, Windows', '2025-04-12 13:39:44', '2025-04-12 13:39:44', 1, 1, 1, 2), (13, '41.34.131.215', 'Chrome, Windows', '2025-04-12 13:43:56', '2025-04-12 13:43:56', 1, 1, 1, 2), (14, '41.34.131.215', 'Chrome, Windows', '2025-04-12 13:48:12', '2025-04-12 13:48:12', 1, 1, 1, 2), (15, '156.193.150.36', 'Chrome, AndroidOS', '2025-04-18 22:40:27', '2025-04-18 22:40:27', 1, 1, 1, 2), (16, '176.28.135.153', 'Chrome, Windows', '2025-05-06 16:03:54', '2025-05-06 16:03:54', 1, 1, 1, 2), (17, '176.28.135.153', 'Chrome, Windows', '2025-05-06 16:04:57', '2025-05-06 16:04:57', 1, 1, 1, 2), (18, '197.56.38.148', 'Chrome, AndroidOS', '2025-05-06 16:05:48', '2025-05-06 16:05:48', 1, 1, 1, 2), (19, '176.28.139.33', 'Chrome, Windows', '2025-05-24 09:15:47', '2025-05-24 09:15:47', 1, 1, 1, 2), (20, '176.28.139.33', 'Chrome, Windows', '2025-05-24 09:17:12', '2025-05-24 09:17:12', 1, 1, 1, 2), (21, '176.28.141.163', 'Chrome, Windows', '2025-06-30 12:38:29', '2025-06-30 12:38:29', 1, 1, 1, 2); -- -------------------------------------------------------- -- -- Table structure for table `sm_vehicles` -- CREATE TABLE `sm_vehicles` ( `id` int(10) UNSIGNED NOT NULL, `vehicle_no` varchar(255) NOT NULL, `vehicle_model` varchar(255) NOT NULL, `made_year` int(11) DEFAULT NULL, `note` text DEFAULT NULL, `active_status` tinyint(4) NOT NULL DEFAULT 1, `created_at` timestamp NULL DEFAULT NULL, `updated_at` timestamp NULL DEFAULT NULL, `driver_id` int(10) UNSIGNED DEFAULT NULL, `created_by` int(10) UNSIGNED DEFAULT 1, `updated_by` int(10) UNSIGNED DEFAULT 1, `school_id` int(10) UNSIGNED DEFAULT 1, `academic_id` int(10) UNSIGNED DEFAULT 1 ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -------------------------------------------------------- -- -- Table structure for table `sm_video_galleries` -- CREATE TABLE `sm_video_galleries` ( `id` bigint(20) UNSIGNED NOT NULL, `name` varchar(191) DEFAULT NULL, `description` text DEFAULT NULL, `video_link` text DEFAULT NULL, `is_publish` tinyint(1) NOT NULL DEFAULT 1, `position` int(11) NOT NULL DEFAULT 0, `school_id` int(10) UNSIGNED 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 `sm_video_galleries` -- INSERT INTO `sm_video_galleries` (`id`, `name`, `description`, `video_link`, `is_publish`, `position`, `school_id`, `created_at`, `updated_at`) VALUES (1, 'Science Fair', 'A showcase of student experiments and scientific discoveries', 'https://www.youtube.com/watch?v=6666zR-uaZjZ2U', 1, 1, 1, NULL, '2024-10-23 17:40:25'), (2, 'Cultural Carnival', 'A lively celebration of diverse traditions, arts, and festivities.', 'https://www.youtube.com/watch?v=k64541cLi1_Zd0&ab_channel=Infixdev', 1, 2, 1, NULL, '2024-10-23 17:40:50'), (3, 'Student Leadership Summit', 'Empowering future leaders through collaboration and inspiration.', 'https://www.youtube.com/watch?v=4565zR-uaZjZ2U&ab_channel=Infixdev', 1, 3, 1, NULL, '2024-10-23 17:40:58'); -- -------------------------------------------------------- -- -- Table structure for table `sm_visitors` -- CREATE TABLE `sm_visitors` ( `id` int(10) UNSIGNED NOT NULL, `name` varchar(255) NOT NULL, `phone` varchar(255) DEFAULT NULL, `visitor_id` varchar(255) DEFAULT NULL, `no_of_person` int(11) DEFAULT NULL, `purpose` varchar(255) DEFAULT NULL, `date` date DEFAULT NULL, `in_time` varchar(255) DEFAULT NULL, `out_time` varchar(255) DEFAULT NULL, `file` varchar(255) DEFAULT NULL, `active_status` tinyint(4) NOT NULL DEFAULT 1, `created_at` timestamp NULL DEFAULT NULL, `updated_at` timestamp NULL DEFAULT NULL, `created_by` int(10) UNSIGNED DEFAULT 1, `updated_by` int(10) UNSIGNED DEFAULT 1, `school_id` int(10) UNSIGNED DEFAULT 1, `academic_id` int(10) UNSIGNED DEFAULT 1 ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -------------------------------------------------------- -- -- Table structure for table `sm_weekends` -- CREATE TABLE `sm_weekends` ( `id` int(10) UNSIGNED NOT NULL, `name` varchar(191) DEFAULT NULL, `order` int(11) DEFAULT NULL, `is_weekend` int(11) DEFAULT NULL, `active_status` int(11) NOT NULL DEFAULT 1, `school_id` int(10) UNSIGNED DEFAULT 1, `created_at` varchar(191) DEFAULT NULL, `updated_at` varchar(191) DEFAULT NULL, `academic_id` int(10) UNSIGNED DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -- Dumping data for table `sm_weekends` -- INSERT INTO `sm_weekends` (`id`, `name`, `order`, `is_weekend`, `active_status`, `school_id`, `created_at`, `updated_at`, `academic_id`) VALUES (1, 'Saturday', 7, 0, 1, 1, '2024-10-23 08:31:13', '2024-10-23 18:48:25', NULL), (2, 'Sunday', 1, 0, 1, 1, '2024-10-23 08:31:13', '2024-10-23 18:48:25', NULL), (3, 'Monday', 2, 0, 1, 1, '2024-10-23 08:31:13', '2024-10-23 18:48:25', NULL), (4, 'Tuesday', 3, 0, 1, 1, '2024-10-23 08:31:13', '2024-10-23 18:48:25', NULL), (5, 'Wednesday', 4, 0, 1, 1, '2024-10-23 08:31:13', '2024-10-23 18:48:25', NULL), (6, 'Thursday', 5, 0, 1, 1, '2024-10-23 08:31:13', '2024-10-23 18:48:25', NULL), (7, 'Friday', 6, 1, 1, 1, '2024-10-23 08:31:13', '2024-10-23 18:48:25', NULL); -- -------------------------------------------------------- -- -- Table structure for table `speech_sliders` -- CREATE TABLE `speech_sliders` ( `id` bigint(20) UNSIGNED NOT NULL, `name` varchar(191) DEFAULT NULL, `designation` varchar(191) DEFAULT NULL, `speech` text DEFAULT NULL, `image` varchar(191) DEFAULT NULL, `school_id` int(10) UNSIGNED 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 `speech_sliders` -- INSERT INTO `speech_sliders` (`id`, `name`, `designation`, `speech`, `image`, `school_id`, `created_at`, `updated_at`) VALUES (1, 'Mohamed', 'Principal\'s Speech', 'Our School and College is a traditional and reputed school, the students use their talents to develop creative spirit in creating skilled citizens, and the light of education has shown people the way of life.', 'public/uploads/theme/edulia/speech_slider/013fa5dcb64124b970b8833d427e6cb9.jpg', 1, NULL, '2024-10-23 18:20:42'), (2, 'Ali', 'Vice Principal\'s Speech', 'Our School and College is a traditional and reputed school, the students use their talents to develop creative spirit in creating skilled citizens, and the light of education has shown people the way of life.', 'public/uploads/theme/edulia/speech_slider/39e0209ca9afb371e296c309be607569.jpg', 1, NULL, '2024-10-23 18:20:18'), (3, 'Hadeer', 'Founder\'s Speech', 'Our School and College is a traditional and reputed school, the students use their talents to develop creative spirit in creating skilled citizens, and the light of education has shown people the way of life.', 'public/uploads/theme/edulia/speech_slider/2e68b8c34bca5d29abc3f17ebc161664.jpg', 1, NULL, '2024-10-23 18:19:41'); -- -------------------------------------------------------- -- -- Table structure for table `staff_import_bulk_temporaries` -- CREATE TABLE `staff_import_bulk_temporaries` ( `id` bigint(20) UNSIGNED NOT NULL, `staff_no` int(11) DEFAULT NULL, `first_name` varchar(100) DEFAULT NULL, `last_name` varchar(100) DEFAULT NULL, `full_name` varchar(200) DEFAULT NULL, `fathers_name` varchar(100) DEFAULT NULL, `mothers_name` varchar(100) DEFAULT NULL, `date_of_birth` date DEFAULT '2024-10-23', `date_of_joining` date DEFAULT '2024-10-23', `email` varchar(50) DEFAULT NULL, `mobile` varchar(50) DEFAULT NULL, `emergency_mobile` varchar(50) DEFAULT NULL, `marital_status` varchar(30) DEFAULT NULL, `staff_photo` varchar(191) DEFAULT NULL, `current_address` varchar(500) DEFAULT NULL, `permanent_address` varchar(500) DEFAULT NULL, `qualification` varchar(200) DEFAULT NULL, `experience` varchar(200) DEFAULT NULL, `epf_no` varchar(20) DEFAULT NULL, `basic_salary` varchar(200) DEFAULT NULL, `contract_type` varchar(200) DEFAULT NULL, `location` varchar(50) DEFAULT NULL, `casual_leave` varchar(15) DEFAULT NULL, `medical_leave` varchar(15) DEFAULT NULL, `maternity_leave` varchar(15) DEFAULT NULL, `bank_account_name` varchar(50) DEFAULT NULL, `bank_account_no` varchar(50) DEFAULT NULL, `bank_name` varchar(20) DEFAULT NULL, `bank_brach` varchar(30) DEFAULT NULL, `facebook_url` varchar(100) DEFAULT NULL, `twitter_url` varchar(100) DEFAULT NULL, `linkedin_url` varchar(100) DEFAULT NULL, `instagram_url` varchar(100) DEFAULT NULL, `joining_letter` varchar(500) DEFAULT NULL, `resume` varchar(500) DEFAULT NULL, `other_document` varchar(500) DEFAULT NULL, `notes` varchar(500) DEFAULT NULL, `active_status` tinyint(4) NOT NULL DEFAULT 1, `driving_license` varchar(255) DEFAULT NULL, `driving_license_ex_date` date DEFAULT NULL, `role` varchar(191) DEFAULT NULL, `department` varchar(191) DEFAULT NULL, `designation` varchar(191) DEFAULT NULL, `gender_id` int(11) DEFAULT NULL, `user_id` int(10) UNSIGNED DEFAULT 1, `parent_id` 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; -- -------------------------------------------------------- -- -- Table structure for table `student_academic_histories` -- CREATE TABLE `student_academic_histories` ( `id` int(10) UNSIGNED NOT NULL, `title` varchar(191) NOT NULL, `description` text DEFAULT NULL, `active_status` tinyint(1) NOT NULL DEFAULT 1, `occurance_date` date NOT NULL, `student_id` int(10) UNSIGNED DEFAULT NULL, `school_id` int(10) UNSIGNED DEFAULT 1, `academic_id` int(10) UNSIGNED 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 `student_attendance_bulks` -- CREATE TABLE `student_attendance_bulks` ( `id` bigint(20) UNSIGNED NOT NULL, `attendance_date` varchar(191) DEFAULT NULL, `attendance_type` varchar(191) DEFAULT NULL, `note` varchar(191) DEFAULT NULL, `student_id` int(11) DEFAULT NULL, `student_record_id` int(11) DEFAULT NULL, `class_id` int(11) DEFAULT NULL, `section_id` int(11) DEFAULT NULL, `school_id` int(10) UNSIGNED 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 `student_bulk_temporaries` -- CREATE TABLE `student_bulk_temporaries` ( `id` bigint(20) UNSIGNED NOT NULL, `admission_number` varchar(191) DEFAULT NULL, `roll_no` varchar(191) DEFAULT NULL, `first_name` varchar(191) DEFAULT NULL, `last_name` varchar(191) DEFAULT NULL, `date_of_birth` varchar(191) DEFAULT NULL, `religion` varchar(191) DEFAULT NULL, `gender` varchar(191) DEFAULT NULL, `caste` varchar(191) DEFAULT NULL, `mobile` varchar(191) DEFAULT NULL, `email` varchar(191) DEFAULT NULL, `admission_date` varchar(191) DEFAULT NULL, `blood_group` varchar(191) DEFAULT NULL, `height` varchar(191) DEFAULT NULL, `weight` varchar(191) DEFAULT NULL, `father_name` varchar(191) DEFAULT NULL, `father_phone` varchar(191) DEFAULT NULL, `father_occupation` varchar(191) DEFAULT NULL, `mother_name` varchar(191) DEFAULT NULL, `mother_phone` varchar(191) DEFAULT NULL, `mother_occupation` varchar(191) DEFAULT NULL, `guardian_name` varchar(191) DEFAULT NULL, `guardian_relation` varchar(191) DEFAULT NULL, `guardian_email` varchar(191) DEFAULT NULL, `guardian_phone` varchar(191) DEFAULT NULL, `guardian_occupation` varchar(191) DEFAULT NULL, `guardian_address` varchar(191) DEFAULT NULL, `current_address` varchar(191) DEFAULT NULL, `permanent_address` varchar(191) DEFAULT NULL, `bank_account_no` varchar(191) DEFAULT NULL, `bank_name` varchar(191) DEFAULT NULL, `national_identification_no` varchar(191) DEFAULT NULL, `local_identification_no` varchar(191) DEFAULT NULL, `previous_school_details` varchar(191) DEFAULT NULL, `note` text DEFAULT NULL, `user_id` 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 `student_records` -- CREATE TABLE `student_records` ( `id` bigint(20) UNSIGNED NOT NULL, `class_id` int(10) UNSIGNED DEFAULT NULL, `section_id` int(10) UNSIGNED DEFAULT NULL, `roll_no` varchar(191) DEFAULT NULL, `is_promote` tinyint(1) DEFAULT 0, `is_default` tinyint(4) DEFAULT 0, `session_id` int(10) UNSIGNED DEFAULT NULL, `school_id` int(10) UNSIGNED NOT NULL DEFAULT 1, `academic_id` int(10) UNSIGNED DEFAULT NULL, `student_id` int(10) UNSIGNED DEFAULT NULL, `active_status` int(11) DEFAULT 1, `created_at` timestamp NULL DEFAULT NULL, `updated_at` timestamp NULL DEFAULT NULL, `is_graduate` tinyint(1) DEFAULT 0 ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -------------------------------------------------------- -- -- Table structure for table `student_record_temporaries` -- CREATE TABLE `student_record_temporaries` ( `id` bigint(20) UNSIGNED NOT NULL, `sm_student_id` int(10) UNSIGNED NOT NULL, `student_record_id` bigint(20) UNSIGNED NOT NULL, `user_id` int(11) DEFAULT NULL, `school_id` int(10) UNSIGNED NOT NULL DEFAULT 1, `active_status` int(11) 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 `teacher_evaluations` -- CREATE TABLE `teacher_evaluations` ( `id` bigint(20) UNSIGNED NOT NULL, `rating` text DEFAULT NULL, `comment` varchar(191) DEFAULT NULL, `status` tinyint(1) DEFAULT 0, `record_id` int(10) UNSIGNED NOT NULL, `subject_id` int(10) UNSIGNED DEFAULT NULL, `teacher_id` int(10) UNSIGNED DEFAULT NULL, `student_id` int(10) UNSIGNED DEFAULT NULL, `role_id` int(10) UNSIGNED DEFAULT NULL, `parent_id` int(10) UNSIGNED DEFAULT NULL, `academic_id` int(10) UNSIGNED DEFAULT NULL, `school_id` int(10) UNSIGNED 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 `teacher_evaluation_settings` -- CREATE TABLE `teacher_evaluation_settings` ( `id` bigint(20) UNSIGNED NOT NULL, `is_enable` tinyint(1) NOT NULL DEFAULT 0, `submitted_by` varchar(191) NOT NULL DEFAULT '[]', `rating_submission_time` varchar(191) NOT NULL DEFAULT 'any', `auto_approval` tinyint(1) NOT NULL DEFAULT 1, `from_date` date DEFAULT NULL, `to_date` date DEFAULT NULL, `school_id` int(10) UNSIGNED 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 `teacher_evaluation_settings` -- INSERT INTO `teacher_evaluation_settings` (`id`, `is_enable`, `submitted_by`, `rating_submission_time`, `auto_approval`, `from_date`, `to_date`, `school_id`, `created_at`, `updated_at`) VALUES (1, 0, '[]', 'any', 1, NULL, NULL, 1, NULL, NULL); -- -------------------------------------------------------- -- -- Table structure for table `themes` -- CREATE TABLE `themes` ( `id` bigint(20) UNSIGNED NOT NULL, `title` varchar(191) DEFAULT NULL, `path_main_style` varchar(255) DEFAULT NULL, `path_infix_style` varchar(255) DEFAULT NULL, `replicate_theme` varchar(255) DEFAULT NULL, `color_mode` varchar(191) NOT NULL DEFAULT 'gradient', `box_shadow` tinyint(1) DEFAULT 1, `background_type` varchar(191) NOT NULL DEFAULT 'image', `background_color` varchar(191) DEFAULT NULL, `background_image` varchar(191) DEFAULT NULL, `is_default` tinyint(1) NOT NULL DEFAULT 0, `is_system` tinyint(1) NOT NULL DEFAULT 0, `created_by` int(11) DEFAULT NULL, `school_id` int(10) UNSIGNED 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 `themes` -- INSERT INTO `themes` (`id`, `title`, `path_main_style`, `path_infix_style`, `replicate_theme`, `color_mode`, `box_shadow`, `background_type`, `background_color`, `background_image`, `is_default`, `is_system`, `created_by`, `school_id`, `created_at`, `updated_at`) VALUES (1, 'Default', 'style.css', 'infix.css', NULL, 'gradient', 1, 'color', '#FAFAFA', NULL, 1, 1, 1, 1, '2024-10-23 08:31:17', '2024-10-23 08:31:17'); -- -------------------------------------------------------- -- -- Table structure for table `transcations` -- CREATE TABLE `transcations` ( `id` int(11) NOT NULL, `title` text DEFAULT NULL, `type` varchar(20) NOT NULL DEFAULT 'debit', `payment_method` varchar(20) DEFAULT NULL, `reference` varchar(20) DEFAULT NULL, `description` text DEFAULT NULL, `morphable_id` bigint(20) UNSIGNED DEFAULT NULL, `morphable_type` varchar(191) DEFAULT NULL, `amount` bigint(20) NOT NULL DEFAULT 0, `transaction_date` date DEFAULT NULL, `user_id` int(10) UNSIGNED DEFAULT NULL, `school_id` int(11) NOT NULL DEFAULT 1, `academic_id` int(11) 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 `two_factor_settings` -- CREATE TABLE `two_factor_settings` ( `id` bigint(20) UNSIGNED NOT NULL, `via_sms` tinyint(1) NOT NULL DEFAULT 0, `via_email` tinyint(1) NOT NULL DEFAULT 1, `for_student` tinyint(4) NOT NULL DEFAULT 2, `for_parent` tinyint(4) NOT NULL DEFAULT 3, `for_teacher` tinyint(4) NOT NULL DEFAULT 4, `for_staff` tinyint(4) NOT NULL DEFAULT 6, `for_admin` tinyint(4) NOT NULL DEFAULT 1, `expired_time` double(8,2) NOT NULL DEFAULT 300.00, `school_id` int(10) UNSIGNED 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 `two_factor_settings` -- INSERT INTO `two_factor_settings` (`id`, `via_sms`, `via_email`, `for_student`, `for_parent`, `for_teacher`, `for_staff`, `for_admin`, `expired_time`, `school_id`, `created_at`, `updated_at`) VALUES (1, 0, 1, 2, 3, 4, 6, 1, 300.00, 1, '2024-10-23 08:31:20', '2024-10-23 08:31:20'); -- -------------------------------------------------------- -- -- Table structure for table `users` -- CREATE TABLE `users` ( `id` int(10) UNSIGNED NOT NULL, `full_name` varchar(192) DEFAULT NULL, `username` varchar(192) DEFAULT NULL, `phone_number` varchar(191) DEFAULT NULL, `email` varchar(192) DEFAULT NULL, `password` varchar(100) DEFAULT NULL, `usertype` varchar(210) DEFAULT NULL, `active_status` tinyint(4) NOT NULL DEFAULT 1, `random_code` text DEFAULT NULL, `notificationToken` text DEFAULT NULL, `remember_token` varchar(100) DEFAULT NULL, `created_at` timestamp NULL DEFAULT NULL, `updated_at` timestamp NULL DEFAULT NULL, `language` varchar(191) DEFAULT 'en', `style_id` int(11) DEFAULT 1, `rtl_ltl` int(11) DEFAULT 2, `selected_session` int(11) DEFAULT 1, `created_by` int(11) DEFAULT 1, `updated_by` int(11) DEFAULT 1, `access_status` int(11) DEFAULT 1, `school_id` int(10) UNSIGNED DEFAULT 1, `role_id` int(10) UNSIGNED DEFAULT NULL, `is_administrator` enum('yes','no') NOT NULL DEFAULT 'no', `is_registered` tinyint(4) NOT NULL DEFAULT 0, `device_token` text DEFAULT NULL, `stripe_id` varchar(191) DEFAULT NULL, `card_brand` varchar(191) DEFAULT NULL, `card_last_four` varchar(4) DEFAULT NULL, `verified` varchar(191) DEFAULT NULL, `trial_ends_at` timestamp NULL DEFAULT NULL, `wallet_balance` double(8,2) NOT NULL DEFAULT 0.00 ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -- Dumping data for table `users` -- INSERT INTO `users` (`id`, `full_name`, `username`, `phone_number`, `email`, `password`, `usertype`, `active_status`, `random_code`, `notificationToken`, `remember_token`, `created_at`, `updated_at`, `language`, `style_id`, `rtl_ltl`, `selected_session`, `created_by`, `updated_by`, `access_status`, `school_id`, `role_id`, `is_administrator`, `is_registered`, `device_token`, `stripe_id`, `card_brand`, `card_last_four`, `verified`, `trial_ends_at`, `wallet_balance`) VALUES (1, 'admin', 'admin@infixedu.com', NULL, 'admin@gmail.com', '$2y$10$TZ50OWyOwoijhEmA2VgWV.SLPzTTj0QyTjTiluGZru6jrJ9vGB9MC', NULL, 1, NULL, NULL, NULL, '2024-10-23 08:31:08', '2025-06-30 14:47:55', 'en', 1, 2, 1, 1, 1, 1, 1, 1, 'yes', 0, NULL, NULL, NULL, NULL, NULL, NULL, 0.00); -- -------------------------------------------------------- -- -- Table structure for table `user_otp_codes` -- CREATE TABLE `user_otp_codes` ( `id` bigint(20) UNSIGNED NOT NULL, `user_id` int(10) UNSIGNED DEFAULT NULL, `otp_code` varchar(191) NOT NULL, `expired_time` varchar(200) 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 `version_histories` -- CREATE TABLE `version_histories` ( `id` bigint(20) UNSIGNED NOT NULL, `version` varchar(191) DEFAULT NULL, `release_date` varchar(191) DEFAULT NULL, `url` varchar(191) DEFAULT NULL, `notes` 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 `video_uploads` -- CREATE TABLE `video_uploads` ( `id` bigint(20) UNSIGNED NOT NULL, `title` varchar(191) NOT NULL, `description` text DEFAULT NULL, `youtube_link` varchar(191) NOT NULL, `class_id` int(11) NOT NULL, `section_id` int(11) NOT NULL, `created_by` int(11) NOT NULL, `created_at` timestamp NULL DEFAULT NULL, `updated_at` timestamp NULL DEFAULT NULL, `academic_id` int(10) UNSIGNED DEFAULT NULL, `school_id` int(10) UNSIGNED DEFAULT 1 ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -------------------------------------------------------- -- -- Table structure for table `wallet_transactions` -- CREATE TABLE `wallet_transactions` ( `id` bigint(20) UNSIGNED NOT NULL, `amount` double(8,2) DEFAULT NULL, `payment_method` varchar(191) DEFAULT NULL, `user_id` int(10) UNSIGNED DEFAULT NULL, `bank_id` int(11) DEFAULT NULL, `note` varchar(191) DEFAULT NULL, `type` varchar(191) DEFAULT NULL COMMENT 'diposit, refund, expense, fees_refund', `file` text DEFAULT NULL, `reject_note` text DEFAULT NULL, `expense` double(8,2) DEFAULT NULL, `status` varchar(191) NOT NULL DEFAULT 'pending' COMMENT 'pending, approve, reject', `created_by` int(11) DEFAULT NULL, `academic_id` int(11) NOT NULL DEFAULT 1, `school_id` int(11) 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; -- -- Indexes for dumped tables -- -- -- Indexes for table `absent_notification_time_setups` -- ALTER TABLE `absent_notification_time_setups` ADD PRIMARY KEY (`id`); -- -- Indexes for table `admit_cards` -- ALTER TABLE `admit_cards` ADD PRIMARY KEY (`id`); -- -- Indexes for table `admit_card_settings` -- ALTER TABLE `admit_card_settings` ADD PRIMARY KEY (`id`); -- -- Indexes for table `all_exam_wise_positions` -- ALTER TABLE `all_exam_wise_positions` ADD PRIMARY KEY (`id`); -- -- Indexes for table `assign_incidents` -- ALTER TABLE `assign_incidents` ADD PRIMARY KEY (`id`); -- -- Indexes for table `assign_incident_comments` -- ALTER TABLE `assign_incident_comments` ADD PRIMARY KEY (`id`); -- -- Indexes for table `assign_permissions` -- ALTER TABLE `assign_permissions` ADD PRIMARY KEY (`id`), ADD KEY `assign_permissions_school_id_foreign` (`school_id`); -- -- Indexes for table `behaviour_record_settings` -- ALTER TABLE `behaviour_record_settings` ADD PRIMARY KEY (`id`); -- -- Indexes for table `chat_block_users` -- ALTER TABLE `chat_block_users` ADD PRIMARY KEY (`id`); -- -- Indexes for table `chat_conversations` -- ALTER TABLE `chat_conversations` ADD PRIMARY KEY (`id`); -- -- Indexes for table `chat_groups` -- ALTER TABLE `chat_groups` ADD PRIMARY KEY (`id`), ADD KEY `chat_groups_class_id_foreign` (`class_id`), ADD KEY `chat_groups_section_id_foreign` (`section_id`), ADD KEY `chat_groups_subject_id_foreign` (`subject_id`), ADD KEY `chat_groups_teacher_id_foreign` (`teacher_id`), ADD KEY `chat_groups_school_id_foreign` (`school_id`), ADD KEY `chat_groups_academic_id_foreign` (`academic_id`); -- -- Indexes for table `chat_group_message_recipients` -- ALTER TABLE `chat_group_message_recipients` ADD PRIMARY KEY (`id`); -- -- Indexes for table `chat_group_message_removes` -- ALTER TABLE `chat_group_message_removes` ADD PRIMARY KEY (`id`); -- -- Indexes for table `chat_group_users` -- ALTER TABLE `chat_group_users` ADD PRIMARY KEY (`id`); -- -- Indexes for table `chat_invitations` -- ALTER TABLE `chat_invitations` ADD PRIMARY KEY (`id`); -- -- Indexes for table `chat_invitation_types` -- ALTER TABLE `chat_invitation_types` ADD PRIMARY KEY (`id`); -- -- Indexes for table `chat_statuses` -- ALTER TABLE `chat_statuses` ADD PRIMARY KEY (`id`); -- -- Indexes for table `check_classes` -- ALTER TABLE `check_classes` ADD PRIMARY KEY (`id`); -- -- Indexes for table `colors` -- ALTER TABLE `colors` ADD PRIMARY KEY (`id`); -- -- Indexes for table `color_theme` -- ALTER TABLE `color_theme` ADD PRIMARY KEY (`id`), ADD KEY `color_theme_color_id_foreign` (`color_id`), ADD KEY `color_theme_theme_id_foreign` (`theme_id`); -- -- Indexes for table `contents` -- ALTER TABLE `contents` ADD PRIMARY KEY (`id`), ADD KEY `contents_academic_id_foreign` (`academic_id`), ADD KEY `contents_school_id_foreign` (`school_id`); -- -- Indexes for table `content_share_lists` -- ALTER TABLE `content_share_lists` ADD PRIMARY KEY (`id`), ADD KEY `content_share_lists_academic_id_foreign` (`academic_id`), ADD KEY `content_share_lists_school_id_foreign` (`school_id`); -- -- Indexes for table `content_types` -- ALTER TABLE `content_types` ADD PRIMARY KEY (`id`), ADD KEY `content_types_academic_id_foreign` (`academic_id`), ADD KEY `content_types_school_id_foreign` (`school_id`); -- -- Indexes for table `continents` -- ALTER TABLE `continents` ADD PRIMARY KEY (`id`), ADD KEY `continents_school_id_foreign` (`school_id`); -- -- Indexes for table `continets` -- ALTER TABLE `continets` ADD PRIMARY KEY (`id`), ADD KEY `continets_school_id_foreign` (`school_id`); -- -- Indexes for table `countries` -- ALTER TABLE `countries` ADD PRIMARY KEY (`id`), ADD KEY `countries_school_id_foreign` (`school_id`), ADD KEY `countries_academic_id_foreign` (`academic_id`); -- -- Indexes for table `custom_result_settings` -- ALTER TABLE `custom_result_settings` ADD PRIMARY KEY (`id`), ADD KEY `custom_result_settings_school_id_foreign` (`school_id`), ADD KEY `custom_result_settings_academic_id_foreign` (`academic_id`); -- -- Indexes for table `custom_sms_settings` -- ALTER TABLE `custom_sms_settings` ADD PRIMARY KEY (`id`); -- -- Indexes for table `direct_fees_installments` -- ALTER TABLE `direct_fees_installments` ADD PRIMARY KEY (`id`), ADD KEY `direct_fees_installments_school_id_foreign` (`school_id`); -- -- Indexes for table `direct_fees_installment_assigns` -- ALTER TABLE `direct_fees_installment_assigns` ADD PRIMARY KEY (`id`), ADD KEY `direct_fees_installment_assigns_bank_id_foreign` (`bank_id`), ADD KEY `direct_fees_installment_assigns_fees_discount_id_foreign` (`fees_discount_id`), ADD KEY `direct_fees_installment_assigns_fees_type_id_foreign` (`fees_type_id`), ADD KEY `direct_fees_installment_assigns_student_id_foreign` (`student_id`), ADD KEY `direct_fees_installment_assigns_school_id_foreign` (`school_id`); -- -- Indexes for table `direct_fees_reminders` -- ALTER TABLE `direct_fees_reminders` ADD PRIMARY KEY (`id`), ADD KEY `direct_fees_reminders_school_id_foreign` (`school_id`); -- -- Indexes for table `direct_fees_settings` -- ALTER TABLE `direct_fees_settings` ADD PRIMARY KEY (`id`), ADD KEY `direct_fees_settings_school_id_foreign` (`school_id`); -- -- Indexes for table `dire_fees_installment_child_payments` -- ALTER TABLE `dire_fees_installment_child_payments` ADD PRIMARY KEY (`id`), ADD KEY `dire_fees_installment_child_payments_bank_id_foreign` (`bank_id`), ADD KEY `dire_fees_installment_child_payments_fees_type_id_foreign` (`fees_type_id`), ADD KEY `dire_fees_installment_child_payments_student_id_foreign` (`student_id`), ADD KEY `dire_fees_installment_child_payments_school_id_foreign` (`school_id`); -- -- Indexes for table `due_fees_login_prevents` -- ALTER TABLE `due_fees_login_prevents` ADD PRIMARY KEY (`id`), ADD KEY `due_fees_login_prevents_user_id_foreign` (`user_id`), ADD KEY `due_fees_login_prevents_role_id_foreign` (`role_id`), ADD KEY `due_fees_login_prevents_school_id_foreign` (`school_id`), ADD KEY `due_fees_login_prevents_academic_id_foreign` (`academic_id`); -- -- Indexes for table `exam_merit_positions` -- ALTER TABLE `exam_merit_positions` ADD PRIMARY KEY (`id`); -- -- Indexes for table `exam_step_skips` -- ALTER TABLE `exam_step_skips` ADD PRIMARY KEY (`id`), ADD KEY `exam_step_skips_school_id_foreign` (`school_id`), ADD KEY `exam_step_skips_academic_id_foreign` (`academic_id`); -- -- Indexes for table `failed_jobs` -- ALTER TABLE `failed_jobs` ADD PRIMARY KEY (`id`), ADD UNIQUE KEY `failed_jobs_uuid_unique` (`uuid`); -- -- Indexes for table `fees_carry_forward_logs` -- ALTER TABLE `fees_carry_forward_logs` ADD PRIMARY KEY (`id`), ADD KEY `fees_carry_forward_logs_school_id_foreign` (`school_id`); -- -- Indexes for table `fees_carry_forward_settings` -- ALTER TABLE `fees_carry_forward_settings` ADD PRIMARY KEY (`id`), ADD KEY `fees_carry_forward_settings_school_id_foreign` (`school_id`); -- -- Indexes for table `fees_installment_credits` -- ALTER TABLE `fees_installment_credits` ADD PRIMARY KEY (`id`); -- -- Indexes for table `fees_invoices` -- ALTER TABLE `fees_invoices` ADD PRIMARY KEY (`id`), ADD KEY `fees_invoices_school_id_foreign` (`school_id`); -- -- Indexes for table `fees_invoice_settings` -- ALTER TABLE `fees_invoice_settings` ADD PRIMARY KEY (`id`), ADD KEY `fees_invoice_settings_created_by_foreign` (`created_by`), ADD KEY `fees_invoice_settings_updated_by_foreign` (`updated_by`), ADD KEY `fees_invoice_settings_school_id_foreign` (`school_id`), ADD KEY `fees_invoice_settings_academic_id_foreign` (`academic_id`); -- -- Indexes for table `fm_fees_groups` -- ALTER TABLE `fm_fees_groups` ADD PRIMARY KEY (`id`); -- -- Indexes for table `fm_fees_invoices` -- ALTER TABLE `fm_fees_invoices` ADD PRIMARY KEY (`id`), ADD KEY `fm_fees_invoices_student_id_foreign` (`student_id`); -- -- Indexes for table `fm_fees_invoice_chields` -- ALTER TABLE `fm_fees_invoice_chields` ADD PRIMARY KEY (`id`), ADD KEY `fm_fees_invoice_chields_fees_invoice_id_foreign` (`fees_invoice_id`); -- -- Indexes for table `fm_fees_invoice_settings` -- ALTER TABLE `fm_fees_invoice_settings` ADD PRIMARY KEY (`id`); -- -- Indexes for table `fm_fees_transactions` -- ALTER TABLE `fm_fees_transactions` ADD PRIMARY KEY (`id`), ADD KEY `fm_fees_transactions_fees_invoice_id_foreign` (`fees_invoice_id`); -- -- Indexes for table `fm_fees_transaction_chields` -- ALTER TABLE `fm_fees_transaction_chields` ADD PRIMARY KEY (`id`), ADD KEY `fm_fees_transaction_chields_fees_transaction_id_foreign` (`fees_transaction_id`); -- -- Indexes for table `fm_fees_types` -- ALTER TABLE `fm_fees_types` ADD PRIMARY KEY (`id`); -- -- Indexes for table `fm_fees_weavers` -- ALTER TABLE `fm_fees_weavers` ADD PRIMARY KEY (`id`), ADD KEY `fm_fees_weavers_fees_invoice_id_foreign` (`fees_invoice_id`); -- -- Indexes for table `frontend_exam_results` -- ALTER TABLE `frontend_exam_results` ADD PRIMARY KEY (`id`), ADD KEY `frontend_exam_results_school_id_foreign` (`school_id`); -- -- Indexes for table `front_academic_calendars` -- ALTER TABLE `front_academic_calendars` ADD PRIMARY KEY (`id`), ADD KEY `front_academic_calendars_school_id_foreign` (`school_id`); -- -- Indexes for table `front_class_routines` -- ALTER TABLE `front_class_routines` ADD PRIMARY KEY (`id`), ADD KEY `front_class_routines_school_id_foreign` (`school_id`); -- -- Indexes for table `front_exam_routines` -- ALTER TABLE `front_exam_routines` ADD PRIMARY KEY (`id`), ADD KEY `front_exam_routines_school_id_foreign` (`school_id`); -- -- Indexes for table `front_results` -- ALTER TABLE `front_results` ADD PRIMARY KEY (`id`), ADD KEY `front_results_school_id_foreign` (`school_id`); -- -- Indexes for table `graduates` -- ALTER TABLE `graduates` ADD PRIMARY KEY (`id`), ADD KEY `graduates_student_id_foreign` (`student_id`), ADD KEY `graduates_school_id_foreign` (`school_id`), ADD KEY `graduates_session_id_foreign` (`session_id`), ADD KEY `graduates_class_id_foreign` (`class_id`), ADD KEY `graduates_section_id_foreign` (`section_id`); -- -- Indexes for table `home_sliders` -- ALTER TABLE `home_sliders` ADD PRIMARY KEY (`id`), ADD KEY `home_sliders_school_id_foreign` (`school_id`); -- -- Indexes for table `incidents` -- ALTER TABLE `incidents` ADD PRIMARY KEY (`id`), ADD KEY `incidents_school_id_foreign` (`school_id`); -- -- Indexes for table `infixedu__pages` -- ALTER TABLE `infixedu__pages` ADD PRIMARY KEY (`id`), ADD KEY `infixedu__pages_school_id_foreign` (`school_id`), ADD KEY `infixedu__pages_status_index` (`status`); ALTER TABLE `infixedu__pages` ADD FULLTEXT KEY `infixedu__pages_name_fulltext` (`name`); -- -- Indexes for table `infix_module_infos` -- ALTER TABLE `infix_module_infos` ADD PRIMARY KEY (`id`), ADD KEY `infix_module_infos_created_by_foreign` (`created_by`), ADD KEY `infix_module_infos_updated_by_foreign` (`updated_by`), ADD KEY `infix_module_infos_school_id_foreign` (`school_id`); -- -- Indexes for table `infix_module_managers` -- ALTER TABLE `infix_module_managers` ADD PRIMARY KEY (`id`); -- -- Indexes for table `infix_module_student_parent_infos` -- ALTER TABLE `infix_module_student_parent_infos` ADD PRIMARY KEY (`id`), ADD KEY `infix_module_student_parent_infos_created_by_foreign` (`created_by`), ADD KEY `infix_module_student_parent_infos_updated_by_foreign` (`updated_by`), ADD KEY `infix_module_student_parent_infos_school_id_foreign` (`school_id`); -- -- Indexes for table `infix_permission_assigns` -- ALTER TABLE `infix_permission_assigns` ADD PRIMARY KEY (`id`), ADD KEY `infix_permission_assigns_role_id_foreign` (`role_id`), ADD KEY `infix_permission_assigns_school_id_foreign` (`school_id`); -- -- Indexes for table `infix_roles` -- ALTER TABLE `infix_roles` ADD PRIMARY KEY (`id`), ADD KEY `infix_roles_school_id_foreign` (`school_id`); -- -- Indexes for table `invoice_settings` -- ALTER TABLE `invoice_settings` ADD PRIMARY KEY (`id`), ADD KEY `invoice_settings_created_by_foreign` (`created_by`), ADD KEY `invoice_settings_updated_by_foreign` (`updated_by`), ADD KEY `invoice_settings_school_id_foreign` (`school_id`), ADD KEY `invoice_settings_academic_id_foreign` (`academic_id`); -- -- Indexes for table `jobs` -- ALTER TABLE `jobs` ADD PRIMARY KEY (`id`), ADD KEY `jobs_queue_index` (`queue`); -- -- Indexes for table `languages` -- ALTER TABLE `languages` ADD PRIMARY KEY (`id`), ADD KEY `languages_school_id_foreign` (`school_id`); -- -- Indexes for table `lesson_planners` -- ALTER TABLE `lesson_planners` ADD PRIMARY KEY (`id`), ADD KEY `lesson_planners_room_id_foreign` (`room_id`), ADD KEY `lesson_planners_teacher_id_foreign` (`teacher_id`), ADD KEY `lesson_planners_class_period_id_foreign` (`class_period_id`), ADD KEY `lesson_planners_subject_id_foreign` (`subject_id`), ADD KEY `lesson_planners_class_id_foreign` (`class_id`), ADD KEY `lesson_planners_section_id_foreign` (`section_id`), ADD KEY `lesson_planners_school_id_foreign` (`school_id`), ADD KEY `lesson_planners_academic_id_foreign` (`academic_id`); -- -- Indexes for table `lesson_plan_topics` -- ALTER TABLE `lesson_plan_topics` ADD PRIMARY KEY (`id`), ADD KEY `lesson_plan_topics_topic_id_foreign` (`topic_id`), ADD KEY `lesson_plan_topics_lesson_planner_id_foreign` (`lesson_planner_id`); -- -- Indexes for table `library_subjects` -- ALTER TABLE `library_subjects` ADD PRIMARY KEY (`id`), ADD KEY `library_subjects_school_id_foreign` (`school_id`), ADD KEY `library_subjects_academic_id_foreign` (`academic_id`); -- -- Indexes for table `maintenance_settings` -- ALTER TABLE `maintenance_settings` ADD PRIMARY KEY (`id`), ADD KEY `maintenance_settings_school_id_foreign` (`school_id`); -- -- Indexes for table `migrations` -- ALTER TABLE `migrations` ADD PRIMARY KEY (`id`); -- -- Indexes for table `notifications` -- ALTER TABLE `notifications` ADD PRIMARY KEY (`id`), ADD KEY `notifications_notifiable_type_notifiable_id_index` (`notifiable_type`,`notifiable_id`); -- -- Indexes for table `oauth_access_tokens` -- ALTER TABLE `oauth_access_tokens` 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`); -- -- 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`), ADD KEY `oauth_personal_access_clients_client_id_index` (`client_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 `online_exam_student_answer_markings` -- ALTER TABLE `online_exam_student_answer_markings` ADD PRIMARY KEY (`id`); -- -- Indexes for table `password_resets` -- ALTER TABLE `password_resets` ADD KEY `password_resets_email_index` (`email`); -- -- Indexes for table `payroll_payments` -- ALTER TABLE `payroll_payments` ADD PRIMARY KEY (`id`), ADD KEY `payroll_payments_sm_hr_payroll_generate_id_foreign` (`sm_hr_payroll_generate_id`); -- -- Indexes for table `permissions` -- ALTER TABLE `permissions` ADD PRIMARY KEY (`id`), ADD KEY `permissions_school_id_foreign` (`school_id`); -- -- Indexes for table `permission_sections` -- ALTER TABLE `permission_sections` ADD PRIMARY KEY (`id`), ADD KEY `permission_sections_school_id_foreign` (`school_id`); -- -- Indexes for table `plugins` -- ALTER TABLE `plugins` ADD PRIMARY KEY (`id`), ADD KEY `plugins_school_id_foreign` (`school_id`); -- -- Indexes for table `roles` -- ALTER TABLE `roles` ADD PRIMARY KEY (`id`), ADD KEY `roles_school_id_foreign` (`school_id`); -- -- Indexes for table `school_modules` -- ALTER TABLE `school_modules` ADD PRIMARY KEY (`id`), ADD KEY `school_modules_school_id_foreign` (`school_id`); -- -- Indexes for table `seat_plans` -- ALTER TABLE `seat_plans` ADD PRIMARY KEY (`id`); -- -- Indexes for table `seat_plan_settings` -- ALTER TABLE `seat_plan_settings` ADD PRIMARY KEY (`id`); -- -- Indexes for table `sidebars` -- ALTER TABLE `sidebars` ADD PRIMARY KEY (`id`), ADD KEY `sidebars_user_id_foreign` (`user_id`), ADD KEY `sidebars_school_id_foreign` (`school_id`); -- -- Indexes for table `sms_templates` -- ALTER TABLE `sms_templates` ADD PRIMARY KEY (`id`), ADD KEY `sms_templates_school_id_foreign` (`school_id`); -- -- Indexes for table `sm_about_pages` -- ALTER TABLE `sm_about_pages` ADD PRIMARY KEY (`id`), ADD KEY `sm_about_pages_school_id_foreign` (`school_id`); -- -- Indexes for table `sm_academic_years` -- ALTER TABLE `sm_academic_years` ADD PRIMARY KEY (`id`), ADD KEY `sm_academic_years_school_id_foreign` (`school_id`); -- -- Indexes for table `sm_add_expenses` -- ALTER TABLE `sm_add_expenses` ADD PRIMARY KEY (`id`), ADD KEY `sm_add_expenses_school_id_foreign` (`school_id`), ADD KEY `sm_add_expenses_academic_id_foreign` (`academic_id`); -- -- Indexes for table `sm_add_incomes` -- ALTER TABLE `sm_add_incomes` ADD PRIMARY KEY (`id`), ADD KEY `sm_add_incomes_account_id_foreign` (`account_id`), ADD KEY `sm_add_incomes_payment_method_id_foreign` (`payment_method_id`), ADD KEY `sm_add_incomes_school_id_foreign` (`school_id`), ADD KEY `sm_add_incomes_academic_id_foreign` (`academic_id`); -- -- Indexes for table `sm_add_ons` -- ALTER TABLE `sm_add_ons` ADD PRIMARY KEY (`id`); -- -- Indexes for table `sm_admission_queries` -- ALTER TABLE `sm_admission_queries` ADD PRIMARY KEY (`id`), ADD KEY `sm_admission_queries_class_foreign` (`class`), ADD KEY `sm_admission_queries_school_id_foreign` (`school_id`), ADD KEY `sm_admission_queries_academic_id_foreign` (`academic_id`); -- -- Indexes for table `sm_admission_query_followups` -- ALTER TABLE `sm_admission_query_followups` ADD PRIMARY KEY (`id`), ADD KEY `sm_admission_query_followups_admission_query_id_foreign` (`admission_query_id`), ADD KEY `sm_admission_query_followups_school_id_foreign` (`school_id`), ADD KEY `sm_admission_query_followups_academic_id_foreign` (`academic_id`); -- -- Indexes for table `sm_amount_transfers` -- ALTER TABLE `sm_amount_transfers` ADD PRIMARY KEY (`id`), ADD KEY `sm_amount_transfers_school_id_foreign` (`school_id`), ADD KEY `sm_amount_transfers_academic_id_foreign` (`academic_id`); -- -- Indexes for table `sm_assign_class_teachers` -- ALTER TABLE `sm_assign_class_teachers` ADD PRIMARY KEY (`id`), ADD KEY `sm_assign_class_teachers_class_id_foreign` (`class_id`), ADD KEY `sm_assign_class_teachers_section_id_foreign` (`section_id`), ADD KEY `sm_assign_class_teachers_school_id_foreign` (`school_id`), ADD KEY `sm_assign_class_teachers_academic_id_foreign` (`academic_id`); -- -- Indexes for table `sm_assign_subjects` -- ALTER TABLE `sm_assign_subjects` ADD PRIMARY KEY (`id`), ADD KEY `sm_assign_subjects_teacher_id_foreign` (`teacher_id`), ADD KEY `sm_assign_subjects_class_id_foreign` (`class_id`), ADD KEY `sm_assign_subjects_section_id_foreign` (`section_id`), ADD KEY `sm_assign_subjects_subject_id_foreign` (`subject_id`), ADD KEY `sm_assign_subjects_school_id_foreign` (`school_id`), ADD KEY `sm_assign_subjects_academic_id_foreign` (`academic_id`); -- -- Indexes for table `sm_assign_vehicles` -- ALTER TABLE `sm_assign_vehicles` ADD PRIMARY KEY (`id`), ADD KEY `sm_assign_vehicles_vehicle_id_foreign` (`vehicle_id`), ADD KEY `sm_assign_vehicles_route_id_foreign` (`route_id`), ADD KEY `sm_assign_vehicles_school_id_foreign` (`school_id`), ADD KEY `sm_assign_vehicles_academic_id_foreign` (`academic_id`); -- -- Indexes for table `sm_background_settings` -- ALTER TABLE `sm_background_settings` ADD PRIMARY KEY (`id`), ADD KEY `sm_background_settings_school_id_foreign` (`school_id`); -- -- Indexes for table `sm_backups` -- ALTER TABLE `sm_backups` ADD PRIMARY KEY (`id`), ADD KEY `sm_backups_school_id_foreign` (`school_id`), ADD KEY `sm_backups_academic_id_foreign` (`academic_id`); -- -- Indexes for table `sm_bank_accounts` -- ALTER TABLE `sm_bank_accounts` ADD PRIMARY KEY (`id`), ADD KEY `sm_bank_accounts_school_id_foreign` (`school_id`), ADD KEY `sm_bank_accounts_academic_id_foreign` (`academic_id`); -- -- Indexes for table `sm_bank_payment_slips` -- ALTER TABLE `sm_bank_payment_slips` ADD PRIMARY KEY (`id`), ADD KEY `sm_bank_payment_slips_fees_discount_id_foreign` (`fees_discount_id`), ADD KEY `sm_bank_payment_slips_student_id_foreign` (`student_id`), ADD KEY `sm_bank_payment_slips_school_id_foreign` (`school_id`); -- -- Indexes for table `sm_bank_statements` -- ALTER TABLE `sm_bank_statements` ADD PRIMARY KEY (`id`); -- -- Indexes for table `sm_base_groups` -- ALTER TABLE `sm_base_groups` ADD PRIMARY KEY (`id`), ADD KEY `sm_base_groups_school_id_foreign` (`school_id`); -- -- Indexes for table `sm_base_setups` -- ALTER TABLE `sm_base_setups` ADD PRIMARY KEY (`id`), ADD KEY `sm_base_setups_base_group_id_foreign` (`base_group_id`), ADD KEY `sm_base_setups_school_id_foreign` (`school_id`); -- -- Indexes for table `sm_books` -- ALTER TABLE `sm_books` ADD PRIMARY KEY (`id`), ADD KEY `sm_books_book_category_id_foreign` (`book_category_id`), ADD KEY `sm_books_school_id_foreign` (`school_id`), ADD KEY `sm_books_academic_id_foreign` (`academic_id`); -- -- Indexes for table `sm_book_categories` -- ALTER TABLE `sm_book_categories` ADD PRIMARY KEY (`id`), ADD KEY `sm_book_categories_school_id_foreign` (`school_id`), ADD KEY `sm_book_categories_academic_id_foreign` (`academic_id`); -- -- Indexes for table `sm_book_issues` -- ALTER TABLE `sm_book_issues` ADD PRIMARY KEY (`id`), ADD KEY `sm_book_issues_book_id_foreign` (`book_id`), ADD KEY `sm_book_issues_member_id_foreign` (`member_id`), ADD KEY `sm_book_issues_school_id_foreign` (`school_id`), ADD KEY `sm_book_issues_academic_id_foreign` (`academic_id`); -- -- Indexes for table `sm_calendar_settings` -- ALTER TABLE `sm_calendar_settings` ADD PRIMARY KEY (`id`), ADD KEY `sm_calendar_settings_school_id_foreign` (`school_id`); -- -- Indexes for table `sm_chart_of_accounts` -- ALTER TABLE `sm_chart_of_accounts` ADD PRIMARY KEY (`id`), ADD KEY `sm_chart_of_accounts_school_id_foreign` (`school_id`), ADD KEY `sm_chart_of_accounts_academic_id_foreign` (`academic_id`); -- -- Indexes for table `sm_classes` -- ALTER TABLE `sm_classes` ADD PRIMARY KEY (`id`), ADD KEY `sm_classes_school_id_foreign` (`school_id`), ADD KEY `sm_classes_academic_id_foreign` (`academic_id`); -- -- Indexes for table `sm_class_exam_routine_pages` -- ALTER TABLE `sm_class_exam_routine_pages` ADD PRIMARY KEY (`id`), ADD KEY `sm_class_exam_routine_pages_school_id_foreign` (`school_id`); -- -- Indexes for table `sm_class_optional_subject` -- ALTER TABLE `sm_class_optional_subject` ADD PRIMARY KEY (`id`), ADD KEY `sm_class_optional_subject_school_id_foreign` (`school_id`), ADD KEY `sm_class_optional_subject_academic_id_foreign` (`academic_id`); -- -- Indexes for table `sm_class_rooms` -- ALTER TABLE `sm_class_rooms` ADD PRIMARY KEY (`id`), ADD KEY `sm_class_rooms_school_id_foreign` (`school_id`), ADD KEY `sm_class_rooms_academic_id_foreign` (`academic_id`); -- -- Indexes for table `sm_class_routines` -- ALTER TABLE `sm_class_routines` ADD PRIMARY KEY (`id`), ADD KEY `sm_class_routines_class_id_foreign` (`class_id`), ADD KEY `sm_class_routines_section_id_foreign` (`section_id`), ADD KEY `sm_class_routines_subject_id_foreign` (`subject_id`), ADD KEY `sm_class_routines_school_id_foreign` (`school_id`), ADD KEY `sm_class_routines_academic_id_foreign` (`academic_id`); -- -- Indexes for table `sm_class_routine_updates` -- ALTER TABLE `sm_class_routine_updates` ADD PRIMARY KEY (`id`), ADD KEY `sm_class_routine_updates_room_id_foreign` (`room_id`), ADD KEY `sm_class_routine_updates_teacher_id_foreign` (`teacher_id`), ADD KEY `sm_class_routine_updates_class_period_id_foreign` (`class_period_id`), ADD KEY `sm_class_routine_updates_subject_id_foreign` (`subject_id`), ADD KEY `sm_class_routine_updates_class_id_foreign` (`class_id`), ADD KEY `sm_class_routine_updates_section_id_foreign` (`section_id`), ADD KEY `sm_class_routine_updates_school_id_foreign` (`school_id`), ADD KEY `sm_class_routine_updates_academic_id_foreign` (`academic_id`); -- -- Indexes for table `sm_class_sections` -- ALTER TABLE `sm_class_sections` ADD PRIMARY KEY (`id`), ADD KEY `sm_class_sections_section_id_foreign` (`section_id`), ADD KEY `sm_class_sections_school_id_foreign` (`school_id`), ADD KEY `sm_class_sections_academic_id_foreign` (`academic_id`), ADD KEY `sm_class_sections_class_id_section_id_index` (`class_id`,`section_id`); -- -- Indexes for table `sm_class_teachers` -- ALTER TABLE `sm_class_teachers` ADD PRIMARY KEY (`id`), ADD KEY `sm_class_teachers_teacher_id_foreign` (`teacher_id`), ADD KEY `sm_class_teachers_assign_class_teacher_id_foreign` (`assign_class_teacher_id`), ADD KEY `sm_class_teachers_school_id_foreign` (`school_id`), ADD KEY `sm_class_teachers_academic_id_foreign` (`academic_id`); -- -- Indexes for table `sm_class_times` -- ALTER TABLE `sm_class_times` ADD PRIMARY KEY (`id`), ADD KEY `sm_class_times_school_id_foreign` (`school_id`), ADD KEY `sm_class_times_academic_id_foreign` (`academic_id`); -- -- Indexes for table `sm_complaints` -- ALTER TABLE `sm_complaints` ADD PRIMARY KEY (`id`), ADD KEY `sm_complaints_school_id_foreign` (`school_id`), ADD KEY `sm_complaints_academic_id_foreign` (`academic_id`); -- -- Indexes for table `sm_contact_messages` -- ALTER TABLE `sm_contact_messages` ADD PRIMARY KEY (`id`), ADD KEY `sm_contact_messages_school_id_foreign` (`school_id`); -- -- Indexes for table `sm_contact_pages` -- ALTER TABLE `sm_contact_pages` ADD PRIMARY KEY (`id`), ADD KEY `sm_contact_pages_school_id_foreign` (`school_id`); -- -- Indexes for table `sm_content_types` -- ALTER TABLE `sm_content_types` ADD PRIMARY KEY (`id`), ADD KEY `sm_content_types_school_id_foreign` (`school_id`), ADD KEY `sm_content_types_academic_id_foreign` (`academic_id`); -- -- Indexes for table `sm_countries` -- ALTER TABLE `sm_countries` ADD PRIMARY KEY (`id`), ADD KEY `sm_countries_school_id_foreign` (`school_id`); -- -- Indexes for table `sm_courses` -- ALTER TABLE `sm_courses` ADD PRIMARY KEY (`id`), ADD KEY `sm_courses_school_id_foreign` (`school_id`); -- -- Indexes for table `sm_course_categories` -- ALTER TABLE `sm_course_categories` ADD PRIMARY KEY (`id`); -- -- Indexes for table `sm_course_pages` -- ALTER TABLE `sm_course_pages` ADD PRIMARY KEY (`id`), ADD KEY `sm_course_pages_school_id_foreign` (`school_id`); -- -- Indexes for table `sm_currencies` -- ALTER TABLE `sm_currencies` ADD PRIMARY KEY (`id`), ADD KEY `sm_currencies_school_id_foreign` (`school_id`); -- -- Indexes for table `sm_custom_fields` -- ALTER TABLE `sm_custom_fields` ADD PRIMARY KEY (`id`); -- -- Indexes for table `sm_custom_links` -- ALTER TABLE `sm_custom_links` ADD PRIMARY KEY (`id`), ADD KEY `sm_custom_links_school_id_foreign` (`school_id`); -- -- Indexes for table `sm_custom_temporary_results` -- ALTER TABLE `sm_custom_temporary_results` ADD PRIMARY KEY (`id`), ADD KEY `sm_custom_temporary_results_school_id_foreign` (`school_id`), ADD KEY `sm_custom_temporary_results_academic_id_foreign` (`academic_id`); -- -- Indexes for table `sm_dashboard_settings` -- ALTER TABLE `sm_dashboard_settings` ADD PRIMARY KEY (`id`), ADD KEY `sm_dashboard_settings_role_id_foreign` (`role_id`), ADD KEY `sm_dashboard_settings_school_id_foreign` (`school_id`); -- -- Indexes for table `sm_date_formats` -- ALTER TABLE `sm_date_formats` ADD PRIMARY KEY (`id`), ADD KEY `sm_date_formats_school_id_foreign` (`school_id`); -- -- Indexes for table `sm_designations` -- ALTER TABLE `sm_designations` ADD PRIMARY KEY (`id`), ADD KEY `sm_designations_school_id_foreign` (`school_id`); -- -- Indexes for table `sm_donors` -- ALTER TABLE `sm_donors` ADD PRIMARY KEY (`id`), ADD KEY `sm_donors_bloodgroup_id_foreign` (`bloodgroup_id`), ADD KEY `sm_donors_religion_id_foreign` (`religion_id`), ADD KEY `sm_donors_gender_id_foreign` (`gender_id`), ADD KEY `sm_donors_school_id_foreign` (`school_id`); -- -- Indexes for table `sm_dormitory_lists` -- ALTER TABLE `sm_dormitory_lists` ADD PRIMARY KEY (`id`), ADD KEY `sm_dormitory_lists_school_id_foreign` (`school_id`), ADD KEY `sm_dormitory_lists_academic_id_foreign` (`academic_id`); -- -- Indexes for table `sm_email_settings` -- ALTER TABLE `sm_email_settings` ADD PRIMARY KEY (`id`), ADD KEY `sm_email_settings_school_id_foreign` (`school_id`), ADD KEY `sm_email_settings_academic_id_foreign` (`academic_id`); -- -- Indexes for table `sm_email_sms_logs` -- ALTER TABLE `sm_email_sms_logs` ADD PRIMARY KEY (`id`), ADD KEY `sm_email_sms_logs_school_id_foreign` (`school_id`), ADD KEY `sm_email_sms_logs_academic_id_foreign` (`academic_id`); -- -- Indexes for table `sm_events` -- ALTER TABLE `sm_events` ADD PRIMARY KEY (`id`), ADD KEY `sm_events_school_id_foreign` (`school_id`), ADD KEY `sm_events_academic_id_foreign` (`academic_id`); -- -- Indexes for table `sm_exams` -- ALTER TABLE `sm_exams` ADD PRIMARY KEY (`id`), ADD KEY `sm_exams_exam_type_id_foreign` (`exam_type_id`), ADD KEY `sm_exams_class_id_foreign` (`class_id`), ADD KEY `sm_exams_section_id_foreign` (`section_id`), ADD KEY `sm_exams_subject_id_foreign` (`subject_id`), ADD KEY `sm_exams_school_id_foreign` (`school_id`), ADD KEY `sm_exams_academic_id_foreign` (`academic_id`); -- -- Indexes for table `sm_exam_attendances` -- ALTER TABLE `sm_exam_attendances` ADD PRIMARY KEY (`id`), ADD KEY `sm_exam_attendances_subject_id_foreign` (`subject_id`), ADD KEY `sm_exam_attendances_exam_id_foreign` (`exam_id`), ADD KEY `sm_exam_attendances_class_id_foreign` (`class_id`), ADD KEY `sm_exam_attendances_section_id_foreign` (`section_id`), ADD KEY `sm_exam_attendances_school_id_foreign` (`school_id`), ADD KEY `sm_exam_attendances_academic_id_foreign` (`academic_id`); -- -- Indexes for table `sm_exam_attendance_children` -- ALTER TABLE `sm_exam_attendance_children` ADD PRIMARY KEY (`id`), ADD KEY `sm_exam_attendance_children_exam_attendance_id_foreign` (`exam_attendance_id`), ADD KEY `sm_exam_attendance_children_student_record_id_foreign` (`student_record_id`), ADD KEY `sm_exam_attendance_children_class_id_foreign` (`class_id`), ADD KEY `sm_exam_attendance_children_section_id_foreign` (`section_id`), ADD KEY `sm_exam_attendance_children_student_id_foreign` (`student_id`), ADD KEY `sm_exam_attendance_children_school_id_foreign` (`school_id`), ADD KEY `sm_exam_attendance_children_academic_id_foreign` (`academic_id`); -- -- Indexes for table `sm_exam_marks_registers` -- ALTER TABLE `sm_exam_marks_registers` ADD PRIMARY KEY (`id`), ADD KEY `sm_exam_marks_registers_exam_id_foreign` (`exam_id`), ADD KEY `sm_exam_marks_registers_student_id_foreign` (`student_id`), ADD KEY `sm_exam_marks_registers_subject_id_foreign` (`subject_id`), ADD KEY `sm_exam_marks_registers_school_id_foreign` (`school_id`), ADD KEY `sm_exam_marks_registers_academic_id_foreign` (`academic_id`); -- -- Indexes for table `sm_exam_schedules` -- ALTER TABLE `sm_exam_schedules` ADD PRIMARY KEY (`id`), ADD KEY `sm_exam_schedules_exam_period_id_foreign` (`exam_period_id`), ADD KEY `sm_exam_schedules_subject_id_foreign` (`subject_id`), ADD KEY `sm_exam_schedules_exam_term_id_foreign` (`exam_term_id`), ADD KEY `sm_exam_schedules_exam_id_foreign` (`exam_id`), ADD KEY `sm_exam_schedules_class_id_foreign` (`class_id`), ADD KEY `sm_exam_schedules_section_id_foreign` (`section_id`), ADD KEY `sm_exam_schedules_teacher_id_foreign` (`teacher_id`), ADD KEY `sm_exam_schedules_school_id_foreign` (`school_id`), ADD KEY `sm_exam_schedules_academic_id_foreign` (`academic_id`); -- -- Indexes for table `sm_exam_schedule_subjects` -- ALTER TABLE `sm_exam_schedule_subjects` ADD PRIMARY KEY (`id`), ADD KEY `sm_exam_schedule_subjects_exam_schedule_id_foreign` (`exam_schedule_id`), ADD KEY `sm_exam_schedule_subjects_subject_id_foreign` (`subject_id`), ADD KEY `sm_exam_schedule_subjects_school_id_foreign` (`school_id`), ADD KEY `sm_exam_schedule_subjects_academic_id_foreign` (`academic_id`); -- -- Indexes for table `sm_exam_settings` -- ALTER TABLE `sm_exam_settings` ADD PRIMARY KEY (`id`), ADD KEY `sm_exam_settings_school_id_foreign` (`school_id`), ADD KEY `sm_exam_settings_academic_id_foreign` (`academic_id`); -- -- Indexes for table `sm_exam_setups` -- ALTER TABLE `sm_exam_setups` ADD PRIMARY KEY (`id`), ADD KEY `sm_exam_setups_exam_id_foreign` (`exam_id`), ADD KEY `sm_exam_setups_class_id_foreign` (`class_id`), ADD KEY `sm_exam_setups_subject_id_foreign` (`subject_id`), ADD KEY `sm_exam_setups_section_id_foreign` (`section_id`), ADD KEY `sm_exam_setups_exam_term_id_foreign` (`exam_term_id`), ADD KEY `sm_exam_setups_school_id_foreign` (`school_id`), ADD KEY `sm_exam_setups_academic_id_foreign` (`academic_id`); -- -- Indexes for table `sm_exam_signatures` -- ALTER TABLE `sm_exam_signatures` ADD PRIMARY KEY (`id`), ADD KEY `sm_exam_signatures_school_id_foreign` (`school_id`), ADD KEY `sm_exam_signatures_academic_id_foreign` (`academic_id`); -- -- Indexes for table `sm_exam_types` -- ALTER TABLE `sm_exam_types` ADD PRIMARY KEY (`id`), ADD KEY `sm_exam_types_school_id_foreign` (`school_id`), ADD KEY `sm_exam_types_academic_id_foreign` (`academic_id`); -- -- Indexes for table `sm_expense_heads` -- ALTER TABLE `sm_expense_heads` ADD PRIMARY KEY (`id`), ADD KEY `sm_expense_heads_school_id_foreign` (`school_id`), ADD KEY `sm_expense_heads_academic_id_foreign` (`academic_id`); -- -- Indexes for table `sm_expert_teachers` -- ALTER TABLE `sm_expert_teachers` ADD PRIMARY KEY (`id`), ADD KEY `sm_expert_teachers_school_id_foreign` (`school_id`); -- -- Indexes for table `sm_fees_assigns` -- ALTER TABLE `sm_fees_assigns` ADD PRIMARY KEY (`id`), ADD KEY `sm_fees_assigns_fees_master_id_foreign` (`fees_master_id`), ADD KEY `sm_fees_assigns_fees_discount_id_foreign` (`fees_discount_id`), ADD KEY `sm_fees_assigns_student_id_foreign` (`student_id`), ADD KEY `sm_fees_assigns_school_id_foreign` (`school_id`), ADD KEY `sm_fees_assigns_academic_id_foreign` (`academic_id`); -- -- Indexes for table `sm_fees_assign_discounts` -- ALTER TABLE `sm_fees_assign_discounts` ADD PRIMARY KEY (`id`), ADD KEY `sm_fees_assign_discounts_student_id_foreign` (`student_id`), ADD KEY `sm_fees_assign_discounts_fees_discount_id_foreign` (`fees_discount_id`), ADD KEY `sm_fees_assign_discounts_school_id_foreign` (`school_id`), ADD KEY `sm_fees_assign_discounts_academic_id_foreign` (`academic_id`); -- -- Indexes for table `sm_fees_carry_forwards` -- ALTER TABLE `sm_fees_carry_forwards` ADD PRIMARY KEY (`id`), ADD KEY `sm_fees_carry_forwards_student_id_foreign` (`student_id`), ADD KEY `sm_fees_carry_forwards_school_id_foreign` (`school_id`), ADD KEY `sm_fees_carry_forwards_academic_id_foreign` (`academic_id`); -- -- Indexes for table `sm_fees_discounts` -- ALTER TABLE `sm_fees_discounts` ADD PRIMARY KEY (`id`), ADD KEY `sm_fees_discounts_school_id_foreign` (`school_id`), ADD KEY `sm_fees_discounts_academic_id_foreign` (`academic_id`); -- -- Indexes for table `sm_fees_groups` -- ALTER TABLE `sm_fees_groups` ADD PRIMARY KEY (`id`), ADD KEY `sm_fees_groups_school_id_foreign` (`school_id`), ADD KEY `sm_fees_groups_academic_id_foreign` (`academic_id`); -- -- Indexes for table `sm_fees_masters` -- ALTER TABLE `sm_fees_masters` ADD PRIMARY KEY (`id`), ADD KEY `sm_fees_masters_fees_group_id_foreign` (`fees_group_id`), ADD KEY `sm_fees_masters_fees_type_id_foreign` (`fees_type_id`), ADD KEY `sm_fees_masters_school_id_foreign` (`school_id`), ADD KEY `sm_fees_masters_academic_id_foreign` (`academic_id`); -- -- Indexes for table `sm_fees_payments` -- ALTER TABLE `sm_fees_payments` ADD PRIMARY KEY (`id`), ADD KEY `sm_fees_payments_assign_id_foreign` (`assign_id`), ADD KEY `sm_fees_payments_bank_id_foreign` (`bank_id`), ADD KEY `sm_fees_payments_fees_discount_id_foreign` (`fees_discount_id`), ADD KEY `sm_fees_payments_fees_type_id_foreign` (`fees_type_id`), ADD KEY `sm_fees_payments_student_id_foreign` (`student_id`), ADD KEY `sm_fees_payments_school_id_foreign` (`school_id`), ADD KEY `sm_fees_payments_academic_id_foreign` (`academic_id`); -- -- Indexes for table `sm_fees_types` -- ALTER TABLE `sm_fees_types` ADD PRIMARY KEY (`id`), ADD KEY `sm_fees_types_fees_group_id_foreign` (`fees_group_id`), ADD KEY `sm_fees_types_school_id_foreign` (`school_id`), ADD KEY `sm_fees_types_academic_id_foreign` (`academic_id`); -- -- Indexes for table `sm_form_downloads` -- ALTER TABLE `sm_form_downloads` ADD PRIMARY KEY (`id`), ADD KEY `sm_form_downloads_school_id_foreign` (`school_id`); -- -- Indexes for table `sm_frontend_persmissions` -- ALTER TABLE `sm_frontend_persmissions` ADD PRIMARY KEY (`id`), ADD KEY `sm_frontend_persmissions_school_id_foreign` (`school_id`); -- -- Indexes for table `sm_general_settings` -- ALTER TABLE `sm_general_settings` ADD PRIMARY KEY (`id`), ADD KEY `sm_general_settings_session_id_foreign` (`session_id`), ADD KEY `sm_general_settings_language_id_foreign` (`language_id`), ADD KEY `sm_general_settings_date_format_id_foreign` (`date_format_id`), ADD KEY `sm_general_settings_school_id_foreign` (`school_id`), ADD KEY `sm_general_settings_academic_id_foreign` (`academic_id`); -- -- Indexes for table `sm_header_menu_managers` -- ALTER TABLE `sm_header_menu_managers` ADD PRIMARY KEY (`id`), ADD KEY `sm_header_menu_managers_school_id_foreign` (`school_id`); -- -- Indexes for table `sm_holidays` -- ALTER TABLE `sm_holidays` ADD PRIMARY KEY (`id`), ADD KEY `sm_holidays_school_id_foreign` (`school_id`), ADD KEY `sm_holidays_academic_id_foreign` (`academic_id`); -- -- Indexes for table `sm_homeworks` -- ALTER TABLE `sm_homeworks` ADD PRIMARY KEY (`id`), ADD KEY `sm_homeworks_evaluated_by_foreign` (`evaluated_by`), ADD KEY `sm_homeworks_class_id_foreign` (`class_id`), ADD KEY `sm_homeworks_subject_id_foreign` (`subject_id`), ADD KEY `sm_homeworks_school_id_foreign` (`school_id`), ADD KEY `sm_homeworks_academic_id_foreign` (`academic_id`); -- -- Indexes for table `sm_homework_students` -- ALTER TABLE `sm_homework_students` ADD PRIMARY KEY (`id`), ADD KEY `sm_homework_students_student_id_foreign` (`student_id`), ADD KEY `sm_homework_students_homework_id_foreign` (`homework_id`), ADD KEY `sm_homework_students_school_id_foreign` (`school_id`), ADD KEY `sm_homework_students_academic_id_foreign` (`academic_id`); -- -- Indexes for table `sm_home_page_settings` -- ALTER TABLE `sm_home_page_settings` ADD PRIMARY KEY (`id`), ADD KEY `sm_home_page_settings_school_id_foreign` (`school_id`); -- -- Indexes for table `sm_hourly_rates` -- ALTER TABLE `sm_hourly_rates` ADD PRIMARY KEY (`id`), ADD KEY `sm_hourly_rates_school_id_foreign` (`school_id`), ADD KEY `sm_hourly_rates_academic_id_foreign` (`academic_id`); -- -- Indexes for table `sm_hr_payroll_earn_deducs` -- ALTER TABLE `sm_hr_payroll_earn_deducs` ADD PRIMARY KEY (`id`), ADD KEY `sm_hr_payroll_earn_deducs_payroll_generate_id_foreign` (`payroll_generate_id`), ADD KEY `sm_hr_payroll_earn_deducs_school_id_foreign` (`school_id`), ADD KEY `sm_hr_payroll_earn_deducs_academic_id_foreign` (`academic_id`); -- -- Indexes for table `sm_hr_payroll_generates` -- ALTER TABLE `sm_hr_payroll_generates` ADD PRIMARY KEY (`id`), ADD KEY `sm_hr_payroll_generates_staff_id_foreign` (`staff_id`), ADD KEY `sm_hr_payroll_generates_school_id_foreign` (`school_id`), ADD KEY `sm_hr_payroll_generates_academic_id_foreign` (`academic_id`); -- -- Indexes for table `sm_hr_salary_templates` -- ALTER TABLE `sm_hr_salary_templates` ADD PRIMARY KEY (`id`), ADD KEY `sm_hr_salary_templates_school_id_foreign` (`school_id`), ADD KEY `sm_hr_salary_templates_academic_id_foreign` (`academic_id`); -- -- Indexes for table `sm_human_departments` -- ALTER TABLE `sm_human_departments` ADD PRIMARY KEY (`id`), ADD KEY `sm_human_departments_created_by_foreign` (`created_by`), ADD KEY `sm_human_departments_updated_by_foreign` (`updated_by`), ADD KEY `sm_human_departments_school_id_foreign` (`school_id`); -- -- Indexes for table `sm_income_heads` -- ALTER TABLE `sm_income_heads` ADD PRIMARY KEY (`id`), ADD KEY `sm_income_heads_school_id_foreign` (`school_id`), ADD KEY `sm_income_heads_academic_id_foreign` (`academic_id`); -- -- Indexes for table `sm_instructions` -- ALTER TABLE `sm_instructions` ADD PRIMARY KEY (`id`), ADD KEY `sm_instructions_school_id_foreign` (`school_id`); -- -- Indexes for table `sm_inventory_payments` -- ALTER TABLE `sm_inventory_payments` ADD PRIMARY KEY (`id`), ADD KEY `sm_inventory_payments_school_id_foreign` (`school_id`), ADD KEY `sm_inventory_payments_academic_id_foreign` (`academic_id`); -- -- Indexes for table `sm_items` -- ALTER TABLE `sm_items` ADD PRIMARY KEY (`id`), ADD KEY `sm_items_item_category_id_foreign` (`item_category_id`), ADD KEY `sm_items_school_id_foreign` (`school_id`), ADD KEY `sm_items_academic_id_foreign` (`academic_id`); -- -- Indexes for table `sm_item_categories` -- ALTER TABLE `sm_item_categories` ADD PRIMARY KEY (`id`), ADD KEY `sm_item_categories_school_id_foreign` (`school_id`), ADD KEY `sm_item_categories_academic_id_foreign` (`academic_id`); -- -- Indexes for table `sm_item_issues` -- ALTER TABLE `sm_item_issues` ADD PRIMARY KEY (`id`), ADD KEY `sm_item_issues_role_id_foreign` (`role_id`), ADD KEY `sm_item_issues_item_category_id_foreign` (`item_category_id`), ADD KEY `sm_item_issues_item_id_foreign` (`item_id`), ADD KEY `sm_item_issues_school_id_foreign` (`school_id`), ADD KEY `sm_item_issues_academic_id_foreign` (`academic_id`); -- -- Indexes for table `sm_item_receives` -- ALTER TABLE `sm_item_receives` ADD PRIMARY KEY (`id`), ADD KEY `sm_item_receives_supplier_id_foreign` (`supplier_id`), ADD KEY `sm_item_receives_store_id_foreign` (`store_id`), ADD KEY `sm_item_receives_school_id_foreign` (`school_id`), ADD KEY `sm_item_receives_academic_id_foreign` (`academic_id`); -- -- Indexes for table `sm_item_receive_children` -- ALTER TABLE `sm_item_receive_children` ADD PRIMARY KEY (`id`), ADD KEY `sm_item_receive_children_item_id_foreign` (`item_id`), ADD KEY `sm_item_receive_children_item_receive_id_foreign` (`item_receive_id`), ADD KEY `sm_item_receive_children_school_id_foreign` (`school_id`), ADD KEY `sm_item_receive_children_academic_id_foreign` (`academic_id`); -- -- Indexes for table `sm_item_sells` -- ALTER TABLE `sm_item_sells` ADD PRIMARY KEY (`id`), ADD KEY `sm_item_sells_role_id_foreign` (`role_id`), ADD KEY `sm_item_sells_school_id_foreign` (`school_id`), ADD KEY `sm_item_sells_academic_id_foreign` (`academic_id`); -- -- Indexes for table `sm_item_sell_children` -- ALTER TABLE `sm_item_sell_children` ADD PRIMARY KEY (`id`), ADD KEY `sm_item_sell_children_school_id_foreign` (`school_id`), ADD KEY `sm_item_sell_children_academic_id_foreign` (`academic_id`); -- -- Indexes for table `sm_item_stores` -- ALTER TABLE `sm_item_stores` ADD PRIMARY KEY (`id`), ADD KEY `sm_item_stores_school_id_foreign` (`school_id`), ADD KEY `sm_item_stores_academic_id_foreign` (`academic_id`); -- -- Indexes for table `sm_languages` -- ALTER TABLE `sm_languages` ADD PRIMARY KEY (`id`), ADD KEY `sm_languages_lang_id_foreign` (`lang_id`), ADD KEY `sm_languages_school_id_foreign` (`school_id`); -- -- Indexes for table `sm_language_phrases` -- ALTER TABLE `sm_language_phrases` ADD PRIMARY KEY (`id`), ADD KEY `sm_language_phrases_school_id_foreign` (`school_id`); -- -- Indexes for table `sm_leave_deduction_infos` -- ALTER TABLE `sm_leave_deduction_infos` ADD PRIMARY KEY (`id`), ADD KEY `sm_leave_deduction_infos_school_id_foreign` (`school_id`), ADD KEY `sm_leave_deduction_infos_academic_id_foreign` (`academic_id`); -- -- Indexes for table `sm_leave_defines` -- ALTER TABLE `sm_leave_defines` ADD PRIMARY KEY (`id`), ADD KEY `sm_leave_defines_role_id_foreign` (`role_id`), ADD KEY `sm_leave_defines_user_id_foreign` (`user_id`), ADD KEY `sm_leave_defines_type_id_foreign` (`type_id`), ADD KEY `sm_leave_defines_school_id_foreign` (`school_id`), ADD KEY `sm_leave_defines_academic_id_foreign` (`academic_id`); -- -- Indexes for table `sm_leave_requests` -- ALTER TABLE `sm_leave_requests` ADD PRIMARY KEY (`id`), ADD KEY `sm_leave_requests_leave_define_id_foreign` (`leave_define_id`), ADD KEY `sm_leave_requests_staff_id_foreign` (`staff_id`), ADD KEY `sm_leave_requests_role_id_foreign` (`role_id`), ADD KEY `sm_leave_requests_type_id_foreign` (`type_id`), ADD KEY `sm_leave_requests_school_id_foreign` (`school_id`), ADD KEY `sm_leave_requests_academic_id_foreign` (`academic_id`); -- -- Indexes for table `sm_leave_types` -- ALTER TABLE `sm_leave_types` ADD PRIMARY KEY (`id`), ADD KEY `sm_leave_types_school_id_foreign` (`school_id`), ADD KEY `sm_leave_types_academic_id_foreign` (`academic_id`); -- -- Indexes for table `sm_lessons` -- ALTER TABLE `sm_lessons` ADD PRIMARY KEY (`id`), ADD KEY `sm_lessons_class_id_foreign` (`class_id`), ADD KEY `sm_lessons_section_id_foreign` (`section_id`), ADD KEY `sm_lessons_subject_id_foreign` (`subject_id`), ADD KEY `sm_lessons_school_id_foreign` (`school_id`), ADD KEY `sm_lessons_academic_id_foreign` (`academic_id`); -- -- Indexes for table `sm_lesson_details` -- ALTER TABLE `sm_lesson_details` ADD PRIMARY KEY (`id`), ADD KEY `sm_lesson_details_class_id_foreign` (`class_id`), ADD KEY `sm_lesson_details_section_id_foreign` (`section_id`), ADD KEY `sm_lesson_details_subject_id_foreign` (`subject_id`), ADD KEY `sm_lesson_details_school_id_foreign` (`school_id`), ADD KEY `sm_lesson_details_academic_id_foreign` (`academic_id`); -- -- Indexes for table `sm_lesson_topics` -- ALTER TABLE `sm_lesson_topics` ADD PRIMARY KEY (`id`), ADD KEY `sm_lesson_topics_class_id_foreign` (`class_id`), ADD KEY `sm_lesson_topics_section_id_foreign` (`section_id`), ADD KEY `sm_lesson_topics_subject_id_foreign` (`subject_id`), ADD KEY `sm_lesson_topics_school_id_foreign` (`school_id`), ADD KEY `sm_lesson_topics_academic_id_foreign` (`academic_id`); -- -- Indexes for table `sm_lesson_topic_details` -- ALTER TABLE `sm_lesson_topic_details` ADD PRIMARY KEY (`id`), ADD KEY `sm_lesson_topic_details_topic_id_foreign` (`topic_id`), ADD KEY `sm_lesson_topic_details_school_id_foreign` (`school_id`), ADD KEY `sm_lesson_topic_details_academic_id_foreign` (`academic_id`); -- -- Indexes for table `sm_library_members` -- ALTER TABLE `sm_library_members` ADD PRIMARY KEY (`id`), ADD KEY `sm_library_members_member_type_foreign` (`member_type`), ADD KEY `sm_library_members_student_staff_id_foreign` (`student_staff_id`), ADD KEY `sm_library_members_school_id_foreign` (`school_id`), ADD KEY `sm_library_members_academic_id_foreign` (`academic_id`); -- -- Indexes for table `sm_marks_grades` -- ALTER TABLE `sm_marks_grades` ADD PRIMARY KEY (`id`), ADD KEY `sm_marks_grades_school_id_foreign` (`school_id`), ADD KEY `sm_marks_grades_academic_id_foreign` (`academic_id`); -- -- Indexes for table `sm_marks_registers` -- ALTER TABLE `sm_marks_registers` ADD PRIMARY KEY (`id`), ADD KEY `sm_marks_registers_student_id_foreign` (`student_id`), ADD KEY `sm_marks_registers_exam_id_foreign` (`exam_id`), ADD KEY `sm_marks_registers_class_id_foreign` (`class_id`), ADD KEY `sm_marks_registers_section_id_foreign` (`section_id`), ADD KEY `sm_marks_registers_school_id_foreign` (`school_id`), ADD KEY `sm_marks_registers_academic_id_foreign` (`academic_id`); -- -- Indexes for table `sm_marks_register_children` -- ALTER TABLE `sm_marks_register_children` ADD PRIMARY KEY (`id`), ADD KEY `sm_marks_register_children_marks_register_id_foreign` (`marks_register_id`), ADD KEY `sm_marks_register_children_subject_id_foreign` (`subject_id`), ADD KEY `sm_marks_register_children_school_id_foreign` (`school_id`), ADD KEY `sm_marks_register_children_academic_id_foreign` (`academic_id`); -- -- Indexes for table `sm_marks_send_sms` -- ALTER TABLE `sm_marks_send_sms` ADD PRIMARY KEY (`id`), ADD KEY `sm_marks_send_sms_exam_id_foreign` (`exam_id`), ADD KEY `sm_marks_send_sms_student_id_foreign` (`student_id`), ADD KEY `sm_marks_send_sms_school_id_foreign` (`school_id`), ADD KEY `sm_marks_send_sms_academic_id_foreign` (`academic_id`); -- -- Indexes for table `sm_mark_stores` -- ALTER TABLE `sm_mark_stores` ADD PRIMARY KEY (`id`), ADD KEY `sm_mark_stores_subject_id_foreign` (`subject_id`), ADD KEY `sm_mark_stores_exam_term_id_foreign` (`exam_term_id`), ADD KEY `sm_mark_stores_exam_setup_id_foreign` (`exam_setup_id`), ADD KEY `sm_mark_stores_student_id_foreign` (`student_id`), ADD KEY `sm_mark_stores_student_record_id_foreign` (`student_record_id`), ADD KEY `sm_mark_stores_class_id_foreign` (`class_id`), ADD KEY `sm_mark_stores_section_id_foreign` (`section_id`), ADD KEY `sm_mark_stores_school_id_foreign` (`school_id`), ADD KEY `sm_mark_stores_academic_id_foreign` (`academic_id`); -- -- Indexes for table `sm_modules` -- ALTER TABLE `sm_modules` ADD PRIMARY KEY (`id`), ADD KEY `sm_modules_school_id_foreign` (`school_id`); -- -- Indexes for table `sm_module_links` -- ALTER TABLE `sm_module_links` ADD PRIMARY KEY (`id`), ADD KEY `sm_module_links_module_id_foreign` (`module_id`), ADD KEY `sm_module_links_created_by_foreign` (`created_by`), ADD KEY `sm_module_links_updated_by_foreign` (`updated_by`), ADD KEY `sm_module_links_school_id_foreign` (`school_id`); -- -- Indexes for table `sm_module_permissions` -- ALTER TABLE `sm_module_permissions` ADD PRIMARY KEY (`id`), ADD KEY `sm_module_permissions_school_id_foreign` (`school_id`); -- -- Indexes for table `sm_module_permission_assigns` -- ALTER TABLE `sm_module_permission_assigns` ADD PRIMARY KEY (`id`), ADD KEY `sm_module_permission_assigns_module_id_foreign` (`module_id`), ADD KEY `sm_module_permission_assigns_role_id_foreign` (`role_id`), ADD KEY `sm_module_permission_assigns_school_id_foreign` (`school_id`); -- -- Indexes for table `sm_news` -- ALTER TABLE `sm_news` ADD PRIMARY KEY (`id`), ADD KEY `sm_news_category_id_foreign` (`category_id`); -- -- Indexes for table `sm_news_categories` -- ALTER TABLE `sm_news_categories` ADD PRIMARY KEY (`id`); -- -- Indexes for table `sm_news_comments` -- ALTER TABLE `sm_news_comments` ADD PRIMARY KEY (`id`), ADD KEY `sm_news_comments_news_id_foreign` (`news_id`), ADD KEY `sm_news_comments_user_id_foreign` (`user_id`); -- -- Indexes for table `sm_news_pages` -- ALTER TABLE `sm_news_pages` ADD PRIMARY KEY (`id`), ADD KEY `sm_news_pages_created_by_foreign` (`created_by`), ADD KEY `sm_news_pages_updated_by_foreign` (`updated_by`), ADD KEY `sm_news_pages_school_id_foreign` (`school_id`); -- -- Indexes for table `sm_notice_boards` -- ALTER TABLE `sm_notice_boards` ADD PRIMARY KEY (`id`), ADD KEY `sm_notice_boards_school_id_foreign` (`school_id`), ADD KEY `sm_notice_boards_academic_id_foreign` (`academic_id`); -- -- Indexes for table `sm_notifications` -- ALTER TABLE `sm_notifications` ADD PRIMARY KEY (`id`), ADD KEY `sm_notifications_school_id_foreign` (`school_id`), ADD KEY `sm_notifications_academic_id_foreign` (`academic_id`); -- -- Indexes for table `sm_notification_settings` -- ALTER TABLE `sm_notification_settings` ADD PRIMARY KEY (`id`), ADD KEY `sm_notification_settings_school_id_foreign` (`school_id`); -- -- Indexes for table `sm_online_exams` -- ALTER TABLE `sm_online_exams` ADD PRIMARY KEY (`id`), ADD KEY `sm_online_exams_class_id_foreign` (`class_id`), ADD KEY `sm_online_exams_section_id_foreign` (`section_id`), ADD KEY `sm_online_exams_subject_id_foreign` (`subject_id`), ADD KEY `sm_online_exams_school_id_foreign` (`school_id`), ADD KEY `sm_online_exams_academic_id_foreign` (`academic_id`); -- -- Indexes for table `sm_online_exam_marks` -- ALTER TABLE `sm_online_exam_marks` ADD PRIMARY KEY (`id`), ADD KEY `sm_online_exam_marks_student_id_foreign` (`student_id`), ADD KEY `sm_online_exam_marks_subject_id_foreign` (`subject_id`), ADD KEY `sm_online_exam_marks_exam_id_foreign` (`exam_id`), ADD KEY `sm_online_exam_marks_school_id_foreign` (`school_id`), ADD KEY `sm_online_exam_marks_academic_id_foreign` (`academic_id`); -- -- Indexes for table `sm_online_exam_questions` -- ALTER TABLE `sm_online_exam_questions` ADD PRIMARY KEY (`id`), ADD KEY `sm_online_exam_questions_online_exam_id_foreign` (`online_exam_id`), ADD KEY `sm_online_exam_questions_school_id_foreign` (`school_id`), ADD KEY `sm_online_exam_questions_academic_id_foreign` (`academic_id`); -- -- Indexes for table `sm_online_exam_question_assigns` -- ALTER TABLE `sm_online_exam_question_assigns` ADD PRIMARY KEY (`id`), ADD KEY `sm_online_exam_question_assigns_online_exam_id_foreign` (`online_exam_id`), ADD KEY `sm_online_exam_question_assigns_question_bank_id_foreign` (`question_bank_id`), ADD KEY `sm_online_exam_question_assigns_school_id_foreign` (`school_id`), ADD KEY `sm_online_exam_question_assigns_academic_id_foreign` (`academic_id`); -- -- Indexes for table `sm_online_exam_question_mu_options` -- ALTER TABLE `sm_online_exam_question_mu_options` ADD PRIMARY KEY (`id`), ADD KEY `on_ex_qu_id` (`online_exam_question_id`), ADD KEY `sm_online_exam_question_mu_options_school_id_foreign` (`school_id`), ADD KEY `sm_online_exam_question_mu_options_academic_id_foreign` (`academic_id`); -- -- Indexes for table `sm_optional_subject_assigns` -- ALTER TABLE `sm_optional_subject_assigns` ADD PRIMARY KEY (`id`), ADD KEY `sm_optional_subject_assigns_student_id_foreign` (`student_id`), ADD KEY `sm_optional_subject_assigns_subject_id_foreign` (`subject_id`), ADD KEY `sm_optional_subject_assigns_school_id_foreign` (`school_id`), ADD KEY `sm_optional_subject_assigns_session_id_foreign` (`session_id`), ADD KEY `sm_optional_subject_assigns_academic_id_foreign` (`academic_id`); -- -- Indexes for table `sm_pages` -- ALTER TABLE `sm_pages` ADD PRIMARY KEY (`id`), ADD UNIQUE KEY `sm_pages_sub_title_unique` (`sub_title`), ADD KEY `sm_pages_school_id_foreign` (`school_id`); -- -- Indexes for table `sm_parents` -- ALTER TABLE `sm_parents` ADD PRIMARY KEY (`id`), ADD KEY `sm_parents_user_id_foreign` (`user_id`), ADD KEY `sm_parents_school_id_foreign` (`school_id`), ADD KEY `sm_parents_academic_id_foreign` (`academic_id`); -- -- Indexes for table `sm_payment_gateway_settings` -- ALTER TABLE `sm_payment_gateway_settings` ADD PRIMARY KEY (`id`), ADD KEY `sm_payment_gateway_settings_school_id_foreign` (`school_id`); -- -- Indexes for table `sm_payment_methhods` -- ALTER TABLE `sm_payment_methhods` ADD PRIMARY KEY (`id`), ADD KEY `sm_payment_methhods_gateway_id_foreign` (`gateway_id`), ADD KEY `sm_payment_methhods_school_id_foreign` (`school_id`); -- -- Indexes for table `sm_phone_call_logs` -- ALTER TABLE `sm_phone_call_logs` ADD PRIMARY KEY (`id`), ADD KEY `sm_phone_call_logs_school_id_foreign` (`school_id`), ADD KEY `sm_phone_call_logs_academic_id_foreign` (`academic_id`); -- -- Indexes for table `sm_photo_galleries` -- ALTER TABLE `sm_photo_galleries` ADD PRIMARY KEY (`id`), ADD KEY `sm_photo_galleries_school_id_foreign` (`school_id`); -- -- Indexes for table `sm_postal_dispatches` -- ALTER TABLE `sm_postal_dispatches` ADD PRIMARY KEY (`id`), ADD KEY `sm_postal_dispatches_school_id_foreign` (`school_id`), ADD KEY `sm_postal_dispatches_academic_id_foreign` (`academic_id`); -- -- Indexes for table `sm_postal_receives` -- ALTER TABLE `sm_postal_receives` ADD PRIMARY KEY (`id`), ADD KEY `sm_postal_receives_school_id_foreign` (`school_id`), ADD KEY `sm_postal_receives_academic_id_foreign` (`academic_id`); -- -- Indexes for table `sm_product_purchases` -- ALTER TABLE `sm_product_purchases` ADD PRIMARY KEY (`id`), ADD KEY `sm_product_purchases_user_id_foreign` (`user_id`), ADD KEY `sm_product_purchases_staff_id_foreign` (`staff_id`), ADD KEY `sm_product_purchases_school_id_foreign` (`school_id`); -- -- Indexes for table `sm_question_banks` -- ALTER TABLE `sm_question_banks` ADD PRIMARY KEY (`id`), ADD KEY `sm_question_banks_q_group_id_foreign` (`q_group_id`), ADD KEY `sm_question_banks_class_id_foreign` (`class_id`), ADD KEY `sm_question_banks_section_id_foreign` (`section_id`), ADD KEY `sm_question_banks_school_id_foreign` (`school_id`), ADD KEY `sm_question_banks_academic_id_foreign` (`academic_id`); -- -- Indexes for table `sm_question_bank_mu_options` -- ALTER TABLE `sm_question_bank_mu_options` ADD PRIMARY KEY (`id`), ADD KEY `sm_question_bank_mu_options_question_bank_id_foreign` (`question_bank_id`), ADD KEY `sm_question_bank_mu_options_school_id_foreign` (`school_id`), ADD KEY `sm_question_bank_mu_options_academic_id_foreign` (`academic_id`); -- -- Indexes for table `sm_question_groups` -- ALTER TABLE `sm_question_groups` ADD PRIMARY KEY (`id`), ADD KEY `sm_question_groups_school_id_foreign` (`school_id`), ADD KEY `sm_question_groups_academic_id_foreign` (`academic_id`); -- -- Indexes for table `sm_question_levels` -- ALTER TABLE `sm_question_levels` ADD PRIMARY KEY (`id`), ADD KEY `sm_question_levels_school_id_foreign` (`school_id`), ADD KEY `sm_question_levels_academic_id_foreign` (`academic_id`); -- -- Indexes for table `sm_result_stores` -- ALTER TABLE `sm_result_stores` ADD PRIMARY KEY (`id`), ADD KEY `sm_result_stores_exam_type_id_foreign` (`exam_type_id`), ADD KEY `sm_result_stores_subject_id_foreign` (`subject_id`), ADD KEY `sm_result_stores_exam_setup_id_foreign` (`exam_setup_id`), ADD KEY `sm_result_stores_student_id_foreign` (`student_id`), ADD KEY `sm_result_stores_student_record_id_foreign` (`student_record_id`), ADD KEY `sm_result_stores_class_id_foreign` (`class_id`), ADD KEY `sm_result_stores_section_id_foreign` (`section_id`), ADD KEY `sm_result_stores_school_id_foreign` (`school_id`), ADD KEY `sm_result_stores_academic_id_foreign` (`academic_id`); -- -- Indexes for table `sm_role_permissions` -- ALTER TABLE `sm_role_permissions` ADD PRIMARY KEY (`id`), ADD KEY `sm_role_permissions_module_link_id_foreign` (`module_link_id`), ADD KEY `sm_role_permissions_role_id_foreign` (`role_id`), ADD KEY `sm_role_permissions_school_id_foreign` (`school_id`); -- -- Indexes for table `sm_room_lists` -- ALTER TABLE `sm_room_lists` ADD PRIMARY KEY (`id`), ADD KEY `sm_room_lists_dormitory_id_foreign` (`dormitory_id`), ADD KEY `sm_room_lists_room_type_id_foreign` (`room_type_id`), ADD KEY `sm_room_lists_school_id_foreign` (`school_id`), ADD KEY `sm_room_lists_academic_id_foreign` (`academic_id`); -- -- Indexes for table `sm_room_types` -- ALTER TABLE `sm_room_types` ADD PRIMARY KEY (`id`), ADD KEY `sm_room_types_school_id_foreign` (`school_id`), ADD KEY `sm_room_types_academic_id_foreign` (`academic_id`); -- -- Indexes for table `sm_routes` -- ALTER TABLE `sm_routes` ADD PRIMARY KEY (`id`), ADD KEY `sm_routes_school_id_foreign` (`school_id`), ADD KEY `sm_routes_academic_id_foreign` (`academic_id`); -- -- Indexes for table `sm_schools` -- ALTER TABLE `sm_schools` ADD PRIMARY KEY (`id`); -- -- Indexes for table `sm_seat_plans` -- ALTER TABLE `sm_seat_plans` ADD PRIMARY KEY (`id`), ADD KEY `sm_seat_plans_exam_id_foreign` (`exam_id`), ADD KEY `sm_seat_plans_subject_id_foreign` (`subject_id`), ADD KEY `sm_seat_plans_class_id_foreign` (`class_id`), ADD KEY `sm_seat_plans_section_id_foreign` (`section_id`), ADD KEY `sm_seat_plans_school_id_foreign` (`school_id`), ADD KEY `sm_seat_plans_academic_id_foreign` (`academic_id`); -- -- Indexes for table `sm_seat_plan_children` -- ALTER TABLE `sm_seat_plan_children` ADD PRIMARY KEY (`id`), ADD KEY `sm_seat_plan_children_seat_plan_id_foreign` (`seat_plan_id`), ADD KEY `sm_seat_plan_children_school_id_foreign` (`school_id`), ADD KEY `sm_seat_plan_children_academic_id_foreign` (`academic_id`); -- -- Indexes for table `sm_sections` -- ALTER TABLE `sm_sections` ADD PRIMARY KEY (`id`), ADD KEY `sm_sections_school_id_foreign` (`school_id`), ADD KEY `sm_sections_academic_id_foreign` (`academic_id`); -- -- Indexes for table `sm_send_messages` -- ALTER TABLE `sm_send_messages` ADD PRIMARY KEY (`id`), ADD KEY `sm_send_messages_school_id_foreign` (`school_id`), ADD KEY `sm_send_messages_academic_id_foreign` (`academic_id`); -- -- Indexes for table `sm_sessions` -- ALTER TABLE `sm_sessions` ADD PRIMARY KEY (`id`), ADD KEY `sm_sessions_school_id_foreign` (`school_id`); -- -- Indexes for table `sm_setup_admins` -- ALTER TABLE `sm_setup_admins` ADD PRIMARY KEY (`id`), ADD KEY `sm_setup_admins_school_id_foreign` (`school_id`), ADD KEY `sm_setup_admins_academic_id_foreign` (`academic_id`); -- -- Indexes for table `sm_sms_gateways` -- ALTER TABLE `sm_sms_gateways` ADD PRIMARY KEY (`id`), ADD KEY `sm_sms_gateways_school_id_foreign` (`school_id`); -- -- Indexes for table `sm_social_media_icons` -- ALTER TABLE `sm_social_media_icons` ADD PRIMARY KEY (`id`), ADD KEY `sm_social_media_icons_school_id_foreign` (`school_id`); -- -- Indexes for table `sm_staffs` -- ALTER TABLE `sm_staffs` ADD PRIMARY KEY (`id`), ADD KEY `sm_staffs_designation_id_foreign` (`designation_id`), ADD KEY `sm_staffs_department_id_foreign` (`department_id`), ADD KEY `sm_staffs_user_id_foreign` (`user_id`), ADD KEY `sm_staffs_role_id_foreign` (`role_id`), ADD KEY `sm_staffs_gender_id_foreign` (`gender_id`), ADD KEY `sm_staffs_school_id_foreign` (`school_id`); -- -- Indexes for table `sm_staff_attendance_imports` -- ALTER TABLE `sm_staff_attendance_imports` ADD PRIMARY KEY (`id`), ADD KEY `sm_staff_attendance_imports_staff_id_foreign` (`staff_id`), ADD KEY `sm_staff_attendance_imports_school_id_foreign` (`school_id`), ADD KEY `sm_staff_attendance_imports_academic_id_foreign` (`academic_id`); -- -- Indexes for table `sm_staff_attendences` -- ALTER TABLE `sm_staff_attendences` ADD PRIMARY KEY (`id`), ADD KEY `sm_staff_attendences_staff_id_foreign` (`staff_id`), ADD KEY `sm_staff_attendences_school_id_foreign` (`school_id`), ADD KEY `sm_staff_attendences_academic_id_foreign` (`academic_id`); -- -- Indexes for table `sm_staff_registration_fields` -- ALTER TABLE `sm_staff_registration_fields` ADD PRIMARY KEY (`id`), ADD KEY `sm_staff_registration_fields_school_id_foreign` (`school_id`), ADD KEY `sm_staff_registration_fields_academic_id_foreign` (`academic_id`); -- -- Indexes for table `sm_students` -- ALTER TABLE `sm_students` ADD PRIMARY KEY (`id`), ADD KEY `sm_students_bloodgroup_id_foreign` (`bloodgroup_id`), ADD KEY `sm_students_religion_id_foreign` (`religion_id`), ADD KEY `sm_students_route_list_id_foreign` (`route_list_id`), ADD KEY `sm_students_dormitory_id_foreign` (`dormitory_id`), ADD KEY `sm_students_vechile_id_foreign` (`vechile_id`), ADD KEY `sm_students_room_id_foreign` (`room_id`), ADD KEY `sm_students_student_category_id_foreign` (`student_category_id`), ADD KEY `sm_students_student_group_id_foreign` (`student_group_id`), ADD KEY `sm_students_class_id_foreign` (`class_id`), ADD KEY `sm_students_section_id_foreign` (`section_id`), ADD KEY `sm_students_session_id_foreign` (`session_id`), ADD KEY `sm_students_parent_id_foreign` (`parent_id`), ADD KEY `sm_students_user_id_foreign` (`user_id`), ADD KEY `sm_students_role_id_foreign` (`role_id`), ADD KEY `sm_students_gender_id_foreign` (`gender_id`), ADD KEY `sm_students_school_id_foreign` (`school_id`), ADD KEY `sm_students_academic_id_foreign` (`academic_id`); -- -- Indexes for table `sm_student_attendances` -- ALTER TABLE `sm_student_attendances` ADD PRIMARY KEY (`id`), ADD KEY `sm_student_attendances_student_id_foreign` (`student_id`), ADD KEY `sm_student_attendances_class_id_foreign` (`class_id`), ADD KEY `sm_student_attendances_section_id_foreign` (`section_id`), ADD KEY `sm_student_attendances_school_id_foreign` (`school_id`), ADD KEY `sm_student_attendances_academic_id_foreign` (`academic_id`); -- -- Indexes for table `sm_student_attendance_imports` -- ALTER TABLE `sm_student_attendance_imports` ADD PRIMARY KEY (`id`), ADD KEY `sm_student_attendance_imports_student_id_foreign` (`student_id`), ADD KEY `sm_student_attendance_imports_school_id_foreign` (`school_id`), ADD KEY `sm_student_attendance_imports_academic_id_foreign` (`academic_id`); -- -- Indexes for table `sm_student_categories` -- ALTER TABLE `sm_student_categories` ADD PRIMARY KEY (`id`), ADD KEY `sm_student_categories_school_id_foreign` (`school_id`), ADD KEY `sm_student_categories_academic_id_foreign` (`academic_id`); -- -- Indexes for table `sm_student_certificates` -- ALTER TABLE `sm_student_certificates` ADD PRIMARY KEY (`id`), ADD KEY `sm_student_certificates_school_id_foreign` (`school_id`), ADD KEY `sm_student_certificates_academic_id_foreign` (`academic_id`); -- -- Indexes for table `sm_student_documents` -- ALTER TABLE `sm_student_documents` ADD PRIMARY KEY (`id`), ADD KEY `sm_student_documents_school_id_foreign` (`school_id`), ADD KEY `sm_student_documents_academic_id_foreign` (`academic_id`); -- -- Indexes for table `sm_student_excel_formats` -- ALTER TABLE `sm_student_excel_formats` ADD KEY `sm_student_excel_formats_school_id_foreign` (`school_id`), ADD KEY `sm_student_excel_formats_academic_id_foreign` (`academic_id`); -- -- Indexes for table `sm_student_groups` -- ALTER TABLE `sm_student_groups` ADD PRIMARY KEY (`id`), ADD KEY `sm_student_groups_school_id_foreign` (`school_id`), ADD KEY `sm_student_groups_academic_id_foreign` (`academic_id`); -- -- Indexes for table `sm_student_homeworks` -- ALTER TABLE `sm_student_homeworks` ADD PRIMARY KEY (`id`), ADD KEY `sm_student_homeworks_evaluated_by_foreign` (`evaluated_by`), ADD KEY `sm_student_homeworks_student_id_foreign` (`student_id`), ADD KEY `sm_student_homeworks_subject_id_foreign` (`subject_id`), ADD KEY `sm_student_homeworks_school_id_foreign` (`school_id`), ADD KEY `sm_student_homeworks_academic_id_foreign` (`academic_id`); -- -- Indexes for table `sm_student_id_cards` -- ALTER TABLE `sm_student_id_cards` ADD PRIMARY KEY (`id`), ADD KEY `sm_student_id_cards_school_id_foreign` (`school_id`), ADD KEY `sm_student_id_cards_academic_id_foreign` (`academic_id`); -- -- Indexes for table `sm_student_promotions` -- ALTER TABLE `sm_student_promotions` ADD PRIMARY KEY (`id`), ADD KEY `sm_student_promotions_previous_class_id_foreign` (`previous_class_id`), ADD KEY `sm_student_promotions_current_class_id_foreign` (`current_class_id`), ADD KEY `sm_student_promotions_previous_section_id_foreign` (`previous_section_id`), ADD KEY `sm_student_promotions_current_section_id_foreign` (`current_section_id`), ADD KEY `sm_student_promotions_previous_session_id_foreign` (`previous_session_id`), ADD KEY `sm_student_promotions_current_session_id_foreign` (`current_session_id`), ADD KEY `sm_student_promotions_student_id_foreign` (`student_id`), ADD KEY `sm_student_promotions_school_id_foreign` (`school_id`), ADD KEY `sm_student_promotions_academic_id_foreign` (`academic_id`); -- -- Indexes for table `sm_student_registration_fields` -- ALTER TABLE `sm_student_registration_fields` ADD PRIMARY KEY (`id`), ADD KEY `sm_student_registration_fields_school_id_foreign` (`school_id`), ADD KEY `sm_student_registration_fields_academic_id_foreign` (`academic_id`); -- -- Indexes for table `sm_student_take_online_exams` -- ALTER TABLE `sm_student_take_online_exams` ADD PRIMARY KEY (`id`), ADD KEY `sm_student_take_online_exams_student_id_foreign` (`student_id`), ADD KEY `sm_student_take_online_exams_online_exam_id_foreign` (`online_exam_id`), ADD KEY `sm_student_take_online_exams_school_id_foreign` (`school_id`), ADD KEY `sm_student_take_online_exams_academic_id_foreign` (`academic_id`); -- -- Indexes for table `sm_student_take_online_exam_questions` -- ALTER TABLE `sm_student_take_online_exam_questions` ADD PRIMARY KEY (`id`), ADD KEY `t_on_ex_id` (`take_online_exam_id`), ADD KEY `sm_student_take_online_exam_questions_question_bank_id_foreign` (`question_bank_id`), ADD KEY `sm_student_take_online_exam_questions_school_id_foreign` (`school_id`), ADD KEY `sm_student_take_online_exam_questions_academic_id_foreign` (`academic_id`); -- -- Indexes for table `sm_student_take_onln_ex_ques_options` -- ALTER TABLE `sm_student_take_onln_ex_ques_options` ADD PRIMARY KEY (`id`), ADD KEY `t_on_ex_q_id` (`take_online_exam_question_id`), ADD KEY `sm_student_take_onln_ex_ques_options_school_id_foreign` (`school_id`), ADD KEY `sm_student_take_onln_ex_ques_options_academic_id_foreign` (`academic_id`); -- -- Indexes for table `sm_student_timelines` -- ALTER TABLE `sm_student_timelines` ADD PRIMARY KEY (`id`), ADD KEY `sm_student_timelines_school_id_foreign` (`school_id`), ADD KEY `sm_student_timelines_academic_id_foreign` (`academic_id`); -- -- Indexes for table `sm_styles` -- ALTER TABLE `sm_styles` ADD PRIMARY KEY (`id`), ADD KEY `sm_styles_school_id_foreign` (`school_id`); -- -- Indexes for table `sm_subjects` -- ALTER TABLE `sm_subjects` ADD PRIMARY KEY (`id`), ADD KEY `sm_subjects_school_id_foreign` (`school_id`), ADD KEY `sm_subjects_academic_id_foreign` (`academic_id`); -- -- Indexes for table `sm_subject_attendances` -- ALTER TABLE `sm_subject_attendances` ADD PRIMARY KEY (`id`), ADD KEY `sm_subject_attendances_class_id_foreign` (`class_id`), ADD KEY `sm_subject_attendances_section_id_foreign` (`section_id`), ADD KEY `sm_subject_attendances_subject_id_foreign` (`subject_id`), ADD KEY `sm_subject_attendances_student_id_foreign` (`student_id`), ADD KEY `sm_subject_attendances_student_record_id_foreign` (`student_record_id`), ADD KEY `sm_subject_attendances_school_id_foreign` (`school_id`), ADD KEY `sm_subject_attendances_academic_id_foreign` (`academic_id`); -- -- Indexes for table `sm_suppliers` -- ALTER TABLE `sm_suppliers` ADD PRIMARY KEY (`id`), ADD KEY `sm_suppliers_academic_id_foreign` (`academic_id`); -- -- Indexes for table `sm_system_versions` -- ALTER TABLE `sm_system_versions` ADD PRIMARY KEY (`id`); -- -- Indexes for table `sm_teacher_upload_contents` -- ALTER TABLE `sm_teacher_upload_contents` ADD PRIMARY KEY (`id`), ADD KEY `sm_teacher_upload_contents_class_foreign` (`class`), ADD KEY `sm_teacher_upload_contents_school_id_foreign` (`school_id`), ADD KEY `sm_teacher_upload_contents_academic_id_foreign` (`academic_id`); -- -- Indexes for table `sm_temporary_meritlists` -- ALTER TABLE `sm_temporary_meritlists` ADD PRIMARY KEY (`id`), ADD KEY `sm_temporary_meritlists_exam_id_foreign` (`exam_id`), ADD KEY `sm_temporary_meritlists_class_id_foreign` (`class_id`), ADD KEY `sm_temporary_meritlists_section_id_foreign` (`section_id`), ADD KEY `sm_temporary_meritlists_school_id_foreign` (`school_id`), ADD KEY `sm_temporary_meritlists_academic_id_foreign` (`academic_id`); -- -- Indexes for table `sm_testimonials` -- ALTER TABLE `sm_testimonials` ADD PRIMARY KEY (`id`), ADD KEY `sm_testimonials_school_id_foreign` (`school_id`); -- -- Indexes for table `sm_time_zones` -- ALTER TABLE `sm_time_zones` ADD PRIMARY KEY (`id`); -- -- Indexes for table `sm_to_dos` -- ALTER TABLE `sm_to_dos` ADD PRIMARY KEY (`id`), ADD KEY `sm_to_dos_school_id_foreign` (`school_id`), ADD KEY `sm_to_dos_academic_id_foreign` (`academic_id`); -- -- Indexes for table `sm_upload_contents` -- ALTER TABLE `sm_upload_contents` ADD PRIMARY KEY (`id`), ADD KEY `sm_upload_contents_school_id_foreign` (`school_id`), ADD KEY `sm_upload_contents_academic_id_foreign` (`academic_id`); -- -- Indexes for table `sm_upload_homework_contents` -- ALTER TABLE `sm_upload_homework_contents` ADD PRIMARY KEY (`id`), ADD KEY `sm_upload_homework_contents_student_id_foreign` (`student_id`), ADD KEY `sm_upload_homework_contents_homework_id_foreign` (`homework_id`), ADD KEY `sm_upload_homework_contents_school_id_foreign` (`school_id`), ADD KEY `sm_upload_homework_contents_academic_id_foreign` (`academic_id`); -- -- Indexes for table `sm_user_logs` -- ALTER TABLE `sm_user_logs` ADD PRIMARY KEY (`id`), ADD KEY `sm_user_logs_user_id_foreign` (`user_id`), ADD KEY `sm_user_logs_role_id_foreign` (`role_id`), ADD KEY `sm_user_logs_school_id_foreign` (`school_id`), ADD KEY `sm_user_logs_academic_id_foreign` (`academic_id`); -- -- Indexes for table `sm_vehicles` -- ALTER TABLE `sm_vehicles` ADD PRIMARY KEY (`id`), ADD KEY `sm_vehicles_school_id_foreign` (`school_id`), ADD KEY `sm_vehicles_academic_id_foreign` (`academic_id`); -- -- Indexes for table `sm_video_galleries` -- ALTER TABLE `sm_video_galleries` ADD PRIMARY KEY (`id`), ADD KEY `sm_video_galleries_school_id_foreign` (`school_id`); -- -- Indexes for table `sm_visitors` -- ALTER TABLE `sm_visitors` ADD PRIMARY KEY (`id`), ADD KEY `sm_visitors_school_id_foreign` (`school_id`), ADD KEY `sm_visitors_academic_id_foreign` (`academic_id`); -- -- Indexes for table `sm_weekends` -- ALTER TABLE `sm_weekends` ADD PRIMARY KEY (`id`), ADD KEY `sm_weekends_school_id_foreign` (`school_id`), ADD KEY `sm_weekends_academic_id_foreign` (`academic_id`); -- -- Indexes for table `speech_sliders` -- ALTER TABLE `speech_sliders` ADD PRIMARY KEY (`id`), ADD KEY `speech_sliders_school_id_foreign` (`school_id`); -- -- Indexes for table `staff_import_bulk_temporaries` -- ALTER TABLE `staff_import_bulk_temporaries` ADD PRIMARY KEY (`id`), ADD KEY `staff_import_bulk_temporaries_user_id_foreign` (`user_id`); -- -- Indexes for table `student_academic_histories` -- ALTER TABLE `student_academic_histories` ADD PRIMARY KEY (`id`), ADD KEY `student_academic_histories_student_id_foreign` (`student_id`), ADD KEY `student_academic_histories_school_id_foreign` (`school_id`), ADD KEY `student_academic_histories_academic_id_foreign` (`academic_id`); -- -- Indexes for table `student_attendance_bulks` -- ALTER TABLE `student_attendance_bulks` ADD PRIMARY KEY (`id`); -- -- Indexes for table `student_bulk_temporaries` -- ALTER TABLE `student_bulk_temporaries` ADD PRIMARY KEY (`id`); -- -- Indexes for table `student_records` -- ALTER TABLE `student_records` ADD PRIMARY KEY (`id`), ADD KEY `student_records_class_id_foreign` (`class_id`), ADD KEY `student_records_section_id_foreign` (`section_id`), ADD KEY `student_records_session_id_foreign` (`session_id`), ADD KEY `student_records_school_id_foreign` (`school_id`), ADD KEY `student_records_academic_id_foreign` (`academic_id`), ADD KEY `student_records_student_id_foreign` (`student_id`); -- -- Indexes for table `student_record_temporaries` -- ALTER TABLE `student_record_temporaries` ADD PRIMARY KEY (`id`), ADD KEY `student_record_temporaries_sm_student_id_foreign` (`sm_student_id`), ADD KEY `student_record_temporaries_student_record_id_foreign` (`student_record_id`), ADD KEY `student_record_temporaries_school_id_foreign` (`school_id`); -- -- Indexes for table `teacher_evaluations` -- ALTER TABLE `teacher_evaluations` ADD PRIMARY KEY (`id`); -- -- Indexes for table `teacher_evaluation_settings` -- ALTER TABLE `teacher_evaluation_settings` ADD PRIMARY KEY (`id`); -- -- Indexes for table `themes` -- ALTER TABLE `themes` ADD PRIMARY KEY (`id`), ADD KEY `themes_school_id_foreign` (`school_id`); -- -- Indexes for table `transcations` -- ALTER TABLE `transcations` ADD KEY `transcations_user_id_foreign` (`user_id`); -- -- Indexes for table `two_factor_settings` -- ALTER TABLE `two_factor_settings` ADD PRIMARY KEY (`id`), ADD KEY `two_factor_settings_school_id_foreign` (`school_id`); -- -- Indexes for table `users` -- ALTER TABLE `users` ADD PRIMARY KEY (`id`), ADD KEY `users_school_id_foreign` (`school_id`), ADD KEY `users_role_id_foreign` (`role_id`); -- -- Indexes for table `user_otp_codes` -- ALTER TABLE `user_otp_codes` ADD PRIMARY KEY (`id`), ADD KEY `user_otp_codes_user_id_foreign` (`user_id`); -- -- Indexes for table `version_histories` -- ALTER TABLE `version_histories` ADD PRIMARY KEY (`id`); -- -- Indexes for table `video_uploads` -- ALTER TABLE `video_uploads` ADD PRIMARY KEY (`id`), ADD KEY `video_uploads_academic_id_foreign` (`academic_id`), ADD KEY `video_uploads_school_id_foreign` (`school_id`); -- -- Indexes for table `wallet_transactions` -- ALTER TABLE `wallet_transactions` ADD PRIMARY KEY (`id`), ADD KEY `wallet_transactions_user_id_foreign` (`user_id`); -- -- AUTO_INCREMENT for dumped tables -- -- -- AUTO_INCREMENT for table `absent_notification_time_setups` -- ALTER TABLE `absent_notification_time_setups` MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT; -- -- AUTO_INCREMENT for table `admit_cards` -- ALTER TABLE `admit_cards` MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT; -- -- AUTO_INCREMENT for table `admit_card_settings` -- ALTER TABLE `admit_card_settings` MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=2; -- -- AUTO_INCREMENT for table `all_exam_wise_positions` -- ALTER TABLE `all_exam_wise_positions` MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT; -- -- AUTO_INCREMENT for table `assign_incidents` -- ALTER TABLE `assign_incidents` MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT; -- -- AUTO_INCREMENT for table `assign_incident_comments` -- ALTER TABLE `assign_incident_comments` MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT; -- -- AUTO_INCREMENT for table `assign_permissions` -- ALTER TABLE `assign_permissions` MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=1899; -- -- AUTO_INCREMENT for table `behaviour_record_settings` -- ALTER TABLE `behaviour_record_settings` MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=2; -- -- AUTO_INCREMENT for table `chat_block_users` -- ALTER TABLE `chat_block_users` MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT; -- -- AUTO_INCREMENT for table `chat_conversations` -- ALTER TABLE `chat_conversations` MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT; -- -- AUTO_INCREMENT for table `chat_group_message_recipients` -- ALTER TABLE `chat_group_message_recipients` MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT; -- -- AUTO_INCREMENT for table `chat_group_message_removes` -- ALTER TABLE `chat_group_message_removes` MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT; -- -- AUTO_INCREMENT for table `chat_group_users` -- ALTER TABLE `chat_group_users` MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT; -- -- AUTO_INCREMENT for table `chat_invitations` -- ALTER TABLE `chat_invitations` MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT; -- -- AUTO_INCREMENT for table `chat_invitation_types` -- ALTER TABLE `chat_invitation_types` MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT; -- -- AUTO_INCREMENT for table `chat_statuses` -- ALTER TABLE `chat_statuses` MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=2; -- -- AUTO_INCREMENT for table `check_classes` -- ALTER TABLE `check_classes` MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT; -- -- AUTO_INCREMENT for table `colors` -- ALTER TABLE `colors` MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=30; -- -- AUTO_INCREMENT for table `color_theme` -- ALTER TABLE `color_theme` MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=45; -- -- AUTO_INCREMENT for table `contents` -- ALTER TABLE `contents` MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT; -- -- AUTO_INCREMENT for table `content_share_lists` -- ALTER TABLE `content_share_lists` MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT; -- -- AUTO_INCREMENT for table `content_types` -- ALTER TABLE `content_types` MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT; -- -- AUTO_INCREMENT for table `continents` -- ALTER TABLE `continents` MODIFY `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=8; -- -- AUTO_INCREMENT for table `continets` -- ALTER TABLE `continets` MODIFY `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT; -- -- AUTO_INCREMENT for table `countries` -- ALTER TABLE `countries` MODIFY `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=251; -- -- AUTO_INCREMENT for table `custom_result_settings` -- ALTER TABLE `custom_result_settings` MODIFY `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=2; -- -- AUTO_INCREMENT for table `custom_sms_settings` -- ALTER TABLE `custom_sms_settings` MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT; -- -- AUTO_INCREMENT for table `direct_fees_installments` -- ALTER TABLE `direct_fees_installments` MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT; -- -- AUTO_INCREMENT for table `direct_fees_installment_assigns` -- ALTER TABLE `direct_fees_installment_assigns` MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT; -- -- AUTO_INCREMENT for table `direct_fees_reminders` -- ALTER TABLE `direct_fees_reminders` MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=2; -- -- AUTO_INCREMENT for table `direct_fees_settings` -- ALTER TABLE `direct_fees_settings` MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=2; -- -- AUTO_INCREMENT for table `dire_fees_installment_child_payments` -- ALTER TABLE `dire_fees_installment_child_payments` MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT; -- -- AUTO_INCREMENT for table `due_fees_login_prevents` -- ALTER TABLE `due_fees_login_prevents` MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT; -- -- AUTO_INCREMENT for table `exam_merit_positions` -- ALTER TABLE `exam_merit_positions` MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT; -- -- AUTO_INCREMENT for table `exam_step_skips` -- ALTER TABLE `exam_step_skips` MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT; -- -- AUTO_INCREMENT for table `failed_jobs` -- ALTER TABLE `failed_jobs` MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT; -- -- AUTO_INCREMENT for table `fees_carry_forward_logs` -- ALTER TABLE `fees_carry_forward_logs` MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT; -- -- AUTO_INCREMENT for table `fees_carry_forward_settings` -- ALTER TABLE `fees_carry_forward_settings` MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=2; -- -- AUTO_INCREMENT for table `fees_installment_credits` -- ALTER TABLE `fees_installment_credits` MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT; -- -- AUTO_INCREMENT for table `fees_invoices` -- ALTER TABLE `fees_invoices` MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=2; -- -- AUTO_INCREMENT for table `fees_invoice_settings` -- ALTER TABLE `fees_invoice_settings` MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=2; -- -- AUTO_INCREMENT for table `fm_fees_groups` -- ALTER TABLE `fm_fees_groups` MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT; -- -- AUTO_INCREMENT for table `fm_fees_invoices` -- ALTER TABLE `fm_fees_invoices` MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT; -- -- AUTO_INCREMENT for table `fm_fees_invoice_chields` -- ALTER TABLE `fm_fees_invoice_chields` MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT; -- -- AUTO_INCREMENT for table `fm_fees_invoice_settings` -- ALTER TABLE `fm_fees_invoice_settings` MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=2; -- -- AUTO_INCREMENT for table `fm_fees_transactions` -- ALTER TABLE `fm_fees_transactions` MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT; -- -- AUTO_INCREMENT for table `fm_fees_transaction_chields` -- ALTER TABLE `fm_fees_transaction_chields` MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT; -- -- AUTO_INCREMENT for table `fm_fees_types` -- ALTER TABLE `fm_fees_types` MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT; -- -- AUTO_INCREMENT for table `fm_fees_weavers` -- ALTER TABLE `fm_fees_weavers` MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT; -- -- AUTO_INCREMENT for table `frontend_exam_results` -- ALTER TABLE `frontend_exam_results` MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=2; -- -- AUTO_INCREMENT for table `front_academic_calendars` -- ALTER TABLE `front_academic_calendars` MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT; -- -- AUTO_INCREMENT for table `front_class_routines` -- ALTER TABLE `front_class_routines` MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT; -- -- AUTO_INCREMENT for table `front_exam_routines` -- ALTER TABLE `front_exam_routines` MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT; -- -- AUTO_INCREMENT for table `front_results` -- ALTER TABLE `front_results` MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=4; -- -- AUTO_INCREMENT for table `graduates` -- ALTER TABLE `graduates` MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT; -- -- AUTO_INCREMENT for table `home_sliders` -- ALTER TABLE `home_sliders` MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=5; -- -- AUTO_INCREMENT for table `incidents` -- ALTER TABLE `incidents` MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT; -- -- AUTO_INCREMENT for table `infixedu__pages` -- ALTER TABLE `infixedu__pages` MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=24; -- -- AUTO_INCREMENT for table `infix_module_infos` -- ALTER TABLE `infix_module_infos` MODIFY `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=5001; -- -- AUTO_INCREMENT for table `infix_module_managers` -- ALTER TABLE `infix_module_managers` MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=39; -- -- AUTO_INCREMENT for table `infix_module_student_parent_infos` -- ALTER TABLE `infix_module_student_parent_infos` MODIFY `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=2504; -- -- AUTO_INCREMENT for table `infix_permission_assigns` -- ALTER TABLE `infix_permission_assigns` MODIFY `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=9; -- -- AUTO_INCREMENT for table `infix_roles` -- ALTER TABLE `infix_roles` MODIFY `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=10; -- -- AUTO_INCREMENT for table `invoice_settings` -- ALTER TABLE `invoice_settings` MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=2; -- -- AUTO_INCREMENT for table `jobs` -- ALTER TABLE `jobs` MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT; -- -- AUTO_INCREMENT for table `languages` -- ALTER TABLE `languages` MODIFY `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=115; -- -- AUTO_INCREMENT for table `lesson_planners` -- ALTER TABLE `lesson_planners` MODIFY `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT; -- -- AUTO_INCREMENT for table `lesson_plan_topics` -- ALTER TABLE `lesson_plan_topics` MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT; -- -- AUTO_INCREMENT for table `library_subjects` -- ALTER TABLE `library_subjects` MODIFY `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT; -- -- AUTO_INCREMENT for table `maintenance_settings` -- ALTER TABLE `maintenance_settings` MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=2; -- -- AUTO_INCREMENT for table `migrations` -- ALTER TABLE `migrations` MODIFY `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=341; -- -- AUTO_INCREMENT for table `oauth_auth_codes` -- ALTER TABLE `oauth_auth_codes` MODIFY `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT; -- -- AUTO_INCREMENT for table `oauth_clients` -- ALTER TABLE `oauth_clients` MODIFY `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=3; -- -- AUTO_INCREMENT for table `oauth_personal_access_clients` -- ALTER TABLE `oauth_personal_access_clients` MODIFY `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=2; -- -- AUTO_INCREMENT for table `oauth_refresh_tokens` -- ALTER TABLE `oauth_refresh_tokens` MODIFY `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT; -- -- AUTO_INCREMENT for table `online_exam_student_answer_markings` -- ALTER TABLE `online_exam_student_answer_markings` MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT; -- -- AUTO_INCREMENT for table `payroll_payments` -- ALTER TABLE `payroll_payments` MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT; -- -- AUTO_INCREMENT for table `permissions` -- ALTER TABLE `permissions` MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=1822; -- -- AUTO_INCREMENT for table `permission_sections` -- ALTER TABLE `permission_sections` MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=2; -- -- AUTO_INCREMENT for table `plugins` -- ALTER TABLE `plugins` MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=3; -- -- AUTO_INCREMENT for table `roles` -- ALTER TABLE `roles` MODIFY `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=10; -- -- AUTO_INCREMENT for table `school_modules` -- ALTER TABLE `school_modules` MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT; -- -- AUTO_INCREMENT for table `seat_plans` -- ALTER TABLE `seat_plans` MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT; -- -- AUTO_INCREMENT for table `seat_plan_settings` -- ALTER TABLE `seat_plan_settings` MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=2; -- -- AUTO_INCREMENT for table `sidebars` -- ALTER TABLE `sidebars` MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=325; -- -- AUTO_INCREMENT for table `sms_templates` -- ALTER TABLE `sms_templates` MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=85; -- -- AUTO_INCREMENT for table `sm_about_pages` -- ALTER TABLE `sm_about_pages` MODIFY `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=2; -- -- AUTO_INCREMENT for table `sm_academic_years` -- ALTER TABLE `sm_academic_years` MODIFY `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=3; -- -- AUTO_INCREMENT for table `sm_add_expenses` -- ALTER TABLE `sm_add_expenses` MODIFY `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT; -- -- AUTO_INCREMENT for table `sm_add_incomes` -- ALTER TABLE `sm_add_incomes` MODIFY `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT; -- -- AUTO_INCREMENT for table `sm_add_ons` -- ALTER TABLE `sm_add_ons` MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT; -- -- AUTO_INCREMENT for table `sm_admission_queries` -- ALTER TABLE `sm_admission_queries` MODIFY `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT; -- -- AUTO_INCREMENT for table `sm_admission_query_followups` -- ALTER TABLE `sm_admission_query_followups` MODIFY `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT; -- -- AUTO_INCREMENT for table `sm_amount_transfers` -- ALTER TABLE `sm_amount_transfers` MODIFY `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT; -- -- AUTO_INCREMENT for table `sm_assign_class_teachers` -- ALTER TABLE `sm_assign_class_teachers` MODIFY `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT; -- -- AUTO_INCREMENT for table `sm_assign_subjects` -- ALTER TABLE `sm_assign_subjects` MODIFY `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT; -- -- AUTO_INCREMENT for table `sm_assign_vehicles` -- ALTER TABLE `sm_assign_vehicles` MODIFY `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT; -- -- AUTO_INCREMENT for table `sm_background_settings` -- ALTER TABLE `sm_background_settings` MODIFY `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=3; -- -- AUTO_INCREMENT for table `sm_backups` -- ALTER TABLE `sm_backups` MODIFY `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT; -- -- AUTO_INCREMENT for table `sm_bank_accounts` -- ALTER TABLE `sm_bank_accounts` MODIFY `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT; -- -- AUTO_INCREMENT for table `sm_bank_payment_slips` -- ALTER TABLE `sm_bank_payment_slips` MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT; -- -- AUTO_INCREMENT for table `sm_bank_statements` -- ALTER TABLE `sm_bank_statements` MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT; -- -- AUTO_INCREMENT for table `sm_base_groups` -- ALTER TABLE `sm_base_groups` MODIFY `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=4; -- -- AUTO_INCREMENT for table `sm_base_setups` -- ALTER TABLE `sm_base_setups` MODIFY `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=17; -- -- AUTO_INCREMENT for table `sm_books` -- ALTER TABLE `sm_books` MODIFY `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT; -- -- AUTO_INCREMENT for table `sm_book_categories` -- ALTER TABLE `sm_book_categories` MODIFY `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT; -- -- AUTO_INCREMENT for table `sm_book_issues` -- ALTER TABLE `sm_book_issues` MODIFY `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT; -- -- AUTO_INCREMENT for table `sm_calendar_settings` -- ALTER TABLE `sm_calendar_settings` MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=12; -- -- AUTO_INCREMENT for table `sm_chart_of_accounts` -- ALTER TABLE `sm_chart_of_accounts` MODIFY `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=2; -- -- AUTO_INCREMENT for table `sm_classes` -- ALTER TABLE `sm_classes` MODIFY `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT; -- -- AUTO_INCREMENT for table `sm_class_exam_routine_pages` -- ALTER TABLE `sm_class_exam_routine_pages` MODIFY `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=2; -- -- AUTO_INCREMENT for table `sm_class_optional_subject` -- ALTER TABLE `sm_class_optional_subject` MODIFY `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT; -- -- AUTO_INCREMENT for table `sm_class_rooms` -- ALTER TABLE `sm_class_rooms` MODIFY `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT; -- -- AUTO_INCREMENT for table `sm_class_routines` -- ALTER TABLE `sm_class_routines` MODIFY `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT; -- -- AUTO_INCREMENT for table `sm_class_routine_updates` -- ALTER TABLE `sm_class_routine_updates` MODIFY `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT; -- -- AUTO_INCREMENT for table `sm_class_sections` -- ALTER TABLE `sm_class_sections` MODIFY `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT; -- -- AUTO_INCREMENT for table `sm_class_teachers` -- ALTER TABLE `sm_class_teachers` MODIFY `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT; -- -- AUTO_INCREMENT for table `sm_class_times` -- ALTER TABLE `sm_class_times` MODIFY `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT; -- -- AUTO_INCREMENT for table `sm_complaints` -- ALTER TABLE `sm_complaints` MODIFY `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT; -- -- AUTO_INCREMENT for table `sm_contact_messages` -- ALTER TABLE `sm_contact_messages` MODIFY `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=3; -- -- AUTO_INCREMENT for table `sm_contact_pages` -- ALTER TABLE `sm_contact_pages` MODIFY `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=2; -- -- AUTO_INCREMENT for table `sm_content_types` -- ALTER TABLE `sm_content_types` MODIFY `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT; -- -- AUTO_INCREMENT for table `sm_countries` -- ALTER TABLE `sm_countries` MODIFY `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT; -- -- AUTO_INCREMENT for table `sm_courses` -- ALTER TABLE `sm_courses` MODIFY `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=6; -- -- AUTO_INCREMENT for table `sm_course_categories` -- ALTER TABLE `sm_course_categories` MODIFY `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT; -- -- AUTO_INCREMENT for table `sm_course_pages` -- ALTER TABLE `sm_course_pages` MODIFY `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=3; -- -- AUTO_INCREMENT for table `sm_currencies` -- ALTER TABLE `sm_currencies` MODIFY `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=121; -- -- AUTO_INCREMENT for table `sm_custom_fields` -- ALTER TABLE `sm_custom_fields` MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT; -- -- AUTO_INCREMENT for table `sm_custom_links` -- ALTER TABLE `sm_custom_links` MODIFY `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=2; -- -- AUTO_INCREMENT for table `sm_custom_temporary_results` -- ALTER TABLE `sm_custom_temporary_results` MODIFY `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT; -- -- AUTO_INCREMENT for table `sm_dashboard_settings` -- ALTER TABLE `sm_dashboard_settings` MODIFY `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT; -- -- AUTO_INCREMENT for table `sm_date_formats` -- ALTER TABLE `sm_date_formats` MODIFY `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=16; -- -- AUTO_INCREMENT for table `sm_designations` -- ALTER TABLE `sm_designations` MODIFY `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=2; -- -- AUTO_INCREMENT for table `sm_donors` -- ALTER TABLE `sm_donors` MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=4; -- -- AUTO_INCREMENT for table `sm_dormitory_lists` -- ALTER TABLE `sm_dormitory_lists` MODIFY `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT; -- -- AUTO_INCREMENT for table `sm_email_settings` -- ALTER TABLE `sm_email_settings` MODIFY `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=3; -- -- AUTO_INCREMENT for table `sm_email_sms_logs` -- ALTER TABLE `sm_email_sms_logs` MODIFY `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT; -- -- AUTO_INCREMENT for table `sm_events` -- ALTER TABLE `sm_events` MODIFY `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT; -- -- AUTO_INCREMENT for table `sm_exams` -- ALTER TABLE `sm_exams` MODIFY `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT; -- -- AUTO_INCREMENT for table `sm_exam_attendances` -- ALTER TABLE `sm_exam_attendances` MODIFY `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT; -- -- AUTO_INCREMENT for table `sm_exam_attendance_children` -- ALTER TABLE `sm_exam_attendance_children` MODIFY `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT; -- -- AUTO_INCREMENT for table `sm_exam_marks_registers` -- ALTER TABLE `sm_exam_marks_registers` MODIFY `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT; -- -- AUTO_INCREMENT for table `sm_exam_schedules` -- ALTER TABLE `sm_exam_schedules` MODIFY `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT; -- -- AUTO_INCREMENT for table `sm_exam_schedule_subjects` -- ALTER TABLE `sm_exam_schedule_subjects` MODIFY `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT; -- -- AUTO_INCREMENT for table `sm_exam_settings` -- ALTER TABLE `sm_exam_settings` MODIFY `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=2; -- -- AUTO_INCREMENT for table `sm_exam_setups` -- ALTER TABLE `sm_exam_setups` MODIFY `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT; -- -- AUTO_INCREMENT for table `sm_exam_signatures` -- ALTER TABLE `sm_exam_signatures` MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT; -- -- AUTO_INCREMENT for table `sm_exam_types` -- ALTER TABLE `sm_exam_types` MODIFY `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT; -- -- AUTO_INCREMENT for table `sm_expense_heads` -- ALTER TABLE `sm_expense_heads` MODIFY `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT; -- -- AUTO_INCREMENT for table `sm_expert_teachers` -- ALTER TABLE `sm_expert_teachers` MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT; -- -- AUTO_INCREMENT for table `sm_fees_assigns` -- ALTER TABLE `sm_fees_assigns` MODIFY `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT; -- -- AUTO_INCREMENT for table `sm_fees_assign_discounts` -- ALTER TABLE `sm_fees_assign_discounts` MODIFY `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT; -- -- AUTO_INCREMENT for table `sm_fees_carry_forwards` -- ALTER TABLE `sm_fees_carry_forwards` MODIFY `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT; -- -- AUTO_INCREMENT for table `sm_fees_discounts` -- ALTER TABLE `sm_fees_discounts` MODIFY `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT; -- -- AUTO_INCREMENT for table `sm_fees_groups` -- ALTER TABLE `sm_fees_groups` MODIFY `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT; -- -- AUTO_INCREMENT for table `sm_fees_masters` -- ALTER TABLE `sm_fees_masters` MODIFY `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT; -- -- AUTO_INCREMENT for table `sm_fees_payments` -- ALTER TABLE `sm_fees_payments` MODIFY `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT; -- -- AUTO_INCREMENT for table `sm_fees_types` -- ALTER TABLE `sm_fees_types` MODIFY `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT; -- -- AUTO_INCREMENT for table `sm_form_downloads` -- ALTER TABLE `sm_form_downloads` MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=4; -- -- AUTO_INCREMENT for table `sm_frontend_persmissions` -- ALTER TABLE `sm_frontend_persmissions` MODIFY `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=16; -- -- AUTO_INCREMENT for table `sm_general_settings` -- ALTER TABLE `sm_general_settings` MODIFY `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=2; -- -- AUTO_INCREMENT for table `sm_header_menu_managers` -- ALTER TABLE `sm_header_menu_managers` MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=27; -- -- AUTO_INCREMENT for table `sm_holidays` -- ALTER TABLE `sm_holidays` MODIFY `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT; -- -- AUTO_INCREMENT for table `sm_homeworks` -- ALTER TABLE `sm_homeworks` MODIFY `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT; -- -- AUTO_INCREMENT for table `sm_homework_students` -- ALTER TABLE `sm_homework_students` MODIFY `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT; -- -- AUTO_INCREMENT for table `sm_home_page_settings` -- ALTER TABLE `sm_home_page_settings` MODIFY `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=2; -- -- AUTO_INCREMENT for table `sm_hourly_rates` -- ALTER TABLE `sm_hourly_rates` MODIFY `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT; -- -- AUTO_INCREMENT for table `sm_hr_payroll_earn_deducs` -- ALTER TABLE `sm_hr_payroll_earn_deducs` MODIFY `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT; -- -- AUTO_INCREMENT for table `sm_hr_payroll_generates` -- ALTER TABLE `sm_hr_payroll_generates` MODIFY `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT; -- -- AUTO_INCREMENT for table `sm_hr_salary_templates` -- ALTER TABLE `sm_hr_salary_templates` MODIFY `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT; -- -- AUTO_INCREMENT for table `sm_human_departments` -- ALTER TABLE `sm_human_departments` MODIFY `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=2; -- -- AUTO_INCREMENT for table `sm_income_heads` -- ALTER TABLE `sm_income_heads` MODIFY `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT; -- -- AUTO_INCREMENT for table `sm_instructions` -- ALTER TABLE `sm_instructions` MODIFY `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT; -- -- AUTO_INCREMENT for table `sm_inventory_payments` -- ALTER TABLE `sm_inventory_payments` MODIFY `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT; -- -- AUTO_INCREMENT for table `sm_items` -- ALTER TABLE `sm_items` MODIFY `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT; -- -- AUTO_INCREMENT for table `sm_item_categories` -- ALTER TABLE `sm_item_categories` MODIFY `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT; -- -- AUTO_INCREMENT for table `sm_item_issues` -- ALTER TABLE `sm_item_issues` MODIFY `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT; -- -- AUTO_INCREMENT for table `sm_item_receives` -- ALTER TABLE `sm_item_receives` MODIFY `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT; -- -- AUTO_INCREMENT for table `sm_item_receive_children` -- ALTER TABLE `sm_item_receive_children` MODIFY `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT; -- -- AUTO_INCREMENT for table `sm_item_sells` -- ALTER TABLE `sm_item_sells` MODIFY `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT; -- -- AUTO_INCREMENT for table `sm_item_sell_children` -- ALTER TABLE `sm_item_sell_children` MODIFY `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT; -- -- AUTO_INCREMENT for table `sm_item_stores` -- ALTER TABLE `sm_item_stores` MODIFY `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT; -- -- AUTO_INCREMENT for table `sm_languages` -- ALTER TABLE `sm_languages` MODIFY `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=6; -- -- AUTO_INCREMENT for table `sm_language_phrases` -- ALTER TABLE `sm_language_phrases` MODIFY `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=12; -- -- AUTO_INCREMENT for table `sm_leave_deduction_infos` -- ALTER TABLE `sm_leave_deduction_infos` MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT; -- -- AUTO_INCREMENT for table `sm_leave_defines` -- ALTER TABLE `sm_leave_defines` MODIFY `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT; -- -- AUTO_INCREMENT for table `sm_leave_requests` -- ALTER TABLE `sm_leave_requests` MODIFY `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT; -- -- AUTO_INCREMENT for table `sm_leave_types` -- ALTER TABLE `sm_leave_types` MODIFY `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT; -- -- AUTO_INCREMENT for table `sm_lessons` -- ALTER TABLE `sm_lessons` MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT; -- -- AUTO_INCREMENT for table `sm_lesson_details` -- ALTER TABLE `sm_lesson_details` MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT; -- -- AUTO_INCREMENT for table `sm_lesson_topics` -- ALTER TABLE `sm_lesson_topics` MODIFY `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT; -- -- AUTO_INCREMENT for table `sm_lesson_topic_details` -- ALTER TABLE `sm_lesson_topic_details` MODIFY `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT; -- -- AUTO_INCREMENT for table `sm_library_members` -- ALTER TABLE `sm_library_members` MODIFY `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT; -- -- AUTO_INCREMENT for table `sm_marks_grades` -- ALTER TABLE `sm_marks_grades` MODIFY `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=15; -- -- AUTO_INCREMENT for table `sm_marks_registers` -- ALTER TABLE `sm_marks_registers` MODIFY `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT; -- -- AUTO_INCREMENT for table `sm_marks_register_children` -- ALTER TABLE `sm_marks_register_children` MODIFY `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT; -- -- AUTO_INCREMENT for table `sm_marks_send_sms` -- ALTER TABLE `sm_marks_send_sms` MODIFY `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT; -- -- AUTO_INCREMENT for table `sm_mark_stores` -- ALTER TABLE `sm_mark_stores` MODIFY `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT; -- -- AUTO_INCREMENT for table `sm_modules` -- ALTER TABLE `sm_modules` MODIFY `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=21; -- -- AUTO_INCREMENT for table `sm_module_links` -- ALTER TABLE `sm_module_links` MODIFY `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=398; -- -- AUTO_INCREMENT for table `sm_module_permissions` -- ALTER TABLE `sm_module_permissions` MODIFY `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=47; -- -- AUTO_INCREMENT for table `sm_module_permission_assigns` -- ALTER TABLE `sm_module_permission_assigns` MODIFY `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=217; -- -- AUTO_INCREMENT for table `sm_news` -- ALTER TABLE `sm_news` MODIFY `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=13; -- -- AUTO_INCREMENT for table `sm_news_categories` -- ALTER TABLE `sm_news_categories` MODIFY `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=6; -- -- AUTO_INCREMENT for table `sm_news_comments` -- ALTER TABLE `sm_news_comments` MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT; -- -- AUTO_INCREMENT for table `sm_news_pages` -- ALTER TABLE `sm_news_pages` MODIFY `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=2; -- -- AUTO_INCREMENT for table `sm_notice_boards` -- ALTER TABLE `sm_notice_boards` MODIFY `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=6; -- -- AUTO_INCREMENT for table `sm_notifications` -- ALTER TABLE `sm_notifications` MODIFY `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT; -- -- AUTO_INCREMENT for table `sm_notification_settings` -- ALTER TABLE `sm_notification_settings` MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=42; -- -- AUTO_INCREMENT for table `sm_online_exams` -- ALTER TABLE `sm_online_exams` MODIFY `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT; -- -- AUTO_INCREMENT for table `sm_online_exam_marks` -- ALTER TABLE `sm_online_exam_marks` MODIFY `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT; -- -- AUTO_INCREMENT for table `sm_online_exam_questions` -- ALTER TABLE `sm_online_exam_questions` MODIFY `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT; -- -- AUTO_INCREMENT for table `sm_online_exam_question_assigns` -- ALTER TABLE `sm_online_exam_question_assigns` MODIFY `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT; -- -- AUTO_INCREMENT for table `sm_online_exam_question_mu_options` -- ALTER TABLE `sm_online_exam_question_mu_options` MODIFY `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT; -- -- AUTO_INCREMENT for table `sm_optional_subject_assigns` -- ALTER TABLE `sm_optional_subject_assigns` MODIFY `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT; -- -- AUTO_INCREMENT for table `sm_pages` -- ALTER TABLE `sm_pages` MODIFY `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=9; -- -- AUTO_INCREMENT for table `sm_parents` -- ALTER TABLE `sm_parents` MODIFY `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT; -- -- AUTO_INCREMENT for table `sm_payment_gateway_settings` -- ALTER TABLE `sm_payment_gateway_settings` MODIFY `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=6; -- -- AUTO_INCREMENT for table `sm_payment_methhods` -- ALTER TABLE `sm_payment_methhods` MODIFY `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=8; -- -- AUTO_INCREMENT for table `sm_phone_call_logs` -- ALTER TABLE `sm_phone_call_logs` MODIFY `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT; -- -- AUTO_INCREMENT for table `sm_photo_galleries` -- ALTER TABLE `sm_photo_galleries` MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=7; -- -- AUTO_INCREMENT for table `sm_postal_dispatches` -- ALTER TABLE `sm_postal_dispatches` MODIFY `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT; -- -- AUTO_INCREMENT for table `sm_postal_receives` -- ALTER TABLE `sm_postal_receives` MODIFY `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT; -- -- AUTO_INCREMENT for table `sm_product_purchases` -- ALTER TABLE `sm_product_purchases` MODIFY `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT; -- -- AUTO_INCREMENT for table `sm_question_banks` -- ALTER TABLE `sm_question_banks` MODIFY `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT; -- -- AUTO_INCREMENT for table `sm_question_bank_mu_options` -- ALTER TABLE `sm_question_bank_mu_options` MODIFY `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT; -- -- AUTO_INCREMENT for table `sm_question_groups` -- ALTER TABLE `sm_question_groups` MODIFY `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT; -- -- AUTO_INCREMENT for table `sm_question_levels` -- ALTER TABLE `sm_question_levels` MODIFY `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT; -- -- AUTO_INCREMENT for table `sm_result_stores` -- ALTER TABLE `sm_result_stores` MODIFY `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT; -- -- AUTO_INCREMENT for table `sm_role_permissions` -- ALTER TABLE `sm_role_permissions` MODIFY `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=7662; -- -- AUTO_INCREMENT for table `sm_room_lists` -- ALTER TABLE `sm_room_lists` MODIFY `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT; -- -- AUTO_INCREMENT for table `sm_room_types` -- ALTER TABLE `sm_room_types` MODIFY `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT; -- -- AUTO_INCREMENT for table `sm_routes` -- ALTER TABLE `sm_routes` MODIFY `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT; -- -- AUTO_INCREMENT for table `sm_schools` -- ALTER TABLE `sm_schools` MODIFY `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=2; -- -- AUTO_INCREMENT for table `sm_seat_plans` -- ALTER TABLE `sm_seat_plans` MODIFY `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT; -- -- AUTO_INCREMENT for table `sm_seat_plan_children` -- ALTER TABLE `sm_seat_plan_children` MODIFY `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT; -- -- AUTO_INCREMENT for table `sm_sections` -- ALTER TABLE `sm_sections` MODIFY `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT; -- -- AUTO_INCREMENT for table `sm_send_messages` -- ALTER TABLE `sm_send_messages` MODIFY `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT; -- -- AUTO_INCREMENT for table `sm_sessions` -- ALTER TABLE `sm_sessions` MODIFY `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=2; -- -- AUTO_INCREMENT for table `sm_setup_admins` -- ALTER TABLE `sm_setup_admins` MODIFY `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT; -- -- AUTO_INCREMENT for table `sm_sms_gateways` -- ALTER TABLE `sm_sms_gateways` MODIFY `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=6; -- -- AUTO_INCREMENT for table `sm_social_media_icons` -- ALTER TABLE `sm_social_media_icons` MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=5; -- -- AUTO_INCREMENT for table `sm_staffs` -- ALTER TABLE `sm_staffs` MODIFY `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=2; -- -- AUTO_INCREMENT for table `sm_staff_attendance_imports` -- ALTER TABLE `sm_staff_attendance_imports` MODIFY `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT; -- -- AUTO_INCREMENT for table `sm_staff_attendences` -- ALTER TABLE `sm_staff_attendences` MODIFY `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT; -- -- AUTO_INCREMENT for table `sm_staff_registration_fields` -- ALTER TABLE `sm_staff_registration_fields` MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=38; -- -- AUTO_INCREMENT for table `sm_students` -- ALTER TABLE `sm_students` MODIFY `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT; -- -- AUTO_INCREMENT for table `sm_student_attendances` -- ALTER TABLE `sm_student_attendances` MODIFY `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT; -- -- AUTO_INCREMENT for table `sm_student_attendance_imports` -- ALTER TABLE `sm_student_attendance_imports` MODIFY `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT; -- -- AUTO_INCREMENT for table `sm_student_categories` -- ALTER TABLE `sm_student_categories` MODIFY `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT; -- -- AUTO_INCREMENT for table `sm_student_certificates` -- ALTER TABLE `sm_student_certificates` MODIFY `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=2; -- -- AUTO_INCREMENT for table `sm_student_documents` -- ALTER TABLE `sm_student_documents` MODIFY `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT; -- -- AUTO_INCREMENT for table `sm_student_groups` -- ALTER TABLE `sm_student_groups` MODIFY `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT; -- -- AUTO_INCREMENT for table `sm_student_homeworks` -- ALTER TABLE `sm_student_homeworks` MODIFY `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT; -- -- AUTO_INCREMENT for table `sm_student_id_cards` -- ALTER TABLE `sm_student_id_cards` MODIFY `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT; -- -- AUTO_INCREMENT for table `sm_student_promotions` -- ALTER TABLE `sm_student_promotions` MODIFY `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT; -- -- AUTO_INCREMENT for table `sm_student_registration_fields` -- ALTER TABLE `sm_student_registration_fields` MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=53; -- -- AUTO_INCREMENT for table `sm_student_take_online_exams` -- ALTER TABLE `sm_student_take_online_exams` MODIFY `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT; -- -- AUTO_INCREMENT for table `sm_student_take_online_exam_questions` -- ALTER TABLE `sm_student_take_online_exam_questions` MODIFY `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT; -- -- AUTO_INCREMENT for table `sm_student_take_onln_ex_ques_options` -- ALTER TABLE `sm_student_take_onln_ex_ques_options` MODIFY `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT; -- -- AUTO_INCREMENT for table `sm_student_timelines` -- ALTER TABLE `sm_student_timelines` MODIFY `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT; -- -- AUTO_INCREMENT for table `sm_styles` -- ALTER TABLE `sm_styles` MODIFY `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=3; -- -- AUTO_INCREMENT for table `sm_subjects` -- ALTER TABLE `sm_subjects` MODIFY `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT; -- -- AUTO_INCREMENT for table `sm_subject_attendances` -- ALTER TABLE `sm_subject_attendances` MODIFY `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT; -- -- AUTO_INCREMENT for table `sm_suppliers` -- ALTER TABLE `sm_suppliers` MODIFY `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT; -- -- AUTO_INCREMENT for table `sm_system_versions` -- ALTER TABLE `sm_system_versions` MODIFY `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=2; -- -- AUTO_INCREMENT for table `sm_teacher_upload_contents` -- ALTER TABLE `sm_teacher_upload_contents` MODIFY `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT; -- -- AUTO_INCREMENT for table `sm_temporary_meritlists` -- ALTER TABLE `sm_temporary_meritlists` MODIFY `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT; -- -- AUTO_INCREMENT for table `sm_testimonials` -- ALTER TABLE `sm_testimonials` MODIFY `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=3; -- -- AUTO_INCREMENT for table `sm_time_zones` -- ALTER TABLE `sm_time_zones` MODIFY `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=425; -- -- AUTO_INCREMENT for table `sm_to_dos` -- ALTER TABLE `sm_to_dos` MODIFY `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT; -- -- AUTO_INCREMENT for table `sm_upload_contents` -- ALTER TABLE `sm_upload_contents` MODIFY `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT; -- -- AUTO_INCREMENT for table `sm_upload_homework_contents` -- ALTER TABLE `sm_upload_homework_contents` MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT; -- -- AUTO_INCREMENT for table `sm_user_logs` -- ALTER TABLE `sm_user_logs` MODIFY `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=22; -- -- AUTO_INCREMENT for table `sm_vehicles` -- ALTER TABLE `sm_vehicles` MODIFY `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT; -- -- AUTO_INCREMENT for table `sm_video_galleries` -- ALTER TABLE `sm_video_galleries` MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=4; -- -- AUTO_INCREMENT for table `sm_visitors` -- ALTER TABLE `sm_visitors` MODIFY `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT; -- -- AUTO_INCREMENT for table `sm_weekends` -- ALTER TABLE `sm_weekends` MODIFY `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=8; -- -- AUTO_INCREMENT for table `speech_sliders` -- ALTER TABLE `speech_sliders` MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=4; -- -- AUTO_INCREMENT for table `staff_import_bulk_temporaries` -- ALTER TABLE `staff_import_bulk_temporaries` MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT; -- -- AUTO_INCREMENT for table `student_academic_histories` -- ALTER TABLE `student_academic_histories` MODIFY `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT; -- -- AUTO_INCREMENT for table `student_attendance_bulks` -- ALTER TABLE `student_attendance_bulks` MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT; -- -- AUTO_INCREMENT for table `student_bulk_temporaries` -- ALTER TABLE `student_bulk_temporaries` MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT; -- -- AUTO_INCREMENT for table `student_records` -- ALTER TABLE `student_records` MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT; -- -- AUTO_INCREMENT for table `student_record_temporaries` -- ALTER TABLE `student_record_temporaries` MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT; -- -- AUTO_INCREMENT for table `teacher_evaluations` -- ALTER TABLE `teacher_evaluations` MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT; -- -- AUTO_INCREMENT for table `teacher_evaluation_settings` -- ALTER TABLE `teacher_evaluation_settings` MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=2; -- -- AUTO_INCREMENT for table `themes` -- ALTER TABLE `themes` MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=2; -- -- AUTO_INCREMENT for table `two_factor_settings` -- ALTER TABLE `two_factor_settings` MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=2; -- -- AUTO_INCREMENT for table `users` -- ALTER TABLE `users` MODIFY `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=2; -- -- AUTO_INCREMENT for table `user_otp_codes` -- ALTER TABLE `user_otp_codes` MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT; -- -- AUTO_INCREMENT for table `version_histories` -- ALTER TABLE `version_histories` MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT; -- -- AUTO_INCREMENT for table `video_uploads` -- ALTER TABLE `video_uploads` MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT; -- -- AUTO_INCREMENT for table `wallet_transactions` -- ALTER TABLE `wallet_transactions` MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT; -- -- Constraints for dumped tables -- -- -- Constraints for table `assign_permissions` -- ALTER TABLE `assign_permissions` ADD CONSTRAINT `assign_permissions_school_id_foreign` FOREIGN KEY (`school_id`) REFERENCES `sm_schools` (`id`) ON DELETE CASCADE; -- -- Constraints for table `chat_groups` -- ALTER TABLE `chat_groups` ADD CONSTRAINT `chat_groups_academic_id_foreign` FOREIGN KEY (`academic_id`) REFERENCES `sm_academic_years` (`id`) ON DELETE CASCADE, ADD CONSTRAINT `chat_groups_class_id_foreign` FOREIGN KEY (`class_id`) REFERENCES `sm_classes` (`id`) ON DELETE CASCADE, ADD CONSTRAINT `chat_groups_school_id_foreign` FOREIGN KEY (`school_id`) REFERENCES `sm_schools` (`id`) ON DELETE CASCADE, ADD CONSTRAINT `chat_groups_section_id_foreign` FOREIGN KEY (`section_id`) REFERENCES `sm_sections` (`id`) ON DELETE CASCADE, ADD CONSTRAINT `chat_groups_subject_id_foreign` FOREIGN KEY (`subject_id`) REFERENCES `sm_subjects` (`id`) ON DELETE CASCADE, ADD CONSTRAINT `chat_groups_teacher_id_foreign` FOREIGN KEY (`teacher_id`) REFERENCES `sm_staffs` (`id`) ON DELETE CASCADE; -- -- Constraints for table `color_theme` -- ALTER TABLE `color_theme` ADD CONSTRAINT `color_theme_color_id_foreign` FOREIGN KEY (`color_id`) REFERENCES `colors` (`id`) ON DELETE CASCADE, ADD CONSTRAINT `color_theme_theme_id_foreign` FOREIGN KEY (`theme_id`) REFERENCES `themes` (`id`) ON DELETE CASCADE; -- -- Constraints for table `contents` -- ALTER TABLE `contents` ADD CONSTRAINT `contents_academic_id_foreign` FOREIGN KEY (`academic_id`) REFERENCES `sm_academic_years` (`id`) ON DELETE CASCADE, ADD CONSTRAINT `contents_school_id_foreign` FOREIGN KEY (`school_id`) REFERENCES `sm_schools` (`id`) ON DELETE CASCADE; -- -- Constraints for table `content_share_lists` -- ALTER TABLE `content_share_lists` ADD CONSTRAINT `content_share_lists_academic_id_foreign` FOREIGN KEY (`academic_id`) REFERENCES `sm_academic_years` (`id`) ON DELETE CASCADE, ADD CONSTRAINT `content_share_lists_school_id_foreign` FOREIGN KEY (`school_id`) REFERENCES `sm_schools` (`id`) ON DELETE CASCADE; -- -- Constraints for table `content_types` -- ALTER TABLE `content_types` ADD CONSTRAINT `content_types_academic_id_foreign` FOREIGN KEY (`academic_id`) REFERENCES `sm_academic_years` (`id`) ON DELETE CASCADE, ADD CONSTRAINT `content_types_school_id_foreign` FOREIGN KEY (`school_id`) REFERENCES `sm_schools` (`id`) ON DELETE CASCADE; -- -- Constraints for table `continents` -- ALTER TABLE `continents` ADD CONSTRAINT `continents_school_id_foreign` FOREIGN KEY (`school_id`) REFERENCES `sm_schools` (`id`) ON DELETE CASCADE; -- -- Constraints for table `continets` -- ALTER TABLE `continets` ADD CONSTRAINT `continets_school_id_foreign` FOREIGN KEY (`school_id`) REFERENCES `sm_schools` (`id`) ON DELETE CASCADE; -- -- Constraints for table `countries` -- ALTER TABLE `countries` ADD CONSTRAINT `countries_academic_id_foreign` FOREIGN KEY (`academic_id`) REFERENCES `sm_academic_years` (`id`) ON DELETE CASCADE, ADD CONSTRAINT `countries_school_id_foreign` FOREIGN KEY (`school_id`) REFERENCES `sm_schools` (`id`) ON DELETE CASCADE; -- -- Constraints for table `custom_result_settings` -- ALTER TABLE `custom_result_settings` ADD CONSTRAINT `custom_result_settings_academic_id_foreign` FOREIGN KEY (`academic_id`) REFERENCES `sm_academic_years` (`id`) ON DELETE CASCADE, ADD CONSTRAINT `custom_result_settings_school_id_foreign` FOREIGN KEY (`school_id`) REFERENCES `sm_schools` (`id`) ON DELETE CASCADE; -- -- Constraints for table `direct_fees_installments` -- ALTER TABLE `direct_fees_installments` ADD CONSTRAINT `direct_fees_installments_school_id_foreign` FOREIGN KEY (`school_id`) REFERENCES `sm_schools` (`id`) ON DELETE CASCADE; -- -- Constraints for table `direct_fees_installment_assigns` -- ALTER TABLE `direct_fees_installment_assigns` ADD CONSTRAINT `direct_fees_installment_assigns_bank_id_foreign` FOREIGN KEY (`bank_id`) REFERENCES `sm_bank_accounts` (`id`) ON DELETE CASCADE, ADD CONSTRAINT `direct_fees_installment_assigns_fees_discount_id_foreign` FOREIGN KEY (`fees_discount_id`) REFERENCES `sm_fees_discounts` (`id`) ON DELETE CASCADE, ADD CONSTRAINT `direct_fees_installment_assigns_fees_type_id_foreign` FOREIGN KEY (`fees_type_id`) REFERENCES `sm_fees_types` (`id`) ON DELETE CASCADE, ADD CONSTRAINT `direct_fees_installment_assigns_school_id_foreign` FOREIGN KEY (`school_id`) REFERENCES `sm_schools` (`id`) ON DELETE CASCADE, ADD CONSTRAINT `direct_fees_installment_assigns_student_id_foreign` FOREIGN KEY (`student_id`) REFERENCES `sm_students` (`id`) ON DELETE CASCADE; -- -- Constraints for table `direct_fees_reminders` -- ALTER TABLE `direct_fees_reminders` ADD CONSTRAINT `direct_fees_reminders_school_id_foreign` FOREIGN KEY (`school_id`) REFERENCES `sm_schools` (`id`) ON DELETE CASCADE; -- -- Constraints for table `direct_fees_settings` -- ALTER TABLE `direct_fees_settings` ADD CONSTRAINT `direct_fees_settings_school_id_foreign` FOREIGN KEY (`school_id`) REFERENCES `sm_schools` (`id`) ON DELETE CASCADE; -- -- Constraints for table `dire_fees_installment_child_payments` -- ALTER TABLE `dire_fees_installment_child_payments` ADD CONSTRAINT `dire_fees_installment_child_payments_bank_id_foreign` FOREIGN KEY (`bank_id`) REFERENCES `sm_bank_accounts` (`id`) ON DELETE CASCADE, ADD CONSTRAINT `dire_fees_installment_child_payments_fees_type_id_foreign` FOREIGN KEY (`fees_type_id`) REFERENCES `sm_fees_types` (`id`) ON DELETE CASCADE, ADD CONSTRAINT `dire_fees_installment_child_payments_school_id_foreign` FOREIGN KEY (`school_id`) REFERENCES `sm_schools` (`id`) ON DELETE CASCADE, ADD CONSTRAINT `dire_fees_installment_child_payments_student_id_foreign` FOREIGN KEY (`student_id`) REFERENCES `sm_students` (`id`) ON DELETE CASCADE; -- -- Constraints for table `due_fees_login_prevents` -- ALTER TABLE `due_fees_login_prevents` ADD CONSTRAINT `due_fees_login_prevents_academic_id_foreign` FOREIGN KEY (`academic_id`) REFERENCES `sm_academic_years` (`id`) ON DELETE CASCADE, ADD CONSTRAINT `due_fees_login_prevents_role_id_foreign` FOREIGN KEY (`role_id`) REFERENCES `infix_roles` (`id`) ON DELETE CASCADE, ADD CONSTRAINT `due_fees_login_prevents_school_id_foreign` FOREIGN KEY (`school_id`) REFERENCES `sm_schools` (`id`) ON DELETE CASCADE, ADD CONSTRAINT `due_fees_login_prevents_user_id_foreign` FOREIGN KEY (`user_id`) REFERENCES `users` (`id`) ON DELETE CASCADE; -- -- Constraints for table `exam_step_skips` -- ALTER TABLE `exam_step_skips` ADD CONSTRAINT `exam_step_skips_academic_id_foreign` FOREIGN KEY (`academic_id`) REFERENCES `sm_academic_years` (`id`) ON DELETE CASCADE, ADD CONSTRAINT `exam_step_skips_school_id_foreign` FOREIGN KEY (`school_id`) REFERENCES `sm_schools` (`id`) ON DELETE CASCADE; -- -- Constraints for table `fees_carry_forward_logs` -- ALTER TABLE `fees_carry_forward_logs` ADD CONSTRAINT `fees_carry_forward_logs_school_id_foreign` FOREIGN KEY (`school_id`) REFERENCES `sm_schools` (`id`) ON DELETE CASCADE; -- -- Constraints for table `fees_carry_forward_settings` -- ALTER TABLE `fees_carry_forward_settings` ADD CONSTRAINT `fees_carry_forward_settings_school_id_foreign` FOREIGN KEY (`school_id`) REFERENCES `sm_schools` (`id`) ON DELETE CASCADE; -- -- Constraints for table `fees_invoices` -- ALTER TABLE `fees_invoices` ADD CONSTRAINT `fees_invoices_school_id_foreign` FOREIGN KEY (`school_id`) REFERENCES `sm_schools` (`id`) ON DELETE CASCADE; -- -- Constraints for table `fees_invoice_settings` -- ALTER TABLE `fees_invoice_settings` ADD CONSTRAINT `fees_invoice_settings_academic_id_foreign` FOREIGN KEY (`academic_id`) REFERENCES `sm_academic_years` (`id`) ON DELETE CASCADE, ADD CONSTRAINT `fees_invoice_settings_created_by_foreign` FOREIGN KEY (`created_by`) REFERENCES `users` (`id`) ON DELETE CASCADE, ADD CONSTRAINT `fees_invoice_settings_school_id_foreign` FOREIGN KEY (`school_id`) REFERENCES `sm_schools` (`id`) ON DELETE CASCADE, ADD CONSTRAINT `fees_invoice_settings_updated_by_foreign` FOREIGN KEY (`updated_by`) REFERENCES `users` (`id`) ON DELETE CASCADE; -- -- Constraints for table `fm_fees_invoices` -- ALTER TABLE `fm_fees_invoices` ADD CONSTRAINT `fm_fees_invoices_student_id_foreign` FOREIGN KEY (`student_id`) REFERENCES `sm_students` (`id`) ON DELETE CASCADE; -- -- Constraints for table `fm_fees_invoice_chields` -- ALTER TABLE `fm_fees_invoice_chields` ADD CONSTRAINT `fm_fees_invoice_chields_fees_invoice_id_foreign` FOREIGN KEY (`fees_invoice_id`) REFERENCES `fm_fees_invoices` (`id`) ON DELETE CASCADE; -- -- Constraints for table `fm_fees_transactions` -- ALTER TABLE `fm_fees_transactions` ADD CONSTRAINT `fm_fees_transactions_fees_invoice_id_foreign` FOREIGN KEY (`fees_invoice_id`) REFERENCES `fm_fees_invoices` (`id`) ON DELETE CASCADE; -- -- Constraints for table `fm_fees_transaction_chields` -- ALTER TABLE `fm_fees_transaction_chields` ADD CONSTRAINT `fm_fees_transaction_chields_fees_transaction_id_foreign` FOREIGN KEY (`fees_transaction_id`) REFERENCES `fm_fees_transactions` (`id`) ON DELETE CASCADE; -- -- Constraints for table `fm_fees_weavers` -- ALTER TABLE `fm_fees_weavers` ADD CONSTRAINT `fm_fees_weavers_fees_invoice_id_foreign` FOREIGN KEY (`fees_invoice_id`) REFERENCES `fm_fees_invoices` (`id`) ON DELETE CASCADE; -- -- Constraints for table `frontend_exam_results` -- ALTER TABLE `frontend_exam_results` ADD CONSTRAINT `frontend_exam_results_school_id_foreign` FOREIGN KEY (`school_id`) REFERENCES `sm_schools` (`id`) ON DELETE CASCADE; -- -- Constraints for table `front_academic_calendars` -- ALTER TABLE `front_academic_calendars` ADD CONSTRAINT `front_academic_calendars_school_id_foreign` FOREIGN KEY (`school_id`) REFERENCES `sm_schools` (`id`) ON DELETE CASCADE; -- -- Constraints for table `front_class_routines` -- ALTER TABLE `front_class_routines` ADD CONSTRAINT `front_class_routines_school_id_foreign` FOREIGN KEY (`school_id`) REFERENCES `sm_schools` (`id`) ON DELETE CASCADE; -- -- Constraints for table `front_exam_routines` -- ALTER TABLE `front_exam_routines` ADD CONSTRAINT `front_exam_routines_school_id_foreign` FOREIGN KEY (`school_id`) REFERENCES `sm_schools` (`id`) ON DELETE CASCADE; -- -- Constraints for table `front_results` -- ALTER TABLE `front_results` ADD CONSTRAINT `front_results_school_id_foreign` FOREIGN KEY (`school_id`) REFERENCES `sm_schools` (`id`) ON DELETE CASCADE; -- -- Constraints for table `graduates` -- ALTER TABLE `graduates` ADD CONSTRAINT `graduates_class_id_foreign` FOREIGN KEY (`class_id`) REFERENCES `sm_classes` (`id`) ON DELETE CASCADE, ADD CONSTRAINT `graduates_school_id_foreign` FOREIGN KEY (`school_id`) REFERENCES `sm_schools` (`id`) ON DELETE CASCADE, ADD CONSTRAINT `graduates_section_id_foreign` FOREIGN KEY (`section_id`) REFERENCES `sm_sections` (`id`) ON DELETE CASCADE, ADD CONSTRAINT `graduates_session_id_foreign` FOREIGN KEY (`session_id`) REFERENCES `sm_sessions` (`id`) ON DELETE CASCADE, ADD CONSTRAINT `graduates_student_id_foreign` FOREIGN KEY (`student_id`) REFERENCES `sm_students` (`id`) ON DELETE CASCADE; -- -- Constraints for table `home_sliders` -- ALTER TABLE `home_sliders` ADD CONSTRAINT `home_sliders_school_id_foreign` FOREIGN KEY (`school_id`) REFERENCES `sm_schools` (`id`) ON DELETE CASCADE; -- -- Constraints for table `incidents` -- ALTER TABLE `incidents` ADD CONSTRAINT `incidents_school_id_foreign` FOREIGN KEY (`school_id`) REFERENCES `sm_schools` (`id`) ON DELETE CASCADE; -- -- Constraints for table `infixedu__pages` -- ALTER TABLE `infixedu__pages` ADD CONSTRAINT `infixedu__pages_school_id_foreign` FOREIGN KEY (`school_id`) REFERENCES `sm_schools` (`id`) ON DELETE CASCADE; -- -- Constraints for table `infix_module_infos` -- ALTER TABLE `infix_module_infos` ADD CONSTRAINT `infix_module_infos_created_by_foreign` FOREIGN KEY (`created_by`) REFERENCES `users` (`id`) ON DELETE CASCADE, ADD CONSTRAINT `infix_module_infos_school_id_foreign` FOREIGN KEY (`school_id`) REFERENCES `sm_schools` (`id`) ON DELETE CASCADE, ADD CONSTRAINT `infix_module_infos_updated_by_foreign` FOREIGN KEY (`updated_by`) REFERENCES `users` (`id`) ON DELETE CASCADE; -- -- Constraints for table `infix_module_student_parent_infos` -- ALTER TABLE `infix_module_student_parent_infos` ADD CONSTRAINT `infix_module_student_parent_infos_created_by_foreign` FOREIGN KEY (`created_by`) REFERENCES `users` (`id`) ON DELETE CASCADE, ADD CONSTRAINT `infix_module_student_parent_infos_school_id_foreign` FOREIGN KEY (`school_id`) REFERENCES `sm_schools` (`id`) ON DELETE CASCADE, ADD CONSTRAINT `infix_module_student_parent_infos_updated_by_foreign` FOREIGN KEY (`updated_by`) REFERENCES `users` (`id`) ON DELETE CASCADE; -- -- Constraints for table `infix_permission_assigns` -- ALTER TABLE `infix_permission_assigns` ADD CONSTRAINT `infix_permission_assigns_role_id_foreign` FOREIGN KEY (`role_id`) REFERENCES `infix_roles` (`id`) ON DELETE CASCADE, ADD CONSTRAINT `infix_permission_assigns_school_id_foreign` FOREIGN KEY (`school_id`) REFERENCES `sm_schools` (`id`) ON DELETE CASCADE; -- -- Constraints for table `infix_roles` -- ALTER TABLE `infix_roles` ADD CONSTRAINT `infix_roles_school_id_foreign` FOREIGN KEY (`school_id`) REFERENCES `sm_schools` (`id`) ON DELETE CASCADE; -- -- Constraints for table `invoice_settings` -- ALTER TABLE `invoice_settings` ADD CONSTRAINT `invoice_settings_academic_id_foreign` FOREIGN KEY (`academic_id`) REFERENCES `sm_academic_years` (`id`) ON DELETE CASCADE, ADD CONSTRAINT `invoice_settings_created_by_foreign` FOREIGN KEY (`created_by`) REFERENCES `users` (`id`) ON DELETE CASCADE, ADD CONSTRAINT `invoice_settings_school_id_foreign` FOREIGN KEY (`school_id`) REFERENCES `sm_schools` (`id`) ON DELETE CASCADE, ADD CONSTRAINT `invoice_settings_updated_by_foreign` FOREIGN KEY (`updated_by`) REFERENCES `users` (`id`) ON DELETE CASCADE; -- -- Constraints for table `languages` -- ALTER TABLE `languages` ADD CONSTRAINT `languages_school_id_foreign` FOREIGN KEY (`school_id`) REFERENCES `sm_schools` (`id`) ON DELETE CASCADE; -- -- Constraints for table `lesson_planners` -- ALTER TABLE `lesson_planners` ADD CONSTRAINT `lesson_planners_academic_id_foreign` FOREIGN KEY (`academic_id`) REFERENCES `sm_academic_years` (`id`) ON DELETE CASCADE, ADD CONSTRAINT `lesson_planners_class_id_foreign` FOREIGN KEY (`class_id`) REFERENCES `sm_classes` (`id`) ON DELETE CASCADE, ADD CONSTRAINT `lesson_planners_class_period_id_foreign` FOREIGN KEY (`class_period_id`) REFERENCES `sm_class_times` (`id`) ON DELETE CASCADE, ADD CONSTRAINT `lesson_planners_room_id_foreign` FOREIGN KEY (`room_id`) REFERENCES `sm_class_rooms` (`id`) ON DELETE CASCADE, ADD CONSTRAINT `lesson_planners_school_id_foreign` FOREIGN KEY (`school_id`) REFERENCES `sm_schools` (`id`) ON DELETE CASCADE, ADD CONSTRAINT `lesson_planners_section_id_foreign` FOREIGN KEY (`section_id`) REFERENCES `sm_sections` (`id`) ON DELETE CASCADE, ADD CONSTRAINT `lesson_planners_subject_id_foreign` FOREIGN KEY (`subject_id`) REFERENCES `sm_subjects` (`id`) ON DELETE CASCADE, ADD CONSTRAINT `lesson_planners_teacher_id_foreign` FOREIGN KEY (`teacher_id`) REFERENCES `sm_staffs` (`id`) ON DELETE CASCADE; -- -- Constraints for table `lesson_plan_topics` -- ALTER TABLE `lesson_plan_topics` ADD CONSTRAINT `lesson_plan_topics_lesson_planner_id_foreign` FOREIGN KEY (`lesson_planner_id`) REFERENCES `lesson_planners` (`id`) ON DELETE CASCADE, ADD CONSTRAINT `lesson_plan_topics_topic_id_foreign` FOREIGN KEY (`topic_id`) REFERENCES `sm_lesson_topic_details` (`id`) ON DELETE CASCADE; -- -- Constraints for table `library_subjects` -- ALTER TABLE `library_subjects` ADD CONSTRAINT `library_subjects_academic_id_foreign` FOREIGN KEY (`academic_id`) REFERENCES `sm_academic_years` (`id`) ON DELETE CASCADE, ADD CONSTRAINT `library_subjects_school_id_foreign` FOREIGN KEY (`school_id`) REFERENCES `sm_schools` (`id`) ON DELETE CASCADE; -- -- Constraints for table `maintenance_settings` -- ALTER TABLE `maintenance_settings` ADD CONSTRAINT `maintenance_settings_school_id_foreign` FOREIGN KEY (`school_id`) REFERENCES `sm_schools` (`id`) ON DELETE CASCADE; -- -- Constraints for table `payroll_payments` -- ALTER TABLE `payroll_payments` ADD CONSTRAINT `payroll_payments_sm_hr_payroll_generate_id_foreign` FOREIGN KEY (`sm_hr_payroll_generate_id`) REFERENCES `sm_hr_payroll_generates` (`id`); -- -- Constraints for table `permissions` -- ALTER TABLE `permissions` ADD CONSTRAINT `permissions_school_id_foreign` FOREIGN KEY (`school_id`) REFERENCES `sm_schools` (`id`) ON DELETE CASCADE; -- -- Constraints for table `permission_sections` -- ALTER TABLE `permission_sections` ADD CONSTRAINT `permission_sections_school_id_foreign` FOREIGN KEY (`school_id`) REFERENCES `sm_schools` (`id`) ON DELETE CASCADE; -- -- Constraints for table `plugins` -- ALTER TABLE `plugins` ADD CONSTRAINT `plugins_school_id_foreign` FOREIGN KEY (`school_id`) REFERENCES `sm_schools` (`id`) ON DELETE CASCADE; -- -- Constraints for table `roles` -- ALTER TABLE `roles` ADD CONSTRAINT `roles_school_id_foreign` FOREIGN KEY (`school_id`) REFERENCES `sm_schools` (`id`) ON DELETE CASCADE; -- -- Constraints for table `school_modules` -- ALTER TABLE `school_modules` ADD CONSTRAINT `school_modules_school_id_foreign` FOREIGN KEY (`school_id`) REFERENCES `sm_schools` (`id`) ON DELETE CASCADE; -- -- Constraints for table `sidebars` -- ALTER TABLE `sidebars` ADD CONSTRAINT `sidebars_school_id_foreign` FOREIGN KEY (`school_id`) REFERENCES `sm_schools` (`id`) ON DELETE CASCADE, ADD CONSTRAINT `sidebars_user_id_foreign` FOREIGN KEY (`user_id`) REFERENCES `users` (`id`) ON DELETE CASCADE; -- -- Constraints for table `sms_templates` -- ALTER TABLE `sms_templates` ADD CONSTRAINT `sms_templates_school_id_foreign` FOREIGN KEY (`school_id`) REFERENCES `sm_schools` (`id`) ON DELETE CASCADE; -- -- Constraints for table `sm_about_pages` -- ALTER TABLE `sm_about_pages` ADD CONSTRAINT `sm_about_pages_school_id_foreign` FOREIGN KEY (`school_id`) REFERENCES `sm_schools` (`id`) ON DELETE CASCADE; -- -- Constraints for table `sm_academic_years` -- ALTER TABLE `sm_academic_years` ADD CONSTRAINT `sm_academic_years_school_id_foreign` FOREIGN KEY (`school_id`) REFERENCES `sm_schools` (`id`) ON DELETE CASCADE; -- -- Constraints for table `sm_add_expenses` -- ALTER TABLE `sm_add_expenses` ADD CONSTRAINT `sm_add_expenses_academic_id_foreign` FOREIGN KEY (`academic_id`) REFERENCES `sm_academic_years` (`id`) ON DELETE CASCADE, ADD CONSTRAINT `sm_add_expenses_school_id_foreign` FOREIGN KEY (`school_id`) REFERENCES `sm_schools` (`id`) ON DELETE CASCADE; -- -- Constraints for table `sm_add_incomes` -- ALTER TABLE `sm_add_incomes` ADD CONSTRAINT `sm_add_incomes_academic_id_foreign` FOREIGN KEY (`academic_id`) REFERENCES `sm_academic_years` (`id`) ON DELETE CASCADE, ADD CONSTRAINT `sm_add_incomes_account_id_foreign` FOREIGN KEY (`account_id`) REFERENCES `sm_bank_accounts` (`id`) ON DELETE CASCADE, ADD CONSTRAINT `sm_add_incomes_payment_method_id_foreign` FOREIGN KEY (`payment_method_id`) REFERENCES `sm_payment_methhods` (`id`) ON DELETE CASCADE, ADD CONSTRAINT `sm_add_incomes_school_id_foreign` FOREIGN KEY (`school_id`) REFERENCES `sm_schools` (`id`) ON DELETE CASCADE; -- -- Constraints for table `sm_admission_queries` -- ALTER TABLE `sm_admission_queries` ADD CONSTRAINT `sm_admission_queries_academic_id_foreign` FOREIGN KEY (`academic_id`) REFERENCES `sm_academic_years` (`id`) ON DELETE CASCADE, ADD CONSTRAINT `sm_admission_queries_class_foreign` FOREIGN KEY (`class`) REFERENCES `sm_classes` (`id`) ON DELETE CASCADE, ADD CONSTRAINT `sm_admission_queries_school_id_foreign` FOREIGN KEY (`school_id`) REFERENCES `sm_schools` (`id`) ON DELETE CASCADE; -- -- Constraints for table `sm_admission_query_followups` -- ALTER TABLE `sm_admission_query_followups` ADD CONSTRAINT `sm_admission_query_followups_academic_id_foreign` FOREIGN KEY (`academic_id`) REFERENCES `sm_academic_years` (`id`) ON DELETE CASCADE, ADD CONSTRAINT `sm_admission_query_followups_admission_query_id_foreign` FOREIGN KEY (`admission_query_id`) REFERENCES `sm_admission_queries` (`id`) ON DELETE CASCADE, ADD CONSTRAINT `sm_admission_query_followups_school_id_foreign` FOREIGN KEY (`school_id`) REFERENCES `sm_schools` (`id`) ON DELETE CASCADE; -- -- Constraints for table `sm_amount_transfers` -- ALTER TABLE `sm_amount_transfers` ADD CONSTRAINT `sm_amount_transfers_academic_id_foreign` FOREIGN KEY (`academic_id`) REFERENCES `sm_academic_years` (`id`) ON DELETE CASCADE, ADD CONSTRAINT `sm_amount_transfers_school_id_foreign` FOREIGN KEY (`school_id`) REFERENCES `sm_schools` (`id`) ON DELETE CASCADE; -- -- Constraints for table `sm_assign_class_teachers` -- ALTER TABLE `sm_assign_class_teachers` ADD CONSTRAINT `sm_assign_class_teachers_academic_id_foreign` FOREIGN KEY (`academic_id`) REFERENCES `sm_academic_years` (`id`) ON DELETE CASCADE, ADD CONSTRAINT `sm_assign_class_teachers_class_id_foreign` FOREIGN KEY (`class_id`) REFERENCES `sm_classes` (`id`) ON DELETE CASCADE, ADD CONSTRAINT `sm_assign_class_teachers_school_id_foreign` FOREIGN KEY (`school_id`) REFERENCES `sm_schools` (`id`) ON DELETE CASCADE, ADD CONSTRAINT `sm_assign_class_teachers_section_id_foreign` FOREIGN KEY (`section_id`) REFERENCES `sm_sections` (`id`) ON DELETE CASCADE; -- -- Constraints for table `sm_assign_subjects` -- ALTER TABLE `sm_assign_subjects` ADD CONSTRAINT `sm_assign_subjects_academic_id_foreign` FOREIGN KEY (`academic_id`) REFERENCES `sm_academic_years` (`id`) ON DELETE CASCADE, ADD CONSTRAINT `sm_assign_subjects_class_id_foreign` FOREIGN KEY (`class_id`) REFERENCES `sm_classes` (`id`) ON DELETE CASCADE, ADD CONSTRAINT `sm_assign_subjects_school_id_foreign` FOREIGN KEY (`school_id`) REFERENCES `sm_schools` (`id`) ON DELETE CASCADE, ADD CONSTRAINT `sm_assign_subjects_section_id_foreign` FOREIGN KEY (`section_id`) REFERENCES `sm_sections` (`id`) ON DELETE CASCADE, ADD CONSTRAINT `sm_assign_subjects_subject_id_foreign` FOREIGN KEY (`subject_id`) REFERENCES `sm_subjects` (`id`) ON DELETE CASCADE, ADD CONSTRAINT `sm_assign_subjects_teacher_id_foreign` FOREIGN KEY (`teacher_id`) REFERENCES `sm_staffs` (`id`) ON DELETE CASCADE; -- -- Constraints for table `sm_assign_vehicles` -- ALTER TABLE `sm_assign_vehicles` ADD CONSTRAINT `sm_assign_vehicles_academic_id_foreign` FOREIGN KEY (`academic_id`) REFERENCES `sm_academic_years` (`id`) ON DELETE CASCADE, ADD CONSTRAINT `sm_assign_vehicles_route_id_foreign` FOREIGN KEY (`route_id`) REFERENCES `sm_routes` (`id`) ON DELETE CASCADE, ADD CONSTRAINT `sm_assign_vehicles_school_id_foreign` FOREIGN KEY (`school_id`) REFERENCES `sm_schools` (`id`) ON DELETE CASCADE, ADD CONSTRAINT `sm_assign_vehicles_vehicle_id_foreign` FOREIGN KEY (`vehicle_id`) REFERENCES `sm_vehicles` (`id`) ON DELETE CASCADE; -- -- Constraints for table `sm_background_settings` -- ALTER TABLE `sm_background_settings` ADD CONSTRAINT `sm_background_settings_school_id_foreign` FOREIGN KEY (`school_id`) REFERENCES `sm_schools` (`id`) ON DELETE CASCADE; -- -- Constraints for table `sm_backups` -- ALTER TABLE `sm_backups` ADD CONSTRAINT `sm_backups_academic_id_foreign` FOREIGN KEY (`academic_id`) REFERENCES `sm_academic_years` (`id`) ON DELETE CASCADE, ADD CONSTRAINT `sm_backups_school_id_foreign` FOREIGN KEY (`school_id`) REFERENCES `sm_schools` (`id`) ON DELETE CASCADE; -- -- Constraints for table `sm_bank_accounts` -- ALTER TABLE `sm_bank_accounts` ADD CONSTRAINT `sm_bank_accounts_academic_id_foreign` FOREIGN KEY (`academic_id`) REFERENCES `sm_academic_years` (`id`) ON DELETE CASCADE, ADD CONSTRAINT `sm_bank_accounts_school_id_foreign` FOREIGN KEY (`school_id`) REFERENCES `sm_schools` (`id`) ON DELETE CASCADE; -- -- Constraints for table `sm_bank_payment_slips` -- ALTER TABLE `sm_bank_payment_slips` ADD CONSTRAINT `sm_bank_payment_slips_fees_discount_id_foreign` FOREIGN KEY (`fees_discount_id`) REFERENCES `sm_fees_discounts` (`id`), ADD CONSTRAINT `sm_bank_payment_slips_school_id_foreign` FOREIGN KEY (`school_id`) REFERENCES `sm_schools` (`id`), ADD CONSTRAINT `sm_bank_payment_slips_student_id_foreign` FOREIGN KEY (`student_id`) REFERENCES `sm_students` (`id`) ON DELETE CASCADE; -- -- Constraints for table `sm_base_groups` -- ALTER TABLE `sm_base_groups` ADD CONSTRAINT `sm_base_groups_school_id_foreign` FOREIGN KEY (`school_id`) REFERENCES `sm_schools` (`id`) ON DELETE CASCADE; -- -- Constraints for table `sm_base_setups` -- ALTER TABLE `sm_base_setups` ADD CONSTRAINT `sm_base_setups_base_group_id_foreign` FOREIGN KEY (`base_group_id`) REFERENCES `sm_base_groups` (`id`) ON DELETE CASCADE, ADD CONSTRAINT `sm_base_setups_school_id_foreign` FOREIGN KEY (`school_id`) REFERENCES `sm_schools` (`id`) ON DELETE CASCADE; -- -- Constraints for table `sm_books` -- ALTER TABLE `sm_books` ADD CONSTRAINT `sm_books_academic_id_foreign` FOREIGN KEY (`academic_id`) REFERENCES `sm_academic_years` (`id`) ON DELETE CASCADE, ADD CONSTRAINT `sm_books_book_category_id_foreign` FOREIGN KEY (`book_category_id`) REFERENCES `sm_book_categories` (`id`) ON DELETE CASCADE, ADD CONSTRAINT `sm_books_school_id_foreign` FOREIGN KEY (`school_id`) REFERENCES `sm_schools` (`id`) ON DELETE CASCADE; -- -- Constraints for table `sm_book_categories` -- ALTER TABLE `sm_book_categories` ADD CONSTRAINT `sm_book_categories_academic_id_foreign` FOREIGN KEY (`academic_id`) REFERENCES `sm_academic_years` (`id`) ON DELETE CASCADE, ADD CONSTRAINT `sm_book_categories_school_id_foreign` FOREIGN KEY (`school_id`) REFERENCES `sm_schools` (`id`) ON DELETE CASCADE; -- -- Constraints for table `sm_book_issues` -- ALTER TABLE `sm_book_issues` ADD CONSTRAINT `sm_book_issues_academic_id_foreign` FOREIGN KEY (`academic_id`) REFERENCES `sm_academic_years` (`id`) ON DELETE CASCADE, ADD CONSTRAINT `sm_book_issues_book_id_foreign` FOREIGN KEY (`book_id`) REFERENCES `sm_books` (`id`) ON DELETE CASCADE, ADD CONSTRAINT `sm_book_issues_member_id_foreign` FOREIGN KEY (`member_id`) REFERENCES `users` (`id`) ON DELETE CASCADE, ADD CONSTRAINT `sm_book_issues_school_id_foreign` FOREIGN KEY (`school_id`) REFERENCES `sm_schools` (`id`) ON DELETE CASCADE; -- -- Constraints for table `sm_calendar_settings` -- ALTER TABLE `sm_calendar_settings` ADD CONSTRAINT `sm_calendar_settings_school_id_foreign` FOREIGN KEY (`school_id`) REFERENCES `sm_schools` (`id`) ON DELETE CASCADE; -- -- Constraints for table `sm_chart_of_accounts` -- ALTER TABLE `sm_chart_of_accounts` ADD CONSTRAINT `sm_chart_of_accounts_academic_id_foreign` FOREIGN KEY (`academic_id`) REFERENCES `sm_academic_years` (`id`) ON DELETE CASCADE, ADD CONSTRAINT `sm_chart_of_accounts_school_id_foreign` FOREIGN KEY (`school_id`) REFERENCES `sm_schools` (`id`) ON DELETE CASCADE; -- -- Constraints for table `sm_classes` -- ALTER TABLE `sm_classes` ADD CONSTRAINT `sm_classes_academic_id_foreign` FOREIGN KEY (`academic_id`) REFERENCES `sm_academic_years` (`id`) ON DELETE CASCADE, ADD CONSTRAINT `sm_classes_school_id_foreign` FOREIGN KEY (`school_id`) REFERENCES `sm_schools` (`id`) ON DELETE CASCADE; -- -- Constraints for table `sm_class_exam_routine_pages` -- ALTER TABLE `sm_class_exam_routine_pages` ADD CONSTRAINT `sm_class_exam_routine_pages_school_id_foreign` FOREIGN KEY (`school_id`) REFERENCES `sm_schools` (`id`) ON DELETE CASCADE; -- -- Constraints for table `sm_class_optional_subject` -- ALTER TABLE `sm_class_optional_subject` ADD CONSTRAINT `sm_class_optional_subject_academic_id_foreign` FOREIGN KEY (`academic_id`) REFERENCES `sm_academic_years` (`id`) ON DELETE CASCADE, ADD CONSTRAINT `sm_class_optional_subject_school_id_foreign` FOREIGN KEY (`school_id`) REFERENCES `sm_schools` (`id`) ON DELETE CASCADE; -- -- Constraints for table `sm_class_rooms` -- ALTER TABLE `sm_class_rooms` ADD CONSTRAINT `sm_class_rooms_academic_id_foreign` FOREIGN KEY (`academic_id`) REFERENCES `sm_academic_years` (`id`) ON DELETE CASCADE, ADD CONSTRAINT `sm_class_rooms_school_id_foreign` FOREIGN KEY (`school_id`) REFERENCES `sm_schools` (`id`) ON DELETE CASCADE; -- -- Constraints for table `sm_class_routines` -- ALTER TABLE `sm_class_routines` ADD CONSTRAINT `sm_class_routines_academic_id_foreign` FOREIGN KEY (`academic_id`) REFERENCES `sm_academic_years` (`id`) ON DELETE CASCADE, ADD CONSTRAINT `sm_class_routines_class_id_foreign` FOREIGN KEY (`class_id`) REFERENCES `sm_classes` (`id`) ON DELETE CASCADE, ADD CONSTRAINT `sm_class_routines_school_id_foreign` FOREIGN KEY (`school_id`) REFERENCES `sm_schools` (`id`) ON DELETE CASCADE, ADD CONSTRAINT `sm_class_routines_section_id_foreign` FOREIGN KEY (`section_id`) REFERENCES `sm_sections` (`id`) ON DELETE CASCADE, ADD CONSTRAINT `sm_class_routines_subject_id_foreign` FOREIGN KEY (`subject_id`) REFERENCES `sm_subjects` (`id`) ON DELETE CASCADE; -- -- Constraints for table `sm_class_routine_updates` -- ALTER TABLE `sm_class_routine_updates` ADD CONSTRAINT `sm_class_routine_updates_academic_id_foreign` FOREIGN KEY (`academic_id`) REFERENCES `sm_academic_years` (`id`) ON DELETE CASCADE, ADD CONSTRAINT `sm_class_routine_updates_class_id_foreign` FOREIGN KEY (`class_id`) REFERENCES `sm_classes` (`id`) ON DELETE CASCADE, ADD CONSTRAINT `sm_class_routine_updates_class_period_id_foreign` FOREIGN KEY (`class_period_id`) REFERENCES `sm_class_times` (`id`) ON DELETE CASCADE, ADD CONSTRAINT `sm_class_routine_updates_room_id_foreign` FOREIGN KEY (`room_id`) REFERENCES `sm_class_rooms` (`id`) ON DELETE CASCADE, ADD CONSTRAINT `sm_class_routine_updates_school_id_foreign` FOREIGN KEY (`school_id`) REFERENCES `sm_schools` (`id`) ON DELETE CASCADE, ADD CONSTRAINT `sm_class_routine_updates_section_id_foreign` FOREIGN KEY (`section_id`) REFERENCES `sm_sections` (`id`) ON DELETE CASCADE, ADD CONSTRAINT `sm_class_routine_updates_subject_id_foreign` FOREIGN KEY (`subject_id`) REFERENCES `sm_subjects` (`id`) ON DELETE CASCADE, ADD CONSTRAINT `sm_class_routine_updates_teacher_id_foreign` FOREIGN KEY (`teacher_id`) REFERENCES `sm_staffs` (`id`) ON DELETE CASCADE; -- -- Constraints for table `sm_class_sections` -- ALTER TABLE `sm_class_sections` ADD CONSTRAINT `sm_class_sections_academic_id_foreign` FOREIGN KEY (`academic_id`) REFERENCES `sm_academic_years` (`id`) ON DELETE CASCADE, ADD CONSTRAINT `sm_class_sections_class_id_foreign` FOREIGN KEY (`class_id`) REFERENCES `sm_classes` (`id`) ON DELETE CASCADE, ADD CONSTRAINT `sm_class_sections_school_id_foreign` FOREIGN KEY (`school_id`) REFERENCES `sm_schools` (`id`) ON DELETE CASCADE, ADD CONSTRAINT `sm_class_sections_section_id_foreign` FOREIGN KEY (`section_id`) REFERENCES `sm_sections` (`id`) ON DELETE CASCADE; -- -- Constraints for table `sm_class_teachers` -- ALTER TABLE `sm_class_teachers` ADD CONSTRAINT `sm_class_teachers_academic_id_foreign` FOREIGN KEY (`academic_id`) REFERENCES `sm_academic_years` (`id`) ON DELETE CASCADE, ADD CONSTRAINT `sm_class_teachers_assign_class_teacher_id_foreign` FOREIGN KEY (`assign_class_teacher_id`) REFERENCES `sm_assign_class_teachers` (`id`) ON DELETE CASCADE, ADD CONSTRAINT `sm_class_teachers_school_id_foreign` FOREIGN KEY (`school_id`) REFERENCES `sm_schools` (`id`) ON DELETE CASCADE, ADD CONSTRAINT `sm_class_teachers_teacher_id_foreign` FOREIGN KEY (`teacher_id`) REFERENCES `sm_staffs` (`id`) ON DELETE CASCADE; -- -- Constraints for table `sm_class_times` -- ALTER TABLE `sm_class_times` ADD CONSTRAINT `sm_class_times_academic_id_foreign` FOREIGN KEY (`academic_id`) REFERENCES `sm_academic_years` (`id`) ON DELETE CASCADE, ADD CONSTRAINT `sm_class_times_school_id_foreign` FOREIGN KEY (`school_id`) REFERENCES `sm_schools` (`id`) ON DELETE CASCADE; -- -- Constraints for table `sm_complaints` -- ALTER TABLE `sm_complaints` ADD CONSTRAINT `sm_complaints_academic_id_foreign` FOREIGN KEY (`academic_id`) REFERENCES `sm_academic_years` (`id`) ON DELETE CASCADE, ADD CONSTRAINT `sm_complaints_school_id_foreign` FOREIGN KEY (`school_id`) REFERENCES `sm_schools` (`id`) ON DELETE CASCADE; -- -- Constraints for table `sm_contact_messages` -- ALTER TABLE `sm_contact_messages` ADD CONSTRAINT `sm_contact_messages_school_id_foreign` FOREIGN KEY (`school_id`) REFERENCES `sm_schools` (`id`) ON DELETE CASCADE; -- -- Constraints for table `sm_contact_pages` -- ALTER TABLE `sm_contact_pages` ADD CONSTRAINT `sm_contact_pages_school_id_foreign` FOREIGN KEY (`school_id`) REFERENCES `sm_schools` (`id`) ON DELETE CASCADE; -- -- Constraints for table `sm_content_types` -- ALTER TABLE `sm_content_types` ADD CONSTRAINT `sm_content_types_academic_id_foreign` FOREIGN KEY (`academic_id`) REFERENCES `sm_academic_years` (`id`) ON DELETE CASCADE, ADD CONSTRAINT `sm_content_types_school_id_foreign` FOREIGN KEY (`school_id`) REFERENCES `sm_schools` (`id`) ON DELETE CASCADE; -- -- Constraints for table `sm_countries` -- ALTER TABLE `sm_countries` ADD CONSTRAINT `sm_countries_school_id_foreign` FOREIGN KEY (`school_id`) REFERENCES `sm_schools` (`id`) ON DELETE CASCADE; -- -- Constraints for table `sm_courses` -- ALTER TABLE `sm_courses` ADD CONSTRAINT `sm_courses_school_id_foreign` FOREIGN KEY (`school_id`) REFERENCES `sm_schools` (`id`) ON DELETE CASCADE; -- -- Constraints for table `sm_course_pages` -- ALTER TABLE `sm_course_pages` ADD CONSTRAINT `sm_course_pages_school_id_foreign` FOREIGN KEY (`school_id`) REFERENCES `sm_schools` (`id`) ON DELETE CASCADE; -- -- Constraints for table `sm_currencies` -- ALTER TABLE `sm_currencies` ADD CONSTRAINT `sm_currencies_school_id_foreign` FOREIGN KEY (`school_id`) REFERENCES `sm_schools` (`id`) ON DELETE CASCADE; -- -- Constraints for table `sm_custom_links` -- ALTER TABLE `sm_custom_links` ADD CONSTRAINT `sm_custom_links_school_id_foreign` FOREIGN KEY (`school_id`) REFERENCES `sm_schools` (`id`) ON DELETE CASCADE; -- -- Constraints for table `sm_custom_temporary_results` -- ALTER TABLE `sm_custom_temporary_results` ADD CONSTRAINT `sm_custom_temporary_results_academic_id_foreign` FOREIGN KEY (`academic_id`) REFERENCES `sm_academic_years` (`id`) ON DELETE CASCADE, ADD CONSTRAINT `sm_custom_temporary_results_school_id_foreign` FOREIGN KEY (`school_id`) REFERENCES `sm_schools` (`id`); -- -- Constraints for table `sm_dashboard_settings` -- ALTER TABLE `sm_dashboard_settings` ADD CONSTRAINT `sm_dashboard_settings_role_id_foreign` FOREIGN KEY (`role_id`) REFERENCES `roles` (`id`) ON DELETE CASCADE, ADD CONSTRAINT `sm_dashboard_settings_school_id_foreign` FOREIGN KEY (`school_id`) REFERENCES `sm_schools` (`id`) ON DELETE CASCADE; -- -- Constraints for table `sm_date_formats` -- ALTER TABLE `sm_date_formats` ADD CONSTRAINT `sm_date_formats_school_id_foreign` FOREIGN KEY (`school_id`) REFERENCES `sm_schools` (`id`) ON DELETE CASCADE; -- -- Constraints for table `sm_designations` -- ALTER TABLE `sm_designations` ADD CONSTRAINT `sm_designations_school_id_foreign` FOREIGN KEY (`school_id`) REFERENCES `sm_schools` (`id`) ON DELETE CASCADE; -- -- Constraints for table `sm_donors` -- ALTER TABLE `sm_donors` ADD CONSTRAINT `sm_donors_bloodgroup_id_foreign` FOREIGN KEY (`bloodgroup_id`) REFERENCES `sm_base_setups` (`id`) ON DELETE SET NULL, ADD CONSTRAINT `sm_donors_gender_id_foreign` FOREIGN KEY (`gender_id`) REFERENCES `sm_base_setups` (`id`) ON DELETE SET NULL, ADD CONSTRAINT `sm_donors_religion_id_foreign` FOREIGN KEY (`religion_id`) REFERENCES `sm_base_setups` (`id`) ON DELETE SET NULL, ADD CONSTRAINT `sm_donors_school_id_foreign` FOREIGN KEY (`school_id`) REFERENCES `sm_schools` (`id`) ON DELETE CASCADE; -- -- Constraints for table `sm_dormitory_lists` -- ALTER TABLE `sm_dormitory_lists` ADD CONSTRAINT `sm_dormitory_lists_academic_id_foreign` FOREIGN KEY (`academic_id`) REFERENCES `sm_academic_years` (`id`) ON DELETE CASCADE, ADD CONSTRAINT `sm_dormitory_lists_school_id_foreign` FOREIGN KEY (`school_id`) REFERENCES `sm_schools` (`id`) ON DELETE CASCADE; -- -- Constraints for table `sm_email_settings` -- ALTER TABLE `sm_email_settings` ADD CONSTRAINT `sm_email_settings_academic_id_foreign` FOREIGN KEY (`academic_id`) REFERENCES `sm_academic_years` (`id`) ON DELETE CASCADE, ADD CONSTRAINT `sm_email_settings_school_id_foreign` FOREIGN KEY (`school_id`) REFERENCES `sm_schools` (`id`) ON DELETE CASCADE; -- -- Constraints for table `sm_email_sms_logs` -- ALTER TABLE `sm_email_sms_logs` ADD CONSTRAINT `sm_email_sms_logs_academic_id_foreign` FOREIGN KEY (`academic_id`) REFERENCES `sm_academic_years` (`id`) ON DELETE CASCADE, ADD CONSTRAINT `sm_email_sms_logs_school_id_foreign` FOREIGN KEY (`school_id`) REFERENCES `sm_schools` (`id`) ON DELETE CASCADE; -- -- Constraints for table `sm_events` -- ALTER TABLE `sm_events` ADD CONSTRAINT `sm_events_academic_id_foreign` FOREIGN KEY (`academic_id`) REFERENCES `sm_academic_years` (`id`) ON DELETE CASCADE, ADD CONSTRAINT `sm_events_school_id_foreign` FOREIGN KEY (`school_id`) REFERENCES `sm_schools` (`id`) ON DELETE CASCADE; -- -- Constraints for table `sm_exams` -- ALTER TABLE `sm_exams` ADD CONSTRAINT `sm_exams_academic_id_foreign` FOREIGN KEY (`academic_id`) REFERENCES `sm_academic_years` (`id`) ON DELETE CASCADE, ADD CONSTRAINT `sm_exams_class_id_foreign` FOREIGN KEY (`class_id`) REFERENCES `sm_classes` (`id`) ON DELETE CASCADE, ADD CONSTRAINT `sm_exams_exam_type_id_foreign` FOREIGN KEY (`exam_type_id`) REFERENCES `sm_exam_types` (`id`) ON DELETE CASCADE, ADD CONSTRAINT `sm_exams_school_id_foreign` FOREIGN KEY (`school_id`) REFERENCES `sm_schools` (`id`) ON DELETE CASCADE, ADD CONSTRAINT `sm_exams_section_id_foreign` FOREIGN KEY (`section_id`) REFERENCES `sm_sections` (`id`) ON DELETE CASCADE, ADD CONSTRAINT `sm_exams_subject_id_foreign` FOREIGN KEY (`subject_id`) REFERENCES `sm_subjects` (`id`) ON DELETE CASCADE; -- -- Constraints for table `sm_exam_attendances` -- ALTER TABLE `sm_exam_attendances` ADD CONSTRAINT `sm_exam_attendances_academic_id_foreign` FOREIGN KEY (`academic_id`) REFERENCES `sm_academic_years` (`id`) ON DELETE CASCADE, ADD CONSTRAINT `sm_exam_attendances_class_id_foreign` FOREIGN KEY (`class_id`) REFERENCES `sm_classes` (`id`) ON DELETE CASCADE, ADD CONSTRAINT `sm_exam_attendances_exam_id_foreign` FOREIGN KEY (`exam_id`) REFERENCES `sm_exams` (`id`) ON DELETE CASCADE, ADD CONSTRAINT `sm_exam_attendances_school_id_foreign` FOREIGN KEY (`school_id`) REFERENCES `sm_schools` (`id`) ON DELETE CASCADE, ADD CONSTRAINT `sm_exam_attendances_section_id_foreign` FOREIGN KEY (`section_id`) REFERENCES `sm_sections` (`id`) ON DELETE CASCADE, ADD CONSTRAINT `sm_exam_attendances_subject_id_foreign` FOREIGN KEY (`subject_id`) REFERENCES `sm_subjects` (`id`) ON DELETE CASCADE; -- -- Constraints for table `sm_exam_attendance_children` -- ALTER TABLE `sm_exam_attendance_children` ADD CONSTRAINT `sm_exam_attendance_children_academic_id_foreign` FOREIGN KEY (`academic_id`) REFERENCES `sm_academic_years` (`id`) ON DELETE CASCADE, ADD CONSTRAINT `sm_exam_attendance_children_class_id_foreign` FOREIGN KEY (`class_id`) REFERENCES `sm_classes` (`id`) ON DELETE CASCADE, ADD CONSTRAINT `sm_exam_attendance_children_exam_attendance_id_foreign` FOREIGN KEY (`exam_attendance_id`) REFERENCES `sm_exam_attendances` (`id`) ON DELETE CASCADE, ADD CONSTRAINT `sm_exam_attendance_children_school_id_foreign` FOREIGN KEY (`school_id`) REFERENCES `sm_schools` (`id`) ON DELETE CASCADE, ADD CONSTRAINT `sm_exam_attendance_children_section_id_foreign` FOREIGN KEY (`section_id`) REFERENCES `sm_sections` (`id`) ON DELETE CASCADE, ADD CONSTRAINT `sm_exam_attendance_children_student_id_foreign` FOREIGN KEY (`student_id`) REFERENCES `sm_students` (`id`) ON DELETE CASCADE, ADD CONSTRAINT `sm_exam_attendance_children_student_record_id_foreign` FOREIGN KEY (`student_record_id`) REFERENCES `student_records` (`id`) ON DELETE CASCADE; -- -- Constraints for table `sm_exam_marks_registers` -- ALTER TABLE `sm_exam_marks_registers` ADD CONSTRAINT `sm_exam_marks_registers_academic_id_foreign` FOREIGN KEY (`academic_id`) REFERENCES `sm_academic_years` (`id`) ON DELETE CASCADE, ADD CONSTRAINT `sm_exam_marks_registers_exam_id_foreign` FOREIGN KEY (`exam_id`) REFERENCES `sm_exams` (`id`) ON DELETE CASCADE, ADD CONSTRAINT `sm_exam_marks_registers_school_id_foreign` FOREIGN KEY (`school_id`) REFERENCES `sm_schools` (`id`) ON DELETE CASCADE, ADD CONSTRAINT `sm_exam_marks_registers_student_id_foreign` FOREIGN KEY (`student_id`) REFERENCES `sm_students` (`id`) ON DELETE CASCADE, ADD CONSTRAINT `sm_exam_marks_registers_subject_id_foreign` FOREIGN KEY (`subject_id`) REFERENCES `sm_subjects` (`id`) ON DELETE CASCADE; -- -- Constraints for table `sm_exam_schedules` -- ALTER TABLE `sm_exam_schedules` ADD CONSTRAINT `sm_exam_schedules_academic_id_foreign` FOREIGN KEY (`academic_id`) REFERENCES `sm_academic_years` (`id`) ON DELETE CASCADE, ADD CONSTRAINT `sm_exam_schedules_class_id_foreign` FOREIGN KEY (`class_id`) REFERENCES `sm_classes` (`id`) ON DELETE CASCADE, ADD CONSTRAINT `sm_exam_schedules_exam_id_foreign` FOREIGN KEY (`exam_id`) REFERENCES `sm_exams` (`id`) ON DELETE CASCADE, ADD CONSTRAINT `sm_exam_schedules_exam_period_id_foreign` FOREIGN KEY (`exam_period_id`) REFERENCES `sm_class_times` (`id`) ON DELETE CASCADE, ADD CONSTRAINT `sm_exam_schedules_exam_term_id_foreign` FOREIGN KEY (`exam_term_id`) REFERENCES `sm_exam_types` (`id`) ON DELETE CASCADE, ADD CONSTRAINT `sm_exam_schedules_school_id_foreign` FOREIGN KEY (`school_id`) REFERENCES `sm_schools` (`id`) ON DELETE CASCADE, ADD CONSTRAINT `sm_exam_schedules_section_id_foreign` FOREIGN KEY (`section_id`) REFERENCES `sm_sections` (`id`) ON DELETE CASCADE, ADD CONSTRAINT `sm_exam_schedules_subject_id_foreign` FOREIGN KEY (`subject_id`) REFERENCES `sm_subjects` (`id`) ON DELETE CASCADE, ADD CONSTRAINT `sm_exam_schedules_teacher_id_foreign` FOREIGN KEY (`teacher_id`) REFERENCES `sm_staffs` (`id`) ON DELETE CASCADE; -- -- Constraints for table `sm_exam_schedule_subjects` -- ALTER TABLE `sm_exam_schedule_subjects` ADD CONSTRAINT `sm_exam_schedule_subjects_academic_id_foreign` FOREIGN KEY (`academic_id`) REFERENCES `sm_academic_years` (`id`) ON DELETE CASCADE, ADD CONSTRAINT `sm_exam_schedule_subjects_exam_schedule_id_foreign` FOREIGN KEY (`exam_schedule_id`) REFERENCES `sm_exam_schedules` (`id`) ON DELETE CASCADE, ADD CONSTRAINT `sm_exam_schedule_subjects_school_id_foreign` FOREIGN KEY (`school_id`) REFERENCES `sm_schools` (`id`) ON DELETE CASCADE, ADD CONSTRAINT `sm_exam_schedule_subjects_subject_id_foreign` FOREIGN KEY (`subject_id`) REFERENCES `sm_subjects` (`id`) ON DELETE CASCADE; -- -- Constraints for table `sm_exam_settings` -- ALTER TABLE `sm_exam_settings` ADD CONSTRAINT `sm_exam_settings_academic_id_foreign` FOREIGN KEY (`academic_id`) REFERENCES `sm_academic_years` (`id`) ON DELETE CASCADE, ADD CONSTRAINT `sm_exam_settings_school_id_foreign` FOREIGN KEY (`school_id`) REFERENCES `sm_schools` (`id`) ON DELETE CASCADE; -- -- Constraints for table `sm_exam_setups` -- ALTER TABLE `sm_exam_setups` ADD CONSTRAINT `sm_exam_setups_academic_id_foreign` FOREIGN KEY (`academic_id`) REFERENCES `sm_academic_years` (`id`) ON DELETE CASCADE, ADD CONSTRAINT `sm_exam_setups_class_id_foreign` FOREIGN KEY (`class_id`) REFERENCES `sm_classes` (`id`) ON DELETE CASCADE, ADD CONSTRAINT `sm_exam_setups_exam_id_foreign` FOREIGN KEY (`exam_id`) REFERENCES `sm_exams` (`id`) ON DELETE CASCADE, ADD CONSTRAINT `sm_exam_setups_exam_term_id_foreign` FOREIGN KEY (`exam_term_id`) REFERENCES `sm_exam_types` (`id`) ON DELETE CASCADE, ADD CONSTRAINT `sm_exam_setups_school_id_foreign` FOREIGN KEY (`school_id`) REFERENCES `sm_schools` (`id`) ON DELETE CASCADE, ADD CONSTRAINT `sm_exam_setups_section_id_foreign` FOREIGN KEY (`section_id`) REFERENCES `sm_sections` (`id`) ON DELETE CASCADE, ADD CONSTRAINT `sm_exam_setups_subject_id_foreign` FOREIGN KEY (`subject_id`) REFERENCES `sm_subjects` (`id`) ON DELETE CASCADE; -- -- Constraints for table `sm_exam_signatures` -- ALTER TABLE `sm_exam_signatures` ADD CONSTRAINT `sm_exam_signatures_academic_id_foreign` FOREIGN KEY (`academic_id`) REFERENCES `sm_academic_years` (`id`) ON DELETE CASCADE, ADD CONSTRAINT `sm_exam_signatures_school_id_foreign` FOREIGN KEY (`school_id`) REFERENCES `sm_schools` (`id`) ON DELETE CASCADE; -- -- Constraints for table `sm_exam_types` -- ALTER TABLE `sm_exam_types` ADD CONSTRAINT `sm_exam_types_academic_id_foreign` FOREIGN KEY (`academic_id`) REFERENCES `sm_academic_years` (`id`) ON DELETE CASCADE, ADD CONSTRAINT `sm_exam_types_school_id_foreign` FOREIGN KEY (`school_id`) REFERENCES `sm_schools` (`id`) ON DELETE CASCADE; -- -- Constraints for table `sm_expense_heads` -- ALTER TABLE `sm_expense_heads` ADD CONSTRAINT `sm_expense_heads_academic_id_foreign` FOREIGN KEY (`academic_id`) REFERENCES `sm_academic_years` (`id`) ON DELETE CASCADE, ADD CONSTRAINT `sm_expense_heads_school_id_foreign` FOREIGN KEY (`school_id`) REFERENCES `sm_schools` (`id`) ON DELETE CASCADE; -- -- Constraints for table `sm_expert_teachers` -- ALTER TABLE `sm_expert_teachers` ADD CONSTRAINT `sm_expert_teachers_school_id_foreign` FOREIGN KEY (`school_id`) REFERENCES `sm_schools` (`id`) ON DELETE CASCADE; -- -- Constraints for table `sm_fees_assigns` -- ALTER TABLE `sm_fees_assigns` ADD CONSTRAINT `sm_fees_assigns_academic_id_foreign` FOREIGN KEY (`academic_id`) REFERENCES `sm_academic_years` (`id`) ON DELETE CASCADE, ADD CONSTRAINT `sm_fees_assigns_fees_discount_id_foreign` FOREIGN KEY (`fees_discount_id`) REFERENCES `sm_fees_discounts` (`id`) ON DELETE CASCADE, ADD CONSTRAINT `sm_fees_assigns_fees_master_id_foreign` FOREIGN KEY (`fees_master_id`) REFERENCES `sm_fees_masters` (`id`) ON DELETE CASCADE, ADD CONSTRAINT `sm_fees_assigns_school_id_foreign` FOREIGN KEY (`school_id`) REFERENCES `sm_schools` (`id`) ON DELETE CASCADE, ADD CONSTRAINT `sm_fees_assigns_student_id_foreign` FOREIGN KEY (`student_id`) REFERENCES `sm_students` (`id`) ON DELETE CASCADE; -- -- Constraints for table `sm_fees_assign_discounts` -- ALTER TABLE `sm_fees_assign_discounts` ADD CONSTRAINT `sm_fees_assign_discounts_academic_id_foreign` FOREIGN KEY (`academic_id`) REFERENCES `sm_academic_years` (`id`) ON DELETE CASCADE, ADD CONSTRAINT `sm_fees_assign_discounts_fees_discount_id_foreign` FOREIGN KEY (`fees_discount_id`) REFERENCES `sm_fees_discounts` (`id`) ON DELETE CASCADE, ADD CONSTRAINT `sm_fees_assign_discounts_school_id_foreign` FOREIGN KEY (`school_id`) REFERENCES `sm_schools` (`id`) ON DELETE CASCADE, ADD CONSTRAINT `sm_fees_assign_discounts_student_id_foreign` FOREIGN KEY (`student_id`) REFERENCES `sm_students` (`id`) ON DELETE CASCADE; -- -- Constraints for table `sm_fees_carry_forwards` -- ALTER TABLE `sm_fees_carry_forwards` ADD CONSTRAINT `sm_fees_carry_forwards_academic_id_foreign` FOREIGN KEY (`academic_id`) REFERENCES `sm_academic_years` (`id`) ON DELETE CASCADE, ADD CONSTRAINT `sm_fees_carry_forwards_school_id_foreign` FOREIGN KEY (`school_id`) REFERENCES `sm_schools` (`id`) ON DELETE CASCADE, ADD CONSTRAINT `sm_fees_carry_forwards_student_id_foreign` FOREIGN KEY (`student_id`) REFERENCES `sm_students` (`id`) ON DELETE CASCADE; -- -- Constraints for table `sm_fees_discounts` -- ALTER TABLE `sm_fees_discounts` ADD CONSTRAINT `sm_fees_discounts_academic_id_foreign` FOREIGN KEY (`academic_id`) REFERENCES `sm_academic_years` (`id`) ON DELETE CASCADE, ADD CONSTRAINT `sm_fees_discounts_school_id_foreign` FOREIGN KEY (`school_id`) REFERENCES `sm_schools` (`id`) ON DELETE CASCADE; -- -- Constraints for table `sm_fees_groups` -- ALTER TABLE `sm_fees_groups` ADD CONSTRAINT `sm_fees_groups_academic_id_foreign` FOREIGN KEY (`academic_id`) REFERENCES `sm_academic_years` (`id`) ON DELETE CASCADE, ADD CONSTRAINT `sm_fees_groups_school_id_foreign` FOREIGN KEY (`school_id`) REFERENCES `sm_schools` (`id`) ON DELETE CASCADE; -- -- Constraints for table `sm_fees_masters` -- ALTER TABLE `sm_fees_masters` ADD CONSTRAINT `sm_fees_masters_academic_id_foreign` FOREIGN KEY (`academic_id`) REFERENCES `sm_academic_years` (`id`) ON DELETE CASCADE, ADD CONSTRAINT `sm_fees_masters_fees_group_id_foreign` FOREIGN KEY (`fees_group_id`) REFERENCES `sm_fees_groups` (`id`) ON DELETE CASCADE, ADD CONSTRAINT `sm_fees_masters_fees_type_id_foreign` FOREIGN KEY (`fees_type_id`) REFERENCES `sm_fees_types` (`id`) ON DELETE CASCADE, ADD CONSTRAINT `sm_fees_masters_school_id_foreign` FOREIGN KEY (`school_id`) REFERENCES `sm_schools` (`id`) ON DELETE CASCADE; -- -- Constraints for table `sm_fees_payments` -- ALTER TABLE `sm_fees_payments` ADD CONSTRAINT `sm_fees_payments_academic_id_foreign` FOREIGN KEY (`academic_id`) REFERENCES `sm_academic_years` (`id`) ON DELETE CASCADE, ADD CONSTRAINT `sm_fees_payments_assign_id_foreign` FOREIGN KEY (`assign_id`) REFERENCES `sm_fees_assigns` (`id`) ON DELETE CASCADE, ADD CONSTRAINT `sm_fees_payments_bank_id_foreign` FOREIGN KEY (`bank_id`) REFERENCES `sm_bank_accounts` (`id`) ON DELETE CASCADE, ADD CONSTRAINT `sm_fees_payments_fees_discount_id_foreign` FOREIGN KEY (`fees_discount_id`) REFERENCES `sm_fees_discounts` (`id`) ON DELETE CASCADE, ADD CONSTRAINT `sm_fees_payments_fees_type_id_foreign` FOREIGN KEY (`fees_type_id`) REFERENCES `sm_fees_types` (`id`) ON DELETE CASCADE, ADD CONSTRAINT `sm_fees_payments_school_id_foreign` FOREIGN KEY (`school_id`) REFERENCES `sm_schools` (`id`) ON DELETE CASCADE, ADD CONSTRAINT `sm_fees_payments_student_id_foreign` FOREIGN KEY (`student_id`) REFERENCES `sm_students` (`id`) ON DELETE CASCADE; -- -- Constraints for table `sm_fees_types` -- ALTER TABLE `sm_fees_types` ADD CONSTRAINT `sm_fees_types_academic_id_foreign` FOREIGN KEY (`academic_id`) REFERENCES `sm_academic_years` (`id`) ON DELETE CASCADE, ADD CONSTRAINT `sm_fees_types_fees_group_id_foreign` FOREIGN KEY (`fees_group_id`) REFERENCES `sm_fees_groups` (`id`) ON DELETE CASCADE, ADD CONSTRAINT `sm_fees_types_school_id_foreign` FOREIGN KEY (`school_id`) REFERENCES `sm_schools` (`id`) ON DELETE CASCADE; -- -- Constraints for table `sm_form_downloads` -- ALTER TABLE `sm_form_downloads` ADD CONSTRAINT `sm_form_downloads_school_id_foreign` FOREIGN KEY (`school_id`) REFERENCES `sm_schools` (`id`) ON DELETE CASCADE; -- -- Constraints for table `sm_frontend_persmissions` -- ALTER TABLE `sm_frontend_persmissions` ADD CONSTRAINT `sm_frontend_persmissions_school_id_foreign` FOREIGN KEY (`school_id`) REFERENCES `sm_schools` (`id`) ON DELETE CASCADE; -- -- Constraints for table `sm_general_settings` -- ALTER TABLE `sm_general_settings` ADD CONSTRAINT `sm_general_settings_academic_id_foreign` FOREIGN KEY (`academic_id`) REFERENCES `sm_academic_years` (`id`) ON DELETE SET NULL, ADD CONSTRAINT `sm_general_settings_date_format_id_foreign` FOREIGN KEY (`date_format_id`) REFERENCES `sm_date_formats` (`id`) ON DELETE SET NULL, ADD CONSTRAINT `sm_general_settings_language_id_foreign` FOREIGN KEY (`language_id`) REFERENCES `sm_languages` (`id`) ON DELETE SET NULL, ADD CONSTRAINT `sm_general_settings_school_id_foreign` FOREIGN KEY (`school_id`) REFERENCES `sm_schools` (`id`) ON DELETE CASCADE, ADD CONSTRAINT `sm_general_settings_session_id_foreign` FOREIGN KEY (`session_id`) REFERENCES `sm_academic_years` (`id`) ON DELETE SET NULL; -- -- Constraints for table `sm_header_menu_managers` -- ALTER TABLE `sm_header_menu_managers` ADD CONSTRAINT `sm_header_menu_managers_school_id_foreign` FOREIGN KEY (`school_id`) REFERENCES `sm_schools` (`id`) ON DELETE CASCADE; -- -- Constraints for table `sm_holidays` -- ALTER TABLE `sm_holidays` ADD CONSTRAINT `sm_holidays_academic_id_foreign` FOREIGN KEY (`academic_id`) REFERENCES `sm_academic_years` (`id`) ON DELETE CASCADE, ADD CONSTRAINT `sm_holidays_school_id_foreign` FOREIGN KEY (`school_id`) REFERENCES `sm_schools` (`id`) ON DELETE CASCADE; -- -- Constraints for table `sm_homeworks` -- ALTER TABLE `sm_homeworks` ADD CONSTRAINT `sm_homeworks_academic_id_foreign` FOREIGN KEY (`academic_id`) REFERENCES `sm_academic_years` (`id`) ON DELETE CASCADE, ADD CONSTRAINT `sm_homeworks_class_id_foreign` FOREIGN KEY (`class_id`) REFERENCES `sm_classes` (`id`) ON DELETE CASCADE, ADD CONSTRAINT `sm_homeworks_evaluated_by_foreign` FOREIGN KEY (`evaluated_by`) REFERENCES `users` (`id`) ON DELETE CASCADE, ADD CONSTRAINT `sm_homeworks_school_id_foreign` FOREIGN KEY (`school_id`) REFERENCES `sm_schools` (`id`) ON DELETE CASCADE, ADD CONSTRAINT `sm_homeworks_subject_id_foreign` FOREIGN KEY (`subject_id`) REFERENCES `sm_subjects` (`id`) ON DELETE CASCADE; -- -- Constraints for table `sm_homework_students` -- ALTER TABLE `sm_homework_students` ADD CONSTRAINT `sm_homework_students_academic_id_foreign` FOREIGN KEY (`academic_id`) REFERENCES `sm_academic_years` (`id`) ON DELETE CASCADE, ADD CONSTRAINT `sm_homework_students_homework_id_foreign` FOREIGN KEY (`homework_id`) REFERENCES `sm_homeworks` (`id`) ON DELETE CASCADE, ADD CONSTRAINT `sm_homework_students_school_id_foreign` FOREIGN KEY (`school_id`) REFERENCES `sm_schools` (`id`) ON DELETE CASCADE, ADD CONSTRAINT `sm_homework_students_student_id_foreign` FOREIGN KEY (`student_id`) REFERENCES `sm_students` (`id`) ON DELETE CASCADE; -- -- Constraints for table `sm_home_page_settings` -- ALTER TABLE `sm_home_page_settings` ADD CONSTRAINT `sm_home_page_settings_school_id_foreign` FOREIGN KEY (`school_id`) REFERENCES `sm_schools` (`id`) ON DELETE CASCADE; -- -- Constraints for table `sm_hourly_rates` -- ALTER TABLE `sm_hourly_rates` ADD CONSTRAINT `sm_hourly_rates_academic_id_foreign` FOREIGN KEY (`academic_id`) REFERENCES `sm_academic_years` (`id`) ON DELETE CASCADE, ADD CONSTRAINT `sm_hourly_rates_school_id_foreign` FOREIGN KEY (`school_id`) REFERENCES `sm_schools` (`id`) ON DELETE CASCADE; -- -- Constraints for table `sm_hr_payroll_earn_deducs` -- ALTER TABLE `sm_hr_payroll_earn_deducs` ADD CONSTRAINT `sm_hr_payroll_earn_deducs_academic_id_foreign` FOREIGN KEY (`academic_id`) REFERENCES `sm_academic_years` (`id`) ON DELETE CASCADE, ADD CONSTRAINT `sm_hr_payroll_earn_deducs_payroll_generate_id_foreign` FOREIGN KEY (`payroll_generate_id`) REFERENCES `sm_hr_payroll_generates` (`id`) ON DELETE CASCADE, ADD CONSTRAINT `sm_hr_payroll_earn_deducs_school_id_foreign` FOREIGN KEY (`school_id`) REFERENCES `sm_schools` (`id`) ON DELETE CASCADE; -- -- Constraints for table `sm_hr_payroll_generates` -- ALTER TABLE `sm_hr_payroll_generates` ADD CONSTRAINT `sm_hr_payroll_generates_academic_id_foreign` FOREIGN KEY (`academic_id`) REFERENCES `sm_academic_years` (`id`) ON DELETE CASCADE, ADD CONSTRAINT `sm_hr_payroll_generates_school_id_foreign` FOREIGN KEY (`school_id`) REFERENCES `sm_schools` (`id`) ON DELETE CASCADE, ADD CONSTRAINT `sm_hr_payroll_generates_staff_id_foreign` FOREIGN KEY (`staff_id`) REFERENCES `sm_staffs` (`id`) ON DELETE CASCADE; -- -- Constraints for table `sm_hr_salary_templates` -- ALTER TABLE `sm_hr_salary_templates` ADD CONSTRAINT `sm_hr_salary_templates_academic_id_foreign` FOREIGN KEY (`academic_id`) REFERENCES `sm_academic_years` (`id`) ON DELETE CASCADE, ADD CONSTRAINT `sm_hr_salary_templates_school_id_foreign` FOREIGN KEY (`school_id`) REFERENCES `sm_schools` (`id`) ON DELETE CASCADE; -- -- Constraints for table `sm_human_departments` -- ALTER TABLE `sm_human_departments` ADD CONSTRAINT `sm_human_departments_created_by_foreign` FOREIGN KEY (`created_by`) REFERENCES `users` (`id`) ON DELETE CASCADE, ADD CONSTRAINT `sm_human_departments_school_id_foreign` FOREIGN KEY (`school_id`) REFERENCES `sm_schools` (`id`) ON DELETE CASCADE, ADD CONSTRAINT `sm_human_departments_updated_by_foreign` FOREIGN KEY (`updated_by`) REFERENCES `users` (`id`) ON DELETE CASCADE; -- -- Constraints for table `sm_income_heads` -- ALTER TABLE `sm_income_heads` ADD CONSTRAINT `sm_income_heads_academic_id_foreign` FOREIGN KEY (`academic_id`) REFERENCES `sm_academic_years` (`id`) ON DELETE CASCADE, ADD CONSTRAINT `sm_income_heads_school_id_foreign` FOREIGN KEY (`school_id`) REFERENCES `sm_schools` (`id`) ON DELETE CASCADE; -- -- Constraints for table `sm_instructions` -- ALTER TABLE `sm_instructions` ADD CONSTRAINT `sm_instructions_school_id_foreign` FOREIGN KEY (`school_id`) REFERENCES `sm_schools` (`id`) ON DELETE CASCADE; -- -- Constraints for table `sm_inventory_payments` -- ALTER TABLE `sm_inventory_payments` ADD CONSTRAINT `sm_inventory_payments_academic_id_foreign` FOREIGN KEY (`academic_id`) REFERENCES `sm_academic_years` (`id`) ON DELETE CASCADE, ADD CONSTRAINT `sm_inventory_payments_school_id_foreign` FOREIGN KEY (`school_id`) REFERENCES `sm_schools` (`id`) ON DELETE CASCADE; -- -- Constraints for table `sm_items` -- ALTER TABLE `sm_items` ADD CONSTRAINT `sm_items_academic_id_foreign` FOREIGN KEY (`academic_id`) REFERENCES `sm_academic_years` (`id`) ON DELETE CASCADE, ADD CONSTRAINT `sm_items_item_category_id_foreign` FOREIGN KEY (`item_category_id`) REFERENCES `sm_item_categories` (`id`) ON DELETE CASCADE, ADD CONSTRAINT `sm_items_school_id_foreign` FOREIGN KEY (`school_id`) REFERENCES `sm_schools` (`id`) ON DELETE CASCADE; -- -- Constraints for table `sm_item_categories` -- ALTER TABLE `sm_item_categories` ADD CONSTRAINT `sm_item_categories_academic_id_foreign` FOREIGN KEY (`academic_id`) REFERENCES `sm_academic_years` (`id`) ON DELETE CASCADE, ADD CONSTRAINT `sm_item_categories_school_id_foreign` FOREIGN KEY (`school_id`) REFERENCES `sm_schools` (`id`) ON DELETE CASCADE; -- -- Constraints for table `sm_item_issues` -- ALTER TABLE `sm_item_issues` ADD CONSTRAINT `sm_item_issues_academic_id_foreign` FOREIGN KEY (`academic_id`) REFERENCES `sm_academic_years` (`id`) ON DELETE CASCADE, ADD CONSTRAINT `sm_item_issues_item_category_id_foreign` FOREIGN KEY (`item_category_id`) REFERENCES `sm_item_categories` (`id`) ON DELETE CASCADE, ADD CONSTRAINT `sm_item_issues_item_id_foreign` FOREIGN KEY (`item_id`) REFERENCES `sm_items` (`id`) ON DELETE CASCADE, ADD CONSTRAINT `sm_item_issues_role_id_foreign` FOREIGN KEY (`role_id`) REFERENCES `roles` (`id`) ON DELETE CASCADE, ADD CONSTRAINT `sm_item_issues_school_id_foreign` FOREIGN KEY (`school_id`) REFERENCES `sm_schools` (`id`) ON DELETE CASCADE; -- -- Constraints for table `sm_item_receives` -- ALTER TABLE `sm_item_receives` ADD CONSTRAINT `sm_item_receives_academic_id_foreign` FOREIGN KEY (`academic_id`) REFERENCES `sm_academic_years` (`id`) ON DELETE CASCADE, ADD CONSTRAINT `sm_item_receives_school_id_foreign` FOREIGN KEY (`school_id`) REFERENCES `sm_schools` (`id`) ON DELETE CASCADE, ADD CONSTRAINT `sm_item_receives_store_id_foreign` FOREIGN KEY (`store_id`) REFERENCES `sm_item_stores` (`id`) ON DELETE CASCADE, ADD CONSTRAINT `sm_item_receives_supplier_id_foreign` FOREIGN KEY (`supplier_id`) REFERENCES `sm_suppliers` (`id`) ON DELETE CASCADE; -- -- Constraints for table `sm_item_receive_children` -- ALTER TABLE `sm_item_receive_children` ADD CONSTRAINT `sm_item_receive_children_academic_id_foreign` FOREIGN KEY (`academic_id`) REFERENCES `sm_academic_years` (`id`) ON DELETE CASCADE, ADD CONSTRAINT `sm_item_receive_children_item_id_foreign` FOREIGN KEY (`item_id`) REFERENCES `sm_items` (`id`) ON DELETE CASCADE, ADD CONSTRAINT `sm_item_receive_children_item_receive_id_foreign` FOREIGN KEY (`item_receive_id`) REFERENCES `sm_item_receives` (`id`) ON DELETE CASCADE, ADD CONSTRAINT `sm_item_receive_children_school_id_foreign` FOREIGN KEY (`school_id`) REFERENCES `sm_schools` (`id`) ON DELETE CASCADE; -- -- Constraints for table `sm_item_sells` -- ALTER TABLE `sm_item_sells` ADD CONSTRAINT `sm_item_sells_academic_id_foreign` FOREIGN KEY (`academic_id`) REFERENCES `sm_academic_years` (`id`) ON DELETE CASCADE, ADD CONSTRAINT `sm_item_sells_role_id_foreign` FOREIGN KEY (`role_id`) REFERENCES `roles` (`id`) ON DELETE CASCADE, ADD CONSTRAINT `sm_item_sells_school_id_foreign` FOREIGN KEY (`school_id`) REFERENCES `sm_schools` (`id`) ON DELETE CASCADE; -- -- Constraints for table `sm_item_sell_children` -- ALTER TABLE `sm_item_sell_children` ADD CONSTRAINT `sm_item_sell_children_academic_id_foreign` FOREIGN KEY (`academic_id`) REFERENCES `sm_academic_years` (`id`) ON DELETE CASCADE, ADD CONSTRAINT `sm_item_sell_children_school_id_foreign` FOREIGN KEY (`school_id`) REFERENCES `sm_schools` (`id`) ON DELETE CASCADE; -- -- Constraints for table `sm_item_stores` -- ALTER TABLE `sm_item_stores` ADD CONSTRAINT `sm_item_stores_academic_id_foreign` FOREIGN KEY (`academic_id`) REFERENCES `sm_academic_years` (`id`) ON DELETE CASCADE, ADD CONSTRAINT `sm_item_stores_school_id_foreign` FOREIGN KEY (`school_id`) REFERENCES `sm_schools` (`id`) ON DELETE CASCADE; -- -- Constraints for table `sm_languages` -- ALTER TABLE `sm_languages` ADD CONSTRAINT `sm_languages_lang_id_foreign` FOREIGN KEY (`lang_id`) REFERENCES `languages` (`id`) ON DELETE CASCADE, ADD CONSTRAINT `sm_languages_school_id_foreign` FOREIGN KEY (`school_id`) REFERENCES `sm_schools` (`id`) ON DELETE CASCADE; -- -- Constraints for table `sm_language_phrases` -- ALTER TABLE `sm_language_phrases` ADD CONSTRAINT `sm_language_phrases_school_id_foreign` FOREIGN KEY (`school_id`) REFERENCES `sm_schools` (`id`) ON DELETE CASCADE; -- -- Constraints for table `sm_leave_deduction_infos` -- ALTER TABLE `sm_leave_deduction_infos` ADD CONSTRAINT `sm_leave_deduction_infos_academic_id_foreign` FOREIGN KEY (`academic_id`) REFERENCES `sm_academic_years` (`id`) ON DELETE CASCADE, ADD CONSTRAINT `sm_leave_deduction_infos_school_id_foreign` FOREIGN KEY (`school_id`) REFERENCES `sm_schools` (`id`); -- -- Constraints for table `sm_leave_defines` -- ALTER TABLE `sm_leave_defines` ADD CONSTRAINT `sm_leave_defines_academic_id_foreign` FOREIGN KEY (`academic_id`) REFERENCES `sm_academic_years` (`id`) ON DELETE CASCADE, ADD CONSTRAINT `sm_leave_defines_role_id_foreign` FOREIGN KEY (`role_id`) REFERENCES `roles` (`id`) ON DELETE CASCADE, ADD CONSTRAINT `sm_leave_defines_school_id_foreign` FOREIGN KEY (`school_id`) REFERENCES `sm_schools` (`id`) ON DELETE CASCADE, ADD CONSTRAINT `sm_leave_defines_type_id_foreign` FOREIGN KEY (`type_id`) REFERENCES `sm_leave_types` (`id`) ON DELETE CASCADE, ADD CONSTRAINT `sm_leave_defines_user_id_foreign` FOREIGN KEY (`user_id`) REFERENCES `users` (`id`) ON DELETE CASCADE; -- -- Constraints for table `sm_leave_requests` -- ALTER TABLE `sm_leave_requests` ADD CONSTRAINT `sm_leave_requests_academic_id_foreign` FOREIGN KEY (`academic_id`) REFERENCES `sm_academic_years` (`id`) ON DELETE CASCADE, ADD CONSTRAINT `sm_leave_requests_leave_define_id_foreign` FOREIGN KEY (`leave_define_id`) REFERENCES `sm_leave_defines` (`id`) ON DELETE CASCADE, ADD CONSTRAINT `sm_leave_requests_role_id_foreign` FOREIGN KEY (`role_id`) REFERENCES `roles` (`id`) ON DELETE CASCADE, ADD CONSTRAINT `sm_leave_requests_school_id_foreign` FOREIGN KEY (`school_id`) REFERENCES `sm_schools` (`id`) ON DELETE CASCADE, ADD CONSTRAINT `sm_leave_requests_staff_id_foreign` FOREIGN KEY (`staff_id`) REFERENCES `users` (`id`) ON DELETE CASCADE, ADD CONSTRAINT `sm_leave_requests_type_id_foreign` FOREIGN KEY (`type_id`) REFERENCES `sm_leave_types` (`id`) ON DELETE CASCADE; -- -- Constraints for table `sm_leave_types` -- ALTER TABLE `sm_leave_types` ADD CONSTRAINT `sm_leave_types_academic_id_foreign` FOREIGN KEY (`academic_id`) REFERENCES `sm_academic_years` (`id`) ON DELETE CASCADE, ADD CONSTRAINT `sm_leave_types_school_id_foreign` FOREIGN KEY (`school_id`) REFERENCES `sm_schools` (`id`) ON DELETE CASCADE; -- -- Constraints for table `sm_lessons` -- ALTER TABLE `sm_lessons` ADD CONSTRAINT `sm_lessons_academic_id_foreign` FOREIGN KEY (`academic_id`) REFERENCES `sm_academic_years` (`id`) ON DELETE CASCADE, ADD CONSTRAINT `sm_lessons_class_id_foreign` FOREIGN KEY (`class_id`) REFERENCES `sm_classes` (`id`) ON DELETE CASCADE, ADD CONSTRAINT `sm_lessons_school_id_foreign` FOREIGN KEY (`school_id`) REFERENCES `sm_schools` (`id`) ON DELETE CASCADE, ADD CONSTRAINT `sm_lessons_section_id_foreign` FOREIGN KEY (`section_id`) REFERENCES `sm_sections` (`id`) ON DELETE CASCADE, ADD CONSTRAINT `sm_lessons_subject_id_foreign` FOREIGN KEY (`subject_id`) REFERENCES `sm_subjects` (`id`) ON DELETE CASCADE; -- -- Constraints for table `sm_lesson_details` -- ALTER TABLE `sm_lesson_details` ADD CONSTRAINT `sm_lesson_details_academic_id_foreign` FOREIGN KEY (`academic_id`) REFERENCES `sm_academic_years` (`id`) ON DELETE CASCADE, ADD CONSTRAINT `sm_lesson_details_class_id_foreign` FOREIGN KEY (`class_id`) REFERENCES `sm_classes` (`id`) ON DELETE CASCADE, ADD CONSTRAINT `sm_lesson_details_school_id_foreign` FOREIGN KEY (`school_id`) REFERENCES `sm_schools` (`id`) ON DELETE CASCADE, ADD CONSTRAINT `sm_lesson_details_section_id_foreign` FOREIGN KEY (`section_id`) REFERENCES `sm_sections` (`id`) ON DELETE CASCADE, ADD CONSTRAINT `sm_lesson_details_subject_id_foreign` FOREIGN KEY (`subject_id`) REFERENCES `sm_subjects` (`id`) ON DELETE CASCADE; -- -- Constraints for table `sm_lesson_topics` -- ALTER TABLE `sm_lesson_topics` ADD CONSTRAINT `sm_lesson_topics_academic_id_foreign` FOREIGN KEY (`academic_id`) REFERENCES `sm_academic_years` (`id`) ON DELETE CASCADE, ADD CONSTRAINT `sm_lesson_topics_class_id_foreign` FOREIGN KEY (`class_id`) REFERENCES `sm_classes` (`id`) ON DELETE CASCADE, ADD CONSTRAINT `sm_lesson_topics_school_id_foreign` FOREIGN KEY (`school_id`) REFERENCES `sm_schools` (`id`) ON DELETE CASCADE, ADD CONSTRAINT `sm_lesson_topics_section_id_foreign` FOREIGN KEY (`section_id`) REFERENCES `sm_sections` (`id`) ON DELETE CASCADE, ADD CONSTRAINT `sm_lesson_topics_subject_id_foreign` FOREIGN KEY (`subject_id`) REFERENCES `sm_subjects` (`id`) ON DELETE CASCADE; -- -- Constraints for table `sm_lesson_topic_details` -- ALTER TABLE `sm_lesson_topic_details` ADD CONSTRAINT `sm_lesson_topic_details_academic_id_foreign` FOREIGN KEY (`academic_id`) REFERENCES `sm_academic_years` (`id`) ON DELETE CASCADE, ADD CONSTRAINT `sm_lesson_topic_details_school_id_foreign` FOREIGN KEY (`school_id`) REFERENCES `sm_schools` (`id`) ON DELETE CASCADE, ADD CONSTRAINT `sm_lesson_topic_details_topic_id_foreign` FOREIGN KEY (`topic_id`) REFERENCES `sm_lesson_topics` (`id`) ON DELETE CASCADE; -- -- Constraints for table `sm_library_members` -- ALTER TABLE `sm_library_members` ADD CONSTRAINT `sm_library_members_academic_id_foreign` FOREIGN KEY (`academic_id`) REFERENCES `sm_academic_years` (`id`) ON DELETE CASCADE, ADD CONSTRAINT `sm_library_members_member_type_foreign` FOREIGN KEY (`member_type`) REFERENCES `roles` (`id`) ON DELETE CASCADE, ADD CONSTRAINT `sm_library_members_school_id_foreign` FOREIGN KEY (`school_id`) REFERENCES `sm_schools` (`id`) ON DELETE CASCADE, ADD CONSTRAINT `sm_library_members_student_staff_id_foreign` FOREIGN KEY (`student_staff_id`) REFERENCES `users` (`id`) ON DELETE CASCADE; -- -- Constraints for table `sm_marks_grades` -- ALTER TABLE `sm_marks_grades` ADD CONSTRAINT `sm_marks_grades_academic_id_foreign` FOREIGN KEY (`academic_id`) REFERENCES `sm_academic_years` (`id`) ON DELETE CASCADE, ADD CONSTRAINT `sm_marks_grades_school_id_foreign` FOREIGN KEY (`school_id`) REFERENCES `sm_schools` (`id`) ON DELETE CASCADE; -- -- Constraints for table `sm_marks_registers` -- ALTER TABLE `sm_marks_registers` ADD CONSTRAINT `sm_marks_registers_academic_id_foreign` FOREIGN KEY (`academic_id`) REFERENCES `sm_academic_years` (`id`) ON DELETE CASCADE, ADD CONSTRAINT `sm_marks_registers_class_id_foreign` FOREIGN KEY (`class_id`) REFERENCES `sm_classes` (`id`) ON DELETE CASCADE, ADD CONSTRAINT `sm_marks_registers_exam_id_foreign` FOREIGN KEY (`exam_id`) REFERENCES `sm_exams` (`id`) ON DELETE CASCADE, ADD CONSTRAINT `sm_marks_registers_school_id_foreign` FOREIGN KEY (`school_id`) REFERENCES `sm_schools` (`id`) ON DELETE CASCADE, ADD CONSTRAINT `sm_marks_registers_section_id_foreign` FOREIGN KEY (`section_id`) REFERENCES `sm_sections` (`id`) ON DELETE CASCADE, ADD CONSTRAINT `sm_marks_registers_student_id_foreign` FOREIGN KEY (`student_id`) REFERENCES `sm_students` (`id`) ON DELETE CASCADE; -- -- Constraints for table `sm_marks_register_children` -- ALTER TABLE `sm_marks_register_children` ADD CONSTRAINT `sm_marks_register_children_academic_id_foreign` FOREIGN KEY (`academic_id`) REFERENCES `sm_academic_years` (`id`) ON DELETE CASCADE, ADD CONSTRAINT `sm_marks_register_children_marks_register_id_foreign` FOREIGN KEY (`marks_register_id`) REFERENCES `sm_marks_registers` (`id`) ON DELETE CASCADE, ADD CONSTRAINT `sm_marks_register_children_school_id_foreign` FOREIGN KEY (`school_id`) REFERENCES `sm_schools` (`id`) ON DELETE CASCADE, ADD CONSTRAINT `sm_marks_register_children_subject_id_foreign` FOREIGN KEY (`subject_id`) REFERENCES `sm_subjects` (`id`) ON DELETE CASCADE; -- -- Constraints for table `sm_marks_send_sms` -- ALTER TABLE `sm_marks_send_sms` ADD CONSTRAINT `sm_marks_send_sms_academic_id_foreign` FOREIGN KEY (`academic_id`) REFERENCES `sm_academic_years` (`id`) ON DELETE CASCADE, ADD CONSTRAINT `sm_marks_send_sms_exam_id_foreign` FOREIGN KEY (`exam_id`) REFERENCES `sm_exams` (`id`) ON DELETE CASCADE, ADD CONSTRAINT `sm_marks_send_sms_school_id_foreign` FOREIGN KEY (`school_id`) REFERENCES `sm_schools` (`id`) ON DELETE CASCADE, ADD CONSTRAINT `sm_marks_send_sms_student_id_foreign` FOREIGN KEY (`student_id`) REFERENCES `sm_students` (`id`) ON DELETE CASCADE; -- -- Constraints for table `sm_mark_stores` -- ALTER TABLE `sm_mark_stores` ADD CONSTRAINT `sm_mark_stores_academic_id_foreign` FOREIGN KEY (`academic_id`) REFERENCES `sm_academic_years` (`id`) ON DELETE CASCADE, ADD CONSTRAINT `sm_mark_stores_class_id_foreign` FOREIGN KEY (`class_id`) REFERENCES `sm_classes` (`id`) ON DELETE CASCADE, ADD CONSTRAINT `sm_mark_stores_exam_setup_id_foreign` FOREIGN KEY (`exam_setup_id`) REFERENCES `sm_exam_setups` (`id`) ON DELETE CASCADE, ADD CONSTRAINT `sm_mark_stores_exam_term_id_foreign` FOREIGN KEY (`exam_term_id`) REFERENCES `sm_exam_types` (`id`) ON DELETE CASCADE, ADD CONSTRAINT `sm_mark_stores_school_id_foreign` FOREIGN KEY (`school_id`) REFERENCES `sm_schools` (`id`) ON DELETE CASCADE, ADD CONSTRAINT `sm_mark_stores_section_id_foreign` FOREIGN KEY (`section_id`) REFERENCES `sm_sections` (`id`) ON DELETE CASCADE, ADD CONSTRAINT `sm_mark_stores_student_id_foreign` FOREIGN KEY (`student_id`) REFERENCES `sm_students` (`id`) ON DELETE CASCADE, ADD CONSTRAINT `sm_mark_stores_student_record_id_foreign` FOREIGN KEY (`student_record_id`) REFERENCES `student_records` (`id`) ON DELETE CASCADE, ADD CONSTRAINT `sm_mark_stores_subject_id_foreign` FOREIGN KEY (`subject_id`) REFERENCES `sm_subjects` (`id`) ON DELETE CASCADE; -- -- Constraints for table `sm_modules` -- ALTER TABLE `sm_modules` ADD CONSTRAINT `sm_modules_school_id_foreign` FOREIGN KEY (`school_id`) REFERENCES `sm_schools` (`id`) ON DELETE CASCADE; -- -- Constraints for table `sm_module_links` -- ALTER TABLE `sm_module_links` ADD CONSTRAINT `sm_module_links_created_by_foreign` FOREIGN KEY (`created_by`) REFERENCES `users` (`id`) ON DELETE CASCADE, ADD CONSTRAINT `sm_module_links_module_id_foreign` FOREIGN KEY (`module_id`) REFERENCES `sm_modules` (`id`) ON DELETE CASCADE, ADD CONSTRAINT `sm_module_links_school_id_foreign` FOREIGN KEY (`school_id`) REFERENCES `sm_schools` (`id`) ON DELETE CASCADE, ADD CONSTRAINT `sm_module_links_updated_by_foreign` FOREIGN KEY (`updated_by`) REFERENCES `users` (`id`) ON DELETE CASCADE; -- -- Constraints for table `sm_module_permissions` -- ALTER TABLE `sm_module_permissions` ADD CONSTRAINT `sm_module_permissions_school_id_foreign` FOREIGN KEY (`school_id`) REFERENCES `sm_schools` (`id`) ON DELETE CASCADE; -- -- Constraints for table `sm_module_permission_assigns` -- ALTER TABLE `sm_module_permission_assigns` ADD CONSTRAINT `sm_module_permission_assigns_module_id_foreign` FOREIGN KEY (`module_id`) REFERENCES `sm_module_permissions` (`id`) ON DELETE CASCADE, ADD CONSTRAINT `sm_module_permission_assigns_role_id_foreign` FOREIGN KEY (`role_id`) REFERENCES `roles` (`id`) ON DELETE CASCADE, ADD CONSTRAINT `sm_module_permission_assigns_school_id_foreign` FOREIGN KEY (`school_id`) REFERENCES `sm_schools` (`id`) ON DELETE CASCADE; -- -- Constraints for table `sm_news` -- ALTER TABLE `sm_news` ADD CONSTRAINT `sm_news_category_id_foreign` FOREIGN KEY (`category_id`) REFERENCES `sm_news_categories` (`id`) ON DELETE CASCADE; -- -- Constraints for table `sm_news_comments` -- ALTER TABLE `sm_news_comments` ADD CONSTRAINT `sm_news_comments_news_id_foreign` FOREIGN KEY (`news_id`) REFERENCES `sm_news` (`id`) ON DELETE CASCADE, ADD CONSTRAINT `sm_news_comments_user_id_foreign` FOREIGN KEY (`user_id`) REFERENCES `users` (`id`) ON DELETE CASCADE; -- -- Constraints for table `sm_news_pages` -- ALTER TABLE `sm_news_pages` ADD CONSTRAINT `sm_news_pages_created_by_foreign` FOREIGN KEY (`created_by`) REFERENCES `users` (`id`) ON DELETE CASCADE, ADD CONSTRAINT `sm_news_pages_school_id_foreign` FOREIGN KEY (`school_id`) REFERENCES `sm_schools` (`id`) ON DELETE CASCADE, ADD CONSTRAINT `sm_news_pages_updated_by_foreign` FOREIGN KEY (`updated_by`) REFERENCES `users` (`id`) ON DELETE CASCADE; -- -- Constraints for table `sm_notice_boards` -- ALTER TABLE `sm_notice_boards` ADD CONSTRAINT `sm_notice_boards_academic_id_foreign` FOREIGN KEY (`academic_id`) REFERENCES `sm_academic_years` (`id`) ON DELETE CASCADE, ADD CONSTRAINT `sm_notice_boards_school_id_foreign` FOREIGN KEY (`school_id`) REFERENCES `sm_schools` (`id`) ON DELETE CASCADE; -- -- Constraints for table `sm_notifications` -- ALTER TABLE `sm_notifications` ADD CONSTRAINT `sm_notifications_academic_id_foreign` FOREIGN KEY (`academic_id`) REFERENCES `sm_academic_years` (`id`) ON DELETE CASCADE, ADD CONSTRAINT `sm_notifications_school_id_foreign` FOREIGN KEY (`school_id`) REFERENCES `sm_schools` (`id`) ON DELETE CASCADE; -- -- Constraints for table `sm_notification_settings` -- ALTER TABLE `sm_notification_settings` ADD CONSTRAINT `sm_notification_settings_school_id_foreign` FOREIGN KEY (`school_id`) REFERENCES `sm_schools` (`id`) ON DELETE CASCADE; -- -- Constraints for table `sm_online_exams` -- ALTER TABLE `sm_online_exams` ADD CONSTRAINT `sm_online_exams_academic_id_foreign` FOREIGN KEY (`academic_id`) REFERENCES `sm_academic_years` (`id`) ON DELETE CASCADE, ADD CONSTRAINT `sm_online_exams_class_id_foreign` FOREIGN KEY (`class_id`) REFERENCES `sm_classes` (`id`) ON DELETE CASCADE, ADD CONSTRAINT `sm_online_exams_school_id_foreign` FOREIGN KEY (`school_id`) REFERENCES `sm_schools` (`id`) ON DELETE CASCADE, ADD CONSTRAINT `sm_online_exams_section_id_foreign` FOREIGN KEY (`section_id`) REFERENCES `sm_sections` (`id`) ON DELETE CASCADE, ADD CONSTRAINT `sm_online_exams_subject_id_foreign` FOREIGN KEY (`subject_id`) REFERENCES `sm_subjects` (`id`) ON DELETE CASCADE; -- -- Constraints for table `sm_online_exam_marks` -- ALTER TABLE `sm_online_exam_marks` ADD CONSTRAINT `sm_online_exam_marks_academic_id_foreign` FOREIGN KEY (`academic_id`) REFERENCES `sm_academic_years` (`id`) ON DELETE CASCADE, ADD CONSTRAINT `sm_online_exam_marks_exam_id_foreign` FOREIGN KEY (`exam_id`) REFERENCES `sm_exams` (`id`) ON DELETE CASCADE, ADD CONSTRAINT `sm_online_exam_marks_school_id_foreign` FOREIGN KEY (`school_id`) REFERENCES `sm_schools` (`id`) ON DELETE CASCADE, ADD CONSTRAINT `sm_online_exam_marks_student_id_foreign` FOREIGN KEY (`student_id`) REFERENCES `sm_students` (`id`) ON DELETE CASCADE, ADD CONSTRAINT `sm_online_exam_marks_subject_id_foreign` FOREIGN KEY (`subject_id`) REFERENCES `sm_subjects` (`id`) ON DELETE CASCADE; -- -- Constraints for table `sm_online_exam_questions` -- ALTER TABLE `sm_online_exam_questions` ADD CONSTRAINT `sm_online_exam_questions_academic_id_foreign` FOREIGN KEY (`academic_id`) REFERENCES `sm_academic_years` (`id`) ON DELETE CASCADE, ADD CONSTRAINT `sm_online_exam_questions_online_exam_id_foreign` FOREIGN KEY (`online_exam_id`) REFERENCES `sm_online_exams` (`id`) ON DELETE CASCADE, ADD CONSTRAINT `sm_online_exam_questions_school_id_foreign` FOREIGN KEY (`school_id`) REFERENCES `sm_schools` (`id`) ON DELETE CASCADE; -- -- Constraints for table `sm_online_exam_question_assigns` -- ALTER TABLE `sm_online_exam_question_assigns` ADD CONSTRAINT `sm_online_exam_question_assigns_academic_id_foreign` FOREIGN KEY (`academic_id`) REFERENCES `sm_academic_years` (`id`) ON DELETE CASCADE, ADD CONSTRAINT `sm_online_exam_question_assigns_online_exam_id_foreign` FOREIGN KEY (`online_exam_id`) REFERENCES `sm_online_exams` (`id`) ON DELETE CASCADE, ADD CONSTRAINT `sm_online_exam_question_assigns_question_bank_id_foreign` FOREIGN KEY (`question_bank_id`) REFERENCES `sm_question_banks` (`id`) ON DELETE CASCADE, ADD CONSTRAINT `sm_online_exam_question_assigns_school_id_foreign` FOREIGN KEY (`school_id`) REFERENCES `sm_schools` (`id`) ON DELETE CASCADE; -- -- Constraints for table `sm_online_exam_question_mu_options` -- ALTER TABLE `sm_online_exam_question_mu_options` ADD CONSTRAINT `on_ex_qu_id` FOREIGN KEY (`online_exam_question_id`) REFERENCES `sm_online_exam_questions` (`id`) ON DELETE CASCADE, ADD CONSTRAINT `sm_online_exam_question_mu_options_academic_id_foreign` FOREIGN KEY (`academic_id`) REFERENCES `sm_academic_years` (`id`) ON DELETE CASCADE, ADD CONSTRAINT `sm_online_exam_question_mu_options_school_id_foreign` FOREIGN KEY (`school_id`) REFERENCES `sm_schools` (`id`) ON DELETE CASCADE; -- -- Constraints for table `sm_optional_subject_assigns` -- ALTER TABLE `sm_optional_subject_assigns` ADD CONSTRAINT `sm_optional_subject_assigns_academic_id_foreign` FOREIGN KEY (`academic_id`) REFERENCES `sm_academic_years` (`id`) ON DELETE CASCADE, ADD CONSTRAINT `sm_optional_subject_assigns_school_id_foreign` FOREIGN KEY (`school_id`) REFERENCES `sm_schools` (`id`) ON DELETE CASCADE, ADD CONSTRAINT `sm_optional_subject_assigns_session_id_foreign` FOREIGN KEY (`session_id`) REFERENCES `sm_academic_years` (`id`) ON DELETE CASCADE, ADD CONSTRAINT `sm_optional_subject_assigns_student_id_foreign` FOREIGN KEY (`student_id`) REFERENCES `sm_students` (`id`) ON DELETE CASCADE, ADD CONSTRAINT `sm_optional_subject_assigns_subject_id_foreign` FOREIGN KEY (`subject_id`) REFERENCES `sm_subjects` (`id`) ON DELETE CASCADE; -- -- Constraints for table `sm_pages` -- ALTER TABLE `sm_pages` ADD CONSTRAINT `sm_pages_school_id_foreign` FOREIGN KEY (`school_id`) REFERENCES `sm_schools` (`id`) ON DELETE CASCADE; -- -- Constraints for table `sm_parents` -- ALTER TABLE `sm_parents` ADD CONSTRAINT `sm_parents_academic_id_foreign` FOREIGN KEY (`academic_id`) REFERENCES `sm_academic_years` (`id`) ON DELETE CASCADE, ADD CONSTRAINT `sm_parents_school_id_foreign` FOREIGN KEY (`school_id`) REFERENCES `sm_schools` (`id`) ON DELETE CASCADE, ADD CONSTRAINT `sm_parents_user_id_foreign` FOREIGN KEY (`user_id`) REFERENCES `users` (`id`) ON DELETE CASCADE; -- -- Constraints for table `sm_payment_gateway_settings` -- ALTER TABLE `sm_payment_gateway_settings` ADD CONSTRAINT `sm_payment_gateway_settings_school_id_foreign` FOREIGN KEY (`school_id`) REFERENCES `sm_schools` (`id`) ON DELETE CASCADE; -- -- Constraints for table `sm_payment_methhods` -- ALTER TABLE `sm_payment_methhods` ADD CONSTRAINT `sm_payment_methhods_gateway_id_foreign` FOREIGN KEY (`gateway_id`) REFERENCES `sm_payment_gateway_settings` (`id`) ON DELETE CASCADE, ADD CONSTRAINT `sm_payment_methhods_school_id_foreign` FOREIGN KEY (`school_id`) REFERENCES `sm_schools` (`id`) ON DELETE CASCADE; -- -- Constraints for table `sm_phone_call_logs` -- ALTER TABLE `sm_phone_call_logs` ADD CONSTRAINT `sm_phone_call_logs_academic_id_foreign` FOREIGN KEY (`academic_id`) REFERENCES `sm_academic_years` (`id`) ON DELETE CASCADE, ADD CONSTRAINT `sm_phone_call_logs_school_id_foreign` FOREIGN KEY (`school_id`) REFERENCES `sm_schools` (`id`) ON DELETE CASCADE; -- -- Constraints for table `sm_photo_galleries` -- ALTER TABLE `sm_photo_galleries` ADD CONSTRAINT `sm_photo_galleries_school_id_foreign` FOREIGN KEY (`school_id`) REFERENCES `sm_schools` (`id`) ON DELETE CASCADE; -- -- Constraints for table `sm_postal_dispatches` -- ALTER TABLE `sm_postal_dispatches` ADD CONSTRAINT `sm_postal_dispatches_academic_id_foreign` FOREIGN KEY (`academic_id`) REFERENCES `sm_academic_years` (`id`) ON DELETE CASCADE, ADD CONSTRAINT `sm_postal_dispatches_school_id_foreign` FOREIGN KEY (`school_id`) REFERENCES `sm_schools` (`id`) ON DELETE CASCADE; -- -- Constraints for table `sm_postal_receives` -- ALTER TABLE `sm_postal_receives` ADD CONSTRAINT `sm_postal_receives_academic_id_foreign` FOREIGN KEY (`academic_id`) REFERENCES `sm_academic_years` (`id`) ON DELETE CASCADE, ADD CONSTRAINT `sm_postal_receives_school_id_foreign` FOREIGN KEY (`school_id`) REFERENCES `sm_schools` (`id`) ON DELETE CASCADE; -- -- Constraints for table `sm_product_purchases` -- ALTER TABLE `sm_product_purchases` ADD CONSTRAINT `sm_product_purchases_school_id_foreign` FOREIGN KEY (`school_id`) REFERENCES `sm_schools` (`id`) ON DELETE CASCADE, ADD CONSTRAINT `sm_product_purchases_staff_id_foreign` FOREIGN KEY (`staff_id`) REFERENCES `sm_staffs` (`id`) ON DELETE CASCADE, ADD CONSTRAINT `sm_product_purchases_user_id_foreign` FOREIGN KEY (`user_id`) REFERENCES `users` (`id`) ON DELETE CASCADE; -- -- Constraints for table `sm_question_banks` -- ALTER TABLE `sm_question_banks` ADD CONSTRAINT `sm_question_banks_academic_id_foreign` FOREIGN KEY (`academic_id`) REFERENCES `sm_academic_years` (`id`) ON DELETE CASCADE, ADD CONSTRAINT `sm_question_banks_class_id_foreign` FOREIGN KEY (`class_id`) REFERENCES `sm_classes` (`id`) ON DELETE CASCADE, ADD CONSTRAINT `sm_question_banks_q_group_id_foreign` FOREIGN KEY (`q_group_id`) REFERENCES `sm_question_groups` (`id`) ON DELETE CASCADE, ADD CONSTRAINT `sm_question_banks_school_id_foreign` FOREIGN KEY (`school_id`) REFERENCES `sm_schools` (`id`) ON DELETE CASCADE, ADD CONSTRAINT `sm_question_banks_section_id_foreign` FOREIGN KEY (`section_id`) REFERENCES `sm_sections` (`id`) ON DELETE CASCADE; -- -- Constraints for table `sm_question_bank_mu_options` -- ALTER TABLE `sm_question_bank_mu_options` ADD CONSTRAINT `sm_question_bank_mu_options_academic_id_foreign` FOREIGN KEY (`academic_id`) REFERENCES `sm_academic_years` (`id`) ON DELETE CASCADE, ADD CONSTRAINT `sm_question_bank_mu_options_question_bank_id_foreign` FOREIGN KEY (`question_bank_id`) REFERENCES `sm_question_banks` (`id`) ON DELETE CASCADE, ADD CONSTRAINT `sm_question_bank_mu_options_school_id_foreign` FOREIGN KEY (`school_id`) REFERENCES `sm_schools` (`id`) ON DELETE CASCADE; -- -- Constraints for table `sm_question_groups` -- ALTER TABLE `sm_question_groups` ADD CONSTRAINT `sm_question_groups_academic_id_foreign` FOREIGN KEY (`academic_id`) REFERENCES `sm_academic_years` (`id`) ON DELETE CASCADE, ADD CONSTRAINT `sm_question_groups_school_id_foreign` FOREIGN KEY (`school_id`) REFERENCES `sm_schools` (`id`) ON DELETE CASCADE; -- -- Constraints for table `sm_question_levels` -- ALTER TABLE `sm_question_levels` ADD CONSTRAINT `sm_question_levels_academic_id_foreign` FOREIGN KEY (`academic_id`) REFERENCES `sm_academic_years` (`id`) ON DELETE CASCADE, ADD CONSTRAINT `sm_question_levels_school_id_foreign` FOREIGN KEY (`school_id`) REFERENCES `sm_schools` (`id`) ON DELETE CASCADE; -- -- Constraints for table `sm_result_stores` -- ALTER TABLE `sm_result_stores` ADD CONSTRAINT `sm_result_stores_academic_id_foreign` FOREIGN KEY (`academic_id`) REFERENCES `sm_academic_years` (`id`) ON DELETE CASCADE, ADD CONSTRAINT `sm_result_stores_class_id_foreign` FOREIGN KEY (`class_id`) REFERENCES `sm_classes` (`id`) ON DELETE CASCADE, ADD CONSTRAINT `sm_result_stores_exam_setup_id_foreign` FOREIGN KEY (`exam_setup_id`) REFERENCES `sm_exam_setups` (`id`) ON DELETE CASCADE, ADD CONSTRAINT `sm_result_stores_exam_type_id_foreign` FOREIGN KEY (`exam_type_id`) REFERENCES `sm_exam_types` (`id`) ON DELETE CASCADE, ADD CONSTRAINT `sm_result_stores_school_id_foreign` FOREIGN KEY (`school_id`) REFERENCES `sm_schools` (`id`) ON DELETE CASCADE, ADD CONSTRAINT `sm_result_stores_section_id_foreign` FOREIGN KEY (`section_id`) REFERENCES `sm_sections` (`id`) ON DELETE CASCADE, ADD CONSTRAINT `sm_result_stores_student_id_foreign` FOREIGN KEY (`student_id`) REFERENCES `sm_students` (`id`) ON DELETE CASCADE, ADD CONSTRAINT `sm_result_stores_student_record_id_foreign` FOREIGN KEY (`student_record_id`) REFERENCES `student_records` (`id`) ON DELETE CASCADE, ADD CONSTRAINT `sm_result_stores_subject_id_foreign` FOREIGN KEY (`subject_id`) REFERENCES `sm_subjects` (`id`) ON DELETE CASCADE; -- -- Constraints for table `sm_role_permissions` -- ALTER TABLE `sm_role_permissions` ADD CONSTRAINT `sm_role_permissions_module_link_id_foreign` FOREIGN KEY (`module_link_id`) REFERENCES `sm_module_links` (`id`) ON DELETE CASCADE, ADD CONSTRAINT `sm_role_permissions_role_id_foreign` FOREIGN KEY (`role_id`) REFERENCES `roles` (`id`) ON DELETE CASCADE ON UPDATE CASCADE, ADD CONSTRAINT `sm_role_permissions_school_id_foreign` FOREIGN KEY (`school_id`) REFERENCES `sm_schools` (`id`) ON DELETE CASCADE; -- -- Constraints for table `sm_room_lists` -- ALTER TABLE `sm_room_lists` ADD CONSTRAINT `sm_room_lists_academic_id_foreign` FOREIGN KEY (`academic_id`) REFERENCES `sm_academic_years` (`id`) ON DELETE CASCADE, ADD CONSTRAINT `sm_room_lists_dormitory_id_foreign` FOREIGN KEY (`dormitory_id`) REFERENCES `sm_dormitory_lists` (`id`) ON DELETE CASCADE, ADD CONSTRAINT `sm_room_lists_room_type_id_foreign` FOREIGN KEY (`room_type_id`) REFERENCES `sm_room_types` (`id`) ON DELETE CASCADE, ADD CONSTRAINT `sm_room_lists_school_id_foreign` FOREIGN KEY (`school_id`) REFERENCES `sm_schools` (`id`) ON DELETE CASCADE; -- -- Constraints for table `sm_room_types` -- ALTER TABLE `sm_room_types` ADD CONSTRAINT `sm_room_types_academic_id_foreign` FOREIGN KEY (`academic_id`) REFERENCES `sm_academic_years` (`id`) ON DELETE CASCADE, ADD CONSTRAINT `sm_room_types_school_id_foreign` FOREIGN KEY (`school_id`) REFERENCES `sm_schools` (`id`) ON DELETE CASCADE; -- -- Constraints for table `sm_routes` -- ALTER TABLE `sm_routes` ADD CONSTRAINT `sm_routes_academic_id_foreign` FOREIGN KEY (`academic_id`) REFERENCES `sm_academic_years` (`id`) ON DELETE CASCADE, ADD CONSTRAINT `sm_routes_school_id_foreign` FOREIGN KEY (`school_id`) REFERENCES `sm_schools` (`id`) ON DELETE CASCADE; -- -- Constraints for table `sm_seat_plans` -- ALTER TABLE `sm_seat_plans` ADD CONSTRAINT `sm_seat_plans_academic_id_foreign` FOREIGN KEY (`academic_id`) REFERENCES `sm_academic_years` (`id`) ON DELETE CASCADE, ADD CONSTRAINT `sm_seat_plans_class_id_foreign` FOREIGN KEY (`class_id`) REFERENCES `sm_classes` (`id`) ON DELETE CASCADE, ADD CONSTRAINT `sm_seat_plans_exam_id_foreign` FOREIGN KEY (`exam_id`) REFERENCES `sm_exams` (`id`) ON DELETE CASCADE, ADD CONSTRAINT `sm_seat_plans_school_id_foreign` FOREIGN KEY (`school_id`) REFERENCES `sm_schools` (`id`) ON DELETE CASCADE, ADD CONSTRAINT `sm_seat_plans_section_id_foreign` FOREIGN KEY (`section_id`) REFERENCES `sm_sections` (`id`) ON DELETE CASCADE, ADD CONSTRAINT `sm_seat_plans_subject_id_foreign` FOREIGN KEY (`subject_id`) REFERENCES `sm_subjects` (`id`) ON DELETE CASCADE; -- -- Constraints for table `sm_seat_plan_children` -- ALTER TABLE `sm_seat_plan_children` ADD CONSTRAINT `sm_seat_plan_children_academic_id_foreign` FOREIGN KEY (`academic_id`) REFERENCES `sm_academic_years` (`id`) ON DELETE CASCADE, ADD CONSTRAINT `sm_seat_plan_children_school_id_foreign` FOREIGN KEY (`school_id`) REFERENCES `sm_schools` (`id`) ON DELETE CASCADE, ADD CONSTRAINT `sm_seat_plan_children_seat_plan_id_foreign` FOREIGN KEY (`seat_plan_id`) REFERENCES `sm_seat_plans` (`id`) ON DELETE CASCADE; -- -- Constraints for table `sm_sections` -- ALTER TABLE `sm_sections` ADD CONSTRAINT `sm_sections_academic_id_foreign` FOREIGN KEY (`academic_id`) REFERENCES `sm_academic_years` (`id`) ON DELETE CASCADE, ADD CONSTRAINT `sm_sections_school_id_foreign` FOREIGN KEY (`school_id`) REFERENCES `sm_schools` (`id`) ON DELETE CASCADE; -- -- Constraints for table `sm_send_messages` -- ALTER TABLE `sm_send_messages` ADD CONSTRAINT `sm_send_messages_academic_id_foreign` FOREIGN KEY (`academic_id`) REFERENCES `sm_academic_years` (`id`) ON DELETE CASCADE, ADD CONSTRAINT `sm_send_messages_school_id_foreign` FOREIGN KEY (`school_id`) REFERENCES `sm_schools` (`id`) ON DELETE CASCADE; -- -- Constraints for table `sm_sessions` -- ALTER TABLE `sm_sessions` ADD CONSTRAINT `sm_sessions_school_id_foreign` FOREIGN KEY (`school_id`) REFERENCES `sm_schools` (`id`) ON DELETE CASCADE; -- -- Constraints for table `sm_setup_admins` -- ALTER TABLE `sm_setup_admins` ADD CONSTRAINT `sm_setup_admins_academic_id_foreign` FOREIGN KEY (`academic_id`) REFERENCES `sm_academic_years` (`id`) ON DELETE CASCADE, ADD CONSTRAINT `sm_setup_admins_school_id_foreign` FOREIGN KEY (`school_id`) REFERENCES `sm_schools` (`id`) ON DELETE CASCADE; -- -- Constraints for table `sm_sms_gateways` -- ALTER TABLE `sm_sms_gateways` ADD CONSTRAINT `sm_sms_gateways_school_id_foreign` FOREIGN KEY (`school_id`) REFERENCES `sm_schools` (`id`) ON DELETE CASCADE; -- -- Constraints for table `sm_social_media_icons` -- ALTER TABLE `sm_social_media_icons` ADD CONSTRAINT `sm_social_media_icons_school_id_foreign` FOREIGN KEY (`school_id`) REFERENCES `sm_schools` (`id`) ON DELETE CASCADE; -- -- Constraints for table `sm_staffs` -- ALTER TABLE `sm_staffs` ADD CONSTRAINT `sm_staffs_department_id_foreign` FOREIGN KEY (`department_id`) REFERENCES `sm_human_departments` (`id`) ON DELETE SET NULL, ADD CONSTRAINT `sm_staffs_designation_id_foreign` FOREIGN KEY (`designation_id`) REFERENCES `sm_designations` (`id`) ON DELETE SET NULL, ADD CONSTRAINT `sm_staffs_gender_id_foreign` FOREIGN KEY (`gender_id`) REFERENCES `sm_base_setups` (`id`) ON DELETE SET NULL, ADD CONSTRAINT `sm_staffs_role_id_foreign` FOREIGN KEY (`role_id`) REFERENCES `infix_roles` (`id`) ON DELETE SET NULL, ADD CONSTRAINT `sm_staffs_school_id_foreign` FOREIGN KEY (`school_id`) REFERENCES `sm_schools` (`id`) ON DELETE CASCADE, ADD CONSTRAINT `sm_staffs_user_id_foreign` FOREIGN KEY (`user_id`) REFERENCES `users` (`id`) ON DELETE CASCADE; -- -- Constraints for table `sm_staff_attendance_imports` -- ALTER TABLE `sm_staff_attendance_imports` ADD CONSTRAINT `sm_staff_attendance_imports_academic_id_foreign` FOREIGN KEY (`academic_id`) REFERENCES `sm_academic_years` (`id`) ON DELETE CASCADE, ADD CONSTRAINT `sm_staff_attendance_imports_school_id_foreign` FOREIGN KEY (`school_id`) REFERENCES `sm_schools` (`id`) ON DELETE CASCADE, ADD CONSTRAINT `sm_staff_attendance_imports_staff_id_foreign` FOREIGN KEY (`staff_id`) REFERENCES `sm_staffs` (`id`) ON DELETE CASCADE; -- -- Constraints for table `sm_staff_attendences` -- ALTER TABLE `sm_staff_attendences` ADD CONSTRAINT `sm_staff_attendences_academic_id_foreign` FOREIGN KEY (`academic_id`) REFERENCES `sm_academic_years` (`id`) ON DELETE CASCADE, ADD CONSTRAINT `sm_staff_attendences_school_id_foreign` FOREIGN KEY (`school_id`) REFERENCES `sm_schools` (`id`) ON DELETE CASCADE, ADD CONSTRAINT `sm_staff_attendences_staff_id_foreign` FOREIGN KEY (`staff_id`) REFERENCES `sm_staffs` (`id`) ON DELETE CASCADE; -- -- Constraints for table `sm_staff_registration_fields` -- ALTER TABLE `sm_staff_registration_fields` ADD CONSTRAINT `sm_staff_registration_fields_academic_id_foreign` FOREIGN KEY (`academic_id`) REFERENCES `sm_academic_years` (`id`) ON DELETE SET NULL, ADD CONSTRAINT `sm_staff_registration_fields_school_id_foreign` FOREIGN KEY (`school_id`) REFERENCES `sm_schools` (`id`) ON DELETE CASCADE; -- -- Constraints for table `sm_students` -- ALTER TABLE `sm_students` ADD CONSTRAINT `sm_students_academic_id_foreign` FOREIGN KEY (`academic_id`) REFERENCES `sm_academic_years` (`id`) ON DELETE CASCADE, ADD CONSTRAINT `sm_students_bloodgroup_id_foreign` FOREIGN KEY (`bloodgroup_id`) REFERENCES `sm_base_setups` (`id`) ON DELETE SET NULL, ADD CONSTRAINT `sm_students_class_id_foreign` FOREIGN KEY (`class_id`) REFERENCES `sm_classes` (`id`) ON DELETE SET NULL, ADD CONSTRAINT `sm_students_dormitory_id_foreign` FOREIGN KEY (`dormitory_id`) REFERENCES `sm_dormitory_lists` (`id`) ON DELETE SET NULL, ADD CONSTRAINT `sm_students_gender_id_foreign` FOREIGN KEY (`gender_id`) REFERENCES `sm_base_setups` (`id`) ON DELETE SET NULL, ADD CONSTRAINT `sm_students_parent_id_foreign` FOREIGN KEY (`parent_id`) REFERENCES `sm_parents` (`id`) ON DELETE SET NULL, ADD CONSTRAINT `sm_students_religion_id_foreign` FOREIGN KEY (`religion_id`) REFERENCES `sm_base_setups` (`id`) ON DELETE SET NULL, ADD CONSTRAINT `sm_students_role_id_foreign` FOREIGN KEY (`role_id`) REFERENCES `infix_roles` (`id`) ON DELETE CASCADE, ADD CONSTRAINT `sm_students_room_id_foreign` FOREIGN KEY (`room_id`) REFERENCES `sm_room_lists` (`id`) ON DELETE SET NULL, ADD CONSTRAINT `sm_students_route_list_id_foreign` FOREIGN KEY (`route_list_id`) REFERENCES `sm_routes` (`id`) ON DELETE SET NULL, ADD CONSTRAINT `sm_students_school_id_foreign` FOREIGN KEY (`school_id`) REFERENCES `sm_schools` (`id`) ON DELETE CASCADE, ADD CONSTRAINT `sm_students_section_id_foreign` FOREIGN KEY (`section_id`) REFERENCES `sm_sections` (`id`) ON DELETE SET NULL, ADD CONSTRAINT `sm_students_session_id_foreign` FOREIGN KEY (`session_id`) REFERENCES `sm_academic_years` (`id`) ON DELETE SET NULL, ADD CONSTRAINT `sm_students_student_category_id_foreign` FOREIGN KEY (`student_category_id`) REFERENCES `sm_student_categories` (`id`) ON DELETE SET NULL, ADD CONSTRAINT `sm_students_student_group_id_foreign` FOREIGN KEY (`student_group_id`) REFERENCES `sm_student_groups` (`id`) ON DELETE SET NULL, ADD CONSTRAINT `sm_students_user_id_foreign` FOREIGN KEY (`user_id`) REFERENCES `users` (`id`) ON DELETE CASCADE, ADD CONSTRAINT `sm_students_vechile_id_foreign` FOREIGN KEY (`vechile_id`) REFERENCES `sm_vehicles` (`id`) ON DELETE SET NULL; -- -- Constraints for table `sm_student_attendances` -- ALTER TABLE `sm_student_attendances` ADD CONSTRAINT `sm_student_attendances_academic_id_foreign` FOREIGN KEY (`academic_id`) REFERENCES `sm_academic_years` (`id`) ON DELETE CASCADE, ADD CONSTRAINT `sm_student_attendances_class_id_foreign` FOREIGN KEY (`class_id`) REFERENCES `sm_classes` (`id`) ON DELETE CASCADE, ADD CONSTRAINT `sm_student_attendances_school_id_foreign` FOREIGN KEY (`school_id`) REFERENCES `sm_schools` (`id`) ON DELETE CASCADE, ADD CONSTRAINT `sm_student_attendances_section_id_foreign` FOREIGN KEY (`section_id`) REFERENCES `sm_sections` (`id`) ON DELETE CASCADE, ADD CONSTRAINT `sm_student_attendances_student_id_foreign` FOREIGN KEY (`student_id`) REFERENCES `sm_students` (`id`) ON DELETE CASCADE; -- -- Constraints for table `sm_student_attendance_imports` -- ALTER TABLE `sm_student_attendance_imports` ADD CONSTRAINT `sm_student_attendance_imports_academic_id_foreign` FOREIGN KEY (`academic_id`) REFERENCES `sm_academic_years` (`id`) ON DELETE CASCADE, ADD CONSTRAINT `sm_student_attendance_imports_school_id_foreign` FOREIGN KEY (`school_id`) REFERENCES `sm_schools` (`id`) ON DELETE CASCADE, ADD CONSTRAINT `sm_student_attendance_imports_student_id_foreign` FOREIGN KEY (`student_id`) REFERENCES `sm_students` (`id`) ON DELETE CASCADE; -- -- Constraints for table `sm_student_categories` -- ALTER TABLE `sm_student_categories` ADD CONSTRAINT `sm_student_categories_academic_id_foreign` FOREIGN KEY (`academic_id`) REFERENCES `sm_academic_years` (`id`) ON DELETE CASCADE, ADD CONSTRAINT `sm_student_categories_school_id_foreign` FOREIGN KEY (`school_id`) REFERENCES `sm_schools` (`id`) ON DELETE CASCADE; -- -- Constraints for table `sm_student_certificates` -- ALTER TABLE `sm_student_certificates` ADD CONSTRAINT `sm_student_certificates_academic_id_foreign` FOREIGN KEY (`academic_id`) REFERENCES `sm_academic_years` (`id`) ON DELETE CASCADE, ADD CONSTRAINT `sm_student_certificates_school_id_foreign` FOREIGN KEY (`school_id`) REFERENCES `sm_schools` (`id`) ON DELETE CASCADE; -- -- Constraints for table `sm_student_documents` -- ALTER TABLE `sm_student_documents` ADD CONSTRAINT `sm_student_documents_academic_id_foreign` FOREIGN KEY (`academic_id`) REFERENCES `sm_academic_years` (`id`) ON DELETE CASCADE, ADD CONSTRAINT `sm_student_documents_school_id_foreign` FOREIGN KEY (`school_id`) REFERENCES `sm_schools` (`id`) ON DELETE CASCADE; -- -- Constraints for table `sm_student_excel_formats` -- ALTER TABLE `sm_student_excel_formats` ADD CONSTRAINT `sm_student_excel_formats_academic_id_foreign` FOREIGN KEY (`academic_id`) REFERENCES `sm_academic_years` (`id`) ON DELETE CASCADE, ADD CONSTRAINT `sm_student_excel_formats_school_id_foreign` FOREIGN KEY (`school_id`) REFERENCES `sm_schools` (`id`) ON DELETE CASCADE; -- -- Constraints for table `sm_student_groups` -- ALTER TABLE `sm_student_groups` ADD CONSTRAINT `sm_student_groups_academic_id_foreign` FOREIGN KEY (`academic_id`) REFERENCES `sm_academic_years` (`id`) ON DELETE CASCADE, ADD CONSTRAINT `sm_student_groups_school_id_foreign` FOREIGN KEY (`school_id`) REFERENCES `sm_schools` (`id`) ON DELETE CASCADE; -- -- Constraints for table `sm_student_homeworks` -- ALTER TABLE `sm_student_homeworks` ADD CONSTRAINT `sm_student_homeworks_academic_id_foreign` FOREIGN KEY (`academic_id`) REFERENCES `sm_academic_years` (`id`) ON DELETE CASCADE, ADD CONSTRAINT `sm_student_homeworks_evaluated_by_foreign` FOREIGN KEY (`evaluated_by`) REFERENCES `users` (`id`) ON DELETE CASCADE, ADD CONSTRAINT `sm_student_homeworks_school_id_foreign` FOREIGN KEY (`school_id`) REFERENCES `sm_schools` (`id`) ON DELETE CASCADE, ADD CONSTRAINT `sm_student_homeworks_student_id_foreign` FOREIGN KEY (`student_id`) REFERENCES `sm_students` (`id`) ON DELETE CASCADE, ADD CONSTRAINT `sm_student_homeworks_subject_id_foreign` FOREIGN KEY (`subject_id`) REFERENCES `sm_subjects` (`id`) ON DELETE CASCADE; -- -- Constraints for table `sm_student_id_cards` -- ALTER TABLE `sm_student_id_cards` ADD CONSTRAINT `sm_student_id_cards_academic_id_foreign` FOREIGN KEY (`academic_id`) REFERENCES `sm_academic_years` (`id`) ON DELETE CASCADE, ADD CONSTRAINT `sm_student_id_cards_school_id_foreign` FOREIGN KEY (`school_id`) REFERENCES `sm_schools` (`id`) ON DELETE CASCADE; -- -- Constraints for table `sm_student_promotions` -- ALTER TABLE `sm_student_promotions` ADD CONSTRAINT `sm_student_promotions_academic_id_foreign` FOREIGN KEY (`academic_id`) REFERENCES `sm_academic_years` (`id`) ON DELETE CASCADE, ADD CONSTRAINT `sm_student_promotions_current_class_id_foreign` FOREIGN KEY (`current_class_id`) REFERENCES `sm_classes` (`id`) ON DELETE CASCADE, ADD CONSTRAINT `sm_student_promotions_current_section_id_foreign` FOREIGN KEY (`current_section_id`) REFERENCES `sm_sections` (`id`) ON DELETE CASCADE, ADD CONSTRAINT `sm_student_promotions_current_session_id_foreign` FOREIGN KEY (`current_session_id`) REFERENCES `sm_academic_years` (`id`) ON DELETE CASCADE, ADD CONSTRAINT `sm_student_promotions_previous_class_id_foreign` FOREIGN KEY (`previous_class_id`) REFERENCES `sm_classes` (`id`) ON DELETE CASCADE, ADD CONSTRAINT `sm_student_promotions_previous_section_id_foreign` FOREIGN KEY (`previous_section_id`) REFERENCES `sm_sections` (`id`) ON DELETE CASCADE, ADD CONSTRAINT `sm_student_promotions_previous_session_id_foreign` FOREIGN KEY (`previous_session_id`) REFERENCES `sm_academic_years` (`id`) ON DELETE CASCADE, ADD CONSTRAINT `sm_student_promotions_school_id_foreign` FOREIGN KEY (`school_id`) REFERENCES `sm_schools` (`id`) ON DELETE CASCADE, ADD CONSTRAINT `sm_student_promotions_student_id_foreign` FOREIGN KEY (`student_id`) REFERENCES `sm_students` (`id`) ON DELETE CASCADE; -- -- Constraints for table `sm_student_registration_fields` -- ALTER TABLE `sm_student_registration_fields` ADD CONSTRAINT `sm_student_registration_fields_academic_id_foreign` FOREIGN KEY (`academic_id`) REFERENCES `sm_academic_years` (`id`) ON DELETE SET NULL, ADD CONSTRAINT `sm_student_registration_fields_school_id_foreign` FOREIGN KEY (`school_id`) REFERENCES `sm_schools` (`id`) ON DELETE CASCADE; -- -- Constraints for table `sm_student_take_online_exams` -- ALTER TABLE `sm_student_take_online_exams` ADD CONSTRAINT `sm_student_take_online_exams_academic_id_foreign` FOREIGN KEY (`academic_id`) REFERENCES `sm_academic_years` (`id`) ON DELETE CASCADE, ADD CONSTRAINT `sm_student_take_online_exams_online_exam_id_foreign` FOREIGN KEY (`online_exam_id`) REFERENCES `sm_online_exams` (`id`) ON DELETE CASCADE, ADD CONSTRAINT `sm_student_take_online_exams_school_id_foreign` FOREIGN KEY (`school_id`) REFERENCES `sm_schools` (`id`) ON DELETE CASCADE, ADD CONSTRAINT `sm_student_take_online_exams_student_id_foreign` FOREIGN KEY (`student_id`) REFERENCES `sm_students` (`id`) ON DELETE CASCADE; -- -- Constraints for table `sm_student_take_online_exam_questions` -- ALTER TABLE `sm_student_take_online_exam_questions` ADD CONSTRAINT `sm_student_take_online_exam_questions_academic_id_foreign` FOREIGN KEY (`academic_id`) REFERENCES `sm_academic_years` (`id`) ON DELETE CASCADE, ADD CONSTRAINT `sm_student_take_online_exam_questions_question_bank_id_foreign` FOREIGN KEY (`question_bank_id`) REFERENCES `sm_question_banks` (`id`) ON DELETE CASCADE, ADD CONSTRAINT `sm_student_take_online_exam_questions_school_id_foreign` FOREIGN KEY (`school_id`) REFERENCES `sm_schools` (`id`) ON DELETE CASCADE, ADD CONSTRAINT `t_on_ex_id` FOREIGN KEY (`take_online_exam_id`) REFERENCES `sm_student_take_online_exams` (`id`) ON DELETE CASCADE; -- -- Constraints for table `sm_student_take_onln_ex_ques_options` -- ALTER TABLE `sm_student_take_onln_ex_ques_options` ADD CONSTRAINT `sm_student_take_onln_ex_ques_options_academic_id_foreign` FOREIGN KEY (`academic_id`) REFERENCES `sm_academic_years` (`id`) ON DELETE CASCADE, ADD CONSTRAINT `sm_student_take_onln_ex_ques_options_school_id_foreign` FOREIGN KEY (`school_id`) REFERENCES `sm_schools` (`id`) ON DELETE CASCADE, ADD CONSTRAINT `t_on_ex_q_id` FOREIGN KEY (`take_online_exam_question_id`) REFERENCES `sm_student_take_online_exam_questions` (`id`) ON DELETE CASCADE; -- -- Constraints for table `sm_student_timelines` -- ALTER TABLE `sm_student_timelines` ADD CONSTRAINT `sm_student_timelines_academic_id_foreign` FOREIGN KEY (`academic_id`) REFERENCES `sm_academic_years` (`id`) ON DELETE CASCADE, ADD CONSTRAINT `sm_student_timelines_school_id_foreign` FOREIGN KEY (`school_id`) REFERENCES `sm_schools` (`id`) ON DELETE CASCADE; -- -- Constraints for table `sm_styles` -- ALTER TABLE `sm_styles` ADD CONSTRAINT `sm_styles_school_id_foreign` FOREIGN KEY (`school_id`) REFERENCES `sm_schools` (`id`) ON DELETE CASCADE; -- -- Constraints for table `sm_subjects` -- ALTER TABLE `sm_subjects` ADD CONSTRAINT `sm_subjects_academic_id_foreign` FOREIGN KEY (`academic_id`) REFERENCES `sm_academic_years` (`id`) ON DELETE CASCADE, ADD CONSTRAINT `sm_subjects_school_id_foreign` FOREIGN KEY (`school_id`) REFERENCES `sm_schools` (`id`) ON DELETE CASCADE; -- -- Constraints for table `sm_subject_attendances` -- ALTER TABLE `sm_subject_attendances` ADD CONSTRAINT `sm_subject_attendances_academic_id_foreign` FOREIGN KEY (`academic_id`) REFERENCES `sm_academic_years` (`id`) ON DELETE CASCADE, ADD CONSTRAINT `sm_subject_attendances_class_id_foreign` FOREIGN KEY (`class_id`) REFERENCES `sm_classes` (`id`) ON DELETE CASCADE, ADD CONSTRAINT `sm_subject_attendances_school_id_foreign` FOREIGN KEY (`school_id`) REFERENCES `sm_schools` (`id`) ON DELETE CASCADE, ADD CONSTRAINT `sm_subject_attendances_section_id_foreign` FOREIGN KEY (`section_id`) REFERENCES `sm_sections` (`id`) ON DELETE CASCADE, ADD CONSTRAINT `sm_subject_attendances_student_id_foreign` FOREIGN KEY (`student_id`) REFERENCES `sm_students` (`id`) ON DELETE CASCADE, ADD CONSTRAINT `sm_subject_attendances_student_record_id_foreign` FOREIGN KEY (`student_record_id`) REFERENCES `student_records` (`id`) ON DELETE CASCADE, ADD CONSTRAINT `sm_subject_attendances_subject_id_foreign` FOREIGN KEY (`subject_id`) REFERENCES `sm_subjects` (`id`) ON DELETE CASCADE; -- -- Constraints for table `sm_suppliers` -- ALTER TABLE `sm_suppliers` ADD CONSTRAINT `sm_suppliers_academic_id_foreign` FOREIGN KEY (`academic_id`) REFERENCES `sm_academic_years` (`id`) ON DELETE CASCADE; -- -- Constraints for table `sm_teacher_upload_contents` -- ALTER TABLE `sm_teacher_upload_contents` ADD CONSTRAINT `sm_teacher_upload_contents_academic_id_foreign` FOREIGN KEY (`academic_id`) REFERENCES `sm_academic_years` (`id`) ON DELETE CASCADE, ADD CONSTRAINT `sm_teacher_upload_contents_class_foreign` FOREIGN KEY (`class`) REFERENCES `sm_classes` (`id`) ON DELETE CASCADE, ADD CONSTRAINT `sm_teacher_upload_contents_school_id_foreign` FOREIGN KEY (`school_id`) REFERENCES `sm_schools` (`id`) ON DELETE CASCADE; -- -- Constraints for table `sm_temporary_meritlists` -- ALTER TABLE `sm_temporary_meritlists` ADD CONSTRAINT `sm_temporary_meritlists_academic_id_foreign` FOREIGN KEY (`academic_id`) REFERENCES `sm_academic_years` (`id`) ON DELETE CASCADE, ADD CONSTRAINT `sm_temporary_meritlists_class_id_foreign` FOREIGN KEY (`class_id`) REFERENCES `sm_classes` (`id`) ON DELETE CASCADE, ADD CONSTRAINT `sm_temporary_meritlists_exam_id_foreign` FOREIGN KEY (`exam_id`) REFERENCES `sm_exams` (`id`) ON DELETE CASCADE, ADD CONSTRAINT `sm_temporary_meritlists_school_id_foreign` FOREIGN KEY (`school_id`) REFERENCES `sm_schools` (`id`) ON DELETE CASCADE, ADD CONSTRAINT `sm_temporary_meritlists_section_id_foreign` FOREIGN KEY (`section_id`) REFERENCES `sm_sections` (`id`) ON DELETE CASCADE; -- -- Constraints for table `sm_testimonials` -- ALTER TABLE `sm_testimonials` ADD CONSTRAINT `sm_testimonials_school_id_foreign` FOREIGN KEY (`school_id`) REFERENCES `sm_schools` (`id`) ON DELETE CASCADE; -- -- Constraints for table `sm_to_dos` -- ALTER TABLE `sm_to_dos` ADD CONSTRAINT `sm_to_dos_academic_id_foreign` FOREIGN KEY (`academic_id`) REFERENCES `sm_academic_years` (`id`) ON DELETE CASCADE, ADD CONSTRAINT `sm_to_dos_school_id_foreign` FOREIGN KEY (`school_id`) REFERENCES `sm_schools` (`id`) ON DELETE CASCADE; -- -- Constraints for table `sm_upload_contents` -- ALTER TABLE `sm_upload_contents` ADD CONSTRAINT `sm_upload_contents_academic_id_foreign` FOREIGN KEY (`academic_id`) REFERENCES `sm_academic_years` (`id`) ON DELETE CASCADE, ADD CONSTRAINT `sm_upload_contents_school_id_foreign` FOREIGN KEY (`school_id`) REFERENCES `sm_schools` (`id`) ON DELETE CASCADE; -- -- Constraints for table `sm_upload_homework_contents` -- ALTER TABLE `sm_upload_homework_contents` ADD CONSTRAINT `sm_upload_homework_contents_academic_id_foreign` FOREIGN KEY (`academic_id`) REFERENCES `sm_academic_years` (`id`) ON DELETE CASCADE, ADD CONSTRAINT `sm_upload_homework_contents_homework_id_foreign` FOREIGN KEY (`homework_id`) REFERENCES `sm_homeworks` (`id`) ON DELETE CASCADE, ADD CONSTRAINT `sm_upload_homework_contents_school_id_foreign` FOREIGN KEY (`school_id`) REFERENCES `sm_schools` (`id`) ON DELETE CASCADE, ADD CONSTRAINT `sm_upload_homework_contents_student_id_foreign` FOREIGN KEY (`student_id`) REFERENCES `sm_students` (`id`) ON DELETE CASCADE; -- -- Constraints for table `sm_user_logs` -- ALTER TABLE `sm_user_logs` ADD CONSTRAINT `sm_user_logs_academic_id_foreign` FOREIGN KEY (`academic_id`) REFERENCES `sm_academic_years` (`id`) ON DELETE CASCADE, ADD CONSTRAINT `sm_user_logs_role_id_foreign` FOREIGN KEY (`role_id`) REFERENCES `infix_roles` (`id`) ON DELETE CASCADE, ADD CONSTRAINT `sm_user_logs_school_id_foreign` FOREIGN KEY (`school_id`) REFERENCES `sm_schools` (`id`) ON DELETE CASCADE, ADD CONSTRAINT `sm_user_logs_user_id_foreign` FOREIGN KEY (`user_id`) REFERENCES `users` (`id`) ON DELETE CASCADE; -- -- Constraints for table `sm_vehicles` -- ALTER TABLE `sm_vehicles` ADD CONSTRAINT `sm_vehicles_academic_id_foreign` FOREIGN KEY (`academic_id`) REFERENCES `sm_academic_years` (`id`) ON DELETE CASCADE, ADD CONSTRAINT `sm_vehicles_school_id_foreign` FOREIGN KEY (`school_id`) REFERENCES `sm_schools` (`id`) ON DELETE CASCADE; -- -- Constraints for table `sm_video_galleries` -- ALTER TABLE `sm_video_galleries` ADD CONSTRAINT `sm_video_galleries_school_id_foreign` FOREIGN KEY (`school_id`) REFERENCES `sm_schools` (`id`) ON DELETE CASCADE; -- -- Constraints for table `sm_visitors` -- ALTER TABLE `sm_visitors` ADD CONSTRAINT `sm_visitors_academic_id_foreign` FOREIGN KEY (`academic_id`) REFERENCES `sm_academic_years` (`id`) ON DELETE CASCADE, ADD CONSTRAINT `sm_visitors_school_id_foreign` FOREIGN KEY (`school_id`) REFERENCES `sm_schools` (`id`) ON DELETE CASCADE; -- -- Constraints for table `sm_weekends` -- ALTER TABLE `sm_weekends` ADD CONSTRAINT `sm_weekends_academic_id_foreign` FOREIGN KEY (`academic_id`) REFERENCES `sm_academic_years` (`id`) ON DELETE SET NULL, ADD CONSTRAINT `sm_weekends_school_id_foreign` FOREIGN KEY (`school_id`) REFERENCES `sm_schools` (`id`) ON DELETE CASCADE; -- -- Constraints for table `speech_sliders` -- ALTER TABLE `speech_sliders` ADD CONSTRAINT `speech_sliders_school_id_foreign` FOREIGN KEY (`school_id`) REFERENCES `sm_schools` (`id`) ON DELETE CASCADE; -- -- Constraints for table `staff_import_bulk_temporaries` -- ALTER TABLE `staff_import_bulk_temporaries` ADD CONSTRAINT `staff_import_bulk_temporaries_user_id_foreign` FOREIGN KEY (`user_id`) REFERENCES `users` (`id`) ON DELETE CASCADE; -- -- Constraints for table `student_academic_histories` -- ALTER TABLE `student_academic_histories` ADD CONSTRAINT `student_academic_histories_academic_id_foreign` FOREIGN KEY (`academic_id`) REFERENCES `sm_academic_years` (`id`) ON DELETE CASCADE, ADD CONSTRAINT `student_academic_histories_school_id_foreign` FOREIGN KEY (`school_id`) REFERENCES `sm_schools` (`id`) ON DELETE CASCADE, ADD CONSTRAINT `student_academic_histories_student_id_foreign` FOREIGN KEY (`student_id`) REFERENCES `sm_students` (`id`) ON DELETE CASCADE; -- -- Constraints for table `student_records` -- ALTER TABLE `student_records` ADD CONSTRAINT `student_records_academic_id_foreign` FOREIGN KEY (`academic_id`) REFERENCES `sm_academic_years` (`id`) ON DELETE CASCADE, ADD CONSTRAINT `student_records_class_id_foreign` FOREIGN KEY (`class_id`) REFERENCES `sm_classes` (`id`) ON DELETE CASCADE, ADD CONSTRAINT `student_records_school_id_foreign` FOREIGN KEY (`school_id`) REFERENCES `sm_schools` (`id`) ON DELETE CASCADE, ADD CONSTRAINT `student_records_section_id_foreign` FOREIGN KEY (`section_id`) REFERENCES `sm_sections` (`id`) ON DELETE CASCADE, ADD CONSTRAINT `student_records_session_id_foreign` FOREIGN KEY (`session_id`) REFERENCES `sm_academic_years` (`id`) ON DELETE CASCADE, ADD CONSTRAINT `student_records_student_id_foreign` FOREIGN KEY (`student_id`) REFERENCES `sm_students` (`id`) ON DELETE CASCADE; -- -- Constraints for table `student_record_temporaries` -- ALTER TABLE `student_record_temporaries` ADD CONSTRAINT `student_record_temporaries_school_id_foreign` FOREIGN KEY (`school_id`) REFERENCES `sm_schools` (`id`) ON DELETE CASCADE, ADD CONSTRAINT `student_record_temporaries_sm_student_id_foreign` FOREIGN KEY (`sm_student_id`) REFERENCES `sm_students` (`id`) ON DELETE CASCADE, ADD CONSTRAINT `student_record_temporaries_student_record_id_foreign` FOREIGN KEY (`student_record_id`) REFERENCES `student_records` (`id`) ON DELETE CASCADE; -- -- Constraints for table `themes` -- ALTER TABLE `themes` ADD CONSTRAINT `themes_school_id_foreign` FOREIGN KEY (`school_id`) REFERENCES `sm_schools` (`id`) ON DELETE CASCADE; -- -- Constraints for table `transcations` -- ALTER TABLE `transcations` ADD CONSTRAINT `transcations_user_id_foreign` FOREIGN KEY (`user_id`) REFERENCES `users` (`id`) ON DELETE SET NULL; -- -- Constraints for table `two_factor_settings` -- ALTER TABLE `two_factor_settings` ADD CONSTRAINT `two_factor_settings_school_id_foreign` FOREIGN KEY (`school_id`) REFERENCES `sm_schools` (`id`) ON DELETE CASCADE; -- -- Constraints for table `users` -- ALTER TABLE `users` ADD CONSTRAINT `users_role_id_foreign` FOREIGN KEY (`role_id`) REFERENCES `infix_roles` (`id`) ON DELETE CASCADE, ADD CONSTRAINT `users_school_id_foreign` FOREIGN KEY (`school_id`) REFERENCES `sm_schools` (`id`) ON DELETE CASCADE; -- -- Constraints for table `user_otp_codes` -- ALTER TABLE `user_otp_codes` ADD CONSTRAINT `user_otp_codes_user_id_foreign` FOREIGN KEY (`user_id`) REFERENCES `users` (`id`) ON DELETE SET NULL; -- -- Constraints for table `video_uploads` -- ALTER TABLE `video_uploads` ADD CONSTRAINT `video_uploads_academic_id_foreign` FOREIGN KEY (`academic_id`) REFERENCES `sm_academic_years` (`id`) ON DELETE CASCADE, ADD CONSTRAINT `video_uploads_school_id_foreign` FOREIGN KEY (`school_id`) REFERENCES `sm_schools` (`id`) ON DELETE CASCADE; -- -- Constraints for table `wallet_transactions` -- ALTER TABLE `wallet_transactions` ADD CONSTRAINT `wallet_transactions_user_id_foreign` FOREIGN KEY (`user_id`) REFERENCES `users` (`id`) ON DELETE CASCADE; 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 */;